[Python-modules-commits] r8516 - in packages/python-graph/trunk/debian (4 files)

morph at users.alioth.debian.org morph at users.alioth.debian.org
Mon May 18 18:47:53 UTC 2009


    Date: Monday, May 18, 2009 @ 18:47:52
  Author: morph
Revision: 8516

* New upstream release
* debian/copyright
  - updated copyright authors notice, removing all the copyright exceptions
* debian/control
  - added python-pydot to Depends, and to b-d-i (for tests)
* debian/patches/10_remove_doc_installation.dpatch
  - updated to new upstream code
* bump Standards-Version to 3.8.1 (no changes needed)

Modified:
  packages/python-graph/trunk/debian/changelog
  packages/python-graph/trunk/debian/control
  packages/python-graph/trunk/debian/copyright
  packages/python-graph/trunk/debian/patches/10_remove_doc_installation.dpatch

Modified: packages/python-graph/trunk/debian/changelog
===================================================================
--- packages/python-graph/trunk/debian/changelog	2009-05-18 18:27:19 UTC (rev 8515)
+++ packages/python-graph/trunk/debian/changelog	2009-05-18 18:47:52 UTC (rev 8516)
@@ -1,3 +1,16 @@
+python-graph (1.5.0-1) UNRELEASED; urgency=low
+
+  * New upstream release
+  * debian/copyright
+    - updated copyright authors notice, removing all the copyright exceptions
+  * debian/control
+    - added python-pydot to Depends, and to b-d-i (for tests)
+  * debian/patches/10_remove_doc_installation.dpatch
+    - updated to new upstream code
+  * bump Standards-Version to 3.8.1 (no changes needed)
+
+ -- Sandro Tosi <morph at debian.org>  Mon, 18 May 2009 20:34:08 +0200
+
 python-graph (1.4.2-1) unstable; urgency=low
 
   * New upstream release

Modified: packages/python-graph/trunk/debian/control
===================================================================
--- packages/python-graph/trunk/debian/control	2009-05-18 18:27:19 UTC (rev 8515)
+++ packages/python-graph/trunk/debian/control	2009-05-18 18:47:52 UTC (rev 8516)
@@ -4,8 +4,8 @@
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Uploaders: Sandro Tosi <morph at debian.org>
 Build-Depends: debhelper (>= 7), dpatch
-Build-Depends-Indep: python-support, python, python-epydoc, python-setuptools
-Standards-Version: 3.8.0
+Build-Depends-Indep: python-support, python, python-epydoc, python-setuptools, python-pydot
+Standards-Version: 3.8.1
 Homepage: http://code.google.com/p/python-graph/
 Vcs-Svn: svn://svn.debian.org/svn/python-modules/packages/python-graph/trunk/
 Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-graph/trunk/
@@ -14,7 +14,7 @@
 Package: python-graph
 Architecture: all
 XB-Python-Version: ${python:Versions}
-Depends: ${python:Depends}, ${misc:Depends}
+Depends: ${python:Depends}, ${misc:Depends}, python-pydot
 Suggests: libgv-python
 Description: library for working with graphs in Python
  This software provides a suitable data structure for representing graphs and a

Modified: packages/python-graph/trunk/debian/copyright
===================================================================
--- packages/python-graph/trunk/debian/copyright	2009-05-18 18:27:19 UTC (rev 8515)
+++ packages/python-graph/trunk/debian/copyright	2009-05-18 18:47:52 UTC (rev 8516)
@@ -9,7 +9,16 @@
 
 Copyright:
 
-    Copyright (C) 2007-2009 Pedro Matiello <pmatiello at gmail.com>
+    Copyright (c) 2007-2009 Pedro Matiello <pmatiello at gmail.com>
+                            Eugen Zagorodniy <e.zagorodniy at gmail.com>
+                            Christian Muise <christian.muise at gmail.com>
+                            Nathan Davis <davisn90210 at gmail.com>
+                            Paul Harrison <pfh at logarithmic.net>
+                            Rhys Ulerich <rhys.ulerich at gmail.com>
+                            Roy Smith <roy at panix.com>
+                            Salim Fadhley <sal at stodge.org>
+                            Tomaz Kovacic <tomaz.kovacic at gmail.com>
+                            Zsolt Haraszti <zsolt at drawwell.net>
 
 License:
 
