r33860 - in /trunk/libwww-mechanize-formfiller-perl/debian: README.source changelog control patches/ patches/fix-99-manifest.t-no-MANIFEST.SKIP.patch patches/series rules

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Fri Apr 24 09:48:24 UTC 2009


Author: dmn
Date: Fri Apr 24 09:48:19 2009
New Revision: 33860

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=33860
Log:
* add fix-99-manifest.t-no-MANIFEST.SKIP.patch working around the fact that
  MANIFEST.SKIP is not present
  + add build-dependency to quilt; plug quilt into debian/rules
  + add README.source

Added:
    trunk/libwww-mechanize-formfiller-perl/debian/README.source
    trunk/libwww-mechanize-formfiller-perl/debian/patches/
    trunk/libwww-mechanize-formfiller-perl/debian/patches/fix-99-manifest.t-no-MANIFEST.SKIP.patch
    trunk/libwww-mechanize-formfiller-perl/debian/patches/series
Modified:
    trunk/libwww-mechanize-formfiller-perl/debian/changelog
    trunk/libwww-mechanize-formfiller-perl/debian/control
    trunk/libwww-mechanize-formfiller-perl/debian/rules

Added: trunk/libwww-mechanize-formfiller-perl/debian/README.source
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwww-mechanize-formfiller-perl/debian/README.source?rev=33860&op=file
==============================================================================
--- trunk/libwww-mechanize-formfiller-perl/debian/README.source (added)
+++ trunk/libwww-mechanize-formfiller-perl/debian/README.source Fri Apr 24 09:48:19 2009
@@ -1,0 +1,4 @@
+This package uses quilt for maintaining patches applied to upstream code.
+
+See /usr/share/doc/quilt/README.source contained in the `quilt' package for
+more information.

Modified: trunk/libwww-mechanize-formfiller-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwww-mechanize-formfiller-perl/debian/changelog?rev=33860&op=diff
==============================================================================
--- trunk/libwww-mechanize-formfiller-perl/debian/changelog (original)
+++ trunk/libwww-mechanize-formfiller-perl/debian/changelog Fri Apr 24 09:48:19 2009
@@ -7,6 +7,10 @@
   [ Damyan Ivanov ]
   * New upstream release
     + t/08-FF-fillout.t dropped; Closes: #521989 -- FTBFS with test failure
+  * add fix-99-manifest.t-no-MANIFEST.SKIP.patch working around the fact that
+    MANIFEST.SKIP is not present
+    + add build-dependency to quilt; plug quilt into debian/rules
+    + add README.source
 
  -- Damyan Ivanov <dmn at debian.org>  Fri, 24 Apr 2009 12:16:01 +0300
 

Modified: trunk/libwww-mechanize-formfiller-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwww-mechanize-formfiller-perl/debian/control?rev=33860&op=diff
==============================================================================
--- trunk/libwww-mechanize-formfiller-perl/debian/control (original)
+++ trunk/libwww-mechanize-formfiller-perl/debian/control Fri Apr 24 09:48:19 2009
@@ -1,7 +1,7 @@
 Source: libwww-mechanize-formfiller-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 5.0.0)
+Build-Depends: debhelper (>= 5.0.0), quilt
 Build-Depends-Indep: perl (>= 5.8.8-7), libdata-random-perl (>=0.05),
  libwww-perl, libtest-mockobject-perl, libtest-pod-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>

Added: trunk/libwww-mechanize-formfiller-perl/debian/patches/fix-99-manifest.t-no-MANIFEST.SKIP.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwww-mechanize-formfiller-perl/debian/patches/fix-99-manifest.t-no-MANIFEST.SKIP.patch?rev=33860&op=file
==============================================================================
--- trunk/libwww-mechanize-formfiller-perl/debian/patches/fix-99-manifest.t-no-MANIFEST.SKIP.patch (added)
+++ trunk/libwww-mechanize-formfiller-perl/debian/patches/fix-99-manifest.t-no-MANIFEST.SKIP.patch Fri Apr 24 09:48:19 2009
@@ -1,0 +1,21 @@
+# Description: MANIFEST.skip is not present in the upstream release, so no way
+#              the test for its presence would succeed. File ommitted.
+# Author: Damyan Ivanov <dmn at debian.org>
+# Upstream-Bug: http://rt.cpan.org/Ticket/Display.html?id=45274
+--- a/t/99-manifest.t
++++ b/t/99-manifest.t
+@@ -1,12 +1,12 @@
+ use strict;
+ use Test::More;
+ 
+-# Check that MANIFEST and MANIFEST.skip are sane :
++# Check that MANIFEST is sane
+ 
+ use File::Find;
+ use File::Spec;
+ 
+-my @files = qw( MANIFEST MANIFEST.skip );
++my @files = qw( MANIFEST );
+ plan tests => scalar @files * 4 +1;
+ 
+ for my $file (@files) {

Added: trunk/libwww-mechanize-formfiller-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwww-mechanize-formfiller-perl/debian/patches/series?rev=33860&op=file
==============================================================================
--- trunk/libwww-mechanize-formfiller-perl/debian/patches/series (added)
+++ trunk/libwww-mechanize-formfiller-perl/debian/patches/series Fri Apr 24 09:48:19 2009
@@ -1,0 +1,1 @@
+fix-99-manifest.t-no-MANIFEST.SKIP.patch

Modified: trunk/libwww-mechanize-formfiller-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwww-mechanize-formfiller-perl/debian/rules?rev=33860&op=diff
==============================================================================
--- trunk/libwww-mechanize-formfiller-perl/debian/rules (original)
+++ trunk/libwww-mechanize-formfiller-perl/debian/rules Fri Apr 24 09:48:19 2009
@@ -6,6 +6,8 @@
 
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
+
+include /usr/share/quilt/quilt.make
 
 # If set to a true value then MakeMaker's prompt function will
 # always return the default without waiting for user input.
@@ -20,7 +22,7 @@
 TMP     =$(CURDIR)/debian/$(PACKAGE)
 
 build: build-stamp
-build-stamp:
+build-stamp: $(QUILT_STAMPFN)
 	dh_testdir
 
 	# Add commands to compile the package here
@@ -30,7 +32,7 @@
 
 	touch build-stamp
 
-clean:
+clean: unpatch
 	dh_testdir
 	dh_testroot
 




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