[Bash-completion-commits] [SCM] debian-package branch, master, updated. debian/1.2-3-5-gf9f87f0

David Paleino dapal at debian.org
Sun Feb 6 20:52:51 UTC 2011


The following commit has been merged in the master branch:
commit 892a06930e3fb3fdfd9ca398bb230ec5753690ab
Author: David Paleino <dapal at debian.org>
Date:   Sun Feb 6 21:24:32 2011 +0100

    debian/watch: fix to handle .tar.bz2 files

diff --git a/debian/changelog b/debian/changelog
index 38dc8a1..c04e46b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+bash-completion (1:1.2-4) UNRELEASED; urgency=low
+
+  * debian/watch: fix to handle .tar.bz2 files
+
+ -- David Paleino <dapal at debian.org>  Sun, 06 Feb 2011 21:24:20 +0100
+
 bash-completion (1:1.2-3) unstable; urgency=low
 
   * Provide a saner upgrade path from older bash packages, which
diff --git a/debian/watch b/debian/watch
index 7b4a01b..68fc4fc 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,3 +1,3 @@
 version=3
 opts=uversionmangle=s/^(200.*)/0.\1/ \
-http://bash-completion.alioth.debian.org/files/bash-completion-(\d+.*)\.tar\.gz
+http://bash-completion.alioth.debian.org/files/bash-completion-(\d+.*)\.tar\.bz2

-- 
debian-package



More information about the Bash-completion-commits mailing list