diff options
| -rw-r--r-- | debian/changelog | 14 | ||||
| -rw-r--r-- | debian/control | 4 | ||||
| -rw-r--r-- | debian/upstream/metadata | 4 |
3 files changed, 19 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index f34b4fe..7b1d205 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,17 @@ +python-versioneer (0.29-2) unstable; urgency=medium + + * Team upload. + + [ Helmut Grohne ] + * Mark python3-versioneer Multi-Arch: foreign. (Closes: #1125091) + + [ Michael R. Crusoe ] + * Standards-Version: 4.7.3 (routine-update) + * Set upstream metadata fields: Repository, Repository-Browse. + * debputy lint --auto-fix (routine-update) + + -- Michael R. Crusoe <crusoe@debian.org> Thu, 12 Feb 2026 16:29:50 +0100 + python-versioneer (0.29-1) unstable; urgency=medium * Team upload. diff --git a/debian/control b/debian/control index 793fa71..e20ac41 100644 --- a/debian/control +++ b/debian/control @@ -18,13 +18,15 @@ Build-Depends: python3-flake8-docstrings <!nocheck>, python3-mypy <!nocheck>, tox <!nocheck>, -Standards-Version: 4.6.2 +Standards-Version: 4.7.3 Homepage: https://github.com/python-versioneer/python-versioneer Vcs-Browser: https://salsa.debian.org/python-team/packages/python-versioneer Vcs-Git: https://salsa.debian.org/python-team/packages/python-versioneer.git Package: python3-versioneer +Section: python Architecture: all +Multi-Arch: foreign Depends: ${misc:Depends}, ${python3:Depends}, diff --git a/debian/upstream/metadata b/debian/upstream/metadata index c1391b8..d6dc06f 100644 --- a/debian/upstream/metadata +++ b/debian/upstream/metadata @@ -3,5 +3,5 @@ Bug-Submit: https://github.com/warner/python-versioneer/issues/new Registry: - Name: conda:conda-forge Entry: versioneer -Repository: https://github.com/warner/python-versioneer.git -Repository-Browse: https://github.com/warner/python-versioneer +Repository: https://github.com/python-versioneer/python-versioneer.git +Repository-Browse: https://github.com/python-versioneer/python-versioneer |
