[Pkg-utopia-commits] r1262 - packages/unstable/hal/debian

Michael Biebl biebl at alioth.debian.org
Wed Mar 7 15:08:07 CET 2007


Author: biebl
Date: 2007-03-07 14:08:07 +0000 (Wed, 07 Mar 2007)
New Revision: 1262

Modified:
   packages/unstable/hal/debian/changelog
   packages/unstable/hal/debian/watch
Log:
Fix regexp to not match hal-info (only proper releases)


Modified: packages/unstable/hal/debian/changelog
===================================================================
--- packages/unstable/hal/debian/changelog	2007-03-07 11:51:06 UTC (rev 1261)
+++ packages/unstable/hal/debian/changelog	2007-03-07 14:08:07 UTC (rev 1262)
@@ -23,8 +23,10 @@
   * Install HAL specification document. (Closes: #413813)
     - debian/control: Build-Depend on xmlto.
     - debian/rules: Pass --enable-docbook-docs to ./configure.
+  * debian/watch
+    - Fix regexp to not match non-hal releases, like hal-info.
 
- -- Michael Biebl <biebl at debian.org>  Wed,  7 Mar 2007 11:54:53 +0100
+ -- Michael Biebl <biebl at debian.org>  Wed,  7 Mar 2007 15:03:29 +0100
 
 hal (0.5.8.1-6.1) unstable; urgency=high
 

Modified: packages/unstable/hal/debian/watch
===================================================================
--- packages/unstable/hal/debian/watch	2007-03-07 11:51:06 UTC (rev 1261)
+++ packages/unstable/hal/debian/watch	2007-03-07 14:08:07 UTC (rev 1262)
@@ -1,4 +1,4 @@
 # format
-version=2
+version=3
 
-http://freedesktop.org/~david/dist/ hal-(.*).tar.gz
+http://freedesktop.org/~david/dist/hal-([\d\.]+)\.tar\.gz




More information about the Pkg-utopia-commits mailing list