[libclass-accessor-lvalue-perl] 02/05: Refresh packaging using dh-make-perl refresh

Daniel Lintott dlintott-guest at moszumanska.debian.org
Sat Apr 12 20:38:53 UTC 2014


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

dlintott-guest pushed a commit to branch master
in repository libclass-accessor-lvalue-perl.

commit 03c3d04e0022377df61ccbb8facde95d767c1618
Author: Daniel Lintott <daniel at serverb.co.uk>
Date:   Sat Apr 12 21:12:42 2014 +0100

    Refresh packaging using dh-make-perl refresh
    
    + Update debian/control
    + Migrate copyright to format 1.0
    + Migrate package to source format 3.0(quilt)
    
    Git-Dch: Full
---
 debian/control       | 32 +++++++++++++++---------------
 debian/copyright     | 56 ++++++++++++++++++++++++++++------------------------
 debian/source/format |  1 +
 3 files changed, 47 insertions(+), 42 deletions(-)

diff --git a/debian/control b/debian/control
index 8d27fd5..0ff38d4 100644
--- a/debian/control
+++ b/debian/control
@@ -1,27 +1,27 @@
 Source: libclass-accessor-lvalue-perl
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Jose Luis Rivas <ghostbar38 at gmail.com>,
-           Damyan Ivanov <dmn at debian.org>
 Section: perl
 Priority: extra
-Build-Depends: perl,
-               debhelper (>= 5)
-Build-Depends-Indep: libscalar-list-utils-perl,
-                     libwant-perl,
-                     libclass-accessor-perl
-Standards-Version: 3.7.3
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Jose Luis Rivas <ghostbar38 at gmail.com>,
+ Damyan Ivanov <dmn at debian.org>,
+ Daniel Lintott <daniel at serverb.co.uk>
+Build-Depends: debhelper (>= 8),
+ perl
+Build-Depends-Indep: libclass-accessor-perl,
+ libscalar-list-utils-perl,
+ libwant-perl,
+ perl
+Standards-Version: 3.9.5
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libclass-accessor-lvalue-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libclass-accessor-lvalue-perl.git
 Homepage: https://metacpan.org/release/Class-Accessor-Lvalue
 
 Package: libclass-accessor-lvalue-perl
 Architecture: all
-Depends: ${misc:Depends},
-         ${perl:Depends},
-         libscalar-list-utils-perl,
-         libwant-perl,
-         libclass-accessor-perl
-Description: Create Lvalue accessors 
+Depends: ${misc:Depends}, ${perl:Depends},
+ libclass-accessor-perl,
+ libscalar-list-utils-perl,
+ libwant-perl
+Description: module to create Lvalue accessors 
  Class::Accessor::Lvalue subclasses Class::Accessor in order to provide 
  lvalue accessor makers.
-
diff --git a/debian/copyright b/debian/copyright
index f467ad5..27dbee8 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,26 +1,30 @@
-This package was debianized by Jose Luis Rivas <ghostbar38 at gmail.com> on
-Sun, 22 Apr 2007 03:42:04 -0400.
-
-It was downloaded from http://search.cpan.org/dist/Class-Accessor-Lvalue
-
-Upstream Author: Richard Clamp <richardc at unixbeard.net>
-
-Copyright: Copyright (C) 2003 Richard Clamp. All Rights Reserved.
-
-License:
-
-    This program is free software; you can redistribute it and/or modify
-    it under the terms of either:
-
-    a) the GNU General Public License as published by the Free Software
-       Foundation; either version 1, or (at your option) any later
-       version, or
-
-    b) the "Artistic License" which comes with Perl.
-
-On Debian GNU/Linux systems, the complete text of the GNU General
-Public License can be found in `/usr/share/common-licenses/GPL' and
-the Artistic Licence in `/usr/share/common-licenses/Artistic'.
-
-The Debian packaging is (C) 2007, Jose Luis Rivas <ghostbar38 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/Class-Accessor-Lvalue
+Upstream-Contact: Richard Clamp <richardc at unixbeard.net>
+Upstream-Name: Class-Accessor-Lvalue
+
+Files: *
+Copyright: 2003, Richard Clamp <richardc at unixbeard.net>
+License: Artistic or GPL-1+
+
+Files: debian/*
+Copyright: 2007, Jose Luis Rivas <ghostbar38 at gmail.com>
+ 2008, Damyan Ivanov <dmn at debian.org>
+ 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'.
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libclass-accessor-lvalue-perl.git



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