mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Fix dependencies.
This commit is contained in:
1
debian/changelog
vendored
1
debian/changelog
vendored
@@ -9,6 +9,7 @@ freeipa (2.1.3-1) UNRELEASED; urgency=low
|
|||||||
* Remove radius subpackages.
|
* Remove radius subpackages.
|
||||||
* Migrate to source format 3.0 (quilt).
|
* Migrate to source format 3.0 (quilt).
|
||||||
* Migrate to dh.
|
* Migrate to dh.
|
||||||
|
* Fix dependencies.
|
||||||
|
|
||||||
-- Michele Baldessari <michele@pupazzo.org> Sat, 06 Dec 2008 21:01:24 +0100
|
-- Michele Baldessari <michele@pupazzo.org> Sat, 06 Dec 2008 21:01:24 +0100
|
||||||
|
|
||||||
|
|||||||
46
debian/control
vendored
46
debian/control
vendored
@@ -3,12 +3,32 @@ Section: net
|
|||||||
Priority: extra
|
Priority: extra
|
||||||
Maintainer: Michele Baldessari <michele@pupazzo.org>
|
Maintainer: Michele Baldessari <michele@pupazzo.org>
|
||||||
Build-Depends: quilt, debhelper (>= 8), dh-autoreconf,
|
Build-Depends: quilt, debhelper (>= 8), dh-autoreconf,
|
||||||
libdirsrv-dev (>= 1.1.3),
|
# client
|
||||||
python-turbogears,
|
gettext,
|
||||||
libmozldap-dev,
|
krb5-user,
|
||||||
python-support,
|
libcurl4-nss-dev,
|
||||||
|
libkrb5-dev,
|
||||||
|
libldap2-dev,
|
||||||
|
libnss3-dev,
|
||||||
|
libnspr4-dev,
|
||||||
|
libpopt-dev,
|
||||||
|
libsasl2-dev,
|
||||||
libssl-dev,
|
libssl-dev,
|
||||||
python-all-dev,
|
libxmlrpc-c3-dev,
|
||||||
|
python-dev,
|
||||||
|
python-kerberos,
|
||||||
|
python-krbv,
|
||||||
|
python-ldap,
|
||||||
|
python-netaddr,
|
||||||
|
python-nss,
|
||||||
|
python-openssl,
|
||||||
|
python-setuptools,
|
||||||
|
python-sss,
|
||||||
|
python-support,
|
||||||
|
# server
|
||||||
|
# libdirsrv-dev (>= 1.1.3),
|
||||||
|
# python-turbogears,
|
||||||
|
# libmozldap-dev,
|
||||||
Standards-Version: 3.8.0
|
Standards-Version: 3.8.0
|
||||||
Vcs-Git: git://git.debian.org/git/collab-maint/freeipa.git
|
Vcs-Git: git://git.debian.org/git/collab-maint/freeipa.git
|
||||||
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/freeipa.git
|
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/freeipa.git
|
||||||
@@ -32,8 +52,18 @@ Homepage: http://www.freeipa.org
|
|||||||
Package: freeipa-client
|
Package: freeipa-client
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: ${shlibs:Depends}, ${misc:Depends},
|
Depends: ${shlibs:Depends}, ${misc:Depends},
|
||||||
python (>= 2.3),
|
bind9utils,
|
||||||
|
certmonger,
|
||||||
|
krb5-user,
|
||||||
|
libcurl3,
|
||||||
|
libnss3-tools,
|
||||||
|
libsasl2-modules-gssapi-mit,
|
||||||
|
libxmlrpc-c3-0,
|
||||||
|
openntpd,
|
||||||
python-freeipa,
|
python-freeipa,
|
||||||
|
python-ldap,
|
||||||
|
sssd,
|
||||||
|
wget,
|
||||||
Description: FreeIPA is a centralized identity framework
|
Description: FreeIPA is a centralized identity framework
|
||||||
FreeIPA is an integrated solution to provide centrally managed Identity
|
FreeIPA is an integrated solution to provide centrally managed Identity
|
||||||
(machine, user, virtual machines, groups, authentication credentials), Policy
|
(machine, user, virtual machines, groups, authentication credentials), Policy
|
||||||
@@ -61,6 +91,10 @@ Section: python
|
|||||||
Depends: ${python:Depends}, ${misc:Depends},
|
Depends: ${python:Depends}, ${misc:Depends},
|
||||||
python-krbv,
|
python-krbv,
|
||||||
python-ldap,
|
python-ldap,
|
||||||
|
python-kerberos,
|
||||||
|
python-ldap,
|
||||||
|
python-netaddr,
|
||||||
|
python-openssl,
|
||||||
Description: FreeIPA is a centralized identity framework
|
Description: FreeIPA is a centralized identity framework
|
||||||
FreeIPA is an integrated solution to provide centrally managed Identity
|
FreeIPA is an integrated solution to provide centrally managed Identity
|
||||||
(machine, user, virtual machines, groups, authentication credentials), Policy
|
(machine, user, virtual machines, groups, authentication credentials), Policy
|
||||||
|
|||||||
Reference in New Issue
Block a user