r64760 - in /trunk/libmonkey-patch-perl/debian: changelog control copyright patches/fix_pod.patch

emhn-guest at users.alioth.debian.org emhn-guest at users.alioth.debian.org
Thu Nov 11 20:58:03 UTC 2010


Author: emhn-guest
Date: Thu Nov 11 20:57:57 2010
New Revision: 64760

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=64760
Log:
- Remove leading "a" from short description.
- Added DEP3 header to patch.
- Added missing upstream copyright year.

Modified:
    trunk/libmonkey-patch-perl/debian/changelog
    trunk/libmonkey-patch-perl/debian/control
    trunk/libmonkey-patch-perl/debian/copyright
    trunk/libmonkey-patch-perl/debian/patches/fix_pod.patch

Modified: trunk/libmonkey-patch-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmonkey-patch-perl/debian/changelog?rev=64760&op=diff
==============================================================================
--- trunk/libmonkey-patch-perl/debian/changelog (original)
+++ trunk/libmonkey-patch-perl/debian/changelog Thu Nov 11 20:57:57 2010
@@ -1,11 +1,5 @@
-libmonkey-patch-perl (0.03-1) UNRELEASED; urgency=low
-
-  TODO:
-  - add DEP3 headers to patch
-  - d/copyright: s/©/2010/ (year of upstream copyright)
-  - (cosmetic): d/copyright: s|On Debian GNU/Linux systems|On Debian systems|
-  - d/control: remove leading "a" from short description
+libmonkey-patch-perl (0.03-1) unstable; urgency=low
 
   * Initial Release (Closes: #603039).
 
- -- Ernesto Hernández-Novich (USB) <emhn at usb.ve>  Wed, 10 Nov 2010 19:52:25 -0430
+ -- Ernesto Hernández-Novich (USB) <emhn at usb.ve>  Thu, 11 Nov 2010 16:26:31 -0430

Modified: trunk/libmonkey-patch-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmonkey-patch-perl/debian/control?rev=64760&op=diff
==============================================================================
--- trunk/libmonkey-patch-perl/debian/control (original)
+++ trunk/libmonkey-patch-perl/debian/control Thu Nov 11 20:57:57 2010
@@ -13,7 +13,7 @@
 Package: libmonkey-patch-perl
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends}, libsub-delete-perl, libsuper-perl
-Description: a scoped monkey-patching Perl module
+Description: scoped monkey-patching Perl module
  Monkey patching is a way to extend or modify the runtime code of a
  program or library without altering the original source code.
  .

Modified: trunk/libmonkey-patch-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmonkey-patch-perl/debian/copyright?rev=64760&op=diff
==============================================================================
--- trunk/libmonkey-patch-perl/debian/copyright (original)
+++ trunk/libmonkey-patch-perl/debian/copyright Thu Nov 11 20:57:57 2010
@@ -4,7 +4,7 @@
 Name: Monkey-Patch
 
 Files: *
-Copyright: © Paul Driver <frodwith at cpan.org>
+Copyright: 2010, Paul Driver <frodwith at cpan.org>
 License: Artistic or GPL-1+
 
 Files: debian/*

Modified: trunk/libmonkey-patch-perl/debian/patches/fix_pod.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmonkey-patch-perl/debian/patches/fix_pod.patch?rev=64760&op=diff
==============================================================================
--- trunk/libmonkey-patch-perl/debian/patches/fix_pod.patch (original)
+++ trunk/libmonkey-patch-perl/debian/patches/fix_pod.patch Thu Nov 11 20:57:57 2010
@@ -1,3 +1,10 @@
+Description: Some of the infrastructure clases do not provide proper POD
+ documentation, thus preventing the availability of man pages for them.
+ This patch adds a minimal POD fragment describing the purpose of these
+ infrastructural classes.
+Forwarded: Yes
+Author: Ernesto Hernández-Novich <emhn at usb.ve>
+
 --- a/lib/Monkey/Patch/Handle.pm
 +++ b/lib/Monkey/Patch/Handle.pm
 @@ -111,6 +111,20 @@




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