[python-fabio] 02/31: Imported Debian patch 0.0.8-1

Frédéric-Emmanuel Picca picca at moszumanska.debian.org
Fri Dec 27 19:05:42 UTC 2013


This is an automated email from the git hooks/post-receive script.

picca pushed a commit to branch master
in repository python-fabio.

commit 465bb24fa6b8779533433ccc8bc196b118e0951d
Author: Jerome Kieffer <jerome.kieffer at esrf.fr>
Date:   Fri Nov 18 16:19:20 2011 +0100

    Imported Debian patch 0.0.8-1
---
 debian/changelog     |   5 ++
 debian/compat        |   1 +
 debian/control       |  22 +++++++++
 debian/copyright     | 127 +++++++++++++++++++++++++++++++++++++++++++++++++++
 debian/rules         |   6 +++
 debian/source/format |   1 +
 6 files changed, 162 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..cc03632
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+python-fabio (0.0.8-1) unstable; urgency=low
+
+  * Initial release (Closes: #649008)  
+
+ -- Jerome Kieffer <jerome.kieffer at esrf.fr>  Fri, 18 Nov 2011 16:19:20 +0100
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..45a4fb7
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+8
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..a7c632e
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,22 @@
+Source: python-fabio
+Maintainer: Jerome Kieffer <jerome.kieffer at esrf.fr>
+Section: python 
+Priority: optional
+Build-Depends: python-setuptools, python-all-dev (>= 2.5), debhelper (>= 8), python-numpy
+Standards-Version: 3.9.2
+Homepage: http://sourceforge.net/projects/fable/files/fabio/0.0.8/
+
+Package: python-fabio
+Architecture: any
+Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}, python-imaging, python-numpy
+Recommends: python-numpy-ext, python-matplotlib
+XS-Python-Version: >= 2.5
+Suggests: pymca
+Description: I/O library for images produced by 2D X-ray detector
+ 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 companies
+ (including Mar, Dectris, ADSC, Hamamatsu, Oxford, ...), for a total of
+ 20 different file formats (like CBF, EDF, TIFF, ...) and offers an unified
+ interface to their headers (as a python dictionary) and datasets (as a
+ numpy ndarray of integers or floats)
+
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..c412ed9
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,127 @@
+Format: http://dep.debian.net/deps/dep5
+Upstream-Name: fabio
+Source: http://sourceforge.net/projects/fable/files/fabio/0.0.8/
+
+Files: *
+Copyright: 2007-2009 Henning O. Sorensen & Erik Knudsen
+           Center for Fundamental Research: Metal Structures in Four Dimensions
+           Risoe National Laboratory
+           Frederiksborgvej 399
+           DK-4000 Roskilde
+           email:erik.knudsen at risoe.dk
+           2009-2011  European Synchrotron Radiation Facility
+License: GPL-2.0+
+
+Files: fabio/cbfimage.py 
+       fabio/tifimage.py
+       fabio/xsdimage.py
+       src/byte_offset.pyx
+Copyright: 2011 European Synchrotron Radiation Facility
+License: GPL-3.0+
+
+Files: fabio/TiffIO.py
+Copyright: 2011 European Synchrotron Radiation Facility
+License: LGPL-2.0+
+
+Files: test/utilstest.py
+Copyright: 2011 European Synchrotron Radiation Facility
+License: LGPL-3.0+
+
+Files: debian/*
+Copyright: 2011 Jerome Kieffer <jerome.kieffer at esrf.fr>
+License: GPL-2.0+
+
+License: GPL-2.0+
+ This package is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+ .
+ This package is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ GNU General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
+
+License: GPL-3.0+
+ This package is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
+ .
+ This package is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ GNU General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License version 3 can be found in "/usr/share/common-licenses/GPL-3".
+
+License: LGPL-2.0+
+ This package is free software; you can redistribute it and/or modify
+ it under the terms of the GNU Lesser General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+ .
+ This package is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ GNU General Public License for more details.
+ .
+ You should have received a copy of the GNU Lesser General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>
+ .
+ On Debian systems, the complete text of the GNU Lesser General
+ Public License version 2 can be found in "/usr/share/common-licenses/LGPL-2".
+
+License: LGPL-3.0+
+ This package is free software; you can redistribute it and/or modify
+ it under the terms of the GNU Lesser General Public License as published by
+ the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
+ .
+ This package is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ GNU General Public License for more details.
+ .
+ You should have received a copy of the GNU Lesser General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>
+ .
+ On Debian systems, the complete text of the GNU Lesser General
+ Public License version 3 can be found in "/usr/share/common-licenses/LGPL-3".
+
+Files: src/stdint.h
+Copyright: 22006-2008 Alexander Chemeris
+License: BSD     
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are met:
+ . 
+ 1. Redistributions of source code must retain the above copyright notice,
+    this list of conditions and the following disclaimer.
+ .
+ 2. Redistributions in binary form must reproduce the above copyright
+    notice, this list of conditions and the following disclaimer in the
+    documentation and/or other materials provided with the distribution.
+ .
+ 3. The name of the author may be used to endorse or promote products
+    derived from this software without specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED
+ WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+ MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
+ EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
+ PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
+ OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, 
+ WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
+ OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
+ ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..bcebae9
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,6 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@ --with python2 --buildsystem=python_distutils
+
+
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/python-fabio.git



More information about the debian-science-commits mailing list