r23326 - in /desktop/unstable/pango1.0/debian: changelog control control.in rules

pochu at users.alioth.debian.org pochu at users.alioth.debian.org
Thu Mar 18 10:42:45 UTC 2010


Author: pochu
Date: Thu Mar 18 10:42:45 2010
New Revision: 23326

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=23326
Log:
* Switch udeb from DirectFB to Xlib to prepare the move to an X11-based
  graphical installer. Closes: #573498.
   - Remove the --without-x flag from the udeb_configure_flags variable.
* Bump some B-D to make sure the udeb gets proper dependencies on the
  recently reworked/added udebs:
   - libcairo2-dev
   - libxft-dev
   - libx11-dev
* Thanks to Julien Cristau for his initial patch.

Modified:
    desktop/unstable/pango1.0/debian/changelog
    desktop/unstable/pango1.0/debian/control
    desktop/unstable/pango1.0/debian/control.in
    desktop/unstable/pango1.0/debian/rules

Modified: desktop/unstable/pango1.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/pango1.0/debian/changelog?rev=23326&op=diff
==============================================================================
--- desktop/unstable/pango1.0/debian/changelog [utf-8] (original)
+++ desktop/unstable/pango1.0/debian/changelog [utf-8] Thu Mar 18 10:42:45 2010
@@ -1,3 +1,17 @@
+pango1.0 (1.26.2-2) UNRELEASED; urgency=low
+
+  * Switch udeb from DirectFB to Xlib to prepare the move to an X11-based
+    graphical installer. Closes: #573498.
+     - Remove the --without-x flag from the udeb_configure_flags variable.
+  * Bump some B-D to make sure the udeb gets proper dependencies on the
+    recently reworked/added udebs:
+     - libcairo2-dev
+     - libxft-dev
+     - libx11-dev
+  * Thanks to Julien Cristau for his initial patch.
+
+ -- Cyril Brulebois <kibi at debian.org>  Sun, 07 Feb 2010 03:29:52 +0000
+
 pango1.0 (1.26.2-1) unstable; urgency=low
 
   * New upstream bugfix release.

Modified: desktop/unstable/pango1.0/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/pango1.0/debian/control?rev=23326&op=diff
==============================================================================
--- desktop/unstable/pango1.0/debian/control [utf-8] (original)
+++ desktop/unstable/pango1.0/debian/control [utf-8] Thu Mar 18 10:42:45 2010
@@ -5,18 +5,18 @@
 Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Josselin Mouette <joss at debian.org>, Sebastian Dröge <slomo at debian.org>
 Build-Depends: debhelper (>= 5.0.22),
                libfreetype6-dev (>= 2.1.7),
-               libx11-dev (>= 2:1.0.0),
+               libx11-dev (>= 2:1.3.3-2)),
                libxrender-dev (>= 1:0.9.0.2-2),
                libxt-dev,
                libglib2.0-dev (>= 2.17.3),
                pkg-config,
                defoma (>= 0.11.1),
-               libxft-dev (>= 2.0.0),
+               libxft-dev (>= 2.1.14-2),
                libfontconfig1-dev (>= 2.5.0),
                autotools-dev,
                po-debconf,
                gnome-pkg-tools (>= 0.11),
-               libcairo2-dev (>= 1.8.2-2),
+               libcairo2-dev (>= 1.8.8-3),
                perl,
                quilt,
                dpkg-dev (>= 1.14.17),

Modified: desktop/unstable/pango1.0/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/pango1.0/debian/control.in?rev=23326&op=diff
==============================================================================
--- desktop/unstable/pango1.0/debian/control.in [utf-8] (original)
+++ desktop/unstable/pango1.0/debian/control.in [utf-8] Thu Mar 18 10:42:45 2010
@@ -5,18 +5,18 @@
 Uploaders: @GNOME_TEAM@
 Build-Depends: debhelper (>= 5.0.22),
                libfreetype6-dev (>= 2.1.7),
-               libx11-dev (>= 2:1.0.0),
+               libx11-dev (>= 2:1.3.3-2)),
                libxrender-dev (>= 1:0.9.0.2-2),
                libxt-dev,
                libglib2.0-dev (>= 2.17.3),
                pkg-config,
                defoma (>= 0.11.1),
-               libxft-dev (>= 2.0.0),
+               libxft-dev (>= 2.1.14-2),
                libfontconfig1-dev (>= 2.5.0),
                autotools-dev,
                po-debconf,
                gnome-pkg-tools (>= 0.11),
-               libcairo2-dev (>= 1.8.2-2),
+               libcairo2-dev (>= 1.8.8-3),
                perl,
                quilt,
                dpkg-dev (>= 1.14.17),

Modified: desktop/unstable/pango1.0/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/pango1.0/debian/rules?rev=23326&op=diff
==============================================================================
--- desktop/unstable/pango1.0/debian/rules [utf-8] (original)
+++ desktop/unstable/pango1.0/debian/rules [utf-8] Thu Mar 18 10:42:45 2010
@@ -118,7 +118,6 @@
 			--with-included-modules \
 			--enable-static
 udeb_configure_flags := $(configure_flags) \
-			--without-x \
 			--disable-debug
 
 # optional optimized flavor for some arches




More information about the pkg-gnome-commits mailing list