summaryrefslogtreecommitdiffstats
path: root/pkg/linux
diff options
context:
space:
mode:
authorJohn Stebbins <[email protected]>2019-10-02 10:04:40 -0700
committerJohn Stebbins <[email protected]>2019-10-02 10:04:40 -0700
commit8d7d1f19e724d62d3b9284b37e746b42b8633202 (patch)
treeab0f2ba46c0ada5bc6a6cc60751d8464f474eca6 /pkg/linux
parent124f0e52ca6d51acfa849b1f8679126bae9887d6 (diff)
LinGui: fix format of debian changelog
Diffstat (limited to 'pkg/linux')
-rw-r--r--pkg/linux/module.rules10
1 files changed, 6 insertions, 4 deletions
diff --git a/pkg/linux/module.rules b/pkg/linux/module.rules
index 76b59cca3..086c79b9c 100644
--- a/pkg/linux/module.rules
+++ b/pkg/linux/module.rules
@@ -137,8 +137,9 @@ $(PKG.src.deb.stamp): GNUmakefile
$(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) (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
+ echo " * Snapshot: See commit history at" >> $(STAGE.out.src/)bionic/$(PKG.deb.basename)/debian/changelog
+ echo " https://github.com/HandBrake/HandBrake" >> $(STAGE.out.src/)bionic/$(PKG.deb.basename)/debian/changelog
echo "" >> $(STAGE.out.src/)bionic/$(PKG.deb.basename)/debian/changelog
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)
@@ -151,8 +152,9 @@ $(PKG.src.deb.stamp): GNUmakefile
$(CP.exe) $(STAGE.out.src/)disco/$(PKG.deb.basename)/debian/control.disco $(STAGE.out.src/)disco/$(PKG.deb.basename)/debian/control
$(CP.exe) $(STAGE.out.src/)disco/$(PKG.deb.basename)/debian/rules.disco $(STAGE.out.src/)disco/$(PKG.deb.basename)/debian/rules
echo "$(HB.name.lower) (1:$(HB.debversion)-zhb-1ppa1~disco1) disco; urgency=low" > $(STAGE.out.src/)disco/$(PKG.deb.basename)/debian/changelog
- echo " * Snapshot" >> $(STAGE.out.src/)disco/$(PKG.deb.basename)/debian/changelog
- echo " - See commit history at https://github.com/HandBrake/HandBrake/commits/master" >> $(STAGE.out.src/)disco/$(PKG.deb.basename)/debian/changelog
+ echo "" >> $(STAGE.out.src/)bionic/$(PKG.deb.basename)/debian/changelog
+ echo " * Snapshot: See commit history at" >> $(STAGE.out.src/)disco/$(PKG.deb.basename)/debian/changelog
+ echo " https://github.com/HandBrake/HandBrake" >> $(STAGE.out.src/)disco/$(PKG.deb.basename)/debian/changelog
echo "" >> $(STAGE.out.src/)disco/$(PKG.deb.basename)/debian/changelog
echo " -- John Stebbins <[email protected]> $(DEBIAN_CHANGELOG_DATE)" >> $(STAGE.out.src/)disco/$(PKG.deb.basename)/debian/changelog
$(TAR.exe) czf $(STAGE.out.src/)disco/$(PKG.src.deb.tar) -C $(STAGE.out.src/)disco $(PKG.deb.basename)