[Python-modules-commits] [python-cluster] 01/01: fix lintian reports for old copyright

Adrian Alves alvesadrian-guest at moszumanska.debian.org
Thu Apr 28 03:57:51 UTC 2016


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

alvesadrian-guest pushed a commit to branch master
in repository python-cluster.

commit 8a70cb024d874c91a5f6b9b43ea7c7e11c14c91d
Author: Adrian Alves <aalves at gmail.com>
Date:   Thu Apr 28 00:57:39 2016 -0300

    fix lintian reports for old copyright
---
 debian/control   |  4 ++--
 debian/copyright | 66 +++++++++++++++++++++++++++-----------------------------
 2 files changed, 34 insertions(+), 36 deletions(-)

diff --git a/debian/control b/debian/control
index f9a5176..6ee52a0 100644
--- a/debian/control
+++ b/debian/control
@@ -2,9 +2,9 @@ Source: python-cluster
 Section: python
 Priority: optional
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Uploaders: Luciano Bello <luciano at debian.org>
+Uploaders: Luciano Bello <luciano at debian.org>, Adrian Alves <aalves at gmail.com>
 Build-Depends: debhelper (>= 9), python-all, dh-python, python-setuptools
-Standards-Version: 3.9.7
+Standards-Version: 3.9.8
 Homepage: https://github.com/exhuma/python-cluster/
 XS-Python-Version: all
 Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-cluster.git
diff --git a/debian/copyright b/debian/copyright
index a0470d0..6b2df53 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,34 +1,32 @@
-This package was debianized by Luciano Bello <luciano at debian.org> on
-Thu, 29 May 2008 19:33:58 -0300.
-
-It was downloaded from http://python-cluster.sourceforge.net/
-
-Upstream Author: 
-
-    Michel Albert <exhuma at users.sourceforge.net>
-
-Copyright: 
-
-    Copyright (C) 2008 Michel Albert
-
-License:
-
-    This package is free software; you can redistribute it and/or
-    modify it under the terms of the GNU Lesser General Public
-    License as published by the Free Software Foundation; either
-    version 2 of the License, or (at your option) any later version.
-
-    This package is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-    Lesser General Public License for more details.
-
-    You should have received a copy of the GNU Lesser General Public
-    License along with this package; if not, write to the Free Software
-    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
-
-On Debian systems, the complete text of the GNU Lesser General
-Public License can be found in `/usr/share/common-licenses/LGPL'.
-
-The Debian packaging is (C) 2008, Luciano Bello <luciano at debian.org> and
-is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: python-cluster
+Source: http://python-cluster.sourceforge.net/ 
+
+Files: *
+Copyright: 2008 Michel Albert <exhuma at users.sourceforge.net>
+License: GPL-2+
+
+Files: debian/*
+Copyright: 2008 Luciano Bello <luciano at debian.org>
+           2016 Adrian Alves <aalves at gmail.com>
+License: GPL-2+
+Comment: Debian packaging is licensed under the same terms as upstream.
+
+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 of the License, or
+ (at your option) any later version. 
+  .
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License along
+ with this program; if not, write to the Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ .
+ On Debian systems, the full text of the GNU General Public
+ License version 2 can be found in the file
+ `/usr/share/common-licenses/GPL-2'.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-cluster.git



More information about the Python-modules-commits mailing list