1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
Source: python-qrencode
Section: python
Priority: extra
Maintainer: Hugo Lefeuvre <hle@debian.org>
Build-Depends: debhelper (>= 9),
dh-python,
python-all-dev,
python-setuptools,
libqrencode-dev
Standards-Version: 3.9.8
Homepage: https://pypi.python.org/pypi/qrencode
Vcs-Browser: https://anonscm.debian.org/gitweb/?p=collab-maint/python-qrencode.git
Vcs-Git: git://anonscm.debian.org/collab-maint/python-qrencode.git
Package: python-qrencode
Architecture: any
Depends: python-imaging,
${misc:Depends},
${python:Depends},
${shlibs:Depends},
Provides: ${python:Provides},
Description: Python bindings for the Qrencode QR Code generator library
This package contains modules that allow you to use the Qrencode QR
Code generator library in Python programs.
|