r37123 - in /desktop/experimental/pygobject/debian: changelog control.in patches/series
mpitt at users.alioth.debian.org
mpitt at users.alioth.debian.org
Fri Mar 22 07:58:26 UTC 2013
Author: mpitt
Date: Fri Mar 22 07:58:26 2013
New Revision: 37123
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=37123
Log:
disable 01_cairo_region.patch for now, as py3cairo needs to be rebuilt for python 3.3 first
Modified:
desktop/experimental/pygobject/debian/changelog
desktop/experimental/pygobject/debian/control.in
desktop/experimental/pygobject/debian/patches/series
Modified: desktop/experimental/pygobject/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/pygobject/debian/changelog?rev=37123&op=diff
==============================================================================
--- desktop/experimental/pygobject/debian/changelog [utf-8] (original)
+++ desktop/experimental/pygobject/debian/changelog [utf-8] Fri Mar 22 07:58:26 2013
@@ -1,12 +1,10 @@
pygobject (3.7.92-3) UNRELEASED; urgency=low
- * Add 01_cairo_region.patch: Add a foreign type for cairo_region_t. Bump
- py3cairo build/binary dependencies. (LP: #1028115, bgo #667959)
* debian/rules: The test suite causes an eternal hang on Debian's buildds,
presumably due to running on very old kernels (2.6.32). This needs more
debugging, but skip the tests for kernels < 3.4 for now.
- -- Martin Pitt <martin.pitt at ubuntu.com> Fri, 22 Mar 2013 07:11:51 +0100
+ -- Martin Pitt <mpitt at debian.org> Fri, 22 Mar 2013 07:50:11 +0100
pygobject (3.7.92-2) experimental; urgency=low
Modified: desktop/experimental/pygobject/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/pygobject/debian/control.in?rev=37123&op=diff
==============================================================================
--- desktop/experimental/pygobject/debian/control.in [utf-8] (original)
+++ desktop/experimental/pygobject/debian/control.in [utf-8] Fri Mar 22 07:58:26 2013
@@ -14,7 +14,7 @@
gobject-introspection (>= 1.35.8),
libgirepository1.0-dev (>= 1.35.8),
python-cairo-dev (>= 1.2.0),
- python3-cairo-dev (>= 1.10.0+dfsg-3~exp2),
+ python3-cairo-dev (>= 1.10.0),
xsltproc,
xvfb,
xauth,
@@ -165,7 +165,7 @@
${shlibs:Depends},
${misc:Depends},
python3-gi (= ${binary:Version}),
- python3-cairo (>= 1.10.0+dfsg-3~exp2)
+ python3-cairo (>= 1.10.0)
Description: Python 3 Cairo bindings for the GObject library
GObject is an abstraction layer that allows programming with an object
paradigm that is compatible with many languages. It is a part of Glib,
Modified: desktop/experimental/pygobject/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/pygobject/debian/patches/series?rev=37123&op=diff
==============================================================================
--- desktop/experimental/pygobject/debian/patches/series [utf-8] (original)
+++ desktop/experimental/pygobject/debian/patches/series [utf-8] Fri Mar 22 07:58:26 2013
@@ -1,1 +1,1 @@
-01_cairo_region.patch
+#01_cairo_region.patch
More information about the pkg-gnome-commits
mailing list