[SCM] wxMaxima packaging branch, master, updated. debian/0.8.3a-1-1-g951d9d9

Frank S. Thomas fst at debian.org
Fri Sep 4 10:15:53 UTC 2009


The following commit has been merged in the master branch:
commit 951d9d9f7d8ba48d9399ad074b077ddb032321a3
Author: Frank S. Thomas <fst at debian.org>
Date:   Fri Sep 4 12:15:49 2009 +0200

    debian/watch: Changed regexp to match versions with lower case characters.

diff --git a/debian/changelog b/debian/changelog
index 76472d0..796aa21 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+wxmaxima (0.8.3a-2) UNRELEASED; urgency=low
+
+  * debian/watch: Changed regexp to match versions with lower case characters.
+
+ -- Frank S. Thomas <fst at debian.org>  Fri, 04 Sep 2009 12:10:27 +0200
+
 wxmaxima (0.8.3a-1) unstable; urgency=low
 
   * New upstream release.
diff --git a/debian/watch b/debian/watch
index 62c84c2..1f093e4 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,2 @@
 version=3
-http://sf.net/wxmaxima/ wxMaxima-([\d\.]+)\.tar\.gz
+http://sf.net/wxmaxima/ wxMaxima-([\d\.a-z]+)\.tar\.gz

-- 
wxMaxima packaging



More information about the debian-science-commits mailing list