[python-fabio] 05/31: update debian specific stuff 0.0.8 -> 0.1.0
Frédéric-Emmanuel Picca
picca at moszumanska.debian.org
Fri Dec 27 19:05:43 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 70c274c86493eb3717dea2f4a6d0bd22a979ba64
Author: Jerome Kieffer <jerome.kieffer at esrf.fr>
Date: Wed Aug 22 16:44:57 2012 +0200
update debian specific stuff 0.0.8 -> 0.1.0
---
debian/changelog | 6 ++++++
debian/control | 4 ++--
debian/copyright | 37 ++++++++++++++++++++++++++++---------
debian/rules | 3 +++
4 files changed, 39 insertions(+), 11 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index cc03632..3936170 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+python-fabio (0.1.0-1) unstable; urgency=low
+
+ * New upstream release
+
+ -- Jerome Kieffer <jerome.kieffer at esrf.fr> Thu, 19 Jul 2012 11:00:00 +0200
+
python-fabio (0.0.8-1) unstable; urgency=low
* Initial release (Closes: #649008)
diff --git a/debian/control b/debian/control
index a7c632e..53f13d6 100644
--- a/debian/control
+++ b/debian/control
@@ -3,12 +3,12 @@ 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
+Standards-Version: 3.9.3
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
+Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}, python-imaging
Recommends: python-numpy-ext, python-matplotlib
XS-Python-Version: >= 2.5
Suggests: pymca
diff --git a/debian/copyright b/debian/copyright
index c412ed9..1fcee9f 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -4,23 +4,42 @@ 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
+ Center for Fundamental Research: Metal Structures in Four Dimensions
+ Risoe National Laboratory
+ Frederiksborgvej 399
+ DK-4000 Roskilde
+ email:erik.knudsen at risoe.dk
+ 2009-2012 Jonathan P. Wright, Jerome Kieffer and Gael Goret
+ European Synchrotron Radiation Facility
+ 6 rue Jules Horowitz
+ 38000 Grenoble, France
License: GPL-2.0+
Files: fabio/cbfimage.py
fabio/tifimage.py
fabio/xsdimage.py
- src/byte_offset.pyx
-Copyright: 2011 European Synchrotron Radiation Facility
+ src/byte_offset.*
+Copyright: 2011 Jerome Kieffer
+ European Synchrotron Radiation Facility
License: GPL-3.0+
+Files: src/ccp4_pack
+Copyright: 1995 Jan Pieter Abrahams
+ MRC Cambridge (UK)
+ 2007-2009 Henning O. Sorensen & Erik Knudsen
+ Risoe National Laboratory (DK)
+ 2012 Jerome Kieffer and Gael Goret
+ European Synchrotron Radiation Facility (FR)
+License: LGPL-3.0+
+
+Files: src/mar345_IO.*
+Copyright: 2012 Jerome Kieffer and Gael Goret
+ European Synchrotron Radiation Facility
+License: LGPL-3.0+
+
Files: fabio/TiffIO.py
-Copyright: 2011 European Synchrotron Radiation Facility
+Copyright: 2011 V. Armando Sole
+ European Synchrotron Radiation Facility
License: LGPL-2.0+
Files: test/utilstest.py
diff --git a/debian/rules b/debian/rules
index bcebae9..c5d4c0a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,4 +3,7 @@
%:
dh $@ --with python2 --buildsystem=python_distutils
+override_dh_auto_install:
+ dh_numpy
+ dh_auto_install
--
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