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

zigo at users.alioth.debian.org zigo at users.alioth.debian.org
Wed Jun 25 17:23:40 UTC 2014


    Date: Wednesday, June 25, 2014 @ 17:23:39
  Author: zigo
Revision: 29509

Added missing build-depends: python-decorator (needed for building docs).

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

Modified: packages/python-networkx/trunk/debian/changelog
===================================================================
--- packages/python-networkx/trunk/debian/changelog	2014-06-25 17:23:35 UTC (rev 29508)
+++ packages/python-networkx/trunk/debian/changelog	2014-06-25 17:23:39 UTC (rev 29509)
@@ -25,6 +25,7 @@
   * Adds using-local-mathjax.js.patch to avoid privacy breach in the doc.
   * Added missing --with python2.
   * Added debian/rules get-orig-src target to generate the orig.tar.xz file.
+  * Added missing build-depends: python-decorator (needed for building docs).
 
  -- Thomas Goirand <zigo at debian.org>  Sun, 22 Jun 2014 07:11:42 +0000
 

Modified: packages/python-networkx/trunk/debian/control
===================================================================
--- packages/python-networkx/trunk/debian/control	2014-06-25 17:23:35 UTC (rev 29508)
+++ packages/python-networkx/trunk/debian/control	2014-06-25 17:23:39 UTC (rev 29509)
@@ -7,6 +7,7 @@
 Build-Depends-Indep: dh-python,
                      dvipng,
                      python-all (>= 2.3.5-11),
+                     python-decorator,
                      python-matplotlib,
                      python-nose (>= 0.10.1),
                      python-numpy,




More information about the Python-modules-commits mailing list