debian packaging updates plus fix two typos #325

Closed
barak wants to merge 10 commits from master into master
3 changed files with 15 additions and 0 deletions
Showing only changes of commit ce0af12e16 - Show all commits
+1
View File
@@ -1,4 +1,5 @@
/*.debhelper.log
/*.substvars
/cool-retro-term.1
/cool-retro-term/
/files
@@ -0,0 +1 @@
debian/cool-retro-term.1
+13
View File
@@ -9,3 +9,16 @@ include /usr/share/dpkg/buildflags.mk
%:
dh $@ --parallel
ver := $(shell dpkg-parsechangelog --show-field 'Version')
debian/cool-retro-term.1: cool-retro-term
help2man --no-info \
--no-discard-stderr \
--version-string="$(ver)" \
--name="Terminal for X with a highly-configurable highly-retro look." \
--section=1 \
./$< \
> $@
override_dh_auto_install: debian/cool-retro-term.1
dh_auto_install