Bug#442200: xorg: periodically stops responding to mouse clicks or window changes

2007-09-16 Thread Brice Goglin
Jamin W. Collins wrote:
 Please send us the whole output of
 /usr/share/bug/xserver-xorg/script 31
 so that we see your whole config and log.
 

 I've attached the output.
   

You're using the nvidia binary driver, we can't debug this. Could you
reproduce with a free driver, either nv or vesa?

Thanks,
Brice




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#440185: FW: Bug#440185: FW: new install won't boot completely

2007-09-16 Thread Brice Goglin
David Wilkins wrote:
 Does anybody have any more ideas/suggestions on how to resolve this problem?
 I sent the output of lspci -nn as requested, but haven't heard anything
 since then (almost two weeks ago).

 I am still stuck at base camp with this Debian installation - I am loath to
 abandon Debian and go to some other Linux strain as it seems like this one
 is the best for my requirements, but I can't even get a screen up at the
 moment.
   

Please the whole output of
/usr/share/bug/xserver-xorg/script 31
so that we see your config and log.

Which video board are you willing to use? the ATI one, the S3 one, or
both? What kind of computer is this?

Brice




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#400515: marked as done (/usr/share/X11/xkb/symbols/us: backslash not working in us layout if layout set to cz, us)

2007-09-16 Thread Debian Bug Tracking System
Your message dated Fri, 14 Sep 2007 18:46:19 +0200
with message-id [EMAIL PROTECTED]
and subject line Bug#400515: /usr/share/X11/xkb/symbols/us: backslash not 
working in us layout if layout set to cz, us
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

---BeginMessage---
Package: xkb-data
Version: 0.9-4
Severity: minor
File: /usr/share/X11/xkb/symbols/us


Hi!

The BKSL key (backslash/pipe key) is not working properly if I set xxkbmap to

setxkbmap -rules xorg -model pc105 -layout cz,us -option
grp:alt_shift_toggle

The backslash key does not set back to backslash/pipe key when toggled
to us layout from cz layout. It has the same cz function on both
layouts.

Strangely enough, if I set us layout first...

setxkbmap -rules xorg -model pc105 -layout us,cz -option
grp:alt_shift_toggle

...everything works correctly.

Attached patch fixes the problem for me:

--- symbols/us.orig 2006-11-26 20:46:13.0 +0100
+++ symbols/us  2006-11-26 20:54:51.0 +0100
@@ -60,6 +60,7 @@
 key AB08 {   [ comma,less]   };
 key AB09 {   [period,greater ]   };
 key AB10 {   [ slash,question]   };
+key BKSL {   [ backslash,bar ] };

// End alphanumeric section
 };


Thank you,

Marek

-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-2-k7
Locale: LANG=cs_CZ.UTF-8, LC_CTYPE=cs_CZ.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to cs_CZ.UTF-8)

-- no debconf information
--- symbols/us.orig	2006-11-26 20:46:13.0 +0100
+++ symbols/us	2006-11-26 20:54:51.0 +0100
@@ -60,6 +60,7 @@
 key AB08 {	[ comma,	less		]	};
 key AB09 {	[period,	greater		]	};
 key AB10 {	[ slash,	question	]	};
+key BKSL {	[ backslash,	bar	]	};
 
 // End alphanumeric section
 };
---End Message---
---BeginMessage---
On Sat, Apr 28, 2007, Mohammed Adnène Trojette wrote:
 On Sun, Nov 26, 2006, Marek Schmidt wrote:
  The BKSL key (backslash/pipe key) is not working properly if I set xxkbmap 
  to
 
 For people who want their ralt back, there is an option lv3:ralt_alt.
 Does it fix the issue for you?

With no answer from you, I'll assume it is working correctly now.
Feel free to reopen it if the fix doesn't work for you.

-- 
Mohammed Adnène Trojette

---End Message---


Bug#442314: xserver-xorg-input-synaptics: Please provide packages for xserver-xorg-core

2007-09-16 Thread Julien Cristau
On Sun, Sep 16, 2007 at 01:36:12 +0200, Harald Braumann wrote:

 Hi,
 
 had the same problem. I built it against xorg 7.3 and it works. Just a
 view minor modifications are needed. Patch attached.
 
 Regards,
 h
 
 diff -ru a/debian/control b/debian/control
 --- a/debian/control2007-09-16 01:02:38.0 +0200
 +++ b/debian/control2007-09-16 01:16:34.0 +0200
 @@ -21,7 +21,7 @@
  Depends: ${shlibs:Depends}, ${xserver:Depends}, libxi6
  Conflicts: xfree86-driver-synaptics ( 0.14.4-2), xorg-driver-synaptics
  Replaces: xfree86-driver-synaptics ( 0.14.4-2), xorg-driver-synaptics
 -Provides: xserver-xorg-input, xfree86-driver-synaptics, xorg-driver-synaptics
 +Provides: xserver-xorg-input-0.9, xfree86-driver-synaptics, 
 xorg-driver-synaptics

This should be xserver-xorg-input-2 (as exported in
/usr/share/xserver-xorg/inputabiver).

  Suggests: gsynaptics | ksynaptics | qsynaptics
  Description: Synaptics TouchPad driver for X.Org/XFree86 server
   This package provides an input driver for the X.Org/XFree86 X server to 
 enable
 diff -ru a/Makefile b/Makefile
 --- a/Makefile  2007-09-16 01:02:38.0 +0200
 +++ b/Makefile  2007-09-16 01:13:37.0 +0200
 @@ -33,11 +33,12 @@
SYNAPTICS_DRV = synaptics_drv.so
LDCOMBINEFLAGS = -shared -lc
PICFLAG = $(call check_gcc,-fPIC,)
 +  PIXMAN_INCLUDES = $(shell pkg-config pixman-1 --cflags)
X_INCLUDES_ROOT = $(INSTALLED_X)
SDKDIR = $(shell pkg-config xorg-server --variable=sdkdir)
ALLINCLUDES = -I. -I$(INSTALLED_X)/include/X11 \
 -I$(INSTALLED_X)/include/X11/extensions \
 -   -I$(SDKDIR)
 +   -I$(SDKDIR) $(PIXMAN_INCLUDES)
  else
INSTALLED_X = /usr/X11R6
INPUT_MODULE_DIR = $(DESTDIR)/$(INSTALLED_X)/$(LIBDIR)/modules/input
 
And this should just use 'pkg-config --cflags xorg-server'.

Cheers,
Julien



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#442316: xserver-xorg-input-evdev: evdev from experimental messes up my keyboard layout

2007-09-16 Thread Michael Biebl
Julien Cristau schrieb:
 On Sat, Sep 15, 2007 at 02:15:52 +0200, Michael Biebl wrote:
 
 Package: xserver-xorg-input-evdev
 Version: 1:1.2.0~git20070819-2
 Severity: important

 As you can see from the xorg.conf, I set up a German keyboard layout.
 After installing evdev from experimental I lost my German
 keyboard layout (I guess its english, y is z e.g.). 
 Also, my special keys like alt+f1 dont work anymore.

 Hrm.  I'm not sure why evdev is even loaded.  Did you enable input
 hotplug via hal?

Not that I know of. I actually don't know how to enable input
hotplugging via hal.
I didn't explicitly enabled it in my xorg.conf (as you can see) so I
guess it's a compiled in default.
I purged xserver-xorg-input-evdev for now to get a working keyboard
back. I'm not sure if xserver-xorg-input-all should depend on evdev
until this is fixed.

Cheers,
Michael


-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?



signature.asc
Description: OpenPGP digital signature


Bug#442479: XKB layout setting ignored with evdev keyboard driver

2007-09-16 Thread Markus Schoder
Package: xkb-data
Version: 1.0~cvs.20070914-1
Severity: normal

The keyboard layout specified in xorg.conf (in my case de) with the
XkbLayout option is ignored. Instead I get what I think is the us 
layout.

I get the following error message in the Xorg log:
(WW) Couldn't load XKB keymap, falling back to pre-XKB keymap

The problem as well as the message disappear if I either switch to the
old version of /usr/share/X11/xkb/keycodes/evdev or change the minimum
keycode setting back to 8 and remove the keycode mappings below 8.

Just changing the minimum back to 1 will trigger the problem again.

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.22.6-cfs-v20.5 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#442479: XKB layout setting ignored with evdev keyboard driver

2007-09-16 Thread Mohammed Adnène Trojette
On Sun, Sep 16, 2007, Markus Schoder wrote:
 Package: xkb-data
 Version: 1.0~cvs.20070914-1
 Severity: normal

 The keyboard layout specified in xorg.conf (in my case de) with the
 XkbLayout option is ignored. Instead I get what I think is the us
 layout.

 I get the following error message in the Xorg log:
 (WW) Couldn't load XKB keymap, falling back to pre-XKB keymap

 The problem as well as the message disappear if I either switch to the
 old version of /usr/share/X11/xkb/keycodes/evdev or change the minimum
 keycode setting back to 8 and remove the keycode mappings below 8.

 Just changing the minimum back to 1 will trigger the problem again.

Please could you try the following patch?

