]> git.donarmstrong.com Git - debian/debian-policy.git/blob - policy.sgml
All copyright files must be encoded in UTF-8
[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         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
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           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>Russ Allbery</item>
223             <item>Bill Allombert</item>
224             <item>Andrew McMillan</item>
225             <item>Manoj Srivastava</item>
226             <item>Colin Watson</item>
227           </enumlist>
228         </p>
229
230         <p>
231           While the authors of this document have tried hard to avoid
232           typos and other errors, these do still occur. If you discover
233           an error in this manual or if you want to give any
234           comments, suggestions, or criticisms please send an email to
235           the Debian Policy List,
236           <email>debian-policy@lists.debian.org</email>, or submit a
237           bug report against the <tt>debian-policy</tt> package.
238         </p>
239
240         <p>
241           Please do not try to reach the individual authors or maintainers
242           of the Policy Manual regarding changes to the Policy.
243         </p>
244       </sect>
245
246       <sect id="related">
247         <heading>Related documents</heading>
248
249         <p>
250           There are several other documents other than this Policy Manual
251           that are necessary to fully understand some Debian policies and
252           procedures.
253         </p>
254
255         <p>
256           The external "sub-policy" documents are referred to in:
257           <list compact="compact">
258             <item><ref id="fhs"></item>
259             <item><ref id="virtual_pkg"></item>
260             <item><ref id="menus"></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
283         <p>
284           Finally, a <qref id="copyrightformat">specification for
285           machine-readable copyright files</qref> is maintained as part of
286           the <package>debian-policy</package> package using the same
287           procedure as the other policy documents.  Use of this format is
288           optional.
289         </p>
290       </sect>
291
292       <sect id="definitions">
293         <heading>Definitions</heading>
294
295         <p>
296           The following terms are used in this Policy Manual:
297           <taglist>
298             <tag>ASCII</tag>
299             <item>
300               The character encoding specified by ANSI X3.4-1986 and its
301               predecessor standards, referred to in MIME as US-ASCII, and
302               corresponding to an encoding in eight bits per character of
303               the first 128 <url id="http://www.unicode.org/"
304               name="Unicode"> characters, with the eighth bit always zero.
305             </item>
306             <tag>UTF-8</tag>
307             <item>
308               The transformation format (sometimes called encoding) of
309               <url id="http://www.unicode.org/" name="Unicode"> defined by
310               <url id="http://www.rfc-editor.org/rfc/rfc3629.txt"
311               name="RFC 3629">.  UTF-8 has the useful property of having
312               ASCII as a subset, so any text encoded in ASCII is trivially
313               also valid UTF-8.
314             </item>
315           </taglist>
316         </p>
317       </sect>
318     </chapt>
319
320
321     <chapt id="archive">
322       <heading>The Debian Archive</heading>
323
324       <p>
325         The Debian system is maintained and distributed as a
326         collection of <em>packages</em>. Since there are so many of
327         them (currently well over 15000), they are split into
328         <em>sections</em> and given <em>priorities</em> to simplify
329         the handling of them.
330       </p>
331
332       <p>
333         The effort of the Debian project is to build a free operating
334         system, but not every package we want to make accessible is
335         <em>free</em> in our sense (see the Debian Free Software
336         Guidelines, below), or may be imported/exported without
337         restrictions. Thus, the archive is split into areas<footnote>
338           The Debian archive software uses the term "component" internally
339           and in the Release file format to refer to the division of an
340           archive.  The Debian Social Contract simply refers to "areas."
341           This document uses terminology similar to the Social Contract.
342         </footnote> based on their licenses and other restrictions.
343       </p>
344
345       <p>
346         The aims of this are:
347
348         <list compact="compact">
349           <item>to allow us to make as much software available as we can</item>
350           <item>to allow us to encourage everyone to write free software,
351                 and</item>
352           <item>to allow us to make it easy for people to produce
353                 CD-ROMs of our system without violating any licenses,
354                 import/export restrictions, or any other laws.</item>
355         </list>
356       </p>
357
358       <p>
359         The <em>main</em> archive area forms the <em>Debian distribution</em>.
360       </p>
361
362       <p>
363         Packages in the other archive areas (<tt>contrib</tt>,
364         <tt>non-free</tt>) are not considered to be part of the Debian
365         distribution, although we support their use and provide
366         infrastructure for them (such as our bug-tracking system and
367         mailing lists). This Debian Policy Manual applies to these
368         packages as well.
369       </p>
370
371       <sect id="dfsg">
372         <heading>The Debian Free Software Guidelines</heading>
373         <p>
374           The Debian Free Software Guidelines (DFSG) form our
375           definition of "free software".  These are:
376             <taglist>
377               <tag>1. Free Redistribution
378               </tag>
379               <item>
380                   The license of a Debian component may not restrict any
381                   party from selling or giving away the software as a
382                   component of an aggregate software distribution
383                   containing programs from several different
384                   sources. The license may not require a royalty or
385                   other fee for such sale.
386               </item>
387               <tag>2. Source Code
388               </tag>
389               <item>
390                   The program must include source code, and must allow
391                   distribution in source code as well as compiled form.
392               </item>
393               <tag>3. Derived Works
394               </tag>
395               <item>
396                   The license must allow modifications and derived
397                   works, and must allow them to be distributed under the
398                   same terms as the license of the original software.
399               </item>
400               <tag>4. Integrity of The Author's Source Code
401               </tag>
402               <item>
403                   The license may restrict source-code from being
404                   distributed in modified form <em>only</em> if the
405                   license allows the distribution of "patch files"
406                   with the source code for the purpose of modifying the
407                   program at build time. The license must explicitly
408                   permit distribution of software built from modified
409                   source code. The license may require derived works to
410                   carry a different name or version number from the
411                   original software.  (This is a compromise. The Debian
412                   Project encourages all authors to not restrict any
413                   files, source or binary, from being modified.)
414               </item>
415               <tag>5. No Discrimination Against Persons or Groups
416               </tag>
417               <item>
418                   The license must not discriminate against any person
419                   or group of persons.
420               </item>
421               <tag>6. No Discrimination Against Fields of Endeavor
422               </tag>
423               <item>
424                   The license must not restrict anyone from making use
425                   of the program in a specific field of endeavor. For
426                   example, it may not restrict the program from being
427                   used in a business, or from being used for genetic
428                   research.
429               </item>
430               <tag>7. Distribution of License
431               </tag>
432               <item>
433                   The rights attached to the program must apply to all
434                   to whom the program is redistributed without the need
435                   for execution of an additional license by those
436                   parties.
437               </item>
438               <tag>8. License Must Not Be Specific to Debian
439               </tag>
440               <item>
441                   The rights attached to the program must not depend on
442                   the program's being part of a Debian system. If the
443                   program is extracted from Debian and used or
444                   distributed without Debian but otherwise within the
445                   terms of the program's license, all parties to whom
446                   the program is redistributed must have the same
447                   rights as those that are granted in conjunction with
448                   the Debian system.
449               </item>
450               <tag>9. License Must Not Contaminate Other Software
451               </tag>
452               <item>
453                   The license must not place restrictions on other
454                   software that is distributed along with the licensed
455                   software. For example, the license must not insist
456                   that all other programs distributed on the same medium
457                   must be free software.
458               </item>
459               <tag>10. Example Licenses
460               </tag>
461               <item>
462                   The "GPL," "BSD," and "Artistic" licenses are examples of
463                   licenses that we consider <em>free</em>.
464               </item>
465             </taglist>
466         </p>
467       </sect>
468
469       <sect id="sections">
470         <heading>Archive areas</heading>
471
472         <sect1 id="main">
473           <heading>The main archive area</heading>
474
475           <p>
476             The <em>main</em> archive area comprises the Debian
477             distribution.  Only the packages in this area are considered
478             part of the distribution.  None of the packages in
479             the <em>main</em> archive area require software outside of
480             that area to function.  Anyone may use, share, modify and
481             redistribute the packages in this archive area
482             freely<footnote>
483               See <url id="http://www.debian.org/intro/free"
484                        name="What Does Free Mean?"> for
485               more about what we mean by free software.
486             </footnote>.
487           </p>
488
489           <p>
490             Every package in <em>main</em> must comply with the DFSG
491             (Debian Free Software Guidelines).
492           </p>
493
494           <p>
495             In addition, the packages in <em>main</em>
496             <list compact="compact">
497               <item>
498                   must not require or recommend a package outside
499                   of <em>main</em> for compilation or execution (thus, the
500                   package must not declare a "Pre-Depends", "Depends",
501                   "Recommends", "Build-Depends", or "Build-Depends-Indep"
502                   relationship on a non-<em>main</em> package),
503               </item>
504               <item>
505                   must not be so buggy that we refuse to support them,
506                   and
507               </item>
508               <item>
509                   must meet all policy requirements presented in this
510                   manual.
511               </item>
512             </list>
513           </p>
514
515         </sect1>
516
517         <sect1 id="contrib">
518           <heading>The contrib archive area</heading>
519
520           <p>
521             The <em>contrib</em> archive area contains supplemental
522             packages intended to work with the Debian distribution, but
523             which require software outside of the distribution to either
524             build or function.
525           </p>
526
527           <p>
528             Every package in <em>contrib</em> must comply with the DFSG.
529           </p>
530
531           <p>
532             In addition, the packages in <em>contrib</em>
533             <list compact="compact">
534               <item>
535                   must not be so buggy that we refuse to support them,
536                   and
537               </item>
538               <item>
539                   must meet all policy requirements presented in this
540                   manual.
541               </item>
542             </list>
543           </p>
544
545           <p>
546             Examples of packages which would be included in
547             <em>contrib</em> are:
548             <list compact="compact">
549               <item>
550                   free packages which require <em>contrib</em>,
551                   <em>non-free</em> packages or packages which are not
552                   in our archive at all for compilation or execution,
553                   and
554               </item>
555               <item>
556                   wrapper packages or other sorts of free accessories for
557                   non-free programs.
558               </item>
559             </list>
560           </p>
561         </sect1>
562
563         <sect1 id="non-free">
564           <heading>The non-free archive area</heading>
565
566           <p>
567             The <em>non-free</em> archive area contains supplemental
568             packages intended to work with the Debian distribution that do
569             not comply with the DFSG or have other problems that make
570             their distribution problematic.  They may not comply with all
571             of the policy requirements in this manual due to restrictions
572             on modifications or other limitations.
573           </p>
574
575           <p>
576             Packages must be placed in <em>non-free</em> if they are
577             not compliant with the DFSG or are encumbered by patents
578             or other legal issues that make their distribution
579             problematic.
580           </p>
581
582           <p>
583             In addition, the packages in <em>non-free</em>
584             <list compact="compact">
585               <item>
586                   must not be so buggy that we refuse to support them,
587                   and
588               </item>
589               <item>
590                   must meet all policy requirements presented in this
591                   manual that it is possible for them to meet.
592                   <footnote>
593                       It is possible that there are policy
594                       requirements which the package is unable to
595                       meet, for example, if the source is
596                       unavailable.  These situations will need to be
597                       handled on a case-by-case basis.
598                   </footnote>
599               </item>
600             </list>
601           </p>
602         </sect1>
603
604       </sect>
605
606       <sect id="pkgcopyright">
607         <heading>Copyright considerations</heading>
608
609         <p>
610           Every package must be accompanied by a verbatim copy of its
611           copyright information and distribution license in the file
612           <file>/usr/share/doc/<var>package</var>/copyright</file>
613           (see <ref id="copyrightfile"> for further details).
614         </p>
615
616         <p>
617           We reserve the right to restrict files from being included
618           anywhere in our archives if
619           <list compact="compact">
620             <item>
621                   their use or distribution would break a law,
622             </item>
623             <item>
624                   there is an ethical conflict in their distribution or
625                   use,
626             </item>
627             <item>
628                   we would have to sign a license for them, or
629             </item>
630             <item>
631                   their distribution would conflict with other project
632                   policies.
633             </item>
634           </list>
635         </p>
636
637         <p>
638           Programs whose authors encourage the user to make
639           donations are fine for the main distribution, provided
640           that the authors do not claim that not donating is
641           immoral, unethical, illegal or something similar; in such
642           a case they must go in <em>non-free</em>.
643         </p>
644
645         <p>
646           Packages whose copyright permission notices (or patent
647           problems) do not even allow redistribution of binaries
648           only, and where no special permission has been obtained,
649           must not be placed on the Debian FTP site and its mirrors
650           at all.
651         </p>
652
653         <p>
654           Note that under international copyright law (this applies
655           in the United States, too), <em>no</em> distribution or
656           modification of a work is allowed without an explicit
657           notice saying so.  Therefore a program without a copyright
658           notice <em>is</em> copyrighted and you may not do anything
659           to it without risking being sued! Likewise if a program
660           has a copyright notice but no statement saying what is
661           permitted then nothing is permitted.
662         </p>
663
664         <p>
665           Many authors are unaware of the problems that restrictive
666           copyrights (or lack of copyright notices) can cause for
667           the users of their supposedly-free software.  It is often
668           worthwhile contacting such authors diplomatically to ask
669           them to modify their license terms. However, this can be a
670           politically difficult thing to do and you should ask for
671           advice on the <tt>debian-legal</tt> mailing list first, as
672           explained below.
673         </p>
674
675         <p>
676           When in doubt about a copyright, send mail to
677           <email>debian-legal@lists.debian.org</email>.  Be prepared
678           to provide us with the copyright statement.  Software
679           covered by the GPL, public domain software and BSD-like
680           copyrights are safe; be wary of the phrases "commercial
681           use prohibited" and "distribution restricted".
682         </p>
683       </sect>
684
685       <sect id="subsections">
686         <heading>Sections</heading>
687
688         <p>
689           The packages in the archive areas <em>main</em>,
690           <em>contrib</em> and <em>non-free</em> are grouped further into
691           <em>sections</em> to simplify handling.
692         </p>
693
694         <p>
695           The archive area and section for each package should be
696           specified in the package's <tt>Section</tt> control record (see
697           <ref id="f-Section">).  However, the maintainer of the Debian
698           archive may override this selection to ensure the consistency of
699           the Debian distribution.  The <tt>Section</tt> field should be
700           of the form:
701           <list compact="compact">
702             <item>
703                   <em>section</em> if the package is in the
704                   <em>main</em> archive area,
705             </item>
706             <item>
707                   <em>area/section</em> if the package is in
708                   the <em>contrib</em> or <em>non-free</em>
709                   archive areas.
710             </item>
711           </list>
712         </p>
713
714         <p>
715           The Debian archive maintainers provide the authoritative
716           list of sections.  At present, they are:
717           <em>admin</em>, <em>cli-mono</em>, <em>comm</em>, <em>database</em>,
718           <em>devel</em>, <em>debug</em>, <em>doc</em>, <em>editors</em>,
719           <em>education</em>, <em>electronics</em>, <em>embedded</em>,
720           <em>fonts</em>, <em>games</em>, <em>gnome</em>, <em>graphics</em>,
721           <em>gnu-r</em>, <em>gnustep</em>, <em>hamradio</em>, <em>haskell</em>,
722           <em>httpd</em>, <em>interpreters</em>, <em>introspection</em>,
723           <em>java</em>, <em>kde</em>, <em>kernel</em>, <em>libs</em>,
724           <em>libdevel</em>, <em>lisp</em>, <em>localization</em>,
725           <em>mail</em>, <em>math</em>, <em>metapackages</em>, <em>misc</em>,
726           <em>net</em>, <em>news</em>, <em>ocaml</em>, <em>oldlibs</em>,
727           <em>otherosfs</em>, <em>perl</em>, <em>php</em>, <em>python</em>,
728           <em>ruby</em>, <em>science</em>, <em>shells</em>, <em>sound</em>,
729           <em>tex</em>, <em>text</em>, <em>utils</em>, <em>vcs</em>,
730           <em>video</em>, <em>web</em>, <em>x11</em>, <em>xfce</em>,
731           <em>zope</em>.  The additional section <em>debian-installer</em>
732           contains special packages used by the installer and is not used
733           for normal Debian packages.
734         </p>
735
736         <p>
737           For more information about the sections and their definitions,
738           see the <url id="http://packages.debian.org/unstable/"
739                        name="list of sections in unstable">.
740         </p>
741       </sect>
742
743       <sect id="priorities">
744         <heading>Priorities</heading>
745
746         <p>
747           Each package should have a <em>priority</em> value, which is
748           included in the package's <em>control record</em>
749           (see <ref id="f-Priority">).
750           This information is used by the Debian package management tools to
751           separate high-priority packages from less-important packages.
752         </p>
753
754         <p>
755           The following <em>priority levels</em> are recognized by the
756           Debian package management tools.
757           <taglist>
758             <tag><tt>required</tt></tag>
759             <item>
760                 Packages which are necessary for the proper
761                 functioning of the system (usually, this means that
762                 dpkg functionality depends on these packages).
763                 Removing a <tt>required</tt> package may cause your
764                 system to become totally broken and you may not even
765                 be able to use <prgn>dpkg</prgn> to put things back,
766                 so only do so if you know what you are doing.  Systems
767                 with only the <tt>required</tt> packages are probably
768                 unusable, but they do have enough functionality to
769                 allow the sysadmin to boot and install more software.
770             </item>
771             <tag><tt>important</tt></tag>
772             <item>
773                 Important programs, including those which one would
774                 expect to find on any Unix-like system.  If the
775                 expectation is that an experienced Unix person who
776                 found it missing would say "What on earth is going on,
777                 where is <prgn>foo</prgn>?", it must be an
778                 <tt>important</tt> package.<footnote>
779                     This is an important criterion because we are
780                     trying to produce, amongst other things, a free
781                     Unix.
782                 </footnote>
783                 Other packages without which the system will not run
784                 well or be usable must also have priority
785                 <tt>important</tt>.  This does
786                 <em>not</em> include Emacs, the X Window System, TeX
787                 or any other large applications.  The
788                 <tt>important</tt> packages are just a bare minimum of
789                 commonly-expected and necessary tools.
790             </item>
791             <tag><tt>standard</tt></tag>
792             <item>
793                 These packages provide a reasonably small but not too
794                 limited character-mode system.  This is what will be
795                 installed by default if the user doesn't select anything
796                 else.  It doesn't include many large applications.
797             </item>
798             <tag><tt>optional</tt></tag>
799             <item>
800                 (In a sense everything that isn't required is
801                 optional, but that's not what is meant here.) This is
802                 all the software that you might reasonably want to
803                 install if you didn't know what it was and don't have
804                 specialized requirements. This is a much larger system
805                 and includes the X Window System, a full TeX
806                 distribution, and many applications. Note that
807                 optional packages should not conflict with each other.
808             </item>
809             <tag><tt>extra</tt></tag>
810             <item>
811                 This contains all packages that conflict with others
812                 with required, important, standard or optional
813                 priorities, or are only likely to be useful if you
814                 already know what they are or have specialized
815                 requirements (such as packages containing only detached
816                 debugging symbols).
817             </item>
818           </taglist>
819         </p>
820
821         <p>
822           Packages must not depend on packages with lower priority
823           values (excluding build-time dependencies).  In order to
824           ensure this, the priorities of one or more packages may need
825           to be adjusted.
826         </p>
827       </sect>
828
829     </chapt>
830
831
832     <chapt id="binary">
833       <heading>Binary packages</heading>
834
835       <p>
836         The Debian distribution is based on the Debian
837         package management system, called <prgn>dpkg</prgn>. Thus,
838         all packages in the Debian distribution must be provided
839         in the <tt>.deb</tt> file format.
840       </p>
841
842       <p>
843         A <tt>.deb</tt> package contains two sets of files: a set of files
844         to install on the system when the package is installed, and a set
845         of files that provide additional metadata about the package or
846         which are executed when the package is installed or removed.  This
847         second set of files is called <em>control information files</em>.
848         Among those files are the package maintainer scripts
849         and <file>control</file>, the <qref id="binarycontrolfiles">binary
850         package control file</qref> that contains the control fields for
851         the package.  Other control information files
852         include <qref id="sharedlibs-shlibdeps">the <file>shlibs</file>
853         file</qref> used to store shared library dependency information
854         and the <file>conffiles</file> file that lists the package's
855         configuration files (described in <ref id="config-files">).
856       </p>
857
858       <p>
859         There is unfortunately a collision of terminology here between
860         control information files and files in the Debian control file
861         format.  Throughout this document, a <em>control file</em> refers
862         to a file in the Debian control file format.  These files are
863         documented in <ref id="controlfields">.  Only files referred to
864         specifically as <em>control information files</em> are the files
865         included in the control information file member of
866         the <file>.deb</file> file format used by binary packages.  Most
867         control information files are not in the Debian control file
868         format.
869       </p>
870
871       <sect>
872         <heading>The package name</heading>
873
874         <p>
875           Every package must have a name that's unique within the Debian
876           archive.
877         </p>
878
879         <p>
880           The package name is included in the control field
881           <tt>Package</tt>, the format of which is described
882           in <ref id="f-Package">.
883           The package name is also included as a part of the file name
884           of the <tt>.deb</tt> file.
885         </p>
886       </sect>
887
888       <sect id="versions">
889         <heading>The version of a package</heading>
890
891         <p>
892           Every package has a version number recorded in its
893           <tt>Version</tt> control file field, described in
894           <ref id="f-Version">.
895         </p>
896
897         <p>
898           The package management system imposes an ordering on version
899           numbers, so that it can tell whether packages are being up- or
900           downgraded and so that package system front end applications
901           can tell whether a package it finds available is newer than
902           the one installed on the system.  The version number format
903           has the most significant parts (as far as comparison is
904           concerned) at the beginning.
905         </p>
906
907         <p>
908           If an upstream package has problematic version numbers they
909           should be converted to a sane form for use in the
910           <tt>Version</tt> field.
911         </p>
912
913         <sect1>
914           <heading>Version numbers based on dates</heading>
915
916           <p>
917             In general, Debian packages should use the same version
918             numbers as the upstream sources.  However, upstream version
919             numbers based on some date formats (sometimes used for
920             development or "snapshot" releases) will not be ordered
921             correctly by the package management software.  For
922             example, <prgn>dpkg</prgn> will consider "96May01" to be
923             greater than "96Dec24".
924           </p>
925
926           <p>
927             To prevent having to use epochs for every new upstream
928             version, the date-based portion of any upstream version number
929             should be given in a way that sorts correctly: four-digit year
930             first, followed by a two-digit numeric month, followed by a
931             two-digit numeric date, possibly with punctuation between the
932             components.
933           </p>
934
935           <p>
936             Native Debian packages (i.e., packages which have been written
937             especially for Debian) whose version numbers include dates
938             should also follow these rules.  If punctuation is desired
939             between the date components, remember that hyphen (<tt>-</tt>)
940             cannot be used in native package versions.  Period
941             (<tt>.</tt>) is normally a good choice.
942           </p>
943         </sect1>
944
945       </sect>
946
947       <sect id="maintainer">
948         <heading>The maintainer of a package</heading>
949
950         <p>
951           Every package must have a maintainer, except for orphaned
952           packages as described below.  The maintainer may be one person
953           or a group of people reachable from a common email address, such
954           as a mailing list.  The maintainer is responsible for
955           maintaining the Debian packaging files, evaluating and
956           responding appropriately to reported bugs, uploading new
957           versions of the package (either directly or through a sponsor),
958           ensuring that the package is placed in the appropriate archive
959           area and included in Debian releases as appropriate for the
960           stability and utility of the package, and requesting removal of
961           the package from the Debian distribution if it is no longer
962           useful or maintainable.
963         </p>
964
965         <p>
966           The maintainer must be specified in the <tt>Maintainer</tt>
967           control field with their correct name and a working email
968           address.  The email address given in the <tt>Maintainer</tt>
969           control field must accept mail from those role accounts in
970           Debian used to send automated mails regarding the package.  This
971           includes non-spam mail from the bug-tracking system, all mail
972           from the Debian archive maintenance software, and other role
973           accounts or automated processes that are commonly agreed on by
974           the project.<footnote>
975             A sample implementation of such a whitelist written for the
976             Mailman mailing list management software is used for mailing
977             lists hosted by alioth.debian.org.
978           </footnote>
979           If one person or team maintains several packages, they should
980           use the same form of their name and email address in
981           the <tt>Maintainer</tt> fields of those packages.
982         </p>
983
984         <p>
985           The format of the <tt>Maintainer</tt> control field is
986           described in <ref id="f-Maintainer">.
987         </p>
988
989         <p>
990           If the maintainer of the package is a team of people with a
991           shared email address, the <tt>Uploaders</tt> control field must
992           be present and must contain at least one human with their
993           personal email address.  See <ref id="f-Uploaders"> for the
994           syntax of that field.
995         </p>
996
997         <p>
998           An orphaned package is one with no current maintainer.  Orphaned
999           packages should have their <tt>Maintainer</tt> control field set
1000           to <tt>Debian QA Group &lt;packages@qa.debian.org&gt;</tt>.
1001           These packages are considered maintained by the Debian project
1002           as a whole until someone else volunteers to take over
1003           maintenance.<footnote>
1004             The detailed procedure for gracefully orphaning a package can
1005             be found in the Debian Developer's Reference
1006             (see <ref id="related">).
1007           </footnote>
1008         </p>
1009       </sect>
1010
1011       <sect id="descriptions">
1012         <heading>The description of a package</heading>
1013
1014         <p>
1015           Every Debian package must have a <tt>Description</tt> control
1016           field which contains a synopsis and extended description of the
1017           package.  Technical information about the format of the
1018           <tt>Description</tt> field is in <ref id="f-Description">.
1019         </p>
1020
1021         <p>
1022           The description should describe the package (the program) to a
1023           user (system administrator) who has never met it before so that
1024           they have enough information to decide whether they want to
1025           install it. This description should not just be copied verbatim
1026           from the program's documentation.
1027         </p>
1028
1029         <p>
1030           Put important information first, both in the synopsis and
1031           extended description.  Sometimes only the first part of the
1032           synopsis or of the description will be displayed.  You can
1033           assume that there will usually be a way to see the whole
1034           extended description.
1035         </p>
1036
1037         <p>
1038           The description should also give information about the
1039           significant dependencies and conflicts between this package
1040           and others, so that the user knows why these dependencies and
1041           conflicts have been declared.
1042         </p>
1043
1044         <p>
1045           Instructions for configuring or using the package should
1046           not be included (that is what installation scripts,
1047           manual pages, info files, etc., are for).  Copyright
1048           statements and other administrivia should not be included
1049           either (that is what the copyright file is for).
1050         </p>
1051
1052         <sect1 id="synopsis"><heading>The single line synopsis</heading>
1053
1054           <p>
1055             The single line synopsis should be kept brief - certainly
1056             under 80 characters.
1057           </p>
1058
1059           <p>
1060             Do not include the package name in the synopsis line.  The
1061             display software knows how to display this already, and you
1062             do not need to state it.  Remember that in many situations
1063             the user may only see the synopsis line - make it as
1064             informative as you can.
1065           </p>
1066
1067         </sect1>
1068
1069         <sect1 id="extendeddesc"><heading>The extended description</heading>
1070
1071           <p>
1072             Do not try to continue the single line synopsis into the
1073             extended description.  This will not work correctly when
1074             the full description is displayed, and makes no sense
1075             where only the summary (the single line synopsis) is
1076             available.
1077           </p>
1078
1079           <p>
1080             The extended description should describe what the package
1081             does and how it relates to the rest of the system (in terms
1082             of, for example, which subsystem it is which part of).
1083           </p>
1084
1085           <p>
1086             The description field needs to make sense to anyone, even
1087             people who have no idea about any of the things the
1088             package deals with.<footnote>
1089                 The blurb that comes with a program in its
1090                 announcements and/or <prgn>README</prgn> files is
1091                 rarely suitable for use in a description.  It is
1092                 usually aimed at people who are already in the
1093                 community where the package is used.
1094             </footnote>
1095           </p>
1096
1097         </sect1>
1098
1099       </sect>
1100
1101       <sect id="dependencies">
1102         <heading>Dependencies</heading>
1103
1104         <p>
1105           Every package must specify the dependency information
1106           about other packages that are required for the first to
1107           work correctly.
1108         </p>
1109
1110         <p>
1111           For example, a dependency entry must be provided for any
1112           shared libraries required by a dynamically-linked executable
1113           binary in a package.
1114         </p>
1115
1116         <p>
1117           Packages are not required to declare any dependencies they
1118           have on other packages which are marked <tt>Essential</tt>
1119           (see below), and should not do so unless they depend on a
1120           particular version of that package.<footnote>
1121             <p>
1122               Essential is needed in part to avoid unresolvable dependency
1123               loops on upgrade.  If packages add unnecessary dependencies
1124               on packages in this set, the chances that there
1125               <strong>will</strong> be an unresolvable dependency loop
1126               caused by forcing these Essential packages to be configured
1127               first before they need to be is greatly increased.  It also
1128               increases the chances that frontends will be unable to
1129               <strong>calculate</strong> an upgrade path, even if one
1130               exists.
1131             </p>
1132             <p>
1133               Also, functionality is rarely ever removed from the
1134               Essential set, but <em>packages</em> have been removed from
1135               the Essential set when the functionality moved to a
1136               different package. So depending on these packages <em>just
1137               in case</em> they stop being essential does way more harm
1138               than good.
1139             </p>
1140           </footnote>
1141         </p>
1142
1143         <p>
1144           Sometimes, unpacking one package requires that another package
1145           be first unpacked <em>and</em> configured.  In this case, the
1146           depending package must specify this dependency in
1147           the <tt>Pre-Depends</tt> control field.
1148         </p>
1149
1150         <p>
1151           You should not specify a <tt>Pre-Depends</tt> entry for a
1152           package before this has been discussed on the
1153           <tt>debian-devel</tt> mailing list and a consensus about
1154           doing that has been reached.
1155         </p>
1156
1157         <p>
1158           The format of the package interrelationship control fields is
1159           described in <ref id="relationships">.
1160         </p>
1161       </sect>
1162
1163       <sect id="virtual_pkg">
1164         <heading>Virtual packages</heading>
1165
1166         <p>
1167           Sometimes, there are several packages which offer
1168           more-or-less the same functionality. In this case, it's
1169           useful to define a <em>virtual package</em> whose name
1170           describes that common functionality.  (The virtual
1171           packages only exist logically, not physically; that's why
1172           they are called <em>virtual</em>.) The packages with this
1173           particular function will then <em>provide</em> the virtual
1174           package. Thus, any other package requiring that function
1175           can simply depend on the virtual package without having to
1176           specify all possible packages individually.
1177         </p>
1178
1179         <p>
1180           All packages should use virtual package names where
1181           appropriate, and arrange to create new ones if necessary.
1182           They should not use virtual package names (except privately,
1183           amongst a cooperating group of packages) unless they have
1184           been agreed upon and appear in the list of virtual package
1185           names. (See also <ref id="virtual">)
1186         </p>
1187
1188         <p>
1189           The latest version of the authoritative list of virtual
1190           package names can be found in the <tt>debian-policy</tt> package.
1191           It is also available from the Debian web mirrors at
1192           <tt><url name="/doc/packaging-manuals/virtual-package-names-list.txt"
1193                 id="http://www.debian.org/doc/packaging-manuals/virtual-package-names-list.txt"></tt>.
1194         </p>
1195
1196         <p>
1197           The procedure for updating the list is described in the preface
1198           to the list.
1199         </p>
1200
1201       </sect>
1202
1203       <sect>
1204         <heading>Base system</heading>
1205
1206         <p>
1207           The <tt>base system</tt> is a minimum subset of the Debian
1208           system that is installed before everything else
1209           on a new system. Only very few packages are allowed to form
1210           part of the base system, in order to keep the required disk
1211           usage very small.
1212         </p>
1213
1214         <p>
1215           The base system consists of all those packages with priority
1216           <tt>required</tt> or <tt>important</tt>. Many of them will
1217           be tagged <tt>essential</tt> (see below).
1218         </p>
1219       </sect>
1220
1221       <sect>
1222         <heading>Essential packages</heading>
1223
1224         <p>
1225           Essential is defined as the minimal set of functionality that
1226           must be available and usable on the system at all times, even
1227           when packages are in an unconfigured (but unpacked) state.
1228           Packages are tagged <tt>essential</tt> for a system using the
1229           <tt>Essential</tt> control field.  The format of the
1230           <tt>Essential</tt> control field is described in <ref
1231           id="f-Essential">.
1232         </p>
1233
1234         <p>
1235           Since these packages cannot be easily removed (one has to
1236           specify an extra <em>force option</em> to
1237           <prgn>dpkg</prgn> to do so), this flag must not be used
1238           unless absolutely necessary.  A shared library package
1239           must not be tagged <tt>essential</tt>; dependencies will
1240           prevent its premature removal, and we need to be able to
1241           remove it when it has been superseded.
1242         </p>
1243
1244         <p>
1245           Since dpkg will not prevent upgrading of other packages
1246           while an <tt>essential</tt> package is in an unconfigured
1247             state, all <tt>essential</tt> packages must supply all of
1248             their core functionality even when unconfigured. If the
1249             package cannot satisfy this requirement it must not be
1250             tagged as essential, and any packages depending on this
1251             package must instead have explicit dependency fields as
1252             appropriate.
1253         </p>
1254
1255         <p>
1256           Maintainers should take great care in adding any programs,
1257           interfaces, or functionality to <tt>essential</tt> packages.
1258           Packages may assume that functionality provided by
1259           <tt>essential</tt> packages is always available without
1260           declaring explicit dependencies, which means that removing
1261           functionality from the Essential set is very difficult and is
1262           almost never done.  Any capability added to an
1263           <tt>essential</tt> package therefore creates an obligation to
1264           support that capability as part of the Essential set in
1265           perpetuity.
1266         </p>
1267
1268         <p>
1269           You must not tag any packages <tt>essential</tt> before
1270           this has been discussed on the <tt>debian-devel</tt>
1271           mailing list and a consensus about doing that has been
1272           reached.
1273         </p>
1274       </sect>
1275
1276       <sect id="maintscripts">
1277         <heading>Maintainer Scripts</heading>
1278
1279         <p>
1280           The package installation scripts should avoid producing
1281           output which is unnecessary for the user to see and
1282           should rely on <prgn>dpkg</prgn> to stave off boredom on
1283           the part of a user installing many packages.  This means,
1284           amongst other things, using the <tt>--quiet</tt> option on
1285           <prgn>install-info</prgn>.
1286         </p>
1287
1288         <p>
1289           Errors which occur during the execution of an installation
1290           script must be checked and the installation must not
1291           continue after an error.
1292         </p>
1293
1294         <p>
1295           Note that in general <ref id="scripts"> applies to package
1296           maintainer scripts, too.
1297         </p>
1298
1299         <p>
1300           You should not use <prgn>dpkg-divert</prgn> on a file belonging
1301           to another package without consulting the maintainer of that
1302           package first.  When adding or removing diversions, package
1303           maintainer scripts must provide the <tt>--package</tt> flag
1304           to <prgn>dpkg-divert</prgn> and must not use <tt>--local</tt>.
1305         </p>
1306
1307         <p>
1308           All packages which supply an instance of a common command
1309           name (or, in general, filename) should generally use
1310           <prgn>update-alternatives</prgn>, so that they may be
1311           installed together.  If <prgn>update-alternatives</prgn>
1312           is not used, then each package must use
1313           <tt>Conflicts</tt> to ensure that other packages are
1314           de-installed.  (In this case, it may be appropriate to
1315           specify a conflict against earlier versions of something
1316           that previously did not use
1317           <prgn>update-alternatives</prgn>; this is an exception to
1318           the usual rule that versioned conflicts should be
1319           avoided.)
1320         </p>
1321
1322         <sect1 id="maintscriptprompt">
1323           <heading>Prompting in maintainer scripts</heading>
1324           <p>
1325             Package maintainer scripts may prompt the user if
1326             necessary. Prompting must be done by communicating
1327             through a program, such as <prgn>debconf</prgn>, which
1328             conforms to the Debian Configuration Management
1329             Specification, version 2 or higher.
1330           </p>
1331
1332           <p>
1333             Packages which are essential, or which are dependencies of
1334             essential packages, may fall back on another prompting method
1335             if no such interface is available when they are executed.
1336           </p>
1337
1338           <p>
1339             The Debian Configuration Management Specification is included
1340             in the <file>debconf_specification</file> files in the
1341             <package>debian-policy</package> package.
1342             It is also available from the Debian web mirrors at
1343             <tt><url name="/doc/packaging-manuals/debconf_specification.html"
1344                 id="http://www.debian.org/doc/packaging-manuals/debconf_specification.html"></tt>.
1345           </p>
1346
1347           <p>
1348             Packages which use the Debian Configuration Management
1349             Specification may contain the additional control information
1350             files <file>config</file>
1351             and <file>templates</file>.  <file>config</file> is an
1352             additional maintainer script used for package configuration,
1353             and <file>templates</file> contains templates used for user
1354             prompting.  The <prgn>config</prgn> script might be run before
1355             the <prgn>preinst</prgn> script and before the package is
1356             unpacked or any of its dependencies or pre-dependencies are
1357             satisfied.  Therefore it must work using only the tools
1358             present in <em>essential</em> packages.<footnote>
1359                   <package>Debconf</package> or another tool that
1360                   implements the Debian Configuration Management
1361                   Specification will also be installed, and any
1362                   versioned dependencies on it will be satisfied
1363                   before preconfiguration begins.
1364             </footnote>
1365           </p>
1366
1367           <p>
1368             Packages which use the Debian Configuration Management
1369             Specification must allow for translation of their user-visible
1370             messages by using a gettext-based system such as the one
1371             provided by the <package>po-debconf</package> package.
1372           </p>
1373
1374           <p>
1375             Packages should try to minimize the amount of prompting
1376             they need to do, and they should ensure that the user
1377             will only ever be asked each question once.  This means
1378             that packages should try to use appropriate shared
1379             configuration files (such as <file>/etc/papersize</file> and
1380             <file>/etc/news/server</file>), and shared
1381             <package>debconf</package> variables rather than each
1382             prompting for their own list of required pieces of
1383             information.
1384           </p>
1385
1386           <p>
1387             It also means that an upgrade should not ask the same
1388             questions again, unless the user has used
1389             <tt>dpkg --purge</tt> to remove the package's configuration.
1390             The answers to configuration questions should be stored in an
1391             appropriate place in <file>/etc</file> so that the user can
1392             modify them, and how this has been done should be
1393             documented.
1394           </p>
1395
1396           <p>
1397             If a package has a vitally important piece of
1398             information to pass to the user (such as "don't run me
1399             as I am, you must edit the following configuration files
1400             first or you risk your system emitting badly-formatted
1401             messages"), it should display this in the
1402             <prgn>config</prgn> or <prgn>postinst</prgn> script and
1403             prompt the user to hit return to acknowledge the
1404             message.  Copyright messages do not count as vitally
1405             important (they belong in
1406             <file>/usr/share/doc/<var>package</var>/copyright</file>);
1407             neither do instructions on how to use a program (these
1408             should be in on-line documentation, where all the users
1409             can see them).
1410           </p>
1411
1412           <p>
1413             Any necessary prompting should almost always be confined
1414             to the <prgn>config</prgn> or <prgn>postinst</prgn>
1415             script. If it is done in the <prgn>postinst</prgn>, it
1416             should be protected with a conditional so that
1417             unnecessary prompting doesn't happen if a package's
1418             installation fails and the <prgn>postinst</prgn> is
1419             called with <tt>abort-upgrade</tt>,
1420             <tt>abort-remove</tt> or <tt>abort-deconfigure</tt>.
1421           </p>
1422         </sect1>
1423
1424       </sect>
1425
1426     </chapt>
1427
1428
1429     <chapt id="source">
1430       <heading>Source packages</heading>
1431
1432       <sect id="standardsversion">
1433         <heading>Standards conformance</heading>
1434
1435         <p>
1436           Source packages should specify the most recent version number
1437           of this policy document with which your package complied
1438           when it was last updated.
1439         </p>
1440
1441         <p>
1442           This information may be used to file bug reports
1443           automatically if your package becomes too much out of date.
1444         </p>
1445
1446         <p>
1447           The version is specified in the <tt>Standards-Version</tt>
1448           control field.
1449           The format of the <tt>Standards-Version</tt> field is
1450           described in <ref id="f-Standards-Version">.
1451         </p>
1452
1453         <p>
1454           You should regularly, and especially if your package has
1455           become out of date, check for the newest Policy Manual
1456           available and update your package, if necessary. When your
1457           package complies with the new standards you should update the
1458           <tt>Standards-Version</tt> source package field and
1459           release it.<footnote>
1460                 See the file <file>upgrading-checklist</file> for
1461                 information about policy which has changed between
1462                 different versions of this document.
1463           </footnote>
1464         </p>
1465
1466       </sect>
1467
1468       <sect id="pkg-relations">
1469         <heading>Package relationships</heading>
1470
1471         <p>
1472           Source packages should specify which binary packages they
1473           require to be installed or not to be installed in order to
1474           build correctly.  For example, if building a package
1475           requires a certain compiler, then the compiler should be
1476           specified as a build-time dependency.
1477         </p>
1478
1479         <p>
1480           It is not necessary to explicitly specify build-time
1481           relationships on a minimal set of packages that are always
1482           needed to compile, link and put in a Debian package a
1483           standard "Hello World!" program written in C or C++.  The
1484           required packages are called <em>build-essential</em>, and
1485           an informational list can be found in
1486           <file>/usr/share/doc/build-essential/list</file> (which is
1487           contained in the <tt>build-essential</tt>
1488           package).<footnote>
1489             Rationale:
1490                 <list compact="compact">
1491                   <item>
1492                       This allows maintaining the list separately
1493                       from the policy documents (the list does not
1494                       need the kind of control that the policy
1495                       documents do).
1496                   </item>
1497                   <item>
1498                       Having a separate package allows one to install
1499                       the build-essential packages on a machine, as
1500                       well as allowing other packages such as tasks to
1501                       require installation of the build-essential
1502                       packages using the depends relation.
1503                   </item>
1504                   <item>
1505                       The separate package allows bug reports against
1506                       the list to be categorized separately from
1507                       the policy management process in the BTS.
1508                   </item>
1509                 </list>
1510           </footnote>
1511         </p>
1512
1513         <p>
1514           When specifying the set of build-time dependencies, one
1515           should list only those packages explicitly required by the
1516           build.  It is not necessary to list packages which are
1517           required merely because some other package in the list of
1518           build-time dependencies depends on them.<footnote>
1519                 The reason for this is that dependencies change, and
1520                 you should list all those packages, and <em>only</em>
1521                 those packages that <em>you</em> need directly.  What
1522                 others need is their business.  For example, if you
1523                 only link against <file>libimlib</file>, you will need to
1524                 build-depend on <package>libimlib2-dev</package> but
1525                 not against any <tt>libjpeg*</tt> packages, even
1526                 though <tt>libimlib2-dev</tt> currently depends on
1527                 them: installation of <package>libimlib2-dev</package>
1528                 will automatically ensure that all of its run-time
1529                 dependencies are satisfied.
1530           </footnote>
1531         </p>
1532
1533         <p>
1534           If build-time dependencies are specified, it must be
1535           possible to build the package and produce working binaries
1536           on a system with only essential and build-essential
1537           packages installed and also those required to satisfy the
1538           build-time relationships (including any implied
1539           relationships).  In particular, this means that version
1540           clauses should be used rigorously in build-time
1541           relationships so that one cannot produce bad or
1542           inconsistently configured packages when the relationships
1543           are properly satisfied.
1544         </p>
1545
1546         <p>
1547           <ref id="relationships"> explains the technical details.
1548         </p>
1549       </sect>
1550
1551       <sect>
1552         <heading>Changes to the upstream sources</heading>
1553
1554         <p>
1555           If changes to the source code are made that are not
1556           specific to the needs of the Debian system, they should be
1557           sent to the upstream authors in whatever form they prefer
1558           so as to be included in the upstream version of the
1559           package.
1560         </p>
1561
1562         <p>
1563           If you need to configure the package differently for
1564           Debian or for Linux, and the upstream source doesn't
1565           provide a way to do so, you should add such configuration
1566           facilities (for example, a new <prgn>autoconf</prgn> test
1567           or <tt>#define</tt>) and send the patch to the upstream
1568           authors, with the default set to the way they originally
1569           had it.  You can then easily override the default in your
1570           <file>debian/rules</file> or wherever is appropriate.
1571         </p>
1572
1573         <p>
1574           You should make sure that the <prgn>configure</prgn> utility
1575           detects the correct architecture specification string
1576           (refer to <ref id="arch-spec"> for details).
1577         </p>
1578
1579         <p>
1580           If you need to edit a <prgn>Makefile</prgn> where GNU-style
1581           <prgn>configure</prgn> scripts are used, you should edit the
1582           <file>.in</file> files rather than editing the
1583           <prgn>Makefile</prgn> directly.  This allows the user to
1584           reconfigure the package if necessary.  You should
1585           <em>not</em> configure the package and edit the generated
1586           <prgn>Makefile</prgn>!  This makes it impossible for someone
1587           else to later reconfigure the package without losing the
1588           changes you made.
1589         </p>
1590
1591       </sect>
1592
1593       <sect id="dpkgchangelog">
1594         <heading>Debian changelog: <file>debian/changelog</file></heading>
1595
1596         <p>
1597           Changes in the Debian version of the package should be
1598           briefly explained in the Debian changelog file
1599           <file>debian/changelog</file>.<footnote>
1600             <p>
1601               Mistakes in changelogs are usually best rectified by
1602               making a new changelog entry rather than "rewriting
1603               history" by editing old changelog entries.
1604             </p>
1605           </footnote>
1606           This includes modifications
1607           made in the Debian package compared to the upstream one
1608           as well as other changes and updates to the package.
1609           <footnote>
1610               Although there is nothing stopping an author who is also
1611               the Debian maintainer from using this changelog for all
1612               their changes, it will have to be renamed if the Debian
1613               and upstream maintainers become different people. In such
1614               a case, however, it might be better to maintain the package
1615               as a non-native package.
1616           </footnote>
1617         </p>
1618
1619         <p>
1620           The format of the <file>debian/changelog</file> allows the
1621           package building tools to discover which version of the package
1622           is being built and find out other release-specific information.
1623         </p>
1624
1625         <p>
1626           That format is a series of entries like this:
1627
1628 <example compact="compact">
1629 <var>package</var> (<var>version</var>) <var>distribution(s)</var>; urgency=<var>urgency</var>
1630             <var>
1631               [optional blank line(s), stripped]
1632             </var>
1633   * <var>change details</var>
1634     <var>more change details</var>
1635             <var>
1636               [blank line(s), included in output of dpkg-parsechangelog]
1637             </var>
1638   * <var>even more change details</var>
1639             <var>
1640               [optional blank line(s), stripped]
1641             </var>
1642  -- <var>maintainer name</var> &lt;<var>email address</var>&gt;<var>[two spaces]</var>  <var>date</var>
1643 </example>
1644         </p>
1645
1646         <p>
1647           <var>package</var> and <var>version</var> are the source
1648           package name and version number.
1649         </p>
1650
1651         <p>
1652           <var>distribution(s)</var> lists the distributions where
1653           this version should be installed when it is uploaded - it
1654           is copied to the <tt>Distribution</tt> field in the
1655           <file>.changes</file> file.  See <ref id="f-Distribution">.
1656         </p>
1657
1658         <p>
1659           <var>urgency</var> is the value for the <tt>Urgency</tt>
1660           field in the <file>.changes</file> file for the upload
1661           (see <ref id="f-Urgency">). It is not possible to specify
1662           an urgency containing commas; commas are used to separate
1663           <tt><var>keyword</var>=<var>value</var></tt> settings in the
1664           <prgn>dpkg</prgn> changelog format (though there is
1665           currently only one useful <var>keyword</var>,
1666           <tt>urgency</tt>).
1667         </p>
1668
1669         <p>
1670           The change details may in fact be any series of lines
1671           starting with at least two spaces, but conventionally each
1672           change starts with an asterisk and a separating space and
1673           continuation lines are indented so as to bring them in
1674           line with the start of the text above.  Blank lines may be
1675           used here to separate groups of changes, if desired.
1676         </p>
1677
1678         <p>
1679           If this upload resolves bugs recorded in the Bug Tracking
1680           System (BTS), they may be automatically closed on the
1681           inclusion of this package into the Debian archive by
1682           including the string: <tt>closes: Bug#<var>nnnnn</var></tt>
1683           in the change details.<footnote>
1684               To be precise, the string should match the following
1685               Perl regular expression:
1686               <example>
1687 /closes:\s*(?:bug)?\#?\s?\d+(?:,\s*(?:bug)?\#?\s?\d+)*/i
1688               </example>
1689               Then all of the bug numbers listed will be closed by the
1690               archive maintenance script (<prgn>katie</prgn>) using the
1691               <var>version</var> of the changelog entry.
1692           </footnote>
1693           This information is conveyed via the <tt>Closes</tt> field
1694           in the <tt>.changes</tt> file (see <ref id="f-Closes">).
1695         </p>
1696
1697         <p>
1698           The maintainer name and email address used in the changelog
1699           should be the details of the person uploading <em>this</em>
1700           version.  They are <em>not</em> necessarily those of the
1701           usual package maintainer.<footnote>
1702             If the developer uploading the package is not one of the usual
1703             maintainers of the package (as listed in
1704             the <qref id="f-Maintainer"><tt>Maintainer</tt></qref>
1705             or <qref id="f-Uploaders"><tt>Uploaders</tt></qref> control
1706             fields of the package), the first line of the changelog is
1707             conventionally used to explain why a non-maintainer is
1708             uploading the package.  The Debian Developer's Reference
1709             (see <ref id="related">) documents the conventions
1710             used.</footnote>
1711           The information here will be copied to the <tt>Changed-By</tt>
1712           field in the <tt>.changes</tt> file
1713           (see <ref id="f-Changed-By">), and then later used to send an
1714           acknowledgement when the upload has been installed.
1715         </p>
1716
1717         <p>
1718           The <var>date</var> has the following format<footnote>
1719               This is the same as the format generated by <tt>date
1720               -R</tt>.
1721           </footnote> (compatible and with the same semantics of
1722           RFC 2822 and RFC 5322):
1723           <example>day-of-week, dd month yyyy hh:mm:ss +zzzz</example>
1724           where:
1725           <list compact="compact">
1726             <item>
1727               day-of week is one of: Mon, Tue, Wed, Thu, Fri, Sat, Sun
1728             </item>
1729             <item>
1730               dd is a one- or two-digit day of the month (01-31)
1731             </item>
1732             <item>
1733               month is one of: Jan, Feb, Mar, Apr, May, Jun, Jul, Aug,
1734               Sep, Oct, Nov, Dec
1735             </item>
1736             <item>yyyy is the four-digit year (e.g. 2010)</item>
1737             <item>hh is the two-digit hour (00-23)</item>
1738             <item>mm is the two-digit minutes (00-59)</item>
1739             <item>ss is the two-digit seconds (00-60)</item>
1740             <item>
1741               +zzzz or -zzzz is the the time zone offset from Coordinated
1742               Universal Time (UTC).  "+" indicates that the time is ahead
1743               of (i.e., east of) UTC and "-" indicates that the time is
1744               behind (i.e., west of) UTC.  The first two digits indicate
1745               the hour difference from UTC and the last two digits
1746               indicate the number of additional minutes difference from
1747               UTC.  The last two digits must be in the range 00-59.
1748             </item>
1749           </list>
1750         </p>
1751
1752         <p>
1753           The first "title" line with the package name must start
1754           at the left hand margin.  The "trailer" line with the
1755           maintainer and date details must be preceded by exactly
1756           one space.  The maintainer details and the date must be
1757           separated by exactly two spaces.
1758         </p>
1759
1760         <p>
1761           The entire changelog must be encoded in UTF-8.
1762         </p>
1763
1764         <p>
1765           For more information on placement of the changelog files
1766           within binary packages, please see <ref id="changelogs">.
1767         </p>
1768       </sect>
1769
1770       <sect id="dpkgcopyright">
1771         <heading>Copyright: <file>debian/copyright</file></heading>
1772         <p>
1773           Every package must be accompanied by a verbatim copy of its
1774           copyright information and distribution license in the file
1775           <file>/usr/share/doc/<var>package</var>/copyright</file>
1776           (see <ref id="copyrightfile"> for further details). Also see
1777           <ref id="pkgcopyright"> for further considerations related
1778           to copyrights for packages.
1779         </p>
1780       </sect>
1781       <sect>
1782         <heading>Error trapping in makefiles</heading>
1783
1784         <p>
1785           When <prgn>make</prgn> invokes a command in a makefile
1786           (including your package's upstream makefiles and
1787           <file>debian/rules</file>), it does so using <prgn>sh</prgn>.  This
1788           means that <prgn>sh</prgn>'s usual bad error handling
1789           properties apply: if you include a miniature script as one
1790           of the commands in your makefile you'll find that if you
1791           don't do anything about it then errors are not detected
1792           and <prgn>make</prgn> will blithely continue after
1793           problems.
1794         </p>
1795
1796         <p>
1797           Every time you put more than one shell command (this
1798           includes using a loop) in a makefile command you
1799           must make sure that errors are trapped.  For
1800           simple compound commands, such as changing directory and
1801           then running a program, using <tt>&amp;&amp;</tt> rather
1802           than semicolon as a command separator is sufficient.  For
1803           more complex commands including most loops and
1804           conditionals you should include a separate <tt>set -e</tt>
1805           command at the start of every makefile command that's
1806           actually one of these miniature shell scripts.
1807         </p>
1808       </sect>
1809
1810       <sect id="timestamps">
1811         <heading>Time Stamps</heading>
1812         <p>
1813           Maintainers should preserve the modification times of the
1814           upstream source files in a package, as far as is reasonably
1815           possible.<footnote>
1816               The rationale is that there is some information conveyed
1817               by knowing the age of the file, for example, you could
1818               recognize that some documentation is very old by looking
1819               at the modification time, so it would be nice if the
1820               modification time of the upstream source would be
1821               preserved.
1822           </footnote>
1823         </p>
1824       </sect>
1825
1826       <sect id="restrictions">
1827         <heading>Restrictions on objects in source packages</heading>
1828
1829         <p>
1830           The source package may not contain any hard links<footnote>
1831             <p>
1832               This is not currently detected when building source
1833               packages, but only when extracting
1834               them.
1835             </p>
1836             <p>
1837               Hard links may be permitted at some point in the
1838               future, but would require a fair amount of
1839               work.
1840             </p>
1841           </footnote>, device special files, sockets or setuid or
1842           setgid files.<footnote>
1843               Setgid directories are allowed.
1844           </footnote>
1845         </p>
1846       </sect>
1847
1848       <sect id="debianrules">
1849         <heading>Main building script: <file>debian/rules</file></heading>
1850
1851         <p>
1852           This file must be an executable makefile, and contains the
1853           package-specific recipes for compiling the package and
1854           building binary package(s) from the source.
1855         </p>
1856
1857         <p>
1858           It must start with the line <tt>#!/usr/bin/make -f</tt>,
1859           so that it can be invoked by saying its name rather than
1860           invoking <prgn>make</prgn> explicitly. That is, invoking
1861           either of <tt>make -f debian/rules <em>args...</em></tt>
1862           or <tt>./debian/rules <em>args...</em></tt> must result in
1863           identical behavior.
1864         </p>
1865
1866         <p>
1867           The following targets are required and must be implemented
1868           by <file>debian/rules</file>: <tt>clean</tt>, <tt>binary</tt>,
1869           <tt>binary-arch</tt>, <tt>binary-indep</tt>, and <tt>build</tt>.
1870           These are the targets called by <prgn>dpkg-buildpackage</prgn>.
1871         </p>
1872
1873         <p>
1874           Since an interactive <file>debian/rules</file> script makes it
1875           impossible to auto-compile that package and also makes it hard
1876           for other people to reproduce the same binary package, all
1877           required targets must be non-interactive.  It also follows that
1878           any target that these targets depend on must also be
1879           non-interactive.
1880         </p>
1881
1882         <p>
1883           The targets are as follows:
1884           <taglist>
1885             <tag><tt>build</tt> (required)</tag>
1886             <item>
1887               <p>
1888                 The <tt>build</tt> target should perform all the
1889                 configuration and compilation of the package.
1890                 If a package has an interactive pre-build
1891                 configuration routine, the Debian source package
1892                 must either be built after this has taken place (so
1893                 that the binary package can be built without rerunning
1894                 the configuration) or the configuration routine
1895                 modified to become non-interactive.  (The latter is
1896                 preferable if there are architecture-specific features
1897                 detected by the configuration routine.)
1898               </p>
1899
1900               <p>
1901                 For some packages, notably ones where the same
1902                 source tree is compiled in different ways to produce
1903                 two binary packages, the <tt>build</tt> target
1904                 does not make much sense.  For these packages it is
1905                 good enough to provide two (or more) targets
1906                 (<tt>build-a</tt> and <tt>build-b</tt> or whatever)
1907                 for each of the ways of building the package, and a
1908                 <tt>build</tt> target that does nothing.  The
1909                 <tt>binary</tt> target will have to build the
1910                 package in each of the possible ways and make the
1911                 binary package out of each.
1912               </p>
1913
1914               <p>
1915                 The <tt>build</tt> target must not do anything
1916                 that might require root privilege.
1917               </p>
1918
1919               <p>
1920                 The <tt>build</tt> target may need to run the
1921                 <tt>clean</tt> target first - see below.
1922               </p>
1923
1924               <p>
1925                 When a package has a configuration and build routine
1926                 which takes a long time, or when the makefiles are
1927                 poorly designed, or when <tt>build</tt> needs to
1928                 run <tt>clean</tt> first, it is a good idea to
1929                 <tt>touch build</tt> when the build process is
1930                 complete.  This will ensure that if <tt>debian/rules
1931                 build</tt> is run again it will not rebuild the whole
1932                 program.<footnote>
1933                     Another common way to do this is for <tt>build</tt>
1934                     to depend on <prgn>build-stamp</prgn> and to do
1935                     nothing else, and for the <prgn>build-stamp</prgn>
1936                     target to do the building and to <tt>touch
1937                     build-stamp</tt> on completion.  This is
1938                     especially useful if the build routine creates a
1939                     file or directory called <tt>build</tt>; in such a
1940                     case, <tt>build</tt> will need to be listed as
1941                     a phony target (i.e., as a dependency of the
1942                     <tt>.PHONY</tt> target).  See the documentation of
1943                     <prgn>make</prgn> for more information on phony
1944                     targets.
1945                 </footnote>
1946               </p>
1947             </item>
1948
1949             <tag><tt>build-arch</tt> (optional),
1950                  <tt>build-indep</tt> (optional)
1951             </tag>
1952             <item>
1953               <p>
1954                 A package may also provide one or both of the targets
1955                 <tt>build-arch</tt> and <tt>build-indep</tt>.
1956                 The <tt>build-arch</tt> target, if provided, should
1957                 perform all the configuration and compilation required for
1958                 producing all architecture-dependant binary packages
1959                 (those packages for which the body of the
1960                 <tt>Architecture</tt> field in <tt>debian/control</tt> is
1961                 not <tt>all</tt>).  Similarly, the <tt>build-indep</tt>
1962                 target, if provided, should perform all the configuration
1963                 and compilation required for producing all
1964                 architecture-independent binary packages (those packages
1965                 for which the body of the <tt>Architecture</tt> field
1966                 in <tt>debian/control</tt> is <tt>all</tt>).
1967               </p>
1968
1969               <p>
1970                 If <tt>build-arch</tt> or <tt>build-indep</tt> targets are
1971                 provided in the rules file, the <tt>build</tt> target
1972                 should either depend on those targets or take the same
1973                 actions as invoking those targets would perform.<footnote>
1974                   The intent of this split is so that binary-only builds
1975                   need not install the dependencies required for
1976                   the <tt>build-indep</tt> target.  However, this is not
1977                   yet used in practice since <tt>dpkg-buildpackage
1978                   -B</tt>, and therefore the autobuilders,
1979                   invoke <tt>build</tt> rather than <tt>build-arch</tt>
1980                   due to the difficulties in determining whether the
1981                   optional <tt>build-arch</tt> target exists.
1982                 </footnote>
1983               </p>
1984
1985               <p>
1986                 If one or both of the targets <tt>build-arch</tt> and
1987                 <tt>build-indep</tt> are not provided, then invoking
1988                 <file>debian/rules</file> with one of the not-provided
1989                 targets as arguments should produce a exit status code
1990                 of 2.  Usually this is provided automatically by make
1991                 if the target is missing.
1992               </p>
1993
1994               <p>
1995                 The <tt>build-arch</tt> and <tt>build-indep</tt> targets
1996                 must not do anything that might require root privilege.
1997               </p>
1998             </item>
1999
2000             <tag><tt>binary</tt> (required), <tt>binary-arch</tt>
2001               (required), <tt>binary-indep</tt> (required)
2002             </tag>
2003             <item>
2004               <p>
2005                 The <tt>binary</tt> target must be all that is
2006                 necessary for the user to build the binary package(s)
2007                 produced from this source package.  It is
2008                 split into two parts: <prgn>binary-arch</prgn> builds
2009                 the binary packages which are specific to a particular
2010                 architecture, and <tt>binary-indep</tt> builds
2011                 those which are not.
2012               </p>
2013               <p>
2014                 <tt>binary</tt> may be (and commonly is) a target with
2015                 no commands which simply depends on
2016                 <tt>binary-arch</tt> and <tt>binary-indep</tt>.
2017               </p>
2018               <p>
2019                 Both <tt>binary-*</tt> targets should depend on the
2020                 <tt>build</tt> target, or on the appropriate
2021                 <tt>build-arch</tt> or <tt>build-indep</tt> target, if
2022                 provided, so that the package is built if it has not
2023                 been already.  It should then create the relevant
2024                 binary package(s), using <prgn>dpkg-gencontrol</prgn> to
2025                 make their control files and <prgn>dpkg-deb</prgn> to
2026                 build them and place them in the parent of the top
2027                 level directory.
2028               </p>
2029
2030               <p>
2031                 Both the <tt>binary-arch</tt> and
2032                 <tt>binary-indep</tt> targets <em>must</em> exist.
2033                 If one of them has nothing to do (which will always be
2034                 the case if the source generates only a single binary
2035                 package, whether architecture-dependent or not), it
2036                 must still exist and must always succeed.
2037               </p>
2038
2039               <p>
2040                 The <tt>binary</tt> targets must be invoked as
2041                 root.<footnote>
2042                     The <prgn>fakeroot</prgn> package often allows one
2043                     to build a package correctly even without being
2044                     root.
2045                 </footnote>
2046               </p>
2047             </item>
2048
2049             <tag><tt>clean</tt> (required)</tag>
2050             <item>
2051               <p>
2052                 This must undo any effects that the <tt>build</tt>
2053                 and <tt>binary</tt> targets may have had, except
2054                 that it should leave alone any output files created in
2055                 the parent directory by a run of a <tt>binary</tt>
2056                 target.
2057               </p>
2058
2059               <p>
2060                 If a <tt>build</tt> file is touched at the end of
2061                 the <tt>build</tt> target, as suggested above, it
2062                 should be removed as the first action that
2063                 <tt>clean</tt> performs, so that running
2064                 <tt>build</tt> again after an interrupted
2065                 <tt>clean</tt> doesn't think that everything is
2066                 already done.
2067               </p>
2068
2069               <p>
2070                 The <tt>clean</tt> target may need to be
2071                 invoked as root if <tt>binary</tt> has been
2072                 invoked since the last <tt>clean</tt>, or if
2073                 <tt>build</tt> has been invoked as root (since
2074                 <tt>build</tt> may create directories, for
2075                 example).
2076               </p>
2077             </item>
2078
2079             <tag><tt>get-orig-source</tt> (optional)</tag>
2080             <item>
2081               <p>
2082                 This target fetches the most recent version of the
2083                 original source package from a canonical archive site
2084                 (via FTP or WWW, for example), does any necessary
2085                 rearrangement to turn it into the original source
2086                 tar file format described below, and leaves it in the
2087                 current directory.
2088               </p>
2089
2090               <p>
2091                 This target may be invoked in any directory, and
2092                 should take care to clean up any temporary files it
2093                 may have left.
2094               </p>
2095
2096               <p>
2097                 This target is optional, but providing it if
2098                 possible is a good idea.
2099               </p>
2100             </item>
2101
2102             <tag><tt>patch</tt> (optional)</tag>
2103             <item>
2104               <p>
2105                 This target performs whatever additional actions are
2106                 required to make the source ready for editing (unpacking
2107                 additional upstream archives, applying patches, etc.).
2108                 It is recommended to be implemented for any package where
2109                 <tt>dpkg-source -x</tt> does not result in source ready
2110                 for additional modification.  See
2111                 <ref id="readmesource">.
2112               </p>
2113             </item>
2114           </taglist>
2115
2116         <p>
2117           The <tt>build</tt>, <tt>binary</tt> and
2118           <tt>clean</tt> targets must be invoked with the current
2119           directory being the package's top-level directory.
2120         </p>
2121
2122
2123         <p>
2124           Additional targets may exist in <file>debian/rules</file>,
2125           either as published or undocumented interfaces or for the
2126           package's internal use.
2127         </p>
2128
2129         <p>
2130           The architectures we build on and build for are determined
2131           by <prgn>make</prgn> variables using the
2132           utility <qref id="pkg-dpkg-architecture"><prgn>dpkg-architecture</prgn></qref>.
2133           You can determine the Debian architecture and the GNU style
2134           architecture specification string for the build architecture as
2135           well as for the host architecture.  The build architecture is
2136           the architecture on which <file>debian/rules</file> is run and
2137           the package build is performed.  The host architecture is the
2138           architecture on which the resulting package will be installed
2139           and run.  These are normally the same, but may be different in
2140           the case of cross-compilation (building packages for one
2141           architecture on machines of a different architecture).
2142         </p>
2143
2144         <p>
2145           Here is a list of supported <prgn>make</prgn> variables:
2146           <list compact="compact">
2147             <item>
2148                 <tt>DEB_*_ARCH</tt> (the Debian architecture)
2149             </item>
2150             <item>
2151                 <tt>DEB_*_ARCH_CPU</tt> (the Debian CPU name)
2152             </item>
2153             <item>
2154                 <tt>DEB_*_ARCH_OS</tt> (the Debian System name)
2155             </item>
2156             <item>
2157                 <tt>DEB_*_GNU_TYPE</tt> (the GNU style architecture
2158                 specification string)
2159             </item>
2160             <item>
2161                 <tt>DEB_*_GNU_CPU</tt> (the CPU part of
2162                 <tt>DEB_*_GNU_TYPE</tt>)
2163             </item>
2164             <item>
2165                 <tt>DEB_*_GNU_SYSTEM</tt> (the System part of
2166                 <tt>DEB_*_GNU_TYPE</tt>)
2167           </list>
2168           where <tt>*</tt> is either <tt>BUILD</tt> for specification of
2169           the build architecture or <tt>HOST</tt> for specification of the
2170           host architecture.
2171         </p>
2172
2173         <p>
2174           Backward compatibility can be provided in the rules file
2175           by setting the needed variables to suitable default
2176           values; please refer to the documentation of
2177           <prgn>dpkg-architecture</prgn> for details.
2178         </p>
2179
2180         <p>
2181           It is important to understand that the <tt>DEB_*_ARCH</tt>
2182           string only determines which Debian architecture we are
2183           building on or for. It should not be used to get the CPU
2184           or system information; the <tt>DEB_*_ARCH_CPU</tt> and
2185           <tt>DEB_*_ARCH_OS</tt> variables should be used for that.
2186           GNU style variables should generally only be used with upstream
2187           build systems.
2188         </p>
2189
2190         <sect1 id="debianrules-options">
2191           <heading><file>debian/rules</file> and
2192             <tt>DEB_BUILD_OPTIONS</tt></heading>
2193
2194           <p>
2195             Supporting the standardized environment variable
2196             <tt>DEB_BUILD_OPTIONS</tt> is recommended.  This variable can
2197             contain several flags to change how a package is compiled and
2198             built.  Each flag must be in the form <var>flag</var> or
2199             <var>flag</var>=<var>options</var>.  If multiple flags are
2200             given, they must be separated by whitespace.<footnote>
2201               Some packages support any delimiter, but whitespace is the
2202               easiest to parse inside a makefile and avoids ambiguity with
2203               flag values that contain commas.
2204             </footnote>
2205             <var>flag</var> must start with a lowercase letter
2206             (<tt>a-z</tt>) and consist only of lowercase letters,
2207             numbers (<tt>0-9</tt>), and the characters
2208             <tt>-</tt> and <tt>_</tt> (hyphen and underscore).
2209             <var>options</var> must not contain whitespace.  The same
2210             tag should not be given multiple times with conflicting
2211             values.  Package maintainers may assume that
2212             <tt>DEB_BUILD_OPTIONS</tt> will not contain conflicting tags.
2213           </p>
2214
2215           <p>
2216             The meaning of the following tags has been standardized:
2217             <taglist>
2218               <tag>nocheck</tag>
2219               <item>
2220                   This tag says to not run any build-time test suite
2221                   provided by the package.
2222               </item>
2223               <tag>noopt</tag>
2224               <item>
2225                   The presence of this tag means that the package should
2226                   be compiled with a minimum of optimization.  For C
2227                   programs, it is best to add <tt>-O0</tt> to
2228                   <tt>CFLAGS</tt> (although this is usually the default).
2229                   Some programs might fail to build or run at this level
2230                   of optimization; it may be necessary to use
2231                   <tt>-O1</tt>, for example.
2232               </item>
2233               <tag>nostrip</tag>
2234               <item>
2235                   This tag means that the debugging symbols should not be
2236                   stripped from the binary during installation, so that
2237                   debugging information may be included in the package.
2238               </item>
2239               <tag>parallel=n</tag>
2240               <item>
2241                   This tag means that the package should be built using up
2242                   to <tt>n</tt> parallel processes if the package build
2243                   system supports this.<footnote>
2244                       Packages built with <tt>make</tt> can often implement
2245                       this by passing the <tt>-j</tt><var>n</var> option to
2246                       <tt>make</tt>.
2247                   </footnote>
2248                   If the package build system does not support parallel
2249                   builds, this string must be ignored.  If the package
2250                   build system only supports a lower level of concurrency
2251                   than <var>n</var>, the package should be built using as
2252                   many parallel processes as the package build system
2253                   supports.  It is up to the package maintainer to decide
2254                   whether the package build times are long enough and the
2255                   package build system is robust enough to make supporting
2256                   parallel builds worthwhile.
2257                </item>
2258             </taglist>
2259           </p>
2260
2261           <p>
2262             Unknown flags must be ignored by <file>debian/rules</file>.
2263           </p>
2264
2265           <p>
2266             The following makefile snippet is an example of how one may
2267             implement the build options; you will probably have to
2268             massage this example in order to make it work for your
2269             package.
2270             <example compact="compact">
2271 CFLAGS = -Wall -g
2272 INSTALL = install
2273 INSTALL_FILE    = $(INSTALL) -p    -o root -g root  -m  644
2274 INSTALL_PROGRAM = $(INSTALL) -p    -o root -g root  -m  755
2275 INSTALL_SCRIPT  = $(INSTALL) -p    -o root -g root  -m  755
2276 INSTALL_DIR     = $(INSTALL) -p -d -o root -g root  -m  755
2277
2278 ifneq (,$(filter noopt,$(DEB_BUILD_OPTIONS)))
2279     CFLAGS += -O0
2280 else
2281     CFLAGS += -O2
2282 endif
2283 ifeq (,$(filter nostrip,$(DEB_BUILD_OPTIONS)))
2284     INSTALL_PROGRAM += -s
2285 endif
2286 ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
2287     NUMJOBS = $(patsubst parallel=%,%,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
2288     MAKEFLAGS += -j$(NUMJOBS)
2289 endif
2290
2291 build:
2292         # ...
2293 ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
2294         # Code to run the package test suite.
2295 endif
2296             </example>
2297           </p>
2298         </sect1>
2299       </sect>
2300
2301 <!-- FIXME: section pkg-srcsubstvars is the same as substvars -->
2302       <sect id="substvars">
2303         <heading>Variable substitutions: <file>debian/substvars</file></heading>
2304
2305         <p>
2306           When <prgn>dpkg-gencontrol</prgn>
2307           generates <qref id="binarycontrolfiles">binary package control
2308           files</qref> (<file>DEBIAN/control</file>), it performs variable
2309           substitutions on its output just before writing it.  Variable
2310           substitutions have the form <tt>${<var>variable</var>}</tt>.
2311           The optional file <file>debian/substvars</file> contains
2312           variable substitutions to be used; variables can also be set
2313           directly from <file>debian/rules</file> using the <tt>-V</tt>
2314           option to the source packaging commands, and certain predefined
2315           variables are also available.
2316         </p>
2317
2318         <p>
2319           The <file>debian/substvars</file> file is usually generated and
2320           modified dynamically by <file>debian/rules</file> targets, in
2321           which case it must be removed by the <tt>clean</tt> target.
2322         </p>
2323
2324         <p>
2325           See <manref name="deb-substvars" section="5"> for full
2326           details about source variable substitutions, including the
2327           format of <file>debian/substvars</file>.</p>
2328       </sect>
2329
2330       <sect id="debianwatch">
2331         <heading>Optional upstream source location: <file>debian/watch</file></heading>
2332
2333         <p>
2334           This is an optional, recommended configuration file for the
2335           <tt>uscan</tt> utility which defines how to automatically scan
2336           ftp or http sites for newly available updates of the
2337           package. This is used
2338           by <url id="http://dehs.alioth.debian.org/"> and other Debian QA
2339           tools to help with quality control and maintenance of the
2340           distribution as a whole.
2341         </p>
2342
2343       </sect>
2344
2345       <sect id="debianfiles">
2346         <heading>Generated files list: <file>debian/files</file></heading>
2347
2348         <p>
2349           This file is not a permanent part of the source tree; it
2350           is used while building packages to record which files are
2351           being generated.  <prgn>dpkg-genchanges</prgn> uses it
2352           when it generates a <file>.changes</file> file.
2353         </p>
2354
2355         <p>
2356           It should not exist in a shipped source package, and so it
2357           (and any backup files or temporary files such as
2358           <file>files.new</file><footnote>
2359               <file>files.new</file> is used as a temporary file by
2360               <prgn>dpkg-gencontrol</prgn> and
2361               <prgn>dpkg-distaddfile</prgn> - they write a new
2362               version of <tt>files</tt> here before renaming it,
2363               to avoid leaving a corrupted copy if an error
2364               occurs.
2365           </footnote>) should be removed by the
2366           <tt>clean</tt> target.  It may also be wise to
2367           ensure a fresh start by emptying or removing it at the
2368           start of the <tt>binary</tt> target.
2369         </p>
2370
2371         <p>
2372           When <prgn>dpkg-gencontrol</prgn> is run for a binary
2373           package, it adds an entry to <file>debian/files</file> for the
2374           <file>.deb</file> file that will be created when <tt>dpkg-deb
2375           --build</tt> is run for that binary package.  So for most
2376           packages all that needs to be done with this file is to
2377           delete it in the <tt>clean</tt> target.
2378         </p>
2379
2380         <p>
2381           If a package upload includes files besides the source
2382           package and any binary packages whose control files were
2383           made with <prgn>dpkg-gencontrol</prgn> then they should be
2384           placed in the parent of the package's top-level directory
2385           and <prgn>dpkg-distaddfile</prgn> should be called to add
2386           the file to the list in <file>debian/files</file>.</p>
2387       </sect>
2388
2389       <sect id="embeddedfiles">
2390         <heading>Convenience copies of code</heading>
2391
2392         <p>
2393           Some software packages include in their distribution convenience
2394           copies of code from other software packages, generally so that
2395           users compiling from source don't have to download multiple
2396           packages.  Debian packages should not make use of these
2397           convenience copies unless the included package is explicitly
2398           intended to be used in this way.<footnote>
2399             For example, parts of the GNU build system work like this.
2400           </footnote>
2401           If the included code is already in the Debian archive in the
2402           form of a library, the Debian packaging should ensure that
2403           binary packages reference the libraries already in Debian and
2404           the convenience copy is not used.  If the included code is not
2405           already in Debian, it should be packaged separately as a
2406           prerequisite if possible.
2407           <footnote>
2408             Having multiple copies of the same code in Debian is
2409             inefficient, often creates either static linking or shared
2410             library conflicts, and, most importantly, increases the
2411             difficulty of handling security vulnerabilities in the
2412             duplicated code.
2413           </footnote>
2414         </p>
2415       </sect>
2416
2417       <sect id="readmesource">
2418         <heading>Source package handling:
2419           <file>debian/README.source</file></heading>
2420
2421         <p>
2422           If running <prgn>dpkg-source -x</prgn> on a source package
2423           doesn't produce the source of the package, ready for editing,
2424           and allow one to make changes and run
2425           <prgn>dpkg-buildpackage</prgn> to produce a modified package
2426           without taking any additional steps, creating a
2427           <file>debian/README.source</file> documentation file is
2428           recommended.  This file should explain how to do all of the
2429           following:
2430             <enumlist>
2431               <item>Generate the fully patched source, in a form ready for
2432               editing, that would be built to create Debian
2433               packages.  Doing this with a <tt>patch</tt> target in
2434               <file>debian/rules</file> is recommended; see
2435               <ref id="debianrules">.</item>
2436               <item>Modify the source and save those modifications so that
2437               they will be applied when building the package.</item>
2438               <item>Remove source modifications that are currently being
2439               applied when building the package.</item>
2440               <item>Optionally, document what steps are necessary to
2441               upgrade the Debian source package to a new upstream version,
2442               if applicable.</item>
2443             </enumlist>
2444           This explanation should include specific commands and mention
2445           any additional required Debian packages.  It should not assume
2446           familiarity with any specific Debian packaging system or patch
2447           management tools.
2448         </p>
2449
2450         <p>
2451           This explanation may refer to a documentation file installed by
2452           one of the package's build dependencies provided that the
2453           referenced documentation clearly explains these tasks and is not
2454           a general reference manual.
2455         </p>
2456
2457         <p>
2458           <file>debian/README.source</file> may also include any other
2459           information that would be helpful to someone modifying the
2460           source package.  Even if the package doesn't fit the above
2461           description, maintainers are encouraged to document in a
2462           <file>debian/README.source</file> file any source package with a
2463           particularly complex or unintuitive source layout or build
2464           system (for example, a package that builds the same source
2465           multiple times to generate different binary packages).
2466         </p>
2467       </sect>
2468     </chapt>
2469
2470
2471     <chapt id="controlfields">
2472       <heading>Control files and their fields</heading>
2473
2474       <p>
2475         The package management system manipulates data represented in
2476         a common format, known as <em>control data</em>, stored in
2477         <em>control files</em>.
2478         Control files are used for source packages, binary packages and
2479         the <file>.changes</file> files which control the installation
2480         of uploaded files<footnote>
2481             <prgn>dpkg</prgn>'s internal databases are in a similar
2482             format.
2483         </footnote>.
2484       </p>
2485
2486       <sect id="controlsyntax">
2487         <heading>Syntax of control files</heading>
2488
2489         <p>
2490           A control file consists of one or more paragraphs of
2491           fields<footnote>
2492                 The paragraphs are also sometimes referred to as stanzas.
2493           </footnote>.
2494           The paragraphs are separated by empty lines.  Parsers may accept
2495           lines consisting solely of spaces and tabs as paragraph
2496           separators, but control files should use empty lines.  Some control
2497           files allow only one paragraph; others allow several, in
2498           which case each paragraph usually refers to a different
2499           package.  (For example, in source packages, the first
2500           paragraph refers to the source package, and later paragraphs
2501           refer to binary packages generated from the source.)  The
2502           ordering of the paragraphs in control files is significant.
2503         </p>
2504
2505         <p>
2506           Each paragraph consists of a series of data fields.  Each field
2507           consists of the field name followed by a colon and then the
2508           data/value associated with that field.  The field name is
2509           composed of US-ASCII characters excluding control characters,
2510           space, and colon (i.e., characters in the ranges 33-57 and
2511           59-126, inclusive).  Field names must not begin with the comment
2512           character, <tt>#</tt>.
2513         </p>
2514
2515         <p>
2516           The field ends at the end of the line or at the end of the last
2517           continuation line (see below).  Horizontal whitespace (spaces
2518           and tabs) may occur immediately before or after the value and is
2519           ignored there; it is conventional to put a single space after
2520           the colon.  For example, a field might be:
2521           <example compact="compact">
2522 Package: libc6
2523           </example>
2524           the field name is <tt>Package</tt> and the field value
2525           <tt>libc6</tt>.
2526         </p>
2527
2528         <p>
2529           A paragraph must not contain more than one instance of a
2530           particular field name.
2531         </p>
2532
2533         <p>
2534           There are three types of fields:
2535           <taglist>
2536             <tag>simple</tag>
2537             <item>
2538               The field, including its value, must be a single line.  Folding
2539               of the field is not permitted.  This is the default field type
2540               if the definition of the field does not specify a different
2541               type.
2542             </item>
2543             <tag>folded</tag>
2544             <item>
2545               The value of a folded field is a logical line that may span
2546               several lines.  The lines after the first are called
2547               continuation lines and must start with a space or a tab.
2548               Whitespace, including any newlines, is not significant in the
2549               field values of folded fields.<footnote>
2550                 This folding method is similar to RFC 5322, allowing control
2551                 files that contain only one paragraph and no multiline fields
2552                 to be read by parsers written for RFC 5322.
2553               </footnote>
2554             </item>
2555             <tag>multiline</tag>
2556             <item>
2557               The value of a multiline field may comprise multiple continuation
2558               lines.  The first line of the value, the part on the same line as
2559               the field name, often has special significance or may have to be
2560               empty.  Other lines are added following the same syntax as the
2561               continuation lines of the folded fields.  Whitespace, including newlines,
2562               is significant in the values of multiline fields.
2563             </item>
2564           </taglist>
2565         </p>
2566
2567         <p>
2568           Whitespace must not appear
2569           inside names (of packages, architectures, files or anything
2570           else) or version numbers, or between the characters of
2571           multi-character version relationships.
2572         </p>
2573
2574         <p>
2575           The presence and purpose of a field, and the syntax of its
2576           value may differ between types of control files.
2577         </p>
2578
2579         <p>
2580           Field names are not case-sensitive, but it is usual to
2581           capitalize the field names using mixed case as shown below.
2582           Field values are case-sensitive unless the description of the
2583           field says otherwise.
2584         </p>
2585
2586         <p>
2587           Paragraph separators (empty lines) and lines consisting only of
2588           spaces and tabs are not allowed within field values or between
2589           fields.  Empty lines in field values are usually escaped by
2590           representing them by a space followed by a dot.
2591         </p>
2592
2593         <p>
2594           Lines starting with # without any preceding whitespace are comments
2595           lines that are only permitted in source package control files
2596           (<file>debian/control</file>).  These comment lines are ignored, even
2597           between two continuation lines.  They do not end logical lines.
2598         </p>
2599
2600         <p>
2601           All control files must be encoded in UTF-8.
2602         </p>
2603       </sect>
2604
2605       <sect id="sourcecontrolfiles">
2606         <heading>Source package control files -- <file>debian/control</file></heading>
2607
2608         <p>
2609           The <file>debian/control</file> file contains the most vital
2610           (and version-independent) information about the source package
2611           and about the binary packages it creates.
2612         </p>
2613
2614         <p>
2615           The first paragraph of the control file contains information about
2616           the source package in general. The subsequent sets each describe a
2617           binary package that the source tree builds.
2618         </p>
2619
2620         <p>
2621           The fields in the general paragraph (the first one, for the source
2622           package) are:
2623
2624           <list compact="compact">
2625             <item><qref id="f-Source"><tt>Source</tt></qref> (mandatory)</item>
2626             <item><qref id="f-Maintainer"><tt>Maintainer</tt></qref> (mandatory)</item>
2627             <item><qref id="f-Uploaders"><tt>Uploaders</tt></qref></item>
2628             <item><qref id="f-DM-Upload-Allowed"><tt>DM-Upload-Allowed</tt></qref></item>
2629             <item><qref id="f-Section"><tt>Section</tt></qref> (recommended)</item>
2630             <item><qref id="f-Priority"><tt>Priority</tt></qref> (recommended)</item>
2631             <item><qref id="sourcebinarydeps"><tt>Build-Depends</tt> et al</qref></item>
2632             <item><qref id="f-Standards-Version"><tt>Standards-Version</tt></qref> (recommended)</item>
2633             <item><qref id="f-Homepage"><tt>Homepage</tt></qref></item>
2634           </list>
2635         </p>
2636
2637         <p>
2638           The fields in the binary package paragraphs are:
2639
2640           <list compact="compact">
2641             <item><qref id="f-Package"><tt>Package</tt></qref> (mandatory)</item>
2642             <item><qref id="f-Architecture"><tt>Architecture</tt></qref> (mandatory)</item>
2643             <item><qref id="f-Section"><tt>Section</tt></qref> (recommended)</item>
2644             <item><qref id="f-Priority"><tt>Priority</tt></qref> (recommended)</item>
2645             <item><qref id="f-Essential"><tt>Essential</tt></qref></item>
2646             <item><qref id="binarydeps"><tt>Depends</tt> et al</qref></item>
2647             <item><qref id="f-Description"><tt>Description</tt></qref> (mandatory)</item>
2648             <item><qref id="f-Homepage"><tt>Homepage</tt></qref></item>
2649           </list>
2650         </p>
2651
2652         <p>
2653           The syntax and semantics of the fields are described below.
2654         </p>
2655
2656         <p>
2657           These fields are used by <prgn>dpkg-gencontrol</prgn> to
2658           generate control files for binary packages (see below), by
2659           <prgn>dpkg-genchanges</prgn> to generate the
2660           <file>.changes</file> file to accompany the upload, and by
2661           <prgn>dpkg-source</prgn> when it creates the
2662           <file>.dsc</file> source control file as part of a source
2663           archive.  Some fields are folded in <file>debian/control</file>,
2664           but not in any other control
2665           file. These tools are responsible for removing the line
2666           breaks from such fields when using fields from
2667           <file>debian/control</file> to generate other control files.
2668         </p>
2669
2670         <p>
2671           The fields here may contain variable references - their
2672           values will be substituted by <prgn>dpkg-gencontrol</prgn>,
2673           <prgn>dpkg-genchanges</prgn> or <prgn>dpkg-source</prgn>
2674           when they generate output control files.
2675           See <ref id="substvars"> for details.
2676         </p>
2677       </sect>
2678
2679       <sect id="binarycontrolfiles">
2680         <heading>Binary package control files -- <file>DEBIAN/control</file></heading>
2681
2682         <p>
2683           The <file>DEBIAN/control</file> file contains the most vital
2684           (and version-dependent) information about a binary package.  It
2685           consists of a single paragraph.
2686         </p>
2687
2688         <p>
2689           The fields in this file are:
2690
2691           <list compact="compact">
2692             <item><qref id="f-Package"><tt>Package</tt></qref> (mandatory)</item>
2693             <item><qref id="f-Source"><tt>Source</tt></qref></item>
2694             <item><qref id="f-Version"><tt>Version</tt></qref> (mandatory)</item>
2695             <item><qref id="f-Section"><tt>Section</tt></qref> (recommended)</item>
2696             <item><qref id="f-Priority"><tt>Priority</tt></qref> (recommended)</item>
2697             <item><qref id="f-Architecture"><tt>Architecture</tt></qref> (mandatory)</item>
2698             <item><qref id="f-Essential"><tt>Essential</tt></qref></item>
2699             <item><qref id="binarydeps"><tt>Depends</tt> et al</qref></item>
2700             <item><qref id="f-Installed-Size"><tt>Installed-Size</tt></qref></item>
2701             <item><qref id="f-Maintainer"><tt>Maintainer</tt></qref> (mandatory)</item>
2702             <item><qref id="f-Description"><tt>Description</tt></qref> (mandatory)</item>
2703             <item><qref id="f-Homepage"><tt>Homepage</tt></qref></item>
2704           </list>
2705         </p>
2706       </sect>
2707
2708       <sect id="debiansourcecontrolfiles">
2709         <heading>Debian source control files -- <tt>.dsc</tt></heading>
2710
2711         <p>
2712           This file consists of a single paragraph, possibly surrounded by
2713           a PGP signature. The fields of that paragraph are listed below.
2714           Their syntax is described above, in <ref id="controlsyntax">.
2715
2716         <list compact="compact">
2717           <item><qref id="f-Format"><tt>Format</tt></qref> (mandatory)</item>
2718           <item><qref id="f-Source"><tt>Source</tt></qref> (mandatory)</item>
2719           <item><qref id="f-Binary"><tt>Binary</tt></qref></item>
2720           <item><qref id="f-Architecture"><tt>Architecture</tt></qref></item>
2721           <item><qref id="f-Version"><tt>Version</tt></qref> (mandatory)</item>
2722           <item><qref id="f-Maintainer"><tt>Maintainer</tt></qref> (mandatory)</item>
2723           <item><qref id="f-Uploaders"><tt>Uploaders</tt></qref></item>
2724           <item><qref id="f-DM-Upload-Allowed"><tt>DM-Upload-Allowed</tt></qref></item>
2725           <item><qref id="f-Homepage"><tt>Homepage</tt></qref></item>
2726           <item><qref id="f-Standards-Version"><tt>Standards-Version</tt></qref> (recommended)</item>
2727           <item><qref id="sourcebinarydeps"><tt>Build-Depends</tt> et al</qref></item>
2728           <item><qref id="f-Checksums"><tt>Checksums-Sha1</tt>
2729               and <tt>Checksums-Sha256</tt></qref> (recommended)</item>
2730           <item><qref id="f-Files"><tt>Files</tt></qref> (mandatory)</item>
2731         </list>
2732         </p>
2733
2734         <p>
2735           The Debian source control file is generated by
2736           <prgn>dpkg-source</prgn> when it builds the source
2737           archive, from other files in the source package,
2738           described above.  When unpacking, it is checked against
2739           the files and directories in the other parts of the
2740           source package.
2741         </p>
2742
2743       </sect>
2744
2745       <sect id="debianchangesfiles">
2746         <heading>Debian changes files -- <file>.changes</file></heading>
2747
2748         <p>
2749           The <file>.changes</file> files are used by the Debian archive
2750           maintenance software to process updates to packages. They
2751           consist of a single paragraph, possibly surrounded by a PGP
2752           signature. That paragraph contains information from the
2753           <file>debian/control</file> file and other data about the
2754           source package gathered via <file>debian/changelog</file>
2755           and <file>debian/rules</file>.
2756         </p>
2757
2758         <p>
2759           <file>.changes</file> files have a format version that is
2760           incremented whenever the documented fields or their meaning
2761           change.  This document describes format &changesversion;.
2762         </p>
2763
2764         <p>
2765           The fields in this file are:
2766
2767           <list compact="compact">
2768             <item><qref id="f-Format"><tt>Format</tt></qref> (mandatory)</item>
2769             <item><qref id="f-Date"><tt>Date</tt></qref> (mandatory)</item>
2770             <item><qref id="f-Source"><tt>Source</tt></qref> (mandatory)</item>
2771             <item><qref id="f-Binary"><tt>Binary</tt></qref> (mandatory)</item>
2772             <item><qref id="f-Architecture"><tt>Architecture</tt></qref> (mandatory)</item>
2773             <item><qref id="f-Version"><tt>Version</tt></qref> (mandatory)</item>
2774             <item><qref id="f-Distribution"><tt>Distribution</tt></qref> (mandatory)</item>
2775             <item><qref id="f-Urgency"><tt>Urgency</tt></qref> (recommended)</item>
2776             <item><qref id="f-Maintainer"><tt>Maintainer</tt></qref> (mandatory)</item>
2777             <item><qref id="f-Changed-By"><tt>Changed-By</tt></qref></item>
2778             <item><qref id="f-Description"><tt>Description</tt></qref> (mandatory)</item>
2779             <item><qref id="f-Closes"><tt>Closes</tt></qref></item>
2780             <item><qref id="f-Changes"><tt>Changes</tt></qref> (mandatory)</item>
2781             <item><qref id="f-Checksums"><tt>Checksums-Sha1</tt>
2782                 and <tt>Checksums-Sha256</tt></qref> (recommended)</item>
2783             <item><qref id="f-Files"><tt>Files</tt></qref> (mandatory)</item>
2784           </list>
2785         </p>
2786       </sect>
2787
2788       <sect id="controlfieldslist">
2789         <heading>List of fields</heading>
2790
2791         <sect1 id="f-Source">
2792           <heading><tt>Source</tt></heading>
2793
2794           <p>
2795             This field identifies the source package name.
2796           </p>
2797
2798           <p>
2799             In <file>debian/control</file> or a <file>.dsc</file> file,
2800             this field must contain only the name of the source package.
2801           </p>
2802
2803           <p>
2804             In a binary package control file or a <file>.changes</file>
2805             file, the source package name may be followed by a version
2806             number in parentheses<footnote>
2807                 It is customary to leave a space after the package name
2808                 if a version number is specified.
2809             </footnote>.
2810             This version number may be omitted (and is, by
2811             <prgn>dpkg-gencontrol</prgn>) if it has the same value as
2812             the <tt>Version</tt> field of the binary package in
2813             question.  The field itself may be omitted from a binary
2814             package control file when the source package has the same
2815             name and version as the binary package.
2816           </p>
2817
2818           <p>
2819             Package names (both source and binary,
2820             see <ref id="f-Package">) must consist only of lower case
2821             letters (<tt>a-z</tt>), digits (<tt>0-9</tt>), plus
2822             (<tt>+</tt>) and minus (<tt>-</tt>) signs, and periods
2823             (<tt>.</tt>).  They must be at least two characters long and
2824             must start with an alphanumeric character.
2825           </p>
2826         </sect1>
2827
2828         <sect1 id="f-Maintainer">
2829           <heading><tt>Maintainer</tt></heading>
2830
2831           <p>
2832             The package maintainer's name and email address.  The name
2833             must come first, then the email address inside angle
2834             brackets <tt>&lt;&gt;</tt> (in RFC822 format).
2835           </p>
2836
2837           <p>
2838             If the maintainer's name contains a full stop then the
2839             whole field will not work directly as an email address due
2840             to a misfeature in the syntax specified in RFC822; a
2841             program using this field as an address must check for this
2842             and correct the problem if necessary (for example by
2843             putting the name in round brackets and moving it to the
2844             end, and bringing the email address forward).
2845           </p>
2846
2847           <p>
2848             See <ref id="maintainer"> for additional requirements and
2849             information about package maintainers.
2850           </p>
2851         </sect1>
2852
2853         <sect1 id="f-Uploaders">
2854           <heading><tt>Uploaders</tt></heading>
2855
2856           <p>
2857             List of the names and email addresses of co-maintainers of the
2858             package, if any. If the package has other maintainers besides
2859             the one named in the <qref id="f-Maintainer">Maintainer
2860             field</qref>, their names and email addresses should be listed
2861             here. The format of each entry is the same as that of the
2862             Maintainer field, and multiple entries must be comma
2863             separated.
2864           </p>
2865
2866           <p>
2867             This is normally an optional field, but if
2868             the <tt>Maintainer</tt> control field names a group of people
2869             and a shared email address, the <tt>Uploaders</tt> field must
2870             be present and must contain at least one human with their
2871             personal email address.
2872           </p>
2873
2874           <p>
2875             The Uploaders field in <file>debian/control</file> can be folded.
2876           </p>
2877         </sect1>
2878
2879         <sect1 id="f-Changed-By">
2880           <heading><tt>Changed-By</tt></heading>
2881
2882           <p>
2883             The name and email address of the person who prepared this
2884             version of the package, usually a maintainer.  The syntax is
2885             the same as for the <qref id="f-Maintainer">Maintainer
2886             field</qref>.
2887           </p>
2888         </sect1>
2889
2890         <sect1 id="f-Section">
2891           <heading><tt>Section</tt></heading>
2892
2893           <p>
2894             This field specifies an application area into which the package
2895             has been classified. See <ref id="subsections">.
2896           </p>
2897
2898           <p>
2899             When it appears in the <file>debian/control</file> file,
2900             it gives the value for the subfield of the same name in
2901             the <tt>Files</tt> field of the <file>.changes</file> file.
2902             It also gives the default for the same field in the binary
2903             packages.
2904           </p>
2905         </sect1>
2906
2907         <sect1 id="f-Priority">
2908           <heading><tt>Priority</tt></heading>
2909
2910           <p>
2911             This field represents how important it is that the user
2912             have the package installed. See <ref id="priorities">.
2913           </p>
2914
2915           <p>
2916             When it appears in the <file>debian/control</file> file,
2917             it gives the value for the subfield of the same name in
2918             the <tt>Files</tt> field of the <file>.changes</file> file.
2919             It also gives the default for the same field in the binary
2920             packages.
2921           </p>
2922         </sect1>
2923
2924         <sect1 id="f-Package">
2925           <heading><tt>Package</tt></heading>
2926
2927           <p>
2928             The name of the binary package.
2929           </p>
2930
2931           <p>
2932             Binary package names must follow the same syntax and
2933             restrictions as source package names.  See <ref id="f-Source">
2934             for the details.
2935           </p>
2936         </sect1>
2937
2938         <sect1 id="f-Architecture">
2939           <heading><tt>Architecture</tt></heading>
2940
2941           <p>
2942             Depending on context and the control file used, the
2943             <tt>Architecture</tt> field can include the following sets of
2944             values:
2945             <list>
2946                 <item>
2947                   A unique single word identifying a Debian machine
2948                   architecture as described in <ref id="arch-spec">.
2949                 </item>
2950                 <item>
2951                   An architecture wildcard identifying a set of Debian
2952                   machine architectures, see <ref id="arch-wildcard-spec">.
2953                   <tt>any</tt> matches all Debian machine architectures
2954                   and is the most frequently used.
2955                 </item>
2956                 <item>
2957                   <tt>all</tt>, which indicates an
2958                   architecture-independent package.
2959                 </item>
2960                 <item>
2961                   <tt>source</tt>, which indicates a source package.
2962                 </item>
2963             </list>
2964           </p>
2965
2966           <p>
2967             In the main <file>debian/control</file> file in the source
2968             package, this field may contain the special
2969             value <tt>all</tt>, the special architecture
2970             wildcard <tt>any</tt>, or a list of specific and wildcard
2971             architectures separated by spaces.  If <tt>all</tt>
2972             or <tt>any</tt> appears, that value must be the entire
2973             contents of the field.  Most packages will use
2974             either <tt>all</tt> or <tt>any</tt>.
2975           </p>
2976
2977           <p>
2978             Specifying a specific list of architectures indicates that the
2979             source will build an architecture-dependent package only on
2980             architectures included in the list.  Specifying a list of
2981             architecture wildcards indicates that the source will build an
2982             architecture-dependent package on only those architectures
2983             that match any of the specified architecture wildcards.
2984             Specifying a list of architectures or architecture wildcards
2985             other than <tt>any</tt> is for the minority of cases where a
2986             program is not portable or is not useful on some
2987             architectures.  Where possible, the program should be made
2988             portable instead.
2989           </p>
2990
2991           <p>
2992             In the Debian source control file <file>.dsc</file>, this
2993             field contains a list of architectures and architecture
2994             wildcards separated by spaces. When the list contains the
2995             architecture wildcard <tt>any</tt>, the only other value
2996             allowed in the list is <tt>all</tt>.
2997           </p>
2998
2999           <p>
3000             The list may include (or consist solely of) the special
3001             value <tt>all</tt>.  In other words, in <file>.dsc</file>
3002             files unlike the <file>debian/control</file>, <tt>all</tt> may
3003             occur in combination with specific architectures.
3004             The <tt>Architecture</tt> field in the Debian source control
3005             file <file>.dsc</file> is generally constructed from
3006             the <tt>Architecture</tt> fields in
3007             the <file>debian/control</file> in the source package.
3008           </p>
3009
3010           <p>
3011             Specifying only <tt>any</tt> indicates that the source package
3012             isn't dependent on any particular architecture and should
3013             compile fine on any one. The produced binary package(s)
3014             will be specific to whatever the current build architecture is.
3015           </p>
3016
3017           <p>
3018             Specifying only <tt>all</tt> indicates that the source package
3019             will only build architecture-independent packages.
3020           </p>
3021
3022           <p>
3023             Specifying <tt>any all</tt> indicates that the source package
3024             isn't dependent on any particular architecture. The set of
3025             produced binary packages will include at least one
3026             architecture-dependant package and one architecture-independent
3027             package.
3028           </p>
3029
3030           <p>
3031             Specifying a list of architectures or architecture wildcards
3032             indicates that the source will build an architecture-dependent
3033             package, and will only work correctly on the listed or
3034             matching architectures.  If the source package also builds at
3035             least one architecture-independent package, <tt>all</tt> will
3036             also be included in the list.
3037           </p>
3038
3039           <p>
3040             In a <file>.changes</file> file, the <tt>Architecture</tt>
3041             field lists the architecture(s) of the package(s) currently
3042             being uploaded.  This will be a list; if the source for the
3043             package is also being uploaded, the special
3044             entry <tt>source</tt> is also present.  <tt>all</tt> will be
3045             present if any architecture-independent packages are being
3046             uploaded.  Architecture wildcards such as <tt>any</tt> must
3047             never occur in the <tt>Architecture</tt> field in
3048             the <file>.changes</file> file.
3049           </p>
3050
3051           <p>
3052             See <ref id="debianrules"> for information on how to get
3053             the architecture for the build process.
3054           </p>
3055         </sect1>
3056
3057         <sect1 id="f-Essential">
3058           <heading><tt>Essential</tt></heading>
3059
3060           <p>
3061             This is a boolean field which may occur only in the
3062             control file of a binary package or in a per-package fields
3063             paragraph of a source package control file.
3064           </p>
3065
3066           <p>
3067             If set to <tt>yes</tt> then the package management system
3068             will refuse to remove the package (upgrading and replacing
3069             it is still possible). The other possible value is <tt>no</tt>,
3070             which is the same as not having the field at all.
3071           </p>
3072         </sect1>
3073
3074         <sect1>
3075           <heading>Package interrelationship fields:
3076             <tt>Depends</tt>, <tt>Pre-Depends</tt>,
3077             <tt>Recommends</tt>, <tt>Suggests</tt>,
3078             <tt>Breaks</tt>, <tt>Conflicts</tt>,
3079             <tt>Provides</tt>, <tt>Replaces</tt>, <tt>Enhances</tt>
3080           </heading>
3081
3082           <p>
3083             These fields describe the package's relationships with
3084             other packages.  Their syntax and semantics are described
3085             in <ref id="relationships">.</p>
3086         </sect1>
3087
3088         <sect1 id="f-Standards-Version">
3089           <heading><tt>Standards-Version</tt></heading>
3090
3091           <p>
3092             The most recent version of the standards (the policy
3093             manual and associated texts) with which the package
3094             complies.
3095           </p>
3096
3097           <p>
3098             The version number has four components: major and minor
3099             version number and major and minor patch level.  When the
3100             standards change in a way that requires every package to
3101             change the major number will be changed.  Significant
3102             changes that will require work in many packages will be
3103             signaled by a change to the minor number.  The major patch
3104             level will be changed for any change to the meaning of the
3105             standards, however small; the minor patch level will be
3106             changed when only cosmetic, typographical or other edits
3107             are made which neither change the meaning of the document
3108             nor affect the contents of packages.
3109           </p>
3110
3111           <p>
3112             Thus only the first three components of the policy version
3113             are significant in the <em>Standards-Version</em> control
3114             field, and so either these three components or all four
3115             components may be specified.<footnote>
3116                 In the past, people specified the full version number
3117                 in the Standards-Version field, for example "2.3.0.0".
3118                 Since minor patch-level changes don't introduce new
3119                 policy, it was thought it would be better to relax
3120                 policy and only require the first 3 components to be
3121                 specified, in this example "2.3.0".  All four
3122                 components may still be used if someone wishes to do so.
3123             </footnote>
3124           </p>
3125
3126         </sect1>
3127
3128         <sect1 id="f-Version">
3129           <heading><tt>Version</tt></heading>
3130
3131           <p>
3132             The version number of a package. The format is:
3133             [<var>epoch</var><tt>:</tt>]<var>upstream_version</var>[<tt>-</tt><var>debian_revision</var>]
3134           </p>
3135
3136           <p>
3137             The three components here are:
3138             <taglist>
3139               <tag><var>epoch</var></tag>
3140               <item>
3141                 <p>
3142                   This is a single (generally small) unsigned integer.  It
3143                   may be omitted, in which case zero is assumed.  If it is
3144                   omitted then the <var>upstream_version</var> may not
3145                   contain any colons.
3146                 </p>
3147
3148                 <p>
3149                   It is provided to allow mistakes in the version numbers
3150                   of older versions of a package, and also a package's
3151                   previous version numbering schemes, to be left behind.
3152                 </p>
3153               </item>
3154
3155               <tag><var>upstream_version</var></tag>
3156               <item>
3157                 <p>
3158                   This is the main part of the version number.  It is
3159                   usually the version number of the original ("upstream")
3160                   package from which the <file>.deb</file> file has been made,
3161                   if this is applicable.  Usually this will be in the same
3162                   format as that specified by the upstream author(s);
3163                   however, it may need to be reformatted to fit into the
3164                   package management system's format and comparison
3165                   scheme.
3166                 </p>
3167
3168                 <p>
3169                   The comparison behavior of the package management system
3170                   with respect to the <var>upstream_version</var> is
3171                   described below.  The <var>upstream_version</var>
3172                   portion of the version number is mandatory.
3173                 </p>
3174
3175                 <p>
3176                   The <var>upstream_version</var> may contain only
3177                   alphanumerics<footnote>
3178                         Alphanumerics are <tt>A-Za-z0-9</tt> only.
3179                   </footnote>
3180                   and the characters <tt>.</tt> <tt>+</tt> <tt>-</tt>
3181                   <tt>:</tt> <tt>~</tt> (full stop, plus, hyphen, colon,
3182                   tilde) and should start with a digit.  If there is no
3183                   <var>debian_revision</var> then hyphens are not allowed;
3184                   if there is no <var>epoch</var> then colons are not
3185                   allowed.
3186                 </p>
3187               </item>
3188
3189               <tag><var>debian_revision</var></tag>
3190               <item>
3191                 <p>
3192                   This part of the version number specifies the version of
3193                   the Debian package based on the upstream version.  It
3194                   may contain only alphanumerics and the characters
3195                   <tt>+</tt> <tt>.</tt> <tt>~</tt> (plus, full stop,
3196                   tilde) and is compared in the same way as the
3197                   <var>upstream_version</var> is.
3198                 </p>
3199
3200                 <p>
3201                   It is optional; if it isn't present then the
3202                   <var>upstream_version</var> may not contain a hyphen.
3203                   This format represents the case where a piece of
3204                   software was written specifically to be a Debian
3205                   package, where the Debian package source must always
3206                   be identical to the pristine source and therefore no
3207                   revision indication is required.
3208                 </p>
3209
3210                 <p>
3211                   It is conventional to restart the
3212                   <var>debian_revision</var> at <tt>1</tt> each time the
3213                   <var>upstream_version</var> is increased.
3214                 </p>
3215
3216                 <p>
3217                   The package management system will break the version
3218                   number apart at the last hyphen in the string (if there
3219                   is one) to determine the <var>upstream_version</var> and
3220                   <var>debian_revision</var>.  The absence of a
3221                   <var>debian_revision</var> is equivalent to a
3222                   <var>debian_revision</var> of <tt>0</tt>.
3223                 </p>
3224               </item>
3225             </taglist>
3226           </p>
3227
3228           <p>
3229             When comparing two version numbers, first the <var>epoch</var>
3230             of each are compared, then the <var>upstream_version</var> if
3231             <var>epoch</var> is equal, and then <var>debian_revision</var>
3232             if <var>upstream_version</var> is also equal.
3233             <var>epoch</var> is compared numerically.  The
3234             <var>upstream_version</var> and <var>debian_revision</var>
3235             parts are compared by the package management system using the
3236             following algorithm:
3237           </p>
3238
3239           <p>
3240             The strings are compared from left to right.
3241           </p>
3242
3243           <p>
3244             First the initial part of each string consisting entirely of
3245             non-digit characters is determined.  These two parts (one of
3246             which may be empty) are compared lexically.  If a difference
3247             is found it is returned.  The lexical comparison is a
3248             comparison of ASCII values modified so that all the letters
3249             sort earlier than all the non-letters and so that a tilde
3250             sorts before anything, even the end of a part.  For example,
3251             the following parts are in sorted order from earliest to
3252             latest: <tt>~~</tt>, <tt>~~a</tt>, <tt>~</tt>, the empty part,
3253             <tt>a</tt>.<footnote>
3254               One common use of <tt>~</tt> is for upstream pre-releases.
3255               For example, <tt>1.0~beta1~svn1245</tt> sorts earlier than
3256               <tt>1.0~beta1</tt>, which sorts earlier than <tt>1.0</tt>.
3257             </footnote>
3258           </p>
3259
3260           <p>
3261             Then the initial part of the remainder of each string which
3262             consists entirely of digit characters is determined.  The
3263             numerical values of these two parts are compared, and any
3264             difference found is returned as the result of the comparison.
3265             For these purposes an empty string (which can only occur at
3266             the end of one or both version strings being compared) counts
3267             as zero.
3268           </p>
3269
3270           <p>
3271             These two steps (comparing and removing initial non-digit
3272             strings and initial digit strings) are repeated until a
3273             difference is found or both strings are exhausted.
3274           </p>
3275
3276           <p>
3277             Note that the purpose of epochs is to allow us to leave behind
3278             mistakes in version numbering, and to cope with situations
3279             where the version numbering scheme changes.  It is
3280             <em>not</em> intended to cope with version numbers containing
3281             strings of letters which the package management system cannot
3282             interpret (such as <tt>ALPHA</tt> or <tt>pre-</tt>), or with
3283             silly orderings.<footnote>
3284               The author of this manual has heard of a package whose
3285               versions went <tt>1.1</tt>, <tt>1.2</tt>, <tt>1.3</tt>,
3286               <tt>1</tt>, <tt>2.1</tt>, <tt>2.2</tt>, <tt>2</tt> and so
3287               forth.
3288             </footnote>
3289           </p>
3290         </sect1>
3291
3292         <sect1 id="f-Description">
3293           <heading><tt>Description</tt></heading>
3294
3295           <p>
3296             In a source or binary control file, the <tt>Description</tt>
3297             field contains a description of the binary package, consisting
3298             of two parts, the synopsis or the short description, and the
3299             long description.  It is a multiline field with the following
3300             format:
3301           </p>
3302
3303           <p>
3304 <example>
3305         Description: &lt;single line synopsis&gt;
3306          &lt;extended description over several lines&gt;
3307 </example>
3308           </p>
3309
3310           <p>
3311             The lines in the extended description can have these formats:
3312           </p>
3313
3314           <p><list>
3315
3316             <item>
3317               Those starting with a single space are part of a paragraph.
3318               Successive lines of this form will be word-wrapped when
3319               displayed. The leading space will usually be stripped off.
3320               The line must contain at least one non-whitespace character.
3321             </item>
3322
3323             <item>
3324               Those starting with two or more spaces. These will be
3325               displayed verbatim. If the display cannot be panned
3326               horizontally, the displaying program will line wrap them "hard"
3327               (i.e., without taking account of word breaks). If it can they
3328               will be allowed to trail off to the right. None, one or two
3329               initial spaces may be deleted, but the number of spaces
3330               deleted from each line will be the same (so that you can have
3331               indenting work correctly, for example).  The line must
3332               contain at least one non-whitespace character.
3333             </item>
3334
3335             <item>
3336               Those containing a single space followed by a single full stop
3337               character. These are rendered as blank lines. This is the
3338               <em>only</em> way to get a blank line<footnote>
3339                 Completely empty lines will not be rendered as blank lines.
3340                 Instead, they will cause the parser to think you're starting
3341                 a whole new record in the control file, and will therefore
3342                 likely abort with an error.
3343               </footnote>.
3344             </item>
3345
3346             <item>
3347               Those containing a space, a full stop and some more characters.
3348               These are for future expansion. Do not use them.
3349             </item>
3350
3351           </list></p>
3352
3353           <p>
3354             Do not use tab characters.  Their effect is not predictable.
3355           </p>
3356
3357           <p>
3358             See <ref id="descriptions"> for further information on this.
3359           </p>
3360
3361           <p>
3362             In a <file>.changes</file> file, the <tt>Description</tt>
3363             field contains a summary of the descriptions for the packages
3364             being uploaded.  For this case, the first line of the field
3365             value (the part on the same line as <tt>Description:</tt>) is
3366             always empty.  It is a multiline field, with one
3367             line per package.  Each line is
3368             indented by one space and contains the name of a binary
3369             package, a space, a hyphen (<tt>-</tt>), a space, and the
3370             short description line from that package.
3371           </p>
3372         </sect1>
3373
3374         <sect1 id="f-Distribution">
3375           <heading><tt>Distribution</tt></heading>
3376
3377           <p>
3378             In a <file>.changes</file> file or parsed changelog output
3379             this contains the (space-separated) name(s) of the
3380             distribution(s) where this version of the package should
3381             be installed.  Valid distributions are determined by the
3382             archive maintainers.<footnote>
3383               Example distribution names in the Debian archive used in
3384               <file>.changes</file> files are:
3385                 <taglist compact="compact">
3386                   <tag><em>unstable</em></tag>
3387                   <item>
3388                     This distribution value refers to the
3389                     <em>developmental</em> part of the Debian distribution
3390                     tree.  Most new packages, new upstream versions of
3391                     packages and bug fixes go into the <em>unstable</em>
3392                     directory tree.
3393                   </item>
3394
3395                   <tag><em>experimental</em></tag>
3396                   <item>
3397                     The packages with this distribution value are deemed
3398                     by their maintainers to be high risk.  Oftentimes they
3399                     represent early beta or developmental packages from
3400                     various sources that the maintainers want people to
3401                     try, but are not ready to be a part of the other parts
3402                     of the Debian distribution tree.
3403                   </item>
3404                 </taglist>
3405
3406                 <p>
3407                   Others are used for updating stable releases or for
3408                   security uploads.  More information is available in the
3409                   Debian Developer's Reference, section "The Debian
3410                   archive".
3411                 </p>
3412             </footnote>
3413             The Debian archive software only supports listing a single
3414             distribution.  Migration of packages to other distributions is
3415             handled outside of the upload process.
3416           </p>
3417         </sect1>
3418
3419         <sect1 id="f-Date">
3420           <heading><tt>Date</tt></heading>
3421
3422           <p>
3423             This field includes the date the package was built or last
3424             edited.  It must be in the same format as the <var>date</var>
3425             in a <file>debian/changelog</file> entry.
3426           </p>
3427
3428           <p>
3429             The value of this field is usually extracted from the
3430             <file>debian/changelog</file> file - see
3431             <ref id="dpkgchangelog">).
3432           </p>
3433         </sect1>
3434
3435         <sect1 id="f-Format">
3436           <heading><tt>Format</tt></heading>
3437
3438           <p>
3439             In <qref id="debianchangesfiles"><file>.changes</file></qref>
3440             files, this field declares the format version of that file.
3441             The syntax of the field value is the same as that of
3442             a <qref id="f-Version">package version number</qref> except
3443             that no epoch or Debian revision is allowed.  The format
3444             described in this document is <tt>&changesversion;</tt>.
3445           </p>
3446
3447           <p>
3448             In <qref id="debiansourcecontrolfiles"><file>.dsc</file>
3449             Debian source control</qref> files, this field declares the
3450             format of the source package.  The field value is used by
3451             programs acting on a source package to interpret the list of
3452             files in the source package and determine how to unpack it.
3453             The syntax of the field value is a numeric major revision, a
3454             period, a numeric minor revision, and then an optional subtype
3455             after whitespace, which if specified is an alphanumeric word
3456             in parentheses.  The subtype is optional in the syntax but may
3457             be mandatory for particular source format revisions.
3458             <footnote>
3459               The source formats currently supported by the Debian archive
3460               software are <tt>1.0</tt>, <tt>3.0 (native)</tt>,
3461               and <tt>3.0 (quilt)</tt>.
3462             </footnote>
3463           </p>
3464         </sect1>
3465
3466         <sect1 id="f-Urgency">
3467           <heading><tt>Urgency</tt></heading>
3468
3469           <p>
3470             This is a description of how important it is to upgrade to
3471             this version from previous ones.  It consists of a single
3472             keyword taking one of the values <tt>low</tt>,
3473             <tt>medium</tt>, <tt>high</tt>, <tt>emergency</tt>, or
3474             <tt>critical</tt><footnote>
3475               Other urgency values are supported with configuration
3476               changes in the archive software but are not used in Debian.
3477               The urgency affects how quickly a package will be considered
3478               for inclusion into the <tt>testing</tt> distribution and
3479               gives an indication of the importance of any fixes included
3480               in the upload.  <tt>Emergency</tt> and <tt>critical</tt> are
3481               treated as synonymous.
3482             </footnote> (not case-sensitive) followed by an optional
3483             commentary (separated by a space) which is usually in
3484             parentheses.  For example:
3485
3486             <example>
3487   Urgency: low (HIGH for users of diversions)
3488             </example>
3489
3490           </p>
3491
3492           <p>
3493             The value of this field is usually extracted from the
3494             <file>debian/changelog</file> file - see
3495             <ref id="dpkgchangelog">.
3496           </p>
3497         </sect1>
3498
3499         <sect1 id="f-Changes">
3500           <heading><tt>Changes</tt></heading>
3501
3502           <p>
3503             This multiline field contains the human-readable changes data, describing
3504             the differences between the last version and the current one.
3505           </p>
3506
3507           <p>
3508             The first line of the field value (the part on the same line
3509             as <tt>Changes:</tt>) is always empty.  The content of the
3510             field is expressed as continuation lines, with each line
3511             indented by at least one space.  Blank lines must be
3512             represented by a line consisting only of a space and a full
3513             stop (<tt>.</tt>).
3514           </p>
3515
3516           <p>
3517             The value of this field is usually extracted from the
3518             <file>debian/changelog</file> file - see
3519             <ref id="dpkgchangelog">).
3520           </p>
3521
3522           <p>
3523             Each version's change information should be preceded by a
3524             "title" line giving at least the version, distribution(s)
3525             and urgency, in a human-readable way.
3526           </p>
3527
3528           <p>
3529             If data from several versions is being returned the entry
3530             for the most recent version should be returned first, and
3531             entries should be separated by the representation of a
3532             blank line (the "title" line may also be followed by the
3533             representation of a blank line).
3534           </p>
3535         </sect1>
3536
3537         <sect1 id="f-Binary">
3538           <heading><tt>Binary</tt></heading>
3539
3540           <p>
3541             This folded field is a list of binary packages.  Its syntax and
3542             meaning varies depending on the control file in which it
3543             appears.
3544           </p>
3545
3546           <p>
3547             When it appears in the <file>.dsc</file> file, it lists binary
3548             packages which a source package can produce, separated by
3549             commas<footnote>
3550                 A space after each comma is conventional.
3551             </footnote>.  The source package
3552             does not necessarily produce all of these binary packages for
3553             every architecture.  The source control file doesn't contain
3554             details of which architectures are appropriate for which of
3555             the binary packages.
3556           </p>
3557
3558           <p>
3559             When it appears in a <file>.changes</file> file, it lists the
3560             names of the binary packages being uploaded, separated by
3561             whitespace (not commas).
3562           </p>
3563         </sect1>
3564
3565         <sect1 id="f-Installed-Size">
3566           <heading><tt>Installed-Size</tt></heading>
3567
3568           <p>
3569             This field appears in the control files of binary packages,
3570             and in the <file>Packages</file> files.  It gives an estimate
3571             of the total amount of disk space required to install the
3572             named package.  Actual installed size may vary based on block
3573             size, file system properties, or actions taken by package
3574             maintainer scripts.
3575           </p>
3576
3577           <p>
3578             The disk space is given as the integer value of the estimated
3579             installed size in bytes, divided by 1024 and rounded up.
3580           </p>
3581         </sect1>
3582
3583         <sect1 id="f-Files">
3584           <heading><tt>Files</tt></heading>
3585
3586           <p>
3587             This field contains a list of files with information about
3588             each one.  The exact information and syntax varies with
3589             the context.
3590           </p>
3591
3592           <p>
3593             In all cases, Files is a multiline field.  The first line of
3594             the field value (the part on the same line as <tt>Files:</tt>)
3595             is always empty.  The content of the field is expressed as
3596             continuation lines, one line per file.  Each line must be
3597             indented by one space and contain a number of sub-fields,
3598             separated by spaces, as described below.
3599           </p>
3600
3601           <p>
3602             In the <file>.dsc</file> file, each line contains the MD5
3603             checksum, size and filename of the tar file and (if
3604             applicable) diff file which make up the remainder of the
3605             source package<footnote>
3606               That is, the parts which are not the <tt>.dsc</tt>.
3607             </footnote>.  For example:
3608             <example>
3609 Files:
3610  c6f698f19f2a2aa07dbb9bbda90a2754 571925 example_1.2.orig.tar.gz
3611  938512f08422f3509ff36f125f5873ba 6220 example_1.2-1.diff.gz
3612             </example>
3613             The exact forms of the filenames are described
3614             in <ref id="pkg-sourcearchives">.
3615           </p>
3616
3617           <p>
3618             In the <file>.changes</file> file this contains one line per
3619             file being uploaded.  Each line contains the MD5 checksum,
3620             size, section and priority and the filename.  For example:
3621             <example>
3622 Files:
3623  4c31ab7bfc40d3cf49d7811987390357 1428 text extra example_1.2-1.dsc
3624  c6f698f19f2a2aa07dbb9bbda90a2754 571925 text extra example_1.2.orig.tar.gz
3625  938512f08422f3509ff36f125f5873ba 6220 text extra example_1.2-1.diff.gz
3626  7c98fe853b3bbb47a00e5cd129b6cb56 703542 text extra example_1.2-1_i386.deb
3627             </example>
3628             The <qref id="f-Section">section</qref>
3629             and <qref id="f-Priority">priority</qref> are the values of
3630             the corresponding fields in the main source control file.  If
3631             no section or priority is specified then <tt>-</tt> should be
3632             used, though section and priority values must be specified for
3633             new packages to be installed properly.
3634           </p>
3635
3636           <p>
3637             The special value <tt>byhand</tt> for the section in a
3638             <tt>.changes</tt> file indicates that the file in question
3639             is not an ordinary package file and must by installed by
3640             hand by the distribution maintainers.  If the section is
3641             <tt>byhand</tt> the priority should be <tt>-</tt>.
3642           </p>
3643
3644           <p>
3645             If a new Debian revision of a package is being shipped and
3646             no new original source archive is being distributed the
3647             <tt>.dsc</tt> must still contain the <tt>Files</tt> field
3648             entry for the original source archive
3649             <file><var>package</var>_<var>upstream-version</var>.orig.tar.gz</file>,
3650             but the <file>.changes</file> file should leave it out.  In
3651             this case the original source archive on the distribution
3652             site must match exactly, byte-for-byte, the original
3653             source archive which was used to generate the
3654             <file>.dsc</file> file and diff which are being uploaded.</p>
3655         </sect1>
3656
3657         <sect1 id="f-Closes">
3658           <heading><tt>Closes</tt></heading>
3659
3660           <p>
3661             A space-separated list of bug report numbers that the upload
3662             governed by the .changes file closes.
3663           </p>
3664         </sect1>
3665
3666         <sect1 id="f-Homepage">
3667           <heading><tt>Homepage</tt></heading>
3668
3669           <p>
3670             The URL of the web site for this package, preferably (when
3671             applicable) the site from which the original source can be
3672             obtained and any additional upstream documentation or
3673             information may be found.  The content of this field is a
3674             simple URL without any surrounding characters such as
3675             <tt>&lt;&gt;</tt>.
3676           </p>
3677         </sect1>
3678
3679         <sect1 id="f-Checksums">
3680           <heading><tt>Checksums-Sha1</tt>
3681             and <tt>Checksums-Sha256</tt></heading>
3682
3683           <p>
3684             These multiline fields contain a list of files with a checksum and size
3685             for each one.  Both <tt>Checksums-Sha1</tt>
3686             and <tt>Checksums-Sha256</tt> have the same syntax and differ
3687             only in the checksum algorithm used: SHA-1
3688             for <tt>Checksums-Sha1</tt> and SHA-256
3689             for <tt>Checksums-Sha256</tt>.
3690           </p>
3691
3692           <p>
3693             <tt>Checksums-Sha1</tt> and <tt>Checksums-Sha256</tt> are
3694             multiline fields.  The first line of the field value (the part
3695             on the same line as <tt>Checksums-Sha1:</tt>
3696             or <tt>Checksums-Sha256:</tt>) is always empty.  The content
3697             of the field is expressed as continuation lines, one line per
3698             file.  Each line consists of the checksum, a space, the file
3699             size, a space, and the file name.  For example (from
3700             a <file>.changes</file> file):
3701             <example>
3702 Checksums-Sha1:
3703  1f418afaa01464e63cc1ee8a66a05f0848bd155c 1276 example_1.0-1.dsc
3704  a0ed1456fad61116f868b1855530dbe948e20f06 171602 example_1.0.orig.tar.gz
3705  5e86ecf0671e113b63388dac81dd8d00e00ef298 6137 example_1.0-1.debian.tar.gz
3706  71a0ff7da0faaf608481195f9cf30974b142c183 548402 example_1.0-1_i386.deb
3707 Checksums-Sha256:
3708  ac9d57254f7e835bed299926fd51bf6f534597cc3fcc52db01c4bffedae81272 1276 example_1.0-1.dsc
3709  0d123be7f51e61c4bf15e5c492b484054be7e90f3081608a5517007bfb1fd128 171602 example_1.0.orig.tar.gz
3710  f54ae966a5f580571ae7d9ef5e1df0bd42d63e27cb505b27957351a495bc6288 6137 example_1.0-1.debian.tar.gz
3711  3bec05c03974fdecd11d020fc2e8250de8404867a8a2ce865160c250eb723664 548402 example_1.0-1_i386.deb
3712             </example>
3713           </p>
3714
3715           <p>
3716             In the <file>.dsc</file> file, these fields should list all
3717             files that make up the source package.  In
3718             the <file>.changes</file> file, these fields should list all
3719             files being uploaded.  The list of files in these fields
3720             must match the list of files in the <tt>Files</tt> field.
3721           </p>
3722         </sect1>
3723
3724         <sect1 id="f-DM-Upload-Allowed">
3725           <heading><tt>DM-Upload-Allowed</tt></heading>
3726
3727           <p>
3728             Indicates that Debian Maintainers may upload this package to
3729             the Debian archive.  The only valid value is <tt>yes</tt>.  If
3730             the field <tt>DM-Upload-Allowed: yes</tt> is present in the
3731             source section of the source control file of the most recent
3732             version of a package in unstable or experimental, the Debian
3733             archive will accept uploads of this package signed with a key
3734             in the Debian Maintainer keyring.  See the General
3735             Resolution <url id="http://www.debian.org/vote/2007/vote_003"
3736             name="Endorse the concept of Debian Maintainers"> for more
3737             details.
3738           </p>
3739         </sect1>
3740       </sect>
3741
3742       <sect>
3743         <heading>User-defined fields</heading>
3744
3745         <p>
3746           Additional user-defined fields may be added to the
3747           source package control file.  Such fields will be
3748           ignored, and not copied to (for example) binary or
3749           Debian source control files or upload control files.
3750         </p>
3751
3752         <p>
3753           If you wish to add additional unsupported fields to
3754           these output files you should use the mechanism
3755           described here.
3756         </p>
3757
3758         <p>
3759           Fields in the main source control information file with
3760           names starting <tt>X</tt>, followed by one or more of
3761           the letters <tt>BCS</tt> and a hyphen <tt>-</tt>, will
3762           be copied to the output files.  Only the part of the
3763           field name after the hyphen will be used in the output
3764           file.  Where the letter <tt>B</tt> is used the field
3765           will appear in binary package control files, where the
3766           letter <tt>S</tt> is used in Debian source control
3767           files and where <tt>C</tt> is used in upload control
3768           (<tt>.changes</tt>) files.
3769         </p>
3770
3771         <p>
3772           For example, if the main source information control file
3773           contains the field
3774           <example>
3775   XBS-Comment: I stand between the candle and the star.
3776           </example>
3777           then the binary and Debian source control files will contain the
3778           field
3779           <example>
3780   Comment: I stand between the candle and the star.
3781           </example>
3782         </p>
3783
3784       </sect>
3785
3786     </chapt>
3787
3788
3789     <chapt id="maintainerscripts">
3790       <heading>Package maintainer scripts and installation procedure</heading>
3791
3792       <sect>
3793         <heading>Introduction to package maintainer scripts</heading>
3794
3795         <p>
3796           It is possible to supply scripts as part of a package which
3797           the package management system will run for you when your
3798           package is installed, upgraded or removed.
3799         </p>
3800
3801         <p>
3802           These scripts are the control information
3803           files <prgn>preinst</prgn>, <prgn>postinst</prgn>, <prgn>prerm</prgn>
3804           and <prgn>postrm</prgn>.  They must be proper executable files;
3805           if they are scripts (which is recommended), they must start with
3806           the usual <tt>#!</tt> convention.  They should be readable and
3807           executable by anyone, and must not be world-writable.
3808         </p>
3809
3810         <p>
3811           The package management system looks at the exit status from
3812           these scripts.  It is important that they exit with a
3813           non-zero status if there is an error, so that the package
3814           management system can stop its processing.  For shell
3815           scripts this means that you <em>almost always</em> need to
3816           use <tt>set -e</tt> (this is usually true when writing shell
3817           scripts, in fact).  It is also important, of course, that
3818           they exit with a zero status if everything went well.
3819         </p>
3820
3821         <p>
3822           Additionally, packages interacting with users
3823           using <prgn>debconf</prgn> in the <prgn>postinst</prgn> script
3824           should install a <prgn>config</prgn> script as a control
3825           information file.  See <ref id="maintscriptprompt"> for details.
3826         </p>
3827
3828         <p>
3829           When a package is upgraded a combination of the scripts from
3830           the old and new packages is called during the upgrade
3831           procedure.  If your scripts are going to be at all
3832           complicated you need to be aware of this, and may need to
3833           check the arguments to your scripts.
3834         </p>
3835
3836         <p>
3837           Broadly speaking the <prgn>preinst</prgn> is called before
3838           (a particular version of) a package is unpacked, and the
3839           <prgn>postinst</prgn> afterwards; the <prgn>prerm</prgn>
3840           before (a version of) a package is removed and the
3841           <prgn>postrm</prgn> afterwards.
3842         </p>
3843
3844         <p>
3845           Programs called from maintainer scripts should not normally
3846           have a path prepended to them. Before installation is
3847           started, the package management system checks to see if the
3848           programs <prgn>ldconfig</prgn>,
3849           <prgn>start-stop-daemon</prgn>, <prgn>install-info</prgn>,
3850           and <prgn>update-rc.d</prgn> can be found via the
3851           <tt>PATH</tt> environment variable. Those programs, and any
3852           other program that one would expect to be in the
3853           <tt>PATH</tt>, should thus be invoked without an absolute
3854           pathname. Maintainer scripts should also not reset the
3855           <tt>PATH</tt>, though they might choose to modify it by
3856           prepending or appending package-specific directories. These
3857           considerations really apply to all shell scripts.</p>
3858       </sect>
3859
3860       <sect id="idempotency">
3861         <heading>Maintainer scripts idempotency</heading>
3862
3863         <p>
3864           It is necessary for the error recovery procedures that the
3865           scripts be idempotent.  This means that if it is run
3866           successfully, and then it is called again, it doesn't bomb
3867           out or cause any harm, but just ensures that everything is
3868           the way it ought to be.  If the first call failed, or
3869           aborted half way through for some reason, the second call
3870           should merely do the things that were left undone the first
3871           time, if any, and exit with a success status if everything
3872           is OK.<footnote>
3873               This is so that if an error occurs, the user interrupts
3874               <prgn>dpkg</prgn> or some other unforeseen circumstance
3875               happens you don't leave the user with a badly-broken
3876               package when <prgn>dpkg</prgn> attempts to repeat the
3877               action.
3878           </footnote>
3879         </p>
3880       </sect>
3881
3882       <sect id="controllingterminal">
3883         <heading>Controlling terminal for maintainer scripts</heading>
3884
3885         <p>
3886           Maintainer scripts are not guaranteed to run with a controlling
3887           terminal and may not be able to interact with the user.  They
3888           must be able to fall back to noninteractive behavior if no
3889           controlling terminal is available.  Maintainer scripts that
3890           prompt via a program conforming to the Debian Configuration
3891           Management Specification (see <ref id="maintscriptprompt">) may
3892           assume that program will handle falling back to noninteractive
3893           behavior.
3894         </p>
3895
3896         <p>
3897           For high-priority prompts without a reasonable default answer,
3898           maintainer scripts may abort if there is no controlling
3899           terminal.  However, this situation should be avoided if at all
3900           possible, since it prevents automated or unattended installs.
3901           In most cases, users will consider this to be a bug in the
3902           package.
3903         </p>
3904       </sect>
3905
3906       <sect id="exitstatus">
3907         <heading>Exit status</heading>
3908
3909         <p>
3910           Each script must return a zero exit status for
3911           success, or a nonzero one for failure, since the package
3912           management system looks for the exit status of these scripts
3913           and determines what action to take next based on that datum.
3914         </p>
3915       </sect>
3916
3917       <sect id="mscriptsinstact"><heading>Summary of ways maintainer
3918           scripts are called
3919         </heading>
3920
3921         <p>
3922           What follows is a summary of all the ways in which maintainer
3923           scripts may be called along with what facilities those scripts
3924           may rely on being available at that time.  Script names preceded
3925           by <var>new-</var> are the scripts from the new version of a
3926           package being installed, upgraded to, or downgraded to.  Script
3927           names preceded by <var>old-</var> are the scripts from the old
3928           version of a package that is being upgraded from or downgraded
3929           from.
3930         </p>
3931
3932         <p>
3933           The <prgn>preinst</prgn> script may be called in the following
3934           ways:
3935           <taglist>
3936             <tag><var>new-preinst</var> <tt>install</tt></tag>
3937             <tag><var>new-preinst</var> <tt>install</tt>
3938               <var>old-version</var></tag>
3939             <tag><var>new-preinst</var> <tt>upgrade</tt>
3940               <var>old-version</var></tag>
3941             <item>
3942               The package will not yet be unpacked, so
3943               the <prgn>preinst</prgn> script cannot rely on any files
3944               included in its package.  Only essential packages and
3945               pre-dependencies (<tt>Pre-Depends</tt>) may be assumed to be
3946               available.  Pre-dependencies will have been configured at
3947               least once, but at the time the <prgn>preinst</prgn> is
3948               called they may only be in an unpacked or "Half-Configured"
3949               state if a previous version of the pre-dependency was
3950               completely configured and has not been removed since then.
3951             </item>
3952
3953             <tag><var>old-preinst</var> <tt>abort-upgrade</tt>
3954               <var>new-version</var></tag>
3955             <item>
3956               Called during error handling of an upgrade that failed after
3957               unpacking the new package because the <tt>postrm
3958               upgrade</tt> action failed.  The unpacked files may be
3959               partly from the new version or partly missing, so the script
3960               cannot rely on files included in the package.  Package
3961               dependencies may not be available.  Pre-dependencies will be
3962               at least unpacked following the same rules as above, except
3963               they may be only "Half-Installed" if an upgrade of the
3964               pre-dependency failed.<footnote>
3965                 This can happen if the new version of the package no
3966                 longer pre-depends on a package that had been partially
3967                 upgraded.
3968               </footnote>
3969             </item>
3970           </taglist>
3971         </p>
3972
3973         <p>
3974           The <prgn>postinst</prgn> script may be called in the following
3975           ways:
3976           <taglist>
3977             <tag><var>postinst</var> <tt>configure</tt>
3978               <var>most-recently-configured-version</var></tag>
3979             <item>
3980               The files contained in the package will be unpacked.  All
3981               package dependencies will at least be unpacked.  If there
3982               are no circular dependencies involved, all package
3983               dependencies will be configured.  For behavior in the case
3984               of circular dependencies, see the discussion
3985               in <ref id="binarydeps">.
3986             </item>
3987
3988             <tag><var>old-postinst</var> <tt>abort-upgrade</tt>
3989               <var>new-version</var></tag>
3990             <tag><var>conflictor's-postinst</var> <tt>abort-remove</tt>
3991               <tt>in-favour</tt> <var>package</var>
3992               <var>new-version</var></tag>
3993             <tag><var>postinst</var> <tt>abort-remove</tt></tag>
3994             <tag><var>deconfigured's-postinst</var>
3995               <tt>abort-deconfigure</tt> <tt>in-favour</tt>
3996               <var>failed-install-package</var> <var>version</var>
3997               [<tt>removing</tt> <var>conflicting-package</var>
3998               <var>version</var>]</tag>
3999             <item>
4000               The files contained in the package will be unpacked.  All
4001               package dependencies will at least be "Half-Installed" and
4002               will have previously been configured and not removed.
4003               However, dependencies may not be configured or even fully
4004               unpacked in some error situations.<footnote>
4005                 For example, suppose packages foo and bar are installed
4006                 with foo depending on bar.  If an upgrade of bar were
4007                 started and then aborted, and then an attempt to remove
4008                 foo failed because its <prgn>prerm</prgn> script failed,
4009                 foo's <tt>postinst abort-remove</tt> would be called with
4010                 bar only "Half-Installed".
4011               </footnote>
4012               The <prgn>postinst</prgn> should still attempt any actions
4013               for which its dependencies are required, since they will
4014               normally be available, but consider the correct error
4015               handling approach if those actions fail.  Aborting
4016               the <prgn>postinst</prgn> action if commands or facilities
4017               from the package dependencies are not available is often the
4018               best approach.
4019             </item>
4020           </taglist>
4021         </p>
4022
4023         <p>
4024           The <prgn>prerm</prgn> script may be called in the following
4025           ways:
4026           <taglist>
4027             <tag><var>prerm</var> <tt>remove</tt></tag>
4028             <tag><var>old-prerm</var>
4029               <tt>upgrade</tt><var>new-version</var></tag>
4030             <tag><var>conflictor's-prerm</var> <tt>remove</tt>
4031               <tt>in-favour</tt> <var>package</var>
4032               <var>new-version</var></tag>
4033             <tag><var>deconfigured's-prerm</var> <tt>deconfigure</tt>
4034               <tt>in-favour</tt> <var>package-being-installed</var>
4035               <var>version</var> [<tt>removing</tt>
4036               <var>conflicting-package</var> <var>version</var>]</tag>
4037             <item>
4038               The package whose <prgn>prerm</prgn> is being called will be
4039               at least "Half-Installed".  All package dependencies will at
4040               least be "Half-Installed" and will have previously been
4041               configured and not removed.  If there was no error, all
4042               dependencies will at least be unpacked, but these actions
4043               may be called in various error states where dependencies are
4044               only "Half-Installed" due to a partial upgrade.
4045             </item>
4046
4047             <tag><var>new-prerm</var> <tt>failed-upgrade</tt>
4048               <var>old-version</var></tag>
4049             <item>
4050               Called during error handling when <tt>prerm upgrade</tt>
4051               fails.  The new package will not yet be unpacked, and all
4052               the same constraints as for <tt>preinst upgrade</tt> apply.
4053             </item>
4054           </taglist>
4055         </p>
4056
4057         <p>
4058           The <prgn>postrm</prgn> script may be called in the following
4059           ways:
4060           <taglist>
4061             <tag><var>postrm</var> <tt>remove</tt></tag>
4062             <tag><var>postrm</var> <tt>purge</tt></tag>
4063             <tag><var>old-postrm</var> <tt>upgrade</tt>
4064               <var>new-version</var></tag>
4065             <tag><var>disappearer's-postrm</var> <tt>disappear</tt>
4066                 <var>overwriter</var> <var>overwriter-version</var></tag>
4067             <item>
4068               The <prgn>postrm</prgn> script is called after the package's
4069               files have been removed or replaced.  The package
4070               whose <prgn>postrm</prgn> is being called may have
4071               previously been deconfigured and only be unpacked, at which
4072               point subsequent package changes do not consider its
4073               dependencies.  Therefore, all <prgn>postrm</prgn> actions
4074               may only rely on essential packages and must gracefully skip
4075               any actions that require the package's dependencies if those
4076               dependencies are unavailable.<footnote>
4077                 This is often done by checking whether the command or
4078                 facility the <prgn>postrm</prgn> intends to call is
4079                 available before calling it.  For example:
4080 <example>
4081 if [ "$1" = purge ] && [ -e /usr/share/debconf/confmodule ]; then
4082         . /usr/share/debconf/confmodule
4083         db_purge
4084 fi
4085 </example>
4086                 in <prgn>postrm</prgn> purges the <prgn>debconf</prgn>
4087                 configuration for the package
4088                 if <package>debconf</package> is installed.
4089               </footnote>
4090             </item>
4091
4092             <tag><var>new-postrm</var> <tt>failed-upgrade</tt>
4093               <var>old-version</var></tag>
4094             <item>
4095               Called when the old <tt>postrm upgrade</tt> action fails.
4096               The new package will be unpacked, but only essential
4097               packages and pre-dependencies can be relied on.
4098               Pre-dependencies will either be configured or will be
4099               "Unpacked" or "Half-Configured" but previously had been
4100               configured and was never removed.
4101             </item>
4102
4103             <tag><var>new-postrm</var> <tt>abort-install</tt></tag>
4104             <tag><var>new-postrm</var> <tt>abort-install</tt>
4105               <var>old-version</var></tag>
4106             <tag><var>new-postrm</var> <tt>abort-upgrade</tt>
4107               <var>old-version</var></tag>
4108             <item>
4109               Called before unpacking the new package as part of the
4110               error handling of <prgn>preinst</prgn> failures.  May assume
4111               the same state as <prgn>preinst</prgn> can assume.
4112             </item>
4113           </taglist>
4114         </p>
4115       </sect>
4116
4117       <sect id="unpackphase">
4118         <heading>Details of unpack phase of installation or upgrade</heading>
4119
4120         <p>
4121           The procedure on installation/upgrade/overwrite/disappear
4122           (i.e., when running <tt>dpkg --unpack</tt>, or the unpack
4123           stage of <tt>dpkg --install</tt>) is as follows.  In each
4124           case, if a major error occurs (unless listed below) the
4125           actions are, in general, run backwards - this means that the
4126           maintainer scripts are run with different arguments in
4127           reverse order.  These are the "error unwind" calls listed
4128           below.
4129
4130           <enumlist>
4131             <item>
4132                 <enumlist>
4133                   <item>
4134                       If a version of the package is already installed, call
4135                       <example compact="compact">
4136 <var>old-prerm</var> upgrade <var>new-version</var>
4137                       </example>
4138                   </item>
4139                   <item>
4140                       If the script runs but exits with a non-zero
4141                       exit status, <prgn>dpkg</prgn> will attempt:
4142                       <example compact="compact">
4143 <var>new-prerm</var> failed-upgrade <var>old-version</var>
4144                       </example>
4145                       If this works, the upgrade continues. If this
4146                       does not work, the error unwind:
4147                       <example compact="compact">
4148 <var>old-postinst</var> abort-upgrade <var>new-version</var>
4149                       </example>
4150                       If this works, then the old-version is
4151                       "Installed", if not, the old version is in a
4152                       "Half-Configured" state.
4153                   </item>
4154                 </enumlist>
4155             </item>
4156
4157             <item>
4158                 If a "conflicting" package is being removed at the same time,
4159                 or if any package will be broken (due to <tt>Breaks</tt>):
4160                 <enumlist>
4161                   <item>
4162                       If <tt>--auto-deconfigure</tt> is
4163                       specified, call, for each package to be deconfigured
4164                       due to <tt>Breaks</tt>:
4165                       <example compact="compact">
4166 <var>deconfigured's-prerm</var> deconfigure \
4167   in-favour <var>package-being-installed</var> <var>version</var>
4168                       </example>
4169                       Error unwind:
4170                       <example compact="compact">
4171 <var>deconfigured's-postinst</var> abort-deconfigure \
4172   in-favour <var>package-being-installed-but-failed</var> <var>version</var>
4173                       </example>
4174                       The deconfigured packages are marked as
4175                       requiring configuration, so that if
4176                       <tt>--install</tt> is used they will be
4177                       configured again if possible.
4178                   </item>
4179                   <item>
4180                       If any packages depended on a conflicting
4181                       package being removed and <tt>--auto-deconfigure</tt> is
4182                       specified, call, for each such package:
4183                       <example compact="compact">
4184 <var>deconfigured's-prerm</var> deconfigure \
4185   in-favour <var>package-being-installed</var> <var>version</var> \
4186     removing <var>conflicting-package</var> <var>version</var>
4187                       </example>
4188                       Error unwind:
4189                       <example compact="compact">
4190 <var>deconfigured's-postinst</var> abort-deconfigure \
4191   in-favour <var>package-being-installed-but-failed</var> <var>version</var> \
4192     removing <var>conflicting-package</var> <var>version</var>
4193                       </example>
4194                       The deconfigured packages are marked as
4195                       requiring configuration, so that if
4196                       <tt>--install</tt> is used they will be
4197                       configured again if possible.
4198                   </item>
4199                   <item>
4200                       To prepare for removal of each conflicting package, call:
4201                       <example compact="compact">
4202 <var>conflictor's-prerm</var> remove \
4203   in-favour <var>package</var> <var>new-version</var>
4204                       </example>
4205                       Error unwind:
4206                       <example compact="compact">
4207 <var>conflictor's-postinst</var> abort-remove \
4208   in-favour <var>package</var> <var>new-version</var>
4209                       </example>
4210                   </item>
4211                 </enumlist>
4212             </item>
4213
4214             <item>
4215                 <enumlist>
4216                   <item>
4217                       If the package is being upgraded, call:
4218                       <example compact="compact">
4219 <var>new-preinst</var> upgrade <var>old-version</var>
4220                       </example>
4221                       If this fails, we call:
4222                       <example>
4223 <var>new-postrm</var> abort-upgrade <var>old-version</var>
4224                       </example>
4225                       <enumlist>
4226                         <item>
4227                           <p>
4228                             If that works, then
4229                             <example>
4230 <var>old-postinst</var> abort-upgrade <var>new-version</var>
4231                             </example>
4232                             is called. If this works, then the old version
4233                             is in an "Installed" state, or else it is left
4234                             in an "Unpacked" state.
4235                           </p>
4236                         </item>
4237                         <item>
4238                           <p>
4239                             If it fails, then the old version is left
4240                             in an "Half-Installed" state.
4241                           </p>
4242                         </item>
4243                       </enumlist>
4244                       
4245                   </item>
4246                   <item>
4247                       Otherwise, if the package had some configuration
4248                       files from a previous version installed (i.e., it
4249                       is in the "configuration files only" state):
4250                       <example compact="compact">
4251 <var>new-preinst</var> install <var>old-version</var>
4252                       </example>
4253                       Error unwind:
4254                       <example>
4255 <var>new-postrm</var> abort-install <var>old-version</var>
4256                       </example>
4257                       If this fails, the package is left in a
4258                       "Half-Installed" state, which requires a
4259                       reinstall. If it works, the packages is left in
4260                       a "Config-Files" state.
4261                   </item>
4262                   <item>
4263                       Otherwise (i.e., the package was completely purged):
4264                       <example compact="compact">
4265 <var>new-preinst</var> install
4266                       </example>
4267                       Error unwind:
4268                       <example compact="compact">
4269 <var>new-postrm</var> abort-install
4270                       </example>
4271                       If the error-unwind fails, the package is in a
4272                       "Half-Installed" phase, and requires a
4273                       reinstall. If the error unwind works, the
4274                       package is in a not installed state.
4275                   </item>
4276                 </enumlist>
4277             </item>
4278
4279             <item>
4280               <p>
4281                 The new package's files are unpacked, overwriting any
4282                 that may be on the system already, for example any
4283                 from the old version of the same package or from
4284                 another package.  Backups of the old files are kept
4285                 temporarily, and if anything goes wrong the package
4286                 management system will attempt to put them back as
4287                 part of the error unwind.
4288               </p>
4289
4290               <p>
4291                 It is an error for a package to contain files which
4292                 are on the system in another package, unless
4293                 <tt>Replaces</tt> is used (see <ref id="replaces">).
4294                 <!--
4295                 The following paragraph is not currently the case:
4296                 Currently the <tt>- - force-overwrite</tt> flag is
4297                 enabled, downgrading it to a warning, but this may not
4298                 always be the case.
4299                 -->
4300               </p>
4301
4302               <p>
4303                 It is a more serious error for a package to contain a
4304                 plain file or other kind of non-directory where another
4305                 package has a directory (again, unless
4306                 <tt>Replaces</tt> is used).  This error can be
4307                 overridden if desired using
4308                 <tt>--force-overwrite-dir</tt>, but this is not
4309                 advisable.
4310               </p>
4311
4312               <p>
4313                 Packages which overwrite each other's files produce
4314                 behavior which, though deterministic, is hard for the
4315                 system administrator to understand.  It can easily
4316                 lead to "missing" programs if, for example, a package
4317                 is unpacked which overwrites a file from another
4318                 package, and is then removed again.<footnote>
4319                     Part of the problem is due to what is arguably a
4320                     bug in <prgn>dpkg</prgn>.
4321                 </footnote>
4322               </p>
4323
4324               <p>
4325                 A directory will never be replaced by a symbolic link
4326                 to a directory or vice versa; instead, the existing
4327                 state (symlink or not) will be left alone and
4328                 <prgn>dpkg</prgn> will follow the symlink if there is
4329                 one.
4330               </p>
4331             </item>
4332
4333             <item>
4334               <p>
4335                 <enumlist>
4336                   <item>
4337                       If the package is being upgraded, call
4338                       <example compact="compact">
4339 <var>old-postrm</var> upgrade <var>new-version</var>
4340                       </example>
4341                   </item>
4342                   <item>
4343                       If this fails, <prgn>dpkg</prgn> will attempt:
4344                       <example compact="compact">
4345 <var>new-postrm</var> failed-upgrade <var>old-version</var>
4346                       </example>
4347                       If this works, installation continues. If not, 
4348                       Error unwind:
4349                       <example compact="compact">
4350 <var>old-preinst</var> abort-upgrade <var>new-version</var>
4351                       </example>
4352                       If this fails, the old version is left in a
4353                       "Half-Installed" state. If it works, dpkg now
4354                       calls:
4355                       <example compact="compact">
4356 <var>new-postrm</var> abort-upgrade <var>old-version</var>
4357                       </example>
4358                       If this fails, the old version is left in a
4359                       "Half-Installed" state. If it works, dpkg now
4360                       calls:
4361                       <example compact="compact">
4362 <var>old-postinst</var> abort-upgrade <var>new-version</var>
4363                       </example>
4364                       If this fails, the old version is in an
4365                       "Unpacked" state.
4366                   </item>
4367                 </enumlist>
4368               </p>
4369
4370               <p>
4371                 This is the point of no return - if
4372                 <prgn>dpkg</prgn> gets this far, it won't back off
4373                 past this point if an error occurs.  This will
4374                 leave the package in a fairly bad state, which
4375                 will require a successful re-installation to clear
4376                 up, but it's when <prgn>dpkg</prgn> starts doing
4377                 things that are irreversible.
4378               </p>
4379             </item>
4380
4381             <item>
4382                 Any files which were in the old version of the package
4383                 but not in the new are removed.
4384             </item>
4385
4386             <item>
4387                 The new file list replaces the old.
4388             </item>
4389
4390             <item>
4391                 The new maintainer scripts replace the old.
4392             </item>
4393
4394             <item>
4395                 Any packages all of whose files have been overwritten
4396                 during the installation, and which aren't required for
4397                 dependencies, are considered to have been removed.
4398                 For each such package
4399                 <enumlist>
4400                   <item>
4401                       <prgn>dpkg</prgn> calls:
4402                       <example compact="compact">
4403 <var>disappearer's-postrm</var> disappear \
4404   <var>overwriter</var> <var>overwriter-version</var>
4405                       </example>
4406                   </item>
4407                   <item>
4408                       The package's maintainer scripts are removed.
4409                   </item>
4410                   <item>
4411                       It is noted in the status database as being in a
4412                       sane state, namely not installed (any conffiles
4413                       it may have are ignored, rather than being
4414                       removed by <prgn>dpkg</prgn>).  Note that
4415                       disappearing packages do not have their prerm
4416                       called, because <prgn>dpkg</prgn> doesn't know
4417                       in advance that the package is going to
4418                       vanish.
4419                   </item>
4420                 </enumlist>
4421             </item>
4422
4423             <item>
4424                 Any files in the package we're unpacking that are also
4425                 listed in the file lists of other packages are removed
4426                 from those lists.  (This will lobotomize the file list
4427                 of the "conflicting" package if there is one.)
4428             </item>
4429
4430             <item>
4431                 The backup files made during installation, above, are
4432                 deleted.
4433             </item>
4434
4435             <item>
4436               <p>
4437                 The new package's status is now sane, and recorded as
4438                 "unpacked".
4439               </p>
4440
4441               <p>
4442                 Here is another point of no return - if the
4443                 conflicting package's removal fails we do not unwind
4444                 the rest of the installation; the conflicting package
4445                 is left in a half-removed limbo.
4446               </p>
4447             </item>
4448
4449             <item>
4450                 If there was a conflicting package we go and do the
4451                 removal actions (described below), starting with the
4452                 removal of the conflicting package's files (any that
4453                 are also in the package being unpacked have already
4454                 been removed from the conflicting package's file list,
4455                 and so do not get removed now).
4456             </item>
4457           </enumlist>
4458         </p>
4459       </sect>
4460
4461       <sect id="configdetails"><heading>Details of configuration</heading>
4462
4463         <p>
4464           When we configure a package (this happens with <tt>dpkg
4465             --install</tt> and <tt>dpkg --configure</tt>), we first
4466           update any <tt>conffile</tt>s and then call:
4467           <example compact="compact">
4468 <var>postinst</var> configure <var>most-recently-configured-version</var>
4469           </example>
4470         </p>
4471
4472         <p>
4473           No attempt is made to unwind after errors during
4474           configuration. If the configuration fails, the package is in
4475           a "Failed Config" state, and an error message is generated.
4476         </p>
4477
4478         <p>
4479           If there is no most recently configured version
4480           <prgn>dpkg</prgn> will pass a null argument.
4481           <footnote>
4482             <p>
4483               Historical note: Truly ancient (pre-1997) versions of
4484               <prgn>dpkg</prgn> passed <tt>&lt;unknown&gt;</tt>
4485               (including the angle brackets) in this case.  Even older
4486               ones did not pass a second argument at all, under any
4487               circumstance.  Note that upgrades using such an old dpkg
4488               version are unlikely to work for other reasons, even if
4489               this old argument behavior is handled by your postinst script.
4490             </p>
4491           </footnote>     
4492         </p>
4493       </sect>
4494
4495       <sect id="removedetails"><heading>Details of removal and/or
4496       configuration purging</heading>
4497
4498         <p>
4499           <enumlist>
4500             <item>
4501               <p>
4502                 <example compact="compact">
4503 <var>prerm</var> remove
4504                 </example>
4505               </p>
4506               <p>
4507                 If prerm fails during replacement due to conflict
4508                 <example>
4509 <var>conflictor's-postinst</var> abort-remove \
4510   in-favour <var>package</var> <var>new-version</var>
4511                 </example>
4512                 Or else we call:
4513                 <example>
4514 <var>postinst</var> abort-remove
4515                 </example>
4516               </p>
4517               <p>
4518                 If this fails, the package is in a "Half-Configured"
4519                 state, or else it remains "Installed".
4520               </p>
4521             </item>
4522             <item>
4523                 The package's files are removed (except <tt>conffile</tt>s).
4524             </item>
4525             <item>
4526                 <example compact="compact">
4527 <var>postrm</var> remove
4528                 </example>
4529
4530               <p>
4531                 If it fails, there's no error unwind, and the package is in
4532                 an "Half-Installed" state.
4533               </p>
4534             </item>
4535             <item>
4536               <p>
4537                 All the maintainer scripts except the <prgn>postrm</prgn>
4538                 are removed.
4539               </p>
4540
4541               <p>
4542                 If we aren't purging the package we stop here.  Note
4543                 that packages which have no <prgn>postrm</prgn> and no
4544                 <tt>conffile</tt>s are automatically purged when
4545                 removed, as there is no difference except for the
4546                 <prgn>dpkg</prgn> status.
4547               </p>
4548             </item>
4549             <item>
4550                 The <tt>conffile</tt>s and any backup files
4551                 (<tt>~</tt>-files, <tt>#*#</tt> files,
4552                 <tt>%</tt>-files, <tt>.dpkg-{old,new,tmp}</tt>, etc.)
4553                 are removed.
4554             </item>
4555             <item>
4556               <p>
4557                 <example compact="compact">
4558 <var>postrm</var> purge
4559                 </example>
4560               </p>
4561               <p>
4562                 If this fails, the package remains in a "Config-Files"
4563                 state.
4564               </p>
4565             </item>
4566             <item>
4567                 The package's file list is removed.
4568             </item>
4569           </enumlist>
4570
4571         </p>
4572       </sect>
4573     </chapt>
4574
4575
4576     <chapt id="relationships">
4577       <heading>Declaring relationships between packages</heading>
4578
4579       <sect id="depsyntax">
4580         <heading>Syntax of relationship fields</heading>
4581
4582         <p>
4583           These fields all have a uniform syntax.  They are a list of
4584           package names separated by commas.
4585         </p>
4586
4587         <p>
4588           In the <tt>Depends</tt>, <tt>Recommends</tt>,
4589           <tt>Suggests</tt>, <tt>Pre-Depends</tt>,
4590           <tt>Build-Depends</tt> and <tt>Build-Depends-Indep</tt>
4591           control fields of the package, which declare
4592           dependencies on other packages, the package names listed may
4593           also include lists of alternative package names, separated
4594           by vertical bar (pipe) symbols <tt>|</tt>.  In such a case,
4595           if any one of the alternative packages is installed, that
4596           part of the dependency is considered to be satisfied.
4597         </p>
4598
4599         <p>
4600           All of the fields except for <tt>Provides</tt> may restrict
4601           their applicability to particular versions of each named
4602           package.  This is done in parentheses after each individual
4603           package name; the parentheses should contain a relation from
4604           the list below followed by a version number, in the format
4605           described in <ref id="f-Version">.
4606         </p>
4607
4608         <p>
4609           The relations allowed are <tt>&lt;&lt;</tt>, <tt>&lt;=</tt>,
4610           <tt>=</tt>, <tt>&gt;=</tt> and <tt>&gt;&gt;</tt> for
4611           strictly earlier, earlier or equal, exactly equal, later or
4612           equal and strictly later, respectively.  The deprecated
4613           forms <tt>&lt;</tt> and <tt>&gt;</tt> were used to mean
4614           earlier/later or equal, rather than strictly earlier/later,
4615           so they should not appear in new packages (though
4616           <prgn>dpkg</prgn> still supports them).
4617         </p>
4618
4619         <p>
4620           Whitespace may appear at any point in the version
4621           specification subject to the rules in <ref
4622           id="controlsyntax">, and must appear where it's necessary to
4623           disambiguate; it is not otherwise significant.  All of the
4624           relationship fields can only be folded in source package control files.  For
4625           consistency and in case of future changes to
4626           <prgn>dpkg</prgn> it is recommended that a single space be
4627           used after a version relationship and before a version
4628           number; it is also conventional to put a single space after
4629           each comma, on either side of each vertical bar, and before
4630           each open parenthesis.  When opening a continuation line in a relationship field, it
4631           is conventional to do so after a comma and before the space
4632           following that comma.
4633         </p>
4634
4635         <p>
4636           For example, a list of dependencies might appear as:
4637           <example compact="compact">
4638 Package: mutt
4639 Version: 1.3.17-1
4640 Depends: libc6 (>= 2.2.1), exim | mail-transport-agent
4641           </example>
4642         </p>
4643
4644         <p>
4645           Relationships may be restricted to a certain set of
4646           architectures.  This is indicated in brackets after each
4647           individual package name and the optional version specification.
4648           The brackets enclose a non-empty list of Debian architecture names
4649           in the format described in <ref id="arch-spec">,
4650           separated by whitespace.  Exclamation marks may be prepended to
4651           each of the names.  (It is not permitted for some names to be
4652           prepended with exclamation marks while others aren't.)
4653         </p>
4654
4655         <p>
4656           For build relationship fields
4657           (<tt>Build-Depends</tt>, <tt>Build-Depends-Indep</tt>,
4658           <tt>Build-Conflicts</tt> and <tt>Build-Conflicts-Indep</tt>), if
4659           the current Debian host architecture is not in this list and
4660           there are no exclamation marks in the list, or it is in the list
4661           with a prepended exclamation mark, the package name and the
4662           associated version specification are ignored completely for the
4663           purposes of defining the relationships.
4664         </p>
4665
4666         <p>
4667           For example:
4668           <example compact="compact">
4669 Source: glibc
4670 Build-Depends-Indep: texinfo
4671 Build-Depends: kernel-headers-2.2.10 [!hurd-i386],
4672   hurd-dev [hurd-i386], gnumach-dev [hurd-i386]
4673           </example>
4674           requires <tt>kernel-headers-2.2.10</tt> on all architectures
4675           other than hurd-i386 and requires <tt>hurd-dev</tt> and
4676           <tt>gnumach-dev</tt> only on hurd-i386.
4677         </p>
4678
4679         <p>
4680           For binary relationship fields, the architecture restriction
4681           syntax is only supported in the source package control
4682           file <file>debian/control</file>.  When the corresponding binary
4683           package control file is generated, the relationship will either
4684           be omitted or included without the architecture restriction
4685           based on the architecture of the binary package.  This means
4686           that architecture restrictions must not be used in binary
4687           relationship fields for architecture-independent packages
4688           (<tt>Architecture: all</tt>).
4689         </p>
4690
4691         <p>
4692           For example:
4693           <example compact="compact">
4694 Depends: foo [i386], bar [amd64]
4695           </example>
4696           becomes <tt>Depends: foo</tt> when the package is built on
4697           the <tt>i386</tt> architecture, <tt>Depends: bar</tt> when the
4698           package is built on the <tt>amd64</tt> architecture, and omitted
4699           entirely in binary packages built on all other architectures.
4700         </p>
4701
4702         <p>
4703           If the architecture-restricted dependency is part of a set of
4704           alternatives using <tt>|</tt>, that alternative is ignored
4705           completely on architectures that do not match the restriction.
4706           For example:
4707           <example compact="compact">
4708 Build-Depends: foo [!i386] | bar [!amd64]
4709           </example>
4710           is equivalent to <tt>bar</tt> on the i386 architecture, to
4711           <tt>foo</tt> on the amd64 architecture, and to <tt>foo |
4712           bar</tt> on all other architectures.
4713         </p>
4714
4715         <p>
4716           Relationships may also be restricted to a certain set of
4717           architectures using architecture wildcards in the format
4718           described in <ref id="arch-wildcard-spec">.  The syntax for
4719           declaring such restrictions is the same as declaring
4720           restrictions using a certain set of architectures without
4721           architecture wildcards.  For example:
4722           <example compact="compact">
4723 Build-Depends: foo [linux-any], bar [any-i386], baz [!linux-any]
4724           </example>
4725           is equivalent to <tt>foo</tt> on architectures using the Linux
4726           kernel and any cpu, <tt>bar</tt> on architectures using any
4727           kernel and an i386 cpu, and <tt>baz</tt> on any architecture
4728           using a kernel other than Linux.
4729         </p>
4730
4731         <p>
4732           Note that the binary package relationship fields such as
4733           <tt>Depends</tt> appear in one of the binary package
4734           sections of the control file, whereas the build-time
4735           relationships such as <tt>Build-Depends</tt> appear in the
4736           source package section of the control file (which is the
4737           first section).
4738         </p>
4739       </sect>
4740
4741       <sect id="binarydeps">
4742         <heading>Binary Dependencies - <tt>Depends</tt>,
4743           <tt>Recommends</tt>, <tt>Suggests</tt>, <tt>Enhances</tt>,
4744           <tt>Pre-Depends</tt>
4745         </heading>
4746
4747         <p>
4748           Packages can declare in their control file that they have
4749           certain relationships to other packages - for example, that
4750           they may not be installed at the same time as certain other
4751           packages, and/or that they depend on the presence of others.
4752         </p>
4753
4754         <p>
4755           This is done using the <tt>Depends</tt>, <tt>Pre-Depends</tt>,
4756           <tt>Recommends</tt>, <tt>Suggests</tt>, <tt>Enhances</tt>,
4757           <tt>Breaks</tt> and <tt>Conflicts</tt> control fields.
4758           <tt>Breaks</tt> is described in <ref id="breaks">, and
4759           <tt>Conflicts</tt> is described in <ref id="conflicts">.  The
4760           rest are described below.
4761         </p>
4762
4763         <p>
4764           These seven fields are used to declare a dependency
4765           relationship by one package on another.  Except for
4766           <tt>Enhances</tt> and <tt>Breaks</tt>, they appear in the
4767           depending (binary) package's control file.
4768           (<tt>Enhances</tt> appears in the recommending package's
4769           control file, and <tt>Breaks</tt> appears in the version of
4770           depended-on package which causes the named package to
4771           break).
4772         </p>
4773
4774         <p>
4775           A <tt>Depends</tt> field takes effect <em>only</em> when a
4776           package is to be configured.  It does not prevent a package
4777           being on the system in an unconfigured state while its
4778           dependencies are unsatisfied, and it is possible to replace
4779           a package whose dependencies are satisfied and which is
4780           properly installed with a different version whose
4781           dependencies are not and cannot be satisfied; when this is
4782           done the depending package will be left unconfigured (since
4783           attempts to configure it will give errors) and will not
4784           function properly.  If it is necessary, a
4785           <tt>Pre-Depends</tt> field can be used, which has a partial
4786           effect even when a package is being unpacked, as explained
4787           in detail below.  (The other three dependency fields,
4788           <tt>Recommends</tt>, <tt>Suggests</tt> and
4789           <tt>Enhances</tt>, are only used by the various front-ends
4790           to <prgn>dpkg</prgn> such as <prgn>apt-get</prgn>,
4791           <prgn>aptitude</prgn>, and <prgn>dselect</prgn>.)
4792         </p>
4793
4794         <p>
4795           Since <tt>Depends</tt> only places requirements on the order in
4796           which packages are configured, packages in an installation run
4797           are usually all unpacked first and all configured later.
4798           <footnote>
4799             This approach makes dependency resolution easier.  If two
4800             packages A and B are being upgraded, the installed package A
4801             depends on exactly the installed package B, and the new
4802             package A depends on exactly the new package B (a common
4803             situation when upgrading shared libraries and their
4804             corresponding development packages), satisfying the
4805             dependencies at every stage of the upgrade would be
4806             impossible.  This relaxed restriction means that both new
4807             packages can be unpacked together and then configured in their
4808             dependency order.
4809           </footnote>
4810         </p>
4811
4812         <p>
4813           If there is a circular dependency among packages being installed
4814           or removed, installation or removal order honoring the
4815           dependency order is impossible, requiring the dependency loop be
4816           broken at some point and the dependency requirements violated
4817           for at least one package.  Packages involved in circular
4818           dependencies may not be able to rely on their dependencies being
4819           configured before they themselves are configured, depending on
4820           which side of the break of the circular dependency loop they
4821           happen to be on.  If one of the packages in the loop has
4822           no <prgn>postinst</prgn> script, then the cycle will be broken
4823           at that package; this ensures that all <prgn>postinst</prgn>
4824           scripts are run with their dependencies properly configured if
4825           this is possible.  Otherwise the breaking point is arbitrary.
4826           Packages should therefore avoid circular dependencies where
4827           possible, particularly if they have <prgn>postinst</prgn>
4828           scripts.
4829         </p>
4830
4831         <p>
4832           The meaning of the five dependency fields is as follows:
4833           <taglist>
4834             <tag><tt>Depends</tt></tag>
4835             <item>
4836               <p>
4837                 This declares an absolute dependency.  A package will
4838                 not be configured unless all of the packages listed in
4839                 its <tt>Depends</tt> field have been correctly
4840                 configured (unless there is a circular dependency as
4841                 described above).
4842               </p>
4843
4844               <p>
4845                 The <tt>Depends</tt> field should be used if the
4846                 depended-on package is required for the depending
4847                 package to provide a significant amount of
4848                 functionality.
4849               </p>
4850
4851               <p>
4852                 The <tt>Depends</tt> field should also be used if the
4853                 <prgn>postinst</prgn> or <prgn>prerm</prgn> scripts
4854                 require the depended-on package to be unpacked or
4855                 configured in order to run.  In the case of <tt>postinst
4856                 configure</tt>, the depended-on packages will be unpacked
4857                 and configured first.  (If both packages are involved in a
4858                 dependency loop, this might not work as expected; see the
4859                 explanation a few paragraphs back.)  In the case
4860                 of <prgn>prerm</prgn> or other <prgn>postinst</prgn>
4861                 actions, the package dependencies will normally be at
4862                 least unpacked, but they may be only "Half-Installed" if a
4863                 previous upgrade of the dependency failed.
4864               </p>
4865
4866               <p>
4867                 Finally, the <tt>Depends</tt> field should be used if the
4868                 depended-on package is needed by the <prgn>postrm</prgn>
4869                 script to fully clean up after the package removal.  There
4870                 is no guarantee that package dependencies will be
4871                 available when <prgn>postrm</prgn> is run, but the
4872                 depended-on package is more likely to be available if the
4873                 package declares a dependency (particularly in the case
4874                 of <tt>postrm remove</tt>).  The <prgn>postrm</prgn>
4875                 script must gracefully skip actions that require a
4876                 dependency if that dependency isn't available.
4877               </p>
4878             </item>
4879
4880             <tag><tt>Recommends</tt></tag>
4881             <item>
4882               <p>
4883                 This declares a strong, but not absolute, dependency.
4884               </p>
4885
4886               <p>
4887                 The <tt>Recommends</tt> field should list packages
4888                 that would be found together with this one in all but
4889                 unusual installations.
4890               </p>
4891             </item>
4892
4893             <tag><tt>Suggests</tt></tag>
4894             <item>
4895                 This is used to declare that one package may be more
4896                 useful with one or more others.  Using this field
4897                 tells the packaging system and the user that the
4898                 listed packages are related to this one and can
4899                 perhaps enhance its usefulness, but that installing
4900                 this one without them is perfectly reasonable.
4901             </item>
4902
4903             <tag><tt>Enhances</tt></tag>
4904             <item>
4905                 This field is similar to Suggests but works in the
4906                 opposite direction. It is used to declare that a
4907                 package can enhance the functionality of another
4908                 package.
4909             </item>
4910
4911             <tag><tt>Pre-Depends</tt></tag>
4912             <item>
4913               <p>
4914                 This field is like <tt>Depends</tt>, except that it
4915                 also forces <prgn>dpkg</prgn> to complete installation
4916                 of the packages named before even starting the
4917                 installation of the package which declares the
4918                 pre-dependency, as follows:
4919               </p>
4920
4921               <p>
4922                 When a package declaring a pre-dependency is about to
4923                 be <em>unpacked</em> the pre-dependency can be
4924                 satisfied if the depended-on package is either fully
4925                 configured, <em>or even if</em> the depended-on
4926                 package(s) are only unpacked or in the "Half-Configured"
4927                 state, provided that they have been configured
4928                 correctly at some point in the past (and not removed
4929                 or partially removed since).  In this case, both the
4930                 previously-configured and currently unpacked or
4931                 "Half-Configured" versions must satisfy any version
4932                 clause in the <tt>Pre-Depends</tt> field.
4933               </p>
4934
4935               <p>
4936                 When the package declaring a pre-dependency is about to
4937                 be <em>configured</em>, the pre-dependency will be treated
4938                 as a normal <tt>Depends</tt>.  It will be considered
4939                 satisfied only if the depended-on package has been
4940                 correctly configured.  However, unlike
4941                 with <tt>Depends</tt>, <tt>Pre-Depends</tt> does not
4942                 permit circular dependencies to be broken.  If a circular
4943                 dependency is encountered while attempting to honor
4944                 <tt>Pre-Depends</tt>, the installation will be aborted.
4945               </p>
4946
4947               <p>
4948                 <tt>Pre-Depends</tt> are also required if the
4949                 <prgn>preinst</prgn> script depends on the named package.
4950                 It is best to avoid this situation if possible.
4951               </p>
4952
4953               <p>
4954                 <tt>Pre-Depends</tt> should be used sparingly,
4955                 preferably only by packages whose premature upgrade or
4956                 installation would hamper the ability of the system to
4957                 continue with any upgrade that might be in progress.
4958               </p>
4959
4960               <p>
4961                 You should not specify a <tt>Pre-Depends</tt> entry for a
4962                 package before this has been discussed on the
4963                 <tt>debian-devel</tt> mailing list and a consensus about
4964                 doing that has been reached.  See <ref id="dependencies">.
4965               </p>
4966             </item>
4967           </taglist>
4968         </p>
4969
4970         <p>
4971           When selecting which level of dependency to use you should
4972           consider how important the depended-on package is to the
4973           functionality of the one declaring the dependency.  Some
4974           packages are composed of components of varying degrees of
4975           importance.  Such a package should list using
4976           <tt>Depends</tt> the package(s) which are required by the
4977           more important components.  The other components'
4978           requirements may be mentioned as Suggestions or
4979           Recommendations, as appropriate to the components' relative
4980           importance.
4981         </p>
4982       </sect>
4983
4984       <sect id="breaks">
4985         <heading>Packages which break other packages - <tt>Breaks</tt></heading>
4986
4987         <p>
4988           When one binary package declares that it breaks another,
4989           <prgn>dpkg</prgn> will refuse to allow the package which
4990           declares <tt>Breaks</tt> to be unpacked unless the broken
4991           package is deconfigured first, and it will refuse to
4992           allow the broken package to be reconfigured.
4993         </p>
4994
4995         <p>
4996           A package will not be regarded as causing breakage merely
4997           because its configuration files are still installed; it must
4998           be at least "Half-Installed".
4999         </p>
5000
5001         <p>
5002           A special exception is made for packages which declare that
5003           they break their own package name or a virtual package which
5004           they provide (see below): this does not count as a real
5005           breakage.
5006         </p>
5007
5008         <p>
5009           Normally a <tt>Breaks</tt> entry will have an "earlier than"
5010           version clause; such a <tt>Breaks</tt> is introduced in the
5011           version of an (implicit or explicit) dependency which violates
5012           an assumption or reveals a bug in earlier versions of the broken
5013           package, or which takes over a file from earlier versions of the
5014           package named in <tt>Breaks</tt>.  This use of <tt>Breaks</tt>
5015           will inform higher-level package management tools that the
5016           broken package must be upgraded before the new one.
5017         </p>
5018
5019         <p>
5020           If the breaking package also overwrites some files from the
5021           older package, it should use <tt>Replaces</tt> to ensure this
5022           goes smoothly.  See <ref id="replaces"> for a full discussion
5023           of taking over files from other packages, including how to
5024           use <tt>Breaks</tt> in those cases.
5025         </p>
5026
5027         <p>
5028           Many of the cases where <tt>Breaks</tt> should be used were
5029           previously handled with <tt>Conflicts</tt>
5030           because <tt>Breaks</tt> did not yet exist.
5031           Many <tt>Conflicts</tt> fields should now be <tt>Breaks</tt>.
5032           See <ref id="conflicts"> for more information about the
5033           differences.
5034         </p>
5035       </sect>
5036
5037       <sect id="conflicts">
5038         <heading>Conflicting binary packages - <tt>Conflicts</tt></heading>
5039
5040         <p>
5041           When one binary package declares a conflict with another using
5042           a <tt>Conflicts</tt> field, <prgn>dpkg</prgn> will refuse to
5043           allow them to be unpacked on the system at the same time.  This
5044           is a stronger restriction than <tt>Breaks</tt>, which prevents
5045           the broken package from being configured while the breaking
5046           package is in the "Unpacked" state but allows both packages to
5047           be unpacked at the same time.
5048         </p>
5049
5050         <p>
5051           If one package is to be unpacked, the other must be removed
5052           first.  If the package being unpacked is marked as replacing
5053           (see <ref id="replaces">, but note that <tt>Breaks</tt> should
5054           normally be used in this case) the one on the system, or the one
5055           on the system is marked as deselected, or both packages are
5056           marked <tt>Essential</tt>, then <prgn>dpkg</prgn> will
5057           automatically remove the package which is causing the conflict.
5058           Otherwise, it will halt the installation of the new package with
5059           an error.  This mechanism is specifically designed to produce an
5060           error when the installed package is <tt>Essential</tt>, but the
5061           new package is not.
5062         </p>
5063
5064         <p>
5065           A package will not cause a conflict merely because its
5066           configuration files are still installed; it must be at least
5067           "Half-Installed".
5068         </p>
5069
5070         <p>
5071           A special exception is made for packages which declare a
5072           conflict with their own package name, or with a virtual
5073           package which they provide (see below): this does not
5074           prevent their installation, and allows a package to conflict
5075           with others providing a replacement for it.  You use this
5076           feature when you want the package in question to be the only
5077           package providing some feature.
5078         </p>
5079
5080         <p>
5081           Normally, <tt>Breaks</tt> should be used instead
5082           of <tt>Conflicts</tt> since <tt>Conflicts</tt> imposes a
5083           stronger restriction on the ordering of package installation or
5084           upgrade and can make it more difficult for the package manager
5085           to find a correct solution to an upgrade or installation
5086           problem.  <tt>Breaks</tt> should be used
5087           <list>
5088             <item>when moving a file from one package to another (see
5089               <ref id="replaces">),</item>
5090             <item>when splitting a package (a special case of the previous
5091               one), or</item>
5092             <item>when the breaking package exposes a bug in or interacts
5093               badly with particular versions of the broken
5094               package.</item>
5095           </list>
5096           <tt>Conflicts</tt> should be used
5097           <list>
5098             <item>when two packages provide the same file and will
5099               continue to do so,</item>
5100             <item>in conjunction with <tt>Provides</tt> when only one
5101               package providing a given virtual facility may be unpacked
5102               at a time (see <ref id="virtual">),</item>
5103             <item>in other cases where one must prevent simultaneous
5104               installation of two packages for reasons that are ongoing
5105               (not fixed in a later version of one of the packages) or
5106               that must prevent both packages from being unpacked at the
5107               same time, not just configured.</item>
5108           </list>
5109           Be aware that adding <tt>Conflicts</tt> is normally not the best
5110           solution when two packages provide the same files.  Depending on
5111           the reason for that conflict, using alternatives or renaming the
5112           files is often a better approach.  See, for
5113           example, <ref id="binaries">.
5114         </p>
5115
5116         <p>
5117           Neither <tt>Breaks</tt> nor <tt>Conflicts</tt> should be used
5118           unless two packages cannot be installed at the same time or
5119           installing them both causes one of them to be broken or
5120           unusable.  Having similar functionality or performing the same
5121           tasks as another package is not sufficient reason to
5122           declare <tt>Breaks</tt> or <tt>Conflicts</tt> with that package.
5123         </p>
5124
5125         <p>
5126           A <tt>Conflicts</tt> entry may have an "earlier than" version
5127           clause if the reason for the conflict is corrected in a later
5128           version of one of the packages.  However, normally the presence
5129           of an "earlier than" version clause is a sign
5130           that <tt>Breaks</tt> should have been used instead.  An "earlier
5131           than" version clause in <tt>Conflicts</tt>
5132           prevents <prgn>dpkg</prgn> from upgrading or installing the
5133           package which declares such a conflict until the upgrade or
5134           removal of the conflicted-with package has been completed, which
5135           is a strong restriction.
5136         </p>
5137       </sect>
5138
5139       <sect id="virtual"><heading>Virtual packages - <tt>Provides</tt>
5140         </heading>
5141
5142         <p>
5143           As well as the names of actual ("concrete") packages, the
5144           package relationship fields <tt>Depends</tt>,
5145           <tt>Recommends</tt>, <tt>Suggests</tt>, <tt>Enhances</tt>,
5146           <tt>Pre-Depends</tt>, <tt>Breaks</tt>, <tt>Conflicts</tt>,
5147           <tt>Build-Depends</tt>, <tt>Build-Depends-Indep</tt>,
5148           <tt>Build-Conflicts</tt> and <tt>Build-Conflicts-Indep</tt>
5149           may mention "virtual packages".
5150         </p>
5151
5152         <p>
5153           A <em>virtual package</em> is one which appears in the
5154           <tt>Provides</tt> control field of another package.  The effect
5155           is as if the package(s) which provide a particular virtual
5156           package name had been listed by name everywhere the virtual
5157           package name appears. (See also <ref id="virtual_pkg">)
5158         </p>
5159
5160         <p>
5161           If there are both concrete and virtual packages of the same
5162           name, then the dependency may be satisfied (or the conflict
5163           caused) by either the concrete package with the name in
5164           question or any other concrete package which provides the
5165           virtual package with the name in question.  This is so that,
5166           for example, supposing we have
5167           <example compact="compact">
5168 Package: foo
5169 Depends: bar
5170           </example> and someone else releases an enhanced version of
5171           the <tt>bar</tt> package they can say:
5172           <example compact="compact">
5173 Package: bar-plus
5174 Provides: bar
5175           </example>
5176           and the <tt>bar-plus</tt> package will now also satisfy the
5177           dependency for the <tt>foo</tt> package.
5178         </p>
5179
5180         <p>
5181           If a relationship field has a version number attached, only real
5182           packages will be considered to see whether the relationship is
5183           satisfied (or the prohibition violated, for a conflict or
5184           breakage).  In other words, if a version number is specified,
5185           this is a request to ignore all <tt>Provides</tt> for that
5186           package name and consider only real packages.  The package
5187           manager will assume that a package providing that virtual
5188           package is not of the "right" version.  A <tt>Provides</tt>
5189           field may not contain version numbers, and the version number of
5190           the concrete package which provides a particular virtual package
5191           will not be considered when considering a dependency on or
5192           conflict with the virtual package name.<footnote>
5193             It is possible that a future release of <prgn>dpkg</prgn> may
5194             add the ability to specify a version number for each virtual
5195             package it provides.  This feature is not yet present,
5196             however, and is expected to be used only infrequently.
5197           </footnote>
5198         </p>
5199
5200         <p>
5201           To specify which of a set of real packages should be the default
5202           to satisfy a particular dependency on a virtual package, list
5203           the real package as an alternative before the virtual one.
5204         </p>
5205
5206         <p>
5207           If the virtual package represents a facility that can only be
5208           provided by one real package at a time, such as
5209           the <package>mail-transport-agent</package> virtual package that
5210           requires installation of a binary that would conflict with all
5211           other providers of that virtual package (see
5212           <ref id="mail-transport-agents">), all packages providing that
5213           virtual package should also declare a conflict with it
5214           using <tt>Conflicts</tt>.  This will ensure that at most one
5215           provider of that virtual package is unpacked or installed at a
5216           time.
5217         </p>
5218       </sect>
5219
5220       <sect id="replaces"><heading>Overwriting files and replacing
5221           packages - <tt>Replaces</tt></heading>
5222
5223         <p>
5224           Packages can declare in their control file that they should
5225           overwrite files in certain other packages, or completely replace
5226           other packages. The <tt>Replaces</tt> control field has these
5227           two distinct purposes.
5228         </p>
5229
5230         <sect1><heading>Overwriting files in other packages</heading>
5231
5232           <p>
5233             It is usually an error for a package to contain files which
5234             are on the system in another package.  However, if the
5235             overwriting package declares that it <tt>Replaces</tt> the one
5236             containing the file being overwritten, then <prgn>dpkg</prgn>
5237             will replace the file from the old package with that from the
5238             new.  The file will no longer be listed as "owned" by the old
5239             package and will be taken over by the new package.
5240             Normally, <tt>Breaks</tt> should be used in conjunction
5241             with <tt>Replaces</tt>.<footnote>
5242               To see why <tt>Breaks</tt> is normally needed in addition
5243               to <tt>Replaces</tt>, consider the case of a file in the
5244               package <package>foo</package> being taken over by the
5245               package <package>foo-data</package>.
5246               <tt>Replaces</tt> will allow <package>foo-data</package> to
5247               be installed and take over that file.  However,
5248               without <tt>Breaks</tt>, nothing
5249               requires <package>foo</package> to be upgraded to a newer
5250               version that knows it does not include that file and instead
5251               depends on <package>foo-data</package>.  Nothing would
5252               prevent the new <package>foo-data</package> package from
5253               being installed and then removed, removing the file that it
5254               took over from <package>foo</package>.  After that
5255               operation, the package manager would think the system was in
5256               a consistent state, but the <package>foo</package> package
5257               would be missing one of its files.
5258             </footnote>
5259           </p>
5260
5261           <p>
5262             For example, if a package <package>foo</package> is split
5263             into <package>foo</package> and <package>foo-data</package>
5264             starting at version 1.2-3, <package>foo-data</package> would
5265             have the fields
5266             <example compact="compact">
5267 Replaces: foo (&lt;&lt; 1.2-3)
5268 Breaks: foo (&lt;&lt; 1.2-3)
5269             </example>
5270             in its control file.  The new version of the
5271             package <package>foo</package> would normally have the field
5272             <example compact="compact">
5273 Depends: foo-data (&gt;= 1.2-3)
5274             </example>
5275             (or possibly <tt>Recommends</tt> or even <tt>Suggests</tt> if
5276             the files moved into <package>foo-data</package> are not
5277             required for normal operation).
5278           </p>
5279
5280           <p>
5281             If a package is completely replaced in this way, so that
5282             <prgn>dpkg</prgn> does not know of any files it still
5283             contains, it is considered to have "disappeared".  It will
5284             be marked as not wanted on the system (selected for
5285             removal) and not installed.  Any <tt>conffile</tt>s
5286             details noted for the package will be ignored, as they
5287             will have been taken over by the overwriting package.  The
5288             package's <prgn>postrm</prgn> script will be run with a
5289             special argument to allow the package to do any final
5290             cleanup required.  See <ref id="mscriptsinstact">.
5291             <footnote>
5292               Replaces is a one way relationship.  You have to install
5293               the replacing package after the replaced package.
5294             </footnote>
5295           </p>
5296
5297           <p>
5298             For this usage of <tt>Replaces</tt>, virtual packages (see
5299             <ref id="virtual">) are not considered when looking at a
5300             <tt>Replaces</tt> field.  The packages declared as being
5301             replaced must be mentioned by their real names.
5302           </p>
5303
5304           <p>
5305             This usage of <tt>Replaces</tt> only takes effect when both
5306             packages are at least partially on the system at once.  It is
5307             not relevant if the packages conflict unless the conflict has
5308             been overridden.
5309           </p>
5310         </sect1>
5311
5312         <sect1><heading>Replacing whole packages, forcing their
5313             removal</heading>
5314
5315           <p>
5316             Second, <tt>Replaces</tt> allows the packaging system to
5317             resolve which package should be removed when there is a
5318             conflict (see <ref id="conflicts">).  This usage only takes
5319             effect when the two packages <em>do</em> conflict, so that the
5320             two usages of this field do not interfere with each other.
5321           </p>
5322
5323           <p>
5324             In this situation, the package declared as being replaced
5325             can be a virtual package, so for example, all mail
5326             transport agents (MTAs) would have the following fields in
5327             their control files:
5328             <example compact="compact">
5329 Provides: mail-transport-agent
5330 Conflicts: mail-transport-agent
5331 Replaces: mail-transport-agent
5332             </example>
5333             ensuring that only one MTA can be unpacked at any one
5334             time.  See <ref id="virtual"> for more information about this
5335             example.
5336         </sect1>
5337       </sect>
5338
5339       <sect id="sourcebinarydeps">
5340         <heading>Relationships between source and binary packages -
5341           <tt>Build-Depends</tt>, <tt>Build-Depends-Indep</tt>,
5342           <tt>Build-Conflicts</tt>, <tt>Build-Conflicts-Indep</tt>
5343         </heading>
5344
5345         <p>
5346           Source packages that require certain binary packages to be
5347           installed or absent at the time of building the package
5348           can declare relationships to those binary packages.
5349         </p>
5350
5351         <p>
5352           This is done using the <tt>Build-Depends</tt>,
5353           <tt>Build-Depends-Indep</tt>, <tt>Build-Conflicts</tt> and
5354           <tt>Build-Conflicts-Indep</tt> control fields.
5355         </p>
5356
5357         <p>
5358           Build-dependencies on "build-essential" binary packages can be
5359           omitted. Please see <ref id="pkg-relations"> for more information.
5360         </p>
5361
5362         <p>
5363           The dependencies and conflicts they define must be satisfied
5364           (as defined earlier for binary packages) in order to invoke
5365           the targets in <tt>debian/rules</tt>, as follows:<footnote>
5366             <p>
5367               There is no Build-Depends-Arch; this role is essentially
5368               met with Build-Depends.  Anyone building the
5369               <tt>build-indep</tt> and <tt>binary-indep</tt> targets is
5370               assumed to be building the whole package, and therefore
5371               installation of all build dependencies is required.
5372             </p>
5373             <p>
5374               The autobuilders use <tt>dpkg-buildpackage -B</tt>, which
5375               calls <tt>build</tt>, not <tt>build-arch</tt> since it does
5376               not yet know how to check for its existence, and
5377               <tt>binary-arch</tt>.  The purpose of the original split
5378               between <tt>Build-Depends</tt> and
5379               <tt>Build-Depends-Indep</tt> was so that the autobuilders
5380               wouldn't need to install extra packages needed only for the
5381               binary-indep targets.  But without a build-arch/build-indep
5382               split, this didn't work, since most of the work is done in
5383               the build target, not in the binary target.
5384             </p>
5385           </footnote>
5386           <taglist>
5387             <tag><tt>clean</tt>, <tt>build-arch</tt>, and
5388               <tt>binary-arch</tt></tag>
5389             <item>
5390               Only the <tt>Build-Depends</tt> and <tt>Build-Conflicts</tt>
5391               fields must be satisfied when these targets are invoked.
5392             </item>
5393             <tag><tt>build</tt>, <tt>build-indep</tt>, <tt>binary</tt>,
5394               and <tt>binary-indep</tt></tag>
5395             <item>
5396               The <tt>Build-Depends</tt>, <tt>Build-Conflicts</tt>,
5397               <tt>Build-Depends-Indep</tt>, and
5398               <tt>Build-Conflicts-Indep</tt> fields must be satisfied when
5399               these targets are invoked.
5400             </item>
5401           </taglist>
5402         </p>
5403       </sect>
5404     </chapt>
5405
5406
5407     <chapt id="sharedlibs"><heading>Shared libraries</heading>
5408
5409       <p>
5410         Packages containing shared libraries must be constructed with
5411         a little care to make sure that the shared library is always
5412         available.  This is especially important for packages whose
5413         shared libraries are vitally important, such as the C library
5414         (currently <tt>libc6</tt>).
5415       </p>
5416
5417       <p>
5418         This section deals only with public shared libraries: shared
5419         libraries that are placed in directories searched by the dynamic
5420         linker by default or which are intended to be linked against
5421         normally and possibly used by other, independent packages.  Shared
5422         libraries that are internal to a particular package or that are
5423         only loaded as dynamic modules are not covered by this section and
5424         are not subject to its requirements.
5425       </p>
5426
5427       <p>
5428         A shared library is identified by the <tt>SONAME</tt> attribute
5429         stored in its dynamic section.  When a binary is linked against a
5430         shared library, the <tt>SONAME</tt> of the shared library is
5431         recorded in the binary's <tt>NEEDED</tt> section so that the
5432         dynamic linker knows that library must be loaded at runtime.  The
5433         shared library file's full name (which usually contains additional
5434         version information not needed in the <tt>SONAME</tt>) is
5435         therefore normally not referenced directly.  Instead, the shared
5436         library is loaded by its <tt>SONAME</tt>, which exists on the file
5437         system as a symlink pointing to the full name of the shared
5438         library.  This symlink must be provided by the
5439         package.  <ref id="sharedlibs-runtime"> describes how to do this.
5440         <footnote>
5441           This is a convention of shared library versioning, but not a
5442           requirement.  Some libraries use the <tt>SONAME</tt> as the full
5443           library file name instead and therefore do not need a symlink.
5444           Most, however, encode additional information about
5445           backwards-compatible revisions as a minor version number in the
5446           file name.  The <tt>SONAME</tt> itself only changes when
5447           binaries linked with the earlier version of the shared library
5448           may no longer work, but the filename may change with each
5449           release of the library.  See <ref id="sharedlibs-runtime"> for
5450           more information.
5451         </footnote>
5452       </p>
5453
5454       <p>
5455         When linking a binary or another shared library against a shared
5456         library, the <tt>SONAME</tt> for that shared library is not yet
5457         known.  Instead, the shared library is found by looking for a file
5458         matching the library name with <tt>.so</tt> appended.  This file
5459         exists on the file system as a symlink pointing to the shared
5460         library.
5461       </p>
5462
5463       <p>
5464         Shared libraries are normally split into several binary packages.
5465         The <tt>SONAME</tt> symlink is installed by the runtime shared
5466         library package, and the bare <tt>.so</tt> symlink is installed in
5467         the development package since it's only used when linking binaries
5468         or shared libraries.  However, there are some exceptions for
5469         unusual shared libraries or for shared libraries that are also
5470         loaded as dynamic modules by other programs.
5471       </p>
5472
5473       <p>
5474         This section is primarily concerned with how the separation of
5475         shared libraries into multiple packages should be done and how
5476         dependencies on and between shared library binary packages are
5477         managed in Debian.  <ref id="libraries"> should be read in
5478         conjunction with this section and contains additional rules for
5479         the files contained in the shared library packages.
5480       </p>
5481
5482       <sect id="sharedlibs-runtime">
5483         <heading>Run-time shared libraries</heading>
5484
5485         <p>
5486           The run-time shared library must be placed in a package
5487           whose name changes whenever the <tt>SONAME</tt> of the shared
5488           library changes.  This allows several versions of the shared
5489           library to be installed at the same time, allowing installation
5490           of the new version of the shared library without immediately
5491           breaking binaries that depend on the old version.  Normally, the
5492           run-time shared library and its <tt>SONAME</tt> symlink should
5493           be placed in a package named
5494           <package><var>libraryname</var><var>soversion</var></package>,
5495           where <var>soversion</var> is the version number in
5496           the <tt>SONAME</tt> of the shared library.
5497           See <ref id="shlibs"> for detailed information on how to
5498           determine this version.  Alternatively, if it would be confusing
5499           to directly append <var>soversion</var>
5500           to <var>libraryname</var> (if, for example, <var>libraryname</var>
5501           itself ends in a number), you should use
5502           <package><var>libraryname</var>-<var>soversion</var></package>
5503           instead.
5504         </p>
5505
5506         <p>
5507           If you have several shared libraries built from the same source
5508           tree, you may lump them all together into a single shared
5509           library package provided that all of their <tt>SONAME</tt>s will
5510           always change together.  Be aware that this is not normally the
5511           case, and if the <tt>SONAME</tt>s do not change together,
5512           upgrading such a merged shared library package will be
5513           unnecessarily difficult because of file conflicts with the old
5514           version of the package.  When in doubt, always split shared
5515           library packages so that each binary package installs a single
5516           shared library.
5517         </p>
5518
5519         <p>
5520           Every time the shared library ABI changes in a way that may
5521           break binaries linked against older versions of the shared
5522           library, the <tt>SONAME</tt> of the library and the
5523           corresponding name for the binary package containing the runtime
5524           shared library should change.  Normally, this means
5525           the <tt>SONAME</tt> should change any time an interface is
5526           removed from the shared library or the signature of an interface
5527           (the number of parameters or the types of parameters that it
5528           takes, for example) is changed.  This practice is vital to
5529           allowing clean upgrades from older versions of the package and
5530           clean transitions between the old ABI and new ABI without having
5531           to upgrade every affected package simultaneously.
5532         </p>
5533
5534         <p>
5535           The <tt>SONAME</tt> and binary package name need not, and indeed
5536           normally should not, change if new interfaces are added but none
5537           are removed or changed, since this will not break binaries
5538           linked against the old shared library.  Correct versioning of
5539           dependencies on the newer shared library by binaries that use
5540           the new interfaces is handled via
5541           the <qref id="sharedlibs-shlibdeps"><tt>shlibs</tt>
5542           system</qref> or via symbols files (see
5543           <manref name="deb-symbols" section="5">).
5544         </p>
5545
5546       <p>
5547         The package should install the shared libraries under
5548         their normal names.  For example, the <package>libgdbm3</package>
5549         package should install <file>libgdbm.so.3.0.0</file> as
5550         <file>/usr/lib/libgdbm.so.3.0.0</file>.  The files should not be
5551         renamed or re-linked by any <prgn>prerm</prgn> or
5552         <prgn>postrm</prgn> scripts; <prgn>dpkg</prgn> will take care
5553         of renaming things safely without affecting running programs,
5554         and attempts to interfere with this are likely to lead to
5555         problems.
5556       </p>
5557
5558       <p>
5559         Shared libraries should not be installed executable, since
5560         the dynamic linker does not require this and trying to
5561         execute a shared library usually results in a core dump.
5562       </p>
5563
5564       <p>
5565         The run-time library package should include the symbolic link for
5566         the <tt>SONAME</tt> that <prgn>ldconfig</prgn> would create for
5567         the shared libraries.  For example,
5568         the <package>libgdbm3</package> package should include a symbolic
5569         link from <file>/usr/lib/libgdbm.so.3</file> to
5570         <file>libgdbm.so.3.0.0</file>.  This is needed so that the dynamic
5571         linker (for example <prgn>ld.so</prgn> or
5572         <prgn>ld-linux.so.*</prgn>) can find the library between the
5573         time that <prgn>dpkg</prgn> installs it and the time that
5574         <prgn>ldconfig</prgn> is run in the <prgn>postinst</prgn>
5575         script.<footnote>
5576             The package management system requires the library to be
5577             placed before the symbolic link pointing to it in the
5578             <file>.deb</file> file.  This is so that when
5579             <prgn>dpkg</prgn> comes to install the symlink
5580             (overwriting the previous symlink pointing at an older
5581             version of the library), the new shared library is already
5582             in place.  In the past, this was achieved by creating the
5583             library in the temporary packaging directory before
5584             creating the symlink.  Unfortunately, this was not always
5585             effective, since the building of the tar file in the
5586             <file>.deb</file> depended on the behavior of the underlying
5587             file system.  Some file systems (such as reiserfs) reorder
5588             the files so that the order of creation is forgotten.
5589             Since version 1.7.0, <prgn>dpkg</prgn>
5590             reorders the files itself as necessary when building a
5591             package.  Thus it is no longer important to concern
5592             oneself with the order of file creation.
5593         </footnote>
5594       </p>
5595
5596         <sect1 id="ldconfig">
5597           <heading><tt>ldconfig</tt></heading>
5598
5599         <p>
5600           Any package installing shared libraries in one of the default
5601           library directories of the dynamic linker (which are currently
5602           <file>/usr/lib</file> and <file>/lib</file>) or a directory that is
5603           listed in <file>/etc/ld.so.conf</file><footnote>
5604             These are currently <file>/usr/local/lib</file> plus
5605             directories under <file>/lib</file> and <file>/usr/lib</file>
5606             matching the multiarch triplet for the system architecture.
5607           </footnote>
5608           must use <prgn>ldconfig</prgn> to update the shared library
5609           system.
5610         </p>
5611
5612         <p>
5613             The package maintainer scripts must only call
5614             <prgn>ldconfig</prgn> under these circumstances:
5615             <list compact="compact">
5616               <item>When the <prgn>postinst</prgn> script is run with a
5617                   first argument of <tt>configure</tt>, the script must call
5618                   <prgn>ldconfig</prgn>, and may optionally invoke
5619                   <prgn>ldconfig</prgn> at other times.
5620               </item>
5621               <item>When the <prgn>postrm</prgn> script is run with a
5622                   first argument of <tt>remove</tt>, the script should call
5623                   <prgn>ldconfig</prgn>.
5624               </item>
5625             </list>
5626          <footnote>
5627             <p>
5628               During install or upgrade, the preinst is called before
5629               the new files are unpacked, so calling "ldconfig" is
5630               pointless.  The preinst of an existing package can also be
5631               called if an upgrade fails.  However, this happens during
5632               the critical time when a shared libs may exist on-disk
5633               under a temporary name.  Thus, it is dangerous and
5634               forbidden by current policy to call "ldconfig" at this
5635               time.
5636             </p>
5637
5638             <p>
5639               When a package is installed or upgraded, "postinst
5640               configure" runs after the new files are safely on-disk.
5641               Since it is perfectly safe to invoke ldconfig
5642               unconditionally in a postinst, it is OK for a package to
5643               simply put ldconfig in its postinst without checking the
5644               argument.  The postinst can also be called to recover from
5645               a failed upgrade.  This happens before any new files are
5646               unpacked, so there is no reason to call "ldconfig" at this
5647               point.
5648             </p>
5649
5650             <p>
5651               For a package that is being removed, prerm is
5652               called with all the files intact, so calling ldconfig is
5653               useless.  The other calls to "prerm" happen in the case of
5654               upgrade at a time when all the files of the old package
5655               are on-disk, so again calling "ldconfig" is pointless.
5656             </p>
5657
5658             <p>
5659               postrm, on the other hand, is called with the "remove"
5660               argument just after the files are removed, so this is
5661               the proper time to call "ldconfig" to notify the system
5662               of the fact that the shared libraries from the package
5663               are removed.  The postrm can be called at several other
5664               times.  At the time of "postrm purge", "postrm
5665               abort-install", or "postrm abort-upgrade", calling
5666               "ldconfig" is useless because the shared lib files are
5667               not on-disk.  However, when "postrm" is invoked with
5668               arguments "upgrade", "failed-upgrade", or "disappear", a
5669               shared lib may exist on-disk under a temporary filename.
5670             </p>
5671           </footnote>
5672         </p>
5673         </sect1>
5674
5675       </sect>
5676
5677       <sect id="sharedlibs-support-files">
5678         <heading>Shared library support files</heading>
5679
5680         <p>
5681           If your package contains files whose names do not change with
5682           each change in the library shared object version, you must not
5683           put them in the shared library package.  Otherwise, several
5684           versions of the shared library cannot be installed at the same
5685           time without filename clashes, making upgrades and transitions
5686           unnecessarily difficult.
5687         </p>
5688
5689         <p>
5690           It is recommended that supporting files and run-time support
5691           programs that do not need to be invoked manually by users, but
5692           are nevertheless required for the package to function, be placed
5693           (if they are binary) in a subdirectory of <file>/usr/lib</file>,
5694           preferably under <file>/usr/lib/</file><var>package-name</var>.
5695           If the program or file is architecture independent, the
5696           recommendation is for it to be placed in a subdirectory of
5697           <file>/usr/share</file> instead, preferably under
5698           <file>/usr/share/</file><var>package-name</var>.  Following the
5699           <var>package-name</var> naming convention ensures that the file
5700           names change when the shared object version changes.
5701         </p>
5702
5703         <p>
5704           Run-time support programs that use the shared library but are
5705           not required for the library to function or files used by the
5706           shared library that can be used by any version of the shared
5707           library package should instead be put in a separate package.
5708           This package might typically be named
5709           <package><var>libraryname</var>-tools</package>; note the
5710           absence of the <var>soversion</var> in the package name.
5711         </p>
5712
5713         <p>
5714           Files and support programs only useful when compiling software
5715           against the library should be included in the development
5716           package for the library.<footnote>
5717             For example, a <file><var>package-name</var>-config</file>
5718             script or <package>pkg-config</package> configuration files.
5719           </footnote>
5720         </p>
5721       </sect>
5722
5723       <sect id="sharedlibs-static">
5724         <heading>Static libraries</heading>
5725
5726       <p>
5727         The static library (<file><var>libraryname.a</var></file>)
5728         is usually provided in addition to the shared version.
5729         It is placed into the development package (see below).
5730       </p>
5731
5732       <p>
5733         In some cases, it is acceptable for a library to be
5734         available in static form only; these cases include:
5735         <list>
5736           <item>libraries for languages whose shared library support
5737                 is immature or unstable</item>
5738           <item>libraries whose interfaces are in flux or under
5739                 development (commonly the case when the library's
5740                 major version number is zero, or where the ABI breaks
5741                 across patchlevels)</item>
5742           <item>libraries which are explicitly intended to be
5743                 available only in static form by their upstream
5744                 author(s)</item>
5745         </list>
5746       </p>
5747
5748       <sect id="sharedlibs-dev">
5749         <heading>Development files</heading>
5750
5751       <p>
5752         If there are development files associated with a shared library,
5753         the source package needs to generate a binary development package
5754         named <package><var>libraryname</var><var>soversion</var>-dev</package>,
5755         or if you prefer only to support one development version at a
5756         time, <package><var>libraryname</var>-dev</package>.  Installing
5757         the development package must result in installation of all the
5758         development files necessary for compiling programs against that
5759         shared library.<footnote>
5760           This wording allows the development files to be split into
5761           several packages, such as a separate architecture-independent
5762           <package><var>libraryname</var>-headers</package>, provided that
5763           the development package depends on all the required additional
5764           packages.
5765         </footnote>
5766       </p>
5767
5768       <p>
5769         In case several development versions of a library exist, you may
5770         need to use <prgn>dpkg</prgn>'s Conflicts mechanism (see
5771         <ref id="conflicts">) to ensure that the user only installs one
5772         development version at a time (as different development versions are
5773         likely to have the same header files in them, which would cause a
5774         filename clash if both were unpacked).
5775       </p>
5776
5777       <p>
5778         The development package should contain a symlink for the associated
5779         shared library without a version number. For example, the
5780         <package>libgdbm-dev</package> package should include a symlink
5781         from <file>/usr/lib/libgdbm.so</file> to
5782         <file>libgdbm.so.3.0.0</file>.  This symlink is needed by the linker
5783         (<prgn>ld</prgn>) when compiling packages, as it will only look for
5784         <file>libgdbm.so</file> when compiling dynamically.
5785       </p>
5786
5787       <p>
5788         If the package provides Ada Library Information
5789         (<file>*.ali</file>) files for use with GNAT, these files must be
5790         installed read-only (mode 0444) so that GNAT will not attempt to
5791         recompile them.  This overrides the normal file mode requirements
5792         given in <ref id="permissions-owners">.
5793       </p>
5794       </sect>
5795
5796       <sect id="sharedlibs-intradeps">
5797         <heading>Dependencies between the packages of the same library</heading>
5798
5799         <p>
5800           Typically the development version should have an exact
5801           version dependency on the runtime library, to make sure that
5802           compilation and linking happens correctly.  The
5803           <tt>${binary:Version}</tt> substitution variable can be
5804           useful for this purpose.
5805           <footnote>
5806             Previously, <tt>${Source-Version}</tt> was used, but its name
5807             was confusing and it has been deprecated since dpkg 1.13.19.
5808           </footnote>
5809         </p>
5810       </sect>
5811
5812       <sect id="sharedlibs-shlibdeps">
5813         <heading>Dependencies between the library and other packages -
5814         the <tt>shlibs</tt> system</heading>
5815
5816         <p>
5817           If a package contains a binary or library which links to a
5818           shared library, we must ensure that when the package is
5819           installed on the system, all of the libraries needed are
5820           also installed.  This requirement led to the creation of the
5821           <tt>shlibs</tt> system, which is very simple in its design:
5822           any package which <em>provides</em> a shared library also
5823           provides information on the package dependencies required to
5824           ensure the presence of this library, and any package which
5825           <em>uses</em> a shared library uses this information to
5826           determine the dependencies it requires.  The files which
5827           contain the mapping from shared libraries to the necessary
5828           dependency information are called <file>shlibs</file> files.
5829         </p>
5830
5831         <p>
5832           When a package is built which contains any shared libraries, it
5833           must provide a <file>shlibs</file> file for other packages to
5834           use.  When a package is built which contains any shared
5835           libraries or compiled binaries, it must run
5836           <qref id="pkg-dpkg-shlibdeps"><prgn>dpkg-shlibdeps</prgn></qref>
5837           on these to determine the libraries used and hence the
5838           dependencies needed by this package.<footnote>
5839             <p>
5840               <prgn>dpkg-shlibdeps</prgn> will use a program
5841               like <prgn>objdump</prgn> or <prgn>readelf</prgn> to find
5842               the libraries directly needed by the binaries or shared
5843               libraries in the package.
5844             </p>
5845
5846             <p>
5847               We say that a binary <tt>foo</tt> <em>directly</em> uses
5848               a library <tt>libbar</tt> if it is explicitly linked
5849               with that library (that is, the library is listed in the ELF
5850               <tt>NEEDED</tt> attribute, caused by adding <tt>-lbar</tt>
5851               to the link line when the binary is created).  Other
5852               libraries that are needed by <tt>libbar</tt> are linked
5853               <em>indirectly</em> to <tt>foo</tt>, and the dynamic
5854               linker will load them automatically when it loads
5855               <tt>libbar</tt>.  A package should depend on the libraries
5856               it directly uses, but not the libraries it indirectly uses.
5857               The dependencies for those libraries will automatically pull
5858               in the other libraries.
5859             </p>
5860
5861             <p>
5862               A good example of where this helps is the following.  We
5863               could update <tt>libimlib</tt> with a new version that
5864               supports a new graphics format called dgf (but retaining the
5865               same major version number) and depends on <tt>libdgf</tt>.
5866               If we used <prgn>ldd</prgn> to add dependencies for every
5867               library directly or indirectly linked with a binary, every
5868               package that uses <tt>libimlib</tt> would need to be
5869               recompiled so it would also depend on <tt>libdgf</tt> or it
5870               wouldn't run due to missing symbols.  Since dependencies are
5871               only added based on ELF <tt>NEEDED</tt> attribute, packages
5872               using <tt>libimlib</tt> can rely on <tt>libimlib</tt> itself
5873               having the dependency on <tt>libdgf</tt> and so they would
5874               not need rebuilding.
5875             </p>
5876           </footnote>
5877         </p>
5878
5879         <p>
5880           In the following sections, we will first describe where the
5881           various <tt>shlibs</tt> files are to be found, then how to
5882           use <prgn>dpkg-shlibdeps</prgn>, and finally the <tt>shlibs</tt>
5883           file format and how to create them if your package contains a
5884           shared library.
5885         </p>
5886
5887       <sect1>
5888         <heading>The <tt>shlibs</tt> files present on the system</heading>
5889
5890         <p>
5891           There are several places where <tt>shlibs</tt> files are
5892           found.  The following list gives them in the order in which
5893           they are read by
5894           <qref id="pkg-dpkg-shlibdeps"><prgn>dpkg-shlibdeps</prgn></qref>.
5895           (The first one which gives the required information is used.)
5896         </p>
5897
5898         <p>
5899           <list>
5900             <item>
5901               <p><file>debian/shlibs.local</file></p>
5902
5903               <p>
5904                 This lists overrides for this package.  This file should
5905                 normally not be used, but may be needed temporarily in
5906                 unusual situations to work around bugs in other packages,
5907                 or in unusual cases where the normally declared dependency
5908                 information in the installed <file>shlibs</file> file for
5909                 a library cannot be used.  This file overrides information
5910                 obtained from any other source.
5911               </p>
5912             </item>
5913
5914             <item>
5915               <p><file>/etc/dpkg/shlibs.override</file></p>
5916
5917               <p>
5918                 This lists global overrides.  This list is normally
5919                 empty.  It is maintained by the local system
5920                 administrator.
5921               </p>
5922             </item>
5923
5924             <item>
5925               <p><file>DEBIAN/shlibs</file> files in the "build directory"</p>
5926
5927               <p>
5928                 When packages are being built,
5929                 any <file>debian/shlibs</file> files are copied into the
5930                 control information file area of the temporary build
5931                 directory and given the name <file>shlibs</file>.  These
5932                 files give details of any shared libraries included in the
5933                 same package.<footnote>
5934                   An example may help here.  Let us say that the source
5935                   package <tt>foo</tt> generates two binary
5936                   packages, <tt>libfoo2</tt> and <tt>foo-runtime</tt>.
5937                   When building the binary packages, the two packages are
5938                   created in the directories <file>debian/libfoo2</file>
5939                   and <file>debian/foo-runtime</file> respectively.
5940                   (<file>debian/tmp</file> could be used instead of one of
5941                   these.)  Since <tt>libfoo2</tt> provides the
5942                   <tt>libfoo</tt> shared library, it will require a
5943                   <tt>shlibs</tt> file, which will be installed in
5944                   <file>debian/libfoo2/DEBIAN/shlibs</file>, eventually to
5945                   become <file>/var/lib/dpkg/info/libfoo2.shlibs</file>.
5946                   When <prgn>dpkg-shlibdeps</prgn> is run on the
5947                   executable <file>debian/foo-runtime/usr/bin/foo-prog</file>,
5948                   it will examine
5949                   the <file>debian/libfoo2/DEBIAN/shlibs</file> file to
5950                   determine whether <tt>foo-prog</tt>'s library
5951                   dependencies are satisfied by any of the libraries
5952                   provided by <tt>libfoo2</tt>.  For this reason,
5953                   <prgn>dpkg-shlibdeps</prgn> must only be run once all of
5954                   the individual binary packages' <tt>shlibs</tt> files
5955                   have been installed into the build directory.
5956                 </footnote>
5957               </p>
5958             </item>
5959
5960             <item>
5961               <p><file>/var/lib/dpkg/info/*.shlibs</file></p>
5962
5963               <p>
5964                 These are the <file>shlibs</file> files corresponding to
5965                 all of the packages installed on the system, and are
5966                 maintained by the relevant package maintainers.
5967               </p>
5968             </item>
5969
5970             <item>
5971               <p><file>/etc/dpkg/shlibs.default</file></p>
5972
5973               <p>
5974                 This file lists any shared libraries whose packages
5975                 have failed to provide correct <file>shlibs</file> files.
5976                 It was used when the <file>shlibs</file> setup was first
5977                 introduced, but it is now normally empty.  It is
5978                 maintained by the <tt>dpkg</tt> maintainer.
5979               </p>
5980             </item>
5981           </list>
5982         </p>
5983       </sect1>
5984
5985       <sect1>
5986         <heading>How to use <prgn>dpkg-shlibdeps</prgn> and the
5987             <file>shlibs</file> files</heading>
5988
5989         <p>
5990           Put a call to
5991           <qref id="pkg-dpkg-shlibdeps"><prgn>dpkg-shlibdeps</prgn></qref>
5992           into your <file>debian/rules</file> file.  If your package
5993           contains only compiled binaries and libraries (but no scripts),
5994           you can use a command such as:
5995           <example compact="compact">
5996 dpkg-shlibdeps debian/tmp/usr/bin/* debian/tmp/usr/sbin/* \
5997   debian/tmp/usr/lib/*
5998           </example>
5999           Otherwise, you will need to explicitly list the compiled
6000           binaries and libraries.<footnote>
6001             If you are using <tt>debhelper</tt>, the
6002             <prgn>dh_shlibdeps</prgn> program will do this work for you.
6003             It will also correctly handle multi-binary packages.
6004           </footnote>
6005         </p>
6006
6007         <p>
6008           This command puts the dependency information into the
6009           <file>debian/substvars</file> file, which is then used by
6010           <prgn>dpkg-gencontrol</prgn>.  You will need to place a
6011           <tt>${shlibs:Depends}</tt> variable in the <tt>Depends</tt>
6012           field in the control file for this to work.
6013         </p>
6014
6015         <p>
6016           If you have multiple binary packages, you will need to call
6017           <prgn>dpkg-shlibdeps</prgn> on each one which contains
6018           compiled libraries or binaries.  In such a case, you will
6019           need to use the <tt>-T</tt> option to the <tt>dpkg</tt>
6020           utilities to specify a different <file>substvars</file> file.
6021         </p>
6022
6023         <p>
6024           If you are creating a udeb for use in the Debian Installer,
6025           you will need to specify that <prgn>dpkg-shlibdeps</prgn>
6026           should use the dependency line of type <tt>udeb</tt> by
6027           adding the <tt>-tudeb</tt> option<footnote>
6028             <prgn>dh_shlibdeps</prgn> from the <tt>debhelper</tt> suite
6029             will automatically add this option if it knows it is
6030             processing a udeb.
6031           </footnote>. If there is no dependency line of
6032           type <tt>udeb</tt> in the <file>shlibs</file>
6033           file, <prgn>dpkg-shlibdeps</prgn> will fall back to the regular
6034           dependency line.
6035         </p>
6036
6037         <p>
6038           For more details on <prgn>dpkg-shlibdeps</prgn>, please see
6039           <ref id="pkg-dpkg-shlibdeps"> and
6040           <manref name="dpkg-shlibdeps" section="1">.
6041         </p>
6042       </sect1>
6043
6044       <sect1 id="shlibs">
6045         <heading>The <file>shlibs</file> File Format</heading>
6046
6047         <p>
6048           Each <file>shlibs</file> file has the same format.  Lines
6049           beginning with <tt>#</tt> are considered to be comments and
6050           are ignored.  Each line is of the form:
6051           <example compact="compact">
6052 [<var>type</var>: ]<var>library-name</var> <var>soname-version</var> <var>dependencies ...</var>
6053           </example>
6054         </p>
6055
6056         <p>
6057           We will explain this by reference to the example of the
6058           <tt>zlib1g</tt> package, which (at the time of writing)
6059           installs the shared library <file>/usr/lib/libz.so.1.1.3</file>.
6060         </p>
6061
6062         <p>
6063           <var>type</var> is an optional element that indicates the type
6064           of package for which the line is valid. The only type currently
6065           in use is <tt>udeb</tt>. The colon and space after the type are
6066           required.
6067         </p>
6068
6069         <p>
6070           <var>library-name</var> is the name of the shared library,
6071           in this case <tt>libz</tt>.  (This must match the name part
6072           of the soname, see below.)
6073         </p>
6074
6075         <p>
6076           <var>soname-version</var> is the version part of the soname of
6077           the library.  The soname is the thing that must exactly match
6078           for the library to be recognized by the dynamic linker, and is
6079           usually of the form
6080           <tt><var>name</var>.so.<var>major-version</var></tt>, in our
6081           example, <tt>libz.so.1</tt>.<footnote>
6082             This can be determined using the command
6083             <example compact="compact">
6084 objdump -p /usr/lib/libz.so.1.1.3 | grep SONAME
6085             </example>
6086           </footnote>
6087           The version part is the part which comes after
6088           <tt>.so.</tt>, so in our case, it is <tt>1</tt>.  The soname may
6089           instead be of the form
6090           <tt><var>name</var>-<var>major-version</var>.so</tt>, such
6091           as <tt>libdb-4.8.so</tt>, in which case the name would
6092           be <tt>libdb</tt> and the version would be <tt>4.8</tt>.
6093         </p>
6094
6095         <p>
6096           <var>dependencies</var> has the same syntax as a dependency
6097           field in a binary package control file.  It should give
6098           details of which packages are required to satisfy a binary
6099           built against the version of the library contained in the
6100           package.  See <ref id="depsyntax"> for details.
6101         </p>
6102
6103         <p>
6104           In our example, if the first version of the <tt>zlib1g</tt>
6105           package which contained a minor number of at least
6106           <tt>1.3</tt> was <var>1:1.1.3-1</var>, then the
6107           <tt>shlibs</tt> entry for this library could say:
6108           <example compact="compact">
6109 libz 1 zlib1g (>= 1:1.1.3)
6110           </example>
6111           The version-specific dependency is to avoid warnings from
6112           the dynamic linker about using older shared libraries with
6113           newer binaries.
6114         </p>
6115
6116         <p>
6117           As zlib1g also provides a udeb containing the shared library,
6118           there would also be a second line:
6119           <example compact="compact">
6120 udeb: libz 1 zlib1g-udeb (>= 1:1.1.3)
6121           </example>
6122         </p>
6123       </sect1>
6124
6125       <sect1>
6126         <heading>Providing a <file>shlibs</file> file</heading>
6127
6128         <p>
6129           If your package provides a shared library, you need to create
6130           a <file>shlibs</file> file following the format described above.
6131           It is usual to call this file <file>debian/shlibs</file> (but if
6132           you have multiple binary packages, you might want to call it
6133           <file>debian/shlibs.<var>package</var></file> instead).  Then
6134           let <file>debian/rules</file> install it in the control
6135           information file area:
6136           <example compact="compact">
6137 install -m644 debian/shlibs debian/tmp/DEBIAN
6138           </example>
6139           or, in the case of a multi-binary package:
6140           <example compact="compact">
6141 install -m644 debian/shlibs.<var>package</var> debian/<var>package</var>/DEBIAN/shlibs
6142           </example>
6143           An alternative way of doing this is to create the
6144           <file>shlibs</file> file in the control information file area
6145           directly from <file>debian/rules</file> without using
6146           a <file>debian/shlibs</file> file at all,<footnote>
6147             This is what <prgn>dh_makeshlibs</prgn> in
6148             the <package>debhelper</package> suite does. If your package
6149             also has a udeb that provides a shared
6150             library, <prgn>dh_makeshlibs</prgn> can automatically generate
6151             the <tt>udeb:</tt> lines if you specify the name of the udeb
6152             with the <tt>--add-udeb</tt> option.
6153           </footnote>
6154           since the <file>debian/shlibs</file> file itself is ignored by
6155           <prgn>dpkg-shlibdeps</prgn>.
6156         </p>
6157
6158         <p>
6159           As <prgn>dpkg-shlibdeps</prgn> reads the
6160           <file>DEBIAN/shlibs</file> files in all of the binary packages
6161           being built from this source package, all of the
6162           <file>DEBIAN/shlibs</file> files should be installed before
6163           <prgn>dpkg-shlibdeps</prgn> is called on any of the binary
6164           packages.
6165         </p>
6166       </sect1>
6167       </sect>
6168     </chapt>
6169
6170
6171     <chapt id="opersys"><heading>The Operating System</heading>
6172
6173       <sect>
6174         <heading>File system hierarchy</heading>
6175
6176
6177         <sect1 id="fhs">
6178           <heading>File System Structure</heading>
6179
6180           <p>
6181             The location of all files and directories must comply with the
6182             Filesystem Hierarchy Standard (FHS), version 2.3, with the
6183             exceptions noted below, and except where doing so would
6184             violate other terms of Debian Policy.  The following
6185             exceptions to the FHS apply:
6186
6187             <enumlist>
6188               <item>
6189                 <p>
6190                   The optional rules related to user specific
6191                   configuration files for applications are stored in
6192                   the user's home directory are relaxed.  It is
6193                   recommended that such files start with the
6194                   '<tt>.</tt>' character (a "dot file"), and if an
6195                   application needs to create more than one dot file
6196                   then the preferred placement is in a subdirectory
6197                   with a name starting with a '.' character, (a "dot
6198                   directory"). In this case it is recommended the
6199                   configuration files not start with the '.'
6200                   character.
6201                 </p>
6202               </item>
6203               <item>
6204                 <p>
6205                   The requirement for amd64 to use <file>/lib64</file>
6206                   for 64 bit binaries is removed.
6207                 </p>
6208               </item>
6209               <item>
6210                 <p>
6211                   The requirement for object files, internal binaries, and
6212                   libraries, including <file>libc.so.*</file>, to be located
6213                   directly under <file>/lib{,32}</file> and
6214                   <file>/usr/lib{,32}</file> is amended, permitting files
6215                   to instead be installed to
6216                   <file>/lib/<var>triplet</var></file> and
6217                   <file>/usr/lib/<var>triplet</var></file>, where
6218                   <tt><var>triplet</var></tt> is the value returned by
6219                   <tt>dpkg-architecture -qDEB_HOST_MULTIARCH</tt> for the
6220                   architecture of the package.  Packages may <em>not</em>
6221                   install files to any <var>triplet</var> path other
6222                   than the one matching the architecture of that package;
6223                   for instance, an <tt>Architecture: amd64</tt> package
6224                   containing 32-bit x86 libraries may not install these
6225                   libraries to <file>/usr/lib/i386-linux-gnu</file>.
6226                   <footnote>
6227                     This is necessary in order to reserve the directories for
6228                     use in cross-installation of library packages from other
6229                     architectures, as part of the planned deployment of
6230                     <tt>multiarch</tt>.
6231                   </footnote>
6232                 </p>
6233                 <p>
6234                   Applications may also use a single subdirectory under
6235                   <file>/usr/lib/<var>triplet</var></file>.
6236                 </p>
6237                 <p>
6238                   The execution time linker/loader, ld*, must still be made
6239                   available in the existing location under /lib or /lib64
6240                   since this is part of the ELF ABI for the architecture.
6241                 </p>
6242               </item>
6243               <item>
6244                 <p>
6245                   The requirement that
6246                   <file>/usr/local/share/man</file> be "synonymous"
6247                   with <file>/usr/local/man</file> is relaxed to a
6248                   recommendation</p>
6249               </item>
6250               <item>
6251                 <p>
6252                   The requirement that windowmanagers with a single
6253                   configuration file call it <file>system.*wmrc</file>
6254                   is removed, as is the restriction that the window
6255                   manager subdirectory be named identically to the
6256                   window manager name itself.
6257                 </p>
6258               </item>
6259               <item>
6260                 <p>
6261                   The requirement that boot manager configuration
6262                   files live in <file>/etc</file>, or at least are
6263                   symlinked there, is relaxed to a recommendation.
6264                 </p>
6265               </item>
6266               <item>
6267                 <p>
6268                   The additional directory <file>/run</file> in the root
6269                   file system is allowed.  <file>/run</file>
6270                   replaces <file>/var/run</file>, and the
6271                   subdirectory <file>/run/lock</file>
6272                   replaces <file>/var/lock</file>, with
6273                   the <file>/var</file> directories replaced by symlinks
6274                   for backwards compatibility.  <file>/run</file>
6275                   and <file>/run/lock</file> must follow all of the
6276                   requirements in the FHS for <file>/var/run</file>
6277                   and <file>/var/lock</file>, respectively, such as file
6278                   naming conventions, file format requirements, or the
6279                   requirement that files be cleared during the boot
6280                   process.  Files and directories residing
6281                   in <file>/run</file> should be stored on a temporary
6282                   file system.
6283                 </p>
6284               </item>
6285               <item>
6286                 <p>
6287                   The following directories in the root filesystem are
6288                   additionally allowed: <file>/sys</file> and
6289                   <file>/selinux</file>. <footnote>These directories
6290                   are used as mount points to mount virtual filesystems
6291                   to get access to kernel information.</footnote>
6292                 </p>
6293               </item>
6294               <item>
6295                 <p>
6296                   On GNU/Hurd systems, the following additional
6297                   directories are allowed in the root
6298                   filesystem: <file>/hurd</file>
6299                   and <file>/servers</file>.<footnote>
6300                     These directories are used to store translators and as
6301                     a set of standard names for mount points,
6302                     respectively.
6303                   </footnote>
6304                 </p>
6305               </item>
6306             </enumlist>
6307           </p>
6308
6309           <p>
6310             The version of this document referred here can be
6311             found in the <tt>debian-policy</tt> package or on <url
6312             id="http://www.debian.org/doc/packaging-manuals/fhs/"
6313               name="FHS (Debian copy)"> alongside this manual (or, if
6314             you have the <package>debian-policy</package> installed,
6315             you can try <url
6316               id="file:///usr/share/doc/debian-policy/fhs/" name="FHS
6317               (local copy)">). The
6318             latest version, which may be a more recent version, may
6319             be found on
6320             <url id="http://www.pathname.com/fhs/" name="FHS (upstream)">.
6321             Specific questions about following the standard may be
6322             asked on the <tt>debian-devel</tt> mailing list, or
6323             referred to the FHS mailing list (see the
6324             <url id="http://www.pathname.com/fhs/" name="FHS web site"> for
6325             more information).
6326           </p>
6327         </sect1>
6328
6329         <sect1>
6330           <heading>Site-specific programs</heading>
6331
6332           <p>
6333             As mandated by the FHS, packages must not place any
6334             files in <file>/usr/local</file>, either by putting them in
6335             the file system archive to be unpacked by <prgn>dpkg</prgn>
6336             or by manipulating them in their maintainer scripts.
6337           </p>
6338
6339           <p>
6340             However, the package may create empty directories below
6341             <file>/usr/local</file> so that the system administrator knows
6342             where to place site-specific files.  These are not
6343             directories <em>in</em> <file>/usr/local</file>, but are
6344             children of directories in <file>/usr/local</file>.  These
6345             directories (<file>/usr/local/*/dir/</file>)
6346             should be removed on package removal if they are
6347             empty.
6348           </p>
6349
6350           <p>
6351             Note that this applies only to
6352             directories <em>below</em> <file>/usr/local</file>,
6353             not <em>in</em> <file>/usr/local</file>.  Packages must
6354             not create sub-directories in the
6355             directory <file>/usr/local</file> itself, except those
6356             listed in FHS, section 4.5.  However, you may create
6357             directories below them as you wish. You must not remove
6358             any of the directories listed in 4.5, even if you created
6359             them.
6360           </p>
6361
6362           <p>
6363             Since <file>/usr/local</file> can be mounted read-only from a
6364             remote server, these directories must be created and
6365             removed by the <prgn>postinst</prgn> and <prgn>prerm</prgn>
6366             maintainer scripts and not be included in the
6367             <file>.deb</file> archive.  These scripts must not fail if
6368             either of these operations fail.
6369           </p>
6370
6371           <p>
6372             For example, the <tt>emacsen-common</tt> package could
6373             contain something like
6374             <example compact="compact">
6375 if [ ! -e /usr/local/share/emacs ]; then
6376   if mkdir /usr/local/share/emacs 2>/dev/null; then
6377     if chown root:staff /usr/local/share/emacs; then
6378       chmod 2775 /usr/local/share/emacs || true
6379     fi
6380   fi
6381 fi
6382             </example>
6383             in its <prgn>postinst</prgn> script, and
6384             <example compact="compact">
6385 rmdir /usr/local/share/emacs/site-lisp 2>/dev/null || true
6386 rmdir /usr/local/share/emacs 2>/dev/null || true
6387             </example>
6388             in the <prgn>prerm</prgn> script.  (Note that this form is
6389             used to ensure that if the script is interrupted, the
6390             directory <file>/usr/local/share/emacs</file> will still be
6391             removed.)
6392           </p>
6393
6394           <p>
6395             If you do create a directory in <file>/usr/local</file> for
6396             local additions to a package, you should ensure that
6397             settings in <file>/usr/local</file> take precedence over the
6398             equivalents in <file>/usr</file>.
6399           </p>
6400
6401           <p>
6402             However, because <file>/usr/local</file> and its contents are
6403             for exclusive use of the local administrator, a package
6404             must not rely on the presence or absence of files or
6405             directories in <file>/usr/local</file> for normal operation.
6406           </p>
6407
6408           <p>
6409             The <file>/usr/local</file> directory itself and all the
6410             subdirectories created by the package should (by default) have
6411             permissions 2775 (group-writable and set-group-id) and be
6412             owned by <tt>root:staff</tt>.
6413           </p>
6414         </sect1>
6415
6416         <sect1>
6417           <heading>The system-wide mail directory</heading>
6418           <p>
6419             The system-wide mail directory
6420             is <file>/var/mail</file>. This directory is part of the
6421             base system and should not be owned by any particular mail
6422             agents.  The use of the old
6423             location <file>/var/spool/mail</file> is deprecated, even
6424             though the spool may still be physically located there.
6425           </p>
6426         </sect1>
6427
6428         <sect1 id="fhs-run">
6429           <heading><file>/run</file> and <file>/run/lock</file></heading>
6430
6431           <p>
6432             The directory <file>/run</file> is cleared at boot, normally
6433             by being a mount point for a temporary file system.  Packages
6434             therefore must not assume that any files or directories
6435             under <file>/run</file> other than <file>/run/lock</file>
6436             exist unless the package has arranged to create those files or
6437             directories since the last reboot.  Normally, this is done by
6438             the package via an init script.  See <ref id="writing-init">
6439             for more information.
6440           </p>
6441
6442           <p>
6443             Packages must not include files or directories
6444             under <file>/run</file>, or under the
6445             older <file>/var/run</file> and <file>/var/lock</file> paths.
6446             The latter paths will normally be symlinks or other
6447             redirections to <file>/run</file> for backwards compatibility.
6448           </p>
6449         </sect1>
6450       </sect>
6451
6452       <sect>
6453         <heading>Users and groups</heading>
6454
6455         <sect1>
6456           <heading>Introduction</heading>
6457           <p>
6458             The Debian system can be configured to use either plain or
6459             shadow passwords.
6460           </p>
6461
6462           <p>
6463             Some user ids (UIDs) and group ids (GIDs) are reserved
6464             globally for use by certain packages.  Because some
6465             packages need to include files which are owned by these
6466             users or groups, or need the ids compiled into binaries,
6467             these ids must be used on any Debian system only for the
6468             purpose for which they are allocated. This is a serious
6469             restriction, and we should avoid getting in the way of
6470             local administration policies. In particular, many sites
6471             allocate users and/or local system groups starting at 100.
6472           </p>
6473
6474           <p>
6475             Apart from this we should have dynamically allocated ids,
6476             which should by default be arranged in some sensible
6477             order, but the behavior should be configurable.
6478           </p>
6479
6480           <p>
6481             Packages other than <tt>base-passwd</tt> must not modify
6482             <file>/etc/passwd</file>, <file>/etc/shadow</file>,
6483             <file>/etc/group</file> or <file>/etc/gshadow</file>.
6484           </p>
6485         </sect1>
6486
6487         <sect1>
6488           <heading>UID and GID classes</heading>
6489           <p>
6490             The UID and GID numbers are divided into classes as
6491             follows:
6492             <taglist>
6493               <tag>0-99:</tag>
6494               <item>
6495                 <p>
6496                   Globally allocated by the Debian project, the same
6497                   on every Debian system.  These ids will appear in
6498                   the <file>passwd</file> and <file>group</file> files of all
6499                   Debian systems, new ids in this range being added
6500                   automatically as the <tt>base-passwd</tt> package is
6501                   updated.
6502                 </p>
6503
6504                 <p>
6505                   Packages which need a single statically allocated
6506                   uid or gid should use one of these; their
6507                   maintainers should ask the <tt>base-passwd</tt>
6508                   maintainer for ids.
6509                 </p>
6510               </item>
6511
6512               <tag>100-999:</tag>
6513               <item>
6514                 <p>
6515                   Dynamically allocated system users and groups.
6516                   Packages which need a user or group, but can have
6517                   this user or group allocated dynamically and
6518                   differently on each system, should use <tt>adduser
6519                   --system</tt> to create the group and/or user.
6520                   <prgn>adduser</prgn> will check for the existence of
6521                   the user or group, and if necessary choose an unused
6522                   id based on the ranges specified in
6523                   <file>adduser.conf</file>.
6524                 </p>
6525               </item>
6526
6527               <tag>1000-59999:</tag>
6528               <item>
6529                 <p>
6530                   Dynamically allocated user accounts.  By default
6531                   <prgn>adduser</prgn> will choose UIDs and GIDs for
6532                   user accounts in this range, though
6533                   <file>adduser.conf</file> may be used to modify this
6534                   behavior.
6535                 </p>
6536               </item>
6537
6538               <tag>60000-64999:</tag>
6539               <item>
6540                 <p>
6541                   Globally allocated by the Debian project, but only
6542                   created on demand. The ids are allocated centrally
6543                   and statically, but the actual accounts are only
6544                   created on users' systems on demand.
6545                 </p>
6546
6547                 <p>
6548                   These ids are for packages which are obscure or
6549                   which require many statically-allocated ids.  These
6550                   packages should check for and create the accounts in
6551                   <file>/etc/passwd</file> or <file>/etc/group</file> (using
6552                   <prgn>adduser</prgn> if it has this facility) if
6553                   necessary.  Packages which are likely to require
6554                   further allocations should have a "hole" left after
6555                   them in the allocation, to give them room to
6556                   grow.
6557                 </p>
6558               </item>
6559
6560               <tag>65000-65533:</tag>
6561               <item>
6562                 <p>Reserved.</p>
6563               </item>
6564
6565               <tag>65534:</tag>
6566               <item>
6567                 <p>
6568                   User <tt>nobody</tt>. The corresponding gid refers
6569                   to the group <tt>nogroup</tt>.
6570                 </p>
6571               </item>
6572
6573               <tag>65535:</tag>
6574               <item>
6575                 <p>
6576                   <tt>(uid_t)(-1) == (gid_t)(-1)</tt> <em>must
6577                   not</em> be used, because it is the error return
6578                   sentinel value.
6579                 </p>
6580               </item>
6581             </taglist>
6582           </p>
6583         </sect1>
6584       </sect>
6585
6586       <sect id="sysvinit">
6587         <heading>System run levels and <file>init.d</file> scripts</heading>
6588
6589         <sect1 id="/etc/init.d">
6590           <heading>Introduction</heading>
6591
6592           <p>
6593             The <file>/etc/init.d</file> directory contains the scripts
6594             executed by <prgn>init</prgn> at boot time and when the
6595             init state (or "runlevel") is changed (see <manref
6596             name="init" section="8">).
6597           </p>
6598
6599           <p>
6600             There are at least two different, yet functionally
6601             equivalent, ways of handling these scripts.  For the sake
6602             of simplicity, this document describes only the symbolic
6603             link method. However, it must not be assumed by maintainer
6604             scripts that this method is being used, and any automated
6605             manipulation of the various runlevel behaviors by
6606             maintainer scripts must be performed using
6607             <prgn>update-rc.d</prgn> as described below and not by
6608             manually installing or removing symlinks.  For information
6609             on the implementation details of the other method,
6610             implemented in the <tt>file-rc</tt> package, please refer
6611             to the documentation of that package.
6612           </p>
6613
6614           <p>
6615             These scripts are referenced by symbolic links in the
6616             <file>/etc/rc<var>n</var>.d</file> directories.  When changing
6617             runlevels, <prgn>init</prgn> looks in the directory
6618             <file>/etc/rc<var>n</var>.d</file> for the scripts it should
6619             execute, where <tt><var>n</var></tt> is the runlevel that
6620             is being changed to, or <tt>S</tt> for the boot-up
6621             scripts.
6622           </p>
6623
6624           <p>
6625             The names of the links all have the form
6626             <file>S<var>mm</var><var>script</var></file> or
6627             <file>K<var>mm</var><var>script</var></file> where
6628             <var>mm</var> is a two-digit number and <var>script</var>
6629             is the name of the script (this should be the same as the
6630             name of the actual script in <file>/etc/init.d</file>).
6631           </p>
6632
6633           <p>
6634             When <prgn>init</prgn> changes runlevel first the targets
6635             of the links whose names start with a <tt>K</tt> are
6636             executed, each with the single argument <tt>stop</tt>,
6637             followed by the scripts prefixed with an <tt>S</tt>, each
6638             with the single argument <tt>start</tt>.  (The links are
6639             those in the <file>/etc/rc<var>n</var>.d</file> directory
6640             corresponding to the new runlevel.)  The <tt>K</tt> links
6641             are responsible for killing services and the <tt>S</tt>
6642             link for starting services upon entering the runlevel.
6643           </p>
6644
6645           <p>
6646             For example, if we are changing from runlevel 2 to
6647             runlevel 3, init will first execute all of the <tt>K</tt>
6648             prefixed scripts it finds in <file>/etc/rc3.d</file>, and then
6649             all of the <tt>S</tt> prefixed scripts in that directory.
6650             The links starting with <tt>K</tt> will cause the
6651             referred-to file to be executed with an argument of
6652             <tt>stop</tt>, and the <tt>S</tt> links with an argument
6653             of <tt>start</tt>.
6654           </p>
6655
6656           <p>
6657             The two-digit number <var>mm</var> is used to determine
6658             the order in which to run the scripts: low-numbered links
6659             have their scripts run first.  For example, the
6660             <tt>K20</tt> scripts will be executed before the
6661             <tt>K30</tt> scripts.  This is used when a certain service
6662             must be started before another.  For example, the name
6663             server <prgn>bind</prgn> might need to be started before
6664             the news server <prgn>inn</prgn> so that <prgn>inn</prgn>
6665             can set up its access lists.  In this case, the script
6666             that starts <prgn>bind</prgn> would have a lower number
6667             than the script that starts <prgn>inn</prgn> so that it
6668             runs first:
6669             <example compact="compact">
6670 /etc/rc2.d/S17bind
6671 /etc/rc2.d/S70inn
6672             </example>
6673           </p>
6674
6675           <p>
6676             The two runlevels 0 (halt) and 6 (reboot) are slightly
6677             different.  In these runlevels, the links with an
6678             <tt>S</tt> prefix are still called after those with a
6679             <tt>K</tt> prefix, but they too are called with the single
6680             argument <tt>stop</tt>.
6681           </p>
6682         </sect1>
6683
6684         <sect1 id="writing-init">
6685           <heading>Writing the scripts</heading>
6686
6687           <p>
6688             Packages that include daemons for system services should
6689             place scripts in <file>/etc/init.d</file> to start or stop
6690             services at boot time or during a change of runlevel.
6691             These scripts should be named
6692             <file>/etc/init.d/<var>package</var></file>, and they should
6693             accept one argument, saying what to do:
6694
6695             <taglist>
6696               <tag><tt>start</tt></tag>
6697               <item>start the service,</item>
6698
6699               <tag><tt>stop</tt></tag>
6700               <item>stop the service,</item>
6701
6702               <tag><tt>restart</tt></tag>
6703               <item>stop and restart the service if it's already running,
6704                   otherwise start the service</item>
6705
6706               <tag><tt>reload</tt></tag>
6707               <item><p>cause the configuration of the service to be
6708                   reloaded without actually stopping and restarting
6709                   the service,</item>
6710
6711               <tag><tt>force-reload</tt></tag>
6712               <item>cause the configuration to be reloaded if the
6713                   service supports this, otherwise restart the
6714                   service.</item>
6715             </taglist>
6716
6717             The <tt>start</tt>, <tt>stop</tt>, <tt>restart</tt>, and
6718             <tt>force-reload</tt> options should be supported by all
6719             scripts in <file>/etc/init.d</file>, the <tt>reload</tt>
6720             option is optional.
6721           </p>
6722
6723           <p>
6724             The <file>init.d</file> scripts must ensure that they will
6725             behave sensibly (i.e., returning success and not starting
6726             multiple copies of a service) if invoked with <tt>start</tt>
6727             when the service is already running, or with <tt>stop</tt>
6728             when it isn't, and that they don't kill unfortunately-named
6729             user processes.  The best way to achieve this is usually to
6730             use <prgn>start-stop-daemon</prgn> with the <tt>--oknodo</tt>
6731             option.
6732           </p>
6733
6734           <p>
6735             Be careful of using <tt>set -e</tt> in <file>init.d</file>
6736             scripts.  Writing correct <file>init.d</file> scripts requires
6737             accepting various error exit statuses when daemons are already
6738             running or already stopped without aborting
6739             the <file>init.d</file> script, and common <file>init.d</file>
6740             function libraries are not safe to call with <tt>set -e</tt>
6741             in effect<footnote>
6742               <tt>/lib/lsb/init-functions</tt>, which assists in writing
6743               LSB-compliant init scripts, may fail if <tt>set -e</tt> is
6744               in effect and echoing status messages to the console fails,
6745               for example.
6746             </footnote>.  For <tt>init.d</tt> scripts, it's often easier
6747             to not use <tt>set -e</tt> and instead check the result of
6748             each command separately.
6749           </p>
6750
6751           <p>
6752             If a service reloads its configuration automatically (as
6753             in the case of <prgn>cron</prgn>, for example), the
6754             <tt>reload</tt> option of the <file>init.d</file> script
6755             should behave as if the configuration has been reloaded
6756             successfully.
6757           </p>
6758
6759           <p>
6760             The <file>/etc/init.d</file> scripts must be treated as
6761             configuration files, either (if they are present in the
6762             package, that is, in the .deb file) by marking them as
6763             <tt>conffile</tt>s, or, (if they do not exist in the .deb)
6764             by managing them correctly in the maintainer scripts (see
6765             <ref id="config-files">).  This is important since we want
6766             to give the local system administrator the chance to adapt
6767             the scripts to the local system, e.g., to disable a
6768             service without de-installing the package, or to specify
6769             some special command line options when starting a service,
6770             while making sure their changes aren't lost during the next
6771             package upgrade.
6772           </p>
6773
6774           <p>
6775             These scripts should not fail obscurely when the
6776             configuration files remain but the package has been
6777             removed, as configuration files remain on the system after
6778             the package has been removed.  Only when <prgn>dpkg</prgn>
6779             is executed with the <tt>--purge</tt> option will
6780             configuration files be removed.  In particular, as the
6781             <file>/etc/init.d/<var>package</var></file> script itself is
6782             usually a <tt>conffile</tt>, it will remain on the system
6783             if the package is removed but not purged.  Therefore, you
6784             should include a <tt>test</tt> statement at the top of the
6785             script, like this:
6786             <example compact="compact">
6787 test -f <var>program-executed-later-in-script</var> || exit 0
6788             </example>
6789           </p>
6790
6791           <p>
6792             Often there are some variables in the <file>init.d</file>
6793             scripts whose values control the behavior of the scripts,
6794             and which a system administrator is likely to want to
6795             change.  As the scripts themselves are frequently
6796             <tt>conffile</tt>s, modifying them requires that the
6797             administrator merge in their changes each time the package
6798             is upgraded and the <tt>conffile</tt> changes.  To ease
6799             the burden on the system administrator, such configurable
6800             values should not be placed directly in the script.
6801             Instead, they should be placed in a file in
6802             <file>/etc/default</file>, which typically will have the same
6803             base name as the <file>init.d</file> script.  This extra file
6804             should be sourced by the script when the script runs.  It
6805             must contain only variable settings and comments in SUSv3
6806             <prgn>sh</prgn> format.  It may either be a
6807             <tt>conffile</tt> or a configuration file maintained by
6808             the package maintainer scripts.  See <ref id="config-files">
6809             for more details.
6810           </p>
6811
6812           <p>
6813             To ensure that vital configurable values are always
6814             available, the <file>init.d</file> script should set default
6815             values for each of the shell variables it uses, either
6816             before sourcing the <file>/etc/default/</file> file or
6817             afterwards using something like the <tt>:
6818             ${VAR:=default}</tt> syntax.  Also, the <file>init.d</file>
6819             script must behave sensibly and not fail if the
6820             <file>/etc/default</file> file is deleted.
6821           </p>
6822
6823           <p>
6824             Files and directories under <file>/run</file>, including ones
6825             referred to via the compatibility paths <file>/var/run</file>
6826             and <file>/var/lock</file>, are normally stored on a temporary
6827             filesystem and are normally not persistent across a reboot.
6828             The <file>init.d</file> scripts must handle this correctly.
6829             This will typically mean creating any required subdirectories
6830             dynamically when the <file>init.d</file> script is run.
6831             See <ref id="fhs-run"> for more information.
6832           </p>
6833         </sect1>
6834
6835         <sect1>
6836           <heading>Interfacing with the initscript system</heading>
6837
6838           <p>
6839             Maintainers should use the abstraction layer provided by
6840             the <prgn>update-rc.d</prgn> and <prgn>invoke-rc.d</prgn>
6841             programs to deal with initscripts in their packages'
6842             scripts such as <prgn>postinst</prgn>, <prgn>prerm</prgn>
6843             and <prgn>postrm</prgn>.
6844           </p>
6845
6846           <p>
6847             Directly managing the /etc/rc?.d links and directly
6848             invoking the <file>/etc/init.d/</file> initscripts should
6849             be done only by packages providing the initscript
6850             subsystem (such as <prgn>sysv-rc</prgn> and
6851             <prgn>file-rc</prgn>).
6852           </p>
6853
6854           <sect2>
6855             <heading>Managing the links</heading>
6856
6857             <p>
6858               The program <prgn>update-rc.d</prgn> is provided for
6859               package maintainers to arrange for the proper creation and
6860               removal of <file>/etc/rc<var>n</var>.d</file> symbolic links,
6861               or their functional equivalent if another method is being
6862               used.  This may be used by maintainers in their packages'
6863               <prgn>postinst</prgn> and <prgn>postrm</prgn> scripts.
6864             </p>
6865
6866             <p>
6867               You must not include any <file>/etc/rc<var>n</var>.d</file>
6868               symbolic links in the actual archive or manually create or
6869               remove the symbolic links in maintainer scripts; you must
6870               use the <prgn>update-rc.d</prgn> program instead.  (The
6871               former will fail if an alternative method of maintaining
6872               runlevel information is being used.)  You must not include
6873               the <file>/etc/rc<var>n</var>.d</file> directories themselves
6874               in the archive either.  (Only the <tt>sysvinit</tt>
6875               package may do so.)
6876             </p>
6877
6878             <p>
6879               By default <prgn>update-rc.d</prgn> will start services in
6880               each of the multi-user state runlevels (2, 3, 4, and 5)
6881               and stop them in the halt runlevel (0), the single-user
6882               runlevel (1) and the reboot runlevel (6).  The system
6883               administrator will have the opportunity to customize
6884               runlevels by simply adding, moving, or removing the
6885               symbolic links in <file>/etc/rc<var>n</var>.d</file> if
6886               symbolic links are being used, or by modifying
6887               <file>/etc/runlevel.conf</file> if the <tt>file-rc</tt> method
6888               is being used.
6889             </p>
6890
6891             <p>
6892               To get the default behavior for your package, put in your
6893               <prgn>postinst</prgn> script
6894               <example compact="compact">
6895                 update-rc.d <var>package</var> defaults
6896               </example>
6897               and in your <prgn>postrm</prgn>
6898               <example compact="compact">
6899                 if [ "$1" = purge ]; then
6900                 update-rc.d <var>package</var> remove
6901                 fi
6902               </example>. Note that if your package changes runlevels
6903               or priority, you may have to remove and recreate the links,
6904               since otherwise the old links may persist. Refer to the
6905               documentation of <prgn>update-rc.d</prgn>.
6906             </p>
6907
6908             <p>
6909               This will use a default sequence number of 20.  If it does
6910               not matter when or in which order the <file>init.d</file>
6911               script is run, use this default.  If it does, then you
6912               should talk to the maintainer of the <prgn>sysvinit</prgn>
6913               package or post to <tt>debian-devel</tt>, and they will
6914               help you choose a number.
6915             </p>
6916
6917             <p>
6918               For more information about using <tt>update-rc.d</tt>,
6919               please consult its man page <manref name="update-rc.d"
6920                 section="8">.
6921             </p>
6922           </sect2>
6923
6924           <sect2>
6925             <heading>Running initscripts</heading>
6926             <p>
6927               The program <prgn>invoke-rc.d</prgn> is provided to make
6928               it easier for package maintainers to properly invoke an
6929               initscript, obeying runlevel and other locally-defined
6930               constraints that might limit a package's right to start,
6931               stop and otherwise manage services. This program may be
6932               used by maintainers in their packages' scripts.
6933             </p>
6934
6935             <p>
6936               The package maintainer scripts must use
6937               <prgn>invoke-rc.d</prgn> to invoke the
6938               <file>/etc/init.d/*</file> initscripts, instead of
6939               calling them directly.
6940             </p>
6941
6942             <p>
6943               By default, <prgn>invoke-rc.d</prgn> will pass any
6944               action requests (start, stop, reload, restart...) to the
6945               <file>/etc/init.d</file> script, filtering out requests
6946               to start or restart a service out of its intended
6947               runlevels.
6948             </p>
6949
6950             <p>
6951               Most packages will simply need to change:
6952               <example compact="compact">/etc/init.d/&lt;package&gt;
6953               &lt;action&gt;</example> in their <prgn>postinst</prgn>
6954               and <prgn>prerm</prgn> scripts to:
6955               <example compact="compact">
6956         if which invoke-rc.d >/dev/null 2>&1; then
6957                 invoke-rc.d <var>package</var> &lt;action&gt;
6958         else
6959                 /etc/init.d/<var>package</var> &lt;action&gt;
6960         fi
6961               </example>
6962             </p>
6963
6964             <p>
6965               A package should register its initscript services using
6966               <prgn>update-rc.d</prgn> before it tries to invoke them
6967               using <prgn>invoke-rc.d</prgn>. Invocation of
6968               unregistered services may fail.
6969             </p>
6970
6971             <p>
6972               For more information about using
6973               <prgn>invoke-rc.d</prgn>, please consult its man page
6974               <manref name="invoke-rc.d" section="8">.
6975             </p>
6976           </sect2>
6977         </sect1>
6978
6979         <sect1>
6980           <heading>Boot-time initialization</heading>
6981
6982           <p>
6983             There used to be another directory, <file>/etc/rc.boot</file>,
6984             which contained scripts which were run once per machine
6985             boot. This has been deprecated in favour of links from
6986             <file>/etc/rcS.d</file> to files in <file>/etc/init.d</file> as
6987             described in <ref id="/etc/init.d">.  Packages must not
6988             place files in <file>/etc/rc.boot</file>.
6989           </p>
6990         </sect1>
6991
6992         <sect1>
6993           <heading>Example</heading>
6994
6995           <p>
6996             An example on which you can base your
6997             <file>/etc/init.d</file> scripts is found in
6998             <file>/etc/init.d/skeleton</file>.
6999           </p>
7000
7001         </sect1>
7002       </sect>
7003
7004       <sect>
7005         <heading>Console messages from <file>init.d</file> scripts</heading>
7006
7007         <p>
7008           This section describes the formats to be used for messages
7009           written to standard output by the <file>/etc/init.d</file>
7010           scripts.  The intent is to improve the consistency of
7011           Debian's startup and shutdown look and feel.  For this
7012           reason, please look very carefully at the details.  We want
7013           the messages to have the same format in terms of wording,
7014           spaces, punctuation and case of letters.
7015         </p>
7016
7017         <p>
7018           Here is a list of overall rules that should be used for
7019           messages generated by <file>/etc/init.d</file> scripts.  
7020         </p>
7021
7022         <p>
7023           <list>
7024             <item>
7025                 The message should fit in one line (fewer than 80
7026                 characters), start with a capital letter and end with
7027                 a period (<tt>.</tt>) and line feed (<tt>"\n"</tt>).
7028             </item>
7029
7030             <item>
7031               If the script is performing some time consuming task in
7032               the background (not merely starting or stopping a
7033               program, for instance), an ellipsis (three dots:
7034               <tt>...</tt>) should be output to the screen, with no
7035               leading or tailing whitespace or line feeds.
7036             </item>
7037
7038             <item>
7039               The messages should appear as if the computer is telling
7040               the user what it is doing (politely :-), but should not
7041                 mention "it" directly.  For example, instead of:
7042                 <example compact="compact">
7043 I'm starting network daemons: nfsd mountd.
7044                 </example>
7045                 the message should say
7046                 <example compact="compact">
7047 Starting network daemons: nfsd mountd.
7048                 </example>
7049             </item>
7050           </list>
7051         </p>
7052
7053         <p>
7054           <tt>init.d</tt> script should use the following  standard
7055           message formats for the situations enumerated below.
7056         </p>
7057
7058         <p>
7059           <list>
7060             <item>
7061               <p>When daemons are started</p>
7062
7063               <p>
7064                 If the script starts one or more daemons, the output
7065                 should look like this (a single line, no leading
7066                 spaces):
7067                 <example compact="compact">
7068 Starting <var>description</var>: <var>daemon-1</var> ... <var>daemon-n</var>.
7069                 </example>
7070                 The <var>description</var> should describe the
7071                 subsystem the daemon or set of daemons are part of,
7072                 while <var>daemon-1</var> up to <var>daemon-n</var>
7073                 denote each daemon's name (typically the file name of
7074                 the program).
7075               </p>
7076
7077               <p>
7078                 For example, the output of <file>/etc/init.d/lpd</file>
7079                 would look like:
7080                 <example compact="compact">
7081 Starting printer spooler: lpd.
7082                 </example>
7083               </p>
7084
7085               <p>
7086                 This can be achieved by saying
7087                 <example compact="compact">
7088 echo -n "Starting printer spooler: lpd"
7089 start-stop-daemon --start --quiet --exec /usr/sbin/lpd
7090 echo "."
7091                 </example>
7092                 in the script. If there are more than one daemon to
7093                 start, the output should look like this:
7094                 <example compact="compact">
7095 echo -n "Starting remote file system services:"
7096 echo -n " nfsd"; start-stop-daemon --start --quiet nfsd
7097 echo -n " mountd"; start-stop-daemon --start --quiet mountd
7098 echo -n " ugidd"; start-stop-daemon --start --quiet ugidd
7099 echo "."
7100                 </example>
7101                 This makes it possible for the user to see what is
7102                 happening and when the final daemon has been started.
7103                 Care should be taken in the placement of white spaces:
7104                 in the example above the system administrators can
7105                 easily comment out a line if they don't want to start
7106                 a specific daemon, while the displayed message still
7107                 looks good.
7108               </p>
7109             </item>
7110
7111             <item>
7112               <p>When a system parameter is being set</p>
7113
7114               <p>
7115                 If you have to set up different system parameters
7116                 during the system boot, you should use this format:
7117                 <example compact="compact">
7118 Setting <var>parameter</var> to "<var>value</var>".
7119                 </example>
7120               </p>
7121
7122               <p>
7123                 You can use a statement such as the following to get
7124                 the quotes right:
7125                 <example compact="compact">
7126 echo "Setting DNS domainname to \"$domainname\"."
7127                 </example>
7128               </p>
7129
7130               <p>
7131                 Note that the same symbol (<tt>"</tt>) <!-- " --> is used
7132                 for the left and right quotation marks.  A grave accent
7133                 (<tt>`</tt>) is not a quote character; neither is an
7134                 apostrophe (<tt>'</tt>).
7135               </p>
7136             </item>
7137
7138             <item>
7139               <p>When a daemon is stopped or restarted</p>
7140
7141               <p>
7142                 When you stop or restart a daemon, you should issue a
7143                 message identical to the startup message, except that
7144                 <tt>Starting</tt> is replaced with <tt>Stopping</tt>
7145                 or <tt>Restarting</tt> respectively.
7146               </p>
7147
7148               <p>
7149                 For example, stopping the printer daemon will look like
7150                 this:
7151                 <example compact="compact">
7152 Stopping printer spooler: lpd.
7153                 </example>
7154               </p>
7155             </item>
7156
7157             <item>
7158               <p>When something is executed</p>
7159
7160               <p>
7161                 There are several examples where you have to run a
7162                 program at system startup or shutdown to perform a
7163                 specific task, for example, setting the system's clock
7164                 using <prgn>netdate</prgn> or killing all processes
7165                 when the system shuts down.  Your message should look
7166                 like this:
7167                 <example compact="compact">
7168 Doing something very useful...done.
7169                 </example>
7170                 You should print the <tt>done.</tt> immediately after
7171                 the job has been completed, so that the user is
7172                 informed why they have to wait.  You can get this
7173                 behavior by saying
7174                 <example compact="compact">
7175 echo -n "Doing something very useful..."
7176 do_something
7177 echo "done."
7178                 </example>
7179                 in your script.
7180               </p>
7181             </item>
7182
7183             <item>
7184               <p>When the configuration is reloaded</p>
7185
7186               <p>
7187                 When a daemon is forced to reload its configuration
7188                 files you should use the following format:
7189                 <example compact="compact">
7190 Reloading <var>description</var> configuration...done.
7191                 </example>
7192                 where <var>description</var> is the same as in the
7193                 daemon starting message.
7194               </p>
7195             </item>
7196           </list>
7197         </p>
7198       </sect>
7199
7200       <sect id="cron-jobs">
7201         <heading>Cron jobs</heading>
7202
7203         <p>
7204           Packages must not modify the configuration file
7205           <file>/etc/crontab</file>, and they must not modify the files in
7206           <file>/var/spool/cron/crontabs</file>.
7207         </p>
7208
7209         <p>
7210           If a package wants to install a job that has to be executed via
7211           cron, it should place a file named as specified
7212           in <ref id="cron-files"> into one or more of the following
7213           directories:
7214           <example compact="compact">
7215 /etc/cron.hourly
7216 /etc/cron.daily
7217 /etc/cron.weekly
7218 /etc/cron.monthly
7219           </example>
7220           As these directory names imply, the files within them are
7221           executed on an hourly, daily, weekly, or monthly basis,
7222           respectively. The exact times are listed in
7223           <file>/etc/crontab</file>.
7224         </p>
7225
7226         <p>
7227           All files installed in any of these directories must be
7228           scripts (e.g., shell scripts or Perl scripts) so that they
7229           can easily be modified by the local system administrator.
7230           In addition, they must be treated as configuration files.
7231         </p>
7232
7233         <p>
7234           If a certain job has to be executed at some other frequency or
7235           at a specific time, the package should install a file in
7236           <file>/etc/cron.d</file> with a name as specified
7237           in <ref id="cron-files">.  This file uses the same syntax
7238           as <file>/etc/crontab</file> and is processed
7239           by <prgn>cron</prgn> automatically. The file must also be
7240           treated as a configuration file. (Note that entries in the
7241           <file>/etc/cron.d</file> directory are not handled by
7242           <prgn>anacron</prgn>. Thus, you should only use this
7243           directory for jobs which may be skipped if the system is not
7244           running.)
7245         </p>
7246
7247         <p>
7248           Unlike <file>crontab</file> files described in the IEEE Std
7249           1003.1-2008 (POSIX.1) available from
7250           <url id="http://www.opengroup.org/onlinepubs/9699919799/"
7251                name="The Open Group">, the files in
7252           <file>/etc/cron.d</file> and the file
7253           <file>/etc/crontab</file> have seven fields; namely:
7254           <enumlist>
7255             <item>Minute [0,59]</item>
7256             <item>Hour [0,23]</item>
7257             <item>Day of the month [1,31]</item>
7258             <item>Month of the year [1,12]</item>
7259             <item>Day of the week ([0,6] with 0=Sunday)</item>
7260             <item>Username</item>
7261             <item>Command to be run</item>
7262           </enumlist>
7263           Ranges of numbers are allowed.  Ranges are two numbers
7264           separated with a hyphen.  The specified range is inclusive.
7265           Lists are allowed.  A list is a set of numbers (or ranges)
7266           separated by commas. Step values can be used in conjunction
7267           with ranges.
7268         </p>
7269
7270         <p>
7271           The scripts or <tt>crontab</tt> entries in these directories should
7272           check if all necessary programs are installed before they
7273           try to execute them. Otherwise, problems will arise when a
7274           package was removed but not purged since configuration files
7275           are kept on the system in this situation.
7276         </p>
7277
7278         <p>
7279           Any <tt>cron</tt> daemon must provide
7280           <file>/usr/bin/crontab</file> and support normal
7281           <tt>crontab</tt> entries as specified in POSIX. The daemon
7282           must also support names for days and months, ranges, and
7283           step values. It has to support <file>/etc/crontab</file>,
7284           and correctly execute the scripts in
7285           <file>/etc/cron.d</file>. The daemon must also correctly
7286           execute scripts in
7287           <file>/etc/cron.{hourly,daily,weekly,monthly}</file>.
7288         </p>
7289
7290         <sect1 id="cron-files">
7291           <heading>Cron job file names</heading>
7292
7293           <p>
7294             The file name of a cron job file should normally match the
7295             name of the package from which it comes.
7296           </p>
7297
7298           <p>
7299             If a package supplies multiple cron job files files in the
7300             same directory, the file names should all start with the name
7301             of the package (possibly modified as described below) followed
7302             by a hyphen (<tt>-</tt>) and a suitable suffix.
7303           </p>
7304
7305           <p>
7306             A cron job file name must not include any period or plus
7307             characters (<tt>.</tt> or <tt>+</tt>) characters as this will
7308             cause cron to ignore the file.  Underscores (<tt>_</tt>)
7309             should be used instead of <tt>.</tt> and <tt>+</tt>
7310             characters.
7311           </p>
7312         </sect1>
7313       </sect>
7314
7315       <sect id="menus">
7316         <heading>Menus</heading>
7317
7318         <p>
7319           The Debian <tt>menu</tt> package provides a standard
7320           interface between packages providing applications and
7321           <em>menu programs</em> (either X window managers or
7322           text-based menu programs such as <prgn>pdmenu</prgn>).
7323         </p>
7324
7325         <p>
7326           All packages that provide applications that need not be
7327           passed any special command line arguments for normal
7328           operation should register a menu entry for those
7329           applications, so that users of the <tt>menu</tt> package
7330           will automatically get menu entries in their window
7331           managers, as well in shells like <tt>pdmenu</tt>.
7332         </p>
7333
7334         <p>
7335           Menu entries should follow the current menu policy.
7336         </p>
7337
7338         <p>
7339           The menu policy can be found in the <tt>menu-policy</tt>
7340           files in the <tt>debian-policy</tt> package.
7341           It is also available from the Debian web mirrors at
7342           <tt><url name="/doc/packaging-manuals/menu-policy/"
7343                 id="http://www.debian.org/doc/packaging-manuals/menu-policy/"></tt>.
7344         </p>
7345
7346         <p>
7347           Please also refer to the <em>Debian Menu System</em>
7348           documentation that comes with the <package>menu</package>
7349           package for information about how to register your
7350           applications.
7351         </p>
7352       </sect>
7353
7354       <sect id="mime">
7355         <heading>Multimedia handlers</heading>
7356
7357         <p>
7358           MIME (Multipurpose Internet Mail Extensions, RFCs 2045-2049)
7359           is a mechanism for encoding files and data streams and
7360           providing meta-information about them, in particular their
7361           type (e.g. audio or video) and format (e.g. PNG, HTML,
7362           MP3).
7363         </p>
7364
7365         <p>
7366           Registration of MIME type handlers allows programs like mail
7367           user agents and web browsers to invoke these handlers to
7368           view, edit or display MIME types they don't support directly.
7369         </p>
7370
7371         <p>
7372           Packages which provide the ability to view/show/play,
7373           compose, edit or print MIME types should register themselves
7374           as such following the current MIME support policy.
7375         </p>
7376
7377         <p>
7378           The <package>mime-support</package> package provides the
7379           <prgn>update-mime</prgn> program which allows packages to
7380           register programs that can show, compose, edit or print
7381           MIME types.
7382         </p>
7383
7384         <p>
7385           Packages containing such programs must register them
7386           with <prgn>update-mime</prgn> as documented in <manref
7387           name="update-mime" section="8">. They should <em>not</em> depend
7388           on, recommend, or suggest <prgn>mime-support</prgn>. Instead,
7389           they should just put something like the following in the
7390           <tt>postinst</tt> and <tt>postrm</tt> scripts:
7391
7392           <example>
7393   if [ -x /usr/sbin/update-mime ]; then
7394       update-mime
7395   fi
7396           </example>
7397         </p>
7398
7399       </sect>
7400
7401       <sect>
7402         <heading>Keyboard configuration</heading>
7403
7404         <p>
7405           To achieve a consistent keyboard configuration so that all
7406           applications interpret a keyboard event the same way, all
7407           programs in the Debian distribution must be configured to
7408           comply with the following guidelines.
7409         </p>
7410
7411         <p>
7412           The following keys must have the specified interpretations:
7413
7414           <taglist>
7415             <tag><tt>&lt;--</tt></tag>
7416             <item>delete the character to the left of the cursor</item>
7417
7418             <tag><tt>Delete</tt></tag>
7419             <item>delete the character to the right of the cursor</item>
7420
7421             <tag><tt>Control+H</tt></tag>
7422             <item>emacs: the help prefix</item>
7423           </taglist>
7424
7425           The interpretation of any keyboard events should be
7426           independent of the terminal that is used, be it a virtual
7427           console, an X terminal emulator, an rlogin/telnet session,
7428           etc.
7429         </p>
7430
7431         <p>
7432           The following list explains how the different programs
7433           should be set up to achieve this:
7434         </p>
7435
7436         <p>
7437           <list>
7438             <item>
7439                 <tt>&lt;--</tt> generates <tt>KB_BackSpace</tt> in X.
7440             </item>
7441
7442             <item>
7443                 <tt>Delete</tt> generates <tt>KB_Delete</tt> in X.
7444             </item>
7445
7446             <item>
7447                 X translations are set up to make
7448                 <tt>KB_Backspace</tt> generate ASCII DEL, and to make
7449                 <tt>KB_Delete</tt> generate <tt>ESC [ 3 ~</tt> (this
7450                 is the vt220 escape code for the "delete character"
7451                 key).  This must be done by loading the X resources
7452                 using <prgn>xrdb</prgn> on all local X displays, not
7453                 using the application defaults, so that the
7454                 translation resources used correspond to the
7455                 <prgn>xmodmap</prgn> settings.
7456             </item>
7457
7458             <item>
7459                 The Linux console is configured to make
7460                 <tt>&lt;--</tt> generate DEL, and <tt>Delete</tt>
7461                 generate <tt>ESC [ 3 ~</tt>.
7462             </item>
7463
7464             <item>
7465                 X applications are configured so that <tt>&lt;</tt>
7466                 deletes left, and <tt>Delete</tt> deletes right.  Motif
7467                 applications already work like this.
7468             </item>
7469
7470             <item>
7471                 Terminals should have <tt>stty erase ^?</tt> .
7472             </item>
7473
7474             <item>
7475                 The <tt>xterm</tt> terminfo entry should have <tt>ESC
7476                 [ 3 ~</tt> for <tt>kdch1</tt>, just as for
7477                 <tt>TERM=linux</tt> and <tt>TERM=vt220</tt>.
7478             </item>
7479
7480             <item>
7481                 Emacs is programmed to map <tt>KB_Backspace</tt> or
7482                 the <tt>stty erase</tt> character to
7483                 <tt>delete-backward-char</tt>, and <tt>KB_Delete</tt>
7484                 or <tt>kdch1</tt> to <tt>delete-forward-char</tt>, and
7485                 <tt>^H</tt> to <tt>help</tt> as always.
7486             </item>
7487
7488             <item>
7489                 Other applications use the <tt>stty erase</tt>
7490                 character and <tt>kdch1</tt> for the two delete keys,
7491                 with ASCII DEL being "delete previous character" and
7492                 <tt>kdch1</tt> being "delete character under
7493                 cursor".
7494             </item>
7495
7496           </list>
7497         </p>
7498
7499         <p>
7500           This will solve the problem except for the following
7501           cases:
7502         </p>
7503
7504         <p>
7505           <list>
7506             <item>
7507                 Some terminals have a <tt>&lt;--</tt> key that cannot
7508                 be made to produce anything except <tt>^H</tt>.  On
7509                 these terminals Emacs help will be unavailable on
7510                 <tt>^H</tt> (assuming that the <tt>stty erase</tt>
7511                 character takes precedence in Emacs, and has been set
7512                 correctly).  <tt>M-x help</tt> or <tt>F1</tt> (if
7513                 available) can be used instead.
7514             </item>
7515
7516             <item>
7517                 Some operating systems use <tt>^H</tt> for <tt>stty
7518                 erase</tt>.  However, modern telnet versions and all
7519                 rlogin versions propagate <tt>stty</tt> settings, and
7520                 almost all UNIX versions honour <tt>stty erase</tt>.
7521                 Where the <tt>stty</tt> settings are not propagated
7522                 correctly, things can be made to work by using
7523                 <tt>stty</tt> manually.
7524             </item>
7525
7526             <item>
7527                 Some systems (including previous Debian versions) use
7528                 <prgn>xmodmap</prgn> to arrange for both
7529                 <tt>&lt;--</tt> and <tt>Delete</tt> to generate
7530                 <tt>KB_Delete</tt>.  We can change the behavior of
7531                 their X clients using the same X resources that we use
7532                 to do it for our own clients, or configure our clients
7533                 using their resources when things are the other way
7534                 around.  On displays configured like this
7535                 <tt>Delete</tt> will not work, but <tt>&lt;--</tt>
7536                 will.
7537             </item>
7538
7539             <item>
7540                 Some operating systems have different <tt>kdch1</tt>
7541                 settings in their <tt>terminfo</tt> database for
7542                 <tt>xterm</tt> and others.  On these systems the
7543                 <tt>Delete</tt> key will not work correctly when you
7544                 log in from a system conforming to our policy, but
7545                 <tt>&lt;--</tt> will.
7546             </item>
7547           </list>
7548         </p>
7549       </sect>
7550
7551       <sect>
7552         <heading>Environment variables</heading>
7553
7554         <p>
7555           A program must not depend on environment variables to get
7556           reasonable defaults.  (That's because these environment
7557           variables would have to be set in a system-wide
7558           configuration file like <file>/etc/profile</file>, which is not
7559           supported by all shells.)
7560         </p>
7561
7562         <p>
7563           If a program usually depends on environment variables for its
7564           configuration, the program should be changed to fall back to
7565           a reasonable default configuration if these environment
7566           variables are not present. If this cannot be done easily
7567           (e.g., if the source code of a non-free program is not
7568           available), the program must be replaced by a small
7569           "wrapper" shell script which sets the environment variables
7570           if they are not already defined, and calls the original program.
7571         </p>
7572
7573         <p>
7574           Here is an example of a wrapper script for this purpose:
7575
7576           <example compact="compact">
7577 #!/bin/sh
7578 BAR=${BAR:-/var/lib/fubar}
7579 export BAR
7580 exec /usr/lib/foo/foo "$@"
7581           </example>
7582         </p>
7583
7584         <p>
7585           Furthermore, as <file>/etc/profile</file> is a configuration
7586           file of the <prgn>base-files</prgn> package, other packages must
7587           not put any environment variables or other commands into that
7588           file.
7589         </p>
7590       </sect>
7591
7592       <sect id="doc-base">
7593         <heading>Registering Documents using doc-base</heading>
7594
7595         <p>
7596           The <package>doc-base</package> package implements a
7597           flexible mechanism for handling and presenting
7598           documentation. The recommended practice is for every Debian
7599           package that provides online documentation (other than just
7600           manual pages) to register these documents with
7601           <package>doc-base</package> by installing a
7602           <package>doc-base</package> control file in
7603           <file>/usr/share/doc-base/</file>.
7604         </p> 
7605         <p>
7606           Please refer to the documentation that comes with the
7607           <package>doc-base</package>  package for information and
7608           details. 
7609         </p>
7610       </sect>
7611
7612     </chapt>
7613
7614
7615     <chapt id="files">
7616       <heading>Files</heading>
7617
7618       <sect id="binaries">
7619         <heading>Binaries</heading>
7620
7621         <p>
7622           Two different packages must not install programs with
7623           different functionality but with the same filenames.  (The
7624           case of two programs having the same functionality but
7625           different implementations is handled via "alternatives" or
7626           the "Conflicts" mechanism.  See <ref id="maintscripts"> and
7627           <ref id="conflicts"> respectively.)  If this case happens,
7628           one of the programs must be renamed.  The maintainers should
7629           report this to the <tt>debian-devel</tt> mailing list and
7630           try to find a consensus about which program will have to be
7631           renamed.  If a consensus cannot be reached, <em>both</em>
7632           programs must be renamed.
7633         </p>
7634
7635         <p>
7636          By default, when a package is being built, any binaries
7637          created should include debugging information, as well as
7638          being compiled with optimization.  You should also turn on
7639          as many reasonable compilation warnings as possible; this
7640          makes life easier for porters, who can then look at build
7641          logs for possible problems.  For the C programming language,
7642          this means the following compilation parameters should be
7643          used:
7644           <example compact="compact">
7645 CC = gcc
7646 CFLAGS = -O2 -g -Wall # sane warning options vary between programs
7647 LDFLAGS = # none
7648 INSTALL = install -s # (or use strip on the files in debian/tmp)
7649           </example>
7650         </p>
7651
7652         <p>
7653           Note that by default all installed binaries should be stripped,
7654           either by using the <tt>-s</tt> flag to
7655           <prgn>install</prgn>, or by calling <prgn>strip</prgn> on
7656           the binaries after they have been copied into
7657           <file>debian/tmp</file> but before the tree is made into a
7658           package.
7659         </p>
7660
7661         <p>
7662           Although binaries in the build tree should be compiled with
7663           debugging information by default, it can often be difficult to
7664           debug programs if they are also subjected to compiler
7665           optimization.  For this reason, it is recommended to support the
7666           standardized environment variable <tt>DEB_BUILD_OPTIONS</tt>
7667           (see <ref id="debianrules-options">).  This variable can contain
7668           several flags to change how a package is compiled and built.
7669         </p>
7670
7671         <p>
7672           It is up to the package maintainer to decide what
7673           compilation options are best for the package.  Certain
7674           binaries (such as computationally-intensive programs) will
7675           function better with certain flags (<tt>-O3</tt>, for
7676           example); feel free to use them.  Please use good judgment
7677           here.  Don't use flags for the sake of it; only use them
7678           if there is good reason to do so.  Feel free to override
7679           the upstream author's ideas about which compilation
7680           options are best: they are often inappropriate for our
7681           environment.
7682         </p>
7683       </sect>
7684
7685
7686       <sect id="libraries">
7687         <heading>Libraries</heading>
7688
7689         <p>
7690           If the package is <strong>architecture: any</strong>, then
7691           the shared library compilation and linking flags must have
7692           <tt>-fPIC</tt>, or the package shall not build on some of
7693           the supported architectures<footnote>
7694             <p>
7695               If you are using GCC, <tt>-fPIC</tt> produces code with
7696               relocatable position independent code, which is required for
7697               most architectures to create a shared library, with i386 and
7698               perhaps some others where non position independent code is
7699               permitted in a shared library.
7700             </p>
7701             <p>
7702               Position independent code may have a performance penalty,
7703               especially on <tt>i386</tt>. However, in most cases the
7704               speed penalty must be measured against the memory wasted on
7705               the few architectures where non position independent code is
7706               even possible.
7707             </p>
7708           </footnote>. Any exception to this rule must be discussed on
7709           the mailing list <em>debian-devel@lists.debian.org</em>, and
7710           a rough consensus obtained.  The reasons for not compiling
7711           with <tt>-fPIC</tt> flag must be recorded in the file
7712           <tt>README.Debian</tt>, and care must be taken to either
7713           restrict the architecture or arrange for <tt>-fPIC</tt> to
7714           be used on architectures where it is required.<footnote>
7715             <p>
7716               Some of the reasons why this might be required is if the
7717               library contains hand crafted assembly code that is not
7718               relocatable, the speed penalty is excessive for compute
7719               intensive libs, and similar reasons.
7720             </p>
7721           </footnote>
7722         </p>
7723         <p>
7724           As to the static libraries, the common case is not to have
7725           relocatable code, since there is no benefit, unless in specific
7726           cases; therefore the static version must not be compiled
7727           with the <tt>-fPIC</tt> flag. Any exception to this rule
7728           should be discussed on the mailing list
7729           <em>debian-devel@lists.debian.org</em>,  and the reasons for
7730           compiling with the <tt>-fPIC</tt> flag must be recorded in
7731           the file <tt>README.Debian</tt>. <footnote>
7732             <p>
7733               Some of the reasons for linking static libraries with
7734               the <tt>-fPIC</tt> flag are if, for example, one needs a
7735               Perl API for a library that is under rapid development,
7736               and has an unstable API, so shared libraries are
7737               pointless at this phase of the library's development. In
7738               that case, since Perl needs a library with relocatable
7739               code, it may make sense to create a static library with
7740               relocatable code. Another reason cited is if you are
7741               distilling various libraries into a common shared
7742               library, like <tt>mklibs</tt> does in the Debian
7743               installer project.
7744             </p>
7745           </footnote>
7746         </p>
7747         <p>
7748           In other words, if both a shared and a static library is
7749           being built, each source unit (<tt>*.c</tt>, for example,
7750           for C files) will need to be compiled twice, for the normal
7751           case. 
7752         </p>
7753
7754         <p>
7755           Libraries should be built with threading support and to be
7756           thread-safe if the library supports this.
7757         </p>
7758
7759         <p>
7760           Although not enforced by the build tools, shared libraries
7761           must be linked against all libraries that they use symbols from
7762           in the same way that binaries are.  This ensures the correct
7763           functioning of the <qref id="sharedlibs-shlibdeps">shlibs</qref>
7764           system and guarantees that all libraries can be safely opened
7765           with <tt>dlopen()</tt>.  Packagers may wish to use the gcc
7766           option <tt>-Wl,-z,defs</tt> when building a shared library.
7767           Since this option enforces symbol resolution at build time,
7768           a missing library reference will be caught early as a fatal
7769           build error.
7770         </p>
7771
7772         <p>
7773           All installed shared libraries should be stripped with
7774           <example compact="compact">
7775 strip --strip-unneeded <var>your-lib</var>
7776           </example>
7777           (The option <tt>--strip-unneeded</tt> makes
7778           <prgn>strip</prgn> remove only the symbols which aren't
7779           needed for relocation processing.)  Shared libraries can
7780           function perfectly well when stripped, since the symbols for
7781           dynamic linking are in a separate part of the ELF object
7782           file.<footnote>
7783               You might also want to use the options
7784               <tt>--remove-section=.comment</tt> and
7785               <tt>--remove-section=.note</tt> on both shared libraries
7786               and executables, and <tt>--strip-debug</tt> on static
7787               libraries.
7788           </footnote>
7789         </p>
7790
7791         <p>
7792           Note that under some circumstances it may be useful to
7793           install a shared library unstripped, for example when
7794           building a separate package to support debugging.
7795         </p>
7796
7797         <p>
7798           Shared object files (often <file>.so</file> files) that are not
7799           public libraries, that is, they are not meant to be linked
7800           to by third party executables (binaries of other packages),
7801           should be installed in subdirectories of the
7802           <file>/usr/lib</file> directory.  Such files are exempt from the
7803           rules that govern ordinary shared libraries, except that
7804           they must not be installed executable and should be
7805           stripped.<footnote>
7806               A common example are the so-called "plug-ins",
7807               internal shared objects that are dynamically loaded by
7808               programs using <manref name="dlopen" section="3">.
7809           </footnote>
7810         </p>
7811
7812         <p>
7813           Packages that use <prgn>libtool</prgn> to create and install
7814           their shared libraries install a file containing additional
7815           metadata (ending in <file>.la</file>) alongside the library.
7816           For public libraries intended for use by other packages, these
7817           files normally should not be included in the Debian package,
7818           since the information they include is not necessary to link with
7819           the shared library on Debian and can add unnecessary additional
7820           dependencies to other programs or libraries.<footnote>
7821             These files store, among other things, all libraries on which
7822             that shared library depends.  Unfortunately, if
7823             the <file>.la</file> file is present and contains that
7824             dependency information, using <prgn>libtool</prgn> when
7825             linking against that library will cause the resulting program
7826             or library to be linked against those dependencies as well,
7827             even if this is unnecessary.  This can create unneeded
7828             dependencies on shared library packages that would otherwise
7829             be hidden behind the library ABI, and can make library
7830             transitions to new SONAMEs unnecessarily complicated and
7831             difficult to manage.
7832           </footnote>
7833           If the <file>.la</file> file is required for that library (if,
7834           for instance, it's loaded via <tt>libltdl</tt> in a way that
7835           requires that meta-information), the <tt>dependency_libs</tt>
7836           setting in the <file>.la</file> file should normally be set to
7837           the empty string.  If the shared library development package has
7838           historically included the <file>.la</file>, it must be retained
7839           in the development package (with <tt>dependency_libs</tt>
7840           emptied) until all libraries that depend on it have removed or
7841           emptied <tt>dependency_libs</tt> in their <file>.la</file>
7842           files to prevent linking with those other libraries
7843           using <prgn>libtool</prgn> from failing.
7844         </p>
7845
7846         <p>
7847           If the <file>.la</file> must be included, it should be included
7848           in the development (<tt>-dev</tt>) package, unless the library
7849           will be loaded by <prgn>libtool</prgn>'s <tt>libltdl</tt>
7850           library.  If it is intended for use with <tt>libltdl</tt>,
7851           the <file>.la</file> files must go in the run-time library
7852           package.
7853         </p>
7854
7855         <p>
7856           These requirements for handling of <file>.la</file> files do not
7857           apply to loadable modules or libraries not installed in
7858           directories searched by default by the dynamic linker.  Packages
7859           installing loadable modules will frequently need to install
7860           the <file>.la</file> files alongside the modules so that they
7861           can be loaded by <tt>libltdl</tt>.  <tt>dependency_libs</tt>
7862           does not need to be modified for libraries or modules that are
7863           not installed in directories searched by the dynamic linker by
7864           default and not intended for use by other packages.
7865         </p>
7866
7867         <p>
7868           You must make sure that you use only released versions of
7869           shared libraries to build your packages; otherwise other
7870           users will not be able to run your binaries
7871           properly. Producing source packages that depend on
7872           unreleased compilers is also usually a bad
7873           idea.
7874         </p>
7875       </sect>
7876
7877
7878       <sect>
7879         <heading>Shared libraries</heading>
7880         <p>
7881           This section has moved to <ref id="sharedlibs">.
7882         </p>
7883       </sect>
7884
7885
7886       <sect id="scripts">
7887         <heading>Scripts</heading>
7888
7889         <p>
7890           All command scripts, including the package maintainer
7891           scripts inside the package and used by <prgn>dpkg</prgn>,
7892           should have a <tt>#!</tt> line naming the shell to be used
7893           to interpret them.
7894         </p>
7895
7896         <p>
7897           In the case of Perl scripts this should be
7898           <tt>#!/usr/bin/perl</tt>.
7899         </p>
7900
7901         <p>
7902           When scripts are installed into a directory in the system
7903           PATH, the script name should not include an extension such
7904           as <tt>.sh</tt> or <tt>.pl</tt> that denotes the scripting
7905           language currently used to implement it.
7906         </p>
7907         <p>
7908           Shell scripts (<prgn>sh</prgn> and <prgn>bash</prgn>) other than
7909           <file>init.d</file> scripts should almost certainly start
7910           with <tt>set -e</tt> so that errors are detected.
7911           <file>init.d</file> scripts are something of a special case, due
7912           to how frequently they need to call commands that are allowed to
7913           fail, and it may instead be easier to check the exit status of
7914           commands directly.  See <ref id="writing-init"> for more
7915           information about writing <file>init.d</file> scripts.
7916         </p>
7917         <p>
7918           Every script should use <tt>set -e</tt> or check the exit status
7919           of <em>every</em> command.
7920         </p>
7921         <p>
7922           Scripts may assume that <file>/bin/sh</file> implements the
7923           SUSv3 Shell Command Language<footnote>
7924             Single UNIX Specification, version 3, which is also IEEE
7925             1003.1-2004 (POSIX), and is available on the World Wide Web
7926             from <url id="http://www.unix.org/version3/online.html"
7927                       name="The Open Group"> after free
7928             registration.</footnote>
7929           plus the following additional features not mandated by
7930           SUSv3:<footnote>
7931             These features are in widespread use in the Linux community
7932             and are implemented in all of bash, dash, and ksh, the most
7933             common shells users may wish to use as <file>/bin/sh</file>.
7934           </footnote>
7935           <list>
7936             <item><tt>echo -n</tt>, if implemented as a shell built-in,
7937               must not generate a newline.</item>
7938             <item><tt>test</tt>, if implemented as a shell built-in, must
7939               support <tt>-a</tt> and <tt>-o</tt> as binary logical
7940               operators.</item>
7941             <item><tt>local</tt> to create a scoped variable must be
7942               supported, including listing multiple variables in a single
7943               local command and assigning a value to a variable at the
7944               same time as localizing it.  <tt>local</tt> may or
7945               may not preserve the variable value from an outer scope if
7946               no assignment is present.  Uses such as:
7947 <example compact>
7948 fname () {
7949     local a b c=delta d
7950     # ... use a, b, c, d ...
7951 }
7952 </example>
7953               must be supported and must set the value of <tt>c</tt> to
7954               <tt>delta</tt>.
7955             </item>
7956             <item>The XSI extension to <prgn>kill</prgn> allowing <tt>kill
7957               -<var>signal</var></tt>, where <var>signal</var> is either
7958               the name of a signal or one of the numeric signals listed in
7959               the XSI extension (0, 1, 2, 3, 6, 9, 14, and 15), must be
7960               supported if <prgn>kill</prgn> is implemented as a shell
7961               built-in.
7962             </item>
7963             <item>The XSI extension to <prgn>trap</prgn> allowing numeric
7964               signals must be supported.  In addition to the signal
7965               numbers listed in the extension, which are the same as for
7966               <prgn>kill</prgn> above, 13 (SIGPIPE) must be allowed.
7967             </item>
7968           </list>
7969           If a shell script requires non-SUSv3 features from the shell
7970           interpreter other than those listed above, the appropriate shell
7971           must be specified in the first line of the script (e.g.,
7972           <tt>#!/bin/bash</tt>) and the package must depend on the package
7973           providing the shell (unless the shell package is marked
7974           "Essential", as in the case of <prgn>bash</prgn>).
7975         </p>
7976
7977         <p>
7978           You may wish to restrict your script to SUSv3 features plus the
7979           above set when possible so that it may use <file>/bin/sh</file>
7980           as its interpreter.  Checking your script
7981           with <prgn>checkbashisms</prgn> from
7982           the <package>devscripts</package> package or running your script
7983           with an alternate shell such as <prgn>posh</prgn> may help
7984           uncover violations of the above requirements.  If in doubt
7985           whether a script complies with these requirements,
7986           use <file>/bin/bash</file>.
7987         </p>
7988
7989         <p>
7990           Perl scripts should check for errors when making any
7991           system calls, including <tt>open</tt>, <tt>print</tt>,
7992           <tt>close</tt>, <tt>rename</tt> and <tt>system</tt>.
7993         </p>
7994
7995         <p>
7996           <prgn>csh</prgn> and <prgn>tcsh</prgn> should be avoided as
7997           scripting languages.  See <em>Csh Programming Considered
7998           Harmful</em>, one of the <tt>comp.unix.*</tt> FAQs, which
7999           can be found at <url id="http://www.faqs.org/faqs/unix-faq/shell/csh-whynot/">.
8000           If an upstream package comes with <prgn>csh</prgn> scripts
8001           then you must make sure that they start with
8002           <tt>#!/bin/csh</tt> and make your package depend on the
8003           <prgn>c-shell</prgn> virtual package.
8004         </p>
8005
8006         <p>
8007           Any scripts which create files in world-writeable
8008           directories (e.g., in <file>/tmp</file>) must use a
8009           mechanism which will fail atomically if a file with the same
8010           name already exists.
8011         </p>
8012
8013         <p>
8014           The Debian base system provides the <prgn>tempfile</prgn>
8015           and <prgn>mktemp</prgn> utilities for use by scripts for
8016           this purpose.
8017         </p>
8018       </sect>
8019
8020
8021       <sect>
8022         <heading>Symbolic links</heading>
8023
8024         <p>
8025           In general, symbolic links within a top-level directory should
8026           be relative, and symbolic links pointing from one top-level
8027           directory to or into another should be absolute. (A top-level
8028           directory is a sub-directory of the root
8029           directory <file>/</file>.)  For example, a symbolic link
8030           from <file>/usr/lib/foo</file> to <file>/usr/share/bar</file>
8031           should be relative (<file>../share/bar</file>), but a symbolic
8032           link from <file>/var/run</file> to <file>/run</file> should be
8033           absolute.<footnote>
8034             This is necessary to allow top-level directories to be
8035             symlinks.  If linking <file>/var/run</file>
8036             to <file>/run</file> were done with the relative symbolic
8037             link <file>../run</file>, but <file>/var</file> were a
8038             symbolic link to <file>/srv/disk1</file>, the symbolic link
8039             would point to <file>/srv/run</file> rather than the intended
8040             target.
8041           </footnote>
8042         </p>
8043
8044         <p>
8045           In addition, symbolic links should be specified as short as
8046           possible, i.e., link targets like <file>foo/../bar</file> are
8047           deprecated.
8048         </p>
8049
8050         <p>
8051           Note that when creating a relative link using
8052           <prgn>ln</prgn> it is not necessary for the target of the
8053           link to exist relative to the working directory you're
8054           running <prgn>ln</prgn> from, nor is it necessary to change
8055           directory to the directory where the link is to be made.
8056           Simply include the string that should appear as the target
8057           of the link (this will be a pathname relative to the
8058           directory in which the link resides) as the first argument
8059           to <prgn>ln</prgn>.
8060         </p>
8061
8062         <p>
8063           For example, in your <prgn>Makefile</prgn> or
8064           <file>debian/rules</file>, you can do things like:
8065           <example compact="compact">
8066 ln -fs gcc $(prefix)/bin/cc
8067 ln -fs gcc debian/tmp/usr/bin/cc
8068 ln -fs ../sbin/sendmail $(prefix)/bin/runq
8069 ln -fs ../sbin/sendmail debian/tmp/usr/bin/runq
8070           </example>
8071         </p>
8072
8073         <p>
8074           A symbolic link pointing to a compressed file should always
8075           have the same file extension as the referenced file. (For
8076           example, if a file <file>foo.gz</file> is referenced by a
8077           symbolic link, the filename of the link has to end with
8078           "<file>.gz</file>" too, as in <file>bar.gz</file>.)
8079         </p>
8080       </sect>
8081
8082       <sect>
8083         <heading>Device files</heading>
8084
8085         <p>
8086           Packages must not include device files or named pipes in the
8087           package file tree.
8088         </p>
8089
8090         <p>
8091           If a package needs any special device files that are not
8092           included in the base system, it must call
8093           <prgn>MAKEDEV</prgn> in the <prgn>postinst</prgn> script,
8094           after notifying the user<footnote>
8095               This notification could be done via a (low-priority)
8096               debconf message, or an echo (printf) statement.
8097           </footnote>.
8098         </p>
8099
8100         <p>
8101           Packages must not remove any device files in the
8102           <prgn>postrm</prgn> or any other script. This is left to the
8103           system administrator.
8104         </p>
8105
8106         <p>
8107           Debian uses the serial devices
8108           <file>/dev/ttyS*</file>. Programs using the old
8109           <file>/dev/cu*</file> devices should be changed to use
8110           <file>/dev/ttyS*</file>.
8111         </p>
8112
8113         <p>
8114           Named pipes needed by the package must be created in
8115           the <prgn>postinst</prgn> script<footnote>
8116             It's better to use <prgn>mkfifo</prgn> rather
8117             than <prgn>mknod</prgn> to create named pipes so that
8118             automated checks for packages incorrectly creating device
8119             files with <prgn>mknod</prgn> won't have false positives.
8120           </footnote> and removed in
8121           the <prgn>prerm</prgn> or <prgn>postrm</prgn> script as
8122           appropriate.
8123         </p>
8124       </sect>
8125
8126       <sect id="config-files">
8127         <heading>Configuration files</heading>
8128
8129         <sect1>
8130           <heading>Definitions</heading>
8131
8132           <p>
8133             <taglist>
8134               <tag>configuration file</tag>
8135               <item>
8136                   A file that affects the operation of a program, or
8137                   provides site- or host-specific information, or
8138                   otherwise customizes the behavior of a program.
8139                   Typically, configuration files are intended to be
8140                   modified by the system administrator (if needed or
8141                   desired) to conform to local policy or to provide
8142                   more useful site-specific behavior.
8143               </item>
8144
8145               <tag><tt>conffile</tt></tag>
8146               <item>
8147                   A file listed in a package's <tt>conffiles</tt>
8148                   file, and is treated specially by <prgn>dpkg</prgn>
8149                   (see <ref id="configdetails">).
8150               </item>
8151             </taglist>
8152           </p>
8153
8154           <p>
8155             The distinction between these two is important; they are
8156             not interchangeable concepts. Almost all
8157             <tt>conffile</tt>s are configuration files, but many
8158             configuration files are not <tt>conffiles</tt>.
8159           </p>
8160
8161           <p>
8162             As noted elsewhere, <file>/etc/init.d</file> scripts,
8163             <file>/etc/default</file> files, scripts installed in
8164             <file>/etc/cron.{hourly,daily,weekly,monthly}</file>, and cron
8165             configuration installed in <file>/etc/cron.d</file> must be
8166             treated as configuration files.  In general, any script that
8167             embeds configuration information is de-facto a configuration
8168             file and should be treated as such.
8169           </p>
8170         </sect1>
8171
8172         <sect1>
8173           <heading>Location</heading>
8174
8175           <p>
8176             Any configuration files created or used by your package
8177             must reside in <file>/etc</file>. If there are several,
8178             consider creating a subdirectory of <file>/etc</file>
8179             named after your package.
8180           </p>
8181
8182           <p>
8183             If your package creates or uses configuration files
8184             outside of <file>/etc</file>, and it is not feasible to modify
8185             the package to use <file>/etc</file> directly, put the files
8186             in <file>/etc</file> and create symbolic links to those files
8187             from the location that the package requires.
8188           </p>
8189         </sect1>
8190
8191         <sect1>
8192           <heading>Behavior</heading>
8193
8194           <p>
8195             Configuration file handling must conform to the following
8196             behavior:
8197             <list compact="compact">
8198               <item>
8199                   local changes must be preserved during a package
8200                   upgrade, and
8201               </item>
8202               <item>
8203                   configuration files must be preserved when the
8204                   package is removed, and only deleted when the
8205                   package is purged.
8206               </item>
8207             </list>
8208             Obsolete configuration files without local changes may be
8209             removed by the package during upgrade.
8210           </p>
8211
8212           <p>
8213             The easy way to achieve this behavior is to make the
8214             configuration file a <tt>conffile</tt>. This is
8215             appropriate only if it is possible to distribute a default
8216             version that will work for most installations, although
8217             some system administrators may choose to modify it. This
8218             implies that the default version will be part of the
8219             package distribution, and must not be modified by the
8220             maintainer scripts during installation (or at any other
8221             time).
8222           </p>
8223
8224           <p>
8225             In order to ensure that local changes are preserved
8226             correctly, no package may contain or make hard links to
8227             conffiles.<footnote>
8228                 Rationale: There are two problems with hard links.
8229                 The first is that some editors break the link while
8230                 editing one of the files, so that the two files may
8231                 unwittingly become unlinked and different.  The second
8232                 is that <prgn>dpkg</prgn> might break the hard link
8233                 while upgrading <tt>conffile</tt>s.
8234             </footnote>
8235           </p>
8236
8237           <p>
8238             The other way to do it is via the maintainer scripts.  In
8239             this case, the configuration file must not be listed as a
8240             <tt>conffile</tt> and must not be part of the package
8241             distribution. If the existence of a file is required for
8242             the package to be sensibly configured it is the
8243             responsibility of the package maintainer to provide
8244             maintainer scripts which correctly create, update and
8245             maintain the file and remove it on purge.  (See <ref
8246             id="maintainerscripts"> for more information.)  These
8247             scripts must be idempotent (i.e., must work correctly if
8248             <prgn>dpkg</prgn> needs to re-run them due to errors
8249             during installation or removal), must cope with all the
8250             variety of ways <prgn>dpkg</prgn> can call maintainer
8251             scripts, must not overwrite or otherwise mangle the user's
8252             configuration without asking, must not ask unnecessary
8253             questions (particularly during upgrades), and must
8254             otherwise be good citizens.
8255           </p>
8256
8257           <p>
8258             The scripts are not required to configure every possible
8259             option for the package, but only those necessary to get
8260             the package running on a given system. Ideally the
8261             sysadmin should not have to do any configuration other
8262             than that done (semi-)automatically by the
8263             <prgn>postinst</prgn> script.
8264           </p>
8265
8266           <p>
8267             A common practice is to create a script called
8268             <file><var>package</var>-configure</file> and have the
8269             package's <prgn>postinst</prgn> call it if and only if the
8270             configuration file does not already exist.  In certain
8271             cases it is useful for there to be an example or template
8272             file which the maintainer scripts use.  Such files should
8273             be in <file>/usr/share/<var>package</var></file> or
8274             <file>/usr/lib/<var>package</var></file> (depending on whether
8275             they are architecture-independent or not).  There should
8276             be symbolic links to them from
8277             <file>/usr/share/doc/<var>package</var>/examples</file> if
8278             they are examples, and should be perfectly ordinary
8279             <prgn>dpkg</prgn>-handled files (<em>not</em>
8280             configuration files).
8281           </p>
8282
8283           <p>
8284             These two styles of configuration file handling must
8285             not be mixed, for that way lies madness:
8286             <prgn>dpkg</prgn> will ask about overwriting the file
8287             every time the package is upgraded.
8288           </p>
8289         </sect1>
8290
8291         <sect1>
8292           <heading>Sharing configuration files</heading>
8293
8294           <p>
8295             If two or more packages use the same configuration file
8296             and it is reasonable for both to be installed at the same
8297             time, one of these packages must be defined as
8298             <em>owner</em> of the configuration file, i.e., it will be
8299             the package which handles that file as a configuration
8300             file.  Other packages that use the configuration file must
8301             depend on the owning package if they require the
8302             configuration file to operate. If the other package will
8303             use the configuration file if present, but is capable of
8304             operating without it, no dependency need be declared.
8305           </p>
8306
8307           <p>
8308             If it is desirable for two or more related packages to
8309             share a configuration file <em>and</em> for all of the
8310             related packages to be able to modify that configuration
8311             file, then the following should be done:
8312             <enumlist compact="compact">
8313               <item>
8314                   One of the related packages (the "owning" package)
8315                   will manage the configuration file with maintainer
8316                   scripts as described in the previous section.
8317               </item>
8318               <item>
8319                   The owning package should also provide a program
8320                   that the other packages may use to modify the
8321                   configuration file.
8322               </item>
8323               <item>
8324                   The related packages must use the provided program
8325                   to make any desired modifications to the
8326                   configuration file.  They should either depend on
8327                   the core package to guarantee that the configuration
8328                   modifier program is available or accept gracefully
8329                   that they cannot modify the configuration file if it
8330                   is not.  (This is in addition to the fact that the
8331                   configuration file may not even be present in the
8332                   latter scenario.)
8333               </item>
8334             </enumlist>
8335           </p>
8336
8337           <p>
8338             Sometimes it's appropriate to create a new package which
8339             provides the basic infrastructure for the other packages
8340             and which manages the shared configuration files.  (The
8341             <tt>sgml-base</tt> package is a good example.)
8342           </p>
8343
8344           <p>
8345             If the configuration file cannot be shared as described above,
8346             the packages must be marked as conflicting with each other.
8347             Two packages that specify the same file as
8348             a <tt>conffile</tt> must conflict.  This is an instance of the
8349             general rule about not sharing files.  Neither alternatives
8350             nor diversions are likely to be appropriate in this case; in
8351             particular, <prgn>dpkg</prgn> does not handle diverted
8352             <tt>conffile</tt>s well.
8353           </p>
8354
8355           <p>
8356             When two packages both declare the same <tt>conffile</tt>, they
8357             may see left-over configuration files from each other even
8358             though they conflict with each other.  If a user removes
8359             (without purging) one of the packages and installs the other,
8360             the new package will take over the <tt>conffile</tt> from the
8361             old package.  If the file was modified by the user, it will be
8362             treated the same as any other locally
8363             modified <tt>conffile</tt> during an upgrade.
8364           </p>
8365
8366           <p>
8367             The maintainer scripts must not alter a <tt>conffile</tt>
8368             of <em>any</em> package, including the one the scripts
8369             belong to.
8370           </p>
8371         </sect1>
8372
8373         <sect1>
8374           <heading>User configuration files ("dotfiles")</heading>
8375
8376           <p>
8377             The files in <file>/etc/skel</file> will automatically be
8378             copied into new user accounts by <prgn>adduser</prgn>.
8379             No other program should reference the files in
8380             <file>/etc/skel</file>.
8381           </p>
8382
8383           <p>
8384             Therefore, if a program needs a dotfile to exist in
8385             advance in <file>$HOME</file> to work sensibly, that dotfile
8386             should be installed in <file>/etc/skel</file> and treated as a
8387             configuration file.
8388           </p>
8389
8390           <p>
8391             However, programs that require dotfiles in order to
8392             operate sensibly are a bad thing, unless they do create
8393             the dotfiles themselves automatically.
8394           </p>
8395
8396           <p>
8397             Furthermore, programs should be configured by the Debian
8398             default installation to behave as closely to the upstream
8399             default behavior as possible.
8400           </p>
8401
8402           <p>
8403             Therefore, if a program in a Debian package needs to be
8404             configured in some way in order to operate sensibly, that
8405             should be done using a site-wide configuration file placed
8406             in <file>/etc</file>.  Only if the program doesn't support a
8407             site-wide default configuration and the package maintainer
8408             doesn't have time to add it may a default per-user file be
8409             placed in <file>/etc/skel</file>.
8410           </p>
8411
8412           <p>
8413             <file>/etc/skel</file> should be as empty as we can make it.
8414             This is particularly true because there is no easy (or
8415             necessarily desirable) mechanism for ensuring that the
8416             appropriate dotfiles are copied into the accounts of
8417             existing users when a package is installed.
8418           </p>
8419         </sect1>
8420       </sect>
8421
8422       <sect>
8423         <heading>Log files</heading>
8424         <p>
8425           Log files should usually be named
8426           <file>/var/log/<var>package</var>.log</file>.  If you have many
8427           log files, or need a separate directory for permission
8428           reasons (<file>/var/log</file> is writable only by
8429           <file>root</file>), you should usually create a directory named
8430           <file>/var/log/<var>package</var></file> and place your log
8431           files there.
8432         </p>
8433
8434         <p>
8435           Log files must be rotated occasionally so that they don't grow
8436           indefinitely.  The best way to do this is to install a log
8437           rotation configuration file in the
8438           directory <file>/etc/logrotate.d</file>, normally
8439           named <file>/etc/logrotate.d/<var>package</var></file>, and use
8440           the facilities provided by <prgn>logrotate</prgn>.
8441           <footnote>
8442             <p>
8443               The traditional approach to log files has been to set up
8444               <em>ad hoc</em> log rotation schemes using simple shell
8445               scripts and cron.  While this approach is highly
8446               customizable, it requires quite a lot of sysadmin work.
8447               Even though the original Debian system helped a little
8448               by automatically installing a system which can be used
8449               as a template, this was deemed not enough.
8450             </p>
8451
8452             <p>
8453               The use of <prgn>logrotate</prgn>, a program developed
8454               by Red Hat, is better, as it centralizes log management.
8455               It has both a configuration file
8456               (<file>/etc/logrotate.conf</file>) and a directory where
8457               packages can drop their individual log rotation
8458               configurations (<file>/etc/logrotate.d</file>).
8459             </p>
8460           </footnote>
8461           Here is a good example for a logrotate config
8462           file (for more information see <manref name="logrotate"
8463             section="8">):
8464           <example compact="compact">
8465 /var/log/foo/*.log {
8466     rotate 12
8467     weekly
8468     compress
8469     missingok
8470     postrotate
8471         start-stop-daemon -K -p /var/run/foo.pid -s HUP -x /usr/sbin/foo -q
8472     endscript
8473 }
8474           </example>
8475           This rotates all files under <file>/var/log/foo</file>, saves 12
8476           compressed generations, and tells the daemon to reopen its log
8477           files after the log rotation.  It skips this log rotation
8478           (via <tt>missingok</tt>) if no such log file is present, which
8479           avoids errors if the package is removed but not purged.
8480         </p>
8481
8482         <p>
8483           Log files should be removed when the package is
8484           purged (but not when it is only removed).  This should be
8485           done by the <prgn>postrm</prgn> script when it is called
8486           with the argument <tt>purge</tt> (see <ref
8487           id="removedetails">).
8488         </p>
8489       </sect>
8490
8491       <sect id="permissions-owners">
8492         <heading>Permissions and owners</heading>
8493
8494         <p>
8495           The rules in this section are guidelines for general use.
8496           If necessary you may deviate from the details below.
8497           However, if you do so you must make sure that what is done
8498           is secure and you should try to be as consistent as possible
8499           with the rest of the system.  You should probably also
8500           discuss it on <prgn>debian-devel</prgn> first.
8501         </p>
8502
8503         <p>
8504           Files should be owned by <tt>root:root</tt>, and made
8505           writable only by the owner and universally readable (and
8506           executable, if appropriate), that is mode 644 or 755.
8507         </p>
8508
8509         <p>
8510           Directories should be mode 755 or (for group-writability)
8511           mode 2775.  The ownership of the directory should be
8512           consistent with its mode: if a directory is mode 2775, it
8513           should be owned by the group that needs write access to
8514           it.<footnote>
8515             <p>
8516               When a package is upgraded, and the owner or permissions
8517               of a file included in the package has changed, dpkg
8518               arranges for the ownership and permissions to be
8519               correctly set upon installation. However, this does not
8520               extend to directories; the permissions and ownership of
8521               directories already on the system does not change on
8522               install or upgrade of packages.  This makes sense, since
8523               otherwise common directories like <tt>/usr</tt> would
8524               always be in flux.  To correctly change permissions of a
8525               directory the package owns, explicit action is required,
8526               usually in the <tt>postinst</tt> script. Care must be
8527               taken to handle downgrades as well, in that case.
8528             </p>
8529           </footnote>
8530         </p>
8531
8532         <p>
8533           Control information files should be owned by <tt>root:root</tt>
8534           and either mode 644 (for most files) or mode 755 (for
8535           executables such as <qref id="maintscripts">maintainer
8536           scripts</qref>).
8537         </p>
8538
8539         <p>
8540           Setuid and setgid executables should be mode 4755 or 2755
8541           respectively, and owned by the appropriate user or group.
8542           They should not be made unreadable (modes like 4711 or
8543           2711 or even 4111); doing so achieves no extra security,
8544           because anyone can find the binary in the freely available
8545           Debian package; it is merely inconvenient.  For the same
8546           reason you should not restrict read or execute permissions
8547           on non-set-id executables.
8548         </p>
8549
8550         <p>
8551           Some setuid programs need to be restricted to particular
8552           sets of users, using file permissions.  In this case they
8553           should be owned by the uid to which they are set-id, and by
8554           the group which should be allowed to execute them.  They
8555           should have mode 4754; again there is no point in making
8556           them unreadable to those users who must not be allowed to
8557           execute them.
8558         </p>
8559
8560         <p>
8561           It is possible to arrange that the system administrator can
8562           reconfigure the package to correspond to their local
8563           security policy by changing the permissions on a binary:
8564           they can do this by using <prgn>dpkg-statoverride</prgn>, as
8565           described below.<footnote>
8566             Ordinary files installed by <prgn>dpkg</prgn> (as
8567             opposed to <tt>conffile</tt>s and other similar objects)
8568             normally have their permissions reset to the distributed
8569             permissions when the package is reinstalled.  However,
8570             the use of <prgn>dpkg-statoverride</prgn> overrides this
8571             default behavior.
8572           </footnote>
8573           Another method you should consider is to create a group for
8574           people allowed to use the program(s) and make any setuid
8575           executables executable only by that group.
8576         </p>
8577
8578         <p>
8579           If you need to create a new user or group for your package
8580           there are two possibilities.  Firstly, you may need to
8581           make some files in the binary package be owned by this
8582           user or group, or you may need to compile the user or
8583           group id (rather than just the name) into the binary
8584           (though this latter should be avoided if possible, as in
8585           this case you need a statically allocated id).</p>
8586
8587         <p>
8588           If you need a statically allocated id, you must ask for a
8589           user or group id from the <tt>base-passwd</tt> maintainer,
8590           and must not release the package until you have been
8591           allocated one.  Once you have been allocated one you must
8592           either make the package depend on a version of the
8593           <tt>base-passwd</tt> package with the id present in
8594           <file>/etc/passwd</file> or <file>/etc/group</file>, or arrange for
8595           your package to create the user or group itself with the
8596           correct id (using <tt>adduser</tt>) in its
8597           <prgn>preinst</prgn> or <prgn>postinst</prgn>.  (Doing it in
8598           the <prgn>postinst</prgn> is to be preferred if it is
8599           possible, otherwise a pre-dependency will be needed on the
8600           <tt>adduser</tt> package.)
8601         </p>
8602
8603         <p>
8604           On the other hand, the program might be able to determine
8605           the uid or gid from the user or group name at runtime, so
8606           that a dynamically allocated id can be used.  In this case
8607           you should choose an appropriate user or group name,
8608           discussing this on <prgn>debian-devel</prgn> and checking
8609           with the <package/base-passwd/ maintainer that it is unique and that
8610           they do not wish you to use a statically allocated id
8611           instead.  When this has been checked you must arrange for
8612           your package to create the user or group if necessary using
8613           <prgn>adduser</prgn> in the <prgn>preinst</prgn> or
8614           <prgn>postinst</prgn> script (again, the latter is to be
8615           preferred if it is possible).
8616         </p>
8617
8618         <p>
8619           Note that changing the numeric value of an id associated
8620           with a name is very difficult, and involves searching the
8621           file system for all appropriate files.  You need to think
8622           carefully whether a static or dynamic id is required, since
8623           changing your mind later will cause problems.
8624         </p>
8625
8626         <sect1><heading>The use of <prgn>dpkg-statoverride</prgn></heading>
8627           <p>
8628             This section is not intended as policy, but as a
8629             description of the use of <prgn>dpkg-statoverride</prgn>.
8630           </p>
8631
8632           <p>
8633             If a system administrator wishes to have a file (or
8634             directory or other such thing) installed with owner and
8635             permissions different from those in the distributed Debian
8636             package, they can use the <prgn>dpkg-statoverride</prgn>
8637             program to instruct <prgn>dpkg</prgn> to use the different
8638             settings every time the file is installed.  Thus the
8639             package maintainer should distribute the files with their
8640             normal permissions, and leave it for the system
8641             administrator to make any desired changes.  For example, a
8642             daemon which is normally required to be setuid root, but
8643             in certain situations could be used without being setuid,
8644             should be installed setuid in the <tt>.deb</tt>.  Then the
8645             local system administrator can change this if they wish.
8646             If there are two standard ways of doing it, the package
8647             maintainer can use <tt>debconf</tt> to find out the
8648             preference, and call <prgn>dpkg-statoverride</prgn> in the
8649             maintainer script if necessary to accommodate the system
8650             administrator's choice. Care must be taken during
8651             upgrades to not override an existing setting.
8652           </p>
8653
8654           <p>
8655             Given the above, <prgn>dpkg-statoverride</prgn> is
8656             essentially a tool for system administrators and would not
8657             normally be needed in the maintainer scripts.  There is
8658             one type of situation, though, where calls to
8659             <prgn>dpkg-statoverride</prgn> would be needed in the
8660             maintainer scripts, and that involves packages which use
8661             dynamically allocated user or group ids.  In such a
8662             situation, something like the following idiom can be very
8663             helpful in the package's <prgn>postinst</prgn>, where
8664             <tt>sysuser</tt> is a dynamically allocated id:
8665             <example>
8666 for i in /usr/bin/foo /usr/sbin/bar
8667 do
8668   # only do something when no setting exists
8669   if ! dpkg-statoverride --list $i >/dev/null 2>&1
8670   then
8671     #include: debconf processing, question about foo and bar
8672     if [ "$RET" = "true" ] ; then
8673       dpkg-statoverride --update --add sysuser root 4755 $i
8674     fi
8675   fi
8676 done
8677             </example>
8678             The corresponding code to remove the override when the package
8679             is purged would be:
8680             <example>
8681 for i in /usr/bin/foo /usr/sbin/bar
8682 do
8683   if dpkg-statoverride --list $i >/dev/null 2>&1
8684   then
8685     dpkg-statoverride --remove $i
8686   fi
8687 done
8688             </example>
8689           </p>
8690         </sect1>
8691       </sect>
8692     </chapt>
8693
8694
8695     <chapt id="customized-programs">
8696       <heading>Customized programs</heading>
8697
8698       <sect id="arch-spec">
8699         <heading>Architecture specification strings</heading>
8700
8701         <p>
8702           If a program needs to specify an <em>architecture specification
8703           string</em> in some place, it should select one of the strings
8704           provided by <tt>dpkg-architecture -L</tt>. The strings are in
8705           the format <tt><var>os</var>-<var>arch</var></tt>, though the OS
8706           part is sometimes elided, as when the OS is Linux.
8707         </p>
8708
8709         <p>
8710           Note that we don't want to use
8711           <tt><var>arch</var>-debian-linux</tt> to apply to the rule
8712           <tt><var>architecture</var>-<var>vendor</var>-<var>os</var></tt>
8713           since this would make our programs incompatible with other
8714           Linux distributions.  We also don't use something like
8715           <tt><var>arch</var>-unknown-linux</tt>, since the
8716           <tt>unknown</tt> does not look very good.
8717         </p>
8718
8719         <sect1 id="arch-wildcard-spec">
8720           <heading>Architecture wildcards</heading>
8721
8722           <p>
8723             A package may specify an architecture wildcard. Architecture
8724             wildcards are in the format <tt>any</tt> (which matches every
8725             architecture), <tt><var>os</var></tt>-any, or
8726             any-<tt><var>cpu</var></tt>. <footnote>
8727               Internally, the package system normalizes the GNU triplets
8728               and the Debian arches into Debian arch triplets (which are
8729               kind of inverted GNU triplets), with the first component of
8730               the triplet representing the libc and ABI in use, and then
8731               does matching against those triplets.  However, such
8732               triplets are an internal implementation detail that should
8733               not be used by packages directly.  The libc and ABI portion
8734               is handled internally by the package system based on
8735               the <var>os</var> and <var>cpu</var>.
8736             </footnote>
8737           </p>
8738         </sect1>
8739       </sect>
8740
8741       <sect>
8742         <heading>Daemons</heading>
8743
8744         <p>
8745           The configuration files <file>/etc/services</file>,
8746           <file>/etc/protocols</file>, and <file>/etc/rpc</file> are managed
8747           by the <prgn>netbase</prgn> package and must not be modified
8748           by other packages.
8749         </p>
8750
8751         <p>
8752           If a package requires a new entry in one of these files, the
8753           maintainer should get in contact with the
8754           <prgn>netbase</prgn> maintainer, who will add the entries
8755           and release a new version of the <prgn>netbase</prgn>
8756           package.
8757         </p>
8758
8759         <p>
8760           The configuration file <file>/etc/inetd.conf</file> must not be
8761           modified by the package's scripts except via the
8762           <prgn>update-inetd</prgn> script or the
8763           <file>DebianNet.pm</file> Perl module.  See their documentation
8764           for details on how to add entries.
8765         </p>
8766
8767         <p>
8768           If a package wants to install an example entry into
8769           <file>/etc/inetd.conf</file>, the entry must be preceded with
8770           exactly one hash character (<tt>#</tt>). Such lines are
8771           treated as "commented out by user" by the
8772           <prgn>update-inetd</prgn> script and are not changed or
8773           activated during package updates.
8774         </p>
8775       </sect>
8776
8777       <sect>
8778         <heading>Using pseudo-ttys and modifying wtmp, utmp and
8779         lastlog</heading>
8780
8781         <p>
8782           Some programs need to create pseudo-ttys. This should be done
8783           using Unix98 ptys if the C library supports it. The resulting
8784           program must not be installed setuid root, unless that
8785           is required for other functionality.
8786         </p>
8787
8788         <p>
8789           The files <file>/var/run/utmp</file>, <file>/var/log/wtmp</file> and
8790           <file>/var/log/lastlog</file> must be installed writable by
8791           group <tt>utmp</tt>.  Programs which need to modify those
8792           files must be installed setgid <tt>utmp</tt>.
8793         </p>
8794       </sect>
8795
8796       <sect>
8797         <heading>Editors and pagers</heading>
8798
8799         <p>
8800           Some programs have the ability to launch an editor or pager
8801           program to edit or display a text document.  Since there are
8802           lots of different editors and pagers available in the Debian
8803           distribution, the system administrator and each user should
8804           have the possibility to choose their preferred editor and
8805           pager.
8806         </p>
8807
8808         <p>
8809           In addition, every program should choose a good default
8810           editor/pager if none is selected by the user or system
8811           administrator.
8812         </p>
8813
8814         <p>
8815           Thus, every program that launches an editor or pager must
8816           use the EDITOR or PAGER environment variable to determine
8817           the editor or pager the user wishes to use.  If these
8818           variables are not set, the programs <file>/usr/bin/editor</file>
8819           and <file>/usr/bin/pager</file> should be used, respectively.
8820         </p>
8821
8822         <p>
8823           These two files are managed through the <prgn>dpkg</prgn>
8824           "alternatives" mechanism.  Every package providing an editor or
8825           pager must call the <prgn>update-alternatives</prgn> script to
8826           register as an alternative for <file>/usr/bin/editor</file>
8827           or <file>/usr/bin/pager</file> as appropriate.  The alternative
8828           should have a slave alternative
8829           for <file>/usr/share/man/man1/editor.1.gz</file>
8830           or <file>/usr/share/man/man1/pager.1.gz</file> pointing to the
8831           corresponding manual page.
8832         </p>
8833
8834         <p>
8835           If it is very hard to adapt a program to make use of the
8836           EDITOR or PAGER variables, that program may be configured to
8837           use <file>/usr/bin/sensible-editor</file> and
8838           <file>/usr/bin/sensible-pager</file> as the editor or pager
8839           program respectively.  These are two scripts provided in the
8840           <package>sensible-utils</package> package that check the EDITOR
8841           and PAGER variables and launch the appropriate program, and fall
8842           back to <file>/usr/bin/editor</file>
8843           and <file>/usr/bin/pager</file> if the variable is not set.
8844         </p>
8845
8846         <p>
8847           A program may also use the VISUAL environment variable to
8848           determine the user's choice of editor.  If it exists, it
8849           should take precedence over EDITOR.  This is in fact what
8850           <file>/usr/bin/sensible-editor</file> does.
8851         </p>
8852
8853         <p>
8854           It is not required for a package to depend on
8855           <tt>editor</tt> and <tt>pager</tt>, nor is it required for a
8856           package to provide such virtual packages.<footnote>
8857               The Debian base system already provides an editor and a
8858               pager program.
8859           </footnote>
8860         </p>
8861       </sect>
8862
8863       <sect id="web-appl">
8864         <heading>Web servers and applications</heading>
8865
8866         <p>
8867           This section describes the locations and URLs that should
8868           be used by all web servers and web applications in the
8869           Debian system.
8870         </p>
8871
8872         <p>
8873           <enumlist>
8874             <item>
8875                 Cgi-bin executable files are installed in the
8876                 directory
8877                 <example compact="compact">
8878 /usr/lib/cgi-bin/<var>cgi-bin-name</var>
8879                 </example>
8880                 or a subdirectory of that directory, and should be
8881                 referred to as
8882                 <example compact="compact">
8883 http://localhost/cgi-bin/<var>cgi-bin-name</var>
8884                 </example>
8885                 (possibly with a subdirectory name
8886                 before <var>cgi-bin-name</var>).
8887             </item>
8888
8889             <item>
8890               <p>Access to HTML documents</p>
8891
8892               <p>
8893                 HTML documents for a package are stored in
8894                 <file>/usr/share/doc/<var>package</var></file>
8895                 and can be referred to as
8896                 <example compact="compact">
8897 http://localhost/doc/<var>package</var>/<var>filename</var>
8898                 </example>
8899               </p>
8900
8901               <p>
8902                 The web server should restrict access to the document
8903                 tree so that only clients on the same host can read
8904                 the documents. If the web server does not support such
8905                 access controls, then it should not provide access at
8906                 all, or ask about providing access during installation.
8907               </p>
8908             </item>
8909
8910             <item>
8911               <p>Access to images</p>
8912               <p>
8913                 It is recommended that images for a package be stored
8914                 in <tt>/usr/share/images/<var>package</var></tt> and
8915                 may be referred to through an alias <tt>/images/</tt>
8916                 as
8917                 <example>
8918                   http://localhost/images/&lt;package&gt;/&lt;filename&gt;     
8919                 </example>
8920                 
8921               </p>
8922             </item>
8923
8924             <item>
8925               <p>Web Document Root</p>
8926
8927               <p>
8928                 Web Applications should try to avoid storing files in
8929                 the Web Document Root.  Instead they should use the
8930                 /usr/share/doc/<var>package</var> directory for
8931                 documents and register the Web Application via the
8932                 <package>doc-base</package> package.  If access to the
8933                 web document root is unavoidable then use
8934                 <example compact="compact">
8935 /var/www
8936                 </example>
8937                 as the Document Root.  This might be just a symbolic
8938                 link to the location where the system administrator
8939                 has put the real document root.
8940               </p>
8941             </item>
8942             <item><p>Providing httpd and/or httpd-cgi</p>
8943               <p>
8944                 All web servers should provide the virtual package
8945                 <tt>httpd</tt>. If a web server has CGI support it should
8946                 provide <tt>httpd-cgi</tt> additionally.
8947               </p>
8948               <p>
8949                 All web applications which do not contain CGI scripts should
8950                 depend on <tt>httpd</tt>, all those web applications which
8951                 <tt>do</tt> contain CGI scripts, should depend on
8952                 <tt>httpd-cgi</tt>.
8953               </p>
8954             </item>
8955           </enumlist>
8956         </p>
8957       </sect>
8958
8959       <sect id="mail-transport-agents">
8960         <heading>Mail transport, delivery and user agents</heading>
8961
8962         <p>
8963           Debian packages which process electronic mail, whether mail
8964           user agents (MUAs) or mail transport agents (MTAs), must
8965           ensure that they are compatible with the configuration
8966           decisions below.  Failure to do this may result in lost
8967           mail, broken <tt>From:</tt> lines, and other serious brain
8968           damage!
8969         </p>
8970
8971         <p>
8972           The mail spool is <file>/var/mail</file> and the interface to
8973           send a mail message is <file>/usr/sbin/sendmail</file> (as per
8974           the FHS).  On older systems, the mail spool may be
8975           physically located in <file>/var/spool/mail</file>, but all
8976           access to the mail spool should be via the
8977           <file>/var/mail</file> symlink.  The mail spool is part of the
8978           base system and not part of the MTA package.
8979         </p>
8980
8981         <p>
8982           All Debian MUAs, MTAs, MDAs and other mailbox accessing
8983           programs (such as IMAP daemons) must lock the mailbox in an
8984           NFS-safe way. This means that <tt>fcntl()</tt> locking must
8985           be combined with dot locking.  To avoid deadlocks, a program
8986           should use <tt>fcntl()</tt> first and dot locking after
8987           this, or alternatively implement the two locking methods in
8988           a non blocking way<footnote>
8989               If it is not possible to establish both locks, the
8990               system shouldn't wait for the second lock to be
8991               established, but remove the first lock, wait a (random)
8992               time, and start over locking again.
8993           </footnote>. Using the functions <tt>maillock</tt> and
8994           <tt>mailunlock</tt> provided by the
8995           <tt>liblockfile*</tt><footnote>
8996               You will need to depend on <tt>liblockfile1 (&gt;&gt;1.01)</tt>
8997               to use these functions.
8998           </footnote> packages is the recommended way to realize this.
8999         </p>
9000
9001         <p>
9002           Mailboxes are generally either mode 600 and owned by
9003           <var>user</var> or mode 660 and owned by
9004           <tt><var>user</var>:mail</tt><footnote>
9005             There are two traditional permission schemes for mail spools:
9006             mode 600 with all mail delivery done by processes running as
9007             the destination user, or mode 660 and owned by group mail with
9008             mail delivery done by a process running as a system user in
9009             group mail.  Historically, Debian required mode 660 mail
9010             spools to enable the latter model, but that model has become
9011             increasingly uncommon and the principle of least privilege
9012             indicates that mail systems that use the first model should
9013             use permissions of 600.  If delivery to programs is permitted,
9014             it's easier to keep the mail system secure if the delivery
9015             agent runs as the destination user.  Debian Policy therefore
9016             permits either scheme.
9017           </footnote>. The local system administrator may choose a
9018           different permission scheme; packages should not make
9019           assumptions about the permission and ownership of mailboxes
9020           unless required (such as when creating a new mailbox).  A MUA
9021           may remove a mailbox (unless it has nonstandard permissions) in
9022           which case the MTA or another MUA must recreate it if needed.
9023         </p>
9024
9025         <p>
9026           The mail spool is 2775 <tt>root:mail</tt>, and MUAs should
9027           be setgid mail to do the locking mentioned above (and
9028           must obviously avoid accessing other users' mailboxes
9029           using this privilege).</p>
9030
9031         <p>
9032           <file>/etc/aliases</file> is the source file for the system mail
9033           aliases (e.g., postmaster, usenet, etc.), it is the one
9034           which the sysadmin and <prgn>postinst</prgn> scripts may
9035           edit.  After <file>/etc/aliases</file> is edited the program or
9036           human editing it must call <prgn>newaliases</prgn>.  All MTA
9037           packages must come with a <prgn>newaliases</prgn> program,
9038           even if it does nothing, but older MTA packages did not do
9039           this so programs should not fail if <prgn>newaliases</prgn>
9040           cannot be found.  Note that because of this, all MTA
9041           packages must have <tt>Provides</tt>, <tt>Conflicts</tt> and
9042           <tt>Replaces: mail-transport-agent</tt> control fields.
9043         </p>
9044
9045         <p>
9046           The convention of writing <tt>forward to
9047             <var>address</var></tt> in the mailbox itself is not
9048           supported.  Use a <tt>.forward</tt> file instead.</p>
9049
9050         <p>
9051           The <prgn>rmail</prgn> program used by UUCP
9052           for incoming mail should be  <file>/usr/sbin/rmail</file>.
9053           Likewise, <prgn>rsmtp</prgn>, for receiving
9054           batch-SMTP-over-UUCP, should be <file>/usr/sbin/rsmtp</file> if it
9055           is supported.</p>
9056
9057         <p>
9058           If your package needs to know what hostname to use on (for
9059           example) outgoing news and mail messages which are generated
9060           locally, you should use the file <file>/etc/mailname</file>.  It
9061           will contain the portion after the username and <tt>@</tt>
9062           (at) sign for email addresses of users on the machine
9063           (followed by a newline).
9064         </p>
9065
9066         <p>
9067           Such a package should check for the existence of this file
9068           when it is being configured.  If it exists, it should be
9069           used without comment, although an MTA's configuration script
9070           may wish to prompt the user even if it finds that this file
9071           exists.  If the file does not exist, the package should
9072           prompt the user for the value (preferably using
9073           <prgn>debconf</prgn>) and store it in <file>/etc/mailname</file>
9074           as well as using it in the package's configuration.  The
9075           prompt should make it clear that the name will not just be
9076           used by that package.  For example, in this situation the
9077           <tt>inn</tt> package could say something like:
9078           <example compact="compact">
9079 Please enter the "mail name" of your system.  This is the
9080 hostname portion of the address to be shown on outgoing
9081 news and mail messages.  The default is
9082 <var>syshostname</var>, your system's host name.  Mail
9083 name ["<var>syshostname</var>"]:
9084           </example>
9085           where <var>syshostname</var> is the output of <tt>hostname
9086             --fqdn</tt>.
9087         </p>
9088       </sect>
9089
9090       <sect>
9091         <heading>News system configuration</heading>
9092
9093         <p>
9094           All the configuration files related to the NNTP (news)
9095           servers and clients should be located under
9096           <file>/etc/news</file>.</p>
9097
9098         <p>
9099           There are some configuration issues that apply to a number
9100           of news clients and server packages on the machine. These
9101           are:
9102
9103           <taglist>
9104             <tag><file>/etc/news/organization</file></tag>
9105             <item>
9106                 A string which should appear as the
9107                 organization header for all messages posted
9108                 by NNTP clients on the machine
9109             </item>
9110
9111             <tag><file>/etc/news/server</file></tag>
9112             <item>
9113                 Contains the FQDN of the upstream NNTP
9114                 server, or localhost if the local machine is
9115                 an NNTP server.
9116             </item>
9117           </taglist>
9118
9119           Other global files may be added as required for cross-package news
9120           configuration.
9121         </p>
9122       </sect>
9123
9124
9125       <sect>
9126         <heading>Programs for the X Window System</heading>
9127
9128         <sect1>
9129           <heading>Providing X support and package priorities</heading>
9130
9131           <p>
9132             Programs that can be configured with support for the X
9133             Window System must be configured to do so and must declare
9134             any package dependencies necessary to satisfy their
9135             runtime requirements when using the X Window System.  If
9136             such a package is of higher priority than the X packages
9137             on which it depends, it is required that either the
9138             X-specific components be split into a separate package, or
9139             that an alternative version of the package, which includes
9140             X support, be provided, or that the package's priority be
9141             lowered.
9142           </p>
9143         </sect1>
9144
9145         <sect1>
9146           <heading>Packages providing an X server</heading>
9147
9148           <p>
9149             Packages that provide an X server that, directly or
9150             indirectly, communicates with real input and display
9151             hardware should declare in their <tt>Provides</tt> control
9152             field that they provide the virtual
9153             package <tt>xserver</tt>.<footnote>
9154                 This implements current practice, and provides an
9155                 actual policy for usage of the <tt>xserver</tt>
9156                 virtual package which appears in the virtual packages
9157                 list.  In a nutshell, X servers that interface
9158                 directly with the display and input hardware or via
9159                 another subsystem (e.g., GGI) should provide
9160                 <tt>xserver</tt>.  Things like <tt>Xvfb</tt>,
9161                 <tt>Xnest</tt>, and <tt>Xprt</tt> should not.
9162             </footnote>
9163           </p>
9164         </sect1>
9165
9166         <sect1>
9167           <heading>Packages providing a terminal emulator</heading>
9168
9169           <p>
9170             Packages that provide a terminal emulator for the X Window
9171             System which meet the criteria listed below should declare in
9172             their <tt>Provides</tt> control field that they provide the
9173             virtual package <tt>x-terminal-emulator</tt>.  They should
9174             also register themselves as an alternative for
9175             <file>/usr/bin/x-terminal-emulator</file>, with a priority of
9176             20.  That alternative should have a slave alternative
9177             for <file>/usr/share/man/man1/x-terminal-emulator.1.gz</file>
9178             pointing to the corresponding manual page.
9179           </p>
9180
9181           <p>
9182             To be an <tt>x-terminal-emulator</tt>, a program must:
9183             <list compact="compact">
9184               <item>
9185                   Be able to emulate a DEC VT100 terminal, or a
9186                   compatible terminal.
9187               </item>
9188
9189               <item>
9190                   Support the command-line option <tt>-e
9191                     <var>command</var></tt>, which creates a new
9192                   terminal window<footnote>
9193                       "New terminal window" does not necessarily mean
9194                       a new top-level X window directly parented by
9195                       the window manager; it could, if the terminal
9196                       emulator application were so coded, be a new
9197                       "view" in a multiple-document interface (MDI).
9198                   </footnote>
9199                   and runs the specified <var>command</var>,
9200                   interpreting the entirety of the rest of the command
9201                   line as a command to pass straight to exec, in the
9202                   manner that <tt>xterm</tt> does.
9203               </item>
9204
9205               <item>
9206                   Support the command-line option <tt>-T
9207                     <var>title</var></tt>, which creates a new terminal
9208                   window with the window title <var>title</var>.
9209               </item>
9210             </list>
9211           </p>
9212         </sect1>
9213
9214         <sect1>
9215           <heading>Packages providing a window manager</heading>
9216
9217           <p>
9218             Packages that provide a window manager should declare in
9219             their <tt>Provides</tt> control field that they provide the
9220             virtual package <tt>x-window-manager</tt>.  They should also
9221             register themselves as an alternative for
9222             <file>/usr/bin/x-window-manager</file>, with a priority
9223             calculated as follows:
9224             <list compact="compact">
9225               <item>
9226                   Start with a priority of 20.
9227               </item>
9228
9229               <item>
9230                   If the window manager supports the Debian menu
9231                   system, add 20 points if this support is available
9232                   in the package's default configuration (i.e., no
9233                   configuration files belonging to the system or user
9234                   have to be edited to activate the feature); if
9235                   configuration files must be modified, add only 10
9236                   points.
9237                 </p>
9238               </item>
9239
9240               <item>
9241                   If the window manager complies with <url
9242                     id="http://www.freedesktop.org/wiki/Specifications/wm-spec"
9243                     name="The Window Manager Specification Project">,
9244                   written by the <url id="http://www.freedesktop.org/wiki/"
9245                     name="Free Desktop Group">, add 40 points.
9246               </item>
9247
9248               <item>
9249                   If the window manager permits the X session to be
9250                   restarted using a <em>different</em> window manager
9251                   (without killing the X server) in its default
9252                   configuration, add 10 points; otherwise add none.
9253               </item>
9254             </list>
9255             That alternative should have a slave alternative
9256             for <file>/usr/share/man/man1/x-window-manager.1.gz</file>
9257             pointing to the corresponding manual page.
9258           </p>
9259         </sect1>
9260
9261         <sect1>
9262           <heading>Packages providing fonts</heading>
9263
9264           <p>
9265             Packages that provide fonts for the X Window
9266             System<footnote>
9267                 For the purposes of Debian Policy, a "font for the X
9268                 Window System" is one which is accessed via X protocol
9269                 requests.  Fonts for the Linux console, for PostScript
9270                 renderer, or any other purpose, do not fit this
9271                 definition.  Any tool which makes such fonts available
9272                 to the X Window System, however, must abide by this
9273                 font policy.
9274             </footnote>
9275             must do a number of things to ensure that they are both
9276             available without modification of the X or font server
9277             configuration, and that they do not corrupt files used by
9278             other font packages to register information about
9279             themselves.
9280             <enumlist>
9281               <item>
9282                   Fonts of any type supported by the X Window System
9283                   must be in a separate binary package from any
9284                   executables, libraries, or documentation (except
9285                   that specific to the fonts shipped, such as their
9286                   license information).  If one or more of the fonts
9287                   so packaged are necessary for proper operation of
9288                   the package with which they are associated the font
9289                   package may be Recommended; if the fonts merely
9290                   provide an enhancement, a Suggests relationship may
9291                   be used.  Packages must not Depend on font
9292                   packages.<footnote>
9293                       This is because the X server may retrieve fonts
9294                       from the local file system or over the network
9295                       from an X font server; the Debian package system
9296                       is empowered to deal only with the local
9297                       file system.
9298                   </footnote>
9299               </item>
9300
9301               <item>
9302                   BDF fonts must be converted to PCF fonts with the
9303                   <prgn>bdftopcf</prgn> utility (available in the
9304                   <tt>xfonts-utils</tt> package, <prgn>gzip</prgn>ped, and
9305                   placed in a directory that corresponds to their
9306                   resolution:
9307                   <list compact="compact">
9308                     <item>
9309                         100 dpi fonts must be placed in
9310                         <file>/usr/share/fonts/X11/100dpi/</file>.
9311                     </item>
9312
9313                     <item>
9314                         75 dpi fonts must be placed in
9315                         <file>/usr/share/fonts/X11/75dpi/</file>.
9316                     </item>
9317
9318                     <item>
9319                         Character-cell fonts, cursor fonts, and other
9320                         low-resolution fonts must be placed in
9321                         <file>/usr/share/fonts/X11/misc/</file>.
9322                     </item>
9323                   </list>
9324               </item>
9325
9326               <item>
9327                   Type 1 fonts must be placed in
9328                   <file>/usr/share/fonts/X11/Type1/</file>.  If font
9329                   metric files are available, they must be placed here
9330                   as well.
9331               </item>
9332
9333               <item>
9334                   Subdirectories of <file>/usr/share/fonts/X11/</file>
9335                   other than those listed above must be neither
9336                   created nor used.  (The <file>PEX</file>, <file>CID</file>,
9337                   <file>Speedo</file>, and <file>cyrillic</file> directories
9338                   are excepted for historical reasons, but installation of
9339                   files into these directories remains discouraged.)
9340               </item>
9341
9342               <item>
9343                   Font packages may, instead of placing files directly
9344                   in the X font directories listed above, provide
9345                   symbolic links in that font directory pointing to
9346                   the files' actual location in the filesystem.  Such
9347                   a location must comply with the FHS.
9348               </item>
9349
9350               <item>
9351                   Font packages should not contain both 75dpi and
9352                   100dpi versions of a font.  If both are available,
9353                   they should be provided in separate binary packages
9354                   with <tt>-75dpi</tt> or <tt>-100dpi</tt> appended to
9355                   the names of the packages containing the
9356                   corresponding fonts.
9357               </item>
9358
9359               <item>
9360                   Fonts destined for the <file>misc</file> subdirectory
9361                   should not be included in the same package as 75dpi
9362                   or 100dpi fonts; instead, they should be provided in
9363                   a separate package with <tt>-misc</tt> appended to
9364                   its name.
9365               </item>
9366
9367               <item>
9368                   Font packages must not provide the files
9369                   <file>fonts.dir</file>, <file>fonts.alias</file>, or
9370                   <file>fonts.scale</file> in a font directory:
9371                   <list>
9372                     <item>
9373                         <file>fonts.dir</file> files must not be provided at all.
9374                     </item>
9375
9376                     <item>
9377                         <file>fonts.alias</file> and <file>fonts.scale</file>
9378                         files, if needed, should be provided in the
9379                         directory
9380                         <file>/etc/X11/fonts/<var>fontdir</var>/<var>package</var>.<var>extension</var></file>,
9381                         where <var>fontdir</var> is the name of the
9382                         subdirectory of
9383                         <file>/usr/share/fonts/X11/</file> where the
9384                         package's corresponding fonts are stored
9385                         (e.g., <tt>75dpi</tt> or <tt>misc</tt>),
9386                         <var>package</var> is the name of the package
9387                         that provides these fonts, and
9388                         <var>extension</var> is either <tt>scale</tt>
9389                         or <tt>alias</tt>, whichever corresponds to
9390                         the file contents.
9391                     </item>
9392                   </list>
9393               </item>
9394
9395               <item>
9396                   Font packages must declare a dependency on
9397                   <tt>xfonts-utils</tt> in their <tt>Depends</tt>
9398                   or <tt>Pre-Depends</tt> control field.
9399               </item>
9400
9401               <item>
9402                   Font packages that provide one or more
9403                   <file>fonts.scale</file> files as described above must
9404                   invoke <prgn>update-fonts-scale</prgn> on each
9405                   directory into which they installed fonts
9406                   <em>before</em> invoking
9407                   <prgn>update-fonts-dir</prgn> on that directory.
9408                   This invocation must occur in both the
9409                   <prgn>postinst</prgn> (for all arguments) and
9410                   <prgn>postrm</prgn> (for all arguments except
9411                   <tt>upgrade</tt>) scripts.
9412               </item>
9413
9414               <item>
9415                   Font packages that provide one or more
9416                   <file>fonts.alias</file> files as described above must
9417                   invoke <prgn>update-fonts-alias</prgn> on each
9418                   directory into which they installed fonts.  This
9419                   invocation must occur in both the
9420                   <prgn>postinst</prgn> (for all arguments) and
9421                   <prgn>postrm</prgn> (for all arguments except
9422                   <tt>upgrade</tt>) scripts.
9423               </item>
9424
9425               <item>
9426                   Font packages must invoke
9427                   <prgn>update-fonts-dir</prgn> on each directory into
9428                   which they installed fonts.  This invocation must
9429                   occur in both the <prgn>postinst</prgn> (for all
9430                   arguments) and <prgn>postrm</prgn> (for all
9431                   arguments except <tt>upgrade</tt>) scripts.
9432               </item>
9433
9434               <item>
9435                   Font packages must not provide alias names for the
9436                   fonts they include which collide with alias names
9437                   already in use by fonts already packaged.
9438               </item>
9439
9440               <item>
9441                   Font packages must not provide fonts with the same
9442                   XLFD registry name as another font already packaged.
9443               </item>
9444             </enumlist>
9445           </p>
9446         </sect1>
9447
9448         <sect1 id="appdefaults">
9449           <heading>Application defaults files</heading>
9450
9451           <p>
9452             Application defaults files must be installed in the
9453             directory <file>/etc/X11/app-defaults/</file> (use of a
9454             localized subdirectory of <file>/etc/X11/</file> as described
9455             in the <em>X Toolkit Intrinsics - C Language
9456             Interface</em> manual is also permitted).  They must be
9457             registered as <tt>conffile</tt>s or handled as
9458             configuration files.
9459           </p>
9460
9461           <p>
9462             Customization of programs' X resources may also be
9463             supported with the provision of a file with the same name
9464             as that of the package placed in
9465             the <file>/etc/X11/Xresources/</file> directory, which
9466             must be registered as a <tt>conffile</tt> or handled as a
9467             configuration file.<footnote>
9468                 Note that this mechanism is not the same as using
9469                 app-defaults; app-defaults are tied to the client
9470                 binary on the local file system, whereas X resources
9471                 are stored in the X server and affect all connecting
9472                 clients.
9473             </footnote>
9474           </p>
9475         </sect1>
9476
9477         <sect1>
9478           <heading>Installation directory issues</heading>
9479
9480           <p>
9481             Historically, packages using the X Window System used a
9482             separate set of installation directories from other packages.
9483             This practice has been discontinued and packages using the X
9484             Window System should now generally be installed in the same
9485             directories as any other package.  Specifically, packages must
9486             not install files under the <file>/usr/X11R6/</file> directory
9487             and the <file>/usr/X11R6/</file> directory hierarchy should be
9488             regarded as obsolete.
9489           </p>
9490
9491           <p>
9492             Include files previously installed under
9493             <file>/usr/X11R6/include/X11/</file> should be installed into
9494             <file>/usr/include/X11/</file>.  For files previously
9495             installed into subdirectories of
9496             <file>/usr/X11R6/lib/X11/</file>, package maintainers should
9497             determine if subdirectories of <file>/usr/lib/</file> and
9498             <file>/usr/share/</file> can be used.  If not, a subdirectory
9499             of <file>/usr/lib/X11/</file> should be used.
9500           </p>
9501
9502           <p>
9503             Configuration files for window, display, or session managers
9504             or other applications that are tightly integrated with the X
9505             Window System may be placed in a subdirectory
9506             of <file>/etc/X11/</file> corresponding to the package name.
9507             Other X Window System applications should use
9508             the <file>/etc/</file> directory unless otherwise mandated by
9509             policy (such as for <ref id="appdefaults">).
9510           </p>
9511         </sect1>
9512       </sect>
9513
9514       <sect id="perl">
9515         <heading>Perl programs and modules</heading>
9516
9517         <p>
9518           Perl programs and modules should follow the current Perl policy.
9519         </p>
9520
9521         <p>
9522           The Perl policy can be found in the <tt>perl-policy</tt>
9523           files in the <tt>debian-policy</tt> package.
9524           It is also available from the Debian web mirrors at
9525           <tt><url name="/doc/packaging-manuals/perl-policy/"
9526                 id="http://www.debian.org/doc/packaging-manuals/perl-policy/"></tt>.
9527         </p>
9528       </sect>
9529
9530       <sect id="emacs">
9531         <heading>Emacs lisp programs</heading>
9532
9533         <p>
9534           Please refer to the "Debian Emacs Policy" for details of how to
9535           package emacs lisp programs.
9536         </p>
9537
9538         <p>
9539           The Emacs policy is available in
9540           <file>debian-emacs-policy.gz</file> of the
9541           <package>emacsen-common</package> package.
9542           It is also available from the Debian web mirrors at
9543           <tt><url name="/doc/packaging-manuals/debian-emacs-policy"
9544                 id="http://www.debian.org/doc/packaging-manuals/debian-emacs-policy"></tt>.
9545         </p>
9546       </sect>
9547
9548       <sect>
9549         <heading>Games</heading>
9550
9551         <p>
9552           The permissions on <file>/var/games</file> are mode 755, owner
9553           <tt>root</tt> and group <tt>root</tt>.
9554         </p>
9555
9556         <p>
9557           Each game decides on its own security policy.</p>
9558
9559         <p>
9560           Games which require protected, privileged access to
9561           high-score files, saved games, etc., may be made
9562           set-<em>group</em>-id (mode 2755) and owned by
9563           <tt>root:games</tt>, and use files and directories with
9564           appropriate permissions (770 <tt>root:games</tt>, for
9565           example).  They must not be made
9566           set-<em>user</em>-id, as this causes security problems. (If
9567           an attacker can subvert any set-user-id game they can
9568           overwrite the executable of any other, causing other players
9569           of these games to run a Trojan horse program.  With a
9570           set-group-id game the attacker only gets access to less
9571           important game data, and if they can get at the other
9572           players' accounts at all it will take considerably more
9573           effort.)</p>
9574
9575         <p>
9576           Some packages, for example some fortune cookie programs, are
9577           configured by the upstream authors to install with their
9578           data files or other static information made unreadable so
9579           that they can only be accessed through set-id programs
9580           provided.  You should not do this in a Debian package: anyone can
9581           download the <file>.deb</file> file and read the data from it,
9582           so there is no point making the files unreadable.  Not
9583           making the files unreadable also means that you don't have
9584           to make so many programs set-id, which reduces the risk of a
9585           security hole.</p>
9586
9587         <p>
9588           As described in the FHS, binaries of games should be
9589           installed in the directory <file>/usr/games</file>. This also
9590           applies to games that use the X Window System. Manual pages
9591           for games (X and non-X games) should be installed in
9592           <file>/usr/share/man/man6</file>.</p>
9593       </sect>
9594     </chapt>
9595
9596
9597     <chapt id="docs">
9598       <heading>Documentation</heading>
9599
9600       <sect>
9601         <heading>Manual pages</heading>
9602
9603         <p>
9604           You should install manual pages in <prgn>nroff</prgn> source
9605           form, in appropriate places under <file>/usr/share/man</file>.
9606           You should only use sections 1 to 9 (see the FHS for more
9607           details).  You must not install a pre-formatted "cat page".
9608         </p>
9609
9610         <p>
9611           Each program, utility, and function should have an
9612           associated manual page included in the same package. It is
9613           suggested that all configuration files also have a manual
9614           page included as well. Manual pages for protocols and other
9615           auxiliary things are optional.
9616         </p>
9617
9618         <p>
9619           If no manual page is available, this is considered as a bug
9620           and should be reported to the Debian Bug Tracking System (the
9621           maintainer of the package is allowed to write this bug report
9622           themselves, if they so desire).  Do not close the bug report
9623           until a proper man page is available.<footnote>
9624               It is not very hard to write a man page. See the
9625               <url id="http://www.schweikhardt.net/man_page_howto.html"
9626                 name="Man-Page-HOWTO">,
9627               <manref name="man" section="7">, the examples created
9628               by <prgn>dh_make</prgn>, the helper
9629               program <prgn>help2man</prgn>, or the
9630               directory <file>/usr/share/doc/man-db/examples</file>.
9631           </footnote>
9632         </p>
9633
9634         <p>
9635           You may forward a complaint about a missing man page to the
9636           upstream authors, and mark the bug as forwarded in the
9637           Debian bug tracking system.  Even though the GNU Project do
9638           not in general consider the lack of a man page to be a bug,
9639           we do; if they tell you that they don't consider it a bug
9640           you should leave the bug in our bug tracking system open
9641           anyway.
9642         </p>
9643
9644         <p>
9645           Manual pages should be installed compressed using <tt>gzip -9</tt>.
9646         </p>
9647
9648         <p>
9649           If one man page needs to be accessible via several names it
9650           is better to use a symbolic link than the <file>.so</file>
9651           feature, but there is no need to fiddle with the relevant
9652           parts of the upstream source to change from <file>.so</file> to
9653           symlinks: don't do it unless it's easy.  You should not
9654           create hard links in the manual page directories, nor put
9655           absolute filenames in <file>.so</file> directives.  The filename
9656           in a <file>.so</file> in a man page should be relative to the
9657           base of the man page tree (usually
9658           <file>/usr/share/man</file>). If you do not create any links
9659           (whether symlinks, hard links, or <tt>.so</tt> directives)
9660           in the file system to the alternate names of the man page,
9661           then you should not rely on <prgn>man</prgn> finding your
9662           man page under those names based solely on the information in
9663           the man page's header.<footnote>
9664               Supporting this in <prgn>man</prgn> often requires
9665               unreasonable processing time to find a manual page or to
9666               report that none exists, and moves knowledge into man's
9667               database that would be better left in the file system.
9668               This support is therefore deprecated and will cease to
9669               be present in the future.
9670           </footnote>
9671         </p>
9672
9673         <p>
9674           Manual pages in locale-specific subdirectories of
9675           <file>/usr/share/man</file> should use either UTF-8 or the usual
9676           legacy encoding for that language (normally the one corresponding
9677           to the shortest relevant locale name in
9678           <file>/usr/share/i18n/SUPPORTED</file>). For example, pages under
9679           <file>/usr/share/man/fr</file> should use either UTF-8 or
9680           ISO-8859-1.<footnote>
9681             <prgn>man</prgn> will automatically detect whether UTF-8 is in
9682             use. In future, all manual pages will be required to use
9683             UTF-8.
9684           </footnote>
9685         </p>
9686
9687         <p>
9688           A country name (the <tt>DE</tt> in <tt>de_DE</tt>) should not be
9689           included in the subdirectory name unless it indicates a
9690           significant difference in the language, as this excludes
9691           speakers of the language in other countries.<footnote>
9692             At the time of writing, Chinese and Portuguese are the main
9693             languages with such differences, so <file>pt_BR</file>,
9694             <file>zh_CN</file>, and <file>zh_TW</file> are all allowed.
9695           </footnote>
9696         </p>
9697
9698         <p>
9699           If a localized version of a manual page is provided, it should
9700           either be up-to-date or it should be obvious to the reader that
9701           it is outdated and the original manual page should be used
9702           instead.  This can be done either by a note at the beginning of
9703           the manual page or by showing the missing or changed portions in
9704           the original language instead of the target language.
9705         </p>
9706       </sect>
9707
9708       <sect>
9709         <heading>Info documents</heading>
9710
9711         <p>
9712           Info documents should be installed in <file>/usr/share/info</file>.
9713           They should be compressed with <tt>gzip -9</tt>.
9714         </p>
9715
9716         <p>
9717           The <prgn>install-info</prgn> program maintains a directory of
9718           installed info documents in <file>/usr/share/info/dir</file> for
9719           the use of info readers.<footnote>
9720             It was previously necessary for packages installing info
9721             documents to run <prgn>install-info</prgn> from maintainer
9722             scripts.  This is no longer necessary.  The installation
9723             system now uses dpkg triggers.
9724           </footnote>
9725           This file must not be included in packages.  Packages containing
9726           info documents should depend on <tt>dpkg (>= 1.15.4) |
9727           install-info</tt> to ensure that the directory file is properly
9728           rebuilt during partial upgrades from Debian 5.0 (lenny) and
9729           earlier.
9730         </p>
9731
9732         <p>
9733           Info documents should contain section and directory entry
9734           information in the document for the use
9735           of <prgn>install-info</prgn>.  The section should be specified
9736           via a line starting with <tt>INFO-DIR-SECTION</tt> followed by a
9737           space and the section of this info page.  The directory entry or
9738           entries should be included between
9739           a <tt>START-INFO-DIR-ENTRY</tt> line and
9740           an <tt>END-INFO-DIR-ENTRY</tt> line.  For example:
9741           <example>
9742 INFO-DIR-SECTION Individual utilities
9743 START-INFO-DIR-ENTRY
9744 * example: (example).               An example info directory entry.
9745 END-INFO-DIR-ENTRY
9746           </example>
9747           To determine which section to use, you should look
9748           at <file>/usr/share/info/dir</file> on your system and choose
9749           the most relevant (or create a new section if none of the
9750           current sections are relevant).<footnote>
9751             Normally, info documents are generated from Texinfo source.
9752             To include this information in the generated info document, if
9753             it is absent, add commands like:
9754             <example>
9755 @dircategory Individual utilities
9756 @direntry
9757 * example: (example).               An example info directory entry.
9758 @end direntry
9759             </example>
9760             to the Texinfo source of the document and ensure that the info
9761             documents are rebuilt from source during the package build.
9762           </footnote>
9763         </p>
9764       </sect>
9765
9766       <sect>
9767         <heading>Additional documentation</heading>
9768
9769         <p>
9770           Any additional documentation that comes with the package may
9771           be installed at the discretion of the package maintainer.
9772           Plain text documentation should be installed in the directory
9773           <file>/usr/share/doc/<var>package</var></file>, where
9774           <var>package</var> is the name of the package, and
9775           compressed with <tt>gzip -9</tt> unless it is small.
9776         </p>
9777
9778         <p>
9779           If a package comes with large amounts of documentation which
9780           many users of the package will not require you should create
9781           a separate binary package to contain it, so that it does not
9782           take up disk space on the machines of users who do not need
9783           or want it installed.</p>
9784
9785         <p>
9786           It is often a good idea to put text information files
9787           (<file>README</file>s, changelogs, and so forth) that come with
9788           the source package in <file>/usr/share/doc/<var>package</var></file>
9789           in the binary package.  However, you don't need to install
9790           the instructions for building and installing the package, of
9791           course!</p>
9792
9793         <p>
9794           Packages must not require the existence of any files in
9795           <file>/usr/share/doc/</file> in order to function
9796           <footnote>
9797               The system administrator should be able to
9798               delete files in <file>/usr/share/doc/</file> without causing
9799               any programs to break.
9800           </footnote>.
9801           Any files that are referenced by programs but are also
9802           useful as stand alone documentation should be installed under
9803           <file>/usr/share/<var>package</var>/</file> with symbolic links from
9804           <file>/usr/share/doc/<var>package</var></file>.
9805         </p>
9806
9807         <p>
9808           <file>/usr/share/doc/<var>package</var></file> may be a symbolic
9809           link to another directory in <file>/usr/share/doc</file> only if
9810           the two packages both come from the same source and the
9811           first package Depends on the second.<footnote>
9812             <p>
9813               Please note that this does not override the section on
9814               changelog files below, so the file 
9815               <file>/usr/share/doc/<var>package</var>/changelog.Debian.gz</file>
9816               must refer to the changelog for the current version of
9817               <var>package</var> in question. In practice, this means
9818               that the sources of the target and the destination of the
9819               symlink must be the same (same source package and
9820               version). 
9821             </p>
9822           </footnote>
9823         </p>
9824
9825         <p>
9826           Former Debian releases placed all additional documentation
9827           in <file>/usr/doc/<var>package</var></file>.  This has been
9828           changed to <file>/usr/share/doc/<var>package</var></file>,
9829           and packages must not put documentation in the directory
9830           <file>/usr/doc/<var>package</var></file>. <footnote>
9831             At this phase of the transition, we no longer require a
9832             symbolic link in <file>/usr/doc/</file>. At a later point,
9833             policy shall change to make the symbolic links a bug.
9834           </footnote>
9835         </p>
9836       </sect>
9837
9838       <sect>
9839         <heading>Preferred documentation formats</heading>
9840
9841         <p>
9842           The unification of Debian documentation is being carried out
9843           via HTML.</p>
9844
9845         <p>
9846           If your package comes with extensive documentation in a
9847           markup format that can be converted to various other formats
9848           you should if possible ship HTML versions in a binary
9849           package, in the directory
9850           <file>/usr/share/doc/<var>appropriate-package</var></file> or
9851           its subdirectories.<footnote>
9852               The rationale: The important thing here is that HTML
9853               docs should be available in <em>some</em> package, not
9854               necessarily in the main binary package.
9855           </footnote>
9856         </p>
9857
9858         <p>
9859           Other formats such as PostScript may be provided at the
9860           package maintainer's discretion.
9861         </p>
9862       </sect>
9863
9864       <sect id="copyrightfile">
9865         <heading>Copyright information</heading>
9866
9867         <p>
9868           Every package must be accompanied by a verbatim copy of its
9869           copyright information and distribution license in the file
9870           <file>/usr/share/doc/<var>package</var>/copyright</file>. This
9871           file must neither be compressed nor be a symbolic link.
9872         </p>
9873
9874         <p>
9875           In addition, the copyright file must say where the upstream
9876           sources (if any) were obtained, and should name the original
9877           authors.
9878         </p>
9879
9880         <p>
9881           Packages in the <em>contrib</em> or <em>non-free</em> archive
9882           areas should state in the copyright file that the package is not
9883           part of the Debian distribution and briefly explain why.
9884         </p>
9885
9886         <p>
9887           A copy of the file which will be installed in
9888           <file>/usr/share/doc/<var>package</var>/copyright</file> should
9889           be in <file>debian/copyright</file> in the source package.
9890         </p>
9891
9892         <p>
9893           <file>/usr/share/doc/<var>package</var></file> may be a symbolic
9894           link to another directory in <file>/usr/share/doc</file> only if
9895           the two packages both come from the same source and the
9896           first package Depends on the second.  These rules are important
9897           because <file>copyright</file> files must be extractable by
9898           mechanical means.
9899         </p>
9900
9901         <p>
9902           Packages distributed under the Apache license (version 2.0), the
9903           Artistic license, the GNU GPL (versions 1, 2, or 3), the GNU
9904           LGPL (versions 2, 2.1, or 3), and the GNU FDL (versions 1.2 or
9905           1.3) should refer to the corresponding files
9906           under <file>/usr/share/common-licenses</file>,<footnote>
9907             <p>
9908               In particular,
9909               <file>/usr/share/common-licenses/Apache-2.0</file>,
9910               <file>/usr/share/common-licenses/Artistic</file>,
9911               <file>/usr/share/common-licenses/GPL-1</file>,
9912               <file>/usr/share/common-licenses/GPL-2</file>,
9913               <file>/usr/share/common-licenses/GPL-3</file>,
9914               <file>/usr/share/common-licenses/LGPL-2</file>,
9915               <file>/usr/share/common-licenses/LGPL-2.1</file>,
9916               <file>/usr/share/common-licenses/LGPL-3</file>,
9917               <file>/usr/share/common-licenses/GFDL-1.2</file>, and
9918               <file>/usr/share/common-licenses/GFDL-1.3</file>
9919               respectively.  The University of California BSD license is
9920               also included in <package>base-files</package> as
9921               <file>/usr/share/common-licenses/BSD</file>, but given the
9922               brevity of this license, its specificity to code whose
9923               copyright is held by the Regents of the University of
9924               California, and the frequency of minor wording changes, its
9925               text should be included in the copyright file rather than
9926               referencing this file.
9927             </p>
9928           </footnote> rather than quoting them in the copyright
9929           file. 
9930         </p>
9931
9932         <p>
9933           You should not use the copyright file as a general <file>README</file>
9934           file.  If your package has such a file it should be
9935           installed in <file>/usr/share/doc/<var>package</var>/README</file> or
9936           <file>README.Debian</file> or some other appropriate place.
9937         </p>
9938
9939         <p>
9940           All copyright files must be encoded in UTF-8.
9941         </p>
9942
9943         <sect1 id="copyrightformat">
9944           <heading>Machine-readable copyright information</heading>
9945
9946           <p>
9947             A specification for a standard, machine-readable format
9948             for <file>debian/copyright</file> files is maintained as part
9949             of the <package>debian-policy</package> package.  This
9950             document may be found in the <file>copyright-format</file>
9951             files in the <package>debian-policy</package> package.  It is
9952             also available from the Debian web mirrors at
9953             <tt><url name="/doc/packaging-manuals/copyright-format/1.0/"
9954                      id="http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/"></tt>.
9955           </p>
9956
9957           <p>
9958             Use of this format is optional.
9959           </p>
9960         </sect1>
9961       </sect>
9962
9963       <sect>
9964         <heading>Examples</heading>
9965
9966         <p>
9967           Any examples (configurations, source files, whatever),
9968           should be installed in a directory
9969           <file>/usr/share/doc/<var>package</var>/examples</file>.  These
9970           files should not be referenced by any program: they're there
9971           for the benefit of the system administrator and users as
9972           documentation only.  Architecture-specific example files
9973           should be installed in a directory
9974           <file>/usr/lib/<var>package</var>/examples</file> with symbolic
9975           links to them from
9976           <file>/usr/share/doc/<var>package</var>/examples</file>, or the
9977           latter directory itself may be a symbolic link to the
9978           former.
9979         </p>
9980
9981         <p>
9982           If the purpose of a package is to provide examples, then the
9983           example files may be installed into
9984           <file>/usr/share/doc/<var>package</var></file>.
9985         </p>
9986       </sect>
9987
9988       <sect id="changelogs">
9989         <heading>Changelog files</heading>
9990
9991         <p>
9992           Packages that are not Debian-native must contain a
9993           compressed copy of the <file>debian/changelog</file> file from
9994           the Debian source tree in
9995           <file>/usr/share/doc/<var>package</var></file> with the name
9996           <file>changelog.Debian.gz</file>.
9997         </p>
9998
9999         <p>
10000           If an upstream changelog is available, it should be accessible as
10001           <file>/usr/share/doc/<var>package</var>/changelog.gz</file> in
10002           plain text.  If the upstream changelog is distributed in
10003           HTML, it should be made available in that form as
10004           <file>/usr/share/doc/<var>package</var>/changelog.html.gz</file>
10005           and a plain text <file>changelog.gz</file> should be generated
10006           from it using, for example, <tt>lynx -dump -nolist</tt>.  If
10007           the upstream changelog files do not already conform to this
10008           naming convention, then this may be achieved either by
10009           renaming the files, or by adding a symbolic link, at the
10010           maintainer's discretion.<footnote>
10011               Rationale: People should not have to look in places for
10012               upstream changelogs merely because they are given
10013               different names or are distributed in HTML format.
10014           </footnote>
10015         </p>
10016
10017         <p>
10018           All of these files should be installed compressed using
10019           <tt>gzip -9</tt>, as they will become large with time even
10020           if they start out small.
10021         </p>
10022
10023         <p>
10024           If the package has only one changelog which is used both as
10025           the Debian changelog and the upstream one because there is
10026           no separate upstream maintainer then that changelog should
10027           usually be installed as
10028           <file>/usr/share/doc/<var>package</var>/changelog.gz</file>; if
10029           there is a separate upstream maintainer, but no upstream
10030           changelog, then the Debian changelog should still be called
10031           <file>changelog.Debian.gz</file>.
10032         </p>
10033
10034         <p>
10035           For details about the format and contents of the Debian
10036           changelog file, please see <ref id="dpkgchangelog">.
10037         </p>
10038       </sect>
10039     </chapt>
10040
10041     <appendix id="pkg-scope">
10042       <heading>Introduction and scope of these appendices</heading>
10043
10044       <p>
10045         These appendices are taken essentially verbatim from the
10046         now-deprecated Packaging Manual, version 3.2.1.0.  They are
10047         the chapters which are likely to be of use to package
10048         maintainers and which have not already been included in the
10049         policy document itself. Most of these sections are very likely
10050         not relevant to policy; they should be treated as
10051         documentation for the packaging system. Please note that these
10052         appendices are included for convenience, and for historical
10053         reasons: they used to be part of policy package, and they have
10054         not yet been incorporated into dpkg documentation. However,
10055         they still have value, and hence they are presented here.
10056       </p>
10057
10058       <p>
10059         They have not yet been checked to ensure that they are
10060         compatible with the contents of policy, and if there are any
10061         contradictions, the version in the main policy document takes
10062         precedence.  The remaining chapters of the old Packaging
10063         Manual have also not been read in detail to ensure that there
10064         are not parts which have been left out.  Both of these will be
10065         done in due course.
10066       </p>
10067
10068       <p>
10069         Certain parts of the Packaging manual were integrated into the
10070         Policy Manual proper, and removed from the appendices. Links
10071         have been placed from the old locations to the new ones.
10072       </p>
10073
10074       <p>
10075         <prgn>dpkg</prgn> is a suite of programs for creating binary
10076         package files and installing and removing them on Unix
10077         systems.<footnote>
10078             <prgn>dpkg</prgn> is targeted primarily at Debian, but may
10079             work on or be ported to other systems.
10080         </footnote>
10081       </p>
10082
10083       <p>
10084         The binary packages are designed for the management of
10085         installed executable programs (usually compiled binaries) and
10086         their associated data, though source code examples and
10087         documentation are provided as part of some packages.</p>
10088
10089       <p>
10090         This manual describes the technical aspects of creating Debian
10091         binary packages (<file>.deb</file> files).  It documents the
10092         behavior of the package management programs
10093         <prgn>dpkg</prgn>, <prgn>dselect</prgn> et al. and the way
10094         they interact with packages.</p>
10095
10096       <p>
10097         It also documents the interaction between
10098         <prgn>dselect</prgn>'s core and the access method scripts it
10099         uses to actually install the selected packages, and describes
10100         how to create a new access method.</p>
10101
10102       <p>
10103         This manual does not go into detail about the options and
10104         usage of the package building and installation tools.  It
10105         should therefore be read in conjunction with those programs'
10106         man pages.
10107       </p>
10108
10109       <p>
10110         The utility programs which are provided with <prgn>dpkg</prgn>
10111         for managing various system configuration and similar issues,
10112         such as <prgn>update-rc.d</prgn> and
10113         <prgn>install-info</prgn>, are not described in detail here -
10114         please see their man pages.
10115       </p>
10116
10117       <p>
10118         It is assumed that the reader is reasonably familiar with the
10119         <prgn>dpkg</prgn> System Administrators' manual.
10120         Unfortunately this manual does not yet exist.
10121       </p>
10122
10123       <p>
10124         The Debian version of the FSF's GNU hello program is provided as
10125         an example for people wishing to create Debian packages. However,
10126         while the examples are helpful, they do not replace the need to
10127         read and follow the Policy and Programmer's Manual.</p>
10128     </appendix>
10129
10130     <appendix id="pkg-binarypkg">
10131       <heading>Binary packages (from old Packaging Manual)</heading>
10132
10133       <p>
10134         The binary package has two main sections.  The first part
10135         consists of various control information files and scripts used
10136         by <prgn>dpkg</prgn> when installing and removing.  See <ref
10137         id="pkg-controlarea">.
10138       </p>
10139
10140       <p>
10141         The second part is an archive containing the files and
10142         directories to be installed.
10143       </p>
10144
10145       <p>
10146         In the future binary packages may also contain other
10147         components, such as checksums and digital signatures. The
10148         format for the archive is described in full in the
10149         <file>deb(5)</file> man page.
10150       </p>
10151
10152
10153       <sect id="pkg-bincreating"><heading>Creating package files -
10154       <prgn>dpkg-deb</prgn>
10155         </heading>
10156
10157         <p>
10158           All manipulation of binary package files is done by
10159           <prgn>dpkg-deb</prgn>; it's the only program that has
10160           knowledge of the format.  (<prgn>dpkg-deb</prgn> may be
10161           invoked by calling <prgn>dpkg</prgn>, as <prgn>dpkg</prgn>
10162           will spot that the options requested are appropriate to
10163           <prgn>dpkg-deb</prgn> and invoke that instead with the same
10164           arguments.)
10165         </p>
10166
10167         <p>
10168           In order to create a binary package you must make a
10169           directory tree which contains all the files and directories
10170           you want to have in the file system data part of the package.
10171           In Debian-format source packages this directory is usually
10172           <file>debian/tmp</file>, relative to the top of the package's
10173           source tree.
10174         </p>
10175
10176         <p>
10177           They should have the locations (relative to the root of the
10178           directory tree you're constructing) ownerships and
10179           permissions which you want them to have on the system when
10180           they are installed.
10181         </p>
10182
10183         <p>
10184           With current versions of <prgn>dpkg</prgn> the uid/username
10185           and gid/groupname mappings for the users and groups being
10186           used should be the same on the system where the package is
10187           built and the one where it is installed.
10188         </p>
10189
10190         <p>
10191           You need to add one special directory to the root of the
10192           miniature file system tree you're creating:
10193           <prgn>DEBIAN</prgn>.  It should contain the control
10194           information files, notably the binary package control file
10195           (see <ref id="pkg-controlfile">).
10196         </p>
10197
10198         <p>
10199           The <prgn>DEBIAN</prgn> directory will not appear in the
10200           file system archive of the package, and so won't be installed
10201           by <prgn>dpkg</prgn> when the package is unpacked.
10202         </p>
10203
10204         <p>
10205           When you've prepared the package, you should invoke:
10206           <example>
10207   dpkg --build <var>directory</var>
10208           </example>
10209         </p>
10210
10211         <p>
10212           This will build the package in
10213           <file><var>directory</var>.deb</file>.  (<prgn>dpkg</prgn> knows
10214           that <tt>--build</tt> is a <prgn>dpkg-deb</prgn> option, so
10215           it invokes <prgn>dpkg-deb</prgn> with the same arguments to
10216           build the package.)
10217         </p>
10218
10219         <p>
10220           See the man page <manref name="dpkg-deb" section="8"> for details of how
10221           to examine the contents of this newly-created file.  You may find the
10222           output of following commands enlightening:
10223           <example>
10224   dpkg-deb --info <var>filename</var>.deb
10225   dpkg-deb --contents <var>filename</var>.deb
10226   dpkg --contents <var>filename</var>.deb
10227           </example>
10228           To view the copyright file for a package you could use this command:
10229           <example>
10230   dpkg --fsys-tarfile <var>filename</var>.deb | tar xOf - --wildcards \*/copyright | pager
10231           </example>
10232         </p>
10233       </sect>
10234
10235       <sect id="pkg-controlarea">
10236         <heading>Package control information files</heading>
10237
10238         <p>
10239           The control information portion of a binary package is a
10240           collection of files with names known to <prgn>dpkg</prgn>.
10241           It will treat the contents of these files specially - some
10242           of them contain information used by <prgn>dpkg</prgn> when
10243           installing or removing the package; others are scripts which
10244           the package maintainer wants <prgn>dpkg</prgn> to run.
10245         </p>
10246
10247         <p>
10248           It is possible to put other files in the package control
10249           information file area, but this is not generally a good idea
10250           (though they will largely be ignored).
10251         </p>
10252
10253         <p>
10254           Here is a brief list of the control information files supported
10255           by <prgn>dpkg</prgn> and a summary of what they're used for.
10256         </p>
10257
10258         <p>
10259           <taglist>
10260             <tag><tt>control</tt>
10261             <item>
10262               <p>
10263                 This is the key description file used by
10264                 <prgn>dpkg</prgn>.  It specifies the package's name
10265                 and version, gives its description for the user,
10266                 states its relationships with other packages, and so
10267                 forth.  See <ref id="sourcecontrolfiles"> and
10268                 <ref id="binarycontrolfiles">.
10269               </p>
10270
10271               <p>
10272                 It is usually generated automatically from information
10273                 in the source package by the
10274                 <prgn>dpkg-gencontrol</prgn> program, and with
10275                 assistance from <prgn>dpkg-shlibdeps</prgn>.
10276                 See <ref id="pkg-sourcetools">.
10277               </p>
10278             </item>
10279
10280             <tag><tt>postinst</tt>, <tt>preinst</tt>, <tt>postrm</tt>,
10281                  <tt>prerm</tt>
10282             </tag>
10283             <item>
10284               <p>
10285                 These are executable files (usually scripts) which
10286                 <prgn>dpkg</prgn> runs during installation, upgrade
10287                 and removal of packages.  They allow the package to
10288                 deal with matters which are particular to that package
10289                 or require more complicated processing than that
10290                 provided by <prgn>dpkg</prgn>.  Details of when and
10291                 how they are called are in <ref id="maintainerscripts">.
10292               </p>
10293
10294               <p>
10295                 It is very important to make these scripts idempotent.
10296                 See <ref id="idempotency">.
10297               </p>
10298
10299               <p>
10300                 The maintainer scripts are not guaranteed to run with a
10301                 controlling terminal and may not be able to interact with
10302                 the user.  See <ref id="controllingterminal">.
10303               </p>
10304             </item>
10305
10306             <tag><tt>conffiles</tt>
10307             </tag>
10308             <item>
10309                 This file contains a list of configuration files which
10310                 are to be handled automatically by <prgn>dpkg</prgn>
10311                 (see <ref id="pkg-conffiles">).  Note that not necessarily
10312                 every configuration file should be listed here.
10313             </item>
10314
10315             <tag><tt>shlibs</tt>
10316             </tag>
10317             <item>
10318                 This file contains a list of the shared libraries
10319                 supplied by the package, with dependency details for
10320                 each.  This is used by <prgn>dpkg-shlibdeps</prgn>
10321                 when it determines what dependencies are required in a
10322                 package control file. The <tt>shlibs</tt> file format
10323                 is described on <ref id="shlibs">.
10324             </item>
10325           </taglist>
10326         </p>
10327
10328       <sect id="pkg-controlfile">
10329         <heading>The main control information file: <tt>control</tt></heading>
10330
10331         <p>
10332           The most important control information file used by
10333           <prgn>dpkg</prgn> when it installs a package is
10334           <tt>control</tt>.  It contains all the package's "vital
10335           statistics".
10336         </p>
10337
10338         <p>
10339           The binary package control files of packages built from
10340           Debian sources are made by a special tool,
10341           <prgn>dpkg-gencontrol</prgn>, which reads
10342           <file>debian/control</file> and <file>debian/changelog</file> to
10343           find the information it needs.  See <ref id="pkg-sourcepkg"> for
10344           more details.
10345         </p>
10346
10347         <p>
10348           The fields in binary package control files are listed in
10349           <ref id="binarycontrolfiles">.
10350         </p>
10351
10352         <p>
10353           A description of the syntax of control files and the purpose
10354           of the fields is available in <ref id="controlfields">.
10355         </p>
10356       </sect>
10357
10358       <sect>
10359         <heading>Time Stamps</heading>
10360
10361         <p>
10362           See <ref id="timestamps">.
10363         </p>
10364       </sect>
10365     </appendix>
10366
10367     <appendix id="pkg-sourcepkg">
10368       <heading>Source packages (from old Packaging Manual) </heading>
10369
10370       <p>
10371         The Debian binary packages in the distribution are generated
10372         from Debian sources, which are in a special format to assist
10373         the easy and automatic building of binaries.
10374       </p>
10375
10376       <sect id="pkg-sourcetools">
10377         <heading>Tools for processing source packages</heading>
10378
10379         <p>
10380           Various tools are provided for manipulating source packages;
10381           they pack and unpack sources and help build of binary
10382           packages and help manage the distribution of new versions.
10383         </p>
10384
10385         <p>
10386           They are introduced and typical uses described here; see
10387           <manref name="dpkg-source" section="1"> for full
10388           documentation about their arguments and operation.
10389         </p>
10390
10391         <p>
10392           For examples of how to construct a Debian source package,
10393           and how to use those utilities that are used by Debian
10394           source packages, please see the <prgn>hello</prgn> example
10395           package.
10396         </p>
10397
10398         <sect1 id="pkg-dpkg-source">
10399           <heading>
10400             <prgn>dpkg-source</prgn> - packs and unpacks Debian source
10401             packages
10402           </heading>
10403
10404           <p>
10405             This program is frequently used by hand, and is also
10406             called from package-independent automated building scripts
10407             such as <prgn>dpkg-buildpackage</prgn>.
10408           </p>
10409
10410           <p>
10411             To unpack a package it is typically invoked with
10412             <example>
10413   dpkg-source -x <var>.../path/to/filename</var>.dsc
10414             </example>
10415           </p>
10416
10417            <p>
10418             with the <file><var>filename</var>.tar.gz</file> and
10419             <file><var>filename</var>.diff.gz</file> (if applicable) in
10420             the same directory.  It unpacks into
10421             <file><var>package</var>-<var>version</var></file>, and if
10422             applicable
10423             <file><var>package</var>-<var>version</var>.orig</file>, in
10424             the current directory.
10425           </p>
10426
10427           <p>
10428             To create a packed source archive it is typically invoked:
10429             <example>
10430   dpkg-source -b <var>package</var>-<var>version</var>
10431           </example>
10432           </p>
10433
10434           <p>
10435             This will create the <file>.dsc</file>, <file>.tar.gz</file> and
10436             <file>.diff.gz</file> (if appropriate) in the current
10437             directory.  <prgn>dpkg-source</prgn> does not clean the
10438             source tree first - this must be done separately if it is
10439             required.
10440           </p>
10441
10442           <p>
10443             See also <ref id="pkg-sourcearchives">.</p>
10444         </sect1>
10445
10446
10447         <sect1 id="pkg-dpkg-buildpackage">
10448           <heading>
10449             <prgn>dpkg-buildpackage</prgn> - overall package-building
10450             control script
10451           </heading>
10452
10453           <p>
10454             <prgn>dpkg-buildpackage</prgn> is a script which invokes
10455             <prgn>dpkg-source</prgn>, the <file>debian/rules</file>
10456             targets <tt>clean</tt>, <tt>build</tt> and
10457             <tt>binary</tt>, <prgn>dpkg-genchanges</prgn> and
10458             <prgn>gpg</prgn> (or <prgn>pgp</prgn>) to build a signed
10459             source and binary package upload.
10460           </p>
10461
10462           <p>
10463             It is usually invoked by hand from the top level of the
10464             built or unbuilt source directory.  It may be invoked with
10465             no arguments; useful arguments include:
10466             <taglist compact="compact">
10467               <tag><tt>-uc</tt>, <tt>-us</tt></tag>
10468               <item>
10469                 <p>
10470                   Do not sign the <tt>.changes</tt> file or the
10471                   source package <tt>.dsc</tt> file, respectively.</p>
10472               </item>
10473               <tag><tt>-p<var>sign-command</var></tt></tag>
10474               <item>
10475                 <p>
10476                   Invoke <var>sign-command</var> instead of finding
10477                   <tt>gpg</tt> or <tt>pgp</tt> on the <prgn>PATH</prgn>.
10478                   <var>sign-command</var> must behave just like
10479                   <prgn>gpg</prgn> or <tt>pgp</tt>.</p>
10480               </item>
10481               <tag><tt>-r<var>root-command</var></tt></tag>
10482               <item>
10483                 <p>
10484                   When root privilege is required, invoke the command
10485                   <var>root-command</var>.  <var>root-command</var>
10486                   should invoke its first argument as a command, from
10487                   the <prgn>PATH</prgn> if necessary, and pass its
10488                   second and subsequent arguments to the command it
10489                   calls.  If no <var>root-command</var> is supplied
10490                   then <var>dpkg-buildpackage</var> will use
10491                   the <prgn>fakeroot</prgn> command, which is sufficient
10492                   to build most packages without actually requiring root
10493                   privileges.</p>
10494               </item>
10495               <tag><tt>-b</tt>, <tt>-B</tt></tag>
10496               <item>
10497                 <p>
10498                   Two types of binary-only build and upload - see
10499                   <manref name="dpkg-source" section="1">.
10500                 </p>
10501               </item>
10502             </taglist>
10503           </p>
10504         </sect1>
10505
10506         <sect1 id="pkg-dpkg-gencontrol">
10507           <heading>
10508             <prgn>dpkg-gencontrol</prgn> - generates binary package
10509             control files
10510           </heading>
10511
10512           <p>
10513             This program is usually called from <file>debian/rules</file>
10514             (see <ref id="pkg-sourcetree">) in the top level of the source
10515             tree.
10516           </p>
10517
10518           <p>
10519             This is usually done just before the files and directories in the
10520             temporary directory tree where the package is being built have their
10521             permissions and ownerships set and the package is constructed using
10522             <prgn>dpkg-deb/</prgn>
10523               <footnote>
10524                 This is so that the control file which is produced has
10525                 the right permissions
10526             </footnote>.
10527           </p>
10528
10529           <p>
10530             <prgn>dpkg-gencontrol</prgn> must be called after all the
10531             files which are to go into the package have been placed in
10532             the temporary build directory, so that its calculation of
10533             the installed size of a package is correct.
10534           </p>
10535
10536           <p>
10537             It is also necessary for <prgn>dpkg-gencontrol</prgn> to
10538             be run after <prgn>dpkg-shlibdeps</prgn> so that the
10539             variable substitutions created by
10540             <prgn>dpkg-shlibdeps</prgn> in <file>debian/substvars</file>
10541             are available.
10542           </p>
10543
10544           <p>
10545             For a package which generates only one binary package, and
10546             which builds it in <file>debian/tmp</file> relative to the top
10547             of the source package, it is usually sufficient to call
10548             <prgn>dpkg-gencontrol</prgn>.
10549           </p>
10550
10551           <p>
10552             Sources which build several binaries will typically need
10553             something like:
10554             <example>
10555   dpkg-gencontrol -Pdebian/tmp-<var>pkg</var> -p<var>package</var>
10556             </example> The <tt>-P</tt> tells
10557             <prgn>dpkg-gencontrol</prgn> that the package is being
10558             built in a non-default directory, and the <tt>-p</tt>
10559             tells it which package's control file should be generated.
10560           </p>
10561
10562           <p>
10563             <prgn>dpkg-gencontrol</prgn> also adds information to the
10564             list of files in <file>debian/files</file>, for the benefit of
10565             (for example) a future invocation of
10566             <prgn>dpkg-genchanges</prgn>.</p>
10567         </sect1>
10568
10569         <sect1 id="pkg-dpkg-shlibdeps">
10570           <heading>
10571             <prgn>dpkg-shlibdeps</prgn> - calculates shared library
10572             dependencies
10573           </heading>
10574
10575           <p>
10576             This program is usually called from <file>debian/rules</file>
10577             just before <prgn>dpkg-gencontrol</prgn> (see <ref
10578             id="pkg-sourcetree">), in the top level of the source tree.
10579           </p>
10580
10581           <p>
10582             Its arguments are executables and shared libraries
10583             <footnote>
10584               <p>
10585                 They may be specified either in the locations in the
10586                 source tree where they are created or in the locations
10587                 in the temporary build tree where they are installed
10588                 prior to binary package creation.
10589               </p>
10590             </footnote> for which shared library dependencies should
10591             be included in the binary package's control file.
10592           </p>
10593
10594           <p>
10595             If some of the found shared libraries should only
10596             warrant a <tt>Recommends</tt> or <tt>Suggests</tt>, or if
10597             some warrant a <tt>Pre-Depends</tt>, this can be achieved
10598             by using the <tt>-d<var>dependency-field</var></tt> option
10599             before those executable(s).  (Each <tt>-d</tt> option
10600             takes effect until the next <tt>-d</tt>.)
10601           </p>
10602
10603           <p>
10604             <prgn>dpkg-shlibdeps</prgn> does not directly cause the
10605             output control file to be modified.  Instead by default it
10606             adds to the <file>debian/substvars</file> file variable
10607             settings like <tt>shlibs:Depends</tt>.  These variable
10608             settings must be referenced in dependency fields in the
10609             appropriate per-binary-package sections of the source
10610             control file.
10611           </p>
10612
10613           <p>
10614             For example, a package that generates an essential part
10615             which requires dependencies, and optional parts that 
10616             which only require a recommendation, would separate those
10617             two sets of dependencies into two different fields.<footnote>
10618                 At the time of writing, an example for this was the
10619                 <package/xmms/ package, with Depends used for the xmms
10620                 executable, Recommends for the plug-ins and Suggests for
10621                 even more optional features provided by unzip.
10622             </footnote>
10623             It can say in its <file>debian/rules</file>:
10624             <example>
10625   dpkg-shlibdeps -dDepends <var>program anotherprogram ...</var> \
10626                  -dRecommends <var>optionalpart anotheroptionalpart</var>
10627             </example>
10628             and then in its main control file <file>debian/control</file>:
10629             <example>
10630   <var>...</var>
10631   Depends: ${shlibs:Depends}
10632   Recommends: ${shlibs:Recommends}
10633   <var>...</var>
10634             </example>
10635           </p>
10636
10637           <p>
10638             Sources which produce several binary packages with
10639             different shared library dependency requirements can use
10640             the <tt>-p<var>varnameprefix</var></tt> option to override
10641             the default <tt>shlibs:</tt> prefix (one invocation of
10642             <prgn>dpkg-shlibdeps</prgn> per setting of this option).
10643             They can thus produce several sets of dependency
10644             variables, each of the form
10645             <tt><var>varnameprefix</var>:<var>dependencyfield</var></tt>,
10646             which can be referred to in the appropriate parts of the
10647             binary package control files.
10648           </p>
10649         </sect1>
10650
10651
10652         <sect1 id="pkg-dpkg-distaddfile">
10653           <heading>
10654             <prgn>dpkg-distaddfile</prgn> - adds a file to
10655             <file>debian/files</file>
10656           </heading>
10657
10658           <p>
10659             Some packages' uploads need to include files other than
10660             the source and binary package files.
10661           </p>
10662
10663           <p>
10664             <prgn>dpkg-distaddfile</prgn> adds a file to the
10665             <file>debian/files</file> file so that it will be included in
10666             the <file>.changes</file> file when
10667             <prgn>dpkg-genchanges</prgn> is run.
10668           </p>
10669
10670           <p>
10671             It is usually invoked from the <tt>binary</tt> target of
10672             <file>debian/rules</file>:
10673             <example>
10674   dpkg-distaddfile <var>filename</var> <var>section</var> <var>priority</var>
10675             </example>
10676             The <var>filename</var> is relative to the directory where
10677             <prgn>dpkg-genchanges</prgn> will expect to find it - this
10678             is usually the directory above the top level of the source
10679             tree.  The <file>debian/rules</file> target should put the
10680             file there just before or just after calling
10681             <prgn>dpkg-distaddfile</prgn>.
10682           </p>
10683
10684           <p>
10685             The <var>section</var> and <var>priority</var> are passed
10686             unchanged into the resulting <file>.changes</file> file.
10687           </p>
10688         </sect1>
10689
10690
10691         <sect1 id="pkg-dpkg-genchanges">
10692           <heading>
10693             <prgn>dpkg-genchanges</prgn> - generates a <file>.changes</file>
10694             upload control file
10695           </heading>
10696
10697           <p>
10698             This program is usually called by package-independent
10699             automatic building scripts such as
10700             <prgn>dpkg-buildpackage</prgn>, but it may also be called
10701             by hand.
10702           </p>
10703
10704           <p>
10705             It is usually called in the top level of a built source
10706             tree, and when invoked with no arguments will print out a
10707             straightforward <file>.changes</file> file based on the
10708             information in the source package's changelog and control
10709             file and the binary and source packages which should have
10710             been built.
10711           </p>
10712         </sect1>
10713
10714
10715         <sect1 id="pkg-dpkg-parsechangelog">
10716           <heading>
10717             <prgn>dpkg-parsechangelog</prgn> - produces parsed
10718             representation of a changelog
10719           </heading>
10720
10721           <p>
10722             This program is used internally by
10723             <prgn>dpkg-source</prgn> et al.  It may also occasionally
10724             be useful in <file>debian/rules</file> and elsewhere.  It
10725             parses a changelog, <file>debian/changelog</file> by default,
10726             and prints a control-file format representation of the
10727             information in it to standard output.
10728           </p>
10729         </sect1>
10730
10731         <sect1 id="pkg-dpkg-architecture">
10732           <heading>
10733             <prgn>dpkg-architecture</prgn> - information about the build and
10734             host system
10735           </heading>
10736
10737           <p>
10738             This program can be used manually, but is also invoked by
10739             <tt>dpkg-buildpackage</tt> or <file>debian/rules</file> to set
10740             environment or make variables which specify the build and host
10741             architecture for the package building process.
10742           </p>
10743         </sect1>
10744       </sect>
10745
10746       <sect id="pkg-sourcetree">
10747         <heading>The Debian package source tree</heading>
10748
10749         <p>
10750           The source archive scheme described later is intended to
10751           allow a Debian package source tree with some associated
10752           control information to be reproduced and transported easily.
10753           The Debian package source tree is a version of the original
10754           program with certain files added for the benefit of the
10755           packaging process, and with any other changes required
10756           made to the rest of the source code and installation
10757           scripts.
10758         </p>
10759
10760         <p>
10761           The extra files created for Debian are in the subdirectory
10762           <file>debian</file> of the top level of the Debian package
10763           source tree. They are described below.
10764         </p>
10765
10766         <sect1 id="pkg-debianrules">
10767           <heading><file>debian/rules</file> - the main building script</heading>
10768
10769           <p>
10770             See <ref id="debianrules">.
10771           </p>
10772         </sect1>
10773
10774         <sect1 id="pkg-srcsubstvars">
10775           <heading><file>debian/substvars</file> and variable substitutions</heading>
10776
10777           <p>
10778             See <ref id="substvars">.
10779           </p>
10780
10781         </sect1>
10782
10783         <sect1>
10784           <heading><file>debian/files</file></heading>
10785
10786           <p>
10787             See <ref id="debianfiles">.
10788           </p>
10789         </sect1>
10790
10791         <sect1><heading><file>debian/tmp</file>
10792           </heading>
10793
10794           <p>
10795             This is the canonical temporary location for the
10796             construction of binary packages by the <tt>binary</tt>
10797             target.  The directory <file>tmp</file> serves as the root of
10798             the file system tree as it is being constructed (for
10799             example, by using the package's upstream makefiles install
10800             targets and redirecting the output there), and it also
10801             contains the <tt>DEBIAN</tt> subdirectory.  See <ref
10802             id="pkg-bincreating">.
10803           </p>
10804
10805           <p>
10806             If several binary packages are generated from the same
10807             source tree it is usual to use several
10808             <file>debian/tmp<var>something</var></file> directories, for
10809             example <file>tmp-a</file> or <file>tmp-doc</file>.
10810           </p>
10811
10812           <p>
10813             Whatever <file>tmp</file> directories are created and used by
10814             <tt>binary</tt> must of course be removed by the
10815             <tt>clean</tt> target.</p></sect1>
10816       </sect>
10817
10818
10819       <sect id="pkg-sourcearchives"><heading>Source packages as archives
10820         </heading>
10821
10822         <p>
10823           As it exists on the FTP site, a Debian source package
10824           consists of three related files.  You must have the right
10825           versions of all three to be able to use them.
10826         </p>
10827
10828         <p>
10829           <taglist>
10830             <tag>Debian source control file - <tt>.dsc</tt></tag>
10831             <item>
10832                 This file is a control file used by <prgn>dpkg-source</prgn>
10833                 to extract a source package.
10834                 See <ref id="debiansourcecontrolfiles">.
10835             </item>
10836
10837             <tag>
10838               Original source archive -
10839               <file>
10840                 <var>package</var>_<var>upstream-version</var>.orig.tar.gz
10841               </file>
10842             </tag>
10843
10844             <item>
10845               <p>
10846                 This is a compressed (with <tt>gzip -9</tt>)
10847                 <prgn>tar</prgn> file containing the source code from
10848                 the upstream authors of the program.
10849               </p>
10850             </item>
10851
10852             <tag>
10853               Debian package diff -
10854               <file>
10855                 <var>package</var>_<var>upstream_version-revision</var>.diff.gz
10856               </file>
10857             </tag>
10858             <item>
10859
10860               <p>
10861                 This is a unified context diff (<tt>diff -u</tt>)
10862                 giving the changes which are required to turn the
10863                 original source into the Debian source.  These changes
10864                 may only include editing and creating plain files.
10865                 The permissions of files, the targets of symbolic
10866                 links and the characteristics of special files or
10867                 pipes may not be changed and no files may be removed
10868                 or renamed.
10869               </p>
10870
10871               <p>
10872                 All the directories in the diff must exist, except the
10873                 <file>debian</file> subdirectory of the top of the source
10874                 tree, which will be created by
10875                 <prgn>dpkg-source</prgn> if necessary when unpacking.
10876               </p>
10877
10878               <p>
10879                 The <prgn>dpkg-source</prgn> program will
10880                 automatically make the <file>debian/rules</file> file
10881                 executable (see below).</p></item>
10882           </taglist>
10883         </p>
10884
10885         <p>
10886           If there is no original source code - for example, if the
10887           package is specially prepared for Debian or the Debian
10888           maintainer is the same as the upstream maintainer - the
10889           format is slightly different: then there is no diff, and the
10890           tarfile is named
10891           <file><var>package</var>_<var>version</var>.tar.gz</file>,
10892           and preferably contains a directory named
10893           <file><var>package</var>-<var>version</var></file>.
10894         </p>
10895       </sect>
10896
10897       <sect>
10898         <heading>Unpacking a Debian source package without <prgn>dpkg-source</prgn></heading>
10899
10900         <p>
10901           <tt>dpkg-source -x</tt> is the recommended way to unpack a
10902           Debian source package.  However, if it is not available it
10903           is possible to unpack a Debian source archive as follows:
10904         <enumlist compact="compact">
10905           <item>
10906             <p>
10907               Untar the tarfile, which will create a <file>.orig</file>
10908               directory.</p>
10909           </item>
10910           <item>
10911             <p>Rename the <file>.orig</file> directory to
10912               <file><var>package</var>-<var>version</var></file>.</p>
10913           </item>
10914             <item>
10915             <p>
10916               Create the subdirectory <file>debian</file> at the top of
10917               the source tree.</p>
10918           </item>
10919           <item><p>Apply the diff using <tt>patch -p0</tt>.</p>
10920           </item>
10921           <item><p>Untar the tarfile again if you want a copy of the original
10922               source code alongside the Debian version.</p>
10923           </item>
10924         </enumlist>
10925
10926         <p>
10927           It is not possible to generate a valid Debian source archive
10928           without using <prgn>dpkg-source</prgn>.  In particular,
10929           attempting to use <prgn>diff</prgn> directly to generate the
10930           <file>.diff.gz</file> file will not work.
10931         </p>
10932
10933         <sect1>
10934           <heading>Restrictions on objects in source packages</heading>
10935
10936           <p>
10937             The source package may not contain any hard links
10938             <footnote>
10939                 This is not currently detected when building source
10940                 packages, but only when extracting
10941                 them.
10942             </footnote>
10943             <footnote>
10944                 Hard links may be permitted at some point in the
10945                 future, but would require a fair amount of
10946                 work.
10947             </footnote>, device special files, sockets or setuid or
10948             setgid files.
10949             <footnote>
10950                 Setgid directories are allowed.
10951             </footnote>
10952           </p>
10953
10954           <p>
10955             The source packaging tools manage the changes between the
10956             original and Debian source using <prgn>diff</prgn> and
10957             <prgn>patch</prgn>.  Turning the original source tree as
10958             included in the <file>.orig.tar.gz</file> into the Debian
10959             package source must not involve any changes which cannot be
10960             handled by these tools.  Problematic changes which cause
10961             <prgn>dpkg-source</prgn> to halt with an error when
10962             building the source package are:
10963             <list compact="compact">
10964               <item><p>Adding or removing symbolic links, sockets or pipes.</p>
10965               </item>
10966               <item><p>Changing the targets of symbolic links.</p>
10967               </item>
10968               <item><p>Creating directories, other than <file>debian</file>.</p>
10969               </item>
10970               <item><p>Changes to the contents of binary files.</p></item>
10971             </list> Changes which cause <prgn>dpkg-source</prgn> to
10972             print a warning but continue anyway are:
10973             <list compact="compact">
10974               <item>
10975                 <p>
10976                   Removing files, directories or symlinks.
10977                   <footnote>
10978                       Renaming a file is not treated specially - it is
10979                       seen as the removal of the old file (which
10980                       generates a warning, but is otherwise ignored),
10981                       and the creation of the new one.
10982                   </footnote>
10983                 </p>
10984               </item>
10985               <item>
10986                 <p>
10987                   Changed text files which are missing the usual final
10988                   newline (either in the original or the modified
10989                   source tree).
10990                 </p>
10991               </item>
10992             </list>
10993             Changes which are not represented, but which are not detected by
10994             <prgn>dpkg-source</prgn>, are:
10995             <list compact="compact">
10996               <item><p>Changing the permissions of files (other than
10997                   <file>debian/rules</file>) and directories.</p></item>
10998             </list>
10999           </p>
11000
11001           <p>
11002             The <file>debian</file> directory and <file>debian/rules</file>
11003             are handled specially by <prgn>dpkg-source</prgn> - before
11004             applying the changes it will create the <file>debian</file>
11005             directory, and afterwards it will make
11006             <file>debian/rules</file> world-executable.
11007           </p>
11008         </sect1>
11009       </sect>
11010     </appendix>
11011
11012     <appendix id="pkg-controlfields">
11013       <heading>Control files and their fields (from old Packaging Manual)</heading>
11014
11015       <p>
11016         Many of the tools in the <prgn>dpkg</prgn> suite manipulate
11017         data in a common format, known as control files.  Binary and
11018         source packages have control data as do the <file>.changes</file>
11019         files which control the installation of uploaded files, and
11020         <prgn>dpkg</prgn>'s internal databases are in a similar
11021         format.
11022       </p>
11023
11024       <sect>
11025         <heading>Syntax of control files</heading>
11026
11027         <p>
11028           See <ref id="controlsyntax">.
11029         </p>
11030
11031         <p>
11032           It is important to note that there are several fields which
11033           are optional as far as <prgn>dpkg</prgn> and the related
11034           tools are concerned, but which must appear in every Debian
11035           package, or whose omission may cause problems.
11036         </p>
11037       </sect>
11038
11039       <sect>
11040         <heading>List of fields</heading>
11041
11042         <p>
11043           See <ref id="controlfieldslist">.
11044         </p>
11045
11046         <p>
11047           This section now contains only the fields that didn't belong
11048           to the Policy manual.
11049         </p>
11050
11051         <sect1 id="pkg-f-Filename">
11052           <heading><tt>Filename</tt> and <tt>MSDOS-Filename</tt></heading>
11053
11054           <p>
11055             These fields in <tt>Packages</tt> files give the
11056             filename(s) of (the parts of) a package in the
11057             distribution directories, relative to the root of the
11058             Debian hierarchy.  If the package has been split into
11059             several parts the parts are all listed in order, separated
11060             by spaces.
11061           </p>
11062         </sect1>
11063
11064         <sect1 id="pkg-f-Size">
11065           <heading><tt>Size</tt> and <tt>MD5sum</tt></heading>
11066
11067           <p>
11068             These fields in <file>Packages</file> files give the size (in
11069             bytes, expressed in decimal) and MD5 checksum of the
11070             file(s) which make(s) up a binary package in the
11071             distribution.  If the package is split into several parts
11072             the values for the parts are listed in order, separated by
11073             spaces.
11074           </p>
11075         </sect1>
11076
11077         <sect1 id="pkg-f-Status">
11078           <heading><tt>Status</tt></heading>
11079
11080           <p>
11081             This field in <prgn>dpkg</prgn>'s status file records
11082             whether the user wants a package installed, removed or
11083             left alone, whether it is broken (requiring
11084             re-installation) or not and what its current state on the
11085             system is.  Each of these pieces of information is a
11086             single word.
11087           </p>
11088         </sect1>
11089
11090         <sect1 id="pkg-f-Config-Version">
11091           <heading><tt>Config-Version</tt></heading>
11092
11093           <p>
11094             If a package is not installed or not configured, this
11095             field in <prgn>dpkg</prgn>'s status file records the last
11096             version of the package which was successfully
11097             configured.
11098           </p>
11099         </sect1>
11100
11101         <sect1 id="pkg-f-Conffiles">
11102           <heading><tt>Conffiles</tt></heading>
11103
11104           <p>
11105             This field in <prgn>dpkg</prgn>'s status file contains
11106             information about the automatically-managed configuration
11107             files held by a package.  This field should <em>not</em>
11108             appear anywhere in a package!
11109           </p>
11110         </sect1>
11111
11112         <sect1>
11113           <heading>Obsolete fields</heading>
11114
11115           <p>
11116             These are still recognized by <prgn>dpkg</prgn> but should
11117             not appear anywhere any more.
11118
11119             <taglist compact="compact">
11120
11121               <tag><tt>Revision</tt></tag>
11122               <tag><tt>Package-Revision</tt></tag>
11123               <tag><tt>Package_Revision</tt></tag>
11124               <item>
11125                   The Debian revision part of the package version was
11126                   at one point in a separate control field.  This
11127                   field went through several names.
11128               </item>
11129
11130               <tag><tt>Recommended</tt></tag>
11131               <item>Old name for <tt>Recommends</tt>.</item>
11132
11133               <tag><tt>Optional</tt></tag>
11134               <item>Old name for <tt>Suggests</tt>.</item>
11135
11136               <tag><tt>Class</tt></tag>
11137               <item>Old name for <tt>Priority</tt>.</item>
11138
11139             </taglist>
11140           </p>
11141         </sect1>
11142       </sect>
11143
11144     </appendix>
11145
11146     <appendix id="pkg-conffiles">
11147       <heading>Configuration file handling (from old Packaging Manual)</heading>
11148
11149       <p>
11150         <prgn>dpkg</prgn> can do a certain amount of automatic
11151         handling of package configuration files.
11152       </p>
11153
11154       <p>
11155         Whether this mechanism is appropriate depends on a number of
11156         factors, but basically there are two approaches to any
11157         particular configuration file.
11158       </p>
11159
11160       <p>
11161         The easy method is to ship a best-effort configuration in the
11162         package, and use <prgn>dpkg</prgn>'s conffile mechanism to
11163         handle updates.  If the user is unlikely to want to edit the
11164         file, but you need them to be able to without losing their
11165         changes, and a new package with a changed version of the file
11166         is only released infrequently, this is a good approach.
11167       </p>
11168
11169       <p>
11170         The hard method is to build the configuration file from
11171         scratch in the <prgn>postinst</prgn> script, and to take the
11172         responsibility for fixing any mistakes made in earlier
11173         versions of the package automatically.  This will be
11174         appropriate if the file is likely to need to be different on
11175         each system.
11176       </p>
11177
11178       <sect><heading>Automatic handling of configuration files by
11179       <prgn>dpkg</prgn>
11180         </heading>
11181
11182         <p>
11183           A package may contain a control information file called
11184           <tt>conffiles</tt>.  This file should be a list of filenames
11185           of configuration files needing automatic handling, separated
11186           by newlines.  The filenames should be absolute pathnames,
11187           and the files referred to should actually exist in the
11188           package.
11189         </p>
11190
11191         <p>
11192           When a package is upgraded <prgn>dpkg</prgn> will process
11193           the configuration files during the configuration stage,
11194           shortly before it runs the package's <prgn>postinst</prgn>
11195           script,
11196         </p>
11197
11198         <p>
11199           For each file it checks to see whether the version of the
11200           file included in the package is the same as the one that was
11201           included in the last version of the package (the one that is
11202           being upgraded from); it also compares the version currently
11203           installed on the system with the one shipped with the last
11204           version.
11205         </p>
11206
11207         <p>
11208           If neither the user nor the package maintainer has changed
11209           the file, it is left alone.  If one or the other has changed
11210           their version, then the changed version is preferred - i.e.,
11211           if the user edits their file, but the package maintainer
11212           doesn't ship a different version, the user's changes will
11213           stay, silently, but if the maintainer ships a new version
11214           and the user hasn't edited it the new version will be
11215           installed (with an informative message).  If both have
11216           changed their version the user is prompted about the problem
11217           and must resolve the differences themselves.
11218         </p>
11219
11220         <p>
11221           The comparisons are done by calculating the MD5 message
11222           digests of the files, and storing the MD5 of the file as it
11223           was included in the most recent version of the package.
11224         </p>
11225
11226         <p>
11227           When a package is installed for the first time
11228           <prgn>dpkg</prgn> will install the file that comes with it,
11229           unless that would mean overwriting a file already on the
11230           file system.
11231         </p>
11232
11233         <p>
11234           However, note that <prgn>dpkg</prgn> will <em>not</em>
11235           replace a conffile that was removed by the user (or by a
11236           script).  This is necessary because with some programs a
11237           missing file produces an effect hard or impossible to
11238           achieve in another way, so that a missing file needs to be
11239           kept that way if the user did it.
11240         </p>
11241
11242         <p>
11243           Note that a package should <em>not</em> modify a
11244           <prgn>dpkg</prgn>-handled conffile in its maintainer
11245           scripts.  Doing this will lead to <prgn>dpkg</prgn> giving
11246           the user confusing and possibly dangerous options for
11247           conffile update when the package is upgraded.</p>
11248       </sect>
11249
11250       <sect><heading>Fully-featured maintainer script configuration
11251       handling
11252         </heading>
11253
11254         <p>
11255           For files which contain site-specific information such as
11256           the hostname and networking details and so forth, it is
11257           better to create the file in the package's
11258           <prgn>postinst</prgn> script.
11259         </p>
11260
11261         <p>
11262           This will typically involve examining the state of the rest
11263           of the system to determine values and other information, and
11264           may involve prompting the user for some information which
11265           can't be obtained some other way.
11266         </p>
11267
11268         <p>
11269           When using this method there are a couple of important
11270           issues which should be considered:
11271         </p>
11272
11273         <p>
11274           If you discover a bug in the program which generates the
11275           configuration file, or if the format of the file changes
11276           from one version to the next, you will have to arrange for
11277           the postinst script to do something sensible - usually this
11278           will mean editing the installed configuration file to remove
11279           the problem or change the syntax.  You will have to do this
11280           very carefully, since the user may have changed the file,
11281           perhaps to fix the very problem that your script is trying
11282           to deal with - you will have to detect these situations and
11283           deal with them correctly.
11284         </p>
11285
11286         <p>
11287           If you do go down this route it's probably a good idea to
11288           make the program that generates the configuration file(s) a
11289           separate program in <file>/usr/sbin</file>, by convention called
11290           <file><var>package</var>config</file> and then run that if
11291           appropriate from the post-installation script.  The
11292           <tt><var>package</var>config</tt> program should not
11293           unquestioningly overwrite an existing configuration - if its
11294           mode of operation is geared towards setting up a package for
11295           the first time (rather than any arbitrary reconfiguration
11296           later) you should have it check whether the configuration
11297           already exists, and require a <tt>--force</tt> flag to
11298           overwrite it.</p></sect>
11299     </appendix>
11300
11301     <appendix id="pkg-alternatives"><heading>Alternative versions of
11302         an interface - <prgn>update-alternatives</prgn> (from old
11303     Packaging Manual)
11304       </heading>
11305
11306       <p>
11307         When several packages all provide different versions of the
11308         same program or file it is useful to have the system select a
11309         default, but to allow the system administrator to change it
11310         and have their decisions respected.
11311       </p>
11312
11313       <p>
11314         For example, there are several versions of the <prgn>vi</prgn>
11315         editor, and there is no reason to prevent all of them from
11316         being installed at once, each under their own name
11317         (<prgn>nvi</prgn>, <prgn>vim</prgn> or whatever).
11318         Nevertheless it is desirable to have the name <tt>vi</tt>
11319         refer to something, at least by default.
11320       </p>
11321
11322       <p>
11323         If all the packages involved cooperate, this can be done with
11324         <prgn>update-alternatives</prgn>.
11325       </p>
11326
11327       <p>
11328         Each package provides its own version under its own name, and
11329         calls <prgn>update-alternatives</prgn> in its postinst to
11330         register its version (and again in its prerm to deregister
11331         it).
11332       </p>
11333
11334       <p>
11335         See the man page <manref name="update-alternatives"
11336         section="8"> for details.
11337       </p>
11338
11339       <p>
11340         If <prgn>update-alternatives</prgn> does not seem appropriate
11341         you may wish to consider using diversions instead.</p>
11342     </appendix>
11343
11344     <appendix id="pkg-diversions"><heading>Diversions - overriding a
11345     package's version of a file (from old Packaging Manual)
11346       </heading>
11347
11348       <p>
11349         It is possible to have <prgn>dpkg</prgn> not overwrite a file
11350         when it reinstalls the package it belongs to, and to have it
11351         put the file from the package somewhere else instead.
11352       </p>
11353
11354       <p>
11355         This can be used locally to override a package's version of a
11356         file, or by one package to override another's version (or
11357         provide a wrapper for it).
11358       </p>
11359
11360       <p>
11361         Before deciding to use a diversion, read <ref
11362         id="pkg-alternatives"> to see if you really want a diversion
11363         rather than several alternative versions of a program.
11364       </p>
11365
11366       <p>
11367         There is a diversion list, which is read by <prgn>dpkg</prgn>,
11368         and updated by a special program <prgn>dpkg-divert</prgn>.
11369         Please see <manref name="dpkg-divert" section="8"> for full
11370         details of its operation.
11371       </p>
11372
11373       <p>
11374         When a package wishes to divert a file from another, it should
11375         call <prgn>dpkg-divert</prgn> in its preinst to add the
11376         diversion and rename the existing file.  For example,
11377         supposing that a <prgn>smailwrapper</prgn> package wishes to
11378         install a wrapper around <file>/usr/sbin/smail</file>:
11379         <example>
11380    dpkg-divert --package smailwrapper --add --rename \
11381       --divert /usr/sbin/smail.real /usr/sbin/smail
11382         </example> The <tt>--package smailwrapper</tt> ensures that
11383         <prgn>smailwrapper</prgn>'s copy of <file>/usr/sbin/smail</file>
11384         can bypass the diversion and get installed as the true version.
11385         It's safe to add the diversion unconditionally on upgrades since
11386         it will be left unchanged if it already exists, but
11387         <prgn>dpkg-divert</prgn> will display a message.  To suppress that
11388         message, make the command conditional on the version from which
11389         the package is being upgraded:
11390         <example>
11391    if [ upgrade != "$1" ] || dpkg --compare-versions "$2" lt 1.0-2; then
11392       dpkg-divert --package smailwrapper --add --rename \
11393          --divert /usr/sbin/smail.real /usr/sbin/smail
11394    fi
11395         </example> where <tt>1.0-2</tt> is the version at which the
11396         diversion was first added to the package.  Running the command
11397         during abort-upgrade is pointless but harmless.
11398       </p>
11399
11400       <p>
11401         The postrm has to do the reverse:
11402         <example>
11403   if [ remove = "$1" -o abort-install = "$1" -o disappear = "$1" ]; then
11404      dpkg-divert --package smailwrapper --remove --rename \
11405         --divert /usr/sbin/smail.real /usr/sbin/smail
11406   fi
11407         </example> If the diversion was added at a particular version, the
11408         postrm should also handle the failure case of upgrading from an
11409         older version (unless the older version is so old that direct
11410         upgrades are no longer supported):
11411         <example>
11412   if [ abort-upgrade = "$1" ] && dpkg --compare-versions "$2" lt 1.0-2; then
11413      dpkg-divert --package smailwrapper --remove --rename \
11414         --divert /usr/sbin/smail.real /usr/sbin/smail
11415   fi
11416         </example> where <tt>1.0-2</tt> is the version at which the
11417         diversion was first added to the package.  The postrm should not
11418         remove the diversion on upgrades both because there's no reason to
11419         remove the diversion only to immediately re-add it and since the
11420         postrm of the old package is run after unpacking so the removal of
11421         the diversion will fail.
11422       </p>
11423
11424       <p>
11425         Do not attempt to divert a file which is vitally important for
11426         the system's operation - when using <prgn>dpkg-divert</prgn>
11427         there is a time, after it has been diverted but before
11428         <prgn>dpkg</prgn> has installed the new version, when the file
11429         does not exist.</p>
11430     </appendix>
11431
11432   </book>
11433 </debiandoc>
11434 <!-- Local variables: -->
11435 <!-- indent-tabs-mode: t -->
11436 <!-- End: -->
11437 <!-- vim:set ai sts=2 sw=2 tw=76: -->