r38653 - in /trunk/libfile-changenotify-perl/debian: control rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Thu Jun 25 19:06:41 UTC 2009


Author: gregoa
Date: Thu Jun 25 19:06:35 2009
New Revision: 38653

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=38653
Log:
use override_dh_auto_test for passing an env variable to the tests (makes lintian happy)
S-V 3.8.2

Modified:
    trunk/libfile-changenotify-perl/debian/control
    trunk/libfile-changenotify-perl/debian/rules

Modified: trunk/libfile-changenotify-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-changenotify-perl/debian/control?rev=38653&op=diff
==============================================================================
--- trunk/libfile-changenotify-perl/debian/control (original)
+++ trunk/libfile-changenotify-perl/debian/control Thu Jun 25 19:06:35 2009
@@ -1,13 +1,13 @@
 Source: libfile-changenotify-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7)
+Build-Depends: debhelper (>= 7.0.50)
 Build-Depends-Indep: libmoosex-semiaffordanceaccessor-perl, libclass-mop-perl,
  libmoosex-params-validate-perl (>= 0.08), libtest-pod-coverage-perl (>= 1.04),
  libtest-pod-perl (>= 1.14), libmoose-perl, perl (>= 5.6.0-12)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jonathan Yu <frequency at cpan.org>
-Standards-Version: 3.8.1
+Standards-Version: 3.8.2
 Homepage: http://search.cpan.org/dist/File-ChangeNotify/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libfile-changenotify-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libfile-changenotify-perl/

Modified: trunk/libfile-changenotify-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-changenotify-perl/debian/rules?rev=38653&op=diff
==============================================================================
--- trunk/libfile-changenotify-perl/debian/rules (original)
+++ trunk/libfile-changenotify-perl/debian/rules Thu Jun 25 19:06:35 2009
@@ -1,4 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	IS_MAINTAINER=1 dh $@
+	dh $@
+
+override_dh_auto_test:
+	IS_MAINTAINER=1 dh_auto_test




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