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

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


    Date: Wednesday, June 25, 2014 @ 17:23:56
  Author: zigo
Revision: 29514

Fixed watch file to handle the +dfsg1 mangling.

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

Modified: packages/python-networkx/trunk/debian/changelog
===================================================================
--- packages/python-networkx/trunk/debian/changelog	2014-06-25 17:23:53 UTC (rev 29513)
+++ packages/python-networkx/trunk/debian/changelog	2014-06-25 17:23:56 UTC (rev 29514)
@@ -27,6 +27,7 @@
   * Added debian/rules get-orig-src target to generate the orig.tar.xz file.
   * Added missing build-depends: python-decorator and python-numpydoc (needed
     for building docs).
+  * Fixed watch file to handle the +dfsg1 mangling.
 
  -- Thomas Goirand <zigo at debian.org>  Sun, 22 Jun 2014 07:11:42 +0000
 

Modified: packages/python-networkx/trunk/debian/watch
===================================================================
--- packages/python-networkx/trunk/debian/watch	2014-06-25 17:23:53 UTC (rev 29513)
+++ packages/python-networkx/trunk/debian/watch	2014-06-25 17:23:56 UTC (rev 29514)
@@ -1,4 +1,4 @@
 version=3
 #http://networkx.lanl.gov/download/networkx/networkx-([\d\.]*).tar.gz
-opts="uversionmangle=s/rc/~rc/" \
+opts=dversionmangle=s/.dfsg\d//,uversionmangle=s/rc/~rc/ \
   http://pypi.python.org/packages/source/n/networkx/networkx-(.*)\.tar.gz




More information about the Python-modules-commits mailing list