r68656 - in /trunk/libfile-wildcard-perl/debian: ./ changelog compat control copyright libfile-wildcard-perl.docs rules watch

takaki at users.alioth.debian.org takaki at users.alioth.debian.org
Tue Feb 15 04:42:19 UTC 2011


Author: takaki
Date: Tue Feb 15 04:42:01 2011
New Revision: 68656

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=68656
Log:
[svn-inject] Applying Debian modifications (0.11-1) to trunk

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

Added: trunk/libfile-wildcard-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-wildcard-perl/debian/changelog?rev=68656&op=file
==============================================================================
--- trunk/libfile-wildcard-perl/debian/changelog (added)
+++ trunk/libfile-wildcard-perl/debian/changelog Tue Feb 15 04:42:01 2011
@@ -1,0 +1,5 @@
+libfile-wildcard-perl (0.11-1) unstable; urgency=low
+
+  * Initial Release. (Closes: #510056)
+
+ -- TANIGUCHI Takaki <takaki at debian.org>  Mon, 13 Dec 2010 15:04:55 +0900

Added: trunk/libfile-wildcard-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-wildcard-perl/debian/compat?rev=68656&op=file
==============================================================================
--- trunk/libfile-wildcard-perl/debian/compat (added)
+++ trunk/libfile-wildcard-perl/debian/compat Tue Feb 15 04:42:01 2011
@@ -1,0 +1,1 @@
+7

Added: trunk/libfile-wildcard-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-wildcard-perl/debian/control?rev=68656&op=file
==============================================================================
--- trunk/libfile-wildcard-perl/debian/control (added)
+++ trunk/libfile-wildcard-perl/debian/control Tue Feb 15 04:42:01 2011
@@ -1,0 +1,28 @@
+Source: libfile-wildcard-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: libmodule-optional-perl, perl
+Maintainer: TANIGUCHI Takaki <takaki at debian.org>
+Standards-Version: 3.9.1
+Homepage: http://search.cpan.org/dist/File-Wildcard/
+
+Package: libfile-wildcard-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends}, libmodule-optional-perl
+Description: Enhanced glob processing
+ When looking at how various operating systems do filename wildcard expansion
+ (globbing), VMS has a nice syntax which allows expansion and searching of
+ whole directory trees. It would be nice if other operating systems had
+ something like this built in. The best Unix can manage is through the utility
+ program find.
+ .
+ File::Wildcard provides this facility to Perl. Whereas native VMS syntax uses
+ the ellipsis "...", this will not fit in with POSIX filenames, as ... is a
+ valid (though somewhat strange) filename. Instead, the construct "///" is
+ used as this cannot syntactically be part of a filename, as you do not get
+ three concurrent filename separators with nothing between (three slashes are
+ used to avoid confusion with //node/path/name syntax).
+ .
+ You don't have to use this syntax, as you can do the splitting yourself and
+ pass in an arrayref as your path.

Added: trunk/libfile-wildcard-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-wildcard-perl/debian/copyright?rev=68656&op=file
==============================================================================
--- trunk/libfile-wildcard-perl/debian/copyright (added)
+++ trunk/libfile-wildcard-perl/debian/copyright Tue Feb 15 04:42:01 2011
@@ -1,0 +1,28 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: I. Williams (ivorw-file-wildcard at xemaps.com)
+Source: http://search.cpan.org/dist/File-Wildcard/
+Name: File-Wildcard
+
+Files: *
+Copyright: I. Williams (ivorw-file-wildcard at xemaps.com)
+License: Artistic or GPL-1+
+
+Files: debian/*
+Copyright: 2010, TANIGUCHI Takaki <takaki at debian.org>
+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 GNU/Linux 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 GNU/Linux systems, the complete text of version 1 of the
+ General Public License can be found in `/usr/share/common-licenses/GPL-1'.

Added: trunk/libfile-wildcard-perl/debian/libfile-wildcard-perl.docs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-wildcard-perl/debian/libfile-wildcard-perl.docs?rev=68656&op=file
==============================================================================
--- trunk/libfile-wildcard-perl/debian/libfile-wildcard-perl.docs (added)
+++ trunk/libfile-wildcard-perl/debian/libfile-wildcard-perl.docs Tue Feb 15 04:42:01 2011
@@ -1,0 +1,1 @@
+README

Added: trunk/libfile-wildcard-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-wildcard-perl/debian/rules?rev=68656&op=file
==============================================================================
--- trunk/libfile-wildcard-perl/debian/rules (added)
+++ trunk/libfile-wildcard-perl/debian/rules Tue Feb 15 04:42:01 2011
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

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

Added: trunk/libfile-wildcard-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-wildcard-perl/debian/watch?rev=68656&op=file
==============================================================================
--- trunk/libfile-wildcard-perl/debian/watch (added)
+++ trunk/libfile-wildcard-perl/debian/watch Tue Feb 15 04:42:01 2011
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/File-Wildcard/   .*/File-Wildcard-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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