On Wed, 2007-09-19 at 17:02 -0400, Ian Zimmerman wrote:
[...]
> [EMAIL PROTECTED]:~# dpkg -S /usr/share/doc/cpp/FAQ.gz
> gcc: /usr/share/doc/cpp/FAQ.gz
> [EMAIL PROTECTED]:~# dpkg --status gcc
> Package: gcc
> [...]
> Maintainer: Debian GCC Maintainers <[EMAIL PROTECTED]>
> Architecture: i386
> Source: gcc-defaults (1.61)
> Version: 4:4.2.1-6
[..]
> Description: The GNU C compiler
> This is the GNU C compiler, a fairly portable optimizing compiler for C.
> .
> This is a dependency package providing the default GNU C compiler.
That's the description in the package's control file; dpkg is simply
displaying it:
[EMAIL PROTECTED]:~$ egrep -A12 "^Package: gcc$"
gcc-defaults-1.65/debian/control
Package: gcc
Priority: optional
Architecture: any
Depends: cpp (>= ${version:cpp}), gcc-${pv:gcc} ${reqv:gcc}
Recommends: libc6-dev | libc-dev
Suggests: gcc-multilib, make, manpages-dev, autoconf, automake1.9,
libtool, flex, bison, gdb, gcc-doc
Provides: c-compiler
Conflicts: gcc-doc (<< 1:2.95.3)
Description: The GNU C compiler
This is the GNU C compiler, a fairly portable optimizing compiler for
C.
.
This is a dependency package providing the default GNU C compiler.
Regards,
Adam
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]