RFC: Future of xserver-xorg

2011-02-07 Thread Cyril Brulebois
Hi,

currently, xorg.git/debian/TODO says:
| * Xwrapper.config should really move away from x11-common, now that we
|   only have one X server to deal with

I'm not sure I want to be the one moving this to another package,
seems like it could break easily. But see below.

| * Merge xserver-xorg and xserver-xorg-core?  What about the circular dep?

xserver-xorg only serves a few purposes AFAICT:
 - dependencies on the server + drivers + tools, which can easily be
   moved to the xorg metapackage (we already have xorg → xserver-xorg
   → stuff, it's just about replacing that with xorg → stuff).
 - X wrapper, can be moved to xorg (or xserver-xorg-core?) I guess.
 - dexconf: kill
 - example conf.conf: kill
 - NEWS: old news, can be replaced with pointer to xsf-docs if info
   from there is still needed.
 - maintainer scripts: do some cleaning, mainly debconf, and
   restarting hal on kbsd. could be merged into xorg maintainer
   scripts.

Having written that, I guess it makes sense to also move
xwrapper.config to xorg as well.

For the record: #362313.

Did I miss anything?

Also, I'm wondering whether the following is OK:
| Remove xbase-clients maintainer scripts.
|
| Stop caring about /etc/X11/app-defaults/Beforelight, which was needed 
while
| upgrading from versions earlier than 1:7.4+2. Now even squeeze has a newer
| version.

KiBi.


signature.asc
Description: Digital signature


Re: RFC: Future of xserver-xorg

2011-02-07 Thread Brice Goglin
Le 07/02/2011 09:33, Cyril Brulebois a écrit :
 xserver-xorg only serves a few purposes AFAICT:
  - dependencies on the server + drivers + tools, which can easily be
moved to the xorg metapackage (we already have xorg → xserver-xorg
→ stuff, it's just about replacing that with xorg → stuff).
   

xorg depends on many more packages than xserver-xorg does. My
understanding is: When you want the minimal stuff, you install
xserver-xorg. When you want almost everything to get a normal X
running, you install xorg. But I didn't check if there was still a point
in not installing xorg recently.

Brice


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4d4fb094.4040...@ens-lyon.org



Re: RFC: Future of xserver-xorg

2011-02-07 Thread Cyril Brulebois
Brice Goglin brice.gog...@ens-lyon.org (07/02/2011):
 xorg depends on many more packages than xserver-xorg does. My
 understanding is: When you want the minimal stuff, you install
 xserver-xorg. When you want almost everything to get a normal X
 running, you install xorg. But I didn't check if there was still a
 point in not installing xorg recently.

I'm tempted to say that if people want something really minimal, they
should be able to install xserver-xorg-{core,input-foo,video-bar}. As
for x11-xkb-utils  xkb-data, they could be recommended/depended on
by the server (since xserver-xorg-core depends on xserver-xorg
currently).

Also, we could make xorg depend on stuff listed in xserver-xorg, and
only recommend other packages. This way, people can still use the xorg
metapackage to get everything installed by default. And those who want
something more minimal can still ignore the recommends?

xorg:
=
libgl1-mesa-dri
libgl1-mesa-glx | libgl1
libglu1-mesa
x11-apps
x11-session-utils
x11-utils
x11-xfs-utils
x11-xkb-utils
x11-xserver-utils
xauth
xfonts-100dpi (= 1:1.0.0-1)
xfonts-75dpi (= 1:1.0.0-1)
xfonts-base (= 1:1.0.0-1)
xfonts-scalable (= 1:1.0.0-1)
xfonts-utils
xinit
xkb-data
xorg-docs-core
xterm | x-terminal-emulator

xserver-xorg:
=
libgl1-mesa-dri [RECOMMENDS]
libc6 (= 2.7)
x11-xkb-utils
xkb-data (= 1.4)
xserver-xorg-core (= 2:1.9.0.901)
xserver-xorg-input-all | xorg-driver-input
xserver-xorg-input-evdev
xserver-xorg-video-all | xorg-driver-video

KiBi.


signature.asc
Description: Digital signature


Re: RFC: Future of xserver-xorg

2011-02-07 Thread Julien Cristau
On Mon, Feb  7, 2011 at 09:43:00 +0100, Brice Goglin wrote:

 Le 07/02/2011 09:33, Cyril Brulebois a écrit :
  xserver-xorg only serves a few purposes AFAICT:
   - dependencies on the server + drivers + tools, which can easily be
 moved to the xorg metapackage (we already have xorg → xserver-xorg
 → stuff, it's just about replacing that with xorg → stuff).

 
 xorg depends on many more packages than xserver-xorg does. My
 understanding is: When you want the minimal stuff, you install
 xserver-xorg. When you want almost everything to get a normal X
 running, you install xorg. But I didn't check if there was still a point
 in not installing xorg recently.
 
Ack, I don't think we should be requiring xorg, so a separate package
for core server + drivers seems like a good thing to keep.

Cheers,
Julien


signature.asc
Description: Digital signature


Re: RFC: Future of xserver-xorg

2011-02-07 Thread Brice Goglin
Le 07/02/2011 09:53, Cyril Brulebois a écrit :
 Brice Goglin brice.gog...@ens-lyon.org (07/02/2011):
   
 xorg depends on many more packages than xserver-xorg does. My
 understanding is: When you want the minimal stuff, you install
 xserver-xorg. When you want almost everything to get a normal X
 running, you install xorg. But I didn't check if there was still a
 point in not installing xorg recently.
 
 I'm tempted to say that if people want something really minimal, they
 should be able to install xserver-xorg-{core,input-foo,video-bar}.

Ah, right, we wouldn't have xserver-xorg-core depend on {xserver-,}xorg
anymore.

  As
 for x11-xkb-utils  xkb-data, they could be recommended/depended on
 by the server (since xserver-xorg-core depends on xserver-xorg
 currently).

 Also, we could make xorg depend on stuff listed in xserver-xorg, and
 only recommend other packages. This way, people can still use the xorg
 metapackage to get everything installed by default. And those who want
 something more minimal can still ignore the recommends?
   

Fine too.

Brice


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4d4fb48f.6010...@ens-lyon.org



Re: RFC: Future of xserver-xorg (v2)

2011-02-07 Thread Cyril Brulebois
New try, since it looks like we actually want to keep the xserver-xorg
metapackage.

Cyril Brulebois k...@debian.org (07/02/2011):
 currently, xorg.git/debian/TODO says:
 | * Xwrapper.config should really move away from x11-common, now that we
 |   only have one X server to deal with
 
 I'm not sure I want to be the one moving this to another package,
 seems like it could break easily. But see below.

If the X wrapper stays in xserver-xorg, we probably should put
xwrapper.config there too?

 xserver-xorg only serves a few purposes AFAICT:
 […]
 For the record: #362313.

Or we could just stop depending on xserver-xorg from -core.

I noticed xserver-xorg is mentioned in several packages like gdm3,
kde-plasma-*, lxde. So people may actually end up with no xorg package
installed. Maybe we should ship xsf-docs in the xserver-xorg package
then?

FWIW, having html+pdf+txt currently means:
| 476K  /usr/share/doc/xorg/

KiBi.


signature.asc
Description: Digital signature


Re: Help needed for mesa

2011-02-07 Thread Petr Salinger

Hi.


xorg-server 1.9 build-depends on mesa with a version higher than the
one available in sid, and both mesa 7.9 and 7.10 FTBFS on non-Linux
for now.


The FTBFS (on kfreebsd-amd64) is due to need of 
radeon_gem_get_kernel_name(), which is provided by libdrm-radeon1 on 
Linux. It suffices to enable this library in libdrm. After that the 
mesa 7.10-2 builds. I am not sure, whether it is the right thing, though.


Petr


diff -u libdrm-2.4.23/debian/control libdrm-2.4.23/debian/control
--- libdrm-2.4.23/debian/control
+++ libdrm-2.4.23/debian/control
@@ -22,7 +22,7 @@
 Depends:
  libdrm2 (= ${binary:Version}),
  libdrm-intel1 (= ${binary:Version}) [amd64 i386 kfreebsd-amd64 kfreebsd-i386],
- libdrm-radeon1 (= ${binary:Version}) [linux-any],
+ libdrm-radeon1 (= ${binary:Version}),
  libdrm-nouveau1a (= ${binary:Version}) [linux-any],
  libkms1 (= ${binary:Version}) [linux-any],
  ${misc:Depends},
@@ -124,7 +124,7 @@

 Package: libdrm-radeon1
 Section: libs
-Architecture: linux-any
+Architecture: any
 Depends:
  ${shlibs:Depends},
  ${misc:Depends},
@@ -137,7 +137,7 @@
 Package: libdrm-radeon1-dbg
 Section: debug
 Priority: extra
-Architecture: linux-any
+Architecture: any
 Depends:
  libdrm-radeon1 (= ${binary:Version}),
  ${misc:Depends},
diff -u libdrm-2.4.23/debian/rules libdrm-2.4.23/debian/rules
--- libdrm-2.4.23/debian/rules
+++ libdrm-2.4.23/debian/rules
@@ -37,8 +37,8 @@
LIBKMS=no
confflags += --disable-nouveau-experimental-api
NOUVEAU = no
-   confflags += --disable-radeon
-   RADEON = no
+   confflags += --enable-radeon
+   RADEON = yes
 endif

 # only build libdrm-intel on x86



--
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/pine.lnx.4.62.1102071135100.19...@sci.felk.cvut.cz



libx11: Changes to 'debian-unstable'

2011-02-07 Thread Julien Cristau
 debian/changelog |8 ++--
 debian/control   |5 -
 debian/rules |4 
 3 files changed, 6 insertions(+), 11 deletions(-)

New commits:
commit 45b4c267fb51125d094a0e47805a2f2018858c00
Author: Julien Cristau jcris...@debian.org
Date:   Mon Feb 7 12:36:26 2011 +0100

Upload to unstable

diff --git a/debian/changelog b/debian/changelog
index a68fdb6..aab9e6d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libx11 (2:1.4.1-4) UNRELEASED; urgency=low
+libx11 (2:1.4.1-4) unstable; urgency=low
 
   * Bump Standards-Version to 3.9.1.
   * specs were converted from groff to xml, so we can ship the html version
@@ -6,7 +6,7 @@ libx11 (2:1.4.1-4) UNRELEASED; urgency=low
   * Drop Build-Dependencies on groff/ghostscript/... since the docs were
 converted to xml.
 
- -- Julien Cristau jcris...@debian.org  Sun, 06 Feb 2011 23:07:12 +0100
+ -- Julien Cristau jcris...@debian.org  Mon, 07 Feb 2011 12:36:09 +0100
 
 libx11 (2:1.4.1-3) unstable; urgency=low
 

commit e3324239d4a835b27ad2dd3e8c8d8346fa89e322
Author: Julien Cristau jcris...@debian.org
Date:   Mon Feb 7 12:33:21 2011 +0100

Drop Build-Dependencies on groff/ghostscript/...

The docs were converted to xml so this shouldn't be needed.

diff --git a/debian/changelog b/debian/changelog
index 7371c6d..a68fdb6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,8 @@ libx11 (2:1.4.1-4) UNRELEASED; urgency=low
   * Bump Standards-Version to 3.9.1.
   * specs were converted from groff to xml, so we can ship the html version
 now.
+  * Drop Build-Dependencies on groff/ghostscript/... since the docs were
+converted to xml.
 
  -- Julien Cristau jcris...@debian.org  Sun, 06 Feb 2011 23:07:12 +0100
 
diff --git a/debian/control b/debian/control
index dc758b4..e7d2ad4 100644
--- a/debian/control
+++ b/debian/control
@@ -22,11 +22,6 @@ Build-Depends:
  xmlto,
  xorg-sgml-doctools (= 1:1.5),
  w3m,
-# specs (might be outdated now)
- groff,
- ghostscript,
- netpbm,
- psutils,
 Standards-Version: 3.9.1
 Vcs-Git: git://git.debian.org/git/pkg-xorg/lib/libx11
 Vcs-Browser: http://git.debian.org/?p=pkg-xorg/lib/libx11.git

commit 35856ec0520a396d652a1922e7ed3a3dfbeed8f4
Author: Julien Cristau jcris...@debian.org
Date:   Mon Feb 7 12:29:11 2011 +0100

Ship html Xlib specs

specs were converted from groff to xml, so we can ship the html version now.

diff --git a/debian/changelog b/debian/changelog
index 5bae434..7371c6d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
 libx11 (2:1.4.1-4) UNRELEASED; urgency=low
 
   * Bump Standards-Version to 3.9.1.
+  * specs were converted from groff to xml, so we can ship the html version
+now.
 
  -- Julien Cristau jcris...@debian.org  Sun, 06 Feb 2011 23:07:12 +0100
 
diff --git a/debian/rules b/debian/rules
index a9e74cc..5a6221d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -88,10 +88,6 @@ install: build
dh_installdirs
 
cd build  $(MAKE) DESTDIR=$(CURDIR)/debian/tmp install
-   # groff seems to produce ugly html, so only include the pdf and txt
-   # versions
-   rm -rf debian/tmp/usr/share/doc/libX11/specs/*/*.html \
-   debian/tmp/usr/share/doc/libX11/specs/*/images
 
 # Build architecture-dependent files here.
 binary-arch: build install


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1pmpgl-0005xe...@alioth.debian.org



libx11: Changes to 'refs/tags/libx11-2_1.4.1-4'

2011-02-07 Thread Julien Cristau
Tag 'libx11-2_1.4.1-4' created by Julien Cristau jcris...@debian.org at 
2011-02-07 11:55 +

Tagging upload of libx11 2:1.4.1-4 to unstable.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)

iQIcBAABCAAGBQJNT92hAAoJEDEBgAUJBeQMT/IP/jugge/jAQcAVccrrvvDsyH2
5Ao0zwBAsrGf4+4y8rujhGlWRFZaKqLIs9GjO13X/scJvo4hnNcf/PFkTutWs+Kh
fGzhpUTNLIfi9VH01KuFDIxi1eFupby5sf9x3LGsElMrS9f+NP3XM+rHhbK6skx+
B2wKWW9xEOn6/QaMS9u2tXVbj0HyMw7DfIzTZ6B6WgpAD++K8Fw7RJArfEwUP7Q0
OzpeNn3V2sBOT6dfNq7tL/6OQr1ORXmPi2qV9PdQnXqX+HDD96rGTjxyLueicfOj
Akg/62jdgJ/ToiKiR646GViC/Mb2b2HBsbEt1zs1gFb4cc0/EdxogNea/6GXWKlv
r+R1M0A9PvbVw+SXQPmPcMJvhN8A4cGjSXKtMCVCi6pwSq4gjrkSJihqY6hAr09c
jgLutI/KHYpMTBMaYkx8EHDYpY5pxvCJoyHxHI3QrgHxZu5lyA//DJhPtiswQ1Ov
q9G9so8+q+LgmL8+b8/+HxfWFrZfPzhGsVCpORDnfzQ/028hFFokyROzHp3qwzSq
jzHopmtuXiEfn0GYUlbrgDSx6mTJn07r4HRlCzN9nkBza7/IJweShtXEDB0UHZZl
AG60dd1nbPPBxyhGMPVR0PHJ3Zm9txWCMOweqSqABPHK+Pssvc5VMy4vgwxRqV6e
jk0JIzF1QNj+VJajH5Fu
=Hw1k
-END PGP SIGNATURE-

Changes since libx11-2_1.4.1-3:
Julien Cristau (4):
  Bump Standards-Version to 3.9.1.
  Ship html Xlib specs
  Drop Build-Dependencies on groff/ghostscript/...
  Upload to unstable

---
 debian/changelog |   10 ++
 debian/control   |7 +--
 debian/rules |4 
 3 files changed, 11 insertions(+), 10 deletions(-)
---


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1pmpgm-0005y3...@alioth.debian.org



Re: Help needed for mesa

2011-02-07 Thread Julien Cristau
Cc:ing airlied

On Mon, Feb  7, 2011 at 11:59:54 +0100, Petr Salinger wrote:

 Hi.
 
 xorg-server 1.9 build-depends on mesa with a version higher than the
 one available in sid, and both mesa 7.9 and 7.10 FTBFS on non-Linux
 for now.
 
 The FTBFS (on kfreebsd-amd64) is due to need of
 radeon_gem_get_kernel_name(), which is provided by libdrm-radeon1 on
 Linux. It suffices to enable this library in libdrm. After that the
 mesa 7.10-2 builds. I am not sure, whether it is the right thing,
 though.
 
the classic radeon dri drivers used to build/link without libdrm_radeon,
using wrappers in src/mesa/drivers/dri/radeon/radeon_bocs_wrapper.h.  Is
that still supposed to work?  If yes, then I guess there should be a
wrapper for radeon_gem_get_kernel_name()?  Dave, any advice?

Cheers,
Julien


signature.asc
Description: Digital signature


Processing of libx11_1.4.1-4_amd64.changes

2011-02-07 Thread Debian FTP Masters
libx11_1.4.1-4_amd64.changes uploaded successfully to localhost
along with the files:
  libx11_1.4.1-4.dsc
  libx11_1.4.1-4.diff.gz
  libx11-data_1.4.1-4_all.deb
  libx11-6_1.4.1-4_amd64.deb
  libx11-6-udeb_1.4.1-4_amd64.udeb
  libx11-6-dbg_1.4.1-4_amd64.deb
  libx11-dev_1.4.1-4_amd64.deb
  libx11-xcb1_1.4.1-4_amd64.deb
  libx11-xcb1-dbg_1.4.1-4_amd64.deb
  libx11-xcb-dev_1.4.1-4_amd64.deb

Greetings,

Your Debian queue daemon (running on host franck.debian.org)


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1pmpmz-0005su...@franck.debian.org



libx11_1.4.1-4_amd64.changes ACCEPTED into unstable

2011-02-07 Thread Debian FTP Masters



Accepted:
libx11-6-dbg_1.4.1-4_amd64.deb
  to main/libx/libx11/libx11-6-dbg_1.4.1-4_amd64.deb
libx11-6-udeb_1.4.1-4_amd64.udeb
  to main/libx/libx11/libx11-6-udeb_1.4.1-4_amd64.udeb
libx11-6_1.4.1-4_amd64.deb
  to main/libx/libx11/libx11-6_1.4.1-4_amd64.deb
libx11-data_1.4.1-4_all.deb
  to main/libx/libx11/libx11-data_1.4.1-4_all.deb
libx11-dev_1.4.1-4_amd64.deb
  to main/libx/libx11/libx11-dev_1.4.1-4_amd64.deb
libx11-xcb-dev_1.4.1-4_amd64.deb
  to main/libx/libx11/libx11-xcb-dev_1.4.1-4_amd64.deb
libx11-xcb1-dbg_1.4.1-4_amd64.deb
  to main/libx/libx11/libx11-xcb1-dbg_1.4.1-4_amd64.deb
libx11-xcb1_1.4.1-4_amd64.deb
  to main/libx/libx11/libx11-xcb1_1.4.1-4_amd64.deb
libx11_1.4.1-4.diff.gz
  to main/libx/libx11/libx11_1.4.1-4.diff.gz
libx11_1.4.1-4.dsc
  to main/libx/libx11/libx11_1.4.1-4.dsc


Override entries for your package:
libx11-6-dbg_1.4.1-4_amd64.deb - extra debug
libx11-6-udeb_1.4.1-4_amd64.udeb - optional debian-installer
libx11-6_1.4.1-4_amd64.deb - optional libs
libx11-data_1.4.1-4_all.deb - optional x11
libx11-dev_1.4.1-4_amd64.deb - optional libdevel
libx11-xcb-dev_1.4.1-4_amd64.deb - optional libdevel
libx11-xcb1-dbg_1.4.1-4_amd64.deb - extra debug
libx11-xcb1_1.4.1-4_amd64.deb - optional libs
libx11_1.4.1-4.dsc - source x11

Announcing to debian-devel-chan...@lists.debian.org


Thank you for your contribution to Debian.


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1pmsu3-0003bk...@franck.debian.org



Bug#611100: libgl1-mesa-dri - Xorg segmentation fault on radeon gpu

2011-02-07 Thread Matteo Aquilano

Hi.
Upgrading Xorg (7.6), xserver-xorg (1.9.4) and libgl1-mesa-dri (7.10-2) don't 
solve the problem.
The question is related to r300_dri.so file. With 7.10-2 version installed, 
if I replace file only, by 7.8.2 version one, it's possible start Xserver again.

Please ask for more info if you can't reproduce this bug.

Regards.
Matt. 

Bug#611619:

2011-02-07 Thread Daniel Manjarres

Hi, I am hit by this bug too, since I upgraded to Debian 6.0.

gnome-display-properties is able to rotate the display to normal 
inverted left or right via gnome-settings-daemon, but grandr, xrandr and 
nvidia-settings are only able to rotate to normal or inverted. Trying to 
rotate to left or right crashes nvidia-settings, and gets and error from 
grandr/xrandr.



xrandr -o right
X Error of failed request:  BadValue (integer parameter out of range for 
operation)

  Major opcode of failed request:  152 (RANDR)
  Minor opcode of failed request:  2 (RRSetScreenConfig)
  Value in failed request:  0xa00
  Serial number of failed request:  14
  Current serial number in output stream:  14


grandr
user set screen height 2560, larger than max height 1600, set to max height


Running xrandr from within a chroot with an older debian release also 
fails the same way.


Seems to me to be a bug in the x server.

HTH



--
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4d50559c.2030...@illinois.edu



Re: Help needed for mesa

2011-02-07 Thread Dave Airlie

  
  xorg-server 1.9 build-depends on mesa with a version higher than the
  one available in sid, and both mesa 7.9 and 7.10 FTBFS on non-Linux
  for now.
  
  The FTBFS (on kfreebsd-amd64) is due to need of
  radeon_gem_get_kernel_name(), which is provided by libdrm-radeon1 on
  Linux. It suffices to enable this library in libdrm. After that the
  mesa 7.10-2 builds. I am not sure, whether it is the right thing,
  though.
  
 the classic radeon dri drivers used to build/link without libdrm_radeon,
 using wrappers in src/mesa/drivers/dri/radeon/radeon_bocs_wrapper.h.  Is
 that still supposed to work?  If yes, then I guess there should be a
 wrapper for radeon_gem_get_kernel_name()?  Dave, any advice?

fb03510738e80716068a193a4078814d0e801120

needs to be cherry-picked back at a guess.

Dave.


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/alpine.deb.2.00.1102072017090.26...@skynet.skynet.ie



Bug#611619:

2011-02-07 Thread Julien Cristau
On Mon, Feb  7, 2011 at 14:27:08 -0600, Daniel Manjarres wrote:

 Running xrandr from within a chroot with an older debian release
 also fails the same way.
 
 Seems to me to be a bug in the x server.
 
I'm not sure if the bug is in the X server or the driver, but either way
this will be fixed in Debian 6.0.1.

Cheers,
Julien


signature.asc
Description: Digital signature


libxext: Changes to 'refs/tags/libxext-2_1.2.0-2'

2011-02-07 Thread Julien Cristau
Tag 'libxext-2_1.2.0-2' created by Julien Cristau jcris...@debian.org at 
2011-02-07 21:20 +

Tagging upload of libxext 2:1.2.0-2 to unstable.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)

iQIcBAABCAAGBQJNUGIkAAoJEDEBgAUJBeQMHqcP/AiU3USril/m73sphs64qVxV
xKNof1Nx0r3nR+STPL8BS3lyHG9XRRfSKsgi1W10ThmuLjeqRQPCJ0mC1ta6jzyb
SX/RGpOXpmQ8wfVR0SgEMAxNPyUKb0KD9MW7qWjtot9ac/FQHdrgTkRgt4gSCbWE
d5Zb04Kxd7jVZNwNkqOLJJttJKv1kmfXvcNaaFUgUbT1anv4fIyeeNFFxvjSdPhs
r0zTRdI9pZdK9Ay6RRZsNRKvD7+sojsEoz/aSFt3wgLMAH1yWYMsa25qoazbEIXE
WNKrMBe2K9XsFLLY+8XBDMoiSwcfJQ3sq4NzWsF60PNYr3gfsM3VB23YG6UfHw64
c2SQuWb1+mj/JKTBkMwG4HyAyVoIeeM8UxAC3YX1q2eTAiD0S8i5UFHW0L8t4JZt
CMwxU9XjoO40lP4ok+M9pD26QRRLbzjtbQBQzcE12FIlky4FMhIvpW9SZ6Dt4YHl
tFuc0tTsXuZ4kbwxsS20vTZn2w21FSSpp7tfMQl2Pnz1eh6830kg/HxccnlYOBCK
ApCPZrqZDLG47n3xrAtR4gouzYIGgavEeD6AvaNxImx7RRRZXUhSlN3nQ3LV8TE+
LyZyVfhp+fwheJPOXtB0Kbe9pMzEXeYifNGgTwNCFN7FqtxHB8Ww+xplXlMZ1g5U
8yXVoWJpIeq3QoS7NLAt
=kFd4
-END PGP SIGNATURE-

Changes since libxext-2_1.2.0-1:
Julien Cristau (3):
  Remove Brice Goglin and David Nusinow from Uploaders.
  Bump Standards-Version to 3.9.1 (no changes).
  Upload to unstable.

---
 debian/changelog |9 +
 debian/control   |4 ++--
 2 files changed, 11 insertions(+), 2 deletions(-)
---


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1pmyc7-vj...@alioth.debian.org



libxext: Changes to 'upstream-unstable'

2011-02-07 Thread Julien Cristau
 COPYING|   14 
 Makefile.am|2 
 configure.ac   |   16 
 include/X11/extensions/MITMisc.h   |2 
 include/X11/extensions/XEVI.h  |2 
 include/X11/extensions/XLbx.h  |2 
 include/X11/extensions/XShm.h  |3 
 include/X11/extensions/Xag.h   |2 
 include/X11/extensions/Xcup.h  |2 
 include/X11/extensions/Xdbe.h  |2 
 include/X11/extensions/Xext.h  |2 
 include/X11/extensions/dpms.h  |2 
 include/X11/extensions/extutil.h   |2 
 include/X11/extensions/lbxbuf.h|   51 --
 include/X11/extensions/lbxbufstr.h |   45 -
 include/X11/extensions/lbximage.h  |  151 --
 include/X11/extensions/multibuf.h  |3 
 include/X11/extensions/security.h  |2 
 include/X11/extensions/shape.h |3 
 include/X11/extensions/sync.h  |2 
 include/X11/extensions/xtestext1.h |1 
 man/.gitignore |2 
 man/DBE.man|4 
 man/DPMSCapable.man|4 
 man/DPMSDisable.man|4 
 man/DPMSEnable.man |2 
 man/DPMSForceLevel.man |2 
 man/DPMSGetTimeouts.man|2 
 man/DPMSGetVersion.man |2 
 man/DPMSInfo.man   |2 
 man/DPMSQueryExtension.man |2 
 man/DPMSSetTimeouts.man|2 
 man/Makefile.am|  174 +++
 man/XShape.man |5 
 man/XShapeCombineMask.man  |1 
 man/XShapeCombineRectangles.man|1 
 man/XShapeCombineRegion.man|1 
 man/XShapeCombineShape.man |1 
 man/XShapeGetRectangles.man|1 
 man/XShapeInputSelected.man|1 
 man/XShapeOffsetShape.man  |1 
 man/XShapeQueryExtension.man   |1 
 man/XShapeQueryExtents.man |1 
 man/XShapeQueryVersion.man |1 
 man/XShapeSelectInput.man  |1 
 man/XShmAttach.man |1 
 man/XShmCreateImage.man|1 
 man/XShmCreatePixmap.man   |1 
 man/XShmDetach.man |1 
 man/XShmGetEventBase.man   |1 
 man/XShmGetImage.man   |1 
 man/XShmPixmapFormat.man   |1 
 man/XShmPutImage.man   |1 
 man/XShmQueryExtension.man |1 
 man/XShmQueryVersion.man   |1 
 man/XcupGetReservedColormapEntries.man |2 
 man/XcupQueryVersion.man   |2 
 man/XcupStoreColors.man|2 
 man/XdbeAllocateBackBufferName.man |4 
 man/XdbeBeginIdiom.man |4 
 man/XdbeDeallocateBackBufferName.man   |4 
 man/XdbeEndIdiom.man   |4 
 man/XdbeFreeVisualInfo.man |4 
 man/XdbeGetBackBufferAttributes.man|4 
 man/XdbeGetVisualInfo.man  |4 
 man/XdbeQueryExtension.man |4 
 man/XdbeSwapBuffers.man|4 
 man/Xevi.man   |4 
 man/XeviGetVisualInfo.man  |1 
 man/XeviQueryExtension.man |1 
 man/XeviQueryVersion.man   |1 
 man/Xmbuf.man  |5 
 man/XmbufChangeBufferAttributes.man|1 
 man/XmbufChangeWindowAttributes.man|1 
 man/XmbufCreateBuffers.man |1 
 man/XmbufCreateStereoWindow.man|1 
 man/XmbufDestroyBuffers.man|1 
 man/XmbufDisplayBuffers.man|1 
 man/XmbufGetBufferAttributes.man   |1 
 man/XmbufGetScreenInfo.man |1 
 man/XmbufGetVersion.man|1 
 man/XmbufGetWindowAttributes.man   |1 
 man/XmbufQueryExtension.man|1 
 specs/.gitignore   |6 
 specs/Makefile.am  |   64 ++
 specs/dbelib.tex   |  620 +
 specs/dbelib.xml   |  728 +
 specs/dpmslib.xml  |  419 +
 specs/shapelib.xml |  581 +++
 specs/synclib.tex  |  770 +++
 specs/synclib.xml  |  804 +
 src/DPMS.c |3 
 src/MITMisc.c  |3 
 src/Makefile.am|3 
 src/XAppgroup.c|4 
 src/XEVI.c |5 
 src/XLbx.c |5 
 src/XMultibuf.c|4 
 src/XSecurity.c|2 
 src/XShape.c   |5 
 src/XShm.c

libxext: Changes to 'debian-unstable'

2011-02-07 Thread Julien Cristau
 COPYING|   14 
 ChangeLog  |  135 +
 Makefile.am|2 
 configure.ac   |   16 
 debian/changelog   |   26 +
 debian/control |   10 
 debian/copyright   |   14 
 debian/libxext-dev.install |3 
 debian/rules   |6 
 include/X11/extensions/MITMisc.h   |2 
 include/X11/extensions/XEVI.h  |2 
 include/X11/extensions/XLbx.h  |2 
 include/X11/extensions/XShm.h  |3 
 include/X11/extensions/Xag.h   |2 
 include/X11/extensions/Xcup.h  |2 
 include/X11/extensions/Xdbe.h  |2 
 include/X11/extensions/Xext.h  |2 
 include/X11/extensions/dpms.h  |2 
 include/X11/extensions/extutil.h   |2 
 include/X11/extensions/lbxbuf.h|   51 --
 include/X11/extensions/lbxbufstr.h |   45 -
 include/X11/extensions/lbximage.h  |  151 --
 include/X11/extensions/multibuf.h  |3 
 include/X11/extensions/security.h  |2 
 include/X11/extensions/shape.h |3 
 include/X11/extensions/sync.h  |2 
 include/X11/extensions/xtestext1.h |1 
 man/.gitignore |2 
 man/DBE.man|4 
 man/DPMSCapable.man|4 
 man/DPMSDisable.man|4 
 man/DPMSEnable.man |2 
 man/DPMSForceLevel.man |2 
 man/DPMSGetTimeouts.man|2 
 man/DPMSGetVersion.man |2 
 man/DPMSInfo.man   |2 
 man/DPMSQueryExtension.man |2 
 man/DPMSSetTimeouts.man|2 
 man/Makefile.am|  174 +++
 man/XShape.man |5 
 man/XShapeCombineMask.man  |1 
 man/XShapeCombineRectangles.man|1 
 man/XShapeCombineRegion.man|1 
 man/XShapeCombineShape.man |1 
 man/XShapeGetRectangles.man|1 
 man/XShapeInputSelected.man|1 
 man/XShapeOffsetShape.man  |1 
 man/XShapeQueryExtension.man   |1 
 man/XShapeQueryExtents.man |1 
 man/XShapeQueryVersion.man |1 
 man/XShapeSelectInput.man  |1 
 man/XShmAttach.man |1 
 man/XShmCreateImage.man|1 
 man/XShmCreatePixmap.man   |1 
 man/XShmDetach.man |1 
 man/XShmGetEventBase.man   |1 
 man/XShmGetImage.man   |1 
 man/XShmPixmapFormat.man   |1 
 man/XShmPutImage.man   |1 
 man/XShmQueryExtension.man |1 
 man/XShmQueryVersion.man   |1 
 man/XcupGetReservedColormapEntries.man |2 
 man/XcupQueryVersion.man   |2 
 man/XcupStoreColors.man|2 
 man/XdbeAllocateBackBufferName.man |4 
 man/XdbeBeginIdiom.man |4 
 man/XdbeDeallocateBackBufferName.man   |4 
 man/XdbeEndIdiom.man   |4 
 man/XdbeFreeVisualInfo.man |4 
 man/XdbeGetBackBufferAttributes.man|4 
 man/XdbeGetVisualInfo.man  |4 
 man/XdbeQueryExtension.man |4 
 man/XdbeSwapBuffers.man|4 
 man/Xevi.man   |4 
 man/XeviGetVisualInfo.man  |1 
 man/XeviQueryExtension.man |1 
 man/XeviQueryVersion.man   |1 
 man/Xmbuf.man  |5 
 man/XmbufChangeBufferAttributes.man|1 
 man/XmbufChangeWindowAttributes.man|1 
 man/XmbufCreateBuffers.man |1 
 man/XmbufCreateStereoWindow.man|1 
 man/XmbufDestroyBuffers.man|1 
 man/XmbufDisplayBuffers.man|1 
 man/XmbufGetBufferAttributes.man   |1 
 man/XmbufGetScreenInfo.man |1 
 man/XmbufGetVersion.man|1 
 man/XmbufGetWindowAttributes.man   |1 
 man/XmbufQueryExtension.man|1 
 specs/.gitignore   |6 
 specs/Makefile.am  |   64 ++
 specs/dbelib.tex   |  620 +
 specs/dbelib.xml   |  728 +
 specs/dpmslib.xml  |  419 +
 specs/shapelib.xml |  581 +++
 specs/synclib.tex  |  770 +++
 specs/synclib.xml  |  804 +
 src/DPMS.c |3 
 src/MITMisc.c  |3 
 src/Makefile.am|3 
 src/XAppgroup.c 

Processing of libxext_1.2.0-2_amd64.changes

2011-02-07 Thread Debian FTP Masters
libxext_1.2.0-2_amd64.changes uploaded successfully to localhost
along with the files:
  libxext_1.2.0-2.dsc
  libxext_1.2.0-2.diff.gz
  libxext6_1.2.0-2_amd64.deb
  libxext6-udeb_1.2.0-2_amd64.udeb
  libxext6-dbg_1.2.0-2_amd64.deb
  libxext-dev_1.2.0-2_amd64.deb

Greetings,

Your Debian queue daemon (running on host franck.debian.org)


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1pmyd9-0006ey...@franck.debian.org



libxext_1.2.0-2_amd64.changes ACCEPTED into unstable

2011-02-07 Thread Debian FTP Masters



Accepted:
libxext-dev_1.2.0-2_amd64.deb
  to main/libx/libxext/libxext-dev_1.2.0-2_amd64.deb
libxext6-dbg_1.2.0-2_amd64.deb
  to main/libx/libxext/libxext6-dbg_1.2.0-2_amd64.deb
libxext6-udeb_1.2.0-2_amd64.udeb
  to main/libx/libxext/libxext6-udeb_1.2.0-2_amd64.udeb
libxext6_1.2.0-2_amd64.deb
  to main/libx/libxext/libxext6_1.2.0-2_amd64.deb
libxext_1.2.0-2.diff.gz
  to main/libx/libxext/libxext_1.2.0-2.diff.gz
libxext_1.2.0-2.dsc
  to main/libx/libxext/libxext_1.2.0-2.dsc


Override entries for your package:
libxext-dev_1.2.0-2_amd64.deb - optional libdevel
libxext6-dbg_1.2.0-2_amd64.deb - extra debug
libxext6-udeb_1.2.0-2_amd64.udeb - optional debian-installer
libxext6_1.2.0-2_amd64.deb - optional libs
libxext_1.2.0-2.dsc - source x11

Announcing to debian-devel-chan...@lists.debian.org


Thank you for your contribution to Debian.


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1pmynu-0007r6...@franck.debian.org



Bug#612190: Removed package(s) from unstable

2011-02-07 Thread Debian FTP Masters
We believe that the bug you reported is now fixed; the following
package(s) have been removed from unstable:

xserver-xorg-video-radeonhd |1.3.0-2 | source, hurd-i386
xserver-xorg-video-radeonhd |1.3.0-3 | source, alpha, amd64, armel, hppa, 
i386, ia64, kfreebsd-amd64, kfreebsd-i386, mips, mipsel, powerpc, sparc
xserver-xorg-video-radeonhd-dbg |1.3.0-2 | hurd-i386
xserver-xorg-video-radeonhd-dbg |1.3.0-3 | alpha, amd64, armel, hppa, i386, 
ia64, kfreebsd-amd64, kfreebsd-i386, mips, mipsel, powerpc, sparc

--- Reason ---
ROM; unmaintained
--

Note that the package(s) have simply been removed from the tag
database and may (or may not) still be in the pool; this is not a bug.
The package(s) will be physically removed automatically when no suite
references them (and in the case of source, when no binary references
it).  Please also remember that the changes have been done on the
master archive (ftp-master.debian.org) and will not propagate to any
mirrors (ftp.debian.org included) until the next cron.daily run at the
earliest.

Packages are usually not removed from testing by hand. Testing tracks
unstable and will automatically remove packages which were removed
from unstable when removing them from testing causes no dependency
problems. The release team can force a removal from testing if it is
really needed, please contact them if this should be the case.

We try to close Bugs which have been reported against this package
automatically.  But please check all old bugs, if they where closed
correctly or should have been re-assign to another package.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 612...@bugs.debian.org.

The full log for this bug can be viewed at http://bugs.debian.org/612190

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmas...@debian.org.

Debian distribution maintenance software
pp.
Luca Falavigna (the ftpmaster behind the curtain)


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1pmz5x-0003yt...@franck.debian.org



Bug#612191: Removed package(s) from unstable

2011-02-07 Thread Debian FTP Masters
We believe that the bug you reported is now fixed; the following
package(s) have been removed from unstable:

xserver-xorg-video-v4l |  1:0.2.0-4 | source, alpha, amd64, armel, hppa, i386, 
ia64, mips, mipsel, powerpc, sparc

--- Reason ---
ROM; unmaintained
--

Note that the package(s) have simply been removed from the tag
database and may (or may not) still be in the pool; this is not a bug.
The package(s) will be physically removed automatically when no suite
references them (and in the case of source, when no binary references
it).  Please also remember that the changes have been done on the
master archive (ftp-master.debian.org) and will not propagate to any
mirrors (ftp.debian.org included) until the next cron.daily run at the
earliest.

Packages are usually not removed from testing by hand. Testing tracks
unstable and will automatically remove packages which were removed
from unstable when removing them from testing causes no dependency
problems. The release team can force a removal from testing if it is
really needed, please contact them if this should be the case.

We try to close Bugs which have been reported against this package
automatically.  But please check all old bugs, if they where closed
correctly or should have been re-assign to another package.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 612...@bugs.debian.org.

The full log for this bug can be viewed at http://bugs.debian.org/612191

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmas...@debian.org.

Debian distribution maintenance software
pp.
Luca Falavigna (the ftpmaster behind the curtain)


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1pmzbo-0004il...@franck.debian.org



Bug#569379: marked as done (xserver-xorg-input-citron: FTBFS: ../../src/citron.c:1357: error: too few arguments to function 'InitButtonClassDeviceStruct')

2011-02-07 Thread Debian Bug Tracking System
Your message dated Mon, 07 Feb 2011 22:19:26 +
with message-id e1pmzqc-0008db...@franck.debian.org
and subject line Bug#612185: Removed package(s) from unstable
has caused the Debian Bug report #569379,
regarding xserver-xorg-input-citron: FTBFS: ../../src/citron.c:1357: error: too 
few arguments to function 'InitButtonClassDeviceStruct'
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 ow...@bugs.debian.org
immediately.)


-- 
569379: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=569379
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: xserver-xorg-input-citron
Version: 1:2.2.2-1
Severity: serious
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20100211 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part:
 make[3]: Entering directory 
 `/build/user-xserver-xorg-input-citron_2.2.2-1-amd64-mx578A/xserver-xorg-input-citron-2.2.2/obj-x86_64-linux-gnu/src'
   CC citron.lo
 ../../src/citron.c: In function 'xf86CitronPrint':
 ../../src/citron.c:669: warning: format '%08lX' expects type 'long unsigned 
 int', but argument 4 has type 'Mask'
 ../../src/citron.c: In function 'cit_StartTimer':
 ../../src/citron.c:789: warning: cast from pointer to integer of different 
 size
 ../../src/citron.c: In function 'cit_CloseTimer':
 ../../src/citron.c:800: warning: cast from pointer to integer of different 
 size
 ../../src/citron.c: In function 'cit_SuperVisionTimer':
 ../../src/citron.c:821: warning: format '%ld' expects type 'long int', but 
 argument 3 has type 'CARD32'
 ../../src/citron.c: In function 'CitronPreInit':
 ../../src/citron.c:879: warning: format '%d' expects type 'int', but argument 
 3 has type 'long unsigned int'
 ../../src/citron.c: In function 'DeviceInit':
 ../../src/citron.c:1357: warning: passing argument 3 of 
 'InitButtonClassDeviceStruct' from incompatible pointer type
 /usr/include/xorg/input.h:274: note: expected 'Atom *' but argument is of 
 type 'unsigned char *'
 ../../src/citron.c:1357: error: too few arguments to function 
 'InitButtonClassDeviceStruct'
 ../../src/citron.c:1375: warning: passing argument 3 of 
 'InitValuatorClassDeviceStruct' makes pointer from integer without a cast
 /usr/include/xorg/input.h:280: note: expected 'Atom *' but argument is of 
 type 'unsigned int'
 ../../src/citron.c:1375: error: too few arguments to function 
 'InitValuatorClassDeviceStruct'
 ../../src/citron.c:1387: error: too few arguments to function 
 'InitValuatorAxisStruct'
 ../../src/citron.c:1393: error: too few arguments to function 
 'InitValuatorAxisStruct'
 ../../src/citron.c:1402: warning: implicit declaration of function 
 'InitKeyClassDeviceStruct'
 ../../src/citron.c:1402: warning: nested extern declaration of 
 'InitKeyClassDeviceStruct'
 make[3]: *** [citron.lo] Error 1

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2010/02/11/xserver-xorg-input-citron_1:2.2.2-1_lsid64.buildlog

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot.  Internet was not
accessible from the build systems.

-- 
| Lucas Nussbaum
| lu...@lucas-nussbaum.net   http://www.lucas-nussbaum.net/ |
| jabber: lu...@nussbaum.fr GPG: 1024D/023B3F4F |


---End Message---
---BeginMessage---
Version: 1:2.2.2-1+rm

Dear submitter,

as the package xserver-xorg-input-citron has just been removed from the Debian 
archive
unstable we hereby close the assiciated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see http://bugs.debian.org/612185

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmas...@debian.org.

Debian distribution maintenance software
pp.
Luca Falavigna (the ftpmaster behind the curtain)

---End Message---


RM: xprint -- ROM; dead upstream

2011-02-07 Thread Julien Cristau
Package: ftp.debian.org

On Sun, Feb  6, 2011 at 17:12:26 +0100, Cyril Brulebois wrote:

 Drew Parsons dpars...@debian.org (02/02/2011):
  Besides, I can help keeping Xprint building binaries when needed,
  and to help removing it after the new stable's released.
 
 I guess I'll take that offer. :)
 
Requesting removal with this mail.

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#592028: marked as done (xserver-xorg-input-citron: uninstallable in sid)

2011-02-07 Thread Debian Bug Tracking System
Your message dated Mon, 07 Feb 2011 22:19:26 +
with message-id e1pmzqc-0008db...@franck.debian.org
and subject line Bug#612185: Removed package(s) from unstable
has caused the Debian Bug report #592028,
regarding xserver-xorg-input-citron: uninstallable in sid
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 ow...@bugs.debian.org
immediately.)


-- 
592028: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=592028
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: xserver-xorg-input-citron
Version: 1:2.2.2-1
Severity: grave
Tags: sid
User: trei...@debian.org
Usertags: edos-uninstallable

Hi,

xserver-xorg-input-citron is not installable in sid on any architecture,
at least since June 21, since

Package: xserver-xorg-input-citron
Version: 1:2.2.2-1
Provides: xserver-xorg-input-4
Depends: libc6 (= 2.1.3), xserver-xorg-core (= 2:1.5.99.901)

Package: xserver-xorg-core
Version: 2:1.7.7-3
Breaks: [...], xserver-xorg-input-4, [...]

-Ralf
-- 
Ralf Treinen
Laboratoire Preuves, Programmes et Systèmes
Université Paris Diderot, Paris, France.
http://www.pps.jussieu.fr/~treinen/


---End Message---
---BeginMessage---
Version: 1:2.2.2-1+rm

Dear submitter,

as the package xserver-xorg-input-citron has just been removed from the Debian 
archive
unstable we hereby close the assiciated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see http://bugs.debian.org/612185

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmas...@debian.org.

Debian distribution maintenance software
pp.
Luca Falavigna (the ftpmaster behind the curtain)

---End Message---


Bug#612350: RM: libxfontp -- ROM; obsolete

2011-02-07 Thread Julien Cristau
Package: ftp.debian.org
Severity: normal

libxfontp is a copy of an older libxfont, was only ever needed for
xprint (removal requested in #612348), please remove it.

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#569435: marked as done (xserver-xorg-input-fpit: FTBFS: ../../src/xf86Fpit.c:216: error: too few arguments to function 'InitValuatorAxisStruct')

2011-02-07 Thread Debian Bug Tracking System
Your message dated Mon, 07 Feb 2011 22:30:20 +
with message-id e1pmzba-qm...@franck.debian.org
and subject line Bug#612187: Removed package(s) from unstable
has caused the Debian Bug report #569435,
regarding xserver-xorg-input-fpit: FTBFS: ../../src/xf86Fpit.c:216: error: too 
few arguments to function 'InitValuatorAxisStruct'
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 ow...@bugs.debian.org
immediately.)


-- 
569435: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=569435
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: xserver-xorg-input-fpit
Version: 1:1.3.0-2
Severity: serious
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20100211 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part:
 make[3]: Entering directory 
 `/build/user-xserver-xorg-input-fpit_1.3.0-2-amd64-9B3s4B/xserver-xorg-input-fpit-1.3.0/obj-x86_64-linux-gnu/src'
   CC xf86Fpit.lo
 ../../src/xf86Fpit.c: In function 'xf86FpitSetUpAxes':
 ../../src/xf86Fpit.c:216: error: too few arguments to function 
 'InitValuatorAxisStruct'
 ../../src/xf86Fpit.c:218: error: too few arguments to function 
 'InitValuatorAxisStruct'
 ../../src/xf86Fpit.c:221: error: too few arguments to function 
 'InitValuatorAxisStruct'
 ../../src/xf86Fpit.c:223: error: too few arguments to function 
 'InitValuatorAxisStruct'
 ../../src/xf86Fpit.c: In function 'xf86FpitControl':
 ../../src/xf86Fpit.c:423: warning: passing argument 3 of 
 'InitButtonClassDeviceStruct' from incompatible pointer type
 /usr/include/xorg/input.h:274: note: expected 'Atom *' but argument is of 
 type 'unsigned char *'
 ../../src/xf86Fpit.c:423: error: too few arguments to function 
 'InitButtonClassDeviceStruct'
 ../../src/xf86Fpit.c:441: warning: passing argument 3 of 
 'InitValuatorClassDeviceStruct' makes pointer from integer without a cast
 /usr/include/xorg/input.h:280: note: expected 'Atom *' but argument is of 
 type 'unsigned int'
 ../../src/xf86Fpit.c:441: error: too few arguments to function 
 'InitValuatorClassDeviceStruct'
 make[3]: *** [xf86Fpit.lo] Error 1

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2010/02/11/xserver-xorg-input-fpit_1:1.3.0-2_lsid64.buildlog

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot.  Internet was not
accessible from the build systems.

