r29556 - in /desktop/unstable/libgtop2/debian: changelog watch
mpitt at users.alioth.debian.org
mpitt at users.alioth.debian.org
Fri Sep 2 10:23:55 UTC 2011
Author: mpitt
Date: Fri Sep 2 10:23:55 2011
New Revision: 29556
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=29556
Log:
debian/watch: Fix regexp syntax, and watch for *.tar.bz2.
Modified:
desktop/unstable/libgtop2/debian/changelog
desktop/unstable/libgtop2/debian/watch
Modified: desktop/unstable/libgtop2/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libgtop2/debian/changelog?rev=29556&op=diff
==============================================================================
--- desktop/unstable/libgtop2/debian/changelog [utf-8] (original)
+++ desktop/unstable/libgtop2/debian/changelog [utf-8] Fri Sep 2 10:23:55 2011
@@ -3,6 +3,7 @@
[ 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.
Modified: desktop/unstable/libgtop2/debian/watch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libgtop2/debian/watch?rev=29556&op=diff
==============================================================================
--- desktop/unstable/libgtop2/debian/watch [utf-8] (original)
+++ desktop/unstable/libgtop2/debian/watch [utf-8] Fri Sep 2 10:23:55 2011
@@ -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
More information about the pkg-gnome-commits
mailing list