diff options
| author | Gianfranco Costamagna <locutusofborg@debian.org> | 2020-01-20 10:14:27 +0100 |
|---|---|---|
| committer | git-ubuntu importer <ubuntu-devel-discuss@lists.ubuntu.com> | 2020-01-20 16:45:35 +0000 |
| commit | f446a92cc6b999a425d64ff40592a3cd257f6c73 (patch) | |
| tree | 7e47ca789a70d3346416cac423c18e2821aeb3b5 | |
| parent | 888b6c5a493642d6a11b566ccba445fe8f74bd38 (diff) | |
| parent | b117cc2cac200a2f2b7faa39716c069f3aec1ec7 (diff) | |
0.5.1-6 (patches applied)applied/0.5.1-6applied/ubuntu/lunar-develapplied/ubuntu/lunarapplied/ubuntu/kinetic-develapplied/ubuntu/kineticapplied/ubuntu/jammy-develapplied/ubuntu/jammyapplied/ubuntu/impish-develapplied/ubuntu/impishapplied/ubuntu/hirsute-develapplied/ubuntu/hirsuteapplied/ubuntu/groovy-develapplied/ubuntu/groovyapplied/ubuntu/focal-proposedapplied/ubuntu/focal-develapplied/ubuntu/focalapplied/debian/bullseyeapplied/debian/bookworm
Imported using git-ubuntu import.
| -rw-r--r-- | debian/changelog | 18 | ||||
| -rw-r--r-- | debian/control | 8 | ||||
| -rw-r--r-- | debian/copyright | 2 | ||||
| -rw-r--r-- | debian/upstream/metadata | 2 |
4 files changed, 23 insertions, 7 deletions
diff --git a/debian/changelog b/debian/changelog index 0146035..8489458 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,21 @@ +ndg-httpsclient (0.5.1-6) unstable; urgency=medium + + [ Debian Janitor ] + * debian/copyright: use spaces rather than tabs to start continuation + lines. + * Set upstream metadata fields: Repository, Repository-Browse. + * Use canonical URL in Vcs-Browser. + * Update standards version to 4.4.1, no changes needed. + + -- Gianfranco Costamagna <locutusofborg@debian.org> Mon, 20 Jan 2020 10:14:27 +0100 + +ndg-httpsclient (0.5.1-5) unstable; urgency=medium + + * Drop all python2 leftover dependencies (Closes: #937122) + * Bump std-version to 4.4.1, no changes required + + -- Gianfranco Costamagna <locutusofborg@debian.org> Mon, 20 Jan 2020 09:57:16 +0100 + ndg-httpsclient (0.5.1-4) unstable; urgency=medium [ Ondřej Nový ] diff --git a/debian/control b/debian/control index b0bad96..f582d8d 100644 --- a/debian/control +++ b/debian/control @@ -5,18 +5,14 @@ Maintainer: Gianfranco Costamagna <locutusofborg@debian.org> Build-Depends: debhelper-compat (= 12), dh-python, openssl, - python-all, - python-openssl, - python-pyasn1, - python-setuptools, python3-all, python3-openssl, python3-pyasn1, python3-setuptools -Standards-Version: 4.4.0 +Standards-Version: 4.4.1 Homepage: https://pypi.python.org/pypi/ndg-httpsclient Vcs-Git: https://salsa.debian.org/debian/ndg-httpsclient.git -Vcs-Browser: https://salsa.debian.org/debian/ndg-httpsclient.git +Vcs-Browser: https://salsa.debian.org/debian/ndg-httpsclient Package: python3-ndg-httpsclient Breaks: python-ndg-httpsclient (<<0.5.1-2) diff --git a/debian/copyright b/debian/copyright index 13b8a9e..cea2e75 100644 --- a/debian/copyright +++ b/debian/copyright @@ -8,7 +8,7 @@ License: BSD-3-clause Files: debian/* Copyright: 2014 Julien Cristau <jcristau@debian.org> - 2015-2019 Gianfranco Costamagna <locutusofborg@debian.org> + 2015-2019 Gianfranco Costamagna <locutusofborg@debian.org> License: BSD-3-clause License: BSD-3-clause diff --git a/debian/upstream/metadata b/debian/upstream/metadata new file mode 100644 index 0000000..a1327d8 --- /dev/null +++ b/debian/upstream/metadata @@ -0,0 +1,2 @@ +Repository: https://github.com/cedadev/ndg_httpsclient.git +Repository-Browse: https://github.com/cedadev/ndg_httpsclient |
