mirror of
https://github.com/Swordfish90/cool-retro-term.git
synced 2025-11-24 14:35:56 +00:00
in debian, generate (via help2man) and install cool-retro-term(1)
This commit is contained in:
parent
1b1fc2422b
commit
ce0af12e16
1
packaging/debian/.gitignore
vendored
1
packaging/debian/.gitignore
vendored
@ -1,4 +1,5 @@
|
||||
/*.debhelper.log
|
||||
/*.substvars
|
||||
/cool-retro-term.1
|
||||
/cool-retro-term/
|
||||
/files
|
||||
|
||||
1
packaging/debian/cool-retro-term.manpages
Normal file
1
packaging/debian/cool-retro-term.manpages
Normal file
@ -0,0 +1 @@
|
||||
debian/cool-retro-term.1
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user