Your message dated Mon, 8 May 2006 01:08:10 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Bug#366334: gcc-4.1: libgnat{vsn,prj}-dev depend on
nonexistent packages
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: gcc-4.1
Version: 4.1.0-2
Severity: serious
Tags: patch
In the source package gcc-4.1, there is a typo in control.m4 that
causes the binary packages libgnatvsn-dev and libgnatprj-dev to depend
on nonexistent packages. Patch below.
--
Ludovic Brenta.
--- control.m4 216e8e17760cbf85a0b16a4f0b80d7dbf4707d00
+++ control.m4 29f1d8f7f974153255d5d2b9e193c3fb7f97e1d5
@@ -958,7 +958,7 @@
Section: libdevel
Architecture: any
Priority: PRI(optional)
-Depends: BASEDEP, libgnatvsn`'-GNAT_V (=${Source-Version})
+Depends: BASEDEP, libgnatvsn`'GNAT_V (=${Source-Version})
Description: GNU Ada compiler version library - development files
This library exports selected components of GNAT, the GNU Ada compiler, for
use
in other packages, most notably ASIS and ASIS-based packages. It is licensed
@@ -982,7 +982,7 @@
Section: libdevel
Architecture: any
Priority: PRI(optional)
-Depends: BASEDEP, libgnatprj`'-GNAT_V (=${Source-Version})
+Depends: BASEDEP, libgnatprj`'GNAT_V (=${Source-Version})
Description: GNU Ada Project Manager development files
GNAT, the GNU Ada compiler, uses project files to organise source and object
files in large-scale development efforts. Several other tools, such as
--- End Message ---
--- Begin Message ---
Version: 4.1.0-3
[EMAIL PROTECTED] writes:
> Package: gcc-4.1
> Version: 4.1.0-2
> Severity: serious
> Tags: patch
>
> In the source package gcc-4.1, there is a typo in control.m4 that
> causes the binary packages libgnatvsn-dev and libgnatprj-dev to depend
> on nonexistent packages. Patch below.
fixed
--- End Message ---