diff -Nru pytables-3.2.2/debian/changelog pytables-3.2.2/debian/changelog --- pytables-3.2.2/debian/changelog 2016-03-25 04:31:53.000000000 +0000 +++ pytables-3.2.2/debian/changelog 2016-03-27 08:22:49.000000000 +0000 @@ -1,16 +1,21 @@ -pytables (3.2.2-1ubuntu1) xenial; urgency=medium +pytables (3.2.2-2) unstable; urgency=medium - * debian/patches/fix-issue532.patch: Fixes segfault when creating - Index objects. Thanks to Diane Trout . Closes: - #818501. + * debian/patches + - new 0005-fix-index-inheritance-order.patch to fix the + inheritance order of the Index class (Closes: #818501) + * debian/copyright + - use unambiguous license naae (expat nstead of MIT) + - fix LZ4 source code URL + * debian/control + - standard version bumped to 3.9.7 (no change required) + - fix VCS URL + - remove not necessary version numbers from build dependency + specification + * debian/patches + - improved formatting of 0003-Never-use-the-msse2-flag-explicitly.patch + * Fix typos in manpages - -- Steve Langasek Thu, 24 Mar 2016 21:31:45 -0700 - -pytables (3.2.2-1build1) xenial; urgency=medium - - * No-change rebuild to drop python3.4 support. - - -- Matthias Klose Tue, 19 Jan 2016 11:45:40 +0000 + -- Antonio Valentino Sun, 27 Mar 2016 08:22:15 +0000 pytables (3.2.2-1) unstable; urgency=medium diff -Nru pytables-3.2.2/debian/control pytables-3.2.2/debian/control --- pytables-3.2.2/debian/control 2016-03-25 04:32:06.000000000 +0000 +++ pytables-3.2.2/debian/control 2016-03-27 08:22:49.000000000 +0000 @@ -1,6 +1,5 @@ Source: pytables -Maintainer: Ubuntu Developers -XSBC-Original-Maintainer: Debian Science Maintainers +Maintainer: Debian Science Maintainers Uploaders: Antonio Valentino , Yaroslav Halchenko Section: python @@ -24,7 +23,7 @@ python-numexpr-dbg, python3-numexpr, python3-numexpr-dbg, - cython (>= 0.14), + cython, cython-dbg, cython3, cython3-dbg, @@ -33,14 +32,14 @@ liblz4-dev (>= 0.0~r122), libsnappy-dev, libbz2-dev, - python-sphinx (>= 1.0.7+dfsg), + python-sphinx, texlive-latex-recommended, texlive-latex-extra, texlive-fonts-recommended, libjs-jquery-cookie -Standards-Version: 3.9.6 +Standards-Version: 3.9.7 Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/pytables.git -Vcs-Git: git://anonscm.debian.org/debian-science/packages/pytables.git +Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/pytables.git Homepage: http://www.pytables.org X-Python-Version: >= 2.6 X-Python3-Version: >= 3.2 diff -Nru pytables-3.2.2/debian/copyright pytables-3.2.2/debian/copyright --- pytables-3.2.2/debian/copyright 2015-10-03 16:34:01.000000000 +0000 +++ pytables-3.2.2/debian/copyright 2016-03-27 08:22:49.000000000 +0000 @@ -41,9 +41,9 @@ Files: c-blosc/* Copyright: 2009-2012 Francesc Alted 2013 Francesc Alted -License: MIT +License: Expat -License: MIT +License: Expat Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation @@ -64,12 +64,12 @@ Files: c-blosc/blosc/win32/pthread.* Copyright: 2009 Andrzej K. Haczewski -License: MIT +License: Expat Files: c-blosc/blosc/blosclz.h c-blosc/blosc/blosclz.c Copyright: 2005-2007 Ariya Hidayat 2009-2010 Francesc Alted -License: MIT +License: Expat Files: c-blosc/blosc/win32/stdint-windows.h Copyright: 2006-2013 Alexander Chemeris @@ -164,7 +164,7 @@ Files: doc/source/_theme/cloud/static/jquery.cookie.js Copyright: 2010 Klaus Hartl (stilbuero.de) -License: MIT +License: Expat Files: doc/source/_theme/cloud/static/*.png Copyright: 2005-2009 Tango Desktop Project @@ -228,7 +228,7 @@ . You can contact the author at : - LZ4 homepage : http://fastcompression.blogspot.com/p/lz4.html - - LZ4 source repository : http://code.google.com/p/lz4/ + - LZ4 source repository : https://github.com/Cyan4973/lz4 Files: c-blosc/internal-complibs/snappy-1.1.1/* Copyright: 2005 Google Inc. diff -Nru pytables-3.2.2/debian/nctoh5.1 pytables-3.2.2/debian/nctoh5.1 --- pytables-3.2.2/debian/nctoh5.1 2015-10-03 16:34:01.000000000 +0000 +++ pytables-3.2.2/debian/nctoh5.1 2016-03-27 08:22:49.000000000 +0000 @@ -43,7 +43,7 @@ Show more information. .TP .B \-o -Overwite destination file. +Overwrite destination file. .TP .BI \-\-complevel=(0-9) Sets a compression level (0 for no compression, which is the default). diff -Nru pytables-3.2.2/debian/patches/0003-Never-use-the-msse2-flag-explicitly.patch pytables-3.2.2/debian/patches/0003-Never-use-the-msse2-flag-explicitly.patch --- pytables-3.2.2/debian/patches/0003-Never-use-the-msse2-flag-explicitly.patch 2015-10-03 16:34:01.000000000 +0000 +++ pytables-3.2.2/debian/patches/0003-Never-use-the-msse2-flag-explicitly.patch 2016-03-27 08:22:49.000000000 +0000 @@ -1,5 +1,4 @@ -From: Debian Science Maintainers - +From: Debian Science Maintainers Date: Sat, 25 Jul 2015 17:50:31 +0000 Subject: Never-use-the-msse2-flag-explicitly diff -Nru pytables-3.2.2/debian/patches/0005-fix-index-inheritance-order.patch pytables-3.2.2/debian/patches/0005-fix-index-inheritance-order.patch --- pytables-3.2.2/debian/patches/0005-fix-index-inheritance-order.patch 1970-01-01 00:00:00.000000000 +0000 +++ pytables-3.2.2/debian/patches/0005-fix-index-inheritance-order.patch 2016-03-27 08:22:49.000000000 +0000 @@ -0,0 +1,21 @@ +From: Antonio Valentino +Date: Sat, 26 Mar 2016 08:51:43 +0100 +Subject: fix index inheritance order + +--- + tables/index.py | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/tables/index.py b/tables/index.py +index 712f773..2b07f77 100644 +--- a/tables/index.py ++++ b/tables/index.py +@@ -105,7 +105,7 @@ def _table_column_pathname_of_index(indexpathname): + _tableColumnPathnameOfIndex = previous_api(_table_column_pathname_of_index) + + +-class Index(NotLoggedMixin, indexesextension.Index, Group): ++class Index(NotLoggedMixin, Group, indexesextension.Index): + """Represents the index of a column in a table. + + This class is used to keep the indexing information for columns in a Table diff -Nru pytables-3.2.2/debian/patches/0006-fix-typo-in-hdf5extension.pyx.patch pytables-3.2.2/debian/patches/0006-fix-typo-in-hdf5extension.pyx.patch --- pytables-3.2.2/debian/patches/0006-fix-typo-in-hdf5extension.pyx.patch 1970-01-01 00:00:00.000000000 +0000 +++ pytables-3.2.2/debian/patches/0006-fix-typo-in-hdf5extension.pyx.patch 2016-03-27 08:22:49.000000000 +0000 @@ -0,0 +1,21 @@ +From: Antonio Valentino +Date: Sat, 26 Mar 2016 18:12:16 +0000 +Subject: fix typo in hdf5extension.pyx + +--- + tables/hdf5extension.pyx | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/tables/hdf5extension.pyx b/tables/hdf5extension.pyx +index 85c916c..28371b3 100644 +--- a/tables/hdf5extension.pyx ++++ b/tables/hdf5extension.pyx +@@ -356,7 +356,7 @@ cdef class File: + elif not PyBytes_Check(image): + raise TypeError("The DRIVER_CORE_IMAGE must be a string of bytes") + elif not H5_HAVE_IMAGE_FILE: +- raise RuntimeError("Support for image files is only availabe in " ++ raise RuntimeError("Support for image files is only available in " + "HDF5 >= 1.8.9") + + # After the following check we can be quite sure diff -Nru pytables-3.2.2/debian/patches/fix-issue532.patch pytables-3.2.2/debian/patches/fix-issue532.patch --- pytables-3.2.2/debian/patches/fix-issue532.patch 2016-03-25 04:30:29.000000000 +0000 +++ pytables-3.2.2/debian/patches/fix-issue532.patch 1970-01-01 00:00:00.000000000 +0000 @@ -1,19 +0,0 @@ -Author: Diane Trout -Bug: https://github.com/PyTables/PyTables/issues/532 -Bug-Debian: http://bugs.debian.org/818501 -Forwarded: https://github.com/PyTables/PyTables/pull/533 -Description: Fixes segfault when creating Index objects - A number of unit tests failed with segfaults due to - tables.index.Index not being initialized correctly. -=================================================================== ---- pytables-3.2.2.orig/tables/index.py -+++ pytables-3.2.2/tables/index.py -@@ -105,7 +105,7 @@ def _table_column_pathname_of_index(inde - _tableColumnPathnameOfIndex = previous_api(_table_column_pathname_of_index) - - --class Index(NotLoggedMixin, indexesextension.Index, Group): -+class Index(NotLoggedMixin, Group, indexesextension.Index): - """Represents the index of a column in a table. - - This class is used to keep the indexing information for columns in a Table diff -Nru pytables-3.2.2/debian/patches/series pytables-3.2.2/debian/patches/series --- pytables-3.2.2/debian/patches/series 2016-03-25 04:29:59.000000000 +0000 +++ pytables-3.2.2/debian/patches/series 2016-03-27 08:22:49.000000000 +0000 @@ -2,4 +2,5 @@ 0002-Use-system-compression-libs.patch 0003-Never-use-the-msse2-flag-explicitly.patch 0004-Do-not-fetch-icons-for-external-web-sites.patch -fix-issue532.patch +0005-fix-index-inheritance-order.patch +0006-fix-typo-in-hdf5extension.pyx.patch diff -Nru pytables-3.2.2/debian/ptdump.1 pytables-3.2.2/debian/ptdump.1 --- pytables-3.2.2/debian/ptdump.1 2015-10-03 16:34:01.000000000 +0000 +++ pytables-3.2.2/debian/ptdump.1 2016-03-27 08:22:49.000000000 +0000 @@ -16,7 +16,7 @@ .\" .sp insert n+1 empty lines .\" for manpage-specific macros, see man(7) .SH NAME -ptdump \- Let's you dig into the contents of a \fIPyTables\fR file. +ptdump \- Lets you dig into the contents of a \fIPyTables\fR file. .SH SYNOPSIS .B ptdump .RB [\| \-dvacih \|] diff -Nru pytables-3.2.2/debian/ptrepack.1 pytables-3.2.2/debian/ptrepack.1 --- pytables-3.2.2/debian/ptrepack.1 2015-10-03 16:34:01.000000000 +0000 +++ pytables-3.2.2/debian/ptrepack.1 2016-03-27 08:22:49.000000000 +0000 @@ -50,7 +50,7 @@ Show more information. .TP .B \-o -Overwite destination file. +Overwrite destination file. .TP .BI \-R\ RANGE Select a RANGE of rows in the form \fIstart,stop,step\fR during the copy of