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

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Fri Jun 5 08:51:18 UTC 2009


Author: dmn
Date: Fri Jun  5 08:51:12 2009
New Revision: 37445

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

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

Added: trunk/libfile-path-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-path-perl/debian/changelog?rev=37445&op=file
==============================================================================
--- trunk/libfile-path-perl/debian/changelog (added)
+++ trunk/libfile-path-perl/debian/changelog Fri Jun  5 08:51:12 2009
@@ -1,0 +1,5 @@
+libfile-path-perl (2.07-1) UNRELEASED; urgency=low
+
+  * Initial Release. Closes: #531951 (ITP)
+
+ -- Damyan Ivanov <dmn at debian.org>  Fri, 5 Jun 2009 11:27:55 +0300

Added: trunk/libfile-path-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-path-perl/debian/compat?rev=37445&op=file
==============================================================================
--- trunk/libfile-path-perl/debian/compat (added)
+++ trunk/libfile-path-perl/debian/compat Fri Jun  5 08:51:12 2009
@@ -1,0 +1,1 @@
+7

Added: trunk/libfile-path-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-path-perl/debian/control?rev=37445&op=file
==============================================================================
--- trunk/libfile-path-perl/debian/control (added)
+++ trunk/libfile-path-perl/debian/control Fri Jun  5 08:51:12 2009
@@ -1,0 +1,24 @@
+Source: libfile-path-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl (>= 5.6.0-12), perl-modules,
+ libtest-pod-perl, libtest-pod-coverage-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Damyan Ivanov <dmn at debian.org>
+Standards-Version: 3.8.1
+Homepage: http://search.cpan.org/dist/File-Path/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libfile-path-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libfile-path-perl/
+
+Package: libfile-path-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}, perl-modules
+Description: Perl module for creating or removing directory trees
+ File::Path module provide a convenient way to create directories of
+ arbitrary depth and to delete an entire directory subtree from the
+ filesystem.
+ .
+ This package contains a newer version of the core Perl module File::Path.
+ Unless you need a higher version than the one present in perl-modules, there
+ is no need to install or depend on this package.

Added: trunk/libfile-path-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-path-perl/debian/copyright?rev=37445&op=file
==============================================================================
--- trunk/libfile-path-perl/debian/copyright (added)
+++ trunk/libfile-path-perl/debian/copyright Fri Jun  5 08:51:12 2009
@@ -1,0 +1,31 @@
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: David Landgren
+Upstream-Source: http://search.cpan.org/dist/File-Path/
+Upstream-Name: File-Path
+
+Files: *
+Copyright: (C) Charles Bailey, Tim Bunce and David Landgren 1995-2008.
+           All rights reserved.
+License-Alias: Perl
+License: Artistic | GPL-1+
+ This library is free software; you can redistribute it and/or modify it under
+ the same terms as Perl itself.
+
+Files: debian/*
+Copyright: 2009, Damyan Ivanov <dmn at debian.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/libfile-path-perl/debian/docs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-path-perl/debian/docs?rev=37445&op=file
==============================================================================
--- trunk/libfile-path-perl/debian/docs (added)
+++ trunk/libfile-path-perl/debian/docs Fri Jun  5 08:51:12 2009
@@ -1,0 +1,1 @@
+TODO

Added: trunk/libfile-path-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-path-perl/debian/rules?rev=37445&op=file
==============================================================================
--- trunk/libfile-path-perl/debian/rules (added)
+++ trunk/libfile-path-perl/debian/rules Fri Jun  5 08:51:12 2009
@@ -1,0 +1,7 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@
+
+override_dh_auto_test:
+	PERL_AUTHOR_TESTING=1 dh_auto_test

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

Added: trunk/libfile-path-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-path-perl/debian/watch?rev=37445&op=file
==============================================================================
--- trunk/libfile-path-perl/debian/watch (added)
+++ trunk/libfile-path-perl/debian/watch Fri Jun  5 08:51:12 2009
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/File-Path/   .*/File-Path-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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