[libnet-interface-perl] 02/02: Filled in required info in debian/control, debian/copyright and debian/changelog
Christopher Hoskin
christopher.hoskin at gmail.com
Sat Feb 21 09:51:31 UTC 2015
This is an automated email from the git hooks/post-receive script.
grinorcole-guest pushed a commit to branch master
in repository libnet-interface-perl.
commit fcc5ec29a93d423331924a8ba3d810a445f37db5
Author: Christopher Hoskin <christopher.hoskin at gmail.com>
Date: Sat Feb 21 09:42:27 2015 +0000
Filled in required info in debian/control, debian/copyright and debian/changelog
---
debian/changelog | 5 +++-
debian/control | 4 +--
debian/copyright | 76 ++++++++++++++++++++++++++++++++++++++++++++++++--------
3 files changed, 70 insertions(+), 15 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 8a32b5b..de1cfbc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,8 @@
libnet-interface-perl (1.012-1) UNRELEASED; urgency=low
- * Initial Release.
+ TODO:
+ - Initial check in. Much still to do.
+
+ * Initial Release. Closes: #778888
-- Christopher Hoskin <christopher.hoskin at gmail.com> Sat, 21 Feb 2015 08:49:07 +0000
diff --git a/debian/control b/debian/control
index 06336f1..6dc6f8d 100644
--- a/debian/control
+++ b/debian/control
@@ -14,7 +14,7 @@ Testsuite: autopkgtest-pkg-perl
Package: libnet-interface-perl
Architecture: any
Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}
-Description: unknown
+Description: manipulates host network interfaces
Net::Interface is a module that allows access to the host network interfaces
in a manner similar to ifconfig(8). Version 1.00 is a complete re-write and
includes support for IPV6 as well as the traditional IPV4.
@@ -31,5 +31,3 @@ Description: unknown
possible, Net::Interface will simply fail softly when there are not adequate
privileges to perform the requested operation or where the operation is not
supported.
- .
- This description was automagically extracted from the module by dh-make-perl.
diff --git a/debian/copyright b/debian/copyright
index 502bcbd..641e911 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,19 +1,39 @@
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Source: https://metacpan.org/release/Net-Interface
-Upstream-Contact: unknown
+Upstream-Contact: Michael Robinton <michael at bizsystems.com>
Upstream-Name: Net-Interface
-DISCLAIMER: This copyright info was automatically extracted
- from the perl module. It may not be accurate, so you better
- check the module sources in order to ensure the module for its
- inclusion in Debian or for general legal information. Please,
- if licensing information is incorrectly generated, file a bug
- on dh-make-perl.
- NOTE: Don't forget to remove this disclaimer once you are happy
- with this file.
Files: *
-Copyright: unknown
-License:
+Copyright: 2008-2009, Michael Robinton <michael at bizsystems.com>
+License: Artistic or GPL-2+
+Comment: Upstream author acknowledges assistance from Jens Rehsack
+ <rehsack at web.de> and prior work by Stephen Zander <gibreel at pobox.com> and
+ Jerrad Pierce <jpierce at cpan.org>.
+
+Files: lib/Net/Interface/Developer.pm
+Copyright: 2008-2009, Michael Robinton <michael at bizsystems.com>
+License: GPL-2+
+
+Files: ppport.h
+Copyright: 1999, Kenneth Albanowski <kjahds at kjahds.com> (Version 1.x)
+License: Artistic or GPL-1+
+
+Files: config.guess config.sub
+Copyright: 1992-2008, Free Software Foundation, Inc.
+License: GPL-2+ with Autoconf exception or Artistic
+
+Files: miniSocketXS.c
+Copyright: 2003-2006, Michael Robinton <michael at bizsystems.com>
+ 1989-2002, Larry Wall
+License: Artistic or GPL-1+
+
+Files: Copying
+Copyright: 1989-1991, Free Software Foundation, Inc.
+License: FSF-Verbatim
+
+Files: configure
+Copyright: 1992-2006, Free Software Foundation, Inc.
+License: FSF-configure
Files: debian/*
Copyright: 2015, Christopher Hoskin <christopher.hoskin at gmail.com>
@@ -34,3 +54,37 @@ License: GPL-1+
.
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'.
+
+License: GPL-2+
+ 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 2, or (at your option)
+ any later version.
+ .
+ On Debian systems, the complete text of version 2 of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL-2'.
+
+License: FSF-Verbatim
+ Everyone is permitted to copy and distribute verbatim copies
+ of this license document, but changing it is not allowed.
+
+License: GPL-2+ with Autoconf exception
+ 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 2, or (at your option)
+ any later version.
+ .
+ As a special exception to the GNU General Public License, if you
+ distribute this file as part of a program that contains a
+ configuration script generated by Autoconf, you may include it under
+ the same distribution terms that you use for the rest of that program.
+ .
+ On Debian systems, the complete text of version 2 of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL-2'
+Comment: The option described in the license has been accepted and these
+ files are distributed under the same terms as the package as a whole, as
+ described at the top of this file.
+
+License: FSF-configure
+ This script is free software; the Free Software Foundation gives unlimited
+ permission to copy, distribute and modify it.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libnet-interface-perl.git
More information about the Pkg-perl-cvs-commits
mailing list