Index: evdev
===
--- evdev   2 Sep 2007 20:45:27 -   1.8
+++ evdev   14 Sep 2007 22:12:48 -  1.9
@@ -1,7 +1,7 @@
 // translation from evdev scancodes to something resembling xfree86 keycodes.

 default xkb_keycodes evdev {
-   minimum = 1;
+   minimum = 8;
maximum = 255;

 # Added for pc105 compatibility
@@ -279,12 +279,12 @@
I253 = 253;   // #define KEY_DISPLAY_OFF 245

// Fake keycodes for virtual keys
-   MDSW =   1;
-   LVL3 =   2;
-   ALT  =   3;
-   META =   4;
-   SUPR =   5;
-   HYPR =   6;
+   LVL3 =   92;
+   MDSW =   203;
+   ALT  =   204;
+   META =   205;
+   SUPR =   206;
+   HYPR =   207;

indicator 1  = Caps Lock;
indicator 2  = Num Lock;


-- 
Mohammed Adnène Trojette




Processing of xserver-xorg-video-ivtvdev_1.0.0~svn4049-1_i386.changes

2007-09-16 Thread Archive Administrator
xserver-xorg-video-ivtvdev_1.0.0~svn4049-1_i386.changes uploaded successfully 
to localhost
along with the files:
  xserver-xorg-video-ivtvdev_1.0.0~svn4049-1.dsc
  xserver-xorg-video-ivtvdev_1.0.0~svn4049.orig.tar.gz
  xserver-xorg-video-ivtvdev_1.0.0~svn4049-1.diff.gz
  xserver-xorg-video-ivtv_1.0.0~svn4049-1_i386.deb

Greetings,

Your Debian queue daemon


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: sponsored upload of ivtv

2007-09-16 Thread David Nusinow
On Fri, Sep 14, 2007 at 07:33:33AM +0100, Ian Campbell wrote:
 On Thu, 2007-09-13 at 20:03 -0400, David Nusinow wrote:
  Hi Ian,
  
  On Mon, Sep 10, 2007 at 10:20:19PM +0100, Ian Campbell wrote:
   Hi David,
   
   Please could you sponsor another upload of xserver-xorg-video-ivtvdev. I
   didn't really want to upload an svn snapshot but unfortunately version
   1.0.0~svn4049-1 is required to work with the version of the kernel
   driver which is now in the 2.6.22 kernel packages (#441275). 
   
   I've uploaded source and binaries to
   http://www.hellion.org.uk/ivtv/debian/ and tagged the same in the git
   repo with xserver-xorg-video-ivtvdev-1.0.0.svn4049-1 (git-buildpackage
   seems to have squashed the ~ into a . for me).
  
  I can't find svn4049-1 at that source, just svn4027-1. I can upload this if
  you like, but I assume it's an older version. If you want 4027 uploaded,
  just let me know and I'll get it done ASAP.
 
 I put the files in my staging area but forgot to run the upload script.
 They are there now.
 
 Sorry about that!

No problem. I've just uploaded it. Just so you know, We're going to have to
do another upload soonish when we get the new server in to unstable also
because the ABI has changed for the 1.4 release.

 - David Nusinow


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



xserver-xorg-video-ivtvdev_1.0.0~svn4049-1_i386.changes ACCEPTED

2007-09-16 Thread Debian Installer

Accepted:
xserver-xorg-video-ivtv_1.0.0~svn4049-1_i386.deb
  to 
pool/contrib/x/xserver-xorg-video-ivtvdev/xserver-xorg-video-ivtv_1.0.0~svn4049-1_i386.deb
xserver-xorg-video-ivtvdev_1.0.0~svn4049-1.diff.gz
  to 
pool/contrib/x/xserver-xorg-video-ivtvdev/xserver-xorg-video-ivtvdev_1.0.0~svn4049-1.diff.gz
xserver-xorg-video-ivtvdev_1.0.0~svn4049-1.dsc
  to 
pool/contrib/x/xserver-xorg-video-ivtvdev/xserver-xorg-video-ivtvdev_1.0.0~svn4049-1.dsc
xserver-xorg-video-ivtvdev_1.0.0~svn4049.orig.tar.gz
  to 
pool/contrib/x/xserver-xorg-video-ivtvdev/xserver-xorg-video-ivtvdev_1.0.0~svn4049.orig.tar.gz


Override entries for your package:
xserver-xorg-video-ivtv_1.0.0~svn4049-1_i386.deb - extra contrib/x11
xserver-xorg-video-ivtvdev_1.0.0~svn4049-1.dsc - source contrib/x11

Announcing to [EMAIL PROTECTED]
Closing bugs: 441275 


Thank you for your contribution to Debian.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#441275: marked as done (ivtv-source: ivtv-fb and the X driver ivtvdev don't work any more)

2007-09-16 Thread Debian Bug Tracking System
Your message dated Sun, 16 Sep 2007 16:02:09 +
with message-id [EMAIL PROTECTED]
and subject line Bug#441275: fixed in xserver-xorg-video-ivtvdev 1.0.0~svn4049-1
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

---BeginMessage---
Package: ivtv-source
Version: 1.0.2-2
Severity: important

Hey, since I upgraded my kernel to 2.6.22, my Xserver doesn't start on
TVout anymore.

I don't know whether this is a bug in ivtv-fb or in the Xserver driver
ivtvdev (I'm using 0.10.6-1). Loading the module ivtv-fb with modprobe
works without problems, and in dmesg i see:

ivtv0-fb: Framebuffer at 0xc951, mapped to 0xc2000121, size 1665k
ivtv0-fb: === Validated display mode  ===
ivtv0-fb: Display size 640x480 (640x480 Virtual) @ 8bpp
ivtv0-fb: Display position 41,49
ivtv0-fb: Display filter : on
ivtv0-fb: Color space : RGB
ivtv0-fb: === Display mode change ===
ivtv0-fb: Display size 640x480 (640x480 Virtual) @ 8bpp
ivtv0-fb: Display position 41,49
ivtv0-fb: Display filter : on
ivtv0-fb: Color space : RGB
ivtv0-fb: Framebuffer registered on ivtv card id 0

But when starting the Xserver (with exactly the same version and config
as with kernel 2.6.21 - where it worked), Xorg.0.log gives:

[...]
(II) LoadModule: ivtvdev
(II) Loading /usr/lib/xorg/modules/drivers//ivtvdev_drv.so
(II) Module ivtv: vendor=X.Org Foundation
compiled for 7.1.1, module version = 0.10.6
Module class: X.Org Video Driver
ABI class: X.Org Video Driver, version 1.0
[...]
(--) Chipset PVR-350 found
(EE) NVIDIA(0): ivtvHWProvbe failed to do IVTVFB_IOCTL_GET_STATE for device 
/dev/fb1
(EE) Screen 1 deleted because of no matching config section.
(II) UnloadModule: ivtvdev
[...]

greetings,
 jonas

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.22-3-amd64-resivo
Locale: LANG=C, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages ivtv-source depends on:
ii  bzip2 1.0.3-7high-quality block-sorting file co
ii  debhelper 5.0.53 helper programs for debian/rules
ii  dpatch2.0.27 patch maintenance system for Debia
ii  module-assistant  0.10.11tool to make module package creati

ivtv-source recommends no packages.

-- no debconf information

---End Message---
---BeginMessage---
Source: xserver-xorg-video-ivtvdev
Source-Version: 1.0.0~svn4049-1

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

xserver-xorg-video-ivtv_1.0.0~svn4049-1_i386.deb
  to 
pool/contrib/x/xserver-xorg-video-ivtvdev/xserver-xorg-video-ivtv_1.0.0~svn4049-1_i386.deb
xserver-xorg-video-ivtvdev_1.0.0~svn4049-1.diff.gz
  to 
pool/contrib/x/xserver-xorg-video-ivtvdev/xserver-xorg-video-ivtvdev_1.0.0~svn4049-1.diff.gz
xserver-xorg-video-ivtvdev_1.0.0~svn4049-1.dsc
  to 
pool/contrib/x/xserver-xorg-video-ivtvdev/xserver-xorg-video-ivtvdev_1.0.0~svn4049-1.dsc
xserver-xorg-video-ivtvdev_1.0.0~svn4049.orig.tar.gz
  to 
pool/contrib/x/xserver-xorg-video-ivtvdev/xserver-xorg-video-ivtvdev_1.0.0~svn4049.orig.tar.gz



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

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Ian Campbell [EMAIL PROTECTED] (supplier of updated 
xserver-xorg-video-ivtvdev package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 10 Sep 2007 07:26:44 +0100
Source: xserver-xorg-video-ivtvdev
Binary: xserver-xorg-video-ivtv
Architecture: source i386
Version: 1.0.0~svn4049-1
Distribution: unstable
Urgency: low
Maintainer: Debian X Strike Force debian-x@lists.debian.org
Changed-By: Ian Campbell [EMAIL PROTECTED]
Description: 
 xserver-xorg-video-ivtv - X.Org X server -- IVTV display driver
Closes: 441275
Changes: 
 xserver-xorg-video-ivtvdev (1.0.0~svn4049-1) unstable; urgency=low
 .
   * Import upstream subversion revision 4049 (Closes: #441275).
   * Patch 00_xorg_7_1 is no longer required.
   * The xf86_ansic.h header 

Bug#442479: XKB layout setting ignored with evdev keyboard driver

2007-09-16 Thread Markus Schoder
On Sunday 16 September 2007, Mohammed Adnène Trojette wrote:
 On Sun, Sep 16, 2007, Markus Schoder wrote:
  Package: xkb-data
  Version: 1.0~cvs.20070914-1
  Severity: normal
 
  The keyboard layout specified in xorg.conf (in my case de) with the
  XkbLayout option is ignored. Instead I get what I think is the us
  layout.
 
  I get the following error message in the Xorg log:
  (WW) Couldn't load XKB keymap, falling back to pre-XKB keymap
 
  The problem as well as the message disappear if I either switch to
  the old version of /usr/share/X11/xkb/keycodes/evdev or change the
  minimum keycode setting back to 8 and remove the keycode mappings
  below 8.
 
  Just changing the minimum back to 1 will trigger the problem again.

 Please could you try the following patch?

 Index: evdev
 ===
 --- evdev   2 Sep 2007 20:45:27 -   1.8
 +++ evdev   14 Sep 2007 22:12:48 -  1.9
 @@ -1,7 +1,7 @@
  // translation from evdev scancodes to something resembling xfree86
 keycodes.

  default xkb_keycodes evdev {
 -   minimum = 1;
 +   minimum = 8;
 maximum = 255;

  # Added for pc105 compatibility
 @@ -279,12 +279,12 @@
 I253 = 253;   // #define KEY_DISPLAY_OFF 245

 // Fake keycodes for virtual keys
 -   MDSW =   1;
 -   LVL3 =   2;
 -   ALT  =   3;
 -   META =   4;
 -   SUPR =   5;
 -   HYPR =   6;
 +   LVL3 =   92;
 +   MDSW =   203;
 +   ALT  =   204;
 +   META =   205;
 +   SUPR =   206;
 +   HYPR =   207;

 indicator 1  = Caps Lock;
 indicator 2  = Num Lock;

That fixes the problem.

--
Markus




Bug#441902: xserver-xorg-video-ati: 6.7.192-1~7.2 crashes xserver with xv video playback on compiz

2007-09-16 Thread Alec Robertson
Hi,

 Is it actually a freeze? Or just the server not restoring the VT console
 because it crashes before doing so (known bug in Xserver 1.4)?

It requires a power off as I have no access to a console/X, but I haven't 
checked whether I can ssh in from another machine. 

 Please try with Xserver 1.4 anyway. You're reporting a bug against a
 package which has never been in Debian so far :/

OK, so I did this two ways:
1) upgrade all packages to experimental -- crashed my system when I
   tried to start X, so I gave up on this!
2) just upgrade: xserver-xorg xserver-xorg-core xserver-xorg-input-kbd
   xserver-xorg-input-mouse xserver-xorg-video-ati... but this has the
   same result, I can't even boot into X and have to hard reboot my
   machine.

 You should try removing all these options.

Is there any reason these would cause problems? Unless I am mistaken,
they break down like so:

* defaults (kept in to be able to switch)
Option  AccelMethod  XAA# XAA (default,fast) or EXA 
 (slow,buggy)

* required for compiz
Option  XAANoOffscreenPixmaps # default is undefined 
 (required for compiz)

* physical parameter for my card
Option  AGPMode  4  # default is 1 (4x=firegl-t2)

* a recommendation I found somewhere (is this necessary?)
Option  GARTSize 64 # default is 8 Mb

* improve power consumption (I'm on a laptop, does this cause problems)
Option  DynamicClockson # default is off (on=faster?)

* I use radeonfb and the man page says I can turn this off (problems?)
Option  VGAAccessoff# default is on (not required 
 for radeonfb)


 You should try EXA instead of XAA too (especially with Xserver 1.4).

I've been trying this on and off, but with my compiz desktop, EXA is
terribly slow to draw the windows.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Processed: tagging 442479

2007-09-16 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.10.8
 tags 442479 fixed-upstream
Bug#442479: XKB layout setting ignored with evdev keyboard driver
There were no tags set.
Tags added: fixed-upstream


End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Processed: setting package to xkb-data xkeyboard-config, tagging 442479

2007-09-16 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.10.8
 package xkb-data xkeyboard-config
Ignoring bugs not assigned to: xkeyboard-config xkb-data

 tags 442479 + pending
Bug#442479: XKB layout setting ignored with evdev keyboard driver
Tags were: fixed-upstream
Tags added: pending


End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Processing of xkeyboard-config_1.0~cvs.20070916-1_i386.changes

2007-09-16 Thread Archive Administrator
xkeyboard-config_1.0~cvs.20070916-1_i386.changes uploaded successfully to 
localhost
along with the files:
  xkeyboard-config_1.0~cvs.20070916-1.dsc
  xkeyboard-config_1.0~cvs.20070916.orig.tar.gz
  xkeyboard-config_1.0~cvs.20070916-1.diff.gz
  xkb-data_1.0~cvs.20070916-1_all.deb

Greetings,

Your Debian queue daemon


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



xkeyboard-config_1.0~cvs.20070916-1_i386.changes ACCEPTED

2007-09-16 Thread Debian Installer

Accepted:
xkb-data_1.0~cvs.20070916-1_all.deb
  to pool/main/x/xkeyboard-config/xkb-data_1.0~cvs.20070916-1_all.deb
xkeyboard-config_1.0~cvs.20070916-1.diff.gz
  to pool/main/x/xkeyboard-config/xkeyboard-config_1.0~cvs.20070916-1.diff.gz
xkeyboard-config_1.0~cvs.20070916-1.dsc
  to pool/main/x/xkeyboard-config/xkeyboard-config_1.0~cvs.20070916-1.dsc
xkeyboard-config_1.0~cvs.20070916.orig.tar.gz
  to pool/main/x/xkeyboard-config/xkeyboard-config_1.0~cvs.20070916.orig.tar.gz


Override entries for your package:
xkb-data_1.0~cvs.20070916-1_all.deb - extra x11
xkeyboard-config_1.0~cvs.20070916-1.dsc - source x11

Announcing to [EMAIL PROTECTED]
Closing bugs: 442479 


Thank you for your contribution to Debian.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#442479: marked as done (XKB layout setting ignored with evdev keyboard driver)

2007-09-16 Thread Debian Bug Tracking System
Your message dated Sun, 16 Sep 2007 17:17:17 +
with message-id [EMAIL PROTECTED]
and subject line Bug#442479: fixed in xkeyboard-config 1.0~cvs.20070916-1
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

---BeginMessage---
Package: xkb-data
Version: 1.0~cvs.20070914-1
Severity: normal

The keyboard layout specified in xorg.conf (in my case de) with the
XkbLayout option is ignored. Instead I get what I think is the us 
layout.

I get the following error message in the Xorg log:
(WW) Couldn't load XKB keymap, falling back to pre-XKB keymap

The problem as well as the message disappear if I either switch to the
old version of /usr/share/X11/xkb/keycodes/evdev or change the minimum
keycode setting back to 8 and remove the keycode mappings below 8.

Just changing the minimum back to 1 will trigger the problem again.

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.22.6-cfs-v20.5 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

-- no debconf information


---End Message---
---BeginMessage---
Source: xkeyboard-config
Source-Version: 1.0~cvs.20070916-1

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

xkb-data_1.0~cvs.20070916-1_all.deb
  to pool/main/x/xkeyboard-config/xkb-data_1.0~cvs.20070916-1_all.deb
xkeyboard-config_1.0~cvs.20070916-1.diff.gz
  to pool/main/x/xkeyboard-config/xkeyboard-config_1.0~cvs.20070916-1.diff.gz
xkeyboard-config_1.0~cvs.20070916-1.dsc
  to pool/main/x/xkeyboard-config/xkeyboard-config_1.0~cvs.20070916-1.dsc
xkeyboard-config_1.0~cvs.20070916.orig.tar.gz
  to pool/main/x/xkeyboard-config/xkeyboard-config_1.0~cvs.20070916.orig.tar.gz



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

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Mohammed Adnène Trojette [EMAIL PROTECTED] (supplier of updated 
xkeyboard-config package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 16 Sep 2007 18:51:30 +0200
Source: xkeyboard-config
Binary: xkb-data
Architecture: source all
Version: 1.0~cvs.20070916-1
Distribution: unstable
Urgency: low
Maintainer: Debian X Strike Force debian-x@lists.debian.org
Changed-By: Mohammed Adnène Trojette [EMAIL PROTECTED]
Description: 
 xkb-data   - X Keyboard Extension (XKB) configuration data
Closes: 442479
Changes: 
 xkeyboard-config (1.0~cvs.20070916-1) unstable; urgency=low
 .
   * New upstream CVS snapshot from September 16th 2007:
  + fix evdev layout. (Closes: #442479)
Files: 
 8874428373f925b326805a1dec644892 742 x11 extra 
xkeyboard-config_1.0~cvs.20070916-1.dsc
 68a0dde1c4369d1f54aee5d1824e1914 774778 x11 extra 
xkeyboard-config_1.0~cvs.20070916.orig.tar.gz
 6bfd48e1033ba139b1709a98a378c056 84899 x11 extra 
xkeyboard-config_1.0~cvs.20070916-1.diff.gz
 2b0e528b68fefea28bc5e251528c1f26 436970 x11 extra 
xkb-data_1.0~cvs.20070916-1_all.deb

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

iD8DBQFG7V+dOU3FkQ7XBOoRAu/2AKDzU0EYaY1uUVHelUuIV92M9rHopwCg8HUk
xqZTHm27MH9rZ+pEjO31oms=
=LNwY
-END PGP SIGNATURE-


---End Message---


Processing of x11proto-render_0.9.3-2_i386.changes

2007-09-16 Thread Archive Administrator
x11proto-render_0.9.3-2_i386.changes uploaded successfully to localhost
along with the files:
  x11proto-render_0.9.3-2.dsc
  x11proto-render_0.9.3-2.diff.gz
  x11proto-render-dev_0.9.3-2_all.deb

Greetings,

Your Debian queue daemon


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



x11proto-render_0.9.3-2_i386.changes ACCEPTED

2007-09-16 Thread Debian Installer

Accepted:
x11proto-render-dev_0.9.3-2_all.deb
  to pool/main/x/x11proto-render/x11proto-render-dev_0.9.3-2_all.deb
x11proto-render_0.9.3-2.diff.gz
  to pool/main/x/x11proto-render/x11proto-render_0.9.3-2.diff.gz
x11proto-render_0.9.3-2.dsc
  to pool/main/x/x11proto-render/x11proto-render_0.9.3-2.dsc


Override entries for your package:
x11proto-render-dev_0.9.3-2_all.deb - optional x11
x11proto-render_0.9.3-2.dsc - source x11

Announcing to [EMAIL PROTECTED]


Thank you for your contribution to Debian.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



x11proto-render: Changes to 'upstream-unstable'

2007-09-16 Thread David Nusinow
 configure.ac  |2 +-
 render.h  |8 
 renderproto.h |2 --
 3 files changed, 5 insertions(+), 7 deletions(-)

New commits:
commit 9c561f58b713aaecbc0ba3a6a8579094e57fdd20
Author: Eric Anholt [EMAIL PROTECTED]
Date:   Fri Aug 31 14:50:09 2007 -0700

Bump version to 0.9.3.

diff --git a/configure.ac b/configure.ac
index dc3b047..cfe6a0e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_PREREQ([2.57])
-AC_INIT([RenderProto], [0.9.2], 
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg])
+AC_INIT([RenderProto], [0.9.3], 
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg])
 AM_INIT_AUTOMAKE([foreign dist-bzip2])
 
 XORG_RELEASE_VERSION

commit 030dd885476b70c9054b6e4b50dfdbab12e73716
Author: Eric Anholt [EMAIL PROTECTED]
Date:   Fri Aug 31 14:28:03 2007 -0700

Bug #7364: Fix the typedefs of GlyphSet, Picture, and PictFormat to be XIDs.

Without this, they would be 64-bit types on 64-bit X Servers, which
occasionally resulted in incorrect unpacking.

diff --git a/render.h b/render.h
index 691c63f..497af6d 100644
--- a/render.h
+++ b/render.h
@@ -26,10 +26,10 @@
 #ifndef _RENDER_H_
 #define _RENDER_H_
 
-typedef unsigned long  Glyph;
-typedef unsigned long  GlyphSet;
-typedef unsigned long  Picture;
-typedef unsigned long  PictFormat;
+typedef XIDGlyph;
+typedef XIDGlyphSet;
+typedef XIDPicture;
+typedef XIDPictFormat;
 
 #define RENDER_NAMERENDER
 #define RENDER_MAJOR   0
diff --git a/renderproto.h b/renderproto.h
index bdd4c74..ffe0639 100644
--- a/renderproto.h
+++ b/renderproto.h
@@ -46,7 +46,6 @@
 #define PictFormat  CARD32
 #define Fixed  INT32
 #define GlyphsetCARD32
-#define Glyph  CARD32
 
 /*
  * data structures
@@ -660,6 +659,5 @@ typedef struct {
 #undef PictFormat
 #undef Fixed
 #undef Glyphset
-#undef Glyph
 
 #endif /* _XRENDERP_H_ */


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



x11proto-render: Changes to 'refs/tags/x11proto-render-2_0.9.3-2'

2007-09-16 Thread David Nusinow
Tag 'x11proto-render-2_0.9.3-2' created by David Nusinow [EMAIL PROTECTED] at 
2007-09-16 18:19 +

Tagging upload of x11proto-render-2_0.9.3-2 to unstable.

Changes since x11proto-render-2_0.9.3-1:
David Nusinow (1):
  * Upload to unstable

---
 debian/changelog |6 ++
 1 file changed, 6 insertions(+)
---


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



x11proto-render: Changes to 'debian-unstable'

2007-09-16 Thread David Nusinow
 .gitignore   |   10 
 Makefile.am  |5 
 Makefile.in  |  342 +++--
 aclocal.m4   | 1051 +---
 configure| 2544 ---
 configure.ac |2 
 debian/changelog |   15 
 debian/control   |2 
 debian/xsfbs/xsfbs-autoreconf.mk |  150 ++
 debian/xsfbs/xsfbs.mk|  388 +
 debian/xsfbs/xsfbs.sh|  900 +
 install-sh   |  649 ++---
 missing  |  193 +-
 mkinstalldirs|   92 +
 render.h |8 
 renderproto.h|2 
 renderproto.txt  | 1253 +++
 17 files changed, 5530 insertions(+), 2076 deletions(-)

New commits:
commit 18eee4b50f8fc90c3217b10692c1e04aaff092b7
Author: David Nusinow [EMAIL PROTECTED]
Date:   Sun Sep 16 14:19:29 2007 -0400

* Upload to unstable

diff --git a/debian/changelog b/debian/changelog
index 0105d6e..2723071 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+x11proto-render (2:0.9.3-2) unstable; urgency=low
+
+  * Upload to unstable
+
+ -- David Nusinow [EMAIL PROTECTED]  Sun, 16 Sep 2007 13:46:14 -0400
+
 x11proto-render (2:0.9.3-1) experimental; urgency=low
 
   [ Brice Goglin ]

commit c9b37954cb05a1c78c7388d668ef6fb0e68dfe6e
Author: Julien Cristau [EMAIL PROTECTED]
Date:   Mon Sep 3 18:20:33 2007 +0200

Prepare changelog for upload.

diff --git a/debian/changelog b/debian/changelog
index e32d7b8..0105d6e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-x11proto-render (2:0.9.3-1) UNRELEASED; urgency=low
+x11proto-render (2:0.9.3-1) experimental; urgency=low
 
   [ Brice Goglin ]
   * Drop render-dev transitional package since nobody in Etch uses it,
@@ -13,7 +13,7 @@ x11proto-render (2:0.9.3-1) UNRELEASED; urgency=low
   * New upstream release.
   * Add myself to Uploaders and remove Branden with his permission.
 
- -- Julien Cristau [EMAIL PROTECTED]  Mon, 03 Sep 2007 18:12:25 +0200
+ -- Julien Cristau [EMAIL PROTECTED]  Mon, 03 Sep 2007 18:20:18 +0200
 
 x11proto-render (2:0.9.2-4) unstable; urgency=low
 

commit 94d63126b7a1f8dd892ec820555f1403d4c5f61c
Author: Julien Cristau [EMAIL PROTECTED]
Date:   Mon Sep 3 18:12:58 2007 +0200

Remove Branden from Uploaders with his permission, and add myself.

diff --git a/debian/changelog b/debian/changelog
index 8155019..e32d7b8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,8 +11,9 @@ x11proto-render (2:0.9.3-1) UNRELEASED; urgency=low
 
   [ Julien Cristau ]
   * New upstream release.
+  * Add myself to Uploaders and remove Branden with his permission.
 
- -- Julien Cristau [EMAIL PROTECTED]  Mon, 03 Sep 2007 18:08:46 +0200
+ -- Julien Cristau [EMAIL PROTECTED]  Mon, 03 Sep 2007 18:12:25 +0200
 
 x11proto-render (2:0.9.2-4) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 26ea9a7..6215071 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: x11proto-render
 Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force debian-x@lists.debian.org
-Uploaders: David Nusinow [EMAIL PROTECTED], Branden Robinson [EMAIL 
PROTECTED], Andres Salomon [EMAIL PROTECTED]
+Uploaders: David Nusinow [EMAIL PROTECTED], Andres Salomon [EMAIL 
PROTECTED], Julien Cristau [EMAIL PROTECTED]
 Build-Depends: debhelper (= 4.0.0)
 Standards-Version: 3.7.2
 XS-Vcs-Git: git://git.debian.org/git/pkg-xorg/proto/x11proto-render

commit b4671317c30eb3b237270a1901b2367cb4ebfd1b
Author: Julien Cristau [EMAIL PROTECTED]
Date:   Mon Sep 3 18:09:42 2007 +0200

New upstream release.

diff --git a/debian/changelog b/debian/changelog
index 81b4f1b..8155019 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,6 @@
-x11proto-render (2:0.9.2-5) UNRELEASED; urgency=low
+x11proto-render (2:0.9.3-1) UNRELEASED; urgency=low
 
+  [ Brice Goglin ]
   * Drop render-dev transitional package since nobody in Etch uses it,
 thanks Stefan Huehner, closes: #369102.
   * Add URL in debian/copyright.
@@ -8,7 +9,10 @@ x11proto-render (2:0.9.2-5) UNRELEASED; urgency=low
   * Add XS-Vcs-* to debian/control.
   * Remove Fabio from Uploaders, with his permission.
 
- -- Brice Goglin [EMAIL PROTECTED]  Tue, 14 Aug 2007 00:12:02 +0200
+  [ Julien Cristau ]
+  * New upstream release.
+
+ -- Julien Cristau [EMAIL PROTECTED]  Mon, 03 Sep 2007 18:08:46 +0200
 
 x11proto-render (2:0.9.2-4) unstable; urgency=low
 

commit 6345037a49ded2aa78c3b92e04049a6c304e7112
Author: Julien Cristau [EMAIL PROTECTED]
Date:   Mon Sep 3 18:06:47 2007 +0200

autoreconf

diff --git a/Makefile.in b/Makefile.in
index 315eda4..d6061c0 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,8 +1,8 @@
-# Makefile.in generated by automake 1.7.9 from Makefile.am.
+# Makefile.in generated by automake 1.10 from Makefile.am.
 # 

xorg-server: Changes to 'refs/tags/xorg-server-2_1.4-2'

2007-09-16 Thread David Nusinow
Tag 'xorg-server-2_1.4-2' created by David Nusinow [EMAIL PROTECTED] at 
2007-09-16 20:26 +

Tagging upload of xorg-server-2_1.4-2 to unstable.

Changes since xorg-server-2_1.4-1:
Brice Goglin (1):
  Add 42_fix_RemoveGeneralSocket_crash_from_dbus.diff and 
43_allow_override_BIOS_EDID_preferred_mode.diff

Christian Perrier (1):
  Add Italian and Slovak translations

David Nusinow (2):
  Merge remote branch 'origin/debian-experimental' into debian-unstable
  * Upload to unstable

---
 debian/changelog   |   21 +
 debian/patches/42_fix_RemoveGeneralSocket_crash_from_dbus.diff |   31 ++
 debian/patches/43_allow_override_BIOS_EDID_preferred_mode.diff |  131 
++
 debian/patches/series  |2 
 debian/po/it.po|   50 +++
 debian/po/sk.po|   43 +++
 6 files changed, 278 insertions(+)
---


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



xserver-xorg-video-apm: Changes to 'refs/tags/xserver-xorg-video-apm-1_1.1.1-10'

2007-09-16 Thread David Nusinow
Tag 'xserver-xorg-video-apm-1_1.1.1-10' created by David Nusinow [EMAIL 
PROTECTED] at 2007-09-16 20:28 +

Tagging upload of xserver-xorg-video-apm-1_1.1.1-10 to unstable.

Changes since xserver-xorg-video-apm-1_1.1.1-9:
David Nusinow (1):
  * Upload to unstable

---
 debian/changelog |6 ++
 1 file changed, 6 insertions(+)
---


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



xserver-xorg-video-ark: Changes to 'refs/tags/xserver-xorg-video-ark-1_0.6.0-9'

2007-09-16 Thread David Nusinow
Tag 'xserver-xorg-video-ark-1_0.6.0-9' created by David Nusinow [EMAIL 
PROTECTED] at 2007-09-16 20:29 +

Tagging upload of xserver-xorg-video-ark-1_0.6.0-9 to unstable.

Changes since xserver-xorg-video-ark-1_0.6.0-8:
David Nusinow (1):
  * Upload to unstable

---
 debian/changelog |6 ++
 1 file changed, 6 insertions(+)
---


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



xserver-xorg-video-cirrus: Changes to 'refs/tags/xserver-xorg-video-cirrus-1_1.1.0-8'

2007-09-16 Thread David Nusinow
Tag 'xserver-xorg-video-cirrus-1_1.1.0-8' created by David Nusinow [EMAIL 
PROTECTED] at 2007-09-16 20:29 +

Tagging upload of xserver-xorg-video-cirrus-1_1.1.0-8 to unstable.

Changes since xserver-xorg-video-cirrus-1_1.1.0-7:
David Nusinow (1):
  * Upload to unstable

---
 debian/changelog |6 ++
 1 file changed, 6 insertions(+)
---


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



xserver-xorg-video-chips: Changes to 'refs/tags/xserver-xorg-video-chips-1_1.1.1-9'

2007-09-16 Thread David Nusinow
Tag 'xserver-xorg-video-chips-1_1.1.1-9' created by David Nusinow [EMAIL 
PROTECTED] at 2007-09-16 20:29 +

Tagging upload of xserver-xorg-video-chips-1_1.1.1-9 to unstable.

Changes since xserver-xorg-video-chips-1_1.1.1-8:
David Nusinow (1):
  * Upload to unstable

---
 debian/changelog |6 ++
 1 file changed, 6 insertions(+)
---


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



xserver-xorg-video-cyrix: Changes to 'refs/tags/xserver-xorg-video-cyrix-1_1.1.0-8'

2007-09-16 Thread David Nusinow
Tag 'xserver-xorg-video-cyrix-1_1.1.0-8' created by David Nusinow [EMAIL 
PROTECTED] at 2007-09-16 20:29 +

Tagging upload of xserver-xorg-video-cyrix-1_1.1.0-8 to unstable.

Changes since xserver-xorg-video-cyrix-1_1.1.0-7:
Alan Coopersmith (1):
  Replace references to XFree86/XF86Config in man page

Branden Robinson (1):
  Test for existence of debian/patches directory before creating a symlink 
to it.

Brice Goglin (5):
  Merge debian-experimental branch into debian-unstable
  Merge ../../../xsfbs/xsfbs into debian-unstable
  Miscellaneous fixed in debian/control and debian/rules.
  Pull upstream manpage fix 23eae9e5dedfe2a5930d30af0de1b7a1ba21fc1a
  Update upstream ChangeLog

David Nusinow (3):
  Merge branch 'xsfbs' into debian-unstable
  Merge branch 'debian-experimental' into debian-unstable
  * Upload to unstable

Julien Cristau (1):
  Fix copy/paste typo in the input driver provides.

Timo Aaltonen (1):
  Replaces/Conflicts: xserver-xorg-driver-cyrix

---
 ChangeLog |  273 ++
 debian/changelog  |   36 --
 debian/control|   11 +-
 debian/rules  |2 
 debian/xsfbs/xsfbs.mk |9 -
 man/cyrix.man |6 -
 6 files changed, 276 insertions(+), 61 deletions(-)
---


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



xserver-xorg-video-dummy: Changes to 'refs/tags/xserver-xorg-video-dummy-1_0.2.0-6'

2007-09-16 Thread David Nusinow
Tag 'xserver-xorg-video-dummy-1_0.2.0-6' created by David Nusinow [EMAIL 
PROTECTED] at 2007-09-16 20:29 +

Tagging upload of xserver-xorg-video-dummy-1_0.2.0-6 to unstable.

Changes since xserver-xorg-video-dummy-1_0.2.0-5:
David Nusinow (3):
  Merge branch 'xsfbs' into debian-unstable
  Merge branch 'debian-experimental' into debian-unstable
  * Upload to unstable

---
 debian/changelog |6 ++
 1 file changed, 6 insertions(+)
---


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



xserver-xorg-video-fbdev: Changes to 'debian-unstable'

2007-09-16 Thread David Nusinow
 debian/changelog |   20 
 debian/control   |6 +++---
 debian/copyright |3 +++
 debian/patches/01_fbdev_man.diff |6 --
 man/fbdev.man|2 +-
 5 files changed, 23 insertions(+), 14 deletions(-)

New commits:
commit d66a3504a8c9f3795f3fad8c65b92304235b8211
Author: David Nusinow [EMAIL PROTECTED]
Date:   Sun Sep 16 16:31:05 2007 -0400

* Upload to unstable

diff --git a/debian/changelog b/debian/changelog
index cd31a3f..bb54910 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+xserver-xorg-video-fbdev (1:0.3.1-4) unstable; urgency=low
+
+  * Upload to unstable
+
+ -- David Nusinow [EMAIL PROTECTED]  Sun, 16 Sep 2007 16:30:50 -0400
+
 xserver-xorg-video-fbdev (1:0.3.1-3) experimental; urgency=low
 
   [ Julien Cristau ]

commit c9f0e2fb7665ea3f1228125764b8474e1879ab28
Author: Brice Goglin [EMAIL PROTECTED]
Date:   Wed Sep 12 10:56:14 2007 +0200

Prepare changelog for upload

diff --git a/debian/changelog b/debian/changelog
index ff95717..cd31a3f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-xserver-xorg-video-fbdev (1:0.3.1-3) UNRELEASED; urgency=low
+xserver-xorg-video-fbdev (1:0.3.1-3) experimental; urgency=low
 
   [ Julien Cristau ]
   * Add patch to fix minor warnings from man in fbdev(4).
@@ -21,7 +21,7 @@ xserver-xorg-video-fbdev (1:0.3.1-3) UNRELEASED; urgency=low
   * Pull upstream up to commit b17f9256d5958fdd45dd5fe0ce10663ef9634900.
 + Fixes non-ascii character in the manpage, closes: #441829.
 
- -- Brice Goglin [EMAIL PROTECTED]  Wed, 12 Sep 2007 10:11:44 +0200
+ -- Brice Goglin [EMAIL PROTECTED]  Wed, 12 Sep 2007 10:56:04 +0200
 
 xserver-xorg-video-fbdev (1:0.3.1-2) experimental; urgency=low
 

commit fc15da487f8334ae4a7cb1d1c5016257a5c8aaf8
Author: Brice Goglin [EMAIL PROTECTED]
Date:   Wed Sep 12 10:52:39 2007 +0200

Pull upstream up to commit b17f9256d5958fdd45dd5fe0ce10663ef9634900

diff --git a/debian/changelog b/debian/changelog
index 1de87bf..ff95717 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -18,6 +18,8 @@ xserver-xorg-video-fbdev (1:0.3.1-3) UNRELEASED; urgency=low
 permission.
   * Add upstream URL to debian/copyright.
   * Bump Standards-Version to 3.7.2.2, no change needed.
+  * Pull upstream up to commit b17f9256d5958fdd45dd5fe0ce10663ef9634900.
++ Fixes non-ascii character in the manpage, closes: #441829.
 
  -- Brice Goglin [EMAIL PROTECTED]  Wed, 12 Sep 2007 10:11:44 +0200
 
diff --git a/debian/patches/01_fbdev_man.diff b/debian/patches/01_fbdev_man.diff
index a976055..c072da8 100644
--- a/debian/patches/01_fbdev_man.diff
+++ b/debian/patches/01_fbdev_man.diff
@@ -13,9 +13,3 @@ Index: xserver-xorg-video-fbdev/man/fbdev.man
  to figure out the correct values.
  .PP
  The following driver
-@@ -60,4 +60,4 @@
- __xservername__(__appmansuffix__), __xconfigfile__(__filemansuffix__), 
xorgconfig(__appmansuffix__), Xserver(__appmansuffix__),
- X(__miscmansuffix__), fbdevhw(__drivermansuffix__)
- .SH AUTHORS
--Authors include: Gerd Knorr, Michel Dänzer, Geert Uytterhoeven
-+Authors include: Gerd Knorr, Michel D\(:anzer, Geert Uytterhoeven

commit 57501169ce6dc1465d11412564bd710116ee9515
Author: Brice Goglin [EMAIL PROTECTED]
Date:   Wed Sep 12 10:48:32 2007 +0200

Build against xserver 1.4 and fix various minor things

diff --git a/debian/changelog b/debian/changelog
index ea8990b..1de87bf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,15 +7,19 @@ xserver-xorg-video-fbdev (1:0.3.1-3) UNRELEASED; urgency=low
   * Replaces/Conflicts: xserver-xorg-driver-fbdev.
 
   [ Brice Goglin ]
+  * Build against xserver 1.4.
   * Install the upstream changelog.
   * Bump Build-Depends: xserver-xorg-dev to = 2:1.2.99.902
 (needed to let xsfbs get access to serverminver).
   * Add XS-Vcs-*.
   * Add a link to www.X.org and a reference to the xf86-video-fbdev
 module in the long description.
-  * Remove Fabio from uploaders with his permission. He's always welcome back.
+  * Add myself to Uploaders, and remove Branden and Fabio with their
+permission.
+  * Add upstream URL to debian/copyright.
+  * Bump Standards-Version to 3.7.2.2, no change needed.
 
- -- Brice Goglin [EMAIL PROTECTED]  Sat, 28 Apr 2007 17:12:35 +0200
+ -- Brice Goglin [EMAIL PROTECTED]  Wed, 12 Sep 2007 10:11:44 +0200
 
 xserver-xorg-video-fbdev (1:0.3.1-2) experimental; urgency=low
 
diff --git a/debian/control b/debian/control
index 7255d07..93ea9bb 100644
--- a/debian/control
+++ b/debian/control
@@ -2,9 +2,9 @@ Source: xserver-xorg-video-fbdev
 Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force debian-x@lists.debian.org
-Uploaders: David Nusinow [EMAIL PROTECTED], Branden Robinson [EMAIL 
PROTECTED]
-Build-Depends: debhelper (= 4.0.0), quilt, pkg-config, xserver-xorg-dev (= 
2:1.2.99.902), x11proto-core-dev, x11proto-fonts-dev, x11proto-randr-dev, 
x11proto-render-dev, x11proto-video-dev

xserver-xorg-video-fbdev: Changes to 'refs/tags/xserver-xorg-video-fbdev-1_0.3.1-4'

2007-09-16 Thread David Nusinow
Tag 'xserver-xorg-video-fbdev-1_0.3.1-4' created by David Nusinow [EMAIL 
PROTECTED] at 2007-09-16 20:31 +

Tagging upload of xserver-xorg-video-fbdev-1_0.3.1-4 to unstable.

Changes since xserver-xorg-video-fbdev-1_0.3.1-3:
David Nusinow (1):
  * Upload to unstable

---
 debian/changelog |6 ++
 1 file changed, 6 insertions(+)
---


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



xserver-xorg-video-glint: Changes to 'refs/tags/xserver-xorg-video-glint-1_1.1.1-8'

2007-09-16 Thread David Nusinow
Tag 'xserver-xorg-video-glint-1_1.1.1-8' created by David Nusinow [EMAIL 
PROTECTED] at 2007-09-16 20:32 +

Tagging upload of xserver-xorg-video-glint-1_1.1.1-8 to unstable.

Changes since xserver-xorg-video-glint-1_1.1.1-7:
David Nusinow (1):
  * Upload to unstable

---
 debian/changelog |6 ++
 1 file changed, 6 insertions(+)
---


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



xserver-xorg-video-i128: Changes to 'refs/tags/xserver-xorg-video-i128-1_1.2.1-4'

2007-09-16 Thread David Nusinow
Tag 'xserver-xorg-video-i128-1_1.2.1-4' created by David Nusinow [EMAIL 
PROTECTED] at 2007-09-16 20:33 +

Tagging upload of xserver-xorg-video-i128-1_1.2.1-4 to unstable.

Changes since xserver-xorg-video-i128-1_1.2.1-3:
David Nusinow (1):
  * Upload to unstable

---
 debian/changelog |6 ++
 1 file changed, 6 insertions(+)
---


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



xserver-xorg-video-i740: Changes to 'refs/tags/xserver-xorg-video-i740-1_1.1.0-7'

2007-09-16 Thread David Nusinow
Tag 'xserver-xorg-video-i740-1_1.1.0-7' created by David Nusinow [EMAIL 
PROTECTED] at 2007-09-16 20:33 +

Tagging upload of xserver-xorg-video-i740-1_1.1.0-7 to unstable.

Changes since xserver-xorg-video-i740-1_1.1.0-6:
David Nusinow (1):
  * Upload to unstable

---
 debian/changelog |6 ++
 1 file changed, 6 insertions(+)
---


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



xserver-xorg-video-imstt: Changes to 'refs/tags/xserver-xorg-video-imstt-1_1.1.0-7'

2007-09-16 Thread David Nusinow
Tag 'xserver-xorg-video-imstt-1_1.1.0-7' created by David Nusinow [EMAIL 
PROTECTED] at 2007-09-16 20:33 +

Tagging upload of xserver-xorg-video-imstt-1_1.1.0-7 to unstable.

Changes since xserver-xorg-video-imstt-1_1.1.0-6:
David Nusinow (1):
  * Upload to unstable

---
 debian/changelog |6 ++
 1 file changed, 6 insertions(+)
---


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



xserver-xorg-video-intel: Changes to 'debian-unstable'

2007-09-16 Thread David Nusinow
 debian/changelog  |   28 ++
 debian/control|4 +--
 debian/xserver-xorg-video-intel.install.hurd-i386 |1 
 3 files changed, 31 insertions(+), 2 deletions(-)

New commits:
commit 0d93368115d7323ef4883e06017e35bc9eec39ef
Author: David Nusinow [EMAIL PROTECTED]
Date:   Sun Sep 16 16:34:51 2007 -0400

Fix merge goof

diff --git a/debian/changelog b/debian/changelog
index 0dd233a..07ec2f3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+xserver-xorg-video-intel (2:2.1.1-4) unstable; urgency=low
+
+  * Upload to unstable
+
+ -- David Nusinow [EMAIL PROTECTED]  Sun, 16 Sep 2007 16:34:39 -0400
+
 xserver-xorg-video-intel (2:2.1.1-3) experimental; urgency=low
 
   * Shorten the short description of the -dbg package a bit (thanks, Marc 'HE'

commit 83052a6a4fa07319dc901a65242d345ce629d2d7
Author: Julien Cristau [EMAIL PROTECTED]
Date:   Wed Sep 12 11:21:59 2007 +0200

Prepare changelog for upload.

diff --git a/debian/changelog b/debian/changelog
index 1412ccb..0dd233a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,10 @@
-xserver-xorg-video-intel (2:2.1.1-3) UNRELEASED; urgency=low
+xserver-xorg-video-intel (2:2.1.1-3) experimental; urgency=low
 
   * Shorten the short description of the -dbg package a bit (thanks, Marc 'HE'
 Brockschmidt).
   * Rebuild for xserver 1.4.
 
- -- Julien Cristau [EMAIL PROTECTED]  Thu, 06 Sep 2007 19:00:48 +0200
+ -- Julien Cristau [EMAIL PROTECTED]  Wed, 12 Sep 2007 11:21:49 +0200
 
 xserver-xorg-video-intel (2:2.1.1-2) experimental; urgency=low
 

commit f388a3ec0dfe75f6cd91330708addbb166b896a4
Author: Julien Cristau [EMAIL PROTECTED]
Date:   Thu Sep 6 19:01:10 2007 +0200

Rebuild for xserver 1.4.

diff --git a/debian/changelog b/debian/changelog
index 21d0314..1412ccb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,8 +2,9 @@ xserver-xorg-video-intel (2:2.1.1-3) UNRELEASED; urgency=low
 
   * Shorten the short description of the -dbg package a bit (thanks, Marc 'HE'
 Brockschmidt).
+  * Rebuild for xserver 1.4.
 
- -- Julien Cristau [EMAIL PROTECTED]  Wed, 05 Sep 2007 17:13:46 +0200
+ -- Julien Cristau [EMAIL PROTECTED]  Thu, 06 Sep 2007 19:00:48 +0200
 
 xserver-xorg-video-intel (2:2.1.1-2) experimental; urgency=low
 
diff --git a/debian/control b/debian/control
index cd3b0b6..24ac723 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force debian-x@lists.debian.org
 Uploaders: David Nusinow [EMAIL PROTECTED], Branden Robinson [EMAIL 
PROTECTED], Drew Parsons [EMAIL PROTECTED], Julien Cristau [EMAIL 
PROTECTED]
-Build-Depends: debhelper (= 5), quilt, pkg-config, xserver-xorg-dev (= 
2:1.3.99.0), x11proto-gl-dev, x11proto-video-dev, libgl1-mesa-dev | libgl-dev, 
libxvmc-dev (= 1:1.0.1-1), x11proto-core-dev, x11proto-fonts-dev, 
x11proto-randr-dev (= 1.2), x11proto-render-dev, x11proto-xinerama-dev, 
libdrm-dev (= 2.2) [!hurd-i386], x11proto-xf86dri-dev
+Build-Depends: debhelper (= 5), quilt, pkg-config, xserver-xorg-dev (= 
2:1.4), x11proto-gl-dev, x11proto-video-dev, libgl1-mesa-dev | libgl-dev, 
libxvmc-dev (= 1:1.0.1-1), x11proto-core-dev, x11proto-fonts-dev, 
x11proto-randr-dev (= 1.2), x11proto-render-dev, x11proto-xinerama-dev, 
libdrm-dev (= 2.2) [!hurd-i386], x11proto-xf86dri-dev
 Standards-Version: 3.7.2
 XS-Vcs-Git: git://git.debian.org/git/pkg-xorg/driver/xserver-xorg-video-intel
 XS-Vcs-Browser: 
http://git.debian.org/?p=pkg-xorg/driver/xserver-xorg-video-intel.git

commit 31d5ed26bf2a70f538517ed0354865f074386249
Author: Julien Cristau [EMAIL PROTECTED]
Date:   Wed Sep 5 17:14:37 2007 +0200

Shorten the description of the -dbg package to fit in changes files.

diff --git a/debian/changelog b/debian/changelog
index a2591c7..21d0314 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+xserver-xorg-video-intel (2:2.1.1-3) UNRELEASED; urgency=low
+
+  * Shorten the short description of the -dbg package a bit (thanks, Marc 'HE'
+Brockschmidt).
+
+ -- Julien Cristau [EMAIL PROTECTED]  Wed, 05 Sep 2007 17:13:46 +0200
+
 xserver-xorg-video-intel (2:2.1.1-2) experimental; urgency=low
 
   [ Julien Cristau ]
diff --git a/debian/control b/debian/control
index f0eea0d..cd3b0b6 100644
--- a/debian/control
+++ b/debian/control
@@ -33,7 +33,7 @@ Package: xserver-xorg-video-intel-dbg
 Architecture: any
 Depends: xserver-xorg-video-intel (= ${binary:Version})
 Priority: extra
-Description: X.Org X server -- Intel i8xx, i9xx display driver (debugging 
symbols)
+Description: X.Org X server -- Intel i8xx, i9xx display driver (debug symbols)
  This driver provides support for the Intel i8xx and i9xx family of chipsets,
  including i810, i815, i830, i845, i855, i865, i915, and i945 series chips,
  and XvMC (XVideo Motion Compensation) support for the same chipsets.

commit 718683163cb93e5d782eaa08dc73e9489ad5351f
Author: Julien 

xserver-xorg-input-acecad: Changes to 'debian-unstable'

2007-09-16 Thread David Nusinow
 .gitignore|   29 +
 ChangeLog |   36 +
 Makefile.in   |  131 +++--
 aclocal.m4|  676 +++--
 config.guess  |   34 +
 config.sub|   24 -
 configure | 1139 +++---
 configure.ac  |2 
 debian/changelog  |   24 -
 debian/control|6 
 debian/copyright  |3 
 debian/xsfbs/xsfbs.mk |   27 -
 depcomp   |   64 ++
 install-sh|  348 +++
 ltmain.sh |  233 ++
 man/Makefile.in   |   92 ++--
 missing   |   61 +-
 mkinstalldirs |5 
 src/Makefile.in   |  117 ++---
 src/acecad.c  |   16 
 20 files changed, 2023 insertions(+), 1044 deletions(-)

New commits:
commit 33cf1698e81ee7569250f7e4e418663e6cf9f25a
Author: David Nusinow [EMAIL PROTECTED]
Date:   Sun Sep 16 15:32:17 2007 -0400

* Upload to unstable

diff --git a/debian/changelog b/debian/changelog
index 2b3e307..a651a80 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+xserver-xorg-input-acecad (1:1.2.1-3) unstable; urgency=low
+
+  * Upload to unstable
+
+ -- David Nusinow [EMAIL PROTECTED]  Sun, 16 Sep 2007 15:13:34 -0400
+
 xserver-xorg-input-acecad (1:1.2.1-2) UNRELEASED; urgency=low
 
   * Add upstream URL to debian/copyright.

commit 0e2b85b3395a5032c2648e51a1217b74950edaec
Author: Brice Goglin [EMAIL PROTECTED]
Date:   Sat Sep 15 01:36:44 2007 +0200

Add upstream URL to debian/copyright

diff --git a/debian/changelog b/debian/changelog
index 9dc6392..2b3e307 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+xserver-xorg-input-acecad (1:1.2.1-2) UNRELEASED; urgency=low
+
+  * Add upstream URL to debian/copyright.
+
+ -- Brice Goglin [EMAIL PROTECTED]  Sat, 15 Sep 2007 01:36:04 +0200
+
 xserver-xorg-input-acecad (1:1.2.1-1) experimental; urgency=low
 
   [ Brice Goglin ]
diff --git a/debian/copyright b/debian/copyright
index 17024b0..cb245d3 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,3 +1,6 @@
+This package was downloaded from
+http://xorg.freedesktop.org/releases/individual/driver/
+
 Copyright (c) 2001 Edouard TISSERANT [EMAIL PROTECTED]
 Parts inspired from Shane Watts [EMAIL PROTECTED] XFree86 3 Acecad Driver
 Thanks to Emily, from AceCad, For giving me documents.

commit 12a03960de2ac3f3e8504448f54f36faebaccb1d
Author: Julien Cristau [EMAIL PROTECTED]
Date:   Tue Sep 11 20:01:34 2007 +0200

Prepare changelog for upload.

diff --git a/debian/changelog b/debian/changelog
index 4fc9949..9dc6392 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-xserver-xorg-input-acecad (1:1.2.1-1) UNRELEASED; urgency=low
+xserver-xorg-input-acecad (1:1.2.1-1) experimental; urgency=low
 
   [ Brice Goglin ]
   * Install the upstream changelog again.
@@ -10,7 +10,7 @@ xserver-xorg-input-acecad (1:1.2.1-1) UNRELEASED; urgency=low
   * Build against xserver-xorg-dev 1.4
   * Add myself to Uploaders and remove Branden with his permission.
 
- -- Julien Cristau [EMAIL PROTECTED]  Tue, 11 Sep 2007 16:40:29 +0200
+ -- Julien Cristau [EMAIL PROTECTED]  Tue, 11 Sep 2007 20:01:14 +0200
 
 xserver-xorg-input-acecad (1:1.2.0-1) unstable; urgency=low
 

commit 68eb3f9124528f755b21c339e089f1173faae6ad
Author: Julien Cristau [EMAIL PROTECTED]
Date:   Tue Sep 11 16:42:56 2007 +0200

Build for xserver 1.4

* Update changelogs
* Generate the Provides field automatically
* Build-dep on xserver-xorg-dev 2:1.4
* Add myself to Uploaders and remove Branden

diff --git a/ChangeLog b/ChangeLog
index 440bc3b..9110b07 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,38 @@
-commit 124cf2fc39a39c4f01135e2446dc08fe23302ca9
+commit 38ba390f775e2f6001c8887328c5b925f623308a
+Author: Julien Cristau [EMAIL PROTECTED]
+Date:   Fri Sep 7 02:17:29 2007 +0200
+
+Bump to 1.2.1
+
+commit 8bcc6d22889cc40c6b7d1582f87d4b2a816167ab
+Author: Alan Coopersmith [EMAIL PROTECTED]
+Date:   Tue Aug 28 17:31:54 2007 -0700
+
+Make compatible with new input ABI
+
+commit 171d4c8dc6136aa8c14aedd0ee107d6ba957de04
+Author: Giuseppe Bilotta [EMAIL PROTECTED]
+Date:   Mon Jul 9 11:03:00 2007 +0200
+
+Don't crash X when the tablet wasn't found.
+
+X would crash when switching to console if the acecad module was loaded 
but the tablet had not been configured.
+
+Fix by properly freeing structures before returning NULL in PreInit()
+
+commit c69e2c95b9eb2381709c9de14957d24ab919b5bc
+Author: Matthieu Herrb [EMAIL PROTECTED]
+Date:   Wed May 30 23:34:13 2007 -0600
+
+fix build on BSD systems.
+
+commit 62bce174e7a3c896fabe40813639e479d9652452
+Author: Matthieu Herrb [EMAIL PROTECTED]
+Date:   Wed May 30 23:33:56 2007 -0600
+
+Add .gitignore
+
+commit 1af7e022be2bcbcf50d12c0c3847a853a911347c
 Author: Paul Vojta [EMAIL PROTECTED]
 Date:   Mon Apr 30 11:45:53 2007 -0700
 
diff --git a/debian/changelog b/debian/changelog
index 

Re: sponsored upload of ivtv

2007-09-16 Thread Ian Campbell
On Sun, 2007-09-16 at 11:49 -0400, David Nusinow wrote:
 No problem. I've just uploaded it.

Excellent, thanks very much.

 Just so you know, We're going to have to
 do another upload soonish when we get the new server in to unstable also
 because the ABI has changed for the 1.4 release.

Thanks for the heads up, Brice already let me know so the changes are
waiting to be pushed when I get a spare moment.

Ian.


-- 
Ian Campbell

Advice to young men: Be ascetic, and if you can't be ascetic,
then at least be aseptic.


signature.asc
Description: This is a digitally signed message part


xserver-xorg-input-aiptek: Changes to 'debian-unstable'

2007-09-16 Thread David Nusinow
 debian/changelog  |   20 
 debian/control|6 +++---
 debian/copyright  |3 +++
 debian/xsfbs/xsfbs.mk |   27 ++-
 debian/xsfbs/xsfbs.sh |7 ---
 5 files changed, 44 insertions(+), 19 deletions(-)

New commits:
commit 6a7e6854a0e998f86ef2beef78fe5367a1be4a81
Author: David Nusinow [EMAIL PROTECTED]
Date:   Sun Sep 16 15:32:17 2007 -0400

* Upload to unstable

diff --git a/debian/changelog b/debian/changelog
index c113fea..f8edfa2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+xserver-xorg-input-aiptek (1:1.0.1-6) unstable; urgency=low
+
+  * Upload to unstable
+
+ -- David Nusinow [EMAIL PROTECTED]  Sun, 16 Sep 2007 15:13:34 -0400
+
 xserver-xorg-input-aiptek (1:1.0.1-5) UNRELEASED; urgency=low
 
   * Add upstream URL to debian/copyright.

commit c4f2aeb299bcf010b9647e5f8aafd2e1ecb8a307
Author: Brice Goglin [EMAIL PROTECTED]
Date:   Sat Sep 15 01:40:24 2007 +0200

Add upstream URL to debian/copyright

diff --git a/debian/changelog b/debian/changelog
index fe2cd00..c113fea 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+xserver-xorg-input-aiptek (1:1.0.1-5) UNRELEASED; urgency=low
+
+  * Add upstream URL to debian/copyright.
+
+ -- Brice Goglin [EMAIL PROTECTED]  Sat, 15 Sep 2007 01:40:08 +0200
+
 xserver-xorg-input-aiptek (1:1.0.1-4) experimental; urgency=low
 
   * Build against xserver 1.4.
diff --git a/debian/copyright b/debian/copyright
index 0834f79..dad76da 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,3 +1,6 @@
+This package was downloaded from
+http://xorg.freedesktop.org/releases/individual/driver/
+
 Copyright 2003 by Bryan W. Headley. [EMAIL PROTECTED]
 
 Lineage: This driver is based on both the xf86HyperPen and xf86Wacom tablet

commit eae77d4ad703964b5861e1512f3d5859ed5aff6c
Author: Julien Cristau [EMAIL PROTECTED]
Date:   Tue Sep 11 23:35:53 2007 +0200

Prepare changelog for upload.

diff --git a/debian/changelog b/debian/changelog
index 5d3d378..fe2cd00 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,10 @@
-xserver-xorg-input-aiptek (1:1.0.1-4) UNRELEASED; urgency=low
+xserver-xorg-input-aiptek (1:1.0.1-4) experimental; urgency=low
 
   * Build against xserver 1.4.
   * Generate the Provides field automatically.
   * Add myself to Uploaders and remove Branden with his permission.
 
- -- Julien Cristau [EMAIL PROTECTED]  Tue, 11 Sep 2007 22:58:52 +0200
+ -- Julien Cristau [EMAIL PROTECTED]  Tue, 11 Sep 2007 23:30:20 +0200
 
 xserver-xorg-input-aiptek (1:1.0.1-3) unstable; urgency=low
 

commit 6ad15e30ddd4567bf5b20a1f889e003376b888bb
Author: Julien Cristau [EMAIL PROTECTED]
Date:   Tue Sep 11 23:03:47 2007 +0200

Update for xserver 1.4

* Bump xserver-xorg-dev build-dep
* Generate the Provides field automatically
* Add myself to Uploaders and remove Branden

diff --git a/debian/changelog b/debian/changelog
index 4fcaaa7..5d3d378 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+xserver-xorg-input-aiptek (1:1.0.1-4) UNRELEASED; urgency=low
+
+  * Build against xserver 1.4.
+  * Generate the Provides field automatically.
+  * Add myself to Uploaders and remove Branden with his permission.
+
+ -- Julien Cristau [EMAIL PROTECTED]  Tue, 11 Sep 2007 22:58:52 +0200
+
 xserver-xorg-input-aiptek (1:1.0.1-3) unstable; urgency=low
 
   [ Julien Cristau ]
diff --git a/debian/control b/debian/control
index 63c8887..81e7557 100644
--- a/debian/control
+++ b/debian/control
@@ -2,8 +2,8 @@ Source: xserver-xorg-input-aiptek
 Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force debian-x@lists.debian.org
-Uploaders: David Nusinow [EMAIL PROTECTED], Branden Robinson [EMAIL 
PROTECTED]
-Build-Depends: debhelper (= 5), pkg-config, xserver-xorg-dev (= 
2:1.2.99.902), x11proto-core-dev, x11proto-randr-dev, x11proto-input-dev
+Uploaders: David Nusinow [EMAIL PROTECTED], Julien Cristau [EMAIL 
PROTECTED]
+Build-Depends: debhelper (= 5), pkg-config, xserver-xorg-dev (= 2:1.4), 
x11proto-core-dev, x11proto-randr-dev, x11proto-input-dev
 Standards-Version: 3.7.2
 XS-Vcs-Git: git://git.debian.org/git/pkg-xorg/driver/xserver-xorg-input-aiptek
 XS-Vcs-Browser: 
http://git.debian.org/?p=pkg-xorg/driver/xserver-xorg-input-aiptek.git
@@ -11,7 +11,7 @@ XS-Vcs-Browser: 
http://git.debian.org/?p=pkg-xorg/driver/xserver-xorg-input-aipt
 Package: xserver-xorg-input-aiptek
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, ${xserver:Depends}
-Provides: xserver-xorg-input
+Provides: ${xinpdriver:Provides}
 Replaces: xserver-xorg ( 6.8.2-35)
 Description: X.Org X server -- Aiptek input driver
  This package provides the driver for Aiptek HyperPen USB graphics tablets.

commit 575efb7249d7cf194f07e45db17e601d9c259231
Author: Brice Goglin [EMAIL PROTECTED]
Date:   Wed Aug 29 09:36:00 2007 +0200

Do not call laptop-detect, let the only user call it directly

diff --git a/debian/xsfbs/xsfbs.sh 

xserver-xorg-input-calcomp: Changes to 'upstream-unstable'

2007-09-16 Thread David Nusinow
 .gitignore|4 
 ChangeLog |   45 -
 Makefile.am   |8 
 configure.ac  |2 +-
 src/xf86Calcomp.c |4 +---
 5 files changed, 14 insertions(+), 49 deletions(-)

New commits:
commit b202b45aeec28c5f858c0df977d1dc8e1a9d14eb
Author: Tilman Sauerbeck [EMAIL PROTECTED]
Date:   Mon Sep 10 18:15:04 2007 +0200

Added some more patterns to .gitignore.

diff --git a/.gitignore b/.gitignore
index d90176e..ea7f2db 100644
--- a/.gitignore
+++ b/.gitignore
@@ -19,3 +19,6 @@ ltmain.sh
 missing
 stamp-h1
 *~
+.deps
+.libs
+man/calcomp.?

commit 60bb7cdf42b0ac2fc9b9e1340423af7518fe1abe
Author: Tilman Sauerbeck [EMAIL PROTECTED]
Date:   Mon Sep 10 18:13:36 2007 +0200

Bumped version to 1.1.1.

diff --git a/configure.ac b/configure.ac
index c2696dd..6d49e37 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,7 +22,7 @@
 
 AC_PREREQ(2.57)
 AC_INIT([xf86-input-calcomp],
-1.1.0,
+1.1.1,
 [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],
 xf86-input-calcomp)
 

commit 045dd911511bf806b8576302f1e196d137fb4665
Author: Tilman Sauerbeck [EMAIL PROTECTED]
Date:   Mon Sep 10 18:12:33 2007 +0200

Generate ChangeLog from git.

diff --git a/.gitignore b/.gitignore
index 2df4a8d..d90176e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
+ChangeLog
 Makefile
 Makefile.in
 *.la
diff --git a/ChangeLog b/ChangeLog
deleted file mode 100644
index b22e61d..000
--- a/ChangeLog
+++ /dev/null
@@ -1,45 +0,0 @@
-2006-04-06  Adam Jackson  [EMAIL PROTECTED]
-
-   * configure.ac:
-   * src/xf86Calcomp.c:
-   Unlibcwrap.  Bump server version requirement.  Bump to 1.1.0.
-
-2005-12-20  Kevin E. Martin  kem-at-freedesktop-dot-org
-
-   * configure.ac:
-   Update package version for X11R7 release.
-
-2005-12-14  Kevin E. Martin  kem-at-freedesktop-dot-org
-
-   * configure.ac:
-   Update package version number for final X11R7 release candidate.
-
-2005-12-06  Kevin E. Martin  kem-at-freedesktop-dot-org
-
-   * man/Makefile.am:
-   Change *man_SOURCES == *man_PRE to fix autotools warnings.
-
-2005-12-03  Kevin E. Martin  kem-at-freedesktop-dot-org
-
-   * configure.ac:
-   Update package version number for X11R7 RC3 release.
-
-2005-12-01  Kevin E. Martin  kem-at-freedesktop-dot-org
-
-   * configure.ac:
-   Remove extraneous AC_MSG_RESULT.
-
-2005-11-29  Adam Jackson  [EMAIL PROTECTED]
-
-   * configure.ac:
-   Only build dlloader modules by default.
-
-2005-11-09  Kevin E. Martin  kem-at-freedesktop-dot-org
-
-   * configure.ac:
-   Update package version number for X11R7 RC2 release.
-
-2005-11-01  Kevin E. Martin  kem-at-freedesktop-dot-org
-
-   * configure.ac:
-   Update pkgcheck dependencies to work with separate build roots.
diff --git a/Makefile.am b/Makefile.am
index 7052905..42f8b54 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -20,3 +20,11 @@
 
 AUTOMAKE_OPTIONS = foreign
 SUBDIRS = src man
+
+CLEANFILES = ChangeLog
+EXTRA_DIST = ChangeLog
+
+.PHONY: ChangeLog
+
+ChangeLog:
+   (GIT_DIR=$(top_srcdir)/.git git-log  .changelog.tmp  mv 
.changelog.tmp ChangeLog; rm -f .changelog.tmp) || (touch ChangeLog; echo 'git 
directory not found: installing possibly empty changelog.' 2)

commit 1f3bd7beab75627cb3005faf9c0347eb7d7e5903
Author: Daniel Stone [EMAIL PROTECTED]
Date:   Wed Aug 8 00:52:35 2007 +0300

Compile fix when building with DEBUG

XisbTrace didn't seem to do anything useful at all.

diff --git a/src/xf86Calcomp.c b/src/xf86Calcomp.c
index 9beebe9..f834eea 100644
--- a/src/xf86Calcomp.c
+++ b/src/xf86Calcomp.c
@@ -686,8 +686,6 @@ CalcompPreInit(   InputDriverPtr drv,
priv-checksum = 0;
priv-buffer = XisbNew (local-fd, 200);
 
-   DBG (9, XisbTrace (priv-buffer, 1));
-
/* 
 * Verify that your hardware is attached and fuctional if you can
 */

commit c805910dda5b6aa7de2ded1e67b125ed2590fda5
Author: Brice Goglin [EMAIL PROTECTED]
Date:   Mon Aug 6 22:16:52 2007 +0200

Use PACKAGE_VERSION_MAJOR/MINOR/PATCHLEVEL in VersionRec

diff --git a/src/xf86Calcomp.c b/src/xf86Calcomp.c
index 89ec00c..9beebe9 100644
--- a/src/xf86Calcomp.c
+++ b/src/xf86Calcomp.c
@@ -101,7 +101,7 @@ static XF86ModuleVersionInfo VersionRec =
MODINFOSTRING1,
MODINFOSTRING2,
XORG_VERSION_CURRENT,
-   1, 1, 0,
+   PACKAGE_VERSION_MAJOR, PACKAGE_VERSION_MINOR, 
PACKAGE_VERSION_PATCHLEVEL,
ABI_CLASS_XINPUT,
ABI_XINPUT_VERSION,
MOD_CLASS_XINPUT,


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



xserver-xorg-input-calcomp: Changes to 'debian-unstable'

2007-09-16 Thread David Nusinow
 .gitignore|4 
 ChangeLog |   45 -
 Makefile.am   |8 
 Makefile.in   |8 
 config.sub|   10 +++---
 configure |   20 ++--
 configure.ac  |2 +-
 debian/changelog  |   21 ++---
 debian/control|6 +++---
 debian/copyright  |3 +++
 debian/xsfbs/xsfbs.mk |   27 ++-
 debian/xsfbs/xsfbs.sh |7 ---
 src/xf86Calcomp.c |4 +---
 13 files changed, 77 insertions(+), 88 deletions(-)

New commits:
commit b1fff00398745a2d6b31fd5ce0bf75ff0da8a267
Author: David Nusinow [EMAIL PROTECTED]
Date:   Sun Sep 16 15:32:18 2007 -0400

* Re-generate upstream ChangeLog

diff --git a/debian/changelog b/debian/changelog
index 144f4f4..c93121a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
 xserver-xorg-input-calcomp (1:1.1.1-2) unstable; urgency=low
 
   * Upload to unstable
+  * Re-generate upstream ChangeLog
 
- -- David Nusinow [EMAIL PROTECTED]  Sun, 16 Sep 2007 15:13:34 -0400
+ -- David Nusinow [EMAIL PROTECTED]  Sun, 16 Sep 2007 15:31:58 -0400
 
 xserver-xorg-input-calcomp (1:1.1.1-1) experimental; urgency=low
 

commit dabec31db2efe4241de08e5bfdfbaa8e1c661d2f
Author: David Nusinow [EMAIL PROTECTED]
Date:   Sun Sep 16 15:26:42 2007 -0400

* Upload to unstable

diff --git a/debian/changelog b/debian/changelog
index 9098a53..144f4f4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+xserver-xorg-input-calcomp (1:1.1.1-2) unstable; urgency=low
+
+  * Upload to unstable
+
+ -- David Nusinow [EMAIL PROTECTED]  Sun, 16 Sep 2007 15:13:34 -0400
+
 xserver-xorg-input-calcomp (1:1.1.1-1) experimental; urgency=low
 
   [ Julien Cristau ]

commit 690b2d454b05ec4952b82f55691a8cbc1c5f45cb
Author: Brice Goglin [EMAIL PROTECTED]
Date:   Tue Sep 11 17:33:54 2007 +0200

Prepare changelog for upload

diff --git a/debian/changelog b/debian/changelog
index f7b13ea..6d8d5fd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-xserver-xorg-input-calcomp (1:1.1.1-1) UNRELEASED; urgency=low
+xserver-xorg-input-calcomp (1:1.1.1-1) experimental; urgency=low
 
   [ Julien Cristau ]
   * Add link to xserver-xorg-core bug script, so that bugreports contain
@@ -16,7 +16,7 @@ xserver-xorg-input-calcomp (1:1.1.1-1) UNRELEASED; urgency=low
   * Add myself to uploaders, and remove Branden and Fabio with their
 permission.
 
- -- Brice Goglin [EMAIL PROTECTED]  Tue, 11 Sep 2007 17:32:34 +0200
+ -- Brice Goglin [EMAIL PROTECTED]  Tue, 11 Sep 2007 17:33:40 +0200
 
 xserver-xorg-input-calcomp (1:1.1.0-1) unstable; urgency=low
 

commit b11c01dd010754db2cde56499abd3fc7fe9d0f95
Author: Brice Goglin [EMAIL PROTECTED]
Date:   Tue Sep 11 17:33:12 2007 +0200

Add myself to uploaders

diff --git a/debian/changelog b/debian/changelog
index 43d58d7..f7b13ea 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,8 +13,10 @@ xserver-xorg-input-calcomp (1:1.1.1-1) UNRELEASED; 
urgency=low
   * Generate the Provides field automatically.
   * Add upstream URL to debian/copyright.
   * Fix references to upstream in long description.
+  * Add myself to uploaders, and remove Branden and Fabio with their
+permission.
 
- -- Brice Goglin [EMAIL PROTECTED]  Tue, 11 Sep 2007 17:10:40 +0200
+ -- Brice Goglin [EMAIL PROTECTED]  Tue, 11 Sep 2007 17:32:34 +0200
 
 xserver-xorg-input-calcomp (1:1.1.0-1) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index fba5502..b9f4484 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: xserver-xorg-input-calcomp
 Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force debian-x@lists.debian.org
-Uploaders: David Nusinow [EMAIL PROTECTED], Branden Robinson [EMAIL 
PROTECTED], Fabio M. Di Nitto [EMAIL PROTECTED]
+Uploaders: David Nusinow [EMAIL PROTECTED], Brice Goglin [EMAIL PROTECTED]
 Build-Depends: debhelper (= 5), pkg-config, xserver-xorg-dev (= 2:1.4), 
x11proto-core-dev, x11proto-randr-dev, x11proto-input-dev
 Standards-Version: 3.7.2
 

commit 994616eb111d0c09eb3d8d053aac42f21723d36e
Author: Brice Goglin [EMAIL PROTECTED]
Date:   Tue Sep 11 17:19:22 2007 +0200

Fix references to upstream in long description

diff --git a/debian/changelog b/debian/changelog
index 1b6964b..43d58d7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,7 @@ xserver-xorg-input-calcomp (1:1.1.1-1) UNRELEASED; urgency=low
   * Fixes FTBFS, closes: #422666.
   * Generate the Provides field automatically.
   * Add upstream URL to debian/copyright.
+  * Fix references to upstream in long description.
 
  -- Brice Goglin [EMAIL PROTECTED]  Tue, 11 Sep 2007 17:10:40 +0200
 
diff --git a/debian/control b/debian/control
index 1c1a6fe..fba5502 100644
--- a/debian/control
+++ b/debian/control
@@ -16,8 +16,8 @@ Description: X.Org X server -- Calcomp input driver
  tablets.
  .
  More 

xserver-xorg-input-digitaledge: Changes to 'debian-unstable'

2007-09-16 Thread David Nusinow
 debian/changelog |   16 
 debian/control   |6 +++---
 debian/copyright |3 +++
 3 files changed, 18 insertions(+), 7 deletions(-)

New commits:
commit 80a21e749020757bb0fb5f4f7c4e41f00aa7d3e9
Author: David Nusinow [EMAIL PROTECTED]
Date:   Sun Sep 16 15:32:18 2007 -0400

* Upload to unstable

diff --git a/debian/changelog b/debian/changelog
index b1939a3..b33516e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+xserver-xorg-input-digitaledge (1:1.1.0-3) unstable; urgency=low
+
+  * Upload to unstable
+
+ -- David Nusinow [EMAIL PROTECTED]  Sun, 16 Sep 2007 15:13:35 -0400
+
 xserver-xorg-input-digitaledge (1:1.1.0-2) experimental; urgency=low
 
   [ Julien Cristau ]

commit 7c7a9b5bd3c5d7477e8eb3521712db04d7d908ab
Author: Julien Cristau [EMAIL PROTECTED]
Date:   Wed Sep 12 00:50:13 2007 +0200

Add upstream URL to debian/copyright, and prepare for upload.

diff --git a/debian/changelog b/debian/changelog
index c712bdf..b1939a3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-xserver-xorg-input-digitaledge (1:1.1.0-2) UNRELEASED; urgency=low
+xserver-xorg-input-digitaledge (1:1.1.0-2) experimental; urgency=low
 
   [ Julien Cristau ]
   * Add link to xserver-xorg-core bug script, so that bugreports contain
@@ -7,6 +7,7 @@ xserver-xorg-input-digitaledge (1:1.1.0-2) UNRELEASED; 
urgency=low
   * Build against xserver 1.4.
   * Generate the Provides field automatically.
   * Add myself to Uploaders, and remove Branden with his permission.
+  * Add upstream URL to debian/copyright.
 
   [ Brice Goglin ]
   * Install the upstream changelog.
@@ -15,7 +16,7 @@ xserver-xorg-input-digitaledge (1:1.1.0-2) UNRELEASED; 
urgency=low
 module in the long description.
   * Remove Fabio from uploaders with his permission. He's always welcome back.
 
- -- Julien Cristau [EMAIL PROTECTED]  Wed, 12 Sep 2007 00:41:31 +0200
+ -- Julien Cristau [EMAIL PROTECTED]  Wed, 12 Sep 2007 00:48:44 +0200
 
 xserver-xorg-input-digitaledge (1:1.1.0-1) unstable; urgency=low
 
diff --git a/debian/copyright b/debian/copyright
index 7aa4d31..b2635cc 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,3 +1,6 @@
+This package was downloaded from
+http://xorg.freedesktop.org/releases/individual/driver/
+
 Copyright 1996 by Steven Lang [EMAIL PROTECTED]
 
 Permission to use, copy, modify, distribute, and sell this software and its

commit a5ac09b687a9b79fcb7cef09e33f1542bd9b9962
Author: Julien Cristau [EMAIL PROTECTED]
Date:   Wed Sep 12 00:43:34 2007 +0200

Update for xserver 1.4.

* Bump build-dep on xserver-xorg-dev.
* Generate the Provides field automatically.
* Add myself to Uploaders, and remove Branden.

diff --git a/debian/changelog b/debian/changelog
index accd839..c712bdf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,17 +4,18 @@ xserver-xorg-input-digitaledge (1:1.1.0-2) UNRELEASED; 
urgency=low
   * Add link to xserver-xorg-core bug script, so that bugreports contain
 the user's config and log files.
   * Generate the dependency on xserver-xorg-core automatically.
+  * Build against xserver 1.4.
+  * Generate the Provides field automatically.
+  * Add myself to Uploaders, and remove Branden with his permission.
 
   [ Brice Goglin ]
   * Install the upstream changelog.
-  * Bump Build-Depends: xserver-xorg-dev to = 2:1.2.99.902
-(needed to let xsfbs get access to serverminver).
   * Add XS-Vcs-*.
   * Add a link to www.X.org and a reference to the xf86-input-digitaledge
 module in the long description.
   * Remove Fabio from uploaders with his permission. He's always welcome back.
 
- -- Brice Goglin [EMAIL PROTECTED]  Tue, 24 Apr 2007 23:22:16 +0200
+ -- Julien Cristau [EMAIL PROTECTED]  Wed, 12 Sep 2007 00:41:31 +0200
 
 xserver-xorg-input-digitaledge (1:1.1.0-1) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index cf5edfe..54c52f2 100644
--- a/debian/control
+++ b/debian/control
@@ -2,8 +2,8 @@ Source: xserver-xorg-input-digitaledge
 Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force debian-x@lists.debian.org
-Uploaders: David Nusinow [EMAIL PROTECTED], Branden Robinson [EMAIL 
PROTECTED]
-Build-Depends: debhelper (= 5), pkg-config, xserver-xorg-dev (= 
2:1.2.99.902), x11proto-input-dev, x11proto-core-dev, x11proto-randr-dev
+Uploaders: David Nusinow [EMAIL PROTECTED], Julien Cristau [EMAIL 
PROTECTED]
+Build-Depends: debhelper (= 5), pkg-config, xserver-xorg-dev (= 2:1.4), 
x11proto-input-dev, x11proto-core-dev, x11proto-randr-dev
 Standards-Version: 3.7.2
 XS-Vcs-Git: 
git://git.debian.org/git/pkg-xorg/driver/xserver-xorg-input-digitaledge
 XS-Vcs-Browser: 
http://git.debian.org/?p=pkg-xorg/driver/xserver-xorg-input-digitaledge.git
@@ -11,7 +11,7 @@ XS-Vcs-Browser: 
http://git.debian.org/?p=pkg-xorg/driver/xserver-xorg-input-digi
 Package: xserver-xorg-input-digitaledge
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, ${xserver:Depends}
-Provides: 

xserver-xorg-input-citron: Changes to 'debian-unstable'

2007-09-16 Thread David Nusinow
 .cvsignore|   19 
 .gitignore|   24 +
 ChangeLog |  317 -
 Makefile.am   |8 
 Makefile.in   |  135 +++--
 aclocal.m4|  676 +++--
 config.guess  |   34 +
 config.sub|   24 -
 configure | 1141 +++---
 configure.ac  |4 
 debian/changelog  |   17 
 debian/control|6 
 debian/copyright  |5 
 debian/xsfbs/xsfbs.mk |   27 -
 debian/xsfbs/xsfbs.sh |7 
 depcomp   |   64 ++
 install-sh|  348 +++
 ltmain.sh |  233 ++
 man/Makefile.in   |   92 ++--
 man/citron.man|2 
 missing   |   61 +-
 src/Makefile.in   |  117 ++---
 src/citron.c  |   10 
 23 files changed, 2257 insertions(+), 1114 deletions(-)

New commits:
commit 5cf133045c09e5da21b60c4628a5e6bb43488597
Author: David Nusinow [EMAIL PROTECTED]
Date:   Sun Sep 16 15:32:18 2007 -0400

* Upload to unstable

diff --git a/debian/changelog b/debian/changelog
index 9cb2a3b..8e2047d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+xserver-xorg-input-citron (1:2.2.1-2) unstable; urgency=low
+
+  * Upload to unstable
+
+ -- David Nusinow [EMAIL PROTECTED]  Sun, 16 Sep 2007 15:13:35 -0400
+
 xserver-xorg-input-citron (1:2.2.1-1) experimental; urgency=low
 
   [ Julien Cristau ]

commit 2048f58cbf57f48c4ac31e7ca521b6bba960d734
Author: Julien Cristau [EMAIL PROTECTED]
Date:   Wed Sep 12 00:17:01 2007 +0200

Add the upstream changelog.

diff --git a/ChangeLog b/ChangeLog
new file mode 100644
index 000..951d5e0
--- /dev/null
+++ b/ChangeLog
@@ -0,0 +1,298 @@
+commit 9a4d7854273a34c1a32f46fb52f2f8c3a227cd12
+Author: Tilman Sauerbeck [EMAIL PROTECTED]
+Date:   Sun Sep 9 17:09:45 2007 +0200
+
+Generate ChangeLog from git.
+
+commit f2cd377905ba74d6c13ab9e4f4491146e90a7e0d
+Author: Tilman Sauerbeck [EMAIL PROTECTED]
+Date:   Sun Sep 9 17:03:33 2007 +0200
+
+Added some more patterns to .gitignore.
+
+commit 83adcd21fade2746b9a1b8e3ca3cc097db440919
+Author: Tilman Sauerbeck [EMAIL PROTECTED]
+Date:   Sun Sep 9 17:02:23 2007 +0200
+
+Bumped version to 2.2.1.
+
+commit a7295991a74b725a27efb1ed07ba4e396374b288
+Author: Alan Coopersmith [EMAIL PROTECTED]
+Date:   Fri Sep 7 10:14:14 2007 -0700
+
+Move from TSCalibrationCtl to AbsCalibCtl - requires inputproto = 1.4.1
+
+Based on xf86-input-dmc commit 43a05fb4cb02f15fc91d0909a3cab37a9de6b622 by
+Daniel Stone.
+
+commit 75aca9fa1429ca9e2aa696c32cb77ca12d8c7856
+Author: Brice Goglin [EMAIL PROTECTED]
+Date:   Tue Aug 7 09:50:40 2007 +0200
+
+Define CITOUCH_VERSION* using PACKAGE_VERSION*
+
+commit 53a748872a1468845b99e7d9b90f2fcebf45c2b7
+Author: Alan Coopersmith [EMAIL PROTECTED]
+Date:   Thu Mar 1 10:33:07 2007 -0800
+
+renamed: .cvsignore - .gitignore
+
+commit af0c6207afdcacc75c37e51f9f6fc4da1e3f5f57
+Author: Alan Coopersmith [EMAIL PROTECTED]
+Date:   Thu Mar 1 10:32:45 2007 -0800
+
+Replace references to XFree86/XF86Config in man page
+
+commit cacf63ad6432dd0a50df657b115cc17a22380a23
+Author: Adam Jackson [EMAIL PROTECTED]
+Date:   Fri Apr 7 16:56:48 2006 +
+
+Unlibcwrap. Bump server version requirement. Bump to 2.2.0.
+
+commit 82d53242c29bd3413cd3f167346d1d9f49a4dc13
+Author: Daniel Stone [EMAIL PROTECTED]
+Date:   Wed Mar 1 22:18:57 2006 +
+
+keysym.h - X11/keysym.h (minor compile fix).
+
+commit 6b4742d17bcda83c7e23c828e49c04df42e411e2
+Author: Daniel Stone [EMAIL PROTECTED]
+Date:   Wed Mar 1 22:03:04 2006 +
+
+Changes from Peter Kunzmann at Citron:
+Change most -'s to \-. Update list of supported devices.
+Call the PostButton event when breaking beams. Added channels for ambient
+overload, keys and pwmex channels. Beep on keyclicks. Bug #6065: Add
+NULL to default_options[] to prevent crash.
+Bump to version 2.15.
+
+commit 8d5332b1d382c450112b4cf1b6813529b429d203
+Author: Kevin E Martin [EMAIL PROTECTED]
+Date:   Wed Dec 21 02:29:56 2005 +
+
+Update package version for X11R7 release.
+
+commit 7492636f9514e3406a703ad62c09e8a597d47f7f
+Author: Adam Jackson [EMAIL PROTECTED]
+Date:   Mon Dec 19 16:25:49 2005 +
+
+Stub COPYING files
+
+commit 188e6952d3be04d4dad2ea3d1a40377a66b610be
+Author: Alan Coopersmith [EMAIL PROTECTED]
+Date:   Mon Dec 19 09:07:49 2005 +
+
+Typo fixes, mailing list  url updates, and other changes to prepare for
+X11R6.9  7.0 releases.
+
+commit fbe2b454ef4186dc98a5e31c27579322a74329ac
+Author: Kevin E Martin [EMAIL PROTECTED]
+Date:   Thu Dec 15 00:24:13 2005 +
+
+Update package version number for final X11R7 release candidate.
+
+commit 5d7ed446c18b8608926e693007d87e166d307d5c
+Author: Kevin E Martin [EMAIL PROTECTED]
+Date:   Tue Dec 6 22:48:28 2005 +
+
+Change *man_SOURCES == *man_PRE to fix autotools warnings.
+
+commit 

xserver-xorg-input-dmc: Changes to 'debian-unstable'

2007-09-16 Thread David Nusinow
 .cvsignore|   19 
 .gitignore|   20 
 ChangeLog |  255 +--
 Makefile.am   |   11 
 Makefile.in   |  144 +++---
 aclocal.m4|  676 +++--
 config.guess  |   34 +
 config.sub|   24 -
 configure | 1139 +++---
 configure.ac  |2 
 debian/changelog  |   25 -
 debian/control|6 
 debian/copyright  |3 
 debian/xsfbs/xsfbs.mk |   27 -
 debian/xsfbs/xsfbs.sh |7 
 depcomp   |   64 ++
 install-sh|  348 +++
 ltmain.sh |  233 ++
 man/.cvsignore|2 
 man/.gitignore|2 
 man/Makefile.in   |   92 ++--
 missing   |   61 +-
 mkinstalldirs |5 
 src/.cvsignore|6 
 src/.gitignore|6 
 src/Makefile.in   |  117 ++---
 src/xf86DMC.c |4 
 27 files changed, 2224 insertions(+), 1108 deletions(-)

New commits:
commit cc5207f7a4c5bc1121a1f57ee57aedeaccb0d93c
Author: David Nusinow [EMAIL PROTECTED]
Date:   Sun Sep 16 15:32:18 2007 -0400

* Upload to unstable

diff --git a/debian/changelog b/debian/changelog
index 462b28c..0c4f245 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+xserver-xorg-input-dmc (1:1.1.1-3) unstable; urgency=low
+
+  * Upload to unstable
+
+ -- David Nusinow [EMAIL PROTECTED]  Sun, 16 Sep 2007 15:13:35 -0400
+
 xserver-xorg-input-dmc (1:1.1.1-2) UNRELEASED; urgency=low
 
   * Add upstream URL to debian/copyright.

commit d7e5c2195f4305c1bd9d8bb90b124aa802bfa0cb
Author: Brice Goglin [EMAIL PROTECTED]
Date:   Sat Sep 15 01:41:39 2007 +0200

Add upstream URL to debian/copyright

diff --git a/debian/changelog b/debian/changelog
index 588406d..462b28c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+xserver-xorg-input-dmc (1:1.1.1-2) UNRELEASED; urgency=low
+
+  * Add upstream URL to debian/copyright.
+
+ -- Brice Goglin [EMAIL PROTECTED]  Sat, 15 Sep 2007 01:41:23 +0200
+
 xserver-xorg-input-dmc (1:1.1.1-1) experimental; urgency=low
 
   [ Julien Cristau ]
diff --git a/debian/copyright b/debian/copyright
index 1e4bc75..a91c501 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,3 +1,6 @@
+This package was downloaded from
+http://xorg.freedesktop.org/releases/individual/driver/
+
 Copyright (c) 1999  Machine Vision Holdings Incorporated
 Author: Mayk Langer [EMAIL PROTECTED]
 

commit ea0a09b4a6798ac1bc18b9490e978fb9cfc47dda
Author: Julien Cristau [EMAIL PROTECTED]
Date:   Tue Sep 11 20:07:31 2007 +0200

Prepare changelog for upload.

diff --git a/debian/changelog b/debian/changelog
index 3c2fb24..588406d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-xserver-xorg-input-dmc (1:1.1.1-1) UNRELEASED; urgency=low
+xserver-xorg-input-dmc (1:1.1.1-1) experimental; urgency=low
 
   [ Julien Cristau ]
   * Add link to xserver-xorg-core bug script, so that bugreports contain
@@ -17,7 +17,7 @@ xserver-xorg-input-dmc (1:1.1.1-1) UNRELEASED; urgency=low
 module in the long description.
   * Remove Fabio from uploaders with his permission. He's always welcome back.
 
- -- Julien Cristau [EMAIL PROTECTED]  Tue, 11 Sep 2007 16:50:44 +0200
+ -- Julien Cristau [EMAIL PROTECTED]  Tue, 11 Sep 2007 20:07:17 +0200
 
 xserver-xorg-input-dmc (1:1.1.0-1) unstable; urgency=low
 

commit c391b36ff0dfa204f2c1a7d600b892c3b8ac0e92
Author: Julien Cristau [EMAIL PROTECTED]
Date:   Tue Sep 11 19:57:20 2007 +0200

Add bug closer.

diff --git a/debian/changelog b/debian/changelog
index a41e16a..3c2fb24 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,7 +6,7 @@ xserver-xorg-input-dmc (1:1.1.1-1) UNRELEASED; urgency=low
   * Generate the dependency on xserver-xorg-core and the Provides field
 automatically.
   * New upstream release.
-+ Updated for new (xserver 1.4) input ABI
++ Updated for new (xserver 1.4) input ABI (closes: #422669)
   * Build against xserver 1.4.
   * Add myself to Uploaders and remove Branden with his permission.
 

commit 32f0d53965a6fd38d2343dd8d5c5f559743bdd3f
Author: Julien Cristau [EMAIL PROTECTED]
Date:   Tue Sep 11 16:54:19 2007 +0200

autoreconf

diff --git a/Makefile.in b/Makefile.in
index d50b00f..7f0398e 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,8 +1,8 @@
-# Makefile.in generated by automake 1.9.6 from Makefile.am.
+# Makefile.in generated by automake 1.10 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005  Free Software Foundation, Inc.
+# 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
 # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
 # with or without modifications, as long as this notice is preserved.
@@ -33,15 +33,11 @@
 #  ADAM JACKSON BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 

xserver-xorg-input-dynapro: Changes to 'debian-unstable'

2007-09-16 Thread David Nusinow
 .cvsignore|   19 
 .gitignore|   22 
 ChangeLog |  250 +-
 Makefile.am   |8 
 Makefile.in   |  135 +++--
 aclocal.m4|  676 +++--
 config.guess  |   34 +
 config.sub|   24 -
 configure | 1139 +++---
 configure.ac  |2 
 debian/changelog  |   18 
 debian/control|6 
 debian/copyright  |3 
 debian/xsfbs/xsfbs.mk |   27 -
 debian/xsfbs/xsfbs.sh |7 
 depcomp   |   64 ++
 install-sh|  348 +++
 ltmain.sh |  233 ++
 man/.cvsignore|2 
 man/.gitignore|2 
 man/Makefile.in   |   92 ++--
 missing   |   61 +-
 mkinstalldirs |5 
 src/.cvsignore|6 
 src/.gitignore|6 
 src/Makefile.in   |  117 ++---
 src/xf86Dyna.c|4 
 27 files changed, 2205 insertions(+), 1105 deletions(-)

New commits:
commit 28814015bb7533754542b368204ad4cf253f8843
Author: David Nusinow [EMAIL PROTECTED]
Date:   Sun Sep 16 15:32:18 2007 -0400

* Upload to unstable

diff --git a/debian/changelog b/debian/changelog
index 9a45b5c..b2d7d35 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+xserver-xorg-input-dynapro (1:1.1.1-2) unstable; urgency=low
+
+  * Upload to unstable
+
+ -- David Nusinow [EMAIL PROTECTED]  Sun, 16 Sep 2007 15:13:35 -0400
+
 xserver-xorg-input-dynapro (1:1.1.1-1) experimental; urgency=low
 
   [ Julien Cristau ]

commit 09f3ddda476e39142ddf4969b032b47b4a68ba5b
Author: Julien Cristau [EMAIL PROTECTED]
Date:   Wed Sep 12 01:21:37 2007 +0200

Prepare changelog for upload.

diff --git a/debian/changelog b/debian/changelog
index 750f9d3..9a45b5c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-xserver-xorg-input-dynapro (1:1.1.1-1) UNRELEASED; urgency=low
+xserver-xorg-input-dynapro (1:1.1.1-1) experimental; urgency=low
 
   [ Julien Cristau ]
   * Add link to xserver-xorg-core bug script, so that bugreports contain
@@ -18,7 +18,7 @@ xserver-xorg-input-dynapro (1:1.1.1-1) UNRELEASED; urgency=low
 module in the long description.
   * Remove Fabio from uploaders with his permission. He's always welcome back.
 
- -- Julien Cristau [EMAIL PROTECTED]  Wed, 12 Sep 2007 01:17:10 +0200
+ -- Julien Cristau [EMAIL PROTECTED]  Wed, 12 Sep 2007 01:21:25 +0200
 
 xserver-xorg-input-dynapro (1:1.1.0-1) unstable; urgency=low
 

commit 27af193dd3c82f5c5156caca392ec4b511d5ee85
Author: Julien Cristau [EMAIL PROTECTED]
Date:   Wed Sep 12 01:20:35 2007 +0200

Update for xserver 1.4

* New upstream release
* Bump build-dep on xserver-xorg-dev
* Generate the Provides field automatically
* Add myself to Uploaders, and remove Branden
* Add upstream URL to debian/copyright

diff --git a/ChangeLog b/ChangeLog
new file mode 100644
index 000..ce8991b
--- /dev/null
+++ b/ChangeLog
@@ -0,0 +1,239 @@
+commit 17ae2bf9557e025f0e7d0d5f3afd1a89bcde9add
+Author: Tilman Sauerbeck [EMAIL PROTECTED]
+Date:   Mon Sep 10 18:28:20 2007 +0200
+
+Bumped version to 1.1.1.
+
+commit c0353c29e28629cca89328980ac0306b2db5e95b
+Author: Tilman Sauerbeck [EMAIL PROTECTED]
+Date:   Mon Sep 10 18:27:32 2007 +0200
+
+Added man/dynapro.? to .gitignore.
+
+commit 264d4e1509dc446c1d16c4906b5db1ababe36981
+Author: Tilman Sauerbeck [EMAIL PROTECTED]
+Date:   Mon Sep 10 18:25:40 2007 +0200
+
+Generate ChangeLog from git.
+
+commit 2d11aff614b841afe0ec27162c5ed4fbe321878d
+Author: James Cloos [EMAIL PROTECTED]
+Date:   Mon Sep 3 05:52:05 2007 -0400
+
+Add *~ to .gitignore to skip patch/emacs droppings
+
+commit 6e6d5d69cacafd05702aadf21605dd5c6d6410fd
+Author: James Cloos [EMAIL PROTECTED]
+Date:   Thu Aug 23 19:25:24 2007 -0400
+
+Rename .cvsignore to .gitignore
+
+commit cdfc90bcdc9760c6cc858f738343aada8d93b8c1
+Author: Daniel Stone [EMAIL PROTECTED]
+Date:   Wed Aug 8 01:00:55 2007 +0300
+
+Convert from TSCalibrationCtl to AbsCalibCtl
+
+commit 766ed72d88d4fd09b942deede1421537dc0bd44a
+Author: Brice Goglin [EMAIL PROTECTED]
+Date:   Mon Aug 6 22:29:40 2007 +0200
+
+Use PACKAGE_VERSION_MAJOR/MINOR/PATCHLEVEL in VersionRec
+
+commit 806acb7a47923534ffafb898b77ee75d1a2d9707
+Author: Adam Jackson [EMAIL PROTECTED]
+Date:   Fri Apr 7 17:16:44 2006 +
+
+Unlibcwrap. Bump server version requirement. Bump to 1.1.0.
+
+commit cec77bdc5d80e1294b8e22f3541b947f6b1a8aae
+Author: Kevin E Martin [EMAIL PROTECTED]
+Date:   Wed Dec 21 02:29:56 2005 +
+
+Update package version for X11R7 release.
+
+commit 20e849b949a63a63f1e39b7db6a7f5edc52537ec
+Author: Adam Jackson [EMAIL PROTECTED]
+Date:   Mon Dec 19 16:25:50 2005 +
+
+Stub COPYING files
+
+commit ca6ca16aaa911440064d7f8e91578b84ccf6a56c
+Author: Kevin E Martin [EMAIL PROTECTED]
+Date:   Thu Dec 15 00:24:13 2005 +
+
+Update package version number for final X11R7 

xserver-xorg-input-elo2300: Changes to 'debian-unstable'

2007-09-16 Thread David Nusinow
 .cvsignore|   19 
 .gitignore|   21 
 ChangeLog |  258 ++-
 Makefile.am   |8 
 Makefile.in   |  135 +++--
 aclocal.m4|  676 +++--
 config.guess  |   34 +
 config.sub|   24 -
 configure | 1139 +++---
 configure.ac  |2 
 debian/changelog  |   18 
 debian/control|6 
 debian/copyright  |3 
 debian/xsfbs/xsfbs.mk |   27 -
 debian/xsfbs/xsfbs.sh |7 
 depcomp   |   64 ++
 install-sh|  348 +++
 ltmain.sh |  233 ++
 man/.cvsignore|2 
 man/.gitignore|2 
 man/Makefile.in   |   92 ++--
 missing   |   61 +-
 mkinstalldirs |5 
 src/.cvsignore|6 
 src/.gitignore|6 
 src/Makefile.in   |  117 ++---
 src/elo.c |6 
 27 files changed, 2212 insertions(+), 1107 deletions(-)

New commits:
commit 15cc6008c744c48468683a52d63fb9d2403c5d37
Author: David Nusinow [EMAIL PROTECTED]
Date:   Sun Sep 16 15:32:18 2007 -0400

* Upload to unstable

diff --git a/debian/changelog b/debian/changelog
index b499c81..c6138b6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+xserver-xorg-input-elo2300 (1:1.1.1-2) unstable; urgency=low
+
+  * Upload to unstable
+
+ -- David Nusinow [EMAIL PROTECTED]  Sun, 16 Sep 2007 15:13:35 -0400
+
 xserver-xorg-input-elo2300 (1:1.1.1-1) experimental; urgency=low
 
   [ Julien Cristau ]

commit 7bcd875d0b317507f1cd17465d53a813f9d621e6
Author: Julien Cristau [EMAIL PROTECTED]
Date:   Wed Sep 12 01:36:09 2007 +0200

Prepare changelog for upload.

diff --git a/debian/changelog b/debian/changelog
index d4a284e..b499c81 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-xserver-xorg-input-elo2300 (1:1.1.1-1) UNRELEASED; urgency=low
+xserver-xorg-input-elo2300 (1:1.1.1-1) experimental; urgency=low
 
   [ Julien Cristau ]
   * Add link to xserver-xorg-core bug script, so that bugreports contain
@@ -18,7 +18,7 @@ xserver-xorg-input-elo2300 (1:1.1.1-1) UNRELEASED; urgency=low
 module in the long description.
   * Remove Fabio from uploaders with his permission. He's always welcome back.
 
- -- Julien Cristau [EMAIL PROTECTED]  Wed, 12 Sep 2007 01:33:25 +0200
+ -- Julien Cristau [EMAIL PROTECTED]  Wed, 12 Sep 2007 01:35:59 +0200
 
 xserver-xorg-input-elo2300 (1:1.1.0-1) unstable; urgency=low
 

commit 2709565c23db81518a983f076918437f0b3d1b39
Author: Julien Cristau [EMAIL PROTECTED]
Date:   Wed Sep 12 01:35:13 2007 +0200

Update for xserver 1.4

* New upstream release
* Generate the Provides field automatically
* Bump build-dep on xserver-xorg-dev
* Add myself to Uploaders, and remove Branden
* Add upstream URL to debian/copyright

diff --git a/ChangeLog b/ChangeLog
new file mode 100644
index 000..982616c
--- /dev/null
+++ b/ChangeLog
@@ -0,0 +1,247 @@
+commit b243a4a8eaadbd7d5115e0a14c494c242b79da80
+Author: Tilman Sauerbeck [EMAIL PROTECTED]
+Date:   Mon Sep 10 18:38:03 2007 +0200
+
+Bumped version to 1.1.1.
+
+commit 07f187d8c882a853491e5810df9015d4a34ab5b4
+Author: Tilman Sauerbeck [EMAIL PROTECTED]
+Date:   Mon Sep 10 18:37:32 2007 +0200
+
+Generate ChangeLog from git.
+
+commit 7ce7f2cbe02a73248a318e75d9c42ca8a5a7
+Author: James Cloos [EMAIL PROTECTED]
+Date:   Mon Sep 3 05:52:06 2007 -0400
+
+Add *~ to .gitignore to skip patch/emacs droppings
+
+commit c75cc4de22637732dac647f4cba852af376e09d3
+Author: James Cloos [EMAIL PROTECTED]
+Date:   Thu Aug 23 19:25:24 2007 -0400
+
+Rename .cvsignore to .gitignore
+
+commit 46c3fa9d4f62b6dae97ff598efc3a3a90f470501
+Author: Daniel Stone [EMAIL PROTECTED]
+Date:   Wed Aug 8 00:59:15 2007 +0300
+
+Convert from TSCalibrationCtl to AbsCalibCtl
+
+commit 0b7b6b4f17e9e258f546fbe3eb901fea16a4a62c
+Author: Daniel Stone [EMAIL PROTECTED]
+Date:   Wed Aug 8 00:58:54 2007 +0300
+
+Remove useless debugging statement
+
+commit c80b29b22a6b30846fd43c6f3e43e70639071c3e
+Author: Brice Goglin [EMAIL PROTECTED]
+Date:   Mon Aug 6 22:34:31 2007 +0200
+
+Use PACKAGE_VERSION_MAJOR/MINOR/PATCHLEVEL in VersionRec
+
+commit d99906117a5718a87959187a8d9d925fab87d4da
+Author: Adam Jackson [EMAIL PROTECTED]
+Date:   Fri Apr 7 17:18:35 2006 +
+
+Unlibcwrap. Bump server version requirement. Bump to 1.1.0.
+
+commit 0d6876589f98d6ec2272af1bd6e574e0a1984ec2
+Author: Kevin E Martin [EMAIL PROTECTED]
+Date:   Wed Dec 21 02:29:56 2005 +
+
+Update package version for X11R7 release.
+
+commit bb7d4253fb69cf03a491b3978f59e8be0936f56a
+Author: Adam Jackson [EMAIL PROTECTED]
+Date:   Mon Dec 19 16:25:50 2005 +
+
+Stub COPYING files
+
+commit 11b037940716176c23afb95eace5e8b58df19a9b
+Author: Kevin E Martin [EMAIL PROTECTED]
+Date:   Thu Dec 15 00:24:14 2005 +
+
+Update package version number for final X11R7 

xserver-xorg-input-elographics: Changes to 'debian-unstable'

2007-09-16 Thread David Nusinow
 debian/changelog  |   16 
 debian/control|6 +++---
 debian/copyright  |3 +++
 debian/xsfbs/xsfbs.mk |   27 ++-
 debian/xsfbs/xsfbs.sh |7 ---
 5 files changed, 36 insertions(+), 23 deletions(-)

New commits:
commit 3f37921dc8e6392e2e5422b054a43569941cf7ba
Author: David Nusinow [EMAIL PROTECTED]
Date:   Sun Sep 16 15:32:19 2007 -0400

* Upload to unstable

diff --git a/debian/changelog b/debian/changelog
index 53e460f..6651fd1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+xserver-xorg-input-elographics (1:1.1.0-3) unstable; urgency=low
+
+  * Upload to unstable
+
+ -- David Nusinow [EMAIL PROTECTED]  Sun, 16 Sep 2007 15:13:36 -0400
+
 xserver-xorg-input-elographics (1:1.1.0-2) experimental; urgency=low
 
   [ Julien Cristau ]

commit e8a7289cde8742133f99f8b1af4e3010bf154c2e
Author: Julien Cristau [EMAIL PROTECTED]
Date:   Wed Sep 12 16:37:10 2007 +0200

Prepare changelog for upload.

diff --git a/debian/changelog b/debian/changelog
index 662a0a3..53e460f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-xserver-xorg-input-elographics (1:1.1.0-2) UNRELEASED; urgency=low
+xserver-xorg-input-elographics (1:1.1.0-2) experimental; urgency=low
 
   [ Julien Cristau ]
   * Add link to xserver-xorg-core bug script, so that bugreports contain
@@ -16,7 +16,7 @@ xserver-xorg-input-elographics (1:1.1.0-2) UNRELEASED; 
urgency=low
 module in the long description.
   * Remove Fabio from uploaders with his permission. He's always welcome back.
 
- -- Julien Cristau [EMAIL PROTECTED]  Wed, 12 Sep 2007 16:26:33 +0200
+ -- Julien Cristau [EMAIL PROTECTED]  Wed, 12 Sep 2007 16:37:01 +0200
 
 xserver-xorg-input-elographics (1:1.1.0-1) unstable; urgency=low
 

commit ec564dc35155b03ef80e81e6502168488ff7e454
Author: Julien Cristau [EMAIL PROTECTED]
Date:   Wed Sep 12 16:33:44 2007 +0200

Update for xserver 1.4

* Bump build-dep on xserver-xorg-dev.
* Generate the Provides field automatically.
* Add myself to Uploaders, and remove Branden with his permission.
* Add upstream URL to debian/copyright.

diff --git a/debian/changelog b/debian/changelog
index 75e44b2..662a0a3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,17 +4,19 @@ xserver-xorg-input-elographics (1:1.1.0-2) UNRELEASED; 
urgency=low
   * Add link to xserver-xorg-core bug script, so that bugreports contain
 the user's config and log files.
   * Generate the dependency on xserver-xorg-core automatically.
+  * Build against xserver 1.4.
+  * Generate the Provides field automatically.
+  * Add myself to Uploaders, and remove Branden with his permission.
+  * Add upstream URL to debian/copyright.
 
   [ Brice Goglin ]
   * Install the upstream changelog.
-  * Bump Build-Depends: xserver-xorg-dev to = 2:1.2.99.902
-(needed to let xsfbs get access to serverminver).
   * Add XS-Vcs-*.
   * Add a link to www.X.org and a reference to the xf86-input-elographics
 module in the long description.
   * Remove Fabio from uploaders with his permission. He's always welcome back.
 
- -- Brice Goglin [EMAIL PROTECTED]  Tue, 24 Apr 2007 23:33:22 +0200
+ -- Julien Cristau [EMAIL PROTECTED]  Wed, 12 Sep 2007 16:26:33 +0200
 
 xserver-xorg-input-elographics (1:1.1.0-1) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 4301db5..df4324f 100644
--- a/debian/control
+++ b/debian/control
@@ -2,8 +2,8 @@ Source: xserver-xorg-input-elographics
 Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force debian-x@lists.debian.org
-Uploaders: David Nusinow [EMAIL PROTECTED], Branden Robinson [EMAIL 
PROTECTED]
-Build-Depends: debhelper (= 5), pkg-config, xserver-xorg-dev (= 
2:1.2.99.902), x11proto-input-dev, x11proto-core-dev, x11proto-randr-dev
+Uploaders: David Nusinow [EMAIL PROTECTED], Julien Cristau [EMAIL 
PROTECTED]
+Build-Depends: debhelper (= 5), pkg-config, xserver-xorg-dev (= 2:1.4), 
x11proto-input-dev, x11proto-core-dev, x11proto-randr-dev
 Standards-Version: 3.7.2
 XS-Vcs-Git: 
git://git.debian.org/git/pkg-xorg/driver/xserver-xorg-input-elographics
 XS-Vcs-Browser: 
http://git.debian.org/?p=pkg-xorg/driver/xserver-xorg-input-elographics.git
@@ -11,7 +11,7 @@ XS-Vcs-Browser: 
http://git.debian.org/?p=pkg-xorg/driver/xserver-xorg-input-elog
 Package: xserver-xorg-input-elographics
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, ${xserver:Depends}
-Provides: xserver-xorg-input
+Provides: ${xinpdriver:Provides}
 Replaces: xserver-xorg ( 6.8.2-35)
 Description: X.Org X server -- ELOGraphics input driver
  This package provides the driver for ELO Graphics touchscreens.
diff --git a/debian/copyright b/debian/copyright
index 3507a01..180dc8f 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,3 +1,6 @@
+This package was downloaded from
+http://xorg.freedesktop.org/releases/individual/driver/
+
 Copyright 1995, 1999 by Patrick Lecoanet, France. [EMAIL PROTECTED]
 
 

xserver-xorg-input-evdev: Changes to 'debian-unstable'

2007-09-16 Thread David Nusinow
 ChangeLog  |  381 
 Makefile.in|  131 +++--
 aclocal.m4 |  676 +++--
 config.guess   |   34 +
 config.sub |   24 -
 configure  | 1139 ++---
 configure.ac   |2 
 debian/changelog   |   25 +
 debian/control |6 
 debian/copyright   |   52 +-
 debian/rules   |2 
 depcomp|   64 ++
 install-sh |  348 +++---
 ltmain.sh  |  233 ++
 man/Makefile.in|   92 ++-
 man/evdev.man  |   32 -
 missing|   61 +-
 mkinstalldirs  |5 
 src/Makefile.am|2 
 src/Makefile.in|  153 +++---
 src/evdev.c|  458 +++
 src/evdev.h|  241 --
 src/evdev_axes.c   |  810 ++
 src/evdev_brain.c  |  505 -
 src/evdev_btn.c|  326 +-
 src/evdev_key.c|  225 ++---
 src/inotify-syscalls.h |   83 ---
 src/inotify.h  |   60 --
 28 files changed, 3643 insertions(+), 2527 deletions(-)

New commits:
commit a30fdd0da5627423ee8e4ebabcb08cae326a67ff
Author: David Nusinow [EMAIL PROTECTED]
Date:   Sun Sep 16 15:32:19 2007 -0400

* Upload to unstable

diff --git a/debian/changelog b/debian/changelog
index 864030b..1c09308 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+xserver-xorg-input-evdev (1:1.2.0~git20070819-3) unstable; urgency=low
+
+  * Upload to unstable
+
+ -- David Nusinow [EMAIL PROTECTED]  Sun, 16 Sep 2007 15:13:36 -0400
+
 xserver-xorg-input-evdev (1:1.2.0~git20070819-2) experimental; urgency=low
 
   * Build against xserver 1.4.
diff --git a/man/evdev.man b/man/evdev.man
index 2395cd8..6cd86a5 100644
--- a/man/evdev.man
+++ b/man/evdev.man
@@ -317,6 +317,6 @@ enhance the keyboard behaviour.  Default: not set.
 .SH AUTHORS
 Zephaniah E. Hull.
 .fi
-Kristian Høgsberg.
+Kristian H\(/ogsberg.
 .SH SEE ALSO
 __xservername__(__appmansuffix__), __xconfigfile__(__filemansuffix__), 
xorgconfig(__appmansuffix__), Xserver(__appmansuffix__), X(__miscmansuffix__).

commit f401e824fa140ff0959c553d58dc5911fc7b3584
Author: Julien Cristau [EMAIL PROTECTED]
Date:   Mon Sep 10 16:30:59 2007 +0200

Build against xserver 1.4.

diff --git a/debian/changelog b/debian/changelog
index db89f9c..864030b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+xserver-xorg-input-evdev (1:1.2.0~git20070819-2) experimental; urgency=low
+
+  * Build against xserver 1.4.
+
+ -- Julien Cristau [EMAIL PROTECTED]  Mon, 10 Sep 2007 16:30:28 +0200
+
 xserver-xorg-input-evdev (1:1.2.0~git20070819-1) experimental; urgency=low
 
   * New git snapshot from upstream's master branch.
diff --git a/debian/control b/debian/control
index b71a44b..f29c283 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force debian-x@lists.debian.org
 Uploaders: David Nusinow [EMAIL PROTECTED], Drew Parsons [EMAIL 
PROTECTED], Julien Cristau [EMAIL PROTECTED]
-Build-Depends: debhelper (= 5.0.0), pkg-config, quilt, xserver-xorg-dev (= 
2:1.3.99.0), x11proto-core-dev, x11proto-randr-dev, x11proto-input-dev, 
x11proto-kb-dev
+Build-Depends: debhelper (= 5.0.0), pkg-config, quilt, xserver-xorg-dev (= 
2:1.4), x11proto-core-dev, x11proto-randr-dev, x11proto-input-dev, 
x11proto-kb-dev
 Standards-Version: 3.7.2
 XS-Vcs-Git: git://git.debian.org/git/pkg-xorg/driver/xserver-xorg-input-evdev
 XS-Vcs-Browser: 
http://git.debian.org/?p=pkg-xorg/driver/xserver-xorg-input-evdev.git

commit a1a094ac886d1ce45803704a149eb1b6d0800c82
Author: Julien Cristau [EMAIL PROTECTED]
Date:   Sun Aug 19 17:22:44 2007 +0200

Prepare changelog for upload.

diff --git a/debian/changelog b/debian/changelog
index 0669380..db89f9c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,14 +1,15 @@
-xserver-xorg-input-evdev (1:1.2.0~git20070819-1) UNRELEASED; urgency=low
+xserver-xorg-input-evdev (1:1.2.0~git20070819-1) experimental; urgency=low
 
   * New git snapshot from upstream's master branch.
 + manpage typos fixed (closes: #432063).  Thanks, A. Costa!
+  * Build against xserver 1.3.99.0.
   * Update debian/copyright.
   * Generate the Provides field automatically.
   * Add myself to uploaders, and remove Branden with his permission.
   * Drop build-dep on linux-kernel-headers, which is provided by
 build-essential.
 
- -- Julien Cristau [EMAIL PROTECTED]  Sun, 19 Aug 2007 17:20:29 +0200
+ -- Julien Cristau [EMAIL PROTECTED]  Sun, 19 Aug 2007 17:22:09 +0200
 
 xserver-xorg-input-evdev (1:1.1.5-3) unstable; urgency=low
 

commit d020d9ec950b618f39d0a13115c9411c5dd9eee4
Author: Julien Cristau [EMAIL PROTECTED]
Date:   Sun Aug 19 17:21:53 2007 +0200

Drop build-dep on linux-kernel-headers.

This functionality is provided by build-essential 

xserver-xorg-input-fpit: Changes to 'debian-unstable'

2007-09-16 Thread David Nusinow
 debian/changelog  |   16 
 debian/control|6 +++---
 debian/copyright  |3 +++
 debian/xsfbs/xsfbs.mk |   27 ++-
 debian/xsfbs/xsfbs.sh |7 ---
 5 files changed, 36 insertions(+), 23 deletions(-)

New commits:
commit 817ca77d854eb9cfc8969f5da371a6f76cea78f3
Author: David Nusinow [EMAIL PROTECTED]
Date:   Sun Sep 16 15:32:19 2007 -0400

* Upload to unstable

diff --git a/debian/changelog b/debian/changelog
index 575158a..6bd34ab 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+xserver-xorg-input-fpit (1:1.1.0-3) unstable; urgency=low
+
+  * Upload to unstable
+
+ -- David Nusinow [EMAIL PROTECTED]  Sun, 16 Sep 2007 15:13:36 -0400
+
 xserver-xorg-input-fpit (1:1.1.0-2) experimental; urgency=low
 
   [ Julien Cristau ]

commit 61f649538563082cdb26d2f834bccecf62acc91f
Author: Julien Cristau [EMAIL PROTECTED]
Date:   Wed Sep 12 15:56:37 2007 +0200

Prepare changelog for upload.

diff --git a/debian/changelog b/debian/changelog
index a29ca51..575158a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-xserver-xorg-input-fpit (1:1.1.0-2) UNRELEASED; urgency=low
+xserver-xorg-input-fpit (1:1.1.0-2) experimental; urgency=low
 
   [ Julien Cristau ]
   * Add link to xserver-xorg-core bug script, so that bugreports contain
@@ -16,7 +16,7 @@ xserver-xorg-input-fpit (1:1.1.0-2) UNRELEASED; urgency=low
 module in the long description.
   * Remove Fabio from uploaders with his permission. He's always welcome back.
 
- -- Julien Cristau [EMAIL PROTECTED]  Wed, 12 Sep 2007 15:54:47 +0200
+ -- Julien Cristau [EMAIL PROTECTED]  Wed, 12 Sep 2007 15:56:04 +0200
 
 xserver-xorg-input-fpit (1:1.1.0-1) unstable; urgency=low
 

commit e623107192b448f59ea48bfba65978698b4a3d7d
Author: Julien Cristau [EMAIL PROTECTED]
Date:   Wed Sep 12 15:55:59 2007 +0200

Update for xserver 1.4.

* Bump build-dep on xserver-xorg-dev
* Generate the Provides field automatically
* Add myself to Uploaders, and remove Branden
* Add upstream URL to debian/copyright

diff --git a/debian/changelog b/debian/changelog
index b3f6f89..a29ca51 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,17 +4,19 @@ xserver-xorg-input-fpit (1:1.1.0-2) UNRELEASED; urgency=low
   * Add link to xserver-xorg-core bug script, so that bugreports contain
 the user's config and log files.
   * Generate the dependency on xserver-xorg-core automatically.
+  * Build against xserver 1.4.
+  * Generate the Provides field automatically.
+  * Add myself to Uploaders, and remove Branden with his permission.
+  * Add upstream URL to debian/copyright.
 
   [ Brice Goglin ]
   * Install the upstream changelog.
-  * Bump Build-Depends: xserver-xorg-dev to = 2:1.2.99.902
-(needed to let xsfbs get access to serverminver).
   * Add XS-Vcs-*.
   * Add a link to www.X.org and a reference to the xf86-input-fpit
 module in the long description.
   * Remove Fabio from uploaders with his permission. He's always welcome back.
 
- -- Brice Goglin [EMAIL PROTECTED]  Tue, 24 Apr 2007 00:50:51 +0200
+ -- Julien Cristau [EMAIL PROTECTED]  Wed, 12 Sep 2007 15:54:47 +0200
 
 xserver-xorg-input-fpit (1:1.1.0-1) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 9910cba..b0ea824 100644
--- a/debian/control
+++ b/debian/control
@@ -2,8 +2,8 @@ Source: xserver-xorg-input-fpit
 Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force debian-x@lists.debian.org
-Uploaders: David Nusinow [EMAIL PROTECTED], Branden Robinson [EMAIL 
PROTECTED]
-Build-Depends: debhelper (= 5), pkg-config, xserver-xorg-dev (= 
2:1.2.99.902), x11proto-core-dev, x11proto-randr-dev, x11proto-input-dev
+Uploaders: David Nusinow [EMAIL PROTECTED], Julien Cristau [EMAIL 
PROTECTED]
+Build-Depends: debhelper (= 5), pkg-config, xserver-xorg-dev (= 2:1.4), 
x11proto-core-dev, x11proto-randr-dev, x11proto-input-dev
 Standards-Version: 3.7.2
 XS-Vcs-Git: git://git.debian.org/git/pkg-xorg/driver/xserver-xorg-input-fpit
 XS-Vcs-Browser: 
http://git.debian.org/?p=pkg-xorg/driver/xserver-xorg-input-fpit.git
@@ -11,7 +11,7 @@ XS-Vcs-Browser: 
http://git.debian.org/?p=pkg-xorg/driver/xserver-xorg-input-fpit
 Package: xserver-xorg-input-fpit
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, ${xserver:Depends}
-Provides: xserver-xorg-input
+Provides: ${xinpdriver:Provides}
 Replaces: xserver-xorg ( 6.8.2-35)
 Description: X.Org X server -- FPIT input driver
  This package provides the driver for Fujitsu Stylistic tablet PCs.
diff --git a/debian/copyright b/debian/copyright
index cb0b0bf..80cf2fd 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,3 +1,6 @@
+This package was downloaded from
+http://xorg.freedesktop.org/releases/individual/driver/
+
 Copyright 1995, 1999 by Patrick Lecoanet, France. [EMAIL PROTECTED]
 Copyright 2002, Red Hat [EMAIL PROTECTED]
 

commit 575efb7249d7cf194f07e45db17e601d9c259231
Author: Brice Goglin [EMAIL 

xserver-xorg-input-hyperpen: Changes to 'debian-unstable'

2007-09-16 Thread David Nusinow
 config.sub|   14 +++---
 debian/changelog  |   16 +---
 debian/control|6 +++---
 debian/copyright  |3 +++
 debian/rules  |2 +-
 debian/xsfbs/xsfbs.mk |   27 ++-
 debian/xsfbs/xsfbs.sh |7 ---
 7 files changed, 41 insertions(+), 34 deletions(-)

New commits:
commit 99465e76dd9772b2544f656d20240a042a796fd3
Author: David Nusinow [EMAIL PROTECTED]
Date:   Sun Sep 16 15:32:19 2007 -0400

* Upload to unstable

diff --git a/debian/changelog b/debian/changelog
index b59c7e7..d0141c7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+xserver-xorg-input-hyperpen (1:1.1.0-3) unstable; urgency=low
+
+  * Upload to unstable
+
+ -- David Nusinow [EMAIL PROTECTED]  Sun, 16 Sep 2007 15:13:36 -0400
+
 xserver-xorg-input-hyperpen (1:1.1.0-2) experimental; urgency=low
 
   [ Julien Cristau ]

commit 4493485d8b548d6312f5f6f90d522ed61a5d3131
Author: Brice Goglin [EMAIL PROTECTED]
Date:   Wed Sep 12 19:48:28 2007 +0200

Prepare changelog for upload

diff --git a/debian/changelog b/debian/changelog
index b195965..b59c7e7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-xserver-xorg-input-hyperpen (1:1.1.0-2) UNRELEASED; urgency=low
+xserver-xorg-input-hyperpen (1:1.1.0-2) experimental; urgency=low
 
   [ Julien Cristau ]
   * Add link to xserver-xorg-core bug script, so that bugreports contain
@@ -20,7 +20,7 @@ xserver-xorg-input-hyperpen (1:1.1.0-2) UNRELEASED; 
urgency=low
   * Add myself to uploaders, and remove Branden and Fabio with their
 permission.
 
- -- Brice Goglin [EMAIL PROTECTED]  Wed, 12 Sep 2007 19:36:28 +0200
+ -- Brice Goglin [EMAIL PROTECTED]  Wed, 12 Sep 2007 19:37:43 +0200
 
 xserver-xorg-input-hyperpen (1:1.1.0-1) unstable; urgency=low
 

commit a2b10036818dcaabdcb5c8e1412bcb201f8bd9b1
Author: Brice Goglin [EMAIL PROTECTED]
Date:   Wed Sep 12 19:48:24 2007 +0200

Fix missing serverabi dependency in the Makefile, should have come with 
xsfbs...

diff --git a/debian/rules b/debian/rules
index c05ac15..1ae4a84 100755
--- a/debian/rules
+++ b/debian/rules
@@ -66,7 +66,7 @@ install: build
cd obj-$(DEB_BUILD_GNU_TYPE)  $(MAKE) DESTDIR=$(CURDIR)/debian/tmp 
install
 
 # Build architecture-dependent files here.
-binary-arch: build install
+binary-arch: build install serverabi
dh_testdir
dh_testroot
 

commit 646bbc238c7e81707bda5896add27bfac64625ba
Author: Brice Goglin [EMAIL PROTECTED]
Date:   Wed Sep 12 19:37:37 2007 +0200

autoreconf

diff --git a/config.sub b/config.sub
index fab0aa3..387c18d 100755
--- a/config.sub
+++ b/config.sub
@@ -4,7 +4,7 @@
 #   2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation,
 #   Inc.
 
-timestamp='2006-09-20'
+timestamp='2006-07-02'
 
 # This file is (in principle) common to ALL GNU software.
 # The presence of a machine in this file suggests that SOME GNU software
@@ -276,7 +276,6 @@ case $basic_machine in
| pdp10 | pdp11 | pj | pjl \
| powerpc | powerpc64 | powerpc64le | powerpcle | ppcbe \
| pyramid \
-   | score \
| sh | sh[1234] | sh[24]a | sh[23]e | sh[34]eb | sheb | shbe | shle | 
sh[1234]le | sh3ele \
| sh64 | sh64le \
| sparc | sparc64 | sparc64b | sparc64v | sparc86x | sparclet | 
sparclite \
@@ -285,7 +284,7 @@ case $basic_machine in
| tahoe | thumb | tic4x | tic80 | tron \
| v850 | v850e \
| we32k \
-   | x86 | xc16x | xscale | xscalee[bl] | xstormy16 | xtensa \
+   | x86 | xscale | xscalee[bl] | xstormy16 | xtensa \
| z8k)
basic_machine=$basic_machine-unknown
;;
@@ -368,7 +367,7 @@ case $basic_machine in
| tron-* \
| v850-* | v850e-* | vax-* \
| we32k-* \
-   | x86-* | x86_64-* | xc16x-* | xps100-* | xscale-* | xscalee[bl]-* \
+   | x86-* | x86_64-* | xps100-* | xscale-* | xscalee[bl]-* \
| xstormy16-* | xtensa-* \
| ymp-* \
| z8k-*)
@@ -910,10 +909,6 @@ case $basic_machine in
sb1el)
basic_machine=mipsisa64sb1el-unknown
;;
-   sde)
-   basic_machine=mipsisa32-sde
-   os=-elf
-   ;;
sei)
basic_machine=mips-sei
os=-seiux
@@ -1371,9 +1366,6 @@ else
 # system, and we'll never get to this point.
 
 case $basic_machine in
-score-*)
-   os=-elf
-   ;;
 spu-*)
os=-elf
;;

commit 697e3cdc29e21834a2b78c3d77dc022b5add517a
Author: Brice Goglin [EMAIL PROTECTED]
Date:   Wed Sep 12 19:36:48 2007 +0200

Build against xserver 1.4 and fix various minor things

diff --git a/debian/changelog b/debian/changelog
index da1f26c..b195965 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,9 +14,13 @@ xserver-xorg-input-hyperpen (1:1.1.0-2) UNRELEASED; 
urgency=low
   * Add XS-Vcs-*.
   * Add a link to www.X.org and a 

xserver-xorg-input-jamstudio: Changes to 'debian-unstable'

2007-09-16 Thread David Nusinow
 config.sub|   14 +++---
 debian/changelog  |   16 +---
 debian/control|6 +++---
 debian/copyright  |3 +++
 debian/xsfbs/xsfbs.mk |   27 ++-
 debian/xsfbs/xsfbs.sh |7 ---
 6 files changed, 40 insertions(+), 33 deletions(-)

New commits:
commit 99323a30d06f9214b9a1469be6d47cb320c99eaf
Author: David Nusinow [EMAIL PROTECTED]
Date:   Sun Sep 16 15:32:19 2007 -0400

* Upload to unstable

diff --git a/debian/changelog b/debian/changelog
index 2da2baf..db937df 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+xserver-xorg-input-jamstudio (1:1.1.0-3) unstable; urgency=low
+
+  * Upload to unstable
+
+ -- David Nusinow [EMAIL PROTECTED]  Sun, 16 Sep 2007 15:13:37 -0400
+
 xserver-xorg-input-jamstudio (1:1.1.0-2) experimental; urgency=low
 
   [ Julien Cristau ]

commit 5c08f752530b9ff3ae62556337e003751e9a0dee
Author: Brice Goglin [EMAIL PROTECTED]
Date:   Wed Sep 12 19:29:22 2007 +0200

Prepare changelog for upload

diff --git a/debian/changelog b/debian/changelog
index b17e601..2da2baf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-xserver-xorg-input-jamstudio (1:1.1.0-2) UNRELEASED; urgency=low
+xserver-xorg-input-jamstudio (1:1.1.0-2) experimental; urgency=low
 
   [ Julien Cristau ]
   * Add link to xserver-xorg-core bug script, so that bugreports contain
@@ -18,7 +18,7 @@ xserver-xorg-input-jamstudio (1:1.1.0-2) UNRELEASED; 
urgency=low
   * Add myself to uploaders, and remove Branden and Fabio with their
 permission.
 
- -- Brice Goglin [EMAIL PROTECTED]  Wed, 12 Sep 2007 19:27:25 +0200
+ -- Brice Goglin [EMAIL PROTECTED]  Wed, 12 Sep 2007 19:28:21 +0200
 
 xserver-xorg-input-jamstudio (1:1.1.0-1) unstable; urgency=low
 

commit 64202fbdd6db328325755cb28679187648fe7388
Author: Brice Goglin [EMAIL PROTECTED]
Date:   Wed Sep 12 19:28:17 2007 +0200

Build against xserver 1.4 and fix various minor things

diff --git a/debian/changelog b/debian/changelog
index cd0fad3..b17e601 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,9 +12,13 @@ xserver-xorg-input-jamstudio (1:1.1.0-2) UNRELEASED; 
urgency=low
   * Add XS-Vcs-*.
   * Add a link to www.X.org and a reference to the xf86-input-jamstudio
 module in the long description.
-  * Remove Fabio from uploaders with his permission. He's always welcome back.
+  * Add upstream URL to debian/copyright.
+  * Build against xserver 1.4.
+  * Generate the Provides field automatically.
+  * Add myself to uploaders, and remove Branden and Fabio with their
+permission.
 
- -- Brice Goglin [EMAIL PROTECTED]  Mon, 23 Apr 2007 23:35:50 +0200
+ -- Brice Goglin [EMAIL PROTECTED]  Wed, 12 Sep 2007 19:27:25 +0200
 
 xserver-xorg-input-jamstudio (1:1.1.0-1) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 645fd47..01becb6 100644
--- a/debian/control
+++ b/debian/control
@@ -2,8 +2,8 @@ Source: xserver-xorg-input-jamstudio
 Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force debian-x@lists.debian.org
-Uploaders: David Nusinow [EMAIL PROTECTED], Branden Robinson [EMAIL 
PROTECTED]
-Build-Depends: debhelper (= 5), pkg-config, xserver-xorg-dev (= 
2:1.2.99.902), x11proto-core-dev, x11proto-randr-dev, x11proto-input-dev
+Uploaders: David Nusinow [EMAIL PROTECTED], Brice Goglin [EMAIL PROTECTED]
+Build-Depends: debhelper (= 5), pkg-config, xserver-xorg-dev (= 2:1.4), 
x11proto-core-dev, x11proto-randr-dev, x11proto-input-dev
 Standards-Version: 3.7.2
 XS-Vcs-Git: 
git://git.debian.org/git/pkg-xorg/driver/xserver-xorg-input-jamstudio
 XS-Vcs-Browser: 
http://git.debian.org/?p=pkg-xorg/driver/xserver-xorg-input-jamstudio.git
@@ -11,7 +11,7 @@ XS-Vcs-Browser: 
http://git.debian.org/?p=pkg-xorg/driver/xserver-xorg-input-jams
 Package: xserver-xorg-input-jamstudio
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, ${xserver:Depends}
-Provides: xserver-xorg-input
+Provides: ${xinpdriver:Provides}
 Replaces: xserver-xorg ( 6.8.2-35)
 Description: X.Org X server -- JamStudio input driver
  This package provides the driver for JamStudio graphics tablets.
diff --git a/debian/copyright b/debian/copyright
index 3eb735d..70a72bc 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,3 +1,6 @@
+This package was downloaded from
+http://xorg.freedesktop.org/releases/individual/driver/
+
 Copyright 2002 by Brian Goines ([EMAIL PROTECTED])
 
 Permission to use, copy, modify, distribute, and sell this software and its

commit 63d66cb2619dd04fbc7a1b560af7db040cf73ad8
Author: Brice Goglin [EMAIL PROTECTED]
Date:   Wed Sep 12 19:25:59 2007 +0200

autoreconf

diff --git a/config.sub b/config.sub
index fab0aa3..387c18d 100755
--- a/config.sub
+++ b/config.sub
@@ -4,7 +4,7 @@
 #   2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation,
 #   Inc.
 
-timestamp='2006-09-20'
+timestamp='2006-07-02'
 
 # This file is (in principle) common to ALL GNU software.
 # The presence of a 

xserver-xorg-input-joystick: Changes to 'debian-unstable'

2007-09-16 Thread David Nusinow
 debian/changelog  |   14 ++
 debian/control|4 ++--
 debian/copyright  |3 +++
 debian/xsfbs/xsfbs.mk |   27 ++-
 debian/xsfbs/xsfbs.sh |7 ---
 5 files changed, 37 insertions(+), 18 deletions(-)

New commits:
commit 68fd1b82d05e33e69a6131f11dc5d0d832d92f92
Author: David Nusinow [EMAIL PROTECTED]
Date:   Sun Sep 16 15:32:19 2007 -0400

* Upload to unstable

diff --git a/debian/changelog b/debian/changelog
index 09086fb..fd9e172 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+xserver-xorg-input-joystick (1:1.2.3-3) unstable; urgency=low
+
+  * Upload to unstable
+
+ -- David Nusinow [EMAIL PROTECTED]  Sun, 16 Sep 2007 15:13:37 -0400
+
 xserver-xorg-input-joystick (1:1.2.3-2) experimental; urgency=low
 
   * Build against xserver 1.4.

commit 5e834e6e34716a2f22c8e7596c50196244d2b0a2
Author: Brice Goglin [EMAIL PROTECTED]
Date:   Wed Sep 12 19:20:09 2007 +0200

Build against xserver 1.4 and fix various minor things

diff --git a/debian/changelog b/debian/changelog
index 80f6592..09086fb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+xserver-xorg-input-joystick (1:1.2.3-2) experimental; urgency=low
+
+  * Build against xserver 1.4.
+  * Remove Branden from uploaders with his permission. He's always welcome 
back.
+  * Add upstream URL to debian/copyright.
+
+ -- Brice Goglin [EMAIL PROTECTED]  Wed, 12 Sep 2007 19:19:05 +0200
+
 xserver-xorg-input-joystick (1:1.2.3-1) unstable; urgency=low
 
   * New upstream release.
diff --git a/debian/control b/debian/control
index 3500cfd..1af2d17 100644
--- a/debian/control
+++ b/debian/control
@@ -2,8 +2,8 @@ Source: xserver-xorg-input-joystick
 Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force debian-x@lists.debian.org
-Uploaders: David Nusinow [EMAIL PROTECTED], Branden Robinson [EMAIL 
PROTECTED], Drew Parsons [EMAIL PROTECTED], Brice Goglin [EMAIL PROTECTED]
-Build-Depends: debhelper (= 5), quilt, pkg-config, xserver-xorg-dev (= 
2:1.2.99.902), x11proto-input-dev, x11proto-core-dev, x11proto-randr-dev
+Uploaders: David Nusinow [EMAIL PROTECTED], Drew Parsons [EMAIL 
PROTECTED], Brice Goglin [EMAIL PROTECTED]
+Build-Depends: debhelper (= 5), quilt, pkg-config, xserver-xorg-dev (= 
2:1.4), x11proto-input-dev, x11proto-core-dev, x11proto-randr-dev
 Standards-Version: 3.7.2
 XS-Vcs-Git: 
git://git.debian.org/git/pkg-xorg/driver/xserver-xorg-input-joystick
 XS-Vcs-Browser: 
http://git.debian.org/?p=pkg-xorg/driver/xserver-xorg-input-joystick.git
diff --git a/debian/copyright b/debian/copyright
index db280fb..434899a 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,3 +1,6 @@
+This package was downloaded from
+http://xorg.freedesktop.org/releases/individual/driver/
+
 Copyright 1995-1999 by Frederic Lepied, France. [EMAIL PROTECTED]
 
 Permission to use, copy, modify, distribute, and sell this software and its

commit 575efb7249d7cf194f07e45db17e601d9c259231
Author: Brice Goglin [EMAIL PROTECTED]
Date:   Wed Aug 29 09:36:00 2007 +0200

Do not call laptop-detect, let the only user call it directly

diff --git a/debian/xsfbs/xsfbs.sh b/debian/xsfbs/xsfbs.sh
index 52473ca..a90ff7d 100644
--- a/debian/xsfbs/xsfbs.sh
+++ b/debian/xsfbs/xsfbs.sh
@@ -59,13 +59,6 @@ fi
 
 ARCHITECTURE=$(dpkg --print-installation-architecture)
 
-LAPTOP=
-if [ -n $(which laptop-detect) ]; then
-if laptop-detect /dev/null; then
-   LAPTOP=true
-fi
-fi
-
 if [ $1 = reconfigure ] || [ -n $DEBCONF_RECONFIGURE ]; then
   RECONFIGURE=true
 else

commit 12a633f722a2ff9677728d1e2ae56767f804232a
Author: Brice Goglin [EMAIL PROTECTED]
Date:   Thu Jul 12 16:06:22 2007 +0200

Fix display the output of quilt push/pop.

Fix commit 16d97b30b91da02d5a3edc2b895cbd4a1995f62d to check the
return value of quilt, not the one of tee.

diff --git a/debian/xsfbs/xsfbs.mk b/debian/xsfbs/xsfbs.mk
index 5f13302..bfca7bb 100755
--- a/debian/xsfbs/xsfbs.mk
+++ b/debian/xsfbs/xsfbs.mk
@@ -147,9 +147,11 @@ $(STAMP_DIR)/patch: $(STAMP_DIR)/prepare
fi; \
if $(QUILT) next /dev/null 21; then \
  echo -n Applying patches...; \
- if $(QUILT) push -a -v 21 | tee $(STAMP_DIR)/log/patch; then \
+ if $(QUILT) push -a -v $(STAMP_DIR)/log/patch 21; then \
+   cat $(STAMP_DIR)/log/patch; \
echo successful.; \
  else \
+   cat $(STAMP_DIR)/log/patch; \
echo failed! (check $(STAMP_DIR)/log/patch for details); \
exit 1; \
  fi; \
@@ -164,9 +166,11 @@ unpatch:
rm -f $(STAMP_DIR)/patch
@echo -n Unapplying patches...; \
if [ -e $(STAMP_DIR)/patches/applied-patches ]; then \
- if $(QUILT) pop -a -v 21 | tee $(STAMP_DIR)/log/unpatch; then \
+ if $(QUILT) pop -a -v $(STAMP_DIR)/log/unpatch 21; then \
+   cat $(STAMP_DIR)/log/unpatch; \
echo successful.; \
  else \
+   cat 

xserver-xorg-input-keyboard: Changes to 'debian-unstable'

2007-09-16 Thread David Nusinow
 .cvsignore   |   19 
 .gitignore   |   20 
 ChangeLog|   66 +++
 Makefile.in  |  135 +++---
 aclocal.m4   |  676 +---
 config.guess |6 
 config.sub   |   10 
 configure| 1159 +--
 configure.ac |2 
 debian/changelog |   27 +
 debian/control   |6 
 debian/copyright |   13 
 depcomp  |   64 ++-
 install-sh   |  348 
 ltmain.sh|  233 +++
 man/Makefile.in  |  102 ++--
 missing  |   61 +-
 mkinstalldirs|5 
 src/Makefile.am  |2 
 src/Makefile.in  |  134 +++---
 src/lnx_kbd.c|4 
 src/sun_kbd.c|  306 ++
 src/sun_kbd.h|   33 -
 src/sun_kbdEv.c  |  855 
 src/sun_kbdMap.c |  671 +++
 src/xf86Keymap.h |  146 --
 26 files changed, 2820 insertions(+), 2283 deletions(-)

New commits:
commit 099efb2edfb10732fc8913b190693f2c91eedc5d
Author: David Nusinow [EMAIL PROTECTED]
Date:   Sun Sep 16 15:32:19 2007 -0400

* Upload to unstable

diff --git a/debian/changelog b/debian/changelog
index df3433e..53572c5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+xserver-xorg-input-keyboard (1:1.2.2-3) unstable; urgency=low
+
+  * Upload to unstable
+
+ -- David Nusinow [EMAIL PROTECTED]  Sun, 16 Sep 2007 15:13:37 -0400
+
 xserver-xorg-input-keyboard (1:1.2.2-2) UNRELEASED; urgency=low
 
   * Add upstream URL to debian/copyright.

commit f42aff1d2cc9923ae4300a61075c5abc6349db65
Author: Brice Goglin [EMAIL PROTECTED]
Date:   Sat Sep 15 01:46:36 2007 +0200

Add upstream URL to debian/copyright

diff --git a/debian/changelog b/debian/changelog
index a589103..df3433e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+xserver-xorg-input-keyboard (1:1.2.2-2) UNRELEASED; urgency=low
+
+  * Add upstream URL to debian/copyright.
+
+ -- Brice Goglin [EMAIL PROTECTED]  Sat, 15 Sep 2007 01:46:21 +0200
+
 xserver-xorg-input-keyboard (1:1.2.2-1) experimental; urgency=low
 
   * New upstream release.
diff --git a/debian/copyright b/debian/copyright
index 113647c..35ace35 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,3 +1,6 @@
+This package was downloaded from
+http://xorg.freedesktop.org/releases/individual/driver/
+
 Copyright (c) 2002 by The XFree86 Project, Inc.
 Author: Ivan Pascal.
 

commit c24d0628b57c7e1f785b0d93f08d3c003f026694
Author: Julien Cristau [EMAIL PROTECTED]
Date:   Mon Sep 10 15:44:18 2007 +0200

Prepare changelog for upload.

diff --git a/debian/changelog b/debian/changelog
index bdf549a..a589103 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,11 +1,11 @@
-xserver-xorg-input-keyboard (1:1.2.2-1) UNRELEASED; urgency=low
+xserver-xorg-input-keyboard (1:1.2.2-1) experimental; urgency=low
 
   * New upstream release.
   * Update debian/copyright.
   * Add myself to Uploaders, and remove Branden with his permission.
   * Build against xserver 1.4.
 
- -- Julien Cristau [EMAIL PROTECTED]  Thu, 06 Sep 2007 18:44:05 +0200
+ -- Julien Cristau [EMAIL PROTECTED]  Mon, 10 Sep 2007 15:44:08 +0200
 
 xserver-xorg-input-keyboard (1:1.2.0-2) experimental; urgency=low
 

commit 30a695b2a38609bffd0a859f45cd8454832e0ca3
Author: Julien Cristau [EMAIL PROTECTED]
Date:   Mon Sep 10 15:43:05 2007 +0200

* Build against xserver 1.4.

diff --git a/debian/changelog b/debian/changelog
index 28a3467..bdf549a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ xserver-xorg-input-keyboard (1:1.2.2-1) UNRELEASED; urgency=low
   * New upstream release.
   * Update debian/copyright.
   * Add myself to Uploaders, and remove Branden with his permission.
+  * Build against xserver 1.4.
 
  -- Julien Cristau [EMAIL PROTECTED]  Thu, 06 Sep 2007 18:44:05 +0200
 
diff --git a/debian/control b/debian/control
index 1da6a41..427cd40 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force debian-x@lists.debian.org
 Uploaders: David Nusinow [EMAIL PROTECTED], Drew Parsons [EMAIL 
PROTECTED], Julien Cristau [EMAIL PROTECTED]
-Build-Depends: debhelper (= 5), pkg-config, xserver-xorg-dev (= 2:1.3.99.0), 
x11proto-kb-dev, x11proto-input-dev, x11proto-core-dev, x11proto-randr-dev, 
quilt
+Build-Depends: debhelper (= 5), pkg-config, xserver-xorg-dev (= 2:1.4), 
x11proto-kb-dev, x11proto-input-dev, x11proto-core-dev, x11proto-randr-dev, 
quilt
 Standards-Version: 3.7.2
 XS-Vcs-Git: 
git://git.debian.org/git/pkg-xorg/driver/xserver-xorg-input-keyboard
 XS-Vcs-Browser: 
http://git.debian.org/?p=pkg-xorg/driver/xserver-xorg-input-keyboard.git

commit 9915a1d91e5cd9852db456a6da26436092e935af
Author: Julien Cristau [EMAIL PROTECTED]
Date:   Thu Sep 6 18:44:21 2007 +0200

* Add myself to Uploaders, and remove Branden with his permission.

diff --git a/debian/changelog b/debian/changelog
index f11b08b..28a3467 100644

xserver-xorg-input-magellan: Changes to 'debian-unstable'

2007-09-16 Thread David Nusinow
 .cvsignore|   19 ---
 .gitignore|   21 
 ChangeLog |  252 --
 Makefile.am   |8 +
 Makefile.in   |8 +
 config.sub|   14 --
 configure |   20 +--
 configure.ac  |2 
 debian/changelog  |   17 ++-
 debian/control|6 -
 debian/copyright  |3 
 debian/xsfbs/xsfbs.mk |   27 +++--
 debian/xsfbs/xsfbs.sh |7 -
 man/.cvsignore|2 
 man/.gitignore|2 
 src/.cvsignore|6 -
 src/.gitignore|6 +
 src/magellan.c|3 
 18 files changed, 322 insertions(+), 101 deletions(-)

New commits:
commit 6d6719567952a3162a702f36a392a2a695d9e458
Author: David Nusinow [EMAIL PROTECTED]
Date:   Sun Sep 16 15:32:20 2007 -0400

* Upload to unstable

diff --git a/debian/changelog b/debian/changelog
index 04b6f1d..9a32749 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+xserver-xorg-input-magellan (1:1.1.1-2) unstable; urgency=low
+
+  * Upload to unstable
+
+ -- David Nusinow [EMAIL PROTECTED]  Sun, 16 Sep 2007 15:13:37 -0400
+
 xserver-xorg-input-magellan (1:1.1.1-1) experimental; urgency=low
 
   [ Julien Cristau ]

commit edf8c3e6e043070a0623a116d08943aad0688504
Author: Brice Goglin [EMAIL PROTECTED]
Date:   Wed Sep 12 17:08:08 2007 +0200

Prepare changelog for upload

diff --git a/debian/changelog b/debian/changelog
index 1e96514..04b6f1d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-xserver-xorg-input-magellan (1:1.1.1-1) UNRELEASED; urgency=low
+xserver-xorg-input-magellan (1:1.1.1-1) experimental; urgency=low
 
   [ Julien Cristau ]
   * Add link to xserver-xorg-core bug script, so that bugreports contain
@@ -19,7 +19,7 @@ xserver-xorg-input-magellan (1:1.1.1-1) UNRELEASED; 
urgency=low
   * Add myself to uploaders, and remove Branden and Fabio with their
 permission.
 
- -- Brice Goglin [EMAIL PROTECTED]  Wed, 12 Sep 2007 17:07:18 +0200
+ -- Brice Goglin [EMAIL PROTECTED]  Wed, 12 Sep 2007 17:07:51 +0200
 
 xserver-xorg-input-magellan (1:1.1.0-1) unstable; urgency=low
 

commit 7750b5b0f1f02817ea4f8832c03c4f0006f39a51
Author: Brice Goglin [EMAIL PROTECTED]
Date:   Wed Sep 12 17:07:40 2007 +0200

Build against xserver 1.4 and fix various minor things

diff --git a/debian/changelog b/debian/changelog
index e818261..1e96514 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,10 +12,14 @@ xserver-xorg-input-magellan (1:1.1.1-1) UNRELEASED; 
urgency=low
   * Add XS-Vcs-*.
   * Add a link to www.X.org and a reference to the xf86-input-magellan
 module in the long description.
-  * Remove Fabio from uploaders with his permission. He's always welcome back.
   * New upstream release.
+  * Add upstream URL to debian/copyright.
+  * Build against xserver 1.4.
+  * Generate the Provides field automatically.
+  * Add myself to uploaders, and remove Branden and Fabio with their
+permission.
 
- -- Brice Goglin [EMAIL PROTECTED]  Wed, 12 Sep 2007 17:05:54 +0200
+ -- Brice Goglin [EMAIL PROTECTED]  Wed, 12 Sep 2007 17:07:18 +0200
 
 xserver-xorg-input-magellan (1:1.1.0-1) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index a615121..b21ba63 100644
--- a/debian/control
+++ b/debian/control
@@ -2,8 +2,8 @@ Source: xserver-xorg-input-magellan
 Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force debian-x@lists.debian.org
-Uploaders: David Nusinow [EMAIL PROTECTED], Branden Robinson [EMAIL 
PROTECTED]
-Build-Depends: debhelper (= 5), pkg-config, xserver-xorg-dev (= 
2:1.2.99.902), x11proto-core-dev, x11proto-randr-dev, x11proto-input-dev
+Uploaders: David Nusinow [EMAIL PROTECTED], Brice Goglin [EMAIL PROTECTED]
+Build-Depends: debhelper (= 5), pkg-config, xserver-xorg-dev (= 2:1.4), 
x11proto-core-dev, x11proto-randr-dev, x11proto-input-dev
 Standards-Version: 3.7.2
 XS-Vcs-Git: 
git://git.debian.org/git/pkg-xorg/driver/xserver-xorg-input-magellan
 XS-Vcs-Browser: 
http://git.debian.org/?p=pkg-xorg/driver/xserver-xorg-input-magellan.git
@@ -11,7 +11,7 @@ XS-Vcs-Browser: 
http://git.debian.org/?p=pkg-xorg/driver/xserver-xorg-input-mage
 Package: xserver-xorg-input-magellan
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, ${xserver:Depends}
-Provides: xserver-xorg-input
+Provides: ${xinpdriver:Provides}
 Replaces: xserver-xorg ( 6.8.2-35)
 Description: X.Org X server -- Magellan input driver
  This package provides the driver for Magellan SpaceMouse input devices.
diff --git a/debian/copyright b/debian/copyright
index 349b559..09f0cc0 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,3 +1,6 @@
+This package was downloaded from
+http://xorg.freedesktop.org/releases/individual/driver/
+
 Copyright (c) 1998  Metro Link Incorporated
 
 Permission is hereby granted, free of charge, to any person obtaining a

commit be42569a96ab91d9bee3e553d73cb3ddc5d1079b
Author: Brice Goglin [EMAIL PROTECTED]

xserver-xorg-input-magictouch: Changes to 'debian-unstable'

2007-09-16 Thread David Nusinow
 config.sub|   14 +++---
 debian/changelog  |   16 +---
 debian/control|6 +++---
 debian/copyright  |3 +++
 debian/xsfbs/xsfbs.mk |   27 ++-
 debian/xsfbs/xsfbs.sh |7 ---
 6 files changed, 40 insertions(+), 33 deletions(-)

New commits:
commit 87e8b2f2f732174843a1903c7912f8822bc87aad
Author: David Nusinow [EMAIL PROTECTED]
Date:   Sun Sep 16 15:32:20 2007 -0400

* Upload to unstable

diff --git a/debian/changelog b/debian/changelog
index ac595d6..b2bcaaa 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+xserver-xorg-input-magictouch (1:1.0.0.5-5) unstable; urgency=low
+
+  * Upload to unstable
+
+ -- David Nusinow [EMAIL PROTECTED]  Sun, 16 Sep 2007 15:13:38 -0400
+
 xserver-xorg-input-magictouch (1:1.0.0.5-4) experimental; urgency=low
 
   [ Julien Cristau ]

commit a670db756ac7d862ccdf6bbe6ae1606c7fea1759
Author: Brice Goglin [EMAIL PROTECTED]
Date:   Wed Sep 12 16:54:12 2007 +0200

Prepare changelog for upload

diff --git a/debian/changelog b/debian/changelog
index 89111f7..ac595d6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-xserver-xorg-input-magictouch (1:1.0.0.5-4) UNRELEASED; urgency=low
+xserver-xorg-input-magictouch (1:1.0.0.5-4) experimental; urgency=low
 
   [ Julien Cristau ]
   * Add link to xserver-xorg-core bug script, so that bugreports contain
@@ -18,7 +18,7 @@ xserver-xorg-input-magictouch (1:1.0.0.5-4) UNRELEASED; 
urgency=low
   * Add myself to uploaders, and remove Branden and Fabio with their
 permission.
 
- -- Brice Goglin [EMAIL PROTECTED]  Wed, 12 Sep 2007 16:52:45 +0200
+ -- Brice Goglin [EMAIL PROTECTED]  Wed, 12 Sep 2007 16:53:58 +0200
 
 xserver-xorg-input-magictouch (1:1.0.0.5-3) unstable; urgency=low
 

commit ea14b6b57393337793341c71ce50cbad800bed7e
Author: Brice Goglin [EMAIL PROTECTED]
Date:   Wed Sep 12 16:53:55 2007 +0200

autoreconf

diff --git a/config.sub b/config.sub
index fab0aa3..387c18d 100755
--- a/config.sub
+++ b/config.sub
@@ -4,7 +4,7 @@
 #   2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation,
 #   Inc.
 
-timestamp='2006-09-20'
+timestamp='2006-07-02'
 
 # This file is (in principle) common to ALL GNU software.
 # The presence of a machine in this file suggests that SOME GNU software
@@ -276,7 +276,6 @@ case $basic_machine in
| pdp10 | pdp11 | pj | pjl \
| powerpc | powerpc64 | powerpc64le | powerpcle | ppcbe \
| pyramid \
-   | score \
| sh | sh[1234] | sh[24]a | sh[23]e | sh[34]eb | sheb | shbe | shle | 
sh[1234]le | sh3ele \
| sh64 | sh64le \
| sparc | sparc64 | sparc64b | sparc64v | sparc86x | sparclet | 
sparclite \
@@ -285,7 +284,7 @@ case $basic_machine in
| tahoe | thumb | tic4x | tic80 | tron \
| v850 | v850e \
| we32k \
-   | x86 | xc16x | xscale | xscalee[bl] | xstormy16 | xtensa \
+   | x86 | xscale | xscalee[bl] | xstormy16 | xtensa \
| z8k)
basic_machine=$basic_machine-unknown
;;
@@ -368,7 +367,7 @@ case $basic_machine in
| tron-* \
| v850-* | v850e-* | vax-* \
| we32k-* \
-   | x86-* | x86_64-* | xc16x-* | xps100-* | xscale-* | xscalee[bl]-* \
+   | x86-* | x86_64-* | xps100-* | xscale-* | xscalee[bl]-* \
| xstormy16-* | xtensa-* \
| ymp-* \
| z8k-*)
@@ -910,10 +909,6 @@ case $basic_machine in
sb1el)
basic_machine=mipsisa64sb1el-unknown
;;
-   sde)
-   basic_machine=mipsisa32-sde
-   os=-elf
-   ;;
sei)
basic_machine=mips-sei
os=-seiux
@@ -1371,9 +1366,6 @@ else
 # system, and we'll never get to this point.
 
 case $basic_machine in
-score-*)
-   os=-elf
-   ;;
 spu-*)
os=-elf
;;

commit a1167ae6dad7fb8fe80e4e61c0dd735b01191e1d
Author: Brice Goglin [EMAIL PROTECTED]
Date:   Wed Sep 12 16:53:15 2007 +0200

Build against xserver 1.4 and fix various minor things

diff --git a/debian/changelog b/debian/changelog
index ecf9dc8..89111f7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,9 +12,13 @@ xserver-xorg-input-magictouch (1:1.0.0.5-4) UNRELEASED; 
urgency=low
   * Add XS-Vcs-*.
   * Add a link to www.X.org and a reference to the xf86-input-magictouch
 module in the long description.
-  * Remove Fabio from uploaders with his permission. He's always welcome back.
+  * Add upstream URL to debian/copyright.
+  * Build against xserver 1.4.
+  * Generate the Provides field automatically.
+  * Add myself to uploaders, and remove Branden and Fabio with their
+permission.
 
- -- Brice Goglin [EMAIL PROTECTED]  Tue, 24 Apr 2007 01:01:07 +0200
+ -- Brice Goglin [EMAIL PROTECTED]  Wed, 12 Sep 2007 16:52:45 +0200
 
 xserver-xorg-input-magictouch (1:1.0.0.5-3) unstable; urgency=low
 
