debian/changelog |    6 ++++++
 debian/rules     |    2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

New commits:
commit 4d2cc8c91c286593fd96cc8df7282c77bbd65a57
Author: Julien Cristau <jcris...@debian.org>
Date:   Mon Aug 12 08:00:33 2013 +0200

    Upload to unstable

diff --git a/debian/changelog b/debian/changelog
index 465961a..f68dc77 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@
-mesa (9.1.6-2) UNRELEASED; urgency=low
+mesa (9.1.6-2) unstable; urgency=low
 
   * Don't run 'make -j' if DEB_BUILD_OPTIONS doesn't set parallel.  Oops.
 
- -- Julien Cristau <jcris...@debian.org>  Mon, 12 Aug 2013 07:59:51 +0200
+ -- Julien Cristau <jcris...@debian.org>  Mon, 12 Aug 2013 08:00:21 +0200
 
 mesa (9.1.6-1) unstable; urgency=low
 

commit a447fb22e944a6bcb8d9b1b3dd022bda8df90bf5
Author: Julien Cristau <jcris...@debian.org>
Date:   Mon Aug 12 08:00:20 2013 +0200

    Don't run 'make -j' if DEB_BUILD_OPTIONS doesn't set parallel.  Oops.

diff --git a/debian/changelog b/debian/changelog
index 9dcc2f0..465961a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+mesa (9.1.6-2) UNRELEASED; urgency=low
+
+  * Don't run 'make -j' if DEB_BUILD_OPTIONS doesn't set parallel.  Oops.
+
+ -- Julien Cristau <jcris...@debian.org>  Mon, 12 Aug 2013 07:59:51 +0200
+
 mesa (9.1.6-1) unstable; urgency=low
 
   [ Andreas Boll ]
diff --git a/debian/rules b/debian/rules
index 4c6ad2c..983f97f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -181,7 +181,7 @@ $(STAMP)-build-%: configure
                     --localstatedir=/var --disable-silent-rules \
                                 $(confflags) $(confflags-$*) \
                     ac_cv_path_LLVM_CONFIG=llvm-config-3.2
-       cd $(DEB_BUILD_DIR)/$* && $(MAKE) -j$(NUMJOBS)
+       cd $(DEB_BUILD_DIR)/$* && $(MAKE) $(if $(NUMJOBS),-j$(NUMJOBS))
        >$@
 
 install: build


-- 
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/e1v8lpj-0001ph...@vasks.debian.org

Reply via email to