debian/watch: Fix regexp syntax, and watch for *.tar.bz2.
This commit is contained in:
1
debian/changelog
vendored
1
debian/changelog
vendored
@@ -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
4
debian/watch
vendored
@@ -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
|
||||
|
Reference in New Issue
Block a user