diff --git 

xserver-xorg-input-microtouch: Changes to 'debian-unstable'

2007-09-16 Thread David Nusinow
 .cvsignore|   19 ---
 .gitignore|   22 
 ChangeLog |  256 --
 Makefile.am   |8 +
 Makefile.in   |8 +
 config.sub|   14 --
 configure |   20 +--
 configure.ac  |2 
 debian/changelog  |   18 ++-
 debian/control|6 -
 debian/copyright  |3 
 debian/xsfbs/xsfbs.mk |   27 +++--
 debian/xsfbs/xsfbs.sh |7 -
 man/.cvsignore|2 
 man/.gitignore|2 
 src/.cvsignore|6 -
 src/.gitignore|6 +
 src/microtouch.c  |6 -
 18 files changed, 329 insertions(+), 103 deletions(-)

New commits:
commit f25f39ee717b3adb0fe10d745015a69a2279131f
Author: David Nusinow [EMAIL PROTECTED]
Date:   Sun Sep 16 15:32:20 2007 -0400

* Upload to unstable

diff --git a/debian/changelog b/debian/changelog
index 2b1e37b..b6e06f2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+xserver-xorg-input-microtouch (1:1.1.1-2) unstable; urgency=low
+
+  * Upload to unstable
+
+ -- David Nusinow [EMAIL PROTECTED]  Sun, 16 Sep 2007 15:13:38 -0400
+
 xserver-xorg-input-microtouch (1:1.1.1-1) experimental; urgency=low
 
   [ Julien Cristau ]

