r73626 - in /trunk/libconfig-model-perl/debian: changelog patches/fix-typo-for-dpkg-source-manpage.patch patches/series

carnil at users.alioth.debian.org carnil at users.alioth.debian.org
Wed Apr 27 06:03:00 UTC 2011


Author: carnil
Date: Wed Apr 27 06:02:13 2011
New Revision: 73626

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=73626
Log:
Add fix-typo-for-dpkg-source-manpage.patch patch to fix references
to dpkg-source manpage.

Added:
    trunk/libconfig-model-perl/debian/patches/fix-typo-for-dpkg-source-manpage.patch
Modified:
    trunk/libconfig-model-perl/debian/changelog
    trunk/libconfig-model-perl/debian/patches/series

Modified: trunk/libconfig-model-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconfig-model-perl/debian/changelog?rev=73626&op=diff
==============================================================================
--- trunk/libconfig-model-perl/debian/changelog (original)
+++ trunk/libconfig-model-perl/debian/changelog Wed Apr 27 06:02:13 2011
@@ -1,11 +1,16 @@
 libconfig-model-perl (1.242-1) unstable; urgency=low
 
+  [ Dominique Dumont ]
   * New upstream release
     - dpkg control: added Build-Conflicts field
     - dpkg: Added model for debian/source/options
       and debian/clean files
   * refreshed bump-standard-version patch
   * control: set standard version to 3.9.2 (no other changes)
+
+  [ Salvatore Bonaccorso ]
+  * Add fix-typo-for-dpkg-source-manpage.patch patch to fix references
+    to dpkg-source manpage.
 
  -- Dominique Dumont <domi.dumont at free.fr>  Tue, 26 Apr 2011 14:21:15 +0200
 

Added: trunk/libconfig-model-perl/debian/patches/fix-typo-for-dpkg-source-manpage.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconfig-model-perl/debian/patches/fix-typo-for-dpkg-source-manpage.patch?rev=73626&op=file
==============================================================================
--- trunk/libconfig-model-perl/debian/patches/fix-typo-for-dpkg-source-manpage.patch (added)
+++ trunk/libconfig-model-perl/debian/patches/fix-typo-for-dpkg-source-manpage.patch Wed Apr 27 06:02:13 2011
@@ -1,0 +1,36 @@
+Description: Fix references to dpkg-source manpage
+Origin: vendor
+Bug: http://rt.cpan.org/Public/Bug/Display.html?id=67783
+Forwarded: yes
+Author: Salvatore Bonaccorso <carnil at debian.org>
+Last-Update: 2011-04-27
+
+--- a/lib/Config/Model/models/Debian/Dpkg/Source.pl
++++ b/lib/Config/Model/models/Debian/Dpkg/Source.pl
+@@ -59,7 +59,7 @@
+       'options',
+       {
+         'type' => 'node',
+-        'description' => 'Source options as described in L<dpkgc-source>',
++        'description' => 'Source options as described in L<dpkg-source>',
+         'config_class_name' => 'Debian::Dpkg::Source::Options'
+       }
+     ]
+--- a/lib/Config/Model/models/Debian/Dpkg/Source.pod
++++ b/lib/Config/Model/models/Debian/Dpkg/Source.pod
+@@ -60,7 +60,7 @@
+ 
+ =head2 options
+ 
+-Source options as described in L<dpkgc-source>. I<< Optional. Type node.  >>
++Source options as described in L<dpkg-source>. I<< Optional. Type node.  >>
+ 
+ =head1 SEE ALSO
+ 
+@@ -103,4 +103,4 @@
+ 
+ =back
+ 
+-=cut
+\ No newline at end of file
++=cut

Modified: trunk/libconfig-model-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconfig-model-perl/debian/patches/series?rev=73626&op=diff
==============================================================================
--- trunk/libconfig-model-perl/debian/patches/series (original)
+++ trunk/libconfig-model-perl/debian/patches/series Wed Apr 27 06:02:13 2011
@@ -1,3 +1,4 @@
 add_dh_config
 bump-standard-version
 fix_perl_group_filter
+fix-typo-for-dpkg-source-manpage.patch




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