r23329 - in /desktop/unstable/vte/debian: changelog control control.in rules

pochu at users.alioth.debian.org pochu at users.alioth.debian.org
Thu Mar 18 13:08:57 UTC 2010


Author: pochu
Date: Thu Mar 18 13:08:44 2010
New Revision: 23329

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=23329
Log:
* Switch udeb from DirectFB to Xlib to prepare the move to an X11-based
  graphical installer. Closes: #573882.
   - Drop the B-D on libgtk-directfb-2.0-dev.
   - Bump the B-D on libgtk2.0-dev to make sure the udeb gets its
     dependency on the (recently-added) udeb rather than on the library.

Modified:
    desktop/unstable/vte/debian/changelog
    desktop/unstable/vte/debian/control
    desktop/unstable/vte/debian/control.in
    desktop/unstable/vte/debian/rules

Modified: desktop/unstable/vte/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/vte/debian/changelog?rev=23329&op=diff
==============================================================================
--- desktop/unstable/vte/debian/changelog [utf-8] (original)
+++ desktop/unstable/vte/debian/changelog [utf-8] Thu Mar 18 13:08:44 2010
@@ -1,3 +1,13 @@
+vte (1:0.22.5-3) UNRELEASED; urgency=low
+
+  * Switch udeb from DirectFB to Xlib to prepare the move to an X11-based
+    graphical installer. Closes: #573882.
+     - Drop the B-D on libgtk-directfb-2.0-dev.
+     - Bump the B-D on libgtk2.0-dev to make sure the udeb gets its
+       dependency on the (recently-added) udeb rather than on the library.
+
+ -- Cyril Brulebois <kibi at debian.org>  Mon, 08 Feb 2010 00:16:27 +0000
+
 vte (1:0.22.5-2) unstable; urgency=low
 
   [ Luca Falavigna ]

Modified: desktop/unstable/vte/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/vte/debian/control?rev=23329&op=diff
==============================================================================
--- desktop/unstable/vte/debian/control [utf-8] (original)
+++ desktop/unstable/vte/debian/control [utf-8] Thu Mar 18 13:08:44 2010
@@ -14,8 +14,7 @@
                debhelper (>= 5.0.37.2),
                quilt,
                libglib2.0-dev (>= 2.18.0),
-               libgtk2.0-dev (>= 2.14.0),
-               libgtk-directfb-2.0-dev (>= 2.6.0),
+               libgtk2.0-dev (>= 2.18.9-1),
                gettext,
                python-gtk2-dev,
                python-all-dev (>= 2.3.5-11),

Modified: desktop/unstable/vte/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/vte/debian/control.in?rev=23329&op=diff
==============================================================================
--- desktop/unstable/vte/debian/control.in [utf-8] (original)
+++ desktop/unstable/vte/debian/control.in [utf-8] Thu Mar 18 13:08:44 2010
@@ -9,8 +9,7 @@
                debhelper (>= 5.0.37.2),
                quilt,
                libglib2.0-dev (>= 2.18.0),
-               libgtk2.0-dev (>= 2.14.0),
-               libgtk-directfb-2.0-dev (>= 2.6.0),
+               libgtk2.0-dev (>= 2.18.9-1),
                gettext,
                python-gtk2-dev,
                python-all-dev (>= 2.3.5-11),

Modified: desktop/unstable/vte/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/vte/debian/rules?rev=23329&op=diff
==============================================================================
--- desktop/unstable/vte/debian/rules [utf-8] (original)
+++ desktop/unstable/vte/debian/rules [utf-8] Thu Mar 18 13:08:44 2010
@@ -40,13 +40,19 @@
 # udeb rules
 configure/$(udeb):: $(DEB_BUILDDIR_$(udeb))/config.status
 $(DEB_BUILDDIR_$(udeb))/config.status:
+	# The following comment applied to the DirectFB-based udeb. That dirty
+	# hack probably could go away with the new X11-based udeb, provided
+	# libgtk-x11-udeb is still built from the 'shared' flavour (even if
+	# it's now a stripped-down flavour). Keep this hack for now, and for
+	# reference.
+
 	# paint me ugly: Gtk 2.8 mixes the pkg-config files from both builds
 	# (x11/shared and directfb), so the gtk+2.0.pc from the directfb can't
 	# be used; we cheat and create a fake one higher in the PKG_CONFIG_PATH
 	# which is a symlink to the gtk+-directfb-2.0.pc
 	mkdir -p $(DEB_BUILDDIR_$(udeb))/pkg-config
 	cd $(DEB_BUILDDIR_$(udeb))/pkg-config && \
-		ln -sf /usr/lib/pkgconfig/gtk+-directfb-2.0.pc gtk+-2.0.pc
+		ln -sf /usr/lib/pkgconfig/gtk+-x11-2.0.pc gtk+-2.0.pc
 	cd $(DEB_BUILDDIR_$(udeb)) && \
 		PKG_CONFIG_PATH=pkg-config \
 		$(DEB_CONFIGURE_SCRIPT_ENV) \




More information about the pkg-gnome-commits mailing list