diff options
-rw-r--r-- | debian/changelog | 4 | ||||
-rw-r--r-- | debian/control | 2 | ||||
-rwxr-xr-x | debian/rules | 1 |
3 files changed, 6 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index d504863..c983c76 100644 --- a/debian/changelog +++ b/debian/changelog @@ -19,12 +19,16 @@ sane-backends (1.0.24-10) unstable; urgency=high + libsane-dev: libsane-extras-dev (<< 1.0.18.14) + libsane-dbg: libsane-extras-dbg (<< 1.0.18.14) - Remove "libv4l-dev [linux-any]" from Build-Depends and Depends. + - To enable net snmp add libsnmp-dev to Build-Depends. + - To autodetect network scanners in kodakaio add libcups2-dev + to Build-Depends. * debian/rules: - Enable pnm backend for testing. - Remove override_dh_builddeb because compression xz is now standard. - Add configure parameter --without-vl4 to disable v4l backend: + The backend was written for the kernel 2.4 and v4l, now we are at kernel 3.16 and v4l2 (Closes: #446015). + - Remove configure parameter -with-snmp=no to enable net snmp. * debian/saned@.service: - Remove Alias from [Install] Section (Closes: #778268). * sane-utils.[postinst|postrm]: diff --git a/debian/control b/debian/control index a1a5933..577f5d6 100644 --- a/debian/control +++ b/debian/control @@ -12,10 +12,12 @@ Build-Depends: gettext, libavahi-client-dev, libcam-dev [kfreebsd-any], + libcups2-dev, libgphoto2-dev, libieee1284-3-dev [!hurd-i386], libjpeg-dev, libltdl3-dev, + libsnmp-dev, libsystemd-dev [linux-any], libtiff-dev, libusb-1.0-0-dev [!hurd-i386], diff --git a/debian/rules b/debian/rules index e2221ad..062c99d 100755 --- a/debian/rules +++ b/debian/rules @@ -41,7 +41,6 @@ override_dh_auto_configure: --datadir=\$${prefix}/share \ --mandir=\$${prefix}/share/man \ --with-docdir=\$${prefix}/share/doc/libsane \ - --with-snmp=no \ --disable-locking \ --enable-static \ --enable-pthread \ |