[Pkg-crosswire-commits] [bibletime] 04/05: Fixed:bibletime: binary-without-manpage usr/bin/bibletime

Teus Benschop teus-guest at moszumanska.debian.org
Thu Oct 5 11:16:53 UTC 2017


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

teus-guest pushed a commit to branch master
in repository bibletime.

commit 511f5311fd1f1a0b6709d6e737d08b5b0fe6ac61
Author: Teus Benschop <teusjannette at gmail.com>
Date:   Thu Oct 5 12:53:16 2017 +0200

    Fixed:bibletime: binary-without-manpage usr/bin/bibletime
---
 debian/changelog | 4 ++--
 debian/rules     | 5 +++++
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 2292a0d..5ec7ac2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,8 +7,8 @@ bibletime (2.11.0-1) unstable; urgency=low
   * debian/control: updated Build-Depends, Uploaders
   * debian/control: updated Standards-Version
   * debian/patches/series: remove already applied patches
-  * debian/rules: override_dh_auto_test
-  * add debian/bibletime.1 man page
+  * debian/rules: override_dh_auto_test override_dh_manpages
+  * debian/bibletime.1: add man page
 
  -- Teus Benschop <teusjannette at gmail.com>  Thu, 05 Oct 2017 12:00:00 +0200
 
diff --git a/debian/rules b/debian/rules
index d01249a..4775e8d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,3 +11,8 @@ 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
+

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-crosswire/bibletime.git



More information about the Pkg-crosswire-commits mailing list