diff options
Diffstat (limited to 'debian/control.xsane')
-rw-r--r-- | debian/control.xsane | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/debian/control.xsane b/debian/control.xsane new file mode 100644 index 0000000..6484cc5 --- /dev/null +++ b/debian/control.xsane @@ -0,0 +1,27 @@ +Source: xsane +Section: graphics +Priority: optional +Maintainer: Kevin Dalley <kevind@rahul.net> +Standards-Version: 3.0.0 +Build-Depends: libgimp1.2-dev (>= 1.2.0), libglib1.2-dev (>= 1.2.0), libgtk1.2-dev (>= 1.2.10-4), libjpeg62-dev, libpng-dev, libsane-dev (>= 1.0.7), libtiff3g-dev, libusb-dev, xlibs-dev (>= 4.0.1-11), zlib1g-dev (>= 1:1.1.3) + +Package: xsane +Section: graphics +Architecture: any +Depends: ${shlibs:Depends} +Suggests: gimp1.2, hylafax-client | mgetty-fax, gv +Conflicts: xsane-gimp1.1 +Description: a gtk based X11 frontend for SANE (Scanner Access Now Easy) + 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 is open to everybody. The + current source code is written for UNIX (including Linux) and is + available under the GNU public license (commercial application and + backends are welcome, too, however). + . + xsane can be run as a stand-alone program or through the GIMP image + manipulation program. In stand-alone mode, xsane can save an image + to a file in a variety of image formats, or serve as a frontend to a + fax program, or send an image to a printer. |