debian/changelog | 8 ++++++++ debian/rules | 4 ++++ debian/xserver-xorg-input-vmmouse.install | 2 +- 3 files changed, 13 insertions(+), 1 deletion(-)
New commits: commit 43ea10db4d5adb897a1ac819a76f88e9c58f10eb Author: Cyril Brulebois <[email protected]> Date: Tue May 3 12:48:44 2011 +0200 Upload to unstable. diff --git a/debian/changelog b/debian/changelog index b8436a1..571dbf4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,10 +1,10 @@ -xserver-xorg-input-vmmouse (1:12.7.0-2) UNRELEASED; urgency=low +xserver-xorg-input-vmmouse (1:12.7.0-2) unstable; urgency=low * Pass --bindir=/bin to configure, lost in the dh-ification. Thanks to Jordi Pujol for the bug (Closes: #625291). * Adapt .install file accordingly. - -- Cyril Brulebois <[email protected]> Tue, 03 May 2011 12:42:49 +0200 + -- Cyril Brulebois <[email protected]> Tue, 03 May 2011 12:48:40 +0200 xserver-xorg-input-vmmouse (1:12.7.0-1) unstable; urgency=low commit 6fa34d882825063c563141dac5faf396c5a9357f Author: Cyril Brulebois <[email protected]> Date: Tue May 3 12:48:14 2011 +0200 Adapt .install file accordingly. diff --git a/debian/changelog b/debian/changelog index 15d56e5..b8436a1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ xserver-xorg-input-vmmouse (1:12.7.0-2) UNRELEASED; urgency=low * Pass --bindir=/bin to configure, lost in the dh-ification. Thanks to Jordi Pujol for the bug (Closes: #625291). + * Adapt .install file accordingly. -- Cyril Brulebois <[email protected]> Tue, 03 May 2011 12:42:49 +0200 diff --git a/debian/xserver-xorg-input-vmmouse.install b/debian/xserver-xorg-input-vmmouse.install index 28ae361..19ebdfb 100644 --- a/debian/xserver-xorg-input-vmmouse.install +++ b/debian/xserver-xorg-input-vmmouse.install @@ -1,5 +1,5 @@ usr/lib/xorg/modules/input/*.so -usr/bin/vmmouse_detect bin/ usr/share/man usr/share/X11/xorg.conf.d +bin/vmmouse_detect lib/udev/rules.d commit 9906da18d2e26433d0d4503939168cf70858ed29 Author: Cyril Brulebois <[email protected]> Date: Tue May 3 12:47:55 2011 +0200 Pass --bindir=/bin to configure, lost in the dh-ification. Thanks to Jordi Pujol for the bug (Closes: #625291). diff --git a/debian/changelog b/debian/changelog index a0116dd..15d56e5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +xserver-xorg-input-vmmouse (1:12.7.0-2) UNRELEASED; urgency=low + + * Pass --bindir=/bin to configure, lost in the dh-ification. Thanks to + Jordi Pujol for the bug (Closes: #625291). + + -- Cyril Brulebois <[email protected]> Tue, 03 May 2011 12:42:49 +0200 + xserver-xorg-input-vmmouse (1:12.7.0-1) unstable; urgency=low * New upstream release. diff --git a/debian/rules b/debian/rules index 3257a75..5972535 100755 --- a/debian/rules +++ b/debian/rules @@ -1,5 +1,9 @@ #!/usr/bin/make -f +# vmmouse_detect is installed under /bin: +override_dh_auto_configure: + dh_auto_configure -- --bindir=/bin + # Install in debian/tmp to retain control through dh_install: override_dh_auto_install: dh_auto_install --destdir=debian/tmp -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

