debian/0000755000000000000000000000000012302376477007201 5ustar debian/docs0000644000000000000000000000002312143704466010043 0ustar README.rst AUTHORS debian/copyright0000644000000000000000000000731512143704466011136 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: python-tablib Source: https://github.com/kennethreitz/tablib Files: debian/* Copyright: (c) 2012, Canonical (c) 2013, Thomas Goirand 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 program. If not, see http://www.gnu.org/licenses/ . On Debian systems, the complete text of the GNU General Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". Files: * Copyright: (c) 2011, Kenneth Reitz Others (See individual files for more details) License: MIT 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 the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. Files: packages/odf/* Copyright: Copyright (C) 2007-2010 Søren Roug, European Environment Agency Others (See individual files for more details) License: LGPL Files: packages/odf3/* Copyright: Copyright (C) 2007-2010 Søren Roug, European Environment Agency Others (See individual files for more details) License: LGPL Files: packages/xlwt3/* Copyright: (c) Wolfgang Haefelinger, 2004. (c) 2005 Roman V. Kiseliov (c) Evgeny Filatov (c) 2002-2004 John McNamara License: LGPL License: LGPL This library 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. . This library 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 this library; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 US. . On Debian based system, a copy of the full text of the LGPL license version 2.1 may be found at: /usr/share/common-licenses/LGPL-2.1 Files: packages/markup.py Copyright: Unknown License: public-domain This code is in the public domain, it comes with absolutely no warning and you can do absolutely whatever you want with it. debian/changelog0000644000000000000000000000076212302376477011060 0ustar python-tablib (0.9.11-2build1) trusty; urgency=medium * Rebuild to drop files installed into /usr/share/pyshared. -- Matthias Klose Sun, 23 Feb 2014 13:53:03 +0000 python-tablib (0.9.11-2) unstable; urgency=low * Uploading to unstable. -- Thomas Goirand Sun, 12 May 2013 12:20:36 +0000 python-tablib (0.9.11-1) experimental; urgency=low * Initial release (Closes: #699592). -- Thomas Goirand Sat, 02 Feb 2013 13:50:24 +0800 debian/compat0000644000000000000000000000000212143704466010373 0ustar 9 debian/control0000644000000000000000000000212312143704466010576 0ustar Source: python-tablib Section: python Priority: optional Maintainer: PKG OpenStack Uploaders: Loic Dachary (OuoU) , Julien Danjou , Thomas Goirand , Ghe Rivero , Mehdi Abaakouk Build-Depends: debhelper (>= 9), python-setuptools, python-all (>= 2.6.6-3~), openstack-pkg-tools Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=openstack/python-tablib.git Vcs-Git: git://anonscm.debian.org/openstack/python-tablib.git Homepage: http://docs.python-tablib.org/en/latest/index.html Package: python-tablib Architecture: all Pre-Depends: dpkg (>= 1.15.6~) Depends: ${python:Depends}, ${misc:Depends} Description: format agnostic tabular dataset library Tablib is a format agnostic tabular dataset library, written in Python. It allows you to import, export, and manipulate tabular data sets. Advanced features include, segregation, dynamic columns, tags & filtering, and seamless format import & export. debian/rules0000755000000000000000000000036212143704466010256 0ustar #!/usr/bin/make -f #export DH_VERBOSE=1 UPSTREAM_GIT = git://github.com/kennethreitz/tablib.git include /usr/share/openstack-pkg-tools/pkgos.make %: dh $@ --with python2 override_dh_installchangelogs: dh_installchangelogs HISTORY.rst debian/source/0000755000000000000000000000000012143704466010475 5ustar debian/source/format0000644000000000000000000000001412143704466011703 0ustar 3.0 (quilt) debian/gbp.conf0000644000000000000000000000024012143704466010610 0ustar [DEFAULT] upstream-branch = master debian-branch = debian/unstable upstream-tag = v%(version)s compression = xz [git-buildpackage] export-dir = ../build-area/ debian/watch0000644000000000000000000000012012143704466010217 0ustar version=3 https://github.com/kennethreitz/tablib/tags .*/v(\d[\d\.]+)\.tar\.gz