r4400 - in /packages/libconvert-binhex-perl/trunk: debian/changelog debian/control debian/rules t/Checker.pm

ntyni-guest at users.alioth.debian.org ntyni-guest at users.alioth.debian.org
Sun Nov 26 20:36:31 CET 2006


Author: ntyni-guest
Date: Sun Nov 26 20:36:31 2006
New Revision: 4400

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=4400
Log:
make $(MAKE) test work.

Modified:
    packages/libconvert-binhex-perl/trunk/debian/changelog
    packages/libconvert-binhex-perl/trunk/debian/control
    packages/libconvert-binhex-perl/trunk/debian/rules
    packages/libconvert-binhex-perl/trunk/t/Checker.pm

Modified: packages/libconvert-binhex-perl/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libconvert-binhex-perl/trunk/debian/changelog?rev=4400&op=diff
==============================================================================
--- packages/libconvert-binhex-perl/trunk/debian/changelog (original)
+++ packages/libconvert-binhex-perl/trunk/debian/changelog Sun Nov 26 20:36:31 2006
@@ -1,5 +1,6 @@
 libconvert-binhex-perl (1.119-3) unstable; urgency=low
 
+  [ gregor herrmann ]
   * New maintainer: Debian Perl Group.
   * Set Standards-Version to 3.7.2 (no changes).
   * Set debhelper compatibility level to 5.
@@ -7,7 +8,11 @@
   * Remove empty /usr/lib/perl5 directory.
   * Don't ignore errors of ($MAKE) distclean.
 
- -- gregor herrmann <gregor+debian at comodo.priv.at>  Fri, 24 Nov 2006 21:27:31 +0100
+  [ Niko Tyni ]
+  * fix t/Checker.pm to get '$(MAKE) test' to work (CPAN bug #8983).
+  * don't ignore the results of '$(MAKE) test'.
+
+ -- Niko Tyni <ntyni at iki.fi>  Sun, 26 Nov 2006 21:36:09 +0200
 
 libconvert-binhex-perl (1.119-2) unstable; urgency=low
 

Modified: packages/libconvert-binhex-perl/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libconvert-binhex-perl/trunk/debian/control?rev=4400&op=diff
==============================================================================
--- packages/libconvert-binhex-perl/trunk/debian/control (original)
+++ packages/libconvert-binhex-perl/trunk/debian/control Sun Nov 26 20:36:31 2006
@@ -2,7 +2,7 @@
 Section: perl
 Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: gregor herrmann <gregor+debian at comodo.priv.at>
+Uploaders: gregor herrmann <gregor+debian at comodo.priv.at>, Niko Tyni <ntyni at iki.fi>
 XS-Vcs-Svn: svn://svn.debian.org/pkg-perl/packages/libconvert-binhex-perl/trunk/
 Build-Depends: debhelper (>= 5)
 Build-Depends-Indep: perl (>= 5.6.0-16)

Modified: packages/libconvert-binhex-perl/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libconvert-binhex-perl/trunk/debian/rules?rev=4400&op=diff
==============================================================================
--- packages/libconvert-binhex-perl/trunk/debian/rules (original)
+++ packages/libconvert-binhex-perl/trunk/debian/rules Sun Nov 26 20:36:31 2006
@@ -18,7 +18,7 @@
 build-stamp: configure-stamp 
 	dh_testdir
 	$(MAKE)
-	-$(MAKE) test
+	$(MAKE) test
 	touch build-stamp
 
 clean:

Modified: packages/libconvert-binhex-perl/trunk/t/Checker.pm
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libconvert-binhex-perl/trunk/t/Checker.pm?rev=4400&op=diff
==============================================================================
--- packages/libconvert-binhex-perl/trunk/t/Checker.pm (original)
+++ packages/libconvert-binhex-perl/trunk/t/Checker.pm Sun Nov 26 20:36:31 2006
@@ -1,4 +1,6 @@
 package Checker;
+
+use Exporter;
 
 @ISA = qw(Exporter);
 @EXPORT = qw($CHECK okay_if note check filter_warnings);




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