debian/0000755000000000000000000000000012207324023007161 5ustar debian/source/0000755000000000000000000000000012207324023010461 5ustar debian/source/format0000644000000000000000000000001412207324023011667 0ustar 3.0 (quilt) debian/control0000644000000000000000000000144612207324310010570 0ustar Source: texttable Maintainer: Debian Python Modules Team Uploaders: Léo Cavaillé Section: python Priority: optional Build-Depends: python-all (>= 2.6.6-3), debhelper (>= 9) Standards-Version: 3.9.4 Homepage: https://github.com/bufordtaylor/python-texttable Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/texttable/trunk/ Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/texttable/trunk/ Package: python-texttable Architecture: all Depends: ${misc:Depends}, ${python:Depends} Description: Module for creating simple ASCII tables texttable is a module to generate a formatted text table, using ASCII characters. It provides nice human-readable output for arrays when designing a CLI or just output data. debian/compat0000644000000000000000000000000212207324023010357 0ustar 9 debian/watch0000644000000000000000000000012612207324023010211 0ustar version=3 https://pypi.python.org/packages/source/t/texttable/texttable-(.*)\.tar\.gz debian/changelog0000644000000000000000000000023412207324023011032 0ustar texttable (0.8.1-1) unstable; urgency=low * Initial release. (Closes: #719238) -- Léo Cavaillé Thu, 15 Aug 2013 16:06:59 +0200 debian/copyright0000644000000000000000000000221512207324023011114 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: texttable Source: https://pypi.python.org/packages/source/t/texttable/texttable-0.8.1.tar.gz Files: * Copyright: 2003 - 2011 Buford Taylor License: LGPL-2.1+ Files: debian/* Copyright: 2013 Léo Cavaillé License: LGPL-2.1+ License: LGPL-2.1+ texttable is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. . texttable 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 Lesser General Public License for more details. . You should have received a copy of the GNU Lesser General Public License along with texttable; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA . On Debian systems, a copy of the license can be found at `/usr/share/common-licenses/LGPL-2.1`. debian/rules0000755000000000000000000000005512207324023010241 0ustar #!/usr/bin/make -f %: dh $@ --with python2