[Debian-ha-commits] [booth] 07/09: d/rules: don't ship html versions of man pages

Valentin Vidic vvidic-guest at moszumanska.debian.org
Mon Jan 29 21:20:21 UTC 2018


This is an automated email from the git hooks/post-receive script.

vvidic-guest pushed a commit to branch master
in repository booth.

commit c6fb1ac5def4d20e1dfd75cf238d7c8d0af1fafc
Author: Valentin Vidic <Valentin.Vidic at CARNet.hr>
Date:   Mon Jan 29 21:28:39 2018 +0100

    d/rules: don't ship html versions of man pages
---
 debian/rules | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/debian/rules b/debian/rules
index d3538cb..56da2a5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,6 +16,8 @@ override_dh_auto_install:
 # we can't ship the upstream init script, it uses startproc
 	rm -v debian/tmp/etc/init.d/booth-arbitrator
 	rm -v debian/tmp/usr/share/doc/booth/COPYING
+# don't ship html versions of man pages
+	rm -v debian/tmp/usr/share/doc/booth/*.8.html
 
 override_dh_install:
 	dh_install --exclude=.md5

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-ha/booth.git



More information about the Debian-HA-Commits mailing list