r55038 - in /trunk/libcompress-raw-zlib-perl/debian: changelog rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Mon Mar 29 19:33:56 UTC 2010


Author: gregoa
Date: Mon Mar 29 19:33:31 2010
New Revision: 55038

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=55038
Log:
debian/rules: set TEST_SKIP_VERSION_CHECK for tests.

Modified:
    trunk/libcompress-raw-zlib-perl/debian/changelog
    trunk/libcompress-raw-zlib-perl/debian/rules

Modified: trunk/libcompress-raw-zlib-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcompress-raw-zlib-perl/debian/changelog?rev=55038&op=diff
==============================================================================
--- trunk/libcompress-raw-zlib-perl/debian/changelog (original)
+++ trunk/libcompress-raw-zlib-perl/debian/changelog Mon Mar 29 19:33:31 2010
@@ -2,6 +2,7 @@
 
   * New upstream release.
   * Convert to source format 3.0 (quilt). Remove quilt framework.
+  * debian/rules: set TEST_SKIP_VERSION_CHECK for tests.
 
  -- gregor herrmann <gregoa at debian.org>  Mon, 29 Mar 2010 21:25:33 +0200
 

Modified: trunk/libcompress-raw-zlib-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcompress-raw-zlib-perl/debian/rules?rev=55038&op=diff
==============================================================================
--- trunk/libcompress-raw-zlib-perl/debian/rules (original)
+++ trunk/libcompress-raw-zlib-perl/debian/rules Mon Mar 29 19:33:31 2010
@@ -9,3 +9,6 @@
 	dh_installexamples
 	find $(CURDIR)/debian/$(PKG)/usr/share/doc/$(PKG)/examples -type f -print0 | \
 		xargs -r0 sed -i -e 's,/usr/local/bin/perl,/usr/bin/perl,'
+
+override_dh_auto_test:
+	TEST_SKIP_VERSION_CHECK=1 dh_auto_test




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