diff options
author | jstebbins <[email protected]> | 2014-02-04 15:51:44 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2014-02-04 15:51:44 +0000 |
commit | 4e7721264d7366b03a93980e46f34576eeeee061 (patch) | |
tree | d58ec68268eaf71290601b8fcf2ef31b3767a1c3 /pkg/linux | |
parent | 4bf6818509bd5e6bd7eeb00ad02c8b9827ae3b15 (diff) |
LinGui: remove ubuntu raring from nightly builds
non-LTS ubuntu release are now only supported for 9 months by ubuntu.
So launchpad will no longer build raring packages.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6014 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'pkg/linux')
-rw-r--r-- | pkg/linux/module.rules | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/pkg/linux/module.rules b/pkg/linux/module.rules index c65fd0b08..2bc05d024 100644 --- a/pkg/linux/module.rules +++ b/pkg/linux/module.rules @@ -78,7 +78,6 @@ $(PKG.cli.deb): $(PKG.gui.tmp.deb) # 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 ) @@ -98,19 +97,6 @@ $(PKG.src.deb.stamp): GNUmakefile 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 export -r$(HB.repo.rev) $(HB.repo.url) $(STAGE.out.src/)raring/$(PKG.deb.basename) - svn info $(HB.repo.url)@$(HB.repo.rev) > $(STAGE.out.src/)raring/$(PKG.deb.basename)/version.txt - $(CP.exe) -a $(SRC/)download $(STAGE.out.src/)raring/$(PKG.deb.basename) - cp -a $(PWD)/$(PKG.debian) $(STAGE.out.src/)raring/$(PKG.deb.basename) - $(CP.exe) $(STAGE.out.src/)raring/$(PKG.deb.basename)/debian/control.raring $(STAGE.out.src/)raring/$(PKG.deb.basename)/debian/control - $(CP.exe) $(STAGE.out.src/)raring/$(PKG.deb.basename)/debian/rules.raring $(STAGE.out.src/)raring/$(PKG.deb.basename)/debian/rules - echo "handbrake ($(HB.version)ppa1~raring1) raring; urgency=low" > $(STAGE.out.src/)raring/$(PKG.deb.basename)/debian/changelog - echo " * Snapshot" >> $(STAGE.out.src/)raring/$(PKG.deb.basename)/debian/changelog - echo " - See timeline at http://trac.handbrake.fr/timeline" >> $(STAGE.out.src/)raring/$(PKG.deb.basename)/debian/changelog - echo "" >> $(STAGE.out.src/)raring/$(PKG.deb.basename)/debian/changelog - echo " -- John Stebbins <[email protected]> Sun, 11 Apr 2010 9:51:07 -0800" >> $(STAGE.out.src/)raring/$(PKG.deb.basename)/debian/changelog - $(TAR.exe) czf $(STAGE.out.src/)raring/$(PKG.src.deb.tar) -C $(STAGE.out.src/)raring $(PKG.deb.basename) - (cd $(STAGE.out.src/)raring/$(PKG.deb.basename) && debuild -S -kjstebbins.hb) svn export -r$(HB.repo.rev) $(HB.repo.url) $(STAGE.out.src/)quantal/$(PKG.deb.basename) svn info $(HB.repo.url)@$(HB.repo.rev) > $(STAGE.out.src/)quantal/$(PKG.deb.basename)/version.txt $(CP.exe) -a $(SRC/)download $(STAGE.out.src/)quantal/$(PKG.deb.basename) |