[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#929746: tasksel: Tasks should not recommend dummy transitional packages



Package: tasksel
Version: 3.53
Severity: normal
Tags: patch

Debian Install System Team,

Weekly Live Builds:
    https://cdimage.debian.org/cdimage/weekly-live-builds/amd64/iso-hybrid/
include the following packages:
  1) aspell-eu-es
	Depends: aspell-eu
	Description-en: transitional dummy package to aspell-eu
  2) hunspell-gl-es
	Depends: hunspell-gl
	Description-en: Galician dictionary for hunspell - dummy transitional
  3) hunspell-sv-se
	Depends: hunspell-sv
	Description-en: Swedish dictionary for hunspell - dummy transitional

Currently:
	task-basque           recommends aspell-eu-es
	task-galician-desktop recommends hunspell-gl-es
	task-swedish-desktop  recommends hunspell-sv-se

Tasks should not recommend dummy transitional packages.

I believe thay should be:
	task-basque           recommends aspell-eu
	task-galician-desktop recommends hunspell-gl
	task-swedish-desktop  recommends hunspell-sv

The **untested** patch below should fix these.

Thank you!
Dan

*** tasksel.diff
diff -ru a/debian/control b/debian/control
--- a/debian/control	2019-05-22 22:59:28.000000000 -0500
+++ b/debian/control	2019-05-30 00:00:00.000000000 -0500
@@ -445,7 +445,7 @@
  to help Basque speaking people use Debian.
 Depends: ${misc:Depends},
 Recommends:
-	aspell-eu-es
+	aspell-eu
 
 Package: task-basque-desktop
 Architecture: all
@@ -1047,7 +1047,7 @@
 	libreoffice-l10n-gl,
 	libreoffice-help-gl,
 	firefox-esr-l10n-gl | firefox-l10n-gl,
-	hunspell-gl-es,
+	hunspell-gl
 
 Package: task-galician-kde-desktop
 Architecture: all
@@ -2155,7 +2155,7 @@
 	libreoffice-l10n-sv,
 	libreoffice-help-sv,
 	firefox-esr-l10n-sv-se | firefox-l10n-sv-se,
-	hunspell-sv-se
+	hunspell-sv
 
 Package: task-swedish-kde-desktop
 Architecture: all


Reply to: