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

Timo Aaltonen tjaalton-guest at alioth.debian.org
Thu Mar 22 11:23:12 UTC 2012


 debian/changelog |    4 ++++
 debian/control   |   17 +++++++----------
 debian/rules     |    5 +----
 3 files changed, 12 insertions(+), 14 deletions(-)

New commits:
commit 85642b087bbf7fa512dde73fa65a53d771c70108
Author: Timo Aaltonen <tjaalton at ubuntu.com>
Date:   Thu Mar 22 13:22:25 2012 +0200

    control, rules: Migrate to dh_python2.

diff --git a/debian/changelog b/debian/changelog
index 46e3964..767e6cd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -35,6 +35,7 @@ sssd (1.8.1-1) UNRELEASED; urgency=low
   * control: Bump the Standards-Version to 3.9.3, no changes.
   * control: Bump the debhelper build-dep to 9.
   * control: Add ${misc:Depends} to libipa-hbac*, libsss-sudo*.
+  * control, rules: Migrate to dh_python2.
 
  -- Timo Aaltonen <tjaalton at ubuntu.com>  Thu, 16 Feb 2012 10:24:46 +0200
 
diff --git a/debian/control b/debian/control
index a903b46..fcbac16 100644
--- a/debian/control
+++ b/debian/control
@@ -26,8 +26,7 @@ Build-Depends: debhelper (>= 9), quilt, dh-autoreconf, autopoint, lsb-release,
  krb5-config,
  libkrb5-dev,
  libc-ares-dev,
- python-dev (>= 2.3.5-11),
- python-central (>= 0.6),
+ python-dev (>= 2.6.6-3~),
  libsemanage1-dev,
  libunistring-dev,
  libdhash-dev,
@@ -35,7 +34,6 @@ Build-Depends: debhelper (>= 9), quilt, dh-autoreconf, autopoint, lsb-release,
  libini-config-dev,
  check,
 Standards-Version: 3.9.3
-XS-Python-Version: current
 Vcs-Git: git://git.debian.org/git/pkg-sssd/sssd
 Vcs-Browser: http://git.debian.org/?p=pkg-sssd/sssd.git
 Homepage: https://fedorahosted.org/sssd/
@@ -172,7 +170,6 @@ Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
 Provides: ${python:Provides}
 Recommends: sssd
-XB-Python-Version: ${python:Versions}
 Description: Python module for the System Security Services Daemon
  Provides a set of daemons to manage access to remote directories and
  authentication mechanisms. It provides an NSS and PAM interface toward
diff --git a/debian/rules b/debian/rules
index ccd232c..2ef7487 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 %:
-	dh $@ --with quilt,autoreconf --builddirectory=build
+	dh $@ --with quilt,autoreconf,python2 --builddirectory=build
 
 APIDOCDIR = /usr/share/sssd
 DISTRIBUTION = $(shell lsb_release -i | sed 's/.*:\t//')
@@ -41,9 +41,6 @@ override_dh_install:
 
 	dh_install --fail-missing
 
-	dh_pycentral -ppython-sss
-	dh_pycentral -ppython-libipa-hbac
-
 override_dh_installinit:
 	dh_installinit --error-handler=invoke_failure
 

commit 96881b6ab05e666fa265d00691742231943f9a10
Author: Timo Aaltonen <tjaalton at ubuntu.com>
Date:   Thu Mar 22 12:52:05 2012 +0200

    control: Add ${misc:Depends} to libipa-hbac*, libsss-sudo*.

diff --git a/debian/changelog b/debian/changelog
index 01894fe..46e3964 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -34,6 +34,7 @@ sssd (1.8.1-1) UNRELEASED; urgency=low
   * control: Update maintainer address and repo location.
   * control: Bump the Standards-Version to 3.9.3, no changes.
   * control: Bump the debhelper build-dep to 9.
+  * control: Add ${misc:Depends} to libipa-hbac*, libsss-sudo*.
 
  -- Timo Aaltonen <tjaalton at ubuntu.com>  Thu, 16 Feb 2012 10:24:46 +0200
 
diff --git a/debian/control b/debian/control
index 6c4c597..a903b46 100644
--- a/debian/control
+++ b/debian/control
@@ -114,7 +114,7 @@ Description: Pam module for the System Security Services Daemon
 Package: libipa-hbac0
 Section: libs
 Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends},
 Pre-Depends: multiarch-support
 Conflicts: sssd (<< 1.5.15)
 Replaces: sssd (<< 1.5.15)
@@ -125,7 +125,7 @@ Description: FreeIPA HBAC Evaluator library
 Package: libipa-hbac-dev
 Section: libdevel
 Architecture: any
-Depends: libipa-hbac0 (= ${binary:Version})
+Depends: ${misc:Depends}, libipa-hbac0 (= ${binary:Version})
 Conflicts: sssd (<< 1.5.15)
 Replaces: sssd (<< 1.5.15)
 Description: FreeIPA HBAC Evaluator library
@@ -137,7 +137,7 @@ Description: FreeIPA HBAC Evaluator library
 Package: libsss-sudo0
 Section: libs
 Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends},
 Pre-Depends: multiarch-support
 Multi-Arch: same
 Description: Communicator library for sudo
@@ -147,7 +147,7 @@ Description: Communicator library for sudo
 Package: libsss-sudo-dev
 Section: libdevel
 Architecture: any
-Depends: libsss-sudo0 (= ${binary:Version})
+Depends: ${misc:Depends}, libsss-sudo0 (= ${binary:Version})
 Description: Communicator library for sudo -- development files
  Utility library to allow communication between sudo and SSSD for caching
  sudo rules by SSSD.

commit d7eb00519a1ae6d445055237ef4100a459a38fdb
Author: Timo Aaltonen <tjaalton at ubuntu.com>
Date:   Thu Mar 22 12:28:36 2012 +0200

    control: Bump the debhelper build-dep to 9.

diff --git a/debian/changelog b/debian/changelog
index f429e92..01894fe 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -33,6 +33,7 @@ sssd (1.8.1-1) UNRELEASED; urgency=low
     installed, as it's needed in most cases.
   * control: Update maintainer address and repo location.
   * control: Bump the Standards-Version to 3.9.3, no changes.
+  * control: Bump the debhelper build-dep to 9.
 
  -- Timo Aaltonen <tjaalton at ubuntu.com>  Thu, 16 Feb 2012 10:24:46 +0200
 
diff --git a/debian/control b/debian/control
index 78ecdcd..6c4c597 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: utils
 Priority: extra
 Maintainer: Debian SSSD Team <pkg-sssd-devel at lists.alioth.debian.org>
 Uploaders: Morten Werner Forsbring <werner at debian.org>
-Build-Depends: debhelper (>= 8.1.3~), quilt, dh-autoreconf, autopoint, lsb-release,
+Build-Depends: debhelper (>= 9), quilt, dh-autoreconf, autopoint, lsb-release,
  dnsutils,
  libpopt-dev,
  libdbus-1-dev,

commit ed12e632de8c6ed2f8cd268188d90558efe2b9b4
Author: Timo Aaltonen <tjaalton at ubuntu.com>
Date:   Thu Mar 22 12:28:04 2012 +0200

    control: Bump the Standards-Version to 3.9.3, no changes.

diff --git a/debian/changelog b/debian/changelog
index 6396bf1..f429e92 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -32,6 +32,7 @@ sssd (1.8.1-1) UNRELEASED; urgency=low
   * Move libsasl2-modules-gssapi to sssd Depends to make sure it gets
     installed, as it's needed in most cases.
   * control: Update maintainer address and repo location.
+  * control: Bump the Standards-Version to 3.9.3, no changes.
 
  -- Timo Aaltonen <tjaalton at ubuntu.com>  Thu, 16 Feb 2012 10:24:46 +0200
 
diff --git a/debian/control b/debian/control
index 5041a37..78ecdcd 100644
--- a/debian/control
+++ b/debian/control
@@ -34,7 +34,7 @@ Build-Depends: debhelper (>= 8.1.3~), quilt, dh-autoreconf, autopoint, lsb-relea
  libcollection-dev,
  libini-config-dev,
  check,
-Standards-Version: 3.9.1
+Standards-Version: 3.9.3
 XS-Python-Version: current
 Vcs-Git: git://git.debian.org/git/pkg-sssd/sssd
 Vcs-Browser: http://git.debian.org/?p=pkg-sssd/sssd.git



More information about the Pkg-sssd-devel mailing list