r11098 - in /trunk/libapache-dbi-perl/debian: changelog control rules

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Mon Dec 10 16:21:51 UTC 2007


Author: dmn
Date: Mon Dec 10 16:21:50 2007
New Revision: 11098

URL: http://svn.debian.org/wsvn/?sc=1&rev=11098
Log:
* Enabled test suite
  + Add libdbi-perl and libdigest-sha1-perl to B-D-I

Modified:
    trunk/libapache-dbi-perl/debian/changelog
    trunk/libapache-dbi-perl/debian/control
    trunk/libapache-dbi-perl/debian/rules

Modified: trunk/libapache-dbi-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libapache-dbi-perl/debian/changelog?rev=11098&op=diff
==============================================================================
--- trunk/libapache-dbi-perl/debian/changelog (original)
+++ trunk/libapache-dbi-perl/debian/changelog Mon Dec 10 16:21:50 2007
@@ -21,6 +21,8 @@
     + Remove /usr/lib/perl5 only
   * Bump debhelper compat level to 5
   * Add libdigest-sha1-perl to Depends
+  * Enabled test suite
+    + Add libdbi-perl and libdigest-sha1-perl to B-D-I
 
  -- Damyan Ivanov <dmn at debian.org>  Mon, 10 Dec 2007 17:48:21 +0200
 

Modified: trunk/libapache-dbi-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libapache-dbi-perl/debian/control?rev=11098&op=diff
==============================================================================
--- trunk/libapache-dbi-perl/debian/control (original)
+++ trunk/libapache-dbi-perl/debian/control Mon Dec 10 16:21:50 2007
@@ -8,7 +8,7 @@
 Priority: optional
 Section: perl
 Build-Depends: debhelper (>= 5)
-Build-Depends-Indep: perl (>= 5.6.0-17)
+Build-Depends-Indep: perl (>= 5.6.0-17), libdbi-perl, libdigest-sha1-perl
 
 Package: libapache-dbi-perl
 Architecture: all

Modified: trunk/libapache-dbi-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libapache-dbi-perl/debian/rules?rev=11098&op=diff
==============================================================================
--- trunk/libapache-dbi-perl/debian/rules (original)
+++ trunk/libapache-dbi-perl/debian/rules Mon Dec 10 16:21:50 2007
@@ -15,8 +15,10 @@
 	# Add here commands to compile the package.
 	perl Makefile.PL verbose INSTALLDIRS=vendor
 	$(MAKE)
-	#Skip live tests
-	#$(MAKE) test
+	# Real tests require locally-accesible MySQL server
+	# We run $(MAKE) test anyway, at least to see if the module can
+	# be loaded at all
+	$(MAKE) test
 	touch $@
 
 clean:




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