commit ee2021b867548064e0ca8ba916047e5b5c8ef1a0
Author: Brice Goglin [EMAIL PROTECTED]
Date:   Wed Sep 12 15:30:55 2007 +0200

Prepare changelog for upload

diff --git a/debian/changelog b/debian/changelog
index 7303adb..2b1e37b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-xserver-xorg-input-microtouch (1:1.1.1-1) UNRELEASED; urgency=low
+xserver-xorg-input-microtouch (1:1.1.1-1) experimental; urgency=low
 
   [ Julien Cristau ]
   * Add link to xserver-xorg-core bug script, so that bugreports contain
@@ -20,7 +20,7 @@ xserver-xorg-input-microtouch (1:1.1.1-1) UNRELEASED; 
urgency=low
   * Add myself to uploaders, and remove Branden and Fabio with their
 permission.
 
- -- Brice Goglin [EMAIL PROTECTED]  Wed, 12 Sep 2007 15:29:50 +0200
+ -- Brice Goglin [EMAIL PROTECTED]  Wed, 12 Sep 2007 15:30:32 +0200
 
 xserver-xorg-input-microtouch (1:1.1.0-1) unstable; urgency=low
 

commit 7d17594524edb552d698e4bdd4ae8a814b816317
Author: Brice Goglin [EMAIL PROTECTED]
Date:   Wed Sep 12 15:30:28 2007 +0200

Add closer

diff --git a/debian/changelog b/debian/changelog
index 86ab301..7303adb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,14 +12,15 @@ xserver-xorg-input-microtouch (1:1.1.1-1) UNRELEASED; 
urgency=low
   * Add XS-Vcs-*.
   * Add a link to www.X.org and a reference to the xf86-input-microtouch
 module in the long description.
+  * Build against xserver 1.4.
   * New upstream release.
++ Builds fine on top of Xserver 1.4, closes: #422677.
   * Add upstream URL to debian/copyright.
-  * Build against xserver 1.4.
   * Generate the Provides field automatically.
   * Add myself to uploaders, and remove Branden and Fabio with their
 permission.
 
- -- Brice Goglin [EMAIL PROTECTED]  Wed, 12 Sep 2007 15:27:36 +0200
+ -- Brice Goglin [EMAIL PROTECTED]  Wed, 12 Sep 2007 15:29:50 +0200
 
 xserver-xorg-input-microtouch (1:1.1.0-1) unstable; urgency=low
 

commit 20867452863bf161f87dab4942152f9c57c7b2c3
Author: Brice Goglin [EMAIL PROTECTED]
Date:   Wed Sep 12 15:27:59 2007 +0200

Build against xserver 1.4 and fix various minor things

diff --git a/debian/changelog b/debian/changelog
index f9b90af..86ab301 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,10 +12,14 @@ xserver-xorg-input-microtouch (1:1.1.1-1) UNRELEASED; 
urgency=low
   * Add XS-Vcs-*.
   * Add a link to www.X.org and a reference to the xf86-input-microtouch
 module in the long description.
-  * Remove Fabio from uploaders with his permission. He's always welcome back.
   * New upstream release.
+  * Add upstream URL to debian/copyright.
+  * Build against xserver 1.4.
+  * Generate the Provides field automatically.
+  * Add myself to uploaders, and remove Branden and Fabio with their
+permission.
 
- -- Brice Goglin [EMAIL PROTECTED]  Wed, 12 Sep 2007 15:26:32 +0200
+ -- Brice Goglin [EMAIL PROTECTED]  Wed, 12 Sep 2007 15:27:36 +0200
 
 xserver-xorg-input-microtouch (1:1.1.0-1) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 54a8d45..3e060ee 100644
--- a/debian/control
+++ b/debian/control
@@ -2,8 +2,8 @@ Source: xserver-xorg-input-microtouch
 Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force debian-x@lists.debian.org
-Uploaders: David Nusinow [EMAIL PROTECTED], Branden Robinson [EMAIL 
PROTECTED]
-Build-Depends: debhelper (= 5), pkg-config, xserver-xorg-dev (= 
2:1.2.99.902), x11proto-core-dev, x11proto-randr-dev, x11proto-input-dev
+Uploaders: David Nusinow [EMAIL PROTECTED], Brice Goglin [EMAIL PROTECTED]
+Build-Depends: debhelper (= 5), pkg-config, xserver-xorg-dev (= 2:1.4), 
x11proto-core-dev, x11proto-randr-dev, x11proto-input-dev
 Standards-Version: 3.7.2
 XS-Vcs-Git: 

xserver-xorg-input-mouse: Changes to 'debian-unstable'

2007-09-16 Thread David Nusinow
 debian/changelog |   25 +
 debian/control   |4 ++--
 debian/copyright |3 +++
 3 files changed, 30 insertions(+), 2 deletions(-)

New commits:
commit d79b24b34d4eeb5420d3825a2b6140cb17bf734a
Author: David Nusinow [EMAIL PROTECTED]
Date:   Sun Sep 16 15:32:20 2007 -0400

* Upload to unstable

diff --git a/debian/changelog b/debian/changelog
index 860eb67..a742c25 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+xserver-xorg-input-mouse (1:1.2.2-5) unstable; urgency=low
+
+  * Upload to unstable
+
+ -- David Nusinow [EMAIL PROTECTED]  Sun, 16 Sep 2007 15:13:38 -0400
+
 xserver-xorg-input-mouse (1:1.2.2-4) UNRELEASED; urgency=low
 
   * Add upstream URL to debian/copyright.

commit 0ac2b34d64f2485ab0cfcd9abf647b2cbd55b332
Author: Brice Goglin [EMAIL PROTECTED]
Date:   Sat Sep 15 01:48:25 2007 +0200

Add upstream URL to debian/copyright

diff --git a/debian/changelog b/debian/changelog
index cfd14d8..860eb67 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+xserver-xorg-input-mouse (1:1.2.2-4) UNRELEASED; urgency=low
+
+  * Add upstream URL to debian/copyright.
+
+ -- Brice Goglin [EMAIL PROTECTED]  Sat, 15 Sep 2007 01:48:04 +0200
+
 xserver-xorg-input-mouse (1:1.2.2-3) experimental; urgency=low
 
   * Rebuild against xserver 1.4.
diff --git a/debian/copyright b/debian/copyright
index 31e20fd..2179a03 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,3 +1,6 @@
+This package was downloaded from
+http://xorg.freedesktop.org/releases/individual/driver/
+
 Copyright 1990,91 by Thomas Roell, Dinkelscherben, Germany.
 Copyright 1993 by David Dawes [EMAIL PROTECTED]
 Copyright 2002 by SuSE Linux AG, Author: Egbert Eich

commit 4d130dd1229fa980023db9c209c09b3ae24c1695
Author: Julien Cristau [EMAIL PROTECTED]
Date:   Mon Sep 10 15:14:38 2007 +0200

Prepare changelog for upload.

diff --git a/debian/changelog b/debian/changelog
index 670fb8a..cfd14d8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@
-xserver-xorg-input-mouse (1:1.2.2-3) UNRELEASED; urgency=low
+xserver-xorg-input-mouse (1:1.2.2-3) experimental; urgency=low
 
   * Rebuild against xserver 1.4.
 
- -- Julien Cristau [EMAIL PROTECTED]  Thu, 06 Sep 2007 18:46:49 +0200
+ -- Julien Cristau [EMAIL PROTECTED]  Mon, 10 Sep 2007 15:13:59 +0200
 
 xserver-xorg-input-mouse (1:1.2.2-2) experimental; urgency=low
 

commit 60aeb9598e73269ce3dedcb19a8ecaf8ac080b5c
Author: Julien Cristau [EMAIL PROTECTED]
Date:   Thu Sep 6 18:48:34 2007 +0200

Rebuild against xserver 1.4

diff --git a/debian/changelog b/debian/changelog
index 69bd111..670fb8a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+xserver-xorg-input-mouse (1:1.2.2-3) UNRELEASED; urgency=low
+
+  * Rebuild against xserver 1.4.
+
+ -- Julien Cristau [EMAIL PROTECTED]  Thu, 06 Sep 2007 18:46:49 +0200
+
 xserver-xorg-input-mouse (1:1.2.2-2) experimental; urgency=low
 
   * Rebuild against xserver 1.3.99.0.
diff --git a/debian/control b/debian/control
index 8596747..702c623 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force debian-x@lists.debian.org
 Uploaders: David Nusinow [EMAIL PROTECTED], Drew Parsons [EMAIL 
PROTECTED], Julien Cristau [EMAIL PROTECTED]
-Build-Depends: debhelper (= 5), pkg-config, xserver-xorg-dev (= 2:1.3.99.0), 
x11proto-input-dev, x11proto-core-dev, x11proto-randr-dev, quilt
+Build-Depends: debhelper (= 5), pkg-config, xserver-xorg-dev (= 2:1.4), 
x11proto-input-dev, x11proto-core-dev, x11proto-randr-dev, quilt
 Standards-Version: 3.7.2
 XS-Vcs-Git: git://git.debian.org/git/pkg-xorg/driver/xserver-xorg-input-mouse
 XS-Vcs-Browser: 
http://git.debian.org/?p=pkg-xorg/driver/xserver-xorg-input-mouse.git

commit d96f6491e19a07d7394d528992b7750606d15d50
Author: Julien Cristau [EMAIL PROTECTED]
Date:   Sat Aug 18 10:56:33 2007 +0200

Build against xserver 1.3.99.0.

diff --git a/debian/changelog b/debian/changelog
index 495a7ad..69bd111 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+xserver-xorg-input-mouse (1:1.2.2-2) experimental; urgency=low
+
+  * Rebuild against xserver 1.3.99.0.
+  * Generate the Provides field automatically.
+
+ -- Julien Cristau [EMAIL PROTECTED]  Sat, 18 Aug 2007 19:59:51 +0200
+
 xserver-xorg-input-mouse (1:1.2.2-1) unstable; urgency=low
 
   * New upstream release.
diff --git a/debian/control b/debian/control
index 63eefd4..8596747 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force debian-x@lists.debian.org
 Uploaders: David Nusinow [EMAIL PROTECTED], Drew Parsons [EMAIL 
PROTECTED], Julien Cristau [EMAIL PROTECTED]
-Build-Depends: debhelper (= 5), pkg-config, xserver-xorg-dev (= 
2:1.2.99.902), x11proto-input-dev, x11proto-core-dev, x11proto-randr-dev, quilt
+Build-Depends: debhelper (= 5), pkg-config, xserver-xorg-dev (= 2:1.3.99.0), 

xserver-xorg-input-mutouch: Changes to 'debian-unstable'

2007-09-16 Thread David Nusinow
 config.sub   |   14 +++---
 debian/changelog |   16 +---
 debian/control   |6 +++---
 debian/copyright |3 +++
 4 files changed, 22 insertions(+), 17 deletions(-)

New commits:
commit ee88b6c9e612e4671f1b3da629d9fa9bbf18209f
Author: David Nusinow [EMAIL PROTECTED]
Date:   Sun Sep 16 15:32:20 2007 -0400

* Upload to unstable

diff --git a/debian/changelog b/debian/changelog
index 0a18dc8..212cc13 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+xserver-xorg-input-mutouch (1:1.1.0-3) unstable; urgency=low
+
+  * Upload to unstable
+
+ -- David Nusinow [EMAIL PROTECTED]  Sun, 16 Sep 2007 15:13:38 -0400
+
 xserver-xorg-input-mutouch (1:1.1.0-2) experimental; urgency=low
 
   [ Julien Cristau ]

commit f8d26ccdb076ccf1316dc135840e45e290931687
Author: Brice Goglin [EMAIL PROTECTED]
Date:   Wed Sep 12 15:19:00 2007 +0200

Prepare changelog for upload

diff --git a/config.sub b/config.sub
index fab0aa3..387c18d 100755
--- a/config.sub
+++ b/config.sub
@@ -4,7 +4,7 @@
 #   2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation,
 #   Inc.
 
-timestamp='2006-09-20'
+timestamp='2006-07-02'
 
 # This file is (in principle) common to ALL GNU software.
 # The presence of a machine in this file suggests that SOME GNU software
@@ -276,7 +276,6 @@ case $basic_machine in
| pdp10 | pdp11 | pj | pjl \
| powerpc | powerpc64 | powerpc64le | powerpcle | ppcbe \
| pyramid \
-   | score \
| sh | sh[1234] | sh[24]a | sh[23]e | sh[34]eb | sheb | shbe | shle | 
sh[1234]le | sh3ele \
| sh64 | sh64le \
| sparc | sparc64 | sparc64b | sparc64v | sparc86x | sparclet | 
sparclite \
@@ -285,7 +284,7 @@ case $basic_machine in
| tahoe | thumb | tic4x | tic80 | tron \
| v850 | v850e \
| we32k \
-   | x86 | xc16x | xscale | xscalee[bl] | xstormy16 | xtensa \
+   | x86 | xscale | xscalee[bl] | xstormy16 | xtensa \
| z8k)
basic_machine=$basic_machine-unknown
;;
@@ -368,7 +367,7 @@ case $basic_machine in
| tron-* \
| v850-* | v850e-* | vax-* \
| we32k-* \
-   | x86-* | x86_64-* | xc16x-* | xps100-* | xscale-* | xscalee[bl]-* \
+   | x86-* | x86_64-* | xps100-* | xscale-* | xscalee[bl]-* \
| xstormy16-* | xtensa-* \
| ymp-* \
| z8k-*)
@@ -910,10 +909,6 @@ case $basic_machine in
sb1el)
basic_machine=mipsisa64sb1el-unknown
;;
-   sde)
-   basic_machine=mipsisa32-sde
-   os=-elf
-   ;;
sei)
basic_machine=mips-sei
os=-seiux
@@ -1371,9 +1366,6 @@ else
 # system, and we'll never get to this point.
 
 case $basic_machine in
-score-*)
-   os=-elf
-   ;;
 spu-*)
os=-elf
;;
diff --git a/debian/changelog b/debian/changelog
index e2f2aa6..0a18dc8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-xserver-xorg-input-mutouch (1:1.1.0-2) UNRELEASED; urgency=low
+xserver-xorg-input-mutouch (1:1.1.0-2) experimental; urgency=low
 
   [ Julien Cristau ]
   * Add link to xserver-xorg-core bug script, so that bugreports contain
@@ -18,7 +18,7 @@ xserver-xorg-input-mutouch (1:1.1.0-2) UNRELEASED; urgency=low
   * Add myself to uploaders, and remove Branden and Fabio with their
 permission.
 
- -- Brice Goglin [EMAIL PROTECTED]  Wed, 12 Sep 2007 15:17:32 +0200
+ -- Brice Goglin [EMAIL PROTECTED]  Wed, 12 Sep 2007 15:18:49 +0200
 
 xserver-xorg-input-mutouch (1:1.1.0-1) unstable; urgency=low
 

commit 171473e4f20b0d37e2aa933d5719a930021f6f1a
Author: Brice Goglin [EMAIL PROTECTED]
Date:   Wed Sep 12 15:17:58 2007 +0200

Build against xserver 1.4 and fix various minor things

diff --git a/debian/changelog b/debian/changelog
index 18967ab..e2f2aa6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,9 +12,13 @@ xserver-xorg-input-mutouch (1:1.1.0-2) UNRELEASED; 
urgency=low
   * Add XS-Vcs-*.
   * Add a link to www.X.org and a reference to the xf86-input-mutouch
 module in the long description.
-  * Remove Fabio from uploaders with his permission. He's always welcome back.
+  * Add upstream URL to debian/copyright.
+  * Build against xserver 1.4.
+  * Generate the Provides field automatically.
+  * Add myself to uploaders, and remove Branden and Fabio with their
+permission.
 
- -- Brice Goglin [EMAIL PROTECTED]  Tue, 24 Apr 2007 01:02:52 +0200
+ -- Brice Goglin [EMAIL PROTECTED]  Wed, 12 Sep 2007 15:17:32 +0200
 
 xserver-xorg-input-mutouch (1:1.1.0-1) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 7a8276a..3fcd8cb 100644
--- a/debian/control
+++ b/debian/control
@@ -2,8 +2,8 @@ Source: xserver-xorg-input-mutouch
 Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force debian-x@lists.debian.org
-Uploaders: David Nusinow [EMAIL PROTECTED], Branden Robinson 

xserver-xorg-input-palmax: Changes to 'debian-unstable'

2007-09-16 Thread David Nusinow
 config.sub|   14 +++---
 debian/changelog  |   16 +---
 debian/control|6 +++---
 debian/copyright  |3 +++
 debian/xsfbs/xsfbs.mk |   27 ++-
 debian/xsfbs/xsfbs.sh |7 ---
 6 files changed, 40 insertions(+), 33 deletions(-)

New commits:
commit 646c9a629d6455c77324f0b016910e6f7e3c39fd
Author: David Nusinow [EMAIL PROTECTED]
Date:   Sun Sep 16 15:32:20 2007 -0400

* Upload to unstable

diff --git a/debian/changelog b/debian/changelog
index 1b47639..1a12689 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+xserver-xorg-input-palmax (1:1.1.0-3) unstable; urgency=low
+
+  * Upload to unstable
+
+ -- David Nusinow [EMAIL PROTECTED]  Sun, 16 Sep 2007 15:13:39 -0400
+
 xserver-xorg-input-palmax (1:1.1.0-2) experimental; urgency=low
 
   [ Julien Cristau ]

commit a916e19da5559da2f76478e27390d8f9dce2af80
Author: Brice Goglin [EMAIL PROTECTED]
Date:   Wed Sep 12 15:12:31 2007 +0200

Prepare changelog for upload

diff --git a/debian/changelog b/debian/changelog
index 06de492..1b47639 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-xserver-xorg-input-palmax (1:1.1.0-2) UNRELEASED; urgency=low
+xserver-xorg-input-palmax (1:1.1.0-2) experimental; urgency=low
 
   [ Julien Cristau ]
   * Add link to xserver-xorg-core bug script, so that bugreports contain
@@ -18,7 +18,7 @@ xserver-xorg-input-palmax (1:1.1.0-2) UNRELEASED; urgency=low
   * Add myself to uploaders, and remove Branden and Fabio with their
 permission.
 
- -- Brice Goglin [EMAIL PROTECTED]  Wed, 12 Sep 2007 15:10:02 +0200
+ -- Brice Goglin [EMAIL PROTECTED]  Wed, 12 Sep 2007 15:12:17 +0200
 
 xserver-xorg-input-palmax (1:1.1.0-1) unstable; urgency=low
 

commit 383c8664125cc7bc0d51a377bc8c69c00fda21e0
Author: Brice Goglin [EMAIL PROTECTED]
Date:   Wed Sep 12 15:12:12 2007 +0200

autoreconf

diff --git a/config.sub b/config.sub
index fab0aa3..387c18d 100755
--- a/config.sub
+++ b/config.sub
@@ -4,7 +4,7 @@
 #   2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation,
 #   Inc.
 
-timestamp='2006-09-20'
+timestamp='2006-07-02'
 
 # This file is (in principle) common to ALL GNU software.
 # The presence of a machine in this file suggests that SOME GNU software
@@ -276,7 +276,6 @@ case $basic_machine in
| pdp10 | pdp11 | pj | pjl \
| powerpc | powerpc64 | powerpc64le | powerpcle | ppcbe \
| pyramid \
-   | score \
| sh | sh[1234] | sh[24]a | sh[23]e | sh[34]eb | sheb | shbe | shle | 
sh[1234]le | sh3ele \
| sh64 | sh64le \
| sparc | sparc64 | sparc64b | sparc64v | sparc86x | sparclet | 
sparclite \
@@ -285,7 +284,7 @@ case $basic_machine in
| tahoe | thumb | tic4x | tic80 | tron \
| v850 | v850e \
| we32k \
-   | x86 | xc16x | xscale | xscalee[bl] | xstormy16 | xtensa \
+   | x86 | xscale | xscalee[bl] | xstormy16 | xtensa \
| z8k)
basic_machine=$basic_machine-unknown
;;
@@ -368,7 +367,7 @@ case $basic_machine in
| tron-* \
| v850-* | v850e-* | vax-* \
| we32k-* \
-   | x86-* | x86_64-* | xc16x-* | xps100-* | xscale-* | xscalee[bl]-* \
+   | x86-* | x86_64-* | xps100-* | xscale-* | xscalee[bl]-* \
| xstormy16-* | xtensa-* \
| ymp-* \
| z8k-*)
@@ -910,10 +909,6 @@ case $basic_machine in
sb1el)
basic_machine=mipsisa64sb1el-unknown
;;
-   sde)
-   basic_machine=mipsisa32-sde
-   os=-elf
-   ;;
sei)
basic_machine=mips-sei
os=-seiux
@@ -1371,9 +1366,6 @@ else
 # system, and we'll never get to this point.
 
 case $basic_machine in
-score-*)
-   os=-elf
-   ;;
 spu-*)
os=-elf
;;

commit eed8c05797c85b8e6a070f336b2bdba5e05e08b0
Author: Brice Goglin [EMAIL PROTECTED]
Date:   Wed Sep 12 15:11:38 2007 +0200

Build against xserver 1.4 and fix various minor things

diff --git a/debian/changelog b/debian/changelog
index d1f2026..06de492 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,9 +12,13 @@ xserver-xorg-input-palmax (1:1.1.0-2) UNRELEASED; urgency=low
   * Add XS-Vcs-*.
   * Add a link to www.X.org and a reference to the xf86-input-palmax
 module in the long description.
-  * Remove Fabio from uploaders with his permission. He's always welcome back.
+  * Add upstream URL to debian/copyright.
+  * Build against xserver 1.4.
+  * Generate the Provides field automatically.
+  * Add myself to uploaders, and remove Branden and Fabio with their
+permission.
 
- -- Brice Goglin [EMAIL PROTECTED]  Tue, 24 Apr 2007 01:03:33 +0200
+ -- Brice Goglin [EMAIL PROTECTED]  Wed, 12 Sep 2007 15:10:02 +0200
 
 xserver-xorg-input-palmax (1:1.1.0-1) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 361ed20..fbfef13 100644

xserver-xorg-input-penmount: Changes to 'debian-unstable'

2007-09-16 Thread David Nusinow
 .cvsignore|   19 ---
 .gitignore|   22 
 ChangeLog |  259 +++---
 Makefile.am   |8 +
 Makefile.in   |8 +
 config.sub|   14 --
 configure |   20 +--
 configure.ac  |2 
 debian/changelog  |   22 ++--
 debian/control|6 -
 debian/copyright  |3 
 debian/xsfbs/xsfbs.mk |   27 +++--
 debian/xsfbs/xsfbs.sh |7 -
 man/.cvsignore|2 
 man/.gitignore|2 
 src/.cvsignore|6 -
 src/.gitignore|6 +
 src/xf86PM.c  |2 
 18 files changed, 325 insertions(+), 110 deletions(-)

New commits:
commit 2970af5e261c8aa13580d91a8ed79ce501124044
Author: David Nusinow [EMAIL PROTECTED]
Date:   Sun Sep 16 15:32:20 2007 -0400

* Upload to unstable

diff --git a/debian/changelog b/debian/changelog
index 8a07cf0..b01059f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+xserver-xorg-input-penmount (1:1.2.1-2) unstable; urgency=low
+
+  * Upload to unstable
+
+ -- David Nusinow [EMAIL PROTECTED]  Sun, 16 Sep 2007 15:13:39 -0400
+
 xserver-xorg-input-penmount (1:1.2.1-1) experimental; urgency=low
 
   [ Julien Cristau ]

commit aa044e5e30b664ee108ab4b91af5dc2c61a44f7d
Author: Brice Goglin [EMAIL PROTECTED]
Date:   Wed Sep 12 12:50:38 2007 +0200

Prepare changelog for upload

diff --git a/debian/changelog b/debian/changelog
index 75226d4..8a07cf0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-xserver-xorg-input-penmount (1:1.2.1-1) UNRELEASED; urgency=low
+xserver-xorg-input-penmount (1:1.2.1-1) experimental; urgency=low
 
   [ Julien Cristau ]
   * Add link to xserver-xorg-core bug script, so that bugreports contain
@@ -20,11 +20,7 @@ xserver-xorg-input-penmount (1:1.2.1-1) UNRELEASED; 
urgency=low
   * New upstream release.
 + Builds fine on Xserver 1.4, closes: #422678.
 
-  [ Drew Parsons ]
-  * Use PACKAGE_VERSION_* to identify the driver version (pull from
-upstream git)
-
- -- Brice Goglin [EMAIL PROTECTED]  Wed, 12 Sep 2007 12:47:38 +0200
+ -- Brice Goglin [EMAIL PROTECTED]  Wed, 12 Sep 2007 12:50:09 +0200
 
 xserver-xorg-input-penmount (1:1.2.0-1) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 9e7aabd..ee23923 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: xserver-xorg-input-penmount
 Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force debian-x@lists.debian.org
-Uploaders: David Nusinow [EMAIL PROTECTED], Brice Goglin [EMAIL PROTECTED]
+Uploaders: David Nusinow [EMAIL PROTECTED], Brice Goglin [EMAIL PROTECTED]
 Build-Depends: debhelper (= 5), pkg-config, xserver-xorg-dev (= 2:1.4), 
x11proto-core-dev, x11proto-randr-dev, x11proto-input-dev
 Standards-Version: 3.7.2
 XS-Vcs-Git: 
git://git.debian.org/git/pkg-xorg/driver/xserver-xorg-input-penmount

commit 4bdb91fb956d448a9a72e92a9febedde7498b032
Author: Brice Goglin [EMAIL PROTECTED]
Date:   Wed Sep 12 12:48:47 2007 +0200

New upstream release

diff --git a/ChangeLog b/ChangeLog
new file mode 100644
index 000..32ee712
--- /dev/null
+++ b/ChangeLog
@@ -0,0 +1,245 @@
+commit db7b7d03a7e9136badf994c218cd137b59a376c2
+Author: Tilman Sauerbeck [EMAIL PROTECTED]
+Date:   Mon Sep 10 19:05:02 2007 +0200
+
+Added man/penmount.? to .gitignore.
+
+commit 564d77fc97015fe5ae1dd7baf643524ad32ba19d
+Author: Tilman Sauerbeck [EMAIL PROTECTED]
+Date:   Mon Sep 10 19:04:08 2007 +0200
+
+Bumped version to 1.2.1.
+
+commit 45808497336a336ed76450fbe8279f0e6a7d5a4d
+Author: Tilman Sauerbeck [EMAIL PROTECTED]
+Date:   Mon Sep 10 19:03:30 2007 +0200
+
+Generate ChangeLog from git.
+
+commit 395e77e359d7d95e57116e70393ddba8d753efcc
+Author: James Cloos [EMAIL PROTECTED]
+Date:   Mon Sep 3 05:52:21 2007 -0400
+
+Add *~ to .gitignore to skip patch/emacs droppings
+
+commit 4f886668127dad7f561334459cd9723f9af93103
+Author: James Cloos [EMAIL PROTECTED]
+Date:   Thu Aug 23 19:25:36 2007 -0400
+
+Rename .cvsignore to .gitignore
+
+commit 960f0207a4845b489a1c1ca9823821047722585d
+Author: Daniel Stone [EMAIL PROTECTED]
+Date:   Wed Aug 8 01:09:31 2007 +0300
+
+Convert from TSCalibrationCtl to AbsCalibCtl
+
+commit 7810e0bb438525c005f66a9bc5cc0af489fa08a1
+Author: Drew Parsons [EMAIL PROTECTED]
+Date:   Thu Jun 14 21:52:28 2007 +1000
+
+Update version using PACKAGE_VERSION_*
+
+commit 5b785515ddbf7e799a1a32b9957195966a5cd513
+Author: Daniel Stone [EMAIL PROTECTED]
+Date:   Sat Jun 3 09:35:42 2006 +
+
+Bug #4495: Add DMC9000 support. (Jaya Kumar). Bump to 1.2.0.
+
+commit f661f8975ff3940d8bff03e4090f235fe18a682e
+Author: Adam Jackson [EMAIL PROTECTED]
+Date:   Fri Apr 7 18:06:50 2006 +
+
+Unlibcwrap. Bump server version requirement. Bump to 1.1.0.
+
+commit 68ee6b856239014ce271102d63431bedf99f3f4e
+Author: Kevin E Martin [EMAIL PROTECTED]
+Date:   Wed Dec 21 02:29:58 2005 +
+
+Update package version for 

xserver-xorg-input-spaceorb: Changes to 'debian-unstable'

2007-09-16 Thread David Nusinow
 .cvsignore|   19 ---
 .gitignore|   21 
 ChangeLog |  252 --
 Makefile.am   |8 +
 Makefile.in   |8 +
 config.guess  |   32 +-
 config.sub|   28 +
 configure |   20 +--
 configure.ac  |2 
 debian/changelog  |   17 ++-
 debian/control|6 -
 debian/copyright  |3 
 debian/xsfbs/xsfbs.mk |   27 +++--
 debian/xsfbs/xsfbs.sh |7 -
 man/.cvsignore|2 
 man/.gitignore|2 
 src/.cvsignore|6 -
 src/.gitignore|6 +
 src/spaceorb.c|3 
 19 files changed, 334 insertions(+), 135 deletions(-)

New commits:
commit 536afa2fa646bcd3059948a7bb6d5e4268db54f7
Author: David Nusinow [EMAIL PROTECTED]
Date:   Sun Sep 16 15:32:21 2007 -0400

* Upload to unstable

diff --git a/debian/changelog b/debian/changelog
index daf03e6..bae92e1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+xserver-xorg-input-spaceorb (1:1.1.1-2) unstable; urgency=low
+
+  * Upload to unstable
+
+ -- David Nusinow [EMAIL PROTECTED]  Sun, 16 Sep 2007 15:13:39 -0400
+
 xserver-xorg-input-spaceorb (1:1.1.1-1) experimental; urgency=low
 
   * New upstream release.

commit cb15ea2a80d00537cd207fad248b20a5678e25ae
Author: Brice Goglin [EMAIL PROTECTED]
Date:   Wed Sep 12 12:20:11 2007 +0200

Prepare changelog for upload

diff --git a/debian/changelog b/debian/changelog
index ed59b2c..daf03e6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-xserver-xorg-input-spaceorb (1:1.1.1-1) UNRELEASED; urgency=low
+xserver-xorg-input-spaceorb (1:1.1.1-1) experimental; urgency=low
 
   * New upstream release.
   * Add upstream URL to debian/copyright.
@@ -7,7 +7,7 @@ xserver-xorg-input-spaceorb (1:1.1.1-1) UNRELEASED; urgency=low
   * Add myself to uploaders, and remove Branden and Fabio with their
 permission.
 
- -- Brice Goglin [EMAIL PROTECTED]  Wed, 12 Sep 2007 12:10:50 +0200
+ -- Brice Goglin [EMAIL PROTECTED]  Wed, 12 Sep 2007 12:18:47 +0200
 
 xserver-xorg-input-spaceorb (1:1.1.0-2) unstable; urgency=low
 

commit fd273a90fb3675b8fb59c47e1137d4cd773fab19
Author: Brice Goglin [EMAIL PROTECTED]
Date:   Wed Sep 12 12:18:42 2007 +0200

Add upstream changelog

diff --git a/ChangeLog b/ChangeLog
new file mode 100644
index 000..1c20a7d
--- /dev/null
+++ b/ChangeLog
@@ -0,0 +1,241 @@
+commit 93fd49758565321036891543bbbdea74e759a393
+Author: Tilman Sauerbeck [EMAIL PROTECTED]
+Date:   Mon Sep 10 19:12:04 2007 +0200
+
+Bumped version to 1.1.1.
+
+commit 3050a5436baffa108f7ff598aed59bbcd60816be
+Author: Tilman Sauerbeck [EMAIL PROTECTED]
+Date:   Mon Sep 10 19:11:37 2007 +0200
+
+Generate ChangeLog from git.
+
+commit 92df1dc6af4fea8094dab07651058a86b6fd51e0
+Author: James Cloos [EMAIL PROTECTED]
+Date:   Mon Sep 3 05:52:22 2007 -0400
+
+Add *~ to .gitignore to skip patch/emacs droppings
+
+commit 2bf3c8cadbec255b856d77cf1c05935a47d4c701
+Author: James Cloos [EMAIL PROTECTED]
+Date:   Thu Aug 23 19:25:39 2007 -0400
+
+Rename .cvsignore to .gitignore
+
+commit 56511dca3f7fcf174ff44425533d888dfb37cd76
+Author: Daniel Stone [EMAIL PROTECTED]
+Date:   Wed Aug 8 01:09:58 2007 +0300
+
+Remove useless debugging statement
+
+commit 45d04b90e0d1d944e6ed73702adcc0bc99957814
+Author: Brice Goglin [EMAIL PROTECTED]
+Date:   Tue Aug 7 09:42:50 2007 +0200
+
+Use PACKAGE_VERSION_MAJOR/MINOR/PATCHLEVEL in VersionRec
+
+commit de867ddea246854fb4876eae66cf449ac2e71aeb
+Author: Adam Jackson [EMAIL PROTECTED]
+Date:   Fri Apr 7 18:07:53 2006 +
+
+Unlibcwrap. Bump server version requirement. Bump to 1.1.0.
+
+commit 13ffd0da40c667a80162f480450968bb624d3d2d
+Author: Kevin E Martin [EMAIL PROTECTED]
+Date:   Wed Dec 21 02:29:58 2005 +
+
+Update package version for X11R7 release.
+
+commit b8d93a5f5201c1c7bf9546563f24f668fe21e13c
+Author: Adam Jackson [EMAIL PROTECTED]
+Date:   Mon Dec 19 16:25:52 2005 +
+
+Stub COPYING files
+
+commit cc09c38ab9bf1c974ee167712e11942280171da6
+Author: Kevin E Martin [EMAIL PROTECTED]
+Date:   Thu Dec 15 00:24:15 2005 +
+
+Update package version number for final X11R7 release candidate.
+
+commit d3a4698cbf162616c0c0e8618588ca6990b2d77e
+Author: Kevin E Martin [EMAIL PROTECTED]
+Date:   Tue Dec 6 22:48:32 2005 +
+
+Change *man_SOURCES == *man_PRE to fix autotools warnings.
+
+commit 977400dfa3a0f284b46218bcf3bbf7df6e47141c
+Author: Kevin E Martin [EMAIL PROTECTED]
+Date:   Sat Dec 3 05:49:32 2005 +
+
+Update package version number for X11R7 RC3 release.
+
+commit 7e4a9b025d53425af52480e1690196901828eaef
+Author: Kevin E Martin [EMAIL PROTECTED]
+Date:   Fri Dec 2 02:16:06 2005 +
+
+Remove extraneous AC_MSG_RESULT.
+
+commit 0b2f03eb65dc58bab7874ba40dad72ca40571587
+Author: Adam Jackson [EMAIL PROTECTED]
+Date:   Tue Nov 29 23:29:57 2005 +
+
+Only build dlloader modules by 

xserver-xorg-input-summa: Changes to 'debian-unstable'

2007-09-16 Thread David Nusinow
 config.guess  |   32 
 config.sub|   28 +++-
 debian/changelog  |   15 +++
 debian/control|6 +++---
 debian/copyright  |3 +++
 debian/xsfbs/xsfbs.mk |   27 ++-
 debian/xsfbs/xsfbs.sh |7 ---
 7 files changed, 54 insertions(+), 64 deletions(-)

New commits:
commit a21428ff26f47105142f24ac1c506e31344b6d89
Author: David Nusinow [EMAIL PROTECTED]
Date:   Sun Sep 16 15:32:21 2007 -0400

* Upload to unstable

diff --git a/debian/changelog b/debian/changelog
index bf0b9d4..eab502d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+xserver-xorg-input-summa (1:1.1.0-4) unstable; urgency=low
+
+  * Upload to unstable
+
+ -- David Nusinow [EMAIL PROTECTED]  Sun, 16 Sep 2007 15:13:39 -0400
+
 xserver-xorg-input-summa (1:1.1.0-3) experimental; urgency=low
 
   * Add upstream URL to debian/copyright.

commit 56537cbfb574dc08e0832dafb0a9f89a6badcfc0
Author: Brice Goglin [EMAIL PROTECTED]
Date:   Wed Sep 12 12:00:23 2007 +0200

Prepare changelog for upload

diff --git a/debian/changelog b/debian/changelog
index 176a3c9..bf0b9d4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-xserver-xorg-input-summa (1:1.1.0-3) UNRELEASED; urgency=low
+xserver-xorg-input-summa (1:1.1.0-3) experimental; urgency=low
 
   * Add upstream URL to debian/copyright.
   * Build against xserver 1.4.

commit bb03d4ace8d2bdd63cc15b29a30ba6e292feef3b
Author: Brice Goglin [EMAIL PROTECTED]
Date:   Wed Sep 12 11:59:55 2007 +0200

autoreconf

diff --git a/config.guess b/config.guess
index 0f0fe71..396482d 100755
--- a/config.guess
+++ b/config.guess
@@ -4,7 +4,7 @@
 #   2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation,
 #   Inc.
 
-timestamp='2007-03-06'
+timestamp='2006-07-02'
 
 # This file is free software; you can redistribute it and/or modify it
 # under the terms of the GNU General Public License as published by
@@ -161,7 +161,6 @@ case 
${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION} in
arm*) machine=arm-unknown ;;
sh3el) machine=shl-unknown ;;
sh3eb) machine=sh-unknown ;;
-   sh5el) machine=sh5le-unknown ;;
*) machine=${UNAME_MACHINE_ARCH}-unknown ;;
esac
# The Operating System including object format, if it has switched
@@ -781,7 +780,7 @@ EOF
 i*:CYGWIN*:*)
echo ${UNAME_MACHINE}-pc-cygwin
exit ;;
-*:MINGW*:*)
+i*:MINGW*:*)
echo ${UNAME_MACHINE}-pc-mingw32
exit ;;
 i*:windows32*:*)
@@ -791,15 +790,12 @@ EOF
 i*:PW*:*)
echo ${UNAME_MACHINE}-pc-pw32
exit ;;
-*:Interix*:[3456]*)
-   case ${UNAME_MACHINE} in
-   x86) 
-   echo i586-pc-interix${UNAME_RELEASE}
-   exit ;;
-   EM64T | authenticamd)
-   echo x86_64-unknown-interix${UNAME_RELEASE}
-   exit ;;
-   esac ;;
+x86:Interix*:[3456]*)
+   echo i586-pc-interix${UNAME_RELEASE}
+   exit ;;
+EM64T:Interix*:[3456]*)
+   echo x86_64-unknown-interix${UNAME_RELEASE}
+   exit ;;
 [345]86:Windows_95:* | [345]86:Windows_98:* | [345]86:Windows_NT:*)
echo i${UNAME_MACHINE}-pc-mks
exit ;;
@@ -954,9 +950,6 @@ EOF
 x86_64:Linux:*:*)
echo x86_64-unknown-linux-gnu
exit ;;
-xtensa:Linux:*:*)
-   echo xtensa-unknown-linux-gnu
-   exit ;;
 i*86:Linux:*:*)
# The BFD linker knows what the default object file format is, so
# first see if it will tell us. cd to the root directory to prevent
@@ -1215,15 +1208,6 @@ EOF
 SX-6:SUPER-UX:*:*)
echo sx6-nec-superux${UNAME_RELEASE}
exit ;;
-SX-7:SUPER-UX:*:*)
-   echo sx7-nec-superux${UNAME_RELEASE}
-   exit ;;
-SX-8:SUPER-UX:*:*)
-   echo sx8-nec-superux${UNAME_RELEASE}
-   exit ;;
-SX-8R:SUPER-UX:*:*)
-   echo sx8r-nec-superux${UNAME_RELEASE}
-   exit ;;
 Power*:Rhapsody:*:*)
echo powerpc-apple-rhapsody${UNAME_RELEASE}
exit ;;
diff --git a/config.sub b/config.sub
index 5defff6..387c18d 100755
--- a/config.sub
+++ b/config.sub
@@ -4,7 +4,7 @@
 #   2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation,
 #   Inc.
 
-timestamp='2007-01-18'
+timestamp='2006-07-02'
 
 # This file is (in principle) common to ALL GNU software.
 # The presence of a machine in this file suggests that SOME GNU software
@@ -245,12 +245,12 @@ case $basic_machine in
| bfin \
| c4x | clipper \
| d10v | d30v | dlx | dsp16xx \
-   | fido | fr30 | frv \
+   | fr30 | frv \
| h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \
| i370 | i860 | i960 | ia64 \
| ip2k | iq2000 \
| m32c | m32r | m32rle | m68000 | m68k | m88k \
-   | maxq | mb | microblaze | mcore | mep \
+   | maxq | mb | microblaze | mcore \
 

xserver-xorg-input-tek4957: Changes to 'debian-unstable'

2007-09-16 Thread David Nusinow
 config.sub|   14 +++---
 debian/changelog  |   14 --
 debian/control|6 +++---
 debian/copyright  |3 +++
 debian/xsfbs/xsfbs.mk |   27 ++-
 debian/xsfbs/xsfbs.sh |7 ---
 6 files changed, 39 insertions(+), 32 deletions(-)

New commits:
commit 7d11ac3123ef149878b1de6feef1dcaa3d5d57ea
Author: David Nusinow [EMAIL PROTECTED]
Date:   Sun Sep 16 15:32:21 2007 -0400

* Upload to unstable

diff --git a/debian/changelog b/debian/changelog
index 5e61bd0..0461d99 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+xserver-xorg-input-tek4957 (1:1.1.0-4) unstable; urgency=low
+
+  * Upload to unstable
+
+ -- David Nusinow [EMAIL PROTECTED]  Sun, 16 Sep 2007 15:13:40 -0400
+
 xserver-xorg-input-tek4957 (1:1.1.0-3) experimental; urgency=low
 
   [ Julien Cristau ]

commit d9a6d2c7edbadd12eddb56b844315cfccc5d896d
Author: Brice Goglin [EMAIL PROTECTED]
Date:   Wed Sep 12 11:31:18 2007 +0200

Prepare changelog for upload

diff --git a/debian/changelog b/debian/changelog
index aba6911..5e61bd0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-xserver-xorg-input-tek4957 (1:1.1.0-3) UNRELEASED; urgency=low
+xserver-xorg-input-tek4957 (1:1.1.0-3) experimental; urgency=low
 
   [ Julien Cristau ]
   * Add link to xserver-xorg-core bug script, so that bugreports contain
@@ -17,7 +17,7 @@ xserver-xorg-input-tek4957 (1:1.1.0-3) UNRELEASED; urgency=low
   * Generate the Provides field automatically.
   * Add myself to uploaders, and remove Branden with his permission.
 
- -- Brice Goglin [EMAIL PROTECTED]  Sun, 22 Apr 2007 15:30:21 +0200
+ -- Brice Goglin [EMAIL PROTECTED]  Wed, 12 Sep 2007 11:31:03 +0200
 
 xserver-xorg-input-tek4957 (1:1.1.0-2) unstable; urgency=low
 

commit fb8e48bda5e22fe1a3f7f6a4a4a34f53af2fb5f5
Author: Brice Goglin [EMAIL PROTECTED]
Date:   Wed Sep 12 11:30:54 2007 +0200

autoreconf

diff --git a/config.sub b/config.sub
index fab0aa3..387c18d 100755
--- a/config.sub
+++ b/config.sub
@@ -4,7 +4,7 @@
 #   2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation,
 #   Inc.
 
-timestamp='2006-09-20'
+timestamp='2006-07-02'
 
 # This file is (in principle) common to ALL GNU software.
 # The presence of a machine in this file suggests that SOME GNU software
