From 4c518bafc7da61ccd3342c69648d5bf47fb72c8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jelmer=20Vernoo=C4=B3?= Date: Tue, 11 Sep 2018 19:58:00 +0100 Subject: [PATCH] Remove unnecessary XS-Testsuite field in debian/control. Fixes lintian: xs-testsuite-field-in-debian-control See https://lintian.debian.org/tags/xs-testsuite-field-in-debian-control.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 b46378f..03fe056 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +cfitsio (3.450-2) UNRELEASED; urgency=medium + + * Remove unnecessary XS-Testsuite field in debian/control. + + -- Jelmer Vernooij Tue, 11 Sep 2018 19:58:00 +0100 + cfitsio (3.450-1) experimental; urgency=medium * New upstream version: diff --git a/debian/control b/debian/control index e7b54b0..df14638 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,6 @@ Standards-Version: 4.1.5 Homepage: https://heasarc.gsfc.nasa.gov/fitsio/fitsio.html Vcs-Browser: https://salsa.debian.org/debian-astro-team/cfitsio Vcs-Git: https://salsa.debian.org/debian-astro-team/cfitsio.git -XS-Testsuite: autopkgtest Package: libcfitsio7 Architecture: any -- GitLab