r28122 - in /desktop/unstable/gnome-python/debian: changelog watch
mpitt at users.alioth.debian.org
mpitt at users.alioth.debian.org
Tue May 31 06:31:33 UTC 2011
Author: mpitt
Date: Tue May 31 06:31:32 2011
New Revision: 28122
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=28122
Log:
debian/watch: Fix syntax to actually catch latest version. Also move to
*.bz2, upstream does not release .gz tarballs any more.
Modified:
desktop/unstable/gnome-python/debian/changelog
desktop/unstable/gnome-python/debian/watch
Modified: desktop/unstable/gnome-python/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-python/debian/changelog?rev=28122&op=diff
==============================================================================
--- desktop/unstable/gnome-python/debian/changelog [utf-8] (original)
+++ desktop/unstable/gnome-python/debian/changelog [utf-8] Tue May 31 06:31:32 2011
@@ -7,6 +7,8 @@
* debian/control.in: Add Conficts/Replaces: python-gnomecanvas. This only
existed in Ubuntu (which now is getting rid of this delta), and is a
no-op for Debian.
+ * debian/watch: Fix syntax to actually catch latest version. Also move to
+ *.bz2, upstream does not release .gz tarballs any more.
-- Josselin Mouette <joss at debian.org> Mon, 25 Apr 2011 17:27:28 +0200
Modified: desktop/unstable/gnome-python/debian/watch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-python/debian/watch?rev=28122&op=diff
==============================================================================
--- desktop/unstable/gnome-python/debian/watch [utf-8] (original)
+++ desktop/unstable/gnome-python/debian/watch [utf-8] Tue May 31 06:31:32 2011
@@ -1,3 +1,3 @@
version=3
-http://ftp.gnome.org/pub/GNOME/sources/gnome-python/([\d\.]+)[02468]/ \
- gnome-python-(.*)\.tar\.gz debian uupdate
+http://ftp.gnome.org/pub/GNOME/sources/gnome-python/([\d\.]+[02468])/ \
+ gnome-python-(.*)\.tar\.bz2 debian uupdate
More information about the pkg-gnome-commits
mailing list