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

Re: Bug#753781: transition: xserver 1.16



Emilio Pozuelo Monfort <pochu@debian.org> (2014-07-05):
> Package: release.debian.org
> Severity: normal
> User: release.debian.org@packages.debian.org
> Usertags: transition
> Control: forwarded -1 https://release.debian.org/transitions/html/xserver1.16.html
> 
> We'd like to ship Jessie with xserver 1.16. It is already available in
> experimental and built everywhere, and a few of us are already running
> it without any major issues.
> 
> I have done a rebuild of all the drivers (input and video) and only
> xf86-video-glamo failed to build; all the others build fine against
> the new xserver. There are no conflicts for the transition, so we
> could start this right away, though since 1.16 final isn't out yet, it
> may be wise to wait for that.

FWIW I've quickly toyed with:
 - the server udeb fetched from experimental;
 - the -input-evdev udeb built from the debian-experimental branch
   against current libevdev-dev package (see attached patch, not sure
   it's needed to apply it, your call) and experimental's server
   development package;
 - the -video-fbdev udeb built from the debian-unstable branch
   against experimental's server development package.

The resulting netboot-gtk amd64 image seems to work just fine.

Mraw,
KiBi.
From 0fb26dcaca8bac795fad8b15d422a83cfc0e7c02 Mon Sep 17 00:00:00 2001
From: Cyril Brulebois <kibi@debian.org>
Date: Sun, 6 Jul 2014 22:21:33 +0200
Subject: [PATCH] Bump libevdev-dev build-dep to make sure the udeb gets a
 dependency on libevdev2-udeb instead of libevdev2 (see: #750698).

---
 debian/changelog | 7 +++++++
 debian/control   | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index e51c6b2..dde8ee2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+xserver-xorg-input-evdev (1:2.9.0-2) UNRELEASED; urgency=medium
+
+  * Bump libevdev-dev build-dep to make sure the udeb gets a dependency
+    on libevdev2-udeb instead of libevdev2 (see: #750698).
+
+ -- Cyril Brulebois <kibi@debian.org>  Sun, 06 Jul 2014 22:06:28 +0200
+
 xserver-xorg-input-evdev (1:2.9.0-1) experimental; urgency=medium
 
   * New upstream release
diff --git a/debian/control b/debian/control
index 8e25605..ddf9af2 100644
--- a/debian/control
+++ b/debian/control
@@ -17,7 +17,7 @@ Build-Depends:
  xutils-dev (>= 1:7.5+4),
  libudev-dev,
  libmtdev-dev,
- libevdev-dev (>= 0.4),
+ libevdev-dev (>= 1.2.2+dfsg-1~),
 Standards-Version: 3.9.4
 Vcs-Git: git://git.debian.org/git/pkg-xorg/driver/xserver-xorg-input-evdev
 Vcs-Browser: http://git.debian.org/?p=pkg-xorg/driver/xserver-xorg-input-evdev.git
-- 
2.0.1

Attachment: signature.asc
Description: Digital signature


Reply to: