diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2015-08-30 12:57:34 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2015-08-30 12:57:34 +0200 |
commit | 2bb259411d65273ae6eabe9c56b4861d8f05d24f (patch) | |
tree | ca781ce87afa5ab1748cfb4d549e025ecd6013c1 /debian | |
parent | 2478f1a40a8fbe42bdccf060c06765cd0b94db66 (diff) |
Disable snmp
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 3 | ||||
-rw-r--r-- | debian/control | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 91b0132..f8f6b02 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,9 @@ sane-backends (1.0.24-14) UNRELEASED; urgency=medium * debian/TROUBLESHOOTING.Debian: - Add section if device file system does not support ACLs (Closes: #789593). + * debian/control: + - To prevent error messages at startup disable snmp through + remove libsnmp-dev from Build-Depends (Closes: #787567). -- Jörg Frings-Fürst <debian@jff-webhosting.net> Sun, 28 Jun 2015 10:12:36 +0200 diff --git a/debian/control b/debian/control index 847b503..bc72cc7 100644 --- a/debian/control +++ b/debian/control @@ -18,7 +18,6 @@ Build-Depends: libieee1284-3-dev [!hurd-i386], libjpeg-dev, libltdl3-dev, - libsnmp-dev, libsystemd-dev [linux-any], libtiff-dev, libusb-1.0-0-dev [!hurd-i386], |