From a4067d9c21bd66aa76e6c48050851504c4c965f1 Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Thu, 31 Dec 2015 00:23:22 +0000 Subject: Change maintainer lookup in contact-maintainers to use PTS The current implementation depends on apt-cache and may use stale information depending on the local APT configuration. If squeeze source packages are enabled in order to work on squeeze-lts, this may pick up the maintainers from those packages. Use rdflib to parse the maintainer names and addresses from the PTS. As a fallback, if rdflib is not available, use the PTS alias for the package maintainers. The PTS does not separate Maintainer and Uploaders, so remove this distinction from the script and templates. git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@38613 e39458fd-73e7-0310-bf30-c45bca0a0e42 --- templates/lts-no-dsa.txt | 4 ---- templates/lts-update-planned.txt | 4 ---- 2 files changed, 8 deletions(-) (limited to 'templates') diff --git a/templates/lts-no-dsa.txt b/templates/lts-no-dsa.txt index 4ca8ebfd9e..d9ee6b50d0 100644 --- a/templates/lts-no-dsa.txt +++ b/templates/lts-no-dsa.txt @@ -2,10 +2,6 @@ To: {{ to }} Cc: {{ cc }} Subject: About the security issues affecting {{ package }} in Squeeze -# XXX: Decide whether you want to put some of those persons in copy and -# then drop this comment -# Uploaders: {{ uploaders}} - Hello dear maintainer(s), the Debian LTS team recently reviewed the security issue(s) affecting your diff --git a/templates/lts-update-planned.txt b/templates/lts-update-planned.txt index 2fba69f3fc..6ccd37688f 100644 --- a/templates/lts-update-planned.txt +++ b/templates/lts-update-planned.txt @@ -2,10 +2,6 @@ To: {{ to }} Cc: {{ cc }} Subject: squeeze update of {{ package }}? -# XXX: Decide whether you want to put some of those persons in copy and -# then drop this comment -# Uploaders: {{ uploaders}} - Hello dear maintainer(s), the Debian LTS team would like to fix the security issues which are -- cgit v1.2.3