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

Timo Aaltonen tjaalton-guest at alioth.debian.org
Fri Jul 5 11:54:16 UTC 2013


 debian/changelog                |    8 +++++---
 debian/control                  |   16 +++++++++++++++-
 debian/sssd-ad-common.install   |    1 +
 debian/sssd-krb5-common.install |    1 -
 4 files changed, 21 insertions(+), 5 deletions(-)

New commits:
commit c994fa065f101a8b12352c9a3dff5deced4b2e34
Author: Timo Aaltonen <tjaalton at ubuntu.com>
Date:   Fri Jul 5 14:53:31 2013 +0300

    releasing version 1.10.0-1

diff --git a/debian/changelog b/debian/changelog
index bbef88d..6b6a16f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-sssd (1.10.0-1) UNRELEASED; urgency=low
+sssd (1.10.0-1) unstable; urgency=low
 
   [ Timo Aaltonen ]
   * New upstream release (Closes: #693054, #705357, #711101)
@@ -62,7 +62,7 @@ sssd (1.10.0-1) UNRELEASED; urgency=low
   * Set CK_DEFAULT_TIMEOUT to 30 so that slower buildds (armhf at least) can
     run the tests without hitting the default 4s timeout.
 
- -- Timo Aaltonen <tjaalton at ubuntu.com>  Mon, 13 May 2013 10:42:46 +0300
+ -- Timo Aaltonen <tjaalton at ubuntu.com>  Fri, 05 Jul 2013 14:53:06 +0300
 
 sssd (1.8.4-2) unstable; urgency=low
 

commit 6f6889a138d19c9286cbfcb2d518d0f7e90f836a
Author: Timo Aaltonen <tjaalton at ubuntu.com>
Date:   Fri Jul 5 14:51:28 2013 +0300

    control: Drop check from build-depends for now, to work around a linking bug in check (#712140) that makes the tests fail on (at least) i386.

diff --git a/debian/changelog b/debian/changelog
index 531dec3..bbef88d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -52,6 +52,8 @@ sssd (1.10.0-1) UNRELEASED; urgency=low
   * control: Bump policy to 3.9.4, no changes.
   * control: Add libpam-pwquality (>= 1.2.2-1) to libpam-sss depends, which
     makes the password stack work in all cases. (LP: #1159983)
+  * control: Drop check from build-depends for now, to work around a linking bug
+    in check (#712140) that makes the tests fail on (at least) i386.
 
   [ Stéphane Graber ]
   * Add postinst/postrm script for libsss-sudo. Those will add a "sudoers"
diff --git a/debian/control b/debian/control
index da7c870..b9aa62e 100644
--- a/debian/control
+++ b/debian/control
@@ -35,7 +35,7 @@ Build-Depends: debhelper (>= 9), quilt, dh-autoreconf, autopoint, lsb-release,
  libdhash-dev,
  libcollection-dev,
  libini-config-dev,
- check,
+# check,
  dh-apparmor,
  libglib2.0-dev,
  libndr-dev,

commit d509435b6073af6ee2344b61789e93b2cb1193ac
Author: Timo Aaltonen <tjaalton at ubuntu.com>
Date:   Fri Jul 5 14:00:29 2013 +0300

    split pac responder to sssd-ad-common

diff --git a/debian/changelog b/debian/changelog
index 94ff083..531dec3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -16,7 +16,7 @@ sssd (1.10.0-1) UNRELEASED; urgency=low
     1.16.1~.
   * rules: Install the apparmor profile with -m644.
   * python-sss: Add pysss_murmur.so.
-  * rules, control, sssd-krb5-common.install: PAC responder support.
+  * rules, control, sssd-ad-common.install: PAC responder support.
     - Add libndr-dev, libndr-standard-dev, libsamba-util-dev, samba4-dev,
       libdcerpc-dev to build-depends
     - Add -I/usr/include/samba-4.0 to CFLAGS
diff --git a/debian/control b/debian/control
index 58eb14a..da7c870 100644
--- a/debian/control
+++ b/debian/control
@@ -102,6 +102,7 @@ Multi-Arch: foreign
 Pre-Depends: ${misc:Pre-Depends}
 Depends: ${shlibs:Depends}, ${misc:Depends},
  sssd-common (= ${binary:Version}),
+ sssd-ad-common (= ${binary:Version}),
  sssd-krb5-common (= ${binary:Version}),
  libsss-idmap0 (= ${binary:Version}),
 Breaks: sssd (<< 1.10.0~beta2-1),
@@ -110,12 +111,25 @@ Description: System Security Services Daemon -- Active Directory back end
  Provides the Active Directory back end that the SSSD can utilize to fetch
  identity data from and authenticate against an Active Directory server.
 
+Package: sssd-ad-common
+Architecture: any
+Multi-Arch: foreign
+Pre-Depends: ${misc:Pre-Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends},
+ sssd-common (= ${binary:Version}),
+Breaks: sssd (<< 1.10.0~beta2-1),
+Replaces: sssd (<< 1.10.0~beta2-1),
+Description: System Security Services Daemon -- PAC responder
+ Provides the PAC responder that the AD and IPA backends can use for
+ fetching additional attributes from the kerberos ticket.
+
 Package: sssd-ipa
 Architecture: any
 Multi-Arch: foreign
 Pre-Depends: ${misc:Pre-Depends}
 Depends: ${shlibs:Depends}, ${misc:Depends},
  sssd-common (= ${binary:Version}),
+ sssd-ad-common (= ${binary:Version}),
  sssd-krb5-common (= ${binary:Version}),
  libipa-hbac0 (= ${binary:Version}),
  libsss-idmap0 (= ${binary:Version}),
diff --git a/debian/sssd-ad-common.install b/debian/sssd-ad-common.install
new file mode 100644
index 0000000..bc5c06b
--- /dev/null
+++ b/debian/sssd-ad-common.install
@@ -0,0 +1 @@
+usr/lib/*/sssd/sssd_pac
diff --git a/debian/sssd-krb5-common.install b/debian/sssd-krb5-common.install
index 4a7049b..5d93b09 100644
--- a/debian/sssd-krb5-common.install
+++ b/debian/sssd-krb5-common.install
@@ -1,4 +1,3 @@
 usr/lib/*/sssd/libsss_krb5_common.so
 usr/lib/*/sssd/ldap_child
 usr/lib/*/sssd/krb5_child
-usr/lib/*/sssd/sssd_pac



More information about the Pkg-sssd-devel mailing list