[Python-modules-commits] [python-qrcode] 04/04: New upstream release.

Hugo Lefeuvre hle at moszumanska.debian.org
Mon Aug 22 20:53:44 UTC 2016


This is an automated email from the git hooks/post-receive script.

hle pushed a commit to branch master
in repository python-qrcode.

commit 2141af53ebe5dd082dce27cbd2c98a2009cfbaa0
Author: Hugo Lefeuvre <hle at debian.org>
Date:   Mon Aug 22 21:28:55 2016 +0200

    New upstream release.
    
      * New upstream release.
      * debian/control:
        - Remove Cornelius Koelbel from the Maintainer field. His e-mail address
          was not valid anymore (Closes: #832329).
        - Set the DPMT as Maintainer.
        - Add myself to Uploaders.
      * debian/copyright:
        - Add a copyright entry for Hugo Lefeuvre.
        - Update copyright years.
      * debian/rules:
        - Install manpage for the Python 3 version of the package as
          python3-qrcode.1 (Closes: #831980).
---
 debian/changelog                |  17 +++++++++++++++++
 debian/copyright                |   4 ++--
 debian/rules                    |   1 +
 debian/upstream/signing-key.pgp | Bin 4213 -> 0 bytes
 debian/watch                    |   1 -
 5 files changed, 20 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index a1fa311..f10ff1f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,20 @@
+python-qrcode (5.3-1) unstable; urgency=medium
+
+  * New upstream release.
+  * debian/control:
+    - Remove Cornelius Koelbel from the Maintainer field. His e-mail address
+      was not valid anymore (Closes: #832329).
+    - Set the DPMT as Maintainer.
+    - Add myself to Uploaders.
+  * debian/copyright:
+    - Add a copyright entry for Hugo Lefeuvre.
+    - Update copyright years.
+  * debian/rules:
+    - Install manpage for the Python 3 version of the package as
+      python3-qrcode.1 (Closes: #831980).
+
+ -- Hugo Lefeuvre <hle at debian.org>  Mon, 22 Aug 2016 21:19:39 +0200
+
 python-qrcode (5.0.1-1.1) unstable; urgency=medium
 
   * Non-maintainer upload.
diff --git a/debian/copyright b/debian/copyright
index f3889e9..8dc5096 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -9,8 +9,8 @@ License: BSD-3-clause
 Files: debian/*
 Copyright: (c) 2016, Thomas Goirand <zigo at debian.org>
            (c) 2016, Hugo Lefeuvre <hle at debian.org>
-           (c) 2014, Timo Aaltonen <tjaalton at debian.org>
-           (c) 2013, Hans-Christoph Steiner <hans at eds.org>
+           (c) 2014-2016, Timo Aaltonen <tjaalton at debian.org>
+           (c) 2013-2016, Hans-Christoph Steiner <hans at eds.org>
            (c) 2013, Cornelius Kölbel <cornelius.koelbel at lsexperts.de>
 License: BSD-3-clause
 
diff --git a/debian/rules b/debian/rules
index 32404a7..a004b66 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,6 +19,7 @@ override_dh_auto_install:
 	mv $(CURDIR)/debian/python-qrcode/usr/bin/qr $(CURDIR)/debian/python-qrcode/usr/bin/python2-qr
 	mv $(CURDIR)/debian/python3-qrcode/usr/bin/qr $(CURDIR)/debian/python3-qrcode/usr/bin/python3-qr
 	mv $(CURDIR)/debian/python-qrcode/usr/share/man/man1/qr.1 $(CURDIR)/debian/python-qrcode/usr/share/man/man1/python2-qr.1
+	mv $(CURDIR)/debian/python3-qrcode/usr/share/man/man1/qr.1 $(CURDIR)/debian/python3-qrcode/usr/share/man/man1/python3-qr.1
 
 override_dh_python3:
 	dh_python3 --shebang=/usr/bin/python3
diff --git a/debian/upstream/signing-key.pgp b/debian/upstream/signing-key.pgp
deleted file mode 100644
index 8ddd28b..0000000
Binary files a/debian/upstream/signing-key.pgp and /dev/null differ
diff --git a/debian/watch b/debian/watch
index eb3c5f6..8a92933 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,3 +1,2 @@
 version=3
-opts=pgpsigurlmangle=s/$/.asc/ \
 https://pypi.debian.net/qrcode/qrcode-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-qrcode.git



More information about the Python-modules-commits mailing list