r31136 - in /trunk/podlators-perl/debian: changelog rules

ntyni at users.alioth.debian.org ntyni at users.alioth.debian.org
Fri Feb 27 19:11:20 UTC 2009


Author: ntyni
Date: Fri Feb 27 19:11:17 2009
New Revision: 31136

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=31136
Log:
Explicitly enable the maintainer spelling tests.

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

Modified: trunk/podlators-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/podlators-perl/debian/changelog?rev=31136&op=diff
==============================================================================
--- trunk/podlators-perl/debian/changelog (original)
+++ trunk/podlators-perl/debian/changelog Fri Feb 27 19:11:17 2009
@@ -9,6 +9,7 @@
     + installable with the Perl core again. (Closes: #503016)
   * Change the Homepage pointer from CPAN to the author's personal site.
   * Recommend libpod-simple-perl (>= 3.07) as per upstream README.
+  * Explicitly enable the maintainer spelling tests.
 
  -- gregor herrmann <gregoa at debian.org>  Sun, 16 Nov 2008 20:49:40 +0100
 

Modified: trunk/podlators-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/podlators-perl/debian/rules?rev=31136&op=diff
==============================================================================
--- trunk/podlators-perl/debian/rules (original)
+++ trunk/podlators-perl/debian/rules Fri Feb 27 19:11:17 2009
@@ -22,7 +22,7 @@
 	dh_testdir
 	$(PERL) Makefile.PL INSTALLDIRS=vendor
 	$(MAKE)
-	$(MAKE) test
+	RRA_MAINTAINER_TESTS=1 $(MAKE) test
 	touch $@
 
 clean: unpatch




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