r36914 - in /trunk/libsocialtext-wikitest-perl/debian: README.source changelog control patches/ patches/fix-pod.patch patches/series rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sun May 31 12:01:08 UTC 2009


Author: gregoa
Date: Sun May 31 12:01:01 2009
New Revision: 36914

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=36914
Log:
Add patch fix-pod.patch to get rid of a manpage stub; add quilt framework.

Added:
    trunk/libsocialtext-wikitest-perl/debian/README.source
    trunk/libsocialtext-wikitest-perl/debian/patches/
    trunk/libsocialtext-wikitest-perl/debian/patches/fix-pod.patch
    trunk/libsocialtext-wikitest-perl/debian/patches/series
Modified:
    trunk/libsocialtext-wikitest-perl/debian/changelog
    trunk/libsocialtext-wikitest-perl/debian/control
    trunk/libsocialtext-wikitest-perl/debian/rules

Added: trunk/libsocialtext-wikitest-perl/debian/README.source
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsocialtext-wikitest-perl/debian/README.source?rev=36914&op=file
==============================================================================
--- trunk/libsocialtext-wikitest-perl/debian/README.source (added)
+++ trunk/libsocialtext-wikitest-perl/debian/README.source Sun May 31 12:01:01 2009
@@ -1,0 +1,5 @@
+This package uses quilt to manage all modifications to the upstream
+source.  Changes are stored in the source package as diffs in
+debian/patches and applied during the build.
+
+See /usr/share/doc/quilt/README.source for a detailed explanation.

Modified: trunk/libsocialtext-wikitest-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsocialtext-wikitest-perl/debian/changelog?rev=36914&op=diff
==============================================================================
--- trunk/libsocialtext-wikitest-perl/debian/changelog (original)
+++ trunk/libsocialtext-wikitest-perl/debian/changelog Sun May 31 12:01:01 2009
@@ -10,6 +10,7 @@
     - add libmocked-perl, libsocialtext-resting-perl to Depends
     - make short description a noun phrase
   * Add /me to Uploaders.
+  * Add patch fix-pod.patch to get rid of a manpage stub; add quilt framework.
 
  -- Christoph Berg <myon at debian.org>  Fri, 22 May 2009 17:18:12 +0200
 

Modified: trunk/libsocialtext-wikitest-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsocialtext-wikitest-perl/debian/control?rev=36914&op=diff
==============================================================================
--- trunk/libsocialtext-wikitest-perl/debian/control (original)
+++ trunk/libsocialtext-wikitest-perl/debian/control Sun May 31 12:01:01 2009
@@ -1,7 +1,7 @@
 Source: libsocialtext-wikitest-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7)
+Build-Depends: debhelper (>= 7.0.8), quilt (>= 0.46-7)
 Build-Depends-Indep: libmocked-perl, libsocialtext-resting-perl,
  libsocialtext-resting-utils-perl (>= 0.04), libtest-exception-perl,
  perl (>= 5.6.0-12)

Added: trunk/libsocialtext-wikitest-perl/debian/patches/fix-pod.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsocialtext-wikitest-perl/debian/patches/fix-pod.patch?rev=36914&op=file
==============================================================================
--- trunk/libsocialtext-wikitest-perl/debian/patches/fix-pod.patch (added)
+++ trunk/libsocialtext-wikitest-perl/debian/patches/fix-pod.patch Sun May 31 12:01:01 2009
@@ -1,0 +1,18 @@
+Author: gregor herrmann <gregoa at debian.org>
+Description: remove POD fragment so that we don't get a manpage stub
+
+--- a/lib/Socialtext/WikiFixture/Null.pm
++++ b/lib/Socialtext/WikiFixture/Null.pm
+@@ -8,12 +8,6 @@
+ 
+ my $CALLS;
+ 
+-=head2 get_num_calls
+-
+-Return the number of calls made to handle_command, and reset the counter.
+-
+-=cut
+-
+ sub get_num_calls {
+     my $num = $CALLS;
+     $CALLS = 0;

Added: trunk/libsocialtext-wikitest-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsocialtext-wikitest-perl/debian/patches/series?rev=36914&op=file
==============================================================================
--- trunk/libsocialtext-wikitest-perl/debian/patches/series (added)
+++ trunk/libsocialtext-wikitest-perl/debian/patches/series Sun May 31 12:01:01 2009
@@ -1,0 +1,1 @@
+fix-pod.patch

Modified: trunk/libsocialtext-wikitest-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsocialtext-wikitest-perl/debian/rules?rev=36914&op=diff
==============================================================================
--- trunk/libsocialtext-wikitest-perl/debian/rules (original)
+++ trunk/libsocialtext-wikitest-perl/debian/rules Sun May 31 12:01:01 2009
@@ -1,4 +1,4 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@
+	dh --with quilt $@




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