Re: Git Migration

2007-01-28 Thread Drew Parsons
David wrote:
> I'll get started on the video
> drivers tomorrow night, although it'll probably take two days or so since
> there's more of them, and at least i810 needs some hand-holding.


I propose omitting the i810-modesetting driver from git.

I understood them to say they're planning to merge the upstream
modesetting branch back into head soon, as in the next couple of weeks,
maybe for X11R7.2 or for X11R7.3 at any rate.  If this is the case then
there's no need for us to continue carrying the separate package and
branch.  Maybe we might as well stick with upstream head for now and
wait and see if they do make the merge by the time we've got the rest
of X11R7.2 ready in unstable. If they take longer about it, then we can
think about adding our own modesetting branch later, and until then we
could always at any rate update i810-modesetting in svn as a special
case.

If we do bring the modesetting branch into git, then I propose we
simply fold it back into i810, as a git branch.  That is, treat the
modesetting branch the same way upstream treats it.  I imagine we'd call
the branch "debian-unstable-modesetting" (with or without a matching
"upstream-*-modesetting").

Drew


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



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

2007-01-28 Thread David Nusinow
New branch 'upstream-unstable' available with the following commits:
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 429c09c23ddcff2327f8fb440eacf11295bbad9e
Author: Adam Jackson <[EMAIL PROTECTED]>
Date:   Mon Dec 19 16:25:52 2005 +

Stub COPYING files

commit c1cad39b67f1a9229fa2663dec587c6c62bef820
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Thu Dec 15 00:24:16 2005 +

Update package version number for final X11R7 release candidate.

commit d9baa5df34b0801ca5dc90cf580634173ba1eb51
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Tue Dec 6 22:48:33 2005 +

Change *man_SOURCES ==> *man_PRE to fix autotools warnings.

commit ff1ec8d783358483d3472ff2c6ab4bf97348bcbf
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Sat Dec 3 05:49:32 2005 +

Update package version number for X11R7 RC3 release.

commit 2fe342f45978ed2e13f90b9892efc95aaff2d037
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Fri Dec 2 02:16:07 2005 +

Remove extraneous AC_MSG_RESULT.

commit 11ff1a1c711802ffe74320d9f95103a95eb4ec59
Author: Adam Jackson <[EMAIL PROTECTED]>
Date:   Tue Nov 29 23:29:57 2005 +

Only build dlloader modules by default.

commit cefe695dd786f8fce1dcd2d3d1bccfd5284ad343
Author: Alan Coopersmith <[EMAIL PROTECTED]>
Date:   Mon Nov 28 22:04:08 2005 +

Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4
update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir)

commit 1612ace03afc9defb6e7a8334173d39cb9a9a651
Author: Eric Anholt <[EMAIL PROTECTED]>
Date:   Mon Nov 21 10:49:09 2005 +

Add .cvsignores for drivers.

commit 9532f922ef6359ec0f1a6cb3c4d34227e799a6a2
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Wed Nov 9 21:15:13 2005 +

Update package version number for X11R7 RC2 release.

commit 0ac4a936a400e4b983735dd23339f9e4599b712d
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Tue Nov 1 15:08:51 2005 +

Update pkgcheck depedencies to work with separate build roots.

commit 643abf4985c4c7d944922f04394c2614d8ded8f6
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Wed Oct 19 02:48:02 2005 +

Update package version number for RC1 release.

commit 54d8c33f2836b997bf335b1102857713cc01fc46
Author: Alan Coopersmith <[EMAIL PROTECTED]>
Date:   Tue Oct 18 00:01:52 2005 +

Use @DRIVER_MAN_SUFFIX@ instead of $(DRIVER_MAN_SUFFIX) in macro
substitutions to work better with BSD make

commit 7ea73adfdf2f51ee2fb4c6792b568e541ecfec87
Author: Adam Jackson <[EMAIL PROTECTED]>
Date:   Mon Oct 17 22:57:31 2005 +

More 1.7 braindamage: define EXTRA_DIST in terms of @DRIVER_NAME@ instead
of indirectly

commit 8b5aa932d49cdd8e63f268fefe4d9b49d8dbf1fe
Author: Alan Coopersmith <[EMAIL PROTECTED]>
Date:   Mon Oct 17 00:09:01 2005 +

Use sed & cpp to substitute variables in driver man pages

commit cf1cca6730d8fe692abb368d43179143a270e4f5
Author: Daniel Stone <[EMAIL PROTECTED]>
Date:   Thu Aug 18 09:03:45 2005 +

Update autogen.sh to one that does objdir != srcdir.

commit f584f76032e3e9aaf17b9206489cc77c98de3c00
Author: Søren Sandmann Pedersen <[EMAIL PROTECTED]>
Date:   Wed Aug 10 14:07:24 2005 +

Don\'t lose existing CFLAGS in all the input drivers and some of the video
drivers

commit a52b710c9571c8e39ec77ddde666f6322b79ce72
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Fri Jul 29 21:22:42 2005 +

Various changes preparing packages for RC0:
- Verify and update package version numbers as needed
- Implement versioning scheme
- Change bug address to point to bugzilla bug entry form
- Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to
reenable it)
- Fix makedepend to use pkgconfig and pass distcheck
- Update build script to build macros first
- Update modular Xorg version

commit 960184a2b6861d2573209b51012d7af8046ce77e
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Wed Jul 13 20:03:23 2005 +

Make the module dir configurable

commit 9e2a5fdbab3897cf3466b2c88dddc410edbb56a6
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Wed Jul 13 02:21:04 2005 +

Update all input drivers to pass distcheck

commit 60de355bced56d6af0e21102992e1dce543bce61
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Wed Jul 13 02:18:12 2005 +

Change input drivers to get keysym's from .

commit 22ab30324b65b1f37badcacaaf0a89ddb9352e50
Author: Adam Jackson <[EMAIL PROTECTED]>
Date:   Tue Jul 12 06:15:10 2005 +

Build skeletons for input drivers. Should basically work.

commit e96e138c6ce23290555e4acafb0d57b4ec0ed8a5
Author: Adam

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

2007-01-28 Thread David Nusinow
New branch 'debian-unstable' available with the following commits:
commit e763e8ad6c206caec1aeff7562828aa3f9e8ccb2
Author: Julien Cristau <[EMAIL PROTECTED]>
Date:   Tue Nov 7 06:46:29 2006 +

For each driver, add a symlink to xserver-xorg-core's bug script, so that 
each
new bugreport contains the user's config and log files.  Bump dependencies 
on
xserver-xorg-core to >= 2:1.1.1-11, to make sure that the bug script is
present.

commit 82f1bda9f40f8785b5f5ae393514e82bb6c529db
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Sun Oct 8 04:04:08 2006 +

* Version build-depends on xserver-xorg-dev and depends on xserver-xorg-core
  to 2:1.1.1 or greater
* Remove Fabio from uploaders with his permission. He's always welcome back.

commit 633f97a91994378cf2b275d27a84de739dc85841
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Sun Oct 8 03:15:55 2006 +

Prepare changelog for upload

commit 3e8e9d389b0b6d29e3f89950a9f48debd8473e1c
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Sun Oct 8 03:13:20 2006 +

* Bump standards version to 3.7.2.2. No changes needed.

commit 8775c09453500ad2382e5f20d59f3d1e40802234
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Sun Oct 8 03:12:15 2006 +

* Exclude void_drv.la from dh_install

commit 6f9ea82d83542b7c96c25628b07587b209337769
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Sun Oct 8 03:11:22 2006 +

* New upstream release. Fixes FTBFS with new server. Thanks Daniel Schepler.
  Closes: #391371

commit fcb05ce7c06033bac3b2dfc7e8ad364f980e55aa
Author: Thierry Reding <[EMAIL PROTECTED]>
Date:   Tue Sep 26 10:26:34 2006 +

Add some more watch files.

commit 61cd947995cc4515f24ceeda477ff6d0faf6931f
Author: Steve Langasek <[EMAIL PROTECTED]>
Date:   Mon Sep 18 08:03:56 2006 +

merge 7.1 onto trunk for all input drivers -- packaging fixes only for
everything except keyboard and mouse, so no uploads needed, but no
reason to keep non-7.1 changes on a 7.1 branch we're abandoning, either

commit 485f3502c0def529f7d97e8c8b69c659cfc0c8ea
Author: Steve Langasek <[EMAIL PROTECTED]>
Date:   Mon Sep 18 06:48:25 2006 +

more fixes for unversioned directory names (input drivers)

commit 95ad8f003628d30685d61394ee5bf2489368c445
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Wed Apr 5 00:10:22 2006 +

Prepare changelogs for upload to unstable

commit f30755bbad6a679ff9b38f1c70713b4562b2815c
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Mon Feb 13 03:46:16 2006 +

Fix Branden's email address

commit 37e121860a286448034c255ac63a51d1865ce081
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Sun Feb 12 16:24:02 2006 +

Move all install files for renaming scheme and delete v4l driver which 
doesn't currently have packaging

commit dd85de66d0e282266a8522c22d0c5bed8795766c
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Fri Feb 10 05:20:12 2006 +

Actually change the names of the input drivers.

commit 8e67c7ce3e96d42ac354d00cb54f5123fc7bdb3b
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Fri Feb 10 03:40:14 2006 +

Change driver package names to new scheme

commit 73324d9c2d751a6bff75b01f38439a34c8ae6977
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Mon Jan 30 02:24:55 2006 +

Move .install files to new naming scheme for drivers

commit 9bd8af48344e0bd4d9ae456660c375fe2bd41cbf
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Sun Jan 29 21:21:32 2006 +

Pull in and use xsfbs

commit 33d06006e5e68ce47959ff35b10e1aa341b7113a
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Sun Jan 29 20:36:06 2006 +

* Rename driver packages to be more consistent and intuitive
  + Video drivers are now named xorg-video-driver-foo and input drivers are
now named xorg-input-driver-foo
  + Video drivers provide xorg-video-driver and input drivers provide
xorg-input-driver
  + xorg-server-core depends on xorg-video-drivers-all | xorg-video-driver
and also xorg-input-drivers-all | xorg-input-drivers

commit 9392e2f791b50095fe8a589197a7baf4eef3b6c2
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Fri Jan 20 04:31:26 2006 +

Fix maintainer and uploader fields. God, I love sed.

commit 68512f889ccd43b137f80cf64a68b67197f48e26
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Fri Jan 13 05:48:42 2006 +

Add packaging for various drivers

commit ada505e70720411a524ee68cc31c12507cff4ed7
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Fri Jan 13 04:05:21 2006 +

Update drivers in modular branch. We'll re-pull the ubuntu packaging 
properly

commit 6fa4f247ec1ec6c8212136cd77705d6b7104bb3e
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Fri Dec 30 18:14:25 2005 +

Vendor drop of the rest of 7.0


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



xserver-xorg-input-void: Changes to 'svn-7.1'

2007-01-28 Thread David Nusinow
New branch 'svn-7.1' available with the following commits:
commit f51357f19a7a0afdd75a55a21c2600d76d628b42
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Sun Aug 6 23:25:48 2006 +

Mass driver dir rename to standards

commit 056539f5345a21ce79215a90371105d15729c349
Author: Branden Robinson <[EMAIL PROTECTED]>
Date:   Tue Aug 1 15:29:08 2006 +

Use only the major version, minor version, and major patch number
components of the Policy Manual revision in Standards-Version, because "the
minor patch level will be changed when only cosmetic, typographical or
other edits are made which neither change the meaning of the document nor
affect the contents of packages".  See Policy Manual §5.6.11.

(The real reason for this commit, as with r2615, is to test tweaks to the
repository's commit-email.pl script.)

commit 9a4b487a41da28d573a9e67285e2b45e50f4aa80
Author: Branden Robinson <[EMAIL PROTECTED]>
Date:   Tue Aug 1 14:10:51 2006 +

Whitespace police.

(The real reason for this commit is to test tweaks to the repository's
commit-email.pl script.)

commit 2465354f4087505b7798fef0c1bfeb10c645aa1f
Author: Branden Robinson <[EMAIL PROTECTED]>
Date:   Fri Jul 28 18:34:42 2006 +

Continue open season on bad directory names as described in commit log for
r2578.  (The --force was strong with this one, too.)

commit a5cb38ce2bab76853236db366e5924926fb29625
Author: Andres Salomon <[EMAIL PROTECTED]>
Date:   Mon Jul 17 05:29:25 2006 +

When building arch-dependent stuff, run dh_install w/ --list-missing.

commit 82bb82dfc41984728118ce1176c641c2bb0a4aa4
Author: Andres Salomon <[EMAIL PROTECTED]>
Date:   Mon Jul 17 04:44:49 2006 +

Idempotency fixes; everywhere where we're using a separate build directory,
we tend to create it via "mkdir obj-$(foo)".  This doesn't work if 
rebuilding,
because the directory already exists.  Instead, only create it if there's
no directory there already.


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



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

2007-01-28 Thread David Nusinow
New branch 'upstream-unstable' available with the following commits:
commit 16e12c2c08a92a7bb9c11d4a359bf9904998e93f
Author: Adam Jackson <[EMAIL PROTECTED]>
Date:   Fri Apr 7 18:17:10 2006 +

Unlibcwrap. Bump server version requirement. Bump to 12.4.0.

commit 6a74d428e2ce1ad07b9dc8b361bd7c2e71dd19d0
Author: philipl 
Date:   Wed Mar 29 02:36:23 2006 +

Bump PATCHLEVEL.
Use the right #define when detecting a 64bit compilation. This fixes the
driver to actually work for 64bit builds.

commit 1d7b250cbda0b96a494a17fdfb53eb971907a35b
Author: philipl 
Date:   Mon Jan 16 23:54:15 2006 +

Fix for compilation with gcc4 and PIC.

commit ee148a2f8ef97557ec2db501295ed8227699d2bf
Author: philipl 
Date:   Mon Jan 9 19:12:26 2006 +

Initial release of the vmmouse driver for VMware virtual machines.


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



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

2007-01-28 Thread David Nusinow
New branch 'debian-unstable' available with the following commits:
commit 248c900d75dfb55f56cffeb507094166f1d96a10
Author: Julien Cristau <[EMAIL PROTECTED]>
Date:   Tue Nov 7 06:46:29 2006 +

For each driver, add a symlink to xserver-xorg-core's bug script, so that 
each
new bugreport contains the user's config and log files.  Bump dependencies 
on
xserver-xorg-core to >= 2:1.1.1-11, to make sure that the bug script is
present.

commit 434794e7891dfca2a2fa01a78f84fd41507ece93
Author: Drew Parsons <[EMAIL PROTECTED]>
Date:   Tue Oct 24 08:39:34 2006 +

Restrict to Architecture: i386 amd64, since vmmouse_proto.h
explicitly says only x86 (i386 or x86_64) is supported.

commit a04cf48b2d808240f565cac81cb132b434516dfa
Author: Drew Parsons <[EMAIL PROTECTED]>
Date:   Sat Oct 14 16:29:41 2006 +

Upload to unstable.

commit 9cb27c1306708851ea7e0619349f0e6b8be248b4
Author: Drew Parsons <[EMAIL PROTECTED]>
Date:   Sat Oct 14 00:14:14 2006 +

Put a little vm into the short description.

commit ff8204b3822788c40026ae90ed887c362038fd7d
Author: Drew Parsons <[EMAIL PROTECTED]>
Date:   Sat Oct 14 00:03:15 2006 +

Create patch 10_man_vmmouse_not_mouse to let the man page identify
this is vmmouse, not mouse.

commit 825b77657421bed43b02c61cb85abd6e3e1d48ca
Author: Drew Parsons <[EMAIL PROTECTED]>
Date:   Fri Oct 13 23:42:25 2006 +

Initial release, new in X11R7.
./debian files adapted from xserver-xorg-input-mouse.

commit dfb664bee02f97d03cc8620e8d7fc004b38fd272
Author: Drew Parsons <[EMAIL PROTECTED]>
Date:   Fri Oct 13 23:13:15 2006 +

New input driver, new in X11R7.
Initial upload here is xf86-input-vmmouse-12.4.0.


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



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

2007-01-28 Thread David Nusinow
New branch 'upstream-unstable' available with the following commits:
commit d7dc1bb24a90d7c8275ec51062b7f6f95b6a7760
Author: Adam Jackson <[EMAIL PROTECTED]>
Date:   Fri Apr 7 18:13:50 2006 +

Unlibcwrap. Bump server version requirement. Bump to 1.1.0.

commit 1418985ca474c3741561f1212cf1b737e3e199b8
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Wed Dec 21 02:29:58 2005 +

Update package version for X11R7 release.

commit 8ee6a534e1dd39065ee8d4abc858ad1e2fa8583d
Author: Adam Jackson <[EMAIL PROTECTED]>
Date:   Mon Dec 19 16:25:52 2005 +

Stub COPYING files

commit 2d3d18891430ab5880da247dd3bc8959aaf50510
Author: Alan Coopersmith <[EMAIL PROTECTED]>
Date:   Mon Dec 19 09:07:50 2005 +

Typo fixes, mailing list & url updates, and other changes to prepare for
X11R6.9 & 7.0 releases.

commit 91030e128237b813bed210dcc480477ee7b7fd5a
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Thu Dec 15 00:24:16 2005 +

Update package version number for final X11R7 release candidate.

commit f9f1eb7a5295905d2f3c96954a86a5518cc05a0a
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Tue Dec 6 22:48:32 2005 +

Change *man_SOURCES ==> *man_PRE to fix autotools warnings.

commit d25790235150631d752da05e3d3323cbab40e6e0
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Sat Dec 3 05:49:32 2005 +

Update package version number for X11R7 RC3 release.

commit 0192425804707bb7769bde8dc6423f82365befb8
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Fri Dec 2 02:16:07 2005 +

Remove extraneous AC_MSG_RESULT.

commit bce84e451e7a506b3d7bbf13049d958f383e4d00
Author: Adam Jackson <[EMAIL PROTECTED]>
Date:   Tue Nov 29 23:29:57 2005 +

Only build dlloader modules by default.

commit a88f85e2348639ae7718b7b183a27204ec79cc8b
Author: Alan Coopersmith <[EMAIL PROTECTED]>
Date:   Mon Nov 28 22:04:08 2005 +

Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4
update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir)

commit d0f1fea4a6ef755232ec6c2582b5a453f43ee5fb
Author: Eric Anholt <[EMAIL PROTECTED]>
Date:   Mon Nov 21 10:49:08 2005 +

Add .cvsignores for drivers.

commit f69026171f6f66a78ee98720f92eaa02d48a5112
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Wed Nov 9 21:15:13 2005 +

Update package version number for X11R7 RC2 release.

commit 6c8abbd70758c07a0df54ccfd29f7567b74068ad
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Fri Nov 4 23:06:54 2005 +

Add check for .

commit 74e13767bd14be09734abeed36c2d7af84553193
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Tue Nov 1 15:08:51 2005 +

Update pkgcheck depedencies to work with separate build roots.

commit a51520a8a117e7026a0ba63e9963292fe1ddcbf4
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Wed Oct 19 02:48:01 2005 +

Update package version number for RC1 release.

commit 967ddfacc507a832e92d096cf7a94ec860a90066
Author: Alan Coopersmith <[EMAIL PROTECTED]>
Date:   Tue Oct 18 00:01:52 2005 +

Use @DRIVER_MAN_SUFFIX@ instead of $(DRIVER_MAN_SUFFIX) in macro
substitutions to work better with BSD make

commit 6b8fe0c52efa6ca999e9ee24e2058fe4f1a2cb54
Author: Adam Jackson <[EMAIL PROTECTED]>
Date:   Mon Oct 17 22:57:31 2005 +

More 1.7 braindamage: define EXTRA_DIST in terms of @DRIVER_NAME@ instead
of indirectly

commit 36dd8ed527787383403a555e806be17884c2efb4
Author: Alan Coopersmith <[EMAIL PROTECTED]>
Date:   Mon Oct 17 00:09:00 2005 +

Use sed & cpp to substitute variables in driver man pages

commit ae51e0951de3ee0a56a8bacd02f66fd98476218b
Author: Daniel Stone <[EMAIL PROTECTED]>
Date:   Thu Aug 18 09:03:45 2005 +

Update autogen.sh to one that does objdir != srcdir.

commit 403f87f528b21f704dc8273d4fa53c4c350d00ef
Author: Søren Sandmann Pedersen <[EMAIL PROTECTED]>
Date:   Wed Aug 10 14:07:24 2005 +

Don\'t lose existing CFLAGS in all the input drivers and some of the video
drivers

commit 6a8dea58586e8d0f26e220ad326f83ff178ccaef
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Fri Jul 29 21:22:42 2005 +

Various changes preparing packages for RC0:
- Verify and update package version numbers as needed
- Implement versioning scheme
- Change bug address to point to bugzilla bug entry form
- Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to
reenable it)
- Fix makedepend to use pkgconfig and pass distcheck
- Update build script to build macros first
- Update modular Xorg version

commit 43bd12a5c2dc8097a4e98f8547046b7e6cd2ccb2
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Wed Jul 13 20:03:23 2005 +

Make the module dir configurable

commit 1985001df33920365121d4ebdf34d8db726d4d63
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Wed Jul 13 02:21:03 2005 +

Update all input drivers to pass distcheck

commit 81f7cf34648ba9859390c88eafa6dd9

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

2007-01-28 Thread David Nusinow
New branch 'debian-unstable' available with the following commits:
commit 24fe54ac8d5dfcc5779060087ddf517d8e584302
Author: Julien Cristau <[EMAIL PROTECTED]>
Date:   Tue Nov 7 06:46:29 2006 +

For each driver, add a symlink to xserver-xorg-core's bug script, so that 
each
new bugreport contains the user's config and log files.  Bump dependencies 
on
xserver-xorg-core to >= 2:1.1.1-11, to make sure that the bug script is
present.

commit 736d93a7f636feda156e9ff8ff798a116858e461
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Sun Oct 8 04:00:23 2006 +

* Set the build-depends on xserver-xorg-dev and depends on xserver-xorg-core
  on version 2:1.1.1 or greater
* Remove Fabio from uploaders with his permission. He's always welcome back.

commit 47a4bf986d05d17628e995ade2c9afa04d62d562
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Sun Oct 8 03:26:15 2006 +

Prepare changelog for upload

commit 9d87e58f3a818ef827215254a833a0fe3b535919
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Sun Oct 8 03:23:34 2006 +

* Exclude ur98_drv.la from dh_install
* Bump standards version to 3.7.2.2. No changes necessary.

commit e4aa1f0f39172f629e30d305a1297df784d34576
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Sun Oct 8 03:19:36 2006 +

* New upstream release. Fixes FTBFS with new server.

commit 6f3a44a5af2d49f47a46b89388a903d74cb0e7c3
Author: Thierry Reding <[EMAIL PROTECTED]>
Date:   Tue Sep 26 10:26:34 2006 +

Add some more watch files.

commit 523667626474fd34b86c6d70051c239ca2a471bc
Author: Steve Langasek <[EMAIL PROTECTED]>
Date:   Mon Sep 18 08:03:56 2006 +

merge 7.1 onto trunk for all input drivers -- packaging fixes only for
everything except keyboard and mouse, so no uploads needed, but no
reason to keep non-7.1 changes on a 7.1 branch we're abandoning, either

commit 381a4e590639322ecfc1542e721bb456cbd8
Author: Steve Langasek <[EMAIL PROTECTED]>
Date:   Mon Sep 18 06:48:25 2006 +

more fixes for unversioned directory names (input drivers)

commit 47a850f586dc953f62d0289849c104bb0794d37a
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Wed Apr 5 00:10:22 2006 +

Prepare changelogs for upload to unstable

commit 67a1635bf8fafdaac840f3d1544e2da5e6ad3013
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Mon Feb 13 03:46:16 2006 +

Fix Branden's email address

commit f42b8efe7b75b03d4959ba458edc5a61a179543e
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Sun Feb 12 16:24:02 2006 +

Move all install files for renaming scheme and delete v4l driver which 
doesn't currently have packaging

commit 23374da467ef825594786d6cfff167359cc1943b
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Fri Feb 10 05:20:12 2006 +

Actually change the names of the input drivers.

commit aad5026f716e1494724edf6ccd2f9004aa5b9e59
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Fri Feb 10 03:40:14 2006 +

Change driver package names to new scheme

commit 48dad6cab1f99a395501add472474c551e4e19b9
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Mon Jan 30 02:24:55 2006 +

Move .install files to new naming scheme for drivers

commit 19ee861ddb3bef6e97127c28c8665eb9bfa0c1b4
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Sun Jan 29 21:21:32 2006 +

Pull in and use xsfbs

commit f11354e5b8ad296ca09ef2fc2ab3c742f9edb1da
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Sun Jan 29 20:36:06 2006 +

* Rename driver packages to be more consistent and intuitive
  + Video drivers are now named xorg-video-driver-foo and input drivers are
now named xorg-input-driver-foo
  + Video drivers provide xorg-video-driver and input drivers provide
xorg-input-driver
  + xorg-server-core depends on xorg-video-drivers-all | xorg-video-driver
and also xorg-input-drivers-all | xorg-input-drivers

commit 587e9e76e5dd788da59f7859fedcca0a4c2cf1d4
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Fri Jan 20 04:31:26 2006 +

Fix maintainer and uploader fields. God, I love sed.

commit 32df11724c4a6e0e5ff2705298fbdf5bbd73ff7c
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Fri Jan 20 01:53:09 2006 +

Add magictouch and ur98 packaging

commit 7b79873526a81ab4e50c3977a724d6e7a996528c
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Fri Jan 20 01:50:40 2006 +

Copy ur98 source to working branch

commit 87f36e899c65f48612c007fe93f5f9e2cfaee795
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Fri Jan 20 01:48:24 2006 +

Re-add ur98 and magictouch drivers now that I know the copyright info


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



xserver-xorg-input-ur98: Changes to 'svn-7.1'

2007-01-28 Thread David Nusinow
New branch 'svn-7.1' available with the following commits:
commit ee101d016d3fb968e42f2fd72ffe00aa19b6fff0
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Sun Aug 6 23:25:48 2006 +

Mass driver dir rename to standards

commit 090f193e6c7cff04d1cc1c6f3063001ed708019c
Author: Branden Robinson <[EMAIL PROTECTED]>
Date:   Tue Aug 1 15:29:08 2006 +

Use only the major version, minor version, and major patch number
components of the Policy Manual revision in Standards-Version, because "the
minor patch level will be changed when only cosmetic, typographical or
other edits are made which neither change the meaning of the document nor
affect the contents of packages".  See Policy Manual §5.6.11.

(The real reason for this commit, as with r2615, is to test tweaks to the
repository's commit-email.pl script.)

commit dfa1c00bfd580aba2a8d51ad7151255ceca1b5da
Author: Branden Robinson <[EMAIL PROTECTED]>
Date:   Tue Aug 1 14:10:51 2006 +

Whitespace police.

(The real reason for this commit is to test tweaks to the repository's
commit-email.pl script.)

commit ac43076d1ab01a45fbf4d5c920047cd16a550d7f
Author: Branden Robinson <[EMAIL PROTECTED]>
Date:   Fri Jul 28 18:34:42 2006 +

Continue open season on bad directory names as described in commit log for
r2578.  (The --force was strong with this one, too.)

commit a1ecf1e625b0c3373a62c30beef1c5b7b50e0201
Author: Andres Salomon <[EMAIL PROTECTED]>
Date:   Mon Jul 17 05:29:25 2006 +

When building arch-dependent stuff, run dh_install w/ --list-missing.

commit 38dc0886695f5321bbf4ee273285cfd8147b254e
Author: Andres Salomon <[EMAIL PROTECTED]>
Date:   Mon Jul 17 04:44:49 2006 +

Idempotency fixes; everywhere where we're using a separate build directory,
we tend to create it via "mkdir obj-$(foo)".  This doesn't work if 
rebuilding,
because the directory already exists.  Instead, only create it if there's
no directory there already.


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



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

2007-01-28 Thread David Nusinow
New branch 'upstream-unstable' available with the following commits:
commit cdf84bdf76f01f2cac0a71cacec695eb0b8e1d5b
Author: Adam Jackson <[EMAIL PROTECTED]>
Date:   Fri Apr 7 18:12:40 2006 +

Unlibcwrap. Bump server version requirement. Bump to 1.1.0.

commit 9271df20f49406934d6334ec4078f7bb555fd201
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Wed Dec 21 02:29:58 2005 +

Update package version for X11R7 release.

commit 9ea8fcc3903b30bc2401fdd7f7380c2fbbbc7d76
Author: Adam Jackson <[EMAIL PROTECTED]>
Date:   Mon Dec 19 16:25:52 2005 +

Stub COPYING files

commit b02dd6300141a261e34021267ddcb7f2239c24c6
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Thu Dec 15 00:24:16 2005 +

Update package version number for final X11R7 release candidate.

commit 59efa4d4304f8bc2aefb9870c57204c57b5d5e6e
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Tue Dec 6 22:48:32 2005 +

Change *man_SOURCES ==> *man_PRE to fix autotools warnings.

commit a6e439552d9658a6cb80af48ea09ae943d1e0cdc
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Sat Dec 3 05:49:32 2005 +

Update package version number for X11R7 RC3 release.

commit 0db73ca7a02aeff99bcd53f2b1ea2dde50008cb8
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Fri Dec 2 02:16:06 2005 +

Remove extraneous AC_MSG_RESULT.

commit f71c600cc932a3790c7a386659ea49a2e57610b6
Author: Adam Jackson <[EMAIL PROTECTED]>
Date:   Tue Nov 29 23:29:57 2005 +

Only build dlloader modules by default.

commit e10d11230448588a791f961e39fd34536e132865
Author: Alan Coopersmith <[EMAIL PROTECTED]>
Date:   Mon Nov 28 22:04:08 2005 +

Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4
update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir)

commit 373544af54308fa9d0f667995cb6a6b87a4634e6
Author: Eric Anholt <[EMAIL PROTECTED]>
Date:   Mon Nov 21 10:49:08 2005 +

Add .cvsignores for drivers.

commit 08a26ef5e8255d6c90b1b520a6e4775df66fa76e
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Wed Nov 9 21:15:13 2005 +

Update package version number for X11R7 RC2 release.

commit c323b7ae7aa131190c47265b38bf00c585462984
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Tue Nov 1 15:08:51 2005 +

Update pkgcheck depedencies to work with separate build roots.

commit 39eb00555a8fbec8ba710462e7f1a3acad9a93c6
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Wed Oct 19 02:48:01 2005 +

Update package version number for RC1 release.

commit 03a4907be7b77c931f877162bc038bdee6bf152d
Author: Alan Coopersmith <[EMAIL PROTECTED]>
Date:   Tue Oct 18 00:01:52 2005 +

Use @DRIVER_MAN_SUFFIX@ instead of $(DRIVER_MAN_SUFFIX) in macro
substitutions to work better with BSD make

commit 6f762bfc62c926f1ce6b1f4c59fb588c6e75c7ab
Author: Adam Jackson <[EMAIL PROTECTED]>
Date:   Mon Oct 17 22:57:31 2005 +

More 1.7 braindamage: define EXTRA_DIST in terms of @DRIVER_NAME@ instead
of indirectly

commit 4bd5b93d69bf84e606295517c8d07b09375a655f
Author: Alan Coopersmith <[EMAIL PROTECTED]>
Date:   Mon Oct 17 00:09:00 2005 +

Use sed & cpp to substitute variables in driver man pages

commit f1d588ec81faa6be4e05b848a00a8ad3c1e232b7
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Tue Oct 4 22:59:15 2005 +

Add missing files for various drivers Remove trailing / on src_dir that
causes problems in symlink.sh

commit b305361ccb8172af9024f43cd18e12f5330dd547
Author: Daniel Stone <[EMAIL PROTECTED]>
Date:   Thu Aug 18 09:03:45 2005 +

Update autogen.sh to one that does objdir != srcdir.

commit 427febc17677846d013b366c6a74f5311a2d4010
Author: Søren Sandmann Pedersen <[EMAIL PROTECTED]>
Date:   Wed Aug 10 14:07:24 2005 +

Don\'t lose existing CFLAGS in all the input drivers and some of the video
drivers

commit 0e909de80c97e24293caa0621f9d6efd7d4b8a25
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Fri Jul 29 21:22:42 2005 +

Various changes preparing packages for RC0:
- Verify and update package version numbers as needed
- Implement versioning scheme
- Change bug address to point to bugzilla bug entry form
- Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to
reenable it)
- Fix makedepend to use pkgconfig and pass distcheck
- Update build script to build macros first
- Update modular Xorg version

commit 81250fe9aa7aa73ccfca0eda32248ef21a08192c
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Wed Jul 13 20:03:23 2005 +

Make the module dir configurable

commit a7f2287159481881f821e60d20d51f15ffad25a8
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Wed Jul 13 02:21:03 2005 +

Update all input drivers to pass distcheck

commit d962294871a575b57ced1160f5f4c2fa85f07520
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Wed Jul 13 02:18:12 2005 +

Change input drivers to get keysym's from .

commit 

xserver-xorg-input-tek4957: Changes to 'svn-7.1'

2007-01-28 Thread David Nusinow
New branch 'svn-7.1' available with the following commits:
commit 62e996a82664b6101bb86f9cbbddf596c2aba720
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Sun Aug 6 23:25:48 2006 +

Mass driver dir rename to standards

commit d4697262ed8d3c1d08a4c7e8517e56a9f1b62814
Author: Branden Robinson <[EMAIL PROTECTED]>
Date:   Tue Aug 1 15:29:08 2006 +

Use only the major version, minor version, and major patch number
components of the Policy Manual revision in Standards-Version, because "the
minor patch level will be changed when only cosmetic, typographical or
other edits are made which neither change the meaning of the document nor
affect the contents of packages".  See Policy Manual §5.6.11.

(The real reason for this commit, as with r2615, is to test tweaks to the
repository's commit-email.pl script.)

commit 2047126ff9d73a3e4207ce25cd91ef763bcdf030
Author: Branden Robinson <[EMAIL PROTECTED]>
Date:   Fri Jul 28 18:34:42 2006 +

Continue open season on bad directory names as described in commit log for
r2578.  (The --force was strong with this one, too.)

commit ee70221e586c9ce96836d798f7a059f23ae27e0f
Author: Andres Salomon <[EMAIL PROTECTED]>
Date:   Mon Jul 17 05:29:25 2006 +

When building arch-dependent stuff, run dh_install w/ --list-missing.

commit 60142bf186f5b9994b973f411484bcb12f4082f4
Author: Andres Salomon <[EMAIL PROTECTED]>
Date:   Mon Jul 17 04:44:49 2006 +

Idempotency fixes; everywhere where we're using a separate build directory,
we tend to create it via "mkdir obj-$(foo)".  This doesn't work if 
rebuilding,
because the directory already exists.  Instead, only create it if there's
no directory there already.


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



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

2007-01-28 Thread David Nusinow
New branch 'debian-unstable' available with the following commits:
commit 5cf1d26868ab073bb5501b544a55de0e5c699156
Author: Julien Cristau <[EMAIL PROTECTED]>
Date:   Tue Nov 7 06:46:29 2006 +

For each driver, add a symlink to xserver-xorg-core's bug script, so that 
each
new bugreport contains the user's config and log files.  Bump dependencies 
on
xserver-xorg-core to >= 2:1.1.1-11, to make sure that the bug script is
present.

commit f9cda02cf697c25f540acd0a628a108bb713be22
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Sun Oct 8 03:55:51 2006 +

* Make xserver-xorg-dev build-depend and xserver-xorg-core depends for
  version 2:1.1.1 or greater
* Remove Fabio from uploaders with his permission. He's always welcome back.

commit 77bb662201d3331122155f46e93e894124288da3
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Sun Oct 8 03:42:13 2006 +

Prepare changelog for upload

commit 8257159a811e06ceeb929bbc0020cf2cd914e2d8
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Sun Oct 8 03:39:18 2006 +

* Exclude tek4957_drv.la from dh_install
* Bump standards version to 3.7.2.2. No changes necessary.

commit c715c69fc9f281960498940416b006dd6c8efb90
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Sun Oct 8 03:34:03 2006 +

* New upstream version. Fixes FTBFS with new server.

commit c7b64131c074a65a246b390d91594fc670aed679
Author: Thierry Reding <[EMAIL PROTECTED]>
Date:   Tue Sep 26 10:26:34 2006 +

Add some more watch files.

commit 18f9de265a4ccca470ded66ff5129a10b2488fe5
Author: Steve Langasek <[EMAIL PROTECTED]>
Date:   Mon Sep 18 08:03:56 2006 +

merge 7.1 onto trunk for all input drivers -- packaging fixes only for
everything except keyboard and mouse, so no uploads needed, but no
reason to keep non-7.1 changes on a 7.1 branch we're abandoning, either

commit 0670c18b57b6dec7929095bad40e1525328bc563
Author: Steve Langasek <[EMAIL PROTECTED]>
Date:   Mon Sep 18 06:48:25 2006 +

more fixes for unversioned directory names (input drivers)

commit c8189fa22088e19630e06963affcf7542132999b
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Wed Apr 5 00:10:22 2006 +

Prepare changelogs for upload to unstable

commit f57dd28c2d47193c4657a7ae66524ea7b31515db
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Mon Feb 13 03:46:16 2006 +

Fix Branden's email address

commit b1f6eef0d68f1b6e7f65045b50901dc3f3defa81
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Sun Feb 12 16:24:02 2006 +

Move all install files for renaming scheme and delete v4l driver which 
doesn't currently have packaging

commit 010f6b056ecc2ba994707b9ba9c63612d0d00da0
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Fri Feb 10 05:20:12 2006 +

Actually change the names of the input drivers.

commit 744f7560ff649988da2f072ddaa733f1532372b2
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Fri Feb 10 03:40:14 2006 +

Change driver package names to new scheme

commit 155e258dc5d940ced7c67abfb32898585f5e530f
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Mon Jan 30 02:24:55 2006 +

Move .install files to new naming scheme for drivers

commit 60bc6352ea0257a81b85100fb3a56019054ade0d
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Sun Jan 29 21:21:32 2006 +

Pull in and use xsfbs

commit 039023e487e32a6133659ce61174930829d1ea3c
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Sun Jan 29 20:36:06 2006 +

* Rename driver packages to be more consistent and intuitive
  + Video drivers are now named xorg-video-driver-foo and input drivers are
now named xorg-input-driver-foo
  + Video drivers provide xorg-video-driver and input drivers provide
xorg-input-driver
  + xorg-server-core depends on xorg-video-drivers-all | xorg-video-driver
and also xorg-input-drivers-all | xorg-input-drivers

commit f62591406cd554a3e18c3705880d96b49920f613
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Fri Jan 20 04:31:26 2006 +

Fix maintainer and uploader fields. God, I love sed.

commit 96dd0366f3a47955014db71f460e7d996182bdfa
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Fri Jan 13 05:48:42 2006 +

Add packaging for various drivers

commit d206aaec7c3398c4788755b1fc8e69442415b1ba
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Fri Jan 13 04:05:21 2006 +

Update drivers in modular branch. We'll re-pull the ubuntu packaging 
properly

commit 9738b76fc0b8de30e0bd92f3a3d5acab7df20aa5
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Fri Dec 30 18:14:25 2005 +

Vendor drop of the rest of 7.0


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



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

2007-01-28 Thread David Nusinow
New branch 'upstream-unstable' available with the following commits:
commit 59b88080fe7bd8afe414b750daf84de1d71f28d8
Author: Adam Jackson <[EMAIL PROTECTED]>
Date:   Fri Apr 7 18:09:31 2006 +

Unlibcwrap. Bump server version requirement. Bump to 1.1.0.

commit 7b19a173b39447de6aef5045ace12c7cfcf6e020
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Wed Dec 21 02:29:58 2005 +

Update package version for X11R7 release.

commit 2858ec0dac83c79adb80a67ffa275ea8aee0ad53
Author: Adam Jackson <[EMAIL PROTECTED]>
Date:   Mon Dec 19 16:25:52 2005 +

Stub COPYING files

commit 42adc1447ddb91c39ea517f2721a039c9377a46b
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Thu Dec 15 00:24:16 2005 +

Update package version number for final X11R7 release candidate.

commit b2de00cef5d33fb5d1ea9f8c8a990167cf21bcad
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Tue Dec 6 22:48:32 2005 +

Change *man_SOURCES ==> *man_PRE to fix autotools warnings.

commit 4f4266d58beb6e7c95e4de9f9c940324af38d614
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Sat Dec 3 05:49:32 2005 +

Update package version number for X11R7 RC3 release.

commit 50048a7e366a8d56f6df84a1a6093c33f9cd047b
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Fri Dec 2 02:16:06 2005 +

Remove extraneous AC_MSG_RESULT.

commit 3fede0e483cc3f9e4decc7ab91728ee78a44ffc2
Author: Adam Jackson <[EMAIL PROTECTED]>
Date:   Tue Nov 29 23:29:57 2005 +

Only build dlloader modules by default.

commit de55791f80485655348ab44b7810b816be6d4c50
Author: Alan Coopersmith <[EMAIL PROTECTED]>
Date:   Mon Nov 28 22:04:08 2005 +

Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4
update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir)

commit 4441ae1c74ce2c467dca21a9c40ad0499ca81101
Author: Eric Anholt <[EMAIL PROTECTED]>
Date:   Mon Nov 21 10:49:08 2005 +

Add .cvsignores for drivers.

commit 436284156ee72ed38507fe5825b1407d0fc4d328
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Wed Nov 9 21:15:13 2005 +

Update package version number for X11R7 RC2 release.

commit 197787a2ad335bc4de0f854d6caf99a6502dbb20
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Tue Nov 1 15:08:51 2005 +

Update pkgcheck depedencies to work with separate build roots.

commit e2d5948928773aeec7e643bf1c3c88f71f4e194e
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Wed Oct 19 02:48:01 2005 +

Update package version number for RC1 release.

commit 85522593d3eb6555d711dfe79e90aaf3fcfc2f43
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Tue Oct 18 15:46:37 2005 +

Do the following to make the drivers pass distcheck:
- Only define EXTRA_DIST when there are actually man pages to be processed
- Add missing man pages to keyboard and ati drivers EXTRA_DIST

commit 5a0924efb71e8285087f294491c906d2ae150359
Author: Alan Coopersmith <[EMAIL PROTECTED]>
Date:   Tue Oct 18 00:01:52 2005 +

Use @DRIVER_MAN_SUFFIX@ instead of $(DRIVER_MAN_SUFFIX) in macro
substitutions to work better with BSD make

commit 11a57cf984f3d1a19d99d6bc5a8163204d1f4cbe
Author: Adam Jackson <[EMAIL PROTECTED]>
Date:   Mon Oct 17 22:57:30 2005 +

More 1.7 braindamage: define EXTRA_DIST in terms of @DRIVER_NAME@ instead
of indirectly

commit 8ea064250adf384a325bc98772f5e4ade7be6882
Author: Alan Coopersmith <[EMAIL PROTECTED]>
Date:   Mon Oct 17 00:09:00 2005 +

Use sed & cpp to substitute variables in driver man pages

commit 2c5ae6a4d39e3554587e10a1675ce4185e526f8b
Author: Daniel Stone <[EMAIL PROTECTED]>
Date:   Thu Aug 18 09:03:45 2005 +

Update autogen.sh to one that does objdir != srcdir.

commit 668c48231561aae183d20f2e3b199aa576bffa57
Author: Søren Sandmann Pedersen <[EMAIL PROTECTED]>
Date:   Wed Aug 10 14:07:24 2005 +

Don\'t lose existing CFLAGS in all the input drivers and some of the video
drivers

commit 32fe5b44d4013eb629557f06f774e8a62e74ac77
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Fri Jul 29 21:22:42 2005 +

Various changes preparing packages for RC0:
- Verify and update package version numbers as needed
- Implement versioning scheme
- Change bug address to point to bugzilla bug entry form
- Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to
reenable it)
- Fix makedepend to use pkgconfig and pass distcheck
- Update build script to build macros first
- Update modular Xorg version

commit b98d63775fdf8f1a22627e3bf0425c4b3df24dee
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Wed Jul 13 20:03:23 2005 +

Make the module dir configurable

commit 2a81fea1c4c8535b8d55e2b9d18fd285b9f14cad
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Wed Jul 13 02:21:03 2005 +

Update all input drivers to pass distcheck

commit 5b0aec9781f900517e1bdfdb72ff663499598be1
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date: 

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

2007-01-28 Thread David Nusinow
New branch 'debian-unstable' available with the following commits:
commit dde0e4c9dab7f5a340b50930e20b7fb9cc10e940
Author: Julien Cristau <[EMAIL PROTECTED]>
Date:   Tue Nov 7 06:46:29 2006 +

For each driver, add a symlink to xserver-xorg-core's bug script, so that 
each
new bugreport contains the user's config and log files.  Bump dependencies 
on
xserver-xorg-core to >= 2:1.1.1-11, to make sure that the bug script is
present.

commit f805058d002c1575473945504bca670ecb01f96f
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Sun Oct 8 03:53:27 2006 +

Prepare changelog for upload

commit 4c70c5670558c1b7060b8b7de682a23e69dd645f
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Sun Oct 8 03:51:04 2006 +

* Remove Fabio from uploaders with his permission. He's always welcome back.

commit b3f7d781e58e01b7ccdde8df7e8ba04841401323
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Sun Oct 8 03:50:33 2006 +

* Bump build-depends on xserver-xorg-dev and depends on xserver-xorg-core to
  2:1.1.1 or greater.

commit a917278378d2740f2bb51e317f4cc65a0476b7e0
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Sun Oct 8 03:49:13 2006 +

* Exclude summa_drv.la from dh_install
* Bump standards version to 3.7.2.2. No changes needed.

commit f89150851e498ec99c2deb868c96fb105c0e72b1
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Sun Oct 8 03:45:12 2006 +

* New upstream version. Fixes FTBFS with current server.

commit 2c238d6eab978bfeff9df0fe10aaf960c22cd6e4
Author: Thierry Reding <[EMAIL PROTECTED]>
Date:   Tue Sep 26 10:26:34 2006 +

Add some more watch files.

commit 9b56015115ed1a549dfc82d47b2401ab3ff966ca
Author: Steve Langasek <[EMAIL PROTECTED]>
Date:   Mon Sep 18 08:03:56 2006 +

merge 7.1 onto trunk for all input drivers -- packaging fixes only for
everything except keyboard and mouse, so no uploads needed, but no
reason to keep non-7.1 changes on a 7.1 branch we're abandoning, either

commit 7d5b25b8b8e4c6dc63358f299ef84a262c04fd96
Author: Steve Langasek <[EMAIL PROTECTED]>
Date:   Mon Sep 18 06:48:25 2006 +

more fixes for unversioned directory names (input drivers)

commit 6cdac05b8370345d9b556229c0385c0522bee795
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Wed Apr 5 00:10:22 2006 +

Prepare changelogs for upload to unstable

commit f03724d0ae1b9c34b7f346d4544381517f327b32
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Mon Feb 13 03:46:16 2006 +

Fix Branden's email address

commit 6078bb86cc709311ea28eff4c0f98a4787dba3ba
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Sun Feb 12 16:24:02 2006 +

Move all install files for renaming scheme and delete v4l driver which 
doesn't currently have packaging

commit 3f2131370312eeb5568384005012fe9c7580c7a0
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Fri Feb 10 05:20:12 2006 +

Actually change the names of the input drivers.

commit ec4e6c15683c97d12b52a57f7b57a1e74093a59e
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Fri Feb 10 03:40:14 2006 +

Change driver package names to new scheme

commit f003d948e2aaa19ed0323f35e35ff1076fda489e
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Mon Jan 30 02:24:55 2006 +

Move .install files to new naming scheme for drivers

commit e8709e9848be87725616c0b132c1fc45ea0d146b
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Sun Jan 29 21:21:32 2006 +

Pull in and use xsfbs

commit 200543a27709cc149c62c72f2a98550b69ec1a26
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Sun Jan 29 20:36:06 2006 +

* Rename driver packages to be more consistent and intuitive
  + Video drivers are now named xorg-video-driver-foo and input drivers are
now named xorg-input-driver-foo
  + Video drivers provide xorg-video-driver and input drivers provide
xorg-input-driver
  + xorg-server-core depends on xorg-video-drivers-all | xorg-video-driver
and also xorg-input-drivers-all | xorg-input-drivers

commit 7754ca6ac0f925ca46aa404d37e34917b677b0e4
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Fri Jan 20 04:31:26 2006 +

Fix maintainer and uploader fields. God, I love sed.

commit 0e290ec8d7f9024d285c747de9a57a5f345004d9
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Fri Jan 13 05:48:42 2006 +

Add packaging for various drivers

commit 30930471cdcd25cd6633c6ba6a3672220e067a24
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Fri Jan 13 04:05:21 2006 +

Update drivers in modular branch. We'll re-pull the ubuntu packaging 
properly

commit dba502d0da978df4124b8ce386e44d8d7a13335c
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Fri Dec 30 18:14:25 2005 +

Vendor drop of the rest of 7.0


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



xserver-xorg-input-summa: Changes to 'svn-7.1'

2007-01-28 Thread David Nusinow
New branch 'svn-7.1' available with the following commits:
commit 6e6bce164fe540f35a057285077d8c4e58b24f0d
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Sun Aug 6 23:25:48 2006 +

Mass driver dir rename to standards

commit d1edf355cce113753550a47707ea685114017943
Author: Branden Robinson <[EMAIL PROTECTED]>
Date:   Tue Aug 1 15:29:08 2006 +

Use only the major version, minor version, and major patch number
components of the Policy Manual revision in Standards-Version, because "the
minor patch level will be changed when only cosmetic, typographical or
other edits are made which neither change the meaning of the document nor
affect the contents of packages".  See Policy Manual §5.6.11.

(The real reason for this commit, as with r2615, is to test tweaks to the
repository's commit-email.pl script.)

commit 55a65dbcec37c365ad2873b41b52c5b93a41949f
Author: Branden Robinson <[EMAIL PROTECTED]>
Date:   Tue Aug 1 14:10:51 2006 +

Whitespace police.

(The real reason for this commit is to test tweaks to the repository's
commit-email.pl script.)

commit b2d4107fb49e7b5afde6b04bf5ca3043c84aa2fe
Author: Branden Robinson <[EMAIL PROTECTED]>
Date:   Fri Jul 28 18:34:42 2006 +

Continue open season on bad directory names as described in commit log for
r2578.  (The --force was strong with this one, too.)

commit cd6ff1e9102633102a52b8340856499031a93d35
Author: Andres Salomon <[EMAIL PROTECTED]>
Date:   Mon Jul 17 05:29:25 2006 +

When building arch-dependent stuff, run dh_install w/ --list-missing.

commit 3347039ce69e74ad064b30fc25384f8da3f4e9c8
Author: Andres Salomon <[EMAIL PROTECTED]>
Date:   Mon Jul 17 04:44:49 2006 +

Idempotency fixes; everywhere where we're using a separate build directory,
we tend to create it via "mkdir obj-$(foo)".  This doesn't work if 
rebuilding,
because the directory already exists.  Instead, only create it if there's
no directory there already.


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



Re: Git Migration

2007-01-28 Thread David Nusinow
On Thu, Jan 25, 2007 at 10:16:49PM -0500, David Nusinow wrote:
> Hi everyone,
> 
>I just wanted to announce that all the protocol headers and libs are now
> moved over to git. I think we should officially stop using svn for these as
> of now. I'll be working on the drivers over the coming week or so, and
> hopefully I'll be able to hit the server too.

The input drivers are all in now too, so I think we should probably
officially switch over to git for those too. I'll get started on the video
drivers tomorrow night, although it'll probably take two days or so since
there's more of them, and at least i810 needs some hand-holding.

 - David Nusinow


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



Re: x11proto-randr: Changes to 'upstream-unstable'

2007-01-28 Thread David Nusinow
On Mon, Jan 29, 2007 at 02:12:08PM +1100, Drew Parsons wrote:
> David explained:
> > > Hi David, there's a version discrepancy here.  upstream-unstable for
> > > x11proto-randr in fact refers to v1.2 and seems to be pulled from
> > > upstream head, while debian-unstable is 1.1.2.
> > 
> > Right, you'll find this is true for all of the packages. In discussion with
> > Thierry, we realized that it would be a ton of work to figure out the exact
> > upstream version for each package, and for relatively little payoff. Since
> > we're nearing release time for Xorg, we'll be syncing to the latest from
> > upstream anyway, so the upstream-unstable branches should fall in line as
> > we update for 7.2. This'll save both time and effort, we both agreed it was
> > worthwhile.
> 
> Oh OK.  So long as it's known and deliberate, I'm happy :) 
> 
> But I notice upstream-etch does not exist either.  How will we be
> generating these branches, from upstream or from current
> debian-unstable deleting the debian directory?  I'm assuming here we
> were planning to use upstream-etch branches.  Just asking out of
> curiosity, my main interest is in the future, I'll start creating
> [upstream,debian]-experimental branches soon (unless etch gets released
> before I get the chance).

I hadn't really thought about that actually :-) My feeling is that we don't
need an upstream-etch branch unless we need to do specific updates for that
package after the release. So for that, we can just create the branch from
the specific commit that's relevant for etch. Or else just forgo the
upstream-etch branch all together and just use it for lenny, when the repos
are in sync. Either way is fine by me.

As for the -experimental branches, fire away once you're free.

 - David Nusinow


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



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

2007-01-28 Thread David Nusinow
New branch 'upstream-unstable' available with the following commits:
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 default.

commit 40dfecb159573ab8db81f7f5fba17e4daa6f349e
Author: Alan Coopersmith <[EMAIL PROTECTED]>
Date:   Mon Nov 28 22:04:07 2005 +

Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4
update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir)

commit 38f122e753ad5dc5ed4ee60c0c52e636bccd5d37
Author: Eric Anholt <[EMAIL PROTECTED]>
Date:   Mon Nov 21 10:49:08 2005 +

Add .cvsignores for drivers.

commit 39057ed8052950eb24dd8d9f9f7c1ebd2668b420
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Wed Nov 9 21:15:13 2005 +

Update package version number for X11R7 RC2 release.

commit 3983242ff9e6520d7613a612c51271d0b02db0ba
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Tue Nov 1 15:08:51 2005 +

Update pkgcheck depedencies to work with separate build roots.

commit f0c66e718d669fd1692b1f5ac6fb88d38a8e55aa
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Wed Oct 19 02:48:01 2005 +

Update package version number for RC1 release.

commit 1885f8248d51c754c9b9da4076335a97ca3d9530
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Tue Oct 18 15:46:37 2005 +

Do the following to make the drivers pass distcheck:
- Only define EXTRA_DIST when there are actually man pages to be processed
- Add missing man pages to keyboard and ati drivers EXTRA_DIST

commit 788926a3e5d1ad346356aea1c830a2b24dac2b77
Author: Alan Coopersmith <[EMAIL PROTECTED]>
Date:   Tue Oct 18 00:01:52 2005 +

Use @DRIVER_MAN_SUFFIX@ instead of $(DRIVER_MAN_SUFFIX) in macro
substitutions to work better with BSD make

commit 4394c8dd003e12ef5dc436c31897ce19f441bd86
Author: Adam Jackson <[EMAIL PROTECTED]>
Date:   Mon Oct 17 22:57:30 2005 +

More 1.7 braindamage: define EXTRA_DIST in terms of @DRIVER_NAME@ instead
of indirectly

commit 8f1cd3d90b7c8074e5abc60f294363478fbb74db
Author: Alan Coopersmith <[EMAIL PROTECTED]>
Date:   Mon Oct 17 00:09:00 2005 +

Use sed & cpp to substitute variables in driver man pages

commit 0d7b700156400defc904ba9678080d37e94b66bd
Author: Daniel Stone <[EMAIL PROTECTED]>
Date:   Thu Aug 18 09:03:45 2005 +

Update autogen.sh to one that does objdir != srcdir.

commit 4a8086d6e1a334087e9809cdeff93ed61f40e878
Author: Søren Sandmann Pedersen <[EMAIL PROTECTED]>
Date:   Wed Aug 10 14:07:24 2005 +

Don\'t lose existing CFLAGS in all the input drivers and some of the video
drivers

commit f07093beb344e92ad560db6a34c69e0a05566110
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Fri Jul 29 21:22:42 2005 +

Various changes preparing packages for RC0:
- Verify and update package version numbers as needed
- Implement versioning scheme
- Change bug address to point to bugzilla bug entry form
- Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to
reenable it)
- Fix makedepend to use pkgconfig and pass distcheck
- Update build script to build macros first
- Update modular Xorg version

commit db6005a51ff2d71d1ac317bdf4acb9e07cd1c087
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Wed Jul 13 20:03:23 2005 +

Make the module dir configurable

commit 0a57f004ac08227599eff1aaa5ed26a7b342d385
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Wed Jul 13 02:21:03 2005 +

Update all input drivers to pass distcheck

commit 4555a073c2558bfcc02f922883434b73570c4258
Author: Adam Jackson <[EMAIL PROTECTED]>
Date:   

xserver-xorg-input-spaceorb: Changes to 'svn-7.1'

2007-01-28 Thread David Nusinow
New branch 'svn-7.1' available with the following commits:
commit 19695992ded306a1f669c73560e7f71acc16737d
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Sun Aug 6 23:25:48 2006 +

Mass driver dir rename to standards

commit cf1092007147cd799fdd9e205b984b4ab904bd8a
Author: Branden Robinson <[EMAIL PROTECTED]>
Date:   Tue Aug 1 15:29:08 2006 +

Use only the major version, minor version, and major patch number
components of the Policy Manual revision in Standards-Version, because "the
minor patch level will be changed when only cosmetic, typographical or
other edits are made which neither change the meaning of the document nor
affect the contents of packages".  See Policy Manual §5.6.11.

(The real reason for this commit, as with r2615, is to test tweaks to the
repository's commit-email.pl script.)

commit dce5f05b2ef4fc104a2afe2e602550407502e664
Author: Branden Robinson <[EMAIL PROTECTED]>
Date:   Tue Aug 1 14:10:51 2006 +

Whitespace police.

(The real reason for this commit is to test tweaks to the repository's
commit-email.pl script.)

commit 608f1b2ccb5d8de45055f8261964201dfca03ded
Author: Branden Robinson <[EMAIL PROTECTED]>
Date:   Fri Jul 28 18:34:42 2006 +

Continue open season on bad directory names as described in commit log for
r2578.  (The --force was strong with this one, too.)

commit f3e2ab45b9563ca517bf731e47ba1e0f566250f2
Author: Andres Salomon <[EMAIL PROTECTED]>
Date:   Mon Jul 17 05:29:25 2006 +

When building arch-dependent stuff, run dh_install w/ --list-missing.

commit b5211be9f9b6d47020ca7a45d47ec343c5e1847e
Author: Andres Salomon <[EMAIL PROTECTED]>
Date:   Mon Jul 17 04:44:49 2006 +

Idempotency fixes; everywhere where we're using a separate build directory,
we tend to create it via "mkdir obj-$(foo)".  This doesn't work if 
rebuilding,
because the directory already exists.  Instead, only create it if there's
no directory there already.


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



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

2007-01-28 Thread David Nusinow
New branch 'debian-unstable' available with the following commits:
commit 2d211edb07f133a496ccec4c08e7ba041af496dc
Author: Julien Cristau <[EMAIL PROTECTED]>
Date:   Tue Nov 7 06:46:29 2006 +

For each driver, add a symlink to xserver-xorg-core's bug script, so that 
each
new bugreport contains the user's config and log files.  Bump dependencies 
on
xserver-xorg-core to >= 2:1.1.1-11, to make sure that the bug script is
present.

commit 92a8ec5a9222ee0c6fd95c692e43bab9196d70f5
Author: Drew Parsons <[EMAIL PROTECTED]>
Date:   Thu Oct 12 14:55:42 2006 +

For input drivers,
xserver-xorg-input-magellan
xserver-xorg-input-microtouch
xserver-xorg-input-mutouch
xserver-xorg-input-palmax
xserver-xorg-input-spaceorb:

  * New upstream version (X11R7.1).
  * Standards version 3.7.2.
  * Use debhelper 5.
  * [Build-] Depends: xserver-xorg (>= 2:1.1.1-1).
  * Use dh_installman to install man pages.
  * Exclude .la from dh_install.

commit af78485eb63e3b20794e8a23842ec4f3c9414daf
Author: Drew Parsons <[EMAIL PROTECTED]>
Date:   Thu Oct 12 13:19:39 2006 +

New upstream versions (X11R7.1):
xf86-input-magellan-1.1.0
xf86-input-microtouch-1.1.0
xf86-input-mutouch-1.1.0
xf86-input-palmax-1.1.0
xf86-input-spaceorb-1.1.0

commit ab1c7f5058144b92c99de1fd8f2898d19c91f2bc
Author: Thierry Reding <[EMAIL PROTECTED]>
Date:   Tue Sep 26 10:26:34 2006 +

Add some more watch files.

commit e39ab2c0edd87cab4691b5ca86d5df4a6db113b7
Author: Steve Langasek <[EMAIL PROTECTED]>
Date:   Mon Sep 18 08:03:56 2006 +

merge 7.1 onto trunk for all input drivers -- packaging fixes only for
everything except keyboard and mouse, so no uploads needed, but no
reason to keep non-7.1 changes on a 7.1 branch we're abandoning, either

commit 496eb2c38f9595b78d46247e7e09b681e2d40fde
Author: Steve Langasek <[EMAIL PROTECTED]>
Date:   Mon Sep 18 06:48:25 2006 +

more fixes for unversioned directory names (input drivers)

commit fabe0cb5ec03256964ff5c147bb312a5d2454fba
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Wed Apr 5 00:10:22 2006 +

Prepare changelogs for upload to unstable

commit c40dc7e38526e4c741f298d6f1dda95e0a6dbca8
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Mon Feb 13 03:46:16 2006 +

Fix Branden's email address

commit ae634b189ff1ac156c7db90b99d45ec29eb22920
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Sun Feb 12 16:24:02 2006 +

Move all install files for renaming scheme and delete v4l driver which 
doesn't currently have packaging

commit 974355fea1d6f14c92f39cb0fe311b3b96647cdd
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Fri Feb 10 05:20:12 2006 +

Actually change the names of the input drivers.

commit 77b89a42510011fa4ff39d62facd6498d06be81a
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Fri Feb 10 03:40:14 2006 +

Change driver package names to new scheme

commit e855e92d9314d137c0e33399f09780c1ae63ed51
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Mon Jan 30 02:24:55 2006 +

Move .install files to new naming scheme for drivers

commit 7d077bca808d529b8e3d994082419aff1fe22fba
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Sun Jan 29 21:21:32 2006 +

Pull in and use xsfbs

commit 288bfbc4136a2c9e9f5299a303211f1341db1d16
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Sun Jan 29 20:36:06 2006 +

* Rename driver packages to be more consistent and intuitive
  + Video drivers are now named xorg-video-driver-foo and input drivers are
now named xorg-input-driver-foo
  + Video drivers provide xorg-video-driver and input drivers provide
xorg-input-driver
  + xorg-server-core depends on xorg-video-drivers-all | xorg-video-driver
and also xorg-input-drivers-all | xorg-input-drivers

commit 4517007130756ab8b1871ac37dd87744e1409ebe
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Fri Jan 20 04:31:26 2006 +

Fix maintainer and uploader fields. God, I love sed.

commit 3dbfcfb973abf8af3acc351d196faf2d53be1f0a
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Fri Jan 13 05:48:42 2006 +

Add packaging for various drivers

commit c3d367607505a18fdfb2ff5335c14406f6d9e757
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Fri Jan 13 04:05:21 2006 +

Update drivers in modular branch. We'll re-pull the ubuntu packaging 
properly

commit bb3a0f876cb1f541e363ca78cd1643a5587ce3bb
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Fri Dec 30 18:14:25 2005 +

Vendor drop of the rest of 7.0


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



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

2007-01-28 Thread David Nusinow
New branch 'upstream-unstable' available with the following commits:
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 X11R7 release.

commit dff9657264aa0a54452bfdd2391af8336cd1d424
Author: Adam Jackson <[EMAIL PROTECTED]>
Date:   Mon Dec 19 16:25:51 2005 +

Stub COPYING files

commit 5b6dcc48d42c63cf77daf51c7d50f1a47deedf4a
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Thu Dec 15 00:24:15 2005 +

Update package version number for final X11R7 release candidate.

commit 84251ccbe8c60a1526ff62290946071df87fd137
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Tue Dec 6 22:48:31 2005 +

Change *man_SOURCES ==> *man_PRE to fix autotools warnings.

commit 1d6b5856c1f4c8aff95feba1670fd689b2e13fe4
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Sat Dec 3 05:49:31 2005 +

Update package version number for X11R7 RC3 release.

commit 94ffe20ab22ea7316eb29b96e9a9d8d0d8e9a1f1
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Fri Dec 2 02:16:06 2005 +

Remove extraneous AC_MSG_RESULT.

commit dbec007fe040b83b4e8a9d2ecde42c61fd230de9
Author: Adam Jackson <[EMAIL PROTECTED]>
Date:   Tue Nov 29 23:29:57 2005 +

Only build dlloader modules by default.

commit 2d0449c9e99654dcd52968137bb38c7022efc24e
Author: Alan Coopersmith <[EMAIL PROTECTED]>
Date:   Mon Nov 28 22:04:07 2005 +

Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4
update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir)

commit 9576737f2a5e32804a138cab956ee6aa0f805bd7
Author: Eric Anholt <[EMAIL PROTECTED]>
Date:   Mon Nov 21 10:49:07 2005 +

Add .cvsignores for drivers.

commit cad99fd68ed79009fe4f17b09c0f8bbd5c152a0b
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Wed Nov 9 21:15:13 2005 +

Update package version number for X11R7 RC2 release.

commit 7d8b7d1f3c8ff4c9a9b36e20da8b5cdb4ba49066
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Tue Nov 1 15:08:51 2005 +

Update pkgcheck depedencies to work with separate build roots.

commit be3d4203d254b2778b0f5c12fb08e4943b93198a
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Wed Oct 19 02:48:01 2005 +

Update package version number for RC1 release.

commit fe5c2db4f8a4cc83403d64e290bb3c6dda77ea1f
Author: Alan Coopersmith <[EMAIL PROTECTED]>
Date:   Tue Oct 18 00:01:52 2005 +

Use @DRIVER_MAN_SUFFIX@ instead of $(DRIVER_MAN_SUFFIX) in macro
substitutions to work better with BSD make

commit a0bf43dda49ed89eb9f46e9e85b0dc1d77d6555c
Author: Adam Jackson <[EMAIL PROTECTED]>
Date:   Mon Oct 17 22:57:30 2005 +

More 1.7 braindamage: define EXTRA_DIST in terms of @DRIVER_NAME@ instead
of indirectly

commit 65e6fa25c2ce5f11008d20b8ed0dd67232c8c3b8
Author: Alan Coopersmith <[EMAIL PROTECTED]>
Date:   Mon Oct 17 00:09:00 2005 +

Use sed & cpp to substitute variables in driver man pages

commit b2285b3290f68584044c8b475d358916051c783a
Author: Daniel Stone <[EMAIL PROTECTED]>
Date:   Thu Aug 18 09:03:40 2005 +

Update autogen.sh to one that does objdir != srcdir.

commit 869663ad207b3975a37d9c4ebc671afa51cc85dd
Author: Søren Sandmann Pedersen <[EMAIL PROTECTED]>
Date:   Wed Aug 10 14:07:24 2005 +

Don\'t lose existing CFLAGS in all the input drivers and some of the video
drivers

commit af1694382dd22d3e060d57a3f7904e0cbd96e8a0
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Fri Jul 29 21:22:41 2005 +

Various changes preparing packages for RC0:
- Verify and update package version numbers as needed
- Implement versioning scheme
- Change bug address to point to bugzilla bug entry form
- Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to
reenable it)
- Fix makedepend to use pkgconfig and pass distcheck
- Update build script to build macros first
- Update modular Xorg version

commit ce9805fa17620f95049a6337b9237a6c0df55253
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Wed Jul 13 20:03:23 2005 +

Make the module dir configurable

commit 69ea32f73ddd3304679e2275fce17a0de3ee9e17
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Wed Jul 13 02:21:02 2005 +

Update all input drivers to pass distcheck

commit db7a0e403e949fff010941a0bb71737ae4e1f3ac
Author: Adam Jackson <[EMAIL PROTECTED]>
Date:   Tue Jul 12 06:15:09 2005 +

Build skeletons for input drivers. Should basically work.

commit 39bd1d974266114c2110c8fd14a8e98cb40862c

xserver-xorg-input-penmount: Changes to 'svn-7.1'

2007-01-28 Thread David Nusinow
New branch 'svn-7.1' available with the following commits:
commit 2d9f30f7401d2e6db678bcef7f6f2bf0bf0c2424
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Sun Aug 6 23:25:48 2006 +

Mass driver dir rename to standards

commit c5cc3605d23e668be709a1844d8478e3ad09e1ff
Author: Branden Robinson <[EMAIL PROTECTED]>
Date:   Tue Aug 1 15:29:08 2006 +

Use only the major version, minor version, and major patch number
components of the Policy Manual revision in Standards-Version, because "the
minor patch level will be changed when only cosmetic, typographical or
other edits are made which neither change the meaning of the document nor
affect the contents of packages".  See Policy Manual §5.6.11.

(The real reason for this commit, as with r2615, is to test tweaks to the
repository's commit-email.pl script.)

commit 812ea6779faddab17f0f078ed4769ec513d4f7d8
Author: Branden Robinson <[EMAIL PROTECTED]>
Date:   Tue Aug 1 14:10:51 2006 +

Whitespace police.

(The real reason for this commit is to test tweaks to the repository's
commit-email.pl script.)

commit 7f234a10a22ecb38e6cf67ab29a9bead80e651f3
Author: Branden Robinson <[EMAIL PROTECTED]>
Date:   Fri Jul 28 18:34:42 2006 +

Continue open season on bad directory names as described in commit log for
r2578.  (The --force was strong with this one, too.)

commit 5dea6b58d9d8d3b128383ab9d52acb91742428d7
Author: Andres Salomon <[EMAIL PROTECTED]>
Date:   Mon Jul 17 05:29:25 2006 +

When building arch-dependent stuff, run dh_install w/ --list-missing.

commit 531ab201d28c05236178b04d35861a314736eede
Author: Andres Salomon <[EMAIL PROTECTED]>
Date:   Mon Jul 17 04:44:49 2006 +

Idempotency fixes; everywhere where we're using a separate build directory,
we tend to create it via "mkdir obj-$(foo)".  This doesn't work if 
rebuilding,
because the directory already exists.  Instead, only create it if there's
no directory there already.


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



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

2007-01-28 Thread David Nusinow
New branch 'debian-unstable' available with the following commits:
commit 9e418e6cc7d811446d6f167a9c2c45fabbf1b7db
Author: Julien Cristau <[EMAIL PROTECTED]>
Date:   Tue Nov 7 06:46:29 2006 +

For each driver, add a symlink to xserver-xorg-core's bug script, so that 
each
new bugreport contains the user's config and log files.  Bump dependencies 
on
xserver-xorg-core to >= 2:1.1.1-11, to make sure that the bug script is
present.

commit 611fb465505c892111065c00ca5ef4828b8c6958
Author: Drew Parsons <[EMAIL PROTECTED]>
Date:   Fri Oct 13 12:39:39 2006 +

  * New upstream version (following X11R7.1).
  * Standards version 3.7.2.
  * Use debhelper 5.
  * Use dh_installman to install manpages.
  * Exclude penmount_drv.la from dh_install.

commit 8f89c791678b83ecced6b215af3ae468569c60fc
Author: Drew Parsons <[EMAIL PROTECTED]>
Date:   Fri Oct 13 12:29:13 2006 +

New upstream version xf86-input-penmount-1.2.0.

commit 94881c0decb11ef0fe91d70a0f9c67d8d5255bd3
Author: Thierry Reding <[EMAIL PROTECTED]>
Date:   Tue Sep 26 10:26:34 2006 +

Add some more watch files.

commit dd7c108e98b2b1e741a444d6f290a0ca74be1559
Author: Steve Langasek <[EMAIL PROTECTED]>
Date:   Mon Sep 18 08:03:56 2006 +

merge 7.1 onto trunk for all input drivers -- packaging fixes only for
everything except keyboard and mouse, so no uploads needed, but no
reason to keep non-7.1 changes on a 7.1 branch we're abandoning, either

commit 3ed874156e081312654c7b33ad57acfc8a5f87b4
Author: Steve Langasek <[EMAIL PROTECTED]>
Date:   Mon Sep 18 06:48:25 2006 +

more fixes for unversioned directory names (input drivers)

commit 94942f16e556ab55d5b31c47a07b2d48782b4988
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Wed Apr 5 00:10:22 2006 +

Prepare changelogs for upload to unstable

commit 71fae2b2b9eef98994a773680de84ba8f9e54a93
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Mon Feb 13 03:46:16 2006 +

Fix Branden's email address

commit b5d51b1033d15542cc4e9174f143c16eca0d12a2
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Sun Feb 12 16:24:02 2006 +

Move all install files for renaming scheme and delete v4l driver which 
doesn't currently have packaging

commit 65abd95a5801026c1e5b2037cca672693afdaba5
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Fri Feb 10 05:20:12 2006 +

Actually change the names of the input drivers.

commit 772a355d2cc30b2554001ee10b963bca8faf67bd
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Fri Feb 10 03:40:14 2006 +

Change driver package names to new scheme

commit 3ab359fbf9c351623bb1ae28f2f505bc01e17c0f
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Mon Jan 30 02:24:55 2006 +

Move .install files to new naming scheme for drivers

commit 35841ab88e0c38028aa6821a4ec5da930ba5f389
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Sun Jan 29 21:21:32 2006 +

Pull in and use xsfbs

commit a852c58b3bf706b7ebd230d1bc32f50c33739ffe
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Sun Jan 29 20:36:06 2006 +

* Rename driver packages to be more consistent and intuitive
  + Video drivers are now named xorg-video-driver-foo and input drivers are
now named xorg-input-driver-foo
  + Video drivers provide xorg-video-driver and input drivers provide
xorg-input-driver
  + xorg-server-core depends on xorg-video-drivers-all | xorg-video-driver
and also xorg-input-drivers-all | xorg-input-drivers

commit d09e19f6c49d9035d9a465c6e596d938bd88f6eb
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Fri Jan 20 04:31:26 2006 +

Fix maintainer and uploader fields. God, I love sed.

commit 1bfabd9e9868188b0cd91b02611c2e3736fa35e7
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Fri Jan 13 05:48:42 2006 +

Add packaging for various drivers

commit 8691b824c50e1c50a44dc12a7e9608915e1cb796
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Fri Jan 13 04:05:21 2006 +

Update drivers in modular branch. We'll re-pull the ubuntu packaging 
properly

commit ee224307607c0aeb30ade33c9692f51c69ecc513
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Fri Dec 30 18:14:25 2005 +

Vendor drop of the rest of 7.0


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



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

2007-01-28 Thread David Nusinow
New branch 'upstream-unstable' available with the following commits:
commit 354ff4652838d66e7fd65f8afb3c63a3d26408a4
Author: Adam Jackson <[EMAIL PROTECTED]>
Date:   Fri Apr 7 18:04:49 2006 +

Unlibcwrap. Bump server version requirement. Bump to 1.1.0.

commit d3ee3ae96eb9e4a768e2cb038e799d70319b1358
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Wed Dec 21 02:29:58 2005 +

Update package version for X11R7 release.

commit fdd6b4783f150d6b74d60aff28b1fe81ebfbd147
Author: Adam Jackson <[EMAIL PROTECTED]>
Date:   Mon Dec 19 16:25:51 2005 +

Stub COPYING files

commit 2fc3dc7a8447ffa1b26a21e82f2e756f9655bc28
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Thu Dec 15 00:24:15 2005 +

Update package version number for final X11R7 release candidate.

commit 6632cca6ed18a6dde43131fdc6d543d51561e86f
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Tue Dec 6 22:48:31 2005 +

Change *man_SOURCES ==> *man_PRE to fix autotools warnings.

commit bc9fef5e5b08dc4724e4fd30a43affd18672
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Sat Dec 3 05:49:31 2005 +

Update package version number for X11R7 RC3 release.

commit acb3b797f5c102efb1ce2dc165fcd4d96cdfa422
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Fri Dec 2 02:16:06 2005 +

Remove extraneous AC_MSG_RESULT.

commit 455ed97c14511856da3988f6baec2e79fe90bdf9
Author: Adam Jackson <[EMAIL PROTECTED]>
Date:   Tue Nov 29 23:29:56 2005 +

Only build dlloader modules by default.

commit ab601ed7b9c9b855381a8bfd356003efe72ed7b7
Author: Alan Coopersmith <[EMAIL PROTECTED]>
Date:   Mon Nov 28 22:04:07 2005 +

Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4
update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir)

commit c502b94e5dc4f58babbd80fbf5ffbdb35e87381e
Author: Eric Anholt <[EMAIL PROTECTED]>
Date:   Mon Nov 21 10:49:07 2005 +

Add .cvsignores for drivers.

commit 40cabdd37502c0d94b6448899e0cbafd8efcb47c
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Wed Nov 9 21:15:13 2005 +

Update package version number for X11R7 RC2 release.

commit e204a90ac81e9450d6a2248cf466c83b8124e5ea
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Tue Nov 1 15:08:51 2005 +

Update pkgcheck depedencies to work with separate build roots.

commit cb8f47dfa9209a1b992d8e84da89c8463990ff89
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Wed Oct 19 02:48:01 2005 +

Update package version number for RC1 release.

commit 45d4587289facebc8f673b1070ba7d4c6189edce
Author: Alan Coopersmith <[EMAIL PROTECTED]>
Date:   Tue Oct 18 00:01:52 2005 +

Use @DRIVER_MAN_SUFFIX@ instead of $(DRIVER_MAN_SUFFIX) in macro
substitutions to work better with BSD make

commit 08c57757fc31fdd0173d107c061ba56971f624aa
Author: Adam Jackson <[EMAIL PROTECTED]>
Date:   Mon Oct 17 22:57:29 2005 +

More 1.7 braindamage: define EXTRA_DIST in terms of @DRIVER_NAME@ instead
of indirectly

commit 782f40c32bc9dc1d4928b970c2b1672d500b389d
Author: Alan Coopersmith <[EMAIL PROTECTED]>
Date:   Mon Oct 17 00:08:59 2005 +

Use sed & cpp to substitute variables in driver man pages

commit 78e793173eeca95c9ab3a8454ed0e1257d5a4ea8
Author: Daniel Stone <[EMAIL PROTECTED]>
Date:   Thu Aug 18 09:03:40 2005 +

Update autogen.sh to one that does objdir != srcdir.

commit 841042345cc103c2463f51cdb3e92842c17b9049
Author: Søren Sandmann Pedersen <[EMAIL PROTECTED]>
Date:   Wed Aug 10 14:07:24 2005 +

Don\'t lose existing CFLAGS in all the input drivers and some of the video
drivers

commit e3a93cc97cf0779d8f0b93f3265bff5c474d06e0
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Fri Jul 29 21:22:41 2005 +

Various changes preparing packages for RC0:
- Verify and update package version numbers as needed
- Implement versioning scheme
- Change bug address to point to bugzilla bug entry form
- Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to
reenable it)
- Fix makedepend to use pkgconfig and pass distcheck
- Update build script to build macros first
- Update modular Xorg version

commit 60eed8a659a1dc3fbf654bbe98b3cd294d812306
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Wed Jul 13 20:03:23 2005 +

Make the module dir configurable

commit 2a515a6ece5cdf1dd787c1a5839856a718b96796
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Wed Jul 13 02:21:02 2005 +

Update all input drivers to pass distcheck

commit 71b6db1a2ad3393a88b026de1fe527192ea83221
Author: Adam Jackson <[EMAIL PROTECTED]>
Date:   Tue Jul 12 06:15:09 2005 +

Build skeletons for input drivers. Should basically work.

commit 1b159b3eaa9f826e4cdf48cdde9826021662424d
Author: Adam Jackson <[EMAIL PROTECTED]>
Date:   Mon Jul 11 02:38:00 2005 +

Prep input drivers for modularizing by adding guarded #include "config.h"

commit aeec5b856374c4984938b53b8

xserver-xorg-input-palmax: Changes to 'svn-7.1'

2007-01-28 Thread David Nusinow
New branch 'svn-7.1' available with the following commits:
commit 71ba0ec2a9eca04fb28d5c2dfc011076456e19c5
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Sun Aug 6 23:25:48 2006 +

Mass driver dir rename to standards

commit 7d670855bbe28a65a04425ebbf77c78b0f3e60f9
Author: Branden Robinson <[EMAIL PROTECTED]>
Date:   Tue Aug 1 15:29:08 2006 +

Use only the major version, minor version, and major patch number
components of the Policy Manual revision in Standards-Version, because "the
minor patch level will be changed when only cosmetic, typographical or
other edits are made which neither change the meaning of the document nor
affect the contents of packages".  See Policy Manual §5.6.11.

(The real reason for this commit, as with r2615, is to test tweaks to the
repository's commit-email.pl script.)

commit bb02f0360153518c564d8eb2c9448bfd9e36f14e
Author: Branden Robinson <[EMAIL PROTECTED]>
Date:   Tue Aug 1 14:10:51 2006 +

Whitespace police.

(The real reason for this commit is to test tweaks to the repository's
commit-email.pl script.)

commit 4fbe0b4cb149716b2c9fc7fb0a72f86740ce88bf
Author: Branden Robinson <[EMAIL PROTECTED]>
Date:   Fri Jul 28 18:34:42 2006 +

Continue open season on bad directory names as described in commit log for
r2578.  (The --force was strong with this one, too.)

commit 1185d813ffaedab36a5d8718bab0c037dcb599fb
Author: Andres Salomon <[EMAIL PROTECTED]>
Date:   Mon Jul 17 05:29:25 2006 +

When building arch-dependent stuff, run dh_install w/ --list-missing.

commit 78ef43c698a61f3944ccc83def12c86f66c8d93f
Author: Andres Salomon <[EMAIL PROTECTED]>
Date:   Mon Jul 17 04:44:49 2006 +

Idempotency fixes; everywhere where we're using a separate build directory,
we tend to create it via "mkdir obj-$(foo)".  This doesn't work if 
rebuilding,
because the directory already exists.  Instead, only create it if there's
no directory there already.


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



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

2007-01-28 Thread David Nusinow
New branch 'debian-unstable' available with the following commits:
commit 50a471c7522f1010f472aa6b5bfdb420b4befee0
Author: Julien Cristau <[EMAIL PROTECTED]>
Date:   Tue Nov 7 06:46:29 2006 +

For each driver, add a symlink to xserver-xorg-core's bug script, so that 
each
new bugreport contains the user's config and log files.  Bump dependencies 
on
xserver-xorg-core to >= 2:1.1.1-11, to make sure that the bug script is
present.

commit ce1ec1ea54d53e2e1c030b614eb708ac9dbc9dc5
Author: Drew Parsons <[EMAIL PROTECTED]>
Date:   Thu Oct 12 14:55:42 2006 +

For input drivers,
xserver-xorg-input-magellan
xserver-xorg-input-microtouch
xserver-xorg-input-mutouch
xserver-xorg-input-palmax
xserver-xorg-input-spaceorb:

  * New upstream version (X11R7.1).
  * Standards version 3.7.2.
  * Use debhelper 5.
  * [Build-] Depends: xserver-xorg (>= 2:1.1.1-1).
  * Use dh_installman to install man pages.
  * Exclude .la from dh_install.

commit f2c9e58be90171b4e0ebc9d20d04f164ec7706ec
Author: Drew Parsons <[EMAIL PROTECTED]>
Date:   Thu Oct 12 13:19:39 2006 +

New upstream versions (X11R7.1):
xf86-input-magellan-1.1.0
xf86-input-microtouch-1.1.0
xf86-input-mutouch-1.1.0
xf86-input-palmax-1.1.0
xf86-input-spaceorb-1.1.0

commit 00ea96c86d8db22af74c2d49bfca0a5c30f3d31a
Author: Thierry Reding <[EMAIL PROTECTED]>
Date:   Tue Sep 26 10:26:34 2006 +

Add some more watch files.

commit cf4447c585eb932419e98c08de5067ed3dab4106
Author: Steve Langasek <[EMAIL PROTECTED]>
Date:   Mon Sep 18 08:03:56 2006 +

merge 7.1 onto trunk for all input drivers -- packaging fixes only for
everything except keyboard and mouse, so no uploads needed, but no
reason to keep non-7.1 changes on a 7.1 branch we're abandoning, either

commit 6e6b34be9a470b4b211df2673852528d7bc5c759
Author: Steve Langasek <[EMAIL PROTECTED]>
Date:   Mon Sep 18 06:48:25 2006 +

more fixes for unversioned directory names (input drivers)

commit c338018597404d0cc0a3b8a599665b71978aa58e
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Wed Apr 5 00:10:22 2006 +

Prepare changelogs for upload to unstable

commit dafeff0dd212588ae74854ed0fd37dfd5977d5c8
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Mon Feb 13 03:46:16 2006 +

Fix Branden's email address

commit e015063435f8d6628719e770f734c8abf8df9369
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Sun Feb 12 16:24:02 2006 +

Move all install files for renaming scheme and delete v4l driver which 
doesn't currently have packaging

commit 40108054aa8701613ddb3d3fc30cc14906d4d4ee
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Fri Feb 10 05:20:12 2006 +

Actually change the names of the input drivers.

commit d99c76a1165425fb07dcdca58baf6b894fcc6f92
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Fri Feb 10 03:40:14 2006 +

Change driver package names to new scheme

commit c2c71e839811e1e39727bce55c172d902bdd1edc
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Mon Jan 30 02:24:55 2006 +

Move .install files to new naming scheme for drivers

commit 32267e8ff30d62cb16f3b7e7ab87cb953621e349
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Sun Jan 29 21:21:32 2006 +

Pull in and use xsfbs

commit 6973bba99bdd23df1fe5b6c2dda9b9c8b3662e28
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Sun Jan 29 20:36:06 2006 +

* Rename driver packages to be more consistent and intuitive
  + Video drivers are now named xorg-video-driver-foo and input drivers are
now named xorg-input-driver-foo
  + Video drivers provide xorg-video-driver and input drivers provide
xorg-input-driver
  + xorg-server-core depends on xorg-video-drivers-all | xorg-video-driver
and also xorg-input-drivers-all | xorg-input-drivers

commit f77fa48b29ec6c678277e5a4dcb5183903d8a99f
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Fri Jan 20 04:31:26 2006 +

Fix maintainer and uploader fields. God, I love sed.

commit 1f8b47cef0d2bb27085b101f56383e068a5460e4
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Fri Jan 13 05:48:42 2006 +

Add packaging for various drivers

commit e8ab08430db356d548ab918565ff35ce16b87d87
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Fri Jan 13 04:05:21 2006 +

Update drivers in modular branch. We'll re-pull the ubuntu packaging 
properly

commit 55eb26ae7d9776fb1b5f99b77da6defc20548fdd
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Fri Dec 30 18:14:25 2005 +

Vendor drop of the rest of 7.0


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



Re: x11proto-randr: Changes to 'upstream-unstable'

2007-01-28 Thread Drew Parsons
David explained:
> > Hi David, there's a version discrepancy here.  upstream-unstable for
> > x11proto-randr in fact refers to v1.2 and seems to be pulled from
> > upstream head, while debian-unstable is 1.1.2.
> 
> Right, you'll find this is true for all of the packages. In discussion with
> Thierry, we realized that it would be a ton of work to figure out the exact
> upstream version for each package, and for relatively little payoff. Since
> we're nearing release time for Xorg, we'll be syncing to the latest from
> upstream anyway, so the upstream-unstable branches should fall in line as
> we update for 7.2. This'll save both time and effort, we both agreed it was
> worthwhile.

Oh OK.  So long as it's known and deliberate, I'm happy :) 

But I notice upstream-etch does not exist either.  How will we be
generating these branches, from upstream or from current
debian-unstable deleting the debian directory?  I'm assuming here we
were planning to use upstream-etch branches.  Just asking out of
curiosity, my main interest is in the future, I'll start creating
[upstream,debian]-experimental branches soon (unless etch gets released
before I get the chance).

Drew


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



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

2007-01-28 Thread David Nusinow
New branch 'upstream-unstable' available with the following commits:
commit e733e8f969cd566bd2ece3afb738e0311fcddcb5
Author: Adam Jackson <[EMAIL PROTECTED]>
Date:   Fri Apr 7 18:02:19 2006 +

Unlibcwrap. Bump server version requirement. Bump to 1.1.0.

commit ae2cc1656600d1be2237e822efc07a9d927c07f2
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Wed Dec 21 02:29:58 2005 +

Update package version for X11R7 release.

commit e8c8388dbf5ed483779d3ce52be6dd873f91c52d
Author: Adam Jackson <[EMAIL PROTECTED]>
Date:   Mon Dec 19 16:25:51 2005 +

Stub COPYING files

commit b1f790f94888d4f8011bd1b0e54bbe602410e0a7
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Thu Dec 15 00:24:15 2005 +

Update package version number for final X11R7 release candidate.

commit 785048e920a8f6d8db615333e7b75587a2dfe06d
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Tue Dec 6 22:48:31 2005 +

Change *man_SOURCES ==> *man_PRE to fix autotools warnings.

commit c48f7b4eaa3202ee06767b6f39ae8a6c90f4e0a0
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Sat Dec 3 05:49:31 2005 +

Update package version number for X11R7 RC3 release.

commit 764ced9de098668041eece797ffd004ee0466002
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Fri Dec 2 02:16:06 2005 +

Remove extraneous AC_MSG_RESULT.

commit 7949be851c9f50edc0d9b181a11c32964ce282cd
Author: Adam Jackson <[EMAIL PROTECTED]>
Date:   Tue Nov 29 23:29:56 2005 +

Only build dlloader modules by default.

commit 0586f0e844901504da5b283756e1aa63a0ed341e
Author: Alan Coopersmith <[EMAIL PROTECTED]>
Date:   Mon Nov 28 22:04:07 2005 +

Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4
update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir)

commit 9d5518d9ab351b0e8a949fed264fb3f370685edf
Author: Eric Anholt <[EMAIL PROTECTED]>
Date:   Mon Nov 21 10:49:07 2005 +

Add .cvsignores for drivers.

commit 7f7d5e7e7995ec3ebff57e6fb4b8362b314bf1a7
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Wed Nov 9 21:15:12 2005 +

Update package version number for X11R7 RC2 release.

commit b7b562c7fa2f695b978e6ed6764d64230dd0da91
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Tue Nov 1 15:08:51 2005 +

Update pkgcheck depedencies to work with separate build roots.

commit 9a0c829b826a485e397ef00032a812c8a0e639ae
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Wed Oct 19 02:48:01 2005 +

Update package version number for RC1 release.

commit db594b1ecb57e45a48da64244e9f7beb674a4b84
Author: Alan Coopersmith <[EMAIL PROTECTED]>
Date:   Tue Oct 18 00:01:52 2005 +

Use @DRIVER_MAN_SUFFIX@ instead of $(DRIVER_MAN_SUFFIX) in macro
substitutions to work better with BSD make

commit 33fa6668eebed44cbe97ea6179c39f4ea060cce9
Author: Adam Jackson <[EMAIL PROTECTED]>
Date:   Mon Oct 17 22:57:29 2005 +

More 1.7 braindamage: define EXTRA_DIST in terms of @DRIVER_NAME@ instead
of indirectly

commit 1ea02bdc3c9557f6b5e1506168d35af9fa6eea89
Author: Alan Coopersmith <[EMAIL PROTECTED]>
Date:   Mon Oct 17 00:08:59 2005 +

Use sed & cpp to substitute variables in driver man pages

commit 0213d5e01d8a366a4e6412c8885581df09953cca
Author: Daniel Stone <[EMAIL PROTECTED]>
Date:   Thu Aug 18 09:03:40 2005 +

Update autogen.sh to one that does objdir != srcdir.

commit dd57104958bc29b3ea0487eb9a07cc5747e0799e
Author: Søren Sandmann Pedersen <[EMAIL PROTECTED]>
Date:   Wed Aug 10 14:07:23 2005 +

Don\'t lose existing CFLAGS in all the input drivers and some of the video
drivers

commit b508bcd4fb19061fd9bd886c293679b246afea59
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Fri Jul 29 21:22:41 2005 +

Various changes preparing packages for RC0:
- Verify and update package version numbers as needed
- Implement versioning scheme
- Change bug address to point to bugzilla bug entry form
- Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to
reenable it)
- Fix makedepend to use pkgconfig and pass distcheck
- Update build script to build macros first
- Update modular Xorg version

commit 869e0e0304a841a60fca13ab142a5e7afd6fab26
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Wed Jul 13 20:03:22 2005 +

Make the module dir configurable

commit 1af0ed35da050eb6cfd672ebcf4a244e2ac28f52
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Wed Jul 13 02:21:01 2005 +

Update all input drivers to pass distcheck

commit f2ceee068d4701362608c7de7c69a04dd5a188b9
Author: Adam Jackson <[EMAIL PROTECTED]>
Date:   Tue Jul 12 06:15:09 2005 +

Build skeletons for input drivers. Should basically work.

commit 07fe4780c2d7d56fea95a43732fbec9a3a8553dd
Author: Adam Jackson <[EMAIL PROTECTED]>
Date:   Mon Jul 11 02:38:00 2005 +

Prep input drivers for modularizing by adding guarded #include "config.h"

commit cbf465fc48ee205ee7140eefd

xserver-xorg-input-mutouch: Changes to 'svn-7.1'

2007-01-28 Thread David Nusinow
New branch 'svn-7.1' available with the following commits:
commit 90166271d6717910dfbc6ad7dba7466a46adc2a9
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Sun Aug 6 23:25:48 2006 +

Mass driver dir rename to standards

commit 89f1951aa0c7242b68c5c8f269f686f6ebc7fa6b
Author: Branden Robinson <[EMAIL PROTECTED]>
Date:   Tue Aug 1 15:29:08 2006 +

Use only the major version, minor version, and major patch number
components of the Policy Manual revision in Standards-Version, because "the
minor patch level will be changed when only cosmetic, typographical or
other edits are made which neither change the meaning of the document nor
affect the contents of packages".  See Policy Manual §5.6.11.

(The real reason for this commit, as with r2615, is to test tweaks to the
repository's commit-email.pl script.)

commit 3318f4de80368727bdfe2b74c450c711b370dd12
Author: Branden Robinson <[EMAIL PROTECTED]>
Date:   Tue Aug 1 14:10:51 2006 +

Whitespace police.

(The real reason for this commit is to test tweaks to the repository's
commit-email.pl script.)

commit f287f644126c962fc1228007ba9be380b996a765
Author: Branden Robinson <[EMAIL PROTECTED]>
Date:   Fri Jul 28 18:34:42 2006 +

Continue open season on bad directory names as described in commit log for
r2578.  (The --force was strong with this one, too.)

commit f081218294e8bece22232d670575d123dbc9711c
Author: Andres Salomon <[EMAIL PROTECTED]>
Date:   Mon Jul 17 05:29:25 2006 +

When building arch-dependent stuff, run dh_install w/ --list-missing.

commit 19edf62df69ea6693d28578f02917073786d5a36
Author: Andres Salomon <[EMAIL PROTECTED]>
Date:   Mon Jul 17 04:44:49 2006 +

Idempotency fixes; everywhere where we're using a separate build directory,
we tend to create it via "mkdir obj-$(foo)".  This doesn't work if 
rebuilding,
because the directory already exists.  Instead, only create it if there's
no directory there already.


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



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

2007-01-28 Thread David Nusinow
New branch 'debian-unstable' available with the following commits:
commit 78656ac3fde85dd53a3eb6652d8dbd695894750e
Author: Julien Cristau <[EMAIL PROTECTED]>
Date:   Tue Nov 7 06:46:29 2006 +

For each driver, add a symlink to xserver-xorg-core's bug script, so that 
each
new bugreport contains the user's config and log files.  Bump dependencies 
on
xserver-xorg-core to >= 2:1.1.1-11, to make sure that the bug script is
present.

commit 0d9c84df2ae5235a2fd1bda63847ff15edd9754d
Author: Drew Parsons <[EMAIL PROTECTED]>
Date:   Thu Oct 12 14:55:42 2006 +

For input drivers,
xserver-xorg-input-magellan
xserver-xorg-input-microtouch
xserver-xorg-input-mutouch
xserver-xorg-input-palmax
xserver-xorg-input-spaceorb:

  * New upstream version (X11R7.1).
  * Standards version 3.7.2.
  * Use debhelper 5.
  * [Build-] Depends: xserver-xorg (>= 2:1.1.1-1).
  * Use dh_installman to install man pages.
  * Exclude .la from dh_install.

commit 21d2236b69f37e0997a34130790e4b234bbd25ba
Author: Drew Parsons <[EMAIL PROTECTED]>
Date:   Thu Oct 12 13:19:39 2006 +

New upstream versions (X11R7.1):
xf86-input-magellan-1.1.0
xf86-input-microtouch-1.1.0
xf86-input-mutouch-1.1.0
xf86-input-palmax-1.1.0
xf86-input-spaceorb-1.1.0

commit 73ff32c895e883b823d6fe73bb5cfdf2e83b7d01
Author: Thierry Reding <[EMAIL PROTECTED]>
Date:   Tue Sep 26 10:26:34 2006 +

Add some more watch files.

commit 4ace2cbf18a0a28664a2ebc8bdc1b755c45ac531
Author: Steve Langasek <[EMAIL PROTECTED]>
Date:   Mon Sep 18 08:03:56 2006 +

merge 7.1 onto trunk for all input drivers -- packaging fixes only for
everything except keyboard and mouse, so no uploads needed, but no
reason to keep non-7.1 changes on a 7.1 branch we're abandoning, either

commit 5007a4878a6f2f434ab07a22890ac0a9c5b44efb
Author: Steve Langasek <[EMAIL PROTECTED]>
Date:   Mon Sep 18 06:48:25 2006 +

more fixes for unversioned directory names (input drivers)

commit dcc8fca84160f1842efdd871a982c2ff412ff479
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Wed Apr 5 00:10:22 2006 +

Prepare changelogs for upload to unstable

commit d8a7259cf85415adad05eb9564ffb875a6351957
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Mon Feb 13 03:46:16 2006 +

Fix Branden's email address

commit cd2a540a05131a6ede649f5c262934246f03b5c6
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Sun Feb 12 16:24:02 2006 +

Move all install files for renaming scheme and delete v4l driver which 
doesn't currently have packaging

commit 3ef3fb8db58cce0ed3f77bc34b870e296483a2d4
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Fri Feb 10 05:20:12 2006 +

Actually change the names of the input drivers.

commit 940e1848ecc3bff306f1fad84aabe311c03eb6ea
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Fri Feb 10 03:40:14 2006 +

Change driver package names to new scheme

commit a7409fafe2d5e71b8d8358ff56bbd24378b2627c
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Mon Jan 30 02:24:55 2006 +

Move .install files to new naming scheme for drivers

commit 562116e64e44b9815ca4c545669c8fbb7942c382
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Sun Jan 29 21:21:32 2006 +

Pull in and use xsfbs

commit 16f31ab9deab1e8af472d6e3113b84ace3cda689
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Sun Jan 29 20:36:06 2006 +

* Rename driver packages to be more consistent and intuitive
  + Video drivers are now named xorg-video-driver-foo and input drivers are
now named xorg-input-driver-foo
  + Video drivers provide xorg-video-driver and input drivers provide
xorg-input-driver
  + xorg-server-core depends on xorg-video-drivers-all | xorg-video-driver
and also xorg-input-drivers-all | xorg-input-drivers

commit 07fc13416a299eaf5838ad34a12dd59f4f70f71c
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Fri Jan 20 04:31:26 2006 +

Fix maintainer and uploader fields. God, I love sed.

commit d780eee260b20952c5692e55f224619965d0ea4c
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Fri Jan 13 05:48:42 2006 +

Add packaging for various drivers

commit 950d2572c45d3a4478a0956d3ec417fea61124a9
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Fri Jan 13 04:05:21 2006 +

Update drivers in modular branch. We'll re-pull the ubuntu packaging 
properly

commit 41199737aa3a724424e3dd9eabd40f3431eed48a
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Fri Dec 30 18:14:25 2005 +

Vendor drop of the rest of 7.0


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



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

2007-01-28 Thread David Nusinow
New branch 'upstream-unstable' available with the following commits:
commit e355dc2e04b1b4756d4ad8553794b4e9721c
Author: Daniel Stone <[EMAIL PROTECTED]>
Date:   Thu Nov 30 19:57:28 2006 +0200

bump to 1.2.1

commit fb347fb74e1a50fa900f225d13eee1aa829fa2f9
Author: Matthias Hopf <[EMAIL PROTECTED]>
Date:   Thu Nov 23 18:17:33 2006 +0100

Work around race condition during VT switch.

https://bugzilla.novell.com/show_bug.cgi?id=219946

commit 7a866ae143c3638d6b1e3836d48f16e300e90b09
Author: Daniel Stone <[EMAIL PROTECTED]>
Date:   Thu Nov 2 04:47:12 2006 +0200

bump to 1.2.0

commit ddc0db4fe85e2b8de31ad67a6d4f97808bce018f
Author: Daniel Stone <[EMAIL PROTECTED]>
Date:   Thu Nov 2 00:07:01 2006 +0200

port to new motion history api, add right number of args to IPDS

Use new motion history API from the DIX if available, and also use the
right number of args to InitPointerDeviceStruct, depending on the ABI
version.

commit 167dbbc2af6cad5d3b320e4e384bd78dd3450a5c
Author: Adam Jackson <[EMAIL PROTECTED]>
Date:   Fri Oct 13 18:28:46 2006 -0400

Bump to 1.1.2

commit 40cfeffc5bea7ecdc20bbbe4db50fd725a62f29b
Author: Daniel Stone <[EMAIL PROTECTED]>
Date:   Sun Aug 27 13:06:31 2006 +0300

move manpage to mousedrv.man to avoid conflict with mouse.4

commit ac0dc7451be0a8aba703fd4d9a78e17544c40842
Author: Tilman Sauerbeck <[EMAIL PROTECTED]>
Date:   Sun Jul 9 20:01:26 2006 +0200

Bug #5285: added some missing includes, avoid redefinition of
NEED_XF86_TYPES.

commit 6dbc6ad05d147831a62b161e23f5da29101f2cfa
Author: Matthias Hopf <[EMAIL PROTECTED]>
Date:   Fri May 26 13:55:39 2006 +

Bump to 1.1.1.

commit 12bd04878774154fe83d785418b87dd37b4f2f15
Author: Matthias Hopf <[EMAIL PROTECTED]>
Date:   Fri Apr 21 11:15:23 2006 +

Fixed default for YAxisMapping. Changed default for ZAxisMapping. Added
short explanation.
Autodetect (one way only) single wheel only for EXPS2. Use singlebit
protocol for multiwheel EXPS2 mice.

commit 2ce9bbe76c788fe7c41d2607577c867e5a3d9608
Author: Matthias Hopf <[EMAIL PROTECTED]>
Date:   Thu Apr 20 18:25:32 2006 +

Overhaul of wheel processing. Does work correctly with multibit zaxis
events now.

commit 5e9624b3695cf37fff7986d1585e4227bad789f5
Author: Adam Jackson <[EMAIL PROTECTED]>
Date:   Fri Apr 7 17:59:54 2006 +

Unlibcwrap. Bump server version requirement. Bump to 1.1.0.

commit 270fe8e1ccd2f5af114e8292bee8c4d27a1d93ab
Author: Eric Anholt <[EMAIL PROTECTED]>
Date:   Mon Apr 3 21:18:50 2006 +

Coverity #875: Correct several memory leaks in options parsing.

commit abe3a020a70859f680163a8105cebeac42695f72
Author: Adam Jackson <[EMAIL PROTECTED]>
Date:   Tue Feb 28 19:44:45 2006 +

Bump to 1.0.4.

commit 6de7233e0fdb63d4794df45d76391a4a6f04ec8d
Author: Matthias Hopf <[EMAIL PROTECTED]>
Date:   Thu Feb 2 11:53:50 2006 +

Fixed ButtonMapping default.

commit 9ec6a9a1c1b01e37ea60611160a4c15c2f308086
Author: Matthias Hopf <[EMAIL PROTECTED]>
Date:   Tue Jan 17 11:49:57 2006 +

Bug #5071: EmulateWheelTimeout didn't work as anticipated.

commit 745e3d38594938742f16508a61bd0ce9598fcf30
Author: Daniel Stone <[EMAIL PROTECTED]>
Date:   Mon Jan 9 02:30:15 2006 +

Remove unconditionally-defined #ifdef PNP_MOUSE blocks.

commit b9db086daae7aacae068e4db85575737ebe76f45
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Wed Dec 21 02:29:57 2005 +

Update package version for X11R7 release.

commit d84b58ede20c31f4acbf886197c92b6f69d32da8
Author: Adam Jackson <[EMAIL PROTECTED]>
Date:   Mon Dec 19 16:25:51 2005 +

Stub COPYING files

commit 28c5410df7ba8af07b994c0907519e869c9df750
Author: Alan Coopersmith <[EMAIL PROTECTED]>
Date:   Mon Dec 19 09:07:50 2005 +

Typo fixes, mailing list & url updates, and other changes to prepare for
X11R6.9 & 7.0 releases.

commit c231bba8457cbe98c516f0ee90ebc2c4b5a936a9
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Thu Dec 15 00:21:33 2005 +

Update package version number for final X11R7 release candidate. Bump
driver version number.

commit c356477c8dab15a68fa6deb06181c28d2e9d1c54
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Mon Dec 12 06:59:54 2005 +

Bug #1752: When emulating 3 buttons in "auto" mode, timeout immediately
when a mouse movement is detected (Egbert Eich, Kean Johnston, Kevin
Martin).

commit 4180beef7023dc3a860dd9895c986317326c5236
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Tue Dec 6 22:48:31 2005 +

Change *man_SOURCES ==> *man_PRE to fix autotools warnings.

commit bef647bfb75c9be08046ba041e775e2be483bc05
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Sat Dec 3 05:49:31 2005 +

Update package version number for X11R7 RC3 release.

commit e8f1d1cc8f021c8034087c7d2d26a945fda41467
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Sat Dec 3 05:45:18 2005 +

Bump version numbers for X11

xserver-xorg-input-mouse: Changes to 'svn-7.1'

2007-01-28 Thread David Nusinow
New branch 'svn-7.1' available with the following commits:
commit be0c48a9d855c9ec817e818d581d7fe6935b1170
Author: Drew Parsons <[EMAIL PROTECTED]>
Date:   Wed Sep 13 09:47:04 2006 +

 * xserver-xorg dependencies should be 2:1.1 not 1:1.1. Closes: #385028.

commit c5051d1eb972dc9979e83b79273d46535270b00f
Author: Drew Parsons <[EMAIL PROTECTED]>
Date:   Mon Aug 14 13:43:56 2006 +

Updated dependencies to xserver-xorg (>= 1:1.1.1-1). Closes: #382979.

commit 2c1b310db34614801a0825a7a0a1d6a466310185
Author: Drew Parsons <[EMAIL PROTECTED]>
Date:   Sat Aug 12 15:03:45 2006 +

Upload xf86-input-mouse-1.1.1 to experimental:
  * New upstream release (X11R7.1, xf86-input-mouse-1.1.1).
- applies patch 01_stolen_fron_HEAD_spurious_mouse_events.diff.
  * Use debhelper v5.
  * Use dh_installman to install man page.
  * Exclude .la (and manpages) from dh_install.

commit 83efc8ce1516b7f39bd51dadfc3e2cc3cdc0a95f
Author: Drew Parsons <[EMAIL PROTECTED]>
Date:   Sat Aug 12 14:24:02 2006 +

New upstream release xf86-input-mouse-1.1.1.

commit 7430b5e687a625c20ca4496dce975c14d4618e20
Author: Branden Robinson <[EMAIL PROTECTED]>
Date:   Tue Aug 1 15:29:08 2006 +

Use only the major version, minor version, and major patch number
components of the Policy Manual revision in Standards-Version, because "the
minor patch level will be changed when only cosmetic, typographical or
other edits are made which neither change the meaning of the document nor
affect the contents of packages".  See Policy Manual §5.6.11.

(The real reason for this commit, as with r2615, is to test tweaks to the
repository's commit-email.pl script.)

commit d50c5690b583c59c720859572a3324bfb786ecb7
Author: Andres Salomon <[EMAIL PROTECTED]>
Date:   Mon Jul 17 04:44:49 2006 +

Idempotency fixes; everywhere where we're using a separate build directory,
we tend to create it via "mkdir obj-$(foo)".  This doesn't work if 
rebuilding,
because the directory already exists.  Instead, only create it if there's
no directory there already.


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



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

2007-01-28 Thread David Nusinow
New branch 'debian-unstable' available with the following commits:
commit b436bb968ee9b8dc32c590ee7adca2170ed692bf
Author: Julien Cristau <[EMAIL PROTECTED]>
Date:   Tue Nov 7 06:46:29 2006 +

For each driver, add a symlink to xserver-xorg-core's bug script, so that 
each
new bugreport contains the user's config and log files.  Bump dependencies 
on
xserver-xorg-core to >= 2:1.1.1-11, to make sure that the bug script is
present.

commit 32d66e27cbcaff2c6838cfc9d8db4d381d26da84
Author: Thierry Reding <[EMAIL PROTECTED]>
Date:   Tue Sep 26 10:26:34 2006 +

Add some more watch files.

commit 3383ba982e2e0cfbb1cc808cd96dec23cd717472
Author: Drew Parsons <[EMAIL PROTECTED]>
Date:   Fri Sep 22 23:57:17 2006 +

* Upload to unstable (X11R7.1 transition).

commit a0830e02cf34e38e4fd54d6213e644f7f8488b1d
Author: Steve Langasek <[EMAIL PROTECTED]>
Date:   Mon Sep 18 08:03:56 2006 +

merge 7.1 onto trunk for all input drivers -- packaging fixes only for
everything except keyboard and mouse, so no uploads needed, but no
reason to keep non-7.1 changes on a 7.1 branch we're abandoning, either

commit 4d18e5578b65d8d5fbaeab31876351dcd2c1377d
Author: David Martínez <[EMAIL PROTECTED]>
Date:   Sat May 13 22:02:30 2006 +

 - Added DRIVER_MAN_DIR=\$$\(mandir\)/man4 to
   configure call in order to ship mouse.man as mouse.4x, but inside
   /usr/share/man/man4/.  I did this because otherwise it would conflict
   with mouse.4 from manpages.  Many thanks to Russ Albery for the hint.

commit f1f0506aec325c300ef4602ceedeb48156d50450
Author: David Martínez <[EMAIL PROTECTED]>
Date:   Sat May 13 21:47:17 2006 +

Change distribution to unstable.  Prepare for release.

commit 497558815806596bd06195900723d040c8525c11
Author: David Martínez <[EMAIL PROTECTED]>
Date:   Sat May 13 21:29:59 2006 +

* Added DRIVER_MAN_SUFFIX=4x in order to ship mouse.man as mouse.4x (I
  *know* that it makes lintian shout).  I did this because otherwise it
   would conflict witn mouse.4 from manpages.
* Added README to installed docs.
* Added /usr/share/man to xserver-xorg-input-mouse.install.

commit 33426ff299de4e751d84c82acc1f972f4a75e00f
Author: David Martínez <[EMAIL PROTECTED]>
Date:   Sat May 13 11:25:22 2006 +

  - Added --list-missing to dh_install.
* debian/control:
  - Updated Standards-Version to 3.7.2.0.
  - Added Depends on xserver-xorg-core (>= 1:0.99.0-1).

commit 03942aa282c3f07075a6a75fbfe4673ed5eba6dd
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Fri May 12 15:36:53 2006 +

* Add quilt to build-depends

commit ad7491ef4abbd43ec75ba70a74cf8bcc73339d70
Author: David Martínez <[EMAIL PROTECTED]>
Date:   Fri May 12 12:10:05 2006 +

* debian/rules: Added support for patches.
* 01_stolen_fron_HEAD_spurious_mouse_events.diff: Added patch for mouse.c
  from CVS in order to fix fast scrolling and wrong events. Closes: #366787.

commit a3d0588d1b3a69bfe1651025baf2a713d8b1d1f8
Author: David Martínez <[EMAIL PROTECTED]>
Date:   Fri May 12 11:00:53 2006 +

Follow SVN best practices and rename mouse input driver tree.

commit 2966201102e130acb1734156be18d02bc8b21897
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Wed Apr 5 00:10:22 2006 +

Prepare changelogs for upload to unstable

commit cf40c55c9475740d1a375f849ba0557f3b42e308
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Wed Mar 22 02:47:19 2006 +

Version bump for drivers and delete obsolete versions

commit 41ed64335eff9539ade3a6ab8967e34f897e80e7
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Wed Mar 22 02:43:39 2006 +

Copy mouse driver 1.0.4 over to working branch

commit f4154700d8a5a9db9587e57f6823d8b0e2e192f9
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Wed Mar 22 02:41:07 2006 +

Vendor drop of new mouse and citron drivers


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



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

2007-01-28 Thread David Nusinow
New branch 'upstream-unstable' available with the following commits:
commit 9fc3589deb973b70fc7e9513e9a31f9e199ac45a
Author: Adam Jackson <[EMAIL PROTECTED]>
Date:   Fri Apr 7 17:56:05 2006 +

Unlibcwrap. Bump server version requirement. Bump to 1.1.0.

commit cf37b232d6d4ec6e4d9c21a146a8039b66385e8d
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Wed Dec 21 02:29:57 2005 +

Update package version for X11R7 release.

commit 237e9e3a31b0afda993b80f0e868436544c44004
Author: Adam Jackson <[EMAIL PROTECTED]>
Date:   Mon Dec 19 16:25:51 2005 +

Stub COPYING files

commit 896541f04611b5e46047769dd008ee39c2fba413
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Thu Dec 15 00:24:15 2005 +

Update package version number for final X11R7 release candidate.

commit 1f33cb32d49e21b9591625674e11dcfd029bb4bf
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Tue Dec 6 22:48:31 2005 +

Change *man_SOURCES ==> *man_PRE to fix autotools warnings.

commit e9bee2728441a693b8ce89d172d0ac1cf38022ed
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Sat Dec 3 05:49:31 2005 +

Update package version number for X11R7 RC3 release.

commit 7436b6ed988a8a456f5f3ff36b01e10d82f1e45c
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Fri Dec 2 02:16:06 2005 +

Remove extraneous AC_MSG_RESULT.

commit 3918da11973aa1f57899cdd486e1aab2fd612f06
Author: Adam Jackson <[EMAIL PROTECTED]>
Date:   Tue Nov 29 23:29:56 2005 +

Only build dlloader modules by default.

commit 7a7149c617fb08795b473ec187fd4502bf117184
Author: Alan Coopersmith <[EMAIL PROTECTED]>
Date:   Mon Nov 28 22:04:07 2005 +

Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4
update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir)

commit ca33288b1f8d2cb5efb099087ff11cb91759eab3
Author: Eric Anholt <[EMAIL PROTECTED]>
Date:   Mon Nov 21 10:49:06 2005 +

Add .cvsignores for drivers.

commit b2aa9470ce74c64f7d9272fce0965cf2974a0168
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Wed Nov 9 21:15:12 2005 +

Update package version number for X11R7 RC2 release.

commit 4d8b5de5543ece0fa1d9d9dfd66225ada1ae00a0
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Tue Nov 1 15:08:50 2005 +

Update pkgcheck depedencies to work with separate build roots.

commit 143e26fdd44231ec600da41ae622b9075424951b
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Wed Oct 19 02:48:01 2005 +

Update package version number for RC1 release.

commit e743ddc911fd59b48cb279f6c8b16502b4cb4b7a
Author: Alan Coopersmith <[EMAIL PROTECTED]>
Date:   Tue Oct 18 00:01:52 2005 +

Use @DRIVER_MAN_SUFFIX@ instead of $(DRIVER_MAN_SUFFIX) in macro
substitutions to work better with BSD make

commit 74fcf3718f1dcb2692e0c843b91ea5ba271d421c
Author: Adam Jackson <[EMAIL PROTECTED]>
Date:   Mon Oct 17 22:57:29 2005 +

More 1.7 braindamage: define EXTRA_DIST in terms of @DRIVER_NAME@ instead
of indirectly

commit d3ad1193e99600ebfe39cf955bfbbecd3c5e067d
Author: Alan Coopersmith <[EMAIL PROTECTED]>
Date:   Mon Oct 17 00:08:59 2005 +

Use sed & cpp to substitute variables in driver man pages

commit 807bb7ed3d0fa5a77c66200f564d75e2e9e0b321
Author: Daniel Stone <[EMAIL PROTECTED]>
Date:   Thu Aug 18 09:03:40 2005 +

Update autogen.sh to one that does objdir != srcdir.

commit 1ba3e944e6538015b96050efc1ade7a234f319fd
Author: Søren Sandmann Pedersen <[EMAIL PROTECTED]>
Date:   Wed Aug 10 14:07:23 2005 +

Don\'t lose existing CFLAGS in all the input drivers and some of the video
drivers

commit 0f9543756b9d4d21c2d0cb1c5524f617af880f68
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Fri Jul 29 21:22:41 2005 +

Various changes preparing packages for RC0:
- Verify and update package version numbers as needed
- Implement versioning scheme
- Change bug address to point to bugzilla bug entry form
- Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to
reenable it)
- Fix makedepend to use pkgconfig and pass distcheck
- Update build script to build macros first
- Update modular Xorg version

commit f1c1b44d7fba1a25f7c141154034cbde52b210c4
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Wed Jul 13 20:03:22 2005 +

Make the module dir configurable

commit 15b739e9516e41ccb594e011f8e45d4cabb4cbae
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Wed Jul 13 02:21:01 2005 +

Update all input drivers to pass distcheck

commit 6f79ec79620219117ad0520ccf2f6d3fc4a7d7b9
Author: Adam Jackson <[EMAIL PROTECTED]>
Date:   Tue Jul 12 06:15:09 2005 +

Build skeletons for input drivers. Should basically work.

commit 45775f7085e93e15465ab86540e378331155adef
Author: Adam Jackson <[EMAIL PROTECTED]>
Date:   Mon Jul 11 02:38:00 2005 +

Prep input drivers for modularizing by adding guarded #include "config.h"

commit 58570d8456c500100d3ab54e2

xserver-xorg-input-microtouch: Changes to 'svn-7.1'

2007-01-28 Thread David Nusinow
New branch 'svn-7.1' available with the following commits:
commit e1c60b449236c1113fa4aacce269ca077ccd926a
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Sun Aug 6 23:25:48 2006 +

Mass driver dir rename to standards

commit a16f0aa5ec36858fda873a454822c3ce3b94b2d6
Author: Branden Robinson <[EMAIL PROTECTED]>
Date:   Tue Aug 1 15:29:08 2006 +

Use only the major version, minor version, and major patch number
components of the Policy Manual revision in Standards-Version, because "the
minor patch level will be changed when only cosmetic, typographical or
other edits are made which neither change the meaning of the document nor
affect the contents of packages".  See Policy Manual §5.6.11.

(The real reason for this commit, as with r2615, is to test tweaks to the
repository's commit-email.pl script.)

commit 9dae9b9829a003e4322a579af0c6e20fede176ce
Author: Branden Robinson <[EMAIL PROTECTED]>
Date:   Tue Aug 1 14:10:51 2006 +

Whitespace police.

(The real reason for this commit is to test tweaks to the repository's
commit-email.pl script.)

commit 3bf8639100b82fab515c40960927d16f45dfbc9e
Author: Branden Robinson <[EMAIL PROTECTED]>
Date:   Fri Jul 28 18:34:42 2006 +

Continue open season on bad directory names as described in commit log for
r2578.  (The --force was strong with this one, too.)

commit 52a5a6065ae83df608a9ac7861ebe485daca7681
Author: Andres Salomon <[EMAIL PROTECTED]>
Date:   Mon Jul 17 05:29:25 2006 +

When building arch-dependent stuff, run dh_install w/ --list-missing.

commit 96bfc58f1b13093ba40345450f990a52505cdb38
Author: Andres Salomon <[EMAIL PROTECTED]>
Date:   Mon Jul 17 04:44:49 2006 +

Idempotency fixes; everywhere where we're using a separate build directory,
we tend to create it via "mkdir obj-$(foo)".  This doesn't work if 
rebuilding,
because the directory already exists.  Instead, only create it if there's
no directory there already.


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



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

2007-01-28 Thread David Nusinow
New branch 'debian-unstable' available with the following commits:
commit 8a1e0e51a021765f7bec2a084eb2257dbea986b8
Author: Julien Cristau <[EMAIL PROTECTED]>
Date:   Tue Nov 7 06:46:29 2006 +

For each driver, add a symlink to xserver-xorg-core's bug script, so that 
each
new bugreport contains the user's config and log files.  Bump dependencies 
on
xserver-xorg-core to >= 2:1.1.1-11, to make sure that the bug script is
present.

commit ac26aafc7d9d8a282c33898ac7b4c55dc19d1c9c
Author: Drew Parsons <[EMAIL PROTECTED]>
Date:   Thu Oct 12 14:55:42 2006 +

For input drivers,
xserver-xorg-input-magellan
xserver-xorg-input-microtouch
xserver-xorg-input-mutouch
xserver-xorg-input-palmax
xserver-xorg-input-spaceorb:

  * New upstream version (X11R7.1).
  * Standards version 3.7.2.
  * Use debhelper 5.
  * [Build-] Depends: xserver-xorg (>= 2:1.1.1-1).
  * Use dh_installman to install man pages.
  * Exclude .la from dh_install.

commit d129d3f5b031c74d20e01cc2bffb47cc0ece5f50
Author: Drew Parsons <[EMAIL PROTECTED]>
Date:   Thu Oct 12 13:19:39 2006 +

New upstream versions (X11R7.1):
xf86-input-magellan-1.1.0
xf86-input-microtouch-1.1.0
xf86-input-mutouch-1.1.0
xf86-input-palmax-1.1.0
xf86-input-spaceorb-1.1.0

commit 5d2fd372d43df825bd46aa5ac40facb91e9f3667
Author: Thierry Reding <[EMAIL PROTECTED]>
Date:   Tue Sep 26 10:26:34 2006 +

Add some more watch files.

commit 7fc87d7ed9422935b9b19f126e290cabd88e6e1f
Author: Steve Langasek <[EMAIL PROTECTED]>
Date:   Mon Sep 18 08:03:56 2006 +

merge 7.1 onto trunk for all input drivers -- packaging fixes only for
everything except keyboard and mouse, so no uploads needed, but no
reason to keep non-7.1 changes on a 7.1 branch we're abandoning, either

commit 5c35bdc10f15f0e8076695e0209bbe9bc9960036
Author: Steve Langasek <[EMAIL PROTECTED]>
Date:   Mon Sep 18 06:48:25 2006 +

more fixes for unversioned directory names (input drivers)

commit 13d1e62ddb365d1abedc4ea5f8dd25ec69100f9f
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Wed Apr 5 00:10:22 2006 +

Prepare changelogs for upload to unstable

commit 2c98782b632bc281cbbf88cecaad734e53a4a507
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Mon Feb 13 03:46:16 2006 +

Fix Branden's email address

commit afd9d8d4607fbbbdd7607e8603e5d216b2e05f7e
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Sun Feb 12 16:24:02 2006 +

Move all install files for renaming scheme and delete v4l driver which 
doesn't currently have packaging

commit c428228aff50721e639736f66f3d1a061dcbb3bf
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Fri Feb 10 05:20:12 2006 +

Actually change the names of the input drivers.

commit d4b01f1ab52c17fa6b30e6c6d57957638b7fcb01
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Fri Feb 10 03:40:14 2006 +

Change driver package names to new scheme

commit 8647dc8bd90a0d52a23606ceb1f323500af342f7
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Mon Jan 30 02:24:55 2006 +

Move .install files to new naming scheme for drivers

commit e795f04f695e8534ffce12ba8be86a02e1b519f6
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Sun Jan 29 21:21:32 2006 +

Pull in and use xsfbs

commit 72dfde2b71dfbb9bba8648ea9498d7f9c920b407
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Sun Jan 29 20:36:06 2006 +

* Rename driver packages to be more consistent and intuitive
  + Video drivers are now named xorg-video-driver-foo and input drivers are
now named xorg-input-driver-foo
  + Video drivers provide xorg-video-driver and input drivers provide
xorg-input-driver
  + xorg-server-core depends on xorg-video-drivers-all | xorg-video-driver
and also xorg-input-drivers-all | xorg-input-drivers

commit a12ec9a936513611c06ebc8f7a3e4de44d16d32f
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Fri Jan 20 04:31:26 2006 +

Fix maintainer and uploader fields. God, I love sed.

commit d983f9f86e91761042f4e4024db0bff187f17eee
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Fri Jan 13 05:48:42 2006 +

Add packaging for various drivers

commit f76556f240e8f1d9c31dd5efc54ca6489f46e7aa
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Fri Jan 13 04:05:21 2006 +

Update drivers in modular branch. We'll re-pull the ubuntu packaging 
properly

commit 4dda4bd39da1d8927b6544e9b72b8124b54a4cd1
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Fri Dec 30 18:14:25 2005 +

Vendor drop of the rest of 7.0


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



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

2007-01-28 Thread David Nusinow
New branch 'upstream-unstable' available with the following commits:
commit 0ab3a5722f1fe4d34bcba29bffb0813f0966fc54
Author: Alan Coopersmith <[EMAIL PROTECTED]>
Date:   Fri Feb 3 23:27:57 2006 +

Driver name is "magictouch", not "void"

commit f54b2fd9bdec11f1c0f028a7302fa88f02caf6ff
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Wed Dec 21 02:29:57 2005 +

Update package version for X11R7 release.

commit c87a9079aae08128cb902058ff3f29a60ff3344a
Author: Adam Jackson <[EMAIL PROTECTED]>
Date:   Mon Dec 19 16:25:51 2005 +

Stub COPYING files

commit dbfeade4558cd28eae07bc8d716194657c3455c0
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Thu Dec 15 00:24:15 2005 +

Update package version number for final X11R7 release candidate.

commit 4a6f901854a5daad4e829df37d2757eae18ab60d
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Tue Dec 6 22:48:30 2005 +

Change *man_SOURCES ==> *man_PRE to fix autotools warnings.

commit 5d5cf987980c8dc1f934463235b572fe5a39ba08
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Sat Dec 3 05:49:31 2005 +

Update package version number for X11R7 RC3 release.

commit 4afaa0c705dc0c1dcf2eaefbf3ab35f0028f6323
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Fri Dec 2 02:16:05 2005 +

Remove extraneous AC_MSG_RESULT.

commit ec18d2ec361479c173d01bd4603ce7ee3e2bba58
Author: Adam Jackson <[EMAIL PROTECTED]>
Date:   Tue Nov 29 23:29:56 2005 +

Only build dlloader modules by default.

commit 788c44946c15a68eacb30e8d55ac8798c034595d
Author: Alan Coopersmith <[EMAIL PROTECTED]>
Date:   Mon Nov 28 22:04:07 2005 +

Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4
update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir)

commit ae91d1a7284118129a1841c680361a3f436e6d87
Author: Eric Anholt <[EMAIL PROTECTED]>
Date:   Mon Nov 21 10:49:05 2005 +

Add .cvsignores for drivers.

commit bdcf5fa4a9e99a25e85b282a14b0e912a8627591
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Wed Nov 9 21:15:12 2005 +

Update package version number for X11R7 RC2 release.

commit 488a664fe254ea06d92c6ff42c300c2d5ae8ae8e
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Tue Nov 1 15:08:50 2005 +

Update pkgcheck depedencies to work with separate build roots.

commit c803ffa6c0cba975174a6d8c0e1ad63c2db672e3
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Wed Oct 19 02:48:01 2005 +

Update package version number for RC1 release.

commit 66aebfb39ea85be53844a1914c90a738a63eae89
Author: Alan Coopersmith <[EMAIL PROTECTED]>
Date:   Tue Oct 18 00:01:52 2005 +

Use @DRIVER_MAN_SUFFIX@ instead of $(DRIVER_MAN_SUFFIX) in macro
substitutions to work better with BSD make

commit e5194f376afbbff424a99ecb46662769fdb4f339
Author: Adam Jackson <[EMAIL PROTECTED]>
Date:   Mon Oct 17 22:57:29 2005 +

More 1.7 braindamage: define EXTRA_DIST in terms of @DRIVER_NAME@ instead
of indirectly

commit d488ce204e089d3e044f45018568fc0afac89fab
Author: Alan Coopersmith <[EMAIL PROTECTED]>
Date:   Mon Oct 17 00:08:58 2005 +

Use sed & cpp to substitute variables in driver man pages

commit e24f1fc4129801f9efb37a96b57c07666f098176
Author: Daniel Stone <[EMAIL PROTECTED]>
Date:   Thu Aug 18 09:03:39 2005 +

Update autogen.sh to one that does objdir != srcdir.

commit 83e59141d383b820c8e73c76a9ce12a6e702371b
Author: Søren Sandmann Pedersen <[EMAIL PROTECTED]>
Date:   Wed Aug 10 14:07:23 2005 +

Don\'t lose existing CFLAGS in all the input drivers and some of the video
drivers

commit 9fee1cc5c3a49d9bd2ffbe45c888aeef89552d94
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Fri Jul 29 21:22:41 2005 +

Various changes preparing packages for RC0:
- Verify and update package version numbers as needed
- Implement versioning scheme
- Change bug address to point to bugzilla bug entry form
- Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to
reenable it)
- Fix makedepend to use pkgconfig and pass distcheck
- Update build script to build macros first
- Update modular Xorg version

commit 0bfb11702283be9bc814717c64a0f1daa9781cb8
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Wed Jul 13 20:03:22 2005 +

Make the module dir configurable

commit 0ba95e6a98a6cca8f8c200ca3768b1d499ad9d12
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Wed Jul 13 02:21:01 2005 +

Update all input drivers to pass distcheck

commit 29954e6dedbad546000f81a235175439a11b0a85
Author: Adam Jackson <[EMAIL PROTECTED]>
Date:   Tue Jul 12 06:15:09 2005 +

Build skeletons for input drivers. Should basically work.

commit 09b4051628a197dddb1062590d5f8dbdfad24284
Author: Adam Jackson <[EMAIL PROTECTED]>
Date:   Mon Jul 11 02:38:00 2005 +

Prep input drivers for modularizing by adding guarded #include "config.h"

commit c5ae174cdc53946d3429f8c60b88daee998b8a3a

xserver-xorg-input-magictouch: Changes to 'svn-7.1'

2007-01-28 Thread David Nusinow
New branch 'svn-7.1' available with the following commits:
commit be16304c93d54adcbfe6dd80c58b401e6aca4235
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Sun Aug 6 23:25:48 2006 +

Mass driver dir rename to standards

commit 21f545c3fb6f34b21bab65cef3a3533a7e9af01b
Author: Branden Robinson <[EMAIL PROTECTED]>
Date:   Tue Aug 1 15:29:08 2006 +

Use only the major version, minor version, and major patch number
components of the Policy Manual revision in Standards-Version, because "the
minor patch level will be changed when only cosmetic, typographical or
other edits are made which neither change the meaning of the document nor
affect the contents of packages".  See Policy Manual §5.6.11.

(The real reason for this commit, as with r2615, is to test tweaks to the
repository's commit-email.pl script.)

commit f2381802a141aeaf01de49698c620f7f0c1f501f
Author: Branden Robinson <[EMAIL PROTECTED]>
Date:   Tue Aug 1 14:10:51 2006 +

Whitespace police.

(The real reason for this commit is to test tweaks to the repository's
commit-email.pl script.)

commit 28c45cae0daf93232fae2650d8c8b125e564bbc6
Author: Branden Robinson <[EMAIL PROTECTED]>
Date:   Fri Jul 28 18:34:42 2006 +

Continue open season on bad directory names as described in commit log for
r2578.  (The --force was strong with this one, too.)

commit 0f789ff0f966d5d22449b575ee81451527cd69e8
Author: Andres Salomon <[EMAIL PROTECTED]>
Date:   Mon Jul 17 05:29:25 2006 +

When building arch-dependent stuff, run dh_install w/ --list-missing.

commit 87055d346f19126b6ef83d509f58267d2df843d8
Author: Andres Salomon <[EMAIL PROTECTED]>
Date:   Mon Jul 17 04:44:49 2006 +

Idempotency fixes; everywhere where we're using a separate build directory,
we tend to create it via "mkdir obj-$(foo)".  This doesn't work if 
rebuilding,
because the directory already exists.  Instead, only create it if there's
no directory there already.


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



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

2007-01-28 Thread David Nusinow
New branch 'debian-unstable' available with the following commits:
commit dd3ff2ed2e67bf4ddd0101ae837e4feeb82b8ebc
Author: Julien Cristau <[EMAIL PROTECTED]>
Date:   Tue Nov 7 06:46:29 2006 +

For each driver, add a symlink to xserver-xorg-core's bug script, so that 
each
new bugreport contains the user's config and log files.  Bump dependencies 
on
xserver-xorg-core to >= 2:1.1.1-11, to make sure that the bug script is
present.

commit 1550ef91e88e77fd305cd6646e7fecfa62b37b6d
Author: Drew Parsons <[EMAIL PROTECTED]>
Date:   Fri Oct 27 12:36:35 2006 +

  * Standards version 3.7.2.
  * Use debhelper 5.
  * Use dh_installman to install man pages.
  * Exclude magictouch_drv.la from dh_install.
  * Update to Depends: xserver-xorg-core (>= 2:1.1.1-1), since
building with xserver-xorg-dev 2:1.1.1. Would otherwise
build with lower versions however, so no need to specify a
matching versioned Build-Depends.

commit 6960b62f0b25a9ee0d488aeef718a0fab4c8f95a
Author: Thierry Reding <[EMAIL PROTECTED]>
Date:   Tue Sep 26 10:26:34 2006 +

Add some more watch files.

commit 0fb0c712df359f220b55695fb89b3720746e0f7e
Author: Steve Langasek <[EMAIL PROTECTED]>
Date:   Mon Sep 18 08:03:56 2006 +

merge 7.1 onto trunk for all input drivers -- packaging fixes only for
everything except keyboard and mouse, so no uploads needed, but no
reason to keep non-7.1 changes on a 7.1 branch we're abandoning, either

commit 57e05ac4af234af5ec06c7e31fd8e75105fa05d8
Author: Steve Langasek <[EMAIL PROTECTED]>
Date:   Mon Sep 18 06:48:25 2006 +

more fixes for unversioned directory names (input drivers)

commit 04fefdf58bea8e37dbecf85fadba69ed0f13f54d
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Wed Apr 5 00:10:22 2006 +

Prepare changelogs for upload to unstable

commit 45f88967da38972d6c65b58fd154a2e23aa67c02
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Mon Feb 13 03:46:16 2006 +

Fix Branden's email address

commit 6b7439d6c93cac4ae09cd3fcd3ccf2a9e3f0ef1d
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Sun Feb 12 16:24:02 2006 +

Move all install files for renaming scheme and delete v4l driver which 
doesn't currently have packaging

commit c155ccae9a4953b5ab0977b7779c1dea5ee79648
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Fri Feb 10 05:20:12 2006 +

Actually change the names of the input drivers.

commit f0c1ad92510ced8f624e110005746f318dabc90a
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Fri Feb 10 03:40:14 2006 +

Change driver package names to new scheme

commit 69da22680a243c15594d08ea34ef3674ce4e5e16
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Mon Jan 30 02:26:43 2006 +

Typofix in changelog that caused FTBFS

commit 7f9adabc75733d629a3ec361d47810da539d469a
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Mon Jan 30 02:24:55 2006 +

Move .install files to new naming scheme for drivers

commit f8a536a3155ba1ce8c3b7a10b02c42516fbf4eea
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Sun Jan 29 21:21:32 2006 +

Pull in and use xsfbs

commit c17ec767301de2d93c4eabcebdee2d29d9ee77d1
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Sun Jan 29 20:36:06 2006 +

* Rename driver packages to be more consistent and intuitive
  + Video drivers are now named xorg-video-driver-foo and input drivers are
now named xorg-input-driver-foo
  + Video drivers provide xorg-video-driver and input drivers provide
xorg-input-driver
  + xorg-server-core depends on xorg-video-drivers-all | xorg-video-driver
and also xorg-input-drivers-all | xorg-input-drivers

commit 0747fd6c2c85b59c61e257c036a6e4818e437a37
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Fri Jan 20 04:31:26 2006 +

Fix maintainer and uploader fields. God, I love sed.

commit f199d6491b1cfa9738da5040d0dbf300e715fa24
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Fri Jan 20 01:53:09 2006 +

Add magictouch and ur98 packaging

commit 32e5aae889ee45da5b7bc333100042e6d0528b73
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Fri Jan 20 01:50:02 2006 +

Copy magictouch driver sources to working branch

commit 618e908ee4d81bbff6e0aa3fa6892f3548f5b778
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Fri Jan 20 01:48:24 2006 +

Re-add ur98 and magictouch drivers now that I know the copyright info


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



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

2007-01-28 Thread David Nusinow
New branch 'upstream-unstable' available with the following commits:
commit c3c95d2ada507b01f067fb2558f820dd697eea61
Author: Adam Jackson <[EMAIL PROTECTED]>
Date:   Fri Apr 7 17:49:43 2006 +

bcwrap. Bump server version requirement. Bump to 1.1.0.

commit cf4c58c56000797f7e50c17de2b2e41232efdb61
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Wed Dec 21 02:29:57 2005 +

Update package version for X11R7 release.

commit 576bd77324a725b815b4cf4533435227e9f95882
Author: Adam Jackson <[EMAIL PROTECTED]>
Date:   Mon Dec 19 16:25:51 2005 +

Stub COPYING files

commit b2bcc47596a01a3b1105d77bf3e0fbff28822145
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Thu Dec 15 00:24:15 2005 +

Update package version number for final X11R7 release candidate.

commit 3386debf879f50462c437a6df184e883e429f1ad
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Tue Dec 6 22:48:30 2005 +

Change *man_SOURCES ==> *man_PRE to fix autotools warnings.

commit 88613dd1dac61a880b1a43ebf090f6d259c0b91c
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Sat Dec 3 05:49:31 2005 +

Update package version number for X11R7 RC3 release.

commit 36668f804fbd134b86ba6a8ae8a419be681a1c47
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Fri Dec 2 02:16:05 2005 +

Remove extraneous AC_MSG_RESULT.

commit ef39ff9cb640e061f2c28240130792e26e09d655
Author: Adam Jackson <[EMAIL PROTECTED]>
Date:   Tue Nov 29 23:29:56 2005 +

Only build dlloader modules by default.

commit e44ef9c8a48689781b6bef79b9ce1cdbe0777eff
Author: Alan Coopersmith <[EMAIL PROTECTED]>
Date:   Mon Nov 28 22:04:07 2005 +

Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4
update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir)

commit bf05a444f9ab0f4d353b8e3f0d8de862565a5556
Author: Eric Anholt <[EMAIL PROTECTED]>
Date:   Mon Nov 21 10:49:05 2005 +

Add .cvsignores for drivers.

commit b79e5ce704a56e9959ecff20cb15a6ccb69a0a27
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Wed Nov 9 21:15:12 2005 +

Update package version number for X11R7 RC2 release.

commit 6a30673621d61657e2880daa4c31a21b77e904d3
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Tue Nov 1 15:08:50 2005 +

Update pkgcheck depedencies to work with separate build roots.

commit a06ec440098f327c7c1d63833aebc5ccf0870d13
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Wed Oct 19 02:48:00 2005 +

Update package version number for RC1 release.

commit 76e2714697f072c5b9bd028e737c15a7fa5f4230
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Tue Oct 18 15:46:37 2005 +

Do the following to make the drivers pass distcheck:
- Only define EXTRA_DIST when there are actually man pages to be processed
- Add missing man pages to keyboard and ati drivers EXTRA_DIST

commit bf6410bd872d18169d4e4dceaa8119bfbeca4cd7
Author: Alan Coopersmith <[EMAIL PROTECTED]>
Date:   Tue Oct 18 00:01:51 2005 +

Use @DRIVER_MAN_SUFFIX@ instead of $(DRIVER_MAN_SUFFIX) in macro
substitutions to work better with BSD make

commit 8b44006376ec609428b969bda5e783a4ed911d03
Author: Adam Jackson <[EMAIL PROTECTED]>
Date:   Mon Oct 17 22:57:28 2005 +

More 1.7 braindamage: define EXTRA_DIST in terms of @DRIVER_NAME@ instead
of indirectly

commit e34f6a2b686be59c5831cff78488a9d1235ace9d
Author: Alan Coopersmith <[EMAIL PROTECTED]>
Date:   Mon Oct 17 00:08:58 2005 +

Use sed & cpp to substitute variables in driver man pages

commit 7c4290c3192e8b69e7b72d33f1284a9402486e26
Author: Daniel Stone <[EMAIL PROTECTED]>
Date:   Thu Aug 18 09:03:39 2005 +

Update autogen.sh to one that does objdir != srcdir.

commit 4184e19b0336d1a442d86abb6332a359c5f6cb8f
Author: Søren Sandmann Pedersen <[EMAIL PROTECTED]>
Date:   Wed Aug 10 14:07:23 2005 +

Don\'t lose existing CFLAGS in all the input drivers and some of the video
drivers

commit 5b7ddbb0619dc35c3dd759ca2d5dcc32e4659363
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Fri Jul 29 21:22:41 2005 +

Various changes preparing packages for RC0:
- Verify and update package version numbers as needed
- Implement versioning scheme
- Change bug address to point to bugzilla bug entry form
- Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to
reenable it)
- Fix makedepend to use pkgconfig and pass distcheck
- Update build script to build macros first
- Update modular Xorg version

commit e9bd08c50720bae7f3314701181516bb7353774d
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Wed Jul 13 20:03:22 2005 +

Make the module dir configurable

commit 16f90eb43864138446d5748e59cea36db500af98
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Wed Jul 13 02:21:00 2005 +

Update all input drivers to pass distcheck

commit 03ca0405c6c4e9c8fbe0d4057d24e5378c2b163c
Author: Adam Jackson <[EMAIL PROTECTED]>
Date:   Tue 

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

2007-01-28 Thread David Nusinow
New branch 'debian-unstable' available with the following commits:
commit 73d966d3e9e9197063ff9f6a4a56e8b3ea31e34c
Author: Julien Cristau <[EMAIL PROTECTED]>
Date:   Tue Nov 7 06:46:29 2006 +

For each driver, add a symlink to xserver-xorg-core's bug script, so that 
each
new bugreport contains the user's config and log files.  Bump dependencies 
on
xserver-xorg-core to >= 2:1.1.1-11, to make sure that the bug script is
present.

commit d4ed3ab9a2510b617f5b7fb07d20cffa1ec661e7
Author: Drew Parsons <[EMAIL PROTECTED]>
Date:   Thu Oct 12 14:55:42 2006 +

For input drivers,
xserver-xorg-input-magellan
xserver-xorg-input-microtouch
xserver-xorg-input-mutouch
xserver-xorg-input-palmax
xserver-xorg-input-spaceorb:

  * New upstream version (X11R7.1).
  * Standards version 3.7.2.
  * Use debhelper 5.
  * [Build-] Depends: xserver-xorg (>= 2:1.1.1-1).
  * Use dh_installman to install man pages.
  * Exclude .la from dh_install.

commit 87fb9b687d3e346c17f9a6367cd74ea3740b315a
Author: Drew Parsons <[EMAIL PROTECTED]>
Date:   Thu Oct 12 13:19:39 2006 +

New upstream versions (X11R7.1):
xf86-input-magellan-1.1.0
xf86-input-microtouch-1.1.0
xf86-input-mutouch-1.1.0
xf86-input-palmax-1.1.0
xf86-input-spaceorb-1.1.0

commit 5df6077cbb37953c99196fb19d0686b0c8e53b07
Author: Thierry Reding <[EMAIL PROTECTED]>
Date:   Tue Sep 26 10:26:34 2006 +

Add some more watch files.

commit a66e0411440cddf5aa15156b38abd5639d4be830
Author: Steve Langasek <[EMAIL PROTECTED]>
Date:   Mon Sep 18 08:03:56 2006 +

merge 7.1 onto trunk for all input drivers -- packaging fixes only for
everything except keyboard and mouse, so no uploads needed, but no
reason to keep non-7.1 changes on a 7.1 branch we're abandoning, either

commit 7cfd2f28f3f1537608f9a2d1684499935b66aa38
Author: Steve Langasek <[EMAIL PROTECTED]>
Date:   Mon Sep 18 06:48:25 2006 +

more fixes for unversioned directory names (input drivers)

commit 4a087e4de6333664c0730f45476496c8065856dc
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Wed Apr 5 00:10:22 2006 +

Prepare changelogs for upload to unstable

commit 10af05cf02260bcae4021dfb9699e1150228a47d
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Mon Feb 13 03:46:16 2006 +

Fix Branden's email address

commit 7df1a39cad7e6da16022a3e8f1e0357a29fc9a3c
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Sun Feb 12 16:24:02 2006 +

Move all install files for renaming scheme and delete v4l driver which 
doesn't currently have packaging

commit 2bd1a8c31fd3600bb899a51dfceb3843e4569ad2
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Fri Feb 10 05:20:12 2006 +

Actually change the names of the input drivers.

commit 886e4b8b566959589bd76344ad3031b3c92a1755
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Fri Feb 10 03:40:14 2006 +

Change driver package names to new scheme

commit dd5da22c2dd0500444532a5197b9fc4c36c7bf3e
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Mon Jan 30 02:24:55 2006 +

Move .install files to new naming scheme for drivers

commit f00bfad944967026b7132b1590224ce267400dc3
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Sun Jan 29 21:21:32 2006 +

Pull in and use xsfbs

commit bebbbc9a395212204030602bb1812a934b4e1689
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Sun Jan 29 20:36:06 2006 +

* Rename driver packages to be more consistent and intuitive
  + Video drivers are now named xorg-video-driver-foo and input drivers are
now named xorg-input-driver-foo
  + Video drivers provide xorg-video-driver and input drivers provide
xorg-input-driver
  + xorg-server-core depends on xorg-video-drivers-all | xorg-video-driver
and also xorg-input-drivers-all | xorg-input-drivers

commit 2ff24e9d78143f88061f72669d4194d9eee46c95
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Fri Jan 20 04:31:26 2006 +

Fix maintainer and uploader fields. God, I love sed.

commit 7d6bb8a993ca16c920f2f27814e9b3190ba1f36f
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Fri Jan 13 05:48:42 2006 +

Add packaging for various drivers

commit a104164c3461f98408c81602f01a75b9dbf13a4c
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Fri Jan 13 04:05:21 2006 +

Update drivers in modular branch. We'll re-pull the ubuntu packaging 
properly

commit 83b5f7c259bea9e62ebd9a96b196a35d45b475f3
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Fri Dec 30 18:14:25 2005 +

Vendor drop of the rest of 7.0


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



xserver-xorg-input-magellan: Changes to 'svn-7.1'

2007-01-28 Thread David Nusinow
New branch 'svn-7.1' available with the following commits:
commit 241810f1ab277b7c8bddbfc832ead9a713e1121d
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Sun Aug 6 23:25:48 2006 +

Mass driver dir rename to standards

commit 0949ddc00501521ec94d6a26ef18d31c3c86994b
Author: Branden Robinson <[EMAIL PROTECTED]>
Date:   Tue Aug 1 15:29:08 2006 +

Use only the major version, minor version, and major patch number
components of the Policy Manual revision in Standards-Version, because "the
minor patch level will be changed when only cosmetic, typographical or
other edits are made which neither change the meaning of the document nor
affect the contents of packages".  See Policy Manual §5.6.11.

(The real reason for this commit, as with r2615, is to test tweaks to the
repository's commit-email.pl script.)

commit c506438ae8bc19b273446798469b182f01a3ebc0
Author: Branden Robinson <[EMAIL PROTECTED]>
Date:   Tue Aug 1 14:10:51 2006 +

Whitespace police.

(The real reason for this commit is to test tweaks to the repository's
commit-email.pl script.)

commit 60a14b2afc61373bd3dfd830d58a68f7ccc77783
Author: Branden Robinson <[EMAIL PROTECTED]>
Date:   Fri Jul 28 18:34:42 2006 +

Continue open season on bad directory names as described in commit log for
r2578.  (The --force was strong with this one, too.)

commit 850b08c345b9f73abf4f3e4b4146551331ac6391
Author: Andres Salomon <[EMAIL PROTECTED]>
Date:   Mon Jul 17 05:29:25 2006 +

When building arch-dependent stuff, run dh_install w/ --list-missing.

commit 36fe4d74edb9984d85ccffda63dff835f05a686f
Author: Andres Salomon <[EMAIL PROTECTED]>
Date:   Mon Jul 17 04:44:49 2006 +

Idempotency fixes; everywhere where we're using a separate build directory,
we tend to create it via "mkdir obj-$(foo)".  This doesn't work if 
rebuilding,
because the directory already exists.  Instead, only create it if there's
no directory there already.


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



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

2007-01-28 Thread David Nusinow
New branch 'upstream-unstable' available with the following commits:
commit caeb0f364c1a95a9ad3e64dd722c8ddc88077a86
Author: Daniel Stone <[EMAIL PROTECTED]>
Date:   Fri Dec 8 09:09:24 2006 +0200

don't release keys on newer servers
On newer servers, we take care of the key release over VT switch already,
so don't do it twice; that will lead to hilarious results.

commit fd51e4d27d7a31ed9d4a075c3814b36320af4612
Author: Daniel Stone <[EMAIL PROTECTED]>
Date:   Tue Nov 7 00:10:54 2006 +0200

add xf86Keymap.h, fix _SOURCES -> _SRCS in Makefile.am

commit 976e12d85920d5bd09f6d0ba005835f733b296b7
Author: Daniel Stone <[EMAIL PROTECTED]>
Date:   Sat Nov 4 21:01:55 2006 +0200

bump to 1.2.1

commit 08aa290b0125eb681f872ef821ecffd5818caeb6
Author: Daniel Stone <[EMAIL PROTECTED]>
Date:   Sat Nov 4 21:01:49 2006 +0200

add xf86OSKbd.h to build system, _SOURCES -> _SRCS
Add xf86OSKbd.h to the build system, and change _SOURCES use to _SRCS,
except when explicitly referring to a target.  This keeps automake 1.10
happy.

commit 95e5d2521fc39a661e13b313e5aa2514ddac9a5e
Author: Daniel Stone <[EMAIL PROTECTED]>
Date:   Thu Nov 2 00:24:24 2006 +0200

move os keyboard layer into kbd driver, remove legacy keyboard driver
Completely remove the old 'keyboard' driver.
Move the OS keyboard layer from the Xorg DDX into the kbd driver.  Right
now, BSD, Linux, SCO, and Solaris, have been dragged over.
Bump to 1.2.0, as we'll collide badly with the existing OS keyboard layer.

commit 3bfed2fc2e401bc4b5f74a3f20014d4a5c7dad30
Author: Adam Jackson <[EMAIL PROTECTED]>
Date:   Fri Oct 13 18:26:38 2006 -0400

Bump to 1.1.1

commit d3c6014290a90a985679c9258fe65be3d89bf7b9
Author: Tilman Sauerbeck <[EMAIL PROTECTED]>
Date:   Sun Jul 9 19:57:36 2006 +0200

Added some missing includes.

commit c94229993dc2a8672802ef8ab35717089b74ab80
Author: Adam Jackson <[EMAIL PROTECTED]>
Date:   Fri Apr 7 17:47:17 2006 +

Unlibcwrap. Bump server version requirement. Bump to 1.1.0.

commit 01744910cd7c4034fa1dd14ef734d7087832647d
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Wed Dec 21 02:29:57 2005 +

Update package version for X11R7 release.

commit 9bd0521c65760d4e555ac992a92ce74ce8d55437
Author: Adam Jackson <[EMAIL PROTECTED]>
Date:   Mon Dec 19 16:25:51 2005 +

Stub COPYING files

commit 75d352b91ff79b5b55dbd7c5d3952470de87704f
Author: Alan Coopersmith <[EMAIL PROTECTED]>
Date:   Mon Dec 19 09:07:50 2005 +

Typo fixes, mailing list & url updates, and other changes to prepare for
X11R6.9 & 7.0 releases.

commit 29309dd08deb535262625c2eb73558c6eae69336
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Thu Dec 15 00:24:14 2005 +

Update package version number for final X11R7 release candidate.

commit a459e2028834e76e21117070d073cc9489b0d65f
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Tue Dec 6 22:48:30 2005 +

Change *man_SOURCES ==> *man_PRE to fix autotools warnings.

commit 9c5c0e3d211fcce658aa667d8be7f979b9cb83cd
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Sat Dec 3 05:49:31 2005 +

Update package version number for X11R7 RC3 release.

commit edb6ec6c311543686230a43885183071e92dc60d
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Fri Dec 2 02:16:05 2005 +

Remove extraneous AC_MSG_RESULT.

commit 0721c4b4a75fe836d17445550746ed415f06d126
Author: Adam Jackson <[EMAIL PROTECTED]>
Date:   Tue Nov 29 23:29:56 2005 +

Only build dlloader modules by default.

commit 9885aa10eeb6e42212a0e21861790b72adc3ce71
Author: Alan Coopersmith <[EMAIL PROTECTED]>
Date:   Mon Nov 28 22:04:07 2005 +

Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4
update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir)

commit ec4425c0ddb1dd45fb24e3984d490a68ff211b08
Author: Eric Anholt <[EMAIL PROTECTED]>
Date:   Mon Nov 21 10:49:05 2005 +

Add .cvsignores for drivers.

commit e5451950a80744b183f5e8f4259ff2e596952a13
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Wed Nov 9 21:31:23 2005 +

Bump version numbers for X11R6.9/X11R7 RC2.

commit 066e7c7d2768dec2c033a2ce723abbe31495f6d0
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Wed Nov 9 21:15:12 2005 +

Update package version number for X11R7 RC2 release.

commit 4442fdf90f51cc265679b61cc341f6ed32e134a1
Author: Kean Johnson <[EMAIL PROTECTED]>
Date:   Tue Nov 8 06:33:28 2005 +

See ChangeLog entry 2005-11-07 for details.

commit 85dfda745021f49f01424d6a01c6396865d1723d
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Tue Nov 1 15:08:50 2005 +

Update pkgcheck depedencies to work with separate build roots.

commit 288c4a7f79b9fb4b0531fe7cf21dec7f7f4a3668
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Wed Oct 19 02:48:00 2005 +

Update package version number for RC1 release.

commit 4861d1586d6ce54a8563047fa01016b658517d8f
Author: Kevin E Martin <[EMAIL PRO

xserver-xorg-input-keyboard: Changes to 'svn-7.1'

2007-01-28 Thread David Nusinow
New branch 'svn-7.1' available with the following commits:
commit f3697b4c44b86cd1cca3f283102cd4bae01d4a0f
Author: Drew Parsons <[EMAIL PROTECTED]>
Date:   Wed Sep 13 09:40:25 2006 +

Build-Depends: xserver-xorg-dev (>= 2:1.1.1-4) closes #387146.

commit 68d6eafa136fc68031180f9516a316da43e34403
Author: Drew Parsons <[EMAIL PROTECTED]>
Date:   Thu Aug 24 15:19:06 2006 +

Build-Depends: xserver-xorg-dev (>= 2:1.1.1-4) (see configure.ac).

commit cb6c9e205261fcb5f9a6e627858b95f77a8516f9
Author: Drew Parsons <[EMAIL PROTECTED]>
Date:   Thu Aug 24 14:50:02 2006 +

  * New upstream version xf86-input-keyboard-1.1.0.
  * Standards version 3.7.2.
  * Use debhelper 5.  Install manpage using dh_installman.
  * Exclude .la files from dh_install.

commit 9afd3ccd9c53c03248cac51102227a393bacc672
Author: Drew Parsons <[EMAIL PROTECTED]>
Date:   Thu Aug 24 14:22:50 2006 +

New upstream version xf86-input-keyboard-1.1.0 (X11R7.1).

commit 2810d5b2e6bd5fde8e0d61c9ecc2998e8327a12d
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Sun Aug 6 23:25:48 2006 +

Mass driver dir rename to standards

commit f92fc3f384cfa50813bd248fe3e3bca9c87b92d0
Author: Branden Robinson <[EMAIL PROTECTED]>
Date:   Tue Aug 1 15:29:08 2006 +

Use only the major version, minor version, and major patch number
components of the Policy Manual revision in Standards-Version, because "the
minor patch level will be changed when only cosmetic, typographical or
other edits are made which neither change the meaning of the document nor
affect the contents of packages".  See Policy Manual §5.6.11.

(The real reason for this commit, as with r2615, is to test tweaks to the
repository's commit-email.pl script.)

commit 8c60ad18ae38e082e7d643f4515dd5d23352018f
Author: Branden Robinson <[EMAIL PROTECTED]>
Date:   Tue Aug 1 14:10:51 2006 +

Whitespace police.

(The real reason for this commit is to test tweaks to the repository's
commit-email.pl script.)

commit 1f01b2739888dbfa46b60ccfc476b7379c22e8b0
Author: Branden Robinson <[EMAIL PROTECTED]>
Date:   Fri Jul 28 18:34:42 2006 +

Continue open season on bad directory names as described in commit log for
r2578.  (The --force was strong with this one, too.)

commit 4ece4686012d08e68e7b4e64eb31863a9f154f05
Author: Andres Salomon <[EMAIL PROTECTED]>
Date:   Mon Jul 17 05:29:25 2006 +

When building arch-dependent stuff, run dh_install w/ --list-missing.

commit e81adb278a115d2c74aa2a125f6bb63c1ae17732
Author: Andres Salomon <[EMAIL PROTECTED]>
Date:   Mon Jul 17 04:44:49 2006 +

Idempotency fixes; everywhere where we're using a separate build directory,
we tend to create it via "mkdir obj-$(foo)".  This doesn't work if 
rebuilding,
because the directory already exists.  Instead, only create it if there's
no directory there already.


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



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

2007-01-28 Thread David Nusinow
New branch 'debian-unstable' available with the following commits:
commit 412cb0a5d1a9542311e39983b53005a872c51adf
Author: Julien Cristau <[EMAIL PROTECTED]>
Date:   Tue Nov 7 06:46:29 2006 +

For each driver, add a symlink to xserver-xorg-core's bug script, so that 
each
new bugreport contains the user's config and log files.  Bump dependencies 
on
xserver-xorg-core to >= 2:1.1.1-11, to make sure that the bug script is
present.

commit e5f5842ceb2c18c1e7933dd2d668836396771a0a
Author: Drew Parsons <[EMAIL PROTECTED]>
Date:   Sat Oct 7 13:35:23 2006 +

Depends: xserver-xorg-core (>= 2:1.1.1-4). Closes: #391563.

commit c3bc9f398720500bd944abbb22b17fa708cdb681
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Wed Sep 27 23:53:36 2006 +

* Add 01_64bit_pointer.diff to include to correct pointer size on 64 bit
* Turn the above patch in to one pulled from upstream to include more
  missing headers.

commit 3396ff206eafac1473b6292dec01862741f6506d
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Wed Sep 27 23:49:11 2006 +

* Add watch file
* Add 01_64bit_pointer.diff to include to correct pointer size on 64 bit
  arches. Thanks Dann Frazier. (closes: #389514)

commit 2c8a6c5994cec6c6a73178ae2f1a5638117389d5
Author: Thierry Reding <[EMAIL PROTECTED]>
Date:   Tue Sep 26 10:26:34 2006 +

Add some more watch files.

commit ea24dcfe37894d2a86bc4008585744c976cdeefa
Author: Drew Parsons <[EMAIL PROTECTED]>
Date:   Fri Sep 22 23:44:20 2006 +

* Upload to unstable (X11R7.1 transition).

commit 691ab4358fc90067492941a34ee44038a874e203
Author: Steve Langasek <[EMAIL PROTECTED]>
Date:   Mon Sep 18 08:03:56 2006 +

merge 7.1 onto trunk for all input drivers -- packaging fixes only for
everything except keyboard and mouse, so no uploads needed, but no
reason to keep non-7.1 changes on a 7.1 branch we're abandoning, either

commit d591c28c46bfe343adefc3d92423b212156c0585
Author: Steve Langasek <[EMAIL PROTECTED]>
Date:   Mon Sep 18 06:48:25 2006 +

more fixes for unversioned directory names (input drivers)

commit bbe4ca6dd7784967bc2334fd27a985397539b664
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Wed Apr 5 00:10:22 2006 +

Prepare changelogs for upload to unstable

commit dd0df3f4f3eebe221331d43619d9f1c855a7e8b2
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Mon Feb 13 03:46:16 2006 +

Fix Branden's email address

commit 1042956127453cb71585173af5369715d3b3c9b6
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Sun Feb 12 16:24:02 2006 +

Move all install files for renaming scheme and delete v4l driver which 
doesn't currently have packaging

commit 0b5422048c3d519fa3afeec93b982b8adfacb111
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Fri Feb 10 05:20:12 2006 +

Actually change the names of the input drivers.

commit 996a7e4a9ef024db404a35d313e921c9fa1c9c31
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Fri Feb 10 03:40:14 2006 +

Change driver package names to new scheme

commit 7c2e358842131fe6039c6413092d687c51b195d9
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Mon Jan 30 02:24:55 2006 +

Move .install files to new naming scheme for drivers

commit 1b50b681859a273ff42e1cf911000c5556fb210c
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Sun Jan 29 21:21:32 2006 +

Pull in and use xsfbs

commit 1bc317ced789f2ed52d2172ad491cb743e077f43
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Sun Jan 29 20:36:06 2006 +

* Rename driver packages to be more consistent and intuitive
  + Video drivers are now named xorg-video-driver-foo and input drivers are
now named xorg-input-driver-foo
  + Video drivers provide xorg-video-driver and input drivers provide
xorg-input-driver
  + xorg-server-core depends on xorg-video-drivers-all | xorg-video-driver
and also xorg-input-drivers-all | xorg-input-drivers

commit e82cf673d19cd0e6438816588407982bb8107afe
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Fri Jan 20 04:31:26 2006 +

Fix maintainer and uploader fields. God, I love sed.

commit 94f51ee4c7cbeb4336c1610726c1d8a7c3f81c99
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Fri Jan 13 05:48:42 2006 +

Add packaging for various drivers

commit 1b6aff4a0bc5b999783c033d004c799ef812605b
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Fri Jan 13 04:05:21 2006 +

Update drivers in modular branch. We'll re-pull the ubuntu packaging 
properly

commit 05d62a4321a0980948c11f59488a9e5f7f57ffde
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Fri Dec 30 18:14:25 2005 +

Vendor drop of the rest of 7.0


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



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

2007-01-28 Thread David Nusinow
New branch 'upstream-unstable' available with the following commits:
commit b785d61b96d6f16a96aa4bc60777aea444760b8a
Author: Alan Coopersmith <[EMAIL PROTECTED]>
Date:   Mon Jan 8 19:07:36 2007 -0800

renamed: .cvsignore -> .gitignore

commit f0c85f1ffc9be543c09f3e0ff598407a8028813c
Author: Alan Coopersmith <[EMAIL PROTECTED]>
Date:   Mon Jan 8 19:07:06 2007 -0800

Fix warning: Undefined function PRIVATE()

commit 57ab5f2de3bd4de1987b436822acdb7e7ef23dc5
Author: Adam Jackson <[EMAIL PROTECTED]>
Date:   Fri Apr 7 17:40:06 2006 +

Unlibcwrap. Bump server version requirement. Bump to 1.1.0.

commit c6d37e34b58991b68cccb2d098cce963e68ffd09
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Wed Dec 21 02:29:57 2005 +

Update package version for X11R7 release.

commit 8a2817e0868d7e2e9805e6bd57fad084bcc5f6cb
Author: Adam Jackson <[EMAIL PROTECTED]>
Date:   Mon Dec 19 16:25:50 2005 +

Stub COPYING files

commit 714ce894fc8d456049a1a6f65792873dfde634e8
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Thu Dec 15 00:24:14 2005 +

Update package version number for final X11R7 release candidate.

commit df603768f3b2c41c2fc3d6dff7df0c658508ef53
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Tue Dec 6 22:48:30 2005 +

Change *man_SOURCES ==> *man_PRE to fix autotools warnings.

commit 49b3bbf7ef024db87e00e60351118bf1b6b24713
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Sat Dec 3 05:49:31 2005 +

Update package version number for X11R7 RC3 release.

commit 6d91b69c1cc17cc07e8b477b4ac43fdbd224a0f7
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Fri Dec 2 02:16:05 2005 +

Remove extraneous AC_MSG_RESULT.

commit 5c3c4b1dedddce558ce718267b46afe67ba39953
Author: Adam Jackson <[EMAIL PROTECTED]>
Date:   Tue Nov 29 23:29:56 2005 +

Only build dlloader modules by default.

commit 6e2adafe15fdcc0a21da07a1aade0a2dc1b15b81
Author: Alan Coopersmith <[EMAIL PROTECTED]>
Date:   Mon Nov 28 22:04:07 2005 +

Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4
update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir)

commit 6556e4ad51488418ce007ea77a3f921df5ff87a4
Author: Eric Anholt <[EMAIL PROTECTED]>
Date:   Mon Nov 21 10:49:04 2005 +

Add .cvsignores for drivers.

commit 893fe68cca5ca0d354d6b0ae7e44b06c07d5bf61
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Wed Nov 9 21:15:12 2005 +

Update package version number for X11R7 RC2 release.

commit 9bae7c922063cd9fa0e57a1765a309586c36b092
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Tue Nov 1 15:08:50 2005 +

Update pkgcheck depedencies to work with separate build roots.

commit 005b12af9722f32f4cfcbcdda76611b29413899b
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Wed Oct 19 02:48:00 2005 +

Update package version number for RC1 release.

commit 668cb548e8f5e55db2680a94a0ed18da5d102941
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Tue Oct 18 15:46:36 2005 +

Do the following to make the drivers pass distcheck:
- Only define EXTRA_DIST when there are actually man pages to be processed
- Add missing man pages to keyboard and ati drivers EXTRA_DIST

commit aac3f60f1bfce0238698a76acb717f30f8c9303f
Author: Alan Coopersmith <[EMAIL PROTECTED]>
Date:   Tue Oct 18 00:01:51 2005 +

Use @DRIVER_MAN_SUFFIX@ instead of $(DRIVER_MAN_SUFFIX) in macro
substitutions to work better with BSD make

commit 5e97ce410435e126486eabdd6bf28ca82abf3150
Author: Adam Jackson <[EMAIL PROTECTED]>
Date:   Mon Oct 17 22:57:28 2005 +

More 1.7 braindamage: define EXTRA_DIST in terms of @DRIVER_NAME@ instead
of indirectly

commit dc59b349eac072ba2d97138fcbba72e5aa0c0299
Author: Alan Coopersmith <[EMAIL PROTECTED]>
Date:   Mon Oct 17 00:08:57 2005 +

Use sed & cpp to substitute variables in driver man pages

commit 699f0d0028bdcbbb7fa5f5937a5acb48309d50e8
Author: Daniel Stone <[EMAIL PROTECTED]>
Date:   Thu Aug 18 09:03:39 2005 +

Update autogen.sh to one that does objdir != srcdir.

commit ff835930aee87f0cc3db60d5e03b0adf6b18d05f
Author: Søren Sandmann Pedersen <[EMAIL PROTECTED]>
Date:   Wed Aug 10 14:07:23 2005 +

Don\'t lose existing CFLAGS in all the input drivers and some of the video
drivers

commit f5f5615ee52b78841c40b4b59aac7f5350929be3
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Fri Jul 29 21:22:41 2005 +

Various changes preparing packages for RC0:
- Verify and update package version numbers as needed
- Implement versioning scheme
- Change bug address to point to bugzilla bug entry form
- Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to
reenable it)
- Fix makedepend to use pkgconfig and pass distcheck
- Update build script to build macros first
- Update modular Xorg version

commit a52f5ddc44da8c1256340020650763ecf7340ce9
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date

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

2007-01-28 Thread David Nusinow
New branch 'debian-unstable' available with the following commits:
commit 5b2aa93bb4a7155cd974b0ee83d1f5eb35005645
Author: Julien Cristau <[EMAIL PROTECTED]>
Date:   Tue Nov 7 06:46:29 2006 +

For each driver, add a symlink to xserver-xorg-core's bug script, so that 
each
new bugreport contains the user's config and log files.  Bump dependencies 
on
xserver-xorg-core to >= 2:1.1.1-11, to make sure that the bug script is
present.

commit e23d3970b4276dccb1b138e8b8a4c6134e2a92b6
Author: Drew Parsons <[EMAIL PROTECTED]>
Date:   Tue Oct 10 14:29:14 2006 +

For xserver-xorg-input-elo2300
xserver-xorg-input-elographics
xserver-xorg-input-fpit
xserver-xorg-input-jamstudio
xserver-xorg-input-joystick:

  * New upstream version (X11R7.1).
  * Standards version 3.7.2.
  * [Build-] Depends: xserver-xorg (>= 2:1.1.1-1).
  * Use debhelper 5.
  * Use dh_installman to install man pages.
  * Exclude elo2300_drv.la from dh_install.

commit 409ae82279caa2719ac88d6f134e3bbed018e9ab
Author: Drew Parsons <[EMAIL PROTECTED]>
Date:   Tue Oct 10 13:33:43 2006 +

New upstream versions (X11R7.1):
xf86-input-elo2300-1.1.0
xf86-input-elographics-1.1.0
xf86-input-fpit-1.1.0
xf86-input-jamstudio-1.1.0
xf86-input-joystick-1.1.0

commit c7d576876fb09c9bb9882fc0ae550df64510d042
Author: Thierry Reding <[EMAIL PROTECTED]>
Date:   Tue Sep 26 10:26:34 2006 +

Add some more watch files.

commit 57d6d5c94eee9e38ed2d318507d5d5dcfc7b5559
Author: Steve Langasek <[EMAIL PROTECTED]>
Date:   Mon Sep 18 08:03:56 2006 +

merge 7.1 onto trunk for all input drivers -- packaging fixes only for
everything except keyboard and mouse, so no uploads needed, but no
reason to keep non-7.1 changes on a 7.1 branch we're abandoning, either

commit 94d1d1fb18bb0b6af6886150c548f8a470c9403a
Author: Steve Langasek <[EMAIL PROTECTED]>
Date:   Mon Sep 18 06:48:25 2006 +

more fixes for unversioned directory names (input drivers)

commit 9e74dde2f572c3c14225620aa0dd3f4769f5bd2c
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Wed Apr 5 00:10:22 2006 +

Prepare changelogs for upload to unstable

commit 07f689001e6c2195281f565e4d9d683419cac61b
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Mon Feb 13 03:46:16 2006 +

Fix Branden's email address

commit c9926eab12eb3652e0e643919af518ad03902d0f
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Sun Feb 12 16:24:02 2006 +

Move all install files for renaming scheme and delete v4l driver which 
doesn't currently have packaging

commit 152c9d9f6935824e7913a04f4e0916e378dbd978
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Fri Feb 10 05:20:12 2006 +

Actually change the names of the input drivers.

commit d19ded3454a198641d838f1016b406cd7a77eed4
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Fri Feb 10 03:40:14 2006 +

Change driver package names to new scheme

commit 5e16ad439543b695bee3a01e2948ba903edc085e
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Mon Jan 30 02:24:55 2006 +

Move .install files to new naming scheme for drivers

commit 56739ed2cdcc5b78ccba4fcb50c5d61791793bf4
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Sun Jan 29 21:21:32 2006 +

Pull in and use xsfbs

commit f5da5ef95afbd6cd12c2cedd4c73b94e757e9fc0
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Sun Jan 29 20:36:06 2006 +

* Rename driver packages to be more consistent and intuitive
  + Video drivers are now named xorg-video-driver-foo and input drivers are
now named xorg-input-driver-foo
  + Video drivers provide xorg-video-driver and input drivers provide
xorg-input-driver
  + xorg-server-core depends on xorg-video-drivers-all | xorg-video-driver
and also xorg-input-drivers-all | xorg-input-drivers

commit 21dc19242a778b1b1137fc236a7a4a67497de6a1
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Fri Jan 20 04:31:26 2006 +

Fix maintainer and uploader fields. God, I love sed.

commit 8afe1a0b169d8d7d338941a6ad95744c108bb804
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Fri Jan 20 01:44:20 2006 +

Add packaging for jamstudio, elo2300, voodoo, joystick, and evdev

commit 6fd32bed0f59cd1aeaffbf513458666ab1af7891
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Fri Jan 13 04:05:21 2006 +

Update drivers in modular branch. We'll re-pull the ubuntu packaging 
properly

commit aecf848c2c95d8582ed10477bf8a64a2f5ef0ce6
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Fri Dec 30 18:14:25 2005 +

Vendor drop of the rest of 7.0


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



xserver-xorg-input-joystick: Changes to 'svn-7.1'

2007-01-28 Thread David Nusinow
New branch 'svn-7.1' available with the following commits:
commit 1256190b69abf65693371a3f2518270ebb2e19c9
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Sun Aug 6 23:25:48 2006 +

Mass driver dir rename to standards

commit 23fa16e4a9771526376b542d9a48b4b280710cff
Author: Branden Robinson <[EMAIL PROTECTED]>
Date:   Tue Aug 1 15:29:08 2006 +

Use only the major version, minor version, and major patch number
components of the Policy Manual revision in Standards-Version, because "the
minor patch level will be changed when only cosmetic, typographical or
other edits are made which neither change the meaning of the document nor
affect the contents of packages".  See Policy Manual §5.6.11.

(The real reason for this commit, as with r2615, is to test tweaks to the
repository's commit-email.pl script.)

commit a6f47e6c2808f5f0d460eba5ec640a225a13ba1a
Author: Branden Robinson <[EMAIL PROTECTED]>
Date:   Tue Aug 1 14:10:51 2006 +

Whitespace police.

(The real reason for this commit is to test tweaks to the repository's
commit-email.pl script.)

commit 9629dbb8511d0aefa96b6d2d8df63577c560e027
Author: Branden Robinson <[EMAIL PROTECTED]>
Date:   Fri Jul 28 18:34:42 2006 +

Continue open season on bad directory names as described in commit log for
r2578.  (The --force was strong with this one, too.)

commit 920b636bcf47592f254f0ccfdab3e9b5d8203875
Author: Andres Salomon <[EMAIL PROTECTED]>
Date:   Mon Jul 17 05:29:25 2006 +

When building arch-dependent stuff, run dh_install w/ --list-missing.

commit e95ed88869712b0b4a0119548916a7c61fce3e08
Author: Andres Salomon <[EMAIL PROTECTED]>
Date:   Mon Jul 17 04:44:49 2006 +

Idempotency fixes; everywhere where we're using a separate build directory,
we tend to create it via "mkdir obj-$(foo)".  This doesn't work if 
rebuilding,
because the directory already exists.  Instead, only create it if there's
no directory there already.


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



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

2007-01-28 Thread David Nusinow
New branch 'upstream-unstable' available with the following commits:
commit 00af26a17458c72989012d68d1d297981ea78ea6
Author: Adam Jackson <[EMAIL PROTECTED]>
Date:   Fri Apr 7 17:37:57 2006 +

Unlibcwrap. Bump server version requirement. Bump to 1.1.0.

commit d02c91044525bea6d799f207ea2decb016d2f634
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Wed Dec 21 02:29:57 2005 +

Update package version for X11R7 release.

commit 5c6512e73923a9422e01f029012c51a6571a92aa
Author: Adam Jackson <[EMAIL PROTECTED]>
Date:   Mon Dec 19 16:25:50 2005 +

Stub COPYING files

commit 3ce08a9e57eb2d1e5d18821ceccb4cd7336e6890
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Thu Dec 15 00:24:14 2005 +

Update package version number for final X11R7 release candidate.

commit 6dfb95ca6397ac5c4d4cda7b41fc7624e829a551
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Tue Dec 6 22:48:29 2005 +

Change *man_SOURCES ==> *man_PRE to fix autotools warnings.

commit f76b0c6339c3e618d2037656e81d04a64e8f0032
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Sat Dec 3 05:49:30 2005 +

Update package version number for X11R7 RC3 release.

commit 1b34bc711957feb96bbdb2b9d1c1f3acb2889372
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Fri Dec 2 02:16:05 2005 +

Remove extraneous AC_MSG_RESULT.

commit 9b3967cc9c29db8f69e2ab77ac3eac0851f89fb8
Author: Adam Jackson <[EMAIL PROTECTED]>
Date:   Tue Nov 29 23:29:55 2005 +

Only build dlloader modules by default.

commit 60b27c460bf876689191d4b3c5dd4147ba82db76
Author: Alan Coopersmith <[EMAIL PROTECTED]>
Date:   Mon Nov 28 22:04:06 2005 +

Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4
update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir)

commit 69b3a05f55f62ef7680750e06ff001ab28a0d631
Author: Eric Anholt <[EMAIL PROTECTED]>
Date:   Mon Nov 21 10:49:04 2005 +

Add .cvsignores for drivers.

commit 1be1e963307bf54786a8954a9d3d8f98d3e61e43
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Wed Nov 9 21:15:12 2005 +

Update package version number for X11R7 RC2 release.

commit 76a54497f63239aa72d1dd104b042a05dd740100
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Tue Nov 1 15:08:50 2005 +

Update pkgcheck depedencies to work with separate build roots.

commit 66cb5f20dc88a3ecf53108a0a6d0d8c15bf6b4ae
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Wed Oct 19 02:48:00 2005 +

Update package version number for RC1 release.

commit 30938e1db189ed0eb4993e36a6568b9eb2000968
Author: Alan Coopersmith <[EMAIL PROTECTED]>
Date:   Tue Oct 18 00:01:51 2005 +

Use @DRIVER_MAN_SUFFIX@ instead of $(DRIVER_MAN_SUFFIX) in macro
substitutions to work better with BSD make

commit 759f1f1bb21b0925660eb85aa26ddf7a42d4652f
Author: Adam Jackson <[EMAIL PROTECTED]>
Date:   Mon Oct 17 22:57:28 2005 +

More 1.7 braindamage: define EXTRA_DIST in terms of @DRIVER_NAME@ instead
of indirectly

commit af1cdd89bed28bc12fe9a63be098862d354c374c
Author: Alan Coopersmith <[EMAIL PROTECTED]>
Date:   Mon Oct 17 00:08:57 2005 +

Use sed & cpp to substitute variables in driver man pages

commit 96d2bbb9aae51ea87f4075406bff7ab9e482624b
Author: Daniel Stone <[EMAIL PROTECTED]>
Date:   Thu Aug 18 09:03:38 2005 +

Update autogen.sh to one that does objdir != srcdir.

commit c15eccbba22fa18d928fe6eb1578aa679a4cf4b1
Author: Søren Sandmann Pedersen <[EMAIL PROTECTED]>
Date:   Wed Aug 10 14:07:23 2005 +

Don\'t lose existing CFLAGS in all the input drivers and some of the video
drivers

commit 1ff1e757c6846723c346caa3960561d25f339f43
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Fri Jul 29 21:22:41 2005 +

Various changes preparing packages for RC0:
- Verify and update package version numbers as needed
- Implement versioning scheme
- Change bug address to point to bugzilla bug entry form
- Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to
reenable it)
- Fix makedepend to use pkgconfig and pass distcheck
- Update build script to build macros first
- Update modular Xorg version

commit d6cf9b30ae802f6057cf713d8bf6d998f573a75f
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Wed Jul 13 20:03:22 2005 +

Make the module dir configurable

commit dd502f26823f705e971a1ecbb0f60c416fd8f30f
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Wed Jul 13 02:21:00 2005 +

Update all input drivers to pass distcheck

commit e68b1ef4c25c1659121b5be44dff985544392020
Author: Adam Jackson <[EMAIL PROTECTED]>
Date:   Tue Jul 12 06:15:09 2005 +

Build skeletons for input drivers. Should basically work.

commit 7ce755dd1f0576357cef860b1f996a7be143b19a
Author: Adam Jackson <[EMAIL PROTECTED]>
Date:   Mon Jul 11 02:37:59 2005 +

Prep input drivers for modularizing by adding guarded #include "config.h"

commit 36eb49a9d7cee575c000c6e83

xserver-xorg-input-jamstudio: Changes to 'svn-7.1'

2007-01-28 Thread David Nusinow
New branch 'svn-7.1' available with the following commits:
commit 9002ce3961eba7caaceb82a14700f84213a5fe58
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Sun Aug 6 23:25:48 2006 +

Mass driver dir rename to standards

commit bfa95c414bf60346831f05840a8ab0dfb0b6a3bd
Author: Branden Robinson <[EMAIL PROTECTED]>
Date:   Tue Aug 1 15:29:08 2006 +

Use only the major version, minor version, and major patch number
components of the Policy Manual revision in Standards-Version, because "the
minor patch level will be changed when only cosmetic, typographical or
other edits are made which neither change the meaning of the document nor
affect the contents of packages".  See Policy Manual §5.6.11.

(The real reason for this commit, as with r2615, is to test tweaks to the
repository's commit-email.pl script.)

commit af0633b9cc3f7919b618b3a53fcc04b64f16e4c0
Author: Branden Robinson <[EMAIL PROTECTED]>
Date:   Tue Aug 1 14:10:51 2006 +

Whitespace police.

(The real reason for this commit is to test tweaks to the repository's
commit-email.pl script.)

commit 1676af1a1faa80586cb54ad89cf7ca0492c2dae2
Author: Branden Robinson <[EMAIL PROTECTED]>
Date:   Fri Jul 28 18:34:42 2006 +

Continue open season on bad directory names as described in commit log for
r2578.  (The --force was strong with this one, too.)

commit 59d7b6764b5fe20b7500b03d978eebc03a797bcb
Author: Andres Salomon <[EMAIL PROTECTED]>
Date:   Mon Jul 17 05:29:25 2006 +

When building arch-dependent stuff, run dh_install w/ --list-missing.

commit 118a8854f8eefc959c45e0798ff9dd7506514c1a
Author: Andres Salomon <[EMAIL PROTECTED]>
Date:   Mon Jul 17 04:44:49 2006 +

Idempotency fixes; everywhere where we're using a separate build directory,
we tend to create it via "mkdir obj-$(foo)".  This doesn't work if 
rebuilding,
because the directory already exists.  Instead, only create it if there's
no directory there already.


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



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

2007-01-28 Thread David Nusinow
New branch 'debian-unstable' available with the following commits:
commit c06f3937eb88a47f91a1500dc60ca1f8397d370f
Author: Julien Cristau <[EMAIL PROTECTED]>
Date:   Tue Nov 7 06:46:29 2006 +

For each driver, add a symlink to xserver-xorg-core's bug script, so that 
each
new bugreport contains the user's config and log files.  Bump dependencies 
on
xserver-xorg-core to >= 2:1.1.1-11, to make sure that the bug script is
present.

commit 18b2b78ca348b443d489bbee0d571ae75a08029e
Author: Drew Parsons <[EMAIL PROTECTED]>
Date:   Tue Oct 10 14:29:14 2006 +

For xserver-xorg-input-elo2300
xserver-xorg-input-elographics
xserver-xorg-input-fpit
xserver-xorg-input-jamstudio
xserver-xorg-input-joystick:

  * New upstream version (X11R7.1).
  * Standards version 3.7.2.
  * [Build-] Depends: xserver-xorg (>= 2:1.1.1-1).
  * Use debhelper 5.
  * Use dh_installman to install man pages.
  * Exclude elo2300_drv.la from dh_install.

commit 863f2e22f0939e033f5c4e7c0982eb466a060414
Author: Drew Parsons <[EMAIL PROTECTED]>
Date:   Tue Oct 10 13:33:43 2006 +

New upstream versions (X11R7.1):
xf86-input-elo2300-1.1.0
xf86-input-elographics-1.1.0
xf86-input-fpit-1.1.0
xf86-input-jamstudio-1.1.0
xf86-input-joystick-1.1.0

commit 965336df56dbc005ed6d0c9e1d555f2707956e13
Author: Thierry Reding <[EMAIL PROTECTED]>
Date:   Tue Sep 26 10:26:34 2006 +

Add some more watch files.

commit 4a5fb8d327e18b79333ecf9a66083b06517bdbd7
Author: Steve Langasek <[EMAIL PROTECTED]>
Date:   Mon Sep 18 08:03:56 2006 +

merge 7.1 onto trunk for all input drivers -- packaging fixes only for
everything except keyboard and mouse, so no uploads needed, but no
reason to keep non-7.1 changes on a 7.1 branch we're abandoning, either

commit 0f5e6f0f36e98ecd40cff6a4d93d35d5505ae431
Author: Steve Langasek <[EMAIL PROTECTED]>
Date:   Mon Sep 18 06:48:25 2006 +

more fixes for unversioned directory names (input drivers)

commit e1ba2bc5ea3583e35e722ca307639cdcd7157de2
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Wed Apr 5 00:10:22 2006 +

Prepare changelogs for upload to unstable

commit 1f3c21064b155b442103d9f59d613d124013dd58
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Mon Feb 13 03:46:16 2006 +

Fix Branden's email address

commit a2f84b587601a7bef6ea099ed374832bab118329
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Sun Feb 12 16:24:02 2006 +

Move all install files for renaming scheme and delete v4l driver which 
doesn't currently have packaging

commit 45b8338ec605d4afc7666bd4fc8d20eb3baaf36d
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Fri Feb 10 05:20:12 2006 +

Actually change the names of the input drivers.

commit d0469aa4ef5a03eeaa85acec9b7c3b1ba80505a6
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Fri Feb 10 03:40:14 2006 +

Change driver package names to new scheme

commit c998944e27209f944b49d68089e7b357355196bb
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Mon Jan 30 02:24:55 2006 +

Move .install files to new naming scheme for drivers

commit 8612f6ae34915fbbbf77fdd778f38d97c1427de7
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Sun Jan 29 21:21:32 2006 +

Pull in and use xsfbs

commit 0bb39330b21ba31eed967f18ffd17c2ec18e5578
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Sun Jan 29 20:36:06 2006 +

* Rename driver packages to be more consistent and intuitive
  + Video drivers are now named xorg-video-driver-foo and input drivers are
now named xorg-input-driver-foo
  + Video drivers provide xorg-video-driver and input drivers provide
xorg-input-driver
  + xorg-server-core depends on xorg-video-drivers-all | xorg-video-driver
and also xorg-input-drivers-all | xorg-input-drivers

commit c070f0d20c64336f2e9d8c40d234d9d26db77e81
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Fri Jan 20 04:31:26 2006 +

Fix maintainer and uploader fields. God, I love sed.

commit d8532bf2a3e3043651126c304cd41862e150560c
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Fri Jan 20 01:44:20 2006 +

Add packaging for jamstudio, elo2300, voodoo, joystick, and evdev

commit d1d3a6d7b7810a4f40313793b14fcd145a0b780f
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Fri Jan 13 04:05:21 2006 +

Update drivers in modular branch. We'll re-pull the ubuntu packaging 
properly

commit 89c65c1ac81cedc6b591075db3da385b1b7a2521
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Fri Dec 30 18:14:25 2005 +

Vendor drop of the rest of 7.0


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



xserver-xorg-input-hyperpen: Changes to 'svn-7.1'

2007-01-28 Thread David Nusinow
New branch 'svn-7.1' available with the following commits:
commit 631cb7c7a68a31e5628da4166a04ad97d46f37b0
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Sun Aug 6 23:25:48 2006 +

Mass driver dir rename to standards

commit 592286c010a077cc6e7f1d52bf186e02b725558c
Author: Branden Robinson <[EMAIL PROTECTED]>
Date:   Tue Aug 1 15:29:08 2006 +

Use only the major version, minor version, and major patch number
components of the Policy Manual revision in Standards-Version, because "the
minor patch level will be changed when only cosmetic, typographical or
other edits are made which neither change the meaning of the document nor
affect the contents of packages".  See Policy Manual §5.6.11.

(The real reason for this commit, as with r2615, is to test tweaks to the
repository's commit-email.pl script.)

commit 64a0b78d8ef4e3cd5e375fe9a2ca0df38e3e7cf7
Author: Branden Robinson <[EMAIL PROTECTED]>
Date:   Tue Aug 1 14:10:51 2006 +

Whitespace police.

(The real reason for this commit is to test tweaks to the repository's
commit-email.pl script.)

commit a7b7989395da858511dc91b9d006a9c5a6057db8
Author: Branden Robinson <[EMAIL PROTECTED]>
Date:   Fri Jul 28 18:34:42 2006 +

Continue open season on bad directory names as described in commit log for
r2578.  (The --force was strong with this one, too.)

commit 7c351b703933cc52ff1bfa9e722b5b2f03c4b9fb
Author: Andres Salomon <[EMAIL PROTECTED]>
Date:   Mon Jul 17 05:29:25 2006 +

When building arch-dependent stuff, run dh_install w/ --list-missing.

commit 3ae63b5d232edb5f4dbc8df656ddeccb3dfe7468
Author: Andres Salomon <[EMAIL PROTECTED]>
Date:   Mon Jul 17 04:44:49 2006 +

Idempotency fixes; everywhere where we're using a separate build directory,
we tend to create it via "mkdir obj-$(foo)".  This doesn't work if 
rebuilding,
because the directory already exists.  Instead, only create it if there's
no directory there already.


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



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

2007-01-28 Thread David Nusinow
New branch 'upstream-unstable' available with the following commits:
commit c972cd6902ec762bb65559d66d257bac4c0b200b
Author: Adam Jackson <[EMAIL PROTECTED]>
Date:   Fri Apr 7 17:35:52 2006 +

Unlibcwrap. Bump server version requirement. Bump to 1.1.0.

commit e34d45956a026b015ec4923b2e6684a27271253e
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Wed Dec 21 02:29:57 2005 +

Update package version for X11R7 release.

commit a3a60152e3cf3561e9b71890d19c45264228a62b
Author: Adam Jackson <[EMAIL PROTECTED]>
Date:   Mon Dec 19 16:25:50 2005 +

Stub COPYING files

commit 219057b9b200f31d29647a31efef3e79af0c28a7
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Thu Dec 15 00:24:14 2005 +

Update package version number for final X11R7 release candidate.

commit 4ac694e069f581d4b676170067043de464ce64ec
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Tue Dec 6 22:48:29 2005 +

Change *man_SOURCES ==> *man_PRE to fix autotools warnings.

commit 4abb7a4ecad9d1a56b9e63eb0dbd985c2e1201c2
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Sat Dec 3 05:49:30 2005 +

Update package version number for X11R7 RC3 release.

commit 1828a1a00c65ffb8aa0e78725d28352627a0ba86
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Fri Dec 2 02:16:05 2005 +

Remove extraneous AC_MSG_RESULT.

commit b2793b820ca953e35279ad6a7cf87e97fb0c211e
Author: Adam Jackson <[EMAIL PROTECTED]>
Date:   Tue Nov 29 23:29:55 2005 +

Only build dlloader modules by default.

commit 051ba5fa7e006ea1e4d5fdf04deb873df9fb8c41
Author: Alan Coopersmith <[EMAIL PROTECTED]>
Date:   Mon Nov 28 22:04:06 2005 +

Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4
update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir)

commit f2c9674fd89503373895defabf4a766c5ab5c550
Author: Eric Anholt <[EMAIL PROTECTED]>
Date:   Mon Nov 21 10:49:04 2005 +

Add .cvsignores for drivers.

commit d9520cffc70edc97ef073a014b12e697db7db64d
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Wed Nov 9 21:15:12 2005 +

Update package version number for X11R7 RC2 release.

commit 07b477b0f4814909568be27cb4b4803b7ff2dc52
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Tue Nov 1 15:08:50 2005 +

Update pkgcheck depedencies to work with separate build roots.

commit 13bbea70e483cb68bf4b9a814b310220556f62de
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Wed Oct 19 02:48:00 2005 +

Update package version number for RC1 release.

commit d70de659e31ef2abd0e1854c29d51affcbd95292
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Tue Oct 18 15:46:36 2005 +

Do the following to make the drivers pass distcheck:
- Only define EXTRA_DIST when there are actually man pages to be processed
- Add missing man pages to keyboard and ati drivers EXTRA_DIST

commit 1df4356fe7f9ee2c830fc1ca1eaef1721a9162f3
Author: Alan Coopersmith <[EMAIL PROTECTED]>
Date:   Tue Oct 18 00:01:51 2005 +

Use @DRIVER_MAN_SUFFIX@ instead of $(DRIVER_MAN_SUFFIX) in macro
substitutions to work better with BSD make

commit 099b3f793f9ece7926d068aeb6a6c745fdf81cf1
Author: Adam Jackson <[EMAIL PROTECTED]>
Date:   Mon Oct 17 22:57:27 2005 +

More 1.7 braindamage: define EXTRA_DIST in terms of @DRIVER_NAME@ instead
of indirectly

commit ff044d50f598baffc33394efdd590c3efc88d032
Author: Alan Coopersmith <[EMAIL PROTECTED]>
Date:   Mon Oct 17 00:08:56 2005 +

Use sed & cpp to substitute variables in driver man pages

commit 0c2450f48589fe11ca4b8eecbaeff1a0fa4acb21
Author: Daniel Stone <[EMAIL PROTECTED]>
Date:   Thu Aug 18 09:03:38 2005 +

Update autogen.sh to one that does objdir != srcdir.

commit 7e982364b4cdb84f6c5cff93da30ebaa666157a7
Author: Søren Sandmann Pedersen <[EMAIL PROTECTED]>
Date:   Wed Aug 10 14:07:23 2005 +

Don\'t lose existing CFLAGS in all the input drivers and some of the video
drivers

commit 09774f31e12722c4f3e125be28403e8e5bdffa74
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Fri Jul 29 21:22:41 2005 +

Various changes preparing packages for RC0:
- Verify and update package version numbers as needed
- Implement versioning scheme
- Change bug address to point to bugzilla bug entry form
- Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to
reenable it)
- Fix makedepend to use pkgconfig and pass distcheck
- Update build script to build macros first
- Update modular Xorg version

commit 26a90487fd6fc199fea768d08f55f9eaf4bab146
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Wed Jul 13 20:03:21 2005 +

Make the module dir configurable

commit 2cde4a91c25a34b2ffe10a82f49cf8f218ac5292
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Wed Jul 13 02:20:59 2005 +

Update all input drivers to pass distcheck

commit c49d958812c52f4dc6f9d8d8fa36c8dc6274fdcf
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date: 

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

2007-01-28 Thread David Nusinow
New branch 'debian-unstable' available with the following commits:
commit 00556a5592d766697160ecd816b4c2301122aed0
Author: Julien Cristau <[EMAIL PROTECTED]>
Date:   Tue Nov 7 06:46:29 2006 +

For each driver, add a symlink to xserver-xorg-core's bug script, so that 
each
new bugreport contains the user's config and log files.  Bump dependencies 
on
xserver-xorg-core to >= 2:1.1.1-11, to make sure that the bug script is
present.

commit d3332eac0253a42554ab073001f2af05cd3387dc
Author: Thierry Reding <[EMAIL PROTECTED]>
Date:   Tue Sep 26 10:26:34 2006 +

Add some more watch files.

commit 6348ea1fbe88b6f2e1e65cd3685808e52aea0f79
Author: Drew Parsons <[EMAIL PROTECTED]>
Date:   Mon Sep 25 01:50:12 2006 +

 - Build-Depends: xserver-xorg-dev (>= 2:1.1.1-1) (likewise Depends).

commit e3bf48b0da733c3bd412a3f933c41faac1f37639
Author: Drew Parsons <[EMAIL PROTECTED]>
Date:   Mon Sep 25 01:46:10 2006 +

  * New upstream version xf86-input-hyperpen-1.1.0 (X11R7.1).
  * Use debhelper 5.
  * Use dh_installman to install man pages. Not that there are any.
  * Exclude hyperpen_drv.la from dh_install.
  * Standards version 3.7.2.

commit 59d1a1922c7f72abefbab4d4492b7458f765f4cc
Author: Drew Parsons <[EMAIL PROTECTED]>
Date:   Mon Sep 25 01:35:57 2006 +

Upgrade to new upstream version xf86-input-hyperpen-1.1.0 (X11R7.1).

commit db6d791f05176b8dfa18edc28b2bab70cb47ef0d
Author: Steve Langasek <[EMAIL PROTECTED]>
Date:   Mon Sep 18 08:03:56 2006 +

merge 7.1 onto trunk for all input drivers -- packaging fixes only for
everything except keyboard and mouse, so no uploads needed, but no
reason to keep non-7.1 changes on a 7.1 branch we're abandoning, either

commit 6b6daf0d3dff7e4d81770b256cc2faa467050a20
Author: Steve Langasek <[EMAIL PROTECTED]>
Date:   Mon Sep 18 06:48:25 2006 +

more fixes for unversioned directory names (input drivers)

commit ab6074f1d1f0f5fdd013a006dd2f9c90a117e3ec
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Wed Apr 5 00:10:22 2006 +

Prepare changelogs for upload to unstable

commit 7617ef136494f84b55dd6ee4a17c836384ad4190
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Mon Feb 13 03:46:16 2006 +

Fix Branden's email address

commit e6bb0a2b5770f73af5b1380e2ed13cdb369c9c3e
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Sun Feb 12 16:24:02 2006 +

Move all install files for renaming scheme and delete v4l driver which 
doesn't currently have packaging

commit a5f9e7573539a49444d19c3fc8b3adb18b49aa37
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Fri Feb 10 05:20:12 2006 +

Actually change the names of the input drivers.

commit 21d09d09411bddad1dc55f0c4fbfd31e6ec811e3
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Fri Feb 10 03:40:14 2006 +

Change driver package names to new scheme

commit 8399778963e2b9ef3fc8396baa9dc96a184a14a9
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Mon Jan 30 02:24:55 2006 +

Move .install files to new naming scheme for drivers

commit 1f3344e8468174c327df7c6c7ad411fb15e2298d
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Sun Jan 29 21:21:32 2006 +

Pull in and use xsfbs

commit 32ad007c3218fcd6ff8d2ffbcf82388cea2ea381
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Sun Jan 29 20:36:06 2006 +

* Rename driver packages to be more consistent and intuitive
  + Video drivers are now named xorg-video-driver-foo and input drivers are
now named xorg-input-driver-foo
  + Video drivers provide xorg-video-driver and input drivers provide
xorg-input-driver
  + xorg-server-core depends on xorg-video-drivers-all | xorg-video-driver
and also xorg-input-drivers-all | xorg-input-drivers

commit 4ed4e908ae46b683cc66448efb3651a0ee6e9ee4
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Fri Jan 20 04:31:26 2006 +

Fix maintainer and uploader fields. God, I love sed.

commit e1a96e82c9dfcd9502ebc756e423054e9dc2976c
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Fri Jan 13 05:48:42 2006 +

Add packaging for various drivers

commit 470ca944e6d55477c801667b0d0c779541e9a10b
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Fri Jan 13 04:05:21 2006 +

Update drivers in modular branch. We'll re-pull the ubuntu packaging 
properly

commit d199c05ab171c037615f8921246ff5508ca303e1
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Fri Dec 30 18:14:25 2005 +

Vendor drop of the rest of 7.0


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



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

2007-01-28 Thread David Nusinow
New branch 'upstream-unstable' available with the following commits:
commit 5eb263e776a8193035d86a17fc3939e5fcf0c26d
Author: Adam Jackson <[EMAIL PROTECTED]>
Date:   Fri Apr 7 17:32:14 2006 +

Unlibcwrap. Bump server version requirement. Bump to 1.1.0.

commit 717318ea9f56e7875f31906afd4b5669191df3cc
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Wed Dec 21 02:29:56 2005 +

Update package version for X11R7 release.

commit befa71531a1c7870d81ae748b8c3cfcf833a033e
Author: Adam Jackson <[EMAIL PROTECTED]>
Date:   Mon Dec 19 16:25:50 2005 +

Stub COPYING files

commit d7b4d51674ad4b168180e38343306701c0a926f9
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 0f86389792ca4249548e21546fbb7fa3a6bf4e39
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Thu Dec 15 00:24:14 2005 +

Update package version number for final X11R7 release candidate.

commit d831f3931d9da9ad3afbf0b00f27ab49f1f6b27e
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Tue Dec 6 22:48:29 2005 +

Change *man_SOURCES ==> *man_PRE to fix autotools warnings.

commit a3a2ab78dbfd1e0f08da6891dbb1c08a6eece8a5
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Sat Dec 3 05:49:30 2005 +

Update package version number for X11R7 RC3 release.

commit 417800aea164e837ea95a8dd02e706dc50fe820d
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Fri Dec 2 02:16:05 2005 +

Remove extraneous AC_MSG_RESULT.

commit eff2a9e33c7a34f8ab180f6a191a0e9f16998c18
Author: Adam Jackson <[EMAIL PROTECTED]>
Date:   Tue Nov 29 23:29:55 2005 +

Only build dlloader modules by default.

commit 19a3f95a129ea51d3cadcbe6eb8fcf079aa582b9
Author: Alan Coopersmith <[EMAIL PROTECTED]>
Date:   Mon Nov 28 22:04:06 2005 +

Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4
update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir)

commit 68d8dcce160b4d4938bf0b0108c858b9daa75b06
Author: Eric Anholt <[EMAIL PROTECTED]>
Date:   Mon Nov 21 10:49:03 2005 +

Add .cvsignores for drivers.

commit b872507476e8469cefa151067f106c3e0a097d3d
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Wed Nov 9 21:15:11 2005 +

Update package version number for X11R7 RC2 release.

commit 1df2fab075a5bec86b57a10909c1df71db60f579
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Tue Nov 1 15:08:50 2005 +

Update pkgcheck depedencies to work with separate build roots.

commit d8bd9a9edf93f337b6359e671cb1bb6e69083bea
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Wed Oct 19 02:48:00 2005 +

Update package version number for RC1 release.

commit e4df0542bfbba112ce0df38dfeba19350ad370ff
Author: Alan Coopersmith <[EMAIL PROTECTED]>
Date:   Tue Oct 18 00:01:51 2005 +

Use @DRIVER_MAN_SUFFIX@ instead of $(DRIVER_MAN_SUFFIX) in macro
substitutions to work better with BSD make

commit ad8d71d6b8b81aaac51425bef24cc65801749ffb
Author: Adam Jackson <[EMAIL PROTECTED]>
Date:   Mon Oct 17 22:57:27 2005 +

More 1.7 braindamage: define EXTRA_DIST in terms of @DRIVER_NAME@ instead
of indirectly

commit de780dd318c07b71df98f7409da74f5d5d46743c
Author: Alan Coopersmith <[EMAIL PROTECTED]>
Date:   Mon Oct 17 00:08:55 2005 +

Use sed & cpp to substitute variables in driver man pages

commit 699531cf87ad64107ceaa59208ca071a74501f2c
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Wed Oct 5 02:54:07 2005 +

Add readme.txt to EXTRA_DIST

commit 64f6e8d6197030627533c6fab93af9818c816c74
Author: Daniel Stone <[EMAIL PROTECTED]>
Date:   Thu Aug 18 09:03:38 2005 +

Update autogen.sh to one that does objdir != srcdir.

commit 3691cd67b2880ceab3f7ff22caf6cf1eaff0ee4f
Author: Søren Sandmann Pedersen <[EMAIL PROTECTED]>
Date:   Wed Aug 10 14:07:23 2005 +

Don\'t lose existing CFLAGS in all the input drivers and some of the video
drivers

commit c0a5f83b6d7ddf630b5d389fa38264de4dc7121a
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Fri Jul 29 21:22:40 2005 +

Various changes preparing packages for RC0:
- Verify and update package version numbers as needed
- Implement versioning scheme
- Change bug address to point to bugzilla bug entry form
- Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to
reenable it)
- Fix makedepend to use pkgconfig and pass distcheck
- Update build script to build macros first
- Update modular Xorg version

commit ad8d1c474ca4e3211b2ebde287aa08f4cf03f59e
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Wed Jul 13 20:03:21 2005 +

Make the module dir configurable

commit e9375c5e27068e39a60a59f74c22ec8183631499
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Wed Jul 13 02:20:59 2005 +

Update all input drivers to pass distcheck

commit 638054c0ab5f13821f

xserver-xorg-input-fpit: Changes to 'svn-7.1'

2007-01-28 Thread David Nusinow
New branch 'svn-7.1' available with the following commits:
commit b04450646987db49c3d81de82c0e34d41b316ab7
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Sun Aug 6 23:25:48 2006 +

Mass driver dir rename to standards

commit 029fe43df87a8e9184dc6bb3da171f73e008d698
Author: Branden Robinson <[EMAIL PROTECTED]>
Date:   Tue Aug 1 15:29:08 2006 +

Use only the major version, minor version, and major patch number
components of the Policy Manual revision in Standards-Version, because "the
minor patch level will be changed when only cosmetic, typographical or
other edits are made which neither change the meaning of the document nor
affect the contents of packages".  See Policy Manual §5.6.11.

(The real reason for this commit, as with r2615, is to test tweaks to the
repository's commit-email.pl script.)

commit eb95d57f04319f4695eb8e0b46eaeeea0bb6d858
Author: Branden Robinson <[EMAIL PROTECTED]>
Date:   Tue Aug 1 14:10:51 2006 +

Whitespace police.

(The real reason for this commit is to test tweaks to the repository's
commit-email.pl script.)

commit f87fde44c535fa1ebd8761e76e933a3bd7f5eec5
Author: Branden Robinson <[EMAIL PROTECTED]>
Date:   Fri Jul 28 18:34:42 2006 +

Continue open season on bad directory names as described in commit log for
r2578.  (The --force was strong with this one, too.)

commit 4ba256567b8c1d0ef4c944b7338ad91ca07225e8
Author: Andres Salomon <[EMAIL PROTECTED]>
Date:   Mon Jul 17 05:29:25 2006 +

When building arch-dependent stuff, run dh_install w/ --list-missing.

commit 7914e0c93b42e342f29050813b192d4241cc149b
Author: Andres Salomon <[EMAIL PROTECTED]>
Date:   Mon Jul 17 04:44:49 2006 +

Idempotency fixes; everywhere where we're using a separate build directory,
we tend to create it via "mkdir obj-$(foo)".  This doesn't work if 
rebuilding,
because the directory already exists.  Instead, only create it if there's
no directory there already.


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



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

2007-01-28 Thread David Nusinow
New branch 'debian-unstable' available with the following commits:
commit 8da3d7083877987655a1872eed502baea942188d
Author: Julien Cristau <[EMAIL PROTECTED]>
Date:   Tue Nov 7 06:46:29 2006 +

For each driver, add a symlink to xserver-xorg-core's bug script, so that 
each
new bugreport contains the user's config and log files.  Bump dependencies 
on
xserver-xorg-core to >= 2:1.1.1-11, to make sure that the bug script is
present.

commit 99872950da4ac936589e2676273ce5ab799a438e
Author: Drew Parsons <[EMAIL PROTECTED]>
Date:   Tue Oct 10 14:29:14 2006 +

For xserver-xorg-input-elo2300
xserver-xorg-input-elographics
xserver-xorg-input-fpit
xserver-xorg-input-jamstudio
xserver-xorg-input-joystick:

  * New upstream version (X11R7.1).
  * Standards version 3.7.2.
  * [Build-] Depends: xserver-xorg (>= 2:1.1.1-1).
  * Use debhelper 5.
  * Use dh_installman to install man pages.
  * Exclude elo2300_drv.la from dh_install.

commit 36b216bb0c37c8aa890a96ac214ddfe91b21fa7d
Author: Drew Parsons <[EMAIL PROTECTED]>
Date:   Tue Oct 10 13:33:43 2006 +

New upstream versions (X11R7.1):
xf86-input-elo2300-1.1.0
xf86-input-elographics-1.1.0
xf86-input-fpit-1.1.0
xf86-input-jamstudio-1.1.0
xf86-input-joystick-1.1.0

commit 26cb60275c39fc846d1d60ac248267c01f534003
Author: Thierry Reding <[EMAIL PROTECTED]>
Date:   Tue Sep 26 10:26:34 2006 +

Add some more watch files.

commit efaeb3497abd5adfdc6ee230f15bf67d0ae5cf51
Author: Steve Langasek <[EMAIL PROTECTED]>
Date:   Mon Sep 18 08:03:56 2006 +

merge 7.1 onto trunk for all input drivers -- packaging fixes only for
everything except keyboard and mouse, so no uploads needed, but no
reason to keep non-7.1 changes on a 7.1 branch we're abandoning, either

commit eaf07a1f9a8428ed5fa680973d038ef65b8d8400
Author: Steve Langasek <[EMAIL PROTECTED]>
Date:   Mon Sep 18 06:48:25 2006 +

more fixes for unversioned directory names (input drivers)

commit 276cc8523c84324176b1e51101e98ce9ffcce3fb
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Wed Apr 5 00:10:22 2006 +

Prepare changelogs for upload to unstable

commit cfc1c39eb481e1bd5314034692bb1ca78710a42a
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Mon Feb 13 03:46:16 2006 +

Fix Branden's email address

commit accc1e39098af432898765c42e37f9c0988b53e9
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Sun Feb 12 16:24:02 2006 +

Move all install files for renaming scheme and delete v4l driver which 
doesn't currently have packaging

commit 439b04484471531fb87e5ba5e3c3461da4827467
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Fri Feb 10 05:20:12 2006 +

Actually change the names of the input drivers.

commit f57bf0f919a824d28f6a615ee8e48db73a21dcd6
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Fri Feb 10 03:40:14 2006 +

Change driver package names to new scheme

commit 743dc2751f5352a097bd056fe299ff92b6562c1d
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Mon Jan 30 02:24:55 2006 +

Move .install files to new naming scheme for drivers

commit c2c28fff0790606f2cf928ad485ae44d767125a4
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Sun Jan 29 21:21:32 2006 +

Pull in and use xsfbs

commit b787a2b4e140073086b4ecc6ab8651256d0f069d
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Sun Jan 29 20:36:06 2006 +

* Rename driver packages to be more consistent and intuitive
  + Video drivers are now named xorg-video-driver-foo and input drivers are
now named xorg-input-driver-foo
  + Video drivers provide xorg-video-driver and input drivers provide
xorg-input-driver
  + xorg-server-core depends on xorg-video-drivers-all | xorg-video-driver
and also xorg-input-drivers-all | xorg-input-drivers

commit 7af54ab65df8b0930d8961d0f124810d2a028879
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Fri Jan 20 04:31:26 2006 +

Fix maintainer and uploader fields. God, I love sed.

commit a3b853d6db39eac4dcbddb31bbddfc49c4ccb6dd
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Fri Jan 13 05:48:42 2006 +

Add packaging for various drivers

commit b75c48f8274f9ac1e8b3144b7fe6b7d7d61c0045
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Fri Jan 13 04:05:21 2006 +

Update drivers in modular branch. We'll re-pull the ubuntu packaging 
properly

commit 2e46fdee066197c5724f633fe187655a6ed0e5e1
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Fri Dec 30 18:14:25 2005 +

Vendor drop of the rest of 7.0


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



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

2007-01-28 Thread David Nusinow
New branch 'upstream-unstable' available with the following commits:
commit d8d8f114caece4c26c777ae6eee57e66b1f499e7
Author: root <[EMAIL PROTECTED]>
Date:   Wed Jan 17 19:27:40 2007 -0500

For reasons related to handling pathological remapping cases, and
differences between HID and X, pretend a middle button exists
whenever a right button exists.

commit ebb30a554fe084a50c7281defea80c38bc1b0ddd
Author: root <[EMAIL PROTECTED]>
Date:   Sat Jan 13 07:33:49 2007 -0500

Fix a bug where we potentially wrote garbage events when LEDs change.

Support setting keyboard repeat rate/period.

commit 3d8bb262e42b1c5442aebb4048c71b4dc8ce24a0
Author: root <[EMAIL PROTECTED]>
Date:   Thu Jan 11 22:42:19 2007 -0500

Handle swapping of right and middle buttons better in some odder cases.

commit 987c6b1597f184e035c3ecef15a776f7c64cd4fe
Author: root <[EMAIL PROTECTED]>
Date:   Thu Jan 11 22:41:23 2007 -0500

No more call to xf86OSRingBell in any cases,
 maybe do some conditional stuff later.

commit 8155e49e76aa2d1d953fb71ead6a5c3110f3d80c
Author: root <[EMAIL PROTECTED]>
Date:   Mon Jan 8 08:59:44 2007 -0500

Pad out button_names so we can loop over things more sanely.

Support for ignoring the existance of buttons,
and for not telling X about them.

By default don't tell X about tools and touch as buttons.
TODO: Revisit this choice later.

commit e1fe72e7fe663a479a5be1b5e16ecbba52f511a8
Author: Daniel Stone <[EMAIL PROTECTED]>
Date:   Sat Dec 16 01:42:18 2006 +0200

bump to 1.1.5

commit 9f3be57929048950ad0e03cfef44b5336c38aab3
Author: Daniel Stone <[EMAIL PROTECTED]>
Date:   Wed Dec 6 18:50:15 2006 +0200

Makefile.am: make ChangeLog hook safer
Make ChangeLog hook as safe as possible.

commit 5a5457e69c719980334cb662e5abcb77cd09bc7a
Author: Daniel Stone <[EMAIL PROTECTED]>
Date:   Thu Nov 2 03:42:57 2006 +0200

bump to 1.1.4

commit 3fc70342aaba5f95d01b6e51164ae207532fa8f4
Merge: 1a8cea3dc4d8336b61a071a52479e71d7dd619d4 
ef01c2ef65fa64cb213dc3adfa30c75635d1fe03
Author: Daniel Stone <[EMAIL PROTECTED]>
Date:   Thu Nov 2 03:42:14 2006 +0200

Merge branch 'input-hotplug'

commit 1a8cea3dc4d8336b61a071a52479e71d7dd619d4
Merge: 51d21a369416bb0a45a2894e83a1cb092cc307d8 
4c72fb7b769b78cfa2b4cc39eb03fdacd2b5039c
Author: Daniel Stone <[EMAIL PROTECTED]>
Date:   Thu Nov 2 03:42:13 2006 +0200

Merge branch 'master' of 
git+ssh://git.freedesktop.org/git/xorg/driver/xf86-input-evdev

commit ef01c2ef65fa64cb213dc3adfa30c75635d1fe03
Author: Daniel Stone <[EMAIL PROTECTED]>
Date:   Thu Nov 2 03:41:48 2006 +0200

key: use os bell-ringing function
Use the OS bell-ringing function to ding the bell.

commit 036b457c1b3f7d2d174da890cb8598d907181f8e
Author: Daniel Stone <[EMAIL PROTECTED]>
Date:   Wed Oct 25 02:22:46 2006 +0300

support new DIX motion history API
Use the DIX motion history if we have ABI version 1 or higher.

commit 79eb7dcac8cdbecc07be08737388a8a6574e3d76
Merge: d7f686bfa3e773cfc7740c707da9fc64196e143c 
63f7edf7862032221e25de3c59fee1158d616597
Author: Daniel Stone <[EMAIL PROTECTED]>
Date:   Tue Oct 17 11:32:39 2006 +0300

Merge branch 'input-hotplug' of 
git+ssh://git.freedesktop.org/git/xorg/driver/xf86-input-evdev into 
input-hotplug

commit d7f686bfa3e773cfc7740c707da9fc64196e143c
Merge: ec09e0d55dd14164cc46a68a71d439cc550df063 
4c72fb7b769b78cfa2b4cc39eb03fdacd2b5039c
Author: Daniel Stone <[EMAIL PROTECTED]>
Date:   Tue Oct 17 11:31:58 2006 +0300

Merge branch 'master' of 
git+ssh://git.freedesktop.org/git/xorg/driver/xf86-input-evdev into 
input-hotplug

commit ec09e0d55dd14164cc46a68a71d439cc550df063
Author: Daniel Stone <[EMAIL PROTECTED]>
Date:   Sun Oct 15 19:37:46 2006 +0300

brain: call xf86DeleteInput when removing device
Call xf86DeleteInput from evdevRemoveDevice, so it also gets removed from
xf86InputDevs in the DDX.

commit 4c72fb7b769b78cfa2b4cc39eb03fdacd2b5039c
Author: Adam Jackson <[EMAIL PROTECTED]>
Date:   Fri Oct 13 18:25:10 2006 -0400

Bump to 1.1.3

commit 77cbbc20b60fd564f8add39bfb840c85d5cad51d
Author: Daniel Stone <[EMAIL PROTECTED]>
Date:   Sun Oct 8 16:14:12 2006 +0300

key: remove usage of OS keyboard layer for bell
Right now, bell is a no-op.

commit 5c5ef3fbd6eb0b668139df3ff5eda67766e86dcd
Author: Drew Parsons <[EMAIL PROTECTED]>
Date:   Fri Oct 6 10:56:24 2006 +1000

m68k support (thanks Geert Uytterhoeven for the inotify codes).

commit a96b048e560782399a98c57cad255df778471ea1
Author: Zephaniah E. Hull <[EMAIL PROTECTED]>
Date:   Mon Oct 2 17:50:55 2006 -0400

Make some debugging messages optional.

Correctly handle emulating relative mode from absolute data in the case 
where
we do not get X and Y data at the same time on touching.

commit d8ea40dc4a78a6197d474d806ac5367dae83655a
Author: Zephaniah E. Hull <[EMAIL PROTECTED]>
Date:   Mon Oct 2 17:49:20 2006 -0400

Use XORG_VERSION_CURRENT in the module version struct.

commit ab65184

xserver-xorg-input-evdev: Changes to 'svn-X11R7.0'

2007-01-28 Thread David Nusinow
New branch 'svn-X11R7.0' available with the following commits:
commit eb98c247f245db4d16f6a729ee039020a98a8f11
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Wed May 31 01:44:28 2006 +

Rename evdev vendor branch to use svn best practices


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



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

2007-01-28 Thread David Nusinow
New branch 'debian-unstable' available with the following commits:
commit c3a2b392b6c42546dff63d667f1f3bb6c8a0a558
Author: Julien Cristau <[EMAIL PROTECTED]>
Date:   Tue Nov 7 06:46:29 2006 +

For each driver, add a symlink to xserver-xorg-core's bug script, so that 
each
new bugreport contains the user's config and log files.  Bump dependencies 
on
xserver-xorg-core to >= 2:1.1.1-11, to make sure that the bug script is
present.

commit 184e831337bccb0d19c5eb4c928f04bb7045e36d
Author: Drew Parsons <[EMAIL PROTECTED]>
Date:   Sun Nov 5 10:39:06 2006 +

Use dh_installman to install man pages.

commit bd574318359c7b475aa59727d394755d698d759e
Author: Drew Parsons <[EMAIL PROTECTED]>
Date:   Sun Nov 5 10:31:54 2006 +

Also apply 40-close-fd.patch, as the last "trivial" patch from
upstream before the major changes of 1.1.3.

commit fd1b94d95a96b89d6247d4ce4f144da4fb3522ee
Author: Drew Parsons <[EMAIL PROTECTED]>
Date:   Wed Nov 1 11:00:05 2006 +

  * Apply upstream patch 30-absolute-axis.patch to avert potential
crashes in the absolute axis setup.

commit 7f3db7d24652b05fd9cb6f2d337bdd32dd52e51e
Author: Drew Parsons <[EMAIL PROTECTED]>
Date:   Wed Nov 1 09:16:40 2006 +

  * Applied upstream patches 10-bitfield-fixes.patch and
11-bitops-fixes.patch to define bit operations. Closes: #395510.
The former contains the hppa inotify patch, so rework
1-add-inotify-architectures.patch into
20-add-inotify-architectures.patch to accommodate.
Also, deleted the trivial man patch from 10-bitfield-fixes.patch,
it was not applying neatly.

commit aa3c89260bc167af1f48df75ef01a52c5121aad1
Author: Drew Parsons <[EMAIL PROTECTED]>
Date:   Fri Oct 27 12:14:27 2006 +

Upload corrections to unstable.

commit 94a70b3e8e2c722a81a699d041d47b0696ecd655
Author: Drew Parsons <[EMAIL PROTECTED]>
Date:   Sat Oct 7 14:53:48 2006 +

Fix versioned depends: xserver-xorg-core (>= 2:1.1.1-1) (see #391508)
since building against xserver-xorg-dev (>= 2:1.1.1-1).

In the case of xserver-xorg-input-evdev, the specific versioned
build-depends is not needed since it is not required in configure.ac
(the driver could be built against older xserver versions).

commit e7d9c5ad582b6dad21b6e6effc807e9e84a93daf
Author: Thierry Reding <[EMAIL PROTECTED]>
Date:   Tue Sep 26 10:26:34 2006 +

Add some more watch files.

commit eb27d4a9bd6bad13513a5c655bbc7d8e0465ea94
Author: Drew Parsons <[EMAIL PROTECTED]>
Date:   Sun Sep 24 00:03:45 2006 +

  * Add patch rule to build rule to debian/rules to get
1-add-inotify-architectures.patch applied. Run autoreconf and
update config.{guess,sub} for good measure.

commit d20b307d91d72671a62535c7085a97a3b2fa55b4
Author: Drew Parsons <[EMAIL PROTECTED]>
Date:   Sat Sep 23 15:55:20 2006 +

  * Upstream patch 1-add-inotify-architectures.patch enables building
for hppa, mips (from git upstream) and m68k (thanks Geert Uytterhoeven).
Closes: #387922, #388639.
  * Exclude evdev_drv.la from dh_install.

commit dee194794c457df2d545d93a1a7f76944e6a54c6
Author: Steve Langasek <[EMAIL PROTECTED]>
Date:   Mon Sep 18 08:03:56 2006 +

merge 7.1 onto trunk for all input drivers -- packaging fixes only for
everything except keyboard and mouse, so no uploads needed, but no
reason to keep non-7.1 changes on a 7.1 branch we're abandoning, either

commit 4c80b0cceb063903c5c8e89e82f093a7d9194044
Author: Drew Parsons <[EMAIL PROTECTED]>
Date:   Sun Sep 17 14:58:03 2006 +

  * Upstream patch 1-add-inotify-architectures.patch enables building
for hppa and mips (m68k remains, see #387922).
  * Install upstream ChangeLog. Closes: #370300.

commit 40c3df740641b5c08c350c92e4b2619c134919ba
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Wed May 31 03:06:21 2006 +

Prepare changelog for release

commit 521cf3008dedbfb75251947e0c4e92725dca1b7b
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Wed May 31 02:14:20 2006 +

* Add x11proto-kb-dev to build-depends

commit d64e117ebb760c60c06a08f2a624d7ea6601db57
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Wed May 31 02:04:53 2006 +

* Bump standards version to 3.7.2.0

commit 4478b895384900518da74a6c4db1cb85df16b980
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Wed May 31 02:03:14 2006 +

* Bump debhelper compat to 5

commit c414598d76de96da2d1023da28b81ac74a373e35
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Wed May 31 02:02:37 2006 +

* Run dh_install with --list-missing

commit d17caf27887289a3d35dc4abc6f6d2263e6d2412
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Wed May 31 01:55:23 2006 +

Prepare changelog with closers

commit 030dab50f82904cdee033b55da70931d6c071327
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Wed May 31 01:52:55 2006 +

Merge evdev driver 1.0.2 to working branch

commit f

xserver-xorg-input-evdev: Changes to 'svn-7.1'

2007-01-28 Thread David Nusinow
New branch 'svn-7.1' available with the following commits:
commit 949d542c21a36bb050ad7c4188c8bebc2a35d4be
Author: Branden Robinson <[EMAIL PROTECTED]>
Date:   Tue Aug 1 15:29:08 2006 +

Use only the major version, minor version, and major patch number
components of the Policy Manual revision in Standards-Version, because "the
minor patch level will be changed when only cosmetic, typographical or
other edits are made which neither change the meaning of the document nor
affect the contents of packages".  See Policy Manual §5.6.11.

(The real reason for this commit, as with r2615, is to test tweaks to the
repository's commit-email.pl script.)

commit 9b988f31f5d9f69385deb513bd173e33f0b1bf9e
Author: Andres Salomon <[EMAIL PROTECTED]>
Date:   Mon Jul 17 04:44:49 2006 +

Idempotency fixes; everywhere where we're using a separate build directory,
we tend to create it via "mkdir obj-$(foo)".  This doesn't work if 
rebuilding,
because the directory already exists.  Instead, only create it if there's
no directory there already.


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



xserver-xorg-input-elographics: Changes to 'svn-7.1'

2007-01-28 Thread David Nusinow
New branch 'svn-7.1' available with the following commits:
commit 9ab87990b9d99a82e234f65601616498a2deb34a
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Sun Aug 6 23:25:48 2006 +

Mass driver dir rename to standards

commit 65aff3e34712a690336347a2ab9fa4b9f00beed3
Author: Branden Robinson <[EMAIL PROTECTED]>
Date:   Tue Aug 1 15:29:08 2006 +

Use only the major version, minor version, and major patch number
components of the Policy Manual revision in Standards-Version, because "the
minor patch level will be changed when only cosmetic, typographical or
other edits are made which neither change the meaning of the document nor
affect the contents of packages".  See Policy Manual §5.6.11.

(The real reason for this commit, as with r2615, is to test tweaks to the
repository's commit-email.pl script.)

commit 4d2df5690217fa6dcf3869221ad4e8d8cf053864
Author: Branden Robinson <[EMAIL PROTECTED]>
Date:   Tue Aug 1 14:10:51 2006 +

Whitespace police.

(The real reason for this commit is to test tweaks to the repository's
commit-email.pl script.)

commit bd4f76370007181e8af08c733b47b28999db7153
Author: Branden Robinson <[EMAIL PROTECTED]>
Date:   Fri Jul 28 18:34:42 2006 +

Continue open season on bad directory names as described in commit log for
r2578.  (The --force was strong with this one, too.)

commit d666a93f07b7f2ca1b7c32966f51f2d2d9a53953
Author: Andres Salomon <[EMAIL PROTECTED]>
Date:   Mon Jul 17 05:29:25 2006 +

When building arch-dependent stuff, run dh_install w/ --list-missing.

commit c65354498907f9066bcb8ec8785776652ec8ec6d
Author: Andres Salomon <[EMAIL PROTECTED]>
Date:   Mon Jul 17 04:44:49 2006 +

Idempotency fixes; everywhere where we're using a separate build directory,
we tend to create it via "mkdir obj-$(foo)".  This doesn't work if 
rebuilding,
because the directory already exists.  Instead, only create it if there's
no directory there already.


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



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

2007-01-28 Thread David Nusinow
New branch 'debian-unstable' available with the following commits:
commit e45229f31493a39010978e33d72fa21705d779e3
Author: Julien Cristau <[EMAIL PROTECTED]>
Date:   Tue Nov 7 06:46:29 2006 +

For each driver, add a symlink to xserver-xorg-core's bug script, so that 
each
new bugreport contains the user's config and log files.  Bump dependencies 
on
xserver-xorg-core to >= 2:1.1.1-11, to make sure that the bug script is
present.

commit 1c63f7347a743030571f7bc1beb73a407e18748c
Author: Drew Parsons <[EMAIL PROTECTED]>
Date:   Tue Oct 10 14:29:14 2006 +

For xserver-xorg-input-elo2300
xserver-xorg-input-elographics
xserver-xorg-input-fpit
xserver-xorg-input-jamstudio
xserver-xorg-input-joystick:

  * New upstream version (X11R7.1).
  * Standards version 3.7.2.
  * [Build-] Depends: xserver-xorg (>= 2:1.1.1-1).
  * Use debhelper 5.
  * Use dh_installman to install man pages.
  * Exclude elo2300_drv.la from dh_install.

commit 0bca43102c5695fe14021510a9d216aaec722f6d
Author: Drew Parsons <[EMAIL PROTECTED]>
Date:   Tue Oct 10 13:33:43 2006 +

New upstream versions (X11R7.1):
xf86-input-elo2300-1.1.0
xf86-input-elographics-1.1.0
xf86-input-fpit-1.1.0
xf86-input-jamstudio-1.1.0
xf86-input-joystick-1.1.0

commit cce6a631efbed59c4e1ca6b0b93f897e67bdb711
Author: Thierry Reding <[EMAIL PROTECTED]>
Date:   Tue Sep 26 10:26:34 2006 +

Add some more watch files.

commit 5ac6816af97dc36df60b8ced1c7c842d49740991
Author: Steve Langasek <[EMAIL PROTECTED]>
Date:   Mon Sep 18 08:03:56 2006 +

merge 7.1 onto trunk for all input drivers -- packaging fixes only for
everything except keyboard and mouse, so no uploads needed, but no
reason to keep non-7.1 changes on a 7.1 branch we're abandoning, either

commit 75129ba7ee5b66e824627093c976d9cd36dfb42c
Author: Steve Langasek <[EMAIL PROTECTED]>
Date:   Mon Sep 18 06:48:25 2006 +

more fixes for unversioned directory names (input drivers)

commit 8c4925deadd1a565ec32cdf56d8e9973dc85
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Wed Apr 5 00:10:22 2006 +

Prepare changelogs for upload to unstable

commit 0e26cbf6bb4a4ff0196aa003a0f3692ad821aa32
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Mon Feb 13 03:46:16 2006 +

Fix Branden's email address

commit 4bf454d85b19b46d72ee6a133f4a4fab7f2636ee
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Sun Feb 12 16:24:02 2006 +

Move all install files for renaming scheme and delete v4l driver which 
doesn't currently have packaging

commit 38c4795c96158198865de1fe28a5a77bbabd4109
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Fri Feb 10 05:20:12 2006 +

Actually change the names of the input drivers.

commit f599033fb6598b035f35df706a2874db93105e55
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Fri Feb 10 03:40:14 2006 +

Change driver package names to new scheme

commit 646ecac231548e3b038459e2ba80fd70e4870229
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Mon Jan 30 02:24:55 2006 +

Move .install files to new naming scheme for drivers

commit d5d1b9f2cccb6a5455a7e563ebfba646d9ed3994
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Sun Jan 29 21:21:32 2006 +

Pull in and use xsfbs

commit 4dd0c7ccb65c944ef21786789b75924ccae09f02
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Sun Jan 29 20:36:06 2006 +

* Rename driver packages to be more consistent and intuitive
  + Video drivers are now named xorg-video-driver-foo and input drivers are
now named xorg-input-driver-foo
  + Video drivers provide xorg-video-driver and input drivers provide
xorg-input-driver
  + xorg-server-core depends on xorg-video-drivers-all | xorg-video-driver
and also xorg-input-drivers-all | xorg-input-drivers

commit ff17b31a3d07b294ef9ae9c475113b45e6f34dfe
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Fri Jan 20 04:31:26 2006 +

Fix maintainer and uploader fields. God, I love sed.

commit 9b6c297d08834ce5764eb25db8ecfadbec788d42
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Fri Jan 13 05:48:42 2006 +

Add packaging for various drivers

commit 3bfb72d155881853f8c0ce82085229426c4977ec
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Fri Jan 13 04:05:21 2006 +

Update drivers in modular branch. We'll re-pull the ubuntu packaging 
properly

commit da81df9a1749cce45ad8cd3bcc3f5cccaa42558c
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Fri Dec 30 18:14:25 2005 +

Vendor drop of the rest of 7.0


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



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

2007-01-28 Thread David Nusinow
New branch 'upstream-unstable' available with the following commits:
commit b81e0064d99dd22d2bea8eaf65a9331da9166ab0
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Wed Dec 21 02:29:56 2005 +

Update package version for X11R7 release.

commit 8317c2502e8cafb82b61754bbfe9e3c101a7699f
Author: Adam Jackson <[EMAIL PROTECTED]>
Date:   Mon Dec 19 16:25:50 2005 +

Stub COPYING files

commit 2d672e739310333da2bc480acc7afe6b09400d0b
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Thu Dec 15 00:24:14 2005 +

Update package version number for final X11R7 release candidate.

commit 1870d409267f67b8e1a7497deea8721a26ce9cb9
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Tue Dec 6 22:48:29 2005 +

Change *man_SOURCES ==> *man_PRE to fix autotools warnings.

commit ffe759062efc75f69bc254ddbd595322f88fd1ad
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Sat Dec 3 05:49:30 2005 +

Update package version number for X11R7 RC3 release.

commit 15ec88033a6020f442746ff178bf87406fc2555d
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Fri Dec 2 02:16:05 2005 +

Remove extraneous AC_MSG_RESULT.

commit d882f2f5febc0bae5cd8fe5bbfeb37f756fa4eb7
Author: Adam Jackson <[EMAIL PROTECTED]>
Date:   Tue Nov 29 23:29:55 2005 +

Only build dlloader modules by default.

commit 4f8ade63683986e30ffd9281b0e58bc990b4d05c
Author: Alan Coopersmith <[EMAIL PROTECTED]>
Date:   Mon Nov 28 22:04:06 2005 +

Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4
update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir)

commit 46f8d88b896cb0415dd85640ae454640e82c2742
Author: Eric Anholt <[EMAIL PROTECTED]>
Date:   Mon Nov 21 10:49:03 2005 +

Add .cvsignores for drivers.

commit 970d941ec49ff81012a77f4f33ddc21f318626e5
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Wed Nov 9 21:15:11 2005 +

Update package version number for X11R7 RC2 release.

commit b471db40377061af89f87634e31ced3d5ba8c98e
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Tue Nov 1 15:08:49 2005 +

Update pkgcheck depedencies to work with separate build roots.

commit d371e549a4989280187a7394c64abe20c403b0db
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Wed Oct 19 02:48:00 2005 +

Update package version number for RC1 release.

commit b4809879c5b3697321cd5816ef2d0e0355c1064d
Author: Alan Coopersmith <[EMAIL PROTECTED]>
Date:   Tue Oct 18 00:01:51 2005 +

Use @DRIVER_MAN_SUFFIX@ instead of $(DRIVER_MAN_SUFFIX) in macro
substitutions to work better with BSD make

commit 1845452d66d56b059504c746062b5713fa4dc16c
Author: Adam Jackson <[EMAIL PROTECTED]>
Date:   Mon Oct 17 22:57:27 2005 +

More 1.7 braindamage: define EXTRA_DIST in terms of @DRIVER_NAME@ instead
of indirectly

commit aafac4990d3b5a84a4417fd3695ab9491cd061ff
Author: Alan Coopersmith <[EMAIL PROTECTED]>
Date:   Mon Oct 17 00:08:55 2005 +

Use sed & cpp to substitute variables in driver man pages

commit 3d1ff1b859ab45975dcbeb22b4f313e5aed21849
Author: Daniel Stone <[EMAIL PROTECTED]>
Date:   Fri Aug 26 07:02:21 2005 +

Update elographics manpage to list supported options. (Debian #075)

commit 6d7d6af9ac22ba89bdd48cbe3901fb47eab89b6e
Author: Daniel Stone <[EMAIL PROTECTED]>
Date:   Thu Aug 18 09:03:38 2005 +

Update autogen.sh to one that does objdir != srcdir.

commit 5410d26cb4a8df005a1ee9cb7f4ec05d5371b0e0
Author: Søren Sandmann Pedersen <[EMAIL PROTECTED]>
Date:   Wed Aug 10 14:07:22 2005 +

Don\'t lose existing CFLAGS in all the input drivers and some of the video
drivers

commit f61c90d5044b256497ea55fe032e3e67866cd27f
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Fri Jul 29 21:22:40 2005 +

Various changes preparing packages for RC0:
- Verify and update package version numbers as needed
- Implement versioning scheme
- Change bug address to point to bugzilla bug entry form
- Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to
reenable it)
- Fix makedepend to use pkgconfig and pass distcheck
- Update build script to build macros first
- Update modular Xorg version

commit c81438a87f7848219d1a5755f02a784dfda92601
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Wed Jul 13 20:03:21 2005 +

Make the module dir configurable

commit 9bf5e9b174d7c1e9c0633f0e170e5c15ba39c80f
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Wed Jul 13 02:20:59 2005 +

Update all input drivers to pass distcheck

commit 7a0b4563a7adcd55248385201cf3753c1b41015a
Author: Adam Jackson <[EMAIL PROTECTED]>
Date:   Tue Jul 12 06:15:08 2005 +

Build skeletons for input drivers. Should basically work.

commit f431f54c20f49bf7b97d4f2372c4e67539302fa8
Author: Adam Jackson <[EMAIL PROTECTED]>
Date:   Mon Jul 11 02:37:59 2005 +

Prep input drivers for modularizing by adding guarded #include "config.h"

commit cd258fd520d115a6

xserver-xorg-input-elo2300: Changes to 'svn-7.1'

2007-01-28 Thread David Nusinow
New branch 'svn-7.1' available with the following commits:
commit 60b5f69f03180d1cc3d8cec17bfa652de8864c57
Author: Steve Langasek <[EMAIL PROTECTED]>
Date:   Mon Sep 18 08:12:10 2006 +

ESPELL :)


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



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

2007-01-28 Thread David Nusinow
New branch 'upstream-unstable' available with the following commits:
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 release candidate.

commit 4d5354cda99932fb60546dc3fd404c1ae7672d23
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Tue Dec 6 22:48:28 2005 +

Change *man_SOURCES ==> *man_PRE to fix autotools warnings.

commit 445aec41ad0849891526572b0a0959e4f35119cf
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Sat Dec 3 05:49:30 2005 +

Update package version number for X11R7 RC3 release.

commit 5cd4e2dc7450c9e15339c89f0eedf850b7e1125f
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Fri Dec 2 02:16:04 2005 +

Remove extraneous AC_MSG_RESULT.

commit 28f25db6de8e0370e3d3b7c82874b1fc662786f3
Author: Adam Jackson <[EMAIL PROTECTED]>
Date:   Tue Nov 29 23:29:55 2005 +

Only build dlloader modules by default.

commit 7bd96934500c6e5d95a47db942717a8f7b355ba4
Author: Alan Coopersmith <[EMAIL PROTECTED]>
Date:   Mon Nov 28 22:04:06 2005 +

Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4
update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir)

commit f7ed9d21fff320201bffec8d82b687e9a0dd4967
Author: Eric Anholt <[EMAIL PROTECTED]>
Date:   Mon Nov 21 10:49:03 2005 +

Add .cvsignores for drivers.

commit 9d44ea55e33d0fb5a5fe286877bafb780b420e0b
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Wed Nov 9 21:15:11 2005 +

Update package version number for X11R7 RC2 release.

commit bc7252de45ecf18a4f2e5f8724d85da038e2775c
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Tue Nov 1 15:08:49 2005 +

Update pkgcheck depedencies to work with separate build roots.

commit 01f585199be704deed405722ceb104f455c23bf4
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Wed Oct 19 02:48:00 2005 +

Update package version number for RC1 release.

commit e8758d4c0ac66e7e7f3a9cfdf48cd4cead569004
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Tue Oct 18 15:46:36 2005 +

Do the following to make the drivers pass distcheck:
- Only define EXTRA_DIST when there are actually man pages to be processed
- Add missing man pages to keyboard and ati drivers EXTRA_DIST

commit 81427fa6f0300cfcd5f6c08036e3abd8ce9dc98c
Author: Alan Coopersmith <[EMAIL PROTECTED]>
Date:   Tue Oct 18 00:01:50 2005 +

Use @DRIVER_MAN_SUFFIX@ instead of $(DRIVER_MAN_SUFFIX) in macro
substitutions to work better with BSD make

commit 3daac7af59740fe39dc6956a13cf024f0cf6734d
Author: Adam Jackson <[EMAIL PROTECTED]>
Date:   Mon Oct 17 22:57:27 2005 +

More 1.7 braindamage: define EXTRA_DIST in terms of @DRIVER_NAME@ instead
of indirectly

commit c7fc74e044cde765bd17285e839e5c592d9b34b7
Author: Alan Coopersmith <[EMAIL PROTECTED]>
Date:   Mon Oct 17 00:08:55 2005 +

Use sed & cpp to substitute variables in driver man pages

commit f9b8b11457ec43140790f8f8921b7c0ab197d1b5
Author: Daniel Stone <[EMAIL PROTECTED]>
Date:   Thu Aug 18 09:03:38 2005 +

Update autogen.sh to one that does objdir != srcdir.

commit 17b08a86ff73fa1e466889450fd50518733356bb
Author: Søren Sandmann Pedersen <[EMAIL PROTECTED]>
Date:   Wed Aug 10 14:07:22 2005 +

Don\'t lose existing CFLAGS in all the input drivers and some of the video
drivers

commit 895141c36d4cda1cd991da28bd116f9ce6a1a086
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Fri Jul 29 21:22:40 2005 +

Various changes preparing packages for RC0:
- Verify and update package version numbers as needed
- Implement versioning scheme
- Change bug address to point to bugzilla bug entry form
- Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to
reenable it)
- Fix makedepend to use pkgconfig and pass distcheck
- Update build script to build macros first
- Update modular Xorg version

commit 2295b83544576cae9da43304aff5e5be71195ea3
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Wed Jul 13 20:03:21 2005 +

Make the module dir configurable

commit c1a824048051fc5e826ce96a555b706a1e4a015c
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Wed Jul 13 02:20:59 2005 +

Update all input drivers to pass distcheck

commit b230244cdf99e2f7b06efd8ffd1651dbd12dc248
Author: Adam Jackson <[EMAIL PROTECTED]>
Date:   

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

2007-01-28 Thread David Nusinow
New branch 'debian-unstable' available with the following commits:
commit fe9f23fef72f9dda503ed3f651782729b9c0e7e2
Author: Julien Cristau <[EMAIL PROTECTED]>
Date:   Tue Nov 7 06:46:29 2006 +

For each driver, add a symlink to xserver-xorg-core's bug script, so that 
each
new bugreport contains the user's config and log files.  Bump dependencies 
on
xserver-xorg-core to >= 2:1.1.1-11, to make sure that the bug script is
present.

commit c8f901928375ad704507e908c4cc026ea1922f74
Author: Drew Parsons <[EMAIL PROTECTED]>
Date:   Tue Oct 10 14:29:14 2006 +

For xserver-xorg-input-elo2300
xserver-xorg-input-elographics
xserver-xorg-input-fpit
xserver-xorg-input-jamstudio
xserver-xorg-input-joystick:

  * New upstream version (X11R7.1).
  * Standards version 3.7.2.
  * [Build-] Depends: xserver-xorg (>= 2:1.1.1-1).
  * Use debhelper 5.
  * Use dh_installman to install man pages.
  * Exclude elo2300_drv.la from dh_install.

commit cca61d728267127f0b8b0c6291736714fa6e0815
Author: Drew Parsons <[EMAIL PROTECTED]>
Date:   Tue Oct 10 13:33:43 2006 +

New upstream versions (X11R7.1):
xf86-input-elo2300-1.1.0
xf86-input-elographics-1.1.0
xf86-input-fpit-1.1.0
xf86-input-jamstudio-1.1.0
xf86-input-joystick-1.1.0

commit 382c0909dc2175e25cdafbee43b11cad9df70b3e
Author: Thierry Reding <[EMAIL PROTECTED]>
Date:   Tue Sep 26 10:26:34 2006 +

Add some more watch files.

commit b8a1b1a8b34fda72c281a9e2e8d5b8bfc14cee80
Author: Steve Langasek <[EMAIL PROTECTED]>
Date:   Mon Sep 18 08:03:56 2006 +

merge 7.1 onto trunk for all input drivers -- packaging fixes only for
everything except keyboard and mouse, so no uploads needed, but no
reason to keep non-7.1 changes on a 7.1 branch we're abandoning, either

commit c7b68c78ce726edda5dbba6de04495bb4d93834a
Author: Steve Langasek <[EMAIL PROTECTED]>
Date:   Mon Sep 18 06:48:25 2006 +

more fixes for unversioned directory names (input drivers)

commit 561d0ca03f6bc15217a610e8f628026a7d61053f
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Wed Apr 5 00:10:22 2006 +

Prepare changelogs for upload to unstable

commit 1ef8c255888caddd567369b74e9eba6e448e7f8e
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Mon Feb 13 03:46:16 2006 +

Fix Branden's email address

commit 278d45f3f291e5cda1fe9c6431a7b3c94f8a7cc4
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Sun Feb 12 16:24:02 2006 +

Move all install files for renaming scheme and delete v4l driver which 
doesn't currently have packaging

commit 9ad0a02b06ef5909eb42719ad8fb9f1895b2c577
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Fri Feb 10 05:20:12 2006 +

Actually change the names of the input drivers.

commit 2459952850e3f8b1b01240a8258a6b3ec09d08d6
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Fri Feb 10 03:40:14 2006 +

Change driver package names to new scheme

commit b6274eb86f1a306b8ecb0fc6f7c74dc5456f5f7d
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Mon Jan 30 02:24:55 2006 +

Move .install files to new naming scheme for drivers

commit 56cddc2ef47e857b4ebb5d7ad8c7f6d4f9ab022e
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Sun Jan 29 21:21:32 2006 +

Pull in and use xsfbs

commit a144bc65ec3e6aeb3e78de24dd3cc9888bf31cf9
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Sun Jan 29 20:36:06 2006 +

* Rename driver packages to be more consistent and intuitive
  + Video drivers are now named xorg-video-driver-foo and input drivers are
now named xorg-input-driver-foo
  + Video drivers provide xorg-video-driver and input drivers provide
xorg-input-driver
  + xorg-server-core depends on xorg-video-drivers-all | xorg-video-driver
and also xorg-input-drivers-all | xorg-input-drivers

commit 67caf73323ec79c826a9de4c0ef60d2077fffe9b
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Fri Jan 20 04:31:26 2006 +

Fix maintainer and uploader fields. God, I love sed.

commit 16489238f235c66c93c374d5290f4b4ad2a97e8c
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Fri Jan 20 01:44:20 2006 +

Add packaging for jamstudio, elo2300, voodoo, joystick, and evdev

commit 28dbd2f22c53ee3c96846a14f9cd4d747fc893b8
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Fri Jan 13 04:05:21 2006 +

Update drivers in modular branch. We'll re-pull the ubuntu packaging 
properly

commit 3fab354d9ac53e1c905b99245e46add6366d494f
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Fri Dec 30 18:14:25 2005 +

Vendor drop of the rest of 7.0


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



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

2007-01-28 Thread David Nusinow
New branch 'upstream-unstable' available with the following commits:
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 release candidate.

commit 07446f0ed181a16995d2a351edb5aa1cda9fee98
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Tue Dec 6 22:48:28 2005 +

Change *man_SOURCES ==> *man_PRE to fix autotools warnings.

commit 53652cde0812985b7d40df7a48b1c8947b4ca5ed
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Sat Dec 3 05:49:30 2005 +

Update package version number for X11R7 RC3 release.

commit 498787a47d8f6605bfaf9c87de78bdb19145cb5e
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Fri Dec 2 02:16:04 2005 +

Remove extraneous AC_MSG_RESULT.

commit ef679346f2a8bf63cc18282555150e88e3db3ac7
Author: Adam Jackson <[EMAIL PROTECTED]>
Date:   Tue Nov 29 23:29:54 2005 +

Only build dlloader modules by default.

commit ec9024586123e60b63307b38ab0d37a95fbc6f1e
Author: Alan Coopersmith <[EMAIL PROTECTED]>
Date:   Mon Nov 28 22:04:06 2005 +

Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4
update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir)

commit 8478e70602ad7b50b93f99c0e025ff3864faff2e
Author: Eric Anholt <[EMAIL PROTECTED]>
Date:   Mon Nov 21 10:49:02 2005 +

Add .cvsignores for drivers.

commit c1fe43339292f6c9b9b3d7d14a7e15df5914d917
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Wed Nov 9 21:15:11 2005 +

Update package version number for X11R7 RC2 release.

commit a08b56a1d033c2e1757aaaece7056498e25884ff
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Tue Nov 1 15:08:49 2005 +

Update pkgcheck depedencies to work with separate build roots.

commit 103dd9ab4f22b29015e8f49a21e664174e031756
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Wed Oct 19 02:47:59 2005 +

Update package version number for RC1 release.

commit 1ab73dcbf364e5fea8a24c3712093c44c63b8077
Author: Alan Coopersmith <[EMAIL PROTECTED]>
Date:   Tue Oct 18 00:01:50 2005 +

Use @DRIVER_MAN_SUFFIX@ instead of $(DRIVER_MAN_SUFFIX) in macro
substitutions to work better with BSD make

commit 2f5780587ff66bec6a823e8b763e9dbe72cda390
Author: Adam Jackson <[EMAIL PROTECTED]>
Date:   Mon Oct 17 22:57:27 2005 +

More 1.7 braindamage: define EXTRA_DIST in terms of @DRIVER_NAME@ instead
of indirectly

commit 423e0c66e8772de03716f97ae246e5479517872d
Author: Alan Coopersmith <[EMAIL PROTECTED]>
Date:   Mon Oct 17 00:08:55 2005 +

Use sed & cpp to substitute variables in driver man pages

commit 0ad380f55c7b028e7b10b28748cda4ed0af2
Author: Daniel Stone <[EMAIL PROTECTED]>
Date:   Thu Aug 18 09:03:38 2005 +

Update autogen.sh to one that does objdir != srcdir.

commit b037733baafff7bb9a801f630f75cc1ab85d12ea
Author: Søren Sandmann Pedersen <[EMAIL PROTECTED]>
Date:   Wed Aug 10 14:07:22 2005 +

Don\'t lose existing CFLAGS in all the input drivers and some of the video
drivers

commit 0321f64bdc67e48c38e93afdc23620a0b1f3f024
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Fri Jul 29 21:22:40 2005 +

Various changes preparing packages for RC0:
- Verify and update package version numbers as needed
- Implement versioning scheme
- Change bug address to point to bugzilla bug entry form
- Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to
reenable it)
- Fix makedepend to use pkgconfig and pass distcheck
- Update build script to build macros first
- Update modular Xorg version

commit 34277d454d02cd216a8ba11b5a4289ba0711305e
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Wed Jul 13 20:03:21 2005 +

Make the module dir configurable

commit 2c17a50da1705e0156ee90438ca42f34ecb185a7
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Wed Jul 13 02:20:58 2005 +

Update all input drivers to pass distcheck

commit 2864517ccdbd05f901f1b2e686c006c07a2a0485
Author: Adam Jackson <[EMAIL PROTECTED]>
Date:   Tue Jul 12 06:15:08 2005 +

Build skeletons for input drivers. Should basically work.

commit 891ee2c118748fc351c3e597abd2d8490e00130e
Author: Adam Jackson <[EMAIL PROTECTED]>
Date:   Mon Jul 11 02:37:59 2005 +

Prep input drivers for modularizing by adding guarded #include "config.h"

commit 8a059473c58d974f6fdcf19d1

xserver-xorg-input-dynapro: Changes to 'svn-7.1'

2007-01-28 Thread David Nusinow
New branch 'svn-7.1' available with the following commits:
commit 7862edda3132a09badcb4a6cdef1ec66d599f157
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Sun Aug 6 23:25:48 2006 +

Mass driver dir rename to standards

commit b5c8497616b2541ff4f69b13a6d8f0ab5a69343e
Author: Branden Robinson <[EMAIL PROTECTED]>
Date:   Tue Aug 1 15:29:08 2006 +

Use only the major version, minor version, and major patch number
components of the Policy Manual revision in Standards-Version, because "the
minor patch level will be changed when only cosmetic, typographical or
other edits are made which neither change the meaning of the document nor
affect the contents of packages".  See Policy Manual §5.6.11.

(The real reason for this commit, as with r2615, is to test tweaks to the
repository's commit-email.pl script.)

commit e83d1c97c4a628edbd516e116346096a5a3a0c73
Author: Branden Robinson <[EMAIL PROTECTED]>
Date:   Tue Aug 1 14:10:51 2006 +

Whitespace police.

(The real reason for this commit is to test tweaks to the repository's
commit-email.pl script.)

commit 3c316732ec0c45d61b05db4036ba8a31e6d75895
Author: Branden Robinson <[EMAIL PROTECTED]>
Date:   Fri Jul 28 18:34:42 2006 +

Continue open season on bad directory names as described in commit log for
r2578.  (The --force was strong with this one, too.)

commit 66ea103ed6ee2a6e0221d7c663474b795ef807d2
Author: Andres Salomon <[EMAIL PROTECTED]>
Date:   Mon Jul 17 05:29:25 2006 +

When building arch-dependent stuff, run dh_install w/ --list-missing.

commit 84f1a45958dba2433f13eaf21dbf016c663c62f6
Author: Andres Salomon <[EMAIL PROTECTED]>
Date:   Mon Jul 17 04:44:49 2006 +

Idempotency fixes; everywhere where we're using a separate build directory,
we tend to create it via "mkdir obj-$(foo)".  This doesn't work if 
rebuilding,
because the directory already exists.  Instead, only create it if there's
no directory there already.


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



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

2007-01-28 Thread David Nusinow
New branch 'debian-unstable' available with the following commits:
commit 542d6d820a54adbb0abf61e6b97f17085f98af75
Author: Julien Cristau <[EMAIL PROTECTED]>
Date:   Tue Nov 7 06:46:29 2006 +

For each driver, add a symlink to xserver-xorg-core's bug script, so that 
each
new bugreport contains the user's config and log files.  Bump dependencies 
on
xserver-xorg-core to >= 2:1.1.1-11, to make sure that the bug script is
present.

commit 48efcd10038b7d775bc5bf2602835cb47dbb7d3f
Author: Drew Parsons <[EMAIL PROTECTED]>
Date:   Mon Oct 2 01:15:59 2006 +

For xserver-xorg-input-calcomp,
xserver-xorg-input-citron,
xserver-xorg-input-digitaledge,
xserver-xorg-input-dmc,
xserver-xorg-input-dynapro:

  * New upstream version (X11R7.1).
  * Standards version 3.7.2.
  * Use debhelper 5.
  * Install man pages using dh_installman.
  * Use versioned depends on xserver-xorg-dev (>= 2:1.1.1-1).
  * Exclude *.la from dh_install.

commit 6b4e02b2defe6f936b4b9965bba0926ed879c274
Author: Drew Parsons <[EMAIL PROTECTED]>
Date:   Mon Oct 2 00:16:19 2006 +

New upstream versions (X11R7.1):
xf86-input-calcomp-1.1.0
xf86-input-citron-2.2.0
xf86-input-digitaledge-1.1.0
xf86-input-dmc-1.1.0
xf86-input-dynapro-1.1.0

commit f1262fcc3829a9791405b6afbaf0c4a2956a7b41
Author: Thierry Reding <[EMAIL PROTECTED]>
Date:   Tue Sep 26 10:26:34 2006 +

Add some more watch files.

commit b7438f3d30baff984a20ba6ee0e53cb31135e93e
Author: Steve Langasek <[EMAIL PROTECTED]>
Date:   Mon Sep 18 08:03:56 2006 +

merge 7.1 onto trunk for all input drivers -- packaging fixes only for
everything except keyboard and mouse, so no uploads needed, but no
reason to keep non-7.1 changes on a 7.1 branch we're abandoning, either

commit 5957e43df732b48db8d13a8f83c5e0fd658c1f22
Author: Steve Langasek <[EMAIL PROTECTED]>
Date:   Mon Sep 18 06:48:25 2006 +

more fixes for unversioned directory names (input drivers)

commit acf956d02e5d43f6ef8474f3c704585556d28519
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Wed Apr 5 00:10:22 2006 +

Prepare changelogs for upload to unstable

commit 2fee53205d92b289adb4677e8a94d7fc23ccd9c5
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Mon Feb 13 03:46:16 2006 +

Fix Branden's email address

commit ff3709824130b8cf287807f24f6b84d326b3ee1c
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Sun Feb 12 16:24:02 2006 +

Move all install files for renaming scheme and delete v4l driver which 
doesn't currently have packaging

commit 784ba9c44e12302f8710faac23d39ad57d23647c
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Fri Feb 10 05:20:12 2006 +

Actually change the names of the input drivers.

commit 2038d2564100abb4ab9f0376b83adc751ebef97c
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Fri Feb 10 03:40:14 2006 +

Change driver package names to new scheme

commit bf6b21c04a6cede5808ce9a4835c3b958b66d7ef
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Mon Jan 30 02:24:55 2006 +

Move .install files to new naming scheme for drivers

commit f0b9e609e1e56893e0f3ae479c1fde06175f7be4
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Sun Jan 29 21:21:32 2006 +

Pull in and use xsfbs

commit 0594be40d756a9e26b4b8eaa5d76692b1686bbe8
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Sun Jan 29 20:36:06 2006 +

* Rename driver packages to be more consistent and intuitive
  + Video drivers are now named xorg-video-driver-foo and input drivers are
now named xorg-input-driver-foo
  + Video drivers provide xorg-video-driver and input drivers provide
xorg-input-driver
  + xorg-server-core depends on xorg-video-drivers-all | xorg-video-driver
and also xorg-input-drivers-all | xorg-input-drivers

commit 58dbc8e5f2dfdd4859a4f93ef6cdcab2ea4532f9
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Fri Jan 20 04:31:26 2006 +

Fix maintainer and uploader fields. God, I love sed.

commit 899ea6b9b3b66f565c32212ddc6e0db74d78bb01
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Fri Jan 13 05:48:42 2006 +

Add packaging for various drivers

commit 44736dcaf1f34b035d6c57885598149d2014568b
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Fri Jan 13 04:05:21 2006 +

Update drivers in modular branch. We'll re-pull the ubuntu packaging 
properly

commit 138037e30892bedaea1242a10eb222c5d8903bc0
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Fri Dec 30 18:14:25 2005 +

Vendor drop of the rest of 7.0


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



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

2007-01-28 Thread David Nusinow
New branch 'upstream-unstable' available with the following commits:
commit b7d281dea16e6199bca275bf97a0aa64b2644c37
Author: Adam Jackson <[EMAIL PROTECTED]>
Date:   Fri Apr 7 17:14:28 2006 +

Unlibcwrap. Bump server version requirement. Bump to 1.1.0.

commit 749182a5a24d749dab8a277d5451b25304b04e72
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Wed Dec 21 02:29:56 2005 +

Update package version for X11R7 release.

commit 6bba5156f762ae93adef40b57d49db5759641aa9
Author: Adam Jackson <[EMAIL PROTECTED]>
Date:   Mon Dec 19 16:25:50 2005 +

Stub COPYING files

commit 14409362d8877400f119d42e76996164148af2e6
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Thu Dec 15 00:24:13 2005 +

Update package version number for final X11R7 release candidate.

commit 5937e814d91a32d32ee35199eebe19b2618c4ef9
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Tue Dec 6 22:48:28 2005 +

Change *man_SOURCES ==> *man_PRE to fix autotools warnings.

commit 8f0ecc3c0b693941259b59eec4ce7aaf79232774
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Sat Dec 3 05:49:29 2005 +

Update package version number for X11R7 RC3 release.

commit 5874be4a4284f0f58f54614912fcbd3fd2e0894e
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Fri Dec 2 02:16:04 2005 +

Remove extraneous AC_MSG_RESULT.

commit 17c716ac993e82fe0ee367b79398f7c28ee013f0
Author: Adam Jackson <[EMAIL PROTECTED]>
Date:   Tue Nov 29 23:29:54 2005 +

Only build dlloader modules by default.

commit a5076b6c86ba5a418f67da566eb6b0658f0b8e22
Author: Alan Coopersmith <[EMAIL PROTECTED]>
Date:   Mon Nov 28 22:04:06 2005 +

Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4
update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir)

commit fb386095a0ed7328d1ba4dfeaae6a0ce98817055
Author: Eric Anholt <[EMAIL PROTECTED]>
Date:   Mon Nov 21 10:49:02 2005 +

Add .cvsignores for drivers.

commit a8fd1fc3823cd6c721276f6c9cbe71b3b99945ed
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Wed Nov 9 21:15:11 2005 +

Update package version number for X11R7 RC2 release.

commit c41b20d77e9a5a7011d75a5ff3d4ccaf40afc7de
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Tue Nov 1 15:08:49 2005 +

Update pkgcheck depedencies to work with separate build roots.

commit ea23c581e7a415170af3ccd1a6176d20fae45ae3
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Wed Oct 19 02:47:59 2005 +

Update package version number for RC1 release.

commit 4e553e4c61a445e3fad8270f15751975cfa68432
Author: Alan Coopersmith <[EMAIL PROTECTED]>
Date:   Tue Oct 18 00:01:50 2005 +

Use @DRIVER_MAN_SUFFIX@ instead of $(DRIVER_MAN_SUFFIX) in macro
substitutions to work better with BSD make

commit b448c1547dc6e32ff501dd390da117a020f44901
Author: Adam Jackson <[EMAIL PROTECTED]>
Date:   Mon Oct 17 22:57:26 2005 +

More 1.7 braindamage: define EXTRA_DIST in terms of @DRIVER_NAME@ instead
of indirectly

commit b13a666524a7905e7aa8fb1e89b1cc238af8fb71
Author: Alan Coopersmith <[EMAIL PROTECTED]>
Date:   Mon Oct 17 00:08:54 2005 +

Use sed & cpp to substitute variables in driver man pages

commit df1fb65a86addc4129864287548b8da5cf8c89d2
Author: Daniel Stone <[EMAIL PROTECTED]>
Date:   Thu Aug 18 09:03:38 2005 +

Update autogen.sh to one that does objdir != srcdir.

commit 5ed3bb39710c644afc11ca87cc8f4e1f1bb4df0f
Author: Søren Sandmann Pedersen <[EMAIL PROTECTED]>
Date:   Wed Aug 10 14:07:22 2005 +

Don\'t lose existing CFLAGS in all the input drivers and some of the video
drivers

commit 1d06f19aca00cfd8a49dd81fa66cfffa4659ba4d
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Fri Jul 29 21:22:40 2005 +

Various changes preparing packages for RC0:
- Verify and update package version numbers as needed
- Implement versioning scheme
- Change bug address to point to bugzilla bug entry form
- Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to
reenable it)
- Fix makedepend to use pkgconfig and pass distcheck
- Update build script to build macros first
- Update modular Xorg version

commit 96b2aceb89dce6232fe20b1f12f47e72d5b4ce21
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Wed Jul 13 20:03:21 2005 +

Make the module dir configurable

commit 06e44d999db63c2f89ab1618f9b4951c0a7bf58e
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Wed Jul 13 02:20:58 2005 +

Update all input drivers to pass distcheck

commit 7f31178f264847498eb3e277b2d44f6202161c93
Author: Adam Jackson <[EMAIL PROTECTED]>
Date:   Tue Jul 12 06:15:08 2005 +

Build skeletons for input drivers. Should basically work.

commit 4ff28a309b7efba39199719bb52c325e3eb2d60f
Author: Adam Jackson <[EMAIL PROTECTED]>
Date:   Mon Jul 11 02:37:58 2005 +

Prep input drivers for modularizing by adding guarded #include "config.h"

commit 23e1cafaf9fcaa81def646ffe

xserver-xorg-input-dmc: Changes to 'svn-7.1'

2007-01-28 Thread David Nusinow
New branch 'svn-7.1' available with the following commits:
commit bb16c6047547ae707d1247d1e8f964cf9ad53201
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Sun Aug 6 23:25:48 2006 +

Mass driver dir rename to standards

commit e41e29b14dfebd12b9678b1c3ff615a4e3ebdf4e
Author: Branden Robinson <[EMAIL PROTECTED]>
Date:   Tue Aug 1 15:29:08 2006 +

Use only the major version, minor version, and major patch number
components of the Policy Manual revision in Standards-Version, because "the
minor patch level will be changed when only cosmetic, typographical or
other edits are made which neither change the meaning of the document nor
affect the contents of packages".  See Policy Manual §5.6.11.

(The real reason for this commit, as with r2615, is to test tweaks to the
repository's commit-email.pl script.)

commit cecd0d1fb528b8804016ba0a661d69fd5fc0b196
Author: Branden Robinson <[EMAIL PROTECTED]>
Date:   Tue Aug 1 14:10:51 2006 +

Whitespace police.

(The real reason for this commit is to test tweaks to the repository's
commit-email.pl script.)

commit a7de57bb7058099708c2ce506d44f8370954b026
Author: Branden Robinson <[EMAIL PROTECTED]>
Date:   Fri Jul 28 18:34:42 2006 +

Continue open season on bad directory names as described in commit log for
r2578.  (The --force was strong with this one, too.)

commit fb7d13c48492989eda89382a3d65492a13444f72
Author: Andres Salomon <[EMAIL PROTECTED]>
Date:   Mon Jul 17 05:29:25 2006 +

When building arch-dependent stuff, run dh_install w/ --list-missing.

commit 62a20df1432dfd13a27a7bb3ef3724c21f5e0347
Author: Andres Salomon <[EMAIL PROTECTED]>
Date:   Mon Jul 17 04:44:49 2006 +

Idempotency fixes; everywhere where we're using a separate build directory,
we tend to create it via "mkdir obj-$(foo)".  This doesn't work if 
rebuilding,
because the directory already exists.  Instead, only create it if there's
no directory there already.


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



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

2007-01-28 Thread David Nusinow
New branch 'debian-unstable' available with the following commits:
commit 2c41c2784d17c1688965fc462b9c7406ebe16717
Author: Julien Cristau <[EMAIL PROTECTED]>
Date:   Tue Nov 7 06:46:29 2006 +

For each driver, add a symlink to xserver-xorg-core's bug script, so that 
each
new bugreport contains the user's config and log files.  Bump dependencies 
on
xserver-xorg-core to >= 2:1.1.1-11, to make sure that the bug script is
present.

commit 368d2e14b8d04c37b1b880a14ce77e5b7e436dc8
Author: Drew Parsons <[EMAIL PROTECTED]>
Date:   Mon Oct 2 01:15:59 2006 +

For xserver-xorg-input-calcomp,
xserver-xorg-input-citron,
xserver-xorg-input-digitaledge,
xserver-xorg-input-dmc,
xserver-xorg-input-dynapro:

  * New upstream version (X11R7.1).
  * Standards version 3.7.2.
  * Use debhelper 5.
  * Install man pages using dh_installman.
  * Use versioned depends on xserver-xorg-dev (>= 2:1.1.1-1).
  * Exclude *.la from dh_install.

commit 5b34b2a992d8cf2d38185bb76b3edd2970fc12a7
Author: Drew Parsons <[EMAIL PROTECTED]>
Date:   Mon Oct 2 00:16:19 2006 +

New upstream versions (X11R7.1):
xf86-input-calcomp-1.1.0
xf86-input-citron-2.2.0
xf86-input-digitaledge-1.1.0
xf86-input-dmc-1.1.0
xf86-input-dynapro-1.1.0

commit ed9d76404b3a0c3caed18cf406272f17ce0ca254
Author: Thierry Reding <[EMAIL PROTECTED]>
Date:   Tue Sep 26 10:26:34 2006 +

Add some more watch files.

commit b92e666d1af91dbb4f2e09fabb67b2e36f724c2b
Author: Steve Langasek <[EMAIL PROTECTED]>
Date:   Mon Sep 18 08:03:56 2006 +

merge 7.1 onto trunk for all input drivers -- packaging fixes only for
everything except keyboard and mouse, so no uploads needed, but no
reason to keep non-7.1 changes on a 7.1 branch we're abandoning, either

commit 0dd7f7e978d3a9700b8beaa17f0166802f5e8c57
Author: Steve Langasek <[EMAIL PROTECTED]>
Date:   Mon Sep 18 06:48:25 2006 +

more fixes for unversioned directory names (input drivers)

commit 3f1780f74ec31048070b9f366a7e085443b059ed
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Wed Apr 5 00:10:22 2006 +

Prepare changelogs for upload to unstable

commit b01d12873f3d50716424809f8f548a0b43d76faa
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Mon Feb 13 03:46:16 2006 +

Fix Branden's email address

commit 90277effbf67c55efe72e3fc16650d5194c89fb7
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Sun Feb 12 16:24:02 2006 +

Move all install files for renaming scheme and delete v4l driver which 
doesn't currently have packaging

commit 2cced4fbd1492c31add875d03c3a02406aa24203
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Fri Feb 10 05:20:12 2006 +

Actually change the names of the input drivers.

commit 9727e9831ba3e57515e3e94a28a0c4d26a88294c
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Fri Feb 10 03:40:14 2006 +

Change driver package names to new scheme

commit d215935b9ccd020b9f823bcc30245b89c79a3985
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Mon Jan 30 02:24:55 2006 +

Move .install files to new naming scheme for drivers

commit d48243a9dff1e3cf87d095a57b8e7b309d15d738
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Sun Jan 29 21:21:32 2006 +

Pull in and use xsfbs

commit 40625dbb3eaf9da24589b28e6b6c74c0c5a942b6
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Sun Jan 29 20:36:06 2006 +

* Rename driver packages to be more consistent and intuitive
  + Video drivers are now named xorg-video-driver-foo and input drivers are
now named xorg-input-driver-foo
  + Video drivers provide xorg-video-driver and input drivers provide
xorg-input-driver
  + xorg-server-core depends on xorg-video-drivers-all | xorg-video-driver
and also xorg-input-drivers-all | xorg-input-drivers

commit 9b00303694c159efe6aa806e5bac2d2d6367bfef
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Fri Jan 20 04:31:26 2006 +

Fix maintainer and uploader fields. God, I love sed.

commit 279165b3225ba35e0132f2100f553731876fa03a
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Fri Jan 13 05:48:42 2006 +

Add packaging for various drivers

commit fbf3a06b268bd33756ed8b30ab693568fd0a2fd2
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Fri Jan 13 04:05:21 2006 +

Update drivers in modular branch. We'll re-pull the ubuntu packaging 
properly

commit 81de0414a583f0df3140b58532f1c39ce35723a4
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Fri Dec 30 18:14:25 2005 +

Vendor drop of the rest of 7.0


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



xserver-xorg-input-digitaledge: Changes to 'svn-7.1'

2007-01-28 Thread David Nusinow
New branch 'svn-7.1' available with the following commits:
commit e827bdf1564e26ebc7ab6c7d0ea594c3995cbf63
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Sun Aug 6 23:25:48 2006 +

Mass driver dir rename to standards

commit 030e70ce1568f6c3f04fab8abe1a91a90e6fa968
Author: Branden Robinson <[EMAIL PROTECTED]>
Date:   Tue Aug 1 15:29:08 2006 +

Use only the major version, minor version, and major patch number
components of the Policy Manual revision in Standards-Version, because "the
minor patch level will be changed when only cosmetic, typographical or
other edits are made which neither change the meaning of the document nor
affect the contents of packages".  See Policy Manual §5.6.11.

(The real reason for this commit, as with r2615, is to test tweaks to the
repository's commit-email.pl script.)

commit 0ffefd9ed9f5e320bd0f950cd695f9d5b7dc05b2
Author: Branden Robinson <[EMAIL PROTECTED]>
Date:   Tue Aug 1 14:10:51 2006 +

Whitespace police.

(The real reason for this commit is to test tweaks to the repository's
commit-email.pl script.)

commit 2658a318a4f41225b0122f6239553d381cb8570f
Author: Branden Robinson <[EMAIL PROTECTED]>
Date:   Fri Jul 28 18:34:42 2006 +

Continue open season on bad directory names as described in commit log for
r2578.  (The --force was strong with this one, too.)

commit c721adc1cdc430b35eb69a904394f7d1b6d2d807
Author: Andres Salomon <[EMAIL PROTECTED]>
Date:   Mon Jul 17 05:29:25 2006 +

When building arch-dependent stuff, run dh_install w/ --list-missing.

commit ffd398cdc1c5fa66f3838e94952144f3b7bab00c
Author: Andres Salomon <[EMAIL PROTECTED]>
Date:   Mon Jul 17 04:44:49 2006 +

Idempotency fixes; everywhere where we're using a separate build directory,
we tend to create it via "mkdir obj-$(foo)".  This doesn't work if 
rebuilding,
because the directory already exists.  Instead, only create it if there's
no directory there already.


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



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

2007-01-28 Thread David Nusinow
New branch 'upstream-unstable' available with the following commits:
commit 7533044195ade3c1e109edeaeb5e59009d5f124b
Author: Adam Jackson <[EMAIL PROTECTED]>
Date:   Fri Apr 7 17:10:56 2006 +

Undo over-aggressive deletion.

commit 33e65e5777eee4068c94dce408b5fd0e7796d3dd
Author: Adam Jackson <[EMAIL PROTECTED]>
Date:   Fri Apr 7 16:59:41 2006 +

Unlibcwrap. Bump server version requirement. Bump to 1.1.0.

commit 02aa30ff4e50b05c84a422f167960415486ed066
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Wed Dec 21 02:29:56 2005 +

Update package version for X11R7 release.

commit 77ac2dab10af929769a4f7aab68217cd6f054191
Author: Adam Jackson <[EMAIL PROTECTED]>
Date:   Mon Dec 19 16:25:49 2005 +

Stub COPYING files

commit 6a2d5c17804a88f1435c220e5c8b653d8c927a57
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Thu Dec 15 00:24:13 2005 +

Update package version number for final X11R7 release candidate.

commit 0373a9f53d7d6444925729d3578259cf145d4fa8
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Tue Dec 6 22:48:28 2005 +

Change *man_SOURCES ==> *man_PRE to fix autotools warnings.

commit 155e82f4ea540d96d4c42edce5ce358b4f6eb425
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Sat Dec 3 05:49:29 2005 +

Update package version number for X11R7 RC3 release.

commit a04eed67023d4d54f9eb3356179dcaf1125f2340
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Fri Dec 2 02:16:04 2005 +

Remove extraneous AC_MSG_RESULT.

commit 5b4c29084a6d37fdf55b949a9f72c69ad87f3bb7
Author: Adam Jackson <[EMAIL PROTECTED]>
Date:   Tue Nov 29 23:29:54 2005 +

Only build dlloader modules by default.

commit ca992f534b7965be1b45d53b71bb55e084abf280
Author: Alan Coopersmith <[EMAIL PROTECTED]>
Date:   Mon Nov 28 22:04:06 2005 +

Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4
update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir)

commit e6d18a702fc92f67202c6a777c22df258adfa43b
Author: Eric Anholt <[EMAIL PROTECTED]>
Date:   Mon Nov 21 10:49:02 2005 +

Add .cvsignores for drivers.

commit 7c381633b17ed7a82e2c29bed2e40bdab6c7d3ff
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Wed Nov 9 21:31:22 2005 +

Bump version numbers for X11R6.9/X11R7 RC2.

commit 882c489aae7d9f5ee08cd9ef39591fec6b571a7d
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Wed Nov 9 21:15:11 2005 +

Update package version number for X11R7 RC2 release.

commit b3bd908adb0db86f5c8e477e42e2506d5b6e71dd
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Tue Nov 1 15:08:49 2005 +

Update pkgcheck depedencies to work with separate build roots.

commit fdfc2ab97e96e45aa55d680216ca32332b3c90c9
Author: Adam Jackson <[EMAIL PROTECTED]>
Date:   Sun Oct 23 21:02:22 2005 +

Bug #4621: Size dedgeData correctly.

commit f5e95c9a65601078af70bc0cca77ae0dec527e09
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Wed Oct 19 02:47:59 2005 +

Update package version number for RC1 release.

commit dcb15273901d846b01648a3fcf97c0e6dc28fa04
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Tue Oct 18 15:46:36 2005 +

Do the following to make the drivers pass distcheck:
- Only define EXTRA_DIST when there are actually man pages to be processed
- Add missing man pages to keyboard and ati drivers EXTRA_DIST

commit fcc140bd874645c566333d3bbd0a312c72fe42b2
Author: Alan Coopersmith <[EMAIL PROTECTED]>
Date:   Tue Oct 18 00:01:50 2005 +

Use @DRIVER_MAN_SUFFIX@ instead of $(DRIVER_MAN_SUFFIX) in macro
substitutions to work better with BSD make

commit 627d135416572df86cc2fd4bdaee6d35f1d338b0
Author: Adam Jackson <[EMAIL PROTECTED]>
Date:   Mon Oct 17 22:57:26 2005 +

More 1.7 braindamage: define EXTRA_DIST in terms of @DRIVER_NAME@ instead
of indirectly

commit e32034e715c941529ebb12569a83a272c5b062d2
Author: Alan Coopersmith <[EMAIL PROTECTED]>
Date:   Mon Oct 17 00:08:54 2005 +

Use sed & cpp to substitute variables in driver man pages

commit 67b51bd0a290241ddbac14546a4d6f94d7c247b3
Author: Daniel Stone <[EMAIL PROTECTED]>
Date:   Thu Aug 18 09:03:37 2005 +

Update autogen.sh to one that does objdir != srcdir.

commit 61bffa1d878c0575220af7a0ea02b08a5926c617
Author: Søren Sandmann Pedersen <[EMAIL PROTECTED]>
Date:   Wed Aug 10 14:07:22 2005 +

Don\'t lose existing CFLAGS in all the input drivers and some of the video
drivers

commit 0e16b60a809c99b295e9b4e2006503022c2e1b1f
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Fri Jul 29 21:22:40 2005 +

Various changes preparing packages for RC0:
- Verify and update package version numbers as needed
- Implement versioning scheme
- Change bug address to point to bugzilla bug entry form
- Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to
reenable it)
- Fix makedepend to use pkgconfig and pass distcheck
- Update b

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

2007-01-28 Thread David Nusinow
New branch 'debian-unstable' available with the following commits:
commit 97017c69c3af82a794b0920cd62e11b0d30edda1
Author: Julien Cristau <[EMAIL PROTECTED]>
Date:   Tue Nov 7 06:46:29 2006 +

For each driver, add a symlink to xserver-xorg-core's bug script, so that 
each
new bugreport contains the user's config and log files.  Bump dependencies 
on
xserver-xorg-core to >= 2:1.1.1-11, to make sure that the bug script is
present.

commit 2cc9d32bcb56f762485a78347e56302bd23a303b
Author: Drew Parsons <[EMAIL PROTECTED]>
Date:   Mon Oct 2 01:15:59 2006 +

For xserver-xorg-input-calcomp,
xserver-xorg-input-citron,
xserver-xorg-input-digitaledge,
xserver-xorg-input-dmc,
xserver-xorg-input-dynapro:

  * New upstream version (X11R7.1).
  * Standards version 3.7.2.
  * Use debhelper 5.
  * Install man pages using dh_installman.
  * Use versioned depends on xserver-xorg-dev (>= 2:1.1.1-1).
  * Exclude *.la from dh_install.

commit ebbcbf66ba70e0ba3e731c913835df7a5bbda5bd
Author: Drew Parsons <[EMAIL PROTECTED]>
Date:   Mon Oct 2 00:16:19 2006 +

New upstream versions (X11R7.1):
xf86-input-calcomp-1.1.0
xf86-input-citron-2.2.0
xf86-input-digitaledge-1.1.0
xf86-input-dmc-1.1.0
xf86-input-dynapro-1.1.0

commit a4f2834682c5adec0c18115be6a8d8aeea00be30
Author: Thierry Reding <[EMAIL PROTECTED]>
Date:   Tue Sep 26 10:26:34 2006 +

Add some more watch files.

commit 161ff2ae9e298444edd98f288cca847c11c85772
Author: Steve Langasek <[EMAIL PROTECTED]>
Date:   Mon Sep 18 08:03:56 2006 +

merge 7.1 onto trunk for all input drivers -- packaging fixes only for
everything except keyboard and mouse, so no uploads needed, but no
reason to keep non-7.1 changes on a 7.1 branch we're abandoning, either

commit 7e997530d34f61a9c0c547044c3a9899da697a19
Author: Steve Langasek <[EMAIL PROTECTED]>
Date:   Mon Sep 18 06:48:25 2006 +

more fixes for unversioned directory names (input drivers)

commit 4277c9c9def5421436bd59a82434f30c6107b230
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Wed Apr 5 00:10:22 2006 +

Prepare changelogs for upload to unstable

commit f993466edd7d8db80f0661e4f7517002a46479de
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Mon Feb 13 03:46:16 2006 +

Fix Branden's email address

commit ec4bc2e9a8e68aadc2c424161d63b3bb53b9dd5a
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Sun Feb 12 16:24:02 2006 +

Move all install files for renaming scheme and delete v4l driver which 
doesn't currently have packaging

commit 24fa47f4ab5a83142fa1a60cca6a5c6df179dca0
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Fri Feb 10 05:20:12 2006 +

Actually change the names of the input drivers.

commit 0151904cba68a8da8f2d1eea23bef86cae344923
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Fri Feb 10 03:40:14 2006 +

Change driver package names to new scheme

commit 1a232b8e4b5007155a50cafbaf6f2b776b4c5e98
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Mon Jan 30 02:24:55 2006 +

Move .install files to new naming scheme for drivers

commit e4139f32d226d5921ce778eb94bdf396b693c2c7
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Sun Jan 29 21:21:32 2006 +

Pull in and use xsfbs

commit 1d9296a641cbe97c2f16583a0d34a5db8f9e7325
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Sun Jan 29 20:36:06 2006 +

* Rename driver packages to be more consistent and intuitive
  + Video drivers are now named xorg-video-driver-foo and input drivers are
now named xorg-input-driver-foo
  + Video drivers provide xorg-video-driver and input drivers provide
xorg-input-driver
  + xorg-server-core depends on xorg-video-drivers-all | xorg-video-driver
and also xorg-input-drivers-all | xorg-input-drivers

commit c96d7945b54baf8e81e8461afe03b88d64c51e7d
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Fri Jan 20 04:31:26 2006 +

Fix maintainer and uploader fields. God, I love sed.

commit 060ff7bc7aa5fa87754a99d10bc415c90d55a1a7
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Fri Jan 13 05:48:42 2006 +

Add packaging for various drivers

commit 1e0cfa0d4728b7a3c41362ad505ac0275cd930f3
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Fri Jan 13 04:05:21 2006 +

Update drivers in modular branch. We'll re-pull the ubuntu packaging 
properly

commit 6abeff75d9fc44b1d397eceb889c42d57d88afd5
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Fri Dec 30 18:14:25 2005 +

Vendor drop of the rest of 7.0


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



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

2007-01-28 Thread David Nusinow
New branch 'upstream-unstable' available with the following commits:
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 1fe9eb74abe1260cc0948a820331423350759d62
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Sat Dec 3 05:49:29 2005 +

Update package version number for X11R7 RC3 release.

commit ac581e01df3d241b2526e296ef28f80ee1526223
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Fri Dec 2 02:16:04 2005 +

Remove extraneous AC_MSG_RESULT.

commit 3be71ecdecf59548a8d247de0ce6ef758d83bff8
Author: Adam Jackson <[EMAIL PROTECTED]>
Date:   Tue Nov 29 23:29:54 2005 +

Only build dlloader modules by default.

commit a1a81ce3573d76399b0a1f87e2d944629630830e
Author: Alan Coopersmith <[EMAIL PROTECTED]>
Date:   Mon Nov 28 22:04:05 2005 +

Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4
update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir)

commit 113f94d5740821fbfb9a307e0b807c9477acc7d1
Author: Eric Anholt <[EMAIL PROTECTED]>
Date:   Mon Nov 21 10:49:01 2005 +

Add .cvsignores for drivers.

commit 96066a398c9702db311f5397ca2674b2e5682cfe
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Wed Nov 9 21:15:11 2005 +

Update package version number for X11R7 RC2 release.

commit 58d71f3507c903488665fa5f9718580630b71a07
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Tue Nov 1 15:08:49 2005 +

Update pkgcheck depedencies to work with separate build roots.

commit 8adc791cd360dec3bbc328a2c76ffa8358d5c0cd
Author: Alan Coopersmith <[EMAIL PROTECTED]>
Date:   Fri Oct 21 17:24:34 2005 +

Sun bug #6202893: nroff: if-else overflow.; line 93, file citron.7

(Sam Lau - Sun Microsystems)

commit 390e528ddf888a25423b3f404228b4c2ed5cb3ec
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Wed Oct 19 02:47:59 2005 +

Update package version number for RC1 release.

commit 50b6052617081b32ba54b9b56a142578b992b1ac
Author: Alan Coopersmith <[EMAIL PROTECTED]>
Date:   Tue Oct 18 00:01:50 2005 +

Use @DRIVER_MAN_SUFFIX@ instead of $(DRIVER_MAN_SUFFIX) in macro
substitutions to work better with BSD make

commit db124786d0587f6cbf932caca3d96287de9cae48
Author: Adam Jackson <[EMAIL PROTECTED]>
Date:   Mon Oct 17 22:57:26 2005 +

More 1.7 braindamage: define EXTRA_DIST in terms of @DRIVER_NAME@ instead
of indirectly

commit 3f576c1ba0d041587d9dd84e50e3f19cb8f4fba8
Author: Alan Coopersmith <[EMAIL PROTECTED]>
Date:   Mon Oct 17 00:08:54 2005 +

Use sed & cpp to substitute variables in driver man pages

commit f0f77ad905c8b26584b6a7c7267d2d2afaad17f5
Author: Daniel Stone <[EMAIL PROTECTED]>
Date:   Thu Aug 18 09:03:37 2005 +

Update autogen.sh to one that does objdir != srcdir.

commit 678c95d225917c68e32a6d6614aaf6b316443322
Author: Søren Sandmann Pedersen <[EMAIL PROTECTED]>
Date:   Wed Aug 10 14:07:22 2005 +

Don\'t lose existing CFLAGS in all the input drivers and some of the video
drivers

commit f706dac42faa46f369523a9130f3bc1d83686795
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Fri Jul 29 21:22:40 2005 +

Various cha

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

2007-01-28 Thread David Nusinow
New branch 'debian-unstable' available with the following commits:
commit 56401d2db5d81fcb26060af30337dbfb656566bf
Author: Julien Cristau <[EMAIL PROTECTED]>
Date:   Tue Nov 7 06:46:29 2006 +

For each driver, add a symlink to xserver-xorg-core's bug script, so that 
each
new bugreport contains the user's config and log files.  Bump dependencies 
on
xserver-xorg-core to >= 2:1.1.1-11, to make sure that the bug script is
present.

commit 408e39dda6c4a2bece9cadd87505e5dc27e4
Author: Drew Parsons <[EMAIL PROTECTED]>
Date:   Sat Oct 7 13:57:51 2006 +

Depends: xserver-xorg-core (>= 2:1.1.1-1). Closes: #391564.

commit 4b21e285e4df0d83605e1aa02cb472e3dd913257
Author: Drew Parsons <[EMAIL PROTECTED]>
Date:   Mon Oct 2 01:15:59 2006 +

For xserver-xorg-input-calcomp,
xserver-xorg-input-citron,
xserver-xorg-input-digitaledge,
xserver-xorg-input-dmc,
xserver-xorg-input-dynapro:

  * New upstream version (X11R7.1).
  * Standards version 3.7.2.
  * Use debhelper 5.
  * Install man pages using dh_installman.
  * Use versioned depends on xserver-xorg-dev (>= 2:1.1.1-1).
  * Exclude *.la from dh_install.

commit 85a9d58d06a7158721334aa7d4623900dd033518
Author: Drew Parsons <[EMAIL PROTECTED]>
Date:   Mon Oct 2 00:16:19 2006 +

New upstream versions (X11R7.1):
xf86-input-calcomp-1.1.0
xf86-input-citron-2.2.0
xf86-input-digitaledge-1.1.0
xf86-input-dmc-1.1.0
xf86-input-dynapro-1.1.0

commit 25bcc2ee111b8560acd565a17896d76ecfd422b7
Author: Thierry Reding <[EMAIL PROTECTED]>
Date:   Tue Sep 26 10:26:34 2006 +

Add some more watch files.

commit 2858e54799c98f1f59301d3c2becb57553666dce
Author: Steve Langasek <[EMAIL PROTECTED]>
Date:   Mon Sep 18 08:03:56 2006 +

merge 7.1 onto trunk for all input drivers -- packaging fixes only for
everything except keyboard and mouse, so no uploads needed, but no
reason to keep non-7.1 changes on a 7.1 branch we're abandoning, either

commit dd3f0430e60f672543543a3bdc761644ffe603cf
Author: Steve Langasek <[EMAIL PROTECTED]>
Date:   Mon Sep 18 06:48:25 2006 +

more fixes for unversioned directory names (input drivers)

commit 0a9f8a179fdbdd0c45549154a129ef56ea896b9e
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Wed Apr 5 00:10:22 2006 +

Prepare changelogs for upload to unstable

commit e2e6d38580a0505352c421d4089e6784dc2d4782
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Wed Mar 22 02:47:19 2006 +

Version bump for drivers and delete obsolete versions

commit b8e7b3bc5efeb61b30cbdbd01ac4628fd6f5a411
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Wed Mar 22 02:43:17 2006 +

Copy citron driver 2.1.5 over to working branch

commit 56c3fabb1940ac5d4d8b5cd9f99f0825f2dea84f
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Wed Mar 22 02:41:07 2006 +

Vendor drop of new mouse and citron drivers


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



xserver-xorg-input-citron: Changes to 'svn-7.1'

2007-01-28 Thread David Nusinow
New branch 'svn-7.1' available with the following commits:
commit b71da1c0eabeb100e40404c027eca2687fc81db3
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Sun Aug 6 23:25:48 2006 +

Mass driver dir rename to standards


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



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

2007-01-28 Thread David Nusinow
New branch 'debian-unstable' available with the following commits:
commit 75e61715328f7b035b670ad24739c9150b224e20
Author: Julien Cristau <[EMAIL PROTECTED]>
Date:   Tue Nov 7 06:46:29 2006 +

For each driver, add a symlink to xserver-xorg-core's bug script, so that 
each
new bugreport contains the user's config and log files.  Bump dependencies 
on
xserver-xorg-core to >= 2:1.1.1-11, to make sure that the bug script is
present.

commit b03ecddeab600bad6a946b1986916882c22bb9af
Author: Drew Parsons <[EMAIL PROTECTED]>
Date:   Mon Oct 2 01:15:59 2006 +

For xserver-xorg-input-calcomp,
xserver-xorg-input-citron,
xserver-xorg-input-digitaledge,
xserver-xorg-input-dmc,
xserver-xorg-input-dynapro:

  * New upstream version (X11R7.1).
  * Standards version 3.7.2.
  * Use debhelper 5.
  * Install man pages using dh_installman.
  * Use versioned depends on xserver-xorg-dev (>= 2:1.1.1-1).
  * Exclude *.la from dh_install.

commit ad910cc4233a6eea206f3ab98d5e0ea02606b1a7
Author: Drew Parsons <[EMAIL PROTECTED]>
Date:   Mon Oct 2 00:16:19 2006 +

New upstream versions (X11R7.1):
xf86-input-calcomp-1.1.0
xf86-input-citron-2.2.0
xf86-input-digitaledge-1.1.0
xf86-input-dmc-1.1.0
xf86-input-dynapro-1.1.0

commit a1b6ae4a3dca6c99f748b8ddf2b130e030491574
Author: Thierry Reding <[EMAIL PROTECTED]>
Date:   Tue Sep 26 10:26:34 2006 +

Add some more watch files.

commit 9983e9c7c1f693c3fd704effde1822f09c901f89
Author: Steve Langasek <[EMAIL PROTECTED]>
Date:   Mon Sep 18 08:03:56 2006 +

merge 7.1 onto trunk for all input drivers -- packaging fixes only for
everything except keyboard and mouse, so no uploads needed, but no
reason to keep non-7.1 changes on a 7.1 branch we're abandoning, either

commit 4a884492bc35d866b530df7ffeabdee5089bab35
Author: Steve Langasek <[EMAIL PROTECTED]>
Date:   Mon Sep 18 06:48:25 2006 +

more fixes for unversioned directory names (input drivers)

commit a89479bc558815add3c6dac7b28f6ddbc9828841
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Wed Apr 5 00:10:22 2006 +

Prepare changelogs for upload to unstable

commit be0fa73c905cc7c398bce2016e53d79ea40342ce
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Mon Feb 13 03:46:16 2006 +

Fix Branden's email address

commit a5a36d9475f3f1d428501cf9746362139379be05
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Sun Feb 12 16:24:02 2006 +

Move all install files for renaming scheme and delete v4l driver which 
doesn't currently have packaging

commit c00f293cb58164b88859fdc64693da64b723e856
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Fri Feb 10 05:20:12 2006 +

Actually change the names of the input drivers.

commit 91f775cd394eb082b6fe9540db56c8294e8e4075
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Fri Feb 10 03:40:14 2006 +

Change driver package names to new scheme

commit d7749ab170d24c4a2ccaaf412dcb89e437a4cbb5
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Mon Jan 30 02:24:55 2006 +

Move .install files to new naming scheme for drivers

commit 040fd78129c25b5f6838b9545586c06167b548db
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Sun Jan 29 21:21:32 2006 +

Pull in and use xsfbs

commit dc728fad47a29af12ce21276cdf47a3081191d80
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Sun Jan 29 20:36:06 2006 +

* Rename driver packages to be more consistent and intuitive
  + Video drivers are now named xorg-video-driver-foo and input drivers are
now named xorg-input-driver-foo
  + Video drivers provide xorg-video-driver and input drivers provide
xorg-input-driver
  + xorg-server-core depends on xorg-video-drivers-all | xorg-video-driver
and also xorg-input-drivers-all | xorg-input-drivers

commit 3684a694bb7d63b50f9037b312ce33e345a12976
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Fri Jan 20 04:31:26 2006 +

Fix maintainer and uploader fields. God, I love sed.

commit 86a8d09ee2bb03bdef9a2e5b738aff92872643b2
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Fri Jan 13 05:48:42 2006 +

Add packaging for various drivers

commit 937d26f95fbf26713bee23a67c1f91c9932eaa49
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Fri Jan 13 04:05:21 2006 +

Update drivers in modular branch. We'll re-pull the ubuntu packaging 
properly

commit 759799e52667cee6c43d8743e1c79c3db4aa97a5
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Fri Dec 30 18:14:25 2005 +

Vendor drop of the rest of 7.0


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



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

2007-01-28 Thread David Nusinow
New branch 'upstream-unstable' available with the following commits:
commit 2417ced11cac0b3d3483c80a52d631009fb712d5
Author: Alan Coopersmith <[EMAIL PROTECTED]>
Date:   Tue Jan 2 14:28:42 2007 -0800

renamed: .cvsignore -> .gitignore

commit ce14d8f26f5f9c7c286941302bb5a53129239615
Author: Eric S. Raymond <[EMAIL PROTECTED]>
Date:   Tue Jan 2 14:27:57 2007 -0800

Bug 9512: Broken list markup in calcomp.4



commit 35b73a133fea204931b1624c8fa60ba75f9b99dd
Author: Adam Jackson <[EMAIL PROTECTED]>
Date:   Fri Apr 7 16:54:17 2006 +

Unlibcwrap. Bump server version requirement. Bump to 1.1.0.

commit cdc0e8108a47f9ccf7dd1898bd75a996480a7df1
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Wed Dec 21 02:29:56 2005 +

Update package version for X11R7 release.

commit 9600e57b8965e33c736ea728ee7dfe192042d184
Author: Adam Jackson <[EMAIL PROTECTED]>
Date:   Mon Dec 19 16:25:49 2005 +

Stub COPYING files

commit 1c6382cacb8f28f3a90ac7cbf974a34069826c80
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Thu Dec 15 00:24:13 2005 +

Update package version number for final X11R7 release candidate.

commit ca4c2d1efafeada1a8104deb4d742dacc535534a
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Tue Dec 6 22:48:27 2005 +

Change *man_SOURCES ==> *man_PRE to fix autotools warnings.

commit f87ae0938b0ef841bd6f2442762977e8908c3672
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Sat Dec 3 05:49:29 2005 +

Update package version number for X11R7 RC3 release.

commit 9cbc23babeb84dc2e5dc9226d931939a85485593
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Fri Dec 2 02:16:04 2005 +

Remove extraneous AC_MSG_RESULT.

commit d6c038110aebc756849fa4f3795de750db2d40c8
Author: Adam Jackson <[EMAIL PROTECTED]>
Date:   Tue Nov 29 23:29:54 2005 +

Only build dlloader modules by default.

commit 094f25dbb87b58fe6a0a81a9e3a7ccb4c6b3f6c4
Author: Alan Coopersmith <[EMAIL PROTECTED]>
Date:   Mon Nov 28 22:04:05 2005 +

Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4
update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir)

commit 0dc26bbc517a5e7a16bbf20e1c8fa6518a8e3ffa
Author: Eric Anholt <[EMAIL PROTECTED]>
Date:   Mon Nov 21 10:49:01 2005 +

Add .cvsignores for drivers.

commit 3d5e4eb212d13010b175906a9499bafafcbd24a5
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Wed Nov 9 21:15:10 2005 +

Update package version number for X11R7 RC2 release.

commit d53e6e9c20783d284ff88e4d3649ad2e7f8fe366
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Tue Nov 1 15:08:48 2005 +

Update pkgcheck depedencies to work with separate build roots.

commit 343486daf6b7faaeb88d98746fa91da17b112b8f
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Wed Oct 19 02:47:59 2005 +

Update package version number for RC1 release.

commit ca6c572ea6cf765680790f45e27cf47366b9f2ee
Author: Alan Coopersmith <[EMAIL PROTECTED]>
Date:   Tue Oct 18 00:01:50 2005 +

Use @DRIVER_MAN_SUFFIX@ instead of $(DRIVER_MAN_SUFFIX) in macro
substitutions to work better with BSD make

commit beb4e20722c51ec9fd476d70f31a79733a90e22c
Author: Adam Jackson <[EMAIL PROTECTED]>
Date:   Mon Oct 17 22:57:26 2005 +

More 1.7 braindamage: define EXTRA_DIST in terms of @DRIVER_NAME@ instead
of indirectly

commit 90fe5234710594018c432d654048487911020897
Author: Alan Coopersmith <[EMAIL PROTECTED]>
Date:   Mon Oct 17 00:08:53 2005 +

Use sed & cpp to substitute variables in driver man pages

commit d5c04bd5cee42f0dd556050b7f726ffb4256f4ae
Author: Daniel Stone <[EMAIL PROTECTED]>
Date:   Thu Aug 18 09:03:37 2005 +

Update autogen.sh to one that does objdir != srcdir.

commit 38a5ad6ab04226d721cd02b0d03f60795cc206b8
Author: Søren Sandmann Pedersen <[EMAIL PROTECTED]>
Date:   Wed Aug 10 14:07:22 2005 +

Don\'t lose existing CFLAGS in all the input drivers and some of the video
drivers

commit 221c1e275de566f572dd5ae282e8431ddd5cc5e0
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Fri Jul 29 21:22:40 2005 +

Various changes preparing packages for RC0:
- Verify and update package version numbers as needed
- Implement versioning scheme
- Change bug address to point to bugzilla bug entry form
- Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to
reenable it)
- Fix makedepend to use pkgconfig and pass distcheck
- Update build script to build macros first
- Update modular Xorg version

commit e53a9095fa9e2fe5df039f707fae149dc86ad37b
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Wed Jul 13 20:03:20 2005 +

Make the module dir configurable

commit 5c832ff7e5665cad91b1a65dd3150fa5be6d3bde
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Wed Jul 13 02:20:57 2005 +

Update all input drivers to pass distcheck

commit e79ff6722d5c764

xserver-xorg-input-calcomp: Changes to 'svn-7.1'

2007-01-28 Thread David Nusinow
New branch 'svn-7.1' available with the following commits:
commit 84a46fffaac07f1cb6f0caabb154abb8db2a9efb
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Sun Aug 6 23:25:48 2006 +

Mass driver dir rename to standards

commit b56b558629b698a1b195c59ee82b6f43f47d680d
Author: Branden Robinson <[EMAIL PROTECTED]>
Date:   Tue Aug 1 15:29:08 2006 +

Use only the major version, minor version, and major patch number
components of the Policy Manual revision in Standards-Version, because "the
minor patch level will be changed when only cosmetic, typographical or
other edits are made which neither change the meaning of the document nor
affect the contents of packages".  See Policy Manual §5.6.11.

(The real reason for this commit, as with r2615, is to test tweaks to the
repository's commit-email.pl script.)

commit fe6e77f981dbc0c55a4a4589330ccbef2f8d513c
Author: Branden Robinson <[EMAIL PROTECTED]>
Date:   Tue Aug 1 14:10:51 2006 +

Whitespace police.

(The real reason for this commit is to test tweaks to the repository's
commit-email.pl script.)

commit 2096d5be8226cb5ebb8866353337c137757245b6
Author: Branden Robinson <[EMAIL PROTECTED]>
Date:   Fri Jul 28 18:34:42 2006 +

Continue open season on bad directory names as described in commit log for
r2578.  (The --force was strong with this one, too.)

commit 1a17f701d299257579c62dd22d5160d8d4e86bfa
Author: Andres Salomon <[EMAIL PROTECTED]>
Date:   Mon Jul 17 05:29:25 2006 +

When building arch-dependent stuff, run dh_install w/ --list-missing.

commit 0ada00b4056cdffb82080ef9ab1967d021188313
Author: Andres Salomon <[EMAIL PROTECTED]>
Date:   Mon Jul 17 04:44:49 2006 +

Idempotency fixes; everywhere where we're using a separate build directory,
we tend to create it via "mkdir obj-$(foo)".  This doesn't work if 
rebuilding,
because the directory already exists.  Instead, only create it if there's
no directory there already.


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



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

2007-01-28 Thread David Nusinow
New branch 'upstream-unstable' available with the following commits:
commit e65a8abb1da2058a5fefa60950054ed01ae2f467
Author: Adam Jackson <[EMAIL PROTECTED]>
Date:   Fri Apr 7 16:50:50 2006 +

Unlibcwrap. Bump server version requirement. Bump to 1.1.0.

commit 10f7f22a718f2242bda8d378795d3061767cbc4b
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Wed Dec 21 02:29:55 2005 +

Update package version for X11R7 release.

commit 4331da985ae9d6a7b5d21eb0307827fb64aea1d1
Author: Adam Jackson <[EMAIL PROTECTED]>
Date:   Mon Dec 19 16:25:49 2005 +

Stub COPYING files

commit eaa1babb65d3db249f58526c26f78c98a4921a14
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 c49c2d18eb645a863ca824bd898a512221ae6a0f
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Thu Dec 15 00:24:13 2005 +

Update package version number for final X11R7 release candidate.

commit 9faf2cecf235ef95c9e2700d3b2bd42633dc2b69
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Tue Dec 6 22:48:27 2005 +

Change *man_SOURCES ==> *man_PRE to fix autotools warnings.

commit 5914bf9f7767403d884c86b9157f8280a4eb8bc1
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Sat Dec 3 05:49:29 2005 +

Update package version number for X11R7 RC3 release.

commit 6b51e42175b57bf88ded3f66e1354d7c1dbe281b
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Fri Dec 2 02:16:04 2005 +

Remove extraneous AC_MSG_RESULT.

commit 8c4ba228719a927a1a409fef1d59b5f1ae6320a3
Author: Adam Jackson <[EMAIL PROTECTED]>
Date:   Tue Nov 29 23:29:54 2005 +

Only build dlloader modules by default.

commit 9ca454714cd4643f4dd5568124bbdd1e704f9ea0
Author: Alan Coopersmith <[EMAIL PROTECTED]>
Date:   Mon Nov 28 22:04:05 2005 +

Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4
update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir)

commit 7cebf35a1a62dd986f05f94ef075f748e6771b35
Author: Eric Anholt <[EMAIL PROTECTED]>
Date:   Mon Nov 21 10:49:00 2005 +

Add .cvsignores for drivers.

commit 09d0e1f5174d9379a6a62f6fcd421e40acb49600
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Wed Nov 9 21:15:10 2005 +

Update package version number for X11R7 RC2 release.

commit d514546c3203b78ee5925e1f081353971f2c492d
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Tue Nov 1 15:08:48 2005 +

Update pkgcheck depedencies to work with separate build roots.

commit 97fd7aa3dc51fb0e3b7a6b27c3c73eb06cfbcbdd
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Wed Oct 19 02:47:59 2005 +

Update package version number for RC1 release.

commit 9204bcbe32e91f7880b90a7a33f7372f3240fef6
Author: Alan Coopersmith <[EMAIL PROTECTED]>
Date:   Tue Oct 18 00:01:50 2005 +

Use @DRIVER_MAN_SUFFIX@ instead of $(DRIVER_MAN_SUFFIX) in macro
substitutions to work better with BSD make

commit a6934ae32c03ee0cbb7df9ce86176862ae579be3
Author: Adam Jackson <[EMAIL PROTECTED]>
Date:   Mon Oct 17 22:57:25 2005 +

More 1.7 braindamage: define EXTRA_DIST in terms of @DRIVER_NAME@ instead
of indirectly

commit 06c97358d8fbc15458a229ed6d6e5f3ee328201f
Author: Alan Coopersmith <[EMAIL PROTECTED]>
Date:   Mon Oct 17 00:08:53 2005 +

Use sed & cpp to substitute variables in driver man pages

commit a58366783c50bd424e7ac36691e5b914d30771e4
Author: Daniel Stone <[EMAIL PROTECTED]>
Date:   Thu Aug 18 09:03:37 2005 +

Update autogen.sh to one that does objdir != srcdir.

commit 9ee61601ca5b5f51f94a252676240031695f6678
Author: Søren Sandmann Pedersen <[EMAIL PROTECTED]>
Date:   Wed Aug 10 14:07:22 2005 +

Don\'t lose existing CFLAGS in all the input drivers and some of the video
drivers

commit 28ae25b20902189d5f7ad4a6f2d0932aa18be7b1
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Fri Jul 29 21:22:39 2005 +

Various changes preparing packages for RC0:
- Verify and update package version numbers as needed
- Implement versioning scheme
- Change bug address to point to bugzilla bug entry form
- Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to
reenable it)
- Fix makedepend to use pkgconfig and pass distcheck
- Update build script to build macros first
- Update modular Xorg version

commit a0bc41b3458c985aff5fc745dd8ff10e04310c20
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Wed Jul 13 20:03:20 2005 +

Make the module dir configurable

commit f9627bd4e6cb2a88c46fa7799def0bd1b99b186d
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Wed Jul 13 02:20:57 2005 +

Update all input drivers to pass distcheck

commit b00537ba24d2ffc713faa71383e009518d2b5e42
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Wed Jul 13 02:18:12 2005 +

Change input drivers to get keysym's from .

commit da

xserver-xorg-input-aiptek: Changes to 'svn-7.1'

2007-01-28 Thread David Nusinow
New branch 'svn-7.1' available with the following commits:
commit 159053b559fbae9046b8f9b32bca51144bac1ea7
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Sun Aug 6 23:25:48 2006 +

Mass driver dir rename to standards

commit ced68f2c4678143fa6f85ff4635c6b16a4305b02
Author: Branden Robinson <[EMAIL PROTECTED]>
Date:   Tue Aug 1 15:29:08 2006 +

Use only the major version, minor version, and major patch number
components of the Policy Manual revision in Standards-Version, because "the
minor patch level will be changed when only cosmetic, typographical or
other edits are made which neither change the meaning of the document nor
affect the contents of packages".  See Policy Manual §5.6.11.

(The real reason for this commit, as with r2615, is to test tweaks to the
repository's commit-email.pl script.)

commit c8478b41315daea337f2d087b9c5a2ad72afdc96
Author: Branden Robinson <[EMAIL PROTECTED]>
Date:   Tue Aug 1 14:10:51 2006 +

Whitespace police.

(The real reason for this commit is to test tweaks to the repository's
commit-email.pl script.)

commit 799fa90ba0557ae67b0ba6c8a52116845ddfe0cc
Author: Branden Robinson <[EMAIL PROTECTED]>
Date:   Fri Jul 28 18:34:42 2006 +

Continue open season on bad directory names as described in commit log for
r2578.  (The --force was strong with this one, too.)

commit dd98c23c0807267d161bf341efaf416c35c94813
Author: Andres Salomon <[EMAIL PROTECTED]>
Date:   Mon Jul 17 05:29:25 2006 +

When building arch-dependent stuff, run dh_install w/ --list-missing.

commit 6b2a026b224e970964ea111837ad1b3194e4020c
Author: Andres Salomon <[EMAIL PROTECTED]>
Date:   Mon Jul 17 04:44:49 2006 +

Idempotency fixes; everywhere where we're using a separate build directory,
we tend to create it via "mkdir obj-$(foo)".  This doesn't work if 
rebuilding,
because the directory already exists.  Instead, only create it if there's
no directory there already.


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



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

2007-01-28 Thread David Nusinow
New branch 'debian-unstable' available with the following commits:
commit a36835554b8c4e6f92cb09afa534a8763f727efc
Author: Julien Cristau <[EMAIL PROTECTED]>
Date:   Tue Nov 7 06:46:29 2006 +

For each driver, add a symlink to xserver-xorg-core's bug script, so that 
each
new bugreport contains the user's config and log files.  Bump dependencies 
on
xserver-xorg-core to >= 2:1.1.1-11, to make sure that the bug script is
present.

commit 389c40672fbfd3076e5ad6f3394702d3332b70b2
Author: Drew Parsons <[EMAIL PROTECTED]>
Date:   Fri Oct 27 12:05:40 2006 +

Load update to unstable.

commit 3a554ab0e507590aa28279325c7554ce42600c48
Author: Drew Parsons <[EMAIL PROTECTED]>
Date:   Sat Oct 7 14:53:48 2006 +

Fix versioned depends: xserver-xorg-core (>= 2:1.1.1-1) (see #391508)
since building against xserver-xorg-dev (>= 2:1.1.1-1).

In the case of xserver-xorg-input-evdev, the specific versioned
build-depends is not needed since it is not required in configure.ac
(the driver could be built against older xserver versions).

commit b0b1497f83b55c0b33a55f04821a7471690beffc
Author: Thierry Reding <[EMAIL PROTECTED]>
Date:   Tue Sep 26 10:26:34 2006 +

Add some more watch files.

commit 8152f4b182a77fc44c7643397be44af89285bb31
Author: Drew Parsons <[EMAIL PROTECTED]>
Date:   Sun Sep 24 13:46:02 2006 +

versioned Build-Depends: xserver-xorg-dev (>= 2:1.1.1-1).

commit 1b96d4f51f9a0f3422f783f860f20caf8f57fe10
Author: Drew Parsons <[EMAIL PROTECTED]>
Date:   Sun Sep 24 13:39:33 2006 +

  * New upstream version (X11R7.1).
  * Use debhelper 5.
  * Exclude aiptek_drv.la from dh_install.
  * Use dh_installman to install man pages.
  * Standards version 3.7.2.

commit 4dc1e61c3073a7ac2f01c6d6592c4ce5fb784728
Author: Drew Parsons <[EMAIL PROTECTED]>
Date:   Sun Sep 24 13:28:50 2006 +

New upstream version xf86-input-aiptek-1.0.1 (X11R7.1).

commit d68e2f633f5aabeaaf474023442f7de75a971eb8
Author: Steve Langasek <[EMAIL PROTECTED]>
Date:   Mon Sep 18 08:03:56 2006 +

merge 7.1 onto trunk for all input drivers -- packaging fixes only for
everything except keyboard and mouse, so no uploads needed, but no
reason to keep non-7.1 changes on a 7.1 branch we're abandoning, either

commit 3725374e16285d5d47e1151c8f2301e0863a7997
Author: Steve Langasek <[EMAIL PROTECTED]>
Date:   Mon Sep 18 06:48:25 2006 +

more fixes for unversioned directory names (input drivers)

commit b5bed1950622b61ccae879d0cd46fb3b4c8cdf24
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Wed Apr 5 00:10:22 2006 +

Prepare changelogs for upload to unstable

commit 7a0219ecaa75a4fe0c1c5cdda2c7f7934e1f7f2d
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Mon Feb 13 03:46:16 2006 +

Fix Branden's email address

commit 0fa98b099f0d9b5a58f8b5c0aea5718048fa9ef5
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Sun Feb 12 16:24:02 2006 +

Move all install files for renaming scheme and delete v4l driver which 
doesn't currently have packaging

commit 242dfd129a1ce05e5de1c4c0824460abe841296c
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Fri Feb 10 05:20:12 2006 +

Actually change the names of the input drivers.

commit 4ebb36fc7efcad21a328c09ede4c808021555697
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Fri Feb 10 03:40:14 2006 +

Change driver package names to new scheme

commit 2edb24c01839fc3ba50bfe5b8156cf24f31996ea
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Mon Jan 30 02:24:55 2006 +

Move .install files to new naming scheme for drivers

commit ff531f090ef575c2d68eb218402a9362f7ab6fb5
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Sun Jan 29 21:21:32 2006 +

Pull in and use xsfbs

commit 724acd8b8882070cea58e49eed1fbf24cf5e27b3
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Sun Jan 29 20:36:06 2006 +

* Rename driver packages to be more consistent and intuitive
  + Video drivers are now named xorg-video-driver-foo and input drivers are
now named xorg-input-driver-foo
  + Video drivers provide xorg-video-driver and input drivers provide
xorg-input-driver
  + xorg-server-core depends on xorg-video-drivers-all | xorg-video-driver
and also xorg-input-drivers-all | xorg-input-drivers

commit 550d0cc1b4f68358ce9ca4c9272f05c9594aa4b4
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Fri Jan 20 04:31:26 2006 +

Fix maintainer and uploader fields. God, I love sed.

commit 6115a5d6b268d0bbc42a1f4e07c28746d3dbff69
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Fri Jan 13 05:48:42 2006 +

Add packaging for various drivers

commit 882cc29a9168935a8fb5f2d34a2c9f02aec70d98
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Fri Jan 13 04:05:21 2006 +

Update drivers in modular branch. We'll re-pull the ubuntu packaging 
properly

commit d5f1d986bca365103053edb6dc4298aff8e8d144
Author: David Nusinow <[EMAIL PROTECT

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

2007-01-28 Thread David Nusinow
New branch 'upstream-unstable' available with the following commits:
commit 190e38f513ed645b1662441a4b90eaf778878316
Author: Adam Jackson <[EMAIL PROTECTED]>
Date:   Fri Apr 7 16:16:33 2006 +

Bump to 1.1.0.

commit a128e04d9240409cf8c9a9c92671f374959c60d0
Author: Adam Jackson <[EMAIL PROTECTED]>
Date:   Fri Apr 7 16:13:56 2006 +

Unlibcwrap and bump server version requirement.

commit aaec49a8e42193e0d7f68132f01e8d802ecee27c
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Wed Dec 21 02:29:55 2005 +

Update package version for X11R7 release.

commit e5dd84c88172873a99f12798cc00e59c5185afc7
Author: Adam Jackson <[EMAIL PROTECTED]>
Date:   Mon Dec 19 16:25:49 2005 +

Stub COPYING files

commit 2e050d849b72a5119790641fe6b7a83f5e6f15f0
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Thu Dec 15 00:24:13 2005 +

Update package version number for final X11R7 release candidate.

commit 8df008ad5451a0afc4576be121e112ae43c5a4bf
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Tue Dec 6 22:48:27 2005 +

Change *man_SOURCES ==> *man_PRE to fix autotools warnings.

commit a3e290213ce7ce920145a4a7368e052f09768164
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Sat Dec 3 05:49:29 2005 +

Update package version number for X11R7 RC3 release.

commit 31963eae0d36ca43f103a885430b39626021aa94
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Fri Dec 2 02:16:04 2005 +

Remove extraneous AC_MSG_RESULT.

commit 295f696a950f0883c040969a7381be1b16275674
Author: Adam Jackson <[EMAIL PROTECTED]>
Date:   Tue Nov 29 23:29:53 2005 +

Only build dlloader modules by default.

commit b8075ef13db08347876dd74b06bd5d05be00d9ff
Author: Alan Coopersmith <[EMAIL PROTECTED]>
Date:   Mon Nov 28 22:04:05 2005 +

Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4
update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir)

commit cab1f00c4f2d2b2a12260c078b06a30bd03b8d35
Author: Eric Anholt <[EMAIL PROTECTED]>
Date:   Mon Nov 21 10:49:00 2005 +

Add .cvsignores for drivers.

commit 9f164337b4c0ff7f3189f50033f5635550fbe598
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Wed Nov 9 21:15:10 2005 +

Update package version number for X11R7 RC2 release.

commit 37f29b066c955b9ef85b95f39ed4ca9c4c799da9
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Tue Nov 1 15:08:48 2005 +

Update pkgcheck depedencies to work with separate build roots.

commit 0d5c65828cbda96688234ca98de51748cc6a7a9c
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Wed Oct 19 02:47:59 2005 +

Update package version number for RC1 release.

commit 48e99a4438d6e4c869cae23f2bcf17504b36f12b
Author: Alan Coopersmith <[EMAIL PROTECTED]>
Date:   Tue Oct 18 00:01:50 2005 +

Use @DRIVER_MAN_SUFFIX@ instead of $(DRIVER_MAN_SUFFIX) in macro
substitutions to work better with BSD make

commit 9cd8523d3047eb00e9d1f90158d932c8c9c8d511
Author: Adam Jackson <[EMAIL PROTECTED]>
Date:   Mon Oct 17 22:57:25 2005 +

More 1.7 braindamage: define EXTRA_DIST in terms of @DRIVER_NAME@ instead
of indirectly

commit 33d7ef77bdc4d55c01f50f9a29ac660703c0e380
Author: Alan Coopersmith <[EMAIL PROTECTED]>
Date:   Mon Oct 17 00:08:53 2005 +

Use sed & cpp to substitute variables in driver man pages

commit 262151fd3f961ee1dc065943eff62e7c27823340
Author: Daniel Stone <[EMAIL PROTECTED]>
Date:   Thu Aug 18 09:03:36 2005 +

Update autogen.sh to one that does objdir != srcdir.

commit 3e83d76e4315468df9c85b7a917508e5e0adc8e6
Author: Søren Sandmann Pedersen <[EMAIL PROTECTED]>
Date:   Wed Aug 10 14:07:21 2005 +

Don\'t lose existing CFLAGS in all the input drivers and some of the video
drivers

commit 81612155b583e3fbaff7af662edf7353cfb0da8e
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Fri Jul 29 21:22:39 2005 +

Various changes preparing packages for RC0:
- Verify and update package version numbers as needed
- Implement versioning scheme
- Change bug address to point to bugzilla bug entry form
- Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to
reenable it)
- Fix makedepend to use pkgconfig and pass distcheck
- Update build script to build macros first
- Update modular Xorg version

commit 01f7b4b23a52439aab8262d3a500f3339be04eb3
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Wed Jul 13 20:03:20 2005 +

Make the module dir configurable

commit b458a723e098531da7dbfac39747dc34df431831
Author: Kevin E Martin <[EMAIL PROTECTED]>
Date:   Wed Jul 13 02:20:57 2005 +

Update all input drivers to pass distcheck

commit f603ac2e59944b7f75ff82803c67f2ce02321646
Author: Adam Jackson <[EMAIL PROTECTED]>
Date:   Tue Jul 12 06:15:07 2005 +

Build skeletons for input drivers. Should basically work.

commit 0b74a6722cf7c0e24bf31720cfa4ce0eb1a479d2
Author: Adam Jackson <[EMAIL PROTECTED]>
Date:   Mon Jul

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

2007-01-28 Thread David Nusinow
New branch 'debian-unstable' available with the following commits:
commit b60128d25df602c04671fabf249d9910b1f8a324
Author: Julien Cristau <[EMAIL PROTECTED]>
Date:   Tue Nov 7 06:46:29 2006 +

For each driver, add a symlink to xserver-xorg-core's bug script, so that 
each
new bugreport contains the user's config and log files.  Bump dependencies 
on
xserver-xorg-core to >= 2:1.1.1-11, to make sure that the bug script is
present.

commit 630d657d861858a811fc3453bdf9295f4ea267ac
Author: Drew Parsons <[EMAIL PROTECTED]>
Date:   Sun Oct 1 23:49:19 2006 +

* Use versioned depends on xserver-xorg-dev.

commit 88e8f3a7fc8a23ee502b21dfbd4f19648ab1af5d
Author: Drew Parsons <[EMAIL PROTECTED]>
Date:   Sun Oct 1 23:41:56 2006 +

  * New upstream version (X11R7.1).
  * Standards version 3.7.2.
  * Use debhelper 5.
  * Use dh_installman to install man pages.
  * Exclude acecad_drv.la from dh_install.

commit 52ed84d704f7e4220dd857424fa1c624273cfe03
Author: Drew Parsons <[EMAIL PROTECTED]>
Date:   Sun Oct 1 23:27:40 2006 +

New upstream version xf86-input-acecad-1.1.0 (X11R7.1).

commit f317f9cb687c33c79581a0bbce38349c7185697d
Author: Thierry Reding <[EMAIL PROTECTED]>
Date:   Tue Sep 26 10:26:34 2006 +

Add some more watch files.

commit 6a9a0990a294d904339415289d26b4dbe2f193e0
Author: Steve Langasek <[EMAIL PROTECTED]>
Date:   Mon Sep 18 07:31:07 2006 +

merge 2378:3208 from 7.1 branch, in preparation for upload to unstable

commit 112d91f40be6fdd2c706eee7d9bb29b18cabc1f8
Author: Steve Langasek <[EMAIL PROTECTED]>
Date:   Mon Sep 18 06:48:25 2006 +

more fixes for unversioned directory names (input drivers)

commit 581822999f1217678a88024a87ee8c3f6c7470cc
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Wed Apr 5 00:10:22 2006 +

Prepare changelogs for upload to unstable

commit 41a7b3cf7af1eb8b54424220b9dcaf130b8dc1e3
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Mon Feb 13 03:46:16 2006 +

Fix Branden's email address

commit 19f8fa7901c61a493decda1e005cb7c8925b628b
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Sun Feb 12 16:24:02 2006 +

Move all install files for renaming scheme and delete v4l driver which 
doesn't currently have packaging

commit 6dfbc4493bd82fdc24ce1bcaaf4ceeacb90a8c7c
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Fri Feb 10 05:20:12 2006 +

Actually change the names of the input drivers.

commit 54cee16b720e30edcae7a6f74b61d3a5abe4ddaf
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Fri Feb 10 03:40:14 2006 +

Change driver package names to new scheme

commit 4f83435532155e4e1c619d44b4261ab380c8da2d
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Mon Jan 30 02:24:55 2006 +

Move .install files to new naming scheme for drivers

commit bb65bd710ca03c81cc5fd9a6ac7ddac6c3b7e260
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Sun Jan 29 21:21:32 2006 +

Pull in and use xsfbs

commit 42dfe84bde4af267f94d61fcb38904489c82baf5
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Sun Jan 29 20:36:06 2006 +

* Rename driver packages to be more consistent and intuitive
  + Video drivers are now named xorg-video-driver-foo and input drivers are
now named xorg-input-driver-foo
  + Video drivers provide xorg-video-driver and input drivers provide
xorg-input-driver
  + xorg-server-core depends on xorg-video-drivers-all | xorg-video-driver
and also xorg-input-drivers-all | xorg-input-drivers

commit e84a7f28d2b1a2ae7cea71f373f3e5b220b471d2
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Fri Jan 20 04:31:26 2006 +

Fix maintainer and uploader fields. God, I love sed.

commit 9512bcba57ac676c2da42ecb2956e783a9b00f79
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Fri Jan 13 05:48:42 2006 +

Add packaging for various drivers

commit 1e87d9cd69719de7787068f68b1f3659d4c39d48
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Fri Jan 13 04:13:23 2006 +

Copy over missed acecad driver (don't ask)

commit 93dff3f0c8a322f84c639867884efa4dbffbceaf
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Fri Dec 30 18:14:25 2005 +

Vendor drop of the rest of 7.0


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



xserver-xorg-input-acecad: Changes to 'svn-7.1'

2007-01-28 Thread David Nusinow
New branch 'svn-7.1' available with the following commits:
commit 506d1a6e4c5dd595073bab174dc86fa8c02e5509
Author: David Nusinow <[EMAIL PROTECTED]>
Date:   Sun Aug 6 23:25:48 2006 +

Mass driver dir rename to standards

commit fc220122213dfedcb5a7c0f6d2fef5359c4a0d4c
Author: Branden Robinson <[EMAIL PROTECTED]>
Date:   Tue Aug 1 15:29:08 2006 +

Use only the major version, minor version, and major patch number
components of the Policy Manual revision in Standards-Version, because "the
minor patch level will be changed when only cosmetic, typographical or
other edits are made which neither change the meaning of the document nor
affect the contents of packages".  See Policy Manual §5.6.11.

(The real reason for this commit, as with r2615, is to test tweaks to the
repository's commit-email.pl script.)

commit dcd349e290c5beb8eee405e02dd840f5c4302cfe
Author: Branden Robinson <[EMAIL PROTECTED]>
Date:   Tue Aug 1 14:10:51 2006 +

Whitespace police.

(The real reason for this commit is to test tweaks to the repository's
commit-email.pl script.)

commit 47716b8b11fcaecafa6e585d5066fb87d2113b63
Author: Branden Robinson <[EMAIL PROTECTED]>
Date:   Fri Jul 28 18:34:42 2006 +

Continue open season on bad directory names as described in commit log for
r2578.  (The --force was strong with this one, too.)

commit 30b7e8545f5786f5f51b02ce245746ff51054dc4
Author: Andres Salomon <[EMAIL PROTECTED]>
Date:   Mon Jul 17 05:29:25 2006 +

When building arch-dependent stuff, run dh_install w/ --list-missing.

commit 5b071551ecdcd966215c1e881611a0922ff8cc09
Author: Andres Salomon <[EMAIL PROTECTED]>
Date:   Mon Jul 17 04:44:49 2006 +

Idempotency fixes; everywhere where we're using a separate build directory,
we tend to create it via "mkdir obj-$(foo)".  This doesn't work if 
rebuilding,
because the directory already exists.  Instead, only create it if there's
no directory there already.


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



Bug#346307: marked as done (xserver-xfree86 Xkb Keyboard Layout Switching Not Working in XF86Config-4)

2007-01-28 Thread Debian Bug Tracking System
Your message dated Mon, 29 Jan 2007 02:07:18 +0100
with message-id <[EMAIL PROTECTED]>
and subject line Bug#346307: xserver-xfree86 Xkb Keyboard Layout Switching Not 
Working in XF86Config-4
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)

--- Begin Message ---
Package: xserver-xfree86
Version: XFree86 Version 4.3.0.1 (Debian 4.3.0.dfsg.1-14sarge1 20050901212727)

Hi,
I have the following options i my "/etc/X11/XF86Config-4" config file:

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "keyboard"
Option "CoreKeyboard"
Option "AutoRepeat" "500 30"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc104"
Option "XkbLayout" "us,bg(phonetic)"
Option "XkbOptions" "grp:alt_shift_toggle"
EndSection

I think it's some kind of an internal bug to the XFree86 server. Xorg has no 
problems handling the same configuration for keyboard layout switching (of 
course in xorg the Driver value is "kbd" and the XkbRules Option has a value 
"xorg").

I am using Debian GNU/Linux version 3.1 "sarge"
Kernel: Linux debian 2.6.8-2-k7 #1 Tue Aug 16 14:00:15 UTC 2005 i686 GNU/Linux

Thanks for the attention


-
http://knigi.GBG.bg - Поръчай книги онлайн!

--- End Message ---
--- Begin Message ---
Closing as suggested by the submitter since the bug has probably been
fixed in the meantime. Feel free to reopen if you ever reproduce.

Brice

--- End Message ---


[EMAIL PROTECTED]: beryl-dbus_0.1.4-1_i386.changes REJECTED]

2007-01-28 Thread David Nusinow
- Forwarded message from Joerg Jaspert <[EMAIL PROTECTED]> -

From: Joerg Jaspert <[EMAIL PROTECTED]>
To: David Nusinow <[EMAIL PROTECTED]>,
Shawn Starr <[EMAIL PROTECTED]>
Cc: Debian Installer <[EMAIL PROTECTED]>
Subject: beryl-dbus_0.1.4-1_i386.changes REJECTED
Date: Sun, 28 Jan 2007 23:53:23 +

Hi Maintainer,

rejected, debian/copyright doesnt mention that dbus.c has a different
license.

-- 
bye Joerg



===

If you don't understand why your files were rejected, or if the
override file requires editing, reply to this email.


- End forwarded message -


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



[EMAIL PROTECTED]: beryl-manager_0.1.4-1_i386.changes REJECTED]

2007-01-28 Thread David Nusinow
- Forwarded message from Joerg Jaspert <[EMAIL PROTECTED]> -

From: Joerg Jaspert <[EMAIL PROTECTED]>
To: David Nusinow <[EMAIL PROTECTED]>,
Shawn Starr <[EMAIL PROTECTED]>
Cc: Debian Installer <[EMAIL PROTECTED]>
Subject: beryl-manager_0.1.4-1_i386.changes REJECTED
Date: Sun, 28 Jan 2007 23:48:00 +

Hi Maintainer,

rejected, your debian/copyright misses information, some files have different
licenses. See src/eggtryicon.*

-- 
bye Joerg



===

If you don't understand why your files were rejected, or if the
override file requires editing, reply to this email.


- End forwarded message -


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



[EMAIL PROTECTED]: beryl-core_0.1.4-1_i386.changes REJECTED]

2007-01-28 Thread David Nusinow
- Forwarded message from Joerg Jaspert <[EMAIL PROTECTED]> -

From: Joerg Jaspert <[EMAIL PROTECTED]>
To: David Nusinow <[EMAIL PROTECTED]>
Cc: Debian Installer <[EMAIL PROTECTED]>
Subject: beryl-core_0.1.4-1_i386.changes REJECTED
Date: Sun, 28 Jan 2007 23:46:01 +

Hi Maintainer,

rejected, your debian/copyright is missing information. There are files
with other (C) owners *and* licenses, you need to list that. Like
include/beryl.h or src/display.c as  examples (there is more, all need to
be listed).

-- 
bye Joerg



===

If you don't understand why your files were rejected, or if the
override file requires editing, reply to this email.


- End forwarded message -


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



Re: Git Migration

2007-01-28 Thread David Nusinow
On Sat, Jan 27, 2007 at 01:10:25PM +1100, Drew Parsons wrote:
> David wrote:
> >I just wanted to announce that all the protocol headers and libs are now
> > moved over to git. I think we should officially stop using svn for these as
> > of now. 
> 
> Woohoo! Thanks David!  I'll start helping to get X11R7.2 into
> experimental when I get a chance, although I'm dead busy with work over
> the next couple of weeks.

Rock!

> > I'll be working on the drivers over the coming week or so, and
> > hopefully I'll be able to hit the server too.
> 
> The last version of i810 with the small hurd fix hasn't been uploaded. 
> I didn't make it a priority since I figured hurd users won't run stable
> anyway.  Shall we push it into etch for consistency's sake?

Julien already explained this (he tried to get a HURD update in to etch
before, and the RM's didn't like it, so he's got experience on this one ;-)
but if another i810 bug gets patched for etch we can probably slip the HURD
fix in with it.

 - David Nusinow


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



Re: x11proto-randr: Changes to 'upstream-unstable'

2007-01-28 Thread David Nusinow
On Sun, Jan 28, 2007 at 12:13:40AM +1100, Drew Parsons wrote:
> David set up:
> > New branch 'upstream-unstable' available
> 
> 
> Hi David, there's a version discrepancy here.  upstream-unstable for
> x11proto-randr in fact refers to v1.2 and seems to be pulled from
> upstream head, while debian-unstable is 1.1.2.

Right, you'll find this is true for all of the packages. In discussion with
Thierry, we realized that it would be a ton of work to figure out the exact
upstream version for each package, and for relatively little payoff. Since
we're nearing release time for Xorg, we'll be syncing to the latest from
upstream anyway, so the upstream-unstable branches should fall in line as
we update for 7.2. This'll save both time and effort, we both agreed it was
worthwhile.

 - David Nusinow


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



Bug#346307: xserver-xfree86 Xkb Keyboard Layout Switching Not Working in XF86Config-4

2007-01-28 Thread Victor Ivanov
Hi Brice,

I think I remember solving the problem after marking X for re-installation, and 
editing /etc/X11/XF86Config-4. Although I cannot say for sure since I updated 
to "etch" about 2 months ago. However, some friends of mine are still running 
on "sarge" and do not have the problem. I guess it was some sort of a small 
temporary apt download problem at the time I got it installed.

Regards,
Victor




 > Оригинално писмо 
 >От:  Brice Goglin <[EMAIL PROTECTED]>
 >Относно: Bug#346307: xserver-xfree86 Xkb Keyboard Layout Switching Not Working
 in XF86Config-4
 >До: Victor Ivanov <[EMAIL PROTECTED]>
 >Изпратено на: Четвъртък, 2007, Януари 18 01:02:08 GMT+02:00
 >--
 >
 >Hi Victor,
 >
 >Last year, you reported a bug to the Debian BTS regarding Xkb keyboard
 >layout not switching according to the X config file. Did you reproduce
 >this problem recently? If not, I will close this bug in the next weeks.
 >
 >Thanks,
 >Brice
 >
 >

-
Заложете на късмета си със Спортингбет!



xorg 1:7.1.0-11 MIGRATED to testing

2007-01-28 Thread Debian testing watch
FYI: The status of the xorg source package
in Debian's testing distribution has changed.

  Previous version: 1:7.1.0-10
  Current version:  1:7.1.0-11

-- 
This email is automatically generated; [EMAIL PROTECTED] is responsible.
See http://people.debian.org/~henning/trille/ for more information.


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



Bug#72046: marked as done (libxi6: SEGV in clients when XMMS or Mozilla check for XInput extension on NCD Xplora X terminal)

2007-01-28 Thread Debian Bug Tracking System
Your message dated Sun, 28 Jan 2007 23:37:53 +0100
with message-id <[EMAIL PROTECTED]>
and subject line Bug#72181: libxi6: SEGV in clients when XMMS or Mozilla check 
for XInput extension on NCD Xplora X terminal
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)

--- Begin Message ---
Package: xmms
Version: 1.2.2-1
Severity: wishlist

This isn't a problem most people are going to run into, but XMMS suggested
I file a bug report...

It segfaulted on an NCD Xplora.

strace follows.

execve("/usr/bin/xmms", ["xmms"], [/* 19 vars */]) = 0
brk(0)  = 0x81383e0
open("/etc/ld.so.preload", O_RDONLY)= -1 ENOENT (No such file or directory)
open("/etc/ld.so.cache", O_RDONLY)  = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=10809, ...}) = 0
old_mmap(NULL, 10809, PROT_READ, MAP_PRIVATE, 3, 0) = 0x40014000
close(3)= 0
open("/usr/lib/libgtk-1.2.so.0", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=1189740, ...}) = 0
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0P\26\2\000"..., 4096) = 
4096
old_mmap(NULL, 1195508, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0x40017000
mprotect(0x40133000, 32244, PROT_NONE)  = 0
old_mmap(0x40133000, 32768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3, 
0x11b000) = 0x40133000
close(3)= 0
open("/usr/lib/libgdk-1.2.so.0", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=205580, ...}) = 0
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0p\240\0"..., 4096) = 
4096
old_mmap(NULL, 209012, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0x4013b000
mprotect(0x4016d000, 4212, PROT_NONE)   = 0
old_mmap(0x4016d000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3, 
0x31000) = 0x4016d000
old_mmap(0x4016e000, 116, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x4016e000
close(3)= 0
open("/usr/lib/libgmodule-1.2.so.0", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=8856, ...}) = 0
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\0\r\0\000"..., 4096) = 
4096
old_mmap(NULL, 11908, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0x4016f000
mprotect(0x40171000, 3716, PROT_NONE)   = 0
old_mmap(0x40171000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3, 
0x1000) = 0x40171000
close(3)= 0
open("/usr/lib/libgthread-1.2.so.0", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=7728, ...}) = 0
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\20\r\0"..., 4096) = 
4096
old_mmap(NULL, 10780, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0x40172000
mprotect(0x40174000, 2588, PROT_NONE)   = 0
old_mmap(0x40174000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3, 
0x1000) = 0x40174000
close(3)= 0
open("/usr/lib/libglib-1.2.so.0", O_RDONLY) = 3
old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0x40175000
fstat(3, {st_mode=S_IFREG|0644, st_size=135884, ...}) = 0
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\200b\0"..., 4096) = 
4096
old_mmap(NULL, 138948, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0x40176000
mprotect(0x40197000, 3780, PROT_NONE)   = 0
old_mmap(0x40197000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3, 
0x2) = 0x40197000
close(3)= 0
open("/lib/libpthread.so.0", O_RDONLY)  = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=85927, ...}) = 0
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\200?\0"..., 4096) = 
4096
old_mmap(NULL, 73848, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0x40198000
mprotect(0x401a3000, 28792, PROT_NONE)  = 0
old_mmap(0x401a3000, 28672, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3, 
0xa000) = 0x401a3000
old_mmap(0x401aa000, 120, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x401aa000
close(3)= 0
open("/lib/libdl.so.2", O_RDONLY)   = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=9372, ...}) = 0
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\310\34"..., 4096) = 
4096
old_mmap(NULL, 12396, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0x401ab000
mprotect(0x401ad000, 4204, PROT_NONE)   = 0
old_mmap(0x401ad000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3, 
0x1000) = 0x401ad000
close(3)= 0
open("/usr/X11R6/lib/libXi.so.6", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=30260, ...}) = 0
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0p\24\0\000"..., 4096) = 
4096
old_mmap(NULL, 

Bug#280146: marked as done (xlibmesa-dri: [radeon_dri] locks up when using scorched3d on ATI Radeon Mobility M6 LY)

2007-01-28 Thread Debian Bug Tracking System
Your message dated Sun, 28 Jan 2007 23:27:50 +0100
with message-id <[EMAIL PROTECTED]>
and subject line Bug#280146: xlibmesa-dri: [radeon_dri] locks up when using 
scorched3d on ATI Radeon Mobility M6 LY
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)

--- Begin Message ---
Package: scorched3d
Version: 37.2-4
Severity: grave
Justification: causes non-serious data loss

Hi,

Scorched3d consistently freezes and locks X on my Apple G4 TiBook with ATI
Radeon Mobility M6 LY. Keyboard input seems to be discarded, although the
mouse still moves. Unfortunately I couldn't test if the system is still
reachable by network.

None of the graphics options in Scorched3d seem to fix this. I also get
corruption on the sky graphics. The bug usually occurs when zooming very
near to the ground.

Teemu

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (990, 'testing'), (400, 'unstable'), (1, 'experimental')
Architecture: powerpc (ppc)
Kernel: Linux 2.6.7-powerpc
Locale: LANG=C, [EMAIL PROTECTED] (ignored: LC_ALL set to C)

Versions of packages scorched3d depends on:
ii  libc6   2.3.2.ds1-18 GNU C Library: Shared libraries an
ii  libfreetype62.1.7-2.2FreeType 2 font engine, shared lib
ii  libgcc1 1:3.4.2-2ubuntu1 GCC support library
ii  libsdl-mixer1.2 1.2.5-9  mixer library for Simple DirectMed
ii  libsdl-net1.2   1.2.5-3  network library for Simple DirectM
ii  libsdl1.2debian 1.2.7-10 Simple DirectMedia Layer
ii  libstdc++5  1:3.3.4-13   The GNU Standard C++ Library v3
ii  libwxgtk2.4 2.4.2.6  wxWindows Cross-platform C++ GUI t
ii  scorched3d-data 37.2-4   data files for Scorched3D game
ii  xlibmesa-gl [libgl1]4.3.0.dfsg.1-8   Mesa 3D graphics library [XFree86]
ii  xlibmesa-glu [libglu1]  4.3.0.dfsg.1-8   Mesa OpenGL utility library [XFree
ii  zlib1g  1:1.2.2-1compression library - runtime

-- no debconf information

--- End Message ---
--- Begin Message ---
Closing since the submitter cannot reproduce the problem anymore on Etch.

Brice

--- End Message ---


Processed: tagging 398487

2007-01-28 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> # Automatically generated email from bts, devscripts version 2.9.27
> tags 398487 + pending
Bug#398487: libxext6: "Bandwith" is spelled Bandwidth
There were no tags set.
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]



Bug#384105: /usr/X11R6/bin/X: X server slow

2007-01-28 Thread Paul Szabo
Dear Brice,

I wrote:

> I now tried rxvt-unicode on Ubuntu: yes, it is blindingly fast.
> (On Monday will try Debian also.)

Tried Debian sarge: rxvt and rxvt-unicode are faster, but not blinding:
on a Celeron2GHz, takes 7 to 9 seconds, with 0 to 2 seconds CPU time in
the X server (depending on terminal size); rxvt or rxvt-unicode take 0.1
seconds only without "flushed" output, xterm or gnome-terminal take about
5 seconds without flush.

You wrote:

> I updated the title and set the severity to wishlist. You should try to
> come with actual numbers showing that these X terminals were faster
> before. Once we know that it is a regression, and not just a "slow"
> implementation, the severity could be raised.

As per initial bug report:

>> ... 50 seconds ... At woody the above completed in under 1 second.

so it seems proved a regression.

Cheers,

Paul Szabo   [EMAIL PROTECTED]   http://www.maths.usyd.edu.au/u/psz/
School of Mathematics and Statistics   University of SydneyAustralia


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



  1   2   >