-- 
| Lucas Nussbaum
| lu...@lucas-nussbaum.net   http://www.lucas-nussbaum.net/ |
| jabber: lu...@nussbaum.fr GPG: 1024D/023B3F4F |


---End Message---
---BeginMessage---
Version: 1:1.3.0-2+rm

Dear submitter,

as the package xserver-xorg-input-fpit has just been removed from the Debian 
archive
unstable we hereby close the assiciated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see http://bugs.debian.org/612187

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmas...@debian.org.

Debian distribution maintenance software
pp.
Luca Falavigna (the ftpmaster behind the curtain)

---End Message---


Bug#529641: marked as done (Touchscreen on Fujitsu Stylistic cannot be calibrated)

2011-02-07 Thread Debian Bug Tracking System
Your message dated Mon, 07 Feb 2011 22:30:20 +
with message-id e1pmzba-qm...@franck.debian.org
and subject line Bug#612187: Removed package(s) from unstable
has caused the Debian Bug report #529641,
regarding Touchscreen on Fujitsu Stylistic cannot be calibrated
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 ow...@bugs.debian.org
immediately.)


-- 
529641: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=529641
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: xserver-xorg-input-fpit
Version: 1:1.2.0-1
Severity: important
Tags: patch

I have Fujitsu Stylistic 3400 with following configuration:
/etc/serial.conf

