debian/0000755000000000000000000000000012000202225007147 5ustar debian/changelog0000644000000000000000000000302412000202022011013 0ustar python-csa (0.1.0-1.1) unstable; urgency=low * Non-maintainer upload. * Redo last NMU that maintainer overwrote: - Add python-tk to build-depends to fix FTBFS (Closes: #595848) and to depends to it will run - Remove failing override of dh_auto_test (because test_csa.py is no longer shipped) * Set MPLCONFIGDIR to debiam/temp in debian/rules so that the directory location is writeable when built on a buildd and then remove on clean (Closes: #665039) -- Scott Kitterman Sat, 14 Jul 2012 01:28:54 -0400 python-csa (0.1.0-1) unstable; urgency=low * New upstream version (Closes: #597299) -- Mikael Djurfeldt Fri, 30 Mar 2012 15:32:17 +0200 python-csa (0.0.4-1) unstable; urgency=high * New upstream version (Closes: #590343) -- Mikael Djurfeldt Wed, 28 Jul 2010 01:19:48 +0200 python-csa (0.0.3-2) unstable; urgency=high * Added missing depends (Closes: #590343) -- Mikael Djurfeldt Tue, 27 Jul 2010 16:54:20 +0200 python-csa (0.0.3-1) unstable; urgency=high * Added shift operator (+ make sure previous bug fixes goes in quickly to testing). -- Mikael Djurfeldt Tue, 27 Jul 2010 07:58:54 +0200 python-csa (0.0.2-1) unstable; urgency=low * Bug fixes and extensions. -- Mikael Djurfeldt Sat, 17 Jul 2010 11:30:38 +0200 python-csa (0.0.1-1) unstable; urgency=low * Initial release (Closes: #588360) -- Mikael Djurfeldt Wed, 07 Jul 2010 17:45:19 +0200 debian/source/0000755000000000000000000000000011735362303010471 5ustar debian/source/format0000644000000000000000000000001411735362303011677 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000022012000201623010222 0ustar #!/usr/bin/make -f export MPLCONFIGDIR=$(CURDIR)/debian/temp %: dh $@ override_dh_auto_clean: dh_auto_clean rm -rf $(CURDIR)/debian/temp debian/copyright0000644000000000000000000000220411735362303011122 0ustar This work was packaged for Debian by: Mikael Djurfeldt on Wed, 7 Jul 2010 16:55:01 +0100 Upstream Author: Mikael Djurfeldt Copyright: Copyright © 2010 Mikael Djurfeldt License: GPL-3 This program 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 program 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 . On Debian systems, the complete text of the GNU General Public License version 3 can be found in "/usr/share/common-licenses/GPL-3". The Debian packaging is: Copyright (C) 2010 Mikael Djurfeldt and is licensed under the GPL version 3, see above. debian/python-csa.docs0000644000000000000000000000000711735362303012125 0ustar README debian/control0000644000000000000000000000156611777727264010625 0ustar Source: python-csa Section: python Priority: optional Maintainer: Mikael Djurfeldt Build-Depends: debhelper (>= 7.0.50~) , python-support (>= 0.90.0~) , python-setuptools , python-all , python-nose , python-numpy , python-matplotlib , python-tk Standards-Version: 3.9.3 Homepage: http://software.incf.org/software/csa Package: python-csa Architecture: all Depends: ${python:Depends}, ${misc:Depends}, python-numpy, python-matplotlib, python-tk Description: Connection-Set Algebra (CSA) implemented in Python The CSA library provides elementary connection-sets and operators for combining them. It also provides an iteration interface to such connection-sets enabling efficient iteration over existing connections with a small memory footprint also for very large networks. The CSA can be used as a component of neuronal network simulators or other tools. debian/compat0000644000000000000000000000000211735362303010367 0ustar 7