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

2008-05-22 Thread Julien Cristau
 ChangeLog|   22 +
 Makefile.in  |   29 -
 aclocal.m4   |  265 -
 config.guess |   32 +
 config.sub   |   44 +-
 configure|  770 +--
 configure.ac |2 
 debian/changelog |   12 
 debian/control   |8 
 debian/rules |2 
 debian/xsfbs/xsfbs-autoreconf.mk |  150 ---
 debian/xsfbs/xsfbs.mk|   80 
 depcomp  |   33 -
 install-sh   |  228 ++-
 ltmain.sh|   58 ++
 man/Makefile.in  |6 
 src/Makefile.in  |   29 -
 src/elo.c|8 
 18 files changed, 1074 insertions(+), 704 deletions(-)

New commits:
commit 63994bf7a0eaea0bd437f1b9eeaf68838fb6a1b7
Author: Julien Cristau <[EMAIL PROTECTED]>
Date:   Thu May 22 19:42:46 2008 +0200

Prepare changelog for upload

diff --git a/debian/changelog b/debian/changelog
index 3849ecb..ed84ab8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-xserver-xorg-input-elo2300 (1:1.1.2-1) UNRELEASED; urgency=low
+xserver-xorg-input-elo2300 (1:1.1.2-1) unstable; urgency=low
 
   * New upstream release.
   * Bump Standards-Version to 3.7.3.
@@ -8,7 +8,7 @@ xserver-xorg-input-elo2300 (1:1.1.2-1) UNRELEASED; urgency=low
 dpkg-shlibdeps to shut up about symbols it can't find.  Build-depend on
 dpkg-dev >= 1.14.17.
 
- -- Julien Cristau <[EMAIL PROTECTED]>  Thu, 22 May 2008 19:36:28 +0200
+ -- Julien Cristau <[EMAIL PROTECTED]>  Thu, 22 May 2008 19:42:40 +0200
 
 xserver-xorg-input-elo2300 (1:1.1.1-2) unstable; urgency=low
 

commit 4745c0df05ae7f9721f2ad67698bc40e8bb4d734
Author: Julien Cristau <[EMAIL PROTECTED]>
Date:   Thu May 22 19:40:50 2008 +0200

Run dpkg-shlibdeps with --warnings=6.

Drivers reference symbols from /usr/bin/Xorg and other modules,
and that's not a bug, so we want dpkg-shlibdeps to shut up about
symbols it can't find.
Build-depend on dpkg-dev >= 1.14.17.

diff --git a/debian/changelog b/debian/changelog
index 3f834dc..3849ecb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,10 @@ xserver-xorg-input-elo2300 (1:1.1.2-1) UNRELEASED; urgency=low
   * New upstream release.
   * Bump Standards-Version to 3.7.3.
   * Drop the XS- prefix from the Vcs-* control fields.
+  * Run dpkg-shlibdeps with --warnings=6.  Drivers reference symbols from
+/usr/bin/Xorg and other modules, and that's not a bug, so we want
+dpkg-shlibdeps to shut up about symbols it can't find.  Build-depend on
+dpkg-dev >= 1.14.17.
 
  -- Julien Cristau <[EMAIL PROTECTED]>  Thu, 22 May 2008 19:36:28 +0200
 
diff --git a/debian/control b/debian/control
index a96ee87..ff36a92 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force 
 Uploaders: David Nusinow <[EMAIL PROTECTED]>, Julien Cristau <[EMAIL 
PROTECTED]>
-Build-Depends: debhelper (>= 5), pkg-config, xserver-xorg-dev (>= 2:1.4), 
x11proto-core-dev, x11proto-randr-dev, x11proto-input-dev
+Build-Depends: debhelper (>= 5), pkg-config, xserver-xorg-dev (>= 2:1.4), 
x11proto-core-dev, x11proto-randr-dev, x11proto-input-dev, dpkg-dev (>= 1.14.17)
 Standards-Version: 3.7.3
 Vcs-Git: git://git.debian.org/git/pkg-xorg/driver/xserver-xorg-input-elo2300
 Vcs-Browser: 
