diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2018-04-02 14:22:54 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2018-04-02 14:22:54 +0200 |
commit | e70ec049b0bf91c9a22d4b3108362dbebff7425b (patch) | |
tree | 07bce66a2cac8bf265edd3caf97d895023bb2594 | |
parent | 5b99cb5c6cbd7b6c36bfa0fe2355bd3cbda92243 (diff) |
Add libsnmp-dev to Build-Depends to enable SNMP support
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/control | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index ec0f7f0..3e11002 100644 --- a/debian/changelog +++ b/debian/changelog @@ -23,6 +23,8 @@ sane-backends (1.0.27-1~experimental4) UNRELEASED; urgency=medium (Closes: #880391) * debian/libsane1.README.Debian: - Replace ConsoleKit with ConsoleKit/systemd-logind (Closes: #872364). + * debian/control: + - Add libsnmp-dev to Build-Depends to enable SNMP support. -- Jörg Frings-Fürst <debian@jff.email> Sun, 12 Nov 2017 13:59:10 +0100 diff --git a/debian/control b/debian/control index ab59aec..c1d95f0 100644 --- a/debian/control +++ b/debian/control @@ -15,6 +15,7 @@ Build-Depends: libieee1284-3-dev [!hurd-i386], libjpeg-dev, libltdl3-dev, + libsnmp-dev, libsystemd-dev [linux-any], libtiff-dev, libusb-1.0-0-dev, |