summaryrefslogtreecommitdiffstats
path: root/pkg/linux/module.rules
diff options
context:
space:
mode:
authorjstebbins <[email protected]>2013-10-23 15:51:10 +0000
committerjstebbins <[email protected]>2013-10-23 15:51:10 +0000
commit1ce5a64075d60ba43c63366710816539d37cd1b8 (patch)
tree4284bb8b013ad21d2edaae7cf47f88b5bf01577b /pkg/linux/module.rules
parent7efe6f18ae2df34a2d2f2df32a6e3fa0aa798b4c (diff)
Add ubuntu 13.10 to nightly builds
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5852 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'pkg/linux/module.rules')
-rw-r--r--pkg/linux/module.rules13
1 files changed, 13 insertions, 0 deletions
diff --git a/pkg/linux/module.rules b/pkg/linux/module.rules
index a990b662b..bea174cd3 100644
--- a/pkg/linux/module.rules
+++ b/pkg/linux/module.rules
@@ -76,6 +76,7 @@ $(PKG.cli.deb): $(PKG.gui.tmp.deb)
# Debian source package rules
#
pkg.push.src.deb:: $(PKG.src.deb.stamp)
+ (cd $(STAGE.out.src/)saucy && dput handbrake-snapshots handbrake_$(HB.version)ppa1~saucy1_source.changes )
(cd $(STAGE.out.src/)raring && dput handbrake-snapshots handbrake_$(HB.version)ppa1~raring1_source.changes )
(cd $(STAGE.out.src/)quantal && dput handbrake-snapshots handbrake_$(HB.version)ppa1~quantal1_source.changes )
(cd $(STAGE.out.src/)precise && dput handbrake-snapshots handbrake_$(HB.version)ppa1~precise1_source.changes )
@@ -83,6 +84,18 @@ 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/)saucy/$(PKG.deb.basename)
+ $(CP.exe) -a $(SRC/)download $(STAGE.out.src/)saucy/$(PKG.deb.basename)
+ cp -a $(PWD)/$(PKG.debian) $(STAGE.out.src/)saucy/$(PKG.deb.basename)
+ $(CP.exe) $(STAGE.out.src/)saucy/$(PKG.deb.basename)/debian/control.saucy $(STAGE.out.src/)saucy/$(PKG.deb.basename)/debian/control
+ $(CP.exe) $(STAGE.out.src/)saucy/$(PKG.deb.basename)/debian/rules.saucy $(STAGE.out.src/)saucy/$(PKG.deb.basename)/debian/rules
+ echo "handbrake ($(HB.version)ppa1~saucy1) saucy; urgency=low" > $(STAGE.out.src/)saucy/$(PKG.deb.basename)/debian/changelog
+ echo " * Snapshot" >> $(STAGE.out.src/)saucy/$(PKG.deb.basename)/debian/changelog
+ echo " - See timeline at http://trac.handbrake.fr/timeline" >> $(STAGE.out.src/)saucy/$(PKG.deb.basename)/debian/changelog
+ echo "" >> $(STAGE.out.src/)saucy/$(PKG.deb.basename)/debian/changelog
+ echo " -- John Stebbins <[email protected]> Sun, 11 Apr 2010 9:51:07 -0800" >> $(STAGE.out.src/)saucy/$(PKG.deb.basename)/debian/changelog
+ $(TAR.exe) czf $(STAGE.out.src/)saucy/$(PKG.src.deb.tar) -C $(STAGE.out.src/)saucy $(PKG.deb.basename)
+ (cd $(STAGE.out.src/)saucy/$(PKG.deb.basename) && debuild -S -kjstebbins.hb)
svn co -r$(HB.repo.rev) $(HB.repo.url) $(STAGE.out.src/)raring/$(PKG.deb.basename)
$(CP.exe) -a $(SRC/)download $(STAGE.out.src/)raring/$(PKG.deb.basename)
cp -a $(PWD)/$(PKG.debian) $(STAGE.out.src/)raring/$(PKG.deb.basename)