[Pkg-sssd-devel] sssd: Changes to 'debian-experimental'
Timo Aaltonen
tjaalton-guest at alioth.debian.org
Tue Aug 21 13:31:10 UTC 2012
debian/changelog | 2 ++
debian/control | 1 +
debian/rules | 3 +++
3 files changed, 6 insertions(+)
New commits:
commit 94e69acb1044cb2842a363caed35165e905ee8ee
Author: Timo Aaltonen <tjaalton at ubuntu.com>
Date: Tue Aug 21 16:30:58 2012 +0300
fix the dpkg-dev build-dep
diff --git a/debian/changelog b/debian/changelog
index 0fcf2dd..678f43d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -66,7 +66,7 @@ sssd (1.9.0~beta6-1) UNRELEASED; urgency=low
sssd.install, and sss_seed{,.8*) to sssd-tools.
* python-sss.install: py-files got moved under SSSDConfig.
* control, rules: Use default build flags, bump dpkg-dev build-dep to
- 1.6.1~.
+ 1.16.1~.
* Bump libsss-sudo soname.
-- Timo Aaltonen <tjaalton at ubuntu.com> Thu, 24 May 2012 14:46:39 +0300
diff --git a/debian/control b/debian/control
index bb339e4..b11317b 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: extra
Maintainer: Debian SSSD Team <pkg-sssd-devel at lists.alioth.debian.org>
Uploaders: Timo Aaltonen <tjaalton at ubuntu.com>
Build-Depends: debhelper (>= 9), quilt, dh-autoreconf, autopoint, lsb-release,
- dpkg-dev (>= 1.6.1~),
+ dpkg-dev (>= 1.16.1~),
dnsutils,
libpopt-dev,
libdbus-1-dev,
commit ceef919d823edc349deacfd18422387cd80878a4
Author: Timo Aaltonen <tjaalton at ubuntu.com>
Date: Tue Aug 21 15:56:10 2012 +0300
control, rules: Use default build flags, bump dpkg-dev build-dep to 1.6.1~.
diff --git a/debian/changelog b/debian/changelog
index b6a72a3..2ea6cfd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -65,6 +65,8 @@ sssd (1.9.0~beta6-1) UNRELEASED; urgency=low
* sssd.install, sssd-tools.install: Add sssd-ad.5*, sssd-sudo.5* to
sssd.install, and sss_seed{,.8*) to sssd-tools.
* python-sss.install: py-files got moved under SSSDConfig.
+ * control, rules: Use default build flags, bump dpkg-dev build-dep to
+ 1.6.1~.
-- Timo Aaltonen <tjaalton at ubuntu.com> Thu, 24 May 2012 14:46:39 +0300
diff --git a/debian/control b/debian/control
index eb0a49d..470dd2a 100644
--- a/debian/control
+++ b/debian/control
@@ -4,6 +4,7 @@ Priority: extra
Maintainer: Debian SSSD Team <pkg-sssd-devel at lists.alioth.debian.org>
Uploaders: Timo Aaltonen <tjaalton at ubuntu.com>
Build-Depends: debhelper (>= 9), quilt, dh-autoreconf, autopoint, lsb-release,
+ dpkg-dev (>= 1.6.1~),
dnsutils,
libpopt-dev,
libdbus-1-dev,
diff --git a/debian/rules b/debian/rules
index f888610..9e3c952 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,6 +2,9 @@
%:
dh $@ --with quilt,autoreconf,python2 --builddirectory=build
+DPKG_EXPORT_BUILDFLAGS = 1
+include /usr/share/dpkg/buildflags.mk
+
APIDOCDIR = /usr/share/sssd
DISTRIBUTION = $(shell lsb_release -i | sed 's/.*:\t//')
INIT = init
More information about the Pkg-sssd-devel
mailing list