diff options
| author | Michael Biebl <biebl@debian.org> | 2018-06-11 13:25:08 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2018-06-11 13:28:34 +0200 |
| commit | 208096b083cbd183f058f47051e9312d74b58601 (patch) | |
| tree | cb0221a8b16840558dd8e74ec608f71789509742 | |
| parent | 37b318b001ea075beba7fc4306c6a802fdfcd0ca (diff) | |
Drop version requirements when oldstable ships a newer version
| -rw-r--r-- | debian/control | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/debian/control b/debian/control index be979542..8612f4d1 100644 --- a/debian/control +++ b/debian/control @@ -55,9 +55,9 @@ Architecture: linux-any Pre-Depends: ${misc:Pre-Depends} Depends: ${shlibs:Depends}, ${misc:Depends}, - lsb-base (>= 3.2-14), - wpasupplicant (>= 0.7.3-1), - dbus (>= 1.1.2), + lsb-base, + wpasupplicant, + dbus, udev, adduser, libpam-systemd, @@ -67,7 +67,7 @@ Recommends: ppp, iptables, modemmanager, crda, - isc-dhcp-client (>= 4.1.1-P1-4), + isc-dhcp-client, Suggests: libteam-utils Breaks: ${misc:Breaks} Description: network management framework (daemon and userspace tools) |