[SCM] Packaging of Domain::PublicSuffix in Debian branch, master, updated. debian/0.05-1-4-g4213bce

Daniel Kahn Gillmor dkg at fifthhorseman.net
Sun Aug 5 20:35:10 UTC 2012


The following commit has been merged in the master branch:
commit 4213bcefdadabc18b4758b2abde18c3d58ec1d7e
Author: Daniel Kahn Gillmor <dkg at fifthhorseman.net>
Date:   Sun Aug 5 16:32:50 2012 -0400

    generate get_root_domain manpage more cleanly

diff --git a/debian/rules b/debian/rules
index 910261a..f385d3b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,5 +5,5 @@
 
 override_dh_installman:
 	mkdir -p debian/libdomain-publicsuffix-perl/usr/share/man/man1
-	pod2man < bin/get_root_domain | gzip -9 > debian/libdomain-publicsuffix-perl/usr/share/man/man1/get_root_domain.1.gz
+	(cd bin && pod2man get_root_domain) | gzip -9 > debian/libdomain-publicsuffix-perl/usr/share/man/man1/get_root_domain.1.gz
 	dh_installman

-- 
Packaging of Domain::PublicSuffix in Debian



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