Increase dpkg manpage determinism

This commit is contained in:
Hamish Coleman 2023-05-07 21:58:02 +01:00
parent 789ba52541
commit d0b0f3a2e8
2 changed files with 5 additions and 0 deletions

View File

@ -171,6 +171,7 @@ DOCS=edge.8.gz supernode.1.gz n2n.7.gz
BUILD_DEP:=\ BUILD_DEP:=\
autoconf \ autoconf \
build-essential \ build-essential \
dh-strip-nondeterminism \
flake8 \ flake8 \
gcovr \ gcovr \
libcap-dev \ libcap-dev \

View File

@ -12,6 +12,9 @@
# http://www.tin.org/bin/man.cgi?section=7&topic=debhelper # http://www.tin.org/bin/man.cgi?section=7&topic=debhelper
# #
# Not needed for newer debhelper versions, but some builders run older ones
export GZIP=-n
package=@APP@ package=@APP@
build: build-stamp build: build-stamp
@ -44,6 +47,7 @@ binary-arch: build install
dh_installman dh_installman
dh_strip dh_strip
dh_compress dh_compress
dh_strip_nondeterminism
dh_fixperms dh_fixperms
dh_installdeb dh_installdeb
cp -r n2n debian cp -r n2n debian