[Pkg-sssd-devel] sssd: Changes to 'ubuntu'
Timo Aaltonen
tjaalton-guest at alioth.debian.org
Fri Aug 30 06:24:39 UTC 2013
debian/changelog | 7 +++++++
debian/rules | 2 +-
2 files changed, 8 insertions(+), 1 deletion(-)
New commits:
commit a396fda8950ccd9549c30d39621e203442851bc8
Author: Timo Aaltonen <tjaalton at ubuntu.com>
Date: Fri Aug 30 08:20:52 2013 +0300
rules: Disable parallel building again, causes weird memory corruption errors.
diff --git a/debian/changelog b/debian/changelog
index 25d13c2..3d7aa6b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+sssd (1.11.0-0ubuntu2) saucy; urgency=low
+
+ * rules: Disable parallel building again, causes weird memory corruption
+ errors.
+
+ -- Timo Aaltonen <tjaalton at ubuntu.com> Fri, 30 Aug 2013 07:34:16 +0300
+
sssd (1.11.0-0ubuntu1) saucy; urgency=low
* Sync from unreleased debian git.
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