@@ -276,7 +276,6 @@ case $basic_machine in
| pdp10 | pdp11 | pj | pjl \
| powerpc | powerpc64 | powerpc64le | powerpcle | ppcbe \
| pyramid \
-   | score \
| sh | sh[1234] | sh[24]a | sh[23]e | sh[34]eb | sheb | shbe | shle | 
sh[1234]le | sh3ele \
| sh64 | sh64le \
| sparc | sparc64 | sparc64b | sparc64v | sparc86x | sparclet | 
sparclite \
@@ -285,7 +284,7 @@ case $basic_machine in
| tahoe | thumb | tic4x | tic80 | tron \
| v850 | v850e \
| we32k \
-   | x86 | xc16x | xscale | xscalee[bl] | xstormy16 | xtensa \
+   | x86 | xscale | xscalee[bl] | xstormy16 | xtensa \
| z8k)
basic_machine=$basic_machine-unknown
;;
@@ -368,7 +367,7 @@ case $basic_machine in
| tron-* \
| v850-* | v850e-* | vax-* \
| we32k-* \
-   | x86-* | x86_64-* | xc16x-* | xps100-* | xscale-* | xscalee[bl]-* \
+   | x86-* | x86_64-* | xps100-* | xscale-* | xscalee[bl]-* \
| xstormy16-* | xtensa-* \
| ymp-* \
| z8k-*)
@@ -910,10 +909,6 @@ case $basic_machine in
sb1el)
basic_machine=mipsisa64sb1el-unknown
;;
-   sde)
-   basic_machine=mipsisa32-sde
-   os=-elf
-   ;;
sei)
basic_machine=mips-sei
os=-seiux
@@ -1371,9 +1366,6 @@ else
 # system, and we'll never get to this point.
 
 case $basic_machine in
-score-*)
-   os=-elf
-   ;;
 spu-*)
os=-elf
;;

commit 457f5443241f4c324cf4d607e64a5de6e2689ffc
Author: Brice Goglin [EMAIL PROTECTED]
Date:   Wed Sep 12 11:30:16 2007 +0200

Build against xserver 1.4 and fix various minor things

diff --git a/debian/changelog b/debian/changelog
index 4430d5b..aba6911 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,10 @@ xserver-xorg-input-tek4957 (1:1.1.0-3) UNRELEASED; 
urgency=low
   * Add XS-Vcs-*.
   * Add a link to www.X.org and a reference to the xf86-input-tek4957
 module in the long description.
+  * Add upstream URL to debian/copyright.
+  * Build against xserver 1.4.
+  * Generate the Provides field automatically.
+  * Add myself to uploaders, and remove Branden with his permission.
 
  -- Brice Goglin [EMAIL PROTECTED]  Sun, 22 Apr 2007 15:30:21 +0200
 
diff --git a/debian/control b/debian/control
index b55d856..9da31bf 100644
--- a/debian/control
+++ b/debian/control
@@ -2,8 +2,8 @@ Source: xserver-xorg-input-tek4957
 Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force debian-x@lists.debian.org

xserver-xorg-input-ur98: Changes to 'debian-unstable'

2007-09-16 Thread David Nusinow
 config.sub|   14 +++---
 debian/changelog  |   14 --
 debian/control|6 +++---
 debian/copyright  |3 +++
 debian/xsfbs/xsfbs.mk |   27 ++-
 debian/xsfbs/xsfbs.sh |7 ---
 6 files changed, 39 insertions(+), 32 deletions(-)

New commits:
commit e03f3dfaa86d4b1c1232d4bf4f68524a11c9e3b7
Author: David Nusinow [EMAIL PROTECTED]
Date:   Sun Sep 16 15:32:21 2007 -0400

* Upload to unstable

diff --git a/debian/changelog b/debian/changelog
index 11286dc..1473be7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+xserver-xorg-input-ur98 (1:1.1.0-4) unstable; urgency=low
+
+  * Upload to unstable
+
+ -- David Nusinow [EMAIL PROTECTED]  Sun, 16 Sep 2007 15:13:40 -0400
+
 xserver-xorg-input-ur98 (1:1.1.0-3) experimental; urgency=low
 
   [ Julien Cristau ]

commit 9ccd66b6c76083e1078ec9144daee953443c6c33
Author: Brice Goglin [EMAIL PROTECTED]
Date:   Wed Sep 12 11:16:18 2007 +0200

Prepare changelog for upload

diff --git a/debian/changelog b/debian/changelog
index 1c881eb..11286dc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-xserver-xorg-input-ur98 (1:1.1.0-3) UNRELEASED; urgency=low
+xserver-xorg-input-ur98 (1:1.1.0-3) experimental; urgency=low
 
   [ Julien Cristau ]
   * Add link to xserver-xorg-core bug script, so that bugreports contain
@@ -20,7 +20,7 @@ xserver-xorg-input-ur98 (1:1.1.0-3) UNRELEASED; urgency=low
   [ Timo Aaltonen ]
   * Drop linux-kernel-headers from Build-Depends.
 
- -- Brice Goglin [EMAIL PROTECTED]  Wed, 12 Sep 2007 11:13:42 +0200
+ -- Brice Goglin [EMAIL PROTECTED]  Wed, 12 Sep 2007 11:16:11 +0200
 
 xserver-xorg-input-ur98 (1:1.1.0-2) unstable; urgency=low
 

commit 15ddf357ef06aaeba4a1c3ffad012c3210494ef8
Author: Brice Goglin [EMAIL PROTECTED]
Date:   Wed Sep 12 11:15:50 2007 +0200

autoreconf

diff --git a/config.sub b/config.sub
index fab0aa3..387c18d 100755
--- a/config.sub
+++ b/config.sub
@@ -4,7 +4,7 @@
 #   2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation,
 #   Inc.
 
-timestamp='2006-09-20'
+timestamp='2006-07-02'
 
 # This file is (in principle) common to ALL GNU software.
 # The presence of a machine in this file suggests that SOME GNU software
@@ -276,7 +276,6 @@ case $basic_machine in
| pdp10 | pdp11 | pj | pjl \
| powerpc | powerpc64 | powerpc64le | powerpcle | ppcbe \
| pyramid \
-   | score \
| sh | sh[1234] | sh[24]a | sh[23]e | sh[34]eb | sheb | shbe | shle | 
sh[1234]le | sh3ele \
| sh64 | sh64le \
| sparc | sparc64 | sparc64b | sparc64v | sparc86x | sparclet | 
sparclite \
@@ -285,7 +284,7 @@ case $basic_machine in
| tahoe | thumb | tic4x | tic80 | tron \
| v850 | v850e \
| we32k \
-   | x86 | xc16x | xscale | xscalee[bl] | xstormy16 | xtensa \
+   | x86 | xscale | xscalee[bl] | xstormy16 | xtensa \
| z8k)
basic_machine=$basic_machine-unknown
;;
@@ -368,7 +367,7 @@ case $basic_machine in
| tron-* \
| v850-* | v850e-* | vax-* \
| we32k-* \
-   | x86-* | x86_64-* | xc16x-* | xps100-* | xscale-* | xscalee[bl]-* \
+   | x86-* | x86_64-* | xps100-* | xscale-* | xscalee[bl]-* \
| xstormy16-* | xtensa-* \
| ymp-* \
| z8k-*)
@@ -910,10 +909,6 @@ case $basic_machine in
sb1el)
basic_machine=mipsisa64sb1el-unknown
;;
-   sde)
-   basic_machine=mipsisa32-sde
-   os=-elf
-   ;;
sei)
basic_machine=mips-sei
os=-seiux
@@ -1371,9 +1366,6 @@ else
 # system, and we'll never get to this point.
 
 case $basic_machine in
-score-*)
-   os=-elf
-   ;;
 spu-*)
os=-elf
;;

commit b3e26c3d78d6748328bba451629adf169a747dac
Author: Brice Goglin [EMAIL PROTECTED]
Date:   Wed Sep 12 11:14:29 2007 +0200

Build against xserver 1.4 and fix various minor things

diff --git a/debian/changelog b/debian/changelog
index e8b32bb..1c881eb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,11 +12,15 @@ xserver-xorg-input-ur98 (1:1.1.0-3) UNRELEASED; urgency=low
   * Add XS-Vcs-*.
   * Add a link to www.X.org and a reference to the xf86-input-ur98
 module in the long description.
+  * Add upstream URL to debian/copyright.
+  * Build against xserver 1.4.
+  * Generate the Provides field automatically.
+  * Add myself to uploaders, and remove Branden with his permission.
 
   [ Timo Aaltonen ]
   * Drop linux-kernel-headers from Build-Depends.
 
- -- Timo Aaltonen [EMAIL PROTECTED]  Fri,  4 May 2007 16:53:37 +0300
+ -- Brice Goglin [EMAIL PROTECTED]  Wed, 12 Sep 2007 11:13:42 +0200
 
 xserver-xorg-input-ur98 (1:1.1.0-2) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 60fe546..6fddccf 100644
--- a/debian/control
+++ b/debian/control
@@ -2,8 +2,8 @@ 

xserver-xorg-input-vmmouse: Changes to 'debian-unstable'

2007-09-16 Thread David Nusinow
 .cvsignore   |   19 
 .gitignore   |   20 
 ChangeLog|  101 +-
 Makefile.in  |  125 +-
 aclocal.m4   |  676 ++--
 config.guess |   34 
 config.sub   |   24 
 configure| 1139 ---
 configure.ac |2 
 debian/changelog |   22 
 debian/control   |6 
 debian/copyright |3 
 debian/patches/10_man_vmmouse_not_mouse  |   64 -
 debian/patches/11_fix_configure_version.diff |   13 
 debian/patches/series|2 
 debian/xsfbs/xsfbs.mk|   27 
 debian/xsfbs/xsfbs.sh|7 
 depcomp  |   64 +
 install-sh   |  348 ++--
 ltmain.sh|  233 +++--
 man/Makefile.in  |   92 +-
 man/vmmouse.man  |  223 -
 missing  |   61 -
 src/Makefile.in  |  117 +-
 src/vmmouse.c|   43 -
 25 files changed, 2099 insertions(+), 1366 deletions(-)

New commits:
commit a586a8067005c670751d2edbb9d39dd814d1d256
Author: David Nusinow [EMAIL PROTECTED]
Date:   Sun Sep 16 15:32:21 2007 -0400

* Upload to unstable

diff --git a/debian/changelog b/debian/changelog
index 83dab9c..51a8792 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+xserver-xorg-input-vmmouse (1:12.4.2-3) unstable; urgency=low
+
+  * Upload to unstable
+
+ -- David Nusinow [EMAIL PROTECTED]  Sun, 16 Sep 2007 15:13:40 -0400
+
 xserver-xorg-input-vmmouse (1:12.4.2-2) UNRELEASED; urgency=low
 
   * Fix upstream URL in debian/copyright.

commit 890d5014b8fd20efa7238c450b49190e79108185
Author: Brice Goglin [EMAIL PROTECTED]
Date:   Sat Sep 15 01:49:43 2007 +0200

Fix upstream URL in debian/copyright

diff --git a/debian/changelog b/debian/changelog
index afe1820..83dab9c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+xserver-xorg-input-vmmouse (1:12.4.2-2) UNRELEASED; urgency=low
+
+  * Fix upstream URL in debian/copyright.
+
+ -- Brice Goglin [EMAIL PROTECTED]  Sat, 15 Sep 2007 01:49:07 +0200
+
 xserver-xorg-input-vmmouse (1:12.4.2-1) experimental; urgency=low
 
   [ Julien Cristau ]
diff --git a/debian/copyright b/debian/copyright
index 0bed4e3..c64a151 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,4 +1,3 @@
-xorg-input-void/xserver-xorg-input-void/debian/copyright 
 This package was downloaded from
 http://xorg.freedesktop.org/releases/individual/driver/
 

commit b5ed3415f2933091392effa383a094d7d061281e
Author: Brice Goglin [EMAIL PROTECTED]
Date:   Wed Sep 12 00:14:00 2007 +0200

Prepare changelog for upload

diff --git a/debian/changelog b/debian/changelog
index 6fe885c..afe1820 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-xserver-xorg-input-vmmouse (1:12.4.2-1) UNRELEASED; urgency=low
+xserver-xorg-input-vmmouse (1:12.4.2-1) experimental; urgency=low
 
   [ Julien Cristau ]
   * Add link to xserver-xorg-core bug script, so that bugreports contain

commit 66166b2d8d5f44e0e513cb9e98633ed8d990b680
Author: Brice Goglin [EMAIL PROTECTED]
Date:   Wed Sep 12 00:13:43 2007 +0200

Drop patches

diff --git a/debian/changelog b/debian/changelog
index 1194106..6fe885c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,7 +7,7 @@ xserver-xorg-input-vmmouse (1:12.4.2-1) UNRELEASED; urgency=low
 
   [ Brice Goglin ]
   * New upstream release.
-  * Add 11_fix_configure_version.diff
+  * Drop 10_man_vmmouse_not_mouse, since upstream fixed the manpage.
   * Install the upstream changelog.
   * Bump Build-Depends: xserver-xorg-dev to = 2:1.2.99.902
 (needed to let xsfbs get access to serverminver).
diff --git a/debian/patches/10_man_vmmouse_not_mouse 
b/debian/patches/10_man_vmmouse_not_mouse
deleted file mode 100644
index b017aa3..000
--- a/debian/patches/10_man_vmmouse_not_mouse
+++ /dev/null
@@ -1,64 +0,0 @@
-Index: xserver-xorg-input-vmmouse/man/vmmouse.man
-===
 xserver-xorg-input-vmmouse.orig/man/vmmouse.man2006-10-14 
09:47:44.0 +1000
-+++ xserver-xorg-input-vmmouse/man/vmmouse.man 2006-10-14 09:55:39.0 
+1000
-@@ -3,24 +3,49 @@
- .ds q \N'34'
- .TH MOUSE __drivermansuffix__ __vendorversion__
- .SH NAME
--mouse \- Mouse input driver
-+vmmouse \- VMMouse input driver for VMware virtual machines
- .SH SYNOPSIS
- .nf
- .B Section \*qInputDevice\*q
- .BI   Identifier \*q idevname \*q
--.BDriver \*qmouse\*q
-+.BDriver \*qvmmouse\*q
- .BI   Option 

xserver-xorg-input-void: Changes to 'debian-unstable'

2007-09-16 Thread David Nusinow
 .cvsignore|   19 
 .gitignore|   20 
 COPYING   |   67 ++
 ChangeLog |  293 +++-
 Makefile.am   |   11 
 Makefile.in   |  144 +++---
 aclocal.m4|  676 +++--
 config.guess  |   34 +
 config.sub|   24 -
 configure | 1139 +++---
 configure.ac  |2 
 debian/changelog  |   15 
 debian/control|6 
 debian/copyright  |3 
 debian/xsfbs/xsfbs.mk |   27 -
 debian/xsfbs/xsfbs.sh |7 
 depcomp   |   64 ++
 install-sh|  348 +++
 ltmain.sh |  233 ++
 man/.cvsignore|2 
 man/.gitignore|2 
 man/Makefile.in   |   92 ++--
 missing   |   61 +-
 mkinstalldirs |5 
 src/.cvsignore|6 
 src/.gitignore|6 
 src/Makefile.in   |  117 ++---
 src/void.c|8 
 28 files changed, 2317 insertions(+), 1114 deletions(-)

New commits:
commit 07a7e3c56640193ab07867f27a4b1c9cd00e1ac9
Author: David Nusinow [EMAIL PROTECTED]
Date:   Sun Sep 16 15:32:21 2007 -0400

* Upload to unstable

diff --git a/debian/changelog b/debian/changelog
index 36e787e..bb6a175 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+xserver-xorg-input-void (1:1.1.1-2) unstable; urgency=low
+
+  * Upload to unstable
+
+ -- David Nusinow [EMAIL PROTECTED]  Sun, 16 Sep 2007 15:13:40 -0400
+
 xserver-xorg-input-void (1:1.1.1-1) experimental; urgency=low
 
   [ Julien Cristau ]

commit 8c0138c7f02dc0c34d4eb7a537adc8820c08e785
Author: Brice Goglin [EMAIL PROTECTED]
Date:   Tue Sep 11 23:49:19 2007 +0200

Prepare changelog for upload

diff --git a/debian/changelog b/debian/changelog
index a4ccaa4..36e787e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-xserver-xorg-input-void (1:1.1.1-1) UNRELEASED; urgency=low
+xserver-xorg-input-void (1:1.1.1-1) experimental; urgency=low
 
   [ Julien Cristau ]
   * Add link to xserver-xorg-core bug script, so that bugreports contain

commit a52d2c6836d0591c0bcbc5607e0cfe4331127180
Author: Brice Goglin [EMAIL PROTECTED]
Date:   Tue Sep 11 23:49:14 2007 +0200

Add the upstream changelog

diff --git a/ChangeLog b/ChangeLog
new file mode 100644
index 000..43e6c53
--- /dev/null
+++ b/ChangeLog
@@ -0,0 +1,282 @@
+commit 4e43b6206bc719d68ced1ca793ca4e3b938d8e8e
+Author: Alan Coopersmith [EMAIL PROTECTED]
+Date:   Fri Sep 7 12:36:56 2007 -0700
+
+Version bump: 1.1.1
+
+commit 1d64a7f636320786e5e5e76e8371d6d666bd0849
+Author: Alan Coopersmith [EMAIL PROTECTED]
+Date:   Fri Sep 7 09:48:34 2007 -0700
+
+Clear compiler  sparse warnings
+
+void.c:41:9: warning: preprocessor token NEED_XF86_TYPES redefined
+/usr/X11R7/include/xorg/xorg-server.h:69:9: this was the original 
definition
+void.c:298:35: warning: Using plain integer as NULL pointer
+
+commit 3b25347c21b833bea42223529b8c005e3ff1ea59
+Author: Alan Coopersmith [EMAIL PROTECTED]
+Date:   Fri Sep 7 09:42:30 2007 -0700
+
+Fill in COPYING file with licenses  copyrights from source files
+
+commit 0faf80c838d87102abce4b25783f0118d3c2f8dd
+Author: Alan Coopersmith [EMAIL PROTECTED]
+Date:   Fri Sep 7 09:36:14 2007 -0700
+
+Replace static ChangeLog with dist-hook to generate from git log
+
+commit fde354a19e19730ce90365732480674fd155cf6e
+Merge: 4df595e... d293873...
+Author: James Cloos [EMAIL PROTECTED]
+Date:   Mon Sep 3 06:06:06 2007 -0400
+
+Merge branch 'master' of 
ssh://git.freedesktop.org/git/xorg/driver/xf86-input-void
+
+commit 4df595e80daf14a8b88989fb75f0e8c8cbe2f54a
+Author: James Cloos [EMAIL PROTECTED]
+Date:   Mon Sep 3 05:52:26 2007 -0400
+
+Add *~ to .gitignore to skip patch/emacs droppings
+
+commit d29387397cc315ca02a54e178d1d410a458ab214
+Author: Alan Coopersmith [EMAIL PROTECTED]
+Date:   Tue Aug 28 17:41:54 2007 -0700
+
+Add *~ to .gitignore to skip over patch/emacs droppings
+
+commit b5dc10b2ce19fb99c76b6e79dd364d366e4678f8
+Author: Alan Coopersmith [EMAIL PROTECTED]
+Date:   Tue Aug 28 17:41:08 2007 -0700
+
+Don't fill in motion_history_proc for new input ABI
+
+commit 464a489e9a9e4a79946c5ddac44e9b9c7a6dc8cc
+Author: James Cloos [EMAIL PROTECTED]
+Date:   Thu Aug 23 19:25:43 2007 -0400
+
+Rename .cvsignore to .gitignore
+
+commit 1552640781b0215124df4d3f535336471a0175df
+Author: Brice Goglin [EMAIL PROTECTED]
+Date:   Mon Aug 6 22:13:21 2007 +0200
+
+Use PACKAGE_VERSION_MAJOR/MINOR/PATCHLEVEL in xf86VoidVersionRec
+
+commit d1faf50483808c92fcdda88def9eaf3b5e4b5f99
+Author: Adam Jackson [EMAIL PROTECTED]
+Date:   Fri Apr 7 18:18:17 2006 +
+
+Unlibcwrap. Bump server version requirement. Bump to 1.1.0.
+
+commit 8fd770b835e1a7678c69b52289dc7f5d58a8cf38
+Author: Kevin E Martin [EMAIL PROTECTED]
+Date:   Wed Dec 21 02:29:59 2005 +
+
+Update package version for X11R7 release.
+
+commit 

xserver-xorg-input-calcomp: Changes to 'refs/tags/xserver-xorg-input-calcomp-1_1.1.1-2'

2007-09-16 Thread David Nusinow
Tag 'xserver-xorg-input-calcomp-1_1.1.1-2' created by David Nusinow [EMAIL 
PROTECTED] at 2007-09-16 20:39 +

Tagging upload of xserver-xorg-input-calcomp-1_1.1.1-2 to unstable.

Changes since xserver-xorg-input-calcomp-1_1.1.1-1:
Brice Goglin (3):
  Merge ../../../xsfbs/xsfbs into debian-unstable
  Miscellaneous fixed in debian/control and debian/rules.
  autoreconf

David Nusinow (3):
  Merge remote branch 'origin/debian-experimental' into debian-unstable
  * Upload to unstable
  * Re-generate upstream ChangeLog

---
 config.sub   |4 
 debian/changelog |   14 ++
 debian/control   |2 ++
 debian/rules |2 +-
 4 files changed, 21 insertions(+), 1 deletion(-)
---


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



xserver-xorg-input-citron: Changes to 'refs/tags/xserver-xorg-input-citron-1_2.2.1-2'

2007-09-16 Thread David Nusinow
Tag 'xserver-xorg-input-citron-1_2.2.1-2' created by David Nusinow [EMAIL 
PROTECTED] at 2007-09-16 20:39 +

Tagging upload of xserver-xorg-input-citron-1_2.2.1-2 to unstable.

Changes since xserver-xorg-input-citron-1_2.2.1-1:
David Nusinow (1):
  * Upload to unstable

---
 debian/changelog |6 ++
 1 file changed, 6 insertions(+)
---


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



xserver-xorg-input-digitaledge: Changes to 'refs/tags/xserver-xorg-input-digitaledge-1_1.1.0-3'

2007-09-16 Thread David Nusinow
Tag 'xserver-xorg-input-digitaledge-1_1.1.0-3' created by David Nusinow [EMAIL 
PROTECTED] at 2007-09-16 20:39 +

Tagging upload of xserver-xorg-input-digitaledge-1_1.1.0-3 to unstable.

Changes since xserver-xorg-input-digitaledge-1_1.1.0-2:
David Nusinow (1):
  * Upload to unstable

---
 debian/changelog |6 ++
 1 file changed, 6 insertions(+)
---


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



xserver-xorg-input-dmc: Changes to 'refs/tags/xserver-xorg-input-dmc-1_1.1.1-3'

2007-09-16 Thread David Nusinow
Tag 'xserver-xorg-input-dmc-1_1.1.1-3' created by David Nusinow [EMAIL 
PROTECTED] at 2007-09-16 20:39 +

Tagging upload of xserver-xorg-input-dmc-1_1.1.1-3 to unstable.

Changes since xserver-xorg-input-dmc-1_1.1.1-1:
Brice Goglin (1):
  Add upstream URL to debian/copyright

David Nusinow (1):
  * Upload to unstable

---
 debian/changelog |   12 
 debian/copyright |3 +++
 2 files changed, 15 insertions(+)
---


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



xserver-xorg-input-dynapro: Changes to 'refs/tags/xserver-xorg-input-dynapro-1_1.1.1-2'

2007-09-16 Thread David Nusinow
Tag 'xserver-xorg-input-dynapro-1_1.1.1-2' created by David Nusinow [EMAIL 
PROTECTED] at 2007-09-16 20:39 +

Tagging upload of xserver-xorg-input-dynapro-1_1.1.1-2 to unstable.

Changes since xserver-xorg-input-dynapro-1_1.1.1-1:
David Nusinow (1):
  * Upload to unstable

---
 debian/changelog |6 ++
 1 file changed, 6 insertions(+)
---


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



xserver-xorg-input-elo2300: Changes to 'refs/tags/xserver-xorg-input-elo2300-1_1.1.1-2'

2007-09-16 Thread David Nusinow
Tag 'xserver-xorg-input-elo2300-1_1.1.1-2' created by David Nusinow [EMAIL 
PROTECTED] at 2007-09-16 20:39 +

Tagging upload of xserver-xorg-input-elo2300-1_1.1.1-2 to unstable.

Changes since xserver-xorg-input-elo2300-1_1.1.1-1:
David Nusinow (1):
  * Upload to unstable

---
 debian/changelog |6 ++
 1 file changed, 6 insertions(+)
---


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



xserver-xorg-input-elographics: Changes to 'refs/tags/xserver-xorg-input-elographics-1_1.1.0-3'

2007-09-16 Thread David Nusinow
Tag 'xserver-xorg-input-elographics-1_1.1.0-3' created by David Nusinow [EMAIL 
PROTECTED] at 2007-09-16 20:39 +

Tagging upload of xserver-xorg-input-elographics-1_1.1.0-3 to unstable.

Changes since xserver-xorg-input-elographics-1_1.1.0-2:
David Nusinow (1):
  * Upload to unstable

---
 debian/changelog |6 ++
 1 file changed, 6 insertions(+)
---


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



xserver-xorg-input-evdev: Changes to 'refs/tags/xserver-xorg-input-evdev-1_1.2.0_git20070819-3'

2007-09-16 Thread David Nusinow
Tag 'xserver-xorg-input-evdev-1_1.2.0_git20070819-3' created by David Nusinow 
[EMAIL PROTECTED] at 2007-09-16 20:41 +

Tagging upload of xserver-xorg-input-evdev-1_1.2.0_git20070819-3 to unstable.

Changes since xserver-xorg-input-evdev-1_1.2.0-git20070819-2:
David Nusinow (1):
  * Upload to unstable

---
 debian/changelog |6 ++
 man/evdev.man|2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)
---


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



xserver-xorg-video-ati: Changes to 'debian-unstable'

2007-09-16 Thread Brice Goglin
Rebased ref, commits from common ancestor:
commit 722f7fabedc9cf0e532ca83ecec05344bbeeea90
Author: Brice Goglin [EMAIL PROTECTED]
Date:   Fri Sep 7 18:28:12 2007 +0200

Build against Xserver 2:1.4-1

diff --git a/ChangeLog b/ChangeLog
index c3f5057..4a7c953 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,91 @@
+commit 84a37d0ed01a2eee80ee30b79ddfd7906decaff1
+Author: Michel Dänzer [EMAIL PROTECTED]
+Date:   Fri Aug 24 09:39:58 2007 +0200
+
+Revert radeon: Round down RMX stretch ratios.
+
+This reverts commit 6b736a5c25d968bb09e229e0fbb82162e8447783.
+
+See https://bugs.freedesktop.org/show_bug.cgi?id=8983#c6 and
+https://bugzilla.novell.com/show_bug.cgi?id=220724 .
+
+commit d0f900c857585804fedd501bcf0a603fead271ce
+Author: Alon Ziv [EMAIL PROTECTED]
+Date:   Mon Jul 30 22:47:59 2007 +0300
+
+radeon: Sane handling of timeouts in WaitForVerticalSync(2).
+
+RADEONWaitForVerticalSync() and RADEONWaitForVerticalSync2() need to wait
+for a timeout specified in milliseconds; looping around usleep() causes
+the timeout to be unnecessarily long, as the OS may sleep longer than
+requested (on Linux the minimum actual sleep value may be several ms).
+
+The new logic uses gettimeofday() in the loop to see when the (absolute)
+timeout has arrived.
+
+Signed-off-by: Alon Ziv [EMAIL PROTECTED]
+
+commit 732880bfaab2224fd6d38086237e17de843def7d
+Author: Michel Dänzer [EMAIL PROTECTED]
+Date:   Wed Aug 22 15:32:23 2007 +0200
+
+radeon: Remove declarations of unused variables.
+
+commit 6b736a5c25d968bb09e229e0fbb82162e8447783
+Author: Sascha Sommer [EMAIL PROTECTED]
+Date:   Wed Aug 22 15:28:58 2007 +0200
+
+radeon: Round down RMX stretch ratios.
+
+Fixes issues with RMX scaling, see
+https://bugs.freedesktop.org/show_bug.cgi?id=8983 .
+
+commit 26aacfd90e2502c6e2a6c10761b4b2da7971b2bc
+Author: Henry Zhao [EMAIL PROTECTED]
+Date:   Thu Aug 23 19:10:03 2007 +1000
+
+radeon: bug 11725: fix mergedfb transient vertical bar
+
+commit 3334c247540b113f9c4a5ce1879d8648a45a959a
+Author: Dave Airlie [EMAIL PROTECTED]
+Date:   Thu Aug 23 18:46:41 2007 +1000
+
+radeon: bug 11899 + debian 435040 - test for usefbdev before calling int10
+
+commit 8e3a6f83016cd8c4cfd43ceee4cbf0a8dc018b2a
+Author: Roland Bär [EMAIL PROTECTED]
+Date:   Thu Aug 23 18:37:35 2007 +1000
+
+radeon: bug 11861 - dead code removal in radeon_video.c
+
+commit 05c90280e2e17348ceacf760451c9c9e45fd70e5
+Author: Roland Bär [EMAIL PROTECTED]
+Date:   Thu Aug 23 18:33:34 2007 +1000
+
+radeon: bug 11860 fix some mem leaks
+
+commit a0d0fcd3bab765b4db25e04884fd8a342abb9c66
+Author: iLisa Wu [EMAIL PROTECTED]
+Date:   Mon Aug 20 15:44:07 2007 +0200
+
+Fix crash with no valid mode in xorg.conf's modelist and empty Virtual
+
+If the resolution defined in xorg.conf failed to find a matching mode in 
the
+supported modelist, and no virtual desktop dimensions are defined the 
xorg.conf
+either, virtual X and Y dimension will be set to 0 which will cause Xserver
+crash.
+
+(Novell bugzilla #296856, closed)
+
+commit d0895f67e327bb268fd59fcfd8fc22678d804f57
+Author: Luc Verhaegen [EMAIL PROTECTED]
+Date:   Thu Aug 9 12:11:40 2007 +0200
+
+AGPFastWrite risk reduction.
+
+Actively warn the user in the log about the effects of AGPFastWrite and
+sanitise AGPFastWrite handling while we're here.
+
 commit 1de52d91ff3a04b9b587b858e1e5be40d3a7fd0a
 Author: Dave Airlie [EMAIL PROTECTED]
 Date:   Sat Aug 4 17:58:58 2007 +1000
diff --git a/debian/changelog b/debian/changelog
index f60d767..519e02d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+xserver-xorg-video-ati (1:6.6.193-3) unstable; urgency=low
+
+  * Grab several upstream fixes from the ati-6.7-branch up to
+commit 84a37d0ed01a2eee80ee30b79ddfd7906decaff1.
+  * Build against Xserver 2:1.4-1.
+
+ -- Brice Goglin [EMAIL PROTECTED]  Fri, 07 Sep 2007 18:25:27 +0200
+
 xserver-xorg-video-ati (1:6.6.193-2) experimental; urgency=low
 
   * Build against xserver 1.3.99.0.
diff --git a/debian/control b/debian/control
index 8806de8..e7a4902 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force debian-x@lists.debian.org
 Uploaders: David Nusinow [EMAIL PROTECTED], Drew Parsons [EMAIL 
PROTECTED], Brice Goglin [EMAIL PROTECTED]
-Build-Depends: debhelper (= 5), pkg-config, xserver-xorg-dev (= 2:1.3.99.0), 
x11proto-gl-dev, x11proto-xext-dev, x11proto-core-dev, x11proto-video-dev, 
x11proto-xinerama-dev, x11proto-xf86misc-dev, libgl1-mesa-dev | libgl-dev, 
x11proto-fonts-dev, x11proto-randr-dev, x11proto-render-dev, libdrm-dev ( 
2.2) [!hurd-i386], x11proto-xf86dri-dev, quilt
+Build-Depends: debhelper (= 5), pkg-config, xserver-xorg-dev (= 2:1.4), 
x11proto-gl-dev, x11proto-xext-dev, x11proto-core-dev, x11proto-video-dev, 
x11proto-xinerama-dev, x11proto-xf86misc-dev, libgl1-mesa-dev | 

xserver-xorg-video-ati: Changes to 'upstream-unstable'

2007-09-16 Thread Brice Goglin
 configure.ac |   22 
 man/ati.man  |4 
 man/radeon.man   |   16 
 src/Makefile.am  |   33 
 src/ati.c|  632 ++
 src/ati.h|   72 +
 src/atiaccel.c   |  120 --
 src/atiaccel.h   |   35 
 src/atiadapter.c |   57 -
 src/atiadapter.h |   59 -
 src/atiadjust.c  |  101 --
 src/atibank.c|  304 --
 src/atibank.h|   44 
 src/atibus.c |   80 -
 src/atibus.h |9 
 src/atichip.c|  592 -
 src/atichip.h|   98 --
 src/aticlock.c   | 1196 --
 src/aticlock.h   |   21 
 src/aticonfig.c  |  277 --
 src/aticonfig.h  |   32 
 src/aticonsole.c |   58 -
 src/aticursor.c  |   78 -
 src/aticursor.h  |2 
 src/atidac.c |  147 ---
 src/atidga.c |   17 
 src/atidri.c |4 
 src/atidsp.c |   29 
 src/atifillin.c  |   48 -
 src/atifillin.h  |   42 
 src/atii2c.c |9 
 src/atiident.c   |  137 ---
 src/atiident.h   |   52 -
 src/atiio.h  |   82 -
 src/atiload.c|   29 
 src/atiload.h|6 
 src/atilock.c|   82 -
 src/atimach64.c  |  134 +--
 src/atimach64accel.c |   36 
 src/atimach64accel.h |2 
 src/atimach64cursor.c|   44 
 src/atimach64cursor.h|   30 
 src/atimach64exa.c   |9 
 src/atimach64io.h|   17 
 src/atimach64probe.c |  198 
 src/atimach64probe.h |   34 
 src/atimach64render.c|9 
 src/atimach64xv.c|  277 --
 src/atimach64xv.h|   36 
 src/atimisc.c|7 
 src/atimode.c|  252 -
 src/atimodule.c  |   39 
 src/atimono.h|   42 
 src/atioption.c  |  266 -
 src/atioption.h  |   13 
 src/atipreinit.c | 1299 +++--
 src/atiprint.c   |   68 -
 src/atiprobe.c   | 2088 ++-
 src/atiprobe.h   |2 
 src/atiscreen.c  |   70 -
 src/atistruct.h  |   40 
 src/ativalid.c   |   79 -
 src/ativga.c |  361 
 src/ativga.h |2 
 src/ativgaio.h   |4 
 src/atividmem.c  |   65 -
 src/atiwonder.c  |  149 ---
 src/atiwonder.h  |1 
 src/atiwonderio.c|   23 
 src/atixv.c  |  168 ---
 src/r128_dri.c   |4 
 src/r128_driver.c|   36 
 src/r128_probe.c |   33 
 src/r128_probe.h |2 
 src/radeon.h |   70 +
 src/radeon_accel.c   |   38 
 src/radeon_accelfuncs.c  |   10 
 src/radeon_bios.c|   26 
 src/radeon_common.h  |8 
 src/radeon_commonfuncs.c |   14 
 src/radeon_cursor.c  |   64 -
 src/radeon_display.c |  666 ++
 src/radeon_dri.c |  149 ++-
 src/radeon_dri.h |2 
 src/radeon_driver.c  |  731 +---
 src/radeon_exa.c |   19 
 src/radeon_exa_funcs.c   |   23 
 src/radeon_mergedfb.c|   55 -
 src/radeon_mm_i2c.c  |   84 -
 src/radeon_modes.c   |  106 +-
 src/radeon_probe.c   |   33 
 src/radeon_probe.h   |8 
 src/radeon_reg.h |   23 
 src/radeon_video.c   |   46 -
 94 files changed, 3099 insertions(+), 9641 deletions(-)

New commits:
commit 84a37d0ed01a2eee80ee30b79ddfd7906decaff1
Author: Michel Dänzer [EMAIL PROTECTED]
Date:   Fri Aug 24 09:39:58 2007 +0200

Revert radeon: Round down RMX stretch ratios.

This reverts commit 6b736a5c25d968bb09e229e0fbb82162e8447783.

See https://bugs.freedesktop.org/show_bug.cgi?id=8983#c6 and
https://bugzilla.novell.com/show_bug.cgi?id=220724 .

diff --git a/src/radeon_driver.c b/src/radeon_driver.c
index 418b39d..2288126 100644
--- a/src/radeon_driver.c
+++ b/src/radeon_driver.c
@@ -5796,23 +5796,21 @@ static void RADEONInitRMXRegisters(ScrnInfoPtr pScrn, 
RADEONSavePtr save,
 if (Hratio == 1.0 || !(mode-Flags  RADEON_USE_RMX)) {
save-fp_horz_stretch |= ((xres/8-1)16);
 } else {
-   save-fp_horz_stretch |= unsigned long)
-   (Hratio * RADEON_HORZ_STRETCH_RATIO_MAX)) 
-  RADEON_HORZ_STRETCH_RATIO_MASK) |
- RADEON_HORZ_STRETCH_BLEND |
- RADEON_HORZ_STRETCH_ENABLE |
- ((info-PanelXRes/8-1)16));
+   save-fp_horz_stretch |= unsigned long)(Hratio * 
RADEON_HORZ_STRETCH_RATIO_MAX +
+0.5))  RADEON_HORZ_STRETCH_RATIO_MASK) |
+   RADEON_HORZ_STRETCH_BLEND |
+   RADEON_HORZ_STRETCH_ENABLE |
+   ((info-PanelXRes/8-1)16));
 

xserver-xorg-video-ati: Changes to 'refs/tags/xserver-xorg-video-ati-1_6.6.193-3'

2007-09-16 Thread Brice Goglin
Tag 'xserver-xorg-video-ati-1_6.6.193-3' created by Brice Goglin [EMAIL 
PROTECTED] at 2007-09-16 19:41 +

Tagging upload of xserver-xorg-video-ati 1:6.6.193-3 to unstable.

Changes since xserver-xorg-video-ati-1_6.6.193-2:
Alon Ziv (1):
  radeon: Sane handling of timeouts in WaitForVerticalSync(2).

Brice Goglin (2):
  Merge branch 'ati-6.7-branch' of 
git://git.freedesktop.org/git/xorg/driver/xf86-video-ati into debian-unstable
  Build against Xserver 2:1.4-1

Dave Airlie (1):
  radeon: bug 11899 + debian 435040 - test for usefbdev before calling int10

Henry Zhao (1):
  radeon: bug 11725: fix mergedfb transient vertical bar

Luc Verhaegen (1):
  AGPFastWrite risk reduction.

Michel Dänzer (2):
  radeon: Remove declarations of unused variables.
  Revert radeon: Round down RMX stretch ratios.

Roland Bär (2):
  radeon: bug 11860 fix some mem leaks
  radeon: bug 11861 - dead code removal in radeon_video.c

Sascha Sommer (1):
  radeon: Round down RMX stretch ratios.

iLisa Wu (1):
  Fix crash with no valid mode in xorg.conf's modelist and empty Virtual

---
 ChangeLog |   88 ++
 debian/changelog  |8 
 debian/control|2 -
 src/radeon.h  |   22 +++-
 src/radeon_dri.c  |   44 +++--
 src/radeon_driver.c   |   25 ++
 src/radeon_mergedfb.c |2 -
 src/radeon_modes.c|   24 +++--
 src/radeon_probe.c|1 
 src/radeon_video.c|7 +++
 10 files changed, 178 insertions(+), 45 deletions(-)
---


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



xserver-xorg-input-fpit: Changes to 'refs/tags/xserver-xorg-input-fpit-1_1.1.0-3'

2007-09-16 Thread David Nusinow
Tag 'xserver-xorg-input-fpit-1_1.1.0-3' created by David Nusinow [EMAIL 
PROTECTED] at 2007-09-16 20:41 +

Tagging upload of xserver-xorg-input-fpit-1_1.1.0-3 to unstable.

Changes since xserver-xorg-input-fpit-1_1.1.0-2:
David Nusinow (1):
  * Upload to unstable

---
 debian/changelog |6 ++
 1 file changed, 6 insertions(+)
---


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



xserver-xorg-input-hyperpen: Changes to 'refs/tags/xserver-xorg-input-hyperpen-1_1.1.0-3'

2007-09-16 Thread David Nusinow
Tag 'xserver-xorg-input-hyperpen-1_1.1.0-3' created by David Nusinow [EMAIL 
PROTECTED] at 2007-09-16 20:41 +

Tagging upload of xserver-xorg-input-hyperpen-1_1.1.0-3 to unstable.

Changes since xserver-xorg-input-hyperpen-1_1.1.0-2:
David Nusinow (1):
  * Upload to unstable

---
 debian/changelog |6 ++
 1 file changed, 6 insertions(+)
---


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



xserver-xorg-input-jamstudio: Changes to 'refs/tags/xserver-xorg-input-jamstudio-1_1.1.0-3'

2007-09-16 Thread David Nusinow
Tag 'xserver-xorg-input-jamstudio-1_1.1.0-3' created by David Nusinow [EMAIL 
PROTECTED] at 2007-09-16 20:41 +

Tagging upload of xserver-xorg-input-jamstudio-1_1.1.0-3 to unstable.

Changes since xserver-xorg-input-jamstudio-1_1.1.0-2:
David Nusinow (1):
  * Upload to unstable

---
 debian/changelog |6 ++
 1 file changed, 6 insertions(+)
---


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



xserver-xorg-input-joystick: Changes to 'refs/tags/xserver-xorg-input-joystick-1_1.2.3-3'

2007-09-16 Thread David Nusinow
Tag 'xserver-xorg-input-joystick-1_1.2.3-3' created by David Nusinow [EMAIL 
PROTECTED] at 2007-09-16 20:41 +

Tagging upload of xserver-xorg-input-joystick-1_1.2.3-3 to unstable.

Changes since xserver-xorg-input-joystick-1_1.2.3-2:
David Nusinow (1):
  * Upload to unstable

---
 debian/changelog |6 ++
 1 file changed, 6 insertions(+)
---


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



xserver-xorg-input-keyboard: Changes to 'refs/tags/xserver-xorg-input-keyboard-1_1.2.2-3'

2007-09-16 Thread David Nusinow
Tag 'xserver-xorg-input-keyboard-1_1.2.2-3' created by David Nusinow [EMAIL 
PROTECTED] at 2007-09-16 20:41 +

Tagging upload of xserver-xorg-input-keyboard-1_1.2.2-3 to unstable.

Changes since xserver-xorg-input-keyboard-1_1.2.2-1:
Brice Goglin (1):
  Add upstream URL to debian/copyright

David Nusinow (1):
  * Upload to unstable

---
 debian/changelog |   12 
 debian/copyright |3 +++
 2 files changed, 15 insertions(+)
---


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



xserver-xorg-input-magellan: Changes to 'refs/tags/xserver-xorg-input-magellan-1_1.1.1-2'

2007-09-16 Thread David Nusinow
Tag 'xserver-xorg-input-magellan-1_1.1.1-2' created by David Nusinow [EMAIL 
PROTECTED] at 2007-09-16 20:41 +

Tagging upload of xserver-xorg-input-magellan-1_1.1.1-2 to unstable.

Changes since xserver-xorg-input-magellan-1_1.1.1-1:
David Nusinow (1):
  * Upload to unstable

---
 debian/changelog |6 ++
 1 file changed, 6 insertions(+)
---


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



xserver-xorg-input-magictouch: Changes to 'refs/tags/xserver-xorg-input-magictouch-1_1.0.0.5-5'

2007-09-16 Thread David Nusinow
Tag 'xserver-xorg-input-magictouch-1_1.0.0.5-5' created by David Nusinow 
[EMAIL PROTECTED] at 2007-09-16 20:41 +

Tagging upload of xserver-xorg-input-magictouch-1_1.0.0.5-5 to unstable.

Changes since xserver-xorg-input-magictouch-1_1.0.0.5-4:
David Nusinow (1):
  * Upload to unstable

---
 debian/changelog |6 ++
 1 file changed, 6 insertions(+)
---


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



xserver-xorg-input-microtouch: Changes to 'refs/tags/xserver-xorg-input-microtouch-1_1.1.1-2'

2007-09-16 Thread David Nusinow
Tag 'xserver-xorg-input-microtouch-1_1.1.1-2' created by David Nusinow [EMAIL 
PROTECTED] at 2007-09-16 20:41 +

Tagging upload of xserver-xorg-input-microtouch-1_1.1.1-2 to unstable.

Changes since xserver-xorg-input-microtouch-1_1.1.1-1:
David Nusinow (1):
  * Upload to unstable

---
 debian/changelog |6 ++
 1 file changed, 6 insertions(+)
---


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



xserver-xorg-input-mouse: Changes to 'refs/tags/xserver-xorg-input-mouse-1_1.2.2-5'

2007-09-16 Thread David Nusinow
Tag 'xserver-xorg-input-mouse-1_1.2.2-5' created by David Nusinow [EMAIL 
PROTECTED] at 2007-09-16 20:41 +

Tagging upload of xserver-xorg-input-mouse-1_1.2.2-5 to unstable.

Changes since xserver-xorg-input-mouse-1_1.2.2-3:
Brice Goglin (1):
  Add upstream URL to debian/copyright

David Nusinow (1):
  * Upload to unstable

---
 debian/changelog |   12 
 debian/copyright |3 +++
 2 files changed, 15 insertions(+)
---


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



xserver-xorg-input-mutouch: Changes to 'refs/tags/xserver-xorg-input-mutouch-1_1.1.0-3'

2007-09-16 Thread David Nusinow
Tag 'xserver-xorg-input-mutouch-1_1.1.0-3' created by David Nusinow [EMAIL 
PROTECTED] at 2007-09-16 20:41 +

Tagging upload of xserver-xorg-input-mutouch-1_1.1.0-3 to unstable.

Changes since xserver-xorg-input-mutouch-1_1.1.0-2:
David Nusinow (1):
  * Upload to unstable

---
 debian/changelog |6 ++
 1 file changed, 6 insertions(+)
---


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



xserver-xorg-input-palmax: Changes to 'refs/tags/xserver-xorg-input-palmax-1_1.1.0-3'

2007-09-16 Thread David Nusinow
Tag 'xserver-xorg-input-palmax-1_1.1.0-3' created by David Nusinow [EMAIL 
PROTECTED] at 2007-09-16 20:41 +

Tagging upload of xserver-xorg-input-palmax-1_1.1.0-3 to unstable.

Changes since xserver-xorg-input-palmax-1_1.1.0-2:
David Nusinow (1):
  * Upload to unstable

---
 debian/changelog |6 ++
 1 file changed, 6 insertions(+)
---


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



xserver-xorg-input-penmount: Changes to 'refs/tags/xserver-xorg-input-penmount-1_1.2.1-2'

2007-09-16 Thread David Nusinow
Tag 'xserver-xorg-input-penmount-1_1.2.1-2' created by David Nusinow [EMAIL 
PROTECTED] at 2007-09-16 20:41 +

Tagging upload of xserver-xorg-input-penmount-1_1.2.1-2 to unstable.

Changes since xserver-xorg-input-penmount-1_1.2.1-1:
David Nusinow (1):
  * Upload to unstable

---
 debian/changelog |6 ++
 1 file changed, 6 insertions(+)
---


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



xserver-xorg-input-spaceorb: Changes to 'refs/tags/xserver-xorg-input-spaceorb-1_1.1.1-2'

2007-09-16 Thread David Nusinow
Tag 'xserver-xorg-input-spaceorb-1_1.1.1-2' created by David Nusinow [EMAIL 
PROTECTED] at 2007-09-16 20:41 +

Tagging upload of xserver-xorg-input-spaceorb-1_1.1.1-2 to unstable.

Changes since xserver-xorg-input-spaceorb-1_1.1.1-1:
David Nusinow (1):
  * Upload to unstable

---
 debian/changelog |6 ++
 1 file changed, 6 insertions(+)
---


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



xserver-xorg-input-summa: Changes to 'refs/tags/xserver-xorg-input-summa-1_1.1.0-4'

2007-09-16 Thread David Nusinow
Tag 'xserver-xorg-input-summa-1_1.1.0-4' created by David Nusinow [EMAIL 
PROTECTED] at 2007-09-16 20:41 +

Tagging upload of xserver-xorg-input-summa-1_1.1.0-4 to unstable.

Changes since xserver-xorg-input-summa-1_1.1.0-3:
David Nusinow (1):
  * Upload to unstable

---
 debian/changelog |6 ++
 1 file changed, 6 insertions(+)
---


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



xserver-xorg-input-tek4957: Changes to 'refs/tags/xserver-xorg-input-tek4957-1_1.1.0-4'

2007-09-16 Thread David Nusinow
Tag 'xserver-xorg-input-tek4957-1_1.1.0-4' created by David Nusinow [EMAIL 
PROTECTED] at 2007-09-16 20:42 +

Tagging upload of xserver-xorg-input-tek4957-1_1.1.0-4 to unstable.

Changes since xserver-xorg-input-tek4957-1_1.1.0-3:
David Nusinow (1):
  * Upload to unstable

---
 debian/changelog |6 ++
 1 file changed, 6 insertions(+)
---


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



xserver-xorg-input-ur98: Changes to 'refs/tags/xserver-xorg-input-ur98-1_1.1.0-4'

2007-09-16 Thread David Nusinow
Tag 'xserver-xorg-input-ur98-1_1.1.0-4' created by David Nusinow [EMAIL 
PROTECTED] at 2007-09-16 20:42 +

Tagging upload of xserver-xorg-input-ur98-1_1.1.0-4 to unstable.

Changes since xserver-xorg-input-ur98-1_1.1.0-3:
David Nusinow (1):
  * Upload to unstable

---
 debian/changelog |6 ++
 1 file changed, 6 insertions(+)
---


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



xserver-xorg-input-void: Changes to 'refs/tags/xserver-xorg-input-void-1_1.1.1-2'

2007-09-16 Thread David Nusinow
Tag 'xserver-xorg-input-void-1_1.1.1-2' created by David Nusinow [EMAIL 
PROTECTED] at 2007-09-16 20:42 +

Tagging upload of xserver-xorg-input-void-1_1.1.1-2 to unstable.

Changes since xserver-xorg-input-void-1_1.1.1-1:
David Nusinow (1):
  * Upload to unstable

---
 debian/changelog |6 ++
 1 file changed, 6 insertions(+)
---


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



xserver-xorg-input-vmmouse: Changes to 'refs/tags/xserver-xorg-input-vmmouse-1_12.4.2-3'

2007-09-16 Thread David Nusinow
Tag 'xserver-xorg-input-vmmouse-1_12.4.2-3' created by David Nusinow [EMAIL 
PROTECTED] at 2007-09-16 20:42 +

Tagging upload of xserver-xorg-input-vmmouse-1_12.4.2-3 to unstable.

Changes since xserver-xorg-input-vmmouse-1_12.4.2-1:
Brice Goglin (1):
  Fix upstream URL in debian/copyright

David Nusinow (1):
  * Upload to unstable

---
 debian/changelog |   12 
 debian/copyright |1 -
 2 files changed, 12 insertions(+), 1 deletion(-)
---


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



xserver-xorg-video-apm: Changes to 'debian-unstable'

2007-09-16 Thread David Nusinow
 Makefile.in   |  131 ++-
 aclocal.m4|  676 +---
 configure | 1131 +-
 debian/changelog  |   23 
 debian/control|4 
 debian/copyright  |3 
 debian/patches/01_gen_pci_ids.diff|   19 
 debian/patches/series |1 
 debian/rules  |4 
 debian/xserver-xorg-video-apm.install |1 
 debian/xsfbs/xsfbs.mk |   27 
 debian/xsfbs/xsfbs.sh |7 
 man/Makefile.in   |   98 +-
 src/Makefile.in   |  158 ++--
 14 files changed, 1432 insertions(+), 851 deletions(-)

New commits:
commit 633a8e36e5bce791e59e14492ff4c14cd73a3670
Author: David Nusinow [EMAIL PROTECTED]
Date:   Sun Sep 16 16:18:35 2007 -0400

* Upload to unstable

diff --git a/debian/changelog b/debian/changelog
index f4ea1ca..daf88b3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+xserver-xorg-video-apm (1:1.1.1-10) unstable; urgency=low
+
+  * Upload to unstable
+
+ -- David Nusinow [EMAIL PROTECTED]  Sun, 16 Sep 2007 15:43:42 -0400
+
 xserver-xorg-video-apm (1:1.1.1-9) experimental; urgency=low
 
   * Add 01_gen_pci_ids.diff

commit 944af45307ba9fe0d7e4f0776a3c65e142a8383c
Author: David Nusinow [EMAIL PROTECTED]
Date:   Fri Sep 14 00:59:24 2007 -0400

* Add 01_gen_pci_ids.diff
  This patch provides a set of PCI ID's supported by this driver so that it
  can be autoloaded by the X server
  + Enable our patch system and add quilt as a build-dep

diff --git a/Makefile.in b/Makefile.in
index c8fcef8..8e3d860 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,8 +1,8 @@
-# Makefile.in generated by automake 1.9.6 from Makefile.am.
+# Makefile.in generated by automake 1.10 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005  Free Software Foundation, Inc.
+# 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
 # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
 # with or without modifications, as long as this notice is preserved.
@@ -33,15 +33,11 @@
 #  ADAM JACKSON BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
 #  IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
 #  CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-srcdir = @srcdir@
-top_srcdir = @top_srcdir@
 VPATH = @srcdir@
 pkgdatadir = $(datadir)/@PACKAGE@
 pkglibdir = $(libdir)/@PACKAGE@
 pkgincludedir = $(includedir)/@PACKAGE@
-top_builddir = .
 am__cd = CDPATH=$${ZSH_VERSION+.}$(PATH_SEPARATOR)  cd
-INSTALL = @INSTALL@
 install_sh_DATA = $(install_sh) -c -m 644
 install_sh_PROGRAM = $(install_sh) -c
 install_sh_SCRIPT = $(install_sh) -c
@@ -55,17 +51,17 @@ PRE_UNINSTALL = :
 POST_UNINSTALL = :
 build_triplet = @build@
 host_triplet = @host@
+subdir = .
 DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
$(srcdir)/Makefile.in $(srcdir)/config.h.in \
$(top_srcdir)/configure COPYING ChangeLog config.guess \
config.sub depcomp install-sh ltmain.sh missing mkinstalldirs
-subdir = .
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
- configure.lineno configure.status.lineno
+ configure.lineno config.status.lineno
 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 CONFIG_HEADER = config.h
 CONFIG_CLEAN_FILES =
@@ -73,10 +69,13 @@ SOURCES =
 DIST_SOURCES =
 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
html-recursive info-recursive install-data-recursive \
-   install-exec-recursive install-info-recursive \
-   install-recursive installcheck-recursive installdirs-recursive \
-   pdf-recursive ps-recursive uninstall-info-recursive \
-   uninstall-recursive
+   install-dvi-recursive install-exec-recursive \
+   install-html-recursive install-info-recursive \
+   install-pdf-recursive install-ps-recursive install-recursive \
+   installcheck-recursive installdirs-recursive pdf-recursive \
+   ps-recursive uninstall-recursive
+RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive\
+  distclean-recursive maintainer-clean-recursive
 ETAGS = etags
 CTAGS = ctags
 DIST_SUBDIRS = $(SUBDIRS)
@@ -94,8 +93,6 @@ distcleancheck_listfiles = find . -type f -print
 ACLOCAL = @ACLOCAL@
 ADMIN_MAN_DIR = @ADMIN_MAN_DIR@
 ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@
-AMDEP_FALSE = @AMDEP_FALSE@
-AMDEP_TRUE = @AMDEP_TRUE@
 AMTAR = @AMTAR@
 APP_MAN_DIR = @APP_MAN_DIR@
 APP_MAN_SUFFIX = @APP_MAN_SUFFIX@
@@ -104,10 +101,6 @@ AUTOCONF = @AUTOCONF@
 

xserver-xorg-video-ark: Changes to 'debian-unstable'

2007-09-16 Thread David Nusinow
 Makefile.in   |  125 ++-
 aclocal.m4|  676 +---
 configure | 1119 +-
 debian/changelog  |   23 
 debian/control|4 
 debian/copyright  |3 
 debian/patches/01_gen_pci_ids.diff|   19 
 debian/patches/series |1 
 debian/rules  |4 
 debian/xserver-xorg-video-ark.install |1 
 debian/xsfbs/xsfbs.mk |   27 
 debian/xsfbs/xsfbs.sh |7 
 src/Makefile.in   |  152 ++--
 13 files changed, 1381 insertions(+), 780 deletions(-)

New commits:
commit f7e5ef153e07bb7eb36584793a659a9333ed97b2
Author: David Nusinow [EMAIL PROTECTED]
Date:   Sun Sep 16 16:18:35 2007 -0400

* Upload to unstable

diff --git a/debian/changelog b/debian/changelog
index 2b5d2af..25312a3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+xserver-xorg-video-ark (1:0.6.0-9) unstable; urgency=low
+
+  * Upload to unstable
+
+ -- David Nusinow [EMAIL PROTECTED]  Sun, 16 Sep 2007 15:43:42 -0400
+
 xserver-xorg-video-ark (1:0.6.0-8) experimental; urgency=low
 
   * Add 01_gen_pci_ids.diff

commit 35cbaf601e88bd9838a866c0d5933412d9b2b2f8
Author: David Nusinow [EMAIL PROTECTED]
Date:   Fri Sep 14 00:47:47 2007 -0400

* Add 01_gen_pci_ids.diff
  This patch provides a set of PCI ID's that are supported by this driver so
  that it can be autoloaded by the X server
  + Enable our patch system and add quilt as a build-dep

diff --git a/Makefile.in b/Makefile.in
index 384ed3a..0589230 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,8 +1,8 @@
-# Makefile.in generated by automake 1.9.6 from Makefile.am.
+# Makefile.in generated by automake 1.10 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005  Free Software Foundation, Inc.
+# 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
 # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
 # with or without modifications, as long as this notice is preserved.
@@ -33,15 +33,11 @@
 #  ADAM JACKSON BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
 #  IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
 #  CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-srcdir = @srcdir@
-top_srcdir = @top_srcdir@
 VPATH = @srcdir@
 pkgdatadir = $(datadir)/@PACKAGE@
 pkglibdir = $(libdir)/@PACKAGE@
 pkgincludedir = $(includedir)/@PACKAGE@
-top_builddir = .
 am__cd = CDPATH=$${ZSH_VERSION+.}$(PATH_SEPARATOR)  cd
-INSTALL = @INSTALL@
 install_sh_DATA = $(install_sh) -c -m 644
 install_sh_PROGRAM = $(install_sh) -c
 install_sh_SCRIPT = $(install_sh) -c
@@ -55,17 +51,17 @@ PRE_UNINSTALL = :
 POST_UNINSTALL = :
 build_triplet = @build@
 host_triplet = @host@
+subdir = .
 DIST_COMMON = $(am__configure_deps) $(srcdir)/Makefile.am \
$(srcdir)/Makefile.in $(srcdir)/config.h.in \
$(top_srcdir)/configure COPYING ChangeLog config.guess \
config.sub depcomp install-sh ltmain.sh missing mkinstalldirs
-subdir = .
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
- configure.lineno configure.status.lineno
+ configure.lineno config.status.lineno
 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 CONFIG_HEADER = config.h
 CONFIG_CLEAN_FILES =
@@ -73,10 +69,13 @@ SOURCES =
 DIST_SOURCES =
 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
html-recursive info-recursive install-data-recursive \
-   install-exec-recursive install-info-recursive \
-   install-recursive installcheck-recursive installdirs-recursive \
-   pdf-recursive ps-recursive uninstall-info-recursive \
-   uninstall-recursive
+   install-dvi-recursive install-exec-recursive \
+   install-html-recursive install-info-recursive \
+   install-pdf-recursive install-ps-recursive install-recursive \
+   installcheck-recursive installdirs-recursive pdf-recursive \
+   ps-recursive uninstall-recursive
+RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive\
+  distclean-recursive maintainer-clean-recursive
 ETAGS = etags
 CTAGS = ctags
 DIST_SUBDIRS = $(SUBDIRS)
@@ -94,8 +93,6 @@ distcleancheck_listfiles = find . -type f -print
 ACLOCAL = @ACLOCAL@
 ADMIN_MAN_DIR = @ADMIN_MAN_DIR@
 ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@
-AMDEP_FALSE = @AMDEP_FALSE@
-AMDEP_TRUE = @AMDEP_TRUE@
 AMTAR = @AMTAR@
 APP_MAN_DIR = @APP_MAN_DIR@
 APP_MAN_SUFFIX = @APP_MAN_SUFFIX@
@@ -131,6 +128,7 @@ FILE_MAN_DIR = @FILE_MAN_DIR@
 FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@
 

xserver-xorg-video-chips: Changes to 'debian-unstable'

2007-09-16 Thread David Nusinow
 Makefile.in |  131 +--
 aclocal.m4  |  676 ---
 configure   | 1131 +++-
 debian/changelog|   23 
 debian/control  |4 
 debian/copyright|3 
 debian/patches/03_gen_pci_ids.diff  |   24 
 debian/patches/series   |1 
 debian/xserver-xorg-video-chips.install |1 
 debian/xsfbs/xsfbs.mk   |   27 
 debian/xsfbs/xsfbs.sh   |7 
 man/Makefile.in |   98 +-
 src/Makefile.in |  184 +++--
 util/Makefile.in|  120 +--
 14 files changed, 1507 insertions(+), 923 deletions(-)

New commits:
commit dbc8ccef91f13a7010167609bd128f222c9c8ef1
Author: David Nusinow [EMAIL PROTECTED]
Date:   Sun Sep 16 16:18:35 2007 -0400

* Upload to unstable

diff --git a/debian/changelog b/debian/changelog
index ad40cf3..99d82c2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+xserver-xorg-video-chips (1:1.1.1-9) unstable; urgency=low
+
+  * Upload to unstable
+
+ -- David Nusinow [EMAIL PROTECTED]  Sun, 16 Sep 2007 15:43:43 -0400
+
 xserver-xorg-video-chips (1:1.1.1-8) experimental; urgency=low
 
   * Add 03_gen_pci_ids.diff

commit b49b609ba8d1b9b553d94d977becc0705bb78f36
Author: David Nusinow [EMAIL PROTECTED]
Date:   Fri Sep 14 00:36:26 2007 -0400

* Add 03_gen_pci_ids.diff
  This patch adds a set of PCI ID's that are supported by this driver so
  that it can be autoloaded by the X server

diff --git a/Makefile.in b/Makefile.in
index 10f7a6d..ed0a8c5 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,8 +1,8 @@
-# Makefile.in generated by automake 1.9.6 from Makefile.am.
+# Makefile.in generated by automake 1.10 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005  Free Software Foundation, Inc.
+# 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
 # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
 # with or without modifications, as long as this notice is preserved.
@@ -33,15 +33,11 @@
 #  ADAM JACKSON BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
 #  IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
 #  CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-srcdir = @srcdir@
-top_srcdir = @top_srcdir@
 VPATH = @srcdir@
 pkgdatadir = $(datadir)/@PACKAGE@
 pkglibdir = $(libdir)/@PACKAGE@
 pkgincludedir = $(includedir)/@PACKAGE@
-top_builddir = .
 am__cd = CDPATH=$${ZSH_VERSION+.}$(PATH_SEPARATOR)  cd
-INSTALL = @INSTALL@
 install_sh_DATA = $(install_sh) -c -m 644
 install_sh_PROGRAM = $(install_sh) -c
 install_sh_SCRIPT = $(install_sh) -c
@@ -55,17 +51,17 @@ PRE_UNINSTALL = :
 POST_UNINSTALL = :
 build_triplet = @build@
 host_triplet = @host@
+subdir = .
 DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
$(srcdir)/Makefile.in $(srcdir)/config.h.in \
$(top_srcdir)/configure COPYING ChangeLog compile config.guess \
config.sub depcomp install-sh ltmain.sh missing mkinstalldirs
-subdir = .
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
- configure.lineno configure.status.lineno
+ configure.lineno config.status.lineno
 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 CONFIG_HEADER = config.h
 CONFIG_CLEAN_FILES =
@@ -73,10 +69,13 @@ SOURCES =
 DIST_SOURCES =
 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
html-recursive info-recursive install-data-recursive \
-   install-exec-recursive install-info-recursive \
-   install-recursive installcheck-recursive installdirs-recursive \
-   pdf-recursive ps-recursive uninstall-info-recursive \
-   uninstall-recursive
+   install-dvi-recursive install-exec-recursive \
+   install-html-recursive install-info-recursive \
+   install-pdf-recursive install-ps-recursive install-recursive \
+   installcheck-recursive installdirs-recursive pdf-recursive \
+   ps-recursive uninstall-recursive
+RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive\
+  distclean-recursive maintainer-clean-recursive
 ETAGS = etags
 CTAGS = ctags
 DIST_SUBDIRS = $(SUBDIRS)
@@ -94,8 +93,6 @@ distcleancheck_listfiles = find . -type f -print
 ACLOCAL = @ACLOCAL@
 ADMIN_MAN_DIR = @ADMIN_MAN_DIR@
 ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@
-AMDEP_FALSE = @AMDEP_FALSE@
-AMDEP_TRUE = @AMDEP_TRUE@
 AMTAR = @AMTAR@
 APP_MAN_DIR = @APP_MAN_DIR@
 APP_MAN_SUFFIX = @APP_MAN_SUFFIX@
@@ -104,12 +101,6 @@ AUTOCONF = @AUTOCONF@
 AUTOHEADER = 

xserver-xorg-video-cirrus: Changes to 'debian-unstable'

2007-09-16 Thread David Nusinow
 Makefile.in  |  125 +--
 aclocal.m4   |  676 --
 configure| 1119 +++
 debian/changelog |   23 
 debian/control   |4 
 debian/copyright |3 
 debian/patches/01_gen_pci_ids.diff   |   27 
 debian/patches/series|1 
 debian/rules |4 
 debian/xserver-xorg-video-cirrus.install |1 
 debian/xsfbs/xsfbs.mk|   27 
 debian/xsfbs/xsfbs.sh|7 
 man/Makefile.in  |   92 +-
 src/Makefile.in  |  164 ++--
 14 files changed, 1442 insertions(+), 831 deletions(-)

New commits:
commit a7847b7641890229d92bba7b28389921a2c07688
Author: David Nusinow [EMAIL PROTECTED]
Date:   Sun Sep 16 16:18:36 2007 -0400

* Upload to unstable

diff --git a/debian/changelog b/debian/changelog
index 24f4b8a..b88413e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+xserver-xorg-video-cirrus (1:1.1.0-8) unstable; urgency=low
+
+  * Upload to unstable
+
+ -- David Nusinow [EMAIL PROTECTED]  Sun, 16 Sep 2007 15:43:43 -0400
+
 xserver-xorg-video-cirrus (1:1.1.0-7) experimental; urgency=low
 
   * Add 01_gen_pci_ids.diff

commit b82deb6569cdba76e4c43c5b96d1348c796243b8
Author: David Nusinow [EMAIL PROTECTED]
Date:   Fri Sep 14 00:27:59 2007 -0400

* Add 01_gen_pci_ids.diff
  This patch provides a set of PCI ID's supported by this driver so that it
  can be autoloaded by the X server

diff --git a/Makefile.in b/Makefile.in
index 0db2dbe..9d96bfb 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,8 +1,8 @@
-# Makefile.in generated by automake 1.9.6 from Makefile.am.
+# Makefile.in generated by automake 1.10 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005  Free Software Foundation, Inc.
+# 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
 # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
 # with or without modifications, as long as this notice is preserved.
@@ -33,15 +33,11 @@
 #  ADAM JACKSON BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
 #  IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
 #  CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-srcdir = @srcdir@
-top_srcdir = @top_srcdir@
 VPATH = @srcdir@
 pkgdatadir = $(datadir)/@PACKAGE@
 pkglibdir = $(libdir)/@PACKAGE@
 pkgincludedir = $(includedir)/@PACKAGE@
-top_builddir = .
 am__cd = CDPATH=$${ZSH_VERSION+.}$(PATH_SEPARATOR)  cd
-INSTALL = @INSTALL@
 install_sh_DATA = $(install_sh) -c -m 644
 install_sh_PROGRAM = $(install_sh) -c
 install_sh_SCRIPT = $(install_sh) -c
@@ -55,17 +51,17 @@ PRE_UNINSTALL = :
 POST_UNINSTALL = :
 build_triplet = @build@
 host_triplet = @host@
+subdir = .
 DIST_COMMON = $(am__configure_deps) $(srcdir)/Makefile.am \
$(srcdir)/Makefile.in $(srcdir)/config.h.in \
$(top_srcdir)/configure COPYING ChangeLog config.guess \
config.sub depcomp install-sh ltmain.sh missing mkinstalldirs
-subdir = .
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
- configure.lineno configure.status.lineno
+ configure.lineno config.status.lineno
 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 CONFIG_HEADER = config.h
 CONFIG_CLEAN_FILES =
@@ -73,10 +69,13 @@ SOURCES =
 DIST_SOURCES =
 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
html-recursive info-recursive install-data-recursive \
-   install-exec-recursive install-info-recursive \
-   install-recursive installcheck-recursive installdirs-recursive \
-   pdf-recursive ps-recursive uninstall-info-recursive \
-   uninstall-recursive
+   install-dvi-recursive install-exec-recursive \
+   install-html-recursive install-info-recursive \
+   install-pdf-recursive install-ps-recursive install-recursive \
+   installcheck-recursive installdirs-recursive pdf-recursive \
+   ps-recursive uninstall-recursive
+RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive\
+  distclean-recursive maintainer-clean-recursive
 ETAGS = etags
 CTAGS = ctags
 DIST_SUBDIRS = $(SUBDIRS)
@@ -94,8 +93,6 @@ distcleancheck_listfiles = find . -type f -print
 ACLOCAL = @ACLOCAL@
 ADMIN_MAN_DIR = @ADMIN_MAN_DIR@
 ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@
-AMDEP_FALSE = @AMDEP_FALSE@
-AMDEP_TRUE = @AMDEP_TRUE@
 AMTAR = @AMTAR@
 APP_MAN_DIR = @APP_MAN_DIR@
 APP_MAN_SUFFIX = @APP_MAN_SUFFIX@
@@ -130,6 +127,7 @@ FFLAGS = @FFLAGS@
 FILE_MAN_DIR = @FILE_MAN_DIR@
 

  1   2   3   4   >