[libcatmandu-perl] 01/03: Fix install executable and its man page.

Jonas Smedegaard dr at jones.dk
Sat May 17 21:59:36 UTC 2014


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

js pushed a commit to branch master
in repository libcatmandu-perl.

commit 63fb9cc2fe4ef73b8d6a061c050a0ea2c19aa8b9
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Sat May 17 23:41:03 2014 +0200

    Fix install executable and its man page.
---
 debian/rules | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/debian/rules b/debian/rules
index 0605c06..4456e4f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -52,3 +52,12 @@ recommends = libjson-xs-perl, libyaml-xs-perl
 CDBS_BUILD_DEPENDS += $(deps), $(deps-test)
 CDBS_DEPENDS_$(pkg) = $(deps)
 CDBS_RECOMMENDS_$(pkg) = $(recommends)
+
+# apparently upstream forgot to install executable and its man page
+DEB_DH_INSTALL_ARGS_$(pkg) = bin/* /usr/bin
+DEB_INSTALL_MANPAGES_$(pkg) = debian/catmandu.1
+build/$(pkg):: debian/catmandu.1
+debian/catmandu.1:
+	pod2man bin/catmandu debian/catmandu.1
+clean::
+	rm -f debian/catmandu.1

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



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