debian/0000755000000000000000000000000012150437310007162 5ustar debian/python3-aalib.docs0000644000000000000000000000000612150431252012501 0ustar doc/* debian/python-aalib.docs0000644000000000000000000000000611327153672012432 0ustar doc/* debian/source/0000755000000000000000000000000012150437244010470 5ustar debian/source/format0000644000000000000000000000001411322454042011671 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000413512150437227011046 0ustar python-aalib (0.3-1) unstable; urgency=low [ Jakub Wilk ] * Use canonical URIs for Vcs-* fields. [ Stefano Rivera ] * New upstream version. - Includes Python 3 support. * Bump Standards-Version to 3.9.4 - Bump debhelper Build-Dep to 8.1 for build-{arch,indep} support. * Bump debhelper compat level to 8. * Bump copyright years. * Bump machine-readable copyright format to 1.0. * Re-licence packaging to Expat. * Switch debian/watch URL to https. -- Stefano Rivera Sun, 26 May 2013 18:55:51 +0200 python-aalib (0.2-3) unstable; urgency=low * Upload to unstable. * Update my e-mail address. * Update copyright format. * Drop Breaks: ${python:Breaks}, no longer used by dh_python2. * Bump Standards-Version to 3.9.2, no changes needed. * Remove trailing commas from *Depends. -- Stefano Rivera Sun, 17 Apr 2011 23:13:36 +0200 python-aalib (0.2-2) experimental; urgency=low * Upload to experimental to build for Python 2.7 (Closes: #604045) -- Stefano Rivera Sat, 20 Nov 2010 13:54:36 +0200 python-aalib (0.2-1) unstable; urgency=low [ Stefano Rivera ] * New Upstream Release * Bump Standards-Version to 3.9.1 (no changes needed). * Suggest python-imaging * Convert to dh_python2 * Revert X-Python-Version to >=2.5 * Wrap *Depends in debian/control. [ Jakub Wilk ] * Update my e-mail address in debian/copyright. -- Stefano Rivera Sun, 14 Nov 2010 17:48:02 +0200 python-aalib (0.1.1-1) unstable; urgency=low * New upstream release. * Change XS-Python-Version to all * Install upstream changelog and example script. -- Stefano Rivera Mon, 25 Jan 2010 01:09:34 +0200 python-aalib (0.1-2) unstable; urgency=low * copyright: Package maintainer was incorrectly credited as being upstream author. -- Stefano Rivera Sat, 16 Jan 2010 20:12:23 +0200 python-aalib (0.1-1) unstable; urgency=low * Initial release (Closes: #564608) -- Stefano Rivera Mon, 11 Jan 2010 20:49:12 +0200 debian/control0000644000000000000000000000244712150436514010601 0ustar Source: python-aalib Section: python Priority: optional Maintainer: Debian Python Modules Team Uploaders: Stefano Rivera Build-Depends: debhelper (>= 8.1), python-all (>= 2.6.5-13~), python3-all Standards-Version: 3.9.4 Homepage: http://jwilk.net/software/python-aalib.html Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-aalib/trunk/ Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-aalib/trunk/ X-Python-Version: >= 2.5 X-Python3-Version: >= 3.0 Package: python-aalib Architecture: all Depends: ${misc:Depends}, ${python:Depends}, libaa1 Suggests: python-imaging Description: Python interface to AAlib, an ASCII art library AAlib is a portable ASCII art graphics library. Internally, it works like a graphics display, but the output is rendered into ASCII text. . This package makes AAlib accessible in Python 2. Package: python3-aalib Architecture: all Depends: ${misc:Depends}, ${python3:Depends}, libaa1 Suggests: python3-imaging Description: Python 3 interface to AAlib, an ASCII art library AAlib is a portable ASCII art graphics library. Internally, it works like a graphics display, but the output is rendered into ASCII text. . This package makes AAlib accessible in Python 3. debian/copyright0000644000000000000000000000263312150431030011112 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: python-aalib Upstream-Contact: Jakub Wilk Source: http://jwilk.net/software/python-aalib.html Files: * Copyright: 2009-2013, Jakub Wilk License: Expat Files: debian/* Copyright: 2009-2013, Stefano Rivera License: Expat License: Expat 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. debian/python-aalib.examples0000644000000000000000000000001512150431375013312 0ustar test/test.py debian/rules0000755000000000000000000000114712150431216010244 0ustar #!/usr/bin/make -f PYVERS := $(shell pyversions -r) PY3VERS := $(shell py3versions -r) %: dh $@ --with python2,python3 override_dh_auto_build: set -e -x; \ for py in $(PYVERS) $(PY3VERS); do \ $$py setup.py build; \ done override_dh_auto_install: set -e -x; \ for py in $(PYVERS); do \ $$py setup.py install --skip-build --root debian/python-aalib --install-layout=deb; \ done set -e -x; \ for py in $(PY3VERS); do \ $$py setup.py install --skip-build --root debian/python3-aalib --install-layout=deb; \ done override_dh_auto_clean: dh_auto_clean --buildsystem=python_distutils rm -rf build debian/watch0000644000000000000000000000013412150431043010206 0ustar version=3 https://pypi.python.org/packages/source/p/python-aalib/python-aalib-(.*)\.tar.gz debian/python3-aalib.examples0000644000000000000000000000001512150431426013372 0ustar test/test.py debian/compat0000644000000000000000000000000212150430517010362 0ustar 8