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

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


Author: gregoa
Date: Sat Oct 17 20:41:11 2009
New Revision: 45947

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=45947
Log:
Don't run test t/01basic.t, we've got dpkg-shlibdeps to guard against
binary compatibility problems. Thanks to Niko Tyni for the bug report and
the analysis (closes: #546503).

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=45947&op=diff
==============================================================================
--- trunk/libxml-libxslt-perl/debian/changelog (original)
+++ trunk/libxml-libxslt-perl/debian/changelog Sat Oct 17 20:41:11 2009
@@ -1,6 +1,12 @@
 libxml-libxslt-perl (1.68-3) UNRELEASED; urgency=low
 
+  [ Nathan Handler ]
   * debian/watch: Update to ignore development releases.
+
+  [ gregor herrmann ]
+  * Don't run test t/01basic.t, we've got dpkg-shlibdeps to guard against
+    binary compatibility problems. Thanks to Niko Tyni for the bug report and
+    the analysis (closes: #546503).
 
  -- Nathan Handler <nhandler at ubuntu.com>  Sat, 06 Jun 2009 01:38:11 +0000
 

Modified: trunk/libxml-libxslt-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-libxslt-perl/debian/rules?rev=45947&op=diff
==============================================================================
--- trunk/libxml-libxslt-perl/debian/rules (original)
+++ trunk/libxml-libxslt-perl/debian/rules Sat Oct 17 20:41:11 2009
@@ -1,4 +1,9 @@
 #!/usr/bin/make -f
+
+TEST_FILES = $(filter-out t/01basic.t,$(shell echo t/*.t))
 
 %:
 	dh --with quilt $@
+
+override_dh_auto_test:
+	dh_auto_test -- TEST_FILES="$(TEST_FILES)"




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