r30338 - in /trunk/libglib-perl/debian: changelog patches/fix-pod-generation-for-copyright patches/series

ryan52-guest at users.alioth.debian.org ryan52-guest at users.alioth.debian.org
Sat Jan 31 17:48:57 UTC 2009


Author: ryan52-guest
Date: Sat Jan 31 17:48:54 2009
New Revision: 30338

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=30338
Log:
fix pod generation when the COPYRIGHT section is overriden, like in
libgnome2-canvas-perl

Added:
    trunk/libglib-perl/debian/patches/fix-pod-generation-for-copyright
Modified:
    trunk/libglib-perl/debian/changelog
    trunk/libglib-perl/debian/patches/series

Modified: trunk/libglib-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libglib-perl/debian/changelog?rev=30338&op=diff
==============================================================================
--- trunk/libglib-perl/debian/changelog (original)
+++ trunk/libglib-perl/debian/changelog Sat Jan 31 17:48:54 2009
@@ -1,3 +1,10 @@
+libglib-perl (1:1.211-2) UNRELEASED; urgency=low
+
+  * fix pod generation when the COPYRIGHT section is overriden, like in
+    libgnome2-canvas-perl
+
+ -- Ryan Niebur <ryanryan52 at gmail.com>  Sat, 31 Jan 2009 09:45:57 -0800
+
 libglib-perl (1:1.211-1) unstable; urgency=low
 
   * Take over for the Debian Perl Group on maintainer's request

Added: trunk/libglib-perl/debian/patches/fix-pod-generation-for-copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libglib-perl/debian/patches/fix-pod-generation-for-copyright?rev=30338&op=file
==============================================================================
--- trunk/libglib-perl/debian/patches/fix-pod-generation-for-copyright (added)
+++ trunk/libglib-perl/debian/patches/fix-pod-generation-for-copyright Sat Jan 31 17:48:54 2009
@@ -1,0 +1,17 @@
+do not add an aditional =cut if the COPYRIGHT section came from the
+source (as opposed to being generated), as it will already have a =cut
+
+--- a/GenPod.pm
++++ b/GenPod.pm
+@@ -356,10 +356,9 @@
+ 			# use normal copyright system
+ 			$ret = get_copyright ();
+ 			print "\n=head1 COPYRIGHT\n\n$ret" if ($ret);
++		        print "\n=cut\n\n";
+ 		}
+ 
+-		print "\n=cut\n\n";
+-
+ 		close POD;
+ 	}
+ 

Modified: trunk/libglib-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libglib-perl/debian/patches/series?rev=30338&op=diff
==============================================================================
--- trunk/libglib-perl/debian/patches/series (original)
+++ trunk/libglib-perl/debian/patches/series Sat Jan 31 17:48:54 2009
@@ -1,3 +1,4 @@
 fix-tests
 remove-version-checking
 fix-man-pages
+fix-pod-generation-for-copyright




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