diff options
| author | Boyuan Yang <byang@debian.org> | 2023-12-06 13:21:59 -0500 |
|---|---|---|
| committer | git-ubuntu importer <ubuntu-devel-discuss@lists.ubuntu.com> | 2023-12-06 22:37:04 +0000 |
| commit | abcd11f9991ee530151c4909328223dae9822999 (patch) | |
| tree | 8dc55d23e054e263f582970aff69990b357b20c9 | |
| parent | 82405c4c07034baf18b9c258ec391df6e319ae99 (diff) | |
1.2-6 (patches unapplied)import/1.2-6ubuntu/noble-updates
Imported using git-ubuntu import.
Notes
Notes:
* QA upload.
* Orphan the package.
* Update standards version to 4.6.2, no changes needed.
[ Debian Janitor ]
* Trim trailing whitespace.
* Bump debhelper from old 12 to 13.
* Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
Repository-Browse.
| -rw-r--r-- | debian/changelog | 15 | ||||
| -rw-r--r-- | debian/control | 27 | ||||
| -rwxr-xr-x | debian/rules | 2 | ||||
| -rw-r--r-- | debian/upstream/metadata | 5 |
4 files changed, 35 insertions, 14 deletions
diff --git a/debian/changelog b/debian/changelog index cee0084..d13c748 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,17 @@ +python-qrencode (1.2-6) unstable; urgency=medium + + * QA upload. + * Orphan the package. + * Update standards version to 4.6.2, no changes needed. + + [ Debian Janitor ] + * Trim trailing whitespace. + * Bump debhelper from old 12 to 13. + * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository, + Repository-Browse. + + -- Boyuan Yang <byang@debian.org> Wed, 06 Dec 2023 13:21:59 -0500 + python-qrencode (1.2-5) unstable; urgency=medium * Drop Python 2 support (Closes: #938112). @@ -115,4 +129,3 @@ python-qrencode (1.01-1) unstable; urgency=low * initial release into debian (Closes: #589877) -- Daniel Kahn Gillmor <dkg@fifthhorseman.net> Wed, 21 Jul 2010 16:09:53 -0400 - diff --git a/debian/control b/debian/control index 6e1b87d..454954e 100644 --- a/debian/control +++ b/debian/control @@ -1,24 +1,27 @@ Source: python-qrencode Section: python Priority: optional -Maintainer: Hugo Lefeuvre <hle@debian.org> -Build-Depends: debhelper-compat (= 12), - dh-python, - libqrencode-dev, - python3-all-dev, - python3-pil, - python3-setuptools -Standards-Version: 4.4.0 +Maintainer: Debian QA Group <packages@qa.debian.org> +Build-Depends: + debhelper-compat (= 13), + dh-sequence-python3, + libqrencode-dev, + python3-all-dev, + python3-pil, + python3-setuptools, +Standards-Version: 4.6.2 Homepage: https://pypi.python.org/pypi/qrencode Vcs-Browser: https://salsa.debian.org/debian/python-qrencode Vcs-Git: https://salsa.debian.org/debian/python-qrencode.git Package: python3-qrencode Architecture: any -Depends: ${misc:Depends}, - ${python3:Depends}, - ${shlibs:Depends} -Provides: ${python3:Provides} +Depends: + ${misc:Depends}, + ${python3:Depends}, + ${shlibs:Depends}, +Provides: + ${python3:Provides}, Description: Python bindings for the Qrencode QR Code generator library (Python 3) This package contains modules that allow you to use the Qrencode QR Code generator library in Python programs. diff --git a/debian/rules b/debian/rules index 35d4065..5d736f8 100755 --- a/debian/rules +++ b/debian/rules @@ -4,4 +4,4 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all export PYBUILD_NAME=qrencode %: - dh $@ --with=python3 --buildsystem=pybuild + dh $@ --buildsystem=pybuild diff --git a/debian/upstream/metadata b/debian/upstream/metadata new file mode 100644 index 0000000..dd225ee --- /dev/null +++ b/debian/upstream/metadata @@ -0,0 +1,5 @@ +--- +Bug-Database: https://github.com/Arachnid/pyqrencode/issues +Bug-Submit: https://github.com/Arachnid/pyqrencode/issues/new +Repository: https://github.com/Arachnid/pyqrencode.git +Repository-Browse: https://github.com/Arachnid/pyqrencode |
