r45168 - in /trunk/libgnupg-interface-perl/debian: changelog control patches/ patches/fix-gnupg-options-pod-errors.patch patches/series

carnil-guest at users.alioth.debian.org carnil-guest at users.alioth.debian.org
Thu Oct 1 19:29:59 UTC 2009


Author: carnil-guest
Date: Thu Oct  1 19:29:53 2009
New Revision: 45168

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=45168
Log:
Add fix-gnupg-options-pod-errors.patch to fix some POD errors in the
GnuPG::Options module. Add Build-Depends on quilt (>= 0.46-7) and update
Build-Depends on debhelper (>= 7.0.8).

Added:
    trunk/libgnupg-interface-perl/debian/patches/
    trunk/libgnupg-interface-perl/debian/patches/fix-gnupg-options-pod-errors.patch
    trunk/libgnupg-interface-perl/debian/patches/series
Modified:
    trunk/libgnupg-interface-perl/debian/changelog
    trunk/libgnupg-interface-perl/debian/control

Modified: trunk/libgnupg-interface-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgnupg-interface-perl/debian/changelog?rev=45168&op=diff
==============================================================================
--- trunk/libgnupg-interface-perl/debian/changelog (original)
+++ trunk/libgnupg-interface-perl/debian/changelog Thu Oct  1 19:29:53 2009
@@ -18,8 +18,11 @@
       (>= 0.04).
   * Update debian/copyright to the current proposed DEP5 format specification.
   * Bump Standards-Version to 3.8.3 (no changes). 
+  * Add fix-gnupg-options-pod-errors.patch to fix some POD errors in the
+    GnuPG::Options module. Add Build-Depends on quilt (>= 0.46-7) and update
+    Build-Depends on debhelper (>= 7.0.8).
 
- -- Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com>  Thu, 01 Oct 2009 21:16:08 +0200
+ -- Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com>  Thu, 01 Oct 2009 21:28:46 +0200
 
 libgnupg-interface-perl (0.36-1) unstable; urgency=low
 

Modified: trunk/libgnupg-interface-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgnupg-interface-perl/debian/control?rev=45168&op=diff
==============================================================================
--- trunk/libgnupg-interface-perl/debian/control (original)
+++ trunk/libgnupg-interface-perl/debian/control Thu Oct  1 19:29:53 2009
@@ -1,7 +1,7 @@
 Source: libgnupg-interface-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7)
+Build-Depends: debhelper (>= 7.0.8), quilt (>= 0.46-7)
 Build-Depends-Indep: libany-moose-perl (>= 0.04), perl, gnupg | gnupg2
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Peter Palfrader <weasel at debian.org>,

Added: trunk/libgnupg-interface-perl/debian/patches/fix-gnupg-options-pod-errors.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgnupg-interface-perl/debian/patches/fix-gnupg-options-pod-errors.patch?rev=45168&op=file
==============================================================================
--- trunk/libgnupg-interface-perl/debian/patches/fix-gnupg-options-pod-errors.patch (added)
+++ trunk/libgnupg-interface-perl/debian/patches/fix-gnupg-options-pod-errors.patch Thu Oct  1 19:29:53 2009
@@ -1,0 +1,25 @@
+Description: Fix some POD errors in GnuPG::Options manpage
+Origin: vendor
+Bug: http://rt.cpan.org/Public/Bug/Display.html?id=50141
+Forwarded: yes
+Author: Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com>
+--- a/lib/GnuPG/Options.pm
++++ b/lib/GnuPG/Options.pm
+@@ -279,6 +279,8 @@
+ than once, such as B<recipients>, those are considered lists
+ and passed accordingly.  Each are undefined or false to begin.
+ 
++=back
++
+ =head2 Meta Options
+ 
+ Meta options are those which do not correlate directly to any
+@@ -297,6 +299,8 @@
+ take an id; otherwise assume an object of type GnuPG::Key
+ is required.
+ 
++=over 4
++
+ =item meta_pgp_5_compatible
+ 
+ If true, arguments are generated to try to be compatible with PGP 5.x.

Added: trunk/libgnupg-interface-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgnupg-interface-perl/debian/patches/series?rev=45168&op=file
==============================================================================
--- trunk/libgnupg-interface-perl/debian/patches/series (added)
+++ trunk/libgnupg-interface-perl/debian/patches/series Thu Oct  1 19:29:53 2009
@@ -1,0 +1,1 @@
+fix-gnupg-options-pod-errors.patch




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