diff options
author | Otto Kekäläinen <otto@mariadb.org> | 2016-11-26 13:22:10 +0100 |
---|---|---|
committer | Otto Kekäläinen <otto@mariadb.org> | 2016-11-26 22:25:40 +0100 |
commit | b5b68b6bb809624b7cee6464eabb4b633443add0 (patch) | |
tree | 07090c793d21a09f8aec60029c0de951844973b6 /debian/control | |
parent | 3a6e781ea39b67fabf1a528e6a071215a65f50b0 (diff) | |
download | mariadb-git-b5b68b6bb809624b7cee6464eabb4b633443add0.tar.gz |
MDEV-10126: replace deprecated iproute dependency with iproute2
Fall back to old iproute on Debian Wheezy and Ubuntu Precise that
don't have iproute2 available.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index f2beb786aa2..f0654d0b486 100644 --- a/debian/control +++ b/debian/control @@ -349,7 +349,7 @@ Depends: bsdutils, findutils, galera-3 (>=25.3), gawk, - iproute, + iproute2, libdbi-perl, lsb-base (>= 3.0-10), lsof, |