]> git.donarmstrong.com Git - debian/debian-policy.git/blob - policy.sgml
Add a reminder of Pre-Depends policy to ยง7.2 "Binary Dependencies"
[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="mime"></item>
262             <item><ref id="perl"></item>
263             <item><ref id="maintscriptprompt"></item>
264             <item><ref id="emacs"></item>
265           </list>
266         </p>
267
268         <p>
269           In addition to those, which carry the weight of policy, there
270           is the Debian Developer's Reference. This document describes
271           procedures and resources for Debian developers, but it is
272           <em>not</em> normative; rather, it includes things that don't
273           belong in the Policy, such as best practices for developers.
274         </p>
275
276         <p>
277           The Developer's Reference is available in the
278           <package>developers-reference</package> package.
279           It's also available from the Debian web mirrors at
280           <tt><url name="/doc/developers-reference/"
281                 id="http://www.debian.org/doc/developers-reference/"></tt>.
282         </p>
283       </sect>
284
285       <sect id="definitions">
286         <heading>Definitions</heading>
287
288         <p>
289           The following terms are used in this Policy Manual:
290           <taglist>
291             <tag>ASCII</tag>
292             <item>
293               The character encoding specified by ANSI X3.4-1986 and its
294               predecessor standards, referred to in MIME as US-ASCII, and
295               corresponding to an encoding in eight bits per character of
296               the first 128 <url id="http://www.unicode.org/"
297               name="Unicode"> characters, with the eighth bit always zero.
298             </item>
299             <tag>UTF-8</tag>
300             <item>
301               The transformation format (sometimes called encoding) of
302               <url id="http://www.unicode.org/" name="Unicode"> defined by
303               <url id="http://www.rfc-editor.org/rfc/rfc3629.txt"
304               name="RFC 3629">.  UTF-8 has the useful property of having
305               ASCII as a subset, so any text encoded in ASCII is trivially
306               also valid UTF-8.
307             </item>
308           </taglist>
309         </p>
310       </sect>
311     </chapt>
312
313
314     <chapt id="archive">
315       <heading>The Debian Archive</heading>
316
317       <p>
318         The Debian system is maintained and distributed as a
319         collection of <em>packages</em>. Since there are so many of
320         them (currently well over 15000), they are split into
321         <em>sections</em> and given <em>priorities</em> to simplify
322         the handling of them.
323       </p>
324
325       <p>
326         The effort of the Debian project is to build a free operating
327         system, but not every package we want to make accessible is
328         <em>free</em> in our sense (see the Debian Free Software
329         Guidelines, below), or may be imported/exported without
330         restrictions. Thus, the archive is split into areas<footnote>
331           The Debian archive software uses the term "component" internally
332           and in the Release file format to refer to the division of an
333           archive.  The Debian Social Contract simply refers to "areas."
334           This document uses terminology similar to the Social Contract.
335         </footnote> based on their licenses and other restrictions.
336       </p>
337
338       <p>
339         The aims of this are:
340
341         <list compact="compact">
342           <item>to allow us to make as much software available as we can</item>
343           <item>to allow us to encourage everyone to write free software,
344                 and</item>
345           <item>to allow us to make it easy for people to produce
346                 CD-ROMs of our system without violating any licenses,
347                 import/export restrictions, or any other laws.</item>
348         </list>
349       </p>
350
351       <p>
352         The <em>main</em> archive area forms the <em>Debian distribution</em>.
353       </p>
354
355       <p>
356         Packages in the other archive areas (<tt>contrib</tt>,
357         <tt>non-free</tt>) are not considered to be part of the Debian
358         distribution, although we support their use and provide
359         infrastructure for them (such as our bug-tracking system and
360         mailing lists). This Debian Policy Manual applies to these
361         packages as well.
362       </p>
363
364       <sect id="dfsg">
365         <heading>The Debian Free Software Guidelines</heading>
366         <p>
367           The Debian Free Software Guidelines (DFSG) form our
368           definition of "free software".  These are:
369             <taglist>
370               <tag>1. Free Redistribution
371               </tag>
372               <item>
373                   The license of a Debian component may not restrict any
374                   party from selling or giving away the software as a
375                   component of an aggregate software distribution
376                   containing programs from several different
377                   sources. The license may not require a royalty or
378                   other fee for such sale.
379               </item>
380               <tag>2. Source Code
381               </tag>
382               <item>
383                   The program must include source code, and must allow
384                   distribution in source code as well as compiled form.
385               </item>
386               <tag>3. Derived Works
387               </tag>
388               <item>
389                   The license must allow modifications and derived
390                   works, and must allow them to be distributed under the
391                   same terms as the license of the original software.
392               </item>
393               <tag>4. Integrity of The Author's Source Code
394               </tag>
395               <item>
396                   The license may restrict source-code from being
397                   distributed in modified form <em>only</em> if the
398                   license allows the distribution of "patch files"
399                   with the source code for the purpose of modifying the
400                   program at build time. The license must explicitly
401                   permit distribution of software built from modified
402                   source code. The license may require derived works to
403                   carry a different name or version number from the
404                   original software.  (This is a compromise. The Debian
405                   Project encourages all authors to not restrict any
406                   files, source or binary, from being modified.)
407               </item>
408               <tag>5. No Discrimination Against Persons or Groups
409               </tag>
410               <item>
411                   The license must not discriminate against any person
412                   or group of persons.
413               </item>
414               <tag>6. No Discrimination Against Fields of Endeavor
415               </tag>
416               <item>
417                   The license must not restrict anyone from making use
418                   of the program in a specific field of endeavor. For
419                   example, it may not restrict the program from being
420                   used in a business, or from being used for genetic
421                   research.
422               </item>
423               <tag>7. Distribution of License
424               </tag>
425               <item>
426                   The rights attached to the program must apply to all
427                   to whom the program is redistributed without the need
428                   for execution of an additional license by those
429                   parties.
430               </item>
431               <tag>8. License Must Not Be Specific to Debian
432               </tag>
433               <item>
434                   The rights attached to the program must not depend on
435                   the program's being part of a Debian system. If the
436                   program is extracted from Debian and used or
437                   distributed without Debian but otherwise within the
438                   terms of the program's license, all parties to whom
439                   the program is redistributed must have the same
440                   rights as those that are granted in conjunction with
441                   the Debian system.
442               </item>
443               <tag>9. License Must Not Contaminate Other Software
444               </tag>
445               <item>
446                   The license must not place restrictions on other
447                   software that is distributed along with the licensed
448                   software. For example, the license must not insist
449                   that all other programs distributed on the same medium
450                   must be free software.
451               </item>
452               <tag>10. Example Licenses
453               </tag>
454               <item>
455                   The "GPL," "BSD," and "Artistic" licenses are examples of
456                   licenses that we consider <em>free</em>.
457               </item>
458             </taglist>
459         </p>
460       </sect>
461
462       <sect id="sections">
463         <heading>Archive areas</heading>
464
465         <sect1 id="main">
466           <heading>The main archive area</heading>
467
468           <p>
469             The <em>main</em> archive area comprises the Debian
470             distribution.  Only the packages in this area are considered
471             part of the distribution.  None of the packages in
472             the <em>main</em> archive area require software outside of
473             that area to function.  Anyone may use, share, modify and
474             redistribute the packages in this archive area
475             freely<footnote>
476               See <url id="http://www.debian.org/intro/free"
477                        name="What Does Free Mean?"> for
478               more about what we mean by free software.
479             </footnote>.
480           </p>
481
482           <p>
483             Every package in <em>main</em> must comply with the DFSG
484             (Debian Free Software Guidelines).
485           </p>
486
487           <p>
488             In addition, the packages in <em>main</em>
489             <list compact="compact">
490               <item>
491                   must not require a package outside of <em>main</em>
492                   for compilation or execution (thus, the package must
493                   not declare a "Depends", "Recommends", or
494                   "Build-Depends" relationship on a non-<em>main</em>
495                   package),
496               </item>
497               <item>
498                   must not be so buggy that we refuse to support them,
499                   and
500               </item>
501               <item>
502                   must meet all policy requirements presented in this
503                   manual.
504               </item>
505             </list>
506           </p>
507
508         </sect1>
509
510         <sect1 id="contrib">
511           <heading>The contrib archive area</heading>
512
513           <p>
514             The <em>contrib</em> archive area contains supplemental
515             packages intended to work with the Debian distribution, but
516             which require software outside of the distribution to either
517             build or function.
518           </p>
519
520           <p>
521             Every package in <em>contrib</em> must comply with the DFSG.
522           </p>
523
524           <p>
525             In addition, the packages in <em>contrib</em>
526             <list compact="compact">
527               <item>
528                   must not be so buggy that we refuse to support them,
529                   and
530               </item>
531               <item>
532                   must meet all policy requirements presented in this
533                   manual.
534               </item>
535             </list>
536           </p>
537
538           <p>
539             Examples of packages which would be included in
540             <em>contrib</em> are:
541             <list compact="compact">
542               <item>
543                   free packages which require <em>contrib</em>,
544                   <em>non-free</em> packages or packages which are not
545                   in our archive at all for compilation or execution,
546                   and
547               </item>
548               <item>
549                   wrapper packages or other sorts of free accessories for
550                   non-free programs.
551               </item>
552             </list>
553           </p>
554         </sect1>
555
556         <sect1 id="non-free">
557           <heading>The non-free archive area</heading>
558
559           <p>
560             The <em>non-free</em> archive area contains supplemental
561             packages intended to work with the Debian distribution that do
562             not comply with the DFSG or have other problems that make
563             their distribution problematic.  They may not comply with all
564             of the policy requirements in this manual due to restrictions
565             on modifications or other limitations.
566           </p>
567
568           <p>
569             Packages must be placed in <em>non-free</em> if they are
570             not compliant with the DFSG or are encumbered by patents
571             or other legal issues that make their distribution
572             problematic.
573           </p>
574
575           <p>
576             In addition, the packages in <em>non-free</em>
577             <list compact="compact">
578               <item>
579                   must not be so buggy that we refuse to support them,
580                   and
581               </item>
582               <item>
583                   must meet all policy requirements presented in this
584                   manual that it is possible for them to meet.
585                   <footnote>
586                       It is possible that there are policy
587                       requirements which the package is unable to
588                       meet, for example, if the source is
589                       unavailable.  These situations will need to be
590                       handled on a case-by-case basis.
591                   </footnote>
592               </item>
593             </list>
594           </p>
595         </sect1>
596
597       </sect>
598
599       <sect id="pkgcopyright">
600         <heading>Copyright considerations</heading>
601
602         <p>
603           Every package must be accompanied by a verbatim copy of its
604           copyright information and distribution license in the file
605           <file>/usr/share/doc/<var>package</var>/copyright</file>
606           (see <ref id="copyrightfile"> for further details).
607         </p>
608
609         <p>
610           We reserve the right to restrict files from being included
611           anywhere in our archives if
612           <list compact="compact">
613             <item>
614                   their use or distribution would break a law,
615             </item>
616             <item>
617                   there is an ethical conflict in their distribution or
618                   use,
619             </item>
620             <item>
621                   we would have to sign a license for them, or
622             </item>
623             <item>
624                   their distribution would conflict with other project
625                   policies.
626             </item>
627           </list>
628         </p>
629
630         <p>
631           Programs whose authors encourage the user to make
632           donations are fine for the main distribution, provided
633           that the authors do not claim that not donating is
634           immoral, unethical, illegal or something similar; in such
635           a case they must go in <em>non-free</em>.
636         </p>
637
638         <p>
639           Packages whose copyright permission notices (or patent
640           problems) do not even allow redistribution of binaries
641           only, and where no special permission has been obtained,
642           must not be placed on the Debian FTP site and its mirrors
643           at all.
644         </p>
645
646         <p>
647           Note that under international copyright law (this applies
648           in the United States, too), <em>no</em> distribution or
649           modification of a work is allowed without an explicit
650           notice saying so.  Therefore a program without a copyright
651           notice <em>is</em> copyrighted and you may not do anything
652           to it without risking being sued! Likewise if a program
653           has a copyright notice but no statement saying what is
654           permitted then nothing is permitted.
655         </p>
656
657         <p>
658           Many authors are unaware of the problems that restrictive
659           copyrights (or lack of copyright notices) can cause for
660           the users of their supposedly-free software.  It is often
661           worthwhile contacting such authors diplomatically to ask
662           them to modify their license terms. However, this can be a
663           politically difficult thing to do and you should ask for
664           advice on the <tt>debian-legal</tt> mailing list first, as
665           explained below.
666         </p>
667
668         <p>
669           When in doubt about a copyright, send mail to
670           <email>debian-legal@lists.debian.org</email>.  Be prepared
671           to provide us with the copyright statement.  Software
672           covered by the GPL, public domain software and BSD-like
673           copyrights are safe; be wary of the phrases "commercial
674           use prohibited" and "distribution restricted".
675         </p>
676       </sect>
677
678       <sect id="subsections">
679         <heading>Sections</heading>
680
681         <p>
682           The packages in the archive areas <em>main</em>,
683           <em>contrib</em> and <em>non-free</em> are grouped further into
684           <em>sections</em> to simplify handling.
685         </p>
686
687         <p>
688           The archive area and section for each package should be
689           specified in the package's <tt>Section</tt> control record (see
690           <ref id="f-Section">).  However, the maintainer of the Debian
691           archive may override this selection to ensure the consistency of
692           the Debian distribution.  The <tt>Section</tt> field should be
693           of the form:
694           <list compact="compact">
695             <item>
696                   <em>section</em> if the package is in the
697                   <em>main</em> archive area,
698             </item>
699             <item>
700                   <em>area/section</em> if the package is in
701                   the <em>contrib</em> or <em>non-free</em>
702                   archive areas.
703             </item>
704           </list>
705         </p>
706
707         <p>
708           The Debian archive maintainers provide the authoritative
709           list of sections.  At present, they are:
710           <em>admin</em>, <em>cli-mono</em>, <em>comm</em>, <em>database</em>,
711           <em>devel</em>, <em>debug</em>, <em>doc</em>, <em>editors</em>,
712           <em>electronics</em>, <em>embedded</em>, <em>fonts</em>,
713           <em>games</em>, <em>gnome</em>, <em>graphics</em>, <em>gnu-r</em>,
714           <em>gnustep</em>, <em>hamradio</em>, <em>haskell</em>,
715           <em>httpd</em>, <em>interpreters</em>, <em>java</em>, <em>kde</em>,
716           <em>kernel</em>, <em>libs</em>, <em>libdevel</em>, <em>lisp</em>,
717           <em>localization</em>, <em>mail</em>, <em>math</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
844         include <qref id="sharedlibs-shlibdeps">the <file>shlibs</file>
845         file</qref> used to store shared library dependency information
846         and the <file>conffiles</file> file that lists the package's
847         configuration files (described in <ref id="config-files">).
848       </p>
849
850       <p>
851         There is unfortunately a collision of terminology here between
852         control information files and files in the Debian control file
853         format.  Throughout this document, a <em>control file</em> refers
854         to a file in the Debian control file format.  These files are
855         documented in <ref id="controlfields">.  Only files referred to
856         specifically as <em>control information files</em> are the files
857         included in the control information file member of
858         the <file>.deb</file> file format used by binary packages.  Most
859         control information files are not in the Debian control file
860         format.
861       </p>
862
863       <sect>
864         <heading>The package name</heading>
865
866         <p>
867           Every package must have a name that's unique within the Debian
868           archive.
869         </p>
870
871         <p>
872           The package name is included in the control field
873           <tt>Package</tt>, the format of which is described
874           in <ref id="f-Package">.
875           The package name is also included as a part of the file name
876           of the <tt>.deb</tt> file.
877         </p>
878       </sect>
879
880       <sect id="versions">
881         <heading>The version of a package</heading>
882
883         <p>
884           Every package has a version number recorded in its
885           <tt>Version</tt> control file field, described in
886           <ref id="f-Version">.
887         </p>
888
889         <p>
890           The package management system imposes an ordering on version
891           numbers, so that it can tell whether packages are being up- or
892           downgraded and so that package system front end applications
893           can tell whether a package it finds available is newer than
894           the one installed on the system.  The version number format
895           has the most significant parts (as far as comparison is
896           concerned) at the beginning.
897         </p>
898
899         <p>
900           If an upstream package has problematic version numbers they
901           should be converted to a sane form for use in the
902           <tt>Version</tt> field.
903         </p>
904
905         <sect1>
906           <heading>Version numbers based on dates</heading>
907
908           <p>
909             In general, Debian packages should use the same version
910             numbers as the upstream sources.  However, upstream version
911             numbers based on some date formats (sometimes used for
912             development or "snapshot" releases) will not be ordered
913             correctly by the package management software.  For
914             example, <prgn>dpkg</prgn> will consider "96May01" to be
915             greater than "96Dec24".
916           </p>
917
918           <p>
919             To prevent having to use epochs for every new upstream
920             version, the date-based portion of any upstream version number
921             should be given in a way that sorts correctly: four-digit year
922             first, followed by a two-digit numeric month, followed by a
923             two-digit numeric date, possibly with punctuation between the
924             components.
925           </p>
926
927           <p>
928             Native Debian packages (i.e., packages which have been written
929             especially for Debian) whose version numbers include dates
930             should also follow these rules.  If punctuation is desired
931             between the date components, remember that hyphen (<tt>-</tt>)
932             cannot be used in native package versions.  Period
933             (<tt>.</tt>) is normally a good choice.
934           </p>
935         </sect1>
936
937       </sect>
938
939       <sect id="maintainer">
940         <heading>The maintainer of a package</heading>
941
942         <p>
943           Every package must have a maintainer, except for orphaned
944           packages as described below.  The maintainer may be one person
945           or a group of people reachable from a common email address, such
946           as a mailing list.  The maintainer is responsible for
947           maintaining the Debian packaging files, evaluating and
948           responding appropriately to reported bugs, uploading new
949           versions of the package (either directly or through a sponsor),
950           ensuring that the package is placed in the appropriate archive
951           area and included in Debian releases as appropriate for the
952           stability and utility of the package, and requesting removal of
953           the package from the Debian distribution if it is no longer
954           useful or maintainable.
955         </p>
956
957         <p>
958           The maintainer must be specified in the <tt>Maintainer</tt>
959           control field with their correct name and a working email
960           address.  The email address given in the <tt>Maintainer</tt>
961           control field must accept mail from those role accounts in
962           Debian used to send automated mails regarding the package.  This
963           includes non-spam mail from the bug-tracking system, all mail
964           from the Debian archive maintenance software, and other role
965           accounts or automated processes that are commonly agreed on by
966           the project.<footnote>
967             A sample implementation of such a whitelist written for the
968             Mailman mailing list management software is used for mailing
969             lists hosted by alioth.debian.org.
970           </footnote>
971           If one person or team maintains several packages, they should
972           use the same form of their name and email address in
973           the <tt>Maintainer</tt> fields of those packages.
974         </p>
975
976         <p>
977           The format of the <tt>Maintainer</tt> control field is
978           described in <ref id="f-Maintainer">.
979         </p>
980
981         <p>
982           If the maintainer of the package is a team of people with a
983           shared email address, the <tt>Uploaders</tt> control field must
984           be present and must contain at least one human with their
985           personal email address.  See <ref id="f-Uploaders"> for the
986           syntax of that field.
987         </p>
988
989         <p>
990           An orphaned package is one with no current maintainer.  Orphaned
991           packages should have their <tt>Maintainer</tt> control field set
992           to <tt>Debian QA Group &lt;packages@qa.debian.org&gt;</tt>.
993           These packages are considered maintained by the Debian project
994           as a whole until someone else volunteers to take over
995           maintenance.<footnote>
996             The detailed procedure for gracefully orphaning a package can
997             be found in the Debian Developer's Reference
998             (see <ref id="related">).
999           </footnote>
1000         </p>
1001       </sect>
1002
1003       <sect id="descriptions">
1004         <heading>The description of a package</heading>
1005
1006         <p>
1007           Every Debian package must have a <tt>Description</tt> control
1008           field which contains a synopsis and extended description of the
1009           package.  Technical information about the format of the
1010           <tt>Description</tt> field is in <ref id="f-Description">.
1011         </p>
1012
1013         <p>
1014           The description should describe the package (the program) to a
1015           user (system administrator) who has never met it before so that
1016           they have enough information to decide whether they want to
1017           install it. This description should not just be copied verbatim
1018           from the program's documentation.
1019         </p>
1020
1021         <p>
1022           Put important information first, both in the synopsis and
1023           extended description.  Sometimes only the first part of the
1024           synopsis or of the description will be displayed.  You can
1025           assume that there will usually be a way to see the whole
1026           extended description.
1027         </p>
1028
1029         <p>
1030           The description should also give information about the
1031           significant dependencies and conflicts between this package
1032           and others, so that the user knows why these dependencies and
1033           conflicts have been declared.
1034         </p>
1035
1036         <p>
1037           Instructions for configuring or using the package should
1038           not be included (that is what installation scripts,
1039           manual pages, info files, etc., are for).  Copyright
1040           statements and other administrivia should not be included
1041           either (that is what the copyright file is for).
1042         </p>
1043
1044         <sect1 id="synopsis"><heading>The single line synopsis</heading>
1045
1046           <p>
1047             The single line synopsis should be kept brief - certainly
1048             under 80 characters.
1049           </p>
1050
1051           <p>
1052             Do not include the package name in the synopsis line.  The
1053             display software knows how to display this already, and you
1054             do not need to state it.  Remember that in many situations
1055             the user may only see the synopsis line - make it as
1056             informative as you can.
1057           </p>
1058
1059         </sect1>
1060
1061         <sect1 id="extendeddesc"><heading>The extended description</heading>
1062
1063           <p>
1064             Do not try to continue the single line synopsis into the
1065             extended description.  This will not work correctly when
1066             the full description is displayed, and makes no sense
1067             where only the summary (the single line synopsis) is
1068             available.
1069           </p>
1070
1071           <p>
1072             The extended description should describe what the package
1073             does and how it relates to the rest of the system (in terms
1074             of, for example, which subsystem it is which part of).
1075           </p>
1076
1077           <p>
1078             The description field needs to make sense to anyone, even
1079             people who have no idea about any of the things the
1080             package deals with.<footnote>
1081                 The blurb that comes with a program in its
1082                 announcements and/or <prgn>README</prgn> files is
1083                 rarely suitable for use in a description.  It is
1084                 usually aimed at people who are already in the
1085                 community where the package is used.
1086             </footnote>
1087           </p>
1088
1089         </sect1>
1090
1091       </sect>
1092
1093       <sect id="dependencies">
1094         <heading>Dependencies</heading>
1095
1096         <p>
1097           Every package must specify the dependency information
1098           about other packages that are required for the first to
1099           work correctly.
1100         </p>
1101
1102         <p>
1103           For example, a dependency entry must be provided for any
1104           shared libraries required by a dynamically-linked executable
1105           binary in a package.
1106         </p>
1107
1108         <p>
1109           Packages are not required to declare any dependencies they
1110           have on other packages which are marked <tt>Essential</tt>
1111           (see below), and should not do so unless they depend on a
1112           particular version of that package.<footnote>
1113             <p>
1114               Essential is needed in part to avoid unresolvable dependency
1115               loops on upgrade.  If packages add unnecessary dependencies
1116               on packages in this set, the chances that there
1117               <strong>will</strong> be an unresolvable dependency loop
1118               caused by forcing these Essential packages to be configured
1119               first before they need to be is greatly increased.  It also
1120               increases the chances that frontends will be unable to
1121               <strong>calculate</strong> an upgrade path, even if one
1122               exists.
1123             </p>
1124             <p>
1125               Also, functionality is rarely ever removed from the
1126               Essential set, but <em>packages</em> have been removed from
1127               the Essential set when the functionality moved to a
1128               different package. So depending on these packages <em>just
1129               in case</em> they stop being essential does way more harm
1130               than good.
1131             </p>
1132           </footnote>
1133         </p>
1134
1135         <p>
1136           Sometimes, a package requires another package to be installed
1137           <em>and</em> configured before it can be installed. In this
1138           case, you must specify a <tt>Pre-Depends</tt> entry for
1139           the package.
1140         </p>
1141
1142         <p>
1143           You should not specify a <tt>Pre-Depends</tt> entry for a
1144           package before this has been discussed on the
1145           <tt>debian-devel</tt> mailing list and a consensus about
1146           doing that has been reached.
1147         </p>
1148
1149         <p>
1150           The format of the package interrelationship control fields is
1151           described in <ref id="relationships">.
1152         </p>
1153       </sect>
1154
1155       <sect id="virtual_pkg">
1156         <heading>Virtual packages</heading>
1157
1158         <p>
1159           Sometimes, there are several packages which offer
1160           more-or-less the same functionality. In this case, it's
1161           useful to define a <em>virtual package</em> whose name
1162           describes that common functionality.  (The virtual
1163           packages only exist logically, not physically; that's why
1164           they are called <em>virtual</em>.) The packages with this
1165           particular function will then <em>provide</em> the virtual
1166           package. Thus, any other package requiring that function
1167           can simply depend on the virtual package without having to
1168           specify all possible packages individually.
1169         </p>
1170
1171         <p>
1172           All packages should use virtual package names where
1173           appropriate, and arrange to create new ones if necessary.
1174           They should not use virtual package names (except privately,
1175           amongst a cooperating group of packages) unless they have
1176           been agreed upon and appear in the list of virtual package
1177           names. (See also <ref id="virtual">)
1178         </p>
1179
1180         <p>
1181           The latest version of the authoritative list of virtual
1182           package names can be found in the <tt>debian-policy</tt> package.
1183           It is also available from the Debian web mirrors at
1184           <tt><url name="/doc/packaging-manuals/virtual-package-names-list.txt"
1185                 id="http://www.debian.org/doc/packaging-manuals/virtual-package-names-list.txt"></tt>.
1186         </p>
1187
1188         <p>
1189           The procedure for updating the list is described in the preface
1190           to the list.
1191         </p>
1192
1193       </sect>
1194
1195       <sect>
1196         <heading>Base system</heading>
1197
1198         <p>
1199           The <tt>base system</tt> is a minimum subset of the Debian
1200           system that is installed before everything else
1201           on a new system. Only very few packages are allowed to form
1202           part of the base system, in order to keep the required disk
1203           usage very small.
1204         </p>
1205
1206         <p>
1207           The base system consists of all those packages with priority
1208           <tt>required</tt> or <tt>important</tt>. Many of them will
1209           be tagged <tt>essential</tt> (see below).
1210         </p>
1211       </sect>
1212
1213       <sect>
1214         <heading>Essential packages</heading>
1215
1216         <p>
1217           Essential is defined as the minimal set of functionality that
1218           must be available and usable on the system at all times, even
1219           when packages are in an unconfigured (but unpacked) state.
1220           Packages are tagged <tt>essential</tt> for a system using the
1221           <tt>Essential</tt> control field.  The format of the
1222           <tt>Essential</tt> control field is described in <ref
1223           id="f-Essential">.
1224         </p>
1225
1226         <p>
1227           Since these packages cannot be easily removed (one has to
1228           specify an extra <em>force option</em> to
1229           <prgn>dpkg</prgn> to do so), this flag must not be used
1230           unless absolutely necessary.  A shared library package
1231           must not be tagged <tt>essential</tt>; dependencies will
1232           prevent its premature removal, and we need to be able to
1233           remove it when it has been superseded.
1234         </p>
1235
1236         <p>
1237           Since dpkg will not prevent upgrading of other packages
1238           while an <tt>essential</tt> package is in an unconfigured
1239             state, all <tt>essential</tt> packages must supply all of
1240             their core functionality even when unconfigured. If the
1241             package cannot satisfy this requirement it must not be
1242             tagged as essential, and any packages depending on this
1243             package must instead have explicit dependency fields as
1244             appropriate.
1245         </p>
1246
1247         <p>
1248           Maintainers should take great care in adding any programs,
1249           interfaces, or functionality to <tt>essential</tt> packages.
1250           Packages may assume that functionality provided by
1251           <tt>essential</tt> packages is always available without
1252           declaring explicit dependencies, which means that removing
1253           functionality from the Essential set is very difficult and is
1254           almost never done.  Any capability added to an
1255           <tt>essential</tt> package therefore creates an obligation to
1256           support that capability as part of the Essential set in
1257           perpetuity.
1258         </p>
1259
1260         <p>
1261           You must not tag any packages <tt>essential</tt> before
1262           this has been discussed on the <tt>debian-devel</tt>
1263           mailing list and a consensus about doing that has been
1264           reached.
1265         </p>
1266       </sect>
1267
1268       <sect id="maintscripts">
1269         <heading>Maintainer Scripts</heading>
1270
1271         <p>
1272           The package installation scripts should avoid producing
1273           output which is unnecessary for the user to see and
1274           should rely on <prgn>dpkg</prgn> to stave off boredom on
1275           the part of a user installing many packages.  This means,
1276           amongst other things, using the <tt>--quiet</tt> option on
1277           <prgn>install-info</prgn>.
1278         </p>
1279
1280         <p>
1281           Errors which occur during the execution of an installation
1282           script must be checked and the installation must not
1283           continue after an error.
1284         </p>
1285
1286         <p>
1287           Note that in general <ref id="scripts"> applies to package
1288           maintainer scripts, too.
1289         </p>
1290
1291         <p>
1292           You should not use <prgn>dpkg-divert</prgn> on a file belonging
1293           to another package without consulting the maintainer of that
1294           package first.  When adding or removing diversions, package
1295           maintainer scripts must provide the <tt>--package</tt> flag
1296           to <prgn>dpkg-divert</prgn> and must not use <tt>--local</tt>.
1297         </p>
1298
1299         <p>
1300           All packages which supply an instance of a common command
1301           name (or, in general, filename) should generally use
1302           <prgn>update-alternatives</prgn>, so that they may be
1303           installed together.  If <prgn>update-alternatives</prgn>
1304           is not used, then each package must use
1305           <tt>Conflicts</tt> to ensure that other packages are
1306           de-installed.  (In this case, it may be appropriate to
1307           specify a conflict against earlier versions of something
1308           that previously did not use
1309           <prgn>update-alternatives</prgn>; this is an exception to
1310           the usual rule that versioned conflicts should be
1311           avoided.)
1312         </p>
1313
1314         <sect1 id="maintscriptprompt">
1315           <heading>Prompting in maintainer scripts</heading>
1316           <p>
1317             Package maintainer scripts may prompt the user if
1318             necessary. Prompting must be done by communicating
1319             through a program, such as <prgn>debconf</prgn>, which
1320             conforms to the Debian Configuration Management
1321             Specification, version 2 or higher.
1322           </p>
1323
1324           <p>
1325             Packages which are essential, or which are dependencies of
1326             essential packages, may fall back on another prompting method
1327             if no such interface is available when they are executed.
1328           </p>
1329
1330           <p>
1331             The Debian Configuration Management Specification is included
1332             in the <file>debconf_specification</file> files in the
1333             <package>debian-policy</package> package.
1334             It is also available from the Debian web mirrors at
1335             <tt><url name="/doc/packaging-manuals/debconf_specification.html"
1336                 id="http://www.debian.org/doc/packaging-manuals/debconf_specification.html"></tt>.
1337           </p>
1338
1339           <p>
1340             Packages which use the Debian Configuration Management
1341             Specification may contain the additional control information
1342             files <file>config</file>
1343             and <file>templates</file>.  <file>config</file> is an
1344             additional maintainer script used for package configuration,
1345             and <file>templates</file> contains templates used for user
1346             prompting.  The <prgn>config</prgn> script might be run before
1347             the <prgn>preinst</prgn> script and before the package is
1348             unpacked or any of its dependencies or pre-dependencies are
1349             satisfied.  Therefore it must work using only the tools
1350             present in <em>essential</em> packages.<footnote>
1351                   <package>Debconf</package> or another tool that
1352                   implements the Debian Configuration Management
1353                   Specification will also be installed, and any
1354                   versioned dependencies on it will be satisfied
1355                   before preconfiguration begins.
1356             </footnote>
1357           </p>
1358
1359           <p>
1360             Packages which use the Debian Configuration Management
1361             Specification must allow for translation of their user-visible
1362             messages by using a gettext-based system such as the one
1363             provided by the <package>po-debconf</package> package.
1364           </p>
1365
1366           <p>
1367             Packages should try to minimize the amount of prompting
1368             they need to do, and they should ensure that the user
1369             will only ever be asked each question once.  This means
1370             that packages should try to use appropriate shared
1371             configuration files (such as <file>/etc/papersize</file> and
1372             <file>/etc/news/server</file>), and shared
1373             <package>debconf</package> variables rather than each
1374             prompting for their own list of required pieces of
1375             information.
1376           </p>
1377
1378           <p>
1379             It also means that an upgrade should not ask the same
1380             questions again, unless the user has used
1381             <tt>dpkg --purge</tt> to remove the package's configuration.
1382             The answers to configuration questions should be stored in an
1383             appropriate place in <file>/etc</file> so that the user can
1384             modify them, and how this has been done should be
1385             documented.
1386           </p>
1387
1388           <p>
1389             If a package has a vitally important piece of
1390             information to pass to the user (such as "don't run me
1391             as I am, you must edit the following configuration files
1392             first or you risk your system emitting badly-formatted
1393             messages"), it should display this in the
1394             <prgn>config</prgn> or <prgn>postinst</prgn> script and
1395             prompt the user to hit return to acknowledge the
1396             message.  Copyright messages do not count as vitally
1397             important (they belong in
1398             <file>/usr/share/doc/<var>package</var>/copyright</file>);
1399             neither do instructions on how to use a program (these
1400             should be in on-line documentation, where all the users
1401             can see them).
1402           </p>
1403
1404           <p>
1405             Any necessary prompting should almost always be confined
1406             to the <prgn>config</prgn> or <prgn>postinst</prgn>
1407             script. If it is done in the <prgn>postinst</prgn>, it
1408             should be protected with a conditional so that
1409             unnecessary prompting doesn't happen if a package's
1410             installation fails and the <prgn>postinst</prgn> is
1411             called with <tt>abort-upgrade</tt>,
1412             <tt>abort-remove</tt> or <tt>abort-deconfigure</tt>.
1413           </p>
1414         </sect1>
1415
1416       </sect>
1417
1418     </chapt>
1419
1420
1421     <chapt id="source">
1422       <heading>Source packages</heading>
1423
1424       <sect id="standardsversion">
1425         <heading>Standards conformance</heading>
1426
1427         <p>
1428           Source packages should specify the most recent version number
1429           of this policy document with which your package complied
1430           when it was last updated.
1431         </p>
1432
1433         <p>
1434           This information may be used to file bug reports
1435           automatically if your package becomes too much out of date.
1436         </p>
1437
1438         <p>
1439           The version is specified in the <tt>Standards-Version</tt>
1440           control field.
1441           The format of the <tt>Standards-Version</tt> field is
1442           described in <ref id="f-Standards-Version">.
1443         </p>
1444
1445         <p>
1446           You should regularly, and especially if your package has
1447           become out of date, check for the newest Policy Manual
1448           available and update your package, if necessary. When your
1449           package complies with the new standards you should update the
1450           <tt>Standards-Version</tt> source package field and
1451           release it.<footnote>
1452                 See the file <file>upgrading-checklist</file> for
1453                 information about policy which has changed between
1454                 different versions of this document.
1455           </footnote>
1456         </p>
1457
1458       </sect>
1459
1460       <sect id="pkg-relations">
1461         <heading>Package relationships</heading>
1462
1463         <p>
1464           Source packages should specify which binary packages they
1465           require to be installed or not to be installed in order to
1466           build correctly.  For example, if building a package
1467           requires a certain compiler, then the compiler should be
1468           specified as a build-time dependency.
1469         </p>
1470
1471         <p>
1472           It is not necessary to explicitly specify build-time
1473           relationships on a minimal set of packages that are always
1474           needed to compile, link and put in a Debian package a
1475           standard "Hello World!" program written in C or C++.  The
1476           required packages are called <em>build-essential</em>, and
1477           an informational list can be found in
1478           <file>/usr/share/doc/build-essential/list</file> (which is
1479           contained in the <tt>build-essential</tt>
1480           package).<footnote>
1481             Rationale:
1482                 <list compact="compact">
1483                   <item>
1484                       This allows maintaining the list separately
1485                       from the policy documents (the list does not
1486                       need the kind of control that the policy
1487                       documents do).
1488                   </item>
1489                   <item>
1490                       Having a separate package allows one to install
1491                       the build-essential packages on a machine, as
1492                       well as allowing other packages such as tasks to
1493                       require installation of the build-essential
1494                       packages using the depends relation.
1495                   </item>
1496                   <item>
1497                       The separate package allows bug reports against
1498                       the list to be categorized separately from
1499                       the policy management process in the BTS.
1500                   </item>
1501                 </list>
1502           </footnote>
1503         </p>
1504
1505         <p>
1506           When specifying the set of build-time dependencies, one
1507           should list only those packages explicitly required by the
1508           build.  It is not necessary to list packages which are
1509           required merely because some other package in the list of
1510           build-time dependencies depends on them.<footnote>
1511                 The reason for this is that dependencies change, and
1512                 you should list all those packages, and <em>only</em>
1513                 those packages that <em>you</em> need directly.  What
1514                 others need is their business.  For example, if you
1515                 only link against <file>libimlib</file>, you will need to
1516                 build-depend on <package>libimlib2-dev</package> but
1517                 not against any <tt>libjpeg*</tt> packages, even
1518                 though <tt>libimlib2-dev</tt> currently depends on
1519                 them: installation of <package>libimlib2-dev</package>
1520                 will automatically ensure that all of its run-time
1521                 dependencies are satisfied.
1522           </footnote>
1523         </p>
1524
1525         <p>
1526           If build-time dependencies are specified, it must be
1527           possible to build the package and produce working binaries
1528           on a system with only essential and build-essential
1529           packages installed and also those required to satisfy the
1530           build-time relationships (including any implied
1531           relationships).  In particular, this means that version
1532           clauses should be used rigorously in build-time
1533           relationships so that one cannot produce bad or
1534           inconsistently configured packages when the relationships
1535           are properly satisfied.
1536         </p>
1537
1538         <p>
1539           <ref id="relationships"> explains the technical details.
1540         </p>
1541       </sect>
1542
1543       <sect>
1544         <heading>Changes to the upstream sources</heading>
1545
1546         <p>
1547           If changes to the source code are made that are not
1548           specific to the needs of the Debian system, they should be
1549           sent to the upstream authors in whatever form they prefer
1550           so as to be included in the upstream version of the
1551           package.
1552         </p>
1553
1554         <p>
1555           If you need to configure the package differently for
1556           Debian or for Linux, and the upstream source doesn't
1557           provide a way to do so, you should add such configuration
1558           facilities (for example, a new <prgn>autoconf</prgn> test
1559           or <tt>#define</tt>) and send the patch to the upstream
1560           authors, with the default set to the way they originally
1561           had it.  You can then easily override the default in your
1562           <file>debian/rules</file> or wherever is appropriate.
1563         </p>
1564
1565         <p>
1566           You should make sure that the <prgn>configure</prgn> utility
1567           detects the correct architecture specification string
1568           (refer to <ref id="arch-spec"> for details).
1569         </p>
1570
1571         <p>
1572           If you need to edit a <prgn>Makefile</prgn> where GNU-style
1573           <prgn>configure</prgn> scripts are used, you should edit the
1574           <file>.in</file> files rather than editing the
1575           <prgn>Makefile</prgn> directly.  This allows the user to
1576           reconfigure the package if necessary.  You should
1577           <em>not</em> configure the package and edit the generated
1578           <prgn>Makefile</prgn>!  This makes it impossible for someone
1579           else to later reconfigure the package without losing the
1580           changes you made.
1581         </p>
1582
1583       </sect>
1584
1585       <sect id="dpkgchangelog">
1586         <heading>Debian changelog: <file>debian/changelog</file></heading>
1587
1588         <p>
1589           Changes in the Debian version of the package should be
1590           briefly explained in the Debian changelog file
1591           <file>debian/changelog</file>.<footnote>
1592             <p>
1593               Mistakes in changelogs are usually best rectified by
1594               making a new changelog entry rather than "rewriting
1595               history" by editing old changelog entries.
1596             </p>
1597           </footnote>
1598           This includes modifications
1599           made in the Debian package compared to the upstream one
1600           as well as other changes and updates to the package.
1601           <footnote>
1602               Although there is nothing stopping an author who is also
1603               the Debian maintainer from using this changelog for all
1604               their changes, it will have to be renamed if the Debian
1605               and upstream maintainers become different people. In such
1606               a case, however, it might be better to maintain the package
1607               as a non-native package.
1608           </footnote>
1609         </p>
1610
1611         <p>
1612           The format of the <file>debian/changelog</file> allows the
1613           package building tools to discover which version of the package
1614           is being built and find out other release-specific information.
1615         </p>
1616
1617         <p>
1618           That format is a series of entries like this:
1619
1620 <example compact="compact">
1621 <var>package</var> (<var>version</var>) <var>distribution(s)</var>; urgency=<var>urgency</var>
1622             <var>
1623               [optional blank line(s), stripped]
1624             </var>
1625   * <var>change details</var>
1626     <var>more change details</var>
1627             <var>
1628               [blank line(s), included in output of dpkg-parsechangelog]
1629             </var>
1630   * <var>even more change details</var>
1631             <var>
1632               [optional blank line(s), stripped]
1633             </var>
1634  -- <var>maintainer name</var> &lt;<var>email address</var>&gt;<var>[two spaces]</var>  <var>date</var>
1635 </example>
1636         </p>
1637
1638         <p>
1639           <var>package</var> and <var>version</var> are the source
1640           package name and version number.
1641         </p>
1642
1643         <p>
1644           <var>distribution(s)</var> lists the distributions where
1645           this version should be installed when it is uploaded - it
1646           is copied to the <tt>Distribution</tt> field in the
1647           <file>.changes</file> file.  See <ref id="f-Distribution">.
1648         </p>
1649
1650         <p>
1651           <var>urgency</var> is the value for the <tt>Urgency</tt>
1652           field in the <file>.changes</file> file for the upload
1653           (see <ref id="f-Urgency">). It is not possible to specify
1654           an urgency containing commas; commas are used to separate
1655           <tt><var>keyword</var>=<var>value</var></tt> settings in the
1656           <prgn>dpkg</prgn> changelog format (though there is
1657           currently only one useful <var>keyword</var>,
1658           <tt>urgency</tt>).
1659         </p>
1660
1661         <p>
1662           The change details may in fact be any series of lines
1663           starting with at least two spaces, but conventionally each
1664           change starts with an asterisk and a separating space and
1665           continuation lines are indented so as to bring them in
1666           line with the start of the text above.  Blank lines may be
1667           used here to separate groups of changes, if desired.
1668         </p>
1669
1670         <p>
1671           If this upload resolves bugs recorded in the Bug Tracking
1672           System (BTS), they may be automatically closed on the
1673           inclusion of this package into the Debian archive by
1674           including the string: <tt>closes: Bug#<var>nnnnn</var></tt>
1675           in the change details.<footnote>
1676               To be precise, the string should match the following
1677               Perl regular expression:
1678               <example>
1679 /closes:\s*(?:bug)?\#?\s?\d+(?:,\s*(?:bug)?\#?\s?\d+)*/i
1680               </example>
1681               Then all of the bug numbers listed will be closed by the
1682               archive maintenance script (<prgn>katie</prgn>) using the
1683               <var>version</var> of the changelog entry.
1684           </footnote>
1685           This information is conveyed via the <tt>Closes</tt> field
1686           in the <tt>.changes</tt> file (see <ref id="f-Closes">).
1687         </p>
1688
1689         <p>
1690           The maintainer name and email address used in the changelog
1691           should be the details of the person uploading <em>this</em>
1692           version.  They are <em>not</em> necessarily those of the
1693           usual package maintainer.<footnote>
1694             If the developer uploading the package is not one of the usual
1695             maintainers of the package (as listed in
1696             the <qref id="f-Maintainer"><tt>Maintainer</tt></qref>
1697             or <qref id="f-Uploaders"><tt>Uploaders</tt></qref> control
1698             fields of the package), the first line of the changelog is
1699             conventionally used to explain why a non-maintainer is
1700             uploading the package.  The Debian Developer's Reference
1701             (see <ref id="related">) documents the conventions
1702             used.</footnote>
1703           The information here will be copied to the <tt>Changed-By</tt>
1704           field in the <tt>.changes</tt> file
1705           (see <ref id="f-Changed-By">), and then later used to send an
1706           acknowledgement when the upload has been installed.
1707         </p>
1708
1709         <p>
1710           The <var>date</var> has the following format<footnote>
1711               This is the same as the format generated by <tt>date
1712               -R</tt>.
1713           </footnote> (compatible and with the same semantics of
1714           RFC 2822 and RFC 5322):
1715           <example>day-of-week, dd month yyyy hh:mm:ss +zzzz</example>
1716           where:
1717           <list compact="compact">
1718             <item>
1719               day-of week is one of: Mon, Tue, Wed, Thu, Fri, Sat, Sun
1720             </item>
1721             <item>
1722               dd is a one- or two-digit day of the month (01-31)
1723             </item>
1724             <item>
1725               month is one of: Jan, Feb, Mar, Apr, May, Jun, Jul, Aug,
1726               Sep, Oct, Nov, Dec
1727             </item>
1728             <item>yyyy is the four-digit year (e.g. 2010)</item>
1729             <item>hh is the two-digit hour (00-23)</item>
1730             <item>mm is the two-digit minutes (00-59)</item>
1731             <item>ss is the two-digit seconds (00-60)</item>
1732             <item>
1733               +zzzz or -zzzz is the the time zone offset from Coordinated
1734               Universal Time (UTC).  "+" indicates that the time is ahead
1735               of (i.e., east of) UTC and "-" indicates that the time is
1736               behind (i.e., west of) UTC.  The first two digits indicate
1737               the hour difference from UTC and the last two digits
1738               indicate the number of additional minutes difference from
1739               UTC.  The last two digits must be in the range 00-59.
1740             </item>
1741           </list>
1742         </p>
1743
1744         <p>
1745           The first "title" line with the package name must start
1746           at the left hand margin.  The "trailer" line with the
1747           maintainer and date details must be preceded by exactly
1748           one space.  The maintainer details and the date must be
1749           separated by exactly two spaces.
1750         </p>
1751
1752         <p>
1753           The entire changelog must be encoded in UTF-8.
1754         </p>
1755
1756         <p>
1757           For more information on placement of the changelog files
1758           within binary packages, please see <ref id="changelogs">.
1759         </p>
1760       </sect>
1761
1762       <sect id="dpkgcopyright">
1763         <heading>Copyright: <file>debian/copyright</file></heading>
1764         <p>
1765           Every package must be accompanied by a verbatim copy of its
1766           copyright information and distribution license in the file
1767           <file>/usr/share/doc/<var>package</var>/copyright</file>
1768           (see <ref id="copyrightfile"> for further details). Also see
1769           <ref id="pkgcopyright"> for further considerations related
1770           to copyrights for packages.
1771         </p>
1772       </sect>
1773       <sect>
1774         <heading>Error trapping in makefiles</heading>
1775
1776         <p>
1777           When <prgn>make</prgn> invokes a command in a makefile
1778           (including your package's upstream makefiles and
1779           <file>debian/rules</file>), it does so using <prgn>sh</prgn>.  This
1780           means that <prgn>sh</prgn>'s usual bad error handling
1781           properties apply: if you include a miniature script as one
1782           of the commands in your makefile you'll find that if you
1783           don't do anything about it then errors are not detected
1784           and <prgn>make</prgn> will blithely continue after
1785           problems.
1786         </p>
1787
1788         <p>
1789           Every time you put more than one shell command (this
1790           includes using a loop) in a makefile command you
1791           must make sure that errors are trapped.  For
1792           simple compound commands, such as changing directory and
1793           then running a program, using <tt>&amp;&amp;</tt> rather
1794           than semicolon as a command separator is sufficient.  For
1795           more complex commands including most loops and
1796           conditionals you should include a separate <tt>set -e</tt>
1797           command at the start of every makefile command that's
1798           actually one of these miniature shell scripts.
1799         </p>
1800       </sect>
1801
1802       <sect id="timestamps">
1803         <heading>Time Stamps</heading>
1804         <p>
1805           Maintainers should preserve the modification times of the
1806           upstream source files in a package, as far as is reasonably
1807           possible.<footnote>
1808               The rationale is that there is some information conveyed
1809               by knowing the age of the file, for example, you could
1810               recognize that some documentation is very old by looking
1811               at the modification time, so it would be nice if the
1812               modification time of the upstream source would be
1813               preserved.
1814           </footnote>
1815         </p>
1816       </sect>
1817
1818       <sect id="restrictions">
1819         <heading>Restrictions on objects in source packages</heading>
1820
1821         <p>
1822           The source package may not contain any hard links<footnote>
1823             <p>
1824               This is not currently detected when building source
1825               packages, but only when extracting
1826               them.
1827             </p>
1828             <p>
1829               Hard links may be permitted at some point in the
1830               future, but would require a fair amount of
1831               work.
1832             </p>
1833           </footnote>, device special files, sockets or setuid or
1834           setgid files.<footnote>
1835               Setgid directories are allowed.
1836           </footnote>
1837         </p>
1838       </sect>
1839
1840       <sect id="debianrules">
1841         <heading>Main building script: <file>debian/rules</file></heading>
1842
1843         <p>
1844           This file must be an executable makefile, and contains the
1845           package-specific recipes for compiling the package and
1846           building binary package(s) from the source.
1847         </p>
1848
1849         <p>
1850           It must start with the line <tt>#!/usr/bin/make -f</tt>,
1851           so that it can be invoked by saying its name rather than
1852           invoking <prgn>make</prgn> explicitly. That is, invoking
1853           either of <tt>make -f debian/rules <em>args...</em></tt>
1854           or <tt>./debian/rules <em>args...</em></tt> must result in
1855           identical behavior.
1856         </p>
1857
1858         <p>
1859           The following targets are required and must be implemented
1860           by <file>debian/rules</file>: <tt>clean</tt>, <tt>binary</tt>,
1861           <tt>binary-arch</tt>, <tt>binary-indep</tt>, and <tt>build</tt>.
1862           These are the targets called by <prgn>dpkg-buildpackage</prgn>.
1863         </p>
1864
1865         <p>
1866           Since an interactive <file>debian/rules</file> script makes it
1867           impossible to auto-compile that package and also makes it hard
1868           for other people to reproduce the same binary package, all
1869           required targets must be non-interactive.  It also follows that
1870           any target that these targets depend on must also be
1871           non-interactive.
1872         </p>
1873
1874         <p>
1875           The targets are as follows:
1876           <taglist>
1877             <tag><tt>build</tt> (required)</tag>
1878             <item>
1879               <p>
1880                 The <tt>build</tt> target should perform all the
1881                 configuration and compilation of the package.
1882                 If a package has an interactive pre-build
1883                 configuration routine, the Debian source package
1884                 must either be built after this has taken place (so
1885                 that the binary package can be built without rerunning
1886                 the configuration) or the configuration routine
1887                 modified to become non-interactive.  (The latter is
1888                 preferable if there are architecture-specific features
1889                 detected by the configuration routine.)
1890               </p>
1891
1892               <p>
1893                 For some packages, notably ones where the same
1894                 source tree is compiled in different ways to produce
1895                 two binary packages, the <tt>build</tt> target
1896                 does not make much sense.  For these packages it is
1897                 good enough to provide two (or more) targets
1898                 (<tt>build-a</tt> and <tt>build-b</tt> or whatever)
1899                 for each of the ways of building the package, and a
1900                 <tt>build</tt> target that does nothing.  The
1901                 <tt>binary</tt> target will have to build the
1902                 package in each of the possible ways and make the
1903                 binary package out of each.
1904               </p>
1905
1906               <p>
1907                 The <tt>build</tt> target must not do anything
1908                 that might require root privilege.
1909               </p>
1910
1911               <p>
1912                 The <tt>build</tt> target may need to run the
1913                 <tt>clean</tt> target first - see below.
1914               </p>
1915
1916               <p>
1917                 When a package has a configuration and build routine
1918                 which takes a long time, or when the makefiles are
1919                 poorly designed, or when <tt>build</tt> needs to
1920                 run <tt>clean</tt> first, it is a good idea to
1921                 <tt>touch build</tt> when the build process is
1922                 complete.  This will ensure that if <tt>debian/rules
1923                 build</tt> is run again it will not rebuild the whole
1924                 program.<footnote>
1925                     Another common way to do this is for <tt>build</tt>
1926                     to depend on <prgn>build-stamp</prgn> and to do
1927                     nothing else, and for the <prgn>build-stamp</prgn>
1928                     target to do the building and to <tt>touch
1929                     build-stamp</tt> on completion.  This is
1930                     especially useful if the build routine creates a
1931                     file or directory called <tt>build</tt>; in such a
1932                     case, <tt>build</tt> will need to be listed as
1933                     a phony target (i.e., as a dependency of the
1934                     <tt>.PHONY</tt> target).  See the documentation of
1935                     <prgn>make</prgn> for more information on phony
1936                     targets.
1937                 </footnote>
1938               </p>
1939             </item>
1940
1941             <tag><tt>build-arch</tt> (optional),
1942                  <tt>build-indep</tt> (optional)
1943             </tag>
1944             <item>
1945               <p>
1946                 A package may also provide both of the targets
1947                 <tt>build-arch</tt> and <tt>build-indep</tt>.
1948                 The <tt>build-arch</tt> target, if provided, should
1949                 perform all the configuration and compilation required for
1950                 producing all architecture-dependant binary packages
1951                 (those packages for which the body of the
1952                 <tt>Architecture</tt> field in <tt>debian/control</tt> is
1953                 not <tt>all</tt>).  Similarly, the <tt>build-indep</tt>
1954                 target, if provided, should perform all the configuration
1955                 and compilation required for producing all
1956                 architecture-independent binary packages (those packages
1957                 for which the body of the <tt>Architecture</tt> field
1958                 in <tt>debian/control</tt> is <tt>all</tt>).
1959                 The <tt>build</tt> target should depend on those of the
1960                 targets <tt>build-arch</tt> and <tt>build-indep</tt> that
1961                 are provided in the rules file.<footnote>
1962                   The intent of this split is so that binary-only builds
1963                   need not install the dependencies required for
1964                   the <tt>build-indep</tt> target.  However, this is not
1965                   yet used in practice since <tt>dpkg-buildpackage
1966                   -B</tt>, and therefore the autobuilders,
1967                   invoke <tt>build</tt> rather than <tt>build-arch</tt>
1968                   due to the difficulties in determining whether the
1969                   optional <tt>build-arch</tt> target exists.
1970                 </footnote>
1971               </p>
1972
1973               <p>
1974                 If one or both of the targets <tt>build-arch</tt> and
1975                 <tt>build-indep</tt> are not provided, then invoking
1976                 <file>debian/rules</file> with one of the not-provided
1977                 targets as arguments should produce a exit status code
1978                 of 2.  Usually this is provided automatically by make
1979                 if the target is missing.
1980               </p>
1981
1982               <p>
1983                 The <tt>build-arch</tt> and <tt>build-indep</tt> targets
1984                 must not do anything that might require root privilege.
1985               </p>
1986             </item>
1987
1988             <tag><tt>binary</tt> (required), <tt>binary-arch</tt>
1989               (required), <tt>binary-indep</tt> (required)
1990             </tag>
1991             <item>
1992               <p>
1993                 The <tt>binary</tt> target must be all that is
1994                 necessary for the user to build the binary package(s)
1995                 produced from this source package.  It is
1996                 split into two parts: <prgn>binary-arch</prgn> builds
1997                 the binary packages which are specific to a particular
1998                 architecture, and <tt>binary-indep</tt> builds
1999                 those which are not.
2000               </p>
2001               <p>
2002                 <tt>binary</tt> may be (and commonly is) a target with
2003                 no commands which simply depends on
2004                 <tt>binary-arch</tt> and <tt>binary-indep</tt>.
2005               </p>
2006               <p>
2007                 Both <tt>binary-*</tt> targets should depend on the
2008                 <tt>build</tt> target, or on the appropriate
2009                 <tt>build-arch</tt> or <tt>build-indep</tt> target, if
2010                 provided, so that the package is built if it has not
2011                 been already.  It should then create the relevant
2012                 binary package(s), using <prgn>dpkg-gencontrol</prgn> to
2013                 make their control files and <prgn>dpkg-deb</prgn> to
2014                 build them and place them in the parent of the top
2015                 level directory.
2016               </p>
2017
2018               <p>
2019                 Both the <tt>binary-arch</tt> and
2020                 <tt>binary-indep</tt> targets <em>must</em> exist.
2021                 If one of them has nothing to do (which will always be
2022                 the case if the source generates only a single binary
2023                 package, whether architecture-dependent or not), it
2024                 must still exist and must always succeed.
2025               </p>
2026
2027               <p>
2028                 The <tt>binary</tt> targets must be invoked as
2029                 root.<footnote>
2030                     The <prgn>fakeroot</prgn> package often allows one
2031                     to build a package correctly even without being
2032                     root.
2033                 </footnote>
2034               </p>
2035             </item>
2036
2037             <tag><tt>clean</tt> (required)</tag>
2038             <item>
2039               <p>
2040                 This must undo any effects that the <tt>build</tt>
2041                 and <tt>binary</tt> targets may have had, except
2042                 that it should leave alone any output files created in
2043                 the parent directory by a run of a <tt>binary</tt>
2044                 target.
2045               </p>
2046
2047               <p>
2048                 If a <tt>build</tt> file is touched at the end of
2049                 the <tt>build</tt> target, as suggested above, it
2050                 should be removed as the first action that
2051                 <tt>clean</tt> performs, so that running
2052                 <tt>build</tt> again after an interrupted
2053                 <tt>clean</tt> doesn't think that everything is
2054                 already done.
2055               </p>
2056
2057               <p>
2058                 The <tt>clean</tt> target may need to be
2059                 invoked as root if <tt>binary</tt> has been
2060                 invoked since the last <tt>clean</tt>, or if
2061                 <tt>build</tt> has been invoked as root (since
2062                 <tt>build</tt> may create directories, for
2063                 example).
2064               </p>
2065             </item>
2066
2067             <tag><tt>get-orig-source</tt> (optional)</tag>
2068             <item>
2069               <p>
2070                 This target fetches the most recent version of the
2071                 original source package from a canonical archive site
2072                 (via FTP or WWW, for example), does any necessary
2073                 rearrangement to turn it into the original source
2074                 tar file format described below, and leaves it in the
2075                 current directory.
2076               </p>
2077
2078               <p>
2079                 This target may be invoked in any directory, and
2080                 should take care to clean up any temporary files it
2081                 may have left.
2082               </p>
2083
2084               <p>
2085                 This target is optional, but providing it if
2086                 possible is a good idea.
2087               </p>
2088             </item>
2089
2090             <tag><tt>patch</tt> (optional)</tag>
2091             <item>
2092               <p>
2093                 This target performs whatever additional actions are
2094                 required to make the source ready for editing (unpacking
2095                 additional upstream archives, applying patches, etc.).
2096                 It is recommended to be implemented for any package where
2097                 <tt>dpkg-source -x</tt> does not result in source ready
2098                 for additional modification.  See
2099                 <ref id="readmesource">.
2100               </p>
2101             </item>
2102           </taglist>
2103
2104         <p>
2105           The <tt>build</tt>, <tt>binary</tt> and
2106           <tt>clean</tt> targets must be invoked with the current
2107           directory being the package's top-level directory.
2108         </p>
2109
2110
2111         <p>
2112           Additional targets may exist in <file>debian/rules</file>,
2113           either as published or undocumented interfaces or for the
2114           package's internal use.
2115         </p>
2116
2117         <p>
2118           The architectures we build on and build for are determined
2119           by <prgn>make</prgn> variables using the
2120           utility <qref id="pkg-dpkg-architecture"><prgn>dpkg-architecture</prgn></qref>.
2121           You can determine the Debian architecture and the GNU style
2122           architecture specification string for the build architecture as
2123           well as for the host architecture.  The build architecture is
2124           the architecture on which <file>debian/rules</file> is run and
2125           the package build is performed.  The host architecture is the
2126           architecture on which the resulting package will be installed
2127           and run.  These are normally the same, but may be different in
2128           the case of cross-compilation (building packages for one
2129           architecture on machines of a different architecture).
2130         </p>
2131
2132         <p>
2133           Here is a list of supported <prgn>make</prgn> variables:
2134           <list compact="compact">
2135             <item>
2136                 <tt>DEB_*_ARCH</tt> (the Debian architecture)
2137             </item>
2138             <item>
2139                 <tt>DEB_*_ARCH_CPU</tt> (the Debian CPU name)
2140             </item>
2141             <item>
2142                 <tt>DEB_*_ARCH_OS</tt> (the Debian System name)
2143             </item>
2144             <item>
2145                 <tt>DEB_*_GNU_TYPE</tt> (the GNU style architecture
2146                 specification string)
2147             </item>
2148             <item>
2149                 <tt>DEB_*_GNU_CPU</tt> (the CPU part of
2150                 <tt>DEB_*_GNU_TYPE</tt>)
2151             </item>
2152             <item>
2153                 <tt>DEB_*_GNU_SYSTEM</tt> (the System part of
2154                 <tt>DEB_*_GNU_TYPE</tt>)
2155           </list>
2156           where <tt>*</tt> is either <tt>BUILD</tt> for specification of
2157           the build architecture or <tt>HOST</tt> for specification of the
2158           host architecture.
2159         </p>
2160
2161         <p>
2162           Backward compatibility can be provided in the rules file
2163           by setting the needed variables to suitable default
2164           values; please refer to the documentation of
2165           <prgn>dpkg-architecture</prgn> for details.
2166         </p>
2167
2168         <p>
2169           It is important to understand that the <tt>DEB_*_ARCH</tt>
2170           string only determines which Debian architecture we are
2171           building on or for. It should not be used to get the CPU
2172           or system information; the <tt>DEB_*_ARCH_CPU</tt> and
2173           <tt>DEB_*_ARCH_OS</tt> variables should be used for that.
2174           GNU style variables should generally only be used with upstream
2175           build systems.
2176         </p>
2177
2178         <sect1 id="debianrules-options">
2179           <heading><file>debian/rules</file> and
2180             <tt>DEB_BUILD_OPTIONS</tt></heading>
2181
2182           <p>
2183             Supporting the standardized environment variable
2184             <tt>DEB_BUILD_OPTIONS</tt> is recommended.  This variable can
2185             contain several flags to change how a package is compiled and
2186             built.  Each flag must be in the form <var>flag</var> or
2187             <var>flag</var>=<var>options</var>.  If multiple flags are
2188             given, they must be separated by whitespace.<footnote>
2189               Some packages support any delimiter, but whitespace is the
2190               easiest to parse inside a makefile and avoids ambiguity with
2191               flag values that contain commas.
2192             </footnote>
2193             <var>flag</var> must start with a lowercase letter
2194             (<tt>a-z</tt>) and consist only of lowercase letters,
2195             numbers (<tt>0-9</tt>), and the characters
2196             <tt>-</tt> and <tt>_</tt> (hyphen and underscore).
2197             <var>options</var> must not contain whitespace.  The same
2198             tag should not be given multiple times with conflicting
2199             values.  Package maintainers may assume that
2200             <tt>DEB_BUILD_OPTIONS</tt> will not contain conflicting tags.
2201           </p>
2202
2203           <p>
2204             The meaning of the following tags has been standardized:
2205             <taglist>
2206               <tag>nocheck</tag>
2207               <item>
2208                   This tag says to not run any build-time test suite
2209                   provided by the package.
2210               </item>
2211               <tag>noopt</tag>
2212               <item>
2213                   The presence of this tag means that the package should
2214                   be compiled with a minimum of optimization.  For C
2215                   programs, it is best to add <tt>-O0</tt> to
2216                   <tt>CFLAGS</tt> (although this is usually the default).
2217                   Some programs might fail to build or run at this level
2218                   of optimization; it may be necessary to use
2219                   <tt>-O1</tt>, for example.
2220               </item>
2221               <tag>nostrip</tag>
2222               <item>
2223                   This tag means that the debugging symbols should not be
2224                   stripped from the binary during installation, so that
2225                   debugging information may be included in the package.
2226               </item>
2227               <tag>parallel=n</tag>
2228               <item>
2229                   This tag means that the package should be built using up
2230                   to <tt>n</tt> parallel processes if the package build
2231                   system supports this.<footnote>
2232                       Packages built with <tt>make</tt> can often implement
2233                       this by passing the <tt>-j</tt><var>n</var> option to
2234                       <tt>make</tt>.
2235                   </footnote>
2236                   If the package build system does not support parallel
2237                   builds, this string must be ignored.  If the package
2238                   build system only supports a lower level of concurrency
2239                   than <var>n</var>, the package should be built using as
2240                   many parallel processes as the package build system
2241                   supports.  It is up to the package maintainer to decide
2242                   whether the package build times are long enough and the
2243                   package build system is robust enough to make supporting
2244                   parallel builds worthwhile.
2245                </item>
2246             </taglist>
2247           </p>
2248
2249           <p>
2250             Unknown flags must be ignored by <file>debian/rules</file>.
2251           </p>
2252
2253           <p>
2254             The following makefile snippet is an example of how one may
2255             implement the build options; you will probably have to
2256             massage this example in order to make it work for your
2257             package.
2258             <example compact="compact">
2259 CFLAGS = -Wall -g
2260 INSTALL = install
2261 INSTALL_FILE    = $(INSTALL) -p    -o root -g root  -m  644
2262 INSTALL_PROGRAM = $(INSTALL) -p    -o root -g root  -m  755
2263 INSTALL_SCRIPT  = $(INSTALL) -p    -o root -g root  -m  755
2264 INSTALL_DIR     = $(INSTALL) -p -d -o root -g root  -m  755
2265
2266 ifneq (,$(filter noopt,$(DEB_BUILD_OPTIONS)))
2267     CFLAGS += -O0
2268 else
2269     CFLAGS += -O2
2270 endif
2271 ifeq (,$(filter nostrip,$(DEB_BUILD_OPTIONS)))
2272     INSTALL_PROGRAM += -s
2273 endif
2274 ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
2275     NUMJOBS = $(patsubst parallel=%,%,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
2276     MAKEFLAGS += -j$(NUMJOBS)
2277 endif
2278
2279 build:
2280         # ...
2281 ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
2282         # Code to run the package test suite.
2283 endif
2284             </example>
2285           </p>
2286         </sect1>
2287       </sect>
2288
2289 <!-- FIXME: section pkg-srcsubstvars is the same as substvars -->
2290       <sect id="substvars">
2291         <heading>Variable substitutions: <file>debian/substvars</file></heading>
2292
2293         <p>
2294           When <prgn>dpkg-gencontrol</prgn>
2295           generates <qref id="binarycontrolfiles">binary package control
2296           files</qref> (<file>DEBIAN/control</file>), it performs variable
2297           substitutions on its output just before writing it.  Variable
2298           substitutions have the form <tt>${<var>variable</var>}</tt>.
2299           The optional file <file>debian/substvars</file> contains
2300           variable substitutions to be used; variables can also be set
2301           directly from <file>debian/rules</file> using the <tt>-V</tt>
2302           option to the source packaging commands, and certain predefined
2303           variables are also available.
2304         </p>
2305
2306         <p>
2307           The <file>debian/substvars</file> file is usually generated and
2308           modified dynamically by <file>debian/rules</file> targets, in
2309           which case it must be removed by the <tt>clean</tt> target.
2310         </p>
2311
2312         <p>
2313           See <manref name="deb-substvars" section="5"> for full
2314           details about source variable substitutions, including the
2315           format of <file>debian/substvars</file>.</p>
2316       </sect>
2317
2318       <sect id="debianwatch">
2319         <heading>Optional upstream source location: <file>debian/watch</file></heading>
2320
2321         <p>
2322           This is an optional, recommended configuration file for the
2323           <tt>uscan</tt> utility which defines how to automatically scan
2324           ftp or http sites for newly available updates of the
2325           package. This is used
2326           by <url id="http://dehs.alioth.debian.org/"> and other Debian QA
2327           tools to help with quality control and maintenance of the
2328           distribution as a whole.
2329         </p>
2330
2331       </sect>
2332
2333       <sect id="debianfiles">
2334         <heading>Generated files list: <file>debian/files</file></heading>
2335
2336         <p>
2337           This file is not a permanent part of the source tree; it
2338           is used while building packages to record which files are
2339           being generated.  <prgn>dpkg-genchanges</prgn> uses it
2340           when it generates a <file>.changes</file> file.
2341         </p>
2342
2343         <p>
2344           It should not exist in a shipped source package, and so it
2345           (and any backup files or temporary files such as
2346           <file>files.new</file><footnote>
2347               <file>files.new</file> is used as a temporary file by
2348               <prgn>dpkg-gencontrol</prgn> and
2349               <prgn>dpkg-distaddfile</prgn> - they write a new
2350               version of <tt>files</tt> here before renaming it,
2351               to avoid leaving a corrupted copy if an error
2352               occurs.
2353           </footnote>) should be removed by the
2354           <tt>clean</tt> target.  It may also be wise to
2355           ensure a fresh start by emptying or removing it at the
2356           start of the <tt>binary</tt> target.
2357         </p>
2358
2359         <p>
2360           When <prgn>dpkg-gencontrol</prgn> is run for a binary
2361           package, it adds an entry to <file>debian/files</file> for the
2362           <file>.deb</file> file that will be created when <tt>dpkg-deb
2363           --build</tt> is run for that binary package.  So for most
2364           packages all that needs to be done with this file is to
2365           delete it in the <tt>clean</tt> target.
2366         </p>
2367
2368         <p>
2369           If a package upload includes files besides the source
2370           package and any binary packages whose control files were
2371           made with <prgn>dpkg-gencontrol</prgn> then they should be
2372           placed in the parent of the package's top-level directory
2373           and <prgn>dpkg-distaddfile</prgn> should be called to add
2374           the file to the list in <file>debian/files</file>.</p>
2375       </sect>
2376
2377       <sect id="embeddedfiles">
2378         <heading>Convenience copies of code</heading>
2379
2380         <p>
2381           Some software packages include in their distribution convenience
2382           copies of code from other software packages, generally so that
2383           users compiling from source don't have to download multiple
2384           packages.  Debian packages should not make use of these
2385           convenience copies unless the included package is explicitly
2386           intended to be used in this way.<footnote>
2387             For example, parts of the GNU build system work like this.
2388           </footnote>
2389           If the included code is already in the Debian archive in the
2390           form of a library, the Debian packaging should ensure that
2391           binary packages reference the libraries already in Debian and
2392           the convenience copy is not used.  If the included code is not
2393           already in Debian, it should be packaged separately as a
2394           prerequisite if possible.
2395           <footnote>
2396             Having multiple copies of the same code in Debian is
2397             inefficient, often creates either static linking or shared
2398             library conflicts, and, most importantly, increases the
2399             difficulty of handling security vulnerabilities in the
2400             duplicated code.
2401           </footnote>
2402         </p>
2403       </sect>
2404
2405       <sect id="readmesource">
2406         <heading>Source package handling:
2407           <file>debian/README.source</file></heading>
2408
2409         <p>
2410           If running <prgn>dpkg-source -x</prgn> on a source package
2411           doesn't produce the source of the package, ready for editing,
2412           and allow one to make changes and run
2413           <prgn>dpkg-buildpackage</prgn> to produce a modified package
2414           without taking any additional steps, creating a
2415           <file>debian/README.source</file> documentation file is
2416           recommended.  This file should explain how to do all of the
2417           following:
2418             <enumlist>
2419               <item>Generate the fully patched source, in a form ready for
2420               editing, that would be built to create Debian
2421               packages.  Doing this with a <tt>patch</tt> target in
2422               <file>debian/rules</file> is recommended; see
2423               <ref id="debianrules">.</item>
2424               <item>Modify the source and save those modifications so that
2425               they will be applied when building the package.</item>
2426               <item>Remove source modifications that are currently being
2427               applied when building the package.</item>
2428               <item>Optionally, document what steps are necessary to
2429               upgrade the Debian source package to a new upstream version,
2430               if applicable.</item>
2431             </enumlist>
2432           This explanation should include specific commands and mention
2433           any additional required Debian packages.  It should not assume
2434           familiarity with any specific Debian packaging system or patch
2435           management tools.
2436         </p>
2437
2438         <p>
2439           This explanation may refer to a documentation file installed by
2440           one of the package's build dependencies provided that the
2441           referenced documentation clearly explains these tasks and is not
2442           a general reference manual.
2443         </p>
2444
2445         <p>
2446           <file>debian/README.source</file> may also include any other
2447           information that would be helpful to someone modifying the
2448           source package.  Even if the package doesn't fit the above
2449           description, maintainers are encouraged to document in a
2450           <file>debian/README.source</file> file any source package with a
2451           particularly complex or unintuitive source layout or build
2452           system (for example, a package that builds the same source
2453           multiple times to generate different binary packages).
2454         </p>
2455       </sect>
2456     </chapt>
2457
2458
2459     <chapt id="controlfields">
2460       <heading>Control files and their fields</heading>
2461
2462       <p>
2463         The package management system manipulates data represented in
2464         a common format, known as <em>control data</em>, stored in
2465         <em>control files</em>.
2466         Control files are used for source packages, binary packages and
2467         the <file>.changes</file> files which control the installation
2468         of uploaded files<footnote>
2469             <prgn>dpkg</prgn>'s internal databases are in a similar
2470             format.
2471         </footnote>.
2472       </p>
2473
2474       <sect id="controlsyntax">
2475         <heading>Syntax of control files</heading>
2476
2477         <p>
2478           A control file consists of one or more paragraphs of
2479           fields<footnote>
2480                 The paragraphs are also sometimes referred to as stanzas.
2481           </footnote>.
2482           The paragraphs are separated by blank lines.  Some control
2483           files allow only one paragraph; others allow several, in
2484           which case each paragraph usually refers to a different
2485           package.  (For example, in source packages, the first
2486           paragraph refers to the source package, and later paragraphs
2487           refer to binary packages generated from the source.)
2488         </p>
2489
2490         <p>
2491           Each paragraph consists of a series of data fields; each
2492           field consists of the field name, followed by a colon and
2493           then the data/value associated with that field.  It ends at
2494           the end of the (logical) line.  Horizontal whitespace
2495           (spaces and tabs) may occur immediately before or after the
2496           value and is ignored there; it is conventional to put a
2497           single space after the colon.  For example, a field might
2498           be:
2499           <example compact="compact">
2500 Package: libc6
2501           </example>
2502           the field name is <tt>Package</tt> and the field value
2503           <tt>libc6</tt>.
2504         </p>
2505
2506         <p>
2507           A paragraph must not contain more than one instance of a
2508           particular field name.
2509         </p>
2510
2511         <p>
2512           Many fields' values may span several lines; in this case
2513           each continuation line must start with a space or a tab.
2514           Any trailing spaces or tabs at the end of individual
2515           lines of a field value are ignored. 
2516         </p>
2517
2518         <p>
2519           In fields where it is specified that lines may not wrap,
2520           only a single line of data is allowed and whitespace is not
2521           significant in a field body. Whitespace must not appear
2522           inside names (of packages, architectures, files or anything
2523           else) or version numbers, or between the characters of
2524           multi-character version relationships.
2525         </p>
2526
2527         <p>
2528           Field names are not case-sensitive, but it is usual to
2529           capitalize the field names using mixed case as shown below.
2530           Field values are case-sensitive unless the description of the
2531           field says otherwise.
2532         </p>
2533
2534         <p>
2535           Blank lines, or lines consisting only of spaces and tabs,
2536           are not allowed within field values or between fields - that
2537           would mean a new paragraph.
2538         </p>
2539
2540         <p>
2541           All control files must be encoded in UTF-8.
2542         </p>
2543       </sect>
2544
2545       <sect id="sourcecontrolfiles">
2546         <heading>Source package control files -- <file>debian/control</file></heading>
2547
2548         <p>
2549           The <file>debian/control</file> file contains the most vital
2550           (and version-independent) information about the source package
2551           and about the binary packages it creates.
2552         </p>
2553
2554         <p>
2555           The first paragraph of the control file contains information about
2556           the source package in general. The subsequent sets each describe a
2557           binary package that the source tree builds.
2558         </p>
2559
2560         <p>
2561           The fields in the general paragraph (the first one, for the source
2562           package) are:
2563
2564           <list compact="compact">
2565             <item><qref id="f-Source"><tt>Source</tt></qref> (mandatory)</item>
2566             <item><qref id="f-Maintainer"><tt>Maintainer</tt></qref> (mandatory)</item>
2567             <item><qref id="f-Uploaders"><tt>Uploaders</tt></qref></item>
2568             <item><qref id="f-DM-Upload-Allowed"><tt>DM-Upload-Allowed</tt></qref></item>
2569             <item><qref id="f-Section"><tt>Section</tt></qref> (recommended)</item>
2570             <item><qref id="f-Priority"><tt>Priority</tt></qref> (recommended)</item>
2571             <item><qref id="sourcebinarydeps"><tt>Build-Depends</tt> et al</qref></item>
2572             <item><qref id="f-Standards-Version"><tt>Standards-Version</tt></qref> (recommended)</item>
2573             <item><qref id="f-Homepage"><tt>Homepage</tt></qref></item>
2574           </list>
2575         </p>
2576
2577         <p>
2578           The fields in the binary package paragraphs are:
2579
2580           <list compact="compact">
2581             <item><qref id="f-Package"><tt>Package</tt></qref> (mandatory)</item>
2582             <item><qref id="f-Architecture"><tt>Architecture</tt></qref> (mandatory)</item>
2583             <item><qref id="f-Section"><tt>Section</tt></qref> (recommended)</item>
2584             <item><qref id="f-Priority"><tt>Priority</tt></qref> (recommended)</item>
2585             <item><qref id="f-Essential"><tt>Essential</tt></qref></item>
2586             <item><qref id="binarydeps"><tt>Depends</tt> et al</qref></item>
2587             <item><qref id="f-Description"><tt>Description</tt></qref> (mandatory)</item>
2588             <item><qref id="f-Homepage"><tt>Homepage</tt></qref></item>
2589           </list>
2590         </p>
2591
2592         <p>
2593           The syntax and semantics of the fields are described below.
2594         </p>
2595
2596         <p>
2597           These fields are used by <prgn>dpkg-gencontrol</prgn> to
2598           generate control files for binary packages (see below), by
2599           <prgn>dpkg-genchanges</prgn> to generate the
2600           <file>.changes</file> file to accompany the upload, and by
2601           <prgn>dpkg-source</prgn> when it creates the
2602           <file>.dsc</file> source control file as part of a source
2603           archive. Many fields are permitted to span multiple lines in
2604           <file>debian/control</file> but not in any other control
2605           file. These tools are responsible for removing the line
2606           breaks from such fields when using fields from
2607           <file>debian/control</file> to generate other control files.
2608         </p>
2609
2610         <p>
2611           The fields here may contain variable references - their
2612           values will be substituted by <prgn>dpkg-gencontrol</prgn>,
2613           <prgn>dpkg-genchanges</prgn> or <prgn>dpkg-source</prgn>
2614           when they generate output control files.
2615           See <ref id="substvars"> for details.
2616         </p>
2617
2618         <p>
2619           In addition to the control file syntax described <qref
2620           id="controlsyntax">above</qref>, this file may also contain
2621           comment lines starting with <tt>#</tt> without any preceding
2622           whitespace.  All such lines are ignored, even in the middle of
2623           continuation lines for a multiline field, and do not end a
2624           multiline field.
2625         </p>
2626
2627       </sect>
2628
2629       <sect id="binarycontrolfiles">
2630         <heading>Binary package control files -- <file>DEBIAN/control</file></heading>
2631
2632         <p>
2633           The <file>DEBIAN/control</file> file contains the most vital
2634           (and version-dependent) information about a binary package.  It
2635           consists of a single paragraph.
2636         </p>
2637
2638         <p>
2639           The fields in this file are:
2640
2641           <list compact="compact">
2642             <item><qref id="f-Package"><tt>Package</tt></qref> (mandatory)</item>
2643             <item><qref id="f-Source"><tt>Source</tt></qref></item>
2644             <item><qref id="f-Version"><tt>Version</tt></qref> (mandatory)</item>
2645             <item><qref id="f-Section"><tt>Section</tt></qref> (recommended)</item>
2646             <item><qref id="f-Priority"><tt>Priority</tt></qref> (recommended)</item>
2647             <item><qref id="f-Architecture"><tt>Architecture</tt></qref> (mandatory)</item>
2648             <item><qref id="f-Essential"><tt>Essential</tt></qref></item>
2649             <item><qref id="binarydeps"><tt>Depends</tt> et al</qref></item>
2650             <item><qref id="f-Installed-Size"><tt>Installed-Size</tt></qref></item>
2651             <item><qref id="f-Maintainer"><tt>Maintainer</tt></qref> (mandatory)</item>
2652             <item><qref id="f-Description"><tt>Description</tt></qref> (mandatory)</item>
2653             <item><qref id="f-Homepage"><tt>Homepage</tt></qref></item>
2654           </list>
2655         </p>
2656       </sect>
2657
2658       <sect id="debiansourcecontrolfiles">
2659         <heading>Debian source control files -- <tt>.dsc</tt></heading>
2660
2661         <p>
2662           This file consists of a single paragraph, possibly surrounded by
2663           a PGP signature. The fields of that paragraph are listed below.
2664           Their syntax is described above, in <ref id="pkg-controlfields">.
2665
2666         <list compact="compact">
2667           <item><qref id="f-Format"><tt>Format</tt></qref> (mandatory)</item>
2668           <item><qref id="f-Source"><tt>Source</tt></qref> (mandatory)</item>
2669           <item><qref id="f-Binary"><tt>Binary</tt></qref></item>
2670           <item><qref id="f-Architecture"><tt>Architecture</tt></qref></item>
2671           <item><qref id="f-Version"><tt>Version</tt></qref> (mandatory)</item>
2672           <item><qref id="f-Maintainer"><tt>Maintainer</tt></qref> (mandatory)</item>
2673           <item><qref id="f-Uploaders"><tt>Uploaders</tt></qref></item>
2674           <item><qref id="f-DM-Upload-Allowed"><tt>DM-Upload-Allowed</tt></qref></item>
2675           <item><qref id="f-Homepage"><tt>Homepage</tt></qref></item>
2676           <item><qref id="f-Standards-Version"><tt>Standards-Version</tt></qref> (recommended)</item>
2677           <item><qref id="sourcebinarydeps"><tt>Build-Depends</tt> et al</qref></item>
2678           <item><qref id="f-Checksums"><tt>Checksums-Sha1</tt>
2679               and <tt>Checksums-Sha256</tt></qref> (recommended)</item>
2680           <item><qref id="f-Files"><tt>Files</tt></qref> (mandatory)</item>
2681         </list>
2682         </p>
2683
2684         <p>
2685           The source package control file is generated by
2686           <prgn>dpkg-source</prgn> when it builds the source
2687           archive, from other files in the source package,
2688           described above.  When unpacking, it is checked against
2689           the files and directories in the other parts of the
2690           source package.
2691         </p>
2692
2693       </sect>
2694
2695       <sect id="debianchangesfiles">
2696         <heading>Debian changes files -- <file>.changes</file></heading>
2697
2698         <p>
2699           The <file>.changes</file> files are used by the Debian archive
2700           maintenance software to process updates to packages. They
2701           consist of a single paragraph, possibly surrounded by a PGP
2702           signature. That paragraph contains information from the
2703           <file>debian/control</file> file and other data about the
2704           source package gathered via <file>debian/changelog</file>
2705           and <file>debian/rules</file>.
2706         </p>
2707
2708         <p>
2709           <file>.changes</file> files have a format version that is
2710           incremented whenever the documented fields or their meaning
2711           change.  This document describes format &changesversion;.
2712         </p>
2713
2714         <p>
2715           The fields in this file are:
2716
2717           <list compact="compact">
2718             <item><qref id="f-Format"><tt>Format</tt></qref> (mandatory)</item>
2719             <item><qref id="f-Date"><tt>Date</tt></qref> (mandatory)</item>
2720             <item><qref id="f-Source"><tt>Source</tt></qref> (mandatory)</item>
2721             <item><qref id="f-Binary"><tt>Binary</tt></qref> (mandatory)</item>
2722             <item><qref id="f-Architecture"><tt>Architecture</tt></qref> (mandatory)</item>
2723             <item><qref id="f-Version"><tt>Version</tt></qref> (mandatory)</item>
2724             <item><qref id="f-Distribution"><tt>Distribution</tt></qref> (mandatory)</item>
2725             <item><qref id="f-Urgency"><tt>Urgency</tt></qref> (recommended)</item>
2726             <item><qref id="f-Maintainer"><tt>Maintainer</tt></qref> (mandatory)</item>
2727             <item><qref id="f-Changed-By"><tt>Changed-By</tt></qref></item>
2728             <item><qref id="f-Description"><tt>Description</tt></qref> (mandatory)</item>
2729             <item><qref id="f-Closes"><tt>Closes</tt></qref></item>
2730             <item><qref id="f-Changes"><tt>Changes</tt></qref> (mandatory)</item>
2731             <item><qref id="f-Checksums"><tt>Checksums-Sha1</tt>
2732                 and <tt>Checksums-Sha256</tt></qref> (recommended)</item>
2733             <item><qref id="f-Files"><tt>Files</tt></qref> (mandatory)</item>
2734           </list>
2735         </p>
2736       </sect>
2737
2738       <sect id="controlfieldslist">
2739         <heading>List of fields</heading>
2740
2741         <sect1 id="f-Source">
2742           <heading><tt>Source</tt></heading>
2743
2744           <p>
2745             This field identifies the source package name.
2746           </p>
2747
2748           <p>
2749             In <file>debian/control</file> or a <file>.dsc</file> file,
2750             this field must contain only the name of the source package.
2751           </p>
2752
2753           <p>
2754             In a binary package control file or a <file>.changes</file>
2755             file, the source package name may be followed by a version
2756             number in parentheses<footnote>
2757                 It is customary to leave a space after the package name
2758                 if a version number is specified.
2759             </footnote>.
2760             This version number may be omitted (and is, by
2761             <prgn>dpkg-gencontrol</prgn>) if it has the same value as
2762             the <tt>Version</tt> field of the binary package in
2763             question.  The field itself may be omitted from a binary
2764             package control file when the source package has the same
2765             name and version as the binary package.
2766           </p>
2767
2768           <p>
2769             Package names (both source and binary,
2770             see <ref id="f-Package">) must consist only of lower case
2771             letters (<tt>a-z</tt>), digits (<tt>0-9</tt>), plus
2772             (<tt>+</tt>) and minus (<tt>-</tt>) signs, and periods
2773             (<tt>.</tt>).  They must be at least two characters long and
2774             must start with an alphanumeric character.
2775           </p>
2776         </sect1>
2777
2778         <sect1 id="f-Maintainer">
2779           <heading><tt>Maintainer</tt></heading>
2780
2781           <p>
2782             The package maintainer's name and email address.  The name
2783             must come first, then the email address inside angle
2784             brackets <tt>&lt;&gt;</tt> (in RFC822 format).
2785           </p>
2786
2787           <p>
2788             If the maintainer's name contains a full stop then the
2789             whole field will not work directly as an email address due
2790             to a misfeature in the syntax specified in RFC822; a
2791             program using this field as an address must check for this
2792             and correct the problem if necessary (for example by
2793             putting the name in round brackets and moving it to the
2794             end, and bringing the email address forward).
2795           </p>
2796
2797           <p>
2798             See <ref id="maintainer"> for additional requirements and
2799             information about package maintainers.
2800           </p>
2801         </sect1>
2802
2803         <sect1 id="f-Uploaders">
2804           <heading><tt>Uploaders</tt></heading>
2805
2806           <p>
2807             List of the names and email addresses of co-maintainers of the
2808             package, if any. If the package has other maintainers besides
2809             the one named in the <qref id="f-Maintainer">Maintainer
2810             field</qref>, their names and email addresses should be listed
2811             here. The format of each entry is the same as that of the
2812             Maintainer field, and multiple entries must be comma
2813             separated.
2814           </p>
2815
2816           <p>
2817             This is normally an optional field, but if
2818             the <tt>Maintainer</tt> control field names a group of people
2819             and a shared email address, the <tt>Uploaders</tt> field must
2820             be present and must contain at least one human with their
2821             personal email address.
2822           </p>
2823
2824           <p>
2825             Any parser that interprets the Uploaders field in
2826             <file>debian/control</file> must permit it to span multiple
2827             lines.  Line breaks in an Uploaders field that spans multiple
2828             lines are not significant and the semantics of the field are
2829             the same as if the line breaks had not been present.
2830           </p>
2831         </sect1>
2832
2833         <sect1 id="f-Changed-By">
2834           <heading><tt>Changed-By</tt></heading>
2835
2836           <p>
2837             The name and email address of the person who prepared this
2838             version of the package, usually a maintainer.  The syntax is
2839             the same as for the <qref id="f-Maintainer">Maintainer
2840             field</qref>.
2841           </p>
2842         </sect1>
2843
2844         <sect1 id="f-Section">
2845           <heading><tt>Section</tt></heading>
2846
2847           <p>
2848             This field specifies an application area into which the package
2849             has been classified. See <ref id="subsections">.
2850           </p>
2851
2852           <p>
2853             When it appears in the <file>debian/control</file> file,
2854             it gives the value for the subfield of the same name in
2855             the <tt>Files</tt> field of the <file>.changes</file> file.
2856             It also gives the default for the same field in the binary
2857             packages.
2858           </p>
2859         </sect1>
2860
2861         <sect1 id="f-Priority">
2862           <heading><tt>Priority</tt></heading>
2863
2864           <p>
2865             This field represents how important it is that the user
2866             have the package installed. See <ref id="priorities">.
2867           </p>
2868
2869           <p>
2870             When it appears in the <file>debian/control</file> file,
2871             it gives the value for the subfield of the same name in
2872             the <tt>Files</tt> field of the <file>.changes</file> file.
2873             It also gives the default for the same field in the binary
2874             packages.
2875           </p>
2876         </sect1>
2877
2878         <sect1 id="f-Package">
2879           <heading><tt>Package</tt></heading>
2880
2881           <p>
2882             The name of the binary package.
2883           </p>
2884
2885           <p>
2886             Binary package names must follow the same syntax and
2887             restrictions as source package names.  See <ref id="f-Source">
2888             for the details.
2889           </p>
2890         </sect1>
2891
2892         <sect1 id="f-Architecture">
2893           <heading><tt>Architecture</tt></heading>
2894
2895           <p>
2896             Depending on context and the control file used, the
2897             <tt>Architecture</tt> field can include the following sets of
2898             values:
2899             <list>
2900                 <item>
2901                   A unique single word identifying a Debian machine
2902                   architecture as described in <ref id="arch-spec">.
2903                 </item>
2904                 <item>
2905                   An architecture wildcard identifying a set of Debian
2906                   machine architectures, see <ref id="arch-wildcard-spec">.
2907                   <tt>any</tt> matches all Debian machine architectures
2908                   and is the most frequently used.
2909                 </item>
2910                 <item>
2911                   <tt>all</tt>, which indicates an
2912                   architecture-independent package.
2913                 </item>
2914                 <item>
2915                   <tt>source</tt>, which indicates a source package.
2916                 </item>
2917             </list>
2918           </p>
2919
2920           <p>
2921             In the main <file>debian/control</file> file in the source
2922             package, this field may contain the special
2923             value <tt>all</tt>, the special architecture
2924             wildcard <tt>any</tt>, or a list of specific and wildcard
2925             architectures separated by spaces.  If <tt>all</tt>
2926             or <tt>any</tt> appears, that value must be the entire
2927             contents of the field.  Most packages will use
2928             either <tt>all</tt> or <tt>any</tt>.
2929           </p>
2930
2931           <p>
2932             Specifying a specific list of architectures indicates that the
2933             source will build an architecture-dependent package only on
2934             architectures included in the list.  Specifying a list of
2935             architecture wildcards indicates that the source will build an
2936             architecture-dependent package on only those architectures
2937             that match any of the specified architecture wildcards.
2938             Specifying a list of architectures or architecture wildcards
2939             other than <tt>any</tt> is for the minority of cases where a
2940             program is not portable or is not useful on some
2941             architectures.  Where possible, the program should be made
2942             portable instead.
2943           </p>
2944
2945           <p>
2946             In the source package control file <file>.dsc</file>, this
2947             field may contain either the architecture
2948             wildcard <tt>any</tt> or a list of architectures and
2949             architecture wildcards separated by spaces. If a list is
2950             given, it may include (or consist solely of) the special
2951             value <tt>all</tt>.  In other words, in <file>.dsc</file>
2952             files unlike the <file>debian/control</file>, <tt>all</tt> may
2953             occur in combination with specific architectures.
2954             The <tt>Architecture</tt> field in the source package control
2955             file <file>.dsc</file> is generally constructed from
2956             the <tt>Architecture</tt> fields in
2957             the <file>debian/control</file> in the source package.
2958           </p>
2959
2960           <p>
2961             Specifying <tt>any</tt> indicates that the source package
2962             isn't dependent on any particular architecture and should
2963             compile fine on any one. The produced binary package(s)
2964             will either be specific to whatever the current build
2965             architecture is or will be architecture-independent.
2966           </p>
2967
2968           <p>
2969             Specifying only <tt>all</tt> indicates that the source package
2970             will only build architecture-independent packages.  If this is
2971             the case, <tt>all</tt> must be used rather than <tt>any</tt>;
2972             <tt>any</tt> implies that the source package will build at
2973             least one architecture-dependent package.
2974           </p>
2975
2976           <p>
2977             Specifying a list of architectures or architecture wildcards
2978             indicates that the source will build an architecture-dependent
2979             package, and will only work correctly on the listed or
2980             matching architectures.  If the source package also builds at
2981             least one architecture-independent package, <tt>all</tt> will
2982             also be included in the list.
2983           </p>
2984
2985           <p>
2986             In a <file>.changes</file> file, the <tt>Architecture</tt>
2987             field lists the architecture(s) of the package(s) currently
2988             being uploaded.  This will be a list; if the source for the
2989             package is also being uploaded, the special
2990             entry <tt>source</tt> is also present.  <tt>all</tt> will be
2991             present if any architecture-independent packages are being
2992             uploaded.  Architecture wildcards such as <tt>any</tt> must
2993             never occur in the <tt>Architecture</tt> field in
2994             the <file>.changes</file> file.
2995           </p>
2996
2997           <p>
2998             See <ref id="debianrules"> for information on how to get
2999             the architecture for the build process.
3000           </p>
3001         </sect1>
3002
3003         <sect1 id="f-Essential">
3004           <heading><tt>Essential</tt></heading>
3005
3006           <p>
3007             This is a boolean field which may occur only in the
3008             control file of a binary package or in a per-package fields
3009             paragraph of a main source control data file.
3010           </p>
3011
3012           <p>
3013             If set to <tt>yes</tt> then the package management system
3014             will refuse to remove the package (upgrading and replacing
3015             it is still possible). The other possible value is <tt>no</tt>,
3016             which is the same as not having the field at all.
3017           </p>
3018         </sect1>
3019
3020         <sect1>
3021           <heading>Package interrelationship fields:
3022             <tt>Depends</tt>, <tt>Pre-Depends</tt>,
3023             <tt>Recommends</tt>, <tt>Suggests</tt>,
3024             <tt>Breaks</tt>, <tt>Conflicts</tt>,
3025             <tt>Provides</tt>, <tt>Replaces</tt>, <tt>Enhances</tt>
3026           </heading>
3027
3028           <p>
3029             These fields describe the package's relationships with
3030             other packages.  Their syntax and semantics are described
3031             in <ref id="relationships">.</p>
3032         </sect1>
3033
3034         <sect1 id="f-Standards-Version">
3035           <heading><tt>Standards-Version</tt></heading>
3036
3037           <p>
3038             The most recent version of the standards (the policy
3039             manual and associated texts) with which the package
3040             complies.
3041           </p>
3042
3043           <p>
3044             The version number has four components: major and minor
3045             version number and major and minor patch level.  When the
3046             standards change in a way that requires every package to
3047             change the major number will be changed.  Significant
3048             changes that will require work in many packages will be
3049             signaled by a change to the minor number.  The major patch
3050             level will be changed for any change to the meaning of the
3051             standards, however small; the minor patch level will be
3052             changed when only cosmetic, typographical or other edits
3053             are made which neither change the meaning of the document
3054             nor affect the contents of packages.
3055           </p>
3056
3057           <p>
3058             Thus only the first three components of the policy version
3059             are significant in the <em>Standards-Version</em> control
3060             field, and so either these three components or all four
3061             components may be specified.<footnote>
3062                 In the past, people specified the full version number
3063                 in the Standards-Version field, for example "2.3.0.0".
3064                 Since minor patch-level changes don't introduce new
3065                 policy, it was thought it would be better to relax
3066                 policy and only require the first 3 components to be
3067                 specified, in this example "2.3.0".  All four
3068                 components may still be used if someone wishes to do so.
3069             </footnote>
3070           </p>
3071
3072         </sect1>
3073
3074         <sect1 id="f-Version">
3075           <heading><tt>Version</tt></heading>
3076
3077           <p>
3078             The version number of a package. The format is:
3079             [<var>epoch</var><tt>:</tt>]<var>upstream_version</var>[<tt>-</tt><var>debian_revision</var>]
3080           </p>
3081
3082           <p>
3083             The three components here are:
3084             <taglist>
3085               <tag><var>epoch</var></tag>
3086               <item>
3087                 <p>
3088                   This is a single (generally small) unsigned integer.  It
3089                   may be omitted, in which case zero is assumed.  If it is
3090                   omitted then the <var>upstream_version</var> may not
3091                   contain any colons.
3092                 </p>
3093
3094                 <p>
3095                   It is provided to allow mistakes in the version numbers
3096                   of older versions of a package, and also a package's
3097                   previous version numbering schemes, to be left behind.
3098                 </p>
3099               </item>
3100
3101               <tag><var>upstream_version</var></tag>
3102               <item>
3103                 <p>
3104                   This is the main part of the version number.  It is
3105                   usually the version number of the original ("upstream")
3106                   package from which the <file>.deb</file> file has been made,
3107                   if this is applicable.  Usually this will be in the same
3108                   format as that specified by the upstream author(s);
3109                   however, it may need to be reformatted to fit into the
3110                   package management system's format and comparison
3111                   scheme.
3112                 </p>
3113
3114                 <p>
3115                   The comparison behavior of the package management system
3116                   with respect to the <var>upstream_version</var> is
3117                   described below.  The <var>upstream_version</var>
3118                   portion of the version number is mandatory.
3119                 </p>
3120
3121                 <p>
3122                   The <var>upstream_version</var> may contain only
3123                   alphanumerics<footnote>
3124                         Alphanumerics are <tt>A-Za-z0-9</tt> only.
3125                   </footnote>
3126                   and the characters <tt>.</tt> <tt>+</tt> <tt>-</tt>
3127                   <tt>:</tt> <tt>~</tt> (full stop, plus, hyphen, colon,
3128                   tilde) and should start with a digit.  If there is no
3129                   <var>debian_revision</var> then hyphens are not allowed;
3130                   if there is no <var>epoch</var> then colons are not
3131                   allowed.
3132                 </p>
3133               </item>
3134
3135               <tag><var>debian_revision</var></tag>
3136               <item>
3137                 <p>
3138                   This part of the version number specifies the version of
3139                   the Debian package based on the upstream version.  It
3140                   may contain only alphanumerics and the characters
3141                   <tt>+</tt> <tt>.</tt> <tt>~</tt> (plus, full stop,
3142                   tilde) and is compared in the same way as the
3143                   <var>upstream_version</var> is.
3144                 </p>
3145
3146                 <p>
3147                   It is optional; if it isn't present then the
3148                   <var>upstream_version</var> may not contain a hyphen.
3149                   This format represents the case where a piece of
3150                   software was written specifically to be a Debian
3151                   package, where the Debian package source must always
3152                   be identical to the pristine source and therefore no
3153                   revision indication is required.
3154                 </p>
3155
3156                 <p>
3157                   It is conventional to restart the
3158                   <var>debian_revision</var> at <tt>1</tt> each time the
3159                   <var>upstream_version</var> is increased.
3160                 </p>
3161
3162                 <p>
3163                   The package management system will break the version
3164                   number apart at the last hyphen in the string (if there
3165                   is one) to determine the <var>upstream_version</var> and
3166                   <var>debian_revision</var>.  The absence of a
3167                   <var>debian_revision</var> is equivalent to a
3168                   <var>debian_revision</var> of <tt>0</tt>.
3169                 </p>
3170               </item>
3171             </taglist>
3172           </p>
3173
3174           <p>
3175             When comparing two version numbers, first the <var>epoch</var>
3176             of each are compared, then the <var>upstream_version</var> if
3177             <var>epoch</var> is equal, and then <var>debian_revision</var>
3178             if <var>upstream_version</var> is also equal.
3179             <var>epoch</var> is compared numerically.  The
3180             <var>upstream_version</var> and <var>debian_revision</var>
3181             parts are compared by the package management system using the
3182             following algorithm:
3183           </p>
3184
3185           <p>
3186             The strings are compared from left to right.
3187           </p>
3188
3189           <p>
3190             First the initial part of each string consisting entirely of
3191             non-digit characters is determined.  These two parts (one of
3192             which may be empty) are compared lexically.  If a difference
3193             is found it is returned.  The lexical comparison is a
3194             comparison of ASCII values modified so that all the letters
3195             sort earlier than all the non-letters and so that a tilde
3196             sorts before anything, even the end of a part.  For example,
3197             the following parts are in sorted order from earliest to
3198             latest: <tt>~~</tt>, <tt>~~a</tt>, <tt>~</tt>, the empty part,
3199             <tt>a</tt>.<footnote>
3200               One common use of <tt>~</tt> is for upstream pre-releases.
3201               For example, <tt>1.0~beta1~svn1245</tt> sorts earlier than
3202               <tt>1.0~beta1</tt>, which sorts earlier than <tt>1.0</tt>.
3203             </footnote>
3204           </p>
3205
3206           <p>
3207             Then the initial part of the remainder of each string which
3208             consists entirely of digit characters is determined.  The
3209             numerical values of these two parts are compared, and any
3210             difference found is returned as the result of the comparison.
3211             For these purposes an empty string (which can only occur at
3212             the end of one or both version strings being compared) counts
3213             as zero.
3214           </p>
3215
3216           <p>
3217             These two steps (comparing and removing initial non-digit
3218             strings and initial digit strings) are repeated until a
3219             difference is found or both strings are exhausted.
3220           </p>
3221
3222           <p>
3223             Note that the purpose of epochs is to allow us to leave behind
3224             mistakes in version numbering, and to cope with situations
3225             where the version numbering scheme changes.  It is
3226             <em>not</em> intended to cope with version numbers containing
3227             strings of letters which the package management system cannot
3228             interpret (such as <tt>ALPHA</tt> or <tt>pre-</tt>), or with
3229             silly orderings.<footnote>
3230               The author of this manual has heard of a package whose
3231               versions went <tt>1.1</tt>, <tt>1.2</tt>, <tt>1.3</tt>,
3232               <tt>1</tt>, <tt>2.1</tt>, <tt>2.2</tt>, <tt>2</tt> and so
3233               forth.
3234             </footnote>
3235           </p>
3236         </sect1>
3237
3238         <sect1 id="f-Description">
3239           <heading><tt>Description</tt></heading>
3240
3241           <p>
3242             In a source or binary control file, the <tt>Description</tt>
3243             field contains a description of the binary package, consisting
3244             of two parts, the synopsis or the short description, and the
3245             long description. The field's format is as follows:
3246           </p>
3247
3248           <p>
3249 <example>
3250         Description: &lt;single line synopsis&gt;
3251          &lt;extended description over several lines&gt;
3252 </example>
3253           </p>
3254
3255           <p>
3256             The lines in the extended description can have these formats:
3257           </p>
3258
3259           <p><list>
3260
3261             <item>
3262               Those starting with a single space are part of a paragraph.
3263               Successive lines of this form will be word-wrapped when
3264               displayed. The leading space will usually be stripped off.
3265             </item>
3266
3267             <item>
3268               Those starting with two or more spaces. These will be
3269               displayed verbatim. If the display cannot be panned
3270               horizontally, the displaying program will line wrap them "hard"
3271               (i.e., without taking account of word breaks). If it can they
3272               will be allowed to trail off to the right. None, one or two
3273               initial spaces may be deleted, but the number of spaces
3274               deleted from each line will be the same (so that you can have
3275               indenting work correctly, for example).
3276             </item>
3277
3278             <item>
3279               Those containing a single space followed by a single full stop
3280               character. These are rendered as blank lines. This is the
3281               <em>only</em> way to get a blank line<footnote>
3282                 Completely empty lines will not be rendered as blank lines.
3283                 Instead, they will cause the parser to think you're starting
3284                 a whole new record in the control file, and will therefore
3285                 likely abort with an error.
3286               </footnote>.
3287             </item>
3288
3289             <item>
3290               Those containing a space, a full stop and some more characters.
3291               These are for future expansion. Do not use them.
3292             </item>
3293
3294           </list></p>
3295
3296           <p>
3297             Do not use tab characters.  Their effect is not predictable.
3298           </p>
3299
3300           <p>
3301             See <ref id="descriptions"> for further information on this.
3302           </p>
3303
3304           <p>
3305             In a <file>.changes</file> file, the <tt>Description</tt>
3306             field contains a summary of the descriptions for the packages
3307             being uploaded.  For this case, the first line of the field
3308             value (the part on the same line as <tt>Description:</tt>) is
3309             always empty.  The content of the field is expressed as
3310             continuation lines, one line per package.  Each line is
3311             indented by one space and contains the name of a binary
3312             package, a space, a hyphen (<tt>-</tt>), a space, and the
3313             short description line from that package.
3314           </p>
3315         </sect1>
3316
3317         <sect1 id="f-Distribution">
3318           <heading><tt>Distribution</tt></heading>
3319
3320           <p>
3321             In a <file>.changes</file> file or parsed changelog output
3322             this contains the (space-separated) name(s) of the
3323             distribution(s) where this version of the package should
3324             be installed.  Valid distributions are determined by the
3325             archive maintainers.<footnote>
3326               Example distribution names in the Debian archive used in
3327               <file>.changes</file> files are:
3328                 <taglist compact="compact">
3329                   <tag><em>unstable</em></tag>
3330                   <item>
3331                     This distribution value refers to the
3332                     <em>developmental</em> part of the Debian distribution
3333                     tree.  Most new packages, new upstream versions of
3334                     packages and bug fixes go into the <em>unstable</em>
3335                     directory tree.
3336                   </item>
3337
3338                   <tag><em>experimental</em></tag>
3339                   <item>
3340                     The packages with this distribution value are deemed
3341                     by their maintainers to be high risk.  Oftentimes they
3342                     represent early beta or developmental packages from
3343                     various sources that the maintainers want people to
3344                     try, but are not ready to be a part of the other parts
3345                     of the Debian distribution tree.
3346                   </item>
3347                 </taglist>
3348
3349                 <p>
3350                   Others are used for updating stable releases or for
3351                   security uploads.  More information is available in the
3352                   Debian Developer's Reference, section "The Debian
3353                   archive".
3354                 </p>
3355             </footnote>
3356             The Debian archive software only supports listing a single
3357             distribution.  Migration of packages to other distributions is
3358             handled outside of the upload process.
3359           </p>
3360         </sect1>
3361
3362         <sect1 id="f-Date">
3363           <heading><tt>Date</tt></heading>
3364
3365           <p>
3366             This field includes the date the package was built or last
3367             edited.  It must be in the same format as the <var>date</var>
3368             in a <file>debian/changelog</file> entry.
3369           </p>
3370
3371           <p>
3372             The value of this field is usually extracted from the
3373             <file>debian/changelog</file> file - see
3374             <ref id="dpkgchangelog">).
3375           </p>
3376         </sect1>
3377
3378         <sect1 id="f-Format">
3379           <heading><tt>Format</tt></heading>
3380
3381           <p>
3382             In <qref id="debianchangesfiles"><file>.changes</file></qref>
3383             files, this field declares the format version of that file.
3384             The syntax of the field value is the same as that of
3385             a <qref id="f-Version">package version number</qref> except
3386             that no epoch or Debian revision is allowed.  The format
3387             described in this document is <tt>&changesversion;</tt>.
3388           </p>
3389
3390           <p>
3391             In <qref id="debiansourcecontrolfiles"><file>.dsc</file>
3392             Debian source control</qref> files, this field declares the
3393             format of the source package.  The field value is used by
3394             programs acting on a source package to interpret the list of
3395             files in the source package and determine how to unpack it.
3396             The syntax of the field value is a numeric major revision, a
3397             period, a numeric minor revision, and then an optional subtype
3398             after whitespace, which if specified is an alphanumeric word
3399             in parentheses.  The subtype is optional in the syntax but may
3400             be mandatory for particular source format revisions.
3401             <footnote>
3402               The source formats currently supported by the Debian archive
3403               software are <tt>1.0</tt>, <tt>3.0 (native)</tt>,
3404               and <tt>3.0 (quilt)</tt>.
3405             </footnote>
3406           </p>
3407         </sect1>
3408
3409         <sect1 id="f-Urgency">
3410           <heading><tt>Urgency</tt></heading>
3411
3412           <p>
3413             This is a description of how important it is to upgrade to
3414             this version from previous ones.  It consists of a single
3415             keyword taking one of the values <tt>low</tt>,
3416             <tt>medium</tt>, <tt>high</tt>, <tt>emergency</tt>, or
3417             <tt>critical</tt><footnote>
3418               Other urgency values are supported with configuration
3419               changes in the archive software but are not used in Debian.
3420               The urgency affects how quickly a package will be considered
3421               for inclusion into the <tt>testing</tt> distribution and
3422               gives an indication of the importance of any fixes included
3423               in the upload.  <tt>Emergency</tt> and <tt>critical</tt> are
3424               treated as synonymous.
3425             </footnote> (not case-sensitive) followed by an optional
3426             commentary (separated by a space) which is usually in
3427             parentheses.  For example:
3428
3429             <example>
3430   Urgency: low (HIGH for users of diversions)
3431             </example>
3432
3433           </p>
3434
3435           <p>
3436             The value of this field is usually extracted from the
3437             <file>debian/changelog</file> file - see
3438             <ref id="dpkgchangelog">.
3439           </p>
3440         </sect1>
3441
3442         <sect1 id="f-Changes">
3443           <heading><tt>Changes</tt></heading>
3444
3445           <p>
3446             This field contains the human-readable changes data, describing
3447             the differences between the last version and the current one.
3448           </p>
3449
3450           <p>
3451             The first line of the field value (the part on the same line
3452             as <tt>Changes:</tt>) is always empty.  The content of the
3453             field is expressed as continuation lines, with each line
3454             indented by at least one space.  Blank lines must be
3455             represented by a line consisting only of a space and a full
3456             stop (<tt>.</tt>).
3457           </p>
3458
3459           <p>
3460             The value of this field is usually extracted from the
3461             <file>debian/changelog</file> file - see
3462             <ref id="dpkgchangelog">).
3463           </p>
3464
3465           <p>
3466             Each version's change information should be preceded by a
3467             "title" line giving at least the version, distribution(s)
3468             and urgency, in a human-readable way.
3469           </p>
3470
3471           <p>
3472             If data from several versions is being returned the entry
3473             for the most recent version should be returned first, and
3474             entries should be separated by the representation of a
3475             blank line (the "title" line may also be followed by the
3476             representation of a blank line).
3477           </p>
3478         </sect1>
3479
3480         <sect1 id="f-Binary">
3481           <heading><tt>Binary</tt></heading>
3482
3483           <p>
3484             This field is a list of binary packages.  Its syntax and
3485             meaning varies depending on the control file in which it
3486             appears.
3487           </p>
3488
3489           <p>
3490             When it appears in the <file>.dsc</file> file, it lists binary
3491             packages which a source package can produce, separated by
3492             commas<footnote>
3493                 A space after each comma is conventional.
3494             </footnote>.  It may span multiple lines.  The source package
3495             does not necessarily produce all of these binary packages for
3496             every architecture.  The source control file doesn't contain
3497             details of which architectures are appropriate for which of
3498             the binary packages.
3499           </p>
3500
3501           <p>
3502             When it appears in a <file>.changes</file> file, it lists the
3503             names of the binary packages being uploaded, separated by
3504             whitespace (not commas).  It may span multiple lines.
3505           </p>
3506         </sect1>
3507
3508         <sect1 id="f-Installed-Size">
3509           <heading><tt>Installed-Size</tt></heading>
3510
3511           <p>
3512             This field appears in the control files of binary packages,
3513             and in the <file>Packages</file> files.  It gives an estimate
3514             of the total amount of disk space required to install the
3515             named package.  Actual installed size may vary based on block
3516             size, file system properties, or actions taken by package
3517             maintainer scripts.
3518           </p>
3519
3520           <p>
3521             The disk space is given as the integer value of the estimated
3522             installed size in bytes, divided by 1024 and rounded up.
3523           </p>
3524         </sect1>
3525
3526         <sect1 id="f-Files">
3527           <heading><tt>Files</tt></heading>
3528
3529           <p>
3530             This field contains a list of files with information about
3531             each one.  The exact information and syntax varies with
3532             the context.
3533           </p>
3534
3535           <p>
3536             In all cases, Files is a multiline field.  The first line of
3537             the field value (the part on the same line as <tt>Files:</tt>)
3538             is always empty.  The content of the field is expressed as
3539             continuation lines, one line per file.  Each line must be
3540             indented by one space and contain a number of sub-fields,
3541             separated by spaces, as described below.
3542           </p>
3543
3544           <p>
3545             In the <file>.dsc</file> file, each line contains the MD5
3546             checksum, size and filename of the tar file and (if
3547             applicable) diff file which make up the remainder of the
3548             source package<footnote>
3549               That is, the parts which are not the <tt>.dsc</tt>.
3550             </footnote>.  For example:
3551             <example>
3552 Files:
3553  c6f698f19f2a2aa07dbb9bbda90a2754 571925 example_1.2.orig.tar.gz
3554  938512f08422f3509ff36f125f5873ba 6220 example_1.2-1.diff.gz
3555             </example>
3556             The exact forms of the filenames are described
3557             in <ref id="pkg-sourcearchives">.
3558           </p>
3559
3560           <p>
3561             In the <file>.changes</file> file this contains one line per
3562             file being uploaded.  Each line contains the MD5 checksum,
3563             size, section and priority and the filename.  For example:
3564             <example>
3565 Files:
3566  4c31ab7bfc40d3cf49d7811987390357 1428 text extra example_1.2-1.dsc
3567  c6f698f19f2a2aa07dbb9bbda90a2754 571925 text extra example_1.2.orig.tar.gz
3568  938512f08422f3509ff36f125f5873ba 6220 text extra example_1.2-1.diff.gz
3569  7c98fe853b3bbb47a00e5cd129b6cb56 703542 text extra example_1.2-1_i386.deb
3570             </example>
3571             The <qref id="f-Section">section</qref>
3572             and <qref id="f-Priority">priority</qref> are the values of
3573             the corresponding fields in the main source control file.  If
3574             no section or priority is specified then <tt>-</tt> should be
3575             used, though section and priority values must be specified for
3576             new packages to be installed properly.
3577           </p>
3578
3579           <p>
3580             The special value <tt>byhand</tt> for the section in a
3581             <tt>.changes</tt> file indicates that the file in question
3582             is not an ordinary package file and must by installed by
3583             hand by the distribution maintainers.  If the section is
3584             <tt>byhand</tt> the priority should be <tt>-</tt>.
3585           </p>
3586
3587           <p>
3588             If a new Debian revision of a package is being shipped and
3589             no new original source archive is being distributed the
3590             <tt>.dsc</tt> must still contain the <tt>Files</tt> field
3591             entry for the original source archive
3592             <file><var>package</var>_<var>upstream-version</var>.orig.tar.gz</file>,
3593             but the <file>.changes</file> file should leave it out.  In
3594             this case the original source archive on the distribution
3595             site must match exactly, byte-for-byte, the original
3596             source archive which was used to generate the
3597             <file>.dsc</file> file and diff which are being uploaded.</p>
3598         </sect1>
3599
3600         <sect1 id="f-Closes">
3601           <heading><tt>Closes</tt></heading>
3602
3603           <p>
3604             A space-separated list of bug report numbers that the upload
3605             governed by the .changes file closes.
3606           </p>
3607         </sect1>
3608
3609         <sect1 id="f-Homepage">
3610           <heading><tt>Homepage</tt></heading>
3611
3612           <p>
3613             The URL of the web site for this package, preferably (when
3614             applicable) the site from which the original source can be
3615             obtained and any additional upstream documentation or
3616             information may be found.  The content of this field is a
3617             simple URL without any surrounding characters such as
3618             <tt>&lt;&gt;</tt>.
3619           </p>
3620         </sect1>
3621
3622         <sect1 id="f-Checksums">
3623           <heading><tt>Checksums-Sha1</tt>
3624             and <tt>Checksums-Sha256</tt></heading>
3625
3626           <p>
3627             These fields contain a list of files with a checksum and size
3628             for each one.  Both <tt>Checksums-Sha1</tt>
3629             and <tt>Checksums-Sha256</tt> have the same syntax and differ
3630             only in the checksum algorithm used: SHA-1
3631             for <tt>Checksums-Sha1</tt> and SHA-256
3632             for <tt>Checksums-Sha256</tt>.
3633           </p>
3634
3635           <p>
3636             <tt>Checksums-Sha1</tt> and <tt>Checksums-Sha256</tt> are
3637             multiline fields.  The first line of the field value (the part
3638             on the same line as <tt>Checksums-Sha1:</tt>
3639             or <tt>Checksums-Sha256:</tt>) is always empty.  The content
3640             of the field is expressed as continuation lines, one line per
3641             file.  Each line consists of the checksum, a space, the file
3642             size, a space, and the file name.  For example (from
3643             a <file>.changes</file> file):
3644             <example>
3645 Checksums-Sha1:
3646  1f418afaa01464e63cc1ee8a66a05f0848bd155c 1276 example_1.0-1.dsc
3647  a0ed1456fad61116f868b1855530dbe948e20f06 171602 example_1.0.orig.tar.gz
3648  5e86ecf0671e113b63388dac81dd8d00e00ef298 6137 example_1.0-1.debian.tar.gz
3649  71a0ff7da0faaf608481195f9cf30974b142c183 548402 example_1.0-1_i386.deb
3650 Checksums-Sha256:
3651  ac9d57254f7e835bed299926fd51bf6f534597cc3fcc52db01c4bffedae81272 1276 example_1.0-1.dsc
3652  0d123be7f51e61c4bf15e5c492b484054be7e90f3081608a5517007bfb1fd128 171602 example_1.0.orig.tar.gz
3653  f54ae966a5f580571ae7d9ef5e1df0bd42d63e27cb505b27957351a495bc6288 6137 example_1.0-1.debian.tar.gz
3654  3bec05c03974fdecd11d020fc2e8250de8404867a8a2ce865160c250eb723664 548402 example_1.0-1_i386.deb
3655             </example>
3656           </p>
3657
3658           <p>
3659             In the <file>.dsc</file> file, these fields should list all
3660             files that make up the source package.  In
3661             the <file>.changes</file> file, these fields should list all
3662             files being uploaded.  The list of files in these fields
3663             must match the list of files in the <tt>Files</tt> field.
3664           </p>
3665         </sect1>
3666
3667         <sect1 id="f-DM-Upload-Allowed">
3668           <heading><tt>DM-Upload-Allowed</tt></heading>
3669
3670           <p>
3671             The most recent version of a package uploaded to unstable or
3672             experimental must include the field <tt>DM-Upload-Allowed:
3673             yes</tt> in the source section of its source control file for
3674             the Debian archive to accept uploads signed with a key in the
3675             Debian Maintainer keyring.  See the General
3676             Resolution <url id="http://www.debian.org/vote/2007/vote_003"
3677             name="Endorse the concept of Debian Maintainers"> for more
3678             details.
3679           </p>
3680         </sect1>
3681       </sect>
3682
3683       <sect>
3684         <heading>User-defined fields</heading>
3685
3686         <p>
3687           Additional user-defined fields may be added to the
3688           source package control file.  Such fields will be
3689           ignored, and not copied to (for example) binary or
3690           source package control files or upload control files.
3691         </p>
3692
3693         <p>
3694           If you wish to add additional unsupported fields to
3695           these output files you should use the mechanism
3696           described here.
3697         </p>
3698
3699         <p>
3700           Fields in the main source control information file with
3701           names starting <tt>X</tt>, followed by one or more of
3702           the letters <tt>BCS</tt> and a hyphen <tt>-</tt>, will
3703           be copied to the output files.  Only the part of the
3704           field name after the hyphen will be used in the output
3705           file.  Where the letter <tt>B</tt> is used the field
3706           will appear in binary package control files, where the
3707           letter <tt>S</tt> is used in source package control
3708           files and where <tt>C</tt> is used in upload control
3709           (<tt>.changes</tt>) files.
3710         </p>
3711
3712         <p>
3713           For example, if the main source information control file
3714           contains the field
3715           <example>
3716   XBS-Comment: I stand between the candle and the star.
3717           </example>
3718           then the binary and source package control files will contain the
3719           field
3720           <example>
3721   Comment: I stand between the candle and the star.
3722           </example>
3723         </p>
3724
3725       </sect>
3726
3727     </chapt>
3728
3729
3730     <chapt id="maintainerscripts">
3731       <heading>Package maintainer scripts and installation procedure</heading>
3732
3733       <sect>
3734         <heading>Introduction to package maintainer scripts</heading>
3735
3736         <p>
3737           It is possible to supply scripts as part of a package which
3738           the package management system will run for you when your
3739           package is installed, upgraded or removed.
3740         </p>
3741
3742         <p>
3743           These scripts are the control information
3744           files <prgn>preinst</prgn>, <prgn>postinst</prgn>, <prgn>prerm</prgn>
3745           and <prgn>postrm</prgn>.  They must be proper executable files;
3746           if they are scripts (which is recommended), they must start with
3747           the usual <tt>#!</tt> convention.  They should be readable and
3748           executable by anyone, and must not be world-writable.
3749         </p>
3750
3751         <p>
3752           The package management system looks at the exit status from
3753           these scripts.  It is important that they exit with a
3754           non-zero status if there is an error, so that the package
3755           management system can stop its processing.  For shell
3756           scripts this means that you <em>almost always</em> need to
3757           use <tt>set -e</tt> (this is usually true when writing shell
3758           scripts, in fact).  It is also important, of course, that
3759           they exit with a zero status if everything went well.
3760         </p>
3761
3762         <p>
3763           Additionally, packages interacting with users
3764           using <prgn>debconf</prgn> in the <prgn>postinst</prgn> script
3765           should install a <prgn>config</prgn> script as a control
3766           information file.  See <ref id="maintscriptprompt"> for details.
3767         </p>
3768
3769         <p>
3770           When a package is upgraded a combination of the scripts from
3771           the old and new packages is called during the upgrade
3772           procedure.  If your scripts are going to be at all
3773           complicated you need to be aware of this, and may need to
3774           check the arguments to your scripts.
3775         </p>
3776
3777         <p>
3778           Broadly speaking the <prgn>preinst</prgn> is called before
3779           (a particular version of) a package is installed, and the
3780           <prgn>postinst</prgn> afterwards; the <prgn>prerm</prgn>
3781           before (a version of) a package is removed and the
3782           <prgn>postrm</prgn> afterwards.
3783         </p>
3784
3785         <p>
3786           Programs called from maintainer scripts should not normally
3787           have a path prepended to them. Before installation is
3788           started, the package management system checks to see if the
3789           programs <prgn>ldconfig</prgn>,
3790           <prgn>start-stop-daemon</prgn>, <prgn>install-info</prgn>,
3791           and <prgn>update-rc.d</prgn> can be found via the
3792           <tt>PATH</tt> environment variable. Those programs, and any
3793           other program that one would expect to be in the
3794           <tt>PATH</tt>, should thus be invoked without an absolute
3795           pathname. Maintainer scripts should also not reset the
3796           <tt>PATH</tt>, though they might choose to modify it by
3797           prepending or appending package-specific directories. These
3798           considerations really apply to all shell scripts.</p>
3799       </sect>
3800
3801       <sect id="idempotency">
3802         <heading>Maintainer scripts idempotency</heading>
3803
3804         <p>
3805           It is necessary for the error recovery procedures that the
3806           scripts be idempotent.  This means that if it is run
3807           successfully, and then it is called again, it doesn't bomb
3808           out or cause any harm, but just ensures that everything is
3809           the way it ought to be.  If the first call failed, or
3810           aborted half way through for some reason, the second call
3811           should merely do the things that were left undone the first
3812           time, if any, and exit with a success status if everything
3813           is OK.<footnote>
3814               This is so that if an error occurs, the user interrupts
3815               <prgn>dpkg</prgn> or some other unforeseen circumstance
3816               happens you don't leave the user with a badly-broken
3817               package when <prgn>dpkg</prgn> attempts to repeat the
3818               action.
3819           </footnote>
3820         </p>
3821       </sect>
3822
3823       <sect id="controllingterminal">
3824         <heading>Controlling terminal for maintainer scripts</heading>
3825
3826         <p>
3827           Maintainer scripts are not guaranteed to run with a controlling
3828           terminal and may not be able to interact with the user.  They
3829           must be able to fall back to noninteractive behavior if no
3830           controlling terminal is available.  Maintainer scripts that
3831           prompt via a program conforming to the Debian Configuration
3832           Management Specification (see <ref id="maintscriptprompt">) may
3833           assume that program will handle falling back to noninteractive
3834           behavior.
3835         </p>
3836
3837         <p>
3838           For high-priority prompts without a reasonable default answer,
3839           maintainer scripts may abort if there is no controlling
3840           terminal.  However, this situation should be avoided if at all
3841           possible, since it prevents automated or unattended installs.
3842           In most cases, users will consider this to be a bug in the
3843           package.
3844         </p>
3845       </sect>
3846
3847       <sect id="exitstatus">
3848         <heading>Exit status</heading>
3849
3850         <p>
3851           Each script must return a zero exit status for
3852           success, or a nonzero one for failure, since the package
3853           management system looks for the exit status of these scripts
3854           and determines what action to take next based on that datum.
3855         </p>
3856       </sect>
3857
3858       <sect id="mscriptsinstact"><heading>Summary of ways maintainer
3859           scripts are called
3860         </heading>
3861
3862         <p>
3863           <list compact="compact">
3864             <item>
3865               <var>new-preinst</var> <tt>install</tt>
3866             </item>
3867             <item>
3868               <var>new-preinst</var> <tt>install</tt> <var>old-version</var>
3869             </item>
3870             <item>
3871                 <var>new-preinst</var> <tt>upgrade</tt> <var>old-version</var>
3872             </item>
3873             <item>
3874                 <var>old-preinst</var> <tt>abort-upgrade</tt>
3875                 <var>new-version</var>
3876             </item>
3877           </list>
3878
3879         <p>
3880           <list compact="compact">
3881             <item>
3882                 <var>postinst</var> <tt>configure</tt>
3883                 <var>most-recently-configured-version</var>
3884             </item>
3885             <item>
3886                 <var>old-postinst</var> <tt>abort-upgrade</tt>
3887                 <var>new-version</var>
3888             </item>
3889             <item>
3890                 <var>conflictor's-postinst</var> <tt>abort-remove</tt>
3891                 <tt>in-favour</tt> <var>package</var>
3892                 <var>new-version</var>
3893             </item>
3894             <item>
3895                 <var>postinst</var> <tt>abort-remove</tt>
3896             </item>
3897             <item>
3898                 <var>deconfigured's-postinst</var>
3899                 <tt>abort-deconfigure</tt> <tt>in-favour</tt>
3900                 <var>failed-install-package</var> <var>version</var>
3901                 [<tt>removing</tt> <var>conflicting-package</var>
3902                 <var>version</var>]
3903             </item>
3904           </list>
3905
3906         <p>
3907           <list compact="compact">
3908             <item>
3909                 <var>prerm</var> <tt>remove</tt>
3910             </item>
3911             <item>
3912                 <var>old-prerm</var> <tt>upgrade</tt>
3913                 <var>new-version</var>
3914             </item>
3915             <item>
3916                 <var>new-prerm</var> <tt>failed-upgrade</tt>
3917                 <var>old-version</var>
3918             </item>
3919             <item>
3920                 <var>conflictor's-prerm</var> <tt>remove</tt>
3921                 <tt>in-favour</tt> <var>package</var>
3922                 <var>new-version</var>
3923             </item>
3924             <item>
3925                 <var>deconfigured's-prerm</var> <tt>deconfigure</tt>
3926                 <tt>in-favour</tt> <var>package-being-installed</var>
3927                 <var>version</var> [<tt>removing</tt>
3928                 <var>conflicting-package</var>
3929                 <var>version</var>]
3930             </item>
3931           </list>
3932
3933         <p>
3934           <list compact="compact">
3935             <item>
3936                 <var>postrm</var> <tt>remove</tt>
3937             </item>
3938             <item>
3939                 <var>postrm</var> <tt>purge</tt>
3940             </item>
3941             <item>
3942                 <var>old-postrm</var> <tt>upgrade</tt>
3943                 <var>new-version</var>
3944             </item>
3945             <item>
3946                 <var>new-postrm</var> <tt>failed-upgrade</tt>
3947                 <var>old-version</var>
3948             </item>
3949             <item>
3950                 <var>new-postrm</var> <tt>abort-install</tt>
3951             </item>
3952             <item>
3953                 <var>new-postrm</var> <tt>abort-install</tt>
3954                 <var>old-version</var>
3955             </item>
3956             <item>
3957                 <var>new-postrm</var> <tt>abort-upgrade</tt>
3958                 <var>old-version</var>
3959             </item>
3960             <item>
3961                 <var>disappearer's-postrm</var> <tt>disappear</tt>
3962                 <var>overwriter</var>
3963                 <var>overwriter-version</var>
3964             </item>
3965           </list>
3966         </p>
3967
3968
3969       <sect id="unpackphase">
3970         <heading>Details of unpack phase of installation or upgrade</heading>
3971
3972         <p>
3973           The procedure on installation/upgrade/overwrite/disappear
3974           (i.e., when running <tt>dpkg --unpack</tt>, or the unpack
3975           stage of <tt>dpkg --install</tt>) is as follows.  In each
3976           case, if a major error occurs (unless listed below) the
3977           actions are, in general, run backwards - this means that the
3978           maintainer scripts are run with different arguments in
3979           reverse order.  These are the "error unwind" calls listed
3980           below.
3981
3982           <enumlist>
3983             <item>
3984                 <enumlist>
3985                   <item>
3986                       If a version of the package is already installed, call
3987                       <example compact="compact">
3988 <var>old-prerm</var> upgrade <var>new-version</var>
3989                       </example>
3990                   </item>
3991                   <item>
3992                       If the script runs but exits with a non-zero
3993                       exit status, <prgn>dpkg</prgn> will attempt:
3994                       <example compact="compact">
3995 <var>new-prerm</var> failed-upgrade <var>old-version</var>
3996                       </example>
3997                       If this works, the upgrade continues. If this
3998                       does not work, the error unwind:
3999                       <example compact="compact">
4000 <var>old-postinst</var> abort-upgrade <var>new-version</var>
4001                       </example>
4002                       If this works, then the old-version is
4003                       "Installed", if not, the old version is in a
4004                       "Half-Configured" state.
4005                   </item>
4006                 </enumlist>
4007             </item>
4008
4009             <item>
4010                 If a "conflicting" package is being removed at the same time,
4011                 or if any package will be broken (due to <tt>Breaks</tt>):
4012                 <enumlist>
4013                   <item>
4014                       If <tt>--auto-deconfigure</tt> is
4015                       specified, call, for each package to be deconfigured
4016                       due to <tt>Breaks</tt>:
4017                       <example compact="compact">
4018 <var>deconfigured's-prerm</var> deconfigure \
4019   in-favour <var>package-being-installed</var> <var>version</var>
4020                       </example>
4021                       Error unwind:
4022                       <example compact="compact">
4023 <var>deconfigured's-postinst</var> abort-deconfigure \
4024   in-favour <var>package-being-installed-but-failed</var> <var>version</var>
4025                       </example>
4026                       The deconfigured packages are marked as
4027                       requiring configuration, so that if
4028                       <tt>--install</tt> is used they will be
4029                       configured again if possible.
4030                   </item>
4031                   <item>
4032                       If any packages depended on a conflicting
4033                       package being removed and <tt>--auto-deconfigure</tt> is
4034                       specified, call, for each such package:
4035                       <example compact="compact">
4036 <var>deconfigured's-prerm</var> deconfigure \
4037   in-favour <var>package-being-installed</var> <var>version</var> \
4038     removing <var>conflicting-package</var> <var>version</var>
4039                       </example>
4040                       Error unwind:
4041                       <example compact="compact">
4042 <var>deconfigured's-postinst</var> abort-deconfigure \
4043   in-favour <var>package-being-installed-but-failed</var> <var>version</var> \
4044     removing <var>conflicting-package</var> <var>version</var>
4045                       </example>
4046                       The deconfigured packages are marked as
4047                       requiring configuration, so that if
4048                       <tt>--install</tt> is used they will be
4049                       configured again if possible.
4050                   </item>
4051                   <item>
4052                       To prepare for removal of each conflicting package, call:
4053                       <example compact="compact">
4054 <var>conflictor's-prerm</var> remove \
4055   in-favour <var>package</var> <var>new-version</var>
4056                       </example>
4057                       Error unwind:
4058                       <example compact="compact">
4059 <var>conflictor's-postinst</var> abort-remove \
4060   in-favour <var>package</var> <var>new-version</var>
4061                       </example>
4062                   </item>
4063                 </enumlist>
4064             </item>
4065
4066             <item>
4067                 <enumlist>
4068                   <item>
4069                       If the package is being upgraded, call:
4070                       <example compact="compact">
4071 <var>new-preinst</var> upgrade <var>old-version</var>
4072                       </example>
4073                       If this fails, we call:
4074                       <example>
4075 <var>new-postrm</var> abort-upgrade <var>old-version</var>
4076                       </example>
4077                       <enumlist>
4078                         <item>
4079                           <p>
4080                             If that works, then
4081                             <example>
4082 <var>old-postinst</var> abort-upgrade <var>new-version</var>
4083                             </example>
4084                             is called. If this works, then the old version
4085                             is in an "Installed" state, or else it is left
4086                             in an "Unpacked" state.
4087                           </p>
4088                         </item>
4089                         <item>
4090                           <p>
4091                             If it fails, then the old version is left
4092                             in an "Half-Installed" state.
4093                           </p>
4094                         </item>
4095                       </enumlist>
4096                       
4097                   </item>
4098                   <item>
4099                       Otherwise, if the package had some configuration
4100                       files from a previous version installed (i.e., it
4101                       is in the "configuration files only" state):
4102                       <example compact="compact">
4103 <var>new-preinst</var> install <var>old-version</var>
4104                       </example>
4105                       Error unwind:
4106                       <example>
4107 <var>new-postrm</var> abort-install <var>old-version</var>
4108                       </example>
4109                       If this fails, the package is left in a
4110                       "Half-Installed" state, which requires a
4111                       reinstall. If it works, the packages is left in
4112                       a "Config-Files" state.
4113                   </item>
4114                   <item>
4115                       Otherwise (i.e., the package was completely purged):
4116                       <example compact="compact">
4117 <var>new-preinst</var> install
4118                       </example>
4119                       Error unwind:
4120                       <example compact="compact">
4121 <var>new-postrm</var> abort-install
4122                       </example>
4123                       If the error-unwind fails, the package is in a
4124                       "Half-Installed" phase, and requires a
4125                       reinstall. If the error unwind works, the
4126                       package is in a not installed state.
4127                   </item>
4128                 </enumlist>
4129             </item>
4130
4131             <item>
4132               <p>
4133                 The new package's files are unpacked, overwriting any
4134                 that may be on the system already, for example any
4135                 from the old version of the same package or from
4136                 another package.  Backups of the old files are kept
4137                 temporarily, and if anything goes wrong the package
4138                 management system will attempt to put them back as
4139                 part of the error unwind.
4140               </p>
4141
4142               <p>
4143                 It is an error for a package to contain files which
4144                 are on the system in another package, unless
4145                 <tt>Replaces</tt> is used (see <ref id="replaces">).
4146                 <!--
4147                 The following paragraph is not currently the case:
4148                 Currently the <tt>- - force-overwrite</tt> flag is
4149                 enabled, downgrading it to a warning, but this may not
4150                 always be the case.
4151                 -->
4152               </p>
4153
4154               <p>
4155                 It is a more serious error for a package to contain a
4156                 plain file or other kind of non-directory where another
4157                 package has a directory (again, unless
4158                 <tt>Replaces</tt> is used).  This error can be
4159                 overridden if desired using
4160                 <tt>--force-overwrite-dir</tt>, but this is not
4161                 advisable.
4162               </p>
4163
4164               <p>
4165                 Packages which overwrite each other's files produce
4166                 behavior which, though deterministic, is hard for the
4167                 system administrator to understand.  It can easily
4168                 lead to "missing" programs if, for example, a package
4169                 is installed which overwrites a file from another
4170                 package, and is then removed again.<footnote>
4171                     Part of the problem is due to what is arguably a
4172                     bug in <prgn>dpkg</prgn>.
4173                 </footnote>
4174               </p>
4175
4176               <p>
4177                 A directory will never be replaced by a symbolic link
4178                 to a directory or vice versa; instead, the existing
4179                 state (symlink or not) will be left alone and
4180                 <prgn>dpkg</prgn> will follow the symlink if there is
4181                 one.
4182               </p>
4183             </item>
4184
4185             <item>
4186               <p>
4187                 <enumlist>
4188                   <item>
4189                       If the package is being upgraded, call
4190                       <example compact="compact">
4191 <var>old-postrm</var> upgrade <var>new-version</var>
4192                       </example>
4193                   </item>
4194                   <item>
4195                       If this fails, <prgn>dpkg</prgn> will attempt:
4196                       <example compact="compact">
4197 <var>new-postrm</var> failed-upgrade <var>old-version</var>
4198                       </example>
4199                       If this works, installation continues. If not, 
4200                       Error unwind:
4201                       <example compact="compact">
4202 <var>old-preinst</var> abort-upgrade <var>new-version</var>
4203                       </example>
4204                       If this fails, the old version is left in a
4205                       "Half-Installed" state. If it works, dpkg now
4206                       calls:
4207                       <example compact="compact">
4208 <var>new-postrm</var> abort-upgrade <var>old-version</var>
4209                       </example>
4210                       If this fails, the old version is left in a
4211                       "Half-Installed" state. If it works, dpkg now
4212                       calls:
4213                       <example compact="compact">
4214 <var>old-postinst</var> abort-upgrade <var>new-version</var>
4215                       </example>
4216                       If this fails, the old version is in an
4217                       "Unpacked" state.
4218                   </item>
4219                 </enumlist>
4220               </p>
4221
4222               <p>
4223                 This is the point of no return - if
4224                 <prgn>dpkg</prgn> gets this far, it won't back off
4225                 past this point if an error occurs.  This will
4226                 leave the package in a fairly bad state, which
4227                 will require a successful re-installation to clear
4228                 up, but it's when <prgn>dpkg</prgn> starts doing
4229                 things that are irreversible.
4230               </p>
4231             </item>
4232
4233             <item>
4234                 Any files which were in the old version of the package
4235                 but not in the new are removed.
4236             </item>
4237
4238             <item>
4239                 The new file list replaces the old.
4240             </item>
4241
4242             <item>
4243                 The new maintainer scripts replace the old.
4244             </item>
4245
4246             <item>
4247                 Any packages all of whose files have been overwritten
4248                 during the installation, and which aren't required for
4249                 dependencies, are considered to have been removed.
4250                 For each such package
4251                 <enumlist>
4252                   <item>
4253                       <prgn>dpkg</prgn> calls:
4254                       <example compact="compact">
4255 <var>disappearer's-postrm</var> disappear \
4256   <var>overwriter</var> <var>overwriter-version</var>
4257                       </example>
4258                   </item>
4259                   <item>
4260                       The package's maintainer scripts are removed.
4261                   </item>
4262                   <item>
4263                       It is noted in the status database as being in a
4264                       sane state, namely not installed (any conffiles
4265                       it may have are ignored, rather than being
4266                       removed by <prgn>dpkg</prgn>).  Note that
4267                       disappearing packages do not have their prerm
4268                       called, because <prgn>dpkg</prgn> doesn't know
4269                       in advance that the package is going to
4270                       vanish.
4271                   </item>
4272                 </enumlist>
4273             </item>
4274
4275             <item>
4276                 Any files in the package we're unpacking that are also
4277                 listed in the file lists of other packages are removed
4278                 from those lists.  (This will lobotomize the file list
4279                 of the "conflicting" package if there is one.)
4280             </item>
4281
4282             <item>
4283                 The backup files made during installation, above, are
4284                 deleted.
4285             </item>
4286
4287             <item>
4288               <p>
4289                 The new package's status is now sane, and recorded as
4290                 "unpacked".
4291               </p>
4292
4293               <p>
4294                 Here is another point of no return - if the
4295                 conflicting package's removal fails we do not unwind
4296                 the rest of the installation; the conflicting package
4297                 is left in a half-removed limbo.
4298               </p>
4299             </item>
4300
4301             <item>
4302                 If there was a conflicting package we go and do the
4303                 removal actions (described below), starting with the
4304                 removal of the conflicting package's files (any that
4305                 are also in the package being installed have already
4306                 been removed from the conflicting package's file list,
4307                 and so do not get removed now).
4308             </item>
4309           </enumlist>
4310         </p>
4311       </sect>
4312
4313       <sect id="configdetails"><heading>Details of configuration</heading>
4314
4315         <p>
4316           When we configure a package (this happens with <tt>dpkg
4317             --install</tt> and <tt>dpkg --configure</tt>), we first
4318           update any <tt>conffile</tt>s and then call:
4319           <example compact="compact">
4320 <var>postinst</var> configure <var>most-recently-configured-version</var>
4321           </example>
4322         </p>
4323
4324         <p>
4325           No attempt is made to unwind after errors during
4326           configuration. If the configuration fails, the package is in
4327           a "Failed Config" state, and an error message is generated.
4328         </p>
4329
4330         <p>
4331           If there is no most recently configured version
4332           <prgn>dpkg</prgn> will pass a null argument.
4333           <footnote>
4334             <p>
4335               Historical note: Truly ancient (pre-1997) versions of
4336               <prgn>dpkg</prgn> passed <tt>&lt;unknown&gt;</tt>
4337               (including the angle brackets) in this case.  Even older
4338               ones did not pass a second argument at all, under any
4339               circumstance.  Note that upgrades using such an old dpkg
4340               version are unlikely to work for other reasons, even if
4341               this old argument behavior is handled by your postinst script.
4342             </p>
4343           </footnote>     
4344         </p>
4345       </sect>
4346
4347       <sect id="removedetails"><heading>Details of removal and/or
4348       configuration purging</heading>
4349
4350         <p>
4351           <enumlist>
4352             <item>
4353               <p>
4354                 <example compact="compact">
4355 <var>prerm</var> remove
4356                 </example>
4357               </p>
4358               <p>
4359                 If prerm fails during replacement due to conflict
4360                 <example>
4361 <var>conflictor's-postinst</var> abort-remove \
4362   in-favour <var>package</var> <var>new-version</var>
4363                 </example>
4364                 Or else we call:
4365                 <example>
4366 <var>postinst</var> abort-remove
4367                 </example>
4368               </p>
4369               <p>
4370                 If this fails, the package is in a "Half-Configured"
4371                 state, or else it remains "Installed".
4372               </p>
4373             </item>
4374             <item>
4375                 The package's files are removed (except <tt>conffile</tt>s).
4376             </item>
4377             <item>
4378                 <example compact="compact">
4379 <var>postrm</var> remove
4380                 </example>
4381
4382               <p>
4383                 If it fails, there's no error unwind, and the package is in
4384                 an "Half-Installed" state.
4385               </p>
4386             </item>
4387             <item>
4388               <p>
4389                 All the maintainer scripts except the <prgn>postrm</prgn>
4390                 are removed.
4391               </p>
4392
4393               <p>
4394                 If we aren't purging the package we stop here.  Note
4395                 that packages which have no <prgn>postrm</prgn> and no
4396                 <tt>conffile</tt>s are automatically purged when
4397                 removed, as there is no difference except for the
4398                 <prgn>dpkg</prgn> status.
4399               </p>
4400             </item>
4401             <item>
4402                 The <tt>conffile</tt>s and any backup files
4403                 (<tt>~</tt>-files, <tt>#*#</tt> files,
4404                 <tt>%</tt>-files, <tt>.dpkg-{old,new,tmp}</tt>, etc.)
4405                 are removed.
4406             </item>
4407             <item>
4408               <p>
4409                 <example compact="compact">
4410 <var>postrm</var> purge
4411                 </example>
4412               </p>
4413               <p>
4414                 If this fails, the package remains in a "Config-Files"
4415                 state.
4416               </p>
4417             </item>
4418             <item>
4419                 The package's file list is removed.
4420             </item>
4421           </enumlist>
4422
4423         </p>
4424       </sect>
4425     </chapt>
4426
4427
4428     <chapt id="relationships">
4429       <heading>Declaring relationships between packages</heading>
4430
4431       <sect id="depsyntax">
4432         <heading>Syntax of relationship fields</heading>
4433
4434         <p>
4435           These fields all have a uniform syntax.  They are a list of
4436           package names separated by commas.
4437         </p>
4438
4439         <p>
4440           In the <tt>Depends</tt>, <tt>Recommends</tt>,
4441           <tt>Suggests</tt>, <tt>Pre-Depends</tt>,
4442           <tt>Build-Depends</tt> and <tt>Build-Depends-Indep</tt>
4443           control fields of the package, which declare
4444           dependencies on other packages, the package names listed may
4445           also include lists of alternative package names, separated
4446           by vertical bar (pipe) symbols <tt>|</tt>.  In such a case,
4447           if any one of the alternative packages is installed, that
4448           part of the dependency is considered to be satisfied.
4449         </p>
4450
4451         <p>
4452           All of the fields except for <tt>Provides</tt> may restrict
4453           their applicability to particular versions of each named
4454           package.  This is done in parentheses after each individual
4455           package name; the parentheses should contain a relation from
4456           the list below followed by a version number, in the format
4457           described in <ref id="f-Version">.
4458         </p>
4459
4460         <p>
4461           The relations allowed are <tt>&lt;&lt;</tt>, <tt>&lt;=</tt>,
4462           <tt>=</tt>, <tt>&gt;=</tt> and <tt>&gt;&gt;</tt> for
4463           strictly earlier, earlier or equal, exactly equal, later or
4464           equal and strictly later, respectively.  The deprecated
4465           forms <tt>&lt;</tt> and <tt>&gt;</tt> were used to mean
4466           earlier/later or equal, rather than strictly earlier/later,
4467           so they should not appear in new packages (though
4468           <prgn>dpkg</prgn> still supports them).
4469         </p>
4470
4471         <p>
4472           Whitespace may appear at any point in the version
4473           specification subject to the rules in <ref
4474           id="controlsyntax">, and must appear where it's necessary to
4475           disambiguate; it is not otherwise significant.  All of the
4476           relationship fields may span multiple lines.  For
4477           consistency and in case of future changes to
4478           <prgn>dpkg</prgn> it is recommended that a single space be
4479           used after a version relationship and before a version
4480           number; it is also conventional to put a single space after
4481           each comma, on either side of each vertical bar, and before
4482           each open parenthesis.  When wrapping a relationship field, it
4483           is conventional to do so after a comma and before the space
4484           following that comma.
4485         </p>
4486
4487         <p>
4488           For example, a list of dependencies might appear as:
4489           <example compact="compact">
4490 Package: mutt
4491 Version: 1.3.17-1
4492 Depends: libc6 (>= 2.2.1), exim | mail-transport-agent
4493           </example>
4494         </p>
4495
4496         <p>
4497           Relationships may be restricted to a certain set of
4498           architectures.  This is indicated in brackets after each
4499           individual package name and the optional version specification.
4500           The brackets enclose a list of Debian architecture names
4501           separated by whitespace.  Exclamation marks may be prepended to
4502           each of the names.  (It is not permitted for some names to be
4503           prepended with exclamation marks while others aren't.)
4504         </p>
4505
4506         <p>
4507           For build relationship fields
4508           (<tt>Build-Depends</tt>, <tt>Build-Depends-Indep</tt>,
4509           <tt>Build-Conflicts</tt> and <tt>Build-Conflicts-Indep</tt>), if
4510           the current Debian host architecture is not in this list and
4511           there are no exclamation marks in the list, or it is in the list
4512           with a prepended exclamation mark, the package name and the
4513           associated version specification are ignored completely for the
4514           purposes of defining the relationships.
4515         </p>
4516
4517         <p>
4518           For example:
4519           <example compact="compact">
4520 Source: glibc
4521 Build-Depends-Indep: texinfo
4522 Build-Depends: kernel-headers-2.2.10 [!hurd-i386],
4523   hurd-dev [hurd-i386], gnumach-dev [hurd-i386]
4524           </example>
4525           requires <tt>kernel-headers-2.2.10</tt> on all architectures
4526           other than hurd-i386 and requires <tt>hurd-dev</tt> and
4527           <tt>gnumach-dev</tt> only on hurd-i386.
4528         </p>
4529
4530         <p>
4531           For binary relationship fields, the architecture restriction
4532           syntax is only supported in the source package control
4533           file <file>debian/control</file>.  When the corresponding binary
4534           package control file is generated, the relationship will either
4535           be omitted or included without the architecture restriction
4536           based on the architecture of the binary package.  This means
4537           that architecture restrictions must not be used in binary
4538           relationship fields for architecture-independent packages
4539           (<tt>Architecture: all</tt>).
4540         </p>
4541
4542         <p>
4543           For example:
4544           <example compact="compact">
4545 Depends: foo [i386], bar [amd64]
4546           </example>
4547           becomes <tt>Depends: foo</tt> when the package is built on
4548           the <tt>i386</tt> architecture, <tt>Depends: bar</tt> when the
4549           package is built on the <tt>amd64</tt> architecture, and omitted
4550           entirely in binary packages built on all other architectures.
4551         </p>
4552
4553         <p>
4554           If the architecture-restricted dependency is part of a set of
4555           alternatives using <tt>|</tt>, that alternative is ignored
4556           completely on architectures that do not match the restriction.
4557           For example:
4558           <example compact="compact">
4559 Build-Depends: foo [!i386] | bar [!amd64]
4560           </example>
4561           is equivalent to <tt>bar</tt> on the i386 architecture, to
4562           <tt>foo</tt> on the amd64 architecture, and to <tt>foo |
4563           bar</tt> on all other architectures.
4564         </p>
4565
4566         <p>
4567           Relationships may also be restricted to a certain set of
4568           architectures using architecture wildcards.  The syntax for
4569           declaring such restrictions is the same as declaring
4570           restrictions using a certain set of architectures without
4571           architecture wildcards.  For example:
4572           <example compact="compact">
4573 Build-Depends: foo [linux-any], bar [any-i386], baz [!linux-any]
4574           </example>
4575           is equivalent to <tt>foo</tt> on architectures using the Linux
4576           kernel and any cpu, <tt>bar</tt> on architectures using any
4577           kernel and an i386 cpu, and <tt>baz</tt> on any architecture
4578           using a kernel other than Linux.
4579         </p>
4580
4581         <p>
4582           Note that the binary package relationship fields such as
4583           <tt>Depends</tt> appear in one of the binary package
4584           sections of the control file, whereas the build-time
4585           relationships such as <tt>Build-Depends</tt> appear in the
4586           source package section of the control file (which is the
4587           first section).
4588         </p>
4589       </sect>
4590
4591       <sect id="binarydeps">
4592         <heading>Binary Dependencies - <tt>Depends</tt>,
4593           <tt>Recommends</tt>, <tt>Suggests</tt>, <tt>Enhances</tt>,
4594           <tt>Pre-Depends</tt>
4595         </heading>
4596
4597         <p>
4598           Packages can declare in their control file that they have
4599           certain relationships to other packages - for example, that
4600           they may not be installed at the same time as certain other
4601           packages, and/or that they depend on the presence of others.
4602         </p>
4603
4604         <p>
4605           This is done using the <tt>Depends</tt>, <tt>Pre-Depends</tt>,
4606           <tt>Recommends</tt>, <tt>Suggests</tt>, <tt>Enhances</tt>,
4607           <tt>Breaks</tt> and <tt>Conflicts</tt> control fields.
4608           <tt>Breaks</tt> is described in <ref id="breaks">, and
4609           <tt>Conflicts</tt> is described in <ref id="conflicts">.  The
4610           rest are described below.
4611         </p>
4612
4613         <p>
4614           These seven fields are used to declare a dependency
4615           relationship by one package on another.  Except for
4616           <tt>Enhances</tt> and <tt>Breaks</tt>, they appear in the
4617           depending (binary) package's control file.
4618           (<tt>Enhances</tt> appears in the recommending package's
4619           control file, and <tt>Breaks</tt> appears in the version of
4620           depended-on package which causes the named package to
4621           break).
4622         </p>
4623
4624         <p>
4625           A <tt>Depends</tt> field takes effect <em>only</em> when a
4626           package is to be configured.  It does not prevent a package
4627           being on the system in an unconfigured state while its
4628           dependencies are unsatisfied, and it is possible to replace
4629           a package whose dependencies are satisfied and which is
4630           properly installed with a different version whose
4631           dependencies are not and cannot be satisfied; when this is
4632           done the depending package will be left unconfigured (since
4633           attempts to configure it will give errors) and will not
4634           function properly.  If it is necessary, a
4635           <tt>Pre-Depends</tt> field can be used, which has a partial
4636           effect even when a package is being unpacked, as explained
4637           in detail below.  (The other three dependency fields,
4638           <tt>Recommends</tt>, <tt>Suggests</tt> and
4639           <tt>Enhances</tt>, are only used by the various front-ends
4640           to <prgn>dpkg</prgn> such as <prgn>apt-get</prgn>,
4641           <prgn>aptitude</prgn>, and <prgn>dselect</prgn>.)
4642         </p>
4643
4644         <p>
4645           For this reason packages in an installation run are usually
4646           all unpacked first and all configured later; this gives
4647           later versions of packages with dependencies on later
4648           versions of other packages the opportunity to have their
4649           dependencies satisfied.
4650         </p>
4651
4652         <p>
4653           In case of circular dependencies, since installation or
4654           removal order honoring the dependency order can't be
4655           established, dependency loops are broken at some point
4656           (based on rules below), and some packages may not be able to
4657           rely on their dependencies being present when being
4658           installed or removed, depending on which side of the break
4659           of the circular dependency loop they happen to be on.  If one
4660           of the packages in the loop has no postinst script, then the
4661           cycle will be broken at that package, so as to ensure that
4662           all postinst scripts run with the dependencies properly
4663           configured if this is possible. Otherwise the breaking point
4664           is arbitrary.
4665         </p>
4666
4667         <p>
4668           The <tt>Depends</tt> field thus allows package maintainers
4669           to impose an order in which packages should be configured.
4670         </p>
4671
4672         <p>
4673           The meaning of the five dependency fields is as follows:
4674           <taglist>
4675             <tag><tt>Depends</tt></tag>
4676             <item>
4677               <p>
4678                 This declares an absolute dependency.  A package will
4679                 not be configured unless all of the packages listed in
4680                 its <tt>Depends</tt> field have been correctly
4681                 configured.
4682               </p>
4683
4684               <p>
4685                 The <tt>Depends</tt> field should be used if the
4686                 depended-on package is required for the depending
4687                 package to provide a significant amount of
4688                 functionality.
4689               </p>
4690
4691               <p>
4692                 The <tt>Depends</tt> field should also be used if the
4693                 <prgn>postinst</prgn>, <prgn>prerm</prgn> or
4694                 <prgn>postrm</prgn> scripts require the package to be
4695                 present in order to run.  Note, however, that the
4696                 <prgn>postrm</prgn> cannot rely on any non-essential
4697                 packages to be present during the <tt>purge</tt>
4698                 phase.
4699             </item>
4700
4701             <tag><tt>Recommends</tt></tag>
4702             <item>
4703               <p>
4704                 This declares a strong, but not absolute, dependency.
4705               </p>
4706
4707               <p>
4708                 The <tt>Recommends</tt> field should list packages
4709                 that would be found together with this one in all but
4710                 unusual installations.
4711               </p>
4712             </item>
4713
4714             <tag><tt>Suggests</tt></tag>
4715             <item>
4716                 This is used to declare that one package may be more
4717                 useful with one or more others.  Using this field
4718                 tells the packaging system and the user that the
4719                 listed packages are related to this one and can
4720                 perhaps enhance its usefulness, but that installing
4721                 this one without them is perfectly reasonable.
4722             </item>
4723
4724             <tag><tt>Enhances</tt></tag>
4725             <item>
4726                 This field is similar to Suggests but works in the
4727                 opposite direction. It is used to declare that a
4728                 package can enhance the functionality of another
4729                 package.
4730             </item>
4731
4732             <tag><tt>Pre-Depends</tt></tag>
4733             <item>
4734               <p>
4735                 This field is like <tt>Depends</tt>, except that it
4736                 also forces <prgn>dpkg</prgn> to complete installation
4737                 of the packages named before even starting the
4738                 installation of the package which declares the
4739                 pre-dependency, as follows:
4740               </p>
4741
4742               <p>
4743                 When a package declaring a pre-dependency is about to
4744                 be <em>unpacked</em> the pre-dependency can be
4745                 satisfied if the depended-on package is either fully
4746                 configured, <em>or even if</em> the depended-on
4747                 package(s) are only unpacked or in the "Half-Configured"
4748                 state, provided that they have been configured
4749                 correctly at some point in the past (and not removed
4750                 or partially removed since).  In this case, both the
4751                 previously-configured and currently unpacked or
4752                 "Half-Configured" versions must satisfy any version
4753                 clause in the <tt>Pre-Depends</tt> field.
4754               </p>
4755
4756               <p>
4757                 When the package declaring a pre-dependency is about
4758                 to be <em>configured</em>, the pre-dependency will be
4759                 treated as a normal <tt>Depends</tt>, that is, it will
4760                 be considered satisfied only if the depended-on
4761                 package has been correctly configured.
4762               </p>
4763
4764               <p>
4765                 <tt>Pre-Depends</tt> should be used sparingly,
4766                 preferably only by packages whose premature upgrade or
4767                 installation would hamper the ability of the system to
4768                 continue with any upgrade that might be in progress.
4769               </p>
4770
4771               <p>
4772                 <tt>Pre-Depends</tt> are also required if the
4773                 <prgn>preinst</prgn> script depends on the named
4774                 package.  It is best to avoid this situation if
4775                 possible.
4776               </p>
4777
4778               <p>
4779                 You should not specify a <tt>Pre-Depends</tt> entry for a
4780                 package before this has been discussed on the
4781                 <tt>debian-devel</tt> mailing list and a consensus about
4782                 doing that has been reached.
4783                 See <ref id="dependencies">.
4784             </item>
4785           </taglist>
4786         </p>
4787
4788         <p>
4789           When selecting which level of dependency to use you should
4790           consider how important the depended-on package is to the
4791           functionality of the one declaring the dependency.  Some
4792           packages are composed of components of varying degrees of
4793           importance.  Such a package should list using
4794           <tt>Depends</tt> the package(s) which are required by the
4795           more important components.  The other components'
4796           requirements may be mentioned as Suggestions or
4797           Recommendations, as appropriate to the components' relative
4798           importance.
4799         </p>
4800       </sect>
4801
4802       <sect id="breaks">
4803         <heading>Packages which break other packages - <tt>Breaks</tt></heading>
4804
4805         <p>
4806           When one binary package declares that it breaks another,
4807           <prgn>dpkg</prgn> will refuse to allow the package which
4808           declares <tt>Breaks</tt> be installed unless the broken
4809           package is deconfigured first, and it will refuse to
4810           allow the broken package to be reconfigured.
4811         </p>
4812
4813         <p>
4814           A package will not be regarded as causing breakage merely
4815           because its configuration files are still installed; it must
4816           be at least "Half-Installed".
4817         </p>
4818
4819         <p>
4820           A special exception is made for packages which declare that
4821           they break their own package name or a virtual package which
4822           they provide (see below): this does not count as a real
4823           breakage.
4824         </p>
4825
4826         <p>
4827           Normally a <tt>Breaks</tt> entry will have an "earlier than"
4828           version clause; such a <tt>Breaks</tt> is introduced in the
4829           version of an (implicit or explicit) dependency which violates
4830           an assumption or reveals a bug in earlier versions of the broken
4831           package, or which takes over a file from earlier versions of the
4832           package named in <tt>Breaks</tt>.  This use of <tt>Breaks</tt>
4833           will inform higher-level package management tools that the
4834           broken package must be upgraded before the new one.
4835         </p>
4836
4837         <p>
4838           If the breaking package also overwrites some files from the
4839           older package, it should use <tt>Replaces</tt> to ensure this
4840           goes smoothly.  See <ref id="replaces"> for a full discussion
4841           of taking over files from other packages, including how to
4842           use <tt>Breaks</tt> in those cases.
4843         </p>
4844
4845         <p>
4846           Many of the cases where <tt>Breaks</tt> should be used were
4847           previously handled with <tt>Conflicts</tt>
4848           because <tt>Breaks</tt> did not yet exist.
4849           Many <tt>Conflicts</tt> fields should now be <tt>Breaks</tt>.
4850           See <ref id="conflicts"> for more information about the
4851           differences.
4852         </p>
4853       </sect>
4854
4855       <sect id="conflicts">
4856         <heading>Conflicting binary packages - <tt>Conflicts</tt></heading>
4857
4858         <p>
4859           When one binary package declares a conflict with another
4860           using a <tt>Conflicts</tt> field, <prgn>dpkg</prgn> will
4861           refuse to allow them to be installed on the system at the
4862           same time.  This is a stronger restriction than <tt>Breaks</tt>,
4863           which just prevents both packages from being configured at the
4864           same time.  Conflicting packages cannot be unpacked on the
4865           system at the same time.
4866         </p>
4867
4868         <p>
4869           If one package is to be installed, the other must be removed
4870           first.  If the package being installed is marked as replacing
4871           (see <ref id="replaces">, but note that <tt>Breaks</tt> should
4872           normally be used in this case) the one on the system, or the one
4873           on the system is marked as deselected, or both packages are
4874           marked <tt>Essential</tt>, then <prgn>dpkg</prgn> will
4875           automatically remove the package which is causing the conflict.
4876           Otherwise, it will halt the installation of the new package with
4877           an error.  This mechanism is specifically designed to produce an
4878           error when the installed package is <tt>Essential</tt>, but the
4879           new package is not.
4880         </p>
4881
4882         <p>
4883           A package will not cause a conflict merely because its
4884           configuration files are still installed; it must be at least
4885           "Half-Installed".
4886         </p>
4887
4888         <p>
4889           A special exception is made for packages which declare a
4890           conflict with their own package name, or with a virtual
4891           package which they provide (see below): this does not
4892           prevent their installation, and allows a package to conflict
4893           with others providing a replacement for it.  You use this
4894           feature when you want the package in question to be the only
4895           package providing some feature.
4896         </p>
4897
4898         <p>
4899           Normally, <tt>Breaks</tt> should be used instead
4900           of <tt>Conflicts</tt> since <tt>Conflicts</tt> imposes a
4901           stronger restriction on the ordering of package installation or
4902           upgrade and can make it more difficult for the package manager
4903           to find a correct solution to an upgrade or installation
4904           problem.  <tt>Breaks</tt> should be used
4905           <list>
4906             <item>when moving a file from one package to another (see
4907               <ref id="replaces">),</item>
4908             <item>when splitting a package (a special case of the previous
4909               one), or</item>
4910             <item>when the breaking package exposes a bug in or interacts
4911               badly with particular versions of the broken
4912               package.</item>
4913           </list>
4914           <tt>Conflicts</tt> should be used
4915           <list>
4916             <item>when two packages provide the same file and will
4917               continue to do so,</item>
4918             <item>in conjunction with <tt>Provides</tt> when only one
4919               package providing a given virtual facility may be installed
4920               at a time (see <ref id="virtual">),</item>
4921             <item>in other cases where one must prevent simultaneous
4922               installation of two packages for reasons that are ongoing
4923               (not fixed in a later version of one of the packages) or
4924               that must prevent both packages from being unpacked at the
4925               same time, not just configured.</item>
4926           </list>
4927           Be aware that adding <tt>Conflicts</tt> is normally not the best
4928           solution when two packages provide the same files.  Depending on
4929           the reason for that conflict, using alternatives or renaming the
4930           files is often a better approach.  See, for
4931           example, <ref id="binaries">.
4932         </p>
4933
4934         <p>
4935           Neither <tt>Breaks</tt> nor <tt>Conflicts</tt> should be used
4936           unless two packages cannot be installed at the same time or
4937           installing them both causes one of them to be broken or
4938           unusable.  Having similar functionality or performing the same
4939           tasks as another package is not sufficient reason to
4940           declare <tt>Breaks</tt> or <tt>Conflicts</tt> with that package.
4941         </p>
4942
4943         <p>
4944           A <tt>Conflicts</tt> entry may have an "earlier than" version
4945           clause if the reason for the conflict is corrected in a later
4946           version of one of the packages.  However, normally the presence
4947           of an "earlier than" version clause is a sign
4948           that <tt>Breaks</tt> should have been used instead.  An "earlier
4949           than" version clause in <tt>Conflicts</tt>
4950           prevents <prgn>dpkg</prgn> from upgrading or installing the
4951           package which declares such a conflict until the upgrade or
4952           removal of the conflicted-with package has been completed, which
4953           is a strong restriction.
4954         </p>
4955       </sect>
4956
4957       <sect id="virtual"><heading>Virtual packages - <tt>Provides</tt>
4958         </heading>
4959
4960         <p>
4961           As well as the names of actual ("concrete") packages, the
4962           package relationship fields <tt>Depends</tt>,
4963           <tt>Recommends</tt>, <tt>Suggests</tt>, <tt>Enhances</tt>,
4964           <tt>Pre-Depends</tt>, <tt>Breaks</tt>, <tt>Conflicts</tt>,
4965           <tt>Build-Depends</tt>, <tt>Build-Depends-Indep</tt>,
4966           <tt>Build-Conflicts</tt> and <tt>Build-Conflicts-Indep</tt>
4967           may mention "virtual packages".
4968         </p>
4969
4970         <p>
4971           A <em>virtual package</em> is one which appears in the
4972           <tt>Provides</tt> control field of another package.  The effect
4973           is as if the package(s) which provide a particular virtual
4974           package name had been listed by name everywhere the virtual
4975           package name appears. (See also <ref id="virtual_pkg">)
4976         </p>
4977
4978         <p>
4979           If there are both concrete and virtual packages of the same
4980           name, then the dependency may be satisfied (or the conflict
4981           caused) by either the concrete package with the name in
4982           question or any other concrete package which provides the
4983           virtual package with the name in question.  This is so that,
4984           for example, supposing we have
4985           <example compact="compact">
4986 Package: foo
4987 Depends: bar
4988           </example> and someone else releases an enhanced version of
4989           the <tt>bar</tt> package they can say:
4990           <example compact="compact">
4991 Package: bar-plus
4992 Provides: bar
4993           </example>
4994           and the <tt>bar-plus</tt> package will now also satisfy the
4995           dependency for the <tt>foo</tt> package.
4996         </p>
4997
4998         <p>
4999           If a relationship field has a version number attached, only real
5000           packages will be considered to see whether the relationship is
5001           satisfied (or the prohibition violated, for a conflict or
5002           breakage).  In other words, if a version number is specified,
5003           this is a request to ignore all <tt>Provides</tt> for that
5004           package name and consider only real packages.  The package
5005           manager will assume that a package providing that virtual
5006           package is not of the "right" version.  A <tt>Provides</tt>
5007           field may not contain version numbers, and the version number of
5008           the concrete package which provides a particular virtual package
5009           will not be considered when considering a dependency on or
5010           conflict with the virtual package name.<footnote>
5011             It is possible that a future release of <prgn>dpkg</prgn> may
5012             add the ability to specify a version number for each virtual
5013             package it provides.  This feature is not yet present,
5014             however, and is expected to be used only infrequently.
5015           </footnote>
5016         </p>
5017
5018         <p>
5019           To specify which of a set of real packages should be the default
5020           to satisfy a particular dependency on a virtual package, list
5021           the real package as an alternative before the virtual one.
5022         </p>
5023
5024         <p>
5025           If the virtual package represents a facility that can only be
5026           provided by one real package at a time, such as
5027           the <package>mail-transport-agent</package> virtual package that
5028           requires installation of a binary that would conflict with all
5029           other providers of that virtual package (see
5030           <ref id="mail-transport-agents">), all packages providing that
5031           virtual package should also declare a conflict with it
5032           using <tt>Conflicts</tt>.  This will ensure that at most one
5033           provider of that virtual package is unpacked or installed at a
5034           time.
5035         </p>
5036       </sect>
5037
5038       <sect id="replaces"><heading>Overwriting files and replacing
5039           packages - <tt>Replaces</tt></heading>
5040
5041         <p>
5042           Packages can declare in their control file that they should
5043           overwrite files in certain other packages, or completely replace
5044           other packages. The <tt>Replaces</tt> control field has these
5045           two distinct purposes.
5046         </p>
5047
5048         <sect1><heading>Overwriting files in other packages</heading>
5049
5050           <p>
5051             It is usually an error for a package to contain files which
5052             are on the system in another package.  However, if the
5053             overwriting package declares that it <tt>Replaces</tt> the one
5054             containing the file being overwritten, then <prgn>dpkg</prgn>
5055             will replace the file from the old package with that from the
5056             new.  The file will no longer be listed as "owned" by the old
5057             package and will be taken over by the new package.
5058             Normally, <tt>Breaks</tt> should be used in conjunction
5059             with <tt>Replaces</tt>.<footnote>
5060               To see why <tt>Breaks</tt> is normally needed in addition
5061               to <tt>Replaces</tt>, consider the case of a file in the
5062               package <package>foo</package> being taken over by the
5063               package <package>foo-data</package>.
5064               <tt>Replaces</tt> will allow <package>foo-data</package> to
5065               be installed and take over that file.  However,
5066               without <tt>Breaks</tt>, nothing
5067               requires <package>foo</package> to be upgraded to a newer
5068               version that knows it does not include that file and instead
5069               depends on <package>foo-data</package>.  Nothing would
5070               prevent the new <package>foo-data</package> package from
5071               being installed and then removed, removing the file that it
5072               took over from <package>foo</package>.  After that
5073               operation, the package manager would think the system was in
5074               a consistent state, but the <package>foo</package> package
5075               would be missing one of its files.
5076             </footnote>
5077           </p>
5078
5079           <p>
5080             For example, if a package <package>foo</package> is split
5081             into <package>foo</package> and <package>foo-data</package>
5082             starting at version 1.2-3, <package>foo-data</package> would
5083             have the fields
5084             <example compact="compact">
5085 Replaces: foo (&lt;&lt; 1.2-3)
5086 Breaks: foo (&lt;&lt; 1.2-3)
5087             </example>
5088             in its control file.  The new version of the
5089             package <package>foo</package> would normally have the field
5090             <example compact="compact">
5091 Depends: foo-data (&gt;= 1.2-3)
5092             </example>
5093             (or possibly <tt>Recommends</tt> or even <tt>Suggests</tt> if
5094             the files moved into <package>foo-data</package> are not
5095             required for normal operation).
5096           </p>
5097
5098           <p>
5099             If a package is completely replaced in this way, so that
5100             <prgn>dpkg</prgn> does not know of any files it still
5101             contains, it is considered to have "disappeared".  It will
5102             be marked as not wanted on the system (selected for
5103             removal) and not installed.  Any <tt>conffile</tt>s
5104             details noted for the package will be ignored, as they
5105             will have been taken over by the overwriting package.  The
5106             package's <prgn>postrm</prgn> script will be run with a
5107             special argument to allow the package to do any final
5108             cleanup required.  See <ref id="mscriptsinstact">.
5109             <footnote>
5110               Replaces is a one way relationship.  You have to install
5111               the replacing package after the replaced package.
5112             </footnote>
5113           </p>
5114
5115           <p>
5116             For this usage of <tt>Replaces</tt>, virtual packages (see
5117             <ref id="virtual">) are not considered when looking at a
5118             <tt>Replaces</tt> field.  The packages declared as being
5119             replaced must be mentioned by their real names.
5120           </p>
5121
5122           <p>
5123             This usage of <tt>Replaces</tt> only takes effect when both
5124             packages are at least partially on the system at once.  It is
5125             not relevant if the packages conflict unless the conflict has
5126             been overridden.
5127           </p>
5128         </sect1>
5129
5130         <sect1><heading>Replacing whole packages, forcing their
5131             removal</heading>
5132
5133           <p>
5134             Second, <tt>Replaces</tt> allows the packaging system to
5135             resolve which package should be removed when there is a
5136             conflict (see <ref id="conflicts">).  This usage only takes
5137             effect when the two packages <em>do</em> conflict, so that the
5138             two usages of this field do not interfere with each other.
5139           </p>
5140
5141           <p>
5142             In this situation, the package declared as being replaced
5143             can be a virtual package, so for example, all mail
5144             transport agents (MTAs) would have the following fields in
5145             their control files:
5146             <example compact="compact">
5147 Provides: mail-transport-agent
5148 Conflicts: mail-transport-agent
5149 Replaces: mail-transport-agent
5150             </example>
5151             ensuring that only one MTA can be installed at any one
5152             time.  See <ref id="virtual"> for more information about this
5153             example.
5154         </sect1>
5155       </sect>
5156
5157       <sect id="sourcebinarydeps">
5158         <heading>Relationships between source and binary packages -
5159           <tt>Build-Depends</tt>, <tt>Build-Depends-Indep</tt>,
5160           <tt>Build-Conflicts</tt>, <tt>Build-Conflicts-Indep</tt>
5161         </heading>
5162
5163         <p>
5164           Source packages that require certain binary packages to be
5165           installed or absent at the time of building the package
5166           can declare relationships to those binary packages.
5167         </p>
5168
5169         <p>
5170           This is done using the <tt>Build-Depends</tt>,
5171           <tt>Build-Depends-Indep</tt>, <tt>Build-Conflicts</tt> and
5172           <tt>Build-Conflicts-Indep</tt> control fields.
5173         </p>
5174
5175         <p>
5176           Build-dependencies on "build-essential" binary packages can be
5177           omitted. Please see <ref id="pkg-relations"> for more information.
5178         </p>
5179
5180         <p>
5181           The dependencies and conflicts they define must be satisfied
5182           (as defined earlier for binary packages) in order to invoke
5183           the targets in <tt>debian/rules</tt>, as follows:<footnote>
5184             <p>
5185               There is no Build-Depends-Arch; this role is essentially
5186               met with Build-Depends.  Anyone building the
5187               <tt>build-indep</tt> and <tt>binary-indep</tt> targets is
5188               assumed to be building the whole package, and therefore
5189               installation of all build dependencies is required.
5190             </p>
5191             <p>
5192               The autobuilders use <tt>dpkg-buildpackage -B</tt>, which
5193               calls <tt>build</tt>, not <tt>build-arch</tt> since it does
5194               not yet know how to check for its existence, and
5195               <tt>binary-arch</tt>.  The purpose of the original split
5196               between <tt>Build-Depends</tt> and
5197               <tt>Build-Depends-Indep</tt> was so that the autobuilders
5198               wouldn't need to install extra packages needed only for the
5199               binary-indep targets.  But without a build-arch/build-indep
5200               split, this didn't work, since most of the work is done in
5201               the build target, not in the binary target.
5202             </p>
5203           </footnote>
5204           <taglist>
5205             <tag><tt>clean</tt>, <tt>build-arch</tt>, and
5206               <tt>binary-arch</tt></tag>
5207             <item>
5208               Only the <tt>Build-Depends</tt> and <tt>Build-Conflicts</tt>
5209               fields must be satisfied when these targets are invoked.
5210             </item>
5211             <tag><tt>build</tt>, <tt>build-indep</tt>, <tt>binary</tt>,
5212               and <tt>binary-indep</tt></tag>
5213             <item>
5214               The <tt>Build-Depends</tt>, <tt>Build-Conflicts</tt>,
5215               <tt>Build-Depends-Indep</tt>, and
5216               <tt>Build-Conflicts-Indep</tt> fields must be satisfied when
5217               these targets are invoked.
5218             </item>
5219           </taglist>
5220         </p>
5221       </sect>
5222     </chapt>
5223
5224
5225     <chapt id="sharedlibs"><heading>Shared libraries</heading>
5226
5227       <p>
5228         Packages containing shared libraries must be constructed with
5229         a little care to make sure that the shared library is always
5230         available.  This is especially important for packages whose
5231         shared libraries are vitally important, such as the C library
5232         (currently <tt>libc6</tt>).
5233       </p>
5234
5235       <p>
5236         This section deals only with public shared libraries: shared
5237         libraries that are placed in directories searched by the dynamic
5238         linker by default or which are intended to be linked against
5239         normally and possibly used by other, independent packages.  Shared
5240         libraries that are internal to a particular package or that are
5241         only loaded as dynamic modules are not covered by this section and
5242         are not subject to its requirements.
5243       </p>
5244
5245       <p>
5246         A shared library is identified by the <tt>SONAME</tt> attribute
5247         stored in its dynamic section.  When a binary is linked against a
5248         shared library, the <tt>SONAME</tt> of the shared library is
5249         recorded in the binary's <tt>NEEDED</tt> section so that the
5250         dynamic linker knows that library must be loaded at runtime.  The
5251         shared library file's full name (which usually contains additional
5252         version information not needed in the <tt>SONAME</tt>) is
5253         therefore normally not referenced directly.  Instead, the shared
5254         library is loaded by its <tt>SONAME</tt>, which exists on the file
5255         system as a symlink pointing to the full name of the shared
5256         library.  This symlink must be provided by the
5257         package.  <ref id="sharedlibs-runtime"> describes how to do this.
5258         <footnote>
5259           This is a convention of shared library versioning, but not a
5260           requirement.  Some libraries use the <tt>SONAME</tt> as the full
5261           library file name instead and therefore do not need a symlink.
5262           Most, however, encode additional information about
5263           backwards-compatible revisions as a minor version number in the
5264           file name.  The <tt>SONAME</tt> itself only changes when
5265           binaries linked with the earlier version of the shared library
5266           may no longer work, but the filename may change with each
5267           release of the library.  See <ref id="sharedlibs-runtime"> for
5268           more information.
5269         </footnote>
5270       </p>
5271
5272       <p>
5273         When linking a binary or another shared library against a shared
5274         library, the <tt>SONAME</tt> for that shared library is not yet
5275         known.  Instead, the shared library is found by looking for a file
5276         matching the library name with <tt>.so</tt> appended.  This file
5277         exists on the file system as a symlink pointing to the shared
5278         library.
5279       </p>
5280
5281       <p>
5282         Shared libraries are normally split into several binary packages.
5283         The <tt>SONAME</tt> symlink is installed by the runtime shared
5284         library package, and the bare <tt>.so</tt> symlink is installed in
5285         the development package since it's only used when linking binaries
5286         or shared libraries.  However, there are some exceptions for
5287         unusual shared libraries or for shared libraries that are also
5288         loaded as dynamic modules by other programs.
5289       </p>
5290
5291       <p>
5292         This section is primarily concerned with how the separation of
5293         shared libraries into multiple packages should be done and how
5294         dependencies on and between shared library binary packages are
5295         managed in Debian.  <ref id="libraries"> should be read in
5296         conjunction with this section and contains additional rules for
5297         the files contained in the shared library packages.
5298       </p>
5299
5300       <sect id="sharedlibs-runtime">
5301         <heading>Run-time shared libraries</heading>
5302
5303         <p>
5304           The run-time shared library must be placed in a package
5305           whose name changes whenever the <tt>SONAME</tt> of the shared
5306           library changes.  This allows several versions of the shared
5307           library to be installed at the same time, allowing installation
5308           of the new version of the shared library without immediately
5309           breaking binaries that depend on the old version.  Normally, the
5310           run-time shared library and its <tt>SONAME</tt> symlink should
5311           be placed in a package named
5312           <package><var>libraryname</var><var>soversion</var></package>,
5313           where <var>soversion</var> is the version number in
5314           the <tt>SONAME</tt> of the shared library.
5315           See <ref id="shlibs"> for detailed information on how to
5316           determine this version.  Alternatively, if it would be confusing
5317           to directly append <var>soversion</var>
5318           to <var>libraryname</var> (if, for example, <var>libraryname</var>
5319           itself ends in a number), you should use
5320           <package><var>libraryname</var>-<var>soversion</var></package>
5321           instead.
5322         </p>
5323
5324         <p>
5325           If you have several shared libraries built from the same source
5326           tree, you may lump them all together into a single shared
5327           library package provided that all of their <tt>SONAME</tt>s will
5328           always change together.  Be aware that this is not normally the
5329           case, and if the <tt>SONAME</tt>s do not change together,
5330           upgrading such a merged shared library package will be
5331           unnecessarily difficult because of file conflicts with the old
5332           version of the package.  When in doubt, always split shared
5333           library packages so that each binary package installs a single
5334           shared library.
5335         </p>
5336
5337         <p>
5338           Every time the shared library ABI changes in a way that may
5339           break binaries linked against older versions of the shared
5340           library, the <tt>SONAME</tt> of the library and the
5341           corresponding name for the binary package containing the runtime
5342           shared library should change.  Normally, this means
5343           the <tt>SONAME</tt> should change any time an interface is
5344           removed from the shared library or the signature of an interface
5345           (the number of parameters or the types of parameters that it
5346           takes, for example) is changed.  This practice is vital to
5347           allowing clean upgrades from older versions of the package and
5348           clean transitions between the old ABI and new ABI without having
5349           to upgrade every affected package simultaneously.
5350         </p>
5351
5352         <p>
5353           The <tt>SONAME</tt> and binary package name need not, and indeed
5354           normally should not, change if new interfaces are added but none
5355           are removed or changed, since this will not break binaries
5356           linked against the old shared library.  Correct versioning of
5357           dependencies on the newer shared library by binaries that use
5358           the new interfaces is handled via
5359           the <qref id="sharedlibs-shlibdeps"><tt>shlibs</tt>
5360           system</qref> or via symbols files (see
5361           <manref name="deb-symbols" section="5">).
5362         </p>
5363
5364       <p>
5365         The package should install the shared libraries under
5366         their normal names.  For example, the <package>libgdbm3</package>
5367         package should install <file>libgdbm.so.3.0.0</file> as
5368         <file>/usr/lib/libgdbm.so.3.0.0</file>.  The files should not be
5369         renamed or re-linked by any <prgn>prerm</prgn> or
5370         <prgn>postrm</prgn> scripts; <prgn>dpkg</prgn> will take care
5371         of renaming things safely without affecting running programs,
5372         and attempts to interfere with this are likely to lead to
5373         problems.
5374       </p>
5375
5376       <p>
5377         Shared libraries should not be installed executable, since
5378         the dynamic linker does not require this and trying to
5379         execute a shared library usually results in a core dump.
5380       </p>
5381
5382       <p>
5383         The run-time library package should include the symbolic link for
5384         the <tt>SONAME</tt> that <prgn>ldconfig</prgn> would create for
5385         the shared libraries.  For example,
5386         the <package>libgdbm3</package> package should include a symbolic
5387         link from <file>/usr/lib/libgdbm.so.3</file> to
5388         <file>libgdbm.so.3.0.0</file>.  This is needed so that the dynamic
5389         linker (for example <prgn>ld.so</prgn> or
5390         <prgn>ld-linux.so.*</prgn>) can find the library between the
5391         time that <prgn>dpkg</prgn> installs it and the time that
5392         <prgn>ldconfig</prgn> is run in the <prgn>postinst</prgn>
5393         script.<footnote>
5394             The package management system requires the library to be
5395             placed before the symbolic link pointing to it in the
5396             <file>.deb</file> file.  This is so that when
5397             <prgn>dpkg</prgn> comes to install the symlink
5398             (overwriting the previous symlink pointing at an older
5399             version of the library), the new shared library is already
5400             in place.  In the past, this was achieved by creating the
5401             library in the temporary packaging directory before
5402             creating the symlink.  Unfortunately, this was not always
5403             effective, since the building of the tar file in the
5404             <file>.deb</file> depended on the behavior of the underlying
5405             file system.  Some file systems (such as reiserfs) reorder
5406             the files so that the order of creation is forgotten.
5407             Since version 1.7.0, <prgn>dpkg</prgn>
5408             reorders the files itself as necessary when building a
5409             package.  Thus it is no longer important to concern
5410             oneself with the order of file creation.
5411         </footnote>
5412       </p>
5413
5414         <sect1 id="ldconfig">
5415           <heading><tt>ldconfig</tt></heading>
5416
5417         <p>
5418           Any package installing shared libraries in one of the default
5419           library directories of the dynamic linker (which are currently
5420           <file>/usr/lib</file> and <file>/lib</file>) or a directory that is
5421           listed in <file>/etc/ld.so.conf</file><footnote>
5422             These are currently <file>/usr/local/lib</file> plus
5423             directories under <file>/lib</file> and <file>/usr/lib</file>
5424             matching the multiarch triplet for the system architecture.
5425           </footnote>
5426           must use <prgn>ldconfig</prgn> to update the shared library
5427           system.
5428         </p>
5429
5430         <p>
5431             The package maintainer scripts must only call
5432             <prgn>ldconfig</prgn> under these circumstances:
5433             <list compact="compact">
5434               <item>When the <prgn>postinst</prgn> script is run with a
5435                   first argument of <tt>configure</tt>, the script must call
5436                   <prgn>ldconfig</prgn>, and may optionally invoke
5437                   <prgn>ldconfig</prgn> at other times.
5438               </item>
5439               <item>When the <prgn>postrm</prgn> script is run with a
5440                   first argument of <tt>remove</tt>, the script should call
5441                   <prgn>ldconfig</prgn>.
5442               </item>
5443             </list>
5444          <footnote>
5445             <p>
5446               During install or upgrade, the preinst is called before
5447               the new files are installed, so calling "ldconfig" is
5448               pointless.  The preinst of an existing package can also be
5449               called if an upgrade fails.  However, this happens during
5450               the critical time when a shared libs may exist on-disk
5451               under a temporary name.  Thus, it is dangerous and
5452               forbidden by current policy to call "ldconfig" at this
5453               time.
5454             </p>
5455
5456             <p>
5457               When a package is installed or upgraded, "postinst
5458               configure" runs after the new files are safely on-disk.
5459               Since it is perfectly safe to invoke ldconfig
5460               unconditionally in a postinst, it is OK for a package to
5461               simply put ldconfig in its postinst without checking the
5462               argument.  The postinst can also be called to recover from
5463               a failed upgrade.  This happens before any new files are
5464               unpacked, so there is no reason to call "ldconfig" at this
5465               point.
5466             </p>
5467
5468             <p>
5469               For a package that is being removed, prerm is
5470               called with all the files intact, so calling ldconfig is
5471               useless.  The other calls to "prerm" happen in the case of
5472               upgrade at a time when all the files of the old package
5473               are on-disk, so again calling "ldconfig" is pointless.
5474             </p>
5475
5476             <p>
5477               postrm, on the other hand, is called with the "remove"
5478               argument just after the files are removed, so this is
5479               the proper time to call "ldconfig" to notify the system
5480               of the fact that the shared libraries from the package
5481               are removed.  The postrm can be called at several other
5482               times.  At the time of "postrm purge", "postrm
5483               abort-install", or "postrm abort-upgrade", calling
5484               "ldconfig" is useless because the shared lib files are
5485               not on-disk.  However, when "postrm" is invoked with
5486               arguments "upgrade", "failed-upgrade", or "disappear", a
5487               shared lib may exist on-disk under a temporary filename.
5488             </p>
5489           </footnote>
5490         </p>
5491         </sect1>
5492
5493       </sect>
5494
5495       <sect id="sharedlibs-support-files">
5496         <heading>Shared library support files</heading>
5497
5498         <p>
5499           If your package contains files whose names do not change with
5500           each change in the library shared object version, you must not
5501           put them in the shared library package.  Otherwise, several
5502           versions of the shared library cannot be installed at the same
5503           time without filename clashes, making upgrades and transitions
5504           unnecessarily difficult.
5505         </p>
5506
5507         <p>
5508           It is recommended that supporting files and run-time support
5509           programs that do not need to be invoked manually by users, but
5510           are nevertheless required for the package to function, be placed
5511           (if they are binary) in a subdirectory of <file>/usr/lib</file>,
5512           preferably under <file>/usr/lib/</file><var>package-name</var>.
5513           If the program or file is architecture independent, the
5514           recommendation is for it to be placed in a subdirectory of
5515           <file>/usr/share</file> instead, preferably under
5516           <file>/usr/share/</file><var>package-name</var>.  Following the
5517           <var>package-name</var> naming convention ensures that the file
5518           names change when the shared object version changes.
5519         </p>
5520
5521         <p>
5522           Run-time support programs that use the shared library but are
5523           not required for the library to function or files used by the
5524           shared library that can be used by any version of the shared
5525           library package should instead be put in a separate package.
5526           This package might typically be named
5527           <package><var>libraryname</var>-tools</package>; note the
5528           absence of the <var>soversion</var> in the package name.
5529         </p>
5530
5531         <p>
5532           Files and support programs only useful when compiling software
5533           against the library should be included in the development
5534           package for the library.<footnote>
5535             For example, a <file><var>package-name</var>-config</file>
5536             script or <package>pkg-config</package> configuration files.
5537           </footnote>
5538         </p>
5539       </sect>
5540
5541       <sect id="sharedlibs-static">
5542         <heading>Static libraries</heading>
5543
5544       <p>
5545         The static library (<file><var>libraryname.a</var></file>)
5546         is usually provided in addition to the shared version.
5547         It is placed into the development package (see below).
5548       </p>
5549
5550       <p>
5551         In some cases, it is acceptable for a library to be
5552         available in static form only; these cases include:
5553         <list>
5554           <item>libraries for languages whose shared library support
5555                 is immature or unstable</item>
5556           <item>libraries whose interfaces are in flux or under
5557                 development (commonly the case when the library's
5558                 major version number is zero, or where the ABI breaks
5559                 across patchlevels)</item>
5560           <item>libraries which are explicitly intended to be
5561                 available only in static form by their upstream
5562                 author(s)</item>
5563         </list>
5564       </p>
5565
5566       <sect id="sharedlibs-dev">
5567         <heading>Development files</heading>
5568
5569       <p>
5570         If there are development files associated with a shared library,
5571         the source package needs to generate a binary development package
5572         named <package><var>libraryname</var><var>soversion</var>-dev</package>,
5573         or if you prefer only to support one development version at a
5574         time, <package><var>libraryname</var>-dev</package>.  Installing
5575         the development package must result in installation of all the
5576         development files necessary for compiling programs against that
5577         shared library.<footnote>
5578           This wording allows the development files to be split into
5579           several packages, such as a separate architecture-independent
5580           <package><var>libraryname</var>-headers</package>, provided that
5581           the development package depends on all the required additional
5582           packages.
5583         </footnote>
5584       </p>
5585
5586       <p>
5587         In case several development versions of a library exist, you may
5588         need to use <prgn>dpkg</prgn>'s Conflicts mechanism (see
5589         <ref id="conflicts">) to ensure that the user only installs one
5590         development version at a time (as different development versions are
5591         likely to have the same header files in them, which would cause a
5592         filename clash if both were installed).
5593       </p>
5594
5595       <p>
5596         The development package should contain a symlink for the associated
5597         shared library without a version number. For example, the
5598         <package>libgdbm-dev</package> package should include a symlink
5599         from <file>/usr/lib/libgdbm.so</file> to
5600         <file>libgdbm.so.3.0.0</file>.  This symlink is needed by the linker
5601         (<prgn>ld</prgn>) when compiling packages, as it will only look for
5602         <file>libgdbm.so</file> when compiling dynamically.
5603       </p>
5604
5605       <p>
5606         If the package provides Ada Library Information
5607         (<file>*.ali</file>) files for use with GNAT, these files must be
5608         installed read-only (mode 0444) so that GNAT will not attempt to
5609         recompile them.  This overrides the normal file mode requirements
5610         given in <ref id="permissions-owners">.
5611       </p>
5612       </sect>
5613
5614       <sect id="sharedlibs-intradeps">
5615         <heading>Dependencies between the packages of the same library</heading>
5616
5617         <p>
5618           Typically the development version should have an exact
5619           version dependency on the runtime library, to make sure that
5620           compilation and linking happens correctly.  The
5621           <tt>${binary:Version}</tt> substitution variable can be
5622           useful for this purpose.
5623           <footnote>
5624             Previously, <tt>${Source-Version}</tt> was used, but its name
5625             was confusing and it has been deprecated since dpkg 1.13.19.
5626           </footnote>
5627         </p>
5628       </sect>
5629
5630       <sect id="sharedlibs-shlibdeps">
5631         <heading>Dependencies between the library and other packages -
5632         the <tt>shlibs</tt> system</heading>
5633
5634         <p>
5635           If a package contains a binary or library which links to a
5636           shared library, we must ensure that when the package is
5637           installed on the system, all of the libraries needed are
5638           also installed.  This requirement led to the creation of the
5639           <tt>shlibs</tt> system, which is very simple in its design:
5640           any package which <em>provides</em> a shared library also
5641           provides information on the package dependencies required to
5642           ensure the presence of this library, and any package which
5643           <em>uses</em> a shared library uses this information to
5644           determine the dependencies it requires.  The files which
5645           contain the mapping from shared libraries to the necessary
5646           dependency information are called <file>shlibs</file> files.
5647         </p>
5648
5649         <p>
5650           When a package is built which contains any shared libraries, it
5651           must provide a <file>shlibs</file> file for other packages to
5652           use.  When a package is built which contains any shared
5653           libraries or compiled binaries, it must run
5654           <qref id="pkg-dpkg-shlibdeps"><prgn>dpkg-shlibdeps</prgn></qref>
5655           on these to determine the libraries used and hence the
5656           dependencies needed by this package.<footnote>
5657             <p>
5658               <prgn>dpkg-shlibdeps</prgn> will use a program
5659               like <prgn>objdump</prgn> or <prgn>readelf</prgn> to find
5660               the libraries directly needed by the binaries or shared
5661               libraries in the package.
5662             </p>
5663
5664             <p>
5665               We say that a binary <tt>foo</tt> <em>directly</em> uses
5666               a library <tt>libbar</tt> if it is explicitly linked
5667               with that library (that is, the library is listed in the ELF
5668               <tt>NEEDED</tt> attribute, caused by adding <tt>-lbar</tt>
5669               to the link line when the binary is created).  Other
5670               libraries that are needed by <tt>libbar</tt> are linked
5671               <em>indirectly</em> to <tt>foo</tt>, and the dynamic
5672               linker will load them automatically when it loads
5673               <tt>libbar</tt>.  A package should depend on the libraries
5674               it directly uses, but not the libraries it indirectly uses.
5675               The dependencies for those libraries will automatically pull
5676               in the other libraries.
5677             </p>
5678
5679             <p>
5680               A good example of where this helps is the following.  We
5681               could update <tt>libimlib</tt> with a new version that
5682               supports a new graphics format called dgf (but retaining the
5683               same major version number) and depends on <tt>libdgf</tt>.
5684               If we used <prgn>ldd</prgn> to add dependencies for every
5685               library directly or indirectly linked with a binary, every
5686               package that uses <tt>libimlib</tt> would need to be
5687               recompiled so it would also depend on <tt>libdgf</tt> or it
5688               wouldn't run due to missing symbols.  Since dependencies are
5689               only added based on ELF <tt>NEEDED</tt> attribute, packages
5690               using <tt>libimlib</tt> can rely on <tt>libimlib</tt> itself
5691               having the dependency on <tt>libdgf</tt> and so they would
5692               not need rebuilding.
5693             </p>
5694           </footnote>
5695         </p>
5696
5697         <p>
5698           In the following sections, we will first describe where the
5699           various <tt>shlibs</tt> files are to be found, then how to
5700           use <prgn>dpkg-shlibdeps</prgn>, and finally the <tt>shlibs</tt>
5701           file format and how to create them if your package contains a
5702           shared library.
5703         </p>
5704
5705       <sect1>
5706         <heading>The <tt>shlibs</tt> files present on the system</heading>
5707
5708         <p>
5709           There are several places where <tt>shlibs</tt> files are
5710           found.  The following list gives them in the order in which
5711           they are read by
5712           <qref id="pkg-dpkg-shlibdeps"><prgn>dpkg-shlibdeps</prgn></qref>.
5713           (The first one which gives the required information is used.)
5714         </p>
5715
5716         <p>
5717           <list>
5718             <item>
5719               <p><file>debian/shlibs.local</file></p>
5720
5721               <p>
5722                 This lists overrides for this package.  This file should
5723                 normally not be used, but may be needed temporarily in
5724                 unusual situations to work around bugs in other packages,
5725                 or in unusual cases where the normally declared dependency
5726                 information in the installed <file>shlibs</file> file for
5727                 a library cannot be used.  This file overrides information
5728                 obtained from any other source.
5729               </p>
5730             </item>
5731
5732             <item>
5733               <p><file>/etc/dpkg/shlibs.override</file></p>
5734
5735               <p>
5736                 This lists global overrides.  This list is normally
5737                 empty.  It is maintained by the local system
5738                 administrator.
5739               </p>
5740             </item>
5741
5742             <item>
5743               <p><file>DEBIAN/shlibs</file> files in the "build directory"</p>
5744
5745               <p>
5746                 When packages are being built,
5747                 any <file>debian/shlibs</file> files are copied into the
5748                 control information file area of the temporary build
5749                 directory and given the name <file>shlibs</file>.  These
5750                 files give details of any shared libraries included in the
5751                 same package.<footnote>
5752                   An example may help here.  Let us say that the source
5753                   package <tt>foo</tt> generates two binary
5754                   packages, <tt>libfoo2</tt> and <tt>foo-runtime</tt>.
5755                   When building the binary packages, the two packages are
5756                   created in the directories <file>debian/libfoo2</file>
5757                   and <file>debian/foo-runtime</file> respectively.
5758                   (<file>debian/tmp</file> could be used instead of one of
5759                   these.)  Since <tt>libfoo2</tt> provides the
5760                   <tt>libfoo</tt> shared library, it will require a
5761                   <tt>shlibs</tt> file, which will be installed in
5762                   <file>debian/libfoo2/DEBIAN/shlibs</file>, eventually to
5763                   become <file>/var/lib/dpkg/info/libfoo2.shlibs</file>.
5764                   When <prgn>dpkg-shlibdeps</prgn> is run on the
5765                   executable <file>debian/foo-runtime/usr/bin/foo-prog</file>,
5766                   it will examine
5767                   the <file>debian/libfoo2/DEBIAN/shlibs</file> file to
5768                   determine whether <tt>foo-prog</tt>'s library
5769                   dependencies are satisfied by any of the libraries
5770                   provided by <tt>libfoo2</tt>.  For this reason,
5771                   <prgn>dpkg-shlibdeps</prgn> must only be run once all of
5772                   the individual binary packages' <tt>shlibs</tt> files
5773                   have been installed into the build directory.
5774                 </footnote>
5775               </p>
5776             </item>
5777
5778             <item>
5779               <p><file>/var/lib/dpkg/info/*.shlibs</file></p>
5780
5781               <p>
5782                 These are the <file>shlibs</file> files corresponding to
5783                 all of the packages installed on the system, and are
5784                 maintained by the relevant package maintainers.
5785               </p>
5786             </item>
5787
5788             <item>
5789               <p><file>/etc/dpkg/shlibs.default</file></p>
5790
5791               <p>
5792                 This file lists any shared libraries whose packages
5793                 have failed to provide correct <file>shlibs</file> files.
5794                 It was used when the <file>shlibs</file> setup was first
5795                 introduced, but it is now normally empty.  It is
5796                 maintained by the <tt>dpkg</tt> maintainer.
5797               </p>
5798             </item>
5799           </list>
5800         </p>
5801       </sect1>
5802
5803       <sect1>
5804         <heading>How to use <prgn>dpkg-shlibdeps</prgn> and the
5805             <file>shlibs</file> files</heading>
5806
5807         <p>
5808           Put a call to
5809           <qref id="pkg-dpkg-shlibdeps"><prgn>dpkg-shlibdeps</prgn></qref>
5810           into your <file>debian/rules</file> file.  If your package
5811           contains only compiled binaries and libraries (but no scripts),
5812           you can use a command such as:
5813           <example compact="compact">
5814 dpkg-shlibdeps debian/tmp/usr/bin/* debian/tmp/usr/sbin/* \
5815   debian/tmp/usr/lib/*
5816           </example>
5817           Otherwise, you will need to explicitly list the compiled
5818           binaries and libraries.<footnote>
5819             If you are using <tt>debhelper</tt>, the
5820             <prgn>dh_shlibdeps</prgn> program will do this work for you.
5821             It will also correctly handle multi-binary packages.
5822           </footnote>
5823         </p>
5824
5825         <p>
5826           This command puts the dependency information into the
5827           <file>debian/substvars</file> file, which is then used by
5828           <prgn>dpkg-gencontrol</prgn>.  You will need to place a
5829           <tt>${shlibs:Depends}</tt> variable in the <tt>Depends</tt>
5830           field in the control file for this to work.
5831         </p>
5832
5833         <p>
5834           If you have multiple binary packages, you will need to call
5835           <prgn>dpkg-shlibdeps</prgn> on each one which contains
5836           compiled libraries or binaries.  In such a case, you will
5837           need to use the <tt>-T</tt> option to the <tt>dpkg</tt>
5838           utilities to specify a different <file>substvars</file> file.
5839         </p>
5840
5841         <p>
5842           If you are creating a udeb for use in the Debian Installer,
5843           you will need to specify that <prgn>dpkg-shlibdeps</prgn>
5844           should use the dependency line of type <tt>udeb</tt> by
5845           adding the <tt>-tudeb</tt> option<footnote>
5846             <prgn>dh_shlibdeps</prgn> from the <tt>debhelper</tt> suite
5847             will automatically add this option if it knows it is
5848             processing a udeb.
5849           </footnote>. If there is no dependency line of
5850           type <tt>udeb</tt> in the <file>shlibs</file>
5851           file, <prgn>dpkg-shlibdeps</prgn> will fall back to the regular
5852           dependency line.
5853         </p>
5854
5855         <p>
5856           For more details on <prgn>dpkg-shlibdeps</prgn>, please see
5857           <ref id="pkg-dpkg-shlibdeps"> and
5858           <manref name="dpkg-shlibdeps" section="1">.
5859         </p>
5860       </sect1>
5861
5862       <sect1 id="shlibs">
5863         <heading>The <file>shlibs</file> File Format</heading>
5864
5865         <p>
5866           Each <file>shlibs</file> file has the same format.  Lines
5867           beginning with <tt>#</tt> are considered to be comments and
5868           are ignored.  Each line is of the form:
5869           <example compact="compact">
5870 [<var>type</var>: ]<var>library-name</var> <var>soname-version</var> <var>dependencies ...</var>
5871           </example>
5872         </p>
5873
5874         <p>
5875           We will explain this by reference to the example of the
5876           <tt>zlib1g</tt> package, which (at the time of writing)
5877           installs the shared library <file>/usr/lib/libz.so.1.1.3</file>.
5878         </p>
5879
5880         <p>
5881           <var>type</var> is an optional element that indicates the type
5882           of package for which the line is valid. The only type currently
5883           in use is <tt>udeb</tt>. The colon and space after the type are
5884           required.
5885         </p>
5886
5887         <p>
5888           <var>library-name</var> is the name of the shared library,
5889           in this case <tt>libz</tt>.  (This must match the name part
5890           of the soname, see below.)
5891         </p>
5892
5893         <p>
5894           <var>soname-version</var> is the version part of the soname of
5895           the library.  The soname is the thing that must exactly match
5896           for the library to be recognized by the dynamic linker, and is
5897           usually of the form
5898           <tt><var>name</var>.so.<var>major-version</var></tt>, in our
5899           example, <tt>libz.so.1</tt>.<footnote>
5900             This can be determined using the command
5901             <example compact="compact">
5902 objdump -p /usr/lib/libz.so.1.1.3 | grep SONAME
5903             </example>
5904           </footnote>
5905           The version part is the part which comes after
5906           <tt>.so.</tt>, so in our case, it is <tt>1</tt>.  The soname may
5907           instead be of the form
5908           <tt><var>name</var>-<var>major-version</var>.so</tt>, such
5909           as <tt>libdb-4.8.so</tt>, in which case the name would
5910           be <tt>libdb</tt> and the version would be <tt>4.8</tt>.
5911         </p>
5912
5913         <p>
5914           <var>dependencies</var> has the same syntax as a dependency
5915           field in a binary package control file.  It should give
5916           details of which packages are required to satisfy a binary
5917           built against the version of the library contained in the
5918           package.  See <ref id="depsyntax"> for details.
5919         </p>
5920
5921         <p>
5922           In our example, if the first version of the <tt>zlib1g</tt>
5923           package which contained a minor number of at least
5924           <tt>1.3</tt> was <var>1:1.1.3-1</var>, then the
5925           <tt>shlibs</tt> entry for this library could say:
5926           <example compact="compact">
5927 libz 1 zlib1g (>= 1:1.1.3)
5928           </example>
5929           The version-specific dependency is to avoid warnings from
5930           the dynamic linker about using older shared libraries with
5931           newer binaries.
5932         </p>
5933
5934         <p>
5935           As zlib1g also provides a udeb containing the shared library,
5936           there would also be a second line:
5937           <example compact="compact">
5938 udeb: libz 1 zlib1g-udeb (>= 1:1.1.3)
5939           </example>
5940         </p>
5941       </sect1>
5942
5943       <sect1>
5944         <heading>Providing a <file>shlibs</file> file</heading>
5945
5946         <p>
5947           If your package provides a shared library, you need to create
5948           a <file>shlibs</file> file following the format described above.
5949           It is usual to call this file <file>debian/shlibs</file> (but if
5950           you have multiple binary packages, you might want to call it
5951           <file>debian/shlibs.<var>package</var></file> instead).  Then
5952           let <file>debian/rules</file> install it in the control
5953           information file area:
5954           <example compact="compact">
5955 install -m644 debian/shlibs debian/tmp/DEBIAN
5956           </example>
5957           or, in the case of a multi-binary package:
5958           <example compact="compact">
5959 install -m644 debian/shlibs.<var>package</var> debian/<var>package</var>/DEBIAN/shlibs
5960           </example>
5961           An alternative way of doing this is to create the
5962           <file>shlibs</file> file in the control information file area
5963           directly from <file>debian/rules</file> without using
5964           a <file>debian/shlibs</file> file at all,<footnote>
5965             This is what <prgn>dh_makeshlibs</prgn> in
5966             the <package>debhelper</package> suite does. If your package
5967             also has a udeb that provides a shared
5968             library, <prgn>dh_makeshlibs</prgn> can automatically generate
5969             the <tt>udeb:</tt> lines if you specify the name of the udeb
5970             with the <tt>--add-udeb</tt> option.
5971           </footnote>
5972           since the <file>debian/shlibs</file> file itself is ignored by
5973           <prgn>dpkg-shlibdeps</prgn>.
5974         </p>
5975
5976         <p>
5977           As <prgn>dpkg-shlibdeps</prgn> reads the
5978           <file>DEBIAN/shlibs</file> files in all of the binary packages
5979           being built from this source package, all of the
5980           <file>DEBIAN/shlibs</file> files should be installed before
5981           <prgn>dpkg-shlibdeps</prgn> is called on any of the binary
5982           packages.
5983         </p>
5984       </sect1>
5985       </sect>
5986     </chapt>
5987
5988
5989     <chapt id="opersys"><heading>The Operating System</heading>
5990
5991       <sect>
5992         <heading>File system hierarchy</heading>
5993
5994
5995         <sect1 id="fhs">
5996           <heading>File System Structure</heading>
5997
5998           <p>
5999             The location of all installed files and directories must
6000             comply with the Filesystem Hierarchy Standard (FHS),
6001             version 2.3, with the exceptions noted below, and except
6002             where doing so would violate other terms of Debian
6003             Policy.  The following exceptions to the FHS apply:
6004
6005             <enumlist>
6006               <item>
6007                 <p>
6008                   The optional rules related to user specific
6009                   configuration files for applications are stored in
6010                   the user's home directory are relaxed.  It is
6011                   recommended that such files start with the
6012                   '<tt>.</tt>' character (a "dot file"), and if an
6013                   application needs to create more than one dot file
6014                   then the preferred placement is in a subdirectory
6015                   with a name starting with a '.' character, (a "dot
6016                   directory"). In this case it is recommended the
6017                   configuration files not start with the '.'
6018                   character.
6019                 </p>
6020               </item>
6021               <item>
6022                 <p>
6023                   The requirement for amd64 to use <file>/lib64</file>
6024                   for 64 bit binaries is removed.
6025                 </p>
6026               </item>
6027               <item>
6028                 <p>
6029                   The requirement for object files, internal binaries, and
6030                   libraries, including <file>libc.so.*</file>, to be located
6031                   directly under <file>/lib{,32}</file> and
6032                   <file>/usr/lib{,32}</file> is amended, permitting files
6033                   to instead be installed to
6034                   <file>/lib/<var>triplet</var></file> and
6035                   <file>/usr/lib/<var>triplet</var></file>, where
6036                   <tt><var>triplet</var></tt> is the value returned by
6037                   <tt>dpkg-architecture -qDEB_HOST_MULTIARCH</tt> for the
6038                   architecture of the package.  Packages may <em>not</em>
6039                   install files to any <var>triplet</var> path other
6040                   than the one matching the architecture of that package;
6041                   for instance, an <tt>Architecture: amd64</tt> package
6042                   containing 32-bit x86 libraries may not install these
6043                   libraries to <file>/usr/lib/i386-linux-gnu</file>.
6044                   <footnote>
6045                     This is necessary in order to reserve the directories for
6046                     use in cross-installation of library packages from other
6047                     architectures, as part of the planned deployment of
6048                     <tt>multiarch</tt>.
6049                   </footnote>
6050                 </p>
6051                 <p>
6052                   Applications may also use a single subdirectory under
6053                   <file>/usr/lib/<var>triplet</var></file>.
6054                 </p>
6055                 <p>
6056                   The execution time linker/loader, ld*, must still be made
6057                   available in the existing location under /lib or /lib64
6058                   since this is part of the ELF ABI for the architecture.
6059                 </p>
6060               </item>
6061               <item>
6062                 <p>
6063                   The requirement that
6064                   <file>/usr/local/share/man</file> be "synonymous"
6065                   with <file>/usr/local/man</file> is relaxed to a
6066                   recommendation</p>
6067               </item>
6068               <item>
6069                 <p>
6070                   The requirement that windowmanagers with a single
6071                   configuration file call it <file>system.*wmrc</file>
6072                   is removed, as is the restriction that the window
6073                   manager subdirectory be named identically to the
6074                   window manager name itself.
6075                 </p>
6076               </item>
6077               <item>
6078                 <p>
6079                   The requirement that boot manager configuration
6080                   files live in <file>/etc</file>, or at least are
6081                   symlinked there, is relaxed to a recommendation.
6082                 </p>
6083               </item>
6084               <item>
6085                 <p>
6086                   The following directories in the root filesystem are
6087                   additionally allowed: <file>/sys</file> and
6088                   <file>/selinux</file>. <footnote>These directories
6089                   are used as mount points to mount virtual filesystems
6090                   to get access to kernel information.</footnote>
6091                 </p>
6092               </item>
6093               <item>
6094                 <p>
6095                   On GNU/Hurd systems, the following additional
6096                   directories are allowed in the root
6097                   filesystem: <file>/hurd</file>
6098                   and <file>/servers</file>.<footnote>
6099                     These directories are used to store translators and as
6100                     a set of standard names for mount points,
6101                     respectively.
6102                   </footnote>
6103                 </p>
6104               </item>
6105             </enumlist>
6106           </p>
6107
6108           <p>
6109             The version of this document referred here can be
6110             found in the <tt>debian-policy</tt> package or on <url
6111             id="http://www.debian.org/doc/packaging-manuals/fhs/"
6112               name="FHS (Debian copy)"> alongside this manual (or, if
6113             you have the <package>debian-policy</package> installed,
6114             you can try <url
6115               id="file:///usr/share/doc/debian-policy/fhs/" name="FHS
6116               (local copy)">). The
6117             latest version, which may be a more recent version, may
6118             be found on
6119             <url id="http://www.pathname.com/fhs/" name="FHS (upstream)">.
6120             Specific questions about following the standard may be
6121             asked on the <tt>debian-devel</tt> mailing list, or
6122             referred to the FHS mailing list (see the
6123             <url id="http://www.pathname.com/fhs/" name="FHS web site"> for
6124             more information).
6125           </p>
6126         </sect1>
6127
6128         <sect1>
6129           <heading>Site-specific programs</heading>
6130
6131           <p>
6132             As mandated by the FHS, packages must not place any
6133             files in <file>/usr/local</file>, either by putting them in
6134             the file system archive to be unpacked by <prgn>dpkg</prgn>
6135             or by manipulating them in their maintainer scripts.
6136           </p>
6137
6138           <p>
6139             However, the package may create empty directories below
6140             <file>/usr/local</file> so that the system administrator knows
6141             where to place site-specific files.  These are not
6142             directories <em>in</em> <file>/usr/local</file>, but are
6143             children of directories in <file>/usr/local</file>.  These
6144             directories (<file>/usr/local/*/dir/</file>)
6145             should be removed on package removal if they are
6146             empty.
6147           </p>
6148
6149           <p>
6150             Note that this applies only to
6151             directories <em>below</em> <file>/usr/local</file>,
6152             not <em>in</em> <file>/usr/local</file>.  Packages must
6153             not create sub-directories in the
6154             directory <file>/usr/local</file> itself, except those
6155             listed in FHS, section 4.5.  However, you may create
6156             directories below them as you wish. You must not remove
6157             any of the directories listed in 4.5, even if you created
6158             them.
6159           </p>
6160
6161           <p>
6162             Since <file>/usr/local</file> can be mounted read-only from a
6163             remote server, these directories must be created and
6164             removed by the <prgn>postinst</prgn> and <prgn>prerm</prgn>
6165             maintainer scripts and not be included in the
6166             <file>.deb</file> archive.  These scripts must not fail if
6167             either of these operations fail.
6168           </p>
6169
6170           <p>
6171             For example, the <tt>emacsen-common</tt> package could
6172             contain something like
6173             <example compact="compact">
6174 if [ ! -e /usr/local/share/emacs ]
6175 then
6176   if mkdir /usr/local/share/emacs 2>/dev/null
6177   then
6178     chown root:staff /usr/local/share/emacs
6179     chmod 2775 /usr/local/share/emacs
6180   fi
6181 fi
6182             </example>
6183             in its <prgn>postinst</prgn> script, and
6184             <example compact="compact">
6185 rmdir /usr/local/share/emacs/site-lisp 2>/dev/null || true
6186 rmdir /usr/local/share/emacs 2>/dev/null || true
6187             </example>
6188             in the <prgn>prerm</prgn> script.  (Note that this form is
6189             used to ensure that if the script is interrupted, the
6190             directory <file>/usr/local/share/emacs</file> will still be
6191             removed.)
6192           </p>
6193
6194           <p>
6195             If you do create a directory in <file>/usr/local</file> for
6196             local additions to a package, you should ensure that
6197             settings in <file>/usr/local</file> take precedence over the
6198             equivalents in <file>/usr</file>.
6199           </p>
6200
6201           <p>
6202             However, because <file>/usr/local</file> and its contents are
6203             for exclusive use of the local administrator, a package
6204             must not rely on the presence or absence of files or
6205             directories in <file>/usr/local</file> for normal operation.
6206           </p>
6207
6208           <p>
6209             The <file>/usr/local</file> directory itself and all the
6210             subdirectories created by the package should (by default) have
6211             permissions 2775 (group-writable and set-group-id) and be
6212             owned by <tt>root:staff</tt>.
6213           </p>
6214         </sect1>
6215
6216         <sect1>
6217           <heading>The system-wide mail directory</heading>
6218           <p>
6219             The system-wide mail directory
6220             is <file>/var/mail</file>. This directory is part of the
6221             base system and should not be owned by any particular mail
6222             agents.  The use of the old
6223             location <file>/var/spool/mail</file> is deprecated, even
6224             though the spool may still be physically located there.
6225           </p>
6226         </sect1>
6227       </sect>
6228
6229       <sect>
6230         <heading>Users and groups</heading>
6231
6232         <sect1>
6233           <heading>Introduction</heading>
6234           <p>
6235             The Debian system can be configured to use either plain or
6236             shadow passwords.
6237           </p>
6238
6239           <p>
6240             Some user ids (UIDs) and group ids (GIDs) are reserved
6241             globally for use by certain packages.  Because some
6242             packages need to include files which are owned by these
6243             users or groups, or need the ids compiled into binaries,
6244             these ids must be used on any Debian system only for the
6245             purpose for which they are allocated. This is a serious
6246             restriction, and we should avoid getting in the way of
6247             local administration policies. In particular, many sites
6248             allocate users and/or local system groups starting at 100.
6249           </p>
6250
6251           <p>
6252             Apart from this we should have dynamically allocated ids,
6253             which should by default be arranged in some sensible
6254             order, but the behavior should be configurable.
6255           </p>
6256
6257           <p>
6258             Packages other than <tt>base-passwd</tt> must not modify
6259             <file>/etc/passwd</file>, <file>/etc/shadow</file>,
6260             <file>/etc/group</file> or <file>/etc/gshadow</file>.
6261           </p>
6262         </sect1>
6263
6264         <sect1>
6265           <heading>UID and GID classes</heading>
6266           <p>
6267             The UID and GID numbers are divided into classes as
6268             follows:
6269             <taglist>
6270               <tag>0-99:</tag>
6271               <item>
6272                 <p>
6273                   Globally allocated by the Debian project, the same
6274                   on every Debian system.  These ids will appear in
6275                   the <file>passwd</file> and <file>group</file> files of all
6276                   Debian systems, new ids in this range being added
6277                   automatically as the <tt>base-passwd</tt> package is
6278                   updated.
6279                 </p>
6280
6281                 <p>
6282                   Packages which need a single statically allocated
6283                   uid or gid should use one of these; their
6284                   maintainers should ask the <tt>base-passwd</tt>
6285                   maintainer for ids.
6286                 </p>
6287               </item>
6288
6289               <tag>100-999:</tag>
6290               <item>
6291                 <p>
6292                   Dynamically allocated system users and groups.
6293                   Packages which need a user or group, but can have
6294                   this user or group allocated dynamically and
6295                   differently on each system, should use <tt>adduser
6296                   --system</tt> to create the group and/or user.
6297                   <prgn>adduser</prgn> will check for the existence of
6298                   the user or group, and if necessary choose an unused
6299                   id based on the ranges specified in
6300                   <file>adduser.conf</file>.
6301                 </p>
6302               </item>
6303
6304               <tag>1000-59999:</tag>
6305               <item>
6306                 <p>
6307                   Dynamically allocated user accounts.  By default
6308                   <prgn>adduser</prgn> will choose UIDs and GIDs for
6309                   user accounts in this range, though
6310                   <file>adduser.conf</file> may be used to modify this
6311                   behavior.
6312                 </p>
6313               </item>
6314
6315               <tag>60000-64999:</tag>
6316               <item>
6317                 <p>
6318                   Globally allocated by the Debian project, but only
6319                   created on demand. The ids are allocated centrally
6320                   and statically, but the actual accounts are only
6321                   created on users' systems on demand.
6322                 </p>
6323
6324                 <p>
6325                   These ids are for packages which are obscure or
6326                   which require many statically-allocated ids.  These
6327                   packages should check for and create the accounts in
6328                   <file>/etc/passwd</file> or <file>/etc/group</file> (using
6329                   <prgn>adduser</prgn> if it has this facility) if
6330                   necessary.  Packages which are likely to require
6331                   further allocations should have a "hole" left after
6332                   them in the allocation, to give them room to
6333                   grow.
6334                 </p>
6335               </item>
6336
6337               <tag>65000-65533:</tag>
6338               <item>
6339                 <p>Reserved.</p>
6340               </item>
6341
6342               <tag>65534:</tag>
6343               <item>
6344                 <p>
6345                   User <tt>nobody</tt>. The corresponding gid refers
6346                   to the group <tt>nogroup</tt>.
6347                 </p>
6348               </item>
6349
6350               <tag>65535:</tag>
6351               <item>
6352                 <p>
6353                   <tt>(uid_t)(-1) == (gid_t)(-1)</tt> <em>must
6354                   not</em> be used, because it is the error return
6355                   sentinel value.
6356                 </p>
6357               </item>
6358             </taglist>
6359           </p>
6360         </sect1>
6361       </sect>
6362
6363       <sect id="sysvinit">
6364         <heading>System run levels and <file>init.d</file> scripts</heading>
6365
6366         <sect1 id="/etc/init.d">
6367           <heading>Introduction</heading>
6368
6369           <p>
6370             The <file>/etc/init.d</file> directory contains the scripts
6371             executed by <prgn>init</prgn> at boot time and when the
6372             init state (or "runlevel") is changed (see <manref
6373             name="init" section="8">).
6374           </p>
6375
6376           <p>
6377             There are at least two different, yet functionally
6378             equivalent, ways of handling these scripts.  For the sake
6379             of simplicity, this document describes only the symbolic
6380             link method. However, it must not be assumed by maintainer
6381             scripts that this method is being used, and any automated
6382             manipulation of the various runlevel behaviors by
6383             maintainer scripts must be performed using
6384             <prgn>update-rc.d</prgn> as described below and not by
6385             manually installing or removing symlinks.  For information
6386             on the implementation details of the other method,
6387             implemented in the <tt>file-rc</tt> package, please refer
6388             to the documentation of that package.
6389           </p>
6390
6391           <p>
6392             These scripts are referenced by symbolic links in the
6393             <file>/etc/rc<var>n</var>.d</file> directories.  When changing
6394             runlevels, <prgn>init</prgn> looks in the directory
6395             <file>/etc/rc<var>n</var>.d</file> for the scripts it should
6396             execute, where <tt><var>n</var></tt> is the runlevel that
6397             is being changed to, or <tt>S</tt> for the boot-up
6398             scripts.
6399           </p>
6400
6401           <p>
6402             The names of the links all have the form
6403             <file>S<var>mm</var><var>script</var></file> or
6404             <file>K<var>mm</var><var>script</var></file> where
6405             <var>mm</var> is a two-digit number and <var>script</var>
6406             is the name of the script (this should be the same as the
6407             name of the actual script in <file>/etc/init.d</file>).
6408           </p>
6409
6410           <p>
6411             When <prgn>init</prgn> changes runlevel first the targets
6412             of the links whose names start with a <tt>K</tt> are
6413             executed, each with the single argument <tt>stop</tt>,
6414             followed by the scripts prefixed with an <tt>S</tt>, each
6415             with the single argument <tt>start</tt>.  (The links are
6416             those in the <file>/etc/rc<var>n</var>.d</file> directory
6417             corresponding to the new runlevel.)  The <tt>K</tt> links
6418             are responsible for killing services and the <tt>S</tt>
6419             link for starting services upon entering the runlevel.
6420           </p>
6421
6422           <p>
6423             For example, if we are changing from runlevel 2 to
6424             runlevel 3, init will first execute all of the <tt>K</tt>
6425             prefixed scripts it finds in <file>/etc/rc3.d</file>, and then
6426             all of the <tt>S</tt> prefixed scripts in that directory.
6427             The links starting with <tt>K</tt> will cause the
6428             referred-to file to be executed with an argument of
6429             <tt>stop</tt>, and the <tt>S</tt> links with an argument
6430             of <tt>start</tt>.
6431           </p>
6432
6433           <p>
6434             The two-digit number <var>mm</var> is used to determine
6435             the order in which to run the scripts: low-numbered links
6436             have their scripts run first.  For example, the
6437             <tt>K20</tt> scripts will be executed before the
6438             <tt>K30</tt> scripts.  This is used when a certain service
6439             must be started before another.  For example, the name
6440             server <prgn>bind</prgn> might need to be started before
6441             the news server <prgn>inn</prgn> so that <prgn>inn</prgn>
6442             can set up its access lists.  In this case, the script
6443             that starts <prgn>bind</prgn> would have a lower number
6444             than the script that starts <prgn>inn</prgn> so that it
6445             runs first:
6446             <example compact="compact">
6447 /etc/rc2.d/S17bind
6448 /etc/rc2.d/S70inn
6449             </example>
6450           </p>
6451
6452           <p>
6453             The two runlevels 0 (halt) and 6 (reboot) are slightly
6454             different.  In these runlevels, the links with an
6455             <tt>S</tt> prefix are still called after those with a
6456             <tt>K</tt> prefix, but they too are called with the single
6457             argument <tt>stop</tt>.
6458           </p>
6459         </sect1>
6460
6461         <sect1 id="writing-init">
6462           <heading>Writing the scripts</heading>
6463
6464           <p>
6465             Packages that include daemons for system services should
6466             place scripts in <file>/etc/init.d</file> to start or stop
6467             services at boot time or during a change of runlevel.
6468             These scripts should be named
6469             <file>/etc/init.d/<var>package</var></file>, and they should
6470             accept one argument, saying what to do:
6471
6472             <taglist>
6473               <tag><tt>start</tt></tag>
6474               <item>start the service,</item>
6475
6476               <tag><tt>stop</tt></tag>
6477               <item>stop the service,</item>
6478
6479               <tag><tt>restart</tt></tag>
6480               <item>stop and restart the service if it's already running,
6481                   otherwise start the service</item>
6482
6483               <tag><tt>reload</tt></tag>
6484               <item><p>cause the configuration of the service to be
6485                   reloaded without actually stopping and restarting
6486                   the service,</item>
6487
6488               <tag><tt>force-reload</tt></tag>
6489               <item>cause the configuration to be reloaded if the
6490                   service supports this, otherwise restart the
6491                   service.</item>
6492             </taglist>
6493
6494             The <tt>start</tt>, <tt>stop</tt>, <tt>restart</tt>, and
6495             <tt>force-reload</tt> options should be supported by all
6496             scripts in <file>/etc/init.d</file>, the <tt>reload</tt>
6497             option is optional.
6498           </p>
6499
6500           <p>
6501             The <file>init.d</file> scripts must ensure that they will
6502             behave sensibly (i.e., returning success and not starting
6503             multiple copies of a service) if invoked with <tt>start</tt>
6504             when the service is already running, or with <tt>stop</tt>
6505             when it isn't, and that they don't kill unfortunately-named
6506             user processes.  The best way to achieve this is usually to
6507             use <prgn>start-stop-daemon</prgn> with the <tt>--oknodo</tt>
6508             option.
6509           </p>
6510
6511           <p>
6512             Be careful of using <tt>set -e</tt> in <file>init.d</file>
6513             scripts.  Writing correct <file>init.d</file> scripts requires
6514             accepting various error exit statuses when daemons are already
6515             running or already stopped without aborting
6516             the <file>init.d</file> script, and common <file>init.d</file>
6517             function libraries are not safe to call with <tt>set -e</tt>
6518             in effect<footnote>
6519               <tt>/lib/lsb/init-functions</tt>, which assists in writing
6520               LSB-compliant init scripts, may fail if <tt>set -e</tt> is
6521               in effect and echoing status messages to the console fails,
6522               for example.
6523             </footnote>.  For <tt>init.d</tt> scripts, it's often easier
6524             to not use <tt>set -e</tt> and instead check the result of
6525             each command separately.
6526           </p>
6527
6528           <p>
6529             If a service reloads its configuration automatically (as
6530             in the case of <prgn>cron</prgn>, for example), the
6531             <tt>reload</tt> option of the <file>init.d</file> script
6532             should behave as if the configuration has been reloaded
6533             successfully.
6534           </p>
6535
6536           <p>
6537             The <file>/etc/init.d</file> scripts must be treated as
6538             configuration files, either (if they are present in the
6539             package, that is, in the .deb file) by marking them as
6540             <tt>conffile</tt>s, or, (if they do not exist in the .deb)
6541             by managing them correctly in the maintainer scripts (see
6542             <ref id="config-files">).  This is important since we want
6543             to give the local system administrator the chance to adapt
6544             the scripts to the local system, e.g., to disable a
6545             service without de-installing the package, or to specify
6546             some special command line options when starting a service,
6547             while making sure their changes aren't lost during the next
6548             package upgrade.
6549           </p>
6550
6551           <p>
6552             These scripts should not fail obscurely when the
6553             configuration files remain but the package has been
6554             removed, as configuration files remain on the system after
6555             the package has been removed.  Only when <prgn>dpkg</prgn>
6556             is executed with the <tt>--purge</tt> option will
6557             configuration files be removed.  In particular, as the
6558             <file>/etc/init.d/<var>package</var></file> script itself is
6559             usually a <tt>conffile</tt>, it will remain on the system
6560             if the package is removed but not purged.  Therefore, you
6561             should include a <tt>test</tt> statement at the top of the
6562             script, like this:
6563             <example compact="compact">
6564 test -f <var>program-executed-later-in-script</var> || exit 0
6565             </example>
6566           </p>
6567
6568           <p>
6569             Often there are some variables in the <file>init.d</file>
6570             scripts whose values control the behavior of the scripts,
6571             and which a system administrator is likely to want to
6572             change.  As the scripts themselves are frequently
6573             <tt>conffile</tt>s, modifying them requires that the
6574             administrator merge in their changes each time the package
6575             is upgraded and the <tt>conffile</tt> changes.  To ease
6576             the burden on the system administrator, such configurable
6577             values should not be placed directly in the script.
6578             Instead, they should be placed in a file in
6579             <file>/etc/default</file>, which typically will have the same
6580             base name as the <file>init.d</file> script.  This extra file
6581             should be sourced by the script when the script runs.  It
6582             must contain only variable settings and comments in SUSv3
6583             <prgn>sh</prgn> format.  It may either be a
6584             <tt>conffile</tt> or a configuration file maintained by
6585             the package maintainer scripts.  See <ref id="config-files">
6586             for more details.
6587           </p>
6588
6589           <p>
6590             To ensure that vital configurable values are always
6591             available, the <file>init.d</file> script should set default
6592             values for each of the shell variables it uses, either
6593             before sourcing the <file>/etc/default/</file> file or
6594             afterwards using something like the <tt>:
6595             ${VAR:=default}</tt> syntax.  Also, the <file>init.d</file>
6596             script must behave sensibly and not fail if the
6597             <file>/etc/default</file> file is deleted.
6598           </p>
6599
6600           <p>
6601             <file>/var/run</file> and <file>/var/lock</file> may be mounted
6602             as temporary filesystems<footnote>
6603                 For example, using the <tt>RAMRUN</tt> and <tt>RAMLOCK</tt>
6604                 options in <file>/etc/default/rcS</file>.
6605             </footnote>, so the <file>init.d</file> scripts must handle this
6606             correctly. This will typically amount to creating any required
6607             subdirectories dynamically when the <file>init.d</file> script
6608             is run, rather than including them in the package and relying on
6609             <prgn>dpkg</prgn> to create them.
6610           </p>
6611         </sect1>
6612
6613         <sect1>
6614           <heading>Interfacing with the initscript system</heading>
6615
6616           <p>
6617             Maintainers should use the abstraction layer provided by
6618             the <prgn>update-rc.d</prgn> and <prgn>invoke-rc.d</prgn>
6619             programs to deal with initscripts in their packages'
6620             scripts such as <prgn>postinst</prgn>, <prgn>prerm</prgn>
6621             and <prgn>postrm</prgn>.
6622           </p>
6623
6624           <p>
6625             Directly managing the /etc/rc?.d links and directly
6626             invoking the <file>/etc/init.d/</file> initscripts should
6627             be done only by packages providing the initscript
6628             subsystem (such as <prgn>sysv-rc</prgn> and
6629             <prgn>file-rc</prgn>).
6630           </p>
6631
6632           <sect2>
6633             <heading>Managing the links</heading>
6634
6635             <p>
6636               The program <prgn>update-rc.d</prgn> is provided for
6637               package maintainers to arrange for the proper creation and
6638               removal of <file>/etc/rc<var>n</var>.d</file> symbolic links,
6639               or their functional equivalent if another method is being
6640               used.  This may be used by maintainers in their packages'
6641               <prgn>postinst</prgn> and <prgn>postrm</prgn> scripts.
6642             </p>
6643
6644             <p>
6645               You must not include any <file>/etc/rc<var>n</var>.d</file>
6646               symbolic links in the actual archive or manually create or
6647               remove the symbolic links in maintainer scripts; you must
6648               use the <prgn>update-rc.d</prgn> program instead.  (The
6649               former will fail if an alternative method of maintaining
6650               runlevel information is being used.)  You must not include
6651               the <file>/etc/rc<var>n</var>.d</file> directories themselves
6652               in the archive either.  (Only the <tt>sysvinit</tt>
6653               package may do so.)
6654             </p>
6655
6656             <p>
6657               By default <prgn>update-rc.d</prgn> will start services in
6658               each of the multi-user state runlevels (2, 3, 4, and 5)
6659               and stop them in the halt runlevel (0), the single-user
6660               runlevel (1) and the reboot runlevel (6).  The system
6661               administrator will have the opportunity to customize
6662               runlevels by simply adding, moving, or removing the
6663               symbolic links in <file>/etc/rc<var>n</var>.d</file> if
6664               symbolic links are being used, or by modifying
6665               <file>/etc/runlevel.conf</file> if the <tt>file-rc</tt> method
6666               is being used.
6667             </p>
6668
6669             <p>
6670               To get the default behavior for your package, put in your
6671               <prgn>postinst</prgn> script
6672               <example compact="compact">
6673                 update-rc.d <var>package</var> defaults
6674               </example>
6675               and in your <prgn>postrm</prgn>
6676               <example compact="compact">
6677                 if [ "$1" = purge ]; then
6678                 update-rc.d <var>package</var> remove
6679                 fi
6680               </example>. Note that if your package changes runlevels
6681               or priority, you may have to remove and recreate the links,
6682               since otherwise the old links may persist. Refer to the
6683               documentation of <prgn>update-rc.d</prgn>.
6684             </p>
6685
6686             <p>
6687               This will use a default sequence number of 20.  If it does
6688               not matter when or in which order the <file>init.d</file>
6689               script is run, use this default.  If it does, then you
6690               should talk to the maintainer of the <prgn>sysvinit</prgn>
6691               package or post to <tt>debian-devel</tt>, and they will
6692               help you choose a number.
6693             </p>
6694
6695             <p>
6696               For more information about using <tt>update-rc.d</tt>,
6697               please consult its man page <manref name="update-rc.d"
6698                 section="8">.
6699             </p>
6700           </sect2>
6701
6702           <sect2>
6703             <heading>Running initscripts</heading>
6704             <p>
6705               The program <prgn>invoke-rc.d</prgn> is provided to make
6706               it easier for package maintainers to properly invoke an
6707               initscript, obeying runlevel and other locally-defined
6708               constraints that might limit a package's right to start,
6709               stop and otherwise manage services. This program may be
6710               used by maintainers in their packages' scripts.
6711             </p>
6712
6713             <p>
6714               The package maintainer scripts must use
6715               <prgn>invoke-rc.d</prgn> to invoke the
6716               <file>/etc/init.d/*</file> initscripts, instead of
6717               calling them directly.
6718             </p>
6719
6720             <p>
6721               By default, <prgn>invoke-rc.d</prgn> will pass any
6722               action requests (start, stop, reload, restart...) to the
6723               <file>/etc/init.d</file> script, filtering out requests
6724               to start or restart a service out of its intended
6725               runlevels.
6726             </p>
6727
6728             <p>
6729               Most packages will simply need to change:
6730               <example compact="compact">/etc/init.d/&lt;package&gt;
6731               &lt;action&gt;</example> in their <prgn>postinst</prgn>
6732               and <prgn>prerm</prgn> scripts to:
6733               <example compact="compact">
6734         if which invoke-rc.d >/dev/null 2>&1; then
6735                 invoke-rc.d <var>package</var> &lt;action&gt;
6736         else
6737                 /etc/init.d/<var>package</var> &lt;action&gt;
6738         fi
6739               </example>
6740             </p>
6741
6742             <p>
6743               A package should register its initscript services using
6744               <prgn>update-rc.d</prgn> before it tries to invoke them
6745               using <prgn>invoke-rc.d</prgn>. Invocation of
6746               unregistered services may fail.
6747             </p>
6748
6749             <p>
6750               For more information about using
6751               <prgn>invoke-rc.d</prgn>, please consult its man page
6752               <manref name="invoke-rc.d" section="8">.
6753             </p>
6754           </sect2>
6755         </sect1>
6756
6757         <sect1>
6758           <heading>Boot-time initialization</heading>
6759
6760           <p>
6761             There used to be another directory, <file>/etc/rc.boot</file>,
6762             which contained scripts which were run once per machine
6763             boot. This has been deprecated in favour of links from
6764             <file>/etc/rcS.d</file> to files in <file>/etc/init.d</file> as
6765             described in <ref id="/etc/init.d">.  Packages must not
6766             place files in <file>/etc/rc.boot</file>.
6767           </p>
6768         </sect1>
6769
6770         <sect1>
6771           <heading>Example</heading>
6772
6773           <p>
6774             An example on which you can base your
6775             <file>/etc/init.d</file> scripts is found in
6776             <file>/etc/init.d/skeleton</file>.
6777           </p>
6778
6779         </sect1>
6780       </sect>
6781
6782       <sect>
6783         <heading>Console messages from <file>init.d</file> scripts</heading>
6784
6785         <p>
6786           This section describes the formats to be used for messages
6787           written to standard output by the <file>/etc/init.d</file>
6788           scripts.  The intent is to improve the consistency of
6789           Debian's startup and shutdown look and feel.  For this
6790           reason, please look very carefully at the details.  We want
6791           the messages to have the same format in terms of wording,
6792           spaces, punctuation and case of letters.
6793         </p>
6794
6795         <p>
6796           Here is a list of overall rules that should be used for
6797           messages generated by <file>/etc/init.d</file> scripts.  
6798         </p>
6799
6800         <p>
6801           <list>
6802             <item>
6803                 The message should fit in one line (fewer than 80
6804                 characters), start with a capital letter and end with
6805                 a period (<tt>.</tt>) and line feed (<tt>"\n"</tt>).
6806             </item>
6807
6808             <item>
6809               If the script is performing some time consuming task in
6810               the background (not merely starting or stopping a
6811               program, for instance), an ellipsis (three dots:
6812               <tt>...</tt>) should be output to the screen, with no
6813               leading or tailing whitespace or line feeds.
6814             </item>
6815
6816             <item>
6817               The messages should appear as if the computer is telling
6818               the user what it is doing (politely :-), but should not
6819                 mention "it" directly.  For example, instead of:
6820                 <example compact="compact">
6821 I'm starting network daemons: nfsd mountd.
6822                 </example>
6823                 the message should say
6824                 <example compact="compact">
6825 Starting network daemons: nfsd mountd.
6826                 </example>
6827             </item>
6828           </list>
6829         </p>
6830
6831         <p>
6832           <tt>init.d</tt> script should use the following  standard
6833           message formats for the situations enumerated below.
6834         </p>
6835
6836         <p>
6837           <list>
6838             <item>
6839               <p>When daemons are started</p>
6840
6841               <p>
6842                 If the script starts one or more daemons, the output
6843                 should look like this (a single line, no leading
6844                 spaces):
6845                 <example compact="compact">
6846 Starting <var>description</var>: <var>daemon-1</var> ... <var>daemon-n</var>.
6847                 </example>
6848                 The <var>description</var> should describe the
6849                 subsystem the daemon or set of daemons are part of,
6850                 while <var>daemon-1</var> up to <var>daemon-n</var>
6851                 denote each daemon's name (typically the file name of
6852                 the program).
6853               </p>
6854
6855               <p>
6856                 For example, the output of <file>/etc/init.d/lpd</file>
6857                 would look like:
6858                 <example compact="compact">
6859 Starting printer spooler: lpd.
6860                 </example>
6861               </p>
6862
6863               <p>
6864                 This can be achieved by saying
6865                 <example compact="compact">
6866 echo -n "Starting printer spooler: lpd"
6867 start-stop-daemon --start --quiet --exec /usr/sbin/lpd
6868 echo "."
6869                 </example>
6870                 in the script. If there are more than one daemon to
6871                 start, the output should look like this:
6872                 <example compact="compact">
6873 echo -n "Starting remote file system services:"
6874 echo -n " nfsd"; start-stop-daemon --start --quiet nfsd
6875 echo -n " mountd"; start-stop-daemon --start --quiet mountd
6876 echo -n " ugidd"; start-stop-daemon --start --quiet ugidd
6877 echo "."
6878                 </example>
6879                 This makes it possible for the user to see what is
6880                 happening and when the final daemon has been started.
6881                 Care should be taken in the placement of white spaces:
6882                 in the example above the system administrators can
6883                 easily comment out a line if they don't want to start
6884                 a specific daemon, while the displayed message still
6885                 looks good.
6886               </p>
6887             </item>
6888
6889             <item>
6890               <p>When a system parameter is being set</p>
6891
6892               <p>
6893                 If you have to set up different system parameters
6894                 during the system boot, you should use this format:
6895                 <example compact="compact">
6896 Setting <var>parameter</var> to "<var>value</var>".
6897                 </example>
6898               </p>
6899
6900               <p>
6901                 You can use a statement such as the following to get
6902                 the quotes right:
6903                 <example compact="compact">
6904 echo "Setting DNS domainname to \"$domainname\"."
6905                 </example>
6906               </p>
6907
6908               <p>
6909                 Note that the same symbol (<tt>"</tt>) <!-- " --> is used
6910                 for the left and right quotation marks.  A grave accent
6911                 (<tt>`</tt>) is not a quote character; neither is an
6912                 apostrophe (<tt>'</tt>).
6913               </p>
6914             </item>
6915
6916             <item>
6917               <p>When a daemon is stopped or restarted</p>
6918
6919               <p>
6920                 When you stop or restart a daemon, you should issue a
6921                 message identical to the startup message, except that
6922                 <tt>Starting</tt> is replaced with <tt>Stopping</tt>
6923                 or <tt>Restarting</tt> respectively.
6924               </p>
6925
6926               <p>
6927                 For example, stopping the printer daemon will look like
6928                 this:
6929                 <example compact="compact">
6930 Stopping printer spooler: lpd.
6931                 </example>
6932               </p>
6933             </item>
6934
6935             <item>
6936               <p>When something is executed</p>
6937
6938               <p>
6939                 There are several examples where you have to run a
6940                 program at system startup or shutdown to perform a
6941                 specific task, for example, setting the system's clock
6942                 using <prgn>netdate</prgn> or killing all processes
6943                 when the system shuts down.  Your message should look
6944                 like this:
6945                 <example compact="compact">
6946 Doing something very useful...done.
6947                 </example>
6948                 You should print the <tt>done.</tt> immediately after
6949                 the job has been completed, so that the user is
6950                 informed why they have to wait.  You can get this
6951                 behavior by saying
6952                 <example compact="compact">
6953 echo -n "Doing something very useful..."
6954 do_something
6955 echo "done."
6956                 </example>
6957                 in your script.
6958               </p>
6959             </item>
6960
6961             <item>
6962               <p>When the configuration is reloaded</p>
6963
6964               <p>
6965                 When a daemon is forced to reload its configuration
6966                 files you should use the following format:
6967                 <example compact="compact">
6968 Reloading <var>description</var> configuration...done.
6969                 </example>
6970                 where <var>description</var> is the same as in the
6971                 daemon starting message.
6972               </p>
6973             </item>
6974           </list>
6975         </p>
6976       </sect>
6977
6978       <sect>
6979         <heading>Cron jobs</heading>
6980
6981         <p>
6982           Packages must not modify the configuration file
6983           <file>/etc/crontab</file>, and they must not modify the files in
6984           <file>/var/spool/cron/crontabs</file>.</p>
6985
6986         <p>
6987           If a package wants to install a job that has to be executed
6988           via cron, it should place a file with the name of the
6989           package in one or more of the following directories:
6990           <example compact="compact">
6991 /etc/cron.hourly
6992 /etc/cron.daily
6993 /etc/cron.weekly
6994 /etc/cron.monthly
6995           </example>
6996           As these directory names imply, the files within them are
6997           executed on an hourly, daily, weekly, or monthly basis,
6998           respectively. The exact times are listed in
6999           <file>/etc/crontab</file>.</p>
7000
7001         <p>
7002           All files installed in any of these directories must be
7003           scripts (e.g., shell scripts or Perl scripts) so that they
7004           can easily be modified by the local system administrator.
7005           In addition, they must be treated as configuration files.
7006         </p>
7007
7008         <p>
7009           If a certain job has to be executed at some other frequency or
7010           at a specific time, the package should install a file
7011           <file>/etc/cron.d/<var>package</var></file>. This file uses the
7012           same syntax as <file>/etc/crontab</file> and is processed by
7013           <prgn>cron</prgn> automatically. The file must also be
7014           treated as a configuration file. (Note that entries in the
7015           <file>/etc/cron.d</file> directory are not handled by
7016           <prgn>anacron</prgn>. Thus, you should only use this
7017           directory for jobs which may be skipped if the system is not
7018           running.)</p>
7019         <p>
7020           Unlike <file>crontab</file> files described in the IEEE Std
7021           1003.1-2008 (POSIX.1) available from
7022           <url id="http://www.opengroup.org/onlinepubs/9699919799/"
7023                name="The Open Group">, the files in
7024           <file>/etc/cron.d</file> and the file
7025           <file>/etc/crontab</file> have seven fields; namely:
7026           <enumlist>
7027             <item>Minute [0,59]</item>
7028             <item>Hour [0,23]</item>
7029             <item>Day of the month [1,31]</item>
7030             <item>Month of the year [1,12]</item>
7031             <item>Day of the week ([0,6] with 0=Sunday)</item>
7032             <item>Username</item>
7033             <item>Command to be run</item>
7034           </enumlist>
7035           Ranges of numbers are allowed.  Ranges are two numbers
7036           separated with a hyphen.  The specified range is inclusive.
7037           Lists are allowed.  A list is a set of numbers (or ranges)
7038           separated by commas. Step values can be used in conjunction
7039           with ranges.
7040         </p>
7041
7042         <p>
7043           The scripts or <tt>crontab</tt> entries in these directories should
7044           check if all necessary programs are installed before they
7045           try to execute them. Otherwise, problems will arise when a
7046           package was removed but not purged since configuration files
7047           are kept on the system in this situation.
7048         </p>
7049
7050         <p>
7051           Any <tt>cron</tt> daemon must provide
7052           <file>/usr/bin/crontab</file> and support normal
7053           <tt>crontab</tt> entries as specified in POSIX. The daemon
7054           must also support names for days and months, ranges, and
7055           step values. It has to support <file>/etc/crontab</file>,
7056           and correctly execute the scripts in
7057           <file>/etc/cron.d</file>. The daemon must also correctly
7058           execute scripts in
7059           <file>/etc/cron.{hourly,daily,weekly,monthly}</file>.
7060         </p>
7061       </sect>
7062
7063       <sect id="menus">
7064         <heading>Menus</heading>
7065
7066         <p>
7067           The Debian <tt>menu</tt> package provides a standard
7068           interface between packages providing applications and
7069           <em>menu programs</em> (either X window managers or
7070           text-based menu programs such as <prgn>pdmenu</prgn>).
7071         </p>
7072
7073         <p>
7074           All packages that provide applications that need not be
7075           passed any special command line arguments for normal
7076           operation should register a menu entry for those
7077           applications, so that users of the <tt>menu</tt> package
7078           will automatically get menu entries in their window
7079           managers, as well in shells like <tt>pdmenu</tt>.
7080         </p>
7081
7082         <p>
7083           Menu entries should follow the current menu policy.
7084         </p>
7085
7086         <p>
7087           The menu policy can be found in the <tt>menu-policy</tt>
7088           files in the <tt>debian-policy</tt> package.
7089           It is also available from the Debian web mirrors at
7090           <tt><url name="/doc/packaging-manuals/menu-policy/"
7091                 id="http://www.debian.org/doc/packaging-manuals/menu-policy/"></tt>.
7092         </p>
7093
7094         <p>
7095           Please also refer to the <em>Debian Menu System</em>
7096           documentation that comes with the <package>menu</package>
7097           package for information about how to register your
7098           applications.
7099         </p>
7100       </sect>
7101
7102       <sect id="mime">
7103         <heading>Multimedia handlers</heading>
7104
7105         <p>
7106           MIME (Multipurpose Internet Mail Extensions, RFCs 2045-2049)
7107           is a mechanism for encoding files and data streams and
7108           providing meta-information about them, in particular their
7109           type (e.g.  audio or video) and format (e.g. PNG, HTML,
7110           MP3).
7111         </p>
7112
7113         <p>
7114           Registration of MIME type handlers allows programs like mail
7115           user agents and web browsers to invoke these handlers to
7116           view, edit or display MIME types they don't support directly.
7117         </p>
7118
7119         <p>
7120           Packages which provide the ability to view/show/play,
7121           compose, edit or print MIME types should register themselves
7122           as such following the current MIME support policy.
7123         </p>
7124
7125         <p>
7126           The MIME support policy can be found in the <tt>mime-policy</tt>
7127           files in the <tt>debian-policy</tt> package.
7128           It is also available from the Debian web mirrors at
7129           <tt><url name="/doc/packaging-manuals/mime-policy/"
7130                 id="http://www.debian.org/doc/packaging-manuals/mime-policy/"></tt>.
7131         </p>
7132
7133       </sect>
7134
7135       <sect>
7136         <heading>Keyboard configuration</heading>
7137
7138         <p>
7139           To achieve a consistent keyboard configuration so that all
7140           applications interpret a keyboard event the same way, all
7141           programs in the Debian distribution must be configured to
7142           comply with the following guidelines.
7143         </p>
7144
7145         <p>
7146           The following keys must have the specified interpretations:
7147
7148           <taglist>
7149             <tag><tt>&lt;--</tt></tag>
7150             <item>delete the character to the left of the cursor</item>
7151
7152             <tag><tt>Delete</tt></tag>
7153             <item>delete the character to the right of the cursor</item>
7154
7155             <tag><tt>Control+H</tt></tag>
7156             <item>emacs: the help prefix</item>
7157           </taglist>
7158
7159           The interpretation of any keyboard events should be
7160           independent of the terminal that is used, be it a virtual
7161           console, an X terminal emulator, an rlogin/telnet session,
7162           etc.
7163         </p>
7164
7165         <p>
7166           The following list explains how the different programs
7167           should be set up to achieve this:
7168         </p>
7169
7170         <p>
7171           <list>
7172             <item>
7173                 <tt>&lt;--</tt> generates <tt>KB_BackSpace</tt> in X.
7174             </item>
7175
7176             <item>
7177                 <tt>Delete</tt> generates <tt>KB_Delete</tt> in X.
7178             </item>
7179
7180             <item>
7181                 X translations are set up to make
7182                 <tt>KB_Backspace</tt> generate ASCII DEL, and to make
7183                 <tt>KB_Delete</tt> generate <tt>ESC [ 3 ~</tt> (this
7184                 is the vt220 escape code for the "delete character"
7185                 key).  This must be done by loading the X resources
7186                 using <prgn>xrdb</prgn> on all local X displays, not
7187                 using the application defaults, so that the
7188                 translation resources used correspond to the
7189                 <prgn>xmodmap</prgn> settings.
7190             </item>
7191
7192             <item>
7193                 The Linux console is configured to make
7194                 <tt>&lt;--</tt> generate DEL, and <tt>Delete</tt>
7195                 generate <tt>ESC [ 3 ~</tt>.
7196             </item>
7197
7198             <item>
7199                 X applications are configured so that <tt>&lt;</tt>
7200                 deletes left, and <tt>Delete</tt> deletes right.  Motif
7201                 applications already work like this.
7202             </item>
7203
7204             <item>
7205                 Terminals should have <tt>stty erase ^?</tt> .
7206             </item>
7207
7208             <item>
7209                 The <tt>xterm</tt> terminfo entry should have <tt>ESC
7210                 [ 3 ~</tt> for <tt>kdch1</tt>, just as for
7211                 <tt>TERM=linux</tt> and <tt>TERM=vt220</tt>.
7212             </item>
7213
7214             <item>
7215                 Emacs is programmed to map <tt>KB_Backspace</tt> or
7216                 the <tt>stty erase</tt> character to
7217                 <tt>delete-backward-char</tt>, and <tt>KB_Delete</tt>
7218                 or <tt>kdch1</tt> to <tt>delete-forward-char</tt>, and
7219                 <tt>^H</tt> to <tt>help</tt> as always.
7220             </item>
7221
7222             <item>
7223                 Other applications use the <tt>stty erase</tt>
7224                 character and <tt>kdch1</tt> for the two delete keys,
7225                 with ASCII DEL being "delete previous character" and
7226                 <tt>kdch1</tt> being "delete character under
7227                 cursor".
7228             </item>
7229
7230           </list>
7231         </p>
7232
7233         <p>
7234           This will solve the problem except for the following
7235           cases:
7236         </p>
7237
7238         <p>
7239           <list>
7240             <item>
7241                 Some terminals have a <tt>&lt;--</tt> key that cannot
7242                 be made to produce anything except <tt>^H</tt>.  On
7243                 these terminals Emacs help will be unavailable on
7244                 <tt>^H</tt> (assuming that the <tt>stty erase</tt>
7245                 character takes precedence in Emacs, and has been set
7246                 correctly).  <tt>M-x help</tt> or <tt>F1</tt> (if
7247                 available) can be used instead.
7248             </item>
7249
7250             <item>
7251                 Some operating systems use <tt>^H</tt> for <tt>stty
7252                 erase</tt>.  However, modern telnet versions and all
7253                 rlogin versions propagate <tt>stty</tt> settings, and
7254                 almost all UNIX versions honour <tt>stty erase</tt>.
7255                 Where the <tt>stty</tt> settings are not propagated
7256                 correctly, things can be made to work by using
7257                 <tt>stty</tt> manually.
7258             </item>
7259
7260             <item>
7261                 Some systems (including previous Debian versions) use
7262                 <prgn>xmodmap</prgn> to arrange for both
7263                 <tt>&lt;--</tt> and <tt>Delete</tt> to generate
7264                 <tt>KB_Delete</tt>.  We can change the behavior of
7265                 their X clients using the same X resources that we use
7266                 to do it for our own clients, or configure our clients
7267                 using their resources when things are the other way
7268                 around.  On displays configured like this
7269                 <tt>Delete</tt> will not work, but <tt>&lt;--</tt>
7270                 will.
7271             </item>
7272
7273             <item>
7274                 Some operating systems have different <tt>kdch1</tt>
7275                 settings in their <tt>terminfo</tt> database for
7276                 <tt>xterm</tt> and others.  On these systems the
7277                 <tt>Delete</tt> key will not work correctly when you
7278                 log in from a system conforming to our policy, but
7279                 <tt>&lt;--</tt> will.
7280             </item>
7281           </list>
7282         </p>
7283       </sect>
7284
7285       <sect>
7286         <heading>Environment variables</heading>
7287
7288         <p>
7289           A program must not depend on environment variables to get
7290           reasonable defaults.  (That's because these environment
7291           variables would have to be set in a system-wide
7292           configuration file like <file>/etc/profile</file>, which is not
7293           supported by all shells.)
7294         </p>
7295
7296         <p>
7297           If a program usually depends on environment variables for its
7298           configuration, the program should be changed to fall back to
7299           a reasonable default configuration if these environment
7300           variables are not present. If this cannot be done easily
7301           (e.g., if the source code of a non-free program is not
7302           available), the program must be replaced by a small
7303           "wrapper" shell script which sets the environment variables
7304           if they are not already defined, and calls the original program.
7305         </p>
7306
7307         <p>
7308           Here is an example of a wrapper script for this purpose:
7309
7310           <example compact="compact">
7311 #!/bin/sh
7312 BAR=${BAR:-/var/lib/fubar}
7313 export BAR
7314 exec /usr/lib/foo/foo "$@"
7315           </example>
7316         </p>
7317
7318         <p>
7319           Furthermore, as <file>/etc/profile</file> is a configuration
7320           file of the <prgn>base-files</prgn> package, other packages must
7321           not put any environment variables or other commands into that
7322           file.
7323         </p>
7324       </sect>
7325
7326       <sect id="doc-base">
7327         <heading>Registering Documents using doc-base</heading>
7328
7329         <p>
7330           The <package>doc-base</package> package implements a
7331           flexible mechanism for handling and presenting
7332           documentation. The recommended practice is for every Debian
7333           package that provides online documentation (other than just
7334           manual pages) to register these documents with
7335           <package>doc-base</package> by installing a
7336           <package>doc-base</package> control file via the
7337           <prgn/install-docs/ script at installation time and
7338           de-register the manuals again when the package is removed.
7339         </p> 
7340         <p>
7341           Please refer to the documentation that comes with the
7342           <package>doc-base</package>  package for information and
7343           details. 
7344         </p>
7345       </sect>
7346
7347     </chapt>
7348
7349
7350     <chapt id="files">
7351       <heading>Files</heading>
7352
7353       <sect id="binaries">
7354         <heading>Binaries</heading>
7355
7356         <p>
7357           Two different packages must not install programs with
7358           different functionality but with the same filenames.  (The
7359           case of two programs having the same functionality but
7360           different implementations is handled via "alternatives" or
7361           the "Conflicts" mechanism.  See <ref id="maintscripts"> and
7362           <ref id="conflicts"> respectively.)  If this case happens,
7363           one of the programs must be renamed.  The maintainers should
7364           report this to the <tt>debian-devel</tt> mailing list and
7365           try to find a consensus about which program will have to be
7366           renamed.  If a consensus cannot be reached, <em>both</em>
7367           programs must be renamed.
7368         </p>
7369
7370         <p>
7371          By default, when a package is being built, any binaries
7372          created should include debugging information, as well as
7373          being compiled with optimization.  You should also turn on
7374          as many reasonable compilation warnings as possible; this
7375          makes life easier for porters, who can then look at build
7376          logs for possible problems.  For the C programming language,
7377          this means the following compilation parameters should be
7378          used:
7379           <example compact="compact">
7380 CC = gcc
7381 CFLAGS = -O2 -g -Wall # sane warning options vary between programs
7382 LDFLAGS = # none
7383 INSTALL = install -s # (or use strip on the files in debian/tmp)
7384           </example>
7385         </p>
7386
7387         <p>
7388           Note that by default all installed binaries should be stripped,
7389           either by using the <tt>-s</tt> flag to
7390           <prgn>install</prgn>, or by calling <prgn>strip</prgn> on
7391           the binaries after they have been copied into
7392           <file>debian/tmp</file> but before the tree is made into a
7393           package.
7394         </p>
7395
7396         <p>
7397           Although binaries in the build tree should be compiled with
7398           debugging information by default, it can often be difficult to
7399           debug programs if they are also subjected to compiler
7400           optimization.  For this reason, it is recommended to support the
7401           standardized environment variable <tt>DEB_BUILD_OPTIONS</tt>
7402           (see <ref id="debianrules-options">).  This variable can contain
7403           several flags to change how a package is compiled and built.
7404         </p>
7405
7406         <p>
7407           It is up to the package maintainer to decide what
7408           compilation options are best for the package.  Certain
7409           binaries (such as computationally-intensive programs) will
7410           function better with certain flags (<tt>-O3</tt>, for
7411           example); feel free to use them.  Please use good judgment
7412           here.  Don't use flags for the sake of it; only use them
7413           if there is good reason to do so.  Feel free to override
7414           the upstream author's ideas about which compilation
7415           options are best: they are often inappropriate for our
7416           environment.
7417         </p>
7418       </sect>
7419
7420
7421       <sect id="libraries">
7422         <heading>Libraries</heading>
7423
7424         <p>
7425           If the package is <strong>architecture: any</strong>, then
7426           the shared library compilation and linking flags must have
7427           <tt>-fPIC</tt>, or the package shall not build on some of
7428           the supported architectures<footnote>
7429             <p>
7430               If you are using GCC, <tt>-fPIC</tt> produces code with
7431               relocatable position independent code, which is required for
7432               most architectures to create a shared library, with i386 and
7433               perhaps some others where non position independent code is
7434               permitted in a shared library.
7435             </p>
7436             <p>
7437               Position independent code may have a performance penalty,
7438               especially on <tt>i386</tt>. However, in most cases the
7439               speed penalty must be measured against the memory wasted on
7440               the few architectures where non position independent code is
7441               even possible.
7442             </p>
7443           </footnote>. Any exception to this rule must be discussed on
7444           the mailing list <em>debian-devel@lists.debian.org</em>, and
7445           a rough consensus obtained.  The reasons for not compiling
7446           with <tt>-fPIC</tt> flag must be recorded in the file
7447           <tt>README.Debian</tt>, and care must be taken to either
7448           restrict the architecture or arrange for <tt>-fPIC</tt> to
7449           be used on architectures where it is required.<footnote>
7450             <p>
7451               Some of the reasons why this might be required is if the
7452               library contains hand crafted assembly code that is not
7453               relocatable, the speed penalty is excessive for compute
7454               intensive libs, and similar reasons.
7455             </p>
7456           </footnote>
7457         </p>
7458         <p>
7459           As to the static libraries, the common case is not to have
7460           relocatable code, since there is no benefit, unless in specific
7461           cases; therefore the static version must not be compiled
7462           with the <tt>-fPIC</tt> flag. Any exception to this rule
7463           should be discussed on the mailing list
7464           <em>debian-devel@lists.debian.org</em>,  and the reasons for
7465           compiling with the <tt>-fPIC</tt> flag must be recorded in
7466           the file <tt>README.Debian</tt>. <footnote>
7467             <p>
7468               Some of the reasons for linking static libraries with
7469               the <tt>-fPIC</tt> flag are if, for example, one needs a
7470               Perl API for a library that is under rapid development,
7471               and has an unstable API, so shared libraries are
7472               pointless at this phase of the library's development. In
7473               that case, since Perl needs a library with relocatable
7474               code, it may make sense to create a static library with
7475               relocatable code. Another reason cited is if you are
7476               distilling various libraries into a common shared
7477               library, like <tt>mklibs</tt> does in the Debian
7478               installer project.
7479             </p>
7480           </footnote>
7481         </p>
7482         <p>
7483           In other words, if both a shared and a static library is
7484           being built, each source unit (<tt>*.c</tt>, for example,
7485           for C files) will need to be compiled twice, for the normal
7486           case. 
7487         </p>
7488
7489         <p>
7490           Libraries should be built with threading support and to be
7491           thread-safe if the library supports this.
7492         </p>
7493
7494         <p>
7495           Although not enforced by the build tools, shared libraries
7496           must be linked against all libraries that they use symbols from
7497           in the same way that binaries are.  This ensures the correct
7498           functioning of the <qref id="sharedlibs-shlibdeps">shlibs</qref>
7499           system and guarantees that all libraries can be safely opened
7500           with <tt>dlopen()</tt>.  Packagers may wish to use the gcc
7501           option <tt>-Wl,-z,defs</tt> when building a shared library.
7502           Since this option enforces symbol resolution at build time,
7503           a missing library reference will be caught early as a fatal
7504           build error.
7505         </p>
7506
7507         <p>
7508           All installed shared libraries should be stripped with
7509           <example compact="compact">
7510 strip --strip-unneeded <var>your-lib</var>
7511           </example>
7512           (The option <tt>--strip-unneeded</tt> makes
7513           <prgn>strip</prgn> remove only the symbols which aren't
7514           needed for relocation processing.)  Shared libraries can
7515           function perfectly well when stripped, since the symbols for
7516           dynamic linking are in a separate part of the ELF object
7517           file.<footnote>
7518               You might also want to use the options
7519               <tt>--remove-section=.comment</tt> and
7520               <tt>--remove-section=.note</tt> on both shared libraries
7521               and executables, and <tt>--strip-debug</tt> on static
7522               libraries.
7523           </footnote>
7524         </p>
7525
7526         <p>
7527           Note that under some circumstances it may be useful to
7528           install a shared library unstripped, for example when
7529           building a separate package to support debugging.
7530         </p>
7531
7532         <p>
7533           Shared object files (often <file>.so</file> files) that are not
7534           public libraries, that is, they are not meant to be linked
7535           to by third party executables (binaries of other packages),
7536           should be installed in subdirectories of the
7537           <file>/usr/lib</file> directory.  Such files are exempt from the
7538           rules that govern ordinary shared libraries, except that
7539           they must not be installed executable and should be
7540           stripped.<footnote>
7541               A common example are the so-called "plug-ins",
7542               internal shared objects that are dynamically loaded by
7543               programs using <manref name="dlopen" section="3">.
7544           </footnote>
7545         </p>
7546
7547         <p>
7548           Packages that use <prgn>libtool</prgn> to create and install
7549           their shared libraries install a file containing additional
7550           metadata (ending in <file>.la</file>) alongside the library.
7551           For public libraries intended for use by other packages, these
7552           files normally should not be included in the Debian package,
7553           since the information they include is not necessary to link with
7554           the shared library on Debian and can add unnecessary additional
7555           dependencies to other programs or libraries.<footnote>
7556             These files store, among other things, all libraries on which
7557             that shared library depends.  Unfortunately, if
7558             the <file>.la</file> file is present and contains that
7559             dependency information, using <prgn>libtool</prgn> when
7560             linking against that library will cause the resulting program
7561             or library to be linked against those dependencies as well,
7562             even if this is unnecessary.  This can create unneeded
7563             dependencies on shared library packages that would otherwise
7564             be hidden behind the library ABI, and can make library
7565             transitions to new SONAMEs unnecessarily complicated and
7566             difficult to manage.
7567           </footnote>
7568           If the <file>.la</file> file is required for that library (if,
7569           for instance, it's loaded via <tt>libltdl</tt> in a way that
7570           requires that meta-information), the <tt>dependency_libs</tt>
7571           setting in the <file>.la</file> file should normally be set to
7572           the empty string.  If the shared library development package has
7573           historically included the <file>.la</file>, it must be retained
7574           in the development package (with <tt>dependency_libs</tt>
7575           emptied) until all libraries that depend on it have removed or
7576           emptied <tt>dependency_libs</tt> in their <file>.la</file>
7577           files to prevent linking with those other libraries
7578           using <prgn>libtool</prgn> from failing.
7579         </p>
7580
7581         <p>
7582           If the <file>.la</file> must be included, it should be included
7583           in the development (<tt>-dev</tt>) package, unless the library
7584           will be loaded by <prgn>libtool</prgn>'s <tt>libltdl</tt>
7585           library.  If it is intended for use with <tt>libltdl</tt>,
7586           the <file>.la</file> files must go in the run-time library
7587           package.
7588         </p>
7589
7590         <p>
7591           These requirements for handling of <file>.la</file> files do not
7592           apply to loadable modules or libraries not installed in
7593           directories searched by default by the dynamic linker.  Packages
7594           installing loadable modules will frequently need to install
7595           the <file>.la</file> files alongside the modules so that they
7596           can be loaded by <tt>libltdl</tt>.  <tt>dependency_libs</tt>
7597           does not need to be modified for libraries or modules that are
7598           not installed in directories searched by the dynamic linker by
7599           default and not intended for use by other packages.
7600         </p>
7601
7602         <p>
7603           You must make sure that you use only released versions of
7604           shared libraries to build your packages; otherwise other
7605           users will not be able to run your binaries
7606           properly. Producing source packages that depend on
7607           unreleased compilers is also usually a bad
7608           idea.
7609         </p>
7610       </sect>
7611
7612
7613       <sect>
7614         <heading>Shared libraries</heading>
7615         <p>
7616           This section has moved to <ref id="sharedlibs">.
7617         </p>
7618       </sect>
7619
7620
7621       <sect id="scripts">
7622         <heading>Scripts</heading>
7623
7624         <p>
7625           All command scripts, including the package maintainer
7626           scripts inside the package and used by <prgn>dpkg</prgn>,
7627           should have a <tt>#!</tt> line naming the shell to be used
7628           to interpret them.
7629         </p>
7630
7631         <p>
7632           In the case of Perl scripts this should be
7633           <tt>#!/usr/bin/perl</tt>.
7634         </p>
7635
7636         <p>
7637           When scripts are installed into a directory in the system
7638           PATH, the script name should not include an extension such
7639           as <tt>.sh</tt> or <tt>.pl</tt> that denotes the scripting
7640           language currently used to implement it.
7641         </p>
7642         <p>
7643           Shell scripts (<prgn>sh</prgn> and <prgn>bash</prgn>) other than
7644           <file>init.d</file> scripts should almost certainly start
7645           with <tt>set -e</tt> so that errors are detected.
7646           <file>init.d</file> scripts are something of a special case, due
7647           to how frequently they need to call commands that are allowed to
7648           fail, and it may instead be easier to check the exit status of
7649           commands directly.  See <ref id="writing-init"> for more
7650           information about writing <file>init.d</file> scripts.
7651         </p>
7652         <p>
7653           Every script should use <tt>set -e</tt> or check the exit status
7654           of <em>every</em> command.
7655         </p>
7656         <p>
7657           Scripts may assume that <file>/bin/sh</file> implements the
7658           SUSv3 Shell Command Language<footnote>
7659             Single UNIX Specification, version 3, which is also IEEE
7660             1003.1-2004 (POSIX), and is available on the World Wide Web
7661             from <url id="http://www.unix.org/version3/online.html"
7662                       name="The Open Group"> after free
7663             registration.</footnote>
7664           plus the following additional features not mandated by
7665           SUSv3:<footnote>
7666             These features are in widespread use in the Linux community
7667             and are implemented in all of bash, dash, and ksh, the most
7668             common shells users may wish to use as <file>/bin/sh</file>.
7669           </footnote>
7670           <list>
7671             <item><tt>echo -n</tt>, if implemented as a shell built-in,
7672               must not generate a newline.</item>
7673             <item><tt>test</tt>, if implemented as a shell built-in, must
7674               support <tt>-a</tt> and <tt>-o</tt> as binary logical
7675               operators.</item>
7676             <item><tt>local</tt> to create a scoped variable must be
7677               supported, including listing multiple variables in a single
7678               local command and assigning a value to a variable at the
7679               same time as localizing it.  <tt>local</tt> may or
7680               may not preserve the variable value from an outer scope if
7681               no assignment is present.  Uses such as:
7682 <example compact>
7683 fname () {
7684     local a b c=delta d
7685     # ... use a, b, c, d ...
7686 }
7687 </example>
7688               must be supported and must set the value of <tt>c</tt> to
7689               <tt>delta</tt>.
7690             </item>
7691             <item>The XSI extension to <prgn>kill</prgn> allowing <tt>kill
7692               -<var>signal</var></tt>, where <var>signal</var> is either
7693               the name of a signal or one of the numeric signals listed in
7694               the XSI extension (0, 1, 2, 3, 6, 9, 14, and 15), must be
7695               supported if <prgn>kill</prgn> is implemented as a shell
7696               built-in.
7697             </item>
7698             <item>The XSI extension to <prgn>trap</prgn> allowing numeric
7699               signals must be supported.  In addition to the signal
7700               numbers listed in the extension, which are the same as for
7701               <prgn>kill</prgn> above, 13 (SIGPIPE) must be allowed.
7702             </item>
7703           </list>
7704           If a shell script requires non-SUSv3 features from the shell
7705           interpreter other than those listed above, the appropriate shell
7706           must be specified in the first line of the script (e.g.,
7707           <tt>#!/bin/bash</tt>) and the package must depend on the package
7708           providing the shell (unless the shell package is marked
7709           "Essential", as in the case of <prgn>bash</prgn>).
7710         </p>
7711
7712         <p>
7713           You may wish to restrict your script to SUSv3 features plus the
7714           above set when possible so that it may use <file>/bin/sh</file>
7715           as its interpreter. If your script works with <prgn>dash</prgn>
7716           (originally called <prgn>ash</prgn>), it probably complies with
7717           the above requirements, but if you are in doubt, use
7718           <file>/bin/bash</file>.
7719         </p>
7720
7721         <p>
7722           Perl scripts should check for errors when making any
7723           system calls, including <tt>open</tt>, <tt>print</tt>,
7724           <tt>close</tt>, <tt>rename</tt> and <tt>system</tt>.
7725         </p>
7726
7727         <p>
7728           <prgn>csh</prgn> and <prgn>tcsh</prgn> should be avoided as
7729           scripting languages.  See <em>Csh Programming Considered
7730           Harmful</em>, one of the <tt>comp.unix.*</tt> FAQs, which
7731           can be found at <url id="http://www.faqs.org/faqs/unix-faq/shell/csh-whynot/">.
7732           If an upstream package comes with <prgn>csh</prgn> scripts
7733           then you must make sure that they start with
7734           <tt>#!/bin/csh</tt> and make your package depend on the
7735           <prgn>c-shell</prgn> virtual package.
7736         </p>
7737
7738         <p>
7739           Any scripts which create files in world-writeable
7740           directories (e.g., in <file>/tmp</file>) must use a
7741           mechanism which will fail atomically if a file with the same
7742           name already exists.
7743         </p>
7744
7745         <p>
7746           The Debian base system provides the <prgn>tempfile</prgn>
7747           and <prgn>mktemp</prgn> utilities for use by scripts for
7748           this purpose.
7749         </p>
7750       </sect>
7751
7752
7753       <sect>
7754         <heading>Symbolic links</heading>
7755
7756         <p>
7757           In general, symbolic links within a top-level directory
7758           should be relative, and symbolic links pointing from one
7759           top-level directory into another should be absolute. (A
7760           top-level directory is a sub-directory of the root
7761           directory <file>/</file>.)
7762         </p>
7763
7764         <p>
7765           In addition, symbolic links should be specified as short as
7766           possible, i.e., link targets like <file>foo/../bar</file> are
7767           deprecated.
7768         </p>
7769
7770         <p>
7771           Note that when creating a relative link using
7772           <prgn>ln</prgn> it is not necessary for the target of the
7773           link to exist relative to the working directory you're
7774           running <prgn>ln</prgn> from, nor is it necessary to change
7775           directory to the directory where the link is to be made.
7776           Simply include the string that should appear as the target
7777           of the link (this will be a pathname relative to the
7778           directory in which the link resides) as the first argument
7779           to <prgn>ln</prgn>.
7780         </p>
7781
7782         <p>
7783           For example, in your <prgn>Makefile</prgn> or
7784           <file>debian/rules</file>, you can do things like:
7785           <example compact="compact">
7786 ln -fs gcc $(prefix)/bin/cc
7787 ln -fs gcc debian/tmp/usr/bin/cc
7788 ln -fs ../sbin/sendmail $(prefix)/bin/runq
7789 ln -fs ../sbin/sendmail debian/tmp/usr/bin/runq
7790           </example>
7791         </p>
7792
7793         <p>
7794           A symbolic link pointing to a compressed file should always
7795           have the same file extension as the referenced file. (For
7796           example, if a file <file>foo.gz</file> is referenced by a
7797           symbolic link, the filename of the link has to end with
7798           "<file>.gz</file>" too, as in <file>bar.gz</file>.)
7799         </p>
7800       </sect>
7801
7802       <sect>
7803         <heading>Device files</heading>
7804
7805         <p>
7806           Packages must not include device files or named pipes in the
7807           package file tree.
7808         </p>
7809
7810         <p>
7811           If a package needs any special device files that are not
7812           included in the base system, it must call
7813           <prgn>MAKEDEV</prgn> in the <prgn>postinst</prgn> script,
7814           after notifying the user<footnote>
7815               This notification could be done via a (low-priority)
7816               debconf message, or an echo (printf) statement.
7817           </footnote>.
7818         </p>
7819
7820         <p>
7821           Packages must not remove any device files in the
7822           <prgn>postrm</prgn> or any other script. This is left to the
7823           system administrator.
7824         </p>
7825
7826         <p>
7827           Debian uses the serial devices
7828           <file>/dev/ttyS*</file>. Programs using the old
7829           <file>/dev/cu*</file> devices should be changed to use
7830           <file>/dev/ttyS*</file>.
7831         </p>
7832
7833         <p>
7834           Named pipes needed by the package must be created in
7835           the <prgn>postinst</prgn> script<footnote>
7836             It's better to use <prgn>mkfifo</prgn> rather
7837             than <prgn>mknod</prgn> to create named pipes so that
7838             automated checks for packages incorrectly creating device
7839             files with <prgn>mknod</prgn> won't have false positives.
7840           </footnote> and removed in
7841           the <prgn>prerm</prgn> or <prgn>postrm</prgn> script as
7842           appropriate.
7843         </p>
7844       </sect>
7845
7846       <sect id="config-files">
7847         <heading>Configuration files</heading>
7848
7849         <sect1>
7850           <heading>Definitions</heading>
7851
7852           <p>
7853             <taglist>
7854               <tag>configuration file</tag>
7855               <item>
7856                   A file that affects the operation of a program, or
7857                   provides site- or host-specific information, or
7858                   otherwise customizes the behavior of a program.
7859                   Typically, configuration files are intended to be
7860                   modified by the system administrator (if needed or
7861                   desired) to conform to local policy or to provide
7862                   more useful site-specific behavior.
7863               </item>
7864
7865               <tag><tt>conffile</tt></tag>
7866               <item>
7867                   A file listed in a package's <tt>conffiles</tt>
7868                   file, and is treated specially by <prgn>dpkg</prgn>
7869                   (see <ref id="configdetails">).
7870               </item>
7871             </taglist>
7872           </p>
7873
7874           <p>
7875             The distinction between these two is important; they are
7876             not interchangeable concepts. Almost all
7877             <tt>conffile</tt>s are configuration files, but many
7878             configuration files are not <tt>conffiles</tt>.
7879           </p>
7880
7881           <p>
7882             As noted elsewhere, <file>/etc/init.d</file> scripts,
7883             <file>/etc/default</file> files, scripts installed in
7884             <file>/etc/cron.{hourly,daily,weekly,monthly}</file>, and cron
7885             configuration installed in <file>/etc/cron.d</file> must be
7886             treated as configuration files.  In general, any script that
7887             embeds configuration information is de-facto a configuration
7888             file and should be treated as such.
7889           </p>
7890         </sect1>
7891
7892         <sect1>
7893           <heading>Location</heading>
7894
7895           <p>
7896             Any configuration files created or used by your package
7897             must reside in <file>/etc</file>. If there are several,
7898             consider creating a subdirectory of <file>/etc</file>
7899             named after your package.
7900           </p>
7901
7902           <p>
7903             If your package creates or uses configuration files
7904             outside of <file>/etc</file>, and it is not feasible to modify
7905             the package to use <file>/etc</file> directly, put the files
7906             in <file>/etc</file> and create symbolic links to those files
7907             from the location that the package requires.
7908           </p>
7909         </sect1>
7910
7911         <sect1>
7912           <heading>Behavior</heading>
7913
7914           <p>
7915             Configuration file handling must conform to the following
7916             behavior:
7917             <list compact="compact">
7918               <item>
7919                   local changes must be preserved during a package
7920                   upgrade, and
7921               </item>
7922               <item>
7923                   configuration files must be preserved when the
7924                   package is removed, and only deleted when the
7925                   package is purged.
7926               </item>
7927             </list>
7928             Obsolete configuration files without local changes may be
7929             removed by the package during upgrade.
7930           </p>
7931
7932           <p>
7933             The easy way to achieve this behavior is to make the
7934             configuration file a <tt>conffile</tt>. This is
7935             appropriate only if it is possible to distribute a default
7936             version that will work for most installations, although
7937             some system administrators may choose to modify it. This
7938             implies that the default version will be part of the
7939             package distribution, and must not be modified by the
7940             maintainer scripts during installation (or at any other
7941             time).
7942           </p>
7943
7944           <p>
7945             In order to ensure that local changes are preserved
7946             correctly, no package may contain or make hard links to
7947             conffiles.<footnote>
7948                 Rationale: There are two problems with hard links.
7949                 The first is that some editors break the link while
7950                 editing one of the files, so that the two files may
7951                 unwittingly become unlinked and different.  The second
7952                 is that <prgn>dpkg</prgn> might break the hard link
7953                 while upgrading <tt>conffile</tt>s.
7954             </footnote>
7955           </p>
7956
7957           <p>
7958             The other way to do it is via the maintainer scripts.  In
7959             this case, the configuration file must not be listed as a
7960             <tt>conffile</tt> and must not be part of the package
7961             distribution. If the existence of a file is required for
7962             the package to be sensibly configured it is the
7963             responsibility of the package maintainer to provide
7964             maintainer scripts which correctly create, update and
7965             maintain the file and remove it on purge.  (See <ref
7966             id="maintainerscripts"> for more information.)  These
7967             scripts must be idempotent (i.e., must work correctly if
7968             <prgn>dpkg</prgn> needs to re-run them due to errors
7969             during installation or removal), must cope with all the
7970             variety of ways <prgn>dpkg</prgn> can call maintainer
7971             scripts, must not overwrite or otherwise mangle the user's
7972             configuration without asking, must not ask unnecessary
7973             questions (particularly during upgrades), and must
7974             otherwise be good citizens.
7975           </p>
7976
7977           <p>
7978             The scripts are not required to configure every possible
7979             option for the package, but only those necessary to get
7980             the package running on a given system. Ideally the
7981             sysadmin should not have to do any configuration other
7982             than that done (semi-)automatically by the
7983             <prgn>postinst</prgn> script.
7984           </p>
7985
7986           <p>
7987             A common practice is to create a script called
7988             <file><var>package</var>-configure</file> and have the
7989             package's <prgn>postinst</prgn> call it if and only if the
7990             configuration file does not already exist.  In certain
7991             cases it is useful for there to be an example or template
7992             file which the maintainer scripts use.  Such files should
7993             be in <file>/usr/share/<var>package</var></file> or
7994             <file>/usr/lib/<var>package</var></file> (depending on whether
7995             they are architecture-independent or not).  There should
7996             be symbolic links to them from
7997             <file>/usr/share/doc/<var>package</var>/examples</file> if
7998             they are examples, and should be perfectly ordinary
7999             <prgn>dpkg</prgn>-handled files (<em>not</em>
8000             configuration files).
8001           </p>
8002
8003           <p>
8004             These two styles of configuration file handling must
8005             not be mixed, for that way lies madness:
8006             <prgn>dpkg</prgn> will ask about overwriting the file
8007             every time the package is upgraded.
8008           </p>
8009         </sect1>
8010
8011         <sect1>
8012           <heading>Sharing configuration files</heading>
8013
8014           <p>
8015             Packages which specify the same file as a
8016             <tt>conffile</tt> must be tagged as <em>conflicting</em>
8017             with each other.  (This is an instance of the general rule
8018             about not sharing files.  Note that neither alternatives
8019             nor diversions are likely to be appropriate in this case;
8020             in particular, <prgn>dpkg</prgn> does not handle diverted
8021             <tt>conffile</tt>s well.)
8022           </p>
8023
8024           <p>
8025             The maintainer scripts must not alter a <tt>conffile</tt>
8026             of <em>any</em> package, including the one the scripts
8027             belong to.
8028           </p>
8029
8030           <p>
8031             If two or more packages use the same configuration file
8032             and it is reasonable for both to be installed at the same
8033             time, one of these packages must be defined as
8034             <em>owner</em> of the configuration file, i.e., it will be
8035             the package which handles that file as a configuration
8036             file.  Other packages that use the configuration file must
8037             depend on the owning package if they require the
8038             configuration file to operate. If the other package will
8039             use the configuration file if present, but is capable of
8040             operating without it, no dependency need be declared.
8041           </p>
8042
8043           <p>
8044             If it is desirable for two or more related packages to
8045             share a configuration file <em>and</em> for all of the
8046             related packages to be able to modify that configuration
8047             file, then the following should be done:
8048             <enumlist compact="compact">
8049               <item>
8050                   One of the related packages (the "owning" package)
8051                   will manage the configuration file with maintainer
8052                   scripts as described in the previous section.
8053               </item>
8054               <item>
8055                   The owning package should also provide a program
8056                   that the other packages may use to modify the
8057                   configuration file.
8058               </item>
8059               <item>
8060                   The related packages must use the provided program
8061                   to make any desired modifications to the
8062                   configuration file.  They should either depend on
8063                   the core package to guarantee that the configuration
8064                   modifier program is available or accept gracefully
8065                   that they cannot modify the configuration file if it
8066                   is not.  (This is in addition to the fact that the
8067                   configuration file may not even be present in the
8068                   latter scenario.)
8069               </item>
8070             </enumlist>
8071           </p>
8072
8073           <p>
8074             Sometimes it's appropriate to create a new package which
8075             provides the basic infrastructure for the other packages
8076             and which manages the shared configuration files.  (The
8077             <tt>sgml-base</tt> package is a good example.)
8078           </p>
8079         </sect1>
8080
8081         <sect1>
8082           <heading>User configuration files ("dotfiles")</heading>
8083
8084           <p>
8085             The files in <file>/etc/skel</file> will automatically be
8086             copied into new user accounts by <prgn>adduser</prgn>.
8087             No other program should reference the files in
8088             <file>/etc/skel</file>.
8089           </p>
8090
8091           <p>
8092             Therefore, if a program needs a dotfile to exist in
8093             advance in <file>$HOME</file> to work sensibly, that dotfile
8094             should be installed in <file>/etc/skel</file> and treated as a
8095             configuration file.
8096           </p>
8097
8098           <p>
8099             However, programs that require dotfiles in order to
8100             operate sensibly are a bad thing, unless they do create
8101             the dotfiles themselves automatically.
8102           </p>
8103
8104           <p>
8105             Furthermore, programs should be configured by the Debian
8106             default installation to behave as closely to the upstream
8107             default behavior as possible.
8108           </p>
8109
8110           <p>
8111             Therefore, if a program in a Debian package needs to be
8112             configured in some way in order to operate sensibly, that
8113             should be done using a site-wide configuration file placed
8114             in <file>/etc</file>.  Only if the program doesn't support a
8115             site-wide default configuration and the package maintainer
8116             doesn't have time to add it may a default per-user file be
8117             placed in <file>/etc/skel</file>.
8118           </p>
8119
8120           <p>
8121             <file>/etc/skel</file> should be as empty as we can make it.
8122             This is particularly true because there is no easy (or
8123             necessarily desirable) mechanism for ensuring that the
8124             appropriate dotfiles are copied into the accounts of
8125             existing users when a package is installed.
8126           </p>
8127         </sect1>
8128       </sect>
8129
8130       <sect>
8131         <heading>Log files</heading>
8132         <p>
8133           Log files should usually be named
8134           <file>/var/log/<var>package</var>.log</file>.  If you have many
8135           log files, or need a separate directory for permission
8136           reasons (<file>/var/log</file> is writable only by
8137           <file>root</file>), you should usually create a directory named
8138           <file>/var/log/<var>package</var></file> and place your log
8139           files there.
8140         </p>
8141
8142         <p>
8143           Log files must be rotated occasionally so that they don't grow
8144           indefinitely.  The best way to do this is to install a log
8145           rotation configuration file in the
8146           directory <file>/etc/logrotate.d</file>, normally
8147           named <file>/etc/logrotate.d/<var>package</var></file>, and use
8148           the facilities provided by <prgn>logrotate</prgn>.
8149           <footnote>
8150             <p>
8151               The traditional approach to log files has been to set up
8152               <em>ad hoc</em> log rotation schemes using simple shell
8153               scripts and cron.  While this approach is highly
8154               customizable, it requires quite a lot of sysadmin work.
8155               Even though the original Debian system helped a little
8156               by automatically installing a system which can be used
8157               as a template, this was deemed not enough.
8158             </p>
8159
8160             <p>
8161               The use of <prgn>logrotate</prgn>, a program developed
8162               by Red Hat, is better, as it centralizes log management.
8163               It has both a configuration file
8164               (<file>/etc/logrotate.conf</file>) and a directory where
8165               packages can drop their individual log rotation
8166               configurations (<file>/etc/logrotate.d</file>).
8167             </p>
8168           </footnote>
8169           Here is a good example for a logrotate config
8170           file (for more information see <manref name="logrotate"
8171             section="8">):
8172           <example compact="compact">
8173 /var/log/foo/*.log {
8174     rotate 12
8175     weekly
8176     compress
8177     missingok
8178     postrotate
8179         start-stop-daemon -K -p /var/run/foo.pid -s HUP -x /usr/sbin/foo -q
8180     endscript
8181 }
8182           </example>
8183           This rotates all files under <file>/var/log/foo</file>, saves 12
8184           compressed generations, and tells the daemon to reopen its log
8185           files after the log rotation.  It skips this log rotation
8186           (via <tt>missingok</tt>) if no such log file is present, which
8187           avoids errors if the package is removed but not purged.
8188         </p>
8189
8190         <p>
8191           Log files should be removed when the package is
8192           purged (but not when it is only removed).  This should be
8193           done by the <prgn>postrm</prgn> script when it is called
8194           with the argument <tt>purge</tt> (see <ref
8195           id="removedetails">).
8196         </p>
8197       </sect>
8198
8199       <sect id="permissions-owners">
8200         <heading>Permissions and owners</heading>
8201
8202         <p>
8203           The rules in this section are guidelines for general use.
8204           If necessary you may deviate from the details below.
8205           However, if you do so you must make sure that what is done
8206           is secure and you should try to be as consistent as possible
8207           with the rest of the system.  You should probably also
8208           discuss it on <prgn>debian-devel</prgn> first.
8209         </p>
8210
8211         <p>
8212           Files should be owned by <tt>root:root</tt>, and made
8213           writable only by the owner and universally readable (and
8214           executable, if appropriate), that is mode 644 or 755.
8215         </p>
8216
8217         <p>
8218           Directories should be mode 755 or (for group-writability)
8219           mode 2775.  The ownership of the directory should be
8220           consistent with its mode: if a directory is mode 2775, it
8221           should be owned by the group that needs write access to
8222           it.<footnote>
8223             <p>
8224               When a package is upgraded, and the owner or permissions
8225               of a file included in the package has changed, dpkg
8226               arranges for the ownership and permissions to be
8227               correctly set upon installation. However, this does not
8228               extend to directories; the permissions and ownership of
8229               directories already on the system does not change on
8230               install or upgrade of packages.  This makes sense, since
8231               otherwise common directories like <tt>/usr</tt> would
8232               always be in flux.  To correctly change permissions of a
8233               directory the package owns, explicit action is required,
8234               usually in the <tt>postinst</tt> script. Care must be
8235               taken to handle downgrades as well, in that case.
8236             </p>
8237           </footnote>
8238         </p>
8239
8240         <p>
8241           Control information files should be owned by <tt>root:root</tt>
8242           and either mode 644 (for most files) or mode 755 (for
8243           executables such as <qref id="maintscripts">maintainer
8244           scripts</qref>).
8245         </p>
8246
8247         <p>
8248           Setuid and setgid executables should be mode 4755 or 2755
8249           respectively, and owned by the appropriate user or group.
8250           They should not be made unreadable (modes like 4711 or
8251           2711 or even 4111); doing so achieves no extra security,
8252           because anyone can find the binary in the freely available
8253           Debian package; it is merely inconvenient.  For the same
8254           reason you should not restrict read or execute permissions
8255           on non-set-id executables.
8256         </p>
8257
8258         <p>
8259           Some setuid programs need to be restricted to particular
8260           sets of users, using file permissions.  In this case they
8261           should be owned by the uid to which they are set-id, and by
8262           the group which should be allowed to execute them.  They
8263           should have mode 4754; again there is no point in making
8264           them unreadable to those users who must not be allowed to
8265           execute them.
8266         </p>
8267
8268         <p>
8269           It is possible to arrange that the system administrator can
8270           reconfigure the package to correspond to their local
8271           security policy by changing the permissions on a binary:
8272           they can do this by using <prgn>dpkg-statoverride</prgn>, as
8273           described below.<footnote>
8274             Ordinary files installed by <prgn>dpkg</prgn> (as
8275             opposed to <tt>conffile</tt>s and other similar objects)
8276             normally have their permissions reset to the distributed
8277             permissions when the package is reinstalled.  However,
8278             the use of <prgn>dpkg-statoverride</prgn> overrides this
8279             default behavior.
8280           </footnote>
8281           Another method you should consider is to create a group for
8282           people allowed to use the program(s) and make any setuid
8283           executables executable only by that group.
8284         </p>
8285
8286         <p>
8287           If you need to create a new user or group for your package
8288           there are two possibilities.  Firstly, you may need to
8289           make some files in the binary package be owned by this
8290           user or group, or you may need to compile the user or
8291           group id (rather than just the name) into the binary
8292           (though this latter should be avoided if possible, as in
8293           this case you need a statically allocated id).</p>
8294
8295         <p>
8296           If you need a statically allocated id, you must ask for a
8297           user or group id from the <tt>base-passwd</tt> maintainer,
8298           and must not release the package until you have been
8299           allocated one.  Once you have been allocated one you must
8300           either make the package depend on a version of the
8301           <tt>base-passwd</tt> package with the id present in
8302           <file>/etc/passwd</file> or <file>/etc/group</file>, or arrange for
8303           your package to create the user or group itself with the
8304           correct id (using <tt>adduser</tt>) in its
8305           <prgn>preinst</prgn> or <prgn>postinst</prgn>.  (Doing it in
8306           the <prgn>postinst</prgn> is to be preferred if it is
8307           possible, otherwise a pre-dependency will be needed on the
8308           <tt>adduser</tt> package.)
8309         </p>
8310
8311         <p>
8312           On the other hand, the program might be able to determine
8313           the uid or gid from the user or group name at runtime, so
8314           that a dynamically allocated id can be used.  In this case
8315           you should choose an appropriate user or group name,
8316           discussing this on <prgn>debian-devel</prgn> and checking
8317           with the <package/base-passwd/ maintainer that it is unique and that
8318           they do not wish you to use a statically allocated id
8319           instead.  When this has been checked you must arrange for
8320           your package to create the user or group if necessary using
8321           <prgn>adduser</prgn> in the <prgn>preinst</prgn> or
8322           <prgn>postinst</prgn> script (again, the latter is to be
8323           preferred if it is possible).
8324         </p>
8325
8326         <p>
8327           Note that changing the numeric value of an id associated
8328           with a name is very difficult, and involves searching the
8329           file system for all appropriate files.  You need to think
8330           carefully whether a static or dynamic id is required, since
8331           changing your mind later will cause problems.
8332         </p>
8333
8334         <sect1><heading>The use of <prgn>dpkg-statoverride</prgn></heading>
8335           <p>
8336             This section is not intended as policy, but as a
8337             description of the use of <prgn>dpkg-statoverride</prgn>.
8338           </p>
8339
8340           <p>
8341             If a system administrator wishes to have a file (or
8342             directory or other such thing) installed with owner and
8343             permissions different from those in the distributed Debian
8344             package, they can use the <prgn>dpkg-statoverride</prgn>
8345             program to instruct <prgn>dpkg</prgn> to use the different
8346             settings every time the file is installed.  Thus the
8347             package maintainer should distribute the files with their
8348             normal permissions, and leave it for the system
8349             administrator to make any desired changes.  For example, a
8350             daemon which is normally required to be setuid root, but
8351             in certain situations could be used without being setuid,
8352             should be installed setuid in the <tt>.deb</tt>.  Then the
8353             local system administrator can change this if they wish.
8354             If there are two standard ways of doing it, the package
8355             maintainer can use <tt>debconf</tt> to find out the
8356             preference, and call <prgn>dpkg-statoverride</prgn> in the
8357             maintainer script if necessary to accommodate the system
8358             administrator's choice. Care must be taken during
8359             upgrades to not override an existing setting.
8360           </p>
8361
8362           <p>
8363             Given the above, <prgn>dpkg-statoverride</prgn> is
8364             essentially a tool for system administrators and would not
8365             normally be needed in the maintainer scripts.  There is
8366             one type of situation, though, where calls to
8367             <prgn>dpkg-statoverride</prgn> would be needed in the
8368             maintainer scripts, and that involves packages which use
8369             dynamically allocated user or group ids.  In such a
8370             situation, something like the following idiom can be very
8371             helpful in the package's <prgn>postinst</prgn>, where
8372             <tt>sysuser</tt> is a dynamically allocated id:
8373             <example>
8374 for i in /usr/bin/foo /usr/sbin/bar
8375 do
8376   # only do something when no setting exists
8377   if ! dpkg-statoverride --list $i >/dev/null 2>&1
8378   then
8379     #include: debconf processing, question about foo and bar
8380     if [ "$RET" = "true" ] ; then
8381       dpkg-statoverride --update --add sysuser root 4755 $i
8382     fi
8383   fi
8384 done
8385             </example>
8386             The corresponding code to remove the override when the package
8387             is purged would be:
8388             <example>
8389 for i in /usr/bin/foo /usr/sbin/bar
8390 do
8391   if dpkg-statoverride --list $i >/dev/null 2>&1
8392   then
8393     dpkg-statoverride --remove $i
8394   fi
8395 done
8396             </example>
8397           </p>
8398         </sect1>
8399       </sect>
8400     </chapt>
8401
8402
8403     <chapt id="customized-programs">
8404       <heading>Customized programs</heading>
8405
8406       <sect id="arch-spec">
8407         <heading>Architecture specification strings</heading>
8408
8409         <p>
8410           If a program needs to specify an <em>architecture specification
8411           string</em> in some place, it should select one of the strings
8412           provided by <tt>dpkg-architecture -L</tt>. The strings are in
8413           the format <tt><var>os</var>-<var>arch</var></tt>, though the OS
8414           part is sometimes elided, as when the OS is Linux.
8415         </p>
8416
8417         <p>
8418           Note that we don't want to use
8419           <tt><var>arch</var>-debian-linux</tt> to apply to the rule
8420           <tt><var>architecture</var>-<var>vendor</var>-<var>os</var></tt>
8421           since this would make our programs incompatible with other
8422           Linux distributions.  We also don't use something like
8423           <tt><var>arch</var>-unknown-linux</tt>, since the
8424           <tt>unknown</tt> does not look very good.
8425         </p>
8426
8427         <sect1 id="arch-wildcard-spec">
8428           <heading>Architecture wildcards</heading>
8429
8430           <p>
8431             A package may specify an architecture wildcard. Architecture
8432             wildcards are in the format <tt>any</tt> (which matches every
8433             architecture), <tt><var>os</var></tt>-any, or
8434             any-<tt><var>cpu</var></tt>. <footnote>
8435               Internally, the package system normalizes the GNU triplets
8436               and the Debian arches into Debian arch triplets (which are
8437               kind of inverted GNU triplets), with the first component of
8438               the triplet representing the libc and ABI in use, and then
8439               does matching against those triplets.  However, such
8440               triplets are an internal implementation detail that should
8441               not be used by packages directly.  The libc and ABI portion
8442               is handled internally by the package system based on
8443               the <var>os</var> and <var>cpu</var>.
8444             </footnote>
8445           </p>
8446         </sect1>
8447       </sect>
8448
8449       <sect>
8450         <heading>Daemons</heading>
8451
8452         <p>
8453           The configuration files <file>/etc/services</file>,
8454           <file>/etc/protocols</file>, and <file>/etc/rpc</file> are managed
8455           by the <prgn>netbase</prgn> package and must not be modified
8456           by other packages.
8457         </p>
8458
8459         <p>
8460           If a package requires a new entry in one of these files, the
8461           maintainer should get in contact with the
8462           <prgn>netbase</prgn> maintainer, who will add the entries
8463           and release a new version of the <prgn>netbase</prgn>
8464           package.
8465         </p>
8466
8467         <p>
8468           The configuration file <file>/etc/inetd.conf</file> must not be
8469           modified by the package's scripts except via the
8470           <prgn>update-inetd</prgn> script or the
8471           <file>DebianNet.pm</file> Perl module.  See their documentation
8472           for details on how to add entries.
8473         </p>
8474
8475         <p>
8476           If a package wants to install an example entry into
8477           <file>/etc/inetd.conf</file>, the entry must be preceded with
8478           exactly one hash character (<tt>#</tt>). Such lines are
8479           treated as "commented out by user" by the
8480           <prgn>update-inetd</prgn> script and are not changed or
8481           activated during package updates.
8482         </p>
8483       </sect>
8484
8485       <sect>
8486         <heading>Using pseudo-ttys and modifying wtmp, utmp and
8487         lastlog</heading>
8488
8489         <p>
8490           Some programs need to create pseudo-ttys. This should be done
8491           using Unix98 ptys if the C library supports it. The resulting
8492           program must not be installed setuid root, unless that
8493           is required for other functionality.
8494         </p>
8495
8496         <p>
8497           The files <file>/var/run/utmp</file>, <file>/var/log/wtmp</file> and
8498           <file>/var/log/lastlog</file> must be installed writable by
8499           group <tt>utmp</tt>.  Programs which need to modify those
8500           files must be installed setgid <tt>utmp</tt>.
8501         </p>
8502       </sect>
8503
8504       <sect>
8505         <heading>Editors and pagers</heading>
8506
8507         <p>
8508           Some programs have the ability to launch an editor or pager
8509           program to edit or display a text document.  Since there are
8510           lots of different editors and pagers available in the Debian
8511           distribution, the system administrator and each user should
8512           have the possibility to choose their preferred editor and
8513           pager.
8514         </p>
8515
8516         <p>
8517           In addition, every program should choose a good default
8518           editor/pager if none is selected by the user or system
8519           administrator.
8520         </p>
8521
8522         <p>
8523           Thus, every program that launches an editor or pager must
8524           use the EDITOR or PAGER environment variable to determine
8525           the editor or pager the user wishes to use.  If these
8526           variables are not set, the programs <file>/usr/bin/editor</file>
8527           and <file>/usr/bin/pager</file> should be used, respectively.
8528         </p>
8529
8530         <p>
8531           These two files are managed through the <prgn>dpkg</prgn>
8532           "alternatives" mechanism.  Every package providing an editor or
8533           pager must call the <prgn>update-alternatives</prgn> script to
8534           register as an alternative for <file>/usr/bin/editor</file>
8535           or <file>/usr/bin/pager</file> as appropriate.  The alternative
8536           should have a slave alternative
8537           for <file>/usr/share/man/man1/editor.1.gz</file>
8538           or <file>/usr/share/man/man1/pager.1.gz</file> pointing to the
8539           corresponding manual page.
8540         </p>
8541
8542         <p>
8543           If it is very hard to adapt a program to make use of the
8544           EDITOR or PAGER variables, that program may be configured to
8545           use <file>/usr/bin/sensible-editor</file> and
8546           <file>/usr/bin/sensible-pager</file> as the editor or pager
8547           program respectively.  These are two scripts provided in the
8548           <package>sensible-utils</package> package that check the EDITOR
8549           and PAGER variables and launch the appropriate program, and fall
8550           back to <file>/usr/bin/editor</file>
8551           and <file>/usr/bin/pager</file> if the variable is not set.
8552         </p>
8553
8554         <p>
8555           A program may also use the VISUAL environment variable to
8556           determine the user's choice of editor.  If it exists, it
8557           should take precedence over EDITOR.  This is in fact what
8558           <file>/usr/bin/sensible-editor</file> does.
8559         </p>
8560
8561         <p>
8562           It is not required for a package to depend on
8563           <tt>editor</tt> and <tt>pager</tt>, nor is it required for a
8564           package to provide such virtual packages.<footnote>
8565               The Debian base system already provides an editor and a
8566               pager program.
8567           </footnote>
8568         </p>
8569       </sect>
8570
8571       <sect id="web-appl">
8572         <heading>Web servers and applications</heading>
8573
8574         <p>
8575           This section describes the locations and URLs that should
8576           be used by all web servers and web applications in the
8577           Debian system.
8578         </p>
8579
8580         <p>
8581           <enumlist>
8582             <item>
8583                 Cgi-bin executable files are installed in the
8584                 directory
8585                 <example compact="compact">
8586 /usr/lib/cgi-bin/<var>cgi-bin-name</var>
8587                 </example>
8588                 or a subdirectory of that directory, and should be
8589                 referred to as
8590                 <example compact="compact">
8591 http://localhost/cgi-bin/<var>cgi-bin-name</var>
8592                 </example>
8593                 (possibly with a subdirectory name
8594                 before <var>cgi-bin-name</var>).
8595             </item>
8596
8597             <item>
8598               <p>Access to HTML documents</p>
8599
8600               <p>
8601                 HTML documents for a package are stored in
8602                 <file>/usr/share/doc/<var>package</var></file>
8603                 and can be referred to as
8604                 <example compact="compact">
8605 http://localhost/doc/<var>package</var>/<var>filename</var>
8606                 </example>
8607               </p>
8608
8609               <p>
8610                 The web server should restrict access to the document
8611                 tree so that only clients on the same host can read
8612                 the documents. If the web server does not support such
8613                 access controls, then it should not provide access at
8614                 all, or ask about providing access during installation.
8615               </p>
8616             </item>
8617
8618             <item>
8619               <p>Access to images</p>
8620               <p>
8621                 It is recommended that images for a package be stored
8622                 in <tt>/usr/share/images/<var>package</var></tt> and
8623                 may be referred to through an alias <tt>/images/</tt>
8624                 as
8625                 <example>
8626                   http://localhost/images/&lt;package&gt;/&lt;filename&gt;     
8627                 </example>
8628                 
8629               </p>
8630             </item>
8631
8632             <item>
8633               <p>Web Document Root</p>
8634
8635               <p>
8636                 Web Applications should try to avoid storing files in
8637                 the Web Document Root.  Instead they should use the
8638                 /usr/share/doc/<var>package</var> directory for
8639                 documents and register the Web Application via the
8640                 <package>doc-base</package> package.  If access to the
8641                 web document root is unavoidable then use
8642                 <example compact="compact">
8643 /var/www
8644                 </example>
8645                 as the Document Root.  This might be just a symbolic
8646                 link to the location where the system administrator
8647                 has put the real document root.
8648               </p>
8649             </item>
8650             <item><p>Providing httpd and/or httpd-cgi</p>
8651               <p>
8652                 All web servers should provide the virtual package
8653                 <tt>httpd</tt>. If a web server has CGI support it should
8654                 provide <tt>httpd-cgi</tt> additionally.
8655               </p>
8656               <p>
8657                 All web applications which do not contain CGI scripts should
8658                 depend on <tt>httpd</tt>, all those web applications which
8659                 <tt>do</tt> contain CGI scripts, should depend on
8660                 <tt>httpd-cgi</tt>.
8661               </p>
8662             </item>
8663           </enumlist>
8664         </p>
8665       </sect>
8666
8667       <sect id="mail-transport-agents">
8668         <heading>Mail transport, delivery and user agents</heading>
8669
8670         <p>
8671           Debian packages which process electronic mail, whether mail
8672           user agents (MUAs) or mail transport agents (MTAs), must
8673           ensure that they are compatible with the configuration
8674           decisions below.  Failure to do this may result in lost
8675           mail, broken <tt>From:</tt> lines, and other serious brain
8676           damage!
8677         </p>
8678
8679         <p>
8680           The mail spool is <file>/var/mail</file> and the interface to
8681           send a mail message is <file>/usr/sbin/sendmail</file> (as per
8682           the FHS).  On older systems, the mail spool may be
8683           physically located in <file>/var/spool/mail</file>, but all
8684           access to the mail spool should be via the
8685           <file>/var/mail</file> symlink.  The mail spool is part of the
8686           base system and not part of the MTA package.
8687         </p>
8688
8689         <p>
8690           All Debian MUAs, MTAs, MDAs and other mailbox accessing
8691           programs (such as IMAP daemons) must lock the mailbox in an
8692           NFS-safe way. This means that <tt>fcntl()</tt> locking must
8693           be combined with dot locking.  To avoid deadlocks, a program
8694           should use <tt>fcntl()</tt> first and dot locking after
8695           this, or alternatively implement the two locking methods in
8696           a non blocking way<footnote>
8697               If it is not possible to establish both locks, the
8698               system shouldn't wait for the second lock to be
8699               established, but remove the first lock, wait a (random)
8700               time, and start over locking again.
8701           </footnote>. Using the functions <tt>maillock</tt> and
8702           <tt>mailunlock</tt> provided by the
8703           <tt>liblockfile*</tt><footnote>
8704               You will need to depend on <tt>liblockfile1 (&gt;&gt;1.01)</tt>
8705               to use these functions.
8706           </footnote> packages is the recommended way to realize this.
8707         </p>
8708
8709         <p>
8710           Mailboxes are generally either mode 600 and owned by
8711           <var>user</var> or mode 660 and owned by
8712           <tt><var>user</var>:mail</tt><footnote>
8713             There are two traditional permission schemes for mail spools:
8714             mode 600 with all mail delivery done by processes running as
8715             the destination user, or mode 660 and owned by group mail with
8716             mail delivery done by a process running as a system user in
8717             group mail.  Historically, Debian required mode 660 mail
8718             spools to enable the latter model, but that model has become
8719             increasingly uncommon and the principle of least privilege
8720             indicates that mail systems that use the first model should
8721             use permissions of 600.  If delivery to programs is permitted,
8722             it's easier to keep the mail system secure if the delivery
8723             agent runs as the destination user.  Debian Policy therefore
8724             permits either scheme.
8725           </footnote>. The local system administrator may choose a
8726           different permission scheme; packages should not make
8727           assumptions about the permission and ownership of mailboxes
8728           unless required (such as when creating a new mailbox).  A MUA
8729           may remove a mailbox (unless it has nonstandard permissions) in
8730           which case the MTA or another MUA must recreate it if needed.
8731         </p>
8732
8733         <p>
8734           The mail spool is 2775 <tt>root:mail</tt>, and MUAs should
8735           be setgid mail to do the locking mentioned above (and
8736           must obviously avoid accessing other users' mailboxes
8737           using this privilege).</p>
8738
8739         <p>
8740           <file>/etc/aliases</file> is the source file for the system mail
8741           aliases (e.g., postmaster, usenet, etc.), it is the one
8742           which the sysadmin and <prgn>postinst</prgn> scripts may
8743           edit.  After <file>/etc/aliases</file> is edited the program or
8744           human editing it must call <prgn>newaliases</prgn>.  All MTA
8745           packages must come with a <prgn>newaliases</prgn> program,
8746           even if it does nothing, but older MTA packages did not do
8747           this so programs should not fail if <prgn>newaliases</prgn>
8748           cannot be found.  Note that because of this, all MTA
8749           packages must have <tt>Provides</tt>, <tt>Conflicts</tt> and
8750           <tt>Replaces: mail-transport-agent</tt> control fields.
8751         </p>
8752
8753         <p>
8754           The convention of writing <tt>forward to
8755             <var>address</var></tt> in the mailbox itself is not
8756           supported.  Use a <tt>.forward</tt> file instead.</p>
8757
8758         <p>
8759           The <prgn>rmail</prgn> program used by UUCP
8760           for incoming mail should be  <file>/usr/sbin/rmail</file>.
8761           Likewise, <prgn>rsmtp</prgn>, for receiving
8762           batch-SMTP-over-UUCP, should be <file>/usr/sbin/rsmtp</file> if it
8763           is supported.</p>
8764
8765         <p>
8766           If your package needs to know what hostname to use on (for
8767           example) outgoing news and mail messages which are generated
8768           locally, you should use the file <file>/etc/mailname</file>.  It
8769           will contain the portion after the username and <tt>@</tt>
8770           (at) sign for email addresses of users on the machine
8771           (followed by a newline).
8772         </p>
8773
8774         <p>
8775           Such a package should check for the existence of this file
8776           when it is being configured.  If it exists, it should be
8777           used without comment, although an MTA's configuration script
8778           may wish to prompt the user even if it finds that this file
8779           exists.  If the file does not exist, the package should
8780           prompt the user for the value (preferably using
8781           <prgn>debconf</prgn>) and store it in <file>/etc/mailname</file>
8782           as well as using it in the package's configuration.  The
8783           prompt should make it clear that the name will not just be
8784           used by that package.  For example, in this situation the
8785           <tt>inn</tt> package could say something like:
8786           <example compact="compact">
8787 Please enter the "mail name" of your system.  This is the
8788 hostname portion of the address to be shown on outgoing
8789 news and mail messages.  The default is
8790 <var>syshostname</var>, your system's host name.  Mail
8791 name ["<var>syshostname</var>"]:
8792           </example>
8793           where <var>syshostname</var> is the output of <tt>hostname
8794             --fqdn</tt>.
8795         </p>
8796       </sect>
8797
8798       <sect>
8799         <heading>News system configuration</heading>
8800
8801         <p>
8802           All the configuration files related to the NNTP (news)
8803           servers and clients should be located under
8804           <file>/etc/news</file>.</p>
8805
8806         <p>
8807           There are some configuration issues that apply to a number
8808           of news clients and server packages on the machine. These
8809           are:
8810
8811           <taglist>
8812             <tag><file>/etc/news/organization</file></tag>
8813             <item>
8814                 A string which should appear as the
8815                 organization header for all messages posted
8816                 by NNTP clients on the machine
8817             </item>
8818
8819             <tag><file>/etc/news/server</file></tag>
8820             <item>
8821                 Contains the FQDN of the upstream NNTP
8822                 server, or localhost if the local machine is
8823                 an NNTP server.
8824             </item>
8825           </taglist>
8826
8827           Other global files may be added as required for cross-package news
8828           configuration.
8829         </p>
8830       </sect>
8831
8832
8833       <sect>
8834         <heading>Programs for the X Window System</heading>
8835
8836         <sect1>
8837           <heading>Providing X support and package priorities</heading>
8838
8839           <p>
8840             Programs that can be configured with support for the X
8841             Window System must be configured to do so and must declare
8842             any package dependencies necessary to satisfy their
8843             runtime requirements when using the X Window System.  If
8844             such a package is of higher priority than the X packages
8845             on which it depends, it is required that either the
8846             X-specific components be split into a separate package, or
8847             that an alternative version of the package, which includes
8848             X support, be provided, or that the package's priority be
8849             lowered.
8850           </p>
8851         </sect1>
8852
8853         <sect1>
8854           <heading>Packages providing an X server</heading>
8855
8856           <p>
8857             Packages that provide an X server that, directly or
8858             indirectly, communicates with real input and display
8859             hardware should declare in their <tt>Provides</tt> control
8860             field that they provide the virtual
8861             package <tt>xserver</tt>.<footnote>
8862                 This implements current practice, and provides an
8863                 actual policy for usage of the <tt>xserver</tt>
8864                 virtual package which appears in the virtual packages
8865                 list.  In a nutshell, X servers that interface
8866                 directly with the display and input hardware or via
8867                 another subsystem (e.g., GGI) should provide
8868                 <tt>xserver</tt>.  Things like <tt>Xvfb</tt>,
8869                 <tt>Xnest</tt>, and <tt>Xprt</tt> should not.
8870             </footnote>
8871           </p>
8872         </sect1>
8873
8874         <sect1>
8875           <heading>Packages providing a terminal emulator</heading>
8876
8877           <p>
8878             Packages that provide a terminal emulator for the X Window
8879             System which meet the criteria listed below should declare in
8880             their <tt>Provides</tt> control field that they provide the
8881             virtual package <tt>x-terminal-emulator</tt>.  They should
8882             also register themselves as an alternative for
8883             <file>/usr/bin/x-terminal-emulator</file>, with a priority of
8884             20.  That alternative should have a slave alternative
8885             for <file>/usr/share/man/man1/x-terminal-emulator.1.gz</file>
8886             pointing to the corresponding manual page.
8887           </p>
8888
8889           <p>
8890             To be an <tt>x-terminal-emulator</tt>, a program must:
8891             <list compact="compact">
8892               <item>
8893                   Be able to emulate a DEC VT100 terminal, or a
8894                   compatible terminal.
8895               </item>
8896
8897               <item>
8898                   Support the command-line option <tt>-e
8899                     <var>command</var></tt>, which creates a new
8900                   terminal window<footnote>
8901                       "New terminal window" does not necessarily mean
8902                       a new top-level X window directly parented by
8903                       the window manager; it could, if the terminal
8904                       emulator application were so coded, be a new
8905                       "view" in a multiple-document interface (MDI).
8906                   </footnote>
8907                   and runs the specified <var>command</var>,
8908                   interpreting the entirety of the rest of the command
8909                   line as a command to pass straight to exec, in the
8910                   manner that <tt>xterm</tt> does.
8911               </item>
8912
8913               <item>
8914                   Support the command-line option <tt>-T
8915                     <var>title</var></tt>, which creates a new terminal
8916                   window with the window title <var>title</var>.
8917               </item>
8918             </list>
8919           </p>
8920         </sect1>
8921
8922         <sect1>
8923           <heading>Packages providing a window manager</heading>
8924
8925           <p>
8926             Packages that provide a window manager should declare in
8927             their <tt>Provides</tt> control field that they provide the
8928             virtual package <tt>x-window-manager</tt>.  They should also
8929             register themselves as an alternative for
8930             <file>/usr/bin/x-window-manager</file>, with a priority
8931             calculated as follows:
8932             <list compact="compact">
8933               <item>
8934                   Start with a priority of 20.
8935               </item>
8936
8937               <item>
8938                   If the window manager supports the Debian menu
8939                   system, add 20 points if this support is available
8940                   in the package's default configuration (i.e., no
8941                   configuration files belonging to the system or user
8942                   have to be edited to activate the feature); if
8943                   configuration files must be modified, add only 10
8944                   points.
8945                 </p>
8946               </item>
8947
8948               <item>
8949                   If the window manager complies with <url
8950                     id="http://www.freedesktop.org/wiki/Specifications/wm-spec"
8951                     name="The Window Manager Specification Project">,
8952                   written by the <url id="http://www.freedesktop.org/wiki/"
8953                     name="Free Desktop Group">, add 40 points.
8954               </item>
8955
8956               <item>
8957                   If the window manager permits the X session to be
8958                   restarted using a <em>different</em> window manager
8959                   (without killing the X server) in its default
8960                   configuration, add 10 points; otherwise add none.
8961               </item>
8962             </list>
8963             That alternative should have a slave alternative
8964             for <file>/usr/share/man/man1/x-window-manager.1.gz</file>
8965             pointing to the corresponding manual page.
8966           </p>
8967         </sect1>
8968
8969         <sect1>
8970           <heading>Packages providing fonts</heading>
8971
8972           <p>
8973             Packages that provide fonts for the X Window
8974             System<footnote>
8975                 For the purposes of Debian Policy, a "font for the X
8976                 Window System" is one which is accessed via X protocol
8977                 requests.  Fonts for the Linux console, for PostScript
8978                 renderer, or any other purpose, do not fit this
8979                 definition.  Any tool which makes such fonts available
8980                 to the X Window System, however, must abide by this
8981                 font policy.
8982             </footnote>
8983             must do a number of things to ensure that they are both
8984             available without modification of the X or font server
8985             configuration, and that they do not corrupt files used by
8986             other font packages to register information about
8987             themselves.
8988             <enumlist>
8989               <item>
8990                   Fonts of any type supported by the X Window System
8991                   must be in a separate binary package from any
8992                   executables, libraries, or documentation (except
8993                   that specific to the fonts shipped, such as their
8994                   license information).  If one or more of the fonts
8995                   so packaged are necessary for proper operation of
8996                   the package with which they are associated the font
8997                   package may be Recommended; if the fonts merely
8998                   provide an enhancement, a Suggests relationship may
8999                   be used.  Packages must not Depend on font
9000                   packages.<footnote>
9001                       This is because the X server may retrieve fonts
9002                       from the local file system or over the network
9003                       from an X font server; the Debian package system
9004                       is empowered to deal only with the local
9005                       file system.
9006                   </footnote>
9007               </item>
9008
9009               <item>
9010                   BDF fonts must be converted to PCF fonts with the
9011                   <prgn>bdftopcf</prgn> utility (available in the
9012                   <tt>xfonts-utils</tt> package, <prgn>gzip</prgn>ped, and
9013                   placed in a directory that corresponds to their
9014                   resolution:
9015                   <list compact="compact">
9016                     <item>
9017                         100 dpi fonts must be placed in
9018                         <file>/usr/share/fonts/X11/100dpi/</file>.
9019                     </item>
9020
9021                     <item>
9022                         75 dpi fonts must be placed in
9023                         <file>/usr/share/fonts/X11/75dpi/</file>.
9024                     </item>
9025
9026                     <item>
9027                         Character-cell fonts, cursor fonts, and other
9028                         low-resolution fonts must be placed in
9029                         <file>/usr/share/fonts/X11/misc/</file>.
9030                     </item>
9031                   </list>
9032               </item>
9033
9034               <item>
9035                   Type 1 fonts must be placed in
9036                   <file>/usr/share/fonts/X11/Type1/</file>.  If font
9037                   metric files are available, they must be placed here
9038                   as well.
9039               </item>
9040
9041               <item>
9042                   Subdirectories of <file>/usr/share/fonts/X11/</file>
9043                   other than those listed above must be neither
9044                   created nor used.  (The <file>PEX</file>, <file>CID</file>,
9045                   <file>Speedo</file>, and <file>cyrillic</file> directories
9046                   are excepted for historical reasons, but installation of
9047                   files into these directories remains discouraged.)
9048               </item>
9049
9050               <item>
9051                   Font packages may, instead of placing files directly
9052                   in the X font directories listed above, provide
9053                   symbolic links in that font directory pointing to
9054                   the files' actual location in the filesystem.  Such
9055                   a location must comply with the FHS.
9056               </item>
9057
9058               <item>
9059                   Font packages should not contain both 75dpi and
9060                   100dpi versions of a font.  If both are available,
9061                   they should be provided in separate binary packages
9062                   with <tt>-75dpi</tt> or <tt>-100dpi</tt> appended to
9063                   the names of the packages containing the
9064                   corresponding fonts.
9065               </item>
9066
9067               <item>
9068                   Fonts destined for the <file>misc</file> subdirectory
9069                   should not be included in the same package as 75dpi
9070                   or 100dpi fonts; instead, they should be provided in
9071                   a separate package with <tt>-misc</tt> appended to
9072                   its name.
9073               </item>
9074
9075               <item>
9076                   Font packages must not provide the files
9077                   <file>fonts.dir</file>, <file>fonts.alias</file>, or
9078                   <file>fonts.scale</file> in a font directory:
9079                   <list>
9080                     <item>
9081                         <file>fonts.dir</file> files must not be provided at all.
9082                     </item>
9083
9084                     <item>
9085                         <file>fonts.alias</file> and <file>fonts.scale</file>
9086                         files, if needed, should be provided in the
9087                         directory
9088                         <file>/etc/X11/fonts/<var>fontdir</var>/<var>package</var>.<var>extension</var></file>,
9089                         where <var>fontdir</var> is the name of the
9090                         subdirectory of
9091                         <file>/usr/share/fonts/X11/</file> where the
9092                         package's corresponding fonts are stored
9093                         (e.g., <tt>75dpi</tt> or <tt>misc</tt>),
9094                         <var>package</var> is the name of the package
9095                         that provides these fonts, and
9096                         <var>extension</var> is either <tt>scale</tt>
9097                         or <tt>alias</tt>, whichever corresponds to
9098                         the file contents.
9099                     </item>
9100                   </list>
9101               </item>
9102
9103               <item>
9104                   Font packages must declare a dependency on
9105                   <tt>xfonts-utils</tt> in their <tt>Depends</tt>
9106                   or <tt>Pre-Depends</tt> control field.
9107               </item>
9108
9109               <item>
9110                   Font packages that provide one or more
9111                   <file>fonts.scale</file> files as described above must
9112                   invoke <prgn>update-fonts-scale</prgn> on each
9113                   directory into which they installed fonts
9114                   <em>before</em> invoking
9115                   <prgn>update-fonts-dir</prgn> on that directory.
9116                   This invocation must occur in both the
9117                   <prgn>postinst</prgn> (for all arguments) and
9118                   <prgn>postrm</prgn> (for all arguments except
9119                   <tt>upgrade</tt>) scripts.
9120               </item>
9121
9122               <item>
9123                   Font packages that provide one or more
9124                   <file>fonts.alias</file> files as described above must
9125                   invoke <prgn>update-fonts-alias</prgn> on each
9126                   directory into which they installed fonts.  This
9127                   invocation must occur in both the
9128                   <prgn>postinst</prgn> (for all arguments) and
9129                   <prgn>postrm</prgn> (for all arguments except
9130                   <tt>upgrade</tt>) scripts.
9131               </item>
9132
9133               <item>
9134                   Font packages must invoke
9135                   <prgn>update-fonts-dir</prgn> on each directory into
9136                   which they installed fonts.  This invocation must
9137                   occur in both the <prgn>postinst</prgn> (for all
9138                   arguments) and <prgn>postrm</prgn> (for all
9139                   arguments except <tt>upgrade</tt>) scripts.
9140               </item>
9141
9142               <item>
9143                   Font packages must not provide alias names for the
9144                   fonts they include which collide with alias names
9145                   already in use by fonts already packaged.
9146               </item>
9147
9148               <item>
9149                   Font packages must not provide fonts with the same
9150                   XLFD registry name as another font already packaged.
9151               </item>
9152             </enumlist>
9153           </p>
9154         </sect1>
9155
9156         <sect1 id="appdefaults">
9157           <heading>Application defaults files</heading>
9158
9159           <p>
9160             Application defaults files must be installed in the
9161             directory <file>/etc/X11/app-defaults/</file> (use of a
9162             localized subdirectory of <file>/etc/X11/</file> as described
9163             in the <em>X Toolkit Intrinsics - C Language
9164             Interface</em> manual is also permitted).  They must be
9165             registered as <tt>conffile</tt>s or handled as
9166             configuration files.
9167           </p>
9168
9169           <p>
9170             Customization of programs' X resources may also be
9171             supported with the provision of a file with the same name
9172             as that of the package placed in
9173             the <file>/etc/X11/Xresources/</file> directory, which
9174             must be registered as a <tt>conffile</tt> or handled as a
9175             configuration file.<footnote>
9176                 Note that this mechanism is not the same as using
9177                 app-defaults; app-defaults are tied to the client
9178                 binary on the local file system, whereas X resources
9179                 are stored in the X server and affect all connecting
9180                 clients.
9181             </footnote>
9182           </p>
9183         </sect1>
9184
9185         <sect1>
9186           <heading>Installation directory issues</heading>
9187
9188           <p>
9189             Historically, packages using the X Window System used a
9190             separate set of installation directories from other packages.
9191             This practice has been discontinued and packages using the X
9192             Window System should now generally be installed in the same
9193             directories as any other package.  Specifically, packages must
9194             not install files under the <file>/usr/X11R6/</file> directory
9195             and the <file>/usr/X11R6/</file> directory hierarchy should be
9196             regarded as obsolete.
9197           </p>
9198
9199           <p>
9200             Include files previously installed under
9201             <file>/usr/X11R6/include/X11/</file> should be installed into
9202             <file>/usr/include/X11/</file>.  For files previously
9203             installed into subdirectories of
9204             <file>/usr/X11R6/lib/X11/</file>, package maintainers should
9205             determine if subdirectories of <file>/usr/lib/</file> and
9206             <file>/usr/share/</file> can be used.  If not, a subdirectory
9207             of <file>/usr/lib/X11/</file> should be used.
9208           </p>
9209
9210           <p>
9211             Configuration files for window, display, or session managers
9212             or other applications that are tightly integrated with the X
9213             Window System may be placed in a subdirectory
9214             of <file>/etc/X11/</file> corresponding to the package name.
9215             Other X Window System applications should use
9216             the <file>/etc/</file> directory unless otherwise mandated by
9217             policy (such as for <ref id="appdefaults">).
9218           </p>
9219         </sect1>
9220
9221         <sect1>
9222           <heading>The OSF/Motif and OpenMotif libraries</heading>
9223
9224           <p>
9225             <em>Programs that require the non-DFSG-compliant OSF/Motif or
9226               OpenMotif libraries</em><footnote>
9227                 OSF/Motif and OpenMotif are collectively referred to as
9228                 "Motif" in this policy document.
9229             </footnote>
9230             should be compiled against and tested with LessTif (a free
9231             re-implementation of Motif) instead.  If the maintainer
9232             judges that the program or programs do not work
9233             sufficiently well with LessTif to be distributed and
9234             supported, but do so when compiled against Motif, then two
9235             versions of the package should be created; one linked
9236             statically against Motif and with <tt>-smotif</tt>
9237             appended to the package name, and one linked dynamically
9238             against Motif and with <tt>-dmotif</tt> appended to the
9239             package name.
9240           </p>
9241
9242           <p>
9243             Both Motif-linked versions are dependent
9244             upon non-DFSG-compliant software and thus cannot be
9245             uploaded to the <em>main</em> distribution; if the
9246             software is itself DFSG-compliant it may be uploaded to
9247             the <em>contrib</em> distribution.  While known existing
9248             versions of Motif permit unlimited redistribution of
9249             binaries linked against the library (whether statically or
9250             dynamically), it is the package maintainer's
9251             responsibility to determine whether this is permitted by
9252             the license of the copy of Motif in their possession.
9253           </p>
9254         </sect1>
9255       </sect>
9256
9257       <sect id="perl">
9258         <heading>Perl programs and modules</heading>
9259
9260         <p>
9261           Perl programs and modules should follow the current Perl policy.
9262         </p>
9263
9264         <p>
9265           The Perl policy can be found in the <tt>perl-policy</tt>
9266           files in the <tt>debian-policy</tt> package.
9267           It is also available from the Debian web mirrors at
9268           <tt><url name="/doc/packaging-manuals/perl-policy/"
9269                 id="http://www.debian.org/doc/packaging-manuals/perl-policy/"></tt>.
9270         </p>
9271       </sect>
9272
9273       <sect id="emacs">
9274         <heading>Emacs lisp programs</heading>
9275
9276         <p>
9277           Please refer to the "Debian Emacs Policy" for details of how to
9278           package emacs lisp programs.
9279         </p>
9280
9281         <p>
9282           The Emacs policy is available in
9283           <file>debian-emacs-policy.gz</file> of the
9284           <package>emacsen-common</package> package.
9285           It is also available from the Debian web mirrors at
9286           <tt><url name="/doc/packaging-manuals/debian-emacs-policy"
9287                 id="http://www.debian.org/doc/packaging-manuals/debian-emacs-policy"></tt>.
9288         </p>
9289       </sect>
9290
9291       <sect>
9292         <heading>Games</heading>
9293
9294         <p>
9295           The permissions on <file>/var/games</file> are mode 755, owner
9296           <tt>root</tt> and group <tt>root</tt>.
9297         </p>
9298
9299         <p>
9300           Each game decides on its own security policy.</p>
9301
9302         <p>
9303           Games which require protected, privileged access to
9304           high-score files, saved games, etc., may be made
9305           set-<em>group</em>-id (mode 2755) and owned by
9306           <tt>root:games</tt>, and use files and directories with
9307           appropriate permissions (770 <tt>root:games</tt>, for
9308           example).  They must not be made
9309           set-<em>user</em>-id, as this causes security problems. (If
9310           an attacker can subvert any set-user-id game they can
9311           overwrite the executable of any other, causing other players
9312           of these games to run a Trojan horse program.  With a
9313           set-group-id game the attacker only gets access to less
9314           important game data, and if they can get at the other
9315           players' accounts at all it will take considerably more
9316           effort.)</p>
9317
9318         <p>
9319           Some packages, for example some fortune cookie programs, are
9320           configured by the upstream authors to install with their
9321           data files or other static information made unreadable so
9322           that they can only be accessed through set-id programs
9323           provided.  You should not do this in a Debian package: anyone can
9324           download the <file>.deb</file> file and read the data from it,
9325           so there is no point making the files unreadable.  Not
9326           making the files unreadable also means that you don't have
9327           to make so many programs set-id, which reduces the risk of a
9328           security hole.</p>
9329
9330         <p>
9331           As described in the FHS, binaries of games should be
9332           installed in the directory <file>/usr/games</file>. This also
9333           applies to games that use the X Window System. Manual pages
9334           for games (X and non-X games) should be installed in
9335           <file>/usr/share/man/man6</file>.</p>
9336       </sect>
9337     </chapt>
9338
9339
9340     <chapt id="docs">
9341       <heading>Documentation</heading>
9342
9343       <sect>
9344         <heading>Manual pages</heading>
9345
9346         <p>
9347           You should install manual pages in <prgn>nroff</prgn> source
9348           form, in appropriate places under <file>/usr/share/man</file>.
9349           You should only use sections 1 to 9 (see the FHS for more
9350           details).  You must not install a pre-formatted "cat page".
9351         </p>
9352
9353         <p>
9354           Each program, utility, and function should have an
9355           associated manual page included in the same package. It is
9356           suggested that all configuration files also have a manual
9357           page included as well. Manual pages for protocols and other
9358           auxiliary things are optional.
9359         </p>
9360
9361         <p>
9362           If no manual page is available, this is considered as a bug
9363           and should be reported to the Debian Bug Tracking System (the
9364           maintainer of the package is allowed to write this bug report
9365           themselves, if they so desire).  Do not close the bug report
9366           until a proper man page is available.<footnote>
9367               It is not very hard to write a man page. See the
9368               <url id="http://www.schweikhardt.net/man_page_howto.html"
9369                 name="Man-Page-HOWTO">,
9370               <manref name="man" section="7">, the examples created
9371               by <prgn>dh_make</prgn>, the helper
9372               program <prgn>help2man</prgn>, or the
9373               directory <file>/usr/share/doc/man-db/examples</file>.
9374           </footnote>
9375         </p>
9376
9377         <p>
9378           You may forward a complaint about a missing man page to the
9379           upstream authors, and mark the bug as forwarded in the
9380           Debian bug tracking system.  Even though the GNU Project do
9381           not in general consider the lack of a man page to be a bug,
9382           we do; if they tell you that they don't consider it a bug
9383           you should leave the bug in our bug tracking system open
9384           anyway.
9385         </p>
9386
9387         <p>
9388           Manual pages should be installed compressed using <tt>gzip -9</tt>.
9389         </p>
9390
9391         <p>
9392           If one man page needs to be accessible via several names it
9393           is better to use a symbolic link than the <file>.so</file>
9394           feature, but there is no need to fiddle with the relevant
9395           parts of the upstream source to change from <file>.so</file> to
9396           symlinks: don't do it unless it's easy.  You should not
9397           create hard links in the manual page directories, nor put
9398           absolute filenames in <file>.so</file> directives.  The filename
9399           in a <file>.so</file> in a man page should be relative to the
9400           base of the man page tree (usually
9401           <file>/usr/share/man</file>). If you do not create any links
9402           (whether symlinks, hard links, or <tt>.so</tt> directives)
9403           in the file system to the alternate names of the man page,
9404           then you should not rely on <prgn>man</prgn> finding your
9405           man page under those names based solely on the information in
9406           the man page's header.<footnote>
9407               Supporting this in <prgn>man</prgn> often requires
9408               unreasonable processing time to find a manual page or to
9409               report that none exists, and moves knowledge into man's
9410               database that would be better left in the file system.
9411               This support is therefore deprecated and will cease to
9412               be present in the future.
9413           </footnote>
9414         </p>
9415
9416         <p>
9417           Manual pages in locale-specific subdirectories of
9418           <file>/usr/share/man</file> should use either UTF-8 or the usual
9419           legacy encoding for that language (normally the one corresponding
9420           to the shortest relevant locale name in
9421           <file>/usr/share/i18n/SUPPORTED</file>). For example, pages under
9422           <file>/usr/share/man/fr</file> should use either UTF-8 or
9423           ISO-8859-1.<footnote>
9424             <prgn>man</prgn> will automatically detect whether UTF-8 is in
9425             use. In future, all manual pages will be required to use
9426             UTF-8.
9427           </footnote>
9428         </p>
9429
9430         <p>
9431           A country name (the <tt>DE</tt> in <tt>de_DE</tt>) should not be
9432           included in the subdirectory name unless it indicates a
9433           significant difference in the language, as this excludes
9434           speakers of the language in other countries.<footnote>
9435             At the time of writing, Chinese and Portuguese are the main
9436             languages with such differences, so <file>pt_BR</file>,
9437             <file>zh_CN</file>, and <file>zh_TW</file> are all allowed.
9438           </footnote>
9439         </p>
9440
9441         <p>
9442           If a localized version of a manual page is provided, it should
9443           either be up-to-date or it should be obvious to the reader that
9444           it is outdated and the original manual page should be used
9445           instead.  This can be done either by a note at the beginning of
9446           the manual page or by showing the missing or changed portions in
9447           the original language instead of the target language.
9448         </p>
9449       </sect>
9450
9451       <sect>
9452         <heading>Info documents</heading>
9453
9454         <p>
9455           Info documents should be installed in <file>/usr/share/info</file>.
9456           They should be compressed with <tt>gzip -9</tt>.
9457         </p>
9458
9459         <p>
9460           The <prgn>install-info</prgn> program maintains a directory of
9461           installed info documents in <file>/usr/share/info/dir</file> for
9462           the use of info readers.<footnote>
9463             It was previously necessary for packages installing info
9464             documents to run <prgn>install-info</prgn> from maintainer
9465             scripts.  This is no longer necessary.  The installation
9466             system now uses dpkg triggers.
9467           </footnote>
9468           This file must not be included in packages.  Packages containing
9469           info documents should depend on <tt>dpkg (>= 1.15.4) |
9470           install-info</tt> to ensure that the directory file is properly
9471           rebuilt during partial upgrades from Debian 5.0 (lenny) and
9472           earlier.
9473         </p>
9474
9475         <p>
9476           Info documents should contain section and directory entry
9477           information in the document for the use
9478           of <prgn>install-info</prgn>.  The section should be specified
9479           via a line starting with <tt>INFO-DIR-SECTION</tt> followed by a
9480           space and the section of this info page.  The directory entry or
9481           entries should be included between
9482           a <tt>START-INFO-DIR-ENTRY</tt> line and
9483           an <tt>END-INFO-DIR-ENTRY</tt> line.  For example:
9484           <example>
9485 INFO-DIR-SECTION Individual utilities
9486 START-INFO-DIR-ENTRY
9487 * example: (example).               An example info directory entry.
9488 END-INFO-DIR-ENTRY
9489           </example>
9490           To determine which section to use, you should look
9491           at <file>/usr/share/info/dir</file> on your system and choose
9492           the most relevant (or create a new section if none of the
9493           current sections are relevant).<footnote>
9494             Normally, info documents are generated from Texinfo source.
9495             To include this information in the generated info document, if
9496             it is absent, add commands like:
9497             <example>
9498 @dircategory Individual utilities
9499 @direntry
9500 * example: (example).               An example info directory entry.
9501 @end direntry
9502             </example>
9503             to the Texinfo source of the document and ensure that the info
9504             documents are rebuilt from source during the package build.
9505           </footnote>
9506         </p>
9507       </sect>
9508
9509       <sect>
9510         <heading>Additional documentation</heading>
9511
9512         <p>
9513           Any additional documentation that comes with the package may
9514           be installed at the discretion of the package maintainer.
9515           Plain text documentation should be installed in the directory
9516           <file>/usr/share/doc/<var>package</var></file>, where
9517           <var>package</var> is the name of the package, and
9518           compressed with <tt>gzip -9</tt> unless it is small.
9519         </p>
9520
9521         <p>
9522           If a package comes with large amounts of documentation which
9523           many users of the package will not require you should create
9524           a separate binary package to contain it, so that it does not
9525           take up disk space on the machines of users who do not need
9526           or want it installed.</p>
9527
9528         <p>
9529           It is often a good idea to put text information files
9530           (<file>README</file>s, changelogs, and so forth) that come with
9531           the source package in <file>/usr/share/doc/<var>package</var></file>
9532           in the binary package.  However, you don't need to install
9533           the instructions for building and installing the package, of
9534           course!</p>
9535
9536         <p>
9537           Packages must not require the existence of any files in
9538           <file>/usr/share/doc/</file> in order to function
9539           <footnote>
9540               The system administrator should be able to
9541               delete files in <file>/usr/share/doc/</file> without causing
9542               any programs to break.
9543           </footnote>.
9544           Any files that are referenced by programs but are also
9545           useful as stand alone documentation should be installed under
9546           <file>/usr/share/<var>package</var>/</file> with symbolic links from
9547           <file>/usr/share/doc/<var>package</var></file>.
9548         </p>
9549
9550         <p>
9551           <file>/usr/share/doc/<var>package</var></file> may be a symbolic
9552           link to another directory in <file>/usr/share/doc</file> only if
9553           the two packages both come from the same source and the
9554           first package Depends on the second.<footnote>
9555             <p>
9556               Please note that this does not override the section on
9557               changelog files below, so the file 
9558               <file>/usr/share/doc/<var>package</var>/changelog.Debian.gz</file>
9559               must refer to the changelog for the current version of
9560               <var>package</var> in question. In practice, this means
9561               that the sources of the target and the destination of the
9562               symlink must be the same (same source package and
9563               version). 
9564             </p>
9565           </footnote>
9566         </p>
9567
9568         <p>
9569           Former Debian releases placed all additional documentation
9570           in <file>/usr/doc/<var>package</var></file>.  This has been
9571           changed to <file>/usr/share/doc/<var>package</var></file>,
9572           and packages must not put documentation in the directory
9573           <file>/usr/doc/<var>package</var></file>. <footnote>
9574             At this phase of the transition, we no longer require a
9575             symbolic link in <file>/usr/doc/</file>. At a later point,
9576             policy shall change to make the symbolic links a bug.
9577           </footnote>
9578         </p>
9579       </sect>
9580
9581       <sect>
9582         <heading>Preferred documentation formats</heading>
9583
9584         <p>
9585           The unification of Debian documentation is being carried out
9586           via HTML.</p>
9587
9588         <p>
9589           If your package comes with extensive documentation in a
9590           markup format that can be converted to various other formats
9591           you should if possible ship HTML versions in a binary
9592           package, in the directory
9593           <file>/usr/share/doc/<var>appropriate-package</var></file> or
9594           its subdirectories.<footnote>
9595               The rationale: The important thing here is that HTML
9596               docs should be available in <em>some</em> package, not
9597               necessarily in the main binary package.
9598           </footnote>
9599         </p>
9600
9601         <p>
9602           Other formats such as PostScript may be provided at the
9603           package maintainer's discretion.
9604         </p>
9605       </sect>
9606
9607       <sect id="copyrightfile">
9608         <heading>Copyright information</heading>
9609
9610         <p>
9611           Every package must be accompanied by a verbatim copy of its
9612           copyright information and distribution license in the file
9613           <file>/usr/share/doc/<var>package</var>/copyright</file>. This
9614           file must neither be compressed nor be a symbolic link.
9615         </p>
9616
9617         <p>
9618           In addition, the copyright file must say where the upstream
9619           sources (if any) were obtained.  It should name the original
9620           authors of the package and the Debian maintainer(s) who were
9621           involved with its creation.
9622         </p>
9623
9624         <p>
9625           Packages in the <em>contrib</em> or <em>non-free</em> archive
9626           areas should state in the copyright file that the package is not
9627           part of the Debian distribution and briefly explain why.
9628         </p>
9629
9630         <p>
9631           A copy of the file which will be installed in
9632           <file>/usr/share/doc/<var>package</var>/copyright</file> should
9633           be in <file>debian/copyright</file> in the source package.
9634         </p>
9635
9636         <p>
9637           <file>/usr/share/doc/<var>package</var></file> may be a symbolic
9638           link to another directory in <file>/usr/share/doc</file> only if
9639           the two packages both come from the same source and the
9640           first package Depends on the second.  These rules are
9641           important because copyrights must be extractable by
9642           mechanical means.
9643         </p>
9644
9645         <p>
9646           Packages distributed under the Apache license (version 2.0), the
9647           Artistic license, the GNU GPL (versions 1, 2, or 3), the GNU
9648           LGPL (versions 2, 2.1, or 3), and the GNU FDL (versions 1.2 or
9649           1.3) should refer to the corresponding files
9650           under <file>/usr/share/common-licenses</file>,<footnote>
9651             <p>
9652               In particular,
9653               <file>/usr/share/common-licenses/Apache-2.0</file>,
9654               <file>/usr/share/common-licenses/Artistic</file>,
9655               <file>/usr/share/common-licenses/GPL-1</file>,
9656               <file>/usr/share/common-licenses/GPL-2</file>,
9657               <file>/usr/share/common-licenses/GPL-3</file>,
9658               <file>/usr/share/common-licenses/LGPL-2</file>,
9659               <file>/usr/share/common-licenses/LGPL-2.1</file>,
9660               <file>/usr/share/common-licenses/LGPL-3</file>,
9661               <file>/usr/share/common-licenses/GFDL-1.2</file>, and
9662               <file>/usr/share/common-licenses/GFDL-1.3</file>
9663               respectively.  The University of California BSD license is
9664               also included in <package>base-files</package> as
9665               <file>/usr/share/common-licenses/BSD</file>, but given the
9666               brevity of this license, its specificity to code whose
9667               copyright is held by the Regents of the University of
9668               California, and the frequency of minor wording changes, its
9669               text should be included in the copyright file rather than
9670               referencing this file.
9671             </p>
9672           </footnote> rather than quoting them in the copyright
9673           file. 
9674         </p>
9675
9676         <p>
9677           You should not use the copyright file as a general <file>README</file>
9678           file.  If your package has such a file it should be
9679           installed in <file>/usr/share/doc/<var>package</var>/README</file> or
9680           <file>README.Debian</file> or some other appropriate place.</p>
9681       </sect>
9682
9683       <sect>
9684         <heading>Examples</heading>
9685
9686         <p>
9687           Any examples (configurations, source files, whatever),
9688           should be installed in a directory
9689           <file>/usr/share/doc/<var>package</var>/examples</file>.  These
9690           files should not be referenced by any program: they're there
9691           for the benefit of the system administrator and users as
9692           documentation only.  Architecture-specific example files
9693           should be installed in a directory
9694           <file>/usr/lib/<var>package</var>/examples</file> with symbolic
9695           links to them from
9696           <file>/usr/share/doc/<var>package</var>/examples</file>, or the
9697           latter directory itself may be a symbolic link to the
9698           former.
9699         </p>
9700
9701         <p>
9702           If the purpose of a package is to provide examples, then the
9703           example files may be installed into
9704           <file>/usr/share/doc/<var>package</var></file>.
9705         </p>
9706       </sect>
9707
9708       <sect id="changelogs">
9709         <heading>Changelog files</heading>
9710
9711         <p>
9712           Packages that are not Debian-native must contain a
9713           compressed copy of the <file>debian/changelog</file> file from
9714           the Debian source tree in
9715           <file>/usr/share/doc/<var>package</var></file> with the name
9716           <file>changelog.Debian.gz</file>.
9717         </p>
9718
9719         <p>
9720           If an upstream changelog is available, it should be accessible as
9721           <file>/usr/share/doc/<var>package</var>/changelog.gz</file> in
9722           plain text.  If the upstream changelog is distributed in
9723           HTML, it should be made available in that form as
9724           <file>/usr/share/doc/<var>package</var>/changelog.html.gz</file>
9725           and a plain text <file>changelog.gz</file> should be generated
9726           from it using, for example, <tt>lynx -dump -nolist</tt>.  If
9727           the upstream changelog files do not already conform to this
9728           naming convention, then this may be achieved either by
9729           renaming the files, or by adding a symbolic link, at the
9730           maintainer's discretion.<footnote>
9731               Rationale: People should not have to look in places for
9732               upstream changelogs merely because they are given
9733               different names or are distributed in HTML format.
9734           </footnote>
9735         </p>
9736
9737         <p>
9738           All of these files should be installed compressed using
9739           <tt>gzip -9</tt>, as they will become large with time even
9740           if they start out small.
9741         </p>
9742
9743         <p>
9744           If the package has only one changelog which is used both as
9745           the Debian changelog and the upstream one because there is
9746           no separate upstream maintainer then that changelog should
9747           usually be installed as
9748           <file>/usr/share/doc/<var>package</var>/changelog.gz</file>; if
9749           there is a separate upstream maintainer, but no upstream
9750           changelog, then the Debian changelog should still be called
9751           <file>changelog.Debian.gz</file>.
9752         </p>
9753
9754         <p>
9755           For details about the format and contents of the Debian
9756           changelog file, please see <ref id="dpkgchangelog">.
9757         </p>
9758       </sect>
9759     </chapt>
9760
9761     <appendix id="pkg-scope">
9762       <heading>Introduction and scope of these appendices</heading>
9763
9764       <p>
9765         These appendices are taken essentially verbatim from the
9766         now-deprecated Packaging Manual, version 3.2.1.0.  They are
9767         the chapters which are likely to be of use to package
9768         maintainers and which have not already been included in the
9769         policy document itself. Most of these sections are very likely
9770         not relevant to policy; they should be treated as
9771         documentation for the packaging system. Please note that these
9772         appendices are included for convenience, and for historical
9773         reasons: they used to be part of policy package, and they have
9774         not yet been incorporated into dpkg documentation. However,
9775         they still have value, and hence they are presented here.
9776       </p>
9777
9778       <p>
9779         They have not yet been checked to ensure that they are
9780         compatible with the contents of policy, and if there are any
9781         contradictions, the version in the main policy document takes
9782         precedence.  The remaining chapters of the old Packaging
9783         Manual have also not been read in detail to ensure that there
9784         are not parts which have been left out.  Both of these will be
9785         done in due course.
9786       </p>
9787
9788       <p>
9789         Certain parts of the Packaging manual were integrated into the
9790         Policy Manual proper, and removed from the appendices. Links
9791         have been placed from the old locations to the new ones.
9792       </p>
9793
9794       <p>
9795         <prgn>dpkg</prgn> is a suite of programs for creating binary
9796         package files and installing and removing them on Unix
9797         systems.<footnote>
9798             <prgn>dpkg</prgn> is targeted primarily at Debian, but may
9799             work on or be ported to other systems.
9800         </footnote>
9801       </p>
9802
9803       <p>
9804         The binary packages are designed for the management of
9805         installed executable programs (usually compiled binaries) and
9806         their associated data, though source code examples and
9807         documentation are provided as part of some packages.</p>
9808
9809       <p>
9810         This manual describes the technical aspects of creating Debian
9811         binary packages (<file>.deb</file> files).  It documents the
9812         behavior of the package management programs
9813         <prgn>dpkg</prgn>, <prgn>dselect</prgn> et al. and the way
9814         they interact with packages.</p>
9815
9816       <p>
9817         It also documents the interaction between
9818         <prgn>dselect</prgn>'s core and the access method scripts it
9819         uses to actually install the selected packages, and describes
9820         how to create a new access method.</p>
9821
9822       <p>
9823         This manual does not go into detail about the options and
9824         usage of the package building and installation tools.  It
9825         should therefore be read in conjunction with those programs'
9826         man pages.
9827       </p>
9828
9829       <p>
9830         The utility programs which are provided with <prgn>dpkg</prgn>
9831         for managing various system configuration and similar issues,
9832         such as <prgn>update-rc.d</prgn> and
9833         <prgn>install-info</prgn>, are not described in detail here -
9834         please see their man pages.
9835       </p>
9836
9837       <p>
9838         It is assumed that the reader is reasonably familiar with the
9839         <prgn>dpkg</prgn> System Administrators' manual.
9840         Unfortunately this manual does not yet exist.
9841       </p>
9842
9843       <p>
9844         The Debian version of the FSF's GNU hello program is provided as
9845         an example for people wishing to create Debian packages. However,
9846         while the examples are helpful, they do not replace the need to
9847         read and follow the Policy and Programmer's Manual.</p>
9848     </appendix>
9849
9850     <appendix id="pkg-binarypkg">
9851       <heading>Binary packages (from old Packaging Manual)</heading>
9852
9853       <p>
9854         The binary package has two main sections.  The first part
9855         consists of various control information files and scripts used
9856         by <prgn>dpkg</prgn> when installing and removing.  See <ref
9857         id="pkg-controlarea">.
9858       </p>
9859
9860       <p>
9861         The second part is an archive containing the files and
9862         directories to be installed.
9863       </p>
9864
9865       <p>
9866         In the future binary packages may also contain other
9867         components, such as checksums and digital signatures. The
9868         format for the archive is described in full in the
9869         <file>deb(5)</file> man page.
9870       </p>
9871
9872
9873       <sect id="pkg-bincreating"><heading>Creating package files -
9874       <prgn>dpkg-deb</prgn>
9875         </heading>
9876
9877         <p>
9878           All manipulation of binary package files is done by
9879           <prgn>dpkg-deb</prgn>; it's the only program that has
9880           knowledge of the format.  (<prgn>dpkg-deb</prgn> may be
9881           invoked by calling <prgn>dpkg</prgn>, as <prgn>dpkg</prgn>
9882           will spot that the options requested are appropriate to
9883           <prgn>dpkg-deb</prgn> and invoke that instead with the same
9884           arguments.)
9885         </p>
9886
9887         <p>
9888           In order to create a binary package you must make a
9889           directory tree which contains all the files and directories
9890           you want to have in the file system data part of the package.
9891           In Debian-format source packages this directory is usually
9892           <file>debian/tmp</file>, relative to the top of the package's
9893           source tree.
9894         </p>
9895
9896         <p>
9897           They should have the locations (relative to the root of the
9898           directory tree you're constructing) ownerships and
9899           permissions which you want them to have on the system when
9900           they are installed.
9901         </p>
9902
9903         <p>
9904           With current versions of <prgn>dpkg</prgn> the uid/username
9905           and gid/groupname mappings for the users and groups being
9906           used should be the same on the system where the package is
9907           built and the one where it is installed.
9908         </p>
9909
9910         <p>
9911           You need to add one special directory to the root of the
9912           miniature file system tree you're creating:
9913           <prgn>DEBIAN</prgn>.  It should contain the control
9914           information files, notably the binary package control file
9915           (see <ref id="pkg-controlfile">).
9916         </p>
9917
9918         <p>
9919           The <prgn>DEBIAN</prgn> directory will not appear in the
9920           file system archive of the package, and so won't be installed
9921           by <prgn>dpkg</prgn> when the package is installed.
9922         </p>
9923
9924         <p>
9925           When you've prepared the package, you should invoke:
9926           <example>
9927   dpkg --build <var>directory</var>
9928           </example>
9929         </p>
9930
9931         <p>
9932           This will build the package in
9933           <file><var>directory</var>.deb</file>.  (<prgn>dpkg</prgn> knows
9934           that <tt>--build</tt> is a <prgn>dpkg-deb</prgn> option, so
9935           it invokes <prgn>dpkg-deb</prgn> with the same arguments to
9936           build the package.)
9937         </p>
9938
9939         <p>
9940           See the man page <manref name="dpkg-deb" section="8"> for details of how
9941           to examine the contents of this newly-created file.  You may find the
9942           output of following commands enlightening:
9943           <example>
9944   dpkg-deb --info <var>filename</var>.deb
9945   dpkg-deb --contents <var>filename</var>.deb
9946   dpkg --contents <var>filename</var>.deb
9947           </example>
9948           To view the copyright file for a package you could use this command:
9949           <example>
9950   dpkg --fsys-tarfile <var>filename</var>.deb | tar xOf - --wildcards \*/copyright | pager
9951           </example>
9952         </p>
9953       </sect>
9954
9955       <sect id="pkg-controlarea">
9956         <heading>Package control information files</heading>
9957
9958         <p>
9959           The control information portion of a binary package is a
9960           collection of files with names known to <prgn>dpkg</prgn>.
9961           It will treat the contents of these files specially - some
9962           of them contain information used by <prgn>dpkg</prgn> when
9963           installing or removing the package; others are scripts which
9964           the package maintainer wants <prgn>dpkg</prgn> to run.
9965         </p>
9966
9967         <p>
9968           It is possible to put other files in the package control
9969           information file area, but this is not generally a good idea
9970           (though they will largely be ignored).
9971         </p>
9972
9973         <p>
9974           Here is a brief list of the control information files supported
9975           by <prgn>dpkg</prgn> and a summary of what they're used for.
9976         </p>
9977
9978         <p>
9979           <taglist>
9980             <tag><tt>control</tt>
9981             <item>
9982               <p>
9983                 This is the key description file used by
9984                 <prgn>dpkg</prgn>.  It specifies the package's name
9985                 and version, gives its description for the user,
9986                 states its relationships with other packages, and so
9987                 forth.  See <ref id="sourcecontrolfiles"> and
9988                 <ref id="binarycontrolfiles">.
9989               </p>
9990
9991               <p>
9992                 It is usually generated automatically from information
9993                 in the source package by the
9994                 <prgn>dpkg-gencontrol</prgn> program, and with
9995                 assistance from <prgn>dpkg-shlibdeps</prgn>.
9996                 See <ref id="pkg-sourcetools">.
9997               </p>
9998             </item>
9999
10000             <tag><tt>postinst</tt>, <tt>preinst</tt>, <tt>postrm</tt>,
10001                  <tt>prerm</tt>
10002             </tag>
10003             <item>
10004               <p>
10005                 These are executable files (usually scripts) which
10006                 <prgn>dpkg</prgn> runs during installation, upgrade
10007                 and removal of packages.  They allow the package to
10008                 deal with matters which are particular to that package
10009                 or require more complicated processing than that
10010                 provided by <prgn>dpkg</prgn>.  Details of when and
10011                 how they are called are in <ref id="maintainerscripts">.
10012               </p>
10013
10014               <p>
10015                 It is very important to make these scripts idempotent.
10016                 See <ref id="idempotency">.
10017               </p>
10018
10019               <p>
10020                 The maintainer scripts are not guaranteed to run with a
10021                 controlling terminal and may not be able to interact with
10022                 the user.  See <ref id="controllingterminal">.
10023               </p>
10024             </item>
10025
10026             <tag><tt>conffiles</tt>
10027             </tag>
10028             <item>
10029                 This file contains a list of configuration files which
10030                 are to be handled automatically by <prgn>dpkg</prgn>
10031                 (see <ref id="pkg-conffiles">).  Note that not necessarily
10032                 every configuration file should be listed here.
10033             </item>
10034
10035             <tag><tt>shlibs</tt>
10036             </tag>
10037             <item>
10038                 This file contains a list of the shared libraries
10039                 supplied by the package, with dependency details for
10040                 each.  This is used by <prgn>dpkg-shlibdeps</prgn>
10041                 when it determines what dependencies are required in a
10042                 package control file. The <tt>shlibs</tt> file format
10043                 is described on <ref id="shlibs">.
10044             </item>
10045           </taglist>
10046         </p>
10047
10048       <sect id="pkg-controlfile">
10049         <heading>The main control information file: <tt>control</tt></heading>
10050
10051         <p>
10052           The most important control information file used by
10053           <prgn>dpkg</prgn> when it installs a package is
10054           <tt>control</tt>.  It contains all the package's "vital
10055           statistics".
10056         </p>
10057
10058         <p>
10059           The binary package control files of packages built from
10060           Debian sources are made by a special tool,
10061           <prgn>dpkg-gencontrol</prgn>, which reads
10062           <file>debian/control</file> and <file>debian/changelog</file> to
10063           find the information it needs.  See <ref id="pkg-sourcepkg"> for
10064           more details.
10065         </p>
10066
10067         <p>
10068           The fields in binary package control files are listed in
10069           <ref id="binarycontrolfiles">.
10070         </p>
10071
10072         <p>
10073           A description of the syntax of control files and the purpose
10074           of the fields is available in <ref id="controlfields">.
10075         </p>
10076       </sect>
10077
10078       <sect>
10079         <heading>Time Stamps</heading>
10080
10081         <p>
10082           See <ref id="timestamps">.
10083         </p>
10084       </sect>
10085     </appendix>
10086
10087     <appendix id="pkg-sourcepkg">
10088       <heading>Source packages (from old Packaging Manual) </heading>
10089
10090       <p>
10091         The Debian binary packages in the distribution are generated
10092         from Debian sources, which are in a special format to assist
10093         the easy and automatic building of binaries.
10094       </p>
10095
10096       <sect id="pkg-sourcetools">
10097         <heading>Tools for processing source packages</heading>
10098
10099         <p>
10100           Various tools are provided for manipulating source packages;
10101           they pack and unpack sources and help build of binary
10102           packages and help manage the distribution of new versions.
10103         </p>
10104
10105         <p>
10106           They are introduced and typical uses described here; see
10107           <manref name="dpkg-source" section="1"> for full
10108           documentation about their arguments and operation.
10109         </p>
10110
10111         <p>
10112           For examples of how to construct a Debian source package,
10113           and how to use those utilities that are used by Debian
10114           source packages, please see the <prgn>hello</prgn> example
10115           package.
10116         </p>
10117
10118         <sect1 id="pkg-dpkg-source">
10119           <heading>
10120             <prgn>dpkg-source</prgn> - packs and unpacks Debian source
10121             packages
10122           </heading>
10123
10124           <p>
10125             This program is frequently used by hand, and is also
10126             called from package-independent automated building scripts
10127             such as <prgn>dpkg-buildpackage</prgn>.
10128           </p>
10129
10130           <p>
10131             To unpack a package it is typically invoked with
10132             <example>
10133   dpkg-source -x <var>.../path/to/filename</var>.dsc
10134             </example>
10135           </p>
10136
10137            <p>
10138             with the <file><var>filename</var>.tar.gz</file> and
10139             <file><var>filename</var>.diff.gz</file> (if applicable) in
10140             the same directory.  It unpacks into
10141             <file><var>package</var>-<var>version</var></file>, and if
10142             applicable
10143             <file><var>package</var>-<var>version</var>.orig</file>, in
10144             the current directory.
10145           </p>
10146
10147           <p>
10148             To create a packed source archive it is typically invoked:
10149             <example>
10150   dpkg-source -b <var>package</var>-<var>version</var>
10151           </example>
10152           </p>
10153
10154           <p>
10155             This will create the <file>.dsc</file>, <file>.tar.gz</file> and
10156             <file>.diff.gz</file> (if appropriate) in the current
10157             directory.  <prgn>dpkg-source</prgn> does not clean the
10158             source tree first - this must be done separately if it is
10159             required.
10160           </p>
10161
10162           <p>
10163             See also <ref id="pkg-sourcearchives">.</p>
10164         </sect1>
10165
10166
10167         <sect1 id="pkg-dpkg-buildpackage">
10168           <heading>
10169             <prgn>dpkg-buildpackage</prgn> - overall package-building
10170             control script
10171           </heading>
10172
10173           <p>
10174             <prgn>dpkg-buildpackage</prgn> is a script which invokes
10175             <prgn>dpkg-source</prgn>, the <file>debian/rules</file>
10176             targets <tt>clean</tt>, <tt>build</tt> and
10177             <tt>binary</tt>, <prgn>dpkg-genchanges</prgn> and
10178             <prgn>gpg</prgn> (or <prgn>pgp</prgn>) to build a signed
10179             source and binary package upload.
10180           </p>
10181
10182           <p>
10183             It is usually invoked by hand from the top level of the
10184             built or unbuilt source directory.  It may be invoked with
10185             no arguments; useful arguments include:
10186             <taglist compact="compact">
10187               <tag><tt>-uc</tt>, <tt>-us</tt></tag>
10188               <item>
10189                 <p>
10190                   Do not sign the <tt>.changes</tt> file or the
10191                   source package <tt>.dsc</tt> file, respectively.</p>
10192               </item>
10193               <tag><tt>-p<var>sign-command</var></tt></tag>
10194               <item>
10195                 <p>
10196                   Invoke <var>sign-command</var> instead of finding
10197                   <tt>gpg</tt> or <tt>pgp</tt> on the <prgn>PATH</prgn>.
10198                   <var>sign-command</var> must behave just like
10199                   <prgn>gpg</prgn> or <tt>pgp</tt>.</p>
10200               </item>
10201               <tag><tt>-r<var>root-command</var></tt></tag>
10202               <item>
10203                 <p>
10204                   When root privilege is required, invoke the command
10205                   <var>root-command</var>.  <var>root-command</var>
10206                   should invoke its first argument as a command, from
10207                   the <prgn>PATH</prgn> if necessary, and pass its
10208                   second and subsequent arguments to the command it
10209                   calls.  If no <var>root-command</var> is supplied
10210                   then <var>dpkg-buildpackage</var> will take no
10211                   special action to gain root privilege, so that for
10212                   most packages it will have to be invoked as root to
10213                   start with.</p>
10214               </item>
10215               <tag><tt>-b</tt>, <tt>-B</tt></tag>
10216               <item>
10217                 <p>
10218                   Two types of binary-only build and upload - see
10219                   <manref name="dpkg-source" section="1">.
10220                 </p>
10221               </item>
10222             </taglist>
10223           </p>
10224         </sect1>
10225
10226         <sect1 id="pkg-dpkg-gencontrol">
10227           <heading>
10228             <prgn>dpkg-gencontrol</prgn> - generates binary package
10229             control files
10230           </heading>
10231
10232           <p>
10233             This program is usually called from <file>debian/rules</file>
10234             (see <ref id="pkg-sourcetree">) in the top level of the source
10235             tree.
10236           </p>
10237
10238           <p>
10239             This is usually done just before the files and directories in the
10240             temporary directory tree where the package is being built have their
10241             permissions and ownerships set and the package is constructed using
10242             <prgn>dpkg-deb/</prgn>
10243               <footnote>
10244                 This is so that the control file which is produced has
10245                 the right permissions
10246             </footnote>.
10247           </p>
10248
10249           <p>
10250             <prgn>dpkg-gencontrol</prgn> must be called after all the
10251             files which are to go into the package have been placed in
10252             the temporary build directory, so that its calculation of
10253             the installed size of a package is correct.
10254           </p>
10255
10256           <p>
10257             It is also necessary for <prgn>dpkg-gencontrol</prgn> to
10258             be run after <prgn>dpkg-shlibdeps</prgn> so that the
10259             variable substitutions created by
10260             <prgn>dpkg-shlibdeps</prgn> in <file>debian/substvars</file>
10261             are available.
10262           </p>
10263
10264           <p>
10265             For a package which generates only one binary package, and
10266             which builds it in <file>debian/tmp</file> relative to the top
10267             of the source package, it is usually sufficient to call
10268             <prgn>dpkg-gencontrol</prgn>.
10269           </p>
10270
10271           <p>
10272             Sources which build several binaries will typically need
10273             something like:
10274             <example>
10275   dpkg-gencontrol -Pdebian/tmp-<var>pkg</var> -p<var>package</var>
10276             </example> The <tt>-P</tt> tells
10277             <prgn>dpkg-gencontrol</prgn> that the package is being
10278             built in a non-default directory, and the <tt>-p</tt>
10279             tells it which package's control file should be generated.
10280           </p>
10281
10282           <p>
10283             <prgn>dpkg-gencontrol</prgn> also adds information to the
10284             list of files in <file>debian/files</file>, for the benefit of
10285             (for example) a future invocation of
10286             <prgn>dpkg-genchanges</prgn>.</p>
10287         </sect1>
10288
10289         <sect1 id="pkg-dpkg-shlibdeps">
10290           <heading>
10291             <prgn>dpkg-shlibdeps</prgn> - calculates shared library
10292             dependencies
10293           </heading>
10294
10295           <p>
10296             This program is usually called from <file>debian/rules</file>
10297             just before <prgn>dpkg-gencontrol</prgn> (see <ref
10298             id="pkg-sourcetree">), in the top level of the source tree.
10299           </p>
10300
10301           <p>
10302             Its arguments are executables and shared libraries
10303             <footnote>
10304               <p>
10305                 They may be specified either in the locations in the
10306                 source tree where they are created or in the locations
10307                 in the temporary build tree where they are installed
10308                 prior to binary package creation.
10309               </p>
10310             </footnote> for which shared library dependencies should
10311             be included in the binary package's control file.
10312           </p>
10313
10314           <p>
10315             If some of the found shared libraries should only
10316             warrant a <tt>Recommends</tt> or <tt>Suggests</tt>, or if
10317             some warrant a <tt>Pre-Depends</tt>, this can be achieved
10318             by using the <tt>-d<var>dependency-field</var></tt> option
10319             before those executable(s).  (Each <tt>-d</tt> option
10320             takes effect until the next <tt>-d</tt>.)
10321           </p>
10322
10323           <p>
10324             <prgn>dpkg-shlibdeps</prgn> does not directly cause the
10325             output control file to be modified.  Instead by default it
10326             adds to the <file>debian/substvars</file> file variable
10327             settings like <tt>shlibs:Depends</tt>.  These variable
10328             settings must be referenced in dependency fields in the
10329             appropriate per-binary-package sections of the source
10330             control file.
10331           </p>
10332
10333           <p>
10334             For example, a package that generates an essential part
10335             which requires dependencies, and optional parts that 
10336             which only require a recommendation, would separate those
10337             two sets of dependencies into two different fields.<footnote>
10338                 At the time of writing, an example for this was the
10339                 <package/xmms/ package, with Depends used for the xmms
10340                 executable, Recommends for the plug-ins and Suggests for
10341                 even more optional features provided by unzip.
10342             </footnote>
10343             It can say in its <file>debian/rules</file>:
10344             <example>
10345   dpkg-shlibdeps -dDepends <var>program anotherprogram ...</var> \
10346                  -dRecommends <var>optionalpart anotheroptionalpart</var>
10347             </example>
10348             and then in its main control file <file>debian/control</file>:
10349             <example>
10350   <var>...</var>
10351   Depends: ${shlibs:Depends}
10352   Recommends: ${shlibs:Recommends}
10353   <var>...</var>
10354             </example>
10355           </p>
10356
10357           <p>
10358             Sources which produce several binary packages with
10359             different shared library dependency requirements can use
10360             the <tt>-p<var>varnameprefix</var></tt> option to override
10361             the default <tt>shlibs:</tt> prefix (one invocation of
10362             <prgn>dpkg-shlibdeps</prgn> per setting of this option).
10363             They can thus produce several sets of dependency
10364             variables, each of the form
10365             <tt><var>varnameprefix</var>:<var>dependencyfield</var></tt>,
10366             which can be referred to in the appropriate parts of the
10367             binary package control files.
10368           </p>
10369         </sect1>
10370
10371
10372         <sect1 id="pkg-dpkg-distaddfile">
10373           <heading>
10374             <prgn>dpkg-distaddfile</prgn> - adds a file to
10375             <file>debian/files</file>
10376           </heading>
10377
10378           <p>
10379             Some packages' uploads need to include files other than
10380             the source and binary package files.
10381           </p>
10382
10383           <p>
10384             <prgn>dpkg-distaddfile</prgn> adds a file to the
10385             <file>debian/files</file> file so that it will be included in
10386             the <file>.changes</file> file when
10387             <prgn>dpkg-genchanges</prgn> is run.
10388           </p>
10389
10390           <p>
10391             It is usually invoked from the <tt>binary</tt> target of
10392             <file>debian/rules</file>:
10393             <example>
10394   dpkg-distaddfile <var>filename</var> <var>section</var> <var>priority</var>
10395             </example>
10396             The <var>filename</var> is relative to the directory where
10397             <prgn>dpkg-genchanges</prgn> will expect to find it - this
10398             is usually the directory above the top level of the source
10399             tree.  The <file>debian/rules</file> target should put the
10400             file there just before or just after calling
10401             <prgn>dpkg-distaddfile</prgn>.
10402           </p>
10403
10404           <p>
10405             The <var>section</var> and <var>priority</var> are passed
10406             unchanged into the resulting <file>.changes</file> file.
10407           </p>
10408         </sect1>
10409
10410
10411         <sect1 id="pkg-dpkg-genchanges">
10412           <heading>
10413             <prgn>dpkg-genchanges</prgn> - generates a <file>.changes</file>
10414             upload control file
10415           </heading>
10416
10417           <p>
10418             This program is usually called by package-independent
10419             automatic building scripts such as
10420             <prgn>dpkg-buildpackage</prgn>, but it may also be called
10421             by hand.
10422           </p>
10423
10424           <p>
10425             It is usually called in the top level of a built source
10426             tree, and when invoked with no arguments will print out a
10427             straightforward <file>.changes</file> file based on the
10428             information in the source package's changelog and control
10429             file and the binary and source packages which should have
10430             been built.
10431           </p>
10432         </sect1>
10433
10434
10435         <sect1 id="pkg-dpkg-parsechangelog">
10436           <heading>
10437             <prgn>dpkg-parsechangelog</prgn> - produces parsed
10438             representation of a changelog
10439           </heading>
10440
10441           <p>
10442             This program is used internally by
10443             <prgn>dpkg-source</prgn> et al.  It may also occasionally
10444             be useful in <file>debian/rules</file> and elsewhere.  It
10445             parses a changelog, <file>debian/changelog</file> by default,
10446             and prints a control-file format representation of the
10447             information in it to standard output.
10448           </p>
10449         </sect1>
10450
10451         <sect1 id="pkg-dpkg-architecture">
10452           <heading>
10453             <prgn>dpkg-architecture</prgn> - information about the build and
10454             host system
10455           </heading>
10456
10457           <p>
10458             This program can be used manually, but is also invoked by
10459             <tt>dpkg-buildpackage</tt> or <file>debian/rules</file> to set
10460             environment or make variables which specify the build and host
10461             architecture for the package building process.
10462           </p>
10463         </sect1>
10464       </sect>
10465
10466       <sect id="pkg-sourcetree">
10467         <heading>The Debian package source tree</heading>
10468
10469         <p>
10470           The source archive scheme described later is intended to
10471           allow a Debian package source tree with some associated
10472           control information to be reproduced and transported easily.
10473           The Debian package source tree is a version of the original
10474           program with certain files added for the benefit of the
10475           packaging process, and with any other changes required
10476           made to the rest of the source code and installation
10477           scripts.
10478         </p>
10479
10480         <p>
10481           The extra files created for Debian are in the subdirectory
10482           <file>debian</file> of the top level of the Debian package
10483           source tree. They are described below.
10484         </p>
10485
10486         <sect1 id="pkg-debianrules">
10487           <heading><file>debian/rules</file> - the main building script</heading>
10488
10489           <p>
10490             See <ref id="debianrules">.
10491           </p>
10492         </sect1>
10493
10494         <sect1 id="pkg-srcsubstvars">
10495           <heading><file>debian/substvars</file> and variable substitutions</heading>
10496
10497           <p>
10498             See <ref id="substvars">.
10499           </p>
10500
10501         </sect1>
10502
10503         <sect1>
10504           <heading><file>debian/files</file></heading>
10505
10506           <p>
10507             See <ref id="debianfiles">.
10508           </p>
10509         </sect1>
10510
10511         <sect1><heading><file>debian/tmp</file>
10512           </heading>
10513
10514           <p>
10515             This is the canonical temporary location for the
10516             construction of binary packages by the <tt>binary</tt>
10517             target.  The directory <file>tmp</file> serves as the root of
10518             the file system tree as it is being constructed (for
10519             example, by using the package's upstream makefiles install
10520             targets and redirecting the output there), and it also
10521             contains the <tt>DEBIAN</tt> subdirectory.  See <ref
10522             id="pkg-bincreating">.
10523           </p>
10524
10525           <p>
10526             If several binary packages are generated from the same
10527             source tree it is usual to use several
10528             <file>debian/tmp<var>something</var></file> directories, for
10529             example <file>tmp-a</file> or <file>tmp-doc</file>.
10530           </p>
10531
10532           <p>
10533             Whatever <file>tmp</file> directories are created and used by
10534             <tt>binary</tt> must of course be removed by the
10535             <tt>clean</tt> target.</p></sect1>
10536       </sect>
10537
10538
10539       <sect id="pkg-sourcearchives"><heading>Source packages as archives
10540         </heading>
10541
10542         <p>
10543           As it exists on the FTP site, a Debian source package
10544           consists of three related files.  You must have the right
10545           versions of all three to be able to use them.
10546         </p>
10547
10548         <p>
10549           <taglist>
10550             <tag>Debian source control file - <tt>.dsc</tt></tag>
10551             <item>
10552                 This file is a control file used by <prgn>dpkg-source</prgn>
10553                 to extract a source package.
10554                 See <ref id="debiansourcecontrolfiles">.
10555             </item>
10556
10557             <tag>
10558               Original source archive -
10559               <file>
10560                 <var>package</var>_<var>upstream-version</var>.orig.tar.gz
10561               </file>
10562             </tag>
10563
10564             <item>
10565               <p>
10566                 This is a compressed (with <tt>gzip -9</tt>)
10567                 <prgn>tar</prgn> file containing the source code from
10568                 the upstream authors of the program.
10569               </p>
10570             </item>
10571
10572             <tag>
10573               Debian package diff -
10574               <file>
10575                 <var>package</var>_<var>upstream_version-revision</var>.diff.gz
10576               </file>
10577             </tag>
10578             <item>
10579
10580               <p>
10581                 This is a unified context diff (<tt>diff -u</tt>)
10582                 giving the changes which are required to turn the
10583                 original source into the Debian source.  These changes
10584                 may only include editing and creating plain files.
10585                 The permissions of files, the targets of symbolic
10586                 links and the characteristics of special files or
10587                 pipes may not be changed and no files may be removed
10588                 or renamed.
10589               </p>
10590
10591               <p>
10592                 All the directories in the diff must exist, except the
10593                 <file>debian</file> subdirectory of the top of the source
10594                 tree, which will be created by
10595                 <prgn>dpkg-source</prgn> if necessary when unpacking.
10596               </p>
10597
10598               <p>
10599                 The <prgn>dpkg-source</prgn> program will
10600                 automatically make the <file>debian/rules</file> file
10601                 executable (see below).</p></item>
10602           </taglist>
10603         </p>
10604
10605         <p>
10606           If there is no original source code - for example, if the
10607           package is specially prepared for Debian or the Debian
10608           maintainer is the same as the upstream maintainer - the
10609           format is slightly different: then there is no diff, and the
10610           tarfile is named
10611           <file><var>package</var>_<var>version</var>.tar.gz</file>,
10612           and preferably contains a directory named
10613           <file><var>package</var>-<var>version</var></file>.
10614         </p>
10615       </sect>
10616
10617       <sect>
10618         <heading>Unpacking a Debian source package without <prgn>dpkg-source</prgn></heading>
10619
10620         <p>
10621           <tt>dpkg-source -x</tt> is the recommended way to unpack a
10622           Debian source package.  However, if it is not available it
10623           is possible to unpack a Debian source archive as follows:
10624         <enumlist compact="compact">
10625           <item>
10626             <p>
10627               Untar the tarfile, which will create a <file>.orig</file>
10628               directory.</p>
10629           </item>
10630           <item>
10631             <p>Rename the <file>.orig</file> directory to
10632               <file><var>package</var>-<var>version</var></file>.</p>
10633           </item>
10634             <item>
10635             <p>
10636               Create the subdirectory <file>debian</file> at the top of
10637               the source tree.</p>
10638           </item>
10639           <item><p>Apply the diff using <tt>patch -p0</tt>.</p>
10640           </item>
10641           <item><p>Untar the tarfile again if you want a copy of the original
10642               source code alongside the Debian version.</p>
10643           </item>
10644         </enumlist>
10645
10646         <p>
10647           It is not possible to generate a valid Debian source archive
10648           without using <prgn>dpkg-source</prgn>.  In particular,
10649           attempting to use <prgn>diff</prgn> directly to generate the
10650           <file>.diff.gz</file> file will not work.
10651         </p>
10652
10653         <sect1>
10654           <heading>Restrictions on objects in source packages</heading>
10655
10656           <p>
10657             The source package may not contain any hard links
10658             <footnote>
10659                 This is not currently detected when building source
10660                 packages, but only when extracting
10661                 them.
10662             </footnote>
10663             <footnote>
10664                 Hard links may be permitted at some point in the
10665                 future, but would require a fair amount of
10666                 work.
10667             </footnote>, device special files, sockets or setuid or
10668             setgid files.
10669             <footnote>
10670                 Setgid directories are allowed.
10671             </footnote>
10672           </p>
10673
10674           <p>
10675             The source packaging tools manage the changes between the
10676             original and Debian source using <prgn>diff</prgn> and
10677             <prgn>patch</prgn>.  Turning the original source tree as
10678             included in the <file>.orig.tar.gz</file> into the Debian
10679             package source must not involve any changes which cannot be
10680             handled by these tools.  Problematic changes which cause
10681             <prgn>dpkg-source</prgn> to halt with an error when
10682             building the source package are:
10683             <list compact="compact">
10684               <item><p>Adding or removing symbolic links, sockets or pipes.</p>
10685               </item>
10686               <item><p>Changing the targets of symbolic links.</p>
10687               </item>
10688               <item><p>Creating directories, other than <file>debian</file>.</p>
10689               </item>
10690               <item><p>Changes to the contents of binary files.</p></item>
10691             </list> Changes which cause <prgn>dpkg-source</prgn> to
10692             print a warning but continue anyway are:
10693             <list compact="compact">
10694               <item>
10695                 <p>
10696                   Removing files, directories or symlinks.
10697                   <footnote>
10698                       Renaming a file is not treated specially - it is
10699                       seen as the removal of the old file (which
10700                       generates a warning, but is otherwise ignored),
10701                       and the creation of the new one.
10702                   </footnote>
10703                 </p>
10704               </item>
10705               <item>
10706                 <p>
10707                   Changed text files which are missing the usual final
10708                   newline (either in the original or the modified
10709                   source tree).
10710                 </p>
10711               </item>
10712             </list>
10713             Changes which are not represented, but which are not detected by
10714             <prgn>dpkg-source</prgn>, are:
10715             <list compact="compact">
10716               <item><p>Changing the permissions of files (other than
10717                   <file>debian/rules</file>) and directories.</p></item>
10718             </list>
10719           </p>
10720
10721           <p>
10722             The <file>debian</file> directory and <file>debian/rules</file>
10723             are handled specially by <prgn>dpkg-source</prgn> - before
10724             applying the changes it will create the <file>debian</file>
10725             directory, and afterwards it will make
10726             <file>debian/rules</file> world-executable.
10727           </p>
10728         </sect1>
10729       </sect>
10730     </appendix>
10731
10732     <appendix id="pkg-controlfields">
10733       <heading>Control files and their fields (from old Packaging Manual)</heading>
10734
10735       <p>
10736         Many of the tools in the <prgn>dpkg</prgn> suite manipulate
10737         data in a common format, known as control files.  Binary and
10738         source packages have control data as do the <file>.changes</file>
10739         files which control the installation of uploaded files, and
10740         <prgn>dpkg</prgn>'s internal databases are in a similar
10741         format.
10742       </p>
10743
10744       <sect>
10745         <heading>Syntax of control files</heading>
10746
10747         <p>
10748           See <ref id="controlsyntax">.
10749         </p>
10750
10751         <p>
10752           It is important to note that there are several fields which
10753           are optional as far as <prgn>dpkg</prgn> and the related
10754           tools are concerned, but which must appear in every Debian
10755           package, or whose omission may cause problems.
10756         </p>
10757       </sect>
10758
10759       <sect>
10760         <heading>List of fields</heading>
10761
10762         <p>
10763           See <ref id="controlfieldslist">.
10764         </p>
10765
10766         <p>
10767           This section now contains only the fields that didn't belong
10768           to the Policy manual.
10769         </p>
10770
10771         <sect1 id="pkg-f-Filename">
10772           <heading><tt>Filename</tt> and <tt>MSDOS-Filename</tt></heading>
10773
10774           <p>
10775             These fields in <tt>Packages</tt> files give the
10776             filename(s) of (the parts of) a package in the
10777             distribution directories, relative to the root of the
10778             Debian hierarchy.  If the package has been split into
10779             several parts the parts are all listed in order, separated
10780             by spaces.
10781           </p>
10782         </sect1>
10783
10784         <sect1 id="pkg-f-Size">
10785           <heading><tt>Size</tt> and <tt>MD5sum</tt></heading>
10786
10787           <p>
10788             These fields in <file>Packages</file> files give the size (in
10789             bytes, expressed in decimal) and MD5 checksum of the
10790             file(s) which make(s) up a binary package in the
10791             distribution.  If the package is split into several parts
10792             the values for the parts are listed in order, separated by
10793             spaces.
10794           </p>
10795         </sect1>
10796
10797         <sect1 id="pkg-f-Status">
10798           <heading><tt>Status</tt></heading>
10799
10800           <p>
10801             This field in <prgn>dpkg</prgn>'s status file records
10802             whether the user wants a package installed, removed or
10803             left alone, whether it is broken (requiring
10804             re-installation) or not and what its current state on the
10805             system is.  Each of these pieces of information is a
10806             single word.
10807           </p>
10808         </sect1>
10809
10810         <sect1 id="pkg-f-Config-Version">
10811           <heading><tt>Config-Version</tt></heading>
10812
10813           <p>
10814             If a package is not installed or not configured, this
10815             field in <prgn>dpkg</prgn>'s status file records the last
10816             version of the package which was successfully
10817             configured.
10818           </p>
10819         </sect1>
10820
10821         <sect1 id="pkg-f-Conffiles">
10822           <heading><tt>Conffiles</tt></heading>
10823
10824           <p>
10825             This field in <prgn>dpkg</prgn>'s status file contains
10826             information about the automatically-managed configuration
10827             files held by a package.  This field should <em>not</em>
10828             appear anywhere in a package!
10829           </p>
10830         </sect1>
10831
10832         <sect1>
10833           <heading>Obsolete fields</heading>
10834
10835           <p>
10836             These are still recognized by <prgn>dpkg</prgn> but should
10837             not appear anywhere any more.
10838
10839             <taglist compact="compact">
10840
10841               <tag><tt>Revision</tt></tag>
10842               <tag><tt>Package-Revision</tt></tag>
10843               <tag><tt>Package_Revision</tt></tag>
10844               <item>
10845                   The Debian revision part of the package version was
10846                   at one point in a separate control field.  This
10847                   field went through several names.
10848               </item>
10849
10850               <tag><tt>Recommended</tt></tag>
10851               <item>Old name for <tt>Recommends</tt>.</item>
10852
10853               <tag><tt>Optional</tt></tag>
10854               <item>Old name for <tt>Suggests</tt>.</item>
10855
10856               <tag><tt>Class</tt></tag>
10857               <item>Old name for <tt>Priority</tt>.</item>
10858
10859             </taglist>
10860           </p>
10861         </sect1>
10862       </sect>
10863
10864     </appendix>
10865
10866     <appendix id="pkg-conffiles">
10867       <heading>Configuration file handling (from old Packaging Manual)</heading>
10868
10869       <p>
10870         <prgn>dpkg</prgn> can do a certain amount of automatic
10871         handling of package configuration files.
10872       </p>
10873
10874       <p>
10875         Whether this mechanism is appropriate depends on a number of
10876         factors, but basically there are two approaches to any
10877         particular configuration file.
10878       </p>
10879
10880       <p>
10881         The easy method is to ship a best-effort configuration in the
10882         package, and use <prgn>dpkg</prgn>'s conffile mechanism to
10883         handle updates.  If the user is unlikely to want to edit the
10884         file, but you need them to be able to without losing their
10885         changes, and a new package with a changed version of the file
10886         is only released infrequently, this is a good approach.
10887       </p>
10888
10889       <p>
10890         The hard method is to build the configuration file from
10891         scratch in the <prgn>postinst</prgn> script, and to take the
10892         responsibility for fixing any mistakes made in earlier
10893         versions of the package automatically.  This will be
10894         appropriate if the file is likely to need to be different on
10895         each system.
10896       </p>
10897
10898       <sect><heading>Automatic handling of configuration files by
10899       <prgn>dpkg</prgn>
10900         </heading>
10901
10902         <p>
10903           A package may contain a control information file called
10904           <tt>conffiles</tt>.  This file should be a list of filenames
10905           of configuration files needing automatic handling, separated
10906           by newlines.  The filenames should be absolute pathnames,
10907           and the files referred to should actually exist in the
10908           package.
10909         </p>
10910
10911         <p>
10912           When a package is upgraded <prgn>dpkg</prgn> will process
10913           the configuration files during the configuration stage,
10914           shortly before it runs the package's <prgn>postinst</prgn>
10915           script,
10916         </p>
10917
10918         <p>
10919           For each file it checks to see whether the version of the
10920           file included in the package is the same as the one that was
10921           included in the last version of the package (the one that is
10922           being upgraded from); it also compares the version currently
10923           installed on the system with the one shipped with the last
10924           version.
10925         </p>
10926
10927         <p>
10928           If neither the user nor the package maintainer has changed
10929           the file, it is left alone.  If one or the other has changed
10930           their version, then the changed version is preferred - i.e.,
10931           if the user edits their file, but the package maintainer
10932           doesn't ship a different version, the user's changes will
10933           stay, silently, but if the maintainer ships a new version
10934           and the user hasn't edited it the new version will be
10935           installed (with an informative message).  If both have
10936           changed their version the user is prompted about the problem
10937           and must resolve the differences themselves.
10938         </p>
10939
10940         <p>
10941           The comparisons are done by calculating the MD5 message
10942           digests of the files, and storing the MD5 of the file as it
10943           was included in the most recent version of the package.
10944         </p>
10945
10946         <p>
10947           When a package is installed for the first time
10948           <prgn>dpkg</prgn> will install the file that comes with it,
10949           unless that would mean overwriting a file already on the
10950           file system.
10951         </p>
10952
10953         <p>
10954           However, note that <prgn>dpkg</prgn> will <em>not</em>
10955           replace a conffile that was removed by the user (or by a
10956           script).  This is necessary because with some programs a
10957           missing file produces an effect hard or impossible to
10958           achieve in another way, so that a missing file needs to be
10959           kept that way if the user did it.
10960         </p>
10961
10962         <p>
10963           Note that a package should <em>not</em> modify a
10964           <prgn>dpkg</prgn>-handled conffile in its maintainer
10965           scripts.  Doing this will lead to <prgn>dpkg</prgn> giving
10966           the user confusing and possibly dangerous options for
10967           conffile update when the package is upgraded.</p>
10968       </sect>
10969
10970       <sect><heading>Fully-featured maintainer script configuration
10971       handling
10972         </heading>
10973
10974         <p>
10975           For files which contain site-specific information such as
10976           the hostname and networking details and so forth, it is
10977           better to create the file in the package's
10978           <prgn>postinst</prgn> script.
10979         </p>
10980
10981         <p>
10982           This will typically involve examining the state of the rest
10983           of the system to determine values and other information, and
10984           may involve prompting the user for some information which
10985           can't be obtained some other way.
10986         </p>
10987
10988         <p>
10989           When using this method there are a couple of important
10990           issues which should be considered:
10991         </p>
10992
10993         <p>
10994           If you discover a bug in the program which generates the
10995           configuration file, or if the format of the file changes
10996           from one version to the next, you will have to arrange for
10997           the postinst script to do something sensible - usually this
10998           will mean editing the installed configuration file to remove
10999           the problem or change the syntax.  You will have to do this
11000           very carefully, since the user may have changed the file,
11001           perhaps to fix the very problem that your script is trying
11002           to deal with - you will have to detect these situations and
11003           deal with them correctly.
11004         </p>
11005
11006         <p>
11007           If you do go down this route it's probably a good idea to
11008           make the program that generates the configuration file(s) a
11009           separate program in <file>/usr/sbin</file>, by convention called
11010           <file><var>package</var>config</file> and then run that if
11011           appropriate from the post-installation script.  The
11012           <tt><var>package</var>config</tt> program should not
11013           unquestioningly overwrite an existing configuration - if its
11014           mode of operation is geared towards setting up a package for
11015           the first time (rather than any arbitrary reconfiguration
11016           later) you should have it check whether the configuration
11017           already exists, and require a <tt>--force</tt> flag to
11018           overwrite it.</p></sect>
11019     </appendix>
11020
11021     <appendix id="pkg-alternatives"><heading>Alternative versions of
11022         an interface - <prgn>update-alternatives</prgn> (from old
11023     Packaging Manual)
11024       </heading>
11025
11026       <p>
11027         When several packages all provide different versions of the
11028         same program or file it is useful to have the system select a
11029         default, but to allow the system administrator to change it
11030         and have their decisions respected.
11031       </p>
11032
11033       <p>
11034         For example, there are several versions of the <prgn>vi</prgn>
11035         editor, and there is no reason to prevent all of them from
11036         being installed at once, each under their own name
11037         (<prgn>nvi</prgn>, <prgn>vim</prgn> or whatever).
11038         Nevertheless it is desirable to have the name <tt>vi</tt>
11039         refer to something, at least by default.
11040       </p>
11041
11042       <p>
11043         If all the packages involved cooperate, this can be done with
11044         <prgn>update-alternatives</prgn>.
11045       </p>
11046
11047       <p>
11048         Each package provides its own version under its own name, and
11049         calls <prgn>update-alternatives</prgn> in its postinst to
11050         register its version (and again in its prerm to deregister
11051         it).
11052       </p>
11053
11054       <p>
11055         See the man page <manref name="update-alternatives"
11056         section="8"> for details.
11057       </p>
11058
11059       <p>
11060         If <prgn>update-alternatives</prgn> does not seem appropriate
11061         you may wish to consider using diversions instead.</p>
11062     </appendix>
11063
11064     <appendix id="pkg-diversions"><heading>Diversions - overriding a
11065     package's version of a file (from old Packaging Manual)
11066       </heading>
11067
11068       <p>
11069         It is possible to have <prgn>dpkg</prgn> not overwrite a file
11070         when it reinstalls the package it belongs to, and to have it
11071         put the file from the package somewhere else instead.
11072       </p>
11073
11074       <p>
11075         This can be used locally to override a package's version of a
11076         file, or by one package to override another's version (or
11077         provide a wrapper for it).
11078       </p>
11079
11080       <p>
11081         Before deciding to use a diversion, read <ref
11082         id="pkg-alternatives"> to see if you really want a diversion
11083         rather than several alternative versions of a program.
11084       </p>
11085
11086       <p>
11087         There is a diversion list, which is read by <prgn>dpkg</prgn>,
11088         and updated by a special program <prgn>dpkg-divert</prgn>.
11089         Please see <manref name="dpkg-divert" section="8"> for full
11090         details of its operation.
11091       </p>
11092
11093       <p>
11094         When a package wishes to divert a file from another, it should
11095         call <prgn>dpkg-divert</prgn> in its preinst to add the
11096         diversion and rename the existing file.  For example,
11097         supposing that a <prgn>smailwrapper</prgn> package wishes to
11098         install a wrapper around <file>/usr/sbin/smail</file>:
11099         <example>
11100    dpkg-divert --package smailwrapper --add --rename \
11101       --divert /usr/sbin/smail.real /usr/sbin/smail
11102         </example> The <tt>--package smailwrapper</tt> ensures that
11103         <prgn>smailwrapper</prgn>'s copy of <file>/usr/sbin/smail</file>
11104         can bypass the diversion and get installed as the true version.
11105         It's safe to add the diversion unconditionally on upgrades since
11106         it will be left unchanged if it already exists, but
11107         <prgn>dpkg-divert</prgn> will display a message.  To suppress that
11108         message, make the command conditional on the version from which
11109         the package is being upgraded:
11110         <example>
11111    if [ upgrade != "$1" ] || dpkg --compare-versions "$2" lt 1.0-2; then
11112       dpkg-divert --package smailwrapper --add --rename \
11113          --divert /usr/sbin/smail.real /usr/sbin/smail
11114    fi
11115         </example> where <tt>1.0-2</tt> is the version at which the
11116         diversion was first added to the package.  Running the command
11117         during abort-upgrade is pointless but harmless.
11118       </p>
11119
11120       <p>
11121         The postrm has to do the reverse:
11122         <example>
11123   if [ remove = "$1" -o abort-install = "$1" -o disappear = "$1" ]; then
11124      dpkg-divert --package smailwrapper --remove --rename \
11125         --divert /usr/sbin/smail.real /usr/sbin/smail
11126   fi
11127         </example> If the diversion was added at a particular version, the
11128         postrm should also handle the failure case of upgrading from an
11129         older version (unless the older version is so old that direct
11130         upgrades are no longer supported):
11131         <example>
11132   if [ abort-upgrade = "$1" ] && dpkg --compare-versions "$2" lt 1.0-2; then
11133      dpkg-divert --package smailwrapper --remove --rename \
11134         --divert /usr/sbin/smail.real /usr/sbin/smail
11135   fi
11136         </example> where <tt>1.02-2</tt> is the version at which the
11137         diversion was first added to the package.  The postrm should not
11138         remove the diversion on upgrades both because there's no reason to
11139         remove the diversion only to immediately re-add it and since the
11140         postrm of the old package is run after unpacking so the removal of
11141         the diversion will fail.
11142       </p>
11143
11144       <p>
11145         Do not attempt to divert a file which is vitally important for
11146         the system's operation - when using <prgn>dpkg-divert</prgn>
11147         there is a time, after it has been diverted but before
11148         <prgn>dpkg</prgn> has installed the new version, when the file
11149         does not exist.</p>
11150     </appendix>
11151
11152   </book>
11153 </debiandoc>
11154 <!-- Local variables: -->
11155 <!-- indent-tabs-mode: t -->
11156 <!-- End: -->
11157 <!-- vim:set ai et sts=2 sw=2 tw=76: -->