From c680c2e367b3818ad4dc602be7206a5e9a8c9dcd Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Fri, 2 Sep 2011 10:23:55 +0000 Subject: [PATCH] debian/watch: Fix regexp syntax, and watch for *.tar.bz2. --- debian/changelog | 1 + debian/watch | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index a1f3754e..21572dbd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ libgtop2 (2.28.3-3) UNRELEASED; urgency=low [ Martin Pitt ] * debian/control.in: Fix section of gir1.2-gtop-2.0, should be "libs" (and was set like that by ftpmasters). + * debian/watch: Fix regexp syntax, and watch for *.tar.bz2. [ Josselin Mouette ] * Use kfreebsd-any wildcard. Closes: #634623. diff --git a/debian/watch b/debian/watch index 0608d4e1..83550a41 100644 --- a/debian/watch +++ b/debian/watch @@ -1,3 +1,3 @@ version=2 -http://ftp.gnome.org/pub/GNOME/sources/libgtop/([\d\.]+)[02468]/ \ - libgtop-(.*)\.tar\.gz +http://ftp.gnome.org/pub/GNOME/sources/libgtop/([\d\.]+[02468])/ \ + libgtop-(.*)\.tar\.bz2