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

Bug#689394: marked as done (xserver-xspice: enable xserver-xspice for i386)



Your message dated Tue, 28 May 2013 11:35:33 +0000
with message-id <E1UhIBh-0004ZG-9U@franck.debian.org>
and subject line Bug#689394: fixed in xserver-xorg-video-qxl 0.1.0-2
has caused the Debian Bug report #689394,
regarding xserver-xspice: enable xserver-xspice for i386
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.)


-- 
689394: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=689394
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: xserver-xspice
Version: 0.0.17-2
Severity: normal
Tags: patch

xserver-xspice build enabled only fro x86_64, please, enable it for i386 too



-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (x86_64)

Kernel: Linux 3.5-trunk-amd64 (SMP w/4 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash

Versions of packages xserver-xspice depends on:
ii  python                       2.7.3~rc2-1
ii  python2.7 [python-argparse]  2.7.3~rc2-2.1
ii  xserver-xorg                 1:7.7+1
ii  xserver-xorg-video-qxl       0.0.17-2

xserver-xspice recommends no packages.

xserver-xspice suggests no packages.

-- no debconf information
diff -urwN xserver-xorg-video-qxl-0.0.17/debian/control xserver-xorg-video-qxl-0.0.17.fix/debian/control
--- xserver-xorg-video-qxl-0.0.17/debian/control	2012-04-15 14:33:46.000000000 +0400
+++ xserver-xorg-video-qxl-0.0.17.fix/debian/control	2012-10-02 11:48:20.805714018 +0400
@@ -21,7 +21,7 @@
  xutils-dev (>= 1:7.5),
  quilt (>= 0.46-7~),
  libspice-protocol-dev (>= 0.8.1~),
- libspice-server-dev [amd64],
+ libspice-server-dev [amd64 i386],
  python,
 Standards-Version: 3.9.3
 Homepage: http://spice-space.org/
@@ -55,7 +55,7 @@
  This package contains the debugging symbols for this driver.
 
 Package: xserver-xspice
-Architecture: amd64
+Architecture: amd64 i386
 Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, xserver-xorg, xserver-xorg-video-qxl (>= 0.0.17-2), python-argparse
 Description: Xspice X server
  Xspice is an X server and Spice server in one. It consists of a wrapper script
diff -urwN xserver-xorg-video-qxl-0.0.17/debian/patches/i386.spiceqxl.diff xserver-xorg-video-qxl-0.0.17.fix/debian/patches/i386.spiceqxl.diff
--- xserver-xorg-video-qxl-0.0.17/debian/patches/i386.spiceqxl.diff	1970-01-01 03:00:00.000000000 +0300
+++ xserver-xorg-video-qxl-0.0.17.fix/debian/patches/i386.spiceqxl.diff	2012-10-02 12:01:28.417851450 +0400
@@ -0,0 +1,11 @@
+--- xserver-xorg-video-qxl-0.0.17/src/spiceqxl_io_port.c	2012-03-14 20:49:59.000000000 +0400
++++ xserver-xorg-video-qxl-0.0.17.fix/src/spiceqxl_io_port.c	2012-10-01 21:13:13.263088419 +0400
+@@ -172,7 +172,7 @@
+ static void qxl_set_mode(qxl_screen_t *qxl, int modenr)
+ {
+     struct QXLMode *mode = qxl->modes + modenr;
+-    uint64_t devmem = (uint64_t)qxl->ram;
++    intptr_t devmem = (intptr_t)qxl->ram;
+     QXLSurfaceCreate surface = {
+         .width      = mode->x_res,
+         .height     = mode->y_res,
diff -urwN xserver-xorg-video-qxl-0.0.17/debian/patches/series xserver-xorg-video-qxl-0.0.17.fix/debian/patches/series
--- xserver-xorg-video-qxl-0.0.17/debian/patches/series	1970-01-01 03:00:00.000000000 +0300
+++ xserver-xorg-video-qxl-0.0.17.fix/debian/patches/series	2012-10-02 11:46:38.590214899 +0400
@@ -0,0 +1 @@
+i386.spiceqxl.diff
diff -urwN xserver-xorg-video-qxl-0.0.17/debian/rules xserver-xorg-video-qxl-0.0.17.fix/debian/rules
--- xserver-xorg-video-qxl-0.0.17/debian/rules	2012-04-15 13:34:09.000000000 +0400
+++ xserver-xorg-video-qxl-0.0.17.fix/debian/rules	2012-10-02 11:56:25.951335770 +0400
@@ -25,8 +25,12 @@
 ifeq ($(DEB_HOST_GNU_TYPE), x86_64-linux-gnu)
 	dh_auto_configure -- --enable-xspice 
 else
+ifeq ($(DEB_HOST_GNU_TYPE), i486-linux-gnu)
+	dh_auto_configure -- --enable-xspice 
+else
 	dh_auto_configure 
 endif	
+endif
 
 %:
 	dh $@ --with quilt,autoreconf,xsf,python2 --builddirectory=build/

--- End Message ---
--- Begin Message ---
Source: xserver-xorg-video-qxl
Source-Version: 0.1.0-2

We believe that the bug you reported is fixed in the latest version of
xserver-xorg-video-qxl, which is due to be installed in the Debian FTP archive.

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 689394@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Liang Guo <guoliang@debian.org> (supplier of updated xserver-xorg-video-qxl 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: SHA256

Format: 1.8
Date: Fri, 17 May 2013 07:19:32 +0800
Source: xserver-xorg-video-qxl
Binary: xserver-xorg-video-qxl xserver-xorg-video-qxl-dbg xserver-xspice
Architecture: source amd64
Version: 0.1.0-2
Distribution: unstable
Urgency: low
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Changed-By: Liang Guo <guoliang@debian.org>
Description: 
 xserver-xorg-video-qxl - X.Org X server -- QXL display driver
 xserver-xorg-video-qxl-dbg - X.Org X server -- QXL display driver (debugging symbols)
 xserver-xspice - Xspice X server
Closes: 689394
Changes: 
 xserver-xorg-video-qxl (0.1.0-2) unstable; urgency=low
 .
   * Upload to unstable
   * Bump Standards-Version to 3.9.4 (no changes)
   * Enalbe Xspice in i386 (Closes: 689394)
Checksums-Sha1: 
 797046243407f34c24b4864aba342313a419b095 2560 xserver-xorg-video-qxl_0.1.0-2.dsc
 3100d5cac84670692c4cb8f8f7ef90e2e1a52a04 5582 xserver-xorg-video-qxl_0.1.0-2.debian.tar.gz
 1b2ca0abf75e0da426e84887cf14e5d1d883fa4f 193860 xserver-xorg-video-qxl_0.1.0-2_amd64.deb
 aa03837e8b40611e2170f6419ee43bbc3bfce2a3 813008 xserver-xorg-video-qxl-dbg_0.1.0-2_amd64.deb
 288f41651007b85f057aea1577c20a1e0d974482 48214 xserver-xspice_0.1.0-2_amd64.deb
Checksums-Sha256: 
 8c9d107415f293ecaaf93377e62fa92f3fb8ceb9185d9146e814ff87ba466525 2560 xserver-xorg-video-qxl_0.1.0-2.dsc
 653283de8011f7b902a80472ed4988001e9cb1918fe660fb49fc87a823a10469 5582 xserver-xorg-video-qxl_0.1.0-2.debian.tar.gz
 ceb4c247965520651c3e8e6dc2824c21e51f71f1cba478b243845c5f34e0a84b 193860 xserver-xorg-video-qxl_0.1.0-2_amd64.deb
 24065b7ef58bda3793e4bcc19a81d635ff628e4c4175184c9df2e95c36d23ac8 813008 xserver-xorg-video-qxl-dbg_0.1.0-2_amd64.deb
 4e5d2ba0eb24de77ddb94927a305c0be24b9b019415f5c50974f4d115c414199 48214 xserver-xspice_0.1.0-2_amd64.deb
Files: 
 30826acac6a976d55d7d359b3c753a07 2560 x11 optional xserver-xorg-video-qxl_0.1.0-2.dsc
 853800ad18da346e031c9dcea01b2dc5 5582 x11 optional xserver-xorg-video-qxl_0.1.0-2.debian.tar.gz
 076e9e5b154774f2e7b2eedef1cb3b5f 193860 x11 optional xserver-xorg-video-qxl_0.1.0-2_amd64.deb
 fe757fa15cbae17a3bc2c798a167579d 813008 debug extra xserver-xorg-video-qxl-dbg_0.1.0-2_amd64.deb
 00e4dbc79d66ed6590dbdb657c11b0f8 48214 x11 optional xserver-xspice_0.1.0-2_amd64.deb

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

iQIcBAEBCAAGBQJRpIV/AAoJEIK1tAhowJe8XgkP+wfhUSRohguGYY7TxeoUcbVt
tzrVxeoL1/DT4lQq0wEucbAt3QDcg1pEvWqJMKjQdmbiV3BLEiOayBivETY2rAfZ
28i14CiPRcNNJlWfXc96rTSYRafQwwU0I6gi6H8cpsn5Mq/8KzqwTLd3hW+0B1IO
+wx6122R6NzK1r+QCVfeCDDHAqm+RqkY+8uTstuMze9ac/bgLPj29saO9dwh8IWN
5IuFnRnmSi9jpMpDOH4AXyj673erpEMFqAbg6BAYaDJVfpsNYChIuD11KpZTkWE4
KSr54XDWqrR31cIgOoRFdYO5bz3zarQoBSErXgyfcdyJvBvUFA3aWcPQc4jB2b0g
GAz8CI+ilTlpqZc9evItozE1cQITQipW3Sq+AGnjqcFmnuTqU/dx3MvmaHmIC/WO
plN9Uy8mA0XjuTPGB6KFA430X/d4xuTkTEqEVhTev6hKDI1QZsouCHkkScFNbNu0
3SeUImzY5Y+Ne9R0qj4xubx+a6HkVYlIyduOMby8Jux08dV2aNi+NXaAXtvTlhug
kIdkedJAcQFw0EcBtB8M2/n0IG2ZRU2XSrvfjUL3u3U+IkJDbrUMCdFh7AeJck4k
t24yK3T1BSN7fm5rai+0QH1Ypo9SIqiOHM8W+BFxB1Ysk5tXIM3f2NKBxcLp3vYu
u9RLJ/ne0DiBXBrPsJU2
=2zAy
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: