Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
handle non-URL explanations in contact-maintainers
· fa78d4b3
Antoine Beaupré
authored
Feb 16, 2018
fa78d4b3
irssi dla-needed w/ caveat
· c0678b9e
Antoine Beaupré
authored
Feb 16, 2018
c0678b9e
Show whitespace changes
Inline
Side-by-side
bin/contact-maintainers
View file @
c0678b9e
...
...
@@ -103,7 +103,7 @@ if args.lts and not args.force:
continue
if
line
.
split
()[
0
]
==
args
.
package
:
print
"
Maintainer(s) may not be contacted for LTS issues.
"
print
(
"
Pl
eas
e have a look at
{}
"
.
format
(
line
.
split
()[
1
]
))
print
(
"
R
eas
on:
{}
"
.
format
(
"
"
.
join
(
line
.
split
()[
1
:])
))
print
(
"
If you still want to run this script, run it with --force.
"
)
sys
.
exit
(
1
)
...
...
data/dla-needed.txt
View file @
c0678b9e
...
...
@@ -30,6 +30,9 @@ golang
icu (Thorsten Alteholz)
NOTE: 20171229: CVE-2017-15422 was reported via Google Code issue report in Chromium project; report is not visible to the public
--
irssi
NOTE: give maintainer time to reply to https://lists.debian.org/87k1vcitzn.fsf@curie.anarc.at
--
krb5
NOTE: lts-do-not-call
NOTE: Details not public. Yet. See https://lists.debian.org/msgid-search/20180208212643.GB7792@pisco.westfalen.local
...
...