[mb2md] 18/30: Use debian/manpages instead of dh_installman parameters

Axel Beckert abe at deuxchevaux.org
Wed Oct 16 21:56:28 UTC 2013


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

abe pushed a commit to branch master
in repository mb2md.

commit a58d10948272e2b2fcd25f2be2781fb1af9d30a5
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Wed Oct 16 16:21:11 2013 +0200

    Use debian/manpages instead of dh_installman parameters
---
 debian/changelog |    1 +
 debian/manpages  |    1 +
 debian/rules     |    2 +-
 3 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 0af5798..5e677c3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -17,6 +17,7 @@ mb2md (3.20-5) UNRELEASED; urgency=low
     + Remove unused, commented code
     + Remove all code related to compiling C code
     + No more clean up stamp files manually (dh_clean does that now)
+    + Use debian/manpages instead of dh_installman parameters
 
  -- Axel Beckert <abe at debian.org>  Wed, 16 Oct 2013 14:44:56 +0200
 
diff --git a/debian/manpages b/debian/manpages
new file mode 100644
index 0000000..d893dcb
--- /dev/null
+++ b/debian/manpages
@@ -0,0 +1 @@
+debian/mb2md.1
diff --git a/debian/rules b/debian/rules
index 349e32b..8674fde 100755
--- a/debian/rules
+++ b/debian/rules
@@ -51,7 +51,7 @@ binary-indep: build install
 	dh_testroot
 	dh_installchangelogs 
 	dh_installdocs
-	dh_installman debian/mb2md.1
+	dh_installman
 	dh_link
 	dh_compress
 	dh_fixperms

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/mb2md.git



More information about the Pkg-perl-cvs-commits mailing list