summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmilio Pozuelo Monfort <pochu@debian.org>2023-06-21 16:03:50 +0200
committerEmilio Pozuelo Monfort <pochu@debian.org>2023-06-27 10:33:04 +0200
commitfa1f2a6575954cde08db295182c36e409f5f99b6 (patch)
treee594d787b1537b50057ccbfc994877f9e17eeea9
parent6e53648846b3c970c837c640330dc0792da9e3cd (diff)
check-new-issues: move removed packages to the data file
-rwxr-xr-xbin/check-new-issues5
-rw-r--r--data/packages/removed-packages8
2 files changed, 8 insertions, 5 deletions
diff --git a/bin/check-new-issues b/bin/check-new-issues
index 320fe80d19..cccddd03fc 100755
--- a/bin/check-new-issues
+++ b/bin/check-new-issues
@@ -368,11 +368,6 @@ wnpp = read_wnpp_file(wnppfile)
# packages that should be ignored by -u/-U
ignore_missing_bugs = read_packages_file(removed_packages_file)
ignore_missing_bugs += read_packages_file(ignore_bug_file)
-# TODO: move this to data/packages/{removed,ignored-debian-bug}-packages
-ignore_missing_bugs += "linux-2.6 linux-2.6.24 \
- kfreebsd-source kfreebsd-5 kfreebsd-6 kfreebsd-7 \
- mozilla mozilla-firefox mozilla-thunderbird firefox \
- php4 gnutls11".split()
seen_pkgs = {}
diff --git a/data/packages/removed-packages b/data/packages/removed-packages
index 40034c804b..3430fd8d32 100644
--- a/data/packages/removed-packages
+++ b/data/packages/removed-packages
@@ -81,9 +81,15 @@ xorg-x11
xpdf-i
kfreebsd-source
kfreebsd5-source
+kfreebsd-5
+kfreebsd-6
+kfreebsd-7
ipmenu
gst-ffmpeg
+mozilla
mozilla-browser-plugin
+mozilla-firefox
+mozilla-thunderbird
gabber2
barrendero
gnutls1.3
@@ -724,6 +730,8 @@ w3af
htcheck
kon2
openoffice.org-dictionaries
+linux-2.6
+linux-2.6.24
linux-4.9
linux-latest-4.9
php-openid

© 2014-2024 Faster IT GmbH | imprint | privacy policy