[SCM] Debian packaging of libxml-xslt-perl branch, master, updated. 4dff7337fe462238e8353241925824e3e7628b94

Xavier Guimard x.guimard at free.fr
Mon Apr 1 07:06:53 UTC 2013


The following commit has been merged in the master branch:
commit 918206e7460483e6cbc882596c1058d1b42b7411
Author: Xavier Guimard <x.guimard at free.fr>
Date:   Mon Apr 1 08:57:35 2013 +0200

    Replace do-not-install-xslt-parser patch by an override

diff --git a/debian/patches/do-not-install-xslt-parser.patch b/debian/patches/do-not-install-xslt-parser.patch
deleted file mode 100644
index 6028116..0000000
--- a/debian/patches/do-not-install-xslt-parser.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-Description: Do not install xslt-parser
- Debian ships xslt-parser only as an example in /usr/share/doc/libxml-xslt-perl,
- so do not install the script in /usr/bin.
-Author: Ansgar Burchardt <ansgar at 43-1.org>
-Forwarded: not-needed
-Reviewed-By: Xavier Guimard <x.guimard at free.fr>
-Last-Update: 2013-03-09
-
---- a/Makefile.PL
-+++ b/Makefile.PL
-@@ -13,6 +13,6 @@
-               PREREQ_PM     => { XML::Parser => '2.23',
- 				                     XML::DOM    => '1.25',
-                                  Test::More  => '0.33' },
--	      EXE_FILES      => ['xslt-parser'],
-+#	      EXE_FILES      => ['xslt-parser'],
-              );
- 
diff --git a/debian/rules b/debian/rules
index 552ae8e..5110ed0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,3 +10,7 @@ override_dh_installexamples:
 	dh_installexamples
 	find $(TMP)/usr/share/doc/$(PACKAGE)/examples -type f -print0 | \
 		xargs -r0 sed -i -e '1s|^#!/usr/local/bin/perl|#!/usr/bin/perl|'
+
+override_dh_auto_install:
+	dh_auto_install
+	rm -vrf $(TMP)/usr/bin

-- 
Debian packaging of libxml-xslt-perl



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