File: control

package info (click to toggle)
python-qrencode 1.2-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 56 kB
  • ctags: 29
  • sloc: ansic: 54; python: 54; makefile: 3
file content (24 lines) | stat: -rw-r--r-- 843 bytes parent folder | download
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.