summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Lefeuvre <hle@debian.org>2018-02-18 09:19:34 +0100
committergit-ubuntu importer <ubuntu-devel-discuss@lists.ubuntu.com>2018-02-18 16:40:27 +0000
commit0b0ca6399db525f0b5510f4c9598bc335a10fe8e (patch)
tree2f0b79c4d5a5c631daf6ae2f67633928c4ae1ae5
parent8872c227b354fc194e13e2fad42748ebd22ba6e3 (diff)
parente6bdaa6eb66e90f58a1c8631d47992c9f3cf6515 (diff)
Imported using git-ubuntu import.
-rw-r--r--debian/changelog14
-rw-r--r--debian/compat2
-rw-r--r--debian/control10
-rw-r--r--debian/copyright2
4 files changed, 21 insertions, 7 deletions
diff --git a/debian/changelog b/debian/changelog
index b632292..0982666 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,17 @@
+python-qrencode (1.2-3) unstable; urgency=medium
+
+ * Bump compat from 10 to 11.
+ * debian/control:
+ - Fix use of Python 2.x substvars for Python 3 package (acknowledgments
+ to Chris Lamb!) (Closes: #887811).
+ - Bump Standards-Version to 4.1.3.0.
+ - Depend on debhelper >= 11 instead of >= 10.
+ - Set priority to optional (extra deprecated since 4.0.1).
+ * debian/copyright:
+ - Update copyright years.
+
+ -- Hugo Lefeuvre <hle@debian.org> Sun, 18 Feb 2018 09:19:34 +0100
+
python-qrencode (1.2-2) unstable; urgency=medium
* Build for Python 2 and Python 3.
diff --git a/debian/compat b/debian/compat
index f599e28..b4de394 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-10
+11
diff --git a/debian/control b/debian/control
index 17f84c3..091ef58 100644
--- a/debian/control
+++ b/debian/control
@@ -1,8 +1,8 @@
Source: python-qrencode
Section: python
-Priority: extra
+Priority: optional
Maintainer: Hugo Lefeuvre <hle@debian.org>
-Build-Depends: debhelper (>= 10),
+Build-Depends: debhelper (>= 11),
dh-python,
python-all-dev,
python-setuptools,
@@ -11,7 +11,7 @@ Build-Depends: debhelper (>= 10),
python-pil,
python3-pil,
libqrencode-dev
-Standards-Version: 4.1.1
+Standards-Version: 4.1.3.0
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
@@ -29,9 +29,9 @@ Description: Python bindings for the Qrencode QR Code generator library
Package: python3-qrencode
Architecture: any
Depends: ${misc:Depends},
- ${python:Depends},
+ ${python3:Depends},
${shlibs:Depends},
-Provides: ${python:Provides},
+Provides: ${python3: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.
diff --git a/debian/copyright b/debian/copyright
index 7549fa9..98e7a02 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -9,7 +9,7 @@ License: Apache-2.0
Files: debian/*
Copyright: 2010-2013, Daniel Kahn Gillmor <dkg@fifthhorseman.net>
- 2014-2017, Hugo Lefeuvre <hle@debian.org>
+ 2014-2018, Hugo Lefeuvre <hle@debian.org>
License: Apache-2.0
License: Apache-2.0