diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2015-01-18 19:36:19 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2015-01-18 19:36:19 +0100 |
commit | 92e4a7996dd44432053d380db4835dfd492b300a (patch) | |
tree | e10b06143315a1536d49be4c97cd591f370604d1 /debian/control | |
parent | e8caf943d5b1cf76821c2e428e964a8030c0da98 (diff) |
Set Depends to libgphoto2-dev, remove Suggests hpoj
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control index e01cd80..1ea0616 100644 --- a/debian/control +++ b/debian/control @@ -86,7 +86,7 @@ Depends: ${misc:Depends}, ${shlibs:Depends} Recommends: libsane-extras, sane-utils (>= ${binary:Version}) -Suggests: avahi-daemon, hplip, hpoj +Suggests: avahi-daemon, hplip Replaces: libsane-extras (<< 1.0.18.14) Description: API library for scanners SANE stands for "Scanner Access Now Easy" and is an application @@ -112,7 +112,7 @@ Architecture: any Depends: libavahi-client-dev, libcam-dev [kfreebsd-any], - libgphoto2-2-dev, + libgphoto2-dev, libieee1284-3-dev [!hurd-i386], libjpeg-dev, libsane (= ${binary:Version}), |