r39637 - in /desktop/unstable/pygobject/debian: changelog control control.in
mpitt at users.alioth.debian.org
mpitt at users.alioth.debian.org
Tue Sep 24 07:32:49 UTC 2013
Author: mpitt
Date: Tue Sep 24 07:32:49 2013
New Revision: 39637
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=39637
Log:
debian/control.in: Add Breaks for older python-aptdaemon and
software-center (Ubuntu specific) to avoid potential crash caused by new
python-gi with old python-aptdaemon. (LP: #1173249)
Modified:
desktop/unstable/pygobject/debian/changelog
desktop/unstable/pygobject/debian/control
desktop/unstable/pygobject/debian/control.in
Modified: desktop/unstable/pygobject/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/pygobject/debian/changelog?rev=39637&op=diff
==============================================================================
--- desktop/unstable/pygobject/debian/changelog [utf-8] (original)
+++ desktop/unstable/pygobject/debian/changelog [utf-8] Tue Sep 24 07:32:49 2013
@@ -7,6 +7,9 @@
* debian/control.in: Add at-spi2-core build dependency, as apparently this
is somehow needed on the buildds (not reproducible in sbuild).
(Closes: #715536)
+ * debian/control.in: Add Breaks for older python-aptdaemon and
+ software-center (Ubuntu specific) to avoid potential crash caused by new
+ python-gi with old python-aptdaemon. (LP: #1173249)
-- Martin Pitt <mpitt at debian.org> Mon, 19 Aug 2013 09:39:20 +0200
Modified: desktop/unstable/pygobject/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/pygobject/debian/control?rev=39637&op=diff
==============================================================================
--- desktop/unstable/pygobject/debian/control [utf-8] (original)
+++ desktop/unstable/pygobject/debian/control [utf-8] Tue Sep 24 07:32:49 2013
@@ -12,11 +12,11 @@
gnome-pkg-tools (>= 0.10),
python-all-dev (>= 2.6.6-3~),
python3-all-dev,
- libglib2.0-dev (>= 2.34.2),
+ libglib2.0-dev (>= 2.35.9),
libcairo2-dev,
libffi-dev (>= 3.0.5),
- gobject-introspection (>= 1.35.8),
- libgirepository1.0-dev (>= 1.35.8),
+ gobject-introspection (>= 1.35.9),
+ libgirepository1.0-dev (>= 1.35.9),
python-cairo-dev (>= 1.2.0),
python3-cairo-dev (>= 1.10.0+dfsg-3),
xsltproc,
@@ -32,8 +32,8 @@
python3-all-dbg,
python-apt-dbg,
python-cairo-dbg,
- gir1.2-glib-2.0 (>= 1.35.8),
- gir1.2-freedesktop (>= 1.35.8),
+ gir1.2-glib-2.0 (>= 1.35.9),
+ gir1.2-freedesktop (>= 1.35.9),
gir1.2-gtk-3.0
X-Python-Version: >= 2.7
Standards-Version: 3.9.4
@@ -47,11 +47,13 @@
Depends: ${python:Depends},
${shlibs:Depends},
${misc:Depends},
- gir1.2-glib-2.0 (>= 1.34.2)
+ gir1.2-glib-2.0 (>= 1.35.9)
Provides: ${python:Provides}
Suggests: python-gi-cairo
Breaks: python-gobject (<< 3.0.2-4),
- python-nautilus (<= 1.1-1)
+ python-nautilus (<= 1.1-1),
+ python-aptdaemon (<< 1.0),
+ software-center (<= 5.6.0-0ubuntu2)
Replaces: python-gobject (<< 3.0.2-4)
Description: Python 2.x bindings for gobject-introspection libraries
GObject is an abstraction layer that allows programming with an object
@@ -68,7 +70,7 @@
Depends: ${python3:Depends},
${shlibs:Depends},
${misc:Depends},
- gir1.2-glib-2.0 (>= 1.34.2)
+ gir1.2-glib-2.0 (>= 1.35.9)
Conflicts: python3-gobject
Provides: python3-gobject
Replaces: python3-gobject
@@ -151,7 +153,7 @@
${misc:Depends},
python-gi (= ${binary:Version}),
python3-gi (= ${binary:Version}),
- libglib2.0-dev (>= 2.24.0),
+ libglib2.0-dev (>= 2.35.9),
libffi-dev (>= 3.0.5)
Breaks: python-gobject-dev (<< 3.0.2-4)
Replaces: python-gobject-dev (<< 3.0.2-4)
Modified: desktop/unstable/pygobject/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/pygobject/debian/control.in?rev=39637&op=diff
==============================================================================
--- desktop/unstable/pygobject/debian/control.in [utf-8] (original)
+++ desktop/unstable/pygobject/debian/control.in [utf-8] Tue Sep 24 07:32:49 2013
@@ -47,7 +47,9 @@
Provides: ${python:Provides}
Suggests: python-gi-cairo
Breaks: python-gobject (<< 3.0.2-4),
- python-nautilus (<= 1.1-1)
+ python-nautilus (<= 1.1-1),
+ python-aptdaemon (<< 1.0),
+ software-center (<= 5.6.0-0ubuntu2)
Replaces: python-gobject (<< 3.0.2-4)
Description: Python 2.x bindings for gobject-introspection libraries
GObject is an abstraction layer that allows programming with an object
More information about the pkg-gnome-commits
mailing list