r26477 - in /trunk/libmath-gmp-perl/debian: changelog control rules

ansgar-guest at users.alioth.debian.org ansgar-guest at users.alioth.debian.org
Sun Nov 2 01:24:49 UTC 2008


Author: ansgar-guest
Date: Sun Nov  2 01:24:46 2008
New Revision: 26477

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=26477
Log:
Do not enable Perl::Critic tests for now (fail with newer version of Perl::Critic)

Modified:
    trunk/libmath-gmp-perl/debian/changelog
    trunk/libmath-gmp-perl/debian/control
    trunk/libmath-gmp-perl/debian/rules

Modified: trunk/libmath-gmp-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmath-gmp-perl/debian/changelog?rev=26477&op=diff
==============================================================================
--- trunk/libmath-gmp-perl/debian/changelog (original)
+++ trunk/libmath-gmp-perl/debian/changelog Sun Nov  2 01:24:46 2008
@@ -1,8 +1,5 @@
-libmath-gmp-perl (2.05-1) UNRELEASED; urgency=low
+libmath-gmp-perl (2.05-1) unstable; urgency=low
 
-  PROBLEM:
-  t/99_perlcritic.t: 4 tests fail for me (sid cowbuilder chroot) -- gregoa
-  
   [ gregor herrmann ]
   * Take over for the Debian Perl Group with maintainer's permission
     (http://lists.debian.org/debian-perl/2008/06/msg00039.html)
@@ -19,11 +16,9 @@
   * Remove patch framework (patch was applied upstream)
   * Refresh debian/rules for debhelper 7.
   * Bump Standards Version to 3.8.0
-  * Enable Perl::Critic tests, do not yet enable POD tests as they still
-    fail due to missing coverage
   * Convert debian/copyright to proposed machine-readable format
 
- -- Ansgar Burchardt <ansgar at 43-1.org>  Sat, 11 Oct 2008 15:56:55 +0200
+ -- Ansgar Burchardt <ansgar at 43-1.org>  Sun, 02 Nov 2008 02:23:12 +0100
 
 libmath-gmp-perl (2.04-2.1) unstable; urgency=low
 

Modified: trunk/libmath-gmp-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmath-gmp-perl/debian/control?rev=26477&op=diff
==============================================================================
--- trunk/libmath-gmp-perl/debian/control (original)
+++ trunk/libmath-gmp-perl/debian/control Sun Nov  2 01:24:46 2008
@@ -2,7 +2,7 @@
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7), perl (>= 5.8.0-7), libgmp3-dev,
- libtest-yaml-meta-perl, libperl-critic-perl (>= 0.23)
+ libtest-yaml-meta-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Florian Ragwitz <rafl at debian.org>,
  Ansgar Burchardt <ansgar at 43-1.org>

Modified: trunk/libmath-gmp-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmath-gmp-perl/debian/rules?rev=26477&op=diff
==============================================================================
--- trunk/libmath-gmp-perl/debian/rules (original)
+++ trunk/libmath-gmp-perl/debian/rules Sun Nov  2 01:24:46 2008
@@ -2,7 +2,7 @@
 
 build: build-stamp
 build-stamp:
-	TEST_CRITIC=1 dh build
+	dh build
 	touch $@
 
 clean:




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