[SCM] Debian packaging of libnet-twitter-perl branch, master, updated. debian/3.18003-1-15-g4ad416b

gregor herrmann gregoa at debian.org
Sat Mar 23 12:37:31 UTC 2013


The following commit has been merged in the master branch:
commit 9dbecef721d68cda0830b483fbd038631b581e89
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Mar 23 13:33:57 2013 +0100

    debian/rules: remove hashbang from Twitter.pod.

diff --git a/debian/rules b/debian/rules
index 47368db..8e314d9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,14 @@
 #!/usr/bin/make -f
 
+PACKAGE = $(shell dh_listpackages)
+TMP     = $(CURDIR)/debian/$(PACKAGE)
+
 %:
 	dh $@
 
 override_dh_auto_test:
 	http_proxy= dh_auto_test
+
+override_dh_auto_install:
+	dh_auto_install
+	sed -i '1,2 d' $(TMP)/usr/share/perl5/Net/Twitter.pod

-- 
Debian packaging of libnet-twitter-perl



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