diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2014-12-04 19:57:41 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2014-12-04 19:57:41 +0100 |
commit | 9f01cda55d519406248fc095667442575b7329f0 (patch) | |
tree | 9533f890cd86b5f1dd612f3ae3c9a5becbdb080a /debian/control | |
parent | 9d7b3dd818adbeb80fb7274e01be3a2e49f10f4e (diff) |
Many work to make DebSrc3 fit
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 46 |
1 files changed, 41 insertions, 5 deletions
diff --git a/debian/control b/debian/control index b6c7ba5..cc3c222 100644 --- a/debian/control +++ b/debian/control @@ -1,14 +1,23 @@ Source: sane-frontends Section: graphics Priority: optional -Maintainer: Julien BLACHE <jblache@debian.org> -Standards-Version: 3.8.3 -Build-Depends: debhelper (>= 5), dpatch, libgimp2.0-dev (>= 2.0.0), libgtk2.0-dev, libsane-dev (>= 1.0.11-3), autotools-dev +Maintainer: Jörg Frings-Fürst <debian@jff-webhosting.net> +Standards-Version: 3.9.6 +Build-Depends: + autotools-dev, + debhelper (>= 9), + libgimp2.0-dev (>= 2.0.0), + libgtk2.0-dev, + libsane-dev (>= 1.0.11-3), +Homepage: http://www.sane-project.org +Vcs-Git: git://anonscm.debian.org/collab-maint/sane-frontends.git +Vcs-Browser: http://anonscm.debian.org/cgit/collab-maint/sane-frontends.git Package: sane -Section: graphics Architecture: any -Depends: ${shlibs:Depends} +Depends: + ${misc:Depends}, + ${shlibs:Depends} Suggests: gimp Description: scanner graphical frontends This package includes : @@ -27,3 +36,30 @@ Description: scanner graphical frontends operating systems, including GNU/Linux, OS/2, Win32 and various Unices and is available under the GNU General Public License (commercial applications and backends are welcome, too, however). + +Package: sane-dbg +Section: debug +Priority: extra +Architecture: any +Depends: + ${misc:Depends}, + sane (= ${binary:Version}) +Description: scanner graphical frontends (debug symbols) + This package includes : + o xscanimage, a scanner graphical frontend with GIMP 2.0 support + o scanadf, a command-line frontend for scanners with Automatic Document Feeder + o xcam, for acquiring images continuously from cameras. + . + An alternative to xscanimage called xsane is packaged separately. + . + The scanner frontends use SANE. SANE stands for "Scanner Access Now + Easy" and is an application programming interface (API) that provides + standardized access to any raster image scanner hardware (flatbed + scanner, hand-held scanner, video- and still-cameras, frame-grabbers, + etc.). The SANE standard is free and its discussion and development are + open to everybody. The current source code is written to support several + operating systems, including GNU/Linux, OS/2, Win32 and various Unices + and is available under the GNU General Public License (commercial + applications and backends are welcome, too, however). + . + This package contains the debugging symbols for the SANE frontends. |