http://git.debian.org/?p=pkg-xorg/driver/xserver-xorg-input-elo2300.git
diff --git a/debian/rules b/debian/rules
index af0a648..091fbe9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -79,7 +79,7 @@ binary-arch: build install serverabi
dh_compress
dh_fixperms
dh_installdeb
-   dh_shlibdeps
+   dh_shlibdeps -- --warnings=6
dh_gencontrol
dh_md5sums
dh_builddeb

commit 848caf72c13b621e89cea6d749e597a28934a5a0
Author: Julien Cristau <[EMAIL PROTECTED]>
Date:   Thu May 22 19:37:57 2008 +0200

minor debian/control updates

* Bump Standards-Version to 3.7.3.
* Drop the XS- prefix from the Vcs-* control fields.

diff --git a/debian/changelog b/debian/changelog
index 138dc59..3f834dc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
 xserver-xorg-input-elo2300 (1:1.1.2-1) UNRELEASED; urgency=low
 
   * New upstream release.
+  * Bump Standards-Version to 3.7.3.
+  * Drop the XS- prefix from the Vcs-* control fields.
 
  -- Julien Cristau <[EMAIL PROTECTED]>  Thu, 22 May 2008 19:36:28 +0200
 
diff --git a/debian/control b/debian/control
index 9a8d61b..a96ee87 100644
--- a/debian/control
+++ b/debian/control
@@ -4,9 +4,9 @@ Priority: optional
 Maintainer: Debian X Strike Force 
 Uploaders: David Nusinow <[EMAIL PROTECTED]>, Julien Cristau <[EMAIL 
PROTECTED]>
 Build-Depends: debhelper (>= 5), pkg-config, xserver-xorg-dev (>= 2:1.4), 
x11proto-core-dev, x11proto

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

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

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

* Upload to unstable

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

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

Prepare changelog for upload.

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

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

Update for xserver 1.4

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

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

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

2007-04-24 Thread Brice Goglin
 .cvsignore   |   19 
 Makefile.in  |   16 
 aclocal.m4   |  379 +
 autogen.sh   |   12 
 config.guess |  667 +--
 config.h.in  |9 
 config.sub   |  230 -
 configure| 7799 ---
 debian/changelog |   17 
 debian/control   |   12 
 debian/rules |4 
 debian/xsfbs/xsfbs-autoreconf.mk |  150 
 debian/xsfbs/xsfbs.mk|  379 +
 debian/xsfbs/xsfbs.sh|  907 
 ltmain.sh|   12 
 man/.cvsignore   |2 
 man/Makefile.am  |2 
 man/Makefile.in  |   16 
 mkinstalldirs|   89 
 src/.cvsignore   |6 
 src/Makefile.in  |   14 
 21 files changed, 6540 insertions(+), 4201 deletions(-)

New commits:
commit 873ae23a502b1fe713bc97f73f089ebf23019279
Author: Brice Goglin <[EMAIL PROTECTED]>
Date:   Tue Apr 24 23:31:09 2007 +0200

autoreconf

diff --git a/Makefile.in b/Makefile.in
index de8f711..d50b00f 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -58,7 +58,7 @@ host_triplet = @host@
 DIST_COMMON = $(am__configure_deps) $(srcdir)/Makefile.am \
$(srcdir)/Makefile.in $(srcdir)/config.h.in \
$(top_srcdir)/configure COPYING ChangeLog config.guess \
-   config.sub depcomp install-sh ltmain.sh missing
+   config.sub depcomp install-sh ltmain.sh missing mkinstalldirs
 subdir = .
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
@@ -66,7 +66,7 @@ am__configure_deps = $(am__aclocal_m4_deps) 
$(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
  configure.lineno configure.status.lineno
-mkinstalldirs = $(install_sh) -d
+mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 CONFIG_HEADER = config.h
 CONFIG_CLEAN_FILES =
 SOURCES =
@@ -129,6 +129,7 @@ F77 = @F77@
 FFLAGS = @FFLAGS@
 FILE_MAN_DIR = @FILE_MAN_DIR@
 FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@
+GREP = @GREP@
 INSTALL_DATA = @INSTALL_DATA@
 INSTALL_PROGRAM = @INSTALL_PROGRAM@
 INSTALL_SCRIPT = @INSTALL_SCRIPT@
@@ -163,13 +164,9 @@ STRIP = @STRIP@
 VERSION = @VERSION@
 XORG_CFLAGS = @XORG_CFLAGS@
 XORG_LIBS = @XORG_LIBS@
-ac_ct_AR = @ac_ct_AR@
 ac_ct_CC = @ac_ct_CC@
 ac_ct_CXX = @ac_ct_CXX@
 ac_ct_F77 = @ac_ct_F77@
-ac_ct_RANLIB = @ac_ct_RANLIB@
-ac_ct_STRIP = @ac_ct_STRIP@
-ac_pt_PKG_CONFIG = @ac_pt_PKG_CONFIG@
 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
 am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
@@ -186,24 +183,31 @@ build_cpu = @build_cpu@
 build_os = @build_os@
 build_vendor = @build_vendor@
 datadir = @datadir@
+datarootdir = @datarootdir@
+docdir = @docdir@
+dvidir = @dvidir@
 exec_prefix = @exec_prefix@
 host = @host@
 host_alias = @host_alias@
 host_cpu = @host_cpu@
 host_os = @host_os@
 host_vendor = @host_vendor@
+htmldir = @htmldir@
 includedir = @includedir@
 infodir = @infodir@
 inputdir = @inputdir@
 install_sh = @install_sh@
 libdir = @libdir@
 libexecdir = @libexecdir@
+localedir = @localedir@
 localstatedir = @localstatedir@
 mandir = @mandir@
 mkdir_p = @mkdir_p@
 oldincludedir = @oldincludedir@
+pdfdir = @pdfdir@
 prefix = @prefix@
 program_transform_name = @program_transform_name@
+psdir = @psdir@
 sbindir = @sbindir@
 sharedstatedir = @sharedstatedir@
 sysconfdir = @sysconfdir@
diff --git a/aclocal.m4 b/aclocal.m4
index aaed1b9..aaae5ad 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -13,7 +13,7 @@
 
 # libtool.m4 - Configure libtool for the host system. -*-Autoconf-*-
 
-# serial 48 AC_PROG_LIBTOOL
+# serial 48 Debian 1.5.22-4 AC_PROG_LIBTOOL
 
 
 # AC_PROVIDE_IFELSE(MACRO-NAME, IF-PROVIDED, IF-NOT-PROVIDED)
@@ -1397,18 +1397,6 @@ freebsd1*)
   dynamic_linker=no
   ;;
 
-kfreebsd*-gnu)
-  version_type=linux
-  need_lib_prefix=no
-  need_version=no
-  library_names_spec='${libname}${release}${shared_ext}$versuffix 
${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
-  soname_spec='${libname}${release}${shared_ext}$major'
-  shlibpath_var=LD_LIBRARY_PATH
-  shlibpath_overrides_runpath=no
-  hardcode_into_libs=yes
-  dynamic_linker='GNU ld.so'
-  ;;
-
 freebsd* | dragonfly*)
   # DragonFly does not have aout.  When/if they implement a new
   # versioning mechanism, adjust this.
@@ -1564,7 +1552,7 @@ linux*oldld* | linux*aout* | linux*coff*)
   ;;
 
 # This must be Linux ELF.
-linux*)
+linux* | k*bsd*-gnu)
   version_type=linux
   need_lib_prefix=no
   need_version=no
@@ -1578,27 +1566,10 @@ linux*)
   # before this can be enabled.
   hardcode_into_libs=yes
 
-  # find out which ABI we are using
-  libsuff=
-  case "$host_cpu" in
-  x86_64*|s390x*|powerpc64*)
-echo '[#]line __oline__ "configure"' > conftest.$ac_ext
-if AC_TRY_EVAL(ac_compile); then
-  case `/usr/

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]