r17192 - in /packages/unstable/gnome-python-extras/debian: changelog control control.in patches/03_gdl-icons.patch patches/series
joss at users.alioth.debian.org
joss at users.alioth.debian.org
Wed Oct 1 10:03:43 UTC 2008
Author: joss
Date: Wed Oct 1 10:03:42 2008
New Revision: 17192
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=17192
Log:
* 03_gdl-icons.patch: new patch. Fixes build with gdl 2.24 by removing
the reference to gdl-icons.h. Closes: #500767.
* Rebuild against gdl 2.24. Closes: #500526.
* Standards version is 3.8.0.
Added:
packages/unstable/gnome-python-extras/debian/patches/03_gdl-icons.patch
Modified:
packages/unstable/gnome-python-extras/debian/changelog
packages/unstable/gnome-python-extras/debian/control
packages/unstable/gnome-python-extras/debian/control.in
packages/unstable/gnome-python-extras/debian/patches/series
Modified: packages/unstable/gnome-python-extras/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-python-extras/debian/changelog?rev=17192&op=diff
==============================================================================
--- packages/unstable/gnome-python-extras/debian/changelog (original)
+++ packages/unstable/gnome-python-extras/debian/changelog Wed Oct 1 10:03:42 2008
@@ -1,3 +1,12 @@
+gnome-python-extras (2.19.1-3) unstable; urgency=low
+
+ * 03_gdl-icons.patch: new patch. Fixes build with gdl 2.24 by removing
+ the reference to gdl-icons.h. Closes: #500767.
+ * Rebuild against gdl 2.24. Closes: #500526.
+ * Standards version is 3.8.0.
+
+ -- Josselin Mouette <joss at debian.org> Wed, 01 Oct 2008 11:21:42 +0200
+
gnome-python-extras (2.19.1-2) unstable; urgency=low
* Upload to unstable; drop check-dist include.
Modified: packages/unstable/gnome-python-extras/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-python-extras/debian/control?rev=17192&op=diff
==============================================================================
--- packages/unstable/gnome-python-extras/debian/control (original)
+++ packages/unstable/gnome-python-extras/debian/control Wed Oct 1 10:03:42 2008
@@ -2,7 +2,7 @@
Section: python
Priority: optional
Maintainer: Sebastien Bacher <seb128 at debian.org>
-Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Jordi Mallach <jordi at debian.org>, Josselin Mouette <joss at debian.org>, Loic Minier <lool at dooz.org>
+Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Josselin Mouette <joss at debian.org>, Loic Minier <lool at dooz.org>
Homepage: http://www.pygtk.org/
Build-Depends: debhelper (>= 5.0.37.2),
quilt,
@@ -12,7 +12,7 @@
libgtk2.0-dev (>= 2.4),
python-gnome2-dev (>= 2.10.0),
libgtkhtml2-dev (>= 2.3.1),
- xulrunner-dev (>= 1.9~b5-4),
+ xulrunner-dev (>= 1.9~rc1),
libgda3-dev (>= 2.99.6),
libgksu1.2-dev (>= 1.2.5),
libgksu2-dev (>= 2.0.4),
@@ -25,7 +25,7 @@
libgdl-1-dev (>= 0.7.1),
python-all-dev (>= 2.3.5-11),
python-support (>= 0.7.1)
-Standards-Version: 3.7.3
+Standards-Version: 3.8.0
Package: python-gnome2-extras
Architecture: any
@@ -100,7 +100,7 @@
${shlibs:Depends},
${python:Depends},
python-gtk2,
- xulrunner-1.9 (>= 1.9~b5-4)
+ xulrunner-1.9 (>= 1.9~rc1)
Provides: ${python:Provides}
Conflicts: python-gnome2-extras (<< 2.19.1-1)
Replaces: python-gnome2-extras (<< 2.19.1-1)
Modified: packages/unstable/gnome-python-extras/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-python-extras/debian/control.in?rev=17192&op=diff
==============================================================================
--- packages/unstable/gnome-python-extras/debian/control.in (original)
+++ packages/unstable/gnome-python-extras/debian/control.in Wed Oct 1 10:03:42 2008
@@ -25,7 +25,7 @@
libgdl-1-dev (>= 0.7.1),
python-all-dev (>= 2.3.5-11),
python-support (>= 0.7.1)
-Standards-Version: 3.7.3
+Standards-Version: 3.8.0
Package: python-gnome2-extras
Architecture: any
Added: packages/unstable/gnome-python-extras/debian/patches/03_gdl-icons.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-python-extras/debian/patches/03_gdl-icons.patch?rev=17192&op=file
==============================================================================
--- packages/unstable/gnome-python-extras/debian/patches/03_gdl-icons.patch (added)
+++ packages/unstable/gnome-python-extras/debian/patches/03_gdl-icons.patch Wed Oct 1 10:03:42 2008
@@ -1,0 +1,15 @@
+Debian #500767
+GNOME #553911
+
+Index: gnome-python-extras-2.19.1/gdl/gdl.override
+===================================================================
+--- gnome-python-extras-2.19.1.orig/gdl/gdl.override 2008-10-01 11:16:02.455827766 +0200
++++ gnome-python-extras-2.19.1/gdl/gdl.override 2008-10-01 11:16:17.847329409 +0200
+@@ -6,7 +6,6 @@ headers
+ #include <pygtk/pygtk.h>
+ #include <gdl/gdl-dock.h>
+ #include <gdl/libgdltypebuiltins.h>
+-#include <gdl/gdl-icons.h>
+ #ifndef HAVE_GDL_0_7
+ # include <gdl/gdl-dock-bar.h>
+ #endif
Modified: packages/unstable/gnome-python-extras/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-python-extras/debian/patches/series?rev=17192&op=diff
==============================================================================
--- packages/unstable/gnome-python-extras/debian/patches/series (original)
+++ packages/unstable/gnome-python-extras/debian/patches/series Wed Oct 1 10:03:42 2008
@@ -1,3 +1,4 @@
01_xul19.patch
02_maintainer_mode.patch
+03_gdl-icons.patch
70_autotools.patch
More information about the pkg-gnome-commits
mailing list