/[ddp]/manuals/trunk/maint-guide/common.ent
ViewVC logotype

Diff of /manuals/trunk/maint-guide/common.ent

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 8651 by osamu, Sun Apr 10 06:02:06 2011 UTC revision 8689 by osamu, Tue Apr 19 15:47:05 2011 UTC
# Line 3  This is UTF-8 file. Line 3  This is UTF-8 file.
3  Remember, the *first* definition of an entity wins.  Remember, the *first* definition of an entity wins.
4  -->  -->
5    
6  <!-- Update this list of release name as you update document -->  <!--
7      * This is the oldest base release name on which NM guide contents apply.
8      * Update this release name only when this document includes newer features.
9      * Do not update this for every Debian release automatically.
10      * 2 global entities exist to match case.
11         Current English text uses lower case exclusively for release name.
12         These 2 entity allow us to switch style later with minimal friction.
13         Some thinks that Use of uppercase for code name has been used in recent
14         release note.  It gives an easy way to use the codename starting with an
15         uppercase after a period, and offer a way to languages that always use
16         uppercase to use a global entity.
17    -->
18  <!ENTITY base-release "squeeze">  <!ENTITY base-release "squeeze">
19    <!ENTITY Base-release "Squeeze">
20    
21    <!-- Non breakable space entity is not available in DocBook XML -->
22    <!ENTITY nbsp "&#160;">
23    
24  <!-- Update this list of URL as you update English version -->  <!-- Update this list of URL as you update English version -->
25    <!-- Style Guide:
26         http://...  HTML link to HTML page
27         file:///... Local file link
28    -->
29    
30  <!ENTITY autoconf "http://en.wikipedia.org/wiki/Autoconf">  <!ENTITY autoconf "http://en.wikipedia.org/wiki/Autoconf">
31  <!ENTITY automake "http://en.wikipedia.org/wiki/Automake">  <!ENTITY automake "http://en.wikipedia.org/wiki/Automake">
32  <!ENTITY autotools-readme "/usr/share/doc/autotools-dev/README.Debian.gz">  <!ENTITY autotools-readme "file:///usr/share/doc/autotools-dev/README.Debian.gz">
33  <!ENTITY autotools-tutorial "http://www.lrde.epita.fr/~adl/autotools.html">  <!ENTITY autotools-tutorial "http://www.lrde.epita.fr/~adl/autotools.html">
34  <!ENTITY bts "http://www.debian.org/Bugs/">  <!ENTITY bts "http://www.debian.org/Bugs/">
35  <!ENTITY buildd-do "http://buildd.debian.org/">  <!ENTITY buildd-do "http://buildd.debian.org/">
36  <!ENTITY buildd "http://www.debian.org/devel/buildd/">  <!ENTITY buildd "http://www.debian.org/devel/buildd/">
37  <!ENTITY cdbs-doc "/usr/share/doc/cdbs/cdbs-doc.pdf.gz">  <!ENTITY cdbs-doc "file:///usr/share/doc/cdbs/cdbs-doc.pdf.gz">
38  <!ENTITY cmake "http://en.wikipedia.org/wiki/CMake">  <!ENTITY cmake "http://en.wikipedia.org/wiki/CMake">
39  <!ENTITY c-program "http://en.wikipedia.org/wiki/C_(programming_language)">  <!ENTITY c-program "http://en.wikipedia.org/wiki/C_(programming_language)">
40  <!ENTITY cxx "http://en.wikipedia.org/wiki/C++">  <!ENTITY cxx "http://en.wikipedia.org/wiki/C++">
41  <!ENTITY ddtp "http://www.debian.org/intl/l10n/ddtp.html">  <!ENTITY ddtp "http://www.debian.org/intl/l10n/ddtp">
42  <!ENTITY deb-archive "http://wiki.debian.org/HowToSetupADebianRepository">  <!ENTITY deb-archive "http://wiki.debian.org/HowToSetupADebianRepository">
43  <!ENTITY deb3 "http://bugs.debian.org/581186">  <!ENTITY deb3 "http://bugs.debian.org/581186">
44  <!ENTITY debhelper-slides "http://joey.kitenet.net/talks/debhelper/debhelper-slides.pdf">  <!ENTITY debhelper-slides "http://joey.kitenet.net/talks/debhelper/debhelper-slides.pdf">
 <!ENTITY debhelper-readme "/usr/share/doc/debhelper/README">  
45  <!ENTITY debian-devel-announce-ldo "http://lists.debian.org/debian-devel-announce/">  <!ENTITY debian-devel-announce-ldo "http://lists.debian.org/debian-devel-announce/">
46  <!ENTITY debian-devel-ldo "http://lists.debian.org/debian-devel/">  <!ENTITY debian-devel-ldo "http://lists.debian.org/debian-devel/">
47  <!ENTITY debian-legal-ldo "http://lists.debian.org/debian-legal/">  <!ENTITY debian-legal-ldo "http://lists.debian.org/debian-legal/">
 <!ENTITY debianmentorfaq "http://wiki.debian.org/DebianMentorsFaq">  
48  <!ENTITY debian-mentors-ldo "http://lists.debian.org/debian-mentors/">  <!ENTITY debian-mentors-ldo "http://lists.debian.org/debian-mentors/">
49  <!ENTITY debian-packages-git "https://honk.sigxcpu.org/piki/development/debian_packages_in_git/">  <!ENTITY debian-packages-git "https://honk.sigxcpu.org/piki/development/debian_packages_in_git/">
50  <!ENTITY debian-policy "http://www.debian.org/doc/devel-manuals#policy">  <!ENTITY debian-policy "http://www.debian.org/doc/devel-manuals#policy">
51    <!ENTITY debianfaqhelp "http://www.debian.org/doc/FAQ/ch-contributing">
52    <!ENTITY debianmentorfaq "http://wiki.debian.org/DebianMentorsFaq">
53    <!ENTITY debianorghelp "http://www.debian.org/intro/help">
54    <!ENTITY debianwikihelp "http://wiki.debian.org/HelpDebian">
55  <!ENTITY debref "http://www.debian.org/doc/manuals/debian-reference/">  <!ENTITY debref "http://www.debian.org/doc/manuals/debian-reference/">
56  <!ENTITY debref-vcs "http://www.debian.org/doc/manuals/debian-reference/ch10.en.html#_version_control_systems">  <!ENTITY debref-vcs "http://www.debian.org/doc/manuals/debian-reference/ch10#_version_control_systems">
57  <!ENTITY debsrc3 "http://wiki.debian.org/Projects/DebSrc3.0">  <!ENTITY debsrc3 "http://wiki.debian.org/Projects/DebSrc3.0">
58  <!ENTITY dehs "http://wiki.debian.org/DEHS">  <!ENTITY dehs "http://wiki.debian.org/DEHS">
59  <!ENTITY dep3 "http://dep.debian.net/deps/dep3/">  <!ENTITY dep3 "http://dep.debian.net/deps/dep3/">
60  <!ENTITY dep5 "http://dep.debian.net/deps/dep5/">  <!ENTITY dep5 "http://dep.debian.net/deps/dep5/">
61  <!ENTITY developers-reference "http://www.debian.org/doc/devel-manuals#devref">  <!ENTITY developers-reference "http://www.debian.org/doc/devel-manuals#devref">
62  <!ENTITY developers-refpdf "/usr/share/doc/developers-reference/developers-reference.pdf">  <!ENTITY developers-refpdf "file:///usr/share/doc/developers-reference/developers-reference.pdf">
63    <!ENTITY devref-adopt "http://www.debian.org/doc/manuals/developers-reference/pkgs.html#adopting">
64  <!ENTITY devref-bpp-vcs "http://www.debian.org/doc/manuals/developers-reference/best-pkging-practices.html#bpp-vcs">  <!ENTITY devref-bpp-vcs "http://www.debian.org/doc/manuals/developers-reference/best-pkging-practices.html#bpp-vcs">
65  <!ENTITY devref-bug-handling "http://www.debian.org/doc/manuals/developers-reference/pkgs.html#bug-handling">  <!ENTITY devref-bug-handling "http://www.debian.org/doc/manuals/developers-reference/pkgs.html#bug-handling">
66  <!ENTITY devref-nmu "http://www.debian.org/doc/developers-reference/pkgs.html#nmu-qa-upload">  <!ENTITY devref-nmu "http://www.debian.org/doc/developers-reference/pkgs.html#nmu-qa-upload">
67  <!ENTITY devref-upload "http://www.debian.org/doc/manuals/developers-reference/pkgs.html#upload">  <!ENTITY devref-upload "http://www.debian.org/doc/manuals/developers-reference/pkgs.html#upload">
68  <!ENTITY devscripts-readme "/usr/share/doc/devscripts/README.gz">  <!ENTITY devscripts-readme "file:///usr/share/doc/devscripts/README.gz">
69  <!ENTITY dfsg "http://www.debian.org/social_contract#guidelines">  <!ENTITY dfsg "http://www.debian.org/social_contract#guidelines">
70  <!ENTITY doc-base "/usr/share/doc/doc-base/doc-base.html/index.html">  <!ENTITY doc-base "file:///usr/share/doc/doc-base/doc-base.html/index.html">
71  <!ENTITY fhs "http://www.debian.org/doc/packaging-manuals/fhs/fhs-2.3.html">  <!ENTITY fhs "http://www.debian.org/doc/packaging-manuals/fhs/fhs-2.3.html">
72  <!ENTITY fhs-pdf "/usr/share/doc/debian-policy/fhs/fhs-2.3.pdf.gz">  <!ENTITY fhs-pdf "file:///usr/share/doc/debian-policy/fhs/fhs-2.3.pdf.gz">
73  <!ENTITY gentoo "http://www.obsession.se/gentoo/">  <!ENTITY gentoo "http://www.obsession.se/gentoo/">
74  <!ENTITY gentoo-package "http://packages.qa.debian.org/g/gentoo.html">  <!ENTITY gentoo-package "http://packages.qa.debian.org/g/gentoo.html">
75  <!ENTITY gettext "http://en.wikipedia.org/wiki/GNU_gettext">  <!ENTITY gettext "http://en.wikipedia.org/wiki/GNU_gettext">
76  <!ENTITY git-buildpackage-doc "/usr/share/doc/git-buildpackage/manual-html/gbp.html">  <!ENTITY git-buildpackage-doc "file:///usr/share/doc/git-buildpackage/manual-html/gbp.html">
77  <!ENTITY git-debian-packaging "http://www.eyrie.org/~eagle/notes/debian/git.html">  <!ENTITY git-debian-packaging "http://www.eyrie.org/~eagle/notes/debian/git.html">
78  <!ENTITY git-dpm "http://git-dpm.alioth.debian.org/">  <!ENTITY git-dpm "http://git-dpm.alioth.debian.org/">
79  <!ENTITY git-doc "/usr/share/doc/git-doc/index.html">  <!ENTITY git-doc "file:///usr/share/doc/git-doc/index.html">
80  <!ENTITY gnu-build-system "http://en.wikipedia.org/wiki/GNU_build_system">  <!ENTITY gnu-build-system "http://en.wikipedia.org/wiki/GNU_build_system">
81  <!ENTITY gnu-destdir "http://www.gnu.org/prep/standards/html_node/DESTDIR.html#DESTDIR">  <!ENTITY gnu-destdir "http://www.gnu.org/prep/standards/html_node/DESTDIR.html#DESTDIR">
82  <!ENTITY gnu-maintainer "http://www.gnu.org/prep/maintain/html_node/index.html">  <!ENTITY gnu-maintainer "http://www.gnu.org/prep/maintain/html_node/index.html">
83  <!ENTITY gnu-maintainer-pdf "/usr/share/doc/gnu-standards/maintain.pdf.gz">  <!ENTITY gnu-maintainer-pdf "file:///usr/share/doc/gnu-standards/maintain.pdf.gz">
84  <!ENTITY gnu-standard "http://www.gnu.org/prep/standards/html_node/index.html">  <!ENTITY gnu-standard "http://www.gnu.org/prep/standards/html_node/index.html">
85  <!ENTITY gnu-standard-pdf "/usr/share/doc/gnu-standards/standards.pdf.gz">  <!ENTITY gnu-standard-pdf "file:///usr/share/doc/gnu-standards/standards.pdf.gz">
86  <!ENTITY howto-copyright "http://lists.debian.org/debian-devel-announce/2006/03/msg00023.html">  <!ENTITY howto-copyright "http://lists.debian.org/debian-devel-announce/2006/03/msg00023.html">
87  <!ENTITY irc-debian "http://www.debian.org/support#irc">  <!ENTITY irc-debian "http://www.debian.org/support#irc">
88  <!ENTITY keycreate "http://keyring.debian.org/creating-key.html">  <!ENTITY keycreate "http://keyring.debian.org/creating-key.html">
89    <!ENTITY keyring "http://keyring.debian.org">
90  <!ENTITY keysigning "http://wiki.debian.org/Keysigning">  <!ENTITY keysigning "http://wiki.debian.org/Keysigning">
91  <!ENTITY launchpad-build-depends-indep "https://bugs.launchpad.net/launchpad-buildd/+bug/238141">  <!ENTITY launchpad-build-depends-indep "https://bugs.launchpad.net/launchpad-buildd/+bug/238141">
92  <!ENTITY lintian-doc "/usr/share/doc/lintian/lintian.html/index.html">  <!ENTITY lintian-doc "file:///usr/share/doc/lintian/lintian.html/index.html">
93  <!ENTITY libtool "http://en.wikipedia.org/wiki/GNU_Libtool">  <!ENTITY libtool "http://en.wikipedia.org/wiki/GNU_Libtool">
94  <!ENTITY logiciellibre "http://git.upsilon.cc/cgi-bin/gitweb.cgi?p=talks/20110224-evry.git;a=blob_plain;f=main.pdf;hb=pdf">  <!ENTITY logiciellibre "http://git.upsilon.cc/cgi-bin/gitweb.cgi?p=talks/20110321-taipei.git;a=blob_plain;f=main.pdf;hb=pdf">
95  <!ENTITY lsb "http://www.linuxfoundation.org/collaborate/workgroups/lsb">  <!ENTITY lsb "http://www.linuxfoundation.org/collaborate/workgroups/lsb">
96  <!ENTITY maint-guide "http://www.debian.org/doc/maint-guide/">  <!ENTITY maint-guide "http://www.debian.org/doc/maint-guide/">
97  <!ENTITY mentors-dn "http://mentors.debian.net/">  <!ENTITY mentors-dn "http://mentors.debian.net/">
98  <!ENTITY menu-policy "/usr/share/doc/debian-policy/menu-policy.html/index.html">  <!ENTITY menu-policy "file:///usr/share/doc/debian-policy/menu-policy.html/index.html">
99  <!ENTITY menu-structure "/usr/share/doc/debian-policy/menu-policy.html/ch2.html#s2.1">  <!ENTITY menu-structure "file:///usr/share/doc/debian-policy/menu-policy.html/ch2.html#s2.1">
100  <!ENTITY nm-do "http://nm.debian.org/">  <!ENTITY nm-do "http://nm.debian.org/">
 <!--  
 <!ENTITY nm-join "http://www.debian.org/devel/join/newmaint">  
 -->  
101  <!ENTITY packages-do "http://www.debian.org/distrib/packages">  <!ENTITY packages-do "http://www.debian.org/distrib/packages">
102  <!ENTITY packages-qa-do "http://packages.qa.debian.org/common/index.html">  <!ENTITY packages-qa-do "http://packages.qa.debian.org/common/index.html">
103  <!ENTITY pbuilder "http://www.netfort.gr.jp/~dancer/software/pbuilder.html">  <!ENTITY pbuilder "http://www.netfort.gr.jp/~dancer/software/pbuilder.html">
# Line 87  Remember, the *first* definition of an e Line 108  Remember, the *first* definition of an e
108  <!ENTITY policy-debianrules "http://www.debian.org/doc/debian-policy/ch-source.html#s-debianrules">  <!ENTITY policy-debianrules "http://www.debian.org/doc/debian-policy/ch-source.html#s-debianrules">
109  <!ENTITY policy-dpkgchangelog "http://www.debian.org/doc/debian-policy/ch-source.html#s-dpkgchangelog">  <!ENTITY policy-dpkgchangelog "http://www.debian.org/doc/debian-policy/ch-source.html#s-dpkgchangelog">
110  <!ENTITY policy-mantainerscripts "http://www.debian.org/doc/debian-policy/ch-maintainerscripts.html">  <!ENTITY policy-mantainerscripts "http://www.debian.org/doc/debian-policy/ch-maintainerscripts.html">
111  <!ENTITY policy-pdf "/usr/share/doc/debian-policy/policy.pdf.gz">  <!ENTITY policy-pdf "file:///usr/share/doc/debian-policy/policy.pdf.gz">
112  <!ENTITY policy-priorities "http://www.debian.org/doc/debian-policy/ch-archive.html#s-priorities">  <!ENTITY policy-priorities "http://www.debian.org/doc/debian-policy/ch-archive.html#s-priorities">
113  <!ENTITY policy-relationships "http://www.debian.org/doc/debian-policy/ch-relationships.html">  <!ENTITY policy-relationships "http://www.debian.org/doc/debian-policy/ch-relationships.html">
114  <!ENTITY policy-sourcebinarydeps "http://www.debian.org/doc/debian-policy/ch-relationships.html#s-sourcebinarydeps">  <!ENTITY policy-sourcebinarydeps "http://www.debian.org/doc/debian-policy/ch-relationships.html#s-sourcebinarydeps">
# Line 95  Remember, the *first* definition of an e Line 116  Remember, the *first* definition of an e
116  <!ENTITY policy-version "http://www.debian.org/doc/debian-policy/ch-controlfields.html#s-f-Version">  <!ENTITY policy-version "http://www.debian.org/doc/debian-policy/ch-controlfields.html#s-f-Version">
117  <!ENTITY ports "http://www.debian.org/ports/">  <!ENTITY ports "http://www.debian.org/ports/">
118  <!ENTITY qa-do "http://qa.debian.org/">  <!ENTITY qa-do "http://qa.debian.org/">
119  <!ENTITY quilt-pdf "/usr/share/doc/quilt/quilt.pdf.gz">  <!ENTITY quilt-pdf "file:///usr/share/doc/quilt/quilt.pdf.gz">
120  <!ENTITY sections-unstable "http://packages.debian.org/unstable/">  <!ENTITY sections-unstable "http://packages.debian.org/unstable/">
121  <!ENTITY sf-net "http://sf.net">  <!ENTITY sf-net "http://sf.net">
122  <!ENTITY teams "http://wiki.debian.org/Teams">  <!ENTITY teams "http://wiki.debian.org/Teams">
123  <!ENTITY topgit "http://git.debian.org/?p=collab-maint/topgit.git;a=blob_plain;f=debian/HOWTO-tg2quilt;hb=HEAD">  <!ENTITY topgit "http://git.debian.org/?p=collab-maint/topgit.git;a=blob_plain;f=debian/HOWTO-tg2quilt;hb=HEAD">
124  <!ENTITY uploadqueue "ftp://ftp.upload.debian.org/pub/UploadQueue/">  <!ENTITY uploadqueue "ftp://ftp.upload.debian.org/pub/UploadQueue/">
125  <!ENTITY uploadqueue-readme "ftp://ftp.upload.debian.org/pub/UploadQueue/README">  <!ENTITY uploadqueue-readme "ftp://ftp.upload.debian.org/pub/UploadQueue/README">
126  <!ENTITY virtual-package "/usr/share/doc/debian-policy/virtual-package-names-list.txt.gz">  <!ENTITY virtual-package "file:///usr/share/doc/debian-policy/virtual-package-names-list.txt.gz">
127  <!ENTITY wnpp-bts "http://bugs.debian.org/wnpp">  <!ENTITY wnpp-bts "http://bugs.debian.org/wnpp">
128  <!ENTITY wnpp-debtags "http://members.hellug.gr/serzan/wnpp/">  <!ENTITY wnpp-debtags "http://members.hellug.gr/serzan/wnpp/">
129  <!ENTITY wnpp-dn "http://wnpp.debian.net/">  <!ENTITY wnpp-dn "http://wnpp.debian.net/">

Legend:
Removed from v.8651  
changed lines
  Added in v.8689

  ViewVC Help
Powered by ViewVC 1.1.5