[libio-capture-perl] 02/04: Refresh packaging with dh-make-perl refresh

Daniel Lintott dlintott-guest at moszumanska.debian.org
Fri Apr 11 19:59:12 UTC 2014


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

dlintott-guest pushed a commit to branch master
in repository libio-capture-perl.

commit 4da48121c6245ae908711e7798f834450eba9258
Author: Daniel Lintott <daniel at serverb.co.uk>
Date:   Fri Apr 11 20:42:48 2014 +0100

    Refresh packaging with dh-make-perl refresh
    
    + Update debian/control
    + Migrate copyright to format 1.0
    + Migrate package to source format 3.0(quilt)
    + Add libio-capture-perl.docs
    
    Git-Dch: Full
---
 debian/README.source           |  5 -----
 debian/control                 | 14 ++++++-------
 debian/copyright               | 47 ++++++++++++++++++++++++------------------
 debian/libio-capture-perl.docs |  1 +
 debian/source/format           |  1 +
 5 files changed, 35 insertions(+), 33 deletions(-)

diff --git a/debian/README.source b/debian/README.source
deleted file mode 100644
index 9dc3fca..0000000
--- a/debian/README.source
+++ /dev/null
@@ -1,5 +0,0 @@
-This package uses quilt to manage all modifications to the upstream
-source.  Changes are stored in the source package as diffs in
-debian/patches and applied during the build.
-
-See /usr/share/doc/quilt/README.source for a detailed explanation.
diff --git a/debian/control b/debian/control
index b44f222..0a34b64 100644
--- a/debian/control
+++ b/debian/control
@@ -1,20 +1,19 @@
 Source: libio-capture-perl
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Krzysztof Krzyzaniak (eloy) <eloy at debian.org>
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 6),
-               quilt
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Krzysztof Krzyzaniak (eloy) <eloy at debian.org>,
+ Daniel Lintott <daniel at serverb.co.uk>
+Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: perl
-Standards-Version: 3.7.3
+Standards-Version: 3.9.5
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libio-capture-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libio-capture-perl.git
 Homepage: https://metacpan.org/release/IO-Capture
 
 Package: libio-capture-perl
 Architecture: all
-Depends: ${perl:Depends},
-         ${misc:Depends} 
+Depends: ${misc:Depends}, ${perl:Depends}
 Description: Abstract Base Class to build modules to capture output
  The IO::Capture Module defines an abstract base class that can be
  used to build modules that capture output being sent on a filehandle 
@@ -29,4 +28,3 @@ Description: Abstract Base Class to build modules to capture output
  sub-class from IO::Capture yourself.   If after reading the overview, 
  you would like to build a class from IO::Capture, look here for 
  details on the internals.
-
diff --git a/debian/copyright b/debian/copyright
index 35917fc..3d51a20 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,24 +1,31 @@
-This is the debian package for the IO-Capture module.
-It was created by Krzysztof Krzyzaniak (eloy) <eloy at debian.org> using dh-make-perl.
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Source: https://metacpan.org/release/IO-Capture
+Upstream-Contact: Mark Reynolds <reynolds at sgi.com>
+Upstream-Name: IO-Capture
 
-The upstream authors are: 
-Mark Reynolds <reynolds<at>sgi.com>, Jon Morgan <jmorgan<at>sgi.com>.
+Files: *
+Copyright: 2003, Jon Morgan <jmorgan at sgi.com>
+ 2003-2005, Mark Reynolds <reynolds at sgi.com>
+License: Artistic or GPL-1+
 
+Files: debian/*
+Copyright: 2005, Krzysztof Krzyzaniak (eloy) <eloy at debian.org>
+ 2008, Rene Mayorga <rmayorga at debian.org.sv>
+ 2014, Daniel Lintott <daniel at serverb.co.uk>
+License: Artistic or GPL-1+
 
-Copyright (c) 2003      Mark Reynolds and Jon Morgan
-Copyright (c) 2004-2005 Mark Reynolds
+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'.
 
-This program is free software, you can redistribute it and/or modify it under
-the same terms as Perl itself.
-
-Perl is distributed under licenses:
-
-    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'.
+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/libio-capture-perl.docs b/debian/libio-capture-perl.docs
new file mode 100644
index 0000000..4ef5908
--- /dev/null
+++ b/debian/libio-capture-perl.docs
@@ -0,0 +1 @@
+BUGS
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/libio-capture-perl.git



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