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 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124
|
python-fabio (0.4.0+dfsg-2) unstable; urgency=medium
* debian/rules
* fixed for jessie-backports
-- Picca Frédéric-Emmanuel <picca@debian.org> Thu, 28 Jul 2016 11:33:20 +0200
python-fabio (0.4.0+dfsg-1) unstable; urgency=medium
* Imported Upstream version 0.4.0+dfsg
* New homepage https://github.com/silx-kit/fabio
* debian/control
* Remove Build-Dep: pymca
* debian/patchs
- 0001-fix-the-documentation-build-process.patch (deleted)
+ 0002 -> 0001-fix-upstream-wrong-six-import.patch (refreshed)
-- Picca Frédéric-Emmanuel <picca@debian.org> Wed, 27 Jul 2016 18:31:23 +0200
python-fabio (0.3.0+dfsg-1) unstable; urgency=medium
* Imported Upstream version 0.3.0+dfsg
* debian/patchs
- 0001-fix-the-build-system.patch (removed)
+ 0001-fix-the-documentation-build-process.patch (added)
+ 0002-fix-upstream-wrong-six-import.patch (added)
-- Picca Frédéric-Emmanuel <picca@debian.org> Mon, 04 Jan 2016 11:34:23 +0100
python-fabio (0.2.2+dfsg-3) unstable; urgency=medium
* debian/control
- fix Dependency to deal with backports
(0.2.2+dfsg-2 -> 0.2.2+dfsg-2~)
- remove the circular dependency (Closes: #794153)
(python-fabio only Recommends fabio-viewer)
-- Picca Frédéric-Emmanuel <picca@debian.org> Tue, 29 Sep 2015 10:20:19 +0200
python-fabio (0.2.2+dfsg-2) unstable; urgency=medium
* Add python3 modules and put the scripts into fabio-viewer
-- Picca Frédéric-Emmanuel <picca@debian.org> Mon, 27 Jul 2015 10:03:05 +0200
python-fabio (0.2.2+dfsg-1) unstable; urgency=medium
* Imported Upstream version 0.2.2+dfsg
* Repack in order to exclude third_party modules
* debian/control
- Bump Standard-Versions to 3.9.6 (no change)
- Add Build-Depends: python-six, pymca,
python-sphinxcontrib.programoutput
* debian/patchs
- 0001-fix-the-build-system.patch (added)
* debian/watch
- use the PyPi redirector
-- Picca Frédéric-Emmanuel <picca@debian.org> Wed, 22 Jul 2015 16:13:10 +0200
python-fabio (0.1.4-1) unstable; urgency=medium
* Imported Upstream version 0.1.4 (Closes: #735432, #693121)
* Run all tests during the build (thanks to pybuild)
* debian/control
- Add Build-Depends: dh-python for pybuild
* debian/compat
- switch to compat level 9
* debian/copyright
- updated for 0.1.4 version
* debian/patchs
- deleted (applyed by upstream)
- 0001-forwarded-upstream-cythonize-during-the-build.patch
- 0002-compat_2.5.patch
* debian/rules
- use the pybuild buildsystem
* debian/watch
- use the sourceforge redirector
-- Picca Frédéric-Emmanuel <picca@debian.org> Sat, 05 Apr 2014 09:24:15 +0200
python-fabio (0.1.3-3) unstable; urgency=medium
* fix the FTBFS when sphinxdoc is not installed
-- Picca Frédéric-Emmanuel <picca@debian.org> Wed, 15 Jan 2014 19:32:16 +0100
python-fabio (0.1.3-2) unstable; urgency=medium
[kieffer]
* Fix Lintian remarks
* Correct compatibility with Python 2.5
[picca]
* debian/control
- Bump Standard-Versions to 3.9.5 (no change)
- Add the python-fabio-dbg package
- Add the python-fabio-doc package
- Team maintained under debian-science
- Build-Depends: add cython
* debian/patch
+ 0001-forwarded-upstream-cythonize-during-the-build.patch (new)
-- Picca Frédéric-Emmanuel <picca@debian.org> Fri, 27 Dec 2013 09:46:21 +0100
python-fabio (0.1.3-1) unstable; urgency=low
[kieffer]
* New upstream version (v0.1.3)
[picca]
* debian/control
- use the right python-all-dev version dependencies for dh_python2.
- remove had coded numpy dependencies which are generated by dh_numpy.
- add myself as Uploaders.
- update the homepage add the VCS informations.
-- Picca Frédéric-Emmanuel <picca@debian.org> Sat, 02 Nov 2013 21:40:48 +0100
python-fabio (0.0.8-1) unstable; urgency=low
* Initial release (Closes: #649008)
-- Jerome Kieffer <jerome.kieffer@esrf.fr> Fri, 18 Nov 2011 16:19:20 +0100
|