Source: bdist-nsi
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders:
 Dominik George <nik@naturalnet.de>,
Section: python
Priority: optional
Build-Depends:
 debhelper (>= 10),
 dh-python,
 pypy,
 python-all (>= 2.6.6-3),
 python3-all,
Standards-Version: 3.9.8
Homepage: http://bdist-nsi.sourceforge.net/
Testsuite: autopkgtest-pkg-python
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/bdist-nsi.git
Vcs-Browser: https://anonscm.debian.org/git/python-modules/packages/bdist-nsi.git

Package: python-bdist-nsi
Architecture: all
Depends:
 ${misc:Depends},
 ${python:Depends},
 nsis
Description: Create NSIS windows installers for Python modules (Python 2)
 The bdist_nsi module extends Python’s distutils module with a bdist_nsi
 setup command to create binary Windows installers for Python modules,
 based on NSIS. Thereby, bdist_nsi brings all the features of NSIS to
 Windows installers for Python modules, such as silent install, modern
 user interface, and internationalization.
 .
 This package contains the Python 2 build.

Package: python3-bdist-nsi
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
 nsis
Description: Create NSIS windows installers for Python modules (Python 3)
 The bdist_nsi module extends Python’s distutils module with a bdist_nsi
 setup command to create binary Windows installers for Python modules,
 based on NSIS. Thereby, bdist_nsi brings all the features of NSIS to
 Windows installers for Python modules, such as silent install, modern
 user interface, and internationalization.
 .
 This package contains the Python 3 build.

Package: pypy-bdist-nsi
Architecture: all
Depends:
 ${misc:Depends},
 ${pypy:Depends},
 nsis
Description: Create NSIS windows installers for Python modules (PyPy)
 The bdist_nsi module extends Python’s distutils module with a bdist_nsi
 setup command to create binary Windows installers for Python modules,
 based on NSIS. Thereby, bdist_nsi brings all the features of NSIS to
 Windows installers for Python modules, such as silent install, modern
 user interface, and internationalization.
 .
 This package contains the PyPy build.
