[SCM] Debian packaging of libbrowser-open-perl branch, master, updated. b65648eab97dd522facebffb0c4532b084f89f00

Salvatore Bonaccorso carnil at debian.org
Tue Mar 13 18:56:06 UTC 2012


The following commit has been merged in the master branch:
commit 66e1035e5b032264321ce0a7ffba657a1e8e71af
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Tue Mar 13 19:40:47 2012 +0100

    Remove override for dh_auto_install
    
    The override is not needed anymore as the temporary files pod2htmd.tmp
    and pod2htmi.tmp are removed from the source upstream.

diff --git a/debian/rules b/debian/rules
index e32e151..2d33f6a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,12 +1,4 @@
 #!/usr/bin/make -f
 
-PACKAGE = $(firstword $(shell dh_listpackages))
-TMP     = $(CURDIR)/debian/$(PACKAGE)
-
 %:
 	dh $@
-
-override_dh_auto_install:
-		dh_auto_install
-		rm $(TMP)/usr/share/perl5/Browser/pod2htmd.tmp
-		rm $(TMP)/usr/share/perl5/Browser/pod2htmi.tmp

-- 
Debian packaging of libbrowser-open-perl



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