[python-fabio] 21/73: remove changelog

Frédéric-Emmanuel Picca picca at moszumanska.debian.org
Tue Jan 5 11:34:05 UTC 2016


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

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

commit 00716eed8593ab1cf39695949e370276d9b70a35
Author: Jerome Kieffer <jerome.kieffer at terre-adelie.org>
Date:   Tue Oct 29 22:06:53 2013 +0100

    remove changelog
---
 debian/changelog.txt | 53 ----------------------------------------------------
 debian/rules         |  4 ++--
 2 files changed, 2 insertions(+), 55 deletions(-)

diff --git a/debian/changelog.txt b/debian/changelog.txt
deleted file mode 100644
index cecb1b6..0000000
--- a/debian/changelog.txt
+++ /dev/null
@@ -1,53 +0,0 @@
-Changelog
-=========
-
-From FabIO-0.1.2 to FabIO-0.1.3:
-................................
-- Fixed a memory-leak in mar345 module
-- Improved support for bruker format (writer & reader)
-- Fixed a bug in EDF headers (very long headers)
-- Provide template for new file-formats
-- Fix a bug related to PIL in new MacOSX
-- Allow binary-images to be read from end
-
-From FabIO-0.1.1 to FabIO-0.1.2:
-................................
-- Fixed a bug in fabioimage.write (impacted all writers)
-- added Sphinx documentation "python setup.py build_doc"
-- PyLint compliance of some classes (rename, ...)
-- tests from installer with "python setup.py build test"
-
-From FabIO-0.1.0 to FabIO-0.1.1:
-................................
-- Merged Mar345 image reader and writer with cython bindings (towards python3 compliance)
-- Improve CBF image writing under windows
-- Bz2, Gzip and Flat files are managed through a common way ... classes are more (python v2.5) or less (python v2.7) overloaded
-- Fast EDF reading if one assumes offsets are the same between files, same for ROIs
-
-From FabIO-0.0.8 to FabIO-0.1.0:
-................................
-- OXD reader improved and writer implemented
-- Mar345 reader improved and writer implemented
-- CBF writer implemented
-- Clean-up of the code & bug fixes
-- Move towards python3
-- Make PIL optional dependency
-
-Python3 is not yet tested but some blocking points have been identified and some fixed.
-
-From FabIO-0.0.7 to FabIO-0.0.8:
-................................
-- Support for Tiff using TiffIO module from V.A.Solé
-- Clean-up of the code & bug fixes
-
-From FabIO-0.0.6 to FabIO-0.0.7:
-................................
-- Support for multi-frames EDF files
-- Support for XML images/2D arrays used in EDNA
-- new method: fabio.open(filename) that is an alias for fabio.openimage.openimage(filename)
-
-From FabIO-0.0.4 to FabIO-0.0.6:
-................................
-- Support for CBF files from Pilatus detectors
-- Support for KCD files from Nonius Kappa CCD images
-- write EDF with their native data type (instead of uint16 by default)
diff --git a/debian/rules b/debian/rules
index d89efd1..871479b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,8 +3,8 @@
 %:
 	dh $@ --with python2 --buildsystem=python_distutils
 
-override_dh_installchangelogs:
-	dh_installchangelogs changelog.txt
+#override_dh_installchangelogs:
+#	dh_installchangelogs changelog.txt
 
 override_dh_auto_install:
 	dh_numpy

-- 
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