diff options
author | jstebbins <[email protected]> | 2011-04-13 18:27:19 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2011-04-13 18:27:19 +0000 |
commit | f305347d35853bedda2dba3abec61eeb2f852d2e (patch) | |
tree | a759b71aa2586038d0be019303835f91c6d50bd0 | |
parent | 116a17393c9a59a6fb53f9edf695284214bf704f (diff) |
Add Ubutnu 11.04 to nightly builds
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3920 b64f7644-9d1e-0410-96f1-a4d463321fa5
-rw-r--r-- | pkg/linux/module.rules | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/pkg/linux/module.rules b/pkg/linux/module.rules index 145f751c7..ea6f71dc0 100644 --- a/pkg/linux/module.rules +++ b/pkg/linux/module.rules @@ -61,6 +61,7 @@ $(PKG.cli.deb): $(PKG.gui.tmp.deb) # Debian source package rules # pkg.push.src.deb:: $(PKG.src.deb.stamp) + (cd $(STAGE.out.src/)natty && dput handbrake-snapshots handbrake_$(HB.version)ppa1~natty1_source.changes ) (cd $(STAGE.out.src/)maverick && dput handbrake-snapshots handbrake_$(HB.version)ppa1~maverick1_source.changes ) (cd $(STAGE.out.src/)lucid && dput handbrake-snapshots handbrake_$(HB.version)ppa1~lucid1_source.changes ) (cd $(STAGE.out.src/)karmic && dput handbrake-snapshots handbrake_$(HB.version)ppa1~karmic1_source.changes ) @@ -68,6 +69,16 @@ pkg.push.src.deb:: $(PKG.src.deb.stamp) $(PKG.src.deb.stamp): GNUmakefile -$(RM.exe) -rf $(STAGE.out.src/) make contrib.fetch + svn co -r$(HB.repo.rev) $(HB.repo.url) $(STAGE.out.src/)natty/$(PKG.deb.basename) + $(CP.exe) -a $(SRC/)download $(STAGE.out.src/)natty/$(PKG.deb.basename) + cp -a $(PWD)/$(PKG.debian) $(STAGE.out.src/)natty/$(PKG.deb.basename) + echo "handbrake ($(HB.version)ppa1~natty1) natty; urgency=low" > $(STAGE.out.src/)natty/$(PKG.deb.basename)/debian/changelog + echo " * Snapshot" >> $(STAGE.out.src/)natty/$(PKG.deb.basename)/debian/changelog + echo " - See timeline at http://trac.handbrake.fr/timeline" >> $(STAGE.out.src/)natty/$(PKG.deb.basename)/debian/changelog + echo "" >> $(STAGE.out.src/)natty/$(PKG.deb.basename)/debian/changelog + echo " -- John Stebbins <[email protected]> Sun, 11 Apr 2010 9:51:07 -0800" >> $(STAGE.out.src/)natty/$(PKG.deb.basename)/debian/changelog + $(TAR.exe) czf $(STAGE.out.src/)natty/$(PKG.src.deb.tar) -C $(STAGE.out.src/)natty $(PKG.deb.basename) + (cd $(STAGE.out.src/)natty/$(PKG.deb.basename) && debuild -S -kjstebbins.hb) svn co -r$(HB.repo.rev) $(HB.repo.url) $(STAGE.out.src/)maverick/$(PKG.deb.basename) $(CP.exe) -a $(SRC/)download $(STAGE.out.src/)maverick/$(PKG.deb.basename) cp -a $(PWD)/$(PKG.debian) $(STAGE.out.src/)maverick/$(PKG.deb.basename) |