diff options
| author | Sandro Tosi <morph@debian.org> | 2022-06-02 23:45:51 -0400 |
|---|---|---|
| committer | git-ubuntu importer <ubuntu-devel-discuss@lists.ubuntu.com> | 2022-06-07 10:38:12 +0000 |
| commit | cd955272791c82547f337f29ad0afe2b594d4fe1 (patch) | |
| tree | 09fd27572eebf7dd5f86edd280e3b9f2b52cbd7c | |
| parent | 81eddf53e7d6e1c9dd7d0657024f825081b0e252 (diff) | |
| parent | 945f8ef0aa143170b0fca9afe49191dd1ace2024 (diff) | |
3.4.6-3 (patches applied)applied/3.4.6-3applied/ubuntu/oracular-develapplied/ubuntu/oracularapplied/ubuntu/noble-develapplied/ubuntu/nobleapplied/ubuntu/mantic-develapplied/ubuntu/manticapplied/ubuntu/lunar-develapplied/ubuntu/lunarapplied/ubuntu/kinetic-proposedapplied/ubuntu/kinetic-develapplied/ubuntu/kineticapplied/debian/bookworm
Imported using git-ubuntu import.
| -rw-r--r-- | debian/changelog | 17 | ||||
| -rw-r--r-- | debian/control | 10 | ||||
| -rw-r--r-- | debian/upstream/metadata | 5 |
3 files changed, 27 insertions, 5 deletions
diff --git a/debian/changelog b/debian/changelog index 5767eaa..d4c552b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,20 @@ +python-box (3.4.6-3) unstable; urgency=medium + + [ Ondřej Nový ] + * d/control: Update Maintainer field with new Debian Python Team + contact address. + * d/control: Update Vcs-* fields with new Debian Python Team Salsa + layout. + + [ Debian Janitor ] + * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository, + Repository-Browse. + * Update standards version to 4.5.0, no changes needed. + * Bump debhelper from old 12 to 13. + * Update standards version to 4.5.1, no changes needed. + + -- Sandro Tosi <morph@debian.org> Thu, 02 Jun 2022 23:45:51 -0400 + python-box (3.4.6-2) unstable; urgency=medium * Rebuild source only diff --git a/debian/control b/debian/control index 810fa1a..ce1ff76 100644 --- a/debian/control +++ b/debian/control @@ -1,11 +1,11 @@ Source: python-box Section: python Priority: optional -Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org> +Maintainer: Debian Python Team <team+python@tracker.debian.org> Uploaders: Michal Arbet <michal.arbet@ultimum.io>, Build-Depends: - debhelper-compat (= 12), + debhelper-compat (= 13), dh-python, python3-all, python3-setuptools, @@ -13,9 +13,9 @@ Build-Depends-Indep: python3-yaml, python3-pytest, python3-pytest-runner, -Standards-Version: 4.4.1 -Vcs-Browser: https://salsa.debian.org/python-team/modules/python-box -Vcs-Git: https://salsa.debian.org/python-team/modules/python-box.git +Standards-Version: 4.5.1 +Vcs-Browser: https://salsa.debian.org/python-team/packages/python-box +Vcs-Git: https://salsa.debian.org/python-team/packages/python-box.git Homepage: https://github.com/cdgriffith/Box Rules-Requires-Root: no diff --git a/debian/upstream/metadata b/debian/upstream/metadata new file mode 100644 index 0000000..be63744 --- /dev/null +++ b/debian/upstream/metadata @@ -0,0 +1,5 @@ +--- +Bug-Database: https://github.com/cdgriffith/Box/issues +Bug-Submit: https://github.com/cdgriffith/Box/issues/new +Repository: https://github.com/cdgriffith/Box.git +Repository-Browse: https://github.com/cdgriffith/Box |