/dev/ttyS1 uart 16450 port 0xfd68 irq 5 low_latency baud_base 115200
spd_normal skip_test


/etc/X11/xorg.conf

Section InputDevice
Identifier  Touchscreen
Driver  fpit
Option  Device/dev/ttyS1
Option  BaudRate  9600
Option  Passive
Option  CorePointer
Option  SendCoreEvents
Option  MaximumXPosition  4070
Option  MaximumYPosition  4020
Option  MinimumXPosition  0
Option  MinimumYPosition  0
EndSection

Section Device
Identifier  Configured Video Device
EndSection

Section Monitor
Identifier  Configured Monitor
Option  DPMS
HorizSync   28-40
VertRefresh 43-60
DisplaySize 211 158
EndSection

Section Screen
Identifier  Default Screen
Monitor Configured Monitor
SubSection Display
   Depth   32
   Modes   800x600
EndSubSection
EndSection

Section ServerLayout
Identifier  Default Layout
Screen  Default Screen
InputDevice Touchscreen
EndSection


Using this configuration touch screen works, but only a small part
(upper, left corner, a few square centimeters) screen can be used to
control a position of a pointer. If I point just upper left corner
then pointer shows up there, then if I move towards right and/or down
then pointer moves a few times faster then stylus, so pointer reaches
edge of screen when stylus is just about a few
centimeters from the starting corner.

