summaryrefslogtreecommitdiffstats
path: root/pkg
diff options
context:
space:
mode:
authorJohn Stebbins <[email protected]>2018-08-07 08:05:47 -0700
committerJohn Stebbins <[email protected]>2018-08-07 08:05:47 -0700
commit4a67ac8a137e16cf9af7c5ed32d9d860c8ee840a (patch)
tree4a00b57a63636bf07251413262b63ef624fe1f5e /pkg
parentfed758cffaa36de9c37896bd9fa9137799b94b3c (diff)
pkg: remove ubuntu 17.10 (Artful) from snapshots
Artful is obsolete and the PPA no longer accepts submissions for it.
Diffstat (limited to 'pkg')
-rw-r--r--pkg/linux/module.rules15
1 files changed, 0 insertions, 15 deletions
diff --git a/pkg/linux/module.rules b/pkg/linux/module.rules
index 70e64b30a..03d8f9e55 100644
--- a/pkg/linux/module.rules
+++ b/pkg/linux/module.rules
@@ -109,7 +109,6 @@ $(PKG.cli.deb): $(PKG.gui.tmp.deb)
#
pkg.push.src.deb:: $(PKG.src.deb.stamp)
(cd $(STAGE.out.src/)bionic && dput handbrake-git-snapshots $(HB.name.lower)_$(HB.debversion)-zhb-1ppa1~bionic1_source.changes )
- (cd $(STAGE.out.src/)artful && dput handbrake-git-snapshots $(HB.name.lower)_$(HB.debversion)-zhb-1ppa1~artful1_source.changes )
$(PKG.src.deb.stamp): GNUmakefile
-$(RM.exe) -rf $(STAGE.out.src/)
@@ -128,17 +127,3 @@ $(PKG.src.deb.stamp): GNUmakefile
echo " -- John Stebbins <[email protected]> $(DEBIAN_CHANGELOG_DATE)" >> $(STAGE.out.src/)bionic/$(PKG.deb.basename)/debian/changelog
$(TAR.exe) czf $(STAGE.out.src/)bionic/$(PKG.src.deb.tar) -C $(STAGE.out.src/)bionic $(PKG.deb.basename)
(cd $(STAGE.out.src/)bionic/$(PKG.deb.basename) && debuild -S -kjstebbins.hb)
- $(MKDIR.exe) -p $(STAGE.out.src/)artful
- $(GIT.exe) -C $(SRC/) archive --format=tar --prefix=$(PKG.deb.basename)/ $(HB.repo.shorthash) | $(TAR.exe) -xC $(STAGE.out.src/)artful/
- $(SRC/)scripts/repo-info.sh $(SRC/) > $(STAGE.out.src/)artful/$(PKG.deb.basename)/version.txt
- $(CP.exe) -a $(SRC/)download $(STAGE.out.src/)artful/$(PKG.deb.basename)
- cp -a $(PWD)/$(PKG.debian) $(STAGE.out.src/)artful/$(PKG.deb.basename)
- $(CP.exe) $(STAGE.out.src/)artful/$(PKG.deb.basename)/debian/control.artful $(STAGE.out.src/)artful/$(PKG.deb.basename)/debian/control
- $(CP.exe) $(STAGE.out.src/)artful/$(PKG.deb.basename)/debian/rules.artful $(STAGE.out.src/)artful/$(PKG.deb.basename)/debian/rules
- echo "$(HB.name.lower) ($(HB.debversion)-zhb-1ppa1~artful1) artful; urgency=low" > $(STAGE.out.src/)artful/$(PKG.deb.basename)/debian/changelog
- echo " * Snapshot" >> $(STAGE.out.src/)artful/$(PKG.deb.basename)/debian/changelog
- echo " - See commit history at https://github.com/HandBrake/HandBrake/commits/master" >> $(STAGE.out.src/)artful/$(PKG.deb.basename)/debian/changelog
- echo "" >> $(STAGE.out.src/)artful/$(PKG.deb.basename)/debian/changelog
- echo " -- John Stebbins <[email protected]> $(DEBIAN_CHANGELOG_DATE)" >> $(STAGE.out.src/)artful/$(PKG.deb.basename)/debian/changelog
- $(TAR.exe) czf $(STAGE.out.src/)artful/$(PKG.src.deb.tar) -C $(STAGE.out.src/)artful $(PKG.deb.basename)
- (cd $(STAGE.out.src/)artful/$(PKG.deb.basename) && debuild -S -kjstebbins.hb)