r32132 - in /desktop/unstable/gtk+2.0/debian: changelog control control.in
biebl at users.alioth.debian.org
biebl at users.alioth.debian.org
Fri Dec 16 03:23:10 UTC 2011
Author: biebl
Date: Fri Dec 16 03:23:10 2011
New Revision: 32132
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=32132
Log:
Change section of gir1.2-gtk-2.0 to introspection.
Modified:
desktop/unstable/gtk+2.0/debian/changelog
desktop/unstable/gtk+2.0/debian/control
desktop/unstable/gtk+2.0/debian/control.in
Modified: desktop/unstable/gtk+2.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtk%2B2.0/debian/changelog?rev=32132&op=diff
==============================================================================
--- desktop/unstable/gtk+2.0/debian/changelog [utf-8] (original)
+++ desktop/unstable/gtk+2.0/debian/changelog [utf-8] Fri Dec 16 03:23:10 2011
@@ -1,3 +1,9 @@
+gtk+2.0 (2.24.8-3) UNRELEASED; urgency=low
+
+ * Change section of gir1.2-gtk-2.0 to introspection.
+
+ -- Michael Biebl <biebl at debian.org> Fri, 16 Dec 2011 04:22:30 +0100
+
gtk+2.0 (2.24.8-2) unstable; urgency=low
* Move /etc/gtk-2.0 to libgtk2.0-common.
Modified: desktop/unstable/gtk+2.0/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtk%2B2.0/debian/control?rev=32132&op=diff
==============================================================================
--- desktop/unstable/gtk+2.0/debian/control [utf-8] (original)
+++ desktop/unstable/gtk+2.0/debian/control [utf-8] Fri Dec 16 03:23:10 2011
@@ -112,7 +112,7 @@
Section: misc
Architecture: any
Depends: ${misc:Depends},
- libgtk2.0-0 (>= ${source:Version}),
+ libgtk2.0-0 (= ${binary:Version}),
libgtk2.0-common
Multi-Arch: foreign
Description: programs for the GTK+ graphical user interface library
@@ -228,12 +228,14 @@
This package contains the pixbuf theme engine.
Package: gir1.2-gtk-2.0
+Section: introspection
Architecture: any
Depends: libgtk2.0-common,
${misc:Depends},
${shlibs:Depends},
${gir:Depends}
-Conflicts: gobject-introspection-repository, gir1.0-gtk-2.0
+Conflicts: gobject-introspection-repository,
+ gir1.0-gtk-2.0
Replaces: gir1.0-gtk-2.0
Description: GTK+ graphical user interface library -- gir bindings
GTK+ is a multi-platform toolkit for creating graphical user
@@ -249,7 +251,7 @@
Depends: ${misc:Depends},
${shlibs:Depends},
libgtk2.0-0 (= ${binary:Version})
-Replaces: libgail17, libgtk2.0-0 (<< 2.14.5)
+Replaces: libgtk2.0-0 (<< 2.14.5)
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Description: GNOME Accessibility Implementation Library -- shared libraries
@@ -266,7 +268,7 @@
${shlibs:Depends},
libgail18 (= ${binary:Version})
Breaks: libgnome2-0 (<< 2.32.1-2)
-Multi-Arch: foreign
+Multi-Arch: same
Description: GNOME Accessibility Implementation Library -- common modules
Gail implements ATK interfaces for GTK+ widgets which are dynamically
loadable at runtime by a GTK+ application. Once loaded, those parts of
Modified: desktop/unstable/gtk+2.0/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtk%2B2.0/debian/control.in?rev=32132&op=diff
==============================================================================
--- desktop/unstable/gtk+2.0/debian/control.in [utf-8] (original)
+++ desktop/unstable/gtk+2.0/debian/control.in [utf-8] Fri Dec 16 03:23:10 2011
@@ -112,7 +112,7 @@
Section: misc
Architecture: any
Depends: ${misc:Depends},
- @SHARED_PKG@ (>= ${source:Version}),
+ @SHARED_PKG@ (= ${binary:Version}),
@COMMON_PKG@
Multi-Arch: foreign
Description: programs for the GTK+ graphical user interface library
@@ -228,12 +228,14 @@
This package contains the pixbuf theme engine.
Package: gir1.2-gtk-2.0
+Section: introspection
Architecture: any
Depends: @COMMON_PKG@,
${misc:Depends},
${shlibs:Depends},
${gir:Depends}
-Conflicts: gobject-introspection-repository, gir1.0-gtk-2.0
+Conflicts: gobject-introspection-repository,
+ gir1.0-gtk-2.0
Replaces: gir1.0-gtk-2.0
Description: GTK+ graphical user interface library -- gir bindings
GTK+ is a multi-platform toolkit for creating graphical user
@@ -249,7 +251,7 @@
Depends: ${misc:Depends},
${shlibs:Depends},
@SHARED_PKG@ (= ${binary:Version})
-Replaces: libgail17, libgtk2.0-0 (<< 2.14.5)
+Replaces: libgtk2.0-0 (<< 2.14.5)
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Description: GNOME Accessibility Implementation Library -- shared libraries
More information about the pkg-gnome-commits
mailing list