debian/changelog | 6 +++++- debian/control | 28 ++++++++++++++-------------- debian/rules | 8 ++++---- 3 files changed, 23 insertions(+), 19 deletions(-)
New commits: commit 80cb741ceda7a07c06cbcad72cf24b5c7b94838f Author: Brice Goglin <[EMAIL PROTECTED]> Date: Tue Mar 11 22:47:04 2008 +0100 Build the Xfbdev server for real now diff --git a/debian/changelog b/debian/changelog index d3552d6..ce9f93e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -35,7 +35,11 @@ xorg-server (2:1.4.99.901-1) UNRELEASED; urgency=low [ Drew Parsons ] * Remove 94_xprint_XSERVER_LIBS (not needed in xserver 1.5). - -- Drew Parsons <[EMAIL PROTECTED]> Tue, 11 Mar 2008 00:32:39 +1100 + [ Brice Goglin ] + * Build the Xfbdev server for real now, in new package xserver-xfbdev, + closes: #439764. + + -- Brice Goglin <[EMAIL PROTECTED]> Tue, 11 Mar 2008 22:44:55 +0100 xorg-server (2:1.4.1~git20080131-2) UNRELEASED; urgency=low diff --git a/debian/control b/debian/control index 3916ce8..e62dc14 100644 --- a/debian/control +++ b/debian/control @@ -188,20 +188,20 @@ Description: nested X server . This package is built from the X.org xserver module. -#Package: xserver-xfbdev -#Architecture: alpha amd64 arm armeb armel hppa i386 ia64 lpia m32r m68k mips mipsel powerpc ppc64 sh3 sh3eb sh4 sh4eb sparc -#Depends: ${shlibs:Depends}, ${misc:Depends} -#Recommends: xbase-clients -#Description: Linux framebuffer device tiny X server -# xserver-xfbdev is a Linux framebuffer device tiny X server based on the -# kdrive X server. -# . -# More information about X.Org can be found at: -# <URL:http://www.X.org> -# <URL:http://xorg.freedesktop.org> -# <URL:http://lists.freedesktop.org/mailman/listinfo/xorg> -# . -# This package is built from the X.org xserver module. +Package: xserver-xfbdev +Architecture: alpha amd64 arm armeb armel hppa i386 ia64 lpia m32r m68k mips mipsel powerpc ppc64 sh3 sh3eb sh4 sh4eb sparc +Depends: ${shlibs:Depends}, ${misc:Depends} +Recommends: xbase-clients +Description: Linux framebuffer device tiny X server + xserver-xfbdev is a Linux framebuffer device tiny X server based on the + kdrive X server. + . + More information about X.Org can be found at: + <URL:http://www.X.org> + <URL:http://xorg.freedesktop.org> + <URL:http://lists.freedesktop.org/mailman/listinfo/xorg> + . + This package is built from the X.org xserver module. Package: xprint Architecture: any diff --git a/debian/rules b/debian/rules index 82bb47b..fce1831 100755 --- a/debian/rules +++ b/debian/rules @@ -29,11 +29,11 @@ else confflags += --build=$(DEB_BUILD_GNU_TYPE) --host=$(DEB_HOST_GNU_TYPE) endif -#ifeq ($(DEB_HOST_ARCH_OS), linux) -# build_xfbdev = --enable-xfbdev -#else +ifeq ($(DEB_HOST_ARCH_OS), linux) + build_xfbdev = --enable-xfbdev +else build_xfbdev = --disable-xfbdev -#endif +endif BUILD_XPRINT = true ifeq ($(BUILD_XPRINT), true) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]