[Pkg-sssd-devel] sssd: Changes to 'debian-unstable'

Timo Aaltonen tjaalton-guest at alioth.debian.org
Fri Aug 30 06:24:38 UTC 2013


 debian/changelog |    1 -
 debian/rules     |    2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

New commits:
commit 012a3bcad023e4c352fc1b20e52f9f8b4be1ee66
Author: Timo Aaltonen <tjaalton at ubuntu.com>
Date:   Fri Aug 30 09:24:33 2013 +0300

    disable parallel build again, causes memory corruption

diff --git a/debian/changelog b/debian/changelog
index a56cda6..f696f84 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,7 +6,6 @@ sssd (1.11.0-1) UNRELEASED; urgency=low
   * sssd-common.postrm: Remove /etc/apparmor.d too, if empty.
   * control, rules, sssd-common.install: Install the systemd service
     file provided by upstream.
-  * rules: Enable parallel build.
 
  -- Timo Aaltonen <tjaalton at ubuntu.com>  Tue, 06 Aug 2013 17:04:28 +0300
 
diff --git a/debian/rules b/debian/rules
index 823a77d..9b874ef 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 %:
-	dh $@ --with quilt,autoreconf,python2,systemd --parallel --builddirectory=build
+	dh $@ --with quilt,autoreconf,python2,systemd --builddirectory=build
 
 DPKG_EXPORT_BUILDFLAGS = 1
 include /usr/share/dpkg/buildflags.mk



More information about the Pkg-sssd-devel mailing list