r37315 - in /trunk/libfile-fnmatch-perl/debian: ./ changelog compat control copyright rules watch

nhandler-guest at users.alioth.debian.org nhandler-guest at users.alioth.debian.org
Tue Jun 2 19:39:27 UTC 2009


Author: nhandler-guest
Date: Tue Jun  2 19:39:22 2009
New Revision: 37315

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

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

Added: trunk/libfile-fnmatch-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-fnmatch-perl/debian/changelog?rev=37315&op=file
==============================================================================
--- trunk/libfile-fnmatch-perl/debian/changelog (added)
+++ trunk/libfile-fnmatch-perl/debian/changelog Tue Jun  2 19:39:22 2009
@@ -1,0 +1,5 @@
+libfile-fnmatch-perl (0.02-1) unstable; urgency=low
+
+  * Initial Release. (LP: #220477)
+
+ -- Nathan Handler <nhandler at ubuntu.com>  Tue, 02 Jun 2009 19:28:05 +0000

Added: trunk/libfile-fnmatch-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-fnmatch-perl/debian/compat?rev=37315&op=file
==============================================================================
--- trunk/libfile-fnmatch-perl/debian/compat (added)
+++ trunk/libfile-fnmatch-perl/debian/compat Tue Jun  2 19:39:22 2009
@@ -1,0 +1,1 @@
+7

Added: trunk/libfile-fnmatch-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-fnmatch-perl/debian/control?rev=37315&op=file
==============================================================================
--- trunk/libfile-fnmatch-perl/debian/control (added)
+++ trunk/libfile-fnmatch-perl/debian/control Tue Jun  2 19:39:22 2009
@@ -1,0 +1,19 @@
+Source: libfile-fnmatch-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7), perl (>= 5.6.0-12)
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Nathan Handler <nhandler at ubuntu.com>
+Standards-Version: 3.8.1
+Homepage: http://search.cpan.org/dist/File-FnMatch/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libfile-fnmatch-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libfile-fnmatch-perl/
+
+Package: libfile-fnmatch-perl
+Architecture: any
+Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}
+Description: Perl module that provides simple filename and pathname matching
+ File::FnMatch::fnmatch() provides simple, shell-like pattern matching.
+ .
+ Though considerably less powerful than regular expressions, shell patterns
+ are nonetheless useful and familiar to a large audience of end-users.

Added: trunk/libfile-fnmatch-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-fnmatch-perl/debian/copyright?rev=37315&op=file
==============================================================================
--- trunk/libfile-fnmatch-perl/debian/copyright (added)
+++ trunk/libfile-fnmatch-perl/debian/copyright Tue Jun  2 19:39:22 2009
@@ -1,0 +1,36 @@
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Michael J. Pomraning <mjp-perl at pilcrow.madison.wi.us>
+Upstream-Source: http://search.cpan.org/dist/File-FnMatch/
+Upstream-Name: File-FnMatch
+
+Files: *
+Copyright: 2005-2009, Michael J. Pomraning <mjp-perl at pilcrow.madison.wi.us>
+License-Alias: Perl
+License: Artistic | GPL-1+
+
+Files: ppport.h
+Copyright: 2004-2009, Marcus Holland-Moritz <mhx-cpan at gmx.net>
+ 2001, Paul Marquess <pmqs at cpan.org> (Version 2.x)
+ 1999, Kenneth Albanowski <kjahds at kjahds.com> (Version 1.x)
+License-Alias: Perl
+License: Artistic | GPL-1+
+
+Files: debian/*
+Copyright: 2009, Nathan Handler <nhandler at ubuntu.com>
+License-Alias: Perl
+License: Artistic | 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 the GNU General
+    Public License can be found in `/usr/share/common-licenses/GPL'

Added: trunk/libfile-fnmatch-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-fnmatch-perl/debian/rules?rev=37315&op=file
==============================================================================
--- trunk/libfile-fnmatch-perl/debian/rules (added)
+++ trunk/libfile-fnmatch-perl/debian/rules Tue Jun  2 19:39:22 2009
@@ -1,0 +1,23 @@
+#!/usr/bin/make -f
+
+build: build-stamp
+build-stamp:
+	dh build
+	touch $@
+
+clean:
+	dh $@
+
+install: install-stamp
+install-stamp: build-stamp
+	dh install
+	touch $@
+
+binary-arch: install
+	dh $@
+
+binary-indep:
+
+binary: binary-arch binary-indep
+
+.PHONY: binary binary-arch binary-indep install clean build

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

Added: trunk/libfile-fnmatch-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-fnmatch-perl/debian/watch?rev=37315&op=file
==============================================================================
--- trunk/libfile-fnmatch-perl/debian/watch (added)
+++ trunk/libfile-fnmatch-perl/debian/watch Tue Jun  2 19:39:22 2009
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/File-FnMatch/   .*/File-FnMatch-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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