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

Bug#998120: tasksel: task-japanese-gnome-desktop does not get installed during Japanese Gnome Flashback installation



Hi,

Holger Wansing <hwansing@mailbox.org> wrote (Sat, 30 Oct 2021 19:34:02 +0200):
> I just found that the patch provided in bug #983688 does not work, 
> task-japanese-gnome-desktop does not get installed, when selecting the Gnome 
> Flashback desktop environment during a Japanese installation.

The attached patch should do it.


Holger



-- 
Holger Wansing <hwansing@mailbox.org>
PGP-Fingerprint: 496A C6E8 1442 4B34 8508  3529 59F1 87CA 156E B076
diff --git a/debian/changelog b/debian/changelog
index 148cd82d..8350205e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ tasksel (3.69) UNRELEASED; urgency=medium
 
   * Install CUPS for all *-desktop tasks, now that task-print-service is no
     longer existing. Closes: #993668
+  * Fix broken relationship of japanese-gnome-desktop task to Gnome
+    Flashback desktop. Closes: #998120
 
  -- Holger Wansing <hwansing@mailbox.org>  Wed, 08 Sep 2021 22:20:05 +0200
 
diff --git a/debian/control b/debian/control
index 1f469e86..e3f37dc4 100644
--- a/debian/control
+++ b/debian/control
@@ -1464,6 +1464,19 @@ Recommends:
 	thunderbird-l10n-ja,
 	ibus-mozc | ibus-anthy
 
+Package: task-japanese-gnome-flashback-desktop
+Architecture: all
+Description: Japanese GNOME Flashback desktop
+ This task localises the GNOME Flashback desktop in Japanese.
+Depends: ${misc:Depends},
+Recommends:
+# evolution has a problem for Japanese, for example it uses always UTF-8
+# subject instead of iso-2022-jp used Japanese de-facto. I recommend
+# thunderbird as default mailer for Japanese desktop users.
+	thunderbird,
+	thunderbird-l10n-ja,
+	ibus-mozc | ibus-anthy
+
 Package: task-japanese-kde-desktop
 Architecture: all
 Description: Japanese KDE Plasma desktop
diff --git a/tasks/japanese-gnome-flashback-desktop b/tasks/japanese-gnome-flashback-desktop
index 5172573f..10ab898c 100644
--- a/tasks/japanese-gnome-flashback-desktop
+++ b/tasks/japanese-gnome-flashback-desktop
@@ -2,4 +2,4 @@ Task: japanese-gnome-flashback-desktop
 Enhances: gnome-desktop, japanese-desktop
 Section: l10n
 Key:
-  task-japanese-gnome-desktop
+  task-japanese-gnome-flashback-desktop

Reply to: