diff options
| author | Michael Biebl <biebl@debian.org> | 2018-06-17 23:01:01 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2018-06-17 23:10:30 +0200 |
| commit | 187fbc01ce44689a4c699aa0b1ff4cadcae13e61 (patch) | |
| tree | d4ae3c0902d243e1692bfb901f79c6a3d50d7798 | |
| parent | 462ab87db69d9c0232f5fb8f2586206a36be8b4f (diff) | |
Drop libnl3 build dependency
Upstream has copied the code directly from libnl3 for the few functions it needs with a few small modifications.
| -rw-r--r-- | debian/control | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/debian/control b/debian/control index 8612f4d1..902230e8 100644 --- a/debian/control +++ b/debian/control @@ -12,9 +12,6 @@ Build-Depends: debhelper (>= 10.3), intltool, libiw-dev(>= 27+28pre9), libglib2.0-dev (>= 2.32), - libnl-3-dev (>= 3.2.8), - libnl-route-3-dev (>= 3.2.8), - libnl-genl-3-dev (>= 3.2.8), ppp-dev (>= 2.4.7-1+1), libpolkit-gobject-1-dev, libpolkit-agent-1-dev (>= 0.97), |