From 975e342a964cc09755cf3a799510bba869d1cdae Mon Sep 17 00:00:00 2001 From: Debian Janitor Date: Fri, 6 Dec 2019 18:21:03 +0000 Subject: [PATCH 1/3] Use secure URI in debian/watch. Fixes lintian: debian-watch-uses-insecure-uri See https://lintian.debian.org/tags/debian-watch-uses-insecure-uri.html for more details. --- debian/changelog | 6 ++++++ debian/watch | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 0cec149e..0505cdb2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +iraf (2.16.1+2018.11.01-4) UNRELEASED; urgency=medium + + * Use secure URI in debian/watch. + + -- Debian Janitor Fri, 06 Dec 2019 18:20:55 +0000 + iraf (2.16.1+2018.11.01-3) unstable; urgency=low * Add gitlab CI file diff --git a/debian/watch b/debian/watch index f4ac9518..506643cd 100644 --- a/debian/watch +++ b/debian/watch @@ -1,5 +1,5 @@ version=3 #opts=dversionmangle=s/\+.+//,uversionmangle=s/(.)(.+)/$1.$2/ \ -# http://iraf.noao.edu/ ftp://iraf.noao.edu/iraf/v(.+)/PCIX/iraf-src.tar.gz +# https://iraf.noao.edu/ ftp://iraf.noao.edu/iraf/v(.+)/PCIX/iraf-src.tar.gz opts=uversionmangle=s/-/+/,filenamemangle=s/.+\/v?(\d\S+)\.tar\.gz/iraf-$1\.tar\.gz/ \ https://github.com/iraf-community/iraf/tags .*/v?(\d\S+)\.tar\.gz -- GitLab From 8bf6049d647979bf27b8d6c2afdb7cf6c706b8a9 Mon Sep 17 00:00:00 2001 From: Debian Janitor Date: Fri, 6 Dec 2019 18:21:27 +0000 Subject: [PATCH 2/3] Set upstream metadata fields: Bug-Submit, Repository-Browse. --- debian/changelog | 1 + debian/upstream/metadata | 20 +++++++++++--------- 2 files changed, 12 insertions(+), 9 deletions(-) diff --git a/debian/changelog b/debian/changelog index 0505cdb2..4db59cbc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ iraf (2.16.1+2018.11.01-4) UNRELEASED; urgency=medium * Use secure URI in debian/watch. + * Set upstream metadata fields: Bug-Submit, Repository-Browse. -- Debian Janitor Fri, 06 Dec 2019 18:20:55 +0000 diff --git a/debian/upstream/metadata b/debian/upstream/metadata index 10f6fcb1..a9e68a3f 100644 --- a/debian/upstream/metadata +++ b/debian/upstream/metadata @@ -2,13 +2,15 @@ ASCL-Id: 9911.002 Bug-Database: https://github.com/iraf-community/iraf/issues Name: IRAF Reference: - Author: Tody, Doug - Title: "The IRAF Data Reduction and Analysis System" - Journal: Proc.SPIE - Year: 1986 - Volume: 627 - Pages: 733 - 748 - URL: http://adsabs.harvard.edu/abs/1986SPIE..627..733T - Eprint: http://iraf.noao.edu/iraf/ftp/iraf/docs/iraf.ps.Z - Doi: 10.1117/12.968154 + Author: Tody, Doug + Title: "The IRAF Data Reduction and Analysis System" + Journal: Proc.SPIE + Year: 1986 + Volume: 627 + Pages: 733 - 748 + URL: http://adsabs.harvard.edu/abs/1986SPIE..627..733T + Eprint: http://iraf.noao.edu/iraf/ftp/iraf/docs/iraf.ps.Z + Doi: 10.1117/12.968154 Repository: https://github.com/iraf-community/iraf +Bug-Submit: https://github.com/iraf-community/iraf/issues/new +Repository-Browse: https://github.com/iraf-community/iraf -- GitLab From 32b491f663808a481687138a3406d0620683b169 Mon Sep 17 00:00:00 2001 From: Debian Janitor Date: Fri, 6 Dec 2019 18:21:52 +0000 Subject: [PATCH 3/3] Remove obsolete field Name from debian/upstream/metadata. --- debian/changelog | 1 + debian/upstream/metadata | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 4db59cbc..1bbbc2b8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ iraf (2.16.1+2018.11.01-4) UNRELEASED; urgency=medium * Use secure URI in debian/watch. * Set upstream metadata fields: Bug-Submit, Repository-Browse. + * Remove obsolete field Name from debian/upstream/metadata. -- Debian Janitor Fri, 06 Dec 2019 18:20:55 +0000 diff --git a/debian/upstream/metadata b/debian/upstream/metadata index a9e68a3f..badcf532 100644 --- a/debian/upstream/metadata +++ b/debian/upstream/metadata @@ -1,6 +1,5 @@ ASCL-Id: 9911.002 Bug-Database: https://github.com/iraf-community/iraf/issues -Name: IRAF Reference: Author: Tody, Doug Title: "The IRAF Data Reduction and Analysis System" -- GitLab