Codebase list python-pyqrcode / 28f8046
add packaging Sascha Steinbiss 6 years ago
7 changed file(s) with 112 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 python-pyqrcode (1.2.1-1) unstable; urgency=medium
1
2 * Initial release. (Closes: #XXXXXXXX)
3
4 -- Sascha Steinbiss <satta@debian.org> Wed, 23 Nov 2016 16:00:57 +0100
0 Source: python-pyqrcode
1 Section: python
2 Priority: optional
3 Maintainer: Sascha Steinbiss <satta@debian.org>
4 Build-Depends: debhelper (>= 9),
5 dh-python,
6 python-all,
7 python-setuptools,
8 python3-all,
9 python3-setuptools
10 X-Python-Version: >= 2.6
11 X-Python3-Version: >= 3.5
12 Standards-Version: 3.9.8
13 Vcs-Git: https://anonscm.debian.org/git/collab-maint/python-pyqrcode.git
14 Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/python-pyqrcode.git
15 Homepage: https://github.com/mnooner256/pyqrcode
16
17 Package: python-pyqrcode
18 Architecture: all
19 Depends: ${python:Depends},
20 ${misc:Depends}
21 Description: Python 2 module to generate QR Codes
22 The pyqrcode module is a QR code generator that is simple to use and written
23 in pure Python. The module can automate most of the building process for
24 creating QR codes. Most codes can be created using only two lines of code.
25 .
26 Unlike other generators, all of the helpers can be controlled manually. You
27 are free to set any or all of the properties of your QR code. QR codes can be
28 saved as SVG, PNG, and plain text. They can also be displayed directly in
29 most Linux terminal emulators.
30 .
31 The pyqrcode module attempts to follow the QR code standard as closely as
32 possible. The terminology, encodings and algorithms used in pyqrcode come
33 directly from the standard.
34 .
35 This package contains the Python 2 version.
36
37 Package: python3-pyqrcode
38 Architecture: all
39 Depends: ${python3:Depends},
40 ${misc:Depends}
41 Description: Python 3 module to generate QR Codes
42 The pyqrcode module is a QR code generator that is simple to use and written
43 in pure Python. The module can automate most of the building process for
44 creating QR codes. Most codes can be created using only two lines of code.
45 .
46 Unlike other generators, all of the helpers can be controlled manually. You
47 are free to set any or all of the properties of your QR code. QR codes can be
48 saved as SVG, PNG, and plain text. They can also be displayed directly in
49 most Linux terminal emulators.
50 .
51 The pyqrcode module attempts to follow the QR code standard as closely as
52 possible. The terminology, encodings and algorithms used in pyqrcode come
53 directly from the standard.
54 .
55 This package contains the Python 3 version.
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: PyQRCode
2 Source: https://github.com/mnooner256/pyqrcode
3
4 Files: *
5 Copyright: 2013 Michael Nooner <mnooner256@gmail.com>
6 License: BSD-3-clause
7
8 Files: debian/*
9 Copyright: 2017 Sascha Steinbiss <satta@debian.org>
10 License: BSD-3-clause
11
12 License: BSD-3-clause
13 Redistribution and use in source and binary forms, with or without
14 modification, are permitted provided that the following conditions are met:
15 .
16 * Redistributions of source code must retain the above copyright notice,
17 this list of conditions and the following disclaimer.
18 .
19 * Redistributions in binary form must reproduce the above copyright notice,
20 this list of conditions and the following disclaimer in the documentation
21 and/or other materials provided with the distribution.
22 .
23 * Neither the name of the nor the names of its contributors may be used to
24 endorse or promote products derived from this software without specific
25 prior written permission.
26 .
27 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
28 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
29 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
30 ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
31 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
32 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
33 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
34 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
35 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
36 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
37 POSSIBILITY OF SUCH DAMAGE.
0 #!/usr/bin/make -f
1
2 buildvers := $(shell pyversions -sv)
3 build3vers := $(shell py3versions -sv)
4
5 export PYBUILD_NAME = pyqrcode
6
7 %:
8 dh $@ --with python2,python3 --buildsystem=pybuild
0 3.0 (quilt)
0 version=4
1 https://pypi.debian.net/PyQRCode/PyQRCode-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))