debian/changelog | 6 ++++-- debian/rules | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-)
New commits: commit 3ebc0ac6b92dc5e1db0d935a4e306e0297a008df Author: Julien Cristau <[email protected]> Date: Sun Aug 23 11:10:19 2009 +0200 Prepare changelog for upload diff --git a/debian/changelog b/debian/changelog index d35b0fb..3a7153b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,11 +1,12 @@ -xserver-xorg-input-mouse (1:1.4.0-3) UNRELEASED; urgency=low +xserver-xorg-input-mouse (1:1.4.0-3) unstable; urgency=low * Add README.source, bump Standards-Version to 3.8.3. * Install an fdi file to pick up the mouse driver on kfreebsd (closes: #542806). Thanks, Aurélien Jarno! * Fix DEB_BUILD_OPTIONS parsing to use space-separated options. + * Remove myself from Uploaders, I don't maintain this driver. - -- Julien Cristau <[email protected]> Sat, 22 Aug 2009 22:58:56 +0200 + -- Julien Cristau <[email protected]> Sun, 23 Aug 2009 11:10:16 +0200 xserver-xorg-input-mouse (1:1.4.0-2) unstable; urgency=low commit 9939130f500c6242f968eb98d8153e4a86505728 Author: Julien Cristau <[email protected]> Date: Sun Aug 23 11:09:42 2009 +0200 Fix DEB_BUILD_OPTIONS parsing to use space-separated options. diff --git a/debian/changelog b/debian/changelog index 2f29162..d35b0fb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ xserver-xorg-input-mouse (1:1.4.0-3) UNRELEASED; urgency=low * Add README.source, bump Standards-Version to 3.8.3. * Install an fdi file to pick up the mouse driver on kfreebsd (closes: #542806). Thanks, Aurélien Jarno! + * Fix DEB_BUILD_OPTIONS parsing to use space-separated options. -- Julien Cristau <[email protected]> Sat, 22 Aug 2009 22:58:56 +0200 diff --git a/debian/rules b/debian/rules index b92a9fa..d41a543 100755 --- a/debian/rules +++ b/debian/rules @@ -10,7 +10,7 @@ include debian/xsfbs/xsfbs.mk CFLAGS = -Wall -g -ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) +ifneq (,$(filter noopt,$(DEB_BUILD_OPTIONS))) CFLAGS += -O0 else CFLAGS += -O2 -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

