debian/changelog | 8 ++++++++ debian/rules | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-)
New commits: commit 78b6f5770ea5df55763e06131c6e9ecc5ddd9b7d Author: Julien Cristau <jcris...@debian.org> Date: Mon Mar 16 15:27:59 2009 +0100 Prepare changelog for upload diff --git a/debian/changelog b/debian/changelog index 58039b3..e615ac7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,10 +1,10 @@ -libxi (2:1.2.1-2) UNRELEASED; urgency=low +libxi (2:1.2.1-2) unstable; urgency=low * Fix typo in debian/rules, which made us build with make -j if DEB_BUILD_OPTIONS didn't ask for it. Thanks to Samuel Thibault for reporting the problem! - -- Julien Cristau <jcris...@debian.org> Mon, 16 Mar 2009 15:24:30 +0100 + -- Julien Cristau <jcris...@debian.org> Mon, 16 Mar 2009 15:27:45 +0100 libxi (2:1.2.1-1) unstable; urgency=low commit 5ff220c4c83fffc11ccb52f779909c6a452720f9 Author: Julien Cristau <jcris...@debian.org> Date: Mon Mar 16 15:27:28 2009 +0100 debian/rules: fix logic error Fix typo in debian/rules, which made us build with make -j if DEB_BUILD_OPTIONS didn't ask for it. Thanks to Samuel Thibault for reporting the problem! diff --git a/debian/changelog b/debian/changelog index c113eb7..58039b3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +libxi (2:1.2.1-2) UNRELEASED; urgency=low + + * Fix typo in debian/rules, which made us build with make -j if + DEB_BUILD_OPTIONS didn't ask for it. Thanks to Samuel Thibault for + reporting the problem! + + -- Julien Cristau <jcris...@debian.org> Mon, 16 Mar 2009 15:24:30 +0100 + libxi (2:1.2.1-1) unstable; urgency=low * New upstream release. diff --git a/debian/rules b/debian/rules index 493e832..a90ba9b 100755 --- a/debian/rules +++ b/debian/rules @@ -18,7 +18,7 @@ ifneq (,$(filter noopt,$(DEB_BUILD_OPTIONS))) else CFLAGS += -O2 endif -ifeq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS))) +ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS))) NUMJOBS = $(patsubst parallel=%,%,$(filter parallel=%,$(DEB_BUILD_OPTIONS))) MAKEFLAGS += -j$(NUMJOBS) endif -- To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org