[SCM] Debian packaging of libnet-address-ip-local-perl branch, master, updated. debian/0.1.2-1-2-g737c62a

Julián Moreno Patiñ?==?UTF-8?Q?o darkjunix at gmail.com
Tue Sep 6 19:53:00 UTC 2011


The following commit has been merged in the master branch:
commit 737c62ac352ea6e2b5e59b0a090e87f9f5a9c7ca
Author: Julián Moreno Patiño <darkjunix at gmail.com>
Date:   Tue Sep 6 14:47:47 2011 -0500

    Change GPL-2+ to GPL-1+ ← Perl license
    Remove DH_VERBOSE ← Not used
    Remove libmodule-build-perl and libtest-simple-perl ← Availables in perl core
    Use debhelper '8'
    Releasing to unstable

diff --git a/debian/changelog b/debian/changelog
index 903591f..14efa0a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,16 +1,4 @@
-libnet-address-ip-local-perl (0.1.2-1) UNRELEASED; urgency=low
-
-  TODO:
-  - d/copyright: why gpl2? the code says "same as perl" --> Artistic or GPL-1+
-  - d/rules: (matter of taste): do we need the commented out DH_VERBOSE?
-  - d/control: 
-    + remove libmodule-build-perl (in perl core since 5.10) and
-      libtest-simple-perl (looks unused, but Test::More is also in core -- oh,
-      and there are no tests anymway)
-    + question: should libio-socket-inet6-perl be in Depends or in Recommends?
-      (if I understand the code correctly, Recommends is enough. but maybe we
-      want to force it in? also ok for me)
-    + debhelper (>= 8.0.0.) -> '8' is enough
+libnet-address-ip-local-perl (0.1.2-2) unstable; urgency=low
 
   * Initial release (Closes: #640405)
 
diff --git a/debian/control b/debian/control
index 118494a..eed6614 100644
--- a/debian/control
+++ b/debian/control
@@ -3,8 +3,8 @@ Section: perl
 Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Julián Moreno Patiño <darkjunix at gmail.com>
-Build-Depends: debhelper (>= 8.0.0)
-Build-Depends-Indep: perl, libmodule-build-perl, libtest-simple-perl
+Build-Depends: debhelper (>= 8)
+Build-Depends-Indep: perl
 Standards-Version: 3.9.2
 Homepage: http://search.cpan.org/dist/Net-Address-IP-Local/
 Vcs-Git: git://git.debian.org/pkg-perl/packages/libnet-address-ip-local-perl.git
diff --git a/debian/copyright b/debian/copyright
index 19a08c4..1c93430 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -4,12 +4,12 @@ Source: http://search.cpan.org/dist/Net-Address-IP-Local/
 
 Files: *
 Copyright: 2005-2009 Julian Mehnle <julian at mehnle.net>
-License: Artistic or GPL-2+
+License: Artistic or GPL-1+
 
 Files: debian/*
 Copyright: 2005-2009 Julian Mehnle <julian at mehnle.net>
  2011 Julián Moreno Patiño <darkjunix at gmail.com>
-License: Artistic or GPL-2+
+License: Artistic or GPL-1+
 
 License: Artistic
  This program is free software; you can redistribute it and/or modify
@@ -18,11 +18,11 @@ License: Artistic
  On Debian systems, the complete text of the Artistic License can be
  found in `/usr/share/common-licenses/Artistic'.
 
-License: GPL-2+
+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 2, or (at your option)
+ the Free Software Foundation; either version 1, 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'.
+ 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/rules b/debian/rules
index 0587334..4067ba0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,4 @@
 #!/usr/bin/make -f
-#export DH_VERBOSE=1
 
 %:
 	dh $@ 

-- 
Debian packaging of libnet-address-ip-local-perl



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