I tried different settings for options MaximumXPosition,
MaximumYPosition,  MinimumXPosition, MinimumYPosition in
xorg.conf but nothing has changed. Active area of screen was the same
regardles of what values were set.

It seems that this is not related only to Styllistic 3400:
http://ubuntuforums.org/archive/index.php/t-763380.html (see first
TomDupont entry from May 11th, 2008, 01:24 PM and later discussion).

Looking on above thread on Ubuntu forums, I also modified code of fpit
and got things working fine for me. Here is patch (I wouldn't try to
say that this is actual fix, but it quickly shows where problem is).

diff -u orig-fpit/xserver-xorg-input-fpit-1.2.0/src/xf86Fpit.c
xserver-xorg-input-fpit-1.2.0/src/xf86Fpit.c
--- orig-fpit/xserver-xorg-input-fpit-1.2.0/src/xf86Fpit.c
2009-05-20 18:09:45.0 +0200
+++ xserver-xorg-input-fpit-1.2.0/src/xf86Fpit.c2009-05-20
18:33:31.0 +0200
@@ -316,6 +316,9 @@
int z = x; x = y; y = z;
}

+x = round(x * 800.0 / 4090.0); /* For screen
resolution 800x600 /*
+y = round(y * 600.0 / 4090.0);
+
prox = (priv-fpitData[loop]  PROXIMITY_BIT) ? 0 : 1;
buttons = (priv-fpitData[loop]  BUTTON_BITS);
device = local-dev;

It seems some conversion between driver and screen cords doesn't work
properly.

-- System Information:
Debian Release: 5.0.1
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-2-686 (SMP w/1 CPU core)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages xserver-xorg-input-fpit depends on:
ii  libc6  2.7-18GNU C Library: Shared libraries
ii  xserver-xorg-core  2:1.4.2-10.lenny1 Xorg X server - core server

xserver-xorg-input-fpit recommends no packages.

xserver-xorg-input-fpit suggests no packages.


---End Message---
---BeginMessage---
Version: 1:1.3.0-2+rm

Dear submitter,

as the package xserver-xorg-input-fpit has just been removed from the Debian 
archive
unstable we hereby close the assiciated bug reports.  We are sorry
that we couldn't deal with your 

Bug#569412: marked as done (xserver-xorg-input-hyperpen: FTBFS: ../../src/xf86HyperPen.c:737: error: too few arguments to function 'InitValuatorAxisStruct')

2011-02-07 Thread Debian Bug Tracking System
Your message dated Mon, 07 Feb 2011 22:32:53 +
with message-id e1pmzdd-0001cv...@franck.debian.org
and subject line Bug#612188: Removed package(s) from unstable
has caused the Debian Bug report #569412,
regarding xserver-xorg-input-hyperpen: FTBFS: ../../src/xf86HyperPen.c:737: 
error: too few arguments to function 'InitValuatorAxisStruct'
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 ow...@bugs.debian.org
immediately.)


-- 
569412: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=569412
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: xserver-xorg-input-hyperpen
Version: 1:1.3.0-1
Severity: serious
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20100211 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part:
 /bin/bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. 
 -I../../src -I.. -Wall -g -O2 -fvisibility=hidden -I/usr/include/xorg 
 -I/usr/include/pixman-1-I../../src -MT xf86HyperPen.lo -MD -MP -MF 
 .deps/xf86HyperPen.Tpo -c -o xf86HyperPen.lo ../../src/xf86HyperPen.c
 libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../src -I.. -Wall -g -O2 
 -fvisibility=hidden -I/usr/include/xorg -I/usr/include/pixman-1 -I../../src 
 -MT xf86HyperPen.lo -MD -MP -MF .deps/xf86HyperPen.Tpo -c 
 ../../src/xf86HyperPen.c  -fPIC -DPIC -o .libs/xf86HyperPen.o
 ../../src/xf86HyperPen.c: In function 'xf86HypOpenDevice':
 ../../src/xf86HyperPen.c:737: error: too few arguments to function 
 'InitValuatorAxisStruct'
 ../../src/xf86HyperPen.c:744: error: too few arguments to function 
 'InitValuatorAxisStruct'
 ../../src/xf86HyperPen.c:751: error: too few arguments to function 
 'InitValuatorAxisStruct'
 ../../src/xf86HyperPen.c: In function 'xf86HypProc':
 ../../src/xf86HyperPen.c:782: warning: passing argument 3 of 
 'InitButtonClassDeviceStruct' from incompatible pointer type
 /usr/include/xorg/input.h:274: note: expected 'Atom *' but argument is of 
 type 'CARD8 *'
 ../../src/xf86HyperPen.c:782: error: too few arguments to function 
 'InitButtonClassDeviceStruct'
 ../../src/xf86HyperPen.c:809: warning: passing argument 3 of 
 'InitValuatorClassDeviceStruct' makes pointer from integer without a cast
 /usr/include/xorg/input.h:280: note: expected 'Atom *' but argument is of 
 type 'unsigned int'
 ../../src/xf86HyperPen.c:809: error: too few arguments to function 
 'InitValuatorClassDeviceStruct'
 make[3]: *** [xf86HyperPen.lo] Error 1

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2010/02/11/xserver-xorg-input-hyperpen_1:1.3.0-1_lsid64.buildlog

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot.  Internet was not
accessible from the build systems.

-- 
| Lucas Nussbaum
| lu...@lucas-nussbaum.net   http://www.lucas-nussbaum.net/ |
| jabber: lu...@nussbaum.fr GPG: 1024D/023B3F4F |


---End Message---
---BeginMessage---
Version: 1:1.3.0-1+rm

Dear submitter,

as the package xserver-xorg-input-hyperpen has just been removed from the 
Debian archive
unstable we hereby close the assiciated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see http://bugs.debian.org/612188

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmas...@debian.org.

Debian distribution maintenance software
pp.
Luca Falavigna (the ftpmaster behind the curtain)

---End Message---


Bug#612185: Removed package(s) from unstable

2011-02-07 Thread Debian FTP Masters
Version: 1:2.2.2-1+rm

Dear submitter,

as the package xserver-xorg-input-citron has just been removed from the Debian 
archive
unstable we hereby close the assiciated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see http://bugs.debian.org/612185

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmas...@debian.org.

Debian distribution maintenance software
pp.
Luca Falavigna (the ftpmaster behind the curtain)


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1pmzqc-0008db...@franck.debian.org



Bug#612185: Removed package(s) from unstable

2011-02-07 Thread Debian FTP Masters
We believe that the bug you reported is now fixed; the following
package(s) have been removed from unstable:

xserver-xorg-input-citron |  1:2.2.2-1 | source, alpha, amd64, armel, hppa, 
hurd-i386, i386, ia64, kfreebsd-amd64, kfreebsd-i386, mips, mipsel, powerpc, 
sparc

--- Reason ---
ROM; unmaintained
--

Note that the package(s) have simply been removed from the tag
database and may (or may not) still be in the pool; this is not a bug.
The package(s) will be physically removed automatically when no suite
references them (and in the case of source, when no binary references
it).  Please also remember that the changes have been done on the
master archive (ftp-master.debian.org) and will not propagate to any
mirrors (ftp.debian.org included) until the next cron.daily run at the
earliest.

Packages are usually not removed from testing by hand. Testing tracks
unstable and will automatically remove packages which were removed
from unstable when removing them from testing causes no dependency
problems. The release team can force a removal from testing if it is
really needed, please contact them if this should be the case.

We try to close Bugs which have been reported against this package
automatically.  But please check all old bugs, if they where closed
correctly or should have been re-assign to another package.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 612...@bugs.debian.org.

The full log for this bug can be viewed at http://bugs.debian.org/612185

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmas...@debian.org.

Debian distribution maintenance software
pp.
Luca Falavigna (the ftpmaster behind the curtain)


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1pmzqo-00083v...@franck.debian.org



Bug#612187: Removed package(s) from unstable

2011-02-07 Thread Debian FTP Masters
Version: 1:1.3.0-2+rm

Dear submitter,

as the package xserver-xorg-input-fpit has just been removed from the Debian 
archive
unstable we hereby close the assiciated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see http://bugs.debian.org/612187

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmas...@debian.org.

Debian distribution maintenance software
pp.
Luca Falavigna (the ftpmaster behind the curtain)


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1pmzba-qm...@franck.debian.org



Bug#612187: Removed package(s) from unstable

2011-02-07 Thread Debian FTP Masters
We believe that the bug you reported is now fixed; the following
package(s) have been removed from unstable:

xserver-xorg-input-fpit |  1:1.3.0-2 | source, alpha, amd64, armel, hppa, 
hurd-i386, i386, ia64, kfreebsd-amd64, kfreebsd-i386, mips, mipsel, powerpc, 
sparc

--- Reason ---
ROM; unmaintained
--

Note that the package(s) have simply been removed from the tag
database and may (or may not) still be in the pool; this is not a bug.
The package(s) will be physically removed automatically when no suite
references them (and in the case of source, when no binary references
it).  Please also remember that the changes have been done on the
master archive (ftp-master.debian.org) and will not propagate to any
mirrors (ftp.debian.org included) until the next cron.daily run at the
earliest.

Packages are usually not removed from testing by hand. Testing tracks
unstable and will automatically remove packages which were removed
from unstable when removing them from testing causes no dependency
problems. The release team can force a removal from testing if it is
really needed, please contact them if this should be the case.

We try to close Bugs which have been reported against this package
automatically.  But please check all old bugs, if they where closed
correctly or should have been re-assign to another package.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 612...@bugs.debian.org.

The full log for this bug can be viewed at http://bugs.debian.org/612187

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmas...@debian.org.

Debian distribution maintenance software
pp.
Luca Falavigna (the ftpmaster behind the curtain)


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1pmzb6-qe...@franck.debian.org



Bug#612188: Removed package(s) from unstable

2011-02-07 Thread Debian FTP Masters
We believe that the bug you reported is now fixed; the following
package(s) have been removed from unstable:

xserver-xorg-input-hyperpen |  1:1.3.0-1 | source, alpha, amd64, armel, hppa, 
hurd-i386, i386, ia64, kfreebsd-amd64, kfreebsd-i386, mips, mipsel, powerpc, 
sparc

--- Reason ---
ROM; unmaintained
--

Note that the package(s) have simply been removed from the tag
database and may (or may not) still be in the pool; this is not a bug.
The package(s) will be physically removed automatically when no suite
references them (and in the case of source, when no binary references
it).  Please also remember that the changes have been done on the
master archive (ftp-master.debian.org) and will not propagate to any
mirrors (ftp.debian.org included) until the next cron.daily run at the
earliest.

Packages are usually not removed from testing by hand. Testing tracks
unstable and will automatically remove packages which were removed
from unstable when removing them from testing causes no dependency
problems. The release team can force a removal from testing if it is
really needed, please contact them if this should be the case.

We try to close Bugs which have been reported against this package
automatically.  But please check all old bugs, if they where closed
correctly or should have been re-assign to another package.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 612...@bugs.debian.org.

The full log for this bug can be viewed at http://bugs.debian.org/612188

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmas...@debian.org.

Debian distribution maintenance software
pp.
Luca Falavigna (the ftpmaster behind the curtain)


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1pmzdu-0001c9...@franck.debian.org



Bug#612188: Removed package(s) from unstable

2011-02-07 Thread Debian FTP Masters
Version: 1:1.3.0-1+rm

Dear submitter,

as the package xserver-xorg-input-hyperpen has just been removed from the 
Debian archive
unstable we hereby close the assiciated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see http://bugs.debian.org/612188

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmas...@debian.org.

Debian distribution maintenance software
pp.
Luca Falavigna (the ftpmaster behind the curtain)


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1pmzdd-0001cv...@franck.debian.org



libxi: Changes to 'upstream-unstable'

2011-02-07 Thread Julien Cristau
Rebased ref, commits from common ancestor:
commit be2a1b33c9394dcab52622bde53c83f1dd840ea0
Author: Peter Hutterer peter.hutte...@who-t.net
Date:   Wed Jan 26 07:42:53 2011 +1000

libXi 1.4.1

Signed-off-by: Peter Hutterer peter.hutte...@who-t.net

diff --git a/configure.ac b/configure.ac
index 0a4b384..e26392e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@ dnl Process this file with autoconf to create configure.
 
 AC_PREREQ([2.60])
 
-AC_INIT(libXi, 1.4.0, 
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], libXi)
+AC_INIT(libXi, 1.4.1, 
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], libXi)
 AM_INIT_AUTOMAKE([foreign dist-bzip2])
 AM_MAINTAINER_MODE
 

commit e0c95ce2348a9c9afaa4862368c7a5ae6913457c
Author: Carlos Garnacho carl...@gnome.org
Date:   Mon Jan 24 12:35:04 2011 +0100

Fill in mods/group-effective in XIQueryPointer()

the other XIModifierState/XIGroupState fields are being set correctly,
but the effective field was being left as undefined memory.

Signed-off-by: Carlos Garnacho carl...@gnome.org
Signed-off-by: Peter Hutterer peter.hutte...@who-t.net

diff --git a/src/XIQueryPointer.c b/src/XIQueryPointer.c
index b3bfebc..e068a97 100644
--- a/src/XIQueryPointer.c
+++ b/src/XIQueryPointer.c
@@ -86,9 +86,12 @@ XIQueryPointer(Display *dpy,
 mods-base  = rep.mods.base_mods;
 mods-latched   = rep.mods.latched_mods;
 mods-locked= rep.mods.locked_mods;
+mods-effective = mods-base | mods-latched | mods-locked;
+
 group-base = rep.group.base_group;
 group-latched  = rep.group.latched_group;
 group-locked   = rep.group.locked_group;
+group-effective= group-base | group-latched | group-locked;
 
 buttons-mask_len   = rep.buttons_len * 4;
 buttons-mask   = malloc(buttons-mask_len);

commit a5961a8459614fcaa801a47cda07d3ee8246b16f
Author: Philipp Reh s...@s-e-f-i.de
Date:   Mon Jan 10 17:35:57 2011 +0100

Fix passive grabs.

_XIPassiveGrabDevice, which is called by alle the passive grab functions,
wrongly returns an error when it shouldn't.
The attached patch adds the missing not to properly test the error
condition of _XReply.

Signed-off-by: Philipp Reh s...@s-e-f-i.de
Reviewed-by: Daniel Stone dan...@fooishbar.org
Reviewed-by: Peter Hutterer peter.hutte...@who-t.net

diff --git a/src/XIPassiveGrab.c b/src/XIPassiveGrab.c
index 8953013..98eb806 100644
--- a/src/XIPassiveGrab.c
+++ b/src/XIPassiveGrab.c
@@ -73,7 +73,7 @@ _XIPassiveGrabDevice(Display* dpy, int deviceid, int 
grabtype, int detail,
 
 free(buff);
 
-if (_XReply(dpy, (xReply *)reply, 0, xTrue))
+if (!_XReply(dpy, (xReply *)reply, 0, xTrue))
 {
UnlockDisplay(dpy);
SyncHandle();

commit 408db9e86a92c897390129ef27a804d7cf6ba6fb
Author: Paulo Zanoni pzan...@mandriva.com
Date:   Thu Dec 16 14:10:05 2010 -0200

Use docbookx.dtd version 4.3 for all docs

Signed-off-by: Paulo Zanoni pzan...@mandriva.com
Signed-off-by: Alan Coopersmith alan.coopersm...@oracle.com

diff --git a/doc/porting.xml b/doc/porting.xml
index 1b2f1d7..1ae7afe 100644
--- a/doc/porting.xml
+++ b/doc/porting.xml
@@ -1,6 +1,6 @@
 ?xml version=1.0 encoding=UTF-8 ?
-!DOCTYPE book PUBLIC -//OASIS//DTD DocBook XML V4.1.2//EN
-   http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd;
+!DOCTYPE book PUBLIC -//OASIS//DTD DocBook XML V4.3//EN
+   http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd;
 
 
 !-- lifted from troff+ms+XMan by doclifter --

commit 9419fe9f0b21232d342885a693fbf9222b5844e4
Author: Daniel Stone dan...@fooishbar.org
Date:   Mon Dec 13 19:49:58 2010 +

WireToEvent: Set display member of all events as well

All events were getting random uninitialised garbage for display; fix
that.

Signed-off-by: Daniel Stone dan...@fooishbar.org

diff --git a/src/XExtInt.c b/src/XExtInt.c
index eed6637..f96e3ff 100644
--- a/src/XExtInt.c
+++ b/src/XExtInt.c
@@ -1347,6 +1347,7 @@ wireToDeviceEvent(xXIDeviceEvent *in, 
XGenericEventCookie* cookie)
 cookie-data = ptr_lib = malloc(len);
 
 out = next_block(ptr_lib, sizeof(XIDeviceEvent));
+out-display = cookie-display;
 out-type = in-type;
 out-extension = in-extension;
 out-evtype = in-evtype;
@@ -1546,6 +1547,7 @@ wireToDeviceChangedEvent(xXIDeviceChangedEvent *in, 
XGenericEventCookie *cookie)
 cookie-data = out = malloc(sizeof(XIDeviceChangedEvent) + len);
 
 out-type = in-type;
+out-display = cookie-display;
 out-extension = in-extension;
 out-evtype = in-evtype;
 out-send_event = ((in-type  0x80) != 0);
@@ -1575,6 +1577,7 @@ wireToHierarchyChangedEvent(xXIHierarchyEvent *in, 
XGenericEventCookie *cookie)
 cookie-data = out = malloc(sizeof(XIHierarchyEvent) + in-num_info * 
sizeof(XIHierarchyInfo));;
 
 out-info   = (XIHierarchyInfo*)out[1];
+out-display 

libxi: Changes to 'refs/tags/libxi-2_1.4.1-1'

2011-02-07 Thread Julien Cristau
Tag 'libxi-2_1.4.1-1' created by Julien Cristau jcris...@debian.org at 
2011-02-07 23:12 +

Tagging upload of libxi 2:1.4.1-1 to unstable.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)

iQIcBAABCAAGBQJNUHxTAAoJEDEBgAUJBeQM8QYP+wdPmi79q7Wk79vPgiW02drT
dX+YpU6UZnGv9QVW6/287xZiYn1Ac6ehErI7+6O6eLoxiJNU7CWiaOKp5zS/BY6g
/H8B9YGsTUaj/KFFGz9l09eu1OTLkL8s28na9KR6AegRs0sovgWSLxMPqSzeslXA
KXmctAHD0Xqy/Igotz00DuDPjK0UVMg2JuTZkcDqthv4oZSpy4t7IZUowO980iC3
zOPw0/GuxgMRl27NNBoP69FGE57Y/986Ju+tcGCuOTP6qPxLZPHajgBnKaWrTy1X
gxVlszW3k8fRnMpgA789wv5jtzlKGQRvpx/4EEJg9/G4QqoW/27s+3rJ4svMW30H
4gTMj6sE9pMCugc3f16TXSpUNtx69RObH9DIz56w9V8YVrgY8Vgg3VMCy+tTl/f7
Y44ivshYzX6CVZZrn0Jb8Wx/7iKEpJnrYIzZE22Z1My9JTg0IuJxYW0bSXnQAurM
4zCuZI0ScTy8rEMsTh08twIUOsSWEpIRNalgrvUkCblqI74bFgmbkC9zZds+gxqc
ntjg0z48CLGn6B1mtFvddQ+AkMV3up/FHUKwipELfTTUe5ygYtNDvXWPtB/l2QFG
NCjhUCTX6G3GT07Ldu8quss5pgve1dlpPYYPOe3T+xCHjZxJzCUdDvSA451KO/H6
tF7KALsqX8qR7zK/oK0p
=HWv3
-END PGP SIGNATURE-

Changes since libxi-2_1.3-6:
Alan Coopersmith (1):
  Update Sun license notices to current X.Org standard form

Carlos Garnacho (2):
  Fix typo when converting raw events from the wire.
  Fill in mods/group-effective in XIQueryPointer()

Cyril Brulebois (10):
  Merge branch 'upstream-experimental' into debian-experimental
  Bump changelogs.
  Update debian/copyright from upstream COPYING.
  Bump xutils-dev build-dep for new macros.
  Pass --with-xmlto and --without-fop to configure.
  Add xmlto, xorg-sgml-doctools, and w3m build-dep accordingly.
  Switch dh_install from --list-missing to --fail-missing for added safety.
  Get rid of *.xml files before running dh_install.
  Ship *.html, *.txt, *.css in libxi-dev.
  Upload to experimental, fixing version number.

Dan Nicholson (1):
  Need both xmlto and asciidoc to install man pages from a checkout

Daniel Stone (1):
  WireToEvent: Set display member of all events as well

Fernando Carrijo (1):
  Purge macros NEED_EVENTS and NEED_REPLIES

Gaetan Nadon (22):
  .gitignore: use common defaults with custom section # 24239
  Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432
  Deploy the new XORG_DEFAULT_OPTIONS #24242
  INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
  Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
  man: ignore generated .man from .txt files in this directory
  COPYING: add missing copyright notice
  config: replace custom code with reusable macro XORG_WITH_XMLTO
  man: allow installing prebuilt man pages from tarball
  man: remove redundant nodist prefix to libman_DATA
  config: move CWARNFLAGS from configure.ac to Makefile.am
  doc: specify minimum version for xmlto and ascidoc
  config: remove the pkgconfig pc.in file from EXTRA_DIST
  config: update AC_PREREQ statement to 2.60
  man: remove used LIB_MAN_DIR_SUFFIX (part of an unrequired broken fix)
  man: use shadows terminology in variable names.
  man: rename libman_pre to libman_PRE
  man: add/change comments regarding the 3 step conversion from text source
  man: Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS
  man: whitespace management
  man: add $(AM_V_GEN) for silent rules where missing
  config: HTML file generation: use the installed copy of xorg.css

Jamey Sharp (1):
  Don't unlock the Display twice.

Jesse Adkins (1):
  Purge cvs tags.

Julien Cristau (5):
  man: fix typo in XIQueryDevice doc
  Merge tag 'libXi-1.4.1' into debian-unstable
  Bump changelogs
  Use xorg-sgml-doctool's copy of xorg.css.
  Upload to unstable.

Matt Dew (1):
  specs: convert input .ms specs from xorg-docs module to DocBook XML

Matthieu Herrb (1):
  Fix build with gcc 2.95

Pauli Nieminen (6):
  Fix usage of uninitialized value
  Fix memory leak in XIGetSelectedEvents
  Use single error path in XQueryDeviceState
  Use single error path in XGetFeedbackControl
  Use single error path in XGetDeviceControl
  Always unlock display correctly

Paulo Zanoni (1):
  Use docbookx.dtd version 4.3 for all docs

Peter Hutterer (6):
  man: fix types for XGetSelectedExtensionEvents.
  Initialize extension with the right number of events.
  man: improve readability of XAllowDeviceEvents.
  man: XGetDeviceProperty(3) has no parameter 'pending'.
  libXi 1.4
  libXi 1.4.1

Philipp Reh (1):
  Fix passive grabs.

---
 .gitignore   |   77 
 COPYING  |   21 
 ChangeLog|  530 ++
 Makefile.am  |   11 
 configure.ac |   48 
 debian/changelog |   22 
 debian/control   |   17 
 debian/copyright |   43 
 debian/libxi-dev.install |4 
 debian/rules |5 
 doc/.gitignore   |4 
 doc/Makefile.am  |   63 
 doc/porting.xml  | 1209 ++
 

libxi: Changes to 'debian-unstable'

2011-02-07 Thread Julien Cristau
 .gitignore   |   77 
 COPYING  |   21 
 ChangeLog|  530 ++
 Makefile.am  |   11 
 configure.ac |   48 
 debian/changelog |   22 
 debian/control   |   17 
 debian/copyright |   43 
 debian/libxi-dev.install |4 
 debian/rules |5 
 doc/.gitignore   |4 
 doc/Makefile.am  |   63 
 doc/porting.xml  | 1209 ++
 man/.gitignore   |2 
 man/Makefile.am  |  246 -
 specs/.gitignore |4 
 specs/Makefile.am|   65 
 specs/encoding.xml   | 2312 
 specs/inputlib.xml   |   70 
 specs/library.xml| 8559 +++
 src/Makefile.am  |3 
 src/XExtInt.c|2 
 src/XExtToWire.c |3 
 src/XGetDCtl.c   |   23 
 src/XGetFCtl.c   |   23 
 src/XIPassiveGrab.c  |2 
 src/XIQueryPointer.c |3 
 src/XISelEv.c|2 
 src/XIint.h  |2 
 src/XListDev.c   |2 
 src/XQueryDv.c   |   24 
 src/XSetBMap.c   |1 
 32 files changed, 13176 insertions(+), 226 deletions(-)

New commits:
commit c8dbcf3de84b5ac6ab2d70fa9b500b09b8326eee
Author: Julien Cristau jcris...@debian.org
Date:   Tue Feb 8 00:04:36 2011 +0100

Upload to unstable.

diff --git a/debian/changelog b/debian/changelog
index 02a14d0..778348d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,10 @@
-libxi (2:1.4.1-1) UNRELEASED; urgency=low
+libxi (2:1.4.1-1) unstable; urgency=low
 
   * New upstream release.
   * Use xorg-sgml-doctool's copy of xorg.css.
+  * Upload to unstable.
 
- -- Julien Cristau jcris...@debian.org  Mon, 07 Feb 2011 23:48:11 +0100
+ -- Julien Cristau jcris...@debian.org  Tue, 08 Feb 2011 00:04:32 +0100
 
 libxi (2:1.4.0-1) experimental; urgency=low
 

commit 0623fde9070e80aea080b506c8c3e8094680f302
Author: Julien Cristau jcris...@debian.org
Date:   Mon Feb 7 23:51:20 2011 +0100

Use xorg-sgml-doctool's copy of xorg.css.

diff --git a/debian/changelog b/debian/changelog
index b4f47c3..02a14d0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 libxi (2:1.4.1-1) UNRELEASED; urgency=low
 
   * New upstream release.
+  * Use xorg-sgml-doctool's copy of xorg.css.
 
  -- Julien Cristau jcris...@debian.org  Mon, 07 Feb 2011 23:48:11 +0100
 
diff --git a/debian/control b/debian/control
index 494e359..38dbf2c 100644
--- a/debian/control
+++ b/debian/control
@@ -76,7 +76,14 @@ Description: X11 Input extension library (debug package)
 Package: libxi-dev
 Section: libdevel
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, libxi6 (= ${binary:Version}), 
libx11-dev, libxext-dev, x11proto-input-dev (= 1.9.99.902)
+Depends:
+ ${shlibs:Depends},
+ ${misc:Depends},
+ libxi6 (= ${binary:Version}),
+ libx11-dev,
+ libxext-dev,
+ x11proto-input-dev (= 1.9.99.902),
+ xorg-sgml-doctools (= 1:1.5),
 Replaces:
  x11proto-input-dev ( 1.9.99)
 Description: X11 Input extension library (development headers)
diff --git a/debian/libxi-dev.install b/debian/libxi-dev.install
index f59105c..1ddc544 100644
--- a/debian/libxi-dev.install
+++ b/debian/libxi-dev.install
@@ -4,7 +4,5 @@ usr/lib/pkgconfig/xi.pc
 usr/include/X11/extensions/
 usr/share/doc/libXi/specs/*.html usr/share/doc/libxi-dev
 usr/share/doc/libXi/specs/*.txt  usr/share/doc/libxi-dev
-usr/share/doc/libXi/specs/*.css  usr/share/doc/libxi-dev
 usr/share/doc/libXi/doc/*.html usr/share/doc/libxi-dev
 usr/share/doc/libXi/doc/*.txt  usr/share/doc/libxi-dev
-usr/share/doc/libXi/doc/*.css  usr/share/doc/libxi-dev

commit 32be499910ec33f1405d1e6e65db9ee95d620eac
Author: Julien Cristau jcris...@debian.org
Date:   Mon Feb 7 23:48:23 2011 +0100

Bump changelogs

diff --git a/ChangeLog b/ChangeLog
index c3c12a2..a3372e0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,70 @@
+commit be2a1b33c9394dcab52622bde53c83f1dd840ea0
+Author: Peter Hutterer peter.hutte...@who-t.net
+Date:   Wed Jan 26 07:42:53 2011 +1000
+
+libXi 1.4.1
+
+Signed-off-by: Peter Hutterer peter.hutte...@who-t.net
+
+commit e0c95ce2348a9c9afaa4862368c7a5ae6913457c
+Author: Carlos Garnacho carl...@gnome.org
+Date:   Mon Jan 24 12:35:04 2011 +0100
+
+Fill in mods/group-effective in XIQueryPointer()
+
+the other XIModifierState/XIGroupState fields are being set correctly,
+but the effective field was being left as undefined memory.
+
+Signed-off-by: Carlos Garnacho carl...@gnome.org
+Signed-off-by: Peter Hutterer peter.hutte...@who-t.net
+
+commit a5961a8459614fcaa801a47cda07d3ee8246b16f
+Author: Philipp Reh s...@s-e-f-i.de
+Date:   Mon Jan 10 17:35:57 2011 +0100
+
+Fix passive grabs.
+
+_XIPassiveGrabDevice, which is called by alle the passive grab functions,
+wrongly returns an error when it shouldn't.
+The attached patch adds the missing not to properly test the error
+condition of _XReply.
+   

libxi: Changes to 'debian-squeeze'

2011-02-07 Thread Julien Cristau
New branch 'debian-squeeze' available with the following commits:
commit 8f7958dbae15de702ad991eb433231f976ca6ab4
Author: Carlos Garnacho carl...@gnome.org
Date:   Mon Jan 24 12:35:04 2011 +0100

Fill in mods/group-effective in XIQueryPointer()

the other XIModifierState/XIGroupState fields are being set correctly,
but the effective field was being left as undefined memory.

Signed-off-by: Carlos Garnacho carl...@gnome.org
Signed-off-by: Peter Hutterer peter.hutte...@who-t.net
(cherry picked from commit e0c95ce2348a9c9afaa4862368c7a5ae6913457c)

commit d3310f595f0eb09040e12f12bb74f83ae756706a
Author: Philipp Reh s...@s-e-f-i.de
Date:   Mon Jan 10 17:35:57 2011 +0100

Fix passive grabs.

_XIPassiveGrabDevice, which is called by alle the passive grab functions,
wrongly returns an error when it shouldn't.
The attached patch adds the missing not to properly test the error
condition of _XReply.

Signed-off-by: Philipp Reh s...@s-e-f-i.de
Reviewed-by: Daniel Stone dan...@fooishbar.org
Reviewed-by: Peter Hutterer peter.hutte...@who-t.net
(cherry picked from commit a5961a8459614fcaa801a47cda07d3ee8246b16f)


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1pmajf-00053i...@alioth.debian.org



libxi: Changes to 'debian-squeeze'

2011-02-07 Thread Julien Cristau
 debian/changelog |8 
 1 file changed, 8 insertions(+)

New commits:
commit 04d7fe2b6b80d8d4bbd04f111450be8a610da0b9
Author: Julien Cristau jcris...@debian.org
Date:   Tue Feb 8 00:16:27 2011 +0100

Document cherry-picks

diff --git a/debian/changelog b/debian/changelog
index 3ecdd89..3a2b76f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+libxi (2:1.3-7) UNRELEASED; urgency=low
+
+  * Cherry-pick two patches from upstream:
+- Fix passive grabs
+- Fill in mods/group-effective in XIQueryPointer
+
+ -- Julien Cristau jcris...@debian.org  Tue, 08 Feb 2011 00:15:12 +0100
+
 libxi (2:1.3-6) unstable; urgency=medium
 
   * WireToEvent: Set display member of all events as well (cherry-pick from


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1pmajy-00059v...@alioth.debian.org



Processing of libxi_1.4.1-1_amd64.changes

2011-02-07 Thread Debian FTP Masters
libxi_1.4.1-1_amd64.changes uploaded successfully to localhost
along with the files:
  libxi_1.4.1-1.dsc
  libxi_1.4.1.orig.tar.gz
  libxi_1.4.1-1.diff.gz
  libxi6_1.4.1-1_amd64.deb
  libxi6-udeb_1.4.1-1_amd64.udeb
  libxi6-dbg_1.4.1-1_amd64.deb
  libxi-dev_1.4.1-1_amd64.deb

Greetings,

Your Debian queue daemon (running on host franck.debian.org)


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1pmam9-0008a2...@franck.debian.org



libxi: Changes to 'debian-unstable'

2011-02-07 Thread Julien Cristau
 debian/changelog |6 ++
 debian/control   |2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

New commits:
commit b9d5009b4bf92fd1fcbfe510450dbcfec958193a
Author: Julien Cristau jcris...@debian.org
Date:   Tue Feb 8 00:42:02 2011 +0100

Bump Standards-Version to 3.9.1 (no changes).

diff --git a/debian/changelog b/debian/changelog
index 778348d..f9e9577 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libxi (2:1.4.1-2) UNRELEASED; urgency=low
+
+  * Bump Standards-Version to 3.9.1 (no changes).
+
+ -- Julien Cristau jcris...@debian.org  Tue, 08 Feb 2011 00:41:50 +0100
+
 libxi (2:1.4.1-1) unstable; urgency=low
 
   * New upstream release.
diff --git a/debian/control b/debian/control
index 38dbf2c..594a4e0 100644
--- a/debian/control
+++ b/debian/control
@@ -21,7 +21,7 @@ Build-Depends:
  xmlto,
  xorg-sgml-doctools (= 1:1.5),
  w3m,
-Standards-Version: 3.8.4
+Standards-Version: 3.9.1
 Vcs-Git: git://git.debian.org/git/pkg-xorg/lib/libxi
 Vcs-Browser: http://git.debian.org/?p=pkg-xorg/lib/libxi.git
 


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1pmaik-0001yg...@alioth.debian.org



libxi_1.4.1-1_amd64.changes ACCEPTED into unstable

2011-02-07 Thread Debian FTP Masters



Accepted:
libxi-dev_1.4.1-1_amd64.deb
  to main/libx/libxi/libxi-dev_1.4.1-1_amd64.deb
libxi6-dbg_1.4.1-1_amd64.deb
  to main/libx/libxi/libxi6-dbg_1.4.1-1_amd64.deb
libxi6-udeb_1.4.1-1_amd64.udeb
  to main/libx/libxi/libxi6-udeb_1.4.1-1_amd64.udeb
libxi6_1.4.1-1_amd64.deb
  to main/libx/libxi/libxi6_1.4.1-1_amd64.deb
libxi_1.4.1-1.diff.gz
  to main/libx/libxi/libxi_1.4.1-1.diff.gz
libxi_1.4.1-1.dsc
  to main/libx/libxi/libxi_1.4.1-1.dsc
libxi_1.4.1.orig.tar.gz
  to main/libx/libxi/libxi_1.4.1.orig.tar.gz


Override entries for your package:
libxi-dev_1.4.1-1_amd64.deb - optional libdevel
libxi6-dbg_1.4.1-1_amd64.deb - extra debug
libxi6-udeb_1.4.1-1_amd64.udeb - optional debian-installer
libxi6_1.4.1-1_amd64.deb - optional libs
libxi_1.4.1-1.dsc - source x11

Announcing to debian-devel-chan...@lists.debian.org


Thank you for your contribution to Debian.


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1pmabl-000111...@franck.debian.org



Bug#604967: marked as done (Please disable hal support)

2011-02-07 Thread Debian Bug Tracking System
Your message dated Tue, 08 Feb 2011 11:12:26 +1100
with message-id 1297123946.30323.12.camel@pug
and subject line #604967: Xprint:  Please disable hal support
has caused the Debian Bug report #604967,
regarding Please disable hal support
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 ow...@bugs.debian.org
immediately.)


-- 
604967: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=604967
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: xprint
Version: 1.6.0-4
Severity: normal
Tags: patch
User: pkg-utopia-maintain...@lists.alioth.debian.org

Hi,

as we want to get rid of hal eventually, please disable hal support in
xprint (or remove the package altogether).

In case you decide for the former, a patch is attached.

Cheers,
Michael


-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (200, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-686 (SMP w/1 CPU core)
Locale: LANG=de_DE.utf8, LC_CTYPE=de_DE.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff --git a/debian/control b/debian/control
index 8cdbc2a..24a67b5 100644
--- a/debian/control
+++ b/debian/control
@@ -48,8 +48,6 @@ Build-Depends:
  libpixman-1-dev (= 0.13.2),
  libpciaccess-dev,
  libgcrypt-dev,
- libdbus-1-dev [!hurd-i386],
- libhal-dev [!hurd-i386],
  libselinux1-dev (= 2.0.80) [alpha amd64 arm armeb armel avr32 hppa i386 ia64 lpia m32r m68k mips mipsel powerpc ppc64 s390 s390x sh3 sh3eb sh4 sh4eb sparc],
  libaudit-dev [alpha amd64 arm armeb armel avr32 hppa i386 ia64 lpia m32r m68k mips mipsel powerpc ppc64 s390 s390x sh3 sh3eb sh4 sh4eb sparc],
  x11proto-xf86dri-dev,
diff --git a/debian/rules b/debian/rules
index 9ec70b9..7745d57 100755
--- a/debian/rules
+++ b/debian/rules
@@ -42,10 +42,8 @@ endif
 
 ifeq ($(DEB_HOST_ARCH), hurd-i386)
 	dri = --disable-dri --disable-dri2
-	config_hal = --disable-config-hal
 else
 	dri = --enable-dri --enable-dri2
-	config_hal = --enable-config-hal
 endif
 
 INSTALL=/usr/bin/install
@@ -97,7 +95,7 @@ confflags += \
 	 --disable-xf86bigfont \
 	 --enable-dpms \
 	 --disable-config-dbus \
-	 $(config_hal) \
+	 --disable-config-hal \
 	 --enable-xfree86-utils \
 	 --disable-xorg \
 	 --disable-dmx \
---End Message---
---BeginMessage---
Hi Michael, now that squeeze is out, we're planning to remove xprint
from the archives.  So I'll leave hal in for the purposes of the
snapshot (past revisions) archive.  Anyone wanting to resurrect xprint
from the past can deal with the hal issues then.

Closing the bug then with resolution remove package.

Drew


---End Message---


Bug#608445: #608445: xprint: [INTL:da] Danish translation of the debconf templates xprint

2011-02-07 Thread Drew Parsons
Arrived a bit late in the day, sorry guys. But I'll pack the translation
in just before removing xprint from the archives.

Thanks for the efforts anyway!

Drew






-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/1297124076.30323.14.camel@pug



Bug#612380: xorg: sigsegv after drmGetBusId in /usr/bin/X

2011-02-07 Thread Jurriaan
Package: xorg
Version: 1:7.6+1
Severity: important


This is a Thinkpad T60p, and X doesn't start after the last dist-upgrade
last night. It worked perfectly before.

Need more info? Mail me at jurri...@rivierenland.xs4all.nl

Kind regards,
Jurriaan

-- Package-specific info:
X server symlink status:

lrwxrwxrwx 1 root root 13 Oct  3  2009 /etc/X11/X - /usr/bin/Xorg
-rwxr-xr-x 1 root root 1733468 Jan 29 16:12 /usr/bin/Xorg

VGA-compatible devices on PCI bus:
--
01:00.0 VGA compatible controller: ATI Technologies Inc M56GL [Mobility FireGL 
V5250]

Xorg X server configuration file status:

-rw-r--r-- 1 root root 1077 Oct  3  2009 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
---
# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type man xorg.conf at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section InputDevice
Identifier  Generic Keyboard
Driver  kbd
Option  XkbRules  xorg
Option  XkbModel  pc104
Option  XkbLayout us
EndSection

Section InputDevice
Identifier  Configured Mouse
Driver  mouse
EndSection

Section Device
Identifier  Configured Video Device
EndSection

Section Monitor
Identifier  Configured Monitor
EndSection

Section Screen
Identifier  Default Screen
Monitor Configured Monitor
EndSection

/etc/X11/xorg.conf.d does not exist.

Kernel version (/proc/version):
---
Linux version 2.6.32 (root@thinkpad) (gcc version 4.4.3 (Debian 4.4.3-3) ) #4 
SMP PREEMPT Fri Mar 19 18:58:10 CET 2010

Xorg X server log files on system:
--
-rw-r--r-- 1 root root 39434 Feb  8 06:13 /var/log/Xorg.0.log

Contents of most recent Xorg X server log file (/var/log/Xorg.0.log):
-

X.Org X Server 1.7.7
Release Date: 2010-05-04
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.32.28-dsa-ia32 i686 Debian
Current Operating System: Linux thinkpad 2.6.32 #4 SMP PREEMPT Fri Mar 19 
18:58:10 CET 2010 i686
Kernel command line: BOOT_IMAGE=/boot/vmlinux-2.6.32 root=/dev/sda1 ro
Build Date: 29 January 2011  03:06:36PM
xorg-server 2:1.7.7-12 (Cyril Brulebois k...@debian.org) 
Current version of pixman: 0.21.4
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: /var/log/Xorg.0.log, Time: Tue Feb  8 06:13:36 2011
(==) Using config file: /etc/X11/xorg.conf
(==) Using system config directory /usr/share/X11/xorg.conf.d
(==) No Layout section.  Using the first Screen section.
(**) |--Screen Default Screen (0)
(**) |   |--Monitor Configured Monitor
(==) No device specified for screen Default Screen.
Using the first device section listed.
(**) |   |--Device Configured Video Device
(==) Automatically adding devices
(==) Automatically enabling devices
(WW) The directory /usr/share/fonts/X11/cyrillic does not exist.
Entry deleted from font path.
(==) FontPath set to:
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/100dpi/:unscaled,
/usr/share/fonts/X11/75dpi/:unscaled,
/usr/share/fonts/X11/Type1,
/usr/share/fonts/X11/100dpi,
/usr/share/fonts/X11/75dpi,
/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
built-ins
(==) ModulePath set to /usr/lib/xorg/modules
(II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable 
AutoAddDevices.
(II) Loader magic: 0x81ecca0
(II) Module ABI versions:
X.Org ANSI C Emulation: 0.4
X.Org Video Driver: 6.0
X.Org XInput driver : 7.0
X.Org Server Extension : 2.0
(--) using VT number 8

(--) PCI:*(0:1:0:0) 1002:71d4:17aa:20a4 ATI Technologies Inc M56GL [Mobility 
FireGL V5250] rev 0, Mem @ 0xd000/268435456, 0xee10/65536, I/O @ 
0x2000/256, BIOS @ 0x/131072
(II) Open ACPI successful (/var/run/acpid.socket)
(II) LoadModule: extmod
(II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
(II) Module extmod: 

libxi: Changes to 'refs/tags/libxi-2_1.4.0-1'

2011-02-07 Thread Cyril Brulebois
Tag 'libxi-2_1.4.0-1' created by Cyril Brulebois k...@debian.org at 
2011-01-14 05:26 +

Tagging upload of libxi 2:1.4.0-1 to experimental.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEABECAAYFAk0v3oAACgkQeGfVPHR5Nd2cEACg1XOA0vsT3pU037o3GWvuZIxQ
5agAnRn5d9xHfOGPLqGllz5xn246N52T
=NbXo
-END PGP SIGNATURE-

Changes since libxi-2_1.3-6:
Alan Coopersmith (1):
  Update Sun license notices to current X.Org standard form

Carlos Garnacho (1):
  Fix typo when converting raw events from the wire.

Cyril Brulebois (10):
  Merge branch 'upstream-experimental' into debian-experimental
  Bump changelogs.
  Update debian/copyright from upstream COPYING.
  Bump xutils-dev build-dep for new macros.
  Pass --with-xmlto and --without-fop to configure.
  Add xmlto, xorg-sgml-doctools, and w3m build-dep accordingly.
  Switch dh_install from --list-missing to --fail-missing for added safety.
  Get rid of *.xml files before running dh_install.
  Ship *.html, *.txt, *.css in libxi-dev.
  Upload to experimental, fixing version number.

Dan Nicholson (1):
  Need both xmlto and asciidoc to install man pages from a checkout

Fernando Carrijo (1):
  Purge macros NEED_EVENTS and NEED_REPLIES

Gaetan Nadon (21):
  .gitignore: use common defaults with custom section # 24239
  Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432
  Deploy the new XORG_DEFAULT_OPTIONS #24242
  INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
  Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
  man: ignore generated .man from .txt files in this directory
  COPYING: add missing copyright notice
  config: replace custom code with reusable macro XORG_WITH_XMLTO
  man: allow installing prebuilt man pages from tarball
  man: remove redundant nodist prefix to libman_DATA
  config: move CWARNFLAGS from configure.ac to Makefile.am
  doc: specify minimum version for xmlto and ascidoc
  config: remove the pkgconfig pc.in file from EXTRA_DIST
  config: update AC_PREREQ statement to 2.60
  man: remove used LIB_MAN_DIR_SUFFIX (part of an unrequired broken fix)
  man: use shadows terminology in variable names.
  man: rename libman_pre to libman_PRE
  man: add/change comments regarding the 3 step conversion from text source
  man: Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS
  man: whitespace management
  man: add $(AM_V_GEN) for silent rules where missing

Jamey Sharp (1):
  Don't unlock the Display twice.

Jesse Adkins (1):
  Purge cvs tags.

Julien Cristau (1):
  man: fix typo in XIQueryDevice doc

Matt Dew (1):
  specs: convert input .ms specs from xorg-docs module to DocBook XML

Matthieu Herrb (1):
  Fix build with gcc 2.95

Pauli Nieminen (6):
  Fix usage of uninitialized value
  Fix memory leak in XIGetSelectedEvents
  Use single error path in XQueryDeviceState
  Use single error path in XGetFeedbackControl
  Use single error path in XGetDeviceControl
  Always unlock display correctly

Peter Hutterer (5):
  man: fix types for XGetSelectedExtensionEvents.
  Initialize extension with the right number of events.
  man: improve readability of XAllowDeviceEvents.
  man: XGetDeviceProperty(3) has no parameter 'pending'.
  libXi 1.4

---
 .gitignore   |   77 
 COPYING  |   21 
 ChangeLog|  463 ++
 Makefile.am  |   11 
 configure.ac |   48 
 debian/changelog |   14 
 debian/control   |8 
 debian/copyright |   43 
 debian/libxi-dev.install |6 
 debian/rules |5 
 doc/.gitignore   |6 
 doc/Makefile.am  |   66 
 doc/porting.xml  | 1209 ++
 man/.gitignore   |2 
 man/Makefile.am  |  246 -
 specs/.gitignore |6 
 specs/Makefile.am|   68 
 specs/encoding.xml   | 2312 
 specs/inputlib.xml   |   70 
 specs/library.xml| 8559 +++
 src/Makefile.am  |3 
 src/XExtInt.c|2 
 src/XExtToWire.c |3 
 src/XGetDCtl.c   |   23 
 src/XGetFCtl.c   |   23 
 src/XISelEv.c|2 
 src/XIint.h  |2 
 src/XListDev.c   |2 
 src/XQueryDv.c   |   24 
 src/XSetBMap.c   |1 
 30 files changed, 13101 insertions(+), 224 deletions(-)
---


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1pmgfw-0006wo...@alioth.debian.org



Re: libxi: Changes to 'debian-experimental'

2011-02-07 Thread Cyril Brulebois
Julien Cristau jcris...@debian.org (07/02/2011):
  -libxi (2:1.4-1) UNRELEASED; urgency=low
  +libxi (2:1.4.0-1) experimental; urgency=low
 Forgot to push the tag?

Hi,

just pushed, thanks.

KiBi.


signature.asc
Description: Digital signature


Bug#612380: xorg: sigsegv after drmGetBusId in /usr/bin/X

2011-02-07 Thread Cyril Brulebois
Hi,

Jurriaan thund...@xs4all.nl (08/02/2011):
 Package: xorg
 Version: 1:7.6+1
 Severity: important
 
 This is a Thinkpad T60p, and X doesn't start after the last
 dist-upgrade last night. It worked perfectly before.

so you're still using server 1.7.x with mesa 7.10. You could try
upgrading xserver-xorg-core to 1.9.4 (in sid), and your input/video
drivers to the version in experimental (due to a glitch, the drivers
for 1.9.x didn't reach sid yet).

 Backtrace:
 0: /usr/bin/X (xorg_backtrace+0x3b) [0x80adedb]
 1: /usr/bin/X (0x8048000+0x5aab5) [0x80a2ab5]
 2: (vdso) (__kernel_rt_sigreturn+0x0) [0xe40c]
 3: /usr/lib/xorg/modules/extensions/libglx.so (0xb72db000+0x3fc24) 
 [0xb731ac24]
 4: /usr/lib/xorg/modules/extensions/libglx.so (0xb72db000+0x364f2) 
 [0xb73114f2]
 5: /usr/bin/X (InitExtensions+0x85) [0x80cb385]
 6: /usr/bin/X (0x8048000+0x1e80d) [0x806680d]
 7: /lib/i686/cmov/libc.so.6 (__libc_start_main+0xe6) [0xb7459c76]
 8: /usr/bin/X (0x8048000+0x1e5a1) [0x80665a1]
 Segmentation fault at address (nil)

If you can still reproduce the bug once you've upgraded, you could try
and get a fullbacktrace:
  http://pkg-xorg.alioth.debian.org/howtos/use-gdb.html

KiBi.


signature.asc
Description: Digital signature