[Python-modules-commits] r4681 - in packages/python-networkx/trunk/debian (changelog copyright)

kibi-guest at users.alioth.debian.org kibi-guest at users.alioth.debian.org
Sun Mar 2 00:17:31 UTC 2008


    Date: Sunday, March 2, 2008 @ 00:17:30
  Author: kibi-guest
Revision: 4681

Fix invalid copyright notices.

Modified:
  packages/python-networkx/trunk/debian/changelog
  packages/python-networkx/trunk/debian/copyright

Modified: packages/python-networkx/trunk/debian/changelog
===================================================================
--- packages/python-networkx/trunk/debian/changelog	2008-03-02 00:07:32 UTC (rev 4680)
+++ packages/python-networkx/trunk/debian/changelog	2008-03-02 00:17:30 UTC (rev 4681)
@@ -4,6 +4,9 @@
      + Replace python-setuptools with python-pkg-resources in the
        “Recommends:” since pkg_resources is now available in this
        separate package, thanks Matthias Klose (Closes: #468721).
+  * debian/copyright:
+     + Use “© $years $name” instead of invalid “$name, $years” and
+       “(C) $years, $name”, thanks to lintian.
 
  -- Cyril Brulebois <cyril.brulebois at enst-bretagne.fr>  Sun, 02 Mar 2008 01:06:32 +0100
 

Modified: packages/python-networkx/trunk/debian/copyright
===================================================================
--- packages/python-networkx/trunk/debian/copyright	2008-03-02 00:07:32 UTC (rev 4680)
+++ packages/python-networkx/trunk/debian/copyright	2008-03-02 00:17:30 UTC (rev 4681)
@@ -4,9 +4,9 @@
 It was downloaded from https://networkx.lanl.gov/
 
 Upstream Authors and Copyright Holders:
-  Aric Hagberg <hagberg at lanl.gov>, 2004-2008
-  Pieter Swart <swart at lanl.gov>, 2004-2008
-  Dan Schult <dschult at colgate.edu>, 2004-2008
+  © 2004-2008 Aric Hagberg <hagberg at lanl.gov>
+  © 2004-2008 Pieter Swart <swart at lanl.gov>
+  © 2004-2008 Dan Schult <dschult at colgate.edu>
 
 Additional Authors having left their copyrights to the Upstream Authors and
 Copyright Holders listed just above:
@@ -49,6 +49,6 @@
 
 
 The Debian packaging is:
-  (C) 2006-2008, Cyril Brulebois <cyril.brulebois at enst-bretagne.fr>
+  © 2006-2008 Cyril Brulebois <cyril.brulebois at enst-bretagne.fr>
 
 It is licensed under the GPL, see `/usr/share/common-licenses/GPL'.




More information about the Python-modules-commits mailing list