[Python-modules-commits] r24969 - in packages/ropemacs/trunk/debian (5 files)

dktrkranz at users.alioth.debian.org dktrkranz at users.alioth.debian.org
Tue Jun 25 21:43:59 UTC 2013


    Date: Tuesday, June 25, 2013 @ 21:43:57
  Author: dktrkranz
Revision: 24969

Reapply reverted changes

Added:
  packages/ropemacs/trunk/debian/source/
  packages/ropemacs/trunk/debian/source/format
Modified:
  packages/ropemacs/trunk/debian/changelog
  packages/ropemacs/trunk/debian/control
  packages/ropemacs/trunk/debian/watch

Modified: packages/ropemacs/trunk/debian/changelog
===================================================================
--- packages/ropemacs/trunk/debian/changelog	2013-06-25 21:42:15 UTC (rev 24968)
+++ packages/ropemacs/trunk/debian/changelog	2013-06-25 21:43:57 UTC (rev 24969)
@@ -1,3 +1,16 @@
+ropemacs (0.6.0-1) UNRELEASED; urgency=low
+
+  [ David Spreen ]
+  * New upstream release (Closes: 530272)
+  * debian/watch
+    - Added mangle to account for upstream versioning seeing 0.6
+      as later than 0.6c2. Renamed version to 0.6.0
+
+  [ Jakub Wilk ]
+  * Use canonical URIs for Vcs-* fields.
+
+ -- Jakub Wilk <jwilk at debian.org>  Sun, 05 May 2013 16:03:54 +0200
+
 ropemacs (0.6c2-5) unstable; urgency=low
 
   * Team upload.

Modified: packages/ropemacs/trunk/debian/control
===================================================================
--- packages/ropemacs/trunk/debian/control	2013-06-25 21:42:15 UTC (rev 24968)
+++ packages/ropemacs/trunk/debian/control	2013-06-25 21:43:57 UTC (rev 24969)
@@ -6,8 +6,8 @@
 Build-Depends: cdbs (>= 0.4.90~), debhelper (>= 7.0.0), python (>= 2.6.6-3~)
 X-Python-Version: >=2.5
 Standards-Version: 3.8.1
-Vcs-Svn: svn://svn.debian.org/python-modules/packages/ropemacs/trunk
-Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/ropemacs/trunk/
+Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/ropemacs/trunk/
+Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/ropemacs/trunk/
 Homepage: http://rope.sourceforge.net/ropemacs.html
 
 Package: python-ropemacs

Added: packages/ropemacs/trunk/debian/source/format
===================================================================
--- packages/ropemacs/trunk/debian/source/format	                        (rev 0)
+++ packages/ropemacs/trunk/debian/source/format	2013-06-25 21:43:57 UTC (rev 24969)
@@ -0,0 +1 @@
+1.0

Modified: packages/ropemacs/trunk/debian/watch
===================================================================
--- packages/ropemacs/trunk/debian/watch	2013-06-25 21:42:15 UTC (rev 24968)
+++ packages/ropemacs/trunk/debian/watch	2013-06-25 21:43:57 UTC (rev 24969)
@@ -1,2 +1,5 @@
 version=3
+# We need to account for the fact that upstream version numbers count 
+# 0.6 as higher than 0.6c2
+opts="uversionmangle=s/^0.6$/0.6.0/" \
 http://sf.net/rope/ropemacs-(.*)\.tar\.gz




More information about the Python-modules-commits mailing list