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

morph at users.alioth.debian.org morph at users.alioth.debian.org
Tue Mar 2 23:44:49 UTC 2010


    Date: Tuesday, March 2, 2010 @ 23:44:47
  Author: morph
Revision: 12121

fixed Provices/Provides typo

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

Modified: packages/python-graph/trunk/debian/changelog
===================================================================
--- packages/python-graph/trunk/debian/changelog	2010-03-02 23:44:01 UTC (rev 12120)
+++ packages/python-graph/trunk/debian/changelog	2010-03-02 23:44:47 UTC (rev 12121)
@@ -13,10 +13,11 @@
   * debian/control
     - bump Standards-Version to 3.8.4 (no changes needed)
     - suggests python-pyparsing, needed for dot support
+    - fixed Provices/Provides typo
   * debian/copyright
     - extended packaging copyright years
 
- -- Sandro Tosi <morph at debian.org>  Wed, 03 Mar 2010 00:43:27 +0100
+ -- Sandro Tosi <morph at debian.org>  Wed, 03 Mar 2010 00:44:24 +0100
 
 python-graph (1.6.1-1) unstable; urgency=low
 

Modified: packages/python-graph/trunk/debian/control
===================================================================
--- packages/python-graph/trunk/debian/control	2010-03-02 23:44:01 UTC (rev 12120)
+++ packages/python-graph/trunk/debian/control	2010-03-02 23:44:47 UTC (rev 12121)
@@ -17,7 +17,7 @@
 Depends: ${python:Depends}, ${misc:Depends}, python-pydot
 Suggests: libgv-python, python-pyparsing
 Replaces: python-graph
-Provices: python-graph (<< 1.6.1-1)
+Provides: python-graph (<< 1.6.1-1)
 Conflicts: python-graph (<< 1.6.1-1)
 Description: library for working with graphs in Python
  This software provides a suitable data structure for representing graphs and a




More information about the Python-modules-commits mailing list