Source: inifile
Section: python
Priority: optional
Maintainer: Hiro <hiro@torproject.org>
Build-Depends: debhelper (>= 10),
	       dh-python,
	       python-all,
	       python-setuptools,
	       python3-all,
	       python3-setuptools
Standards-Version: 4.1.2
Homepage: https://pypi.python.org/pypi/inifile
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.2
#Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/inifile.git
#Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/inifile.git/
#Testsuite: autopkgtest-pkg-python

Package: python-inifile
Architecture: all
Depends: ${python:Depends},
	 ${misc:Depends}
Description: A small INI library for Python. (Python 2)
 .
 This package installs the library for Python 2.

Package: python3-inifile
Architecture: all
Depends: ${python3:Depends},
	 ${misc:Depends}
Description: A small INI library for Python. (Python 3)
 .
 This package installs the library for Python 3.
