[SCM] qtcreator packaging branch, master, updated. debian/4.3.1-1-5-gbaaf2a6

Lisandro Damián Nicanor Pérez lisandro at moszumanska.debian.org
Fri Nov 24 22:52:32 UTC 2017


Gitweb-URL: http://git.debian.org/?p=pkg-kde/qt/qtcreator.git;a=commitdiff;h=baaf2a6

The following commit has been merged in the master branch:
commit baaf2a666ec25b84a8c6ac648a8708a7c7a4b21b
Author: Lisandro Damián Nicanor Pérez Meyer <perezmeyer at gmail.com>
Date:   Fri Nov 24 19:51:58 2017 -0300

    Switch to compat 10, using parallel building as default.
---
 debian/changelog | 1 +
 debian/compat    | 2 +-
 debian/rules     | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 7ad5394..4214ab6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ qtcreator (4.4.1-1) UNRELEASED; urgency=medium
   * New upstream release.
   * Switch to unversioned llvm-dev and see if we can keep it like that
     (Closes: #873414).
+  * Switch to compat 10 which uses parallel building by default.
 
  -- Maximiliano Curia <maxy at debian.org>  Tue, 31 Oct 2017 18:05:23 +0100
 
diff --git a/debian/compat b/debian/compat
index ec63514..f599e28 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+10
diff --git a/debian/rules b/debian/rules
index 3c6eb9e..70349c8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,7 +21,7 @@ export LLVM_INSTALL_DIR := $(shell if [ -d /usr/lib/llvm-3.9 ]; then echo /usr/l
 upstream_changes := $(wildcard dist/changes-*)
 
 %:
-	dh $@ --parallel --builddirectory=builddir
+	dh $@ --builddirectory=builddir
 
 override_dh_auto_configure:
 	mkdir -p builddir

-- 
qtcreator packaging



More information about the pkg-kde-commits mailing list