[Pkg-sssd-devel] sssd: Changes to 'ubuntu'
Timo Aaltonen
tjaalton-guest at alioth.debian.org
Mon Oct 29 10:24:33 UTC 2012
debian/changelog | 18 +++++++++---------
debian/control | 10 +++++-----
debian/rules | 4 ++--
debian/sssd.install | 2 +-
4 files changed, 17 insertions(+), 17 deletions(-)
New commits:
commit 30a3a9e252573f7c135ab4737184d29129d551b6
Author: Timo Aaltonen <tjaalton at ubuntu.com>
Date: Mon Oct 22 12:31:19 2012 +0300
revert dropping the PAC responder
diff --git a/debian/changelog b/debian/changelog
index ebc933b..596da8d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+sssd (1.9.2-0ubuntu1) UNRELEASED; urgency=low
+
+ * Merge from unreleased debian git
+ * Revert dropping the PAC responder.
+
+ -- Timo Aaltonen <tjaalton at ubuntu.com> Mon, 22 Oct 2012 12:30:37 +0300
+
sssd (1.9.1-0ubuntu1) quantal; urgency=low
* Merge from unreleased debian git
diff --git a/debian/control b/debian/control
index f2ea100..cb146af 100644
--- a/debian/control
+++ b/debian/control
@@ -37,11 +37,11 @@ Build-Depends: debhelper (>= 9), quilt, dh-autoreconf, autopoint, lsb-release,
check,
dh-apparmor,
libglib2.0-dev,
-# libndr-dev,
-# libndr-standard-dev,
-# libsamba-util-dev,
-# samba4-dev,
-# libdcerpc-dev,
+ libndr-dev,
+ libndr-standard-dev,
+ libsamba-util-dev,
+ samba4-dev,
+ libdcerpc-dev,
Standards-Version: 3.9.3
Vcs-Git: git://git.debian.org/git/pkg-sssd/sssd
Vcs-Browser: http://git.debian.org/?p=pkg-sssd/sssd.git
diff --git a/debian/rules b/debian/rules
index cb228a9..704a763 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,8 +5,8 @@
DPKG_EXPORT_BUILDFLAGS = 1
include /usr/share/dpkg/buildflags.mk
-#CFLAGS = $(shell dpkg-buildflags --get CFLAGS)
-#CFLAGS += -I/usr/include/samba-4.0
+CFLAGS = $(shell dpkg-buildflags --get CFLAGS)
+CFLAGS += -I/usr/include/samba-4.0
APIDOCDIR = /usr/share/sssd
DISTRIBUTION = $(shell lsb_release -i | sed 's/.*:\t//')
diff --git a/debian/sssd.install b/debian/sssd.install
index 65db671..73ab22a 100644
--- a/debian/sssd.install
+++ b/debian/sssd.install
@@ -3,7 +3,7 @@ usr/bin/sss_ssh_knownhostsproxy
usr/lib/sssd/*
usr/lib/*/ldb/modules/ldb/memberof.so
usr/lib/*/krb5/plugins/libkrb5/*
-#usr/lib/*/krb5/plugins/authdata/*
+usr/lib/*/krb5/plugins/authdata/*
usr/lib/*/sssd/lib*.so*
usr/lib/*/sssd/modules/libsss_autofs.so
usr/share/locale/*/LC_MESSAGES/*
commit 7b404fe95c3fa504e6e1a46eb7739eddeaa653c6
Author: Timo Aaltonen <tjaalton at ubuntu.com>
Date: Wed Oct 17 10:58:47 2012 +0300
update the version
diff --git a/debian/changelog b/debian/changelog
index a59339a..e304f2b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,6 @@
-sssd (1.9.1-1) UNRELEASED; urgency=low
+sssd (1.9.2-1) UNRELEASED; urgency=low
- * New upstream release 1.9.1. Highlights:
+ * New upstream release 1.9.2. Highlights:
- Add native support for autofs to the IPA provider
- Support for ID-mapping when connecting to Active Directory
- Support for handling very large (> 1500 users) groups in Active
More information about the Pkg-sssd-devel
mailing list