r39298 - in /trunk/libfind-lib-perl/debian: ./ changelog compat control copyright rules watch

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Sat Jul 4 00:38:34 UTC 2009


Author: jawnsy-guest
Date: Sat Jul  4 00:38:29 2009
New Revision: 39298

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

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

Added: trunk/libfind-lib-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfind-lib-perl/debian/changelog?rev=39298&op=file
==============================================================================
--- trunk/libfind-lib-perl/debian/changelog (added)
+++ trunk/libfind-lib-perl/debian/changelog Sat Jul  4 00:38:29 2009
@@ -1,0 +1,5 @@
+libfind-lib-perl (0.06-1) UNRELEASED; urgency=low
+
+  * Initial Release. (Closes: #535620)
+
+ -- Jonathan Yu <frequency at cpan.org>  Fri, 3 Jul 2009 16:23:14 -0400

Added: trunk/libfind-lib-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfind-lib-perl/debian/compat?rev=39298&op=file
==============================================================================
--- trunk/libfind-lib-perl/debian/compat (added)
+++ trunk/libfind-lib-perl/debian/compat Sat Jul  4 00:38:29 2009
@@ -1,0 +1,1 @@
+7

Added: trunk/libfind-lib-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfind-lib-perl/debian/control?rev=39298&op=file
==============================================================================
--- trunk/libfind-lib-perl/debian/control (added)
+++ trunk/libfind-lib-perl/debian/control Sat Jul  4 00:38:29 2009
@@ -1,0 +1,25 @@
+Source: libfind-lib-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl (>= 5.6.0-12), perl-modules
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Jonathan Yu <frequency at cpan.org>
+Standards-Version: 3.8.2
+Homepage: http://search.cpan.org/dist/Find-Lib/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libfind-lib-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libfind-lib-perl/
+
+Package: libfind-lib-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}, perl-modules
+Description: Perl module to intelligently find libraries
+ Find::Lib is a module aimed at finding and loading libraries in paths relative
+ to the currently running script. It is particularly useful for test scripts,
+ when there are test helper modules included in the distribution that are needed
+ for testing but should not be installed on the system.
+ .
+ It simplifies the finding and loading these special libraries, which can be a
+ tedious and error-prone process, especially when new modules are updated. This
+ module is generally used to locate and load a bundled "bootstrapping" module
+ which then loads the required dependencies.

Added: trunk/libfind-lib-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfind-lib-perl/debian/copyright?rev=39298&op=file
==============================================================================
--- trunk/libfind-lib-perl/debian/copyright (added)
+++ trunk/libfind-lib-perl/debian/copyright Sat Jul  4 00:38:29 2009
@@ -1,0 +1,28 @@
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Yann Kerherve <yann.kerherve at gmail.com>
+Upstream-Source: http://search.cpan.org/dist/Find-Lib/
+Upstream-Name: Find-Lib
+
+Files: *
+Copyright: 2007-2009, Yann Kerherve <yann.kerherve at gmail.com>
+License-Alias: Perl
+License: Artistic | GPL-1+
+
+Files: debian/*
+Copyright: 2009, Jonathan Yu <frequency at cpan.org>
+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/libfind-lib-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfind-lib-perl/debian/rules?rev=39298&op=file
==============================================================================
--- trunk/libfind-lib-perl/debian/rules (added)
+++ trunk/libfind-lib-perl/debian/rules Sat Jul  4 00:38:29 2009
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

Propchange: trunk/libfind-lib-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libfind-lib-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfind-lib-perl/debian/watch?rev=39298&op=file
==============================================================================
--- trunk/libfind-lib-perl/debian/watch (added)
+++ trunk/libfind-lib-perl/debian/watch Sat Jul  4 00:38:29 2009
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Find-Lib/   .*/Find-Lib-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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