r12421 - in /trunk/liblinux-usermod-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 11:01:34 UTC 2008


Author: mogaal-guest
Date: Thu Jan 10 11:01:33 2008
New Revision: 12421

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

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

Added: trunk/liblinux-usermod-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/liblinux-usermod-perl/debian/changelog?rev=12421&op=file
==============================================================================
--- trunk/liblinux-usermod-perl/debian/changelog (added)
+++ trunk/liblinux-usermod-perl/debian/changelog Thu Jan 10 11:01:33 2008
@@ -1,0 +1,5 @@
+liblinux-usermod-perl (0.69-1) unstable; urgency=low
+
+  * Initial Release (Closes: #460064).
+
+ -- Alejandro Garrido Mota <garridomota at gmail.com>  Thu, 10 Jan 2008 05:33:34 -0430

Added: trunk/liblinux-usermod-perl/debian/compat
URL: http://svn.debian.org/wsvn/trunk/liblinux-usermod-perl/debian/compat?rev=12421&op=file
==============================================================================
--- trunk/liblinux-usermod-perl/debian/compat (added)
+++ trunk/liblinux-usermod-perl/debian/compat Thu Jan 10 11:01:33 2008
@@ -1,0 +1,1 @@
+5

Added: trunk/liblinux-usermod-perl/debian/control
URL: http://svn.debian.org/wsvn/trunk/liblinux-usermod-perl/debian/control?rev=12421&op=file
==============================================================================
--- trunk/liblinux-usermod-perl/debian/control (added)
+++ trunk/liblinux-usermod-perl/debian/control Thu Jan 10 11:01:33 2008
@@ -1,0 +1,22 @@
+Source: liblinux-usermod-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/liblinux-usermod-perl/
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/liblinux-usermod-perl/
+Homepage: http://search.cpan.org/dist/Linux-usermod/
+
+Package: liblinux-usermod-perl
+Architecture: all
+Depends: ${perl:Depends}
+Description:  Linux::usermod - modify user and group accounts
+ This module adds, removes and modify user and group accounts
+ according to  the passwd and shadow files syntax (like struct
+ passwd from pwd.h). It is not necessary  those accounts to be
+ system as long as $Linux::usermod::file_passwd, 
+ $Linux::usermod::file_shadow, $Linux::usermod::file_group, 
+ $Linux::usermod::file_gshadow are not in "/etc" directory.

Added: trunk/liblinux-usermod-perl/debian/copyright
URL: http://svn.debian.org/wsvn/trunk/liblinux-usermod-perl/debian/copyright?rev=12421&op=file
==============================================================================
--- trunk/liblinux-usermod-perl/debian/copyright (added)
+++ trunk/liblinux-usermod-perl/debian/copyright Thu Jan 10 11:01:33 2008
@@ -1,0 +1,25 @@
+This is the debian package for the Linux::usermod module.
+It was created by Alejandro Garrido Mota <garridomota at gmail.com> using dh-make-perl.
+
+It was downloaded from http://search.cpan.org/dist/Linux-usermod/
+
+Copiright (C) 2004 By Vidul Petrov. All rights reserved.
+
+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: Vidul Petrov, <vidul at abv.bg>
+
+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/liblinux-usermod-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/liblinux-usermod-perl/debian/rules?rev=12421&op=file
==============================================================================
--- trunk/liblinux-usermod-perl/debian/rules (added)
+++ trunk/liblinux-usermod-perl/debian/rules Thu Jan 10 11:01:33 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/liblinux-usermod-perl::
+	[ ! -d debian/liblinux-usermod-perl/usr/lib/perl5 ] || rmdir --parents --ignore-fail-on-non-empty --verbose debian/liblinux-usermod-perl/usr/lib/perl5

Propchange: trunk/liblinux-usermod-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/liblinux-usermod-perl/debian/watch
URL: http://svn.debian.org/wsvn/trunk/liblinux-usermod-perl/debian/watch?rev=12421&op=file
==============================================================================
--- trunk/liblinux-usermod-perl/debian/watch (added)
+++ trunk/liblinux-usermod-perl/debian/watch Thu Jan 10 11:01:33 2008
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Linux-usermod/ .+/Linux-usermod-(.*)\.tar\.gz




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