r39842 - in /trunk/libfile-fu-perl/debian: ./ changelog compat control copyright rules watch
jawnsy-guest at users.alioth.debian.org
jawnsy-guest at users.alioth.debian.org
Mon Jul 13 20:19:55 UTC 2009
Author: jawnsy-guest
Date: Mon Jul 13 20:19:49 2009
New Revision: 39842
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=39842
Log:
[svn-inject] Applying Debian modifications to trunk
Added:
trunk/libfile-fu-perl/debian/
trunk/libfile-fu-perl/debian/changelog
trunk/libfile-fu-perl/debian/compat
trunk/libfile-fu-perl/debian/control
trunk/libfile-fu-perl/debian/copyright
trunk/libfile-fu-perl/debian/rules (with props)
trunk/libfile-fu-perl/debian/watch
Added: trunk/libfile-fu-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-fu-perl/debian/changelog?rev=39842&op=file
==============================================================================
--- trunk/libfile-fu-perl/debian/changelog (added)
+++ trunk/libfile-fu-perl/debian/changelog Mon Jul 13 20:19:49 2009
@@ -1,0 +1,5 @@
+libfile-fu-perl (0.0.6-1) UNRELEASED; urgency=low
+
+ * Initial Release.
+
+ -- Jonathan Yu <frequency at cpan.org> Mon, 13 Jul 2009 11:11:23 -0400
Added: trunk/libfile-fu-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-fu-perl/debian/compat?rev=39842&op=file
==============================================================================
--- trunk/libfile-fu-perl/debian/compat (added)
+++ trunk/libfile-fu-perl/debian/compat Mon Jul 13 20:19:49 2009
@@ -1,0 +1,1 @@
+7
Added: trunk/libfile-fu-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-fu-perl/debian/control?rev=39842&op=file
==============================================================================
--- trunk/libfile-fu-perl/debian/control (added)
+++ trunk/libfile-fu-perl/debian/control Mon Jul 13 20:19:49 2009
@@ -1,0 +1,26 @@
+Source: libfile-fu-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7), perl-modules (>= 5.10) | libmodule-build-perl
+Build-Depends-Indep: perl (>= 5.6.0-12), libfile-which-perl (>= 0.05),
+ libclass-accessor-classy-perl (>= 0.9.0)
+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/File-Fu/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libfile-fu-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libfile-fu-perl/
+
+Package: libfile-fu-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}, libfile-which-perl (>= 0.05),
+ libclass-accessor-classy-perl (>= 0.9.0)
+Description: Perl module for file and directory manipulation as objects
+ File::Fu provides the toplevel interface to directory and file objects, with
+ operator overloading which allows precise path composition and support for
+ most built-in methods. It also provides a way to create temporary directories
+ and files, finding files, and more.
+ .
+ The interface and style provided by this module are quite different than Perl
+ built-in functions or File::Spec. The syntax is concise and errors are checked
+ using exceptions, so you never need to check a return code.
Added: trunk/libfile-fu-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-fu-perl/debian/copyright?rev=39842&op=file
==============================================================================
--- trunk/libfile-fu-perl/debian/copyright (added)
+++ trunk/libfile-fu-perl/debian/copyright Mon Jul 13 20:19:49 2009
@@ -1,0 +1,28 @@
+Format-Specification:
+ http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Eric Wilhelm <ewilhelm at cpan.org>
+Upstream-Source: http://search.cpan.org/dist/File-Fu/
+Upstream-Name: File-Fu
+
+Files: *
+Copyright: 2008, Eric Wilhelm <ewilhelm at cpan.org>
+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/libfile-fu-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-fu-perl/debian/rules?rev=39842&op=file
==============================================================================
--- trunk/libfile-fu-perl/debian/rules (added)
+++ trunk/libfile-fu-perl/debian/rules Mon Jul 13 20:19:49 2009
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+ dh $@
Propchange: trunk/libfile-fu-perl/debian/rules
------------------------------------------------------------------------------
svn:executable = *
Added: trunk/libfile-fu-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-fu-perl/debian/watch?rev=39842&op=file
==============================================================================
--- trunk/libfile-fu-perl/debian/watch (added)
+++ trunk/libfile-fu-perl/debian/watch Mon Jul 13 20:19:49 2009
@@ -1,0 +1,3 @@
+version=3
+opts="uversionmangle=s/^v//" \
+http://search.cpan.org/dist/File-Fu/ .*/File-Fu-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$
More information about the Pkg-perl-cvs-commits
mailing list