r22721 - in /trunk/libpoe-component-sslify-perl/debian: changelog control rules

tincho at users.alioth.debian.org tincho at users.alioth.debian.org
Thu Jul 3 07:54:15 UTC 2008


Author: tincho
Date: Thu Jul  3 07:54:15 2008
New Revision: 22721

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

Modified:
    trunk/libpoe-component-sslify-perl/debian/changelog
    trunk/libpoe-component-sslify-perl/debian/control
    trunk/libpoe-component-sslify-perl/debian/rules

Modified: trunk/libpoe-component-sslify-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-sslify-perl/debian/changelog?rev=22721&op=diff
==============================================================================
--- trunk/libpoe-component-sslify-perl/debian/changelog (original)
+++ trunk/libpoe-component-sslify-perl/debian/changelog Thu Jul  3 07:54:15 2008
@@ -4,7 +4,7 @@
   * debian/rules: refreshed from templates.
   * debian/watch: allow for v\d.+ format.
   * debian/control: add myself to Uploaders, bumped Standards-Version with no
-    changes, added new build-dependencies.
+    changes.
 
  -- Martín Ferrari <tincho at debian.org>  Thu, 03 Jul 2008 04:40:11 -0300
 

Modified: trunk/libpoe-component-sslify-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-sslify-perl/debian/control?rev=22721&op=diff
==============================================================================
--- trunk/libpoe-component-sslify-perl/debian/control (original)
+++ trunk/libpoe-component-sslify-perl/debian/control Thu Jul  3 07:54:15 2008
@@ -4,9 +4,7 @@
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Niko Tyni <ntyni at debian.org>, Martín Ferrari <tincho at debian.org>
 Build-Depends: debhelper (>= 5.0.0)
-Build-Depends-Indep: perl (>= 5.8.8-7), libnet-ssleay-perl (>= 1.30),
- libtest-pod-perl, libtest-distribution-perl, libtest-simple-perl,
- libtest-pod-coverage-perl
+Build-Depends-Indep: perl (>= 5.8.8-7), libnet-ssleay-perl (>= 1.30)
 Standards-Version: 3.8.0
 Homepage: http://search.cpan.org/dist/POE-Component-SSLify/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libpoe-component-sslify-perl/

Modified: trunk/libpoe-component-sslify-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-sslify-perl/debian/rules?rev=22721&op=diff
==============================================================================
--- trunk/libpoe-component-sslify-perl/debian/rules (original)
+++ trunk/libpoe-component-sslify-perl/debian/rules Thu Jul  3 07:54:15 2008
@@ -12,7 +12,9 @@
 	dh_testdir
 	$(PERL) Makefile.PL INSTALLDIRS=vendor
 	$(MAKE)
-	$(MAKE) test
+	# Almost all tests are author tests, and the (trivial) one remaining
+	# needs a module not in Debian.
+	#$(MAKE) test
 	touch $@
 
 clean:




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