r45949 - in /trunk/libxml-libxslt-perl/debian: changelog rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sat Oct 17 20:54:35 UTC 2009


Author: gregoa
Date: Sat Oct 17 20:54:30 2009
New Revision: 45949

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=45949
Log:
Don't install benchmark.pl anymore into /usr/lib/perl5/XML/.

Modified:
    trunk/libxml-libxslt-perl/debian/changelog
    trunk/libxml-libxslt-perl/debian/rules

Modified: trunk/libxml-libxslt-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-libxslt-perl/debian/changelog?rev=45949&op=diff
==============================================================================
--- trunk/libxml-libxslt-perl/debian/changelog (original)
+++ trunk/libxml-libxslt-perl/debian/changelog Sat Oct 17 20:54:30 2009
@@ -8,6 +8,7 @@
     binary compatibility problems. Thanks to Niko Tyni for the bug report and
     the analysis (closes: #546503).
   * Set Standards-Version to 3.8.3, drop version from perl build dependency.
+  * Don't install benchmark.pl anymore into /usr/lib/perl5/XML/.
 
  -- gregor herrmann <gregoa at debian.org>  Sat, 17 Oct 2009 22:42:51 +0200
 

Modified: trunk/libxml-libxslt-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-libxslt-perl/debian/rules?rev=45949&op=diff
==============================================================================
--- trunk/libxml-libxslt-perl/debian/rules (original)
+++ trunk/libxml-libxslt-perl/debian/rules Sat Oct 17 20:54:30 2009
@@ -5,5 +5,9 @@
 %:
 	dh --with quilt $@
 
+override_dh_auto_install:
+	dh_auto_install
+	$(RM) $(CURDIR)/debian/libxml-libxslt-perl/usr/lib/perl5/XML/benchmark.pl
+
 override_dh_auto_test:
 	dh_auto_test -- TEST_FILES="$(TEST_FILES)"




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