Skip to content
Snippets Groups Projects
Commit 9e543cc2 authored by Neil Williams's avatar Neil Williams
Browse files

Apply changes from Janitor

Remove empty leading paragraph in Description.
Drop unnecessary dependency on build-essential.
Fix field name cases in debian/control (Architecture => Architecture, Source
 => Source).
Trim trailing whitespace.
Bump debhelper from old 12 to 13.
Fix field name cases in debian/control (Architecture => Architecture,
 Priority => Priority).
parent 7e2d9734
No related branches found
No related tags found
No related merge requests found
Pipeline #305414 failed
python-envparse (0.2.0-3) UNRELEASED; urgency=medium
python-envparse (0.2.0-3) unstable; urgency=medium
* Team upload
[ Debian Janitor ]
* Bump debhelper from old 10 to 12.
......@@ -13,6 +15,16 @@ python-envparse (0.2.0-3) UNRELEASED; urgency=medium
[ Debian Janitor ]
* Set upstream metadata fields: Bug-Submit.
* Remove empty leading paragraph in Description.
* Drop unnecessary dependency on build-essential.
* Fix field name cases in debian/control (Architecture => Architecture, Source
=> Source).
* Trim trailing whitespace.
* Fix field name cases in debian/control (Architecture => Architecture,
Section => Section).
* Bump debhelper from old 12 to 13.
* Fix field name cases in debian/control (Architecture => Architecture,
Priority => Priority).
[ Neil Williams ]
* Fix dh_python depends (lintian error)
......@@ -20,7 +32,7 @@ python-envparse (0.2.0-3) UNRELEASED; urgency=medium
* Add Salsa CI
* Update standards version
-- Debian Janitor <janitor@jelmer.uk> Thu, 12 Dec 2019 17:26:43 +0000
-- Neil Williams <codehelp@debian.org> Wed, 20 Oct 2021 11:54:58 +0100
python-envparse (0.2.0-2) unstable; urgency=medium
......
Source: python-envparse
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Sophie Brun <sophie@freexian.com>
Build-Depends:
debhelper-compat (= 12),
Build-Depends:
debhelper-compat (= 13),
dh-python,
python3-all:any,
python3-pytest,
......@@ -14,12 +11,15 @@ Homepage: https://github.com/rconradharris/envparse
Vcs-Git: https://salsa.debian.org/python-team/packages/python-envparse.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-envparse
Testsuite: autopkgtest-pkg-python
Source: python-envparse
Section: python
Priority: optional
Package: python3-envparse
Architecture: all
Depends:
${misc:Depends},
${python3:Depends}
Package: python3-envparse
Description: environment variable parsing (Python 3)
This package contains a simple utility to parse environment variables.
os.environ is a great choice to start off with but over time you'll find
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment