diff options
author | John Stebbins <[email protected]> | 2018-12-22 10:03:17 -0800 |
---|---|---|
committer | John Stebbins <[email protected]> | 2018-12-22 10:03:17 -0800 |
commit | cd289c78397e5c207fa63c23e7a626e00f8ca88d (patch) | |
tree | 4dc0697f0e5b83cccf4ff73bd8b2150f00d82140 /pkg/linux | |
parent | 25215bfa5a6d185bbc99a5d7e37753c623d0072a (diff) |
LinGui: bump ubuntu version number epoch
Overrides a bad version number for ubuntu cosmic in launchpad
Diffstat (limited to 'pkg/linux')
-rw-r--r-- | pkg/linux/module.rules | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkg/linux/module.rules b/pkg/linux/module.rules index b7cc55679..e12d00830 100644 --- a/pkg/linux/module.rules +++ b/pkg/linux/module.rules @@ -121,7 +121,7 @@ $(PKG.src.deb.stamp): GNUmakefile cp -a $(PKG.debian) $(STAGE.out.src/)bionic/$(PKG.deb.basename) $(CP.exe) $(STAGE.out.src/)bionic/$(PKG.deb.basename)/debian/control.bionic $(STAGE.out.src/)bionic/$(PKG.deb.basename)/debian/control $(CP.exe) $(STAGE.out.src/)bionic/$(PKG.deb.basename)/debian/rules.bionic $(STAGE.out.src/)bionic/$(PKG.deb.basename)/debian/rules - echo "$(HB.name.lower) ($(HB.debversion)-zhb-1ppa1~bionic1) bionic; urgency=low" > $(STAGE.out.src/)bionic/$(PKG.deb.basename)/debian/changelog + echo "$(HB.name.lower) (1:$(HB.debversion)-zhb-1ppa1~bionic1) bionic; urgency=low" > $(STAGE.out.src/)bionic/$(PKG.deb.basename)/debian/changelog echo " * Snapshot" >> $(STAGE.out.src/)bionic/$(PKG.deb.basename)/debian/changelog echo " - See commit history at https://github.com/HandBrake/HandBrake/commits/master" >> $(STAGE.out.src/)bionic/$(PKG.deb.basename)/debian/changelog echo "" >> $(STAGE.out.src/)bionic/$(PKG.deb.basename)/debian/changelog @@ -135,7 +135,7 @@ $(PKG.src.deb.stamp): GNUmakefile cp -a $(PKG.debian) $(STAGE.out.src/)cosmic/$(PKG.deb.basename) $(CP.exe) $(STAGE.out.src/)cosmic/$(PKG.deb.basename)/debian/control.cosmic $(STAGE.out.src/)cosmic/$(PKG.deb.basename)/debian/control $(CP.exe) $(STAGE.out.src/)cosmic/$(PKG.deb.basename)/debian/rules.cosmic $(STAGE.out.src/)cosmic/$(PKG.deb.basename)/debian/rules - echo "$(HB.name.lower) ($(HB.debversion)-zhb-1ppa1~cosmic1) cosmic; urgency=low" > $(STAGE.out.src/)cosmic/$(PKG.deb.basename)/debian/changelog + echo "$(HB.name.lower) (1:$(HB.debversion)-zhb-1ppa1~cosmic1) cosmic; urgency=low" > $(STAGE.out.src/)cosmic/$(PKG.deb.basename)/debian/changelog echo " * Snapshot" >> $(STAGE.out.src/)cosmic/$(PKG.deb.basename)/debian/changelog echo " - See commit history at https://github.com/HandBrake/HandBrake/commits/master" >> $(STAGE.out.src/)cosmic/$(PKG.deb.basename)/debian/changelog echo "" >> $(STAGE.out.src/)cosmic/$(PKG.deb.basename)/debian/changelog |