diff options
| author | Boyuan Yang <byang@debian.org> | 2021-02-06 23:45:49 -0500 |
|---|---|---|
| committer | git-ubuntu importer <ubuntu-devel-discuss@lists.ubuntu.com> | 2021-02-07 10:36:46 +0000 |
| commit | 1a970b3505b40ff01bef3205745b553a7dc09925 (patch) | |
| tree | 38a22bc9e2df5bf61216b997e1fd91ec98cd78e5 | |
| parent | c486cab7cd0703449ee253741c88102e4bcfc7af (diff) | |
1.4.0-2 (patches unapplied)import/1.4.0-2ubuntu/kinetic-develubuntu/kineticubuntu/jammy-develubuntu/jammyubuntu/impish-develubuntu/impishubuntu/hirsute-proposedubuntu/hirsute-develubuntu/hirsutedebian/bullseye
Imported using git-ubuntu import.
Notes
Notes:
* Team upload.
[ Ondřej Nový ]
* d/control: Update Maintainer field with new Debian Python Team
contact address.
* d/changelog: Remove trailing whitespaces.
* d/control: Update Vcs-* fields with new Debian Python Team Salsa
layout.
[ Boyuan Yang ]
* Bump Standards-Version to 4.5.1.
| -rw-r--r-- | debian/changelog | 18 | ||||
| -rw-r--r-- | debian/control | 8 |
2 files changed, 21 insertions, 5 deletions
diff --git a/debian/changelog b/debian/changelog index ba6859e..9d2cb75 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,24 @@ +python-atomicwrites (1.4.0-2) unstable; urgency=medium + + * Team upload. + + [ Ondřej Nový ] + * d/control: Update Maintainer field with new Debian Python Team + contact address. + * d/changelog: Remove trailing whitespaces. + * d/control: Update Vcs-* fields with new Debian Python Team Salsa + layout. + + [ Boyuan Yang ] + * Bump Standards-Version to 4.5.1. + + -- Boyuan Yang <byang@debian.org> Sat, 06 Feb 2021 23:45:49 -0500 + python-atomicwrites (1.4.0-1) unstable; urgency=medium * Team upload. * New upstream release. - * debian/rules: Use execute_after syntax. + * debian/rules: Use execute_after syntax. -- Boyuan Yang <byang@debian.org> Tue, 14 Jul 2020 09:48:52 -0400 diff --git a/debian/control b/debian/control index 4b8a560..3f76c12 100644 --- a/debian/control +++ b/debian/control @@ -1,5 +1,5 @@ Source: python-atomicwrites -Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org> +Maintainer: Debian Python Team <team+python@tracker.debian.org> Uploaders: Filip Pytloun <filip@pytloun.cz> Section: python Priority: optional @@ -8,11 +8,11 @@ Build-Depends: debhelper-compat (= 13), python3-all, python3-pytest, python3-setuptools, -Standards-Version: 4.5.0 +Standards-Version: 4.5.1 Testsuite: autopkgtest-pkg-python Homepage: https://github.com/untitaker/python-atomicwrites -Vcs-Browser: https://salsa.debian.org/python-team/modules/python-atomicwrites -Vcs-Git: https://salsa.debian.org/python-team/modules/python-atomicwrites.git +Vcs-Browser: https://salsa.debian.org/python-team/packages/python-atomicwrites +Vcs-Git: https://salsa.debian.org/python-team/packages/python-atomicwrites.git Rules-Requires-Root: no Package: python3-atomicwrites |
