r43028 - in /trunk/libwww-facebook-api-perl/debian: README.source changelog control patches/ patches/manpage-errors.patch patches/series rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Thu Aug 27 16:33:35 UTC 2009


Author: gregoa
Date: Thu Aug 27 16:33:18 2009
New Revision: 43028

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=43028
Log:
New patch manpage-errors.patch to avoid manpage-has-errors-from-man:
"can't break line" error.

Added:
    trunk/libwww-facebook-api-perl/debian/README.source
    trunk/libwww-facebook-api-perl/debian/patches/
    trunk/libwww-facebook-api-perl/debian/patches/manpage-errors.patch
    trunk/libwww-facebook-api-perl/debian/patches/series
Modified:
    trunk/libwww-facebook-api-perl/debian/changelog
    trunk/libwww-facebook-api-perl/debian/control
    trunk/libwww-facebook-api-perl/debian/rules

Added: trunk/libwww-facebook-api-perl/debian/README.source
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwww-facebook-api-perl/debian/README.source?rev=43028&op=file
==============================================================================
--- trunk/libwww-facebook-api-perl/debian/README.source (added)
+++ trunk/libwww-facebook-api-perl/debian/README.source Thu Aug 27 16:33:18 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/libwww-facebook-api-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwww-facebook-api-perl/debian/changelog?rev=43028&op=diff
==============================================================================
--- trunk/libwww-facebook-api-perl/debian/changelog (original)
+++ trunk/libwww-facebook-api-perl/debian/changelog Thu Aug 27 16:33:18 2009
@@ -7,11 +7,8 @@
     - Remove comments
   * debian/control:
     - Add myself to list of Uploaders
-    - Drop quilt Build-Depends
   * debian/patches/*:
     - Remove since fix-pod.patch is no longer needed (fixed upstream)
-  * debian/README.source:
-    - Remove since quilt is no longer used
 
   [ Jonathan Yu ]
   * Updated copyright information
@@ -21,6 +18,8 @@
   [ gregor herrmann ]
   * debian/copyright: add additional copyright holders.
   * Remove some build dependencies that are not used any more.
+  * New patch manpage-errors.patch to avoid manpage-has-errors-from-man:
+    "can't break line" error.
 
  -- Nathan Handler <nhandler at ubuntu.com>  Thu, 27 Aug 2009 00:30:17 +0000
 

Modified: trunk/libwww-facebook-api-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwww-facebook-api-perl/debian/control?rev=43028&op=diff
==============================================================================
--- trunk/libwww-facebook-api-perl/debian/control (original)
+++ trunk/libwww-facebook-api-perl/debian/control Thu Aug 27 16:33:18 2009
@@ -1,7 +1,7 @@
 Source: libwww-facebook-api-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7.0.50~)
+Build-Depends: debhelper (>= 7.0.50~), quilt (>= 0.46-7)
 Build-Depends-Indep: perl, libwww-perl, libcrypt-ssleay-perl, libjson-xs-perl,
  libtest-mockobject-perl, libjson-any-perl, libreadonly-perl,
  libperl-critic-perl, perl-modules (>= 5.10) | libversion-perl,

Added: trunk/libwww-facebook-api-perl/debian/patches/manpage-errors.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwww-facebook-api-perl/debian/patches/manpage-errors.patch?rev=43028&op=file
==============================================================================
--- trunk/libwww-facebook-api-perl/debian/patches/manpage-errors.patch (added)
+++ trunk/libwww-facebook-api-perl/debian/patches/manpage-errors.patch Thu Aug 27 16:33:18 2009
@@ -1,0 +1,14 @@
+Author: gregor herrmann <gregoa at debian.org>
+Description: avoid manpage-has-errors-from-man: "can't break line" error
+
+--- a/lib/WWW/Facebook/API/Feed.pm
++++ b/lib/WWW/Facebook/API/Feed.pm
+@@ -92,7 +92,7 @@
+         full_story_template      => 'JSON',
+     );
+ 
+-The formats for C<one_line_story_templates>,C<short_story_templates>,C<full_story_template> are
++The formats for C<one_line_story_templates>, C<short_story_templates>, C<full_story_template> are
+ described on the developer wiki:
+ http://wiki.developers.facebook.com/index.php/Feed.registerTemplateBundle
+ 

Added: trunk/libwww-facebook-api-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwww-facebook-api-perl/debian/patches/series?rev=43028&op=file
==============================================================================
--- trunk/libwww-facebook-api-perl/debian/patches/series (added)
+++ trunk/libwww-facebook-api-perl/debian/patches/series Thu Aug 27 16:33:18 2009
@@ -1,0 +1,1 @@
+manpage-errors.patch

Modified: trunk/libwww-facebook-api-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libwww-facebook-api-perl/debian/rules?rev=43028&op=diff
==============================================================================
--- trunk/libwww-facebook-api-perl/debian/rules (original)
+++ trunk/libwww-facebook-api-perl/debian/rules Thu Aug 27 16:33:18 2009
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@
+	dh --with quilt $@
 
 override_dh_auto_test:
 	# at package build time ...




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