r45952 - in /trunk/libxml-libxml-perl/debian: changelog rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sat Oct 17 21:07:01 UTC 2009


Author: gregoa
Date: Sat Oct 17 21:06:55 2009
New Revision: 45952

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=45952
Log:
Don't run test t/01basic.t, we've got dpkg-shlibdeps to guard against
binary compatibility problems (cf. #546503).

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

Modified: trunk/libxml-libxml-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-libxml-perl/debian/changelog?rev=45952&op=diff
==============================================================================
--- trunk/libxml-libxml-perl/debian/changelog (original)
+++ trunk/libxml-libxml-perl/debian/changelog Sat Oct 17 21:06:55 2009
@@ -20,6 +20,8 @@
   [ gregor herrmann ]
   * Add patch fix_errmsg_typo.patch to fix a typo in an error message; thanks
     to Adam Buchbinder for the bug report and the patch (closes: #535198).
+  * Don't run test t/01basic.t, we've got dpkg-shlibdeps to guard against
+    binary compatibility problems (cf. #546503).
 
  -- Jonathan Yu <jawnsy at cpan.org>  Mon, 12 Oct 2009 08:48:09 -0400
 

Modified: trunk/libxml-libxml-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-libxml-perl/debian/rules?rev=45952&op=diff
==============================================================================
--- trunk/libxml-libxml-perl/debian/rules (original)
+++ trunk/libxml-libxml-perl/debian/rules Sat Oct 17 21:06:55 2009
@@ -1,7 +1,12 @@
 #!/usr/bin/make -f
+
+TEST_FILES = $(filter-out t/01basic.t,$(shell echo t/*.t))
 
 %:
 	dh --with quilt $@
 
 override_dh_auto_configure:
 	SKIP_SAX_INSTALL=1 dh_auto_configure
+
+override_dh_auto_test:
+	dh_auto_test -- TEST_FILES="$(TEST_FILES)"




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