1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83
|
Source: pillow-sane
Section: python
Priority: optional
Maintainer: Matthias Klose <doko@debian.org>
Build-Depends: debhelper (>= 9), dpkg-dev (>= 1.16.1~),
dh-python,
python2.7-dev (>= 2.7.8-4),
python-all-dev, python-all-dbg, python-setuptools,
python3-all-dev, python3-all-dbg, python3-setuptools,
libsane-dev,
python-pil (>= 2.7), python-pil-dbg (>= 2.7),
python3-pil (>= 2.7), python3-pil-dbg (>= 2.7),
python-numpy, python-numpy-dbg,
python3-numpy, python3-numpy-dbg
Build-Conflicts: python-cffi, python3-cffi
Standards-Version: 3.9.8
Homepage: http://python-pillow.github.io/
XS-Testsuite: autopkgtest
Package: python-sane
Architecture: any
Multi-Arch: same
Depends: python-pil (>= 2.7.0), ${python:Depends},
${shlibs:Depends}, ${misc:Depends}
Recommends: python-tk (>= 2.5.2-1.1)
Suggests: python-pil-doc, python-sane-dbg
Provides: ${python:Provides}, python-imaging-sane
Breaks: python-imaging-sane (<< 1.1.7+2.0.0-1.1)
Replaces: python-imaging-sane (<< 1.1.7+2.0.0-1.1)
Description: Python Imaging Library - SANE interface (Pillow fork)
The imaging-sane module is a Python interface to the SANE (Scanner
Access is Now Easy) library, which provides access to various raster
scanning devices such as flatbed scanners and digital cameras.
Package: python-sane-dbg
Section: debug
Priority: extra
Architecture: any
Multi-Arch: same
Depends: python-sane (= ${binary:Version}),
python-pil-dbg (>= 2.7.0),
python-dbg, ${shlibs:Depends}, ${misc:Depends}
Provides: python-imaging-sane-dbg
Breaks: python-imaging-sane-dbg (<< 1.1.7+2.0.0-1.1)
Replaces: python-imaging-sane-dbg (<< 1.1.7+2.0.0-1.1)
Description: Python Imaging Library - SANE interface (debug extension)
The imaging-sane module is a Python interface to the SANE (Scanner
Access is Now Easy) library, which provides access to various raster
scanning devices such as flatbed scanners and digital cameras.
.
This package contains the extension built for the Python debug interpreter.
Package: python3-sane
Architecture: any
Multi-Arch: same
Depends: python3-pil (>= 2.7.0), ${python3:Depends},
${shlibs:Depends}, ${misc:Depends}
Recommends: python3-tk (>= 2.5.2-1.1)
Suggests: python-pil-doc, python3-sane-dbg
Provides: ${python3:Provides}
Breaks: python3-imaging-sane (<< 1.1.7+2.0.0-1.1)
Replaces: python3-imaging-sane (<< 1.1.7+2.0.0-1.1)
Description: Python Imaging Library - SANE interface (Python3)
The imaging-sane module is a Python interface to the SANE (Scanner
Access is Now Easy) library, which provides access to various raster
scanning devices such as flatbed scanners and digital cameras.
Package: python3-sane-dbg
Section: debug
Priority: extra
Architecture: any
Multi-Arch: same
Depends: python3-sane (= ${binary:Version}),
python3-pil-dbg (>= 2.7.0),
python3-dbg, ${shlibs:Depends}, ${misc:Depends}
Breaks: python3-imaging-sane-dbg (<< 1.1.7+2.0.0-1.1)
Replaces: python3-imaging-sane-dbg (<< 1.1.7+2.0.0-1.1)
Description: Python Imaging Library - SANE interface (Python3 debug extension)
The imaging-sane module is a Python interface to the SANE (Scanner
Access is Now Easy) library, which provides access to various raster
scanning devices such as flatbed scanners and digital cameras.
.
This package contains the extension built for the Python debug interpreter.
|