r8131 - in /trunk/libfile-next-perl/debian: ./ changelog compat control copyright rules watch

makholm at users.alioth.debian.org makholm at users.alioth.debian.org
Tue Oct 9 15:29:29 UTC 2007


Author: makholm
Date: Tue Oct  9 15:29:29 2007
New Revision: 8131

URL: http://svn.debian.org/wsvn/?sc=1&rev=8131
Log:
[svn-inject] Applying Debian modifications to trunk

Added:
    trunk/libfile-next-perl/debian/
    trunk/libfile-next-perl/debian/changelog
    trunk/libfile-next-perl/debian/compat
    trunk/libfile-next-perl/debian/control
    trunk/libfile-next-perl/debian/copyright
    trunk/libfile-next-perl/debian/rules   (with props)
    trunk/libfile-next-perl/debian/watch

Added: trunk/libfile-next-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libfile-next-perl/debian/changelog?rev=8131&op=file
==============================================================================
--- trunk/libfile-next-perl/debian/changelog (added)
+++ trunk/libfile-next-perl/debian/changelog Tue Oct  9 15:29:29 2007
@@ -1,0 +1,5 @@
+libfile-next-perl (1.00-1) unstable; urgency=low
+
+  * Initial Release (Closes: #436128).
+
+ -- Peter Makholm <peter at makholm.net>  Sun, 07 Oct 2007 13:35:24 +0000

Added: trunk/libfile-next-perl/debian/compat
URL: http://svn.debian.org/wsvn/trunk/libfile-next-perl/debian/compat?rev=8131&op=file
==============================================================================
--- trunk/libfile-next-perl/debian/compat (added)
+++ trunk/libfile-next-perl/debian/compat Tue Oct  9 15:29:29 2007
@@ -1,0 +1,1 @@
+5

Added: trunk/libfile-next-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libfile-next-perl/debian/control?rev=8131&op=file
==============================================================================
--- trunk/libfile-next-perl/debian/control (added)
+++ trunk/libfile-next-perl/debian/control Tue Oct  9 15:29:29 2007
@@ -1,0 +1,17 @@
+Source: libfile-next-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 5.0.0), cdbs, perl (>= 5.8.8-7)
+Maintainer: Peter Makholm <peter at makholm.net>
+Standards-Version: 3.7.2
+
+Package: libfile-next-perl
+Architecture: all
+Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}, 
+Description: File-finding iterator
+ File::Next is an iterator-based module for finding files.  It's
+ lightweight, has no dependencies, runs under taint mode, and puts your
+ program more directly in control of file selection.
+ .
+ It's taken heavily from Mark Jason Dominus' excellent book "Higher
+ Order Perl".  http://hop.perl.plover.com/

Added: trunk/libfile-next-perl/debian/copyright
URL: http://svn.debian.org/wsvn/trunk/libfile-next-perl/debian/copyright?rev=8131&op=file
==============================================================================
--- trunk/libfile-next-perl/debian/copyright (added)
+++ trunk/libfile-next-perl/debian/copyright Tue Oct  9 15:29:29 2007
@@ -1,0 +1,20 @@
+This is the debian package for the File-Next module.
+It was created by Peter Makholm <peter at makholm.net> using dh-make-perl.
+
+It was downloaded from http://www.cpan.org/authors/id/P/PE/PETDANCE/File-Next-1.00.tar.gz
+
+The upstream author is: Andy Lester <andy at petdance.com>.
+
+This program is free software; you can redistribute it and/or modify it
+under the same terms as Perl itself.
+
+See http://www.perl.com/perl/misc/Artistic.html
+
+Perl is distributed under your choice of the GNU General Public License or
+the Artistic License.  On Debian GNU/Linux systems, the complete text of the
+GNU General Public License can be found in `/usr/share/common-licenses/GPL'
+and the Artistic Licence in `/usr/share/common-licenses/Artistic'.
+
+
+The Debian packaging is (C) 2007, Peter Makholm <peter at makholm.net> and
+is licensed under the same terms as the software itself (see above).

Added: trunk/libfile-next-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libfile-next-perl/debian/rules?rev=8131&op=file
==============================================================================
--- trunk/libfile-next-perl/debian/rules (added)
+++ trunk/libfile-next-perl/debian/rules Tue Oct  9 15:29:29 2007
@@ -1,0 +1,8 @@
+#!/usr/bin/make -f
+
+export LC_ALL=C
+
+# Put perlmodule.mk last to dh_clean temporary files not in MANIFEST
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/perlmodule.mk
+

Propchange: trunk/libfile-next-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libfile-next-perl/debian/watch
URL: http://svn.debian.org/wsvn/trunk/libfile-next-perl/debian/watch?rev=8131&op=file
==============================================================================
--- trunk/libfile-next-perl/debian/watch (added)
+++ trunk/libfile-next-perl/debian/watch Tue Oct  9 15:29:29 2007
@@ -1,0 +1,3 @@
+# format version number, currently 3; this line is compulsory!
+version=3
+http://www.cpan.org/modules/by-module/File/File-Next-([\.\d]+)\.(?:tar\.gz|tar|tgz)




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