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

kibi-guest at users.alioth.debian.org kibi-guest at users.alioth.debian.org
Thu Dec 6 11:13:20 UTC 2007


    Date: Thursday, December 6, 2007 @ 11:13:18
  Author: kibi-guest
Revision: 3864

Add version 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	2007-12-06 11:09:53 UTC (rev 3863)
+++ packages/python-networkx/trunk/debian/changelog	2007-12-06 11:13:18 UTC (rev 3864)
@@ -1,10 +1,15 @@
 python-networkx (0.35.1.dfsg-2) UNRELEASED; urgency=low
 
+  [ Piotr Ożarowski ]
   * Homepage field added
   * Rename XS-Vcs-* fields to Vcs-* (dpkg supports them now)
 
- -- Piotr Ożarowski <piotr at debian.org>  Sat,  6 Oct 2007 23:47:12 +0200
+  [ Cyril Brulebois ]
+  * Add version mangling to debian/watch, stripping the “.dfsg” part of the
+    Debian version.
 
+ -- Cyril Brulebois <cyril.brulebois at enst-bretagne.fr>  Thu, 06 Dec 2007 12:10:33 +0100
+
 python-networkx (0.35.1.dfsg-1) unstable; urgency=low
 
   * New upstream release.

Modified: packages/python-networkx/trunk/debian/watch
===================================================================
--- packages/python-networkx/trunk/debian/watch	2007-12-06 11:09:53 UTC (rev 3863)
+++ packages/python-networkx/trunk/debian/watch	2007-12-06 11:13:18 UTC (rev 3864)
@@ -1,4 +1,6 @@
 # Compulsory line, this is a version 3 file
 version=3
 
+# Strip the “.dfsg” from the Debian version
+opts=dversionmangle=s/\.dfsg$// \
 http://networkx.lanl.gov/download/networkx/networkx-(.*).tar.gz




More information about the Python-modules-commits mailing list