debian/0002755000000000000000000000000012147235110007164 5ustar debian/source/0002755000000000000000000000000012147235110010464 5ustar debian/source/format0000644000000000000000000000001411751037261011677 0ustar 3.0 (quilt) debian/clean0000644000000000000000000000002611751037261010174 0ustar unicodecsv.egg-info/* debian/watch0000644000000000000000000000012211751037261010215 0ustar version=3 https://github.com/jdunck/python-unicodecsv/tags .*/tarball/(\d[\d\.]+) debian/control0000644000000000000000000000171012146705201010566 0ustar Source: python-unicodecsv Section: python Priority: optional Maintainer: Debian Python Modules Team Uploaders: W. Martin Borgert , Thomas Bechtold Standards-Version: 3.9.4 Build-Depends: debhelper (>= 7.0.50~), python (>= 2.6.6-3~), python-unittest2 (>= 0.5.1), python-setuptools, python-all Homepage: https://github.com/jdunck/python-unicodecsv/ Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-unicodecsv/trunk/ Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-unicodecsv/trunk/ Package: python-unicodecsv Architecture: all Depends: ${misc:Depends}, ${python:Depends} Description: drop-in replacement for Python 2's CSV module with Unicode support The unicodecsv is a drop-in replacement for Python 2's CSV module which supports Unicode strings without a hassle. debian/changelog0000644000000000000000000000137112147235571011051 0ustar python-unicodecsv (0.9.4-1) unstable; urgency=low [ Jakub Wilk ] * Use canonical URIs for Vcs-* fields. [ Thomas Bechtold ] * New upstream release. * debian/patches/01fix_array_float_repr.diff: Removed, applied upstream. * debian/python-unicodecsv.docs: Replace README with README.rst. * debian/control: - Bump Standards-Version to 3.9.4. - Add me to Uploaders. - Build-Depends on python-unittest2 (>= 0.5.1) according to setup.py. -- Thomas Bechtold Tue, 21 May 2013 16:15:25 +0200 python-unicodecsv (0.9.0-1) unstable; urgency=low [ Thomas Bechtold ]: * Initial Release (Closes: #669678) -- W. Martin Borgert Mon, 14 May 2012 18:41:11 +0000 debian/compat0000644000000000000000000000000211751037261010367 0ustar 7 debian/patches/0002755000000000000000000000000012147235110010613 5ustar debian/patches/series0000644000000000000000000000000012146705201012016 0ustar debian/rules0000755000000000000000000000044411751037261010253 0ustar #!/usr/bin/make -f python_all = pyversions -r | tr ' ' '\n' | xargs -t -I {} env {} %: dh $@ --with python2 override_dh_auto_test: dh_auto_test ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) $(python_all) setup.py test endif override_dh_clean: dh_clean find -name '*.py[co]' -delete debian/copyright0000644000000000000000000000336411751037261011132 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: python-unicodecsv Source: https://github.com/jdunck/python-unicodecsv/ Files: * Copyright: 2010 - 2012 Jeremy Dunck License: BSD Files: unicodecsv/test.py Copyright: 2001 - 2002 Python Software Foundation License: BSD License: BSD Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. . 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. . THIS SOFTWARE IS PROVIDED BY JEREMY DUNCK ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL JEREMY DUNCK OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. . The views and conclusions contained in the software and documentation are those of the authors and should not be interpreted as representing official policies, either expressed or implied, of Jeremy Dunck. debian/python-unicodecsv.docs0000644000000000000000000000001312146705201013511 0ustar README.rst