]> git.donarmstrong.com Git - debian/debian-policy.git/blob - policy.sgml
Substantial revision to the new symbols draft
[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.  Alternatively, if it
5498           would be confusing to directly append <var>soversion</var>
5499           to <var>libraryname</var> (if, for
5500           example, <var>libraryname</var> itself ends in a number), you
5501           should use
5502           <package><var>libraryname</var>-<var>soversion</var></package>
5503           instead.
5504         </p>
5505
5506         <p>
5507           To determine the <var>soversion</var>, look at
5508           the <tt>SONAME</tt> of the library, stored in the
5509           ELF <tt>SONAME</tt> attribute.  it is usually of the
5510           form <tt><var>name</var>.so.<var>major-version</var></tt> (for
5511           example, <tt>libz.so.1</tt>).  The version part is the part
5512           which comes after <tt>.so.</tt>, so in that example it
5513           is <tt>1</tt>.  The soname may instead be of the
5514           form <tt><var>name</var>-<var>major-version</var>.so</tt>, such
5515           as <tt>libdb-5.1.so</tt>, in which case the name would
5516           be <tt>libdb</tt> and the version would be <tt>5.1</tt>.
5517         </p>
5518
5519         <p>
5520           If you have several shared libraries built from the same source
5521           tree, you may lump them all together into a single shared
5522           library package provided that all of their <tt>SONAME</tt>s will
5523           always change together.  Be aware that this is not normally the
5524           case, and if the <tt>SONAME</tt>s do not change together,
5525           upgrading such a merged shared library package will be
5526           unnecessarily difficult because of file conflicts with the old
5527           version of the package.  When in doubt, always split shared
5528           library packages so that each binary package installs a single
5529           shared library.
5530         </p>
5531
5532         <p>
5533           Every time the shared library ABI changes in a way that may
5534           break binaries linked against older versions of the shared
5535           library, the <tt>SONAME</tt> of the library and the
5536           corresponding name for the binary package containing the runtime
5537           shared library should change.  Normally, this means
5538           the <tt>SONAME</tt> should change any time an interface is
5539           removed from the shared library or the signature of an interface
5540           (the number of parameters or the types of parameters that it
5541           takes, for example) is changed.  This practice is vital to
5542           allowing clean upgrades from older versions of the package and
5543           clean transitions between the old ABI and new ABI without having
5544           to upgrade every affected package simultaneously.
5545         </p>
5546
5547         <p>
5548           The <tt>SONAME</tt> and binary package name need not, and indeed
5549           normally should not, change if new interfaces are added but none
5550           are removed or changed, since this will not break binaries
5551           linked against the old shared library.  Correct versioning of
5552           dependencies on the newer shared library by binaries that use
5553           the new interfaces is handled via
5554           the <qref id="sharedlibs-depends"><tt>symbols</tt>
5555           or <tt>shlibs</tt> system</qref>.
5556         </p>
5557
5558       <p>
5559         The package should install the shared libraries under
5560         their normal names.  For example, the <package>libgdbm3</package>
5561         package should install <file>libgdbm.so.3.0.0</file> as
5562         <file>/usr/lib/libgdbm.so.3.0.0</file>.  The files should not be
5563         renamed or re-linked by any <prgn>prerm</prgn> or
5564         <prgn>postrm</prgn> scripts; <prgn>dpkg</prgn> will take care
5565         of renaming things safely without affecting running programs,
5566         and attempts to interfere with this are likely to lead to
5567         problems.
5568       </p>
5569
5570       <p>
5571         Shared libraries should not be installed executable, since
5572         the dynamic linker does not require this and trying to
5573         execute a shared library usually results in a core dump.
5574       </p>
5575
5576       <p>
5577         The run-time library package should include the symbolic link for
5578         the <tt>SONAME</tt> that <prgn>ldconfig</prgn> would create for
5579         the shared libraries.  For example,
5580         the <package>libgdbm3</package> package should include a symbolic
5581         link from <file>/usr/lib/libgdbm.so.3</file> to
5582         <file>libgdbm.so.3.0.0</file>.  This is needed so that the dynamic
5583         linker (for example <prgn>ld.so</prgn> or
5584         <prgn>ld-linux.so.*</prgn>) can find the library between the
5585         time that <prgn>dpkg</prgn> installs it and the time that
5586         <prgn>ldconfig</prgn> is run in the <prgn>postinst</prgn>
5587         script.<footnote>
5588             The package management system requires the library to be
5589             placed before the symbolic link pointing to it in the
5590             <file>.deb</file> file.  This is so that when
5591             <prgn>dpkg</prgn> comes to install the symlink
5592             (overwriting the previous symlink pointing at an older
5593             version of the library), the new shared library is already
5594             in place.  In the past, this was achieved by creating the
5595             library in the temporary packaging directory before
5596             creating the symlink.  Unfortunately, this was not always
5597             effective, since the building of the tar file in the
5598             <file>.deb</file> depended on the behavior of the underlying
5599             file system.  Some file systems (such as reiserfs) reorder
5600             the files so that the order of creation is forgotten.
5601             Since version 1.7.0, <prgn>dpkg</prgn>
5602             reorders the files itself as necessary when building a
5603             package.  Thus it is no longer important to concern
5604             oneself with the order of file creation.
5605         </footnote>
5606       </p>
5607
5608         <sect1 id="ldconfig">
5609           <heading><tt>ldconfig</tt></heading>
5610
5611         <p>
5612           Any package installing shared libraries in one of the default
5613           library directories of the dynamic linker (which are currently
5614           <file>/usr/lib</file> and <file>/lib</file>) or a directory that is
5615           listed in <file>/etc/ld.so.conf</file><footnote>
5616             These are currently <file>/usr/local/lib</file> plus
5617             directories under <file>/lib</file> and <file>/usr/lib</file>
5618             matching the multiarch triplet for the system architecture.
5619           </footnote>
5620           must use <prgn>ldconfig</prgn> to update the shared library
5621           system.
5622         </p>
5623
5624         <p>
5625             The package maintainer scripts must only call
5626             <prgn>ldconfig</prgn> under these circumstances:
5627             <list compact="compact">
5628               <item>When the <prgn>postinst</prgn> script is run with a
5629                   first argument of <tt>configure</tt>, the script must call
5630                   <prgn>ldconfig</prgn>, and may optionally invoke
5631                   <prgn>ldconfig</prgn> at other times.
5632               </item>
5633               <item>When the <prgn>postrm</prgn> script is run with a
5634                   first argument of <tt>remove</tt>, the script should call
5635                   <prgn>ldconfig</prgn>.
5636               </item>
5637             </list>
5638          <footnote>
5639             <p>
5640               During install or upgrade, the preinst is called before
5641               the new files are unpacked, so calling "ldconfig" is
5642               pointless.  The preinst of an existing package can also be
5643               called if an upgrade fails.  However, this happens during
5644               the critical time when a shared libs may exist on-disk
5645               under a temporary name.  Thus, it is dangerous and
5646               forbidden by current policy to call "ldconfig" at this
5647               time.
5648             </p>
5649
5650             <p>
5651               When a package is installed or upgraded, "postinst
5652               configure" runs after the new files are safely on-disk.
5653               Since it is perfectly safe to invoke ldconfig
5654               unconditionally in a postinst, it is OK for a package to
5655               simply put ldconfig in its postinst without checking the
5656               argument.  The postinst can also be called to recover from
5657               a failed upgrade.  This happens before any new files are
5658               unpacked, so there is no reason to call "ldconfig" at this
5659               point.
5660             </p>
5661
5662             <p>
5663               For a package that is being removed, prerm is
5664               called with all the files intact, so calling ldconfig is
5665               useless.  The other calls to "prerm" happen in the case of
5666               upgrade at a time when all the files of the old package
5667               are on-disk, so again calling "ldconfig" is pointless.
5668             </p>
5669
5670             <p>
5671               postrm, on the other hand, is called with the "remove"
5672               argument just after the files are removed, so this is
5673               the proper time to call "ldconfig" to notify the system
5674               of the fact that the shared libraries from the package
5675               are removed.  The postrm can be called at several other
5676               times.  At the time of "postrm purge", "postrm
5677               abort-install", or "postrm abort-upgrade", calling
5678               "ldconfig" is useless because the shared lib files are
5679               not on-disk.  However, when "postrm" is invoked with
5680               arguments "upgrade", "failed-upgrade", or "disappear", a
5681               shared lib may exist on-disk under a temporary filename.
5682             </p>
5683           </footnote>
5684         </p>
5685         </sect1>
5686
5687       </sect>
5688
5689       <sect id="sharedlibs-support-files">
5690         <heading>Shared library support files</heading>
5691
5692         <p>
5693           If your package contains files whose names do not change with
5694           each change in the library shared object version, you must not
5695           put them in the shared library package.  Otherwise, several
5696           versions of the shared library cannot be installed at the same
5697           time without filename clashes, making upgrades and transitions
5698           unnecessarily difficult.
5699         </p>
5700
5701         <p>
5702           It is recommended that supporting files and run-time support
5703           programs that do not need to be invoked manually by users, but
5704           are nevertheless required for the package to function, be placed
5705           (if they are binary) in a subdirectory of <file>/usr/lib</file>,
5706           preferably under <file>/usr/lib/</file><var>package-name</var>.
5707           If the program or file is architecture independent, the
5708           recommendation is for it to be placed in a subdirectory of
5709           <file>/usr/share</file> instead, preferably under
5710           <file>/usr/share/</file><var>package-name</var>.  Following the
5711           <var>package-name</var> naming convention ensures that the file
5712           names change when the shared object version changes.
5713         </p>
5714
5715         <p>
5716           Run-time support programs that use the shared library but are
5717           not required for the library to function or files used by the
5718           shared library that can be used by any version of the shared
5719           library package should instead be put in a separate package.
5720           This package might typically be named
5721           <package><var>libraryname</var>-tools</package>; note the
5722           absence of the <var>soversion</var> in the package name.
5723         </p>
5724
5725         <p>
5726           Files and support programs only useful when compiling software
5727           against the library should be included in the development
5728           package for the library.<footnote>
5729             For example, a <file><var>package-name</var>-config</file>
5730             script or <package>pkg-config</package> configuration files.
5731           </footnote>
5732         </p>
5733       </sect>
5734
5735       <sect id="sharedlibs-static">
5736         <heading>Static libraries</heading>
5737
5738       <p>
5739         The static library (<file><var>libraryname.a</var></file>)
5740         is usually provided in addition to the shared version.
5741         It is placed into the development package (see below).
5742       </p>
5743
5744       <p>
5745         In some cases, it is acceptable for a library to be
5746         available in static form only; these cases include:
5747         <list>
5748           <item>libraries for languages whose shared library support
5749                 is immature or unstable</item>
5750           <item>libraries whose interfaces are in flux or under
5751                 development (commonly the case when the library's
5752                 major version number is zero, or where the ABI breaks
5753                 across patchlevels)</item>
5754           <item>libraries which are explicitly intended to be
5755                 available only in static form by their upstream
5756                 author(s)</item>
5757         </list>
5758       </p>
5759
5760       <sect id="sharedlibs-dev">
5761         <heading>Development files</heading>
5762
5763       <p>
5764         If there are development files associated with a shared library,
5765         the source package needs to generate a binary development package
5766         named <package><var>libraryname</var><var>soversion</var>-dev</package>,
5767         or if you prefer only to support one development version at a
5768         time, <package><var>libraryname</var>-dev</package>.  Installing
5769         the development package must result in installation of all the
5770         development files necessary for compiling programs against that
5771         shared library.<footnote>
5772           This wording allows the development files to be split into
5773           several packages, such as a separate architecture-independent
5774           <package><var>libraryname</var>-headers</package>, provided that
5775           the development package depends on all the required additional
5776           packages.
5777         </footnote>
5778       </p>
5779
5780       <p>
5781         In case several development versions of a library exist, you may
5782         need to use <prgn>dpkg</prgn>'s Conflicts mechanism (see
5783         <ref id="conflicts">) to ensure that the user only installs one
5784         development version at a time (as different development versions are
5785         likely to have the same header files in them, which would cause a
5786         filename clash if both were unpacked).
5787       </p>
5788
5789       <p>
5790         The development package should contain a symlink for the associated
5791         shared library without a version number. For example, the
5792         <package>libgdbm-dev</package> package should include a symlink
5793         from <file>/usr/lib/libgdbm.so</file> to
5794         <file>libgdbm.so.3.0.0</file>.  This symlink is needed by the linker
5795         (<prgn>ld</prgn>) when compiling packages, as it will only look for
5796         <file>libgdbm.so</file> when compiling dynamically.
5797       </p>
5798
5799       <p>
5800         If the package provides Ada Library Information
5801         (<file>*.ali</file>) files for use with GNAT, these files must be
5802         installed read-only (mode 0444) so that GNAT will not attempt to
5803         recompile them.  This overrides the normal file mode requirements
5804         given in <ref id="permissions-owners">.
5805       </p>
5806       </sect>
5807
5808       <sect id="sharedlibs-intradeps">
5809         <heading>Dependencies between the packages of the same library</heading>
5810
5811         <p>
5812           Typically the development version should have an exact
5813           version dependency on the runtime library, to make sure that
5814           compilation and linking happens correctly.  The
5815           <tt>${binary:Version}</tt> substitution variable can be
5816           useful for this purpose.
5817           <footnote>
5818             Previously, <tt>${Source-Version}</tt> was used, but its name
5819             was confusing and it has been deprecated since dpkg 1.13.19.
5820           </footnote>
5821         </p>
5822       </sect>
5823
5824       <sect id="sharedlibs-depends">
5825         <heading>Dependencies between the library and other
5826           packages</heading>
5827
5828         <p>
5829           If a package contains a binary or library which links to a
5830           shared library, we must ensure that, when the package is
5831           installed on the system, all of the libraries needed are also
5832           installed.  These dependencies must be added to the binary
5833           package when it is built, since they may change based on which
5834           version of a shared library the binary or library was linked
5835           with.  To allow these dependencies to be constructed, shared
5836           libraries must provide either a <file>symbols</file> file or
5837           a <file>shlibs</file> file, which provide information on the
5838           package dependencies required to ensure the presence of this
5839           library.  Any package which uses a shared library must use these
5840           files to determine the required dependencies when it is built.
5841         </p>
5842
5843         <p>
5844           These two mechanisms differ in the degree of detail that they
5845           provide.  A <file>symbols</file> file documents every symbol
5846           that is part of the library ABI and, for each, the version of
5847           the package in which it was introduced.  This permits detailed
5848           analysis of the symbols used by a particular package and
5849           construction of an accurate dependency, but it requires the
5850           package maintainer to track more information about the shared
5851           library.  A <file>shlibs</file> file, in contrast, only
5852           documents the last time the library ABI changed in any way.  It
5853           only provides information about the library as a whole, not
5854           individual symbols.  When a package is built using a shared
5855           library with only a <file>shlibs</file> file, the generated
5856           dependency will require a version of the shared library equal to
5857           or newer than the version of the last ABI change.  This
5858           generates unnecessarily restrictive dependencies compared
5859           to <file>symbols</file> files if none of the symbols used by the
5860           package have changed.  This, in turn, may make upgrades
5861           needlessly complex and unnecessarily restrict use of the package
5862           on systems with older versions of the shared libraries.
5863         </p>
5864
5865         <p>
5866           <file>shlibs<file> files also have a flawed representation of
5867           library SONAMEs, making it difficult to use <file>shlibs</file>
5868           files in some unusual corner cases.
5869         </p>
5870
5871         <p>
5872           <file>symbols</file> files are therefore recommended for most
5873           shared library packages since they provide more accurate
5874           dependencies.  For most C libraries, the additional detail
5875           required by <file>symbols</file> files is not too difficult to
5876           maintain.  However, maintaining exhaustive symbols information
5877           for a C++ library can be quite onerous, so <file>shlibs</file>
5878           files may be more appropriate for most C++ libraries.  udebs
5879           must also use <file>shlibs</file>, since the udeb infrastructure
5880           does not use <file>symbols</file>.
5881         </p>
5882
5883         <sect1 id="dpkg-shlibdeps">
5884           <heading>Generating dependencies on shared libraries</heading>
5885
5886           <p>
5887             When a package that contains any shared libraries or compiled
5888             binaries is built, it must run <prgn>dpkg-shlibdeps</prgn> on
5889             each shared library and compiled binary to determine the
5890             libraries used and hence the dependencies needed by the
5891             package.<footnote>
5892               <prgn>dpkg-shlibdeps</prgn> will use a program
5893               like <prgn>objdump</prgn> or <prgn>readelf</prgn> to find
5894               the libraries and the symbols in those libraries directly
5895               needed by the binaries or shared libraries in the package.
5896             </footnote>
5897             <prgn>dpkg-shlibdeps</prgn> will use the <file>symbols</file>
5898             or <file>shlibs</file> files installed by the shared libraries
5899             to generate dependency information.
5900           </p>
5901
5902           <p>
5903             If your package contains any compiled binaries or shared
5904             libraries, put a call to <prgn>dpkg-shlibdeps</prgn> into
5905             your <file>debian/rules</file> file in the source package.
5906             List all of the compiled binaries, libraries, or loadable
5907             modules in your package.<footnote>
5908               The easiest way to do this is to use a package helper
5909               framework such as <package>debhelper</package>.  If you are
5910               using <package>debhelper</package>,
5911               the <prgn>dh_shlibdeps</prgn> program will do this work for
5912               you.  It will also correctly handle multi-binary packages.
5913             </footnote>
5914           </p>
5915
5916           <p>
5917             If you are creating a udeb for use in the Debian Installer,
5918             you will need to specify that <prgn>dpkg-shlibdeps</prgn>
5919             should use the dependency line of type <tt>udeb</tt> by adding
5920             the <tt>-tudeb</tt> option<footnote>
5921               <prgn>dh_shlibdeps</prgn> from the <tt>debhelper</tt> suite
5922               will automatically add this option if it knows it is
5923               processing a udeb.
5924             </footnote>. If there is no dependency line of
5925             type <tt>udeb</tt> in the <file>shlibs</file>
5926             file, <prgn>dpkg-shlibdeps</prgn> will fall back to the
5927             regular dependency line.
5928           </p>
5929
5930           <p>
5931             This command puts the dependency information into
5932             the <file>debian/substvars</file> file, which is then used
5933             by <prgn>dpkg-gencontrol</prgn>.  You will need to place
5934             a <tt>${shlibs:Depends}</tt> variable in the <tt>Depends</tt>
5935             field in the control file of every binary package built by
5936             this source package that contains compiled binaries,
5937             libraries, or loadable modules.  If you have multiple binary
5938             packages, you will need to call <prgn>dpkg-shlibdeps</prgn> on
5939             each one which contains compiled libraries or binaries, using
5940             the <tt>-T</tt> option to the <tt>dpkg</tt> utilities to
5941             specify a different <file>substvars</file> file for each
5942             binary package.<footnote>
5943               Again, <prgn>dh_shlibdeps</prgn>
5944               and <prgn>dh_gencontrol</prgn> will handle everything except
5945               the control file modification for you if you're
5946               using <package>debhelper</package>, including generating
5947               separate <file>substvars</file> files for each binary
5948               package and calling <prgn>dpkg-gencontrol</prgn> with the
5949               appropriate flags.
5950             </footnote>
5951           </p>
5952
5953           <p>
5954             For more details on <prgn>dpkg-shlibdeps</prgn>,
5955             see <manref name="dpkg-shlibdeps" section="1">.
5956           </p>
5957
5958           <p>
5959             We say that a binary <tt>foo</tt> <em>directly</em> uses a
5960             library <tt>libbar</tt> if it is explicitly linked with that
5961             library (that is, the library is listed in the
5962             ELF <tt>NEEDED</tt> attribute, caused by adding <tt>-lbar</tt>
5963             to the link line when the binary is created).  Other libraries
5964             that are needed by <tt>libbar</tt> are
5965             linked <em>indirectly</em> to <tt>foo</tt>, and the dynamic
5966             linker will load them automatically when it
5967             loads <tt>libbar</tt>.  A package should depend on the
5968             libraries it directly uses, but not the libraries it
5969             indirectly uses.  The dependencies for the libraries used
5970             directly will automatically pull in the indirectly-used
5971             libraries.  <prgn>dpkg-shlibdeps</prgn> will handle this logic
5972             automatically, but package maintainers need to be aware of
5973             this distinction between directly and indirectly using a
5974             library if they have to override its results for some reason.
5975             <footnote>
5976               A good example of where this helps is the following.  We
5977               could update <tt>libimlib</tt> with a new version that
5978               supports a new revision of a graphics format called dgf (but
5979               retaining the same major version number) and depends on a
5980               new library package <package>libdgf4</package> instead of
5981               the older <package>libdgf3</package>.  If we
5982               used <prgn>ldd</prgn> to add dependencies for every library
5983               directly or indirectly linked with a binary, every package
5984               that uses <tt>libimlib</tt> would need to be recompiled so
5985               it would also depend on <package>libdgf4</package> in order
5986               to retire the older <package>libdgf3</package> package.
5987               Since dependencies are only added based on
5988               ELF <tt>NEEDED</tt> attribute, packages
5989               using <tt>libimlib</tt> can rely on <tt>libimlib</tt> itself
5990               having the dependency on an appropriate version
5991               of <tt>libdgf</tt> and do not need rebuilding.
5992             </footnote>
5993           </p>
5994         </sect1>
5995
5996         <sect1 id="sharedlibs-updates">
5997           <heading>Shared library ABI changes</heading>
5998
5999           <p>
6000             Maintaining a shared library package using
6001             either <file>symbols</file> or <file>shlibs</file> files
6002             requires being aware of the exposed ABI of the shared library
6003             and any changes to it.  Both <file>symbols</file>
6004             and <file>shlibs</file> files record every change to the ABI
6005             of the shared library; <file>symbols</file> files do so per
6006             public symbol, whereas <file>shlibs</file> files record only
6007             the last change for the entire library.
6008           </p>
6009
6010           <p>
6011             There are two types of ABI changes: ones that are
6012             backward-compatible and ones that are not.  An ABI change is
6013             backward-compatible if any binary was linked with the previous
6014             version of the shared library will still work correctly with
6015             the new version of the shared library.  Adding new symbols to
6016             the shared library is a backward-compatible change.  Removing
6017             symbols from the shared library is not.  Changing the behavior
6018             of a symbol may or may not be backward-compatible depending on
6019             the change; for example, changing a function to accept a new
6020             enum constant not previously used by the library is generally
6021             backward-compatible, but changing the members of a struct that
6022             is passed into library functions is generally not unless the
6023             library takes special precautions to accept old versions of
6024             the data structure.
6025           </p>
6026
6027           <p>
6028             ABI changes that are not backward-compatible normally require
6029             changing the <tt>SONAME</tt> of the library and therefore the
6030             shared library package name, which forces rebuilding all
6031             packages using that shared library to update their
6032             dependencies and allow them to use the new version of the
6033             shared library.  For more information,
6034             see <ref id="sharedlibs-runtime">.  The remainder of this
6035             section will deal with backward-compatible changes.
6036           </p>
6037
6038           <p>
6039             Backward-compatible changes require either updating or
6040             recording the <var>minimal-version</var> for that symbol
6041             in <file>symbols</file> files or updating the version in
6042             the <var>dependencies</var> in <file>shlibs</file> files.  For
6043             more information on how to do this in the two formats, see
6044             <ref id="symbols"> and <ref id="shlibs">.  Below are general
6045             rules that apply to both files.
6046           </p>
6047
6048           <p>
6049             The easy case is when a public symbol is added.  Simply add
6050             the version at which the symbol was introduced
6051             (for <file>symbols</file> files) or update the dependency
6052             version (for <file>shlibs</file>) files.  But special care
6053             should be taken to update dependency versions when the
6054             behavior of a public symbol changes.  This is easy to neglect,
6055             since there is no automated method of determining such
6056             changes, but failing to update versions in this case may
6057             result in binary packages with too-weak dependencies that will
6058             fail at runtime, possibly in ways that can cause security
6059             vulnerabilities.  If the package maintainer believes that a
6060             symbol behavior change may have occurred but isn't sure, it's
6061             safer to update the version rather than leave it unmodified.
6062             This may result in unnecessarily strict dependencies, but it
6063             ensures that packages whose dependencies are satisfied will
6064             work properly.
6065           </p>
6066
6067           <p>
6068             A common example of when a change to the is required is a
6069             function that takes an enum or struct argument that controls
6070             what the function does.  For example:
6071             <example>
6072               enum library_op { OP_FOO, OP_BAR };
6073               int library_do_operation(enum library_op);
6074             </example>
6075             If a new operation, <tt>OP_BAZ</tt>, is added,
6076             the <var>minimal-version</var>
6077             of <tt>library_do_operation</tt> (for <file>symbols</file>
6078             files) or the version in the dependency for the shared library
6079             (for <file>shlibs</file> files) must be increased to the
6080             version at which <tt>OP_BAZ</tt> was introduced.  Otherwise, a
6081             binary built against the new version of the library (having
6082             detected at compile-time that the library
6083             supports <tt>OP_BAZ</tt>) may be installed with a shared
6084             library that doesn't support <tt>OP_BAZ</tt> and will fail at
6085             runtime when it tries to pass <tt>OP_BAZ</tt> into this
6086             function.
6087           </p>
6088
6089           <p>
6090             Dependency versions in either <file>symbols</file>
6091             or <file>shlibs</file> files normally should not contain the
6092             Debian revision of the package, since the library behavior is
6093             normally fixed for a particular upstream version and any
6094             Debian packaging of that upstream version will have the same
6095             behavior.  In the rare case that the library behavior was
6096             changed in a particular Debian revision, appending <tt>~</tt>
6097             to the end of the version that includes the Debian revision is
6098             recommended, since this allows backports of the shared library
6099             package using the normal backport versioning convention to
6100             satisfy the dependency.
6101           </p>
6102         </sect1>
6103
6104         <sect1 id="sharedlibs-symbols">
6105           <heading>The <tt>symbols</tt> system</heading>
6106
6107           <p>
6108             In the following sections, we will first describe where the
6109             various <file>symbols</file> files are to be found, then
6110             the <file>symbols</file> file format, and finally how to
6111             create <file>symbols</file> files if your package contains a
6112             shared library.
6113           </p>
6114
6115           <sect2 id="symbols-paths">
6116             <heading>The <file>symbols</file> files present on the
6117               system</heading>
6118
6119             <p>
6120               <file>symbols</file> files for a shared library are normally
6121               provided by the shared library package, but there are
6122               several override paths that are checked first in case that
6123               information is wrong or missing.  The following list gives
6124               them in the order in which they are read
6125               by <prgn>dpkg-shlibdeps</prgn> The first one that contains
6126               the required information is used.
6127               <list>
6128                 <item>
6129                   <p><file>debian/*/DEBIAN/symbols</file></p>
6130
6131                   <p>
6132                     During the package build, if the package itself
6133                     contains shared libraries with <file>symbols</file>
6134                     files, they will be generated in these staging
6135                     directories
6136                     by <prgn>dpkg-gensymbols</prgn>.  <file>symbols</file>
6137                     files found in the build tree take precedence
6138                     over <file>symbols</file> files from other binary
6139                     packages.
6140                   </p>
6141
6142                   <p>
6143                     These files must exist
6144                     before <prgn>dpkg-shlibdeps</prgn> is run or the
6145                     dependencies of binaries and libraries from a source
6146                     package on other libraries from that same source
6147                     package will not be correct.  In practice, this means
6148                     that <prgn>dpkg-gensymbols</prgn> must be run
6149                     before <prgn>dpkg-shlibdeps</prgn> during the package
6150                     build.<footnote>
6151                       An example may clarify.  Suppose the source
6152                       package <tt>foo</tt> generates two binary
6153                       packages, <tt>libfoo2</tt> and <tt>foo-runtime</tt>.
6154                       When building the binary packages, the contents of
6155                       the packages are staged in the
6156                       directories <file>debian/libfoo2</file>
6157                       and <file>debian/foo-runtime</file> respectively.
6158                       (<file>debian/tmp</file> could be used instead of
6159                       one of these.)  Since <tt>libfoo2</tt> provides
6160                       the <tt>libfoo</tt> shared library, it will contain
6161                       a <tt>symbols</tt> file, which will be installed
6162                       in <file>debian/libfoo2/DEBIAN/symbols</file>,
6163                       eventually to be included as a control file in that
6164                       package.  When <prgn>dpkg-shlibdeps</prgn> is run on
6165                       the
6166                       executable <file>debian/foo-runtime/usr/bin/foo-prog</file>,
6167                       it will examine
6168                       the <file>debian/libfoo2/DEBIAN/symbols</file> file
6169                       to determine whether <tt>foo-prog</tt>'s library
6170                       dependencies are satisfied by any of the libraries
6171                       provided by <tt>libfoo2</tt>.  Since those binaries
6172                       were linked against the just-built shared library as
6173                       part of the build process, the <file>symbols</file>
6174                       file for the newly-built <tt>libfoo2</tt> must take
6175                       precedence over a <file>symbols</file> file for any
6176                       other <tt>libfoo2</tt> package already installed on
6177                       the system.
6178                     </footnote>
6179                   </p>
6180                 </item>
6181
6182                 <item>
6183                   <p>
6184                     <file>/etc/dpkg/symbols/<var>package</var>.symbols.<var>arch</var></file>
6185                     and <file>/etc/dpkg/symbols/<var>package</var>.symbols</file>
6186                   </p>
6187
6188                   <p>
6189                     Per-system overrides of shared library dependencies.
6190                     These files normally do not exist.  They are
6191                     maintained by the local system administrator and must
6192                     not be created by any Debian package.
6193                   </p>
6194                 </item>
6195
6196                 <item>
6197                   <p><file>symbols</file> control files for packages
6198                     installed on the system</p>
6199
6200                   <p>
6201                     The <file>symbols</file> control files for all the
6202                     packages currently installed on the system are
6203                     searched last.  This will be the most common source of
6204                     shared library dependency information.  These are
6205                     normally found
6206                     in <file>/var/lib/dpkg/info/*.symbols</file>, but
6207                     packages should not rely on this and instead should
6208                     use <tt>dpkg-query --control-path <var>package</var>
6209                     symbols</tt> if for some reason these files need to be
6210                     examined.
6211                   </p>
6212                 </item>
6213               </list>
6214             </p>
6215
6216             <p>
6217               Be aware that if a <file>debian/shlibs.local</file> exists
6218               in the source package, it will override
6219               any <file>symbols</file> files.  This is the only case where
6220               a <file>shlibs</file> is used despite <file>symbols</file>
6221               files being present.  See <ref id="shlibs-paths">
6222               and <ref id="sharedlibs-shlibdeps"> for more information.
6223             </p>
6224           </sect2>
6225
6226           <sect2 id="symbols">
6227             <heading>The <file>symbols</file> File Format</heading>
6228
6229             <p>
6230               The following documents the format of
6231               the <file>symbols</file> control file as included in binary
6232               packages.  These files are built from
6233               template <file>symbols</file> files in the source package
6234               by <prgn>dpkg-gensymbols</prgn>.  The template files support
6235               a richer syntax that allows <prgn>dpkg-gensymbols</prgn> to
6236               do some of the tedious work involved in
6237               maintaining <file>symbols</file> files, such as handling C++
6238               symbols or optional symbols that may not exist on particular
6239               architectures.  When writing <file>symbols</file> files for
6240               a shared library package, refer
6241               to <manref name="dpkg-gensymbols" section="1"> for the
6242               richer syntax.
6243             </p>
6244
6245             <p>
6246               A <file>symbols</file> may contain one or more entries, one
6247               for each shared library contained in the package
6248               corresponding to that <file>symbols</file>.  Each entry has
6249               the following format:
6250             </p>
6251
6252             <p>
6253               <example>
6254                 <var>library-soname</var> <var>main-dependency-template</var>
6255                 [| <var>alternative-dependency-template</var>]
6256                 [...]
6257                 [* <var>field-name</var>: <var>field-value</var>]
6258                 [...]
6259                 <var>symbol</var> <var>minimal-version</var>[ <var>id-of-dependency-template</var> ]
6260               </example>
6261             </p>
6262
6263             <p>
6264               To explain this format, we'll use the the <tt>zlib1g</tt>
6265               package as an example, which (at the time of writing)
6266               installs the shared
6267               library <file>/usr/lib/libz.so.1.2.3.4</file>.  Mandatory
6268               lines will be described first, followed by optional lines.
6269             </p>
6270
6271             <p>
6272               <var>library-soname</var> must contain exactly the value of
6273               the ELF <tt>SONAME</tt> attribute of the shared library.  In
6274               our example, this is <tt>libz.so.1</tt>.<footnote>
6275                 This can be determined by using the command
6276                 <example compact="compact">
6277                   readelf -d /usr/lib/libz.so.1.2.3.4 | grep SONAME
6278                 </example>
6279               </footnote>
6280             </p>
6281
6282             <p>
6283               <var>main-dependency-template</var> has the same syntax as a
6284               dependency field in a binary package control file, except
6285               that the string <tt>#MINVER#</tt> is replaced by a version
6286               restriction like <tt>(>= <var>version</var>)</tt> or by
6287               nothing if an unversioned dependency is deemed sufficient.
6288               The version restriction will be based on which symbols from
6289               the shared library are referenced and the version at which
6290               they were introduced (see below).  In nearly all
6291               cases, <var>main-dependency-template</var> will
6292               be <tt><var>package</var> #MINVER#</tt>,
6293               where <var>package</var> is the name of the binary package
6294               containing the shared library.  This adds a simple,
6295               possibly-versioned dependency on the shared library package.
6296               In some rare cases, such as when multiple packages provide
6297               the same shared library ABI, the dependency template may
6298               need to be more complex.
6299             </p>
6300
6301             <p>
6302               In our example, the first line of
6303               the <tt>zlib1g</tt> <file>symbols</file> file would be:
6304               <example compact="compact">
6305                 libz.so.1 zlib1g #MINVER#
6306               </example>
6307             </p>
6308
6309             <p>
6310               Each public symbol exported by the shared library must have
6311               a corresponding symbol line, indented by one
6312               space.  <var>symbol</var> is the exported symbol (which, for
6313               C++, means the mangled symbol) followed by <tt>@</tt> and
6314               the symbol version, or the string <tt>Base</tt> if there is
6315               no symbol version.  <var>minimal-version</var> is the most
6316               recent version of the shared library that changed the
6317               behavior of that symbol, whether by adding it, changing its
6318               function signature (the parameters, their types, or the
6319               return type), or its behavior in a way that is visible to a
6320               caller.  <var>id-of-dependency-template</var> is an optional
6321               field that references
6322               an <var>alternative-dependency-template</var>; see below for
6323               a full description.
6324             </p>
6325
6326             <p>
6327               For example, <tt>libz.so.1</tt> contains the
6328               symbols <tt>compress</tt>
6329               and <tt>compressBound</tt>.  <tt>compress</tt> has no symbol
6330               version and last changed its behavior in upstream
6331               version <tt>1:1.1.4</tt>.  <tt>compressBound</tt> has the
6332               symbol version <tt>ZLIB_1.2.0</tt>, was introduced in
6333               upstream version <tt>1:1.2.0</tt>, and has not changed its
6334               behavior.  Its <file>symbols</file> file therefore contains
6335               the lines:
6336               <example compact="compact">
6337                 compress@Base 1:1.1.4
6338                 compressBound@ZLIB_1.2.0 1:1.2.0
6339               </example>
6340               Packages using only <tt>compress</tt> would then get a
6341               dependency of <tt>zlib1g (>= 1:1.1.4)</tt>, but packages
6342               using <tt>compressBound</tt> would get a dependency
6343               of <tt>zlib1g (>= 1:1.2.0)</tt>.
6344             </p>
6345
6346             <p>
6347               One or more <var>alternative-dependency-template</var> lines
6348               may be provided.  These are used in cases where some symbols
6349               in the shared library should use one dependency template
6350               while others should use a different template.  The
6351               alternative dependency templates are used only if a symbol
6352               line contains the <var>id-of-dependency-template</var>
6353               field.  The first alternative dependency template is
6354               numbered 1, the second 2, and so forth.<footnote>
6355                 An example of where this may be needed is with a library
6356                 that implements the libGL interface.  All GL
6357                 implementations provide the same set of base interfaces,
6358                 and then may provide some additional interfaces only used
6359                 by programs that require that specific GL implementation.
6360                 So, for example, libgl1-mesa-glx may use the
6361                 following <file>symbols</file> file:
6362                 <example>
6363                   libGL.so.1 libgl1
6364                   | libgl1-mesa-glx #MINVER#
6365                   publicGlSymbol@Base 6.3-1
6366                   [...]
6367                   implementationSpecificSymbol@Base 6.5.2-7 1
6368                   [...]
6369                 </example>
6370                 Binaries or shared libraries using
6371                 only <tt>publicGlSymbol</tt> would depend only
6372                 on <tt>libgl1</tt> (which may be provided by multiple
6373                 packages), but ones
6374                 using <tt>implementationSpecificSymbol</tt> would get a
6375                 dependency on <tt>libgl1-mesa-glx (>= 6.5.2-7)</tt>
6376               </footnote>
6377             </p>
6378
6379             <p>
6380               Finally, the entry for the library may contain one or more
6381               metadata fields.  Currently, the only
6382               supported <var>field-name</var>
6383               is <tt>Build-Depends-Package</tt>, whose value lists
6384               the <qref id="sharedlibs-dev">library development
6385               package</qref> on which packages using this shared library
6386               declare a build dependency.  If this field is
6387               present, <prgn>dpkg-shlibdeps</prgn> uses it to ensure that
6388               the resulting binary package dependency on the shared
6389               library is at least as strict as the source package
6390               dependency on the shared library development
6391               package.<footnote>
6392                 This field should normally not be necessary, since if the
6393                 behavior of any symbol has changed, the corresponding
6394                 symbol <var>minimal-version</var> should have been
6395                 increased.  But including it makes the <tt>symbols</tt>
6396                 system more robust by tightening the dependency in cases
6397                 where the package using the shared library specifically
6398                 requires at least a particular version of the shared
6399                 library development package for some reason.
6400               </footnote>
6401               For our example, the <tt>zlib1g</tt> <file>symbols</file>
6402               file would contain:
6403               <example compact="compact">
6404                 * Build-Depends-Package: zlib1g-dev
6405               </example>
6406             </p>
6407
6408             <p>
6409               Also see <manref name="deb-symbols" section="5">.
6410             </p>
6411           </sect2>
6412
6413           <sect2 id="providing-symbols">
6414             <heading>Providing a <file>symbols</file> file</heading>
6415
6416             <p>
6417               If your package provides a shared library, you should
6418               arrange to include a <file>symbols</file> control file
6419               following the format described above in that package.  You
6420               must include either a <file>symbols</file> control file or
6421               a <file>shlibs</file> control file.
6422             </p>
6423
6424             <p>
6425               Normally, this is done by creating a <file>symbols</file> in
6426               the source package
6427               named <file>debian/<var>package</var>.symbols</file>
6428               or <file>debian/symbols</file>, possibly
6429               with <file>.<var>arch</var></file> appended if the symbols
6430               information varies by architecture.  This file may use the
6431               extended syntax documented in <manref name="dpkg-gensymbols"
6432               section="1">.  Then, call <prgn>dpkg-gensymbols</prgn> as
6433               part of the package build process.  It will
6434               create <file>symbols</file> files in the package staging
6435               area based on the binaries and libraries in the package
6436               staging area and the <file>symbols</file> files in the
6437               source package.<footnote>
6438                 If you are
6439                 using <tt>debhelper</tt>, <prgn>dh_makeshlibs</prgn> will
6440                 take care of calling either <prgn>dpkg-gensymbols</prgn>
6441                 or generating a <file>shlibs</file> file as appropriate.
6442               </footnote>
6443             </p>
6444
6445             <p>
6446               Packages that provide <file>symbols</file> files must keep
6447               them up-to-date to ensure correct dependencies in packages
6448               that use the shared libraries.  This means updating
6449               the <file>symbols</file> file whenever a new public symbol
6450               is added, changing the <var>minimal-version</var> field
6451               whenever a symbol changes behavior or signature in a
6452               backward-compatible way (see <ref id="sharedlibs-updates">),
6453               and changing the <var>library-soname</var>
6454               and <var>main-dependency-template</var>, and probably all of
6455               the <var>minimal-version</var> fields, when the library
6456               changes <tt>SONAME</tt>.  Removing a public symbol from
6457               the <file>symbols</file> file because it's no longer
6458               provided by the library normally requires changing
6459               the <tt>SONAME</tt> of the library.
6460               See <ref id="sharedlibs-runtime"> for more information
6461               on <tt>SONAME</tt>s.
6462             </p>
6463           </sect2>
6464         </sect1>
6465
6466         <sect1 id="sharedlibs-shlibdeps">
6467           <heading>The <tt>shlibs</tt> system</heading>
6468
6469           <p>
6470             The <tt>shlibs</tt> system is an simpler alternative to
6471             the <tt>symbols</tt> system for declaring dependencies for
6472             shared libraries.  It may be more appropriate for C++
6473             libraries and other cases where tracking individual symbols is
6474             too difficult.  It predated the <tt>symbols</tt> system and is
6475             therefore frequently seen in older packages.  It is also
6476             required for udebs, which do not support <tt>symbols</tt>.
6477           </p>
6478
6479           <p>
6480             In the following sections, we will first describe where the
6481             various <file>shlibs</file> files are to be found, then how to
6482             use <prgn>dpkg-shlibdeps</prgn>, and finally
6483             the <file>shlibs</file> file format and how to create them.
6484           </p>
6485
6486           <sect2 id="shlibs-paths">
6487             <heading>The <file>shlibs</file> files present on the
6488               system</heading>
6489
6490             <p>
6491               There are several places where <tt>shlibs</tt> files are
6492               found.  The following list gives them in the order in which
6493               they are read by <prgn>dpkg-shlibdeps</prgn>.  (The first
6494               one which gives the required information is used.)
6495               <list>
6496                 <item>
6497                   <p><file>debian/shlibs.local</file></p>
6498
6499                   <p>
6500                     This lists overrides for this package.  This file
6501                     should normally not be used, but may be needed
6502                     temporarily in unusual situations to work around bugs
6503                     in other packages, or in unusual cases where the
6504                     normally declared dependency information in the
6505                     installed <file>shlibs</file> file for a library
6506                     cannot be used.  This file overrides information
6507                     obtained from any other source.
6508                   </p>
6509                 </item>
6510
6511                 <item>
6512                   <p><file>/etc/dpkg/shlibs.override</file></p>
6513
6514                   <p>
6515                     This lists global overrides.  This list is normally
6516                     empty.  It is maintained by the local system
6517                     administrator.
6518                   </p>
6519                 </item>
6520
6521                 <item>
6522                   <p><file>DEBIAN/shlibs</file> files in the "build
6523                     directory"</p>
6524
6525                   <p>
6526                     These files are generated as part of the package build
6527                     process and staged for inclusion as control files in
6528                     the binary packages being built.  They provide details
6529                     of any shared libraries included in the same package.
6530                   </p>
6531                 </item>
6532
6533                 <item>
6534                   <p><file>shlibs</file> control files for packages
6535                     installed on the system</p>
6536
6537                   <p>
6538                     The <file>shlibs</file> control files for all the
6539                     packages currently installed on the system.  These are
6540                     normally found
6541                     in <file>/var/lib/dpkg/info/*.symbols</file>, but
6542                     packages should not rely on this and instead should
6543                     use <tt>dpkg-query --control-path <var>package</var>
6544                     shlibs</tt> if for some reason these files need to be
6545                     examined.
6546                   </p>
6547                 </item>
6548
6549                 <item>
6550                   <p><file>/etc/dpkg/shlibs.default</file></p>
6551
6552                   <p>
6553                     This file lists any shared libraries whose packages
6554                     have failed to provide correct <file>shlibs</file>
6555                     files.  It was used when the <file>shlibs</file> setup
6556                     was first introduced, but it is now normally empty.
6557                     It is maintained by the <tt>dpkg</tt> maintainer.
6558                   </p>
6559                 </item>
6560               </list>
6561             </p>
6562
6563             <p>
6564               If a <file>symbols</file> file for a shared library package
6565               is available, <prgn>dpkg-shlibdeps</prgn> will always use it
6566               in preference to a <file>shlibs</file>, with the exception
6567               of <file>debian/shlibs.local</file>.  The latter overrides
6568               any other <file>shlibs</file> or <file>symbols</file> files.
6569             </p>
6570           </sect2>
6571
6572           <sect2 id="shlibs">
6573             <heading>The <file>shlibs</file> File Format</heading>
6574
6575             <p>
6576               Each <file>shlibs</file> file has the same format.  Lines
6577               beginning with <tt>#</tt> are considered to be comments and
6578               are ignored.  Each line is of the form:
6579               <example compact="compact">
6580                 [<var>type</var>: ]<var>library-name</var> <var>soname-version</var> <var>dependencies ...</var>
6581               </example>
6582             </p>
6583
6584             <p>
6585               We will explain this by reference to the example of the
6586               <tt>zlib1g</tt> package, which (at the time of writing)
6587               installs the shared
6588               library <file>/usr/lib/libz.so.1.2.3.4</file>.
6589             </p>
6590
6591             <p>
6592               <var>type</var> is an optional element that indicates the
6593               type of package for which the line is valid. The only type
6594               currently in use is <tt>udeb</tt>.  The colon and space
6595               after the type are required.
6596             </p>
6597
6598             <p>
6599               <var>library-name</var> is the name of the shared library,
6600               in this case <tt>libz</tt>.  (This must match the name part
6601               of the soname, see below.)
6602             </p>
6603
6604             <p>
6605               <var>soname-version</var> is the version part of the
6606               ELF <tt>SONAME</tt> attribute of the library, determined the
6607               same way that the <var>soversion</var> component of the
6608               recommended shared library package name is determined.
6609               See <ref id="sharedlibs-runtime"> for the details.
6610             </p>
6611
6612             <p>
6613               <var>dependencies</var> has the same syntax as a dependency
6614               field in a binary package control file.  It should give
6615               details of which packages are required to satisfy a binary
6616               built against the version of the library contained in the
6617               package.  See <ref id="depsyntax"> for details on the
6618               syntax, and <ref id="sharedlibs-updates"> for details on how
6619               to maintain the dependency version constraint.
6620             </p>
6621
6622             <p>
6623               In our example, if the last change to the <tt>zlib1g</tt>
6624               package that could change behavior for a client of that
6625               library was in version <tt>1:1.2.3.3.dfsg-1</tt>, then
6626               the <tt>shlibs</tt> entry for this library could say:
6627               <example compact="compact">
6628                 libz 1 zlib1g (>= 1:1.2.3.3.dfsg-1)
6629               </example>
6630               This version restriction must be new enough that any binary
6631               built against the current version of the library will work
6632               with any version of the shared library that satisfies that
6633               dependency.
6634             </p>
6635
6636             <p>
6637               As zlib1g also provides a udeb containing the shared
6638               library, there would also be a second line:
6639               <example compact="compact">
6640                 udeb: libz 1 zlib1g-udeb (>= 1:1.2.3.3.dfsg-1)
6641               </example>
6642             </p>
6643           </sect2>
6644
6645           <sect2>
6646             <heading>Providing a <file>shlibs</file> file</heading>
6647
6648             <p>
6649               To provide a <file>shlibs</file> file for a shared library
6650               binary package, create a <file>shlibs</file> file following
6651               the format described above and place it in
6652               the <file>DEBIAN</file> directory for that package during
6653               the build.  It will then be included as a control file for
6654               that package<footnote>
6655                 This is what <prgn>dh_makeshlibs</prgn> in
6656                 the <package>debhelper</package> suite does. If your
6657                 package also has a udeb that provides a shared
6658                 library, <prgn>dh_makeshlibs</prgn> can automatically
6659                 generate the <tt>udeb:</tt> lines if you specify the name
6660                 of the udeb with the <tt>--add-udeb</tt> option.
6661               </footnote>.
6662             </p>
6663
6664             <p>
6665               Since <prgn>dpkg-shlibdeps</prgn> reads
6666               the <file>DEBIAN/shlibs</file> files in all of the binary
6667               packages being built from this source package, all of
6668               the <file>DEBIAN/shlibs</file> files should be installed
6669               before <prgn>dpkg-shlibdeps</prgn> is called on any of the
6670               binary packages.
6671             </p>
6672           </sect2>
6673         </sect1>
6674       </sect>
6675     </chapt>
6676
6677
6678     <chapt id="opersys"><heading>The Operating System</heading>
6679
6680       <sect>
6681         <heading>File system hierarchy</heading>
6682
6683
6684         <sect1 id="fhs">
6685           <heading>File System Structure</heading>
6686
6687           <p>
6688             The location of all files and directories must comply with the
6689             Filesystem Hierarchy Standard (FHS), version 2.3, with the
6690             exceptions noted below, and except where doing so would
6691             violate other terms of Debian Policy.  The following
6692             exceptions to the FHS apply:
6693
6694             <enumlist>
6695               <item>
6696                 <p>
6697                   The optional rules related to user specific
6698                   configuration files for applications are stored in
6699                   the user's home directory are relaxed.  It is
6700                   recommended that such files start with the
6701                   '<tt>.</tt>' character (a "dot file"), and if an
6702                   application needs to create more than one dot file
6703                   then the preferred placement is in a subdirectory
6704                   with a name starting with a '.' character, (a "dot
6705                   directory"). In this case it is recommended the
6706                   configuration files not start with the '.'
6707                   character.
6708                 </p>
6709               </item>
6710               <item>
6711                 <p>
6712                   The requirement for amd64 to use <file>/lib64</file>
6713                   for 64 bit binaries is removed.
6714                 </p>
6715               </item>
6716               <item>
6717                 <p>
6718                   The requirement for object files, internal binaries, and
6719                   libraries, including <file>libc.so.*</file>, to be located
6720                   directly under <file>/lib{,32}</file> and
6721                   <file>/usr/lib{,32}</file> is amended, permitting files
6722                   to instead be installed to
6723                   <file>/lib/<var>triplet</var></file> and
6724                   <file>/usr/lib/<var>triplet</var></file>, where
6725                   <tt><var>triplet</var></tt> is the value returned by
6726                   <tt>dpkg-architecture -qDEB_HOST_MULTIARCH</tt> for the
6727                   architecture of the package.  Packages may <em>not</em>
6728                   install files to any <var>triplet</var> path other
6729                   than the one matching the architecture of that package;
6730                   for instance, an <tt>Architecture: amd64</tt> package
6731                   containing 32-bit x86 libraries may not install these
6732                   libraries to <file>/usr/lib/i386-linux-gnu</file>.
6733                   <footnote>
6734                     This is necessary in order to reserve the directories for
6735                     use in cross-installation of library packages from other
6736                     architectures, as part of the planned deployment of
6737                     <tt>multiarch</tt>.
6738                   </footnote>
6739                 </p>
6740                 <p>
6741                   Applications may also use a single subdirectory under
6742                   <file>/usr/lib/<var>triplet</var></file>.
6743                 </p>
6744                 <p>
6745                   The execution time linker/loader, ld*, must still be made
6746                   available in the existing location under /lib or /lib64
6747                   since this is part of the ELF ABI for the architecture.
6748                 </p>
6749               </item>
6750               <item>
6751                 <p>
6752                   The requirement that
6753                   <file>/usr/local/share/man</file> be "synonymous"
6754                   with <file>/usr/local/man</file> is relaxed to a
6755                   recommendation</p>
6756               </item>
6757               <item>
6758                 <p>
6759                   The requirement that windowmanagers with a single
6760                   configuration file call it <file>system.*wmrc</file>
6761                   is removed, as is the restriction that the window
6762                   manager subdirectory be named identically to the
6763                   window manager name itself.
6764                 </p>
6765               </item>
6766               <item>
6767                 <p>
6768                   The requirement that boot manager configuration
6769                   files live in <file>/etc</file>, or at least are
6770                   symlinked there, is relaxed to a recommendation.
6771                 </p>
6772               </item>
6773               <item>
6774                 <p>
6775                   The additional directory <file>/run</file> in the root
6776                   file system is allowed.  <file>/run</file>
6777                   replaces <file>/var/run</file>, and the
6778                   subdirectory <file>/run/lock</file>
6779                   replaces <file>/var/lock</file>, with
6780                   the <file>/var</file> directories replaced by symlinks
6781                   for backwards compatibility.  <file>/run</file>
6782                   and <file>/run/lock</file> must follow all of the
6783                   requirements in the FHS for <file>/var/run</file>
6784                   and <file>/var/lock</file>, respectively, such as file
6785                   naming conventions, file format requirements, or the
6786                   requirement that files be cleared during the boot
6787                   process.  Files and directories residing
6788                   in <file>/run</file> should be stored on a temporary
6789                   file system.
6790                 </p>
6791               </item>
6792               <item>
6793                 <p>
6794                   The following directories in the root filesystem are
6795                   additionally allowed: <file>/sys</file> and
6796                   <file>/selinux</file>. <footnote>These directories
6797                   are used as mount points to mount virtual filesystems
6798                   to get access to kernel information.</footnote>
6799                 </p>
6800               </item>
6801               <item>
6802                 <p>
6803                   On GNU/Hurd systems, the following additional
6804                   directories are allowed in the root
6805                   filesystem: <file>/hurd</file>
6806                   and <file>/servers</file>.<footnote>
6807                     These directories are used to store translators and as
6808                     a set of standard names for mount points,
6809                     respectively.
6810                   </footnote>
6811                 </p>
6812               </item>
6813             </enumlist>
6814           </p>
6815
6816           <p>
6817             The version of this document referred here can be
6818             found in the <tt>debian-policy</tt> package or on <url
6819             id="http://www.debian.org/doc/packaging-manuals/fhs/"
6820               name="FHS (Debian copy)"> alongside this manual (or, if
6821             you have the <package>debian-policy</package> installed,
6822             you can try <url
6823               id="file:///usr/share/doc/debian-policy/fhs/" name="FHS
6824               (local copy)">). The
6825             latest version, which may be a more recent version, may
6826             be found on
6827             <url id="http://www.pathname.com/fhs/" name="FHS (upstream)">.
6828             Specific questions about following the standard may be
6829             asked on the <tt>debian-devel</tt> mailing list, or
6830             referred to the FHS mailing list (see the
6831             <url id="http://www.pathname.com/fhs/" name="FHS web site"> for
6832             more information).
6833           </p>
6834         </sect1>
6835
6836         <sect1>
6837           <heading>Site-specific programs</heading>
6838
6839           <p>
6840             As mandated by the FHS, packages must not place any
6841             files in <file>/usr/local</file>, either by putting them in
6842             the file system archive to be unpacked by <prgn>dpkg</prgn>
6843             or by manipulating them in their maintainer scripts.
6844           </p>
6845
6846           <p>
6847             However, the package may create empty directories below
6848             <file>/usr/local</file> so that the system administrator knows
6849             where to place site-specific files.  These are not
6850             directories <em>in</em> <file>/usr/local</file>, but are
6851             children of directories in <file>/usr/local</file>.  These
6852             directories (<file>/usr/local/*/dir/</file>)
6853             should be removed on package removal if they are
6854             empty.
6855           </p>
6856
6857           <p>
6858             Note that this applies only to
6859             directories <em>below</em> <file>/usr/local</file>,
6860             not <em>in</em> <file>/usr/local</file>.  Packages must
6861             not create sub-directories in the
6862             directory <file>/usr/local</file> itself, except those
6863             listed in FHS, section 4.5.  However, you may create
6864             directories below them as you wish. You must not remove
6865             any of the directories listed in 4.5, even if you created
6866             them.
6867           </p>
6868
6869           <p>
6870             Since <file>/usr/local</file> can be mounted read-only from a
6871             remote server, these directories must be created and
6872             removed by the <prgn>postinst</prgn> and <prgn>prerm</prgn>
6873             maintainer scripts and not be included in the
6874             <file>.deb</file> archive.  These scripts must not fail if
6875             either of these operations fail.
6876           </p>
6877
6878           <p>
6879             For example, the <tt>emacsen-common</tt> package could
6880             contain something like
6881             <example compact="compact">
6882 if [ ! -e /usr/local/share/emacs ]; then
6883   if mkdir /usr/local/share/emacs 2>/dev/null; then
6884     if chown root:staff /usr/local/share/emacs; then
6885       chmod 2775 /usr/local/share/emacs || true
6886     fi
6887   fi
6888 fi
6889             </example>
6890             in its <prgn>postinst</prgn> script, and
6891             <example compact="compact">
6892 rmdir /usr/local/share/emacs/site-lisp 2>/dev/null || true
6893 rmdir /usr/local/share/emacs 2>/dev/null || true
6894             </example>
6895             in the <prgn>prerm</prgn> script.  (Note that this form is
6896             used to ensure that if the script is interrupted, the
6897             directory <file>/usr/local/share/emacs</file> will still be
6898             removed.)
6899           </p>
6900
6901           <p>
6902             If you do create a directory in <file>/usr/local</file> for
6903             local additions to a package, you should ensure that
6904             settings in <file>/usr/local</file> take precedence over the
6905             equivalents in <file>/usr</file>.
6906           </p>
6907
6908           <p>
6909             However, because <file>/usr/local</file> and its contents are
6910             for exclusive use of the local administrator, a package
6911             must not rely on the presence or absence of files or
6912             directories in <file>/usr/local</file> for normal operation.
6913           </p>
6914
6915           <p>
6916             The <file>/usr/local</file> directory itself and all the
6917             subdirectories created by the package should (by default) have
6918             permissions 2775 (group-writable and set-group-id) and be
6919             owned by <tt>root:staff</tt>.
6920           </p>
6921         </sect1>
6922
6923         <sect1>
6924           <heading>The system-wide mail directory</heading>
6925           <p>
6926             The system-wide mail directory
6927             is <file>/var/mail</file>. This directory is part of the
6928             base system and should not be owned by any particular mail
6929             agents.  The use of the old
6930             location <file>/var/spool/mail</file> is deprecated, even
6931             though the spool may still be physically located there.
6932           </p>
6933         </sect1>
6934
6935         <sect1 id="fhs-run">
6936           <heading><file>/run</file> and <file>/run/lock</file></heading>
6937
6938           <p>
6939             The directory <file>/run</file> is cleared at boot, normally
6940             by being a mount point for a temporary file system.  Packages
6941             therefore must not assume that any files or directories
6942             under <file>/run</file> other than <file>/run/lock</file>
6943             exist unless the package has arranged to create those files or
6944             directories since the last reboot.  Normally, this is done by
6945             the package via an init script.  See <ref id="writing-init">
6946             for more information.
6947           </p>
6948
6949           <p>
6950             Packages must not include files or directories
6951             under <file>/run</file>, or under the
6952             older <file>/var/run</file> and <file>/var/lock</file> paths.
6953             The latter paths will normally be symlinks or other
6954             redirections to <file>/run</file> for backwards compatibility.
6955           </p>
6956         </sect1>
6957       </sect>
6958
6959       <sect>
6960         <heading>Users and groups</heading>
6961
6962         <sect1>
6963           <heading>Introduction</heading>
6964           <p>
6965             The Debian system can be configured to use either plain or
6966             shadow passwords.
6967           </p>
6968
6969           <p>
6970             Some user ids (UIDs) and group ids (GIDs) are reserved
6971             globally for use by certain packages.  Because some
6972             packages need to include files which are owned by these
6973             users or groups, or need the ids compiled into binaries,
6974             these ids must be used on any Debian system only for the
6975             purpose for which they are allocated. This is a serious
6976             restriction, and we should avoid getting in the way of
6977             local administration policies. In particular, many sites
6978             allocate users and/or local system groups starting at 100.
6979           </p>
6980
6981           <p>
6982             Apart from this we should have dynamically allocated ids,
6983             which should by default be arranged in some sensible
6984             order, but the behavior should be configurable.
6985           </p>
6986
6987           <p>
6988             Packages other than <tt>base-passwd</tt> must not modify
6989             <file>/etc/passwd</file>, <file>/etc/shadow</file>,
6990             <file>/etc/group</file> or <file>/etc/gshadow</file>.
6991           </p>
6992         </sect1>
6993
6994         <sect1>
6995           <heading>UID and GID classes</heading>
6996           <p>
6997             The UID and GID numbers are divided into classes as
6998             follows:
6999             <taglist>
7000               <tag>0-99:</tag>
7001               <item>
7002                 <p>
7003                   Globally allocated by the Debian project, the same
7004                   on every Debian system.  These ids will appear in
7005                   the <file>passwd</file> and <file>group</file> files of all
7006                   Debian systems, new ids in this range being added
7007                   automatically as the <tt>base-passwd</tt> package is
7008                   updated.
7009                 </p>
7010
7011                 <p>
7012                   Packages which need a single statically allocated
7013                   uid or gid should use one of these; their
7014                   maintainers should ask the <tt>base-passwd</tt>
7015                   maintainer for ids.
7016                 </p>
7017               </item>
7018
7019               <tag>100-999:</tag>
7020               <item>
7021                 <p>
7022                   Dynamically allocated system users and groups.
7023                   Packages which need a user or group, but can have
7024                   this user or group allocated dynamically and
7025                   differently on each system, should use <tt>adduser
7026                   --system</tt> to create the group and/or user.
7027                   <prgn>adduser</prgn> will check for the existence of
7028                   the user or group, and if necessary choose an unused
7029                   id based on the ranges specified in
7030                   <file>adduser.conf</file>.
7031                 </p>
7032               </item>
7033
7034               <tag>1000-59999:</tag>
7035               <item>
7036                 <p>
7037                   Dynamically allocated user accounts.  By default
7038                   <prgn>adduser</prgn> will choose UIDs and GIDs for
7039                   user accounts in this range, though
7040                   <file>adduser.conf</file> may be used to modify this
7041                   behavior.
7042                 </p>
7043               </item>
7044
7045               <tag>60000-64999:</tag>
7046               <item>
7047                 <p>
7048                   Globally allocated by the Debian project, but only
7049                   created on demand. The ids are allocated centrally
7050                   and statically, but the actual accounts are only
7051                   created on users' systems on demand.
7052                 </p>
7053
7054                 <p>
7055                   These ids are for packages which are obscure or
7056                   which require many statically-allocated ids.  These
7057                   packages should check for and create the accounts in
7058                   <file>/etc/passwd</file> or <file>/etc/group</file> (using
7059                   <prgn>adduser</prgn> if it has this facility) if
7060                   necessary.  Packages which are likely to require
7061                   further allocations should have a "hole" left after
7062                   them in the allocation, to give them room to
7063                   grow.
7064                 </p>
7065               </item>
7066
7067               <tag>65000-65533:</tag>
7068               <item>
7069                 <p>Reserved.</p>
7070               </item>
7071
7072               <tag>65534:</tag>
7073               <item>
7074                 <p>
7075                   User <tt>nobody</tt>. The corresponding gid refers
7076                   to the group <tt>nogroup</tt>.
7077                 </p>
7078               </item>
7079
7080               <tag>65535:</tag>
7081               <item>
7082                 <p>
7083                   <tt>(uid_t)(-1) == (gid_t)(-1)</tt> <em>must
7084                   not</em> be used, because it is the error return
7085                   sentinel value.
7086                 </p>
7087               </item>
7088             </taglist>
7089           </p>
7090         </sect1>
7091       </sect>
7092
7093       <sect id="sysvinit">
7094         <heading>System run levels and <file>init.d</file> scripts</heading>
7095
7096         <sect1 id="/etc/init.d">
7097           <heading>Introduction</heading>
7098
7099           <p>
7100             The <file>/etc/init.d</file> directory contains the scripts
7101             executed by <prgn>init</prgn> at boot time and when the
7102             init state (or "runlevel") is changed (see <manref
7103             name="init" section="8">).
7104           </p>
7105
7106           <p>
7107             There are at least two different, yet functionally
7108             equivalent, ways of handling these scripts.  For the sake
7109             of simplicity, this document describes only the symbolic
7110             link method. However, it must not be assumed by maintainer
7111             scripts that this method is being used, and any automated
7112             manipulation of the various runlevel behaviors by
7113             maintainer scripts must be performed using
7114             <prgn>update-rc.d</prgn> as described below and not by
7115             manually installing or removing symlinks.  For information
7116             on the implementation details of the other method,
7117             implemented in the <tt>file-rc</tt> package, please refer
7118             to the documentation of that package.
7119           </p>
7120
7121           <p>
7122             These scripts are referenced by symbolic links in the
7123             <file>/etc/rc<var>n</var>.d</file> directories.  When changing
7124             runlevels, <prgn>init</prgn> looks in the directory
7125             <file>/etc/rc<var>n</var>.d</file> for the scripts it should
7126             execute, where <tt><var>n</var></tt> is the runlevel that
7127             is being changed to, or <tt>S</tt> for the boot-up
7128             scripts.
7129           </p>
7130
7131           <p>
7132             The names of the links all have the form
7133             <file>S<var>mm</var><var>script</var></file> or
7134             <file>K<var>mm</var><var>script</var></file> where
7135             <var>mm</var> is a two-digit number and <var>script</var>
7136             is the name of the script (this should be the same as the
7137             name of the actual script in <file>/etc/init.d</file>).
7138           </p>
7139
7140           <p>
7141             When <prgn>init</prgn> changes runlevel first the targets
7142             of the links whose names start with a <tt>K</tt> are
7143             executed, each with the single argument <tt>stop</tt>,
7144             followed by the scripts prefixed with an <tt>S</tt>, each
7145             with the single argument <tt>start</tt>.  (The links are
7146             those in the <file>/etc/rc<var>n</var>.d</file> directory
7147             corresponding to the new runlevel.)  The <tt>K</tt> links
7148             are responsible for killing services and the <tt>S</tt>
7149             link for starting services upon entering the runlevel.
7150           </p>
7151
7152           <p>
7153             For example, if we are changing from runlevel 2 to
7154             runlevel 3, init will first execute all of the <tt>K</tt>
7155             prefixed scripts it finds in <file>/etc/rc3.d</file>, and then
7156             all of the <tt>S</tt> prefixed scripts in that directory.
7157             The links starting with <tt>K</tt> will cause the
7158             referred-to file to be executed with an argument of
7159             <tt>stop</tt>, and the <tt>S</tt> links with an argument
7160             of <tt>start</tt>.
7161           </p>
7162
7163           <p>
7164             The two-digit number <var>mm</var> is used to determine
7165             the order in which to run the scripts: low-numbered links
7166             have their scripts run first.  For example, the
7167             <tt>K20</tt> scripts will be executed before the
7168             <tt>K30</tt> scripts.  This is used when a certain service
7169             must be started before another.  For example, the name
7170             server <prgn>bind</prgn> might need to be started before
7171             the news server <prgn>inn</prgn> so that <prgn>inn</prgn>
7172             can set up its access lists.  In this case, the script
7173             that starts <prgn>bind</prgn> would have a lower number
7174             than the script that starts <prgn>inn</prgn> so that it
7175             runs first:
7176             <example compact="compact">
7177 /etc/rc2.d/S17bind
7178 /etc/rc2.d/S70inn
7179             </example>
7180           </p>
7181
7182           <p>
7183             The two runlevels 0 (halt) and 6 (reboot) are slightly
7184             different.  In these runlevels, the links with an
7185             <tt>S</tt> prefix are still called after those with a
7186             <tt>K</tt> prefix, but they too are called with the single
7187             argument <tt>stop</tt>.
7188           </p>
7189         </sect1>
7190
7191         <sect1 id="writing-init">
7192           <heading>Writing the scripts</heading>
7193
7194           <p>
7195             Packages that include daemons for system services should
7196             place scripts in <file>/etc/init.d</file> to start or stop
7197             services at boot time or during a change of runlevel.
7198             These scripts should be named
7199             <file>/etc/init.d/<var>package</var></file>, and they should
7200             accept one argument, saying what to do:
7201
7202             <taglist>
7203               <tag><tt>start</tt></tag>
7204               <item>start the service,</item>
7205
7206               <tag><tt>stop</tt></tag>
7207               <item>stop the service,</item>
7208
7209               <tag><tt>restart</tt></tag>
7210               <item>stop and restart the service if it's already running,
7211                   otherwise start the service</item>
7212
7213               <tag><tt>reload</tt></tag>
7214               <item><p>cause the configuration of the service to be
7215                   reloaded without actually stopping and restarting
7216                   the service,</item>
7217
7218               <tag><tt>force-reload</tt></tag>
7219               <item>cause the configuration to be reloaded if the
7220                   service supports this, otherwise restart the
7221                   service.</item>
7222             </taglist>
7223
7224             The <tt>start</tt>, <tt>stop</tt>, <tt>restart</tt>, and
7225             <tt>force-reload</tt> options should be supported by all
7226             scripts in <file>/etc/init.d</file>, the <tt>reload</tt>
7227             option is optional.
7228           </p>
7229
7230           <p>
7231             The <file>init.d</file> scripts must ensure that they will
7232             behave sensibly (i.e., returning success and not starting
7233             multiple copies of a service) if invoked with <tt>start</tt>
7234             when the service is already running, or with <tt>stop</tt>
7235             when it isn't, and that they don't kill unfortunately-named
7236             user processes.  The best way to achieve this is usually to
7237             use <prgn>start-stop-daemon</prgn> with the <tt>--oknodo</tt>
7238             option.
7239           </p>
7240
7241           <p>
7242             Be careful of using <tt>set -e</tt> in <file>init.d</file>
7243             scripts.  Writing correct <file>init.d</file> scripts requires
7244             accepting various error exit statuses when daemons are already
7245             running or already stopped without aborting
7246             the <file>init.d</file> script, and common <file>init.d</file>
7247             function libraries are not safe to call with <tt>set -e</tt>
7248             in effect<footnote>
7249               <tt>/lib/lsb/init-functions</tt>, which assists in writing
7250               LSB-compliant init scripts, may fail if <tt>set -e</tt> is
7251               in effect and echoing status messages to the console fails,
7252               for example.
7253             </footnote>.  For <tt>init.d</tt> scripts, it's often easier
7254             to not use <tt>set -e</tt> and instead check the result of
7255             each command separately.
7256           </p>
7257
7258           <p>
7259             If a service reloads its configuration automatically (as
7260             in the case of <prgn>cron</prgn>, for example), the
7261             <tt>reload</tt> option of the <file>init.d</file> script
7262             should behave as if the configuration has been reloaded
7263             successfully.
7264           </p>
7265
7266           <p>
7267             The <file>/etc/init.d</file> scripts must be treated as
7268             configuration files, either (if they are present in the
7269             package, that is, in the .deb file) by marking them as
7270             <tt>conffile</tt>s, or, (if they do not exist in the .deb)
7271             by managing them correctly in the maintainer scripts (see
7272             <ref id="config-files">).  This is important since we want
7273             to give the local system administrator the chance to adapt
7274             the scripts to the local system, e.g., to disable a
7275             service without de-installing the package, or to specify
7276             some special command line options when starting a service,
7277             while making sure their changes aren't lost during the next
7278             package upgrade.
7279           </p>
7280
7281           <p>
7282             These scripts should not fail obscurely when the
7283             configuration files remain but the package has been
7284             removed, as configuration files remain on the system after
7285             the package has been removed.  Only when <prgn>dpkg</prgn>
7286             is executed with the <tt>--purge</tt> option will
7287             configuration files be removed.  In particular, as the
7288             <file>/etc/init.d/<var>package</var></file> script itself is
7289             usually a <tt>conffile</tt>, it will remain on the system
7290             if the package is removed but not purged.  Therefore, you
7291             should include a <tt>test</tt> statement at the top of the
7292             script, like this:
7293             <example compact="compact">
7294 test -f <var>program-executed-later-in-script</var> || exit 0
7295             </example>
7296           </p>
7297
7298           <p>
7299             Often there are some variables in the <file>init.d</file>
7300             scripts whose values control the behavior of the scripts,
7301             and which a system administrator is likely to want to
7302             change.  As the scripts themselves are frequently
7303             <tt>conffile</tt>s, modifying them requires that the
7304             administrator merge in their changes each time the package
7305             is upgraded and the <tt>conffile</tt> changes.  To ease
7306             the burden on the system administrator, such configurable
7307             values should not be placed directly in the script.
7308             Instead, they should be placed in a file in
7309             <file>/etc/default</file>, which typically will have the same
7310             base name as the <file>init.d</file> script.  This extra file
7311             should be sourced by the script when the script runs.  It
7312             must contain only variable settings and comments in SUSv3
7313             <prgn>sh</prgn> format.  It may either be a
7314             <tt>conffile</tt> or a configuration file maintained by
7315             the package maintainer scripts.  See <ref id="config-files">
7316             for more details.
7317           </p>
7318
7319           <p>
7320             To ensure that vital configurable values are always
7321             available, the <file>init.d</file> script should set default
7322             values for each of the shell variables it uses, either
7323             before sourcing the <file>/etc/default/</file> file or
7324             afterwards using something like the <tt>:
7325             ${VAR:=default}</tt> syntax.  Also, the <file>init.d</file>
7326             script must behave sensibly and not fail if the
7327             <file>/etc/default</file> file is deleted.
7328           </p>
7329
7330           <p>
7331             Files and directories under <file>/run</file>, including ones
7332             referred to via the compatibility paths <file>/var/run</file>
7333             and <file>/var/lock</file>, are normally stored on a temporary
7334             filesystem and are normally not persistent across a reboot.
7335             The <file>init.d</file> scripts must handle this correctly.
7336             This will typically mean creating any required subdirectories
7337             dynamically when the <file>init.d</file> script is run.
7338             See <ref id="fhs-run"> for more information.
7339           </p>
7340         </sect1>
7341
7342         <sect1>
7343           <heading>Interfacing with the initscript system</heading>
7344
7345           <p>
7346             Maintainers should use the abstraction layer provided by
7347             the <prgn>update-rc.d</prgn> and <prgn>invoke-rc.d</prgn>
7348             programs to deal with initscripts in their packages'
7349             scripts such as <prgn>postinst</prgn>, <prgn>prerm</prgn>
7350             and <prgn>postrm</prgn>.
7351           </p>
7352
7353           <p>
7354             Directly managing the /etc/rc?.d links and directly
7355             invoking the <file>/etc/init.d/</file> initscripts should
7356             be done only by packages providing the initscript
7357             subsystem (such as <prgn>sysv-rc</prgn> and
7358             <prgn>file-rc</prgn>).
7359           </p>
7360
7361           <sect2>
7362             <heading>Managing the links</heading>
7363
7364             <p>
7365               The program <prgn>update-rc.d</prgn> is provided for
7366               package maintainers to arrange for the proper creation and
7367               removal of <file>/etc/rc<var>n</var>.d</file> symbolic links,
7368               or their functional equivalent if another method is being
7369               used.  This may be used by maintainers in their packages'
7370               <prgn>postinst</prgn> and <prgn>postrm</prgn> scripts.
7371             </p>
7372
7373             <p>
7374               You must not include any <file>/etc/rc<var>n</var>.d</file>
7375               symbolic links in the actual archive or manually create or
7376               remove the symbolic links in maintainer scripts; you must
7377               use the <prgn>update-rc.d</prgn> program instead.  (The
7378               former will fail if an alternative method of maintaining
7379               runlevel information is being used.)  You must not include
7380               the <file>/etc/rc<var>n</var>.d</file> directories themselves
7381               in the archive either.  (Only the <tt>sysvinit</tt>
7382               package may do so.)
7383             </p>
7384
7385             <p>
7386               By default <prgn>update-rc.d</prgn> will start services in
7387               each of the multi-user state runlevels (2, 3, 4, and 5)
7388               and stop them in the halt runlevel (0), the single-user
7389               runlevel (1) and the reboot runlevel (6).  The system
7390               administrator will have the opportunity to customize
7391               runlevels by simply adding, moving, or removing the
7392               symbolic links in <file>/etc/rc<var>n</var>.d</file> if
7393               symbolic links are being used, or by modifying
7394               <file>/etc/runlevel.conf</file> if the <tt>file-rc</tt> method
7395               is being used.
7396             </p>
7397
7398             <p>
7399               To get the default behavior for your package, put in your
7400               <prgn>postinst</prgn> script
7401               <example compact="compact">
7402                 update-rc.d <var>package</var> defaults
7403               </example>
7404               and in your <prgn>postrm</prgn>
7405               <example compact="compact">
7406                 if [ "$1" = purge ]; then
7407                 update-rc.d <var>package</var> remove
7408                 fi
7409               </example>. Note that if your package changes runlevels
7410               or priority, you may have to remove and recreate the links,
7411               since otherwise the old links may persist. Refer to the
7412               documentation of <prgn>update-rc.d</prgn>.
7413             </p>
7414
7415             <p>
7416               This will use a default sequence number of 20.  If it does
7417               not matter when or in which order the <file>init.d</file>
7418               script is run, use this default.  If it does, then you
7419               should talk to the maintainer of the <prgn>sysvinit</prgn>
7420               package or post to <tt>debian-devel</tt>, and they will
7421               help you choose a number.
7422             </p>
7423
7424             <p>
7425               For more information about using <tt>update-rc.d</tt>,
7426               please consult its man page <manref name="update-rc.d"
7427                 section="8">.
7428             </p>
7429           </sect2>
7430
7431           <sect2>
7432             <heading>Running initscripts</heading>
7433             <p>
7434               The program <prgn>invoke-rc.d</prgn> is provided to make
7435               it easier for package maintainers to properly invoke an
7436               initscript, obeying runlevel and other locally-defined
7437               constraints that might limit a package's right to start,
7438               stop and otherwise manage services. This program may be
7439               used by maintainers in their packages' scripts.
7440             </p>
7441
7442             <p>
7443               The package maintainer scripts must use
7444               <prgn>invoke-rc.d</prgn> to invoke the
7445               <file>/etc/init.d/*</file> initscripts, instead of
7446               calling them directly.
7447             </p>
7448
7449             <p>
7450               By default, <prgn>invoke-rc.d</prgn> will pass any
7451               action requests (start, stop, reload, restart...) to the
7452               <file>/etc/init.d</file> script, filtering out requests
7453               to start or restart a service out of its intended
7454               runlevels.
7455             </p>
7456
7457             <p>
7458               Most packages will simply need to change:
7459               <example compact="compact">/etc/init.d/&lt;package&gt;
7460               &lt;action&gt;</example> in their <prgn>postinst</prgn>
7461               and <prgn>prerm</prgn> scripts to:
7462               <example compact="compact">
7463         if which invoke-rc.d >/dev/null 2>&1; then
7464                 invoke-rc.d <var>package</var> &lt;action&gt;
7465         else
7466                 /etc/init.d/<var>package</var> &lt;action&gt;
7467         fi
7468               </example>
7469             </p>
7470
7471             <p>
7472               A package should register its initscript services using
7473               <prgn>update-rc.d</prgn> before it tries to invoke them
7474               using <prgn>invoke-rc.d</prgn>. Invocation of
7475               unregistered services may fail.
7476             </p>
7477
7478             <p>
7479               For more information about using
7480               <prgn>invoke-rc.d</prgn>, please consult its man page
7481               <manref name="invoke-rc.d" section="8">.
7482             </p>
7483           </sect2>
7484         </sect1>
7485
7486         <sect1>
7487           <heading>Boot-time initialization</heading>
7488
7489           <p>
7490             There used to be another directory, <file>/etc/rc.boot</file>,
7491             which contained scripts which were run once per machine
7492             boot. This has been deprecated in favour of links from
7493             <file>/etc/rcS.d</file> to files in <file>/etc/init.d</file> as
7494             described in <ref id="/etc/init.d">.  Packages must not
7495             place files in <file>/etc/rc.boot</file>.
7496           </p>
7497         </sect1>
7498
7499         <sect1>
7500           <heading>Example</heading>
7501
7502           <p>
7503             An example on which you can base your
7504             <file>/etc/init.d</file> scripts is found in
7505             <file>/etc/init.d/skeleton</file>.
7506           </p>
7507
7508         </sect1>
7509       </sect>
7510
7511       <sect>
7512         <heading>Console messages from <file>init.d</file> scripts</heading>
7513
7514         <p>
7515           This section describes the formats to be used for messages
7516           written to standard output by the <file>/etc/init.d</file>
7517           scripts.  The intent is to improve the consistency of
7518           Debian's startup and shutdown look and feel.  For this
7519           reason, please look very carefully at the details.  We want
7520           the messages to have the same format in terms of wording,
7521           spaces, punctuation and case of letters.
7522         </p>
7523
7524         <p>
7525           Here is a list of overall rules that should be used for
7526           messages generated by <file>/etc/init.d</file> scripts.  
7527         </p>
7528
7529         <p>
7530           <list>
7531             <item>
7532                 The message should fit in one line (fewer than 80
7533                 characters), start with a capital letter and end with
7534                 a period (<tt>.</tt>) and line feed (<tt>"\n"</tt>).
7535             </item>
7536
7537             <item>
7538               If the script is performing some time consuming task in
7539               the background (not merely starting or stopping a
7540               program, for instance), an ellipsis (three dots:
7541               <tt>...</tt>) should be output to the screen, with no
7542               leading or tailing whitespace or line feeds.
7543             </item>
7544
7545             <item>
7546               The messages should appear as if the computer is telling
7547               the user what it is doing (politely :-), but should not
7548                 mention "it" directly.  For example, instead of:
7549                 <example compact="compact">
7550 I'm starting network daemons: nfsd mountd.
7551                 </example>
7552                 the message should say
7553                 <example compact="compact">
7554 Starting network daemons: nfsd mountd.
7555                 </example>
7556             </item>
7557           </list>
7558         </p>
7559
7560         <p>
7561           <tt>init.d</tt> script should use the following  standard
7562           message formats for the situations enumerated below.
7563         </p>
7564
7565         <p>
7566           <list>
7567             <item>
7568               <p>When daemons are started</p>
7569
7570               <p>
7571                 If the script starts one or more daemons, the output
7572                 should look like this (a single line, no leading
7573                 spaces):
7574                 <example compact="compact">
7575 Starting <var>description</var>: <var>daemon-1</var> ... <var>daemon-n</var>.
7576                 </example>
7577                 The <var>description</var> should describe the
7578                 subsystem the daemon or set of daemons are part of,
7579                 while <var>daemon-1</var> up to <var>daemon-n</var>
7580                 denote each daemon's name (typically the file name of
7581                 the program).
7582               </p>
7583
7584               <p>
7585                 For example, the output of <file>/etc/init.d/lpd</file>
7586                 would look like:
7587                 <example compact="compact">
7588 Starting printer spooler: lpd.
7589                 </example>
7590               </p>
7591
7592               <p>
7593                 This can be achieved by saying
7594                 <example compact="compact">
7595 echo -n "Starting printer spooler: lpd"
7596 start-stop-daemon --start --quiet --exec /usr/sbin/lpd
7597 echo "."
7598                 </example>
7599                 in the script. If there are more than one daemon to
7600                 start, the output should look like this:
7601                 <example compact="compact">
7602 echo -n "Starting remote file system services:"
7603 echo -n " nfsd"; start-stop-daemon --start --quiet nfsd
7604 echo -n " mountd"; start-stop-daemon --start --quiet mountd
7605 echo -n " ugidd"; start-stop-daemon --start --quiet ugidd
7606 echo "."
7607                 </example>
7608                 This makes it possible for the user to see what is
7609                 happening and when the final daemon has been started.
7610                 Care should be taken in the placement of white spaces:
7611                 in the example above the system administrators can
7612                 easily comment out a line if they don't want to start
7613                 a specific daemon, while the displayed message still
7614                 looks good.
7615               </p>
7616             </item>
7617
7618             <item>
7619               <p>When a system parameter is being set</p>
7620
7621               <p>
7622                 If you have to set up different system parameters
7623                 during the system boot, you should use this format:
7624                 <example compact="compact">
7625 Setting <var>parameter</var> to "<var>value</var>".
7626                 </example>
7627               </p>
7628
7629               <p>
7630                 You can use a statement such as the following to get
7631                 the quotes right:
7632                 <example compact="compact">
7633 echo "Setting DNS domainname to \"$domainname\"."
7634                 </example>
7635               </p>
7636
7637               <p>
7638                 Note that the same symbol (<tt>"</tt>) <!-- " --> is used
7639                 for the left and right quotation marks.  A grave accent
7640                 (<tt>`</tt>) is not a quote character; neither is an
7641                 apostrophe (<tt>'</tt>).
7642               </p>
7643             </item>
7644
7645             <item>
7646               <p>When a daemon is stopped or restarted</p>
7647
7648               <p>
7649                 When you stop or restart a daemon, you should issue a
7650                 message identical to the startup message, except that
7651                 <tt>Starting</tt> is replaced with <tt>Stopping</tt>
7652                 or <tt>Restarting</tt> respectively.
7653               </p>
7654
7655               <p>
7656                 For example, stopping the printer daemon will look like
7657                 this:
7658                 <example compact="compact">
7659 Stopping printer spooler: lpd.
7660                 </example>
7661               </p>
7662             </item>
7663
7664             <item>
7665               <p>When something is executed</p>
7666
7667               <p>
7668                 There are several examples where you have to run a
7669                 program at system startup or shutdown to perform a
7670                 specific task, for example, setting the system's clock
7671                 using <prgn>netdate</prgn> or killing all processes
7672                 when the system shuts down.  Your message should look
7673                 like this:
7674                 <example compact="compact">
7675 Doing something very useful...done.
7676                 </example>
7677                 You should print the <tt>done.</tt> immediately after
7678                 the job has been completed, so that the user is
7679                 informed why they have to wait.  You can get this
7680                 behavior by saying
7681                 <example compact="compact">
7682 echo -n "Doing something very useful..."
7683 do_something
7684 echo "done."
7685                 </example>
7686                 in your script.
7687               </p>
7688             </item>
7689
7690             <item>
7691               <p>When the configuration is reloaded</p>
7692
7693               <p>
7694                 When a daemon is forced to reload its configuration
7695                 files you should use the following format:
7696                 <example compact="compact">
7697 Reloading <var>description</var> configuration...done.
7698                 </example>
7699                 where <var>description</var> is the same as in the
7700                 daemon starting message.
7701               </p>
7702             </item>
7703           </list>
7704         </p>
7705       </sect>
7706
7707       <sect id="cron-jobs">
7708         <heading>Cron jobs</heading>
7709
7710         <p>
7711           Packages must not modify the configuration file
7712           <file>/etc/crontab</file>, and they must not modify the files in
7713           <file>/var/spool/cron/crontabs</file>.
7714         </p>
7715
7716         <p>
7717           If a package wants to install a job that has to be executed via
7718           cron, it should place a file named as specified
7719           in <ref id="cron-files"> into one or more of the following
7720           directories:
7721           <example compact="compact">
7722 /etc/cron.hourly
7723 /etc/cron.daily
7724 /etc/cron.weekly
7725 /etc/cron.monthly
7726           </example>
7727           As these directory names imply, the files within them are
7728           executed on an hourly, daily, weekly, or monthly basis,
7729           respectively. The exact times are listed in
7730           <file>/etc/crontab</file>.
7731         </p>
7732
7733         <p>
7734           All files installed in any of these directories must be
7735           scripts (e.g., shell scripts or Perl scripts) so that they
7736           can easily be modified by the local system administrator.
7737           In addition, they must be treated as configuration files.
7738         </p>
7739
7740         <p>
7741           If a certain job has to be executed at some other frequency or
7742           at a specific time, the package should install a file in
7743           <file>/etc/cron.d</file> with a name as specified
7744           in <ref id="cron-files">.  This file uses the same syntax
7745           as <file>/etc/crontab</file> and is processed
7746           by <prgn>cron</prgn> automatically. The file must also be
7747           treated as a configuration file. (Note that entries in the
7748           <file>/etc/cron.d</file> directory are not handled by
7749           <prgn>anacron</prgn>. Thus, you should only use this
7750           directory for jobs which may be skipped if the system is not
7751           running.)
7752         </p>
7753
7754         <p>
7755           Unlike <file>crontab</file> files described in the IEEE Std
7756           1003.1-2008 (POSIX.1) available from
7757           <url id="http://www.opengroup.org/onlinepubs/9699919799/"
7758                name="The Open Group">, the files in
7759           <file>/etc/cron.d</file> and the file
7760           <file>/etc/crontab</file> have seven fields; namely:
7761           <enumlist>
7762             <item>Minute [0,59]</item>
7763             <item>Hour [0,23]</item>
7764             <item>Day of the month [1,31]</item>
7765             <item>Month of the year [1,12]</item>
7766             <item>Day of the week ([0,6] with 0=Sunday)</item>
7767             <item>Username</item>
7768             <item>Command to be run</item>
7769           </enumlist>
7770           Ranges of numbers are allowed.  Ranges are two numbers
7771           separated with a hyphen.  The specified range is inclusive.
7772           Lists are allowed.  A list is a set of numbers (or ranges)
7773           separated by commas. Step values can be used in conjunction
7774           with ranges.
7775         </p>
7776
7777         <p>
7778           The scripts or <tt>crontab</tt> entries in these directories should
7779           check if all necessary programs are installed before they
7780           try to execute them. Otherwise, problems will arise when a
7781           package was removed but not purged since configuration files
7782           are kept on the system in this situation.
7783         </p>
7784
7785         <p>
7786           Any <tt>cron</tt> daemon must provide
7787           <file>/usr/bin/crontab</file> and support normal
7788           <tt>crontab</tt> entries as specified in POSIX. The daemon
7789           must also support names for days and months, ranges, and
7790           step values. It has to support <file>/etc/crontab</file>,
7791           and correctly execute the scripts in
7792           <file>/etc/cron.d</file>. The daemon must also correctly
7793           execute scripts in
7794           <file>/etc/cron.{hourly,daily,weekly,monthly}</file>.
7795         </p>
7796
7797         <sect1 id="cron-files">
7798           <heading>Cron job file names</heading>
7799
7800           <p>
7801             The file name of a cron job file should normally match the
7802             name of the package from which it comes.
7803           </p>
7804
7805           <p>
7806             If a package supplies multiple cron job files files in the
7807             same directory, the file names should all start with the name
7808             of the package (possibly modified as described below) followed
7809             by a hyphen (<tt>-</tt>) and a suitable suffix.
7810           </p>
7811
7812           <p>
7813             A cron job file name must not include any period or plus
7814             characters (<tt>.</tt> or <tt>+</tt>) characters as this will
7815             cause cron to ignore the file.  Underscores (<tt>_</tt>)
7816             should be used instead of <tt>.</tt> and <tt>+</tt>
7817             characters.
7818           </p>
7819         </sect1>
7820       </sect>
7821
7822       <sect id="menus">
7823         <heading>Menus</heading>
7824
7825         <p>
7826           The Debian <tt>menu</tt> package provides a standard
7827           interface between packages providing applications and
7828           <em>menu programs</em> (either X window managers or
7829           text-based menu programs such as <prgn>pdmenu</prgn>).
7830         </p>
7831
7832         <p>
7833           All packages that provide applications that need not be
7834           passed any special command line arguments for normal
7835           operation should register a menu entry for those
7836           applications, so that users of the <tt>menu</tt> package
7837           will automatically get menu entries in their window
7838           managers, as well in shells like <tt>pdmenu</tt>.
7839         </p>
7840
7841         <p>
7842           Menu entries should follow the current menu policy.
7843         </p>
7844
7845         <p>
7846           The menu policy can be found in the <tt>menu-policy</tt>
7847           files in the <tt>debian-policy</tt> package.
7848           It is also available from the Debian web mirrors at
7849           <tt><url name="/doc/packaging-manuals/menu-policy/"
7850                 id="http://www.debian.org/doc/packaging-manuals/menu-policy/"></tt>.
7851         </p>
7852
7853         <p>
7854           Please also refer to the <em>Debian Menu System</em>
7855           documentation that comes with the <package>menu</package>
7856           package for information about how to register your
7857           applications.
7858         </p>
7859       </sect>
7860
7861       <sect id="mime">
7862         <heading>Multimedia handlers</heading>
7863
7864         <p>
7865           MIME (Multipurpose Internet Mail Extensions, RFCs 2045-2049)
7866           is a mechanism for encoding files and data streams and
7867           providing meta-information about them, in particular their
7868           type (e.g. audio or video) and format (e.g. PNG, HTML,
7869           MP3).
7870         </p>
7871
7872         <p>
7873           Registration of MIME type handlers allows programs like mail
7874           user agents and web browsers to invoke these handlers to
7875           view, edit or display MIME types they don't support directly.
7876         </p>
7877
7878         <p>
7879           Packages which provide the ability to view/show/play,
7880           compose, edit or print MIME types should register themselves
7881           as such following the current MIME support policy.
7882         </p>
7883
7884         <p>
7885           The <package>mime-support</package> package provides the
7886           <prgn>update-mime</prgn> program which allows packages to
7887           register programs that can show, compose, edit or print
7888           MIME types.
7889         </p>
7890
7891         <p>
7892           Packages containing such programs must register them
7893           with <prgn>update-mime</prgn> as documented in <manref
7894           name="update-mime" section="8">. They should <em>not</em> depend
7895           on, recommend, or suggest <prgn>mime-support</prgn>. Instead,
7896           they should just put something like the following in the
7897           <tt>postinst</tt> and <tt>postrm</tt> scripts:
7898
7899           <example>
7900   if [ -x /usr/sbin/update-mime ]; then
7901       update-mime
7902   fi
7903           </example>
7904         </p>
7905
7906       </sect>
7907
7908       <sect>
7909         <heading>Keyboard configuration</heading>
7910
7911         <p>
7912           To achieve a consistent keyboard configuration so that all
7913           applications interpret a keyboard event the same way, all
7914           programs in the Debian distribution must be configured to
7915           comply with the following guidelines.
7916         </p>
7917
7918         <p>
7919           The following keys must have the specified interpretations:
7920
7921           <taglist>
7922             <tag><tt>&lt;--</tt></tag>
7923             <item>delete the character to the left of the cursor</item>
7924
7925             <tag><tt>Delete</tt></tag>
7926             <item>delete the character to the right of the cursor</item>
7927
7928             <tag><tt>Control+H</tt></tag>
7929             <item>emacs: the help prefix</item>
7930           </taglist>
7931
7932           The interpretation of any keyboard events should be
7933           independent of the terminal that is used, be it a virtual
7934           console, an X terminal emulator, an rlogin/telnet session,
7935           etc.
7936         </p>
7937
7938         <p>
7939           The following list explains how the different programs
7940           should be set up to achieve this:
7941         </p>
7942
7943         <p>
7944           <list>
7945             <item>
7946                 <tt>&lt;--</tt> generates <tt>KB_BackSpace</tt> in X.
7947             </item>
7948
7949             <item>
7950                 <tt>Delete</tt> generates <tt>KB_Delete</tt> in X.
7951             </item>
7952
7953             <item>
7954                 X translations are set up to make
7955                 <tt>KB_Backspace</tt> generate ASCII DEL, and to make
7956                 <tt>KB_Delete</tt> generate <tt>ESC [ 3 ~</tt> (this
7957                 is the vt220 escape code for the "delete character"
7958                 key).  This must be done by loading the X resources
7959                 using <prgn>xrdb</prgn> on all local X displays, not
7960                 using the application defaults, so that the
7961                 translation resources used correspond to the
7962                 <prgn>xmodmap</prgn> settings.
7963             </item>
7964
7965             <item>
7966                 The Linux console is configured to make
7967                 <tt>&lt;--</tt> generate DEL, and <tt>Delete</tt>
7968                 generate <tt>ESC [ 3 ~</tt>.
7969             </item>
7970
7971             <item>
7972                 X applications are configured so that <tt>&lt;</tt>
7973                 deletes left, and <tt>Delete</tt> deletes right.  Motif
7974                 applications already work like this.
7975             </item>
7976
7977             <item>
7978                 Terminals should have <tt>stty erase ^?</tt> .
7979             </item>
7980
7981             <item>
7982                 The <tt>xterm</tt> terminfo entry should have <tt>ESC
7983                 [ 3 ~</tt> for <tt>kdch1</tt>, just as for
7984                 <tt>TERM=linux</tt> and <tt>TERM=vt220</tt>.
7985             </item>
7986
7987             <item>
7988                 Emacs is programmed to map <tt>KB_Backspace</tt> or
7989                 the <tt>stty erase</tt> character to
7990                 <tt>delete-backward-char</tt>, and <tt>KB_Delete</tt>
7991                 or <tt>kdch1</tt> to <tt>delete-forward-char</tt>, and
7992                 <tt>^H</tt> to <tt>help</tt> as always.
7993             </item>
7994
7995             <item>
7996                 Other applications use the <tt>stty erase</tt>
7997                 character and <tt>kdch1</tt> for the two delete keys,
7998                 with ASCII DEL being "delete previous character" and
7999                 <tt>kdch1</tt> being "delete character under
8000                 cursor".
8001             </item>
8002
8003           </list>
8004         </p>
8005
8006         <p>
8007           This will solve the problem except for the following
8008           cases:
8009         </p>
8010
8011         <p>
8012           <list>
8013             <item>
8014                 Some terminals have a <tt>&lt;--</tt> key that cannot
8015                 be made to produce anything except <tt>^H</tt>.  On
8016                 these terminals Emacs help will be unavailable on
8017                 <tt>^H</tt> (assuming that the <tt>stty erase</tt>
8018                 character takes precedence in Emacs, and has been set
8019                 correctly).  <tt>M-x help</tt> or <tt>F1</tt> (if
8020                 available) can be used instead.
8021             </item>
8022
8023             <item>
8024                 Some operating systems use <tt>^H</tt> for <tt>stty
8025                 erase</tt>.  However, modern telnet versions and all
8026                 rlogin versions propagate <tt>stty</tt> settings, and
8027                 almost all UNIX versions honour <tt>stty erase</tt>.
8028                 Where the <tt>stty</tt> settings are not propagated
8029                 correctly, things can be made to work by using
8030                 <tt>stty</tt> manually.
8031             </item>
8032
8033             <item>
8034                 Some systems (including previous Debian versions) use
8035                 <prgn>xmodmap</prgn> to arrange for both
8036                 <tt>&lt;--</tt> and <tt>Delete</tt> to generate
8037                 <tt>KB_Delete</tt>.  We can change the behavior of
8038                 their X clients using the same X resources that we use
8039                 to do it for our own clients, or configure our clients
8040                 using their resources when things are the other way
8041                 around.  On displays configured like this
8042                 <tt>Delete</tt> will not work, but <tt>&lt;--</tt>
8043                 will.
8044             </item>
8045
8046             <item>
8047                 Some operating systems have different <tt>kdch1</tt>
8048                 settings in their <tt>terminfo</tt> database for
8049                 <tt>xterm</tt> and others.  On these systems the
8050                 <tt>Delete</tt> key will not work correctly when you
8051                 log in from a system conforming to our policy, but
8052                 <tt>&lt;--</tt> will.
8053             </item>
8054           </list>
8055         </p>
8056       </sect>
8057
8058       <sect>
8059         <heading>Environment variables</heading>
8060
8061         <p>
8062           A program must not depend on environment variables to get
8063           reasonable defaults.  (That's because these environment
8064           variables would have to be set in a system-wide
8065           configuration file like <file>/etc/profile</file>, which is not
8066           supported by all shells.)
8067         </p>
8068
8069         <p>
8070           If a program usually depends on environment variables for its
8071           configuration, the program should be changed to fall back to
8072           a reasonable default configuration if these environment
8073           variables are not present. If this cannot be done easily
8074           (e.g., if the source code of a non-free program is not
8075           available), the program must be replaced by a small
8076           "wrapper" shell script which sets the environment variables
8077           if they are not already defined, and calls the original program.
8078         </p>
8079
8080         <p>
8081           Here is an example of a wrapper script for this purpose:
8082
8083           <example compact="compact">
8084 #!/bin/sh
8085 BAR=${BAR:-/var/lib/fubar}
8086 export BAR
8087 exec /usr/lib/foo/foo "$@"
8088           </example>
8089         </p>
8090
8091         <p>
8092           Furthermore, as <file>/etc/profile</file> is a configuration
8093           file of the <prgn>base-files</prgn> package, other packages must
8094           not put any environment variables or other commands into that
8095           file.
8096         </p>
8097       </sect>
8098
8099       <sect id="doc-base">
8100         <heading>Registering Documents using doc-base</heading>
8101
8102         <p>
8103           The <package>doc-base</package> package implements a
8104           flexible mechanism for handling and presenting
8105           documentation. The recommended practice is for every Debian
8106           package that provides online documentation (other than just
8107           manual pages) to register these documents with
8108           <package>doc-base</package> by installing a
8109           <package>doc-base</package> control file in
8110           <file>/usr/share/doc-base/</file>.
8111         </p> 
8112         <p>
8113           Please refer to the documentation that comes with the
8114           <package>doc-base</package>  package for information and
8115           details. 
8116         </p>
8117       </sect>
8118
8119     </chapt>
8120
8121
8122     <chapt id="files">
8123       <heading>Files</heading>
8124
8125       <sect id="binaries">
8126         <heading>Binaries</heading>
8127
8128         <p>
8129           Two different packages must not install programs with
8130           different functionality but with the same filenames.  (The
8131           case of two programs having the same functionality but
8132           different implementations is handled via "alternatives" or
8133           the "Conflicts" mechanism.  See <ref id="maintscripts"> and
8134           <ref id="conflicts"> respectively.)  If this case happens,
8135           one of the programs must be renamed.  The maintainers should
8136           report this to the <tt>debian-devel</tt> mailing list and
8137           try to find a consensus about which program will have to be
8138           renamed.  If a consensus cannot be reached, <em>both</em>
8139           programs must be renamed.
8140         </p>
8141
8142         <p>
8143          By default, when a package is being built, any binaries
8144          created should include debugging information, as well as
8145          being compiled with optimization.  You should also turn on
8146          as many reasonable compilation warnings as possible; this
8147          makes life easier for porters, who can then look at build
8148          logs for possible problems.  For the C programming language,
8149          this means the following compilation parameters should be
8150          used:
8151           <example compact="compact">
8152 CC = gcc
8153 CFLAGS = -O2 -g -Wall # sane warning options vary between programs
8154 LDFLAGS = # none
8155 INSTALL = install -s # (or use strip on the files in debian/tmp)
8156           </example>
8157         </p>
8158
8159         <p>
8160           Note that by default all installed binaries should be stripped,
8161           either by using the <tt>-s</tt> flag to
8162           <prgn>install</prgn>, or by calling <prgn>strip</prgn> on
8163           the binaries after they have been copied into
8164           <file>debian/tmp</file> but before the tree is made into a
8165           package.
8166         </p>
8167
8168         <p>
8169           Although binaries in the build tree should be compiled with
8170           debugging information by default, it can often be difficult to
8171           debug programs if they are also subjected to compiler
8172           optimization.  For this reason, it is recommended to support the
8173           standardized environment variable <tt>DEB_BUILD_OPTIONS</tt>
8174           (see <ref id="debianrules-options">).  This variable can contain
8175           several flags to change how a package is compiled and built.
8176         </p>
8177
8178         <p>
8179           It is up to the package maintainer to decide what
8180           compilation options are best for the package.  Certain
8181           binaries (such as computationally-intensive programs) will
8182           function better with certain flags (<tt>-O3</tt>, for
8183           example); feel free to use them.  Please use good judgment
8184           here.  Don't use flags for the sake of it; only use them
8185           if there is good reason to do so.  Feel free to override
8186           the upstream author's ideas about which compilation
8187           options are best: they are often inappropriate for our
8188           environment.
8189         </p>
8190       </sect>
8191
8192
8193       <sect id="libraries">
8194         <heading>Libraries</heading>
8195
8196         <p>
8197           If the package is <strong>architecture: any</strong>, then
8198           the shared library compilation and linking flags must have
8199           <tt>-fPIC</tt>, or the package shall not build on some of
8200           the supported architectures<footnote>
8201             <p>
8202               If you are using GCC, <tt>-fPIC</tt> produces code with
8203               relocatable position independent code, which is required for
8204               most architectures to create a shared library, with i386 and
8205               perhaps some others where non position independent code is
8206               permitted in a shared library.
8207             </p>
8208             <p>
8209               Position independent code may have a performance penalty,
8210               especially on <tt>i386</tt>. However, in most cases the
8211               speed penalty must be measured against the memory wasted on
8212               the few architectures where non position independent code is
8213               even possible.
8214             </p>
8215           </footnote>. Any exception to this rule must be discussed on
8216           the mailing list <em>debian-devel@lists.debian.org</em>, and
8217           a rough consensus obtained.  The reasons for not compiling
8218           with <tt>-fPIC</tt> flag must be recorded in the file
8219           <tt>README.Debian</tt>, and care must be taken to either
8220           restrict the architecture or arrange for <tt>-fPIC</tt> to
8221           be used on architectures where it is required.<footnote>
8222             <p>
8223               Some of the reasons why this might be required is if the
8224               library contains hand crafted assembly code that is not
8225               relocatable, the speed penalty is excessive for compute
8226               intensive libs, and similar reasons.
8227             </p>
8228           </footnote>
8229         </p>
8230         <p>
8231           As to the static libraries, the common case is not to have
8232           relocatable code, since there is no benefit, unless in specific
8233           cases; therefore the static version must not be compiled
8234           with the <tt>-fPIC</tt> flag. Any exception to this rule
8235           should be discussed on the mailing list
8236           <em>debian-devel@lists.debian.org</em>,  and the reasons for
8237           compiling with the <tt>-fPIC</tt> flag must be recorded in
8238           the file <tt>README.Debian</tt>. <footnote>
8239             <p>
8240               Some of the reasons for linking static libraries with
8241               the <tt>-fPIC</tt> flag are if, for example, one needs a
8242               Perl API for a library that is under rapid development,
8243               and has an unstable API, so shared libraries are
8244               pointless at this phase of the library's development. In
8245               that case, since Perl needs a library with relocatable
8246               code, it may make sense to create a static library with
8247               relocatable code. Another reason cited is if you are
8248               distilling various libraries into a common shared
8249               library, like <tt>mklibs</tt> does in the Debian
8250               installer project.
8251             </p>
8252           </footnote>
8253         </p>
8254         <p>
8255           In other words, if both a shared and a static library is
8256           being built, each source unit (<tt>*.c</tt>, for example,
8257           for C files) will need to be compiled twice, for the normal
8258           case. 
8259         </p>
8260
8261         <p>
8262           Libraries should be built with threading support and to be
8263           thread-safe if the library supports this.
8264         </p>
8265
8266         <p>
8267           Although not enforced by the build tools, shared libraries
8268           must be linked against all libraries that they use symbols from
8269           in the same way that binaries are.  This ensures the correct
8270           functioning of the <qref id="sharedlibs-symbols">symbols</qref>
8271           and <qref id="sharedlibs-shlibdeps">shlibs</qref>
8272           systems and guarantees that all libraries can be safely opened
8273           with <tt>dlopen()</tt>.  Packagers may wish to use the gcc
8274           option <tt>-Wl,-z,defs</tt> when building a shared library.
8275           Since this option enforces symbol resolution at build time,
8276           a missing library reference will be caught early as a fatal
8277           build error.
8278         </p>
8279
8280         <p>
8281           All installed shared libraries should be stripped with
8282           <example compact="compact">
8283 strip --strip-unneeded <var>your-lib</var>
8284           </example>
8285           (The option <tt>--strip-unneeded</tt> makes
8286           <prgn>strip</prgn> remove only the symbols which aren't
8287           needed for relocation processing.)  Shared libraries can
8288           function perfectly well when stripped, since the symbols for
8289           dynamic linking are in a separate part of the ELF object
8290           file.<footnote>
8291               You might also want to use the options
8292               <tt>--remove-section=.comment</tt> and
8293               <tt>--remove-section=.note</tt> on both shared libraries
8294               and executables, and <tt>--strip-debug</tt> on static
8295               libraries.
8296           </footnote>
8297         </p>
8298
8299         <p>
8300           Note that under some circumstances it may be useful to
8301           install a shared library unstripped, for example when
8302           building a separate package to support debugging.
8303         </p>
8304
8305         <p>
8306           Shared object files (often <file>.so</file> files) that are not
8307           public libraries, that is, they are not meant to be linked
8308           to by third party executables (binaries of other packages),
8309           should be installed in subdirectories of the
8310           <file>/usr/lib</file> directory.  Such files are exempt from the
8311           rules that govern ordinary shared libraries, except that
8312           they must not be installed executable and should be
8313           stripped.<footnote>
8314               A common example are the so-called "plug-ins",
8315               internal shared objects that are dynamically loaded by
8316               programs using <manref name="dlopen" section="3">.
8317           </footnote>
8318         </p>
8319
8320         <p>
8321           Packages that use <prgn>libtool</prgn> to create and install
8322           their shared libraries install a file containing additional
8323           metadata (ending in <file>.la</file>) alongside the library.
8324           For public libraries intended for use by other packages, these
8325           files normally should not be included in the Debian package,
8326           since the information they include is not necessary to link with
8327           the shared library on Debian and can add unnecessary additional
8328           dependencies to other programs or libraries.<footnote>
8329             These files store, among other things, all libraries on which
8330             that shared library depends.  Unfortunately, if
8331             the <file>.la</file> file is present and contains that
8332             dependency information, using <prgn>libtool</prgn> when
8333             linking against that library will cause the resulting program
8334             or library to be linked against those dependencies as well,
8335             even if this is unnecessary.  This can create unneeded
8336             dependencies on shared library packages that would otherwise
8337             be hidden behind the library ABI, and can make library
8338             transitions to new SONAMEs unnecessarily complicated and
8339             difficult to manage.
8340           </footnote>
8341           If the <file>.la</file> file is required for that library (if,
8342           for instance, it's loaded via <tt>libltdl</tt> in a way that
8343           requires that meta-information), the <tt>dependency_libs</tt>
8344           setting in the <file>.la</file> file should normally be set to
8345           the empty string.  If the shared library development package has
8346           historically included the <file>.la</file>, it must be retained
8347           in the development package (with <tt>dependency_libs</tt>
8348           emptied) until all libraries that depend on it have removed or
8349           emptied <tt>dependency_libs</tt> in their <file>.la</file>
8350           files to prevent linking with those other libraries
8351           using <prgn>libtool</prgn> from failing.
8352         </p>
8353
8354         <p>
8355           If the <file>.la</file> must be included, it should be included
8356           in the development (<tt>-dev</tt>) package, unless the library
8357           will be loaded by <prgn>libtool</prgn>'s <tt>libltdl</tt>
8358           library.  If it is intended for use with <tt>libltdl</tt>,
8359           the <file>.la</file> files must go in the run-time library
8360           package.
8361         </p>
8362
8363         <p>
8364           These requirements for handling of <file>.la</file> files do not
8365           apply to loadable modules or libraries not installed in
8366           directories searched by default by the dynamic linker.  Packages
8367           installing loadable modules will frequently need to install
8368           the <file>.la</file> files alongside the modules so that they
8369           can be loaded by <tt>libltdl</tt>.  <tt>dependency_libs</tt>
8370           does not need to be modified for libraries or modules that are
8371           not installed in directories searched by the dynamic linker by
8372           default and not intended for use by other packages.
8373         </p>
8374
8375         <p>
8376           You must make sure that you use only released versions of
8377           shared libraries to build your packages; otherwise other
8378           users will not be able to run your binaries
8379           properly. Producing source packages that depend on
8380           unreleased compilers is also usually a bad
8381           idea.
8382         </p>
8383       </sect>
8384
8385
8386       <sect>
8387         <heading>Shared libraries</heading>
8388         <p>
8389           This section has moved to <ref id="sharedlibs">.
8390         </p>
8391       </sect>
8392
8393
8394       <sect id="scripts">
8395         <heading>Scripts</heading>
8396
8397         <p>
8398           All command scripts, including the package maintainer
8399           scripts inside the package and used by <prgn>dpkg</prgn>,
8400           should have a <tt>#!</tt> line naming the shell to be used
8401           to interpret them.
8402         </p>
8403
8404         <p>
8405           In the case of Perl scripts this should be
8406           <tt>#!/usr/bin/perl</tt>.
8407         </p>
8408
8409         <p>
8410           When scripts are installed into a directory in the system
8411           PATH, the script name should not include an extension such
8412           as <tt>.sh</tt> or <tt>.pl</tt> that denotes the scripting
8413           language currently used to implement it.
8414         </p>
8415         <p>
8416           Shell scripts (<prgn>sh</prgn> and <prgn>bash</prgn>) other than
8417           <file>init.d</file> scripts should almost certainly start
8418           with <tt>set -e</tt> so that errors are detected.
8419           <file>init.d</file> scripts are something of a special case, due
8420           to how frequently they need to call commands that are allowed to
8421           fail, and it may instead be easier to check the exit status of
8422           commands directly.  See <ref id="writing-init"> for more
8423           information about writing <file>init.d</file> scripts.
8424         </p>
8425         <p>
8426           Every script should use <tt>set -e</tt> or check the exit status
8427           of <em>every</em> command.
8428         </p>
8429         <p>
8430           Scripts may assume that <file>/bin/sh</file> implements the
8431           SUSv3 Shell Command Language<footnote>
8432             Single UNIX Specification, version 3, which is also IEEE
8433             1003.1-2004 (POSIX), and is available on the World Wide Web
8434             from <url id="http://www.unix.org/version3/online.html"
8435                       name="The Open Group"> after free
8436             registration.</footnote>
8437           plus the following additional features not mandated by
8438           SUSv3:<footnote>
8439             These features are in widespread use in the Linux community
8440             and are implemented in all of bash, dash, and ksh, the most
8441             common shells users may wish to use as <file>/bin/sh</file>.
8442           </footnote>
8443           <list>
8444             <item><tt>echo -n</tt>, if implemented as a shell built-in,
8445               must not generate a newline.</item>
8446             <item><tt>test</tt>, if implemented as a shell built-in, must
8447               support <tt>-a</tt> and <tt>-o</tt> as binary logical
8448               operators.</item>
8449             <item><tt>local</tt> to create a scoped variable must be
8450               supported, including listing multiple variables in a single
8451               local command and assigning a value to a variable at the
8452               same time as localizing it.  <tt>local</tt> may or
8453               may not preserve the variable value from an outer scope if
8454               no assignment is present.  Uses such as:
8455 <example compact>
8456 fname () {
8457     local a b c=delta d
8458     # ... use a, b, c, d ...
8459 }
8460 </example>
8461               must be supported and must set the value of <tt>c</tt> to
8462               <tt>delta</tt>.
8463             </item>
8464             <item>The XSI extension to <prgn>kill</prgn> allowing <tt>kill
8465               -<var>signal</var></tt>, where <var>signal</var> is either
8466               the name of a signal or one of the numeric signals listed in
8467               the XSI extension (0, 1, 2, 3, 6, 9, 14, and 15), must be
8468               supported if <prgn>kill</prgn> is implemented as a shell
8469               built-in.
8470             </item>
8471             <item>The XSI extension to <prgn>trap</prgn> allowing numeric
8472               signals must be supported.  In addition to the signal
8473               numbers listed in the extension, which are the same as for
8474               <prgn>kill</prgn> above, 13 (SIGPIPE) must be allowed.
8475             </item>
8476           </list>
8477           If a shell script requires non-SUSv3 features from the shell
8478           interpreter other than those listed above, the appropriate shell
8479           must be specified in the first line of the script (e.g.,
8480           <tt>#!/bin/bash</tt>) and the package must depend on the package
8481           providing the shell (unless the shell package is marked
8482           "Essential", as in the case of <prgn>bash</prgn>).
8483         </p>
8484
8485         <p>
8486           You may wish to restrict your script to SUSv3 features plus the
8487           above set when possible so that it may use <file>/bin/sh</file>
8488           as its interpreter.  Checking your script
8489           with <prgn>checkbashisms</prgn> from
8490           the <package>devscripts</package> package or running your script
8491           with an alternate shell such as <prgn>posh</prgn> may help
8492           uncover violations of the above requirements.  If in doubt
8493           whether a script complies with these requirements,
8494           use <file>/bin/bash</file>.
8495         </p>
8496
8497         <p>
8498           Perl scripts should check for errors when making any
8499           system calls, including <tt>open</tt>, <tt>print</tt>,
8500           <tt>close</tt>, <tt>rename</tt> and <tt>system</tt>.
8501         </p>
8502
8503         <p>
8504           <prgn>csh</prgn> and <prgn>tcsh</prgn> should be avoided as
8505           scripting languages.  See <em>Csh Programming Considered
8506           Harmful</em>, one of the <tt>comp.unix.*</tt> FAQs, which
8507           can be found at <url id="http://www.faqs.org/faqs/unix-faq/shell/csh-whynot/">.
8508           If an upstream package comes with <prgn>csh</prgn> scripts
8509           then you must make sure that they start with
8510           <tt>#!/bin/csh</tt> and make your package depend on the
8511           <prgn>c-shell</prgn> virtual package.
8512         </p>
8513
8514         <p>
8515           Any scripts which create files in world-writeable
8516           directories (e.g., in <file>/tmp</file>) must use a
8517           mechanism which will fail atomically if a file with the same
8518           name already exists.
8519         </p>
8520
8521         <p>
8522           The Debian base system provides the <prgn>tempfile</prgn>
8523           and <prgn>mktemp</prgn> utilities for use by scripts for
8524           this purpose.
8525         </p>
8526       </sect>
8527
8528
8529       <sect>
8530         <heading>Symbolic links</heading>
8531
8532         <p>
8533           In general, symbolic links within a top-level directory should
8534           be relative, and symbolic links pointing from one top-level
8535           directory to or into another should be absolute. (A top-level
8536           directory is a sub-directory of the root
8537           directory <file>/</file>.)  For example, a symbolic link
8538           from <file>/usr/lib/foo</file> to <file>/usr/share/bar</file>
8539           should be relative (<file>../share/bar</file>), but a symbolic
8540           link from <file>/var/run</file> to <file>/run</file> should be
8541           absolute.<footnote>
8542             This is necessary to allow top-level directories to be
8543             symlinks.  If linking <file>/var/run</file>
8544             to <file>/run</file> were done with the relative symbolic
8545             link <file>../run</file>, but <file>/var</file> were a
8546             symbolic link to <file>/srv/disk1</file>, the symbolic link
8547             would point to <file>/srv/run</file> rather than the intended
8548             target.
8549           </footnote>
8550         </p>
8551
8552         <p>
8553           In addition, symbolic links should be specified as short as
8554           possible, i.e., link targets like <file>foo/../bar</file> are
8555           deprecated.
8556         </p>
8557
8558         <p>
8559           Note that when creating a relative link using
8560           <prgn>ln</prgn> it is not necessary for the target of the
8561           link to exist relative to the working directory you're
8562           running <prgn>ln</prgn> from, nor is it necessary to change
8563           directory to the directory where the link is to be made.
8564           Simply include the string that should appear as the target
8565           of the link (this will be a pathname relative to the
8566           directory in which the link resides) as the first argument
8567           to <prgn>ln</prgn>.
8568         </p>
8569
8570         <p>
8571           For example, in your <prgn>Makefile</prgn> or
8572           <file>debian/rules</file>, you can do things like:
8573           <example compact="compact">
8574 ln -fs gcc $(prefix)/bin/cc
8575 ln -fs gcc debian/tmp/usr/bin/cc
8576 ln -fs ../sbin/sendmail $(prefix)/bin/runq
8577 ln -fs ../sbin/sendmail debian/tmp/usr/bin/runq
8578           </example>
8579         </p>
8580
8581         <p>
8582           A symbolic link pointing to a compressed file should always
8583           have the same file extension as the referenced file. (For
8584           example, if a file <file>foo.gz</file> is referenced by a
8585           symbolic link, the filename of the link has to end with
8586           "<file>.gz</file>" too, as in <file>bar.gz</file>.)
8587         </p>
8588       </sect>
8589
8590       <sect>
8591         <heading>Device files</heading>
8592
8593         <p>
8594           Packages must not include device files or named pipes in the
8595           package file tree.
8596         </p>
8597
8598         <p>
8599           If a package needs any special device files that are not
8600           included in the base system, it must call
8601           <prgn>MAKEDEV</prgn> in the <prgn>postinst</prgn> script,
8602           after notifying the user<footnote>
8603               This notification could be done via a (low-priority)
8604               debconf message, or an echo (printf) statement.
8605           </footnote>.
8606         </p>
8607
8608         <p>
8609           Packages must not remove any device files in the
8610           <prgn>postrm</prgn> or any other script. This is left to the
8611           system administrator.
8612         </p>
8613
8614         <p>
8615           Debian uses the serial devices
8616           <file>/dev/ttyS*</file>. Programs using the old
8617           <file>/dev/cu*</file> devices should be changed to use
8618           <file>/dev/ttyS*</file>.
8619         </p>
8620
8621         <p>
8622           Named pipes needed by the package must be created in
8623           the <prgn>postinst</prgn> script<footnote>
8624             It's better to use <prgn>mkfifo</prgn> rather
8625             than <prgn>mknod</prgn> to create named pipes so that
8626             automated checks for packages incorrectly creating device
8627             files with <prgn>mknod</prgn> won't have false positives.
8628           </footnote> and removed in
8629           the <prgn>prerm</prgn> or <prgn>postrm</prgn> script as
8630           appropriate.
8631         </p>
8632       </sect>
8633
8634       <sect id="config-files">
8635         <heading>Configuration files</heading>
8636
8637         <sect1>
8638           <heading>Definitions</heading>
8639
8640           <p>
8641             <taglist>
8642               <tag>configuration file</tag>
8643               <item>
8644                   A file that affects the operation of a program, or
8645                   provides site- or host-specific information, or
8646                   otherwise customizes the behavior of a program.
8647                   Typically, configuration files are intended to be
8648                   modified by the system administrator (if needed or
8649                   desired) to conform to local policy or to provide
8650                   more useful site-specific behavior.
8651               </item>
8652
8653               <tag><tt>conffile</tt></tag>
8654               <item>
8655                   A file listed in a package's <tt>conffiles</tt>
8656                   file, and is treated specially by <prgn>dpkg</prgn>
8657                   (see <ref id="configdetails">).
8658               </item>
8659             </taglist>
8660           </p>
8661
8662           <p>
8663             The distinction between these two is important; they are
8664             not interchangeable concepts. Almost all
8665             <tt>conffile</tt>s are configuration files, but many
8666             configuration files are not <tt>conffiles</tt>.
8667           </p>
8668
8669           <p>
8670             As noted elsewhere, <file>/etc/init.d</file> scripts,
8671             <file>/etc/default</file> files, scripts installed in
8672             <file>/etc/cron.{hourly,daily,weekly,monthly}</file>, and cron
8673             configuration installed in <file>/etc/cron.d</file> must be
8674             treated as configuration files.  In general, any script that
8675             embeds configuration information is de-facto a configuration
8676             file and should be treated as such.
8677           </p>
8678         </sect1>
8679
8680         <sect1>
8681           <heading>Location</heading>
8682
8683           <p>
8684             Any configuration files created or used by your package
8685             must reside in <file>/etc</file>. If there are several,
8686             consider creating a subdirectory of <file>/etc</file>
8687             named after your package.
8688           </p>
8689
8690           <p>
8691             If your package creates or uses configuration files
8692             outside of <file>/etc</file>, and it is not feasible to modify
8693             the package to use <file>/etc</file> directly, put the files
8694             in <file>/etc</file> and create symbolic links to those files
8695             from the location that the package requires.
8696           </p>
8697         </sect1>
8698
8699         <sect1>
8700           <heading>Behavior</heading>
8701
8702           <p>
8703             Configuration file handling must conform to the following
8704             behavior:
8705             <list compact="compact">
8706               <item>
8707                   local changes must be preserved during a package
8708                   upgrade, and
8709               </item>
8710               <item>
8711                   configuration files must be preserved when the
8712                   package is removed, and only deleted when the
8713                   package is purged.
8714               </item>
8715             </list>
8716             Obsolete configuration files without local changes may be
8717             removed by the package during upgrade.
8718           </p>
8719
8720           <p>
8721             The easy way to achieve this behavior is to make the
8722             configuration file a <tt>conffile</tt>. This is
8723             appropriate only if it is possible to distribute a default
8724             version that will work for most installations, although
8725             some system administrators may choose to modify it. This
8726             implies that the default version will be part of the
8727             package distribution, and must not be modified by the
8728             maintainer scripts during installation (or at any other
8729             time).
8730           </p>
8731
8732           <p>
8733             In order to ensure that local changes are preserved
8734             correctly, no package may contain or make hard links to
8735             conffiles.<footnote>
8736                 Rationale: There are two problems with hard links.
8737                 The first is that some editors break the link while
8738                 editing one of the files, so that the two files may
8739                 unwittingly become unlinked and different.  The second
8740                 is that <prgn>dpkg</prgn> might break the hard link
8741                 while upgrading <tt>conffile</tt>s.
8742             </footnote>
8743           </p>
8744
8745           <p>
8746             The other way to do it is via the maintainer scripts.  In
8747             this case, the configuration file must not be listed as a
8748             <tt>conffile</tt> and must not be part of the package
8749             distribution. If the existence of a file is required for
8750             the package to be sensibly configured it is the
8751             responsibility of the package maintainer to provide
8752             maintainer scripts which correctly create, update and
8753             maintain the file and remove it on purge.  (See <ref
8754             id="maintainerscripts"> for more information.)  These
8755             scripts must be idempotent (i.e., must work correctly if
8756             <prgn>dpkg</prgn> needs to re-run them due to errors
8757             during installation or removal), must cope with all the
8758             variety of ways <prgn>dpkg</prgn> can call maintainer
8759             scripts, must not overwrite or otherwise mangle the user's
8760             configuration without asking, must not ask unnecessary
8761             questions (particularly during upgrades), and must
8762             otherwise be good citizens.
8763           </p>
8764
8765           <p>
8766             The scripts are not required to configure every possible
8767             option for the package, but only those necessary to get
8768             the package running on a given system. Ideally the
8769             sysadmin should not have to do any configuration other
8770             than that done (semi-)automatically by the
8771             <prgn>postinst</prgn> script.
8772           </p>
8773
8774           <p>
8775             A common practice is to create a script called
8776             <file><var>package</var>-configure</file> and have the
8777             package's <prgn>postinst</prgn> call it if and only if the
8778             configuration file does not already exist.  In certain
8779             cases it is useful for there to be an example or template
8780             file which the maintainer scripts use.  Such files should
8781             be in <file>/usr/share/<var>package</var></file> or
8782             <file>/usr/lib/<var>package</var></file> (depending on whether
8783             they are architecture-independent or not).  There should
8784             be symbolic links to them from
8785             <file>/usr/share/doc/<var>package</var>/examples</file> if
8786             they are examples, and should be perfectly ordinary
8787             <prgn>dpkg</prgn>-handled files (<em>not</em>
8788             configuration files).
8789           </p>
8790
8791           <p>
8792             These two styles of configuration file handling must
8793             not be mixed, for that way lies madness:
8794             <prgn>dpkg</prgn> will ask about overwriting the file
8795             every time the package is upgraded.
8796           </p>
8797         </sect1>
8798
8799         <sect1>
8800           <heading>Sharing configuration files</heading>
8801
8802           <p>
8803             If two or more packages use the same configuration file
8804             and it is reasonable for both to be installed at the same
8805             time, one of these packages must be defined as
8806             <em>owner</em> of the configuration file, i.e., it will be
8807             the package which handles that file as a configuration
8808             file.  Other packages that use the configuration file must
8809             depend on the owning package if they require the
8810             configuration file to operate. If the other package will
8811             use the configuration file if present, but is capable of
8812             operating without it, no dependency need be declared.
8813           </p>
8814
8815           <p>
8816             If it is desirable for two or more related packages to
8817             share a configuration file <em>and</em> for all of the
8818             related packages to be able to modify that configuration
8819             file, then the following should be done:
8820             <enumlist compact="compact">
8821               <item>
8822                   One of the related packages (the "owning" package)
8823                   will manage the configuration file with maintainer
8824                   scripts as described in the previous section.
8825               </item>
8826               <item>
8827                   The owning package should also provide a program
8828                   that the other packages may use to modify the
8829                   configuration file.
8830               </item>
8831               <item>
8832                   The related packages must use the provided program
8833                   to make any desired modifications to the
8834                   configuration file.  They should either depend on
8835                   the core package to guarantee that the configuration
8836                   modifier program is available or accept gracefully
8837                   that they cannot modify the configuration file if it
8838                   is not.  (This is in addition to the fact that the
8839                   configuration file may not even be present in the
8840                   latter scenario.)
8841               </item>
8842             </enumlist>
8843           </p>
8844
8845           <p>
8846             Sometimes it's appropriate to create a new package which
8847             provides the basic infrastructure for the other packages
8848             and which manages the shared configuration files.  (The
8849             <tt>sgml-base</tt> package is a good example.)
8850           </p>
8851
8852           <p>
8853             If the configuration file cannot be shared as described above,
8854             the packages must be marked as conflicting with each other.
8855             Two packages that specify the same file as
8856             a <tt>conffile</tt> must conflict.  This is an instance of the
8857             general rule about not sharing files.  Neither alternatives
8858             nor diversions are likely to be appropriate in this case; in
8859             particular, <prgn>dpkg</prgn> does not handle diverted
8860             <tt>conffile</tt>s well.
8861           </p>
8862
8863           <p>
8864             When two packages both declare the same <tt>conffile</tt>, they
8865             may see left-over configuration files from each other even
8866             though they conflict with each other.  If a user removes
8867             (without purging) one of the packages and installs the other,
8868             the new package will take over the <tt>conffile</tt> from the
8869             old package.  If the file was modified by the user, it will be
8870             treated the same as any other locally
8871             modified <tt>conffile</tt> during an upgrade.
8872           </p>
8873
8874           <p>
8875             The maintainer scripts must not alter a <tt>conffile</tt>
8876             of <em>any</em> package, including the one the scripts
8877             belong to.
8878           </p>
8879         </sect1>
8880
8881         <sect1>
8882           <heading>User configuration files ("dotfiles")</heading>
8883
8884           <p>
8885             The files in <file>/etc/skel</file> will automatically be
8886             copied into new user accounts by <prgn>adduser</prgn>.
8887             No other program should reference the files in
8888             <file>/etc/skel</file>.
8889           </p>
8890
8891           <p>
8892             Therefore, if a program needs a dotfile to exist in
8893             advance in <file>$HOME</file> to work sensibly, that dotfile
8894             should be installed in <file>/etc/skel</file> and treated as a
8895             configuration file.
8896           </p>
8897
8898           <p>
8899             However, programs that require dotfiles in order to
8900             operate sensibly are a bad thing, unless they do create
8901             the dotfiles themselves automatically.
8902           </p>
8903
8904           <p>
8905             Furthermore, programs should be configured by the Debian
8906             default installation to behave as closely to the upstream
8907             default behavior as possible.
8908           </p>
8909
8910           <p>
8911             Therefore, if a program in a Debian package needs to be
8912             configured in some way in order to operate sensibly, that
8913             should be done using a site-wide configuration file placed
8914             in <file>/etc</file>.  Only if the program doesn't support a
8915             site-wide default configuration and the package maintainer
8916             doesn't have time to add it may a default per-user file be
8917             placed in <file>/etc/skel</file>.
8918           </p>
8919
8920           <p>
8921             <file>/etc/skel</file> should be as empty as we can make it.
8922             This is particularly true because there is no easy (or
8923             necessarily desirable) mechanism for ensuring that the
8924             appropriate dotfiles are copied into the accounts of
8925             existing users when a package is installed.
8926           </p>
8927         </sect1>
8928       </sect>
8929
8930       <sect>
8931         <heading>Log files</heading>
8932         <p>
8933           Log files should usually be named
8934           <file>/var/log/<var>package</var>.log</file>.  If you have many
8935           log files, or need a separate directory for permission
8936           reasons (<file>/var/log</file> is writable only by
8937           <file>root</file>), you should usually create a directory named
8938           <file>/var/log/<var>package</var></file> and place your log
8939           files there.
8940         </p>
8941
8942         <p>
8943           Log files must be rotated occasionally so that they don't grow
8944           indefinitely.  The best way to do this is to install a log
8945           rotation configuration file in the
8946           directory <file>/etc/logrotate.d</file>, normally
8947           named <file>/etc/logrotate.d/<var>package</var></file>, and use
8948           the facilities provided by <prgn>logrotate</prgn>.
8949           <footnote>
8950             <p>
8951               The traditional approach to log files has been to set up
8952               <em>ad hoc</em> log rotation schemes using simple shell
8953               scripts and cron.  While this approach is highly
8954               customizable, it requires quite a lot of sysadmin work.
8955               Even though the original Debian system helped a little
8956               by automatically installing a system which can be used
8957               as a template, this was deemed not enough.
8958             </p>
8959
8960             <p>
8961               The use of <prgn>logrotate</prgn>, a program developed
8962               by Red Hat, is better, as it centralizes log management.
8963               It has both a configuration file
8964               (<file>/etc/logrotate.conf</file>) and a directory where
8965               packages can drop their individual log rotation
8966               configurations (<file>/etc/logrotate.d</file>).
8967             </p>
8968           </footnote>
8969           Here is a good example for a logrotate config
8970           file (for more information see <manref name="logrotate"
8971             section="8">):
8972           <example compact="compact">
8973 /var/log/foo/*.log {
8974     rotate 12
8975     weekly
8976     compress
8977     missingok
8978     postrotate
8979         start-stop-daemon -K -p /var/run/foo.pid -s HUP -x /usr/sbin/foo -q
8980     endscript
8981 }
8982           </example>
8983           This rotates all files under <file>/var/log/foo</file>, saves 12
8984           compressed generations, and tells the daemon to reopen its log
8985           files after the log rotation.  It skips this log rotation
8986           (via <tt>missingok</tt>) if no such log file is present, which
8987           avoids errors if the package is removed but not purged.
8988         </p>
8989
8990         <p>
8991           Log files should be removed when the package is
8992           purged (but not when it is only removed).  This should be
8993           done by the <prgn>postrm</prgn> script when it is called
8994           with the argument <tt>purge</tt> (see <ref
8995           id="removedetails">).
8996         </p>
8997       </sect>
8998
8999       <sect id="permissions-owners">
9000         <heading>Permissions and owners</heading>
9001
9002         <p>
9003           The rules in this section are guidelines for general use.
9004           If necessary you may deviate from the details below.
9005           However, if you do so you must make sure that what is done
9006           is secure and you should try to be as consistent as possible
9007           with the rest of the system.  You should probably also
9008           discuss it on <prgn>debian-devel</prgn> first.
9009         </p>
9010
9011         <p>
9012           Files should be owned by <tt>root:root</tt>, and made
9013           writable only by the owner and universally readable (and
9014           executable, if appropriate), that is mode 644 or 755.
9015         </p>
9016
9017         <p>
9018           Directories should be mode 755 or (for group-writability)
9019           mode 2775.  The ownership of the directory should be
9020           consistent with its mode: if a directory is mode 2775, it
9021           should be owned by the group that needs write access to
9022           it.<footnote>
9023             <p>
9024               When a package is upgraded, and the owner or permissions
9025               of a file included in the package has changed, dpkg
9026               arranges for the ownership and permissions to be
9027               correctly set upon installation. However, this does not
9028               extend to directories; the permissions and ownership of
9029               directories already on the system does not change on
9030               install or upgrade of packages.  This makes sense, since
9031               otherwise common directories like <tt>/usr</tt> would
9032               always be in flux.  To correctly change permissions of a
9033               directory the package owns, explicit action is required,
9034               usually in the <tt>postinst</tt> script. Care must be
9035               taken to handle downgrades as well, in that case.
9036             </p>
9037           </footnote>
9038         </p>
9039
9040         <p>
9041           Control information files should be owned by <tt>root:root</tt>
9042           and either mode 644 (for most files) or mode 755 (for
9043           executables such as <qref id="maintscripts">maintainer
9044           scripts</qref>).
9045         </p>
9046
9047         <p>
9048           Setuid and setgid executables should be mode 4755 or 2755
9049           respectively, and owned by the appropriate user or group.
9050           They should not be made unreadable (modes like 4711 or
9051           2711 or even 4111); doing so achieves no extra security,
9052           because anyone can find the binary in the freely available
9053           Debian package; it is merely inconvenient.  For the same
9054           reason you should not restrict read or execute permissions
9055           on non-set-id executables.
9056         </p>
9057
9058         <p>
9059           Some setuid programs need to be restricted to particular
9060           sets of users, using file permissions.  In this case they
9061           should be owned by the uid to which they are set-id, and by
9062           the group which should be allowed to execute them.  They
9063           should have mode 4754; again there is no point in making
9064           them unreadable to those users who must not be allowed to
9065           execute them.
9066         </p>
9067
9068         <p>
9069           It is possible to arrange that the system administrator can
9070           reconfigure the package to correspond to their local
9071           security policy by changing the permissions on a binary:
9072           they can do this by using <prgn>dpkg-statoverride</prgn>, as
9073           described below.<footnote>
9074             Ordinary files installed by <prgn>dpkg</prgn> (as
9075             opposed to <tt>conffile</tt>s and other similar objects)
9076             normally have their permissions reset to the distributed
9077             permissions when the package is reinstalled.  However,
9078             the use of <prgn>dpkg-statoverride</prgn> overrides this
9079             default behavior.
9080           </footnote>
9081           Another method you should consider is to create a group for
9082           people allowed to use the program(s) and make any setuid
9083           executables executable only by that group.
9084         </p>
9085
9086         <p>
9087           If you need to create a new user or group for your package
9088           there are two possibilities.  Firstly, you may need to
9089           make some files in the binary package be owned by this
9090           user or group, or you may need to compile the user or
9091           group id (rather than just the name) into the binary
9092           (though this latter should be avoided if possible, as in
9093           this case you need a statically allocated id).</p>
9094
9095         <p>
9096           If you need a statically allocated id, you must ask for a
9097           user or group id from the <tt>base-passwd</tt> maintainer,
9098           and must not release the package until you have been
9099           allocated one.  Once you have been allocated one you must
9100           either make the package depend on a version of the
9101           <tt>base-passwd</tt> package with the id present in
9102           <file>/etc/passwd</file> or <file>/etc/group</file>, or arrange for
9103           your package to create the user or group itself with the
9104           correct id (using <tt>adduser</tt>) in its
9105           <prgn>preinst</prgn> or <prgn>postinst</prgn>.  (Doing it in
9106           the <prgn>postinst</prgn> is to be preferred if it is
9107           possible, otherwise a pre-dependency will be needed on the
9108           <tt>adduser</tt> package.)
9109         </p>
9110
9111         <p>
9112           On the other hand, the program might be able to determine
9113           the uid or gid from the user or group name at runtime, so
9114           that a dynamically allocated id can be used.  In this case
9115           you should choose an appropriate user or group name,
9116           discussing this on <prgn>debian-devel</prgn> and checking
9117           with the <package/base-passwd/ maintainer that it is unique and that
9118           they do not wish you to use a statically allocated id
9119           instead.  When this has been checked you must arrange for
9120           your package to create the user or group if necessary using
9121           <prgn>adduser</prgn> in the <prgn>preinst</prgn> or
9122           <prgn>postinst</prgn> script (again, the latter is to be
9123           preferred if it is possible).
9124         </p>
9125
9126         <p>
9127           Note that changing the numeric value of an id associated
9128           with a name is very difficult, and involves searching the
9129           file system for all appropriate files.  You need to think
9130           carefully whether a static or dynamic id is required, since
9131           changing your mind later will cause problems.
9132         </p>
9133
9134         <sect1><heading>The use of <prgn>dpkg-statoverride</prgn></heading>
9135           <p>
9136             This section is not intended as policy, but as a
9137             description of the use of <prgn>dpkg-statoverride</prgn>.
9138           </p>
9139
9140           <p>
9141             If a system administrator wishes to have a file (or
9142             directory or other such thing) installed with owner and
9143             permissions different from those in the distributed Debian
9144             package, they can use the <prgn>dpkg-statoverride</prgn>
9145             program to instruct <prgn>dpkg</prgn> to use the different
9146             settings every time the file is installed.  Thus the
9147             package maintainer should distribute the files with their
9148             normal permissions, and leave it for the system
9149             administrator to make any desired changes.  For example, a
9150             daemon which is normally required to be setuid root, but
9151             in certain situations could be used without being setuid,
9152             should be installed setuid in the <tt>.deb</tt>.  Then the
9153             local system administrator can change this if they wish.
9154             If there are two standard ways of doing it, the package
9155             maintainer can use <tt>debconf</tt> to find out the
9156             preference, and call <prgn>dpkg-statoverride</prgn> in the
9157             maintainer script if necessary to accommodate the system
9158             administrator's choice. Care must be taken during
9159             upgrades to not override an existing setting.
9160           </p>
9161
9162           <p>
9163             Given the above, <prgn>dpkg-statoverride</prgn> is
9164             essentially a tool for system administrators and would not
9165             normally be needed in the maintainer scripts.  There is
9166             one type of situation, though, where calls to
9167             <prgn>dpkg-statoverride</prgn> would be needed in the
9168             maintainer scripts, and that involves packages which use
9169             dynamically allocated user or group ids.  In such a
9170             situation, something like the following idiom can be very
9171             helpful in the package's <prgn>postinst</prgn>, where
9172             <tt>sysuser</tt> is a dynamically allocated id:
9173             <example>
9174 for i in /usr/bin/foo /usr/sbin/bar
9175 do
9176   # only do something when no setting exists
9177   if ! dpkg-statoverride --list $i >/dev/null 2>&1
9178   then
9179     #include: debconf processing, question about foo and bar
9180     if [ "$RET" = "true" ] ; then
9181       dpkg-statoverride --update --add sysuser root 4755 $i
9182     fi
9183   fi
9184 done
9185             </example>
9186             The corresponding code to remove the override when the package
9187             is purged would be:
9188             <example>
9189 for i in /usr/bin/foo /usr/sbin/bar
9190 do
9191   if dpkg-statoverride --list $i >/dev/null 2>&1
9192   then
9193     dpkg-statoverride --remove $i
9194   fi
9195 done
9196             </example>
9197           </p>
9198         </sect1>
9199       </sect>
9200     </chapt>
9201
9202
9203     <chapt id="customized-programs">
9204       <heading>Customized programs</heading>
9205
9206       <sect id="arch-spec">
9207         <heading>Architecture specification strings</heading>
9208
9209         <p>
9210           If a program needs to specify an <em>architecture specification
9211           string</em> in some place, it should select one of the strings
9212           provided by <tt>dpkg-architecture -L</tt>. The strings are in
9213           the format <tt><var>os</var>-<var>arch</var></tt>, though the OS
9214           part is sometimes elided, as when the OS is Linux.
9215         </p>
9216
9217         <p>
9218           Note that we don't want to use
9219           <tt><var>arch</var>-debian-linux</tt> to apply to the rule
9220           <tt><var>architecture</var>-<var>vendor</var>-<var>os</var></tt>
9221           since this would make our programs incompatible with other
9222           Linux distributions.  We also don't use something like
9223           <tt><var>arch</var>-unknown-linux</tt>, since the
9224           <tt>unknown</tt> does not look very good.
9225         </p>
9226
9227         <sect1 id="arch-wildcard-spec">
9228           <heading>Architecture wildcards</heading>
9229
9230           <p>
9231             A package may specify an architecture wildcard. Architecture
9232             wildcards are in the format <tt>any</tt> (which matches every
9233             architecture), <tt><var>os</var></tt>-any, or
9234             any-<tt><var>cpu</var></tt>. <footnote>
9235               Internally, the package system normalizes the GNU triplets
9236               and the Debian arches into Debian arch triplets (which are
9237               kind of inverted GNU triplets), with the first component of
9238               the triplet representing the libc and ABI in use, and then
9239               does matching against those triplets.  However, such
9240               triplets are an internal implementation detail that should
9241               not be used by packages directly.  The libc and ABI portion
9242               is handled internally by the package system based on
9243               the <var>os</var> and <var>cpu</var>.
9244             </footnote>
9245           </p>
9246         </sect1>
9247       </sect>
9248
9249       <sect>
9250         <heading>Daemons</heading>
9251
9252         <p>
9253           The configuration files <file>/etc/services</file>,
9254           <file>/etc/protocols</file>, and <file>/etc/rpc</file> are managed
9255           by the <prgn>netbase</prgn> package and must not be modified
9256           by other packages.
9257         </p>
9258
9259         <p>
9260           If a package requires a new entry in one of these files, the
9261           maintainer should get in contact with the
9262           <prgn>netbase</prgn> maintainer, who will add the entries
9263           and release a new version of the <prgn>netbase</prgn>
9264           package.
9265         </p>
9266
9267         <p>
9268           The configuration file <file>/etc/inetd.conf</file> must not be
9269           modified by the package's scripts except via the
9270           <prgn>update-inetd</prgn> script or the
9271           <file>DebianNet.pm</file> Perl module.  See their documentation
9272           for details on how to add entries.
9273         </p>
9274
9275         <p>
9276           If a package wants to install an example entry into
9277           <file>/etc/inetd.conf</file>, the entry must be preceded with
9278           exactly one hash character (<tt>#</tt>). Such lines are
9279           treated as "commented out by user" by the
9280           <prgn>update-inetd</prgn> script and are not changed or
9281           activated during package updates.
9282         </p>
9283       </sect>
9284
9285       <sect>
9286         <heading>Using pseudo-ttys and modifying wtmp, utmp and
9287         lastlog</heading>
9288
9289         <p>
9290           Some programs need to create pseudo-ttys. This should be done
9291           using Unix98 ptys if the C library supports it. The resulting
9292           program must not be installed setuid root, unless that
9293           is required for other functionality.
9294         </p>
9295
9296         <p>
9297           The files <file>/var/run/utmp</file>, <file>/var/log/wtmp</file> and
9298           <file>/var/log/lastlog</file> must be installed writable by
9299           group <tt>utmp</tt>.  Programs which need to modify those
9300           files must be installed setgid <tt>utmp</tt>.
9301         </p>
9302       </sect>
9303
9304       <sect>
9305         <heading>Editors and pagers</heading>
9306
9307         <p>
9308           Some programs have the ability to launch an editor or pager
9309           program to edit or display a text document.  Since there are
9310           lots of different editors and pagers available in the Debian
9311           distribution, the system administrator and each user should
9312           have the possibility to choose their preferred editor and
9313           pager.
9314         </p>
9315
9316         <p>
9317           In addition, every program should choose a good default
9318           editor/pager if none is selected by the user or system
9319           administrator.
9320         </p>
9321
9322         <p>
9323           Thus, every program that launches an editor or pager must
9324           use the EDITOR or PAGER environment variable to determine
9325           the editor or pager the user wishes to use.  If these
9326           variables are not set, the programs <file>/usr/bin/editor</file>
9327           and <file>/usr/bin/pager</file> should be used, respectively.
9328         </p>
9329
9330         <p>
9331           These two files are managed through the <prgn>dpkg</prgn>
9332           "alternatives" mechanism.  Every package providing an editor or
9333           pager must call the <prgn>update-alternatives</prgn> script to
9334           register as an alternative for <file>/usr/bin/editor</file>
9335           or <file>/usr/bin/pager</file> as appropriate.  The alternative
9336           should have a slave alternative
9337           for <file>/usr/share/man/man1/editor.1.gz</file>
9338           or <file>/usr/share/man/man1/pager.1.gz</file> pointing to the
9339           corresponding manual page.
9340         </p>
9341
9342         <p>
9343           If it is very hard to adapt a program to make use of the
9344           EDITOR or PAGER variables, that program may be configured to
9345           use <file>/usr/bin/sensible-editor</file> and
9346           <file>/usr/bin/sensible-pager</file> as the editor or pager
9347           program respectively.  These are two scripts provided in the
9348           <package>sensible-utils</package> package that check the EDITOR
9349           and PAGER variables and launch the appropriate program, and fall
9350           back to <file>/usr/bin/editor</file>
9351           and <file>/usr/bin/pager</file> if the variable is not set.
9352         </p>
9353
9354         <p>
9355           A program may also use the VISUAL environment variable to
9356           determine the user's choice of editor.  If it exists, it
9357           should take precedence over EDITOR.  This is in fact what
9358           <file>/usr/bin/sensible-editor</file> does.
9359         </p>
9360
9361         <p>
9362           It is not required for a package to depend on
9363           <tt>editor</tt> and <tt>pager</tt>, nor is it required for a
9364           package to provide such virtual packages.<footnote>
9365               The Debian base system already provides an editor and a
9366               pager program.
9367           </footnote>
9368         </p>
9369       </sect>
9370
9371       <sect id="web-appl">
9372         <heading>Web servers and applications</heading>
9373
9374         <p>
9375           This section describes the locations and URLs that should
9376           be used by all web servers and web applications in the
9377           Debian system.
9378         </p>
9379
9380         <p>
9381           <enumlist>
9382             <item>
9383                 Cgi-bin executable files are installed in the
9384                 directory
9385                 <example compact="compact">
9386 /usr/lib/cgi-bin/<var>cgi-bin-name</var>
9387                 </example>
9388                 or a subdirectory of that directory, and should be
9389                 referred to as
9390                 <example compact="compact">
9391 http://localhost/cgi-bin/<var>cgi-bin-name</var>
9392                 </example>
9393                 (possibly with a subdirectory name
9394                 before <var>cgi-bin-name</var>).
9395             </item>
9396
9397             <item>
9398               <p>Access to HTML documents</p>
9399
9400               <p>
9401                 HTML documents for a package are stored in
9402                 <file>/usr/share/doc/<var>package</var></file>
9403                 and can be referred to as
9404                 <example compact="compact">
9405 http://localhost/doc/<var>package</var>/<var>filename</var>
9406                 </example>
9407               </p>
9408
9409               <p>
9410                 The web server should restrict access to the document
9411                 tree so that only clients on the same host can read
9412                 the documents. If the web server does not support such
9413                 access controls, then it should not provide access at
9414                 all, or ask about providing access during installation.
9415               </p>
9416             </item>
9417
9418             <item>
9419               <p>Access to images</p>
9420               <p>
9421                 It is recommended that images for a package be stored
9422                 in <tt>/usr/share/images/<var>package</var></tt> and
9423                 may be referred to through an alias <tt>/images/</tt>
9424                 as
9425                 <example>
9426                   http://localhost/images/&lt;package&gt;/&lt;filename&gt;     
9427                 </example>
9428                 
9429               </p>
9430             </item>
9431
9432             <item>
9433               <p>Web Document Root</p>
9434
9435               <p>
9436                 Web Applications should try to avoid storing files in
9437                 the Web Document Root.  Instead they should use the
9438                 /usr/share/doc/<var>package</var> directory for
9439                 documents and register the Web Application via the
9440                 <package>doc-base</package> package.  If access to the
9441                 web document root is unavoidable then use
9442                 <example compact="compact">
9443 /var/www
9444                 </example>
9445                 as the Document Root.  This might be just a symbolic
9446                 link to the location where the system administrator
9447                 has put the real document root.
9448               </p>
9449             </item>
9450             <item><p>Providing httpd and/or httpd-cgi</p>
9451               <p>
9452                 All web servers should provide the virtual package
9453                 <tt>httpd</tt>. If a web server has CGI support it should
9454                 provide <tt>httpd-cgi</tt> additionally.
9455               </p>
9456               <p>
9457                 All web applications which do not contain CGI scripts should
9458                 depend on <tt>httpd</tt>, all those web applications which
9459                 <tt>do</tt> contain CGI scripts, should depend on
9460                 <tt>httpd-cgi</tt>.
9461               </p>
9462             </item>
9463           </enumlist>
9464         </p>
9465       </sect>
9466
9467       <sect id="mail-transport-agents">
9468         <heading>Mail transport, delivery and user agents</heading>
9469
9470         <p>
9471           Debian packages which process electronic mail, whether mail
9472           user agents (MUAs) or mail transport agents (MTAs), must
9473           ensure that they are compatible with the configuration
9474           decisions below.  Failure to do this may result in lost
9475           mail, broken <tt>From:</tt> lines, and other serious brain
9476           damage!
9477         </p>
9478
9479         <p>
9480           The mail spool is <file>/var/mail</file> and the interface to
9481           send a mail message is <file>/usr/sbin/sendmail</file> (as per
9482           the FHS).  On older systems, the mail spool may be
9483           physically located in <file>/var/spool/mail</file>, but all
9484           access to the mail spool should be via the
9485           <file>/var/mail</file> symlink.  The mail spool is part of the
9486           base system and not part of the MTA package.
9487         </p>
9488
9489         <p>
9490           All Debian MUAs, MTAs, MDAs and other mailbox accessing
9491           programs (such as IMAP daemons) must lock the mailbox in an
9492           NFS-safe way. This means that <tt>fcntl()</tt> locking must
9493           be combined with dot locking.  To avoid deadlocks, a program
9494           should use <tt>fcntl()</tt> first and dot locking after
9495           this, or alternatively implement the two locking methods in
9496           a non blocking way<footnote>
9497               If it is not possible to establish both locks, the
9498               system shouldn't wait for the second lock to be
9499               established, but remove the first lock, wait a (random)
9500               time, and start over locking again.
9501           </footnote>. Using the functions <tt>maillock</tt> and
9502           <tt>mailunlock</tt> provided by the
9503           <tt>liblockfile*</tt><footnote>
9504               You will need to depend on <tt>liblockfile1 (&gt;&gt;1.01)</tt>
9505               to use these functions.
9506           </footnote> packages is the recommended way to realize this.
9507         </p>
9508
9509         <p>
9510           Mailboxes are generally either mode 600 and owned by
9511           <var>user</var> or mode 660 and owned by
9512           <tt><var>user</var>:mail</tt><footnote>
9513             There are two traditional permission schemes for mail spools:
9514             mode 600 with all mail delivery done by processes running as
9515             the destination user, or mode 660 and owned by group mail with
9516             mail delivery done by a process running as a system user in
9517             group mail.  Historically, Debian required mode 660 mail
9518             spools to enable the latter model, but that model has become
9519             increasingly uncommon and the principle of least privilege
9520             indicates that mail systems that use the first model should
9521             use permissions of 600.  If delivery to programs is permitted,
9522             it's easier to keep the mail system secure if the delivery
9523             agent runs as the destination user.  Debian Policy therefore
9524             permits either scheme.
9525           </footnote>. The local system administrator may choose a
9526           different permission scheme; packages should not make
9527           assumptions about the permission and ownership of mailboxes
9528           unless required (such as when creating a new mailbox).  A MUA
9529           may remove a mailbox (unless it has nonstandard permissions) in
9530           which case the MTA or another MUA must recreate it if needed.
9531         </p>
9532
9533         <p>
9534           The mail spool is 2775 <tt>root:mail</tt>, and MUAs should
9535           be setgid mail to do the locking mentioned above (and
9536           must obviously avoid accessing other users' mailboxes
9537           using this privilege).</p>
9538
9539         <p>
9540           <file>/etc/aliases</file> is the source file for the system mail
9541           aliases (e.g., postmaster, usenet, etc.), it is the one
9542           which the sysadmin and <prgn>postinst</prgn> scripts may
9543           edit.  After <file>/etc/aliases</file> is edited the program or
9544           human editing it must call <prgn>newaliases</prgn>.  All MTA
9545           packages must come with a <prgn>newaliases</prgn> program,
9546           even if it does nothing, but older MTA packages did not do
9547           this so programs should not fail if <prgn>newaliases</prgn>
9548           cannot be found.  Note that because of this, all MTA
9549           packages must have <tt>Provides</tt>, <tt>Conflicts</tt> and
9550           <tt>Replaces: mail-transport-agent</tt> control fields.
9551         </p>
9552
9553         <p>
9554           The convention of writing <tt>forward to
9555             <var>address</var></tt> in the mailbox itself is not
9556           supported.  Use a <tt>.forward</tt> file instead.</p>
9557
9558         <p>
9559           The <prgn>rmail</prgn> program used by UUCP
9560           for incoming mail should be  <file>/usr/sbin/rmail</file>.
9561           Likewise, <prgn>rsmtp</prgn>, for receiving
9562           batch-SMTP-over-UUCP, should be <file>/usr/sbin/rsmtp</file> if it
9563           is supported.</p>
9564
9565         <p>
9566           If your package needs to know what hostname to use on (for
9567           example) outgoing news and mail messages which are generated
9568           locally, you should use the file <file>/etc/mailname</file>.  It
9569           will contain the portion after the username and <tt>@</tt>
9570           (at) sign for email addresses of users on the machine
9571           (followed by a newline).
9572         </p>
9573
9574         <p>
9575           Such a package should check for the existence of this file
9576           when it is being configured.  If it exists, it should be
9577           used without comment, although an MTA's configuration script
9578           may wish to prompt the user even if it finds that this file
9579           exists.  If the file does not exist, the package should
9580           prompt the user for the value (preferably using
9581           <prgn>debconf</prgn>) and store it in <file>/etc/mailname</file>
9582           as well as using it in the package's configuration.  The
9583           prompt should make it clear that the name will not just be
9584           used by that package.  For example, in this situation the
9585           <tt>inn</tt> package could say something like:
9586           <example compact="compact">
9587 Please enter the "mail name" of your system.  This is the
9588 hostname portion of the address to be shown on outgoing
9589 news and mail messages.  The default is
9590 <var>syshostname</var>, your system's host name.  Mail
9591 name ["<var>syshostname</var>"]:
9592           </example>
9593           where <var>syshostname</var> is the output of <tt>hostname
9594             --fqdn</tt>.
9595         </p>
9596       </sect>
9597
9598       <sect>
9599         <heading>News system configuration</heading>
9600
9601         <p>
9602           All the configuration files related to the NNTP (news)
9603           servers and clients should be located under
9604           <file>/etc/news</file>.</p>
9605
9606         <p>
9607           There are some configuration issues that apply to a number
9608           of news clients and server packages on the machine. These
9609           are:
9610
9611           <taglist>
9612             <tag><file>/etc/news/organization</file></tag>
9613             <item>
9614                 A string which should appear as the
9615                 organization header for all messages posted
9616                 by NNTP clients on the machine
9617             </item>
9618
9619             <tag><file>/etc/news/server</file></tag>
9620             <item>
9621                 Contains the FQDN of the upstream NNTP
9622                 server, or localhost if the local machine is
9623                 an NNTP server.
9624             </item>
9625           </taglist>
9626
9627           Other global files may be added as required for cross-package news
9628           configuration.
9629         </p>
9630       </sect>
9631
9632
9633       <sect>
9634         <heading>Programs for the X Window System</heading>
9635
9636         <sect1>
9637           <heading>Providing X support and package priorities</heading>
9638
9639           <p>
9640             Programs that can be configured with support for the X
9641             Window System must be configured to do so and must declare
9642             any package dependencies necessary to satisfy their
9643             runtime requirements when using the X Window System.  If
9644             such a package is of higher priority than the X packages
9645             on which it depends, it is required that either the
9646             X-specific components be split into a separate package, or
9647             that an alternative version of the package, which includes
9648             X support, be provided, or that the package's priority be
9649             lowered.
9650           </p>
9651         </sect1>
9652
9653         <sect1>
9654           <heading>Packages providing an X server</heading>
9655
9656           <p>
9657             Packages that provide an X server that, directly or
9658             indirectly, communicates with real input and display
9659             hardware should declare in their <tt>Provides</tt> control
9660             field that they provide the virtual
9661             package <tt>xserver</tt>.<footnote>
9662                 This implements current practice, and provides an
9663                 actual policy for usage of the <tt>xserver</tt>
9664                 virtual package which appears in the virtual packages
9665                 list.  In a nutshell, X servers that interface
9666                 directly with the display and input hardware or via
9667                 another subsystem (e.g., GGI) should provide
9668                 <tt>xserver</tt>.  Things like <tt>Xvfb</tt>,
9669                 <tt>Xnest</tt>, and <tt>Xprt</tt> should not.
9670             </footnote>
9671           </p>
9672         </sect1>
9673
9674         <sect1>
9675           <heading>Packages providing a terminal emulator</heading>
9676
9677           <p>
9678             Packages that provide a terminal emulator for the X Window
9679             System which meet the criteria listed below should declare in
9680             their <tt>Provides</tt> control field that they provide the
9681             virtual package <tt>x-terminal-emulator</tt>.  They should
9682             also register themselves as an alternative for
9683             <file>/usr/bin/x-terminal-emulator</file>, with a priority of
9684             20.  That alternative should have a slave alternative
9685             for <file>/usr/share/man/man1/x-terminal-emulator.1.gz</file>
9686             pointing to the corresponding manual page.
9687           </p>
9688
9689           <p>
9690             To be an <tt>x-terminal-emulator</tt>, a program must:
9691             <list compact="compact">
9692               <item>
9693                   Be able to emulate a DEC VT100 terminal, or a
9694                   compatible terminal.
9695               </item>
9696
9697               <item>
9698                   Support the command-line option <tt>-e
9699                     <var>command</var></tt>, which creates a new
9700                   terminal window<footnote>
9701                       "New terminal window" does not necessarily mean
9702                       a new top-level X window directly parented by
9703                       the window manager; it could, if the terminal
9704                       emulator application were so coded, be a new
9705                       "view" in a multiple-document interface (MDI).
9706                   </footnote>
9707                   and runs the specified <var>command</var>,
9708                   interpreting the entirety of the rest of the command
9709                   line as a command to pass straight to exec, in the
9710                   manner that <tt>xterm</tt> does.
9711               </item>
9712
9713               <item>
9714                   Support the command-line option <tt>-T
9715                     <var>title</var></tt>, which creates a new terminal
9716                   window with the window title <var>title</var>.
9717               </item>
9718             </list>
9719           </p>
9720         </sect1>
9721
9722         <sect1>
9723           <heading>Packages providing a window manager</heading>
9724
9725           <p>
9726             Packages that provide a window manager should declare in
9727             their <tt>Provides</tt> control field that they provide the
9728             virtual package <tt>x-window-manager</tt>.  They should also
9729             register themselves as an alternative for
9730             <file>/usr/bin/x-window-manager</file>, with a priority
9731             calculated as follows:
9732             <list compact="compact">
9733               <item>
9734                   Start with a priority of 20.
9735               </item>
9736
9737               <item>
9738                   If the window manager supports the Debian menu
9739                   system, add 20 points if this support is available
9740                   in the package's default configuration (i.e., no
9741                   configuration files belonging to the system or user
9742                   have to be edited to activate the feature); if
9743                   configuration files must be modified, add only 10
9744                   points.
9745                 </p>
9746               </item>
9747
9748               <item>
9749                   If the window manager complies with <url
9750                     id="http://www.freedesktop.org/wiki/Specifications/wm-spec"
9751                     name="The Window Manager Specification Project">,
9752                   written by the <url id="http://www.freedesktop.org/wiki/"
9753                     name="Free Desktop Group">, add 40 points.
9754               </item>
9755
9756               <item>
9757                   If the window manager permits the X session to be
9758                   restarted using a <em>different</em> window manager
9759                   (without killing the X server) in its default
9760                   configuration, add 10 points; otherwise add none.
9761               </item>
9762             </list>
9763             That alternative should have a slave alternative
9764             for <file>/usr/share/man/man1/x-window-manager.1.gz</file>
9765             pointing to the corresponding manual page.
9766           </p>
9767         </sect1>
9768
9769         <sect1>
9770           <heading>Packages providing fonts</heading>
9771
9772           <p>
9773             Packages that provide fonts for the X Window
9774             System<footnote>
9775                 For the purposes of Debian Policy, a "font for the X
9776                 Window System" is one which is accessed via X protocol
9777                 requests.  Fonts for the Linux console, for PostScript
9778                 renderer, or any other purpose, do not fit this
9779                 definition.  Any tool which makes such fonts available
9780                 to the X Window System, however, must abide by this
9781                 font policy.
9782             </footnote>
9783             must do a number of things to ensure that they are both
9784             available without modification of the X or font server
9785             configuration, and that they do not corrupt files used by
9786             other font packages to register information about
9787             themselves.
9788             <enumlist>
9789               <item>
9790                   Fonts of any type supported by the X Window System
9791                   must be in a separate binary package from any
9792                   executables, libraries, or documentation (except
9793                   that specific to the fonts shipped, such as their
9794                   license information).  If one or more of the fonts
9795                   so packaged are necessary for proper operation of
9796                   the package with which they are associated the font
9797                   package may be Recommended; if the fonts merely
9798                   provide an enhancement, a Suggests relationship may
9799                   be used.  Packages must not Depend on font
9800                   packages.<footnote>
9801                       This is because the X server may retrieve fonts
9802                       from the local file system or over the network
9803                       from an X font server; the Debian package system
9804                       is empowered to deal only with the local
9805                       file system.
9806                   </footnote>
9807               </item>
9808
9809               <item>
9810                   BDF fonts must be converted to PCF fonts with the
9811                   <prgn>bdftopcf</prgn> utility (available in the
9812                   <tt>xfonts-utils</tt> package, <prgn>gzip</prgn>ped, and
9813                   placed in a directory that corresponds to their
9814                   resolution:
9815                   <list compact="compact">
9816                     <item>
9817                         100 dpi fonts must be placed in
9818                         <file>/usr/share/fonts/X11/100dpi/</file>.
9819                     </item>
9820
9821                     <item>
9822                         75 dpi fonts must be placed in
9823                         <file>/usr/share/fonts/X11/75dpi/</file>.
9824                     </item>
9825
9826                     <item>
9827                         Character-cell fonts, cursor fonts, and other
9828                         low-resolution fonts must be placed in
9829                         <file>/usr/share/fonts/X11/misc/</file>.
9830                     </item>
9831                   </list>
9832               </item>
9833
9834               <item>
9835                   Type 1 fonts must be placed in
9836                   <file>/usr/share/fonts/X11/Type1/</file>.  If font
9837                   metric files are available, they must be placed here
9838                   as well.
9839               </item>
9840
9841               <item>
9842                   Subdirectories of <file>/usr/share/fonts/X11/</file>
9843                   other than those listed above must be neither
9844                   created nor used.  (The <file>PEX</file>, <file>CID</file>,
9845                   <file>Speedo</file>, and <file>cyrillic</file> directories
9846                   are excepted for historical reasons, but installation of
9847                   files into these directories remains discouraged.)
9848               </item>
9849
9850               <item>
9851                   Font packages may, instead of placing files directly
9852                   in the X font directories listed above, provide
9853                   symbolic links in that font directory pointing to
9854                   the files' actual location in the filesystem.  Such
9855                   a location must comply with the FHS.
9856               </item>
9857
9858               <item>
9859                   Font packages should not contain both 75dpi and
9860                   100dpi versions of a font.  If both are available,
9861                   they should be provided in separate binary packages
9862                   with <tt>-75dpi</tt> or <tt>-100dpi</tt> appended to
9863                   the names of the packages containing the
9864                   corresponding fonts.
9865               </item>
9866
9867               <item>
9868                   Fonts destined for the <file>misc</file> subdirectory
9869                   should not be included in the same package as 75dpi
9870                   or 100dpi fonts; instead, they should be provided in
9871                   a separate package with <tt>-misc</tt> appended to
9872                   its name.
9873               </item>
9874
9875               <item>
9876                   Font packages must not provide the files
9877                   <file>fonts.dir</file>, <file>fonts.alias</file>, or
9878                   <file>fonts.scale</file> in a font directory:
9879                   <list>
9880                     <item>
9881                         <file>fonts.dir</file> files must not be provided at all.
9882                     </item>
9883
9884                     <item>
9885                         <file>fonts.alias</file> and <file>fonts.scale</file>
9886                         files, if needed, should be provided in the
9887                         directory
9888                         <file>/etc/X11/fonts/<var>fontdir</var>/<var>package</var>.<var>extension</var></file>,
9889                         where <var>fontdir</var> is the name of the
9890                         subdirectory of
9891                         <file>/usr/share/fonts/X11/</file> where the
9892                         package's corresponding fonts are stored
9893                         (e.g., <tt>75dpi</tt> or <tt>misc</tt>),
9894                         <var>package</var> is the name of the package
9895                         that provides these fonts, and
9896                         <var>extension</var> is either <tt>scale</tt>
9897                         or <tt>alias</tt>, whichever corresponds to
9898                         the file contents.
9899                     </item>
9900                   </list>
9901               </item>
9902
9903               <item>
9904                   Font packages must declare a dependency on
9905                   <tt>xfonts-utils</tt> in their <tt>Depends</tt>
9906                   or <tt>Pre-Depends</tt> control field.
9907               </item>
9908
9909               <item>
9910                   Font packages that provide one or more
9911                   <file>fonts.scale</file> files as described above must
9912                   invoke <prgn>update-fonts-scale</prgn> on each
9913                   directory into which they installed fonts
9914                   <em>before</em> invoking
9915                   <prgn>update-fonts-dir</prgn> on that directory.
9916                   This invocation must occur in both the
9917                   <prgn>postinst</prgn> (for all arguments) and
9918                   <prgn>postrm</prgn> (for all arguments except
9919                   <tt>upgrade</tt>) scripts.
9920               </item>
9921
9922               <item>
9923                   Font packages that provide one or more
9924                   <file>fonts.alias</file> files as described above must
9925                   invoke <prgn>update-fonts-alias</prgn> on each
9926                   directory into which they installed fonts.  This
9927                   invocation must occur in both the
9928                   <prgn>postinst</prgn> (for all arguments) and
9929                   <prgn>postrm</prgn> (for all arguments except
9930                   <tt>upgrade</tt>) scripts.
9931               </item>
9932
9933               <item>
9934                   Font packages must invoke
9935                   <prgn>update-fonts-dir</prgn> on each directory into
9936                   which they installed fonts.  This invocation must
9937                   occur in both the <prgn>postinst</prgn> (for all
9938                   arguments) and <prgn>postrm</prgn> (for all
9939                   arguments except <tt>upgrade</tt>) scripts.
9940               </item>
9941
9942               <item>
9943                   Font packages must not provide alias names for the
9944                   fonts they include which collide with alias names
9945                   already in use by fonts already packaged.
9946               </item>
9947
9948               <item>
9949                   Font packages must not provide fonts with the same
9950                   XLFD registry name as another font already packaged.
9951               </item>
9952             </enumlist>
9953           </p>
9954         </sect1>
9955
9956         <sect1 id="appdefaults">
9957           <heading>Application defaults files</heading>
9958
9959           <p>
9960             Application defaults files must be installed in the
9961             directory <file>/etc/X11/app-defaults/</file> (use of a
9962             localized subdirectory of <file>/etc/X11/</file> as described
9963             in the <em>X Toolkit Intrinsics - C Language
9964             Interface</em> manual is also permitted).  They must be
9965             registered as <tt>conffile</tt>s or handled as
9966             configuration files.
9967           </p>
9968
9969           <p>
9970             Customization of programs' X resources may also be
9971             supported with the provision of a file with the same name
9972             as that of the package placed in
9973             the <file>/etc/X11/Xresources/</file> directory, which
9974             must be registered as a <tt>conffile</tt> or handled as a
9975             configuration file.<footnote>
9976                 Note that this mechanism is not the same as using
9977                 app-defaults; app-defaults are tied to the client
9978                 binary on the local file system, whereas X resources
9979                 are stored in the X server and affect all connecting
9980                 clients.
9981             </footnote>
9982           </p>
9983         </sect1>
9984
9985         <sect1>
9986           <heading>Installation directory issues</heading>
9987
9988           <p>
9989             Historically, packages using the X Window System used a
9990             separate set of installation directories from other packages.
9991             This practice has been discontinued and packages using the X
9992             Window System should now generally be installed in the same
9993             directories as any other package.  Specifically, packages must
9994             not install files under the <file>/usr/X11R6/</file> directory
9995             and the <file>/usr/X11R6/</file> directory hierarchy should be
9996             regarded as obsolete.
9997           </p>
9998
9999           <p>
10000             Include files previously installed under
10001             <file>/usr/X11R6/include/X11/</file> should be installed into
10002             <file>/usr/include/X11/</file>.  For files previously
10003             installed into subdirectories of
10004             <file>/usr/X11R6/lib/X11/</file>, package maintainers should
10005             determine if subdirectories of <file>/usr/lib/</file> and
10006             <file>/usr/share/</file> can be used.  If not, a subdirectory
10007             of <file>/usr/lib/X11/</file> should be used.
10008           </p>
10009
10010           <p>
10011             Configuration files for window, display, or session managers
10012             or other applications that are tightly integrated with the X
10013             Window System may be placed in a subdirectory
10014             of <file>/etc/X11/</file> corresponding to the package name.
10015             Other X Window System applications should use
10016             the <file>/etc/</file> directory unless otherwise mandated by
10017             policy (such as for <ref id="appdefaults">).
10018           </p>
10019         </sect1>
10020       </sect>
10021
10022       <sect id="perl">
10023         <heading>Perl programs and modules</heading>
10024
10025         <p>
10026           Perl programs and modules should follow the current Perl policy.
10027         </p>
10028
10029         <p>
10030           The Perl policy can be found in the <tt>perl-policy</tt>
10031           files in the <tt>debian-policy</tt> package.
10032           It is also available from the Debian web mirrors at
10033           <tt><url name="/doc/packaging-manuals/perl-policy/"
10034                 id="http://www.debian.org/doc/packaging-manuals/perl-policy/"></tt>.
10035         </p>
10036       </sect>
10037
10038       <sect id="emacs">
10039         <heading>Emacs lisp programs</heading>
10040
10041         <p>
10042           Please refer to the "Debian Emacs Policy" for details of how to
10043           package emacs lisp programs.
10044         </p>
10045
10046         <p>
10047           The Emacs policy is available in
10048           <file>debian-emacs-policy.gz</file> of the
10049           <package>emacsen-common</package> package.
10050           It is also available from the Debian web mirrors at
10051           <tt><url name="/doc/packaging-manuals/debian-emacs-policy"
10052                 id="http://www.debian.org/doc/packaging-manuals/debian-emacs-policy"></tt>.
10053         </p>
10054       </sect>
10055
10056       <sect>
10057         <heading>Games</heading>
10058
10059         <p>
10060           The permissions on <file>/var/games</file> are mode 755, owner
10061           <tt>root</tt> and group <tt>root</tt>.
10062         </p>
10063
10064         <p>
10065           Each game decides on its own security policy.</p>
10066
10067         <p>
10068           Games which require protected, privileged access to
10069           high-score files, saved games, etc., may be made
10070           set-<em>group</em>-id (mode 2755) and owned by
10071           <tt>root:games</tt>, and use files and directories with
10072           appropriate permissions (770 <tt>root:games</tt>, for
10073           example).  They must not be made
10074           set-<em>user</em>-id, as this causes security problems. (If
10075           an attacker can subvert any set-user-id game they can
10076           overwrite the executable of any other, causing other players
10077           of these games to run a Trojan horse program.  With a
10078           set-group-id game the attacker only gets access to less
10079           important game data, and if they can get at the other
10080           players' accounts at all it will take considerably more
10081           effort.)</p>
10082
10083         <p>
10084           Some packages, for example some fortune cookie programs, are
10085           configured by the upstream authors to install with their
10086           data files or other static information made unreadable so
10087           that they can only be accessed through set-id programs
10088           provided.  You should not do this in a Debian package: anyone can
10089           download the <file>.deb</file> file and read the data from it,
10090           so there is no point making the files unreadable.  Not
10091           making the files unreadable also means that you don't have
10092           to make so many programs set-id, which reduces the risk of a
10093           security hole.</p>
10094
10095         <p>
10096           As described in the FHS, binaries of games should be
10097           installed in the directory <file>/usr/games</file>. This also
10098           applies to games that use the X Window System. Manual pages
10099           for games (X and non-X games) should be installed in
10100           <file>/usr/share/man/man6</file>.</p>
10101       </sect>
10102     </chapt>
10103
10104
10105     <chapt id="docs">
10106       <heading>Documentation</heading>
10107
10108       <sect>
10109         <heading>Manual pages</heading>
10110
10111         <p>
10112           You should install manual pages in <prgn>nroff</prgn> source
10113           form, in appropriate places under <file>/usr/share/man</file>.
10114           You should only use sections 1 to 9 (see the FHS for more
10115           details).  You must not install a pre-formatted "cat page".
10116         </p>
10117
10118         <p>
10119           Each program, utility, and function should have an
10120           associated manual page included in the same package. It is
10121           suggested that all configuration files also have a manual
10122           page included as well. Manual pages for protocols and other
10123           auxiliary things are optional.
10124         </p>
10125
10126         <p>
10127           If no manual page is available, this is considered as a bug
10128           and should be reported to the Debian Bug Tracking System (the
10129           maintainer of the package is allowed to write this bug report
10130           themselves, if they so desire).  Do not close the bug report
10131           until a proper man page is available.<footnote>
10132               It is not very hard to write a man page. See the
10133               <url id="http://www.schweikhardt.net/man_page_howto.html"
10134                 name="Man-Page-HOWTO">,
10135               <manref name="man" section="7">, the examples created
10136               by <prgn>dh_make</prgn>, the helper
10137               program <prgn>help2man</prgn>, or the
10138               directory <file>/usr/share/doc/man-db/examples</file>.
10139           </footnote>
10140         </p>
10141
10142         <p>
10143           You may forward a complaint about a missing man page to the
10144           upstream authors, and mark the bug as forwarded in the
10145           Debian bug tracking system.  Even though the GNU Project do
10146           not in general consider the lack of a man page to be a bug,
10147           we do; if they tell you that they don't consider it a bug
10148           you should leave the bug in our bug tracking system open
10149           anyway.
10150         </p>
10151
10152         <p>
10153           Manual pages should be installed compressed using <tt>gzip -9</tt>.
10154         </p>
10155
10156         <p>
10157           If one man page needs to be accessible via several names it
10158           is better to use a symbolic link than the <file>.so</file>
10159           feature, but there is no need to fiddle with the relevant
10160           parts of the upstream source to change from <file>.so</file> to
10161           symlinks: don't do it unless it's easy.  You should not
10162           create hard links in the manual page directories, nor put
10163           absolute filenames in <file>.so</file> directives.  The filename
10164           in a <file>.so</file> in a man page should be relative to the
10165           base of the man page tree (usually
10166           <file>/usr/share/man</file>). If you do not create any links
10167           (whether symlinks, hard links, or <tt>.so</tt> directives)
10168           in the file system to the alternate names of the man page,
10169           then you should not rely on <prgn>man</prgn> finding your
10170           man page under those names based solely on the information in
10171           the man page's header.<footnote>
10172               Supporting this in <prgn>man</prgn> often requires
10173               unreasonable processing time to find a manual page or to
10174               report that none exists, and moves knowledge into man's
10175               database that would be better left in the file system.
10176               This support is therefore deprecated and will cease to
10177               be present in the future.
10178           </footnote>
10179         </p>
10180
10181         <p>
10182           Manual pages in locale-specific subdirectories of
10183           <file>/usr/share/man</file> should use either UTF-8 or the usual
10184           legacy encoding for that language (normally the one corresponding
10185           to the shortest relevant locale name in
10186           <file>/usr/share/i18n/SUPPORTED</file>). For example, pages under
10187           <file>/usr/share/man/fr</file> should use either UTF-8 or
10188           ISO-8859-1.<footnote>
10189             <prgn>man</prgn> will automatically detect whether UTF-8 is in
10190             use. In future, all manual pages will be required to use
10191             UTF-8.
10192           </footnote>
10193         </p>
10194
10195         <p>
10196           A country name (the <tt>DE</tt> in <tt>de_DE</tt>) should not be
10197           included in the subdirectory name unless it indicates a
10198           significant difference in the language, as this excludes
10199           speakers of the language in other countries.<footnote>
10200             At the time of writing, Chinese and Portuguese are the main
10201             languages with such differences, so <file>pt_BR</file>,
10202             <file>zh_CN</file>, and <file>zh_TW</file> are all allowed.
10203           </footnote>
10204         </p>
10205
10206         <p>
10207           If a localized version of a manual page is provided, it should
10208           either be up-to-date or it should be obvious to the reader that
10209           it is outdated and the original manual page should be used
10210           instead.  This can be done either by a note at the beginning of
10211           the manual page or by showing the missing or changed portions in
10212           the original language instead of the target language.
10213         </p>
10214       </sect>
10215
10216       <sect>
10217         <heading>Info documents</heading>
10218
10219         <p>
10220           Info documents should be installed in <file>/usr/share/info</file>.
10221           They should be compressed with <tt>gzip -9</tt>.
10222         </p>
10223
10224         <p>
10225           The <prgn>install-info</prgn> program maintains a directory of
10226           installed info documents in <file>/usr/share/info/dir</file> for
10227           the use of info readers.<footnote>
10228             It was previously necessary for packages installing info
10229             documents to run <prgn>install-info</prgn> from maintainer
10230             scripts.  This is no longer necessary.  The installation
10231             system now uses dpkg triggers.
10232           </footnote>
10233           This file must not be included in packages.  Packages containing
10234           info documents should depend on <tt>dpkg (>= 1.15.4) |
10235           install-info</tt> to ensure that the directory file is properly
10236           rebuilt during partial upgrades from Debian 5.0 (lenny) and
10237           earlier.
10238         </p>
10239
10240         <p>
10241           Info documents should contain section and directory entry
10242           information in the document for the use
10243           of <prgn>install-info</prgn>.  The section should be specified
10244           via a line starting with <tt>INFO-DIR-SECTION</tt> followed by a
10245           space and the section of this info page.  The directory entry or
10246           entries should be included between
10247           a <tt>START-INFO-DIR-ENTRY</tt> line and
10248           an <tt>END-INFO-DIR-ENTRY</tt> line.  For example:
10249           <example>
10250 INFO-DIR-SECTION Individual utilities
10251 START-INFO-DIR-ENTRY
10252 * example: (example).               An example info directory entry.
10253 END-INFO-DIR-ENTRY
10254           </example>
10255           To determine which section to use, you should look
10256           at <file>/usr/share/info/dir</file> on your system and choose
10257           the most relevant (or create a new section if none of the
10258           current sections are relevant).<footnote>
10259             Normally, info documents are generated from Texinfo source.
10260             To include this information in the generated info document, if
10261             it is absent, add commands like:
10262             <example>
10263 @dircategory Individual utilities
10264 @direntry
10265 * example: (example).               An example info directory entry.
10266 @end direntry
10267             </example>
10268             to the Texinfo source of the document and ensure that the info
10269             documents are rebuilt from source during the package build.
10270           </footnote>
10271         </p>
10272       </sect>
10273
10274       <sect>
10275         <heading>Additional documentation</heading>
10276
10277         <p>
10278           Any additional documentation that comes with the package may
10279           be installed at the discretion of the package maintainer.
10280           Plain text documentation should be installed in the directory
10281           <file>/usr/share/doc/<var>package</var></file>, where
10282           <var>package</var> is the name of the package, and
10283           compressed with <tt>gzip -9</tt> unless it is small.
10284         </p>
10285
10286         <p>
10287           If a package comes with large amounts of documentation which
10288           many users of the package will not require you should create
10289           a separate binary package to contain it, so that it does not
10290           take up disk space on the machines of users who do not need
10291           or want it installed.</p>
10292
10293         <p>
10294           It is often a good idea to put text information files
10295           (<file>README</file>s, changelogs, and so forth) that come with
10296           the source package in <file>/usr/share/doc/<var>package</var></file>
10297           in the binary package.  However, you don't need to install
10298           the instructions for building and installing the package, of
10299           course!</p>
10300
10301         <p>
10302           Packages must not require the existence of any files in
10303           <file>/usr/share/doc/</file> in order to function
10304           <footnote>
10305               The system administrator should be able to
10306               delete files in <file>/usr/share/doc/</file> without causing
10307               any programs to break.
10308           </footnote>.
10309           Any files that are referenced by programs but are also
10310           useful as stand alone documentation should be installed under
10311           <file>/usr/share/<var>package</var>/</file> with symbolic links from
10312           <file>/usr/share/doc/<var>package</var></file>.
10313         </p>
10314
10315         <p>
10316           <file>/usr/share/doc/<var>package</var></file> may be a symbolic
10317           link to another directory in <file>/usr/share/doc</file> only if
10318           the two packages both come from the same source and the
10319           first package Depends on the second.<footnote>
10320             <p>
10321               Please note that this does not override the section on
10322               changelog files below, so the file 
10323               <file>/usr/share/doc/<var>package</var>/changelog.Debian.gz</file>
10324               must refer to the changelog for the current version of
10325               <var>package</var> in question. In practice, this means
10326               that the sources of the target and the destination of the
10327               symlink must be the same (same source package and
10328               version). 
10329             </p>
10330           </footnote>
10331         </p>
10332
10333         <p>
10334           Former Debian releases placed all additional documentation
10335           in <file>/usr/doc/<var>package</var></file>.  This has been
10336           changed to <file>/usr/share/doc/<var>package</var></file>,
10337           and packages must not put documentation in the directory
10338           <file>/usr/doc/<var>package</var></file>. <footnote>
10339             At this phase of the transition, we no longer require a
10340             symbolic link in <file>/usr/doc/</file>. At a later point,
10341             policy shall change to make the symbolic links a bug.
10342           </footnote>
10343         </p>
10344       </sect>
10345
10346       <sect>
10347         <heading>Preferred documentation formats</heading>
10348
10349         <p>
10350           The unification of Debian documentation is being carried out
10351           via HTML.</p>
10352
10353         <p>
10354           If your package comes with extensive documentation in a
10355           markup format that can be converted to various other formats
10356           you should if possible ship HTML versions in a binary
10357           package, in the directory
10358           <file>/usr/share/doc/<var>appropriate-package</var></file> or
10359           its subdirectories.<footnote>
10360               The rationale: The important thing here is that HTML
10361               docs should be available in <em>some</em> package, not
10362               necessarily in the main binary package.
10363           </footnote>
10364         </p>
10365
10366         <p>
10367           Other formats such as PostScript may be provided at the
10368           package maintainer's discretion.
10369         </p>
10370       </sect>
10371
10372       <sect id="copyrightfile">
10373         <heading>Copyright information</heading>
10374
10375         <p>
10376           Every package must be accompanied by a verbatim copy of its
10377           copyright information and distribution license in the file
10378           <file>/usr/share/doc/<var>package</var>/copyright</file>. This
10379           file must neither be compressed nor be a symbolic link.
10380         </p>
10381
10382         <p>
10383           In addition, the copyright file must say where the upstream
10384           sources (if any) were obtained, and should name the original
10385           authors.
10386         </p>
10387
10388         <p>
10389           Packages in the <em>contrib</em> or <em>non-free</em> archive
10390           areas should state in the copyright file that the package is not
10391           part of the Debian distribution and briefly explain why.
10392         </p>
10393
10394         <p>
10395           A copy of the file which will be installed in
10396           <file>/usr/share/doc/<var>package</var>/copyright</file> should
10397           be in <file>debian/copyright</file> in the source package.
10398         </p>
10399
10400         <p>
10401           <file>/usr/share/doc/<var>package</var></file> may be a symbolic
10402           link to another directory in <file>/usr/share/doc</file> only if
10403           the two packages both come from the same source and the
10404           first package Depends on the second.  These rules are important
10405           because <file>copyright</file> files must be extractable by
10406           mechanical means.
10407         </p>
10408
10409         <p>
10410           Packages distributed under the Apache license (version 2.0), the
10411           Artistic license, the GNU GPL (versions 1, 2, or 3), the GNU
10412           LGPL (versions 2, 2.1, or 3), and the GNU FDL (versions 1.2 or
10413           1.3) should refer to the corresponding files
10414           under <file>/usr/share/common-licenses</file>,<footnote>
10415             <p>
10416               In particular,
10417               <file>/usr/share/common-licenses/Apache-2.0</file>,
10418               <file>/usr/share/common-licenses/Artistic</file>,
10419               <file>/usr/share/common-licenses/GPL-1</file>,
10420               <file>/usr/share/common-licenses/GPL-2</file>,
10421               <file>/usr/share/common-licenses/GPL-3</file>,
10422               <file>/usr/share/common-licenses/LGPL-2</file>,
10423               <file>/usr/share/common-licenses/LGPL-2.1</file>,
10424               <file>/usr/share/common-licenses/LGPL-3</file>,
10425               <file>/usr/share/common-licenses/GFDL-1.2</file>, and
10426               <file>/usr/share/common-licenses/GFDL-1.3</file>
10427               respectively.  The University of California BSD license is
10428               also included in <package>base-files</package> as
10429               <file>/usr/share/common-licenses/BSD</file>, but given the
10430               brevity of this license, its specificity to code whose
10431               copyright is held by the Regents of the University of
10432               California, and the frequency of minor wording changes, its
10433               text should be included in the copyright file rather than
10434               referencing this file.
10435             </p>
10436           </footnote> rather than quoting them in the copyright
10437           file. 
10438         </p>
10439
10440         <p>
10441           You should not use the copyright file as a general <file>README</file>
10442           file.  If your package has such a file it should be
10443           installed in <file>/usr/share/doc/<var>package</var>/README</file> or
10444           <file>README.Debian</file> or some other appropriate place.
10445         </p>
10446
10447         <sect1 id="copyrightformat">
10448           <heading>Machine-readable copyright information</heading>
10449
10450           <p>
10451             A specification for a standard, machine-readable format
10452             for <file>debian/copyright</file> files is maintained as part
10453             of the <package>debian-policy</package> package.  This
10454             document may be found in the <file>copyright-format</file>
10455             files in the <package>debian-policy</package> package.  It is
10456             also available from the Debian web mirrors at
10457             <tt><url name="/doc/packaging-manuals/copyright-format/1.0/"
10458                      id="http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/"></tt>.
10459           </p>
10460
10461           <p>
10462             Use of this format is optional.
10463           </p>
10464         </sect1>
10465       </sect>
10466
10467       <sect>
10468         <heading>Examples</heading>
10469
10470         <p>
10471           Any examples (configurations, source files, whatever),
10472           should be installed in a directory
10473           <file>/usr/share/doc/<var>package</var>/examples</file>.  These
10474           files should not be referenced by any program: they're there
10475           for the benefit of the system administrator and users as
10476           documentation only.  Architecture-specific example files
10477           should be installed in a directory
10478           <file>/usr/lib/<var>package</var>/examples</file> with symbolic
10479           links to them from
10480           <file>/usr/share/doc/<var>package</var>/examples</file>, or the
10481           latter directory itself may be a symbolic link to the
10482           former.
10483         </p>
10484
10485         <p>
10486           If the purpose of a package is to provide examples, then the
10487           example files may be installed into
10488           <file>/usr/share/doc/<var>package</var></file>.
10489         </p>
10490       </sect>
10491
10492       <sect id="changelogs">
10493         <heading>Changelog files</heading>
10494
10495         <p>
10496           Packages that are not Debian-native must contain a
10497           compressed copy of the <file>debian/changelog</file> file from
10498           the Debian source tree in
10499           <file>/usr/share/doc/<var>package</var></file> with the name
10500           <file>changelog.Debian.gz</file>.
10501         </p>
10502
10503         <p>
10504           If an upstream changelog is available, it should be accessible as
10505           <file>/usr/share/doc/<var>package</var>/changelog.gz</file> in
10506           plain text.  If the upstream changelog is distributed in
10507           HTML, it should be made available in that form as
10508           <file>/usr/share/doc/<var>package</var>/changelog.html.gz</file>
10509           and a plain text <file>changelog.gz</file> should be generated
10510           from it using, for example, <tt>lynx -dump -nolist</tt>.  If
10511           the upstream changelog files do not already conform to this
10512           naming convention, then this may be achieved either by
10513           renaming the files, or by adding a symbolic link, at the
10514           maintainer's discretion.<footnote>
10515               Rationale: People should not have to look in places for
10516               upstream changelogs merely because they are given
10517               different names or are distributed in HTML format.
10518           </footnote>
10519         </p>
10520
10521         <p>
10522           All of these files should be installed compressed using
10523           <tt>gzip -9</tt>, as they will become large with time even
10524           if they start out small.
10525         </p>
10526
10527         <p>
10528           If the package has only one changelog which is used both as
10529           the Debian changelog and the upstream one because there is
10530           no separate upstream maintainer then that changelog should
10531           usually be installed as
10532           <file>/usr/share/doc/<var>package</var>/changelog.gz</file>; if
10533           there is a separate upstream maintainer, but no upstream
10534           changelog, then the Debian changelog should still be called
10535           <file>changelog.Debian.gz</file>.
10536         </p>
10537
10538         <p>
10539           For details about the format and contents of the Debian
10540           changelog file, please see <ref id="dpkgchangelog">.
10541         </p>
10542       </sect>
10543     </chapt>
10544
10545     <appendix id="pkg-scope">
10546       <heading>Introduction and scope of these appendices</heading>
10547
10548       <p>
10549         These appendices are taken essentially verbatim from the
10550         now-deprecated Packaging Manual, version 3.2.1.0.  They are
10551         the chapters which are likely to be of use to package
10552         maintainers and which have not already been included in the
10553         policy document itself. Most of these sections are very likely
10554         not relevant to policy; they should be treated as
10555         documentation for the packaging system. Please note that these
10556         appendices are included for convenience, and for historical
10557         reasons: they used to be part of policy package, and they have
10558         not yet been incorporated into dpkg documentation. However,
10559         they still have value, and hence they are presented here.
10560       </p>
10561
10562       <p>
10563         They have not yet been checked to ensure that they are
10564         compatible with the contents of policy, and if there are any
10565         contradictions, the version in the main policy document takes
10566         precedence.  The remaining chapters of the old Packaging
10567         Manual have also not been read in detail to ensure that there
10568         are not parts which have been left out.  Both of these will be
10569         done in due course.
10570       </p>
10571
10572       <p>
10573         Certain parts of the Packaging manual were integrated into the
10574         Policy Manual proper, and removed from the appendices. Links
10575         have been placed from the old locations to the new ones.
10576       </p>
10577
10578       <p>
10579         <prgn>dpkg</prgn> is a suite of programs for creating binary
10580         package files and installing and removing them on Unix
10581         systems.<footnote>
10582             <prgn>dpkg</prgn> is targeted primarily at Debian, but may
10583             work on or be ported to other systems.
10584         </footnote>
10585       </p>
10586
10587       <p>
10588         The binary packages are designed for the management of
10589         installed executable programs (usually compiled binaries) and
10590         their associated data, though source code examples and
10591         documentation are provided as part of some packages.</p>
10592
10593       <p>
10594         This manual describes the technical aspects of creating Debian
10595         binary packages (<file>.deb</file> files).  It documents the
10596         behavior of the package management programs
10597         <prgn>dpkg</prgn>, <prgn>dselect</prgn> et al. and the way
10598         they interact with packages.</p>
10599
10600       <p>
10601         It also documents the interaction between
10602         <prgn>dselect</prgn>'s core and the access method scripts it
10603         uses to actually install the selected packages, and describes
10604         how to create a new access method.</p>
10605
10606       <p>
10607         This manual does not go into detail about the options and
10608         usage of the package building and installation tools.  It
10609         should therefore be read in conjunction with those programs'
10610         man pages.
10611       </p>
10612
10613       <p>
10614         The utility programs which are provided with <prgn>dpkg</prgn>
10615         for managing various system configuration and similar issues,
10616         such as <prgn>update-rc.d</prgn> and
10617         <prgn>install-info</prgn>, are not described in detail here -
10618         please see their man pages.
10619       </p>
10620
10621       <p>
10622         It is assumed that the reader is reasonably familiar with the
10623         <prgn>dpkg</prgn> System Administrators' manual.
10624         Unfortunately this manual does not yet exist.
10625       </p>
10626
10627       <p>
10628         The Debian version of the FSF's GNU hello program is provided as
10629         an example for people wishing to create Debian packages. However,
10630         while the examples are helpful, they do not replace the need to
10631         read and follow the Policy and Programmer's Manual.</p>
10632     </appendix>
10633
10634     <appendix id="pkg-binarypkg">
10635       <heading>Binary packages (from old Packaging Manual)</heading>
10636
10637       <p>
10638         The binary package has two main sections.  The first part
10639         consists of various control information files and scripts used
10640         by <prgn>dpkg</prgn> when installing and removing.  See <ref
10641         id="pkg-controlarea">.
10642       </p>
10643
10644       <p>
10645         The second part is an archive containing the files and
10646         directories to be installed.
10647       </p>
10648
10649       <p>
10650         In the future binary packages may also contain other
10651         components, such as checksums and digital signatures. The
10652         format for the archive is described in full in the
10653         <file>deb(5)</file> man page.
10654       </p>
10655
10656
10657       <sect id="pkg-bincreating"><heading>Creating package files -
10658       <prgn>dpkg-deb</prgn>
10659         </heading>
10660
10661         <p>
10662           All manipulation of binary package files is done by
10663           <prgn>dpkg-deb</prgn>; it's the only program that has
10664           knowledge of the format.  (<prgn>dpkg-deb</prgn> may be
10665           invoked by calling <prgn>dpkg</prgn>, as <prgn>dpkg</prgn>
10666           will spot that the options requested are appropriate to
10667           <prgn>dpkg-deb</prgn> and invoke that instead with the same
10668           arguments.)
10669         </p>
10670
10671         <p>
10672           In order to create a binary package you must make a
10673           directory tree which contains all the files and directories
10674           you want to have in the file system data part of the package.
10675           In Debian-format source packages this directory is usually
10676           <file>debian/tmp</file>, relative to the top of the package's
10677           source tree.
10678         </p>
10679
10680         <p>
10681           They should have the locations (relative to the root of the
10682           directory tree you're constructing) ownerships and
10683           permissions which you want them to have on the system when
10684           they are installed.
10685         </p>
10686
10687         <p>
10688           With current versions of <prgn>dpkg</prgn> the uid/username
10689           and gid/groupname mappings for the users and groups being
10690           used should be the same on the system where the package is
10691           built and the one where it is installed.
10692         </p>
10693
10694         <p>
10695           You need to add one special directory to the root of the
10696           miniature file system tree you're creating:
10697           <prgn>DEBIAN</prgn>.  It should contain the control
10698           information files, notably the binary package control file
10699           (see <ref id="pkg-controlfile">).
10700         </p>
10701
10702         <p>
10703           The <prgn>DEBIAN</prgn> directory will not appear in the
10704           file system archive of the package, and so won't be installed
10705           by <prgn>dpkg</prgn> when the package is unpacked.
10706         </p>
10707
10708         <p>
10709           When you've prepared the package, you should invoke:
10710           <example>
10711   dpkg --build <var>directory</var>
10712           </example>
10713         </p>
10714
10715         <p>
10716           This will build the package in
10717           <file><var>directory</var>.deb</file>.  (<prgn>dpkg</prgn> knows
10718           that <tt>--build</tt> is a <prgn>dpkg-deb</prgn> option, so
10719           it invokes <prgn>dpkg-deb</prgn> with the same arguments to
10720           build the package.)
10721         </p>
10722
10723         <p>
10724           See the man page <manref name="dpkg-deb" section="8"> for details of how
10725           to examine the contents of this newly-created file.  You may find the
10726           output of following commands enlightening:
10727           <example>
10728   dpkg-deb --info <var>filename</var>.deb
10729   dpkg-deb --contents <var>filename</var>.deb
10730   dpkg --contents <var>filename</var>.deb
10731           </example>
10732           To view the copyright file for a package you could use this command:
10733           <example>
10734   dpkg --fsys-tarfile <var>filename</var>.deb | tar xOf - --wildcards \*/copyright | pager
10735           </example>
10736         </p>
10737       </sect>
10738
10739       <sect id="pkg-controlarea">
10740         <heading>Package control information files</heading>
10741
10742         <p>
10743           The control information portion of a binary package is a
10744           collection of files with names known to <prgn>dpkg</prgn>.
10745           It will treat the contents of these files specially - some
10746           of them contain information used by <prgn>dpkg</prgn> when
10747           installing or removing the package; others are scripts which
10748           the package maintainer wants <prgn>dpkg</prgn> to run.
10749         </p>
10750
10751         <p>
10752           It is possible to put other files in the package control
10753           information file area, but this is not generally a good idea
10754           (though they will largely be ignored).
10755         </p>
10756
10757         <p>
10758           Here is a brief list of the control information files supported
10759           by <prgn>dpkg</prgn> and a summary of what they're used for.
10760         </p>
10761
10762         <p>
10763           <taglist>
10764             <tag><tt>control</tt>
10765             <item>
10766               <p>
10767                 This is the key description file used by
10768                 <prgn>dpkg</prgn>.  It specifies the package's name
10769                 and version, gives its description for the user,
10770                 states its relationships with other packages, and so
10771                 forth.  See <ref id="sourcecontrolfiles"> and
10772                 <ref id="binarycontrolfiles">.
10773               </p>
10774
10775               <p>
10776                 It is usually generated automatically from information
10777                 in the source package by the
10778                 <prgn>dpkg-gencontrol</prgn> program, and with
10779                 assistance from <prgn>dpkg-shlibdeps</prgn>.
10780                 See <ref id="pkg-sourcetools">.
10781               </p>
10782             </item>
10783
10784             <tag><tt>postinst</tt>, <tt>preinst</tt>, <tt>postrm</tt>,
10785                  <tt>prerm</tt>
10786             </tag>
10787             <item>
10788               <p>
10789                 These are executable files (usually scripts) which
10790                 <prgn>dpkg</prgn> runs during installation, upgrade
10791                 and removal of packages.  They allow the package to
10792                 deal with matters which are particular to that package
10793                 or require more complicated processing than that
10794                 provided by <prgn>dpkg</prgn>.  Details of when and
10795                 how they are called are in <ref id="maintainerscripts">.
10796               </p>
10797
10798               <p>
10799                 It is very important to make these scripts idempotent.
10800                 See <ref id="idempotency">.
10801               </p>
10802
10803               <p>
10804                 The maintainer scripts are not guaranteed to run with a
10805                 controlling terminal and may not be able to interact with
10806                 the user.  See <ref id="controllingterminal">.
10807               </p>
10808             </item>
10809
10810             <tag><tt>conffiles</tt>
10811             </tag>
10812             <item>
10813                 This file contains a list of configuration files which
10814                 are to be handled automatically by <prgn>dpkg</prgn>
10815                 (see <ref id="pkg-conffiles">).  Note that not necessarily
10816                 every configuration file should be listed here.
10817             </item>
10818
10819             <tag><tt>shlibs</tt>
10820             </tag>
10821             <item>
10822                 This file contains a list of the shared libraries
10823                 supplied by the package, with dependency details for
10824                 each.  This is used by <prgn>dpkg-shlibdeps</prgn>
10825                 when it determines what dependencies are required in a
10826                 package control file. The <tt>shlibs</tt> file format
10827                 is described on <ref id="shlibs">.
10828             </item>
10829           </taglist>
10830         </p>
10831
10832       <sect id="pkg-controlfile">
10833         <heading>The main control information file: <tt>control</tt></heading>
10834
10835         <p>
10836           The most important control information file used by
10837           <prgn>dpkg</prgn> when it installs a package is
10838           <tt>control</tt>.  It contains all the package's "vital
10839           statistics".
10840         </p>
10841
10842         <p>
10843           The binary package control files of packages built from
10844           Debian sources are made by a special tool,
10845           <prgn>dpkg-gencontrol</prgn>, which reads
10846           <file>debian/control</file> and <file>debian/changelog</file> to
10847           find the information it needs.  See <ref id="pkg-sourcepkg"> for
10848           more details.
10849         </p>
10850
10851         <p>
10852           The fields in binary package control files are listed in
10853           <ref id="binarycontrolfiles">.
10854         </p>
10855
10856         <p>
10857           A description of the syntax of control files and the purpose
10858           of the fields is available in <ref id="controlfields">.
10859         </p>
10860       </sect>
10861
10862       <sect>
10863         <heading>Time Stamps</heading>
10864
10865         <p>
10866           See <ref id="timestamps">.
10867         </p>
10868       </sect>
10869     </appendix>
10870
10871     <appendix id="pkg-sourcepkg">
10872       <heading>Source packages (from old Packaging Manual) </heading>
10873
10874       <p>
10875         The Debian binary packages in the distribution are generated
10876         from Debian sources, which are in a special format to assist
10877         the easy and automatic building of binaries.
10878       </p>
10879
10880       <sect id="pkg-sourcetools">
10881         <heading>Tools for processing source packages</heading>
10882
10883         <p>
10884           Various tools are provided for manipulating source packages;
10885           they pack and unpack sources and help build of binary
10886           packages and help manage the distribution of new versions.
10887         </p>
10888
10889         <p>
10890           They are introduced and typical uses described here; see
10891           <manref name="dpkg-source" section="1"> for full
10892           documentation about their arguments and operation.
10893         </p>
10894
10895         <p>
10896           For examples of how to construct a Debian source package,
10897           and how to use those utilities that are used by Debian
10898           source packages, please see the <prgn>hello</prgn> example
10899           package.
10900         </p>
10901
10902         <sect1 id="pkg-dpkg-source">
10903           <heading>
10904             <prgn>dpkg-source</prgn> - packs and unpacks Debian source
10905             packages
10906           </heading>
10907
10908           <p>
10909             This program is frequently used by hand, and is also
10910             called from package-independent automated building scripts
10911             such as <prgn>dpkg-buildpackage</prgn>.
10912           </p>
10913
10914           <p>
10915             To unpack a package it is typically invoked with
10916             <example>
10917   dpkg-source -x <var>.../path/to/filename</var>.dsc
10918             </example>
10919           </p>
10920
10921            <p>
10922             with the <file><var>filename</var>.tar.gz</file> and
10923             <file><var>filename</var>.diff.gz</file> (if applicable) in
10924             the same directory.  It unpacks into
10925             <file><var>package</var>-<var>version</var></file>, and if
10926             applicable
10927             <file><var>package</var>-<var>version</var>.orig</file>, in
10928             the current directory.
10929           </p>
10930
10931           <p>
10932             To create a packed source archive it is typically invoked:
10933             <example>
10934   dpkg-source -b <var>package</var>-<var>version</var>
10935           </example>
10936           </p>
10937
10938           <p>
10939             This will create the <file>.dsc</file>, <file>.tar.gz</file> and
10940             <file>.diff.gz</file> (if appropriate) in the current
10941             directory.  <prgn>dpkg-source</prgn> does not clean the
10942             source tree first - this must be done separately if it is
10943             required.
10944           </p>
10945
10946           <p>
10947             See also <ref id="pkg-sourcearchives">.</p>
10948         </sect1>
10949
10950
10951         <sect1 id="pkg-dpkg-buildpackage">
10952           <heading>
10953             <prgn>dpkg-buildpackage</prgn> - overall package-building
10954             control script
10955           </heading>
10956
10957           <p>
10958             <prgn>dpkg-buildpackage</prgn> is a script which invokes
10959             <prgn>dpkg-source</prgn>, the <file>debian/rules</file>
10960             targets <tt>clean</tt>, <tt>build</tt> and
10961             <tt>binary</tt>, <prgn>dpkg-genchanges</prgn> and
10962             <prgn>gpg</prgn> (or <prgn>pgp</prgn>) to build a signed
10963             source and binary package upload.
10964           </p>
10965
10966           <p>
10967             It is usually invoked by hand from the top level of the
10968             built or unbuilt source directory.  It may be invoked with
10969             no arguments; useful arguments include:
10970             <taglist compact="compact">
10971               <tag><tt>-uc</tt>, <tt>-us</tt></tag>
10972               <item>
10973                 <p>
10974                   Do not sign the <tt>.changes</tt> file or the
10975                   source package <tt>.dsc</tt> file, respectively.</p>
10976               </item>
10977               <tag><tt>-p<var>sign-command</var></tt></tag>
10978               <item>
10979                 <p>
10980                   Invoke <var>sign-command</var> instead of finding
10981                   <tt>gpg</tt> or <tt>pgp</tt> on the <prgn>PATH</prgn>.
10982                   <var>sign-command</var> must behave just like
10983                   <prgn>gpg</prgn> or <tt>pgp</tt>.</p>
10984               </item>
10985               <tag><tt>-r<var>root-command</var></tt></tag>
10986               <item>
10987                 <p>
10988                   When root privilege is required, invoke the command
10989                   <var>root-command</var>.  <var>root-command</var>
10990                   should invoke its first argument as a command, from
10991                   the <prgn>PATH</prgn> if necessary, and pass its
10992                   second and subsequent arguments to the command it
10993                   calls.  If no <var>root-command</var> is supplied
10994                   then <var>dpkg-buildpackage</var> will use
10995                   the <prgn>fakeroot</prgn> command, which is sufficient
10996                   to build most packages without actually requiring root
10997                   privileges.</p>
10998               </item>
10999               <tag><tt>-b</tt>, <tt>-B</tt></tag>
11000               <item>
11001                 <p>
11002                   Two types of binary-only build and upload - see
11003                   <manref name="dpkg-source" section="1">.
11004                 </p>
11005               </item>
11006             </taglist>
11007           </p>
11008         </sect1>
11009
11010         <sect1 id="pkg-dpkg-gencontrol">
11011           <heading>
11012             <prgn>dpkg-gencontrol</prgn> - generates binary package
11013             control files
11014           </heading>
11015
11016           <p>
11017             This program is usually called from <file>debian/rules</file>
11018             (see <ref id="pkg-sourcetree">) in the top level of the source
11019             tree.
11020           </p>
11021
11022           <p>
11023             This is usually done just before the files and directories in the
11024             temporary directory tree where the package is being built have their
11025             permissions and ownerships set and the package is constructed using
11026             <prgn>dpkg-deb/</prgn>
11027               <footnote>
11028                 This is so that the control file which is produced has
11029                 the right permissions
11030             </footnote>.
11031           </p>
11032
11033           <p>
11034             <prgn>dpkg-gencontrol</prgn> must be called after all the
11035             files which are to go into the package have been placed in
11036             the temporary build directory, so that its calculation of
11037             the installed size of a package is correct.
11038           </p>
11039
11040           <p>
11041             It is also necessary for <prgn>dpkg-gencontrol</prgn> to
11042             be run after <prgn>dpkg-shlibdeps</prgn> so that the
11043             variable substitutions created by
11044             <prgn>dpkg-shlibdeps</prgn> in <file>debian/substvars</file>
11045             are available.
11046           </p>
11047
11048           <p>
11049             For a package which generates only one binary package, and
11050             which builds it in <file>debian/tmp</file> relative to the top
11051             of the source package, it is usually sufficient to call
11052             <prgn>dpkg-gencontrol</prgn>.
11053           </p>
11054
11055           <p>
11056             Sources which build several binaries will typically need
11057             something like:
11058             <example>
11059   dpkg-gencontrol -Pdebian/tmp-<var>pkg</var> -p<var>package</var>
11060             </example> The <tt>-P</tt> tells
11061             <prgn>dpkg-gencontrol</prgn> that the package is being
11062             built in a non-default directory, and the <tt>-p</tt>
11063             tells it which package's control file should be generated.
11064           </p>
11065
11066           <p>
11067             <prgn>dpkg-gencontrol</prgn> also adds information to the
11068             list of files in <file>debian/files</file>, for the benefit of
11069             (for example) a future invocation of
11070             <prgn>dpkg-genchanges</prgn>.</p>
11071         </sect1>
11072
11073         <sect1 id="pkg-dpkg-distaddfile">
11074           <heading>
11075             <prgn>dpkg-distaddfile</prgn> - adds a file to
11076             <file>debian/files</file>
11077           </heading>
11078
11079           <p>
11080             Some packages' uploads need to include files other than
11081             the source and binary package files.
11082           </p>
11083
11084           <p>
11085             <prgn>dpkg-distaddfile</prgn> adds a file to the
11086             <file>debian/files</file> file so that it will be included in
11087             the <file>.changes</file> file when
11088             <prgn>dpkg-genchanges</prgn> is run.
11089           </p>
11090
11091           <p>
11092             It is usually invoked from the <tt>binary</tt> target of
11093             <file>debian/rules</file>:
11094             <example>
11095   dpkg-distaddfile <var>filename</var> <var>section</var> <var>priority</var>
11096             </example>
11097             The <var>filename</var> is relative to the directory where
11098             <prgn>dpkg-genchanges</prgn> will expect to find it - this
11099             is usually the directory above the top level of the source
11100             tree.  The <file>debian/rules</file> target should put the
11101             file there just before or just after calling
11102             <prgn>dpkg-distaddfile</prgn>.
11103           </p>
11104
11105           <p>
11106             The <var>section</var> and <var>priority</var> are passed
11107             unchanged into the resulting <file>.changes</file> file.
11108           </p>
11109         </sect1>
11110
11111
11112         <sect1 id="pkg-dpkg-genchanges">
11113           <heading>
11114             <prgn>dpkg-genchanges</prgn> - generates a <file>.changes</file>
11115             upload control file
11116           </heading>
11117
11118           <p>
11119             This program is usually called by package-independent
11120             automatic building scripts such as
11121             <prgn>dpkg-buildpackage</prgn>, but it may also be called
11122             by hand.
11123           </p>
11124
11125           <p>
11126             It is usually called in the top level of a built source
11127             tree, and when invoked with no arguments will print out a
11128             straightforward <file>.changes</file> file based on the
11129             information in the source package's changelog and control
11130             file and the binary and source packages which should have
11131             been built.
11132           </p>
11133         </sect1>
11134
11135
11136         <sect1 id="pkg-dpkg-parsechangelog">
11137           <heading>
11138             <prgn>dpkg-parsechangelog</prgn> - produces parsed
11139             representation of a changelog
11140           </heading>
11141
11142           <p>
11143             This program is used internally by
11144             <prgn>dpkg-source</prgn> et al.  It may also occasionally
11145             be useful in <file>debian/rules</file> and elsewhere.  It
11146             parses a changelog, <file>debian/changelog</file> by default,
11147             and prints a control-file format representation of the
11148             information in it to standard output.
11149           </p>
11150         </sect1>
11151
11152         <sect1 id="pkg-dpkg-architecture">
11153           <heading>
11154             <prgn>dpkg-architecture</prgn> - information about the build and
11155             host system
11156           </heading>
11157
11158           <p>
11159             This program can be used manually, but is also invoked by
11160             <tt>dpkg-buildpackage</tt> or <file>debian/rules</file> to set
11161             environment or make variables which specify the build and host
11162             architecture for the package building process.
11163           </p>
11164         </sect1>
11165       </sect>
11166
11167       <sect id="pkg-sourcetree">
11168         <heading>The Debian package source tree</heading>
11169
11170         <p>
11171           The source archive scheme described later is intended to
11172           allow a Debian package source tree with some associated
11173           control information to be reproduced and transported easily.
11174           The Debian package source tree is a version of the original
11175           program with certain files added for the benefit of the
11176           packaging process, and with any other changes required
11177           made to the rest of the source code and installation
11178           scripts.
11179         </p>
11180
11181         <p>
11182           The extra files created for Debian are in the subdirectory
11183           <file>debian</file> of the top level of the Debian package
11184           source tree. They are described below.
11185         </p>
11186
11187         <sect1 id="pkg-debianrules">
11188           <heading><file>debian/rules</file> - the main building script</heading>
11189
11190           <p>
11191             See <ref id="debianrules">.
11192           </p>
11193         </sect1>
11194
11195         <sect1 id="pkg-srcsubstvars">
11196           <heading><file>debian/substvars</file> and variable substitutions</heading>
11197
11198           <p>
11199             See <ref id="substvars">.
11200           </p>
11201
11202         </sect1>
11203
11204         <sect1>
11205           <heading><file>debian/files</file></heading>
11206
11207           <p>
11208             See <ref id="debianfiles">.
11209           </p>
11210         </sect1>
11211
11212         <sect1><heading><file>debian/tmp</file>
11213           </heading>
11214
11215           <p>
11216             This is the canonical temporary location for the
11217             construction of binary packages by the <tt>binary</tt>
11218             target.  The directory <file>tmp</file> serves as the root of
11219             the file system tree as it is being constructed (for
11220             example, by using the package's upstream makefiles install
11221             targets and redirecting the output there), and it also
11222             contains the <tt>DEBIAN</tt> subdirectory.  See <ref
11223             id="pkg-bincreating">.
11224           </p>
11225
11226           <p>
11227             If several binary packages are generated from the same
11228             source tree it is usual to use several
11229             <file>debian/tmp<var>something</var></file> directories, for
11230             example <file>tmp-a</file> or <file>tmp-doc</file>.
11231           </p>
11232
11233           <p>
11234             Whatever <file>tmp</file> directories are created and used by
11235             <tt>binary</tt> must of course be removed by the
11236             <tt>clean</tt> target.</p></sect1>
11237       </sect>
11238
11239
11240       <sect id="pkg-sourcearchives"><heading>Source packages as archives
11241         </heading>
11242
11243         <p>
11244           As it exists on the FTP site, a Debian source package
11245           consists of three related files.  You must have the right
11246           versions of all three to be able to use them.
11247         </p>
11248
11249         <p>
11250           <taglist>
11251             <tag>Debian source control file - <tt>.dsc</tt></tag>
11252             <item>
11253                 This file is a control file used by <prgn>dpkg-source</prgn>
11254                 to extract a source package.
11255                 See <ref id="debiansourcecontrolfiles">.
11256             </item>
11257
11258             <tag>
11259               Original source archive -
11260               <file>
11261                 <var>package</var>_<var>upstream-version</var>.orig.tar.gz
11262               </file>
11263             </tag>
11264
11265             <item>
11266               <p>
11267                 This is a compressed (with <tt>gzip -9</tt>)
11268                 <prgn>tar</prgn> file containing the source code from
11269                 the upstream authors of the program.
11270               </p>
11271             </item>
11272
11273             <tag>
11274               Debian package diff -
11275               <file>
11276                 <var>package</var>_<var>upstream_version-revision</var>.diff.gz
11277               </file>
11278             </tag>
11279             <item>
11280
11281               <p>
11282                 This is a unified context diff (<tt>diff -u</tt>)
11283                 giving the changes which are required to turn the
11284                 original source into the Debian source.  These changes
11285                 may only include editing and creating plain files.
11286                 The permissions of files, the targets of symbolic
11287                 links and the characteristics of special files or
11288                 pipes may not be changed and no files may be removed
11289                 or renamed.
11290               </p>
11291
11292               <p>
11293                 All the directories in the diff must exist, except the
11294                 <file>debian</file> subdirectory of the top of the source
11295                 tree, which will be created by
11296                 <prgn>dpkg-source</prgn> if necessary when unpacking.
11297               </p>
11298
11299               <p>
11300                 The <prgn>dpkg-source</prgn> program will
11301                 automatically make the <file>debian/rules</file> file
11302                 executable (see below).</p></item>
11303           </taglist>
11304         </p>
11305
11306         <p>
11307           If there is no original source code - for example, if the
11308           package is specially prepared for Debian or the Debian
11309           maintainer is the same as the upstream maintainer - the
11310           format is slightly different: then there is no diff, and the
11311           tarfile is named
11312           <file><var>package</var>_<var>version</var>.tar.gz</file>,
11313           and preferably contains a directory named
11314           <file><var>package</var>-<var>version</var></file>.
11315         </p>
11316       </sect>
11317
11318       <sect>
11319         <heading>Unpacking a Debian source package without <prgn>dpkg-source</prgn></heading>
11320
11321         <p>
11322           <tt>dpkg-source -x</tt> is the recommended way to unpack a
11323           Debian source package.  However, if it is not available it
11324           is possible to unpack a Debian source archive as follows:
11325         <enumlist compact="compact">
11326           <item>
11327             <p>
11328               Untar the tarfile, which will create a <file>.orig</file>
11329               directory.</p>
11330           </item>
11331           <item>
11332             <p>Rename the <file>.orig</file> directory to
11333               <file><var>package</var>-<var>version</var></file>.</p>
11334           </item>
11335             <item>
11336             <p>
11337               Create the subdirectory <file>debian</file> at the top of
11338               the source tree.</p>
11339           </item>
11340           <item><p>Apply the diff using <tt>patch -p0</tt>.</p>
11341           </item>
11342           <item><p>Untar the tarfile again if you want a copy of the original
11343               source code alongside the Debian version.</p>
11344           </item>
11345         </enumlist>
11346
11347         <p>
11348           It is not possible to generate a valid Debian source archive
11349           without using <prgn>dpkg-source</prgn>.  In particular,
11350           attempting to use <prgn>diff</prgn> directly to generate the
11351           <file>.diff.gz</file> file will not work.
11352         </p>
11353
11354         <sect1>
11355           <heading>Restrictions on objects in source packages</heading>
11356
11357           <p>
11358             The source package may not contain any hard links
11359             <footnote>
11360                 This is not currently detected when building source
11361                 packages, but only when extracting
11362                 them.
11363             </footnote>
11364             <footnote>
11365                 Hard links may be permitted at some point in the
11366                 future, but would require a fair amount of
11367                 work.
11368             </footnote>, device special files, sockets or setuid or
11369             setgid files.
11370             <footnote>
11371                 Setgid directories are allowed.
11372             </footnote>
11373           </p>
11374
11375           <p>
11376             The source packaging tools manage the changes between the
11377             original and Debian source using <prgn>diff</prgn> and
11378             <prgn>patch</prgn>.  Turning the original source tree as
11379             included in the <file>.orig.tar.gz</file> into the Debian
11380             package source must not involve any changes which cannot be
11381             handled by these tools.  Problematic changes which cause
11382             <prgn>dpkg-source</prgn> to halt with an error when
11383             building the source package are:
11384             <list compact="compact">
11385               <item><p>Adding or removing symbolic links, sockets or pipes.</p>
11386               </item>
11387               <item><p>Changing the targets of symbolic links.</p>
11388               </item>
11389               <item><p>Creating directories, other than <file>debian</file>.</p>
11390               </item>
11391               <item><p>Changes to the contents of binary files.</p></item>
11392             </list> Changes which cause <prgn>dpkg-source</prgn> to
11393             print a warning but continue anyway are:
11394             <list compact="compact">
11395               <item>
11396                 <p>
11397                   Removing files, directories or symlinks.
11398                   <footnote>
11399                       Renaming a file is not treated specially - it is
11400                       seen as the removal of the old file (which
11401                       generates a warning, but is otherwise ignored),
11402                       and the creation of the new one.
11403                   </footnote>
11404                 </p>
11405               </item>
11406               <item>
11407                 <p>
11408                   Changed text files which are missing the usual final
11409                   newline (either in the original or the modified
11410                   source tree).
11411                 </p>
11412               </item>
11413             </list>
11414             Changes which are not represented, but which are not detected by
11415             <prgn>dpkg-source</prgn>, are:
11416             <list compact="compact">
11417               <item><p>Changing the permissions of files (other than
11418                   <file>debian/rules</file>) and directories.</p></item>
11419             </list>
11420           </p>
11421
11422           <p>
11423             The <file>debian</file> directory and <file>debian/rules</file>
11424             are handled specially by <prgn>dpkg-source</prgn> - before
11425             applying the changes it will create the <file>debian</file>
11426             directory, and afterwards it will make
11427             <file>debian/rules</file> world-executable.
11428           </p>
11429         </sect1>
11430       </sect>
11431     </appendix>
11432
11433     <appendix id="pkg-controlfields">
11434       <heading>Control files and their fields (from old Packaging Manual)</heading>
11435
11436       <p>
11437         Many of the tools in the <prgn>dpkg</prgn> suite manipulate
11438         data in a common format, known as control files.  Binary and
11439         source packages have control data as do the <file>.changes</file>
11440         files which control the installation of uploaded files, and
11441         <prgn>dpkg</prgn>'s internal databases are in a similar
11442         format.
11443       </p>
11444
11445       <sect>
11446         <heading>Syntax of control files</heading>
11447
11448         <p>
11449           See <ref id="controlsyntax">.
11450         </p>
11451
11452         <p>
11453           It is important to note that there are several fields which
11454           are optional as far as <prgn>dpkg</prgn> and the related
11455           tools are concerned, but which must appear in every Debian
11456           package, or whose omission may cause problems.
11457         </p>
11458       </sect>
11459
11460       <sect>
11461         <heading>List of fields</heading>
11462
11463         <p>
11464           See <ref id="controlfieldslist">.
11465         </p>
11466
11467         <p>
11468           This section now contains only the fields that didn't belong
11469           to the Policy manual.
11470         </p>
11471
11472         <sect1 id="pkg-f-Filename">
11473           <heading><tt>Filename</tt> and <tt>MSDOS-Filename</tt></heading>
11474
11475           <p>
11476             These fields in <tt>Packages</tt> files give the
11477             filename(s) of (the parts of) a package in the
11478             distribution directories, relative to the root of the
11479             Debian hierarchy.  If the package has been split into
11480             several parts the parts are all listed in order, separated
11481             by spaces.
11482           </p>
11483         </sect1>
11484
11485         <sect1 id="pkg-f-Size">
11486           <heading><tt>Size</tt> and <tt>MD5sum</tt></heading>
11487
11488           <p>
11489             These fields in <file>Packages</file> files give the size (in
11490             bytes, expressed in decimal) and MD5 checksum of the
11491             file(s) which make(s) up a binary package in the
11492             distribution.  If the package is split into several parts
11493             the values for the parts are listed in order, separated by
11494             spaces.
11495           </p>
11496         </sect1>
11497
11498         <sect1 id="pkg-f-Status">
11499           <heading><tt>Status</tt></heading>
11500
11501           <p>
11502             This field in <prgn>dpkg</prgn>'s status file records
11503             whether the user wants a package installed, removed or
11504             left alone, whether it is broken (requiring
11505             re-installation) or not and what its current state on the
11506             system is.  Each of these pieces of information is a
11507             single word.
11508           </p>
11509         </sect1>
11510
11511         <sect1 id="pkg-f-Config-Version">
11512           <heading><tt>Config-Version</tt></heading>
11513
11514           <p>
11515             If a package is not installed or not configured, this
11516             field in <prgn>dpkg</prgn>'s status file records the last
11517             version of the package which was successfully
11518             configured.
11519           </p>
11520         </sect1>
11521
11522         <sect1 id="pkg-f-Conffiles">
11523           <heading><tt>Conffiles</tt></heading>
11524
11525           <p>
11526             This field in <prgn>dpkg</prgn>'s status file contains
11527             information about the automatically-managed configuration
11528             files held by a package.  This field should <em>not</em>
11529             appear anywhere in a package!
11530           </p>
11531         </sect1>
11532
11533         <sect1>
11534           <heading>Obsolete fields</heading>
11535
11536           <p>
11537             These are still recognized by <prgn>dpkg</prgn> but should
11538             not appear anywhere any more.
11539
11540             <taglist compact="compact">
11541
11542               <tag><tt>Revision</tt></tag>
11543               <tag><tt>Package-Revision</tt></tag>
11544               <tag><tt>Package_Revision</tt></tag>
11545               <item>
11546                   The Debian revision part of the package version was
11547                   at one point in a separate control field.  This
11548                   field went through several names.
11549               </item>
11550
11551               <tag><tt>Recommended</tt></tag>
11552               <item>Old name for <tt>Recommends</tt>.</item>
11553
11554               <tag><tt>Optional</tt></tag>
11555               <item>Old name for <tt>Suggests</tt>.</item>
11556
11557               <tag><tt>Class</tt></tag>
11558               <item>Old name for <tt>Priority</tt>.</item>
11559
11560             </taglist>
11561           </p>
11562         </sect1>
11563       </sect>
11564
11565     </appendix>
11566
11567     <appendix id="pkg-conffiles">
11568       <heading>Configuration file handling (from old Packaging Manual)</heading>
11569
11570       <p>
11571         <prgn>dpkg</prgn> can do a certain amount of automatic
11572         handling of package configuration files.
11573       </p>
11574
11575       <p>
11576         Whether this mechanism is appropriate depends on a number of
11577         factors, but basically there are two approaches to any
11578         particular configuration file.
11579       </p>
11580
11581       <p>
11582         The easy method is to ship a best-effort configuration in the
11583         package, and use <prgn>dpkg</prgn>'s conffile mechanism to
11584         handle updates.  If the user is unlikely to want to edit the
11585         file, but you need them to be able to without losing their
11586         changes, and a new package with a changed version of the file
11587         is only released infrequently, this is a good approach.
11588       </p>
11589
11590       <p>
11591         The hard method is to build the configuration file from
11592         scratch in the <prgn>postinst</prgn> script, and to take the
11593         responsibility for fixing any mistakes made in earlier
11594         versions of the package automatically.  This will be
11595         appropriate if the file is likely to need to be different on
11596         each system.
11597       </p>
11598
11599       <sect><heading>Automatic handling of configuration files by
11600       <prgn>dpkg</prgn>
11601         </heading>
11602
11603         <p>
11604           A package may contain a control information file called
11605           <tt>conffiles</tt>.  This file should be a list of filenames
11606           of configuration files needing automatic handling, separated
11607           by newlines.  The filenames should be absolute pathnames,
11608           and the files referred to should actually exist in the
11609           package.
11610         </p>
11611
11612         <p>
11613           When a package is upgraded <prgn>dpkg</prgn> will process
11614           the configuration files during the configuration stage,
11615           shortly before it runs the package's <prgn>postinst</prgn>
11616           script,
11617         </p>
11618
11619         <p>
11620           For each file it checks to see whether the version of the
11621           file included in the package is the same as the one that was
11622           included in the last version of the package (the one that is
11623           being upgraded from); it also compares the version currently
11624           installed on the system with the one shipped with the last
11625           version.
11626         </p>
11627
11628         <p>
11629           If neither the user nor the package maintainer has changed
11630           the file, it is left alone.  If one or the other has changed
11631           their version, then the changed version is preferred - i.e.,
11632           if the user edits their file, but the package maintainer
11633           doesn't ship a different version, the user's changes will
11634           stay, silently, but if the maintainer ships a new version
11635           and the user hasn't edited it the new version will be
11636           installed (with an informative message).  If both have
11637           changed their version the user is prompted about the problem
11638           and must resolve the differences themselves.
11639         </p>
11640
11641         <p>
11642           The comparisons are done by calculating the MD5 message
11643           digests of the files, and storing the MD5 of the file as it
11644           was included in the most recent version of the package.
11645         </p>
11646
11647         <p>
11648           When a package is installed for the first time
11649           <prgn>dpkg</prgn> will install the file that comes with it,
11650           unless that would mean overwriting a file already on the
11651           file system.
11652         </p>
11653
11654         <p>
11655           However, note that <prgn>dpkg</prgn> will <em>not</em>
11656           replace a conffile that was removed by the user (or by a
11657           script).  This is necessary because with some programs a
11658           missing file produces an effect hard or impossible to
11659           achieve in another way, so that a missing file needs to be
11660           kept that way if the user did it.
11661         </p>
11662
11663         <p>
11664           Note that a package should <em>not</em> modify a
11665           <prgn>dpkg</prgn>-handled conffile in its maintainer
11666           scripts.  Doing this will lead to <prgn>dpkg</prgn> giving
11667           the user confusing and possibly dangerous options for
11668           conffile update when the package is upgraded.</p>
11669       </sect>
11670
11671       <sect><heading>Fully-featured maintainer script configuration
11672       handling
11673         </heading>
11674
11675         <p>
11676           For files which contain site-specific information such as
11677           the hostname and networking details and so forth, it is
11678           better to create the file in the package's
11679           <prgn>postinst</prgn> script.
11680         </p>
11681
11682         <p>
11683           This will typically involve examining the state of the rest
11684           of the system to determine values and other information, and
11685           may involve prompting the user for some information which
11686           can't be obtained some other way.
11687         </p>
11688
11689         <p>
11690           When using this method there are a couple of important
11691           issues which should be considered:
11692         </p>
11693
11694         <p>
11695           If you discover a bug in the program which generates the
11696           configuration file, or if the format of the file changes
11697           from one version to the next, you will have to arrange for
11698           the postinst script to do something sensible - usually this
11699           will mean editing the installed configuration file to remove
11700           the problem or change the syntax.  You will have to do this
11701           very carefully, since the user may have changed the file,
11702           perhaps to fix the very problem that your script is trying
11703           to deal with - you will have to detect these situations and
11704           deal with them correctly.
11705         </p>
11706
11707         <p>
11708           If you do go down this route it's probably a good idea to
11709           make the program that generates the configuration file(s) a
11710           separate program in <file>/usr/sbin</file>, by convention called
11711           <file><var>package</var>config</file> and then run that if
11712           appropriate from the post-installation script.  The
11713           <tt><var>package</var>config</tt> program should not
11714           unquestioningly overwrite an existing configuration - if its
11715           mode of operation is geared towards setting up a package for
11716           the first time (rather than any arbitrary reconfiguration
11717           later) you should have it check whether the configuration
11718           already exists, and require a <tt>--force</tt> flag to
11719           overwrite it.</p></sect>
11720     </appendix>
11721
11722     <appendix id="pkg-alternatives"><heading>Alternative versions of
11723         an interface - <prgn>update-alternatives</prgn> (from old
11724     Packaging Manual)
11725       </heading>
11726
11727       <p>
11728         When several packages all provide different versions of the
11729         same program or file it is useful to have the system select a
11730         default, but to allow the system administrator to change it
11731         and have their decisions respected.
11732       </p>
11733
11734       <p>
11735         For example, there are several versions of the <prgn>vi</prgn>
11736         editor, and there is no reason to prevent all of them from
11737         being installed at once, each under their own name
11738         (<prgn>nvi</prgn>, <prgn>vim</prgn> or whatever).
11739         Nevertheless it is desirable to have the name <tt>vi</tt>
11740         refer to something, at least by default.
11741       </p>
11742
11743       <p>
11744         If all the packages involved cooperate, this can be done with
11745         <prgn>update-alternatives</prgn>.
11746       </p>
11747
11748       <p>
11749         Each package provides its own version under its own name, and
11750         calls <prgn>update-alternatives</prgn> in its postinst to
11751         register its version (and again in its prerm to deregister
11752         it).
11753       </p>
11754
11755       <p>
11756         See the man page <manref name="update-alternatives"
11757         section="8"> for details.
11758       </p>
11759
11760       <p>
11761         If <prgn>update-alternatives</prgn> does not seem appropriate
11762         you may wish to consider using diversions instead.</p>
11763     </appendix>
11764
11765     <appendix id="pkg-diversions"><heading>Diversions - overriding a
11766     package's version of a file (from old Packaging Manual)
11767       </heading>
11768
11769       <p>
11770         It is possible to have <prgn>dpkg</prgn> not overwrite a file
11771         when it reinstalls the package it belongs to, and to have it
11772         put the file from the package somewhere else instead.
11773       </p>
11774
11775       <p>
11776         This can be used locally to override a package's version of a
11777         file, or by one package to override another's version (or
11778         provide a wrapper for it).
11779       </p>
11780
11781       <p>
11782         Before deciding to use a diversion, read <ref
11783         id="pkg-alternatives"> to see if you really want a diversion
11784         rather than several alternative versions of a program.
11785       </p>
11786
11787       <p>
11788         There is a diversion list, which is read by <prgn>dpkg</prgn>,
11789         and updated by a special program <prgn>dpkg-divert</prgn>.
11790         Please see <manref name="dpkg-divert" section="8"> for full
11791         details of its operation.
11792       </p>
11793
11794       <p>
11795         When a package wishes to divert a file from another, it should
11796         call <prgn>dpkg-divert</prgn> in its preinst to add the
11797         diversion and rename the existing file.  For example,
11798         supposing that a <prgn>smailwrapper</prgn> package wishes to
11799         install a wrapper around <file>/usr/sbin/smail</file>:
11800         <example>
11801    dpkg-divert --package smailwrapper --add --rename \
11802       --divert /usr/sbin/smail.real /usr/sbin/smail
11803         </example> The <tt>--package smailwrapper</tt> ensures that
11804         <prgn>smailwrapper</prgn>'s copy of <file>/usr/sbin/smail</file>
11805         can bypass the diversion and get installed as the true version.
11806         It's safe to add the diversion unconditionally on upgrades since
11807         it will be left unchanged if it already exists, but
11808         <prgn>dpkg-divert</prgn> will display a message.  To suppress that
11809         message, make the command conditional on the version from which
11810         the package is being upgraded:
11811         <example>
11812    if [ upgrade != "$1" ] || dpkg --compare-versions "$2" lt 1.0-2; then
11813       dpkg-divert --package smailwrapper --add --rename \
11814          --divert /usr/sbin/smail.real /usr/sbin/smail
11815    fi
11816         </example> where <tt>1.0-2</tt> is the version at which the
11817         diversion was first added to the package.  Running the command
11818         during abort-upgrade is pointless but harmless.
11819       </p>
11820
11821       <p>
11822         The postrm has to do the reverse:
11823         <example>
11824   if [ remove = "$1" -o abort-install = "$1" -o disappear = "$1" ]; then
11825      dpkg-divert --package smailwrapper --remove --rename \
11826         --divert /usr/sbin/smail.real /usr/sbin/smail
11827   fi
11828         </example> If the diversion was added at a particular version, the
11829         postrm should also handle the failure case of upgrading from an
11830         older version (unless the older version is so old that direct
11831         upgrades are no longer supported):
11832         <example>
11833   if [ abort-upgrade = "$1" ] && dpkg --compare-versions "$2" lt 1.0-2; then
11834      dpkg-divert --package smailwrapper --remove --rename \
11835         --divert /usr/sbin/smail.real /usr/sbin/smail
11836   fi
11837         </example> where <tt>1.0-2</tt> is the version at which the
11838         diversion was first added to the package.  The postrm should not
11839         remove the diversion on upgrades both because there's no reason to
11840         remove the diversion only to immediately re-add it and since the
11841         postrm of the old package is run after unpacking so the removal of
11842         the diversion will fail.
11843       </p>
11844
11845       <p>
11846         Do not attempt to divert a file which is vitally important for
11847         the system's operation - when using <prgn>dpkg-divert</prgn>
11848         there is a time, after it has been diverted but before
11849         <prgn>dpkg</prgn> has installed the new version, when the file
11850         does not exist.</p>
11851     </appendix>
11852
11853   </book>
11854 </debiandoc>
11855 <!-- Local variables: -->
11856 <!-- indent-tabs-mode: t -->
11857 <!-- End: -->
11858 <!-- vim:set ai sts=2 sw=2 tw=76: -->