summaryrefslogtreecommitdiffstats
path: root/pkg/linux/module.rules
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/linux/module.rules')
-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)