debian/0000755000000000000000000000000011577206206007174 5ustar debian/control0000644000000000000000000000147511577205604010607 0ustar Source: libfile-ncopy-perl Section: perl Priority: optional Maintainer: Debian Perl Group Uploaders: gregor herrmann Build-Depends: debhelper (>= 8) 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/ Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libfile-ncopy-perl/ Package: libfile-ncopy-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends} Description: module for file copying like cp The File::NCopy module provides a function that copies files to directories, or a single file to another file. It can also use a reference to a file handle. The functionality is very similar to the cp program. debian/copyright0000644000000000000000000000211711577205103011123 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 Maintainer: Alexandr Ciornii Source: http://search.cpan.org/dist/File-NCopy/ Name: File-NCopy Files: * Copyright: 1998, Gabor Egressy License: Artistic or GPL-1+ Files: debian/* Copyright: 2002-2003, Jens Peter Secher 2011, gregor herrmann License: Artistic or GPL-1+ License: Artistic This program is free software; you can redistribute it and/or modify it under the terms of the Artistic License, which comes with Perl. . On Debian systems, the complete text of the Artistic License can be found in `/usr/share/common-licenses/Artistic'. License: GPL-1+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 1, or (at your option) any later version. . On Debian systems, the complete text of version 1 of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-1'. debian/watch0000644000000000000000000000016011577204164010223 0ustar version=3 http://search.cpan.org/dist/File-NCopy/ .+/File-NCopy-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/patches/0000755000000000000000000000000011577206206010623 5ustar debian/patches/spelling.patch0000644000000000000000000000136711577205544013474 0ustar Description: fix a spelling mistaked Origin: vendor Forwarded: no Author: gregor herrmann 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. 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, debian/patches/series0000644000000000000000000000001711577205431012035 0ustar spelling.patch debian/compat0000644000000000000000000000000211577204520010367 0ustar 8 debian/changelog0000644000000000000000000000264111577206171011052 0ustar libfile-ncopy-perl (0.36-1) unstable; urgency=low * Take over for the Debian Perl Group; Closes: #628936 -- RFA/ITA * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser field (source stanza); Homepage field (source stanza); ${misc:Depends} to Depends: field. Changed: Maintainer set to Debian Perl Group (was: Jens Peter Secher ). Replaced versioned (build-)dependency on perl (>= 5.6.0-{12,16}) with an unversioned dependency on perl (as permitted by Debian Policy 3.8.3). * Add debian/watch. * New upstream release. * Switch to source format 3.0 (quilt). * Bump debhelper compatibility level to 8. * Use tiny debian/rules file. * 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. * Set Standards-Version to 3.9.2 (no changes). -- gregor herrmann Sat, 18 Jun 2011 22:36:41 +0200 libfile-ncopy-perl (0.34-1) unstable; urgency=low * New upstream release. * Bumped Standards Version: 3.6.1. * Changed section to "perl". -- Jens Peter Secher Tue, 16 Sep 2003 22:26:00 +0200 libfile-ncopy-perl (0.32-1) unstable; urgency=low * Initial Release. -- Jens Peter Secher Fri, 22 Feb 2002 13:06:52 +0100 debian/source/0000755000000000000000000000000011577206206010474 5ustar debian/source/format0000644000000000000000000000001411577204444011704 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000003611577204471010255 0ustar #!/usr/bin/make -f %: dh $@