[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#574286: marked as done (Please switch from DirectFB to X11)



Your message dated Wed, 24 Mar 2010 01:32:42 +0000
with message-id <E1NuFSc-0005A8-06@ries.debian.org>
and subject line Bug#574286: fixed in cdebconf-entropy 0.14
has caused the Debian Bug report #574286,
regarding Please switch from DirectFB to X11
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
574286: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=574286
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Source: cdebconf-entropy
Version: 0.13
Severity: wishlist
Tags: d-i patch

Hi,

please find attached the patch to switch from DirectFB to X11. See
http://lists.debian.org/debian-boot/2010/03/msg00313.html for the
details.

Thanks for considering.

Mraw,
KiBi.
Index: debian/control
===================================================================
--- debian/control	(révision 62665)
+++ debian/control	(copie de travail)
@@ -3,7 +3,7 @@
 Section: debian-installer
 Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
 Uploaders: Max Vozeler <xam@debian.org>, Jérémy Bobbio <lunar@debian.org>, Christian Perrier <bubulle@debian.org>, Colin Watson <cjwatson@debian.org>
-Build-Depends: debhelper (>= 7.0.50~), po-debconf (>= 0.5.0), libdebian-installer4-dev, libnewt-dev, libtextwrap-dev, libdebconfclient0-dev (>= 0.130), libgtk-directfb-2.0-dev
+Build-Depends: debhelper (>= 7.0.50~), po-debconf (>= 0.5.0), libdebian-installer4-dev, libnewt-dev, libtextwrap-dev, libdebconfclient0-dev (>= 0.130), libgtk2.0-dev (>= 2.18.7-2)
 Vcs-Svn: svn://svn.debian.org/d-i/trunk/packages/cdebconf-entropy
 
 Package: cdebconf-text-entropy
Index: debian/changelog
===================================================================
--- debian/changelog	(révision 62665)
+++ debian/changelog	(copie de travail)
@@ -1,3 +1,15 @@
+cdebconf-entropy (0.14) UNRELEASED; urgency=low
+
+  * Switch udeb from DirectFB to Xlib to prepare the move to an X11-based
+    graphical installer:
+     - Get rid of libgtk-directfb-2.0-dev in Build-Depends.
+     - Bump the Build-Depends on libgtk2.0-dev to ensure the new udeb gets
+       a dependency on libgtk-x11-udeb.
+     - Replace gtk+-directfb-2.0 with gtk+-x11-2.0 in configure.ac to use
+       the shared/x11 flavour (which is the one used for the udeb).
+
+ -- Cyril Brulebois <kibi@debian.org>  Wed, 17 Mar 2010 00:27:42 +0100
+
 cdebconf-entropy (0.13) unstable; urgency=low
 
   [ Colin Watson ]
Index: configure.ac
===================================================================
--- configure.ac	(révision 62665)
+++ configure.ac	(copie de travail)
@@ -18,7 +18,7 @@
 AC_CHECK_LIB(newt, newtInit, FRONTENDS="$FRONTENDS newt", echo
  "*** Cannot build Newt plugin ***")
 
-PKG_CHECK_MODULES(GTK, [gtk+-directfb-2.0],
+PKG_CHECK_MODULES(GTK, [gtk+-x11-2.0],
  FRONTENDS="$FRONTENDS gtk",
  echo "*** Cannot build GTK+ plugin ***")
 

--- End Message ---
--- Begin Message ---
Source: cdebconf-entropy
Source-Version: 0.14

We believe that the bug you reported is fixed in the latest version of
cdebconf-entropy, which is due to be installed in the Debian FTP archive:

cdebconf-entropy_0.14.dsc
  to main/c/cdebconf-entropy/cdebconf-entropy_0.14.dsc
cdebconf-entropy_0.14.tar.gz
  to main/c/cdebconf-entropy/cdebconf-entropy_0.14.tar.gz
cdebconf-gtk-entropy_0.14_amd64.udeb
  to main/c/cdebconf-entropy/cdebconf-gtk-entropy_0.14_amd64.udeb
cdebconf-newt-entropy_0.14_amd64.udeb
  to main/c/cdebconf-entropy/cdebconf-newt-entropy_0.14_amd64.udeb
cdebconf-text-entropy_0.14_amd64.udeb
  to main/c/cdebconf-entropy/cdebconf-text-entropy_0.14_amd64.udeb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 574286@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Frans Pop <fjp@debian.org> (supplier of updated cdebconf-entropy package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Wed, 24 Mar 2010 02:15:22 +0100
Source: cdebconf-entropy
Binary: cdebconf-text-entropy cdebconf-newt-entropy cdebconf-gtk-entropy
Architecture: source amd64
Version: 0.14
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
Changed-By: Frans Pop <fjp@debian.org>
Description: 
 cdebconf-gtk-entropy - cdebconf gtk plugin for reading from /dev/random (udeb)
 cdebconf-newt-entropy - cdebconf newt plugin for reading from /dev/random (udeb)
 cdebconf-text-entropy - cdebconf text plugin for reading from /dev/random (udeb)
Closes: 574286
Changes: 
 cdebconf-entropy (0.14) unstable; urgency=low
 .
   [ Cyril Brulebois ]
   * Switch udeb from DirectFB to Xlib to prepare the move to an X11-based
     graphical installer (closes: #574286):
     - Get rid of libgtk-directfb-2.0-dev in Build-Depends.
     - Bump the Build-Depends on libgtk2.0-dev to ensure the new udeb gets
       a dependency on libgtk-x11-udeb.
     - Replace gtk+-directfb-2.0 with gtk+-x11-2.0 in configure.ac to use
       the shared/x11 flavour (which is the one used for the udeb).
 .
   [ Updated translations ]
   * French (fr.po) by Christian Perrier
Checksums-Sha1: 
 ab38f47d5957455807caa1a33b91cf2012e7d6be 1151 cdebconf-entropy_0.14.dsc
 2caefa1ef2799c4509846673a7ea365e3908fee5 100059 cdebconf-entropy_0.14.tar.gz
 8fe8df5fff020faa65e38ccc5f01729e23d75d5a 16232 cdebconf-text-entropy_0.14_amd64.udeb
 3f4ace396569d423dcb27d25a96c6f2fbab4e2b5 16706 cdebconf-newt-entropy_0.14_amd64.udeb
 07144c71b8e90a84d3d210b2a8c820c287596608 16308 cdebconf-gtk-entropy_0.14_amd64.udeb
Checksums-Sha256: 
 e293f8e3099b23cf3bebffe94bc18d861393c376f5f4a10638c7d13040ca2139 1151 cdebconf-entropy_0.14.dsc
 c5386db9ebb836df2b15ddb11e0ccc9f7a424bb5e2d4fc2351651167339bf641 100059 cdebconf-entropy_0.14.tar.gz
 861f875d52f8903e28d99035021c4db7a65d7d9883e119798b6144a0a65c8bb1 16232 cdebconf-text-entropy_0.14_amd64.udeb
 85dec2b581d03118552980490611a65306d03d91d2fb16e7f63a3af472bd3852 16706 cdebconf-newt-entropy_0.14_amd64.udeb
 870fc586975bbd12aa127faf969057c232a730c72de5a43936c66214ffa7e147 16308 cdebconf-gtk-entropy_0.14_amd64.udeb
Files: 
 5f23c116057df8cca8be3e4482d5dad5 1151 debian-installer extra cdebconf-entropy_0.14.dsc
 360a081232d226a4edec516a2daaf8ca 100059 debian-installer extra cdebconf-entropy_0.14.tar.gz
 b1ebd79ee7d6f8230d41bfab5cefbe86 16232 debian-installer extra cdebconf-text-entropy_0.14_amd64.udeb
 639d6ca0d4157c238fd7b23d2e1448dc 16706 debian-installer extra cdebconf-newt-entropy_0.14_amd64.udeb
 0152f2bcb76cc81894efbe52eb6fbde4 16308 debian-installer extra cdebconf-gtk-entropy_0.14_amd64.udeb
Package-Type: udeb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkupZ/wACgkQgm/Kwh6ICoSClwCgvW4nTvLeANJ2F0zte36VmLFT
cC8AoJ+sejMFqAlbcK1XuBTm2c+PB0yA
=FLKx
-----END PGP SIGNATURE-----



--- End Message ---

Reply to: