diff options
| author | Michael R. Crusoe <crusoe@debian.org> | 2026-02-12 16:29:50 +0100 |
|---|---|---|
| committer | git-ubuntu importer <ubuntu-devel-discuss@lists.ubuntu.com> | 2026-02-12 22:39:45 +0000 |
| commit | c89db716bc938573f89d1fa0ea509ac44f5c566d (patch) | |
| tree | 5aebe12cbc9c217a81f0931e99da84b557b931a1 | |
| parent | 0f97c4246393e8c20c41b8bab21dc8d0518efc2e (diff) | |
0.29-2 (patches unapplied)HEADimport/0.29-2ubuntu/resolute-proposedubuntu/resolute-develubuntu/resoluteubuntu/develdebian/sid
Imported using git-ubuntu import.
Notes
Notes:
* 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)
| -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 |
