r43185 - in /trunk/libtext-greeking-perl/debian: changelog rules

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Fri Aug 28 20:21:49 UTC 2009


Author: jawnsy-guest
Date: Fri Aug 28 20:21:43 2009
New Revision: 43185

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=43185
Log:
Fix FTBFS by using MANIFEST_WARN_ONLY=1 in rules

Modified:
    trunk/libtext-greeking-perl/debian/changelog
    trunk/libtext-greeking-perl/debian/rules

Modified: trunk/libtext-greeking-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-greeking-perl/debian/changelog?rev=43185&op=diff
==============================================================================
--- trunk/libtext-greeking-perl/debian/changelog (original)
+++ trunk/libtext-greeking-perl/debian/changelog Fri Aug 28 20:21:43 2009
@@ -1,31 +1,4 @@
 libtext-greeking-perl (0.12-1) UNRELEASED; urgency=low
-
-  TODO:
-  FTBFS:
-    t/96_manifest........# Distribution files are missing in MANIFEST:
-    # .pc/.version
-    # .pc/applied-patches
-    # .pc/pod_errors.patch/.timestamp
-    # .pc/pod_errors.patch/lib/Text/Greeking.pm
-    # debian/control
-    # debian/copyright
-    # debian/watch
-    # debian/compat
-    # debian/README.source
-    # debian/changelog
-    # debian/rules
-    # debian/libtext-greeking-perl.debhelper.log
-    # debian/patches/pod_errors.patch
-    # debian/patches/series
-
-    #   Failed test 'All files are listed in MANIFEST or skipped'
-    #   at t/96_manifest.t line 26.
-    # Looks like you failed 1 test of 5.
-    dubious
-            Test returned status 1 (wstat 256, 0x100)
-    DIED. FAILED test 3
-            Failed 1/5 tests, 80.00% okay
-
 
   * New upstream release
     + Updated copyright years

Modified: trunk/libtext-greeking-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-greeking-perl/debian/rules?rev=43185&op=diff
==============================================================================
--- trunk/libtext-greeking-perl/debian/rules (original)
+++ trunk/libtext-greeking-perl/debian/rules Fri Aug 28 20:21:43 2009
@@ -4,4 +4,4 @@
 	dh --with quilt $@
 
 override_dh_auto_test:
-	AUTOMATED_TESTING=1 dh_auto_test
+	AUTOMATED_TESTING=1 MANIFEST_WARN_ONLY=1 dh_auto_test




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