debian/0000755000000000000000000000000012302375704007171 5ustar debian/copyright0000644000000000000000000000331012214033026011107 0ustar This package was debianized by Aurelien Jarno Mon, 04 Jun 2012 00:07:25 +0200 It was downloaded from http://pypi.python.org/pypi/d2to1 Author: Erik M. Bray Copyright: Copyright (C) 2011 Association of Universities for Research in Astronomy (AURA) License: 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. 3. The name of AURA and its representatives may not be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY AURA ``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 AURA 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. debian/changelog0000644000000000000000000000142712302375704011047 0ustar d2to1 (0.2.11-1build1) trusty; urgency=medium * Rebuild to drop files installed into /usr/share/pyshared. -- Matthias Klose Sun, 23 Feb 2014 13:46:44 +0000 d2to1 (0.2.11-1) unstable; urgency=low * New upstream release. -- Thomas Goirand Wed, 11 Sep 2013 09:24:08 +0000 d2to1 (0.2.10-1) unstable; urgency=low [ Aurelien Jarno ] * New upstream version. * Bump Standards-Version to 3.9.4 (no changes). [ Jakub Wilk ] * Use canonical URIs for Vcs-* fields. -- Aurelien Jarno Thu, 09 May 2013 06:17:15 +0200 d2to1 (0.2.7-1) unstable; urgency=low * Initial release of d2to1, needed by newer versions of PyFITS. Closes: #675885. -- Aurelien Jarno Mon, 04 Jun 2012 00:30:54 +0200 debian/compat0000644000000000000000000000000212214033026010355 0ustar 7 debian/control0000644000000000000000000000340412214033026010563 0ustar Source: d2to1 Section: python Priority: optional Maintainer: Debian Python Modules Team Uploaders: Aurelien Jarno Build-Depends: debhelper (>= 7.0.50~), python-all (>= 2.6.6-3~), python-setuptools, python3-all (>= 3.1.2-6~), python3-setuptools X-Python-Version: >= 2.5 X-Python3-Version: >= 3.0 Standards-Version: 3.9.4 Homepage: http://pypi.python.org/pypi/d2to1 Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/d2to1/trunk/ Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/d2to1/trunk/ Package: python-d2to1 Architecture: all Depends: ${misc:Depends}, ${python:Depends} Description: Python support for distutils2-like setup.cfg files as package metadata d2to1 (the 'd' is for 'distutils') allows using distutils2-like setup.cfg files for a package's metadata with a distribute/setuptools setup.py script. It works by providing a distutils2-formatted setup.cfg file containing all of a package's metadata, and a very minimal setup.py which will slurp its arguments from the setup.cfg. . This package provides d2to1 on the Python 2 module path. It is complemented by python3-d2to1. Package: python3-d2to1 Architecture: all Depends: ${misc:Depends}, ${python3:Depends} Description: Python3 support for distutils2-like setup.cfg files as package metadata d2to1 (the 'd' is for 'distutils') allows using distutils2-like setup.cfg files for a package's metadata with a distribute/setuptools setup.py script. It works by providing a distutils2-formatted setup.cfg file containing all of a package's metadata, and a very minimal setup.py which will slurp its arguments from the setup.cfg. . This package provides d2to1 on the Python 3 module path. It is complemented by python-d2to1. debian/rules0000755000000000000000000000140612214033026010240 0ustar #!/usr/bin/make -f PYVERS := $(shell pyversions -r) PY3VERS := $(shell py3versions -r) %: dh $@ --with python2,python3 override_dh_auto_build: set -ex; \ for py in $(PYVERS) $(PY3VERS); do \ $$py setup.py build; \ done override_dh_auto_install: set -ex; \ for py in $(PYVERS); do \ $$py setup.py install --skip-build --no-compile \ --root debian/python-d2to1 \ --install-layout=deb; \ done set -ex; \ for py in $(PY3VERS); do \ $$py setup.py install --skip-build --no-compile \ --root debian/python3-d2to1 \ --install-layout=deb; \ done override_dh_auto_clean: rm -rf build rm -rf d2to1.egg-info find . \( -name '*.pyc' -o -name __pycache__ \) -delete debian/source/0000755000000000000000000000000012214033026010457 5ustar debian/source/format0000644000000000000000000000001412214033026011665 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000011412214033026010204 0ustar version=3 http://pypi.python.org/packages/source/d/d2to1/d2to1-(.+).tar.gz