]> git.donarmstrong.com Git - debian/debian-policy.git/blob - policy.sgml
Merge branch 'master' into bug571776-rra
[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 include
852         the <qref id="sharedlibs-symbols"><file>symbols</file> file</qref>
853         or <qref id="sharedlibs-shlibdeps"><file>shlibs</file> file</qref>
854         used to store shared library dependency information and
855         the <file>conffiles</file> file that lists the package's
856         configuration files (described in <ref id="config-files">).
857       </p>
858
859       <p>
860         There is unfortunately a collision of terminology here between
861         control information files and files in the Debian control file
862         format.  Throughout this document, a <em>control file</em> refers
863         to a file in the Debian control file format.  These files are
864         documented in <ref id="controlfields">.  Only files referred to
865         specifically as <em>control information files</em> are the files
866         included in the control information file member of
867         the <file>.deb</file> file format used by binary packages.  Most
868         control information files are not in the Debian control file
869         format.
870       </p>
871
872       <sect>
873         <heading>The package name</heading>
874
875         <p>
876           Every package must have a name that's unique within the Debian
877           archive.
878         </p>
879
880         <p>
881           The package name is included in the control field
882           <tt>Package</tt>, the format of which is described
883           in <ref id="f-Package">.
884           The package name is also included as a part of the file name
885           of the <tt>.deb</tt> file.
886         </p>
887       </sect>
888
889       <sect id="versions">
890         <heading>The version of a package</heading>
891
892         <p>
893           Every package has a version number recorded in its
894           <tt>Version</tt> control file field, described in
895           <ref id="f-Version">.
896         </p>
897
898         <p>
899           The package management system imposes an ordering on version
900           numbers, so that it can tell whether packages are being up- or
901           downgraded and so that package system front end applications
902           can tell whether a package it finds available is newer than
903           the one installed on the system.  The version number format
904           has the most significant parts (as far as comparison is
905           concerned) at the beginning.
906         </p>
907
908         <p>
909           If an upstream package has problematic version numbers they
910           should be converted to a sane form for use in the
911           <tt>Version</tt> field.
912         </p>
913
914         <sect1>
915           <heading>Version numbers based on dates</heading>
916
917           <p>
918             In general, Debian packages should use the same version
919             numbers as the upstream sources.  However, upstream version
920             numbers based on some date formats (sometimes used for
921             development or "snapshot" releases) will not be ordered
922             correctly by the package management software.  For
923             example, <prgn>dpkg</prgn> will consider "96May01" to be
924             greater than "96Dec24".
925           </p>
926
927           <p>
928             To prevent having to use epochs for every new upstream
929             version, the date-based portion of any upstream version number
930             should be given in a way that sorts correctly: four-digit year
931             first, followed by a two-digit numeric month, followed by a
932             two-digit numeric date, possibly with punctuation between the
933             components.
934           </p>
935
936           <p>
937             Native Debian packages (i.e., packages which have been written
938             especially for Debian) whose version numbers include dates
939             should also follow these rules.  If punctuation is desired
940             between the date components, remember that hyphen (<tt>-</tt>)
941             cannot be used in native package versions.  Period
942             (<tt>.</tt>) is normally a good choice.
943           </p>
944         </sect1>
945
946       </sect>
947
948       <sect id="maintainer">
949         <heading>The maintainer of a package</heading>
950
951         <p>
952           Every package must have a maintainer, except for orphaned
953           packages as described below.  The maintainer may be one person
954           or a group of people reachable from a common email address, such
955           as a mailing list.  The maintainer is responsible for
956           maintaining the Debian packaging files, evaluating and
957           responding appropriately to reported bugs, uploading new
958           versions of the package (either directly or through a sponsor),
959           ensuring that the package is placed in the appropriate archive
960           area and included in Debian releases as appropriate for the
961           stability and utility of the package, and requesting removal of
962           the package from the Debian distribution if it is no longer
963           useful or maintainable.
964         </p>
965
966         <p>
967           The maintainer must be specified in the <tt>Maintainer</tt>
968           control field with their correct name and a working email
969           address.  The email address given in the <tt>Maintainer</tt>
970           control field must accept mail from those role accounts in
971           Debian used to send automated mails regarding the package.  This
972           includes non-spam mail from the bug-tracking system, all mail
973           from the Debian archive maintenance software, and other role
974           accounts or automated processes that are commonly agreed on by
975           the project.<footnote>
976             A sample implementation of such a whitelist written for the
977             Mailman mailing list management software is used for mailing
978             lists hosted by alioth.debian.org.
979           </footnote>
980           If one person or team maintains several packages, they should
981           use the same form of their name and email address in
982           the <tt>Maintainer</tt> fields of those packages.
983         </p>
984
985         <p>
986           The format of the <tt>Maintainer</tt> control field is
987           described in <ref id="f-Maintainer">.
988         </p>
989
990         <p>
991           If the maintainer of the package is a team of people with a
992           shared email address, the <tt>Uploaders</tt> control field must
993           be present and must contain at least one human with their
994           personal email address.  See <ref id="f-Uploaders"> for the
995           syntax of that field.
996         </p>
997
998         <p>
999           An orphaned package is one with no current maintainer.  Orphaned
1000           packages should have their <tt>Maintainer</tt> control field set
1001           to <tt>Debian QA Group &lt;packages@qa.debian.org&gt;</tt>.
1002           These packages are considered maintained by the Debian project
1003           as a whole until someone else volunteers to take over
1004           maintenance.<footnote>
1005             The detailed procedure for gracefully orphaning a package can
1006             be found in the Debian Developer's Reference
1007             (see <ref id="related">).
1008           </footnote>
1009         </p>
1010       </sect>
1011
1012       <sect id="descriptions">
1013         <heading>The description of a package</heading>
1014
1015         <p>
1016           Every Debian package must have a <tt>Description</tt> control
1017           field which contains a synopsis and extended description of the
1018           package.  Technical information about the format of the
1019           <tt>Description</tt> field is in <ref id="f-Description">.
1020         </p>
1021
1022         <p>
1023           The description should describe the package (the program) to a
1024           user (system administrator) who has never met it before so that
1025           they have enough information to decide whether they want to
1026           install it. This description should not just be copied verbatim
1027           from the program's documentation.
1028         </p>
1029
1030         <p>
1031           Put important information first, both in the synopsis and
1032           extended description.  Sometimes only the first part of the
1033           synopsis or of the description will be displayed.  You can
1034           assume that there will usually be a way to see the whole
1035           extended description.
1036         </p>
1037
1038         <p>
1039           The description should also give information about the
1040           significant dependencies and conflicts between this package
1041           and others, so that the user knows why these dependencies and
1042           conflicts have been declared.
1043         </p>
1044
1045         <p>
1046           Instructions for configuring or using the package should
1047           not be included (that is what installation scripts,
1048           manual pages, info files, etc., are for).  Copyright
1049           statements and other administrivia should not be included
1050           either (that is what the copyright file is for).
1051         </p>
1052
1053         <sect1 id="synopsis"><heading>The single line synopsis</heading>
1054
1055           <p>
1056             The single line synopsis should be kept brief - certainly
1057             under 80 characters.
1058           </p>
1059
1060           <p>
1061             Do not include the package name in the synopsis line.  The
1062             display software knows how to display this already, and you
1063             do not need to state it.  Remember that in many situations
1064             the user may only see the synopsis line - make it as
1065             informative as you can.
1066           </p>
1067
1068         </sect1>
1069
1070         <sect1 id="extendeddesc"><heading>The extended description</heading>
1071
1072           <p>
1073             Do not try to continue the single line synopsis into the
1074             extended description.  This will not work correctly when
1075             the full description is displayed, and makes no sense
1076             where only the summary (the single line synopsis) is
1077             available.
1078           </p>
1079
1080           <p>
1081             The extended description should describe what the package
1082             does and how it relates to the rest of the system (in terms
1083             of, for example, which subsystem it is which part of).
1084           </p>
1085
1086           <p>
1087             The description field needs to make sense to anyone, even
1088             people who have no idea about any of the things the
1089             package deals with.<footnote>
1090                 The blurb that comes with a program in its
1091                 announcements and/or <prgn>README</prgn> files is
1092                 rarely suitable for use in a description.  It is
1093                 usually aimed at people who are already in the
1094                 community where the package is used.
1095             </footnote>
1096           </p>
1097
1098         </sect1>
1099
1100       </sect>
1101
1102       <sect id="dependencies">
1103         <heading>Dependencies</heading>
1104
1105         <p>
1106           Every package must specify the dependency information
1107           about other packages that are required for the first to
1108           work correctly.
1109         </p>
1110
1111         <p>
1112           For example, a dependency entry must be provided for any
1113           shared libraries required by a dynamically-linked executable
1114           binary in a package.
1115         </p>
1116
1117         <p>
1118           Packages are not required to declare any dependencies they
1119           have on other packages which are marked <tt>Essential</tt>
1120           (see below), and should not do so unless they depend on a
1121           particular version of that package.<footnote>
1122             <p>
1123               Essential is needed in part to avoid unresolvable dependency
1124               loops on upgrade.  If packages add unnecessary dependencies
1125               on packages in this set, the chances that there
1126               <strong>will</strong> be an unresolvable dependency loop
1127               caused by forcing these Essential packages to be configured
1128               first before they need to be is greatly increased.  It also
1129               increases the chances that frontends will be unable to
1130               <strong>calculate</strong> an upgrade path, even if one
1131               exists.
1132             </p>
1133             <p>
1134               Also, functionality is rarely ever removed from the
1135               Essential set, but <em>packages</em> have been removed from
1136               the Essential set when the functionality moved to a
1137               different package. So depending on these packages <em>just
1138               in case</em> they stop being essential does way more harm
1139               than good.
1140             </p>
1141           </footnote>
1142         </p>
1143
1144         <p>
1145           Sometimes, unpacking one package requires that another package
1146           be first unpacked <em>and</em> configured.  In this case, the
1147           depending package must specify this dependency in
1148           the <tt>Pre-Depends</tt> control field.
1149         </p>
1150
1151         <p>
1152           You should not specify a <tt>Pre-Depends</tt> entry for a
1153           package before this has been discussed on the
1154           <tt>debian-devel</tt> mailing list and a consensus about
1155           doing that has been reached.
1156         </p>
1157
1158         <p>
1159           The format of the package interrelationship control fields is
1160           described in <ref id="relationships">.
1161         </p>
1162       </sect>
1163
1164       <sect id="virtual_pkg">
1165         <heading>Virtual packages</heading>
1166
1167         <p>
1168           Sometimes, there are several packages which offer
1169           more-or-less the same functionality. In this case, it's
1170           useful to define a <em>virtual package</em> whose name
1171           describes that common functionality.  (The virtual
1172           packages only exist logically, not physically; that's why
1173           they are called <em>virtual</em>.) The packages with this
1174           particular function will then <em>provide</em> the virtual
1175           package. Thus, any other package requiring that function
1176           can simply depend on the virtual package without having to
1177           specify all possible packages individually.
1178         </p>
1179
1180         <p>
1181           All packages should use virtual package names where
1182           appropriate, and arrange to create new ones if necessary.
1183           They should not use virtual package names (except privately,
1184           amongst a cooperating group of packages) unless they have
1185           been agreed upon and appear in the list of virtual package
1186           names. (See also <ref id="virtual">)
1187         </p>
1188
1189         <p>
1190           The latest version of the authoritative list of virtual
1191           package names can be found in the <tt>debian-policy</tt> package.
1192           It is also available from the Debian web mirrors at
1193           <tt><url name="/doc/packaging-manuals/virtual-package-names-list.txt"
1194                 id="http://www.debian.org/doc/packaging-manuals/virtual-package-names-list.txt"></tt>.
1195         </p>
1196
1197         <p>
1198           The procedure for updating the list is described in the preface
1199           to the list.
1200         </p>
1201
1202       </sect>
1203
1204       <sect>
1205         <heading>Base system</heading>
1206
1207         <p>
1208           The <tt>base system</tt> is a minimum subset of the Debian
1209           system that is installed before everything else
1210           on a new system. Only very few packages are allowed to form
1211           part of the base system, in order to keep the required disk
1212           usage very small.
1213         </p>
1214
1215         <p>
1216           The base system consists of all those packages with priority
1217           <tt>required</tt> or <tt>important</tt>. Many of them will
1218           be tagged <tt>essential</tt> (see below).
1219         </p>
1220       </sect>
1221
1222       <sect>
1223         <heading>Essential packages</heading>
1224
1225         <p>
1226           Essential is defined as the minimal set of functionality that
1227           must be available and usable on the system at all times, even
1228           when packages are in an unconfigured (but unpacked) state.
1229           Packages are tagged <tt>essential</tt> for a system using the
1230           <tt>Essential</tt> control field.  The format of the
1231           <tt>Essential</tt> control field is described in <ref
1232           id="f-Essential">.
1233         </p>
1234
1235         <p>
1236           Since these packages cannot be easily removed (one has to
1237           specify an extra <em>force option</em> to
1238           <prgn>dpkg</prgn> to do so), this flag must not be used
1239           unless absolutely necessary.  A shared library package
1240           must not be tagged <tt>essential</tt>; dependencies will
1241           prevent its premature removal, and we need to be able to
1242           remove it when it has been superseded.
1243         </p>
1244
1245         <p>
1246           Since dpkg will not prevent upgrading of other packages
1247           while an <tt>essential</tt> package is in an unconfigured
1248             state, all <tt>essential</tt> packages must supply all of
1249             their core functionality even when unconfigured. If the
1250             package cannot satisfy this requirement it must not be
1251             tagged as essential, and any packages depending on this
1252             package must instead have explicit dependency fields as
1253             appropriate.
1254         </p>
1255
1256         <p>
1257           Maintainers should take great care in adding any programs,
1258           interfaces, or functionality to <tt>essential</tt> packages.
1259           Packages may assume that functionality provided by
1260           <tt>essential</tt> packages is always available without
1261           declaring explicit dependencies, which means that removing
1262           functionality from the Essential set is very difficult and is
1263           almost never done.  Any capability added to an
1264           <tt>essential</tt> package therefore creates an obligation to
1265           support that capability as part of the Essential set in
1266           perpetuity.
1267         </p>
1268
1269         <p>
1270           You must not tag any packages <tt>essential</tt> before
1271           this has been discussed on the <tt>debian-devel</tt>
1272           mailing list and a consensus about doing that has been
1273           reached.
1274         </p>
1275       </sect>
1276
1277       <sect id="maintscripts">
1278         <heading>Maintainer Scripts</heading>
1279
1280         <p>
1281           The package installation scripts should avoid producing
1282           output which is unnecessary for the user to see and
1283           should rely on <prgn>dpkg</prgn> to stave off boredom on
1284           the part of a user installing many packages.  This means,
1285           amongst other things, using the <tt>--quiet</tt> option on
1286           <prgn>install-info</prgn>.
1287         </p>
1288
1289         <p>
1290           Errors which occur during the execution of an installation
1291           script must be checked and the installation must not
1292           continue after an error.
1293         </p>
1294
1295         <p>
1296           Note that in general <ref id="scripts"> applies to package
1297           maintainer scripts, too.
1298         </p>
1299
1300         <p>
1301           You should not use <prgn>dpkg-divert</prgn> on a file belonging
1302           to another package without consulting the maintainer of that
1303           package first.  When adding or removing diversions, package
1304           maintainer scripts must provide the <tt>--package</tt> flag
1305           to <prgn>dpkg-divert</prgn> and must not use <tt>--local</tt>.
1306         </p>
1307
1308         <p>
1309           All packages which supply an instance of a common command
1310           name (or, in general, filename) should generally use
1311           <prgn>update-alternatives</prgn>, so that they may be
1312           installed together.  If <prgn>update-alternatives</prgn>
1313           is not used, then each package must use
1314           <tt>Conflicts</tt> to ensure that other packages are
1315           de-installed.  (In this case, it may be appropriate to
1316           specify a conflict against earlier versions of something
1317           that previously did not use
1318           <prgn>update-alternatives</prgn>; this is an exception to
1319           the usual rule that versioned conflicts should be
1320           avoided.)
1321         </p>
1322
1323         <sect1 id="maintscriptprompt">
1324           <heading>Prompting in maintainer scripts</heading>
1325           <p>
1326             Package maintainer scripts may prompt the user if
1327             necessary. Prompting must be done by communicating
1328             through a program, such as <prgn>debconf</prgn>, which
1329             conforms to the Debian Configuration Management
1330             Specification, version 2 or higher.
1331           </p>
1332
1333           <p>
1334             Packages which are essential, or which are dependencies of
1335             essential packages, may fall back on another prompting method
1336             if no such interface is available when they are executed.
1337           </p>
1338
1339           <p>
1340             The Debian Configuration Management Specification is included
1341             in the <file>debconf_specification</file> files in the
1342             <package>debian-policy</package> package.
1343             It is also available from the Debian web mirrors at
1344             <tt><url name="/doc/packaging-manuals/debconf_specification.html"
1345                 id="http://www.debian.org/doc/packaging-manuals/debconf_specification.html"></tt>.
1346           </p>
1347
1348           <p>
1349             Packages which use the Debian Configuration Management
1350             Specification may contain the additional control information
1351             files <file>config</file>
1352             and <file>templates</file>.  <file>config</file> is an
1353             additional maintainer script used for package configuration,
1354             and <file>templates</file> contains templates used for user
1355             prompting.  The <prgn>config</prgn> script might be run before
1356             the <prgn>preinst</prgn> script and before the package is
1357             unpacked or any of its dependencies or pre-dependencies are
1358             satisfied.  Therefore it must work using only the tools
1359             present in <em>essential</em> packages.<footnote>
1360                   <package>Debconf</package> or another tool that
1361                   implements the Debian Configuration Management
1362                   Specification will also be installed, and any
1363                   versioned dependencies on it will be satisfied
1364                   before preconfiguration begins.
1365             </footnote>
1366           </p>
1367
1368           <p>
1369             Packages which use the Debian Configuration Management
1370             Specification must allow for translation of their user-visible
1371             messages by using a gettext-based system such as the one
1372             provided by the <package>po-debconf</package> package.
1373           </p>
1374
1375           <p>
1376             Packages should try to minimize the amount of prompting
1377             they need to do, and they should ensure that the user
1378             will only ever be asked each question once.  This means
1379             that packages should try to use appropriate shared
1380             configuration files (such as <file>/etc/papersize</file> and
1381             <file>/etc/news/server</file>), and shared
1382             <package>debconf</package> variables rather than each
1383             prompting for their own list of required pieces of
1384             information.
1385           </p>
1386
1387           <p>
1388             It also means that an upgrade should not ask the same
1389             questions again, unless the user has used
1390             <tt>dpkg --purge</tt> to remove the package's configuration.
1391             The answers to configuration questions should be stored in an
1392             appropriate place in <file>/etc</file> so that the user can
1393             modify them, and how this has been done should be
1394             documented.
1395           </p>
1396
1397           <p>
1398             If a package has a vitally important piece of
1399             information to pass to the user (such as "don't run me
1400             as I am, you must edit the following configuration files
1401             first or you risk your system emitting badly-formatted
1402             messages"), it should display this in the
1403             <prgn>config</prgn> or <prgn>postinst</prgn> script and
1404             prompt the user to hit return to acknowledge the
1405             message.  Copyright messages do not count as vitally
1406             important (they belong in
1407             <file>/usr/share/doc/<var>package</var>/copyright</file>);
1408             neither do instructions on how to use a program (these
1409             should be in on-line documentation, where all the users
1410             can see them).
1411           </p>
1412
1413           <p>
1414             Any necessary prompting should almost always be confined
1415             to the <prgn>config</prgn> or <prgn>postinst</prgn>
1416             script. If it is done in the <prgn>postinst</prgn>, it
1417             should be protected with a conditional so that
1418             unnecessary prompting doesn't happen if a package's
1419             installation fails and the <prgn>postinst</prgn> is
1420             called with <tt>abort-upgrade</tt>,
1421             <tt>abort-remove</tt> or <tt>abort-deconfigure</tt>.
1422           </p>
1423         </sect1>
1424
1425       </sect>
1426
1427     </chapt>
1428
1429
1430     <chapt id="source">
1431       <heading>Source packages</heading>
1432
1433       <sect id="standardsversion">
1434         <heading>Standards conformance</heading>
1435
1436         <p>
1437           Source packages should specify the most recent version number
1438           of this policy document with which your package complied
1439           when it was last updated.
1440         </p>
1441
1442         <p>
1443           This information may be used to file bug reports
1444           automatically if your package becomes too much out of date.
1445         </p>
1446
1447         <p>
1448           The version is specified in the <tt>Standards-Version</tt>
1449           control field.
1450           The format of the <tt>Standards-Version</tt> field is
1451           described in <ref id="f-Standards-Version">.
1452         </p>
1453
1454         <p>
1455           You should regularly, and especially if your package has
1456           become out of date, check for the newest Policy Manual
1457           available and update your package, if necessary. When your
1458           package complies with the new standards you should update the
1459           <tt>Standards-Version</tt> source package field and
1460           release it.<footnote>
1461                 See the file <file>upgrading-checklist</file> for
1462                 information about policy which has changed between
1463                 different versions of this document.
1464           </footnote>
1465         </p>
1466
1467       </sect>
1468
1469       <sect id="pkg-relations">
1470         <heading>Package relationships</heading>
1471
1472         <p>
1473           Source packages should specify which binary packages they
1474           require to be installed or not to be installed in order to
1475           build correctly.  For example, if building a package
1476           requires a certain compiler, then the compiler should be
1477           specified as a build-time dependency.
1478         </p>
1479
1480         <p>
1481           It is not necessary to explicitly specify build-time
1482           relationships on a minimal set of packages that are always
1483           needed to compile, link and put in a Debian package a
1484           standard "Hello World!" program written in C or C++.  The
1485           required packages are called <em>build-essential</em>, and
1486           an informational list can be found in
1487           <file>/usr/share/doc/build-essential/list</file> (which is
1488           contained in the <tt>build-essential</tt>
1489           package).<footnote>
1490             Rationale:
1491                 <list compact="compact">
1492                   <item>
1493                       This allows maintaining the list separately
1494                       from the policy documents (the list does not
1495                       need the kind of control that the policy
1496                       documents do).
1497                   </item>
1498                   <item>
1499                       Having a separate package allows one to install
1500                       the build-essential packages on a machine, as
1501                       well as allowing other packages such as tasks to
1502                       require installation of the build-essential
1503                       packages using the depends relation.
1504                   </item>
1505                   <item>
1506                       The separate package allows bug reports against
1507                       the list to be categorized separately from
1508                       the policy management process in the BTS.
1509                   </item>
1510                 </list>
1511           </footnote>
1512         </p>
1513
1514         <p>
1515           When specifying the set of build-time dependencies, one
1516           should list only those packages explicitly required by the
1517           build.  It is not necessary to list packages which are
1518           required merely because some other package in the list of
1519           build-time dependencies depends on them.<footnote>
1520                 The reason for this is that dependencies change, and
1521                 you should list all those packages, and <em>only</em>
1522                 those packages that <em>you</em> need directly.  What
1523                 others need is their business.  For example, if you
1524                 only link against <file>libimlib</file>, you will need to
1525                 build-depend on <package>libimlib2-dev</package> but
1526                 not against any <tt>libjpeg*</tt> packages, even
1527                 though <tt>libimlib2-dev</tt> currently depends on
1528                 them: installation of <package>libimlib2-dev</package>
1529                 will automatically ensure that all of its run-time
1530                 dependencies are satisfied.
1531           </footnote>
1532         </p>
1533
1534         <p>
1535           If build-time dependencies are specified, it must be
1536           possible to build the package and produce working binaries
1537           on a system with only essential and build-essential
1538           packages installed and also those required to satisfy the
1539           build-time relationships (including any implied
1540           relationships).  In particular, this means that version
1541           clauses should be used rigorously in build-time
1542           relationships so that one cannot produce bad or
1543           inconsistently configured packages when the relationships
1544           are properly satisfied.
1545         </p>
1546
1547         <p>
1548           <ref id="relationships"> explains the technical details.
1549         </p>
1550       </sect>
1551
1552       <sect>
1553         <heading>Changes to the upstream sources</heading>
1554
1555         <p>
1556           If changes to the source code are made that are not
1557           specific to the needs of the Debian system, they should be
1558           sent to the upstream authors in whatever form they prefer
1559           so as to be included in the upstream version of the
1560           package.
1561         </p>
1562
1563         <p>
1564           If you need to configure the package differently for
1565           Debian or for Linux, and the upstream source doesn't
1566           provide a way to do so, you should add such configuration
1567           facilities (for example, a new <prgn>autoconf</prgn> test
1568           or <tt>#define</tt>) and send the patch to the upstream
1569           authors, with the default set to the way they originally
1570           had it.  You can then easily override the default in your
1571           <file>debian/rules</file> or wherever is appropriate.
1572         </p>
1573
1574         <p>
1575           You should make sure that the <prgn>configure</prgn> utility
1576           detects the correct architecture specification string
1577           (refer to <ref id="arch-spec"> for details).
1578         </p>
1579
1580         <p>
1581           If you need to edit a <prgn>Makefile</prgn> where GNU-style
1582           <prgn>configure</prgn> scripts are used, you should edit the
1583           <file>.in</file> files rather than editing the
1584           <prgn>Makefile</prgn> directly.  This allows the user to
1585           reconfigure the package if necessary.  You should
1586           <em>not</em> configure the package and edit the generated
1587           <prgn>Makefile</prgn>!  This makes it impossible for someone
1588           else to later reconfigure the package without losing the
1589           changes you made.
1590         </p>
1591
1592       </sect>
1593
1594       <sect id="dpkgchangelog">
1595         <heading>Debian changelog: <file>debian/changelog</file></heading>
1596
1597         <p>
1598           Changes in the Debian version of the package should be
1599           briefly explained in the Debian changelog file
1600           <file>debian/changelog</file>.<footnote>
1601             <p>
1602               Mistakes in changelogs are usually best rectified by
1603               making a new changelog entry rather than "rewriting
1604               history" by editing old changelog entries.
1605             </p>
1606           </footnote>
1607           This includes modifications
1608           made in the Debian package compared to the upstream one
1609           as well as other changes and updates to the package.
1610           <footnote>
1611               Although there is nothing stopping an author who is also
1612               the Debian maintainer from using this changelog for all
1613               their changes, it will have to be renamed if the Debian
1614               and upstream maintainers become different people. In such
1615               a case, however, it might be better to maintain the package
1616               as a non-native package.
1617           </footnote>
1618         </p>
1619
1620         <p>
1621           The format of the <file>debian/changelog</file> allows the
1622           package building tools to discover which version of the package
1623           is being built and find out other release-specific information.
1624         </p>
1625
1626         <p>
1627           That format is a series of entries like this:
1628
1629 <example compact="compact">
1630 <var>package</var> (<var>version</var>) <var>distribution(s)</var>; urgency=<var>urgency</var>
1631             <var>
1632               [optional blank line(s), stripped]
1633             </var>
1634   * <var>change details</var>
1635     <var>more change details</var>
1636             <var>
1637               [blank line(s), included in output of dpkg-parsechangelog]
1638             </var>
1639   * <var>even more change details</var>
1640             <var>
1641               [optional blank line(s), stripped]
1642             </var>
1643  -- <var>maintainer name</var> &lt;<var>email address</var>&gt;<var>[two spaces]</var>  <var>date</var>
1644 </example>
1645         </p>
1646
1647         <p>
1648           <var>package</var> and <var>version</var> are the source
1649           package name and version number.
1650         </p>
1651
1652         <p>
1653           <var>distribution(s)</var> lists the distributions where
1654           this version should be installed when it is uploaded - it
1655           is copied to the <tt>Distribution</tt> field in the
1656           <file>.changes</file> file.  See <ref id="f-Distribution">.
1657         </p>
1658
1659         <p>
1660           <var>urgency</var> is the value for the <tt>Urgency</tt>
1661           field in the <file>.changes</file> file for the upload
1662           (see <ref id="f-Urgency">). It is not possible to specify
1663           an urgency containing commas; commas are used to separate
1664           <tt><var>keyword</var>=<var>value</var></tt> settings in the
1665           <prgn>dpkg</prgn> changelog format (though there is
1666           currently only one useful <var>keyword</var>,
1667           <tt>urgency</tt>).
1668         </p>
1669
1670         <p>
1671           The change details may in fact be any series of lines
1672           starting with at least two spaces, but conventionally each
1673           change starts with an asterisk and a separating space and
1674           continuation lines are indented so as to bring them in
1675           line with the start of the text above.  Blank lines may be
1676           used here to separate groups of changes, if desired.
1677         </p>
1678
1679         <p>
1680           If this upload resolves bugs recorded in the Bug Tracking
1681           System (BTS), they may be automatically closed on the
1682           inclusion of this package into the Debian archive by
1683           including the string: <tt>closes: Bug#<var>nnnnn</var></tt>
1684           in the change details.<footnote>
1685               To be precise, the string should match the following
1686               Perl regular expression:
1687               <example>
1688 /closes:\s*(?:bug)?\#?\s?\d+(?:,\s*(?:bug)?\#?\s?\d+)*/i
1689               </example>
1690               Then all of the bug numbers listed will be closed by the
1691               archive maintenance script (<prgn>katie</prgn>) using the
1692               <var>version</var> of the changelog entry.
1693           </footnote>
1694           This information is conveyed via the <tt>Closes</tt> field
1695           in the <tt>.changes</tt> file (see <ref id="f-Closes">).
1696         </p>
1697
1698         <p>
1699           The maintainer name and email address used in the changelog
1700           should be the details of the person uploading <em>this</em>
1701           version.  They are <em>not</em> necessarily those of the
1702           usual package maintainer.<footnote>
1703             If the developer uploading the package is not one of the usual
1704             maintainers of the package (as listed in
1705             the <qref id="f-Maintainer"><tt>Maintainer</tt></qref>
1706             or <qref id="f-Uploaders"><tt>Uploaders</tt></qref> control
1707             fields of the package), the first line of the changelog is
1708             conventionally used to explain why a non-maintainer is
1709             uploading the package.  The Debian Developer's Reference
1710             (see <ref id="related">) documents the conventions
1711             used.</footnote>
1712           The information here will be copied to the <tt>Changed-By</tt>
1713           field in the <tt>.changes</tt> file
1714           (see <ref id="f-Changed-By">), and then later used to send an
1715           acknowledgement when the upload has been installed.
1716         </p>
1717
1718         <p>
1719           The <var>date</var> has the following format<footnote>
1720               This is the same as the format generated by <tt>date
1721               -R</tt>.
1722           </footnote> (compatible and with the same semantics of
1723           RFC 2822 and RFC 5322):
1724           <example>day-of-week, dd month yyyy hh:mm:ss +zzzz</example>
1725           where:
1726           <list compact="compact">
1727             <item>
1728               day-of week is one of: Mon, Tue, Wed, Thu, Fri, Sat, Sun
1729             </item>
1730             <item>
1731               dd is a one- or two-digit day of the month (01-31)
1732             </item>
1733             <item>
1734               month is one of: Jan, Feb, Mar, Apr, May, Jun, Jul, Aug,
1735               Sep, Oct, Nov, Dec
1736             </item>
1737             <item>yyyy is the four-digit year (e.g. 2010)</item>
1738             <item>hh is the two-digit hour (00-23)</item>
1739             <item>mm is the two-digit minutes (00-59)</item>
1740             <item>ss is the two-digit seconds (00-60)</item>
1741             <item>
1742               +zzzz or -zzzz is the the time zone offset from Coordinated
1743               Universal Time (UTC).  "+" indicates that the time is ahead
1744               of (i.e., east of) UTC and "-" indicates that the time is
1745               behind (i.e., west of) UTC.  The first two digits indicate
1746               the hour difference from UTC and the last two digits
1747               indicate the number of additional minutes difference from
1748               UTC.  The last two digits must be in the range 00-59.
1749             </item>
1750           </list>
1751         </p>
1752
1753         <p>
1754           The first "title" line with the package name must start
1755           at the left hand margin.  The "trailer" line with the
1756           maintainer and date details must be preceded by exactly
1757           one space.  The maintainer details and the date must be
1758           separated by exactly two spaces.
1759         </p>
1760
1761         <p>
1762           The entire changelog must be encoded in UTF-8.
1763         </p>
1764
1765         <p>
1766           For more information on placement of the changelog files
1767           within binary packages, please see <ref id="changelogs">.
1768         </p>
1769       </sect>
1770
1771       <sect id="dpkgcopyright">
1772         <heading>Copyright: <file>debian/copyright</file></heading>
1773         <p>
1774           Every package must be accompanied by a verbatim copy of its
1775           copyright information and distribution license in the file
1776           <file>/usr/share/doc/<var>package</var>/copyright</file>
1777           (see <ref id="copyrightfile"> for further details). Also see
1778           <ref id="pkgcopyright"> for further considerations related
1779           to copyrights for packages.
1780         </p>
1781       </sect>
1782       <sect>
1783         <heading>Error trapping in makefiles</heading>
1784
1785         <p>
1786           When <prgn>make</prgn> invokes a command in a makefile
1787           (including your package's upstream makefiles and
1788           <file>debian/rules</file>), it does so using <prgn>sh</prgn>.  This
1789           means that <prgn>sh</prgn>'s usual bad error handling
1790           properties apply: if you include a miniature script as one
1791           of the commands in your makefile you'll find that if you
1792           don't do anything about it then errors are not detected
1793           and <prgn>make</prgn> will blithely continue after
1794           problems.
1795         </p>
1796
1797         <p>
1798           Every time you put more than one shell command (this
1799           includes using a loop) in a makefile command you
1800           must make sure that errors are trapped.  For
1801           simple compound commands, such as changing directory and
1802           then running a program, using <tt>&amp;&amp;</tt> rather
1803           than semicolon as a command separator is sufficient.  For
1804           more complex commands including most loops and
1805           conditionals you should include a separate <tt>set -e</tt>
1806           command at the start of every makefile command that's
1807           actually one of these miniature shell scripts.
1808         </p>
1809       </sect>
1810
1811       <sect id="timestamps">
1812         <heading>Time Stamps</heading>
1813         <p>
1814           Maintainers should preserve the modification times of the
1815           upstream source files in a package, as far as is reasonably
1816           possible.<footnote>
1817               The rationale is that there is some information conveyed
1818               by knowing the age of the file, for example, you could
1819               recognize that some documentation is very old by looking
1820               at the modification time, so it would be nice if the
1821               modification time of the upstream source would be
1822               preserved.
1823           </footnote>
1824         </p>
1825       </sect>
1826
1827       <sect id="restrictions">
1828         <heading>Restrictions on objects in source packages</heading>
1829
1830         <p>
1831           The source package may not contain any hard links<footnote>
1832             <p>
1833               This is not currently detected when building source
1834               packages, but only when extracting
1835               them.
1836             </p>
1837             <p>
1838               Hard links may be permitted at some point in the
1839               future, but would require a fair amount of
1840               work.
1841             </p>
1842           </footnote>, device special files, sockets or setuid or
1843           setgid files.<footnote>
1844               Setgid directories are allowed.
1845           </footnote>
1846         </p>
1847       </sect>
1848
1849       <sect id="debianrules">
1850         <heading>Main building script: <file>debian/rules</file></heading>
1851
1852         <p>
1853           This file must be an executable makefile, and contains the
1854           package-specific recipes for compiling the package and
1855           building binary package(s) from the source.
1856         </p>
1857
1858         <p>
1859           It must start with the line <tt>#!/usr/bin/make -f</tt>,
1860           so that it can be invoked by saying its name rather than
1861           invoking <prgn>make</prgn> explicitly. That is, invoking
1862           either of <tt>make -f debian/rules <em>args...</em></tt>
1863           or <tt>./debian/rules <em>args...</em></tt> must result in
1864           identical behavior.
1865         </p>
1866
1867         <p>
1868           The following targets are required and must be implemented
1869           by <file>debian/rules</file>: <tt>clean</tt>, <tt>binary</tt>,
1870           <tt>binary-arch</tt>, <tt>binary-indep</tt>, and <tt>build</tt>.
1871           These are the targets called by <prgn>dpkg-buildpackage</prgn>.
1872         </p>
1873
1874         <p>
1875           Since an interactive <file>debian/rules</file> script makes it
1876           impossible to auto-compile that package and also makes it hard
1877           for other people to reproduce the same binary package, all
1878           required targets must be non-interactive.  It also follows that
1879           any target that these targets depend on must also be
1880           non-interactive.
1881         </p>
1882
1883         <p>
1884           The targets are as follows:
1885           <taglist>
1886             <tag><tt>build</tt> (required)</tag>
1887             <item>
1888               <p>
1889                 The <tt>build</tt> target should perform all the
1890                 configuration and compilation of the package.
1891                 If a package has an interactive pre-build
1892                 configuration routine, the Debian source package
1893                 must either be built after this has taken place (so
1894                 that the binary package can be built without rerunning
1895                 the configuration) or the configuration routine
1896                 modified to become non-interactive.  (The latter is
1897                 preferable if there are architecture-specific features
1898                 detected by the configuration routine.)
1899               </p>
1900
1901               <p>
1902                 For some packages, notably ones where the same
1903                 source tree is compiled in different ways to produce
1904                 two binary packages, the <tt>build</tt> target
1905                 does not make much sense.  For these packages it is
1906                 good enough to provide two (or more) targets
1907                 (<tt>build-a</tt> and <tt>build-b</tt> or whatever)
1908                 for each of the ways of building the package, and a
1909                 <tt>build</tt> target that does nothing.  The
1910                 <tt>binary</tt> target will have to build the
1911                 package in each of the possible ways and make the
1912                 binary package out of each.
1913               </p>
1914
1915               <p>
1916                 The <tt>build</tt> target must not do anything
1917                 that might require root privilege.
1918               </p>
1919
1920               <p>
1921                 The <tt>build</tt> target may need to run the
1922                 <tt>clean</tt> target first - see below.
1923               </p>
1924
1925               <p>
1926                 When a package has a configuration and build routine
1927                 which takes a long time, or when the makefiles are
1928                 poorly designed, or when <tt>build</tt> needs to
1929                 run <tt>clean</tt> first, it is a good idea to
1930                 <tt>touch build</tt> when the build process is
1931                 complete.  This will ensure that if <tt>debian/rules
1932                 build</tt> is run again it will not rebuild the whole
1933                 program.<footnote>
1934                     Another common way to do this is for <tt>build</tt>
1935                     to depend on <prgn>build-stamp</prgn> and to do
1936                     nothing else, and for the <prgn>build-stamp</prgn>
1937                     target to do the building and to <tt>touch
1938                     build-stamp</tt> on completion.  This is
1939                     especially useful if the build routine creates a
1940                     file or directory called <tt>build</tt>; in such a
1941                     case, <tt>build</tt> will need to be listed as
1942                     a phony target (i.e., as a dependency of the
1943                     <tt>.PHONY</tt> target).  See the documentation of
1944                     <prgn>make</prgn> for more information on phony
1945                     targets.
1946                 </footnote>
1947               </p>
1948             </item>
1949
1950             <tag><tt>build-arch</tt> (optional),
1951                  <tt>build-indep</tt> (optional)
1952             </tag>
1953             <item>
1954               <p>
1955                 A package may also provide one or both of the targets
1956                 <tt>build-arch</tt> and <tt>build-indep</tt>.
1957                 The <tt>build-arch</tt> target, if provided, should
1958                 perform all the configuration and compilation required for
1959                 producing all architecture-dependant binary packages
1960                 (those packages for which the body of the
1961                 <tt>Architecture</tt> field in <tt>debian/control</tt> is
1962                 not <tt>all</tt>).  Similarly, the <tt>build-indep</tt>
1963                 target, if provided, should perform all the configuration
1964                 and compilation required for producing all
1965                 architecture-independent binary packages (those packages
1966                 for which the body of the <tt>Architecture</tt> field
1967                 in <tt>debian/control</tt> is <tt>all</tt>).
1968               </p>
1969
1970               <p>
1971                 If <tt>build-arch</tt> or <tt>build-indep</tt> targets are
1972                 provided in the rules file, the <tt>build</tt> target
1973                 should either depend on those targets or take the same
1974                 actions as invoking those targets would perform.<footnote>
1975                   The intent of this split is so that binary-only builds
1976                   need not install the dependencies required for
1977                   the <tt>build-indep</tt> target.  However, this is not
1978                   yet used in practice since <tt>dpkg-buildpackage
1979                   -B</tt>, and therefore the autobuilders,
1980                   invoke <tt>build</tt> rather than <tt>build-arch</tt>
1981                   due to the difficulties in determining whether the
1982                   optional <tt>build-arch</tt> target exists.
1983                 </footnote>
1984               </p>
1985
1986               <p>
1987                 If one or both of the targets <tt>build-arch</tt> and
1988                 <tt>build-indep</tt> are not provided, then invoking
1989                 <file>debian/rules</file> with one of the not-provided
1990                 targets as arguments should produce a exit status code
1991                 of 2.  Usually this is provided automatically by make
1992                 if the target is missing.
1993               </p>
1994
1995               <p>
1996                 The <tt>build-arch</tt> and <tt>build-indep</tt> targets
1997                 must not do anything that might require root privilege.
1998               </p>
1999             </item>
2000
2001             <tag><tt>binary</tt> (required), <tt>binary-arch</tt>
2002               (required), <tt>binary-indep</tt> (required)
2003             </tag>
2004             <item>
2005               <p>
2006                 The <tt>binary</tt> target must be all that is
2007                 necessary for the user to build the binary package(s)
2008                 produced from this source package.  It is
2009                 split into two parts: <prgn>binary-arch</prgn> builds
2010                 the binary packages which are specific to a particular
2011                 architecture, and <tt>binary-indep</tt> builds
2012                 those which are not.
2013               </p>
2014               <p>
2015                 <tt>binary</tt> may be (and commonly is) a target with
2016                 no commands which simply depends on
2017                 <tt>binary-arch</tt> and <tt>binary-indep</tt>.
2018               </p>
2019               <p>
2020                 Both <tt>binary-*</tt> targets should depend on the
2021                 <tt>build</tt> target, or on the appropriate
2022                 <tt>build-arch</tt> or <tt>build-indep</tt> target, if
2023                 provided, so that the package is built if it has not
2024                 been already.  It should then create the relevant
2025                 binary package(s), using <prgn>dpkg-gencontrol</prgn> to
2026                 make their control files and <prgn>dpkg-deb</prgn> to
2027                 build them and place them in the parent of the top
2028                 level directory.
2029               </p>
2030
2031               <p>
2032                 Both the <tt>binary-arch</tt> and
2033                 <tt>binary-indep</tt> targets <em>must</em> exist.
2034                 If one of them has nothing to do (which will always be
2035                 the case if the source generates only a single binary
2036                 package, whether architecture-dependent or not), it
2037                 must still exist and must always succeed.
2038               </p>
2039
2040               <p>
2041                 The <tt>binary</tt> targets must be invoked as
2042                 root.<footnote>
2043                     The <prgn>fakeroot</prgn> package often allows one
2044                     to build a package correctly even without being
2045                     root.
2046                 </footnote>
2047               </p>
2048             </item>
2049
2050             <tag><tt>clean</tt> (required)</tag>
2051             <item>
2052               <p>
2053                 This must undo any effects that the <tt>build</tt>
2054                 and <tt>binary</tt> targets may have had, except
2055                 that it should leave alone any output files created in
2056                 the parent directory by a run of a <tt>binary</tt>
2057                 target.
2058               </p>
2059
2060               <p>
2061                 If a <tt>build</tt> file is touched at the end of
2062                 the <tt>build</tt> target, as suggested above, it
2063                 should be removed as the first action that
2064                 <tt>clean</tt> performs, so that running
2065                 <tt>build</tt> again after an interrupted
2066                 <tt>clean</tt> doesn't think that everything is
2067                 already done.
2068               </p>
2069
2070               <p>
2071                 The <tt>clean</tt> target may need to be
2072                 invoked as root if <tt>binary</tt> has been
2073                 invoked since the last <tt>clean</tt>, or if
2074                 <tt>build</tt> has been invoked as root (since
2075                 <tt>build</tt> may create directories, for
2076                 example).
2077               </p>
2078             </item>
2079
2080             <tag><tt>get-orig-source</tt> (optional)</tag>
2081             <item>
2082               <p>
2083                 This target fetches the most recent version of the
2084                 original source package from a canonical archive site
2085                 (via FTP or WWW, for example), does any necessary
2086                 rearrangement to turn it into the original source
2087                 tar file format described below, and leaves it in the
2088                 current directory.
2089               </p>
2090
2091               <p>
2092                 This target may be invoked in any directory, and
2093                 should take care to clean up any temporary files it
2094                 may have left.
2095               </p>
2096
2097               <p>
2098                 This target is optional, but providing it if
2099                 possible is a good idea.
2100               </p>
2101             </item>
2102
2103             <tag><tt>patch</tt> (optional)</tag>
2104             <item>
2105               <p>
2106                 This target performs whatever additional actions are
2107                 required to make the source ready for editing (unpacking
2108                 additional upstream archives, applying patches, etc.).
2109                 It is recommended to be implemented for any package where
2110                 <tt>dpkg-source -x</tt> does not result in source ready
2111                 for additional modification.  See
2112                 <ref id="readmesource">.
2113               </p>
2114             </item>
2115           </taglist>
2116
2117         <p>
2118           The <tt>build</tt>, <tt>binary</tt> and
2119           <tt>clean</tt> targets must be invoked with the current
2120           directory being the package's top-level directory.
2121         </p>
2122
2123
2124         <p>
2125           Additional targets may exist in <file>debian/rules</file>,
2126           either as published or undocumented interfaces or for the
2127           package's internal use.
2128         </p>
2129
2130         <p>
2131           The architectures we build on and build for are determined
2132           by <prgn>make</prgn> variables using the
2133           utility <qref id="pkg-dpkg-architecture"><prgn>dpkg-architecture</prgn></qref>.
2134           You can determine the Debian architecture and the GNU style
2135           architecture specification string for the build architecture as
2136           well as for the host architecture.  The build architecture is
2137           the architecture on which <file>debian/rules</file> is run and
2138           the package build is performed.  The host architecture is the
2139           architecture on which the resulting package will be installed
2140           and run.  These are normally the same, but may be different in
2141           the case of cross-compilation (building packages for one
2142           architecture on machines of a different architecture).
2143         </p>
2144
2145         <p>
2146           Here is a list of supported <prgn>make</prgn> variables:
2147           <list compact="compact">
2148             <item>
2149                 <tt>DEB_*_ARCH</tt> (the Debian architecture)
2150             </item>
2151             <item>
2152                 <tt>DEB_*_ARCH_CPU</tt> (the Debian CPU name)
2153             </item>
2154             <item>
2155                 <tt>DEB_*_ARCH_OS</tt> (the Debian System name)
2156             </item>
2157             <item>
2158                 <tt>DEB_*_GNU_TYPE</tt> (the GNU style architecture
2159                 specification string)
2160             </item>
2161             <item>
2162                 <tt>DEB_*_GNU_CPU</tt> (the CPU part of
2163                 <tt>DEB_*_GNU_TYPE</tt>)
2164             </item>
2165             <item>
2166                 <tt>DEB_*_GNU_SYSTEM</tt> (the System part of
2167                 <tt>DEB_*_GNU_TYPE</tt>)
2168           </list>
2169           where <tt>*</tt> is either <tt>BUILD</tt> for specification of
2170           the build architecture or <tt>HOST</tt> for specification of the
2171           host architecture.
2172         </p>
2173
2174         <p>
2175           Backward compatibility can be provided in the rules file
2176           by setting the needed variables to suitable default
2177           values; please refer to the documentation of
2178           <prgn>dpkg-architecture</prgn> for details.
2179         </p>
2180
2181         <p>
2182           It is important to understand that the <tt>DEB_*_ARCH</tt>
2183           string only determines which Debian architecture we are
2184           building on or for. It should not be used to get the CPU
2185           or system information; the <tt>DEB_*_ARCH_CPU</tt> and
2186           <tt>DEB_*_ARCH_OS</tt> variables should be used for that.
2187           GNU style variables should generally only be used with upstream
2188           build systems.
2189         </p>
2190
2191         <sect1 id="debianrules-options">
2192           <heading><file>debian/rules</file> and
2193             <tt>DEB_BUILD_OPTIONS</tt></heading>
2194
2195           <p>
2196             Supporting the standardized environment variable
2197             <tt>DEB_BUILD_OPTIONS</tt> is recommended.  This variable can
2198             contain several flags to change how a package is compiled and
2199             built.  Each flag must be in the form <var>flag</var> or
2200             <var>flag</var>=<var>options</var>.  If multiple flags are
2201             given, they must be separated by whitespace.<footnote>
2202               Some packages support any delimiter, but whitespace is the
2203               easiest to parse inside a makefile and avoids ambiguity with
2204               flag values that contain commas.
2205             </footnote>
2206             <var>flag</var> must start with a lowercase letter
2207             (<tt>a-z</tt>) and consist only of lowercase letters,
2208             numbers (<tt>0-9</tt>), and the characters
2209             <tt>-</tt> and <tt>_</tt> (hyphen and underscore).
2210             <var>options</var> must not contain whitespace.  The same
2211             tag should not be given multiple times with conflicting
2212             values.  Package maintainers may assume that
2213             <tt>DEB_BUILD_OPTIONS</tt> will not contain conflicting tags.
2214           </p>
2215
2216           <p>
2217             The meaning of the following tags has been standardized:
2218             <taglist>
2219               <tag>nocheck</tag>
2220               <item>
2221                   This tag says to not run any build-time test suite
2222                   provided by the package.
2223               </item>
2224               <tag>noopt</tag>
2225               <item>
2226                   The presence of this tag means that the package should
2227                   be compiled with a minimum of optimization.  For C
2228                   programs, it is best to add <tt>-O0</tt> to
2229                   <tt>CFLAGS</tt> (although this is usually the default).
2230                   Some programs might fail to build or run at this level
2231                   of optimization; it may be necessary to use
2232                   <tt>-O1</tt>, for example.
2233               </item>
2234               <tag>nostrip</tag>
2235               <item>
2236                   This tag means that the debugging symbols should not be
2237                   stripped from the binary during installation, so that
2238                   debugging information may be included in the package.
2239               </item>
2240               <tag>parallel=n</tag>
2241               <item>
2242                   This tag means that the package should be built using up
2243                   to <tt>n</tt> parallel processes if the package build
2244                   system supports this.<footnote>
2245                       Packages built with <tt>make</tt> can often implement
2246                       this by passing the <tt>-j</tt><var>n</var> option to
2247                       <tt>make</tt>.
2248                   </footnote>
2249                   If the package build system does not support parallel
2250                   builds, this string must be ignored.  If the package
2251                   build system only supports a lower level of concurrency
2252                   than <var>n</var>, the package should be built using as
2253                   many parallel processes as the package build system
2254                   supports.  It is up to the package maintainer to decide
2255                   whether the package build times are long enough and the
2256                   package build system is robust enough to make supporting
2257                   parallel builds worthwhile.
2258                </item>
2259             </taglist>
2260           </p>
2261
2262           <p>
2263             Unknown flags must be ignored by <file>debian/rules</file>.
2264           </p>
2265
2266           <p>
2267             The following makefile snippet is an example of how one may
2268             implement the build options; you will probably have to
2269             massage this example in order to make it work for your
2270             package.
2271             <example compact="compact">
2272 CFLAGS = -Wall -g
2273 INSTALL = install
2274 INSTALL_FILE    = $(INSTALL) -p    -o root -g root  -m  644
2275 INSTALL_PROGRAM = $(INSTALL) -p    -o root -g root  -m  755
2276 INSTALL_SCRIPT  = $(INSTALL) -p    -o root -g root  -m  755
2277 INSTALL_DIR     = $(INSTALL) -p -d -o root -g root  -m  755
2278
2279 ifneq (,$(filter noopt,$(DEB_BUILD_OPTIONS)))
2280     CFLAGS += -O0
2281 else
2282     CFLAGS += -O2
2283 endif
2284 ifeq (,$(filter nostrip,$(DEB_BUILD_OPTIONS)))
2285     INSTALL_PROGRAM += -s
2286 endif
2287 ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
2288     NUMJOBS = $(patsubst parallel=%,%,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
2289     MAKEFLAGS += -j$(NUMJOBS)
2290 endif
2291
2292 build:
2293         # ...
2294 ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
2295         # Code to run the package test suite.
2296 endif
2297             </example>
2298           </p>
2299         </sect1>
2300       </sect>
2301
2302 <!-- FIXME: section pkg-srcsubstvars is the same as substvars -->
2303       <sect id="substvars">
2304         <heading>Variable substitutions: <file>debian/substvars</file></heading>
2305
2306         <p>
2307           When <prgn>dpkg-gencontrol</prgn>
2308           generates <qref id="binarycontrolfiles">binary package control
2309           files</qref> (<file>DEBIAN/control</file>), it performs variable
2310           substitutions on its output just before writing it.  Variable
2311           substitutions have the form <tt>${<var>variable</var>}</tt>.
2312           The optional file <file>debian/substvars</file> contains
2313           variable substitutions to be used; variables can also be set
2314           directly from <file>debian/rules</file> using the <tt>-V</tt>
2315           option to the source packaging commands, and certain predefined
2316           variables are also available.
2317         </p>
2318
2319         <p>
2320           The <file>debian/substvars</file> file is usually generated and
2321           modified dynamically by <file>debian/rules</file> targets, in
2322           which case it must be removed by the <tt>clean</tt> target.
2323         </p>
2324
2325         <p>
2326           See <manref name="deb-substvars" section="5"> for full
2327           details about source variable substitutions, including the
2328           format of <file>debian/substvars</file>.</p>
2329       </sect>
2330
2331       <sect id="debianwatch">
2332         <heading>Optional upstream source location: <file>debian/watch</file></heading>
2333
2334         <p>
2335           This is an optional, recommended configuration file for the
2336           <tt>uscan</tt> utility which defines how to automatically scan
2337           ftp or http sites for newly available updates of the
2338           package. This is used
2339           by <url id="http://dehs.alioth.debian.org/"> and other Debian QA
2340           tools to help with quality control and maintenance of the
2341           distribution as a whole.
2342         </p>
2343
2344       </sect>
2345
2346       <sect id="debianfiles">
2347         <heading>Generated files list: <file>debian/files</file></heading>
2348
2349         <p>
2350           This file is not a permanent part of the source tree; it
2351           is used while building packages to record which files are
2352           being generated.  <prgn>dpkg-genchanges</prgn> uses it
2353           when it generates a <file>.changes</file> file.
2354         </p>
2355
2356         <p>
2357           It should not exist in a shipped source package, and so it
2358           (and any backup files or temporary files such as
2359           <file>files.new</file><footnote>
2360               <file>files.new</file> is used as a temporary file by
2361               <prgn>dpkg-gencontrol</prgn> and
2362               <prgn>dpkg-distaddfile</prgn> - they write a new
2363               version of <tt>files</tt> here before renaming it,
2364               to avoid leaving a corrupted copy if an error
2365               occurs.
2366           </footnote>) should be removed by the
2367           <tt>clean</tt> target.  It may also be wise to
2368           ensure a fresh start by emptying or removing it at the
2369           start of the <tt>binary</tt> target.
2370         </p>
2371
2372         <p>
2373           When <prgn>dpkg-gencontrol</prgn> is run for a binary
2374           package, it adds an entry to <file>debian/files</file> for the
2375           <file>.deb</file> file that will be created when <tt>dpkg-deb
2376           --build</tt> is run for that binary package.  So for most
2377           packages all that needs to be done with this file is to
2378           delete it in the <tt>clean</tt> target.
2379         </p>
2380
2381         <p>
2382           If a package upload includes files besides the source
2383           package and any binary packages whose control files were
2384           made with <prgn>dpkg-gencontrol</prgn> then they should be
2385           placed in the parent of the package's top-level directory
2386           and <prgn>dpkg-distaddfile</prgn> should be called to add
2387           the file to the list in <file>debian/files</file>.</p>
2388       </sect>
2389
2390       <sect id="embeddedfiles">
2391         <heading>Convenience copies of code</heading>
2392
2393         <p>
2394           Some software packages include in their distribution convenience
2395           copies of code from other software packages, generally so that
2396           users compiling from source don't have to download multiple
2397           packages.  Debian packages should not make use of these
2398           convenience copies unless the included package is explicitly
2399           intended to be used in this way.<footnote>
2400             For example, parts of the GNU build system work like this.
2401           </footnote>
2402           If the included code is already in the Debian archive in the
2403           form of a library, the Debian packaging should ensure that
2404           binary packages reference the libraries already in Debian and
2405           the convenience copy is not used.  If the included code is not
2406           already in Debian, it should be packaged separately as a
2407           prerequisite if possible.
2408           <footnote>
2409             Having multiple copies of the same code in Debian is
2410             inefficient, often creates either static linking or shared
2411             library conflicts, and, most importantly, increases the
2412             difficulty of handling security vulnerabilities in the
2413             duplicated code.
2414           </footnote>
2415         </p>
2416       </sect>
2417
2418       <sect id="readmesource">
2419         <heading>Source package handling:
2420           <file>debian/README.source</file></heading>
2421
2422         <p>
2423           If running <prgn>dpkg-source -x</prgn> on a source package
2424           doesn't produce the source of the package, ready for editing,
2425           and allow one to make changes and run
2426           <prgn>dpkg-buildpackage</prgn> to produce a modified package
2427           without taking any additional steps, creating a
2428           <file>debian/README.source</file> documentation file is
2429           recommended.  This file should explain how to do all of the
2430           following:
2431             <enumlist>
2432               <item>Generate the fully patched source, in a form ready for
2433               editing, that would be built to create Debian
2434               packages.  Doing this with a <tt>patch</tt> target in
2435               <file>debian/rules</file> is recommended; see
2436               <ref id="debianrules">.</item>
2437               <item>Modify the source and save those modifications so that
2438               they will be applied when building the package.</item>
2439               <item>Remove source modifications that are currently being
2440               applied when building the package.</item>
2441               <item>Optionally, document what steps are necessary to
2442               upgrade the Debian source package to a new upstream version,
2443               if applicable.</item>
2444             </enumlist>
2445           This explanation should include specific commands and mention
2446           any additional required Debian packages.  It should not assume
2447           familiarity with any specific Debian packaging system or patch
2448           management tools.
2449         </p>
2450
2451         <p>
2452           This explanation may refer to a documentation file installed by
2453           one of the package's build dependencies provided that the
2454           referenced documentation clearly explains these tasks and is not
2455           a general reference manual.
2456         </p>
2457
2458         <p>
2459           <file>debian/README.source</file> may also include any other
2460           information that would be helpful to someone modifying the
2461           source package.  Even if the package doesn't fit the above
2462           description, maintainers are encouraged to document in a
2463           <file>debian/README.source</file> file any source package with a
2464           particularly complex or unintuitive source layout or build
2465           system (for example, a package that builds the same source
2466           multiple times to generate different binary packages).
2467         </p>
2468       </sect>
2469     </chapt>
2470
2471
2472     <chapt id="controlfields">
2473       <heading>Control files and their fields</heading>
2474
2475       <p>
2476         The package management system manipulates data represented in
2477         a common format, known as <em>control data</em>, stored in
2478         <em>control files</em>.
2479         Control files are used for source packages, binary packages and
2480         the <file>.changes</file> files which control the installation
2481         of uploaded files<footnote>
2482             <prgn>dpkg</prgn>'s internal databases are in a similar
2483             format.
2484         </footnote>.
2485       </p>
2486
2487       <sect id="controlsyntax">
2488         <heading>Syntax of control files</heading>
2489
2490         <p>
2491           A control file consists of one or more paragraphs of
2492           fields<footnote>
2493                 The paragraphs are also sometimes referred to as stanzas.
2494           </footnote>.
2495           The paragraphs are separated by empty lines.  Parsers may accept
2496           lines consisting solely of spaces and tabs as paragraph
2497           separators, but control files should use empty lines.  Some control
2498           files allow only one paragraph; others allow several, in
2499           which case each paragraph usually refers to a different
2500           package.  (For example, in source packages, the first
2501           paragraph refers to the source package, and later paragraphs
2502           refer to binary packages generated from the source.)  The
2503           ordering of the paragraphs in control files is significant.
2504         </p>
2505
2506         <p>
2507           Each paragraph consists of a series of data fields.  Each field
2508           consists of the field name followed by a colon and then the
2509           data/value associated with that field.  The field name is
2510           composed of US-ASCII characters excluding control characters,
2511           space, and colon (i.e., characters in the ranges 33-57 and
2512           59-126, inclusive).  Field names must not begin with the comment
2513           character, <tt>#</tt>.
2514         </p>
2515
2516         <p>
2517           The field ends at the end of the line or at the end of the last
2518           continuation line (see below).  Horizontal whitespace (spaces
2519           and tabs) may occur immediately before or after the value and is
2520           ignored there; it is conventional to put a single space after
2521           the colon.  For example, a field might be:
2522           <example compact="compact">
2523 Package: libc6
2524           </example>
2525           the field name is <tt>Package</tt> and the field value
2526           <tt>libc6</tt>.
2527         </p>
2528
2529         <p>
2530           A paragraph must not contain more than one instance of a
2531           particular field name.
2532         </p>
2533
2534         <p>
2535           There are three types of fields:
2536           <taglist>
2537             <tag>simple</tag>
2538             <item>
2539               The field, including its value, must be a single line.  Folding
2540               of the field is not permitted.  This is the default field type
2541               if the definition of the field does not specify a different
2542               type.
2543             </item>
2544             <tag>folded</tag>
2545             <item>
2546               The value of a folded field is a logical line that may span
2547               several lines.  The lines after the first are called
2548               continuation lines and must start with a space or a tab.
2549               Whitespace, including any newlines, is not significant in the
2550               field values of folded fields.<footnote>
2551                 This folding method is similar to RFC 5322, allowing control
2552                 files that contain only one paragraph and no multiline fields
2553                 to be read by parsers written for RFC 5322.
2554               </footnote>
2555             </item>
2556             <tag>multiline</tag>
2557             <item>
2558               The value of a multiline field may comprise multiple continuation
2559               lines.  The first line of the value, the part on the same line as
2560               the field name, often has special significance or may have to be
2561               empty.  Other lines are added following the same syntax as the
2562               continuation lines of the folded fields.  Whitespace, including newlines,
2563               is significant in the values of multiline fields.
2564             </item>
2565           </taglist>
2566         </p>
2567
2568         <p>
2569           Whitespace must not appear
2570           inside names (of packages, architectures, files or anything
2571           else) or version numbers, or between the characters of
2572           multi-character version relationships.
2573         </p>
2574
2575         <p>
2576           The presence and purpose of a field, and the syntax of its
2577           value may differ between types of control files.
2578         </p>
2579
2580         <p>
2581           Field names are not case-sensitive, but it is usual to
2582           capitalize the field names using mixed case as shown below.
2583           Field values are case-sensitive unless the description of the
2584           field says otherwise.
2585         </p>
2586
2587         <p>
2588           Paragraph separators (empty lines) and lines consisting only of
2589           spaces and tabs are not allowed within field values or between
2590           fields.  Empty lines in field values are usually escaped by
2591           representing them by a space followed by a dot.
2592         </p>
2593
2594         <p>
2595           Lines starting with # without any preceding whitespace are comments
2596           lines that are only permitted in source package control files
2597           (<file>debian/control</file>).  These comment lines are ignored, even
2598           between two continuation lines.  They do not end logical lines.
2599         </p>
2600
2601         <p>
2602           All control files must be encoded in UTF-8.
2603         </p>
2604       </sect>
2605
2606       <sect id="sourcecontrolfiles">
2607         <heading>Source package control files -- <file>debian/control</file></heading>
2608
2609         <p>
2610           The <file>debian/control</file> file contains the most vital
2611           (and version-independent) information about the source package
2612           and about the binary packages it creates.
2613         </p>
2614
2615         <p>
2616           The first paragraph of the control file contains information about
2617           the source package in general. The subsequent sets each describe a
2618           binary package that the source tree builds.
2619         </p>
2620
2621         <p>
2622           The fields in the general paragraph (the first one, for the source
2623           package) are:
2624
2625           <list compact="compact">
2626             <item><qref id="f-Source"><tt>Source</tt></qref> (mandatory)</item>
2627             <item><qref id="f-Maintainer"><tt>Maintainer</tt></qref> (mandatory)</item>
2628             <item><qref id="f-Uploaders"><tt>Uploaders</tt></qref></item>
2629             <item><qref id="f-DM-Upload-Allowed"><tt>DM-Upload-Allowed</tt></qref></item>
2630             <item><qref id="f-Section"><tt>Section</tt></qref> (recommended)</item>
2631             <item><qref id="f-Priority"><tt>Priority</tt></qref> (recommended)</item>
2632             <item><qref id="sourcebinarydeps"><tt>Build-Depends</tt> et al</qref></item>
2633             <item><qref id="f-Standards-Version"><tt>Standards-Version</tt></qref> (recommended)</item>
2634             <item><qref id="f-Homepage"><tt>Homepage</tt></qref></item>
2635           </list>
2636         </p>
2637
2638         <p>
2639           The fields in the binary package paragraphs are:
2640
2641           <list compact="compact">
2642             <item><qref id="f-Package"><tt>Package</tt></qref> (mandatory)</item>
2643             <item><qref id="f-Architecture"><tt>Architecture</tt></qref> (mandatory)</item>
2644             <item><qref id="f-Section"><tt>Section</tt></qref> (recommended)</item>
2645             <item><qref id="f-Priority"><tt>Priority</tt></qref> (recommended)</item>
2646             <item><qref id="f-Essential"><tt>Essential</tt></qref></item>
2647             <item><qref id="binarydeps"><tt>Depends</tt> et al</qref></item>
2648             <item><qref id="f-Description"><tt>Description</tt></qref> (mandatory)</item>
2649             <item><qref id="f-Homepage"><tt>Homepage</tt></qref></item>
2650           </list>
2651         </p>
2652
2653         <p>
2654           The syntax and semantics of the fields are described below.
2655         </p>
2656
2657         <p>
2658           These fields are used by <prgn>dpkg-gencontrol</prgn> to
2659           generate control files for binary packages (see below), by
2660           <prgn>dpkg-genchanges</prgn> to generate the
2661           <file>.changes</file> file to accompany the upload, and by
2662           <prgn>dpkg-source</prgn> when it creates the
2663           <file>.dsc</file> source control file as part of a source
2664           archive.  Some fields are folded in <file>debian/control</file>,
2665           but not in any other control
2666           file. These tools are responsible for removing the line
2667           breaks from such fields when using fields from
2668           <file>debian/control</file> to generate other control files.
2669         </p>
2670
2671         <p>
2672           The fields here may contain variable references - their
2673           values will be substituted by <prgn>dpkg-gencontrol</prgn>,
2674           <prgn>dpkg-genchanges</prgn> or <prgn>dpkg-source</prgn>
2675           when they generate output control files.
2676           See <ref id="substvars"> for details.
2677         </p>
2678       </sect>
2679
2680       <sect id="binarycontrolfiles">
2681         <heading>Binary package control files -- <file>DEBIAN/control</file></heading>
2682
2683         <p>
2684           The <file>DEBIAN/control</file> file contains the most vital
2685           (and version-dependent) information about a binary package.  It
2686           consists of a single paragraph.
2687         </p>
2688
2689         <p>
2690           The fields in this file are:
2691
2692           <list compact="compact">
2693             <item><qref id="f-Package"><tt>Package</tt></qref> (mandatory)</item>
2694             <item><qref id="f-Source"><tt>Source</tt></qref></item>
2695             <item><qref id="f-Version"><tt>Version</tt></qref> (mandatory)</item>
2696             <item><qref id="f-Section"><tt>Section</tt></qref> (recommended)</item>
2697             <item><qref id="f-Priority"><tt>Priority</tt></qref> (recommended)</item>
2698             <item><qref id="f-Architecture"><tt>Architecture</tt></qref> (mandatory)</item>
2699             <item><qref id="f-Essential"><tt>Essential</tt></qref></item>
2700             <item><qref id="binarydeps"><tt>Depends</tt> et al</qref></item>
2701             <item><qref id="f-Installed-Size"><tt>Installed-Size</tt></qref></item>
2702             <item><qref id="f-Maintainer"><tt>Maintainer</tt></qref> (mandatory)</item>
2703             <item><qref id="f-Description"><tt>Description</tt></qref> (mandatory)</item>
2704             <item><qref id="f-Homepage"><tt>Homepage</tt></qref></item>
2705           </list>
2706         </p>
2707       </sect>
2708
2709       <sect id="debiansourcecontrolfiles">
2710         <heading>Debian source control files -- <tt>.dsc</tt></heading>
2711
2712         <p>
2713           This file consists of a single paragraph, possibly surrounded by
2714           a PGP signature. The fields of that paragraph are listed below.
2715           Their syntax is described above, in <ref id="controlsyntax">.
2716
2717         <list compact="compact">
2718           <item><qref id="f-Format"><tt>Format</tt></qref> (mandatory)</item>
2719           <item><qref id="f-Source"><tt>Source</tt></qref> (mandatory)</item>
2720           <item><qref id="f-Binary"><tt>Binary</tt></qref></item>
2721           <item><qref id="f-Architecture"><tt>Architecture</tt></qref></item>
2722           <item><qref id="f-Version"><tt>Version</tt></qref> (mandatory)</item>
2723           <item><qref id="f-Maintainer"><tt>Maintainer</tt></qref> (mandatory)</item>
2724           <item><qref id="f-Uploaders"><tt>Uploaders</tt></qref></item>
2725           <item><qref id="f-DM-Upload-Allowed"><tt>DM-Upload-Allowed</tt></qref></item>
2726           <item><qref id="f-Homepage"><tt>Homepage</tt></qref></item>
2727           <item><qref id="f-Standards-Version"><tt>Standards-Version</tt></qref> (recommended)</item>
2728           <item><qref id="sourcebinarydeps"><tt>Build-Depends</tt> et al</qref></item>
2729           <item><qref id="f-Checksums"><tt>Checksums-Sha1</tt>
2730               and <tt>Checksums-Sha256</tt></qref> (recommended)</item>
2731           <item><qref id="f-Files"><tt>Files</tt></qref> (mandatory)</item>
2732         </list>
2733         </p>
2734
2735         <p>
2736           The Debian source control file is generated by
2737           <prgn>dpkg-source</prgn> when it builds the source
2738           archive, from other files in the source package,
2739           described above.  When unpacking, it is checked against
2740           the files and directories in the other parts of the
2741           source package.
2742         </p>
2743
2744       </sect>
2745
2746       <sect id="debianchangesfiles">
2747         <heading>Debian changes files -- <file>.changes</file></heading>
2748
2749         <p>
2750           The <file>.changes</file> files are used by the Debian archive
2751           maintenance software to process updates to packages. They
2752           consist of a single paragraph, possibly surrounded by a PGP
2753           signature. That paragraph contains information from the
2754           <file>debian/control</file> file and other data about the
2755           source package gathered via <file>debian/changelog</file>
2756           and <file>debian/rules</file>.
2757         </p>
2758
2759         <p>
2760           <file>.changes</file> files have a format version that is
2761           incremented whenever the documented fields or their meaning
2762           change.  This document describes format &changesversion;.
2763         </p>
2764
2765         <p>
2766           The fields in this file are:
2767
2768           <list compact="compact">
2769             <item><qref id="f-Format"><tt>Format</tt></qref> (mandatory)</item>
2770             <item><qref id="f-Date"><tt>Date</tt></qref> (mandatory)</item>
2771             <item><qref id="f-Source"><tt>Source</tt></qref> (mandatory)</item>
2772             <item><qref id="f-Binary"><tt>Binary</tt></qref> (mandatory)</item>
2773             <item><qref id="f-Architecture"><tt>Architecture</tt></qref> (mandatory)</item>
2774             <item><qref id="f-Version"><tt>Version</tt></qref> (mandatory)</item>
2775             <item><qref id="f-Distribution"><tt>Distribution</tt></qref> (mandatory)</item>
2776             <item><qref id="f-Urgency"><tt>Urgency</tt></qref> (recommended)</item>
2777             <item><qref id="f-Maintainer"><tt>Maintainer</tt></qref> (mandatory)</item>
2778             <item><qref id="f-Changed-By"><tt>Changed-By</tt></qref></item>
2779             <item><qref id="f-Description"><tt>Description</tt></qref> (mandatory)</item>
2780             <item><qref id="f-Closes"><tt>Closes</tt></qref></item>
2781             <item><qref id="f-Changes"><tt>Changes</tt></qref> (mandatory)</item>
2782             <item><qref id="f-Checksums"><tt>Checksums-Sha1</tt>
2783                 and <tt>Checksums-Sha256</tt></qref> (recommended)</item>
2784             <item><qref id="f-Files"><tt>Files</tt></qref> (mandatory)</item>
2785           </list>
2786         </p>
2787       </sect>
2788
2789       <sect id="controlfieldslist">
2790         <heading>List of fields</heading>
2791
2792         <sect1 id="f-Source">
2793           <heading><tt>Source</tt></heading>
2794
2795           <p>
2796             This field identifies the source package name.
2797           </p>
2798
2799           <p>
2800             In <file>debian/control</file> or a <file>.dsc</file> file,
2801             this field must contain only the name of the source package.
2802           </p>
2803
2804           <p>
2805             In a binary package control file or a <file>.changes</file>
2806             file, the source package name may be followed by a version
2807             number in parentheses<footnote>
2808                 It is customary to leave a space after the package name
2809                 if a version number is specified.
2810             </footnote>.
2811             This version number may be omitted (and is, by
2812             <prgn>dpkg-gencontrol</prgn>) if it has the same value as
2813             the <tt>Version</tt> field of the binary package in
2814             question.  The field itself may be omitted from a binary
2815             package control file when the source package has the same
2816             name and version as the binary package.
2817           </p>
2818
2819           <p>
2820             Package names (both source and binary,
2821             see <ref id="f-Package">) must consist only of lower case
2822             letters (<tt>a-z</tt>), digits (<tt>0-9</tt>), plus
2823             (<tt>+</tt>) and minus (<tt>-</tt>) signs, and periods
2824             (<tt>.</tt>).  They must be at least two characters long and
2825             must start with an alphanumeric character.
2826           </p>
2827         </sect1>
2828
2829         <sect1 id="f-Maintainer">
2830           <heading><tt>Maintainer</tt></heading>
2831
2832           <p>
2833             The package maintainer's name and email address.  The name
2834             must come first, then the email address inside angle
2835             brackets <tt>&lt;&gt;</tt> (in RFC822 format).
2836           </p>
2837
2838           <p>
2839             If the maintainer's name contains a full stop then the
2840             whole field will not work directly as an email address due
2841             to a misfeature in the syntax specified in RFC822; a
2842             program using this field as an address must check for this
2843             and correct the problem if necessary (for example by
2844             putting the name in round brackets and moving it to the
2845             end, and bringing the email address forward).
2846           </p>
2847
2848           <p>
2849             See <ref id="maintainer"> for additional requirements and
2850             information about package maintainers.
2851           </p>
2852         </sect1>
2853
2854         <sect1 id="f-Uploaders">
2855           <heading><tt>Uploaders</tt></heading>
2856
2857           <p>
2858             List of the names and email addresses of co-maintainers of the
2859             package, if any. If the package has other maintainers besides
2860             the one named in the <qref id="f-Maintainer">Maintainer
2861             field</qref>, their names and email addresses should be listed
2862             here. The format of each entry is the same as that of the
2863             Maintainer field, and multiple entries must be comma
2864             separated.
2865           </p>
2866
2867           <p>
2868             This is normally an optional field, but if
2869             the <tt>Maintainer</tt> control field names a group of people
2870             and a shared email address, the <tt>Uploaders</tt> field must
2871             be present and must contain at least one human with their
2872             personal email address.
2873           </p>
2874
2875           <p>
2876             The Uploaders field in <file>debian/control</file> can be folded.
2877           </p>
2878         </sect1>
2879
2880         <sect1 id="f-Changed-By">
2881           <heading><tt>Changed-By</tt></heading>
2882
2883           <p>
2884             The name and email address of the person who prepared this
2885             version of the package, usually a maintainer.  The syntax is
2886             the same as for the <qref id="f-Maintainer">Maintainer
2887             field</qref>.
2888           </p>
2889         </sect1>
2890
2891         <sect1 id="f-Section">
2892           <heading><tt>Section</tt></heading>
2893
2894           <p>
2895             This field specifies an application area into which the package
2896             has been classified. See <ref id="subsections">.
2897           </p>
2898
2899           <p>
2900             When it appears in the <file>debian/control</file> file,
2901             it gives the value for the subfield of the same name in
2902             the <tt>Files</tt> field of the <file>.changes</file> file.
2903             It also gives the default for the same field in the binary
2904             packages.
2905           </p>
2906         </sect1>
2907
2908         <sect1 id="f-Priority">
2909           <heading><tt>Priority</tt></heading>
2910
2911           <p>
2912             This field represents how important it is that the user
2913             have the package installed. See <ref id="priorities">.
2914           </p>
2915
2916           <p>
2917             When it appears in the <file>debian/control</file> file,
2918             it gives the value for the subfield of the same name in
2919             the <tt>Files</tt> field of the <file>.changes</file> file.
2920             It also gives the default for the same field in the binary
2921             packages.
2922           </p>
2923         </sect1>
2924
2925         <sect1 id="f-Package">
2926           <heading><tt>Package</tt></heading>
2927
2928           <p>
2929             The name of the binary package.
2930           </p>
2931
2932           <p>
2933             Binary package names must follow the same syntax and
2934             restrictions as source package names.  See <ref id="f-Source">
2935             for the details.
2936           </p>
2937         </sect1>
2938
2939         <sect1 id="f-Architecture">
2940           <heading><tt>Architecture</tt></heading>
2941
2942           <p>
2943             Depending on context and the control file used, the
2944             <tt>Architecture</tt> field can include the following sets of
2945             values:
2946             <list>
2947                 <item>
2948                   A unique single word identifying a Debian machine
2949                   architecture as described in <ref id="arch-spec">.
2950                 </item>
2951                 <item>
2952                   An architecture wildcard identifying a set of Debian
2953                   machine architectures, see <ref id="arch-wildcard-spec">.
2954                   <tt>any</tt> matches all Debian machine architectures
2955                   and is the most frequently used.
2956                 </item>
2957                 <item>
2958                   <tt>all</tt>, which indicates an
2959                   architecture-independent package.
2960                 </item>
2961                 <item>
2962                   <tt>source</tt>, which indicates a source package.
2963                 </item>
2964             </list>
2965           </p>
2966
2967           <p>
2968             In the main <file>debian/control</file> file in the source
2969             package, this field may contain the special
2970             value <tt>all</tt>, the special architecture
2971             wildcard <tt>any</tt>, or a list of specific and wildcard
2972             architectures separated by spaces.  If <tt>all</tt>
2973             or <tt>any</tt> appears, that value must be the entire
2974             contents of the field.  Most packages will use
2975             either <tt>all</tt> or <tt>any</tt>.
2976           </p>
2977
2978           <p>
2979             Specifying a specific list of architectures indicates that the
2980             source will build an architecture-dependent package only on
2981             architectures included in the list.  Specifying a list of
2982             architecture wildcards indicates that the source will build an
2983             architecture-dependent package on only those architectures
2984             that match any of the specified architecture wildcards.
2985             Specifying a list of architectures or architecture wildcards
2986             other than <tt>any</tt> is for the minority of cases where a
2987             program is not portable or is not useful on some
2988             architectures.  Where possible, the program should be made
2989             portable instead.
2990           </p>
2991
2992           <p>
2993             In the Debian source control file <file>.dsc</file>, this
2994             field contains a list of architectures and architecture
2995             wildcards separated by spaces. When the list contains the
2996             architecture wildcard <tt>any</tt>, the only other value
2997             allowed in the list is <tt>all</tt>.
2998           </p>
2999
3000           <p>
3001             The list may include (or consist solely of) the special
3002             value <tt>all</tt>.  In other words, in <file>.dsc</file>
3003             files unlike the <file>debian/control</file>, <tt>all</tt> may
3004             occur in combination with specific architectures.
3005             The <tt>Architecture</tt> field in the Debian source control
3006             file <file>.dsc</file> is generally constructed from
3007             the <tt>Architecture</tt> fields in
3008             the <file>debian/control</file> in the source package.
3009           </p>
3010
3011           <p>
3012             Specifying only <tt>any</tt> indicates that the source package
3013             isn't dependent on any particular architecture and should
3014             compile fine on any one. The produced binary package(s)
3015             will be specific to whatever the current build architecture is.
3016           </p>
3017
3018           <p>
3019             Specifying only <tt>all</tt> indicates that the source package
3020             will only build architecture-independent packages.
3021           </p>
3022
3023           <p>
3024             Specifying <tt>any all</tt> indicates that the source package
3025             isn't dependent on any particular architecture. The set of
3026             produced binary packages will include at least one
3027             architecture-dependant package and one architecture-independent
3028             package.
3029           </p>
3030
3031           <p>
3032             Specifying a list of architectures or architecture wildcards
3033             indicates that the source will build an architecture-dependent
3034             package, and will only work correctly on the listed or
3035             matching architectures.  If the source package also builds at
3036             least one architecture-independent package, <tt>all</tt> will
3037             also be included in the list.
3038           </p>
3039
3040           <p>
3041             In a <file>.changes</file> file, the <tt>Architecture</tt>
3042             field lists the architecture(s) of the package(s) currently
3043             being uploaded.  This will be a list; if the source for the
3044             package is also being uploaded, the special
3045             entry <tt>source</tt> is also present.  <tt>all</tt> will be
3046             present if any architecture-independent packages are being
3047             uploaded.  Architecture wildcards such as <tt>any</tt> must
3048             never occur in the <tt>Architecture</tt> field in
3049             the <file>.changes</file> file.
3050           </p>
3051
3052           <p>
3053             See <ref id="debianrules"> for information on how to get
3054             the architecture for the build process.
3055           </p>
3056         </sect1>
3057
3058         <sect1 id="f-Essential">
3059           <heading><tt>Essential</tt></heading>
3060
3061           <p>
3062             This is a boolean field which may occur only in the
3063             control file of a binary package or in a per-package fields
3064             paragraph of a source package control file.
3065           </p>
3066
3067           <p>
3068             If set to <tt>yes</tt> then the package management system
3069             will refuse to remove the package (upgrading and replacing
3070             it is still possible). The other possible value is <tt>no</tt>,
3071             which is the same as not having the field at all.
3072           </p>
3073         </sect1>
3074
3075         <sect1>
3076           <heading>Package interrelationship fields:
3077             <tt>Depends</tt>, <tt>Pre-Depends</tt>,
3078             <tt>Recommends</tt>, <tt>Suggests</tt>,
3079             <tt>Breaks</tt>, <tt>Conflicts</tt>,
3080             <tt>Provides</tt>, <tt>Replaces</tt>, <tt>Enhances</tt>
3081           </heading>
3082
3083           <p>
3084             These fields describe the package's relationships with
3085             other packages.  Their syntax and semantics are described
3086             in <ref id="relationships">.</p>
3087         </sect1>
3088
3089         <sect1 id="f-Standards-Version">
3090           <heading><tt>Standards-Version</tt></heading>
3091
3092           <p>
3093             The most recent version of the standards (the policy
3094             manual and associated texts) with which the package
3095             complies.
3096           </p>
3097
3098           <p>
3099             The version number has four components: major and minor
3100             version number and major and minor patch level.  When the
3101             standards change in a way that requires every package to
3102             change the major number will be changed.  Significant
3103             changes that will require work in many packages will be
3104             signaled by a change to the minor number.  The major patch
3105             level will be changed for any change to the meaning of the
3106             standards, however small; the minor patch level will be
3107             changed when only cosmetic, typographical or other edits
3108             are made which neither change the meaning of the document
3109             nor affect the contents of packages.
3110           </p>
3111
3112           <p>
3113             Thus only the first three components of the policy version
3114             are significant in the <em>Standards-Version</em> control
3115             field, and so either these three components or all four
3116             components may be specified.<footnote>
3117                 In the past, people specified the full version number
3118                 in the Standards-Version field, for example "2.3.0.0".
3119                 Since minor patch-level changes don't introduce new
3120                 policy, it was thought it would be better to relax
3121                 policy and only require the first 3 components to be
3122                 specified, in this example "2.3.0".  All four
3123                 components may still be used if someone wishes to do so.
3124             </footnote>
3125           </p>
3126
3127         </sect1>
3128
3129         <sect1 id="f-Version">
3130           <heading><tt>Version</tt></heading>
3131
3132           <p>
3133             The version number of a package. The format is:
3134             [<var>epoch</var><tt>:</tt>]<var>upstream_version</var>[<tt>-</tt><var>debian_revision</var>]
3135           </p>
3136
3137           <p>
3138             The three components here are:
3139             <taglist>
3140               <tag><var>epoch</var></tag>
3141               <item>
3142                 <p>
3143                   This is a single (generally small) unsigned integer.  It
3144                   may be omitted, in which case zero is assumed.  If it is
3145                   omitted then the <var>upstream_version</var> may not
3146                   contain any colons.
3147                 </p>
3148
3149                 <p>
3150                   It is provided to allow mistakes in the version numbers
3151                   of older versions of a package, and also a package's
3152                   previous version numbering schemes, to be left behind.
3153                 </p>
3154               </item>
3155
3156               <tag><var>upstream_version</var></tag>
3157               <item>
3158                 <p>
3159                   This is the main part of the version number.  It is
3160                   usually the version number of the original ("upstream")
3161                   package from which the <file>.deb</file> file has been made,
3162                   if this is applicable.  Usually this will be in the same
3163                   format as that specified by the upstream author(s);
3164                   however, it may need to be reformatted to fit into the
3165                   package management system's format and comparison
3166                   scheme.
3167                 </p>
3168
3169                 <p>
3170                   The comparison behavior of the package management system
3171                   with respect to the <var>upstream_version</var> is
3172                   described below.  The <var>upstream_version</var>
3173                   portion of the version number is mandatory.
3174                 </p>
3175
3176                 <p>
3177                   The <var>upstream_version</var> may contain only
3178                   alphanumerics<footnote>
3179                         Alphanumerics are <tt>A-Za-z0-9</tt> only.
3180                   </footnote>
3181                   and the characters <tt>.</tt> <tt>+</tt> <tt>-</tt>
3182                   <tt>:</tt> <tt>~</tt> (full stop, plus, hyphen, colon,
3183                   tilde) and should start with a digit.  If there is no
3184                   <var>debian_revision</var> then hyphens are not allowed;
3185                   if there is no <var>epoch</var> then colons are not
3186                   allowed.
3187                 </p>
3188               </item>
3189
3190               <tag><var>debian_revision</var></tag>
3191               <item>
3192                 <p>
3193                   This part of the version number specifies the version of
3194                   the Debian package based on the upstream version.  It
3195                   may contain only alphanumerics and the characters
3196                   <tt>+</tt> <tt>.</tt> <tt>~</tt> (plus, full stop,
3197                   tilde) and is compared in the same way as the
3198                   <var>upstream_version</var> is.
3199                 </p>
3200
3201                 <p>
3202                   It is optional; if it isn't present then the
3203                   <var>upstream_version</var> may not contain a hyphen.
3204                   This format represents the case where a piece of
3205                   software was written specifically to be a Debian
3206                   package, where the Debian package source must always
3207                   be identical to the pristine source and therefore no
3208                   revision indication is required.
3209                 </p>
3210
3211                 <p>
3212                   It is conventional to restart the
3213                   <var>debian_revision</var> at <tt>1</tt> each time the
3214                   <var>upstream_version</var> is increased.
3215                 </p>
3216
3217                 <p>
3218                   The package management system will break the version
3219                   number apart at the last hyphen in the string (if there
3220                   is one) to determine the <var>upstream_version</var> and
3221                   <var>debian_revision</var>.  The absence of a
3222                   <var>debian_revision</var> is equivalent to a
3223                   <var>debian_revision</var> of <tt>0</tt>.
3224                 </p>
3225               </item>
3226             </taglist>
3227           </p>
3228
3229           <p>
3230             When comparing two version numbers, first the <var>epoch</var>
3231             of each are compared, then the <var>upstream_version</var> if
3232             <var>epoch</var> is equal, and then <var>debian_revision</var>
3233             if <var>upstream_version</var> is also equal.
3234             <var>epoch</var> is compared numerically.  The
3235             <var>upstream_version</var> and <var>debian_revision</var>
3236             parts are compared by the package management system using the
3237             following algorithm:
3238           </p>
3239
3240           <p>
3241             The strings are compared from left to right.
3242           </p>
3243
3244           <p>
3245             First the initial part of each string consisting entirely of
3246             non-digit characters is determined.  These two parts (one of
3247             which may be empty) are compared lexically.  If a difference
3248             is found it is returned.  The lexical comparison is a
3249             comparison of ASCII values modified so that all the letters
3250             sort earlier than all the non-letters and so that a tilde
3251             sorts before anything, even the end of a part.  For example,
3252             the following parts are in sorted order from earliest to
3253             latest: <tt>~~</tt>, <tt>~~a</tt>, <tt>~</tt>, the empty part,
3254             <tt>a</tt>.<footnote>
3255               One common use of <tt>~</tt> is for upstream pre-releases.
3256               For example, <tt>1.0~beta1~svn1245</tt> sorts earlier than
3257               <tt>1.0~beta1</tt>, which sorts earlier than <tt>1.0</tt>.
3258             </footnote>
3259           </p>
3260
3261           <p>
3262             Then the initial part of the remainder of each string which
3263             consists entirely of digit characters is determined.  The
3264             numerical values of these two parts are compared, and any
3265             difference found is returned as the result of the comparison.
3266             For these purposes an empty string (which can only occur at
3267             the end of one or both version strings being compared) counts
3268             as zero.
3269           </p>
3270
3271           <p>
3272             These two steps (comparing and removing initial non-digit
3273             strings and initial digit strings) are repeated until a
3274             difference is found or both strings are exhausted.
3275           </p>
3276
3277           <p>
3278             Note that the purpose of epochs is to allow us to leave behind
3279             mistakes in version numbering, and to cope with situations
3280             where the version numbering scheme changes.  It is
3281             <em>not</em> intended to cope with version numbers containing
3282             strings of letters which the package management system cannot
3283             interpret (such as <tt>ALPHA</tt> or <tt>pre-</tt>), or with
3284             silly orderings.<footnote>
3285               The author of this manual has heard of a package whose
3286               versions went <tt>1.1</tt>, <tt>1.2</tt>, <tt>1.3</tt>,
3287               <tt>1</tt>, <tt>2.1</tt>, <tt>2.2</tt>, <tt>2</tt> and so
3288               forth.
3289             </footnote>
3290           </p>
3291         </sect1>
3292
3293         <sect1 id="f-Description">
3294           <heading><tt>Description</tt></heading>
3295
3296           <p>
3297             In a source or binary control file, the <tt>Description</tt>
3298             field contains a description of the binary package, consisting
3299             of two parts, the synopsis or the short description, and the
3300             long description.  It is a multiline field with the following
3301             format:
3302           </p>
3303
3304           <p>
3305 <example>
3306         Description: &lt;single line synopsis&gt;
3307          &lt;extended description over several lines&gt;
3308 </example>
3309           </p>
3310
3311           <p>
3312             The lines in the extended description can have these formats:
3313           </p>
3314
3315           <p><list>
3316
3317             <item>
3318               Those starting with a single space are part of a paragraph.
3319               Successive lines of this form will be word-wrapped when
3320               displayed. The leading space will usually be stripped off.
3321               The line must contain at least one non-whitespace character.
3322             </item>
3323
3324             <item>
3325               Those starting with two or more spaces. These will be
3326               displayed verbatim. If the display cannot be panned
3327               horizontally, the displaying program will line wrap them "hard"
3328               (i.e., without taking account of word breaks). If it can they
3329               will be allowed to trail off to the right. None, one or two
3330               initial spaces may be deleted, but the number of spaces
3331               deleted from each line will be the same (so that you can have
3332               indenting work correctly, for example).  The line must
3333               contain at least one non-whitespace character.
3334             </item>
3335
3336             <item>
3337               Those containing a single space followed by a single full stop
3338               character. These are rendered as blank lines. This is the
3339               <em>only</em> way to get a blank line<footnote>
3340                 Completely empty lines will not be rendered as blank lines.
3341                 Instead, they will cause the parser to think you're starting
3342                 a whole new record in the control file, and will therefore
3343                 likely abort with an error.
3344               </footnote>.
3345             </item>
3346
3347             <item>
3348               Those containing a space, a full stop and some more characters.
3349               These are for future expansion. Do not use them.
3350             </item>
3351
3352           </list></p>
3353
3354           <p>
3355             Do not use tab characters.  Their effect is not predictable.
3356           </p>
3357
3358           <p>
3359             See <ref id="descriptions"> for further information on this.
3360           </p>
3361
3362           <p>
3363             In a <file>.changes</file> file, the <tt>Description</tt>
3364             field contains a summary of the descriptions for the packages
3365             being uploaded.  For this case, the first line of the field
3366             value (the part on the same line as <tt>Description:</tt>) is
3367             always empty.  It is a multiline field, with one
3368             line per package.  Each line is
3369             indented by one space and contains the name of a binary
3370             package, a space, a hyphen (<tt>-</tt>), a space, and the
3371             short description line from that package.
3372           </p>
3373         </sect1>
3374
3375         <sect1 id="f-Distribution">
3376           <heading><tt>Distribution</tt></heading>
3377
3378           <p>
3379             In a <file>.changes</file> file or parsed changelog output
3380             this contains the (space-separated) name(s) of the
3381             distribution(s) where this version of the package should
3382             be installed.  Valid distributions are determined by the
3383             archive maintainers.<footnote>
3384               Example distribution names in the Debian archive used in
3385               <file>.changes</file> files are:
3386                 <taglist compact="compact">
3387                   <tag><em>unstable</em></tag>
3388                   <item>
3389                     This distribution value refers to the
3390                     <em>developmental</em> part of the Debian distribution
3391                     tree.  Most new packages, new upstream versions of
3392                     packages and bug fixes go into the <em>unstable</em>
3393                     directory tree.
3394                   </item>
3395
3396                   <tag><em>experimental</em></tag>
3397                   <item>
3398                     The packages with this distribution value are deemed
3399                     by their maintainers to be high risk.  Oftentimes they
3400                     represent early beta or developmental packages from
3401                     various sources that the maintainers want people to
3402                     try, but are not ready to be a part of the other parts
3403                     of the Debian distribution tree.
3404                   </item>
3405                 </taglist>
3406
3407                 <p>
3408                   Others are used for updating stable releases or for
3409                   security uploads.  More information is available in the
3410                   Debian Developer's Reference, section "The Debian
3411                   archive".
3412                 </p>
3413             </footnote>
3414             The Debian archive software only supports listing a single
3415             distribution.  Migration of packages to other distributions is
3416             handled outside of the upload process.
3417           </p>
3418         </sect1>
3419
3420         <sect1 id="f-Date">
3421           <heading><tt>Date</tt></heading>
3422
3423           <p>
3424             This field includes the date the package was built or last
3425             edited.  It must be in the same format as the <var>date</var>
3426             in a <file>debian/changelog</file> entry.
3427           </p>
3428
3429           <p>
3430             The value of this field is usually extracted from the
3431             <file>debian/changelog</file> file - see
3432             <ref id="dpkgchangelog">).
3433           </p>
3434         </sect1>
3435
3436         <sect1 id="f-Format">
3437           <heading><tt>Format</tt></heading>
3438
3439           <p>
3440             In <qref id="debianchangesfiles"><file>.changes</file></qref>
3441             files, this field declares the format version of that file.
3442             The syntax of the field value is the same as that of
3443             a <qref id="f-Version">package version number</qref> except
3444             that no epoch or Debian revision is allowed.  The format
3445             described in this document is <tt>&changesversion;</tt>.
3446           </p>
3447
3448           <p>
3449             In <qref id="debiansourcecontrolfiles"><file>.dsc</file>
3450             Debian source control</qref> files, this field declares the
3451             format of the source package.  The field value is used by
3452             programs acting on a source package to interpret the list of
3453             files in the source package and determine how to unpack it.
3454             The syntax of the field value is a numeric major revision, a
3455             period, a numeric minor revision, and then an optional subtype
3456             after whitespace, which if specified is an alphanumeric word
3457             in parentheses.  The subtype is optional in the syntax but may
3458             be mandatory for particular source format revisions.
3459             <footnote>
3460               The source formats currently supported by the Debian archive
3461               software are <tt>1.0</tt>, <tt>3.0 (native)</tt>,
3462               and <tt>3.0 (quilt)</tt>.
3463             </footnote>
3464           </p>
3465         </sect1>
3466
3467         <sect1 id="f-Urgency">
3468           <heading><tt>Urgency</tt></heading>
3469
3470           <p>
3471             This is a description of how important it is to upgrade to
3472             this version from previous ones.  It consists of a single
3473             keyword taking one of the values <tt>low</tt>,
3474             <tt>medium</tt>, <tt>high</tt>, <tt>emergency</tt>, or
3475             <tt>critical</tt><footnote>
3476               Other urgency values are supported with configuration
3477               changes in the archive software but are not used in Debian.
3478               The urgency affects how quickly a package will be considered
3479               for inclusion into the <tt>testing</tt> distribution and
3480               gives an indication of the importance of any fixes included
3481               in the upload.  <tt>Emergency</tt> and <tt>critical</tt> are
3482               treated as synonymous.
3483             </footnote> (not case-sensitive) followed by an optional
3484             commentary (separated by a space) which is usually in
3485             parentheses.  For example:
3486
3487             <example>
3488   Urgency: low (HIGH for users of diversions)
3489             </example>
3490
3491           </p>
3492
3493           <p>
3494             The value of this field is usually extracted from the
3495             <file>debian/changelog</file> file - see
3496             <ref id="dpkgchangelog">.
3497           </p>
3498         </sect1>
3499
3500         <sect1 id="f-Changes">
3501           <heading><tt>Changes</tt></heading>
3502
3503           <p>
3504             This multiline field contains the human-readable changes data, describing
3505             the differences between the last version and the current one.
3506           </p>
3507
3508           <p>
3509             The first line of the field value (the part on the same line
3510             as <tt>Changes:</tt>) is always empty.  The content of the
3511             field is expressed as continuation lines, with each line
3512             indented by at least one space.  Blank lines must be
3513             represented by a line consisting only of a space and a full
3514             stop (<tt>.</tt>).
3515           </p>
3516
3517           <p>
3518             The value of this field is usually extracted from the
3519             <file>debian/changelog</file> file - see
3520             <ref id="dpkgchangelog">).
3521           </p>
3522
3523           <p>
3524             Each version's change information should be preceded by a
3525             "title" line giving at least the version, distribution(s)
3526             and urgency, in a human-readable way.
3527           </p>
3528
3529           <p>
3530             If data from several versions is being returned the entry
3531             for the most recent version should be returned first, and
3532             entries should be separated by the representation of a
3533             blank line (the "title" line may also be followed by the
3534             representation of a blank line).
3535           </p>
3536         </sect1>
3537
3538         <sect1 id="f-Binary">
3539           <heading><tt>Binary</tt></heading>
3540
3541           <p>
3542             This folded field is a list of binary packages.  Its syntax and
3543             meaning varies depending on the control file in which it
3544             appears.
3545           </p>
3546
3547           <p>
3548             When it appears in the <file>.dsc</file> file, it lists binary
3549             packages which a source package can produce, separated by
3550             commas<footnote>
3551                 A space after each comma is conventional.
3552             </footnote>.  The source package
3553             does not necessarily produce all of these binary packages for
3554             every architecture.  The source control file doesn't contain
3555             details of which architectures are appropriate for which of
3556             the binary packages.
3557           </p>
3558
3559           <p>
3560             When it appears in a <file>.changes</file> file, it lists the
3561             names of the binary packages being uploaded, separated by
3562             whitespace (not commas).
3563           </p>
3564         </sect1>
3565
3566         <sect1 id="f-Installed-Size">
3567           <heading><tt>Installed-Size</tt></heading>
3568
3569           <p>
3570             This field appears in the control files of binary packages,
3571             and in the <file>Packages</file> files.  It gives an estimate
3572             of the total amount of disk space required to install the
3573             named package.  Actual installed size may vary based on block
3574             size, file system properties, or actions taken by package
3575             maintainer scripts.
3576           </p>
3577
3578           <p>
3579             The disk space is given as the integer value of the estimated
3580             installed size in bytes, divided by 1024 and rounded up.
3581           </p>
3582         </sect1>
3583
3584         <sect1 id="f-Files">
3585           <heading><tt>Files</tt></heading>
3586
3587           <p>
3588             This field contains a list of files with information about
3589             each one.  The exact information and syntax varies with
3590             the context.
3591           </p>
3592
3593           <p>
3594             In all cases, Files is a multiline field.  The first line of
3595             the field value (the part on the same line as <tt>Files:</tt>)
3596             is always empty.  The content of the field is expressed as
3597             continuation lines, one line per file.  Each line must be
3598             indented by one space and contain a number of sub-fields,
3599             separated by spaces, as described below.
3600           </p>
3601
3602           <p>
3603             In the <file>.dsc</file> file, each line contains the MD5
3604             checksum, size and filename of the tar file and (if
3605             applicable) diff file which make up the remainder of the
3606             source package<footnote>
3607               That is, the parts which are not the <tt>.dsc</tt>.
3608             </footnote>.  For example:
3609             <example>
3610 Files:
3611  c6f698f19f2a2aa07dbb9bbda90a2754 571925 example_1.2.orig.tar.gz
3612  938512f08422f3509ff36f125f5873ba 6220 example_1.2-1.diff.gz
3613             </example>
3614             The exact forms of the filenames are described
3615             in <ref id="pkg-sourcearchives">.
3616           </p>
3617
3618           <p>
3619             In the <file>.changes</file> file this contains one line per
3620             file being uploaded.  Each line contains the MD5 checksum,
3621             size, section and priority and the filename.  For example:
3622             <example>
3623 Files:
3624  4c31ab7bfc40d3cf49d7811987390357 1428 text extra example_1.2-1.dsc
3625  c6f698f19f2a2aa07dbb9bbda90a2754 571925 text extra example_1.2.orig.tar.gz
3626  938512f08422f3509ff36f125f5873ba 6220 text extra example_1.2-1.diff.gz
3627  7c98fe853b3bbb47a00e5cd129b6cb56 703542 text extra example_1.2-1_i386.deb
3628             </example>
3629             The <qref id="f-Section">section</qref>
3630             and <qref id="f-Priority">priority</qref> are the values of
3631             the corresponding fields in the main source control file.  If
3632             no section or priority is specified then <tt>-</tt> should be
3633             used, though section and priority values must be specified for
3634             new packages to be installed properly.
3635           </p>
3636
3637           <p>
3638             The special value <tt>byhand</tt> for the section in a
3639             <tt>.changes</tt> file indicates that the file in question
3640             is not an ordinary package file and must by installed by
3641             hand by the distribution maintainers.  If the section is
3642             <tt>byhand</tt> the priority should be <tt>-</tt>.
3643           </p>
3644
3645           <p>
3646             If a new Debian revision of a package is being shipped and
3647             no new original source archive is being distributed the
3648             <tt>.dsc</tt> must still contain the <tt>Files</tt> field
3649             entry for the original source archive
3650             <file><var>package</var>_<var>upstream-version</var>.orig.tar.gz</file>,
3651             but the <file>.changes</file> file should leave it out.  In
3652             this case the original source archive on the distribution
3653             site must match exactly, byte-for-byte, the original
3654             source archive which was used to generate the
3655             <file>.dsc</file> file and diff which are being uploaded.</p>
3656         </sect1>
3657
3658         <sect1 id="f-Closes">
3659           <heading><tt>Closes</tt></heading>
3660
3661           <p>
3662             A space-separated list of bug report numbers that the upload
3663             governed by the .changes file closes.
3664           </p>
3665         </sect1>
3666
3667         <sect1 id="f-Homepage">
3668           <heading><tt>Homepage</tt></heading>
3669
3670           <p>
3671             The URL of the web site for this package, preferably (when
3672             applicable) the site from which the original source can be
3673             obtained and any additional upstream documentation or
3674             information may be found.  The content of this field is a
3675             simple URL without any surrounding characters such as
3676             <tt>&lt;&gt;</tt>.
3677           </p>
3678         </sect1>
3679
3680         <sect1 id="f-Checksums">
3681           <heading><tt>Checksums-Sha1</tt>
3682             and <tt>Checksums-Sha256</tt></heading>
3683
3684           <p>
3685             These multiline fields contain a list of files with a checksum and size
3686             for each one.  Both <tt>Checksums-Sha1</tt>
3687             and <tt>Checksums-Sha256</tt> have the same syntax and differ
3688             only in the checksum algorithm used: SHA-1
3689             for <tt>Checksums-Sha1</tt> and SHA-256
3690             for <tt>Checksums-Sha256</tt>.
3691           </p>
3692
3693           <p>
3694             <tt>Checksums-Sha1</tt> and <tt>Checksums-Sha256</tt> are
3695             multiline fields.  The first line of the field value (the part
3696             on the same line as <tt>Checksums-Sha1:</tt>
3697             or <tt>Checksums-Sha256:</tt>) is always empty.  The content
3698             of the field is expressed as continuation lines, one line per
3699             file.  Each line consists of the checksum, a space, the file
3700             size, a space, and the file name.  For example (from
3701             a <file>.changes</file> file):
3702             <example>
3703 Checksums-Sha1:
3704  1f418afaa01464e63cc1ee8a66a05f0848bd155c 1276 example_1.0-1.dsc
3705  a0ed1456fad61116f868b1855530dbe948e20f06 171602 example_1.0.orig.tar.gz
3706  5e86ecf0671e113b63388dac81dd8d00e00ef298 6137 example_1.0-1.debian.tar.gz
3707  71a0ff7da0faaf608481195f9cf30974b142c183 548402 example_1.0-1_i386.deb
3708 Checksums-Sha256:
3709  ac9d57254f7e835bed299926fd51bf6f534597cc3fcc52db01c4bffedae81272 1276 example_1.0-1.dsc
3710  0d123be7f51e61c4bf15e5c492b484054be7e90f3081608a5517007bfb1fd128 171602 example_1.0.orig.tar.gz
3711  f54ae966a5f580571ae7d9ef5e1df0bd42d63e27cb505b27957351a495bc6288 6137 example_1.0-1.debian.tar.gz
3712  3bec05c03974fdecd11d020fc2e8250de8404867a8a2ce865160c250eb723664 548402 example_1.0-1_i386.deb
3713             </example>
3714           </p>
3715
3716           <p>
3717             In the <file>.dsc</file> file, these fields should list all
3718             files that make up the source package.  In
3719             the <file>.changes</file> file, these fields should list all
3720             files being uploaded.  The list of files in these fields
3721             must match the list of files in the <tt>Files</tt> field.
3722           </p>
3723         </sect1>
3724
3725         <sect1 id="f-DM-Upload-Allowed">
3726           <heading><tt>DM-Upload-Allowed</tt></heading>
3727
3728           <p>
3729             Indicates that Debian Maintainers may upload this package to
3730             the Debian archive.  The only valid value is <tt>yes</tt>.  If
3731             the field <tt>DM-Upload-Allowed: yes</tt> is present in the
3732             source section of the source control file of the most recent
3733             version of a package in unstable or experimental, the Debian
3734             archive will accept uploads of this package signed with a key
3735             in the Debian Maintainer keyring.  See the General
3736             Resolution <url id="http://www.debian.org/vote/2007/vote_003"
3737             name="Endorse the concept of Debian Maintainers"> for more
3738             details.
3739           </p>
3740         </sect1>
3741       </sect>
3742
3743       <sect>
3744         <heading>User-defined fields</heading>
3745
3746         <p>
3747           Additional user-defined fields may be added to the
3748           source package control file.  Such fields will be
3749           ignored, and not copied to (for example) binary or
3750           Debian source control files or upload control files.
3751         </p>
3752
3753         <p>
3754           If you wish to add additional unsupported fields to
3755           these output files you should use the mechanism
3756           described here.
3757         </p>
3758
3759         <p>
3760           Fields in the main source control information file with
3761           names starting <tt>X</tt>, followed by one or more of
3762           the letters <tt>BCS</tt> and a hyphen <tt>-</tt>, will
3763           be copied to the output files.  Only the part of the
3764           field name after the hyphen will be used in the output
3765           file.  Where the letter <tt>B</tt> is used the field
3766           will appear in binary package control files, where the
3767           letter <tt>S</tt> is used in Debian source control
3768           files and where <tt>C</tt> is used in upload control
3769           (<tt>.changes</tt>) files.
3770         </p>
3771
3772         <p>
3773           For example, if the main source information control file
3774           contains the field
3775           <example>
3776   XBS-Comment: I stand between the candle and the star.
3777           </example>
3778           then the binary and Debian source control files will contain the
3779           field
3780           <example>
3781   Comment: I stand between the candle and the star.
3782           </example>
3783         </p>
3784
3785       </sect>
3786
3787     </chapt>
3788
3789
3790     <chapt id="maintainerscripts">
3791       <heading>Package maintainer scripts and installation procedure</heading>
3792
3793       <sect>
3794         <heading>Introduction to package maintainer scripts</heading>
3795
3796         <p>
3797           It is possible to supply scripts as part of a package which
3798           the package management system will run for you when your
3799           package is installed, upgraded or removed.
3800         </p>
3801
3802         <p>
3803           These scripts are the control information
3804           files <prgn>preinst</prgn>, <prgn>postinst</prgn>, <prgn>prerm</prgn>
3805           and <prgn>postrm</prgn>.  They must be proper executable files;
3806           if they are scripts (which is recommended), they must start with
3807           the usual <tt>#!</tt> convention.  They should be readable and
3808           executable by anyone, and must not be world-writable.
3809         </p>
3810
3811         <p>
3812           The package management system looks at the exit status from
3813           these scripts.  It is important that they exit with a
3814           non-zero status if there is an error, so that the package
3815           management system can stop its processing.  For shell
3816           scripts this means that you <em>almost always</em> need to
3817           use <tt>set -e</tt> (this is usually true when writing shell
3818           scripts, in fact).  It is also important, of course, that
3819           they exit with a zero status if everything went well.
3820         </p>
3821
3822         <p>
3823           Additionally, packages interacting with users
3824           using <prgn>debconf</prgn> in the <prgn>postinst</prgn> script
3825           should install a <prgn>config</prgn> script as a control
3826           information file.  See <ref id="maintscriptprompt"> for details.
3827         </p>
3828
3829         <p>
3830           When a package is upgraded a combination of the scripts from
3831           the old and new packages is called during the upgrade
3832           procedure.  If your scripts are going to be at all
3833           complicated you need to be aware of this, and may need to
3834           check the arguments to your scripts.
3835         </p>
3836
3837         <p>
3838           Broadly speaking the <prgn>preinst</prgn> is called before
3839           (a particular version of) a package is unpacked, and the
3840           <prgn>postinst</prgn> afterwards; the <prgn>prerm</prgn>
3841           before (a version of) a package is removed and the
3842           <prgn>postrm</prgn> afterwards.
3843         </p>
3844
3845         <p>
3846           Programs called from maintainer scripts should not normally
3847           have a path prepended to them. Before installation is
3848           started, the package management system checks to see if the
3849           programs <prgn>ldconfig</prgn>,
3850           <prgn>start-stop-daemon</prgn>, <prgn>install-info</prgn>,
3851           and <prgn>update-rc.d</prgn> can be found via the
3852           <tt>PATH</tt> environment variable. Those programs, and any
3853           other program that one would expect to be in the
3854           <tt>PATH</tt>, should thus be invoked without an absolute
3855           pathname. Maintainer scripts should also not reset the
3856           <tt>PATH</tt>, though they might choose to modify it by
3857           prepending or appending package-specific directories. These
3858           considerations really apply to all shell scripts.</p>
3859       </sect>
3860
3861       <sect id="idempotency">
3862         <heading>Maintainer scripts idempotency</heading>
3863
3864         <p>
3865           It is necessary for the error recovery procedures that the
3866           scripts be idempotent.  This means that if it is run
3867           successfully, and then it is called again, it doesn't bomb
3868           out or cause any harm, but just ensures that everything is
3869           the way it ought to be.  If the first call failed, or
3870           aborted half way through for some reason, the second call
3871           should merely do the things that were left undone the first
3872           time, if any, and exit with a success status if everything
3873           is OK.<footnote>
3874               This is so that if an error occurs, the user interrupts
3875               <prgn>dpkg</prgn> or some other unforeseen circumstance
3876               happens you don't leave the user with a badly-broken
3877               package when <prgn>dpkg</prgn> attempts to repeat the
3878               action.
3879           </footnote>
3880         </p>
3881       </sect>
3882
3883       <sect id="controllingterminal">
3884         <heading>Controlling terminal for maintainer scripts</heading>
3885
3886         <p>
3887           Maintainer scripts are not guaranteed to run with a controlling
3888           terminal and may not be able to interact with the user.  They
3889           must be able to fall back to noninteractive behavior if no
3890           controlling terminal is available.  Maintainer scripts that
3891           prompt via a program conforming to the Debian Configuration
3892           Management Specification (see <ref id="maintscriptprompt">) may
3893           assume that program will handle falling back to noninteractive
3894           behavior.
3895         </p>
3896
3897         <p>
3898           For high-priority prompts without a reasonable default answer,
3899           maintainer scripts may abort if there is no controlling
3900           terminal.  However, this situation should be avoided if at all
3901           possible, since it prevents automated or unattended installs.
3902           In most cases, users will consider this to be a bug in the
3903           package.
3904         </p>
3905       </sect>
3906
3907       <sect id="exitstatus">
3908         <heading>Exit status</heading>
3909
3910         <p>
3911           Each script must return a zero exit status for
3912           success, or a nonzero one for failure, since the package
3913           management system looks for the exit status of these scripts
3914           and determines what action to take next based on that datum.
3915         </p>
3916       </sect>
3917
3918       <sect id="mscriptsinstact"><heading>Summary of ways maintainer
3919           scripts are called
3920         </heading>
3921
3922         <p>
3923           What follows is a summary of all the ways in which maintainer
3924           scripts may be called along with what facilities those scripts
3925           may rely on being available at that time.  Script names preceded
3926           by <var>new-</var> are the scripts from the new version of a
3927           package being installed, upgraded to, or downgraded to.  Script
3928           names preceded by <var>old-</var> are the scripts from the old
3929           version of a package that is being upgraded from or downgraded
3930           from.
3931         </p>
3932
3933         <p>
3934           The <prgn>preinst</prgn> script may be called in the following
3935           ways:
3936           <taglist>
3937             <tag><var>new-preinst</var> <tt>install</tt></tag>
3938             <tag><var>new-preinst</var> <tt>install</tt>
3939               <var>old-version</var></tag>
3940             <tag><var>new-preinst</var> <tt>upgrade</tt>
3941               <var>old-version</var></tag>
3942             <item>
3943               The package will not yet be unpacked, so
3944               the <prgn>preinst</prgn> script cannot rely on any files
3945               included in its package.  Only essential packages and
3946               pre-dependencies (<tt>Pre-Depends</tt>) may be assumed to be
3947               available.  Pre-dependencies will have been configured at
3948               least once, but at the time the <prgn>preinst</prgn> is
3949               called they may only be in an unpacked or "Half-Configured"
3950               state if a previous version of the pre-dependency was
3951               completely configured and has not been removed since then.
3952             </item>
3953
3954             <tag><var>old-preinst</var> <tt>abort-upgrade</tt>
3955               <var>new-version</var></tag>
3956             <item>
3957               Called during error handling of an upgrade that failed after
3958               unpacking the new package because the <tt>postrm
3959               upgrade</tt> action failed.  The unpacked files may be
3960               partly from the new version or partly missing, so the script
3961               cannot rely on files included in the package.  Package
3962               dependencies may not be available.  Pre-dependencies will be
3963               at least unpacked following the same rules as above, except
3964               they may be only "Half-Installed" if an upgrade of the
3965               pre-dependency failed.<footnote>
3966                 This can happen if the new version of the package no
3967                 longer pre-depends on a package that had been partially
3968                 upgraded.
3969               </footnote>
3970             </item>
3971           </taglist>
3972         </p>
3973
3974         <p>
3975           The <prgn>postinst</prgn> script may be called in the following
3976           ways:
3977           <taglist>
3978             <tag><var>postinst</var> <tt>configure</tt>
3979               <var>most-recently-configured-version</var></tag>
3980             <item>
3981               The files contained in the package will be unpacked.  All
3982               package dependencies will at least be unpacked.  If there
3983               are no circular dependencies involved, all package
3984               dependencies will be configured.  For behavior in the case
3985               of circular dependencies, see the discussion
3986               in <ref id="binarydeps">.
3987             </item>
3988
3989             <tag><var>old-postinst</var> <tt>abort-upgrade</tt>
3990               <var>new-version</var></tag>
3991             <tag><var>conflictor's-postinst</var> <tt>abort-remove</tt>
3992               <tt>in-favour</tt> <var>package</var>
3993               <var>new-version</var></tag>
3994             <tag><var>postinst</var> <tt>abort-remove</tt></tag>
3995             <tag><var>deconfigured's-postinst</var>
3996               <tt>abort-deconfigure</tt> <tt>in-favour</tt>
3997               <var>failed-install-package</var> <var>version</var>
3998               [<tt>removing</tt> <var>conflicting-package</var>
3999               <var>version</var>]</tag>
4000             <item>
4001               The files contained in the package will be unpacked.  All
4002               package dependencies will at least be "Half-Installed" and
4003               will have previously been configured and not removed.
4004               However, dependencies may not be configured or even fully
4005               unpacked in some error situations.<footnote>
4006                 For example, suppose packages foo and bar are installed
4007                 with foo depending on bar.  If an upgrade of bar were
4008                 started and then aborted, and then an attempt to remove
4009                 foo failed because its <prgn>prerm</prgn> script failed,
4010                 foo's <tt>postinst abort-remove</tt> would be called with
4011                 bar only "Half-Installed".
4012               </footnote>
4013               The <prgn>postinst</prgn> should still attempt any actions
4014               for which its dependencies are required, since they will
4015               normally be available, but consider the correct error
4016               handling approach if those actions fail.  Aborting
4017               the <prgn>postinst</prgn> action if commands or facilities
4018               from the package dependencies are not available is often the
4019               best approach.
4020             </item>
4021           </taglist>
4022         </p>
4023
4024         <p>
4025           The <prgn>prerm</prgn> script may be called in the following
4026           ways:
4027           <taglist>
4028             <tag><var>prerm</var> <tt>remove</tt></tag>
4029             <tag><var>old-prerm</var>
4030               <tt>upgrade</tt><var>new-version</var></tag>
4031             <tag><var>conflictor's-prerm</var> <tt>remove</tt>
4032               <tt>in-favour</tt> <var>package</var>
4033               <var>new-version</var></tag>
4034             <tag><var>deconfigured's-prerm</var> <tt>deconfigure</tt>
4035               <tt>in-favour</tt> <var>package-being-installed</var>
4036               <var>version</var> [<tt>removing</tt>
4037               <var>conflicting-package</var> <var>version</var>]</tag>
4038             <item>
4039               The package whose <prgn>prerm</prgn> is being called will be
4040               at least "Half-Installed".  All package dependencies will at
4041               least be "Half-Installed" and will have previously been
4042               configured and not removed.  If there was no error, all
4043               dependencies will at least be unpacked, but these actions
4044               may be called in various error states where dependencies are
4045               only "Half-Installed" due to a partial upgrade.
4046             </item>
4047
4048             <tag><var>new-prerm</var> <tt>failed-upgrade</tt>
4049               <var>old-version</var></tag>
4050             <item>
4051               Called during error handling when <tt>prerm upgrade</tt>
4052               fails.  The new package will not yet be unpacked, and all
4053               the same constraints as for <tt>preinst upgrade</tt> apply.
4054             </item>
4055           </taglist>
4056         </p>
4057
4058         <p>
4059           The <prgn>postrm</prgn> script may be called in the following
4060           ways:
4061           <taglist>
4062             <tag><var>postrm</var> <tt>remove</tt></tag>
4063             <tag><var>postrm</var> <tt>purge</tt></tag>
4064             <tag><var>old-postrm</var> <tt>upgrade</tt>
4065               <var>new-version</var></tag>
4066             <tag><var>disappearer's-postrm</var> <tt>disappear</tt>
4067                 <var>overwriter</var> <var>overwriter-version</var></tag>
4068             <item>
4069               The <prgn>postrm</prgn> script is called after the package's
4070               files have been removed or replaced.  The package
4071               whose <prgn>postrm</prgn> is being called may have
4072               previously been deconfigured and only be unpacked, at which
4073               point subsequent package changes do not consider its
4074               dependencies.  Therefore, all <prgn>postrm</prgn> actions
4075               may only rely on essential packages and must gracefully skip
4076               any actions that require the package's dependencies if those
4077               dependencies are unavailable.<footnote>
4078                 This is often done by checking whether the command or
4079                 facility the <prgn>postrm</prgn> intends to call is
4080                 available before calling it.  For example:
4081 <example>
4082 if [ "$1" = purge ] && [ -e /usr/share/debconf/confmodule ]; then
4083         . /usr/share/debconf/confmodule
4084         db_purge
4085 fi
4086 </example>
4087                 in <prgn>postrm</prgn> purges the <prgn>debconf</prgn>
4088                 configuration for the package
4089                 if <package>debconf</package> is installed.
4090               </footnote>
4091             </item>
4092
4093             <tag><var>new-postrm</var> <tt>failed-upgrade</tt>
4094               <var>old-version</var></tag>
4095             <item>
4096               Called when the old <tt>postrm upgrade</tt> action fails.
4097               The new package will be unpacked, but only essential
4098               packages and pre-dependencies can be relied on.
4099               Pre-dependencies will either be configured or will be
4100               "Unpacked" or "Half-Configured" but previously had been
4101               configured and was never removed.
4102             </item>
4103
4104             <tag><var>new-postrm</var> <tt>abort-install</tt></tag>
4105             <tag><var>new-postrm</var> <tt>abort-install</tt>
4106               <var>old-version</var></tag>
4107             <tag><var>new-postrm</var> <tt>abort-upgrade</tt>
4108               <var>old-version</var></tag>
4109             <item>
4110               Called before unpacking the new package as part of the
4111               error handling of <prgn>preinst</prgn> failures.  May assume
4112               the same state as <prgn>preinst</prgn> can assume.
4113             </item>
4114           </taglist>
4115         </p>
4116       </sect>
4117
4118       <sect id="unpackphase">
4119         <heading>Details of unpack phase of installation or upgrade</heading>
4120
4121         <p>
4122           The procedure on installation/upgrade/overwrite/disappear
4123           (i.e., when running <tt>dpkg --unpack</tt>, or the unpack
4124           stage of <tt>dpkg --install</tt>) is as follows.  In each
4125           case, if a major error occurs (unless listed below) the
4126           actions are, in general, run backwards - this means that the
4127           maintainer scripts are run with different arguments in
4128           reverse order.  These are the "error unwind" calls listed
4129           below.
4130
4131           <enumlist>
4132             <item>
4133                 <enumlist>
4134                   <item>
4135                       If a version of the package is already installed, call
4136                       <example compact="compact">
4137 <var>old-prerm</var> upgrade <var>new-version</var>
4138                       </example>
4139                   </item>
4140                   <item>
4141                       If the script runs but exits with a non-zero
4142                       exit status, <prgn>dpkg</prgn> will attempt:
4143                       <example compact="compact">
4144 <var>new-prerm</var> failed-upgrade <var>old-version</var>
4145                       </example>
4146                       If this works, the upgrade continues. If this
4147                       does not work, the error unwind:
4148                       <example compact="compact">
4149 <var>old-postinst</var> abort-upgrade <var>new-version</var>
4150                       </example>
4151                       If this works, then the old-version is
4152                       "Installed", if not, the old version is in a
4153                       "Half-Configured" state.
4154                   </item>
4155                 </enumlist>
4156             </item>
4157
4158             <item>
4159                 If a "conflicting" package is being removed at the same time,
4160                 or if any package will be broken (due to <tt>Breaks</tt>):
4161                 <enumlist>
4162                   <item>
4163                       If <tt>--auto-deconfigure</tt> is
4164                       specified, call, for each package to be deconfigured
4165                       due to <tt>Breaks</tt>:
4166                       <example compact="compact">
4167 <var>deconfigured's-prerm</var> deconfigure \
4168   in-favour <var>package-being-installed</var> <var>version</var>
4169                       </example>
4170                       Error unwind:
4171                       <example compact="compact">
4172 <var>deconfigured's-postinst</var> abort-deconfigure \
4173   in-favour <var>package-being-installed-but-failed</var> <var>version</var>
4174                       </example>
4175                       The deconfigured packages are marked as
4176                       requiring configuration, so that if
4177                       <tt>--install</tt> is used they will be
4178                       configured again if possible.
4179                   </item>
4180                   <item>
4181                       If any packages depended on a conflicting
4182                       package being removed and <tt>--auto-deconfigure</tt> is
4183                       specified, call, for each such package:
4184                       <example compact="compact">
4185 <var>deconfigured's-prerm</var> deconfigure \
4186   in-favour <var>package-being-installed</var> <var>version</var> \
4187     removing <var>conflicting-package</var> <var>version</var>
4188                       </example>
4189                       Error unwind:
4190                       <example compact="compact">
4191 <var>deconfigured's-postinst</var> abort-deconfigure \
4192   in-favour <var>package-being-installed-but-failed</var> <var>version</var> \
4193     removing <var>conflicting-package</var> <var>version</var>
4194                       </example>
4195                       The deconfigured packages are marked as
4196                       requiring configuration, so that if
4197                       <tt>--install</tt> is used they will be
4198                       configured again if possible.
4199                   </item>
4200                   <item>
4201                       To prepare for removal of each conflicting package, call:
4202                       <example compact="compact">
4203 <var>conflictor's-prerm</var> remove \
4204   in-favour <var>package</var> <var>new-version</var>
4205                       </example>
4206                       Error unwind:
4207                       <example compact="compact">
4208 <var>conflictor's-postinst</var> abort-remove \
4209   in-favour <var>package</var> <var>new-version</var>
4210                       </example>
4211                   </item>
4212                 </enumlist>
4213             </item>
4214
4215             <item>
4216                 <enumlist>
4217                   <item>
4218                       If the package is being upgraded, call:
4219                       <example compact="compact">
4220 <var>new-preinst</var> upgrade <var>old-version</var>
4221                       </example>
4222                       If this fails, we call:
4223                       <example>
4224 <var>new-postrm</var> abort-upgrade <var>old-version</var>
4225                       </example>
4226                       <enumlist>
4227                         <item>
4228                           <p>
4229                             If that works, then
4230                             <example>
4231 <var>old-postinst</var> abort-upgrade <var>new-version</var>
4232                             </example>
4233                             is called. If this works, then the old version
4234                             is in an "Installed" state, or else it is left
4235                             in an "Unpacked" state.
4236                           </p>
4237                         </item>
4238                         <item>
4239                           <p>
4240                             If it fails, then the old version is left
4241                             in an "Half-Installed" state.
4242                           </p>
4243                         </item>
4244                       </enumlist>
4245                       
4246                   </item>
4247                   <item>
4248                       Otherwise, if the package had some configuration
4249                       files from a previous version installed (i.e., it
4250                       is in the "configuration files only" state):
4251                       <example compact="compact">
4252 <var>new-preinst</var> install <var>old-version</var>
4253                       </example>
4254                       Error unwind:
4255                       <example>
4256 <var>new-postrm</var> abort-install <var>old-version</var>
4257                       </example>
4258                       If this fails, the package is left in a
4259                       "Half-Installed" state, which requires a
4260                       reinstall. If it works, the packages is left in
4261                       a "Config-Files" state.
4262                   </item>
4263                   <item>
4264                       Otherwise (i.e., the package was completely purged):
4265                       <example compact="compact">
4266 <var>new-preinst</var> install
4267                       </example>
4268                       Error unwind:
4269                       <example compact="compact">
4270 <var>new-postrm</var> abort-install
4271                       </example>
4272                       If the error-unwind fails, the package is in a
4273                       "Half-Installed" phase, and requires a
4274                       reinstall. If the error unwind works, the
4275                       package is in a not installed state.
4276                   </item>
4277                 </enumlist>
4278             </item>
4279
4280             <item>
4281               <p>
4282                 The new package's files are unpacked, overwriting any
4283                 that may be on the system already, for example any
4284                 from the old version of the same package or from
4285                 another package.  Backups of the old files are kept
4286                 temporarily, and if anything goes wrong the package
4287                 management system will attempt to put them back as
4288                 part of the error unwind.
4289               </p>
4290
4291               <p>
4292                 It is an error for a package to contain files which
4293                 are on the system in another package, unless
4294                 <tt>Replaces</tt> is used (see <ref id="replaces">).
4295                 <!--
4296                 The following paragraph is not currently the case:
4297                 Currently the <tt>- - force-overwrite</tt> flag is
4298                 enabled, downgrading it to a warning, but this may not
4299                 always be the case.
4300                 -->
4301               </p>
4302
4303               <p>
4304                 It is a more serious error for a package to contain a
4305                 plain file or other kind of non-directory where another
4306                 package has a directory (again, unless
4307                 <tt>Replaces</tt> is used).  This error can be
4308                 overridden if desired using
4309                 <tt>--force-overwrite-dir</tt>, but this is not
4310                 advisable.
4311               </p>
4312
4313               <p>
4314                 Packages which overwrite each other's files produce
4315                 behavior which, though deterministic, is hard for the
4316                 system administrator to understand.  It can easily
4317                 lead to "missing" programs if, for example, a package
4318                 is unpacked which overwrites a file from another
4319                 package, and is then removed again.<footnote>
4320                     Part of the problem is due to what is arguably a
4321                     bug in <prgn>dpkg</prgn>.
4322                 </footnote>
4323               </p>
4324
4325               <p>
4326                 A directory will never be replaced by a symbolic link
4327                 to a directory or vice versa; instead, the existing
4328                 state (symlink or not) will be left alone and
4329                 <prgn>dpkg</prgn> will follow the symlink if there is
4330                 one.
4331               </p>
4332             </item>
4333
4334             <item>
4335               <p>
4336                 <enumlist>
4337                   <item>
4338                       If the package is being upgraded, call
4339                       <example compact="compact">
4340 <var>old-postrm</var> upgrade <var>new-version</var>
4341                       </example>
4342                   </item>
4343                   <item>
4344                       If this fails, <prgn>dpkg</prgn> will attempt:
4345                       <example compact="compact">
4346 <var>new-postrm</var> failed-upgrade <var>old-version</var>
4347                       </example>
4348                       If this works, installation continues. If not, 
4349                       Error unwind:
4350                       <example compact="compact">
4351 <var>old-preinst</var> abort-upgrade <var>new-version</var>
4352                       </example>
4353                       If this fails, the old version is left in a
4354                       "Half-Installed" state. If it works, dpkg now
4355                       calls:
4356                       <example compact="compact">
4357 <var>new-postrm</var> abort-upgrade <var>old-version</var>
4358                       </example>
4359                       If this fails, the old version is left in a
4360                       "Half-Installed" state. If it works, dpkg now
4361                       calls:
4362                       <example compact="compact">
4363 <var>old-postinst</var> abort-upgrade <var>new-version</var>
4364                       </example>
4365                       If this fails, the old version is in an
4366                       "Unpacked" state.
4367                   </item>
4368                 </enumlist>
4369               </p>
4370
4371               <p>
4372                 This is the point of no return - if
4373                 <prgn>dpkg</prgn> gets this far, it won't back off
4374                 past this point if an error occurs.  This will
4375                 leave the package in a fairly bad state, which
4376                 will require a successful re-installation to clear
4377                 up, but it's when <prgn>dpkg</prgn> starts doing
4378                 things that are irreversible.
4379               </p>
4380             </item>
4381
4382             <item>
4383                 Any files which were in the old version of the package
4384                 but not in the new are removed.
4385             </item>
4386
4387             <item>
4388                 The new file list replaces the old.
4389             </item>
4390
4391             <item>
4392                 The new maintainer scripts replace the old.
4393             </item>
4394
4395             <item>
4396                 Any packages all of whose files have been overwritten
4397                 during the installation, and which aren't required for
4398                 dependencies, are considered to have been removed.
4399                 For each such package
4400                 <enumlist>
4401                   <item>
4402                       <prgn>dpkg</prgn> calls:
4403                       <example compact="compact">
4404 <var>disappearer's-postrm</var> disappear \
4405   <var>overwriter</var> <var>overwriter-version</var>
4406                       </example>
4407                   </item>
4408                   <item>
4409                       The package's maintainer scripts are removed.
4410                   </item>
4411                   <item>
4412                       It is noted in the status database as being in a
4413                       sane state, namely not installed (any conffiles
4414                       it may have are ignored, rather than being
4415                       removed by <prgn>dpkg</prgn>).  Note that
4416                       disappearing packages do not have their prerm
4417                       called, because <prgn>dpkg</prgn> doesn't know
4418                       in advance that the package is going to
4419                       vanish.
4420                   </item>
4421                 </enumlist>
4422             </item>
4423
4424             <item>
4425                 Any files in the package we're unpacking that are also
4426                 listed in the file lists of other packages are removed
4427                 from those lists.  (This will lobotomize the file list
4428                 of the "conflicting" package if there is one.)
4429             </item>
4430
4431             <item>
4432                 The backup files made during installation, above, are
4433                 deleted.
4434             </item>
4435
4436             <item>
4437               <p>
4438                 The new package's status is now sane, and recorded as
4439                 "unpacked".
4440               </p>
4441
4442               <p>
4443                 Here is another point of no return - if the
4444                 conflicting package's removal fails we do not unwind
4445                 the rest of the installation; the conflicting package
4446                 is left in a half-removed limbo.
4447               </p>
4448             </item>
4449
4450             <item>
4451                 If there was a conflicting package we go and do the
4452                 removal actions (described below), starting with the
4453                 removal of the conflicting package's files (any that
4454                 are also in the package being unpacked have already
4455                 been removed from the conflicting package's file list,
4456                 and so do not get removed now).
4457             </item>
4458           </enumlist>
4459         </p>
4460       </sect>
4461
4462       <sect id="configdetails"><heading>Details of configuration</heading>
4463
4464         <p>
4465           When we configure a package (this happens with <tt>dpkg
4466             --install</tt> and <tt>dpkg --configure</tt>), we first
4467           update any <tt>conffile</tt>s and then call:
4468           <example compact="compact">
4469 <var>postinst</var> configure <var>most-recently-configured-version</var>
4470           </example>
4471         </p>
4472
4473         <p>
4474           No attempt is made to unwind after errors during
4475           configuration. If the configuration fails, the package is in
4476           a "Failed Config" state, and an error message is generated.
4477         </p>
4478
4479         <p>
4480           If there is no most recently configured version
4481           <prgn>dpkg</prgn> will pass a null argument.
4482           <footnote>
4483             <p>
4484               Historical note: Truly ancient (pre-1997) versions of
4485               <prgn>dpkg</prgn> passed <tt>&lt;unknown&gt;</tt>
4486               (including the angle brackets) in this case.  Even older
4487               ones did not pass a second argument at all, under any
4488               circumstance.  Note that upgrades using such an old dpkg
4489               version are unlikely to work for other reasons, even if
4490               this old argument behavior is handled by your postinst script.
4491             </p>
4492           </footnote>     
4493         </p>
4494       </sect>
4495
4496       <sect id="removedetails"><heading>Details of removal and/or
4497       configuration purging</heading>
4498
4499         <p>
4500           <enumlist>
4501             <item>
4502               <p>
4503                 <example compact="compact">
4504 <var>prerm</var> remove
4505                 </example>
4506               </p>
4507               <p>
4508                 If prerm fails during replacement due to conflict
4509                 <example>
4510 <var>conflictor's-postinst</var> abort-remove \
4511   in-favour <var>package</var> <var>new-version</var>
4512                 </example>
4513                 Or else we call:
4514                 <example>
4515 <var>postinst</var> abort-remove
4516                 </example>
4517               </p>
4518               <p>
4519                 If this fails, the package is in a "Half-Configured"
4520                 state, or else it remains "Installed".
4521               </p>
4522             </item>
4523             <item>
4524                 The package's files are removed (except <tt>conffile</tt>s).
4525             </item>
4526             <item>
4527                 <example compact="compact">
4528 <var>postrm</var> remove
4529                 </example>
4530
4531               <p>
4532                 If it fails, there's no error unwind, and the package is in
4533                 an "Half-Installed" state.
4534               </p>
4535             </item>
4536             <item>
4537               <p>
4538                 All the maintainer scripts except the <prgn>postrm</prgn>
4539                 are removed.
4540               </p>
4541
4542               <p>
4543                 If we aren't purging the package we stop here.  Note
4544                 that packages which have no <prgn>postrm</prgn> and no
4545                 <tt>conffile</tt>s are automatically purged when
4546                 removed, as there is no difference except for the
4547                 <prgn>dpkg</prgn> status.
4548               </p>
4549             </item>
4550             <item>
4551                 The <tt>conffile</tt>s and any backup files
4552                 (<tt>~</tt>-files, <tt>#*#</tt> files,
4553                 <tt>%</tt>-files, <tt>.dpkg-{old,new,tmp}</tt>, etc.)
4554                 are removed.
4555             </item>
4556             <item>
4557               <p>
4558                 <example compact="compact">
4559 <var>postrm</var> purge
4560                 </example>
4561               </p>
4562               <p>
4563                 If this fails, the package remains in a "Config-Files"
4564                 state.
4565               </p>
4566             </item>
4567             <item>
4568                 The package's file list is removed.
4569             </item>
4570           </enumlist>
4571
4572         </p>
4573       </sect>
4574     </chapt>
4575
4576
4577     <chapt id="relationships">
4578       <heading>Declaring relationships between packages</heading>
4579
4580       <sect id="depsyntax">
4581         <heading>Syntax of relationship fields</heading>
4582
4583         <p>
4584           These fields all have a uniform syntax.  They are a list of
4585           package names separated by commas.
4586         </p>
4587
4588         <p>
4589           In the <tt>Depends</tt>, <tt>Recommends</tt>,
4590           <tt>Suggests</tt>, <tt>Pre-Depends</tt>,
4591           <tt>Build-Depends</tt> and <tt>Build-Depends-Indep</tt>
4592           control fields of the package, which declare
4593           dependencies on other packages, the package names listed may
4594           also include lists of alternative package names, separated
4595           by vertical bar (pipe) symbols <tt>|</tt>.  In such a case,
4596           if any one of the alternative packages is installed, that
4597           part of the dependency is considered to be satisfied.
4598         </p>
4599
4600         <p>
4601           All of the fields except for <tt>Provides</tt> may restrict
4602           their applicability to particular versions of each named
4603           package.  This is done in parentheses after each individual
4604           package name; the parentheses should contain a relation from
4605           the list below followed by a version number, in the format
4606           described in <ref id="f-Version">.
4607         </p>
4608
4609         <p>
4610           The relations allowed are <tt>&lt;&lt;</tt>, <tt>&lt;=</tt>,
4611           <tt>=</tt>, <tt>&gt;=</tt> and <tt>&gt;&gt;</tt> for
4612           strictly earlier, earlier or equal, exactly equal, later or
4613           equal and strictly later, respectively.  The deprecated
4614           forms <tt>&lt;</tt> and <tt>&gt;</tt> were used to mean
4615           earlier/later or equal, rather than strictly earlier/later,
4616           so they should not appear in new packages (though
4617           <prgn>dpkg</prgn> still supports them).
4618         </p>
4619
4620         <p>
4621           Whitespace may appear at any point in the version
4622           specification subject to the rules in <ref
4623           id="controlsyntax">, and must appear where it's necessary to
4624           disambiguate; it is not otherwise significant.  All of the
4625           relationship fields can only be folded in source package control files.  For
4626           consistency and in case of future changes to
4627           <prgn>dpkg</prgn> it is recommended that a single space be
4628           used after a version relationship and before a version
4629           number; it is also conventional to put a single space after
4630           each comma, on either side of each vertical bar, and before
4631           each open parenthesis.  When opening a continuation line in a relationship field, it
4632           is conventional to do so after a comma and before the space
4633           following that comma.
4634         </p>
4635
4636         <p>
4637           For example, a list of dependencies might appear as:
4638           <example compact="compact">
4639 Package: mutt
4640 Version: 1.3.17-1
4641 Depends: libc6 (>= 2.2.1), exim | mail-transport-agent
4642           </example>
4643         </p>
4644
4645         <p>
4646           Relationships may be restricted to a certain set of
4647           architectures.  This is indicated in brackets after each
4648           individual package name and the optional version specification.
4649           The brackets enclose a non-empty list of Debian architecture names
4650           in the format described in <ref id="arch-spec">,
4651           separated by whitespace.  Exclamation marks may be prepended to
4652           each of the names.  (It is not permitted for some names to be
4653           prepended with exclamation marks while others aren't.)
4654         </p>
4655
4656         <p>
4657           For build relationship fields
4658           (<tt>Build-Depends</tt>, <tt>Build-Depends-Indep</tt>,
4659           <tt>Build-Conflicts</tt> and <tt>Build-Conflicts-Indep</tt>), if
4660           the current Debian host architecture is not in this list and
4661           there are no exclamation marks in the list, or it is in the list
4662           with a prepended exclamation mark, the package name and the
4663           associated version specification are ignored completely for the
4664           purposes of defining the relationships.
4665         </p>
4666
4667         <p>
4668           For example:
4669           <example compact="compact">
4670 Source: glibc
4671 Build-Depends-Indep: texinfo
4672 Build-Depends: kernel-headers-2.2.10 [!hurd-i386],
4673   hurd-dev [hurd-i386], gnumach-dev [hurd-i386]
4674           </example>
4675           requires <tt>kernel-headers-2.2.10</tt> on all architectures
4676           other than hurd-i386 and requires <tt>hurd-dev</tt> and
4677           <tt>gnumach-dev</tt> only on hurd-i386.
4678         </p>
4679
4680         <p>
4681           For binary relationship fields, the architecture restriction
4682           syntax is only supported in the source package control
4683           file <file>debian/control</file>.  When the corresponding binary
4684           package control file is generated, the relationship will either
4685           be omitted or included without the architecture restriction
4686           based on the architecture of the binary package.  This means
4687           that architecture restrictions must not be used in binary
4688           relationship fields for architecture-independent packages
4689           (<tt>Architecture: all</tt>).
4690         </p>
4691
4692         <p>
4693           For example:
4694           <example compact="compact">
4695 Depends: foo [i386], bar [amd64]
4696           </example>
4697           becomes <tt>Depends: foo</tt> when the package is built on
4698           the <tt>i386</tt> architecture, <tt>Depends: bar</tt> when the
4699           package is built on the <tt>amd64</tt> architecture, and omitted
4700           entirely in binary packages built on all other architectures.
4701         </p>
4702
4703         <p>
4704           If the architecture-restricted dependency is part of a set of
4705           alternatives using <tt>|</tt>, that alternative is ignored
4706           completely on architectures that do not match the restriction.
4707           For example:
4708           <example compact="compact">
4709 Build-Depends: foo [!i386] | bar [!amd64]
4710           </example>
4711           is equivalent to <tt>bar</tt> on the i386 architecture, to
4712           <tt>foo</tt> on the amd64 architecture, and to <tt>foo |
4713           bar</tt> on all other architectures.
4714         </p>
4715
4716         <p>
4717           Relationships may also be restricted to a certain set of
4718           architectures using architecture wildcards in the format
4719           described in <ref id="arch-wildcard-spec">.  The syntax for
4720           declaring such restrictions is the same as declaring
4721           restrictions using a certain set of architectures without
4722           architecture wildcards.  For example:
4723           <example compact="compact">
4724 Build-Depends: foo [linux-any], bar [any-i386], baz [!linux-any]
4725           </example>
4726           is equivalent to <tt>foo</tt> on architectures using the Linux
4727           kernel and any cpu, <tt>bar</tt> on architectures using any
4728           kernel and an i386 cpu, and <tt>baz</tt> on any architecture
4729           using a kernel other than Linux.
4730         </p>
4731
4732         <p>
4733           Note that the binary package relationship fields such as
4734           <tt>Depends</tt> appear in one of the binary package
4735           sections of the control file, whereas the build-time
4736           relationships such as <tt>Build-Depends</tt> appear in the
4737           source package section of the control file (which is the
4738           first section).
4739         </p>
4740       </sect>
4741
4742       <sect id="binarydeps">
4743         <heading>Binary Dependencies - <tt>Depends</tt>,
4744           <tt>Recommends</tt>, <tt>Suggests</tt>, <tt>Enhances</tt>,
4745           <tt>Pre-Depends</tt>
4746         </heading>
4747
4748         <p>
4749           Packages can declare in their control file that they have
4750           certain relationships to other packages - for example, that
4751           they may not be installed at the same time as certain other
4752           packages, and/or that they depend on the presence of others.
4753         </p>
4754
4755         <p>
4756           This is done using the <tt>Depends</tt>, <tt>Pre-Depends</tt>,
4757           <tt>Recommends</tt>, <tt>Suggests</tt>, <tt>Enhances</tt>,
4758           <tt>Breaks</tt> and <tt>Conflicts</tt> control fields.
4759           <tt>Breaks</tt> is described in <ref id="breaks">, and
4760           <tt>Conflicts</tt> is described in <ref id="conflicts">.  The
4761           rest are described below.
4762         </p>
4763
4764         <p>
4765           These seven fields are used to declare a dependency
4766           relationship by one package on another.  Except for
4767           <tt>Enhances</tt> and <tt>Breaks</tt>, they appear in the
4768           depending (binary) package's control file.
4769           (<tt>Enhances</tt> appears in the recommending package's
4770           control file, and <tt>Breaks</tt> appears in the version of
4771           depended-on package which causes the named package to
4772           break).
4773         </p>
4774
4775         <p>
4776           A <tt>Depends</tt> field takes effect <em>only</em> when a
4777           package is to be configured.  It does not prevent a package
4778           being on the system in an unconfigured state while its
4779           dependencies are unsatisfied, and it is possible to replace
4780           a package whose dependencies are satisfied and which is
4781           properly installed with a different version whose
4782           dependencies are not and cannot be satisfied; when this is
4783           done the depending package will be left unconfigured (since
4784           attempts to configure it will give errors) and will not
4785           function properly.  If it is necessary, a
4786           <tt>Pre-Depends</tt> field can be used, which has a partial
4787           effect even when a package is being unpacked, as explained
4788           in detail below.  (The other three dependency fields,
4789           <tt>Recommends</tt>, <tt>Suggests</tt> and
4790           <tt>Enhances</tt>, are only used by the various front-ends
4791           to <prgn>dpkg</prgn> such as <prgn>apt-get</prgn>,
4792           <prgn>aptitude</prgn>, and <prgn>dselect</prgn>.)
4793         </p>
4794
4795         <p>
4796           Since <tt>Depends</tt> only places requirements on the order in
4797           which packages are configured, packages in an installation run
4798           are usually all unpacked first and all configured later.
4799           <footnote>
4800             This approach makes dependency resolution easier.  If two
4801             packages A and B are being upgraded, the installed package A
4802             depends on exactly the installed package B, and the new
4803             package A depends on exactly the new package B (a common
4804             situation when upgrading shared libraries and their
4805             corresponding development packages), satisfying the
4806             dependencies at every stage of the upgrade would be
4807             impossible.  This relaxed restriction means that both new
4808             packages can be unpacked together and then configured in their
4809             dependency order.
4810           </footnote>
4811         </p>
4812
4813         <p>
4814           If there is a circular dependency among packages being installed
4815           or removed, installation or removal order honoring the
4816           dependency order is impossible, requiring the dependency loop be
4817           broken at some point and the dependency requirements violated
4818           for at least one package.  Packages involved in circular
4819           dependencies may not be able to rely on their dependencies being
4820           configured before they themselves are configured, depending on
4821           which side of the break of the circular dependency loop they
4822           happen to be on.  If one of the packages in the loop has
4823           no <prgn>postinst</prgn> script, then the cycle will be broken
4824           at that package; this ensures that all <prgn>postinst</prgn>
4825           scripts are run with their dependencies properly configured if
4826           this is possible.  Otherwise the breaking point is arbitrary.
4827           Packages should therefore avoid circular dependencies where
4828           possible, particularly if they have <prgn>postinst</prgn>
4829           scripts.
4830         </p>
4831
4832         <p>
4833           The meaning of the five dependency fields is as follows:
4834           <taglist>
4835             <tag><tt>Depends</tt></tag>
4836             <item>
4837               <p>
4838                 This declares an absolute dependency.  A package will
4839                 not be configured unless all of the packages listed in
4840                 its <tt>Depends</tt> field have been correctly
4841                 configured (unless there is a circular dependency as
4842                 described above).
4843               </p>
4844
4845               <p>
4846                 The <tt>Depends</tt> field should be used if the
4847                 depended-on package is required for the depending
4848                 package to provide a significant amount of
4849                 functionality.
4850               </p>
4851
4852               <p>
4853                 The <tt>Depends</tt> field should also be used if the
4854                 <prgn>postinst</prgn> or <prgn>prerm</prgn> scripts
4855                 require the depended-on package to be unpacked or
4856                 configured in order to run.  In the case of <tt>postinst
4857                 configure</tt>, the depended-on packages will be unpacked
4858                 and configured first.  (If both packages are involved in a
4859                 dependency loop, this might not work as expected; see the
4860                 explanation a few paragraphs back.)  In the case
4861                 of <prgn>prerm</prgn> or other <prgn>postinst</prgn>
4862                 actions, the package dependencies will normally be at
4863                 least unpacked, but they may be only "Half-Installed" if a
4864                 previous upgrade of the dependency failed.
4865               </p>
4866
4867               <p>
4868                 Finally, the <tt>Depends</tt> field should be used if the
4869                 depended-on package is needed by the <prgn>postrm</prgn>
4870                 script to fully clean up after the package removal.  There
4871                 is no guarantee that package dependencies will be
4872                 available when <prgn>postrm</prgn> is run, but the
4873                 depended-on package is more likely to be available if the
4874                 package declares a dependency (particularly in the case
4875                 of <tt>postrm remove</tt>).  The <prgn>postrm</prgn>
4876                 script must gracefully skip actions that require a
4877                 dependency if that dependency isn't available.
4878               </p>
4879             </item>
4880
4881             <tag><tt>Recommends</tt></tag>
4882             <item>
4883               <p>
4884                 This declares a strong, but not absolute, dependency.
4885               </p>
4886
4887               <p>
4888                 The <tt>Recommends</tt> field should list packages
4889                 that would be found together with this one in all but
4890                 unusual installations.
4891               </p>
4892             </item>
4893
4894             <tag><tt>Suggests</tt></tag>
4895             <item>
4896                 This is used to declare that one package may be more
4897                 useful with one or more others.  Using this field
4898                 tells the packaging system and the user that the
4899                 listed packages are related to this one and can
4900                 perhaps enhance its usefulness, but that installing
4901                 this one without them is perfectly reasonable.
4902             </item>
4903
4904             <tag><tt>Enhances</tt></tag>
4905             <item>
4906                 This field is similar to Suggests but works in the
4907                 opposite direction. It is used to declare that a
4908                 package can enhance the functionality of another
4909                 package.
4910             </item>
4911
4912             <tag><tt>Pre-Depends</tt></tag>
4913             <item>
4914               <p>
4915                 This field is like <tt>Depends</tt>, except that it
4916                 also forces <prgn>dpkg</prgn> to complete installation
4917                 of the packages named before even starting the
4918                 installation of the package which declares the
4919                 pre-dependency, as follows:
4920               </p>
4921
4922               <p>
4923                 When a package declaring a pre-dependency is about to
4924                 be <em>unpacked</em> the pre-dependency can be
4925                 satisfied if the depended-on package is either fully
4926                 configured, <em>or even if</em> the depended-on
4927                 package(s) are only unpacked or in the "Half-Configured"
4928                 state, provided that they have been configured
4929                 correctly at some point in the past (and not removed
4930                 or partially removed since).  In this case, both the
4931                 previously-configured and currently unpacked or
4932                 "Half-Configured" versions must satisfy any version
4933                 clause in the <tt>Pre-Depends</tt> field.
4934               </p>
4935
4936               <p>
4937                 When the package declaring a pre-dependency is about to
4938                 be <em>configured</em>, the pre-dependency will be treated
4939                 as a normal <tt>Depends</tt>.  It will be considered
4940                 satisfied only if the depended-on package has been
4941                 correctly configured.  However, unlike
4942                 with <tt>Depends</tt>, <tt>Pre-Depends</tt> does not
4943                 permit circular dependencies to be broken.  If a circular
4944                 dependency is encountered while attempting to honor
4945                 <tt>Pre-Depends</tt>, the installation will be aborted.
4946               </p>
4947
4948               <p>
4949                 <tt>Pre-Depends</tt> are also required if the
4950                 <prgn>preinst</prgn> script depends on the named package.
4951                 It is best to avoid this situation if possible.
4952               </p>
4953
4954               <p>
4955                 <tt>Pre-Depends</tt> should be used sparingly,
4956                 preferably only by packages whose premature upgrade or
4957                 installation would hamper the ability of the system to
4958                 continue with any upgrade that might be in progress.
4959               </p>
4960
4961               <p>
4962                 You should not specify a <tt>Pre-Depends</tt> entry for a
4963                 package before this has been discussed on the
4964                 <tt>debian-devel</tt> mailing list and a consensus about
4965                 doing that has been reached.  See <ref id="dependencies">.
4966               </p>
4967             </item>
4968           </taglist>
4969         </p>
4970
4971         <p>
4972           When selecting which level of dependency to use you should
4973           consider how important the depended-on package is to the
4974           functionality of the one declaring the dependency.  Some
4975           packages are composed of components of varying degrees of
4976           importance.  Such a package should list using
4977           <tt>Depends</tt> the package(s) which are required by the
4978           more important components.  The other components'
4979           requirements may be mentioned as Suggestions or
4980           Recommendations, as appropriate to the components' relative
4981           importance.
4982         </p>
4983       </sect>
4984
4985       <sect id="breaks">
4986         <heading>Packages which break other packages - <tt>Breaks</tt></heading>
4987
4988         <p>
4989           When one binary package declares that it breaks another,
4990           <prgn>dpkg</prgn> will refuse to allow the package which
4991           declares <tt>Breaks</tt> to be unpacked unless the broken
4992           package is deconfigured first, and it will refuse to
4993           allow the broken package to be reconfigured.
4994         </p>
4995
4996         <p>
4997           A package will not be regarded as causing breakage merely
4998           because its configuration files are still installed; it must
4999           be at least "Half-Installed".
5000         </p>
5001
5002         <p>
5003           A special exception is made for packages which declare that
5004           they break their own package name or a virtual package which
5005           they provide (see below): this does not count as a real
5006           breakage.
5007         </p>
5008
5009         <p>
5010           Normally a <tt>Breaks</tt> entry will have an "earlier than"
5011           version clause; such a <tt>Breaks</tt> is introduced in the
5012           version of an (implicit or explicit) dependency which violates
5013           an assumption or reveals a bug in earlier versions of the broken
5014           package, or which takes over a file from earlier versions of the
5015           package named in <tt>Breaks</tt>.  This use of <tt>Breaks</tt>
5016           will inform higher-level package management tools that the
5017           broken package must be upgraded before the new one.
5018         </p>
5019
5020         <p>
5021           If the breaking package also overwrites some files from the
5022           older package, it should use <tt>Replaces</tt> to ensure this
5023           goes smoothly.  See <ref id="replaces"> for a full discussion
5024           of taking over files from other packages, including how to
5025           use <tt>Breaks</tt> in those cases.
5026         </p>
5027
5028         <p>
5029           Many of the cases where <tt>Breaks</tt> should be used were
5030           previously handled with <tt>Conflicts</tt>
5031           because <tt>Breaks</tt> did not yet exist.
5032           Many <tt>Conflicts</tt> fields should now be <tt>Breaks</tt>.
5033           See <ref id="conflicts"> for more information about the
5034           differences.
5035         </p>
5036       </sect>
5037
5038       <sect id="conflicts">
5039         <heading>Conflicting binary packages - <tt>Conflicts</tt></heading>
5040
5041         <p>
5042           When one binary package declares a conflict with another using
5043           a <tt>Conflicts</tt> field, <prgn>dpkg</prgn> will refuse to
5044           allow them to be unpacked on the system at the same time.  This
5045           is a stronger restriction than <tt>Breaks</tt>, which prevents
5046           the broken package from being configured while the breaking
5047           package is in the "Unpacked" state but allows both packages to
5048           be unpacked at the same time.
5049         </p>
5050
5051         <p>
5052           If one package is to be unpacked, the other must be removed
5053           first.  If the package being unpacked is marked as replacing
5054           (see <ref id="replaces">, but note that <tt>Breaks</tt> should
5055           normally be used in this case) the one on the system, or the one
5056           on the system is marked as deselected, or both packages are
5057           marked <tt>Essential</tt>, then <prgn>dpkg</prgn> will
5058           automatically remove the package which is causing the conflict.
5059           Otherwise, it will halt the installation of the new package with
5060           an error.  This mechanism is specifically designed to produce an
5061           error when the installed package is <tt>Essential</tt>, but the
5062           new package is not.
5063         </p>
5064
5065         <p>
5066           A package will not cause a conflict merely because its
5067           configuration files are still installed; it must be at least
5068           "Half-Installed".
5069         </p>
5070
5071         <p>
5072           A special exception is made for packages which declare a
5073           conflict with their own package name, or with a virtual
5074           package which they provide (see below): this does not
5075           prevent their installation, and allows a package to conflict
5076           with others providing a replacement for it.  You use this
5077           feature when you want the package in question to be the only
5078           package providing some feature.
5079         </p>
5080
5081         <p>
5082           Normally, <tt>Breaks</tt> should be used instead
5083           of <tt>Conflicts</tt> since <tt>Conflicts</tt> imposes a
5084           stronger restriction on the ordering of package installation or
5085           upgrade and can make it more difficult for the package manager
5086           to find a correct solution to an upgrade or installation
5087           problem.  <tt>Breaks</tt> should be used
5088           <list>
5089             <item>when moving a file from one package to another (see
5090               <ref id="replaces">),</item>
5091             <item>when splitting a package (a special case of the previous
5092               one), or</item>
5093             <item>when the breaking package exposes a bug in or interacts
5094               badly with particular versions of the broken
5095               package.</item>
5096           </list>
5097           <tt>Conflicts</tt> should be used
5098           <list>
5099             <item>when two packages provide the same file and will
5100               continue to do so,</item>
5101             <item>in conjunction with <tt>Provides</tt> when only one
5102               package providing a given virtual facility may be unpacked
5103               at a time (see <ref id="virtual">),</item>
5104             <item>in other cases where one must prevent simultaneous
5105               installation of two packages for reasons that are ongoing
5106               (not fixed in a later version of one of the packages) or
5107               that must prevent both packages from being unpacked at the
5108               same time, not just configured.</item>
5109           </list>
5110           Be aware that adding <tt>Conflicts</tt> is normally not the best
5111           solution when two packages provide the same files.  Depending on
5112           the reason for that conflict, using alternatives or renaming the
5113           files is often a better approach.  See, for
5114           example, <ref id="binaries">.
5115         </p>
5116
5117         <p>
5118           Neither <tt>Breaks</tt> nor <tt>Conflicts</tt> should be used
5119           unless two packages cannot be installed at the same time or
5120           installing them both causes one of them to be broken or
5121           unusable.  Having similar functionality or performing the same
5122           tasks as another package is not sufficient reason to
5123           declare <tt>Breaks</tt> or <tt>Conflicts</tt> with that package.
5124         </p>
5125
5126         <p>
5127           A <tt>Conflicts</tt> entry may have an "earlier than" version
5128           clause if the reason for the conflict is corrected in a later
5129           version of one of the packages.  However, normally the presence
5130           of an "earlier than" version clause is a sign
5131           that <tt>Breaks</tt> should have been used instead.  An "earlier
5132           than" version clause in <tt>Conflicts</tt>
5133           prevents <prgn>dpkg</prgn> from upgrading or installing the
5134           package which declares such a conflict until the upgrade or
5135           removal of the conflicted-with package has been completed, which
5136           is a strong restriction.
5137         </p>
5138       </sect>
5139
5140       <sect id="virtual"><heading>Virtual packages - <tt>Provides</tt>
5141         </heading>
5142
5143         <p>
5144           As well as the names of actual ("concrete") packages, the
5145           package relationship fields <tt>Depends</tt>,
5146           <tt>Recommends</tt>, <tt>Suggests</tt>, <tt>Enhances</tt>,
5147           <tt>Pre-Depends</tt>, <tt>Breaks</tt>, <tt>Conflicts</tt>,
5148           <tt>Build-Depends</tt>, <tt>Build-Depends-Indep</tt>,
5149           <tt>Build-Conflicts</tt> and <tt>Build-Conflicts-Indep</tt>
5150           may mention "virtual packages".
5151         </p>
5152
5153         <p>
5154           A <em>virtual package</em> is one which appears in the
5155           <tt>Provides</tt> control field of another package.  The effect
5156           is as if the package(s) which provide a particular virtual
5157           package name had been listed by name everywhere the virtual
5158           package name appears. (See also <ref id="virtual_pkg">)
5159         </p>
5160
5161         <p>
5162           If there are both concrete and virtual packages of the same
5163           name, then the dependency may be satisfied (or the conflict
5164           caused) by either the concrete package with the name in
5165           question or any other concrete package which provides the
5166           virtual package with the name in question.  This is so that,
5167           for example, supposing we have
5168           <example compact="compact">
5169 Package: foo
5170 Depends: bar
5171           </example> and someone else releases an enhanced version of
5172           the <tt>bar</tt> package they can say:
5173           <example compact="compact">
5174 Package: bar-plus
5175 Provides: bar
5176           </example>
5177           and the <tt>bar-plus</tt> package will now also satisfy the
5178           dependency for the <tt>foo</tt> package.
5179         </p>
5180
5181         <p>
5182           If a relationship field has a version number attached, only real
5183           packages will be considered to see whether the relationship is
5184           satisfied (or the prohibition violated, for a conflict or
5185           breakage).  In other words, if a version number is specified,
5186           this is a request to ignore all <tt>Provides</tt> for that
5187           package name and consider only real packages.  The package
5188           manager will assume that a package providing that virtual
5189           package is not of the "right" version.  A <tt>Provides</tt>
5190           field may not contain version numbers, and the version number of
5191           the concrete package which provides a particular virtual package
5192           will not be considered when considering a dependency on or
5193           conflict with the virtual package name.<footnote>
5194             It is possible that a future release of <prgn>dpkg</prgn> may
5195             add the ability to specify a version number for each virtual
5196             package it provides.  This feature is not yet present,
5197             however, and is expected to be used only infrequently.
5198           </footnote>
5199         </p>
5200
5201         <p>
5202           To specify which of a set of real packages should be the default
5203           to satisfy a particular dependency on a virtual package, list
5204           the real package as an alternative before the virtual one.
5205         </p>
5206
5207         <p>
5208           If the virtual package represents a facility that can only be
5209           provided by one real package at a time, such as
5210           the <package>mail-transport-agent</package> virtual package that
5211           requires installation of a binary that would conflict with all
5212           other providers of that virtual package (see
5213           <ref id="mail-transport-agents">), all packages providing that
5214           virtual package should also declare a conflict with it
5215           using <tt>Conflicts</tt>.  This will ensure that at most one
5216           provider of that virtual package is unpacked or installed at a
5217           time.
5218         </p>
5219       </sect>
5220
5221       <sect id="replaces"><heading>Overwriting files and replacing
5222           packages - <tt>Replaces</tt></heading>
5223
5224         <p>
5225           Packages can declare in their control file that they should
5226           overwrite files in certain other packages, or completely replace
5227           other packages. The <tt>Replaces</tt> control field has these
5228           two distinct purposes.
5229         </p>
5230
5231         <sect1><heading>Overwriting files in other packages</heading>
5232
5233           <p>
5234             It is usually an error for a package to contain files which
5235             are on the system in another package.  However, if the
5236             overwriting package declares that it <tt>Replaces</tt> the one
5237             containing the file being overwritten, then <prgn>dpkg</prgn>
5238             will replace the file from the old package with that from the
5239             new.  The file will no longer be listed as "owned" by the old
5240             package and will be taken over by the new package.
5241             Normally, <tt>Breaks</tt> should be used in conjunction
5242             with <tt>Replaces</tt>.<footnote>
5243               To see why <tt>Breaks</tt> is normally needed in addition
5244               to <tt>Replaces</tt>, consider the case of a file in the
5245               package <package>foo</package> being taken over by the
5246               package <package>foo-data</package>.
5247               <tt>Replaces</tt> will allow <package>foo-data</package> to
5248               be installed and take over that file.  However,
5249               without <tt>Breaks</tt>, nothing
5250               requires <package>foo</package> to be upgraded to a newer
5251               version that knows it does not include that file and instead
5252               depends on <package>foo-data</package>.  Nothing would
5253               prevent the new <package>foo-data</package> package from
5254               being installed and then removed, removing the file that it
5255               took over from <package>foo</package>.  After that
5256               operation, the package manager would think the system was in
5257               a consistent state, but the <package>foo</package> package
5258               would be missing one of its files.
5259             </footnote>
5260           </p>
5261
5262           <p>
5263             For example, if a package <package>foo</package> is split
5264             into <package>foo</package> and <package>foo-data</package>
5265             starting at version 1.2-3, <package>foo-data</package> would
5266             have the fields
5267             <example compact="compact">
5268 Replaces: foo (&lt;&lt; 1.2-3)
5269 Breaks: foo (&lt;&lt; 1.2-3)
5270             </example>
5271             in its control file.  The new version of the
5272             package <package>foo</package> would normally have the field
5273             <example compact="compact">
5274 Depends: foo-data (&gt;= 1.2-3)
5275             </example>
5276             (or possibly <tt>Recommends</tt> or even <tt>Suggests</tt> if
5277             the files moved into <package>foo-data</package> are not
5278             required for normal operation).
5279           </p>
5280
5281           <p>
5282             If a package is completely replaced in this way, so that
5283             <prgn>dpkg</prgn> does not know of any files it still
5284             contains, it is considered to have "disappeared".  It will
5285             be marked as not wanted on the system (selected for
5286             removal) and not installed.  Any <tt>conffile</tt>s
5287             details noted for the package will be ignored, as they
5288             will have been taken over by the overwriting package.  The
5289             package's <prgn>postrm</prgn> script will be run with a
5290             special argument to allow the package to do any final
5291             cleanup required.  See <ref id="mscriptsinstact">.
5292             <footnote>
5293               Replaces is a one way relationship.  You have to install
5294               the replacing package after the replaced package.
5295             </footnote>
5296           </p>
5297
5298           <p>
5299             For this usage of <tt>Replaces</tt>, virtual packages (see
5300             <ref id="virtual">) are not considered when looking at a
5301             <tt>Replaces</tt> field.  The packages declared as being
5302             replaced must be mentioned by their real names.
5303           </p>
5304
5305           <p>
5306             This usage of <tt>Replaces</tt> only takes effect when both
5307             packages are at least partially on the system at once.  It is
5308             not relevant if the packages conflict unless the conflict has
5309             been overridden.
5310           </p>
5311         </sect1>
5312
5313         <sect1><heading>Replacing whole packages, forcing their
5314             removal</heading>
5315
5316           <p>
5317             Second, <tt>Replaces</tt> allows the packaging system to
5318             resolve which package should be removed when there is a
5319             conflict (see <ref id="conflicts">).  This usage only takes
5320             effect when the two packages <em>do</em> conflict, so that the
5321             two usages of this field do not interfere with each other.
5322           </p>
5323
5324           <p>
5325             In this situation, the package declared as being replaced
5326             can be a virtual package, so for example, all mail
5327             transport agents (MTAs) would have the following fields in
5328             their control files:
5329             <example compact="compact">
5330 Provides: mail-transport-agent
5331 Conflicts: mail-transport-agent
5332 Replaces: mail-transport-agent
5333             </example>
5334             ensuring that only one MTA can be unpacked at any one
5335             time.  See <ref id="virtual"> for more information about this
5336             example.
5337         </sect1>
5338       </sect>
5339
5340       <sect id="sourcebinarydeps">
5341         <heading>Relationships between source and binary packages -
5342           <tt>Build-Depends</tt>, <tt>Build-Depends-Indep</tt>,
5343           <tt>Build-Conflicts</tt>, <tt>Build-Conflicts-Indep</tt>
5344         </heading>
5345
5346         <p>
5347           Source packages that require certain binary packages to be
5348           installed or absent at the time of building the package
5349           can declare relationships to those binary packages.
5350         </p>
5351
5352         <p>
5353           This is done using the <tt>Build-Depends</tt>,
5354           <tt>Build-Depends-Indep</tt>, <tt>Build-Conflicts</tt> and
5355           <tt>Build-Conflicts-Indep</tt> control fields.
5356         </p>
5357
5358         <p>
5359           Build-dependencies on "build-essential" binary packages can be
5360           omitted. Please see <ref id="pkg-relations"> for more information.
5361         </p>
5362
5363         <p>
5364           The dependencies and conflicts they define must be satisfied
5365           (as defined earlier for binary packages) in order to invoke
5366           the targets in <tt>debian/rules</tt>, as follows:<footnote>
5367             <p>
5368               There is no Build-Depends-Arch; this role is essentially
5369               met with Build-Depends.  Anyone building the
5370               <tt>build-indep</tt> and <tt>binary-indep</tt> targets is
5371               assumed to be building the whole package, and therefore
5372               installation of all build dependencies is required.
5373             </p>
5374             <p>
5375               The autobuilders use <tt>dpkg-buildpackage -B</tt>, which
5376               calls <tt>build</tt>, not <tt>build-arch</tt> since it does
5377               not yet know how to check for its existence, and
5378               <tt>binary-arch</tt>.  The purpose of the original split
5379               between <tt>Build-Depends</tt> and
5380               <tt>Build-Depends-Indep</tt> was so that the autobuilders
5381               wouldn't need to install extra packages needed only for the
5382               binary-indep targets.  But without a build-arch/build-indep
5383               split, this didn't work, since most of the work is done in
5384               the build target, not in the binary target.
5385             </p>
5386           </footnote>
5387           <taglist>
5388             <tag><tt>clean</tt>, <tt>build-arch</tt>, and
5389               <tt>binary-arch</tt></tag>
5390             <item>
5391               Only the <tt>Build-Depends</tt> and <tt>Build-Conflicts</tt>
5392               fields must be satisfied when these targets are invoked.
5393             </item>
5394             <tag><tt>build</tt>, <tt>build-indep</tt>, <tt>binary</tt>,
5395               and <tt>binary-indep</tt></tag>
5396             <item>
5397               The <tt>Build-Depends</tt>, <tt>Build-Conflicts</tt>,
5398               <tt>Build-Depends-Indep</tt>, and
5399               <tt>Build-Conflicts-Indep</tt> fields must be satisfied when
5400               these targets are invoked.
5401             </item>
5402           </taglist>
5403         </p>
5404       </sect>
5405     </chapt>
5406
5407
5408     <chapt id="sharedlibs"><heading>Shared libraries</heading>
5409
5410       <p>
5411         Packages containing shared libraries must be constructed with
5412         a little care to make sure that the shared library is always
5413         available.  This is especially important for packages whose
5414         shared libraries are vitally important, such as the C library
5415         (currently <tt>libc6</tt>).
5416       </p>
5417
5418       <p>
5419         This section deals only with public shared libraries: shared
5420         libraries that are placed in directories searched by the dynamic
5421         linker by default or which are intended to be linked against
5422         normally and possibly used by other, independent packages.  Shared
5423         libraries that are internal to a particular package or that are
5424         only loaded as dynamic modules are not covered by this section and
5425         are not subject to its requirements.
5426       </p>
5427
5428       <p>
5429         A shared library is identified by the <tt>SONAME</tt> attribute
5430         stored in its dynamic section.  When a binary is linked against a
5431         shared library, the <tt>SONAME</tt> of the shared library is
5432         recorded in the binary's <tt>NEEDED</tt> section so that the
5433         dynamic linker knows that library must be loaded at runtime.  The
5434         shared library file's full name (which usually contains additional
5435         version information not needed in the <tt>SONAME</tt>) is
5436         therefore normally not referenced directly.  Instead, the shared
5437         library is loaded by its <tt>SONAME</tt>, which exists on the file
5438         system as a symlink pointing to the full name of the shared
5439         library.  This symlink must be provided by the
5440         package.  <ref id="sharedlibs-runtime"> describes how to do this.
5441         <footnote>
5442           This is a convention of shared library versioning, but not a
5443           requirement.  Some libraries use the <tt>SONAME</tt> as the full
5444           library file name instead and therefore do not need a symlink.
5445           Most, however, encode additional information about
5446           backwards-compatible revisions as a minor version number in the
5447           file name.  The <tt>SONAME</tt> itself only changes when
5448           binaries linked with the earlier version of the shared library
5449           may no longer work, but the filename may change with each
5450           release of the library.  See <ref id="sharedlibs-runtime"> for
5451           more information.
5452         </footnote>
5453       </p>
5454
5455       <p>
5456         When linking a binary or another shared library against a shared
5457         library, the <tt>SONAME</tt> for that shared library is not yet
5458         known.  Instead, the shared library is found by looking for a file
5459         matching the library name with <tt>.so</tt> appended.  This file
5460         exists on the file system as a symlink pointing to the shared
5461         library.
5462       </p>
5463
5464       <p>
5465         Shared libraries are normally split into several binary packages.
5466         The <tt>SONAME</tt> symlink is installed by the runtime shared
5467         library package, and the bare <tt>.so</tt> symlink is installed in
5468         the development package since it's only used when linking binaries
5469         or shared libraries.  However, there are some exceptions for
5470         unusual shared libraries or for shared libraries that are also
5471         loaded as dynamic modules by other programs.
5472       </p>
5473
5474       <p>
5475         This section is primarily concerned with how the separation of
5476         shared libraries into multiple packages should be done and how
5477         dependencies on and between shared library binary packages are
5478         managed in Debian.  <ref id="libraries"> should be read in
5479         conjunction with this section and contains additional rules for
5480         the files contained in the shared library packages.
5481       </p>
5482
5483       <sect id="sharedlibs-runtime">
5484         <heading>Run-time shared libraries</heading>
5485
5486         <p>
5487           The run-time shared library must be placed in a package
5488           whose name changes whenever the <tt>SONAME</tt> of the shared
5489           library changes.  This allows several versions of the shared
5490           library to be installed at the same time, allowing installation
5491           of the new version of the shared library without immediately
5492           breaking binaries that depend on the old version.  Normally, the
5493           run-time shared library and its <tt>SONAME</tt> symlink should
5494           be placed in a package named
5495           <package><var>libraryname</var><var>soversion</var></package>,
5496           where <var>soversion</var> is the version number in
5497           the <tt>SONAME</tt> of the shared library.
5498           See <ref id="shlibs"> for detailed information on how to
5499           determine this version.  Alternatively, if it would be confusing
5500           to directly append <var>soversion</var>
5501           to <var>libraryname</var> (if, for example, <var>libraryname</var>
5502           itself ends in a number), you should use
5503           <package><var>libraryname</var>-<var>soversion</var></package>
5504           instead.
5505         </p>
5506
5507         <p>
5508           If you have several shared libraries built from the same source
5509           tree, you may lump them all together into a single shared
5510           library package provided that all of their <tt>SONAME</tt>s will
5511           always change together.  Be aware that this is not normally the
5512           case, and if the <tt>SONAME</tt>s do not change together,
5513           upgrading such a merged shared library package will be
5514           unnecessarily difficult because of file conflicts with the old
5515           version of the package.  When in doubt, always split shared
5516           library packages so that each binary package installs a single
5517           shared library.
5518         </p>
5519
5520         <p>
5521           Every time the shared library ABI changes in a way that may
5522           break binaries linked against older versions of the shared
5523           library, the <tt>SONAME</tt> of the library and the
5524           corresponding name for the binary package containing the runtime
5525           shared library should change.  Normally, this means
5526           the <tt>SONAME</tt> should change any time an interface is
5527           removed from the shared library or the signature of an interface
5528           (the number of parameters or the types of parameters that it
5529           takes, for example) is changed.  This practice is vital to
5530           allowing clean upgrades from older versions of the package and
5531           clean transitions between the old ABI and new ABI without having
5532           to upgrade every affected package simultaneously.
5533         </p>
5534
5535         <p>
5536           The <tt>SONAME</tt> and binary package name need not, and indeed
5537           normally should not, change if new interfaces are added but none
5538           are removed or changed, since this will not break binaries
5539           linked against the old shared library.  Correct versioning of
5540           dependencies on the newer shared library by binaries that use
5541           the new interfaces is handled via
5542           the <qref id="sharedlibs-symbols"><tt>symbols</tt> system</qref>
5543           or the <qref id="sharedlibs-shlibdeps"><tt>shlibs</tt>
5544           system</qref>.
5545         </p>
5546
5547       <p>
5548         The package should install the shared libraries under
5549         their normal names.  For example, the <package>libgdbm3</package>
5550         package should install <file>libgdbm.so.3.0.0</file> as
5551         <file>/usr/lib/libgdbm.so.3.0.0</file>.  The files should not be
5552         renamed or re-linked by any <prgn>prerm</prgn> or
5553         <prgn>postrm</prgn> scripts; <prgn>dpkg</prgn> will take care
5554         of renaming things safely without affecting running programs,
5555         and attempts to interfere with this are likely to lead to
5556         problems.
5557       </p>
5558
5559       <p>
5560         Shared libraries should not be installed executable, since
5561         the dynamic linker does not require this and trying to
5562         execute a shared library usually results in a core dump.
5563       </p>
5564
5565       <p>
5566         The run-time library package should include the symbolic link for
5567         the <tt>SONAME</tt> that <prgn>ldconfig</prgn> would create for
5568         the shared libraries.  For example,
5569         the <package>libgdbm3</package> package should include a symbolic
5570         link from <file>/usr/lib/libgdbm.so.3</file> to
5571         <file>libgdbm.so.3.0.0</file>.  This is needed so that the dynamic
5572         linker (for example <prgn>ld.so</prgn> or
5573         <prgn>ld-linux.so.*</prgn>) can find the library between the
5574         time that <prgn>dpkg</prgn> installs it and the time that
5575         <prgn>ldconfig</prgn> is run in the <prgn>postinst</prgn>
5576         script.<footnote>
5577             The package management system requires the library to be
5578             placed before the symbolic link pointing to it in the
5579             <file>.deb</file> file.  This is so that when
5580             <prgn>dpkg</prgn> comes to install the symlink
5581             (overwriting the previous symlink pointing at an older
5582             version of the library), the new shared library is already
5583             in place.  In the past, this was achieved by creating the
5584             library in the temporary packaging directory before
5585             creating the symlink.  Unfortunately, this was not always
5586             effective, since the building of the tar file in the
5587             <file>.deb</file> depended on the behavior of the underlying
5588             file system.  Some file systems (such as reiserfs) reorder
5589             the files so that the order of creation is forgotten.
5590             Since version 1.7.0, <prgn>dpkg</prgn>
5591             reorders the files itself as necessary when building a
5592             package.  Thus it is no longer important to concern
5593             oneself with the order of file creation.
5594         </footnote>
5595       </p>
5596
5597         <sect1 id="ldconfig">
5598           <heading><tt>ldconfig</tt></heading>
5599
5600         <p>
5601           Any package installing shared libraries in one of the default
5602           library directories of the dynamic linker (which are currently
5603           <file>/usr/lib</file> and <file>/lib</file>) or a directory that is
5604           listed in <file>/etc/ld.so.conf</file><footnote>
5605             These are currently <file>/usr/local/lib</file> plus
5606             directories under <file>/lib</file> and <file>/usr/lib</file>
5607             matching the multiarch triplet for the system architecture.
5608           </footnote>
5609           must use <prgn>ldconfig</prgn> to update the shared library
5610           system.
5611         </p>
5612
5613         <p>
5614             The package maintainer scripts must only call
5615             <prgn>ldconfig</prgn> under these circumstances:
5616             <list compact="compact">
5617               <item>When the <prgn>postinst</prgn> script is run with a
5618                   first argument of <tt>configure</tt>, the script must call
5619                   <prgn>ldconfig</prgn>, and may optionally invoke
5620                   <prgn>ldconfig</prgn> at other times.
5621               </item>
5622               <item>When the <prgn>postrm</prgn> script is run with a
5623                   first argument of <tt>remove</tt>, the script should call
5624                   <prgn>ldconfig</prgn>.
5625               </item>
5626             </list>
5627          <footnote>
5628             <p>
5629               During install or upgrade, the preinst is called before
5630               the new files are unpacked, so calling "ldconfig" is
5631               pointless.  The preinst of an existing package can also be
5632               called if an upgrade fails.  However, this happens during
5633               the critical time when a shared libs may exist on-disk
5634               under a temporary name.  Thus, it is dangerous and
5635               forbidden by current policy to call "ldconfig" at this
5636               time.
5637             </p>
5638
5639             <p>
5640               When a package is installed or upgraded, "postinst
5641               configure" runs after the new files are safely on-disk.
5642               Since it is perfectly safe to invoke ldconfig
5643               unconditionally in a postinst, it is OK for a package to
5644               simply put ldconfig in its postinst without checking the
5645               argument.  The postinst can also be called to recover from
5646               a failed upgrade.  This happens before any new files are
5647               unpacked, so there is no reason to call "ldconfig" at this
5648               point.
5649             </p>
5650
5651             <p>
5652               For a package that is being removed, prerm is
5653               called with all the files intact, so calling ldconfig is
5654               useless.  The other calls to "prerm" happen in the case of
5655               upgrade at a time when all the files of the old package
5656               are on-disk, so again calling "ldconfig" is pointless.
5657             </p>
5658
5659             <p>
5660               postrm, on the other hand, is called with the "remove"
5661               argument just after the files are removed, so this is
5662               the proper time to call "ldconfig" to notify the system
5663               of the fact that the shared libraries from the package
5664               are removed.  The postrm can be called at several other
5665               times.  At the time of "postrm purge", "postrm
5666               abort-install", or "postrm abort-upgrade", calling
5667               "ldconfig" is useless because the shared lib files are
5668               not on-disk.  However, when "postrm" is invoked with
5669               arguments "upgrade", "failed-upgrade", or "disappear", a
5670               shared lib may exist on-disk under a temporary filename.
5671             </p>
5672           </footnote>
5673         </p>
5674         </sect1>
5675
5676       </sect>
5677
5678       <sect id="sharedlibs-support-files">
5679         <heading>Shared library support files</heading>
5680
5681         <p>
5682           If your package contains files whose names do not change with
5683           each change in the library shared object version, you must not
5684           put them in the shared library package.  Otherwise, several
5685           versions of the shared library cannot be installed at the same
5686           time without filename clashes, making upgrades and transitions
5687           unnecessarily difficult.
5688         </p>
5689
5690         <p>
5691           It is recommended that supporting files and run-time support
5692           programs that do not need to be invoked manually by users, but
5693           are nevertheless required for the package to function, be placed
5694           (if they are binary) in a subdirectory of <file>/usr/lib</file>,
5695           preferably under <file>/usr/lib/</file><var>package-name</var>.
5696           If the program or file is architecture independent, the
5697           recommendation is for it to be placed in a subdirectory of
5698           <file>/usr/share</file> instead, preferably under
5699           <file>/usr/share/</file><var>package-name</var>.  Following the
5700           <var>package-name</var> naming convention ensures that the file
5701           names change when the shared object version changes.
5702         </p>
5703
5704         <p>
5705           Run-time support programs that use the shared library but are
5706           not required for the library to function or files used by the
5707           shared library that can be used by any version of the shared
5708           library package should instead be put in a separate package.
5709           This package might typically be named
5710           <package><var>libraryname</var>-tools</package>; note the
5711           absence of the <var>soversion</var> in the package name.
5712         </p>
5713
5714         <p>
5715           Files and support programs only useful when compiling software
5716           against the library should be included in the development
5717           package for the library.<footnote>
5718             For example, a <file><var>package-name</var>-config</file>
5719             script or <package>pkg-config</package> configuration files.
5720           </footnote>
5721         </p>
5722       </sect>
5723
5724       <sect id="sharedlibs-static">
5725         <heading>Static libraries</heading>
5726
5727       <p>
5728         The static library (<file><var>libraryname.a</var></file>)
5729         is usually provided in addition to the shared version.
5730         It is placed into the development package (see below).
5731       </p>
5732
5733       <p>
5734         In some cases, it is acceptable for a library to be
5735         available in static form only; these cases include:
5736         <list>
5737           <item>libraries for languages whose shared library support
5738                 is immature or unstable</item>
5739           <item>libraries whose interfaces are in flux or under
5740                 development (commonly the case when the library's
5741                 major version number is zero, or where the ABI breaks
5742                 across patchlevels)</item>
5743           <item>libraries which are explicitly intended to be
5744                 available only in static form by their upstream
5745                 author(s)</item>
5746         </list>
5747       </p>
5748
5749       <sect id="sharedlibs-dev">
5750         <heading>Development files</heading>
5751
5752       <p>
5753         If there are development files associated with a shared library,
5754         the source package needs to generate a binary development package
5755         named <package><var>libraryname</var><var>soversion</var>-dev</package>,
5756         or if you prefer only to support one development version at a
5757         time, <package><var>libraryname</var>-dev</package>.  Installing
5758         the development package must result in installation of all the
5759         development files necessary for compiling programs against that
5760         shared library.<footnote>
5761           This wording allows the development files to be split into
5762           several packages, such as a separate architecture-independent
5763           <package><var>libraryname</var>-headers</package>, provided that
5764           the development package depends on all the required additional
5765           packages.
5766         </footnote>
5767       </p>
5768
5769       <p>
5770         In case several development versions of a library exist, you may
5771         need to use <prgn>dpkg</prgn>'s Conflicts mechanism (see
5772         <ref id="conflicts">) to ensure that the user only installs one
5773         development version at a time (as different development versions are
5774         likely to have the same header files in them, which would cause a
5775         filename clash if both were unpacked).
5776       </p>
5777
5778       <p>
5779         The development package should contain a symlink for the associated
5780         shared library without a version number. For example, the
5781         <package>libgdbm-dev</package> package should include a symlink
5782         from <file>/usr/lib/libgdbm.so</file> to
5783         <file>libgdbm.so.3.0.0</file>.  This symlink is needed by the linker
5784         (<prgn>ld</prgn>) when compiling packages, as it will only look for
5785         <file>libgdbm.so</file> when compiling dynamically.
5786       </p>
5787
5788       <p>
5789         If the package provides Ada Library Information
5790         (<file>*.ali</file>) files for use with GNAT, these files must be
5791         installed read-only (mode 0444) so that GNAT will not attempt to
5792         recompile them.  This overrides the normal file mode requirements
5793         given in <ref id="permissions-owners">.
5794       </p>
5795       </sect>
5796
5797       <sect id="sharedlibs-intradeps">
5798         <heading>Dependencies between the packages of the same library</heading>
5799
5800         <p>
5801           Typically the development version should have an exact
5802           version dependency on the runtime library, to make sure that
5803           compilation and linking happens correctly.  The
5804           <tt>${binary:Version}</tt> substitution variable can be
5805           useful for this purpose.
5806           <footnote>
5807             Previously, <tt>${Source-Version}</tt> was used, but its name
5808             was confusing and it has been deprecated since dpkg 1.13.19.
5809           </footnote>
5810         </p>
5811       </sect>
5812
5813       <sect id="sharedlibs-symbols">
5814         <heading>Dependencies between the library and other packages -
5815         the <tt>symbols</tt> system</heading>
5816
5817         <p>
5818           If a package contains a binary or library which links to a
5819           shared library, we must ensure that, when the package is
5820           installed on the system, all of the libraries needed are also
5821           installed.  These dependencies must be added to the binary
5822           package when it is built, since they may change based on which
5823           version of a shared library the binary or library was linked
5824           with.  To allow these dependencies to be constructed, shared
5825           libraries must provide either a <file>symbols</file> file or
5826           a <file>shlibs</file> file, which provide information on the
5827           package dependencies required to ensure the presence of this
5828           library.  Any package which uses a shared library must use these
5829           files to determine the required dependencies when it is built.
5830         </p>
5831
5832         <p>
5833           <file>shlibs</file> files were the original mechanism for
5834           handling library dependencies.  They are documented
5835           in <ref id="sharedlibs-shlibdeps">.  <file>symbols</file> files,
5836           documented in this section, are recommended for most packages,
5837           since they provide dependency information for each exported
5838           symbol and therefore generate more accurate dependencies for
5839           binaries that do not use symbols from newer versions of the
5840           shared library.  However, <file>shlibs</file> files must be used
5841           for udebs.  Packages which provide a <file>symbols</file> file
5842           are not required to provide a <file>shlibs</file> file.
5843         </p>
5844
5845         <p>
5846           When a package that contains any shared libraries or compiled
5847           binaries is built, it must run <prgn>dpkg-shlibdeps</prgn> on
5848           each shared library and compiled binary to determine the
5849           libraries used and hence the dependencies needed by the
5850           package.<footnote>
5851             <prgn>dpkg-shlibdeps</prgn> will use a program
5852             like <prgn>objdump</prgn> or <prgn>readelf</prgn> to find the
5853             libraries and the symbols in those libraries directly needed
5854             by the binaries or shared libraries in the package.
5855           </footnote>
5856         </p>
5857
5858         <p>
5859           We say that a binary <tt>foo</tt> <em>directly</em> uses a
5860           library <tt>libbar</tt> if it is explicitly linked with that
5861           library (that is, the library is listed in the
5862           ELF <tt>NEEDED</tt> attribute, caused by adding <tt>-lbar</tt>
5863           to the link line when the binary is created).  Other libraries
5864           that are needed by <tt>libbar</tt> are
5865           linked <em>indirectly</em> to <tt>foo</tt>, and the dynamic
5866           linker will load them automatically when it
5867           loads <tt>libbar</tt>.  A package should depend on the libraries
5868           it directly uses, but not the libraries it indirectly uses.  The
5869           dependencies for those libraries will automatically pull in the
5870           other libraries.  <prgn>dpkg-shlibdeps</prgn> will handle this
5871           logic automatically, but package maintainers need to be aware of
5872           this distinction between directly and indirectly using a library
5873           if they have to override its results for some reason.
5874           <footnote>
5875             A good example of where this helps is the following.  We could
5876             update <tt>libimlib</tt> with a new version that supports a
5877             new graphics format called dgf (but retaining the same major
5878             version number) and depends on <tt>libdgf</tt>.  If we
5879             used <prgn>ldd</prgn> to add dependencies for every library
5880             directly or indirectly linked with a binary, every package
5881             that uses <tt>libimlib</tt> would need to be recompiled so it
5882             would also depend on <tt>libdgf</tt> or it wouldn't run due to
5883             missing symbols.  Since dependencies are only added based on
5884             ELF <tt>NEEDED</tt> attribute, packages
5885             using <tt>libimlib</tt> can rely on <tt>libimlib</tt> itself
5886             having the dependency on <tt>libdgf</tt> and so they would not
5887             need rebuilding.
5888           </footnote>
5889         </p>
5890
5891         <p>
5892           In the following sections, we will first describe where the
5893           various <file>symbols</file> files are to be found, then how to
5894           use <prgn>dpkg-shlibdeps</prgn>, and finally
5895           the <file>symbols</file> file format and how to create them if
5896           your package contains a shared library.
5897         </p>
5898
5899         <sect1 id="symbols-paths">
5900           <heading>The <file>symbols</file> files present on the
5901             system</heading>
5902
5903           <p>
5904             <file>symbols</file> files for a shared library are normally
5905             provided by the shared library package, but there are several
5906             override paths that are checked first in case that information
5907             is wrong or missing.  The following list gives them in the
5908             order in which they are read by <prgn>dpkg-shlibdeps</prgn>
5909             The first one that contains the required information is used.
5910             <list>
5911               <item>
5912                 <p><file>debian/*/DEBIAN/symbols</file></p>
5913
5914                 <p>
5915                   During the package build, if the package itself contains
5916                   shared libraries with <file>symbols</file> files, they
5917                   will be generated in these staging directories
5918                   by <prgn>dpkg-gensymbols</prgn>.  <file>symbols</file>
5919                   files found in the build tree take precedence
5920                   over <file>symbols</file> files from other binary
5921                   packages.
5922                 </p>
5923
5924                 <p>
5925                   These files must exist
5926                   before <prgn>dpkg-shlibdeps</prgn> is run or the
5927                   dependencies of binaries and libraries from a source
5928                   package on other libraries from that same source package
5929                   will not be correct.  In practice, this means
5930                   that <prgn>dpkg-gensymbols</prgn> must be run
5931                   before <prgn>dpkg-shlibdeps</prgn> during the package
5932                   build.<footnote>
5933                     An example may clarify.  Suppose the source
5934                     package <tt>foo</tt> generates two binary
5935                     packages, <tt>libfoo2</tt> and <tt>foo-runtime</tt>.
5936                     When building the binary packages, the contents of the
5937                     packages are staged in the
5938                     directories <file>debian/libfoo2</file>
5939                     and <file>debian/foo-runtime</file> respectively.
5940                     (<file>debian/tmp</file> could be used instead of one
5941                     of these.)  Since <tt>libfoo2</tt> provides
5942                     the <tt>libfoo</tt> shared library, it will contain
5943                     a <tt>symbols</tt> file, which will be installed
5944                     in <file>debian/libfoo2/DEBIAN/symbols</file>,
5945                     eventually to be included as a control file in that
5946                     package.  When <prgn>dpkg-shlibdeps</prgn> is run on
5947                     the
5948                     executable <file>debian/foo-runtime/usr/bin/foo-prog</file>,
5949                     it will examine
5950                     the <file>debian/libfoo2/DEBIAN/symbols</file> file to
5951                     determine whether <tt>foo-prog</tt>'s library
5952                     dependencies are satisfied by any of the libraries
5953                     provided by <tt>libfoo2</tt>.  Since those binaries
5954                     were linked against the just-built shared library as
5955                     part of the build process, the <file>symbols</file>
5956                     file for the newly-built <tt>libfoo2</tt> must take
5957                     precedence over a <file>symbols</file> file for any
5958                     other <tt>libfoo2</tt> package already installed on
5959                     the system.
5960                   </footnote>
5961                 </p>
5962               </item>
5963
5964               <item>
5965                 <p>
5966                   <file>/etc/dpkg/symbols/<var>package</var>.symbols.<var>arch</var></file>
5967                   and <file>/etc/dpkg/symbols/<var>package</var>.symbols</file>
5968                 </p>
5969
5970                 <p>
5971                   Per-system overrides of shared library dependencies.
5972                   These files normally do not exist.  They are maintained
5973                   by the local system administrator and must not be
5974                   created by any Debian package.
5975                 </p>
5976               </item>
5977
5978               <item>
5979                 <p><file>symbols</file> control files for packages
5980                 installed on the system</p>
5981
5982                 <p>
5983                   The <file>symbols</file> control files for all the
5984                   packages currently installed on the system are searched
5985                   last.  This will be the most common source of shared
5986                   library dependency information.  These are normally
5987                   found in <file>/var/lib/dpkg/info/*.symbols</file>, but
5988                   packages should not rely on this and instead should
5989                   use <tt>dpkg-query --control-path <var>package</var>
5990                   symbols</tt> if for some reason these files need to be
5991                   examined.
5992                 </p>
5993               </item>
5994             </list>
5995           </p>
5996
5997           <p>
5998             Be aware that if a <file>debian/shlibs.local</file> exists in
5999             the source package, it will override any <file>symbols</file>
6000             files.  This is the only case where a <file>shlibs</file> is
6001             used despite <file>symbols</file> files being present.  See
6002             <ref id="shlibs-paths"> and <ref id="sharedlibs-shlibdeps">
6003             for more information.
6004           </p>
6005         </sect1>
6006
6007         <sect1 id="dpkg-shlibdeps">
6008           <heading>How to use <prgn>dpkg-shlibdeps</prgn> and the
6009             <tt>symbols</tt> files</heading>
6010
6011           <p>
6012             If your package contains any compiled binaries or shared
6013             libraries, put a call to <prgn>dpkg-shlibdeps</prgn> into
6014             your <file>debian/rules</file> file in the source package.
6015             List all of the compiled binaries, libraries, or loadable
6016             modules in your package.<footnote>
6017               The easiest way to do this is to use a package helper
6018               framework such as <tt>debhelper</tt>.  If you are
6019               using <tt>debhelper</tt>, the <prgn>dh_shlibdeps</prgn>
6020               program will do this work for you.  It will also correctly
6021               handle multi-binary packages.
6022             </footnote>
6023           </p>
6024
6025           <p>
6026             This command puts the dependency information into
6027             the <file>debian/substvars</file> file, which is then used
6028             by <prgn>dpkg-gencontrol</prgn>.  You will need to place
6029             a <tt>${shlibs:Depends}</tt> variable in the <tt>Depends</tt>
6030             field in the control file of every binary package built by
6031             this source package that contains compiled binaries,
6032             libraries, or loadable modules.  If you have multiple binary
6033             packages, you will need to call <prgn>dpkg-shlibdeps</prgn> on
6034             each one which contains compiled libraries or binaries, using
6035             the <tt>-T</tt> option to the <tt>dpkg</tt> utilities to
6036             specify a different <file>substvars</file> file for each
6037             binary package.<footnote>
6038               Again, <prgn>dh_shlibdeps</prgn>
6039               and <prgn>dh_gencontrol</prgn> will handle all of this for
6040               you if you're using <tt>debhelper</tt>, including generating
6041               separate <file>substvars</file> files for each binary
6042               package and calling <prgn>dpkg-gencontrol</prgn> with the
6043               appropriate flags.
6044             </footnote>
6045           </p>
6046
6047           <p>
6048             For more details on <prgn>dpkg-shlibdeps</prgn>,
6049             see <manref name="dpkg-shlibdeps" section="1">.
6050           </p>
6051         </sect1>
6052
6053         <sect1 id="symbols">
6054           <heading>The <file>symbols</file> File Format</heading>
6055
6056           <p>
6057             The following documents the format of the <file>symbols</file>
6058             control file as included in binary packages.  These files are
6059             built from template <file>symbols</file> files in the source
6060             package by <prgn>dpkg-gensymbols</prgn>.  The template files
6061             support a richer syntax that
6062             allows <prgn>dpkg-gensymbols</prgn> to do some of the tedious
6063             work involved in maintaining <file>symbols</file> files, such
6064             as handling C++ symbols or optional symbols that may not exist
6065             on particular architectures.  When
6066             writing <file>symbols</file> files for a shared library
6067             package, refer to <manref name="dpkg-gensymbols" section="1">
6068             for the richer syntax.
6069           </p>
6070
6071           <p>
6072             A <file>symbols</file> may contain one or more entries, one
6073             for each shared library contained in the package corresponding
6074             to that <file>symbols</file>.  Each entry has the following
6075             format:
6076           </p>
6077
6078           <p>
6079             <example>
6080 <var>library-soname</var> <var>main-dependency-template</var>
6081 [| <var>alternative-dependency-template</var>]
6082 [...]
6083 [* <var>field-name</var>: <var>field-value</var>]
6084 [...]
6085  <var>symbol</var> <var>minimal-version</var>[ <var>id-of-dependency-template</var> ]
6086             </example>
6087           </p>
6088
6089           <p>
6090             To explain this format, we'll use the the <tt>zlib1g</tt>
6091             package as an example, which (at the time of writing) installs
6092             the shared library <file>/usr/lib/libz.so.1.2.3.4</file>.
6093             Mandatory lines will be described first, followed by optional
6094             lines.
6095           </p>
6096
6097           <p>
6098             <var>library-soname</var> must contain exactly the value of
6099             the ELF <tt>SONAME</tt> attribute of the shared library.  In
6100             our example, this is <tt>libz.so.1</tt>.<footnote>
6101               This can be determined by using the command
6102               <example compact="compact">
6103 readelf -d /usr/lib/libz.so.1.2.3.4 | grep SONAME
6104               </example>
6105             </footnote>
6106           </p>
6107
6108           <p>
6109             <var>main-dependency-template</var> has the same syntax as a
6110             dependency field in a binary package control file, except that
6111             the string <tt>#MINVER#</tt> is replaced by a version
6112             restriction like <tt>(>= <var>version</var>)</tt> or by
6113             nothing if an unversioned dependency is deemed sufficient.
6114             The version restriction will be based on which symbols from
6115             the shared library are referenced and the version at which
6116             they were introduced (see below).  In nearly all
6117             cases, <var>main-dependency-template</var> will
6118             be <tt><var>package</var> #MINVER#</tt>,
6119             where <var>package</var> is the name of the binary package
6120             containing the shared library.  This adds a simple,
6121             possibly-versioned dependency on the shared library package.
6122             In some rare cases, such as when multiple packages provide the
6123             same shared library ABI, the dependency template may need to
6124             be more complex.
6125           </p>
6126
6127           <p>
6128             In our example, the first line of
6129             the <tt>zlib1g</tt> <file>symbols</file> file would be:
6130             <example compact="compact">
6131 libz.so.1 zlib1g #MINVER#
6132             </example>
6133           </p>
6134
6135           <p>
6136             Each public symbol exported by the shared library must have a
6137             corresponding symbol line, indented by one
6138             space.  <var>symbol</var> is the exported symbol (which, for
6139             C++, means the mangled symbol) followed by <tt>@</tt> and the
6140             symbol version, or the string <tt>Base</tt> if there is no
6141             symbol version.  <var>minimal-version</var> is the most recent
6142             version of the shared library that changed the behavior of
6143             that symbol, whether by adding it, changing its function
6144             signature (the parameters, their types, or the return type),
6145             or its behavior in a way that is visible to a
6146             caller.  <var>id-of-dependency-template</var> is an optional
6147             field that references
6148             an <var>alternative-dependency-template</var>; see below for a
6149             full description.
6150           </p>
6151
6152           <p>
6153             For example, <tt>libz.so.1</tt> contains the
6154             symbols <tt>compress</tt>
6155             and <tt>compressBound</tt>.  <tt>compress</tt> has no symbol
6156             version and last changed its behavior in upstream
6157             version <tt>1:1.1.4</tt>.  <tt>compressBound</tt> has the
6158             symbol version <tt>ZLIB_1.2.0</tt>, was introduced in upstream
6159             version <tt>1:1.2.0</tt>, and has not changed its behavior.
6160             Its <file>symbols</file> file therefore contains the lines:
6161             <example compact="compact">
6162  compress@Base 1:1.1.4
6163  compressBound@ZLIB_1.2.0 1:1.2.0
6164             </example>
6165             Packages using only <tt>compress</tt> would then get a
6166             dependency of <tt>zlib1g (>= 1:1.1.4)</tt>, but packages
6167             using <tt>compressBound</tt> would get a dependency
6168             of <tt>zlib1g (>= 1:1.2.0)</tt>.
6169           </p>
6170
6171           <p>
6172             One or more <var>alternative-dependency-template</var> lines
6173             may be provided.  These are used in cases where some symbols
6174             in the shared library should use one dependency template while
6175             others should use a different template.  The alternative
6176             dependency templates are used only if a symbol line contains
6177             the <var>id-of-dependency-template</var> field.  The first
6178             alternative dependency template is numbered 1, the second 2,
6179             and so forth.<footnote>
6180               An example of where this may be needed is with a library
6181               that implements the libGL interface.  All GL implementations
6182               provide the same set of base interfaces, and then may
6183               provide some additional interfaces only used by programs
6184               that require that specific GL implementation.  So, for
6185               example, libgl1-mesa-glx may use the
6186               following <file>symbols</file> file:
6187               <example>
6188 libGL.so.1 libgl1
6189 | libgl1-mesa-glx #MINVER#
6190  publicGlSymbol@Base 6.3-1
6191  [...]
6192  implementationSpecificSymbol@Base 6.5.2-7 1
6193  [...]
6194               </example>
6195               Binaries or shared libraries using
6196               only <tt>publicGlSymbol</tt> would depend only
6197               on <tt>libgl1</tt> (which may be provided by multiple
6198               packages), but ones
6199               using <tt>implementationSpecificSymbol</tt> would get a
6200               dependency on <tt>libgl1-mesa-glx (>= 6.5.2-7)</tt>
6201             </footnote>
6202           </p>
6203
6204           <p>
6205             Finally, the entry for the library may contain one or more
6206             metadata fields.  Currently, the only
6207             supported <var>field-name</var>
6208             is <tt>Build-Depends-Package</tt>, whose value lists
6209             the <qref id="sharedlibs-dev">library development
6210             package</qref> on which packages using this shared library
6211             declare a build dependency.  If this field is
6212             present, <prgn>dpkg-shlibdeps</prgn> uses it to ensure that
6213             the resulting binary package dependency on the shared library
6214             is at least as strict as the source package dependency on the
6215             shared library development package.<footnote>
6216               This field should normally not be necessary, since if the
6217               behavior of any symbol has changed, the corresponding
6218               symbol <var>minimal-version</var> should have been
6219               increased.  But including it makes the <tt>symbols</tt>
6220               system more robust by tightening the dependency in cases
6221               where the package using the shared library specifically
6222               requires at least a particular version of the shared library
6223               development package for some reason.
6224             </footnote>
6225             For our example, the <tt>zlib1g</tt> <file>symbols</file> file
6226             would contain:
6227             <example compact="compact">
6228 * Build-Depends-Package: zlib1g-dev
6229             </example>
6230           </p>
6231
6232           <p>
6233             Also see <manref name="deb-symbols" section="5">.
6234           </p>
6235         </sect1>
6236
6237         <sect1 id="providing-symbols">
6238           <heading>Providing a <file>symbols</file> file</heading>
6239
6240           <p>
6241             If your package provides a shared library, you should arrange
6242             to include a <file>symbols</file> control file following the
6243             format described above in that package.  You must include
6244             either a <file>symbols</file> control file or
6245             a <file>shlibs</file> control file.
6246           </p>
6247
6248           <p>
6249             Normally, this is done by creating a <file>symbols</file> in
6250             the source package
6251             named <file>debian/<var>package</var>.symbols</file>
6252             or <file>debian/symbols</file>, possibly
6253             with <file>.<var>arch</var></file> appended if the symbols
6254             information varies by architecture.  This file may use the
6255             extended syntax documented
6256             in <manref name="dpkg-gensymbols" section="1">.  Then,
6257             call <prgn>dpkg-gensymbols</prgn> as part of the package build
6258             process.  It will create <file>symbols</file> files in the
6259             package staging area based on the binaries and libraries in
6260             the package staging area and the <file>symbols</file> files in
6261             the source package.<footnote>
6262               If you are
6263               using <tt>debhelper</tt>, <prgn>dh_makeshlibs</prgn> will
6264               take care of calling either <prgn>dpkg-gensymbols</prgn>
6265               or generating a <file>shlibs</file> file as appropriate.
6266             </footnote>
6267           </p>
6268
6269           <p>
6270             Packages that provide <file>symbols</file> files must keep
6271             them up-to-date to ensure correct dependencies in packages
6272             that use the shared libraries.  This means updating
6273             the <file>symbols</file> file whenever a new public symbol is
6274             added, changing the <var>minimal-version</var> field whenever
6275             a symbol changes behavior or signature, and changing
6276             the <var>library-soname</var>
6277             and <var>main-dependency-template</var>, and probably all of
6278             the <var>minimal-version</var> fields, when the library
6279             changes <tt>SONAME</tt>.  Removing a public symbol from
6280             the <file>symbols</file> file because it's no longer provided
6281             by the library normally requires changing the <tt>SONAME</tt>
6282             of the library.  See <ref id="sharedlibs-runtime">.
6283           </p>
6284
6285           <p>
6286             Special care should be taken in updating
6287             the <var>minimal-version</var> field when the behavior of a
6288             public symbol changes.  This is easy to neglect, since there
6289             is no automated method of determining such changes, but
6290             failing to update <var>minimal-version</var> in this case may
6291             result in binary packages with too-weak dependencies that will
6292             fail at runtime, possibly in ways that can cause security
6293             vulnerabilities.  If the package maintainer believes that a
6294             symbol behavior change may have occurred but isn't sure, it's
6295             safer to update the <var>minimal-version</var> of all possibly
6296             affected symbols to the current upstream version rather than
6297             leave them unmodified.  This may result in unnecessarily
6298             strict dependencies, but it ensures that packages whose
6299             dependencies are satisfied will work properly.
6300           </p>
6301
6302           <p>
6303             A common example of when a change
6304             to <var>minimal-version</var> is required is a function that
6305             takes an enum or struct argument that controls what the
6306             function does.  For example:
6307             <example>
6308 enum library_op { OP_FOO, OP_BAR };
6309 int library_do_operation(enum library_op);
6310             </example>
6311             If a new operation, <tt>OP_BAZ</tt>, is added,
6312             the <var>minimal-version</var>
6313             of <tt>library_do_operation</tt> must be increased to the
6314             version at which <tt>OP_BAZ</tt> was introduced.  Otherwise, a
6315             binary built against the new version of the library (having
6316             detected at compile-time that the library
6317             supports <tt>OP_BAZ</tt>) may be installed with a shared
6318             library that doesn't support <tt>OP_BAZ</tt> and will fail at
6319             runtime when it tries to pass <tt>OP_BAZ</tt> into this
6320             function.
6321           </p>
6322
6323           <p>
6324             The <var>minimal-version</var> field normally should not
6325             contain the Debian revision of the package, since the library
6326             behavior is normally fixed for a particular upstream version
6327             and any Debian packaging of that upstream version will have
6328             the same behavior.  In the rare case that the library behavior
6329             was changed in a particular Debian revision,
6330             appending <tt>~</tt> to the end of
6331             the <var>minimal-version</var> that includes the Debian
6332             revision is recommended, since this allows backports of the
6333             shared library package using the normal backport versioning
6334             convention to satisfy the dependency.
6335           </p>
6336         </sect1>
6337       </sect>
6338
6339       <sect id="sharedlibs-shlibdeps">
6340         <heading>Dependencies between the library and other packages -
6341         the <tt>shlibs</tt> system</heading>
6342
6343         <p>
6344           The <tt>shlibs</tt> system is an alternative to
6345           the <tt>symbols</tt> system for declaring dependencies for
6346           shared libraries.  It predated the <tt>symbols</tt> system and
6347           is therefore frequently seen in older packages.  It is also
6348           required for udebs, which do not support <tt>symbols</tt>.
6349         </p>
6350
6351         <p>
6352           <file>shlibs</file> files do not provide as detailed of
6353           information as <file>symbols</file> files.  They only provide
6354           information about the library as a whole, not individual
6355           symbols, and therefore have to force tighter dependencies since
6356           they have no way of relaxing dependencies for binaries and
6357           libraries that only use symbols whose behavior has not changed.
6358           Because of this, and because of some problems with
6359           how <file>shlibs</file> files represent the
6360           library <tt>SONAME</tt>, <file>symbols</file> files are
6361           recommended instead for any shared library package that isn't a
6362           udeb.
6363         </p>
6364
6365         <p>
6366           In the following sections, we will first describe where the
6367           various <file>shlibs</file> files are to be found, then how to
6368           use <prgn>dpkg-shlibdeps</prgn>, and finally
6369           the <file>shlibs</file> file format and how to create them if
6370           your package contains a shared library.  Much of the information
6371           about <file>shlibs</file> files is the same as
6372           for <file>symbols</file> files, so only the differences will be
6373           mentioned.
6374         </p>
6375
6376         <sect1 id="shlibs-paths">
6377           <heading>The <file>shlibs</file> files present on the
6378             system</heading>
6379
6380           <p>
6381             There are several places where <tt>shlibs</tt> files are
6382             found.  The following list gives them in the order in which
6383             they are read by <prgn>dpkg-shlibdeps</prgn>.  (The first one
6384             which gives the required information is used.)
6385             <list>
6386               <item>
6387                 <p><file>debian/shlibs.local</file></p>
6388
6389                 <p>
6390                   This lists overrides for this package.  This file should
6391                   normally not be used, but may be needed temporarily in
6392                   unusual situations to work around bugs in other
6393                   packages, or in unusual cases where the normally
6394                   declared dependency information in the
6395                   installed <file>shlibs</file> file for a library cannot
6396                   be used.  This file overrides information obtained from
6397                   any other source.
6398                 </p>
6399               </item>
6400
6401               <item>
6402                 <p><file>/etc/dpkg/shlibs.override</file></p>
6403
6404                 <p>
6405                   This lists global overrides.  This list is normally
6406                   empty.  It is maintained by the local system
6407                   administrator.
6408                 </p>
6409               </item>
6410
6411               <item>
6412                 <p><file>DEBIAN/shlibs</file> files in the "build
6413                   directory"</p>
6414
6415                 <p>
6416                   These files are generated as part of the package build
6417                   process and staged for inclusion as control files in the
6418                   binary packages being built.  They provide details of
6419                   any shared libraries included in the same package.
6420                 </p>
6421               </item>
6422
6423               <item>
6424                 <p><file>shlibs</file> control files for packages
6425                   installed on the system</p>
6426
6427                 <p>
6428                   The <file>shlibs</file> control files for all the
6429                   packages currently installed on the system.  These are
6430                   normally found
6431                   in <file>/var/lib/dpkg/info/*.symbols</file>, but
6432                   packages should not rely on this and instead should
6433                   use <tt>dpkg-query --control-path <var>package</var>
6434                   shlibs</tt> if for some reason these files need to be
6435                   examined.
6436                 </p>
6437               </item>
6438
6439               <item>
6440                 <p><file>/etc/dpkg/shlibs.default</file></p>
6441
6442                 <p>
6443                   This file lists any shared libraries whose packages have
6444                   failed to provide correct <file>shlibs</file> files.  It
6445                   was used when the <file>shlibs</file> setup was first
6446                   introduced, but it is now normally empty.  It is
6447                   maintained by the <tt>dpkg</tt> maintainer.
6448                 </p>
6449               </item>
6450             </list>
6451           </p>
6452
6453           <p>
6454             If a <file>symbols</file> file for a shared library package
6455             is available, <prgn>dpkg-shlibdeps</prgn> will always use it
6456             in preference to a <file>shlibs</file>, with the exception
6457             of <file>debian/shlibs.local</file>.  The latter overrides any
6458             other <file>shlibs</file> or <file>symbols</file> files.
6459           </p>
6460         </sect1>
6461
6462         <sect1>
6463           <heading>How to use <prgn>dpkg-shlibdeps</prgn> and the
6464             <file>shlibs</file> files</heading>
6465
6466           <p>
6467             Use of <prgn>dpkg-shlibdeps</prgn> with <file>shlibs</file>
6468             files is generally the same as with <file>symbols</file>
6469             files.  See <ref id="dpkg-shlibdeps">.
6470           </p>
6471
6472           <p>
6473             If you are creating a udeb for use in the Debian Installer,
6474             you will need to specify that <prgn>dpkg-shlibdeps</prgn>
6475             should use the dependency line of type <tt>udeb</tt> by
6476             adding the <tt>-tudeb</tt> option<footnote>
6477               <prgn>dh_shlibdeps</prgn> from the <tt>debhelper</tt> suite
6478               will automatically add this option if it knows it is
6479               processing a udeb.
6480             </footnote>. If there is no dependency line of
6481             type <tt>udeb</tt> in the <file>shlibs</file>
6482             file, <prgn>dpkg-shlibdeps</prgn> will fall back to the
6483             regular dependency line.
6484           </p>
6485         </sect1>
6486
6487         <sect1 id="shlibs">
6488           <heading>The <file>shlibs</file> File Format</heading>
6489
6490           <p>
6491             Each <file>shlibs</file> file has the same format.  Lines
6492             beginning with <tt>#</tt> are considered to be comments and
6493             are ignored.  Each line is of the form:
6494             <example compact="compact">
6495 [<var>type</var>: ]<var>library-name</var> <var>soname-version</var> <var>dependencies ...</var>
6496             </example>
6497           </p>
6498
6499           <p>
6500             We will explain this by reference to the example of the
6501             <tt>zlib1g</tt> package, which (at the time of writing)
6502             installs the shared
6503             library <file>/usr/lib/libz.so.1.2.3.4</file>.
6504           </p>
6505
6506           <p>
6507             <var>type</var> is an optional element that indicates the type
6508             of package for which the line is valid. The only type
6509             currently in use is <tt>udeb</tt>.  The colon and space after
6510             the type are required.
6511           </p>
6512
6513           <p>
6514             <var>library-name</var> is the name of the shared library, in
6515             this case <tt>libz</tt>.  (This must match the name part of
6516             the soname, see below.)
6517           </p>
6518
6519           <p>
6520             <var>soname-version</var> is the version part of the
6521             ELF <tt>SONAME</tt> attribute of the library.
6522             The <tt>SONAME</tt> is the thing that must exactly match for
6523             the library to be recognized by the dynamic linker, and is
6524             usually of the
6525             form <tt><var>name</var>.so.<var>major-version</var></tt>, in
6526             our example, <tt>libz.so.1</tt>.
6527             The version part is the part which comes after
6528             <tt>.so.</tt>, so in our case, it is <tt>1</tt>.  The soname
6529             may instead be of the
6530             form <tt><var>name</var>-<var>major-version</var>.so</tt>,
6531             such as <tt>libdb-5.1.so</tt>, in which case the name would
6532             be <tt>libdb</tt> and the version would be <tt>5.1</tt>.
6533           </p>
6534
6535           <p>
6536             <var>dependencies</var> has the same syntax as a dependency
6537             field in a binary package control file.  It should give
6538             details of which packages are required to satisfy a binary
6539             built against the version of the library contained in the
6540             package.  See <ref id="depsyntax"> for details.
6541           </p>
6542
6543           <p>
6544             In our example, if the last change to the <tt>zlib1g</tt>
6545             package that could change behavior for a client of that
6546             library was in version <tt>1:1.2.3.3.dfsg-1</tt>, then
6547             the <tt>shlibs</tt> entry for this library could say:
6548             <example compact="compact">
6549 libz 1 zlib1g (>= 1:1.2.3.3.dfsg-1)
6550             </example>
6551             This version restriction must be new enough that any binary
6552             built against the current version of the library will work
6553             with any version of the shared library that satisfies that
6554             dependency.
6555           </p>
6556
6557           <p>
6558             As zlib1g also provides a udeb containing the shared library,
6559             there would also be a second line:
6560             <example compact="compact">
6561 udeb: libz 1 zlib1g-udeb (>= 1:1.2.3.3.dfsg-1)
6562             </example>
6563           </p>
6564         </sect1>
6565
6566         <sect1>
6567           <heading>Providing a <file>shlibs</file> file</heading>
6568
6569           <p>
6570             To provide a <file>shlibs</file> file for a shared library
6571             binary package, create a <file>shlibs</file> file following
6572             the format described above and place it in
6573             the <file>DEBIAN</file> directory for that package during the
6574             build.  It will then be included as a control file for that
6575             package<footnote>
6576               This is what <prgn>dh_makeshlibs</prgn> in
6577               the <package>debhelper</package> suite does. If your package
6578               also has a udeb that provides a shared
6579               library, <prgn>dh_makeshlibs</prgn> can automatically
6580               generate the <tt>udeb:</tt> lines if you specify the name of
6581               the udeb with the <tt>--add-udeb</tt> option.
6582             </footnote>.
6583           </p>
6584
6585           <p>
6586             Since <prgn>dpkg-shlibdeps</prgn> reads
6587             the <file>DEBIAN/shlibs</file> files in all of the binary
6588             packages being built from this source package, all of
6589             the <file>DEBIAN/shlibs</file> files should be installed
6590             before <prgn>dpkg-shlibdeps</prgn> is called on any of the
6591             binary packages.
6592           </p>
6593         </sect1>
6594       </sect>
6595     </chapt>
6596
6597
6598     <chapt id="opersys"><heading>The Operating System</heading>
6599
6600       <sect>
6601         <heading>File system hierarchy</heading>
6602
6603
6604         <sect1 id="fhs">
6605           <heading>File System Structure</heading>
6606
6607           <p>
6608             The location of all files and directories must comply with the
6609             Filesystem Hierarchy Standard (FHS), version 2.3, with the
6610             exceptions noted below, and except where doing so would
6611             violate other terms of Debian Policy.  The following
6612             exceptions to the FHS apply:
6613
6614             <enumlist>
6615               <item>
6616                 <p>
6617                   The optional rules related to user specific
6618                   configuration files for applications are stored in
6619                   the user's home directory are relaxed.  It is
6620                   recommended that such files start with the
6621                   '<tt>.</tt>' character (a "dot file"), and if an
6622                   application needs to create more than one dot file
6623                   then the preferred placement is in a subdirectory
6624                   with a name starting with a '.' character, (a "dot
6625                   directory"). In this case it is recommended the
6626                   configuration files not start with the '.'
6627                   character.
6628                 </p>
6629               </item>
6630               <item>
6631                 <p>
6632                   The requirement for amd64 to use <file>/lib64</file>
6633                   for 64 bit binaries is removed.
6634                 </p>
6635               </item>
6636               <item>
6637                 <p>
6638                   The requirement for object files, internal binaries, and
6639                   libraries, including <file>libc.so.*</file>, to be located
6640                   directly under <file>/lib{,32}</file> and
6641                   <file>/usr/lib{,32}</file> is amended, permitting files
6642                   to instead be installed to
6643                   <file>/lib/<var>triplet</var></file> and
6644                   <file>/usr/lib/<var>triplet</var></file>, where
6645                   <tt><var>triplet</var></tt> is the value returned by
6646                   <tt>dpkg-architecture -qDEB_HOST_MULTIARCH</tt> for the
6647                   architecture of the package.  Packages may <em>not</em>
6648                   install files to any <var>triplet</var> path other
6649                   than the one matching the architecture of that package;
6650                   for instance, an <tt>Architecture: amd64</tt> package
6651                   containing 32-bit x86 libraries may not install these
6652                   libraries to <file>/usr/lib/i386-linux-gnu</file>.
6653                   <footnote>
6654                     This is necessary in order to reserve the directories for
6655                     use in cross-installation of library packages from other
6656                     architectures, as part of the planned deployment of
6657                     <tt>multiarch</tt>.
6658                   </footnote>
6659                 </p>
6660                 <p>
6661                   Applications may also use a single subdirectory under
6662                   <file>/usr/lib/<var>triplet</var></file>.
6663                 </p>
6664                 <p>
6665                   The execution time linker/loader, ld*, must still be made
6666                   available in the existing location under /lib or /lib64
6667                   since this is part of the ELF ABI for the architecture.
6668                 </p>
6669               </item>
6670               <item>
6671                 <p>
6672                   The requirement that
6673                   <file>/usr/local/share/man</file> be "synonymous"
6674                   with <file>/usr/local/man</file> is relaxed to a
6675                   recommendation</p>
6676               </item>
6677               <item>
6678                 <p>
6679                   The requirement that windowmanagers with a single
6680                   configuration file call it <file>system.*wmrc</file>
6681                   is removed, as is the restriction that the window
6682                   manager subdirectory be named identically to the
6683                   window manager name itself.
6684                 </p>
6685               </item>
6686               <item>
6687                 <p>
6688                   The requirement that boot manager configuration
6689                   files live in <file>/etc</file>, or at least are
6690                   symlinked there, is relaxed to a recommendation.
6691                 </p>
6692               </item>
6693               <item>
6694                 <p>
6695                   The additional directory <file>/run</file> in the root
6696                   file system is allowed.  <file>/run</file>
6697                   replaces <file>/var/run</file>, and the
6698                   subdirectory <file>/run/lock</file>
6699                   replaces <file>/var/lock</file>, with
6700                   the <file>/var</file> directories replaced by symlinks
6701                   for backwards compatibility.  <file>/run</file>
6702                   and <file>/run/lock</file> must follow all of the
6703                   requirements in the FHS for <file>/var/run</file>
6704                   and <file>/var/lock</file>, respectively, such as file
6705                   naming conventions, file format requirements, or the
6706                   requirement that files be cleared during the boot
6707                   process.  Files and directories residing
6708                   in <file>/run</file> should be stored on a temporary
6709                   file system.
6710                 </p>
6711               </item>
6712               <item>
6713                 <p>
6714                   The following directories in the root filesystem are
6715                   additionally allowed: <file>/sys</file> and
6716                   <file>/selinux</file>. <footnote>These directories
6717                   are used as mount points to mount virtual filesystems
6718                   to get access to kernel information.</footnote>
6719                 </p>
6720               </item>
6721               <item>
6722                 <p>
6723                   On GNU/Hurd systems, the following additional
6724                   directories are allowed in the root
6725                   filesystem: <file>/hurd</file>
6726                   and <file>/servers</file>.<footnote>
6727                     These directories are used to store translators and as
6728                     a set of standard names for mount points,
6729                     respectively.
6730                   </footnote>
6731                 </p>
6732               </item>
6733             </enumlist>
6734           </p>
6735
6736           <p>
6737             The version of this document referred here can be
6738             found in the <tt>debian-policy</tt> package or on <url
6739             id="http://www.debian.org/doc/packaging-manuals/fhs/"
6740               name="FHS (Debian copy)"> alongside this manual (or, if
6741             you have the <package>debian-policy</package> installed,
6742             you can try <url
6743               id="file:///usr/share/doc/debian-policy/fhs/" name="FHS
6744               (local copy)">). The
6745             latest version, which may be a more recent version, may
6746             be found on
6747             <url id="http://www.pathname.com/fhs/" name="FHS (upstream)">.
6748             Specific questions about following the standard may be
6749             asked on the <tt>debian-devel</tt> mailing list, or
6750             referred to the FHS mailing list (see the
6751             <url id="http://www.pathname.com/fhs/" name="FHS web site"> for
6752             more information).
6753           </p>
6754         </sect1>
6755
6756         <sect1>
6757           <heading>Site-specific programs</heading>
6758
6759           <p>
6760             As mandated by the FHS, packages must not place any
6761             files in <file>/usr/local</file>, either by putting them in
6762             the file system archive to be unpacked by <prgn>dpkg</prgn>
6763             or by manipulating them in their maintainer scripts.
6764           </p>
6765
6766           <p>
6767             However, the package may create empty directories below
6768             <file>/usr/local</file> so that the system administrator knows
6769             where to place site-specific files.  These are not
6770             directories <em>in</em> <file>/usr/local</file>, but are
6771             children of directories in <file>/usr/local</file>.  These
6772             directories (<file>/usr/local/*/dir/</file>)
6773             should be removed on package removal if they are
6774             empty.
6775           </p>
6776
6777           <p>
6778             Note that this applies only to
6779             directories <em>below</em> <file>/usr/local</file>,
6780             not <em>in</em> <file>/usr/local</file>.  Packages must
6781             not create sub-directories in the
6782             directory <file>/usr/local</file> itself, except those
6783             listed in FHS, section 4.5.  However, you may create
6784             directories below them as you wish. You must not remove
6785             any of the directories listed in 4.5, even if you created
6786             them.
6787           </p>
6788
6789           <p>
6790             Since <file>/usr/local</file> can be mounted read-only from a
6791             remote server, these directories must be created and
6792             removed by the <prgn>postinst</prgn> and <prgn>prerm</prgn>
6793             maintainer scripts and not be included in the
6794             <file>.deb</file> archive.  These scripts must not fail if
6795             either of these operations fail.
6796           </p>
6797
6798           <p>
6799             For example, the <tt>emacsen-common</tt> package could
6800             contain something like
6801             <example compact="compact">
6802 if [ ! -e /usr/local/share/emacs ]; then
6803   if mkdir /usr/local/share/emacs 2>/dev/null; then
6804     if chown root:staff /usr/local/share/emacs; then
6805       chmod 2775 /usr/local/share/emacs || true
6806     fi
6807   fi
6808 fi
6809             </example>
6810             in its <prgn>postinst</prgn> script, and
6811             <example compact="compact">
6812 rmdir /usr/local/share/emacs/site-lisp 2>/dev/null || true
6813 rmdir /usr/local/share/emacs 2>/dev/null || true
6814             </example>
6815             in the <prgn>prerm</prgn> script.  (Note that this form is
6816             used to ensure that if the script is interrupted, the
6817             directory <file>/usr/local/share/emacs</file> will still be
6818             removed.)
6819           </p>
6820
6821           <p>
6822             If you do create a directory in <file>/usr/local</file> for
6823             local additions to a package, you should ensure that
6824             settings in <file>/usr/local</file> take precedence over the
6825             equivalents in <file>/usr</file>.
6826           </p>
6827
6828           <p>
6829             However, because <file>/usr/local</file> and its contents are
6830             for exclusive use of the local administrator, a package
6831             must not rely on the presence or absence of files or
6832             directories in <file>/usr/local</file> for normal operation.
6833           </p>
6834
6835           <p>
6836             The <file>/usr/local</file> directory itself and all the
6837             subdirectories created by the package should (by default) have
6838             permissions 2775 (group-writable and set-group-id) and be
6839             owned by <tt>root:staff</tt>.
6840           </p>
6841         </sect1>
6842
6843         <sect1>
6844           <heading>The system-wide mail directory</heading>
6845           <p>
6846             The system-wide mail directory
6847             is <file>/var/mail</file>. This directory is part of the
6848             base system and should not be owned by any particular mail
6849             agents.  The use of the old
6850             location <file>/var/spool/mail</file> is deprecated, even
6851             though the spool may still be physically located there.
6852           </p>
6853         </sect1>
6854
6855         <sect1 id="fhs-run">
6856           <heading><file>/run</file> and <file>/run/lock</file></heading>
6857
6858           <p>
6859             The directory <file>/run</file> is cleared at boot, normally
6860             by being a mount point for a temporary file system.  Packages
6861             therefore must not assume that any files or directories
6862             under <file>/run</file> other than <file>/run/lock</file>
6863             exist unless the package has arranged to create those files or
6864             directories since the last reboot.  Normally, this is done by
6865             the package via an init script.  See <ref id="writing-init">
6866             for more information.
6867           </p>
6868
6869           <p>
6870             Packages must not include files or directories
6871             under <file>/run</file>, or under the
6872             older <file>/var/run</file> and <file>/var/lock</file> paths.
6873             The latter paths will normally be symlinks or other
6874             redirections to <file>/run</file> for backwards compatibility.
6875           </p>
6876         </sect1>
6877       </sect>
6878
6879       <sect>
6880         <heading>Users and groups</heading>
6881
6882         <sect1>
6883           <heading>Introduction</heading>
6884           <p>
6885             The Debian system can be configured to use either plain or
6886             shadow passwords.
6887           </p>
6888
6889           <p>
6890             Some user ids (UIDs) and group ids (GIDs) are reserved
6891             globally for use by certain packages.  Because some
6892             packages need to include files which are owned by these
6893             users or groups, or need the ids compiled into binaries,
6894             these ids must be used on any Debian system only for the
6895             purpose for which they are allocated. This is a serious
6896             restriction, and we should avoid getting in the way of
6897             local administration policies. In particular, many sites
6898             allocate users and/or local system groups starting at 100.
6899           </p>
6900
6901           <p>
6902             Apart from this we should have dynamically allocated ids,
6903             which should by default be arranged in some sensible
6904             order, but the behavior should be configurable.
6905           </p>
6906
6907           <p>
6908             Packages other than <tt>base-passwd</tt> must not modify
6909             <file>/etc/passwd</file>, <file>/etc/shadow</file>,
6910             <file>/etc/group</file> or <file>/etc/gshadow</file>.
6911           </p>
6912         </sect1>
6913
6914         <sect1>
6915           <heading>UID and GID classes</heading>
6916           <p>
6917             The UID and GID numbers are divided into classes as
6918             follows:
6919             <taglist>
6920               <tag>0-99:</tag>
6921               <item>
6922                 <p>
6923                   Globally allocated by the Debian project, the same
6924                   on every Debian system.  These ids will appear in
6925                   the <file>passwd</file> and <file>group</file> files of all
6926                   Debian systems, new ids in this range being added
6927                   automatically as the <tt>base-passwd</tt> package is
6928                   updated.
6929                 </p>
6930
6931                 <p>
6932                   Packages which need a single statically allocated
6933                   uid or gid should use one of these; their
6934                   maintainers should ask the <tt>base-passwd</tt>
6935                   maintainer for ids.
6936                 </p>
6937               </item>
6938
6939               <tag>100-999:</tag>
6940               <item>
6941                 <p>
6942                   Dynamically allocated system users and groups.
6943                   Packages which need a user or group, but can have
6944                   this user or group allocated dynamically and
6945                   differently on each system, should use <tt>adduser
6946                   --system</tt> to create the group and/or user.
6947                   <prgn>adduser</prgn> will check for the existence of
6948                   the user or group, and if necessary choose an unused
6949                   id based on the ranges specified in
6950                   <file>adduser.conf</file>.
6951                 </p>
6952               </item>
6953
6954               <tag>1000-59999:</tag>
6955               <item>
6956                 <p>
6957                   Dynamically allocated user accounts.  By default
6958                   <prgn>adduser</prgn> will choose UIDs and GIDs for
6959                   user accounts in this range, though
6960                   <file>adduser.conf</file> may be used to modify this
6961                   behavior.
6962                 </p>
6963               </item>
6964
6965               <tag>60000-64999:</tag>
6966               <item>
6967                 <p>
6968                   Globally allocated by the Debian project, but only
6969                   created on demand. The ids are allocated centrally
6970                   and statically, but the actual accounts are only
6971                   created on users' systems on demand.
6972                 </p>
6973
6974                 <p>
6975                   These ids are for packages which are obscure or
6976                   which require many statically-allocated ids.  These
6977                   packages should check for and create the accounts in
6978                   <file>/etc/passwd</file> or <file>/etc/group</file> (using
6979                   <prgn>adduser</prgn> if it has this facility) if
6980                   necessary.  Packages which are likely to require
6981                   further allocations should have a "hole" left after
6982                   them in the allocation, to give them room to
6983                   grow.
6984                 </p>
6985               </item>
6986
6987               <tag>65000-65533:</tag>
6988               <item>
6989                 <p>Reserved.</p>
6990               </item>
6991
6992               <tag>65534:</tag>
6993               <item>
6994                 <p>
6995                   User <tt>nobody</tt>. The corresponding gid refers
6996                   to the group <tt>nogroup</tt>.
6997                 </p>
6998               </item>
6999
7000               <tag>65535:</tag>
7001               <item>
7002                 <p>
7003                   <tt>(uid_t)(-1) == (gid_t)(-1)</tt> <em>must
7004                   not</em> be used, because it is the error return
7005                   sentinel value.
7006                 </p>
7007               </item>
7008             </taglist>
7009           </p>
7010         </sect1>
7011       </sect>
7012
7013       <sect id="sysvinit">
7014         <heading>System run levels and <file>init.d</file> scripts</heading>
7015
7016         <sect1 id="/etc/init.d">
7017           <heading>Introduction</heading>
7018
7019           <p>
7020             The <file>/etc/init.d</file> directory contains the scripts
7021             executed by <prgn>init</prgn> at boot time and when the
7022             init state (or "runlevel") is changed (see <manref
7023             name="init" section="8">).
7024           </p>
7025
7026           <p>
7027             There are at least two different, yet functionally
7028             equivalent, ways of handling these scripts.  For the sake
7029             of simplicity, this document describes only the symbolic
7030             link method. However, it must not be assumed by maintainer
7031             scripts that this method is being used, and any automated
7032             manipulation of the various runlevel behaviors by
7033             maintainer scripts must be performed using
7034             <prgn>update-rc.d</prgn> as described below and not by
7035             manually installing or removing symlinks.  For information
7036             on the implementation details of the other method,
7037             implemented in the <tt>file-rc</tt> package, please refer
7038             to the documentation of that package.
7039           </p>
7040
7041           <p>
7042             These scripts are referenced by symbolic links in the
7043             <file>/etc/rc<var>n</var>.d</file> directories.  When changing
7044             runlevels, <prgn>init</prgn> looks in the directory
7045             <file>/etc/rc<var>n</var>.d</file> for the scripts it should
7046             execute, where <tt><var>n</var></tt> is the runlevel that
7047             is being changed to, or <tt>S</tt> for the boot-up
7048             scripts.
7049           </p>
7050
7051           <p>
7052             The names of the links all have the form
7053             <file>S<var>mm</var><var>script</var></file> or
7054             <file>K<var>mm</var><var>script</var></file> where
7055             <var>mm</var> is a two-digit number and <var>script</var>
7056             is the name of the script (this should be the same as the
7057             name of the actual script in <file>/etc/init.d</file>).
7058           </p>
7059
7060           <p>
7061             When <prgn>init</prgn> changes runlevel first the targets
7062             of the links whose names start with a <tt>K</tt> are
7063             executed, each with the single argument <tt>stop</tt>,
7064             followed by the scripts prefixed with an <tt>S</tt>, each
7065             with the single argument <tt>start</tt>.  (The links are
7066             those in the <file>/etc/rc<var>n</var>.d</file> directory
7067             corresponding to the new runlevel.)  The <tt>K</tt> links
7068             are responsible for killing services and the <tt>S</tt>
7069             link for starting services upon entering the runlevel.
7070           </p>
7071
7072           <p>
7073             For example, if we are changing from runlevel 2 to
7074             runlevel 3, init will first execute all of the <tt>K</tt>
7075             prefixed scripts it finds in <file>/etc/rc3.d</file>, and then
7076             all of the <tt>S</tt> prefixed scripts in that directory.
7077             The links starting with <tt>K</tt> will cause the
7078             referred-to file to be executed with an argument of
7079             <tt>stop</tt>, and the <tt>S</tt> links with an argument
7080             of <tt>start</tt>.
7081           </p>
7082
7083           <p>
7084             The two-digit number <var>mm</var> is used to determine
7085             the order in which to run the scripts: low-numbered links
7086             have their scripts run first.  For example, the
7087             <tt>K20</tt> scripts will be executed before the
7088             <tt>K30</tt> scripts.  This is used when a certain service
7089             must be started before another.  For example, the name
7090             server <prgn>bind</prgn> might need to be started before
7091             the news server <prgn>inn</prgn> so that <prgn>inn</prgn>
7092             can set up its access lists.  In this case, the script
7093             that starts <prgn>bind</prgn> would have a lower number
7094             than the script that starts <prgn>inn</prgn> so that it
7095             runs first:
7096             <example compact="compact">
7097 /etc/rc2.d/S17bind
7098 /etc/rc2.d/S70inn
7099             </example>
7100           </p>
7101
7102           <p>
7103             The two runlevels 0 (halt) and 6 (reboot) are slightly
7104             different.  In these runlevels, the links with an
7105             <tt>S</tt> prefix are still called after those with a
7106             <tt>K</tt> prefix, but they too are called with the single
7107             argument <tt>stop</tt>.
7108           </p>
7109         </sect1>
7110
7111         <sect1 id="writing-init">
7112           <heading>Writing the scripts</heading>
7113
7114           <p>
7115             Packages that include daemons for system services should
7116             place scripts in <file>/etc/init.d</file> to start or stop
7117             services at boot time or during a change of runlevel.
7118             These scripts should be named
7119             <file>/etc/init.d/<var>package</var></file>, and they should
7120             accept one argument, saying what to do:
7121
7122             <taglist>
7123               <tag><tt>start</tt></tag>
7124               <item>start the service,</item>
7125
7126               <tag><tt>stop</tt></tag>
7127               <item>stop the service,</item>
7128
7129               <tag><tt>restart</tt></tag>
7130               <item>stop and restart the service if it's already running,
7131                   otherwise start the service</item>
7132
7133               <tag><tt>reload</tt></tag>
7134               <item><p>cause the configuration of the service to be
7135                   reloaded without actually stopping and restarting
7136                   the service,</item>
7137
7138               <tag><tt>force-reload</tt></tag>
7139               <item>cause the configuration to be reloaded if the
7140                   service supports this, otherwise restart the
7141                   service.</item>
7142             </taglist>
7143
7144             The <tt>start</tt>, <tt>stop</tt>, <tt>restart</tt>, and
7145             <tt>force-reload</tt> options should be supported by all
7146             scripts in <file>/etc/init.d</file>, the <tt>reload</tt>
7147             option is optional.
7148           </p>
7149
7150           <p>
7151             The <file>init.d</file> scripts must ensure that they will
7152             behave sensibly (i.e., returning success and not starting
7153             multiple copies of a service) if invoked with <tt>start</tt>
7154             when the service is already running, or with <tt>stop</tt>
7155             when it isn't, and that they don't kill unfortunately-named
7156             user processes.  The best way to achieve this is usually to
7157             use <prgn>start-stop-daemon</prgn> with the <tt>--oknodo</tt>
7158             option.
7159           </p>
7160
7161           <p>
7162             Be careful of using <tt>set -e</tt> in <file>init.d</file>
7163             scripts.  Writing correct <file>init.d</file> scripts requires
7164             accepting various error exit statuses when daemons are already
7165             running or already stopped without aborting
7166             the <file>init.d</file> script, and common <file>init.d</file>
7167             function libraries are not safe to call with <tt>set -e</tt>
7168             in effect<footnote>
7169               <tt>/lib/lsb/init-functions</tt>, which assists in writing
7170               LSB-compliant init scripts, may fail if <tt>set -e</tt> is
7171               in effect and echoing status messages to the console fails,
7172               for example.
7173             </footnote>.  For <tt>init.d</tt> scripts, it's often easier
7174             to not use <tt>set -e</tt> and instead check the result of
7175             each command separately.
7176           </p>
7177
7178           <p>
7179             If a service reloads its configuration automatically (as
7180             in the case of <prgn>cron</prgn>, for example), the
7181             <tt>reload</tt> option of the <file>init.d</file> script
7182             should behave as if the configuration has been reloaded
7183             successfully.
7184           </p>
7185
7186           <p>
7187             The <file>/etc/init.d</file> scripts must be treated as
7188             configuration files, either (if they are present in the
7189             package, that is, in the .deb file) by marking them as
7190             <tt>conffile</tt>s, or, (if they do not exist in the .deb)
7191             by managing them correctly in the maintainer scripts (see
7192             <ref id="config-files">).  This is important since we want
7193             to give the local system administrator the chance to adapt
7194             the scripts to the local system, e.g., to disable a
7195             service without de-installing the package, or to specify
7196             some special command line options when starting a service,
7197             while making sure their changes aren't lost during the next
7198             package upgrade.
7199           </p>
7200
7201           <p>
7202             These scripts should not fail obscurely when the
7203             configuration files remain but the package has been
7204             removed, as configuration files remain on the system after
7205             the package has been removed.  Only when <prgn>dpkg</prgn>
7206             is executed with the <tt>--purge</tt> option will
7207             configuration files be removed.  In particular, as the
7208             <file>/etc/init.d/<var>package</var></file> script itself is
7209             usually a <tt>conffile</tt>, it will remain on the system
7210             if the package is removed but not purged.  Therefore, you
7211             should include a <tt>test</tt> statement at the top of the
7212             script, like this:
7213             <example compact="compact">
7214 test -f <var>program-executed-later-in-script</var> || exit 0
7215             </example>
7216           </p>
7217
7218           <p>
7219             Often there are some variables in the <file>init.d</file>
7220             scripts whose values control the behavior of the scripts,
7221             and which a system administrator is likely to want to
7222             change.  As the scripts themselves are frequently
7223             <tt>conffile</tt>s, modifying them requires that the
7224             administrator merge in their changes each time the package
7225             is upgraded and the <tt>conffile</tt> changes.  To ease
7226             the burden on the system administrator, such configurable
7227             values should not be placed directly in the script.
7228             Instead, they should be placed in a file in
7229             <file>/etc/default</file>, which typically will have the same
7230             base name as the <file>init.d</file> script.  This extra file
7231             should be sourced by the script when the script runs.  It
7232             must contain only variable settings and comments in SUSv3
7233             <prgn>sh</prgn> format.  It may either be a
7234             <tt>conffile</tt> or a configuration file maintained by
7235             the package maintainer scripts.  See <ref id="config-files">
7236             for more details.
7237           </p>
7238
7239           <p>
7240             To ensure that vital configurable values are always
7241             available, the <file>init.d</file> script should set default
7242             values for each of the shell variables it uses, either
7243             before sourcing the <file>/etc/default/</file> file or
7244             afterwards using something like the <tt>:
7245             ${VAR:=default}</tt> syntax.  Also, the <file>init.d</file>
7246             script must behave sensibly and not fail if the
7247             <file>/etc/default</file> file is deleted.
7248           </p>
7249
7250           <p>
7251             Files and directories under <file>/run</file>, including ones
7252             referred to via the compatibility paths <file>/var/run</file>
7253             and <file>/var/lock</file>, are normally stored on a temporary
7254             filesystem and are normally not persistent across a reboot.
7255             The <file>init.d</file> scripts must handle this correctly.
7256             This will typically mean creating any required subdirectories
7257             dynamically when the <file>init.d</file> script is run.
7258             See <ref id="fhs-run"> for more information.
7259           </p>
7260         </sect1>
7261
7262         <sect1>
7263           <heading>Interfacing with the initscript system</heading>
7264
7265           <p>
7266             Maintainers should use the abstraction layer provided by
7267             the <prgn>update-rc.d</prgn> and <prgn>invoke-rc.d</prgn>
7268             programs to deal with initscripts in their packages'
7269             scripts such as <prgn>postinst</prgn>, <prgn>prerm</prgn>
7270             and <prgn>postrm</prgn>.
7271           </p>
7272
7273           <p>
7274             Directly managing the /etc/rc?.d links and directly
7275             invoking the <file>/etc/init.d/</file> initscripts should
7276             be done only by packages providing the initscript
7277             subsystem (such as <prgn>sysv-rc</prgn> and
7278             <prgn>file-rc</prgn>).
7279           </p>
7280
7281           <sect2>
7282             <heading>Managing the links</heading>
7283
7284             <p>
7285               The program <prgn>update-rc.d</prgn> is provided for
7286               package maintainers to arrange for the proper creation and
7287               removal of <file>/etc/rc<var>n</var>.d</file> symbolic links,
7288               or their functional equivalent if another method is being
7289               used.  This may be used by maintainers in their packages'
7290               <prgn>postinst</prgn> and <prgn>postrm</prgn> scripts.
7291             </p>
7292
7293             <p>
7294               You must not include any <file>/etc/rc<var>n</var>.d</file>
7295               symbolic links in the actual archive or manually create or
7296               remove the symbolic links in maintainer scripts; you must
7297               use the <prgn>update-rc.d</prgn> program instead.  (The
7298               former will fail if an alternative method of maintaining
7299               runlevel information is being used.)  You must not include
7300               the <file>/etc/rc<var>n</var>.d</file> directories themselves
7301               in the archive either.  (Only the <tt>sysvinit</tt>
7302               package may do so.)
7303             </p>
7304
7305             <p>
7306               By default <prgn>update-rc.d</prgn> will start services in
7307               each of the multi-user state runlevels (2, 3, 4, and 5)
7308               and stop them in the halt runlevel (0), the single-user
7309               runlevel (1) and the reboot runlevel (6).  The system
7310               administrator will have the opportunity to customize
7311               runlevels by simply adding, moving, or removing the
7312               symbolic links in <file>/etc/rc<var>n</var>.d</file> if
7313               symbolic links are being used, or by modifying
7314               <file>/etc/runlevel.conf</file> if the <tt>file-rc</tt> method
7315               is being used.
7316             </p>
7317
7318             <p>
7319               To get the default behavior for your package, put in your
7320               <prgn>postinst</prgn> script
7321               <example compact="compact">
7322                 update-rc.d <var>package</var> defaults
7323               </example>
7324               and in your <prgn>postrm</prgn>
7325               <example compact="compact">
7326                 if [ "$1" = purge ]; then
7327                 update-rc.d <var>package</var> remove
7328                 fi
7329               </example>. Note that if your package changes runlevels
7330               or priority, you may have to remove and recreate the links,
7331               since otherwise the old links may persist. Refer to the
7332               documentation of <prgn>update-rc.d</prgn>.
7333             </p>
7334
7335             <p>
7336               This will use a default sequence number of 20.  If it does
7337               not matter when or in which order the <file>init.d</file>
7338               script is run, use this default.  If it does, then you
7339               should talk to the maintainer of the <prgn>sysvinit</prgn>
7340               package or post to <tt>debian-devel</tt>, and they will
7341               help you choose a number.
7342             </p>
7343
7344             <p>
7345               For more information about using <tt>update-rc.d</tt>,
7346               please consult its man page <manref name="update-rc.d"
7347                 section="8">.
7348             </p>
7349           </sect2>
7350
7351           <sect2>
7352             <heading>Running initscripts</heading>
7353             <p>
7354               The program <prgn>invoke-rc.d</prgn> is provided to make
7355               it easier for package maintainers to properly invoke an
7356               initscript, obeying runlevel and other locally-defined
7357               constraints that might limit a package's right to start,
7358               stop and otherwise manage services. This program may be
7359               used by maintainers in their packages' scripts.
7360             </p>
7361
7362             <p>
7363               The package maintainer scripts must use
7364               <prgn>invoke-rc.d</prgn> to invoke the
7365               <file>/etc/init.d/*</file> initscripts, instead of
7366               calling them directly.
7367             </p>
7368
7369             <p>
7370               By default, <prgn>invoke-rc.d</prgn> will pass any
7371               action requests (start, stop, reload, restart...) to the
7372               <file>/etc/init.d</file> script, filtering out requests
7373               to start or restart a service out of its intended
7374               runlevels.
7375             </p>
7376
7377             <p>
7378               Most packages will simply need to change:
7379               <example compact="compact">/etc/init.d/&lt;package&gt;
7380               &lt;action&gt;</example> in their <prgn>postinst</prgn>
7381               and <prgn>prerm</prgn> scripts to:
7382               <example compact="compact">
7383         if which invoke-rc.d >/dev/null 2>&1; then
7384                 invoke-rc.d <var>package</var> &lt;action&gt;
7385         else
7386                 /etc/init.d/<var>package</var> &lt;action&gt;
7387         fi
7388               </example>
7389             </p>
7390
7391             <p>
7392               A package should register its initscript services using
7393               <prgn>update-rc.d</prgn> before it tries to invoke them
7394               using <prgn>invoke-rc.d</prgn>. Invocation of
7395               unregistered services may fail.
7396             </p>
7397
7398             <p>
7399               For more information about using
7400               <prgn>invoke-rc.d</prgn>, please consult its man page
7401               <manref name="invoke-rc.d" section="8">.
7402             </p>
7403           </sect2>
7404         </sect1>
7405
7406         <sect1>
7407           <heading>Boot-time initialization</heading>
7408
7409           <p>
7410             There used to be another directory, <file>/etc/rc.boot</file>,
7411             which contained scripts which were run once per machine
7412             boot. This has been deprecated in favour of links from
7413             <file>/etc/rcS.d</file> to files in <file>/etc/init.d</file> as
7414             described in <ref id="/etc/init.d">.  Packages must not
7415             place files in <file>/etc/rc.boot</file>.
7416           </p>
7417         </sect1>
7418
7419         <sect1>
7420           <heading>Example</heading>
7421
7422           <p>
7423             An example on which you can base your
7424             <file>/etc/init.d</file> scripts is found in
7425             <file>/etc/init.d/skeleton</file>.
7426           </p>
7427
7428         </sect1>
7429       </sect>
7430
7431       <sect>
7432         <heading>Console messages from <file>init.d</file> scripts</heading>
7433
7434         <p>
7435           This section describes the formats to be used for messages
7436           written to standard output by the <file>/etc/init.d</file>
7437           scripts.  The intent is to improve the consistency of
7438           Debian's startup and shutdown look and feel.  For this
7439           reason, please look very carefully at the details.  We want
7440           the messages to have the same format in terms of wording,
7441           spaces, punctuation and case of letters.
7442         </p>
7443
7444         <p>
7445           Here is a list of overall rules that should be used for
7446           messages generated by <file>/etc/init.d</file> scripts.  
7447         </p>
7448
7449         <p>
7450           <list>
7451             <item>
7452                 The message should fit in one line (fewer than 80
7453                 characters), start with a capital letter and end with
7454                 a period (<tt>.</tt>) and line feed (<tt>"\n"</tt>).
7455             </item>
7456
7457             <item>
7458               If the script is performing some time consuming task in
7459               the background (not merely starting or stopping a
7460               program, for instance), an ellipsis (three dots:
7461               <tt>...</tt>) should be output to the screen, with no
7462               leading or tailing whitespace or line feeds.
7463             </item>
7464
7465             <item>
7466               The messages should appear as if the computer is telling
7467               the user what it is doing (politely :-), but should not
7468                 mention "it" directly.  For example, instead of:
7469                 <example compact="compact">
7470 I'm starting network daemons: nfsd mountd.
7471                 </example>
7472                 the message should say
7473                 <example compact="compact">
7474 Starting network daemons: nfsd mountd.
7475                 </example>
7476             </item>
7477           </list>
7478         </p>
7479
7480         <p>
7481           <tt>init.d</tt> script should use the following  standard
7482           message formats for the situations enumerated below.
7483         </p>
7484
7485         <p>
7486           <list>
7487             <item>
7488               <p>When daemons are started</p>
7489
7490               <p>
7491                 If the script starts one or more daemons, the output
7492                 should look like this (a single line, no leading
7493                 spaces):
7494                 <example compact="compact">
7495 Starting <var>description</var>: <var>daemon-1</var> ... <var>daemon-n</var>.
7496                 </example>
7497                 The <var>description</var> should describe the
7498                 subsystem the daemon or set of daemons are part of,
7499                 while <var>daemon-1</var> up to <var>daemon-n</var>
7500                 denote each daemon's name (typically the file name of
7501                 the program).
7502               </p>
7503
7504               <p>
7505                 For example, the output of <file>/etc/init.d/lpd</file>
7506                 would look like:
7507                 <example compact="compact">
7508 Starting printer spooler: lpd.
7509                 </example>
7510               </p>
7511
7512               <p>
7513                 This can be achieved by saying
7514                 <example compact="compact">
7515 echo -n "Starting printer spooler: lpd"
7516 start-stop-daemon --start --quiet --exec /usr/sbin/lpd
7517 echo "."
7518                 </example>
7519                 in the script. If there are more than one daemon to
7520                 start, the output should look like this:
7521                 <example compact="compact">
7522 echo -n "Starting remote file system services:"
7523 echo -n " nfsd"; start-stop-daemon --start --quiet nfsd
7524 echo -n " mountd"; start-stop-daemon --start --quiet mountd
7525 echo -n " ugidd"; start-stop-daemon --start --quiet ugidd
7526 echo "."
7527                 </example>
7528                 This makes it possible for the user to see what is
7529                 happening and when the final daemon has been started.
7530                 Care should be taken in the placement of white spaces:
7531                 in the example above the system administrators can
7532                 easily comment out a line if they don't want to start
7533                 a specific daemon, while the displayed message still
7534                 looks good.
7535               </p>
7536             </item>
7537
7538             <item>
7539               <p>When a system parameter is being set</p>
7540
7541               <p>
7542                 If you have to set up different system parameters
7543                 during the system boot, you should use this format:
7544                 <example compact="compact">
7545 Setting <var>parameter</var> to "<var>value</var>".
7546                 </example>
7547               </p>
7548
7549               <p>
7550                 You can use a statement such as the following to get
7551                 the quotes right:
7552                 <example compact="compact">
7553 echo "Setting DNS domainname to \"$domainname\"."
7554                 </example>
7555               </p>
7556
7557               <p>
7558                 Note that the same symbol (<tt>"</tt>) <!-- " --> is used
7559                 for the left and right quotation marks.  A grave accent
7560                 (<tt>`</tt>) is not a quote character; neither is an
7561                 apostrophe (<tt>'</tt>).
7562               </p>
7563             </item>
7564
7565             <item>
7566               <p>When a daemon is stopped or restarted</p>
7567
7568               <p>
7569                 When you stop or restart a daemon, you should issue a
7570                 message identical to the startup message, except that
7571                 <tt>Starting</tt> is replaced with <tt>Stopping</tt>
7572                 or <tt>Restarting</tt> respectively.
7573               </p>
7574
7575               <p>
7576                 For example, stopping the printer daemon will look like
7577                 this:
7578                 <example compact="compact">
7579 Stopping printer spooler: lpd.
7580                 </example>
7581               </p>
7582             </item>
7583
7584             <item>
7585               <p>When something is executed</p>
7586
7587               <p>
7588                 There are several examples where you have to run a
7589                 program at system startup or shutdown to perform a
7590                 specific task, for example, setting the system's clock
7591                 using <prgn>netdate</prgn> or killing all processes
7592                 when the system shuts down.  Your message should look
7593                 like this:
7594                 <example compact="compact">
7595 Doing something very useful...done.
7596                 </example>
7597                 You should print the <tt>done.</tt> immediately after
7598                 the job has been completed, so that the user is
7599                 informed why they have to wait.  You can get this
7600                 behavior by saying
7601                 <example compact="compact">
7602 echo -n "Doing something very useful..."
7603 do_something
7604 echo "done."
7605                 </example>
7606                 in your script.
7607               </p>
7608             </item>
7609
7610             <item>
7611               <p>When the configuration is reloaded</p>
7612
7613               <p>
7614                 When a daemon is forced to reload its configuration
7615                 files you should use the following format:
7616                 <example compact="compact">
7617 Reloading <var>description</var> configuration...done.
7618                 </example>
7619                 where <var>description</var> is the same as in the
7620                 daemon starting message.
7621               </p>
7622             </item>
7623           </list>
7624         </p>
7625       </sect>
7626
7627       <sect id="cron-jobs">
7628         <heading>Cron jobs</heading>
7629
7630         <p>
7631           Packages must not modify the configuration file
7632           <file>/etc/crontab</file>, and they must not modify the files in
7633           <file>/var/spool/cron/crontabs</file>.
7634         </p>
7635
7636         <p>
7637           If a package wants to install a job that has to be executed via
7638           cron, it should place a file named as specified
7639           in <ref id="cron-files"> into one or more of the following
7640           directories:
7641           <example compact="compact">
7642 /etc/cron.hourly
7643 /etc/cron.daily
7644 /etc/cron.weekly
7645 /etc/cron.monthly
7646           </example>
7647           As these directory names imply, the files within them are
7648           executed on an hourly, daily, weekly, or monthly basis,
7649           respectively. The exact times are listed in
7650           <file>/etc/crontab</file>.
7651         </p>
7652
7653         <p>
7654           All files installed in any of these directories must be
7655           scripts (e.g., shell scripts or Perl scripts) so that they
7656           can easily be modified by the local system administrator.
7657           In addition, they must be treated as configuration files.
7658         </p>
7659
7660         <p>
7661           If a certain job has to be executed at some other frequency or
7662           at a specific time, the package should install a file in
7663           <file>/etc/cron.d</file> with a name as specified
7664           in <ref id="cron-files">.  This file uses the same syntax
7665           as <file>/etc/crontab</file> and is processed
7666           by <prgn>cron</prgn> automatically. The file must also be
7667           treated as a configuration file. (Note that entries in the
7668           <file>/etc/cron.d</file> directory are not handled by
7669           <prgn>anacron</prgn>. Thus, you should only use this
7670           directory for jobs which may be skipped if the system is not
7671           running.)
7672         </p>
7673
7674         <p>
7675           Unlike <file>crontab</file> files described in the IEEE Std
7676           1003.1-2008 (POSIX.1) available from
7677           <url id="http://www.opengroup.org/onlinepubs/9699919799/"
7678                name="The Open Group">, the files in
7679           <file>/etc/cron.d</file> and the file
7680           <file>/etc/crontab</file> have seven fields; namely:
7681           <enumlist>
7682             <item>Minute [0,59]</item>
7683             <item>Hour [0,23]</item>
7684             <item>Day of the month [1,31]</item>
7685             <item>Month of the year [1,12]</item>
7686             <item>Day of the week ([0,6] with 0=Sunday)</item>
7687             <item>Username</item>
7688             <item>Command to be run</item>
7689           </enumlist>
7690           Ranges of numbers are allowed.  Ranges are two numbers
7691           separated with a hyphen.  The specified range is inclusive.
7692           Lists are allowed.  A list is a set of numbers (or ranges)
7693           separated by commas. Step values can be used in conjunction
7694           with ranges.
7695         </p>
7696
7697         <p>
7698           The scripts or <tt>crontab</tt> entries in these directories should
7699           check if all necessary programs are installed before they
7700           try to execute them. Otherwise, problems will arise when a
7701           package was removed but not purged since configuration files
7702           are kept on the system in this situation.
7703         </p>
7704
7705         <p>
7706           Any <tt>cron</tt> daemon must provide
7707           <file>/usr/bin/crontab</file> and support normal
7708           <tt>crontab</tt> entries as specified in POSIX. The daemon
7709           must also support names for days and months, ranges, and
7710           step values. It has to support <file>/etc/crontab</file>,
7711           and correctly execute the scripts in
7712           <file>/etc/cron.d</file>. The daemon must also correctly
7713           execute scripts in
7714           <file>/etc/cron.{hourly,daily,weekly,monthly}</file>.
7715         </p>
7716
7717         <sect1 id="cron-files">
7718           <heading>Cron job file names</heading>
7719
7720           <p>
7721             The file name of a cron job file should normally match the
7722             name of the package from which it comes.
7723           </p>
7724
7725           <p>
7726             If a package supplies multiple cron job files files in the
7727             same directory, the file names should all start with the name
7728             of the package (possibly modified as described below) followed
7729             by a hyphen (<tt>-</tt>) and a suitable suffix.
7730           </p>
7731
7732           <p>
7733             A cron job file name must not include any period or plus
7734             characters (<tt>.</tt> or <tt>+</tt>) characters as this will
7735             cause cron to ignore the file.  Underscores (<tt>_</tt>)
7736             should be used instead of <tt>.</tt> and <tt>+</tt>
7737             characters.
7738           </p>
7739         </sect1>
7740       </sect>
7741
7742       <sect id="menus">
7743         <heading>Menus</heading>
7744
7745         <p>
7746           The Debian <tt>menu</tt> package provides a standard
7747           interface between packages providing applications and
7748           <em>menu programs</em> (either X window managers or
7749           text-based menu programs such as <prgn>pdmenu</prgn>).
7750         </p>
7751
7752         <p>
7753           All packages that provide applications that need not be
7754           passed any special command line arguments for normal
7755           operation should register a menu entry for those
7756           applications, so that users of the <tt>menu</tt> package
7757           will automatically get menu entries in their window
7758           managers, as well in shells like <tt>pdmenu</tt>.
7759         </p>
7760
7761         <p>
7762           Menu entries should follow the current menu policy.
7763         </p>
7764
7765         <p>
7766           The menu policy can be found in the <tt>menu-policy</tt>
7767           files in the <tt>debian-policy</tt> package.
7768           It is also available from the Debian web mirrors at
7769           <tt><url name="/doc/packaging-manuals/menu-policy/"
7770                 id="http://www.debian.org/doc/packaging-manuals/menu-policy/"></tt>.
7771         </p>
7772
7773         <p>
7774           Please also refer to the <em>Debian Menu System</em>
7775           documentation that comes with the <package>menu</package>
7776           package for information about how to register your
7777           applications.
7778         </p>
7779       </sect>
7780
7781       <sect id="mime">
7782         <heading>Multimedia handlers</heading>
7783
7784         <p>
7785           MIME (Multipurpose Internet Mail Extensions, RFCs 2045-2049)
7786           is a mechanism for encoding files and data streams and
7787           providing meta-information about them, in particular their
7788           type (e.g. audio or video) and format (e.g. PNG, HTML,
7789           MP3).
7790         </p>
7791
7792         <p>
7793           Registration of MIME type handlers allows programs like mail
7794           user agents and web browsers to invoke these handlers to
7795           view, edit or display MIME types they don't support directly.
7796         </p>
7797
7798         <p>
7799           Packages which provide the ability to view/show/play,
7800           compose, edit or print MIME types should register themselves
7801           as such following the current MIME support policy.
7802         </p>
7803
7804         <p>
7805           The <package>mime-support</package> package provides the
7806           <prgn>update-mime</prgn> program which allows packages to
7807           register programs that can show, compose, edit or print
7808           MIME types.
7809         </p>
7810
7811         <p>
7812           Packages containing such programs must register them
7813           with <prgn>update-mime</prgn> as documented in <manref
7814           name="update-mime" section="8">. They should <em>not</em> depend
7815           on, recommend, or suggest <prgn>mime-support</prgn>. Instead,
7816           they should just put something like the following in the
7817           <tt>postinst</tt> and <tt>postrm</tt> scripts:
7818
7819           <example>
7820   if [ -x /usr/sbin/update-mime ]; then
7821       update-mime
7822   fi
7823           </example>
7824         </p>
7825
7826       </sect>
7827
7828       <sect>
7829         <heading>Keyboard configuration</heading>
7830
7831         <p>
7832           To achieve a consistent keyboard configuration so that all
7833           applications interpret a keyboard event the same way, all
7834           programs in the Debian distribution must be configured to
7835           comply with the following guidelines.
7836         </p>
7837
7838         <p>
7839           The following keys must have the specified interpretations:
7840
7841           <taglist>
7842             <tag><tt>&lt;--</tt></tag>
7843             <item>delete the character to the left of the cursor</item>
7844
7845             <tag><tt>Delete</tt></tag>
7846             <item>delete the character to the right of the cursor</item>
7847
7848             <tag><tt>Control+H</tt></tag>
7849             <item>emacs: the help prefix</item>
7850           </taglist>
7851
7852           The interpretation of any keyboard events should be
7853           independent of the terminal that is used, be it a virtual
7854           console, an X terminal emulator, an rlogin/telnet session,
7855           etc.
7856         </p>
7857
7858         <p>
7859           The following list explains how the different programs
7860           should be set up to achieve this:
7861         </p>
7862
7863         <p>
7864           <list>
7865             <item>
7866                 <tt>&lt;--</tt> generates <tt>KB_BackSpace</tt> in X.
7867             </item>
7868
7869             <item>
7870                 <tt>Delete</tt> generates <tt>KB_Delete</tt> in X.
7871             </item>
7872
7873             <item>
7874                 X translations are set up to make
7875                 <tt>KB_Backspace</tt> generate ASCII DEL, and to make
7876                 <tt>KB_Delete</tt> generate <tt>ESC [ 3 ~</tt> (this
7877                 is the vt220 escape code for the "delete character"
7878                 key).  This must be done by loading the X resources
7879                 using <prgn>xrdb</prgn> on all local X displays, not
7880                 using the application defaults, so that the
7881                 translation resources used correspond to the
7882                 <prgn>xmodmap</prgn> settings.
7883             </item>
7884
7885             <item>
7886                 The Linux console is configured to make
7887                 <tt>&lt;--</tt> generate DEL, and <tt>Delete</tt>
7888                 generate <tt>ESC [ 3 ~</tt>.
7889             </item>
7890
7891             <item>
7892                 X applications are configured so that <tt>&lt;</tt>
7893                 deletes left, and <tt>Delete</tt> deletes right.  Motif
7894                 applications already work like this.
7895             </item>
7896
7897             <item>
7898                 Terminals should have <tt>stty erase ^?</tt> .
7899             </item>
7900
7901             <item>
7902                 The <tt>xterm</tt> terminfo entry should have <tt>ESC
7903                 [ 3 ~</tt> for <tt>kdch1</tt>, just as for
7904                 <tt>TERM=linux</tt> and <tt>TERM=vt220</tt>.
7905             </item>
7906
7907             <item>
7908                 Emacs is programmed to map <tt>KB_Backspace</tt> or
7909                 the <tt>stty erase</tt> character to
7910                 <tt>delete-backward-char</tt>, and <tt>KB_Delete</tt>
7911                 or <tt>kdch1</tt> to <tt>delete-forward-char</tt>, and
7912                 <tt>^H</tt> to <tt>help</tt> as always.
7913             </item>
7914
7915             <item>
7916                 Other applications use the <tt>stty erase</tt>
7917                 character and <tt>kdch1</tt> for the two delete keys,
7918                 with ASCII DEL being "delete previous character" and
7919                 <tt>kdch1</tt> being "delete character under
7920                 cursor".
7921             </item>
7922
7923           </list>
7924         </p>
7925
7926         <p>
7927           This will solve the problem except for the following
7928           cases:
7929         </p>
7930
7931         <p>
7932           <list>
7933             <item>
7934                 Some terminals have a <tt>&lt;--</tt> key that cannot
7935                 be made to produce anything except <tt>^H</tt>.  On
7936                 these terminals Emacs help will be unavailable on
7937                 <tt>^H</tt> (assuming that the <tt>stty erase</tt>
7938                 character takes precedence in Emacs, and has been set
7939                 correctly).  <tt>M-x help</tt> or <tt>F1</tt> (if
7940                 available) can be used instead.
7941             </item>
7942
7943             <item>
7944                 Some operating systems use <tt>^H</tt> for <tt>stty
7945                 erase</tt>.  However, modern telnet versions and all
7946                 rlogin versions propagate <tt>stty</tt> settings, and
7947                 almost all UNIX versions honour <tt>stty erase</tt>.
7948                 Where the <tt>stty</tt> settings are not propagated
7949                 correctly, things can be made to work by using
7950                 <tt>stty</tt> manually.
7951             </item>
7952
7953             <item>
7954                 Some systems (including previous Debian versions) use
7955                 <prgn>xmodmap</prgn> to arrange for both
7956                 <tt>&lt;--</tt> and <tt>Delete</tt> to generate
7957                 <tt>KB_Delete</tt>.  We can change the behavior of
7958                 their X clients using the same X resources that we use
7959                 to do it for our own clients, or configure our clients
7960                 using their resources when things are the other way
7961                 around.  On displays configured like this
7962                 <tt>Delete</tt> will not work, but <tt>&lt;--</tt>
7963                 will.
7964             </item>
7965
7966             <item>
7967                 Some operating systems have different <tt>kdch1</tt>
7968                 settings in their <tt>terminfo</tt> database for
7969                 <tt>xterm</tt> and others.  On these systems the
7970                 <tt>Delete</tt> key will not work correctly when you
7971                 log in from a system conforming to our policy, but
7972                 <tt>&lt;--</tt> will.
7973             </item>
7974           </list>
7975         </p>
7976       </sect>
7977
7978       <sect>
7979         <heading>Environment variables</heading>
7980
7981         <p>
7982           A program must not depend on environment variables to get
7983           reasonable defaults.  (That's because these environment
7984           variables would have to be set in a system-wide
7985           configuration file like <file>/etc/profile</file>, which is not
7986           supported by all shells.)
7987         </p>
7988
7989         <p>
7990           If a program usually depends on environment variables for its
7991           configuration, the program should be changed to fall back to
7992           a reasonable default configuration if these environment
7993           variables are not present. If this cannot be done easily
7994           (e.g., if the source code of a non-free program is not
7995           available), the program must be replaced by a small
7996           "wrapper" shell script which sets the environment variables
7997           if they are not already defined, and calls the original program.
7998         </p>
7999
8000         <p>
8001           Here is an example of a wrapper script for this purpose:
8002
8003           <example compact="compact">
8004 #!/bin/sh
8005 BAR=${BAR:-/var/lib/fubar}
8006 export BAR
8007 exec /usr/lib/foo/foo "$@"
8008           </example>
8009         </p>
8010
8011         <p>
8012           Furthermore, as <file>/etc/profile</file> is a configuration
8013           file of the <prgn>base-files</prgn> package, other packages must
8014           not put any environment variables or other commands into that
8015           file.
8016         </p>
8017       </sect>
8018
8019       <sect id="doc-base">
8020         <heading>Registering Documents using doc-base</heading>
8021
8022         <p>
8023           The <package>doc-base</package> package implements a
8024           flexible mechanism for handling and presenting
8025           documentation. The recommended practice is for every Debian
8026           package that provides online documentation (other than just
8027           manual pages) to register these documents with
8028           <package>doc-base</package> by installing a
8029           <package>doc-base</package> control file in
8030           <file>/usr/share/doc-base/</file>.
8031         </p> 
8032         <p>
8033           Please refer to the documentation that comes with the
8034           <package>doc-base</package>  package for information and
8035           details. 
8036         </p>
8037       </sect>
8038
8039     </chapt>
8040
8041
8042     <chapt id="files">
8043       <heading>Files</heading>
8044
8045       <sect id="binaries">
8046         <heading>Binaries</heading>
8047
8048         <p>
8049           Two different packages must not install programs with
8050           different functionality but with the same filenames.  (The
8051           case of two programs having the same functionality but
8052           different implementations is handled via "alternatives" or
8053           the "Conflicts" mechanism.  See <ref id="maintscripts"> and
8054           <ref id="conflicts"> respectively.)  If this case happens,
8055           one of the programs must be renamed.  The maintainers should
8056           report this to the <tt>debian-devel</tt> mailing list and
8057           try to find a consensus about which program will have to be
8058           renamed.  If a consensus cannot be reached, <em>both</em>
8059           programs must be renamed.
8060         </p>
8061
8062         <p>
8063          By default, when a package is being built, any binaries
8064          created should include debugging information, as well as
8065          being compiled with optimization.  You should also turn on
8066          as many reasonable compilation warnings as possible; this
8067          makes life easier for porters, who can then look at build
8068          logs for possible problems.  For the C programming language,
8069          this means the following compilation parameters should be
8070          used:
8071           <example compact="compact">
8072 CC = gcc
8073 CFLAGS = -O2 -g -Wall # sane warning options vary between programs
8074 LDFLAGS = # none
8075 INSTALL = install -s # (or use strip on the files in debian/tmp)
8076           </example>
8077         </p>
8078
8079         <p>
8080           Note that by default all installed binaries should be stripped,
8081           either by using the <tt>-s</tt> flag to
8082           <prgn>install</prgn>, or by calling <prgn>strip</prgn> on
8083           the binaries after they have been copied into
8084           <file>debian/tmp</file> but before the tree is made into a
8085           package.
8086         </p>
8087
8088         <p>
8089           Although binaries in the build tree should be compiled with
8090           debugging information by default, it can often be difficult to
8091           debug programs if they are also subjected to compiler
8092           optimization.  For this reason, it is recommended to support the
8093           standardized environment variable <tt>DEB_BUILD_OPTIONS</tt>
8094           (see <ref id="debianrules-options">).  This variable can contain
8095           several flags to change how a package is compiled and built.
8096         </p>
8097
8098         <p>
8099           It is up to the package maintainer to decide what
8100           compilation options are best for the package.  Certain
8101           binaries (such as computationally-intensive programs) will
8102           function better with certain flags (<tt>-O3</tt>, for
8103           example); feel free to use them.  Please use good judgment
8104           here.  Don't use flags for the sake of it; only use them
8105           if there is good reason to do so.  Feel free to override
8106           the upstream author's ideas about which compilation
8107           options are best: they are often inappropriate for our
8108           environment.
8109         </p>
8110       </sect>
8111
8112
8113       <sect id="libraries">
8114         <heading>Libraries</heading>
8115
8116         <p>
8117           If the package is <strong>architecture: any</strong>, then
8118           the shared library compilation and linking flags must have
8119           <tt>-fPIC</tt>, or the package shall not build on some of
8120           the supported architectures<footnote>
8121             <p>
8122               If you are using GCC, <tt>-fPIC</tt> produces code with
8123               relocatable position independent code, which is required for
8124               most architectures to create a shared library, with i386 and
8125               perhaps some others where non position independent code is
8126               permitted in a shared library.
8127             </p>
8128             <p>
8129               Position independent code may have a performance penalty,
8130               especially on <tt>i386</tt>. However, in most cases the
8131               speed penalty must be measured against the memory wasted on
8132               the few architectures where non position independent code is
8133               even possible.
8134             </p>
8135           </footnote>. Any exception to this rule must be discussed on
8136           the mailing list <em>debian-devel@lists.debian.org</em>, and
8137           a rough consensus obtained.  The reasons for not compiling
8138           with <tt>-fPIC</tt> flag must be recorded in the file
8139           <tt>README.Debian</tt>, and care must be taken to either
8140           restrict the architecture or arrange for <tt>-fPIC</tt> to
8141           be used on architectures where it is required.<footnote>
8142             <p>
8143               Some of the reasons why this might be required is if the
8144               library contains hand crafted assembly code that is not
8145               relocatable, the speed penalty is excessive for compute
8146               intensive libs, and similar reasons.
8147             </p>
8148           </footnote>
8149         </p>
8150         <p>
8151           As to the static libraries, the common case is not to have
8152           relocatable code, since there is no benefit, unless in specific
8153           cases; therefore the static version must not be compiled
8154           with the <tt>-fPIC</tt> flag. Any exception to this rule
8155           should be discussed on the mailing list
8156           <em>debian-devel@lists.debian.org</em>,  and the reasons for
8157           compiling with the <tt>-fPIC</tt> flag must be recorded in
8158           the file <tt>README.Debian</tt>. <footnote>
8159             <p>
8160               Some of the reasons for linking static libraries with
8161               the <tt>-fPIC</tt> flag are if, for example, one needs a
8162               Perl API for a library that is under rapid development,
8163               and has an unstable API, so shared libraries are
8164               pointless at this phase of the library's development. In
8165               that case, since Perl needs a library with relocatable
8166               code, it may make sense to create a static library with
8167               relocatable code. Another reason cited is if you are
8168               distilling various libraries into a common shared
8169               library, like <tt>mklibs</tt> does in the Debian
8170               installer project.
8171             </p>
8172           </footnote>
8173         </p>
8174         <p>
8175           In other words, if both a shared and a static library is
8176           being built, each source unit (<tt>*.c</tt>, for example,
8177           for C files) will need to be compiled twice, for the normal
8178           case. 
8179         </p>
8180
8181         <p>
8182           Libraries should be built with threading support and to be
8183           thread-safe if the library supports this.
8184         </p>
8185
8186         <p>
8187           Although not enforced by the build tools, shared libraries
8188           must be linked against all libraries that they use symbols from
8189           in the same way that binaries are.  This ensures the correct
8190           functioning of the <qref id="sharedlibs-symbols">symbols</qref>
8191           and <qref id="sharedlibs-shlibdeps">shlibs</qref>
8192           systems and guarantees that all libraries can be safely opened
8193           with <tt>dlopen()</tt>.  Packagers may wish to use the gcc
8194           option <tt>-Wl,-z,defs</tt> when building a shared library.
8195           Since this option enforces symbol resolution at build time,
8196           a missing library reference will be caught early as a fatal
8197           build error.
8198         </p>
8199
8200         <p>
8201           All installed shared libraries should be stripped with
8202           <example compact="compact">
8203 strip --strip-unneeded <var>your-lib</var>
8204           </example>
8205           (The option <tt>--strip-unneeded</tt> makes
8206           <prgn>strip</prgn> remove only the symbols which aren't
8207           needed for relocation processing.)  Shared libraries can
8208           function perfectly well when stripped, since the symbols for
8209           dynamic linking are in a separate part of the ELF object
8210           file.<footnote>
8211               You might also want to use the options
8212               <tt>--remove-section=.comment</tt> and
8213               <tt>--remove-section=.note</tt> on both shared libraries
8214               and executables, and <tt>--strip-debug</tt> on static
8215               libraries.
8216           </footnote>
8217         </p>
8218
8219         <p>
8220           Note that under some circumstances it may be useful to
8221           install a shared library unstripped, for example when
8222           building a separate package to support debugging.
8223         </p>
8224
8225         <p>
8226           Shared object files (often <file>.so</file> files) that are not
8227           public libraries, that is, they are not meant to be linked
8228           to by third party executables (binaries of other packages),
8229           should be installed in subdirectories of the
8230           <file>/usr/lib</file> directory.  Such files are exempt from the
8231           rules that govern ordinary shared libraries, except that
8232           they must not be installed executable and should be
8233           stripped.<footnote>
8234               A common example are the so-called "plug-ins",
8235               internal shared objects that are dynamically loaded by
8236               programs using <manref name="dlopen" section="3">.
8237           </footnote>
8238         </p>
8239
8240         <p>
8241           Packages that use <prgn>libtool</prgn> to create and install
8242           their shared libraries install a file containing additional
8243           metadata (ending in <file>.la</file>) alongside the library.
8244           For public libraries intended for use by other packages, these
8245           files normally should not be included in the Debian package,
8246           since the information they include is not necessary to link with
8247           the shared library on Debian and can add unnecessary additional
8248           dependencies to other programs or libraries.<footnote>
8249             These files store, among other things, all libraries on which
8250             that shared library depends.  Unfortunately, if
8251             the <file>.la</file> file is present and contains that
8252             dependency information, using <prgn>libtool</prgn> when
8253             linking against that library will cause the resulting program
8254             or library to be linked against those dependencies as well,
8255             even if this is unnecessary.  This can create unneeded
8256             dependencies on shared library packages that would otherwise
8257             be hidden behind the library ABI, and can make library
8258             transitions to new SONAMEs unnecessarily complicated and
8259             difficult to manage.
8260           </footnote>
8261           If the <file>.la</file> file is required for that library (if,
8262           for instance, it's loaded via <tt>libltdl</tt> in a way that
8263           requires that meta-information), the <tt>dependency_libs</tt>
8264           setting in the <file>.la</file> file should normally be set to
8265           the empty string.  If the shared library development package has
8266           historically included the <file>.la</file>, it must be retained
8267           in the development package (with <tt>dependency_libs</tt>
8268           emptied) until all libraries that depend on it have removed or
8269           emptied <tt>dependency_libs</tt> in their <file>.la</file>
8270           files to prevent linking with those other libraries
8271           using <prgn>libtool</prgn> from failing.
8272         </p>
8273
8274         <p>
8275           If the <file>.la</file> must be included, it should be included
8276           in the development (<tt>-dev</tt>) package, unless the library
8277           will be loaded by <prgn>libtool</prgn>'s <tt>libltdl</tt>
8278           library.  If it is intended for use with <tt>libltdl</tt>,
8279           the <file>.la</file> files must go in the run-time library
8280           package.
8281         </p>
8282
8283         <p>
8284           These requirements for handling of <file>.la</file> files do not
8285           apply to loadable modules or libraries not installed in
8286           directories searched by default by the dynamic linker.  Packages
8287           installing loadable modules will frequently need to install
8288           the <file>.la</file> files alongside the modules so that they
8289           can be loaded by <tt>libltdl</tt>.  <tt>dependency_libs</tt>
8290           does not need to be modified for libraries or modules that are
8291           not installed in directories searched by the dynamic linker by
8292           default and not intended for use by other packages.
8293         </p>
8294
8295         <p>
8296           You must make sure that you use only released versions of
8297           shared libraries to build your packages; otherwise other
8298           users will not be able to run your binaries
8299           properly. Producing source packages that depend on
8300           unreleased compilers is also usually a bad
8301           idea.
8302         </p>
8303       </sect>
8304
8305
8306       <sect>
8307         <heading>Shared libraries</heading>
8308         <p>
8309           This section has moved to <ref id="sharedlibs">.
8310         </p>
8311       </sect>
8312
8313
8314       <sect id="scripts">
8315         <heading>Scripts</heading>
8316
8317         <p>
8318           All command scripts, including the package maintainer
8319           scripts inside the package and used by <prgn>dpkg</prgn>,
8320           should have a <tt>#!</tt> line naming the shell to be used
8321           to interpret them.
8322         </p>
8323
8324         <p>
8325           In the case of Perl scripts this should be
8326           <tt>#!/usr/bin/perl</tt>.
8327         </p>
8328
8329         <p>
8330           When scripts are installed into a directory in the system
8331           PATH, the script name should not include an extension such
8332           as <tt>.sh</tt> or <tt>.pl</tt> that denotes the scripting
8333           language currently used to implement it.
8334         </p>
8335         <p>
8336           Shell scripts (<prgn>sh</prgn> and <prgn>bash</prgn>) other than
8337           <file>init.d</file> scripts should almost certainly start
8338           with <tt>set -e</tt> so that errors are detected.
8339           <file>init.d</file> scripts are something of a special case, due
8340           to how frequently they need to call commands that are allowed to
8341           fail, and it may instead be easier to check the exit status of
8342           commands directly.  See <ref id="writing-init"> for more
8343           information about writing <file>init.d</file> scripts.
8344         </p>
8345         <p>
8346           Every script should use <tt>set -e</tt> or check the exit status
8347           of <em>every</em> command.
8348         </p>
8349         <p>
8350           Scripts may assume that <file>/bin/sh</file> implements the
8351           SUSv3 Shell Command Language<footnote>
8352             Single UNIX Specification, version 3, which is also IEEE
8353             1003.1-2004 (POSIX), and is available on the World Wide Web
8354             from <url id="http://www.unix.org/version3/online.html"
8355                       name="The Open Group"> after free
8356             registration.</footnote>
8357           plus the following additional features not mandated by
8358           SUSv3:<footnote>
8359             These features are in widespread use in the Linux community
8360             and are implemented in all of bash, dash, and ksh, the most
8361             common shells users may wish to use as <file>/bin/sh</file>.
8362           </footnote>
8363           <list>
8364             <item><tt>echo -n</tt>, if implemented as a shell built-in,
8365               must not generate a newline.</item>
8366             <item><tt>test</tt>, if implemented as a shell built-in, must
8367               support <tt>-a</tt> and <tt>-o</tt> as binary logical
8368               operators.</item>
8369             <item><tt>local</tt> to create a scoped variable must be
8370               supported, including listing multiple variables in a single
8371               local command and assigning a value to a variable at the
8372               same time as localizing it.  <tt>local</tt> may or
8373               may not preserve the variable value from an outer scope if
8374               no assignment is present.  Uses such as:
8375 <example compact>
8376 fname () {
8377     local a b c=delta d
8378     # ... use a, b, c, d ...
8379 }
8380 </example>
8381               must be supported and must set the value of <tt>c</tt> to
8382               <tt>delta</tt>.
8383             </item>
8384             <item>The XSI extension to <prgn>kill</prgn> allowing <tt>kill
8385               -<var>signal</var></tt>, where <var>signal</var> is either
8386               the name of a signal or one of the numeric signals listed in
8387               the XSI extension (0, 1, 2, 3, 6, 9, 14, and 15), must be
8388               supported if <prgn>kill</prgn> is implemented as a shell
8389               built-in.
8390             </item>
8391             <item>The XSI extension to <prgn>trap</prgn> allowing numeric
8392               signals must be supported.  In addition to the signal
8393               numbers listed in the extension, which are the same as for
8394               <prgn>kill</prgn> above, 13 (SIGPIPE) must be allowed.
8395             </item>
8396           </list>
8397           If a shell script requires non-SUSv3 features from the shell
8398           interpreter other than those listed above, the appropriate shell
8399           must be specified in the first line of the script (e.g.,
8400           <tt>#!/bin/bash</tt>) and the package must depend on the package
8401           providing the shell (unless the shell package is marked
8402           "Essential", as in the case of <prgn>bash</prgn>).
8403         </p>
8404
8405         <p>
8406           You may wish to restrict your script to SUSv3 features plus the
8407           above set when possible so that it may use <file>/bin/sh</file>
8408           as its interpreter.  Checking your script
8409           with <prgn>checkbashisms</prgn> from
8410           the <package>devscripts</package> package or running your script
8411           with an alternate shell such as <prgn>posh</prgn> may help
8412           uncover violations of the above requirements.  If in doubt
8413           whether a script complies with these requirements,
8414           use <file>/bin/bash</file>.
8415         </p>
8416
8417         <p>
8418           Perl scripts should check for errors when making any
8419           system calls, including <tt>open</tt>, <tt>print</tt>,
8420           <tt>close</tt>, <tt>rename</tt> and <tt>system</tt>.
8421         </p>
8422
8423         <p>
8424           <prgn>csh</prgn> and <prgn>tcsh</prgn> should be avoided as
8425           scripting languages.  See <em>Csh Programming Considered
8426           Harmful</em>, one of the <tt>comp.unix.*</tt> FAQs, which
8427           can be found at <url id="http://www.faqs.org/faqs/unix-faq/shell/csh-whynot/">.
8428           If an upstream package comes with <prgn>csh</prgn> scripts
8429           then you must make sure that they start with
8430           <tt>#!/bin/csh</tt> and make your package depend on the
8431           <prgn>c-shell</prgn> virtual package.
8432         </p>
8433
8434         <p>
8435           Any scripts which create files in world-writeable
8436           directories (e.g., in <file>/tmp</file>) must use a
8437           mechanism which will fail atomically if a file with the same
8438           name already exists.
8439         </p>
8440
8441         <p>
8442           The Debian base system provides the <prgn>tempfile</prgn>
8443           and <prgn>mktemp</prgn> utilities for use by scripts for
8444           this purpose.
8445         </p>
8446       </sect>
8447
8448
8449       <sect>
8450         <heading>Symbolic links</heading>
8451
8452         <p>
8453           In general, symbolic links within a top-level directory should
8454           be relative, and symbolic links pointing from one top-level
8455           directory to or into another should be absolute. (A top-level
8456           directory is a sub-directory of the root
8457           directory <file>/</file>.)  For example, a symbolic link
8458           from <file>/usr/lib/foo</file> to <file>/usr/share/bar</file>
8459           should be relative (<file>../share/bar</file>), but a symbolic
8460           link from <file>/var/run</file> to <file>/run</file> should be
8461           absolute.<footnote>
8462             This is necessary to allow top-level directories to be
8463             symlinks.  If linking <file>/var/run</file>
8464             to <file>/run</file> were done with the relative symbolic
8465             link <file>../run</file>, but <file>/var</file> were a
8466             symbolic link to <file>/srv/disk1</file>, the symbolic link
8467             would point to <file>/srv/run</file> rather than the intended
8468             target.
8469           </footnote>
8470         </p>
8471
8472         <p>
8473           In addition, symbolic links should be specified as short as
8474           possible, i.e., link targets like <file>foo/../bar</file> are
8475           deprecated.
8476         </p>
8477
8478         <p>
8479           Note that when creating a relative link using
8480           <prgn>ln</prgn> it is not necessary for the target of the
8481           link to exist relative to the working directory you're
8482           running <prgn>ln</prgn> from, nor is it necessary to change
8483           directory to the directory where the link is to be made.
8484           Simply include the string that should appear as the target
8485           of the link (this will be a pathname relative to the
8486           directory in which the link resides) as the first argument
8487           to <prgn>ln</prgn>.
8488         </p>
8489
8490         <p>
8491           For example, in your <prgn>Makefile</prgn> or
8492           <file>debian/rules</file>, you can do things like:
8493           <example compact="compact">
8494 ln -fs gcc $(prefix)/bin/cc
8495 ln -fs gcc debian/tmp/usr/bin/cc
8496 ln -fs ../sbin/sendmail $(prefix)/bin/runq
8497 ln -fs ../sbin/sendmail debian/tmp/usr/bin/runq
8498           </example>
8499         </p>
8500
8501         <p>
8502           A symbolic link pointing to a compressed file should always
8503           have the same file extension as the referenced file. (For
8504           example, if a file <file>foo.gz</file> is referenced by a
8505           symbolic link, the filename of the link has to end with
8506           "<file>.gz</file>" too, as in <file>bar.gz</file>.)
8507         </p>
8508       </sect>
8509
8510       <sect>
8511         <heading>Device files</heading>
8512
8513         <p>
8514           Packages must not include device files or named pipes in the
8515           package file tree.
8516         </p>
8517
8518         <p>
8519           If a package needs any special device files that are not
8520           included in the base system, it must call
8521           <prgn>MAKEDEV</prgn> in the <prgn>postinst</prgn> script,
8522           after notifying the user<footnote>
8523               This notification could be done via a (low-priority)
8524               debconf message, or an echo (printf) statement.
8525           </footnote>.
8526         </p>
8527
8528         <p>
8529           Packages must not remove any device files in the
8530           <prgn>postrm</prgn> or any other script. This is left to the
8531           system administrator.
8532         </p>
8533
8534         <p>
8535           Debian uses the serial devices
8536           <file>/dev/ttyS*</file>. Programs using the old
8537           <file>/dev/cu*</file> devices should be changed to use
8538           <file>/dev/ttyS*</file>.
8539         </p>
8540
8541         <p>
8542           Named pipes needed by the package must be created in
8543           the <prgn>postinst</prgn> script<footnote>
8544             It's better to use <prgn>mkfifo</prgn> rather
8545             than <prgn>mknod</prgn> to create named pipes so that
8546             automated checks for packages incorrectly creating device
8547             files with <prgn>mknod</prgn> won't have false positives.
8548           </footnote> and removed in
8549           the <prgn>prerm</prgn> or <prgn>postrm</prgn> script as
8550           appropriate.
8551         </p>
8552       </sect>
8553
8554       <sect id="config-files">
8555         <heading>Configuration files</heading>
8556
8557         <sect1>
8558           <heading>Definitions</heading>
8559
8560           <p>
8561             <taglist>
8562               <tag>configuration file</tag>
8563               <item>
8564                   A file that affects the operation of a program, or
8565                   provides site- or host-specific information, or
8566                   otherwise customizes the behavior of a program.
8567                   Typically, configuration files are intended to be
8568                   modified by the system administrator (if needed or
8569                   desired) to conform to local policy or to provide
8570                   more useful site-specific behavior.
8571               </item>
8572
8573               <tag><tt>conffile</tt></tag>
8574               <item>
8575                   A file listed in a package's <tt>conffiles</tt>
8576                   file, and is treated specially by <prgn>dpkg</prgn>
8577                   (see <ref id="configdetails">).
8578               </item>
8579             </taglist>
8580           </p>
8581
8582           <p>
8583             The distinction between these two is important; they are
8584             not interchangeable concepts. Almost all
8585             <tt>conffile</tt>s are configuration files, but many
8586             configuration files are not <tt>conffiles</tt>.
8587           </p>
8588
8589           <p>
8590             As noted elsewhere, <file>/etc/init.d</file> scripts,
8591             <file>/etc/default</file> files, scripts installed in
8592             <file>/etc/cron.{hourly,daily,weekly,monthly}</file>, and cron
8593             configuration installed in <file>/etc/cron.d</file> must be
8594             treated as configuration files.  In general, any script that
8595             embeds configuration information is de-facto a configuration
8596             file and should be treated as such.
8597           </p>
8598         </sect1>
8599
8600         <sect1>
8601           <heading>Location</heading>
8602
8603           <p>
8604             Any configuration files created or used by your package
8605             must reside in <file>/etc</file>. If there are several,
8606             consider creating a subdirectory of <file>/etc</file>
8607             named after your package.
8608           </p>
8609
8610           <p>
8611             If your package creates or uses configuration files
8612             outside of <file>/etc</file>, and it is not feasible to modify
8613             the package to use <file>/etc</file> directly, put the files
8614             in <file>/etc</file> and create symbolic links to those files
8615             from the location that the package requires.
8616           </p>
8617         </sect1>
8618
8619         <sect1>
8620           <heading>Behavior</heading>
8621
8622           <p>
8623             Configuration file handling must conform to the following
8624             behavior:
8625             <list compact="compact">
8626               <item>
8627                   local changes must be preserved during a package
8628                   upgrade, and
8629               </item>
8630               <item>
8631                   configuration files must be preserved when the
8632                   package is removed, and only deleted when the
8633                   package is purged.
8634               </item>
8635             </list>
8636             Obsolete configuration files without local changes may be
8637             removed by the package during upgrade.
8638           </p>
8639
8640           <p>
8641             The easy way to achieve this behavior is to make the
8642             configuration file a <tt>conffile</tt>. This is
8643             appropriate only if it is possible to distribute a default
8644             version that will work for most installations, although
8645             some system administrators may choose to modify it. This
8646             implies that the default version will be part of the
8647             package distribution, and must not be modified by the
8648             maintainer scripts during installation (or at any other
8649             time).
8650           </p>
8651
8652           <p>
8653             In order to ensure that local changes are preserved
8654             correctly, no package may contain or make hard links to
8655             conffiles.<footnote>
8656                 Rationale: There are two problems with hard links.
8657                 The first is that some editors break the link while
8658                 editing one of the files, so that the two files may
8659                 unwittingly become unlinked and different.  The second
8660                 is that <prgn>dpkg</prgn> might break the hard link
8661                 while upgrading <tt>conffile</tt>s.
8662             </footnote>
8663           </p>
8664
8665           <p>
8666             The other way to do it is via the maintainer scripts.  In
8667             this case, the configuration file must not be listed as a
8668             <tt>conffile</tt> and must not be part of the package
8669             distribution. If the existence of a file is required for
8670             the package to be sensibly configured it is the
8671             responsibility of the package maintainer to provide
8672             maintainer scripts which correctly create, update and
8673             maintain the file and remove it on purge.  (See <ref
8674             id="maintainerscripts"> for more information.)  These
8675             scripts must be idempotent (i.e., must work correctly if
8676             <prgn>dpkg</prgn> needs to re-run them due to errors
8677             during installation or removal), must cope with all the
8678             variety of ways <prgn>dpkg</prgn> can call maintainer
8679             scripts, must not overwrite or otherwise mangle the user's
8680             configuration without asking, must not ask unnecessary
8681             questions (particularly during upgrades), and must
8682             otherwise be good citizens.
8683           </p>
8684
8685           <p>
8686             The scripts are not required to configure every possible
8687             option for the package, but only those necessary to get
8688             the package running on a given system. Ideally the
8689             sysadmin should not have to do any configuration other
8690             than that done (semi-)automatically by the
8691             <prgn>postinst</prgn> script.
8692           </p>
8693
8694           <p>
8695             A common practice is to create a script called
8696             <file><var>package</var>-configure</file> and have the
8697             package's <prgn>postinst</prgn> call it if and only if the
8698             configuration file does not already exist.  In certain
8699             cases it is useful for there to be an example or template
8700             file which the maintainer scripts use.  Such files should
8701             be in <file>/usr/share/<var>package</var></file> or
8702             <file>/usr/lib/<var>package</var></file> (depending on whether
8703             they are architecture-independent or not).  There should
8704             be symbolic links to them from
8705             <file>/usr/share/doc/<var>package</var>/examples</file> if
8706             they are examples, and should be perfectly ordinary
8707             <prgn>dpkg</prgn>-handled files (<em>not</em>
8708             configuration files).
8709           </p>
8710
8711           <p>
8712             These two styles of configuration file handling must
8713             not be mixed, for that way lies madness:
8714             <prgn>dpkg</prgn> will ask about overwriting the file
8715             every time the package is upgraded.
8716           </p>
8717         </sect1>
8718
8719         <sect1>
8720           <heading>Sharing configuration files</heading>
8721
8722           <p>
8723             If two or more packages use the same configuration file
8724             and it is reasonable for both to be installed at the same
8725             time, one of these packages must be defined as
8726             <em>owner</em> of the configuration file, i.e., it will be
8727             the package which handles that file as a configuration
8728             file.  Other packages that use the configuration file must
8729             depend on the owning package if they require the
8730             configuration file to operate. If the other package will
8731             use the configuration file if present, but is capable of
8732             operating without it, no dependency need be declared.
8733           </p>
8734
8735           <p>
8736             If it is desirable for two or more related packages to
8737             share a configuration file <em>and</em> for all of the
8738             related packages to be able to modify that configuration
8739             file, then the following should be done:
8740             <enumlist compact="compact">
8741               <item>
8742                   One of the related packages (the "owning" package)
8743                   will manage the configuration file with maintainer
8744                   scripts as described in the previous section.
8745               </item>
8746               <item>
8747                   The owning package should also provide a program
8748                   that the other packages may use to modify the
8749                   configuration file.
8750               </item>
8751               <item>
8752                   The related packages must use the provided program
8753                   to make any desired modifications to the
8754                   configuration file.  They should either depend on
8755                   the core package to guarantee that the configuration
8756                   modifier program is available or accept gracefully
8757                   that they cannot modify the configuration file if it
8758                   is not.  (This is in addition to the fact that the
8759                   configuration file may not even be present in the
8760                   latter scenario.)
8761               </item>
8762             </enumlist>
8763           </p>
8764
8765           <p>
8766             Sometimes it's appropriate to create a new package which
8767             provides the basic infrastructure for the other packages
8768             and which manages the shared configuration files.  (The
8769             <tt>sgml-base</tt> package is a good example.)
8770           </p>
8771
8772           <p>
8773             If the configuration file cannot be shared as described above,
8774             the packages must be marked as conflicting with each other.
8775             Two packages that specify the same file as
8776             a <tt>conffile</tt> must conflict.  This is an instance of the
8777             general rule about not sharing files.  Neither alternatives
8778             nor diversions are likely to be appropriate in this case; in
8779             particular, <prgn>dpkg</prgn> does not handle diverted
8780             <tt>conffile</tt>s well.
8781           </p>
8782
8783           <p>
8784             When two packages both declare the same <tt>conffile</tt>, they
8785             may see left-over configuration files from each other even
8786             though they conflict with each other.  If a user removes
8787             (without purging) one of the packages and installs the other,
8788             the new package will take over the <tt>conffile</tt> from the
8789             old package.  If the file was modified by the user, it will be
8790             treated the same as any other locally
8791             modified <tt>conffile</tt> during an upgrade.
8792           </p>
8793
8794           <p>
8795             The maintainer scripts must not alter a <tt>conffile</tt>
8796             of <em>any</em> package, including the one the scripts
8797             belong to.
8798           </p>
8799         </sect1>
8800
8801         <sect1>
8802           <heading>User configuration files ("dotfiles")</heading>
8803
8804           <p>
8805             The files in <file>/etc/skel</file> will automatically be
8806             copied into new user accounts by <prgn>adduser</prgn>.
8807             No other program should reference the files in
8808             <file>/etc/skel</file>.
8809           </p>
8810
8811           <p>
8812             Therefore, if a program needs a dotfile to exist in
8813             advance in <file>$HOME</file> to work sensibly, that dotfile
8814             should be installed in <file>/etc/skel</file> and treated as a
8815             configuration file.
8816           </p>
8817
8818           <p>
8819             However, programs that require dotfiles in order to
8820             operate sensibly are a bad thing, unless they do create
8821             the dotfiles themselves automatically.
8822           </p>
8823
8824           <p>
8825             Furthermore, programs should be configured by the Debian
8826             default installation to behave as closely to the upstream
8827             default behavior as possible.
8828           </p>
8829
8830           <p>
8831             Therefore, if a program in a Debian package needs to be
8832             configured in some way in order to operate sensibly, that
8833             should be done using a site-wide configuration file placed
8834             in <file>/etc</file>.  Only if the program doesn't support a
8835             site-wide default configuration and the package maintainer
8836             doesn't have time to add it may a default per-user file be
8837             placed in <file>/etc/skel</file>.
8838           </p>
8839
8840           <p>
8841             <file>/etc/skel</file> should be as empty as we can make it.
8842             This is particularly true because there is no easy (or
8843             necessarily desirable) mechanism for ensuring that the
8844             appropriate dotfiles are copied into the accounts of
8845             existing users when a package is installed.
8846           </p>
8847         </sect1>
8848       </sect>
8849
8850       <sect>
8851         <heading>Log files</heading>
8852         <p>
8853           Log files should usually be named
8854           <file>/var/log/<var>package</var>.log</file>.  If you have many
8855           log files, or need a separate directory for permission
8856           reasons (<file>/var/log</file> is writable only by
8857           <file>root</file>), you should usually create a directory named
8858           <file>/var/log/<var>package</var></file> and place your log
8859           files there.
8860         </p>
8861
8862         <p>
8863           Log files must be rotated occasionally so that they don't grow
8864           indefinitely.  The best way to do this is to install a log
8865           rotation configuration file in the
8866           directory <file>/etc/logrotate.d</file>, normally
8867           named <file>/etc/logrotate.d/<var>package</var></file>, and use
8868           the facilities provided by <prgn>logrotate</prgn>.
8869           <footnote>
8870             <p>
8871               The traditional approach to log files has been to set up
8872               <em>ad hoc</em> log rotation schemes using simple shell
8873               scripts and cron.  While this approach is highly
8874               customizable, it requires quite a lot of sysadmin work.
8875               Even though the original Debian system helped a little
8876               by automatically installing a system which can be used
8877               as a template, this was deemed not enough.
8878             </p>
8879
8880             <p>
8881               The use of <prgn>logrotate</prgn>, a program developed
8882               by Red Hat, is better, as it centralizes log management.
8883               It has both a configuration file
8884               (<file>/etc/logrotate.conf</file>) and a directory where
8885               packages can drop their individual log rotation
8886               configurations (<file>/etc/logrotate.d</file>).
8887             </p>
8888           </footnote>
8889           Here is a good example for a logrotate config
8890           file (for more information see <manref name="logrotate"
8891             section="8">):
8892           <example compact="compact">
8893 /var/log/foo/*.log {
8894     rotate 12
8895     weekly
8896     compress
8897     missingok
8898     postrotate
8899         start-stop-daemon -K -p /var/run/foo.pid -s HUP -x /usr/sbin/foo -q
8900     endscript
8901 }
8902           </example>
8903           This rotates all files under <file>/var/log/foo</file>, saves 12
8904           compressed generations, and tells the daemon to reopen its log
8905           files after the log rotation.  It skips this log rotation
8906           (via <tt>missingok</tt>) if no such log file is present, which
8907           avoids errors if the package is removed but not purged.
8908         </p>
8909
8910         <p>
8911           Log files should be removed when the package is
8912           purged (but not when it is only removed).  This should be
8913           done by the <prgn>postrm</prgn> script when it is called
8914           with the argument <tt>purge</tt> (see <ref
8915           id="removedetails">).
8916         </p>
8917       </sect>
8918
8919       <sect id="permissions-owners">
8920         <heading>Permissions and owners</heading>
8921
8922         <p>
8923           The rules in this section are guidelines for general use.
8924           If necessary you may deviate from the details below.
8925           However, if you do so you must make sure that what is done
8926           is secure and you should try to be as consistent as possible
8927           with the rest of the system.  You should probably also
8928           discuss it on <prgn>debian-devel</prgn> first.
8929         </p>
8930
8931         <p>
8932           Files should be owned by <tt>root:root</tt>, and made
8933           writable only by the owner and universally readable (and
8934           executable, if appropriate), that is mode 644 or 755.
8935         </p>
8936
8937         <p>
8938           Directories should be mode 755 or (for group-writability)
8939           mode 2775.  The ownership of the directory should be
8940           consistent with its mode: if a directory is mode 2775, it
8941           should be owned by the group that needs write access to
8942           it.<footnote>
8943             <p>
8944               When a package is upgraded, and the owner or permissions
8945               of a file included in the package has changed, dpkg
8946               arranges for the ownership and permissions to be
8947               correctly set upon installation. However, this does not
8948               extend to directories; the permissions and ownership of
8949               directories already on the system does not change on
8950               install or upgrade of packages.  This makes sense, since
8951               otherwise common directories like <tt>/usr</tt> would
8952               always be in flux.  To correctly change permissions of a
8953               directory the package owns, explicit action is required,
8954               usually in the <tt>postinst</tt> script. Care must be
8955               taken to handle downgrades as well, in that case.
8956             </p>
8957           </footnote>
8958         </p>
8959
8960         <p>
8961           Control information files should be owned by <tt>root:root</tt>
8962           and either mode 644 (for most files) or mode 755 (for
8963           executables such as <qref id="maintscripts">maintainer
8964           scripts</qref>).
8965         </p>
8966
8967         <p>
8968           Setuid and setgid executables should be mode 4755 or 2755
8969           respectively, and owned by the appropriate user or group.
8970           They should not be made unreadable (modes like 4711 or
8971           2711 or even 4111); doing so achieves no extra security,
8972           because anyone can find the binary in the freely available
8973           Debian package; it is merely inconvenient.  For the same
8974           reason you should not restrict read or execute permissions
8975           on non-set-id executables.
8976         </p>
8977
8978         <p>
8979           Some setuid programs need to be restricted to particular
8980           sets of users, using file permissions.  In this case they
8981           should be owned by the uid to which they are set-id, and by
8982           the group which should be allowed to execute them.  They
8983           should have mode 4754; again there is no point in making
8984           them unreadable to those users who must not be allowed to
8985           execute them.
8986         </p>
8987
8988         <p>
8989           It is possible to arrange that the system administrator can
8990           reconfigure the package to correspond to their local
8991           security policy by changing the permissions on a binary:
8992           they can do this by using <prgn>dpkg-statoverride</prgn>, as
8993           described below.<footnote>
8994             Ordinary files installed by <prgn>dpkg</prgn> (as
8995             opposed to <tt>conffile</tt>s and other similar objects)
8996             normally have their permissions reset to the distributed
8997             permissions when the package is reinstalled.  However,
8998             the use of <prgn>dpkg-statoverride</prgn> overrides this
8999             default behavior.
9000           </footnote>
9001           Another method you should consider is to create a group for
9002           people allowed to use the program(s) and make any setuid
9003           executables executable only by that group.
9004         </p>
9005
9006         <p>
9007           If you need to create a new user or group for your package
9008           there are two possibilities.  Firstly, you may need to
9009           make some files in the binary package be owned by this
9010           user or group, or you may need to compile the user or
9011           group id (rather than just the name) into the binary
9012           (though this latter should be avoided if possible, as in
9013           this case you need a statically allocated id).</p>
9014
9015         <p>
9016           If you need a statically allocated id, you must ask for a
9017           user or group id from the <tt>base-passwd</tt> maintainer,
9018           and must not release the package until you have been
9019           allocated one.  Once you have been allocated one you must
9020           either make the package depend on a version of the
9021           <tt>base-passwd</tt> package with the id present in
9022           <file>/etc/passwd</file> or <file>/etc/group</file>, or arrange for
9023           your package to create the user or group itself with the
9024           correct id (using <tt>adduser</tt>) in its
9025           <prgn>preinst</prgn> or <prgn>postinst</prgn>.  (Doing it in
9026           the <prgn>postinst</prgn> is to be preferred if it is
9027           possible, otherwise a pre-dependency will be needed on the
9028           <tt>adduser</tt> package.)
9029         </p>
9030
9031         <p>
9032           On the other hand, the program might be able to determine
9033           the uid or gid from the user or group name at runtime, so
9034           that a dynamically allocated id can be used.  In this case
9035           you should choose an appropriate user or group name,
9036           discussing this on <prgn>debian-devel</prgn> and checking
9037           with the <package/base-passwd/ maintainer that it is unique and that
9038           they do not wish you to use a statically allocated id
9039           instead.  When this has been checked you must arrange for
9040           your package to create the user or group if necessary using
9041           <prgn>adduser</prgn> in the <prgn>preinst</prgn> or
9042           <prgn>postinst</prgn> script (again, the latter is to be
9043           preferred if it is possible).
9044         </p>
9045
9046         <p>
9047           Note that changing the numeric value of an id associated
9048           with a name is very difficult, and involves searching the
9049           file system for all appropriate files.  You need to think
9050           carefully whether a static or dynamic id is required, since
9051           changing your mind later will cause problems.
9052         </p>
9053
9054         <sect1><heading>The use of <prgn>dpkg-statoverride</prgn></heading>
9055           <p>
9056             This section is not intended as policy, but as a
9057             description of the use of <prgn>dpkg-statoverride</prgn>.
9058           </p>
9059
9060           <p>
9061             If a system administrator wishes to have a file (or
9062             directory or other such thing) installed with owner and
9063             permissions different from those in the distributed Debian
9064             package, they can use the <prgn>dpkg-statoverride</prgn>
9065             program to instruct <prgn>dpkg</prgn> to use the different
9066             settings every time the file is installed.  Thus the
9067             package maintainer should distribute the files with their
9068             normal permissions, and leave it for the system
9069             administrator to make any desired changes.  For example, a
9070             daemon which is normally required to be setuid root, but
9071             in certain situations could be used without being setuid,
9072             should be installed setuid in the <tt>.deb</tt>.  Then the
9073             local system administrator can change this if they wish.
9074             If there are two standard ways of doing it, the package
9075             maintainer can use <tt>debconf</tt> to find out the
9076             preference, and call <prgn>dpkg-statoverride</prgn> in the
9077             maintainer script if necessary to accommodate the system
9078             administrator's choice. Care must be taken during
9079             upgrades to not override an existing setting.
9080           </p>
9081
9082           <p>
9083             Given the above, <prgn>dpkg-statoverride</prgn> is
9084             essentially a tool for system administrators and would not
9085             normally be needed in the maintainer scripts.  There is
9086             one type of situation, though, where calls to
9087             <prgn>dpkg-statoverride</prgn> would be needed in the
9088             maintainer scripts, and that involves packages which use
9089             dynamically allocated user or group ids.  In such a
9090             situation, something like the following idiom can be very
9091             helpful in the package's <prgn>postinst</prgn>, where
9092             <tt>sysuser</tt> is a dynamically allocated id:
9093             <example>
9094 for i in /usr/bin/foo /usr/sbin/bar
9095 do
9096   # only do something when no setting exists
9097   if ! dpkg-statoverride --list $i >/dev/null 2>&1
9098   then
9099     #include: debconf processing, question about foo and bar
9100     if [ "$RET" = "true" ] ; then
9101       dpkg-statoverride --update --add sysuser root 4755 $i
9102     fi
9103   fi
9104 done
9105             </example>
9106             The corresponding code to remove the override when the package
9107             is purged would be:
9108             <example>
9109 for i in /usr/bin/foo /usr/sbin/bar
9110 do
9111   if dpkg-statoverride --list $i >/dev/null 2>&1
9112   then
9113     dpkg-statoverride --remove $i
9114   fi
9115 done
9116             </example>
9117           </p>
9118         </sect1>
9119       </sect>
9120     </chapt>
9121
9122
9123     <chapt id="customized-programs">
9124       <heading>Customized programs</heading>
9125
9126       <sect id="arch-spec">
9127         <heading>Architecture specification strings</heading>
9128
9129         <p>
9130           If a program needs to specify an <em>architecture specification
9131           string</em> in some place, it should select one of the strings
9132           provided by <tt>dpkg-architecture -L</tt>. The strings are in
9133           the format <tt><var>os</var>-<var>arch</var></tt>, though the OS
9134           part is sometimes elided, as when the OS is Linux.
9135         </p>
9136
9137         <p>
9138           Note that we don't want to use
9139           <tt><var>arch</var>-debian-linux</tt> to apply to the rule
9140           <tt><var>architecture</var>-<var>vendor</var>-<var>os</var></tt>
9141           since this would make our programs incompatible with other
9142           Linux distributions.  We also don't use something like
9143           <tt><var>arch</var>-unknown-linux</tt>, since the
9144           <tt>unknown</tt> does not look very good.
9145         </p>
9146
9147         <sect1 id="arch-wildcard-spec">
9148           <heading>Architecture wildcards</heading>
9149
9150           <p>
9151             A package may specify an architecture wildcard. Architecture
9152             wildcards are in the format <tt>any</tt> (which matches every
9153             architecture), <tt><var>os</var></tt>-any, or
9154             any-<tt><var>cpu</var></tt>. <footnote>
9155               Internally, the package system normalizes the GNU triplets
9156               and the Debian arches into Debian arch triplets (which are
9157               kind of inverted GNU triplets), with the first component of
9158               the triplet representing the libc and ABI in use, and then
9159               does matching against those triplets.  However, such
9160               triplets are an internal implementation detail that should
9161               not be used by packages directly.  The libc and ABI portion
9162               is handled internally by the package system based on
9163               the <var>os</var> and <var>cpu</var>.
9164             </footnote>
9165           </p>
9166         </sect1>
9167       </sect>
9168
9169       <sect>
9170         <heading>Daemons</heading>
9171
9172         <p>
9173           The configuration files <file>/etc/services</file>,
9174           <file>/etc/protocols</file>, and <file>/etc/rpc</file> are managed
9175           by the <prgn>netbase</prgn> package and must not be modified
9176           by other packages.
9177         </p>
9178
9179         <p>
9180           If a package requires a new entry in one of these files, the
9181           maintainer should get in contact with the
9182           <prgn>netbase</prgn> maintainer, who will add the entries
9183           and release a new version of the <prgn>netbase</prgn>
9184           package.
9185         </p>
9186
9187         <p>
9188           The configuration file <file>/etc/inetd.conf</file> must not be
9189           modified by the package's scripts except via the
9190           <prgn>update-inetd</prgn> script or the
9191           <file>DebianNet.pm</file> Perl module.  See their documentation
9192           for details on how to add entries.
9193         </p>
9194
9195         <p>
9196           If a package wants to install an example entry into
9197           <file>/etc/inetd.conf</file>, the entry must be preceded with
9198           exactly one hash character (<tt>#</tt>). Such lines are
9199           treated as "commented out by user" by the
9200           <prgn>update-inetd</prgn> script and are not changed or
9201           activated during package updates.
9202         </p>
9203       </sect>
9204
9205       <sect>
9206         <heading>Using pseudo-ttys and modifying wtmp, utmp and
9207         lastlog</heading>
9208
9209         <p>
9210           Some programs need to create pseudo-ttys. This should be done
9211           using Unix98 ptys if the C library supports it. The resulting
9212           program must not be installed setuid root, unless that
9213           is required for other functionality.
9214         </p>
9215
9216         <p>
9217           The files <file>/var/run/utmp</file>, <file>/var/log/wtmp</file> and
9218           <file>/var/log/lastlog</file> must be installed writable by
9219           group <tt>utmp</tt>.  Programs which need to modify those
9220           files must be installed setgid <tt>utmp</tt>.
9221         </p>
9222       </sect>
9223
9224       <sect>
9225         <heading>Editors and pagers</heading>
9226
9227         <p>
9228           Some programs have the ability to launch an editor or pager
9229           program to edit or display a text document.  Since there are
9230           lots of different editors and pagers available in the Debian
9231           distribution, the system administrator and each user should
9232           have the possibility to choose their preferred editor and
9233           pager.
9234         </p>
9235
9236         <p>
9237           In addition, every program should choose a good default
9238           editor/pager if none is selected by the user or system
9239           administrator.
9240         </p>
9241
9242         <p>
9243           Thus, every program that launches an editor or pager must
9244           use the EDITOR or PAGER environment variable to determine
9245           the editor or pager the user wishes to use.  If these
9246           variables are not set, the programs <file>/usr/bin/editor</file>
9247           and <file>/usr/bin/pager</file> should be used, respectively.
9248         </p>
9249
9250         <p>
9251           These two files are managed through the <prgn>dpkg</prgn>
9252           "alternatives" mechanism.  Every package providing an editor or
9253           pager must call the <prgn>update-alternatives</prgn> script to
9254           register as an alternative for <file>/usr/bin/editor</file>
9255           or <file>/usr/bin/pager</file> as appropriate.  The alternative
9256           should have a slave alternative
9257           for <file>/usr/share/man/man1/editor.1.gz</file>
9258           or <file>/usr/share/man/man1/pager.1.gz</file> pointing to the
9259           corresponding manual page.
9260         </p>
9261
9262         <p>
9263           If it is very hard to adapt a program to make use of the
9264           EDITOR or PAGER variables, that program may be configured to
9265           use <file>/usr/bin/sensible-editor</file> and
9266           <file>/usr/bin/sensible-pager</file> as the editor or pager
9267           program respectively.  These are two scripts provided in the
9268           <package>sensible-utils</package> package that check the EDITOR
9269           and PAGER variables and launch the appropriate program, and fall
9270           back to <file>/usr/bin/editor</file>
9271           and <file>/usr/bin/pager</file> if the variable is not set.
9272         </p>
9273
9274         <p>
9275           A program may also use the VISUAL environment variable to
9276           determine the user's choice of editor.  If it exists, it
9277           should take precedence over EDITOR.  This is in fact what
9278           <file>/usr/bin/sensible-editor</file> does.
9279         </p>
9280
9281         <p>
9282           It is not required for a package to depend on
9283           <tt>editor</tt> and <tt>pager</tt>, nor is it required for a
9284           package to provide such virtual packages.<footnote>
9285               The Debian base system already provides an editor and a
9286               pager program.
9287           </footnote>
9288         </p>
9289       </sect>
9290
9291       <sect id="web-appl">
9292         <heading>Web servers and applications</heading>
9293
9294         <p>
9295           This section describes the locations and URLs that should
9296           be used by all web servers and web applications in the
9297           Debian system.
9298         </p>
9299
9300         <p>
9301           <enumlist>
9302             <item>
9303                 Cgi-bin executable files are installed in the
9304                 directory
9305                 <example compact="compact">
9306 /usr/lib/cgi-bin/<var>cgi-bin-name</var>
9307                 </example>
9308                 or a subdirectory of that directory, and should be
9309                 referred to as
9310                 <example compact="compact">
9311 http://localhost/cgi-bin/<var>cgi-bin-name</var>
9312                 </example>
9313                 (possibly with a subdirectory name
9314                 before <var>cgi-bin-name</var>).
9315             </item>
9316
9317             <item>
9318               <p>Access to HTML documents</p>
9319
9320               <p>
9321                 HTML documents for a package are stored in
9322                 <file>/usr/share/doc/<var>package</var></file>
9323                 and can be referred to as
9324                 <example compact="compact">
9325 http://localhost/doc/<var>package</var>/<var>filename</var>
9326                 </example>
9327               </p>
9328
9329               <p>
9330                 The web server should restrict access to the document
9331                 tree so that only clients on the same host can read
9332                 the documents. If the web server does not support such
9333                 access controls, then it should not provide access at
9334                 all, or ask about providing access during installation.
9335               </p>
9336             </item>
9337
9338             <item>
9339               <p>Access to images</p>
9340               <p>
9341                 It is recommended that images for a package be stored
9342                 in <tt>/usr/share/images/<var>package</var></tt> and
9343                 may be referred to through an alias <tt>/images/</tt>
9344                 as
9345                 <example>
9346                   http://localhost/images/&lt;package&gt;/&lt;filename&gt;     
9347                 </example>
9348                 
9349               </p>
9350             </item>
9351
9352             <item>
9353               <p>Web Document Root</p>
9354
9355               <p>
9356                 Web Applications should try to avoid storing files in
9357                 the Web Document Root.  Instead they should use the
9358                 /usr/share/doc/<var>package</var> directory for
9359                 documents and register the Web Application via the
9360                 <package>doc-base</package> package.  If access to the
9361                 web document root is unavoidable then use
9362                 <example compact="compact">
9363 /var/www
9364                 </example>
9365                 as the Document Root.  This might be just a symbolic
9366                 link to the location where the system administrator
9367                 has put the real document root.
9368               </p>
9369             </item>
9370             <item><p>Providing httpd and/or httpd-cgi</p>
9371               <p>
9372                 All web servers should provide the virtual package
9373                 <tt>httpd</tt>. If a web server has CGI support it should
9374                 provide <tt>httpd-cgi</tt> additionally.
9375               </p>
9376               <p>
9377                 All web applications which do not contain CGI scripts should
9378                 depend on <tt>httpd</tt>, all those web applications which
9379                 <tt>do</tt> contain CGI scripts, should depend on
9380                 <tt>httpd-cgi</tt>.
9381               </p>
9382             </item>
9383           </enumlist>
9384         </p>
9385       </sect>
9386
9387       <sect id="mail-transport-agents">
9388         <heading>Mail transport, delivery and user agents</heading>
9389
9390         <p>
9391           Debian packages which process electronic mail, whether mail
9392           user agents (MUAs) or mail transport agents (MTAs), must
9393           ensure that they are compatible with the configuration
9394           decisions below.  Failure to do this may result in lost
9395           mail, broken <tt>From:</tt> lines, and other serious brain
9396           damage!
9397         </p>
9398
9399         <p>
9400           The mail spool is <file>/var/mail</file> and the interface to
9401           send a mail message is <file>/usr/sbin/sendmail</file> (as per
9402           the FHS).  On older systems, the mail spool may be
9403           physically located in <file>/var/spool/mail</file>, but all
9404           access to the mail spool should be via the
9405           <file>/var/mail</file> symlink.  The mail spool is part of the
9406           base system and not part of the MTA package.
9407         </p>
9408
9409         <p>
9410           All Debian MUAs, MTAs, MDAs and other mailbox accessing
9411           programs (such as IMAP daemons) must lock the mailbox in an
9412           NFS-safe way. This means that <tt>fcntl()</tt> locking must
9413           be combined with dot locking.  To avoid deadlocks, a program
9414           should use <tt>fcntl()</tt> first and dot locking after
9415           this, or alternatively implement the two locking methods in
9416           a non blocking way<footnote>
9417               If it is not possible to establish both locks, the
9418               system shouldn't wait for the second lock to be
9419               established, but remove the first lock, wait a (random)
9420               time, and start over locking again.
9421           </footnote>. Using the functions <tt>maillock</tt> and
9422           <tt>mailunlock</tt> provided by the
9423           <tt>liblockfile*</tt><footnote>
9424               You will need to depend on <tt>liblockfile1 (&gt;&gt;1.01)</tt>
9425               to use these functions.
9426           </footnote> packages is the recommended way to realize this.
9427         </p>
9428
9429         <p>
9430           Mailboxes are generally either mode 600 and owned by
9431           <var>user</var> or mode 660 and owned by
9432           <tt><var>user</var>:mail</tt><footnote>
9433             There are two traditional permission schemes for mail spools:
9434             mode 600 with all mail delivery done by processes running as
9435             the destination user, or mode 660 and owned by group mail with
9436             mail delivery done by a process running as a system user in
9437             group mail.  Historically, Debian required mode 660 mail
9438             spools to enable the latter model, but that model has become
9439             increasingly uncommon and the principle of least privilege
9440             indicates that mail systems that use the first model should
9441             use permissions of 600.  If delivery to programs is permitted,
9442             it's easier to keep the mail system secure if the delivery
9443             agent runs as the destination user.  Debian Policy therefore
9444             permits either scheme.
9445           </footnote>. The local system administrator may choose a
9446           different permission scheme; packages should not make
9447           assumptions about the permission and ownership of mailboxes
9448           unless required (such as when creating a new mailbox).  A MUA
9449           may remove a mailbox (unless it has nonstandard permissions) in
9450           which case the MTA or another MUA must recreate it if needed.
9451         </p>
9452
9453         <p>
9454           The mail spool is 2775 <tt>root:mail</tt>, and MUAs should
9455           be setgid mail to do the locking mentioned above (and
9456           must obviously avoid accessing other users' mailboxes
9457           using this privilege).</p>
9458
9459         <p>
9460           <file>/etc/aliases</file> is the source file for the system mail
9461           aliases (e.g., postmaster, usenet, etc.), it is the one
9462           which the sysadmin and <prgn>postinst</prgn> scripts may
9463           edit.  After <file>/etc/aliases</file> is edited the program or
9464           human editing it must call <prgn>newaliases</prgn>.  All MTA
9465           packages must come with a <prgn>newaliases</prgn> program,
9466           even if it does nothing, but older MTA packages did not do
9467           this so programs should not fail if <prgn>newaliases</prgn>
9468           cannot be found.  Note that because of this, all MTA
9469           packages must have <tt>Provides</tt>, <tt>Conflicts</tt> and
9470           <tt>Replaces: mail-transport-agent</tt> control fields.
9471         </p>
9472
9473         <p>
9474           The convention of writing <tt>forward to
9475             <var>address</var></tt> in the mailbox itself is not
9476           supported.  Use a <tt>.forward</tt> file instead.</p>
9477
9478         <p>
9479           The <prgn>rmail</prgn> program used by UUCP
9480           for incoming mail should be  <file>/usr/sbin/rmail</file>.
9481           Likewise, <prgn>rsmtp</prgn>, for receiving
9482           batch-SMTP-over-UUCP, should be <file>/usr/sbin/rsmtp</file> if it
9483           is supported.</p>
9484
9485         <p>
9486           If your package needs to know what hostname to use on (for
9487           example) outgoing news and mail messages which are generated
9488           locally, you should use the file <file>/etc/mailname</file>.  It
9489           will contain the portion after the username and <tt>@</tt>
9490           (at) sign for email addresses of users on the machine
9491           (followed by a newline).
9492         </p>
9493
9494         <p>
9495           Such a package should check for the existence of this file
9496           when it is being configured.  If it exists, it should be
9497           used without comment, although an MTA's configuration script
9498           may wish to prompt the user even if it finds that this file
9499           exists.  If the file does not exist, the package should
9500           prompt the user for the value (preferably using
9501           <prgn>debconf</prgn>) and store it in <file>/etc/mailname</file>
9502           as well as using it in the package's configuration.  The
9503           prompt should make it clear that the name will not just be
9504           used by that package.  For example, in this situation the
9505           <tt>inn</tt> package could say something like:
9506           <example compact="compact">
9507 Please enter the "mail name" of your system.  This is the
9508 hostname portion of the address to be shown on outgoing
9509 news and mail messages.  The default is
9510 <var>syshostname</var>, your system's host name.  Mail
9511 name ["<var>syshostname</var>"]:
9512           </example>
9513           where <var>syshostname</var> is the output of <tt>hostname
9514             --fqdn</tt>.
9515         </p>
9516       </sect>
9517
9518       <sect>
9519         <heading>News system configuration</heading>
9520
9521         <p>
9522           All the configuration files related to the NNTP (news)
9523           servers and clients should be located under
9524           <file>/etc/news</file>.</p>
9525
9526         <p>
9527           There are some configuration issues that apply to a number
9528           of news clients and server packages on the machine. These
9529           are:
9530
9531           <taglist>
9532             <tag><file>/etc/news/organization</file></tag>
9533             <item>
9534                 A string which should appear as the
9535                 organization header for all messages posted
9536                 by NNTP clients on the machine
9537             </item>
9538
9539             <tag><file>/etc/news/server</file></tag>
9540             <item>
9541                 Contains the FQDN of the upstream NNTP
9542                 server, or localhost if the local machine is
9543                 an NNTP server.
9544             </item>
9545           </taglist>
9546
9547           Other global files may be added as required for cross-package news
9548           configuration.
9549         </p>
9550       </sect>
9551
9552
9553       <sect>
9554         <heading>Programs for the X Window System</heading>
9555
9556         <sect1>
9557           <heading>Providing X support and package priorities</heading>
9558
9559           <p>
9560             Programs that can be configured with support for the X
9561             Window System must be configured to do so and must declare
9562             any package dependencies necessary to satisfy their
9563             runtime requirements when using the X Window System.  If
9564             such a package is of higher priority than the X packages
9565             on which it depends, it is required that either the
9566             X-specific components be split into a separate package, or
9567             that an alternative version of the package, which includes
9568             X support, be provided, or that the package's priority be
9569             lowered.
9570           </p>
9571         </sect1>
9572
9573         <sect1>
9574           <heading>Packages providing an X server</heading>
9575
9576           <p>
9577             Packages that provide an X server that, directly or
9578             indirectly, communicates with real input and display
9579             hardware should declare in their <tt>Provides</tt> control
9580             field that they provide the virtual
9581             package <tt>xserver</tt>.<footnote>
9582                 This implements current practice, and provides an
9583                 actual policy for usage of the <tt>xserver</tt>
9584                 virtual package which appears in the virtual packages
9585                 list.  In a nutshell, X servers that interface
9586                 directly with the display and input hardware or via
9587                 another subsystem (e.g., GGI) should provide
9588                 <tt>xserver</tt>.  Things like <tt>Xvfb</tt>,
9589                 <tt>Xnest</tt>, and <tt>Xprt</tt> should not.
9590             </footnote>
9591           </p>
9592         </sect1>
9593
9594         <sect1>
9595           <heading>Packages providing a terminal emulator</heading>
9596
9597           <p>
9598             Packages that provide a terminal emulator for the X Window
9599             System which meet the criteria listed below should declare in
9600             their <tt>Provides</tt> control field that they provide the
9601             virtual package <tt>x-terminal-emulator</tt>.  They should
9602             also register themselves as an alternative for
9603             <file>/usr/bin/x-terminal-emulator</file>, with a priority of
9604             20.  That alternative should have a slave alternative
9605             for <file>/usr/share/man/man1/x-terminal-emulator.1.gz</file>
9606             pointing to the corresponding manual page.
9607           </p>
9608
9609           <p>
9610             To be an <tt>x-terminal-emulator</tt>, a program must:
9611             <list compact="compact">
9612               <item>
9613                   Be able to emulate a DEC VT100 terminal, or a
9614                   compatible terminal.
9615               </item>
9616
9617               <item>
9618                   Support the command-line option <tt>-e
9619                     <var>command</var></tt>, which creates a new
9620                   terminal window<footnote>
9621                       "New terminal window" does not necessarily mean
9622                       a new top-level X window directly parented by
9623                       the window manager; it could, if the terminal
9624                       emulator application were so coded, be a new
9625                       "view" in a multiple-document interface (MDI).
9626                   </footnote>
9627                   and runs the specified <var>command</var>,
9628                   interpreting the entirety of the rest of the command
9629                   line as a command to pass straight to exec, in the
9630                   manner that <tt>xterm</tt> does.
9631               </item>
9632
9633               <item>
9634                   Support the command-line option <tt>-T
9635                     <var>title</var></tt>, which creates a new terminal
9636                   window with the window title <var>title</var>.
9637               </item>
9638             </list>
9639           </p>
9640         </sect1>
9641
9642         <sect1>
9643           <heading>Packages providing a window manager</heading>
9644
9645           <p>
9646             Packages that provide a window manager should declare in
9647             their <tt>Provides</tt> control field that they provide the
9648             virtual package <tt>x-window-manager</tt>.  They should also
9649             register themselves as an alternative for
9650             <file>/usr/bin/x-window-manager</file>, with a priority
9651             calculated as follows:
9652             <list compact="compact">
9653               <item>
9654                   Start with a priority of 20.
9655               </item>
9656
9657               <item>
9658                   If the window manager supports the Debian menu
9659                   system, add 20 points if this support is available
9660                   in the package's default configuration (i.e., no
9661                   configuration files belonging to the system or user
9662                   have to be edited to activate the feature); if
9663                   configuration files must be modified, add only 10
9664                   points.
9665                 </p>
9666               </item>
9667
9668               <item>
9669                   If the window manager complies with <url
9670                     id="http://www.freedesktop.org/wiki/Specifications/wm-spec"
9671                     name="The Window Manager Specification Project">,
9672                   written by the <url id="http://www.freedesktop.org/wiki/"
9673                     name="Free Desktop Group">, add 40 points.
9674               </item>
9675
9676               <item>
9677                   If the window manager permits the X session to be
9678                   restarted using a <em>different</em> window manager
9679                   (without killing the X server) in its default
9680                   configuration, add 10 points; otherwise add none.
9681               </item>
9682             </list>
9683             That alternative should have a slave alternative
9684             for <file>/usr/share/man/man1/x-window-manager.1.gz</file>
9685             pointing to the corresponding manual page.
9686           </p>
9687         </sect1>
9688
9689         <sect1>
9690           <heading>Packages providing fonts</heading>
9691
9692           <p>
9693             Packages that provide fonts for the X Window
9694             System<footnote>
9695                 For the purposes of Debian Policy, a "font for the X
9696                 Window System" is one which is accessed via X protocol
9697                 requests.  Fonts for the Linux console, for PostScript
9698                 renderer, or any other purpose, do not fit this
9699                 definition.  Any tool which makes such fonts available
9700                 to the X Window System, however, must abide by this
9701                 font policy.
9702             </footnote>
9703             must do a number of things to ensure that they are both
9704             available without modification of the X or font server
9705             configuration, and that they do not corrupt files used by
9706             other font packages to register information about
9707             themselves.
9708             <enumlist>
9709               <item>
9710                   Fonts of any type supported by the X Window System
9711                   must be in a separate binary package from any
9712                   executables, libraries, or documentation (except
9713                   that specific to the fonts shipped, such as their
9714                   license information).  If one or more of the fonts
9715                   so packaged are necessary for proper operation of
9716                   the package with which they are associated the font
9717                   package may be Recommended; if the fonts merely
9718                   provide an enhancement, a Suggests relationship may
9719                   be used.  Packages must not Depend on font
9720                   packages.<footnote>
9721                       This is because the X server may retrieve fonts
9722                       from the local file system or over the network
9723                       from an X font server; the Debian package system
9724                       is empowered to deal only with the local
9725                       file system.
9726                   </footnote>
9727               </item>
9728
9729               <item>
9730                   BDF fonts must be converted to PCF fonts with the
9731                   <prgn>bdftopcf</prgn> utility (available in the
9732                   <tt>xfonts-utils</tt> package, <prgn>gzip</prgn>ped, and
9733                   placed in a directory that corresponds to their
9734                   resolution:
9735                   <list compact="compact">
9736                     <item>
9737                         100 dpi fonts must be placed in
9738                         <file>/usr/share/fonts/X11/100dpi/</file>.
9739                     </item>
9740
9741                     <item>
9742                         75 dpi fonts must be placed in
9743                         <file>/usr/share/fonts/X11/75dpi/</file>.
9744                     </item>
9745
9746                     <item>
9747                         Character-cell fonts, cursor fonts, and other
9748                         low-resolution fonts must be placed in
9749                         <file>/usr/share/fonts/X11/misc/</file>.
9750                     </item>
9751                   </list>
9752               </item>
9753
9754               <item>
9755                   Type 1 fonts must be placed in
9756                   <file>/usr/share/fonts/X11/Type1/</file>.  If font
9757                   metric files are available, they must be placed here
9758                   as well.
9759               </item>
9760
9761               <item>
9762                   Subdirectories of <file>/usr/share/fonts/X11/</file>
9763                   other than those listed above must be neither
9764                   created nor used.  (The <file>PEX</file>, <file>CID</file>,
9765                   <file>Speedo</file>, and <file>cyrillic</file> directories
9766                   are excepted for historical reasons, but installation of
9767                   files into these directories remains discouraged.)
9768               </item>
9769
9770               <item>
9771                   Font packages may, instead of placing files directly
9772                   in the X font directories listed above, provide
9773                   symbolic links in that font directory pointing to
9774                   the files' actual location in the filesystem.  Such
9775                   a location must comply with the FHS.
9776               </item>
9777
9778               <item>
9779                   Font packages should not contain both 75dpi and
9780                   100dpi versions of a font.  If both are available,
9781                   they should be provided in separate binary packages
9782                   with <tt>-75dpi</tt> or <tt>-100dpi</tt> appended to
9783                   the names of the packages containing the
9784                   corresponding fonts.
9785               </item>
9786
9787               <item>
9788                   Fonts destined for the <file>misc</file> subdirectory
9789                   should not be included in the same package as 75dpi
9790                   or 100dpi fonts; instead, they should be provided in
9791                   a separate package with <tt>-misc</tt> appended to
9792                   its name.
9793               </item>
9794
9795               <item>
9796                   Font packages must not provide the files
9797                   <file>fonts.dir</file>, <file>fonts.alias</file>, or
9798                   <file>fonts.scale</file> in a font directory:
9799                   <list>
9800                     <item>
9801                         <file>fonts.dir</file> files must not be provided at all.
9802                     </item>
9803
9804                     <item>
9805                         <file>fonts.alias</file> and <file>fonts.scale</file>
9806                         files, if needed, should be provided in the
9807                         directory
9808                         <file>/etc/X11/fonts/<var>fontdir</var>/<var>package</var>.<var>extension</var></file>,
9809                         where <var>fontdir</var> is the name of the
9810                         subdirectory of
9811                         <file>/usr/share/fonts/X11/</file> where the
9812                         package's corresponding fonts are stored
9813                         (e.g., <tt>75dpi</tt> or <tt>misc</tt>),
9814                         <var>package</var> is the name of the package
9815                         that provides these fonts, and
9816                         <var>extension</var> is either <tt>scale</tt>
9817                         or <tt>alias</tt>, whichever corresponds to
9818                         the file contents.
9819                     </item>
9820                   </list>
9821               </item>
9822
9823               <item>
9824                   Font packages must declare a dependency on
9825                   <tt>xfonts-utils</tt> in their <tt>Depends</tt>
9826                   or <tt>Pre-Depends</tt> control field.
9827               </item>
9828
9829               <item>
9830                   Font packages that provide one or more
9831                   <file>fonts.scale</file> files as described above must
9832                   invoke <prgn>update-fonts-scale</prgn> on each
9833                   directory into which they installed fonts
9834                   <em>before</em> invoking
9835                   <prgn>update-fonts-dir</prgn> on that directory.
9836                   This invocation must occur in both the
9837                   <prgn>postinst</prgn> (for all arguments) and
9838                   <prgn>postrm</prgn> (for all arguments except
9839                   <tt>upgrade</tt>) scripts.
9840               </item>
9841
9842               <item>
9843                   Font packages that provide one or more
9844                   <file>fonts.alias</file> files as described above must
9845                   invoke <prgn>update-fonts-alias</prgn> on each
9846                   directory into which they installed fonts.  This
9847                   invocation must occur in both the
9848                   <prgn>postinst</prgn> (for all arguments) and
9849                   <prgn>postrm</prgn> (for all arguments except
9850                   <tt>upgrade</tt>) scripts.
9851               </item>
9852
9853               <item>
9854                   Font packages must invoke
9855                   <prgn>update-fonts-dir</prgn> on each directory into
9856                   which they installed fonts.  This invocation must
9857                   occur in both the <prgn>postinst</prgn> (for all
9858                   arguments) and <prgn>postrm</prgn> (for all
9859                   arguments except <tt>upgrade</tt>) scripts.
9860               </item>
9861
9862               <item>
9863                   Font packages must not provide alias names for the
9864                   fonts they include which collide with alias names
9865                   already in use by fonts already packaged.
9866               </item>
9867
9868               <item>
9869                   Font packages must not provide fonts with the same
9870                   XLFD registry name as another font already packaged.
9871               </item>
9872             </enumlist>
9873           </p>
9874         </sect1>
9875
9876         <sect1 id="appdefaults">
9877           <heading>Application defaults files</heading>
9878
9879           <p>
9880             Application defaults files must be installed in the
9881             directory <file>/etc/X11/app-defaults/</file> (use of a
9882             localized subdirectory of <file>/etc/X11/</file> as described
9883             in the <em>X Toolkit Intrinsics - C Language
9884             Interface</em> manual is also permitted).  They must be
9885             registered as <tt>conffile</tt>s or handled as
9886             configuration files.
9887           </p>
9888
9889           <p>
9890             Customization of programs' X resources may also be
9891             supported with the provision of a file with the same name
9892             as that of the package placed in
9893             the <file>/etc/X11/Xresources/</file> directory, which
9894             must be registered as a <tt>conffile</tt> or handled as a
9895             configuration file.<footnote>
9896                 Note that this mechanism is not the same as using
9897                 app-defaults; app-defaults are tied to the client
9898                 binary on the local file system, whereas X resources
9899                 are stored in the X server and affect all connecting
9900                 clients.
9901             </footnote>
9902           </p>
9903         </sect1>
9904
9905         <sect1>
9906           <heading>Installation directory issues</heading>
9907
9908           <p>
9909             Historically, packages using the X Window System used a
9910             separate set of installation directories from other packages.
9911             This practice has been discontinued and packages using the X
9912             Window System should now generally be installed in the same
9913             directories as any other package.  Specifically, packages must
9914             not install files under the <file>/usr/X11R6/</file> directory
9915             and the <file>/usr/X11R6/</file> directory hierarchy should be
9916             regarded as obsolete.
9917           </p>
9918
9919           <p>
9920             Include files previously installed under
9921             <file>/usr/X11R6/include/X11/</file> should be installed into
9922             <file>/usr/include/X11/</file>.  For files previously
9923             installed into subdirectories of
9924             <file>/usr/X11R6/lib/X11/</file>, package maintainers should
9925             determine if subdirectories of <file>/usr/lib/</file> and
9926             <file>/usr/share/</file> can be used.  If not, a subdirectory
9927             of <file>/usr/lib/X11/</file> should be used.
9928           </p>
9929
9930           <p>
9931             Configuration files for window, display, or session managers
9932             or other applications that are tightly integrated with the X
9933             Window System may be placed in a subdirectory
9934             of <file>/etc/X11/</file> corresponding to the package name.
9935             Other X Window System applications should use
9936             the <file>/etc/</file> directory unless otherwise mandated by
9937             policy (such as for <ref id="appdefaults">).
9938           </p>
9939         </sect1>
9940       </sect>
9941
9942       <sect id="perl">
9943         <heading>Perl programs and modules</heading>
9944
9945         <p>
9946           Perl programs and modules should follow the current Perl policy.
9947         </p>
9948
9949         <p>
9950           The Perl policy can be found in the <tt>perl-policy</tt>
9951           files in the <tt>debian-policy</tt> package.
9952           It is also available from the Debian web mirrors at
9953           <tt><url name="/doc/packaging-manuals/perl-policy/"
9954                 id="http://www.debian.org/doc/packaging-manuals/perl-policy/"></tt>.
9955         </p>
9956       </sect>
9957
9958       <sect id="emacs">
9959         <heading>Emacs lisp programs</heading>
9960
9961         <p>
9962           Please refer to the "Debian Emacs Policy" for details of how to
9963           package emacs lisp programs.
9964         </p>
9965
9966         <p>
9967           The Emacs policy is available in
9968           <file>debian-emacs-policy.gz</file> of the
9969           <package>emacsen-common</package> package.
9970           It is also available from the Debian web mirrors at
9971           <tt><url name="/doc/packaging-manuals/debian-emacs-policy"
9972                 id="http://www.debian.org/doc/packaging-manuals/debian-emacs-policy"></tt>.
9973         </p>
9974       </sect>
9975
9976       <sect>
9977         <heading>Games</heading>
9978
9979         <p>
9980           The permissions on <file>/var/games</file> are mode 755, owner
9981           <tt>root</tt> and group <tt>root</tt>.
9982         </p>
9983
9984         <p>
9985           Each game decides on its own security policy.</p>
9986
9987         <p>
9988           Games which require protected, privileged access to
9989           high-score files, saved games, etc., may be made
9990           set-<em>group</em>-id (mode 2755) and owned by
9991           <tt>root:games</tt>, and use files and directories with
9992           appropriate permissions (770 <tt>root:games</tt>, for
9993           example).  They must not be made
9994           set-<em>user</em>-id, as this causes security problems. (If
9995           an attacker can subvert any set-user-id game they can
9996           overwrite the executable of any other, causing other players
9997           of these games to run a Trojan horse program.  With a
9998           set-group-id game the attacker only gets access to less
9999           important game data, and if they can get at the other
10000           players' accounts at all it will take considerably more
10001           effort.)</p>
10002
10003         <p>
10004           Some packages, for example some fortune cookie programs, are
10005           configured by the upstream authors to install with their
10006           data files or other static information made unreadable so
10007           that they can only be accessed through set-id programs
10008           provided.  You should not do this in a Debian package: anyone can
10009           download the <file>.deb</file> file and read the data from it,
10010           so there is no point making the files unreadable.  Not
10011           making the files unreadable also means that you don't have
10012           to make so many programs set-id, which reduces the risk of a
10013           security hole.</p>
10014
10015         <p>
10016           As described in the FHS, binaries of games should be
10017           installed in the directory <file>/usr/games</file>. This also
10018           applies to games that use the X Window System. Manual pages
10019           for games (X and non-X games) should be installed in
10020           <file>/usr/share/man/man6</file>.</p>
10021       </sect>
10022     </chapt>
10023
10024
10025     <chapt id="docs">
10026       <heading>Documentation</heading>
10027
10028       <sect>
10029         <heading>Manual pages</heading>
10030
10031         <p>
10032           You should install manual pages in <prgn>nroff</prgn> source
10033           form, in appropriate places under <file>/usr/share/man</file>.
10034           You should only use sections 1 to 9 (see the FHS for more
10035           details).  You must not install a pre-formatted "cat page".
10036         </p>
10037
10038         <p>
10039           Each program, utility, and function should have an
10040           associated manual page included in the same package. It is
10041           suggested that all configuration files also have a manual
10042           page included as well. Manual pages for protocols and other
10043           auxiliary things are optional.
10044         </p>
10045
10046         <p>
10047           If no manual page is available, this is considered as a bug
10048           and should be reported to the Debian Bug Tracking System (the
10049           maintainer of the package is allowed to write this bug report
10050           themselves, if they so desire).  Do not close the bug report
10051           until a proper man page is available.<footnote>
10052               It is not very hard to write a man page. See the
10053               <url id="http://www.schweikhardt.net/man_page_howto.html"
10054                 name="Man-Page-HOWTO">,
10055               <manref name="man" section="7">, the examples created
10056               by <prgn>dh_make</prgn>, the helper
10057               program <prgn>help2man</prgn>, or the
10058               directory <file>/usr/share/doc/man-db/examples</file>.
10059           </footnote>
10060         </p>
10061
10062         <p>
10063           You may forward a complaint about a missing man page to the
10064           upstream authors, and mark the bug as forwarded in the
10065           Debian bug tracking system.  Even though the GNU Project do
10066           not in general consider the lack of a man page to be a bug,
10067           we do; if they tell you that they don't consider it a bug
10068           you should leave the bug in our bug tracking system open
10069           anyway.
10070         </p>
10071
10072         <p>
10073           Manual pages should be installed compressed using <tt>gzip -9</tt>.
10074         </p>
10075
10076         <p>
10077           If one man page needs to be accessible via several names it
10078           is better to use a symbolic link than the <file>.so</file>
10079           feature, but there is no need to fiddle with the relevant
10080           parts of the upstream source to change from <file>.so</file> to
10081           symlinks: don't do it unless it's easy.  You should not
10082           create hard links in the manual page directories, nor put
10083           absolute filenames in <file>.so</file> directives.  The filename
10084           in a <file>.so</file> in a man page should be relative to the
10085           base of the man page tree (usually
10086           <file>/usr/share/man</file>). If you do not create any links
10087           (whether symlinks, hard links, or <tt>.so</tt> directives)
10088           in the file system to the alternate names of the man page,
10089           then you should not rely on <prgn>man</prgn> finding your
10090           man page under those names based solely on the information in
10091           the man page's header.<footnote>
10092               Supporting this in <prgn>man</prgn> often requires
10093               unreasonable processing time to find a manual page or to
10094               report that none exists, and moves knowledge into man's
10095               database that would be better left in the file system.
10096               This support is therefore deprecated and will cease to
10097               be present in the future.
10098           </footnote>
10099         </p>
10100
10101         <p>
10102           Manual pages in locale-specific subdirectories of
10103           <file>/usr/share/man</file> should use either UTF-8 or the usual
10104           legacy encoding for that language (normally the one corresponding
10105           to the shortest relevant locale name in
10106           <file>/usr/share/i18n/SUPPORTED</file>). For example, pages under
10107           <file>/usr/share/man/fr</file> should use either UTF-8 or
10108           ISO-8859-1.<footnote>
10109             <prgn>man</prgn> will automatically detect whether UTF-8 is in
10110             use. In future, all manual pages will be required to use
10111             UTF-8.
10112           </footnote>
10113         </p>
10114
10115         <p>
10116           A country name (the <tt>DE</tt> in <tt>de_DE</tt>) should not be
10117           included in the subdirectory name unless it indicates a
10118           significant difference in the language, as this excludes
10119           speakers of the language in other countries.<footnote>
10120             At the time of writing, Chinese and Portuguese are the main
10121             languages with such differences, so <file>pt_BR</file>,
10122             <file>zh_CN</file>, and <file>zh_TW</file> are all allowed.
10123           </footnote>
10124         </p>
10125
10126         <p>
10127           If a localized version of a manual page is provided, it should
10128           either be up-to-date or it should be obvious to the reader that
10129           it is outdated and the original manual page should be used
10130           instead.  This can be done either by a note at the beginning of
10131           the manual page or by showing the missing or changed portions in
10132           the original language instead of the target language.
10133         </p>
10134       </sect>
10135
10136       <sect>
10137         <heading>Info documents</heading>
10138
10139         <p>
10140           Info documents should be installed in <file>/usr/share/info</file>.
10141           They should be compressed with <tt>gzip -9</tt>.
10142         </p>
10143
10144         <p>
10145           The <prgn>install-info</prgn> program maintains a directory of
10146           installed info documents in <file>/usr/share/info/dir</file> for
10147           the use of info readers.<footnote>
10148             It was previously necessary for packages installing info
10149             documents to run <prgn>install-info</prgn> from maintainer
10150             scripts.  This is no longer necessary.  The installation
10151             system now uses dpkg triggers.
10152           </footnote>
10153           This file must not be included in packages.  Packages containing
10154           info documents should depend on <tt>dpkg (>= 1.15.4) |
10155           install-info</tt> to ensure that the directory file is properly
10156           rebuilt during partial upgrades from Debian 5.0 (lenny) and
10157           earlier.
10158         </p>
10159
10160         <p>
10161           Info documents should contain section and directory entry
10162           information in the document for the use
10163           of <prgn>install-info</prgn>.  The section should be specified
10164           via a line starting with <tt>INFO-DIR-SECTION</tt> followed by a
10165           space and the section of this info page.  The directory entry or
10166           entries should be included between
10167           a <tt>START-INFO-DIR-ENTRY</tt> line and
10168           an <tt>END-INFO-DIR-ENTRY</tt> line.  For example:
10169           <example>
10170 INFO-DIR-SECTION Individual utilities
10171 START-INFO-DIR-ENTRY
10172 * example: (example).               An example info directory entry.
10173 END-INFO-DIR-ENTRY
10174           </example>
10175           To determine which section to use, you should look
10176           at <file>/usr/share/info/dir</file> on your system and choose
10177           the most relevant (or create a new section if none of the
10178           current sections are relevant).<footnote>
10179             Normally, info documents are generated from Texinfo source.
10180             To include this information in the generated info document, if
10181             it is absent, add commands like:
10182             <example>
10183 @dircategory Individual utilities
10184 @direntry
10185 * example: (example).               An example info directory entry.
10186 @end direntry
10187             </example>
10188             to the Texinfo source of the document and ensure that the info
10189             documents are rebuilt from source during the package build.
10190           </footnote>
10191         </p>
10192       </sect>
10193
10194       <sect>
10195         <heading>Additional documentation</heading>
10196
10197         <p>
10198           Any additional documentation that comes with the package may
10199           be installed at the discretion of the package maintainer.
10200           Plain text documentation should be installed in the directory
10201           <file>/usr/share/doc/<var>package</var></file>, where
10202           <var>package</var> is the name of the package, and
10203           compressed with <tt>gzip -9</tt> unless it is small.
10204         </p>
10205
10206         <p>
10207           If a package comes with large amounts of documentation which
10208           many users of the package will not require you should create
10209           a separate binary package to contain it, so that it does not
10210           take up disk space on the machines of users who do not need
10211           or want it installed.</p>
10212
10213         <p>
10214           It is often a good idea to put text information files
10215           (<file>README</file>s, changelogs, and so forth) that come with
10216           the source package in <file>/usr/share/doc/<var>package</var></file>
10217           in the binary package.  However, you don't need to install
10218           the instructions for building and installing the package, of
10219           course!</p>
10220
10221         <p>
10222           Packages must not require the existence of any files in
10223           <file>/usr/share/doc/</file> in order to function
10224           <footnote>
10225               The system administrator should be able to
10226               delete files in <file>/usr/share/doc/</file> without causing
10227               any programs to break.
10228           </footnote>.
10229           Any files that are referenced by programs but are also
10230           useful as stand alone documentation should be installed under
10231           <file>/usr/share/<var>package</var>/</file> with symbolic links from
10232           <file>/usr/share/doc/<var>package</var></file>.
10233         </p>
10234
10235         <p>
10236           <file>/usr/share/doc/<var>package</var></file> may be a symbolic
10237           link to another directory in <file>/usr/share/doc</file> only if
10238           the two packages both come from the same source and the
10239           first package Depends on the second.<footnote>
10240             <p>
10241               Please note that this does not override the section on
10242               changelog files below, so the file 
10243               <file>/usr/share/doc/<var>package</var>/changelog.Debian.gz</file>
10244               must refer to the changelog for the current version of
10245               <var>package</var> in question. In practice, this means
10246               that the sources of the target and the destination of the
10247               symlink must be the same (same source package and
10248               version). 
10249             </p>
10250           </footnote>
10251         </p>
10252
10253         <p>
10254           Former Debian releases placed all additional documentation
10255           in <file>/usr/doc/<var>package</var></file>.  This has been
10256           changed to <file>/usr/share/doc/<var>package</var></file>,
10257           and packages must not put documentation in the directory
10258           <file>/usr/doc/<var>package</var></file>. <footnote>
10259             At this phase of the transition, we no longer require a
10260             symbolic link in <file>/usr/doc/</file>. At a later point,
10261             policy shall change to make the symbolic links a bug.
10262           </footnote>
10263         </p>
10264       </sect>
10265
10266       <sect>
10267         <heading>Preferred documentation formats</heading>
10268
10269         <p>
10270           The unification of Debian documentation is being carried out
10271           via HTML.</p>
10272
10273         <p>
10274           If your package comes with extensive documentation in a
10275           markup format that can be converted to various other formats
10276           you should if possible ship HTML versions in a binary
10277           package, in the directory
10278           <file>/usr/share/doc/<var>appropriate-package</var></file> or
10279           its subdirectories.<footnote>
10280               The rationale: The important thing here is that HTML
10281               docs should be available in <em>some</em> package, not
10282               necessarily in the main binary package.
10283           </footnote>
10284         </p>
10285
10286         <p>
10287           Other formats such as PostScript may be provided at the
10288           package maintainer's discretion.
10289         </p>
10290       </sect>
10291
10292       <sect id="copyrightfile">
10293         <heading>Copyright information</heading>
10294
10295         <p>
10296           Every package must be accompanied by a verbatim copy of its
10297           copyright information and distribution license in the file
10298           <file>/usr/share/doc/<var>package</var>/copyright</file>. This
10299           file must neither be compressed nor be a symbolic link.
10300         </p>
10301
10302         <p>
10303           In addition, the copyright file must say where the upstream
10304           sources (if any) were obtained, and should name the original
10305           authors.
10306         </p>
10307
10308         <p>
10309           Packages in the <em>contrib</em> or <em>non-free</em> archive
10310           areas should state in the copyright file that the package is not
10311           part of the Debian distribution and briefly explain why.
10312         </p>
10313
10314         <p>
10315           A copy of the file which will be installed in
10316           <file>/usr/share/doc/<var>package</var>/copyright</file> should
10317           be in <file>debian/copyright</file> in the source package.
10318         </p>
10319
10320         <p>
10321           <file>/usr/share/doc/<var>package</var></file> may be a symbolic
10322           link to another directory in <file>/usr/share/doc</file> only if
10323           the two packages both come from the same source and the
10324           first package Depends on the second.  These rules are important
10325           because <file>copyright</file> files must be extractable by
10326           mechanical means.
10327         </p>
10328
10329         <p>
10330           Packages distributed under the Apache license (version 2.0), the
10331           Artistic license, the GNU GPL (versions 1, 2, or 3), the GNU
10332           LGPL (versions 2, 2.1, or 3), and the GNU FDL (versions 1.2 or
10333           1.3) should refer to the corresponding files
10334           under <file>/usr/share/common-licenses</file>,<footnote>
10335             <p>
10336               In particular,
10337               <file>/usr/share/common-licenses/Apache-2.0</file>,
10338               <file>/usr/share/common-licenses/Artistic</file>,
10339               <file>/usr/share/common-licenses/GPL-1</file>,
10340               <file>/usr/share/common-licenses/GPL-2</file>,
10341               <file>/usr/share/common-licenses/GPL-3</file>,
10342               <file>/usr/share/common-licenses/LGPL-2</file>,
10343               <file>/usr/share/common-licenses/LGPL-2.1</file>,
10344               <file>/usr/share/common-licenses/LGPL-3</file>,
10345               <file>/usr/share/common-licenses/GFDL-1.2</file>, and
10346               <file>/usr/share/common-licenses/GFDL-1.3</file>
10347               respectively.  The University of California BSD license is
10348               also included in <package>base-files</package> as
10349               <file>/usr/share/common-licenses/BSD</file>, but given the
10350               brevity of this license, its specificity to code whose
10351               copyright is held by the Regents of the University of
10352               California, and the frequency of minor wording changes, its
10353               text should be included in the copyright file rather than
10354               referencing this file.
10355             </p>
10356           </footnote> rather than quoting them in the copyright
10357           file. 
10358         </p>
10359
10360         <p>
10361           You should not use the copyright file as a general <file>README</file>
10362           file.  If your package has such a file it should be
10363           installed in <file>/usr/share/doc/<var>package</var>/README</file> or
10364           <file>README.Debian</file> or some other appropriate place.
10365         </p>
10366
10367         <sect1 id="copyrightformat">
10368           <heading>Machine-readable copyright information</heading>
10369
10370           <p>
10371             A specification for a standard, machine-readable format
10372             for <file>debian/copyright</file> files is maintained as part
10373             of the <package>debian-policy</package> package.  This
10374             document may be found in the <file>copyright-format</file>
10375             files in the <package>debian-policy</package> package.  It is
10376             also available from the Debian web mirrors at
10377             <tt><url name="/doc/packaging-manuals/copyright-format/1.0/"
10378                      id="http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/"></tt>.
10379           </p>
10380
10381           <p>
10382             Use of this format is optional.
10383           </p>
10384         </sect1>
10385       </sect>
10386
10387       <sect>
10388         <heading>Examples</heading>
10389
10390         <p>
10391           Any examples (configurations, source files, whatever),
10392           should be installed in a directory
10393           <file>/usr/share/doc/<var>package</var>/examples</file>.  These
10394           files should not be referenced by any program: they're there
10395           for the benefit of the system administrator and users as
10396           documentation only.  Architecture-specific example files
10397           should be installed in a directory
10398           <file>/usr/lib/<var>package</var>/examples</file> with symbolic
10399           links to them from
10400           <file>/usr/share/doc/<var>package</var>/examples</file>, or the
10401           latter directory itself may be a symbolic link to the
10402           former.
10403         </p>
10404
10405         <p>
10406           If the purpose of a package is to provide examples, then the
10407           example files may be installed into
10408           <file>/usr/share/doc/<var>package</var></file>.
10409         </p>
10410       </sect>
10411
10412       <sect id="changelogs">
10413         <heading>Changelog files</heading>
10414
10415         <p>
10416           Packages that are not Debian-native must contain a
10417           compressed copy of the <file>debian/changelog</file> file from
10418           the Debian source tree in
10419           <file>/usr/share/doc/<var>package</var></file> with the name
10420           <file>changelog.Debian.gz</file>.
10421         </p>
10422
10423         <p>
10424           If an upstream changelog is available, it should be accessible as
10425           <file>/usr/share/doc/<var>package</var>/changelog.gz</file> in
10426           plain text.  If the upstream changelog is distributed in
10427           HTML, it should be made available in that form as
10428           <file>/usr/share/doc/<var>package</var>/changelog.html.gz</file>
10429           and a plain text <file>changelog.gz</file> should be generated
10430           from it using, for example, <tt>lynx -dump -nolist</tt>.  If
10431           the upstream changelog files do not already conform to this
10432           naming convention, then this may be achieved either by
10433           renaming the files, or by adding a symbolic link, at the
10434           maintainer's discretion.<footnote>
10435               Rationale: People should not have to look in places for
10436               upstream changelogs merely because they are given
10437               different names or are distributed in HTML format.
10438           </footnote>
10439         </p>
10440
10441         <p>
10442           All of these files should be installed compressed using
10443           <tt>gzip -9</tt>, as they will become large with time even
10444           if they start out small.
10445         </p>
10446
10447         <p>
10448           If the package has only one changelog which is used both as
10449           the Debian changelog and the upstream one because there is
10450           no separate upstream maintainer then that changelog should
10451           usually be installed as
10452           <file>/usr/share/doc/<var>package</var>/changelog.gz</file>; if
10453           there is a separate upstream maintainer, but no upstream
10454           changelog, then the Debian changelog should still be called
10455           <file>changelog.Debian.gz</file>.
10456         </p>
10457
10458         <p>
10459           For details about the format and contents of the Debian
10460           changelog file, please see <ref id="dpkgchangelog">.
10461         </p>
10462       </sect>
10463     </chapt>
10464
10465     <appendix id="pkg-scope">
10466       <heading>Introduction and scope of these appendices</heading>
10467
10468       <p>
10469         These appendices are taken essentially verbatim from the
10470         now-deprecated Packaging Manual, version 3.2.1.0.  They are
10471         the chapters which are likely to be of use to package
10472         maintainers and which have not already been included in the
10473         policy document itself. Most of these sections are very likely
10474         not relevant to policy; they should be treated as
10475         documentation for the packaging system. Please note that these
10476         appendices are included for convenience, and for historical
10477         reasons: they used to be part of policy package, and they have
10478         not yet been incorporated into dpkg documentation. However,
10479         they still have value, and hence they are presented here.
10480       </p>
10481
10482       <p>
10483         They have not yet been checked to ensure that they are
10484         compatible with the contents of policy, and if there are any
10485         contradictions, the version in the main policy document takes
10486         precedence.  The remaining chapters of the old Packaging
10487         Manual have also not been read in detail to ensure that there
10488         are not parts which have been left out.  Both of these will be
10489         done in due course.
10490       </p>
10491
10492       <p>
10493         Certain parts of the Packaging manual were integrated into the
10494         Policy Manual proper, and removed from the appendices. Links
10495         have been placed from the old locations to the new ones.
10496       </p>
10497
10498       <p>
10499         <prgn>dpkg</prgn> is a suite of programs for creating binary
10500         package files and installing and removing them on Unix
10501         systems.<footnote>
10502             <prgn>dpkg</prgn> is targeted primarily at Debian, but may
10503             work on or be ported to other systems.
10504         </footnote>
10505       </p>
10506
10507       <p>
10508         The binary packages are designed for the management of
10509         installed executable programs (usually compiled binaries) and
10510         their associated data, though source code examples and
10511         documentation are provided as part of some packages.</p>
10512
10513       <p>
10514         This manual describes the technical aspects of creating Debian
10515         binary packages (<file>.deb</file> files).  It documents the
10516         behavior of the package management programs
10517         <prgn>dpkg</prgn>, <prgn>dselect</prgn> et al. and the way
10518         they interact with packages.</p>
10519
10520       <p>
10521         It also documents the interaction between
10522         <prgn>dselect</prgn>'s core and the access method scripts it
10523         uses to actually install the selected packages, and describes
10524         how to create a new access method.</p>
10525
10526       <p>
10527         This manual does not go into detail about the options and
10528         usage of the package building and installation tools.  It
10529         should therefore be read in conjunction with those programs'
10530         man pages.
10531       </p>
10532
10533       <p>
10534         The utility programs which are provided with <prgn>dpkg</prgn>
10535         for managing various system configuration and similar issues,
10536         such as <prgn>update-rc.d</prgn> and
10537         <prgn>install-info</prgn>, are not described in detail here -
10538         please see their man pages.
10539       </p>
10540
10541       <p>
10542         It is assumed that the reader is reasonably familiar with the
10543         <prgn>dpkg</prgn> System Administrators' manual.
10544         Unfortunately this manual does not yet exist.
10545       </p>
10546
10547       <p>
10548         The Debian version of the FSF's GNU hello program is provided as
10549         an example for people wishing to create Debian packages. However,
10550         while the examples are helpful, they do not replace the need to
10551         read and follow the Policy and Programmer's Manual.</p>
10552     </appendix>
10553
10554     <appendix id="pkg-binarypkg">
10555       <heading>Binary packages (from old Packaging Manual)</heading>
10556
10557       <p>
10558         The binary package has two main sections.  The first part
10559         consists of various control information files and scripts used
10560         by <prgn>dpkg</prgn> when installing and removing.  See <ref
10561         id="pkg-controlarea">.
10562       </p>
10563
10564       <p>
10565         The second part is an archive containing the files and
10566         directories to be installed.
10567       </p>
10568
10569       <p>
10570         In the future binary packages may also contain other
10571         components, such as checksums and digital signatures. The
10572         format for the archive is described in full in the
10573         <file>deb(5)</file> man page.
10574       </p>
10575
10576
10577       <sect id="pkg-bincreating"><heading>Creating package files -
10578       <prgn>dpkg-deb</prgn>
10579         </heading>
10580
10581         <p>
10582           All manipulation of binary package files is done by
10583           <prgn>dpkg-deb</prgn>; it's the only program that has
10584           knowledge of the format.  (<prgn>dpkg-deb</prgn> may be
10585           invoked by calling <prgn>dpkg</prgn>, as <prgn>dpkg</prgn>
10586           will spot that the options requested are appropriate to
10587           <prgn>dpkg-deb</prgn> and invoke that instead with the same
10588           arguments.)
10589         </p>
10590
10591         <p>
10592           In order to create a binary package you must make a
10593           directory tree which contains all the files and directories
10594           you want to have in the file system data part of the package.
10595           In Debian-format source packages this directory is usually
10596           <file>debian/tmp</file>, relative to the top of the package's
10597           source tree.
10598         </p>
10599
10600         <p>
10601           They should have the locations (relative to the root of the
10602           directory tree you're constructing) ownerships and
10603           permissions which you want them to have on the system when
10604           they are installed.
10605         </p>
10606
10607         <p>
10608           With current versions of <prgn>dpkg</prgn> the uid/username
10609           and gid/groupname mappings for the users and groups being
10610           used should be the same on the system where the package is
10611           built and the one where it is installed.
10612         </p>
10613
10614         <p>
10615           You need to add one special directory to the root of the
10616           miniature file system tree you're creating:
10617           <prgn>DEBIAN</prgn>.  It should contain the control
10618           information files, notably the binary package control file
10619           (see <ref id="pkg-controlfile">).
10620         </p>
10621
10622         <p>
10623           The <prgn>DEBIAN</prgn> directory will not appear in the
10624           file system archive of the package, and so won't be installed
10625           by <prgn>dpkg</prgn> when the package is unpacked.
10626         </p>
10627
10628         <p>
10629           When you've prepared the package, you should invoke:
10630           <example>
10631   dpkg --build <var>directory</var>
10632           </example>
10633         </p>
10634
10635         <p>
10636           This will build the package in
10637           <file><var>directory</var>.deb</file>.  (<prgn>dpkg</prgn> knows
10638           that <tt>--build</tt> is a <prgn>dpkg-deb</prgn> option, so
10639           it invokes <prgn>dpkg-deb</prgn> with the same arguments to
10640           build the package.)
10641         </p>
10642
10643         <p>
10644           See the man page <manref name="dpkg-deb" section="8"> for details of how
10645           to examine the contents of this newly-created file.  You may find the
10646           output of following commands enlightening:
10647           <example>
10648   dpkg-deb --info <var>filename</var>.deb
10649   dpkg-deb --contents <var>filename</var>.deb
10650   dpkg --contents <var>filename</var>.deb
10651           </example>
10652           To view the copyright file for a package you could use this command:
10653           <example>
10654   dpkg --fsys-tarfile <var>filename</var>.deb | tar xOf - --wildcards \*/copyright | pager
10655           </example>
10656         </p>
10657       </sect>
10658
10659       <sect id="pkg-controlarea">
10660         <heading>Package control information files</heading>
10661
10662         <p>
10663           The control information portion of a binary package is a
10664           collection of files with names known to <prgn>dpkg</prgn>.
10665           It will treat the contents of these files specially - some
10666           of them contain information used by <prgn>dpkg</prgn> when
10667           installing or removing the package; others are scripts which
10668           the package maintainer wants <prgn>dpkg</prgn> to run.
10669         </p>
10670
10671         <p>
10672           It is possible to put other files in the package control
10673           information file area, but this is not generally a good idea
10674           (though they will largely be ignored).
10675         </p>
10676
10677         <p>
10678           Here is a brief list of the control information files supported
10679           by <prgn>dpkg</prgn> and a summary of what they're used for.
10680         </p>
10681
10682         <p>
10683           <taglist>
10684             <tag><tt>control</tt>
10685             <item>
10686               <p>
10687                 This is the key description file used by
10688                 <prgn>dpkg</prgn>.  It specifies the package's name
10689                 and version, gives its description for the user,
10690                 states its relationships with other packages, and so
10691                 forth.  See <ref id="sourcecontrolfiles"> and
10692                 <ref id="binarycontrolfiles">.
10693               </p>
10694
10695               <p>
10696                 It is usually generated automatically from information
10697                 in the source package by the
10698                 <prgn>dpkg-gencontrol</prgn> program, and with
10699                 assistance from <prgn>dpkg-shlibdeps</prgn>.
10700                 See <ref id="pkg-sourcetools">.
10701               </p>
10702             </item>
10703
10704             <tag><tt>postinst</tt>, <tt>preinst</tt>, <tt>postrm</tt>,
10705                  <tt>prerm</tt>
10706             </tag>
10707             <item>
10708               <p>
10709                 These are executable files (usually scripts) which
10710                 <prgn>dpkg</prgn> runs during installation, upgrade
10711                 and removal of packages.  They allow the package to
10712                 deal with matters which are particular to that package
10713                 or require more complicated processing than that
10714                 provided by <prgn>dpkg</prgn>.  Details of when and
10715                 how they are called are in <ref id="maintainerscripts">.
10716               </p>
10717
10718               <p>
10719                 It is very important to make these scripts idempotent.
10720                 See <ref id="idempotency">.
10721               </p>
10722
10723               <p>
10724                 The maintainer scripts are not guaranteed to run with a
10725                 controlling terminal and may not be able to interact with
10726                 the user.  See <ref id="controllingterminal">.
10727               </p>
10728             </item>
10729
10730             <tag><tt>conffiles</tt>
10731             </tag>
10732             <item>
10733                 This file contains a list of configuration files which
10734                 are to be handled automatically by <prgn>dpkg</prgn>
10735                 (see <ref id="pkg-conffiles">).  Note that not necessarily
10736                 every configuration file should be listed here.
10737             </item>
10738
10739             <tag><tt>shlibs</tt>
10740             </tag>
10741             <item>
10742                 This file contains a list of the shared libraries
10743                 supplied by the package, with dependency details for
10744                 each.  This is used by <prgn>dpkg-shlibdeps</prgn>
10745                 when it determines what dependencies are required in a
10746                 package control file. The <tt>shlibs</tt> file format
10747                 is described on <ref id="shlibs">.
10748             </item>
10749           </taglist>
10750         </p>
10751
10752       <sect id="pkg-controlfile">
10753         <heading>The main control information file: <tt>control</tt></heading>
10754
10755         <p>
10756           The most important control information file used by
10757           <prgn>dpkg</prgn> when it installs a package is
10758           <tt>control</tt>.  It contains all the package's "vital
10759           statistics".
10760         </p>
10761
10762         <p>
10763           The binary package control files of packages built from
10764           Debian sources are made by a special tool,
10765           <prgn>dpkg-gencontrol</prgn>, which reads
10766           <file>debian/control</file> and <file>debian/changelog</file> to
10767           find the information it needs.  See <ref id="pkg-sourcepkg"> for
10768           more details.
10769         </p>
10770
10771         <p>
10772           The fields in binary package control files are listed in
10773           <ref id="binarycontrolfiles">.
10774         </p>
10775
10776         <p>
10777           A description of the syntax of control files and the purpose
10778           of the fields is available in <ref id="controlfields">.
10779         </p>
10780       </sect>
10781
10782       <sect>
10783         <heading>Time Stamps</heading>
10784
10785         <p>
10786           See <ref id="timestamps">.
10787         </p>
10788       </sect>
10789     </appendix>
10790
10791     <appendix id="pkg-sourcepkg">
10792       <heading>Source packages (from old Packaging Manual) </heading>
10793
10794       <p>
10795         The Debian binary packages in the distribution are generated
10796         from Debian sources, which are in a special format to assist
10797         the easy and automatic building of binaries.
10798       </p>
10799
10800       <sect id="pkg-sourcetools">
10801         <heading>Tools for processing source packages</heading>
10802
10803         <p>
10804           Various tools are provided for manipulating source packages;
10805           they pack and unpack sources and help build of binary
10806           packages and help manage the distribution of new versions.
10807         </p>
10808
10809         <p>
10810           They are introduced and typical uses described here; see
10811           <manref name="dpkg-source" section="1"> for full
10812           documentation about their arguments and operation.
10813         </p>
10814
10815         <p>
10816           For examples of how to construct a Debian source package,
10817           and how to use those utilities that are used by Debian
10818           source packages, please see the <prgn>hello</prgn> example
10819           package.
10820         </p>
10821
10822         <sect1 id="pkg-dpkg-source">
10823           <heading>
10824             <prgn>dpkg-source</prgn> - packs and unpacks Debian source
10825             packages
10826           </heading>
10827
10828           <p>
10829             This program is frequently used by hand, and is also
10830             called from package-independent automated building scripts
10831             such as <prgn>dpkg-buildpackage</prgn>.
10832           </p>
10833
10834           <p>
10835             To unpack a package it is typically invoked with
10836             <example>
10837   dpkg-source -x <var>.../path/to/filename</var>.dsc
10838             </example>
10839           </p>
10840
10841            <p>
10842             with the <file><var>filename</var>.tar.gz</file> and
10843             <file><var>filename</var>.diff.gz</file> (if applicable) in
10844             the same directory.  It unpacks into
10845             <file><var>package</var>-<var>version</var></file>, and if
10846             applicable
10847             <file><var>package</var>-<var>version</var>.orig</file>, in
10848             the current directory.
10849           </p>
10850
10851           <p>
10852             To create a packed source archive it is typically invoked:
10853             <example>
10854   dpkg-source -b <var>package</var>-<var>version</var>
10855           </example>
10856           </p>
10857
10858           <p>
10859             This will create the <file>.dsc</file>, <file>.tar.gz</file> and
10860             <file>.diff.gz</file> (if appropriate) in the current
10861             directory.  <prgn>dpkg-source</prgn> does not clean the
10862             source tree first - this must be done separately if it is
10863             required.
10864           </p>
10865
10866           <p>
10867             See also <ref id="pkg-sourcearchives">.</p>
10868         </sect1>
10869
10870
10871         <sect1 id="pkg-dpkg-buildpackage">
10872           <heading>
10873             <prgn>dpkg-buildpackage</prgn> - overall package-building
10874             control script
10875           </heading>
10876
10877           <p>
10878             <prgn>dpkg-buildpackage</prgn> is a script which invokes
10879             <prgn>dpkg-source</prgn>, the <file>debian/rules</file>
10880             targets <tt>clean</tt>, <tt>build</tt> and
10881             <tt>binary</tt>, <prgn>dpkg-genchanges</prgn> and
10882             <prgn>gpg</prgn> (or <prgn>pgp</prgn>) to build a signed
10883             source and binary package upload.
10884           </p>
10885
10886           <p>
10887             It is usually invoked by hand from the top level of the
10888             built or unbuilt source directory.  It may be invoked with
10889             no arguments; useful arguments include:
10890             <taglist compact="compact">
10891               <tag><tt>-uc</tt>, <tt>-us</tt></tag>
10892               <item>
10893                 <p>
10894                   Do not sign the <tt>.changes</tt> file or the
10895                   source package <tt>.dsc</tt> file, respectively.</p>
10896               </item>
10897               <tag><tt>-p<var>sign-command</var></tt></tag>
10898               <item>
10899                 <p>
10900                   Invoke <var>sign-command</var> instead of finding
10901                   <tt>gpg</tt> or <tt>pgp</tt> on the <prgn>PATH</prgn>.
10902                   <var>sign-command</var> must behave just like
10903                   <prgn>gpg</prgn> or <tt>pgp</tt>.</p>
10904               </item>
10905               <tag><tt>-r<var>root-command</var></tt></tag>
10906               <item>
10907                 <p>
10908                   When root privilege is required, invoke the command
10909                   <var>root-command</var>.  <var>root-command</var>
10910                   should invoke its first argument as a command, from
10911                   the <prgn>PATH</prgn> if necessary, and pass its
10912                   second and subsequent arguments to the command it
10913                   calls.  If no <var>root-command</var> is supplied
10914                   then <var>dpkg-buildpackage</var> will use
10915                   the <prgn>fakeroot</prgn> command, which is sufficient
10916                   to build most packages without actually requiring root
10917                   privileges.</p>
10918               </item>
10919               <tag><tt>-b</tt>, <tt>-B</tt></tag>
10920               <item>
10921                 <p>
10922                   Two types of binary-only build and upload - see
10923                   <manref name="dpkg-source" section="1">.
10924                 </p>
10925               </item>
10926             </taglist>
10927           </p>
10928         </sect1>
10929
10930         <sect1 id="pkg-dpkg-gencontrol">
10931           <heading>
10932             <prgn>dpkg-gencontrol</prgn> - generates binary package
10933             control files
10934           </heading>
10935
10936           <p>
10937             This program is usually called from <file>debian/rules</file>
10938             (see <ref id="pkg-sourcetree">) in the top level of the source
10939             tree.
10940           </p>
10941
10942           <p>
10943             This is usually done just before the files and directories in the
10944             temporary directory tree where the package is being built have their
10945             permissions and ownerships set and the package is constructed using
10946             <prgn>dpkg-deb/</prgn>
10947               <footnote>
10948                 This is so that the control file which is produced has
10949                 the right permissions
10950             </footnote>.
10951           </p>
10952
10953           <p>
10954             <prgn>dpkg-gencontrol</prgn> must be called after all the
10955             files which are to go into the package have been placed in
10956             the temporary build directory, so that its calculation of
10957             the installed size of a package is correct.
10958           </p>
10959
10960           <p>
10961             It is also necessary for <prgn>dpkg-gencontrol</prgn> to
10962             be run after <prgn>dpkg-shlibdeps</prgn> so that the
10963             variable substitutions created by
10964             <prgn>dpkg-shlibdeps</prgn> in <file>debian/substvars</file>
10965             are available.
10966           </p>
10967
10968           <p>
10969             For a package which generates only one binary package, and
10970             which builds it in <file>debian/tmp</file> relative to the top
10971             of the source package, it is usually sufficient to call
10972             <prgn>dpkg-gencontrol</prgn>.
10973           </p>
10974
10975           <p>
10976             Sources which build several binaries will typically need
10977             something like:
10978             <example>
10979   dpkg-gencontrol -Pdebian/tmp-<var>pkg</var> -p<var>package</var>
10980             </example> The <tt>-P</tt> tells
10981             <prgn>dpkg-gencontrol</prgn> that the package is being
10982             built in a non-default directory, and the <tt>-p</tt>
10983             tells it which package's control file should be generated.
10984           </p>
10985
10986           <p>
10987             <prgn>dpkg-gencontrol</prgn> also adds information to the
10988             list of files in <file>debian/files</file>, for the benefit of
10989             (for example) a future invocation of
10990             <prgn>dpkg-genchanges</prgn>.</p>
10991         </sect1>
10992
10993         <sect1 id="pkg-dpkg-distaddfile">
10994           <heading>
10995             <prgn>dpkg-distaddfile</prgn> - adds a file to
10996             <file>debian/files</file>
10997           </heading>
10998
10999           <p>
11000             Some packages' uploads need to include files other than
11001             the source and binary package files.
11002           </p>
11003
11004           <p>
11005             <prgn>dpkg-distaddfile</prgn> adds a file to the
11006             <file>debian/files</file> file so that it will be included in
11007             the <file>.changes</file> file when
11008             <prgn>dpkg-genchanges</prgn> is run.
11009           </p>
11010
11011           <p>
11012             It is usually invoked from the <tt>binary</tt> target of
11013             <file>debian/rules</file>:
11014             <example>
11015   dpkg-distaddfile <var>filename</var> <var>section</var> <var>priority</var>
11016             </example>
11017             The <var>filename</var> is relative to the directory where
11018             <prgn>dpkg-genchanges</prgn> will expect to find it - this
11019             is usually the directory above the top level of the source
11020             tree.  The <file>debian/rules</file> target should put the
11021             file there just before or just after calling
11022             <prgn>dpkg-distaddfile</prgn>.
11023           </p>
11024
11025           <p>
11026             The <var>section</var> and <var>priority</var> are passed
11027             unchanged into the resulting <file>.changes</file> file.
11028           </p>
11029         </sect1>
11030
11031
11032         <sect1 id="pkg-dpkg-genchanges">
11033           <heading>
11034             <prgn>dpkg-genchanges</prgn> - generates a <file>.changes</file>
11035             upload control file
11036           </heading>
11037
11038           <p>
11039             This program is usually called by package-independent
11040             automatic building scripts such as
11041             <prgn>dpkg-buildpackage</prgn>, but it may also be called
11042             by hand.
11043           </p>
11044
11045           <p>
11046             It is usually called in the top level of a built source
11047             tree, and when invoked with no arguments will print out a
11048             straightforward <file>.changes</file> file based on the
11049             information in the source package's changelog and control
11050             file and the binary and source packages which should have
11051             been built.
11052           </p>
11053         </sect1>
11054
11055
11056         <sect1 id="pkg-dpkg-parsechangelog">
11057           <heading>
11058             <prgn>dpkg-parsechangelog</prgn> - produces parsed
11059             representation of a changelog
11060           </heading>
11061
11062           <p>
11063             This program is used internally by
11064             <prgn>dpkg-source</prgn> et al.  It may also occasionally
11065             be useful in <file>debian/rules</file> and elsewhere.  It
11066             parses a changelog, <file>debian/changelog</file> by default,
11067             and prints a control-file format representation of the
11068             information in it to standard output.
11069           </p>
11070         </sect1>
11071
11072         <sect1 id="pkg-dpkg-architecture">
11073           <heading>
11074             <prgn>dpkg-architecture</prgn> - information about the build and
11075             host system
11076           </heading>
11077
11078           <p>
11079             This program can be used manually, but is also invoked by
11080             <tt>dpkg-buildpackage</tt> or <file>debian/rules</file> to set
11081             environment or make variables which specify the build and host
11082             architecture for the package building process.
11083           </p>
11084         </sect1>
11085       </sect>
11086
11087       <sect id="pkg-sourcetree">
11088         <heading>The Debian package source tree</heading>
11089
11090         <p>
11091           The source archive scheme described later is intended to
11092           allow a Debian package source tree with some associated
11093           control information to be reproduced and transported easily.
11094           The Debian package source tree is a version of the original
11095           program with certain files added for the benefit of the
11096           packaging process, and with any other changes required
11097           made to the rest of the source code and installation
11098           scripts.
11099         </p>
11100
11101         <p>
11102           The extra files created for Debian are in the subdirectory
11103           <file>debian</file> of the top level of the Debian package
11104           source tree. They are described below.
11105         </p>
11106
11107         <sect1 id="pkg-debianrules">
11108           <heading><file>debian/rules</file> - the main building script</heading>
11109
11110           <p>
11111             See <ref id="debianrules">.
11112           </p>
11113         </sect1>
11114
11115         <sect1 id="pkg-srcsubstvars">
11116           <heading><file>debian/substvars</file> and variable substitutions</heading>
11117
11118           <p>
11119             See <ref id="substvars">.
11120           </p>
11121
11122         </sect1>
11123
11124         <sect1>
11125           <heading><file>debian/files</file></heading>
11126
11127           <p>
11128             See <ref id="debianfiles">.
11129           </p>
11130         </sect1>
11131
11132         <sect1><heading><file>debian/tmp</file>
11133           </heading>
11134
11135           <p>
11136             This is the canonical temporary location for the
11137             construction of binary packages by the <tt>binary</tt>
11138             target.  The directory <file>tmp</file> serves as the root of
11139             the file system tree as it is being constructed (for
11140             example, by using the package's upstream makefiles install
11141             targets and redirecting the output there), and it also
11142             contains the <tt>DEBIAN</tt> subdirectory.  See <ref
11143             id="pkg-bincreating">.
11144           </p>
11145
11146           <p>
11147             If several binary packages are generated from the same
11148             source tree it is usual to use several
11149             <file>debian/tmp<var>something</var></file> directories, for
11150             example <file>tmp-a</file> or <file>tmp-doc</file>.
11151           </p>
11152
11153           <p>
11154             Whatever <file>tmp</file> directories are created and used by
11155             <tt>binary</tt> must of course be removed by the
11156             <tt>clean</tt> target.</p></sect1>
11157       </sect>
11158
11159
11160       <sect id="pkg-sourcearchives"><heading>Source packages as archives
11161         </heading>
11162
11163         <p>
11164           As it exists on the FTP site, a Debian source package
11165           consists of three related files.  You must have the right
11166           versions of all three to be able to use them.
11167         </p>
11168
11169         <p>
11170           <taglist>
11171             <tag>Debian source control file - <tt>.dsc</tt></tag>
11172             <item>
11173                 This file is a control file used by <prgn>dpkg-source</prgn>
11174                 to extract a source package.
11175                 See <ref id="debiansourcecontrolfiles">.
11176             </item>
11177
11178             <tag>
11179               Original source archive -
11180               <file>
11181                 <var>package</var>_<var>upstream-version</var>.orig.tar.gz
11182               </file>
11183             </tag>
11184
11185             <item>
11186               <p>
11187                 This is a compressed (with <tt>gzip -9</tt>)
11188                 <prgn>tar</prgn> file containing the source code from
11189                 the upstream authors of the program.
11190               </p>
11191             </item>
11192
11193             <tag>
11194               Debian package diff -
11195               <file>
11196                 <var>package</var>_<var>upstream_version-revision</var>.diff.gz
11197               </file>
11198             </tag>
11199             <item>
11200
11201               <p>
11202                 This is a unified context diff (<tt>diff -u</tt>)
11203                 giving the changes which are required to turn the
11204                 original source into the Debian source.  These changes
11205                 may only include editing and creating plain files.
11206                 The permissions of files, the targets of symbolic
11207                 links and the characteristics of special files or
11208                 pipes may not be changed and no files may be removed
11209                 or renamed.
11210               </p>
11211
11212               <p>
11213                 All the directories in the diff must exist, except the
11214                 <file>debian</file> subdirectory of the top of the source
11215                 tree, which will be created by
11216                 <prgn>dpkg-source</prgn> if necessary when unpacking.
11217               </p>
11218
11219               <p>
11220                 The <prgn>dpkg-source</prgn> program will
11221                 automatically make the <file>debian/rules</file> file
11222                 executable (see below).</p></item>
11223           </taglist>
11224         </p>
11225
11226         <p>
11227           If there is no original source code - for example, if the
11228           package is specially prepared for Debian or the Debian
11229           maintainer is the same as the upstream maintainer - the
11230           format is slightly different: then there is no diff, and the
11231           tarfile is named
11232           <file><var>package</var>_<var>version</var>.tar.gz</file>,
11233           and preferably contains a directory named
11234           <file><var>package</var>-<var>version</var></file>.
11235         </p>
11236       </sect>
11237
11238       <sect>
11239         <heading>Unpacking a Debian source package without <prgn>dpkg-source</prgn></heading>
11240
11241         <p>
11242           <tt>dpkg-source -x</tt> is the recommended way to unpack a
11243           Debian source package.  However, if it is not available it
11244           is possible to unpack a Debian source archive as follows:
11245         <enumlist compact="compact">
11246           <item>
11247             <p>
11248               Untar the tarfile, which will create a <file>.orig</file>
11249               directory.</p>
11250           </item>
11251           <item>
11252             <p>Rename the <file>.orig</file> directory to
11253               <file><var>package</var>-<var>version</var></file>.</p>
11254           </item>
11255             <item>
11256             <p>
11257               Create the subdirectory <file>debian</file> at the top of
11258               the source tree.</p>
11259           </item>
11260           <item><p>Apply the diff using <tt>patch -p0</tt>.</p>
11261           </item>
11262           <item><p>Untar the tarfile again if you want a copy of the original
11263               source code alongside the Debian version.</p>
11264           </item>
11265         </enumlist>
11266
11267         <p>
11268           It is not possible to generate a valid Debian source archive
11269           without using <prgn>dpkg-source</prgn>.  In particular,
11270           attempting to use <prgn>diff</prgn> directly to generate the
11271           <file>.diff.gz</file> file will not work.
11272         </p>
11273
11274         <sect1>
11275           <heading>Restrictions on objects in source packages</heading>
11276
11277           <p>
11278             The source package may not contain any hard links
11279             <footnote>
11280                 This is not currently detected when building source
11281                 packages, but only when extracting
11282                 them.
11283             </footnote>
11284             <footnote>
11285                 Hard links may be permitted at some point in the
11286                 future, but would require a fair amount of
11287                 work.
11288             </footnote>, device special files, sockets or setuid or
11289             setgid files.
11290             <footnote>
11291                 Setgid directories are allowed.
11292             </footnote>
11293           </p>
11294
11295           <p>
11296             The source packaging tools manage the changes between the
11297             original and Debian source using <prgn>diff</prgn> and
11298             <prgn>patch</prgn>.  Turning the original source tree as
11299             included in the <file>.orig.tar.gz</file> into the Debian
11300             package source must not involve any changes which cannot be
11301             handled by these tools.  Problematic changes which cause
11302             <prgn>dpkg-source</prgn> to halt with an error when
11303             building the source package are:
11304             <list compact="compact">
11305               <item><p>Adding or removing symbolic links, sockets or pipes.</p>
11306               </item>
11307               <item><p>Changing the targets of symbolic links.</p>
11308               </item>
11309               <item><p>Creating directories, other than <file>debian</file>.</p>
11310               </item>
11311               <item><p>Changes to the contents of binary files.</p></item>
11312             </list> Changes which cause <prgn>dpkg-source</prgn> to
11313             print a warning but continue anyway are:
11314             <list compact="compact">
11315               <item>
11316                 <p>
11317                   Removing files, directories or symlinks.
11318                   <footnote>
11319                       Renaming a file is not treated specially - it is
11320                       seen as the removal of the old file (which
11321                       generates a warning, but is otherwise ignored),
11322                       and the creation of the new one.
11323                   </footnote>
11324                 </p>
11325               </item>
11326               <item>
11327                 <p>
11328                   Changed text files which are missing the usual final
11329                   newline (either in the original or the modified
11330                   source tree).
11331                 </p>
11332               </item>
11333             </list>
11334             Changes which are not represented, but which are not detected by
11335             <prgn>dpkg-source</prgn>, are:
11336             <list compact="compact">
11337               <item><p>Changing the permissions of files (other than
11338                   <file>debian/rules</file>) and directories.</p></item>
11339             </list>
11340           </p>
11341
11342           <p>
11343             The <file>debian</file> directory and <file>debian/rules</file>
11344             are handled specially by <prgn>dpkg-source</prgn> - before
11345             applying the changes it will create the <file>debian</file>
11346             directory, and afterwards it will make
11347             <file>debian/rules</file> world-executable.
11348           </p>
11349         </sect1>
11350       </sect>
11351     </appendix>
11352
11353     <appendix id="pkg-controlfields">
11354       <heading>Control files and their fields (from old Packaging Manual)</heading>
11355
11356       <p>
11357         Many of the tools in the <prgn>dpkg</prgn> suite manipulate
11358         data in a common format, known as control files.  Binary and
11359         source packages have control data as do the <file>.changes</file>
11360         files which control the installation of uploaded files, and
11361         <prgn>dpkg</prgn>'s internal databases are in a similar
11362         format.
11363       </p>
11364
11365       <sect>
11366         <heading>Syntax of control files</heading>
11367
11368         <p>
11369           See <ref id="controlsyntax">.
11370         </p>
11371
11372         <p>
11373           It is important to note that there are several fields which
11374           are optional as far as <prgn>dpkg</prgn> and the related
11375           tools are concerned, but which must appear in every Debian
11376           package, or whose omission may cause problems.
11377         </p>
11378       </sect>
11379
11380       <sect>
11381         <heading>List of fields</heading>
11382
11383         <p>
11384           See <ref id="controlfieldslist">.
11385         </p>
11386
11387         <p>
11388           This section now contains only the fields that didn't belong
11389           to the Policy manual.
11390         </p>
11391
11392         <sect1 id="pkg-f-Filename">
11393           <heading><tt>Filename</tt> and <tt>MSDOS-Filename</tt></heading>
11394
11395           <p>
11396             These fields in <tt>Packages</tt> files give the
11397             filename(s) of (the parts of) a package in the
11398             distribution directories, relative to the root of the
11399             Debian hierarchy.  If the package has been split into
11400             several parts the parts are all listed in order, separated
11401             by spaces.
11402           </p>
11403         </sect1>
11404
11405         <sect1 id="pkg-f-Size">
11406           <heading><tt>Size</tt> and <tt>MD5sum</tt></heading>
11407
11408           <p>
11409             These fields in <file>Packages</file> files give the size (in
11410             bytes, expressed in decimal) and MD5 checksum of the
11411             file(s) which make(s) up a binary package in the
11412             distribution.  If the package is split into several parts
11413             the values for the parts are listed in order, separated by
11414             spaces.
11415           </p>
11416         </sect1>
11417
11418         <sect1 id="pkg-f-Status">
11419           <heading><tt>Status</tt></heading>
11420
11421           <p>
11422             This field in <prgn>dpkg</prgn>'s status file records
11423             whether the user wants a package installed, removed or
11424             left alone, whether it is broken (requiring
11425             re-installation) or not and what its current state on the
11426             system is.  Each of these pieces of information is a
11427             single word.
11428           </p>
11429         </sect1>
11430
11431         <sect1 id="pkg-f-Config-Version">
11432           <heading><tt>Config-Version</tt></heading>
11433
11434           <p>
11435             If a package is not installed or not configured, this
11436             field in <prgn>dpkg</prgn>'s status file records the last
11437             version of the package which was successfully
11438             configured.
11439           </p>
11440         </sect1>
11441
11442         <sect1 id="pkg-f-Conffiles">
11443           <heading><tt>Conffiles</tt></heading>
11444
11445           <p>
11446             This field in <prgn>dpkg</prgn>'s status file contains
11447             information about the automatically-managed configuration
11448             files held by a package.  This field should <em>not</em>
11449             appear anywhere in a package!
11450           </p>
11451         </sect1>
11452
11453         <sect1>
11454           <heading>Obsolete fields</heading>
11455
11456           <p>
11457             These are still recognized by <prgn>dpkg</prgn> but should
11458             not appear anywhere any more.
11459
11460             <taglist compact="compact">
11461
11462               <tag><tt>Revision</tt></tag>
11463               <tag><tt>Package-Revision</tt></tag>
11464               <tag><tt>Package_Revision</tt></tag>
11465               <item>
11466                   The Debian revision part of the package version was
11467                   at one point in a separate control field.  This
11468                   field went through several names.
11469               </item>
11470
11471               <tag><tt>Recommended</tt></tag>
11472               <item>Old name for <tt>Recommends</tt>.</item>
11473
11474               <tag><tt>Optional</tt></tag>
11475               <item>Old name for <tt>Suggests</tt>.</item>
11476
11477               <tag><tt>Class</tt></tag>
11478               <item>Old name for <tt>Priority</tt>.</item>
11479
11480             </taglist>
11481           </p>
11482         </sect1>
11483       </sect>
11484
11485     </appendix>
11486
11487     <appendix id="pkg-conffiles">
11488       <heading>Configuration file handling (from old Packaging Manual)</heading>
11489
11490       <p>
11491         <prgn>dpkg</prgn> can do a certain amount of automatic
11492         handling of package configuration files.
11493       </p>
11494
11495       <p>
11496         Whether this mechanism is appropriate depends on a number of
11497         factors, but basically there are two approaches to any
11498         particular configuration file.
11499       </p>
11500
11501       <p>
11502         The easy method is to ship a best-effort configuration in the
11503         package, and use <prgn>dpkg</prgn>'s conffile mechanism to
11504         handle updates.  If the user is unlikely to want to edit the
11505         file, but you need them to be able to without losing their
11506         changes, and a new package with a changed version of the file
11507         is only released infrequently, this is a good approach.
11508       </p>
11509
11510       <p>
11511         The hard method is to build the configuration file from
11512         scratch in the <prgn>postinst</prgn> script, and to take the
11513         responsibility for fixing any mistakes made in earlier
11514         versions of the package automatically.  This will be
11515         appropriate if the file is likely to need to be different on
11516         each system.
11517       </p>
11518
11519       <sect><heading>Automatic handling of configuration files by
11520       <prgn>dpkg</prgn>
11521         </heading>
11522
11523         <p>
11524           A package may contain a control information file called
11525           <tt>conffiles</tt>.  This file should be a list of filenames
11526           of configuration files needing automatic handling, separated
11527           by newlines.  The filenames should be absolute pathnames,
11528           and the files referred to should actually exist in the
11529           package.
11530         </p>
11531
11532         <p>
11533           When a package is upgraded <prgn>dpkg</prgn> will process
11534           the configuration files during the configuration stage,
11535           shortly before it runs the package's <prgn>postinst</prgn>
11536           script,
11537         </p>
11538
11539         <p>
11540           For each file it checks to see whether the version of the
11541           file included in the package is the same as the one that was
11542           included in the last version of the package (the one that is
11543           being upgraded from); it also compares the version currently
11544           installed on the system with the one shipped with the last
11545           version.
11546         </p>
11547
11548         <p>
11549           If neither the user nor the package maintainer has changed
11550           the file, it is left alone.  If one or the other has changed
11551           their version, then the changed version is preferred - i.e.,
11552           if the user edits their file, but the package maintainer
11553           doesn't ship a different version, the user's changes will
11554           stay, silently, but if the maintainer ships a new version
11555           and the user hasn't edited it the new version will be
11556           installed (with an informative message).  If both have
11557           changed their version the user is prompted about the problem
11558           and must resolve the differences themselves.
11559         </p>
11560
11561         <p>
11562           The comparisons are done by calculating the MD5 message
11563           digests of the files, and storing the MD5 of the file as it
11564           was included in the most recent version of the package.
11565         </p>
11566
11567         <p>
11568           When a package is installed for the first time
11569           <prgn>dpkg</prgn> will install the file that comes with it,
11570           unless that would mean overwriting a file already on the
11571           file system.
11572         </p>
11573
11574         <p>
11575           However, note that <prgn>dpkg</prgn> will <em>not</em>
11576           replace a conffile that was removed by the user (or by a
11577           script).  This is necessary because with some programs a
11578           missing file produces an effect hard or impossible to
11579           achieve in another way, so that a missing file needs to be
11580           kept that way if the user did it.
11581         </p>
11582
11583         <p>
11584           Note that a package should <em>not</em> modify a
11585           <prgn>dpkg</prgn>-handled conffile in its maintainer
11586           scripts.  Doing this will lead to <prgn>dpkg</prgn> giving
11587           the user confusing and possibly dangerous options for
11588           conffile update when the package is upgraded.</p>
11589       </sect>
11590
11591       <sect><heading>Fully-featured maintainer script configuration
11592       handling
11593         </heading>
11594
11595         <p>
11596           For files which contain site-specific information such as
11597           the hostname and networking details and so forth, it is
11598           better to create the file in the package's
11599           <prgn>postinst</prgn> script.
11600         </p>
11601
11602         <p>
11603           This will typically involve examining the state of the rest
11604           of the system to determine values and other information, and
11605           may involve prompting the user for some information which
11606           can't be obtained some other way.
11607         </p>
11608
11609         <p>
11610           When using this method there are a couple of important
11611           issues which should be considered:
11612         </p>
11613
11614         <p>
11615           If you discover a bug in the program which generates the
11616           configuration file, or if the format of the file changes
11617           from one version to the next, you will have to arrange for
11618           the postinst script to do something sensible - usually this
11619           will mean editing the installed configuration file to remove
11620           the problem or change the syntax.  You will have to do this
11621           very carefully, since the user may have changed the file,
11622           perhaps to fix the very problem that your script is trying
11623           to deal with - you will have to detect these situations and
11624           deal with them correctly.
11625         </p>
11626
11627         <p>
11628           If you do go down this route it's probably a good idea to
11629           make the program that generates the configuration file(s) a
11630           separate program in <file>/usr/sbin</file>, by convention called
11631           <file><var>package</var>config</file> and then run that if
11632           appropriate from the post-installation script.  The
11633           <tt><var>package</var>config</tt> program should not
11634           unquestioningly overwrite an existing configuration - if its
11635           mode of operation is geared towards setting up a package for
11636           the first time (rather than any arbitrary reconfiguration
11637           later) you should have it check whether the configuration
11638           already exists, and require a <tt>--force</tt> flag to
11639           overwrite it.</p></sect>
11640     </appendix>
11641
11642     <appendix id="pkg-alternatives"><heading>Alternative versions of
11643         an interface - <prgn>update-alternatives</prgn> (from old
11644     Packaging Manual)
11645       </heading>
11646
11647       <p>
11648         When several packages all provide different versions of the
11649         same program or file it is useful to have the system select a
11650         default, but to allow the system administrator to change it
11651         and have their decisions respected.
11652       </p>
11653
11654       <p>
11655         For example, there are several versions of the <prgn>vi</prgn>
11656         editor, and there is no reason to prevent all of them from
11657         being installed at once, each under their own name
11658         (<prgn>nvi</prgn>, <prgn>vim</prgn> or whatever).
11659         Nevertheless it is desirable to have the name <tt>vi</tt>
11660         refer to something, at least by default.
11661       </p>
11662
11663       <p>
11664         If all the packages involved cooperate, this can be done with
11665         <prgn>update-alternatives</prgn>.
11666       </p>
11667
11668       <p>
11669         Each package provides its own version under its own name, and
11670         calls <prgn>update-alternatives</prgn> in its postinst to
11671         register its version (and again in its prerm to deregister
11672         it).
11673       </p>
11674
11675       <p>
11676         See the man page <manref name="update-alternatives"
11677         section="8"> for details.
11678       </p>
11679
11680       <p>
11681         If <prgn>update-alternatives</prgn> does not seem appropriate
11682         you may wish to consider using diversions instead.</p>
11683     </appendix>
11684
11685     <appendix id="pkg-diversions"><heading>Diversions - overriding a
11686     package's version of a file (from old Packaging Manual)
11687       </heading>
11688
11689       <p>
11690         It is possible to have <prgn>dpkg</prgn> not overwrite a file
11691         when it reinstalls the package it belongs to, and to have it
11692         put the file from the package somewhere else instead.
11693       </p>
11694
11695       <p>
11696         This can be used locally to override a package's version of a
11697         file, or by one package to override another's version (or
11698         provide a wrapper for it).
11699       </p>
11700
11701       <p>
11702         Before deciding to use a diversion, read <ref
11703         id="pkg-alternatives"> to see if you really want a diversion
11704         rather than several alternative versions of a program.
11705       </p>
11706
11707       <p>
11708         There is a diversion list, which is read by <prgn>dpkg</prgn>,
11709         and updated by a special program <prgn>dpkg-divert</prgn>.
11710         Please see <manref name="dpkg-divert" section="8"> for full
11711         details of its operation.
11712       </p>
11713
11714       <p>
11715         When a package wishes to divert a file from another, it should
11716         call <prgn>dpkg-divert</prgn> in its preinst to add the
11717         diversion and rename the existing file.  For example,
11718         supposing that a <prgn>smailwrapper</prgn> package wishes to
11719         install a wrapper around <file>/usr/sbin/smail</file>:
11720         <example>
11721    dpkg-divert --package smailwrapper --add --rename \
11722       --divert /usr/sbin/smail.real /usr/sbin/smail
11723         </example> The <tt>--package smailwrapper</tt> ensures that
11724         <prgn>smailwrapper</prgn>'s copy of <file>/usr/sbin/smail</file>
11725         can bypass the diversion and get installed as the true version.
11726         It's safe to add the diversion unconditionally on upgrades since
11727         it will be left unchanged if it already exists, but
11728         <prgn>dpkg-divert</prgn> will display a message.  To suppress that
11729         message, make the command conditional on the version from which
11730         the package is being upgraded:
11731         <example>
11732    if [ upgrade != "$1" ] || dpkg --compare-versions "$2" lt 1.0-2; then
11733       dpkg-divert --package smailwrapper --add --rename \
11734          --divert /usr/sbin/smail.real /usr/sbin/smail
11735    fi
11736         </example> where <tt>1.0-2</tt> is the version at which the
11737         diversion was first added to the package.  Running the command
11738         during abort-upgrade is pointless but harmless.
11739       </p>
11740
11741       <p>
11742         The postrm has to do the reverse:
11743         <example>
11744   if [ remove = "$1" -o abort-install = "$1" -o disappear = "$1" ]; then
11745      dpkg-divert --package smailwrapper --remove --rename \
11746         --divert /usr/sbin/smail.real /usr/sbin/smail
11747   fi
11748         </example> If the diversion was added at a particular version, the
11749         postrm should also handle the failure case of upgrading from an
11750         older version (unless the older version is so old that direct
11751         upgrades are no longer supported):
11752         <example>
11753   if [ abort-upgrade = "$1" ] && dpkg --compare-versions "$2" lt 1.0-2; then
11754      dpkg-divert --package smailwrapper --remove --rename \
11755         --divert /usr/sbin/smail.real /usr/sbin/smail
11756   fi
11757         </example> where <tt>1.0-2</tt> is the version at which the
11758         diversion was first added to the package.  The postrm should not
11759         remove the diversion on upgrades both because there's no reason to
11760         remove the diversion only to immediately re-add it and since the
11761         postrm of the old package is run after unpacking so the removal of
11762         the diversion will fail.
11763       </p>
11764
11765       <p>
11766         Do not attempt to divert a file which is vitally important for
11767         the system's operation - when using <prgn>dpkg-divert</prgn>
11768         there is a time, after it has been diverted but before
11769         <prgn>dpkg</prgn> has installed the new version, when the file
11770         does not exist.</p>
11771     </appendix>
11772
11773   </book>
11774 </debiandoc>
11775 <!-- Local variables: -->
11776 <!-- indent-tabs-mode: t -->
11777 <!-- End: -->
11778 <!-- vim:set ai sts=2 sw=2 tw=76: -->