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

Bug#1061372: gm2-14: typo in title in gm2-14 package claiming being D compiler, not modula



Control: tags 1061372 + patch

On Tue, 23 Jan 2024 09:24:07 +0100 Grégory Mounié
<gregory@kiowa.imag.fr> wrote:
> In the title of the package in aptitude, I get for gm2-14
> 
> "GNU D compiler (version 2)" (the title of gdc-14). I suspect a
> copy-paste error.

I also encountered this issue in the same context and I've attached a
patch which should fix it.

-- 
Plasma
diff -Nru gcc-14-14-20240121/debian/control gcc-14-14-20240121/debian/control
--- gcc-14-14-20240121/debian/control	2024-01-20 18:11:31.000000000 -0600
+++ gcc-14-14-20240121/debian/control	2024-01-24 14:42:05.000000000 -0600
@@ -4881,7 +4881,7 @@
 Architecture: any
 Depends: gm2-14${target:suffix} (= ${gcc:Version}), gcc-14-base (>= ${gcc:SoftVersion}), g++-14 (>= ${gcc:SoftVersion}), ${dep:gm2cross}, ${misc:Depends}
 Provides: gm2, m2-compiler
-Description: GNU D compiler (version 2)
+Description: GNU Modula-2 compiler
  This is the GNU Modula-2 compiler, which compiles Modula-2 on platforms
  supported by gcc.  It uses the gcc backend to generate optimised code.
 
diff -Nru gcc-14-14-20240121/debian/control.m4 gcc-14-14-20240121/debian/control.m4
--- gcc-14-14-20240121/debian/control.m4	2024-01-20 18:11:10.000000000 -0600
+++ gcc-14-14-20240121/debian/control.m4	2024-01-24 14:37:18.000000000 -0600
@@ -4268,7 +4268,7 @@
 Depends: gm2`'PV`'${target:suffix} (= ${gcc:Version}), SOFTBASEDEP, g++`'PV (>= ${gcc:SoftVersion}), ${dep:gm2cross}, ${misc:Depends}
 Provides: gm2, m2-compiler
 BUILT_USING`'dnl
-Description: GNU D compiler (version 2)
+Description: GNU Modula-2 compiler
  This is the GNU Modula-2 compiler, which compiles Modula-2 on platforms
  supported by gcc.  It uses the gcc backend to generate optimised code.
 ')`'dnl TARGET

Reply to: