]> git.donarmstrong.com Git - debian/debian-policy.git/blob - policy.sgml
Clarify Maintainer, make Uploaders mandatory for team maintainers
[debian/debian-policy.git] / policy.sgml
1 <!doctype debiandoc system [
2 <!-- include version information so we don't have to hard code it
3      within the document -->
4 <!entity % versiondata SYSTEM "version.ent"> %versiondata;
5 <!-- current Debian changes file format -->
6 <!entity changesversion "1.8">
7 ]>
8 <debiandoc>
9
10   <book>
11     <titlepag>
12       <title>Debian Policy Manual</title>
13       <author><qref id="authors">The Debian Policy Mailing List</qref></author>
14       <version>version &version;, &date;</version>
15
16       <abstract>
17         This manual describes the policy requirements for the Debian
18         GNU/Linux distribution.  This includes the structure and
19         contents of the Debian archive and several design issues of
20         the operating system, as well as technical requirements that
21         each package must satisfy to be included in the distribution.
22       </abstract>
23
24       <copyright>
25         <copyrightsummary>
26           Copyright &copy; 1996,1997,1998 Ian Jackson
27           and Christian Schwarz.
28         </copyrightsummary>
29         <p>
30           These are the copyright dates of the original Policy manual.
31           Since then, this manual has been updated by many others.  No
32           comprehensive collection of copyright notices for subsequent
33           work exists.
34         </p>
35
36         <p>
37           This manual is free software; you may redistribute it and/or
38           modify it under the terms of the GNU General Public License
39           as published by the Free Software Foundation; either version
40           2, or (at your option) any later version.
41         </p>
42
43         <p>
44           This is distributed in the hope that it will be useful, but
45           <em>without any warranty</em>; without even the implied
46           warranty of merchantability or fitness for a particular
47           purpose.  See the GNU General Public License for more
48           details.
49         </p>
50
51         <p>
52           A copy of the GNU General Public License is available as
53           <file>/usr/share/common-licenses/GPL</file> in the Debian GNU/Linux
54           distribution or on the World Wide Web at
55           <url id="http://www.gnu.org/copyleft/gpl.html"
56                name="the GNU General Public Licence">. You can also
57           obtain it by writing to the Free Software Foundation, Inc.,
58           51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
59         </p>
60       </copyright>
61     </titlepag>
62
63     <toc detail="sect1">
64
65     <chapt id="scope">
66       <heading>About this manual</heading>
67       <sect>
68         <heading>Scope</heading>
69         <p>
70           This manual describes the policy requirements for the Debian
71           GNU/Linux distribution. This includes the structure and
72           contents of the Debian archive and several design issues of the
73           operating system, as well as technical requirements that
74           each package must satisfy to be included in the
75           distribution.
76         </p>
77
78         <p>
79           This manual also describes Debian policy as it relates to
80           creating Debian packages. It is not a tutorial on how to build
81           packages, nor is it exhaustive where it comes to describing
82           the behavior of the packaging system. Instead, this manual
83           attempts to define the interface to the package management
84           system that the developers have to be conversant with.<footnote>
85               Informally, the criteria used for inclusion is that the
86               material meet one of the following requirements:
87               <taglist compact="compact">
88                 <tag>Standard interfaces</tag>
89                 <item>
90                     The material presented represents an interface to
91                     the packaging system that is mandated for use, and
92                     is used by, a significant number of packages, and
93                     therefore should not be changed without peer
94                     review. Package maintainers can then rely on this
95                     interface not changing, and the package management
96                     software authors need to ensure compatibility with
97                     this interface definition. (Control file and
98                     changelog file formats are examples.)
99                 </item>
100                 <tag>Chosen Convention</tag>
101                 <item>
102                     If there are a number of technically viable choices
103                     that can be made, but one needs to select one of
104                     these options for inter-operability. The version
105                     number format is one example.
106                 </item>
107               </taglist>
108               Please note that these are not mutually exclusive;
109               selected conventions often become parts of standard
110               interfaces.
111           </footnote>
112         </p>
113
114         <p>
115           The footnotes present in this manual are
116           merely informative, and are not part of Debian policy itself.
117         </p>
118
119         <p>
120           The appendices to this manual are not necessarily normative,
121           either. Please see <ref id="pkg-scope"> for more information.
122         </p>
123
124         <p>
125           In the normative part of this manual,
126           the words <em>must</em>, <em>should</em> and
127           <em>may</em>, and the adjectives <em>required</em>,
128           <em>recommended</em> and <em>optional</em>, are used to
129           distinguish the significance of the various guidelines in
130           this policy document. Packages that do not conform to the
131           guidelines denoted by <em>must</em> (or <em>required</em>)
132           will generally not be considered acceptable for the Debian
133           distribution. Non-conformance with guidelines denoted by
134           <em>should</em> (or <em>recommended</em>) will generally be
135           considered a bug, but will not necessarily render a package
136           unsuitable for distribution. Guidelines denoted by
137           <em>may</em> (or <em>optional</em>) are truly optional and
138           adherence is left to the maintainer's discretion.
139         </p>
140
141         <p>
142           These classifications are roughly equivalent to the bug
143           severities <em>serious</em> (for <em>must</em> or
144           <em>required</em> directive violations), <em>minor</em>,
145           <em>normal</em> or <em>important</em>
146           (for <em>should</em> or <em>recommended</em> directive
147           violations) and <em>wishlist</em> (for <em>optional</em>
148           items).
149           <footnote>
150                 Compare RFC 2119.  Note, however, that these words are
151                 used in a different way in this document.
152           </footnote>
153         </p>
154
155         <p>
156           Much of the information presented in this manual will be
157           useful even when building a package which is to be
158           distributed in some other way or is intended for local use
159           only.
160         </p>
161       </sect>
162
163       <sect>
164         <heading>New versions of this document</heading>
165
166         <p>
167           This manual is distributed via the Debian package
168           <package><url name="debian-policy"
169               id="http://packages.debian.org/debian-policy"></package> 
170           (<httpsite>packages.debian.org</httpsite> 
171           <httppath>/debian-policy</httppath>).
172         </p>
173
174         <p>
175           The current version of this document is also available from
176           the Debian web mirrors at
177           <tt><url name="/doc/debian-policy/"
178                 id="http://www.debian.org/doc/debian-policy/"></tt>.
179           (
180           <httpsite>www.debian.org</httpsite>
181           <httppath>/doc/debian-policy/</httppath>)
182           Also available from the same directory are several other
183           formats: <file>policy.html.tar.gz</file>
184           (<httppath>/doc/debian-policy/policy.html.tar.gz</httppath>),
185           <file>policy.pdf.gz</file> 
186           (<httppath>/doc/debian-policy/policy.pdf.gz</httppath>)
187           and <file>policy.ps.gz</file>
188           (<httppath>/doc/debian-policy/policy.ps.gz</httppath>).
189         </p>
190
191         <p>
192           The <package>debian-policy</package> package also includes the file
193           <file>upgrading-checklist.txt.gz</file> which indicates policy
194           changes between versions of this document.
195         </p>
196       </sect>
197
198       <sect id="authors">
199         <heading>Authors and Maintainers</heading>
200
201         <p>
202           Originally called "Debian GNU/Linux Policy Manual", this
203           manual was initially written in 1996 by Ian Jackson.
204           It was revised on November 27th, 1996 by David A. Morris.
205           Christian Schwarz added new sections on March 15th, 1997,
206           and reworked/restructured it in April-July 1997.
207           Christoph Lameter contributed the "Web Standard".
208           Julian Gilbey largely restructured it in 2001.
209         </p>
210
211         <p>
212           Since September 1998, the responsibility for the contents of
213           this document lies on the <url name="debian-policy mailing list"
214           id="mailto:debian-policy@lists.debian.org">. Proposals
215           are discussed there and inserted into policy after a certain
216           consensus is established.
217           <!-- insert shameless policy-process plug here eventually -->
218           The actual editing is done by a group of maintainers that have
219           no editorial powers. These are the current maintainers:
220
221           <enumlist>
222             <item>Julian Gilbey</item>
223             <item>Branden Robinson</item>
224             <item>Josip Rodin</item>
225             <item>Manoj Srivastava</item>
226           </enumlist>
227         </p>
228
229         <p>
230           While the authors of this document have tried hard to avoid
231           typos and other errors, these do still occur. If you discover
232           an error in this manual or if you want to give any
233           comments, suggestions, or criticisms please send an email to
234           the Debian Policy List,
235           <email>debian-policy@lists.debian.org</email>, or submit a
236           bug report against the <tt>debian-policy</tt> package.
237         </p>
238
239         <p>
240           Please do not try to reach the individual authors or maintainers
241           of the Policy Manual regarding changes to the Policy.
242         </p>
243       </sect>
244
245       <sect id="related">
246         <heading>Related documents</heading>
247
248         <p>
249           There are several other documents other than this Policy Manual
250           that are necessary to fully understand some Debian policies and
251           procedures.
252         </p>
253
254         <p>
255           The external "sub-policy" documents are referred to in:
256           <list compact="compact">
257             <item><ref id="fhs"></item>
258             <item><ref id="virtual_pkg"></item>
259             <item><ref id="menus"></item>
260             <item><ref id="mime"></item>
261             <item><ref id="perl"></item>
262             <item><ref id="maintscriptprompt"></item>
263             <item><ref id="emacs"></item>
264           </list>
265         </p>
266
267         <p>
268           In addition to those, which carry the weight of policy, there
269           is the Debian Developer's Reference. This document describes
270           procedures and resources for Debian developers, but it is
271           <em>not</em> normative; rather, it includes things that don't
272           belong in the Policy, such as best practices for developers.
273         </p>
274
275         <p>
276           The Developer's Reference is available in the
277           <package>developers-reference</package> package.
278           It's also available from the Debian web mirrors at
279           <tt><url name="/doc/developers-reference/"
280                 id="http://www.debian.org/doc/developers-reference/"></tt>.
281         </p>
282       </sect>
283
284       <sect id="definitions">
285         <heading>Definitions</heading>
286
287         <p>
288           The following terms are used in this Policy Manual:
289           <taglist>
290             <tag>ASCII</tag>
291             <item>
292               The character encoding specified by ANSI X3.4-1986 and its
293               predecessor standards, referred to in MIME as US-ASCII, and
294               corresponding to an encoding in eight bits per character of
295               the first 128 <url id="http://www.unicode.org/"
296               name="Unicode"> characters, with the eighth bit always zero.
297             </item>
298             <tag>UTF-8</tag>
299             <item>
300               The transformation format (sometimes called encoding) of
301               <url id="http://www.unicode.org/" name="Unicode"> defined by
302               <url id="http://www.rfc-editor.org/rfc/rfc3629.txt"
303               name="RFC 3629">.  UTF-8 has the useful property of having
304               ASCII as a subset, so any text encoded in ASCII is trivially
305               also valid UTF-8.
306             </item>
307           </taglist>
308         </p>
309       </sect>
310     </chapt>
311
312
313     <chapt id="archive">
314       <heading>The Debian Archive</heading>
315
316       <p>
317         The Debian GNU/Linux system is maintained and distributed as a
318         collection of <em>packages</em>. Since there are so many of
319         them (currently well over 15000), they are split into
320         <em>sections</em> and given <em>priorities</em> to simplify
321         the handling of them.
322       </p>
323
324       <p>
325         The effort of the Debian project is to build a free operating
326         system, but not every package we want to make accessible is
327         <em>free</em> in our sense (see the Debian Free Software
328         Guidelines, below), or may be imported/exported without
329         restrictions. Thus, the archive is split into areas<footnote>
330           The Debian archive software uses the term "component" internally
331           and in the Release file format to refer to the division of an
332           archive.  The Debian Social Contract simply refers to "areas."
333           This document uses terminology similar to the Social Contract.
334         </footnote> based on their licenses and other restrictions.
335       </p>
336
337       <p>
338         The aims of this are:
339
340         <list compact="compact">
341           <item>to allow us to make as much software available as we can</item>
342           <item>to allow us to encourage everyone to write free software,
343                 and</item>
344           <item>to allow us to make it easy for people to produce
345                 CD-ROMs of our system without violating any licenses,
346                 import/export restrictions, or any other laws.</item>
347         </list>
348       </p>
349
350       <p>
351         The <em>main</em> archive area forms the <em>Debian GNU/Linux
352         distribution</em>.
353       </p>
354
355       <p>
356         Packages in the other archive areas (<tt>contrib</tt>,
357         <tt>non-free</tt>) are not considered to be part of the Debian
358         distribution, although we support their use and provide
359         infrastructure for them (such as our bug-tracking system and
360         mailing lists). This Debian Policy Manual applies to these
361         packages as well.
362       </p>
363
364       <sect id="dfsg">
365         <heading>The Debian Free Software Guidelines</heading>
366         <p>
367           The Debian Free Software Guidelines (DFSG) form our
368           definition of "free software".  These are:
369             <taglist>
370               <tag>1. Free Redistribution
371               </tag>
372               <item>
373                   The license of a Debian component may not restrict any
374                   party from selling or giving away the software as a
375                   component of an aggregate software distribution
376                   containing programs from several different
377                   sources. The license may not require a royalty or
378                   other fee for such sale.
379               </item>
380               <tag>2. Source Code
381               </tag>
382               <item>
383                   The program must include source code, and must allow
384                   distribution in source code as well as compiled form.
385               </item>
386               <tag>3. Derived Works
387               </tag>
388               <item>
389                   The license must allow modifications and derived
390                   works, and must allow them to be distributed under the
391                   same terms as the license of the original software.
392               </item>
393               <tag>4. Integrity of The Author's Source Code
394               </tag>
395               <item>
396                   The license may restrict source-code from being
397                   distributed in modified form <em>only</em> if the
398                   license allows the distribution of "patch files"
399                   with the source code for the purpose of modifying the
400                   program at build time. The license must explicitly
401                   permit distribution of software built from modified
402                   source code. The license may require derived works to
403                   carry a different name or version number from the
404                   original software.  (This is a compromise. The Debian
405                   Project encourages all authors to not restrict any
406                   files, source or binary, from being modified.)
407               </item>
408               <tag>5. No Discrimination Against Persons or Groups
409               </tag>
410               <item>
411                   The license must not discriminate against any person
412                   or group of persons.
413               </item>
414               <tag>6. No Discrimination Against Fields of Endeavor
415               </tag>
416               <item>
417                   The license must not restrict anyone from making use
418                   of the program in a specific field of endeavor. For
419                   example, it may not restrict the program from being
420                   used in a business, or from being used for genetic
421                   research.
422               </item>
423               <tag>7. Distribution of License
424               </tag>
425               <item>
426                   The rights attached to the program must apply to all
427                   to whom the program is redistributed without the need
428                   for execution of an additional license by those
429                   parties.
430               </item>
431               <tag>8. License Must Not Be Specific to Debian
432               </tag>
433               <item>
434                   The rights attached to the program must not depend on
435                   the program's being part of a Debian system. If the
436                   program is extracted from Debian and used or
437                   distributed without Debian but otherwise within the
438                   terms of the program's license, all parties to whom
439                   the program is redistributed must have the same
440                   rights as those that are granted in conjunction with
441                   the Debian system.
442               </item>
443               <tag>9. License Must Not Contaminate Other Software
444               </tag>
445               <item>
446                   The license must not place restrictions on other
447                   software that is distributed along with the licensed
448                   software. For example, the license must not insist
449                   that all other programs distributed on the same medium
450                   must be free software.
451               </item>
452               <tag>10. Example Licenses
453               </tag>
454               <item>
455                   The "GPL," "BSD," and "Artistic" licenses are examples of
456                   licenses that we consider <em>free</em>.
457               </item>
458             </taglist>
459         </p>
460       </sect>
461
462       <sect id="sections">
463         <heading>Archive areas</heading>
464
465         <sect1 id="main">
466           <heading>The main archive area</heading>
467
468           <p>
469             Every package in <em>main</em> must comply with the DFSG
470             (Debian Free Software Guidelines).
471           </p>
472
473           <p>
474             In addition, the packages in <em>main</em>
475             <list compact="compact">
476               <item>
477                   must not require a package outside of <em>main</em>
478                   for compilation or execution (thus, the package must
479                   not declare a <tt>Pre-Depends</tt>, <tt>Depends</tt>,
480                   <tt>Recommends</tt>, <tt>Build-Depends</tt>,
481                   or <tt>Build-Depends-Indep</tt> relationship on a
482                   non-<em>main</em> package unless a package
483                   in <em>main</em> is listed as an alternative),
484               </item>
485               <item>
486                   must not be so buggy that we refuse to support them,
487                   and
488               </item>
489               <item>
490                   must meet all policy requirements presented in this
491                   manual.
492               </item>
493             </list>
494           </p>
495
496         </sect1>
497
498         <sect1 id="contrib">
499           <heading>The contrib archive area</heading>
500
501           <p>
502             Every package in <em>contrib</em> must comply with the DFSG.
503           </p>
504
505           <p>
506             In addition, the packages in <em>contrib</em>
507             <list compact="compact">
508               <item>
509                   must not be so buggy that we refuse to support them,
510                   and
511               </item>
512               <item>
513                   must meet all policy requirements presented in this
514                   manual.
515               </item>
516             </list>
517           </p>
518
519
520           <p>
521             Examples of packages which would be included in
522             <em>contrib</em> are:
523             <list compact="compact">
524               <item>
525                   free packages which require <em>contrib</em>,
526                   <em>non-free</em> packages or packages which are not
527                   in our archive at all for compilation or execution,
528                   and
529               </item>
530               <item>
531                   wrapper packages or other sorts of free accessories for
532                   non-free programs.
533               </item>
534             </list>
535           </p>
536         </sect1>
537
538         <sect1 id="non-free">
539           <heading>The non-free archive area</heading>
540
541           <p>
542             Packages must be placed in <em>non-free</em> if they are
543             not compliant with the DFSG or are encumbered by patents
544             or other legal issues that make their distribution
545             problematic.
546           </p>
547
548           <p>
549             In addition, the packages in <em>non-free</em>
550             <list compact="compact">
551               <item>
552                   must not be so buggy that we refuse to support them,
553                   and
554               </item>
555               <item>
556                   must meet all policy requirements presented in this
557                   manual that it is possible for them to meet.
558                   <footnote>
559                       It is possible that there are policy
560                       requirements which the package is unable to
561                       meet, for example, if the source is
562                       unavailable.  These situations will need to be
563                       handled on a case-by-case basis.
564                   </footnote>
565               </item>
566             </list>
567           </p>
568         </sect1>
569
570       </sect>
571
572       <sect id="pkgcopyright">
573         <heading>Copyright considerations</heading>
574
575         <p>
576           Every package must be accompanied by a verbatim copy of its
577           copyright information and distribution license in the file
578           <file>/usr/share/doc/<var>package</var>/copyright</file>
579           (see <ref id="copyrightfile"> for further details).
580         </p>
581
582         <p>
583           We reserve the right to restrict files from being included
584           anywhere in our archives if
585           <list compact="compact">
586             <item>
587                   their use or distribution would break a law,
588             </item>
589             <item>
590                   there is an ethical conflict in their distribution or
591                   use,
592             </item>
593             <item>
594                   we would have to sign a license for them, or
595             </item>
596             <item>
597                   their distribution would conflict with other project
598                   policies.
599             </item>
600           </list>
601         </p>
602
603         <p>
604           Programs whose authors encourage the user to make
605           donations are fine for the main distribution, provided
606           that the authors do not claim that not donating is
607           immoral, unethical, illegal or something similar; in such
608           a case they must go in <em>non-free</em>.
609         </p>
610
611         <p>
612           Packages whose copyright permission notices (or patent
613           problems) do not even allow redistribution of binaries
614           only, and where no special permission has been obtained,
615           must not be placed on the Debian FTP site and its mirrors
616           at all.
617         </p>
618
619         <p>
620           Note that under international copyright law (this applies
621           in the United States, too), <em>no</em> distribution or
622           modification of a work is allowed without an explicit
623           notice saying so.  Therefore a program without a copyright
624           notice <em>is</em> copyrighted and you may not do anything
625           to it without risking being sued! Likewise if a program
626           has a copyright notice but no statement saying what is
627           permitted then nothing is permitted.
628         </p>
629
630         <p>
631           Many authors are unaware of the problems that restrictive
632           copyrights (or lack of copyright notices) can cause for
633           the users of their supposedly-free software.  It is often
634           worthwhile contacting such authors diplomatically to ask
635           them to modify their license terms. However, this can be a
636           politically difficult thing to do and you should ask for
637           advice on the <tt>debian-legal</tt> mailing list first, as
638           explained below.
639         </p>
640
641         <p>
642           When in doubt about a copyright, send mail to
643           <email>debian-legal@lists.debian.org</email>.  Be prepared
644           to provide us with the copyright statement.  Software
645           covered by the GPL, public domain software and BSD-like
646           copyrights are safe; be wary of the phrases "commercial
647           use prohibited" and "distribution restricted".
648         </p>
649       </sect>
650
651       <sect id="subsections">
652         <heading>Sections</heading>
653
654         <p>
655           The packages in the archive areas <em>main</em>,
656           <em>contrib</em> and <em>non-free</em> are grouped further into
657           <em>sections</em> to simplify handling.
658         </p>
659
660         <p>
661           The archive area and section for each package should be
662           specified in the package's <tt>Section</tt> control record (see
663           <ref id="f-Section">).  However, the maintainer of the Debian
664           archive may override this selection to ensure the consistency of
665           the Debian distribution.  The <tt>Section</tt> field should be
666           of the form:
667           <list compact="compact">
668             <item>
669                   <em>section</em> if the package is in the
670                   <em>main</em> archive area,
671             </item>
672             <item>
673                   <em>area/section</em> if the package is in
674                   the <em>contrib</em> or <em>non-free</em>
675                   archive areas.
676             </item>
677           </list>
678         </p>
679
680         <p>
681           The Debian archive maintainers provide the authoritative
682           list of sections.  At present, they are:
683           <em>admin</em>, <em>cli-mono</em>, <em>comm</em>, <em>database</em>,
684           <em>devel</em>, <em>debug</em>, <em>doc</em>, <em>editors</em>,
685           <em>electronics</em>, <em>embedded</em>, <em>fonts</em>,
686           <em>games</em>, <em>gnome</em>, <em>graphics</em>, <em>gnu-r</em>,
687           <em>gnustep</em>, <em>hamradio</em>, <em>haskell</em>,
688           <em>httpd</em>, <em>interpreters</em>, <em>java</em>, <em>kde</em>,
689           <em>kernel</em>, <em>libs</em>, <em>libdevel</em>, <em>lisp</em>,
690           <em>localization</em>, <em>mail</em>, <em>math</em>, <em>misc</em>,
691           <em>net</em>, <em>news</em>, <em>ocaml</em>, <em>oldlibs</em>,
692           <em>otherosfs</em>, <em>perl</em>, <em>php</em>, <em>python</em>,
693           <em>ruby</em>, <em>science</em>, <em>shells</em>, <em>sound</em>,
694           <em>tex</em>, <em>text</em>, <em>utils</em>, <em>vcs</em>,
695           <em>video</em>, <em>web</em>, <em>x11</em>, <em>xfce</em>,
696           <em>zope</em>.  The additional section <em>debian-installer</em>
697           contains special packages used by the installer and is not used
698           for normal Debian packages.
699         </p>
700
701         <p>
702           For more information about the sections and their definitions,
703           see the <url id="http://packages.debian.org/unstable/"
704                        name="list of sections in unstable">.
705         </p>
706       </sect>
707
708       <sect id="priorities">
709         <heading>Priorities</heading>
710
711         <p>
712           Each package should have a <em>priority</em> value, which is
713           included in the package's <em>control record</em>
714           (see <ref id="f-Priority">).
715           This information is used by the Debian package management tools to
716           separate high-priority packages from less-important packages.
717         </p>
718
719         <p>
720           The following <em>priority levels</em> are recognized by the
721           Debian package management tools.
722           <taglist>
723             <tag><tt>required</tt></tag>
724             <item>
725                 Packages which are necessary for the proper
726                 functioning of the system (usually, this means that
727                 dpkg functionality depends on these packages).
728                 Removing a <tt>required</tt> package may cause your
729                 system to become totally broken and you may not even
730                 be able to use <prgn>dpkg</prgn> to put things back,
731                 so only do so if you know what you are doing.  Systems
732                 with only the <tt>required</tt> packages are probably
733                 unusable, but they do have enough functionality to
734                 allow the sysadmin to boot and install more software.
735             </item>
736             <tag><tt>important</tt></tag>
737             <item>
738                 Important programs, including those which one would
739                 expect to find on any Unix-like system.  If the
740                 expectation is that an experienced Unix person who
741                 found it missing would say "What on earth is going on,
742                 where is <prgn>foo</prgn>?", it must be an
743                 <tt>important</tt> package.<footnote>
744                     This is an important criterion because we are
745                     trying to produce, amongst other things, a free
746                     Unix.
747                 </footnote>
748                 Other packages without which the system will not run
749                 well or be usable must also have priority
750                 <tt>important</tt>.  This does
751                 <em>not</em> include Emacs, the X Window System, TeX
752                 or any other large applications.  The
753                 <tt>important</tt> packages are just a bare minimum of
754                 commonly-expected and necessary tools.
755             </item>
756             <tag><tt>standard</tt></tag>
757             <item>
758                 These packages provide a reasonably small but not too
759                 limited character-mode system.  This is what will be
760                 installed by default if the user doesn't select anything
761                 else.  It doesn't include many large applications.
762             </item>
763             <tag><tt>optional</tt></tag>
764             <item>
765                 (In a sense everything that isn't required is
766                 optional, but that's not what is meant here.) This is
767                 all the software that you might reasonably want to
768                 install if you didn't know what it was and don't have
769                 specialized requirements. This is a much larger system
770                 and includes the X Window System, a full TeX
771                 distribution, and many applications. Note that
772                 optional packages should not conflict with each other.
773             </item>
774             <tag><tt>extra</tt></tag>
775             <item>
776                 This contains all packages that conflict with others
777                 with required, important, standard or optional
778                 priorities, or are only likely to be useful if you
779                 already know what they are or have specialized
780                 requirements (such as packages containing only detached
781                 debugging symbols).
782             </item>
783           </taglist>
784         </p>
785
786         <p>
787           Packages must not depend on packages with lower priority
788           values (excluding build-time dependencies).  In order to
789           ensure this, the priorities of one or more packages may need
790           to be adjusted.
791         </p>
792       </sect>
793
794     </chapt>
795
796
797     <chapt id="binary">
798       <heading>Binary packages</heading>
799
800       <p>
801         The Debian GNU/Linux distribution is based on the Debian
802         package management system, called <prgn>dpkg</prgn>. Thus,
803         all packages in the Debian distribution must be provided
804         in the <tt>.deb</tt> file format.
805       </p>
806
807       <sect>
808         <heading>The package name</heading>
809
810         <p>
811           Every package must have a name that's unique within the Debian
812           archive.
813         </p>
814
815         <p>
816           The package name is included in the control field
817           <tt>Package</tt>, the format of which is described
818           in <ref id="f-Package">.
819           The package name is also included as a part of the file name
820           of the <tt>.deb</tt> file.
821         </p>
822       </sect>
823
824       <sect id="versions">
825         <heading>The version of a package</heading>
826
827         <p>
828           Every package has a version number recorded in its
829           <tt>Version</tt> control file field, described in
830           <ref id="f-Version">.
831         </p>
832
833         <p>
834           The package management system imposes an ordering on version
835           numbers, so that it can tell whether packages are being up- or
836           downgraded and so that package system front end applications
837           can tell whether a package it finds available is newer than
838           the one installed on the system.  The version number format
839           has the most significant parts (as far as comparison is
840           concerned) at the beginning.
841         </p>
842
843         <p>
844           If an upstream package has problematic version numbers they
845           should be converted to a sane form for use in the
846           <tt>Version</tt> field.
847         </p>
848
849         <sect1>
850           <heading>Version numbers based on dates</heading>
851
852           <p>
853             In general, Debian packages should use the same version
854             numbers as the upstream sources.
855           </p>
856
857           <p>
858             However, in some cases where the upstream version number is
859             based on a date (e.g., a development "snapshot" release) the
860             package management system cannot handle these version
861             numbers without epochs. For example, dpkg will consider
862             "96May01" to be greater than "96Dec24".
863           </p>
864
865           <p>
866             To prevent having to use epochs for every new upstream
867             version, the date based portion of the version number
868             should be changed to the following format in such cases:
869             "19960501", "19961224". It is up to the maintainer whether
870             they want to bother the upstream maintainer to change
871             the version numbers upstream, too.
872           </p>
873
874           <p>
875             Note that other version formats based on dates which are
876             parsed correctly by the package management system should
877             <em>not</em> be changed.
878           </p>
879
880           <p>
881             Native Debian packages (i.e., packages which have been
882             written especially for Debian) whose version numbers include
883             dates should always use the "YYYYMMDD" format.
884           </p>
885         </sect1>
886
887       </sect>
888
889       <sect id="maintainer">
890         <heading>The maintainer of a package</heading>
891
892         <p>
893           Every package must have a Debian maintainer.  The maintainer may
894           be one person or a group of people reachable from a common email
895           address, such as a mailing list.  The maintainer is responsible
896           for maintaining the Debian packaging files, evaluating and
897           responding appropriately to reported bugs, uploading new
898           versions of the package, ensuring that the package is placed in
899           the appropriate archive area and included in Debian releases as
900           appropriate for the stability and utility of the package, and
901           requesting removal of the package from the Debian distribution
902           if it is no longer useful or maintainable.
903         </p>
904
905         <p>
906           The maintainer must be specified in the <tt>Maintainer</tt>
907           control field with their correct name and a working email
908           address.  The email address given in the <tt>Maintainer</tt>
909           control field must accept mail from those role accounts in
910           Debian used to send automated mails regarding the package.  This
911           includes non-spam mail from the bug-tracking system, all mail
912           from the Debian archive maintenance software, and other role
913           accounts or automated processes that are commonly agreed on by
914           the project.<footnote>
915             A sample implementation of such a whitelist written for the
916             Mailman mailing list management software is used for mailing
917             lists hosted by alioth.debian.org.
918           </footnote>
919           If one person or team maintains several packages, they should
920           use the same form of their name and email address in
921           the <tt>Maintainer</tt> fields of those packages.
922         </p>
923
924         <p>
925           The format of the <tt>Maintainer</tt> control field is
926           described in <ref id="f-Maintainer">.
927         </p>
928
929         <p>
930           If the maintainer of the package is a team of people with a
931           shared email address, the <tt>Uploaders</tt> control field must
932           be present and must contain at least one human with their
933           personal email address.  See <ref id="f-Uploaders"> for the
934           syntax of that field.
935         </p>
936
937         <p>
938           If the maintainer of a package no longer has time or desire to
939           maintain a package, it is orphaned.  The maintainer then becomes
940           <tt>Debian QA Group &lt;packages@qa.debian.org&gt;</tt>.  These
941           packages are considered maintained by the Debian project as a
942           whole until someone else volunteers to take over maintenance.
943           <footnote>
944             The detailed procedure for doing this gracefully can be found
945             in the Debian Developer's Reference, see <ref id="related">.
946           </footnote>
947         </p>
948       </sect>
949
950       <sect id="descriptions">
951         <heading>The description of a package</heading>
952
953         <p>
954           Every Debian package must have an extended description
955           stored in the appropriate field of the control record.
956           The technical information about the format of the
957           <tt>Description</tt> field is in <ref id="f-Description">.
958         </p>
959
960         <p>
961           The description should describe the package (the program) to a
962           user (system administrator) who has never met it before so that
963           they have enough information to decide whether they want to
964           install it. This description should not just be copied verbatim
965           from the program's documentation.
966         </p>
967
968         <p>
969           Put important information first, both in the synopsis and
970           extended description.  Sometimes only the first part of the
971           synopsis or of the description will be displayed.  You can
972           assume that there will usually be a way to see the whole
973           extended description.
974         </p>
975
976         <p>
977           The description should also give information about the
978           significant dependencies and conflicts between this package
979           and others, so that the user knows why these dependencies and
980           conflicts have been declared.
981         </p>
982
983         <p>
984           Instructions for configuring or using the package should
985           not be included (that is what installation scripts,
986           manual pages, info files, etc., are for).  Copyright
987           statements and other administrivia should not be included
988           either (that is what the copyright file is for).
989         </p>
990
991         <sect1 id="synopsis"><heading>The single line synopsis</heading>
992
993           <p>
994             The single line synopsis should be kept brief - certainly
995             under 80 characters.
996           </p>
997
998           <p>
999             Do not include the package name in the synopsis line.  The
1000             display software knows how to display this already, and you
1001             do not need to state it.  Remember that in many situations
1002             the user may only see the synopsis line - make it as
1003             informative as you can.
1004           </p>
1005
1006         </sect1>
1007
1008         <sect1 id="extendeddesc"><heading>The extended description</heading>
1009
1010           <p>
1011             Do not try to continue the single line synopsis into the
1012             extended description.  This will not work correctly when
1013             the full description is displayed, and makes no sense
1014             where only the summary (the single line synopsis) is
1015             available.
1016           </p>
1017
1018           <p>
1019             The extended description should describe what the package
1020             does and how it relates to the rest of the system (in terms
1021             of, for example, which subsystem it is which part of).
1022           </p>
1023
1024           <p>
1025             The description field needs to make sense to anyone, even
1026             people who have no idea about any of the things the
1027             package deals with.<footnote>
1028                 The blurb that comes with a program in its
1029                 announcements and/or <prgn>README</prgn> files is
1030                 rarely suitable for use in a description.  It is
1031                 usually aimed at people who are already in the
1032                 community where the package is used.
1033             </footnote>
1034           </p>
1035
1036         </sect1>
1037
1038       </sect>
1039
1040       <sect>
1041         <heading>Dependencies</heading>
1042
1043         <p>
1044           Every package must specify the dependency information
1045           about other packages that are required for the first to
1046           work correctly.
1047         </p>
1048
1049         <p>
1050           For example, a dependency entry must be provided for any
1051           shared libraries required by a dynamically-linked executable
1052           binary in a package.
1053         </p>
1054
1055         <p>
1056           Packages are not required to declare any dependencies they
1057           have on other packages which are marked <tt>Essential</tt>
1058           (see below), and should not do so unless they depend on a
1059           particular version of that package.<footnote>
1060             <p>
1061               Essential is needed in part to avoid unresolvable dependency
1062               loops on upgrade.  If packages add unnecessary dependencies
1063               on packages in this set, the chances that there
1064               <strong>will</strong> be an unresolvable dependency loop
1065               caused by forcing these Essential packages to be configured
1066               first before they need to be is greatly increased.  It also
1067               increases the chances that frontends will be unable to
1068               <strong>calculate</strong> an upgrade path, even if one
1069               exists.
1070             </p>
1071             <p>
1072               Also, functionality is rarely ever removed from the
1073               Essential set, but <em>packages</em> have been removed from
1074               the Essential set when the functionality moved to a
1075               different package. So depending on these packages <em>just
1076               in case</em> they stop being essential does way more harm
1077               than good.
1078             </p>
1079           </footnote>
1080         </p>
1081
1082         <p>
1083           Sometimes, a package requires another package to be installed
1084           <em>and</em> configured before it can be installed. In this
1085           case, you must specify a <tt>Pre-Depends</tt> entry for
1086           the package.
1087         </p>
1088
1089         <p>
1090           You should not specify a <tt>Pre-Depends</tt> entry for a
1091           package before this has been discussed on the
1092           <tt>debian-devel</tt> mailing list and a consensus about
1093           doing that has been reached.
1094         </p>
1095
1096         <p>
1097           The format of the package interrelationship control fields is
1098           described in <ref id="relationships">.
1099         </p>
1100       </sect>
1101
1102       <sect id="virtual_pkg">
1103         <heading>Virtual packages</heading>
1104
1105         <p>
1106           Sometimes, there are several packages which offer
1107           more-or-less the same functionality. In this case, it's
1108           useful to define a <em>virtual package</em> whose name
1109           describes that common functionality.  (The virtual
1110           packages only exist logically, not physically; that's why
1111           they are called <em>virtual</em>.) The packages with this
1112           particular function will then <em>provide</em> the virtual
1113           package. Thus, any other package requiring that function
1114           can simply depend on the virtual package without having to
1115           specify all possible packages individually.
1116         </p>
1117
1118         <p>
1119           All packages should use virtual package names where
1120           appropriate, and arrange to create new ones if necessary.
1121           They should not use virtual package names (except privately,
1122           amongst a cooperating group of packages) unless they have
1123           been agreed upon and appear in the list of virtual package
1124           names. (See also <ref id="virtual">)
1125         </p>
1126
1127         <p>
1128           The latest version of the authoritative list of virtual
1129           package names can be found in the <tt>debian-policy</tt> package.
1130           It is also available from the Debian web mirrors at
1131           <tt><url name="/doc/packaging-manuals/virtual-package-names-list.txt"
1132                 id="http://www.debian.org/doc/packaging-manuals/virtual-package-names-list.txt"></tt>.
1133         </p>
1134
1135         <p>
1136           The procedure for updating the list is described in the preface
1137           to the list.
1138         </p>
1139
1140       </sect>
1141
1142       <sect>
1143         <heading>Base system</heading>
1144
1145         <p>
1146           The <tt>base system</tt> is a minimum subset of the Debian
1147           GNU/Linux system that is installed before everything else
1148           on a new system. Only very few packages are allowed to form
1149           part of the base system, in order to keep the required disk
1150           usage very small.
1151         </p>
1152
1153         <p>
1154           The base system consists of all those packages with priority
1155           <tt>required</tt> or <tt>important</tt>. Many of them will
1156           be tagged <tt>essential</tt> (see below).
1157         </p>
1158       </sect>
1159
1160       <sect>
1161         <heading>Essential packages</heading>
1162
1163         <p>
1164           Essential is defined as the minimal set of functionality that
1165           must be available and usable on the system at all times, even
1166           when packages are in an unconfigured (but unpacked) state.
1167           Packages are tagged <tt>essential</tt> for a system using the
1168           <tt>Essential</tt> control file field.  The format of the
1169           <tt>Essential</tt> control field is described in <ref
1170           id="f-Essential">.
1171         </p>
1172
1173         <p>
1174           Since these packages cannot be easily removed (one has to
1175           specify an extra <em>force option</em> to
1176           <prgn>dpkg</prgn> to do so), this flag must not be used
1177           unless absolutely necessary.  A shared library package
1178           must not be tagged <tt>essential</tt>; dependencies will
1179           prevent its premature removal, and we need to be able to
1180           remove it when it has been superseded.
1181         </p>
1182
1183         <p>
1184           Since dpkg will not prevent upgrading of other packages
1185           while an <tt>essential</tt> package is in an unconfigured
1186             state, all <tt>essential</tt> packages must supply all of
1187             their core functionality even when unconfigured. If the
1188             package cannot satisfy this requirement it must not be
1189             tagged as essential, and any packages depending on this
1190             package must instead have explicit dependency fields as
1191             appropriate.
1192         </p>
1193
1194         <p>
1195           Maintainers should take great care in adding any programs,
1196           interfaces, or functionality to <tt>essential</tt> packages.
1197           Packages may assume that functionality provided by
1198           <tt>essential</tt> packages is always available without
1199           declaring explicit dependencies, which means that removing
1200           functionality from the Essential set is very difficult and is
1201           almost never done.  Any capability added to an
1202           <tt>essential</tt> package therefore creates an obligation to
1203           support that capability as part of the Essential set in
1204           perpetuity.
1205         </p>
1206
1207         <p>
1208           You must not tag any packages <tt>essential</tt> before
1209           this has been discussed on the <tt>debian-devel</tt>
1210           mailing list and a consensus about doing that has been
1211           reached.
1212         </p>
1213       </sect>
1214
1215       <sect id="maintscripts">
1216         <heading>Maintainer Scripts</heading>
1217
1218         <p>
1219           The package installation scripts should avoid producing
1220           output which is unnecessary for the user to see and
1221           should rely on <prgn>dpkg</prgn> to stave off boredom on
1222           the part of a user installing many packages.  This means,
1223           amongst other things, using the <tt>--quiet</tt> option on
1224           <prgn>install-info</prgn>.
1225         </p>
1226
1227         <p>
1228           Errors which occur during the execution of an installation
1229           script must be checked and the installation must not
1230           continue after an error.
1231         </p>
1232
1233         <p>
1234           Note that in general <ref id="scripts"> applies to package
1235           maintainer scripts, too.
1236         </p>
1237
1238         <p>
1239           You should not use <prgn>dpkg-divert</prgn> on a file belonging
1240           to another package without consulting the maintainer of that
1241           package first.  When adding or removing diversions, package
1242           maintainer scripts must provide the <tt>--package</tt> flag
1243           to <prgn>dpkg-divert</prgn> and must not use <tt>--local</tt>.
1244         </p>
1245
1246         <p>
1247           All packages which supply an instance of a common command
1248           name (or, in general, filename) should generally use
1249           <prgn>update-alternatives</prgn>, so that they may be
1250           installed together.  If <prgn>update-alternatives</prgn>
1251           is not used, then each package must use
1252           <tt>Conflicts</tt> to ensure that other packages are
1253           de-installed.  (In this case, it may be appropriate to
1254           specify a conflict against earlier versions of something
1255           that previously did not use
1256           <prgn>update-alternatives</prgn>; this is an exception to
1257           the usual rule that versioned conflicts should be
1258           avoided.)
1259         </p>
1260
1261         <sect1 id="maintscriptprompt">
1262           <heading>Prompting in maintainer scripts</heading>
1263           <p>
1264             Package maintainer scripts may prompt the user if
1265             necessary. Prompting must be done by communicating
1266             through a program, such as <prgn>debconf</prgn>, which
1267             conforms to the Debian Configuration Management
1268             Specification, version 2 or higher.
1269           </p>
1270
1271           <p>
1272             Packages which are essential, or which are dependencies of
1273             essential packages, may fall back on another prompting method
1274             if no such interface is available when they are executed.
1275           </p>
1276
1277           <p>
1278             The Debian Configuration Management Specification is included
1279             in the <file>debconf_specification</file> files in the
1280             <package>debian-policy</package> package.
1281             It is also available from the Debian web mirrors at
1282             <tt><url name="/doc/packaging-manuals/debconf_specification.html"
1283                 id="http://www.debian.org/doc/packaging-manuals/debconf_specification.html"></tt>.
1284           </p>
1285
1286           <p>
1287             Packages which use the Debian Configuration Management
1288             Specification may contain an additional
1289             <prgn>config</prgn> script and a <tt>templates</tt>
1290             file in their control archive<footnote>
1291                 The control.tar.gz inside the .deb.
1292                 See <manref name="deb" section="5">.
1293             </footnote>.
1294             The <prgn>config</prgn> script might be run before the
1295             <prgn>preinst</prgn> script, and before the package is unpacked
1296             or any of its dependencies or pre-dependencies are satisfied.
1297             Therefore it must work using only the tools present in
1298             <em>essential</em> packages.<footnote>
1299                   <package>Debconf</package> or another tool that
1300                   implements the Debian Configuration Management
1301                   Specification will also be installed, and any
1302                   versioned dependencies on it will be satisfied
1303                   before preconfiguration begins.
1304             </footnote>
1305           </p>
1306
1307           <p>
1308             Packages which use the Debian Configuration Management
1309             Specification must allow for translation of their user-visible
1310             messages by using a gettext-based system such as the one
1311             provided by the <package>po-debconf</package> package.
1312           </p>
1313
1314           <p>
1315             Packages should try to minimize the amount of prompting
1316             they need to do, and they should ensure that the user
1317             will only ever be asked each question once.  This means
1318             that packages should try to use appropriate shared
1319             configuration files (such as <file>/etc/papersize</file> and
1320             <file>/etc/news/server</file>), and shared
1321             <package>debconf</package> variables rather than each
1322             prompting for their own list of required pieces of
1323             information.
1324           </p>
1325
1326           <p>
1327             It also means that an upgrade should not ask the same
1328             questions again, unless the user has used
1329             <tt>dpkg --purge</tt> to remove the package's configuration.
1330             The answers to configuration questions should be stored in an
1331             appropriate place in <file>/etc</file> so that the user can
1332             modify them, and how this has been done should be
1333             documented.
1334           </p>
1335
1336           <p>
1337             If a package has a vitally important piece of
1338             information to pass to the user (such as "don't run me
1339             as I am, you must edit the following configuration files
1340             first or you risk your system emitting badly-formatted
1341             messages"), it should display this in the
1342             <prgn>config</prgn> or <prgn>postinst</prgn> script and
1343             prompt the user to hit return to acknowledge the
1344             message.  Copyright messages do not count as vitally
1345             important (they belong in
1346             <file>/usr/share/doc/<var>package</var>/copyright</file>);
1347             neither do instructions on how to use a program (these
1348             should be in on-line documentation, where all the users
1349             can see them).
1350           </p>
1351
1352           <p>
1353             Any necessary prompting should almost always be confined
1354             to the <prgn>config</prgn> or <prgn>postinst</prgn>
1355             script. If it is done in the <prgn>postinst</prgn>, it
1356             should be protected with a conditional so that
1357             unnecessary prompting doesn't happen if a package's
1358             installation fails and the <prgn>postinst</prgn> is
1359             called with <tt>abort-upgrade</tt>,
1360             <tt>abort-remove</tt> or <tt>abort-deconfigure</tt>.
1361           </p>
1362         </sect1>
1363
1364       </sect>
1365
1366     </chapt>
1367
1368
1369     <chapt id="source">
1370       <heading>Source packages</heading>
1371
1372       <sect id="standardsversion">
1373         <heading>Standards conformance</heading>
1374
1375         <p>
1376           Source packages should specify the most recent version number
1377           of this policy document with which your package complied
1378           when it was last updated.
1379         </p>
1380
1381         <p>
1382           This information may be used to file bug reports
1383           automatically if your package becomes too much out of date.
1384         </p>
1385
1386         <p>
1387           The version is specified in the <tt>Standards-Version</tt>
1388           control field.
1389           The format of the <tt>Standards-Version</tt> field is
1390           described in <ref id="f-Standards-Version">.
1391         </p>
1392
1393         <p>
1394           You should regularly, and especially if your package has
1395           become out of date, check for the newest Policy Manual
1396           available and update your package, if necessary. When your
1397           package complies with the new standards you should update the
1398           <tt>Standards-Version</tt> source package field and
1399           release it.<footnote>
1400                 See the file <file>upgrading-checklist</file> for
1401                 information about policy which has changed between
1402                 different versions of this document.
1403           </footnote>
1404         </p>
1405
1406       </sect>
1407
1408       <sect id="pkg-relations">
1409         <heading>Package relationships</heading>
1410
1411         <p>
1412           Source packages should specify which binary packages they
1413           require to be installed or not to be installed in order to
1414           build correctly.  For example, if building a package
1415           requires a certain compiler, then the compiler should be
1416           specified as a build-time dependency.
1417         </p>
1418
1419         <p>
1420           It is not necessary to explicitly specify build-time
1421           relationships on a minimal set of packages that are always
1422           needed to compile, link and put in a Debian package a
1423           standard "Hello World!" program written in C or C++.  The
1424           required packages are called <em>build-essential</em>, and
1425           an informational list can be found in
1426           <file>/usr/share/doc/build-essential/list</file> (which is
1427           contained in the <tt>build-essential</tt>
1428           package).<footnote>
1429             Rationale:
1430                 <list compact="compact">
1431                   <item>
1432                       This allows maintaining the list separately
1433                       from the policy documents (the list does not
1434                       need the kind of control that the policy
1435                       documents do).
1436                   </item>
1437                   <item>
1438                       Having a separate package allows one to install
1439                       the build-essential packages on a machine, as
1440                       well as allowing other packages such as tasks to
1441                       require installation of the build-essential
1442                       packages using the depends relation.
1443                   </item>
1444                   <item>
1445                       The separate package allows bug reports against
1446                       the list to be categorized separately from
1447                       the policy management process in the BTS.
1448                   </item>
1449                 </list>
1450           </footnote>
1451         </p>
1452
1453         <p>
1454           When specifying the set of build-time dependencies, one
1455           should list only those packages explicitly required by the
1456           build.  It is not necessary to list packages which are
1457           required merely because some other package in the list of
1458           build-time dependencies depends on them.<footnote>
1459                 The reason for this is that dependencies change, and
1460                 you should list all those packages, and <em>only</em>
1461                 those packages that <em>you</em> need directly.  What
1462                 others need is their business.  For example, if you
1463                 only link against <file>libimlib</file>, you will need to
1464                 build-depend on <package>libimlib2-dev</package> but
1465                 not against any <tt>libjpeg*</tt> packages, even
1466                 though <tt>libimlib2-dev</tt> currently depends on
1467                 them: installation of <package>libimlib2-dev</package>
1468                 will automatically ensure that all of its run-time
1469                 dependencies are satisfied.
1470           </footnote>
1471         </p>
1472
1473         <p>
1474           If build-time dependencies are specified, it must be
1475           possible to build the package and produce working binaries
1476           on a system with only essential and build-essential
1477           packages installed and also those required to satisfy the
1478           build-time relationships (including any implied
1479           relationships).  In particular, this means that version
1480           clauses should be used rigorously in build-time
1481           relationships so that one cannot produce bad or
1482           inconsistently configured packages when the relationships
1483           are properly satisfied.
1484         </p>
1485
1486         <p>
1487           <ref id="relationships"> explains the technical details.
1488         </p>
1489       </sect>
1490
1491       <sect>
1492         <heading>Changes to the upstream sources</heading>
1493
1494         <p>
1495           If changes to the source code are made that are not
1496           specific to the needs of the Debian system, they should be
1497           sent to the upstream authors in whatever form they prefer
1498           so as to be included in the upstream version of the
1499           package.
1500         </p>
1501
1502         <p>
1503           If you need to configure the package differently for
1504           Debian or for Linux, and the upstream source doesn't
1505           provide a way to do so, you should add such configuration
1506           facilities (for example, a new <prgn>autoconf</prgn> test
1507           or <tt>#define</tt>) and send the patch to the upstream
1508           authors, with the default set to the way they originally
1509           had it.  You can then easily override the default in your
1510           <file>debian/rules</file> or wherever is appropriate.
1511         </p>
1512
1513         <p>
1514           You should make sure that the <prgn>configure</prgn> utility
1515           detects the correct architecture specification string
1516           (refer to <ref id="arch-spec"> for details).
1517         </p>
1518
1519         <p>
1520           If you need to edit a <prgn>Makefile</prgn> where GNU-style
1521           <prgn>configure</prgn> scripts are used, you should edit the
1522           <file>.in</file> files rather than editing the
1523           <prgn>Makefile</prgn> directly.  This allows the user to
1524           reconfigure the package if necessary.  You should
1525           <em>not</em> configure the package and edit the generated
1526           <prgn>Makefile</prgn>!  This makes it impossible for someone
1527           else to later reconfigure the package without losing the
1528           changes you made.
1529         </p>
1530
1531       </sect>
1532
1533       <sect id="dpkgchangelog">
1534         <heading>Debian changelog: <file>debian/changelog</file></heading>
1535
1536         <p>
1537           Changes in the Debian version of the package should be
1538           briefly explained in the Debian changelog file
1539           <file>debian/changelog</file>.<footnote>
1540             <p>
1541               Mistakes in changelogs are usually best rectified by
1542               making a new changelog entry rather than "rewriting
1543               history" by editing old changelog entries.
1544             </p>
1545           </footnote>
1546           This includes modifications
1547           made in the Debian package compared to the upstream one
1548           as well as other changes and updates to the package.
1549           <footnote>
1550               Although there is nothing stopping an author who is also
1551               the Debian maintainer from using this changelog for all
1552               their changes, it will have to be renamed if the Debian
1553               and upstream maintainers become different people. In such
1554               a case, however, it might be better to maintain the package
1555               as a non-native package.
1556           </footnote>
1557         </p>
1558
1559         <p>
1560           The format of the <file>debian/changelog</file> allows the
1561           package building tools to discover which version of the package
1562           is being built and find out other release-specific information.
1563         </p>
1564
1565         <p>
1566           That format is a series of entries like this:
1567
1568 <example compact="compact">
1569 <var>package</var> (<var>version</var>) <var>distribution(s)</var>; urgency=<var>urgency</var>
1570             <var>
1571               [optional blank line(s), stripped]
1572             </var>
1573   * <var>change details</var>
1574     <var>more change details</var>
1575             <var>
1576               [blank line(s), included in output of dpkg-parsechangelog]
1577             </var>
1578   * <var>even more change details</var>
1579             <var>
1580               [optional blank line(s), stripped]
1581             </var>
1582  -- <var>maintainer name</var> &lt;<var>email address</var>&gt;<var>[two spaces]</var>  <var>date</var>
1583 </example>
1584         </p>
1585
1586         <p>
1587           <var>package</var> and <var>version</var> are the source
1588           package name and version number.
1589         </p>
1590
1591         <p>
1592           <var>distribution(s)</var> lists the distributions where
1593           this version should be installed when it is uploaded - it
1594           is copied to the <tt>Distribution</tt> field in the
1595           <file>.changes</file> file.  See <ref id="f-Distribution">.
1596         </p>
1597
1598         <p>
1599           <var>urgency</var> is the value for the <tt>Urgency</tt>
1600           field in the <file>.changes</file> file for the upload
1601           (see <ref id="f-Urgency">). It is not possible to specify
1602           an urgency containing commas; commas are used to separate
1603           <tt><var>keyword</var>=<var>value</var></tt> settings in the
1604           <prgn>dpkg</prgn> changelog format (though there is
1605           currently only one useful <var>keyword</var>,
1606           <tt>urgency</tt>).
1607         </p>
1608
1609         <p>
1610           The change details may in fact be any series of lines
1611           starting with at least two spaces, but conventionally each
1612           change starts with an asterisk and a separating space and
1613           continuation lines are indented so as to bring them in
1614           line with the start of the text above.  Blank lines may be
1615           used here to separate groups of changes, if desired.
1616         </p>
1617
1618         <p>
1619           If this upload resolves bugs recorded in the Bug Tracking
1620           System (BTS), they may be automatically closed on the
1621           inclusion of this package into the Debian archive by
1622           including the string: <tt>closes: Bug#<var>nnnnn</var></tt>
1623           in the change details.<footnote>
1624               To be precise, the string should match the following
1625               Perl regular expression:
1626               <example>
1627 /closes:\s*(?:bug)?\#?\s?\d+(?:,\s*(?:bug)?\#?\s?\d+)*/i
1628               </example>
1629               Then all of the bug numbers listed will be closed by the
1630               archive maintenance script (<prgn>katie</prgn>) using the
1631               <var>version</var> of the changelog entry.
1632           </footnote>
1633           This information is conveyed via the <tt>Closes</tt> field
1634           in the <tt>.changes</tt> file (see <ref id="f-Closes">).
1635         </p>
1636
1637         <p>
1638           The maintainer name and email address used in the changelog
1639           should be the details of the person uploading <em>this</em>
1640           version.  They are <em>not</em> necessarily those of the
1641           usual package maintainer.  The information here will be
1642           copied to the <tt>Changed-By</tt> field in the
1643           <tt>.changes</tt> file (see <ref id="f-Changed-By">),
1644           and then later used to send an acknowledgement when the
1645           upload has been installed.
1646         </p>
1647
1648         <p>
1649           The <var>date</var> has the following format<footnote>
1650               This is the same as the format generated by <tt>date
1651               -R</tt>.
1652           </footnote> (compatible and with the same semantics of
1653           RFC 2822 and RFC 5322):
1654           <example>day-of-week, dd month yyyy hh:mm:ss +zzzz</example>
1655           where:
1656           <list compact="compact">
1657             <item>
1658               day-of week is one of: Mon, Tue, Wed, Thu, Fri, Sat, Sun
1659             </item>
1660             <item>
1661               dd is a one- or two-digit day of the month (01-31)
1662             </item>
1663             <item>
1664               month is one of: Jan, Feb, Mar, Apr, May, Jun, Jul, Aug,
1665               Sep, Oct, Nov, Dec
1666             </item>
1667             <item>yyyy is the four-digit year (e.g. 2010)</item>
1668             <item>hh is the two-digit hour (00-23)</item>
1669             <item>mm is the two-digit minutes (00-59)</item>
1670             <item>ss is the two-digit seconds (00-60)</item>
1671             <item>
1672               +zzzz or -zzzz is the the time zone offset from Coordinated
1673               Universal Time (UTC).  "+" indicates that the time is ahead
1674               of (i.e., east of) UTC and "-" indicates that the time is
1675               behind (i.e., west of) UTC.  The first two digits indicate
1676               the hour difference from UTC and the last two digits
1677               indicate the number of additional minutes difference from
1678               UTC.  The last two digits must be in the range 00-59.
1679             </item>
1680           </list>
1681         </p>
1682
1683         <p>
1684           The first "title" line with the package name must start
1685           at the left hand margin.  The "trailer" line with the
1686           maintainer and date details must be preceded by exactly
1687           one space.  The maintainer details and the date must be
1688           separated by exactly two spaces.
1689         </p>
1690
1691         <p>
1692           The entire changelog must be encoded in UTF-8.
1693         </p>
1694
1695         <p>
1696           For more information on placement of the changelog files
1697           within binary packages, please see <ref id="changelogs">.
1698         </p>
1699       </sect>
1700
1701       <sect id="dpkgcopyright">
1702         <heading>Copyright: <file>debian/copyright</file></heading>
1703         <p>
1704           Every package must be accompanied by a verbatim copy of its
1705           copyright information and distribution license in the file
1706           <file>/usr/share/doc/<var>package</var>/copyright</file>
1707           (see <ref id="copyrightfile"> for further details). Also see
1708           <ref id="pkgcopyright"> for further considerations related
1709           to copyrights for packages.
1710         </p>
1711       </sect>
1712       <sect>
1713         <heading>Error trapping in makefiles</heading>
1714
1715         <p>
1716           When <prgn>make</prgn> invokes a command in a makefile
1717           (including your package's upstream makefiles and
1718           <file>debian/rules</file>), it does so using <prgn>sh</prgn>.  This
1719           means that <prgn>sh</prgn>'s usual bad error handling
1720           properties apply: if you include a miniature script as one
1721           of the commands in your makefile you'll find that if you
1722           don't do anything about it then errors are not detected
1723           and <prgn>make</prgn> will blithely continue after
1724           problems.
1725         </p>
1726
1727         <p>
1728           Every time you put more than one shell command (this
1729           includes using a loop) in a makefile command you
1730           must make sure that errors are trapped.  For
1731           simple compound commands, such as changing directory and
1732           then running a program, using <tt>&amp;&amp;</tt> rather
1733           than semicolon as a command separator is sufficient.  For
1734           more complex commands including most loops and
1735           conditionals you should include a separate <tt>set -e</tt>
1736           command at the start of every makefile command that's
1737           actually one of these miniature shell scripts.
1738         </p>
1739       </sect>
1740
1741       <sect id="timestamps">
1742         <heading>Time Stamps</heading>
1743         <p>
1744           Maintainers should preserve the modification times of the
1745           upstream source files in a package, as far as is reasonably
1746           possible.<footnote>
1747               The rationale is that there is some information conveyed
1748               by knowing the age of the file, for example, you could
1749               recognize that some documentation is very old by looking
1750               at the modification time, so it would be nice if the
1751               modification time of the upstream source would be
1752               preserved.
1753           </footnote>
1754         </p>
1755       </sect>
1756
1757       <sect id="restrictions">
1758         <heading>Restrictions on objects in source packages</heading>
1759
1760         <p>
1761           The source package may not contain any hard links<footnote>
1762             <p>
1763               This is not currently detected when building source
1764               packages, but only when extracting
1765               them.
1766             </p>
1767             <p>
1768               Hard links may be permitted at some point in the
1769               future, but would require a fair amount of
1770               work.
1771             </p>
1772           </footnote>, device special files, sockets or setuid or
1773           setgid files.<footnote>
1774               Setgid directories are allowed.
1775           </footnote>
1776         </p>
1777       </sect>
1778
1779       <sect id="debianrules">
1780         <heading>Main building script: <file>debian/rules</file></heading>
1781
1782         <p>
1783           This file must be an executable makefile, and contains the
1784           package-specific recipes for compiling the package and
1785           building binary package(s) from the source.
1786         </p>
1787
1788         <p>
1789           It must start with the line <tt>#!/usr/bin/make -f</tt>,
1790           so that it can be invoked by saying its name rather than
1791           invoking <prgn>make</prgn> explicitly. That is, invoking
1792           either of <tt>make -f debian/rules <em>args...</em></tt>
1793           or <tt>./debian/rules <em>args...</em></tt> must result in
1794           identical behavior.
1795         </p>
1796
1797         <p>
1798           Since an interactive <file>debian/rules</file> script makes it
1799           impossible to auto-compile that package and also makes it
1800           hard for other people to reproduce the same binary
1801           package, all <em>required targets</em> must be
1802           non-interactive. At a minimum, required targets are the
1803           ones called by <prgn>dpkg-buildpackage</prgn>, namely,
1804           <em>clean</em>, <em>binary</em>, <em>binary-arch</em>,
1805           <em>binary-indep</em>, and <em>build</em>. It also follows
1806           that any target that these targets depend on must also be
1807           non-interactive.
1808         </p>
1809
1810         <p>
1811           The targets are as follows (required unless stated otherwise):
1812           <taglist>
1813             <tag><tt>build</tt></tag>
1814             <item>
1815               <p>
1816                 The <tt>build</tt> target should perform all the
1817                 configuration and compilation of the package.
1818                 If a package has an interactive pre-build
1819                 configuration routine, the Debian source package
1820                 must either be built after this has taken place (so
1821                 that the binary package can be built without rerunning
1822                 the configuration) or the configuration routine
1823                 modified to become non-interactive.  (The latter is
1824                 preferable if there are architecture-specific features
1825                 detected by the configuration routine.)
1826               </p>
1827
1828               <p>
1829                 For some packages, notably ones where the same
1830                 source tree is compiled in different ways to produce
1831                 two binary packages, the <tt>build</tt> target
1832                 does not make much sense.  For these packages it is
1833                 good enough to provide two (or more) targets
1834                 (<tt>build-a</tt> and <tt>build-b</tt> or whatever)
1835                 for each of the ways of building the package, and a
1836                 <tt>build</tt> target that does nothing.  The
1837                 <tt>binary</tt> target will have to build the
1838                 package in each of the possible ways and make the
1839                 binary package out of each.
1840               </p>
1841
1842               <p>
1843                 The <tt>build</tt> target must not do anything
1844                 that might require root privilege.
1845               </p>
1846
1847               <p>
1848                 The <tt>build</tt> target may need to run the
1849                 <tt>clean</tt> target first - see below.
1850               </p>
1851
1852               <p>
1853                 When a package has a configuration and build routine
1854                 which takes a long time, or when the makefiles are
1855                 poorly designed, or when <tt>build</tt> needs to
1856                 run <tt>clean</tt> first, it is a good idea to
1857                 <tt>touch build</tt> when the build process is
1858                 complete.  This will ensure that if <tt>debian/rules
1859                 build</tt> is run again it will not rebuild the whole
1860                 program.<footnote>
1861                     Another common way to do this is for <tt>build</tt>
1862                     to depend on <prgn>build-stamp</prgn> and to do
1863                     nothing else, and for the <prgn>build-stamp</prgn>
1864                     target to do the building and to <tt>touch
1865                     build-stamp</tt> on completion.  This is
1866                     especially useful if the build routine creates a
1867                     file or directory called <tt>build</tt>; in such a
1868                     case, <tt>build</tt> will need to be listed as
1869                     a phony target (i.e., as a dependency of the
1870                     <tt>.PHONY</tt> target).  See the documentation of
1871                     <prgn>make</prgn> for more information on phony
1872                     targets.
1873                 </footnote>
1874               </p>
1875             </item>
1876
1877             <tag><tt>build-arch</tt> (optional),
1878                  <tt>build-indep</tt> (optional)
1879             </tag>
1880             <item>
1881               <p>
1882                 A package may also provide both of the targets
1883                 <tt>build-arch</tt> and <tt>build-indep</tt>.
1884                 The <tt>build-arch</tt> target, if provided, should
1885                 perform all the configuration and compilation required for
1886                 producing all architecture-dependant binary packages
1887                 (those packages for which the body of the
1888                 <tt>Architecture</tt> field in <tt>debian/control</tt> is
1889                 not <tt>all</tt>).  Similarly, the <tt>build-indep</tt>
1890                 target, if provided, should perform all the configuration
1891                 and compilation required for producing all
1892                 architecture-independent binary packages (those packages
1893                 for which the body of the <tt>Architecture</tt> field
1894                 in <tt>debian/control</tt> is <tt>all</tt>).
1895                 The <tt>build</tt> target should depend on those of the
1896                 targets <tt>build-arch</tt> and <tt>build-indep</tt> that
1897                 are provided in the rules file.<footnote>
1898                   The intent of this split is so that binary-only builds
1899                   need not install the dependencies required for
1900                   the <tt>build-indep</tt> target.  However, this is not
1901                   yet used in practice since <tt>dpkg-buildpackage
1902                   -B</tt>, and therefore the autobuilders,
1903                   invoke <tt>build</tt> rather than <tt>build-arch</tt>
1904                   due to the difficulties in determining whether the
1905                   optional <tt>build-arch</tt> target exists.
1906                 </footnote>
1907               </p>
1908
1909               <p>
1910                 If one or both of the targets <tt>build-arch</tt> and
1911                 <tt>build-indep</tt> are not provided, then invoking
1912                 <file>debian/rules</file> with one of the not-provided
1913                 targets as arguments should produce a exit status code
1914                 of 2.  Usually this is provided automatically by make
1915                 if the target is missing.
1916               </p>
1917
1918               <p>
1919                 The <tt>build-arch</tt> and <tt>build-indep</tt> targets
1920                 must not do anything that might require root privilege.
1921               </p>
1922             </item>
1923
1924             <tag><tt>binary</tt>, <tt>binary-arch</tt>,
1925               <tt>binary-indep</tt>
1926             </tag>
1927             <item>
1928               <p>
1929                 The <tt>binary</tt> target must be all that is
1930                 necessary for the user to build the binary package(s)
1931                 produced from this source package.  It is
1932                 split into two parts: <prgn>binary-arch</prgn> builds
1933                 the binary packages which are specific to a particular
1934                 architecture, and <tt>binary-indep</tt> builds
1935                 those which are not.
1936               </p>
1937               <p>
1938                 <tt>binary</tt> may be (and commonly is) a target with
1939                 no commands which simply depends on
1940                 <tt>binary-arch</tt> and <tt>binary-indep</tt>.
1941               </p>
1942               <p>
1943                 Both <tt>binary-*</tt> targets should depend on the
1944                 <tt>build</tt> target, or on the appropriate
1945                 <tt>build-arch</tt> or <tt>build-indep</tt> target, if
1946                 provided, so that the package is built if it has not
1947                 been already.  It should then create the relevant
1948                 binary package(s), using <prgn>dpkg-gencontrol</prgn> to
1949                 make their control files and <prgn>dpkg-deb</prgn> to
1950                 build them and place them in the parent of the top
1951                 level directory.
1952               </p>
1953
1954               <p>
1955                 Both the <tt>binary-arch</tt> and
1956                 <tt>binary-indep</tt> targets <em>must</em> exist.
1957                 If one of them has nothing to do (which will always be
1958                 the case if the source generates only a single binary
1959                 package, whether architecture-dependent or not), it
1960                 must still exist and must always succeed.
1961               </p>
1962
1963               <p>
1964                 The <tt>binary</tt> targets must be invoked as
1965                 root.<footnote>
1966                     The <prgn>fakeroot</prgn> package often allows one
1967                     to build a package correctly even without being
1968                     root.
1969                 </footnote>
1970               </p>
1971             </item>
1972
1973             <tag><tt>clean</tt></tag>
1974             <item>
1975               <p>
1976                 This must undo any effects that the <tt>build</tt>
1977                 and <tt>binary</tt> targets may have had, except
1978                 that it should leave alone any output files created in
1979                 the parent directory by a run of a <tt>binary</tt>
1980                 target.
1981               </p>
1982
1983               <p>
1984                 If a <tt>build</tt> file is touched at the end of
1985                 the <tt>build</tt> target, as suggested above, it
1986                 should be removed as the first action that
1987                 <tt>clean</tt> performs, so that running
1988                 <tt>build</tt> again after an interrupted
1989                 <tt>clean</tt> doesn't think that everything is
1990                 already done.
1991               </p>
1992
1993               <p>
1994                 The <tt>clean</tt> target may need to be
1995                 invoked as root if <tt>binary</tt> has been
1996                 invoked since the last <tt>clean</tt>, or if
1997                 <tt>build</tt> has been invoked as root (since
1998                 <tt>build</tt> may create directories, for
1999                 example).
2000               </p>
2001             </item>
2002
2003             <tag><tt>get-orig-source</tt> (optional)</tag>
2004             <item>
2005               <p>
2006                 This target fetches the most recent version of the
2007                 original source package from a canonical archive site
2008                 (via FTP or WWW, for example), does any necessary
2009                 rearrangement to turn it into the original source
2010                 tar file format described below, and leaves it in the
2011                 current directory.
2012               </p>
2013
2014               <p>
2015                 This target may be invoked in any directory, and
2016                 should take care to clean up any temporary files it
2017                 may have left.
2018               </p>
2019
2020               <p>
2021                 This target is optional, but providing it if
2022                 possible is a good idea.
2023               </p>
2024             </item>
2025
2026             <tag><tt>patch</tt> (optional)</tag>
2027             <item>
2028               <p>
2029                 This target performs whatever additional actions are
2030                 required to make the source ready for editing (unpacking
2031                 additional upstream archives, applying patches, etc.).
2032                 It is recommended to be implemented for any package where
2033                 <tt>dpkg-source -x</tt> does not result in source ready
2034                 for additional modification.  See
2035                 <ref id="readmesource">.
2036               </p>
2037             </item>
2038           </taglist>
2039
2040         <p>
2041           The <tt>build</tt>, <tt>binary</tt> and
2042           <tt>clean</tt> targets must be invoked with the current
2043           directory being the package's top-level directory.
2044         </p>
2045
2046
2047         <p>
2048           Additional targets may exist in <file>debian/rules</file>,
2049           either as published or undocumented interfaces or for the
2050           package's internal use.
2051         </p>
2052
2053         <p>
2054           The architectures we build on and build for are determined
2055           by <prgn>make</prgn> variables using the utility
2056           <qref id="pkg-dpkg-architecture"><prgn>dpkg-architecture</prgn></qref>.
2057           You can determine the
2058           Debian architecture and the GNU style architecture
2059           specification string for the build machine (the machine type
2060           we are building on) as well as for the host machine (the
2061           machine type we are building for).  Here is a list of
2062           supported <prgn>make</prgn> variables:
2063           <list compact="compact">
2064             <item>
2065                 <tt>DEB_*_ARCH</tt> (the Debian architecture)
2066             </item>
2067             <item>
2068                 <tt>DEB_*_ARCH_CPU</tt> (the Debian CPU name)
2069             </item>
2070             <item>
2071                 <tt>DEB_*_ARCH_OS</tt> (the Debian System name)
2072             </item>
2073             <item>
2074                 <tt>DEB_*_GNU_TYPE</tt> (the GNU style architecture
2075                 specification string)
2076             </item>
2077             <item>
2078                 <tt>DEB_*_GNU_CPU</tt> (the CPU part of
2079                 <tt>DEB_*_GNU_TYPE</tt>)
2080             </item>
2081             <item>
2082                 <tt>DEB_*_GNU_SYSTEM</tt> (the System part of
2083                 <tt>DEB_*_GNU_TYPE</tt>)
2084           </list>
2085           where <tt>*</tt> is either <tt>BUILD</tt> for specification of
2086           the build machine or <tt>HOST</tt> for specification of the
2087           host machine.
2088         </p>
2089
2090         <p>
2091           Backward compatibility can be provided in the rules file
2092           by setting the needed variables to suitable default
2093           values; please refer to the documentation of
2094           <prgn>dpkg-architecture</prgn> for details.
2095         </p>
2096
2097         <p>
2098           It is important to understand that the <tt>DEB_*_ARCH</tt>
2099           string only determines which Debian architecture we are
2100           building on or for. It should not be used to get the CPU
2101           or system information; the <tt>DEB_*_ARCH_CPU</tt> and
2102           <tt>DEB_*_ARCH_OS</tt> variables should be used for that.
2103           GNU style variables should generally only be used with upstream
2104           build systems.
2105         </p>
2106
2107         <sect1 id="debianrules-options">
2108           <heading><file>debian/rules</file> and
2109             <tt>DEB_BUILD_OPTIONS</tt></heading>
2110
2111           <p>
2112             Supporting the standardized environment variable
2113             <tt>DEB_BUILD_OPTIONS</tt> is recommended.  This variable can
2114             contain several flags to change how a package is compiled and
2115             built.  Each flag must be in the form <var>flag</var> or
2116             <var>flag</var>=<var>options</var>.  If multiple flags are
2117             given, they must be separated by whitespace.<footnote>
2118               Some packages support any delimiter, but whitespace is the
2119               easiest to parse inside a makefile and avoids ambiguity with
2120               flag values that contain commas.
2121             </footnote>
2122             <var>flag</var> must start with a lowercase letter
2123             (<tt>a-z</tt>) and consist only of lowercase letters,
2124             numbers (<tt>0-9</tt>), and the characters
2125             <tt>-</tt> and <tt>_</tt> (hyphen and underscore).
2126             <var>options</var> must not contain whitespace.  The same
2127             tag should not be given multiple times with conflicting
2128             values.  Package maintainers may assume that
2129             <tt>DEB_BUILD_OPTIONS</tt> will not contain conflicting tags.
2130           </p>
2131
2132           <p>
2133             The meaning of the following tags has been standardized:
2134             <taglist>
2135               <tag>nocheck</tag>
2136               <item>
2137                   This tag says to not run any build-time test suite
2138                   provided by the package.
2139               </item>
2140               <tag>noopt</tag>
2141               <item>
2142                   The presence of this tag means that the package should
2143                   be compiled with a minimum of optimization.  For C
2144                   programs, it is best to add <tt>-O0</tt> to
2145                   <tt>CFLAGS</tt> (although this is usually the default).
2146                   Some programs might fail to build or run at this level
2147                   of optimization; it may be necessary to use
2148                   <tt>-O1</tt>, for example.
2149               </item>
2150               <tag>nostrip</tag>
2151               <item>
2152                   This tag means that the debugging symbols should not be
2153                   stripped from the binary during installation, so that
2154                   debugging information may be included in the package.
2155               </item>
2156               <tag>parallel=n</tag>
2157               <item>
2158                   This tag means that the package should be built using up
2159                   to <tt>n</tt> parallel processes if the package build
2160                   system supports this.<footnote>
2161                       Packages built with <tt>make</tt> can often implement
2162                       this by passing the <tt>-j</tt><var>n</var> option to
2163                       <tt>make</tt>.
2164                   </footnote>
2165                   If the package build system does not support parallel
2166                   builds, this string must be ignored.  If the package
2167                   build system only supports a lower level of concurrency
2168                   than <var>n</var>, the package should be built using as
2169                   many parallel processes as the package build system
2170                   supports.  It is up to the package maintainer to decide
2171                   whether the package build times are long enough and the
2172                   package build system is robust enough to make supporting
2173                   parallel builds worthwhile.
2174                </item>
2175             </taglist>
2176           </p>
2177
2178           <p>
2179             Unknown flags must be ignored by <file>debian/rules</file>.
2180           </p>
2181
2182           <p>
2183             The following makefile snippet is an example of how one may
2184             implement the build options; you will probably have to
2185             massage this example in order to make it work for your
2186             package.
2187             <example compact="compact">
2188 CFLAGS = -Wall -g
2189 INSTALL = install
2190 INSTALL_FILE    = $(INSTALL) -p    -o root -g root  -m  644
2191 INSTALL_PROGRAM = $(INSTALL) -p    -o root -g root  -m  755
2192 INSTALL_SCRIPT  = $(INSTALL) -p    -o root -g root  -m  755
2193 INSTALL_DIR     = $(INSTALL) -p -d -o root -g root  -m  755
2194
2195 ifneq (,$(filter noopt,$(DEB_BUILD_OPTIONS)))
2196     CFLAGS += -O0
2197 else
2198     CFLAGS += -O2
2199 endif
2200 ifeq (,$(filter nostrip,$(DEB_BUILD_OPTIONS)))
2201     INSTALL_PROGRAM += -s
2202 endif
2203 ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
2204     NUMJOBS = $(patsubst parallel=%,%,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
2205     MAKEFLAGS += -j$(NUMJOBS)
2206 endif
2207
2208 build:
2209         # ...
2210 ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
2211         # Code to run the package test suite.
2212 endif
2213             </example>
2214           </p>
2215         </sect1>
2216       </sect>
2217
2218 <!-- FIXME: section pkg-srcsubstvars is the same as substvars -->
2219       <sect id="substvars">
2220         <heading>Variable substitutions: <file>debian/substvars</file></heading>
2221
2222         <p>
2223           When <prgn>dpkg-gencontrol</prgn>,
2224           <prgn>dpkg-genchanges</prgn> and <prgn>dpkg-source</prgn>
2225           generate control files they perform variable substitutions
2226           on their output just before writing it.  Variable
2227           substitutions have the form <tt>${<var>variable</var>}</tt>.
2228           The optional file <file>debian/substvars</file> contains
2229           variable substitutions to be used; variables can also be set
2230           directly from <file>debian/rules</file> using the <tt>-V</tt>
2231           option to the source packaging commands, and certain
2232           predefined variables are also available.
2233         </p>
2234
2235         <p>
2236           The <file>debian/substvars</file> file is usually generated and
2237           modified dynamically by <file>debian/rules</file> targets, in
2238           which case it must be removed by the <tt>clean</tt> target.
2239         </p>
2240
2241         <p>
2242           See <manref name="deb-substvars" section="5"> for full
2243           details about source variable substitutions, including the
2244           format of <file>debian/substvars</file>.</p>
2245       </sect>
2246
2247       <sect id="debianwatch">
2248         <heading>Optional upstream source location: <file>debian/watch</file></heading>
2249
2250         <p>
2251           This is an optional, recommended control file for the
2252           <tt>uscan</tt> utility which defines how to automatically
2253           scan ftp or http sites for newly available updates of the
2254           package. This is used by <url id="
2255           http://dehs.alioth.debian.org/"> and other Debian QA tools
2256           to help with quality control and maintenance of the
2257           distribution as a whole.
2258         </p>
2259
2260       </sect>
2261
2262       <sect id="debianfiles">
2263         <heading>Generated files list: <file>debian/files</file></heading>
2264
2265         <p>
2266           This file is not a permanent part of the source tree; it
2267           is used while building packages to record which files are
2268           being generated.  <prgn>dpkg-genchanges</prgn> uses it
2269           when it generates a <file>.changes</file> file.
2270         </p>
2271
2272         <p>
2273           It should not exist in a shipped source package, and so it
2274           (and any backup files or temporary files such as
2275           <file>files.new</file><footnote>
2276               <file>files.new</file> is used as a temporary file by
2277               <prgn>dpkg-gencontrol</prgn> and
2278               <prgn>dpkg-distaddfile</prgn> - they write a new
2279               version of <tt>files</tt> here before renaming it,
2280               to avoid leaving a corrupted copy if an error
2281               occurs.
2282           </footnote>) should be removed by the
2283           <tt>clean</tt> target.  It may also be wise to
2284           ensure a fresh start by emptying or removing it at the
2285           start of the <tt>binary</tt> target.
2286         </p>
2287
2288         <p>
2289           When <prgn>dpkg-gencontrol</prgn> is run for a binary
2290           package, it adds an entry to <file>debian/files</file> for the
2291           <file>.deb</file> file that will be created when <tt>dpkg-deb
2292           --build</tt> is run for that binary package.  So for most
2293           packages all that needs to be done with this file is to
2294           delete it in the <tt>clean</tt> target.
2295         </p>
2296
2297         <p>
2298           If a package upload includes files besides the source
2299           package and any binary packages whose control files were
2300           made with <prgn>dpkg-gencontrol</prgn> then they should be
2301           placed in the parent of the package's top-level directory
2302           and <prgn>dpkg-distaddfile</prgn> should be called to add
2303           the file to the list in <file>debian/files</file>.</p>
2304       </sect>
2305
2306       <sect id="embeddedfiles">
2307         <heading>Convenience copies of code</heading>
2308
2309         <p>
2310           Some software packages include in their distribution convenience
2311           copies of code from other software packages, generally so that
2312           users compiling from source don't have to download multiple
2313           packages.  Debian packages should not make use of these
2314           convenience copies unless the included package is explicitly
2315           intended to be used in this way.<footnote>
2316             For example, parts of the GNU build system work like this.
2317           </footnote>
2318           If the included code is already in the Debian archive in the
2319           form of a library, the Debian packaging should ensure that
2320           binary packages reference the libraries already in Debian and
2321           the convenience copy is not used.  If the included code is not
2322           already in Debian, it should be packaged separately as a
2323           prerequisite if possible.
2324           <footnote>
2325             Having multiple copies of the same code in Debian is
2326             inefficient, often creates either static linking or shared
2327             library conflicts, and, most importantly, increases the
2328             difficulty of handling security vulnerabilities in the
2329             duplicated code.
2330           </footnote>
2331         </p>
2332       </sect>
2333
2334       <sect id="readmesource">
2335         <heading>Source package handling:
2336           <file>debian/README.source</file></heading>
2337
2338         <p>
2339           If running <prgn>dpkg-source -x</prgn> on a source package
2340           doesn't produce the source of the package, ready for editing,
2341           and allow one to make changes and run
2342           <prgn>dpkg-buildpackage</prgn> to produce a modified package
2343           without taking any additional steps, creating a
2344           <file>debian/README.source</file> documentation file is
2345           recommended.  This file should explain how to do all of the
2346           following:
2347             <enumlist>
2348               <item>Generate the fully patched source, in a form ready for
2349               editing, that would be built to create Debian
2350               packages.  Doing this with a <tt>patch</tt> target in
2351               <file>debian/rules</file> is recommended; see
2352               <ref id="debianrules">.</item>
2353               <item>Modify the source and save those modifications so that
2354               they will be applied when building the package.</item>
2355               <item>Remove source modifications that are currently being
2356               applied when building the package.</item>
2357               <item>Optionally, document what steps are necessary to
2358               upgrade the Debian source package to a new upstream version,
2359               if applicable.</item>
2360             </enumlist>
2361           This explanation should include specific commands and mention
2362           any additional required Debian packages.  It should not assume
2363           familiarity with any specific Debian packaging system or patch
2364           management tools.
2365         </p>
2366
2367         <p>
2368           This explanation may refer to a documentation file installed by
2369           one of the package's build dependencies provided that the
2370           referenced documentation clearly explains these tasks and is not
2371           a general reference manual.
2372         </p>
2373
2374         <p>
2375           <file>debian/README.source</file> may also include any other
2376           information that would be helpful to someone modifying the
2377           source package.  Even if the package doesn't fit the above
2378           description, maintainers are encouraged to document in a
2379           <file>debian/README.source</file> file any source package with a
2380           particularly complex or unintuitive source layout or build
2381           system (for example, a package that builds the same source
2382           multiple times to generate different binary packages).
2383         </p>
2384       </sect>
2385     </chapt>
2386
2387
2388     <chapt id="controlfields">
2389       <heading>Control files and their fields</heading>
2390
2391       <p>
2392         The package management system manipulates data represented in
2393         a common format, known as <em>control data</em>, stored in
2394         <em>control files</em>.
2395         Control files are used for source packages, binary packages and
2396         the <file>.changes</file> files which control the installation
2397         of uploaded files<footnote>
2398             <prgn>dpkg</prgn>'s internal databases are in a similar
2399             format.
2400         </footnote>.
2401       </p>
2402
2403       <sect id="controlsyntax">
2404         <heading>Syntax of control files</heading>
2405
2406         <p>
2407           A control file consists of one or more paragraphs of
2408           fields<footnote>
2409                 The paragraphs are also sometimes referred to as stanzas.
2410           </footnote>.
2411           The paragraphs are separated by blank lines.  Some control
2412           files allow only one paragraph; others allow several, in
2413           which case each paragraph usually refers to a different
2414           package.  (For example, in source packages, the first
2415           paragraph refers to the source package, and later paragraphs
2416           refer to binary packages generated from the source.)
2417         </p>
2418
2419         <p>
2420           Each paragraph consists of a series of data fields; each
2421           field consists of the field name, followed by a colon and
2422           then the data/value associated with that field.  It ends at
2423           the end of the (logical) line.  Horizontal whitespace
2424           (spaces and tabs) may occur immediately before or after the
2425           value and is ignored there; it is conventional to put a
2426           single space after the colon.  For example, a field might
2427           be:
2428           <example compact="compact">
2429 Package: libc6
2430           </example>
2431           the field name is <tt>Package</tt> and the field value
2432           <tt>libc6</tt>.
2433         </p>
2434
2435         <p>
2436           A paragraph must not contain more than one instance of a
2437           particular field name.
2438         </p>
2439
2440         <p>
2441           Many fields' values may span several lines; in this case
2442           each continuation line must start with a space or a tab.
2443           Any trailing spaces or tabs at the end of individual
2444           lines of a field value are ignored. 
2445         </p>
2446
2447         <p>
2448           In fields where it is specified that lines may not wrap,
2449           only a single line of data is allowed and whitespace is not
2450           significant in a field body. Whitespace must not appear
2451           inside names (of packages, architectures, files or anything
2452           else) or version numbers, or between the characters of
2453           multi-character version relationships.
2454         </p>
2455
2456         <p>
2457           Field names are not case-sensitive, but it is usual to
2458           capitalize the field names using mixed case as shown below.
2459           Field values are case-sensitive unless the description of the
2460           field says otherwise.
2461         </p>
2462
2463         <p>
2464           Blank lines, or lines consisting only of spaces and tabs,
2465           are not allowed within field values or between fields - that
2466           would mean a new paragraph.
2467         </p>
2468
2469         <p>
2470           All control files must be encoded in UTF-8.
2471         </p>
2472       </sect>
2473
2474       <sect id="sourcecontrolfiles">
2475         <heading>Source package control files -- <file>debian/control</file></heading>
2476
2477         <p>
2478           The <file>debian/control</file> file contains the most vital
2479           (and version-independent) information about the source package
2480           and about the binary packages it creates.
2481         </p>
2482
2483         <p>
2484           The first paragraph of the control file contains information about
2485           the source package in general. The subsequent sets each describe a
2486           binary package that the source tree builds.
2487         </p>
2488
2489         <p>
2490           The fields in the general paragraph (the first one, for the source
2491           package) are:
2492
2493           <list compact="compact">
2494             <item><qref id="f-Source"><tt>Source</tt></qref> (mandatory)</item>
2495             <item><qref id="f-Maintainer"><tt>Maintainer</tt></qref> (mandatory)</item>
2496             <item><qref id="f-Uploaders"><tt>Uploaders</tt></qref></item>
2497             <item><qref id="f-Section"><tt>Section</tt></qref> (recommended)</item>
2498             <item><qref id="f-Priority"><tt>Priority</tt></qref> (recommended)</item>
2499             <item><qref id="sourcebinarydeps"><tt>Build-Depends</tt> et al</qref></item>
2500             <item><qref id="f-Standards-Version"><tt>Standards-Version</tt></qref> (recommended)</item>
2501             <item><qref id="f-Homepage"><tt>Homepage</tt></qref></item>
2502           </list>
2503         </p>
2504
2505         <p>
2506           The fields in the binary package paragraphs are:
2507
2508           <list compact="compact">
2509             <item><qref id="f-Package"><tt>Package</tt></qref> (mandatory)</item>
2510             <item><qref id="f-Architecture"><tt>Architecture</tt></qref> (mandatory)</item>
2511             <item><qref id="f-Section"><tt>Section</tt></qref> (recommended)</item>
2512             <item><qref id="f-Priority"><tt>Priority</tt></qref> (recommended)</item>
2513             <item><qref id="f-Essential"><tt>Essential</tt></qref></item>
2514             <item><qref id="binarydeps"><tt>Depends</tt> et al</qref></item>
2515             <item><qref id="f-Description"><tt>Description</tt></qref> (mandatory)</item>
2516             <item><qref id="f-Homepage"><tt>Homepage</tt></qref></item>
2517           </list>
2518         </p>
2519
2520         <p>
2521           The syntax and semantics of the fields are described below.
2522         </p>
2523
2524         <p>
2525           These fields are used by <prgn>dpkg-gencontrol</prgn> to
2526           generate control files for binary packages (see below), by
2527           <prgn>dpkg-genchanges</prgn> to generate the
2528           <file>.changes</file> file to accompany the upload, and by
2529           <prgn>dpkg-source</prgn> when it creates the
2530           <file>.dsc</file> source control file as part of a source
2531           archive. Many fields are permitted to span multiple lines in
2532           <file>debian/control</file> but not in any other control
2533           file. These tools are responsible for removing the line
2534           breaks from such fields when using fields from
2535           <file>debian/control</file> to generate other control files.
2536         </p>
2537
2538         <p>
2539           The fields here may contain variable references - their
2540           values will be substituted by <prgn>dpkg-gencontrol</prgn>,
2541           <prgn>dpkg-genchanges</prgn> or <prgn>dpkg-source</prgn>
2542           when they generate output control files.
2543           See <ref id="substvars"> for details.
2544         </p>
2545
2546         <p>
2547           In addition to the control file syntax described <qref
2548           id="controlsyntax">above</qref>, this file may also contain
2549           comment lines starting with <tt>#</tt> without any preceding
2550           whitespace.  All such lines are ignored, even in the middle of
2551           continuation lines for a multiline field, and do not end a
2552           multiline field.
2553         </p>
2554
2555       </sect>
2556
2557       <sect id="binarycontrolfiles">
2558         <heading>Binary package control files -- <file>DEBIAN/control</file></heading>
2559
2560         <p>
2561           The <file>DEBIAN/control</file> file contains the most vital
2562           (and version-dependent) information about a binary package.  It
2563           consists of a single paragraph.
2564         </p>
2565
2566         <p>
2567           The fields in this file are:
2568
2569           <list compact="compact">
2570             <item><qref id="f-Package"><tt>Package</tt></qref> (mandatory)</item>
2571             <item><qref id="f-Source"><tt>Source</tt></qref></item>
2572             <item><qref id="f-Version"><tt>Version</tt></qref> (mandatory)</item>
2573             <item><qref id="f-Section"><tt>Section</tt></qref> (recommended)</item>
2574             <item><qref id="f-Priority"><tt>Priority</tt></qref> (recommended)</item>
2575             <item><qref id="f-Architecture"><tt>Architecture</tt></qref> (mandatory)</item>
2576             <item><qref id="f-Essential"><tt>Essential</tt></qref></item>
2577             <item><qref id="binarydeps"><tt>Depends</tt> et al</qref></item>
2578             <item><qref id="f-Installed-Size"><tt>Installed-Size</tt></qref></item>
2579             <item><qref id="f-Maintainer"><tt>Maintainer</tt></qref> (mandatory)</item>
2580             <item><qref id="f-Description"><tt>Description</tt></qref> (mandatory)</item>
2581             <item><qref id="f-Homepage"><tt>Homepage</tt></qref></item>
2582           </list>
2583         </p>
2584       </sect>
2585
2586       <sect id="debiansourcecontrolfiles">
2587         <heading>Debian source control files -- <tt>.dsc</tt></heading>
2588
2589         <p>
2590           This file consists of a single paragraph, possibly surrounded by
2591           a PGP signature. The fields of that paragraph are listed below.
2592           Their syntax is described above, in <ref id="pkg-controlfields">.
2593
2594         <list compact="compact">
2595           <item><qref id="f-Format"><tt>Format</tt></qref> (mandatory)</item>
2596           <item><qref id="f-Source"><tt>Source</tt></qref> (mandatory)</item>
2597           <item><qref id="f-Binary"><tt>Binary</tt></qref></item>
2598           <item><qref id="f-Architecture"><tt>Architecture</tt></qref></item>
2599           <item><qref id="f-Version"><tt>Version</tt></qref> (mandatory)</item>
2600           <item><qref id="f-Maintainer"><tt>Maintainer</tt></qref> (mandatory)</item>
2601           <item><qref id="f-Uploaders"><tt>Uploaders</tt></qref></item>
2602           <item><qref id="f-Homepage"><tt>Homepage</tt></qref></item>
2603           <item><qref id="f-Standards-Version"><tt>Standards-Version</tt></qref> (recommended)</item>
2604           <item><qref id="sourcebinarydeps"><tt>Build-Depends</tt> et al</qref></item>
2605           <item><qref id="f-Checksums"><tt>Checksums-Sha1</tt>
2606               and <tt>Checksums-Sha256</tt></qref> (recommended)</item>
2607           <item><qref id="f-Files"><tt>Files</tt></qref> (mandatory)</item>
2608         </list>
2609         </p>
2610
2611         <p>
2612           The source package control file is generated by
2613           <prgn>dpkg-source</prgn> when it builds the source
2614           archive, from other files in the source package,
2615           described above.  When unpacking, it is checked against
2616           the files and directories in the other parts of the
2617           source package.
2618         </p>
2619
2620       </sect>
2621
2622       <sect id="debianchangesfiles">
2623         <heading>Debian changes files -- <file>.changes</file></heading>
2624
2625         <p>
2626           The <file>.changes</file> files are used by the Debian archive
2627           maintenance software to process updates to packages. They
2628           consist of a single paragraph, possibly surrounded by a PGP
2629           signature. That paragraph contains information from the
2630           <file>debian/control</file> file and other data about the
2631           source package gathered via <file>debian/changelog</file>
2632           and <file>debian/rules</file>.
2633         </p>
2634
2635         <p>
2636           <file>.changes</file> files have a format version that is
2637           incremented whenever the documented fields or their meaning
2638           change.  This document describes format &changesversion;.
2639         </p>
2640
2641         <p>
2642           The fields in this file are:
2643
2644           <list compact="compact">
2645             <item><qref id="f-Format"><tt>Format</tt></qref> (mandatory)</item>
2646             <item><qref id="f-Date"><tt>Date</tt></qref> (mandatory)</item>
2647             <item><qref id="f-Source"><tt>Source</tt></qref> (mandatory)</item>
2648             <item><qref id="f-Binary"><tt>Binary</tt></qref> (mandatory)</item>
2649             <item><qref id="f-Architecture"><tt>Architecture</tt></qref> (mandatory)</item>
2650             <item><qref id="f-Version"><tt>Version</tt></qref> (mandatory)</item>
2651             <item><qref id="f-Distribution"><tt>Distribution</tt></qref> (mandatory)</item>
2652             <item><qref id="f-Urgency"><tt>Urgency</tt></qref> (recommended)</item>
2653             <item><qref id="f-Maintainer"><tt>Maintainer</tt></qref> (mandatory)</item>
2654             <item><qref id="f-Changed-By"><tt>Changed-By</tt></qref></item>
2655             <item><qref id="f-Description"><tt>Description</tt></qref> (mandatory)</item>
2656             <item><qref id="f-Closes"><tt>Closes</tt></qref></item>
2657             <item><qref id="f-Changes"><tt>Changes</tt></qref> (mandatory)</item>
2658             <item><qref id="f-Checksums"><tt>Checksums-Sha1</tt>
2659                 and <tt>Checksums-Sha256</tt></qref> (recommended)</item>
2660             <item><qref id="f-Files"><tt>Files</tt></qref> (mandatory)</item>
2661           </list>
2662         </p>
2663       </sect>
2664
2665       <sect id="controlfieldslist">
2666         <heading>List of fields</heading>
2667
2668         <sect1 id="f-Source">
2669           <heading><tt>Source</tt></heading>
2670
2671           <p>
2672             This field identifies the source package name.
2673           </p>
2674
2675           <p>
2676             In <file>debian/control</file> or a <file>.dsc</file> file,
2677             this field must contain only the name of the source package.
2678           </p>
2679
2680           <p>
2681             In a binary package control file or a <file>.changes</file>
2682             file, the source package name may be followed by a version
2683             number in parentheses<footnote>
2684                 It is customary to leave a space after the package name
2685                 if a version number is specified.
2686             </footnote>.
2687             This version number may be omitted (and is, by
2688             <prgn>dpkg-gencontrol</prgn>) if it has the same value as
2689             the <tt>Version</tt> field of the binary package in
2690             question.  The field itself may be omitted from a binary
2691             package control file when the source package has the same
2692             name and version as the binary package.
2693           </p>
2694
2695           <p>
2696             Package names (both source and binary,
2697             see <ref id="f-Package">) must consist only of lower case
2698             letters (<tt>a-z</tt>), digits (<tt>0-9</tt>), plus
2699             (<tt>+</tt>) and minus (<tt>-</tt>) signs, and periods
2700             (<tt>.</tt>).  They must be at least two characters long and
2701             must start with an alphanumeric character.
2702           </p>
2703         </sect1>
2704
2705         <sect1 id="f-Maintainer">
2706           <heading><tt>Maintainer</tt></heading>
2707
2708           <p>
2709             The package maintainer's name and email address.  The name
2710             must come first, then the email address inside angle
2711             brackets <tt>&lt;&gt;</tt> (in RFC822 format).
2712           </p>
2713
2714           <p>
2715             If the maintainer's name contains a full stop then the
2716             whole field will not work directly as an email address due
2717             to a misfeature in the syntax specified in RFC822; a
2718             program using this field as an address must check for this
2719             and correct the problem if necessary (for example by
2720             putting the name in round brackets and moving it to the
2721             end, and bringing the email address forward).
2722           </p>
2723
2724           <p>
2725             See <ref id="maintainer"> for additional requirements and
2726             information about package maintainers.
2727           </p>
2728         </sect1>
2729
2730         <sect1 id="f-Uploaders">
2731           <heading><tt>Uploaders</tt></heading>
2732
2733           <p>
2734             List of the names and email addresses of co-maintainers of the
2735             package, if any. If the package has other maintainers beside
2736             the one named in the <qref id="f-Maintainer">Maintainer
2737             field</qref>, their names and email addresses should be listed
2738             here. The format of each entry is the same as that of the
2739             Maintainer field, and multiple entries must be comma
2740             separated.
2741           </p>
2742
2743           <p>
2744             This is normally an optional field, but if
2745             the <tt>Maintainer</tt> control field names a group of people
2746             and a shared email address, the <tt>Uploaders</tt> field must
2747             be present and must contain at least one human with their
2748             personal email address.
2749           </p>
2750
2751           <p>
2752             Any parser that interprets the Uploaders field in
2753             <file>debian/control</file> must permit it to span multiple
2754             lines.  Line breaks in an Uploaders field that spans multiple
2755             lines are not significant and the semantics of the field are
2756             the same as if the line breaks had not been present.
2757           </p>
2758         </sect1>
2759
2760         <sect1 id="f-Changed-By">
2761           <heading><tt>Changed-By</tt></heading>
2762
2763           <p>
2764             The name and email address of the person who prepared this
2765             version of the package, usually a maintainer.  The syntax is
2766             the same as for the <qref id="f-Maintainer">Maintainer
2767             field</qref>.
2768           </p>
2769         </sect1>
2770
2771         <sect1 id="f-Section">
2772           <heading><tt>Section</tt></heading>
2773
2774           <p>
2775             This field specifies an application area into which the package
2776             has been classified. See <ref id="subsections">.
2777           </p>
2778
2779           <p>
2780             When it appears in the <file>debian/control</file> file,
2781             it gives the value for the subfield of the same name in
2782             the <tt>Files</tt> field of the <file>.changes</file> file.
2783             It also gives the default for the same field in the binary
2784             packages.
2785           </p>
2786         </sect1>
2787
2788         <sect1 id="f-Priority">
2789           <heading><tt>Priority</tt></heading>
2790
2791           <p>
2792             This field represents how important it is that the user
2793             have the package installed. See <ref id="priorities">.
2794           </p>
2795
2796           <p>
2797             When it appears in the <file>debian/control</file> file,
2798             it gives the value for the subfield of the same name in
2799             the <tt>Files</tt> field of the <file>.changes</file> file.
2800             It also gives the default for the same field in the binary
2801             packages.
2802           </p>
2803         </sect1>
2804
2805         <sect1 id="f-Package">
2806           <heading><tt>Package</tt></heading>
2807
2808           <p>
2809             The name of the binary package.
2810           </p>
2811
2812           <p>
2813             Binary package names must follow the same syntax and
2814             restrictions as source package names.  See <ref id="f-Source">
2815             for the details.
2816           </p>
2817         </sect1>
2818
2819         <sect1 id="f-Architecture">
2820           <heading><tt>Architecture</tt></heading>
2821
2822           <p>
2823             Depending on context and the control file used, the
2824             <tt>Architecture</tt> field can include the following sets of
2825             values:
2826             <list>
2827                 <item>
2828                   A unique single word identifying a Debian machine
2829                   architecture as described in <ref id="arch-spec">.
2830                 </item>
2831                 <item>
2832                   An architecture wildcard identifying a set of Debian
2833                   machine architectures, see <ref id="arch-wildcard-spec">.
2834                   <tt>any</tt> matches all Debian machine architectures
2835                   and is the most frequently used.
2836                 </item>
2837                 <item>
2838                   <tt>all</tt>, which indicates an
2839                   architecture-independent package.
2840                 </item>
2841                 <item>
2842                   <tt>source</tt>, which indicates a source package.
2843                 </item>
2844             </list>
2845           </p>
2846
2847           <p>
2848             In the main <file>debian/control</file> file in the source
2849             package, this field may contain the special
2850             value <tt>all</tt>, the special architecture
2851             wildcard <tt>any</tt>, or a list of specific and wildcard
2852             architectures separated by spaces.  If <tt>all</tt>
2853             or <tt>any</tt> appears, that value must be the entire
2854             contents of the field.  Most packages will use
2855             either <tt>all</tt> or <tt>any</tt>.
2856           </p>
2857
2858           <p>
2859             Specifying a specific list of architectures indicates that the
2860             source will build an architecture-dependent package only on
2861             architectures included in the list.  Specifying a list of
2862             architecture wildcards indicates that the source will build an
2863             architecture-dependent package on only those architectures
2864             that match any of the specified architecture wildcards.
2865             Specifying a list of architectures or architecture wildcards
2866             other than <tt>any</tt> is for the minority of cases where a
2867             program is not portable or is not useful on some
2868             architectures.  Where possible, the program should be made
2869             portable instead.
2870           </p>
2871
2872           <p>
2873             In the source package control file <file>.dsc</file>, this
2874             field may contain either the architecture
2875             wildcard <tt>any</tt> or a list of architectures and
2876             architecture wildcards separated by spaces. If a list is
2877             given, it may include (or consist solely of) the special
2878             value <tt>all</tt>.  In other words, in <file>.dsc</file>
2879             files unlike the <file>debian/control</file>, <tt>all</tt> may
2880             occur in combination with specific architectures.
2881             The <tt>Architecture</tt> field in the source package control
2882             file <file>.dsc</file> is generally constructed from
2883             the <tt>Architecture</tt> fields in
2884             the <file>debian/control</file> in the source package.
2885           </p>
2886
2887           <p>
2888             Specifying <tt>any</tt> indicates that the source package
2889             isn't dependent on any particular architecture and should
2890             compile fine on any one. The produced binary package(s)
2891             will either be specific to whatever the current build
2892             architecture is or will be architecture-independent.
2893           </p>
2894
2895           <p>
2896             Specifying only <tt>all</tt> indicates that the source package
2897             will only build architecture-independent packages.  If this is
2898             the case, <tt>all</tt> must be used rather than <tt>any</tt>;
2899             <tt>any</tt> implies that the source package will build at
2900             least one architecture-dependent package.
2901           </p>
2902
2903           <p>
2904             Specifying a list of architectures or architecture wildcards
2905             indicates that the source will build an architecture-dependent
2906             package, and will only work correctly on the listed or
2907             matching architectures.  If the source package also builds at
2908             least one architecture-independent package, <tt>all</tt> will
2909             also be included in the list.
2910           </p>
2911
2912           <p>
2913             In a <file>.changes</file> file, the <tt>Architecture</tt>
2914             field lists the architecture(s) of the package(s) currently
2915             being uploaded.  This will be a list; if the source for the
2916             package is also being uploaded, the special
2917             entry <tt>source</tt> is also present.  <tt>all</tt> will be
2918             present if any architecture-independent packages are being
2919             uploaded.  Architecture wildcards such as <tt>any</tt> must
2920             never occur in the <tt>Architecture</tt> field in
2921             the <file>.changes</file> file.
2922           </p>
2923
2924           <p>
2925             See <ref id="debianrules"> for information on how to get
2926             the architecture for the build process.
2927           </p>
2928         </sect1>
2929
2930         <sect1 id="f-Essential">
2931           <heading><tt>Essential</tt></heading>
2932
2933           <p>
2934             This is a boolean field which may occur only in the
2935             control file of a binary package or in a per-package fields
2936             paragraph of a main source control data file.
2937           </p>
2938
2939           <p>
2940             If set to <tt>yes</tt> then the package management system
2941             will refuse to remove the package (upgrading and replacing
2942             it is still possible). The other possible value is <tt>no</tt>,
2943             which is the same as not having the field at all.
2944           </p>
2945         </sect1>
2946
2947         <sect1>
2948           <heading>Package interrelationship fields:
2949             <tt>Depends</tt>, <tt>Pre-Depends</tt>,
2950             <tt>Recommends</tt>, <tt>Suggests</tt>,
2951             <tt>Breaks</tt>, <tt>Conflicts</tt>,
2952             <tt>Provides</tt>, <tt>Replaces</tt>, <tt>Enhances</tt>
2953           </heading>
2954
2955           <p>
2956             These fields describe the package's relationships with
2957             other packages.  Their syntax and semantics are described
2958             in <ref id="relationships">.</p>
2959         </sect1>
2960
2961         <sect1 id="f-Standards-Version">
2962           <heading><tt>Standards-Version</tt></heading>
2963
2964           <p>
2965             The most recent version of the standards (the policy
2966             manual and associated texts) with which the package
2967             complies.
2968           </p>
2969
2970           <p>
2971             The version number has four components: major and minor
2972             version number and major and minor patch level.  When the
2973             standards change in a way that requires every package to
2974             change the major number will be changed.  Significant
2975             changes that will require work in many packages will be
2976             signaled by a change to the minor number.  The major patch
2977             level will be changed for any change to the meaning of the
2978             standards, however small; the minor patch level will be
2979             changed when only cosmetic, typographical or other edits
2980             are made which neither change the meaning of the document
2981             nor affect the contents of packages.
2982           </p>
2983
2984           <p>
2985             Thus only the first three components of the policy version
2986             are significant in the <em>Standards-Version</em> control
2987             field, and so either these three components or all four
2988             components may be specified.<footnote>
2989                 In the past, people specified the full version number
2990                 in the Standards-Version field, for example "2.3.0.0".
2991                 Since minor patch-level changes don't introduce new
2992                 policy, it was thought it would be better to relax
2993                 policy and only require the first 3 components to be
2994                 specified, in this example "2.3.0".  All four
2995                 components may still be used if someone wishes to do so.
2996             </footnote>
2997           </p>
2998
2999         </sect1>
3000
3001         <sect1 id="f-Version">
3002           <heading><tt>Version</tt></heading>
3003
3004           <p>
3005             The version number of a package. The format is:
3006             [<var>epoch</var><tt>:</tt>]<var>upstream_version</var>[<tt>-</tt><var>debian_revision</var>]
3007           </p>
3008
3009           <p>
3010             The three components here are:
3011             <taglist>
3012               <tag><var>epoch</var></tag>
3013               <item>
3014                 <p>
3015                   This is a single (generally small) unsigned integer.  It
3016                   may be omitted, in which case zero is assumed.  If it is
3017                   omitted then the <var>upstream_version</var> may not
3018                   contain any colons.
3019                 </p>
3020
3021                 <p>
3022                   It is provided to allow mistakes in the version numbers
3023                   of older versions of a package, and also a package's
3024                   previous version numbering schemes, to be left behind.
3025                 </p>
3026               </item>
3027
3028               <tag><var>upstream_version</var></tag>
3029               <item>
3030                 <p>
3031                   This is the main part of the version number.  It is
3032                   usually the version number of the original ("upstream")
3033                   package from which the <file>.deb</file> file has been made,
3034                   if this is applicable.  Usually this will be in the same
3035                   format as that specified by the upstream author(s);
3036                   however, it may need to be reformatted to fit into the
3037                   package management system's format and comparison
3038                   scheme.
3039                 </p>
3040
3041                 <p>
3042                   The comparison behavior of the package management system
3043                   with respect to the <var>upstream_version</var> is
3044                   described below.  The <var>upstream_version</var>
3045                   portion of the version number is mandatory.
3046                 </p>
3047
3048                 <p>
3049                   The <var>upstream_version</var> may contain only
3050                   alphanumerics<footnote>
3051                         Alphanumerics are <tt>A-Za-z0-9</tt> only.
3052                   </footnote>
3053                   and the characters <tt>.</tt> <tt>+</tt> <tt>-</tt>
3054                   <tt>:</tt> <tt>~</tt> (full stop, plus, hyphen, colon,
3055                   tilde) and should start with a digit.  If there is no
3056                   <var>debian_revision</var> then hyphens are not allowed;
3057                   if there is no <var>epoch</var> then colons are not
3058                   allowed.
3059                 </p>
3060               </item>
3061
3062               <tag><var>debian_revision</var></tag>
3063               <item>
3064                 <p>
3065                   This part of the version number specifies the version of
3066                   the Debian package based on the upstream version.  It
3067                   may contain only alphanumerics and the characters
3068                   <tt>+</tt> <tt>.</tt> <tt>~</tt> (plus, full stop,
3069                   tilde) and is compared in the same way as the
3070                   <var>upstream_version</var> is.
3071                 </p>
3072
3073                 <p>
3074                   It is optional; if it isn't present then the
3075                   <var>upstream_version</var> may not contain a hyphen.
3076                   This format represents the case where a piece of
3077                   software was written specifically to be a Debian
3078                   package, where the Debian package source must always
3079                   be identical to the pristine source and therefore no
3080                   revision indication is required.
3081                 </p>
3082
3083                 <p>
3084                   It is conventional to restart the
3085                   <var>debian_revision</var> at <tt>1</tt> each time the
3086                   <var>upstream_version</var> is increased.
3087                 </p>
3088
3089                 <p>
3090                   The package management system will break the version
3091                   number apart at the last hyphen in the string (if there
3092                   is one) to determine the <var>upstream_version</var> and
3093                   <var>debian_revision</var>.  The absence of a
3094                   <var>debian_revision</var> is equivalent to a
3095                   <var>debian_revision</var> of <tt>0</tt>.
3096                 </p>
3097               </item>
3098             </taglist>
3099           </p>
3100
3101           <p>
3102             When comparing two version numbers, first the <var>epoch</var>
3103             of each are compared, then the <var>upstream_version</var> if
3104             <var>epoch</var> is equal, and then <var>debian_revision</var>
3105             if <var>upstream_version</var> is also equal.
3106             <var>epoch</var> is compared numerically.  The
3107             <var>upstream_version</var> and <var>debian_revision</var>
3108             parts are compared by the package management system using the
3109             following algorithm:
3110           </p>
3111
3112           <p>
3113             The strings are compared from left to right.
3114           </p>
3115
3116           <p>
3117             First the initial part of each string consisting entirely of
3118             non-digit characters is determined.  These two parts (one of
3119             which may be empty) are compared lexically.  If a difference
3120             is found it is returned.  The lexical comparison is a
3121             comparison of ASCII values modified so that all the letters
3122             sort earlier than all the non-letters and so that a tilde
3123             sorts before anything, even the end of a part.  For example,
3124             the following parts are in sorted order from earliest to
3125             latest: <tt>~~</tt>, <tt>~~a</tt>, <tt>~</tt>, the empty part,
3126             <tt>a</tt>.<footnote>
3127               One common use of <tt>~</tt> is for upstream pre-releases.
3128               For example, <tt>1.0~beta1~svn1245</tt> sorts earlier than
3129               <tt>1.0~beta1</tt>, which sorts earlier than <tt>1.0</tt>.
3130             </footnote>
3131           </p>
3132
3133           <p>
3134             Then the initial part of the remainder of each string which
3135             consists entirely of digit characters is determined.  The
3136             numerical values of these two parts are compared, and any
3137             difference found is returned as the result of the comparison.
3138             For these purposes an empty string (which can only occur at
3139             the end of one or both version strings being compared) counts
3140             as zero.
3141           </p>
3142
3143           <p>
3144             These two steps (comparing and removing initial non-digit
3145             strings and initial digit strings) are repeated until a
3146             difference is found or both strings are exhausted.
3147           </p>
3148
3149           <p>
3150             Note that the purpose of epochs is to allow us to leave behind
3151             mistakes in version numbering, and to cope with situations
3152             where the version numbering scheme changes.  It is
3153             <em>not</em> intended to cope with version numbers containing
3154             strings of letters which the package management system cannot
3155             interpret (such as <tt>ALPHA</tt> or <tt>pre-</tt>), or with
3156             silly orderings.<footnote>
3157               The author of this manual has heard of a package whose
3158               versions went <tt>1.1</tt>, <tt>1.2</tt>, <tt>1.3</tt>,
3159               <tt>1</tt>, <tt>2.1</tt>, <tt>2.2</tt>, <tt>2</tt> and so
3160               forth.
3161             </footnote>
3162           </p>
3163         </sect1>
3164
3165         <sect1 id="f-Description">
3166           <heading><tt>Description</tt></heading>
3167
3168           <p>
3169             In a source or binary control file, the <tt>Description</tt>
3170             field contains a description of the binary package, consisting
3171             of two parts, the synopsis or the short description, and the
3172             long description. The field's format is as follows:
3173           </p>
3174
3175           <p>
3176 <example>
3177         Description: &lt;single line synopsis&gt;
3178          &lt;extended description over several lines&gt;
3179 </example>
3180           </p>
3181
3182           <p>
3183             The lines in the extended description can have these formats:
3184           </p>
3185
3186           <p><list>
3187
3188             <item>
3189               Those starting with a single space are part of a paragraph.
3190               Successive lines of this form will be word-wrapped when
3191               displayed. The leading space will usually be stripped off.
3192             </item>
3193
3194             <item>
3195               Those starting with two or more spaces. These will be
3196               displayed verbatim. If the display cannot be panned
3197               horizontally, the displaying program will line wrap them "hard"
3198               (i.e., without taking account of word breaks). If it can they
3199               will be allowed to trail off to the right. None, one or two
3200               initial spaces may be deleted, but the number of spaces
3201               deleted from each line will be the same (so that you can have
3202               indenting work correctly, for example).
3203             </item>
3204
3205             <item>
3206               Those containing a single space followed by a single full stop
3207               character. These are rendered as blank lines. This is the
3208               <em>only</em> way to get a blank line<footnote>
3209                 Completely empty lines will not be rendered as blank lines.
3210                 Instead, they will cause the parser to think you're starting
3211                 a whole new record in the control file, and will therefore
3212                 likely abort with an error.
3213               </footnote>.
3214             </item>
3215
3216             <item>
3217               Those containing a space, a full stop and some more characters.
3218               These are for future expansion. Do not use them.
3219             </item>
3220
3221           </list></p>
3222
3223           <p>
3224             Do not use tab characters.  Their effect is not predictable.
3225           </p>
3226
3227           <p>
3228             See <ref id="descriptions"> for further information on this.
3229           </p>
3230
3231           <p>
3232             In a <file>.changes</file> file, the <tt>Description</tt>
3233             field contains a summary of the descriptions for the packages
3234             being uploaded.  For this case, the first line of the field
3235             value (the part on the same line as <tt>Description:</tt>) is
3236             always empty.  The content of the field is expressed as
3237             continuation lines, one line per package.  Each line is
3238             indented by one space and contains the name of a binary
3239             package, a space, a hyphen (<tt>-</tt>), a space, and the
3240             short description line from that package.
3241           </p>
3242         </sect1>
3243
3244         <sect1 id="f-Distribution">
3245           <heading><tt>Distribution</tt></heading>
3246
3247           <p>
3248             In a <file>.changes</file> file or parsed changelog output
3249             this contains the (space-separated) name(s) of the
3250             distribution(s) where this version of the package should
3251             be installed.  Valid distributions are determined by the
3252             archive maintainers.<footnote>
3253               Example distribution names in the Debian archive used in
3254               <file>.changes</file> files are:
3255                 <taglist compact="compact">
3256                   <tag><em>unstable</em></tag>
3257                   <item>
3258                     This distribution value refers to the
3259                     <em>developmental</em> part of the Debian distribution
3260                     tree.  Most new packages, new upstream versions of
3261                     packages and bug fixes go into the <em>unstable</em>
3262                     directory tree.
3263                   </item>
3264
3265                   <tag><em>experimental</em></tag>
3266                   <item>
3267                     The packages with this distribution value are deemed
3268                     by their maintainers to be high risk.  Oftentimes they
3269                     represent early beta or developmental packages from
3270                     various sources that the maintainers want people to
3271                     try, but are not ready to be a part of the other parts
3272                     of the Debian distribution tree.
3273                   </item>
3274                 </taglist>
3275
3276                 <p>
3277                   Others are used for updating stable releases or for
3278                   security uploads.  More information is available in the
3279                   Debian Developer's Reference, section "The Debian
3280                   archive".
3281                 </p>
3282             </footnote>
3283             The Debian archive software only supports listing a single
3284             distribution.  Migration of packages to other distributions is
3285             handled outside of the upload process.
3286           </p>
3287         </sect1>
3288
3289         <sect1 id="f-Date">
3290           <heading><tt>Date</tt></heading>
3291
3292           <p>
3293             This field includes the date the package was built or last
3294             edited.  It must be in the same format as the <var>date</var>
3295             in a <file>debian/changelog</file> entry.
3296           </p>
3297
3298           <p>
3299             The value of this field is usually extracted from the
3300             <file>debian/changelog</file> file - see
3301             <ref id="dpkgchangelog">).
3302           </p>
3303         </sect1>
3304
3305         <sect1 id="f-Format">
3306           <heading><tt>Format</tt></heading>
3307
3308           <p>
3309             In <qref id="debianchangesfiles"><file>.changes</file></qref>
3310             files, this field declares the format version of that file.
3311             The syntax of the field value is the same as that of
3312             a <qref id="f-Version">package version number</qref> except
3313             that no epoch or Debian revision is allowed.  The format
3314             described in this document is <tt>&changesversion;</tt>.
3315           </p>
3316
3317           <p>
3318             In <qref id="debiansourcecontrolfiles"><file>.dsc</file>
3319             Debian source control</qref> files, this field declares the
3320             format of the source package.  The field value is used by
3321             programs acting on a source package to interpret the list of
3322             files in the source package and determine how to unpack it.
3323             The syntax of the field value is a numeric major revision, a
3324             period, a numeric minor revision, and then an optional subtype
3325             after whitespace, which if specified is an alphanumeric word
3326             in parentheses.  The subtype is optional in the syntax but may
3327             be mandatory for particular source format revisions.
3328             <footnote>
3329               The source formats currently supported by the Debian archive
3330               software are <tt>1.0</tt>, <tt>3.0 (native)</tt>,
3331               and <tt>3.0 (quilt)</tt>.
3332             </footnote>
3333           </p>
3334         </sect1>
3335
3336         <sect1 id="f-Urgency">
3337           <heading><tt>Urgency</tt></heading>
3338
3339           <p>
3340             This is a description of how important it is to upgrade to
3341             this version from previous ones.  It consists of a single
3342             keyword taking one of the values <tt>low</tt>,
3343             <tt>medium</tt>, <tt>high</tt>, <tt>emergency</tt>, or
3344             <tt>critical</tt><footnote>
3345               Other urgency values are supported with configuration
3346               changes in the archive software but are not used in Debian.
3347               The urgency affects how quickly a package will be considered
3348               for inclusion into the <tt>testing</tt> distribution and
3349               gives an indication of the importance of any fixes included
3350               in the upload.  <tt>Emergency</tt> and <tt>critical</tt> are
3351               treated as synonymous.
3352             </footnote> (not case-sensitive) followed by an optional
3353             commentary (separated by a space) which is usually in
3354             parentheses.  For example:
3355
3356             <example>
3357   Urgency: low (HIGH for users of diversions)
3358             </example>
3359
3360           </p>
3361
3362           <p>
3363             The value of this field is usually extracted from the
3364             <file>debian/changelog</file> file - see
3365             <ref id="dpkgchangelog">.
3366           </p>
3367         </sect1>
3368
3369         <sect1 id="f-Changes">
3370           <heading><tt>Changes</tt></heading>
3371
3372           <p>
3373             This field contains the human-readable changes data, describing
3374             the differences between the last version and the current one.
3375           </p>
3376
3377           <p>
3378             The first line of the field value (the part on the same line
3379             as <tt>Changes:</tt>) is always empty.  The content of the
3380             field is expressed as continuation lines, with each line
3381             indented by at least one space.  Blank lines must be
3382             represented by a line consisting only of a space and a full
3383             stop (<tt>.</tt>).
3384           </p>
3385
3386           <p>
3387             The value of this field is usually extracted from the
3388             <file>debian/changelog</file> file - see
3389             <ref id="dpkgchangelog">).
3390           </p>
3391
3392           <p>
3393             Each version's change information should be preceded by a
3394             "title" line giving at least the version, distribution(s)
3395             and urgency, in a human-readable way.
3396           </p>
3397
3398           <p>
3399             If data from several versions is being returned the entry
3400             for the most recent version should be returned first, and
3401             entries should be separated by the representation of a
3402             blank line (the "title" line may also be followed by the
3403             representation of a blank line).
3404           </p>
3405         </sect1>
3406
3407         <sect1 id="f-Binary">
3408           <heading><tt>Binary</tt></heading>
3409
3410           <p>
3411             This field is a list of binary packages.  Its syntax and
3412             meaning varies depending on the control file in which it
3413             appears.
3414           </p>
3415
3416           <p>
3417             When it appears in the <file>.dsc</file> file, it lists binary
3418             packages which a source package can produce, separated by
3419             commas<footnote>
3420                 A space after each comma is conventional.
3421             </footnote>.  It may span multiple lines.  The source package
3422             does not necessarily produce all of these binary packages for
3423             every architecture.  The source control file doesn't contain
3424             details of which architectures are appropriate for which of
3425             the binary packages.
3426           </p>
3427
3428           <p>
3429             When it appears in a <file>.changes</file> file, it lists the
3430             names of the binary packages being uploaded, separated by
3431             whitespace (not commas).  It may span multiple lines.
3432           </p>
3433         </sect1>
3434
3435         <sect1 id="f-Installed-Size">
3436           <heading><tt>Installed-Size</tt></heading>
3437
3438           <p>
3439             This field appears in the control files of binary packages,
3440             and in the <file>Packages</file> files.  It gives an estimate
3441             of the total amount of disk space required to install the
3442             named package.  Actual installed size may vary based on block
3443             size, file system properties, or actions taken by package
3444             maintainer scripts.
3445           </p>
3446
3447           <p>
3448             The disk space is given as the integer value of the estimated
3449             installed size in bytes, divided by 1024 and rounded up.
3450           </p>
3451         </sect1>
3452
3453         <sect1 id="f-Files">
3454           <heading><tt>Files</tt></heading>
3455
3456           <p>
3457             This field contains a list of files with information about
3458             each one.  The exact information and syntax varies with
3459             the context.
3460           </p>
3461
3462           <p>
3463             In all cases, Files is a multiline field.  The first line of
3464             the field value (the part on the same line as <tt>Files:</tt>)
3465             is always empty.  The content of the field is expressed as
3466             continuation lines, one line per file.  Each line must be
3467             indented by one space and contain a number of sub-fields,
3468             separated by spaces, as described below.
3469           </p>
3470
3471           <p>
3472             In the <file>.dsc</file> file, each line contains the MD5
3473             checksum, size and filename of the tar file and (if
3474             applicable) diff file which make up the remainder of the
3475             source package<footnote>
3476               That is, the parts which are not the <tt>.dsc</tt>.
3477             </footnote>.  For example:
3478             <example>
3479 Files:
3480  c6f698f19f2a2aa07dbb9bbda90a2754 571925 example_1.2.orig.tar.gz
3481  938512f08422f3509ff36f125f5873ba 6220 example_1.2-1.diff.gz
3482             </example>
3483             The exact forms of the filenames are described
3484             in <ref id="pkg-sourcearchives">.
3485           </p>
3486
3487           <p>
3488             In the <file>.changes</file> file this contains one line per
3489             file being uploaded.  Each line contains the MD5 checksum,
3490             size, section and priority and the filename.  For example:
3491             <example>
3492 Files:
3493  4c31ab7bfc40d3cf49d7811987390357 1428 text extra example_1.2-1.dsc
3494  c6f698f19f2a2aa07dbb9bbda90a2754 571925 text extra example_1.2.orig.tar.gz
3495  938512f08422f3509ff36f125f5873ba 6220 text extra example_1.2-1.diff.gz
3496  7c98fe853b3bbb47a00e5cd129b6cb56 703542 text extra example_1.2-1_i386.deb
3497             </example>
3498             The <qref id="f-Section">section</qref>
3499             and <qref id="f-Priority">priority</qref> are the values of
3500             the corresponding fields in the main source control file.  If
3501             no section or priority is specified then <tt>-</tt> should be
3502             used, though section and priority values must be specified for
3503             new packages to be installed properly.
3504           </p>
3505
3506           <p>
3507             The special value <tt>byhand</tt> for the section in a
3508             <tt>.changes</tt> file indicates that the file in question
3509             is not an ordinary package file and must by installed by
3510             hand by the distribution maintainers.  If the section is
3511             <tt>byhand</tt> the priority should be <tt>-</tt>.
3512           </p>
3513
3514           <p>
3515             If a new Debian revision of a package is being shipped and
3516             no new original source archive is being distributed the
3517             <tt>.dsc</tt> must still contain the <tt>Files</tt> field
3518             entry for the original source archive
3519             <file><var>package</var>_<var>upstream-version</var>.orig.tar.gz</file>,
3520             but the <file>.changes</file> file should leave it out.  In
3521             this case the original source archive on the distribution
3522             site must match exactly, byte-for-byte, the original
3523             source archive which was used to generate the
3524             <file>.dsc</file> file and diff which are being uploaded.</p>
3525         </sect1>
3526
3527         <sect1 id="f-Closes">
3528           <heading><tt>Closes</tt></heading>
3529
3530           <p>
3531             A space-separated list of bug report numbers that the upload
3532             governed by the .changes file closes.
3533           </p>
3534         </sect1>
3535
3536         <sect1 id="f-Homepage">
3537           <heading><tt>Homepage</tt></heading>
3538
3539           <p>
3540             The URL of the web site for this package, preferably (when
3541             applicable) the site from which the original source can be
3542             obtained and any additional upstream documentation or
3543             information may be found.  The content of this field is a
3544             simple URL without any surrounding characters such as
3545             <tt>&lt;&gt;</tt>.
3546           </p>
3547         </sect1>
3548
3549         <sect1 id="f-Checksums">
3550           <heading><tt>Checksums-Sha1</tt>
3551             and <tt>Checksums-Sha256</tt></heading>
3552
3553           <p>
3554             These fields contain a list of files with a checksum and size
3555             for each one.  Both <tt>Checksums-Sha1</tt>
3556             and <tt>Checksums-Sha256</tt> have the same syntax and differ
3557             only in the checksum algorithm used: SHA-1
3558             for <tt>Checksums-Sha1</tt> and SHA-256
3559             for <tt>Checksums-Sha256</tt>.
3560           </p>
3561
3562           <p>
3563             <tt>Checksums-Sha1</tt> and <tt>Checksums-Sha256</tt> are
3564             multiline fields.  The first line of the field value (the part
3565             on the same line as <tt>Checksums-Sha1:</tt>
3566             or <tt>Checksums-Sha256:</tt>) is always empty.  The content
3567             of the field is expressed as continuation lines, one line per
3568             file.  Each line consists of the checksum, a space, the file
3569             size, a space, and the file name.  For example (from
3570             a <file>.changes</file> file):
3571             <example>
3572 Checksums-Sha1:
3573  1f418afaa01464e63cc1ee8a66a05f0848bd155c 1276 example_1.0-1.dsc
3574  a0ed1456fad61116f868b1855530dbe948e20f06 171602 example_1.0.orig.tar.gz
3575  5e86ecf0671e113b63388dac81dd8d00e00ef298 6137 example_1.0-1.debian.tar.gz
3576  71a0ff7da0faaf608481195f9cf30974b142c183 548402 example_1.0-1_i386.deb
3577 Checksums-Sha256:
3578  ac9d57254f7e835bed299926fd51bf6f534597cc3fcc52db01c4bffedae81272 1276 example_1.0-1.dsc
3579  0d123be7f51e61c4bf15e5c492b484054be7e90f3081608a5517007bfb1fd128 171602 example_1.0.orig.tar.gz
3580  f54ae966a5f580571ae7d9ef5e1df0bd42d63e27cb505b27957351a495bc6288 6137 example_1.0-1.debian.tar.gz
3581  3bec05c03974fdecd11d020fc2e8250de8404867a8a2ce865160c250eb723664 548402 example_1.0-1_i386.deb
3582             </example>
3583           </p>
3584
3585           <p>
3586             In the <file>.dsc</file> file, these fields should list all
3587             files that make up the source package.  In
3588             the <file>.changes</file> file, these fields should list all
3589             files being uploaded.  The list of files in these fields
3590             must match the list of files in the <tt>Files</tt> field.
3591           </p>
3592         </sect1>
3593       </sect>
3594
3595       <sect>
3596         <heading>User-defined fields</heading>
3597
3598         <p>
3599           Additional user-defined fields may be added to the
3600           source package control file.  Such fields will be
3601           ignored, and not copied to (for example) binary or
3602           source package control files or upload control files.
3603         </p>
3604
3605         <p>
3606           If you wish to add additional unsupported fields to
3607           these output files you should use the mechanism
3608           described here.
3609         </p>
3610
3611         <p>
3612           Fields in the main source control information file with
3613           names starting <tt>X</tt>, followed by one or more of
3614           the letters <tt>BCS</tt> and a hyphen <tt>-</tt>, will
3615           be copied to the output files.  Only the part of the
3616           field name after the hyphen will be used in the output
3617           file.  Where the letter <tt>B</tt> is used the field
3618           will appear in binary package control files, where the
3619           letter <tt>S</tt> is used in source package control
3620           files and where <tt>C</tt> is used in upload control
3621           (<tt>.changes</tt>) files.
3622         </p>
3623
3624         <p>
3625           For example, if the main source information control file
3626           contains the field
3627           <example>
3628   XBS-Comment: I stand between the candle and the star.
3629           </example>
3630           then the binary and source package control files will contain the
3631           field
3632           <example>
3633   Comment: I stand between the candle and the star.
3634           </example>
3635         </p>
3636
3637       </sect>
3638
3639     </chapt>
3640
3641
3642     <chapt id="maintainerscripts">
3643       <heading>Package maintainer scripts and installation procedure</heading>
3644
3645       <sect>
3646         <heading>Introduction to package maintainer scripts</heading>
3647
3648         <p>
3649           It is possible to supply scripts as part of a package which
3650           the package management system will run for you when your
3651           package is installed, upgraded or removed.
3652         </p>
3653
3654         <p>
3655           These scripts are the files <prgn>preinst</prgn>,
3656           <prgn>postinst</prgn>, <prgn>prerm</prgn> and
3657           <prgn>postrm</prgn> in the control area of the package.
3658           They must be proper executable files; if they are scripts
3659           (which is recommended), they must start with the usual
3660           <tt>#!</tt> convention.  They should be readable and
3661           executable by anyone, and must not be world-writable.
3662         </p>
3663
3664         <p>
3665           The package management system looks at the exit status from
3666           these scripts.  It is important that they exit with a
3667           non-zero status if there is an error, so that the package
3668           management system can stop its processing.  For shell
3669           scripts this means that you <em>almost always</em> need to
3670           use <tt>set -e</tt> (this is usually true when writing shell
3671           scripts, in fact).  It is also important, of course, that
3672           they exit with a zero status if everything went well.
3673         </p>
3674
3675         <p>
3676           Additionally, packages interacting with users using
3677           <tt>debconf</tt> in the <prgn>postinst</prgn> script should
3678           install a <prgn>config</prgn> script  in the control area,
3679           see <ref id="maintscriptprompt"> for details.
3680         </p>
3681
3682         <p>
3683           When a package is upgraded a combination of the scripts from
3684           the old and new packages is called during the upgrade
3685           procedure.  If your scripts are going to be at all
3686           complicated you need to be aware of this, and may need to
3687           check the arguments to your scripts.
3688         </p>
3689
3690         <p>
3691           Broadly speaking the <prgn>preinst</prgn> is called before
3692           (a particular version of) a package is installed, and the
3693           <prgn>postinst</prgn> afterwards; the <prgn>prerm</prgn>
3694           before (a version of) a package is removed and the
3695           <prgn>postrm</prgn> afterwards.
3696         </p>
3697
3698         <p>
3699           Programs called from maintainer scripts should not normally
3700           have a path prepended to them. Before installation is
3701           started, the package management system checks to see if the
3702           programs <prgn>ldconfig</prgn>,
3703           <prgn>start-stop-daemon</prgn>, <prgn>install-info</prgn>,
3704           and <prgn>update-rc.d</prgn> can be found via the
3705           <tt>PATH</tt> environment variable. Those programs, and any
3706           other program that one would expect to be in the
3707           <tt>PATH</tt>, should thus be invoked without an absolute
3708           pathname. Maintainer scripts should also not reset the
3709           <tt>PATH</tt>, though they might choose to modify it by
3710           prepending or appending package-specific directories. These
3711           considerations really apply to all shell scripts.</p>
3712       </sect>
3713
3714       <sect id="idempotency">
3715         <heading>Maintainer scripts idempotency</heading>
3716
3717         <p>
3718           It is necessary for the error recovery procedures that the
3719           scripts be idempotent.  This means that if it is run
3720           successfully, and then it is called again, it doesn't bomb
3721           out or cause any harm, but just ensures that everything is
3722           the way it ought to be.  If the first call failed, or
3723           aborted half way through for some reason, the second call
3724           should merely do the things that were left undone the first
3725           time, if any, and exit with a success status if everything
3726           is OK.<footnote>
3727               This is so that if an error occurs, the user interrupts
3728               <prgn>dpkg</prgn> or some other unforeseen circumstance
3729               happens you don't leave the user with a badly-broken
3730               package when <prgn>dpkg</prgn> attempts to repeat the
3731               action.
3732           </footnote>
3733         </p>
3734       </sect>
3735
3736       <sect id="controllingterminal">
3737         <heading>Controlling terminal for maintainer scripts</heading>
3738
3739         <p>
3740           Maintainer scripts are not guaranteed to run with a controlling
3741           terminal and may not be able to interact with the user.  They
3742           must be able to fall back to noninteractive behavior if no
3743           controlling terminal is available.  Maintainer scripts that
3744           prompt via a program conforming to the Debian Configuration
3745           Management Specification (see <ref id="maintscriptprompt">) may
3746           assume that program will handle falling back to noninteractive
3747           behavior.
3748         </p>
3749
3750         <p>
3751           For high-priority prompts without a reasonable default answer,
3752           maintainer scripts may abort if there is no controlling
3753           terminal.  However, this situation should be avoided if at all
3754           possible, since it prevents automated or unattended installs.
3755           In most cases, users will consider this to be a bug in the
3756           package.
3757         </p>
3758       </sect>
3759
3760       <sect id="exitstatus">
3761         <heading>Exit status</heading>
3762
3763         <p>
3764           Each script must return a zero exit status for
3765           success, or a nonzero one for failure, since the package
3766           management system looks for the exit status of these scripts
3767           and determines what action to take next based on that datum.
3768         </p>
3769       </sect>
3770
3771       <sect id="mscriptsinstact"><heading>Summary of ways maintainer
3772           scripts are called
3773         </heading>
3774
3775         <p>
3776           <list compact="compact">
3777             <item>
3778               <var>new-preinst</var> <tt>install</tt>
3779             </item>
3780             <item>
3781               <var>new-preinst</var> <tt>install</tt> <var>old-version</var>
3782             </item>
3783             <item>
3784                 <var>new-preinst</var> <tt>upgrade</tt> <var>old-version</var>
3785             </item>
3786             <item>
3787                 <var>old-preinst</var> <tt>abort-upgrade</tt>
3788                 <var>new-version</var>
3789             </item>
3790           </list>
3791
3792         <p>
3793           <list compact="compact">
3794             <item>
3795                 <var>postinst</var> <tt>configure</tt>
3796                 <var>most-recently-configured-version</var>
3797             </item>
3798             <item>
3799                 <var>old-postinst</var> <tt>abort-upgrade</tt>
3800                 <var>new-version</var>
3801             </item>
3802             <item>
3803                 <var>conflictor's-postinst</var> <tt>abort-remove</tt>
3804                 <tt>in-favour</tt> <var>package</var>
3805                 <var>new-version</var>
3806             </item>
3807             <item>
3808                 <var>postinst</var> <tt>abort-remove</tt>
3809             </item>
3810             <item>
3811                 <var>deconfigured's-postinst</var>
3812                 <tt>abort-deconfigure</tt> <tt>in-favour</tt>
3813                 <var>failed-install-package</var> <var>version</var>
3814                 [<tt>removing</tt> <var>conflicting-package</var>
3815                 <var>version</var>]
3816             </item>
3817           </list>
3818
3819         <p>
3820           <list compact="compact">
3821             <item>
3822                 <var>prerm</var> <tt>remove</tt>
3823             </item>
3824             <item>
3825                 <var>old-prerm</var> <tt>upgrade</tt>
3826                 <var>new-version</var>
3827             </item>
3828             <item>
3829                 <var>new-prerm</var> <tt>failed-upgrade</tt>
3830                 <var>old-version</var>
3831             </item>
3832             <item>
3833                 <var>conflictor's-prerm</var> <tt>remove</tt>
3834                 <tt>in-favour</tt> <var>package</var>
3835                 <var>new-version</var>
3836             </item>
3837             <item>
3838                 <var>deconfigured's-prerm</var> <tt>deconfigure</tt>
3839                 <tt>in-favour</tt> <var>package-being-installed</var>
3840                 <var>version</var> [<tt>removing</tt>
3841                 <var>conflicting-package</var>
3842                 <var>version</var>]
3843             </item>
3844           </list>
3845
3846         <p>
3847           <list compact="compact">
3848             <item>
3849                 <var>postrm</var> <tt>remove</tt>
3850             </item>
3851             <item>
3852                 <var>postrm</var> <tt>purge</tt>
3853             </item>
3854             <item>
3855                 <var>old-postrm</var> <tt>upgrade</tt>
3856                 <var>new-version</var>
3857             </item>
3858             <item>
3859                 <var>new-postrm</var> <tt>failed-upgrade</tt>
3860                 <var>old-version</var>
3861             </item>
3862             <item>
3863                 <var>new-postrm</var> <tt>abort-install</tt>
3864             </item>
3865             <item>
3866                 <var>new-postrm</var> <tt>abort-install</tt>
3867                 <var>old-version</var>
3868             </item>
3869             <item>
3870                 <var>new-postrm</var> <tt>abort-upgrade</tt>
3871                 <var>old-version</var>
3872             </item>
3873             <item>
3874                 <var>disappearer's-postrm</var> <tt>disappear</tt>
3875                 <var>overwriter</var>
3876                 <var>overwriter-version</var>
3877             </item>
3878           </list>
3879         </p>
3880
3881
3882       <sect id="unpackphase">
3883         <heading>Details of unpack phase of installation or upgrade</heading>
3884
3885         <p>
3886           The procedure on installation/upgrade/overwrite/disappear
3887           (i.e., when running <tt>dpkg --unpack</tt>, or the unpack
3888           stage of <tt>dpkg --install</tt>) is as follows.  In each
3889           case, if a major error occurs (unless listed below) the
3890           actions are, in general, run backwards - this means that the
3891           maintainer scripts are run with different arguments in
3892           reverse order.  These are the "error unwind" calls listed
3893           below.
3894
3895           <enumlist>
3896             <item>
3897                 <enumlist>
3898                   <item>
3899                       If a version of the package is already installed, call
3900                       <example compact="compact">
3901 <var>old-prerm</var> upgrade <var>new-version</var>
3902                       </example>
3903                   </item>
3904                   <item>
3905                       If the script runs but exits with a non-zero
3906                       exit status, <prgn>dpkg</prgn> will attempt:
3907                       <example compact="compact">
3908 <var>new-prerm</var> failed-upgrade <var>old-version</var>
3909                       </example>
3910                       If this works, the upgrade continues. If this
3911                       does not work, the error unwind:
3912                       <example compact="compact">
3913 <var>old-postinst</var> abort-upgrade <var>new-version</var>
3914                       </example>
3915                       If this works, then the old-version is
3916                       "Installed", if not, the old version is in a
3917                       "Half-Configured" state.
3918                   </item>
3919                 </enumlist>
3920             </item>
3921
3922             <item>
3923                 If a "conflicting" package is being removed at the same time,
3924                 or if any package will be broken (due to <tt>Breaks</tt>):
3925                 <enumlist>
3926                   <item>
3927                       If <tt>--auto-deconfigure</tt> is
3928                       specified, call, for each package to be deconfigured
3929                       due to <tt>Breaks</tt>:
3930                       <example compact="compact">
3931 <var>deconfigured's-prerm</var> deconfigure \
3932   in-favour <var>package-being-installed</var> <var>version</var>
3933                       </example>
3934                       Error unwind:
3935                       <example compact="compact">
3936 <var>deconfigured's-postinst</var> abort-deconfigure \
3937   in-favour <var>package-being-installed-but-failed</var> <var>version</var>
3938                       </example>
3939                       The deconfigured packages are marked as
3940                       requiring configuration, so that if
3941                       <tt>--install</tt> is used they will be
3942                       configured again if possible.
3943                   </item>
3944                   <item>
3945                       If any packages depended on a conflicting
3946                       package being removed and <tt>--auto-deconfigure</tt> is
3947                       specified, call, for each such package:
3948                       <example compact="compact">
3949 <var>deconfigured's-prerm</var> deconfigure \
3950   in-favour <var>package-being-installed</var> <var>version</var> \
3951     removing <var>conflicting-package</var> <var>version</var>
3952                       </example>
3953                       Error unwind:
3954                       <example compact="compact">
3955 <var>deconfigured's-postinst</var> abort-deconfigure \
3956   in-favour <var>package-being-installed-but-failed</var> <var>version</var> \
3957     removing <var>conflicting-package</var> <var>version</var>
3958                       </example>
3959                       The deconfigured packages are marked as
3960                       requiring configuration, so that if
3961                       <tt>--install</tt> is used they will be
3962                       configured again if possible.
3963                   </item>
3964                   <item>
3965                       To prepare for removal of each conflicting package, call:
3966                       <example compact="compact">
3967 <var>conflictor's-prerm</var> remove \
3968   in-favour <var>package</var> <var>new-version</var>
3969                       </example>
3970                       Error unwind:
3971                       <example compact="compact">
3972 <var>conflictor's-postinst</var> abort-remove \
3973   in-favour <var>package</var> <var>new-version</var>
3974                       </example>
3975                   </item>
3976                 </enumlist>
3977             </item>
3978
3979             <item>
3980                 <enumlist>
3981                   <item>
3982                       If the package is being upgraded, call:
3983                       <example compact="compact">
3984 <var>new-preinst</var> upgrade <var>old-version</var>
3985                       </example>
3986                       If this fails, we call:
3987                       <example>
3988 <var>new-postrm</var> abort-upgrade <var>old-version</var>
3989                       </example>
3990                       <enumlist>
3991                         <item>
3992                           <p>
3993                             If that works, then
3994                             <example>
3995 <var>old-postinst</var> abort-upgrade <var>new-version</var>
3996                             </example>
3997                             is called. If this works, then the old version
3998                             is in an "Installed" state, or else it is left
3999                             in an "Unpacked" state.
4000                           </p>
4001                         </item>
4002                         <item>
4003                           <p>
4004                             If it fails, then the old version is left
4005                             in an "Half-Installed" state.
4006                           </p>
4007                         </item>
4008                       </enumlist>
4009                       
4010                   </item>
4011                   <item>
4012                       Otherwise, if the package had some configuration
4013                       files from a previous version installed (i.e., it
4014                       is in the "configuration files only" state):
4015                       <example compact="compact">
4016 <var>new-preinst</var> install <var>old-version</var>
4017                       </example>
4018                       Error unwind:
4019                       <example>
4020 <var>new-postrm</var> abort-install <var>old-version</var>
4021                       </example>
4022                       If this fails, the package is left in a
4023                       "Half-Installed" state, which requires a
4024                       reinstall. If it works, the packages is left in
4025                       a "Config-Files" state.
4026                   </item>
4027                   <item>
4028                       Otherwise (i.e., the package was completely purged):
4029                       <example compact="compact">
4030 <var>new-preinst</var> install
4031                       </example>
4032                       Error unwind:
4033                       <example compact="compact">
4034 <var>new-postrm</var> abort-install
4035                       </example>
4036                       If the error-unwind fails, the package is in a
4037                       "Half-Installed" phase, and requires a
4038                       reinstall. If the error unwind works, the
4039                       package is in a not installed state.
4040                   </item>
4041                 </enumlist>
4042             </item>
4043
4044             <item>
4045               <p>
4046                 The new package's files are unpacked, overwriting any
4047                 that may be on the system already, for example any
4048                 from the old version of the same package or from
4049                 another package.  Backups of the old files are kept
4050                 temporarily, and if anything goes wrong the package
4051                 management system will attempt to put them back as
4052                 part of the error unwind.
4053               </p>
4054
4055               <p>
4056                 It is an error for a package to contain files which
4057                 are on the system in another package, unless
4058                 <tt>Replaces</tt> is used (see <ref id="replaces">).
4059                 <!--
4060                 The following paragraph is not currently the case:
4061                 Currently the <tt>- - force-overwrite</tt> flag is
4062                 enabled, downgrading it to a warning, but this may not
4063                 always be the case.
4064                 -->
4065               </p>
4066
4067               <p>
4068                 It is a more serious error for a package to contain a
4069                 plain file or other kind of non-directory where another
4070                 package has a directory (again, unless
4071                 <tt>Replaces</tt> is used).  This error can be
4072                 overridden if desired using
4073                 <tt>--force-overwrite-dir</tt>, but this is not
4074                 advisable.
4075               </p>
4076
4077               <p>
4078                 Packages which overwrite each other's files produce
4079                 behavior which, though deterministic, is hard for the
4080                 system administrator to understand.  It can easily
4081                 lead to "missing" programs if, for example, a package
4082                 is installed which overwrites a file from another
4083                 package, and is then removed again.<footnote>
4084                     Part of the problem is due to what is arguably a
4085                     bug in <prgn>dpkg</prgn>.
4086                 </footnote>
4087               </p>
4088
4089               <p>
4090                 A directory will never be replaced by a symbolic link
4091                 to a directory or vice versa; instead, the existing
4092                 state (symlink or not) will be left alone and
4093                 <prgn>dpkg</prgn> will follow the symlink if there is
4094                 one.
4095               </p>
4096             </item>
4097
4098             <item>
4099               <p>
4100                 <enumlist>
4101                   <item>
4102                       If the package is being upgraded, call
4103                       <example compact="compact">
4104 <var>old-postrm</var> upgrade <var>new-version</var>
4105                       </example>
4106                   </item>
4107                   <item>
4108                       If this fails, <prgn>dpkg</prgn> will attempt:
4109                       <example compact="compact">
4110 <var>new-postrm</var> failed-upgrade <var>old-version</var>
4111                       </example>
4112                       If this works, installation continues. If not, 
4113                       Error unwind:
4114                       <example compact="compact">
4115 <var>old-preinst</var> abort-upgrade <var>new-version</var>
4116                       </example>
4117                       If this fails, the old version is left in a
4118                       "Half-Installed" state. If it works, dpkg now
4119                       calls:
4120                       <example compact="compact">
4121 <var>new-postrm</var> abort-upgrade <var>old-version</var>
4122                       </example>
4123                       If this fails, the old version is left in a
4124                       "Half-Installed" state. If it works, dpkg now
4125                       calls:
4126                       <example compact="compact">
4127 <var>old-postinst</var> abort-upgrade <var>new-version</var>
4128                       </example>
4129                       If this fails, the old version is in an
4130                       "Unpacked" state.
4131                   </item>
4132                 </enumlist>
4133               </p>
4134
4135               <p>
4136                 This is the point of no return - if
4137                 <prgn>dpkg</prgn> gets this far, it won't back off
4138                 past this point if an error occurs.  This will
4139                 leave the package in a fairly bad state, which
4140                 will require a successful re-installation to clear
4141                 up, but it's when <prgn>dpkg</prgn> starts doing
4142                 things that are irreversible.
4143               </p>
4144             </item>
4145
4146             <item>
4147                 Any files which were in the old version of the package
4148                 but not in the new are removed.
4149             </item>
4150
4151             <item>
4152                 The new file list replaces the old.
4153             </item>
4154
4155             <item>
4156                 The new maintainer scripts replace the old.
4157             </item>
4158
4159             <item>
4160                 Any packages all of whose files have been overwritten
4161                 during the installation, and which aren't required for
4162                 dependencies, are considered to have been removed.
4163                 For each such package
4164                 <enumlist>
4165                   <item>
4166                       <prgn>dpkg</prgn> calls:
4167                       <example compact="compact">
4168 <var>disappearer's-postrm</var> disappear \
4169   <var>overwriter</var> <var>overwriter-version</var>
4170                       </example>
4171                   </item>
4172                   <item>
4173                       The package's maintainer scripts are removed.
4174                   </item>
4175                   <item>
4176                       It is noted in the status database as being in a
4177                       sane state, namely not installed (any conffiles
4178                       it may have are ignored, rather than being
4179                       removed by <prgn>dpkg</prgn>).  Note that
4180                       disappearing packages do not have their prerm
4181                       called, because <prgn>dpkg</prgn> doesn't know
4182                       in advance that the package is going to
4183                       vanish.
4184                   </item>
4185                 </enumlist>
4186             </item>
4187
4188             <item>
4189                 Any files in the package we're unpacking that are also
4190                 listed in the file lists of other packages are removed
4191                 from those lists.  (This will lobotomize the file list
4192                 of the "conflicting" package if there is one.)
4193             </item>
4194
4195             <item>
4196                 The backup files made during installation, above, are
4197                 deleted.
4198             </item>
4199
4200             <item>
4201               <p>
4202                 The new package's status is now sane, and recorded as
4203                 "unpacked".
4204               </p>
4205
4206               <p>
4207                 Here is another point of no return - if the
4208                 conflicting package's removal fails we do not unwind
4209                 the rest of the installation; the conflicting package
4210                 is left in a half-removed limbo.
4211               </p>
4212             </item>
4213
4214             <item>
4215                 If there was a conflicting package we go and do the
4216                 removal actions (described below), starting with the
4217                 removal of the conflicting package's files (any that
4218                 are also in the package being installed have already
4219                 been removed from the conflicting package's file list,
4220                 and so do not get removed now).
4221             </item>
4222           </enumlist>
4223         </p>
4224       </sect>
4225
4226       <sect id="configdetails"><heading>Details of configuration</heading>
4227
4228         <p>
4229           When we configure a package (this happens with <tt>dpkg
4230             --install</tt> and <tt>dpkg --configure</tt>), we first
4231           update any <tt>conffile</tt>s and then call:
4232           <example compact="compact">
4233 <var>postinst</var> configure <var>most-recently-configured-version</var>
4234           </example>
4235         </p>
4236
4237         <p>
4238           No attempt is made to unwind after errors during
4239           configuration. If the configuration fails, the package is in
4240           a "Failed Config" state, and an error message is generated.
4241         </p>
4242
4243         <p>
4244           If there is no most recently configured version
4245           <prgn>dpkg</prgn> will pass a null argument.
4246           <footnote>
4247             <p>
4248               Historical note: Truly ancient (pre-1997) versions of
4249               <prgn>dpkg</prgn> passed <tt>&lt;unknown&gt;</tt>
4250               (including the angle brackets) in this case.  Even older
4251               ones did not pass a second argument at all, under any
4252               circumstance.  Note that upgrades using such an old dpkg
4253               version are unlikely to work for other reasons, even if
4254               this old argument behavior is handled by your postinst script.
4255             </p>
4256           </footnote>     
4257         </p>
4258       </sect>
4259
4260       <sect id="removedetails"><heading>Details of removal and/or
4261       configuration purging</heading>
4262
4263         <p>
4264           <enumlist>
4265             <item>
4266               <p>
4267                 <example compact="compact">
4268 <var>prerm</var> remove
4269                 </example>
4270               </p>
4271               <p>
4272                 If prerm fails during replacement due to conflict
4273                 <example>
4274 <var>conflictor's-postinst</var> abort-remove \
4275   in-favour <var>package</var> <var>new-version</var>
4276                 </example>
4277                 Or else we call:
4278                 <example>
4279 <var>postinst</var> abort-remove
4280                 </example>
4281               </p>
4282               <p>
4283                 If this fails, the package is in a "Half-Configured"
4284                 state, or else it remains "Installed".
4285               </p>
4286             </item>
4287             <item>
4288                 The package's files are removed (except <tt>conffile</tt>s).
4289             </item>
4290             <item>
4291                 <example compact="compact">
4292 <var>postrm</var> remove
4293                 </example>
4294
4295               <p>
4296                 If it fails, there's no error unwind, and the package is in
4297                 an "Half-Installed" state.
4298               </p>
4299             </item>
4300             <item>
4301               <p>
4302                 All the maintainer scripts except the <prgn>postrm</prgn>
4303                 are removed.
4304               </p>
4305
4306               <p>
4307                 If we aren't purging the package we stop here.  Note
4308                 that packages which have no <prgn>postrm</prgn> and no
4309                 <tt>conffile</tt>s are automatically purged when
4310                 removed, as there is no difference except for the
4311                 <prgn>dpkg</prgn> status.
4312               </p>
4313             </item>
4314             <item>
4315                 The <tt>conffile</tt>s and any backup files
4316                 (<tt>~</tt>-files, <tt>#*#</tt> files,
4317                 <tt>%</tt>-files, <tt>.dpkg-{old,new,tmp}</tt>, etc.)
4318                 are removed.
4319             </item>
4320             <item>
4321               <p>
4322                 <example compact="compact">
4323 <var>postrm</var> purge
4324                 </example>
4325               </p>
4326               <p>
4327                 If this fails, the package remains in a "Config-Files"
4328                 state.
4329               </p>
4330             </item>
4331             <item>
4332                 The package's file list is removed.
4333             </item>
4334           </enumlist>
4335
4336         </p>
4337       </sect>
4338     </chapt>
4339
4340
4341     <chapt id="relationships">
4342       <heading>Declaring relationships between packages</heading>
4343
4344       <sect id="depsyntax">
4345         <heading>Syntax of relationship fields</heading>
4346
4347         <p>
4348           These fields all have a uniform syntax.  They are a list of
4349           package names separated by commas.
4350         </p>
4351
4352         <p>
4353           In the <tt>Depends</tt>, <tt>Recommends</tt>,
4354           <tt>Suggests</tt>, <tt>Pre-Depends</tt>,
4355           <tt>Build-Depends</tt> and <tt>Build-Depends-Indep</tt>
4356           control file fields of the package, which declare
4357           dependencies on other packages, the package names listed may
4358           also include lists of alternative package names, separated
4359           by vertical bar (pipe) symbols <tt>|</tt>.  In such a case,
4360           if any one of the alternative packages is installed, that
4361           part of the dependency is considered to be satisfied.
4362         </p>
4363
4364         <p>
4365           All of the fields except for <tt>Provides</tt> may restrict
4366           their applicability to particular versions of each named
4367           package.  This is done in parentheses after each individual
4368           package name; the parentheses should contain a relation from
4369           the list below followed by a version number, in the format
4370           described in <ref id="f-Version">.
4371         </p>
4372
4373         <p>
4374           The relations allowed are <tt>&lt;&lt;</tt>, <tt>&lt;=</tt>,
4375           <tt>=</tt>, <tt>&gt;=</tt> and <tt>&gt;&gt;</tt> for
4376           strictly earlier, earlier or equal, exactly equal, later or
4377           equal and strictly later, respectively.  The deprecated
4378           forms <tt>&lt;</tt> and <tt>&gt;</tt> were used to mean
4379           earlier/later or equal, rather than strictly earlier/later,
4380           so they should not appear in new packages (though
4381           <prgn>dpkg</prgn> still supports them).
4382         </p>
4383
4384         <p>
4385           Whitespace may appear at any point in the version
4386           specification subject to the rules in <ref
4387           id="controlsyntax">, and must appear where it's necessary to
4388           disambiguate; it is not otherwise significant.  All of the
4389           relationship fields may span multiple lines.  For
4390           consistency and in case of future changes to
4391           <prgn>dpkg</prgn> it is recommended that a single space be
4392           used after a version relationship and before a version
4393           number; it is also conventional to put a single space after
4394           each comma, on either side of each vertical bar, and before
4395           each open parenthesis.  When wrapping a relationship field, it
4396           is conventional to do so after a comma and before the space
4397           following that comma.
4398         </p>
4399
4400         <p>
4401           For example, a list of dependencies might appear as:
4402           <example compact="compact">
4403 Package: mutt
4404 Version: 1.3.17-1
4405 Depends: libc6 (>= 2.2.1), exim | mail-transport-agent
4406           </example>
4407         </p>
4408
4409         <p>
4410           All fields that specify build-time relationships
4411           (<tt>Build-Depends</tt>, <tt>Build-Depends-Indep</tt>,
4412           <tt>Build-Conflicts</tt> and <tt>Build-Conflicts-Indep</tt>)
4413           may be restricted to a certain set of architectures.  This
4414           is indicated in brackets after each individual package name and
4415           the optional version specification.  The brackets enclose a
4416           list of Debian architecture names separated by whitespace.
4417           Exclamation marks may be prepended to each of the names.
4418           (It is not permitted for some names to be prepended with
4419           exclamation marks while others aren't.) If the current Debian
4420           host architecture is not in this list and there are no
4421           exclamation marks in the list, or it is in the list with a
4422           prepended exclamation mark, the package name and the
4423           associated version specification are ignored completely for
4424           the purposes of defining the relationships.
4425         </p>
4426
4427         <p>
4428           For example:
4429           <example compact="compact">
4430 Source: glibc
4431 Build-Depends-Indep: texinfo
4432 Build-Depends: kernel-headers-2.2.10 [!hurd-i386],
4433   hurd-dev [hurd-i386], gnumach-dev [hurd-i386]
4434           </example>
4435           requires <tt>kernel-headers-2.2.10</tt> on all architectures
4436           other than hurd-i386 and requires <tt>hurd-dev</tt> and
4437           <tt>gnumach-dev</tt> only on hurd-i386.
4438         </p>
4439
4440         <p>
4441           If the architecture-restricted dependency is part of a set of
4442           alternatives using <tt>|</tt>, that alternative is ignored
4443           completely on architectures that do not match the restriction.
4444           For example:
4445           <example compact="compact">
4446 Build-Depends: foo [!i386] | bar [!amd64]
4447           </example>
4448           is equivalent to <tt>bar</tt> on the i386 architecture, to
4449           <tt>foo</tt> on the amd64 architecture, and to <tt>foo |
4450           bar</tt> on all other architectures.
4451         </p>
4452
4453         <p>
4454           All fields that specify build-time relationships may also be
4455           restricted to a certain set of architectures using architecture
4456           wildcards.  The syntax for declaring such restrictions is the
4457           same as declaring restrictions using a certain set of
4458           architectures without architecture wildcards.  For example:
4459           <example compact="compact">
4460 Build-Depends: foo [linux-any], bar [any-i386], baz [!linux-any]
4461           </example>
4462           is equivalent to <tt>foo</tt> on architectures using the Linux
4463           kernel and any cpu, <tt>bar</tt> on architectures using any
4464           kernel and an i386 cpu, and <tt>baz</tt> on any architecture
4465           using a kernel other than Linux.
4466         </p>
4467
4468         <p>
4469           Note that the binary package relationship fields such as
4470           <tt>Depends</tt> appear in one of the binary package
4471           sections of the control file, whereas the build-time
4472           relationships such as <tt>Build-Depends</tt> appear in the
4473           source package section of the control file (which is the
4474           first section).
4475         </p>
4476       </sect>
4477
4478       <sect id="binarydeps">
4479         <heading>Binary Dependencies - <tt>Depends</tt>,
4480           <tt>Recommends</tt>, <tt>Suggests</tt>, <tt>Enhances</tt>,
4481           <tt>Pre-Depends</tt>
4482         </heading>
4483
4484         <p>
4485           Packages can declare in their control file that they have
4486           certain relationships to other packages - for example, that
4487           they may not be installed at the same time as certain other
4488           packages, and/or that they depend on the presence of others.
4489         </p>
4490
4491         <p>
4492           This is done using the <tt>Depends</tt>, <tt>Pre-Depends</tt>,
4493           <tt>Recommends</tt>, <tt>Suggests</tt>, <tt>Enhances</tt>,
4494           <tt>Breaks</tt> and <tt>Conflicts</tt> control file fields.
4495           <tt>Breaks</tt> is described in <ref id="breaks">, and
4496           <tt>Conflicts</tt> is described in <ref id="conflicts">.  The
4497           rest are described below.
4498         </p>
4499
4500         <p>
4501           These seven fields are used to declare a dependency
4502           relationship by one package on another.  Except for
4503           <tt>Enhances</tt> and <tt>Breaks</tt>, they appear in the
4504           depending (binary) package's control file.
4505           (<tt>Enhances</tt> appears in the recommending package's
4506           control file, and <tt>Breaks</tt> appears in the version of
4507           depended-on package which causes the named package to
4508           break).
4509         </p>
4510
4511         <p>
4512           A <tt>Depends</tt> field takes effect <em>only</em> when a
4513           package is to be configured.  It does not prevent a package
4514           being on the system in an unconfigured state while its
4515           dependencies are unsatisfied, and it is possible to replace
4516           a package whose dependencies are satisfied and which is
4517           properly installed with a different version whose
4518           dependencies are not and cannot be satisfied; when this is
4519           done the depending package will be left unconfigured (since
4520           attempts to configure it will give errors) and will not
4521           function properly.  If it is necessary, a
4522           <tt>Pre-Depends</tt> field can be used, which has a partial
4523           effect even when a package is being unpacked, as explained
4524           in detail below.  (The other three dependency fields,
4525           <tt>Recommends</tt>, <tt>Suggests</tt> and
4526           <tt>Enhances</tt>, are only used by the various front-ends
4527           to <prgn>dpkg</prgn> such as <prgn>apt-get</prgn>,
4528           <prgn>aptitude</prgn>, and <prgn>dselect</prgn>.)
4529         </p>
4530
4531         <p>
4532           For this reason packages in an installation run are usually
4533           all unpacked first and all configured later; this gives
4534           later versions of packages with dependencies on later
4535           versions of other packages the opportunity to have their
4536           dependencies satisfied.
4537         </p>
4538
4539         <p>
4540           In case of circular dependencies, since installation or
4541           removal order honoring the dependency order can't be
4542           established, dependency loops are broken at some point
4543           (based on rules below), and some packages may not be able to
4544           rely on their dependencies being present when being
4545           installed or removed, depending on which side of the break
4546           of the circular dependency loop they happen to be on.  If one
4547           of the packages in the loop has no postinst script, then the
4548           cycle will be broken at that package, so as to ensure that
4549           all postinst scripts run with the dependencies properly
4550           configured if this is possible. Otherwise the breaking point
4551           is arbitrary.
4552         </p>
4553
4554         <p>
4555           The <tt>Depends</tt> field thus allows package maintainers
4556           to impose an order in which packages should be configured.
4557         </p>
4558
4559         <p>
4560           The meaning of the five dependency fields is as follows:
4561           <taglist>
4562             <tag><tt>Depends</tt></tag>
4563             <item>
4564               <p>
4565                 This declares an absolute dependency.  A package will
4566                 not be configured unless all of the packages listed in
4567                 its <tt>Depends</tt> field have been correctly
4568                 configured.
4569               </p>
4570
4571               <p>
4572                 The <tt>Depends</tt> field should be used if the
4573                 depended-on package is required for the depending
4574                 package to provide a significant amount of
4575                 functionality.
4576               </p>
4577
4578               <p>
4579                 The <tt>Depends</tt> field should also be used if the
4580                 <prgn>postinst</prgn>, <prgn>prerm</prgn> or
4581                 <prgn>postrm</prgn> scripts require the package to be
4582                 present in order to run.  Note, however, that the
4583                 <prgn>postrm</prgn> cannot rely on any non-essential
4584                 packages to be present during the <tt>purge</tt>
4585                 phase.
4586             </item>
4587
4588             <tag><tt>Recommends</tt></tag>
4589             <item>
4590               <p>
4591                 This declares a strong, but not absolute, dependency.
4592               </p>
4593
4594               <p>
4595                 The <tt>Recommends</tt> field should list packages
4596                 that would be found together with this one in all but
4597                 unusual installations.
4598               </p>
4599             </item>
4600
4601             <tag><tt>Suggests</tt></tag>
4602             <item>
4603                 This is used to declare that one package may be more
4604                 useful with one or more others.  Using this field
4605                 tells the packaging system and the user that the
4606                 listed packages are related to this one and can
4607                 perhaps enhance its usefulness, but that installing
4608                 this one without them is perfectly reasonable.
4609             </item>
4610
4611             <tag><tt>Enhances</tt></tag>
4612             <item>
4613                 This field is similar to Suggests but works in the
4614                 opposite direction. It is used to declare that a
4615                 package can enhance the functionality of another
4616                 package.
4617             </item>
4618
4619             <tag><tt>Pre-Depends</tt></tag>
4620             <item>
4621               <p>
4622                 This field is like <tt>Depends</tt>, except that it
4623                 also forces <prgn>dpkg</prgn> to complete installation
4624                 of the packages named before even starting the
4625                 installation of the package which declares the
4626                 pre-dependency, as follows:
4627               </p>
4628
4629               <p>
4630                 When a package declaring a pre-dependency is about to
4631                 be <em>unpacked</em> the pre-dependency can be
4632                 satisfied if the depended-on package is either fully
4633                 configured, <em>or even if</em> the depended-on
4634                 package(s) are only unpacked or in the "Half-Configured"
4635                 state, provided that they have been configured
4636                 correctly at some point in the past (and not removed
4637                 or partially removed since).  In this case, both the
4638                 previously-configured and currently unpacked or
4639                 "Half-Configured" versions must satisfy any version
4640                 clause in the <tt>Pre-Depends</tt> field.
4641               </p>
4642
4643               <p>
4644                 When the package declaring a pre-dependency is about
4645                 to be <em>configured</em>, the pre-dependency will be
4646                 treated as a normal <tt>Depends</tt>, that is, it will
4647                 be considered satisfied only if the depended-on
4648                 package has been correctly configured.
4649               </p>
4650
4651               <p>
4652                 <tt>Pre-Depends</tt> should be used sparingly,
4653                 preferably only by packages whose premature upgrade or
4654                 installation would hamper the ability of the system to
4655                 continue with any upgrade that might be in progress.
4656               </p>
4657
4658               <p>
4659                 <tt>Pre-Depends</tt> are also required if the
4660                 <prgn>preinst</prgn> script depends on the named
4661                 package.  It is best to avoid this situation if
4662                 possible.
4663               </p>
4664             </item>
4665           </taglist>
4666         </p>
4667
4668         <p>
4669           When selecting which level of dependency to use you should
4670           consider how important the depended-on package is to the
4671           functionality of the one declaring the dependency.  Some
4672           packages are composed of components of varying degrees of
4673           importance.  Such a package should list using
4674           <tt>Depends</tt> the package(s) which are required by the
4675           more important components.  The other components'
4676           requirements may be mentioned as Suggestions or
4677           Recommendations, as appropriate to the components' relative
4678           importance.
4679         </p>
4680       </sect>
4681
4682       <sect id="breaks">
4683         <heading>Packages which break other packages - <tt>Breaks</tt></heading>
4684
4685         <p>
4686           When one binary package declares that it breaks another,
4687           <prgn>dpkg</prgn> will refuse to allow the package which
4688           declares <tt>Breaks</tt> be installed unless the broken
4689           package is deconfigured first, and it will refuse to
4690           allow the broken package to be reconfigured.
4691         </p>
4692
4693         <p>
4694           A package will not be regarded as causing breakage merely
4695           because its configuration files are still installed; it must
4696           be at least "Half-Installed".
4697         </p>
4698
4699         <p>
4700           A special exception is made for packages which declare that
4701           they break their own package name or a virtual package which
4702           they provide (see below): this does not count as a real
4703           breakage.
4704         </p>
4705
4706         <p>
4707           Normally a <tt>Breaks</tt> entry will have an "earlier than"
4708           version clause; such a <tt>Breaks</tt> is introduced in the
4709           version of an (implicit or explicit) dependency which violates
4710           an assumption or reveals a bug in earlier versions of the broken
4711           package, or which takes over a file from earlier versions of the
4712           package named in <tt>Breaks</tt>.  This use of <tt>Breaks</tt>
4713           will inform higher-level package management tools that the
4714           broken package must be upgraded before the new one.
4715         </p>
4716
4717         <p>
4718           If the breaking package also overwrites some files from the
4719           older package, it should use <tt>Replaces</tt> to ensure this
4720           goes smoothly.  See <ref id="replaces"> for a full discussion
4721           of taking over files from other packages, including how to
4722           use <tt>Breaks</tt> in those cases.
4723         </p>
4724
4725         <p>
4726           Many of the cases where <tt>Breaks</tt> should be used were
4727           previously handled with <tt>Conflicts</tt>
4728           because <tt>Breaks</tt> did not yet exist.
4729           Many <tt>Conflicts</tt> fields should now be <tt>Breaks</tt>.
4730           See <ref id="conflicts"> for more information about the
4731           differences.
4732         </p>
4733       </sect>
4734
4735       <sect id="conflicts">
4736         <heading>Conflicting binary packages - <tt>Conflicts</tt></heading>
4737
4738         <p>
4739           When one binary package declares a conflict with another
4740           using a <tt>Conflicts</tt> field, <prgn>dpkg</prgn> will
4741           refuse to allow them to be installed on the system at the
4742           same time.  This is a stronger restriction than <tt>Breaks</tt>,
4743           which just prevents both packages from being configured at the
4744           same time.  Conflicting packages cannot be unpacked on the
4745           system at the same time.
4746         </p>
4747
4748         <p>
4749           If one package is to be installed, the other must be removed
4750           first.  If the package being installed is marked as replacing
4751           (see <ref id="replaces">, but note that <tt>Breaks</tt> should
4752           normally be used in this case) the one on the system, or the one
4753           on the system is marked as deselected, or both packages are
4754           marked <tt>Essential</tt>, then <prgn>dpkg</prgn> will
4755           automatically remove the package which is causing the conflict.
4756           Otherwise, it will halt the installation of the new package with
4757           an error.  This mechanism is specifically designed to produce an
4758           error when the installed package is <tt>Essential</tt>, but the
4759           new package is not.
4760         </p>
4761
4762         <p>
4763           A package will not cause a conflict merely because its
4764           configuration files are still installed; it must be at least
4765           "Half-Installed".
4766         </p>
4767
4768         <p>
4769           A special exception is made for packages which declare a
4770           conflict with their own package name, or with a virtual
4771           package which they provide (see below): this does not
4772           prevent their installation, and allows a package to conflict
4773           with others providing a replacement for it.  You use this
4774           feature when you want the package in question to be the only
4775           package providing some feature.
4776         </p>
4777
4778         <p>
4779           Normally, <tt>Breaks</tt> should be used instead
4780           of <tt>Conflicts</tt> since <tt>Conflicts</tt> imposes a
4781           stronger restriction on the ordering of package installation or
4782           upgrade and can make it more difficult for the package manager
4783           to find a correct solution to an upgrade or installation
4784           problem.  <tt>Breaks</tt> should be used
4785           <list>
4786             <item>when moving a file from one package to another (see
4787               <ref id="replaces">),</item>
4788             <item>when splitting a package (a special case of the previous
4789               one), or</item>
4790             <item>when the breaking package exposes a bug in or interacts
4791               badly with particular versions of the broken
4792               package.</item>
4793           </list>
4794           <tt>Conflicts</tt> should be used
4795           <list>
4796             <item>when two packages provide the same file and will
4797               continue to do so,</item>
4798             <item>in conjunction with <tt>Provides</tt> when only one
4799               package providing a given virtual facility may be installed
4800               at a time (see <ref id="virtual">),</item>
4801             <item>in other cases where one must prevent simultaneous
4802               installation of two packages for reasons that are ongoing
4803               (not fixed in a later version of one of the packages) or
4804               that must prevent both packages from being unpacked at the
4805               same time, not just configured.</item>
4806           </list>
4807           Be aware that adding <tt>Conflicts</tt> is normally not the best
4808           solution when two packages provide the same files.  Depending on
4809           the reason for that conflict, using alternatives or renaming the
4810           files is often a better approach.  See, for
4811           example, <ref id="binaries">.
4812         </p>
4813
4814         <p>
4815           A <tt>Conflicts</tt> entry may have an "earlier than" version
4816           clause if the reason for the conflict is corrected in a later
4817           version of one of the packages.  However, normally the presence
4818           of an "earlier than" version clause is a sign
4819           that <tt>Breaks</tt> should have been used instead.  An "earlier
4820           than" version clause in <tt>Conflicts</tt>
4821           prevents <prgn>dpkg</prgn> from upgrading or installing the
4822           package which declares such a conflict until the upgrade or
4823           removal of the conflicted-with package has been completed, which
4824           is a strong restriction.
4825         </p>
4826       </sect>
4827
4828       <sect id="virtual"><heading>Virtual packages - <tt>Provides</tt>
4829         </heading>
4830
4831         <p>
4832           As well as the names of actual ("concrete") packages, the
4833           package relationship fields <tt>Depends</tt>,
4834           <tt>Recommends</tt>, <tt>Suggests</tt>, <tt>Enhances</tt>,
4835           <tt>Pre-Depends</tt>, <tt>Breaks</tt>, <tt>Conflicts</tt>,
4836           <tt>Build-Depends</tt>, <tt>Build-Depends-Indep</tt>,
4837           <tt>Build-Conflicts</tt> and <tt>Build-Conflicts-Indep</tt>
4838           may mention "virtual packages".
4839         </p>
4840
4841         <p>
4842           A <em>virtual package</em> is one which appears in the
4843           <tt>Provides</tt> control file field of another package.
4844           The effect is as if the package(s) which provide a
4845           particular virtual package name had been listed by name
4846           everywhere the virtual package name appears. (See also <ref
4847             id="virtual_pkg">)
4848         </p>
4849
4850         <p>
4851           If there are both concrete and virtual packages of the same
4852           name, then the dependency may be satisfied (or the conflict
4853           caused) by either the concrete package with the name in
4854           question or any other concrete package which provides the
4855           virtual package with the name in question.  This is so that,
4856           for example, supposing we have
4857           <example compact="compact">
4858 Package: foo
4859 Depends: bar
4860           </example> and someone else releases an enhanced version of
4861           the <tt>bar</tt> package they can say:
4862           <example compact="compact">
4863 Package: bar-plus
4864 Provides: bar
4865           </example>
4866           and the <tt>bar-plus</tt> package will now also satisfy the
4867           dependency for the <tt>foo</tt> package.
4868         </p>
4869
4870         <p>
4871           If a relationship field has a version number attached, only real
4872           packages will be considered to see whether the relationship is
4873           satisfied (or the prohibition violated, for a conflict or
4874           breakage).  In other words, if a version number is specified,
4875           this is a request to ignore all <tt>Provides</tt> for that
4876           package name and consider only real packages.  The package
4877           manager will assume that a package providing that virtual
4878           package is not of the "right" version.  A <tt>Provides</tt>
4879           field may not contain version numbers, and the version number of
4880           the concrete package which provides a particular virtual package
4881           will not be considered when considering a dependency on or
4882           conflict with the virtual package name.<footnote>
4883             It is possible that a future release of <prgn>dpkg</prgn> may
4884             add the ability to specify a version number for each virtual
4885             package it provides.  This feature is not yet present,
4886             however, and is expected to be used only infrequently.
4887           </footnote>
4888         </p>
4889
4890         <p>
4891           To specify which of a set of real packages should be the default
4892           to satisfy a particular dependency on a virtual package, list
4893           the real package as an alternative before the virtual one.
4894         </p>
4895
4896         <p>
4897           If the virtual package represents a facility that can only be
4898           provided by one real package at a time, such as
4899           the <package>mail-transport-agent</package> virtual package that
4900           requires installation of a binary that would conflict with all
4901           other providers of that virtual package (see
4902           <ref id="mail-transport-agents">), all packages providing that
4903           virtual package should also declare a conflict with it
4904           using <tt>Conflicts</tt>.  This will ensure that at most one
4905           provider of that virtual package is unpacked or installed at a
4906           time.
4907         </p>
4908       </sect>
4909
4910       <sect id="replaces"><heading>Overwriting files and replacing
4911           packages - <tt>Replaces</tt></heading>
4912
4913         <p>
4914           Packages can declare in their control file that they should
4915           overwrite files in certain other packages, or completely
4916           replace other packages. The <tt>Replaces</tt> control file
4917           field has these two distinct purposes.
4918         </p>
4919
4920         <sect1><heading>Overwriting files in other packages</heading>
4921
4922           <p>
4923             It is usually an error for a package to contain files which
4924             are on the system in another package.  However, if the
4925             overwriting package declares that it <tt>Replaces</tt> the one
4926             containing the file being overwritten, then <prgn>dpkg</prgn>
4927             will replace the file from the old package with that from the
4928             new.  The file will no longer be listed as "owned" by the old
4929             package and will be taken over by the new package.
4930             Normally, <tt>Breaks</tt> should be used in conjunction
4931             with <tt>Replaces</tt>.<footnote>
4932               To see why <tt>Breaks</tt> is normally needed in addition
4933               to <tt>Replaces</tt>, consider the case of a file in the
4934               package <package>foo</package> being taken over by the
4935               package <package>foo-data</package>.
4936               <tt>Replaces</tt> will allow <package>foo-data</package> to
4937               be installed and take over that file.  However,
4938               without <tt>Breaks</tt>, nothing
4939               requires <package>foo</package> to be upgraded to a newer
4940               version that knows it does not include that file and instead
4941               depends on <package>foo-data</package>.  Nothing would
4942               prevent the new <package>foo-data</package> package from
4943               being installed and then removed, removing the file that it
4944               took over from <package>foo</package>.  After that
4945               operation, the package manager would think the system was in
4946               a consistent state, but the <package>foo</package> package
4947               would be missing one of its files.
4948             </footnote>
4949           </p>
4950
4951           <p>
4952             For example, if a package <package>foo</package> is split
4953             into <package>foo</package> and <package>foo-data</package>
4954             starting at version 1.2-3, <package>foo-data</package> would
4955             have the fields
4956             <example compact="compact">
4957 Replaces: foo (&lt;&lt; 1.2-3)
4958 Breaks: foo (&lt;&lt; 1.2-3)
4959             </example>
4960             in its control file.  The new version of the
4961             package <package>foo</package> would normally have the field
4962             <example compact="compact">
4963 Depends: foo-data (&gt;= 1.2-3)
4964             </example>
4965             (or possibly <tt>Recommends</tt> or even <tt>Suggests</tt> if
4966             the files moved into <package>foo-data</package> are not
4967             required for normal operation).
4968           </p>
4969
4970           <p>
4971             If a package is completely replaced in this way, so that
4972             <prgn>dpkg</prgn> does not know of any files it still
4973             contains, it is considered to have "disappeared".  It will
4974             be marked as not wanted on the system (selected for
4975             removal) and not installed.  Any <tt>conffile</tt>s
4976             details noted for the package will be ignored, as they
4977             will have been taken over by the overwriting package.  The
4978             package's <prgn>postrm</prgn> script will be run with a
4979             special argument to allow the package to do any final
4980             cleanup required.  See <ref id="mscriptsinstact">.
4981             <footnote>
4982               Replaces is a one way relationship.  You have to install
4983               the replacing package after the replaced package.
4984             </footnote>
4985           </p>
4986
4987           <p>
4988             For this usage of <tt>Replaces</tt>, virtual packages (see
4989             <ref id="virtual">) are not considered when looking at a
4990             <tt>Replaces</tt> field.  The packages declared as being
4991             replaced must be mentioned by their real names.
4992           </p>
4993
4994           <p>
4995             This usage of <tt>Replaces</tt> only takes effect when both
4996             packages are at least partially on the system at once.  It is
4997             not relevant if the packages conflict unless the conflict has
4998             been overridden.
4999           </p>
5000         </sect1>
5001
5002         <sect1><heading>Replacing whole packages, forcing their
5003             removal</heading>
5004
5005           <p>
5006             Second, <tt>Replaces</tt> allows the packaging system to
5007             resolve which package should be removed when there is a
5008             conflict (see <ref id="conflicts">).  This usage only takes
5009             effect when the two packages <em>do</em> conflict, so that the
5010             two usages of this field do not interfere with each other.
5011           </p>
5012
5013           <p>
5014             In this situation, the package declared as being replaced
5015             can be a virtual package, so for example, all mail
5016             transport agents (MTAs) would have the following fields in
5017             their control files:
5018             <example compact="compact">
5019 Provides: mail-transport-agent
5020 Conflicts: mail-transport-agent
5021 Replaces: mail-transport-agent
5022             </example>
5023             ensuring that only one MTA can be installed at any one
5024             time.  See <ref id="virtual"> for more information about this
5025             example.
5026         </sect1>
5027       </sect>
5028
5029       <sect id="sourcebinarydeps">
5030         <heading>Relationships between source and binary packages -
5031           <tt>Build-Depends</tt>, <tt>Build-Depends-Indep</tt>,
5032           <tt>Build-Conflicts</tt>, <tt>Build-Conflicts-Indep</tt>
5033         </heading>
5034
5035         <p>
5036           Source packages that require certain binary packages to be
5037           installed or absent at the time of building the package
5038           can declare relationships to those binary packages.
5039         </p>
5040
5041         <p>
5042           This is done using the <tt>Build-Depends</tt>,
5043           <tt>Build-Depends-Indep</tt>, <tt>Build-Conflicts</tt> and
5044           <tt>Build-Conflicts-Indep</tt> control file fields.
5045         </p>
5046
5047         <p>
5048           Build-dependencies on "build-essential" binary packages can be
5049           omitted. Please see <ref id="pkg-relations"> for more information.
5050         </p>
5051
5052         <p>
5053           The dependencies and conflicts they define must be satisfied
5054           (as defined earlier for binary packages) in order to invoke
5055           the targets in <tt>debian/rules</tt>, as follows:<footnote>
5056             <p>
5057               There is no Build-Depends-Arch; this role is essentially
5058               met with Build-Depends.  Anyone building the
5059               <tt>build-indep</tt> and binary-indep<tt></tt> targets is
5060               assumed to be building the whole package, and therefore
5061               installation of all build dependencies is required.
5062             </p>
5063             <p>
5064               The autobuilders use <tt>dpkg-buildpackage -B</tt>, which
5065               calls <tt>build</tt>, not <tt>build-arch</tt> since it does
5066               not yet know how to check for its existence, and
5067               <tt>binary-arch</tt>.  The purpose of the original split
5068               between <tt>Build-Depends</tt> and
5069               <tt>Build-Depends-Indep</tt> was so that the autobuilders
5070               wouldn't need to install extra packages needed only for the
5071               binary-indep targets.  But without a build-arch/build-indep
5072               split, this didn't work, since most of the work is done in
5073               the build target, not in the binary target.
5074             </p>
5075           </footnote>
5076           <taglist>
5077             <tag><tt>clean</tt>, <tt>build-arch</tt>, and
5078               <tt>binary-arch</tt></tag>
5079             <item>
5080               Only the <tt>Build-Depends</tt> and <tt>Build-Conflicts</tt>
5081               fields must be satisfied when these targets are invoked.
5082             </item>
5083             <tag><tt>build</tt>, <tt>build-indep</tt>, <tt>binary</tt>,
5084               and <tt>binary-indep</tt></tag>
5085             <item>
5086               The <tt>Build-Depends</tt>, <tt>Build-Conflicts</tt>,
5087               <tt>Build-Depends-Indep</tt>, and
5088               <tt>Build-Conflicts-Indep</tt> fields must be satisfied when
5089               these targets are invoked.
5090             </item>
5091           </taglist>
5092         </p>
5093       </sect>
5094     </chapt>
5095
5096
5097     <chapt id="sharedlibs"><heading>Shared libraries</heading>
5098
5099       <p>
5100         Packages containing shared libraries must be constructed with
5101         a little care to make sure that the shared library is always
5102         available.  This is especially important for packages whose
5103         shared libraries are vitally important, such as the C library
5104         (currently <tt>libc6</tt>).
5105       </p>
5106
5107       <p>
5108         Packages involving shared libraries should be split up into
5109         several binary packages. This section mostly deals with how
5110         this separation is to be accomplished; rules for files within
5111         the shared library packages are in <ref id="libraries"> instead.
5112       </p>
5113
5114       <sect id="sharedlibs-runtime">
5115         <heading>Run-time shared libraries</heading>
5116
5117       <p>
5118         The run-time shared library needs to be placed in a package
5119         whose name changes whenever the shared object version
5120         changes.<footnote>
5121             <p>
5122               Since it is common place to install several versions of a
5123               package that just provides shared libraries, it is a
5124               good idea that the library package should not
5125               contain any extraneous non-versioned files, unless they
5126               happen to be in versioned directories.</p>
5127           </footnote>
5128           The most common mechanism is to place it in a package
5129         called
5130         <package><var>libraryname</var><var>soversion</var></package>,
5131         where <file><var>soversion</var></file> is the version number
5132         in the soname of the shared library<footnote>
5133               The soname is the shared object name: it's the thing
5134               that has to match exactly between building an executable
5135               and running it for the dynamic linker to be able run the
5136               program.  For example, if the soname of the library is
5137               <file>libfoo.so.6</file>, the library package would be
5138               called <file>libfoo6</file>.
5139           </footnote>.
5140         Alternatively, if it would be confusing to directly append
5141         <var>soversion</var> to <var>libraryname</var> (e.g. because
5142         <var>libraryname</var> itself ends in a number), you may use
5143         <package><var>libraryname</var>-<var>soversion</var></package> and
5144         <package><var>libraryname</var>-<var>soversion</var>-dev</package>
5145         instead.
5146       </p>
5147
5148       <p>
5149         If you have several shared libraries built from the same
5150         source tree you may lump them all together into a single
5151         shared library package, provided that you change all of
5152         their sonames at once (so that you don't get filename
5153         clashes if you try to install different versions of the
5154         combined shared libraries package).
5155       </p>
5156
5157       <p>
5158         The package should install the shared libraries under
5159         their normal names.  For example, the <package>libgdbm3</package>
5160         package should install <file>libgdbm.so.3.0.0</file> as
5161         <file>/usr/lib/libgdbm.so.3.0.0</file>.  The files should not be
5162         renamed or re-linked by any <prgn>prerm</prgn> or
5163         <prgn>postrm</prgn> scripts; <prgn>dpkg</prgn> will take care
5164         of renaming things safely without affecting running programs,
5165         and attempts to interfere with this are likely to lead to
5166         problems.
5167       </p>
5168
5169       <p>
5170         Shared libraries should not be installed executable, since
5171         the dynamic linker does not require this and trying to
5172         execute a shared library usually results in a core dump.
5173       </p>
5174
5175       <p>
5176         The run-time library package should include the symbolic link that
5177         <prgn>ldconfig</prgn> would create for the shared libraries.
5178         For example, the <package>libgdbm3</package> package should include
5179         a symbolic link from <file>/usr/lib/libgdbm.so.3</file> to
5180         <file>libgdbm.so.3.0.0</file>.  This is needed so that the dynamic
5181         linker (for example <prgn>ld.so</prgn> or
5182         <prgn>ld-linux.so.*</prgn>) can find the library between the
5183         time that <prgn>dpkg</prgn> installs it and the time that
5184         <prgn>ldconfig</prgn> is run in the <prgn>postinst</prgn>
5185         script.<footnote>
5186             The package management system requires the library to be
5187             placed before the symbolic link pointing to it in the
5188             <file>.deb</file> file.  This is so that when
5189             <prgn>dpkg</prgn> comes to install the symlink
5190             (overwriting the previous symlink pointing at an older
5191             version of the library), the new shared library is already
5192             in place.  In the past, this was achieved by creating the
5193             library in the temporary packaging directory before
5194             creating the symlink.  Unfortunately, this was not always
5195             effective, since the building of the tar file in the
5196             <file>.deb</file> depended on the behavior of the underlying
5197             file system.  Some file systems (such as reiserfs) reorder
5198             the files so that the order of creation is forgotten.
5199             Since version 1.7.0, <prgn>dpkg</prgn>
5200             reorders the files itself as necessary when building a
5201             package.  Thus it is no longer important to concern
5202             oneself with the order of file creation.
5203         </footnote>
5204       </p>
5205
5206         <sect1 id="ldconfig">
5207           <heading><tt>ldconfig</tt></heading>
5208
5209         <p>
5210           Any package installing shared libraries in one of the default
5211           library directories of the dynamic linker (which are currently
5212           <file>/usr/lib</file> and <file>/lib</file>) or a directory that is
5213           listed in <file>/etc/ld.so.conf</file><footnote>
5214             These are currently
5215             <list compact="compact">
5216               <item>/usr/local/lib</item>
5217               <item>/usr/lib/libc5-compat</item>
5218               <item>/lib/libc5-compat</item>
5219             </list>
5220           </footnote>
5221           must use <prgn>ldconfig</prgn> to update the shared library
5222           system.
5223         </p>
5224
5225         <p>
5226             The package maintainer scripts must only call
5227             <prgn>ldconfig</prgn> under these circumstances:
5228             <list compact="compact">
5229               <item>When the <prgn>postinst</prgn> script is run with a
5230                   first argument of <tt>configure</tt>, the script must call
5231                   <prgn>ldconfig</prgn>, and may optionally invoke
5232                   <prgn>ldconfig</prgn> at other times.
5233               </item>
5234               <item>When the <prgn>postrm</prgn> script is run with a
5235                   first argument of <tt>remove</tt>, the script should call
5236                   <prgn>ldconfig</prgn>.
5237               </item>
5238             </list>
5239          <footnote>
5240             <p>
5241               During install or upgrade, the preinst is called before
5242               the new files are installed, so calling "ldconfig" is
5243               pointless.  The preinst of an existing package can also be
5244               called if an upgrade fails.  However, this happens during
5245               the critical time when a shared libs may exist on-disk
5246               under a temporary name.  Thus, it is dangerous and
5247               forbidden by current policy to call "ldconfig" at this
5248               time.
5249             </p>
5250
5251             <p>
5252               When a package is installed or upgraded, "postinst
5253               configure" runs after the new files are safely on-disk.
5254               Since it is perfectly safe to invoke ldconfig
5255               unconditionally in a postinst, it is OK for a package to
5256               simply put ldconfig in its postinst without checking the
5257               argument.  The postinst can also be called to recover from
5258               a failed upgrade.  This happens before any new files are
5259               unpacked, so there is no reason to call "ldconfig" at this
5260               point.
5261             </p>
5262
5263             <p>
5264               For a package that is being removed, prerm is
5265               called with all the files intact, so calling ldconfig is
5266               useless.  The other calls to "prerm" happen in the case of
5267               upgrade at a time when all the files of the old package
5268               are on-disk, so again calling "ldconfig" is pointless.
5269             </p>
5270
5271             <p>
5272               postrm, on the other hand, is called with the "remove"
5273               argument just after the files are removed, so this is
5274               the proper time to call "ldconfig" to notify the system
5275               of the fact that the shared libraries from the package
5276               are removed.  The postrm can be called at several other
5277               times.  At the time of "postrm purge", "postrm
5278               abort-install", or "postrm abort-upgrade", calling
5279               "ldconfig" is useless because the shared lib files are
5280               not on-disk.  However, when "postrm" is invoked with
5281               arguments "upgrade", "failed-upgrade", or "disappear", a
5282               shared lib may exist on-disk under a temporary filename.
5283             </p>
5284           </footnote>
5285         </p>
5286         </sect1>
5287
5288       </sect>
5289
5290       <sect id="sharedlibs-support-files">
5291         <heading>Shared library support files</heading>
5292
5293         <p>
5294           If your package contains files whose names do not change with
5295           each change in the library shared object version, you must not
5296           put them in the shared library package.  Otherwise, several
5297           versions of the shared library cannot be installed at the same
5298           time without filename clashes, making upgrades and transitions
5299           unnecessarily difficult.
5300         </p>
5301
5302         <p>
5303           It is recommended that supporting files and run-time support
5304           programs that do not need to be invoked manually by users, but
5305           are nevertheless required for the package to function, be placed
5306           (if they are binary) in a subdirectory of <file>/usr/lib</file>,
5307           preferably under <file>/usr/lib/</file><var>package-name</var>.
5308           If the program or file is architecture independent, the
5309           recommendation is for it to be placed in a subdirectory of
5310           <file>/usr/share</file> instead, preferably under
5311           <file>/usr/share/</file><var>package-name</var>.  Following the
5312           <var>package-name</var> naming convention ensures that the file
5313           names change when the shared object version changes.
5314         </p>
5315
5316         <p>
5317           Run-time support programs that use the shared library but are
5318           not required for the library to function or files used by the
5319           shared library that can be used by any version of the shared
5320           library package should instead be put in a separate package.
5321           This package might typically be named
5322           <package><var>libraryname</var>-tools</package>; note the
5323           absence of the <var>soversion</var> in the package name.
5324         </p>
5325
5326         <p>
5327           Files and support programs only useful when compiling software
5328           against the library should be included in the development
5329           package for the library.<footnote>
5330             For example, a <file><var>package-name</var>-config</file>
5331             script or <package>pkg-config</package> configuration files.
5332           </footnote>
5333         </p>
5334       </sect>
5335
5336       <sect id="sharedlibs-static">
5337         <heading>Static libraries</heading>
5338
5339       <p>
5340         The static library (<file><var>libraryname.a</var></file>)
5341         is usually provided in addition to the shared version.
5342         It is placed into the development package (see below).
5343       </p>
5344
5345       <p>
5346         In some cases, it is acceptable for a library to be
5347         available in static form only; these cases include:
5348         <list>
5349           <item>libraries for languages whose shared library support
5350                 is immature or unstable</item>
5351           <item>libraries whose interfaces are in flux or under
5352                 development (commonly the case when the library's
5353                 major version number is zero, or where the ABI breaks
5354                 across patchlevels)</item>
5355           <item>libraries which are explicitly intended to be
5356                 available only in static form by their upstream
5357                 author(s)</item>
5358         </list>
5359       </p>
5360
5361       <sect id="sharedlibs-dev">
5362         <heading>Development files</heading>
5363
5364       <p>
5365         If there are development files associated with a shared library,
5366         the source package needs to generate a binary development package
5367         named <package><var>libraryname</var><var>soversion</var>-dev</package>,
5368         or if you prefer only to support one development version at a
5369         time, <package><var>libraryname</var>-dev</package>.  Installing
5370         the development package must result in installation of all the
5371         development files necessary for compiling programs against that
5372         shared library.<footnote>
5373           This wording allows the development files to be split into
5374           several packages, such as a separate architecture-independent
5375           <package><var>libraryname</var>-headers</package>, provided that
5376           the development package depends on all the required additional
5377           packages.
5378         </footnote>
5379       </p>
5380
5381       <p>
5382         In case several development versions of a library exist, you may
5383         need to use <prgn>dpkg</prgn>'s Conflicts mechanism (see
5384         <ref id="conflicts">) to ensure that the user only installs one
5385         development version at a time (as different development versions are
5386         likely to have the same header files in them, which would cause a
5387         filename clash if both were installed).
5388       </p>
5389
5390       <p>
5391         The development package should contain a symlink for the associated
5392         shared library without a version number. For example, the
5393         <package>libgdbm-dev</package> package should include a symlink
5394         from <file>/usr/lib/libgdbm.so</file> to
5395         <file>libgdbm.so.3.0.0</file>.  This symlink is needed by the linker
5396         (<prgn>ld</prgn>) when compiling packages, as it will only look for
5397         <file>libgdbm.so</file> when compiling dynamically.
5398       </p>
5399       </sect>
5400
5401       <sect id="sharedlibs-intradeps">
5402         <heading>Dependencies between the packages of the same library</heading>
5403
5404         <p>
5405           Typically the development version should have an exact
5406           version dependency on the runtime library, to make sure that
5407           compilation and linking happens correctly.  The
5408           <tt>${binary:Version}</tt> substitution variable can be
5409           useful for this purpose.
5410           <footnote>
5411             Previously, <tt>${Source-Version}</tt> was used, but its name
5412             was confusing and it has been deprecated since dpkg 1.13.19.
5413           </footnote>
5414         </p>
5415       </sect>
5416
5417       <sect id="sharedlibs-shlibdeps">
5418         <heading>Dependencies between the library and other packages -
5419         the <tt>shlibs</tt> system</heading>
5420
5421         <p>
5422           If a package contains a binary or library which links to a
5423           shared library, we must ensure that when the package is
5424           installed on the system, all of the libraries needed are
5425           also installed.  This requirement led to the creation of the
5426           <tt>shlibs</tt> system, which is very simple in its design:
5427           any package which <em>provides</em> a shared library also
5428           provides information on the package dependencies required to
5429           ensure the presence of this library, and any package which
5430           <em>uses</em> a shared library uses this information to
5431           determine the dependencies it requires.  The files which
5432           contain the mapping from shared libraries to the necessary
5433           dependency information are called <file>shlibs</file> files.
5434         </p>
5435
5436         <p>
5437           When a package is built which contains any shared libraries, it
5438           must provide a <file>shlibs</file> file for other packages to
5439           use.  When a package is built which contains any shared
5440           libraries or compiled binaries, it must run
5441           <qref id="pkg-dpkg-shlibdeps"><prgn>dpkg-shlibdeps</prgn></qref>
5442           on these to determine the libraries used and hence the
5443           dependencies needed by this package.<footnote>
5444             <p>
5445               <prgn>dpkg-shlibdeps</prgn> will use a program
5446               like <prgn>objdump</prgn> or <prgn>readelf</prgn> to find
5447               the libraries directly needed by the binaries or shared
5448               libraries in the package.
5449             </p>
5450
5451             <p>
5452               We say that a binary <tt>foo</tt> <em>directly</em> uses
5453               a library <tt>libbar</tt> if it is explicitly linked
5454               with that library (that is, the library is listed in the ELF
5455               <tt>NEEDED</tt> attribute, caused by adding <tt>-lbar</tt>
5456               to the link line when the binary is created).  Other
5457               libraries that are needed by <tt>libbar</tt> are linked
5458               <em>indirectly</em> to <tt>foo</tt>, and the dynamic
5459               linker will load them automatically when it loads
5460               <tt>libbar</tt>.  A package should depend on the libraries
5461               it directly uses, but not the libraries it indirectly uses.
5462               The dependencies for those libraries will automatically pull
5463               in the other libraries.
5464             </p>
5465
5466             <p>
5467               A good example of where this helps is the following.  We
5468               could update <tt>libimlib</tt> with a new version that
5469               supports a new graphics format called dgf (but retaining the
5470               same major version number) and depends on <tt>libdgf</tt>.
5471               If we used <prgn>ldd</prgn> to add dependencies for every
5472               library directly or indirectly linked with a binary, every
5473               package that uses <tt>libimlib</tt> would need to be
5474               recompiled so it would also depend on <tt>libdgf</tt> or it
5475               wouldn't run due to missing symbols.  Since dependencies are
5476               only added based on ELF <tt>NEEDED</tt> attribute, packages
5477               using <tt>libimlib</tt> can rely on <tt>libimlib</tt> itself
5478               having the dependency on <tt>libdgf</tt> and so they would
5479               not need rebuilding.
5480             </p>
5481           </footnote>
5482         </p>
5483
5484         <p>
5485           In the following sections, we will first describe where the
5486           various <tt>shlibs</tt> files are to be found, then how to
5487           use <prgn>dpkg-shlibdeps</prgn>, and finally the <tt>shlibs</tt>
5488           file format and how to create them if your package contains a
5489           shared library.
5490         </p>
5491
5492       <sect1>
5493         <heading>The <tt>shlibs</tt> files present on the system</heading>
5494
5495         <p>
5496           There are several places where <tt>shlibs</tt> files are
5497           found.  The following list gives them in the order in which
5498           they are read by
5499           <qref id="pkg-dpkg-shlibdeps"><prgn>dpkg-shlibdeps</prgn></qref>.
5500           (The first one which gives the required information is used.)
5501         </p>
5502
5503         <p>
5504           <list>
5505             <item>
5506               <p><file>debian/shlibs.local</file></p>
5507
5508               <p>
5509                 This lists overrides for this package.  This file should
5510                 normally not be used, but may be needed temporarily in
5511                 unusual situations to work around bugs in other packages,
5512                 or in unusual cases where the normally declared dependency
5513                 information in the installed <file>shlibs</file> file for
5514                 a library cannot be used.  This file overrides information
5515                 obtained from any other source.
5516               </p>
5517             </item>
5518
5519             <item>
5520               <p><file>/etc/dpkg/shlibs.override</file></p>
5521
5522               <p>
5523                 This lists global overrides.  This list is normally
5524                 empty.  It is maintained by the local system
5525                 administrator.
5526               </p>
5527             </item>
5528
5529             <item>
5530               <p><file>DEBIAN/shlibs</file> files in the "build directory"</p>
5531
5532               <p>
5533                 When packages are being built,
5534                 any <file>debian/shlibs</file> files are copied into the
5535                 control file area of the temporary build directory and
5536                 given the name <file>shlibs</file>.  These files give
5537                 details of any shared libraries included in the same
5538                 package.<footnote>
5539                   An example may help here.  Let us say that the source
5540                   package <tt>foo</tt> generates two binary
5541                   packages, <tt>libfoo2</tt> and <tt>foo-runtime</tt>.
5542                   When building the binary packages, the two packages are
5543                   created in the directories <file>debian/libfoo2</file>
5544                   and <file>debian/foo-runtime</file> respectively.
5545                   (<file>debian/tmp</file> could be used instead of one of
5546                   these.)  Since <tt>libfoo2</tt> provides the
5547                   <tt>libfoo</tt> shared library, it will require a
5548                   <tt>shlibs</tt> file, which will be installed in
5549                   <file>debian/libfoo2/DEBIAN/shlibs</file>, eventually to
5550                   become <file>/var/lib/dpkg/info/libfoo2.shlibs</file>.
5551                   When <prgn>dpkg-shlibdeps</prgn> is run on the
5552                   executable <file>debian/foo-runtime/usr/bin/foo-prog</file>,
5553                   it will examine
5554                   the <file>debian/libfoo2/DEBIAN/shlibs</file> file to
5555                   determine whether <tt>foo-prog</tt>'s library
5556                   dependencies are satisfied by any of the libraries
5557                   provided by <tt>libfoo2</tt>.  For this reason,
5558                   <prgn>dpkg-shlibdeps</prgn> must only be run once all of
5559                   the individual binary packages' <tt>shlibs</tt> files
5560                   have been installed into the build directory.
5561                 </footnote>
5562               </p>
5563             </item>
5564
5565             <item>
5566               <p><file>/var/lib/dpkg/info/*.shlibs</file></p>
5567
5568               <p>
5569                 These are the <file>shlibs</file> files corresponding to
5570                 all of the packages installed on the system, and are
5571                 maintained by the relevant package maintainers.
5572               </p>
5573             </item>
5574
5575             <item>
5576               <p><file>/etc/dpkg/shlibs.default</file></p>
5577
5578               <p>
5579                 This file lists any shared libraries whose packages
5580                 have failed to provide correct <file>shlibs</file> files.
5581                 It was used when the <file>shlibs</file> setup was first
5582                 introduced, but it is now normally empty.  It is
5583                 maintained by the <tt>dpkg</tt> maintainer.
5584               </p>
5585             </item>
5586           </list>
5587         </p>
5588       </sect1>
5589
5590       <sect1>
5591         <heading>How to use <prgn>dpkg-shlibdeps</prgn> and the
5592             <file>shlibs</file> files</heading>
5593
5594         <p>
5595           Put a call to
5596           <qref id="pkg-dpkg-shlibdeps"><prgn>dpkg-shlibdeps</prgn></qref>
5597           into your <file>debian/rules</file> file.  If your package
5598           contains only compiled binaries and libraries (but no scripts),
5599           you can use a command such as:
5600           <example compact="compact">
5601 dpkg-shlibdeps debian/tmp/usr/bin/* debian/tmp/usr/sbin/* \
5602   debian/tmp/usr/lib/*
5603           </example>
5604           Otherwise, you will need to explicitly list the compiled
5605           binaries and libraries.<footnote>
5606             If you are using <tt>debhelper</tt>, the
5607             <prgn>dh_shlibdeps</prgn> program will do this work for you.
5608             It will also correctly handle multi-binary packages.
5609           </footnote>
5610         </p>
5611
5612         <p>
5613           This command puts the dependency information into the
5614           <file>debian/substvars</file> file, which is then used by
5615           <prgn>dpkg-gencontrol</prgn>.  You will need to place a
5616           <tt>${shlibs:Depends}</tt> variable in the <tt>Depends</tt>
5617           field in the control file for this to work.
5618         </p>
5619
5620         <p>
5621           If you have multiple binary packages, you will need to call
5622           <prgn>dpkg-shlibdeps</prgn> on each one which contains
5623           compiled libraries or binaries.  In such a case, you will
5624           need to use the <tt>-T</tt> option to the <tt>dpkg</tt>
5625           utilities to specify a different <file>substvars</file> file.
5626         </p>
5627
5628         <p>
5629           If you are creating a udeb for use in the Debian Installer,
5630           you will need to specify that <prgn>dpkg-shlibdeps</prgn>
5631           should use the dependency line of type <tt>udeb</tt> by
5632           adding the <tt>-tudeb</tt> option<footnote>
5633             <prgn>dh_shlibdeps</prgn> from the <tt>debhelper</tt> suite
5634             will automatically add this option if it knows it is
5635             processing a udeb.
5636           </footnote>. If there is no dependency line of
5637           type <tt>udeb</tt> in the <file>shlibs</file>
5638           file, <prgn>dpkg-shlibdeps</prgn> will fall back to the regular
5639           dependency line.
5640         </p>
5641
5642         <p>
5643           For more details on <prgn>dpkg-shlibdeps</prgn>, please see
5644           <ref id="pkg-dpkg-shlibdeps"> and
5645           <manref name="dpkg-shlibdeps" section="1">.
5646         </p>
5647       </sect1>
5648
5649       <sect1 id="shlibs">
5650         <heading>The <file>shlibs</file> File Format</heading>
5651
5652         <p>
5653           Each <file>shlibs</file> file has the same format.  Lines
5654           beginning with <tt>#</tt> are considered to be comments and
5655           are ignored.  Each line is of the form:
5656           <example compact="compact">
5657 [<var>type</var>: ]<var>library-name</var> <var>soname-version</var> <var>dependencies ...</var>
5658           </example>
5659         </p>
5660
5661         <p>
5662           We will explain this by reference to the example of the
5663           <tt>zlib1g</tt> package, which (at the time of writing)
5664           installs the shared library <file>/usr/lib/libz.so.1.1.3</file>.
5665         </p>
5666
5667         <p>
5668           <var>type</var> is an optional element that indicates the type
5669           of package for which the line is valid. The only type currently
5670           in use is <tt>udeb</tt>. The colon and space after the type are
5671           required.
5672         </p>
5673
5674         <p>
5675           <var>library-name</var> is the name of the shared library,
5676           in this case <tt>libz</tt>.  (This must match the name part
5677           of the soname, see below.)
5678         </p>
5679
5680         <p>
5681           <var>soname-version</var> is the version part of the soname of
5682           the library.  The soname is the thing that must exactly match
5683           for the library to be recognized by the dynamic linker, and is
5684           usually of the form
5685           <tt><var>name</var>.so.<var>major-version</var></tt>, in our
5686           example, <tt>libz.so.1</tt>.<footnote>
5687             This can be determined using the command
5688             <example compact="compact">
5689 objdump -p /usr/lib/libz.so.1.1.3 | grep SONAME
5690             </example>
5691           </footnote>
5692           The version part is the part which comes after
5693           <tt>.so.</tt>, so in our case, it is <tt>1</tt>.  The soname may
5694           instead be of the form
5695           <tt><var>name</var>-<var>major-version</var>.so</tt>, such
5696           as <tt>libdb-4.8.so</tt>, in which case the name would
5697           be <tt>libdb</tt> and the version would be <tt>4.8</tt>.
5698         </p>
5699
5700         <p>
5701           <var>dependencies</var> has the same syntax as a dependency
5702           field in a binary package control file.  It should give
5703           details of which packages are required to satisfy a binary
5704           built against the version of the library contained in the
5705           package.  See <ref id="depsyntax"> for details.
5706         </p>
5707
5708         <p>
5709           In our example, if the first version of the <tt>zlib1g</tt>
5710           package which contained a minor number of at least
5711           <tt>1.3</tt> was <var>1:1.1.3-1</var>, then the
5712           <tt>shlibs</tt> entry for this library could say:
5713           <example compact="compact">
5714 libz 1 zlib1g (>= 1:1.1.3)
5715           </example>
5716           The version-specific dependency is to avoid warnings from
5717           the dynamic linker about using older shared libraries with
5718           newer binaries.
5719         </p>
5720
5721         <p>
5722           As zlib1g also provides a udeb containing the shared library,
5723           there would also be a second line:
5724           <example compact="compact">
5725 udeb: libz 1 zlib1g-udeb (>= 1:1.1.3)
5726           </example>
5727         </p>
5728       </sect1>
5729
5730       <sect1>
5731         <heading>Providing a <file>shlibs</file> file</heading>
5732
5733         <p>
5734           If your package provides a shared library, you need to create
5735           a <file>shlibs</file> file following the format described above.
5736           It is usual to call this file <file>debian/shlibs</file> (but if
5737           you have multiple binary packages, you might want to call it
5738           <file>debian/shlibs.<var>package</var></file> instead).  Then
5739           let <file>debian/rules</file> install it in the control area:
5740           <example compact="compact">
5741 install -m644 debian/shlibs debian/tmp/DEBIAN
5742           </example>
5743           or, in the case of a multi-binary package:
5744           <example compact="compact">
5745 install -m644 debian/shlibs.<var>package</var> debian/<var>package</var>/DEBIAN/shlibs
5746           </example>
5747           An alternative way of doing this is to create the
5748           <file>shlibs</file> file in the control area directly from
5749           <file>debian/rules</file> without using a <file>debian/shlibs</file>
5750           file at all,<footnote>
5751             This is what <prgn>dh_makeshlibs</prgn> in
5752             the <package>debhelper</package> suite does. If your package
5753             also has a udeb that provides a shared
5754             library, <prgn>dh_makeshlibs</prgn> can automatically generate
5755             the <tt>udeb:</tt> lines if you specify the name of the udeb
5756             with the <tt>--add-udeb</tt> option.
5757           </footnote>
5758           since the <file>debian/shlibs</file> file itself is ignored by
5759           <prgn>dpkg-shlibdeps</prgn>.
5760         </p>
5761
5762         <p>
5763           As <prgn>dpkg-shlibdeps</prgn> reads the
5764           <file>DEBIAN/shlibs</file> files in all of the binary packages
5765           being built from this source package, all of the
5766           <file>DEBIAN/shlibs</file> files should be installed before
5767           <prgn>dpkg-shlibdeps</prgn> is called on any of the binary
5768           packages.
5769         </p>
5770       </sect1>
5771       </sect>
5772     </chapt>
5773
5774
5775     <chapt id="opersys"><heading>The Operating System</heading>
5776
5777       <sect>
5778         <heading>File system hierarchy</heading>
5779
5780
5781         <sect1 id="fhs">
5782           <heading>File System Structure</heading>
5783
5784           <p>
5785             The location of all installed files and directories must
5786             comply with the Filesystem Hierarchy Standard (FHS),
5787             version 2.3, with the exceptions noted below, and except
5788             where doing so would violate other terms of Debian
5789             Policy.  The following exceptions to the FHS apply:
5790
5791             <enumlist>
5792               <item>
5793                 <p>
5794                   The optional rules related to user specific
5795                   configuration files for applications are stored in
5796                   the user's home directory are relaxed.  It is
5797                   recommended that such files start with the
5798                   '<tt>.</tt>' character (a "dot file"), and if an
5799                   application needs to create more than one dot file
5800                   then the preferred placement is in a subdirectory
5801                   with a name starting with a '.' character, (a "dot
5802                   directory"). In this case it is recommended the
5803                   configuration files not start with the '.'
5804                   character.
5805                 </p>
5806               </item>
5807               <item>
5808                 <p>
5809                   The requirement for amd64 to use <file>/lib64</file>
5810                   for 64 bit binaries is removed.
5811                 </p>
5812               </item>
5813               <item>
5814                 <p>
5815                   The requirement for object files, internal binaries, and
5816                   libraries, including <file>libc.so.*</file>, to be located
5817                   directly under <file>/lib{,32}</file> and
5818                   <file>/usr/lib{,32}</file> is amended, permitting files
5819                   to instead be installed to
5820                   <file>/lib/<var>triplet</var></file> and
5821                   <file>/usr/lib/<var>triplet</var></file>, where
5822                   <tt><var>triplet</var></tt> is the value returned by
5823                   <tt>dpkg-architecture -qDEB_HOST_GNU_TYPE</tt> for the
5824                   architecture of the package.  Packages may <em>not</em>
5825                   install files to any <var>triplet</var> path other
5826                   than the one matching the architecture of that package;
5827                   for instance, an <tt>Architecture: amd64</tt> package
5828                   containing 32-bit x86 libraries may not install these
5829                   libraries to <file>/usr/lib/i486-linux-gnu</file>.
5830                   <footnote>
5831                     This is necessary in order to reserve the directories for
5832                     use in cross-installation of library packages from other
5833                     architectures, as part of the planned deployment of
5834                     <tt>multiarch</tt>.
5835                   </footnote>
5836                 </p>
5837                 <p>
5838                   Applications may also use a single subdirectory under
5839                   <file>/usr/lib/<var>triplet</var></file>.
5840                 </p>
5841                 <p>
5842                   The execution time linker/loader, ld*, must still be made
5843                   available in the existing location under /lib or /lib64
5844                   since this is part of the ELF ABI for the architecture.
5845                 </p>
5846               </item>
5847               <item>
5848                 <p>
5849                   The requirement that
5850                   <file>/usr/local/share/man</file> be "synonymous"
5851                   with <file>/usr/local/man</file> is relaxed to a
5852                   recommendation</p>
5853               </item>
5854               <item>
5855                 <p>
5856                   The requirement that windowmanagers with a single
5857                   configuration file call it <file>system.*wmrc</file>
5858                   is removed, as is the restriction that the window
5859                   manager subdirectory be named identically to the
5860                   window manager name itself.
5861                 </p>
5862               </item>
5863               <item>
5864                 <p>
5865                   The requirement that boot manager configuration
5866                   files live in <file>/etc</file>, or at least are
5867                   symlinked there, is relaxed to a recommendation.
5868                 </p>
5869               </item>
5870               <item>
5871                 <p>
5872                   The following directories in the root filesystem are
5873                   additionally allowed: <file>/sys</file> and
5874                   <file>/selinux</file>. <footnote>These directories
5875                   are used as mount points to mount virtual filesystems
5876                   to get access to kernel information.</footnote>
5877                 </p>
5878               </item>
5879             </enumlist>
5880
5881           </p>
5882           <p>
5883             The version of this document referred here can be
5884             found in the <tt>debian-policy</tt> package or on <url
5885             id="http://www.debian.org/doc/packaging-manuals/fhs/"
5886               name="FHS (Debian copy)"> alongside this manual (or, if
5887             you have the <package>debian-policy</package> installed,
5888             you can try <url
5889               id="file:///usr/share/doc/debian-policy/fhs/" name="FHS
5890               (local copy)">). The
5891             latest version, which may be a more recent version, may
5892             be found on
5893             <url id="http://www.pathname.com/fhs/" name="FHS (upstream)">.
5894             Specific questions about following the standard may be
5895             asked on the <tt>debian-devel</tt> mailing list, or
5896             referred to the FHS mailing list (see the
5897             <url id="http://www.pathname.com/fhs/" name="FHS web site"> for
5898             more information).
5899           </p>
5900         </sect1>
5901
5902         <sect1>
5903           <heading>Site-specific programs</heading>
5904
5905           <p>
5906             As mandated by the FHS, packages must not place any
5907             files in <file>/usr/local</file>, either by putting them in
5908             the file system archive to be unpacked by <prgn>dpkg</prgn>
5909             or by manipulating them in their maintainer scripts.
5910           </p>
5911
5912           <p>
5913             However, the package may create empty directories below
5914             <file>/usr/local</file> so that the system administrator knows
5915             where to place site-specific files.  These are not
5916             directories <em>in</em> <file>/usr/local</file>, but are
5917             children of directories in <file>/usr/local</file>.  These
5918             directories (<file>/usr/local/*/dir/</file>)
5919             should be removed on package removal if they are
5920             empty.
5921           </p>
5922
5923           <p>
5924             Note that this applies only to
5925             directories <em>below</em> <file>/usr/local</file>,
5926             not <em>in</em> <file>/usr/local</file>.  Packages must
5927             not create sub-directories in the
5928             directory <file>/usr/local</file> itself, except those
5929             listed in FHS, section 4.5.  However, you may create
5930             directories below them as you wish. You must not remove
5931             any of the directories listed in 4.5, even if you created
5932             them.
5933           </p>
5934
5935           <p>
5936             Since <file>/usr/local</file> can be mounted read-only from a
5937             remote server, these directories must be created and
5938             removed by the <prgn>postinst</prgn> and <prgn>prerm</prgn>
5939             maintainer scripts and not be included in the
5940             <file>.deb</file> archive.  These scripts must not fail if
5941             either of these operations fail.
5942           </p>
5943
5944           <p>
5945             For example, the <tt>emacsen-common</tt> package could
5946             contain something like
5947             <example compact="compact">
5948 if [ ! -e /usr/local/share/emacs ]
5949 then
5950   if mkdir /usr/local/share/emacs 2>/dev/null
5951   then
5952     chown root:staff /usr/local/share/emacs
5953     chmod 2775 /usr/local/share/emacs
5954   fi
5955 fi
5956             </example>
5957             in its <prgn>postinst</prgn> script, and
5958             <example compact="compact">
5959 rmdir /usr/local/share/emacs/site-lisp 2>/dev/null || true
5960 rmdir /usr/local/share/emacs 2>/dev/null || true
5961             </example>
5962             in the <prgn>prerm</prgn> script.  (Note that this form is
5963             used to ensure that if the script is interrupted, the
5964             directory <file>/usr/local/share/emacs</file> will still be
5965             removed.)
5966           </p>
5967
5968           <p>
5969             If you do create a directory in <file>/usr/local</file> for
5970             local additions to a package, you should ensure that
5971             settings in <file>/usr/local</file> take precedence over the
5972             equivalents in <file>/usr</file>.
5973           </p>
5974
5975           <p>
5976             However, because <file>/usr/local</file> and its contents are
5977             for exclusive use of the local administrator, a package
5978             must not rely on the presence or absence of files or
5979             directories in <file>/usr/local</file> for normal operation.
5980           </p>
5981
5982           <p>
5983             The <file>/usr/local</file> directory itself and all the
5984             subdirectories created by the package should (by default) have
5985             permissions 2775 (group-writable and set-group-id) and be
5986             owned by <tt>root:staff</tt>.
5987           </p>
5988         </sect1>
5989
5990         <sect1>
5991           <heading>The system-wide mail directory</heading>
5992           <p>
5993             The system-wide mail directory
5994             is <file>/var/mail</file>. This directory is part of the
5995             base system and should not be owned by any particular mail
5996             agents.  The use of the old
5997             location <file>/var/spool/mail</file> is deprecated, even
5998             though the spool may still be physically located there.
5999           </p>
6000         </sect1>
6001       </sect>
6002
6003       <sect>
6004         <heading>Users and groups</heading>
6005
6006         <sect1>
6007           <heading>Introduction</heading>
6008           <p>
6009             The Debian system can be configured to use either plain or
6010             shadow passwords.
6011           </p>
6012
6013           <p>
6014             Some user ids (UIDs) and group ids (GIDs) are reserved
6015             globally for use by certain packages.  Because some
6016             packages need to include files which are owned by these
6017             users or groups, or need the ids compiled into binaries,
6018             these ids must be used on any Debian system only for the
6019             purpose for which they are allocated. This is a serious
6020             restriction, and we should avoid getting in the way of
6021             local administration policies. In particular, many sites
6022             allocate users and/or local system groups starting at 100.
6023           </p>
6024
6025           <p>
6026             Apart from this we should have dynamically allocated ids,
6027             which should by default be arranged in some sensible
6028             order, but the behavior should be configurable.
6029           </p>
6030
6031           <p>
6032             Packages other than <tt>base-passwd</tt> must not modify
6033             <file>/etc/passwd</file>, <file>/etc/shadow</file>,
6034             <file>/etc/group</file> or <file>/etc/gshadow</file>.
6035           </p>
6036         </sect1>
6037
6038         <sect1>
6039           <heading>UID and GID classes</heading>
6040           <p>
6041             The UID and GID numbers are divided into classes as
6042             follows:
6043             <taglist>
6044               <tag>0-99:</tag>
6045               <item>
6046                 <p>
6047                   Globally allocated by the Debian project, the same
6048                   on every Debian system.  These ids will appear in
6049                   the <file>passwd</file> and <file>group</file> files of all
6050                   Debian systems, new ids in this range being added
6051                   automatically as the <tt>base-passwd</tt> package is
6052                   updated.
6053                 </p>
6054
6055                 <p>
6056                   Packages which need a single statically allocated
6057                   uid or gid should use one of these; their
6058                   maintainers should ask the <tt>base-passwd</tt>
6059                   maintainer for ids.
6060                 </p>
6061               </item>
6062
6063               <tag>100-999:</tag>
6064               <item>
6065                 <p>
6066                   Dynamically allocated system users and groups.
6067                   Packages which need a user or group, but can have
6068                   this user or group allocated dynamically and
6069                   differently on each system, should use <tt>adduser
6070                   --system</tt> to create the group and/or user.
6071                   <prgn>adduser</prgn> will check for the existence of
6072                   the user or group, and if necessary choose an unused
6073                   id based on the ranges specified in
6074                   <file>adduser.conf</file>.
6075                 </p>
6076               </item>
6077
6078               <tag>1000-59999:</tag>
6079               <item>
6080                 <p>
6081                   Dynamically allocated user accounts.  By default
6082                   <prgn>adduser</prgn> will choose UIDs and GIDs for
6083                   user accounts in this range, though
6084                   <file>adduser.conf</file> may be used to modify this
6085                   behavior.
6086                 </p>
6087               </item>
6088
6089               <tag>60000-64999:</tag>
6090               <item>
6091                 <p>
6092                   Globally allocated by the Debian project, but only
6093                   created on demand. The ids are allocated centrally
6094                   and statically, but the actual accounts are only
6095                   created on users' systems on demand.
6096                 </p>
6097
6098                 <p>
6099                   These ids are for packages which are obscure or
6100                   which require many statically-allocated ids.  These
6101                   packages should check for and create the accounts in
6102                   <file>/etc/passwd</file> or <file>/etc/group</file> (using
6103                   <prgn>adduser</prgn> if it has this facility) if
6104                   necessary.  Packages which are likely to require
6105                   further allocations should have a "hole" left after
6106                   them in the allocation, to give them room to
6107                   grow.
6108                 </p>
6109               </item>
6110
6111               <tag>65000-65533:</tag>
6112               <item>
6113                 <p>Reserved.</p>
6114               </item>
6115
6116               <tag>65534:</tag>
6117               <item>
6118                 <p>
6119                   User <tt>nobody</tt>. The corresponding gid refers
6120                   to the group <tt>nogroup</tt>.
6121                 </p>
6122               </item>
6123
6124               <tag>65535:</tag>
6125               <item>
6126                 <p>
6127                   <tt>(uid_t)(-1) == (gid_t)(-1)</tt> <em>must
6128                   not</em> be used, because it is the error return
6129                   sentinel value.
6130                 </p>
6131               </item>
6132             </taglist>
6133           </p>
6134         </sect1>
6135       </sect>
6136
6137       <sect id="sysvinit">
6138         <heading>System run levels and <file>init.d</file> scripts</heading>
6139
6140         <sect1 id="/etc/init.d">
6141           <heading>Introduction</heading>
6142
6143           <p>
6144             The <file>/etc/init.d</file> directory contains the scripts
6145             executed by <prgn>init</prgn> at boot time and when the
6146             init state (or "runlevel") is changed (see <manref
6147             name="init" section="8">).
6148           </p>
6149
6150           <p>
6151             There are at least two different, yet functionally
6152             equivalent, ways of handling these scripts.  For the sake
6153             of simplicity, this document describes only the symbolic
6154             link method. However, it must not be assumed by maintainer
6155             scripts that this method is being used, and any automated
6156             manipulation of the various runlevel behaviors by
6157             maintainer scripts must be performed using
6158             <prgn>update-rc.d</prgn> as described below and not by
6159             manually installing or removing symlinks.  For information
6160             on the implementation details of the other method,
6161             implemented in the <tt>file-rc</tt> package, please refer
6162             to the documentation of that package.
6163           </p>
6164
6165           <p>
6166             These scripts are referenced by symbolic links in the
6167             <file>/etc/rc<var>n</var>.d</file> directories.  When changing
6168             runlevels, <prgn>init</prgn> looks in the directory
6169             <file>/etc/rc<var>n</var>.d</file> for the scripts it should
6170             execute, where <tt><var>n</var></tt> is the runlevel that
6171             is being changed to, or <tt>S</tt> for the boot-up
6172             scripts.
6173           </p>
6174
6175           <p>
6176             The names of the links all have the form
6177             <file>S<var>mm</var><var>script</var></file> or
6178             <file>K<var>mm</var><var>script</var></file> where
6179             <var>mm</var> is a two-digit number and <var>script</var>
6180             is the name of the script (this should be the same as the
6181             name of the actual script in <file>/etc/init.d</file>).
6182           </p>
6183
6184           <p>
6185             When <prgn>init</prgn> changes runlevel first the targets
6186             of the links whose names start with a <tt>K</tt> are
6187             executed, each with the single argument <tt>stop</tt>,
6188             followed by the scripts prefixed with an <tt>S</tt>, each
6189             with the single argument <tt>start</tt>.  (The links are
6190             those in the <file>/etc/rc<var>n</var>.d</file> directory
6191             corresponding to the new runlevel.)  The <tt>K</tt> links
6192             are responsible for killing services and the <tt>S</tt>
6193             link for starting services upon entering the runlevel.
6194           </p>
6195
6196           <p>
6197             For example, if we are changing from runlevel 2 to
6198             runlevel 3, init will first execute all of the <tt>K</tt>
6199             prefixed scripts it finds in <file>/etc/rc3.d</file>, and then
6200             all of the <tt>S</tt> prefixed scripts in that directory.
6201             The links starting with <tt>K</tt> will cause the
6202             referred-to file to be executed with an argument of
6203             <tt>stop</tt>, and the <tt>S</tt> links with an argument
6204             of <tt>start</tt>.
6205           </p>
6206
6207           <p>
6208             The two-digit number <var>mm</var> is used to determine
6209             the order in which to run the scripts: low-numbered links
6210             have their scripts run first.  For example, the
6211             <tt>K20</tt> scripts will be executed before the
6212             <tt>K30</tt> scripts.  This is used when a certain service
6213             must be started before another.  For example, the name
6214             server <prgn>bind</prgn> might need to be started before
6215             the news server <prgn>inn</prgn> so that <prgn>inn</prgn>
6216             can set up its access lists.  In this case, the script
6217             that starts <prgn>bind</prgn> would have a lower number
6218             than the script that starts <prgn>inn</prgn> so that it
6219             runs first:
6220             <example compact="compact">
6221 /etc/rc2.d/S17bind
6222 /etc/rc2.d/S70inn
6223             </example>
6224           </p>
6225
6226           <p>
6227             The two runlevels 0 (halt) and 6 (reboot) are slightly
6228             different.  In these runlevels, the links with an
6229             <tt>S</tt> prefix are still called after those with a
6230             <tt>K</tt> prefix, but they too are called with the single
6231             argument <tt>stop</tt>.
6232           </p>
6233         </sect1>
6234
6235         <sect1 id="writing-init">
6236           <heading>Writing the scripts</heading>
6237
6238           <p>
6239             Packages that include daemons for system services should
6240             place scripts in <file>/etc/init.d</file> to start or stop
6241             services at boot time or during a change of runlevel.
6242             These scripts should be named
6243             <file>/etc/init.d/<var>package</var></file>, and they should
6244             accept one argument, saying what to do:
6245
6246             <taglist>
6247               <tag><tt>start</tt></tag>
6248               <item>start the service,</item>
6249
6250               <tag><tt>stop</tt></tag>
6251               <item>stop the service,</item>
6252
6253               <tag><tt>restart</tt></tag>
6254               <item>stop and restart the service if it's already running,
6255                   otherwise start the service</item>
6256
6257               <tag><tt>reload</tt></tag>
6258               <item><p>cause the configuration of the service to be
6259                   reloaded without actually stopping and restarting
6260                   the service,</item>
6261
6262               <tag><tt>force-reload</tt></tag>
6263               <item>cause the configuration to be reloaded if the
6264                   service supports this, otherwise restart the
6265                   service.</item>
6266             </taglist>
6267
6268             The <tt>start</tt>, <tt>stop</tt>, <tt>restart</tt>, and
6269             <tt>force-reload</tt> options should be supported by all
6270             scripts in <file>/etc/init.d</file>, the <tt>reload</tt>
6271             option is optional.
6272           </p>
6273
6274           <p>
6275             The <file>init.d</file> scripts must ensure that they will
6276             behave sensibly (i.e., returning success and not starting
6277             multiple copies of a service) if invoked with <tt>start</tt>
6278             when the service is already running, or with <tt>stop</tt>
6279             when it isn't, and that they don't kill unfortunately-named
6280             user processes.  The best way to achieve this is usually to
6281             use <prgn>start-stop-daemon</prgn> with the <tt>--oknodo</tt>
6282             option.
6283           </p>
6284
6285           <p>
6286             Be careful of using <tt>set -e</tt> in <file>init.d</file>
6287             scripts.  Writing correct <file>init.d</file> scripts requires
6288             accepting various error exit statuses when daemons are already
6289             running or already stopped without aborting
6290             the <file>init.d</file> script, and common <file>init.d</file>
6291             function libraries are not safe to call with <tt>set -e</tt>
6292             in effect<footnote>
6293               <tt>/lib/lsb/init-functions</tt>, which assists in writing
6294               LSB-compliant init scripts, may fail if <tt>set -e</tt> is
6295               in effect and echoing status messages to the console fails,
6296               for example.
6297             </footnote>.  For <tt>init.d</tt> scripts, it's often easier
6298             to not use <tt>set -e</tt> and instead check the result of
6299             each command separately.
6300           </p>
6301
6302           <p>
6303             If a service reloads its configuration automatically (as
6304             in the case of <prgn>cron</prgn>, for example), the
6305             <tt>reload</tt> option of the <file>init.d</file> script
6306             should behave as if the configuration has been reloaded
6307             successfully.
6308           </p>
6309
6310           <p>
6311             The <file>/etc/init.d</file> scripts must be treated as
6312             configuration files, either (if they are present in the
6313             package, that is, in the .deb file) by marking them as
6314             <tt>conffile</tt>s, or, (if they do not exist in the .deb)
6315             by managing them correctly in the maintainer scripts (see
6316             <ref id="config-files">).  This is important since we want
6317             to give the local system administrator the chance to adapt
6318             the scripts to the local system, e.g., to disable a
6319             service without de-installing the package, or to specify
6320             some special command line options when starting a service,
6321             while making sure their changes aren't lost during the next
6322             package upgrade.
6323           </p>
6324
6325           <p>
6326             These scripts should not fail obscurely when the
6327             configuration files remain but the package has been
6328             removed, as configuration files remain on the system after
6329             the package has been removed.  Only when <prgn>dpkg</prgn>
6330             is executed with the <tt>--purge</tt> option will
6331             configuration files be removed.  In particular, as the
6332             <file>/etc/init.d/<var>package</var></file> script itself is
6333             usually a <tt>conffile</tt>, it will remain on the system
6334             if the package is removed but not purged.  Therefore, you
6335             should include a <tt>test</tt> statement at the top of the
6336             script, like this:
6337             <example compact="compact">
6338 test -f <var>program-executed-later-in-script</var> || exit 0
6339             </example>
6340           </p>
6341
6342           <p>
6343             Often there are some variables in the <file>init.d</file>
6344             scripts whose values control the behavior of the scripts,
6345             and which a system administrator is likely to want to
6346             change.  As the scripts themselves are frequently
6347             <tt>conffile</tt>s, modifying them requires that the
6348             administrator merge in their changes each time the package
6349             is upgraded and the <tt>conffile</tt> changes.  To ease
6350             the burden on the system administrator, such configurable
6351             values should not be placed directly in the script.
6352             Instead, they should be placed in a file in
6353             <file>/etc/default</file>, which typically will have the same
6354             base name as the <file>init.d</file> script.  This extra file
6355             should be sourced by the script when the script runs.  It
6356             must contain only variable settings and comments in SUSv3
6357             <prgn>sh</prgn> format.  It may either be a
6358             <tt>conffile</tt> or a configuration file maintained by
6359             the package maintainer scripts.  See <ref id="config-files">
6360             for more details.
6361           </p>
6362
6363           <p>
6364             To ensure that vital configurable values are always
6365             available, the <file>init.d</file> script should set default
6366             values for each of the shell variables it uses, either
6367             before sourcing the <file>/etc/default/</file> file or
6368             afterwards using something like the <tt>:
6369             ${VAR:=default}</tt> syntax.  Also, the <file>init.d</file>
6370             script must behave sensibly and not fail if the
6371             <file>/etc/default</file> file is deleted.
6372           </p>
6373
6374           <p>
6375             <file>/var/run</file> and <file>/var/lock</file> may be mounted
6376             as temporary filesystems<footnote>
6377                 For example, using the <tt>RAMRUN</tt> and <tt>RAMLOCK</tt>
6378                 options in <file>/etc/default/rcS</file>.
6379             </footnote>, so the <file>init.d</file> scripts must handle this
6380             correctly. This will typically amount to creating any required
6381             subdirectories dynamically when the <file>init.d</file> script
6382             is run, rather than including them in the package and relying on
6383             <prgn>dpkg</prgn> to create them.
6384           </p>
6385         </sect1>
6386
6387         <sect1>
6388           <heading>Interfacing with the initscript system</heading>
6389
6390           <p>
6391             Maintainers should use the abstraction layer provided by
6392             the <prgn>update-rc.d</prgn> and <prgn>invoke-rc.d</prgn>
6393             programs to deal with initscripts in their packages'
6394             scripts such as <prgn>postinst</prgn>, <prgn>prerm</prgn>
6395             and <prgn>postrm</prgn>.
6396           </p>
6397
6398           <p>
6399             Directly managing the /etc/rc?.d links and directly
6400             invoking the <file>/etc/init.d/</file> initscripts should
6401             be done only by packages providing the initscript
6402             subsystem (such as <prgn>sysv-rc</prgn> and
6403             <prgn>file-rc</prgn>).
6404           </p>
6405
6406           <sect2>
6407             <heading>Managing the links</heading>
6408
6409             <p>
6410               The program <prgn>update-rc.d</prgn> is provided for
6411               package maintainers to arrange for the proper creation and
6412               removal of <file>/etc/rc<var>n</var>.d</file> symbolic links,
6413               or their functional equivalent if another method is being
6414               used.  This may be used by maintainers in their packages'
6415               <prgn>postinst</prgn> and <prgn>postrm</prgn> scripts.
6416             </p>
6417
6418             <p>
6419               You must not include any <file>/etc/rc<var>n</var>.d</file>
6420               symbolic links in the actual archive or manually create or
6421               remove the symbolic links in maintainer scripts; you must
6422               use the <prgn>update-rc.d</prgn> program instead.  (The
6423               former will fail if an alternative method of maintaining
6424               runlevel information is being used.)  You must not include
6425               the <file>/etc/rc<var>n</var>.d</file> directories themselves
6426               in the archive either.  (Only the <tt>sysvinit</tt>
6427               package may do so.)
6428             </p>
6429
6430             <p>
6431               By default <prgn>update-rc.d</prgn> will start services in
6432               each of the multi-user state runlevels (2, 3, 4, and 5)
6433               and stop them in the halt runlevel (0), the single-user
6434               runlevel (1) and the reboot runlevel (6).  The system
6435               administrator will have the opportunity to customize
6436               runlevels by simply adding, moving, or removing the
6437               symbolic links in <file>/etc/rc<var>n</var>.d</file> if
6438               symbolic links are being used, or by modifying
6439               <file>/etc/runlevel.conf</file> if the <tt>file-rc</tt> method
6440               is being used.
6441             </p>
6442
6443             <p>
6444               To get the default behavior for your package, put in your
6445               <prgn>postinst</prgn> script
6446               <example compact="compact">
6447                 update-rc.d <var>package</var> defaults
6448               </example>
6449               and in your <prgn>postrm</prgn>
6450               <example compact="compact">
6451                 if [ "$1" = purge ]; then
6452                 update-rc.d <var>package</var> remove
6453                 fi
6454               </example>. Note that if your package changes runlevels
6455               or priority, you may have to remove and recreate the links,
6456               since otherwise the old links may persist. Refer to the
6457               documentation of <prgn>update-rc.d</prgn>.
6458             </p>
6459
6460             <p>
6461               This will use a default sequence number of 20.  If it does
6462               not matter when or in which order the <file>init.d</file>
6463               script is run, use this default.  If it does, then you
6464               should talk to the maintainer of the <prgn>sysvinit</prgn>
6465               package or post to <tt>debian-devel</tt>, and they will
6466               help you choose a number.
6467             </p>
6468
6469             <p>
6470               For more information about using <tt>update-rc.d</tt>,
6471               please consult its man page <manref name="update-rc.d"
6472                 section="8">.
6473             </p>
6474           </sect2>
6475
6476           <sect2>
6477             <heading>Running initscripts</heading>
6478             <p>
6479               The program <prgn>invoke-rc.d</prgn> is provided to make
6480               it easier for package maintainers to properly invoke an
6481               initscript, obeying runlevel and other locally-defined
6482               constraints that might limit a package's right to start,
6483               stop and otherwise manage services. This program may be
6484               used by maintainers in their packages' scripts.
6485             </p>
6486
6487             <p>
6488               The package maintainer scripts must use
6489               <prgn>invoke-rc.d</prgn> to invoke the
6490               <file>/etc/init.d/*</file> initscripts, instead of
6491               calling them directly.
6492             </p>
6493
6494             <p>
6495               By default, <prgn>invoke-rc.d</prgn> will pass any
6496               action requests (start, stop, reload, restart...) to the
6497               <file>/etc/init.d</file> script, filtering out requests
6498               to start or restart a service out of its intended
6499               runlevels.
6500             </p>
6501
6502             <p>
6503               Most packages will simply need to change:
6504               <example compact="compact">/etc/init.d/&lt;package&gt;
6505               &lt;action&gt;</example> in their <prgn>postinst</prgn>
6506               and <prgn>prerm</prgn> scripts to:
6507               <example compact="compact">
6508         if which invoke-rc.d >/dev/null 2>&1; then
6509                 invoke-rc.d <var>package</var> &lt;action&gt;
6510         else
6511                 /etc/init.d/<var>package</var> &lt;action&gt;
6512         fi
6513               </example>
6514             </p>
6515
6516             <p>
6517               A package should register its initscript services using
6518               <prgn>update-rc.d</prgn> before it tries to invoke them
6519               using <prgn>invoke-rc.d</prgn>. Invocation of
6520               unregistered services may fail.
6521             </p>
6522
6523             <p>
6524               For more information about using
6525               <prgn>invoke-rc.d</prgn>, please consult its man page
6526               <manref name="invoke-rc.d" section="8">.
6527             </p>
6528           </sect2>
6529         </sect1>
6530
6531         <sect1>
6532           <heading>Boot-time initialization</heading>
6533
6534           <p>
6535             There used to be another directory, <file>/etc/rc.boot</file>,
6536             which contained scripts which were run once per machine
6537             boot. This has been deprecated in favour of links from
6538             <file>/etc/rcS.d</file> to files in <file>/etc/init.d</file> as
6539             described in <ref id="/etc/init.d">.  Packages must not
6540             place files in <file>/etc/rc.boot</file>.
6541           </p>
6542         </sect1>
6543
6544         <sect1>
6545           <heading>Example</heading>
6546
6547           <p>
6548             An example on which you can base your
6549             <file>/etc/init.d</file> scripts is found in
6550             <file>/etc/init.d/skeleton</file>.
6551           </p>
6552
6553         </sect1>
6554       </sect>
6555
6556       <sect>
6557         <heading>Console messages from <file>init.d</file> scripts</heading>
6558
6559         <p>
6560           This section describes the formats to be used for messages
6561           written to standard output by the <file>/etc/init.d</file>
6562           scripts.  The intent is to improve the consistency of
6563           Debian's startup and shutdown look and feel.  For this
6564           reason, please look very carefully at the details.  We want
6565           the messages to have the same format in terms of wording,
6566           spaces, punctuation and case of letters.
6567         </p>
6568
6569         <p>
6570           Here is a list of overall rules that should be used for
6571           messages generated by <file>/etc/init.d</file> scripts.  
6572         </p>
6573
6574         <p>
6575           <list>
6576             <item>
6577                 The message should fit in one line (fewer than 80
6578                 characters), start with a capital letter and end with
6579                 a period (<tt>.</tt>) and line feed (<tt>"\n"</tt>).
6580             </item>
6581
6582             <item>
6583               If the script is performing some time consuming task in
6584               the background (not merely starting or stopping a
6585               program, for instance), an ellipsis (three dots:
6586               <tt>...</tt>) should be output to the screen, with no
6587               leading or tailing whitespace or line feeds.
6588             </item>
6589
6590             <item>
6591               The messages should appear as if the computer is telling
6592               the user what it is doing (politely :-), but should not
6593                 mention "it" directly.  For example, instead of:
6594                 <example compact="compact">
6595 I'm starting network daemons: nfsd mountd.
6596                 </example>
6597                 the message should say
6598                 <example compact="compact">
6599 Starting network daemons: nfsd mountd.
6600                 </example>
6601             </item>
6602           </list>
6603         </p>
6604
6605         <p>
6606           <tt>init.d</tt> script should use the following  standard
6607           message formats for the situations enumerated below.
6608         </p>
6609
6610         <p>
6611           <list>
6612             <item>
6613               <p>When daemons are started</p>
6614
6615               <p>
6616                 If the script starts one or more daemons, the output
6617                 should look like this (a single line, no leading
6618                 spaces):
6619                 <example compact="compact">
6620 Starting <var>description</var>: <var>daemon-1</var> ... <var>daemon-n</var>.
6621                 </example>
6622                 The <var>description</var> should describe the
6623                 subsystem the daemon or set of daemons are part of,
6624                 while <var>daemon-1</var> up to <var>daemon-n</var>
6625                 denote each daemon's name (typically the file name of
6626                 the program).
6627               </p>
6628
6629               <p>
6630                 For example, the output of <file>/etc/init.d/lpd</file>
6631                 would look like:
6632                 <example compact="compact">
6633 Starting printer spooler: lpd.
6634                 </example>
6635               </p>
6636
6637               <p>
6638                 This can be achieved by saying
6639                 <example compact="compact">
6640 echo -n "Starting printer spooler: lpd"
6641 start-stop-daemon --start --quiet --exec /usr/sbin/lpd
6642 echo "."
6643                 </example>
6644                 in the script. If there are more than one daemon to
6645                 start, the output should look like this:
6646                 <example compact="compact">
6647 echo -n "Starting remote file system services:"
6648 echo -n " nfsd"; start-stop-daemon --start --quiet nfsd
6649 echo -n " mountd"; start-stop-daemon --start --quiet mountd
6650 echo -n " ugidd"; start-stop-daemon --start --quiet ugidd
6651 echo "."
6652                 </example>
6653                 This makes it possible for the user to see what is
6654                 happening and when the final daemon has been started.
6655                 Care should be taken in the placement of white spaces:
6656                 in the example above the system administrators can
6657                 easily comment out a line if they don't want to start
6658                 a specific daemon, while the displayed message still
6659                 looks good.
6660               </p>
6661             </item>
6662
6663             <item>
6664               <p>When a system parameter is being set</p>
6665
6666               <p>
6667                 If you have to set up different system parameters
6668                 during the system boot, you should use this format:
6669                 <example compact="compact">
6670 Setting <var>parameter</var> to "<var>value</var>".
6671                 </example>
6672               </p>
6673
6674               <p>
6675                 You can use a statement such as the following to get
6676                 the quotes right:
6677                 <example compact="compact">
6678 echo "Setting DNS domainname to \"$domainname\"."
6679                 </example>
6680               </p>
6681
6682               <p>
6683                 Note that the same symbol (<tt>"</tt>) <!-- " --> is used
6684                 for the left and right quotation marks.  A grave accent
6685                 (<tt>`</tt>) is not a quote character; neither is an
6686                 apostrophe (<tt>'</tt>).
6687               </p>
6688             </item>
6689
6690             <item>
6691               <p>When a daemon is stopped or restarted</p>
6692
6693               <p>
6694                 When you stop or restart a daemon, you should issue a
6695                 message identical to the startup message, except that
6696                 <tt>Starting</tt> is replaced with <tt>Stopping</tt>
6697                 or <tt>Restarting</tt> respectively.
6698               </p>
6699
6700               <p>
6701                 For example, stopping the printer daemon will look like
6702                 this:
6703                 <example compact="compact">
6704 Stopping printer spooler: lpd.
6705                 </example>
6706               </p>
6707             </item>
6708
6709             <item>
6710               <p>When something is executed</p>
6711
6712               <p>
6713                 There are several examples where you have to run a
6714                 program at system startup or shutdown to perform a
6715                 specific task, for example, setting the system's clock
6716                 using <prgn>netdate</prgn> or killing all processes
6717                 when the system shuts down.  Your message should look
6718                 like this:
6719                 <example compact="compact">
6720 Doing something very useful...done.
6721                 </example>
6722                 You should print the <tt>done.</tt> immediately after
6723                 the job has been completed, so that the user is
6724                 informed why they have to wait.  You can get this
6725                 behavior by saying
6726                 <example compact="compact">
6727 echo -n "Doing something very useful..."
6728 do_something
6729 echo "done."
6730                 </example>
6731                 in your script.
6732               </p>
6733             </item>
6734
6735             <item>
6736               <p>When the configuration is reloaded</p>
6737
6738               <p>
6739                 When a daemon is forced to reload its configuration
6740                 files you should use the following format:
6741                 <example compact="compact">
6742 Reloading <var>description</var> configuration...done.
6743                 </example>
6744                 where <var>description</var> is the same as in the
6745                 daemon starting message.
6746               </p>
6747             </item>
6748           </list>
6749         </p>
6750       </sect>
6751
6752       <sect>
6753         <heading>Cron jobs</heading>
6754
6755         <p>
6756           Packages must not modify the configuration file
6757           <file>/etc/crontab</file>, and they must not modify the files in
6758           <file>/var/spool/cron/crontabs</file>.</p>
6759
6760         <p>
6761           If a package wants to install a job that has to be executed
6762           via cron, it should place a file with the name of the
6763           package in one or more of the following directories:
6764           <example compact="compact">
6765 /etc/cron.hourly
6766 /etc/cron.daily
6767 /etc/cron.weekly
6768 /etc/cron.monthly
6769           </example>
6770           As these directory names imply, the files within them are
6771           executed on an hourly, daily, weekly, or monthly basis,
6772           respectively. The exact times are listed in
6773           <file>/etc/crontab</file>.</p>
6774
6775         <p>
6776           All files installed in any of these directories must be
6777           scripts (e.g., shell scripts or Perl scripts) so that they
6778           can easily be modified by the local system administrator.
6779           In addition, they must be treated as configuration files.
6780         </p>
6781
6782         <p>
6783           If a certain job has to be executed at some other frequency or
6784           at a specific time, the package should install a file
6785           <file>/etc/cron.d/<var>package</var></file>. This file uses the
6786           same syntax as <file>/etc/crontab</file> and is processed by
6787           <prgn>cron</prgn> automatically. The file must also be
6788           treated as a configuration file. (Note that entries in the
6789           <file>/etc/cron.d</file> directory are not handled by
6790           <prgn>anacron</prgn>. Thus, you should only use this
6791           directory for jobs which may be skipped if the system is not
6792           running.)</p>
6793         <p>
6794           Unlike <file>crontab</file> files described in the IEEE Std
6795           1003.1-2008 (POSIX.1) available from
6796           <url id="http://www.opengroup.org/onlinepubs/9699919799/"
6797                name="The Open Group">, the files in
6798           <file>/etc/cron.d</file> and the file
6799           <file>/etc/crontab</file> have seven fields; namely:
6800           <enumlist>
6801             <item>Minute [0,59]</item>
6802             <item>Hour [0,23]</item>
6803             <item>Day of the month [1,31]</item>
6804             <item>Month of the year [1,12]</item>
6805             <item>Day of the week ([0,6] with 0=Sunday)</item>
6806             <item>Username</item>
6807             <item>Command to be run</item>
6808           </enumlist>
6809           Ranges of numbers are allowed.  Ranges are two numbers
6810           separated with a hyphen.  The specified range is inclusive.
6811           Lists are allowed.  A list is a set of numbers (or ranges)
6812           separated by commas. Step values can be used in conjunction
6813           with ranges.
6814         </p>
6815
6816         <p>
6817           The scripts or <tt>crontab</tt> entries in these directories should
6818           check if all necessary programs are installed before they
6819           try to execute them. Otherwise, problems will arise when a
6820           package was removed but not purged since configuration files
6821           are kept on the system in this situation.
6822         </p>
6823
6824         <p>
6825           Any <tt>cron</tt> daemon must provide
6826           <file>/usr/bin/crontab</file> and support normal
6827           <tt>crontab</tt> entries as specified in POSIX. The daemon
6828           must also support names for days and months, ranges, and
6829           step values. It has to support <file>/etc/crontab</file>,
6830           and correctly execute the scripts in
6831           <file>/etc/cron.d</file>. The daemon must also correctly
6832           execute scripts in
6833           <file>/etc/cron.{hourly,daily,weekly,monthly}</file>.
6834         </p>
6835       </sect>
6836
6837       <sect id="menus">
6838         <heading>Menus</heading>
6839
6840         <p>
6841           The Debian <tt>menu</tt> package provides a standard
6842           interface between packages providing applications and
6843           <em>menu programs</em> (either X window managers or
6844           text-based menu programs such as <prgn>pdmenu</prgn>).
6845         </p>
6846
6847         <p>
6848           All packages that provide applications that need not be
6849           passed any special command line arguments for normal
6850           operation should register a menu entry for those
6851           applications, so that users of the <tt>menu</tt> package
6852           will automatically get menu entries in their window
6853           managers, as well in shells like <tt>pdmenu</tt>.
6854         </p>
6855
6856         <p>
6857           Menu entries should follow the current menu policy.
6858         </p>
6859
6860         <p>
6861           The menu policy can be found in the <tt>menu-policy</tt>
6862           files in the <tt>debian-policy</tt> package.
6863           It is also available from the Debian web mirrors at
6864           <tt><url name="/doc/packaging-manuals/menu-policy/"
6865                 id="http://www.debian.org/doc/packaging-manuals/menu-policy/"></tt>.
6866         </p>
6867
6868         <p>
6869           Please also refer to the <em>Debian Menu System</em>
6870           documentation that comes with the <package>menu</package>
6871           package for information about how to register your
6872           applications.
6873         </p>
6874       </sect>
6875
6876       <sect id="mime">
6877         <heading>Multimedia handlers</heading>
6878
6879         <p>
6880           MIME (Multipurpose Internet Mail Extensions, RFCs 2045-2049)
6881           is a mechanism for encoding files and data streams and
6882           providing meta-information about them, in particular their
6883           type (e.g.  audio or video) and format (e.g. PNG, HTML,
6884           MP3).
6885         </p>
6886
6887         <p>
6888           Registration of MIME type handlers allows programs like mail
6889           user agents and web browsers to invoke these handlers to
6890           view, edit or display MIME types they don't support directly.
6891         </p>
6892
6893         <p>
6894           Packages which provide the ability to view/show/play,
6895           compose, edit or print MIME types should register themselves
6896           as such following the current MIME support policy.
6897         </p>
6898
6899         <p>
6900           The MIME support policy can be found in the <tt>mime-policy</tt>
6901           files in the <tt>debian-policy</tt> package.
6902           It is also available from the Debian web mirrors at
6903           <tt><url name="/doc/packaging-manuals/mime-policy/"
6904                 id="http://www.debian.org/doc/packaging-manuals/mime-policy/"></tt>.
6905         </p>
6906
6907       </sect>
6908
6909       <sect>
6910         <heading>Keyboard configuration</heading>
6911
6912         <p>
6913           To achieve a consistent keyboard configuration so that all
6914           applications interpret a keyboard event the same way, all
6915           programs in the Debian distribution must be configured to
6916           comply with the following guidelines.
6917         </p>
6918
6919         <p>
6920           The following keys must have the specified interpretations:
6921
6922           <taglist>
6923             <tag><tt>&lt;--</tt></tag>
6924             <item>delete the character to the left of the cursor</item>
6925
6926             <tag><tt>Delete</tt></tag>
6927             <item>delete the character to the right of the cursor</item>
6928
6929             <tag><tt>Control+H</tt></tag>
6930             <item>emacs: the help prefix</item>
6931           </taglist>
6932
6933           The interpretation of any keyboard events should be
6934           independent of the terminal that is used, be it a virtual
6935           console, an X terminal emulator, an rlogin/telnet session,
6936           etc.
6937         </p>
6938
6939         <p>
6940           The following list explains how the different programs
6941           should be set up to achieve this:
6942         </p>
6943
6944         <p>
6945           <list>
6946             <item>
6947                 <tt>&lt;--</tt> generates <tt>KB_BackSpace</tt> in X.
6948             </item>
6949
6950             <item>
6951                 <tt>Delete</tt> generates <tt>KB_Delete</tt> in X.
6952             </item>
6953
6954             <item>
6955                 X translations are set up to make
6956                 <tt>KB_Backspace</tt> generate ASCII DEL, and to make
6957                 <tt>KB_Delete</tt> generate <tt>ESC [ 3 ~</tt> (this
6958                 is the vt220 escape code for the "delete character"
6959                 key).  This must be done by loading the X resources
6960                 using <prgn>xrdb</prgn> on all local X displays, not
6961                 using the application defaults, so that the
6962                 translation resources used correspond to the
6963                 <prgn>xmodmap</prgn> settings.
6964             </item>
6965
6966             <item>
6967                 The Linux console is configured to make
6968                 <tt>&lt;--</tt> generate DEL, and <tt>Delete</tt>
6969                 generate <tt>ESC [ 3 ~</tt>.
6970             </item>
6971
6972             <item>
6973                 X applications are configured so that <tt>&lt;</tt>
6974                 deletes left, and <tt>Delete</tt> deletes right.  Motif
6975                 applications already work like this.
6976             </item>
6977
6978             <item>
6979                 Terminals should have <tt>stty erase ^?</tt> .
6980             </item>
6981
6982             <item>
6983                 The <tt>xterm</tt> terminfo entry should have <tt>ESC
6984                 [ 3 ~</tt> for <tt>kdch1</tt>, just as for
6985                 <tt>TERM=linux</tt> and <tt>TERM=vt220</tt>.
6986             </item>
6987
6988             <item>
6989                 Emacs is programmed to map <tt>KB_Backspace</tt> or
6990                 the <tt>stty erase</tt> character to
6991                 <tt>delete-backward-char</tt>, and <tt>KB_Delete</tt>
6992                 or <tt>kdch1</tt> to <tt>delete-forward-char</tt>, and
6993                 <tt>^H</tt> to <tt>help</tt> as always.
6994             </item>
6995
6996             <item>
6997                 Other applications use the <tt>stty erase</tt>
6998                 character and <tt>kdch1</tt> for the two delete keys,
6999                 with ASCII DEL being "delete previous character" and
7000                 <tt>kdch1</tt> being "delete character under
7001                 cursor".
7002             </item>
7003
7004           </list>
7005         </p>
7006
7007         <p>
7008           This will solve the problem except for the following
7009           cases:
7010         </p>
7011
7012         <p>
7013           <list>
7014             <item>
7015                 Some terminals have a <tt>&lt;--</tt> key that cannot
7016                 be made to produce anything except <tt>^H</tt>.  On
7017                 these terminals Emacs help will be unavailable on
7018                 <tt>^H</tt> (assuming that the <tt>stty erase</tt>
7019                 character takes precedence in Emacs, and has been set
7020                 correctly).  <tt>M-x help</tt> or <tt>F1</tt> (if
7021                 available) can be used instead.
7022             </item>
7023
7024             <item>
7025                 Some operating systems use <tt>^H</tt> for <tt>stty
7026                 erase</tt>.  However, modern telnet versions and all
7027                 rlogin versions propagate <tt>stty</tt> settings, and
7028                 almost all UNIX versions honour <tt>stty erase</tt>.
7029                 Where the <tt>stty</tt> settings are not propagated
7030                 correctly, things can be made to work by using
7031                 <tt>stty</tt> manually.
7032             </item>
7033
7034             <item>
7035                 Some systems (including previous Debian versions) use
7036                 <prgn>xmodmap</prgn> to arrange for both
7037                 <tt>&lt;--</tt> and <tt>Delete</tt> to generate
7038                 <tt>KB_Delete</tt>.  We can change the behavior of
7039                 their X clients using the same X resources that we use
7040                 to do it for our own clients, or configure our clients
7041                 using their resources when things are the other way
7042                 around.  On displays configured like this
7043                 <tt>Delete</tt> will not work, but <tt>&lt;--</tt>
7044                 will.
7045             </item>
7046
7047             <item>
7048                 Some operating systems have different <tt>kdch1</tt>
7049                 settings in their <tt>terminfo</tt> database for
7050                 <tt>xterm</tt> and others.  On these systems the
7051                 <tt>Delete</tt> key will not work correctly when you
7052                 log in from a system conforming to our policy, but
7053                 <tt>&lt;--</tt> will.
7054             </item>
7055           </list>
7056         </p>
7057       </sect>
7058
7059       <sect>
7060         <heading>Environment variables</heading>
7061
7062         <p>
7063           A program must not depend on environment variables to get
7064           reasonable defaults.  (That's because these environment
7065           variables would have to be set in a system-wide
7066           configuration file like <file>/etc/profile</file>, which is not
7067           supported by all shells.)
7068         </p>
7069
7070         <p>
7071           If a program usually depends on environment variables for its
7072           configuration, the program should be changed to fall back to
7073           a reasonable default configuration if these environment
7074           variables are not present. If this cannot be done easily
7075           (e.g., if the source code of a non-free program is not
7076           available), the program must be replaced by a small
7077           "wrapper" shell script which sets the environment variables
7078           if they are not already defined, and calls the original program.
7079         </p>
7080
7081         <p>
7082           Here is an example of a wrapper script for this purpose:
7083
7084           <example compact="compact">
7085 #!/bin/sh
7086 BAR=${BAR:-/var/lib/fubar}
7087 export BAR
7088 exec /usr/lib/foo/foo "$@"
7089           </example>
7090         </p>
7091
7092         <p>
7093           Furthermore, as <file>/etc/profile</file> is a configuration
7094           file of the <prgn>base-files</prgn> package, other packages must
7095           not put any environment variables or other commands into that
7096           file.
7097         </p>
7098       </sect>
7099
7100       <sect id="doc-base">
7101         <heading>Registering Documents using doc-base</heading>
7102
7103         <p>
7104           The <package>doc-base</package> package implements a
7105           flexible mechanism for handling and presenting
7106           documentation. The recommended practice is for every Debian
7107           package that provides online documentation (other than just
7108           manual pages) to register these documents with
7109           <package>doc-base</package> by installing a
7110           <package>doc-base</package> control file via the
7111           <prgn/install-docs/ script at installation time and
7112           de-register the manuals again when the package is removed.
7113         </p> 
7114         <p>
7115           Please refer to the documentation that comes with the
7116           <package>doc-base</package>  package for information and
7117           details. 
7118         </p>
7119       </sect>
7120
7121     </chapt>
7122
7123
7124     <chapt id="files">
7125       <heading>Files</heading>
7126
7127       <sect id="binaries">
7128         <heading>Binaries</heading>
7129
7130         <p>
7131           Two different packages must not install programs with
7132           different functionality but with the same filenames.  (The
7133           case of two programs having the same functionality but
7134           different implementations is handled via "alternatives" or
7135           the "Conflicts" mechanism.  See <ref id="maintscripts"> and
7136           <ref id="conflicts"> respectively.)  If this case happens,
7137           one of the programs must be renamed.  The maintainers should
7138           report this to the <tt>debian-devel</tt> mailing list and
7139           try to find a consensus about which program will have to be
7140           renamed.  If a consensus cannot be reached, <em>both</em>
7141           programs must be renamed.
7142         </p>
7143
7144         <p>
7145          By default, when a package is being built, any binaries
7146          created should include debugging information, as well as
7147          being compiled with optimization.  You should also turn on
7148          as many reasonable compilation warnings as possible; this
7149          makes life easier for porters, who can then look at build
7150          logs for possible problems.  For the C programming language,
7151          this means the following compilation parameters should be
7152          used:
7153           <example compact="compact">
7154 CC = gcc
7155 CFLAGS = -O2 -g -Wall # sane warning options vary between programs
7156 LDFLAGS = # none
7157 INSTALL = install -s # (or use strip on the files in debian/tmp)
7158           </example>
7159         </p>
7160
7161         <p>
7162           Note that by default all installed binaries should be stripped,
7163           either by using the <tt>-s</tt> flag to
7164           <prgn>install</prgn>, or by calling <prgn>strip</prgn> on
7165           the binaries after they have been copied into
7166           <file>debian/tmp</file> but before the tree is made into a
7167           package.
7168         </p>
7169
7170         <p>
7171           Although binaries in the build tree should be compiled with
7172           debugging information by default, it can often be difficult to
7173           debug programs if they are also subjected to compiler
7174           optimization.  For this reason, it is recommended to support the
7175           standardized environment variable <tt>DEB_BUILD_OPTIONS</tt>
7176           (see <ref id="debianrules-options">).  This variable can contain
7177           several flags to change how a package is compiled and built.
7178         </p>
7179
7180         <p>
7181           It is up to the package maintainer to decide what
7182           compilation options are best for the package.  Certain
7183           binaries (such as computationally-intensive programs) will
7184           function better with certain flags (<tt>-O3</tt>, for
7185           example); feel free to use them.  Please use good judgment
7186           here.  Don't use flags for the sake of it; only use them
7187           if there is good reason to do so.  Feel free to override
7188           the upstream author's ideas about which compilation
7189           options are best: they are often inappropriate for our
7190           environment.
7191         </p>
7192       </sect>
7193
7194
7195       <sect id="libraries">
7196         <heading>Libraries</heading>
7197
7198         <p>
7199           If the package is <strong>architecture: any</strong>, then
7200           the shared library compilation and linking flags must have
7201           <tt>-fPIC</tt>, or the package shall not build on some of
7202           the supported architectures<footnote>
7203             <p>
7204               If you are using GCC, <tt>-fPIC</tt> produces code with
7205               relocatable position independent code, which is required for
7206               most architectures to create a shared library, with i386 and
7207               perhaps some others where non position independent code is
7208               permitted in a shared library.
7209             </p>
7210             <p>
7211               Position independent code may have a performance penalty,
7212               especially on <tt>i386</tt>. However, in most cases the
7213               speed penalty must be measured against the memory wasted on
7214               the few architectures where non position independent code is
7215               even possible.
7216             </p>
7217           </footnote>. Any exception to this rule must be discussed on
7218           the mailing list <em>debian-devel@lists.debian.org</em>, and
7219           a rough consensus obtained.  The reasons for not compiling
7220           with <tt>-fPIC</tt> flag must be recorded in the file
7221           <tt>README.Debian</tt>, and care must be taken to either
7222           restrict the architecture or arrange for <tt>-fPIC</tt> to
7223           be used on architectures where it is required.<footnote>
7224             <p>
7225               Some of the reasons why this might be required is if the
7226               library contains hand crafted assembly code that is not
7227               relocatable, the speed penalty is excessive for compute
7228               intensive libs, and similar reasons.
7229             </p>
7230           </footnote>
7231         </p>
7232         <p>
7233           As to the static libraries, the common case is not to have
7234           relocatable code, since there is no benefit, unless in specific
7235           cases; therefore the static version must not be compiled
7236           with the <tt>-fPIC</tt> flag. Any exception to this rule
7237           should be discussed on the mailing list
7238           <em>debian-devel@lists.debian.org</em>,  and the reasons for
7239           compiling with the <tt>-fPIC</tt> flag must be recorded in
7240           the file <tt>README.Debian</tt>. <footnote>
7241             <p>
7242               Some of the reasons for linking static libraries with
7243               the <tt>-fPIC</tt> flag are if, for example, one needs a
7244               Perl API for a library that is under rapid development,
7245               and has an unstable API, so shared libraries are
7246               pointless at this phase of the library's development. In
7247               that case, since Perl needs a library with relocatable
7248               code, it may make sense to create a static library with
7249               relocatable code. Another reason cited is if you are
7250               distilling various libraries into a common shared
7251               library, like <tt>mklibs</tt> does in the Debian
7252               installer project.
7253             </p>
7254           </footnote>
7255         </p>
7256         <p>
7257           In other words, if both a shared and a static library is
7258           being built, each source unit (<tt>*.c</tt>, for example,
7259           for C files) will need to be compiled twice, for the normal
7260           case. 
7261         </p>
7262         <p>
7263           You must specify the gcc option <tt>-D_REENTRANT</tt>
7264           when building a library (either static or shared) to make
7265           the library compatible with LinuxThreads.
7266         </p>
7267
7268         <p>
7269           Although not enforced by the build tools, shared libraries
7270           must be linked against all libraries that they use symbols from
7271           in the same way that binaries are.  This ensures the correct
7272           functioning of the <qref id="sharedlibs-shlibdeps">shlibs</qref>
7273           system and guarantees that all libraries can be safely opened
7274           with <tt>dlopen()</tt>.  Packagers may wish to use the gcc
7275           option <tt>-Wl,-z,defs</tt> when building a shared library.
7276           Since this option enforces symbol resolution at build time,
7277           a missing library reference will be caught early as a fatal
7278           build error.
7279         </p>
7280
7281         <p>
7282           All installed shared libraries should be stripped with
7283           <example compact="compact">
7284 strip --strip-unneeded <var>your-lib</var>
7285           </example>
7286           (The option <tt>--strip-unneeded</tt> makes
7287           <prgn>strip</prgn> remove only the symbols which aren't
7288           needed for relocation processing.)  Shared libraries can
7289           function perfectly well when stripped, since the symbols for
7290           dynamic linking are in a separate part of the ELF object
7291           file.<footnote>
7292               You might also want to use the options
7293               <tt>--remove-section=.comment</tt> and
7294               <tt>--remove-section=.note</tt> on both shared libraries
7295               and executables, and <tt>--strip-debug</tt> on static
7296               libraries.
7297           </footnote>
7298         </p>
7299
7300         <p>
7301           Note that under some circumstances it may be useful to
7302           install a shared library unstripped, for example when
7303           building a separate package to support debugging.
7304         </p>
7305
7306         <p>
7307           Shared object files (often <file>.so</file> files) that are not
7308           public libraries, that is, they are not meant to be linked
7309           to by third party executables (binaries of other packages),
7310           should be installed in subdirectories of the
7311           <file>/usr/lib</file> directory.  Such files are exempt from the
7312           rules that govern ordinary shared libraries, except that
7313           they must not be installed executable and should be
7314           stripped.<footnote>
7315               A common example are the so-called "plug-ins",
7316               internal shared objects that are dynamically loaded by
7317               programs using <manref name="dlopen" section="3">.
7318           </footnote>
7319         </p>
7320
7321         <p>
7322           Packages that use <prgn>libtool</prgn> to create and install
7323           their shared libraries install a file containing additional
7324           metadata (ending in <file>.la</file>) alongside the library.
7325           For public libraries intended for use by other packages, these
7326           files normally should not be included in the Debian package,
7327           since the information they include is not necessary to link with
7328           the shared library on Debian and can add unnecessary additional
7329           dependencies to other programs or libraries.<footnote>
7330             These files store, among other things, all libraries on which
7331             that shared library depends.  Unfortunately, if
7332             the <file>.la</file> file is present and contains that
7333             dependency information, using <prgn>libtool</prgn> when
7334             linking against that library will cause the resulting program
7335             or library to be linked against those dependencies as well,
7336             even if this is unnecessary.  This can create unneeded
7337             dependencies on shared library packages that would otherwise
7338             be hidden behind the library ABI, and can make library
7339             transitions to new SONAMEs unnecessarily complicated and
7340             difficult to manage.
7341           </footnote>
7342           If the <file>.la</file> file is required for that library (if,
7343           for instance, it's loaded via <tt>libltdl</tt> in a way that
7344           requires that meta-information), the <tt>dependency_libs</tt>
7345           setting in the <file>.la</file> file should normally be set to
7346           the empty string.  If the shared library development package has
7347           historically included the <file>.la</file>, it must be retained
7348           in the development package (with <tt>dependency_libs</tt>
7349           emptied) until all libraries that depend on it have removed or
7350           emptied <tt>dependency_libs</tt> in their <file>.la</file>
7351           files to prevent linking with those other libraries
7352           using <prgn>libtool</prgn> from failing.
7353         </p>
7354
7355         <p>
7356           If the <file>.la</file> must be included, it should be included
7357           in the development (<tt>-dev</tt>) package, unless the library
7358           will be loaded by <prgn>libtool</prgn>'s <tt>libltdl</tt>
7359           library.  If it is intended for use with <tt>libltdl</tt>,
7360           the <file>.la</file> files must go in the run-time library
7361           package.
7362         </p>
7363
7364         <p>
7365           These requirements for handling of <file>.la</file> files do not
7366           apply to loadable modules or libraries not installed in
7367           directories searched by default by the dynamic linker.  Packages
7368           installing loadable modules will frequently need to install
7369           the <file>.la</file> files alongside the modules so that they
7370           can be loaded by <tt>libltdl</tt>.  <tt>dependency_libs</tt>
7371           does not need to be modified for libraries or modules that are
7372           not installed in directories searched by the dynamic linker by
7373           default and not intended for use by other packages.
7374         </p>
7375
7376         <p>
7377           You must make sure that you use only released versions of
7378           shared libraries to build your packages; otherwise other
7379           users will not be able to run your binaries
7380           properly. Producing source packages that depend on
7381           unreleased compilers is also usually a bad
7382           idea.
7383         </p>
7384       </sect>
7385
7386
7387       <sect>
7388         <heading>Shared libraries</heading>
7389         <p>
7390           This section has moved to <ref id="sharedlibs">.
7391         </p>
7392       </sect>
7393
7394
7395       <sect id="scripts">
7396         <heading>Scripts</heading>
7397
7398         <p>
7399           All command scripts, including the package maintainer
7400           scripts inside the package and used by <prgn>dpkg</prgn>,
7401           should have a <tt>#!</tt> line naming the shell to be used
7402           to interpret them.
7403         </p>
7404
7405         <p>
7406           In the case of Perl scripts this should be
7407           <tt>#!/usr/bin/perl</tt>.
7408         </p>
7409
7410         <p>
7411           When scripts are installed into a directory in the system
7412           PATH, the script name should not include an extension such
7413           as <tt>.sh</tt> or <tt>.pl</tt> that denotes the scripting
7414           language currently used to implement it.
7415         </p>
7416         <p>
7417           Shell scripts (<prgn>sh</prgn> and <prgn>bash</prgn>) other than
7418           <file>init.d</file> scripts should almost certainly start
7419           with <tt>set -e</tt> so that errors are detected.
7420           <file>init.d</file> scripts are something of a special case, due
7421           to how frequently they need to call commands that are allowed to
7422           fail, and it may instead be easier to check the exit status of
7423           commands directly.  See <ref id="writing-init"> for more
7424           information about writing <file>init.d</file> scripts.
7425         </p>
7426         <p>
7427           Every script should use <tt>set -e</tt> or check the exit status
7428           of <em>every</em> command.
7429         </p>
7430         <p>
7431           Scripts may assume that <file>/bin/sh</file> implements the
7432           SUSv3 Shell Command Language<footnote>
7433             Single UNIX Specification, version 3, which is also IEEE
7434             1003.1-2004 (POSIX), and is available on the World Wide Web
7435             from <url id="http://www.unix.org/version3/online.html"
7436                       name="The Open Group"> after free
7437             registration.</footnote>
7438           plus the following additional features not mandated by
7439           SUSv3:<footnote>
7440             These features are in widespread use in the Linux community
7441             and are implemented in all of bash, dash, and ksh, the most
7442             common shells users may wish to use as <file>/bin/sh</file>.
7443           </footnote>
7444           <list>
7445             <item><tt>echo -n</tt>, if implemented as a shell built-in,
7446               must not generate a newline.</item>
7447             <item><tt>test</tt>, if implemented as a shell built-in, must
7448               support <tt>-a</tt> and <tt>-o</tt> as binary logical
7449               operators.</item>
7450             <item><tt>local</tt> to create a scoped variable must be
7451               supported, including listing multiple variables in a single
7452               local command and assigning a value to a variable at the
7453               same time as localizing it.  <tt>local</tt> may or
7454               may not preserve the variable value from an outer scope if
7455               no assignment is present.  Uses such as:
7456 <example compact>
7457 fname () {
7458     local a b c=delta d
7459     # ... use a, b, c, d ...
7460 }
7461 </example>
7462               must be supported and must set the value of <tt>c</tt> to
7463               <tt>delta</tt>.
7464             </item>
7465           </list>
7466           If a shell script requires non-SUSv3 features from the shell
7467           interpreter other than those listed above, the appropriate shell
7468           must be specified in the first line of the script (e.g.,
7469           <tt>#!/bin/bash</tt>) and the package must depend on the package
7470           providing the shell (unless the shell package is marked
7471           "Essential", as in the case of <prgn>bash</prgn>).
7472         </p>
7473
7474         <p>
7475           You may wish to restrict your script to SUSv3 features plus the
7476           above set when possible so that it may use <file>/bin/sh</file>
7477           as its interpreter. If your script works with <prgn>dash</prgn>
7478           (originally called <prgn>ash</prgn>), it probably complies with
7479           the above requirements, but if you are in doubt, use
7480           <file>/bin/bash</file>.
7481         </p>
7482
7483         <p>
7484           Perl scripts should check for errors when making any
7485           system calls, including <tt>open</tt>, <tt>print</tt>,
7486           <tt>close</tt>, <tt>rename</tt> and <tt>system</tt>.
7487         </p>
7488
7489         <p>
7490           <prgn>csh</prgn> and <prgn>tcsh</prgn> should be avoided as
7491           scripting languages.  See <em>Csh Programming Considered
7492           Harmful</em>, one of the <tt>comp.unix.*</tt> FAQs, which
7493           can be found at <url id="http://www.faqs.org/faqs/unix-faq/shell/csh-whynot/">.
7494           If an upstream package comes with <prgn>csh</prgn> scripts
7495           then you must make sure that they start with
7496           <tt>#!/bin/csh</tt> and make your package depend on the
7497           <prgn>c-shell</prgn> virtual package.
7498         </p>
7499
7500         <p>
7501           Any scripts which create files in world-writeable
7502           directories (e.g., in <file>/tmp</file>) must use a
7503           mechanism which will fail atomically if a file with the same
7504           name already exists.
7505         </p>
7506
7507         <p>
7508           The Debian base system provides the <prgn>tempfile</prgn>
7509           and <prgn>mktemp</prgn> utilities for use by scripts for
7510           this purpose.
7511         </p>
7512       </sect>
7513
7514
7515       <sect>
7516         <heading>Symbolic links</heading>
7517
7518         <p>
7519           In general, symbolic links within a top-level directory
7520           should be relative, and symbolic links pointing from one
7521           top-level directory into another should be absolute. (A
7522           top-level directory is a sub-directory of the root
7523           directory <file>/</file>.)
7524         </p>
7525
7526         <p>
7527           In addition, symbolic links should be specified as short as
7528           possible, i.e., link targets like <file>foo/../bar</file> are
7529           deprecated.
7530         </p>
7531
7532         <p>
7533           Note that when creating a relative link using
7534           <prgn>ln</prgn> it is not necessary for the target of the
7535           link to exist relative to the working directory you're
7536           running <prgn>ln</prgn> from, nor is it necessary to change
7537           directory to the directory where the link is to be made.
7538           Simply include the string that should appear as the target
7539           of the link (this will be a pathname relative to the
7540           directory in which the link resides) as the first argument
7541           to <prgn>ln</prgn>.
7542         </p>
7543
7544         <p>
7545           For example, in your <prgn>Makefile</prgn> or
7546           <file>debian/rules</file>, you can do things like:
7547           <example compact="compact">
7548 ln -fs gcc $(prefix)/bin/cc
7549 ln -fs gcc debian/tmp/usr/bin/cc
7550 ln -fs ../sbin/sendmail $(prefix)/bin/runq
7551 ln -fs ../sbin/sendmail debian/tmp/usr/bin/runq
7552           </example>
7553         </p>
7554
7555         <p>
7556           A symbolic link pointing to a compressed file should always
7557           have the same file extension as the referenced file. (For
7558           example, if a file <file>foo.gz</file> is referenced by a
7559           symbolic link, the filename of the link has to end with
7560           "<file>.gz</file>" too, as in <file>bar.gz</file>.)
7561         </p>
7562       </sect>
7563
7564       <sect>
7565         <heading>Device files</heading>
7566
7567         <p>
7568           Packages must not include device files or named pipes in the
7569           package file tree.
7570         </p>
7571
7572         <p>
7573           If a package needs any special device files that are not
7574           included in the base system, it must call
7575           <prgn>MAKEDEV</prgn> in the <prgn>postinst</prgn> script,
7576           after notifying the user<footnote>
7577               This notification could be done via a (low-priority)
7578               debconf message, or an echo (printf) statement.
7579           </footnote>.
7580         </p>
7581
7582         <p>
7583           Packages must not remove any device files in the
7584           <prgn>postrm</prgn> or any other script. This is left to the
7585           system administrator.
7586         </p>
7587
7588         <p>
7589           Debian uses the serial devices
7590           <file>/dev/ttyS*</file>. Programs using the old
7591           <file>/dev/cu*</file> devices should be changed to use
7592           <file>/dev/ttyS*</file>.
7593         </p>
7594
7595         <p>
7596           Named pipes needed by the package must be created in
7597           the <prgn>postinst</prgn> script<footnote>
7598             It's better to use <prgn>mkfifo</prgn> rather
7599             than <prgn>mknod</prgn> to create named pipes so that
7600             automated checks for packages incorrectly creating device
7601             files with <prgn>mknod</prgn> won't have false positives.
7602           </footnote> and removed in
7603           the <prgn>prerm</prgn> or <prgn>postrm</prgn> script as
7604           appropriate.
7605         </p>
7606       </sect>
7607
7608       <sect id="config-files">
7609         <heading>Configuration files</heading>
7610
7611         <sect1>
7612           <heading>Definitions</heading>
7613
7614           <p>
7615             <taglist>
7616               <tag>configuration file</tag>
7617               <item>
7618                   A file that affects the operation of a program, or
7619                   provides site- or host-specific information, or
7620                   otherwise customizes the behavior of a program.
7621                   Typically, configuration files are intended to be
7622                   modified by the system administrator (if needed or
7623                   desired) to conform to local policy or to provide
7624                   more useful site-specific behavior.
7625               </item>
7626
7627               <tag><tt>conffile</tt></tag>
7628               <item>
7629                   A file listed in a package's <tt>conffiles</tt>
7630                   file, and is treated specially by <prgn>dpkg</prgn>
7631                   (see <ref id="configdetails">).
7632               </item>
7633             </taglist>
7634           </p>
7635
7636           <p>
7637             The distinction between these two is important; they are
7638             not interchangeable concepts. Almost all
7639             <tt>conffile</tt>s are configuration files, but many
7640             configuration files are not <tt>conffiles</tt>.
7641           </p>
7642
7643           <p>
7644             As noted elsewhere, <file>/etc/init.d</file> scripts,
7645             <file>/etc/default</file> files, scripts installed in
7646             <file>/etc/cron.{hourly,daily,weekly,monthly}</file>, and cron
7647             configuration installed in <file>/etc/cron.d</file> must be
7648             treated as configuration files.  In general, any script that
7649             embeds configuration information is de-facto a configuration
7650             file and should be treated as such.
7651           </p>
7652         </sect1>
7653
7654         <sect1>
7655           <heading>Location</heading>
7656
7657           <p>
7658             Any configuration files created or used by your package
7659             must reside in <file>/etc</file>. If there are several,
7660             consider creating a subdirectory of <file>/etc</file>
7661             named after your package.
7662           </p>
7663
7664           <p>
7665             If your package creates or uses configuration files
7666             outside of <file>/etc</file>, and it is not feasible to modify
7667             the package to use <file>/etc</file> directly, put the files
7668             in <file>/etc</file> and create symbolic links to those files
7669             from the location that the package requires.
7670           </p>
7671         </sect1>
7672
7673         <sect1>
7674           <heading>Behavior</heading>
7675
7676           <p>
7677             Configuration file handling must conform to the following
7678             behavior:
7679             <list compact="compact">
7680               <item>
7681                   local changes must be preserved during a package
7682                   upgrade, and
7683               </item>
7684               <item>
7685                   configuration files must be preserved when the
7686                   package is removed, and only deleted when the
7687                   package is purged.
7688               </item>
7689             </list>
7690             Obsolete configuration files without local changes may be
7691             removed by the package during upgrade.
7692           </p>
7693
7694           <p>
7695             The easy way to achieve this behavior is to make the
7696             configuration file a <tt>conffile</tt>. This is
7697             appropriate only if it is possible to distribute a default
7698             version that will work for most installations, although
7699             some system administrators may choose to modify it. This
7700             implies that the default version will be part of the
7701             package distribution, and must not be modified by the
7702             maintainer scripts during installation (or at any other
7703             time).
7704           </p>
7705
7706           <p>
7707             In order to ensure that local changes are preserved
7708             correctly, no package may contain or make hard links to
7709             conffiles.<footnote>
7710                 Rationale: There are two problems with hard links.
7711                 The first is that some editors break the link while
7712                 editing one of the files, so that the two files may
7713                 unwittingly become unlinked and different.  The second
7714                 is that <prgn>dpkg</prgn> might break the hard link
7715                 while upgrading <tt>conffile</tt>s.
7716             </footnote>
7717           </p>
7718
7719           <p>
7720             The other way to do it is via the maintainer scripts.  In
7721             this case, the configuration file must not be listed as a
7722             <tt>conffile</tt> and must not be part of the package
7723             distribution. If the existence of a file is required for
7724             the package to be sensibly configured it is the
7725             responsibility of the package maintainer to provide
7726             maintainer scripts which correctly create, update and
7727             maintain the file and remove it on purge.  (See <ref
7728             id="maintainerscripts"> for more information.)  These
7729             scripts must be idempotent (i.e., must work correctly if
7730             <prgn>dpkg</prgn> needs to re-run them due to errors
7731             during installation or removal), must cope with all the
7732             variety of ways <prgn>dpkg</prgn> can call maintainer
7733             scripts, must not overwrite or otherwise mangle the user's
7734             configuration without asking, must not ask unnecessary
7735             questions (particularly during upgrades), and must
7736             otherwise be good citizens.
7737           </p>
7738
7739           <p>
7740             The scripts are not required to configure every possible
7741             option for the package, but only those necessary to get
7742             the package running on a given system. Ideally the
7743             sysadmin should not have to do any configuration other
7744             than that done (semi-)automatically by the
7745             <prgn>postinst</prgn> script.
7746           </p>
7747
7748           <p>
7749             A common practice is to create a script called
7750             <file><var>package</var>-configure</file> and have the
7751             package's <prgn>postinst</prgn> call it if and only if the
7752             configuration file does not already exist.  In certain
7753             cases it is useful for there to be an example or template
7754             file which the maintainer scripts use.  Such files should
7755             be in <file>/usr/share/<var>package</var></file> or
7756             <file>/usr/lib/<var>package</var></file> (depending on whether
7757             they are architecture-independent or not).  There should
7758             be symbolic links to them from
7759             <file>/usr/share/doc/<var>package</var>/examples</file> if
7760             they are examples, and should be perfectly ordinary
7761             <prgn>dpkg</prgn>-handled files (<em>not</em>
7762             configuration files).
7763           </p>
7764
7765           <p>
7766             These two styles of configuration file handling must
7767             not be mixed, for that way lies madness:
7768             <prgn>dpkg</prgn> will ask about overwriting the file
7769             every time the package is upgraded.
7770           </p>
7771         </sect1>
7772
7773         <sect1>
7774           <heading>Sharing configuration files</heading>
7775
7776           <p>
7777             Packages which specify the same file as a
7778             <tt>conffile</tt> must be tagged as <em>conflicting</em>
7779             with each other.  (This is an instance of the general rule
7780             about not sharing files.  Note that neither alternatives
7781             nor diversions are likely to be appropriate in this case;
7782             in particular, <prgn>dpkg</prgn> does not handle diverted
7783             <tt>conffile</tt>s well.)
7784           </p>
7785
7786           <p>
7787             The maintainer scripts must not alter a <tt>conffile</tt>
7788             of <em>any</em> package, including the one the scripts
7789             belong to.
7790           </p>
7791
7792           <p>
7793             If two or more packages use the same configuration file
7794             and it is reasonable for both to be installed at the same
7795             time, one of these packages must be defined as
7796             <em>owner</em> of the configuration file, i.e., it will be
7797             the package which handles that file as a configuration
7798             file.  Other packages that use the configuration file must
7799             depend on the owning package if they require the
7800             configuration file to operate. If the other package will
7801             use the configuration file if present, but is capable of
7802             operating without it, no dependency need be declared.
7803           </p>
7804
7805           <p>
7806             If it is desirable for two or more related packages to
7807             share a configuration file <em>and</em> for all of the
7808             related packages to be able to modify that configuration
7809             file, then the following should be done:
7810             <enumlist compact="compact">
7811               <item>
7812                   One of the related packages (the "owning" package)
7813                   will manage the configuration file with maintainer
7814                   scripts as described in the previous section.
7815               </item>
7816               <item>
7817                   The owning package should also provide a program
7818                   that the other packages may use to modify the
7819                   configuration file.
7820               </item>
7821               <item>
7822                   The related packages must use the provided program
7823                   to make any desired modifications to the
7824                   configuration file.  They should either depend on
7825                   the core package to guarantee that the configuration
7826                   modifier program is available or accept gracefully
7827                   that they cannot modify the configuration file if it
7828                   is not.  (This is in addition to the fact that the
7829                   configuration file may not even be present in the
7830                   latter scenario.)
7831               </item>
7832             </enumlist>
7833           </p>
7834
7835           <p>
7836             Sometimes it's appropriate to create a new package which
7837             provides the basic infrastructure for the other packages
7838             and which manages the shared configuration files.  (The
7839             <tt>sgml-base</tt> package is a good example.)
7840           </p>
7841         </sect1>
7842
7843         <sect1>
7844           <heading>User configuration files ("dotfiles")</heading>
7845
7846           <p>
7847             The files in <file>/etc/skel</file> will automatically be
7848             copied into new user accounts by <prgn>adduser</prgn>.
7849             No other program should reference the files in
7850             <file>/etc/skel</file>.
7851           </p>
7852
7853           <p>
7854             Therefore, if a program needs a dotfile to exist in
7855             advance in <file>$HOME</file> to work sensibly, that dotfile
7856             should be installed in <file>/etc/skel</file> and treated as a
7857             configuration file.
7858           </p>
7859
7860           <p>
7861             However, programs that require dotfiles in order to
7862             operate sensibly are a bad thing, unless they do create
7863             the dotfiles themselves automatically.
7864           </p>
7865
7866           <p>
7867             Furthermore, programs should be configured by the Debian
7868             default installation to behave as closely to the upstream
7869             default behavior as possible.
7870           </p>
7871
7872           <p>
7873             Therefore, if a program in a Debian package needs to be
7874             configured in some way in order to operate sensibly, that
7875             should be done using a site-wide configuration file placed
7876             in <file>/etc</file>.  Only if the program doesn't support a
7877             site-wide default configuration and the package maintainer
7878             doesn't have time to add it may a default per-user file be
7879             placed in <file>/etc/skel</file>.
7880           </p>
7881
7882           <p>
7883             <file>/etc/skel</file> should be as empty as we can make it.
7884             This is particularly true because there is no easy (or
7885             necessarily desirable) mechanism for ensuring that the
7886             appropriate dotfiles are copied into the accounts of
7887             existing users when a package is installed.
7888           </p>
7889         </sect1>
7890       </sect>
7891
7892       <sect>
7893         <heading>Log files</heading>
7894         <p>
7895           Log files should usually be named
7896           <file>/var/log/<var>package</var>.log</file>.  If you have many
7897           log files, or need a separate directory for permission
7898           reasons (<file>/var/log</file> is writable only by
7899           <file>root</file>), you should usually create a directory named
7900           <file>/var/log/<var>package</var></file> and place your log
7901           files there.
7902         </p>
7903
7904         <p>
7905           Log files must be rotated occasionally so that they don't
7906           grow indefinitely; the best way to do this is to drop a log
7907           rotation configuration file into the directory
7908           <file>/etc/logrotate.d</file> and use the facilities provided by
7909           logrotate.<footnote>
7910             <p>
7911               The traditional approach to log files has been to set up
7912               <em>ad hoc</em> log rotation schemes using simple shell
7913               scripts and cron.  While this approach is highly
7914               customizable, it requires quite a lot of sysadmin work.
7915               Even though the original Debian system helped a little
7916               by automatically installing a system which can be used
7917               as a template, this was deemed not enough.
7918             </p>
7919
7920             <p>
7921               The use of <prgn>logrotate</prgn>, a program developed
7922               by Red Hat, is better, as it centralizes log management.
7923               It has both a configuration file
7924               (<file>/etc/logrotate.conf</file>) and a directory where
7925               packages can drop their individual log rotation
7926               configurations (<file>/etc/logrotate.d</file>).
7927             </p>
7928           </footnote>
7929           Here is a good example for a logrotate config
7930           file (for more information see <manref name="logrotate"
7931             section="8">):
7932           <example compact="compact">
7933 /var/log/foo/*.log {
7934 rotate 12
7935 weekly
7936 compress
7937 postrotate
7938 /etc/init.d/foo force-reload
7939 endscript
7940 }
7941           </example>
7942           This rotates all files under <file>/var/log/foo</file>, saves 12
7943           compressed generations, and forces the daemon to reload its
7944           configuration information after the log rotation.
7945         </p>
7946
7947         <p>
7948           Log files should be removed when the package is
7949           purged (but not when it is only removed).  This should be
7950           done by the <prgn>postrm</prgn> script when it is called
7951           with the argument <tt>purge</tt> (see <ref
7952           id="removedetails">).
7953         </p>
7954       </sect>
7955
7956       <sect>
7957         <heading>Permissions and owners</heading>
7958
7959         <p>
7960           The rules in this section are guidelines for general use.
7961           If necessary you may deviate from the details below.
7962           However, if you do so you must make sure that what is done
7963           is secure and you should try to be as consistent as possible
7964           with the rest of the system.  You should probably also
7965           discuss it on <prgn>debian-devel</prgn> first.
7966         </p>
7967
7968         <p>
7969           Files should be owned by <tt>root:root</tt>, and made
7970           writable only by the owner and universally readable (and
7971           executable, if appropriate), that is mode 644 or 755.
7972         </p>
7973
7974         <p>
7975           Directories should be mode 755 or (for group-writability)
7976           mode 2775.  The ownership of the directory should be
7977           consistent with its mode: if a directory is mode 2775, it
7978           should be owned by the group that needs write access to
7979           it.<footnote>
7980             <p>
7981               When a package is upgraded, and the owner or permissions
7982               of a file included in the package has changed, dpkg
7983               arranges for the ownership and permissions to be
7984               correctly set upon installation. However, this does not
7985               extend to directories; the permissions and ownership of
7986               directories already on the system does not change on
7987               install or upgrade of packages.  This makes sense, since
7988               otherwise common directories like <tt>/usr</tt> would
7989               always be in flux.  To correctly change permissions of a
7990               directory the package owns, explicit action is required,
7991               usually in the <tt>postinst</tt> script. Care must be
7992               taken to handle downgrades as well, in that case.
7993             </p>
7994           </footnote>
7995         </p>
7996
7997
7998         <p>
7999           Setuid and setgid executables should be mode 4755 or 2755
8000           respectively, and owned by the appropriate user or group.
8001           They should not be made unreadable (modes like 4711 or
8002           2711 or even 4111); doing so achieves no extra security,
8003           because anyone can find the binary in the freely available
8004           Debian package; it is merely inconvenient.  For the same
8005           reason you should not restrict read or execute permissions
8006           on non-set-id executables.
8007         </p>
8008
8009         <p>
8010           Some setuid programs need to be restricted to particular
8011           sets of users, using file permissions.  In this case they
8012           should be owned by the uid to which they are set-id, and by
8013           the group which should be allowed to execute them.  They
8014           should have mode 4754; again there is no point in making
8015           them unreadable to those users who must not be allowed to
8016           execute them.
8017         </p>
8018
8019         <p>
8020           It is possible to arrange that the system administrator can
8021           reconfigure the package to correspond to their local
8022           security policy by changing the permissions on a binary:
8023           they can do this by using <prgn>dpkg-statoverride</prgn>, as
8024           described below.<footnote>
8025             Ordinary files installed by <prgn>dpkg</prgn> (as
8026             opposed to <tt>conffile</tt>s and other similar objects)
8027             normally have their permissions reset to the distributed
8028             permissions when the package is reinstalled.  However,
8029             the use of <prgn>dpkg-statoverride</prgn> overrides this
8030             default behavior.
8031           </footnote>
8032           Another method you should consider is to create a group for
8033           people allowed to use the program(s) and make any setuid
8034           executables executable only by that group.
8035         </p>
8036
8037         <p>
8038           If you need to create a new user or group for your package
8039           there are two possibilities.  Firstly, you may need to
8040           make some files in the binary package be owned by this
8041           user or group, or you may need to compile the user or
8042           group id (rather than just the name) into the binary
8043           (though this latter should be avoided if possible, as in
8044           this case you need a statically allocated id).</p>
8045
8046         <p>
8047           If you need a statically allocated id, you must ask for a
8048           user or group id from the <tt>base-passwd</tt> maintainer,
8049           and must not release the package until you have been
8050           allocated one.  Once you have been allocated one you must
8051           either make the package depend on a version of the
8052           <tt>base-passwd</tt> package with the id present in
8053           <file>/etc/passwd</file> or <file>/etc/group</file>, or arrange for
8054           your package to create the user or group itself with the
8055           correct id (using <tt>adduser</tt>) in its
8056           <prgn>preinst</prgn> or <prgn>postinst</prgn>.  (Doing it in
8057           the <prgn>postinst</prgn> is to be preferred if it is
8058           possible, otherwise a pre-dependency will be needed on the
8059           <tt>adduser</tt> package.)
8060         </p>
8061
8062         <p>
8063           On the other hand, the program might be able to determine
8064           the uid or gid from the user or group name at runtime, so
8065           that a dynamically allocated id can be used.  In this case
8066           you should choose an appropriate user or group name,
8067           discussing this on <prgn>debian-devel</prgn> and checking
8068           with the <package/base-passwd/ maintainer that it is unique and that
8069           they do not wish you to use a statically allocated id
8070           instead.  When this has been checked you must arrange for
8071           your package to create the user or group if necessary using
8072           <prgn>adduser</prgn> in the <prgn>preinst</prgn> or
8073           <prgn>postinst</prgn> script (again, the latter is to be
8074           preferred if it is possible).
8075         </p>
8076
8077         <p>
8078           Note that changing the numeric value of an id associated
8079           with a name is very difficult, and involves searching the
8080           file system for all appropriate files.  You need to think
8081           carefully whether a static or dynamic id is required, since
8082           changing your mind later will cause problems.
8083         </p>
8084
8085         <sect1><heading>The use of <prgn>dpkg-statoverride</prgn></heading>
8086           <p>
8087             This section is not intended as policy, but as a
8088             description of the use of <prgn>dpkg-statoverride</prgn>.
8089           </p>
8090
8091           <p>
8092             If a system administrator wishes to have a file (or
8093             directory or other such thing) installed with owner and
8094             permissions different from those in the distributed Debian
8095             package, they can use the <prgn>dpkg-statoverride</prgn>
8096             program to instruct <prgn>dpkg</prgn> to use the different
8097             settings every time the file is installed.  Thus the
8098             package maintainer should distribute the files with their
8099             normal permissions, and leave it for the system
8100             administrator to make any desired changes.  For example, a
8101             daemon which is normally required to be setuid root, but
8102             in certain situations could be used without being setuid,
8103             should be installed setuid in the <tt>.deb</tt>.  Then the
8104             local system administrator can change this if they wish.
8105             If there are two standard ways of doing it, the package
8106             maintainer can use <tt>debconf</tt> to find out the
8107             preference, and call <prgn>dpkg-statoverride</prgn> in the
8108             maintainer script if necessary to accommodate the system
8109             administrator's choice. Care must be taken during
8110             upgrades to not override an existing setting.
8111           </p>
8112
8113           <p>
8114             Given the above, <prgn>dpkg-statoverride</prgn> is
8115             essentially a tool for system administrators and would not
8116             normally be needed in the maintainer scripts.  There is
8117             one type of situation, though, where calls to
8118             <prgn>dpkg-statoverride</prgn> would be needed in the
8119             maintainer scripts, and that involves packages which use
8120             dynamically allocated user or group ids.  In such a
8121             situation, something like the following idiom can be very
8122             helpful in the package's <prgn>postinst</prgn>, where
8123             <tt>sysuser</tt> is a dynamically allocated id:
8124             <example>
8125 for i in /usr/bin/foo /usr/sbin/bar
8126 do
8127   # only do something when no setting exists
8128   if ! dpkg-statoverride --list $i >/dev/null 2>&1
8129   then
8130     #include: debconf processing, question about foo and bar
8131     if [ "$RET" = "true" ] ; then
8132       dpkg-statoverride --update --add sysuser root 4755 $i
8133     fi
8134   fi
8135 done
8136             </example>
8137             The corresponding code to remove the override when the package
8138             is purged would be:
8139             <example>
8140 for i in /usr/bin/foo /usr/sbin/bar
8141 do
8142   if dpkg-statoverride --list $i >/dev/null 2>&1
8143   then
8144     dpkg-statoverride --remove $i
8145   fi
8146 done
8147             </example>
8148           </p>
8149         </sect1>
8150       </sect>
8151     </chapt>
8152
8153
8154     <chapt id="customized-programs">
8155       <heading>Customized programs</heading>
8156
8157       <sect id="arch-spec">
8158         <heading>Architecture specification strings</heading>
8159
8160         <p>
8161           If a program needs to specify an <em>architecture specification
8162           string</em> in some place, it should select one of the strings
8163           provided by <tt>dpkg-architecture -L</tt>. The strings are in
8164           the format <tt><var>os</var>-<var>arch</var></tt>, though the OS
8165           part is sometimes elided, as when the OS is Linux.
8166         </p>
8167
8168         <p>
8169           Note that we don't want to use
8170           <tt><var>arch</var>-debian-linux</tt> to apply to the rule
8171           <tt><var>architecture</var>-<var>vendor</var>-<var>os</var></tt>
8172           since this would make our programs incompatible with other
8173           Linux distributions.  We also don't use something like
8174           <tt><var>arch</var>-unknown-linux</tt>, since the
8175           <tt>unknown</tt> does not look very good.
8176         </p>
8177
8178         <sect1 id="arch-wildcard-spec">
8179           <heading>Architecture wildcards</heading>
8180
8181           <p>
8182             A package may specify an architecture wildcard. Architecture
8183             wildcards are in the format <tt>any</tt> (which matches every
8184             architecture), <tt><var>os</var></tt>-any, or
8185             any-<tt><var>cpu</var></tt>. <footnote>
8186               Internally, the package system normalizes the GNU triplets
8187               and the Debian arches into Debian arch triplets (which are
8188               kind of inverted GNU triplets), with the first component of
8189               the triplet representing the libc and ABI in use, and then
8190               does matching against those triplets.  However, such
8191               triplets are an internal implementation detail that should
8192               not be used by packages directly.  The libc and ABI portion
8193               is handled internally by the package system based on
8194               the <var>os</var> and <var>cpu</var>.
8195             </footnote>
8196           </p>
8197         </sect1>
8198       </sect>
8199
8200       <sect>
8201         <heading>Daemons</heading>
8202
8203         <p>
8204           The configuration files <file>/etc/services</file>,
8205           <file>/etc/protocols</file>, and <file>/etc/rpc</file> are managed
8206           by the <prgn>netbase</prgn> package and must not be modified
8207           by other packages.
8208         </p>
8209
8210         <p>
8211           If a package requires a new entry in one of these files, the
8212           maintainer should get in contact with the
8213           <prgn>netbase</prgn> maintainer, who will add the entries
8214           and release a new version of the <prgn>netbase</prgn>
8215           package.
8216         </p>
8217
8218         <p>
8219           The configuration file <file>/etc/inetd.conf</file> must not be
8220           modified by the package's scripts except via the
8221           <prgn>update-inetd</prgn> script or the
8222           <file>DebianNet.pm</file> Perl module.  See their documentation
8223           for details on how to add entries.
8224         </p>
8225
8226         <p>
8227           If a package wants to install an example entry into
8228           <file>/etc/inetd.conf</file>, the entry must be preceded with
8229           exactly one hash character (<tt>#</tt>). Such lines are
8230           treated as "commented out by user" by the
8231           <prgn>update-inetd</prgn> script and are not changed or
8232           activated during package updates.
8233         </p>
8234       </sect>
8235
8236       <sect>
8237         <heading>Using pseudo-ttys and modifying wtmp, utmp and
8238         lastlog</heading>
8239
8240         <p>
8241           Some programs need to create pseudo-ttys. This should be done
8242           using Unix98 ptys if the C library supports it. The resulting
8243           program must not be installed setuid root, unless that
8244           is required for other functionality.
8245         </p>
8246
8247         <p>
8248           The files <file>/var/run/utmp</file>, <file>/var/log/wtmp</file> and
8249           <file>/var/log/lastlog</file> must be installed writable by
8250           group <tt>utmp</tt>.  Programs which need to modify those
8251           files must be installed setgid <tt>utmp</tt>.
8252         </p>
8253       </sect>
8254
8255       <sect>
8256         <heading>Editors and pagers</heading>
8257
8258         <p>
8259           Some programs have the ability to launch an editor or pager
8260           program to edit or display a text document.  Since there are
8261           lots of different editors and pagers available in the Debian
8262           distribution, the system administrator and each user should
8263           have the possibility to choose their preferred editor and
8264           pager.
8265         </p>
8266
8267         <p>
8268           In addition, every program should choose a good default
8269           editor/pager if none is selected by the user or system
8270           administrator.
8271         </p>
8272
8273         <p>
8274           Thus, every program that launches an editor or pager must
8275           use the EDITOR or PAGER environment variable to determine
8276           the editor or pager the user wishes to use.  If these
8277           variables are not set, the programs <file>/usr/bin/editor</file>
8278           and <file>/usr/bin/pager</file> should be used, respectively.
8279         </p>
8280
8281         <p>
8282           These two files are managed through the <prgn>dpkg</prgn>
8283           "alternatives" mechanism.  Thus every package providing an
8284           editor or pager must call the
8285           <prgn>update-alternatives</prgn> script to register these
8286           programs.
8287         </p>
8288
8289         <p>
8290           If it is very hard to adapt a program to make use of the
8291           EDITOR or PAGER variables, that program may be configured to
8292           use <file>/usr/bin/sensible-editor</file> and
8293           <file>/usr/bin/sensible-pager</file> as the editor or pager
8294           program respectively.  These are two scripts provided in the
8295           <package>sensible-utils</package> package that check the EDITOR
8296           and PAGER variables and launch the appropriate program, and fall
8297           back to <file>/usr/bin/editor</file>
8298           and <file>/usr/bin/pager</file> if the variable is not set.
8299         </p>
8300
8301         <p>
8302           A program may also use the VISUAL environment variable to
8303           determine the user's choice of editor.  If it exists, it
8304           should take precedence over EDITOR.  This is in fact what
8305           <file>/usr/bin/sensible-editor</file> does.
8306         </p>
8307
8308         <p>
8309           It is not required for a package to depend on
8310           <tt>editor</tt> and <tt>pager</tt>, nor is it required for a
8311           package to provide such virtual packages.<footnote>
8312               The Debian base system already provides an editor and a
8313               pager program.
8314           </footnote>
8315         </p>
8316       </sect>
8317
8318       <sect id="web-appl">
8319         <heading>Web servers and applications</heading>
8320
8321         <p>
8322           This section describes the locations and URLs that should
8323           be used by all web servers and web applications in the
8324           Debian system.
8325         </p>
8326
8327         <p>
8328           <enumlist>
8329             <item>
8330                 Cgi-bin executable files are installed in the
8331                 directory
8332                 <example compact="compact">
8333 /usr/lib/cgi-bin/<var>cgi-bin-name</var>
8334                 </example>
8335                 and should be referred to as
8336                 <example compact="compact">
8337 http://localhost/cgi-bin/<var>cgi-bin-name</var>
8338                 </example>
8339
8340             </item>
8341
8342             <item>
8343               <p>Access to HTML documents</p>
8344
8345               <p>
8346                 HTML documents for a package are stored in
8347                 <file>/usr/share/doc/<var>package</var></file>
8348                 and can be referred to as
8349                 <example compact="compact">
8350 http://localhost/doc/<var>package</var>/<var>filename</var>
8351                 </example>
8352               </p>
8353
8354               <p>
8355                 The web server should restrict access to the document
8356                 tree so that only clients on the same host can read
8357                 the documents. If the web server does not support such
8358                 access controls, then it should not provide access at
8359                 all, or ask about providing access during installation.
8360               </p>
8361             </item>
8362
8363             <item>
8364               <p>Access to images</p>
8365               <p>
8366                 It is recommended that images for a package be stored
8367                 in <tt>/usr/share/images/<var>package</var></tt> and
8368                 may be referred to through an alias <tt>/images/</tt>
8369                 as
8370                 <example>
8371                   http://localhost/images/&lt;package&gt;/&lt;filename&gt;     
8372                 </example>
8373                 
8374               </p>
8375             </item>
8376
8377             <item>
8378               <p>Web Document Root</p>
8379
8380               <p>
8381                 Web Applications should try to avoid storing files in
8382                 the Web Document Root.  Instead they should use the
8383                 /usr/share/doc/<var>package</var> directory for
8384                 documents and register the Web Application via the
8385                 <package>doc-base</package> package.  If access to the
8386                 web document root is unavoidable then use
8387                 <example compact="compact">
8388 /var/www
8389                 </example>
8390                 as the Document Root.  This might be just a symbolic
8391                 link to the location where the system administrator
8392                 has put the real document root.
8393               </p>
8394             </item>
8395             <item><p>Providing httpd and/or httpd-cgi</p>
8396               <p>
8397                 All web servers should provide the virtual package
8398                 <tt>httpd</tt>. If a web server has CGI support it should
8399                 provide <tt>httpd-cgi</tt> additionally.
8400               </p>
8401               <p>
8402                 All web applications which do not contain CGI scripts should
8403                 depend on <tt>httpd</tt>, all those web applications which
8404                 <tt>do</tt> contain CGI scripts, should depend on
8405                 <tt>httpd-cgi</tt>.
8406               </p>
8407             </item>
8408           </enumlist>
8409         </p>
8410       </sect>
8411
8412       <sect id="mail-transport-agents">
8413         <heading>Mail transport, delivery and user agents</heading>
8414
8415         <p>
8416           Debian packages which process electronic mail, whether mail
8417           user agents (MUAs) or mail transport agents (MTAs), must
8418           ensure that they are compatible with the configuration
8419           decisions below.  Failure to do this may result in lost
8420           mail, broken <tt>From:</tt> lines, and other serious brain
8421           damage!
8422         </p>
8423
8424         <p>
8425           The mail spool is <file>/var/mail</file> and the interface to
8426           send a mail message is <file>/usr/sbin/sendmail</file> (as per
8427           the FHS).  On older systems, the mail spool may be
8428           physically located in <file>/var/spool/mail</file>, but all
8429           access to the mail spool should be via the
8430           <file>/var/mail</file> symlink.  The mail spool is part of the
8431           base system and not part of the MTA package.
8432         </p>
8433
8434         <p>
8435           All Debian MUAs, MTAs, MDAs and other mailbox accessing
8436           programs (such as IMAP daemons) must lock the mailbox in an
8437           NFS-safe way. This means that <tt>fcntl()</tt> locking must
8438           be combined with dot locking.  To avoid deadlocks, a program
8439           should use <tt>fcntl()</tt> first and dot locking after
8440           this, or alternatively implement the two locking methods in
8441           a non blocking way<footnote>
8442               If it is not possible to establish both locks, the
8443               system shouldn't wait for the second lock to be
8444               established, but remove the first lock, wait a (random)
8445               time, and start over locking again.
8446           </footnote>. Using the functions <tt>maillock</tt> and
8447           <tt>mailunlock</tt> provided by the
8448           <tt>liblockfile*</tt><footnote>
8449               You will need to depend on <tt>liblockfile1 (&gt;&gt;1.01)</tt>
8450               to use these functions.
8451           </footnote> packages is the recommended way to realize this.
8452         </p>
8453
8454         <p>
8455           Mailboxes are generally either mode 600 and owned by
8456           <var>user</var> or mode 660 and owned by
8457           <tt><var>user</var>:mail</tt><footnote>
8458             There are two traditional permission schemes for mail spools:
8459             mode 600 with all mail delivery done by processes running as
8460             the destination user, or mode 660 and owned by group mail with
8461             mail delivery done by a process running as a system user in
8462             group mail.  Historically, Debian required mode 660 mail
8463             spools to enable the latter model, but that model has become
8464             increasingly uncommon and the principle of least privilege
8465             indicates that mail systems that use the first model should
8466             use permissions of 600.  If delivery to programs is permitted,
8467             it's easier to keep the mail system secure if the delivery
8468             agent runs as the destination user.  Debian Policy therefore
8469             permits either scheme.
8470           </footnote>. The local system administrator may choose a
8471           different permission scheme; packages should not make
8472           assumptions about the permission and ownership of mailboxes
8473           unless required (such as when creating a new mailbox).  A MUA
8474           may remove a mailbox (unless it has nonstandard permissions) in
8475           which case the MTA or another MUA must recreate it if needed.
8476         </p>
8477
8478         <p>
8479           The mail spool is 2775 <tt>root:mail</tt>, and MUAs should
8480           be setgid mail to do the locking mentioned above (and
8481           must obviously avoid accessing other users' mailboxes
8482           using this privilege).</p>
8483
8484         <p>
8485           <file>/etc/aliases</file> is the source file for the system mail
8486           aliases (e.g., postmaster, usenet, etc.), it is the one
8487           which the sysadmin and <prgn>postinst</prgn> scripts may
8488           edit.  After <file>/etc/aliases</file> is edited the program or
8489           human editing it must call <prgn>newaliases</prgn>.  All MTA
8490           packages must come with a <prgn>newaliases</prgn> program,
8491           even if it does nothing, but older MTA packages did not do
8492           this so programs should not fail if <prgn>newaliases</prgn>
8493           cannot be found.  Note that because of this, all MTA
8494           packages must have <tt>Provides</tt>, <tt>Conflicts</tt> and
8495           <tt>Replaces: mail-transport-agent</tt> control file
8496           fields.
8497         </p>
8498
8499         <p>
8500           The convention of writing <tt>forward to
8501             <var>address</var></tt> in the mailbox itself is not
8502           supported.  Use a <tt>.forward</tt> file instead.</p>
8503
8504         <p>
8505           The <prgn>rmail</prgn> program used by UUCP
8506           for incoming mail should be  <file>/usr/sbin/rmail</file>.
8507           Likewise, <prgn>rsmtp</prgn>, for receiving
8508           batch-SMTP-over-UUCP, should be <file>/usr/sbin/rsmtp</file> if it
8509           is supported.</p>
8510
8511         <p>
8512           If your package needs to know what hostname to use on (for
8513           example) outgoing news and mail messages which are generated
8514           locally, you should use the file <file>/etc/mailname</file>.  It
8515           will contain the portion after the username and <tt>@</tt>
8516           (at) sign for email addresses of users on the machine
8517           (followed by a newline).
8518         </p>
8519
8520         <p>
8521           Such a package should check for the existence of this file
8522           when it is being configured.  If it exists, it should be
8523           used without comment, although an MTA's configuration script
8524           may wish to prompt the user even if it finds that this file
8525           exists.  If the file does not exist, the package should
8526           prompt the user for the value (preferably using
8527           <prgn>debconf</prgn>) and store it in <file>/etc/mailname</file>
8528           as well as using it in the package's configuration.  The
8529           prompt should make it clear that the name will not just be
8530           used by that package.  For example, in this situation the
8531           <tt>inn</tt> package could say something like:
8532           <example compact="compact">
8533 Please enter the "mail name" of your system.  This is the
8534 hostname portion of the address to be shown on outgoing
8535 news and mail messages.  The default is
8536 <var>syshostname</var>, your system's host name.  Mail
8537 name ["<var>syshostname</var>"]:
8538           </example>
8539           where <var>syshostname</var> is the output of <tt>hostname
8540             --fqdn</tt>.
8541         </p>
8542       </sect>
8543
8544       <sect>
8545         <heading>News system configuration</heading>
8546
8547         <p>
8548           All the configuration files related to the NNTP (news)
8549           servers and clients should be located under
8550           <file>/etc/news</file>.</p>
8551
8552         <p>
8553           There are some configuration issues that apply to a number
8554           of news clients and server packages on the machine. These
8555           are:
8556
8557           <taglist>
8558             <tag><file>/etc/news/organization</file></tag>
8559             <item>
8560                 A string which should appear as the
8561                 organization header for all messages posted
8562                 by NNTP clients on the machine
8563             </item>
8564
8565             <tag><file>/etc/news/server</file></tag>
8566             <item>
8567                 Contains the FQDN of the upstream NNTP
8568                 server, or localhost if the local machine is
8569                 an NNTP server.
8570             </item>
8571           </taglist>
8572
8573           Other global files may be added as required for cross-package news
8574           configuration.
8575         </p>
8576       </sect>
8577
8578
8579       <sect>
8580         <heading>Programs for the X Window System</heading>
8581
8582         <sect1>
8583           <heading>Providing X support and package priorities</heading>
8584
8585           <p>
8586             Programs that can be configured with support for the X
8587             Window System must be configured to do so and must declare
8588             any package dependencies necessary to satisfy their
8589             runtime requirements when using the X Window System.  If
8590             such a package is of higher priority than the X packages
8591             on which it depends, it is required that either the
8592             X-specific components be split into a separate package, or
8593             that an alternative version of the package, which includes
8594             X support, be provided, or that the package's priority be
8595             lowered.
8596           </p>
8597         </sect1>
8598
8599         <sect1>
8600           <heading>Packages providing an X server</heading>
8601
8602           <p>
8603             Packages that provide an X server that, directly or
8604             indirectly, communicates with real input and display
8605             hardware should declare in their control data that they
8606             provide the virtual package <tt>xserver</tt>.<footnote>
8607                 This implements current practice, and provides an
8608                 actual policy for usage of the <tt>xserver</tt>
8609                 virtual package which appears in the virtual packages
8610                 list.  In a nutshell, X servers that interface
8611                 directly with the display and input hardware or via
8612                 another subsystem (e.g., GGI) should provide
8613                 <tt>xserver</tt>.  Things like <tt>Xvfb</tt>,
8614                 <tt>Xnest</tt>, and <tt>Xprt</tt> should not.
8615             </footnote>
8616           </p>
8617         </sect1>
8618
8619         <sect1>
8620           <heading>Packages providing a terminal emulator</heading>
8621
8622           <p>
8623             Packages that provide a terminal emulator for the X Window
8624             System which meet the criteria listed below should declare
8625             in their control data that they provide the virtual
8626             package <tt>x-terminal-emulator</tt>.  They should also
8627             register themselves as an alternative for
8628             <file>/usr/bin/x-terminal-emulator</file>, with a priority of
8629             20.
8630           </p>
8631
8632           <p>
8633             To be an <tt>x-terminal-emulator</tt>, a program must:
8634             <list compact="compact">
8635               <item>
8636                   Be able to emulate a DEC VT100 terminal, or a
8637                   compatible terminal.
8638               </item>
8639
8640               <item>
8641                   Support the command-line option <tt>-e
8642                     <var>command</var></tt>, which creates a new
8643                   terminal window<footnote>
8644                       "New terminal window" does not necessarily mean
8645                       a new top-level X window directly parented by
8646                       the window manager; it could, if the terminal
8647                       emulator application were so coded, be a new
8648                       "view" in a multiple-document interface (MDI).
8649                   </footnote>
8650                   and runs the specified <var>command</var>,
8651                   interpreting the entirety of the rest of the command
8652                   line as a command to pass straight to exec, in the
8653                   manner that <tt>xterm</tt> does.
8654               </item>
8655
8656               <item>
8657                   Support the command-line option <tt>-T
8658                     <var>title</var></tt>, which creates a new terminal
8659                   window with the window title <var>title</var>.
8660               </item>
8661             </list>
8662           </p>
8663         </sect1>
8664
8665         <sect1>
8666           <heading>Packages providing a window manager</heading>
8667
8668           <p>
8669             Packages that provide a window manager should declare in
8670             their control data that they provide the virtual package
8671             <tt>x-window-manager</tt>.  They should also register
8672             themselves as an alternative for
8673             <file>/usr/bin/x-window-manager</file>, with a priority
8674             calculated as follows:
8675             <list compact="compact">
8676               <item>
8677                   Start with a priority of 20.
8678               </item>
8679
8680               <item>
8681                   If the window manager supports the Debian menu
8682                   system, add 20 points if this support is available
8683                   in the package's default configuration (i.e., no
8684                   configuration files belonging to the system or user
8685                   have to be edited to activate the feature); if
8686                   configuration files must be modified, add only 10
8687                   points.
8688                 </p>
8689               </item>
8690
8691               <item>
8692                   If the window manager complies with <url
8693                     id="http://www.freedesktop.org/Standards/wm-spec"
8694                     name="The Window Manager Specification Project">,
8695                   written by the <url id="http://www.freedesktop.org/"
8696                     name="Free Desktop Group">, add 40 points.
8697               </item>
8698
8699               <item>
8700                   If the window manager permits the X session to be
8701                   restarted using a <em>different</em> window manager
8702                   (without killing the X server) in its default
8703                   configuration, add 10 points; otherwise add none.
8704               </item>
8705             </list>
8706           </p>
8707         </sect1>
8708
8709         <sect1>
8710           <heading>Packages providing fonts</heading>
8711
8712           <p>
8713             Packages that provide fonts for the X Window
8714             System<footnote>
8715                 For the purposes of Debian Policy, a "font for the X
8716                 Window System" is one which is accessed via X protocol
8717                 requests.  Fonts for the Linux console, for PostScript
8718                 renderer, or any other purpose, do not fit this
8719                 definition.  Any tool which makes such fonts available
8720                 to the X Window System, however, must abide by this
8721                 font policy.
8722             </footnote>
8723             must do a number of things to ensure that they are both
8724             available without modification of the X or font server
8725             configuration, and that they do not corrupt files used by
8726             other font packages to register information about
8727             themselves.
8728             <enumlist>
8729               <item>
8730                   Fonts of any type supported by the X Window System
8731                   must be in a separate binary package from any
8732                   executables, libraries, or documentation (except
8733                   that specific to the fonts shipped, such as their
8734                   license information).  If one or more of the fonts
8735                   so packaged are necessary for proper operation of
8736                   the package with which they are associated the font
8737                   package may be Recommended; if the fonts merely
8738                   provide an enhancement, a Suggests relationship may
8739                   be used.  Packages must not Depend on font
8740                   packages.<footnote>
8741                       This is because the X server may retrieve fonts
8742                       from the local file system or over the network
8743                       from an X font server; the Debian package system
8744                       is empowered to deal only with the local
8745                       file system.
8746                   </footnote>
8747               </item>
8748
8749               <item>
8750                   BDF fonts must be converted to PCF fonts with the
8751                   <prgn>bdftopcf</prgn> utility (available in the
8752                   <tt>xfonts-utils</tt> package, <prgn>gzip</prgn>ped, and
8753                   placed in a directory that corresponds to their
8754                   resolution:
8755                   <list compact="compact">
8756                     <item>
8757                         100 dpi fonts must be placed in
8758                         <file>/usr/share/fonts/X11/100dpi/</file>.
8759                     </item>
8760
8761                     <item>
8762                         75 dpi fonts must be placed in
8763                         <file>/usr/share/fonts/X11/75dpi/</file>.
8764                     </item>
8765
8766                     <item>
8767                         Character-cell fonts, cursor fonts, and other
8768                         low-resolution fonts must be placed in
8769                         <file>/usr/share/fonts/X11/misc/</file>.
8770                     </item>
8771                   </list>
8772               </item>
8773
8774               <item>
8775                   Type 1 fonts must be placed in
8776                   <file>/usr/share/fonts/X11/Type1/</file>.  If font
8777                   metric files are available, they must be placed here
8778                   as well.
8779               </item>
8780
8781               <item>
8782                   Subdirectories of <file>/usr/share/fonts/X11/</file>
8783                   other than those listed above must be neither
8784                   created nor used.  (The <file>PEX</file>, <file>CID</file>,
8785                   <file>Speedo</file>, and <file>cyrillic</file> directories
8786                   are excepted for historical reasons, but installation of
8787                   files into these directories remains discouraged.)
8788               </item>
8789
8790               <item>
8791                   Font packages may, instead of placing files directly
8792                   in the X font directories listed above, provide
8793                   symbolic links in that font directory pointing to
8794                   the files' actual location in the filesystem.  Such
8795                   a location must comply with the FHS.
8796               </item>
8797
8798               <item>
8799                   Font packages should not contain both 75dpi and
8800                   100dpi versions of a font.  If both are available,
8801                   they should be provided in separate binary packages
8802                   with <tt>-75dpi</tt> or <tt>-100dpi</tt> appended to
8803                   the names of the packages containing the
8804                   corresponding fonts.
8805               </item>
8806
8807               <item>
8808                   Fonts destined for the <file>misc</file> subdirectory
8809                   should not be included in the same package as 75dpi
8810                   or 100dpi fonts; instead, they should be provided in
8811                   a separate package with <tt>-misc</tt> appended to
8812                   its name.
8813               </item>
8814
8815               <item>
8816                   Font packages must not provide the files
8817                   <file>fonts.dir</file>, <file>fonts.alias</file>, or
8818                   <file>fonts.scale</file> in a font directory:
8819                   <list>
8820                     <item>
8821                         <file>fonts.dir</file> files must not be provided at all.
8822                     </item>
8823
8824                     <item>
8825                         <file>fonts.alias</file> and <file>fonts.scale</file>
8826                         files, if needed, should be provided in the
8827                         directory
8828                         <file>/etc/X11/fonts/<var>fontdir</var>/<var>package</var>.<var>extension</var></file>,
8829                         where <var>fontdir</var> is the name of the
8830                         subdirectory of
8831                         <file>/usr/share/fonts/X11/</file> where the
8832                         package's corresponding fonts are stored
8833                         (e.g., <tt>75dpi</tt> or <tt>misc</tt>),
8834                         <var>package</var> is the name of the package
8835                         that provides these fonts, and
8836                         <var>extension</var> is either <tt>scale</tt>
8837                         or <tt>alias</tt>, whichever corresponds to
8838                         the file contents.
8839                     </item>
8840                   </list>
8841               </item>
8842
8843               <item>
8844                   Font packages must declare a dependency on
8845                   <tt>xfonts-utils</tt> in their control
8846                   data.
8847               </item>
8848
8849               <item>
8850                   Font packages that provide one or more
8851                   <file>fonts.scale</file> files as described above must
8852                   invoke <prgn>update-fonts-scale</prgn> on each
8853                   directory into which they installed fonts
8854                   <em>before</em> invoking
8855                   <prgn>update-fonts-dir</prgn> on that directory.
8856                   This invocation must occur in both the
8857                   <prgn>postinst</prgn> (for all arguments) and
8858                   <prgn>postrm</prgn> (for all arguments except
8859                   <tt>upgrade</tt>) scripts.
8860               </item>
8861
8862               <item>
8863                   Font packages that provide one or more
8864                   <file>fonts.alias</file> files as described above must
8865                   invoke <prgn>update-fonts-alias</prgn> on each
8866                   directory into which they installed fonts.  This
8867                   invocation must occur in both the
8868                   <prgn>postinst</prgn> (for all arguments) and
8869                   <prgn>postrm</prgn> (for all arguments except
8870                   <tt>upgrade</tt>) scripts.
8871               </item>
8872
8873               <item>
8874                   Font packages must invoke
8875                   <prgn>update-fonts-dir</prgn> on each directory into
8876                   which they installed fonts.  This invocation must
8877                   occur in both the <prgn>postinst</prgn> (for all
8878                   arguments) and <prgn>postrm</prgn> (for all
8879                   arguments except <tt>upgrade</tt>) scripts.
8880               </item>
8881
8882               <item>
8883                   Font packages must not provide alias names for the
8884                   fonts they include which collide with alias names
8885                   already in use by fonts already packaged.
8886               </item>
8887
8888               <item>
8889                   Font packages must not provide fonts with the same
8890                   XLFD registry name as another font already packaged.
8891               </item>
8892             </enumlist>
8893           </p>
8894         </sect1>
8895
8896         <sect1 id="appdefaults">
8897           <heading>Application defaults files</heading>
8898
8899           <p>
8900             Application defaults files must be installed in the
8901             directory <file>/etc/X11/app-defaults/</file> (use of a
8902             localized subdirectory of <file>/etc/X11/</file> as described
8903             in the <em>X Toolkit Intrinsics - C Language
8904             Interface</em> manual is also permitted).  They must be
8905             registered as <tt>conffile</tt>s or handled as
8906             configuration files.
8907           </p>
8908
8909           <p>
8910             Customization of programs' X resources may also be
8911             supported with the provision of a file with the same name
8912             as that of the package placed in
8913             the <file>/etc/X11/Xresources/</file> directory, which
8914             must be registered as a <tt>conffile</tt> or handled as a
8915             configuration file.<footnote>
8916                 Note that this mechanism is not the same as using
8917                 app-defaults; app-defaults are tied to the client
8918                 binary on the local file system, whereas X resources
8919                 are stored in the X server and affect all connecting
8920                 clients.
8921             </footnote>
8922           </p>
8923         </sect1>
8924
8925         <sect1>
8926           <heading>Installation directory issues</heading>
8927
8928           <p>
8929             Historically, packages using the X Window System used a
8930             separate set of installation directories from other packages.
8931             This practice has been discontinued and packages using the X
8932             Window System should now generally be installed in the same
8933             directories as any other package.  Specifically, packages must
8934             not install files under the <file>/usr/X11R6/</file> directory
8935             and the <file>/usr/X11R6/</file> directory hierarchy should be
8936             regarded as obsolete.
8937           </p>
8938
8939           <p>
8940             Include files previously installed under
8941             <file>/usr/X11R6/include/X11/</file> should be installed into
8942             <file>/usr/include/X11/</file>.  For files previously
8943             installed into subdirectories of
8944             <file>/usr/X11R6/lib/X11/</file>, package maintainers should
8945             determine if subdirectories of <file>/usr/lib/</file> and
8946             <file>/usr/share/</file> can be used.  If not, a subdirectory
8947             of <file>/usr/lib/X11/</file> should be used.
8948           </p>
8949
8950           <p>
8951             Configuration files for window, display, or session managers
8952             or other applications that are tightly integrated with the X
8953             Window System may be placed in a subdirectory
8954             of <file>/etc/X11/</file> corresponding to the package name.
8955             Other X Window System applications should use
8956             the <file>/etc/</file> directory unless otherwise mandated by
8957             policy (such as for <ref id="appdefaults">).
8958           </p>
8959         </sect1>
8960
8961         <sect1>
8962           <heading>The OSF/Motif and OpenMotif libraries</heading>
8963
8964           <p>
8965             <em>Programs that require the non-DFSG-compliant OSF/Motif or
8966               OpenMotif libraries</em><footnote>
8967                 OSF/Motif and OpenMotif are collectively referred to as
8968                 "Motif" in this policy document.
8969             </footnote>
8970             should be compiled against and tested with LessTif (a free
8971             re-implementation of Motif) instead.  If the maintainer
8972             judges that the program or programs do not work
8973             sufficiently well with LessTif to be distributed and
8974             supported, but do so when compiled against Motif, then two
8975             versions of the package should be created; one linked
8976             statically against Motif and with <tt>-smotif</tt>
8977             appended to the package name, and one linked dynamically
8978             against Motif and with <tt>-dmotif</tt> appended to the
8979             package name.
8980           </p>
8981
8982           <p>
8983             Both Motif-linked versions are dependent
8984             upon non-DFSG-compliant software and thus cannot be
8985             uploaded to the <em>main</em> distribution; if the
8986             software is itself DFSG-compliant it may be uploaded to
8987             the <em>contrib</em> distribution.  While known existing
8988             versions of Motif permit unlimited redistribution of
8989             binaries linked against the library (whether statically or
8990             dynamically), it is the package maintainer's
8991             responsibility to determine whether this is permitted by
8992             the license of the copy of Motif in their possession.
8993           </p>
8994         </sect1>
8995       </sect>
8996
8997       <sect id="perl">
8998         <heading>Perl programs and modules</heading>
8999
9000         <p>
9001           Perl programs and modules should follow the current Perl policy.
9002         </p>
9003
9004         <p>
9005           The Perl policy can be found in the <tt>perl-policy</tt>
9006           files in the <tt>debian-policy</tt> package.
9007           It is also available from the Debian web mirrors at
9008           <tt><url name="/doc/packaging-manuals/perl-policy/"
9009                 id="http://www.debian.org/doc/packaging-manuals/perl-policy/"></tt>.
9010         </p>
9011       </sect>
9012
9013       <sect id="emacs">
9014         <heading>Emacs lisp programs</heading>
9015
9016         <p>
9017           Please refer to the "Debian Emacs Policy" for details of how to
9018           package emacs lisp programs.
9019         </p>
9020
9021         <p>
9022           The Emacs policy is available in
9023           <file>debian-emacs-policy.gz</file> of the
9024           <package>emacsen-common</package> package.
9025           It is also available from the Debian web mirrors at
9026           <tt><url name="/doc/packaging-manuals/debian-emacs-policy"
9027                 id="http://www.debian.org/doc/packaging-manuals/debian-emacs-policy"></tt>.
9028         </p>
9029       </sect>
9030
9031       <sect>
9032         <heading>Games</heading>
9033
9034         <p>
9035           The permissions on <file>/var/games</file> are mode 755, owner
9036           <tt>root</tt> and group <tt>root</tt>.
9037         </p>
9038
9039         <p>
9040           Each game decides on its own security policy.</p>
9041
9042         <p>
9043           Games which require protected, privileged access to
9044           high-score files, saved games, etc., may be made
9045           set-<em>group</em>-id (mode 2755) and owned by
9046           <tt>root:games</tt>, and use files and directories with
9047           appropriate permissions (770 <tt>root:games</tt>, for
9048           example).  They must not be made
9049           set-<em>user</em>-id, as this causes security problems. (If
9050           an attacker can subvert any set-user-id game they can
9051           overwrite the executable of any other, causing other players
9052           of these games to run a Trojan horse program.  With a
9053           set-group-id game the attacker only gets access to less
9054           important game data, and if they can get at the other
9055           players' accounts at all it will take considerably more
9056           effort.)</p>
9057
9058         <p>
9059           Some packages, for example some fortune cookie programs, are
9060           configured by the upstream authors to install with their
9061           data files or other static information made unreadable so
9062           that they can only be accessed through set-id programs
9063           provided.  You should not do this in a Debian package: anyone can
9064           download the <file>.deb</file> file and read the data from it,
9065           so there is no point making the files unreadable.  Not
9066           making the files unreadable also means that you don't have
9067           to make so many programs set-id, which reduces the risk of a
9068           security hole.</p>
9069
9070         <p>
9071           As described in the FHS, binaries of games should be
9072           installed in the directory <file>/usr/games</file>. This also
9073           applies to games that use the X Window System. Manual pages
9074           for games (X and non-X games) should be installed in
9075           <file>/usr/share/man/man6</file>.</p>
9076       </sect>
9077     </chapt>
9078
9079
9080     <chapt id="docs">
9081       <heading>Documentation</heading>
9082
9083       <sect>
9084         <heading>Manual pages</heading>
9085
9086         <p>
9087           You should install manual pages in <prgn>nroff</prgn> source
9088           form, in appropriate places under <file>/usr/share/man</file>.
9089           You should only use sections 1 to 9 (see the FHS for more
9090           details).  You must not install a pre-formatted "cat page".
9091         </p>
9092
9093         <p>
9094           Each program, utility, and function should have an
9095           associated manual page included in the same package. It is
9096           suggested that all configuration files also have a manual
9097           page included as well. Manual pages for protocols and other
9098           auxiliary things are optional.
9099         </p>
9100
9101         <p>
9102           If no manual page is available, this is considered as a bug
9103           and should be reported to the Debian Bug Tracking System (the
9104           maintainer of the package is allowed to write this bug report
9105           themselves, if they so desire).  Do not close the bug report
9106           until a proper man page is available.<footnote>
9107               It is not very hard to write a man page. See the
9108               <url id="http://www.schweikhardt.net/man_page_howto.html"
9109                 name="Man-Page-HOWTO">,
9110               <manref name="man" section="7">, the examples
9111               created by <prgn>debmake</prgn> or <prgn>dh_make</prgn>,
9112               the helper program <prgn>help2man</prgn>, or the
9113               directory <file>/usr/share/doc/man-db/examples</file>.
9114           </footnote>
9115         </p>
9116
9117         <p>
9118           You may forward a complaint about a missing man page to the
9119           upstream authors, and mark the bug as forwarded in the
9120           Debian bug tracking system.  Even though the GNU Project do
9121           not in general consider the lack of a man page to be a bug,
9122           we do; if they tell you that they don't consider it a bug
9123           you should leave the bug in our bug tracking system open
9124           anyway.
9125         </p>
9126
9127         <p>
9128           Manual pages should be installed compressed using <tt>gzip -9</tt>.
9129         </p>
9130
9131         <p>
9132           If one man page needs to be accessible via several names it
9133           is better to use a symbolic link than the <file>.so</file>
9134           feature, but there is no need to fiddle with the relevant
9135           parts of the upstream source to change from <file>.so</file> to
9136           symlinks: don't do it unless it's easy.  You should not
9137           create hard links in the manual page directories, nor put
9138           absolute filenames in <file>.so</file> directives.  The filename
9139           in a <file>.so</file> in a man page should be relative to the
9140           base of the man page tree (usually
9141           <file>/usr/share/man</file>). If you do not create any links
9142           (whether symlinks, hard links, or <tt>.so</tt> directives)
9143           in the file system to the alternate names of the man page,
9144           then you should not rely on <prgn>man</prgn> finding your
9145           man page under those names based solely on the information in
9146           the man page's header.<footnote>
9147               Supporting this in <prgn>man</prgn> often requires
9148               unreasonable processing time to find a manual page or to
9149               report that none exists, and moves knowledge into man's
9150               database that would be better left in the file system.
9151               This support is therefore deprecated and will cease to
9152               be present in the future.
9153           </footnote>
9154         </p>
9155
9156         <p>
9157           Manual pages in locale-specific subdirectories of
9158           <file>/usr/share/man</file> should use either UTF-8 or the usual
9159           legacy encoding for that language (normally the one corresponding
9160           to the shortest relevant locale name in
9161           <file>/usr/share/i18n/SUPPORTED</file>). For example, pages under
9162           <file>/usr/share/man/fr</file> should use either UTF-8 or
9163           ISO-8859-1.<footnote>
9164             <prgn>man</prgn> will automatically detect whether UTF-8 is in
9165             use. In future, all manual pages will be required to use
9166             UTF-8.
9167           </footnote>
9168         </p>
9169
9170         <p>
9171           A country name (the <tt>DE</tt> in <tt>de_DE</tt>) should not be
9172           included in the subdirectory name unless it indicates a
9173           significant difference in the language, as this excludes
9174           speakers of the language in other countries.<footnote>
9175             At the time of writing, Chinese and Portuguese are the main
9176             languages with such differences, so <file>pt_BR</file>,
9177             <file>zh_CN</file>, and <file>zh_TW</file> are all allowed.
9178           </footnote>
9179         </p>
9180
9181         <p>
9182           If a localized version of a manual page is provided, it should
9183           either be up-to-date or it should be obvious to the reader that
9184           it is outdated and the original manual page should be used
9185           instead.  This can be done either by a note at the beginning of
9186           the manual page or by showing the missing or changed portions in
9187           the original language instead of the target language.
9188         </p>
9189       </sect>
9190
9191       <sect>
9192         <heading>Info documents</heading>
9193
9194         <p>
9195           Info documents should be installed in <file>/usr/share/info</file>.
9196           They should be compressed with <tt>gzip -9</tt>.
9197         </p>
9198
9199         <p>
9200           The <prgn>install-info</prgn> program maintains a directory of
9201           installed info documents in <file>/usr/share/info/dir</file> for
9202           the use of info readers.<footnote>
9203             It was previously necessary for packages installing info
9204             documents to run <prgn>install-info</prgn> from maintainer
9205             scripts.  This is no longer necessary.  The installation
9206             system now uses dpkg triggers.
9207           </footnote>
9208           This file must not be included in packages.  Packages containing
9209           info documents should depend on <tt>dpkg (>= 1.15.4) |
9210           install-info</tt> to ensure that the directory file is properly
9211           rebuilt during partial upgrades from Debian 5.0 (lenny) and
9212           earlier.
9213         </p>
9214
9215         <p>
9216           Info documents should contain section and directory entry
9217           information in the document for the use
9218           of <prgn>install-info</prgn>.  The section should be specified
9219           via a line starting with <tt>INFO-DIR-SECTION</tt> followed by a
9220           space and the section of this info page.  The directory entry or
9221           entries should be included between
9222           a <tt>START-INFO-DIR-ENTRY</tt> line and
9223           an <tt>END-INFO-DIR-ENTRY</tt> line.  For example:
9224           <example>
9225 INFO-DIR-SECTION Individual utilities
9226 START-INFO-DIR-ENTRY
9227 * example: (example).               An example info directory entry.
9228 END-INFO-DIR-ENTRY
9229           </example>
9230           To determine which section to use, you should look
9231           at <file>/usr/share/info/dir</file> on your system and choose
9232           the most relevant (or create a new section if none of the
9233           current sections are relevant).<footnote>
9234             Normally, info documents are generated from Texinfo source.
9235             To include this information in the generated info document, if
9236             it is absent, add commands like:
9237             <example>
9238 @dircategory Individual utilities
9239 @direntry
9240 * example: (example).               An example info directory entry.
9241 @end direntry
9242             </example>
9243             to the Texinfo source of the document and ensure that the info
9244             documents are rebuilt from source during the package build.
9245           </footnote>
9246         </p>
9247       </sect>
9248
9249       <sect>
9250         <heading>Additional documentation</heading>
9251
9252         <p>
9253           Any additional documentation that comes with the package may
9254           be installed at the discretion of the package maintainer.
9255           Plain text documentation should be installed in the directory
9256           <file>/usr/share/doc/<var>package</var></file>, where
9257           <var>package</var> is the name of the package, and
9258           compressed with <tt>gzip -9</tt> unless it is small.
9259         </p>
9260
9261         <p>
9262           If a package comes with large amounts of documentation which
9263           many users of the package will not require you should create
9264           a separate binary package to contain it, so that it does not
9265           take up disk space on the machines of users who do not need
9266           or want it installed.</p>
9267
9268         <p>
9269           It is often a good idea to put text information files
9270           (<file>README</file>s, changelogs, and so forth) that come with
9271           the source package in <file>/usr/share/doc/<var>package</var></file>
9272           in the binary package.  However, you don't need to install
9273           the instructions for building and installing the package, of
9274           course!</p>
9275
9276         <p>
9277           Packages must not require the existence of any files in
9278           <file>/usr/share/doc/</file> in order to function
9279           <footnote>
9280               The system administrator should be able to
9281               delete files in <file>/usr/share/doc/</file> without causing
9282               any programs to break.
9283           </footnote>.
9284           Any files that are referenced by programs but are also
9285           useful as stand alone documentation should be installed under
9286           <file>/usr/share/<var>package</var>/</file> with symbolic links from
9287           <file>/usr/share/doc/<var>package</var></file>.
9288         </p>
9289
9290         <p>
9291           <file>/usr/share/doc/<var>package</var></file> may be a symbolic
9292           link to another directory in <file>/usr/share/doc</file> only if
9293           the two packages both come from the same source and the
9294           first package Depends on the second.<footnote>
9295             <p>
9296               Please note that this does not override the section on
9297               changelog files below, so the file 
9298               <file>/usr/share/doc/<var>package</var>/changelog.Debian.gz</file>
9299               must refer to the changelog for the current version of
9300               <var>package</var> in question. In practice, this means
9301               that the sources of the target and the destination of the
9302               symlink must be the same (same source package and
9303               version). 
9304             </p>
9305           </footnote>
9306         </p>
9307
9308         <p>
9309           Former Debian releases placed all additional documentation
9310           in <file>/usr/doc/<var>package</var></file>.  This has been
9311           changed to <file>/usr/share/doc/<var>package</var></file>,
9312           and packages must not put documentation in the directory
9313           <file>/usr/doc/<var>package</var></file>. <footnote>
9314             At this phase of the transition, we no longer require a
9315             symbolic link in <file>/usr/doc/</file>. At a later point,
9316             policy shall change to make the symbolic links a bug.
9317           </footnote>
9318         </p>
9319       </sect>
9320
9321       <sect>
9322         <heading>Preferred documentation formats</heading>
9323
9324         <p>
9325           The unification of Debian documentation is being carried out
9326           via HTML.</p>
9327
9328         <p>
9329           If your package comes with extensive documentation in a
9330           markup format that can be converted to various other formats
9331           you should if possible ship HTML versions in a binary
9332           package, in the directory
9333           <file>/usr/share/doc/<var>appropriate-package</var></file> or
9334           its subdirectories.<footnote>
9335               The rationale: The important thing here is that HTML
9336               docs should be available in <em>some</em> package, not
9337               necessarily in the main binary package.
9338           </footnote>
9339         </p>
9340
9341         <p>
9342           Other formats such as PostScript may be provided at the
9343           package maintainer's discretion.
9344         </p>
9345       </sect>
9346
9347       <sect id="copyrightfile">
9348         <heading>Copyright information</heading>
9349
9350         <p>
9351           Every package must be accompanied by a verbatim copy of its
9352           copyright information and distribution license in the file
9353           <file>/usr/share/doc/<var>package</var>/copyright</file>. This
9354           file must neither be compressed nor be a symbolic link.
9355         </p>
9356
9357         <p>
9358           In addition, the copyright file must say where the upstream
9359           sources (if any) were obtained.  It should name the original
9360           authors of the package and the Debian maintainer(s) who were
9361           involved with its creation.
9362         </p>
9363
9364         <p>
9365           Packages in the <em>contrib</em> or <em>non-free</em> archive
9366           areas should state in the copyright file that the package is not
9367           part of the Debian GNU/Linux distribution and briefly explain
9368           why.
9369         </p>
9370
9371         <p>
9372           A copy of the file which will be installed in
9373           <file>/usr/share/doc/<var>package</var>/copyright</file> should
9374           be in <file>debian/copyright</file> in the source package.
9375         </p>
9376
9377         <p>
9378           <file>/usr/share/doc/<var>package</var></file> may be a symbolic
9379           link to another directory in <file>/usr/share/doc</file> only if
9380           the two packages both come from the same source and the
9381           first package Depends on the second.  These rules are
9382           important because copyrights must be extractable by
9383           mechanical means.
9384         </p>
9385
9386         <p>
9387           Packages distributed under the Apache license (version 2.0), the
9388           Artistic license, the GNU GPL (versions 1, 2, or 3), the GNU
9389           LGPL (versions 2, 2.1, or 3), and the GNU FDL (versions 1.2 or
9390           1.3) should refer to the corresponding files
9391           under <file>/usr/share/common-licenses</file>,<footnote>
9392             <p>
9393               In particular,
9394               <file>/usr/share/common-licenses/Apache-2.0</file>,
9395               <file>/usr/share/common-licenses/Artistic</file>,
9396               <file>/usr/share/common-licenses/GPL-1</file>,
9397               <file>/usr/share/common-licenses/GPL-2</file>,
9398               <file>/usr/share/common-licenses/GPL-3</file>,
9399               <file>/usr/share/common-licenses/LGPL-2</file>,
9400               <file>/usr/share/common-licenses/LGPL-2.1</file>,
9401               <file>/usr/share/common-licenses/LGPL-3</file>,
9402               <file>/usr/share/common-licenses/GFDL-1.2</file>, and
9403               <file>/usr/share/common-licenses/GFDL-1.3</file>
9404               respectively.  The University of California BSD license is
9405               also included in <package>base-files</package> as
9406               <file>/usr/share/common-licenses/BSD</file>, but given the
9407               brevity of this license, its specificity to code whose
9408               copyright is held by the Regents of the University of
9409               California, and the frequency of minor wording changes, its
9410               text should be included in the copyright file rather than
9411               referencing this file.
9412             </p>
9413           </footnote> rather than quoting them in the copyright
9414           file. 
9415         </p>
9416
9417         <p>
9418           You should not use the copyright file as a general <file>README</file>
9419           file.  If your package has such a file it should be
9420           installed in <file>/usr/share/doc/<var>package</var>/README</file> or
9421           <file>README.Debian</file> or some other appropriate place.</p>
9422       </sect>
9423
9424       <sect>
9425         <heading>Examples</heading>
9426
9427         <p>
9428           Any examples (configurations, source files, whatever),
9429           should be installed in a directory
9430           <file>/usr/share/doc/<var>package</var>/examples</file>.  These
9431           files should not be referenced by any program: they're there
9432           for the benefit of the system administrator and users as
9433           documentation only.  Architecture-specific example files
9434           should be installed in a directory
9435           <file>/usr/lib/<var>package</var>/examples</file> with symbolic
9436           links to them from
9437           <file>/usr/share/doc/<var>package</var>/examples</file>, or the
9438           latter directory itself may be a symbolic link to the
9439           former.
9440         </p>
9441
9442         <p>
9443           If the purpose of a package is to provide examples, then the
9444           example files may be installed into
9445           <file>/usr/share/doc/<var>package</var></file>.
9446         </p>
9447       </sect>
9448
9449       <sect id="changelogs">
9450         <heading>Changelog files</heading>
9451
9452         <p>
9453           Packages that are not Debian-native must contain a
9454           compressed copy of the <file>debian/changelog</file> file from
9455           the Debian source tree in
9456           <file>/usr/share/doc/<var>package</var></file> with the name
9457           <file>changelog.Debian.gz</file>.
9458         </p>
9459
9460         <p>
9461           If an upstream changelog is available, it should be accessible as
9462           <file>/usr/share/doc/<var>package</var>/changelog.gz</file> in
9463           plain text.  If the upstream changelog is distributed in
9464           HTML, it should be made available in that form as
9465           <file>/usr/share/doc/<var>package</var>/changelog.html.gz</file>
9466           and a plain text <file>changelog.gz</file> should be generated
9467           from it using, for example, <tt>lynx -dump -nolist</tt>.  If
9468           the upstream changelog files do not already conform to this
9469           naming convention, then this may be achieved either by
9470           renaming the files, or by adding a symbolic link, at the
9471           maintainer's discretion.<footnote>
9472               Rationale: People should not have to look in places for
9473               upstream changelogs merely because they are given
9474               different names or are distributed in HTML format.
9475           </footnote>
9476         </p>
9477
9478         <p>
9479           All of these files should be installed compressed using
9480           <tt>gzip -9</tt>, as they will become large with time even
9481           if they start out small.
9482         </p>
9483
9484         <p>
9485           If the package has only one changelog which is used both as
9486           the Debian changelog and the upstream one because there is
9487           no separate upstream maintainer then that changelog should
9488           usually be installed as
9489           <file>/usr/share/doc/<var>package</var>/changelog.gz</file>; if
9490           there is a separate upstream maintainer, but no upstream
9491           changelog, then the Debian changelog should still be called
9492           <file>changelog.Debian.gz</file>.
9493         </p>
9494
9495         <p>
9496           For details about the format and contents of the Debian
9497           changelog file, please see <ref id="dpkgchangelog">.
9498         </p>
9499       </sect>
9500     </chapt>
9501
9502     <appendix id="pkg-scope">
9503       <heading>Introduction and scope of these appendices</heading>
9504
9505       <p>
9506         These appendices are taken essentially verbatim from the
9507         now-deprecated Packaging Manual, version 3.2.1.0.  They are
9508         the chapters which are likely to be of use to package
9509         maintainers and which have not already been included in the
9510         policy document itself. Most of these sections are very likely
9511         not relevant to policy; they should be treated as
9512         documentation for the packaging system. Please note that these
9513         appendices are included for convenience, and for historical
9514         reasons: they used to be part of policy package, and they have
9515         not yet been incorporated into dpkg documentation. However,
9516         they still have value, and hence they are presented here.
9517       </p>
9518
9519       <p>
9520         They have not yet been checked to ensure that they are
9521         compatible with the contents of policy, and if there are any
9522         contradictions, the version in the main policy document takes
9523         precedence.  The remaining chapters of the old Packaging
9524         Manual have also not been read in detail to ensure that there
9525         are not parts which have been left out.  Both of these will be
9526         done in due course.
9527       </p>
9528
9529       <p>
9530         Certain parts of the Packaging manual were integrated into the
9531         Policy Manual proper, and removed from the appendices. Links
9532         have been placed from the old locations to the new ones.
9533       </p>
9534
9535       <p>
9536         <prgn>dpkg</prgn> is a suite of programs for creating binary
9537         package files and installing and removing them on Unix
9538         systems.<footnote>
9539             <prgn>dpkg</prgn> is targeted primarily at Debian
9540             GNU/Linux, but may work on or be ported to other
9541             systems.
9542         </footnote>
9543       </p>
9544
9545       <p>
9546         The binary packages are designed for the management of
9547         installed executable programs (usually compiled binaries) and
9548         their associated data, though source code examples and
9549         documentation are provided as part of some packages.</p>
9550
9551       <p>
9552         This manual describes the technical aspects of creating Debian
9553         binary packages (<file>.deb</file> files).  It documents the
9554         behavior of the package management programs
9555         <prgn>dpkg</prgn>, <prgn>dselect</prgn> et al. and the way
9556         they interact with packages.</p>
9557
9558       <p>
9559         It also documents the interaction between
9560         <prgn>dselect</prgn>'s core and the access method scripts it
9561         uses to actually install the selected packages, and describes
9562         how to create a new access method.</p>
9563
9564       <p>
9565         This manual does not go into detail about the options and
9566         usage of the package building and installation tools.  It
9567         should therefore be read in conjunction with those programs'
9568         man pages.
9569       </p>
9570
9571       <p>
9572         The utility programs which are provided with <prgn>dpkg</prgn>
9573         for managing various system configuration and similar issues,
9574         such as <prgn>update-rc.d</prgn> and
9575         <prgn>install-info</prgn>, are not described in detail here -
9576         please see their man pages.
9577       </p>
9578
9579       <p>
9580         It is assumed that the reader is reasonably familiar with the
9581         <prgn>dpkg</prgn> System Administrators' manual.
9582         Unfortunately this manual does not yet exist.
9583       </p>
9584
9585       <p>
9586         The Debian version of the FSF's GNU hello program is provided
9587         as an example for people wishing to create Debian
9588         packages. The Debian <prgn>debmake</prgn> package is
9589         recommended as a very helpful tool in creating and maintaining
9590         Debian packages. However, while the tools and examples are
9591         helpful, they do not replace the need to read and follow the
9592         Policy and Programmer's Manual.</p>
9593     </appendix>
9594
9595     <appendix id="pkg-binarypkg">
9596       <heading>Binary packages (from old Packaging Manual)</heading>
9597
9598       <p>
9599         The binary package has two main sections.  The first part
9600         consists of various control information files and scripts used
9601         by <prgn>dpkg</prgn> when installing and removing.  See <ref
9602         id="pkg-controlarea">.
9603       </p>
9604
9605       <p>
9606         The second part is an archive containing the files and
9607         directories to be installed.
9608       </p>
9609
9610       <p>
9611         In the future binary packages may also contain other
9612         components, such as checksums and digital signatures. The
9613         format for the archive is described in full in the
9614         <file>deb(5)</file> man page.
9615       </p>
9616
9617
9618       <sect id="pkg-bincreating"><heading>Creating package files -
9619       <prgn>dpkg-deb</prgn>
9620         </heading>
9621
9622         <p>
9623           All manipulation of binary package files is done by
9624           <prgn>dpkg-deb</prgn>; it's the only program that has
9625           knowledge of the format.  (<prgn>dpkg-deb</prgn> may be
9626           invoked by calling <prgn>dpkg</prgn>, as <prgn>dpkg</prgn>
9627           will spot that the options requested are appropriate to
9628           <prgn>dpkg-deb</prgn> and invoke that instead with the same
9629           arguments.)
9630         </p>
9631
9632         <p>
9633           In order to create a binary package you must make a
9634           directory tree which contains all the files and directories
9635           you want to have in the file system data part of the package.
9636           In Debian-format source packages this directory is usually
9637           <file>debian/tmp</file>, relative to the top of the package's
9638           source tree.
9639         </p>
9640
9641         <p>
9642           They should have the locations (relative to the root of the
9643           directory tree you're constructing) ownerships and
9644           permissions which you want them to have on the system when
9645           they are installed.
9646         </p>
9647
9648         <p>
9649           With current versions of <prgn>dpkg</prgn> the uid/username
9650           and gid/groupname mappings for the users and groups being
9651           used should be the same on the system where the package is
9652           built and the one where it is installed.
9653         </p>
9654
9655         <p>
9656           You need to add one special directory to the root of the
9657           miniature file system tree you're creating:
9658           <prgn>DEBIAN</prgn>.  It should contain the control
9659           information files, notably the binary package control file
9660           (see <ref id="pkg-controlfile">).
9661         </p>
9662
9663         <p>
9664           The <prgn>DEBIAN</prgn> directory will not appear in the
9665           file system archive of the package, and so won't be installed
9666           by <prgn>dpkg</prgn> when the package is installed.
9667         </p>
9668
9669         <p>
9670           When you've prepared the package, you should invoke:
9671           <example>
9672   dpkg --build <var>directory</var>
9673           </example>
9674         </p>
9675
9676         <p>
9677           This will build the package in
9678           <file><var>directory</var>.deb</file>.  (<prgn>dpkg</prgn> knows
9679           that <tt>--build</tt> is a <prgn>dpkg-deb</prgn> option, so
9680           it invokes <prgn>dpkg-deb</prgn> with the same arguments to
9681           build the package.)
9682         </p>
9683
9684         <p>
9685           See the man page <manref name="dpkg-deb" section="8"> for details of how
9686           to examine the contents of this newly-created file.  You may find the
9687           output of following commands enlightening:
9688           <example>
9689   dpkg-deb --info <var>filename</var>.deb
9690   dpkg-deb --contents <var>filename</var>.deb
9691   dpkg --contents <var>filename</var>.deb
9692           </example>
9693           To view the copyright file for a package you could use this command:
9694           <example>
9695   dpkg --fsys-tarfile <var>filename</var>.deb | tar xOf - --wildcards \*/copyright | pager
9696           </example>
9697         </p>
9698       </sect>
9699
9700       <sect id="pkg-controlarea">
9701         <heading>Package control information files</heading>
9702
9703         <p>
9704           The control information portion of a binary package is a
9705           collection of files with names known to <prgn>dpkg</prgn>.
9706           It will treat the contents of these files specially - some
9707           of them contain information used by <prgn>dpkg</prgn> when
9708           installing or removing the package; others are scripts which
9709           the package maintainer wants <prgn>dpkg</prgn> to run.
9710         </p>
9711
9712         <p>
9713           It is possible to put other files in the package control
9714           area, but this is not generally a good idea (though they
9715           will largely be ignored).
9716         </p>
9717
9718         <p>
9719           Here is a brief list of the control info files supported by
9720           <prgn>dpkg</prgn> and a summary of what they're used for.
9721         </p>
9722
9723         <p>
9724           <taglist>
9725             <tag><tt>control</tt>
9726             <item>
9727               <p>
9728                 This is the key description file used by
9729                 <prgn>dpkg</prgn>.  It specifies the package's name
9730                 and version, gives its description for the user,
9731                 states its relationships with other packages, and so
9732                 forth.  See <ref id="sourcecontrolfiles"> and
9733                 <ref id="binarycontrolfiles">.
9734               </p>
9735
9736               <p>
9737                 It is usually generated automatically from information
9738                 in the source package by the
9739                 <prgn>dpkg-gencontrol</prgn> program, and with
9740                 assistance from <prgn>dpkg-shlibdeps</prgn>.
9741                 See <ref id="pkg-sourcetools">.
9742               </p>
9743             </item>
9744
9745             <tag><tt>postinst</tt>, <tt>preinst</tt>, <tt>postrm</tt>,
9746                  <tt>prerm</tt>
9747             </tag>
9748             <item>
9749               <p>
9750                 These are executable files (usually scripts) which
9751                 <prgn>dpkg</prgn> runs during installation, upgrade
9752                 and removal of packages.  They allow the package to
9753                 deal with matters which are particular to that package
9754                 or require more complicated processing than that
9755                 provided by <prgn>dpkg</prgn>.  Details of when and
9756                 how they are called are in <ref id="maintainerscripts">.
9757               </p>
9758
9759               <p>
9760                 It is very important to make these scripts idempotent.
9761                 See <ref id="idempotency">.
9762               </p>
9763
9764               <p>
9765                 The maintainer scripts are not guaranteed to run with a
9766                 controlling terminal and may not be able to interact with
9767                 the user.  See <ref id="controllingterminal">.
9768               </p>
9769             </item>
9770
9771             <tag><tt>conffiles</tt>
9772             </tag>
9773             <item>
9774                 This file contains a list of configuration files which
9775                 are to be handled automatically by <prgn>dpkg</prgn>
9776                 (see <ref id="pkg-conffiles">).  Note that not necessarily
9777                 every configuration file should be listed here.
9778             </item>
9779
9780             <tag><tt>shlibs</tt>
9781             </tag>
9782             <item>
9783                 This file contains a list of the shared libraries
9784                 supplied by the package, with dependency details for
9785                 each.  This is used by <prgn>dpkg-shlibdeps</prgn>
9786                 when it determines what dependencies are required in a
9787                 package control file. The <tt>shlibs</tt> file format
9788                 is described on <ref id="shlibs">.
9789             </item>
9790           </taglist>
9791         </p>
9792
9793       <sect id="pkg-controlfile">
9794         <heading>The main control information file: <tt>control</tt></heading>
9795
9796         <p>
9797           The most important control information file used by
9798           <prgn>dpkg</prgn> when it installs a package is
9799           <tt>control</tt>.  It contains all the package's "vital
9800           statistics".
9801         </p>
9802
9803         <p>
9804           The binary package control files of packages built from
9805           Debian sources are made by a special tool,
9806           <prgn>dpkg-gencontrol</prgn>, which reads
9807           <file>debian/control</file> and <file>debian/changelog</file> to
9808           find the information it needs.  See <ref id="pkg-sourcepkg"> for
9809           more details.
9810         </p>
9811
9812         <p>
9813           The fields in binary package control files are listed in
9814           <ref id="binarycontrolfiles">.
9815         </p>
9816
9817         <p>
9818           A description of the syntax of control files and the purpose
9819           of the fields is available in <ref id="controlfields">.
9820         </p>
9821       </sect>
9822
9823       <sect>
9824         <heading>Time Stamps</heading>
9825
9826         <p>
9827           See <ref id="timestamps">.
9828         </p>
9829       </sect>
9830     </appendix>
9831
9832     <appendix id="pkg-sourcepkg">
9833       <heading>Source packages (from old Packaging Manual) </heading>
9834
9835       <p>
9836         The Debian binary packages in the distribution are generated
9837         from Debian sources, which are in a special format to assist
9838         the easy and automatic building of binaries.
9839       </p>
9840
9841       <sect id="pkg-sourcetools">
9842         <heading>Tools for processing source packages</heading>
9843
9844         <p>
9845           Various tools are provided for manipulating source packages;
9846           they pack and unpack sources and help build of binary
9847           packages and help manage the distribution of new versions.
9848         </p>
9849
9850         <p>
9851           They are introduced and typical uses described here; see
9852           <manref name="dpkg-source" section="1"> for full
9853           documentation about their arguments and operation.
9854         </p>
9855
9856         <p>
9857           For examples of how to construct a Debian source package,
9858           and how to use those utilities that are used by Debian
9859           source packages, please see the <prgn>hello</prgn> example
9860           package.
9861         </p>
9862
9863         <sect1 id="pkg-dpkg-source">
9864           <heading>
9865             <prgn>dpkg-source</prgn> - packs and unpacks Debian source
9866             packages
9867           </heading>
9868
9869           <p>
9870             This program is frequently used by hand, and is also
9871             called from package-independent automated building scripts
9872             such as <prgn>dpkg-buildpackage</prgn>.
9873           </p>
9874
9875           <p>
9876             To unpack a package it is typically invoked with
9877             <example>
9878   dpkg-source -x <var>.../path/to/filename</var>.dsc
9879             </example>
9880           </p>
9881
9882            <p>
9883             with the <file><var>filename</var>.tar.gz</file> and
9884             <file><var>filename</var>.diff.gz</file> (if applicable) in
9885             the same directory.  It unpacks into
9886             <file><var>package</var>-<var>version</var></file>, and if
9887             applicable
9888             <file><var>package</var>-<var>version</var>.orig</file>, in
9889             the current directory.
9890           </p>
9891
9892           <p>
9893             To create a packed source archive it is typically invoked:
9894             <example>
9895   dpkg-source -b <var>package</var>-<var>version</var>
9896           </example>
9897           </p>
9898
9899           <p>
9900             This will create the <file>.dsc</file>, <file>.tar.gz</file> and
9901             <file>.diff.gz</file> (if appropriate) in the current
9902             directory.  <prgn>dpkg-source</prgn> does not clean the
9903             source tree first - this must be done separately if it is
9904             required.
9905           </p>
9906
9907           <p>
9908             See also <ref id="pkg-sourcearchives">.</p>
9909         </sect1>
9910
9911
9912         <sect1 id="pkg-dpkg-buildpackage">
9913           <heading>
9914             <prgn>dpkg-buildpackage</prgn> - overall package-building
9915             control script
9916           </heading>
9917
9918           <p>
9919             <prgn>dpkg-buildpackage</prgn> is a script which invokes
9920             <prgn>dpkg-source</prgn>, the <file>debian/rules</file>
9921             targets <tt>clean</tt>, <tt>build</tt> and
9922             <tt>binary</tt>, <prgn>dpkg-genchanges</prgn> and
9923             <prgn>gpg</prgn> (or <prgn>pgp</prgn>) to build a signed
9924             source and binary package upload.
9925           </p>
9926
9927           <p>
9928             It is usually invoked by hand from the top level of the
9929             built or unbuilt source directory.  It may be invoked with
9930             no arguments; useful arguments include:
9931             <taglist compact="compact">
9932               <tag><tt>-uc</tt>, <tt>-us</tt></tag>
9933               <item>
9934                 <p>
9935                   Do not sign the <tt>.changes</tt> file or the
9936                   source package <tt>.dsc</tt> file, respectively.</p>
9937               </item>
9938               <tag><tt>-p<var>sign-command</var></tt></tag>
9939               <item>
9940                 <p>
9941                   Invoke <var>sign-command</var> instead of finding
9942                   <tt>gpg</tt> or <tt>pgp</tt> on the <prgn>PATH</prgn>.
9943                   <var>sign-command</var> must behave just like
9944                   <prgn>gpg</prgn> or <tt>pgp</tt>.</p>
9945               </item>
9946               <tag><tt>-r<var>root-command</var></tt></tag>
9947               <item>
9948                 <p>
9949                   When root privilege is required, invoke the command
9950                   <var>root-command</var>.  <var>root-command</var>
9951                   should invoke its first argument as a command, from
9952                   the <prgn>PATH</prgn> if necessary, and pass its
9953                   second and subsequent arguments to the command it
9954                   calls.  If no <var>root-command</var> is supplied
9955                   then <var>dpkg-buildpackage</var> will take no
9956                   special action to gain root privilege, so that for
9957                   most packages it will have to be invoked as root to
9958                   start with.</p>
9959               </item>
9960               <tag><tt>-b</tt>, <tt>-B</tt></tag>
9961               <item>
9962                 <p>
9963                   Two types of binary-only build and upload - see
9964                   <manref name="dpkg-source" section="1">.
9965                 </p>
9966               </item>
9967             </taglist>
9968           </p>
9969         </sect1>
9970
9971         <sect1 id="pkg-dpkg-gencontrol">
9972           <heading>
9973             <prgn>dpkg-gencontrol</prgn> - generates binary package
9974             control files
9975           </heading>
9976
9977           <p>
9978             This program is usually called from <file>debian/rules</file>
9979             (see <ref id="pkg-sourcetree">) in the top level of the source
9980             tree.
9981           </p>
9982
9983           <p>
9984             This is usually done just before the files and directories in the
9985             temporary directory tree where the package is being built have their
9986             permissions and ownerships set and the package is constructed using
9987             <prgn>dpkg-deb/</prgn>
9988               <footnote>
9989                 This is so that the control file which is produced has
9990                 the right permissions
9991             </footnote>.
9992           </p>
9993
9994           <p>
9995             <prgn>dpkg-gencontrol</prgn> must be called after all the
9996             files which are to go into the package have been placed in
9997             the temporary build directory, so that its calculation of
9998             the installed size of a package is correct.
9999           </p>
10000
10001           <p>
10002             It is also necessary for <prgn>dpkg-gencontrol</prgn> to
10003             be run after <prgn>dpkg-shlibdeps</prgn> so that the
10004             variable substitutions created by
10005             <prgn>dpkg-shlibdeps</prgn> in <file>debian/substvars</file>
10006             are available.
10007           </p>
10008
10009           <p>
10010             For a package which generates only one binary package, and
10011             which builds it in <file>debian/tmp</file> relative to the top
10012             of the source package, it is usually sufficient to call
10013             <prgn>dpkg-gencontrol</prgn>.
10014           </p>
10015
10016           <p>
10017             Sources which build several binaries will typically need
10018             something like:
10019             <example>
10020   dpkg-gencontrol -Pdebian/tmp-<var>pkg</var> -p<var>package</var>
10021             </example> The <tt>-P</tt> tells
10022             <prgn>dpkg-gencontrol</prgn> that the package is being
10023             built in a non-default directory, and the <tt>-p</tt>
10024             tells it which package's control file should be generated.
10025           </p>
10026
10027           <p>
10028             <prgn>dpkg-gencontrol</prgn> also adds information to the
10029             list of files in <file>debian/files</file>, for the benefit of
10030             (for example) a future invocation of
10031             <prgn>dpkg-genchanges</prgn>.</p>
10032         </sect1>
10033
10034         <sect1 id="pkg-dpkg-shlibdeps">
10035           <heading>
10036             <prgn>dpkg-shlibdeps</prgn> - calculates shared library
10037             dependencies
10038           </heading>
10039
10040           <p>
10041             This program is usually called from <file>debian/rules</file>
10042             just before <prgn>dpkg-gencontrol</prgn> (see <ref
10043             id="pkg-sourcetree">), in the top level of the source tree.
10044           </p>
10045
10046           <p>
10047             Its arguments are executables and shared libraries
10048             <footnote>
10049               <p>
10050                 They may be specified either in the locations in the
10051                 source tree where they are created or in the locations
10052                 in the temporary build tree where they are installed
10053                 prior to binary package creation.
10054               </p>
10055             </footnote> for which shared library dependencies should
10056             be included in the binary package's control file.
10057           </p>
10058
10059           <p>
10060             If some of the found shared libraries should only
10061             warrant a <tt>Recommends</tt> or <tt>Suggests</tt>, or if
10062             some warrant a <tt>Pre-Depends</tt>, this can be achieved
10063             by using the <tt>-d<var>dependency-field</var></tt> option
10064             before those executable(s).  (Each <tt>-d</tt> option
10065             takes effect until the next <tt>-d</tt>.)
10066           </p>
10067
10068           <p>
10069             <prgn>dpkg-shlibdeps</prgn> does not directly cause the
10070             output control file to be modified.  Instead by default it
10071             adds to the <file>debian/substvars</file> file variable
10072             settings like <tt>shlibs:Depends</tt>.  These variable
10073             settings must be referenced in dependency fields in the
10074             appropriate per-binary-package sections of the source
10075             control file.
10076           </p>
10077
10078           <p>
10079             For example, a package that generates an essential part
10080             which requires dependencies, and optional parts that 
10081             which only require a recommendation, would separate those
10082             two sets of dependencies into two different fields.<footnote>
10083                 At the time of writing, an example for this was the
10084                 <package/xmms/ package, with Depends used for the xmms
10085                 executable, Recommends for the plug-ins and Suggests for
10086                 even more optional features provided by unzip.
10087             </footnote>
10088             It can say in its <file>debian/rules</file>:
10089             <example>
10090   dpkg-shlibdeps -dDepends <var>program anotherprogram ...</var> \
10091                  -dRecommends <var>optionalpart anotheroptionalpart</var>
10092             </example>
10093             and then in its main control file <file>debian/control</file>:
10094             <example>
10095   <var>...</var>
10096   Depends: ${shlibs:Depends}
10097   Recommends: ${shlibs:Recommends}
10098   <var>...</var>
10099             </example>
10100           </p>
10101
10102           <p>
10103             Sources which produce several binary packages with
10104             different shared library dependency requirements can use
10105             the <tt>-p<var>varnameprefix</var></tt> option to override
10106             the default <tt>shlibs:</tt> prefix (one invocation of
10107             <prgn>dpkg-shlibdeps</prgn> per setting of this option).
10108             They can thus produce several sets of dependency
10109             variables, each of the form
10110             <tt><var>varnameprefix</var>:<var>dependencyfield</var></tt>,
10111             which can be referred to in the appropriate parts of the
10112             binary package control files.
10113           </p>
10114         </sect1>
10115
10116
10117         <sect1 id="pkg-dpkg-distaddfile">
10118           <heading>
10119             <prgn>dpkg-distaddfile</prgn> - adds a file to
10120             <file>debian/files</file>
10121           </heading>
10122
10123           <p>
10124             Some packages' uploads need to include files other than
10125             the source and binary package files.
10126           </p>
10127
10128           <p>
10129             <prgn>dpkg-distaddfile</prgn> adds a file to the
10130             <file>debian/files</file> file so that it will be included in
10131             the <file>.changes</file> file when
10132             <prgn>dpkg-genchanges</prgn> is run.
10133           </p>
10134
10135           <p>
10136             It is usually invoked from the <tt>binary</tt> target of
10137             <file>debian/rules</file>:
10138             <example>
10139   dpkg-distaddfile <var>filename</var> <var>section</var> <var>priority</var>
10140             </example>
10141             The <var>filename</var> is relative to the directory where
10142             <prgn>dpkg-genchanges</prgn> will expect to find it - this
10143             is usually the directory above the top level of the source
10144             tree.  The <file>debian/rules</file> target should put the
10145             file there just before or just after calling
10146             <prgn>dpkg-distaddfile</prgn>.
10147           </p>
10148
10149           <p>
10150             The <var>section</var> and <var>priority</var> are passed
10151             unchanged into the resulting <file>.changes</file> file.
10152           </p>
10153         </sect1>
10154
10155
10156         <sect1 id="pkg-dpkg-genchanges">
10157           <heading>
10158             <prgn>dpkg-genchanges</prgn> - generates a <file>.changes</file>
10159             upload control file
10160           </heading>
10161
10162           <p>
10163             This program is usually called by package-independent
10164             automatic building scripts such as
10165             <prgn>dpkg-buildpackage</prgn>, but it may also be called
10166             by hand.
10167           </p>
10168
10169           <p>
10170             It is usually called in the top level of a built source
10171             tree, and when invoked with no arguments will print out a
10172             straightforward <file>.changes</file> file based on the
10173             information in the source package's changelog and control
10174             file and the binary and source packages which should have
10175             been built.
10176           </p>
10177         </sect1>
10178
10179
10180         <sect1 id="pkg-dpkg-parsechangelog">
10181           <heading>
10182             <prgn>dpkg-parsechangelog</prgn> - produces parsed
10183             representation of a changelog
10184           </heading>
10185
10186           <p>
10187             This program is used internally by
10188             <prgn>dpkg-source</prgn> et al.  It may also occasionally
10189             be useful in <file>debian/rules</file> and elsewhere.  It
10190             parses a changelog, <file>debian/changelog</file> by default,
10191             and prints a control-file format representation of the
10192             information in it to standard output.
10193           </p>
10194         </sect1>
10195
10196         <sect1 id="pkg-dpkg-architecture">
10197           <heading>
10198             <prgn>dpkg-architecture</prgn> - information about the build and
10199             host system
10200           </heading>
10201
10202           <p>
10203             This program can be used manually, but is also invoked by
10204             <tt>dpkg-buildpackage</tt> or <file>debian/rules</file> to set
10205             environment or make variables which specify the build and host
10206             architecture for the package building process.
10207           </p>
10208         </sect1>
10209       </sect>
10210
10211       <sect id="pkg-sourcetree">
10212         <heading>The Debian package source tree</heading>
10213
10214         <p>
10215           The source archive scheme described later is intended to
10216           allow a Debian package source tree with some associated
10217           control information to be reproduced and transported easily.
10218           The Debian package source tree is a version of the original
10219           program with certain files added for the benefit of the
10220           packaging process, and with any other changes required
10221           made to the rest of the source code and installation
10222           scripts.
10223         </p>
10224
10225         <p>
10226           The extra files created for Debian are in the subdirectory
10227           <file>debian</file> of the top level of the Debian package
10228           source tree. They are described below.
10229         </p>
10230
10231         <sect1 id="pkg-debianrules">
10232           <heading><file>debian/rules</file> - the main building script</heading>
10233
10234           <p>
10235             See <ref id="debianrules">.
10236           </p>
10237         </sect1>
10238
10239         <sect1 id="pkg-srcsubstvars">
10240           <heading><file>debian/substvars</file> and variable substitutions</heading>
10241
10242           <p>
10243             See <ref id="substvars">.
10244           </p>
10245
10246         </sect1>
10247
10248         <sect1>
10249           <heading><file>debian/files</file></heading>
10250
10251           <p>
10252             See <ref id="debianfiles">.
10253           </p>
10254         </sect1>
10255
10256         <sect1><heading><file>debian/tmp</file>
10257           </heading>
10258
10259           <p>
10260             This is the canonical temporary location for the
10261             construction of binary packages by the <tt>binary</tt>
10262             target.  The directory <file>tmp</file> serves as the root of
10263             the file system tree as it is being constructed (for
10264             example, by using the package's upstream makefiles install
10265             targets and redirecting the output there), and it also
10266             contains the <tt>DEBIAN</tt> subdirectory.  See <ref
10267             id="pkg-bincreating">.
10268           </p>
10269
10270           <p>
10271             If several binary packages are generated from the same
10272             source tree it is usual to use several
10273             <file>debian/tmp<var>something</var></file> directories, for
10274             example <file>tmp-a</file> or <file>tmp-doc</file>.
10275           </p>
10276
10277           <p>
10278             Whatever <file>tmp</file> directories are created and used by
10279             <tt>binary</tt> must of course be removed by the
10280             <tt>clean</tt> target.</p></sect1>
10281       </sect>
10282
10283
10284       <sect id="pkg-sourcearchives"><heading>Source packages as archives
10285         </heading>
10286
10287         <p>
10288           As it exists on the FTP site, a Debian source package
10289           consists of three related files.  You must have the right
10290           versions of all three to be able to use them.
10291         </p>
10292
10293         <p>
10294           <taglist>
10295             <tag>Debian source control file - <tt>.dsc</tt></tag>
10296             <item>
10297                 This file is a control file used by <prgn>dpkg-source</prgn>
10298                 to extract a source package.
10299                 See <ref id="debiansourcecontrolfiles">.
10300             </item>
10301
10302             <tag>
10303               Original source archive -
10304               <file>
10305                 <var>package</var>_<var>upstream-version</var>.orig.tar.gz
10306               </file>
10307             </tag>
10308
10309             <item>
10310               <p>
10311                 This is a compressed (with <tt>gzip -9</tt>)
10312                 <prgn>tar</prgn> file containing the source code from
10313                 the upstream authors of the program.
10314               </p>
10315             </item>
10316
10317             <tag>
10318               Debian package diff -
10319               <file>
10320                 <var>package</var>_<var>upstream_version-revision</var>.diff.gz
10321               </file>
10322             </tag>
10323             <item>
10324
10325               <p>
10326                 This is a unified context diff (<tt>diff -u</tt>)
10327                 giving the changes which are required to turn the
10328                 original source into the Debian source.  These changes
10329                 may only include editing and creating plain files.
10330                 The permissions of files, the targets of symbolic
10331                 links and the characteristics of special files or
10332                 pipes may not be changed and no files may be removed
10333                 or renamed.
10334               </p>
10335
10336               <p>
10337                 All the directories in the diff must exist, except the
10338                 <file>debian</file> subdirectory of the top of the source
10339                 tree, which will be created by
10340                 <prgn>dpkg-source</prgn> if necessary when unpacking.
10341               </p>
10342
10343               <p>
10344                 The <prgn>dpkg-source</prgn> program will
10345                 automatically make the <file>debian/rules</file> file
10346                 executable (see below).</p></item>
10347           </taglist>
10348         </p>
10349
10350         <p>
10351           If there is no original source code - for example, if the
10352           package is specially prepared for Debian or the Debian
10353           maintainer is the same as the upstream maintainer - the
10354           format is slightly different: then there is no diff, and the
10355           tarfile is named
10356           <file><var>package</var>_<var>version</var>.tar.gz</file>,
10357           and preferably contains a directory named
10358           <file><var>package</var>-<var>version</var></file>.
10359         </p>
10360       </sect>
10361
10362       <sect>
10363         <heading>Unpacking a Debian source package without <prgn>dpkg-source</prgn></heading>
10364
10365         <p>
10366           <tt>dpkg-source -x</tt> is the recommended way to unpack a
10367           Debian source package.  However, if it is not available it
10368           is possible to unpack a Debian source archive as follows:
10369         <enumlist compact="compact">
10370           <item>
10371             <p>
10372               Untar the tarfile, which will create a <file>.orig</file>
10373               directory.</p>
10374           </item>
10375           <item>
10376             <p>Rename the <file>.orig</file> directory to
10377               <file><var>package</var>-<var>version</var></file>.</p>
10378           </item>
10379             <item>
10380             <p>
10381               Create the subdirectory <file>debian</file> at the top of
10382               the source tree.</p>
10383           </item>
10384           <item><p>Apply the diff using <tt>patch -p0</tt>.</p>
10385           </item>
10386           <item><p>Untar the tarfile again if you want a copy of the original
10387               source code alongside the Debian version.</p>
10388           </item>
10389         </enumlist>
10390
10391         <p>
10392           It is not possible to generate a valid Debian source archive
10393           without using <prgn>dpkg-source</prgn>.  In particular,
10394           attempting to use <prgn>diff</prgn> directly to generate the
10395           <file>.diff.gz</file> file will not work.
10396         </p>
10397
10398         <sect1>
10399           <heading>Restrictions on objects in source packages</heading>
10400
10401           <p>
10402             The source package may not contain any hard links
10403             <footnote>
10404                 This is not currently detected when building source
10405                 packages, but only when extracting
10406                 them.
10407             </footnote>
10408             <footnote>
10409                 Hard links may be permitted at some point in the
10410                 future, but would require a fair amount of
10411                 work.
10412             </footnote>, device special files, sockets or setuid or
10413             setgid files.
10414             <footnote>
10415                 Setgid directories are allowed.
10416             </footnote>
10417           </p>
10418
10419           <p>
10420             The source packaging tools manage the changes between the
10421             original and Debian source using <prgn>diff</prgn> and
10422             <prgn>patch</prgn>.  Turning the original source tree as
10423             included in the <file>.orig.tar.gz</file> into the Debian
10424             package source must not involve any changes which cannot be
10425             handled by these tools.  Problematic changes which cause
10426             <prgn>dpkg-source</prgn> to halt with an error when
10427             building the source package are:
10428             <list compact="compact">
10429               <item><p>Adding or removing symbolic links, sockets or pipes.</p>
10430               </item>
10431               <item><p>Changing the targets of symbolic links.</p>
10432               </item>
10433               <item><p>Creating directories, other than <file>debian</file>.</p>
10434               </item>
10435               <item><p>Changes to the contents of binary files.</p></item>
10436             </list> Changes which cause <prgn>dpkg-source</prgn> to
10437             print a warning but continue anyway are:
10438             <list compact="compact">
10439               <item>
10440                 <p>
10441                   Removing files, directories or symlinks.
10442                   <footnote>
10443                       Renaming a file is not treated specially - it is
10444                       seen as the removal of the old file (which
10445                       generates a warning, but is otherwise ignored),
10446                       and the creation of the new one.
10447                   </footnote>
10448                 </p>
10449               </item>
10450               <item>
10451                 <p>
10452                   Changed text files which are missing the usual final
10453                   newline (either in the original or the modified
10454                   source tree).
10455                 </p>
10456               </item>
10457             </list>
10458             Changes which are not represented, but which are not detected by
10459             <prgn>dpkg-source</prgn>, are:
10460             <list compact="compact">
10461               <item><p>Changing the permissions of files (other than
10462                   <file>debian/rules</file>) and directories.</p></item>
10463             </list>
10464           </p>
10465
10466           <p>
10467             The <file>debian</file> directory and <file>debian/rules</file>
10468             are handled specially by <prgn>dpkg-source</prgn> - before
10469             applying the changes it will create the <file>debian</file>
10470             directory, and afterwards it will make
10471             <file>debian/rules</file> world-executable.
10472           </p>
10473         </sect1>
10474       </sect>
10475     </appendix>
10476
10477     <appendix id="pkg-controlfields">
10478       <heading>Control files and their fields (from old Packaging Manual)</heading>
10479
10480       <p>
10481         Many of the tools in the <prgn>dpkg</prgn> suite manipulate
10482         data in a common format, known as control files.  Binary and
10483         source packages have control data as do the <file>.changes</file>
10484         files which control the installation of uploaded files, and
10485         <prgn>dpkg</prgn>'s internal databases are in a similar
10486         format.
10487       </p>
10488
10489       <sect>
10490         <heading>Syntax of control files</heading>
10491
10492         <p>
10493           See <ref id="controlsyntax">.
10494         </p>
10495
10496         <p>
10497           It is important to note that there are several fields which
10498           are optional as far as <prgn>dpkg</prgn> and the related
10499           tools are concerned, but which must appear in every Debian
10500           package, or whose omission may cause problems.
10501         </p>
10502       </sect>
10503
10504       <sect>
10505         <heading>List of fields</heading>
10506
10507         <p>
10508           See <ref id="controlfieldslist">.
10509         </p>
10510
10511         <p>
10512           This section now contains only the fields that didn't belong
10513           to the Policy manual.
10514         </p>
10515
10516         <sect1 id="pkg-f-Filename">
10517           <heading><tt>Filename</tt> and <tt>MSDOS-Filename</tt></heading>
10518
10519           <p>
10520             These fields in <tt>Packages</tt> files give the
10521             filename(s) of (the parts of) a package in the
10522             distribution directories, relative to the root of the
10523             Debian hierarchy.  If the package has been split into
10524             several parts the parts are all listed in order, separated
10525             by spaces.
10526           </p>
10527         </sect1>
10528
10529         <sect1 id="pkg-f-Size">
10530           <heading><tt>Size</tt> and <tt>MD5sum</tt></heading>
10531
10532           <p>
10533             These fields in <file>Packages</file> files give the size (in
10534             bytes, expressed in decimal) and MD5 checksum of the
10535             file(s) which make(s) up a binary package in the
10536             distribution.  If the package is split into several parts
10537             the values for the parts are listed in order, separated by
10538             spaces.
10539           </p>
10540         </sect1>
10541
10542         <sect1 id="pkg-f-Status">
10543           <heading><tt>Status</tt></heading>
10544
10545           <p>
10546             This field in <prgn>dpkg</prgn>'s status file records
10547             whether the user wants a package installed, removed or
10548             left alone, whether it is broken (requiring
10549             re-installation) or not and what its current state on the
10550             system is.  Each of these pieces of information is a
10551             single word.
10552           </p>
10553         </sect1>
10554
10555         <sect1 id="pkg-f-Config-Version">
10556           <heading><tt>Config-Version</tt></heading>
10557
10558           <p>
10559             If a package is not installed or not configured, this
10560             field in <prgn>dpkg</prgn>'s status file records the last
10561             version of the package which was successfully
10562             configured.
10563           </p>
10564         </sect1>
10565
10566         <sect1 id="pkg-f-Conffiles">
10567           <heading><tt>Conffiles</tt></heading>
10568
10569           <p>
10570             This field in <prgn>dpkg</prgn>'s status file contains
10571             information about the automatically-managed configuration
10572             files held by a package.  This field should <em>not</em>
10573             appear anywhere in a package!
10574           </p>
10575         </sect1>
10576
10577         <sect1>
10578           <heading>Obsolete fields</heading>
10579
10580           <p>
10581             These are still recognized by <prgn>dpkg</prgn> but should
10582             not appear anywhere any more.
10583
10584             <taglist compact="compact">
10585
10586               <tag><tt>Revision</tt></tag>
10587               <tag><tt>Package-Revision</tt></tag>
10588               <tag><tt>Package_Revision</tt></tag>
10589               <item>
10590                   The Debian revision part of the package version was
10591                   at one point in a separate control file field.  This
10592                   field went through several names.
10593               </item>
10594
10595               <tag><tt>Recommended</tt></tag>
10596               <item>Old name for <tt>Recommends</tt>.</item>
10597
10598               <tag><tt>Optional</tt></tag>
10599               <item>Old name for <tt>Suggests</tt>.</item>
10600
10601               <tag><tt>Class</tt></tag>
10602               <item>Old name for <tt>Priority</tt>.</item>
10603
10604             </taglist>
10605           </p>
10606         </sect1>
10607       </sect>
10608
10609     </appendix>
10610
10611     <appendix id="pkg-conffiles">
10612       <heading>Configuration file handling (from old Packaging Manual)</heading>
10613
10614       <p>
10615         <prgn>dpkg</prgn> can do a certain amount of automatic
10616         handling of package configuration files.
10617       </p>
10618
10619       <p>
10620         Whether this mechanism is appropriate depends on a number of
10621         factors, but basically there are two approaches to any
10622         particular configuration file.
10623       </p>
10624
10625       <p>
10626         The easy method is to ship a best-effort configuration in the
10627         package, and use <prgn>dpkg</prgn>'s conffile mechanism to
10628         handle updates.  If the user is unlikely to want to edit the
10629         file, but you need them to be able to without losing their
10630         changes, and a new package with a changed version of the file
10631         is only released infrequently, this is a good approach.
10632       </p>
10633
10634       <p>
10635         The hard method is to build the configuration file from
10636         scratch in the <prgn>postinst</prgn> script, and to take the
10637         responsibility for fixing any mistakes made in earlier
10638         versions of the package automatically.  This will be
10639         appropriate if the file is likely to need to be different on
10640         each system.
10641       </p>
10642
10643       <sect><heading>Automatic handling of configuration files by
10644       <prgn>dpkg</prgn>
10645         </heading>
10646
10647         <p>
10648           A package may contain a control area file called
10649           <tt>conffiles</tt>.  This file should be a list of filenames
10650           of configuration files needing automatic handling, separated
10651           by newlines.  The filenames should be absolute pathnames,
10652           and the files referred to should actually exist in the
10653           package.
10654         </p>
10655
10656         <p>
10657           When a package is upgraded <prgn>dpkg</prgn> will process
10658           the configuration files during the configuration stage,
10659           shortly before it runs the package's <prgn>postinst</prgn>
10660           script,
10661         </p>
10662
10663         <p>
10664           For each file it checks to see whether the version of the
10665           file included in the package is the same as the one that was
10666           included in the last version of the package (the one that is
10667           being upgraded from); it also compares the version currently
10668           installed on the system with the one shipped with the last
10669           version.
10670         </p>
10671
10672         <p>
10673           If neither the user nor the package maintainer has changed
10674           the file, it is left alone.  If one or the other has changed
10675           their version, then the changed version is preferred - i.e.,
10676           if the user edits their file, but the package maintainer
10677           doesn't ship a different version, the user's changes will
10678           stay, silently, but if the maintainer ships a new version
10679           and the user hasn't edited it the new version will be
10680           installed (with an informative message).  If both have
10681           changed their version the user is prompted about the problem
10682           and must resolve the differences themselves.
10683         </p>
10684
10685         <p>
10686           The comparisons are done by calculating the MD5 message
10687           digests of the files, and storing the MD5 of the file as it
10688           was included in the most recent version of the package.
10689         </p>
10690
10691         <p>
10692           When a package is installed for the first time
10693           <prgn>dpkg</prgn> will install the file that comes with it,
10694           unless that would mean overwriting a file already on the
10695           file system.
10696         </p>
10697
10698         <p>
10699           However, note that <prgn>dpkg</prgn> will <em>not</em>
10700           replace a conffile that was removed by the user (or by a
10701           script).  This is necessary because with some programs a
10702           missing file produces an effect hard or impossible to
10703           achieve in another way, so that a missing file needs to be
10704           kept that way if the user did it.
10705         </p>
10706
10707         <p>
10708           Note that a package should <em>not</em> modify a
10709           <prgn>dpkg</prgn>-handled conffile in its maintainer
10710           scripts.  Doing this will lead to <prgn>dpkg</prgn> giving
10711           the user confusing and possibly dangerous options for
10712           conffile update when the package is upgraded.</p>
10713       </sect>
10714
10715       <sect><heading>Fully-featured maintainer script configuration
10716       handling
10717         </heading>
10718
10719         <p>
10720           For files which contain site-specific information such as
10721           the hostname and networking details and so forth, it is
10722           better to create the file in the package's
10723           <prgn>postinst</prgn> script.
10724         </p>
10725
10726         <p>
10727           This will typically involve examining the state of the rest
10728           of the system to determine values and other information, and
10729           may involve prompting the user for some information which
10730           can't be obtained some other way.
10731         </p>
10732
10733         <p>
10734           When using this method there are a couple of important
10735           issues which should be considered:
10736         </p>
10737
10738         <p>
10739           If you discover a bug in the program which generates the
10740           configuration file, or if the format of the file changes
10741           from one version to the next, you will have to arrange for
10742           the postinst script to do something sensible - usually this
10743           will mean editing the installed configuration file to remove
10744           the problem or change the syntax.  You will have to do this
10745           very carefully, since the user may have changed the file,
10746           perhaps to fix the very problem that your script is trying
10747           to deal with - you will have to detect these situations and
10748           deal with them correctly.
10749         </p>
10750
10751         <p>
10752           If you do go down this route it's probably a good idea to
10753           make the program that generates the configuration file(s) a
10754           separate program in <file>/usr/sbin</file>, by convention called
10755           <file><var>package</var>config</file> and then run that if
10756           appropriate from the post-installation script.  The
10757           <tt><var>package</var>config</tt> program should not
10758           unquestioningly overwrite an existing configuration - if its
10759           mode of operation is geared towards setting up a package for
10760           the first time (rather than any arbitrary reconfiguration
10761           later) you should have it check whether the configuration
10762           already exists, and require a <tt>--force</tt> flag to
10763           overwrite it.</p></sect>
10764     </appendix>
10765
10766     <appendix id="pkg-alternatives"><heading>Alternative versions of
10767         an interface - <prgn>update-alternatives</prgn> (from old
10768     Packaging Manual)
10769       </heading>
10770
10771       <p>
10772         When several packages all provide different versions of the
10773         same program or file it is useful to have the system select a
10774         default, but to allow the system administrator to change it
10775         and have their decisions respected.
10776       </p>
10777
10778       <p>
10779         For example, there are several versions of the <prgn>vi</prgn>
10780         editor, and there is no reason to prevent all of them from
10781         being installed at once, each under their own name
10782         (<prgn>nvi</prgn>, <prgn>vim</prgn> or whatever).
10783         Nevertheless it is desirable to have the name <tt>vi</tt>
10784         refer to something, at least by default.
10785       </p>
10786
10787       <p>
10788         If all the packages involved cooperate, this can be done with
10789         <prgn>update-alternatives</prgn>.
10790       </p>
10791
10792       <p>
10793         Each package provides its own version under its own name, and
10794         calls <prgn>update-alternatives</prgn> in its postinst to
10795         register its version (and again in its prerm to deregister
10796         it).
10797       </p>
10798
10799       <p>
10800         See the man page <manref name="update-alternatives"
10801         section="8"> for details.
10802       </p>
10803
10804       <p>
10805         If <prgn>update-alternatives</prgn> does not seem appropriate
10806         you may wish to consider using diversions instead.</p>
10807     </appendix>
10808
10809     <appendix id="pkg-diversions"><heading>Diversions - overriding a
10810     package's version of a file (from old Packaging Manual)
10811       </heading>
10812
10813       <p>
10814         It is possible to have <prgn>dpkg</prgn> not overwrite a file
10815         when it reinstalls the package it belongs to, and to have it
10816         put the file from the package somewhere else instead.
10817       </p>
10818
10819       <p>
10820         This can be used locally to override a package's version of a
10821         file, or by one package to override another's version (or
10822         provide a wrapper for it).
10823       </p>
10824
10825       <p>
10826         Before deciding to use a diversion, read <ref
10827         id="pkg-alternatives"> to see if you really want a diversion
10828         rather than several alternative versions of a program.
10829       </p>
10830
10831       <p>
10832         There is a diversion list, which is read by <prgn>dpkg</prgn>,
10833         and updated by a special program <prgn>dpkg-divert</prgn>.
10834         Please see <manref name="dpkg-divert" section="8"> for full
10835         details of its operation.
10836       </p>
10837
10838       <p>
10839         When a package wishes to divert a file from another, it should
10840         call <prgn>dpkg-divert</prgn> in its preinst to add the
10841         diversion and rename the existing file.  For example,
10842         supposing that a <prgn>smailwrapper</prgn> package wishes to
10843         install a wrapper around <file>/usr/sbin/smail</file>:
10844         <example>
10845    dpkg-divert --package smailwrapper --add --rename \
10846       --divert /usr/sbin/smail.real /usr/sbin/smail
10847         </example> The <tt>--package smailwrapper</tt> ensures that
10848         <prgn>smailwrapper</prgn>'s copy of <file>/usr/sbin/smail</file>
10849         can bypass the diversion and get installed as the true version.
10850         It's safe to add the diversion unconditionally on upgrades since
10851         it will be left unchanged if it already exists, but
10852         <prgn>dpkg-divert</prgn> will display a message.  To suppress that
10853         message, make the command conditional on the version from which
10854         the package is being upgraded:
10855         <example>
10856    if [ upgrade != "$1" ] || dpkg --compare-versions "$2" lt 1.0-2; then
10857       dpkg-divert --package smailwrapper --add --rename \
10858          --divert /usr/sbin/smail.real /usr/sbin/smail
10859    fi
10860         </example> where <tt>1.0-2</tt> is the version at which the
10861         diversion was first added to the package.  Running the command
10862         during abort-upgrade is pointless but harmless.
10863       </p>
10864
10865       <p>
10866         The postrm has to do the reverse:
10867         <example>
10868   if [ remove = "$1" -o abort-install = "$1" -o disappear = "$1" ]; then
10869      dpkg-divert --package smailwrapper --remove --rename \
10870         --divert /usr/sbin/smail.real /usr/sbin/smail
10871   fi
10872         </example> If the diversion was added at a particular version, the
10873         postrm should also handle the failure case of upgrading from an
10874         older version (unless the older version is so old that direct
10875         upgrades are no longer supported):
10876         <example>
10877   if [ abort-upgrade = "$1" ] && dpkg --compare-versions "$2" lt 1.0-2; then
10878      dpkg-divert --package smailwrapper --remove --rename \
10879         --divert /usr/sbin/smail.real /usr/sbin/smail
10880   fi
10881         </example> where <tt>1.02-2</tt> is the version at which the
10882         diversion was first added to the package.  The postrm should not
10883         remove the diversion on upgrades both because there's no reason to
10884         remove the diversion only to immediately re-add it and since the
10885         postrm of the old package is run after unpacking so the removal of
10886         the diversion will fail.
10887       </p>
10888
10889       <p>
10890         Do not attempt to divert a file which is vitally important for
10891         the system's operation - when using <prgn>dpkg-divert</prgn>
10892         there is a time, after it has been diverted but before
10893         <prgn>dpkg</prgn> has installed the new version, when the file
10894         does not exist.</p>
10895     </appendix>
10896
10897   </book>
10898 </debiandoc>
10899 <!-- Local variables: -->
10900 <!-- indent-tabs-mode: t -->
10901 <!-- End: -->
10902 <!-- vim:set ai et sts=2 sw=2 tw=76: -->