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

Bug#366334: gcc-4.1: libgnat{vsn,prj}-dev depend on nonexistent packages



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




Reply to: