Package: gcc-3.3
Severity: minor
Tags: patch
Hi,
your package specifies multiple lines for the provides field for one
package which is illegal. Attached patch merges the duplicate lines into
a single line.
Please consider applying.
Regards,
Stefan
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-1-686
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
diff -ur gcc-3.3-3.3.6/debian/control gcc-3.3-3.3.6.mod/debian/control
--- gcc-3.3-3.3.6/debian/control 2006-03-14 17:28:19.000000000 +0100
+++ gcc-3.3-3.3.6.mod/debian/control 2006-03-14 17:26:54.000000000 +0100
@@ -173,9 +173,8 @@
Priority: optional
Depends: gcc-3.3-base (= 1:3.3.6-12), gcc-3.3 (= 1:3.3.6-12), ${shlibs:Depends}
Suggests: gnat-3.3-doc, ada-reference-manual
-Provides: ada-compiler
+Provides: ada-compiler, gnat
Conflicts: gnat, gnat-3.1, gnat-3.2
-Provides: gnat
Description: The GNU Ada compiler
This is the GNU Ada compiler, which compiles Ada on platforms supported
by the gcc compiler. It uses the gcc backend to generate optimized code.
diff -ur gcc-3.3-3.3.6/debian/control.m4 gcc-3.3-3.3.6.mod/debian/control.m4
--- gcc-3.3-3.3.6/debian/control.m4 2006-03-14 17:28:19.000000000 +0100
+++ gcc-3.3-3.3.6.mod/debian/control.m4 2006-03-14 17:27:25.000000000 +0100
@@ -537,9 +537,8 @@
Priority: PRI(optional)
Depends: gcc`'PV-base (= CV), gcc`'PV (= CV), ${shlibs:Depends}
Suggests: gnat`'PV-doc, ada-reference-manual
-Provides: ada-compiler
+Provides: ada-compiler, gnat
Conflicts: gnat, gnat-3.1, gnat-3.2
-Provides: gnat
Description: The GNU Ada compiler
This is the GNU Ada compiler, which compiles Ada on platforms supported
by the gcc compiler. It uses the gcc backend to generate optimized code.