[SCM] Packaging of IO::Socket::INET6 in Debian branch, master, updated. libio-socket-inet6-perl/2.67-11-gd302258

Daniel Kahn Gillmor dkg at fifthhorseman.net
Mon Nov 28 19:35:06 UTC 2011


The following commit has been merged in the master branch:
commit d3022587e1de9b6aab7b14e2dd20ab2a10ba8cab
Author: Daniel Kahn Gillmor <dkg at fifthhorseman.net>
Date:   Mon Nov 28 13:38:17 2011 -0500

    complete adoption by perl team

diff --git a/debian/changelog b/debian/changelog
index bf29506..6ced570 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+libio-socket-inet6-perl (2.69-1) unstable; urgency=low
+
+  * New upstream release (Closes: #650249)
+  * Adopting package by Debian Perl Group, with Masahito Omote also in
+    Uploaders.
+  * debian/changelog: updated to DEP5
+  * debian/control: added Vcs-Git, Vcs-Browser, and Homepage.
+
+ -- Daniel Kahn Gillmor <dkg at fifthhorseman.net>  Mon, 28 Nov 2011 11:21:00 -0500
+
 libio-socket-inet6-perl (2.67-0.1) unstable; urgency=low
 
   * Non-maintainer upload
diff --git a/debian/control b/debian/control
index b76effc..4615fd6 100644
--- a/debian/control
+++ b/debian/control
@@ -2,15 +2,25 @@ Source: libio-socket-inet6-perl
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: perl (>= 5.8.0-7),
+Build-Depends-Indep:
+ perl (>= 5.8.0-7),
  libsocket6-perl (>= 0.12),
  libtest-pod-perl
-Maintainer: Masahito Omote <omote at debian.org>
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders:
+ Daniel Kahn Gillmor <dkg at fifthhorseman.net>,
+ Masahito Omote <omote at debian.org>
+Homepage: http://search.cpan.org/dist/IO-Socket-INET6/
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libio-socket-inet6-perl
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libio-socket-inet6-perl.git
 Standards-Version: 3.9.2
 
 Package: libio-socket-inet6-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, libsocket6-perl (>= 0.12)
+Depends:
+ ${perl:Depends},
+ ${misc:Depends},
+ libsocket6-perl (>= 0.12)
 Description: Object interface for AF_INET6 domain sockets
  IO::Socket::INET6 provides an object interface to create and use sockets
  in the AF_INET6 domain. It is built upon the IO::Socket interface and
diff --git a/debian/copyright b/debian/copyright
index 171dff4..32327bf 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,24 +1,31 @@
-This is the debian package for the IO::Socket::INET6 module.
-It was created by Masahito Omote <omote at debian.org> using dh-make-perl.
+Format: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?view=markup&pathrev=208
+Upstream-Name: IO-Socket-INET6
+Upstream-Contact: Shlomi Fish <shlomif at iglu.org.il>
+Source: http://search.cpan.org/dist/IO-Socket-INET6/
 
-This program is based on IO::Socket::INET by Graham Barr
-<gbarr at pobox.com> and currently maintained by the Perl Porters.
+Files: *
+Copyright: 1996-1998 Graham Barr <gbarr at pobox.com>,
+           2003-2004 Euro6IX project, Rafael Martinez Torres <rafael.martinez at novagnet.com>,
+           2008-2011 Shlomi Fish <shlomif at iglu.org.il> (Shlomi has explicitly disclaimed his copyright)
+License: Artistic or GPL-1+
 
-Modified by Rafael Martinez Torres <rafael.martinez at novagnet.com> and
-Euro6IX project..
+Files: debian/*
+Copyright: 2003-2010 Masahito Omote <omote at debian.org>,
+           2011 Daniel Kahn Gillmor <dkg at fifthhorseman.net>
+License: Artistic or GPL-1+
 
-Further modified by Shlomi Fish <shlomif at iglu.org.il>.
+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'.
 
-Copyright (c) 2003- Rafael Martinez Torres <rafael.martinez at novagnet.com>.
-Copyright (c) 2003- Euro6IX project.
-Copyright (c) 1996-8 Graham Barr <gbarr at pobox.com>.
-
-All rights reserved.
-
-This program is free software; you can redistribute it and/or
-modify it under the same terms as Perl itself.
-
-Perl is distributed under your choice of the GNU General Public License or
-the Artistic License.  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'.

-- 
Packaging of IO::Socket::INET6 in Debian



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