[liblinux-usermod-perl] 02/07: Refresh packaging using dh-make-perl refresh

Daniel Lintott dlintott-guest at moszumanska.debian.org
Fri Apr 11 14:50:14 UTC 2014


This is an automated email from the git hooks/post-receive script.

dlintott-guest pushed a commit to branch master
in repository liblinux-usermod-perl.

commit 30b1aac71a1d0cb30e1f270fa69d460a2317dd46
Author: Daniel Lintott <daniel at serverb.co.uk>
Date:   Fri Apr 11 15:21:34 2014 +0100

    Refresh packaging using dh-make-perl refresh
    
    + Update debian/control
    + Migrate debian/copyright to format 1.0
    
    Git-Dch: Full
---
 debian/control   | 15 ++++++++-------
 debian/copyright | 54 +++++++++++++++++++++++++++++-------------------------
 2 files changed, 37 insertions(+), 32 deletions(-)

diff --git a/debian/control b/debian/control
index 22284a8..544ecc5 100644
--- a/debian/control
+++ b/debian/control
@@ -1,19 +1,20 @@
 Source: liblinux-usermod-perl
 Section: perl
 Priority: optional
-Build-Depends: cdbs, debhelper (>= 6)
-Build-Depends-Indep: perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Alejandro Garrido Mota <garridomota at gmail.com>
-Standards-Version: 3.7.3
-Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/liblinux-usermod-perl.git
+Uploaders: Alejandro Garrido Mota <garridomota at gmail.com>,
+ Daniel Lintott <daniel at serverb.co.uk>
+Build-Depends: debhelper (>= 8)
+Build-Depends-Indep: perl
+Standards-Version: 3.9.5
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/liblinux-usermod-perl.git
-Homepage: http://search.cpan.org/dist/Linux-usermod/
+Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/liblinux-usermod-perl.git
+Homepage: https://metacpan.org/release/Linux-usermod
 
 Package: liblinux-usermod-perl
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends}
-Description:  Linux::usermod - modify user and group accounts
+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
diff --git a/debian/copyright b/debian/copyright
index 053bc8f..65aba0d 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,25 +1,29 @@
-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'.
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Source: https://metacpan.org/release/Linux-usermod
+Upstream-Contact: Vidul Petrov, vidul at abv.bg
+Upstream-Name: Linux-usermod
+
+Files: *
+Copyright: 2004, Vidul Petrov <vidul at abv.bg>
+License: Artistic or GPL-1+
+
+Files: debian/*
+Copyright: 2007, Alejandro Garrido Mota <garridomota at gmail.com>
+ 2014, Daniel Lintott <daniel at serverb.co.uk>
+License: Artistic or 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 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 systems, the complete text of version 1 of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL-1'.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/liblinux-usermod-perl.git



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