Remove shiped html files from binaries
This commit is contained in:
parent
09e0bfafc4
commit
965e0d7ea0
2
debian/control
vendored
2
debian/control
vendored
|
@ -2,7 +2,7 @@ Source: postfwd
|
||||||
Section: mail
|
Section: mail
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Maintainer: Jan Wagner <waja@cyconet.org>
|
Maintainer: Jan Wagner <waja@cyconet.org>
|
||||||
Build-Depends: debhelper (>= 9)
|
Build-Depends: debhelper (>= 9), html2text
|
||||||
Homepage: http://www.postfwd.org/
|
Homepage: http://www.postfwd.org/
|
||||||
Vcs-Browser: https://gitlab.uncompleted.org/debian/postfwd
|
Vcs-Browser: https://gitlab.uncompleted.org/debian/postfwd
|
||||||
Vcs-Git: https://gitlab.uncompleted.org/debian/postfwd.git
|
Vcs-Git: https://gitlab.uncompleted.org/debian/postfwd.git
|
||||||
|
|
1
debian/hapolicy.docs
vendored
1
debian/hapolicy.docs
vendored
|
@ -1,4 +1,3 @@
|
||||||
doc/hapolicy.html
|
|
||||||
doc/hapolicy.txt
|
doc/hapolicy.txt
|
||||||
tools/hapolicy/hapolicy.*
|
tools/hapolicy/hapolicy.*
|
||||||
tools/hapolicy/hapolicy[0-9a-zA-Z.]*
|
tools/hapolicy/hapolicy[0-9a-zA-Z.]*
|
||||||
|
|
3
debian/postfwd.docs
vendored
3
debian/postfwd.docs
vendored
|
@ -1,4 +1,5 @@
|
||||||
doc/postfwd2.CHANGELOG
|
doc/postfwd2.CHANGELOG
|
||||||
doc/*.html
|
doc/postfwd-ARCH.png
|
||||||
doc/*.txt
|
doc/*.txt
|
||||||
|
debian/tmp/*.txt
|
||||||
tools/*.pl
|
tools/*.pl
|
||||||
|
|
2
debian/rules
vendored
2
debian/rules
vendored
|
@ -27,6 +27,8 @@ install: build
|
||||||
# install man page
|
# install man page
|
||||||
mkdir -p debian/tmp/
|
mkdir -p debian/tmp/
|
||||||
cp man/man8/postfwd.8 debian/tmp/postfwd1.8
|
cp man/man8/postfwd.8 debian/tmp/postfwd1.8
|
||||||
|
html2text doc/quick.html > debian/tmp/quick.txt
|
||||||
|
html2text doc/versions.html > debian/tmp/versions.txt
|
||||||
pod2man debian/hapolicy/usr/sbin/hapolicy man/man8/hapolicy.1
|
pod2man debian/hapolicy/usr/sbin/hapolicy man/man8/hapolicy.1
|
||||||
|
|
||||||
# Build architecture-independent files here.
|
# Build architecture-independent files here.
|
||||||
|
|
Loading…
Reference in a new issue