--- liblinux-usermod-perl-0.69.orig/debian/watch +++ liblinux-usermod-perl-0.69/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/Linux-usermod/ .+/Linux-usermod-(.*)\.tar\.gz --- liblinux-usermod-perl-0.69.orig/debian/control +++ liblinux-usermod-perl-0.69/debian/control @@ -0,0 +1,22 @@ +Source: liblinux-usermod-perl +Section: perl +Priority: optional +Build-Depends: cdbs, debhelper (>= 6) +Build-Depends-Indep: perl +Maintainer: Debian Perl Project +Uploaders: Roberto C. Sanchez +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. --- liblinux-usermod-perl-0.69.orig/debian/compat +++ liblinux-usermod-perl-0.69/debian/compat @@ -0,0 +1 @@ +5 --- liblinux-usermod-perl-0.69.orig/debian/copyright +++ liblinux-usermod-perl-0.69/debian/copyright @@ -0,0 +1,25 @@ +This is the debian package for the Linux::usermod module. +It was created by Alejandro Garrido Mota 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, + +The Debian packaging is (C) 2007, Alejandro Garrido Mota +and is licensed under the GPL, see `/usr/share/common-licenses/GPL'. --- liblinux-usermod-perl-0.69.orig/debian/rules +++ liblinux-usermod-perl-0.69/debian/rules @@ -0,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 --- liblinux-usermod-perl-0.69.orig/debian/changelog +++ liblinux-usermod-perl-0.69/debian/changelog @@ -0,0 +1,5 @@ +liblinux-usermod-perl (0.69-1) unstable; urgency=low + + * Initial Release (packaged by Alejandro Garrido Mota) (Closes: #460064). + + -- Roberto C. Sanchez Thu, 10 Jan 2008 19:47:08 -0500