[Python-modules-commits] r4375 - in packages/python-pygraphviz/trunk/debian (changelog control)

kibi-guest at users.alioth.debian.org kibi-guest at users.alioth.debian.org
Mon Jan 14 20:56:59 UTC 2008


    Date: Monday, January 14, 2008 @ 20:56:59
  Author: kibi-guest
Revision: 4375

Graphviz transition (2.12 -> 2.16)

Modified:
  packages/python-pygraphviz/trunk/debian/changelog
  packages/python-pygraphviz/trunk/debian/control

Modified: packages/python-pygraphviz/trunk/debian/changelog
===================================================================
--- packages/python-pygraphviz/trunk/debian/changelog	2008-01-14 20:56:47 UTC (rev 4374)
+++ packages/python-pygraphviz/trunk/debian/changelog	2008-01-14 20:56:59 UTC (rev 4375)
@@ -16,6 +16,10 @@
      - Drop version mangling in the watch file accordingly.
      - Drop no longer needed DEB_REAL_UPSTREAM_VERSION variable, and
        use DEB_UPSTREAM_VERSION instead.
+  * Graphviz transition:
+     - Build-Depends: Replace libgraphviz3-dev with libgraphviz-dev
+       (the development package is no longer versioned).
+     - Depends: Bump the versioned dependency from >= 2.12 to >= 2.16.
 
  -- Cyril Brulebois <cyril.brulebois at enst-bretagne.fr>  Mon, 14 Jan 2008 18:56:45 +0100
 

Modified: packages/python-pygraphviz/trunk/debian/control
===================================================================
--- packages/python-pygraphviz/trunk/debian/control	2008-01-14 20:56:47 UTC (rev 4374)
+++ packages/python-pygraphviz/trunk/debian/control	2008-01-14 20:56:59 UTC (rev 4375)
@@ -2,7 +2,7 @@
 Section: python
 Priority: optional
 Maintainer: Cyril Brulebois <cyril.brulebois at enst-bretagne.fr>
-Build-Depends: debhelper (>= 5), cdbs (>= 0.4.43), python-support (>= 0.6.4), python-all-dev (>= 2.3.5-11), libgraphviz3-dev, python-setuptools, pkg-config
+Build-Depends: debhelper (>= 5), cdbs (>= 0.4.43), python-support (>= 0.6.4), python-all-dev (>= 2.3.5-11), libgraphviz-dev, python-setuptools, pkg-config
 Standards-Version: 3.7.3
 Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Homepage: https://networkx.lanl.gov/wiki/pygraphviz
@@ -11,7 +11,7 @@
 
 Package: python-pygraphviz
 Architecture: any
-Depends: ${python:Depends}, ${shlibs:Depends}, graphviz (>= 2.12)
+Depends: ${python:Depends}, ${shlibs:Depends}, graphviz (>= 2.16)
 Provides: ${python:Provides}
 Description: Python interface to the Graphviz graph layout and visualization package
  Pygraphviz is a Python interface to the Graphviz graph layout and




More information about the Python-modules-commits mailing list