r15861 - in /trunk/libfax-hylafax-client-perl/debian: changelog rules

tincho-guest at users.alioth.debian.org tincho-guest at users.alioth.debian.org
Thu Feb 28 12:38:21 UTC 2008


Author: tincho-guest
Date: Thu Feb 28 12:38:20 2008
New Revision: 15861

URL: http://svn.debian.org/wsvn/?sc=1&rev=15861
Log:
- Don't run tests as they don't work without a configured server.

Modified:
    trunk/libfax-hylafax-client-perl/debian/changelog
    trunk/libfax-hylafax-client-perl/debian/rules

Modified: trunk/libfax-hylafax-client-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libfax-hylafax-client-perl/debian/changelog?rev=15861&op=diff
==============================================================================
--- trunk/libfax-hylafax-client-perl/debian/changelog (original)
+++ trunk/libfax-hylafax-client-perl/debian/changelog Thu Feb 28 12:38:20 2008
@@ -4,6 +4,7 @@
   * debian/watch: upgraded to version 3 and dist/ URL.
   * debian/rules:
   - Redone from templates, there was much unneeded stuff.
+  - Don't run tests as they don't work without a configured server.
   - Fixed FTBFS with Perl 5.10: the empty /usr/lib/perl5 is gone (Closes:
     #468036)
   * debian/control:

Modified: trunk/libfax-hylafax-client-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libfax-hylafax-client-perl/debian/rules?rev=15861&op=diff
==============================================================================
--- trunk/libfax-hylafax-client-perl/debian/rules (original)
+++ trunk/libfax-hylafax-client-perl/debian/rules Thu Feb 28 12:38:20 2008
@@ -18,7 +18,8 @@
 	# Add commands to compile the package here
 	$(PERL) Makefile.PL INSTALLDIRS=vendor
 	$(MAKE)
-	$(MAKE) test
+	# Tests don't work
+	#$(MAKE) test
 	touch $@
 
 clean:




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