r32495 - in /trunk/libwww-facebook-api-perl/debian: changelog rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Wed Apr 1 21:28:40 UTC 2009


Author: gregoa
Date: Wed Apr  1 21:28:33 2009
New Revision: 32495

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=32495
Log:
Don't enable optional Perl::Critic tests in debian/rules since they fail
with newer versions of Perl::Critic; thanks to Daniel Schepler for the bug
report (closes: #521988).

Modified:
    trunk/libwww-facebook-api-perl/debian/changelog
    trunk/libwww-facebook-api-perl/debian/rules

Modified: trunk/libwww-facebook-api-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwww-facebook-api-perl/debian/changelog?rev=32495&op=diff
==============================================================================
--- trunk/libwww-facebook-api-perl/debian/changelog (original)
+++ trunk/libwww-facebook-api-perl/debian/changelog Wed Apr  1 21:28:33 2009
@@ -1,14 +1,14 @@
 libwww-facebook-api-perl (0.4.14-1) UNRELEASED; urgency=low
 
-  FTBFS: 2 tests in t/perlcritic.t fail.
-         http://rt.cpan.org/Public/Bug/Display.html?id=40152
-  
   * New upstream release.
   * debian/control: mention module name in long description.
   * Add debian/README.source to document quilt usage, as required by
     Debian Policy since 3.8.0.
   * debian/control: Changed: Switched Vcs-Browser field to ViewSVN
     (source stanza).
+  * Don't enable optional Perl::Critic tests in debian/rules since they fail
+    with newer versions of Perl::Critic; thanks to Daniel Schepler for the bug
+    report (closes: #521988).
 
  -- gregor herrmann <gregoa at debian.org>  Sat, 18 Oct 2008 18:14:17 +0200
 

Modified: trunk/libwww-facebook-api-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwww-facebook-api-perl/debian/rules?rev=32495&op=diff
==============================================================================
--- trunk/libwww-facebook-api-perl/debian/rules (original)
+++ trunk/libwww-facebook-api-perl/debian/rules Wed Apr  1 21:28:33 2009
@@ -4,7 +4,7 @@
 
 build: build-stamp
 build-stamp: $(QUILT_STAMPFN)
-	PERL_TEST_CRITIC=1 AUTHOR_TESTS=1 dh build
+	AUTHOR_TESTS=1 dh build
 	touch $@
 
 clean: unpatch




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