mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
wrap depends
This commit is contained in:
parent
b3eeede0e9
commit
60c21960ef
30
debian/control
vendored
30
debian/control
vendored
@ -2,7 +2,17 @@ Source: freeipa
|
|||||||
Section: net
|
Section: net
|
||||||
Priority: extra
|
Priority: extra
|
||||||
Maintainer: Michele Baldessari <michele@pupazzo.org>
|
Maintainer: Michele Baldessari <michele@pupazzo.org>
|
||||||
Build-Depends: debhelper (>= 7), libdirsrv-dev (>= 1.1.3), autoconf, automake, libtool, python-turbogears, libmozldap-dev, dpatch, python-support, libssl-dev, python-all-dev
|
Build-Depends: debhelper (>= 7),
|
||||||
|
libdirsrv-dev (>= 1.1.3),
|
||||||
|
autoconf,
|
||||||
|
automake,
|
||||||
|
libtool,
|
||||||
|
python-turbogears,
|
||||||
|
libmozldap-dev,
|
||||||
|
dpatch,
|
||||||
|
python-support,
|
||||||
|
libssl-dev,
|
||||||
|
python-all-dev
|
||||||
Standards-Version: 3.8.0
|
Standards-Version: 3.8.0
|
||||||
Vcs-Svn: svn://svn.debian.org/svn/pkg-fedora-ds/freeipa/trunk/
|
Vcs-Svn: svn://svn.debian.org/svn/pkg-fedora-ds/freeipa/trunk/
|
||||||
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-fedora-ds/freeipa/trunk/
|
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-fedora-ds/freeipa/trunk/
|
||||||
@ -10,7 +20,11 @@ Homepage: http://www.freeipa.org
|
|||||||
|
|
||||||
Package: freeipa-server
|
Package: freeipa-server
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: ${shlibs:Depends}, ${misc:Depends}, python (>= 2.3), libjs-prototype, libjs-scriptaculous, python-freeipa
|
Depends: ${shlibs:Depends}, ${misc:Depends},
|
||||||
|
python (>= 2.3),
|
||||||
|
libjs-prototype,
|
||||||
|
libjs-scriptaculous,
|
||||||
|
python-freeipa,
|
||||||
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
|
||||||
@ -21,7 +35,9 @@ Description: FreeIPA is a centralized identity framework
|
|||||||
|
|
||||||
Package: freeipa-client
|
Package: freeipa-client
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: ${shlibs:Depends}, ${misc:Depends}, python (>= 2.3), python-freeipa
|
Depends: ${shlibs:Depends}, ${misc:Depends},
|
||||||
|
python (>= 2.3),
|
||||||
|
python-freeipa,
|
||||||
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
|
||||||
@ -32,7 +48,9 @@ Description: FreeIPA is a centralized identity framework
|
|||||||
|
|
||||||
Package: freeipa-admintools
|
Package: freeipa-admintools
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: ${shlibs:Depends}, ${misc:Depends}, python (>= 2.3), python-freeipa
|
Depends: ${shlibs:Depends}, ${misc:Depends},
|
||||||
|
python (>= 2.3),
|
||||||
|
python-freeipa,
|
||||||
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
|
||||||
@ -44,7 +62,9 @@ Description: FreeIPA is a centralized identity framework
|
|||||||
Package: python-freeipa
|
Package: python-freeipa
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Section: python
|
Section: python
|
||||||
Depends: ${python:Depends}, ${misc:Depends}, python-krbv, python-ldap
|
Depends: ${python:Depends}, ${misc:Depends},
|
||||||
|
python-krbv,
|
||||||
|
python-ldap,
|
||||||
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
|
||||||
|
Loading…
Reference in New Issue
Block a user