debian/watch: Fix regexp syntax, and watch for *.tar.bz2.

This commit is contained in:
Martin Pitt
2011-09-02 10:23:55 +00:00
parent fb752c0fca
commit c680c2e367
2 changed files with 3 additions and 2 deletions

1
debian/changelog vendored
View File

@@ -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.

4
debian/watch vendored
View File

@@ -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