@related: Mozilla swf Flash Block bzr

ToDo

Please help :

News

Flashblock

Sources / sync

@tag: bzr CVS Upstream:

cvs -d :pserver:guest@mozdev.org:/cvs login && cvs -d :pserver:guest@mozdev.org:/cvs co flashblock/source # guest

sudo aptitude install flashblock mozilla-devscripts bzr-builddeb cvs

export DATE="20090627"
export EXTENSIONNAME="flashblock"
export DISTRO="ubuntu" #  export DISTRO=debian
export FROM="$DISTRO-dev" # export FROM=$USER
{ ssh-add -L || ssh-add ; }
bzr branch "lp:~$FROM/firefox-extensions/$EXTENSIONNAME.$DISTRO"
cd "$EXTENSIONNAME.$DISTRO" || exit
bzr merge "lp:~$LAUNCHPAD_ID/firefox-extensions/$EXTENSIONNAME.upstream"
bzr status && bzr diff | less
bzr resolve && bzr commit -m "  * Merged: with upstream ${DATE}"
dch -i # ${DATE}
fakeroot ./debian/rules get-orig-source && \
bzr-buildpackage --build-dir=..  --builder="debuild -sa -S" && debsign -S && debrelease -S --dput tmp # ppa
# bzr-buildpackage --build-dir=..  --builder="debuild -sa" && debi && debsign && debrelease --dupload --to mentors
bzr push "lp:~$LAUNCHPAD_ID/firefox-extensions/$EXTENSIONNAME.$DISTRO"

test

misc

todo : hardy

flashblock.txt · Last modified: 2022/04/16 12:23 (external edit)
 
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 3.0 Unported
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki