debian/changelog | 10 ++++++++-- debian/control | 14 ++++++++++++-- debian/rules | 2 ++ debian/xserver-xorg-input-evdev-udeb.install | 1 + 4 files changed, 23 insertions(+), 4 deletions(-)
New commits: commit ed3d0d75ccccd4abef2ec7475f9742466f5910a9 Author: Cyril Brulebois <k...@debian.org> Date: Fri Mar 12 01:03:23 2010 +0100 Upload to unstable. diff --git a/debian/changelog b/debian/changelog index 5d5067a..734e679 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -xserver-xorg-input-evdev (1:2.3.2-4) UNRELEASED; urgency=low +xserver-xorg-input-evdev (1:2.3.2-4) unstable; urgency=low [ Julien Cristau ] * Rename the build directory to not include DEB_BUILD_GNU_TYPE for no @@ -15,7 +15,7 @@ xserver-xorg-input-evdev (1:2.3.2-4) UNRELEASED; urgency=low * Bump Standards-Version from 3.8.3 to 3.8.4 (no changes needed). * Add myself to Uploaders. - -- Robert Hooker <sarv...@ubuntu.com> Sun, 24 Jan 2010 14:44:34 -0500 + -- Cyril Brulebois <k...@debian.org> Fri, 12 Mar 2010 01:02:58 +0100 xserver-xorg-input-evdev (1:2.3.2-3) unstable; urgency=low commit 624b8f0ef947b66084e979aba8bc467d87cf340b Author: Cyril Brulebois <k...@debian.org> Date: Fri Mar 12 01:02:56 2010 +0100 Add myself to Uploaders. diff --git a/debian/changelog b/debian/changelog index a83572b..5d5067a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -13,6 +13,7 @@ xserver-xorg-input-evdev (1:2.3.2-4) UNRELEASED; urgency=low * Add udeb needed for the graphical installer: xserver-xorg-input-evdev-udeb. * Bump Standards-Version from 3.8.3 to 3.8.4 (no changes needed). + * Add myself to Uploaders. -- Robert Hooker <sarv...@ubuntu.com> Sun, 24 Jan 2010 14:44:34 -0500 diff --git a/debian/control b/debian/control index 06a3377..3953e61 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: xserver-xorg-input-evdev Section: x11 Priority: optional Maintainer: Debian X Strike Force <debian-x@lists.debian.org> -Uploaders: David Nusinow <dnusi...@debian.org>, Drew Parsons <dpars...@debian.org>, Brice Goglin <bgog...@debian.org> +Uploaders: David Nusinow <dnusi...@debian.org>, Drew Parsons <dpars...@debian.org>, Brice Goglin <bgog...@debian.org>, Cyril Brulebois <k...@debian.org> Build-Depends: debhelper (>= 5.0.0), pkg-config, commit ad20edab760c95f53f27adccf5ec20e14c00205f Author: Cyril Brulebois <k...@debian.org> Date: Fri Mar 12 01:00:02 2010 +0100 Bump Standards-Version from 3.8.3 to 3.8.4 (no changes needed). diff --git a/debian/changelog b/debian/changelog index f26b4e7..a83572b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -12,6 +12,7 @@ xserver-xorg-input-evdev (1:2.3.2-4) UNRELEASED; urgency=low [ Cyril Brulebois ] * Add udeb needed for the graphical installer: xserver-xorg-input-evdev-udeb. + * Bump Standards-Version from 3.8.3 to 3.8.4 (no changes needed). -- Robert Hooker <sarv...@ubuntu.com> Sun, 24 Jan 2010 14:44:34 -0500 diff --git a/debian/control b/debian/control index 3765dc6..06a3377 100644 --- a/debian/control +++ b/debian/control @@ -17,7 +17,7 @@ Build-Depends: automake, libtool, xutils-dev (>= 1:7.5~1) -Standards-Version: 3.8.3 +Standards-Version: 3.8.4 Vcs-Git: git://git.debian.org/git/pkg-xorg/driver/xserver-xorg-input-evdev Vcs-Browser: http://git.debian.org/?p=pkg-xorg/driver/xserver-xorg-input-evdev.git commit 79e63613fce4b887eca26d9a0b9b7274cf7e4eee Author: Cyril Brulebois <k...@debian.org> Date: Sun Feb 28 00:05:02 2010 +0100 Use XC-Package-Type to save some memory. diff --git a/debian/control b/debian/control index 69f91f6..3765dc6 100644 --- a/debian/control +++ b/debian/control @@ -40,7 +40,7 @@ Description: X.Org X server -- evdev input driver This package is built from the X.org xf86-input-evdev driver module. Package: xserver-xorg-input-evdev-udeb -Package-Type: udeb +XC-Package-Type: udeb Section: debian-installer Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, ${xserver:Depends}, commit 879e1eedc9b607363bd02083784f586b8483927e Author: Cyril Brulebois <k...@debian.org> Date: Tue Feb 2 22:34:08 2010 +0000 Also install 65-xorg-evdev.rules diff --git a/debian/rules b/debian/rules index 2acc6ae..c1aa6ff 100755 --- a/debian/rules +++ b/debian/rules @@ -83,6 +83,8 @@ binary-arch: build install serverabi dh_install --sourcedir=debian/tmp --list-missing --exclude=evdev_drv.la --exclude=usr/share/man/man4 install -d debian/xserver-xorg-input-evdev/lib/udev/rules.d install -m 644 debian/local/65-xorg-evdev.rules debian/xserver-xorg-input-evdev/lib/udev/rules.d/ + install -d debian/xserver-xorg-input-evdev-udeb/lib/udev/rules.d + install -m 644 debian/local/65-xorg-evdev.rules debian/xserver-xorg-input-evdev-udeb/lib/udev/rules.d/ dh_installman dh_link dh_strip commit 6289aacef6f289d3554e4ed4cf652914616c0802 Author: Cyril Brulebois <k...@debian.org> Date: Sat Feb 6 22:57:49 2010 +0000 Add udeb needed for the graphical installer: xserver-xorg-input-evdev-udeb. diff --git a/debian/changelog b/debian/changelog index d823557..f26b4e7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,10 @@ xserver-xorg-input-evdev (1:2.3.2-4) UNRELEASED; urgency=low [ Robert Hooker ] * Build xserver-xorg-input-evdev-dev on arch: all. + [ Cyril Brulebois ] + * Add udeb needed for the graphical installer: + xserver-xorg-input-evdev-udeb. + -- Robert Hooker <sarv...@ubuntu.com> Sun, 24 Jan 2010 14:44:34 -0500 xserver-xorg-input-evdev (1:2.3.2-3) unstable; urgency=low diff --git a/debian/control b/debian/control index 1565072..69f91f6 100644 --- a/debian/control +++ b/debian/control @@ -39,6 +39,16 @@ Description: X.Org X server -- evdev input driver . This package is built from the X.org xf86-input-evdev driver module. +Package: xserver-xorg-input-evdev-udeb +Package-Type: udeb +Section: debian-installer +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, ${xserver:Depends}, + udev-udeb [linux-any], +Provides: ${xinpdriver:Provides} +Description: X.Org X server -- evdev input driver + This is a udeb, or a microdeb, for the debian-installer. + Package: xserver-xorg-input-evdev-dev Section: libdevel Architecture: all diff --git a/debian/xserver-xorg-input-evdev-udeb.install b/debian/xserver-xorg-input-evdev-udeb.install new file mode 100644 index 0000000..4ac2576 --- /dev/null +++ b/debian/xserver-xorg-input-evdev-udeb.install @@ -0,0 +1 @@ +usr/lib/xorg/modules/input/*.so -- To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/e1npsop-0004j2...@alioth.debian.org