| 1 |
<?xml version="1.0" encoding="utf-8"?>
|
| 2 |
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
|
| 3 |
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
|
| 4 |
<!ENTITY % commondata SYSTEM "common.ent" > %commondata;
|
| 5 |
<!ENTITY % versiondata SYSTEM "version.ent"> %versiondata;
|
| 6 |
]>
|
| 7 |
<book lang="en">
|
| 8 |
|
| 9 |
<title>Debian Developer's Reference</title>
|
| 10 |
<bookinfo>
|
| 11 |
<author>
|
| 12 |
<othername>Developer's Reference Team</othername>
|
| 13 |
&email-devel-ref;
|
| 14 |
</author>
|
| 15 |
<author>
|
| 16 |
<firstname>Andreas</firstname> <surname>Barth</surname>
|
| 17 |
</author>
|
| 18 |
<author>
|
| 19 |
<firstname>Adam</firstname> <surname>Di Carlo</surname>
|
| 20 |
</author>
|
| 21 |
<author>
|
| 22 |
<firstname>Raphaël</firstname> <surname>Hertzog</surname>
|
| 23 |
</author>
|
| 24 |
<author>
|
| 25 |
<firstname>Christian</firstname> <surname>Schwarz</surname>
|
| 26 |
</author>
|
| 27 |
<author>
|
| 28 |
<firstname>Ian</firstname> <surname>Jackson</surname>
|
| 29 |
</author>
|
| 30 |
<releaseinfo>ver. &version;</releaseinfo>
|
| 31 |
<pubdate>&pubdate;</pubdate>
|
| 32 |
<copyright>
|
| 33 |
<year>2004</year>
|
| 34 |
<year>2005</year>
|
| 35 |
<year>2006</year>
|
| 36 |
<year>2007</year>
|
| 37 |
<holder>Andreas Barth</holder>
|
| 38 |
</copyright>
|
| 39 |
<copyright>
|
| 40 |
<year>1998</year>
|
| 41 |
<year>1999</year>
|
| 42 |
<year>2000</year>
|
| 43 |
<year>2001</year>
|
| 44 |
<year>2002</year>
|
| 45 |
<year>2003</year>
|
| 46 |
<holder>Adam Di Carlo</holder>
|
| 47 |
</copyright>
|
| 48 |
<copyright>
|
| 49 |
<year>2002</year>
|
| 50 |
<year>2003</year>
|
| 51 |
<holder>Raphaël Hertzog</holder>
|
| 52 |
</copyright>
|
| 53 |
<copyright>
|
| 54 |
<year>1997</year>
|
| 55 |
<year>1998</year>
|
| 56 |
<holder>Christian Schwarz</holder>
|
| 57 |
</copyright>
|
| 58 |
<legalnotice>
|
| 59 |
<para>
|
| 60 |
This manual is free software; you may redistribute it and/or modify it under
|
| 61 |
the terms of the GNU General Public License as published by the Free Software
|
| 62 |
Foundation; either version 2, or (at your option) any later version.
|
| 63 |
</para>
|
| 64 |
<para>
|
| 65 |
This is distributed in the hope that it will be useful, but <emphasis>without
|
| 66 |
any warranty</emphasis>; without even the implied warranty of merchantability
|
| 67 |
or fitness for a particular purpose. See the GNU General Public License for
|
| 68 |
more details.
|
| 69 |
</para>
|
| 70 |
<para>
|
| 71 |
A copy of the GNU General Public License is available as
|
| 72 |
&file-GPL; in the &debian-formal;
|
| 73 |
distribution or on the World Wide Web at <ulink
|
| 74 |
url="&url-gpl;">the GNU web site</ulink>. You can also obtain
|
| 75 |
it by writing to the &fsf-addr;.
|
| 76 |
</para>
|
| 77 |
<para>
|
| 78 |
If you want to print this reference, you should use the <ulink
|
| 79 |
url="developers-reference.pdf">pdf version</ulink>. This page is also
|
| 80 |
available in <ulink url="index.fr.html">French</ulink>.
|
| 81 |
<!-- TODO: Maybe better: "This document has originally been written
|
| 82 |
in English. Translations into different languages are available." -->
|
| 83 |
</para>
|
| 84 |
</legalnotice>
|
| 85 |
<!-- toc -->
|
| 86 |
</bookinfo>
|
| 87 |
<xi:include href="scope.dbk"
|
| 88 |
xmlns:xi="http://www.w3.org/2003/XInclude"/>
|
| 89 |
<xi:include href="new-maintainer.dbk"
|
| 90 |
xmlns:xi="http://www.w3.org/2003/XInclude"/>
|
| 91 |
<xi:include href="developer-duties.dbk"
|
| 92 |
xmlns:xi="http://www.w3.org/2003/XInclude"/>
|
| 93 |
<xi:include href="resources.dbk"
|
| 94 |
xmlns:xi="http://www.w3.org/2003/XInclude"/>
|
| 95 |
<xi:include href="pkgs.dbk"
|
| 96 |
xmlns:xi="http://www.w3.org/2003/XInclude"/>
|
| 97 |
<xi:include href="best-pkging-practices.dbk"
|
| 98 |
xmlns:xi="http://www.w3.org/2003/XInclude"/>
|
| 99 |
<xi:include href="beyond-pkging.dbk"
|
| 100 |
xmlns:xi="http://www.w3.org/2003/XInclude"/>
|
| 101 |
<xi:include href="l10n.dbk"
|
| 102 |
xmlns:xi="http://www.w3.org/2003/XInclude"/>
|
| 103 |
<xi:include href="tools.dbk"
|
| 104 |
xmlns:xi="http://www.w3.org/2003/XInclude"/>
|
| 105 |
</book>
|