r12416 - in /trunk/libfile-chmod-perl/debian: ./ changelog compat control copyright rules watch

mogaal-guest at users.alioth.debian.org mogaal-guest at users.alioth.debian.org
Thu Jan 10 10:21:04 UTC 2008


Author: mogaal-guest
Date: Thu Jan 10 10:21:03 2008
New Revision: 12416

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

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

Added: trunk/libfile-chmod-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libfile-chmod-perl/debian/changelog?rev=12416&op=file
==============================================================================
--- trunk/libfile-chmod-perl/debian/changelog (added)
+++ trunk/libfile-chmod-perl/debian/changelog Thu Jan 10 10:21:03 2008
@@ -1,0 +1,5 @@
+libfile-chmod-perl (0.32-1) unstable; urgency=low
+
+  * Initial Release (Closes: #460056).
+
+ -- Alejandro Garrido Mota <garridomota at gmail.com>  Thu, 10 Jan 2008 05:05:24 -0430

Added: trunk/libfile-chmod-perl/debian/compat
URL: http://svn.debian.org/wsvn/trunk/libfile-chmod-perl/debian/compat?rev=12416&op=file
==============================================================================
--- trunk/libfile-chmod-perl/debian/compat (added)
+++ trunk/libfile-chmod-perl/debian/compat Thu Jan 10 10:21:03 2008
@@ -1,0 +1,1 @@
+5

Added: trunk/libfile-chmod-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/libfile-chmod-perl/debian/control?rev=12416&op=file
==============================================================================
--- trunk/libfile-chmod-perl/debian/control (added)
+++ trunk/libfile-chmod-perl/debian/control Thu Jan 10 10:21:03 2008
@@ -1,0 +1,22 @@
+Source: libfile-chmod-perl
+Section: perl
+Priority: optional
+Build-Depends: cdbs, debhelper (>= 5)
+Build-Depends-Indep: perl
+Maintainer: Debian Perl Project <pkg-perl-maintainers at lists.alioth.debian.org> 
+Uploaders: Alejandro Garrido Mota <garridomota at gmail.com>
+Standards-Version: 3.7.3
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libfile-chmod-perl/
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-chmod-perl/
+Homepage: http://search.cpan.org/dist/File-chmod/
+
+Package: libfile-chmod-perl
+Architecture: all
+Depends: ${perl:Depends}
+Description:  File::chmod Implements symbolic and ls chmod modes
+ File::chmod is a utility that allows you to bypass system calls or bit
+ processing of a file's permissions.  It overloads the chmod() function
+ with its own that gets an octal mode, a symbolic mode (see below), or
+ an "ls" mode (see below).  If you wish not to overload chmod(), you can
+ export symchmod() and lschmod(), which take, respectively, a symbolic
+ mode and an "ls" mode.

Added: trunk/libfile-chmod-perl/debian/copyright
URL: http://svn.debian.org/wsvn/trunk/libfile-chmod-perl/debian/copyright?rev=12416&op=file
==============================================================================
--- trunk/libfile-chmod-perl/debian/copyright (added)
+++ trunk/libfile-chmod-perl/debian/copyright Thu Jan 10 10:21:03 2008
@@ -1,0 +1,25 @@
+This package was debianized by Alejandro Garrido Mota <garridomota at gmail.com>
+on Thu, 10 Jan 2008 05:05:24 -0430
+
+It was downloaded from http://search.cpan.org/dist/File-chmod/
+
+Copyright (C) 2007 by Jeff Pinyan
+
+License: 
+ This library is free software; you can redistribute it and/or modify it under 
+ the same terms as Perl itself.
+
+ This program is distributed in the hope that it will be useful, but without any warranty; 
+ without even the implied warranty of merchantability or fitness for a particular purpose.
+
+ Perl is distributed under your choice of the GNU General Public License or
+ the Artistic License.
+
+ The complete text of the GNU General Public License can be found in
+ /usr/share/common-licenses/GPL and the Artistic Licence can be found
+ in /usr/share/common-licenses/Artistic.
+
+The upstream author is: Jeff japhy Pinyan, <japhy.734+CPAN at gmail.com>
+
+The Debian packaging is (C) 2007, Alejandro Garrido Mota <garridomota at gmail.com>
+and is licensed under the GPL, see `/usr/share/common-licenses/GPL'.

Added: trunk/libfile-chmod-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libfile-chmod-perl/debian/rules?rev=12416&op=file
==============================================================================
--- trunk/libfile-chmod-perl/debian/rules (added)
+++ trunk/libfile-chmod-perl/debian/rules Thu Jan 10 10:21:03 2008
@@ -1,0 +1,6 @@
+#!/usr/bin/make -f
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/perlmodule.mk
+
+install/libfile-chmod-perl::
+	[ ! -d debian/libfile-chmod-perl/usr/lib/perl5 ] || rmdir --parents --ignore-fail-on-non-empty --verbose debian/libfile-chmod-perl/usr/lib/perl5

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

Added: trunk/libfile-chmod-perl/debian/watch
URL: http://svn.debian.org/wsvn/trunk/libfile-chmod-perl/debian/watch?rev=12416&op=file
==============================================================================
--- trunk/libfile-chmod-perl/debian/watch (added)
+++ trunk/libfile-chmod-perl/debian/watch Thu Jan 10 10:21:03 2008
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/File-chmod/ .+/File-chmod-(.*)\.tar\.gz




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