debian/changelog | 6 ++++++ debian/rules | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-)
New commits: commit 54c4ffe38060f3970840862eb6de14fc0239ca83 Author: Bryce Harrington <br...@bryceharrington.org> Date: Thu Feb 12 14:05:22 2009 -0800 Add commit message diff --git a/debian/changelog b/debian/changelog index 56df1ca..79f2cf6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +xserver-xorg-input-evdev (1:2.1.1-1ubuntu4) UNRELEASED; urgency=low + + * rules: Adding 'patch' to the build task appears to be unnecessary. + + -- Bryce Harrington <br...@ubuntu.com> Thu, 12 Feb 2009 14:04:47 -0800 + xserver-xorg-input-evdev (1:2.1.1-1ubuntu3) jaunty; urgency=low * Add 101_evdevcachecompare_errmsgs.patch: Provides more specific error commit 431dfe5747353845908ddc3c5f8cb20d58a7d283 Author: Bryce Harrington <br...@bryceharrington.org> Date: Thu Feb 12 14:04:28 2009 -0800 <jcristau> bryce: "+build: patch build-stamp" will break on parallel builds <bryce> jcristau: how should it be? <jcristau> bryce: make the target that runs autoreconf depend on $(STAMP_DIR)/patch diff --git a/debian/rules b/debian/rules index b7e9c13..2bbd458 100755 --- a/debian/rules +++ b/debian/rules @@ -43,7 +43,7 @@ obj-$(DEB_BUILD_GNU_TYPE)/config.status: configure --infodir=\$${prefix}/share/info $(confflags) \ CFLAGS="$(CFLAGS)" -build: patch build-stamp +build: build-stamp build-stamp: obj-$(DEB_BUILD_GNU_TYPE)/config.status dh_testdir cd obj-$(DEB_BUILD_GNU_TYPE) && $(MAKE) -- To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org