@@ -36,32 +45,3 @@
 
 The Debian packaging is copyright 2008-2009, Sandro Tosi <morph at debian.org> and
 is licensed under the same term of the upstream code, see above.
-
-These files have difference copyright notices:
-
-graph/algorithms/{exceptions.py, heuristics/Chow.py, heuristics/__init__.py}
-    Copyright (c) 2008-2009 Pedro Matiello <pmatiello at gmail.com>
-                            Salim Fadhley <sal at stodge.org>
-
-graph/algorithms/generators.py
-    Copyright (c) 2008-2009 Pedro Matiello <pmatiello at gmail.com>
-                            Zsolt Haraszti <zsolt at drawwell.net>
-
-graph/algorithms/minmax.py
-    Copyright (c) 2007-2009 Pedro Matiello <pmatiello at gmail.com>
-                            Rhys Ulerich <rhys.ulerich at gmail.com>
-                            Roy Smith <roy at panix.com>
-                            Salim Fadhley <sal at stodge.org>
-
-graph/algorithms/utils.py
-    Copyright (c) 2008-2009 Pedro Matiello <pmatiello at gmail.com>
-                            Roy Smith <roy at panix.com>
-
-graph/classes/{Digraph.py, Graph.py}
-    Copyright (c) 2007-2009 Pedro Matiello <pmatiello at gmail.com>
-                            Nathan Davis <davisn90210 at gmail.com>
-                            Zsolt Haraszti <zsolt at drawwell.net>
-
-graph/classes/Hypergraph.py
-    Copyright (c) 2008-2009 Pedro Matiello <pmatiello at gmail.com>
-                            Christian Muise <christian.muise at gmail.com>

Modified: packages/python-graph/trunk/debian/patches/10_remove_doc_installation.dpatch
===================================================================
--- packages/python-graph/trunk/debian/patches/10_remove_doc_installation.dpatch	2009-05-18 18:27:19 UTC (rev 8515)
+++ packages/python-graph/trunk/debian/patches/10_remove_doc_installation.dpatch	2009-05-18 18:47:52 UTC (rev 8516)
@@ -6,15 +6,15 @@
 
 @DPATCH@
 diff -urNad python-graph~/setup.py python-graph/setup.py
---- python-graph~/setup.py	2009-02-22 00:41:47.000000000 +0100
-+++ python-graph/setup.py	2009-03-03 19:37:34.417770404 +0100
+--- python-graph~/setup.py	2009-05-04 00:29:19.000000000 +0200
++++ python-graph/setup.py	2009-05-18 20:30:47.991670348 +0200
 @@ -14,31 +14,10 @@
  appname = "python-graph"
- appversion = "1.4.2"
+ appversion = "1.5.0"
  
 -# Extra files
 -if (os.name == 'posix'):    # Files to be installed/packaged on Unix-like systems
--    datadir = 'share/doc/'+appname+appversion
+-    datadir = 'share/doc/'+appname+'-'+appversion
 -    datafiles = ['README', 'COPYING', 'Changelog']
 -    docsdir = datadir + '/docs'
 -    docsfiles = []
@@ -40,10 +40,3 @@
          author = "Pedro Matiello",
          author_email = "pmatiello at gmail.com",
          description = "A library for working with graphs in Python",
-@@ -48,4 +27,4 @@
-         classifiers = ["License :: OSI Approved :: MIT License","Topic :: Software Development :: Libraries :: Python Modules"],
-         long_description = "python-graph is a library for working with graphs in Python. This software provides a suitable data structure for representing graphs and a whole set of important algorithms.",
-         test_suite = "graph.tests",
--)
-\ No newline at end of file
-+)




More information about the Python-modules-commits mailing list