Skip to content

Commit

Permalink
fix debian8 packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
kif committed Oct 25, 2018
1 parent f5d0cc5 commit cc966eb
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions package/debian8/control
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Source: python-fabio
Source: fabio
Maintainer: Debian Science Maintainers <[email protected]>
Uploaders: Jerome Kieffer <[email protected]>,
Picca Frédéric-Emmanuel <[email protected]>
Expand All @@ -10,7 +10,6 @@ Build-Depends: cython,
cython3-dbg,
debhelper ,
dh-python,
pymca,
python-all-dev,
python-all-dbg,
python-imaging,
Expand Down Expand Up @@ -62,13 +61,12 @@ Section: python
Depends: ${misc:Depends},
${python:Depends},
${shlibs:Depends},
pymca,
python-six
Recommends: fabio-bin,
fabio-convert,
python-imaging,
python-lxml,
python-matplotlib
python-matplotlib,
python-h5py
Suggests: pyfai,
python-fabio-doc
Description: I/O library for images produced by 2D X-ray detector - Python2
Expand All @@ -92,6 +90,7 @@ Recommends: python-dbg,
python-imaging-dbg,
python-lxml-dbg,
python-matplotlib-dbg
python-h5py-dbg
Description: I/O library for images produced by 2D X-ray detector - Python2 debug
FabIO is an I/O library for images produced by 2D X-ray detectors and
written in Python. FabIO support images detectors from a dozen of
Expand All @@ -109,11 +108,11 @@ Section: python
Depends: ${misc:Depends},
${python3:Depends},
${shlibs:Depends},
pymca,
python3-six
Recommends: python3-lxml,
python3-matplotlib,
python3-pil
python3-pil,
python3-h5py
Suggests: pyfai,
python-fabio-doc
Description: I/O library for images produced by 2D X-ray detector - Python3
Expand All @@ -136,7 +135,8 @@ Depends: ${misc:Depends},
Recommends: python3-dbg,
python3-lxml-dbg,
python3-matplotlib-dbg,
python3-pil-dbg
python3-pil-dbg,
python3-h5py
Description: I/O library for images produced by 2D X-ray detector - Python3 debug
FabIO is an I/O library for images produced by 2D X-ray detectors and
written in Python. FabIO support images detectors from a dozen of
Expand Down

0 comments on commit cc966eb

Please sign in to comment.