From 4bb72c9d09db0bd3b644fd24ba2c9b55f7664c90 Mon Sep 17 00:00:00 2001
From: Cyril Brulebois <kibi@debian.org>
Date: Sun, 7 Feb 2010 17:18:33 +0000
Subject: [PATCH 1/5] Switch from DirectFB to X11: Update Build-Depends.

---
 packages/cdebconf/debian/changelog |   11 +++++++++++
 packages/cdebconf/debian/control   |    2 +-
 2 files changed, 12 insertions(+), 1 deletions(-)

diff --git a/packages/cdebconf/debian/changelog b/packages/cdebconf/debian/changelog
index fb310d4..29b1ebb 100644
--- a/packages/cdebconf/debian/changelog
+++ b/packages/cdebconf/debian/changelog
@@ -1,3 +1,14 @@
+cdebconf (0.148) UNRELEASED; urgency=low
+
+  * Switch udeb from DirectFB to Xlib to prepare the move to an X11-based
+    graphical installer:
+     - Replace libgtk-directfb-2.0-dev with libgtk2.0-dev, versioned to
+       ensure the new udeb gets a dependency on libgtk-x11-udeb.
+     - Bump the Build-Depends on libcairo2-dev to ensure the new udeb gets
+       a dependency on libcairo2-udeb.
+
+ -- Cyril Brulebois <kibi@debian.org>  Sun, 07 Feb 2010 17:05:11 +0000
+
 cdebconf (0.147) unstable; urgency=high
 
   [ Colin Watson ]
diff --git a/packages/cdebconf/debian/control b/packages/cdebconf/debian/control
index 300f257..76b00c4 100644
--- a/packages/cdebconf/debian/control
+++ b/packages/cdebconf/debian/control
@@ -1,7 +1,7 @@
 Source: cdebconf
 Section: utils
 Priority: optional
-Build-Depends: debhelper (>= 7.0.0~), po-debconf (>= 0.5.0), libslang2-dev, libnewt-dev, libtextwrap-dev (>= 0.1-5), libdebian-installer4-dev (>= 0.41) | libdebian-installer-dev, libgtk-directfb-2.0-dev (>= 2.8.18-5), libcairo2-dev (>= 1.6.4-6.1)
+Build-Depends: debhelper (>= 7.0.0~), po-debconf (>= 0.5.0), libslang2-dev, libnewt-dev, libtextwrap-dev (>= 0.1-5), libdebian-installer4-dev (>= 0.41) | libdebian-installer-dev, libgtk2.0-dev (>= 2.18.6-2), libcairo2-dev (>= 1.8.8-3)
 Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
 Uploaders: Joey Hess <joeyh@debian.org>, Colin Watson <cjwatson@debian.org>, Bastian Blank <waldi@debian.org>, Jérémy Bobbio <lunar@debian.org>, Nicolas FRANCOIS (Nekral) <nicolas.francois@centraliens.net>
 Standards-Version: 3.7.3
-- 
1.6.6.1

