summaryrefslogtreecommitdiffstats
path: root/pkg/linux/module.rules
diff options
context:
space:
mode:
authorjstebbins <[email protected]>2012-04-26 17:48:48 +0000
committerjstebbins <[email protected]>2012-04-26 17:48:48 +0000
commit50745fe1c6d5d54055bc82f8e3052cee857f853d (patch)
treea813212ff7e2a44666724276476e0c763bceab45 /pkg/linux/module.rules
parentecca04f1513806a7aa8fc061fa646f75e5dfe4ef (diff)
LinGui:
Remove Lucid builds. Add Pangolin. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4603 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'pkg/linux/module.rules')
-rw-r--r--pkg/linux/module.rules26
1 files changed, 12 insertions, 14 deletions
diff --git a/pkg/linux/module.rules b/pkg/linux/module.rules
index b97f14189..ef71d905d 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/)pangolin && dput handbrake-snapshots handbrake_$(HB.version)ppa1~pangolin1_source.changes )
(cd $(STAGE.out.src/)oneiric && dput handbrake-snapshots handbrake_$(HB.version)ppa1~oneiric1_source.changes )
(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 )
@@ -69,6 +70,17 @@ 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/)pangolin/$(PKG.deb.basename)
+ $(CP.exe) -a $(SRC/)download $(STAGE.out.src/)pangolin/$(PKG.deb.basename)
+ cp -a $(PWD)/$(PKG.debian) $(STAGE.out.src/)pangolin/$(PKG.deb.basename)
+ $(CP.exe) $(STAGE.out.src/)pangolin/$(PKG.deb.basename)/debian/control.pangolin $(STAGE.out.src/)pangolin/$(PKG.deb.basename)/debian/control
+ echo "handbrake ($(HB.version)ppa1~pangolin1) pangolin; urgency=low" > $(STAGE.out.src/)pangolin/$(PKG.deb.basename)/debian/changelog
+ echo " * Snapshot" >> $(STAGE.out.src/)pangolin/$(PKG.deb.basename)/debian/changelog
+ echo " - See timeline at http://trac.handbrake.fr/timeline" >> $(STAGE.out.src/)pangolin/$(PKG.deb.basename)/debian/changelog
+ echo "" >> $(STAGE.out.src/)pangolin/$(PKG.deb.basename)/debian/changelog
+ echo " -- John Stebbins <[email protected]> Sun, 11 Apr 2010 9:51:07 -0800" >> $(STAGE.out.src/)pangolin/$(PKG.deb.basename)/debian/changelog
+ $(TAR.exe) czf $(STAGE.out.src/)pangolin/$(PKG.src.deb.tar) -C $(STAGE.out.src/)pangolin $(PKG.deb.basename)
+ (cd $(STAGE.out.src/)pangolin/$(PKG.deb.basename) && debuild -S -kjstebbins.hb)
svn co -r$(HB.repo.rev) $(HB.repo.url) $(STAGE.out.src/)oneiric/$(PKG.deb.basename)
$(CP.exe) -a $(SRC/)download $(STAGE.out.src/)oneiric/$(PKG.deb.basename)
cp -a $(PWD)/$(PKG.debian) $(STAGE.out.src/)oneiric/$(PKG.deb.basename)
@@ -102,18 +114,4 @@ $(PKG.src.deb.stamp): GNUmakefile
echo " -- John Stebbins <[email protected]> Sun, 11 Apr 2010 9:51:07 -0800" >> $(STAGE.out.src/)maverick/$(PKG.deb.basename)/debian/changelog
$(TAR.exe) czf $(STAGE.out.src/)maverick/$(PKG.src.deb.tar) -C $(STAGE.out.src/)maverick $(PKG.deb.basename)
(cd $(STAGE.out.src/)maverick/$(PKG.deb.basename) && debuild -S -kjstebbins.hb)
- svn co -r$(HB.repo.rev) $(HB.repo.url) $(STAGE.out.src/)lucid/$(PKG.deb.basename)
- $(CP.exe) -a $(SRC/)download $(STAGE.out.src/)lucid/$(PKG.deb.basename)
- cp -a $(PWD)/$(PKG.debian) $(STAGE.out.src/)lucid/$(PKG.deb.basename)
- $(CP.exe) $(STAGE.out.src/)lucid/$(PKG.deb.basename)/debian/control.lucid $(STAGE.out.src/)lucid/$(PKG.deb.basename)/debian/control
- $(CP.exe) $(STAGE.out.src/)lucid/$(PKG.deb.basename)/debian/rules.lucid $(STAGE.out.src/)lucid/$(PKG.deb.basename)/debian/rules
- echo "handbrake ($(HB.version)ppa1~lucid1) lucid; urgency=low" > $(STAGE.out.src/)lucid/$(PKG.deb.basename)/debian/changelog
- echo " * Snapshot" >> $(STAGE.out.src/)lucid/$(PKG.deb.basename)/debian/changelog
- echo " - See timeline at http://trac.handbrake.fr/timeline" >> $(STAGE.out.src/)lucid/$(PKG.deb.basename)/debian/changelog
- echo "" >> $(STAGE.out.src/)lucid/$(PKG.deb.basename)/debian/changelog
- echo " -- John Stebbins <[email protected]> Sun, 11 Apr 2010 9:51:07 -0800" >> $(STAGE.out.src/)lucid/$(PKG.deb.basename)/debian/changelog
- $(TAR.exe) czf $(STAGE.out.src/)lucid/$(PKG.src.deb.tar) -C $(STAGE.out.src/)lucid $(PKG.deb.basename)
- (cd $(STAGE.out.src/)lucid/$(PKG.deb.basename) && debuild -S -kjstebbins.hb)
- $(TOUCH.exe) $(PKG.src.deb.stamp)
-