[med-svn] r11416 - trunk/packages/fis-gtm/fis-gtm/trunk/debian

Yaroslav Halchenko yoh at alioth.debian.org
Thu Jun 21 14:47:48 UTC 2012


Author: yoh
Date: 2012-06-21 14:47:47 +0000 (Thu, 21 Jun 2012)
New Revision: 11416

Modified:
   trunk/packages/fis-gtm/fis-gtm/trunk/debian/changelog
   trunk/packages/fis-gtm/fis-gtm/trunk/debian/watch
Log:
debian/watch - parse upstream's single number version (e.g. 55000 -> 5.5-000)

Modified: trunk/packages/fis-gtm/fis-gtm/trunk/debian/changelog
===================================================================
--- trunk/packages/fis-gtm/fis-gtm/trunk/debian/changelog	2012-06-21 14:47:46 UTC (rev 11415)
+++ trunk/packages/fis-gtm/fis-gtm/trunk/debian/changelog	2012-06-21 14:47:47 UTC (rev 11416)
@@ -30,6 +30,8 @@
     - provide dumped from web changelog for the most recent release
     - utilize gtminstall script for the 2nd-stage build/installation
     - get-orig-source: fetch tarball from github of pre-release snapshots
+  * debian/watch:
+    - parse upstream's single number version (e.g. 55000 -> 5.5-000)
 
  -- Yaroslav Halchenko <debian at onerussian.com>  Wed, 13 Jun 2012 19:27:19 -0400
 

Modified: trunk/packages/fis-gtm/fis-gtm/trunk/debian/watch
===================================================================
--- trunk/packages/fis-gtm/fis-gtm/trunk/debian/watch	2012-06-21 14:47:46 UTC (rev 11415)
+++ trunk/packages/fis-gtm/fis-gtm/trunk/debian/watch	2012-06-21 14:47:47 UTC (rev 11416)
@@ -1,5 +1,5 @@
 version=3
-opts="dversionmangle=s/[.-]//g" \
+opts="uversionmangle=s/^([0-9]*)([0-9])([0-9][0-9][0-9][A-Z]*)/$1.$2-$3/g" \
     http://sf.net/fis-gtm/gtm_V(.*)_linux_i686_src\.tar\.gz \
     debian debian/get-orig-source
 




More information about the debian-med-commit mailing list