[Bash-completion-commits] [SCM] debian-package branch, master, updated. debian/1.1-3-4-g98087d9

David Paleino dapal at debian.org
Fri Jun 11 13:03:19 UTC 2010


The following commit has been merged in the master branch:
commit 98087d9298eb692b19868387e4a16248c0dd1389
Author: David Paleino <dapal at debian.org>
Date:   Fri Jun 11 15:02:31 2010 +0200

    debian/watch: fix regex to avoid old timestamp-based releases

diff --git a/debian/changelog b/debian/changelog
index b70963a..80f03b7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,8 +7,9 @@ bash-completion (1:1.1-4) UNRELEASED; urgency=low
     - add Conflicts/Replaces on xen-tools (<= 4.1-1) (Closes: #550590)
   * debian/links: remove dangling symlink in /usr/share/doc/bash
     (Closes: #565447)
+  * debian/watch: fix regex to avoid old timestamp-based releases
 
- -- David Paleino <dapal at debian.org>  Sat, 10 Apr 2010 12:47:37 +0200
+ -- David Paleino <dapal at debian.org>  Fri, 11 Jun 2010 15:02:07 +0200
 
 bash-completion (1:1.1-3) unstable; urgency=low
 
diff --git a/debian/watch b/debian/watch
index d8c7add..7b4a01b 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,3 @@
 version=3
+opts=uversionmangle=s/^(200.*)/0.\1/ \
 http://bash-completion.alioth.debian.org/files/bash-completion-(\d+.*)\.tar\.gz

-- 
debian-package



More information about the Bash-completion-commits mailing list