From 6183469224640a3ad15c171c32ad66ff4054c340 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jelmer=20Vernoo=C4=B3?= Date: Wed, 17 Oct 2018 22:07:43 +0000 Subject: [PATCH 1/2] Remove unnecessary X-Python{,3}-Version field in debian/control. Fixes lintian: ancient-python-version-field See https://lintian.debian.org/tags/ancient-python-version-field.html for more details. --- debian/changelog | 6 ++++++ debian/control | 1 - 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 017df0a..4ac10aa 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +emcee (2.2.1-2) UNRELEASED; urgency=medium + + * Remove unnecessary X-Python{,3}-Version field in debian/control. + + -- Jelmer Vernooij Wed, 17 Oct 2018 22:07:43 +0000 + emcee (2.2.1-1) unstable; urgency=low * Imported Upstream version 2.2.1 diff --git a/debian/control b/debian/control index 66353a3..b613733 100644 --- a/debian/control +++ b/debian/control @@ -13,7 +13,6 @@ Standards-Version: 3.9.8 Homepage: http://dan.iel.fm/emcee/ Vcs-Git: https://salsa.debian.org/debian-astro-team/emcee.git Vcs-Browser: https://salsa.debian.org/debian-astro-team/emcee -X-Python-Version: >= 2.7 Package: python-emcee Architecture: all -- GitLab From 883769e977a824cc141c074c4c5bf2a77d53da74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jelmer=20Vernoo=C4=B3?= Date: Wed, 17 Oct 2018 22:07:43 +0000 Subject: [PATCH 2/2] Use secure copyright file specification URI. Fixes lintian: insecure-copyright-format-uri See https://lintian.debian.org/tags/insecure-copyright-format-uri.html for more details. --- debian/changelog | 1 + debian/copyright | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 4ac10aa..7872ec4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ emcee (2.2.1-2) UNRELEASED; urgency=medium * Remove unnecessary X-Python{,3}-Version field in debian/control. + * Use secure copyright file specification URI. -- Jelmer Vernooij Wed, 17 Oct 2018 22:07:43 +0000 diff --git a/debian/copyright b/debian/copyright index 23466f4..f3b6180 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,4 +1,4 @@ -Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: emcee Files: * -- GitLab