summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuss Allbery <eagle@eyrie.org>2018-08-26 18:10:27 -0700
committerRuss Allbery <eagle@eyrie.org>2018-08-26 18:10:27 -0700
commit5e2115cb440566ec962e95a5bcd0ab96921e17bd (patch)
tree6bd18ccabf301c3bde77c2da04a9470155321e7e
parenta6e20315611844477e3e7b493e9d4583a1b24898 (diff)
Remove versioned dependency constraints satisfied by oldstable
-rw-r--r--debian/changelog1
-rw-r--r--debian/control4
2 files changed, 3 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 82f267e..73f2657 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,7 @@ krb5-sync (3.1-2) UNRELEASED; urgency=medium
- Use https for URLs in debian/control and debian/copyright.
- Change priority to optional.
* Remove old Breaks and Replaces against krb5-sync.
+ * Remove versioned dependency constraints satisfied by oldstable.
* Bump watch file version to 4 and use https for URL.
* Switch to the DEP-14 branch layout and update debian/gbp.conf and
Vcs-Git accordingly.
diff --git a/debian/control b/debian/control
index 6870ab0..55d1d2d 100644
--- a/debian/control
+++ b/debian/control
@@ -27,7 +27,7 @@ Depends:
${misc:Depends},
${shlibs:Depends},
Recommends:
- krb5-admin-server (>= 1.9),
+ krb5-admin-server,
krb5-sync-tools,
Description: MIT Kerberos Active Directory synchronization plugin
This plugin synchronizes passwords changed via kadmin or kpasswd to a
@@ -44,7 +44,7 @@ Architecture: any
Multi-Arch: foreign
Depends:
libipc-run-perl,
- libnet-remctl-perl (>= 3.4),
+ libnet-remctl-perl,
${misc:Depends},
${perl:Depends},
${shlibs:Depends},