debian/0000755000000000000000000000000011767514706007204 5ustar debian/source/0000755000000000000000000000000011767514706010504 5ustar debian/source/format0000644000000000000000000000001411767514706011712 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000020311767514706010230 0ustar # Compulsory line, this is a version 3 file version=3 http://code.google.com/p/pyentropy/downloads/list .*pyentropy-(.*)\.tar\.gz debian/changelog0000644000000000000000000000351511767514706011062 0ustar pyentropy (0.4.1-1) unstable; urgency=low * New upstream release - addressed issues fixed in 0.4-1.1 (patch dropped) - addressed failed unittests (Closes: #671961) * Debian package regenerated using git-import-dscs --debsnap to not rely on a fragile git-svn bridge and since now upstream moved over to GIT anyways * debian/control - Boosted policy to 3.9.3 (no changes) - Added epoch 1: to numpy build-depends version * debian/copyright: DEP5 * debian/upstream: to carry the bibliographic reference -- Yaroslav Halchenko Sun, 17 Jun 2012 22:49:08 -0400 pyentropy (0.4-1.2) unstable; urgency=low * Non-maintainer upload (with permission from Yaroslav Halchenko). * Use temporary writable HOME during build. Set override taget for dh_clean and adjust override target for dh_auto_test. Create temporary writable home for build. This fixes FTBFS on buildd setups. (Closes: #664940) -- Salvatore Bonaccorso Sat, 24 Mar 2012 22:11:24 +0100 pyentropy (0.4-1.1) unstable; urgency=low * Non-maintainer upload. * Use multiplication operator rather then deprecated (and eventually removed) matvec method (closes: #625154). -- Jakub Wilk Mon, 15 Aug 2011 14:45:49 +0200 pyentropy (0.4-1) unstable; urgency=low * New upstream release * Switched from cdbs to dh7 * Boosted policy to 3.9.1 (no changes) * Added python-nose and python-scipy into *Depends -- Yaroslav Halchenko Mon, 24 Jan 2011 09:20:14 -0500 pyentropy (0.3-1) unstable; urgency=low * Initial release (Closes: #514754) * Built based on svn revision 41 which corresponds to treeish b1ce1c301cbcfef6bd11263d76b682d210dff877 in the packager's repository -- Yaroslav Halchenko Tue, 10 Feb 2009 15:52:33 -0500 debian/copyright0000644000000000000000000000215511767514706011142 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0 Upstream-Name: pyentropy Source: http://code.google.com/p/pyentropy Files: * Copyright: 2008-2012 Robin Ince License: GPL-2+ Files: debian/* Copyright: 2009-2010, Yaroslav Halchenko License: GPL-2+ License: GPL-2+ 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 package; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA . On Debian systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-2'. debian/rules0000755000000000000000000000034111767514706010262 0ustar #!/usr/bin/make -f BUILDHOME = $(CURDIR)/debian/build %: dh $@ override_dh_clean: dh_clean rm -rf $(BUILDHOME) override_dh_auto_test: mkdir -p $(BUILDHOME) HOME=$(BUILDHOME) PYTHONPATH=$PWD nosetests -v -s pyentropy debian/docs0000644000000000000000000000002011767514706010047 0ustar debian/upstream debian/upstream0000644000000000000000000000076311767514706010775 0ustar Reference: Author: Ince, R. A. A. and Petersen, R. S. and Swan, D. C. and Panzeri, S. Title: Python for Information Theoretic Analysis of Neural Data Journal: Frontiers in Neuroinformatics Year: 2009 Volume: 3 Number: 4 DOI: 10.3389/neuro.11.004.2009 URL: http://www.frontiersin.org/neuroinformatics/10.3389/neuro.11/004.2009/abstract eprint: http://www.frontiersin.org/Journal/DownloadFile.ashx?pdf=1&FileId=%2010529&articleId=%20385&Version=%201&ContentTypeId=15&FileName=%20004_2009.pdf debian/pycompat0000644000000000000000000000000211767514706010753 0ustar 2 debian/control0000644000000000000000000000175411767514706010616 0ustar Source: pyentropy Section: python Priority: extra Maintainer: Yaroslav Halchenko Build-Depends: debhelper (>= 7.0.50~), python-support, python, python-numpy (>= 1:1.3), python-scipy, python-nose Standards-Version: 3.9.3 Homepage: http://code.google.com/p/pyentropy Vcs-Browser: http://git.onerussian.com/?p=deb/pyentropy.git Vcs-git: http://git.onerussian.com/vcs/deb/pyentropy.git Package: python-pyentropy Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python-numpy (>= 1.3) Recommends: python-scipy Suggests: python-nose Provides: ${python:Provides} XB-Python-Version: ${python:Versions} Description: Python module for estimation information theoretic quantities A Python module for estimation of entropy and information theoretic quantities using cutting edge bias correction methods, such as * Panzeri-Treves (PT) * Quadratic Extrapolation (QE) * Nemenman-Shafee-Bialek (NSB) debian/compat0000644000000000000000000000000211767514706010402 0ustar 7