r76015 - in /trunk/libfile-ncopy-perl: Makefile.old debian/changelog debian/control debian/docs debian/patches/ debian/patches/series debian/patches/spelling.patch

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sat Jun 18 20:33:51 UTC 2011


Author: gregoa
Date: Sat Jun 18 20:33:41 2011
New Revision: 76015

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=76015
Log:
* Add a patch to fix a spelling mistake.
* Add a build dependency on libtest-pod-perl.
and remove some cruft ...

Added:
    trunk/libfile-ncopy-perl/debian/patches/
    trunk/libfile-ncopy-perl/debian/patches/series
    trunk/libfile-ncopy-perl/debian/patches/spelling.patch
Removed:
    trunk/libfile-ncopy-perl/Makefile.old
    trunk/libfile-ncopy-perl/debian/docs
Modified:
    trunk/libfile-ncopy-perl/debian/changelog
    trunk/libfile-ncopy-perl/debian/control

Modified: trunk/libfile-ncopy-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-ncopy-perl/debian/changelog?rev=76015&op=diff
==============================================================================
--- trunk/libfile-ncopy-perl/debian/changelog (original)
+++ trunk/libfile-ncopy-perl/debian/changelog Sat Jun 18 20:33:41 2011
@@ -17,6 +17,8 @@
   * Add /me to Uploaders.
   * Make short description a noun phrase.
   * debian/copyright: use DEP5 formatting.
+  * Add a patch to fix a spelling mistake.
+  * Add a build dependency on libtest-pod-perl.
 
  -- gregor herrmann <gregoa at debian.org>  Sat, 18 Jun 2011 22:22:26 +0200
 

Modified: trunk/libfile-ncopy-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-ncopy-perl/debian/control?rev=76015&op=diff
==============================================================================
--- trunk/libfile-ncopy-perl/debian/control (original)
+++ trunk/libfile-ncopy-perl/debian/control Sat Jun 18 20:33:41 2011
@@ -4,7 +4,8 @@
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: gregor herrmann <gregoa at debian.org>
 Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: perl
+Build-Depends-Indep: perl,
+ libtest-pod-perl
 Standards-Version: 3.9.2
 Homepage: http://search.cpan.org/dist/File-NCopy/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libfile-ncopy-perl/

Added: trunk/libfile-ncopy-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-ncopy-perl/debian/patches/series?rev=76015&op=file
==============================================================================
--- trunk/libfile-ncopy-perl/debian/patches/series (added)
+++ trunk/libfile-ncopy-perl/debian/patches/series Sat Jun 18 20:33:41 2011
@@ -1,0 +1,1 @@
+spelling.patch

Added: trunk/libfile-ncopy-perl/debian/patches/spelling.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-ncopy-perl/debian/patches/spelling.patch?rev=76015&op=file
==============================================================================
--- trunk/libfile-ncopy-perl/debian/patches/spelling.patch (added)
+++ trunk/libfile-ncopy-perl/debian/patches/spelling.patch Sat Jun 18 20:33:41 2011
@@ -1,0 +1,17 @@
+Description: fix a spelling mistaked
+Origin: vendor
+Forwarded: no
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2011-06-18
+
+--- a/lib/File/NCopy.pm
++++ b/lib/File/NCopy.pm
+@@ -80,7 +80,7 @@
+ recursive flag is set then it is done recursively like B<cp -R>.
+ In fact it behaves like cp on Unix for the most part.
+ If called in array context, an array of successful copies is returned,
+-otherwise the number of succesful copies is returned.  If passed a file
++otherwise the number of successful copies is returned.  If passed a file
+ handle, it's difficult to make sure the file we are copying isn't the
+ same that we are copying to, since by opening the file in write mode it
+ gets pooched.  To avoid this use file names instead, if at all possible,




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