[libsocket6-perl] 21/23: Wrap-and-sort
Daniel Lintott
dlintott-guest at moszumanska.debian.org
Sat Feb 15 18:00:34 UTC 2014
This is an automated email from the git hooks/post-receive script.
dlintott-guest pushed a commit to branch master
in repository libsocket6-perl.
commit 8d15aa5aee1ce8ebcbd7f4ad166a0dafc9947a15
Author: Daniel Lintott <daniel at serverb.co.uk>
Date: Fri Feb 14 20:17:31 2014 +0000
Wrap-and-sort
---
debian/control | 5 ++++-
debian/copyright | 10 ++++------
2 files changed, 8 insertions(+), 7 deletions(-)
diff --git a/debian/control b/debian/control
index a3b92f5..e7bad9b 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,10 @@ Vcs-Git: https://github.com/dlintott/libsocket6-perl.git
Package: libsocket6-perl
Architecture: any
-Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}, perl-base (>= 5.8.0-10)
+Depends: perl-base (>= 5.8.0-10),
+ ${misc:Depends},
+ ${perl:Depends},
+ ${shlibs:Depends}
Description: Perl extensions for IPv6
This module supports getaddrinfo() and getnameinfo() to intend to enable
protocol independent programming. If your environment supports IPv6,
diff --git a/debian/copyright b/debian/copyright
index 3216df5..ec9719a 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,14 +1,14 @@
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: Socket6
-Upstream-Contact: Hajimu UMEMOTO <ume at mahoroba.org>
+Upstream-Contact: Hajimu UMEMOTO <ume at mahoroba.org>
Source: http://search.cpan.org/~umemoto/
Files: debian/*
-Copyright: 2014 Daniel Lintott <daniel at serverb.co.uk>
+Copyright: 2014 Daniel Lintott <daniel at serverb.co.uk>
License: BSD-3-clause
Files: Socket6.pm, Socket6.xs
-Copyright: 2000-2013 Hajimu UMEMOTO <ume at mahoroba.org>
+Copyright: 2000-2013 Hajimu UMEMOTO <ume at mahoroba.org>
License: BSD-3-clause
Comment: Socket6.pm and Socket6.xs are based on perl5.005_55-v6-19990721 written
by KAME Project
@@ -16,7 +16,7 @@ Comment: Socket6.pm and Socket6.xs are based on perl5.005_55-v6-19990721 written
Files: gai.h, getaddrinfo.c and getnameinfo.c
Copyright: 2000 Hajimu UMEMOTO <ume at mahoroba.org>
License: BSD-3-clause
-Comment: gai.h, getaddrinfo.c and getnameinfo.c are based on ssh-1.2.27-IPv6-1.5
+Comment: gai.h, getaddrinfo.c and getnameinfo.c are based on ssh-1.2.27-IPv6-1.5
written by KIKUCHI Takahiro <kick at kyoto.wide.ad.jp>.
Copyright (C) 1995, 1996, 1997, 1998, and 1999 WIDE Project
@@ -62,5 +62,3 @@ License: ISC
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
-
-
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libsocket6-perl.git
More information about the Pkg-perl-cvs-commits
mailing list