1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66
|
Source: gcc-doc-defaults
Section: contrib/doc
Priority: optional
Maintainer: Debian GCC Maintainers <debian-gcc@lists.debian.org>
Uploaders:
Nikita V. Youshchenko <yoush@debian.org>,
Guo Yixuan <culu.gyx@gmail.com>
Build-Depends: debhelper (>> 5),
cpp, gfortran, gnat, gcj-jdk
Standards-Version: 3.9.4
Homepage: http://gcc.gnu.org/
Vcs-Browser: http://git.debian.org/?p=users/yixuan-guest/gcc-doc-defaults.git
Vcs-Git: git://git.debian.org/users/yixuan-guest/gcc-doc-defaults.git
Package: gcc-doc
Architecture: any
Depends: %GCC_DEP_VER%, ${misc:Depends}
Replaces: gcc (<< 4:4.1.1-7), g++ (<< 4:4.1.1-7)
Breaks: gcc (<< 4:4.1.1-7), g++ (<< 4:4.1.1-7)
Description: documentation for the GNU compilers (gcc, gobjc, g++)
This is the dependency package that should install manual pages
and documentation for Debian default version of GNU compilers.
.
This documentation is available from non-free part of Debian archive.
Package: cpp-doc
Architecture: any
Depends: %CPP_DEP_VER%, ${misc:Depends}
Replaces: cpp (<< 4:4.1.1-7)
Breaks: cpp (<< 4:4.1.1-7)
Description: documentation for the GNU C preprocessor (cpp)
This is the dependency package that should install manual page
and documentation for Debian default version of GNU C preprocessor.
.
This documentation is available from non-free part of Debian archive.
Package: gfortran-doc
Architecture: any
Depends: %GFORTRAN_DEP_VER%, ${misc:Depends}
Replaces: gfortran (<< 4:4.1.1-7)
Breaks: gfortran (<< 4:4.1.1-7)
Description: documentation for the GNU Fortran Compiler (gfortran)
This is the dependency package that should install manual page
and documentation for Debian default version of GNU Fortran compiler.
.
This documentation is available from non-free part of Debian archive.
Package: gnat-doc
Architecture: any
Depends: %GNAT_DEP_VER%, ${misc:Depends}
Description: documentation for the GNU Ada Compiler (gnat)
This is the dependency package that should install documentation
for Debian default version of GNU Ada compiler.
.
This documentation is available from non-free part of Debian archive.
Package: gcj-doc
Architecture: any
Depends: %GCJ_DEP_VER%, ${misc:Depends}
Replaces: gcj (<< 4:4.3.1-2)
Breaks: gcj (<< 4:4.3.1-2)
Description: documentation for the GNU Java tools (gcj, gij)
This is the dependency package that should install documentation
for Debian default version of GNU Java tools.
.
This documentation is available from non-free part of Debian archive.
|