summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorTeus Benschop <teusjannette@gmail.com>2017-10-05 13:16:47 +0200
committerTeus Benschop <teusjannette@gmail.com>2017-10-06 12:30:22 +0200
commit47d5310a73154ee1e37665dc980c04319c495e5b (patch)
tree03e581dbaf8e0132019b22d568fda1749a6c5216 /debian/rules
parenteac6bf7679ed8a7f718ea663c73071b41f6fcf44 (diff)
Fix for missing manpage bibletime
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules4
1 files changed, 0 insertions, 4 deletions
diff --git a/debian/rules b/debian/rules
index 4775e8d..51a8f85 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,7 +12,3 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
override_dh_auto_test:
echo "Skip dh_auto_test because the tests rely on a display which is not there"
-override_dh_manpages:
- mkdir -p %i/share/man/man1
- install -m0644 debian/bibletime.1 %i/share/man/man1
-