r27700 - in /trunk/liburi-perl/debian: changelog rules

kees at users.alioth.debian.org kees at users.alioth.debian.org
Thu Dec 4 07:32:28 UTC 2008


Author: kees
Date: Thu Dec  4 07:32:25 2008
New Revision: 27700

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=27700
Log:
debian/rules: enable tests.

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

Modified: trunk/liburi-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liburi-perl/debian/changelog?rev=27700&op=diff
==============================================================================
--- trunk/liburi-perl/debian/changelog (original)
+++ trunk/liburi-perl/debian/changelog Thu Dec  4 07:32:25 2008
@@ -11,6 +11,7 @@
   * debian/{watch,repack.sh,rules}: handle repacking to remove rfc2396.txt
     (non-redistributable):
     - http://rt.cpan.org/Ticket/Display.html?id=41418
+  * debian/rules: enable tests.
 
  -- Kees Cook <kees at outflux.net>  Wed, 03 Dec 2008 22:51:28 -0800
 

Modified: trunk/liburi-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liburi-perl/debian/rules?rev=27700&op=diff
==============================================================================
--- trunk/liburi-perl/debian/rules (original)
+++ trunk/liburi-perl/debian/rules Thu Dec  4 07:32:25 2008
@@ -26,6 +26,7 @@
 # Add here commands to compile the package.
 	$(PERL) Makefile.PL INSTALLDIRS=vendor
 	$(MAKE) 
+	$(MAKE) test
 
 	touch build-stamp
 




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