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 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144
|
Source: developers-reference
Section: doc
Priority: optional
Maintainer: Developers Reference Maintainers <debian-policy@lists.debian.org>
Uploaders: Hideki Yamane <henrich@debian.org>,
Holger Levsen <holger@debian.org>,
Standards-Version: 4.6.2
Rules-Requires-Root: no
Build-Depends-Indep: latexmk,
python3-distro-info,
python3-sphinx,
python3-stemmer,
tex-gyre,
texinfo,
texlive-fonts-recommended,
texlive-lang-cyrillic,
texlive-lang-french,
texlive-lang-german,
texlive-lang-italian,
texlive-lang-japanese,
texlive-latex-extra,
texlive-latex-recommended,
Build-Depends: debhelper-compat (= 13)
Vcs-Git: https://salsa.debian.org/debian/developers-reference.git
Vcs-Browser: https://salsa.debian.org/debian/developers-reference
Homepage: https://www.debian.org/doc/devel-manuals#devref
Package: developers-reference
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Recommends: debian-policy,
sensible-utils,
${sphinxdoc:Depends},
Suggests: doc-base, firefox-esr | www-browser
Description: guidelines and information for Debian developers
This package contains the Debian Developer's Reference, a set of
guidelines and best practices which has been established by and for
the community of Debian developers and maintainers. If you are not
maintaining Debian packages, you probably do not need this package.
.
Table of Contents:
.
${TOC:en}
.
This package contains the English version of the Developer's
Reference. The French, German, Italian, Russian and Japanese translations are
available in developers-reference-fr, developers-reference-de,
developers-reference-it, developers-reference-ru and developers-reference-ja.
Package: developers-reference-de
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Recommends: debian-policy,
developers-reference,
${sphinxdoc:Depends},
Suggests: doc-base
Description: guidelines and information for Debian developers, in German
This package contains the German translation of Debian Developer's
Reference (package: developers-reference), a set of guidelines and
best practices which has been established by and for the community of
Debian developers and maintainers. If you are not maintaining Debian
packages, you probably do not need this package.
.
Table of Contents (in English):
.
${TOC:en}
Package: developers-reference-fr
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Recommends: debian-policy,
developers-reference,
${sphinxdoc:Depends},
Suggests: doc-base
Description: guidelines and information for Debian developers, in French
This package contains the French translation of Debian Developer's
Reference (package: developers-reference), a set of guidelines and
best practices which has been established by and for the community of
Debian developers and maintainers. If you are not maintaining Debian
packages, you probably do not need this package.
.
Table of Contents (in English):
.
${TOC:en}
Package: developers-reference-ja
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Recommends: debian-policy,
developers-reference,
${sphinxdoc:Depends},
Suggests: doc-base
Description: guidelines and information for Debian developers, in Japanese
This package contains the Japanese translation of Debian Developer's
Reference (package: developers-reference), a set of guidelines and
best practices which has been established by and for the community of
Debian developers and maintainers. If you are not maintaining Debian
packages, you probably do not need this package.
.
Table of Contents (in English):
.
${TOC:en}
Package: developers-reference-ru
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Recommends: debian-policy,
developers-reference,
${sphinxdoc:Depends},
Suggests: doc-base
Description: guidelines and information for Debian developers, in Russian
This package contains the Russian translation of Debian Developer's
Reference (package: developers-reference), a set of guidelines and
best practices which has been established by and for the community of
Debian developers and maintainers. If you are not maintaining Debian
packages, you probably do not need this package.
.
Table of Contents (in English):
.
${TOC:en}
Package: developers-reference-it
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Recommends: debian-policy,
developers-reference,
${sphinxdoc:Depends},
Suggests: doc-base
Description: guidelines and information for Debian developers, in Italian
This package contains the Italian translation of Debian Developer's
Reference (package: developers-reference), a set of guidelines and
best practices which has been established by and for the community of
Debian developers and maintainers. If you are not maintaining Debian
packages, you probably do not need this package.
.
Table of Contents (in English):
.
${TOC:en}
|