]> git.donarmstrong.com Git - debian/debian-policy.git/blob - policy.sgml
Merge branch 'master' into bug571776-rra
[debian/debian-policy.git] / policy.sgml
1 <!doctype debiandoc system [
2 <!-- include version information so we don't have to hard code it
3      within the document -->
4 <!entity % versiondata SYSTEM "version.ent"> %versiondata;
5 <!-- current Debian changes file format -->
6 <!entity changesversion "1.8">
7 ]>
8 <debiandoc>
9
10   <book>
11     <titlepag>
12       <title>Debian Policy Manual</title>
13       <author><qref id="authors">The Debian Policy Mailing List</qref></author>
14       <version>version &version;, &date;</version>
15
16       <abstract>
17         This manual describes the policy requirements for the Debian
18         distribution.  This includes the structure and
19         contents of the Debian archive and several design issues of
20         the operating system, as well as technical requirements that
21         each package must satisfy to be included in the distribution.
22       </abstract>
23
24       <copyright>
25         <copyrightsummary>
26           Copyright &copy; 1996,1997,1998 Ian Jackson
27           and Christian Schwarz.
28         </copyrightsummary>
29         <p>
30           These are the copyright dates of the original Policy manual.
31           Since then, this manual has been updated by many others.  No
32           comprehensive collection of copyright notices for subsequent
33           work exists.
34         </p>
35
36         <p>
37           This manual is free software; you may redistribute it and/or
38           modify it under the terms of the GNU General Public License
39           as published by the Free Software Foundation; either version
40           2, or (at your option) any later version.
41         </p>
42
43         <p>
44           This is distributed in the hope that it will be useful, but
45           <em>without any warranty</em>; without even the implied
46           warranty of merchantability or fitness for a particular
47           purpose.  See the GNU General Public License for more
48           details.
49         </p>
50
51         <p>
52           A copy of the GNU General Public License is available as
53           <file>/usr/share/common-licenses/GPL</file> in the Debian
54           distribution or on the World Wide Web at
55           <url id="http://www.gnu.org/copyleft/gpl.html"
56                name="the GNU General Public Licence">. You can also
57           obtain it by writing to the Free Software Foundation, Inc.,
58           51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
59         </p>
60       </copyright>
61     </titlepag>
62
63     <toc detail="sect1">
64
65     <chapt id="scope">
66       <heading>About this manual</heading>
67       <sect>
68         <heading>Scope</heading>
69         <p>
70           This manual describes the policy requirements for the Debian
71           distribution. This includes the structure and
72           contents of the Debian archive and several design issues of the
73           operating system, as well as technical requirements that
74           each package must satisfy to be included in the
75           distribution.
76         </p>
77
78         <p>
79           This manual also describes Debian policy as it relates to
80           creating Debian packages. It is not a tutorial on how to build
81           packages, nor is it exhaustive where it comes to describing
82           the behavior of the packaging system. Instead, this manual
83           attempts to define the interface to the package management
84           system that the developers have to be conversant with.<footnote>
85               Informally, the criteria used for inclusion is that the
86               material meet one of the following requirements:
87               <taglist compact="compact">
88                 <tag>Standard interfaces</tag>
89                 <item>
90                     The material presented represents an interface to
91                     the packaging system that is mandated for use, and
92                     is used by, a significant number of packages, and
93                     therefore should not be changed without peer
94                     review. Package maintainers can then rely on this
95                     interface not changing, and the package management
96                     software authors need to ensure compatibility with
97                     this interface definition. (Control file and
98                     changelog file formats are examples.)
99                 </item>
100                 <tag>Chosen Convention</tag>
101                 <item>
102                     If there are a number of technically viable choices
103                     that can be made, but one needs to select one of
104                     these options for inter-operability. The version
105                     number format is one example.
106                 </item>
107               </taglist>
108               Please note that these are not mutually exclusive;
109               selected conventions often become parts of standard
110               interfaces.
111           </footnote>
112         </p>
113
114         <p>
115           The footnotes present in this manual are
116           merely informative, and are not part of Debian policy itself.
117         </p>
118
119         <p>
120           The appendices to this manual are not necessarily normative,
121           either. Please see <ref id="pkg-scope"> for more information.
122         </p>
123
124         <p>
125           In the normative part of this manual,
126           the words <em>must</em>, <em>should</em> and
127           <em>may</em>, and the adjectives <em>required</em>,
128           <em>recommended</em> and <em>optional</em>, are used to
129           distinguish the significance of the various guidelines in
130           this policy document. Packages that do not conform to the
131           guidelines denoted by <em>must</em> (or <em>required</em>)
132           will generally not be considered acceptable for the Debian
133           distribution. Non-conformance with guidelines denoted by
134           <em>should</em> (or <em>recommended</em>) will generally be
135           considered a bug, but will not necessarily render a package
136           unsuitable for distribution. Guidelines denoted by
137           <em>may</em> (or <em>optional</em>) are truly optional and
138           adherence is left to the maintainer's discretion.
139         </p>
140
141         <p>
142           These classifications are roughly equivalent to the bug
143           severities <em>serious</em> (for <em>must</em> or
144           <em>required</em> directive violations), <em>minor</em>,
145           <em>normal</em> or <em>important</em>
146           (for <em>should</em> or <em>recommended</em> directive
147           violations) and <em>wishlist</em> (for <em>optional</em>
148           items).
149           <footnote>
150                 Compare RFC 2119.  Note, however, that these words are
151                 used in a different way in this document.
152           </footnote>
153         </p>
154
155         <p>
156           Much of the information presented in this manual will be
157           useful even when building a package which is to be
158           distributed in some other way or is intended for local use
159           only.
160         </p>
161       </sect>
162
163       <sect>
164         <heading>New versions of this document</heading>
165
166         <p>
167           This manual is distributed via the Debian package
168           <package><url name="debian-policy"
169               id="http://packages.debian.org/debian-policy"></package> 
170           (<httpsite>packages.debian.org</httpsite> 
171           <httppath>/debian-policy</httppath>).
172         </p>
173
174         <p>
175           The current version of this document is also available from
176           the Debian web mirrors at
177           <tt><url name="/doc/debian-policy/"
178                 id="http://www.debian.org/doc/debian-policy/"></tt>.
179           (
180           <httpsite>www.debian.org</httpsite>
181           <httppath>/doc/debian-policy/</httppath>)
182           Also available from the same directory are several other
183           formats: <file>policy.html.tar.gz</file>
184           (<httppath>/doc/debian-policy/policy.html.tar.gz</httppath>),
185           <file>policy.pdf.gz</file> 
186           (<httppath>/doc/debian-policy/policy.pdf.gz</httppath>)
187           and <file>policy.ps.gz</file>
188           (<httppath>/doc/debian-policy/policy.ps.gz</httppath>).
189         </p>
190
191         <p>
192           The <package>debian-policy</package> package also includes the file
193           <file>upgrading-checklist.txt.gz</file> which indicates policy
194           changes between versions of this document.
195         </p>
196       </sect>
197
198       <sect id="authors">
199         <heading>Authors and Maintainers</heading>
200
201         <p>
202           Originally called "Debian GNU/Linux Policy Manual", this
203           manual was initially written in 1996 by Ian Jackson.
204           It was revised on November 27th, 1996 by David A. Morris.
205           Christian Schwarz added new sections on March 15th, 1997,
206           and reworked/restructured it in April-July 1997.
207           Christoph Lameter contributed the "Web Standard".
208           Julian Gilbey largely restructured it in 2001.
209         </p>
210
211         <p>
212           Since September 1998, the responsibility for the contents of
213           this document lies on the <url name="debian-policy mailing list"
214           id="mailto:debian-policy@lists.debian.org">. Proposals
215           are discussed there and inserted into policy after a certain
216           consensus is established.
217           <!-- insert shameless policy-process plug here eventually -->
218           The actual editing is done by a group of maintainers that have
219           no editorial powers. These are the current maintainers:
220
221           <enumlist>
222             <item>Russ Allbery</item>
223             <item>Bill Allombert</item>
224             <item>Andrew McMillan</item>
225             <item>Manoj Srivastava</item>
226             <item>Colin Watson</item>
227           </enumlist>
228         </p>
229
230         <p>
231           While the authors of this document have tried hard to avoid
232           typos and other errors, these do still occur. If you discover
233           an error in this manual or if you want to give any
234           comments, suggestions, or criticisms please send an email to
235           the Debian Policy List,
236           <email>debian-policy@lists.debian.org</email>, or submit a
237           bug report against the <tt>debian-policy</tt> package.
238         </p>
239
240         <p>
241           Please do not try to reach the individual authors or maintainers
242           of the Policy Manual regarding changes to the Policy.
243         </p>
244       </sect>
245
246       <sect id="related">
247         <heading>Related documents</heading>
248
249         <p>
250           There are several other documents other than this Policy Manual
251           that are necessary to fully understand some Debian policies and
252           procedures.
253         </p>
254
255         <p>
256           The external "sub-policy" documents are referred to in:
257           <list compact="compact">
258             <item><ref id="fhs"></item>
259             <item><ref id="virtual_pkg"></item>
260             <item><ref id="menus"></item>
261             <item><ref id="perl"></item>
262             <item><ref id="maintscriptprompt"></item>
263             <item><ref id="emacs"></item>
264           </list>
265         </p>
266
267         <p>
268           In addition to those, which carry the weight of policy, there
269           is the Debian Developer's Reference. This document describes
270           procedures and resources for Debian developers, but it is
271           <em>not</em> normative; rather, it includes things that don't
272           belong in the Policy, such as best practices for developers.
273         </p>
274
275         <p>
276           The Developer's Reference is available in the
277           <package>developers-reference</package> package.
278           It's also available from the Debian web mirrors at
279           <tt><url name="/doc/developers-reference/"
280                 id="http://www.debian.org/doc/developers-reference/"></tt>.
281         </p>
282       </sect>
283
284       <sect id="definitions">
285         <heading>Definitions</heading>
286
287         <p>
288           The following terms are used in this Policy Manual:
289           <taglist>
290             <tag>ASCII</tag>
291             <item>
292               The character encoding specified by ANSI X3.4-1986 and its
293               predecessor standards, referred to in MIME as US-ASCII, and
294               corresponding to an encoding in eight bits per character of
295               the first 128 <url id="http://www.unicode.org/"
296               name="Unicode"> characters, with the eighth bit always zero.
297             </item>
298             <tag>UTF-8</tag>
299             <item>
300               The transformation format (sometimes called encoding) of
301               <url id="http://www.unicode.org/" name="Unicode"> defined by
302               <url id="http://www.rfc-editor.org/rfc/rfc3629.txt"
303               name="RFC 3629">.  UTF-8 has the useful property of having
304               ASCII as a subset, so any text encoded in ASCII is trivially
305               also valid UTF-8.
306             </item>
307           </taglist>
308         </p>
309       </sect>
310     </chapt>
311
312
313     <chapt id="archive">
314       <heading>The Debian Archive</heading>
315
316       <p>
317         The Debian system is maintained and distributed as a
318         collection of <em>packages</em>. Since there are so many of
319         them (currently well over 15000), they are split into
320         <em>sections</em> and given <em>priorities</em> to simplify
321         the handling of them.
322       </p>
323
324       <p>
325         The effort of the Debian project is to build a free operating
326         system, but not every package we want to make accessible is
327         <em>free</em> in our sense (see the Debian Free Software
328         Guidelines, below), or may be imported/exported without
329         restrictions. Thus, the archive is split into areas<footnote>
330           The Debian archive software uses the term "component" internally
331           and in the Release file format to refer to the division of an
332           archive.  The Debian Social Contract simply refers to "areas."
333           This document uses terminology similar to the Social Contract.
334         </footnote> based on their licenses and other restrictions.
335       </p>
336
337       <p>
338         The aims of this are:
339
340         <list compact="compact">
341           <item>to allow us to make as much software available as we can</item>
342           <item>to allow us to encourage everyone to write free software,
343                 and</item>
344           <item>to allow us to make it easy for people to produce
345                 CD-ROMs of our system without violating any licenses,
346                 import/export restrictions, or any other laws.</item>
347         </list>
348       </p>
349
350       <p>
351         The <em>main</em> archive area forms the <em>Debian distribution</em>.
352       </p>
353
354       <p>
355         Packages in the other archive areas (<tt>contrib</tt>,
356         <tt>non-free</tt>) are not considered to be part of the Debian
357         distribution, although we support their use and provide
358         infrastructure for them (such as our bug-tracking system and
359         mailing lists). This Debian Policy Manual applies to these
360         packages as well.
361       </p>
362
363       <sect id="dfsg">
364         <heading>The Debian Free Software Guidelines</heading>
365         <p>
366           The Debian Free Software Guidelines (DFSG) form our
367           definition of "free software".  These are:
368             <taglist>
369               <tag>1. Free Redistribution
370               </tag>
371               <item>
372                   The license of a Debian component may not restrict any
373                   party from selling or giving away the software as a
374                   component of an aggregate software distribution
375                   containing programs from several different
376                   sources. The license may not require a royalty or
377                   other fee for such sale.
378               </item>
379               <tag>2. Source Code
380               </tag>
381               <item>
382                   The program must include source code, and must allow
383                   distribution in source code as well as compiled form.
384               </item>
385               <tag>3. Derived Works
386               </tag>
387               <item>
388                   The license must allow modifications and derived
389                   works, and must allow them to be distributed under the
390                   same terms as the license of the original software.
391               </item>
392               <tag>4. Integrity of The Author's Source Code
393               </tag>
394               <item>
395                   The license may restrict source-code from being
396                   distributed in modified form <em>only</em> if the
397                   license allows the distribution of "patch files"
398                   with the source code for the purpose of modifying the
399                   program at build time. The license must explicitly
400                   permit distribution of software built from modified
401                   source code. The license may require derived works to
402                   carry a different name or version number from the
403                   original software.  (This is a compromise. The Debian
404                   Project encourages all authors to not restrict any
405                   files, source or binary, from being modified.)
406               </item>
407               <tag>5. No Discrimination Against Persons or Groups
408               </tag>
409               <item>
410                   The license must not discriminate against any person
411                   or group of persons.
412               </item>
413               <tag>6. No Discrimination Against Fields of Endeavor
414               </tag>
415               <item>
416                   The license must not restrict anyone from making use
417                   of the program in a specific field of endeavor. For
418                   example, it may not restrict the program from being
419                   used in a business, or from being used for genetic
420                   research.
421               </item>
422               <tag>7. Distribution of License
423               </tag>
424               <item>
425                   The rights attached to the program must apply to all
426                   to whom the program is redistributed without the need
427                   for execution of an additional license by those
428                   parties.
429               </item>
430               <tag>8. License Must Not Be Specific to Debian
431               </tag>
432               <item>
433                   The rights attached to the program must not depend on
434                   the program's being part of a Debian system. If the
435                   program is extracted from Debian and used or
436                   distributed without Debian but otherwise within the
437                   terms of the program's license, all parties to whom
438                   the program is redistributed must have the same
439                   rights as those that are granted in conjunction with
440                   the Debian system.
441               </item>
442               <tag>9. License Must Not Contaminate Other Software
443               </tag>
444               <item>
445                   The license must not place restrictions on other
446                   software that is distributed along with the licensed
447                   software. For example, the license must not insist
448                   that all other programs distributed on the same medium
449                   must be free software.
450               </item>
451               <tag>10. Example Licenses
452               </tag>
453               <item>
454                   The "GPL," "BSD," and "Artistic" licenses are examples of
455                   licenses that we consider <em>free</em>.
456               </item>
457             </taglist>
458         </p>
459       </sect>
460
461       <sect id="sections">
462         <heading>Archive areas</heading>
463
464         <sect1 id="main">
465           <heading>The main archive area</heading>
466
467           <p>
468             The <em>main</em> archive area comprises the Debian
469             distribution.  Only the packages in this area are considered
470             part of the distribution.  None of the packages in
471             the <em>main</em> archive area require software outside of
472             that area to function.  Anyone may use, share, modify and
473             redistribute the packages in this archive area
474             freely<footnote>
475               See <url id="http://www.debian.org/intro/free"
476                        name="What Does Free Mean?"> for
477               more about what we mean by free software.
478             </footnote>.
479           </p>
480
481           <p>
482             Every package in <em>main</em> must comply with the DFSG
483             (Debian Free Software Guidelines).
484           </p>
485
486           <p>
487             In addition, the packages in <em>main</em>
488             <list compact="compact">
489               <item>
490                   must not require or recommend a package outside
491                   of <em>main</em> for compilation or execution (thus, the
492                   package must not declare a "Pre-Depends", "Depends",
493                   "Recommends", "Build-Depends", or "Build-Depends-Indep"
494                   relationship on a non-<em>main</em> package),
495               </item>
496               <item>
497                   must not be so buggy that we refuse to support them,
498                   and
499               </item>
500               <item>
501                   must meet all policy requirements presented in this
502                   manual.
503               </item>
504             </list>
505           </p>
506
507         </sect1>
508
509         <sect1 id="contrib">
510           <heading>The contrib archive area</heading>
511
512           <p>
513             The <em>contrib</em> archive area contains supplemental
514             packages intended to work with the Debian distribution, but
515             which require software outside of the distribution to either
516             build or function.
517           </p>
518
519           <p>
520             Every package in <em>contrib</em> must comply with the DFSG.
521           </p>
522
523           <p>
524             In addition, the packages in <em>contrib</em>
525             <list compact="compact">
526               <item>
527                   must not be so buggy that we refuse to support them,
528                   and
529               </item>
530               <item>
531                   must meet all policy requirements presented in this
532                   manual.
533               </item>
534             </list>
535           </p>
536
537           <p>
538             Examples of packages which would be included in
539             <em>contrib</em> are:
540             <list compact="compact">
541               <item>
542                   free packages which require <em>contrib</em>,
543                   <em>non-free</em> packages or packages which are not
544                   in our archive at all for compilation or execution,
545                   and
546               </item>
547               <item>
548                   wrapper packages or other sorts of free accessories for
549                   non-free programs.
550               </item>
551             </list>
552           </p>
553         </sect1>
554
555         <sect1 id="non-free">
556           <heading>The non-free archive area</heading>
557
558           <p>
559             The <em>non-free</em> archive area contains supplemental
560             packages intended to work with the Debian distribution that do
561             not comply with the DFSG or have other problems that make
562             their distribution problematic.  They may not comply with all
563             of the policy requirements in this manual due to restrictions
564             on modifications or other limitations.
565           </p>
566
567           <p>
568             Packages must be placed in <em>non-free</em> if they are
569             not compliant with the DFSG or are encumbered by patents
570             or other legal issues that make their distribution
571             problematic.
572           </p>
573
574           <p>
575             In addition, the packages in <em>non-free</em>
576             <list compact="compact">
577               <item>
578                   must not be so buggy that we refuse to support them,
579                   and
580               </item>
581               <item>
582                   must meet all policy requirements presented in this
583                   manual that it is possible for them to meet.
584                   <footnote>
585                       It is possible that there are policy
586                       requirements which the package is unable to
587                       meet, for example, if the source is
588                       unavailable.  These situations will need to be
589                       handled on a case-by-case basis.
590                   </footnote>
591               </item>
592             </list>
593           </p>
594         </sect1>
595
596       </sect>
597
598       <sect id="pkgcopyright">
599         <heading>Copyright considerations</heading>
600
601         <p>
602           Every package must be accompanied by a verbatim copy of its
603           copyright information and distribution license in the file
604           <file>/usr/share/doc/<var>package</var>/copyright</file>
605           (see <ref id="copyrightfile"> for further details).
606         </p>
607
608         <p>
609           We reserve the right to restrict files from being included
610           anywhere in our archives if
611           <list compact="compact">
612             <item>
613                   their use or distribution would break a law,
614             </item>
615             <item>
616                   there is an ethical conflict in their distribution or
617                   use,
618             </item>
619             <item>
620                   we would have to sign a license for them, or
621             </item>
622             <item>
623                   their distribution would conflict with other project
624                   policies.
625             </item>
626           </list>
627         </p>
628
629         <p>
630           Programs whose authors encourage the user to make
631           donations are fine for the main distribution, provided
632           that the authors do not claim that not donating is
633           immoral, unethical, illegal or something similar; in such
634           a case they must go in <em>non-free</em>.
635         </p>
636
637         <p>
638           Packages whose copyright permission notices (or patent
639           problems) do not even allow redistribution of binaries
640           only, and where no special permission has been obtained,
641           must not be placed on the Debian FTP site and its mirrors
642           at all.
643         </p>
644
645         <p>
646           Note that under international copyright law (this applies
647           in the United States, too), <em>no</em> distribution or
648           modification of a work is allowed without an explicit
649           notice saying so.  Therefore a program without a copyright
650           notice <em>is</em> copyrighted and you may not do anything
651           to it without risking being sued! Likewise if a program
652           has a copyright notice but no statement saying what is
653           permitted then nothing is permitted.
654         </p>
655
656         <p>
657           Many authors are unaware of the problems that restrictive
658           copyrights (or lack of copyright notices) can cause for
659           the users of their supposedly-free software.  It is often
660           worthwhile contacting such authors diplomatically to ask
661           them to modify their license terms. However, this can be a
662           politically difficult thing to do and you should ask for
663           advice on the <tt>debian-legal</tt> mailing list first, as
664           explained below.
665         </p>
666
667         <p>
668           When in doubt about a copyright, send mail to
669           <email>debian-legal@lists.debian.org</email>.  Be prepared
670           to provide us with the copyright statement.  Software
671           covered by the GPL, public domain software and BSD-like
672           copyrights are safe; be wary of the phrases "commercial
673           use prohibited" and "distribution restricted".
674         </p>
675       </sect>
676
677       <sect id="subsections">
678         <heading>Sections</heading>
679
680         <p>
681           The packages in the archive areas <em>main</em>,
682           <em>contrib</em> and <em>non-free</em> are grouped further into
683           <em>sections</em> to simplify handling.
684         </p>
685
686         <p>
687           The archive area and section for each package should be
688           specified in the package's <tt>Section</tt> control record (see
689           <ref id="f-Section">).  However, the maintainer of the Debian
690           archive may override this selection to ensure the consistency of
691           the Debian distribution.  The <tt>Section</tt> field should be
692           of the form:
693           <list compact="compact">
694             <item>
695                   <em>section</em> if the package is in the
696                   <em>main</em> archive area,
697             </item>
698             <item>
699                   <em>area/section</em> if the package is in
700                   the <em>contrib</em> or <em>non-free</em>
701                   archive areas.
702             </item>
703           </list>
704         </p>
705
706         <p>
707           The Debian archive maintainers provide the authoritative
708           list of sections.  At present, they are:
709           <em>admin</em>, <em>cli-mono</em>, <em>comm</em>, <em>database</em>,
710           <em>devel</em>, <em>debug</em>, <em>doc</em>, <em>editors</em>,
711           <em>education</em>, <em>electronics</em>, <em>embedded</em>,
712           <em>fonts</em>, <em>games</em>, <em>gnome</em>, <em>graphics</em>,
713           <em>gnu-r</em>, <em>gnustep</em>, <em>hamradio</em>, <em>haskell</em>,
714           <em>httpd</em>, <em>interpreters</em>, <em>introspection</em>,
715           <em>java</em>, <em>kde</em>, <em>kernel</em>, <em>libs</em>,
716           <em>libdevel</em>, <em>lisp</em>, <em>localization</em>,
717           <em>mail</em>, <em>math</em>, <em>metapackages</em>, <em>misc</em>,
718           <em>net</em>, <em>news</em>, <em>ocaml</em>, <em>oldlibs</em>,
719           <em>otherosfs</em>, <em>perl</em>, <em>php</em>, <em>python</em>,
720           <em>ruby</em>, <em>science</em>, <em>shells</em>, <em>sound</em>,
721           <em>tex</em>, <em>text</em>, <em>utils</em>, <em>vcs</em>,
722           <em>video</em>, <em>web</em>, <em>x11</em>, <em>xfce</em>,
723           <em>zope</em>.  The additional section <em>debian-installer</em>
724           contains special packages used by the installer and is not used
725           for normal Debian packages.
726         </p>
727
728         <p>
729           For more information about the sections and their definitions,
730           see the <url id="http://packages.debian.org/unstable/"
731                        name="list of sections in unstable">.
732         </p>
733       </sect>
734
735       <sect id="priorities">
736         <heading>Priorities</heading>
737
738         <p>
739           Each package should have a <em>priority</em> value, which is
740           included in the package's <em>control record</em>
741           (see <ref id="f-Priority">).
742           This information is used by the Debian package management tools to
743           separate high-priority packages from less-important packages.
744         </p>
745
746         <p>
747           The following <em>priority levels</em> are recognized by the
748           Debian package management tools.
749           <taglist>
750             <tag><tt>required</tt></tag>
751             <item>
752                 Packages which are necessary for the proper
753                 functioning of the system (usually, this means that
754                 dpkg functionality depends on these packages).
755                 Removing a <tt>required</tt> package may cause your
756                 system to become totally broken and you may not even
757                 be able to use <prgn>dpkg</prgn> to put things back,
758                 so only do so if you know what you are doing.  Systems
759                 with only the <tt>required</tt> packages are probably
760                 unusable, but they do have enough functionality to
761                 allow the sysadmin to boot and install more software.
762             </item>
763             <tag><tt>important</tt></tag>
764             <item>
765                 Important programs, including those which one would
766                 expect to find on any Unix-like system.  If the
767                 expectation is that an experienced Unix person who
768                 found it missing would say "What on earth is going on,
769                 where is <prgn>foo</prgn>?", it must be an
770                 <tt>important</tt> package.<footnote>
771                     This is an important criterion because we are
772                     trying to produce, amongst other things, a free
773                     Unix.
774                 </footnote>
775                 Other packages without which the system will not run
776                 well or be usable must also have priority
777                 <tt>important</tt>.  This does
778                 <em>not</em> include Emacs, the X Window System, TeX
779                 or any other large applications.  The
780                 <tt>important</tt> packages are just a bare minimum of
781                 commonly-expected and necessary tools.
782             </item>
783             <tag><tt>standard</tt></tag>
784             <item>
785                 These packages provide a reasonably small but not too
786                 limited character-mode system.  This is what will be
787                 installed by default if the user doesn't select anything
788                 else.  It doesn't include many large applications.
789             </item>
790             <tag><tt>optional</tt></tag>
791             <item>
792                 (In a sense everything that isn't required is
793                 optional, but that's not what is meant here.) This is
794                 all the software that you might reasonably want to
795                 install if you didn't know what it was and don't have
796                 specialized requirements. This is a much larger system
797                 and includes the X Window System, a full TeX
798                 distribution, and many applications. Note that
799                 optional packages should not conflict with each other.
800             </item>
801             <tag><tt>extra</tt></tag>
802             <item>
803                 This contains all packages that conflict with others
804                 with required, important, standard or optional
805                 priorities, or are only likely to be useful if you
806                 already know what they are or have specialized
807                 requirements (such as packages containing only detached
808                 debugging symbols).
809             </item>
810           </taglist>
811         </p>
812
813         <p>
814           Packages must not depend on packages with lower priority
815           values (excluding build-time dependencies).  In order to
816           ensure this, the priorities of one or more packages may need
817           to be adjusted.
818         </p>
819       </sect>
820
821     </chapt>
822
823
824     <chapt id="binary">
825       <heading>Binary packages</heading>
826
827       <p>
828         The Debian distribution is based on the Debian
829         package management system, called <prgn>dpkg</prgn>. Thus,
830         all packages in the Debian distribution must be provided
831         in the <tt>.deb</tt> file format.
832       </p>
833
834       <p>
835         A <tt>.deb</tt> package contains two sets of files: a set of files
836         to install on the system when the package is installed, and a set
837         of files that provide additional metadata about the package or
838         which are executed when the package is installed or removed.  This
839         second set of files is called <em>control information files</em>.
840         Among those files are the package maintainer scripts
841         and <file>control</file>, the <qref id="binarycontrolfiles">binary
842         package control file</qref> that contains the control fields for
843         the package.  Other control information files include
844         the <qref id="sharedlibs-symbols"><file>symbols</file> file</qref>
845         or <qref id="sharedlibs-shlibdeps"><file>shlibs</file> file</qref>
846         used to store shared library dependency information and
847         the <file>conffiles</file> file that lists the package's
848         configuration files (described in <ref id="config-files">).
849       </p>
850
851       <p>
852         There is unfortunately a collision of terminology here between
853         control information files and files in the Debian control file
854         format.  Throughout this document, a <em>control file</em> refers
855         to a file in the Debian control file format.  These files are
856         documented in <ref id="controlfields">.  Only files referred to
857         specifically as <em>control information files</em> are the files
858         included in the control information file member of
859         the <file>.deb</file> file format used by binary packages.  Most
860         control information files are not in the Debian control file
861         format.
862       </p>
863
864       <sect>
865         <heading>The package name</heading>
866
867         <p>
868           Every package must have a name that's unique within the Debian
869           archive.
870         </p>
871
872         <p>
873           The package name is included in the control field
874           <tt>Package</tt>, the format of which is described
875           in <ref id="f-Package">.
876           The package name is also included as a part of the file name
877           of the <tt>.deb</tt> file.
878         </p>
879       </sect>
880
881       <sect id="versions">
882         <heading>The version of a package</heading>
883
884         <p>
885           Every package has a version number recorded in its
886           <tt>Version</tt> control file field, described in
887           <ref id="f-Version">.
888         </p>
889
890         <p>
891           The package management system imposes an ordering on version
892           numbers, so that it can tell whether packages are being up- or
893           downgraded and so that package system front end applications
894           can tell whether a package it finds available is newer than
895           the one installed on the system.  The version number format
896           has the most significant parts (as far as comparison is
897           concerned) at the beginning.
898         </p>
899
900         <p>
901           If an upstream package has problematic version numbers they
902           should be converted to a sane form for use in the
903           <tt>Version</tt> field.
904         </p>
905
906         <sect1>
907           <heading>Version numbers based on dates</heading>
908
909           <p>
910             In general, Debian packages should use the same version
911             numbers as the upstream sources.  However, upstream version
912             numbers based on some date formats (sometimes used for
913             development or "snapshot" releases) will not be ordered
914             correctly by the package management software.  For
915             example, <prgn>dpkg</prgn> will consider "96May01" to be
916             greater than "96Dec24".
917           </p>
918
919           <p>
920             To prevent having to use epochs for every new upstream
921             version, the date-based portion of any upstream version number
922             should be given in a way that sorts correctly: four-digit year
923             first, followed by a two-digit numeric month, followed by a
924             two-digit numeric date, possibly with punctuation between the
925             components.
926           </p>
927
928           <p>
929             Native Debian packages (i.e., packages which have been written
930             especially for Debian) whose version numbers include dates
931             should also follow these rules.  If punctuation is desired
932             between the date components, remember that hyphen (<tt>-</tt>)
933             cannot be used in native package versions.  Period
934             (<tt>.</tt>) is normally a good choice.
935           </p>
936         </sect1>
937
938       </sect>
939
940       <sect id="maintainer">
941         <heading>The maintainer of a package</heading>
942
943         <p>
944           Every package must have a maintainer, except for orphaned
945           packages as described below.  The maintainer may be one person
946           or a group of people reachable from a common email address, such
947           as a mailing list.  The maintainer is responsible for
948           maintaining the Debian packaging files, evaluating and
949           responding appropriately to reported bugs, uploading new
950           versions of the package (either directly or through a sponsor),
951           ensuring that the package is placed in the appropriate archive
952           area and included in Debian releases as appropriate for the
953           stability and utility of the package, and requesting removal of
954           the package from the Debian distribution if it is no longer
955           useful or maintainable.
956         </p>
957
958         <p>
959           The maintainer must be specified in the <tt>Maintainer</tt>
960           control field with their correct name and a working email
961           address.  The email address given in the <tt>Maintainer</tt>
962           control field must accept mail from those role accounts in
963           Debian used to send automated mails regarding the package.  This
964           includes non-spam mail from the bug-tracking system, all mail
965           from the Debian archive maintenance software, and other role
966           accounts or automated processes that are commonly agreed on by
967           the project.<footnote>
968             A sample implementation of such a whitelist written for the
969             Mailman mailing list management software is used for mailing
970             lists hosted by alioth.debian.org.
971           </footnote>
972           If one person or team maintains several packages, they should
973           use the same form of their name and email address in
974           the <tt>Maintainer</tt> fields of those packages.
975         </p>
976
977         <p>
978           The format of the <tt>Maintainer</tt> control field is
979           described in <ref id="f-Maintainer">.
980         </p>
981
982         <p>
983           If the maintainer of the package is a team of people with a
984           shared email address, the <tt>Uploaders</tt> control field must
985           be present and must contain at least one human with their
986           personal email address.  See <ref id="f-Uploaders"> for the
987           syntax of that field.
988         </p>
989
990         <p>
991           An orphaned package is one with no current maintainer.  Orphaned
992           packages should have their <tt>Maintainer</tt> control field set
993           to <tt>Debian QA Group &lt;packages@qa.debian.org&gt;</tt>.
994           These packages are considered maintained by the Debian project
995           as a whole until someone else volunteers to take over
996           maintenance.<footnote>
997             The detailed procedure for gracefully orphaning a package can
998             be found in the Debian Developer's Reference
999             (see <ref id="related">).
1000           </footnote>
1001         </p>
1002       </sect>
1003
1004       <sect id="descriptions">
1005         <heading>The description of a package</heading>
1006
1007         <p>
1008           Every Debian package must have a <tt>Description</tt> control
1009           field which contains a synopsis and extended description of the
1010           package.  Technical information about the format of the
1011           <tt>Description</tt> field is in <ref id="f-Description">.
1012         </p>
1013
1014         <p>
1015           The description should describe the package (the program) to a
1016           user (system administrator) who has never met it before so that
1017           they have enough information to decide whether they want to
1018           install it. This description should not just be copied verbatim
1019           from the program's documentation.
1020         </p>
1021
1022         <p>
1023           Put important information first, both in the synopsis and
1024           extended description.  Sometimes only the first part of the
1025           synopsis or of the description will be displayed.  You can
1026           assume that there will usually be a way to see the whole
1027           extended description.
1028         </p>
1029
1030         <p>
1031           The description should also give information about the
1032           significant dependencies and conflicts between this package
1033           and others, so that the user knows why these dependencies and
1034           conflicts have been declared.
1035         </p>
1036
1037         <p>
1038           Instructions for configuring or using the package should
1039           not be included (that is what installation scripts,
1040           manual pages, info files, etc., are for).  Copyright
1041           statements and other administrivia should not be included
1042           either (that is what the copyright file is for).
1043         </p>
1044
1045         <sect1 id="synopsis"><heading>The single line synopsis</heading>
1046
1047           <p>
1048             The single line synopsis should be kept brief - certainly
1049             under 80 characters.
1050           </p>
1051
1052           <p>
1053             Do not include the package name in the synopsis line.  The
1054             display software knows how to display this already, and you
1055             do not need to state it.  Remember that in many situations
1056             the user may only see the synopsis line - make it as
1057             informative as you can.
1058           </p>
1059
1060         </sect1>
1061
1062         <sect1 id="extendeddesc"><heading>The extended description</heading>
1063
1064           <p>
1065             Do not try to continue the single line synopsis into the
1066             extended description.  This will not work correctly when
1067             the full description is displayed, and makes no sense
1068             where only the summary (the single line synopsis) is
1069             available.
1070           </p>
1071
1072           <p>
1073             The extended description should describe what the package
1074             does and how it relates to the rest of the system (in terms
1075             of, for example, which subsystem it is which part of).
1076           </p>
1077
1078           <p>
1079             The description field needs to make sense to anyone, even
1080             people who have no idea about any of the things the
1081             package deals with.<footnote>
1082                 The blurb that comes with a program in its
1083                 announcements and/or <prgn>README</prgn> files is
1084                 rarely suitable for use in a description.  It is
1085                 usually aimed at people who are already in the
1086                 community where the package is used.
1087             </footnote>
1088           </p>
1089
1090         </sect1>
1091
1092       </sect>
1093
1094       <sect id="dependencies">
1095         <heading>Dependencies</heading>
1096
1097         <p>
1098           Every package must specify the dependency information
1099           about other packages that are required for the first to
1100           work correctly.
1101         </p>
1102
1103         <p>
1104           For example, a dependency entry must be provided for any
1105           shared libraries required by a dynamically-linked executable
1106           binary in a package.
1107         </p>
1108
1109         <p>
1110           Packages are not required to declare any dependencies they
1111           have on other packages which are marked <tt>Essential</tt>
1112           (see below), and should not do so unless they depend on a
1113           particular version of that package.<footnote>
1114             <p>
1115               Essential is needed in part to avoid unresolvable dependency
1116               loops on upgrade.  If packages add unnecessary dependencies
1117               on packages in this set, the chances that there
1118               <strong>will</strong> be an unresolvable dependency loop
1119               caused by forcing these Essential packages to be configured
1120               first before they need to be is greatly increased.  It also
1121               increases the chances that frontends will be unable to
1122               <strong>calculate</strong> an upgrade path, even if one
1123               exists.
1124             </p>
1125             <p>
1126               Also, functionality is rarely ever removed from the
1127               Essential set, but <em>packages</em> have been removed from
1128               the Essential set when the functionality moved to a
1129               different package. So depending on these packages <em>just
1130               in case</em> they stop being essential does way more harm
1131               than good.
1132             </p>
1133           </footnote>
1134         </p>
1135
1136         <p>
1137           Sometimes, unpacking one package requires that another package
1138           be first unpacked <em>and</em> configured.  In this case, the
1139           depending package must specify this dependency in
1140           the <tt>Pre-Depends</tt> control field.
1141         </p>
1142
1143         <p>
1144           You should not specify a <tt>Pre-Depends</tt> entry for a
1145           package before this has been discussed on the
1146           <tt>debian-devel</tt> mailing list and a consensus about
1147           doing that has been reached.
1148         </p>
1149
1150         <p>
1151           The format of the package interrelationship control fields is
1152           described in <ref id="relationships">.
1153         </p>
1154       </sect>
1155
1156       <sect id="virtual_pkg">
1157         <heading>Virtual packages</heading>
1158
1159         <p>
1160           Sometimes, there are several packages which offer
1161           more-or-less the same functionality. In this case, it's
1162           useful to define a <em>virtual package</em> whose name
1163           describes that common functionality.  (The virtual
1164           packages only exist logically, not physically; that's why
1165           they are called <em>virtual</em>.) The packages with this
1166           particular function will then <em>provide</em> the virtual
1167           package. Thus, any other package requiring that function
1168           can simply depend on the virtual package without having to
1169           specify all possible packages individually.
1170         </p>
1171
1172         <p>
1173           All packages should use virtual package names where
1174           appropriate, and arrange to create new ones if necessary.
1175           They should not use virtual package names (except privately,
1176           amongst a cooperating group of packages) unless they have
1177           been agreed upon and appear in the list of virtual package
1178           names. (See also <ref id="virtual">)
1179         </p>
1180
1181         <p>
1182           The latest version of the authoritative list of virtual
1183           package names can be found in the <tt>debian-policy</tt> package.
1184           It is also available from the Debian web mirrors at
1185           <tt><url name="/doc/packaging-manuals/virtual-package-names-list.txt"
1186                 id="http://www.debian.org/doc/packaging-manuals/virtual-package-names-list.txt"></tt>.
1187         </p>
1188
1189         <p>
1190           The procedure for updating the list is described in the preface
1191           to the list.
1192         </p>
1193
1194       </sect>
1195
1196       <sect>
1197         <heading>Base system</heading>
1198
1199         <p>
1200           The <tt>base system</tt> is a minimum subset of the Debian
1201           system that is installed before everything else
1202           on a new system. Only very few packages are allowed to form
1203           part of the base system, in order to keep the required disk
1204           usage very small.
1205         </p>
1206
1207         <p>
1208           The base system consists of all those packages with priority
1209           <tt>required</tt> or <tt>important</tt>. Many of them will
1210           be tagged <tt>essential</tt> (see below).
1211         </p>
1212       </sect>
1213
1214       <sect>
1215         <heading>Essential packages</heading>
1216
1217         <p>
1218           Essential is defined as the minimal set of functionality that
1219           must be available and usable on the system at all times, even
1220           when packages are in an unconfigured (but unpacked) state.
1221           Packages are tagged <tt>essential</tt> for a system using the
1222           <tt>Essential</tt> control field.  The format of the
1223           <tt>Essential</tt> control field is described in <ref
1224           id="f-Essential">.
1225         </p>
1226
1227         <p>
1228           Since these packages cannot be easily removed (one has to
1229           specify an extra <em>force option</em> to
1230           <prgn>dpkg</prgn> to do so), this flag must not be used
1231           unless absolutely necessary.  A shared library package
1232           must not be tagged <tt>essential</tt>; dependencies will
1233           prevent its premature removal, and we need to be able to
1234           remove it when it has been superseded.
1235         </p>
1236
1237         <p>
1238           Since dpkg will not prevent upgrading of other packages
1239           while an <tt>essential</tt> package is in an unconfigured
1240             state, all <tt>essential</tt> packages must supply all of
1241             their core functionality even when unconfigured. If the
1242             package cannot satisfy this requirement it must not be
1243             tagged as essential, and any packages depending on this
1244             package must instead have explicit dependency fields as
1245             appropriate.
1246         </p>
1247
1248         <p>
1249           Maintainers should take great care in adding any programs,
1250           interfaces, or functionality to <tt>essential</tt> packages.
1251           Packages may assume that functionality provided by
1252           <tt>essential</tt> packages is always available without
1253           declaring explicit dependencies, which means that removing
1254           functionality from the Essential set is very difficult and is
1255           almost never done.  Any capability added to an
1256           <tt>essential</tt> package therefore creates an obligation to
1257           support that capability as part of the Essential set in
1258           perpetuity.
1259         </p>
1260
1261         <p>
1262           You must not tag any packages <tt>essential</tt> before
1263           this has been discussed on the <tt>debian-devel</tt>
1264           mailing list and a consensus about doing that has been
1265           reached.
1266         </p>
1267       </sect>
1268
1269       <sect id="maintscripts">
1270         <heading>Maintainer Scripts</heading>
1271
1272         <p>
1273           The package installation scripts should avoid producing
1274           output which is unnecessary for the user to see and
1275           should rely on <prgn>dpkg</prgn> to stave off boredom on
1276           the part of a user installing many packages.  This means,
1277           amongst other things, using the <tt>--quiet</tt> option on
1278           <prgn>install-info</prgn>.
1279         </p>
1280
1281         <p>
1282           Errors which occur during the execution of an installation
1283           script must be checked and the installation must not
1284           continue after an error.
1285         </p>
1286
1287         <p>
1288           Note that in general <ref id="scripts"> applies to package
1289           maintainer scripts, too.
1290         </p>
1291
1292         <p>
1293           You should not use <prgn>dpkg-divert</prgn> on a file belonging
1294           to another package without consulting the maintainer of that
1295           package first.  When adding or removing diversions, package
1296           maintainer scripts must provide the <tt>--package</tt> flag
1297           to <prgn>dpkg-divert</prgn> and must not use <tt>--local</tt>.
1298         </p>
1299
1300         <p>
1301           All packages which supply an instance of a common command
1302           name (or, in general, filename) should generally use
1303           <prgn>update-alternatives</prgn>, so that they may be
1304           installed together.  If <prgn>update-alternatives</prgn>
1305           is not used, then each package must use
1306           <tt>Conflicts</tt> to ensure that other packages are
1307           de-installed.  (In this case, it may be appropriate to
1308           specify a conflict against earlier versions of something
1309           that previously did not use
1310           <prgn>update-alternatives</prgn>; this is an exception to
1311           the usual rule that versioned conflicts should be
1312           avoided.)
1313         </p>
1314
1315         <sect1 id="maintscriptprompt">
1316           <heading>Prompting in maintainer scripts</heading>
1317           <p>
1318             Package maintainer scripts may prompt the user if
1319             necessary. Prompting must be done by communicating
1320             through a program, such as <prgn>debconf</prgn>, which
1321             conforms to the Debian Configuration Management
1322             Specification, version 2 or higher.
1323           </p>
1324
1325           <p>
1326             Packages which are essential, or which are dependencies of
1327             essential packages, may fall back on another prompting method
1328             if no such interface is available when they are executed.
1329           </p>
1330
1331           <p>
1332             The Debian Configuration Management Specification is included
1333             in the <file>debconf_specification</file> files in the
1334             <package>debian-policy</package> package.
1335             It is also available from the Debian web mirrors at
1336             <tt><url name="/doc/packaging-manuals/debconf_specification.html"
1337                 id="http://www.debian.org/doc/packaging-manuals/debconf_specification.html"></tt>.
1338           </p>
1339
1340           <p>
1341             Packages which use the Debian Configuration Management
1342             Specification may contain the additional control information
1343             files <file>config</file>
1344             and <file>templates</file>.  <file>config</file> is an
1345             additional maintainer script used for package configuration,
1346             and <file>templates</file> contains templates used for user
1347             prompting.  The <prgn>config</prgn> script might be run before
1348             the <prgn>preinst</prgn> script and before the package is
1349             unpacked or any of its dependencies or pre-dependencies are
1350             satisfied.  Therefore it must work using only the tools
1351             present in <em>essential</em> packages.<footnote>
1352                   <package>Debconf</package> or another tool that
1353                   implements the Debian Configuration Management
1354                   Specification will also be installed, and any
1355                   versioned dependencies on it will be satisfied
1356                   before preconfiguration begins.
1357             </footnote>
1358           </p>
1359
1360           <p>
1361             Packages which use the Debian Configuration Management
1362             Specification must allow for translation of their user-visible
1363             messages by using a gettext-based system such as the one
1364             provided by the <package>po-debconf</package> package.
1365           </p>
1366
1367           <p>
1368             Packages should try to minimize the amount of prompting
1369             they need to do, and they should ensure that the user
1370             will only ever be asked each question once.  This means
1371             that packages should try to use appropriate shared
1372             configuration files (such as <file>/etc/papersize</file> and
1373             <file>/etc/news/server</file>), and shared
1374             <package>debconf</package> variables rather than each
1375             prompting for their own list of required pieces of
1376             information.
1377           </p>
1378
1379           <p>
1380             It also means that an upgrade should not ask the same
1381             questions again, unless the user has used
1382             <tt>dpkg --purge</tt> to remove the package's configuration.
1383             The answers to configuration questions should be stored in an
1384             appropriate place in <file>/etc</file> so that the user can
1385             modify them, and how this has been done should be
1386             documented.
1387           </p>
1388
1389           <p>
1390             If a package has a vitally important piece of
1391             information to pass to the user (such as "don't run me
1392             as I am, you must edit the following configuration files
1393             first or you risk your system emitting badly-formatted
1394             messages"), it should display this in the
1395             <prgn>config</prgn> or <prgn>postinst</prgn> script and
1396             prompt the user to hit return to acknowledge the
1397             message.  Copyright messages do not count as vitally
1398             important (they belong in
1399             <file>/usr/share/doc/<var>package</var>/copyright</file>);
1400             neither do instructions on how to use a program (these
1401             should be in on-line documentation, where all the users
1402             can see them).
1403           </p>
1404
1405           <p>
1406             Any necessary prompting should almost always be confined
1407             to the <prgn>config</prgn> or <prgn>postinst</prgn>
1408             script. If it is done in the <prgn>postinst</prgn>, it
1409             should be protected with a conditional so that
1410             unnecessary prompting doesn't happen if a package's
1411             installation fails and the <prgn>postinst</prgn> is
1412             called with <tt>abort-upgrade</tt>,
1413             <tt>abort-remove</tt> or <tt>abort-deconfigure</tt>.
1414           </p>
1415         </sect1>
1416
1417       </sect>
1418
1419     </chapt>
1420
1421
1422     <chapt id="source">
1423       <heading>Source packages</heading>
1424
1425       <sect id="standardsversion">
1426         <heading>Standards conformance</heading>
1427
1428         <p>
1429           Source packages should specify the most recent version number
1430           of this policy document with which your package complied
1431           when it was last updated.
1432         </p>
1433
1434         <p>
1435           This information may be used to file bug reports
1436           automatically if your package becomes too much out of date.
1437         </p>
1438
1439         <p>
1440           The version is specified in the <tt>Standards-Version</tt>
1441           control field.
1442           The format of the <tt>Standards-Version</tt> field is
1443           described in <ref id="f-Standards-Version">.
1444         </p>
1445
1446         <p>
1447           You should regularly, and especially if your package has
1448           become out of date, check for the newest Policy Manual
1449           available and update your package, if necessary. When your
1450           package complies with the new standards you should update the
1451           <tt>Standards-Version</tt> source package field and
1452           release it.<footnote>
1453                 See the file <file>upgrading-checklist</file> for
1454                 information about policy which has changed between
1455                 different versions of this document.
1456           </footnote>
1457         </p>
1458
1459       </sect>
1460
1461       <sect id="pkg-relations">
1462         <heading>Package relationships</heading>
1463
1464         <p>
1465           Source packages should specify which binary packages they
1466           require to be installed or not to be installed in order to
1467           build correctly.  For example, if building a package
1468           requires a certain compiler, then the compiler should be
1469           specified as a build-time dependency.
1470         </p>
1471
1472         <p>
1473           It is not necessary to explicitly specify build-time
1474           relationships on a minimal set of packages that are always
1475           needed to compile, link and put in a Debian package a
1476           standard "Hello World!" program written in C or C++.  The
1477           required packages are called <em>build-essential</em>, and
1478           an informational list can be found in
1479           <file>/usr/share/doc/build-essential/list</file> (which is
1480           contained in the <tt>build-essential</tt>
1481           package).<footnote>
1482             Rationale:
1483                 <list compact="compact">
1484                   <item>
1485                       This allows maintaining the list separately
1486                       from the policy documents (the list does not
1487                       need the kind of control that the policy
1488                       documents do).
1489                   </item>
1490                   <item>
1491                       Having a separate package allows one to install
1492                       the build-essential packages on a machine, as
1493                       well as allowing other packages such as tasks to
1494                       require installation of the build-essential
1495                       packages using the depends relation.
1496                   </item>
1497                   <item>
1498                       The separate package allows bug reports against
1499                       the list to be categorized separately from
1500                       the policy management process in the BTS.
1501                   </item>
1502                 </list>
1503           </footnote>
1504         </p>
1505
1506         <p>
1507           When specifying the set of build-time dependencies, one
1508           should list only those packages explicitly required by the
1509           build.  It is not necessary to list packages which are
1510           required merely because some other package in the list of
1511           build-time dependencies depends on them.<footnote>
1512                 The reason for this is that dependencies change, and
1513                 you should list all those packages, and <em>only</em>
1514                 those packages that <em>you</em> need directly.  What
1515                 others need is their business.  For example, if you
1516                 only link against <file>libimlib</file>, you will need to
1517                 build-depend on <package>libimlib2-dev</package> but
1518                 not against any <tt>libjpeg*</tt> packages, even
1519                 though <tt>libimlib2-dev</tt> currently depends on
1520                 them: installation of <package>libimlib2-dev</package>
1521                 will automatically ensure that all of its run-time
1522                 dependencies are satisfied.
1523           </footnote>
1524         </p>
1525
1526         <p>
1527           If build-time dependencies are specified, it must be
1528           possible to build the package and produce working binaries
1529           on a system with only essential and build-essential
1530           packages installed and also those required to satisfy the
1531           build-time relationships (including any implied
1532           relationships).  In particular, this means that version
1533           clauses should be used rigorously in build-time
1534           relationships so that one cannot produce bad or
1535           inconsistently configured packages when the relationships
1536           are properly satisfied.
1537         </p>
1538
1539         <p>
1540           <ref id="relationships"> explains the technical details.
1541         </p>
1542       </sect>
1543
1544       <sect>
1545         <heading>Changes to the upstream sources</heading>
1546
1547         <p>
1548           If changes to the source code are made that are not
1549           specific to the needs of the Debian system, they should be
1550           sent to the upstream authors in whatever form they prefer
1551           so as to be included in the upstream version of the
1552           package.
1553         </p>
1554
1555         <p>
1556           If you need to configure the package differently for
1557           Debian or for Linux, and the upstream source doesn't
1558           provide a way to do so, you should add such configuration
1559           facilities (for example, a new <prgn>autoconf</prgn> test
1560           or <tt>#define</tt>) and send the patch to the upstream
1561           authors, with the default set to the way they originally
1562           had it.  You can then easily override the default in your
1563           <file>debian/rules</file> or wherever is appropriate.
1564         </p>
1565
1566         <p>
1567           You should make sure that the <prgn>configure</prgn> utility
1568           detects the correct architecture specification string
1569           (refer to <ref id="arch-spec"> for details).
1570         </p>
1571
1572         <p>
1573           If you need to edit a <prgn>Makefile</prgn> where GNU-style
1574           <prgn>configure</prgn> scripts are used, you should edit the
1575           <file>.in</file> files rather than editing the
1576           <prgn>Makefile</prgn> directly.  This allows the user to
1577           reconfigure the package if necessary.  You should
1578           <em>not</em> configure the package and edit the generated
1579           <prgn>Makefile</prgn>!  This makes it impossible for someone
1580           else to later reconfigure the package without losing the
1581           changes you made.
1582         </p>
1583
1584       </sect>
1585
1586       <sect id="dpkgchangelog">
1587         <heading>Debian changelog: <file>debian/changelog</file></heading>
1588
1589         <p>
1590           Changes in the Debian version of the package should be
1591           briefly explained in the Debian changelog file
1592           <file>debian/changelog</file>.<footnote>
1593             <p>
1594               Mistakes in changelogs are usually best rectified by
1595               making a new changelog entry rather than "rewriting
1596               history" by editing old changelog entries.
1597             </p>
1598           </footnote>
1599           This includes modifications
1600           made in the Debian package compared to the upstream one
1601           as well as other changes and updates to the package.
1602           <footnote>
1603               Although there is nothing stopping an author who is also
1604               the Debian maintainer from using this changelog for all
1605               their changes, it will have to be renamed if the Debian
1606               and upstream maintainers become different people. In such
1607               a case, however, it might be better to maintain the package
1608               as a non-native package.
1609           </footnote>
1610         </p>
1611
1612         <p>
1613           The format of the <file>debian/changelog</file> allows the
1614           package building tools to discover which version of the package
1615           is being built and find out other release-specific information.
1616         </p>
1617
1618         <p>
1619           That format is a series of entries like this:
1620
1621 <example compact="compact">
1622 <var>package</var> (<var>version</var>) <var>distribution(s)</var>; urgency=<var>urgency</var>
1623             <var>
1624               [optional blank line(s), stripped]
1625             </var>
1626   * <var>change details</var>
1627     <var>more change details</var>
1628             <var>
1629               [blank line(s), included in output of dpkg-parsechangelog]
1630             </var>
1631   * <var>even more change details</var>
1632             <var>
1633               [optional blank line(s), stripped]
1634             </var>
1635  -- <var>maintainer name</var> &lt;<var>email address</var>&gt;<var>[two spaces]</var>  <var>date</var>
1636 </example>
1637         </p>
1638
1639         <p>
1640           <var>package</var> and <var>version</var> are the source
1641           package name and version number.
1642         </p>
1643
1644         <p>
1645           <var>distribution(s)</var> lists the distributions where
1646           this version should be installed when it is uploaded - it
1647           is copied to the <tt>Distribution</tt> field in the
1648           <file>.changes</file> file.  See <ref id="f-Distribution">.
1649         </p>
1650
1651         <p>
1652           <var>urgency</var> is the value for the <tt>Urgency</tt>
1653           field in the <file>.changes</file> file for the upload
1654           (see <ref id="f-Urgency">). It is not possible to specify
1655           an urgency containing commas; commas are used to separate
1656           <tt><var>keyword</var>=<var>value</var></tt> settings in the
1657           <prgn>dpkg</prgn> changelog format (though there is
1658           currently only one useful <var>keyword</var>,
1659           <tt>urgency</tt>).
1660         </p>
1661
1662         <p>
1663           The change details may in fact be any series of lines
1664           starting with at least two spaces, but conventionally each
1665           change starts with an asterisk and a separating space and
1666           continuation lines are indented so as to bring them in
1667           line with the start of the text above.  Blank lines may be
1668           used here to separate groups of changes, if desired.
1669         </p>
1670
1671         <p>
1672           If this upload resolves bugs recorded in the Bug Tracking
1673           System (BTS), they may be automatically closed on the
1674           inclusion of this package into the Debian archive by
1675           including the string: <tt>closes: Bug#<var>nnnnn</var></tt>
1676           in the change details.<footnote>
1677               To be precise, the string should match the following
1678               Perl regular expression:
1679               <example>
1680 /closes:\s*(?:bug)?\#?\s?\d+(?:,\s*(?:bug)?\#?\s?\d+)*/i
1681               </example>
1682               Then all of the bug numbers listed will be closed by the
1683               archive maintenance script (<prgn>katie</prgn>) using the
1684               <var>version</var> of the changelog entry.
1685           </footnote>
1686           This information is conveyed via the <tt>Closes</tt> field
1687           in the <tt>.changes</tt> file (see <ref id="f-Closes">).
1688         </p>
1689
1690         <p>
1691           The maintainer name and email address used in the changelog
1692           should be the details of the person uploading <em>this</em>
1693           version.  They are <em>not</em> necessarily those of the
1694           usual package maintainer.<footnote>
1695             If the developer uploading the package is not one of the usual
1696             maintainers of the package (as listed in
1697             the <qref id="f-Maintainer"><tt>Maintainer</tt></qref>
1698             or <qref id="f-Uploaders"><tt>Uploaders</tt></qref> control
1699             fields of the package), the first line of the changelog is
1700             conventionally used to explain why a non-maintainer is
1701             uploading the package.  The Debian Developer's Reference
1702             (see <ref id="related">) documents the conventions
1703             used.</footnote>
1704           The information here will be copied to the <tt>Changed-By</tt>
1705           field in the <tt>.changes</tt> file
1706           (see <ref id="f-Changed-By">), and then later used to send an
1707           acknowledgement when the upload has been installed.
1708         </p>
1709
1710         <p>
1711           The <var>date</var> has the following format<footnote>
1712               This is the same as the format generated by <tt>date
1713               -R</tt>.
1714           </footnote> (compatible and with the same semantics of
1715           RFC 2822 and RFC 5322):
1716           <example>day-of-week, dd month yyyy hh:mm:ss +zzzz</example>
1717           where:
1718           <list compact="compact">
1719             <item>
1720               day-of week is one of: Mon, Tue, Wed, Thu, Fri, Sat, Sun
1721             </item>
1722             <item>
1723               dd is a one- or two-digit day of the month (01-31)
1724             </item>
1725             <item>
1726               month is one of: Jan, Feb, Mar, Apr, May, Jun, Jul, Aug,
1727               Sep, Oct, Nov, Dec
1728             </item>
1729             <item>yyyy is the four-digit year (e.g. 2010)</item>
1730             <item>hh is the two-digit hour (00-23)</item>
1731             <item>mm is the two-digit minutes (00-59)</item>
1732             <item>ss is the two-digit seconds (00-60)</item>
1733             <item>
1734               +zzzz or -zzzz is the the time zone offset from Coordinated
1735               Universal Time (UTC).  "+" indicates that the time is ahead
1736               of (i.e., east of) UTC and "-" indicates that the time is
1737               behind (i.e., west of) UTC.  The first two digits indicate
1738               the hour difference from UTC and the last two digits
1739               indicate the number of additional minutes difference from
1740               UTC.  The last two digits must be in the range 00-59.
1741             </item>
1742           </list>
1743         </p>
1744
1745         <p>
1746           The first "title" line with the package name must start
1747           at the left hand margin.  The "trailer" line with the
1748           maintainer and date details must be preceded by exactly
1749           one space.  The maintainer details and the date must be
1750           separated by exactly two spaces.
1751         </p>
1752
1753         <p>
1754           The entire changelog must be encoded in UTF-8.
1755         </p>
1756
1757         <p>
1758           For more information on placement of the changelog files
1759           within binary packages, please see <ref id="changelogs">.
1760         </p>
1761       </sect>
1762
1763       <sect id="dpkgcopyright">
1764         <heading>Copyright: <file>debian/copyright</file></heading>
1765         <p>
1766           Every package must be accompanied by a verbatim copy of its
1767           copyright information and distribution license in the file
1768           <file>/usr/share/doc/<var>package</var>/copyright</file>
1769           (see <ref id="copyrightfile"> for further details). Also see
1770           <ref id="pkgcopyright"> for further considerations related
1771           to copyrights for packages.
1772         </p>
1773       </sect>
1774       <sect>
1775         <heading>Error trapping in makefiles</heading>
1776
1777         <p>
1778           When <prgn>make</prgn> invokes a command in a makefile
1779           (including your package's upstream makefiles and
1780           <file>debian/rules</file>), it does so using <prgn>sh</prgn>.  This
1781           means that <prgn>sh</prgn>'s usual bad error handling
1782           properties apply: if you include a miniature script as one
1783           of the commands in your makefile you'll find that if you
1784           don't do anything about it then errors are not detected
1785           and <prgn>make</prgn> will blithely continue after
1786           problems.
1787         </p>
1788
1789         <p>
1790           Every time you put more than one shell command (this
1791           includes using a loop) in a makefile command you
1792           must make sure that errors are trapped.  For
1793           simple compound commands, such as changing directory and
1794           then running a program, using <tt>&amp;&amp;</tt> rather
1795           than semicolon as a command separator is sufficient.  For
1796           more complex commands including most loops and
1797           conditionals you should include a separate <tt>set -e</tt>
1798           command at the start of every makefile command that's
1799           actually one of these miniature shell scripts.
1800         </p>
1801       </sect>
1802
1803       <sect id="timestamps">
1804         <heading>Time Stamps</heading>
1805         <p>
1806           Maintainers should preserve the modification times of the
1807           upstream source files in a package, as far as is reasonably
1808           possible.<footnote>
1809               The rationale is that there is some information conveyed
1810               by knowing the age of the file, for example, you could
1811               recognize that some documentation is very old by looking
1812               at the modification time, so it would be nice if the
1813               modification time of the upstream source would be
1814               preserved.
1815           </footnote>
1816         </p>
1817       </sect>
1818
1819       <sect id="restrictions">
1820         <heading>Restrictions on objects in source packages</heading>
1821
1822         <p>
1823           The source package may not contain any hard links<footnote>
1824             <p>
1825               This is not currently detected when building source
1826               packages, but only when extracting
1827               them.
1828             </p>
1829             <p>
1830               Hard links may be permitted at some point in the
1831               future, but would require a fair amount of
1832               work.
1833             </p>
1834           </footnote>, device special files, sockets or setuid or
1835           setgid files.<footnote>
1836               Setgid directories are allowed.
1837           </footnote>
1838         </p>
1839       </sect>
1840
1841       <sect id="debianrules">
1842         <heading>Main building script: <file>debian/rules</file></heading>
1843
1844         <p>
1845           This file must be an executable makefile, and contains the
1846           package-specific recipes for compiling the package and
1847           building binary package(s) from the source.
1848         </p>
1849
1850         <p>
1851           It must start with the line <tt>#!/usr/bin/make -f</tt>,
1852           so that it can be invoked by saying its name rather than
1853           invoking <prgn>make</prgn> explicitly. That is, invoking
1854           either of <tt>make -f debian/rules <em>args...</em></tt>
1855           or <tt>./debian/rules <em>args...</em></tt> must result in
1856           identical behavior.
1857         </p>
1858
1859         <p>
1860           The following targets are required and must be implemented
1861           by <file>debian/rules</file>: <tt>clean</tt>, <tt>binary</tt>,
1862           <tt>binary-arch</tt>, <tt>binary-indep</tt>, and <tt>build</tt>.
1863           These are the targets called by <prgn>dpkg-buildpackage</prgn>.
1864         </p>
1865
1866         <p>
1867           Since an interactive <file>debian/rules</file> script makes it
1868           impossible to auto-compile that package and also makes it hard
1869           for other people to reproduce the same binary package, all
1870           required targets must be non-interactive.  It also follows that
1871           any target that these targets depend on must also be
1872           non-interactive.
1873         </p>
1874
1875         <p>
1876           The targets are as follows:
1877           <taglist>
1878             <tag><tt>build</tt> (required)</tag>
1879             <item>
1880               <p>
1881                 The <tt>build</tt> target should perform all the
1882                 configuration and compilation of the package.
1883                 If a package has an interactive pre-build
1884                 configuration routine, the Debian source package
1885                 must either be built after this has taken place (so
1886                 that the binary package can be built without rerunning
1887                 the configuration) or the configuration routine
1888                 modified to become non-interactive.  (The latter is
1889                 preferable if there are architecture-specific features
1890                 detected by the configuration routine.)
1891               </p>
1892
1893               <p>
1894                 For some packages, notably ones where the same
1895                 source tree is compiled in different ways to produce
1896                 two binary packages, the <tt>build</tt> target
1897                 does not make much sense.  For these packages it is
1898                 good enough to provide two (or more) targets
1899                 (<tt>build-a</tt> and <tt>build-b</tt> or whatever)
1900                 for each of the ways of building the package, and a
1901                 <tt>build</tt> target that does nothing.  The
1902                 <tt>binary</tt> target will have to build the
1903                 package in each of the possible ways and make the
1904                 binary package out of each.
1905               </p>
1906
1907               <p>
1908                 The <tt>build</tt> target must not do anything
1909                 that might require root privilege.
1910               </p>
1911
1912               <p>
1913                 The <tt>build</tt> target may need to run the
1914                 <tt>clean</tt> target first - see below.
1915               </p>
1916
1917               <p>
1918                 When a package has a configuration and build routine
1919                 which takes a long time, or when the makefiles are
1920                 poorly designed, or when <tt>build</tt> needs to
1921                 run <tt>clean</tt> first, it is a good idea to
1922                 <tt>touch build</tt> when the build process is
1923                 complete.  This will ensure that if <tt>debian/rules
1924                 build</tt> is run again it will not rebuild the whole
1925                 program.<footnote>
1926                     Another common way to do this is for <tt>build</tt>
1927                     to depend on <prgn>build-stamp</prgn> and to do
1928                     nothing else, and for the <prgn>build-stamp</prgn>
1929                     target to do the building and to <tt>touch
1930                     build-stamp</tt> on completion.  This is
1931                     especially useful if the build routine creates a
1932                     file or directory called <tt>build</tt>; in such a
1933                     case, <tt>build</tt> will need to be listed as
1934                     a phony target (i.e., as a dependency of the
1935                     <tt>.PHONY</tt> target).  See the documentation of
1936                     <prgn>make</prgn> for more information on phony
1937                     targets.
1938                 </footnote>
1939               </p>
1940             </item>
1941
1942             <tag><tt>build-arch</tt> (optional),
1943                  <tt>build-indep</tt> (optional)
1944             </tag>
1945             <item>
1946               <p>
1947                 A package may also provide both of the targets
1948                 <tt>build-arch</tt> and <tt>build-indep</tt>.
1949                 The <tt>build-arch</tt> target, if provided, should
1950                 perform all the configuration and compilation required for
1951                 producing all architecture-dependant binary packages
1952                 (those packages for which the body of the
1953                 <tt>Architecture</tt> field in <tt>debian/control</tt> is
1954                 not <tt>all</tt>).  Similarly, the <tt>build-indep</tt>
1955                 target, if provided, should perform all the configuration
1956                 and compilation required for producing all
1957                 architecture-independent binary packages (those packages
1958                 for which the body of the <tt>Architecture</tt> field
1959                 in <tt>debian/control</tt> is <tt>all</tt>).
1960                 The <tt>build</tt> target should depend on those of the
1961                 targets <tt>build-arch</tt> and <tt>build-indep</tt> that
1962                 are provided in the rules file.<footnote>
1963                   The intent of this split is so that binary-only builds
1964                   need not install the dependencies required for
1965                   the <tt>build-indep</tt> target.  However, this is not
1966                   yet used in practice since <tt>dpkg-buildpackage
1967                   -B</tt>, and therefore the autobuilders,
1968                   invoke <tt>build</tt> rather than <tt>build-arch</tt>
1969                   due to the difficulties in determining whether the
1970                   optional <tt>build-arch</tt> target exists.
1971                 </footnote>
1972               </p>
1973
1974               <p>
1975                 If one or both of the targets <tt>build-arch</tt> and
1976                 <tt>build-indep</tt> are not provided, then invoking
1977                 <file>debian/rules</file> with one of the not-provided
1978                 targets as arguments should produce a exit status code
1979                 of 2.  Usually this is provided automatically by make
1980                 if the target is missing.
1981               </p>
1982
1983               <p>
1984                 The <tt>build-arch</tt> and <tt>build-indep</tt> targets
1985                 must not do anything that might require root privilege.
1986               </p>
1987             </item>
1988
1989             <tag><tt>binary</tt> (required), <tt>binary-arch</tt>
1990               (required), <tt>binary-indep</tt> (required)
1991             </tag>
1992             <item>
1993               <p>
1994                 The <tt>binary</tt> target must be all that is
1995                 necessary for the user to build the binary package(s)
1996                 produced from this source package.  It is
1997                 split into two parts: <prgn>binary-arch</prgn> builds
1998                 the binary packages which are specific to a particular
1999                 architecture, and <tt>binary-indep</tt> builds
2000                 those which are not.
2001               </p>
2002               <p>
2003                 <tt>binary</tt> may be (and commonly is) a target with
2004                 no commands which simply depends on
2005                 <tt>binary-arch</tt> and <tt>binary-indep</tt>.
2006               </p>
2007               <p>
2008                 Both <tt>binary-*</tt> targets should depend on the
2009                 <tt>build</tt> target, or on the appropriate
2010                 <tt>build-arch</tt> or <tt>build-indep</tt> target, if
2011                 provided, so that the package is built if it has not
2012                 been already.  It should then create the relevant
2013                 binary package(s), using <prgn>dpkg-gencontrol</prgn> to
2014                 make their control files and <prgn>dpkg-deb</prgn> to
2015                 build them and place them in the parent of the top
2016                 level directory.
2017               </p>
2018
2019               <p>
2020                 Both the <tt>binary-arch</tt> and
2021                 <tt>binary-indep</tt> targets <em>must</em> exist.
2022                 If one of them has nothing to do (which will always be
2023                 the case if the source generates only a single binary
2024                 package, whether architecture-dependent or not), it
2025                 must still exist and must always succeed.
2026               </p>
2027
2028               <p>
2029                 The <tt>binary</tt> targets must be invoked as
2030                 root.<footnote>
2031                     The <prgn>fakeroot</prgn> package often allows one
2032                     to build a package correctly even without being
2033                     root.
2034                 </footnote>
2035               </p>
2036             </item>
2037
2038             <tag><tt>clean</tt> (required)</tag>
2039             <item>
2040               <p>
2041                 This must undo any effects that the <tt>build</tt>
2042                 and <tt>binary</tt> targets may have had, except
2043                 that it should leave alone any output files created in
2044                 the parent directory by a run of a <tt>binary</tt>
2045                 target.
2046               </p>
2047
2048               <p>
2049                 If a <tt>build</tt> file is touched at the end of
2050                 the <tt>build</tt> target, as suggested above, it
2051                 should be removed as the first action that
2052                 <tt>clean</tt> performs, so that running
2053                 <tt>build</tt> again after an interrupted
2054                 <tt>clean</tt> doesn't think that everything is
2055                 already done.
2056               </p>
2057
2058               <p>
2059                 The <tt>clean</tt> target may need to be
2060                 invoked as root if <tt>binary</tt> has been
2061                 invoked since the last <tt>clean</tt>, or if
2062                 <tt>build</tt> has been invoked as root (since
2063                 <tt>build</tt> may create directories, for
2064                 example).
2065               </p>
2066             </item>
2067
2068             <tag><tt>get-orig-source</tt> (optional)</tag>
2069             <item>
2070               <p>
2071                 This target fetches the most recent version of the
2072                 original source package from a canonical archive site
2073                 (via FTP or WWW, for example), does any necessary
2074                 rearrangement to turn it into the original source
2075                 tar file format described below, and leaves it in the
2076                 current directory.
2077               </p>
2078
2079               <p>
2080                 This target may be invoked in any directory, and
2081                 should take care to clean up any temporary files it
2082                 may have left.
2083               </p>
2084
2085               <p>
2086                 This target is optional, but providing it if
2087                 possible is a good idea.
2088               </p>
2089             </item>
2090
2091             <tag><tt>patch</tt> (optional)</tag>
2092             <item>
2093               <p>
2094                 This target performs whatever additional actions are
2095                 required to make the source ready for editing (unpacking
2096                 additional upstream archives, applying patches, etc.).
2097                 It is recommended to be implemented for any package where
2098                 <tt>dpkg-source -x</tt> does not result in source ready
2099                 for additional modification.  See
2100                 <ref id="readmesource">.
2101               </p>
2102             </item>
2103           </taglist>
2104
2105         <p>
2106           The <tt>build</tt>, <tt>binary</tt> and
2107           <tt>clean</tt> targets must be invoked with the current
2108           directory being the package's top-level directory.
2109         </p>
2110
2111
2112         <p>
2113           Additional targets may exist in <file>debian/rules</file>,
2114           either as published or undocumented interfaces or for the
2115           package's internal use.
2116         </p>
2117
2118         <p>
2119           The architectures we build on and build for are determined
2120           by <prgn>make</prgn> variables using the
2121           utility <qref id="pkg-dpkg-architecture"><prgn>dpkg-architecture</prgn></qref>.
2122           You can determine the Debian architecture and the GNU style
2123           architecture specification string for the build architecture as
2124           well as for the host architecture.  The build architecture is
2125           the architecture on which <file>debian/rules</file> is run and
2126           the package build is performed.  The host architecture is the
2127           architecture on which the resulting package will be installed
2128           and run.  These are normally the same, but may be different in
2129           the case of cross-compilation (building packages for one
2130           architecture on machines of a different architecture).
2131         </p>
2132
2133         <p>
2134           Here is a list of supported <prgn>make</prgn> variables:
2135           <list compact="compact">
2136             <item>
2137                 <tt>DEB_*_ARCH</tt> (the Debian architecture)
2138             </item>
2139             <item>
2140                 <tt>DEB_*_ARCH_CPU</tt> (the Debian CPU name)
2141             </item>
2142             <item>
2143                 <tt>DEB_*_ARCH_OS</tt> (the Debian System name)
2144             </item>
2145             <item>
2146                 <tt>DEB_*_GNU_TYPE</tt> (the GNU style architecture
2147                 specification string)
2148             </item>
2149             <item>
2150                 <tt>DEB_*_GNU_CPU</tt> (the CPU part of
2151                 <tt>DEB_*_GNU_TYPE</tt>)
2152             </item>
2153             <item>
2154                 <tt>DEB_*_GNU_SYSTEM</tt> (the System part of
2155                 <tt>DEB_*_GNU_TYPE</tt>)
2156           </list>
2157           where <tt>*</tt> is either <tt>BUILD</tt> for specification of
2158           the build architecture or <tt>HOST</tt> for specification of the
2159           host architecture.
2160         </p>
2161
2162         <p>
2163           Backward compatibility can be provided in the rules file
2164           by setting the needed variables to suitable default
2165           values; please refer to the documentation of
2166           <prgn>dpkg-architecture</prgn> for details.
2167         </p>
2168
2169         <p>
2170           It is important to understand that the <tt>DEB_*_ARCH</tt>
2171           string only determines which Debian architecture we are
2172           building on or for. It should not be used to get the CPU
2173           or system information; the <tt>DEB_*_ARCH_CPU</tt> and
2174           <tt>DEB_*_ARCH_OS</tt> variables should be used for that.
2175           GNU style variables should generally only be used with upstream
2176           build systems.
2177         </p>
2178
2179         <sect1 id="debianrules-options">
2180           <heading><file>debian/rules</file> and
2181             <tt>DEB_BUILD_OPTIONS</tt></heading>
2182
2183           <p>
2184             Supporting the standardized environment variable
2185             <tt>DEB_BUILD_OPTIONS</tt> is recommended.  This variable can
2186             contain several flags to change how a package is compiled and
2187             built.  Each flag must be in the form <var>flag</var> or
2188             <var>flag</var>=<var>options</var>.  If multiple flags are
2189             given, they must be separated by whitespace.<footnote>
2190               Some packages support any delimiter, but whitespace is the
2191               easiest to parse inside a makefile and avoids ambiguity with
2192               flag values that contain commas.
2193             </footnote>
2194             <var>flag</var> must start with a lowercase letter
2195             (<tt>a-z</tt>) and consist only of lowercase letters,
2196             numbers (<tt>0-9</tt>), and the characters
2197             <tt>-</tt> and <tt>_</tt> (hyphen and underscore).
2198             <var>options</var> must not contain whitespace.  The same
2199             tag should not be given multiple times with conflicting
2200             values.  Package maintainers may assume that
2201             <tt>DEB_BUILD_OPTIONS</tt> will not contain conflicting tags.
2202           </p>
2203
2204           <p>
2205             The meaning of the following tags has been standardized:
2206             <taglist>
2207               <tag>nocheck</tag>
2208               <item>
2209                   This tag says to not run any build-time test suite
2210                   provided by the package.
2211               </item>
2212               <tag>noopt</tag>
2213               <item>
2214                   The presence of this tag means that the package should
2215                   be compiled with a minimum of optimization.  For C
2216                   programs, it is best to add <tt>-O0</tt> to
2217                   <tt>CFLAGS</tt> (although this is usually the default).
2218                   Some programs might fail to build or run at this level
2219                   of optimization; it may be necessary to use
2220                   <tt>-O1</tt>, for example.
2221               </item>
2222               <tag>nostrip</tag>
2223               <item>
2224                   This tag means that the debugging symbols should not be
2225                   stripped from the binary during installation, so that
2226                   debugging information may be included in the package.
2227               </item>
2228               <tag>parallel=n</tag>
2229               <item>
2230                   This tag means that the package should be built using up
2231                   to <tt>n</tt> parallel processes if the package build
2232                   system supports this.<footnote>
2233                       Packages built with <tt>make</tt> can often implement
2234                       this by passing the <tt>-j</tt><var>n</var> option to
2235                       <tt>make</tt>.
2236                   </footnote>
2237                   If the package build system does not support parallel
2238                   builds, this string must be ignored.  If the package
2239                   build system only supports a lower level of concurrency
2240                   than <var>n</var>, the package should be built using as
2241                   many parallel processes as the package build system
2242                   supports.  It is up to the package maintainer to decide
2243                   whether the package build times are long enough and the
2244                   package build system is robust enough to make supporting
2245                   parallel builds worthwhile.
2246                </item>
2247             </taglist>
2248           </p>
2249
2250           <p>
2251             Unknown flags must be ignored by <file>debian/rules</file>.
2252           </p>
2253
2254           <p>
2255             The following makefile snippet is an example of how one may
2256             implement the build options; you will probably have to
2257             massage this example in order to make it work for your
2258             package.
2259             <example compact="compact">
2260 CFLAGS = -Wall -g
2261 INSTALL = install
2262 INSTALL_FILE    = $(INSTALL) -p    -o root -g root  -m  644
2263 INSTALL_PROGRAM = $(INSTALL) -p    -o root -g root  -m  755
2264 INSTALL_SCRIPT  = $(INSTALL) -p    -o root -g root  -m  755
2265 INSTALL_DIR     = $(INSTALL) -p -d -o root -g root  -m  755
2266
2267 ifneq (,$(filter noopt,$(DEB_BUILD_OPTIONS)))
2268     CFLAGS += -O0
2269 else
2270     CFLAGS += -O2
2271 endif
2272 ifeq (,$(filter nostrip,$(DEB_BUILD_OPTIONS)))
2273     INSTALL_PROGRAM += -s
2274 endif
2275 ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
2276     NUMJOBS = $(patsubst parallel=%,%,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
2277     MAKEFLAGS += -j$(NUMJOBS)
2278 endif
2279
2280 build:
2281         # ...
2282 ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
2283         # Code to run the package test suite.
2284 endif
2285             </example>
2286           </p>
2287         </sect1>
2288       </sect>
2289
2290 <!-- FIXME: section pkg-srcsubstvars is the same as substvars -->
2291       <sect id="substvars">
2292         <heading>Variable substitutions: <file>debian/substvars</file></heading>
2293
2294         <p>
2295           When <prgn>dpkg-gencontrol</prgn>
2296           generates <qref id="binarycontrolfiles">binary package control
2297           files</qref> (<file>DEBIAN/control</file>), it performs variable
2298           substitutions on its output just before writing it.  Variable
2299           substitutions have the form <tt>${<var>variable</var>}</tt>.
2300           The optional file <file>debian/substvars</file> contains
2301           variable substitutions to be used; variables can also be set
2302           directly from <file>debian/rules</file> using the <tt>-V</tt>
2303           option to the source packaging commands, and certain predefined
2304           variables are also available.
2305         </p>
2306
2307         <p>
2308           The <file>debian/substvars</file> file is usually generated and
2309           modified dynamically by <file>debian/rules</file> targets, in
2310           which case it must be removed by the <tt>clean</tt> target.
2311         </p>
2312
2313         <p>
2314           See <manref name="deb-substvars" section="5"> for full
2315           details about source variable substitutions, including the
2316           format of <file>debian/substvars</file>.</p>
2317       </sect>
2318
2319       <sect id="debianwatch">
2320         <heading>Optional upstream source location: <file>debian/watch</file></heading>
2321
2322         <p>
2323           This is an optional, recommended configuration file for the
2324           <tt>uscan</tt> utility which defines how to automatically scan
2325           ftp or http sites for newly available updates of the
2326           package. This is used
2327           by <url id="http://dehs.alioth.debian.org/"> and other Debian QA
2328           tools to help with quality control and maintenance of the
2329           distribution as a whole.
2330         </p>
2331
2332       </sect>
2333
2334       <sect id="debianfiles">
2335         <heading>Generated files list: <file>debian/files</file></heading>
2336
2337         <p>
2338           This file is not a permanent part of the source tree; it
2339           is used while building packages to record which files are
2340           being generated.  <prgn>dpkg-genchanges</prgn> uses it
2341           when it generates a <file>.changes</file> file.
2342         </p>
2343
2344         <p>
2345           It should not exist in a shipped source package, and so it
2346           (and any backup files or temporary files such as
2347           <file>files.new</file><footnote>
2348               <file>files.new</file> is used as a temporary file by
2349               <prgn>dpkg-gencontrol</prgn> and
2350               <prgn>dpkg-distaddfile</prgn> - they write a new
2351               version of <tt>files</tt> here before renaming it,
2352               to avoid leaving a corrupted copy if an error
2353               occurs.
2354           </footnote>) should be removed by the
2355           <tt>clean</tt> target.  It may also be wise to
2356           ensure a fresh start by emptying or removing it at the
2357           start of the <tt>binary</tt> target.
2358         </p>
2359
2360         <p>
2361           When <prgn>dpkg-gencontrol</prgn> is run for a binary
2362           package, it adds an entry to <file>debian/files</file> for the
2363           <file>.deb</file> file that will be created when <tt>dpkg-deb
2364           --build</tt> is run for that binary package.  So for most
2365           packages all that needs to be done with this file is to
2366           delete it in the <tt>clean</tt> target.
2367         </p>
2368
2369         <p>
2370           If a package upload includes files besides the source
2371           package and any binary packages whose control files were
2372           made with <prgn>dpkg-gencontrol</prgn> then they should be
2373           placed in the parent of the package's top-level directory
2374           and <prgn>dpkg-distaddfile</prgn> should be called to add
2375           the file to the list in <file>debian/files</file>.</p>
2376       </sect>
2377
2378       <sect id="embeddedfiles">
2379         <heading>Convenience copies of code</heading>
2380
2381         <p>
2382           Some software packages include in their distribution convenience
2383           copies of code from other software packages, generally so that
2384           users compiling from source don't have to download multiple
2385           packages.  Debian packages should not make use of these
2386           convenience copies unless the included package is explicitly
2387           intended to be used in this way.<footnote>
2388             For example, parts of the GNU build system work like this.
2389           </footnote>
2390           If the included code is already in the Debian archive in the
2391           form of a library, the Debian packaging should ensure that
2392           binary packages reference the libraries already in Debian and
2393           the convenience copy is not used.  If the included code is not
2394           already in Debian, it should be packaged separately as a
2395           prerequisite if possible.
2396           <footnote>
2397             Having multiple copies of the same code in Debian is
2398             inefficient, often creates either static linking or shared
2399             library conflicts, and, most importantly, increases the
2400             difficulty of handling security vulnerabilities in the
2401             duplicated code.
2402           </footnote>
2403         </p>
2404       </sect>
2405
2406       <sect id="readmesource">
2407         <heading>Source package handling:
2408           <file>debian/README.source</file></heading>
2409
2410         <p>
2411           If running <prgn>dpkg-source -x</prgn> on a source package
2412           doesn't produce the source of the package, ready for editing,
2413           and allow one to make changes and run
2414           <prgn>dpkg-buildpackage</prgn> to produce a modified package
2415           without taking any additional steps, creating a
2416           <file>debian/README.source</file> documentation file is
2417           recommended.  This file should explain how to do all of the
2418           following:
2419             <enumlist>
2420               <item>Generate the fully patched source, in a form ready for
2421               editing, that would be built to create Debian
2422               packages.  Doing this with a <tt>patch</tt> target in
2423               <file>debian/rules</file> is recommended; see
2424               <ref id="debianrules">.</item>
2425               <item>Modify the source and save those modifications so that
2426               they will be applied when building the package.</item>
2427               <item>Remove source modifications that are currently being
2428               applied when building the package.</item>
2429               <item>Optionally, document what steps are necessary to
2430               upgrade the Debian source package to a new upstream version,
2431               if applicable.</item>
2432             </enumlist>
2433           This explanation should include specific commands and mention
2434           any additional required Debian packages.  It should not assume
2435           familiarity with any specific Debian packaging system or patch
2436           management tools.
2437         </p>
2438
2439         <p>
2440           This explanation may refer to a documentation file installed by
2441           one of the package's build dependencies provided that the
2442           referenced documentation clearly explains these tasks and is not
2443           a general reference manual.
2444         </p>
2445
2446         <p>
2447           <file>debian/README.source</file> may also include any other
2448           information that would be helpful to someone modifying the
2449           source package.  Even if the package doesn't fit the above
2450           description, maintainers are encouraged to document in a
2451           <file>debian/README.source</file> file any source package with a
2452           particularly complex or unintuitive source layout or build
2453           system (for example, a package that builds the same source
2454           multiple times to generate different binary packages).
2455         </p>
2456       </sect>
2457     </chapt>
2458
2459
2460     <chapt id="controlfields">
2461       <heading>Control files and their fields</heading>
2462
2463       <p>
2464         The package management system manipulates data represented in
2465         a common format, known as <em>control data</em>, stored in
2466         <em>control files</em>.
2467         Control files are used for source packages, binary packages and
2468         the <file>.changes</file> files which control the installation
2469         of uploaded files<footnote>
2470             <prgn>dpkg</prgn>'s internal databases are in a similar
2471             format.
2472         </footnote>.
2473       </p>
2474
2475       <sect id="controlsyntax">
2476         <heading>Syntax of control files</heading>
2477
2478         <p>
2479           A control file consists of one or more paragraphs of
2480           fields<footnote>
2481                 The paragraphs are also sometimes referred to as stanzas.
2482           </footnote>.
2483           The paragraphs are separated by empty lines.  Parsers may accept
2484           lines consisting solely of spaces and tabs as paragraph
2485           separators, but control files should use empty lines.  Some control
2486           files allow only one paragraph; others allow several, in
2487           which case each paragraph usually refers to a different
2488           package.  (For example, in source packages, the first
2489           paragraph refers to the source package, and later paragraphs
2490           refer to binary packages generated from the source.)  The
2491           ordering of the paragraphs in control files is significant.
2492         </p>
2493
2494         <p>
2495           Each paragraph consists of a series of data fields; each
2496           field consists of the field name, followed by a colon and
2497           then the data/value associated with that field.  The field
2498           name is composed of printable ASCII characters (i.e.,
2499           characters that have values between 33 and 126, inclusive)
2500           except colon and must not with a begin with #.  The
2501           field ends at the end of the line or at the end of the
2502           last continuation line (see below).  Horizontal whitespace
2503           (spaces and tabs) may occur immediately before or after the
2504           value and is ignored there; it is conventional to put a
2505           single space after the colon.  For example, a field might
2506           be:
2507           <example compact="compact">
2508 Package: libc6
2509           </example>
2510           the field name is <tt>Package</tt> and the field value
2511           <tt>libc6</tt>.
2512         </p>
2513
2514         <p>
2515           A paragraph must not contain more than one instance of a
2516           particular field name.
2517         </p>
2518
2519         <p>
2520           There are three types of fields:
2521           <taglist>
2522             <tag>simple</tag>
2523             <item>
2524               The field, including its value, must be a single line.  Folding
2525               of the field is not permitted.  This is the default field type
2526               if the definition of the field does not specify a different
2527               type.
2528             </item>
2529             <tag>folded</tag>
2530             <item>
2531               The value of a folded field is a logical line that may span
2532               several lines.  The lines after the first are called
2533               continuation lines and must start with a space or a tab.
2534               Whitespace, including any newlines, is not significant in the
2535               field values of folded fields.<footnote>
2536                 This folding method is similar to RFC 5322, allowing control
2537                 files that contain only one paragraph and no multiline fields
2538                 to be read by parsers written for RFC 5322.
2539               </footnote>
2540             </item>
2541             <tag>multiline</tag>
2542             <item>
2543               The value of a multiline field may comprise multiple continuation
2544               lines.  The first line of the value, the part on the same line as
2545               the field name, often has special significance or may have to be
2546               empty.  Other lines are added following the same syntax as the
2547               continuation lines of the folded fields.  Whitespace, including newlines,
2548               is significant in the values of multiline fields.
2549             </item>
2550           </taglist>
2551         </p>
2552
2553         <p>
2554           Whitespace must not appear
2555           inside names (of packages, architectures, files or anything
2556           else) or version numbers, or between the characters of
2557           multi-character version relationships.
2558         </p>
2559
2560         <p>
2561           The presence and purpose of a field, and the syntax of its
2562           value may differ between types of control files.
2563         </p>
2564
2565         <p>
2566           Field names are not case-sensitive, but it is usual to
2567           capitalize the field names using mixed case as shown below.
2568           Field values are case-sensitive unless the description of the
2569           field says otherwise.
2570         </p>
2571
2572         <p>
2573           Paragraph separators (empty lines) and lines consisting only of
2574           spaces and tabs are not allowed within field values or between
2575           fields.  Empty lines in field values are usually escaped by
2576           representing them by a space followed by a dot.
2577         </p>
2578
2579         <p>
2580           Lines starting with # without any preceding whitespace are comments
2581           lines that are only permitted in source package control files
2582           (<file>debian/control</file>).  These comment lines are ignored, even
2583           between two continuation lines.  They do not end logical lines.
2584         </p>
2585
2586         <p>
2587           All control files must be encoded in UTF-8.
2588         </p>
2589       </sect>
2590
2591       <sect id="sourcecontrolfiles">
2592         <heading>Source package control files -- <file>debian/control</file></heading>
2593
2594         <p>
2595           The <file>debian/control</file> file contains the most vital
2596           (and version-independent) information about the source package
2597           and about the binary packages it creates.
2598         </p>
2599
2600         <p>
2601           The first paragraph of the control file contains information about
2602           the source package in general. The subsequent sets each describe a
2603           binary package that the source tree builds.
2604         </p>
2605
2606         <p>
2607           The fields in the general paragraph (the first one, for the source
2608           package) are:
2609
2610           <list compact="compact">
2611             <item><qref id="f-Source"><tt>Source</tt></qref> (mandatory)</item>
2612             <item><qref id="f-Maintainer"><tt>Maintainer</tt></qref> (mandatory)</item>
2613             <item><qref id="f-Uploaders"><tt>Uploaders</tt></qref></item>
2614             <item><qref id="f-DM-Upload-Allowed"><tt>DM-Upload-Allowed</tt></qref></item>
2615             <item><qref id="f-Section"><tt>Section</tt></qref> (recommended)</item>
2616             <item><qref id="f-Priority"><tt>Priority</tt></qref> (recommended)</item>
2617             <item><qref id="sourcebinarydeps"><tt>Build-Depends</tt> et al</qref></item>
2618             <item><qref id="f-Standards-Version"><tt>Standards-Version</tt></qref> (recommended)</item>
2619             <item><qref id="f-Homepage"><tt>Homepage</tt></qref></item>
2620           </list>
2621         </p>
2622
2623         <p>
2624           The fields in the binary package paragraphs are:
2625
2626           <list compact="compact">
2627             <item><qref id="f-Package"><tt>Package</tt></qref> (mandatory)</item>
2628             <item><qref id="f-Architecture"><tt>Architecture</tt></qref> (mandatory)</item>
2629             <item><qref id="f-Section"><tt>Section</tt></qref> (recommended)</item>
2630             <item><qref id="f-Priority"><tt>Priority</tt></qref> (recommended)</item>
2631             <item><qref id="f-Essential"><tt>Essential</tt></qref></item>
2632             <item><qref id="binarydeps"><tt>Depends</tt> et al</qref></item>
2633             <item><qref id="f-Description"><tt>Description</tt></qref> (mandatory)</item>
2634             <item><qref id="f-Homepage"><tt>Homepage</tt></qref></item>
2635           </list>
2636         </p>
2637
2638         <p>
2639           The syntax and semantics of the fields are described below.
2640         </p>
2641
2642         <p>
2643           These fields are used by <prgn>dpkg-gencontrol</prgn> to
2644           generate control files for binary packages (see below), by
2645           <prgn>dpkg-genchanges</prgn> to generate the
2646           <file>.changes</file> file to accompany the upload, and by
2647           <prgn>dpkg-source</prgn> when it creates the
2648           <file>.dsc</file> source control file as part of a source
2649           archive.  Some fields are folded in <file>debian/control</file>,
2650           but not in any other control
2651           file. These tools are responsible for removing the line
2652           breaks from such fields when using fields from
2653           <file>debian/control</file> to generate other control files.
2654         </p>
2655
2656         <p>
2657           The fields here may contain variable references - their
2658           values will be substituted by <prgn>dpkg-gencontrol</prgn>,
2659           <prgn>dpkg-genchanges</prgn> or <prgn>dpkg-source</prgn>
2660           when they generate output control files.
2661           See <ref id="substvars"> for details.
2662         </p>
2663       </sect>
2664
2665       <sect id="binarycontrolfiles">
2666         <heading>Binary package control files -- <file>DEBIAN/control</file></heading>
2667
2668         <p>
2669           The <file>DEBIAN/control</file> file contains the most vital
2670           (and version-dependent) information about a binary package.  It
2671           consists of a single paragraph.
2672         </p>
2673
2674         <p>
2675           The fields in this file are:
2676
2677           <list compact="compact">
2678             <item><qref id="f-Package"><tt>Package</tt></qref> (mandatory)</item>
2679             <item><qref id="f-Source"><tt>Source</tt></qref></item>
2680             <item><qref id="f-Version"><tt>Version</tt></qref> (mandatory)</item>
2681             <item><qref id="f-Section"><tt>Section</tt></qref> (recommended)</item>
2682             <item><qref id="f-Priority"><tt>Priority</tt></qref> (recommended)</item>
2683             <item><qref id="f-Architecture"><tt>Architecture</tt></qref> (mandatory)</item>
2684             <item><qref id="f-Essential"><tt>Essential</tt></qref></item>
2685             <item><qref id="binarydeps"><tt>Depends</tt> et al</qref></item>
2686             <item><qref id="f-Installed-Size"><tt>Installed-Size</tt></qref></item>
2687             <item><qref id="f-Maintainer"><tt>Maintainer</tt></qref> (mandatory)</item>
2688             <item><qref id="f-Description"><tt>Description</tt></qref> (mandatory)</item>
2689             <item><qref id="f-Homepage"><tt>Homepage</tt></qref></item>
2690           </list>
2691         </p>
2692       </sect>
2693
2694       <sect id="debiansourcecontrolfiles">
2695         <heading>Debian source control files -- <tt>.dsc</tt></heading>
2696
2697         <p>
2698           This file consists of a single paragraph, possibly surrounded by
2699           a PGP signature. The fields of that paragraph are listed below.
2700           Their syntax is described above, in <ref id="pkg-controlfields">.
2701
2702         <list compact="compact">
2703           <item><qref id="f-Format"><tt>Format</tt></qref> (mandatory)</item>
2704           <item><qref id="f-Source"><tt>Source</tt></qref> (mandatory)</item>
2705           <item><qref id="f-Binary"><tt>Binary</tt></qref></item>
2706           <item><qref id="f-Architecture"><tt>Architecture</tt></qref></item>
2707           <item><qref id="f-Version"><tt>Version</tt></qref> (mandatory)</item>
2708           <item><qref id="f-Maintainer"><tt>Maintainer</tt></qref> (mandatory)</item>
2709           <item><qref id="f-Uploaders"><tt>Uploaders</tt></qref></item>
2710           <item><qref id="f-DM-Upload-Allowed"><tt>DM-Upload-Allowed</tt></qref></item>
2711           <item><qref id="f-Homepage"><tt>Homepage</tt></qref></item>
2712           <item><qref id="f-Standards-Version"><tt>Standards-Version</tt></qref> (recommended)</item>
2713           <item><qref id="sourcebinarydeps"><tt>Build-Depends</tt> et al</qref></item>
2714           <item><qref id="f-Checksums"><tt>Checksums-Sha1</tt>
2715               and <tt>Checksums-Sha256</tt></qref> (recommended)</item>
2716           <item><qref id="f-Files"><tt>Files</tt></qref> (mandatory)</item>
2717         </list>
2718         </p>
2719
2720         <p>
2721           The Debian source control file is generated by
2722           <prgn>dpkg-source</prgn> when it builds the source
2723           archive, from other files in the source package,
2724           described above.  When unpacking, it is checked against
2725           the files and directories in the other parts of the
2726           source package.
2727         </p>
2728
2729       </sect>
2730
2731       <sect id="debianchangesfiles">
2732         <heading>Debian changes files -- <file>.changes</file></heading>
2733
2734         <p>
2735           The <file>.changes</file> files are used by the Debian archive
2736           maintenance software to process updates to packages. They
2737           consist of a single paragraph, possibly surrounded by a PGP
2738           signature. That paragraph contains information from the
2739           <file>debian/control</file> file and other data about the
2740           source package gathered via <file>debian/changelog</file>
2741           and <file>debian/rules</file>.
2742         </p>
2743
2744         <p>
2745           <file>.changes</file> files have a format version that is
2746           incremented whenever the documented fields or their meaning
2747           change.  This document describes format &changesversion;.
2748         </p>
2749
2750         <p>
2751           The fields in this file are:
2752
2753           <list compact="compact">
2754             <item><qref id="f-Format"><tt>Format</tt></qref> (mandatory)</item>
2755             <item><qref id="f-Date"><tt>Date</tt></qref> (mandatory)</item>
2756             <item><qref id="f-Source"><tt>Source</tt></qref> (mandatory)</item>
2757             <item><qref id="f-Binary"><tt>Binary</tt></qref> (mandatory)</item>
2758             <item><qref id="f-Architecture"><tt>Architecture</tt></qref> (mandatory)</item>
2759             <item><qref id="f-Version"><tt>Version</tt></qref> (mandatory)</item>
2760             <item><qref id="f-Distribution"><tt>Distribution</tt></qref> (mandatory)</item>
2761             <item><qref id="f-Urgency"><tt>Urgency</tt></qref> (recommended)</item>
2762             <item><qref id="f-Maintainer"><tt>Maintainer</tt></qref> (mandatory)</item>
2763             <item><qref id="f-Changed-By"><tt>Changed-By</tt></qref></item>
2764             <item><qref id="f-Description"><tt>Description</tt></qref> (mandatory)</item>
2765             <item><qref id="f-Closes"><tt>Closes</tt></qref></item>
2766             <item><qref id="f-Changes"><tt>Changes</tt></qref> (mandatory)</item>
2767             <item><qref id="f-Checksums"><tt>Checksums-Sha1</tt>
2768                 and <tt>Checksums-Sha256</tt></qref> (recommended)</item>
2769             <item><qref id="f-Files"><tt>Files</tt></qref> (mandatory)</item>
2770           </list>
2771         </p>
2772       </sect>
2773
2774       <sect id="controlfieldslist">
2775         <heading>List of fields</heading>
2776
2777         <sect1 id="f-Source">
2778           <heading><tt>Source</tt></heading>
2779
2780           <p>
2781             This field identifies the source package name.
2782           </p>
2783
2784           <p>
2785             In <file>debian/control</file> or a <file>.dsc</file> file,
2786             this field must contain only the name of the source package.
2787           </p>
2788
2789           <p>
2790             In a binary package control file or a <file>.changes</file>
2791             file, the source package name may be followed by a version
2792             number in parentheses<footnote>
2793                 It is customary to leave a space after the package name
2794                 if a version number is specified.
2795             </footnote>.
2796             This version number may be omitted (and is, by
2797             <prgn>dpkg-gencontrol</prgn>) if it has the same value as
2798             the <tt>Version</tt> field of the binary package in
2799             question.  The field itself may be omitted from a binary
2800             package control file when the source package has the same
2801             name and version as the binary package.
2802           </p>
2803
2804           <p>
2805             Package names (both source and binary,
2806             see <ref id="f-Package">) must consist only of lower case
2807             letters (<tt>a-z</tt>), digits (<tt>0-9</tt>), plus
2808             (<tt>+</tt>) and minus (<tt>-</tt>) signs, and periods
2809             (<tt>.</tt>).  They must be at least two characters long and
2810             must start with an alphanumeric character.
2811           </p>
2812         </sect1>
2813
2814         <sect1 id="f-Maintainer">
2815           <heading><tt>Maintainer</tt></heading>
2816
2817           <p>
2818             The package maintainer's name and email address.  The name
2819             must come first, then the email address inside angle
2820             brackets <tt>&lt;&gt;</tt> (in RFC822 format).
2821           </p>
2822
2823           <p>
2824             If the maintainer's name contains a full stop then the
2825             whole field will not work directly as an email address due
2826             to a misfeature in the syntax specified in RFC822; a
2827             program using this field as an address must check for this
2828             and correct the problem if necessary (for example by
2829             putting the name in round brackets and moving it to the
2830             end, and bringing the email address forward).
2831           </p>
2832
2833           <p>
2834             See <ref id="maintainer"> for additional requirements and
2835             information about package maintainers.
2836           </p>
2837         </sect1>
2838
2839         <sect1 id="f-Uploaders">
2840           <heading><tt>Uploaders</tt></heading>
2841
2842           <p>
2843             List of the names and email addresses of co-maintainers of the
2844             package, if any. If the package has other maintainers besides
2845             the one named in the <qref id="f-Maintainer">Maintainer
2846             field</qref>, their names and email addresses should be listed
2847             here. The format of each entry is the same as that of the
2848             Maintainer field, and multiple entries must be comma
2849             separated.
2850           </p>
2851
2852           <p>
2853             This is normally an optional field, but if
2854             the <tt>Maintainer</tt> control field names a group of people
2855             and a shared email address, the <tt>Uploaders</tt> field must
2856             be present and must contain at least one human with their
2857             personal email address.
2858           </p>
2859
2860           <p>
2861             The Uploaders field in <file>debian/control</file> can be folded.
2862           </p>
2863         </sect1>
2864
2865         <sect1 id="f-Changed-By">
2866           <heading><tt>Changed-By</tt></heading>
2867
2868           <p>
2869             The name and email address of the person who prepared this
2870             version of the package, usually a maintainer.  The syntax is
2871             the same as for the <qref id="f-Maintainer">Maintainer
2872             field</qref>.
2873           </p>
2874         </sect1>
2875
2876         <sect1 id="f-Section">
2877           <heading><tt>Section</tt></heading>
2878
2879           <p>
2880             This field specifies an application area into which the package
2881             has been classified. See <ref id="subsections">.
2882           </p>
2883
2884           <p>
2885             When it appears in the <file>debian/control</file> file,
2886             it gives the value for the subfield of the same name in
2887             the <tt>Files</tt> field of the <file>.changes</file> file.
2888             It also gives the default for the same field in the binary
2889             packages.
2890           </p>
2891         </sect1>
2892
2893         <sect1 id="f-Priority">
2894           <heading><tt>Priority</tt></heading>
2895
2896           <p>
2897             This field represents how important it is that the user
2898             have the package installed. See <ref id="priorities">.
2899           </p>
2900
2901           <p>
2902             When it appears in the <file>debian/control</file> file,
2903             it gives the value for the subfield of the same name in
2904             the <tt>Files</tt> field of the <file>.changes</file> file.
2905             It also gives the default for the same field in the binary
2906             packages.
2907           </p>
2908         </sect1>
2909
2910         <sect1 id="f-Package">
2911           <heading><tt>Package</tt></heading>
2912
2913           <p>
2914             The name of the binary package.
2915           </p>
2916
2917           <p>
2918             Binary package names must follow the same syntax and
2919             restrictions as source package names.  See <ref id="f-Source">
2920             for the details.
2921           </p>
2922         </sect1>
2923
2924         <sect1 id="f-Architecture">
2925           <heading><tt>Architecture</tt></heading>
2926
2927           <p>
2928             Depending on context and the control file used, the
2929             <tt>Architecture</tt> field can include the following sets of
2930             values:
2931             <list>
2932                 <item>
2933                   A unique single word identifying a Debian machine
2934                   architecture as described in <ref id="arch-spec">.
2935                 </item>
2936                 <item>
2937                   An architecture wildcard identifying a set of Debian
2938                   machine architectures, see <ref id="arch-wildcard-spec">.
2939                   <tt>any</tt> matches all Debian machine architectures
2940                   and is the most frequently used.
2941                 </item>
2942                 <item>
2943                   <tt>all</tt>, which indicates an
2944                   architecture-independent package.
2945                 </item>
2946                 <item>
2947                   <tt>source</tt>, which indicates a source package.
2948                 </item>
2949             </list>
2950           </p>
2951
2952           <p>
2953             In the main <file>debian/control</file> file in the source
2954             package, this field may contain the special
2955             value <tt>all</tt>, the special architecture
2956             wildcard <tt>any</tt>, or a list of specific and wildcard
2957             architectures separated by spaces.  If <tt>all</tt>
2958             or <tt>any</tt> appears, that value must be the entire
2959             contents of the field.  Most packages will use
2960             either <tt>all</tt> or <tt>any</tt>.
2961           </p>
2962
2963           <p>
2964             Specifying a specific list of architectures indicates that the
2965             source will build an architecture-dependent package only on
2966             architectures included in the list.  Specifying a list of
2967             architecture wildcards indicates that the source will build an
2968             architecture-dependent package on only those architectures
2969             that match any of the specified architecture wildcards.
2970             Specifying a list of architectures or architecture wildcards
2971             other than <tt>any</tt> is for the minority of cases where a
2972             program is not portable or is not useful on some
2973             architectures.  Where possible, the program should be made
2974             portable instead.
2975           </p>
2976
2977           <p>
2978             In the Debian source control file <file>.dsc</file>, this
2979             field contains a list of architectures and architecture
2980             wildcards separated by spaces. When the list contains the
2981             architecture wildcard <tt>any</tt>, the only other value
2982             allowed in the list is <tt>all</tt>.
2983           </p>
2984
2985           <p>
2986             The list may include (or consist solely of) the special
2987             value <tt>all</tt>.  In other words, in <file>.dsc</file>
2988             files unlike the <file>debian/control</file>, <tt>all</tt> may
2989             occur in combination with specific architectures.
2990             The <tt>Architecture</tt> field in the Debian source control
2991             file <file>.dsc</file> is generally constructed from
2992             the <tt>Architecture</tt> fields in
2993             the <file>debian/control</file> in the source package.
2994           </p>
2995
2996           <p>
2997             Specifying only <tt>any</tt> indicates that the source package
2998             isn't dependent on any particular architecture and should
2999             compile fine on any one. The produced binary package(s)
3000             will be specific to whatever the current build architecture is.
3001           </p>
3002
3003           <p>
3004             Specifying only <tt>all</tt> indicates that the source package
3005             will only build architecture-independent packages.
3006           </p>
3007
3008           <p>
3009             Specifying <tt>any all</tt> indicates that the source package
3010             isn't dependent on any particular architecture. The set of
3011             produced binary packages will include at least one
3012             architecture-dependant package and one architecture-independent
3013             package.
3014           </p>
3015
3016           <p>
3017             Specifying a list of architectures or architecture wildcards
3018             indicates that the source will build an architecture-dependent
3019             package, and will only work correctly on the listed or
3020             matching architectures.  If the source package also builds at
3021             least one architecture-independent package, <tt>all</tt> will
3022             also be included in the list.
3023           </p>
3024
3025           <p>
3026             In a <file>.changes</file> file, the <tt>Architecture</tt>
3027             field lists the architecture(s) of the package(s) currently
3028             being uploaded.  This will be a list; if the source for the
3029             package is also being uploaded, the special
3030             entry <tt>source</tt> is also present.  <tt>all</tt> will be
3031             present if any architecture-independent packages are being
3032             uploaded.  Architecture wildcards such as <tt>any</tt> must
3033             never occur in the <tt>Architecture</tt> field in
3034             the <file>.changes</file> file.
3035           </p>
3036
3037           <p>
3038             See <ref id="debianrules"> for information on how to get
3039             the architecture for the build process.
3040           </p>
3041         </sect1>
3042
3043         <sect1 id="f-Essential">
3044           <heading><tt>Essential</tt></heading>
3045
3046           <p>
3047             This is a boolean field which may occur only in the
3048             control file of a binary package or in a per-package fields
3049             paragraph of a source package control file.
3050           </p>
3051
3052           <p>
3053             If set to <tt>yes</tt> then the package management system
3054             will refuse to remove the package (upgrading and replacing
3055             it is still possible). The other possible value is <tt>no</tt>,
3056             which is the same as not having the field at all.
3057           </p>
3058         </sect1>
3059
3060         <sect1>
3061           <heading>Package interrelationship fields:
3062             <tt>Depends</tt>, <tt>Pre-Depends</tt>,
3063             <tt>Recommends</tt>, <tt>Suggests</tt>,
3064             <tt>Breaks</tt>, <tt>Conflicts</tt>,
3065             <tt>Provides</tt>, <tt>Replaces</tt>, <tt>Enhances</tt>
3066           </heading>
3067
3068           <p>
3069             These fields describe the package's relationships with
3070             other packages.  Their syntax and semantics are described
3071             in <ref id="relationships">.</p>
3072         </sect1>
3073
3074         <sect1 id="f-Standards-Version">
3075           <heading><tt>Standards-Version</tt></heading>
3076
3077           <p>
3078             The most recent version of the standards (the policy
3079             manual and associated texts) with which the package
3080             complies.
3081           </p>
3082
3083           <p>
3084             The version number has four components: major and minor
3085             version number and major and minor patch level.  When the
3086             standards change in a way that requires every package to
3087             change the major number will be changed.  Significant
3088             changes that will require work in many packages will be
3089             signaled by a change to the minor number.  The major patch
3090             level will be changed for any change to the meaning of the
3091             standards, however small; the minor patch level will be
3092             changed when only cosmetic, typographical or other edits
3093             are made which neither change the meaning of the document
3094             nor affect the contents of packages.
3095           </p>
3096
3097           <p>
3098             Thus only the first three components of the policy version
3099             are significant in the <em>Standards-Version</em> control
3100             field, and so either these three components or all four
3101             components may be specified.<footnote>
3102                 In the past, people specified the full version number
3103                 in the Standards-Version field, for example "2.3.0.0".
3104                 Since minor patch-level changes don't introduce new
3105                 policy, it was thought it would be better to relax
3106                 policy and only require the first 3 components to be
3107                 specified, in this example "2.3.0".  All four
3108                 components may still be used if someone wishes to do so.
3109             </footnote>
3110           </p>
3111
3112         </sect1>
3113
3114         <sect1 id="f-Version">
3115           <heading><tt>Version</tt></heading>
3116
3117           <p>
3118             The version number of a package. The format is:
3119             [<var>epoch</var><tt>:</tt>]<var>upstream_version</var>[<tt>-</tt><var>debian_revision</var>]
3120           </p>
3121
3122           <p>
3123             The three components here are:
3124             <taglist>
3125               <tag><var>epoch</var></tag>
3126               <item>
3127                 <p>
3128                   This is a single (generally small) unsigned integer.  It
3129                   may be omitted, in which case zero is assumed.  If it is
3130                   omitted then the <var>upstream_version</var> may not
3131                   contain any colons.
3132                 </p>
3133
3134                 <p>
3135                   It is provided to allow mistakes in the version numbers
3136                   of older versions of a package, and also a package's
3137                   previous version numbering schemes, to be left behind.
3138                 </p>
3139               </item>
3140
3141               <tag><var>upstream_version</var></tag>
3142               <item>
3143                 <p>
3144                   This is the main part of the version number.  It is
3145                   usually the version number of the original ("upstream")
3146                   package from which the <file>.deb</file> file has been made,
3147                   if this is applicable.  Usually this will be in the same
3148                   format as that specified by the upstream author(s);
3149                   however, it may need to be reformatted to fit into the
3150                   package management system's format and comparison
3151                   scheme.
3152                 </p>
3153
3154                 <p>
3155                   The comparison behavior of the package management system
3156                   with respect to the <var>upstream_version</var> is
3157                   described below.  The <var>upstream_version</var>
3158                   portion of the version number is mandatory.
3159                 </p>
3160
3161                 <p>
3162                   The <var>upstream_version</var> may contain only
3163                   alphanumerics<footnote>
3164                         Alphanumerics are <tt>A-Za-z0-9</tt> only.
3165                   </footnote>
3166                   and the characters <tt>.</tt> <tt>+</tt> <tt>-</tt>
3167                   <tt>:</tt> <tt>~</tt> (full stop, plus, hyphen, colon,
3168                   tilde) and should start with a digit.  If there is no
3169                   <var>debian_revision</var> then hyphens are not allowed;
3170                   if there is no <var>epoch</var> then colons are not
3171                   allowed.
3172                 </p>
3173               </item>
3174
3175               <tag><var>debian_revision</var></tag>
3176               <item>
3177                 <p>
3178                   This part of the version number specifies the version of
3179                   the Debian package based on the upstream version.  It
3180                   may contain only alphanumerics and the characters
3181                   <tt>+</tt> <tt>.</tt> <tt>~</tt> (plus, full stop,
3182                   tilde) and is compared in the same way as the
3183                   <var>upstream_version</var> is.
3184                 </p>
3185
3186                 <p>
3187                   It is optional; if it isn't present then the
3188                   <var>upstream_version</var> may not contain a hyphen.
3189                   This format represents the case where a piece of
3190                   software was written specifically to be a Debian
3191                   package, where the Debian package source must always
3192                   be identical to the pristine source and therefore no
3193                   revision indication is required.
3194                 </p>
3195
3196                 <p>
3197                   It is conventional to restart the
3198                   <var>debian_revision</var> at <tt>1</tt> each time the
3199                   <var>upstream_version</var> is increased.
3200                 </p>
3201
3202                 <p>
3203                   The package management system will break the version
3204                   number apart at the last hyphen in the string (if there
3205                   is one) to determine the <var>upstream_version</var> and
3206                   <var>debian_revision</var>.  The absence of a
3207                   <var>debian_revision</var> is equivalent to a
3208                   <var>debian_revision</var> of <tt>0</tt>.
3209                 </p>
3210               </item>
3211             </taglist>
3212           </p>
3213
3214           <p>
3215             When comparing two version numbers, first the <var>epoch</var>
3216             of each are compared, then the <var>upstream_version</var> if
3217             <var>epoch</var> is equal, and then <var>debian_revision</var>
3218             if <var>upstream_version</var> is also equal.
3219             <var>epoch</var> is compared numerically.  The
3220             <var>upstream_version</var> and <var>debian_revision</var>
3221             parts are compared by the package management system using the
3222             following algorithm:
3223           </p>
3224
3225           <p>
3226             The strings are compared from left to right.
3227           </p>
3228
3229           <p>
3230             First the initial part of each string consisting entirely of
3231             non-digit characters is determined.  These two parts (one of
3232             which may be empty) are compared lexically.  If a difference
3233             is found it is returned.  The lexical comparison is a
3234             comparison of ASCII values modified so that all the letters
3235             sort earlier than all the non-letters and so that a tilde
3236             sorts before anything, even the end of a part.  For example,
3237             the following parts are in sorted order from earliest to
3238             latest: <tt>~~</tt>, <tt>~~a</tt>, <tt>~</tt>, the empty part,
3239             <tt>a</tt>.<footnote>
3240               One common use of <tt>~</tt> is for upstream pre-releases.
3241               For example, <tt>1.0~beta1~svn1245</tt> sorts earlier than
3242               <tt>1.0~beta1</tt>, which sorts earlier than <tt>1.0</tt>.
3243             </footnote>
3244           </p>
3245
3246           <p>
3247             Then the initial part of the remainder of each string which
3248             consists entirely of digit characters is determined.  The
3249             numerical values of these two parts are compared, and any
3250             difference found is returned as the result of the comparison.
3251             For these purposes an empty string (which can only occur at
3252             the end of one or both version strings being compared) counts
3253             as zero.
3254           </p>
3255
3256           <p>
3257             These two steps (comparing and removing initial non-digit
3258             strings and initial digit strings) are repeated until a
3259             difference is found or both strings are exhausted.
3260           </p>
3261
3262           <p>
3263             Note that the purpose of epochs is to allow us to leave behind
3264             mistakes in version numbering, and to cope with situations
3265             where the version numbering scheme changes.  It is
3266             <em>not</em> intended to cope with version numbers containing
3267             strings of letters which the package management system cannot
3268             interpret (such as <tt>ALPHA</tt> or <tt>pre-</tt>), or with
3269             silly orderings.<footnote>
3270               The author of this manual has heard of a package whose
3271               versions went <tt>1.1</tt>, <tt>1.2</tt>, <tt>1.3</tt>,
3272               <tt>1</tt>, <tt>2.1</tt>, <tt>2.2</tt>, <tt>2</tt> and so
3273               forth.
3274             </footnote>
3275           </p>
3276         </sect1>
3277
3278         <sect1 id="f-Description">
3279           <heading><tt>Description</tt></heading>
3280
3281           <p>
3282             In a source or binary control file, the <tt>Description</tt>
3283             field contains a description of the binary package, consisting
3284             of two parts, the synopsis or the short description, and the
3285             long description.  It is a multiline field with the following
3286             format:
3287           </p>
3288
3289           <p>
3290 <example>
3291         Description: &lt;single line synopsis&gt;
3292          &lt;extended description over several lines&gt;
3293 </example>
3294           </p>
3295
3296           <p>
3297             The lines in the extended description can have these formats:
3298           </p>
3299
3300           <p><list>
3301
3302             <item>
3303               Those starting with a single space are part of a paragraph.
3304               Successive lines of this form will be word-wrapped when
3305               displayed. The leading space will usually be stripped off.
3306               The line must contain at least one non-whitespace character.
3307             </item>
3308
3309             <item>
3310               Those starting with two or more spaces. These will be
3311               displayed verbatim. If the display cannot be panned
3312               horizontally, the displaying program will line wrap them "hard"
3313               (i.e., without taking account of word breaks). If it can they
3314               will be allowed to trail off to the right. None, one or two
3315               initial spaces may be deleted, but the number of spaces
3316               deleted from each line will be the same (so that you can have
3317               indenting work correctly, for example).  The line must
3318               contain at least one non-whitespace character.
3319             </item>
3320
3321             <item>
3322               Those containing a single space followed by a single full stop
3323               character. These are rendered as blank lines. This is the
3324               <em>only</em> way to get a blank line<footnote>
3325                 Completely empty lines will not be rendered as blank lines.
3326                 Instead, they will cause the parser to think you're starting
3327                 a whole new record in the control file, and will therefore
3328                 likely abort with an error.
3329               </footnote>.
3330             </item>
3331
3332             <item>
3333               Those containing a space, a full stop and some more characters.
3334               These are for future expansion. Do not use them.
3335             </item>
3336
3337           </list></p>
3338
3339           <p>
3340             Do not use tab characters.  Their effect is not predictable.
3341           </p>
3342
3343           <p>
3344             See <ref id="descriptions"> for further information on this.
3345           </p>
3346
3347           <p>
3348             In a <file>.changes</file> file, the <tt>Description</tt>
3349             field contains a summary of the descriptions for the packages
3350             being uploaded.  For this case, the first line of the field
3351             value (the part on the same line as <tt>Description:</tt>) is
3352             always empty.  It is a multiline field, with one
3353             line per package.  Each line is
3354             indented by one space and contains the name of a binary
3355             package, a space, a hyphen (<tt>-</tt>), a space, and the
3356             short description line from that package.
3357           </p>
3358         </sect1>
3359
3360         <sect1 id="f-Distribution">
3361           <heading><tt>Distribution</tt></heading>
3362
3363           <p>
3364             In a <file>.changes</file> file or parsed changelog output
3365             this contains the (space-separated) name(s) of the
3366             distribution(s) where this version of the package should
3367             be installed.  Valid distributions are determined by the
3368             archive maintainers.<footnote>
3369               Example distribution names in the Debian archive used in
3370               <file>.changes</file> files are:
3371                 <taglist compact="compact">
3372                   <tag><em>unstable</em></tag>
3373                   <item>
3374                     This distribution value refers to the
3375                     <em>developmental</em> part of the Debian distribution
3376                     tree.  Most new packages, new upstream versions of
3377                     packages and bug fixes go into the <em>unstable</em>
3378                     directory tree.
3379                   </item>
3380
3381                   <tag><em>experimental</em></tag>
3382                   <item>
3383                     The packages with this distribution value are deemed
3384                     by their maintainers to be high risk.  Oftentimes they
3385                     represent early beta or developmental packages from
3386                     various sources that the maintainers want people to
3387                     try, but are not ready to be a part of the other parts
3388                     of the Debian distribution tree.
3389                   </item>
3390                 </taglist>
3391
3392                 <p>
3393                   Others are used for updating stable releases or for
3394                   security uploads.  More information is available in the
3395                   Debian Developer's Reference, section "The Debian
3396                   archive".
3397                 </p>
3398             </footnote>
3399             The Debian archive software only supports listing a single
3400             distribution.  Migration of packages to other distributions is
3401             handled outside of the upload process.
3402           </p>
3403         </sect1>
3404
3405         <sect1 id="f-Date">
3406           <heading><tt>Date</tt></heading>
3407
3408           <p>
3409             This field includes the date the package was built or last
3410             edited.  It must be in the same format as the <var>date</var>
3411             in a <file>debian/changelog</file> entry.
3412           </p>
3413
3414           <p>
3415             The value of this field is usually extracted from the
3416             <file>debian/changelog</file> file - see
3417             <ref id="dpkgchangelog">).
3418           </p>
3419         </sect1>
3420
3421         <sect1 id="f-Format">
3422           <heading><tt>Format</tt></heading>
3423
3424           <p>
3425             In <qref id="debianchangesfiles"><file>.changes</file></qref>
3426             files, this field declares the format version of that file.
3427             The syntax of the field value is the same as that of
3428             a <qref id="f-Version">package version number</qref> except
3429             that no epoch or Debian revision is allowed.  The format
3430             described in this document is <tt>&changesversion;</tt>.
3431           </p>
3432
3433           <p>
3434             In <qref id="debiansourcecontrolfiles"><file>.dsc</file>
3435             Debian source control</qref> files, this field declares the
3436             format of the source package.  The field value is used by
3437             programs acting on a source package to interpret the list of
3438             files in the source package and determine how to unpack it.
3439             The syntax of the field value is a numeric major revision, a
3440             period, a numeric minor revision, and then an optional subtype
3441             after whitespace, which if specified is an alphanumeric word
3442             in parentheses.  The subtype is optional in the syntax but may
3443             be mandatory for particular source format revisions.
3444             <footnote>
3445               The source formats currently supported by the Debian archive
3446               software are <tt>1.0</tt>, <tt>3.0 (native)</tt>,
3447               and <tt>3.0 (quilt)</tt>.
3448             </footnote>
3449           </p>
3450         </sect1>
3451
3452         <sect1 id="f-Urgency">
3453           <heading><tt>Urgency</tt></heading>
3454
3455           <p>
3456             This is a description of how important it is to upgrade to
3457             this version from previous ones.  It consists of a single
3458             keyword taking one of the values <tt>low</tt>,
3459             <tt>medium</tt>, <tt>high</tt>, <tt>emergency</tt>, or
3460             <tt>critical</tt><footnote>
3461               Other urgency values are supported with configuration
3462               changes in the archive software but are not used in Debian.
3463               The urgency affects how quickly a package will be considered
3464               for inclusion into the <tt>testing</tt> distribution and
3465               gives an indication of the importance of any fixes included
3466               in the upload.  <tt>Emergency</tt> and <tt>critical</tt> are
3467               treated as synonymous.
3468             </footnote> (not case-sensitive) followed by an optional
3469             commentary (separated by a space) which is usually in
3470             parentheses.  For example:
3471
3472             <example>
3473   Urgency: low (HIGH for users of diversions)
3474             </example>
3475
3476           </p>
3477
3478           <p>
3479             The value of this field is usually extracted from the
3480             <file>debian/changelog</file> file - see
3481             <ref id="dpkgchangelog">.
3482           </p>
3483         </sect1>
3484
3485         <sect1 id="f-Changes">
3486           <heading><tt>Changes</tt></heading>
3487
3488           <p>
3489             This multiline field contains the human-readable changes data, describing
3490             the differences between the last version and the current one.
3491           </p>
3492
3493           <p>
3494             The first line of the field value (the part on the same line
3495             as <tt>Changes:</tt>) is always empty.  The content of the
3496             field is expressed as continuation lines, with each line
3497             indented by at least one space.  Blank lines must be
3498             represented by a line consisting only of a space and a full
3499             stop (<tt>.</tt>).
3500           </p>
3501
3502           <p>
3503             The value of this field is usually extracted from the
3504             <file>debian/changelog</file> file - see
3505             <ref id="dpkgchangelog">).
3506           </p>
3507
3508           <p>
3509             Each version's change information should be preceded by a
3510             "title" line giving at least the version, distribution(s)
3511             and urgency, in a human-readable way.
3512           </p>
3513
3514           <p>
3515             If data from several versions is being returned the entry
3516             for the most recent version should be returned first, and
3517             entries should be separated by the representation of a
3518             blank line (the "title" line may also be followed by the
3519             representation of a blank line).
3520           </p>
3521         </sect1>
3522
3523         <sect1 id="f-Binary">
3524           <heading><tt>Binary</tt></heading>
3525
3526           <p>
3527             This folded field is a list of binary packages.  Its syntax and
3528             meaning varies depending on the control file in which it
3529             appears.
3530           </p>
3531
3532           <p>
3533             When it appears in the <file>.dsc</file> file, it lists binary
3534             packages which a source package can produce, separated by
3535             commas<footnote>
3536                 A space after each comma is conventional.
3537             </footnote>.  The source package
3538             does not necessarily produce all of these binary packages for
3539             every architecture.  The source control file doesn't contain
3540             details of which architectures are appropriate for which of
3541             the binary packages.
3542           </p>
3543
3544           <p>
3545             When it appears in a <file>.changes</file> file, it lists the
3546             names of the binary packages being uploaded, separated by
3547             whitespace (not commas).
3548           </p>
3549         </sect1>
3550
3551         <sect1 id="f-Installed-Size">
3552           <heading><tt>Installed-Size</tt></heading>
3553
3554           <p>
3555             This field appears in the control files of binary packages,
3556             and in the <file>Packages</file> files.  It gives an estimate
3557             of the total amount of disk space required to install the
3558             named package.  Actual installed size may vary based on block
3559             size, file system properties, or actions taken by package
3560             maintainer scripts.
3561           </p>
3562
3563           <p>
3564             The disk space is given as the integer value of the estimated
3565             installed size in bytes, divided by 1024 and rounded up.
3566           </p>
3567         </sect1>
3568
3569         <sect1 id="f-Files">
3570           <heading><tt>Files</tt></heading>
3571
3572           <p>
3573             This field contains a list of files with information about
3574             each one.  The exact information and syntax varies with
3575             the context.
3576           </p>
3577
3578           <p>
3579             In all cases, Files is a multiline field.  The first line of
3580             the field value (the part on the same line as <tt>Files:</tt>)
3581             is always empty.  The content of the field is expressed as
3582             continuation lines, one line per file.  Each line must be
3583             indented by one space and contain a number of sub-fields,
3584             separated by spaces, as described below.
3585           </p>
3586
3587           <p>
3588             In the <file>.dsc</file> file, each line contains the MD5
3589             checksum, size and filename of the tar file and (if
3590             applicable) diff file which make up the remainder of the
3591             source package<footnote>
3592               That is, the parts which are not the <tt>.dsc</tt>.
3593             </footnote>.  For example:
3594             <example>
3595 Files:
3596  c6f698f19f2a2aa07dbb9bbda90a2754 571925 example_1.2.orig.tar.gz
3597  938512f08422f3509ff36f125f5873ba 6220 example_1.2-1.diff.gz
3598             </example>
3599             The exact forms of the filenames are described
3600             in <ref id="pkg-sourcearchives">.
3601           </p>
3602
3603           <p>
3604             In the <file>.changes</file> file this contains one line per
3605             file being uploaded.  Each line contains the MD5 checksum,
3606             size, section and priority and the filename.  For example:
3607             <example>
3608 Files:
3609  4c31ab7bfc40d3cf49d7811987390357 1428 text extra example_1.2-1.dsc
3610  c6f698f19f2a2aa07dbb9bbda90a2754 571925 text extra example_1.2.orig.tar.gz
3611  938512f08422f3509ff36f125f5873ba 6220 text extra example_1.2-1.diff.gz
3612  7c98fe853b3bbb47a00e5cd129b6cb56 703542 text extra example_1.2-1_i386.deb
3613             </example>
3614             The <qref id="f-Section">section</qref>
3615             and <qref id="f-Priority">priority</qref> are the values of
3616             the corresponding fields in the main source control file.  If
3617             no section or priority is specified then <tt>-</tt> should be
3618             used, though section and priority values must be specified for
3619             new packages to be installed properly.
3620           </p>
3621
3622           <p>
3623             The special value <tt>byhand</tt> for the section in a
3624             <tt>.changes</tt> file indicates that the file in question
3625             is not an ordinary package file and must by installed by
3626             hand by the distribution maintainers.  If the section is
3627             <tt>byhand</tt> the priority should be <tt>-</tt>.
3628           </p>
3629
3630           <p>
3631             If a new Debian revision of a package is being shipped and
3632             no new original source archive is being distributed the
3633             <tt>.dsc</tt> must still contain the <tt>Files</tt> field
3634             entry for the original source archive
3635             <file><var>package</var>_<var>upstream-version</var>.orig.tar.gz</file>,
3636             but the <file>.changes</file> file should leave it out.  In
3637             this case the original source archive on the distribution
3638             site must match exactly, byte-for-byte, the original
3639             source archive which was used to generate the
3640             <file>.dsc</file> file and diff which are being uploaded.</p>
3641         </sect1>
3642
3643         <sect1 id="f-Closes">
3644           <heading><tt>Closes</tt></heading>
3645
3646           <p>
3647             A space-separated list of bug report numbers that the upload
3648             governed by the .changes file closes.
3649           </p>
3650         </sect1>
3651
3652         <sect1 id="f-Homepage">
3653           <heading><tt>Homepage</tt></heading>
3654
3655           <p>
3656             The URL of the web site for this package, preferably (when
3657             applicable) the site from which the original source can be
3658             obtained and any additional upstream documentation or
3659             information may be found.  The content of this field is a
3660             simple URL without any surrounding characters such as
3661             <tt>&lt;&gt;</tt>.
3662           </p>
3663         </sect1>
3664
3665         <sect1 id="f-Checksums">
3666           <heading><tt>Checksums-Sha1</tt>
3667             and <tt>Checksums-Sha256</tt></heading>
3668
3669           <p>
3670             These multiline fields contain a list of files with a checksum and size
3671             for each one.  Both <tt>Checksums-Sha1</tt>
3672             and <tt>Checksums-Sha256</tt> have the same syntax and differ
3673             only in the checksum algorithm used: SHA-1
3674             for <tt>Checksums-Sha1</tt> and SHA-256
3675             for <tt>Checksums-Sha256</tt>.
3676           </p>
3677
3678           <p>
3679             <tt>Checksums-Sha1</tt> and <tt>Checksums-Sha256</tt> are
3680             multiline fields.  The first line of the field value (the part
3681             on the same line as <tt>Checksums-Sha1:</tt>
3682             or <tt>Checksums-Sha256:</tt>) is always empty.  The content
3683             of the field is expressed as continuation lines, one line per
3684             file.  Each line consists of the checksum, a space, the file
3685             size, a space, and the file name.  For example (from
3686             a <file>.changes</file> file):
3687             <example>
3688 Checksums-Sha1:
3689  1f418afaa01464e63cc1ee8a66a05f0848bd155c 1276 example_1.0-1.dsc
3690  a0ed1456fad61116f868b1855530dbe948e20f06 171602 example_1.0.orig.tar.gz
3691  5e86ecf0671e113b63388dac81dd8d00e00ef298 6137 example_1.0-1.debian.tar.gz
3692  71a0ff7da0faaf608481195f9cf30974b142c183 548402 example_1.0-1_i386.deb
3693 Checksums-Sha256:
3694  ac9d57254f7e835bed299926fd51bf6f534597cc3fcc52db01c4bffedae81272 1276 example_1.0-1.dsc
3695  0d123be7f51e61c4bf15e5c492b484054be7e90f3081608a5517007bfb1fd128 171602 example_1.0.orig.tar.gz
3696  f54ae966a5f580571ae7d9ef5e1df0bd42d63e27cb505b27957351a495bc6288 6137 example_1.0-1.debian.tar.gz
3697  3bec05c03974fdecd11d020fc2e8250de8404867a8a2ce865160c250eb723664 548402 example_1.0-1_i386.deb
3698             </example>
3699           </p>
3700
3701           <p>
3702             In the <file>.dsc</file> file, these fields should list all
3703             files that make up the source package.  In
3704             the <file>.changes</file> file, these fields should list all
3705             files being uploaded.  The list of files in these fields
3706             must match the list of files in the <tt>Files</tt> field.
3707           </p>
3708         </sect1>
3709
3710         <sect1 id="f-DM-Upload-Allowed">
3711           <heading><tt>DM-Upload-Allowed</tt></heading>
3712
3713           <p>
3714             The most recent version of a package uploaded to unstable or
3715             experimental must include the field <tt>DM-Upload-Allowed:
3716             yes</tt> in the source section of its source control file for
3717             the Debian archive to accept uploads signed with a key in the
3718             Debian Maintainer keyring.  See the General
3719             Resolution <url id="http://www.debian.org/vote/2007/vote_003"
3720             name="Endorse the concept of Debian Maintainers"> for more
3721             details.
3722           </p>
3723         </sect1>
3724       </sect>
3725
3726       <sect>
3727         <heading>User-defined fields</heading>
3728
3729         <p>
3730           Additional user-defined fields may be added to the
3731           source package control file.  Such fields will be
3732           ignored, and not copied to (for example) binary or
3733           Debian source control files or upload control files.
3734         </p>
3735
3736         <p>
3737           If you wish to add additional unsupported fields to
3738           these output files you should use the mechanism
3739           described here.
3740         </p>
3741
3742         <p>
3743           Fields in the main source control information file with
3744           names starting <tt>X</tt>, followed by one or more of
3745           the letters <tt>BCS</tt> and a hyphen <tt>-</tt>, will
3746           be copied to the output files.  Only the part of the
3747           field name after the hyphen will be used in the output
3748           file.  Where the letter <tt>B</tt> is used the field
3749           will appear in binary package control files, where the
3750           letter <tt>S</tt> is used in Debian source control
3751           files and where <tt>C</tt> is used in upload control
3752           (<tt>.changes</tt>) files.
3753         </p>
3754
3755         <p>
3756           For example, if the main source information control file
3757           contains the field
3758           <example>
3759   XBS-Comment: I stand between the candle and the star.
3760           </example>
3761           then the binary and Debian source control files will contain the
3762           field
3763           <example>
3764   Comment: I stand between the candle and the star.
3765           </example>
3766         </p>
3767
3768       </sect>
3769
3770     </chapt>
3771
3772
3773     <chapt id="maintainerscripts">
3774       <heading>Package maintainer scripts and installation procedure</heading>
3775
3776       <sect>
3777         <heading>Introduction to package maintainer scripts</heading>
3778
3779         <p>
3780           It is possible to supply scripts as part of a package which
3781           the package management system will run for you when your
3782           package is installed, upgraded or removed.
3783         </p>
3784
3785         <p>
3786           These scripts are the control information
3787           files <prgn>preinst</prgn>, <prgn>postinst</prgn>, <prgn>prerm</prgn>
3788           and <prgn>postrm</prgn>.  They must be proper executable files;
3789           if they are scripts (which is recommended), they must start with
3790           the usual <tt>#!</tt> convention.  They should be readable and
3791           executable by anyone, and must not be world-writable.
3792         </p>
3793
3794         <p>
3795           The package management system looks at the exit status from
3796           these scripts.  It is important that they exit with a
3797           non-zero status if there is an error, so that the package
3798           management system can stop its processing.  For shell
3799           scripts this means that you <em>almost always</em> need to
3800           use <tt>set -e</tt> (this is usually true when writing shell
3801           scripts, in fact).  It is also important, of course, that
3802           they exit with a zero status if everything went well.
3803         </p>
3804
3805         <p>
3806           Additionally, packages interacting with users
3807           using <prgn>debconf</prgn> in the <prgn>postinst</prgn> script
3808           should install a <prgn>config</prgn> script as a control
3809           information file.  See <ref id="maintscriptprompt"> for details.
3810         </p>
3811
3812         <p>
3813           When a package is upgraded a combination of the scripts from
3814           the old and new packages is called during the upgrade
3815           procedure.  If your scripts are going to be at all
3816           complicated you need to be aware of this, and may need to
3817           check the arguments to your scripts.
3818         </p>
3819
3820         <p>
3821           Broadly speaking the <prgn>preinst</prgn> is called before
3822           (a particular version of) a package is unpacked, and the
3823           <prgn>postinst</prgn> afterwards; the <prgn>prerm</prgn>
3824           before (a version of) a package is removed and the
3825           <prgn>postrm</prgn> afterwards.
3826         </p>
3827
3828         <p>
3829           Programs called from maintainer scripts should not normally
3830           have a path prepended to them. Before installation is
3831           started, the package management system checks to see if the
3832           programs <prgn>ldconfig</prgn>,
3833           <prgn>start-stop-daemon</prgn>, <prgn>install-info</prgn>,
3834           and <prgn>update-rc.d</prgn> can be found via the
3835           <tt>PATH</tt> environment variable. Those programs, and any
3836           other program that one would expect to be in the
3837           <tt>PATH</tt>, should thus be invoked without an absolute
3838           pathname. Maintainer scripts should also not reset the
3839           <tt>PATH</tt>, though they might choose to modify it by
3840           prepending or appending package-specific directories. These
3841           considerations really apply to all shell scripts.</p>
3842       </sect>
3843
3844       <sect id="idempotency">
3845         <heading>Maintainer scripts idempotency</heading>
3846
3847         <p>
3848           It is necessary for the error recovery procedures that the
3849           scripts be idempotent.  This means that if it is run
3850           successfully, and then it is called again, it doesn't bomb
3851           out or cause any harm, but just ensures that everything is
3852           the way it ought to be.  If the first call failed, or
3853           aborted half way through for some reason, the second call
3854           should merely do the things that were left undone the first
3855           time, if any, and exit with a success status if everything
3856           is OK.<footnote>
3857               This is so that if an error occurs, the user interrupts
3858               <prgn>dpkg</prgn> or some other unforeseen circumstance
3859               happens you don't leave the user with a badly-broken
3860               package when <prgn>dpkg</prgn> attempts to repeat the
3861               action.
3862           </footnote>
3863         </p>
3864       </sect>
3865
3866       <sect id="controllingterminal">
3867         <heading>Controlling terminal for maintainer scripts</heading>
3868
3869         <p>
3870           Maintainer scripts are not guaranteed to run with a controlling
3871           terminal and may not be able to interact with the user.  They
3872           must be able to fall back to noninteractive behavior if no
3873           controlling terminal is available.  Maintainer scripts that
3874           prompt via a program conforming to the Debian Configuration
3875           Management Specification (see <ref id="maintscriptprompt">) may
3876           assume that program will handle falling back to noninteractive
3877           behavior.
3878         </p>
3879
3880         <p>
3881           For high-priority prompts without a reasonable default answer,
3882           maintainer scripts may abort if there is no controlling
3883           terminal.  However, this situation should be avoided if at all
3884           possible, since it prevents automated or unattended installs.
3885           In most cases, users will consider this to be a bug in the
3886           package.
3887         </p>
3888       </sect>
3889
3890       <sect id="exitstatus">
3891         <heading>Exit status</heading>
3892
3893         <p>
3894           Each script must return a zero exit status for
3895           success, or a nonzero one for failure, since the package
3896           management system looks for the exit status of these scripts
3897           and determines what action to take next based on that datum.
3898         </p>
3899       </sect>
3900
3901       <sect id="mscriptsinstact"><heading>Summary of ways maintainer
3902           scripts are called
3903         </heading>
3904
3905         <p>
3906           What follows is a summary of all the ways in which maintainer
3907           scripts may be called along with what facilities those scripts
3908           may rely on being available at that time.  Script names preceded
3909           by <var>new-</var> are the scripts from the new version of a
3910           package being installed, upgraded to, or downgraded to.  Script
3911           names preceded by <var>old-</var> are the scripts from the old
3912           version of a package that is being upgraded from or downgraded
3913           from.
3914         </p>
3915
3916         <p>
3917           The <prgn>preinst</prgn> script may be called in the following
3918           ways:
3919           <taglist>
3920             <tag><var>new-preinst</var> <tt>install</tt></tag>
3921             <tag><var>new-preinst</var> <tt>install</tt>
3922               <var>old-version</var></tag>
3923             <tag><var>new-preinst</var> <tt>upgrade</tt>
3924               <var>old-version</var></tag>
3925             <item>
3926               The package will not yet be unpacked, so
3927               the <prgn>preinst</prgn> script cannot rely on any files
3928               included in its package.  Only essential packages and
3929               pre-dependencies (<tt>Pre-Depends</tt>) may be assumed to be
3930               available.  Pre-dependencies will have been configured at
3931               least once, but at the time the <prgn>preinst</prgn> is
3932               called they may only be in an unpacked or "Half-Configured"
3933               state if a previous version of the pre-dependency was
3934               completely configured and has not been removed since then.
3935             </item>
3936
3937             <tag><var>old-preinst</var> <tt>abort-upgrade</tt>
3938               <var>new-version</var></tag>
3939             <item>
3940               Called during error handling of an upgrade that failed after
3941               unpacking the new package because the <tt>postrm
3942               upgrade</tt> action failed.  The unpacked files may be
3943               partly from the new version or partly missing, so the script
3944               cannot rely on files included in the package.  Package
3945               dependencies may not be available.  Pre-dependencies will be
3946               at least unpacked following the same rules as above, except
3947               they may be only "Half-Installed" if an upgrade of the
3948               pre-dependency failed.<footnote>
3949                 This can happen if the new version of the package no
3950                 longer pre-depends on a package that had been partially
3951                 upgraded.
3952               </footnote>
3953             </item>
3954           </taglist>
3955         </p>
3956
3957         <p>
3958           The <prgn>postinst</prgn> script may be called in the following
3959           ways:
3960           <taglist>
3961             <tag><var>postinst</var> <tt>configure</tt>
3962               <var>most-recently-configured-version</var></tag>
3963             <item>
3964               The files contained in the package will be unpacked.  All
3965               package dependencies will at least be unpacked.  If there
3966               are no circular dependencies involved, all package
3967               dependencies will be configured.  For behavior in the case
3968               of circular dependencies, see the discussion
3969               in <ref id="binarydeps">.
3970             </item>
3971
3972             <tag><var>old-postinst</var> <tt>abort-upgrade</tt>
3973               <var>new-version</var></tag>
3974             <tag><var>conflictor's-postinst</var> <tt>abort-remove</tt>
3975               <tt>in-favour</tt> <var>package</var>
3976               <var>new-version</var></tag>
3977             <tag><var>postinst</var> <tt>abort-remove</tt></tag>
3978             <tag><var>deconfigured's-postinst</var>
3979               <tt>abort-deconfigure</tt> <tt>in-favour</tt>
3980               <var>failed-install-package</var> <var>version</var>
3981               [<tt>removing</tt> <var>conflicting-package</var>
3982               <var>version</var>]</tag>
3983             <item>
3984               The files contained in the package will be unpacked.  All
3985               package dependencies will at least be "Half-Installed" and
3986               will have previously been configured and not removed.
3987               However, dependencies may not be configured or even fully
3988               unpacked in some error situations.<footnote>
3989                 For example, suppose packages foo and bar are installed
3990                 with foo depending on bar.  If an upgrade of bar were
3991                 started and then aborted, and then an attempt to remove
3992                 foo failed because its <prgn>prerm</prgn> script failed,
3993                 foo's <tt>postinst abort-remove</tt> would be called with
3994                 bar only "Half-Installed".
3995               </footnote>
3996               The <prgn>postinst</prgn> should still attempt any actions
3997               for which its dependencies are required, since they will
3998               normally be available, but consider the correct error
3999               handling approach if those actions fail.  Aborting
4000               the <prgn>postinst</prgn> action if commands or facilities
4001               from the package dependencies are not available is often the
4002               best approach.
4003             </item>
4004           </taglist>
4005         </p>
4006
4007         <p>
4008           The <prgn>prerm</prgn> script may be called in the following
4009           ways:
4010           <taglist>
4011             <tag><var>prerm</var> <tt>remove</tt></tag>
4012             <tag><var>old-prerm</var>
4013               <tt>upgrade</tt><var>new-version</var></tag>
4014             <tag><var>conflictor's-prerm</var> <tt>remove</tt>
4015               <tt>in-favour</tt> <var>package</var>
4016               <var>new-version</var></tag>
4017             <tag><var>deconfigured's-prerm</var> <tt>deconfigure</tt>
4018               <tt>in-favour</tt> <var>package-being-installed</var>
4019               <var>version</var> [<tt>removing</tt>
4020               <var>conflicting-package</var> <var>version</var>]</tag>
4021             <item>
4022               The package whose <prgn>prerm</prgn> is being called will be
4023               at least "Half-Installed".  All package dependencies will at
4024               least be "Half-Installed" and will have previously been
4025               configured and not removed.  If there was no error, all
4026               dependencies will at least be unpacked, but these actions
4027               may be called in various error states where dependencies are
4028               only "Half-Installed" due to a partial upgrade.
4029             </item>
4030
4031             <tag><var>new-prerm</var> <tt>failed-upgrade</tt>
4032               <var>old-version</var></tag>
4033             <item>
4034               Called during error handling when <tt>prerm upgrade</tt>
4035               fails.  The new package will not yet be unpacked, and all
4036               the same constraints as for <tt>preinst upgrade</tt> apply.
4037             </item>
4038           </taglist>
4039         </p>
4040
4041         <p>
4042           The <prgn>postrm</prgn> script may be called in the following
4043           ways:
4044           <taglist>
4045             <tag><var>postrm</var> <tt>remove</tt></tag>
4046             <tag><var>postrm</var> <tt>purge</tt></tag>
4047             <tag><var>old-postrm</var> <tt>upgrade</tt>
4048               <var>new-version</var></tag>
4049             <tag><var>disappearer's-postrm</var> <tt>disappear</tt>
4050                 <var>overwriter</var> <var>overwriter-version</var></tag>
4051             <item>
4052               The <prgn>postrm</prgn> script is called after the package's
4053               files have been removed or replaced.  The package
4054               whose <prgn>postrm</prgn> is being called may have
4055               previously been deconfigured and only be unpacked, at which
4056               point subsequent package changes do not consider its
4057               dependencies.  Therefore, all <prgn>postrm</prgn> actions
4058               may only rely on essential packages and must gracefully skip
4059               any actions that require the package's dependencies if those
4060               dependencies are unavailable.<footnote>
4061                 This is often done by checking whether the command or
4062                 facility the <prgn>postrm</prgn> intends to call is
4063                 available before calling it.  For example:
4064 <example>
4065 if [ "$1" = purge ] && [ -e /usr/share/debconf/confmodule ]; then
4066         . /usr/share/debconf/confmodule
4067         db_purge
4068 fi
4069 </example>
4070                 in <prgn>postrm</prgn> purges the <prgn>debconf</prgn>
4071                 configuration for the package
4072                 if <package>debconf</package> is installed.
4073               </footnote>
4074             </item>
4075
4076             <tag><var>new-postrm</var> <tt>failed-upgrade</tt>
4077               <var>old-version</var></tag>
4078             <item>
4079               Called when the old <tt>postrm upgrade</tt> action fails.
4080               The new package will be unpacked, but only essential
4081               packages and pre-dependencies can be relied on.
4082               Pre-dependencies will either be configured or will be
4083               "Unpacked" or "Half-Configured" but previously had been
4084               configured and was never removed.
4085             </item>
4086
4087             <tag><var>new-postrm</var> <tt>abort-install</tt></tag>
4088             <tag><var>new-postrm</var> <tt>abort-install</tt>
4089               <var>old-version</var></tag>
4090             <tag><var>new-postrm</var> <tt>abort-upgrade</tt>
4091               <var>old-version</var></tag>
4092             <item>
4093               Called before unpacking the new package as part of the
4094               error handling of <prgn>preinst</prgn> failures.  May assume
4095               the same state as <prgn>preinst</prgn> can assume.
4096             </item>
4097           </taglist>
4098         </p>
4099       </sect>
4100
4101       <sect id="unpackphase">
4102         <heading>Details of unpack phase of installation or upgrade</heading>
4103
4104         <p>
4105           The procedure on installation/upgrade/overwrite/disappear
4106           (i.e., when running <tt>dpkg --unpack</tt>, or the unpack
4107           stage of <tt>dpkg --install</tt>) is as follows.  In each
4108           case, if a major error occurs (unless listed below) the
4109           actions are, in general, run backwards - this means that the
4110           maintainer scripts are run with different arguments in
4111           reverse order.  These are the "error unwind" calls listed
4112           below.
4113
4114           <enumlist>
4115             <item>
4116                 <enumlist>
4117                   <item>
4118                       If a version of the package is already installed, call
4119                       <example compact="compact">
4120 <var>old-prerm</var> upgrade <var>new-version</var>
4121                       </example>
4122                   </item>
4123                   <item>
4124                       If the script runs but exits with a non-zero
4125                       exit status, <prgn>dpkg</prgn> will attempt:
4126                       <example compact="compact">
4127 <var>new-prerm</var> failed-upgrade <var>old-version</var>
4128                       </example>
4129                       If this works, the upgrade continues. If this
4130                       does not work, the error unwind:
4131                       <example compact="compact">
4132 <var>old-postinst</var> abort-upgrade <var>new-version</var>
4133                       </example>
4134                       If this works, then the old-version is
4135                       "Installed", if not, the old version is in a
4136                       "Half-Configured" state.
4137                   </item>
4138                 </enumlist>
4139             </item>
4140
4141             <item>
4142                 If a "conflicting" package is being removed at the same time,
4143                 or if any package will be broken (due to <tt>Breaks</tt>):
4144                 <enumlist>
4145                   <item>
4146                       If <tt>--auto-deconfigure</tt> is
4147                       specified, call, for each package to be deconfigured
4148                       due to <tt>Breaks</tt>:
4149                       <example compact="compact">
4150 <var>deconfigured's-prerm</var> deconfigure \
4151   in-favour <var>package-being-installed</var> <var>version</var>
4152                       </example>
4153                       Error unwind:
4154                       <example compact="compact">
4155 <var>deconfigured's-postinst</var> abort-deconfigure \
4156   in-favour <var>package-being-installed-but-failed</var> <var>version</var>
4157                       </example>
4158                       The deconfigured packages are marked as
4159                       requiring configuration, so that if
4160                       <tt>--install</tt> is used they will be
4161                       configured again if possible.
4162                   </item>
4163                   <item>
4164                       If any packages depended on a conflicting
4165                       package being removed and <tt>--auto-deconfigure</tt> is
4166                       specified, call, for each such package:
4167                       <example compact="compact">
4168 <var>deconfigured's-prerm</var> deconfigure \
4169   in-favour <var>package-being-installed</var> <var>version</var> \
4170     removing <var>conflicting-package</var> <var>version</var>
4171                       </example>
4172                       Error unwind:
4173                       <example compact="compact">
4174 <var>deconfigured's-postinst</var> abort-deconfigure \
4175   in-favour <var>package-being-installed-but-failed</var> <var>version</var> \
4176     removing <var>conflicting-package</var> <var>version</var>
4177                       </example>
4178                       The deconfigured packages are marked as
4179                       requiring configuration, so that if
4180                       <tt>--install</tt> is used they will be
4181                       configured again if possible.
4182                   </item>
4183                   <item>
4184                       To prepare for removal of each conflicting package, call:
4185                       <example compact="compact">
4186 <var>conflictor's-prerm</var> remove \
4187   in-favour <var>package</var> <var>new-version</var>
4188                       </example>
4189                       Error unwind:
4190                       <example compact="compact">
4191 <var>conflictor's-postinst</var> abort-remove \
4192   in-favour <var>package</var> <var>new-version</var>
4193                       </example>
4194                   </item>
4195                 </enumlist>
4196             </item>
4197
4198             <item>
4199                 <enumlist>
4200                   <item>
4201                       If the package is being upgraded, call:
4202                       <example compact="compact">
4203 <var>new-preinst</var> upgrade <var>old-version</var>
4204                       </example>
4205                       If this fails, we call:
4206                       <example>
4207 <var>new-postrm</var> abort-upgrade <var>old-version</var>
4208                       </example>
4209                       <enumlist>
4210                         <item>
4211                           <p>
4212                             If that works, then
4213                             <example>
4214 <var>old-postinst</var> abort-upgrade <var>new-version</var>
4215                             </example>
4216                             is called. If this works, then the old version
4217                             is in an "Installed" state, or else it is left
4218                             in an "Unpacked" state.
4219                           </p>
4220                         </item>
4221                         <item>
4222                           <p>
4223                             If it fails, then the old version is left
4224                             in an "Half-Installed" state.
4225                           </p>
4226                         </item>
4227                       </enumlist>
4228                       
4229                   </item>
4230                   <item>
4231                       Otherwise, if the package had some configuration
4232                       files from a previous version installed (i.e., it
4233                       is in the "configuration files only" state):
4234                       <example compact="compact">
4235 <var>new-preinst</var> install <var>old-version</var>
4236                       </example>
4237                       Error unwind:
4238                       <example>
4239 <var>new-postrm</var> abort-install <var>old-version</var>
4240                       </example>
4241                       If this fails, the package is left in a
4242                       "Half-Installed" state, which requires a
4243                       reinstall. If it works, the packages is left in
4244                       a "Config-Files" state.
4245                   </item>
4246                   <item>
4247                       Otherwise (i.e., the package was completely purged):
4248                       <example compact="compact">
4249 <var>new-preinst</var> install
4250                       </example>
4251                       Error unwind:
4252                       <example compact="compact">
4253 <var>new-postrm</var> abort-install
4254                       </example>
4255                       If the error-unwind fails, the package is in a
4256                       "Half-Installed" phase, and requires a
4257                       reinstall. If the error unwind works, the
4258                       package is in a not installed state.
4259                   </item>
4260                 </enumlist>
4261             </item>
4262
4263             <item>
4264               <p>
4265                 The new package's files are unpacked, overwriting any
4266                 that may be on the system already, for example any
4267                 from the old version of the same package or from
4268                 another package.  Backups of the old files are kept
4269                 temporarily, and if anything goes wrong the package
4270                 management system will attempt to put them back as
4271                 part of the error unwind.
4272               </p>
4273
4274               <p>
4275                 It is an error for a package to contain files which
4276                 are on the system in another package, unless
4277                 <tt>Replaces</tt> is used (see <ref id="replaces">).
4278                 <!--
4279                 The following paragraph is not currently the case:
4280                 Currently the <tt>- - force-overwrite</tt> flag is
4281                 enabled, downgrading it to a warning, but this may not
4282                 always be the case.
4283                 -->
4284               </p>
4285
4286               <p>
4287                 It is a more serious error for a package to contain a
4288                 plain file or other kind of non-directory where another
4289                 package has a directory (again, unless
4290                 <tt>Replaces</tt> is used).  This error can be
4291                 overridden if desired using
4292                 <tt>--force-overwrite-dir</tt>, but this is not
4293                 advisable.
4294               </p>
4295
4296               <p>
4297                 Packages which overwrite each other's files produce
4298                 behavior which, though deterministic, is hard for the
4299                 system administrator to understand.  It can easily
4300                 lead to "missing" programs if, for example, a package
4301                 is unpacked which overwrites a file from another
4302                 package, and is then removed again.<footnote>
4303                     Part of the problem is due to what is arguably a
4304                     bug in <prgn>dpkg</prgn>.
4305                 </footnote>
4306               </p>
4307
4308               <p>
4309                 A directory will never be replaced by a symbolic link
4310                 to a directory or vice versa; instead, the existing
4311                 state (symlink or not) will be left alone and
4312                 <prgn>dpkg</prgn> will follow the symlink if there is
4313                 one.
4314               </p>
4315             </item>
4316
4317             <item>
4318               <p>
4319                 <enumlist>
4320                   <item>
4321                       If the package is being upgraded, call
4322                       <example compact="compact">
4323 <var>old-postrm</var> upgrade <var>new-version</var>
4324                       </example>
4325                   </item>
4326                   <item>
4327                       If this fails, <prgn>dpkg</prgn> will attempt:
4328                       <example compact="compact">
4329 <var>new-postrm</var> failed-upgrade <var>old-version</var>
4330                       </example>
4331                       If this works, installation continues. If not, 
4332                       Error unwind:
4333                       <example compact="compact">
4334 <var>old-preinst</var> abort-upgrade <var>new-version</var>
4335                       </example>
4336                       If this fails, the old version is left in a
4337                       "Half-Installed" state. If it works, dpkg now
4338                       calls:
4339                       <example compact="compact">
4340 <var>new-postrm</var> abort-upgrade <var>old-version</var>
4341                       </example>
4342                       If this fails, the old version is left in a
4343                       "Half-Installed" state. If it works, dpkg now
4344                       calls:
4345                       <example compact="compact">
4346 <var>old-postinst</var> abort-upgrade <var>new-version</var>
4347                       </example>
4348                       If this fails, the old version is in an
4349                       "Unpacked" state.
4350                   </item>
4351                 </enumlist>
4352               </p>
4353
4354               <p>
4355                 This is the point of no return - if
4356                 <prgn>dpkg</prgn> gets this far, it won't back off
4357                 past this point if an error occurs.  This will
4358                 leave the package in a fairly bad state, which
4359                 will require a successful re-installation to clear
4360                 up, but it's when <prgn>dpkg</prgn> starts doing
4361                 things that are irreversible.
4362               </p>
4363             </item>
4364
4365             <item>
4366                 Any files which were in the old version of the package
4367                 but not in the new are removed.
4368             </item>
4369
4370             <item>
4371                 The new file list replaces the old.
4372             </item>
4373
4374             <item>
4375                 The new maintainer scripts replace the old.
4376             </item>
4377
4378             <item>
4379                 Any packages all of whose files have been overwritten
4380                 during the installation, and which aren't required for
4381                 dependencies, are considered to have been removed.
4382                 For each such package
4383                 <enumlist>
4384                   <item>
4385                       <prgn>dpkg</prgn> calls:
4386                       <example compact="compact">
4387 <var>disappearer's-postrm</var> disappear \
4388   <var>overwriter</var> <var>overwriter-version</var>
4389                       </example>
4390                   </item>
4391                   <item>
4392                       The package's maintainer scripts are removed.
4393                   </item>
4394                   <item>
4395                       It is noted in the status database as being in a
4396                       sane state, namely not installed (any conffiles
4397                       it may have are ignored, rather than being
4398                       removed by <prgn>dpkg</prgn>).  Note that
4399                       disappearing packages do not have their prerm
4400                       called, because <prgn>dpkg</prgn> doesn't know
4401                       in advance that the package is going to
4402                       vanish.
4403                   </item>
4404                 </enumlist>
4405             </item>
4406
4407             <item>
4408                 Any files in the package we're unpacking that are also
4409                 listed in the file lists of other packages are removed
4410                 from those lists.  (This will lobotomize the file list
4411                 of the "conflicting" package if there is one.)
4412             </item>
4413
4414             <item>
4415                 The backup files made during installation, above, are
4416                 deleted.
4417             </item>
4418
4419             <item>
4420               <p>
4421                 The new package's status is now sane, and recorded as
4422                 "unpacked".
4423               </p>
4424
4425               <p>
4426                 Here is another point of no return - if the
4427                 conflicting package's removal fails we do not unwind
4428                 the rest of the installation; the conflicting package
4429                 is left in a half-removed limbo.
4430               </p>
4431             </item>
4432
4433             <item>
4434                 If there was a conflicting package we go and do the
4435                 removal actions (described below), starting with the
4436                 removal of the conflicting package's files (any that
4437                 are also in the package being unpacked have already
4438                 been removed from the conflicting package's file list,
4439                 and so do not get removed now).
4440             </item>
4441           </enumlist>
4442         </p>
4443       </sect>
4444
4445       <sect id="configdetails"><heading>Details of configuration</heading>
4446
4447         <p>
4448           When we configure a package (this happens with <tt>dpkg
4449             --install</tt> and <tt>dpkg --configure</tt>), we first
4450           update any <tt>conffile</tt>s and then call:
4451           <example compact="compact">
4452 <var>postinst</var> configure <var>most-recently-configured-version</var>
4453           </example>
4454         </p>
4455
4456         <p>
4457           No attempt is made to unwind after errors during
4458           configuration. If the configuration fails, the package is in
4459           a "Failed Config" state, and an error message is generated.
4460         </p>
4461
4462         <p>
4463           If there is no most recently configured version
4464           <prgn>dpkg</prgn> will pass a null argument.
4465           <footnote>
4466             <p>
4467               Historical note: Truly ancient (pre-1997) versions of
4468               <prgn>dpkg</prgn> passed <tt>&lt;unknown&gt;</tt>
4469               (including the angle brackets) in this case.  Even older
4470               ones did not pass a second argument at all, under any
4471               circumstance.  Note that upgrades using such an old dpkg
4472               version are unlikely to work for other reasons, even if
4473               this old argument behavior is handled by your postinst script.
4474             </p>
4475           </footnote>     
4476         </p>
4477       </sect>
4478
4479       <sect id="removedetails"><heading>Details of removal and/or
4480       configuration purging</heading>
4481
4482         <p>
4483           <enumlist>
4484             <item>
4485               <p>
4486                 <example compact="compact">
4487 <var>prerm</var> remove
4488                 </example>
4489               </p>
4490               <p>
4491                 If prerm fails during replacement due to conflict
4492                 <example>
4493 <var>conflictor's-postinst</var> abort-remove \
4494   in-favour <var>package</var> <var>new-version</var>
4495                 </example>
4496                 Or else we call:
4497                 <example>
4498 <var>postinst</var> abort-remove
4499                 </example>
4500               </p>
4501               <p>
4502                 If this fails, the package is in a "Half-Configured"
4503                 state, or else it remains "Installed".
4504               </p>
4505             </item>
4506             <item>
4507                 The package's files are removed (except <tt>conffile</tt>s).
4508             </item>
4509             <item>
4510                 <example compact="compact">
4511 <var>postrm</var> remove
4512                 </example>
4513
4514               <p>
4515                 If it fails, there's no error unwind, and the package is in
4516                 an "Half-Installed" state.
4517               </p>
4518             </item>
4519             <item>
4520               <p>
4521                 All the maintainer scripts except the <prgn>postrm</prgn>
4522                 are removed.
4523               </p>
4524
4525               <p>
4526                 If we aren't purging the package we stop here.  Note
4527                 that packages which have no <prgn>postrm</prgn> and no
4528                 <tt>conffile</tt>s are automatically purged when
4529                 removed, as there is no difference except for the
4530                 <prgn>dpkg</prgn> status.
4531               </p>
4532             </item>
4533             <item>
4534                 The <tt>conffile</tt>s and any backup files
4535                 (<tt>~</tt>-files, <tt>#*#</tt> files,
4536                 <tt>%</tt>-files, <tt>.dpkg-{old,new,tmp}</tt>, etc.)
4537                 are removed.
4538             </item>
4539             <item>
4540               <p>
4541                 <example compact="compact">
4542 <var>postrm</var> purge
4543                 </example>
4544               </p>
4545               <p>
4546                 If this fails, the package remains in a "Config-Files"
4547                 state.
4548               </p>
4549             </item>
4550             <item>
4551                 The package's file list is removed.
4552             </item>
4553           </enumlist>
4554
4555         </p>
4556       </sect>
4557     </chapt>
4558
4559
4560     <chapt id="relationships">
4561       <heading>Declaring relationships between packages</heading>
4562
4563       <sect id="depsyntax">
4564         <heading>Syntax of relationship fields</heading>
4565
4566         <p>
4567           These fields all have a uniform syntax.  They are a list of
4568           package names separated by commas.
4569         </p>
4570
4571         <p>
4572           In the <tt>Depends</tt>, <tt>Recommends</tt>,
4573           <tt>Suggests</tt>, <tt>Pre-Depends</tt>,
4574           <tt>Build-Depends</tt> and <tt>Build-Depends-Indep</tt>
4575           control fields of the package, which declare
4576           dependencies on other packages, the package names listed may
4577           also include lists of alternative package names, separated
4578           by vertical bar (pipe) symbols <tt>|</tt>.  In such a case,
4579           if any one of the alternative packages is installed, that
4580           part of the dependency is considered to be satisfied.
4581         </p>
4582
4583         <p>
4584           All of the fields except for <tt>Provides</tt> may restrict
4585           their applicability to particular versions of each named
4586           package.  This is done in parentheses after each individual
4587           package name; the parentheses should contain a relation from
4588           the list below followed by a version number, in the format
4589           described in <ref id="f-Version">.
4590         </p>
4591
4592         <p>
4593           The relations allowed are <tt>&lt;&lt;</tt>, <tt>&lt;=</tt>,
4594           <tt>=</tt>, <tt>&gt;=</tt> and <tt>&gt;&gt;</tt> for
4595           strictly earlier, earlier or equal, exactly equal, later or
4596           equal and strictly later, respectively.  The deprecated
4597           forms <tt>&lt;</tt> and <tt>&gt;</tt> were used to mean
4598           earlier/later or equal, rather than strictly earlier/later,
4599           so they should not appear in new packages (though
4600           <prgn>dpkg</prgn> still supports them).
4601         </p>
4602
4603         <p>
4604           Whitespace may appear at any point in the version
4605           specification subject to the rules in <ref
4606           id="controlsyntax">, and must appear where it's necessary to
4607           disambiguate; it is not otherwise significant.  All of the
4608           relationship fields can only be folded in source package control files.  For
4609           consistency and in case of future changes to
4610           <prgn>dpkg</prgn> it is recommended that a single space be
4611           used after a version relationship and before a version
4612           number; it is also conventional to put a single space after
4613           each comma, on either side of each vertical bar, and before
4614           each open parenthesis.  When opening a continuation line in a relationship field, it
4615           is conventional to do so after a comma and before the space
4616           following that comma.
4617         </p>
4618
4619         <p>
4620           For example, a list of dependencies might appear as:
4621           <example compact="compact">
4622 Package: mutt
4623 Version: 1.3.17-1
4624 Depends: libc6 (>= 2.2.1), exim | mail-transport-agent
4625           </example>
4626         </p>
4627
4628         <p>
4629           Relationships may be restricted to a certain set of
4630           architectures.  This is indicated in brackets after each
4631           individual package name and the optional version specification.
4632           The brackets enclose a non-empty list of Debian architecture names
4633           in the format described in <ref id="arch-spec">,
4634           separated by whitespace.  Exclamation marks may be prepended to
4635           each of the names.  (It is not permitted for some names to be
4636           prepended with exclamation marks while others aren't.)
4637         </p>
4638
4639         <p>
4640           For build relationship fields
4641           (<tt>Build-Depends</tt>, <tt>Build-Depends-Indep</tt>,
4642           <tt>Build-Conflicts</tt> and <tt>Build-Conflicts-Indep</tt>), if
4643           the current Debian host architecture is not in this list and
4644           there are no exclamation marks in the list, or it is in the list
4645           with a prepended exclamation mark, the package name and the
4646           associated version specification are ignored completely for the
4647           purposes of defining the relationships.
4648         </p>
4649
4650         <p>
4651           For example:
4652           <example compact="compact">
4653 Source: glibc
4654 Build-Depends-Indep: texinfo
4655 Build-Depends: kernel-headers-2.2.10 [!hurd-i386],
4656   hurd-dev [hurd-i386], gnumach-dev [hurd-i386]
4657           </example>
4658           requires <tt>kernel-headers-2.2.10</tt> on all architectures
4659           other than hurd-i386 and requires <tt>hurd-dev</tt> and
4660           <tt>gnumach-dev</tt> only on hurd-i386.
4661         </p>
4662
4663         <p>
4664           For binary relationship fields, the architecture restriction
4665           syntax is only supported in the source package control
4666           file <file>debian/control</file>.  When the corresponding binary
4667           package control file is generated, the relationship will either
4668           be omitted or included without the architecture restriction
4669           based on the architecture of the binary package.  This means
4670           that architecture restrictions must not be used in binary
4671           relationship fields for architecture-independent packages
4672           (<tt>Architecture: all</tt>).
4673         </p>
4674
4675         <p>
4676           For example:
4677           <example compact="compact">
4678 Depends: foo [i386], bar [amd64]
4679           </example>
4680           becomes <tt>Depends: foo</tt> when the package is built on
4681           the <tt>i386</tt> architecture, <tt>Depends: bar</tt> when the
4682           package is built on the <tt>amd64</tt> architecture, and omitted
4683           entirely in binary packages built on all other architectures.
4684         </p>
4685
4686         <p>
4687           If the architecture-restricted dependency is part of a set of
4688           alternatives using <tt>|</tt>, that alternative is ignored
4689           completely on architectures that do not match the restriction.
4690           For example:
4691           <example compact="compact">
4692 Build-Depends: foo [!i386] | bar [!amd64]
4693           </example>
4694           is equivalent to <tt>bar</tt> on the i386 architecture, to
4695           <tt>foo</tt> on the amd64 architecture, and to <tt>foo |
4696           bar</tt> on all other architectures.
4697         </p>
4698
4699         <p>
4700           Relationships may also be restricted to a certain set of
4701           architectures using architecture wildcards in the format
4702           described in <ref id="arch-wildcard-spec">.  The syntax for
4703           declaring such restrictions is the same as declaring
4704           restrictions using a certain set of architectures without
4705           architecture wildcards.  For example:
4706           <example compact="compact">
4707 Build-Depends: foo [linux-any], bar [any-i386], baz [!linux-any]
4708           </example>
4709           is equivalent to <tt>foo</tt> on architectures using the Linux
4710           kernel and any cpu, <tt>bar</tt> on architectures using any
4711           kernel and an i386 cpu, and <tt>baz</tt> on any architecture
4712           using a kernel other than Linux.
4713         </p>
4714
4715         <p>
4716           Note that the binary package relationship fields such as
4717           <tt>Depends</tt> appear in one of the binary package
4718           sections of the control file, whereas the build-time
4719           relationships such as <tt>Build-Depends</tt> appear in the
4720           source package section of the control file (which is the
4721           first section).
4722         </p>
4723       </sect>
4724
4725       <sect id="binarydeps">
4726         <heading>Binary Dependencies - <tt>Depends</tt>,
4727           <tt>Recommends</tt>, <tt>Suggests</tt>, <tt>Enhances</tt>,
4728           <tt>Pre-Depends</tt>
4729         </heading>
4730
4731         <p>
4732           Packages can declare in their control file that they have
4733           certain relationships to other packages - for example, that
4734           they may not be installed at the same time as certain other
4735           packages, and/or that they depend on the presence of others.
4736         </p>
4737
4738         <p>
4739           This is done using the <tt>Depends</tt>, <tt>Pre-Depends</tt>,
4740           <tt>Recommends</tt>, <tt>Suggests</tt>, <tt>Enhances</tt>,
4741           <tt>Breaks</tt> and <tt>Conflicts</tt> control fields.
4742           <tt>Breaks</tt> is described in <ref id="breaks">, and
4743           <tt>Conflicts</tt> is described in <ref id="conflicts">.  The
4744           rest are described below.
4745         </p>
4746
4747         <p>
4748           These seven fields are used to declare a dependency
4749           relationship by one package on another.  Except for
4750           <tt>Enhances</tt> and <tt>Breaks</tt>, they appear in the
4751           depending (binary) package's control file.
4752           (<tt>Enhances</tt> appears in the recommending package's
4753           control file, and <tt>Breaks</tt> appears in the version of
4754           depended-on package which causes the named package to
4755           break).
4756         </p>
4757
4758         <p>
4759           A <tt>Depends</tt> field takes effect <em>only</em> when a
4760           package is to be configured.  It does not prevent a package
4761           being on the system in an unconfigured state while its
4762           dependencies are unsatisfied, and it is possible to replace
4763           a package whose dependencies are satisfied and which is
4764           properly installed with a different version whose
4765           dependencies are not and cannot be satisfied; when this is
4766           done the depending package will be left unconfigured (since
4767           attempts to configure it will give errors) and will not
4768           function properly.  If it is necessary, a
4769           <tt>Pre-Depends</tt> field can be used, which has a partial
4770           effect even when a package is being unpacked, as explained
4771           in detail below.  (The other three dependency fields,
4772           <tt>Recommends</tt>, <tt>Suggests</tt> and
4773           <tt>Enhances</tt>, are only used by the various front-ends
4774           to <prgn>dpkg</prgn> such as <prgn>apt-get</prgn>,
4775           <prgn>aptitude</prgn>, and <prgn>dselect</prgn>.)
4776         </p>
4777
4778         <p>
4779           Since <tt>Depends</tt> only places requirements on the order in
4780           which packages are configured, packages in an installation run
4781           are usually all unpacked first and all configured later.
4782           <footnote>
4783             This approach makes dependency resolution easier.  If two
4784             packages A and B are being upgraded, the installed package A
4785             depends on exactly the installed package B, and the new
4786             package A depends on exactly the new package B (a common
4787             situation when upgrading shared libraries and their
4788             corresponding development packages), satisfying the
4789             dependencies at every stage of the upgrade would be
4790             impossible.  This relaxed restriction means that both new
4791             packages can be unpacked together and then configured in their
4792             dependency order.
4793           </footnote>
4794         </p>
4795
4796         <p>
4797           If there is a circular dependency among packages being installed
4798           or removed, installation or removal order honoring the
4799           dependency order is impossible, requiring the dependency loop be
4800           broken at some point and the dependency requirements violated
4801           for at least one package.  Packages involved in circular
4802           dependencies may not be able to rely on their dependencies being
4803           configured before they themselves are configured, depending on
4804           which side of the break of the circular dependency loop they
4805           happen to be on.  If one of the packages in the loop has
4806           no <prgn>postinst</prgn> script, then the cycle will be broken
4807           at that package; this ensures that all <prgn>postinst</prgn>
4808           scripts are run with their dependencies properly configured if
4809           this is possible.  Otherwise the breaking point is arbitrary.
4810           Packages should therefore avoid circular dependencies where
4811           possible, particularly if they have <prgn>postinst</prgn>
4812           scripts.
4813         </p>
4814
4815         <p>
4816           The meaning of the five dependency fields is as follows:
4817           <taglist>
4818             <tag><tt>Depends</tt></tag>
4819             <item>
4820               <p>
4821                 This declares an absolute dependency.  A package will
4822                 not be configured unless all of the packages listed in
4823                 its <tt>Depends</tt> field have been correctly
4824                 configured (unless there is a circular dependency as
4825                 described above).
4826               </p>
4827
4828               <p>
4829                 The <tt>Depends</tt> field should be used if the
4830                 depended-on package is required for the depending
4831                 package to provide a significant amount of
4832                 functionality.
4833               </p>
4834
4835               <p>
4836                 The <tt>Depends</tt> field should also be used if the
4837                 <prgn>postinst</prgn> or <prgn>prerm</prgn> scripts
4838                 require the depended-on package to be unpacked or
4839                 configured in order to run.  In the case of <tt>postinst
4840                 configure</tt>, the depended-on packages will be unpacked
4841                 and configured first.  (If both packages are involved in a
4842                 dependency loop, this might not work as expected; see the
4843                 explanation a few paragraphs back.)  In the case
4844                 of <prgn>prerm</prgn> or other <prgn>postinst</prgn>
4845                 actions, the package dependencies will normally be at
4846                 least unpacked, but they may be only "Half-Installed" if a
4847                 previous upgrade of the dependency failed.
4848               </p>
4849
4850               <p>
4851                 Finally, the <tt>Depends</tt> field should be used if the
4852                 depended-on package is needed by the <prgn>postrm</prgn>
4853                 script to fully clean up after the package removal.  There
4854                 is no guarantee that package dependencies will be
4855                 available when <prgn>postrm</prgn> is run, but the
4856                 depended-on package is more likely to be available if the
4857                 package declares a dependency (particularly in the case
4858                 of <tt>postrm remove</tt>).  The <prgn>postrm</prgn>
4859                 script must gracefully skip actions that require a
4860                 dependency if that dependency isn't available.
4861               </p>
4862             </item>
4863
4864             <tag><tt>Recommends</tt></tag>
4865             <item>
4866               <p>
4867                 This declares a strong, but not absolute, dependency.
4868               </p>
4869
4870               <p>
4871                 The <tt>Recommends</tt> field should list packages
4872                 that would be found together with this one in all but
4873                 unusual installations.
4874               </p>
4875             </item>
4876
4877             <tag><tt>Suggests</tt></tag>
4878             <item>
4879                 This is used to declare that one package may be more
4880                 useful with one or more others.  Using this field
4881                 tells the packaging system and the user that the
4882                 listed packages are related to this one and can
4883                 perhaps enhance its usefulness, but that installing
4884                 this one without them is perfectly reasonable.
4885             </item>
4886
4887             <tag><tt>Enhances</tt></tag>
4888             <item>
4889                 This field is similar to Suggests but works in the
4890                 opposite direction. It is used to declare that a
4891                 package can enhance the functionality of another
4892                 package.
4893             </item>
4894
4895             <tag><tt>Pre-Depends</tt></tag>
4896             <item>
4897               <p>
4898                 This field is like <tt>Depends</tt>, except that it
4899                 also forces <prgn>dpkg</prgn> to complete installation
4900                 of the packages named before even starting the
4901                 installation of the package which declares the
4902                 pre-dependency, as follows:
4903               </p>
4904
4905               <p>
4906                 When a package declaring a pre-dependency is about to
4907                 be <em>unpacked</em> the pre-dependency can be
4908                 satisfied if the depended-on package is either fully
4909                 configured, <em>or even if</em> the depended-on
4910                 package(s) are only unpacked or in the "Half-Configured"
4911                 state, provided that they have been configured
4912                 correctly at some point in the past (and not removed
4913                 or partially removed since).  In this case, both the
4914                 previously-configured and currently unpacked or
4915                 "Half-Configured" versions must satisfy any version
4916                 clause in the <tt>Pre-Depends</tt> field.
4917               </p>
4918
4919               <p>
4920                 When the package declaring a pre-dependency is about to
4921                 be <em>configured</em>, the pre-dependency will be treated
4922                 as a normal <tt>Depends</tt>.  It will be considered
4923                 satisfied only if the depended-on package has been
4924                 correctly configured.  However, unlike
4925                 with <tt>Depends</tt>, <tt>Pre-Depends</tt> does not
4926                 permit circular dependencies to be broken.  If a circular
4927                 dependency is encountered while attempting to honor
4928                 <tt>Pre-Depends</tt>, the installation will be aborted.
4929               </p>
4930
4931               <p>
4932                 <tt>Pre-Depends</tt> are also required if the
4933                 <prgn>preinst</prgn> script depends on the named package.
4934                 It is best to avoid this situation if possible.
4935               </p>
4936
4937               <p>
4938                 <tt>Pre-Depends</tt> should be used sparingly,
4939                 preferably only by packages whose premature upgrade or
4940                 installation would hamper the ability of the system to
4941                 continue with any upgrade that might be in progress.
4942               </p>
4943
4944               <p>
4945                 You should not specify a <tt>Pre-Depends</tt> entry for a
4946                 package before this has been discussed on the
4947                 <tt>debian-devel</tt> mailing list and a consensus about
4948                 doing that has been reached.  See <ref id="dependencies">.
4949               </p>
4950             </item>
4951           </taglist>
4952         </p>
4953
4954         <p>
4955           When selecting which level of dependency to use you should
4956           consider how important the depended-on package is to the
4957           functionality of the one declaring the dependency.  Some
4958           packages are composed of components of varying degrees of
4959           importance.  Such a package should list using
4960           <tt>Depends</tt> the package(s) which are required by the
4961           more important components.  The other components'
4962           requirements may be mentioned as Suggestions or
4963           Recommendations, as appropriate to the components' relative
4964           importance.
4965         </p>
4966       </sect>
4967
4968       <sect id="breaks">
4969         <heading>Packages which break other packages - <tt>Breaks</tt></heading>
4970
4971         <p>
4972           When one binary package declares that it breaks another,
4973           <prgn>dpkg</prgn> will refuse to allow the package which
4974           declares <tt>Breaks</tt> to be unpacked unless the broken
4975           package is deconfigured first, and it will refuse to
4976           allow the broken package to be reconfigured.
4977         </p>
4978
4979         <p>
4980           A package will not be regarded as causing breakage merely
4981           because its configuration files are still installed; it must
4982           be at least "Half-Installed".
4983         </p>
4984
4985         <p>
4986           A special exception is made for packages which declare that
4987           they break their own package name or a virtual package which
4988           they provide (see below): this does not count as a real
4989           breakage.
4990         </p>
4991
4992         <p>
4993           Normally a <tt>Breaks</tt> entry will have an "earlier than"
4994           version clause; such a <tt>Breaks</tt> is introduced in the
4995           version of an (implicit or explicit) dependency which violates
4996           an assumption or reveals a bug in earlier versions of the broken
4997           package, or which takes over a file from earlier versions of the
4998           package named in <tt>Breaks</tt>.  This use of <tt>Breaks</tt>
4999           will inform higher-level package management tools that the
5000           broken package must be upgraded before the new one.
5001         </p>
5002
5003         <p>
5004           If the breaking package also overwrites some files from the
5005           older package, it should use <tt>Replaces</tt> to ensure this
5006           goes smoothly.  See <ref id="replaces"> for a full discussion
5007           of taking over files from other packages, including how to
5008           use <tt>Breaks</tt> in those cases.
5009         </p>
5010
5011         <p>
5012           Many of the cases where <tt>Breaks</tt> should be used were
5013           previously handled with <tt>Conflicts</tt>
5014           because <tt>Breaks</tt> did not yet exist.
5015           Many <tt>Conflicts</tt> fields should now be <tt>Breaks</tt>.
5016           See <ref id="conflicts"> for more information about the
5017           differences.
5018         </p>
5019       </sect>
5020
5021       <sect id="conflicts">
5022         <heading>Conflicting binary packages - <tt>Conflicts</tt></heading>
5023
5024         <p>
5025           When one binary package declares a conflict with another using
5026           a <tt>Conflicts</tt> field, <prgn>dpkg</prgn> will refuse to
5027           allow them to be unpacked on the system at the same time.  This
5028           is a stronger restriction than <tt>Breaks</tt>, which prevents
5029           the broken package from being configured while the breaking
5030           package is in the "Unpacked" state but allows both packages to
5031           be unpacked at the same time.
5032         </p>
5033
5034         <p>
5035           If one package is to be unpacked, the other must be removed
5036           first.  If the package being unpacked is marked as replacing
5037           (see <ref id="replaces">, but note that <tt>Breaks</tt> should
5038           normally be used in this case) the one on the system, or the one
5039           on the system is marked as deselected, or both packages are
5040           marked <tt>Essential</tt>, then <prgn>dpkg</prgn> will
5041           automatically remove the package which is causing the conflict.
5042           Otherwise, it will halt the installation of the new package with
5043           an error.  This mechanism is specifically designed to produce an
5044           error when the installed package is <tt>Essential</tt>, but the
5045           new package is not.
5046         </p>
5047
5048         <p>
5049           A package will not cause a conflict merely because its
5050           configuration files are still installed; it must be at least
5051           "Half-Installed".
5052         </p>
5053
5054         <p>
5055           A special exception is made for packages which declare a
5056           conflict with their own package name, or with a virtual
5057           package which they provide (see below): this does not
5058           prevent their installation, and allows a package to conflict
5059           with others providing a replacement for it.  You use this
5060           feature when you want the package in question to be the only
5061           package providing some feature.
5062         </p>
5063
5064         <p>
5065           Normally, <tt>Breaks</tt> should be used instead
5066           of <tt>Conflicts</tt> since <tt>Conflicts</tt> imposes a
5067           stronger restriction on the ordering of package installation or
5068           upgrade and can make it more difficult for the package manager
5069           to find a correct solution to an upgrade or installation
5070           problem.  <tt>Breaks</tt> should be used
5071           <list>
5072             <item>when moving a file from one package to another (see
5073               <ref id="replaces">),</item>
5074             <item>when splitting a package (a special case of the previous
5075               one), or</item>
5076             <item>when the breaking package exposes a bug in or interacts
5077               badly with particular versions of the broken
5078               package.</item>
5079           </list>
5080           <tt>Conflicts</tt> should be used
5081           <list>
5082             <item>when two packages provide the same file and will
5083               continue to do so,</item>
5084             <item>in conjunction with <tt>Provides</tt> when only one
5085               package providing a given virtual facility may be unpacked
5086               at a time (see <ref id="virtual">),</item>
5087             <item>in other cases where one must prevent simultaneous
5088               installation of two packages for reasons that are ongoing
5089               (not fixed in a later version of one of the packages) or
5090               that must prevent both packages from being unpacked at the
5091               same time, not just configured.</item>
5092           </list>
5093           Be aware that adding <tt>Conflicts</tt> is normally not the best
5094           solution when two packages provide the same files.  Depending on
5095           the reason for that conflict, using alternatives or renaming the
5096           files is often a better approach.  See, for
5097           example, <ref id="binaries">.
5098         </p>
5099
5100         <p>
5101           Neither <tt>Breaks</tt> nor <tt>Conflicts</tt> should be used
5102           unless two packages cannot be installed at the same time or
5103           installing them both causes one of them to be broken or
5104           unusable.  Having similar functionality or performing the same
5105           tasks as another package is not sufficient reason to
5106           declare <tt>Breaks</tt> or <tt>Conflicts</tt> with that package.
5107         </p>
5108
5109         <p>
5110           A <tt>Conflicts</tt> entry may have an "earlier than" version
5111           clause if the reason for the conflict is corrected in a later
5112           version of one of the packages.  However, normally the presence
5113           of an "earlier than" version clause is a sign
5114           that <tt>Breaks</tt> should have been used instead.  An "earlier
5115           than" version clause in <tt>Conflicts</tt>
5116           prevents <prgn>dpkg</prgn> from upgrading or installing the
5117           package which declares such a conflict until the upgrade or
5118           removal of the conflicted-with package has been completed, which
5119           is a strong restriction.
5120         </p>
5121       </sect>
5122
5123       <sect id="virtual"><heading>Virtual packages - <tt>Provides</tt>
5124         </heading>
5125
5126         <p>
5127           As well as the names of actual ("concrete") packages, the
5128           package relationship fields <tt>Depends</tt>,
5129           <tt>Recommends</tt>, <tt>Suggests</tt>, <tt>Enhances</tt>,
5130           <tt>Pre-Depends</tt>, <tt>Breaks</tt>, <tt>Conflicts</tt>,
5131           <tt>Build-Depends</tt>, <tt>Build-Depends-Indep</tt>,
5132           <tt>Build-Conflicts</tt> and <tt>Build-Conflicts-Indep</tt>
5133           may mention "virtual packages".
5134         </p>
5135
5136         <p>
5137           A <em>virtual package</em> is one which appears in the
5138           <tt>Provides</tt> control field of another package.  The effect
5139           is as if the package(s) which provide a particular virtual
5140           package name had been listed by name everywhere the virtual
5141           package name appears. (See also <ref id="virtual_pkg">)
5142         </p>
5143
5144         <p>
5145           If there are both concrete and virtual packages of the same
5146           name, then the dependency may be satisfied (or the conflict
5147           caused) by either the concrete package with the name in
5148           question or any other concrete package which provides the
5149           virtual package with the name in question.  This is so that,
5150           for example, supposing we have
5151           <example compact="compact">
5152 Package: foo
5153 Depends: bar
5154           </example> and someone else releases an enhanced version of
5155           the <tt>bar</tt> package they can say:
5156           <example compact="compact">
5157 Package: bar-plus
5158 Provides: bar
5159           </example>
5160           and the <tt>bar-plus</tt> package will now also satisfy the
5161           dependency for the <tt>foo</tt> package.
5162         </p>
5163
5164         <p>
5165           If a relationship field has a version number attached, only real
5166           packages will be considered to see whether the relationship is
5167           satisfied (or the prohibition violated, for a conflict or
5168           breakage).  In other words, if a version number is specified,
5169           this is a request to ignore all <tt>Provides</tt> for that
5170           package name and consider only real packages.  The package
5171           manager will assume that a package providing that virtual
5172           package is not of the "right" version.  A <tt>Provides</tt>
5173           field may not contain version numbers, and the version number of
5174           the concrete package which provides a particular virtual package
5175           will not be considered when considering a dependency on or
5176           conflict with the virtual package name.<footnote>
5177             It is possible that a future release of <prgn>dpkg</prgn> may
5178             add the ability to specify a version number for each virtual
5179             package it provides.  This feature is not yet present,
5180             however, and is expected to be used only infrequently.
5181           </footnote>
5182         </p>
5183
5184         <p>
5185           To specify which of a set of real packages should be the default
5186           to satisfy a particular dependency on a virtual package, list
5187           the real package as an alternative before the virtual one.
5188         </p>
5189
5190         <p>
5191           If the virtual package represents a facility that can only be
5192           provided by one real package at a time, such as
5193           the <package>mail-transport-agent</package> virtual package that
5194           requires installation of a binary that would conflict with all
5195           other providers of that virtual package (see
5196           <ref id="mail-transport-agents">), all packages providing that
5197           virtual package should also declare a conflict with it
5198           using <tt>Conflicts</tt>.  This will ensure that at most one
5199           provider of that virtual package is unpacked or installed at a
5200           time.
5201         </p>
5202       </sect>
5203
5204       <sect id="replaces"><heading>Overwriting files and replacing
5205           packages - <tt>Replaces</tt></heading>
5206
5207         <p>
5208           Packages can declare in their control file that they should
5209           overwrite files in certain other packages, or completely replace
5210           other packages. The <tt>Replaces</tt> control field has these
5211           two distinct purposes.
5212         </p>
5213
5214         <sect1><heading>Overwriting files in other packages</heading>
5215
5216           <p>
5217             It is usually an error for a package to contain files which
5218             are on the system in another package.  However, if the
5219             overwriting package declares that it <tt>Replaces</tt> the one
5220             containing the file being overwritten, then <prgn>dpkg</prgn>
5221             will replace the file from the old package with that from the
5222             new.  The file will no longer be listed as "owned" by the old
5223             package and will be taken over by the new package.
5224             Normally, <tt>Breaks</tt> should be used in conjunction
5225             with <tt>Replaces</tt>.<footnote>
5226               To see why <tt>Breaks</tt> is normally needed in addition
5227               to <tt>Replaces</tt>, consider the case of a file in the
5228               package <package>foo</package> being taken over by the
5229               package <package>foo-data</package>.
5230               <tt>Replaces</tt> will allow <package>foo-data</package> to
5231               be installed and take over that file.  However,
5232               without <tt>Breaks</tt>, nothing
5233               requires <package>foo</package> to be upgraded to a newer
5234               version that knows it does not include that file and instead
5235               depends on <package>foo-data</package>.  Nothing would
5236               prevent the new <package>foo-data</package> package from
5237               being installed and then removed, removing the file that it
5238               took over from <package>foo</package>.  After that
5239               operation, the package manager would think the system was in
5240               a consistent state, but the <package>foo</package> package
5241               would be missing one of its files.
5242             </footnote>
5243           </p>
5244
5245           <p>
5246             For example, if a package <package>foo</package> is split
5247             into <package>foo</package> and <package>foo-data</package>
5248             starting at version 1.2-3, <package>foo-data</package> would
5249             have the fields
5250             <example compact="compact">
5251 Replaces: foo (&lt;&lt; 1.2-3)
5252 Breaks: foo (&lt;&lt; 1.2-3)
5253             </example>
5254             in its control file.  The new version of the
5255             package <package>foo</package> would normally have the field
5256             <example compact="compact">
5257 Depends: foo-data (&gt;= 1.2-3)
5258             </example>
5259             (or possibly <tt>Recommends</tt> or even <tt>Suggests</tt> if
5260             the files moved into <package>foo-data</package> are not
5261             required for normal operation).
5262           </p>
5263
5264           <p>
5265             If a package is completely replaced in this way, so that
5266             <prgn>dpkg</prgn> does not know of any files it still
5267             contains, it is considered to have "disappeared".  It will
5268             be marked as not wanted on the system (selected for
5269             removal) and not installed.  Any <tt>conffile</tt>s
5270             details noted for the package will be ignored, as they
5271             will have been taken over by the overwriting package.  The
5272             package's <prgn>postrm</prgn> script will be run with a
5273             special argument to allow the package to do any final
5274             cleanup required.  See <ref id="mscriptsinstact">.
5275             <footnote>
5276               Replaces is a one way relationship.  You have to install
5277               the replacing package after the replaced package.
5278             </footnote>
5279           </p>
5280
5281           <p>
5282             For this usage of <tt>Replaces</tt>, virtual packages (see
5283             <ref id="virtual">) are not considered when looking at a
5284             <tt>Replaces</tt> field.  The packages declared as being
5285             replaced must be mentioned by their real names.
5286           </p>
5287
5288           <p>
5289             This usage of <tt>Replaces</tt> only takes effect when both
5290             packages are at least partially on the system at once.  It is
5291             not relevant if the packages conflict unless the conflict has
5292             been overridden.
5293           </p>
5294         </sect1>
5295
5296         <sect1><heading>Replacing whole packages, forcing their
5297             removal</heading>
5298
5299           <p>
5300             Second, <tt>Replaces</tt> allows the packaging system to
5301             resolve which package should be removed when there is a
5302             conflict (see <ref id="conflicts">).  This usage only takes
5303             effect when the two packages <em>do</em> conflict, so that the
5304             two usages of this field do not interfere with each other.
5305           </p>
5306
5307           <p>
5308             In this situation, the package declared as being replaced
5309             can be a virtual package, so for example, all mail
5310             transport agents (MTAs) would have the following fields in
5311             their control files:
5312             <example compact="compact">
5313 Provides: mail-transport-agent
5314 Conflicts: mail-transport-agent
5315 Replaces: mail-transport-agent
5316             </example>
5317             ensuring that only one MTA can be unpacked at any one
5318             time.  See <ref id="virtual"> for more information about this
5319             example.
5320         </sect1>
5321       </sect>
5322
5323       <sect id="sourcebinarydeps">
5324         <heading>Relationships between source and binary packages -
5325           <tt>Build-Depends</tt>, <tt>Build-Depends-Indep</tt>,
5326           <tt>Build-Conflicts</tt>, <tt>Build-Conflicts-Indep</tt>
5327         </heading>
5328
5329         <p>
5330           Source packages that require certain binary packages to be
5331           installed or absent at the time of building the package
5332           can declare relationships to those binary packages.
5333         </p>
5334
5335         <p>
5336           This is done using the <tt>Build-Depends</tt>,
5337           <tt>Build-Depends-Indep</tt>, <tt>Build-Conflicts</tt> and
5338           <tt>Build-Conflicts-Indep</tt> control fields.
5339         </p>
5340
5341         <p>
5342           Build-dependencies on "build-essential" binary packages can be
5343           omitted. Please see <ref id="pkg-relations"> for more information.
5344         </p>
5345
5346         <p>
5347           The dependencies and conflicts they define must be satisfied
5348           (as defined earlier for binary packages) in order to invoke
5349           the targets in <tt>debian/rules</tt>, as follows:<footnote>
5350             <p>
5351               There is no Build-Depends-Arch; this role is essentially
5352               met with Build-Depends.  Anyone building the
5353               <tt>build-indep</tt> and <tt>binary-indep</tt> targets is
5354               assumed to be building the whole package, and therefore
5355               installation of all build dependencies is required.
5356             </p>
5357             <p>
5358               The autobuilders use <tt>dpkg-buildpackage -B</tt>, which
5359               calls <tt>build</tt>, not <tt>build-arch</tt> since it does
5360               not yet know how to check for its existence, and
5361               <tt>binary-arch</tt>.  The purpose of the original split
5362               between <tt>Build-Depends</tt> and
5363               <tt>Build-Depends-Indep</tt> was so that the autobuilders
5364               wouldn't need to install extra packages needed only for the
5365               binary-indep targets.  But without a build-arch/build-indep
5366               split, this didn't work, since most of the work is done in
5367               the build target, not in the binary target.
5368             </p>
5369           </footnote>
5370           <taglist>
5371             <tag><tt>clean</tt>, <tt>build-arch</tt>, and
5372               <tt>binary-arch</tt></tag>
5373             <item>
5374               Only the <tt>Build-Depends</tt> and <tt>Build-Conflicts</tt>
5375               fields must be satisfied when these targets are invoked.
5376             </item>
5377             <tag><tt>build</tt>, <tt>build-indep</tt>, <tt>binary</tt>,
5378               and <tt>binary-indep</tt></tag>
5379             <item>
5380               The <tt>Build-Depends</tt>, <tt>Build-Conflicts</tt>,
5381               <tt>Build-Depends-Indep</tt>, and
5382               <tt>Build-Conflicts-Indep</tt> fields must be satisfied when
5383               these targets are invoked.
5384             </item>
5385           </taglist>
5386         </p>
5387       </sect>
5388     </chapt>
5389
5390
5391     <chapt id="sharedlibs"><heading>Shared libraries</heading>
5392
5393       <p>
5394         Packages containing shared libraries must be constructed with
5395         a little care to make sure that the shared library is always
5396         available.  This is especially important for packages whose
5397         shared libraries are vitally important, such as the C library
5398         (currently <tt>libc6</tt>).
5399       </p>
5400
5401       <p>
5402         This section deals only with public shared libraries: shared
5403         libraries that are placed in directories searched by the dynamic
5404         linker by default or which are intended to be linked against
5405         normally and possibly used by other, independent packages.  Shared
5406         libraries that are internal to a particular package or that are
5407         only loaded as dynamic modules are not covered by this section and
5408         are not subject to its requirements.
5409       </p>
5410
5411       <p>
5412         A shared library is identified by the <tt>SONAME</tt> attribute
5413         stored in its dynamic section.  When a binary is linked against a
5414         shared library, the <tt>SONAME</tt> of the shared library is
5415         recorded in the binary's <tt>NEEDED</tt> section so that the
5416         dynamic linker knows that library must be loaded at runtime.  The
5417         shared library file's full name (which usually contains additional
5418         version information not needed in the <tt>SONAME</tt>) is
5419         therefore normally not referenced directly.  Instead, the shared
5420         library is loaded by its <tt>SONAME</tt>, which exists on the file
5421         system as a symlink pointing to the full name of the shared
5422         library.  This symlink must be provided by the
5423         package.  <ref id="sharedlibs-runtime"> describes how to do this.
5424         <footnote>
5425           This is a convention of shared library versioning, but not a
5426           requirement.  Some libraries use the <tt>SONAME</tt> as the full
5427           library file name instead and therefore do not need a symlink.
5428           Most, however, encode additional information about
5429           backwards-compatible revisions as a minor version number in the
5430           file name.  The <tt>SONAME</tt> itself only changes when
5431           binaries linked with the earlier version of the shared library
5432           may no longer work, but the filename may change with each
5433           release of the library.  See <ref id="sharedlibs-runtime"> for
5434           more information.
5435         </footnote>
5436       </p>
5437
5438       <p>
5439         When linking a binary or another shared library against a shared
5440         library, the <tt>SONAME</tt> for that shared library is not yet
5441         known.  Instead, the shared library is found by looking for a file
5442         matching the library name with <tt>.so</tt> appended.  This file
5443         exists on the file system as a symlink pointing to the shared
5444         library.
5445       </p>
5446
5447       <p>
5448         Shared libraries are normally split into several binary packages.
5449         The <tt>SONAME</tt> symlink is installed by the runtime shared
5450         library package, and the bare <tt>.so</tt> symlink is installed in
5451         the development package since it's only used when linking binaries
5452         or shared libraries.  However, there are some exceptions for
5453         unusual shared libraries or for shared libraries that are also
5454         loaded as dynamic modules by other programs.
5455       </p>
5456
5457       <p>
5458         This section is primarily concerned with how the separation of
5459         shared libraries into multiple packages should be done and how
5460         dependencies on and between shared library binary packages are
5461         managed in Debian.  <ref id="libraries"> should be read in
5462         conjunction with this section and contains additional rules for
5463         the files contained in the shared library packages.
5464       </p>
5465
5466       <sect id="sharedlibs-runtime">
5467         <heading>Run-time shared libraries</heading>
5468
5469         <p>
5470           The run-time shared library must be placed in a package
5471           whose name changes whenever the <tt>SONAME</tt> of the shared
5472           library changes.  This allows several versions of the shared
5473           library to be installed at the same time, allowing installation
5474           of the new version of the shared library without immediately
5475           breaking binaries that depend on the old version.  Normally, the
5476           run-time shared library and its <tt>SONAME</tt> symlink should
5477           be placed in a package named
5478           <package><var>libraryname</var><var>soversion</var></package>,
5479           where <var>soversion</var> is the version number in
5480           the <tt>SONAME</tt> of the shared library.
5481           See <ref id="shlibs"> for detailed information on how to
5482           determine this version.  Alternatively, if it would be confusing
5483           to directly append <var>soversion</var>
5484           to <var>libraryname</var> (if, for example, <var>libraryname</var>
5485           itself ends in a number), you should use
5486           <package><var>libraryname</var>-<var>soversion</var></package>
5487           instead.
5488         </p>
5489
5490         <p>
5491           If you have several shared libraries built from the same source
5492           tree, you may lump them all together into a single shared
5493           library package provided that all of their <tt>SONAME</tt>s will
5494           always change together.  Be aware that this is not normally the
5495           case, and if the <tt>SONAME</tt>s do not change together,
5496           upgrading such a merged shared library package will be
5497           unnecessarily difficult because of file conflicts with the old
5498           version of the package.  When in doubt, always split shared
5499           library packages so that each binary package installs a single
5500           shared library.
5501         </p>
5502
5503         <p>
5504           Every time the shared library ABI changes in a way that may
5505           break binaries linked against older versions of the shared
5506           library, the <tt>SONAME</tt> of the library and the
5507           corresponding name for the binary package containing the runtime
5508           shared library should change.  Normally, this means
5509           the <tt>SONAME</tt> should change any time an interface is
5510           removed from the shared library or the signature of an interface
5511           (the number of parameters or the types of parameters that it
5512           takes, for example) is changed.  This practice is vital to
5513           allowing clean upgrades from older versions of the package and
5514           clean transitions between the old ABI and new ABI without having
5515           to upgrade every affected package simultaneously.
5516         </p>
5517
5518         <p>
5519           The <tt>SONAME</tt> and binary package name need not, and indeed
5520           normally should not, change if new interfaces are added but none
5521           are removed or changed, since this will not break binaries
5522           linked against the old shared library.  Correct versioning of
5523           dependencies on the newer shared library by binaries that use
5524           the new interfaces is handled via
5525           the <qref id="sharedlibs-symbols"><tt>symbols</tt> system</qref>
5526           or the <qref id="sharedlibs-shlibdeps"><tt>shlibs</tt>
5527           system</qref>.
5528         </p>
5529
5530       <p>
5531         The package should install the shared libraries under
5532         their normal names.  For example, the <package>libgdbm3</package>
5533         package should install <file>libgdbm.so.3.0.0</file> as
5534         <file>/usr/lib/libgdbm.so.3.0.0</file>.  The files should not be
5535         renamed or re-linked by any <prgn>prerm</prgn> or
5536         <prgn>postrm</prgn> scripts; <prgn>dpkg</prgn> will take care
5537         of renaming things safely without affecting running programs,
5538         and attempts to interfere with this are likely to lead to
5539         problems.
5540       </p>
5541
5542       <p>
5543         Shared libraries should not be installed executable, since
5544         the dynamic linker does not require this and trying to
5545         execute a shared library usually results in a core dump.
5546       </p>
5547
5548       <p>
5549         The run-time library package should include the symbolic link for
5550         the <tt>SONAME</tt> that <prgn>ldconfig</prgn> would create for
5551         the shared libraries.  For example,
5552         the <package>libgdbm3</package> package should include a symbolic
5553         link from <file>/usr/lib/libgdbm.so.3</file> to
5554         <file>libgdbm.so.3.0.0</file>.  This is needed so that the dynamic
5555         linker (for example <prgn>ld.so</prgn> or
5556         <prgn>ld-linux.so.*</prgn>) can find the library between the
5557         time that <prgn>dpkg</prgn> installs it and the time that
5558         <prgn>ldconfig</prgn> is run in the <prgn>postinst</prgn>
5559         script.<footnote>
5560             The package management system requires the library to be
5561             placed before the symbolic link pointing to it in the
5562             <file>.deb</file> file.  This is so that when
5563             <prgn>dpkg</prgn> comes to install the symlink
5564             (overwriting the previous symlink pointing at an older
5565             version of the library), the new shared library is already
5566             in place.  In the past, this was achieved by creating the
5567             library in the temporary packaging directory before
5568             creating the symlink.  Unfortunately, this was not always
5569             effective, since the building of the tar file in the
5570             <file>.deb</file> depended on the behavior of the underlying
5571             file system.  Some file systems (such as reiserfs) reorder
5572             the files so that the order of creation is forgotten.
5573             Since version 1.7.0, <prgn>dpkg</prgn>
5574             reorders the files itself as necessary when building a
5575             package.  Thus it is no longer important to concern
5576             oneself with the order of file creation.
5577         </footnote>
5578       </p>
5579
5580         <sect1 id="ldconfig">
5581           <heading><tt>ldconfig</tt></heading>
5582
5583         <p>
5584           Any package installing shared libraries in one of the default
5585           library directories of the dynamic linker (which are currently
5586           <file>/usr/lib</file> and <file>/lib</file>) or a directory that is
5587           listed in <file>/etc/ld.so.conf</file><footnote>
5588             These are currently <file>/usr/local/lib</file> plus
5589             directories under <file>/lib</file> and <file>/usr/lib</file>
5590             matching the multiarch triplet for the system architecture.
5591           </footnote>
5592           must use <prgn>ldconfig</prgn> to update the shared library
5593           system.
5594         </p>
5595
5596         <p>
5597             The package maintainer scripts must only call
5598             <prgn>ldconfig</prgn> under these circumstances:
5599             <list compact="compact">
5600               <item>When the <prgn>postinst</prgn> script is run with a
5601                   first argument of <tt>configure</tt>, the script must call
5602                   <prgn>ldconfig</prgn>, and may optionally invoke
5603                   <prgn>ldconfig</prgn> at other times.
5604               </item>
5605               <item>When the <prgn>postrm</prgn> script is run with a
5606                   first argument of <tt>remove</tt>, the script should call
5607                   <prgn>ldconfig</prgn>.
5608               </item>
5609             </list>
5610          <footnote>
5611             <p>
5612               During install or upgrade, the preinst is called before
5613               the new files are unpacked, so calling "ldconfig" is
5614               pointless.  The preinst of an existing package can also be
5615               called if an upgrade fails.  However, this happens during
5616               the critical time when a shared libs may exist on-disk
5617               under a temporary name.  Thus, it is dangerous and
5618               forbidden by current policy to call "ldconfig" at this
5619               time.
5620             </p>
5621
5622             <p>
5623               When a package is installed or upgraded, "postinst
5624               configure" runs after the new files are safely on-disk.
5625               Since it is perfectly safe to invoke ldconfig
5626               unconditionally in a postinst, it is OK for a package to
5627               simply put ldconfig in its postinst without checking the
5628               argument.  The postinst can also be called to recover from
5629               a failed upgrade.  This happens before any new files are
5630               unpacked, so there is no reason to call "ldconfig" at this
5631               point.
5632             </p>
5633
5634             <p>
5635               For a package that is being removed, prerm is
5636               called with all the files intact, so calling ldconfig is
5637               useless.  The other calls to "prerm" happen in the case of
5638               upgrade at a time when all the files of the old package
5639               are on-disk, so again calling "ldconfig" is pointless.
5640             </p>
5641
5642             <p>
5643               postrm, on the other hand, is called with the "remove"
5644               argument just after the files are removed, so this is
5645               the proper time to call "ldconfig" to notify the system
5646               of the fact that the shared libraries from the package
5647               are removed.  The postrm can be called at several other
5648               times.  At the time of "postrm purge", "postrm
5649               abort-install", or "postrm abort-upgrade", calling
5650               "ldconfig" is useless because the shared lib files are
5651               not on-disk.  However, when "postrm" is invoked with
5652               arguments "upgrade", "failed-upgrade", or "disappear", a
5653               shared lib may exist on-disk under a temporary filename.
5654             </p>
5655           </footnote>
5656         </p>
5657         </sect1>
5658
5659       </sect>
5660
5661       <sect id="sharedlibs-support-files">
5662         <heading>Shared library support files</heading>
5663
5664         <p>
5665           If your package contains files whose names do not change with
5666           each change in the library shared object version, you must not
5667           put them in the shared library package.  Otherwise, several
5668           versions of the shared library cannot be installed at the same
5669           time without filename clashes, making upgrades and transitions
5670           unnecessarily difficult.
5671         </p>
5672
5673         <p>
5674           It is recommended that supporting files and run-time support
5675           programs that do not need to be invoked manually by users, but
5676           are nevertheless required for the package to function, be placed
5677           (if they are binary) in a subdirectory of <file>/usr/lib</file>,
5678           preferably under <file>/usr/lib/</file><var>package-name</var>.
5679           If the program or file is architecture independent, the
5680           recommendation is for it to be placed in a subdirectory of
5681           <file>/usr/share</file> instead, preferably under
5682           <file>/usr/share/</file><var>package-name</var>.  Following the
5683           <var>package-name</var> naming convention ensures that the file
5684           names change when the shared object version changes.
5685         </p>
5686
5687         <p>
5688           Run-time support programs that use the shared library but are
5689           not required for the library to function or files used by the
5690           shared library that can be used by any version of the shared
5691           library package should instead be put in a separate package.
5692           This package might typically be named
5693           <package><var>libraryname</var>-tools</package>; note the
5694           absence of the <var>soversion</var> in the package name.
5695         </p>
5696
5697         <p>
5698           Files and support programs only useful when compiling software
5699           against the library should be included in the development
5700           package for the library.<footnote>
5701             For example, a <file><var>package-name</var>-config</file>
5702             script or <package>pkg-config</package> configuration files.
5703           </footnote>
5704         </p>
5705       </sect>
5706
5707       <sect id="sharedlibs-static">
5708         <heading>Static libraries</heading>
5709
5710       <p>
5711         The static library (<file><var>libraryname.a</var></file>)
5712         is usually provided in addition to the shared version.
5713         It is placed into the development package (see below).
5714       </p>
5715
5716       <p>
5717         In some cases, it is acceptable for a library to be
5718         available in static form only; these cases include:
5719         <list>
5720           <item>libraries for languages whose shared library support
5721                 is immature or unstable</item>
5722           <item>libraries whose interfaces are in flux or under
5723                 development (commonly the case when the library's
5724                 major version number is zero, or where the ABI breaks
5725                 across patchlevels)</item>
5726           <item>libraries which are explicitly intended to be
5727                 available only in static form by their upstream
5728                 author(s)</item>
5729         </list>
5730       </p>
5731
5732       <sect id="sharedlibs-dev">
5733         <heading>Development files</heading>
5734
5735       <p>
5736         If there are development files associated with a shared library,
5737         the source package needs to generate a binary development package
5738         named <package><var>libraryname</var><var>soversion</var>-dev</package>,
5739         or if you prefer only to support one development version at a
5740         time, <package><var>libraryname</var>-dev</package>.  Installing
5741         the development package must result in installation of all the
5742         development files necessary for compiling programs against that
5743         shared library.<footnote>
5744           This wording allows the development files to be split into
5745           several packages, such as a separate architecture-independent
5746           <package><var>libraryname</var>-headers</package>, provided that
5747           the development package depends on all the required additional
5748           packages.
5749         </footnote>
5750       </p>
5751
5752       <p>
5753         In case several development versions of a library exist, you may
5754         need to use <prgn>dpkg</prgn>'s Conflicts mechanism (see
5755         <ref id="conflicts">) to ensure that the user only installs one
5756         development version at a time (as different development versions are
5757         likely to have the same header files in them, which would cause a
5758         filename clash if both were unpacked).
5759       </p>
5760
5761       <p>
5762         The development package should contain a symlink for the associated
5763         shared library without a version number. For example, the
5764         <package>libgdbm-dev</package> package should include a symlink
5765         from <file>/usr/lib/libgdbm.so</file> to
5766         <file>libgdbm.so.3.0.0</file>.  This symlink is needed by the linker
5767         (<prgn>ld</prgn>) when compiling packages, as it will only look for
5768         <file>libgdbm.so</file> when compiling dynamically.
5769       </p>
5770
5771       <p>
5772         If the package provides Ada Library Information
5773         (<file>*.ali</file>) files for use with GNAT, these files must be
5774         installed read-only (mode 0444) so that GNAT will not attempt to
5775         recompile them.  This overrides the normal file mode requirements
5776         given in <ref id="permissions-owners">.
5777       </p>
5778       </sect>
5779
5780       <sect id="sharedlibs-intradeps">
5781         <heading>Dependencies between the packages of the same library</heading>
5782
5783         <p>
5784           Typically the development version should have an exact
5785           version dependency on the runtime library, to make sure that
5786           compilation and linking happens correctly.  The
5787           <tt>${binary:Version}</tt> substitution variable can be
5788           useful for this purpose.
5789           <footnote>
5790             Previously, <tt>${Source-Version}</tt> was used, but its name
5791             was confusing and it has been deprecated since dpkg 1.13.19.
5792           </footnote>
5793         </p>
5794       </sect>
5795
5796       <sect id="sharedlibs-symbols">
5797         <heading>Dependencies between the library and other packages -
5798         the <tt>symbols</tt> system</heading>
5799
5800         <p>
5801           If a package contains a binary or library which links to a
5802           shared library, we must ensure that, when the package is
5803           installed on the system, all of the libraries needed are also
5804           installed.  These dependencies must be added to the binary
5805           package when it is built, since they may change based on which
5806           version of a shared library the binary or library was linked
5807           with.  To allow these dependencies to be constructed, shared
5808           libraries must provide either a <file>symbols</file> file or
5809           a <file>shlibs</file> file, which provide information on the
5810           package dependencies required to ensure the presence of this
5811           library.  Any package which uses a shared library must use these
5812           files to determine the required dependencies when it is built.
5813         </p>
5814
5815         <p>
5816           <file>shlibs</file> files were the original mechanism for
5817           handling library dependencies.  They are documented
5818           in <ref id="sharedlibs-shlibdeps">.  <file>symbols</file> files,
5819           documented in this section, are recommended for most packages,
5820           since they provide dependency information for each exported
5821           symbol and therefore generate more accurate dependencies for
5822           binaries that do not use symbols from newer versions of the
5823           shared library.  However, <file>shlibs</file> files must be used
5824           for udebs.  Packages which provide a <file>symbols</file> file
5825           are not required to provide a <file>shlibs</file> file.
5826         </p>
5827
5828         <p>
5829           When a package that contains any shared libraries or compiled
5830           binaries is built, it must run <prgn>dpkg-shlibdeps</prgn> on
5831           each shared library and compiled binary to determine the
5832           libraries used and hence the dependencies needed by the
5833           package.<footnote>
5834             <prgn>dpkg-shlibdeps</prgn> will use a program
5835             like <prgn>objdump</prgn> or <prgn>readelf</prgn> to find the
5836             libraries and the symbols in those libraries directly needed
5837             by the binaries or shared libraries in the package.
5838           </footnote>
5839         </p>
5840
5841         <p>
5842           We say that a binary <tt>foo</tt> <em>directly</em> uses a
5843           library <tt>libbar</tt> if it is explicitly linked with that
5844           library (that is, the library is listed in the
5845           ELF <tt>NEEDED</tt> attribute, caused by adding <tt>-lbar</tt>
5846           to the link line when the binary is created).  Other libraries
5847           that are needed by <tt>libbar</tt> are
5848           linked <em>indirectly</em> to <tt>foo</tt>, and the dynamic
5849           linker will load them automatically when it
5850           loads <tt>libbar</tt>.  A package should depend on the libraries
5851           it directly uses, but not the libraries it indirectly uses.  The
5852           dependencies for those libraries will automatically pull in the
5853           other libraries.  <prgn>dpkg-shlibdeps</prgn> will handle this
5854           logic automatically, but package maintainers need to be aware of
5855           this distinction between directly and indirectly using a library
5856           if they have to override its results for some reason.
5857           <footnote>
5858             A good example of where this helps is the following.  We could
5859             update <tt>libimlib</tt> with a new version that supports a
5860             new graphics format called dgf (but retaining the same major
5861             version number) and depends on <tt>libdgf</tt>.  If we
5862             used <prgn>ldd</prgn> to add dependencies for every library
5863             directly or indirectly linked with a binary, every package
5864             that uses <tt>libimlib</tt> would need to be recompiled so it
5865             would also depend on <tt>libdgf</tt> or it wouldn't run due to
5866             missing symbols.  Since dependencies are only added based on
5867             ELF <tt>NEEDED</tt> attribute, packages
5868             using <tt>libimlib</tt> can rely on <tt>libimlib</tt> itself
5869             having the dependency on <tt>libdgf</tt> and so they would not
5870             need rebuilding.
5871           </footnote>
5872         </p>
5873
5874         <p>
5875           In the following sections, we will first describe where the
5876           various <file>symbols</file> files are to be found, then how to
5877           use <prgn>dpkg-shlibdeps</prgn>, and finally
5878           the <file>symbols</file> file format and how to create them if
5879           your package contains a shared library.
5880         </p>
5881
5882         <sect1 id="symbols-paths">
5883           <heading>The <file>symbols</file> files present on the
5884             system</heading>
5885
5886           <p>
5887             <file>symbols</file> files for a shared library are normally
5888             provided by the shared library package, but there are several
5889             override paths that are checked first in case that information
5890             is wrong or missing.  The following list gives them in the
5891             order in which they are read by <prgn>dpkg-shlibdeps</prgn>
5892             The first one that contains the required information is used.
5893             <list>
5894               <item>
5895                 <p><file>debian/*/DEBIAN/symbols</file></p>
5896
5897                 <p>
5898                   During the package build, if the package itself contains
5899                   shared libraries with <file>symbols</file> files, they
5900                   will be generated in these staging directories
5901                   by <prgn>dpkg-gensymbols</prgn>.  <file>symbols</file>
5902                   files found in the build tree take precedence
5903                   over <file>symbols</file> files from other binary
5904                   packages.
5905                 </p>
5906
5907                 <p>
5908                   These files must exist
5909                   before <prgn>dpkg-shlibdeps</prgn> is run or the
5910                   dependencies of binaries and libraries from a source
5911                   package on other libraries from that same source package
5912                   will not be correct.  In practice, this means
5913                   that <prgn>dpkg-gensymbols</prgn> must be run
5914                   before <prgn>dpkg-shlibdeps</prgn> during the package
5915                   build.<footnote>
5916                     An example may clarify.  Suppose the source
5917                     package <tt>foo</tt> generates two binary
5918                     packages, <tt>libfoo2</tt> and <tt>foo-runtime</tt>.
5919                     When building the binary packages, the contents of the
5920                     packages are staged in the
5921                     directories <file>debian/libfoo2</file>
5922                     and <file>debian/foo-runtime</file> respectively.
5923                     (<file>debian/tmp</file> could be used instead of one
5924                     of these.)  Since <tt>libfoo2</tt> provides
5925                     the <tt>libfoo</tt> shared library, it will contain
5926                     a <tt>symbols</tt> file, which will be installed
5927                     in <file>debian/libfoo2/DEBIAN/symbols</file>,
5928                     eventually to be included as a control file in that
5929                     package.  When <prgn>dpkg-shlibdeps</prgn> is run on
5930                     the
5931                     executable <file>debian/foo-runtime/usr/bin/foo-prog</file>,
5932                     it will examine
5933                     the <file>debian/libfoo2/DEBIAN/symbols</file> file to
5934                     determine whether <tt>foo-prog</tt>'s library
5935                     dependencies are satisfied by any of the libraries
5936                     provided by <tt>libfoo2</tt>.  Since those binaries
5937                     were linked against the just-built shared library as
5938                     part of the build process, the <file>symbols</file>
5939                     file for the newly-built <tt>libfoo2</tt> must take
5940                     precedence over a <file>symbols</file> file for any
5941                     other <tt>libfoo2</tt> package already installed on
5942                     the system.
5943                   </footnote>
5944                 </p>
5945               </item>
5946
5947               <item>
5948                 <p>
5949                   <file>/etc/dpkg/symbols/<var>package</var>.symbols.<var>arch</var></file>
5950                   and <file>/etc/dpkg/symbols/<var>package</var>.symbols</file>
5951                 </p>
5952
5953                 <p>
5954                   Per-system overrides of shared library dependencies.
5955                   These files normally do not exist.  They are maintained
5956                   by the local system administrator and must not be
5957                   created by any Debian package.
5958                 </p>
5959               </item>
5960
5961               <item>
5962                 <p><file>symbols</file> control files for packages
5963                 installed on the system</p>
5964
5965                 <p>
5966                   The <file>symbols</file> control files for all the
5967                   packages currently installed on the system are searched
5968                   last.  This will be the most common source of shared
5969                   library dependency information.  These are normally
5970                   found in <file>/var/lib/dpkg/info/*.symbols</file>, but
5971                   packages should not rely on this and instead should
5972                   use <tt>dpkg-query --control-path <var>package</var>
5973                   symbols</tt> if for some reason these files need to be
5974                   examined.
5975                 </p>
5976               </item>
5977             </list>
5978           </p>
5979
5980           <p>
5981             Be aware that if a <file>debian/shlibs.local</file> exists in
5982             the source package, it will override any <file>symbols</file>
5983             files.  This is the only case where a <file>shlibs</file> is
5984             used despite <file>symbols</file> files being present.  See
5985             <ref id="shlibs-paths"> and <ref id="sharedlibs-shlibdeps">
5986             for more information.
5987           </p>
5988         </sect1>
5989
5990         <sect1 id="dpkg-shlibdeps">
5991           <heading>How to use <prgn>dpkg-shlibdeps</prgn> and the
5992             <tt>symbols</tt> files</heading>
5993
5994           <p>
5995             If your package contains any compiled binaries or shared
5996             libraries, put a call to <prgn>dpkg-shlibdeps</prgn> into
5997             your <file>debian/rules</file> file in the source package.
5998             List all of the compiled binaries, libraries, or loadable
5999             modules in your package.<footnote>
6000               The easiest way to do this is to use a package helper
6001               framework such as <tt>debhelper</tt>.  If you are
6002               using <tt>debhelper</tt>, the <prgn>dh_shlibdeps</prgn>
6003               program will do this work for you.  It will also correctly
6004               handle multi-binary packages.
6005             </footnote>
6006           </p>
6007
6008           <p>
6009             This command puts the dependency information into
6010             the <file>debian/substvars</file> file, which is then used
6011             by <prgn>dpkg-gencontrol</prgn>.  You will need to place
6012             a <tt>${shlibs:Depends}</tt> variable in the <tt>Depends</tt>
6013             field in the control file of every binary package built by
6014             this source package that contains compiled binaries,
6015             libraries, or loadable modules.  If you have multiple binary
6016             packages, you will need to call <prgn>dpkg-shlibdeps</prgn> on
6017             each one which contains compiled libraries or binaries, using
6018             the <tt>-T</tt> option to the <tt>dpkg</tt> utilities to
6019             specify a different <file>substvars</file> file for each
6020             binary package.<footnote>
6021               Again, <prgn>dh_shlibdeps</prgn>
6022               and <prgn>dh_gencontrol</prgn> will handle all of this for
6023               you if you're using <tt>debhelper</tt>, including generating
6024               separate <file>substvars</file> files for each binary
6025               package and calling <prgn>dpkg-gencontrol</prgn> with the
6026               appropriate flags.
6027             </footnote>
6028           </p>
6029
6030           <p>
6031             For more details on <prgn>dpkg-shlibdeps</prgn>,
6032             see <manref name="dpkg-shlibdeps" section="1">.
6033           </p>
6034         </sect1>
6035
6036         <sect1 id="symbols">
6037           <heading>The <file>symbols</file> File Format</heading>
6038
6039           <p>
6040             The following documents the format of the <file>symbols</file>
6041             control file as included in binary packages.  These files are
6042             built from template <file>symbols</file> files in the source
6043             package by <prgn>dpkg-gensymbols</prgn>.  The template files
6044             support a richer syntax that
6045             allows <prgn>dpkg-gensymbols</prgn> to do some of the tedious
6046             work involved in maintaining <file>symbols</file> files, such
6047             as handling C++ symbols or optional symbols that may not exist
6048             on particular architectures.  When
6049             writing <file>symbols</file> files for a shared library
6050             package, refer to <manref name="dpkg-gensymbols" section="1">
6051             for the richer syntax.
6052           </p>
6053
6054           <p>
6055             A <file>symbols</file> may contain one or more entries, one
6056             for each shared library contained in the package corresponding
6057             to that <file>symbols</file>.  Each entry has the following
6058             format:
6059           </p>
6060
6061           <p>
6062             <example>
6063 <var>library-soname</var> <var>main-dependency-template</var>
6064 [ | <var>alternative-dependency-template</var> ]
6065 [ ... ]
6066 [ * <var>field-name</var>: <var>field-value</var> ]
6067 [ ... ]
6068  <var>symbol</var> <var>minimal-version</var>[ <var>id-of-dependency-template</var> ]
6069             </example>
6070           </p>
6071
6072           <p>
6073             To explain this format, we'll use the the <tt>zlib1g</tt>
6074             package as an example, which (at the time of writing) installs
6075             the shared library <file>/usr/lib/libz.so.1.2.3.4</file>.
6076             Mandatory lines will be described first, followed by optional
6077             lines.
6078           </p>
6079
6080           <p>
6081             <var>library-soname</var> must contain exactly the value of
6082             the ELF <tt>SONAME</tt> attribute of the shared library.  In
6083             our example, this is <tt>libz.so.1</tt>.<footnote>
6084               This can be determined by using the command
6085               <example compact="compact">
6086 readelf -d /usr/lib/libz.so.1.2.3.4 | grep SONAME
6087               </example>
6088             </footnote>
6089           </p>
6090
6091           <p>
6092             <var>main-dependency-template</var> has the same syntax as a
6093             dependency field in a binary package control file, except that
6094             the string <tt>#MINVER#</tt> is replaced by a version
6095             restriction like <tt>(>= <var>version</var>)</tt> or by
6096             nothing if an unversioned dependency is deemed sufficient.
6097             The version restriction will be based on which symbols from
6098             the shared library are referenced and the version at which
6099             they were introduced (see below).  In nearly all
6100             cases, <var>main-dependency-template</var> will
6101             be <tt><var>package</var> #MINVER#</tt>,
6102             where <var>package</var> is the name of the binary package
6103             containing the shared library.  This adds a simple,
6104             possibly-versioned dependency on the shared library package.
6105             In some rare cases, such as when multiple packages provide the
6106             same shared library ABI, the dependency template may need to
6107             be more complex.
6108           </p>
6109
6110           <p>
6111             In our example, the first line of
6112             the <tt>zlib1g</tt> <file>symbols</file> file would be:
6113             <example compact="compact">
6114 libz.so.1 zlib1g #MINVER#
6115             </example>
6116           </p>
6117
6118           <p>
6119             Each public symbol exported by the shared library must have a
6120             corresponding symbol line, indented by one
6121             space.  <var>symbol</var> is the exported symbol (which, for
6122             C++, means the mangled symbol) followed by <tt>@</tt> and the
6123             symbol version, or the string <tt>Base</tt> if there is no
6124             symbol version.  <var>minimal-version</var> is the most recent
6125             version of the shared library that changed the behavior of
6126             that symbol, whether by adding it, changing its function
6127             signature (the parameters, their types, or the return type),
6128             or its behavior in a way that is visible to a
6129             caller.  <var>id-of-dependency-template</var> is an optional
6130             field that references
6131             an <var>alternative-dependency-template</var>; see below for a
6132             full description.
6133           </p>
6134
6135           <p>
6136             For example, <tt>libz.so.1</tt> contains the
6137             symbols <tt>compress</tt>
6138             and <tt>compressBound</tt>.  <tt>compress</tt> has no symbol
6139             version and last changed its behavior in upstream
6140             version <tt>1:1.1.4</tt>.  <tt>compressBound</tt> has the
6141             symbol version <tt>ZLIB_1.2.0</tt>, was introduced in upstream
6142             version <tt>1:1.2.0</tt>, and has not changed its behavior.
6143             Its <file>symbols</file> file therefore contains the lines:
6144             <example compact="compact">
6145  compress@Base 1:1.1.4
6146  compressBound@ZLIB_1.2.0 1:1.2.0
6147             </example>
6148             Packages using only <tt>compress</tt> would then get a
6149             dependency of <tt>zlib1g (>= 1:1.1.4)</tt>, but packages
6150             using <tt>compressBound</tt> would get a dependency
6151             of <tt>zlib1g (>= 1:1.2.0)</tt>.
6152           </p>
6153
6154           <p>
6155             One or more <var>alternative-dependency-template</var> lines
6156             may be provided.  These are used in cases where some symbols
6157             in the shared library should use one dependency template while
6158             others should use a different template.  The alternative
6159             dependency templates are used only if a symbol line contains
6160             the <var>id-of-dependency-template</var> field.  The first
6161             alternative dependency template is numbered 1, the second 2,
6162             and so forth.<footnote>
6163               An example of where this may be needed is with a library
6164               that implements the libGL interface.  All GL implementations
6165               provide the same set of base interfaces, and then may
6166               provide some additional interfaces only used by programs
6167               that require that specific GL implementation.  So, for
6168               example, libgl1-mesa-glx may use the
6169               following <file>symbols</file> file:
6170               <example>
6171 libGL.so.1 libgl1
6172  | libgl1-mesa-glx #MINVER#
6173  publicGlSymbol@Base 6.3-1
6174  [...]
6175  implementationSpecificSymbol@Base 6.5.2-7 1
6176  [...]
6177               </example>
6178               Binaries or shared libraries using
6179               only <tt>publicGlSymbol</tt> would depend only
6180               on <tt>libgl1</tt> (which may be provided by multiple
6181               packages), but ones
6182               using <tt>implementationSpecificSymbol</tt> would get a
6183               dependency on <tt>libgl1-mesa-glx (>= 6.5.2-7)</tt>
6184             </footnote>
6185           </p>
6186
6187           <p>
6188             Finally, the entry for the library may contain one or more
6189             metadata fields.  Currently, the only
6190             supported <var>field-name</var>
6191             is <tt>Build-Depends-Package</tt>, whose value lists
6192             the <qref id="sharedlibs-dev">library development
6193             package</qref> on which packages using this shared library
6194             declare a build dependency.  If this field is
6195             present, <prgn>dpkg-shlibdeps</prgn> uses it to ensure that
6196             the resulting binary package dependency on the shared library
6197             is at least as strict as the source package dependency on the
6198             shared library development package.<footnote>
6199               This field should normally not be necessary, since if the
6200               behavior of any symbol has changed, the corresponding
6201               symbol <var>minimal-version</var> should have been
6202               increased.  But including it makes the <tt>symbols</tt>
6203               system more robust by tightening the dependency in cases
6204               where the package using the shared library specifically
6205               requires at least a particular version of the shared library
6206               development package for some reason.
6207             </footnote>
6208             For our example, the <tt>zlib1g</tt> <file>symbols</file> file
6209             would contain:
6210             <example compact="compact">
6211  * Build-Depends-Package: zlib1g-dev
6212             </example>
6213             (Don't forget the space before the <tt>*</tt> so that it will
6214             be parsed as part of the entry for that library.)
6215           </p>
6216
6217           <p>
6218             Also see <manref name="deb-symbols" section="5">.
6219           </p>
6220         </sect1>
6221
6222         <sect1 id="providing-symbols">
6223           <heading>Providing a <file>symbols</file> file</heading>
6224
6225           <p>
6226             If your package provides a shared library, you should arrange
6227             to include a <file>symbols</file> control file following the
6228             format described above in that package.  You must include
6229             either a <file>symbols</file> control file or
6230             a <file>shlibs</file> control file.
6231           </p>
6232
6233           <p>
6234             Normally, this is done by creating a <file>symbols</file> in
6235             the source package
6236             named <file>debian/<var>package</var>.symbols</file>
6237             or <file>debian/symbols</file>, possibly
6238             with <file>.<var>arch</var></file> appended if the symbols
6239             information varies by architecture.  This file may use the
6240             extended syntax documented
6241             in <manref name="dpkg-gensymbols" section="1">.  Then,
6242             call <prgn>dpkg-gensymbols</prgn> as part of the package build
6243             process.  It will create <file>symbols</file> files in the
6244             package staging area based on the binaries and libraries in
6245             the package staging area and the <file>symbols</file> files in
6246             the source package.<footnote>
6247               If you are
6248               using <tt>debhelper</tt>, <prgn>dh_makeshlibs</prgn> will
6249               take care of calling either <prgn>dpkg-gensymbols</prgn>
6250               or generating a <file>shlibs</file> file as appropriate.
6251             </footnote>
6252           </p>
6253
6254           <p>
6255             Packages that provide <file>symbols</file> files must keep
6256             them up-to-date to ensure correct dependencies in packages
6257             that use the shared libraries.  This means updating
6258             the <file>symbols</file> file whenever a new public symbol is
6259             added, changing the <var>minimal-version</var> field whenever
6260             a symbol changes behavior or signature, and changing
6261             the <var>library-soname</var>
6262             and <var>main-dependency-template</var>, and probably all of
6263             the <var>minimal-version</var> fields, when the library
6264             changes <tt>SONAME</tt>.  Removing a public symbol from
6265             the <file>symbols</file> file because it's no longer provided
6266             by the library normally requires changing the <tt>SONAME</tt>
6267             of the library.  See <ref id="sharedlibs-runtime">.
6268           </p>
6269
6270           <p>
6271             Special care should be taken in updating
6272             the <var>minimal-version</var> field when the behavior of a
6273             public symbol changes.  This is easy to neglect, since there
6274             is no automated method of determining such changes, but
6275             failing to update <var>minimal-version</var> in this case may
6276             result in binary packages with too-weak dependencies that will
6277             fail at runtime, possibly in ways that can cause security
6278             vulnerabilities.  If the package maintainer believes that a
6279             symbol behavior change may have occurred but isn't sure, it's
6280             safer to update the <var>minimal-version</var> of all possibly
6281             affected symbols to the current upstream version rather than
6282             leave them unmodified.  This may result in unnecessarily
6283             strict dependencies, but it ensures that packages whose
6284             dependencies are satisfied will work properly.
6285           </p>
6286
6287           <p>
6288             A common example of when a change
6289             to <var>minimal-version</var> is required is a function that
6290             takes an enum or struct argument that controls what the
6291             function does.  For example:
6292             <example>
6293 enum library_op { OP_FOO, OP_BAR };
6294 int library_do_operation(enum library_op);
6295             </example>
6296             If a new operation, <tt>OP_BAZ</tt>, is added,
6297             the <var>minimal-version</var>
6298             of <tt>library_do_operation</tt> must be increased to the
6299             version at which <tt>OP_BAZ</tt> was introduced.  Otherwise, a
6300             binary built against the new version of the library (having
6301             detected at compile-time that the library
6302             supports <tt>OP_BAZ</tt>) may be installed with a shared
6303             library that doesn't support <tt>OP_BAZ</tt> and will fail at
6304             runtime when it tries to pass <tt>OP_BAZ</tt> into this
6305             function.
6306           </p>
6307
6308           <p>
6309             The <var>minimal-version</var> field normally should not
6310             contain the Debian revision of the package, since the library
6311             behavior is normally fixed for a particular upstream version
6312             and any Debian packaging of that upstream version will have
6313             the same behavior.  In the rare case that the library behavior
6314             was changed in a particular Debian revision,
6315             appending <tt>~</tt> to the end of
6316             the <var>minimal-version</var> that includes the Debian
6317             revision is recommended, since this allows backports of the
6318             shared library package using the normal backport versioning
6319             convention to satisfy the dependency.
6320           </p>
6321         </sect1>
6322       </sect>
6323
6324       <sect id="sharedlibs-shlibdeps">
6325         <heading>Dependencies between the library and other packages -
6326         the <tt>shlibs</tt> system</heading>
6327
6328         <p>
6329           The <tt>shlibs</tt> system is an alternative to
6330           the <tt>symbols</tt> system for declaring dependencies for
6331           shared libraries.  It predated the <tt>symbols</tt> system and
6332           is therefore frequently seen in older packages.  It is also
6333           required for udebs, which do not support <tt>symbols</tt>.
6334         </p>
6335
6336         <p>
6337           <file>shlibs</file> files do not provide as detailed of
6338           information as <file>symbols</file> files.  They only provide
6339           information about the library as a whole, not individual
6340           symbols, and therefore have to force tighter dependencies since
6341           they have no way of relaxing dependencies for binaries and
6342           libraries that only use symbols whose behavior has not changed.
6343           Because of this, and because of some problems with
6344           how <file>shlibs</file> files represent the
6345           library <tt>SONAME</tt>, <file>symbols</file> files are
6346           recommended instead for any shared library package that isn't a
6347           udeb.
6348         </p>
6349
6350         <p>
6351           In the following sections, we will first describe where the
6352           various <file>shlibs</file> files are to be found, then how to
6353           use <prgn>dpkg-shlibdeps</prgn>, and finally
6354           the <file>shlibs</file> file format and how to create them if
6355           your package contains a shared library.  Much of the information
6356           about <file>shlibs</file> files is the same as
6357           for <file>symbols</file> files, so only the differences will be
6358           mentioned.
6359         </p>
6360
6361         <sect1 id="shlibs-paths">
6362           <heading>The <file>shlibs</file> files present on the
6363             system</heading>
6364
6365           <p>
6366             There are several places where <tt>shlibs</tt> files are
6367             found.  The following list gives them in the order in which
6368             they are read by <prgn>dpkg-shlibdeps</prgn>.  (The first one
6369             which gives the required information is used.)
6370             <list>
6371               <item>
6372                 <p><file>debian/shlibs.local</file></p>
6373
6374                 <p>
6375                   This lists overrides for this package.  This file should
6376                   normally not be used, but may be needed temporarily in
6377                   unusual situations to work around bugs in other
6378                   packages, or in unusual cases where the normally
6379                   declared dependency information in the
6380                   installed <file>shlibs</file> file for a library cannot
6381                   be used.  This file overrides information obtained from
6382                   any other source.
6383                 </p>
6384               </item>
6385
6386               <item>
6387                 <p><file>/etc/dpkg/shlibs.override</file></p>
6388
6389                 <p>
6390                   This lists global overrides.  This list is normally
6391                   empty.  It is maintained by the local system
6392                   administrator.
6393                 </p>
6394               </item>
6395
6396               <item>
6397                 <p><file>DEBIAN/shlibs</file> files in the "build
6398                   directory"</p>
6399
6400                 <p>
6401                   These files are generated as part of the package build
6402                   process and staged for inclusion as control files in the
6403                   binary packages being built.  They provide details of
6404                   any shared libraries included in the same package.
6405                 </p>
6406               </item>
6407
6408               <item>
6409                 <p><file>shlibs</file> control files for packages
6410                   installed on the system</p>
6411
6412                 <p>
6413                   The <file>shlibs</file> control files for all the
6414                   packages currently installed on the system.  These are
6415                   normally found
6416                   in <file>/var/lib/dpkg/info/*.symbols</file>, but
6417                   packages should not rely on this and instead should
6418                   use <tt>dpkg-query --control-path <var>package</var>
6419                   shlibs</tt> if for some reason these files need to be
6420                   examined.
6421                 </p>
6422               </item>
6423
6424               <item>
6425                 <p><file>/etc/dpkg/shlibs.default</file></p>
6426
6427                 <p>
6428                   This file lists any shared libraries whose packages have
6429                   failed to provide correct <file>shlibs</file> files.  It
6430                   was used when the <file>shlibs</file> setup was first
6431                   introduced, but it is now normally empty.  It is
6432                   maintained by the <tt>dpkg</tt> maintainer.
6433                 </p>
6434               </item>
6435             </list>
6436           </p>
6437
6438           <p>
6439             If a <file>symbols</file> file for a shared library package
6440             is available, <prgn>dpkg-shlibdeps</prgn> will always use it
6441             in preference to a <file>shlibs</file>, with the exception
6442             of <file>debian/shlibs.local</file>.  The latter overrides any
6443             other <file>shlibs</file> or <file>symbols</file> files.
6444           </p>
6445         </sect1>
6446
6447         <sect1>
6448           <heading>How to use <prgn>dpkg-shlibdeps</prgn> and the
6449             <file>shlibs</file> files</heading>
6450
6451           <p>
6452             Use of <prgn>dpkg-shlibdeps</prgn> with <file>shlibs</file>
6453             files is generally the same as with <file>symbols</file>
6454             files.  See <ref id="dpkg-shlibdeps">.
6455           </p>
6456
6457           <p>
6458             If you are creating a udeb for use in the Debian Installer,
6459             you will need to specify that <prgn>dpkg-shlibdeps</prgn>
6460             should use the dependency line of type <tt>udeb</tt> by
6461             adding the <tt>-tudeb</tt> option<footnote>
6462               <prgn>dh_shlibdeps</prgn> from the <tt>debhelper</tt> suite
6463               will automatically add this option if it knows it is
6464               processing a udeb.
6465             </footnote>. If there is no dependency line of
6466             type <tt>udeb</tt> in the <file>shlibs</file>
6467             file, <prgn>dpkg-shlibdeps</prgn> will fall back to the
6468             regular dependency line.
6469           </p>
6470         </sect1>
6471
6472         <sect1 id="shlibs">
6473           <heading>The <file>shlibs</file> File Format</heading>
6474
6475           <p>
6476             Each <file>shlibs</file> file has the same format.  Lines
6477             beginning with <tt>#</tt> are considered to be comments and
6478             are ignored.  Each line is of the form:
6479             <example compact="compact">
6480 [<var>type</var>: ]<var>library-name</var> <var>soname-version</var> <var>dependencies ...</var>
6481             </example>
6482           </p>
6483
6484           <p>
6485             We will explain this by reference to the example of the
6486             <tt>zlib1g</tt> package, which (at the time of writing)
6487             installs the shared
6488             library <file>/usr/lib/libz.so.1.2.3.4</file>.
6489           </p>
6490
6491           <p>
6492             <var>type</var> is an optional element that indicates the type
6493             of package for which the line is valid. The only type
6494             currently in use is <tt>udeb</tt>.  The colon and space after
6495             the type are required.
6496           </p>
6497
6498           <p>
6499             <var>library-name</var> is the name of the shared library, in
6500             this case <tt>libz</tt>.  (This must match the name part of
6501             the soname, see below.)
6502           </p>
6503
6504           <p>
6505             <var>soname-version</var> is the version part of the
6506             ELF <tt>SONAME</tt> attribute of the library.
6507             The <tt>SONAME</tt> is the thing that must exactly match for
6508             the library to be recognized by the dynamic linker, and is
6509             usually of the
6510             form <tt><var>name</var>.so.<var>major-version</var></tt>, in
6511             our example, <tt>libz.so.1</tt>.
6512             The version part is the part which comes after
6513             <tt>.so.</tt>, so in our case, it is <tt>1</tt>.  The soname
6514             may instead be of the
6515             form <tt><var>name</var>-<var>major-version</var>.so</tt>,
6516             such as <tt>libdb-5.1.so</tt>, in which case the name would
6517             be <tt>libdb</tt> and the version would be <tt>5.1</tt>.
6518           </p>
6519
6520           <p>
6521             <var>dependencies</var> has the same syntax as a dependency
6522             field in a binary package control file.  It should give
6523             details of which packages are required to satisfy a binary
6524             built against the version of the library contained in the
6525             package.  See <ref id="depsyntax"> for details.
6526           </p>
6527
6528           <p>
6529             In our example, if the last change to the <tt>zlib1g</tt>
6530             package that could change behavior for a client of that
6531             library was in version <tt>1:1.2.3.3.dfsg-1</tt>, then
6532             the <tt>shlibs</tt> entry for this library could say:
6533             <example compact="compact">
6534 libz 1 zlib1g (>= 1:1.2.3.3.dfsg-1)
6535             </example>
6536             This version restriction must be new enough that any binary
6537             built against the current version of the library will work
6538             with any version of the shared library that satisfies that
6539             dependency.
6540           </p>
6541
6542           <p>
6543             As zlib1g also provides a udeb containing the shared library,
6544             there would also be a second line:
6545             <example compact="compact">
6546 udeb: libz 1 zlib1g-udeb (>= 1:1.2.3.3.dfsg-1)
6547             </example>
6548           </p>
6549         </sect1>
6550
6551         <sect1>
6552           <heading>Providing a <file>shlibs</file> file</heading>
6553
6554           <p>
6555             To provide a <file>shlibs</file> file for a shared library
6556             binary package, create a <file>shlibs</file> file following
6557             the format described above and place it in
6558             the <file>DEBIAN</file> directory for that package during the
6559             build.  It will then be included as a control file for that
6560             package<footnote>
6561               This is what <prgn>dh_makeshlibs</prgn> in
6562               the <package>debhelper</package> suite does. If your package
6563               also has a udeb that provides a shared
6564               library, <prgn>dh_makeshlibs</prgn> can automatically
6565               generate the <tt>udeb:</tt> lines if you specify the name of
6566               the udeb with the <tt>--add-udeb</tt> option.
6567             </footnote>.
6568           </p>
6569
6570           <p>
6571             Since <prgn>dpkg-shlibdeps</prgn> reads
6572             the <file>DEBIAN/shlibs</file> files in all of the binary
6573             packages being built from this source package, all of
6574             the <file>DEBIAN/shlibs</file> files should be installed
6575             before <prgn>dpkg-shlibdeps</prgn> is called on any of the
6576             binary packages.
6577           </p>
6578         </sect1>
6579       </sect>
6580     </chapt>
6581
6582
6583     <chapt id="opersys"><heading>The Operating System</heading>
6584
6585       <sect>
6586         <heading>File system hierarchy</heading>
6587
6588
6589         <sect1 id="fhs">
6590           <heading>File System Structure</heading>
6591
6592           <p>
6593             The location of all installed files and directories must
6594             comply with the Filesystem Hierarchy Standard (FHS),
6595             version 2.3, with the exceptions noted below, and except
6596             where doing so would violate other terms of Debian
6597             Policy.  The following exceptions to the FHS apply:
6598
6599             <enumlist>
6600               <item>
6601                 <p>
6602                   The optional rules related to user specific
6603                   configuration files for applications are stored in
6604                   the user's home directory are relaxed.  It is
6605                   recommended that such files start with the
6606                   '<tt>.</tt>' character (a "dot file"), and if an
6607                   application needs to create more than one dot file
6608                   then the preferred placement is in a subdirectory
6609                   with a name starting with a '.' character, (a "dot
6610                   directory"). In this case it is recommended the
6611                   configuration files not start with the '.'
6612                   character.
6613                 </p>
6614               </item>
6615               <item>
6616                 <p>
6617                   The requirement for amd64 to use <file>/lib64</file>
6618                   for 64 bit binaries is removed.
6619                 </p>
6620               </item>
6621               <item>
6622                 <p>
6623                   The requirement for object files, internal binaries, and
6624                   libraries, including <file>libc.so.*</file>, to be located
6625                   directly under <file>/lib{,32}</file> and
6626                   <file>/usr/lib{,32}</file> is amended, permitting files
6627                   to instead be installed to
6628                   <file>/lib/<var>triplet</var></file> and
6629                   <file>/usr/lib/<var>triplet</var></file>, where
6630                   <tt><var>triplet</var></tt> is the value returned by
6631                   <tt>dpkg-architecture -qDEB_HOST_MULTIARCH</tt> for the
6632                   architecture of the package.  Packages may <em>not</em>
6633                   install files to any <var>triplet</var> path other
6634                   than the one matching the architecture of that package;
6635                   for instance, an <tt>Architecture: amd64</tt> package
6636                   containing 32-bit x86 libraries may not install these
6637                   libraries to <file>/usr/lib/i386-linux-gnu</file>.
6638                   <footnote>
6639                     This is necessary in order to reserve the directories for
6640                     use in cross-installation of library packages from other
6641                     architectures, as part of the planned deployment of
6642                     <tt>multiarch</tt>.
6643                   </footnote>
6644                 </p>
6645                 <p>
6646                   Applications may also use a single subdirectory under
6647                   <file>/usr/lib/<var>triplet</var></file>.
6648                 </p>
6649                 <p>
6650                   The execution time linker/loader, ld*, must still be made
6651                   available in the existing location under /lib or /lib64
6652                   since this is part of the ELF ABI for the architecture.
6653                 </p>
6654               </item>
6655               <item>
6656                 <p>
6657                   The requirement that
6658                   <file>/usr/local/share/man</file> be "synonymous"
6659                   with <file>/usr/local/man</file> is relaxed to a
6660                   recommendation</p>
6661               </item>
6662               <item>
6663                 <p>
6664                   The requirement that windowmanagers with a single
6665                   configuration file call it <file>system.*wmrc</file>
6666                   is removed, as is the restriction that the window
6667                   manager subdirectory be named identically to the
6668                   window manager name itself.
6669                 </p>
6670               </item>
6671               <item>
6672                 <p>
6673                   The requirement that boot manager configuration
6674                   files live in <file>/etc</file>, or at least are
6675                   symlinked there, is relaxed to a recommendation.
6676                 </p>
6677               </item>
6678               <item>
6679                 <p>
6680                   The additional directory <file>/run</file> in the root
6681                   file system is allowed.  <file>/run</file>
6682                   replaces <file>/var/run</file>, and the
6683                   subdirectory <file>/run/lock</file>
6684                   replaces <file>/var/lock</file>, with
6685                   the <file>/var</file> directories replaced by symlinks
6686                   for backwards compatibility.  <file>/run</file>
6687                   and <file>/run/lock</file> must follow all of the
6688                   requirements in the FHS for <file>/var/run</file>
6689                   and <file>/var/lock</file>, respectively, such as file
6690                   naming conventions, file format requirements, or the
6691                   requirement that files be cleared during the boot
6692                   process.  Files and directories residing
6693                   in <file>/run</file> should be stored on a temporary
6694                   file system.
6695                 </p>
6696               </item>
6697               <item>
6698                 <p>
6699                   The following directories in the root filesystem are
6700                   additionally allowed: <file>/sys</file> and
6701                   <file>/selinux</file>. <footnote>These directories
6702                   are used as mount points to mount virtual filesystems
6703                   to get access to kernel information.</footnote>
6704                 </p>
6705               </item>
6706               <item>
6707                 <p>
6708                   On GNU/Hurd systems, the following additional
6709                   directories are allowed in the root
6710                   filesystem: <file>/hurd</file>
6711                   and <file>/servers</file>.<footnote>
6712                     These directories are used to store translators and as
6713                     a set of standard names for mount points,
6714                     respectively.
6715                   </footnote>
6716                 </p>
6717               </item>
6718             </enumlist>
6719           </p>
6720
6721           <p>
6722             The version of this document referred here can be
6723             found in the <tt>debian-policy</tt> package or on <url
6724             id="http://www.debian.org/doc/packaging-manuals/fhs/"
6725               name="FHS (Debian copy)"> alongside this manual (or, if
6726             you have the <package>debian-policy</package> installed,
6727             you can try <url
6728               id="file:///usr/share/doc/debian-policy/fhs/" name="FHS
6729               (local copy)">). The
6730             latest version, which may be a more recent version, may
6731             be found on
6732             <url id="http://www.pathname.com/fhs/" name="FHS (upstream)">.
6733             Specific questions about following the standard may be
6734             asked on the <tt>debian-devel</tt> mailing list, or
6735             referred to the FHS mailing list (see the
6736             <url id="http://www.pathname.com/fhs/" name="FHS web site"> for
6737             more information).
6738           </p>
6739         </sect1>
6740
6741         <sect1>
6742           <heading>Site-specific programs</heading>
6743
6744           <p>
6745             As mandated by the FHS, packages must not place any
6746             files in <file>/usr/local</file>, either by putting them in
6747             the file system archive to be unpacked by <prgn>dpkg</prgn>
6748             or by manipulating them in their maintainer scripts.
6749           </p>
6750
6751           <p>
6752             However, the package may create empty directories below
6753             <file>/usr/local</file> so that the system administrator knows
6754             where to place site-specific files.  These are not
6755             directories <em>in</em> <file>/usr/local</file>, but are
6756             children of directories in <file>/usr/local</file>.  These
6757             directories (<file>/usr/local/*/dir/</file>)
6758             should be removed on package removal if they are
6759             empty.
6760           </p>
6761
6762           <p>
6763             Note that this applies only to
6764             directories <em>below</em> <file>/usr/local</file>,
6765             not <em>in</em> <file>/usr/local</file>.  Packages must
6766             not create sub-directories in the
6767             directory <file>/usr/local</file> itself, except those
6768             listed in FHS, section 4.5.  However, you may create
6769             directories below them as you wish. You must not remove
6770             any of the directories listed in 4.5, even if you created
6771             them.
6772           </p>
6773
6774           <p>
6775             Since <file>/usr/local</file> can be mounted read-only from a
6776             remote server, these directories must be created and
6777             removed by the <prgn>postinst</prgn> and <prgn>prerm</prgn>
6778             maintainer scripts and not be included in the
6779             <file>.deb</file> archive.  These scripts must not fail if
6780             either of these operations fail.
6781           </p>
6782
6783           <p>
6784             For example, the <tt>emacsen-common</tt> package could
6785             contain something like
6786             <example compact="compact">
6787 if [ ! -e /usr/local/share/emacs ]; then
6788   if mkdir /usr/local/share/emacs 2>/dev/null; then
6789     if chown root:staff /usr/local/share/emacs; then
6790       chmod 2775 /usr/local/share/emacs || true
6791     fi
6792   fi
6793 fi
6794             </example>
6795             in its <prgn>postinst</prgn> script, and
6796             <example compact="compact">
6797 rmdir /usr/local/share/emacs/site-lisp 2>/dev/null || true
6798 rmdir /usr/local/share/emacs 2>/dev/null || true
6799             </example>
6800             in the <prgn>prerm</prgn> script.  (Note that this form is
6801             used to ensure that if the script is interrupted, the
6802             directory <file>/usr/local/share/emacs</file> will still be
6803             removed.)
6804           </p>
6805
6806           <p>
6807             If you do create a directory in <file>/usr/local</file> for
6808             local additions to a package, you should ensure that
6809             settings in <file>/usr/local</file> take precedence over the
6810             equivalents in <file>/usr</file>.
6811           </p>
6812
6813           <p>
6814             However, because <file>/usr/local</file> and its contents are
6815             for exclusive use of the local administrator, a package
6816             must not rely on the presence or absence of files or
6817             directories in <file>/usr/local</file> for normal operation.
6818           </p>
6819
6820           <p>
6821             The <file>/usr/local</file> directory itself and all the
6822             subdirectories created by the package should (by default) have
6823             permissions 2775 (group-writable and set-group-id) and be
6824             owned by <tt>root:staff</tt>.
6825           </p>
6826         </sect1>
6827
6828         <sect1>
6829           <heading>The system-wide mail directory</heading>
6830           <p>
6831             The system-wide mail directory
6832             is <file>/var/mail</file>. This directory is part of the
6833             base system and should not be owned by any particular mail
6834             agents.  The use of the old
6835             location <file>/var/spool/mail</file> is deprecated, even
6836             though the spool may still be physically located there.
6837           </p>
6838         </sect1>
6839
6840         <sect1 id="fhs-run">
6841           <heading><file>/run</file> and <file>/run/lock</file></heading>
6842
6843           <p>
6844             The directory <file>/run</file> is cleared at boot, normally
6845             by being a mount point for a temporary file system.  Packages
6846             therefore must not assume that any files or directories
6847             under <file>/run</file> other than <file>/run/lock</file>
6848             exist unless the package has arranged to create those files or
6849             directories since the last reboot.  Normally, this is done by
6850             the package via an init script.  See <ref id="writing-init">
6851             for more information.
6852           </p>
6853
6854           <p>
6855             Packages must not include files or directories
6856             under <file>/run</file>, or under the
6857             older <file>/var/run</file> and <file>/var/lock<file> paths.
6858             The latter paths will normally be symlinks or other
6859             redirections to <file>/run</file> for backwards compatibility.
6860           </p>
6861         </sect1>
6862       </sect>
6863
6864       <sect>
6865         <heading>Users and groups</heading>
6866
6867         <sect1>
6868           <heading>Introduction</heading>
6869           <p>
6870             The Debian system can be configured to use either plain or
6871             shadow passwords.
6872           </p>
6873
6874           <p>
6875             Some user ids (UIDs) and group ids (GIDs) are reserved
6876             globally for use by certain packages.  Because some
6877             packages need to include files which are owned by these
6878             users or groups, or need the ids compiled into binaries,
6879             these ids must be used on any Debian system only for the
6880             purpose for which they are allocated. This is a serious
6881             restriction, and we should avoid getting in the way of
6882             local administration policies. In particular, many sites
6883             allocate users and/or local system groups starting at 100.
6884           </p>
6885
6886           <p>
6887             Apart from this we should have dynamically allocated ids,
6888             which should by default be arranged in some sensible
6889             order, but the behavior should be configurable.
6890           </p>
6891
6892           <p>
6893             Packages other than <tt>base-passwd</tt> must not modify
6894             <file>/etc/passwd</file>, <file>/etc/shadow</file>,
6895             <file>/etc/group</file> or <file>/etc/gshadow</file>.
6896           </p>
6897         </sect1>
6898
6899         <sect1>
6900           <heading>UID and GID classes</heading>
6901           <p>
6902             The UID and GID numbers are divided into classes as
6903             follows:
6904             <taglist>
6905               <tag>0-99:</tag>
6906               <item>
6907                 <p>
6908                   Globally allocated by the Debian project, the same
6909                   on every Debian system.  These ids will appear in
6910                   the <file>passwd</file> and <file>group</file> files of all
6911                   Debian systems, new ids in this range being added
6912                   automatically as the <tt>base-passwd</tt> package is
6913                   updated.
6914                 </p>
6915
6916                 <p>
6917                   Packages which need a single statically allocated
6918                   uid or gid should use one of these; their
6919                   maintainers should ask the <tt>base-passwd</tt>
6920                   maintainer for ids.
6921                 </p>
6922               </item>
6923
6924               <tag>100-999:</tag>
6925               <item>
6926                 <p>
6927                   Dynamically allocated system users and groups.
6928                   Packages which need a user or group, but can have
6929                   this user or group allocated dynamically and
6930                   differently on each system, should use <tt>adduser
6931                   --system</tt> to create the group and/or user.
6932                   <prgn>adduser</prgn> will check for the existence of
6933                   the user or group, and if necessary choose an unused
6934                   id based on the ranges specified in
6935                   <file>adduser.conf</file>.
6936                 </p>
6937               </item>
6938
6939               <tag>1000-59999:</tag>
6940               <item>
6941                 <p>
6942                   Dynamically allocated user accounts.  By default
6943                   <prgn>adduser</prgn> will choose UIDs and GIDs for
6944                   user accounts in this range, though
6945                   <file>adduser.conf</file> may be used to modify this
6946                   behavior.
6947                 </p>
6948               </item>
6949
6950               <tag>60000-64999:</tag>
6951               <item>
6952                 <p>
6953                   Globally allocated by the Debian project, but only
6954                   created on demand. The ids are allocated centrally
6955                   and statically, but the actual accounts are only
6956                   created on users' systems on demand.
6957                 </p>
6958
6959                 <p>
6960                   These ids are for packages which are obscure or
6961                   which require many statically-allocated ids.  These
6962                   packages should check for and create the accounts in
6963                   <file>/etc/passwd</file> or <file>/etc/group</file> (using
6964                   <prgn>adduser</prgn> if it has this facility) if
6965                   necessary.  Packages which are likely to require
6966                   further allocations should have a "hole" left after
6967                   them in the allocation, to give them room to
6968                   grow.
6969                 </p>
6970               </item>
6971
6972               <tag>65000-65533:</tag>
6973               <item>
6974                 <p>Reserved.</p>
6975               </item>
6976
6977               <tag>65534:</tag>
6978               <item>
6979                 <p>
6980                   User <tt>nobody</tt>. The corresponding gid refers
6981                   to the group <tt>nogroup</tt>.
6982                 </p>
6983               </item>
6984
6985               <tag>65535:</tag>
6986               <item>
6987                 <p>
6988                   <tt>(uid_t)(-1) == (gid_t)(-1)</tt> <em>must
6989                   not</em> be used, because it is the error return
6990                   sentinel value.
6991                 </p>
6992               </item>
6993             </taglist>
6994           </p>
6995         </sect1>
6996       </sect>
6997
6998       <sect id="sysvinit">
6999         <heading>System run levels and <file>init.d</file> scripts</heading>
7000
7001         <sect1 id="/etc/init.d">
7002           <heading>Introduction</heading>
7003
7004           <p>
7005             The <file>/etc/init.d</file> directory contains the scripts
7006             executed by <prgn>init</prgn> at boot time and when the
7007             init state (or "runlevel") is changed (see <manref
7008             name="init" section="8">).
7009           </p>
7010
7011           <p>
7012             There are at least two different, yet functionally
7013             equivalent, ways of handling these scripts.  For the sake
7014             of simplicity, this document describes only the symbolic
7015             link method. However, it must not be assumed by maintainer
7016             scripts that this method is being used, and any automated
7017             manipulation of the various runlevel behaviors by
7018             maintainer scripts must be performed using
7019             <prgn>update-rc.d</prgn> as described below and not by
7020             manually installing or removing symlinks.  For information
7021             on the implementation details of the other method,
7022             implemented in the <tt>file-rc</tt> package, please refer
7023             to the documentation of that package.
7024           </p>
7025
7026           <p>
7027             These scripts are referenced by symbolic links in the
7028             <file>/etc/rc<var>n</var>.d</file> directories.  When changing
7029             runlevels, <prgn>init</prgn> looks in the directory
7030             <file>/etc/rc<var>n</var>.d</file> for the scripts it should
7031             execute, where <tt><var>n</var></tt> is the runlevel that
7032             is being changed to, or <tt>S</tt> for the boot-up
7033             scripts.
7034           </p>
7035
7036           <p>
7037             The names of the links all have the form
7038             <file>S<var>mm</var><var>script</var></file> or
7039             <file>K<var>mm</var><var>script</var></file> where
7040             <var>mm</var> is a two-digit number and <var>script</var>
7041             is the name of the script (this should be the same as the
7042             name of the actual script in <file>/etc/init.d</file>).
7043           </p>
7044
7045           <p>
7046             When <prgn>init</prgn> changes runlevel first the targets
7047             of the links whose names start with a <tt>K</tt> are
7048             executed, each with the single argument <tt>stop</tt>,
7049             followed by the scripts prefixed with an <tt>S</tt>, each
7050             with the single argument <tt>start</tt>.  (The links are
7051             those in the <file>/etc/rc<var>n</var>.d</file> directory
7052             corresponding to the new runlevel.)  The <tt>K</tt> links
7053             are responsible for killing services and the <tt>S</tt>
7054             link for starting services upon entering the runlevel.
7055           </p>
7056
7057           <p>
7058             For example, if we are changing from runlevel 2 to
7059             runlevel 3, init will first execute all of the <tt>K</tt>
7060             prefixed scripts it finds in <file>/etc/rc3.d</file>, and then
7061             all of the <tt>S</tt> prefixed scripts in that directory.
7062             The links starting with <tt>K</tt> will cause the
7063             referred-to file to be executed with an argument of
7064             <tt>stop</tt>, and the <tt>S</tt> links with an argument
7065             of <tt>start</tt>.
7066           </p>
7067
7068           <p>
7069             The two-digit number <var>mm</var> is used to determine
7070             the order in which to run the scripts: low-numbered links
7071             have their scripts run first.  For example, the
7072             <tt>K20</tt> scripts will be executed before the
7073             <tt>K30</tt> scripts.  This is used when a certain service
7074             must be started before another.  For example, the name
7075             server <prgn>bind</prgn> might need to be started before
7076             the news server <prgn>inn</prgn> so that <prgn>inn</prgn>
7077             can set up its access lists.  In this case, the script
7078             that starts <prgn>bind</prgn> would have a lower number
7079             than the script that starts <prgn>inn</prgn> so that it
7080             runs first:
7081             <example compact="compact">
7082 /etc/rc2.d/S17bind
7083 /etc/rc2.d/S70inn
7084             </example>
7085           </p>
7086
7087           <p>
7088             The two runlevels 0 (halt) and 6 (reboot) are slightly
7089             different.  In these runlevels, the links with an
7090             <tt>S</tt> prefix are still called after those with a
7091             <tt>K</tt> prefix, but they too are called with the single
7092             argument <tt>stop</tt>.
7093           </p>
7094         </sect1>
7095
7096         <sect1 id="writing-init">
7097           <heading>Writing the scripts</heading>
7098
7099           <p>
7100             Packages that include daemons for system services should
7101             place scripts in <file>/etc/init.d</file> to start or stop
7102             services at boot time or during a change of runlevel.
7103             These scripts should be named
7104             <file>/etc/init.d/<var>package</var></file>, and they should
7105             accept one argument, saying what to do:
7106
7107             <taglist>
7108               <tag><tt>start</tt></tag>
7109               <item>start the service,</item>
7110
7111               <tag><tt>stop</tt></tag>
7112               <item>stop the service,</item>
7113
7114               <tag><tt>restart</tt></tag>
7115               <item>stop and restart the service if it's already running,
7116                   otherwise start the service</item>
7117
7118               <tag><tt>reload</tt></tag>
7119               <item><p>cause the configuration of the service to be
7120                   reloaded without actually stopping and restarting
7121                   the service,</item>
7122
7123               <tag><tt>force-reload</tt></tag>
7124               <item>cause the configuration to be reloaded if the
7125                   service supports this, otherwise restart the
7126                   service.</item>
7127             </taglist>
7128
7129             The <tt>start</tt>, <tt>stop</tt>, <tt>restart</tt>, and
7130             <tt>force-reload</tt> options should be supported by all
7131             scripts in <file>/etc/init.d</file>, the <tt>reload</tt>
7132             option is optional.
7133           </p>
7134
7135           <p>
7136             The <file>init.d</file> scripts must ensure that they will
7137             behave sensibly (i.e., returning success and not starting
7138             multiple copies of a service) if invoked with <tt>start</tt>
7139             when the service is already running, or with <tt>stop</tt>
7140             when it isn't, and that they don't kill unfortunately-named
7141             user processes.  The best way to achieve this is usually to
7142             use <prgn>start-stop-daemon</prgn> with the <tt>--oknodo</tt>
7143             option.
7144           </p>
7145
7146           <p>
7147             Be careful of using <tt>set -e</tt> in <file>init.d</file>
7148             scripts.  Writing correct <file>init.d</file> scripts requires
7149             accepting various error exit statuses when daemons are already
7150             running or already stopped without aborting
7151             the <file>init.d</file> script, and common <file>init.d</file>
7152             function libraries are not safe to call with <tt>set -e</tt>
7153             in effect<footnote>
7154               <tt>/lib/lsb/init-functions</tt>, which assists in writing
7155               LSB-compliant init scripts, may fail if <tt>set -e</tt> is
7156               in effect and echoing status messages to the console fails,
7157               for example.
7158             </footnote>.  For <tt>init.d</tt> scripts, it's often easier
7159             to not use <tt>set -e</tt> and instead check the result of
7160             each command separately.
7161           </p>
7162
7163           <p>
7164             If a service reloads its configuration automatically (as
7165             in the case of <prgn>cron</prgn>, for example), the
7166             <tt>reload</tt> option of the <file>init.d</file> script
7167             should behave as if the configuration has been reloaded
7168             successfully.
7169           </p>
7170
7171           <p>
7172             The <file>/etc/init.d</file> scripts must be treated as
7173             configuration files, either (if they are present in the
7174             package, that is, in the .deb file) by marking them as
7175             <tt>conffile</tt>s, or, (if they do not exist in the .deb)
7176             by managing them correctly in the maintainer scripts (see
7177             <ref id="config-files">).  This is important since we want
7178             to give the local system administrator the chance to adapt
7179             the scripts to the local system, e.g., to disable a
7180             service without de-installing the package, or to specify
7181             some special command line options when starting a service,
7182             while making sure their changes aren't lost during the next
7183             package upgrade.
7184           </p>
7185
7186           <p>
7187             These scripts should not fail obscurely when the
7188             configuration files remain but the package has been
7189             removed, as configuration files remain on the system after
7190             the package has been removed.  Only when <prgn>dpkg</prgn>
7191             is executed with the <tt>--purge</tt> option will
7192             configuration files be removed.  In particular, as the
7193             <file>/etc/init.d/<var>package</var></file> script itself is
7194             usually a <tt>conffile</tt>, it will remain on the system
7195             if the package is removed but not purged.  Therefore, you
7196             should include a <tt>test</tt> statement at the top of the
7197             script, like this:
7198             <example compact="compact">
7199 test -f <var>program-executed-later-in-script</var> || exit 0
7200             </example>
7201           </p>
7202
7203           <p>
7204             Often there are some variables in the <file>init.d</file>
7205             scripts whose values control the behavior of the scripts,
7206             and which a system administrator is likely to want to
7207             change.  As the scripts themselves are frequently
7208             <tt>conffile</tt>s, modifying them requires that the
7209             administrator merge in their changes each time the package
7210             is upgraded and the <tt>conffile</tt> changes.  To ease
7211             the burden on the system administrator, such configurable
7212             values should not be placed directly in the script.
7213             Instead, they should be placed in a file in
7214             <file>/etc/default</file>, which typically will have the same
7215             base name as the <file>init.d</file> script.  This extra file
7216             should be sourced by the script when the script runs.  It
7217             must contain only variable settings and comments in SUSv3
7218             <prgn>sh</prgn> format.  It may either be a
7219             <tt>conffile</tt> or a configuration file maintained by
7220             the package maintainer scripts.  See <ref id="config-files">
7221             for more details.
7222           </p>
7223
7224           <p>
7225             To ensure that vital configurable values are always
7226             available, the <file>init.d</file> script should set default
7227             values for each of the shell variables it uses, either
7228             before sourcing the <file>/etc/default/</file> file or
7229             afterwards using something like the <tt>:
7230             ${VAR:=default}</tt> syntax.  Also, the <file>init.d</file>
7231             script must behave sensibly and not fail if the
7232             <file>/etc/default</file> file is deleted.
7233           </p>
7234
7235           <p>
7236             Files and directories under <file>/run</file>, including ones
7237             referred to via the compatibility paths <file>/var/run</file>
7238             and <file>/var/lock</file>, are normally stored on a temporary
7239             filesystem and are normally not persistent across a reboot.
7240             The <file>init.d</file> scripts must handle this correctly.
7241             This will typically mean creating any required subdirectories
7242             dynamically when the <file>init.d</file> script is run.
7243             See <ref id="fhs-run"> for more information.
7244           </p>
7245         </sect1>
7246
7247         <sect1>
7248           <heading>Interfacing with the initscript system</heading>
7249
7250           <p>
7251             Maintainers should use the abstraction layer provided by
7252             the <prgn>update-rc.d</prgn> and <prgn>invoke-rc.d</prgn>
7253             programs to deal with initscripts in their packages'
7254             scripts such as <prgn>postinst</prgn>, <prgn>prerm</prgn>
7255             and <prgn>postrm</prgn>.
7256           </p>
7257
7258           <p>
7259             Directly managing the /etc/rc?.d links and directly
7260             invoking the <file>/etc/init.d/</file> initscripts should
7261             be done only by packages providing the initscript
7262             subsystem (such as <prgn>sysv-rc</prgn> and
7263             <prgn>file-rc</prgn>).
7264           </p>
7265
7266           <sect2>
7267             <heading>Managing the links</heading>
7268
7269             <p>
7270               The program <prgn>update-rc.d</prgn> is provided for
7271               package maintainers to arrange for the proper creation and
7272               removal of <file>/etc/rc<var>n</var>.d</file> symbolic links,
7273               or their functional equivalent if another method is being
7274               used.  This may be used by maintainers in their packages'
7275               <prgn>postinst</prgn> and <prgn>postrm</prgn> scripts.
7276             </p>
7277
7278             <p>
7279               You must not include any <file>/etc/rc<var>n</var>.d</file>
7280               symbolic links in the actual archive or manually create or
7281               remove the symbolic links in maintainer scripts; you must
7282               use the <prgn>update-rc.d</prgn> program instead.  (The
7283               former will fail if an alternative method of maintaining
7284               runlevel information is being used.)  You must not include
7285               the <file>/etc/rc<var>n</var>.d</file> directories themselves
7286               in the archive either.  (Only the <tt>sysvinit</tt>
7287               package may do so.)
7288             </p>
7289
7290             <p>
7291               By default <prgn>update-rc.d</prgn> will start services in
7292               each of the multi-user state runlevels (2, 3, 4, and 5)
7293               and stop them in the halt runlevel (0), the single-user
7294               runlevel (1) and the reboot runlevel (6).  The system
7295               administrator will have the opportunity to customize
7296               runlevels by simply adding, moving, or removing the
7297               symbolic links in <file>/etc/rc<var>n</var>.d</file> if
7298               symbolic links are being used, or by modifying
7299               <file>/etc/runlevel.conf</file> if the <tt>file-rc</tt> method
7300               is being used.
7301             </p>
7302
7303             <p>
7304               To get the default behavior for your package, put in your
7305               <prgn>postinst</prgn> script
7306               <example compact="compact">
7307                 update-rc.d <var>package</var> defaults
7308               </example>
7309               and in your <prgn>postrm</prgn>
7310               <example compact="compact">
7311                 if [ "$1" = purge ]; then
7312                 update-rc.d <var>package</var> remove
7313                 fi
7314               </example>. Note that if your package changes runlevels
7315               or priority, you may have to remove and recreate the links,
7316               since otherwise the old links may persist. Refer to the
7317               documentation of <prgn>update-rc.d</prgn>.
7318             </p>
7319
7320             <p>
7321               This will use a default sequence number of 20.  If it does
7322               not matter when or in which order the <file>init.d</file>
7323               script is run, use this default.  If it does, then you
7324               should talk to the maintainer of the <prgn>sysvinit</prgn>
7325               package or post to <tt>debian-devel</tt>, and they will
7326               help you choose a number.
7327             </p>
7328
7329             <p>
7330               For more information about using <tt>update-rc.d</tt>,
7331               please consult its man page <manref name="update-rc.d"
7332                 section="8">.
7333             </p>
7334           </sect2>
7335
7336           <sect2>
7337             <heading>Running initscripts</heading>
7338             <p>
7339               The program <prgn>invoke-rc.d</prgn> is provided to make
7340               it easier for package maintainers to properly invoke an
7341               initscript, obeying runlevel and other locally-defined
7342               constraints that might limit a package's right to start,
7343               stop and otherwise manage services. This program may be
7344               used by maintainers in their packages' scripts.
7345             </p>
7346
7347             <p>
7348               The package maintainer scripts must use
7349               <prgn>invoke-rc.d</prgn> to invoke the
7350               <file>/etc/init.d/*</file> initscripts, instead of
7351               calling them directly.
7352             </p>
7353
7354             <p>
7355               By default, <prgn>invoke-rc.d</prgn> will pass any
7356               action requests (start, stop, reload, restart...) to the
7357               <file>/etc/init.d</file> script, filtering out requests
7358               to start or restart a service out of its intended
7359               runlevels.
7360             </p>
7361
7362             <p>
7363               Most packages will simply need to change:
7364               <example compact="compact">/etc/init.d/&lt;package&gt;
7365               &lt;action&gt;</example> in their <prgn>postinst</prgn>
7366               and <prgn>prerm</prgn> scripts to:
7367               <example compact="compact">
7368         if which invoke-rc.d >/dev/null 2>&1; then
7369                 invoke-rc.d <var>package</var> &lt;action&gt;
7370         else
7371                 /etc/init.d/<var>package</var> &lt;action&gt;
7372         fi
7373               </example>
7374             </p>
7375
7376             <p>
7377               A package should register its initscript services using
7378               <prgn>update-rc.d</prgn> before it tries to invoke them
7379               using <prgn>invoke-rc.d</prgn>. Invocation of
7380               unregistered services may fail.
7381             </p>
7382
7383             <p>
7384               For more information about using
7385               <prgn>invoke-rc.d</prgn>, please consult its man page
7386               <manref name="invoke-rc.d" section="8">.
7387             </p>
7388           </sect2>
7389         </sect1>
7390
7391         <sect1>
7392           <heading>Boot-time initialization</heading>
7393
7394           <p>
7395             There used to be another directory, <file>/etc/rc.boot</file>,
7396             which contained scripts which were run once per machine
7397             boot. This has been deprecated in favour of links from
7398             <file>/etc/rcS.d</file> to files in <file>/etc/init.d</file> as
7399             described in <ref id="/etc/init.d">.  Packages must not
7400             place files in <file>/etc/rc.boot</file>.
7401           </p>
7402         </sect1>
7403
7404         <sect1>
7405           <heading>Example</heading>
7406
7407           <p>
7408             An example on which you can base your
7409             <file>/etc/init.d</file> scripts is found in
7410             <file>/etc/init.d/skeleton</file>.
7411           </p>
7412
7413         </sect1>
7414       </sect>
7415
7416       <sect>
7417         <heading>Console messages from <file>init.d</file> scripts</heading>
7418
7419         <p>
7420           This section describes the formats to be used for messages
7421           written to standard output by the <file>/etc/init.d</file>
7422           scripts.  The intent is to improve the consistency of
7423           Debian's startup and shutdown look and feel.  For this
7424           reason, please look very carefully at the details.  We want
7425           the messages to have the same format in terms of wording,
7426           spaces, punctuation and case of letters.
7427         </p>
7428
7429         <p>
7430           Here is a list of overall rules that should be used for
7431           messages generated by <file>/etc/init.d</file> scripts.  
7432         </p>
7433
7434         <p>
7435           <list>
7436             <item>
7437                 The message should fit in one line (fewer than 80
7438                 characters), start with a capital letter and end with
7439                 a period (<tt>.</tt>) and line feed (<tt>"\n"</tt>).
7440             </item>
7441
7442             <item>
7443               If the script is performing some time consuming task in
7444               the background (not merely starting or stopping a
7445               program, for instance), an ellipsis (three dots:
7446               <tt>...</tt>) should be output to the screen, with no
7447               leading or tailing whitespace or line feeds.
7448             </item>
7449
7450             <item>
7451               The messages should appear as if the computer is telling
7452               the user what it is doing (politely :-), but should not
7453                 mention "it" directly.  For example, instead of:
7454                 <example compact="compact">
7455 I'm starting network daemons: nfsd mountd.
7456                 </example>
7457                 the message should say
7458                 <example compact="compact">
7459 Starting network daemons: nfsd mountd.
7460                 </example>
7461             </item>
7462           </list>
7463         </p>
7464
7465         <p>
7466           <tt>init.d</tt> script should use the following  standard
7467           message formats for the situations enumerated below.
7468         </p>
7469
7470         <p>
7471           <list>
7472             <item>
7473               <p>When daemons are started</p>
7474
7475               <p>
7476                 If the script starts one or more daemons, the output
7477                 should look like this (a single line, no leading
7478                 spaces):
7479                 <example compact="compact">
7480 Starting <var>description</var>: <var>daemon-1</var> ... <var>daemon-n</var>.
7481                 </example>
7482                 The <var>description</var> should describe the
7483                 subsystem the daemon or set of daemons are part of,
7484                 while <var>daemon-1</var> up to <var>daemon-n</var>
7485                 denote each daemon's name (typically the file name of
7486                 the program).
7487               </p>
7488
7489               <p>
7490                 For example, the output of <file>/etc/init.d/lpd</file>
7491                 would look like:
7492                 <example compact="compact">
7493 Starting printer spooler: lpd.
7494                 </example>
7495               </p>
7496
7497               <p>
7498                 This can be achieved by saying
7499                 <example compact="compact">
7500 echo -n "Starting printer spooler: lpd"
7501 start-stop-daemon --start --quiet --exec /usr/sbin/lpd
7502 echo "."
7503                 </example>
7504                 in the script. If there are more than one daemon to
7505                 start, the output should look like this:
7506                 <example compact="compact">
7507 echo -n "Starting remote file system services:"
7508 echo -n " nfsd"; start-stop-daemon --start --quiet nfsd
7509 echo -n " mountd"; start-stop-daemon --start --quiet mountd
7510 echo -n " ugidd"; start-stop-daemon --start --quiet ugidd
7511 echo "."
7512                 </example>
7513                 This makes it possible for the user to see what is
7514                 happening and when the final daemon has been started.
7515                 Care should be taken in the placement of white spaces:
7516                 in the example above the system administrators can
7517                 easily comment out a line if they don't want to start
7518                 a specific daemon, while the displayed message still
7519                 looks good.
7520               </p>
7521             </item>
7522
7523             <item>
7524               <p>When a system parameter is being set</p>
7525
7526               <p>
7527                 If you have to set up different system parameters
7528                 during the system boot, you should use this format:
7529                 <example compact="compact">
7530 Setting <var>parameter</var> to "<var>value</var>".
7531                 </example>
7532               </p>
7533
7534               <p>
7535                 You can use a statement such as the following to get
7536                 the quotes right:
7537                 <example compact="compact">
7538 echo "Setting DNS domainname to \"$domainname\"."
7539                 </example>
7540               </p>
7541
7542               <p>
7543                 Note that the same symbol (<tt>"</tt>) <!-- " --> is used
7544                 for the left and right quotation marks.  A grave accent
7545                 (<tt>`</tt>) is not a quote character; neither is an
7546                 apostrophe (<tt>'</tt>).
7547               </p>
7548             </item>
7549
7550             <item>
7551               <p>When a daemon is stopped or restarted</p>
7552
7553               <p>
7554                 When you stop or restart a daemon, you should issue a
7555                 message identical to the startup message, except that
7556                 <tt>Starting</tt> is replaced with <tt>Stopping</tt>
7557                 or <tt>Restarting</tt> respectively.
7558               </p>
7559
7560               <p>
7561                 For example, stopping the printer daemon will look like
7562                 this:
7563                 <example compact="compact">
7564 Stopping printer spooler: lpd.
7565                 </example>
7566               </p>
7567             </item>
7568
7569             <item>
7570               <p>When something is executed</p>
7571
7572               <p>
7573                 There are several examples where you have to run a
7574                 program at system startup or shutdown to perform a
7575                 specific task, for example, setting the system's clock
7576                 using <prgn>netdate</prgn> or killing all processes
7577                 when the system shuts down.  Your message should look
7578                 like this:
7579                 <example compact="compact">
7580 Doing something very useful...done.
7581                 </example>
7582                 You should print the <tt>done.</tt> immediately after
7583                 the job has been completed, so that the user is
7584                 informed why they have to wait.  You can get this
7585                 behavior by saying
7586                 <example compact="compact">
7587 echo -n "Doing something very useful..."
7588 do_something
7589 echo "done."
7590                 </example>
7591                 in your script.
7592               </p>
7593             </item>
7594
7595             <item>
7596               <p>When the configuration is reloaded</p>
7597
7598               <p>
7599                 When a daemon is forced to reload its configuration
7600                 files you should use the following format:
7601                 <example compact="compact">
7602 Reloading <var>description</var> configuration...done.
7603                 </example>
7604                 where <var>description</var> is the same as in the
7605                 daemon starting message.
7606               </p>
7607             </item>
7608           </list>
7609         </p>
7610       </sect>
7611
7612       <sect id="cron-jobs">
7613         <heading>Cron jobs</heading>
7614
7615         <p>
7616           Packages must not modify the configuration file
7617           <file>/etc/crontab</file>, and they must not modify the files in
7618           <file>/var/spool/cron/crontabs</file>.
7619         </p>
7620
7621         <p>
7622           If a package wants to install a job that has to be executed via
7623           cron, it should place a file named as specified
7624           in <ref id="cron-files"> into one or more of the following
7625           directories:
7626           <example compact="compact">
7627 /etc/cron.hourly
7628 /etc/cron.daily
7629 /etc/cron.weekly
7630 /etc/cron.monthly
7631           </example>
7632           As these directory names imply, the files within them are
7633           executed on an hourly, daily, weekly, or monthly basis,
7634           respectively. The exact times are listed in
7635           <file>/etc/crontab</file>.
7636         </p>
7637
7638         <p>
7639           All files installed in any of these directories must be
7640           scripts (e.g., shell scripts or Perl scripts) so that they
7641           can easily be modified by the local system administrator.
7642           In addition, they must be treated as configuration files.
7643         </p>
7644
7645         <p>
7646           If a certain job has to be executed at some other frequency or
7647           at a specific time, the package should install a file in
7648           <file>/etc/cron.d</file> with a name as specified
7649           in <ref id="cron-files">.  This file uses the same syntax
7650           as <file>/etc/crontab</file> and is processed
7651           by <prgn>cron</prgn> automatically. The file must also be
7652           treated as a configuration file. (Note that entries in the
7653           <file>/etc/cron.d</file> directory are not handled by
7654           <prgn>anacron</prgn>. Thus, you should only use this
7655           directory for jobs which may be skipped if the system is not
7656           running.)
7657         </p>
7658
7659         <p>
7660           Unlike <file>crontab</file> files described in the IEEE Std
7661           1003.1-2008 (POSIX.1) available from
7662           <url id="http://www.opengroup.org/onlinepubs/9699919799/"
7663                name="The Open Group">, the files in
7664           <file>/etc/cron.d</file> and the file
7665           <file>/etc/crontab</file> have seven fields; namely:
7666           <enumlist>
7667             <item>Minute [0,59]</item>
7668             <item>Hour [0,23]</item>
7669             <item>Day of the month [1,31]</item>
7670             <item>Month of the year [1,12]</item>
7671             <item>Day of the week ([0,6] with 0=Sunday)</item>
7672             <item>Username</item>
7673             <item>Command to be run</item>
7674           </enumlist>
7675           Ranges of numbers are allowed.  Ranges are two numbers
7676           separated with a hyphen.  The specified range is inclusive.
7677           Lists are allowed.  A list is a set of numbers (or ranges)
7678           separated by commas. Step values can be used in conjunction
7679           with ranges.
7680         </p>
7681
7682         <p>
7683           The scripts or <tt>crontab</tt> entries in these directories should
7684           check if all necessary programs are installed before they
7685           try to execute them. Otherwise, problems will arise when a
7686           package was removed but not purged since configuration files
7687           are kept on the system in this situation.
7688         </p>
7689
7690         <p>
7691           Any <tt>cron</tt> daemon must provide
7692           <file>/usr/bin/crontab</file> and support normal
7693           <tt>crontab</tt> entries as specified in POSIX. The daemon
7694           must also support names for days and months, ranges, and
7695           step values. It has to support <file>/etc/crontab</file>,
7696           and correctly execute the scripts in
7697           <file>/etc/cron.d</file>. The daemon must also correctly
7698           execute scripts in
7699           <file>/etc/cron.{hourly,daily,weekly,monthly}</file>.
7700         </p>
7701
7702         <sect1 id="cron-files">
7703           <heading>Cron job file names</heading>
7704
7705           <p>
7706             The file name of a cron job file should normally match the
7707             name of the package from which it comes.
7708           </p>
7709
7710           <p>
7711             If a package supplies multiple cron job files files in the
7712             same directory, the file names should all start with the name
7713             of the package (possibly modified as described below) followed
7714             by a hyphen (<tt>-</tt>) and a suitable suffix.
7715           </p>
7716
7717           <p>
7718             A cron job file name must not include any period or plus
7719             characters (<tt>.</tt> or <tt>+</tt>) characters as this will
7720             cause cron to ignore the file.  Underscores (<tt>_</tt>)
7721             should be used instead of <tt>.</tt> and <tt>+</tt>
7722             characters.
7723           </p>
7724         </sect1>
7725       </sect>
7726
7727       <sect id="menus">
7728         <heading>Menus</heading>
7729
7730         <p>
7731           The Debian <tt>menu</tt> package provides a standard
7732           interface between packages providing applications and
7733           <em>menu programs</em> (either X window managers or
7734           text-based menu programs such as <prgn>pdmenu</prgn>).
7735         </p>
7736
7737         <p>
7738           All packages that provide applications that need not be
7739           passed any special command line arguments for normal
7740           operation should register a menu entry for those
7741           applications, so that users of the <tt>menu</tt> package
7742           will automatically get menu entries in their window
7743           managers, as well in shells like <tt>pdmenu</tt>.
7744         </p>
7745
7746         <p>
7747           Menu entries should follow the current menu policy.
7748         </p>
7749
7750         <p>
7751           The menu policy can be found in the <tt>menu-policy</tt>
7752           files in the <tt>debian-policy</tt> package.
7753           It is also available from the Debian web mirrors at
7754           <tt><url name="/doc/packaging-manuals/menu-policy/"
7755                 id="http://www.debian.org/doc/packaging-manuals/menu-policy/"></tt>.
7756         </p>
7757
7758         <p>
7759           Please also refer to the <em>Debian Menu System</em>
7760           documentation that comes with the <package>menu</package>
7761           package for information about how to register your
7762           applications.
7763         </p>
7764       </sect>
7765
7766       <sect id="mime">
7767         <heading>Multimedia handlers</heading>
7768
7769         <p>
7770           MIME (Multipurpose Internet Mail Extensions, RFCs 2045-2049)
7771           is a mechanism for encoding files and data streams and
7772           providing meta-information about them, in particular their
7773           type (e.g. audio or video) and format (e.g. PNG, HTML,
7774           MP3).
7775         </p>
7776
7777         <p>
7778           Registration of MIME type handlers allows programs like mail
7779           user agents and web browsers to invoke these handlers to
7780           view, edit or display MIME types they don't support directly.
7781         </p>
7782
7783         <p>
7784           Packages which provide the ability to view/show/play,
7785           compose, edit or print MIME types should register themselves
7786           as such following the current MIME support policy.
7787         </p>
7788
7789         <p>
7790           The <package>mime-support</package> package provides the
7791           <prgn>update-mime</prgn> program which allows packages to
7792           register programs that can show, compose, edit or print
7793           MIME types.
7794         </p>
7795
7796         <p>
7797           Packages containing such programs must register them
7798           with <prgn>update-mime</prgn> as documented in <manref
7799           name="update-mime" section="8">. They should <em>not</em> depend
7800           on, recommend, or suggest <prgn>mime-support</prgn>. Instead,
7801           they should just put something like the following in the
7802           <tt>postinst</tt> and <tt>postrm</tt> scripts:
7803
7804           <example>
7805   if [ -x /usr/sbin/update-mime ]; then
7806       update-mime
7807   fi
7808           </example>
7809         </p>
7810
7811       </sect>
7812
7813       <sect>
7814         <heading>Keyboard configuration</heading>
7815
7816         <p>
7817           To achieve a consistent keyboard configuration so that all
7818           applications interpret a keyboard event the same way, all
7819           programs in the Debian distribution must be configured to
7820           comply with the following guidelines.
7821         </p>
7822
7823         <p>
7824           The following keys must have the specified interpretations:
7825
7826           <taglist>
7827             <tag><tt>&lt;--</tt></tag>
7828             <item>delete the character to the left of the cursor</item>
7829
7830             <tag><tt>Delete</tt></tag>
7831             <item>delete the character to the right of the cursor</item>
7832
7833             <tag><tt>Control+H</tt></tag>
7834             <item>emacs: the help prefix</item>
7835           </taglist>
7836
7837           The interpretation of any keyboard events should be
7838           independent of the terminal that is used, be it a virtual
7839           console, an X terminal emulator, an rlogin/telnet session,
7840           etc.
7841         </p>
7842
7843         <p>
7844           The following list explains how the different programs
7845           should be set up to achieve this:
7846         </p>
7847
7848         <p>
7849           <list>
7850             <item>
7851                 <tt>&lt;--</tt> generates <tt>KB_BackSpace</tt> in X.
7852             </item>
7853
7854             <item>
7855                 <tt>Delete</tt> generates <tt>KB_Delete</tt> in X.
7856             </item>
7857
7858             <item>
7859                 X translations are set up to make
7860                 <tt>KB_Backspace</tt> generate ASCII DEL, and to make
7861                 <tt>KB_Delete</tt> generate <tt>ESC [ 3 ~</tt> (this
7862                 is the vt220 escape code for the "delete character"
7863                 key).  This must be done by loading the X resources
7864                 using <prgn>xrdb</prgn> on all local X displays, not
7865                 using the application defaults, so that the
7866                 translation resources used correspond to the
7867                 <prgn>xmodmap</prgn> settings.
7868             </item>
7869
7870             <item>
7871                 The Linux console is configured to make
7872                 <tt>&lt;--</tt> generate DEL, and <tt>Delete</tt>
7873                 generate <tt>ESC [ 3 ~</tt>.
7874             </item>
7875
7876             <item>
7877                 X applications are configured so that <tt>&lt;</tt>
7878                 deletes left, and <tt>Delete</tt> deletes right.  Motif
7879                 applications already work like this.
7880             </item>
7881
7882             <item>
7883                 Terminals should have <tt>stty erase ^?</tt> .
7884             </item>
7885
7886             <item>
7887                 The <tt>xterm</tt> terminfo entry should have <tt>ESC
7888                 [ 3 ~</tt> for <tt>kdch1</tt>, just as for
7889                 <tt>TERM=linux</tt> and <tt>TERM=vt220</tt>.
7890             </item>
7891
7892             <item>
7893                 Emacs is programmed to map <tt>KB_Backspace</tt> or
7894                 the <tt>stty erase</tt> character to
7895                 <tt>delete-backward-char</tt>, and <tt>KB_Delete</tt>
7896                 or <tt>kdch1</tt> to <tt>delete-forward-char</tt>, and
7897                 <tt>^H</tt> to <tt>help</tt> as always.
7898             </item>
7899
7900             <item>
7901                 Other applications use the <tt>stty erase</tt>
7902                 character and <tt>kdch1</tt> for the two delete keys,
7903                 with ASCII DEL being "delete previous character" and
7904                 <tt>kdch1</tt> being "delete character under
7905                 cursor".
7906             </item>
7907
7908           </list>
7909         </p>
7910
7911         <p>
7912           This will solve the problem except for the following
7913           cases:
7914         </p>
7915
7916         <p>
7917           <list>
7918             <item>
7919                 Some terminals have a <tt>&lt;--</tt> key that cannot
7920                 be made to produce anything except <tt>^H</tt>.  On
7921                 these terminals Emacs help will be unavailable on
7922                 <tt>^H</tt> (assuming that the <tt>stty erase</tt>
7923                 character takes precedence in Emacs, and has been set
7924                 correctly).  <tt>M-x help</tt> or <tt>F1</tt> (if
7925                 available) can be used instead.
7926             </item>
7927
7928             <item>
7929                 Some operating systems use <tt>^H</tt> for <tt>stty
7930                 erase</tt>.  However, modern telnet versions and all
7931                 rlogin versions propagate <tt>stty</tt> settings, and
7932                 almost all UNIX versions honour <tt>stty erase</tt>.
7933                 Where the <tt>stty</tt> settings are not propagated
7934                 correctly, things can be made to work by using
7935                 <tt>stty</tt> manually.
7936             </item>
7937
7938             <item>
7939                 Some systems (including previous Debian versions) use
7940                 <prgn>xmodmap</prgn> to arrange for both
7941                 <tt>&lt;--</tt> and <tt>Delete</tt> to generate
7942                 <tt>KB_Delete</tt>.  We can change the behavior of
7943                 their X clients using the same X resources that we use
7944                 to do it for our own clients, or configure our clients
7945                 using their resources when things are the other way
7946                 around.  On displays configured like this
7947                 <tt>Delete</tt> will not work, but <tt>&lt;--</tt>
7948                 will.
7949             </item>
7950
7951             <item>
7952                 Some operating systems have different <tt>kdch1</tt>
7953                 settings in their <tt>terminfo</tt> database for
7954                 <tt>xterm</tt> and others.  On these systems the
7955                 <tt>Delete</tt> key will not work correctly when you
7956                 log in from a system conforming to our policy, but
7957                 <tt>&lt;--</tt> will.
7958             </item>
7959           </list>
7960         </p>
7961       </sect>
7962
7963       <sect>
7964         <heading>Environment variables</heading>
7965
7966         <p>
7967           A program must not depend on environment variables to get
7968           reasonable defaults.  (That's because these environment
7969           variables would have to be set in a system-wide
7970           configuration file like <file>/etc/profile</file>, which is not
7971           supported by all shells.)
7972         </p>
7973
7974         <p>
7975           If a program usually depends on environment variables for its
7976           configuration, the program should be changed to fall back to
7977           a reasonable default configuration if these environment
7978           variables are not present. If this cannot be done easily
7979           (e.g., if the source code of a non-free program is not
7980           available), the program must be replaced by a small
7981           "wrapper" shell script which sets the environment variables
7982           if they are not already defined, and calls the original program.
7983         </p>
7984
7985         <p>
7986           Here is an example of a wrapper script for this purpose:
7987
7988           <example compact="compact">
7989 #!/bin/sh
7990 BAR=${BAR:-/var/lib/fubar}
7991 export BAR
7992 exec /usr/lib/foo/foo "$@"
7993           </example>
7994         </p>
7995
7996         <p>
7997           Furthermore, as <file>/etc/profile</file> is a configuration
7998           file of the <prgn>base-files</prgn> package, other packages must
7999           not put any environment variables or other commands into that
8000           file.
8001         </p>
8002       </sect>
8003
8004       <sect id="doc-base">
8005         <heading>Registering Documents using doc-base</heading>
8006
8007         <p>
8008           The <package>doc-base</package> package implements a
8009           flexible mechanism for handling and presenting
8010           documentation. The recommended practice is for every Debian
8011           package that provides online documentation (other than just
8012           manual pages) to register these documents with
8013           <package>doc-base</package> by installing a
8014           <package>doc-base</package> control file in
8015           <file>/usr/share/doc-base/</file>.
8016         </p> 
8017         <p>
8018           Please refer to the documentation that comes with the
8019           <package>doc-base</package>  package for information and
8020           details. 
8021         </p>
8022       </sect>
8023
8024     </chapt>
8025
8026
8027     <chapt id="files">
8028       <heading>Files</heading>
8029
8030       <sect id="binaries">
8031         <heading>Binaries</heading>
8032
8033         <p>
8034           Two different packages must not install programs with
8035           different functionality but with the same filenames.  (The
8036           case of two programs having the same functionality but
8037           different implementations is handled via "alternatives" or
8038           the "Conflicts" mechanism.  See <ref id="maintscripts"> and
8039           <ref id="conflicts"> respectively.)  If this case happens,
8040           one of the programs must be renamed.  The maintainers should
8041           report this to the <tt>debian-devel</tt> mailing list and
8042           try to find a consensus about which program will have to be
8043           renamed.  If a consensus cannot be reached, <em>both</em>
8044           programs must be renamed.
8045         </p>
8046
8047         <p>
8048          By default, when a package is being built, any binaries
8049          created should include debugging information, as well as
8050          being compiled with optimization.  You should also turn on
8051          as many reasonable compilation warnings as possible; this
8052          makes life easier for porters, who can then look at build
8053          logs for possible problems.  For the C programming language,
8054          this means the following compilation parameters should be
8055          used:
8056           <example compact="compact">
8057 CC = gcc
8058 CFLAGS = -O2 -g -Wall # sane warning options vary between programs
8059 LDFLAGS = # none
8060 INSTALL = install -s # (or use strip on the files in debian/tmp)
8061           </example>
8062         </p>
8063
8064         <p>
8065           Note that by default all installed binaries should be stripped,
8066           either by using the <tt>-s</tt> flag to
8067           <prgn>install</prgn>, or by calling <prgn>strip</prgn> on
8068           the binaries after they have been copied into
8069           <file>debian/tmp</file> but before the tree is made into a
8070           package.
8071         </p>
8072
8073         <p>
8074           Although binaries in the build tree should be compiled with
8075           debugging information by default, it can often be difficult to
8076           debug programs if they are also subjected to compiler
8077           optimization.  For this reason, it is recommended to support the
8078           standardized environment variable <tt>DEB_BUILD_OPTIONS</tt>
8079           (see <ref id="debianrules-options">).  This variable can contain
8080           several flags to change how a package is compiled and built.
8081         </p>
8082
8083         <p>
8084           It is up to the package maintainer to decide what
8085           compilation options are best for the package.  Certain
8086           binaries (such as computationally-intensive programs) will
8087           function better with certain flags (<tt>-O3</tt>, for
8088           example); feel free to use them.  Please use good judgment
8089           here.  Don't use flags for the sake of it; only use them
8090           if there is good reason to do so.  Feel free to override
8091           the upstream author's ideas about which compilation
8092           options are best: they are often inappropriate for our
8093           environment.
8094         </p>
8095       </sect>
8096
8097
8098       <sect id="libraries">
8099         <heading>Libraries</heading>
8100
8101         <p>
8102           If the package is <strong>architecture: any</strong>, then
8103           the shared library compilation and linking flags must have
8104           <tt>-fPIC</tt>, or the package shall not build on some of
8105           the supported architectures<footnote>
8106             <p>
8107               If you are using GCC, <tt>-fPIC</tt> produces code with
8108               relocatable position independent code, which is required for
8109               most architectures to create a shared library, with i386 and
8110               perhaps some others where non position independent code is
8111               permitted in a shared library.
8112             </p>
8113             <p>
8114               Position independent code may have a performance penalty,
8115               especially on <tt>i386</tt>. However, in most cases the
8116               speed penalty must be measured against the memory wasted on
8117               the few architectures where non position independent code is
8118               even possible.
8119             </p>
8120           </footnote>. Any exception to this rule must be discussed on
8121           the mailing list <em>debian-devel@lists.debian.org</em>, and
8122           a rough consensus obtained.  The reasons for not compiling
8123           with <tt>-fPIC</tt> flag must be recorded in the file
8124           <tt>README.Debian</tt>, and care must be taken to either
8125           restrict the architecture or arrange for <tt>-fPIC</tt> to
8126           be used on architectures where it is required.<footnote>
8127             <p>
8128               Some of the reasons why this might be required is if the
8129               library contains hand crafted assembly code that is not
8130               relocatable, the speed penalty is excessive for compute
8131               intensive libs, and similar reasons.
8132             </p>
8133           </footnote>
8134         </p>
8135         <p>
8136           As to the static libraries, the common case is not to have
8137           relocatable code, since there is no benefit, unless in specific
8138           cases; therefore the static version must not be compiled
8139           with the <tt>-fPIC</tt> flag. Any exception to this rule
8140           should be discussed on the mailing list
8141           <em>debian-devel@lists.debian.org</em>,  and the reasons for
8142           compiling with the <tt>-fPIC</tt> flag must be recorded in
8143           the file <tt>README.Debian</tt>. <footnote>
8144             <p>
8145               Some of the reasons for linking static libraries with
8146               the <tt>-fPIC</tt> flag are if, for example, one needs a
8147               Perl API for a library that is under rapid development,
8148               and has an unstable API, so shared libraries are
8149               pointless at this phase of the library's development. In
8150               that case, since Perl needs a library with relocatable
8151               code, it may make sense to create a static library with
8152               relocatable code. Another reason cited is if you are
8153               distilling various libraries into a common shared
8154               library, like <tt>mklibs</tt> does in the Debian
8155               installer project.
8156             </p>
8157           </footnote>
8158         </p>
8159         <p>
8160           In other words, if both a shared and a static library is
8161           being built, each source unit (<tt>*.c</tt>, for example,
8162           for C files) will need to be compiled twice, for the normal
8163           case. 
8164         </p>
8165
8166         <p>
8167           Libraries should be built with threading support and to be
8168           thread-safe if the library supports this.
8169         </p>
8170
8171         <p>
8172           Although not enforced by the build tools, shared libraries
8173           must be linked against all libraries that they use symbols from
8174           in the same way that binaries are.  This ensures the correct
8175           functioning of the <qref id="sharedlibs-symbols">symbols</qref>
8176           and <qref id="sharedlibs-shlibdeps">shlibs</qref>
8177           systems and guarantees that all libraries can be safely opened
8178           with <tt>dlopen()</tt>.  Packagers may wish to use the gcc
8179           option <tt>-Wl,-z,defs</tt> when building a shared library.
8180           Since this option enforces symbol resolution at build time,
8181           a missing library reference will be caught early as a fatal
8182           build error.
8183         </p>
8184
8185         <p>
8186           All installed shared libraries should be stripped with
8187           <example compact="compact">
8188 strip --strip-unneeded <var>your-lib</var>
8189           </example>
8190           (The option <tt>--strip-unneeded</tt> makes
8191           <prgn>strip</prgn> remove only the symbols which aren't
8192           needed for relocation processing.)  Shared libraries can
8193           function perfectly well when stripped, since the symbols for
8194           dynamic linking are in a separate part of the ELF object
8195           file.<footnote>
8196               You might also want to use the options
8197               <tt>--remove-section=.comment</tt> and
8198               <tt>--remove-section=.note</tt> on both shared libraries
8199               and executables, and <tt>--strip-debug</tt> on static
8200               libraries.
8201           </footnote>
8202         </p>
8203
8204         <p>
8205           Note that under some circumstances it may be useful to
8206           install a shared library unstripped, for example when
8207           building a separate package to support debugging.
8208         </p>
8209
8210         <p>
8211           Shared object files (often <file>.so</file> files) that are not
8212           public libraries, that is, they are not meant to be linked
8213           to by third party executables (binaries of other packages),
8214           should be installed in subdirectories of the
8215           <file>/usr/lib</file> directory.  Such files are exempt from the
8216           rules that govern ordinary shared libraries, except that
8217           they must not be installed executable and should be
8218           stripped.<footnote>
8219               A common example are the so-called "plug-ins",
8220               internal shared objects that are dynamically loaded by
8221               programs using <manref name="dlopen" section="3">.
8222           </footnote>
8223         </p>
8224
8225         <p>
8226           Packages that use <prgn>libtool</prgn> to create and install
8227           their shared libraries install a file containing additional
8228           metadata (ending in <file>.la</file>) alongside the library.
8229           For public libraries intended for use by other packages, these
8230           files normally should not be included in the Debian package,
8231           since the information they include is not necessary to link with
8232           the shared library on Debian and can add unnecessary additional
8233           dependencies to other programs or libraries.<footnote>
8234             These files store, among other things, all libraries on which
8235             that shared library depends.  Unfortunately, if
8236             the <file>.la</file> file is present and contains that
8237             dependency information, using <prgn>libtool</prgn> when
8238             linking against that library will cause the resulting program
8239             or library to be linked against those dependencies as well,
8240             even if this is unnecessary.  This can create unneeded
8241             dependencies on shared library packages that would otherwise
8242             be hidden behind the library ABI, and can make library
8243             transitions to new SONAMEs unnecessarily complicated and
8244             difficult to manage.
8245           </footnote>
8246           If the <file>.la</file> file is required for that library (if,
8247           for instance, it's loaded via <tt>libltdl</tt> in a way that
8248           requires that meta-information), the <tt>dependency_libs</tt>
8249           setting in the <file>.la</file> file should normally be set to
8250           the empty string.  If the shared library development package has
8251           historically included the <file>.la</file>, it must be retained
8252           in the development package (with <tt>dependency_libs</tt>
8253           emptied) until all libraries that depend on it have removed or
8254           emptied <tt>dependency_libs</tt> in their <file>.la</file>
8255           files to prevent linking with those other libraries
8256           using <prgn>libtool</prgn> from failing.
8257         </p>
8258
8259         <p>
8260           If the <file>.la</file> must be included, it should be included
8261           in the development (<tt>-dev</tt>) package, unless the library
8262           will be loaded by <prgn>libtool</prgn>'s <tt>libltdl</tt>
8263           library.  If it is intended for use with <tt>libltdl</tt>,
8264           the <file>.la</file> files must go in the run-time library
8265           package.
8266         </p>
8267
8268         <p>
8269           These requirements for handling of <file>.la</file> files do not
8270           apply to loadable modules or libraries not installed in
8271           directories searched by default by the dynamic linker.  Packages
8272           installing loadable modules will frequently need to install
8273           the <file>.la</file> files alongside the modules so that they
8274           can be loaded by <tt>libltdl</tt>.  <tt>dependency_libs</tt>
8275           does not need to be modified for libraries or modules that are
8276           not installed in directories searched by the dynamic linker by
8277           default and not intended for use by other packages.
8278         </p>
8279
8280         <p>
8281           You must make sure that you use only released versions of
8282           shared libraries to build your packages; otherwise other
8283           users will not be able to run your binaries
8284           properly. Producing source packages that depend on
8285           unreleased compilers is also usually a bad
8286           idea.
8287         </p>
8288       </sect>
8289
8290
8291       <sect>
8292         <heading>Shared libraries</heading>
8293         <p>
8294           This section has moved to <ref id="sharedlibs">.
8295         </p>
8296       </sect>
8297
8298
8299       <sect id="scripts">
8300         <heading>Scripts</heading>
8301
8302         <p>
8303           All command scripts, including the package maintainer
8304           scripts inside the package and used by <prgn>dpkg</prgn>,
8305           should have a <tt>#!</tt> line naming the shell to be used
8306           to interpret them.
8307         </p>
8308
8309         <p>
8310           In the case of Perl scripts this should be
8311           <tt>#!/usr/bin/perl</tt>.
8312         </p>
8313
8314         <p>
8315           When scripts are installed into a directory in the system
8316           PATH, the script name should not include an extension such
8317           as <tt>.sh</tt> or <tt>.pl</tt> that denotes the scripting
8318           language currently used to implement it.
8319         </p>
8320         <p>
8321           Shell scripts (<prgn>sh</prgn> and <prgn>bash</prgn>) other than
8322           <file>init.d</file> scripts should almost certainly start
8323           with <tt>set -e</tt> so that errors are detected.
8324           <file>init.d</file> scripts are something of a special case, due
8325           to how frequently they need to call commands that are allowed to
8326           fail, and it may instead be easier to check the exit status of
8327           commands directly.  See <ref id="writing-init"> for more
8328           information about writing <file>init.d</file> scripts.
8329         </p>
8330         <p>
8331           Every script should use <tt>set -e</tt> or check the exit status
8332           of <em>every</em> command.
8333         </p>
8334         <p>
8335           Scripts may assume that <file>/bin/sh</file> implements the
8336           SUSv3 Shell Command Language<footnote>
8337             Single UNIX Specification, version 3, which is also IEEE
8338             1003.1-2004 (POSIX), and is available on the World Wide Web
8339             from <url id="http://www.unix.org/version3/online.html"
8340                       name="The Open Group"> after free
8341             registration.</footnote>
8342           plus the following additional features not mandated by
8343           SUSv3:<footnote>
8344             These features are in widespread use in the Linux community
8345             and are implemented in all of bash, dash, and ksh, the most
8346             common shells users may wish to use as <file>/bin/sh</file>.
8347           </footnote>
8348           <list>
8349             <item><tt>echo -n</tt>, if implemented as a shell built-in,
8350               must not generate a newline.</item>
8351             <item><tt>test</tt>, if implemented as a shell built-in, must
8352               support <tt>-a</tt> and <tt>-o</tt> as binary logical
8353               operators.</item>
8354             <item><tt>local</tt> to create a scoped variable must be
8355               supported, including listing multiple variables in a single
8356               local command and assigning a value to a variable at the
8357               same time as localizing it.  <tt>local</tt> may or
8358               may not preserve the variable value from an outer scope if
8359               no assignment is present.  Uses such as:
8360 <example compact>
8361 fname () {
8362     local a b c=delta d
8363     # ... use a, b, c, d ...
8364 }
8365 </example>
8366               must be supported and must set the value of <tt>c</tt> to
8367               <tt>delta</tt>.
8368             </item>
8369             <item>The XSI extension to <prgn>kill</prgn> allowing <tt>kill
8370               -<var>signal</var></tt>, where <var>signal</var> is either
8371               the name of a signal or one of the numeric signals listed in
8372               the XSI extension (0, 1, 2, 3, 6, 9, 14, and 15), must be
8373               supported if <prgn>kill</prgn> is implemented as a shell
8374               built-in.
8375             </item>
8376             <item>The XSI extension to <prgn>trap</prgn> allowing numeric
8377               signals must be supported.  In addition to the signal
8378               numbers listed in the extension, which are the same as for
8379               <prgn>kill</prgn> above, 13 (SIGPIPE) must be allowed.
8380             </item>
8381           </list>
8382           If a shell script requires non-SUSv3 features from the shell
8383           interpreter other than those listed above, the appropriate shell
8384           must be specified in the first line of the script (e.g.,
8385           <tt>#!/bin/bash</tt>) and the package must depend on the package
8386           providing the shell (unless the shell package is marked
8387           "Essential", as in the case of <prgn>bash</prgn>).
8388         </p>
8389
8390         <p>
8391           You may wish to restrict your script to SUSv3 features plus the
8392           above set when possible so that it may use <file>/bin/sh</file>
8393           as its interpreter. If your script works with <prgn>dash</prgn>
8394           (originally called <prgn>ash</prgn>), it probably complies with
8395           the above requirements, but if you are in doubt, use
8396           <file>/bin/bash</file>.
8397         </p>
8398
8399         <p>
8400           Perl scripts should check for errors when making any
8401           system calls, including <tt>open</tt>, <tt>print</tt>,
8402           <tt>close</tt>, <tt>rename</tt> and <tt>system</tt>.
8403         </p>
8404
8405         <p>
8406           <prgn>csh</prgn> and <prgn>tcsh</prgn> should be avoided as
8407           scripting languages.  See <em>Csh Programming Considered
8408           Harmful</em>, one of the <tt>comp.unix.*</tt> FAQs, which
8409           can be found at <url id="http://www.faqs.org/faqs/unix-faq/shell/csh-whynot/">.
8410           If an upstream package comes with <prgn>csh</prgn> scripts
8411           then you must make sure that they start with
8412           <tt>#!/bin/csh</tt> and make your package depend on the
8413           <prgn>c-shell</prgn> virtual package.
8414         </p>
8415
8416         <p>
8417           Any scripts which create files in world-writeable
8418           directories (e.g., in <file>/tmp</file>) must use a
8419           mechanism which will fail atomically if a file with the same
8420           name already exists.
8421         </p>
8422
8423         <p>
8424           The Debian base system provides the <prgn>tempfile</prgn>
8425           and <prgn>mktemp</prgn> utilities for use by scripts for
8426           this purpose.
8427         </p>
8428       </sect>
8429
8430
8431       <sect>
8432         <heading>Symbolic links</heading>
8433
8434         <p>
8435           In general, symbolic links within a top-level directory should
8436           be relative, and symbolic links pointing from one top-level
8437           directory to or into another should be absolute. (A top-level
8438           directory is a sub-directory of the root
8439           directory <file>/</file>.)  For example, a symbolic link
8440           from <file>/usr/lib/foo</file> to <file>/usr/share/bar</file>
8441           should be relative (<file>../share/bar</file>), but a symbolic
8442           link from <file>/var/run</file> to <file>/run</file> should be
8443           absolute.<footnote>
8444             This is necessary to allow top-level directories to be
8445             symlinks.  If linking <file>/var/run</file>
8446             to <file>/run</file> were done with the relative symbolic
8447             link <file>../run</file>, but <file>/var</file> were a
8448             symbolic link to <file>/srv/disk1</file>, the symbolic link
8449             would point to <file>/srv/run</file> rather than the intended
8450             target.
8451           </footnote>
8452         </p>
8453
8454         <p>
8455           In addition, symbolic links should be specified as short as
8456           possible, i.e., link targets like <file>foo/../bar</file> are
8457           deprecated.
8458         </p>
8459
8460         <p>
8461           Note that when creating a relative link using
8462           <prgn>ln</prgn> it is not necessary for the target of the
8463           link to exist relative to the working directory you're
8464           running <prgn>ln</prgn> from, nor is it necessary to change
8465           directory to the directory where the link is to be made.
8466           Simply include the string that should appear as the target
8467           of the link (this will be a pathname relative to the
8468           directory in which the link resides) as the first argument
8469           to <prgn>ln</prgn>.
8470         </p>
8471
8472         <p>
8473           For example, in your <prgn>Makefile</prgn> or
8474           <file>debian/rules</file>, you can do things like:
8475           <example compact="compact">
8476 ln -fs gcc $(prefix)/bin/cc
8477 ln -fs gcc debian/tmp/usr/bin/cc
8478 ln -fs ../sbin/sendmail $(prefix)/bin/runq
8479 ln -fs ../sbin/sendmail debian/tmp/usr/bin/runq
8480           </example>
8481         </p>
8482
8483         <p>
8484           A symbolic link pointing to a compressed file should always
8485           have the same file extension as the referenced file. (For
8486           example, if a file <file>foo.gz</file> is referenced by a
8487           symbolic link, the filename of the link has to end with
8488           "<file>.gz</file>" too, as in <file>bar.gz</file>.)
8489         </p>
8490       </sect>
8491
8492       <sect>
8493         <heading>Device files</heading>
8494
8495         <p>
8496           Packages must not include device files or named pipes in the
8497           package file tree.
8498         </p>
8499
8500         <p>
8501           If a package needs any special device files that are not
8502           included in the base system, it must call
8503           <prgn>MAKEDEV</prgn> in the <prgn>postinst</prgn> script,
8504           after notifying the user<footnote>
8505               This notification could be done via a (low-priority)
8506               debconf message, or an echo (printf) statement.
8507           </footnote>.
8508         </p>
8509
8510         <p>
8511           Packages must not remove any device files in the
8512           <prgn>postrm</prgn> or any other script. This is left to the
8513           system administrator.
8514         </p>
8515
8516         <p>
8517           Debian uses the serial devices
8518           <file>/dev/ttyS*</file>. Programs using the old
8519           <file>/dev/cu*</file> devices should be changed to use
8520           <file>/dev/ttyS*</file>.
8521         </p>
8522
8523         <p>
8524           Named pipes needed by the package must be created in
8525           the <prgn>postinst</prgn> script<footnote>
8526             It's better to use <prgn>mkfifo</prgn> rather
8527             than <prgn>mknod</prgn> to create named pipes so that
8528             automated checks for packages incorrectly creating device
8529             files with <prgn>mknod</prgn> won't have false positives.
8530           </footnote> and removed in
8531           the <prgn>prerm</prgn> or <prgn>postrm</prgn> script as
8532           appropriate.
8533         </p>
8534       </sect>
8535
8536       <sect id="config-files">
8537         <heading>Configuration files</heading>
8538
8539         <sect1>
8540           <heading>Definitions</heading>
8541
8542           <p>
8543             <taglist>
8544               <tag>configuration file</tag>
8545               <item>
8546                   A file that affects the operation of a program, or
8547                   provides site- or host-specific information, or
8548                   otherwise customizes the behavior of a program.
8549                   Typically, configuration files are intended to be
8550                   modified by the system administrator (if needed or
8551                   desired) to conform to local policy or to provide
8552                   more useful site-specific behavior.
8553               </item>
8554
8555               <tag><tt>conffile</tt></tag>
8556               <item>
8557                   A file listed in a package's <tt>conffiles</tt>
8558                   file, and is treated specially by <prgn>dpkg</prgn>
8559                   (see <ref id="configdetails">).
8560               </item>
8561             </taglist>
8562           </p>
8563
8564           <p>
8565             The distinction between these two is important; they are
8566             not interchangeable concepts. Almost all
8567             <tt>conffile</tt>s are configuration files, but many
8568             configuration files are not <tt>conffiles</tt>.
8569           </p>
8570
8571           <p>
8572             As noted elsewhere, <file>/etc/init.d</file> scripts,
8573             <file>/etc/default</file> files, scripts installed in
8574             <file>/etc/cron.{hourly,daily,weekly,monthly}</file>, and cron
8575             configuration installed in <file>/etc/cron.d</file> must be
8576             treated as configuration files.  In general, any script that
8577             embeds configuration information is de-facto a configuration
8578             file and should be treated as such.
8579           </p>
8580         </sect1>
8581
8582         <sect1>
8583           <heading>Location</heading>
8584
8585           <p>
8586             Any configuration files created or used by your package
8587             must reside in <file>/etc</file>. If there are several,
8588             consider creating a subdirectory of <file>/etc</file>
8589             named after your package.
8590           </p>
8591
8592           <p>
8593             If your package creates or uses configuration files
8594             outside of <file>/etc</file>, and it is not feasible to modify
8595             the package to use <file>/etc</file> directly, put the files
8596             in <file>/etc</file> and create symbolic links to those files
8597             from the location that the package requires.
8598           </p>
8599         </sect1>
8600
8601         <sect1>
8602           <heading>Behavior</heading>
8603
8604           <p>
8605             Configuration file handling must conform to the following
8606             behavior:
8607             <list compact="compact">
8608               <item>
8609                   local changes must be preserved during a package
8610                   upgrade, and
8611               </item>
8612               <item>
8613                   configuration files must be preserved when the
8614                   package is removed, and only deleted when the
8615                   package is purged.
8616               </item>
8617             </list>
8618             Obsolete configuration files without local changes may be
8619             removed by the package during upgrade.
8620           </p>
8621
8622           <p>
8623             The easy way to achieve this behavior is to make the
8624             configuration file a <tt>conffile</tt>. This is
8625             appropriate only if it is possible to distribute a default
8626             version that will work for most installations, although
8627             some system administrators may choose to modify it. This
8628             implies that the default version will be part of the
8629             package distribution, and must not be modified by the
8630             maintainer scripts during installation (or at any other
8631             time).
8632           </p>
8633
8634           <p>
8635             In order to ensure that local changes are preserved
8636             correctly, no package may contain or make hard links to
8637             conffiles.<footnote>
8638                 Rationale: There are two problems with hard links.
8639                 The first is that some editors break the link while
8640                 editing one of the files, so that the two files may
8641                 unwittingly become unlinked and different.  The second
8642                 is that <prgn>dpkg</prgn> might break the hard link
8643                 while upgrading <tt>conffile</tt>s.
8644             </footnote>
8645           </p>
8646
8647           <p>
8648             The other way to do it is via the maintainer scripts.  In
8649             this case, the configuration file must not be listed as a
8650             <tt>conffile</tt> and must not be part of the package
8651             distribution. If the existence of a file is required for
8652             the package to be sensibly configured it is the
8653             responsibility of the package maintainer to provide
8654             maintainer scripts which correctly create, update and
8655             maintain the file and remove it on purge.  (See <ref
8656             id="maintainerscripts"> for more information.)  These
8657             scripts must be idempotent (i.e., must work correctly if
8658             <prgn>dpkg</prgn> needs to re-run them due to errors
8659             during installation or removal), must cope with all the
8660             variety of ways <prgn>dpkg</prgn> can call maintainer
8661             scripts, must not overwrite or otherwise mangle the user's
8662             configuration without asking, must not ask unnecessary
8663             questions (particularly during upgrades), and must
8664             otherwise be good citizens.
8665           </p>
8666
8667           <p>
8668             The scripts are not required to configure every possible
8669             option for the package, but only those necessary to get
8670             the package running on a given system. Ideally the
8671             sysadmin should not have to do any configuration other
8672             than that done (semi-)automatically by the
8673             <prgn>postinst</prgn> script.
8674           </p>
8675
8676           <p>
8677             A common practice is to create a script called
8678             <file><var>package</var>-configure</file> and have the
8679             package's <prgn>postinst</prgn> call it if and only if the
8680             configuration file does not already exist.  In certain
8681             cases it is useful for there to be an example or template
8682             file which the maintainer scripts use.  Such files should
8683             be in <file>/usr/share/<var>package</var></file> or
8684             <file>/usr/lib/<var>package</var></file> (depending on whether
8685             they are architecture-independent or not).  There should
8686             be symbolic links to them from
8687             <file>/usr/share/doc/<var>package</var>/examples</file> if
8688             they are examples, and should be perfectly ordinary
8689             <prgn>dpkg</prgn>-handled files (<em>not</em>
8690             configuration files).
8691           </p>
8692
8693           <p>
8694             These two styles of configuration file handling must
8695             not be mixed, for that way lies madness:
8696             <prgn>dpkg</prgn> will ask about overwriting the file
8697             every time the package is upgraded.
8698           </p>
8699         </sect1>
8700
8701         <sect1>
8702           <heading>Sharing configuration files</heading>
8703
8704           <p>
8705             If two or more packages use the same configuration file
8706             and it is reasonable for both to be installed at the same
8707             time, one of these packages must be defined as
8708             <em>owner</em> of the configuration file, i.e., it will be
8709             the package which handles that file as a configuration
8710             file.  Other packages that use the configuration file must
8711             depend on the owning package if they require the
8712             configuration file to operate. If the other package will
8713             use the configuration file if present, but is capable of
8714             operating without it, no dependency need be declared.
8715           </p>
8716
8717           <p>
8718             If it is desirable for two or more related packages to
8719             share a configuration file <em>and</em> for all of the
8720             related packages to be able to modify that configuration
8721             file, then the following should be done:
8722             <enumlist compact="compact">
8723               <item>
8724                   One of the related packages (the "owning" package)
8725                   will manage the configuration file with maintainer
8726                   scripts as described in the previous section.
8727               </item>
8728               <item>
8729                   The owning package should also provide a program
8730                   that the other packages may use to modify the
8731                   configuration file.
8732               </item>
8733               <item>
8734                   The related packages must use the provided program
8735                   to make any desired modifications to the
8736                   configuration file.  They should either depend on
8737                   the core package to guarantee that the configuration
8738                   modifier program is available or accept gracefully
8739                   that they cannot modify the configuration file if it
8740                   is not.  (This is in addition to the fact that the
8741                   configuration file may not even be present in the
8742                   latter scenario.)
8743               </item>
8744             </enumlist>
8745           </p>
8746
8747           <p>
8748             Sometimes it's appropriate to create a new package which
8749             provides the basic infrastructure for the other packages
8750             and which manages the shared configuration files.  (The
8751             <tt>sgml-base</tt> package is a good example.)
8752           </p>
8753
8754           <p>
8755             If the configuration file cannot be shared as described above,
8756             the packages must be marked as conflicting with each other.
8757             Two packages that specify the same file as
8758             a <tt>conffile</tt> must conflict.  This is an instance of the
8759             general rule about not sharing files.  Neither alternatives
8760             nor diversions are likely to be appropriate in this case; in
8761             particular, <prgn>dpkg</prgn> does not handle diverted
8762             <tt>conffile</tt>s well.
8763           </p>
8764
8765           <p>
8766             When two packages both declare the same <tt>conffile</tt>, they
8767             may see left-over configuration files from each other even
8768             though they conflict with each other.  If a user removes
8769             (without purging) one of the packages and installs the other,
8770             the new package will take over the <tt>conffile</tt> from the
8771             old package.  If the file was modified by the user, it will be
8772             treated the same as any other locally
8773             modified <tt>conffile</tt> during an upgrade.
8774           </p>
8775
8776           <p>
8777             The maintainer scripts must not alter a <tt>conffile</tt>
8778             of <em>any</em> package, including the one the scripts
8779             belong to.
8780           </p>
8781         </sect1>
8782
8783         <sect1>
8784           <heading>User configuration files ("dotfiles")</heading>
8785
8786           <p>
8787             The files in <file>/etc/skel</file> will automatically be
8788             copied into new user accounts by <prgn>adduser</prgn>.
8789             No other program should reference the files in
8790             <file>/etc/skel</file>.
8791           </p>
8792
8793           <p>
8794             Therefore, if a program needs a dotfile to exist in
8795             advance in <file>$HOME</file> to work sensibly, that dotfile
8796             should be installed in <file>/etc/skel</file> and treated as a
8797             configuration file.
8798           </p>
8799
8800           <p>
8801             However, programs that require dotfiles in order to
8802             operate sensibly are a bad thing, unless they do create
8803             the dotfiles themselves automatically.
8804           </p>
8805
8806           <p>
8807             Furthermore, programs should be configured by the Debian
8808             default installation to behave as closely to the upstream
8809             default behavior as possible.
8810           </p>
8811
8812           <p>
8813             Therefore, if a program in a Debian package needs to be
8814             configured in some way in order to operate sensibly, that
8815             should be done using a site-wide configuration file placed
8816             in <file>/etc</file>.  Only if the program doesn't support a
8817             site-wide default configuration and the package maintainer
8818             doesn't have time to add it may a default per-user file be
8819             placed in <file>/etc/skel</file>.
8820           </p>
8821
8822           <p>
8823             <file>/etc/skel</file> should be as empty as we can make it.
8824             This is particularly true because there is no easy (or
8825             necessarily desirable) mechanism for ensuring that the
8826             appropriate dotfiles are copied into the accounts of
8827             existing users when a package is installed.
8828           </p>
8829         </sect1>
8830       </sect>
8831
8832       <sect>
8833         <heading>Log files</heading>
8834         <p>
8835           Log files should usually be named
8836           <file>/var/log/<var>package</var>.log</file>.  If you have many
8837           log files, or need a separate directory for permission
8838           reasons (<file>/var/log</file> is writable only by
8839           <file>root</file>), you should usually create a directory named
8840           <file>/var/log/<var>package</var></file> and place your log
8841           files there.
8842         </p>
8843
8844         <p>
8845           Log files must be rotated occasionally so that they don't grow
8846           indefinitely.  The best way to do this is to install a log
8847           rotation configuration file in the
8848           directory <file>/etc/logrotate.d</file>, normally
8849           named <file>/etc/logrotate.d/<var>package</var></file>, and use
8850           the facilities provided by <prgn>logrotate</prgn>.
8851           <footnote>
8852             <p>
8853               The traditional approach to log files has been to set up
8854               <em>ad hoc</em> log rotation schemes using simple shell
8855               scripts and cron.  While this approach is highly
8856               customizable, it requires quite a lot of sysadmin work.
8857               Even though the original Debian system helped a little
8858               by automatically installing a system which can be used
8859               as a template, this was deemed not enough.
8860             </p>
8861
8862             <p>
8863               The use of <prgn>logrotate</prgn>, a program developed
8864               by Red Hat, is better, as it centralizes log management.
8865               It has both a configuration file
8866               (<file>/etc/logrotate.conf</file>) and a directory where
8867               packages can drop their individual log rotation
8868               configurations (<file>/etc/logrotate.d</file>).
8869             </p>
8870           </footnote>
8871           Here is a good example for a logrotate config
8872           file (for more information see <manref name="logrotate"
8873             section="8">):
8874           <example compact="compact">
8875 /var/log/foo/*.log {
8876     rotate 12
8877     weekly
8878     compress
8879     missingok
8880     postrotate
8881         start-stop-daemon -K -p /var/run/foo.pid -s HUP -x /usr/sbin/foo -q
8882     endscript
8883 }
8884           </example>
8885           This rotates all files under <file>/var/log/foo</file>, saves 12
8886           compressed generations, and tells the daemon to reopen its log
8887           files after the log rotation.  It skips this log rotation
8888           (via <tt>missingok</tt>) if no such log file is present, which
8889           avoids errors if the package is removed but not purged.
8890         </p>
8891
8892         <p>
8893           Log files should be removed when the package is
8894           purged (but not when it is only removed).  This should be
8895           done by the <prgn>postrm</prgn> script when it is called
8896           with the argument <tt>purge</tt> (see <ref
8897           id="removedetails">).
8898         </p>
8899       </sect>
8900
8901       <sect id="permissions-owners">
8902         <heading>Permissions and owners</heading>
8903
8904         <p>
8905           The rules in this section are guidelines for general use.
8906           If necessary you may deviate from the details below.
8907           However, if you do so you must make sure that what is done
8908           is secure and you should try to be as consistent as possible
8909           with the rest of the system.  You should probably also
8910           discuss it on <prgn>debian-devel</prgn> first.
8911         </p>
8912
8913         <p>
8914           Files should be owned by <tt>root:root</tt>, and made
8915           writable only by the owner and universally readable (and
8916           executable, if appropriate), that is mode 644 or 755.
8917         </p>
8918
8919         <p>
8920           Directories should be mode 755 or (for group-writability)
8921           mode 2775.  The ownership of the directory should be
8922           consistent with its mode: if a directory is mode 2775, it
8923           should be owned by the group that needs write access to
8924           it.<footnote>
8925             <p>
8926               When a package is upgraded, and the owner or permissions
8927               of a file included in the package has changed, dpkg
8928               arranges for the ownership and permissions to be
8929               correctly set upon installation. However, this does not
8930               extend to directories; the permissions and ownership of
8931               directories already on the system does not change on
8932               install or upgrade of packages.  This makes sense, since
8933               otherwise common directories like <tt>/usr</tt> would
8934               always be in flux.  To correctly change permissions of a
8935               directory the package owns, explicit action is required,
8936               usually in the <tt>postinst</tt> script. Care must be
8937               taken to handle downgrades as well, in that case.
8938             </p>
8939           </footnote>
8940         </p>
8941
8942         <p>
8943           Control information files should be owned by <tt>root:root</tt>
8944           and either mode 644 (for most files) or mode 755 (for
8945           executables such as <qref id="maintscripts">maintainer
8946           scripts</qref>).
8947         </p>
8948
8949         <p>
8950           Setuid and setgid executables should be mode 4755 or 2755
8951           respectively, and owned by the appropriate user or group.
8952           They should not be made unreadable (modes like 4711 or
8953           2711 or even 4111); doing so achieves no extra security,
8954           because anyone can find the binary in the freely available
8955           Debian package; it is merely inconvenient.  For the same
8956           reason you should not restrict read or execute permissions
8957           on non-set-id executables.
8958         </p>
8959
8960         <p>
8961           Some setuid programs need to be restricted to particular
8962           sets of users, using file permissions.  In this case they
8963           should be owned by the uid to which they are set-id, and by
8964           the group which should be allowed to execute them.  They
8965           should have mode 4754; again there is no point in making
8966           them unreadable to those users who must not be allowed to
8967           execute them.
8968         </p>
8969
8970         <p>
8971           It is possible to arrange that the system administrator can
8972           reconfigure the package to correspond to their local
8973           security policy by changing the permissions on a binary:
8974           they can do this by using <prgn>dpkg-statoverride</prgn>, as
8975           described below.<footnote>
8976             Ordinary files installed by <prgn>dpkg</prgn> (as
8977             opposed to <tt>conffile</tt>s and other similar objects)
8978             normally have their permissions reset to the distributed
8979             permissions when the package is reinstalled.  However,
8980             the use of <prgn>dpkg-statoverride</prgn> overrides this
8981             default behavior.
8982           </footnote>
8983           Another method you should consider is to create a group for
8984           people allowed to use the program(s) and make any setuid
8985           executables executable only by that group.
8986         </p>
8987
8988         <p>
8989           If you need to create a new user or group for your package
8990           there are two possibilities.  Firstly, you may need to
8991           make some files in the binary package be owned by this
8992           user or group, or you may need to compile the user or
8993           group id (rather than just the name) into the binary
8994           (though this latter should be avoided if possible, as in
8995           this case you need a statically allocated id).</p>
8996
8997         <p>
8998           If you need a statically allocated id, you must ask for a
8999           user or group id from the <tt>base-passwd</tt> maintainer,
9000           and must not release the package until you have been
9001           allocated one.  Once you have been allocated one you must
9002           either make the package depend on a version of the
9003           <tt>base-passwd</tt> package with the id present in
9004           <file>/etc/passwd</file> or <file>/etc/group</file>, or arrange for
9005           your package to create the user or group itself with the
9006           correct id (using <tt>adduser</tt>) in its
9007           <prgn>preinst</prgn> or <prgn>postinst</prgn>.  (Doing it in
9008           the <prgn>postinst</prgn> is to be preferred if it is
9009           possible, otherwise a pre-dependency will be needed on the
9010           <tt>adduser</tt> package.)
9011         </p>
9012
9013         <p>
9014           On the other hand, the program might be able to determine
9015           the uid or gid from the user or group name at runtime, so
9016           that a dynamically allocated id can be used.  In this case
9017           you should choose an appropriate user or group name,
9018           discussing this on <prgn>debian-devel</prgn> and checking
9019           with the <package/base-passwd/ maintainer that it is unique and that
9020           they do not wish you to use a statically allocated id
9021           instead.  When this has been checked you must arrange for
9022           your package to create the user or group if necessary using
9023           <prgn>adduser</prgn> in the <prgn>preinst</prgn> or
9024           <prgn>postinst</prgn> script (again, the latter is to be
9025           preferred if it is possible).
9026         </p>
9027
9028         <p>
9029           Note that changing the numeric value of an id associated
9030           with a name is very difficult, and involves searching the
9031           file system for all appropriate files.  You need to think
9032           carefully whether a static or dynamic id is required, since
9033           changing your mind later will cause problems.
9034         </p>
9035
9036         <sect1><heading>The use of <prgn>dpkg-statoverride</prgn></heading>
9037           <p>
9038             This section is not intended as policy, but as a
9039             description of the use of <prgn>dpkg-statoverride</prgn>.
9040           </p>
9041
9042           <p>
9043             If a system administrator wishes to have a file (or
9044             directory or other such thing) installed with owner and
9045             permissions different from those in the distributed Debian
9046             package, they can use the <prgn>dpkg-statoverride</prgn>
9047             program to instruct <prgn>dpkg</prgn> to use the different
9048             settings every time the file is installed.  Thus the
9049             package maintainer should distribute the files with their
9050             normal permissions, and leave it for the system
9051             administrator to make any desired changes.  For example, a
9052             daemon which is normally required to be setuid root, but
9053             in certain situations could be used without being setuid,
9054             should be installed setuid in the <tt>.deb</tt>.  Then the
9055             local system administrator can change this if they wish.
9056             If there are two standard ways of doing it, the package
9057             maintainer can use <tt>debconf</tt> to find out the
9058             preference, and call <prgn>dpkg-statoverride</prgn> in the
9059             maintainer script if necessary to accommodate the system
9060             administrator's choice. Care must be taken during
9061             upgrades to not override an existing setting.
9062           </p>
9063
9064           <p>
9065             Given the above, <prgn>dpkg-statoverride</prgn> is
9066             essentially a tool for system administrators and would not
9067             normally be needed in the maintainer scripts.  There is
9068             one type of situation, though, where calls to
9069             <prgn>dpkg-statoverride</prgn> would be needed in the
9070             maintainer scripts, and that involves packages which use
9071             dynamically allocated user or group ids.  In such a
9072             situation, something like the following idiom can be very
9073             helpful in the package's <prgn>postinst</prgn>, where
9074             <tt>sysuser</tt> is a dynamically allocated id:
9075             <example>
9076 for i in /usr/bin/foo /usr/sbin/bar
9077 do
9078   # only do something when no setting exists
9079   if ! dpkg-statoverride --list $i >/dev/null 2>&1
9080   then
9081     #include: debconf processing, question about foo and bar
9082     if [ "$RET" = "true" ] ; then
9083       dpkg-statoverride --update --add sysuser root 4755 $i
9084     fi
9085   fi
9086 done
9087             </example>
9088             The corresponding code to remove the override when the package
9089             is purged would be:
9090             <example>
9091 for i in /usr/bin/foo /usr/sbin/bar
9092 do
9093   if dpkg-statoverride --list $i >/dev/null 2>&1
9094   then
9095     dpkg-statoverride --remove $i
9096   fi
9097 done
9098             </example>
9099           </p>
9100         </sect1>
9101       </sect>
9102     </chapt>
9103
9104
9105     <chapt id="customized-programs">
9106       <heading>Customized programs</heading>
9107
9108       <sect id="arch-spec">
9109         <heading>Architecture specification strings</heading>
9110
9111         <p>
9112           If a program needs to specify an <em>architecture specification
9113           string</em> in some place, it should select one of the strings
9114           provided by <tt>dpkg-architecture -L</tt>. The strings are in
9115           the format <tt><var>os</var>-<var>arch</var></tt>, though the OS
9116           part is sometimes elided, as when the OS is Linux.
9117         </p>
9118
9119         <p>
9120           Note that we don't want to use
9121           <tt><var>arch</var>-debian-linux</tt> to apply to the rule
9122           <tt><var>architecture</var>-<var>vendor</var>-<var>os</var></tt>
9123           since this would make our programs incompatible with other
9124           Linux distributions.  We also don't use something like
9125           <tt><var>arch</var>-unknown-linux</tt>, since the
9126           <tt>unknown</tt> does not look very good.
9127         </p>
9128
9129         <sect1 id="arch-wildcard-spec">
9130           <heading>Architecture wildcards</heading>
9131
9132           <p>
9133             A package may specify an architecture wildcard. Architecture
9134             wildcards are in the format <tt>any</tt> (which matches every
9135             architecture), <tt><var>os</var></tt>-any, or
9136             any-<tt><var>cpu</var></tt>. <footnote>
9137               Internally, the package system normalizes the GNU triplets
9138               and the Debian arches into Debian arch triplets (which are
9139               kind of inverted GNU triplets), with the first component of
9140               the triplet representing the libc and ABI in use, and then
9141               does matching against those triplets.  However, such
9142               triplets are an internal implementation detail that should
9143               not be used by packages directly.  The libc and ABI portion
9144               is handled internally by the package system based on
9145               the <var>os</var> and <var>cpu</var>.
9146             </footnote>
9147           </p>
9148         </sect1>
9149       </sect>
9150
9151       <sect>
9152         <heading>Daemons</heading>
9153
9154         <p>
9155           The configuration files <file>/etc/services</file>,
9156           <file>/etc/protocols</file>, and <file>/etc/rpc</file> are managed
9157           by the <prgn>netbase</prgn> package and must not be modified
9158           by other packages.
9159         </p>
9160
9161         <p>
9162           If a package requires a new entry in one of these files, the
9163           maintainer should get in contact with the
9164           <prgn>netbase</prgn> maintainer, who will add the entries
9165           and release a new version of the <prgn>netbase</prgn>
9166           package.
9167         </p>
9168
9169         <p>
9170           The configuration file <file>/etc/inetd.conf</file> must not be
9171           modified by the package's scripts except via the
9172           <prgn>update-inetd</prgn> script or the
9173           <file>DebianNet.pm</file> Perl module.  See their documentation
9174           for details on how to add entries.
9175         </p>
9176
9177         <p>
9178           If a package wants to install an example entry into
9179           <file>/etc/inetd.conf</file>, the entry must be preceded with
9180           exactly one hash character (<tt>#</tt>). Such lines are
9181           treated as "commented out by user" by the
9182           <prgn>update-inetd</prgn> script and are not changed or
9183           activated during package updates.
9184         </p>
9185       </sect>
9186
9187       <sect>
9188         <heading>Using pseudo-ttys and modifying wtmp, utmp and
9189         lastlog</heading>
9190
9191         <p>
9192           Some programs need to create pseudo-ttys. This should be done
9193           using Unix98 ptys if the C library supports it. The resulting
9194           program must not be installed setuid root, unless that
9195           is required for other functionality.
9196         </p>
9197
9198         <p>
9199           The files <file>/var/run/utmp</file>, <file>/var/log/wtmp</file> and
9200           <file>/var/log/lastlog</file> must be installed writable by
9201           group <tt>utmp</tt>.  Programs which need to modify those
9202           files must be installed setgid <tt>utmp</tt>.
9203         </p>
9204       </sect>
9205
9206       <sect>
9207         <heading>Editors and pagers</heading>
9208
9209         <p>
9210           Some programs have the ability to launch an editor or pager
9211           program to edit or display a text document.  Since there are
9212           lots of different editors and pagers available in the Debian
9213           distribution, the system administrator and each user should
9214           have the possibility to choose their preferred editor and
9215           pager.
9216         </p>
9217
9218         <p>
9219           In addition, every program should choose a good default
9220           editor/pager if none is selected by the user or system
9221           administrator.
9222         </p>
9223
9224         <p>
9225           Thus, every program that launches an editor or pager must
9226           use the EDITOR or PAGER environment variable to determine
9227           the editor or pager the user wishes to use.  If these
9228           variables are not set, the programs <file>/usr/bin/editor</file>
9229           and <file>/usr/bin/pager</file> should be used, respectively.
9230         </p>
9231
9232         <p>
9233           These two files are managed through the <prgn>dpkg</prgn>
9234           "alternatives" mechanism.  Every package providing an editor or
9235           pager must call the <prgn>update-alternatives</prgn> script to
9236           register as an alternative for <file>/usr/bin/editor</file>
9237           or <file>/usr/bin/pager</file> as appropriate.  The alternative
9238           should have a slave alternative
9239           for <file>/usr/share/man/man1/editor.1.gz</file>
9240           or <file>/usr/share/man/man1/pager.1.gz</file> pointing to the
9241           corresponding manual page.
9242         </p>
9243
9244         <p>
9245           If it is very hard to adapt a program to make use of the
9246           EDITOR or PAGER variables, that program may be configured to
9247           use <file>/usr/bin/sensible-editor</file> and
9248           <file>/usr/bin/sensible-pager</file> as the editor or pager
9249           program respectively.  These are two scripts provided in the
9250           <package>sensible-utils</package> package that check the EDITOR
9251           and PAGER variables and launch the appropriate program, and fall
9252           back to <file>/usr/bin/editor</file>
9253           and <file>/usr/bin/pager</file> if the variable is not set.
9254         </p>
9255
9256         <p>
9257           A program may also use the VISUAL environment variable to
9258           determine the user's choice of editor.  If it exists, it
9259           should take precedence over EDITOR.  This is in fact what
9260           <file>/usr/bin/sensible-editor</file> does.
9261         </p>
9262
9263         <p>
9264           It is not required for a package to depend on
9265           <tt>editor</tt> and <tt>pager</tt>, nor is it required for a
9266           package to provide such virtual packages.<footnote>
9267               The Debian base system already provides an editor and a
9268               pager program.
9269           </footnote>
9270         </p>
9271       </sect>
9272
9273       <sect id="web-appl">
9274         <heading>Web servers and applications</heading>
9275
9276         <p>
9277           This section describes the locations and URLs that should
9278           be used by all web servers and web applications in the
9279           Debian system.
9280         </p>
9281
9282         <p>
9283           <enumlist>
9284             <item>
9285                 Cgi-bin executable files are installed in the
9286                 directory
9287                 <example compact="compact">
9288 /usr/lib/cgi-bin/<var>cgi-bin-name</var>
9289                 </example>
9290                 or a subdirectory of that directory, and should be
9291                 referred to as
9292                 <example compact="compact">
9293 http://localhost/cgi-bin/<var>cgi-bin-name</var>
9294                 </example>
9295                 (possibly with a subdirectory name
9296                 before <var>cgi-bin-name</var>).
9297             </item>
9298
9299             <item>
9300               <p>Access to HTML documents</p>
9301
9302               <p>
9303                 HTML documents for a package are stored in
9304                 <file>/usr/share/doc/<var>package</var></file>
9305                 and can be referred to as
9306                 <example compact="compact">
9307 http://localhost/doc/<var>package</var>/<var>filename</var>
9308                 </example>
9309               </p>
9310
9311               <p>
9312                 The web server should restrict access to the document
9313                 tree so that only clients on the same host can read
9314                 the documents. If the web server does not support such
9315                 access controls, then it should not provide access at
9316                 all, or ask about providing access during installation.
9317               </p>
9318             </item>
9319
9320             <item>
9321               <p>Access to images</p>
9322               <p>
9323                 It is recommended that images for a package be stored
9324                 in <tt>/usr/share/images/<var>package</var></tt> and
9325                 may be referred to through an alias <tt>/images/</tt>
9326                 as
9327                 <example>
9328                   http://localhost/images/&lt;package&gt;/&lt;filename&gt;     
9329                 </example>
9330                 
9331               </p>
9332             </item>
9333
9334             <item>
9335               <p>Web Document Root</p>
9336
9337               <p>
9338                 Web Applications should try to avoid storing files in
9339                 the Web Document Root.  Instead they should use the
9340                 /usr/share/doc/<var>package</var> directory for
9341                 documents and register the Web Application via the
9342                 <package>doc-base</package> package.  If access to the
9343                 web document root is unavoidable then use
9344                 <example compact="compact">
9345 /var/www
9346                 </example>
9347                 as the Document Root.  This might be just a symbolic
9348                 link to the location where the system administrator
9349                 has put the real document root.
9350               </p>
9351             </item>
9352             <item><p>Providing httpd and/or httpd-cgi</p>
9353               <p>
9354                 All web servers should provide the virtual package
9355                 <tt>httpd</tt>. If a web server has CGI support it should
9356                 provide <tt>httpd-cgi</tt> additionally.
9357               </p>
9358               <p>
9359                 All web applications which do not contain CGI scripts should
9360                 depend on <tt>httpd</tt>, all those web applications which
9361                 <tt>do</tt> contain CGI scripts, should depend on
9362                 <tt>httpd-cgi</tt>.
9363               </p>
9364             </item>
9365           </enumlist>
9366         </p>
9367       </sect>
9368
9369       <sect id="mail-transport-agents">
9370         <heading>Mail transport, delivery and user agents</heading>
9371
9372         <p>
9373           Debian packages which process electronic mail, whether mail
9374           user agents (MUAs) or mail transport agents (MTAs), must
9375           ensure that they are compatible with the configuration
9376           decisions below.  Failure to do this may result in lost
9377           mail, broken <tt>From:</tt> lines, and other serious brain
9378           damage!
9379         </p>
9380
9381         <p>
9382           The mail spool is <file>/var/mail</file> and the interface to
9383           send a mail message is <file>/usr/sbin/sendmail</file> (as per
9384           the FHS).  On older systems, the mail spool may be
9385           physically located in <file>/var/spool/mail</file>, but all
9386           access to the mail spool should be via the
9387           <file>/var/mail</file> symlink.  The mail spool is part of the
9388           base system and not part of the MTA package.
9389         </p>
9390
9391         <p>
9392           All Debian MUAs, MTAs, MDAs and other mailbox accessing
9393           programs (such as IMAP daemons) must lock the mailbox in an
9394           NFS-safe way. This means that <tt>fcntl()</tt> locking must
9395           be combined with dot locking.  To avoid deadlocks, a program
9396           should use <tt>fcntl()</tt> first and dot locking after
9397           this, or alternatively implement the two locking methods in
9398           a non blocking way<footnote>
9399               If it is not possible to establish both locks, the
9400               system shouldn't wait for the second lock to be
9401               established, but remove the first lock, wait a (random)
9402               time, and start over locking again.
9403           </footnote>. Using the functions <tt>maillock</tt> and
9404           <tt>mailunlock</tt> provided by the
9405           <tt>liblockfile*</tt><footnote>
9406               You will need to depend on <tt>liblockfile1 (&gt;&gt;1.01)</tt>
9407               to use these functions.
9408           </footnote> packages is the recommended way to realize this.
9409         </p>
9410
9411         <p>
9412           Mailboxes are generally either mode 600 and owned by
9413           <var>user</var> or mode 660 and owned by
9414           <tt><var>user</var>:mail</tt><footnote>
9415             There are two traditional permission schemes for mail spools:
9416             mode 600 with all mail delivery done by processes running as
9417             the destination user, or mode 660 and owned by group mail with
9418             mail delivery done by a process running as a system user in
9419             group mail.  Historically, Debian required mode 660 mail
9420             spools to enable the latter model, but that model has become
9421             increasingly uncommon and the principle of least privilege
9422             indicates that mail systems that use the first model should
9423             use permissions of 600.  If delivery to programs is permitted,
9424             it's easier to keep the mail system secure if the delivery
9425             agent runs as the destination user.  Debian Policy therefore
9426             permits either scheme.
9427           </footnote>. The local system administrator may choose a
9428           different permission scheme; packages should not make
9429           assumptions about the permission and ownership of mailboxes
9430           unless required (such as when creating a new mailbox).  A MUA
9431           may remove a mailbox (unless it has nonstandard permissions) in
9432           which case the MTA or another MUA must recreate it if needed.
9433         </p>
9434
9435         <p>
9436           The mail spool is 2775 <tt>root:mail</tt>, and MUAs should
9437           be setgid mail to do the locking mentioned above (and
9438           must obviously avoid accessing other users' mailboxes
9439           using this privilege).</p>
9440
9441         <p>
9442           <file>/etc/aliases</file> is the source file for the system mail
9443           aliases (e.g., postmaster, usenet, etc.), it is the one
9444           which the sysadmin and <prgn>postinst</prgn> scripts may
9445           edit.  After <file>/etc/aliases</file> is edited the program or
9446           human editing it must call <prgn>newaliases</prgn>.  All MTA
9447           packages must come with a <prgn>newaliases</prgn> program,
9448           even if it does nothing, but older MTA packages did not do
9449           this so programs should not fail if <prgn>newaliases</prgn>
9450           cannot be found.  Note that because of this, all MTA
9451           packages must have <tt>Provides</tt>, <tt>Conflicts</tt> and
9452           <tt>Replaces: mail-transport-agent</tt> control fields.
9453         </p>
9454
9455         <p>
9456           The convention of writing <tt>forward to
9457             <var>address</var></tt> in the mailbox itself is not
9458           supported.  Use a <tt>.forward</tt> file instead.</p>
9459
9460         <p>
9461           The <prgn>rmail</prgn> program used by UUCP
9462           for incoming mail should be  <file>/usr/sbin/rmail</file>.
9463           Likewise, <prgn>rsmtp</prgn>, for receiving
9464           batch-SMTP-over-UUCP, should be <file>/usr/sbin/rsmtp</file> if it
9465           is supported.</p>
9466
9467         <p>
9468           If your package needs to know what hostname to use on (for
9469           example) outgoing news and mail messages which are generated
9470           locally, you should use the file <file>/etc/mailname</file>.  It
9471           will contain the portion after the username and <tt>@</tt>
9472           (at) sign for email addresses of users on the machine
9473           (followed by a newline).
9474         </p>
9475
9476         <p>
9477           Such a package should check for the existence of this file
9478           when it is being configured.  If it exists, it should be
9479           used without comment, although an MTA's configuration script
9480           may wish to prompt the user even if it finds that this file
9481           exists.  If the file does not exist, the package should
9482           prompt the user for the value (preferably using
9483           <prgn>debconf</prgn>) and store it in <file>/etc/mailname</file>
9484           as well as using it in the package's configuration.  The
9485           prompt should make it clear that the name will not just be
9486           used by that package.  For example, in this situation the
9487           <tt>inn</tt> package could say something like:
9488           <example compact="compact">
9489 Please enter the "mail name" of your system.  This is the
9490 hostname portion of the address to be shown on outgoing
9491 news and mail messages.  The default is
9492 <var>syshostname</var>, your system's host name.  Mail
9493 name ["<var>syshostname</var>"]:
9494           </example>
9495           where <var>syshostname</var> is the output of <tt>hostname
9496             --fqdn</tt>.
9497         </p>
9498       </sect>
9499
9500       <sect>
9501         <heading>News system configuration</heading>
9502
9503         <p>
9504           All the configuration files related to the NNTP (news)
9505           servers and clients should be located under
9506           <file>/etc/news</file>.</p>
9507
9508         <p>
9509           There are some configuration issues that apply to a number
9510           of news clients and server packages on the machine. These
9511           are:
9512
9513           <taglist>
9514             <tag><file>/etc/news/organization</file></tag>
9515             <item>
9516                 A string which should appear as the
9517                 organization header for all messages posted
9518                 by NNTP clients on the machine
9519             </item>
9520
9521             <tag><file>/etc/news/server</file></tag>
9522             <item>
9523                 Contains the FQDN of the upstream NNTP
9524                 server, or localhost if the local machine is
9525                 an NNTP server.
9526             </item>
9527           </taglist>
9528
9529           Other global files may be added as required for cross-package news
9530           configuration.
9531         </p>
9532       </sect>
9533
9534
9535       <sect>
9536         <heading>Programs for the X Window System</heading>
9537
9538         <sect1>
9539           <heading>Providing X support and package priorities</heading>
9540
9541           <p>
9542             Programs that can be configured with support for the X
9543             Window System must be configured to do so and must declare
9544             any package dependencies necessary to satisfy their
9545             runtime requirements when using the X Window System.  If
9546             such a package is of higher priority than the X packages
9547             on which it depends, it is required that either the
9548             X-specific components be split into a separate package, or
9549             that an alternative version of the package, which includes
9550             X support, be provided, or that the package's priority be
9551             lowered.
9552           </p>
9553         </sect1>
9554
9555         <sect1>
9556           <heading>Packages providing an X server</heading>
9557
9558           <p>
9559             Packages that provide an X server that, directly or
9560             indirectly, communicates with real input and display
9561             hardware should declare in their <tt>Provides</tt> control
9562             field that they provide the virtual
9563             package <tt>xserver</tt>.<footnote>
9564                 This implements current practice, and provides an
9565                 actual policy for usage of the <tt>xserver</tt>
9566                 virtual package which appears in the virtual packages
9567                 list.  In a nutshell, X servers that interface
9568                 directly with the display and input hardware or via
9569                 another subsystem (e.g., GGI) should provide
9570                 <tt>xserver</tt>.  Things like <tt>Xvfb</tt>,
9571                 <tt>Xnest</tt>, and <tt>Xprt</tt> should not.
9572             </footnote>
9573           </p>
9574         </sect1>
9575
9576         <sect1>
9577           <heading>Packages providing a terminal emulator</heading>
9578
9579           <p>
9580             Packages that provide a terminal emulator for the X Window
9581             System which meet the criteria listed below should declare in
9582             their <tt>Provides</tt> control field that they provide the
9583             virtual package <tt>x-terminal-emulator</tt>.  They should
9584             also register themselves as an alternative for
9585             <file>/usr/bin/x-terminal-emulator</file>, with a priority of
9586             20.  That alternative should have a slave alternative
9587             for <file>/usr/share/man/man1/x-terminal-emulator.1.gz</file>
9588             pointing to the corresponding manual page.
9589           </p>
9590
9591           <p>
9592             To be an <tt>x-terminal-emulator</tt>, a program must:
9593             <list compact="compact">
9594               <item>
9595                   Be able to emulate a DEC VT100 terminal, or a
9596                   compatible terminal.
9597               </item>
9598
9599               <item>
9600                   Support the command-line option <tt>-e
9601                     <var>command</var></tt>, which creates a new
9602                   terminal window<footnote>
9603                       "New terminal window" does not necessarily mean
9604                       a new top-level X window directly parented by
9605                       the window manager; it could, if the terminal
9606                       emulator application were so coded, be a new
9607                       "view" in a multiple-document interface (MDI).
9608                   </footnote>
9609                   and runs the specified <var>command</var>,
9610                   interpreting the entirety of the rest of the command
9611                   line as a command to pass straight to exec, in the
9612                   manner that <tt>xterm</tt> does.
9613               </item>
9614
9615               <item>
9616                   Support the command-line option <tt>-T
9617                     <var>title</var></tt>, which creates a new terminal
9618                   window with the window title <var>title</var>.
9619               </item>
9620             </list>
9621           </p>
9622         </sect1>
9623
9624         <sect1>
9625           <heading>Packages providing a window manager</heading>
9626
9627           <p>
9628             Packages that provide a window manager should declare in
9629             their <tt>Provides</tt> control field that they provide the
9630             virtual package <tt>x-window-manager</tt>.  They should also
9631             register themselves as an alternative for
9632             <file>/usr/bin/x-window-manager</file>, with a priority
9633             calculated as follows:
9634             <list compact="compact">
9635               <item>
9636                   Start with a priority of 20.
9637               </item>
9638
9639               <item>
9640                   If the window manager supports the Debian menu
9641                   system, add 20 points if this support is available
9642                   in the package's default configuration (i.e., no
9643                   configuration files belonging to the system or user
9644                   have to be edited to activate the feature); if
9645                   configuration files must be modified, add only 10
9646                   points.
9647                 </p>
9648               </item>
9649
9650               <item>
9651                   If the window manager complies with <url
9652                     id="http://www.freedesktop.org/wiki/Specifications/wm-spec"
9653                     name="The Window Manager Specification Project">,
9654                   written by the <url id="http://www.freedesktop.org/wiki/"
9655                     name="Free Desktop Group">, add 40 points.
9656               </item>
9657
9658               <item>
9659                   If the window manager permits the X session to be
9660                   restarted using a <em>different</em> window manager
9661                   (without killing the X server) in its default
9662                   configuration, add 10 points; otherwise add none.
9663               </item>
9664             </list>
9665             That alternative should have a slave alternative
9666             for <file>/usr/share/man/man1/x-window-manager.1.gz</file>
9667             pointing to the corresponding manual page.
9668           </p>
9669         </sect1>
9670
9671         <sect1>
9672           <heading>Packages providing fonts</heading>
9673
9674           <p>
9675             Packages that provide fonts for the X Window
9676             System<footnote>
9677                 For the purposes of Debian Policy, a "font for the X
9678                 Window System" is one which is accessed via X protocol
9679                 requests.  Fonts for the Linux console, for PostScript
9680                 renderer, or any other purpose, do not fit this
9681                 definition.  Any tool which makes such fonts available
9682                 to the X Window System, however, must abide by this
9683                 font policy.
9684             </footnote>
9685             must do a number of things to ensure that they are both
9686             available without modification of the X or font server
9687             configuration, and that they do not corrupt files used by
9688             other font packages to register information about
9689             themselves.
9690             <enumlist>
9691               <item>
9692                   Fonts of any type supported by the X Window System
9693                   must be in a separate binary package from any
9694                   executables, libraries, or documentation (except
9695                   that specific to the fonts shipped, such as their
9696                   license information).  If one or more of the fonts
9697                   so packaged are necessary for proper operation of
9698                   the package with which they are associated the font
9699                   package may be Recommended; if the fonts merely
9700                   provide an enhancement, a Suggests relationship may
9701                   be used.  Packages must not Depend on font
9702                   packages.<footnote>
9703                       This is because the X server may retrieve fonts
9704                       from the local file system or over the network
9705                       from an X font server; the Debian package system
9706                       is empowered to deal only with the local
9707                       file system.
9708                   </footnote>
9709               </item>
9710
9711               <item>
9712                   BDF fonts must be converted to PCF fonts with the
9713                   <prgn>bdftopcf</prgn> utility (available in the
9714                   <tt>xfonts-utils</tt> package, <prgn>gzip</prgn>ped, and
9715                   placed in a directory that corresponds to their
9716                   resolution:
9717                   <list compact="compact">
9718                     <item>
9719                         100 dpi fonts must be placed in
9720                         <file>/usr/share/fonts/X11/100dpi/</file>.
9721                     </item>
9722
9723                     <item>
9724                         75 dpi fonts must be placed in
9725                         <file>/usr/share/fonts/X11/75dpi/</file>.
9726                     </item>
9727
9728                     <item>
9729                         Character-cell fonts, cursor fonts, and other
9730                         low-resolution fonts must be placed in
9731                         <file>/usr/share/fonts/X11/misc/</file>.
9732                     </item>
9733                   </list>
9734               </item>
9735
9736               <item>
9737                   Type 1 fonts must be placed in
9738                   <file>/usr/share/fonts/X11/Type1/</file>.  If font
9739                   metric files are available, they must be placed here
9740                   as well.
9741               </item>
9742
9743               <item>
9744                   Subdirectories of <file>/usr/share/fonts/X11/</file>
9745                   other than those listed above must be neither
9746                   created nor used.  (The <file>PEX</file>, <file>CID</file>,
9747                   <file>Speedo</file>, and <file>cyrillic</file> directories
9748                   are excepted for historical reasons, but installation of
9749                   files into these directories remains discouraged.)
9750               </item>
9751
9752               <item>
9753                   Font packages may, instead of placing files directly
9754                   in the X font directories listed above, provide
9755                   symbolic links in that font directory pointing to
9756                   the files' actual location in the filesystem.  Such
9757                   a location must comply with the FHS.
9758               </item>
9759
9760               <item>
9761                   Font packages should not contain both 75dpi and
9762                   100dpi versions of a font.  If both are available,
9763                   they should be provided in separate binary packages
9764                   with <tt>-75dpi</tt> or <tt>-100dpi</tt> appended to
9765                   the names of the packages containing the
9766                   corresponding fonts.
9767               </item>
9768
9769               <item>
9770                   Fonts destined for the <file>misc</file> subdirectory
9771                   should not be included in the same package as 75dpi
9772                   or 100dpi fonts; instead, they should be provided in
9773                   a separate package with <tt>-misc</tt> appended to
9774                   its name.
9775               </item>
9776
9777               <item>
9778                   Font packages must not provide the files
9779                   <file>fonts.dir</file>, <file>fonts.alias</file>, or
9780                   <file>fonts.scale</file> in a font directory:
9781                   <list>
9782                     <item>
9783                         <file>fonts.dir</file> files must not be provided at all.
9784                     </item>
9785
9786                     <item>
9787                         <file>fonts.alias</file> and <file>fonts.scale</file>
9788                         files, if needed, should be provided in the
9789                         directory
9790                         <file>/etc/X11/fonts/<var>fontdir</var>/<var>package</var>.<var>extension</var></file>,
9791                         where <var>fontdir</var> is the name of the
9792                         subdirectory of
9793                         <file>/usr/share/fonts/X11/</file> where the
9794                         package's corresponding fonts are stored
9795                         (e.g., <tt>75dpi</tt> or <tt>misc</tt>),
9796                         <var>package</var> is the name of the package
9797                         that provides these fonts, and
9798                         <var>extension</var> is either <tt>scale</tt>
9799                         or <tt>alias</tt>, whichever corresponds to
9800                         the file contents.
9801                     </item>
9802                   </list>
9803               </item>
9804
9805               <item>
9806                   Font packages must declare a dependency on
9807                   <tt>xfonts-utils</tt> in their <tt>Depends</tt>
9808                   or <tt>Pre-Depends</tt> control field.
9809               </item>
9810
9811               <item>
9812                   Font packages that provide one or more
9813                   <file>fonts.scale</file> files as described above must
9814                   invoke <prgn>update-fonts-scale</prgn> on each
9815                   directory into which they installed fonts
9816                   <em>before</em> invoking
9817                   <prgn>update-fonts-dir</prgn> on that directory.
9818                   This invocation must occur in both the
9819                   <prgn>postinst</prgn> (for all arguments) and
9820                   <prgn>postrm</prgn> (for all arguments except
9821                   <tt>upgrade</tt>) scripts.
9822               </item>
9823
9824               <item>
9825                   Font packages that provide one or more
9826                   <file>fonts.alias</file> files as described above must
9827                   invoke <prgn>update-fonts-alias</prgn> on each
9828                   directory into which they installed fonts.  This
9829                   invocation must occur in both the
9830                   <prgn>postinst</prgn> (for all arguments) and
9831                   <prgn>postrm</prgn> (for all arguments except
9832                   <tt>upgrade</tt>) scripts.
9833               </item>
9834
9835               <item>
9836                   Font packages must invoke
9837                   <prgn>update-fonts-dir</prgn> on each directory into
9838                   which they installed fonts.  This invocation must
9839                   occur in both the <prgn>postinst</prgn> (for all
9840                   arguments) and <prgn>postrm</prgn> (for all
9841                   arguments except <tt>upgrade</tt>) scripts.
9842               </item>
9843
9844               <item>
9845                   Font packages must not provide alias names for the
9846                   fonts they include which collide with alias names
9847                   already in use by fonts already packaged.
9848               </item>
9849
9850               <item>
9851                   Font packages must not provide fonts with the same
9852                   XLFD registry name as another font already packaged.
9853               </item>
9854             </enumlist>
9855           </p>
9856         </sect1>
9857
9858         <sect1 id="appdefaults">
9859           <heading>Application defaults files</heading>
9860
9861           <p>
9862             Application defaults files must be installed in the
9863             directory <file>/etc/X11/app-defaults/</file> (use of a
9864             localized subdirectory of <file>/etc/X11/</file> as described
9865             in the <em>X Toolkit Intrinsics - C Language
9866             Interface</em> manual is also permitted).  They must be
9867             registered as <tt>conffile</tt>s or handled as
9868             configuration files.
9869           </p>
9870
9871           <p>
9872             Customization of programs' X resources may also be
9873             supported with the provision of a file with the same name
9874             as that of the package placed in
9875             the <file>/etc/X11/Xresources/</file> directory, which
9876             must be registered as a <tt>conffile</tt> or handled as a
9877             configuration file.<footnote>
9878                 Note that this mechanism is not the same as using
9879                 app-defaults; app-defaults are tied to the client
9880                 binary on the local file system, whereas X resources
9881                 are stored in the X server and affect all connecting
9882                 clients.
9883             </footnote>
9884           </p>
9885         </sect1>
9886
9887         <sect1>
9888           <heading>Installation directory issues</heading>
9889
9890           <p>
9891             Historically, packages using the X Window System used a
9892             separate set of installation directories from other packages.
9893             This practice has been discontinued and packages using the X
9894             Window System should now generally be installed in the same
9895             directories as any other package.  Specifically, packages must
9896             not install files under the <file>/usr/X11R6/</file> directory
9897             and the <file>/usr/X11R6/</file> directory hierarchy should be
9898             regarded as obsolete.
9899           </p>
9900
9901           <p>
9902             Include files previously installed under
9903             <file>/usr/X11R6/include/X11/</file> should be installed into
9904             <file>/usr/include/X11/</file>.  For files previously
9905             installed into subdirectories of
9906             <file>/usr/X11R6/lib/X11/</file>, package maintainers should
9907             determine if subdirectories of <file>/usr/lib/</file> and
9908             <file>/usr/share/</file> can be used.  If not, a subdirectory
9909             of <file>/usr/lib/X11/</file> should be used.
9910           </p>
9911
9912           <p>
9913             Configuration files for window, display, or session managers
9914             or other applications that are tightly integrated with the X
9915             Window System may be placed in a subdirectory
9916             of <file>/etc/X11/</file> corresponding to the package name.
9917             Other X Window System applications should use
9918             the <file>/etc/</file> directory unless otherwise mandated by
9919             policy (such as for <ref id="appdefaults">).
9920           </p>
9921         </sect1>
9922       </sect>
9923
9924       <sect id="perl">
9925         <heading>Perl programs and modules</heading>
9926
9927         <p>
9928           Perl programs and modules should follow the current Perl policy.
9929         </p>
9930
9931         <p>
9932           The Perl policy can be found in the <tt>perl-policy</tt>
9933           files in the <tt>debian-policy</tt> package.
9934           It is also available from the Debian web mirrors at
9935           <tt><url name="/doc/packaging-manuals/perl-policy/"
9936                 id="http://www.debian.org/doc/packaging-manuals/perl-policy/"></tt>.
9937         </p>
9938       </sect>
9939
9940       <sect id="emacs">
9941         <heading>Emacs lisp programs</heading>
9942
9943         <p>
9944           Please refer to the "Debian Emacs Policy" for details of how to
9945           package emacs lisp programs.
9946         </p>
9947
9948         <p>
9949           The Emacs policy is available in
9950           <file>debian-emacs-policy.gz</file> of the
9951           <package>emacsen-common</package> package.
9952           It is also available from the Debian web mirrors at
9953           <tt><url name="/doc/packaging-manuals/debian-emacs-policy"
9954                 id="http://www.debian.org/doc/packaging-manuals/debian-emacs-policy"></tt>.
9955         </p>
9956       </sect>
9957
9958       <sect>
9959         <heading>Games</heading>
9960
9961         <p>
9962           The permissions on <file>/var/games</file> are mode 755, owner
9963           <tt>root</tt> and group <tt>root</tt>.
9964         </p>
9965
9966         <p>
9967           Each game decides on its own security policy.</p>
9968
9969         <p>
9970           Games which require protected, privileged access to
9971           high-score files, saved games, etc., may be made
9972           set-<em>group</em>-id (mode 2755) and owned by
9973           <tt>root:games</tt>, and use files and directories with
9974           appropriate permissions (770 <tt>root:games</tt>, for
9975           example).  They must not be made
9976           set-<em>user</em>-id, as this causes security problems. (If
9977           an attacker can subvert any set-user-id game they can
9978           overwrite the executable of any other, causing other players
9979           of these games to run a Trojan horse program.  With a
9980           set-group-id game the attacker only gets access to less
9981           important game data, and if they can get at the other
9982           players' accounts at all it will take considerably more
9983           effort.)</p>
9984
9985         <p>
9986           Some packages, for example some fortune cookie programs, are
9987           configured by the upstream authors to install with their
9988           data files or other static information made unreadable so
9989           that they can only be accessed through set-id programs
9990           provided.  You should not do this in a Debian package: anyone can
9991           download the <file>.deb</file> file and read the data from it,
9992           so there is no point making the files unreadable.  Not
9993           making the files unreadable also means that you don't have
9994           to make so many programs set-id, which reduces the risk of a
9995           security hole.</p>
9996
9997         <p>
9998           As described in the FHS, binaries of games should be
9999           installed in the directory <file>/usr/games</file>. This also
10000           applies to games that use the X Window System. Manual pages
10001           for games (X and non-X games) should be installed in
10002           <file>/usr/share/man/man6</file>.</p>
10003       </sect>
10004     </chapt>
10005
10006
10007     <chapt id="docs">
10008       <heading>Documentation</heading>
10009
10010       <sect>
10011         <heading>Manual pages</heading>
10012
10013         <p>
10014           You should install manual pages in <prgn>nroff</prgn> source
10015           form, in appropriate places under <file>/usr/share/man</file>.
10016           You should only use sections 1 to 9 (see the FHS for more
10017           details).  You must not install a pre-formatted "cat page".
10018         </p>
10019
10020         <p>
10021           Each program, utility, and function should have an
10022           associated manual page included in the same package. It is
10023           suggested that all configuration files also have a manual
10024           page included as well. Manual pages for protocols and other
10025           auxiliary things are optional.
10026         </p>
10027
10028         <p>
10029           If no manual page is available, this is considered as a bug
10030           and should be reported to the Debian Bug Tracking System (the
10031           maintainer of the package is allowed to write this bug report
10032           themselves, if they so desire).  Do not close the bug report
10033           until a proper man page is available.<footnote>
10034               It is not very hard to write a man page. See the
10035               <url id="http://www.schweikhardt.net/man_page_howto.html"
10036                 name="Man-Page-HOWTO">,
10037               <manref name="man" section="7">, the examples created
10038               by <prgn>dh_make</prgn>, the helper
10039               program <prgn>help2man</prgn>, or the
10040               directory <file>/usr/share/doc/man-db/examples</file>.
10041           </footnote>
10042         </p>
10043
10044         <p>
10045           You may forward a complaint about a missing man page to the
10046           upstream authors, and mark the bug as forwarded in the
10047           Debian bug tracking system.  Even though the GNU Project do
10048           not in general consider the lack of a man page to be a bug,
10049           we do; if they tell you that they don't consider it a bug
10050           you should leave the bug in our bug tracking system open
10051           anyway.
10052         </p>
10053
10054         <p>
10055           Manual pages should be installed compressed using <tt>gzip -9</tt>.
10056         </p>
10057
10058         <p>
10059           If one man page needs to be accessible via several names it
10060           is better to use a symbolic link than the <file>.so</file>
10061           feature, but there is no need to fiddle with the relevant
10062           parts of the upstream source to change from <file>.so</file> to
10063           symlinks: don't do it unless it's easy.  You should not
10064           create hard links in the manual page directories, nor put
10065           absolute filenames in <file>.so</file> directives.  The filename
10066           in a <file>.so</file> in a man page should be relative to the
10067           base of the man page tree (usually
10068           <file>/usr/share/man</file>). If you do not create any links
10069           (whether symlinks, hard links, or <tt>.so</tt> directives)
10070           in the file system to the alternate names of the man page,
10071           then you should not rely on <prgn>man</prgn> finding your
10072           man page under those names based solely on the information in
10073           the man page's header.<footnote>
10074               Supporting this in <prgn>man</prgn> often requires
10075               unreasonable processing time to find a manual page or to
10076               report that none exists, and moves knowledge into man's
10077               database that would be better left in the file system.
10078               This support is therefore deprecated and will cease to
10079               be present in the future.
10080           </footnote>
10081         </p>
10082
10083         <p>
10084           Manual pages in locale-specific subdirectories of
10085           <file>/usr/share/man</file> should use either UTF-8 or the usual
10086           legacy encoding for that language (normally the one corresponding
10087           to the shortest relevant locale name in
10088           <file>/usr/share/i18n/SUPPORTED</file>). For example, pages under
10089           <file>/usr/share/man/fr</file> should use either UTF-8 or
10090           ISO-8859-1.<footnote>
10091             <prgn>man</prgn> will automatically detect whether UTF-8 is in
10092             use. In future, all manual pages will be required to use
10093             UTF-8.
10094           </footnote>
10095         </p>
10096
10097         <p>
10098           A country name (the <tt>DE</tt> in <tt>de_DE</tt>) should not be
10099           included in the subdirectory name unless it indicates a
10100           significant difference in the language, as this excludes
10101           speakers of the language in other countries.<footnote>
10102             At the time of writing, Chinese and Portuguese are the main
10103             languages with such differences, so <file>pt_BR</file>,
10104             <file>zh_CN</file>, and <file>zh_TW</file> are all allowed.
10105           </footnote>
10106         </p>
10107
10108         <p>
10109           If a localized version of a manual page is provided, it should
10110           either be up-to-date or it should be obvious to the reader that
10111           it is outdated and the original manual page should be used
10112           instead.  This can be done either by a note at the beginning of
10113           the manual page or by showing the missing or changed portions in
10114           the original language instead of the target language.
10115         </p>
10116       </sect>
10117
10118       <sect>
10119         <heading>Info documents</heading>
10120
10121         <p>
10122           Info documents should be installed in <file>/usr/share/info</file>.
10123           They should be compressed with <tt>gzip -9</tt>.
10124         </p>
10125
10126         <p>
10127           The <prgn>install-info</prgn> program maintains a directory of
10128           installed info documents in <file>/usr/share/info/dir</file> for
10129           the use of info readers.<footnote>
10130             It was previously necessary for packages installing info
10131             documents to run <prgn>install-info</prgn> from maintainer
10132             scripts.  This is no longer necessary.  The installation
10133             system now uses dpkg triggers.
10134           </footnote>
10135           This file must not be included in packages.  Packages containing
10136           info documents should depend on <tt>dpkg (>= 1.15.4) |
10137           install-info</tt> to ensure that the directory file is properly
10138           rebuilt during partial upgrades from Debian 5.0 (lenny) and
10139           earlier.
10140         </p>
10141
10142         <p>
10143           Info documents should contain section and directory entry
10144           information in the document for the use
10145           of <prgn>install-info</prgn>.  The section should be specified
10146           via a line starting with <tt>INFO-DIR-SECTION</tt> followed by a
10147           space and the section of this info page.  The directory entry or
10148           entries should be included between
10149           a <tt>START-INFO-DIR-ENTRY</tt> line and
10150           an <tt>END-INFO-DIR-ENTRY</tt> line.  For example:
10151           <example>
10152 INFO-DIR-SECTION Individual utilities
10153 START-INFO-DIR-ENTRY
10154 * example: (example).               An example info directory entry.
10155 END-INFO-DIR-ENTRY
10156           </example>
10157           To determine which section to use, you should look
10158           at <file>/usr/share/info/dir</file> on your system and choose
10159           the most relevant (or create a new section if none of the
10160           current sections are relevant).<footnote>
10161             Normally, info documents are generated from Texinfo source.
10162             To include this information in the generated info document, if
10163             it is absent, add commands like:
10164             <example>
10165 @dircategory Individual utilities
10166 @direntry
10167 * example: (example).               An example info directory entry.
10168 @end direntry
10169             </example>
10170             to the Texinfo source of the document and ensure that the info
10171             documents are rebuilt from source during the package build.
10172           </footnote>
10173         </p>
10174       </sect>
10175
10176       <sect>
10177         <heading>Additional documentation</heading>
10178
10179         <p>
10180           Any additional documentation that comes with the package may
10181           be installed at the discretion of the package maintainer.
10182           Plain text documentation should be installed in the directory
10183           <file>/usr/share/doc/<var>package</var></file>, where
10184           <var>package</var> is the name of the package, and
10185           compressed with <tt>gzip -9</tt> unless it is small.
10186         </p>
10187
10188         <p>
10189           If a package comes with large amounts of documentation which
10190           many users of the package will not require you should create
10191           a separate binary package to contain it, so that it does not
10192           take up disk space on the machines of users who do not need
10193           or want it installed.</p>
10194
10195         <p>
10196           It is often a good idea to put text information files
10197           (<file>README</file>s, changelogs, and so forth) that come with
10198           the source package in <file>/usr/share/doc/<var>package</var></file>
10199           in the binary package.  However, you don't need to install
10200           the instructions for building and installing the package, of
10201           course!</p>
10202
10203         <p>
10204           Packages must not require the existence of any files in
10205           <file>/usr/share/doc/</file> in order to function
10206           <footnote>
10207               The system administrator should be able to
10208               delete files in <file>/usr/share/doc/</file> without causing
10209               any programs to break.
10210           </footnote>.
10211           Any files that are referenced by programs but are also
10212           useful as stand alone documentation should be installed under
10213           <file>/usr/share/<var>package</var>/</file> with symbolic links from
10214           <file>/usr/share/doc/<var>package</var></file>.
10215         </p>
10216
10217         <p>
10218           <file>/usr/share/doc/<var>package</var></file> may be a symbolic
10219           link to another directory in <file>/usr/share/doc</file> only if
10220           the two packages both come from the same source and the
10221           first package Depends on the second.<footnote>
10222             <p>
10223               Please note that this does not override the section on
10224               changelog files below, so the file 
10225               <file>/usr/share/doc/<var>package</var>/changelog.Debian.gz</file>
10226               must refer to the changelog for the current version of
10227               <var>package</var> in question. In practice, this means
10228               that the sources of the target and the destination of the
10229               symlink must be the same (same source package and
10230               version). 
10231             </p>
10232           </footnote>
10233         </p>
10234
10235         <p>
10236           Former Debian releases placed all additional documentation
10237           in <file>/usr/doc/<var>package</var></file>.  This has been
10238           changed to <file>/usr/share/doc/<var>package</var></file>,
10239           and packages must not put documentation in the directory
10240           <file>/usr/doc/<var>package</var></file>. <footnote>
10241             At this phase of the transition, we no longer require a
10242             symbolic link in <file>/usr/doc/</file>. At a later point,
10243             policy shall change to make the symbolic links a bug.
10244           </footnote>
10245         </p>
10246       </sect>
10247
10248       <sect>
10249         <heading>Preferred documentation formats</heading>
10250
10251         <p>
10252           The unification of Debian documentation is being carried out
10253           via HTML.</p>
10254
10255         <p>
10256           If your package comes with extensive documentation in a
10257           markup format that can be converted to various other formats
10258           you should if possible ship HTML versions in a binary
10259           package, in the directory
10260           <file>/usr/share/doc/<var>appropriate-package</var></file> or
10261           its subdirectories.<footnote>
10262               The rationale: The important thing here is that HTML
10263               docs should be available in <em>some</em> package, not
10264               necessarily in the main binary package.
10265           </footnote>
10266         </p>
10267
10268         <p>
10269           Other formats such as PostScript may be provided at the
10270           package maintainer's discretion.
10271         </p>
10272       </sect>
10273
10274       <sect id="copyrightfile">
10275         <heading>Copyright information</heading>
10276
10277         <p>
10278           Every package must be accompanied by a verbatim copy of its
10279           copyright information and distribution license in the file
10280           <file>/usr/share/doc/<var>package</var>/copyright</file>. This
10281           file must neither be compressed nor be a symbolic link.
10282         </p>
10283
10284         <p>
10285           In addition, the copyright file must say where the upstream
10286           sources (if any) were obtained, and should name the original
10287           authors.
10288         </p>
10289
10290         <p>
10291           Packages in the <em>contrib</em> or <em>non-free</em> archive
10292           areas should state in the copyright file that the package is not
10293           part of the Debian distribution and briefly explain why.
10294         </p>
10295
10296         <p>
10297           A copy of the file which will be installed in
10298           <file>/usr/share/doc/<var>package</var>/copyright</file> should
10299           be in <file>debian/copyright</file> in the source package.
10300         </p>
10301
10302         <p>
10303           <file>/usr/share/doc/<var>package</var></file> may be a symbolic
10304           link to another directory in <file>/usr/share/doc</file> only if
10305           the two packages both come from the same source and the
10306           first package Depends on the second.  These rules are important
10307           because <file>copyright</file> files must be extractable by
10308           mechanical means.
10309         </p>
10310
10311         <p>
10312           Packages distributed under the Apache license (version 2.0), the
10313           Artistic license, the GNU GPL (versions 1, 2, or 3), the GNU
10314           LGPL (versions 2, 2.1, or 3), and the GNU FDL (versions 1.2 or
10315           1.3) should refer to the corresponding files
10316           under <file>/usr/share/common-licenses</file>,<footnote>
10317             <p>
10318               In particular,
10319               <file>/usr/share/common-licenses/Apache-2.0</file>,
10320               <file>/usr/share/common-licenses/Artistic</file>,
10321               <file>/usr/share/common-licenses/GPL-1</file>,
10322               <file>/usr/share/common-licenses/GPL-2</file>,
10323               <file>/usr/share/common-licenses/GPL-3</file>,
10324               <file>/usr/share/common-licenses/LGPL-2</file>,
10325               <file>/usr/share/common-licenses/LGPL-2.1</file>,
10326               <file>/usr/share/common-licenses/LGPL-3</file>,
10327               <file>/usr/share/common-licenses/GFDL-1.2</file>, and
10328               <file>/usr/share/common-licenses/GFDL-1.3</file>
10329               respectively.  The University of California BSD license is
10330               also included in <package>base-files</package> as
10331               <file>/usr/share/common-licenses/BSD</file>, but given the
10332               brevity of this license, its specificity to code whose
10333               copyright is held by the Regents of the University of
10334               California, and the frequency of minor wording changes, its
10335               text should be included in the copyright file rather than
10336               referencing this file.
10337             </p>
10338           </footnote> rather than quoting them in the copyright
10339           file. 
10340         </p>
10341
10342         <p>
10343           You should not use the copyright file as a general <file>README</file>
10344           file.  If your package has such a file it should be
10345           installed in <file>/usr/share/doc/<var>package</var>/README</file> or
10346           <file>README.Debian</file> or some other appropriate place.</p>
10347       </sect>
10348
10349       <sect>
10350         <heading>Examples</heading>
10351
10352         <p>
10353           Any examples (configurations, source files, whatever),
10354           should be installed in a directory
10355           <file>/usr/share/doc/<var>package</var>/examples</file>.  These
10356           files should not be referenced by any program: they're there
10357           for the benefit of the system administrator and users as
10358           documentation only.  Architecture-specific example files
10359           should be installed in a directory
10360           <file>/usr/lib/<var>package</var>/examples</file> with symbolic
10361           links to them from
10362           <file>/usr/share/doc/<var>package</var>/examples</file>, or the
10363           latter directory itself may be a symbolic link to the
10364           former.
10365         </p>
10366
10367         <p>
10368           If the purpose of a package is to provide examples, then the
10369           example files may be installed into
10370           <file>/usr/share/doc/<var>package</var></file>.
10371         </p>
10372       </sect>
10373
10374       <sect id="changelogs">
10375         <heading>Changelog files</heading>
10376
10377         <p>
10378           Packages that are not Debian-native must contain a
10379           compressed copy of the <file>debian/changelog</file> file from
10380           the Debian source tree in
10381           <file>/usr/share/doc/<var>package</var></file> with the name
10382           <file>changelog.Debian.gz</file>.
10383         </p>
10384
10385         <p>
10386           If an upstream changelog is available, it should be accessible as
10387           <file>/usr/share/doc/<var>package</var>/changelog.gz</file> in
10388           plain text.  If the upstream changelog is distributed in
10389           HTML, it should be made available in that form as
10390           <file>/usr/share/doc/<var>package</var>/changelog.html.gz</file>
10391           and a plain text <file>changelog.gz</file> should be generated
10392           from it using, for example, <tt>lynx -dump -nolist</tt>.  If
10393           the upstream changelog files do not already conform to this
10394           naming convention, then this may be achieved either by
10395           renaming the files, or by adding a symbolic link, at the
10396           maintainer's discretion.<footnote>
10397               Rationale: People should not have to look in places for
10398               upstream changelogs merely because they are given
10399               different names or are distributed in HTML format.
10400           </footnote>
10401         </p>
10402
10403         <p>
10404           All of these files should be installed compressed using
10405           <tt>gzip -9</tt>, as they will become large with time even
10406           if they start out small.
10407         </p>
10408
10409         <p>
10410           If the package has only one changelog which is used both as
10411           the Debian changelog and the upstream one because there is
10412           no separate upstream maintainer then that changelog should
10413           usually be installed as
10414           <file>/usr/share/doc/<var>package</var>/changelog.gz</file>; if
10415           there is a separate upstream maintainer, but no upstream
10416           changelog, then the Debian changelog should still be called
10417           <file>changelog.Debian.gz</file>.
10418         </p>
10419
10420         <p>
10421           For details about the format and contents of the Debian
10422           changelog file, please see <ref id="dpkgchangelog">.
10423         </p>
10424       </sect>
10425     </chapt>
10426
10427     <appendix id="pkg-scope">
10428       <heading>Introduction and scope of these appendices</heading>
10429
10430       <p>
10431         These appendices are taken essentially verbatim from the
10432         now-deprecated Packaging Manual, version 3.2.1.0.  They are
10433         the chapters which are likely to be of use to package
10434         maintainers and which have not already been included in the
10435         policy document itself. Most of these sections are very likely
10436         not relevant to policy; they should be treated as
10437         documentation for the packaging system. Please note that these
10438         appendices are included for convenience, and for historical
10439         reasons: they used to be part of policy package, and they have
10440         not yet been incorporated into dpkg documentation. However,
10441         they still have value, and hence they are presented here.
10442       </p>
10443
10444       <p>
10445         They have not yet been checked to ensure that they are
10446         compatible with the contents of policy, and if there are any
10447         contradictions, the version in the main policy document takes
10448         precedence.  The remaining chapters of the old Packaging
10449         Manual have also not been read in detail to ensure that there
10450         are not parts which have been left out.  Both of these will be
10451         done in due course.
10452       </p>
10453
10454       <p>
10455         Certain parts of the Packaging manual were integrated into the
10456         Policy Manual proper, and removed from the appendices. Links
10457         have been placed from the old locations to the new ones.
10458       </p>
10459
10460       <p>
10461         <prgn>dpkg</prgn> is a suite of programs for creating binary
10462         package files and installing and removing them on Unix
10463         systems.<footnote>
10464             <prgn>dpkg</prgn> is targeted primarily at Debian, but may
10465             work on or be ported to other systems.
10466         </footnote>
10467       </p>
10468
10469       <p>
10470         The binary packages are designed for the management of
10471         installed executable programs (usually compiled binaries) and
10472         their associated data, though source code examples and
10473         documentation are provided as part of some packages.</p>
10474
10475       <p>
10476         This manual describes the technical aspects of creating Debian
10477         binary packages (<file>.deb</file> files).  It documents the
10478         behavior of the package management programs
10479         <prgn>dpkg</prgn>, <prgn>dselect</prgn> et al. and the way
10480         they interact with packages.</p>
10481
10482       <p>
10483         It also documents the interaction between
10484         <prgn>dselect</prgn>'s core and the access method scripts it
10485         uses to actually install the selected packages, and describes
10486         how to create a new access method.</p>
10487
10488       <p>
10489         This manual does not go into detail about the options and
10490         usage of the package building and installation tools.  It
10491         should therefore be read in conjunction with those programs'
10492         man pages.
10493       </p>
10494
10495       <p>
10496         The utility programs which are provided with <prgn>dpkg</prgn>
10497         for managing various system configuration and similar issues,
10498         such as <prgn>update-rc.d</prgn> and
10499         <prgn>install-info</prgn>, are not described in detail here -
10500         please see their man pages.
10501       </p>
10502
10503       <p>
10504         It is assumed that the reader is reasonably familiar with the
10505         <prgn>dpkg</prgn> System Administrators' manual.
10506         Unfortunately this manual does not yet exist.
10507       </p>
10508
10509       <p>
10510         The Debian version of the FSF's GNU hello program is provided as
10511         an example for people wishing to create Debian packages. However,
10512         while the examples are helpful, they do not replace the need to
10513         read and follow the Policy and Programmer's Manual.</p>
10514     </appendix>
10515
10516     <appendix id="pkg-binarypkg">
10517       <heading>Binary packages (from old Packaging Manual)</heading>
10518
10519       <p>
10520         The binary package has two main sections.  The first part
10521         consists of various control information files and scripts used
10522         by <prgn>dpkg</prgn> when installing and removing.  See <ref
10523         id="pkg-controlarea">.
10524       </p>
10525
10526       <p>
10527         The second part is an archive containing the files and
10528         directories to be installed.
10529       </p>
10530
10531       <p>
10532         In the future binary packages may also contain other
10533         components, such as checksums and digital signatures. The
10534         format for the archive is described in full in the
10535         <file>deb(5)</file> man page.
10536       </p>
10537
10538
10539       <sect id="pkg-bincreating"><heading>Creating package files -
10540       <prgn>dpkg-deb</prgn>
10541         </heading>
10542
10543         <p>
10544           All manipulation of binary package files is done by
10545           <prgn>dpkg-deb</prgn>; it's the only program that has
10546           knowledge of the format.  (<prgn>dpkg-deb</prgn> may be
10547           invoked by calling <prgn>dpkg</prgn>, as <prgn>dpkg</prgn>
10548           will spot that the options requested are appropriate to
10549           <prgn>dpkg-deb</prgn> and invoke that instead with the same
10550           arguments.)
10551         </p>
10552
10553         <p>
10554           In order to create a binary package you must make a
10555           directory tree which contains all the files and directories
10556           you want to have in the file system data part of the package.
10557           In Debian-format source packages this directory is usually
10558           <file>debian/tmp</file>, relative to the top of the package's
10559           source tree.
10560         </p>
10561
10562         <p>
10563           They should have the locations (relative to the root of the
10564           directory tree you're constructing) ownerships and
10565           permissions which you want them to have on the system when
10566           they are installed.
10567         </p>
10568
10569         <p>
10570           With current versions of <prgn>dpkg</prgn> the uid/username
10571           and gid/groupname mappings for the users and groups being
10572           used should be the same on the system where the package is
10573           built and the one where it is installed.
10574         </p>
10575
10576         <p>
10577           You need to add one special directory to the root of the
10578           miniature file system tree you're creating:
10579           <prgn>DEBIAN</prgn>.  It should contain the control
10580           information files, notably the binary package control file
10581           (see <ref id="pkg-controlfile">).
10582         </p>
10583
10584         <p>
10585           The <prgn>DEBIAN</prgn> directory will not appear in the
10586           file system archive of the package, and so won't be installed
10587           by <prgn>dpkg</prgn> when the package is unpacked.
10588         </p>
10589
10590         <p>
10591           When you've prepared the package, you should invoke:
10592           <example>
10593   dpkg --build <var>directory</var>
10594           </example>
10595         </p>
10596
10597         <p>
10598           This will build the package in
10599           <file><var>directory</var>.deb</file>.  (<prgn>dpkg</prgn> knows
10600           that <tt>--build</tt> is a <prgn>dpkg-deb</prgn> option, so
10601           it invokes <prgn>dpkg-deb</prgn> with the same arguments to
10602           build the package.)
10603         </p>
10604
10605         <p>
10606           See the man page <manref name="dpkg-deb" section="8"> for details of how
10607           to examine the contents of this newly-created file.  You may find the
10608           output of following commands enlightening:
10609           <example>
10610   dpkg-deb --info <var>filename</var>.deb
10611   dpkg-deb --contents <var>filename</var>.deb
10612   dpkg --contents <var>filename</var>.deb
10613           </example>
10614           To view the copyright file for a package you could use this command:
10615           <example>
10616   dpkg --fsys-tarfile <var>filename</var>.deb | tar xOf - --wildcards \*/copyright | pager
10617           </example>
10618         </p>
10619       </sect>
10620
10621       <sect id="pkg-controlarea">
10622         <heading>Package control information files</heading>
10623
10624         <p>
10625           The control information portion of a binary package is a
10626           collection of files with names known to <prgn>dpkg</prgn>.
10627           It will treat the contents of these files specially - some
10628           of them contain information used by <prgn>dpkg</prgn> when
10629           installing or removing the package; others are scripts which
10630           the package maintainer wants <prgn>dpkg</prgn> to run.
10631         </p>
10632
10633         <p>
10634           It is possible to put other files in the package control
10635           information file area, but this is not generally a good idea
10636           (though they will largely be ignored).
10637         </p>
10638
10639         <p>
10640           Here is a brief list of the control information files supported
10641           by <prgn>dpkg</prgn> and a summary of what they're used for.
10642         </p>
10643
10644         <p>
10645           <taglist>
10646             <tag><tt>control</tt>
10647             <item>
10648               <p>
10649                 This is the key description file used by
10650                 <prgn>dpkg</prgn>.  It specifies the package's name
10651                 and version, gives its description for the user,
10652                 states its relationships with other packages, and so
10653                 forth.  See <ref id="sourcecontrolfiles"> and
10654                 <ref id="binarycontrolfiles">.
10655               </p>
10656
10657               <p>
10658                 It is usually generated automatically from information
10659                 in the source package by the
10660                 <prgn>dpkg-gencontrol</prgn> program, and with
10661                 assistance from <prgn>dpkg-shlibdeps</prgn>.
10662                 See <ref id="pkg-sourcetools">.
10663               </p>
10664             </item>
10665
10666             <tag><tt>postinst</tt>, <tt>preinst</tt>, <tt>postrm</tt>,
10667                  <tt>prerm</tt>
10668             </tag>
10669             <item>
10670               <p>
10671                 These are executable files (usually scripts) which
10672                 <prgn>dpkg</prgn> runs during installation, upgrade
10673                 and removal of packages.  They allow the package to
10674                 deal with matters which are particular to that package
10675                 or require more complicated processing than that
10676                 provided by <prgn>dpkg</prgn>.  Details of when and
10677                 how they are called are in <ref id="maintainerscripts">.
10678               </p>
10679
10680               <p>
10681                 It is very important to make these scripts idempotent.
10682                 See <ref id="idempotency">.
10683               </p>
10684
10685               <p>
10686                 The maintainer scripts are not guaranteed to run with a
10687                 controlling terminal and may not be able to interact with
10688                 the user.  See <ref id="controllingterminal">.
10689               </p>
10690             </item>
10691
10692             <tag><tt>conffiles</tt>
10693             </tag>
10694             <item>
10695                 This file contains a list of configuration files which
10696                 are to be handled automatically by <prgn>dpkg</prgn>
10697                 (see <ref id="pkg-conffiles">).  Note that not necessarily
10698                 every configuration file should be listed here.
10699             </item>
10700
10701             <tag><tt>shlibs</tt>
10702             </tag>
10703             <item>
10704                 This file contains a list of the shared libraries
10705                 supplied by the package, with dependency details for
10706                 each.  This is used by <prgn>dpkg-shlibdeps</prgn>
10707                 when it determines what dependencies are required in a
10708                 package control file. The <tt>shlibs</tt> file format
10709                 is described on <ref id="shlibs">.
10710             </item>
10711           </taglist>
10712         </p>
10713
10714       <sect id="pkg-controlfile">
10715         <heading>The main control information file: <tt>control</tt></heading>
10716
10717         <p>
10718           The most important control information file used by
10719           <prgn>dpkg</prgn> when it installs a package is
10720           <tt>control</tt>.  It contains all the package's "vital
10721           statistics".
10722         </p>
10723
10724         <p>
10725           The binary package control files of packages built from
10726           Debian sources are made by a special tool,
10727           <prgn>dpkg-gencontrol</prgn>, which reads
10728           <file>debian/control</file> and <file>debian/changelog</file> to
10729           find the information it needs.  See <ref id="pkg-sourcepkg"> for
10730           more details.
10731         </p>
10732
10733         <p>
10734           The fields in binary package control files are listed in
10735           <ref id="binarycontrolfiles">.
10736         </p>
10737
10738         <p>
10739           A description of the syntax of control files and the purpose
10740           of the fields is available in <ref id="controlfields">.
10741         </p>
10742       </sect>
10743
10744       <sect>
10745         <heading>Time Stamps</heading>
10746
10747         <p>
10748           See <ref id="timestamps">.
10749         </p>
10750       </sect>
10751     </appendix>
10752
10753     <appendix id="pkg-sourcepkg">
10754       <heading>Source packages (from old Packaging Manual) </heading>
10755
10756       <p>
10757         The Debian binary packages in the distribution are generated
10758         from Debian sources, which are in a special format to assist
10759         the easy and automatic building of binaries.
10760       </p>
10761
10762       <sect id="pkg-sourcetools">
10763         <heading>Tools for processing source packages</heading>
10764
10765         <p>
10766           Various tools are provided for manipulating source packages;
10767           they pack and unpack sources and help build of binary
10768           packages and help manage the distribution of new versions.
10769         </p>
10770
10771         <p>
10772           They are introduced and typical uses described here; see
10773           <manref name="dpkg-source" section="1"> for full
10774           documentation about their arguments and operation.
10775         </p>
10776
10777         <p>
10778           For examples of how to construct a Debian source package,
10779           and how to use those utilities that are used by Debian
10780           source packages, please see the <prgn>hello</prgn> example
10781           package.
10782         </p>
10783
10784         <sect1 id="pkg-dpkg-source">
10785           <heading>
10786             <prgn>dpkg-source</prgn> - packs and unpacks Debian source
10787             packages
10788           </heading>
10789
10790           <p>
10791             This program is frequently used by hand, and is also
10792             called from package-independent automated building scripts
10793             such as <prgn>dpkg-buildpackage</prgn>.
10794           </p>
10795
10796           <p>
10797             To unpack a package it is typically invoked with
10798             <example>
10799   dpkg-source -x <var>.../path/to/filename</var>.dsc
10800             </example>
10801           </p>
10802
10803            <p>
10804             with the <file><var>filename</var>.tar.gz</file> and
10805             <file><var>filename</var>.diff.gz</file> (if applicable) in
10806             the same directory.  It unpacks into
10807             <file><var>package</var>-<var>version</var></file>, and if
10808             applicable
10809             <file><var>package</var>-<var>version</var>.orig</file>, in
10810             the current directory.
10811           </p>
10812
10813           <p>
10814             To create a packed source archive it is typically invoked:
10815             <example>
10816   dpkg-source -b <var>package</var>-<var>version</var>
10817           </example>
10818           </p>
10819
10820           <p>
10821             This will create the <file>.dsc</file>, <file>.tar.gz</file> and
10822             <file>.diff.gz</file> (if appropriate) in the current
10823             directory.  <prgn>dpkg-source</prgn> does not clean the
10824             source tree first - this must be done separately if it is
10825             required.
10826           </p>
10827
10828           <p>
10829             See also <ref id="pkg-sourcearchives">.</p>
10830         </sect1>
10831
10832
10833         <sect1 id="pkg-dpkg-buildpackage">
10834           <heading>
10835             <prgn>dpkg-buildpackage</prgn> - overall package-building
10836             control script
10837           </heading>
10838
10839           <p>
10840             <prgn>dpkg-buildpackage</prgn> is a script which invokes
10841             <prgn>dpkg-source</prgn>, the <file>debian/rules</file>
10842             targets <tt>clean</tt>, <tt>build</tt> and
10843             <tt>binary</tt>, <prgn>dpkg-genchanges</prgn> and
10844             <prgn>gpg</prgn> (or <prgn>pgp</prgn>) to build a signed
10845             source and binary package upload.
10846           </p>
10847
10848           <p>
10849             It is usually invoked by hand from the top level of the
10850             built or unbuilt source directory.  It may be invoked with
10851             no arguments; useful arguments include:
10852             <taglist compact="compact">
10853               <tag><tt>-uc</tt>, <tt>-us</tt></tag>
10854               <item>
10855                 <p>
10856                   Do not sign the <tt>.changes</tt> file or the
10857                   source package <tt>.dsc</tt> file, respectively.</p>
10858               </item>
10859               <tag><tt>-p<var>sign-command</var></tt></tag>
10860               <item>
10861                 <p>
10862                   Invoke <var>sign-command</var> instead of finding
10863                   <tt>gpg</tt> or <tt>pgp</tt> on the <prgn>PATH</prgn>.
10864                   <var>sign-command</var> must behave just like
10865                   <prgn>gpg</prgn> or <tt>pgp</tt>.</p>
10866               </item>
10867               <tag><tt>-r<var>root-command</var></tt></tag>
10868               <item>
10869                 <p>
10870                   When root privilege is required, invoke the command
10871                   <var>root-command</var>.  <var>root-command</var>
10872                   should invoke its first argument as a command, from
10873                   the <prgn>PATH</prgn> if necessary, and pass its
10874                   second and subsequent arguments to the command it
10875                   calls.  If no <var>root-command</var> is supplied
10876                   then <var>dpkg-buildpackage</var> will take no
10877                   special action to gain root privilege, so that for
10878                   most packages it will have to be invoked as root to
10879                   start with.</p>
10880               </item>
10881               <tag><tt>-b</tt>, <tt>-B</tt></tag>
10882               <item>
10883                 <p>
10884                   Two types of binary-only build and upload - see
10885                   <manref name="dpkg-source" section="1">.
10886                 </p>
10887               </item>
10888             </taglist>
10889           </p>
10890         </sect1>
10891
10892         <sect1 id="pkg-dpkg-gencontrol">
10893           <heading>
10894             <prgn>dpkg-gencontrol</prgn> - generates binary package
10895             control files
10896           </heading>
10897
10898           <p>
10899             This program is usually called from <file>debian/rules</file>
10900             (see <ref id="pkg-sourcetree">) in the top level of the source
10901             tree.
10902           </p>
10903
10904           <p>
10905             This is usually done just before the files and directories in the
10906             temporary directory tree where the package is being built have their
10907             permissions and ownerships set and the package is constructed using
10908             <prgn>dpkg-deb/</prgn>
10909               <footnote>
10910                 This is so that the control file which is produced has
10911                 the right permissions
10912             </footnote>.
10913           </p>
10914
10915           <p>
10916             <prgn>dpkg-gencontrol</prgn> must be called after all the
10917             files which are to go into the package have been placed in
10918             the temporary build directory, so that its calculation of
10919             the installed size of a package is correct.
10920           </p>
10921
10922           <p>
10923             It is also necessary for <prgn>dpkg-gencontrol</prgn> to
10924             be run after <prgn>dpkg-shlibdeps</prgn> so that the
10925             variable substitutions created by
10926             <prgn>dpkg-shlibdeps</prgn> in <file>debian/substvars</file>
10927             are available.
10928           </p>
10929
10930           <p>
10931             For a package which generates only one binary package, and
10932             which builds it in <file>debian/tmp</file> relative to the top
10933             of the source package, it is usually sufficient to call
10934             <prgn>dpkg-gencontrol</prgn>.
10935           </p>
10936
10937           <p>
10938             Sources which build several binaries will typically need
10939             something like:
10940             <example>
10941   dpkg-gencontrol -Pdebian/tmp-<var>pkg</var> -p<var>package</var>
10942             </example> The <tt>-P</tt> tells
10943             <prgn>dpkg-gencontrol</prgn> that the package is being
10944             built in a non-default directory, and the <tt>-p</tt>
10945             tells it which package's control file should be generated.
10946           </p>
10947
10948           <p>
10949             <prgn>dpkg-gencontrol</prgn> also adds information to the
10950             list of files in <file>debian/files</file>, for the benefit of
10951             (for example) a future invocation of
10952             <prgn>dpkg-genchanges</prgn>.</p>
10953         </sect1>
10954
10955         <sect1 id="pkg-dpkg-distaddfile">
10956           <heading>
10957             <prgn>dpkg-distaddfile</prgn> - adds a file to
10958             <file>debian/files</file>
10959           </heading>
10960
10961           <p>
10962             Some packages' uploads need to include files other than
10963             the source and binary package files.
10964           </p>
10965
10966           <p>
10967             <prgn>dpkg-distaddfile</prgn> adds a file to the
10968             <file>debian/files</file> file so that it will be included in
10969             the <file>.changes</file> file when
10970             <prgn>dpkg-genchanges</prgn> is run.
10971           </p>
10972
10973           <p>
10974             It is usually invoked from the <tt>binary</tt> target of
10975             <file>debian/rules</file>:
10976             <example>
10977   dpkg-distaddfile <var>filename</var> <var>section</var> <var>priority</var>
10978             </example>
10979             The <var>filename</var> is relative to the directory where
10980             <prgn>dpkg-genchanges</prgn> will expect to find it - this
10981             is usually the directory above the top level of the source
10982             tree.  The <file>debian/rules</file> target should put the
10983             file there just before or just after calling
10984             <prgn>dpkg-distaddfile</prgn>.
10985           </p>
10986
10987           <p>
10988             The <var>section</var> and <var>priority</var> are passed
10989             unchanged into the resulting <file>.changes</file> file.
10990           </p>
10991         </sect1>
10992
10993
10994         <sect1 id="pkg-dpkg-genchanges">
10995           <heading>
10996             <prgn>dpkg-genchanges</prgn> - generates a <file>.changes</file>
10997             upload control file
10998           </heading>
10999
11000           <p>
11001             This program is usually called by package-independent
11002             automatic building scripts such as
11003             <prgn>dpkg-buildpackage</prgn>, but it may also be called
11004             by hand.
11005           </p>
11006
11007           <p>
11008             It is usually called in the top level of a built source
11009             tree, and when invoked with no arguments will print out a
11010             straightforward <file>.changes</file> file based on the
11011             information in the source package's changelog and control
11012             file and the binary and source packages which should have
11013             been built.
11014           </p>
11015         </sect1>
11016
11017
11018         <sect1 id="pkg-dpkg-parsechangelog">
11019           <heading>
11020             <prgn>dpkg-parsechangelog</prgn> - produces parsed
11021             representation of a changelog
11022           </heading>
11023
11024           <p>
11025             This program is used internally by
11026             <prgn>dpkg-source</prgn> et al.  It may also occasionally
11027             be useful in <file>debian/rules</file> and elsewhere.  It
11028             parses a changelog, <file>debian/changelog</file> by default,
11029             and prints a control-file format representation of the
11030             information in it to standard output.
11031           </p>
11032         </sect1>
11033
11034         <sect1 id="pkg-dpkg-architecture">
11035           <heading>
11036             <prgn>dpkg-architecture</prgn> - information about the build and
11037             host system
11038           </heading>
11039
11040           <p>
11041             This program can be used manually, but is also invoked by
11042             <tt>dpkg-buildpackage</tt> or <file>debian/rules</file> to set
11043             environment or make variables which specify the build and host
11044             architecture for the package building process.
11045           </p>
11046         </sect1>
11047       </sect>
11048
11049       <sect id="pkg-sourcetree">
11050         <heading>The Debian package source tree</heading>
11051
11052         <p>
11053           The source archive scheme described later is intended to
11054           allow a Debian package source tree with some associated
11055           control information to be reproduced and transported easily.
11056           The Debian package source tree is a version of the original
11057           program with certain files added for the benefit of the
11058           packaging process, and with any other changes required
11059           made to the rest of the source code and installation
11060           scripts.
11061         </p>
11062
11063         <p>
11064           The extra files created for Debian are in the subdirectory
11065           <file>debian</file> of the top level of the Debian package
11066           source tree. They are described below.
11067         </p>
11068
11069         <sect1 id="pkg-debianrules">
11070           <heading><file>debian/rules</file> - the main building script</heading>
11071
11072           <p>
11073             See <ref id="debianrules">.
11074           </p>
11075         </sect1>
11076
11077         <sect1 id="pkg-srcsubstvars">
11078           <heading><file>debian/substvars</file> and variable substitutions</heading>
11079
11080           <p>
11081             See <ref id="substvars">.
11082           </p>
11083
11084         </sect1>
11085
11086         <sect1>
11087           <heading><file>debian/files</file></heading>
11088
11089           <p>
11090             See <ref id="debianfiles">.
11091           </p>
11092         </sect1>
11093
11094         <sect1><heading><file>debian/tmp</file>
11095           </heading>
11096
11097           <p>
11098             This is the canonical temporary location for the
11099             construction of binary packages by the <tt>binary</tt>
11100             target.  The directory <file>tmp</file> serves as the root of
11101             the file system tree as it is being constructed (for
11102             example, by using the package's upstream makefiles install
11103             targets and redirecting the output there), and it also
11104             contains the <tt>DEBIAN</tt> subdirectory.  See <ref
11105             id="pkg-bincreating">.
11106           </p>
11107
11108           <p>
11109             If several binary packages are generated from the same
11110             source tree it is usual to use several
11111             <file>debian/tmp<var>something</var></file> directories, for
11112             example <file>tmp-a</file> or <file>tmp-doc</file>.
11113           </p>
11114
11115           <p>
11116             Whatever <file>tmp</file> directories are created and used by
11117             <tt>binary</tt> must of course be removed by the
11118             <tt>clean</tt> target.</p></sect1>
11119       </sect>
11120
11121
11122       <sect id="pkg-sourcearchives"><heading>Source packages as archives
11123         </heading>
11124
11125         <p>
11126           As it exists on the FTP site, a Debian source package
11127           consists of three related files.  You must have the right
11128           versions of all three to be able to use them.
11129         </p>
11130
11131         <p>
11132           <taglist>
11133             <tag>Debian source control file - <tt>.dsc</tt></tag>
11134             <item>
11135                 This file is a control file used by <prgn>dpkg-source</prgn>
11136                 to extract a source package.
11137                 See <ref id="debiansourcecontrolfiles">.
11138             </item>
11139
11140             <tag>
11141               Original source archive -
11142               <file>
11143                 <var>package</var>_<var>upstream-version</var>.orig.tar.gz
11144               </file>
11145             </tag>
11146
11147             <item>
11148               <p>
11149                 This is a compressed (with <tt>gzip -9</tt>)
11150                 <prgn>tar</prgn> file containing the source code from
11151                 the upstream authors of the program.
11152               </p>
11153             </item>
11154
11155             <tag>
11156               Debian package diff -
11157               <file>
11158                 <var>package</var>_<var>upstream_version-revision</var>.diff.gz
11159               </file>
11160             </tag>
11161             <item>
11162
11163               <p>
11164                 This is a unified context diff (<tt>diff -u</tt>)
11165                 giving the changes which are required to turn the
11166                 original source into the Debian source.  These changes
11167                 may only include editing and creating plain files.
11168                 The permissions of files, the targets of symbolic
11169                 links and the characteristics of special files or
11170                 pipes may not be changed and no files may be removed
11171                 or renamed.
11172               </p>
11173
11174               <p>
11175                 All the directories in the diff must exist, except the
11176                 <file>debian</file> subdirectory of the top of the source
11177                 tree, which will be created by
11178                 <prgn>dpkg-source</prgn> if necessary when unpacking.
11179               </p>
11180
11181               <p>
11182                 The <prgn>dpkg-source</prgn> program will
11183                 automatically make the <file>debian/rules</file> file
11184                 executable (see below).</p></item>
11185           </taglist>
11186         </p>
11187
11188         <p>
11189           If there is no original source code - for example, if the
11190           package is specially prepared for Debian or the Debian
11191           maintainer is the same as the upstream maintainer - the
11192           format is slightly different: then there is no diff, and the
11193           tarfile is named
11194           <file><var>package</var>_<var>version</var>.tar.gz</file>,
11195           and preferably contains a directory named
11196           <file><var>package</var>-<var>version</var></file>.
11197         </p>
11198       </sect>
11199
11200       <sect>
11201         <heading>Unpacking a Debian source package without <prgn>dpkg-source</prgn></heading>
11202
11203         <p>
11204           <tt>dpkg-source -x</tt> is the recommended way to unpack a
11205           Debian source package.  However, if it is not available it
11206           is possible to unpack a Debian source archive as follows:
11207         <enumlist compact="compact">
11208           <item>
11209             <p>
11210               Untar the tarfile, which will create a <file>.orig</file>
11211               directory.</p>
11212           </item>
11213           <item>
11214             <p>Rename the <file>.orig</file> directory to
11215               <file><var>package</var>-<var>version</var></file>.</p>
11216           </item>
11217             <item>
11218             <p>
11219               Create the subdirectory <file>debian</file> at the top of
11220               the source tree.</p>
11221           </item>
11222           <item><p>Apply the diff using <tt>patch -p0</tt>.</p>
11223           </item>
11224           <item><p>Untar the tarfile again if you want a copy of the original
11225               source code alongside the Debian version.</p>
11226           </item>
11227         </enumlist>
11228
11229         <p>
11230           It is not possible to generate a valid Debian source archive
11231           without using <prgn>dpkg-source</prgn>.  In particular,
11232           attempting to use <prgn>diff</prgn> directly to generate the
11233           <file>.diff.gz</file> file will not work.
11234         </p>
11235
11236         <sect1>
11237           <heading>Restrictions on objects in source packages</heading>
11238
11239           <p>
11240             The source package may not contain any hard links
11241             <footnote>
11242                 This is not currently detected when building source
11243                 packages, but only when extracting
11244                 them.
11245             </footnote>
11246             <footnote>
11247                 Hard links may be permitted at some point in the
11248                 future, but would require a fair amount of
11249                 work.
11250             </footnote>, device special files, sockets or setuid or
11251             setgid files.
11252             <footnote>
11253                 Setgid directories are allowed.
11254             </footnote>
11255           </p>
11256
11257           <p>
11258             The source packaging tools manage the changes between the
11259             original and Debian source using <prgn>diff</prgn> and
11260             <prgn>patch</prgn>.  Turning the original source tree as
11261             included in the <file>.orig.tar.gz</file> into the Debian
11262             package source must not involve any changes which cannot be
11263             handled by these tools.  Problematic changes which cause
11264             <prgn>dpkg-source</prgn> to halt with an error when
11265             building the source package are:
11266             <list compact="compact">
11267               <item><p>Adding or removing symbolic links, sockets or pipes.</p>
11268               </item>
11269               <item><p>Changing the targets of symbolic links.</p>
11270               </item>
11271               <item><p>Creating directories, other than <file>debian</file>.</p>
11272               </item>
11273               <item><p>Changes to the contents of binary files.</p></item>
11274             </list> Changes which cause <prgn>dpkg-source</prgn> to
11275             print a warning but continue anyway are:
11276             <list compact="compact">
11277               <item>
11278                 <p>
11279                   Removing files, directories or symlinks.
11280                   <footnote>
11281                       Renaming a file is not treated specially - it is
11282                       seen as the removal of the old file (which
11283                       generates a warning, but is otherwise ignored),
11284                       and the creation of the new one.
11285                   </footnote>
11286                 </p>
11287               </item>
11288               <item>
11289                 <p>
11290                   Changed text files which are missing the usual final
11291                   newline (either in the original or the modified
11292                   source tree).
11293                 </p>
11294               </item>
11295             </list>
11296             Changes which are not represented, but which are not detected by
11297             <prgn>dpkg-source</prgn>, are:
11298             <list compact="compact">
11299               <item><p>Changing the permissions of files (other than
11300                   <file>debian/rules</file>) and directories.</p></item>
11301             </list>
11302           </p>
11303
11304           <p>
11305             The <file>debian</file> directory and <file>debian/rules</file>
11306             are handled specially by <prgn>dpkg-source</prgn> - before
11307             applying the changes it will create the <file>debian</file>
11308             directory, and afterwards it will make
11309             <file>debian/rules</file> world-executable.
11310           </p>
11311         </sect1>
11312       </sect>
11313     </appendix>
11314
11315     <appendix id="pkg-controlfields">
11316       <heading>Control files and their fields (from old Packaging Manual)</heading>
11317
11318       <p>
11319         Many of the tools in the <prgn>dpkg</prgn> suite manipulate
11320         data in a common format, known as control files.  Binary and
11321         source packages have control data as do the <file>.changes</file>
11322         files which control the installation of uploaded files, and
11323         <prgn>dpkg</prgn>'s internal databases are in a similar
11324         format.
11325       </p>
11326
11327       <sect>
11328         <heading>Syntax of control files</heading>
11329
11330         <p>
11331           See <ref id="controlsyntax">.
11332         </p>
11333
11334         <p>
11335           It is important to note that there are several fields which
11336           are optional as far as <prgn>dpkg</prgn> and the related
11337           tools are concerned, but which must appear in every Debian
11338           package, or whose omission may cause problems.
11339         </p>
11340       </sect>
11341
11342       <sect>
11343         <heading>List of fields</heading>
11344
11345         <p>
11346           See <ref id="controlfieldslist">.
11347         </p>
11348
11349         <p>
11350           This section now contains only the fields that didn't belong
11351           to the Policy manual.
11352         </p>
11353
11354         <sect1 id="pkg-f-Filename">
11355           <heading><tt>Filename</tt> and <tt>MSDOS-Filename</tt></heading>
11356
11357           <p>
11358             These fields in <tt>Packages</tt> files give the
11359             filename(s) of (the parts of) a package in the
11360             distribution directories, relative to the root of the
11361             Debian hierarchy.  If the package has been split into
11362             several parts the parts are all listed in order, separated
11363             by spaces.
11364           </p>
11365         </sect1>
11366
11367         <sect1 id="pkg-f-Size">
11368           <heading><tt>Size</tt> and <tt>MD5sum</tt></heading>
11369
11370           <p>
11371             These fields in <file>Packages</file> files give the size (in
11372             bytes, expressed in decimal) and MD5 checksum of the
11373             file(s) which make(s) up a binary package in the
11374             distribution.  If the package is split into several parts
11375             the values for the parts are listed in order, separated by
11376             spaces.
11377           </p>
11378         </sect1>
11379
11380         <sect1 id="pkg-f-Status">
11381           <heading><tt>Status</tt></heading>
11382
11383           <p>
11384             This field in <prgn>dpkg</prgn>'s status file records
11385             whether the user wants a package installed, removed or
11386             left alone, whether it is broken (requiring
11387             re-installation) or not and what its current state on the
11388             system is.  Each of these pieces of information is a
11389             single word.
11390           </p>
11391         </sect1>
11392
11393         <sect1 id="pkg-f-Config-Version">
11394           <heading><tt>Config-Version</tt></heading>
11395
11396           <p>
11397             If a package is not installed or not configured, this
11398             field in <prgn>dpkg</prgn>'s status file records the last
11399             version of the package which was successfully
11400             configured.
11401           </p>
11402         </sect1>
11403
11404         <sect1 id="pkg-f-Conffiles">
11405           <heading><tt>Conffiles</tt></heading>
11406
11407           <p>
11408             This field in <prgn>dpkg</prgn>'s status file contains
11409             information about the automatically-managed configuration
11410             files held by a package.  This field should <em>not</em>
11411             appear anywhere in a package!
11412           </p>
11413         </sect1>
11414
11415         <sect1>
11416           <heading>Obsolete fields</heading>
11417
11418           <p>
11419             These are still recognized by <prgn>dpkg</prgn> but should
11420             not appear anywhere any more.
11421
11422             <taglist compact="compact">
11423
11424               <tag><tt>Revision</tt></tag>
11425               <tag><tt>Package-Revision</tt></tag>
11426               <tag><tt>Package_Revision</tt></tag>
11427               <item>
11428                   The Debian revision part of the package version was
11429                   at one point in a separate control field.  This
11430                   field went through several names.
11431               </item>
11432
11433               <tag><tt>Recommended</tt></tag>
11434               <item>Old name for <tt>Recommends</tt>.</item>
11435
11436               <tag><tt>Optional</tt></tag>
11437               <item>Old name for <tt>Suggests</tt>.</item>
11438
11439               <tag><tt>Class</tt></tag>
11440               <item>Old name for <tt>Priority</tt>.</item>
11441
11442             </taglist>
11443           </p>
11444         </sect1>
11445       </sect>
11446
11447     </appendix>
11448
11449     <appendix id="pkg-conffiles">
11450       <heading>Configuration file handling (from old Packaging Manual)</heading>
11451
11452       <p>
11453         <prgn>dpkg</prgn> can do a certain amount of automatic
11454         handling of package configuration files.
11455       </p>
11456
11457       <p>
11458         Whether this mechanism is appropriate depends on a number of
11459         factors, but basically there are two approaches to any
11460         particular configuration file.
11461       </p>
11462
11463       <p>
11464         The easy method is to ship a best-effort configuration in the
11465         package, and use <prgn>dpkg</prgn>'s conffile mechanism to
11466         handle updates.  If the user is unlikely to want to edit the
11467         file, but you need them to be able to without losing their
11468         changes, and a new package with a changed version of the file
11469         is only released infrequently, this is a good approach.
11470       </p>
11471
11472       <p>
11473         The hard method is to build the configuration file from
11474         scratch in the <prgn>postinst</prgn> script, and to take the
11475         responsibility for fixing any mistakes made in earlier
11476         versions of the package automatically.  This will be
11477         appropriate if the file is likely to need to be different on
11478         each system.
11479       </p>
11480
11481       <sect><heading>Automatic handling of configuration files by
11482       <prgn>dpkg</prgn>
11483         </heading>
11484
11485         <p>
11486           A package may contain a control information file called
11487           <tt>conffiles</tt>.  This file should be a list of filenames
11488           of configuration files needing automatic handling, separated
11489           by newlines.  The filenames should be absolute pathnames,
11490           and the files referred to should actually exist in the
11491           package.
11492         </p>
11493
11494         <p>
11495           When a package is upgraded <prgn>dpkg</prgn> will process
11496           the configuration files during the configuration stage,
11497           shortly before it runs the package's <prgn>postinst</prgn>
11498           script,
11499         </p>
11500
11501         <p>
11502           For each file it checks to see whether the version of the
11503           file included in the package is the same as the one that was
11504           included in the last version of the package (the one that is
11505           being upgraded from); it also compares the version currently
11506           installed on the system with the one shipped with the last
11507           version.
11508         </p>
11509
11510         <p>
11511           If neither the user nor the package maintainer has changed
11512           the file, it is left alone.  If one or the other has changed
11513           their version, then the changed version is preferred - i.e.,
11514           if the user edits their file, but the package maintainer
11515           doesn't ship a different version, the user's changes will
11516           stay, silently, but if the maintainer ships a new version
11517           and the user hasn't edited it the new version will be
11518           installed (with an informative message).  If both have
11519           changed their version the user is prompted about the problem
11520           and must resolve the differences themselves.
11521         </p>
11522
11523         <p>
11524           The comparisons are done by calculating the MD5 message
11525           digests of the files, and storing the MD5 of the file as it
11526           was included in the most recent version of the package.
11527         </p>
11528
11529         <p>
11530           When a package is installed for the first time
11531           <prgn>dpkg</prgn> will install the file that comes with it,
11532           unless that would mean overwriting a file already on the
11533           file system.
11534         </p>
11535
11536         <p>
11537           However, note that <prgn>dpkg</prgn> will <em>not</em>
11538           replace a conffile that was removed by the user (or by a
11539           script).  This is necessary because with some programs a
11540           missing file produces an effect hard or impossible to
11541           achieve in another way, so that a missing file needs to be
11542           kept that way if the user did it.
11543         </p>
11544
11545         <p>
11546           Note that a package should <em>not</em> modify a
11547           <prgn>dpkg</prgn>-handled conffile in its maintainer
11548           scripts.  Doing this will lead to <prgn>dpkg</prgn> giving
11549           the user confusing and possibly dangerous options for
11550           conffile update when the package is upgraded.</p>
11551       </sect>
11552
11553       <sect><heading>Fully-featured maintainer script configuration
11554       handling
11555         </heading>
11556
11557         <p>
11558           For files which contain site-specific information such as
11559           the hostname and networking details and so forth, it is
11560           better to create the file in the package's
11561           <prgn>postinst</prgn> script.
11562         </p>
11563
11564         <p>
11565           This will typically involve examining the state of the rest
11566           of the system to determine values and other information, and
11567           may involve prompting the user for some information which
11568           can't be obtained some other way.
11569         </p>
11570
11571         <p>
11572           When using this method there are a couple of important
11573           issues which should be considered:
11574         </p>
11575
11576         <p>
11577           If you discover a bug in the program which generates the
11578           configuration file, or if the format of the file changes
11579           from one version to the next, you will have to arrange for
11580           the postinst script to do something sensible - usually this
11581           will mean editing the installed configuration file to remove
11582           the problem or change the syntax.  You will have to do this
11583           very carefully, since the user may have changed the file,
11584           perhaps to fix the very problem that your script is trying
11585           to deal with - you will have to detect these situations and
11586           deal with them correctly.
11587         </p>
11588
11589         <p>
11590           If you do go down this route it's probably a good idea to
11591           make the program that generates the configuration file(s) a
11592           separate program in <file>/usr/sbin</file>, by convention called
11593           <file><var>package</var>config</file> and then run that if
11594           appropriate from the post-installation script.  The
11595           <tt><var>package</var>config</tt> program should not
11596           unquestioningly overwrite an existing configuration - if its
11597           mode of operation is geared towards setting up a package for
11598           the first time (rather than any arbitrary reconfiguration
11599           later) you should have it check whether the configuration
11600           already exists, and require a <tt>--force</tt> flag to
11601           overwrite it.</p></sect>
11602     </appendix>
11603
11604     <appendix id="pkg-alternatives"><heading>Alternative versions of
11605         an interface - <prgn>update-alternatives</prgn> (from old
11606     Packaging Manual)
11607       </heading>
11608
11609       <p>
11610         When several packages all provide different versions of the
11611         same program or file it is useful to have the system select a
11612         default, but to allow the system administrator to change it
11613         and have their decisions respected.
11614       </p>
11615
11616       <p>
11617         For example, there are several versions of the <prgn>vi</prgn>
11618         editor, and there is no reason to prevent all of them from
11619         being installed at once, each under their own name
11620         (<prgn>nvi</prgn>, <prgn>vim</prgn> or whatever).
11621         Nevertheless it is desirable to have the name <tt>vi</tt>
11622         refer to something, at least by default.
11623       </p>
11624
11625       <p>
11626         If all the packages involved cooperate, this can be done with
11627         <prgn>update-alternatives</prgn>.
11628       </p>
11629
11630       <p>
11631         Each package provides its own version under its own name, and
11632         calls <prgn>update-alternatives</prgn> in its postinst to
11633         register its version (and again in its prerm to deregister
11634         it).
11635       </p>
11636
11637       <p>
11638         See the man page <manref name="update-alternatives"
11639         section="8"> for details.
11640       </p>
11641
11642       <p>
11643         If <prgn>update-alternatives</prgn> does not seem appropriate
11644         you may wish to consider using diversions instead.</p>
11645     </appendix>
11646
11647     <appendix id="pkg-diversions"><heading>Diversions - overriding a
11648     package's version of a file (from old Packaging Manual)
11649       </heading>
11650
11651       <p>
11652         It is possible to have <prgn>dpkg</prgn> not overwrite a file
11653         when it reinstalls the package it belongs to, and to have it
11654         put the file from the package somewhere else instead.
11655       </p>
11656
11657       <p>
11658         This can be used locally to override a package's version of a
11659         file, or by one package to override another's version (or
11660         provide a wrapper for it).
11661       </p>
11662
11663       <p>
11664         Before deciding to use a diversion, read <ref
11665         id="pkg-alternatives"> to see if you really want a diversion
11666         rather than several alternative versions of a program.
11667       </p>
11668
11669       <p>
11670         There is a diversion list, which is read by <prgn>dpkg</prgn>,
11671         and updated by a special program <prgn>dpkg-divert</prgn>.
11672         Please see <manref name="dpkg-divert" section="8"> for full
11673         details of its operation.
11674       </p>
11675
11676       <p>
11677         When a package wishes to divert a file from another, it should
11678         call <prgn>dpkg-divert</prgn> in its preinst to add the
11679         diversion and rename the existing file.  For example,
11680         supposing that a <prgn>smailwrapper</prgn> package wishes to
11681         install a wrapper around <file>/usr/sbin/smail</file>:
11682         <example>
11683    dpkg-divert --package smailwrapper --add --rename \
11684       --divert /usr/sbin/smail.real /usr/sbin/smail
11685         </example> The <tt>--package smailwrapper</tt> ensures that
11686         <prgn>smailwrapper</prgn>'s copy of <file>/usr/sbin/smail</file>
11687         can bypass the diversion and get installed as the true version.
11688         It's safe to add the diversion unconditionally on upgrades since
11689         it will be left unchanged if it already exists, but
11690         <prgn>dpkg-divert</prgn> will display a message.  To suppress that
11691         message, make the command conditional on the version from which
11692         the package is being upgraded:
11693         <example>
11694    if [ upgrade != "$1" ] || dpkg --compare-versions "$2" lt 1.0-2; then
11695       dpkg-divert --package smailwrapper --add --rename \
11696          --divert /usr/sbin/smail.real /usr/sbin/smail
11697    fi
11698         </example> where <tt>1.0-2</tt> is the version at which the
11699         diversion was first added to the package.  Running the command
11700         during abort-upgrade is pointless but harmless.
11701       </p>
11702
11703       <p>
11704         The postrm has to do the reverse:
11705         <example>
11706   if [ remove = "$1" -o abort-install = "$1" -o disappear = "$1" ]; then
11707      dpkg-divert --package smailwrapper --remove --rename \
11708         --divert /usr/sbin/smail.real /usr/sbin/smail
11709   fi
11710         </example> If the diversion was added at a particular version, the
11711         postrm should also handle the failure case of upgrading from an
11712         older version (unless the older version is so old that direct
11713         upgrades are no longer supported):
11714         <example>
11715   if [ abort-upgrade = "$1" ] && dpkg --compare-versions "$2" lt 1.0-2; then
11716      dpkg-divert --package smailwrapper --remove --rename \
11717         --divert /usr/sbin/smail.real /usr/sbin/smail
11718   fi
11719         </example> where <tt>1.0-2</tt> is the version at which the
11720         diversion was first added to the package.  The postrm should not
11721         remove the diversion on upgrades both because there's no reason to
11722         remove the diversion only to immediately re-add it and since the
11723         postrm of the old package is run after unpacking so the removal of
11724         the diversion will fail.
11725       </p>
11726
11727       <p>
11728         Do not attempt to divert a file which is vitally important for
11729         the system's operation - when using <prgn>dpkg-divert</prgn>
11730         there is a time, after it has been diverted but before
11731         <prgn>dpkg</prgn> has installed the new version, when the file
11732         does not exist.</p>
11733     </appendix>
11734
11735   </book>
11736 </debiandoc>
11737 <!-- Local variables: -->
11738 <!-- indent-tabs-mode: t -->
11739 <!-- End: -->
11740 <!-- vim:set ai sts=2 sw=2 tw=76: -->