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 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104
|
Source: gcc-6-doc
Section: non-free/doc
Priority: optional
Maintainer: Guo Yixuan (郭溢譞) <culu.gyx@gmail.com>
Build-Depends: debhelper (>= 9)
Build-Depends-Indep:
texinfo (>= 5.2.0.dfsg.1-3),
texlive-base,
texlive-latex-base,
texlive-generic-recommended,
texlive-latex-recommended,
texlive-fonts-recommended
Standards-Version: 3.9.8
Homepage: http://gcc.gnu.org/
Vcs-Browser: https://anonscm.debian.org/gitweb/?p=users/yixuan-guest/gcc-doc.git
Vcs-Git: https://alioth.debian.org/anonscm/git/users/yixuan-guest/gcc-doc.git -b debian/6
# Package: gcc-doc-base
# Architecture: all
# Depends: ${misc:Depends}
# Description: several GNU manual pages
# This package provides gfdl.7, gpl.7, and fsf-funding.7 manual pages,
# which should be available together with gcc man pages to fit
# GNU Free Documentation License requirements.
Package: gcc-6-doc
Architecture: all
Depends: gcc-doc-base (>= 4.1.1.nf3-1), ${misc:Depends}
Suggests: doc-base
Multi-Arch: foreign
Description: documentation for the GNU compilers (gcc, gobjc, g++)
This package contains manual pages and documentation in info, html,
and pdf format, for the GNU compilers.
.
This documentation is licensed under the terms of the GNU Free
Documentation License, and contains invariant sections, so it can't be
part of Debian main.
Package: cpp-6-doc
Architecture: all
Depends: gcc-doc-base (>= 4.1.1.nf3-1), ${misc:Depends}
Suggests: doc-base
Multi-Arch: foreign
Description: documentation for the GNU C preprocessor (cpp)
This package contains manual pages and documentation in info, html,
and pdf format, for the GNU C prerocessor.
.
This documentation is licensed under the terms of the GNU Free
Documentation License, and contains invariant sections, so it can't be
part of Debian main.
Package: gfortran-6-doc
Architecture: all
Depends: gcc-doc-base (>= 4.1.1.nf3-1), ${misc:Depends}
Suggests: doc-base
Multi-Arch: foreign
Description: documentation for the GNU Fortran Compiler (gfortran)
This package contains manual pages and documentation in info, html,
and pdf format, for the GNU Fortran 95 compiler.
.
This documentation is licensed under the terms of the GNU Free
Documentation License, and contains invariant sections, so it can't be
part of Debian main.
Package: gnat-6-doc
Architecture: all
Depends: gcc-doc-base (>= 4.1.1.nf3-1), ${misc:Depends}
Suggests: doc-base
Multi-Arch: foreign
Description: documentation for the GNU Ada Compiler (gnat)
This package contains documentation in info, html, and pdf format, for
the GNU Ada compiler.
.
This documentation is licensed under the terms of the GNU Free
Documentation License, and contains invariant sections, so it can't be
part of Debian main.
Package: gcj-6-doc
Architecture: all
Depends: gcc-doc-base (>= 4.1.1.nf3-1), ${misc:Depends}
Suggests: doc-base
Provides: gij-6-doc
Multi-Arch: foreign
Description: documentation for the GNU Java tools (gcj, gij)
This package contains manual pages and documentation in info, html,
and pdf format, for the GNU Java Compiler, the GNU interpreter for Java
bytecode, and related tools.
.
This documentation is licensed under the terms of the GNU Free
Documentation License, and contains invariant sections, so it can't be
part of Debian main.
Package: gccgo-6-doc
Architecture: all
Depends: gcc-doc-base (>= 4.1.1.nf3-1), ${misc:Depends}
Suggests: doc-base
Multi-Arch: foreign
Description: documentation for the GNU Go compiler (gccgo)
This package contains manual pages and documentation in info, html,
and pdf format, for the GNU Go compiler.
.
This documentation is licensed under the terms of the GNU Free
Documentation License, and contains invariant sections, so it can't be
part of Debian main.
|