Projet

Général

Profil

0246-auth_fc-add-debian-packaging-to-prevent-conflict-wit.patch

Benjamin Dauvergne, 21 décembre 2017 12:31

Télécharger (1,53 ko)

Voir les différences:

Subject: [PATCH 246/246] auth_fc: add debian packaging to prevent conflict
 with old packages

 debian-jessie/control | 4 +++-
 debian-wheezy/control | 4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)
debian-jessie/control
29 29
    python-jwcrypto (>= 0.3.1),
30 30
    python-cryptography (>= 1.3.4),
31 31
    python-django-filters (>= 1)
32
Provides: ${python:Provides}
32
Breaks: python-authentic2-auth-fc (<< 0.10)
33
Replaces: python-authentic2-auth-fc (<< 0.10)
34
Provides: ${python:Provides}, python-authentic2-auth-fc
33 35
Recommends: python-openid, python-ldap
34 36
Suggests: python-raven
35 37
Description: Versatile identity server
debian-wheezy/control
27 27
    python-ldap (>= 2.4),
28 28
    python-six (>= 1.0),
29 29
    python-django-filters (>= 1)
30
Provides: ${python:Provides}
30
Breaks: python-authentic2-auth-fc (<< 0.10)
31
Replaces: python-authentic2-auth-fc (<< 0.10)
32
Provides: ${python:Provides}, python-authentic2-auth-fc
31 33
Recommends: python-openid, python-ldap
32 34
Suggests: python-raven
33 35
Description: Versatile identity server
34
-