]> git.donarmstrong.com Git - debian/debian-policy.git/blob - policy.sgml
Merge branch 'master' into bug504880-rra
[debian/debian-policy.git] / policy.sgml
1 <!doctype debiandoc system [
2 <!-- include version information so we don't have to hard code it
3      within the document -->
4 <!entity % versiondata SYSTEM "version.ent"> %versiondata;
5 <!-- current Debian changes file format -->
6 <!entity changesversion "1.8">
7 ]>
8 <debiandoc>
9
10   <book>
11     <titlepag>
12       <title>Debian Policy Manual</title>
13       <author><qref id="authors">The Debian Policy Mailing List</qref></author>
14       <version>version &version;, &date;</version>
15
16       <abstract>
17         This manual describes the policy requirements for the Debian
18         distribution.  This includes the structure and
19         contents of the Debian archive and several design issues of
20         the operating system, as well as technical requirements that
21         each package must satisfy to be included in the distribution.
22       </abstract>
23
24       <copyright>
25         <copyrightsummary>
26           Copyright &copy; 1996,1997,1998 Ian Jackson
27           and Christian Schwarz.
28         </copyrightsummary>
29         <p>
30           These are the copyright dates of the original Policy manual.
31           Since then, this manual has been updated by many others.  No
32           comprehensive collection of copyright notices for subsequent
33           work exists.
34         </p>
35
36         <p>
37           This manual is free software; you may redistribute it and/or
38           modify it under the terms of the GNU General Public License
39           as published by the Free Software Foundation; either version
40           2, or (at your option) any later version.
41         </p>
42
43         <p>
44           This is distributed in the hope that it will be useful, but
45           <em>without any warranty</em>; without even the implied
46           warranty of merchantability or fitness for a particular
47           purpose.  See the GNU General Public License for more
48           details.
49         </p>
50
51         <p>
52           A copy of the GNU General Public License is available as
53           <file>/usr/share/common-licenses/GPL</file> in the Debian
54           distribution or on the World Wide Web at
55           <url id="http://www.gnu.org/copyleft/gpl.html"
56                name="the GNU General Public Licence">. You can also
57           obtain it by writing to the Free Software Foundation, Inc.,
58           51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
59         </p>
60       </copyright>
61     </titlepag>
62
63     <toc detail="sect1">
64
65     <chapt id="scope">
66       <heading>About this manual</heading>
67       <sect>
68         <heading>Scope</heading>
69         <p>
70           This manual describes the policy requirements for the Debian
71           distribution. This includes the structure and
72           contents of the Debian archive and several design issues of the
73           operating system, as well as technical requirements that
74           each package must satisfy to be included in the
75           distribution.
76         </p>
77
78         <p>
79           This manual also describes Debian policy as it relates to
80           creating Debian packages. It is not a tutorial on how to build
81           packages, nor is it exhaustive where it comes to describing
82           the behavior of the packaging system. Instead, this manual
83           attempts to define the interface to the package management
84           system that the developers have to be conversant with.<footnote>
85               Informally, the criteria used for inclusion is that the
86               material meet one of the following requirements:
87               <taglist compact="compact">
88                 <tag>Standard interfaces</tag>
89                 <item>
90                     The material presented represents an interface to
91                     the packaging system that is mandated for use, and
92                     is used by, a significant number of packages, and
93                     therefore should not be changed without peer
94                     review. Package maintainers can then rely on this
95                     interface not changing, and the package management
96                     software authors need to ensure compatibility with
97                     this interface definition. (Control file and
98                     changelog file formats are examples.)
99                 </item>
100                 <tag>Chosen Convention</tag>
101                 <item>
102                     If there are a number of technically viable choices
103                     that can be made, but one needs to select one of
104                     these options for inter-operability. The version
105                     number format is one example.
106                 </item>
107               </taglist>
108               Please note that these are not mutually exclusive;
109               selected conventions often become parts of standard
110               interfaces.
111           </footnote>
112         </p>
113
114         <p>
115           The footnotes present in this manual are
116           merely informative, and are not part of Debian policy itself.
117         </p>
118
119         <p>
120           The appendices to this manual are not necessarily normative,
121           either. Please see <ref id="pkg-scope"> for more information.
122         </p>
123
124         <p>
125           In the normative part of this manual,
126           the words <em>must</em>, <em>should</em> and
127           <em>may</em>, and the adjectives <em>required</em>,
128           <em>recommended</em> and <em>optional</em>, are used to
129           distinguish the significance of the various guidelines in
130           this policy document. Packages that do not conform to the
131           guidelines denoted by <em>must</em> (or <em>required</em>)
132           will generally not be considered acceptable for the Debian
133           distribution. Non-conformance with guidelines denoted by
134           <em>should</em> (or <em>recommended</em>) will generally be
135           considered a bug, but will not necessarily render a package
136           unsuitable for distribution. Guidelines denoted by
137           <em>may</em> (or <em>optional</em>) are truly optional and
138           adherence is left to the maintainer's discretion.
139         </p>
140
141         <p>
142           These classifications are roughly equivalent to the bug
143           severities <em>serious</em> (for <em>must</em> or
144           <em>required</em> directive violations), <em>minor</em>,
145           <em>normal</em> or <em>important</em>
146           (for <em>should</em> or <em>recommended</em> directive
147           violations) and <em>wishlist</em> (for <em>optional</em>
148           items).
149           <footnote>
150                 Compare RFC 2119.  Note, however, that these words are
151                 used in a different way in this document.
152           </footnote>
153         </p>
154
155         <p>
156           Much of the information presented in this manual will be
157           useful even when building a package which is to be
158           distributed in some other way or is intended for local use
159           only.
160         </p>
161       </sect>
162
163       <sect>
164         <heading>New versions of this document</heading>
165
166         <p>
167           This manual is distributed via the Debian package
168           <package><url name="debian-policy"
169               id="http://packages.debian.org/debian-policy"></package> 
170           (<httpsite>packages.debian.org</httpsite> 
171           <httppath>/debian-policy</httppath>).
172         </p>
173
174         <p>
175           The current version of this document is also available from
176           the Debian web mirrors at
177           <tt><url name="/doc/debian-policy/"
178                 id="http://www.debian.org/doc/debian-policy/"></tt>.
179           (
180           <httpsite>www.debian.org</httpsite>
181           <httppath>/doc/debian-policy/</httppath>)
182           Also available from the same directory are several other
183           formats: <file>policy.html.tar.gz</file>
184           (<httppath>/doc/debian-policy/policy.html.tar.gz</httppath>),
185           <file>policy.pdf.gz</file> 
186           (<httppath>/doc/debian-policy/policy.pdf.gz</httppath>)
187           and <file>policy.ps.gz</file>
188           (<httppath>/doc/debian-policy/policy.ps.gz</httppath>).
189         </p>
190
191         <p>
192           The <package>debian-policy</package> package also includes the file
193           <file>upgrading-checklist.txt.gz</file> which indicates policy
194           changes between versions of this document.
195         </p>
196       </sect>
197
198       <sect id="authors">
199         <heading>Authors and Maintainers</heading>
200
201         <p>
202           Originally called "Debian GNU/Linux Policy Manual", this
203           manual was initially written in 1996 by Ian Jackson.
204           It was revised on November 27th, 1996 by David A. Morris.
205           Christian Schwarz added new sections on March 15th, 1997,
206           and reworked/restructured it in April-July 1997.
207           Christoph Lameter contributed the "Web Standard".
208           Julian Gilbey largely restructured it in 2001.
209         </p>
210
211         <p>
212           Since September 1998, the responsibility for the contents of
213           this document lies on the <url name="debian-policy mailing list"
214           id="mailto:debian-policy@lists.debian.org">. Proposals
215           are discussed there and inserted into policy after a certain
216           consensus is established.
217           <!-- insert shameless policy-process plug here eventually -->
218           The actual editing is done by a group of maintainers that have
219           no editorial powers. These are the current maintainers:
220
221           <enumlist>
222             <item>Russ Allbery</item>
223             <item>Bill Allombert</item>
224             <item>Andrew McMillan</item>
225             <item>Manoj Srivastava</item>
226             <item>Colin Watson</item>
227           </enumlist>
228         </p>
229
230         <p>
231           While the authors of this document have tried hard to avoid
232           typos and other errors, these do still occur. If you discover
233           an error in this manual or if you want to give any
234           comments, suggestions, or criticisms please send an email to
235           the Debian Policy List,
236           <email>debian-policy@lists.debian.org</email>, or submit a
237           bug report against the <tt>debian-policy</tt> package.
238         </p>
239
240         <p>
241           Please do not try to reach the individual authors or maintainers
242           of the Policy Manual regarding changes to the Policy.
243         </p>
244       </sect>
245
246       <sect id="related">
247         <heading>Related documents</heading>
248
249         <p>
250           There are several other documents other than this Policy Manual
251           that are necessary to fully understand some Debian policies and
252           procedures.
253         </p>
254
255         <p>
256           The external "sub-policy" documents are referred to in:
257           <list compact="compact">
258             <item><ref id="fhs"></item>
259             <item><ref id="virtual_pkg"></item>
260             <item><ref id="menus"></item>
261             <item><ref id="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>
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, unpacking one package requires that another package
1137           be first unpacked <em>and</em> configured.  In this case, the
1138           depending package must specify this dependency in
1139           the <tt>Pre-Depends</tt> control field.
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 unpacked, 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           What follows is a summary of all the ways in which maintainer
3864           scripts may be called along with what facilities those scripts
3865           may rely on being available at that time.  Script names preceded
3866           by <var>new-</var> are the scripts from the new version of a
3867           package being installed, upgraded to, or downgraded to.  Script
3868           names preceded by <var>old-</var> are the scripts from the old
3869           version of a package that is being upgraded from or downgraded
3870           from.
3871         </p>
3872
3873         <p>
3874           The <prgn>preinst</prgn> script may be called in the following
3875           ways:
3876           <taglist>
3877             <tag><var>new-preinst</var> <tt>install</tt></tag>
3878             <tag><var>new-preinst</var> <tt>install</tt>
3879               <var>old-version</var></tag>
3880             <tag><var>new-preinst</var> <tt>upgrade</tt>
3881               <var>old-version</var></tag>
3882             <item>
3883               The package will not yet be unpacked, so
3884               the <prgn>preinst</prgn> script cannot rely on any files
3885               included in its package.  Only essential packages and
3886               pre-dependencies (<tt>Pre-Depends</tt>) may be assumed to be
3887               available.  Pre-dependencies will have been configured at
3888               least once, but at the time the <prgn>preinst</prgn> is
3889               called they may only be in an unpacked or "Half-Configured"
3890               state if a previous version of the pre-dependency was
3891               completely configured and has not been removed since then.
3892             </item>
3893
3894             <tag><var>old-preinst</var> <tt>abort-upgrade</tt>
3895               <var>new-version</var></tag>
3896             <item>
3897               Called during error handling of an upgrade that failed after
3898               unpacking the new package because the <tt>postrm
3899               upgrade</tt> action failed.  The unpacked files may be
3900               partly from the new version or partly missing, so the script
3901               cannot rely on files included in the package.  Package
3902               dependencies may not be available.  Pre-dependencies will be
3903               at least unpacked following the same rules as above, except
3904               they may be only "Half-Installed" if an upgrade of the
3905               pre-dependency failed.<footnote>
3906                 This can happen if the new version of the package no
3907                 longer pre-depends on a package that had been partially
3908                 upgraded.
3909               </footnote>
3910             </item>
3911           </taglist>
3912         </p>
3913
3914         <p>
3915           The <prgn>postinst</prgn> script may be called in the following
3916           ways:
3917           <taglist>
3918             <tag><var>postinst</var> <tt>configure</tt>
3919               <var>most-recently-configured-version</var></tag>
3920             <item>
3921               The files contained in the package will be unpacked.  All
3922               package dependencies will at least be unpacked.  If there
3923               are no circular dependencies involved, all package
3924               dependencies will be configured.  For behavior in the case
3925               of circular dependencies, see the discussion
3926               in <ref id="binarydeps">.
3927             </item>
3928
3929             <tag><var>old-postinst</var> <tt>abort-upgrade</tt>
3930               <var>new-version</var></tag>
3931             <tag><var>conflictor's-postinst</var> <tt>abort-remove</tt>
3932               <tt>in-favour</tt> <var>package</var>
3933               <var>new-version</var></tag>
3934             <tag><var>postinst</var> <tt>abort-remove</tt></tag>
3935             <tag><var>deconfigured's-postinst</var>
3936               <tt>abort-deconfigure</tt> <tt>in-favour</tt>
3937               <var>failed-install-package</var> <var>version</var>
3938               [<tt>removing</tt> <var>conflicting-package</var>
3939               <var>version</var>]</tag>
3940             <item>
3941               The files contained in the package will be unpacked.  All
3942               package dependencies will at least be "Half-Installed" and
3943               will have previously been configured and not removed.
3944               However, dependencies may not be configured or even fully
3945               unpacked in some error situations.<footnote>
3946                 For example, suppose packages foo and bar are installed
3947                 with foo depending on bar.  If an upgrade of bar were
3948                 started and then aborted, and then an attempt to remove
3949                 foo failed because its <prgn>prerm</prgn> script failed,
3950                 foo's <tt>postinst abort-remove</tt> would be called with
3951                 bar only "Half-Installed".
3952               </footnote>
3953               The <prgn>postinst</prgn> should still attempt any actions
3954               for which its dependencies are required, since they will
3955               normally be available, but consider the correct error
3956               handling approach if those actions fail.  Aborting
3957               the <prgn>postinst</prgn> action if commands or facilities
3958               from the package dependencies are not available is often the
3959               best approach.
3960             </item>
3961           </taglist>
3962         </p>
3963
3964         <p>
3965           The <prgn>prerm</prgn> script may be called in the following
3966           ways:
3967           <taglist>
3968             <tag><var>prerm</var> <tt>remove</tt></tag>
3969             <tag><var>old-prerm</var>
3970               <tt>upgrade</tt><var>new-version</var></tag>
3971             <tag><var>conflictor's-prerm</var> <tt>remove</tt>
3972               <tt>in-favour</tt> <var>package</var>
3973               <var>new-version</var></tag>
3974             <tag><var>deconfigured's-prerm</var> <tt>deconfigure</tt>
3975               <tt>in-favour</tt> <var>package-being-installed</var>
3976               <var>version</var> [<tt>removing</tt>
3977               <var>conflicting-package</var> <var>version</var>]</tag>
3978             <item>
3979               The package whose <prgn>prerm</prgn> is being called will be
3980               at least "Half-Installed".  All package dependencies will at
3981               least be "Half-Installed" and will have previously been
3982               configured and not removed.  If there was no error, all
3983               dependencies will at least be unpacked, but these actions
3984               may be called in various error states where dependencies are
3985               only "Half-Installed" due to a partial upgrade.
3986             </item>
3987
3988             <tag><var>new-prerm</var> <tt>failed-upgrade</tt>
3989               <var>old-version</var></tag>
3990             <item>
3991               Called during error handling when <tt>prerm upgrade</tt>
3992               fails.  The new package will not yet be unpacked, and all
3993               the same constraints as for <tt>preinst upgrade</tt> apply.
3994             </item>
3995           </taglist>
3996         </p>
3997
3998         <p>
3999           The <prgn>postrm</prgn> script may be called in the following
4000           ways:
4001           <taglist>
4002             <tag><var>postrm</var> <tt>remove</tt></tag>
4003             <tag><var>postrm</var> <tt>purge</tt></tag>
4004             <tag><var>old-postrm</var> <tt>upgrade</tt>
4005               <var>new-version</var></tag>
4006             <tag><var>disappearer's-postrm</var> <tt>disappear</tt>
4007                 <var>overwriter</var> <var>overwriter-version</var></tag>
4008             <item>
4009               The <prgn>postrm</prgn> script is called after the package's
4010               files have been removed or replaced.  The package
4011               whose <prgn>postrm</prgn> is being called may have
4012               previously been deconfigured and only be unpacked, at which
4013               point subsequent package changes do not consider its
4014               dependencies.  Therefore, all <prgn>postrm</prgn> actions
4015               may only rely on essential packages and must gracefully skip
4016               any actions that require the package's dependencies if those
4017               dependencies are unavailable.<footnote>
4018                 This is often done by checking whether the command or
4019                 facility the <prgn>postrm</prgn> intends to call is
4020                 available before calling it.  For example:
4021 <example>
4022 if [ "$1" = purge ] && [ -e /usr/share/debconf/confmodule ]; then
4023         . /usr/share/debconf/confmodule
4024         db_purge
4025 fi
4026 </example>
4027                 in <prgn>postrm</prgn> purges the <prgn>debconf</prgn>
4028                 configuration for the package
4029                 if <package>debconf</package> is installed.
4030               </foonote>
4031             </item>
4032
4033             <tag><var>new-postrm</var> <tt>failed-upgrade</tt>
4034               <var>old-version</var></tag>
4035             <item>
4036               Called when the old <tt>postrm upgrade</tt> action fails.
4037               The new package will be unpacked, but only essential
4038               packages and pre-dependencies can be relied on.
4039               Pre-dependencies will either be configured or will be
4040               "Unpacked" or "Half-Configured" but previously had been
4041               configured and was never removed.
4042             </item>
4043
4044             <tag><var>new-postrm</var> <tt>abort-install</tt></tag>
4045             <tag><var>new-postrm</var> <tt>abort-install</tt>
4046               <var>old-version</var></tag>
4047             <tag><var>new-postrm</var> <tt>abort-upgrade</tt>
4048               <var>old-version</var></tag>
4049             <item>
4050               Called before unpacking the new package as part of the
4051               error handling of <prgn>preinst</prgn> failures.  May assume
4052               the same state as <prgn>preinst</prgn> can assume.
4053             </item>
4054           </taglist>
4055         </p>
4056       </sect>
4057
4058       <sect id="unpackphase">
4059         <heading>Details of unpack phase of installation or upgrade</heading>
4060
4061         <p>
4062           The procedure on installation/upgrade/overwrite/disappear
4063           (i.e., when running <tt>dpkg --unpack</tt>, or the unpack
4064           stage of <tt>dpkg --install</tt>) is as follows.  In each
4065           case, if a major error occurs (unless listed below) the
4066           actions are, in general, run backwards - this means that the
4067           maintainer scripts are run with different arguments in
4068           reverse order.  These are the "error unwind" calls listed
4069           below.
4070
4071           <enumlist>
4072             <item>
4073                 <enumlist>
4074                   <item>
4075                       If a version of the package is already installed, call
4076                       <example compact="compact">
4077 <var>old-prerm</var> upgrade <var>new-version</var>
4078                       </example>
4079                   </item>
4080                   <item>
4081                       If the script runs but exits with a non-zero
4082                       exit status, <prgn>dpkg</prgn> will attempt:
4083                       <example compact="compact">
4084 <var>new-prerm</var> failed-upgrade <var>old-version</var>
4085                       </example>
4086                       If this works, the upgrade continues. If this
4087                       does not work, the error unwind:
4088                       <example compact="compact">
4089 <var>old-postinst</var> abort-upgrade <var>new-version</var>
4090                       </example>
4091                       If this works, then the old-version is
4092                       "Installed", if not, the old version is in a
4093                       "Half-Configured" state.
4094                   </item>
4095                 </enumlist>
4096             </item>
4097
4098             <item>
4099                 If a "conflicting" package is being removed at the same time,
4100                 or if any package will be broken (due to <tt>Breaks</tt>):
4101                 <enumlist>
4102                   <item>
4103                       If <tt>--auto-deconfigure</tt> is
4104                       specified, call, for each package to be deconfigured
4105                       due to <tt>Breaks</tt>:
4106                       <example compact="compact">
4107 <var>deconfigured's-prerm</var> deconfigure \
4108   in-favour <var>package-being-installed</var> <var>version</var>
4109                       </example>
4110                       Error unwind:
4111                       <example compact="compact">
4112 <var>deconfigured's-postinst</var> abort-deconfigure \
4113   in-favour <var>package-being-installed-but-failed</var> <var>version</var>
4114                       </example>
4115                       The deconfigured packages are marked as
4116                       requiring configuration, so that if
4117                       <tt>--install</tt> is used they will be
4118                       configured again if possible.
4119                   </item>
4120                   <item>
4121                       If any packages depended on a conflicting
4122                       package being removed and <tt>--auto-deconfigure</tt> is
4123                       specified, call, for each such package:
4124                       <example compact="compact">
4125 <var>deconfigured's-prerm</var> deconfigure \
4126   in-favour <var>package-being-installed</var> <var>version</var> \
4127     removing <var>conflicting-package</var> <var>version</var>
4128                       </example>
4129                       Error unwind:
4130                       <example compact="compact">
4131 <var>deconfigured's-postinst</var> abort-deconfigure \
4132   in-favour <var>package-being-installed-but-failed</var> <var>version</var> \
4133     removing <var>conflicting-package</var> <var>version</var>
4134                       </example>
4135                       The deconfigured packages are marked as
4136                       requiring configuration, so that if
4137                       <tt>--install</tt> is used they will be
4138                       configured again if possible.
4139                   </item>
4140                   <item>
4141                       To prepare for removal of each conflicting package, call:
4142                       <example compact="compact">
4143 <var>conflictor's-prerm</var> remove \
4144   in-favour <var>package</var> <var>new-version</var>
4145                       </example>
4146                       Error unwind:
4147                       <example compact="compact">
4148 <var>conflictor's-postinst</var> abort-remove \
4149   in-favour <var>package</var> <var>new-version</var>
4150                       </example>
4151                   </item>
4152                 </enumlist>
4153             </item>
4154
4155             <item>
4156                 <enumlist>
4157                   <item>
4158                       If the package is being upgraded, call:
4159                       <example compact="compact">
4160 <var>new-preinst</var> upgrade <var>old-version</var>
4161                       </example>
4162                       If this fails, we call:
4163                       <example>
4164 <var>new-postrm</var> abort-upgrade <var>old-version</var>
4165                       </example>
4166                       <enumlist>
4167                         <item>
4168                           <p>
4169                             If that works, then
4170                             <example>
4171 <var>old-postinst</var> abort-upgrade <var>new-version</var>
4172                             </example>
4173                             is called. If this works, then the old version
4174                             is in an "Installed" state, or else it is left
4175                             in an "Unpacked" state.
4176                           </p>
4177                         </item>
4178                         <item>
4179                           <p>
4180                             If it fails, then the old version is left
4181                             in an "Half-Installed" state.
4182                           </p>
4183                         </item>
4184                       </enumlist>
4185                       
4186                   </item>
4187                   <item>
4188                       Otherwise, if the package had some configuration
4189                       files from a previous version installed (i.e., it
4190                       is in the "configuration files only" state):
4191                       <example compact="compact">
4192 <var>new-preinst</var> install <var>old-version</var>
4193                       </example>
4194                       Error unwind:
4195                       <example>
4196 <var>new-postrm</var> abort-install <var>old-version</var>
4197                       </example>
4198                       If this fails, the package is left in a
4199                       "Half-Installed" state, which requires a
4200                       reinstall. If it works, the packages is left in
4201                       a "Config-Files" state.
4202                   </item>
4203                   <item>
4204                       Otherwise (i.e., the package was completely purged):
4205                       <example compact="compact">
4206 <var>new-preinst</var> install
4207                       </example>
4208                       Error unwind:
4209                       <example compact="compact">
4210 <var>new-postrm</var> abort-install
4211                       </example>
4212                       If the error-unwind fails, the package is in a
4213                       "Half-Installed" phase, and requires a
4214                       reinstall. If the error unwind works, the
4215                       package is in a not installed state.
4216                   </item>
4217                 </enumlist>
4218             </item>
4219
4220             <item>
4221               <p>
4222                 The new package's files are unpacked, overwriting any
4223                 that may be on the system already, for example any
4224                 from the old version of the same package or from
4225                 another package.  Backups of the old files are kept
4226                 temporarily, and if anything goes wrong the package
4227                 management system will attempt to put them back as
4228                 part of the error unwind.
4229               </p>
4230
4231               <p>
4232                 It is an error for a package to contain files which
4233                 are on the system in another package, unless
4234                 <tt>Replaces</tt> is used (see <ref id="replaces">).
4235                 <!--
4236                 The following paragraph is not currently the case:
4237                 Currently the <tt>- - force-overwrite</tt> flag is
4238                 enabled, downgrading it to a warning, but this may not
4239                 always be the case.
4240                 -->
4241               </p>
4242
4243               <p>
4244                 It is a more serious error for a package to contain a
4245                 plain file or other kind of non-directory where another
4246                 package has a directory (again, unless
4247                 <tt>Replaces</tt> is used).  This error can be
4248                 overridden if desired using
4249                 <tt>--force-overwrite-dir</tt>, but this is not
4250                 advisable.
4251               </p>
4252
4253               <p>
4254                 Packages which overwrite each other's files produce
4255                 behavior which, though deterministic, is hard for the
4256                 system administrator to understand.  It can easily
4257                 lead to "missing" programs if, for example, a package
4258                 is unpacked which overwrites a file from another
4259                 package, and is then removed again.<footnote>
4260                     Part of the problem is due to what is arguably a
4261                     bug in <prgn>dpkg</prgn>.
4262                 </footnote>
4263               </p>
4264
4265               <p>
4266                 A directory will never be replaced by a symbolic link
4267                 to a directory or vice versa; instead, the existing
4268                 state (symlink or not) will be left alone and
4269                 <prgn>dpkg</prgn> will follow the symlink if there is
4270                 one.
4271               </p>
4272             </item>
4273
4274             <item>
4275               <p>
4276                 <enumlist>
4277                   <item>
4278                       If the package is being upgraded, call
4279                       <example compact="compact">
4280 <var>old-postrm</var> upgrade <var>new-version</var>
4281                       </example>
4282                   </item>
4283                   <item>
4284                       If this fails, <prgn>dpkg</prgn> will attempt:
4285                       <example compact="compact">
4286 <var>new-postrm</var> failed-upgrade <var>old-version</var>
4287                       </example>
4288                       If this works, installation continues. If not, 
4289                       Error unwind:
4290                       <example compact="compact">
4291 <var>old-preinst</var> abort-upgrade <var>new-version</var>
4292                       </example>
4293                       If this fails, the old version is left in a
4294                       "Half-Installed" state. If it works, dpkg now
4295                       calls:
4296                       <example compact="compact">
4297 <var>new-postrm</var> abort-upgrade <var>old-version</var>
4298                       </example>
4299                       If this fails, the old version is left in a
4300                       "Half-Installed" state. If it works, dpkg now
4301                       calls:
4302                       <example compact="compact">
4303 <var>old-postinst</var> abort-upgrade <var>new-version</var>
4304                       </example>
4305                       If this fails, the old version is in an
4306                       "Unpacked" state.
4307                   </item>
4308                 </enumlist>
4309               </p>
4310
4311               <p>
4312                 This is the point of no return - if
4313                 <prgn>dpkg</prgn> gets this far, it won't back off
4314                 past this point if an error occurs.  This will
4315                 leave the package in a fairly bad state, which
4316                 will require a successful re-installation to clear
4317                 up, but it's when <prgn>dpkg</prgn> starts doing
4318                 things that are irreversible.
4319               </p>
4320             </item>
4321
4322             <item>
4323                 Any files which were in the old version of the package
4324                 but not in the new are removed.
4325             </item>
4326
4327             <item>
4328                 The new file list replaces the old.
4329             </item>
4330
4331             <item>
4332                 The new maintainer scripts replace the old.
4333             </item>
4334
4335             <item>
4336                 Any packages all of whose files have been overwritten
4337                 during the installation, and which aren't required for
4338                 dependencies, are considered to have been removed.
4339                 For each such package
4340                 <enumlist>
4341                   <item>
4342                       <prgn>dpkg</prgn> calls:
4343                       <example compact="compact">
4344 <var>disappearer's-postrm</var> disappear \
4345   <var>overwriter</var> <var>overwriter-version</var>
4346                       </example>
4347                   </item>
4348                   <item>
4349                       The package's maintainer scripts are removed.
4350                   </item>
4351                   <item>
4352                       It is noted in the status database as being in a
4353                       sane state, namely not installed (any conffiles
4354                       it may have are ignored, rather than being
4355                       removed by <prgn>dpkg</prgn>).  Note that
4356                       disappearing packages do not have their prerm
4357                       called, because <prgn>dpkg</prgn> doesn't know
4358                       in advance that the package is going to
4359                       vanish.
4360                   </item>
4361                 </enumlist>
4362             </item>
4363
4364             <item>
4365                 Any files in the package we're unpacking that are also
4366                 listed in the file lists of other packages are removed
4367                 from those lists.  (This will lobotomize the file list
4368                 of the "conflicting" package if there is one.)
4369             </item>
4370
4371             <item>
4372                 The backup files made during installation, above, are
4373                 deleted.
4374             </item>
4375
4376             <item>
4377               <p>
4378                 The new package's status is now sane, and recorded as
4379                 "unpacked".
4380               </p>
4381
4382               <p>
4383                 Here is another point of no return - if the
4384                 conflicting package's removal fails we do not unwind
4385                 the rest of the installation; the conflicting package
4386                 is left in a half-removed limbo.
4387               </p>
4388             </item>
4389
4390             <item>
4391                 If there was a conflicting package we go and do the
4392                 removal actions (described below), starting with the
4393                 removal of the conflicting package's files (any that
4394                 are also in the package being unpacked have already
4395                 been removed from the conflicting package's file list,
4396                 and so do not get removed now).
4397             </item>
4398           </enumlist>
4399         </p>
4400       </sect>
4401
4402       <sect id="configdetails"><heading>Details of configuration</heading>
4403
4404         <p>
4405           When we configure a package (this happens with <tt>dpkg
4406             --install</tt> and <tt>dpkg --configure</tt>), we first
4407           update any <tt>conffile</tt>s and then call:
4408           <example compact="compact">
4409 <var>postinst</var> configure <var>most-recently-configured-version</var>
4410           </example>
4411         </p>
4412
4413         <p>
4414           No attempt is made to unwind after errors during
4415           configuration. If the configuration fails, the package is in
4416           a "Failed Config" state, and an error message is generated.
4417         </p>
4418
4419         <p>
4420           If there is no most recently configured version
4421           <prgn>dpkg</prgn> will pass a null argument.
4422           <footnote>
4423             <p>
4424               Historical note: Truly ancient (pre-1997) versions of
4425               <prgn>dpkg</prgn> passed <tt>&lt;unknown&gt;</tt>
4426               (including the angle brackets) in this case.  Even older
4427               ones did not pass a second argument at all, under any
4428               circumstance.  Note that upgrades using such an old dpkg
4429               version are unlikely to work for other reasons, even if
4430               this old argument behavior is handled by your postinst script.
4431             </p>
4432           </footnote>     
4433         </p>
4434       </sect>
4435
4436       <sect id="removedetails"><heading>Details of removal and/or
4437       configuration purging</heading>
4438
4439         <p>
4440           <enumlist>
4441             <item>
4442               <p>
4443                 <example compact="compact">
4444 <var>prerm</var> remove
4445                 </example>
4446               </p>
4447               <p>
4448                 If prerm fails during replacement due to conflict
4449                 <example>
4450 <var>conflictor's-postinst</var> abort-remove \
4451   in-favour <var>package</var> <var>new-version</var>
4452                 </example>
4453                 Or else we call:
4454                 <example>
4455 <var>postinst</var> abort-remove
4456                 </example>
4457               </p>
4458               <p>
4459                 If this fails, the package is in a "Half-Configured"
4460                 state, or else it remains "Installed".
4461               </p>
4462             </item>
4463             <item>
4464                 The package's files are removed (except <tt>conffile</tt>s).
4465             </item>
4466             <item>
4467                 <example compact="compact">
4468 <var>postrm</var> remove
4469                 </example>
4470
4471               <p>
4472                 If it fails, there's no error unwind, and the package is in
4473                 an "Half-Installed" state.
4474               </p>
4475             </item>
4476             <item>
4477               <p>
4478                 All the maintainer scripts except the <prgn>postrm</prgn>
4479                 are removed.
4480               </p>
4481
4482               <p>
4483                 If we aren't purging the package we stop here.  Note
4484                 that packages which have no <prgn>postrm</prgn> and no
4485                 <tt>conffile</tt>s are automatically purged when
4486                 removed, as there is no difference except for the
4487                 <prgn>dpkg</prgn> status.
4488               </p>
4489             </item>
4490             <item>
4491                 The <tt>conffile</tt>s and any backup files
4492                 (<tt>~</tt>-files, <tt>#*#</tt> files,
4493                 <tt>%</tt>-files, <tt>.dpkg-{old,new,tmp}</tt>, etc.)
4494                 are removed.
4495             </item>
4496             <item>
4497               <p>
4498                 <example compact="compact">
4499 <var>postrm</var> purge
4500                 </example>
4501               </p>
4502               <p>
4503                 If this fails, the package remains in a "Config-Files"
4504                 state.
4505               </p>
4506             </item>
4507             <item>
4508                 The package's file list is removed.
4509             </item>
4510           </enumlist>
4511
4512         </p>
4513       </sect>
4514     </chapt>
4515
4516
4517     <chapt id="relationships">
4518       <heading>Declaring relationships between packages</heading>
4519
4520       <sect id="depsyntax">
4521         <heading>Syntax of relationship fields</heading>
4522
4523         <p>
4524           These fields all have a uniform syntax.  They are a list of
4525           package names separated by commas.
4526         </p>
4527
4528         <p>
4529           In the <tt>Depends</tt>, <tt>Recommends</tt>,
4530           <tt>Suggests</tt>, <tt>Pre-Depends</tt>,
4531           <tt>Build-Depends</tt> and <tt>Build-Depends-Indep</tt>
4532           control fields of the package, which declare
4533           dependencies on other packages, the package names listed may
4534           also include lists of alternative package names, separated
4535           by vertical bar (pipe) symbols <tt>|</tt>.  In such a case,
4536           if any one of the alternative packages is installed, that
4537           part of the dependency is considered to be satisfied.
4538         </p>
4539
4540         <p>
4541           All of the fields except for <tt>Provides</tt> may restrict
4542           their applicability to particular versions of each named
4543           package.  This is done in parentheses after each individual
4544           package name; the parentheses should contain a relation from
4545           the list below followed by a version number, in the format
4546           described in <ref id="f-Version">.
4547         </p>
4548
4549         <p>
4550           The relations allowed are <tt>&lt;&lt;</tt>, <tt>&lt;=</tt>,
4551           <tt>=</tt>, <tt>&gt;=</tt> and <tt>&gt;&gt;</tt> for
4552           strictly earlier, earlier or equal, exactly equal, later or
4553           equal and strictly later, respectively.  The deprecated
4554           forms <tt>&lt;</tt> and <tt>&gt;</tt> were used to mean
4555           earlier/later or equal, rather than strictly earlier/later,
4556           so they should not appear in new packages (though
4557           <prgn>dpkg</prgn> still supports them).
4558         </p>
4559
4560         <p>
4561           Whitespace may appear at any point in the version
4562           specification subject to the rules in <ref
4563           id="controlsyntax">, and must appear where it's necessary to
4564           disambiguate; it is not otherwise significant.  All of the
4565           relationship fields may span multiple lines.  For
4566           consistency and in case of future changes to
4567           <prgn>dpkg</prgn> it is recommended that a single space be
4568           used after a version relationship and before a version
4569           number; it is also conventional to put a single space after
4570           each comma, on either side of each vertical bar, and before
4571           each open parenthesis.  When wrapping a relationship field, it
4572           is conventional to do so after a comma and before the space
4573           following that comma.
4574         </p>
4575
4576         <p>
4577           For example, a list of dependencies might appear as:
4578           <example compact="compact">
4579 Package: mutt
4580 Version: 1.3.17-1
4581 Depends: libc6 (>= 2.2.1), exim | mail-transport-agent
4582           </example>
4583         </p>
4584
4585         <p>
4586           Relationships may be restricted to a certain set of
4587           architectures.  This is indicated in brackets after each
4588           individual package name and the optional version specification.
4589           The brackets enclose a list of Debian architecture names
4590           separated by whitespace.  Exclamation marks may be prepended to
4591           each of the names.  (It is not permitted for some names to be
4592           prepended with exclamation marks while others aren't.)
4593         </p>
4594
4595         <p>
4596           For build relationship fields
4597           (<tt>Build-Depends</tt>, <tt>Build-Depends-Indep</tt>,
4598           <tt>Build-Conflicts</tt> and <tt>Build-Conflicts-Indep</tt>), if
4599           the current Debian host architecture is not in this list and
4600           there are no exclamation marks in the list, or it is in the list
4601           with a prepended exclamation mark, the package name and the
4602           associated version specification are ignored completely for the
4603           purposes of defining the relationships.
4604         </p>
4605
4606         <p>
4607           For example:
4608           <example compact="compact">
4609 Source: glibc
4610 Build-Depends-Indep: texinfo
4611 Build-Depends: kernel-headers-2.2.10 [!hurd-i386],
4612   hurd-dev [hurd-i386], gnumach-dev [hurd-i386]
4613           </example>
4614           requires <tt>kernel-headers-2.2.10</tt> on all architectures
4615           other than hurd-i386 and requires <tt>hurd-dev</tt> and
4616           <tt>gnumach-dev</tt> only on hurd-i386.
4617         </p>
4618
4619         <p>
4620           For binary relationship fields, the architecture restriction
4621           syntax is only supported in the source package control
4622           file <file>debian/control</file>.  When the corresponding binary
4623           package control file is generated, the relationship will either
4624           be omitted or included without the architecture restriction
4625           based on the architecture of the binary package.  This means
4626           that architecture restrictions must not be used in binary
4627           relationship fields for architecture-independent packages
4628           (<tt>Architecture: all</tt>).
4629         </p>
4630
4631         <p>
4632           For example:
4633           <example compact="compact">
4634 Depends: foo [i386], bar [amd64]
4635           </example>
4636           becomes <tt>Depends: foo</tt> when the package is built on
4637           the <tt>i386</tt> architecture, <tt>Depends: bar</tt> when the
4638           package is built on the <tt>amd64</tt> architecture, and omitted
4639           entirely in binary packages built on all other architectures.
4640         </p>
4641
4642         <p>
4643           If the architecture-restricted dependency is part of a set of
4644           alternatives using <tt>|</tt>, that alternative is ignored
4645           completely on architectures that do not match the restriction.
4646           For example:
4647           <example compact="compact">
4648 Build-Depends: foo [!i386] | bar [!amd64]
4649           </example>
4650           is equivalent to <tt>bar</tt> on the i386 architecture, to
4651           <tt>foo</tt> on the amd64 architecture, and to <tt>foo |
4652           bar</tt> on all other architectures.
4653         </p>
4654
4655         <p>
4656           Relationships may also be restricted to a certain set of
4657           architectures using architecture wildcards.  The syntax for
4658           declaring such restrictions is the same as declaring
4659           restrictions using a certain set of architectures without
4660           architecture wildcards.  For example:
4661           <example compact="compact">
4662 Build-Depends: foo [linux-any], bar [any-i386], baz [!linux-any]
4663           </example>
4664           is equivalent to <tt>foo</tt> on architectures using the Linux
4665           kernel and any cpu, <tt>bar</tt> on architectures using any
4666           kernel and an i386 cpu, and <tt>baz</tt> on any architecture
4667           using a kernel other than Linux.
4668         </p>
4669
4670         <p>
4671           Note that the binary package relationship fields such as
4672           <tt>Depends</tt> appear in one of the binary package
4673           sections of the control file, whereas the build-time
4674           relationships such as <tt>Build-Depends</tt> appear in the
4675           source package section of the control file (which is the
4676           first section).
4677         </p>
4678       </sect>
4679
4680       <sect id="binarydeps">
4681         <heading>Binary Dependencies - <tt>Depends</tt>,
4682           <tt>Recommends</tt>, <tt>Suggests</tt>, <tt>Enhances</tt>,
4683           <tt>Pre-Depends</tt>
4684         </heading>
4685
4686         <p>
4687           Packages can declare in their control file that they have
4688           certain relationships to other packages - for example, that
4689           they may not be installed at the same time as certain other
4690           packages, and/or that they depend on the presence of others.
4691         </p>
4692
4693         <p>
4694           This is done using the <tt>Depends</tt>, <tt>Pre-Depends</tt>,
4695           <tt>Recommends</tt>, <tt>Suggests</tt>, <tt>Enhances</tt>,
4696           <tt>Breaks</tt> and <tt>Conflicts</tt> control fields.
4697           <tt>Breaks</tt> is described in <ref id="breaks">, and
4698           <tt>Conflicts</tt> is described in <ref id="conflicts">.  The
4699           rest are described below.
4700         </p>
4701
4702         <p>
4703           These seven fields are used to declare a dependency
4704           relationship by one package on another.  Except for
4705           <tt>Enhances</tt> and <tt>Breaks</tt>, they appear in the
4706           depending (binary) package's control file.
4707           (<tt>Enhances</tt> appears in the recommending package's
4708           control file, and <tt>Breaks</tt> appears in the version of
4709           depended-on package which causes the named package to
4710           break).
4711         </p>
4712
4713         <p>
4714           A <tt>Depends</tt> field takes effect <em>only</em> when a
4715           package is to be configured.  It does not prevent a package
4716           being on the system in an unconfigured state while its
4717           dependencies are unsatisfied, and it is possible to replace
4718           a package whose dependencies are satisfied and which is
4719           properly installed with a different version whose
4720           dependencies are not and cannot be satisfied; when this is
4721           done the depending package will be left unconfigured (since
4722           attempts to configure it will give errors) and will not
4723           function properly.  If it is necessary, a
4724           <tt>Pre-Depends</tt> field can be used, which has a partial
4725           effect even when a package is being unpacked, as explained
4726           in detail below.  (The other three dependency fields,
4727           <tt>Recommends</tt>, <tt>Suggests</tt> and
4728           <tt>Enhances</tt>, are only used by the various front-ends
4729           to <prgn>dpkg</prgn> such as <prgn>apt-get</prgn>,
4730           <prgn>aptitude</prgn>, and <prgn>dselect</prgn>.)
4731         </p>
4732
4733         <p>
4734           Since <tt>Depends</tt> only places requirements on the order in
4735           which packages are configured, packages in an installation run
4736           are usually all unpacked first and all configured later.
4737           <footnote>
4738             This approach makes dependency resolution easier.  If two
4739             packages A and B are being upgraded, the installed package A
4740             depends on exactly the installed package B, and the new
4741             package A depends on exactly the new package B (a common
4742             situation when upgrading shared libraries and their
4743             corresponding development packages), satisfying the
4744             dependencies at every stage of the upgrade would be
4745             impossible.  This relaxed restriction means that both new
4746             packages can be unpacked together and then configured in their
4747             dependency order.
4748           </footnote>
4749         </p>
4750
4751         <p>
4752           If there is a circular dependency among packages being installed
4753           or removed, installation or removal order honoring the
4754           dependency order is impossible, requiring the dependency loop be
4755           broken at some point and the dependency requirements violated
4756           for at least one package.  Packages involved in circular
4757           dependencies may not be able to rely on their dependencies being
4758           configured before they themselves are configured, depending on
4759           which side of the break of the circular dependency loop they
4760           happen to be on.  If one of the packages in the loop has
4761           no <prgn>postinst</prgn> script, then the cycle will be broken
4762           at that package; this ensures that all <prgn>postinst</prgn>
4763           scripts are run with their dependencies properly configured if
4764           this is possible.  Otherwise the breaking point is arbitrary.
4765           Packages should therefore avoid circular dependencies where
4766           possible, particularly if they have <prgn>postinst</prgn>
4767           scripts.
4768         </p>
4769
4770         <p>
4771           The meaning of the five dependency fields is as follows:
4772           <taglist>
4773             <tag><tt>Depends</tt></tag>
4774             <item>
4775               <p>
4776                 This declares an absolute dependency.  A package will
4777                 not be configured unless all of the packages listed in
4778                 its <tt>Depends</tt> field have been correctly
4779                 configured (unless there is a circular dependency as
4780                 described above).
4781               </p>
4782
4783               <p>
4784                 The <tt>Depends</tt> field should be used if the
4785                 depended-on package is required for the depending
4786                 package to provide a significant amount of
4787                 functionality.
4788               </p>
4789
4790               <p>
4791                 The <tt>Depends</tt> field should also be used if the
4792                 <prgn>postinst</prgn> or <prgn>prerm</prgn> scripts
4793                 require the depended-on package to be unpacked or
4794                 configured in order to run.  In the case of <tt>postinst
4795                 configure</tt>, the depended-on packages will be unpacked
4796                 and configured first.  (If both packages are involved in a
4797                 dependency loop, this might not work as expected; see the
4798                 explanation a few paragraphs back.)  In the case
4799                 of <prgn>prerm</prgn> or other <prgn>postinst</prgn>
4800                 actions, the package dependencies will normally be at
4801                 least unpacked, but they may be only "Half-Installed" if a
4802                 previous upgrade of the dependency failed.
4803               </p>
4804
4805               <p>
4806                 Finally, the <tt>Depends</tt> field should be used if the
4807                 depended-on package is needed by the <prgn>postrm</prgn>
4808                 script to fully clean up after the package removal.  There
4809                 is no guarantee that package dependencies will be
4810                 available when <prgn>postrm</prgn> is run, but the
4811                 depended-on package is more likely to be available if the
4812                 package declares a dependency (particularly in the case
4813                 of <tt>postrm remove</tt>).  The <prgn>postrm</prgn>
4814                 script must gracefully skip actions that require a
4815                 dependency if that dependency isn't available.
4816               </p>
4817             </item>
4818
4819             <tag><tt>Recommends</tt></tag>
4820             <item>
4821               <p>
4822                 This declares a strong, but not absolute, dependency.
4823               </p>
4824
4825               <p>
4826                 The <tt>Recommends</tt> field should list packages
4827                 that would be found together with this one in all but
4828                 unusual installations.
4829               </p>
4830             </item>
4831
4832             <tag><tt>Suggests</tt></tag>
4833             <item>
4834                 This is used to declare that one package may be more
4835                 useful with one or more others.  Using this field
4836                 tells the packaging system and the user that the
4837                 listed packages are related to this one and can
4838                 perhaps enhance its usefulness, but that installing
4839                 this one without them is perfectly reasonable.
4840             </item>
4841
4842             <tag><tt>Enhances</tt></tag>
4843             <item>
4844                 This field is similar to Suggests but works in the
4845                 opposite direction. It is used to declare that a
4846                 package can enhance the functionality of another
4847                 package.
4848             </item>
4849
4850             <tag><tt>Pre-Depends</tt></tag>
4851             <item>
4852               <p>
4853                 This field is like <tt>Depends</tt>, except that it
4854                 also forces <prgn>dpkg</prgn> to complete installation
4855                 of the packages named before even starting the
4856                 installation of the package which declares the
4857                 pre-dependency, as follows:
4858               </p>
4859
4860               <p>
4861                 When a package declaring a pre-dependency is about to
4862                 be <em>unpacked</em> the pre-dependency can be
4863                 satisfied if the depended-on package is either fully
4864                 configured, <em>or even if</em> the depended-on
4865                 package(s) are only unpacked or in the "Half-Configured"
4866                 state, provided that they have been configured
4867                 correctly at some point in the past (and not removed
4868                 or partially removed since).  In this case, both the
4869                 previously-configured and currently unpacked or
4870                 "Half-Configured" versions must satisfy any version
4871                 clause in the <tt>Pre-Depends</tt> field.
4872               </p>
4873
4874               <p>
4875                 When the package declaring a pre-dependency is about to
4876                 be <em>configured</em>, the pre-dependency will be treated
4877                 as a normal <tt>Depends</tt>.  It will be considered
4878                 satisfied only if the depended-on package has been
4879                 correctly configured.  However, unlike
4880                 with <tt>Depends</tt>, <tt>Pre-Depends</tt> does not
4881                 permit circular dependencies to be broken.  If a circular
4882                 dependency is encountered while attempting to honor
4883                 <tt>Pre-Depends</tt>, the installation will be aborted.
4884               </p>
4885
4886               <p>
4887                 <tt>Pre-Depends</tt> are also required if the
4888                 <prgn>preinst</prgn> script depends on the named package.
4889                 It is best to avoid this situation if possible.
4890               </p>
4891
4892               <p>
4893                 <tt>Pre-Depends</tt> should be used sparingly,
4894                 preferably only by packages whose premature upgrade or
4895                 installation would hamper the ability of the system to
4896                 continue with any upgrade that might be in progress.
4897               </p>
4898             </item>
4899           </taglist>
4900         </p>
4901
4902         <p>
4903           When selecting which level of dependency to use you should
4904           consider how important the depended-on package is to the
4905           functionality of the one declaring the dependency.  Some
4906           packages are composed of components of varying degrees of
4907           importance.  Such a package should list using
4908           <tt>Depends</tt> the package(s) which are required by the
4909           more important components.  The other components'
4910           requirements may be mentioned as Suggestions or
4911           Recommendations, as appropriate to the components' relative
4912           importance.
4913         </p>
4914       </sect>
4915
4916       <sect id="breaks">
4917         <heading>Packages which break other packages - <tt>Breaks</tt></heading>
4918
4919         <p>
4920           When one binary package declares that it breaks another,
4921           <prgn>dpkg</prgn> will refuse to allow the package which
4922           declares <tt>Breaks</tt> to be unpacked unless the broken
4923           package is deconfigured first, and it will refuse to
4924           allow the broken package to be reconfigured.
4925         </p>
4926
4927         <p>
4928           A package will not be regarded as causing breakage merely
4929           because its configuration files are still installed; it must
4930           be at least "Half-Installed".
4931         </p>
4932
4933         <p>
4934           A special exception is made for packages which declare that
4935           they break their own package name or a virtual package which
4936           they provide (see below): this does not count as a real
4937           breakage.
4938         </p>
4939
4940         <p>
4941           Normally a <tt>Breaks</tt> entry will have an "earlier than"
4942           version clause; such a <tt>Breaks</tt> is introduced in the
4943           version of an (implicit or explicit) dependency which violates
4944           an assumption or reveals a bug in earlier versions of the broken
4945           package, or which takes over a file from earlier versions of the
4946           package named in <tt>Breaks</tt>.  This use of <tt>Breaks</tt>
4947           will inform higher-level package management tools that the
4948           broken package must be upgraded before the new one.
4949         </p>
4950
4951         <p>
4952           If the breaking package also overwrites some files from the
4953           older package, it should use <tt>Replaces</tt> to ensure this
4954           goes smoothly.  See <ref id="replaces"> for a full discussion
4955           of taking over files from other packages, including how to
4956           use <tt>Breaks</tt> in those cases.
4957         </p>
4958
4959         <p>
4960           Many of the cases where <tt>Breaks</tt> should be used were
4961           previously handled with <tt>Conflicts</tt>
4962           because <tt>Breaks</tt> did not yet exist.
4963           Many <tt>Conflicts</tt> fields should now be <tt>Breaks</tt>.
4964           See <ref id="conflicts"> for more information about the
4965           differences.
4966         </p>
4967       </sect>
4968
4969       <sect id="conflicts">
4970         <heading>Conflicting binary packages - <tt>Conflicts</tt></heading>
4971
4972         <p>
4973           When one binary package declares a conflict with another using
4974           a <tt>Conflicts</tt> field, <prgn>dpkg</prgn> will refuse to
4975           allow them to be unpacked on the system at the same time.  This
4976           is a stronger restriction than <tt>Breaks</tt>, which prevents
4977           the broken package from being configured while the breaking
4978           package is in the "Unpacked" state but allows both packages to
4979           be unpacked at the same time.
4980         </p>
4981
4982         <p>
4983           If one package is to be unpacked, the other must be removed
4984           first.  If the package being unpacked is marked as replacing
4985           (see <ref id="replaces">, but note that <tt>Breaks</tt> should
4986           normally be used in this case) the one on the system, or the one
4987           on the system is marked as deselected, or both packages are
4988           marked <tt>Essential</tt>, then <prgn>dpkg</prgn> will
4989           automatically remove the package which is causing the conflict.
4990           Otherwise, it will halt the installation of the new package with
4991           an error.  This mechanism is specifically designed to produce an
4992           error when the installed package is <tt>Essential</tt>, but the
4993           new package is not.
4994         </p>
4995
4996         <p>
4997           A package will not cause a conflict merely because its
4998           configuration files are still installed; it must be at least
4999           "Half-Installed".
5000         </p>
5001
5002         <p>
5003           A special exception is made for packages which declare a
5004           conflict with their own package name, or with a virtual
5005           package which they provide (see below): this does not
5006           prevent their installation, and allows a package to conflict
5007           with others providing a replacement for it.  You use this
5008           feature when you want the package in question to be the only
5009           package providing some feature.
5010         </p>
5011
5012         <p>
5013           Normally, <tt>Breaks</tt> should be used instead
5014           of <tt>Conflicts</tt> since <tt>Conflicts</tt> imposes a
5015           stronger restriction on the ordering of package installation or
5016           upgrade and can make it more difficult for the package manager
5017           to find a correct solution to an upgrade or installation
5018           problem.  <tt>Breaks</tt> should be used
5019           <list>
5020             <item>when moving a file from one package to another (see
5021               <ref id="replaces">),</item>
5022             <item>when splitting a package (a special case of the previous
5023               one), or</item>
5024             <item>when the breaking package exposes a bug in or interacts
5025               badly with particular versions of the broken
5026               package.</item>
5027           </list>
5028           <tt>Conflicts</tt> should be used
5029           <list>
5030             <item>when two packages provide the same file and will
5031               continue to do so,</item>
5032             <item>in conjunction with <tt>Provides</tt> when only one
5033               package providing a given virtual facility may be unpacked
5034               at a time (see <ref id="virtual">),</item>
5035             <item>in other cases where one must prevent simultaneous
5036               installation of two packages for reasons that are ongoing
5037               (not fixed in a later version of one of the packages) or
5038               that must prevent both packages from being unpacked at the
5039               same time, not just configured.</item>
5040           </list>
5041           Be aware that adding <tt>Conflicts</tt> is normally not the best
5042           solution when two packages provide the same files.  Depending on
5043           the reason for that conflict, using alternatives or renaming the
5044           files is often a better approach.  See, for
5045           example, <ref id="binaries">.
5046         </p>
5047
5048         <p>
5049           Neither <tt>Breaks</tt> nor <tt>Conflicts</tt> should be used
5050           unless two packages cannot be installed at the same time or
5051           installing them both causes one of them to be broken or
5052           unusable.  Having similar functionality or performing the same
5053           tasks as another package is not sufficient reason to
5054           declare <tt>Breaks</tt> or <tt>Conflicts</tt> with that package.
5055         </p>
5056
5057         <p>
5058           A <tt>Conflicts</tt> entry may have an "earlier than" version
5059           clause if the reason for the conflict is corrected in a later
5060           version of one of the packages.  However, normally the presence
5061           of an "earlier than" version clause is a sign
5062           that <tt>Breaks</tt> should have been used instead.  An "earlier
5063           than" version clause in <tt>Conflicts</tt>
5064           prevents <prgn>dpkg</prgn> from upgrading or installing the
5065           package which declares such a conflict until the upgrade or
5066           removal of the conflicted-with package has been completed, which
5067           is a strong restriction.
5068         </p>
5069       </sect>
5070
5071       <sect id="virtual"><heading>Virtual packages - <tt>Provides</tt>
5072         </heading>
5073
5074         <p>
5075           As well as the names of actual ("concrete") packages, the
5076           package relationship fields <tt>Depends</tt>,
5077           <tt>Recommends</tt>, <tt>Suggests</tt>, <tt>Enhances</tt>,
5078           <tt>Pre-Depends</tt>, <tt>Breaks</tt>, <tt>Conflicts</tt>,
5079           <tt>Build-Depends</tt>, <tt>Build-Depends-Indep</tt>,
5080           <tt>Build-Conflicts</tt> and <tt>Build-Conflicts-Indep</tt>
5081           may mention "virtual packages".
5082         </p>
5083
5084         <p>
5085           A <em>virtual package</em> is one which appears in the
5086           <tt>Provides</tt> control field of another package.  The effect
5087           is as if the package(s) which provide a particular virtual
5088           package name had been listed by name everywhere the virtual
5089           package name appears. (See also <ref id="virtual_pkg">)
5090         </p>
5091
5092         <p>
5093           If there are both concrete and virtual packages of the same
5094           name, then the dependency may be satisfied (or the conflict
5095           caused) by either the concrete package with the name in
5096           question or any other concrete package which provides the
5097           virtual package with the name in question.  This is so that,
5098           for example, supposing we have
5099           <example compact="compact">
5100 Package: foo
5101 Depends: bar
5102           </example> and someone else releases an enhanced version of
5103           the <tt>bar</tt> package they can say:
5104           <example compact="compact">
5105 Package: bar-plus
5106 Provides: bar
5107           </example>
5108           and the <tt>bar-plus</tt> package will now also satisfy the
5109           dependency for the <tt>foo</tt> package.
5110         </p>
5111
5112         <p>
5113           If a relationship field has a version number attached, only real
5114           packages will be considered to see whether the relationship is
5115           satisfied (or the prohibition violated, for a conflict or
5116           breakage).  In other words, if a version number is specified,
5117           this is a request to ignore all <tt>Provides</tt> for that
5118           package name and consider only real packages.  The package
5119           manager will assume that a package providing that virtual
5120           package is not of the "right" version.  A <tt>Provides</tt>
5121           field may not contain version numbers, and the version number of
5122           the concrete package which provides a particular virtual package
5123           will not be considered when considering a dependency on or
5124           conflict with the virtual package name.<footnote>
5125             It is possible that a future release of <prgn>dpkg</prgn> may
5126             add the ability to specify a version number for each virtual
5127             package it provides.  This feature is not yet present,
5128             however, and is expected to be used only infrequently.
5129           </footnote>
5130         </p>
5131
5132         <p>
5133           To specify which of a set of real packages should be the default
5134           to satisfy a particular dependency on a virtual package, list
5135           the real package as an alternative before the virtual one.
5136         </p>
5137
5138         <p>
5139           If the virtual package represents a facility that can only be
5140           provided by one real package at a time, such as
5141           the <package>mail-transport-agent</package> virtual package that
5142           requires installation of a binary that would conflict with all
5143           other providers of that virtual package (see
5144           <ref id="mail-transport-agents">), all packages providing that
5145           virtual package should also declare a conflict with it
5146           using <tt>Conflicts</tt>.  This will ensure that at most one
5147           provider of that virtual package is unpacked or installed at a
5148           time.
5149         </p>
5150       </sect>
5151
5152       <sect id="replaces"><heading>Overwriting files and replacing
5153           packages - <tt>Replaces</tt></heading>
5154
5155         <p>
5156           Packages can declare in their control file that they should
5157           overwrite files in certain other packages, or completely replace
5158           other packages. The <tt>Replaces</tt> control field has these
5159           two distinct purposes.
5160         </p>
5161
5162         <sect1><heading>Overwriting files in other packages</heading>
5163
5164           <p>
5165             It is usually an error for a package to contain files which
5166             are on the system in another package.  However, if the
5167             overwriting package declares that it <tt>Replaces</tt> the one
5168             containing the file being overwritten, then <prgn>dpkg</prgn>
5169             will replace the file from the old package with that from the
5170             new.  The file will no longer be listed as "owned" by the old
5171             package and will be taken over by the new package.
5172             Normally, <tt>Breaks</tt> should be used in conjunction
5173             with <tt>Replaces</tt>.<footnote>
5174               To see why <tt>Breaks</tt> is normally needed in addition
5175               to <tt>Replaces</tt>, consider the case of a file in the
5176               package <package>foo</package> being taken over by the
5177               package <package>foo-data</package>.
5178               <tt>Replaces</tt> will allow <package>foo-data</package> to
5179               be installed and take over that file.  However,
5180               without <tt>Breaks</tt>, nothing
5181               requires <package>foo</package> to be upgraded to a newer
5182               version that knows it does not include that file and instead
5183               depends on <package>foo-data</package>.  Nothing would
5184               prevent the new <package>foo-data</package> package from
5185               being installed and then removed, removing the file that it
5186               took over from <package>foo</package>.  After that
5187               operation, the package manager would think the system was in
5188               a consistent state, but the <package>foo</package> package
5189               would be missing one of its files.
5190             </footnote>
5191           </p>
5192
5193           <p>
5194             For example, if a package <package>foo</package> is split
5195             into <package>foo</package> and <package>foo-data</package>
5196             starting at version 1.2-3, <package>foo-data</package> would
5197             have the fields
5198             <example compact="compact">
5199 Replaces: foo (&lt;&lt; 1.2-3)
5200 Breaks: foo (&lt;&lt; 1.2-3)
5201             </example>
5202             in its control file.  The new version of the
5203             package <package>foo</package> would normally have the field
5204             <example compact="compact">
5205 Depends: foo-data (&gt;= 1.2-3)
5206             </example>
5207             (or possibly <tt>Recommends</tt> or even <tt>Suggests</tt> if
5208             the files moved into <package>foo-data</package> are not
5209             required for normal operation).
5210           </p>
5211
5212           <p>
5213             If a package is completely replaced in this way, so that
5214             <prgn>dpkg</prgn> does not know of any files it still
5215             contains, it is considered to have "disappeared".  It will
5216             be marked as not wanted on the system (selected for
5217             removal) and not installed.  Any <tt>conffile</tt>s
5218             details noted for the package will be ignored, as they
5219             will have been taken over by the overwriting package.  The
5220             package's <prgn>postrm</prgn> script will be run with a
5221             special argument to allow the package to do any final
5222             cleanup required.  See <ref id="mscriptsinstact">.
5223             <footnote>
5224               Replaces is a one way relationship.  You have to install
5225               the replacing package after the replaced package.
5226             </footnote>
5227           </p>
5228
5229           <p>
5230             For this usage of <tt>Replaces</tt>, virtual packages (see
5231             <ref id="virtual">) are not considered when looking at a
5232             <tt>Replaces</tt> field.  The packages declared as being
5233             replaced must be mentioned by their real names.
5234           </p>
5235
5236           <p>
5237             This usage of <tt>Replaces</tt> only takes effect when both
5238             packages are at least partially on the system at once.  It is
5239             not relevant if the packages conflict unless the conflict has
5240             been overridden.
5241           </p>
5242         </sect1>
5243
5244         <sect1><heading>Replacing whole packages, forcing their
5245             removal</heading>
5246
5247           <p>
5248             Second, <tt>Replaces</tt> allows the packaging system to
5249             resolve which package should be removed when there is a
5250             conflict (see <ref id="conflicts">).  This usage only takes
5251             effect when the two packages <em>do</em> conflict, so that the
5252             two usages of this field do not interfere with each other.
5253           </p>
5254
5255           <p>
5256             In this situation, the package declared as being replaced
5257             can be a virtual package, so for example, all mail
5258             transport agents (MTAs) would have the following fields in
5259             their control files:
5260             <example compact="compact">
5261 Provides: mail-transport-agent
5262 Conflicts: mail-transport-agent
5263 Replaces: mail-transport-agent
5264             </example>
5265             ensuring that only one MTA can be unpacked at any one
5266             time.  See <ref id="virtual"> for more information about this
5267             example.
5268         </sect1>
5269       </sect>
5270
5271       <sect id="sourcebinarydeps">
5272         <heading>Relationships between source and binary packages -
5273           <tt>Build-Depends</tt>, <tt>Build-Depends-Indep</tt>,
5274           <tt>Build-Conflicts</tt>, <tt>Build-Conflicts-Indep</tt>
5275         </heading>
5276
5277         <p>
5278           Source packages that require certain binary packages to be
5279           installed or absent at the time of building the package
5280           can declare relationships to those binary packages.
5281         </p>
5282
5283         <p>
5284           This is done using the <tt>Build-Depends</tt>,
5285           <tt>Build-Depends-Indep</tt>, <tt>Build-Conflicts</tt> and
5286           <tt>Build-Conflicts-Indep</tt> control fields.
5287         </p>
5288
5289         <p>
5290           Build-dependencies on "build-essential" binary packages can be
5291           omitted. Please see <ref id="pkg-relations"> for more information.
5292         </p>
5293
5294         <p>
5295           The dependencies and conflicts they define must be satisfied
5296           (as defined earlier for binary packages) in order to invoke
5297           the targets in <tt>debian/rules</tt>, as follows:<footnote>
5298             <p>
5299               There is no Build-Depends-Arch; this role is essentially
5300               met with Build-Depends.  Anyone building the
5301               <tt>build-indep</tt> and <tt>binary-indep</tt> targets is
5302               assumed to be building the whole package, and therefore
5303               installation of all build dependencies is required.
5304             </p>
5305             <p>
5306               The autobuilders use <tt>dpkg-buildpackage -B</tt>, which
5307               calls <tt>build</tt>, not <tt>build-arch</tt> since it does
5308               not yet know how to check for its existence, and
5309               <tt>binary-arch</tt>.  The purpose of the original split
5310               between <tt>Build-Depends</tt> and
5311               <tt>Build-Depends-Indep</tt> was so that the autobuilders
5312               wouldn't need to install extra packages needed only for the
5313               binary-indep targets.  But without a build-arch/build-indep
5314               split, this didn't work, since most of the work is done in
5315               the build target, not in the binary target.
5316             </p>
5317           </footnote>
5318           <taglist>
5319             <tag><tt>clean</tt>, <tt>build-arch</tt>, and
5320               <tt>binary-arch</tt></tag>
5321             <item>
5322               Only the <tt>Build-Depends</tt> and <tt>Build-Conflicts</tt>
5323               fields must be satisfied when these targets are invoked.
5324             </item>
5325             <tag><tt>build</tt>, <tt>build-indep</tt>, <tt>binary</tt>,
5326               and <tt>binary-indep</tt></tag>
5327             <item>
5328               The <tt>Build-Depends</tt>, <tt>Build-Conflicts</tt>,
5329               <tt>Build-Depends-Indep</tt>, and
5330               <tt>Build-Conflicts-Indep</tt> fields must be satisfied when
5331               these targets are invoked.
5332             </item>
5333           </taglist>
5334         </p>
5335       </sect>
5336     </chapt>
5337
5338
5339     <chapt id="sharedlibs"><heading>Shared libraries</heading>
5340
5341       <p>
5342         Packages containing shared libraries must be constructed with
5343         a little care to make sure that the shared library is always
5344         available.  This is especially important for packages whose
5345         shared libraries are vitally important, such as the C library
5346         (currently <tt>libc6</tt>).
5347       </p>
5348
5349       <p>
5350         This section deals only with public shared libraries: shared
5351         libraries that are placed in directories searched by the dynamic
5352         linker by default or which are intended to be linked against
5353         normally and possibly used by other, independent packages.  Shared
5354         libraries that are internal to a particular package or that are
5355         only loaded as dynamic modules are not covered by this section and
5356         are not subject to its requirements.
5357       </p>
5358
5359       <p>
5360         A shared library is identified by the <tt>SONAME</tt> attribute
5361         stored in its dynamic section.  When a binary is linked against a
5362         shared library, the <tt>SONAME</tt> of the shared library is
5363         recorded in the binary's <tt>NEEDED</tt> section so that the
5364         dynamic linker knows that library must be loaded at runtime.  The
5365         shared library file's full name (which usually contains additional
5366         version information not needed in the <tt>SONAME</tt>) is
5367         therefore normally not referenced directly.  Instead, the shared
5368         library is loaded by its <tt>SONAME</tt>, which exists on the file
5369         system as a symlink pointing to the full name of the shared
5370         library.  This symlink must be provided by the
5371         package.  <ref id="sharedlibs-runtime"> describes how to do this.
5372         <footnote>
5373           This is a convention of shared library versioning, but not a
5374           requirement.  Some libraries use the <tt>SONAME</tt> as the full
5375           library file name instead and therefore do not need a symlink.
5376           Most, however, encode additional information about
5377           backwards-compatible revisions as a minor version number in the
5378           file name.  The <tt>SONAME</tt> itself only changes when
5379           binaries linked with the earlier version of the shared library
5380           may no longer work, but the filename may change with each
5381           release of the library.  See <ref id="sharedlibs-runtime"> for
5382           more information.
5383         </footnote>
5384       </p>
5385
5386       <p>
5387         When linking a binary or another shared library against a shared
5388         library, the <tt>SONAME</tt> for that shared library is not yet
5389         known.  Instead, the shared library is found by looking for a file
5390         matching the library name with <tt>.so</tt> appended.  This file
5391         exists on the file system as a symlink pointing to the shared
5392         library.
5393       </p>
5394
5395       <p>
5396         Shared libraries are normally split into several binary packages.
5397         The <tt>SONAME</tt> symlink is installed by the runtime shared
5398         library package, and the bare <tt>.so</tt> symlink is installed in
5399         the development package since it's only used when linking binaries
5400         or shared libraries.  However, there are some exceptions for
5401         unusual shared libraries or for shared libraries that are also
5402         loaded as dynamic modules by other programs.
5403       </p>
5404
5405       <p>
5406         This section is primarily concerned with how the separation of
5407         shared libraries into multiple packages should be done and how
5408         dependencies on and between shared library binary packages are
5409         managed in Debian.  <ref id="libraries"> should be read in
5410         conjunction with this section and contains additional rules for
5411         the files contained in the shared library packages.
5412       </p>
5413
5414       <sect id="sharedlibs-runtime">
5415         <heading>Run-time shared libraries</heading>
5416
5417         <p>
5418           The run-time shared library must be placed in a package
5419           whose name changes whenever the <tt>SONAME</tt> of the shared
5420           library changes.  This allows several versions of the shared
5421           library to be installed at the same time, allowing installation
5422           of the new version of the shared library without immediately
5423           breaking binaries that depend on the old version.  Normally, the
5424           run-time shared library and its <tt>SONAME</tt> symlink should
5425           be placed in a package named
5426           <package><var>libraryname</var><var>soversion</var></package>,
5427           where <var>soversion</var> is the version number in
5428           the <tt>SONAME</tt> of the shared library.
5429           See <ref id="shlibs"> for detailed information on how to
5430           determine this version.  Alternatively, if it would be confusing
5431           to directly append <var>soversion</var>
5432           to <var>libraryname</var> (if, for example, <var>libraryname</var>
5433           itself ends in a number), you should use
5434           <package><var>libraryname</var>-<var>soversion</var></package>
5435           instead.
5436         </p>
5437
5438         <p>
5439           If you have several shared libraries built from the same source
5440           tree, you may lump them all together into a single shared
5441           library package provided that all of their <tt>SONAME</tt>s will
5442           always change together.  Be aware that this is not normally the
5443           case, and if the <tt>SONAME</tt>s do not change together,
5444           upgrading such a merged shared library package will be
5445           unnecessarily difficult because of file conflicts with the old
5446           version of the package.  When in doubt, always split shared
5447           library packages so that each binary package installs a single
5448           shared library.
5449         </p>
5450
5451         <p>
5452           Every time the shared library ABI changes in a way that may
5453           break binaries linked against older versions of the shared
5454           library, the <tt>SONAME</tt> of the library and the
5455           corresponding name for the binary package containing the runtime
5456           shared library should change.  Normally, this means
5457           the <tt>SONAME</tt> should change any time an interface is
5458           removed from the shared library or the signature of an interface
5459           (the number of parameters or the types of parameters that it
5460           takes, for example) is changed.  This practice is vital to
5461           allowing clean upgrades from older versions of the package and
5462           clean transitions between the old ABI and new ABI without having
5463           to upgrade every affected package simultaneously.
5464         </p>
5465
5466         <p>
5467           The <tt>SONAME</tt> and binary package name need not, and indeed
5468           normally should not, change if new interfaces are added but none
5469           are removed or changed, since this will not break binaries
5470           linked against the old shared library.  Correct versioning of
5471           dependencies on the newer shared library by binaries that use
5472           the new interfaces is handled via
5473           the <qref id="sharedlibs-shlibdeps"><tt>shlibs</tt>
5474           system</qref> or via symbols files (see
5475           <manref name="deb-symbols" section="5">).
5476         </p>
5477
5478       <p>
5479         The package should install the shared libraries under
5480         their normal names.  For example, the <package>libgdbm3</package>
5481         package should install <file>libgdbm.so.3.0.0</file> as
5482         <file>/usr/lib/libgdbm.so.3.0.0</file>.  The files should not be
5483         renamed or re-linked by any <prgn>prerm</prgn> or
5484         <prgn>postrm</prgn> scripts; <prgn>dpkg</prgn> will take care
5485         of renaming things safely without affecting running programs,
5486         and attempts to interfere with this are likely to lead to
5487         problems.
5488       </p>
5489
5490       <p>
5491         Shared libraries should not be installed executable, since
5492         the dynamic linker does not require this and trying to
5493         execute a shared library usually results in a core dump.
5494       </p>
5495
5496       <p>
5497         The run-time library package should include the symbolic link for
5498         the <tt>SONAME</tt> that <prgn>ldconfig</prgn> would create for
5499         the shared libraries.  For example,
5500         the <package>libgdbm3</package> package should include a symbolic
5501         link from <file>/usr/lib/libgdbm.so.3</file> to
5502         <file>libgdbm.so.3.0.0</file>.  This is needed so that the dynamic
5503         linker (for example <prgn>ld.so</prgn> or
5504         <prgn>ld-linux.so.*</prgn>) can find the library between the
5505         time that <prgn>dpkg</prgn> installs it and the time that
5506         <prgn>ldconfig</prgn> is run in the <prgn>postinst</prgn>
5507         script.<footnote>
5508             The package management system requires the library to be
5509             placed before the symbolic link pointing to it in the
5510             <file>.deb</file> file.  This is so that when
5511             <prgn>dpkg</prgn> comes to install the symlink
5512             (overwriting the previous symlink pointing at an older
5513             version of the library), the new shared library is already
5514             in place.  In the past, this was achieved by creating the
5515             library in the temporary packaging directory before
5516             creating the symlink.  Unfortunately, this was not always
5517             effective, since the building of the tar file in the
5518             <file>.deb</file> depended on the behavior of the underlying
5519             file system.  Some file systems (such as reiserfs) reorder
5520             the files so that the order of creation is forgotten.
5521             Since version 1.7.0, <prgn>dpkg</prgn>
5522             reorders the files itself as necessary when building a
5523             package.  Thus it is no longer important to concern
5524             oneself with the order of file creation.
5525         </footnote>
5526       </p>
5527
5528         <sect1 id="ldconfig">
5529           <heading><tt>ldconfig</tt></heading>
5530
5531         <p>
5532           Any package installing shared libraries in one of the default
5533           library directories of the dynamic linker (which are currently
5534           <file>/usr/lib</file> and <file>/lib</file>) or a directory that is
5535           listed in <file>/etc/ld.so.conf</file><footnote>
5536             These are currently <file>/usr/local/lib</file> plus
5537             directories under <file>/lib</file> and <file>/usr/lib</file>
5538             matching the multiarch triplet for the system architecture.
5539           </footnote>
5540           must use <prgn>ldconfig</prgn> to update the shared library
5541           system.
5542         </p>
5543
5544         <p>
5545             The package maintainer scripts must only call
5546             <prgn>ldconfig</prgn> under these circumstances:
5547             <list compact="compact">
5548               <item>When the <prgn>postinst</prgn> script is run with a
5549                   first argument of <tt>configure</tt>, the script must call
5550                   <prgn>ldconfig</prgn>, and may optionally invoke
5551                   <prgn>ldconfig</prgn> at other times.
5552               </item>
5553               <item>When the <prgn>postrm</prgn> script is run with a
5554                   first argument of <tt>remove</tt>, the script should call
5555                   <prgn>ldconfig</prgn>.
5556               </item>
5557             </list>
5558          <footnote>
5559             <p>
5560               During install or upgrade, the preinst is called before
5561               the new files are unpacked, so calling "ldconfig" is
5562               pointless.  The preinst of an existing package can also be
5563               called if an upgrade fails.  However, this happens during
5564               the critical time when a shared libs may exist on-disk
5565               under a temporary name.  Thus, it is dangerous and
5566               forbidden by current policy to call "ldconfig" at this
5567               time.
5568             </p>
5569
5570             <p>
5571               When a package is installed or upgraded, "postinst
5572               configure" runs after the new files are safely on-disk.
5573               Since it is perfectly safe to invoke ldconfig
5574               unconditionally in a postinst, it is OK for a package to
5575               simply put ldconfig in its postinst without checking the
5576               argument.  The postinst can also be called to recover from
5577               a failed upgrade.  This happens before any new files are
5578               unpacked, so there is no reason to call "ldconfig" at this
5579               point.
5580             </p>
5581
5582             <p>
5583               For a package that is being removed, prerm is
5584               called with all the files intact, so calling ldconfig is
5585               useless.  The other calls to "prerm" happen in the case of
5586               upgrade at a time when all the files of the old package
5587               are on-disk, so again calling "ldconfig" is pointless.
5588             </p>
5589
5590             <p>
5591               postrm, on the other hand, is called with the "remove"
5592               argument just after the files are removed, so this is
5593               the proper time to call "ldconfig" to notify the system
5594               of the fact that the shared libraries from the package
5595               are removed.  The postrm can be called at several other
5596               times.  At the time of "postrm purge", "postrm
5597               abort-install", or "postrm abort-upgrade", calling
5598               "ldconfig" is useless because the shared lib files are
5599               not on-disk.  However, when "postrm" is invoked with
5600               arguments "upgrade", "failed-upgrade", or "disappear", a
5601               shared lib may exist on-disk under a temporary filename.
5602             </p>
5603           </footnote>
5604         </p>
5605         </sect1>
5606
5607       </sect>
5608
5609       <sect id="sharedlibs-support-files">
5610         <heading>Shared library support files</heading>
5611
5612         <p>
5613           If your package contains files whose names do not change with
5614           each change in the library shared object version, you must not
5615           put them in the shared library package.  Otherwise, several
5616           versions of the shared library cannot be installed at the same
5617           time without filename clashes, making upgrades and transitions
5618           unnecessarily difficult.
5619         </p>
5620
5621         <p>
5622           It is recommended that supporting files and run-time support
5623           programs that do not need to be invoked manually by users, but
5624           are nevertheless required for the package to function, be placed
5625           (if they are binary) in a subdirectory of <file>/usr/lib</file>,
5626           preferably under <file>/usr/lib/</file><var>package-name</var>.
5627           If the program or file is architecture independent, the
5628           recommendation is for it to be placed in a subdirectory of
5629           <file>/usr/share</file> instead, preferably under
5630           <file>/usr/share/</file><var>package-name</var>.  Following the
5631           <var>package-name</var> naming convention ensures that the file
5632           names change when the shared object version changes.
5633         </p>
5634
5635         <p>
5636           Run-time support programs that use the shared library but are
5637           not required for the library to function or files used by the
5638           shared library that can be used by any version of the shared
5639           library package should instead be put in a separate package.
5640           This package might typically be named
5641           <package><var>libraryname</var>-tools</package>; note the
5642           absence of the <var>soversion</var> in the package name.
5643         </p>
5644
5645         <p>
5646           Files and support programs only useful when compiling software
5647           against the library should be included in the development
5648           package for the library.<footnote>
5649             For example, a <file><var>package-name</var>-config</file>
5650             script or <package>pkg-config</package> configuration files.
5651           </footnote>
5652         </p>
5653       </sect>
5654
5655       <sect id="sharedlibs-static">
5656         <heading>Static libraries</heading>
5657
5658       <p>
5659         The static library (<file><var>libraryname.a</var></file>)
5660         is usually provided in addition to the shared version.
5661         It is placed into the development package (see below).
5662       </p>
5663
5664       <p>
5665         In some cases, it is acceptable for a library to be
5666         available in static form only; these cases include:
5667         <list>
5668           <item>libraries for languages whose shared library support
5669                 is immature or unstable</item>
5670           <item>libraries whose interfaces are in flux or under
5671                 development (commonly the case when the library's
5672                 major version number is zero, or where the ABI breaks
5673                 across patchlevels)</item>
5674           <item>libraries which are explicitly intended to be
5675                 available only in static form by their upstream
5676                 author(s)</item>
5677         </list>
5678       </p>
5679
5680       <sect id="sharedlibs-dev">
5681         <heading>Development files</heading>
5682
5683       <p>
5684         If there are development files associated with a shared library,
5685         the source package needs to generate a binary development package
5686         named <package><var>libraryname</var><var>soversion</var>-dev</package>,
5687         or if you prefer only to support one development version at a
5688         time, <package><var>libraryname</var>-dev</package>.  Installing
5689         the development package must result in installation of all the
5690         development files necessary for compiling programs against that
5691         shared library.<footnote>
5692           This wording allows the development files to be split into
5693           several packages, such as a separate architecture-independent
5694           <package><var>libraryname</var>-headers</package>, provided that
5695           the development package depends on all the required additional
5696           packages.
5697         </footnote>
5698       </p>
5699
5700       <p>
5701         In case several development versions of a library exist, you may
5702         need to use <prgn>dpkg</prgn>'s Conflicts mechanism (see
5703         <ref id="conflicts">) to ensure that the user only installs one
5704         development version at a time (as different development versions are
5705         likely to have the same header files in them, which would cause a
5706         filename clash if both were unpacked).
5707       </p>
5708
5709       <p>
5710         The development package should contain a symlink for the associated
5711         shared library without a version number. For example, the
5712         <package>libgdbm-dev</package> package should include a symlink
5713         from <file>/usr/lib/libgdbm.so</file> to
5714         <file>libgdbm.so.3.0.0</file>.  This symlink is needed by the linker
5715         (<prgn>ld</prgn>) when compiling packages, as it will only look for
5716         <file>libgdbm.so</file> when compiling dynamically.
5717       </p>
5718
5719       <p>
5720         If the package provides Ada Library Information
5721         (<file>*.ali</file>) files for use with GNAT, these files must be
5722         installed read-only (mode 0444) so that GNAT will not attempt to
5723         recompile them.  This overrides the normal file mode requirements
5724         given in <ref id="permissions-owners">.
5725       </p>
5726       </sect>
5727
5728       <sect id="sharedlibs-intradeps">
5729         <heading>Dependencies between the packages of the same library</heading>
5730
5731         <p>
5732           Typically the development version should have an exact
5733           version dependency on the runtime library, to make sure that
5734           compilation and linking happens correctly.  The
5735           <tt>${binary:Version}</tt> substitution variable can be
5736           useful for this purpose.
5737           <footnote>
5738             Previously, <tt>${Source-Version}</tt> was used, but its name
5739             was confusing and it has been deprecated since dpkg 1.13.19.
5740           </footnote>
5741         </p>
5742       </sect>
5743
5744       <sect id="sharedlibs-shlibdeps">
5745         <heading>Dependencies between the library and other packages -
5746         the <tt>shlibs</tt> system</heading>
5747
5748         <p>
5749           If a package contains a binary or library which links to a
5750           shared library, we must ensure that when the package is
5751           installed on the system, all of the libraries needed are
5752           also installed.  This requirement led to the creation of the
5753           <tt>shlibs</tt> system, which is very simple in its design:
5754           any package which <em>provides</em> a shared library also
5755           provides information on the package dependencies required to
5756           ensure the presence of this library, and any package which
5757           <em>uses</em> a shared library uses this information to
5758           determine the dependencies it requires.  The files which
5759           contain the mapping from shared libraries to the necessary
5760           dependency information are called <file>shlibs</file> files.
5761         </p>
5762
5763         <p>
5764           When a package is built which contains any shared libraries, it
5765           must provide a <file>shlibs</file> file for other packages to
5766           use.  When a package is built which contains any shared
5767           libraries or compiled binaries, it must run
5768           <qref id="pkg-dpkg-shlibdeps"><prgn>dpkg-shlibdeps</prgn></qref>
5769           on these to determine the libraries used and hence the
5770           dependencies needed by this package.<footnote>
5771             <p>
5772               <prgn>dpkg-shlibdeps</prgn> will use a program
5773               like <prgn>objdump</prgn> or <prgn>readelf</prgn> to find
5774               the libraries directly needed by the binaries or shared
5775               libraries in the package.
5776             </p>
5777
5778             <p>
5779               We say that a binary <tt>foo</tt> <em>directly</em> uses
5780               a library <tt>libbar</tt> if it is explicitly linked
5781               with that library (that is, the library is listed in the ELF
5782               <tt>NEEDED</tt> attribute, caused by adding <tt>-lbar</tt>
5783               to the link line when the binary is created).  Other
5784               libraries that are needed by <tt>libbar</tt> are linked
5785               <em>indirectly</em> to <tt>foo</tt>, and the dynamic
5786               linker will load them automatically when it loads
5787               <tt>libbar</tt>.  A package should depend on the libraries
5788               it directly uses, but not the libraries it indirectly uses.
5789               The dependencies for those libraries will automatically pull
5790               in the other libraries.
5791             </p>
5792
5793             <p>
5794               A good example of where this helps is the following.  We
5795               could update <tt>libimlib</tt> with a new version that
5796               supports a new graphics format called dgf (but retaining the
5797               same major version number) and depends on <tt>libdgf</tt>.
5798               If we used <prgn>ldd</prgn> to add dependencies for every
5799               library directly or indirectly linked with a binary, every
5800               package that uses <tt>libimlib</tt> would need to be
5801               recompiled so it would also depend on <tt>libdgf</tt> or it
5802               wouldn't run due to missing symbols.  Since dependencies are
5803               only added based on ELF <tt>NEEDED</tt> attribute, packages
5804               using <tt>libimlib</tt> can rely on <tt>libimlib</tt> itself
5805               having the dependency on <tt>libdgf</tt> and so they would
5806               not need rebuilding.
5807             </p>
5808           </footnote>
5809         </p>
5810
5811         <p>
5812           In the following sections, we will first describe where the
5813           various <tt>shlibs</tt> files are to be found, then how to
5814           use <prgn>dpkg-shlibdeps</prgn>, and finally the <tt>shlibs</tt>
5815           file format and how to create them if your package contains a
5816           shared library.
5817         </p>
5818
5819       <sect1>
5820         <heading>The <tt>shlibs</tt> files present on the system</heading>
5821
5822         <p>
5823           There are several places where <tt>shlibs</tt> files are
5824           found.  The following list gives them in the order in which
5825           they are read by
5826           <qref id="pkg-dpkg-shlibdeps"><prgn>dpkg-shlibdeps</prgn></qref>.
5827           (The first one which gives the required information is used.)
5828         </p>
5829
5830         <p>
5831           <list>
5832             <item>
5833               <p><file>debian/shlibs.local</file></p>
5834
5835               <p>
5836                 This lists overrides for this package.  This file should
5837                 normally not be used, but may be needed temporarily in
5838                 unusual situations to work around bugs in other packages,
5839                 or in unusual cases where the normally declared dependency
5840                 information in the installed <file>shlibs</file> file for
5841                 a library cannot be used.  This file overrides information
5842                 obtained from any other source.
5843               </p>
5844             </item>
5845
5846             <item>
5847               <p><file>/etc/dpkg/shlibs.override</file></p>
5848
5849               <p>
5850                 This lists global overrides.  This list is normally
5851                 empty.  It is maintained by the local system
5852                 administrator.
5853               </p>
5854             </item>
5855
5856             <item>
5857               <p><file>DEBIAN/shlibs</file> files in the "build directory"</p>
5858
5859               <p>
5860                 When packages are being built,
5861                 any <file>debian/shlibs</file> files are copied into the
5862                 control information file area of the temporary build
5863                 directory and given the name <file>shlibs</file>.  These
5864                 files give details of any shared libraries included in the
5865                 same package.<footnote>
5866                   An example may help here.  Let us say that the source
5867                   package <tt>foo</tt> generates two binary
5868                   packages, <tt>libfoo2</tt> and <tt>foo-runtime</tt>.
5869                   When building the binary packages, the two packages are
5870                   created in the directories <file>debian/libfoo2</file>
5871                   and <file>debian/foo-runtime</file> respectively.
5872                   (<file>debian/tmp</file> could be used instead of one of
5873                   these.)  Since <tt>libfoo2</tt> provides the
5874                   <tt>libfoo</tt> shared library, it will require a
5875                   <tt>shlibs</tt> file, which will be installed in
5876                   <file>debian/libfoo2/DEBIAN/shlibs</file>, eventually to
5877                   become <file>/var/lib/dpkg/info/libfoo2.shlibs</file>.
5878                   When <prgn>dpkg-shlibdeps</prgn> is run on the
5879                   executable <file>debian/foo-runtime/usr/bin/foo-prog</file>,
5880                   it will examine
5881                   the <file>debian/libfoo2/DEBIAN/shlibs</file> file to
5882                   determine whether <tt>foo-prog</tt>'s library
5883                   dependencies are satisfied by any of the libraries
5884                   provided by <tt>libfoo2</tt>.  For this reason,
5885                   <prgn>dpkg-shlibdeps</prgn> must only be run once all of
5886                   the individual binary packages' <tt>shlibs</tt> files
5887                   have been installed into the build directory.
5888                 </footnote>
5889               </p>
5890             </item>
5891
5892             <item>
5893               <p><file>/var/lib/dpkg/info/*.shlibs</file></p>
5894
5895               <p>
5896                 These are the <file>shlibs</file> files corresponding to
5897                 all of the packages installed on the system, and are
5898                 maintained by the relevant package maintainers.
5899               </p>
5900             </item>
5901
5902             <item>
5903               <p><file>/etc/dpkg/shlibs.default</file></p>
5904
5905               <p>
5906                 This file lists any shared libraries whose packages
5907                 have failed to provide correct <file>shlibs</file> files.
5908                 It was used when the <file>shlibs</file> setup was first
5909                 introduced, but it is now normally empty.  It is
5910                 maintained by the <tt>dpkg</tt> maintainer.
5911               </p>
5912             </item>
5913           </list>
5914         </p>
5915       </sect1>
5916
5917       <sect1>
5918         <heading>How to use <prgn>dpkg-shlibdeps</prgn> and the
5919             <file>shlibs</file> files</heading>
5920
5921         <p>
5922           Put a call to
5923           <qref id="pkg-dpkg-shlibdeps"><prgn>dpkg-shlibdeps</prgn></qref>
5924           into your <file>debian/rules</file> file.  If your package
5925           contains only compiled binaries and libraries (but no scripts),
5926           you can use a command such as:
5927           <example compact="compact">
5928 dpkg-shlibdeps debian/tmp/usr/bin/* debian/tmp/usr/sbin/* \
5929   debian/tmp/usr/lib/*
5930           </example>
5931           Otherwise, you will need to explicitly list the compiled
5932           binaries and libraries.<footnote>
5933             If you are using <tt>debhelper</tt>, the
5934             <prgn>dh_shlibdeps</prgn> program will do this work for you.
5935             It will also correctly handle multi-binary packages.
5936           </footnote>
5937         </p>
5938
5939         <p>
5940           This command puts the dependency information into the
5941           <file>debian/substvars</file> file, which is then used by
5942           <prgn>dpkg-gencontrol</prgn>.  You will need to place a
5943           <tt>${shlibs:Depends}</tt> variable in the <tt>Depends</tt>
5944           field in the control file for this to work.
5945         </p>
5946
5947         <p>
5948           If you have multiple binary packages, you will need to call
5949           <prgn>dpkg-shlibdeps</prgn> on each one which contains
5950           compiled libraries or binaries.  In such a case, you will
5951           need to use the <tt>-T</tt> option to the <tt>dpkg</tt>
5952           utilities to specify a different <file>substvars</file> file.
5953         </p>
5954
5955         <p>
5956           If you are creating a udeb for use in the Debian Installer,
5957           you will need to specify that <prgn>dpkg-shlibdeps</prgn>
5958           should use the dependency line of type <tt>udeb</tt> by
5959           adding the <tt>-tudeb</tt> option<footnote>
5960             <prgn>dh_shlibdeps</prgn> from the <tt>debhelper</tt> suite
5961             will automatically add this option if it knows it is
5962             processing a udeb.
5963           </footnote>. If there is no dependency line of
5964           type <tt>udeb</tt> in the <file>shlibs</file>
5965           file, <prgn>dpkg-shlibdeps</prgn> will fall back to the regular
5966           dependency line.
5967         </p>
5968
5969         <p>
5970           For more details on <prgn>dpkg-shlibdeps</prgn>, please see
5971           <ref id="pkg-dpkg-shlibdeps"> and
5972           <manref name="dpkg-shlibdeps" section="1">.
5973         </p>
5974       </sect1>
5975
5976       <sect1 id="shlibs">
5977         <heading>The <file>shlibs</file> File Format</heading>
5978
5979         <p>
5980           Each <file>shlibs</file> file has the same format.  Lines
5981           beginning with <tt>#</tt> are considered to be comments and
5982           are ignored.  Each line is of the form:
5983           <example compact="compact">
5984 [<var>type</var>: ]<var>library-name</var> <var>soname-version</var> <var>dependencies ...</var>
5985           </example>
5986         </p>
5987
5988         <p>
5989           We will explain this by reference to the example of the
5990           <tt>zlib1g</tt> package, which (at the time of writing)
5991           installs the shared library <file>/usr/lib/libz.so.1.1.3</file>.
5992         </p>
5993
5994         <p>
5995           <var>type</var> is an optional element that indicates the type
5996           of package for which the line is valid. The only type currently
5997           in use is <tt>udeb</tt>. The colon and space after the type are
5998           required.
5999         </p>
6000
6001         <p>
6002           <var>library-name</var> is the name of the shared library,
6003           in this case <tt>libz</tt>.  (This must match the name part
6004           of the soname, see below.)
6005         </p>
6006
6007         <p>
6008           <var>soname-version</var> is the version part of the soname of
6009           the library.  The soname is the thing that must exactly match
6010           for the library to be recognized by the dynamic linker, and is
6011           usually of the form
6012           <tt><var>name</var>.so.<var>major-version</var></tt>, in our
6013           example, <tt>libz.so.1</tt>.<footnote>
6014             This can be determined using the command
6015             <example compact="compact">
6016 objdump -p /usr/lib/libz.so.1.1.3 | grep SONAME
6017             </example>
6018           </footnote>
6019           The version part is the part which comes after
6020           <tt>.so.</tt>, so in our case, it is <tt>1</tt>.  The soname may
6021           instead be of the form
6022           <tt><var>name</var>-<var>major-version</var>.so</tt>, such
6023           as <tt>libdb-4.8.so</tt>, in which case the name would
6024           be <tt>libdb</tt> and the version would be <tt>4.8</tt>.
6025         </p>
6026
6027         <p>
6028           <var>dependencies</var> has the same syntax as a dependency
6029           field in a binary package control file.  It should give
6030           details of which packages are required to satisfy a binary
6031           built against the version of the library contained in the
6032           package.  See <ref id="depsyntax"> for details.
6033         </p>
6034
6035         <p>
6036           In our example, if the first version of the <tt>zlib1g</tt>
6037           package which contained a minor number of at least
6038           <tt>1.3</tt> was <var>1:1.1.3-1</var>, then the
6039           <tt>shlibs</tt> entry for this library could say:
6040           <example compact="compact">
6041 libz 1 zlib1g (>= 1:1.1.3)
6042           </example>
6043           The version-specific dependency is to avoid warnings from
6044           the dynamic linker about using older shared libraries with
6045           newer binaries.
6046         </p>
6047
6048         <p>
6049           As zlib1g also provides a udeb containing the shared library,
6050           there would also be a second line:
6051           <example compact="compact">
6052 udeb: libz 1 zlib1g-udeb (>= 1:1.1.3)
6053           </example>
6054         </p>
6055       </sect1>
6056
6057       <sect1>
6058         <heading>Providing a <file>shlibs</file> file</heading>
6059
6060         <p>
6061           If your package provides a shared library, you need to create
6062           a <file>shlibs</file> file following the format described above.
6063           It is usual to call this file <file>debian/shlibs</file> (but if
6064           you have multiple binary packages, you might want to call it
6065           <file>debian/shlibs.<var>package</var></file> instead).  Then
6066           let <file>debian/rules</file> install it in the control
6067           information file area:
6068           <example compact="compact">
6069 install -m644 debian/shlibs debian/tmp/DEBIAN
6070           </example>
6071           or, in the case of a multi-binary package:
6072           <example compact="compact">
6073 install -m644 debian/shlibs.<var>package</var> debian/<var>package</var>/DEBIAN/shlibs
6074           </example>
6075           An alternative way of doing this is to create the
6076           <file>shlibs</file> file in the control information file area
6077           directly from <file>debian/rules</file> without using
6078           a <file>debian/shlibs</file> file at all,<footnote>
6079             This is what <prgn>dh_makeshlibs</prgn> in
6080             the <package>debhelper</package> suite does. If your package
6081             also has a udeb that provides a shared
6082             library, <prgn>dh_makeshlibs</prgn> can automatically generate
6083             the <tt>udeb:</tt> lines if you specify the name of the udeb
6084             with the <tt>--add-udeb</tt> option.
6085           </footnote>
6086           since the <file>debian/shlibs</file> file itself is ignored by
6087           <prgn>dpkg-shlibdeps</prgn>.
6088         </p>
6089
6090         <p>
6091           As <prgn>dpkg-shlibdeps</prgn> reads the
6092           <file>DEBIAN/shlibs</file> files in all of the binary packages
6093           being built from this source package, all of the
6094           <file>DEBIAN/shlibs</file> files should be installed before
6095           <prgn>dpkg-shlibdeps</prgn> is called on any of the binary
6096           packages.
6097         </p>
6098       </sect1>
6099       </sect>
6100     </chapt>
6101
6102
6103     <chapt id="opersys"><heading>The Operating System</heading>
6104
6105       <sect>
6106         <heading>File system hierarchy</heading>
6107
6108
6109         <sect1 id="fhs">
6110           <heading>File System Structure</heading>
6111
6112           <p>
6113             The location of all installed files and directories must
6114             comply with the Filesystem Hierarchy Standard (FHS),
6115             version 2.3, with the exceptions noted below, and except
6116             where doing so would violate other terms of Debian
6117             Policy.  The following exceptions to the FHS apply:
6118
6119             <enumlist>
6120               <item>
6121                 <p>
6122                   The optional rules related to user specific
6123                   configuration files for applications are stored in
6124                   the user's home directory are relaxed.  It is
6125                   recommended that such files start with the
6126                   '<tt>.</tt>' character (a "dot file"), and if an
6127                   application needs to create more than one dot file
6128                   then the preferred placement is in a subdirectory
6129                   with a name starting with a '.' character, (a "dot
6130                   directory"). In this case it is recommended the
6131                   configuration files not start with the '.'
6132                   character.
6133                 </p>
6134               </item>
6135               <item>
6136                 <p>
6137                   The requirement for amd64 to use <file>/lib64</file>
6138                   for 64 bit binaries is removed.
6139                 </p>
6140               </item>
6141               <item>
6142                 <p>
6143                   The requirement for object files, internal binaries, and
6144                   libraries, including <file>libc.so.*</file>, to be located
6145                   directly under <file>/lib{,32}</file> and
6146                   <file>/usr/lib{,32}</file> is amended, permitting files
6147                   to instead be installed to
6148                   <file>/lib/<var>triplet</var></file> and
6149                   <file>/usr/lib/<var>triplet</var></file>, where
6150                   <tt><var>triplet</var></tt> is the value returned by
6151                   <tt>dpkg-architecture -qDEB_HOST_GNU_TYPE</tt> for the
6152                   architecture of the package.  Packages may <em>not</em>
6153                   install files to any <var>triplet</var> path other
6154                   than the one matching the architecture of that package;
6155                   for instance, an <tt>Architecture: amd64</tt> package
6156                   containing 32-bit x86 libraries may not install these
6157                   libraries to <file>/usr/lib/i486-linux-gnu</file>.
6158                   <footnote>
6159                     This is necessary in order to reserve the directories for
6160                     use in cross-installation of library packages from other
6161                     architectures, as part of the planned deployment of
6162                     <tt>multiarch</tt>.
6163                   </footnote>
6164                 </p>
6165                 <p>
6166                   Applications may also use a single subdirectory under
6167                   <file>/usr/lib/<var>triplet</var></file>.
6168                 </p>
6169                 <p>
6170                   The execution time linker/loader, ld*, must still be made
6171                   available in the existing location under /lib or /lib64
6172                   since this is part of the ELF ABI for the architecture.
6173                 </p>
6174               </item>
6175               <item>
6176                 <p>
6177                   The requirement that
6178                   <file>/usr/local/share/man</file> be "synonymous"
6179                   with <file>/usr/local/man</file> is relaxed to a
6180                   recommendation</p>
6181               </item>
6182               <item>
6183                 <p>
6184                   The requirement that windowmanagers with a single
6185                   configuration file call it <file>system.*wmrc</file>
6186                   is removed, as is the restriction that the window
6187                   manager subdirectory be named identically to the
6188                   window manager name itself.
6189                 </p>
6190               </item>
6191               <item>
6192                 <p>
6193                   The requirement that boot manager configuration
6194                   files live in <file>/etc</file>, or at least are
6195                   symlinked there, is relaxed to a recommendation.
6196                 </p>
6197               </item>
6198               <item>
6199                 <p>
6200                   The following directories in the root filesystem are
6201                   additionally allowed: <file>/sys</file> and
6202                   <file>/selinux</file>. <footnote>These directories
6203                   are used as mount points to mount virtual filesystems
6204                   to get access to kernel information.</footnote>
6205                 </p>
6206               </item>
6207               <item>
6208                 <p>
6209                   On GNU/Hurd systems, the following additional
6210                   directories are allowed in the root
6211                   filesystem: <file>/hurd</file>
6212                   and <file>/servers</file>.<footnote>
6213                     These directories are used to store translators and as
6214                     a set of standard names for mount points,
6215                     respectively.
6216                   </footnote>
6217                 </p>
6218               </item>
6219             </enumlist>
6220           </p>
6221
6222           <p>
6223             The version of this document referred here can be
6224             found in the <tt>debian-policy</tt> package or on <url
6225             id="http://www.debian.org/doc/packaging-manuals/fhs/"
6226               name="FHS (Debian copy)"> alongside this manual (or, if
6227             you have the <package>debian-policy</package> installed,
6228             you can try <url
6229               id="file:///usr/share/doc/debian-policy/fhs/" name="FHS
6230               (local copy)">). The
6231             latest version, which may be a more recent version, may
6232             be found on
6233             <url id="http://www.pathname.com/fhs/" name="FHS (upstream)">.
6234             Specific questions about following the standard may be
6235             asked on the <tt>debian-devel</tt> mailing list, or
6236             referred to the FHS mailing list (see the
6237             <url id="http://www.pathname.com/fhs/" name="FHS web site"> for
6238             more information).
6239           </p>
6240         </sect1>
6241
6242         <sect1>
6243           <heading>Site-specific programs</heading>
6244
6245           <p>
6246             As mandated by the FHS, packages must not place any
6247             files in <file>/usr/local</file>, either by putting them in
6248             the file system archive to be unpacked by <prgn>dpkg</prgn>
6249             or by manipulating them in their maintainer scripts.
6250           </p>
6251
6252           <p>
6253             However, the package may create empty directories below
6254             <file>/usr/local</file> so that the system administrator knows
6255             where to place site-specific files.  These are not
6256             directories <em>in</em> <file>/usr/local</file>, but are
6257             children of directories in <file>/usr/local</file>.  These
6258             directories (<file>/usr/local/*/dir/</file>)
6259             should be removed on package removal if they are
6260             empty.
6261           </p>
6262
6263           <p>
6264             Note that this applies only to
6265             directories <em>below</em> <file>/usr/local</file>,
6266             not <em>in</em> <file>/usr/local</file>.  Packages must
6267             not create sub-directories in the
6268             directory <file>/usr/local</file> itself, except those
6269             listed in FHS, section 4.5.  However, you may create
6270             directories below them as you wish. You must not remove
6271             any of the directories listed in 4.5, even if you created
6272             them.
6273           </p>
6274
6275           <p>
6276             Since <file>/usr/local</file> can be mounted read-only from a
6277             remote server, these directories must be created and
6278             removed by the <prgn>postinst</prgn> and <prgn>prerm</prgn>
6279             maintainer scripts and not be included in the
6280             <file>.deb</file> archive.  These scripts must not fail if
6281             either of these operations fail.
6282           </p>
6283
6284           <p>
6285             For example, the <tt>emacsen-common</tt> package could
6286             contain something like
6287             <example compact="compact">
6288 if [ ! -e /usr/local/share/emacs ]
6289 then
6290   if mkdir /usr/local/share/emacs 2>/dev/null
6291   then
6292     chown root:staff /usr/local/share/emacs
6293     chmod 2775 /usr/local/share/emacs
6294   fi
6295 fi
6296             </example>
6297             in its <prgn>postinst</prgn> script, and
6298             <example compact="compact">
6299 rmdir /usr/local/share/emacs/site-lisp 2>/dev/null || true
6300 rmdir /usr/local/share/emacs 2>/dev/null || true
6301             </example>
6302             in the <prgn>prerm</prgn> script.  (Note that this form is
6303             used to ensure that if the script is interrupted, the
6304             directory <file>/usr/local/share/emacs</file> will still be
6305             removed.)
6306           </p>
6307
6308           <p>
6309             If you do create a directory in <file>/usr/local</file> for
6310             local additions to a package, you should ensure that
6311             settings in <file>/usr/local</file> take precedence over the
6312             equivalents in <file>/usr</file>.
6313           </p>
6314
6315           <p>
6316             However, because <file>/usr/local</file> and its contents are
6317             for exclusive use of the local administrator, a package
6318             must not rely on the presence or absence of files or
6319             directories in <file>/usr/local</file> for normal operation.
6320           </p>
6321
6322           <p>
6323             The <file>/usr/local</file> directory itself and all the
6324             subdirectories created by the package should (by default) have
6325             permissions 2775 (group-writable and set-group-id) and be
6326             owned by <tt>root:staff</tt>.
6327           </p>
6328         </sect1>
6329
6330         <sect1>
6331           <heading>The system-wide mail directory</heading>
6332           <p>
6333             The system-wide mail directory
6334             is <file>/var/mail</file>. This directory is part of the
6335             base system and should not be owned by any particular mail
6336             agents.  The use of the old
6337             location <file>/var/spool/mail</file> is deprecated, even
6338             though the spool may still be physically located there.
6339           </p>
6340         </sect1>
6341       </sect>
6342
6343       <sect>
6344         <heading>Users and groups</heading>
6345
6346         <sect1>
6347           <heading>Introduction</heading>
6348           <p>
6349             The Debian system can be configured to use either plain or
6350             shadow passwords.
6351           </p>
6352
6353           <p>
6354             Some user ids (UIDs) and group ids (GIDs) are reserved
6355             globally for use by certain packages.  Because some
6356             packages need to include files which are owned by these
6357             users or groups, or need the ids compiled into binaries,
6358             these ids must be used on any Debian system only for the
6359             purpose for which they are allocated. This is a serious
6360             restriction, and we should avoid getting in the way of
6361             local administration policies. In particular, many sites
6362             allocate users and/or local system groups starting at 100.
6363           </p>
6364
6365           <p>
6366             Apart from this we should have dynamically allocated ids,
6367             which should by default be arranged in some sensible
6368             order, but the behavior should be configurable.
6369           </p>
6370
6371           <p>
6372             Packages other than <tt>base-passwd</tt> must not modify
6373             <file>/etc/passwd</file>, <file>/etc/shadow</file>,
6374             <file>/etc/group</file> or <file>/etc/gshadow</file>.
6375           </p>
6376         </sect1>
6377
6378         <sect1>
6379           <heading>UID and GID classes</heading>
6380           <p>
6381             The UID and GID numbers are divided into classes as
6382             follows:
6383             <taglist>
6384               <tag>0-99:</tag>
6385               <item>
6386                 <p>
6387                   Globally allocated by the Debian project, the same
6388                   on every Debian system.  These ids will appear in
6389                   the <file>passwd</file> and <file>group</file> files of all
6390                   Debian systems, new ids in this range being added
6391                   automatically as the <tt>base-passwd</tt> package is
6392                   updated.
6393                 </p>
6394
6395                 <p>
6396                   Packages which need a single statically allocated
6397                   uid or gid should use one of these; their
6398                   maintainers should ask the <tt>base-passwd</tt>
6399                   maintainer for ids.
6400                 </p>
6401               </item>
6402
6403               <tag>100-999:</tag>
6404               <item>
6405                 <p>
6406                   Dynamically allocated system users and groups.
6407                   Packages which need a user or group, but can have
6408                   this user or group allocated dynamically and
6409                   differently on each system, should use <tt>adduser
6410                   --system</tt> to create the group and/or user.
6411                   <prgn>adduser</prgn> will check for the existence of
6412                   the user or group, and if necessary choose an unused
6413                   id based on the ranges specified in
6414                   <file>adduser.conf</file>.
6415                 </p>
6416               </item>
6417
6418               <tag>1000-59999:</tag>
6419               <item>
6420                 <p>
6421                   Dynamically allocated user accounts.  By default
6422                   <prgn>adduser</prgn> will choose UIDs and GIDs for
6423                   user accounts in this range, though
6424                   <file>adduser.conf</file> may be used to modify this
6425                   behavior.
6426                 </p>
6427               </item>
6428
6429               <tag>60000-64999:</tag>
6430               <item>
6431                 <p>
6432                   Globally allocated by the Debian project, but only
6433                   created on demand. The ids are allocated centrally
6434                   and statically, but the actual accounts are only
6435                   created on users' systems on demand.
6436                 </p>
6437
6438                 <p>
6439                   These ids are for packages which are obscure or
6440                   which require many statically-allocated ids.  These
6441                   packages should check for and create the accounts in
6442                   <file>/etc/passwd</file> or <file>/etc/group</file> (using
6443                   <prgn>adduser</prgn> if it has this facility) if
6444                   necessary.  Packages which are likely to require
6445                   further allocations should have a "hole" left after
6446                   them in the allocation, to give them room to
6447                   grow.
6448                 </p>
6449               </item>
6450
6451               <tag>65000-65533:</tag>
6452               <item>
6453                 <p>Reserved.</p>
6454               </item>
6455
6456               <tag>65534:</tag>
6457               <item>
6458                 <p>
6459                   User <tt>nobody</tt>. The corresponding gid refers
6460                   to the group <tt>nogroup</tt>.
6461                 </p>
6462               </item>
6463
6464               <tag>65535:</tag>
6465               <item>
6466                 <p>
6467                   <tt>(uid_t)(-1) == (gid_t)(-1)</tt> <em>must
6468                   not</em> be used, because it is the error return
6469                   sentinel value.
6470                 </p>
6471               </item>
6472             </taglist>
6473           </p>
6474         </sect1>
6475       </sect>
6476
6477       <sect id="sysvinit">
6478         <heading>System run levels and <file>init.d</file> scripts</heading>
6479
6480         <sect1 id="/etc/init.d">
6481           <heading>Introduction</heading>
6482
6483           <p>
6484             The <file>/etc/init.d</file> directory contains the scripts
6485             executed by <prgn>init</prgn> at boot time and when the
6486             init state (or "runlevel") is changed (see <manref
6487             name="init" section="8">).
6488           </p>
6489
6490           <p>
6491             There are at least two different, yet functionally
6492             equivalent, ways of handling these scripts.  For the sake
6493             of simplicity, this document describes only the symbolic
6494             link method. However, it must not be assumed by maintainer
6495             scripts that this method is being used, and any automated
6496             manipulation of the various runlevel behaviors by
6497             maintainer scripts must be performed using
6498             <prgn>update-rc.d</prgn> as described below and not by
6499             manually installing or removing symlinks.  For information
6500             on the implementation details of the other method,
6501             implemented in the <tt>file-rc</tt> package, please refer
6502             to the documentation of that package.
6503           </p>
6504
6505           <p>
6506             These scripts are referenced by symbolic links in the
6507             <file>/etc/rc<var>n</var>.d</file> directories.  When changing
6508             runlevels, <prgn>init</prgn> looks in the directory
6509             <file>/etc/rc<var>n</var>.d</file> for the scripts it should
6510             execute, where <tt><var>n</var></tt> is the runlevel that
6511             is being changed to, or <tt>S</tt> for the boot-up
6512             scripts.
6513           </p>
6514
6515           <p>
6516             The names of the links all have the form
6517             <file>S<var>mm</var><var>script</var></file> or
6518             <file>K<var>mm</var><var>script</var></file> where
6519             <var>mm</var> is a two-digit number and <var>script</var>
6520             is the name of the script (this should be the same as the
6521             name of the actual script in <file>/etc/init.d</file>).
6522           </p>
6523
6524           <p>
6525             When <prgn>init</prgn> changes runlevel first the targets
6526             of the links whose names start with a <tt>K</tt> are
6527             executed, each with the single argument <tt>stop</tt>,
6528             followed by the scripts prefixed with an <tt>S</tt>, each
6529             with the single argument <tt>start</tt>.  (The links are
6530             those in the <file>/etc/rc<var>n</var>.d</file> directory
6531             corresponding to the new runlevel.)  The <tt>K</tt> links
6532             are responsible for killing services and the <tt>S</tt>
6533             link for starting services upon entering the runlevel.
6534           </p>
6535
6536           <p>
6537             For example, if we are changing from runlevel 2 to
6538             runlevel 3, init will first execute all of the <tt>K</tt>
6539             prefixed scripts it finds in <file>/etc/rc3.d</file>, and then
6540             all of the <tt>S</tt> prefixed scripts in that directory.
6541             The links starting with <tt>K</tt> will cause the
6542             referred-to file to be executed with an argument of
6543             <tt>stop</tt>, and the <tt>S</tt> links with an argument
6544             of <tt>start</tt>.
6545           </p>
6546
6547           <p>
6548             The two-digit number <var>mm</var> is used to determine
6549             the order in which to run the scripts: low-numbered links
6550             have their scripts run first.  For example, the
6551             <tt>K20</tt> scripts will be executed before the
6552             <tt>K30</tt> scripts.  This is used when a certain service
6553             must be started before another.  For example, the name
6554             server <prgn>bind</prgn> might need to be started before
6555             the news server <prgn>inn</prgn> so that <prgn>inn</prgn>
6556             can set up its access lists.  In this case, the script
6557             that starts <prgn>bind</prgn> would have a lower number
6558             than the script that starts <prgn>inn</prgn> so that it
6559             runs first:
6560             <example compact="compact">
6561 /etc/rc2.d/S17bind
6562 /etc/rc2.d/S70inn
6563             </example>
6564           </p>
6565
6566           <p>
6567             The two runlevels 0 (halt) and 6 (reboot) are slightly
6568             different.  In these runlevels, the links with an
6569             <tt>S</tt> prefix are still called after those with a
6570             <tt>K</tt> prefix, but they too are called with the single
6571             argument <tt>stop</tt>.
6572           </p>
6573         </sect1>
6574
6575         <sect1 id="writing-init">
6576           <heading>Writing the scripts</heading>
6577
6578           <p>
6579             Packages that include daemons for system services should
6580             place scripts in <file>/etc/init.d</file> to start or stop
6581             services at boot time or during a change of runlevel.
6582             These scripts should be named
6583             <file>/etc/init.d/<var>package</var></file>, and they should
6584             accept one argument, saying what to do:
6585
6586             <taglist>
6587               <tag><tt>start</tt></tag>
6588               <item>start the service,</item>
6589
6590               <tag><tt>stop</tt></tag>
6591               <item>stop the service,</item>
6592
6593               <tag><tt>restart</tt></tag>
6594               <item>stop and restart the service if it's already running,
6595                   otherwise start the service</item>
6596
6597               <tag><tt>reload</tt></tag>
6598               <item><p>cause the configuration of the service to be
6599                   reloaded without actually stopping and restarting
6600                   the service,</item>
6601
6602               <tag><tt>force-reload</tt></tag>
6603               <item>cause the configuration to be reloaded if the
6604                   service supports this, otherwise restart the
6605                   service.</item>
6606             </taglist>
6607
6608             The <tt>start</tt>, <tt>stop</tt>, <tt>restart</tt>, and
6609             <tt>force-reload</tt> options should be supported by all
6610             scripts in <file>/etc/init.d</file>, the <tt>reload</tt>
6611             option is optional.
6612           </p>
6613
6614           <p>
6615             The <file>init.d</file> scripts must ensure that they will
6616             behave sensibly (i.e., returning success and not starting
6617             multiple copies of a service) if invoked with <tt>start</tt>
6618             when the service is already running, or with <tt>stop</tt>
6619             when it isn't, and that they don't kill unfortunately-named
6620             user processes.  The best way to achieve this is usually to
6621             use <prgn>start-stop-daemon</prgn> with the <tt>--oknodo</tt>
6622             option.
6623           </p>
6624
6625           <p>
6626             Be careful of using <tt>set -e</tt> in <file>init.d</file>
6627             scripts.  Writing correct <file>init.d</file> scripts requires
6628             accepting various error exit statuses when daemons are already
6629             running or already stopped without aborting
6630             the <file>init.d</file> script, and common <file>init.d</file>
6631             function libraries are not safe to call with <tt>set -e</tt>
6632             in effect<footnote>
6633               <tt>/lib/lsb/init-functions</tt>, which assists in writing
6634               LSB-compliant init scripts, may fail if <tt>set -e</tt> is
6635               in effect and echoing status messages to the console fails,
6636               for example.
6637             </footnote>.  For <tt>init.d</tt> scripts, it's often easier
6638             to not use <tt>set -e</tt> and instead check the result of
6639             each command separately.
6640           </p>
6641
6642           <p>
6643             If a service reloads its configuration automatically (as
6644             in the case of <prgn>cron</prgn>, for example), the
6645             <tt>reload</tt> option of the <file>init.d</file> script
6646             should behave as if the configuration has been reloaded
6647             successfully.
6648           </p>
6649
6650           <p>
6651             The <file>/etc/init.d</file> scripts must be treated as
6652             configuration files, either (if they are present in the
6653             package, that is, in the .deb file) by marking them as
6654             <tt>conffile</tt>s, or, (if they do not exist in the .deb)
6655             by managing them correctly in the maintainer scripts (see
6656             <ref id="config-files">).  This is important since we want
6657             to give the local system administrator the chance to adapt
6658             the scripts to the local system, e.g., to disable a
6659             service without de-installing the package, or to specify
6660             some special command line options when starting a service,
6661             while making sure their changes aren't lost during the next
6662             package upgrade.
6663           </p>
6664
6665           <p>
6666             These scripts should not fail obscurely when the
6667             configuration files remain but the package has been
6668             removed, as configuration files remain on the system after
6669             the package has been removed.  Only when <prgn>dpkg</prgn>
6670             is executed with the <tt>--purge</tt> option will
6671             configuration files be removed.  In particular, as the
6672             <file>/etc/init.d/<var>package</var></file> script itself is
6673             usually a <tt>conffile</tt>, it will remain on the system
6674             if the package is removed but not purged.  Therefore, you
6675             should include a <tt>test</tt> statement at the top of the
6676             script, like this:
6677             <example compact="compact">
6678 test -f <var>program-executed-later-in-script</var> || exit 0
6679             </example>
6680           </p>
6681
6682           <p>
6683             Often there are some variables in the <file>init.d</file>
6684             scripts whose values control the behavior of the scripts,
6685             and which a system administrator is likely to want to
6686             change.  As the scripts themselves are frequently
6687             <tt>conffile</tt>s, modifying them requires that the
6688             administrator merge in their changes each time the package
6689             is upgraded and the <tt>conffile</tt> changes.  To ease
6690             the burden on the system administrator, such configurable
6691             values should not be placed directly in the script.
6692             Instead, they should be placed in a file in
6693             <file>/etc/default</file>, which typically will have the same
6694             base name as the <file>init.d</file> script.  This extra file
6695             should be sourced by the script when the script runs.  It
6696             must contain only variable settings and comments in SUSv3
6697             <prgn>sh</prgn> format.  It may either be a
6698             <tt>conffile</tt> or a configuration file maintained by
6699             the package maintainer scripts.  See <ref id="config-files">
6700             for more details.
6701           </p>
6702
6703           <p>
6704             To ensure that vital configurable values are always
6705             available, the <file>init.d</file> script should set default
6706             values for each of the shell variables it uses, either
6707             before sourcing the <file>/etc/default/</file> file or
6708             afterwards using something like the <tt>:
6709             ${VAR:=default}</tt> syntax.  Also, the <file>init.d</file>
6710             script must behave sensibly and not fail if the
6711             <file>/etc/default</file> file is deleted.
6712           </p>
6713
6714           <p>
6715             <file>/var/run</file> and <file>/var/lock</file> may be mounted
6716             as temporary filesystems<footnote>
6717                 For example, using the <tt>RAMRUN</tt> and <tt>RAMLOCK</tt>
6718                 options in <file>/etc/default/rcS</file>.
6719             </footnote>, so the <file>init.d</file> scripts must handle this
6720             correctly. This will typically amount to creating any required
6721             subdirectories dynamically when the <file>init.d</file> script
6722             is run, rather than including them in the package and relying on
6723             <prgn>dpkg</prgn> to create them.
6724           </p>
6725         </sect1>
6726
6727         <sect1>
6728           <heading>Interfacing with the initscript system</heading>
6729
6730           <p>
6731             Maintainers should use the abstraction layer provided by
6732             the <prgn>update-rc.d</prgn> and <prgn>invoke-rc.d</prgn>
6733             programs to deal with initscripts in their packages'
6734             scripts such as <prgn>postinst</prgn>, <prgn>prerm</prgn>
6735             and <prgn>postrm</prgn>.
6736           </p>
6737
6738           <p>
6739             Directly managing the /etc/rc?.d links and directly
6740             invoking the <file>/etc/init.d/</file> initscripts should
6741             be done only by packages providing the initscript
6742             subsystem (such as <prgn>sysv-rc</prgn> and
6743             <prgn>file-rc</prgn>).
6744           </p>
6745
6746           <sect2>
6747             <heading>Managing the links</heading>
6748
6749             <p>
6750               The program <prgn>update-rc.d</prgn> is provided for
6751               package maintainers to arrange for the proper creation and
6752               removal of <file>/etc/rc<var>n</var>.d</file> symbolic links,
6753               or their functional equivalent if another method is being
6754               used.  This may be used by maintainers in their packages'
6755               <prgn>postinst</prgn> and <prgn>postrm</prgn> scripts.
6756             </p>
6757
6758             <p>
6759               You must not include any <file>/etc/rc<var>n</var>.d</file>
6760               symbolic links in the actual archive or manually create or
6761               remove the symbolic links in maintainer scripts; you must
6762               use the <prgn>update-rc.d</prgn> program instead.  (The
6763               former will fail if an alternative method of maintaining
6764               runlevel information is being used.)  You must not include
6765               the <file>/etc/rc<var>n</var>.d</file> directories themselves
6766               in the archive either.  (Only the <tt>sysvinit</tt>
6767               package may do so.)
6768             </p>
6769
6770             <p>
6771               By default <prgn>update-rc.d</prgn> will start services in
6772               each of the multi-user state runlevels (2, 3, 4, and 5)
6773               and stop them in the halt runlevel (0), the single-user
6774               runlevel (1) and the reboot runlevel (6).  The system
6775               administrator will have the opportunity to customize
6776               runlevels by simply adding, moving, or removing the
6777               symbolic links in <file>/etc/rc<var>n</var>.d</file> if
6778               symbolic links are being used, or by modifying
6779               <file>/etc/runlevel.conf</file> if the <tt>file-rc</tt> method
6780               is being used.
6781             </p>
6782
6783             <p>
6784               To get the default behavior for your package, put in your
6785               <prgn>postinst</prgn> script
6786               <example compact="compact">
6787                 update-rc.d <var>package</var> defaults
6788               </example>
6789               and in your <prgn>postrm</prgn>
6790               <example compact="compact">
6791                 if [ "$1" = purge ]; then
6792                 update-rc.d <var>package</var> remove
6793                 fi
6794               </example>. Note that if your package changes runlevels
6795               or priority, you may have to remove and recreate the links,
6796               since otherwise the old links may persist. Refer to the
6797               documentation of <prgn>update-rc.d</prgn>.
6798             </p>
6799
6800             <p>
6801               This will use a default sequence number of 20.  If it does
6802               not matter when or in which order the <file>init.d</file>
6803               script is run, use this default.  If it does, then you
6804               should talk to the maintainer of the <prgn>sysvinit</prgn>
6805               package or post to <tt>debian-devel</tt>, and they will
6806               help you choose a number.
6807             </p>
6808
6809             <p>
6810               For more information about using <tt>update-rc.d</tt>,
6811               please consult its man page <manref name="update-rc.d"
6812                 section="8">.
6813             </p>
6814           </sect2>
6815
6816           <sect2>
6817             <heading>Running initscripts</heading>
6818             <p>
6819               The program <prgn>invoke-rc.d</prgn> is provided to make
6820               it easier for package maintainers to properly invoke an
6821               initscript, obeying runlevel and other locally-defined
6822               constraints that might limit a package's right to start,
6823               stop and otherwise manage services. This program may be
6824               used by maintainers in their packages' scripts.
6825             </p>
6826
6827             <p>
6828               The package maintainer scripts must use
6829               <prgn>invoke-rc.d</prgn> to invoke the
6830               <file>/etc/init.d/*</file> initscripts, instead of
6831               calling them directly.
6832             </p>
6833
6834             <p>
6835               By default, <prgn>invoke-rc.d</prgn> will pass any
6836               action requests (start, stop, reload, restart...) to the
6837               <file>/etc/init.d</file> script, filtering out requests
6838               to start or restart a service out of its intended
6839               runlevels.
6840             </p>
6841
6842             <p>
6843               Most packages will simply need to change:
6844               <example compact="compact">/etc/init.d/&lt;package&gt;
6845               &lt;action&gt;</example> in their <prgn>postinst</prgn>
6846               and <prgn>prerm</prgn> scripts to:
6847               <example compact="compact">
6848         if which invoke-rc.d >/dev/null 2>&1; then
6849                 invoke-rc.d <var>package</var> &lt;action&gt;
6850         else
6851                 /etc/init.d/<var>package</var> &lt;action&gt;
6852         fi
6853               </example>
6854             </p>
6855
6856             <p>
6857               A package should register its initscript services using
6858               <prgn>update-rc.d</prgn> before it tries to invoke them
6859               using <prgn>invoke-rc.d</prgn>. Invocation of
6860               unregistered services may fail.
6861             </p>
6862
6863             <p>
6864               For more information about using
6865               <prgn>invoke-rc.d</prgn>, please consult its man page
6866               <manref name="invoke-rc.d" section="8">.
6867             </p>
6868           </sect2>
6869         </sect1>
6870
6871         <sect1>
6872           <heading>Boot-time initialization</heading>
6873
6874           <p>
6875             There used to be another directory, <file>/etc/rc.boot</file>,
6876             which contained scripts which were run once per machine
6877             boot. This has been deprecated in favour of links from
6878             <file>/etc/rcS.d</file> to files in <file>/etc/init.d</file> as
6879             described in <ref id="/etc/init.d">.  Packages must not
6880             place files in <file>/etc/rc.boot</file>.
6881           </p>
6882         </sect1>
6883
6884         <sect1>
6885           <heading>Example</heading>
6886
6887           <p>
6888             An example on which you can base your
6889             <file>/etc/init.d</file> scripts is found in
6890             <file>/etc/init.d/skeleton</file>.
6891           </p>
6892
6893         </sect1>
6894       </sect>
6895
6896       <sect>
6897         <heading>Console messages from <file>init.d</file> scripts</heading>
6898
6899         <p>
6900           This section describes the formats to be used for messages
6901           written to standard output by the <file>/etc/init.d</file>
6902           scripts.  The intent is to improve the consistency of
6903           Debian's startup and shutdown look and feel.  For this
6904           reason, please look very carefully at the details.  We want
6905           the messages to have the same format in terms of wording,
6906           spaces, punctuation and case of letters.
6907         </p>
6908
6909         <p>
6910           Here is a list of overall rules that should be used for
6911           messages generated by <file>/etc/init.d</file> scripts.  
6912         </p>
6913
6914         <p>
6915           <list>
6916             <item>
6917                 The message should fit in one line (fewer than 80
6918                 characters), start with a capital letter and end with
6919                 a period (<tt>.</tt>) and line feed (<tt>"\n"</tt>).
6920             </item>
6921
6922             <item>
6923               If the script is performing some time consuming task in
6924               the background (not merely starting or stopping a
6925               program, for instance), an ellipsis (three dots:
6926               <tt>...</tt>) should be output to the screen, with no
6927               leading or tailing whitespace or line feeds.
6928             </item>
6929
6930             <item>
6931               The messages should appear as if the computer is telling
6932               the user what it is doing (politely :-), but should not
6933                 mention "it" directly.  For example, instead of:
6934                 <example compact="compact">
6935 I'm starting network daemons: nfsd mountd.
6936                 </example>
6937                 the message should say
6938                 <example compact="compact">
6939 Starting network daemons: nfsd mountd.
6940                 </example>
6941             </item>
6942           </list>
6943         </p>
6944
6945         <p>
6946           <tt>init.d</tt> script should use the following  standard
6947           message formats for the situations enumerated below.
6948         </p>
6949
6950         <p>
6951           <list>
6952             <item>
6953               <p>When daemons are started</p>
6954
6955               <p>
6956                 If the script starts one or more daemons, the output
6957                 should look like this (a single line, no leading
6958                 spaces):
6959                 <example compact="compact">
6960 Starting <var>description</var>: <var>daemon-1</var> ... <var>daemon-n</var>.
6961                 </example>
6962                 The <var>description</var> should describe the
6963                 subsystem the daemon or set of daemons are part of,
6964                 while <var>daemon-1</var> up to <var>daemon-n</var>
6965                 denote each daemon's name (typically the file name of
6966                 the program).
6967               </p>
6968
6969               <p>
6970                 For example, the output of <file>/etc/init.d/lpd</file>
6971                 would look like:
6972                 <example compact="compact">
6973 Starting printer spooler: lpd.
6974                 </example>
6975               </p>
6976
6977               <p>
6978                 This can be achieved by saying
6979                 <example compact="compact">
6980 echo -n "Starting printer spooler: lpd"
6981 start-stop-daemon --start --quiet --exec /usr/sbin/lpd
6982 echo "."
6983                 </example>
6984                 in the script. If there are more than one daemon to
6985                 start, the output should look like this:
6986                 <example compact="compact">
6987 echo -n "Starting remote file system services:"
6988 echo -n " nfsd"; start-stop-daemon --start --quiet nfsd
6989 echo -n " mountd"; start-stop-daemon --start --quiet mountd
6990 echo -n " ugidd"; start-stop-daemon --start --quiet ugidd
6991 echo "."
6992                 </example>
6993                 This makes it possible for the user to see what is
6994                 happening and when the final daemon has been started.
6995                 Care should be taken in the placement of white spaces:
6996                 in the example above the system administrators can
6997                 easily comment out a line if they don't want to start
6998                 a specific daemon, while the displayed message still
6999                 looks good.
7000               </p>
7001             </item>
7002
7003             <item>
7004               <p>When a system parameter is being set</p>
7005
7006               <p>
7007                 If you have to set up different system parameters
7008                 during the system boot, you should use this format:
7009                 <example compact="compact">
7010 Setting <var>parameter</var> to "<var>value</var>".
7011                 </example>
7012               </p>
7013
7014               <p>
7015                 You can use a statement such as the following to get
7016                 the quotes right:
7017                 <example compact="compact">
7018 echo "Setting DNS domainname to \"$domainname\"."
7019                 </example>
7020               </p>
7021
7022               <p>
7023                 Note that the same symbol (<tt>"</tt>) <!-- " --> is used
7024                 for the left and right quotation marks.  A grave accent
7025                 (<tt>`</tt>) is not a quote character; neither is an
7026                 apostrophe (<tt>'</tt>).
7027               </p>
7028             </item>
7029
7030             <item>
7031               <p>When a daemon is stopped or restarted</p>
7032
7033               <p>
7034                 When you stop or restart a daemon, you should issue a
7035                 message identical to the startup message, except that
7036                 <tt>Starting</tt> is replaced with <tt>Stopping</tt>
7037                 or <tt>Restarting</tt> respectively.
7038               </p>
7039
7040               <p>
7041                 For example, stopping the printer daemon will look like
7042                 this:
7043                 <example compact="compact">
7044 Stopping printer spooler: lpd.
7045                 </example>
7046               </p>
7047             </item>
7048
7049             <item>
7050               <p>When something is executed</p>
7051
7052               <p>
7053                 There are several examples where you have to run a
7054                 program at system startup or shutdown to perform a
7055                 specific task, for example, setting the system's clock
7056                 using <prgn>netdate</prgn> or killing all processes
7057                 when the system shuts down.  Your message should look
7058                 like this:
7059                 <example compact="compact">
7060 Doing something very useful...done.
7061                 </example>
7062                 You should print the <tt>done.</tt> immediately after
7063                 the job has been completed, so that the user is
7064                 informed why they have to wait.  You can get this
7065                 behavior by saying
7066                 <example compact="compact">
7067 echo -n "Doing something very useful..."
7068 do_something
7069 echo "done."
7070                 </example>
7071                 in your script.
7072               </p>
7073             </item>
7074
7075             <item>
7076               <p>When the configuration is reloaded</p>
7077
7078               <p>
7079                 When a daemon is forced to reload its configuration
7080                 files you should use the following format:
7081                 <example compact="compact">
7082 Reloading <var>description</var> configuration...done.
7083                 </example>
7084                 where <var>description</var> is the same as in the
7085                 daemon starting message.
7086               </p>
7087             </item>
7088           </list>
7089         </p>
7090       </sect>
7091
7092       <sect>
7093         <heading>Cron jobs</heading>
7094
7095         <p>
7096           Packages must not modify the configuration file
7097           <file>/etc/crontab</file>, and they must not modify the files in
7098           <file>/var/spool/cron/crontabs</file>.</p>
7099
7100         <p>
7101           If a package wants to install a job that has to be executed
7102           via cron, it should place a file with the name of the
7103           package in one or more of the following directories:
7104           <example compact="compact">
7105 /etc/cron.hourly
7106 /etc/cron.daily
7107 /etc/cron.weekly
7108 /etc/cron.monthly
7109           </example>
7110           As these directory names imply, the files within them are
7111           executed on an hourly, daily, weekly, or monthly basis,
7112           respectively. The exact times are listed in
7113           <file>/etc/crontab</file>.</p>
7114
7115         <p>
7116           All files installed in any of these directories must be
7117           scripts (e.g., shell scripts or Perl scripts) so that they
7118           can easily be modified by the local system administrator.
7119           In addition, they must be treated as configuration files.
7120         </p>
7121
7122         <p>
7123           If a certain job has to be executed at some other frequency or
7124           at a specific time, the package should install a file
7125           <file>/etc/cron.d/<var>package</var></file>. This file uses the
7126           same syntax as <file>/etc/crontab</file> and is processed by
7127           <prgn>cron</prgn> automatically. The file must also be
7128           treated as a configuration file. (Note that entries in the
7129           <file>/etc/cron.d</file> directory are not handled by
7130           <prgn>anacron</prgn>. Thus, you should only use this
7131           directory for jobs which may be skipped if the system is not
7132           running.)</p>
7133         <p>
7134           Unlike <file>crontab</file> files described in the IEEE Std
7135           1003.1-2008 (POSIX.1) available from
7136           <url id="http://www.opengroup.org/onlinepubs/9699919799/"
7137                name="The Open Group">, the files in
7138           <file>/etc/cron.d</file> and the file
7139           <file>/etc/crontab</file> have seven fields; namely:
7140           <enumlist>
7141             <item>Minute [0,59]</item>
7142             <item>Hour [0,23]</item>
7143             <item>Day of the month [1,31]</item>
7144             <item>Month of the year [1,12]</item>
7145             <item>Day of the week ([0,6] with 0=Sunday)</item>
7146             <item>Username</item>
7147             <item>Command to be run</item>
7148           </enumlist>
7149           Ranges of numbers are allowed.  Ranges are two numbers
7150           separated with a hyphen.  The specified range is inclusive.
7151           Lists are allowed.  A list is a set of numbers (or ranges)
7152           separated by commas. Step values can be used in conjunction
7153           with ranges.
7154         </p>
7155
7156         <p>
7157           The scripts or <tt>crontab</tt> entries in these directories should
7158           check if all necessary programs are installed before they
7159           try to execute them. Otherwise, problems will arise when a
7160           package was removed but not purged since configuration files
7161           are kept on the system in this situation.
7162         </p>
7163
7164         <p>
7165           Any <tt>cron</tt> daemon must provide
7166           <file>/usr/bin/crontab</file> and support normal
7167           <tt>crontab</tt> entries as specified in POSIX. The daemon
7168           must also support names for days and months, ranges, and
7169           step values. It has to support <file>/etc/crontab</file>,
7170           and correctly execute the scripts in
7171           <file>/etc/cron.d</file>. The daemon must also correctly
7172           execute scripts in
7173           <file>/etc/cron.{hourly,daily,weekly,monthly}</file>.
7174         </p>
7175       </sect>
7176
7177       <sect id="menus">
7178         <heading>Menus</heading>
7179
7180         <p>
7181           The Debian <tt>menu</tt> package provides a standard
7182           interface between packages providing applications and
7183           <em>menu programs</em> (either X window managers or
7184           text-based menu programs such as <prgn>pdmenu</prgn>).
7185         </p>
7186
7187         <p>
7188           All packages that provide applications that need not be
7189           passed any special command line arguments for normal
7190           operation should register a menu entry for those
7191           applications, so that users of the <tt>menu</tt> package
7192           will automatically get menu entries in their window
7193           managers, as well in shells like <tt>pdmenu</tt>.
7194         </p>
7195
7196         <p>
7197           Menu entries should follow the current menu policy.
7198         </p>
7199
7200         <p>
7201           The menu policy can be found in the <tt>menu-policy</tt>
7202           files in the <tt>debian-policy</tt> package.
7203           It is also available from the Debian web mirrors at
7204           <tt><url name="/doc/packaging-manuals/menu-policy/"
7205                 id="http://www.debian.org/doc/packaging-manuals/menu-policy/"></tt>.
7206         </p>
7207
7208         <p>
7209           Please also refer to the <em>Debian Menu System</em>
7210           documentation that comes with the <package>menu</package>
7211           package for information about how to register your
7212           applications.
7213         </p>
7214       </sect>
7215
7216       <sect id="mime">
7217         <heading>Multimedia handlers</heading>
7218
7219         <p>
7220           MIME (Multipurpose Internet Mail Extensions, RFCs 2045-2049)
7221           is a mechanism for encoding files and data streams and
7222           providing meta-information about them, in particular their
7223           type (e.g.  audio or video) and format (e.g. PNG, HTML,
7224           MP3).
7225         </p>
7226
7227         <p>
7228           Registration of MIME type handlers allows programs like mail
7229           user agents and web browsers to invoke these handlers to
7230           view, edit or display MIME types they don't support directly.
7231         </p>
7232
7233         <p>
7234           Packages which provide the ability to view/show/play,
7235           compose, edit or print MIME types should register themselves
7236           as such following the current MIME support policy.
7237         </p>
7238
7239         <p>
7240           The MIME support policy can be found in the <tt>mime-policy</tt>
7241           files in the <tt>debian-policy</tt> package.
7242           It is also available from the Debian web mirrors at
7243           <tt><url name="/doc/packaging-manuals/mime-policy/"
7244                 id="http://www.debian.org/doc/packaging-manuals/mime-policy/"></tt>.
7245         </p>
7246
7247       </sect>
7248
7249       <sect>
7250         <heading>Keyboard configuration</heading>
7251
7252         <p>
7253           To achieve a consistent keyboard configuration so that all
7254           applications interpret a keyboard event the same way, all
7255           programs in the Debian distribution must be configured to
7256           comply with the following guidelines.
7257         </p>
7258
7259         <p>
7260           The following keys must have the specified interpretations:
7261
7262           <taglist>
7263             <tag><tt>&lt;--</tt></tag>
7264             <item>delete the character to the left of the cursor</item>
7265
7266             <tag><tt>Delete</tt></tag>
7267             <item>delete the character to the right of the cursor</item>
7268
7269             <tag><tt>Control+H</tt></tag>
7270             <item>emacs: the help prefix</item>
7271           </taglist>
7272
7273           The interpretation of any keyboard events should be
7274           independent of the terminal that is used, be it a virtual
7275           console, an X terminal emulator, an rlogin/telnet session,
7276           etc.
7277         </p>
7278
7279         <p>
7280           The following list explains how the different programs
7281           should be set up to achieve this:
7282         </p>
7283
7284         <p>
7285           <list>
7286             <item>
7287                 <tt>&lt;--</tt> generates <tt>KB_BackSpace</tt> in X.
7288             </item>
7289
7290             <item>
7291                 <tt>Delete</tt> generates <tt>KB_Delete</tt> in X.
7292             </item>
7293
7294             <item>
7295                 X translations are set up to make
7296                 <tt>KB_Backspace</tt> generate ASCII DEL, and to make
7297                 <tt>KB_Delete</tt> generate <tt>ESC [ 3 ~</tt> (this
7298                 is the vt220 escape code for the "delete character"
7299                 key).  This must be done by loading the X resources
7300                 using <prgn>xrdb</prgn> on all local X displays, not
7301                 using the application defaults, so that the
7302                 translation resources used correspond to the
7303                 <prgn>xmodmap</prgn> settings.
7304             </item>
7305
7306             <item>
7307                 The Linux console is configured to make
7308                 <tt>&lt;--</tt> generate DEL, and <tt>Delete</tt>
7309                 generate <tt>ESC [ 3 ~</tt>.
7310             </item>
7311
7312             <item>
7313                 X applications are configured so that <tt>&lt;</tt>
7314                 deletes left, and <tt>Delete</tt> deletes right.  Motif
7315                 applications already work like this.
7316             </item>
7317
7318             <item>
7319                 Terminals should have <tt>stty erase ^?</tt> .
7320             </item>
7321
7322             <item>
7323                 The <tt>xterm</tt> terminfo entry should have <tt>ESC
7324                 [ 3 ~</tt> for <tt>kdch1</tt>, just as for
7325                 <tt>TERM=linux</tt> and <tt>TERM=vt220</tt>.
7326             </item>
7327
7328             <item>
7329                 Emacs is programmed to map <tt>KB_Backspace</tt> or
7330                 the <tt>stty erase</tt> character to
7331                 <tt>delete-backward-char</tt>, and <tt>KB_Delete</tt>
7332                 or <tt>kdch1</tt> to <tt>delete-forward-char</tt>, and
7333                 <tt>^H</tt> to <tt>help</tt> as always.
7334             </item>
7335
7336             <item>
7337                 Other applications use the <tt>stty erase</tt>
7338                 character and <tt>kdch1</tt> for the two delete keys,
7339                 with ASCII DEL being "delete previous character" and
7340                 <tt>kdch1</tt> being "delete character under
7341                 cursor".
7342             </item>
7343
7344           </list>
7345         </p>
7346
7347         <p>
7348           This will solve the problem except for the following
7349           cases:
7350         </p>
7351
7352         <p>
7353           <list>
7354             <item>
7355                 Some terminals have a <tt>&lt;--</tt> key that cannot
7356                 be made to produce anything except <tt>^H</tt>.  On
7357                 these terminals Emacs help will be unavailable on
7358                 <tt>^H</tt> (assuming that the <tt>stty erase</tt>
7359                 character takes precedence in Emacs, and has been set
7360                 correctly).  <tt>M-x help</tt> or <tt>F1</tt> (if
7361                 available) can be used instead.
7362             </item>
7363
7364             <item>
7365                 Some operating systems use <tt>^H</tt> for <tt>stty
7366                 erase</tt>.  However, modern telnet versions and all
7367                 rlogin versions propagate <tt>stty</tt> settings, and
7368                 almost all UNIX versions honour <tt>stty erase</tt>.
7369                 Where the <tt>stty</tt> settings are not propagated
7370                 correctly, things can be made to work by using
7371                 <tt>stty</tt> manually.
7372             </item>
7373
7374             <item>
7375                 Some systems (including previous Debian versions) use
7376                 <prgn>xmodmap</prgn> to arrange for both
7377                 <tt>&lt;--</tt> and <tt>Delete</tt> to generate
7378                 <tt>KB_Delete</tt>.  We can change the behavior of
7379                 their X clients using the same X resources that we use
7380                 to do it for our own clients, or configure our clients
7381                 using their resources when things are the other way
7382                 around.  On displays configured like this
7383                 <tt>Delete</tt> will not work, but <tt>&lt;--</tt>
7384                 will.
7385             </item>
7386
7387             <item>
7388                 Some operating systems have different <tt>kdch1</tt>
7389                 settings in their <tt>terminfo</tt> database for
7390                 <tt>xterm</tt> and others.  On these systems the
7391                 <tt>Delete</tt> key will not work correctly when you
7392                 log in from a system conforming to our policy, but
7393                 <tt>&lt;--</tt> will.
7394             </item>
7395           </list>
7396         </p>
7397       </sect>
7398
7399       <sect>
7400         <heading>Environment variables</heading>
7401
7402         <p>
7403           A program must not depend on environment variables to get
7404           reasonable defaults.  (That's because these environment
7405           variables would have to be set in a system-wide
7406           configuration file like <file>/etc/profile</file>, which is not
7407           supported by all shells.)
7408         </p>
7409
7410         <p>
7411           If a program usually depends on environment variables for its
7412           configuration, the program should be changed to fall back to
7413           a reasonable default configuration if these environment
7414           variables are not present. If this cannot be done easily
7415           (e.g., if the source code of a non-free program is not
7416           available), the program must be replaced by a small
7417           "wrapper" shell script which sets the environment variables
7418           if they are not already defined, and calls the original program.
7419         </p>
7420
7421         <p>
7422           Here is an example of a wrapper script for this purpose:
7423
7424           <example compact="compact">
7425 #!/bin/sh
7426 BAR=${BAR:-/var/lib/fubar}
7427 export BAR
7428 exec /usr/lib/foo/foo "$@"
7429           </example>
7430         </p>
7431
7432         <p>
7433           Furthermore, as <file>/etc/profile</file> is a configuration
7434           file of the <prgn>base-files</prgn> package, other packages must
7435           not put any environment variables or other commands into that
7436           file.
7437         </p>
7438       </sect>
7439
7440       <sect id="doc-base">
7441         <heading>Registering Documents using doc-base</heading>
7442
7443         <p>
7444           The <package>doc-base</package> package implements a
7445           flexible mechanism for handling and presenting
7446           documentation. The recommended practice is for every Debian
7447           package that provides online documentation (other than just
7448           manual pages) to register these documents with
7449           <package>doc-base</package> by installing a
7450           <package>doc-base</package> control file via the
7451           <prgn/install-docs/ script at installation time and
7452           de-register the manuals again when the package is removed.
7453         </p> 
7454         <p>
7455           Please refer to the documentation that comes with the
7456           <package>doc-base</package>  package for information and
7457           details. 
7458         </p>
7459       </sect>
7460
7461     </chapt>
7462
7463
7464     <chapt id="files">
7465       <heading>Files</heading>
7466
7467       <sect id="binaries">
7468         <heading>Binaries</heading>
7469
7470         <p>
7471           Two different packages must not install programs with
7472           different functionality but with the same filenames.  (The
7473           case of two programs having the same functionality but
7474           different implementations is handled via "alternatives" or
7475           the "Conflicts" mechanism.  See <ref id="maintscripts"> and
7476           <ref id="conflicts"> respectively.)  If this case happens,
7477           one of the programs must be renamed.  The maintainers should
7478           report this to the <tt>debian-devel</tt> mailing list and
7479           try to find a consensus about which program will have to be
7480           renamed.  If a consensus cannot be reached, <em>both</em>
7481           programs must be renamed.
7482         </p>
7483
7484         <p>
7485          By default, when a package is being built, any binaries
7486          created should include debugging information, as well as
7487          being compiled with optimization.  You should also turn on
7488          as many reasonable compilation warnings as possible; this
7489          makes life easier for porters, who can then look at build
7490          logs for possible problems.  For the C programming language,
7491          this means the following compilation parameters should be
7492          used:
7493           <example compact="compact">
7494 CC = gcc
7495 CFLAGS = -O2 -g -Wall # sane warning options vary between programs
7496 LDFLAGS = # none
7497 INSTALL = install -s # (or use strip on the files in debian/tmp)
7498           </example>
7499         </p>
7500
7501         <p>
7502           Note that by default all installed binaries should be stripped,
7503           either by using the <tt>-s</tt> flag to
7504           <prgn>install</prgn>, or by calling <prgn>strip</prgn> on
7505           the binaries after they have been copied into
7506           <file>debian/tmp</file> but before the tree is made into a
7507           package.
7508         </p>
7509
7510         <p>
7511           Although binaries in the build tree should be compiled with
7512           debugging information by default, it can often be difficult to
7513           debug programs if they are also subjected to compiler
7514           optimization.  For this reason, it is recommended to support the
7515           standardized environment variable <tt>DEB_BUILD_OPTIONS</tt>
7516           (see <ref id="debianrules-options">).  This variable can contain
7517           several flags to change how a package is compiled and built.
7518         </p>
7519
7520         <p>
7521           It is up to the package maintainer to decide what
7522           compilation options are best for the package.  Certain
7523           binaries (such as computationally-intensive programs) will
7524           function better with certain flags (<tt>-O3</tt>, for
7525           example); feel free to use them.  Please use good judgment
7526           here.  Don't use flags for the sake of it; only use them
7527           if there is good reason to do so.  Feel free to override
7528           the upstream author's ideas about which compilation
7529           options are best: they are often inappropriate for our
7530           environment.
7531         </p>
7532       </sect>
7533
7534
7535       <sect id="libraries">
7536         <heading>Libraries</heading>
7537
7538         <p>
7539           If the package is <strong>architecture: any</strong>, then
7540           the shared library compilation and linking flags must have
7541           <tt>-fPIC</tt>, or the package shall not build on some of
7542           the supported architectures<footnote>
7543             <p>
7544               If you are using GCC, <tt>-fPIC</tt> produces code with
7545               relocatable position independent code, which is required for
7546               most architectures to create a shared library, with i386 and
7547               perhaps some others where non position independent code is
7548               permitted in a shared library.
7549             </p>
7550             <p>
7551               Position independent code may have a performance penalty,
7552               especially on <tt>i386</tt>. However, in most cases the
7553               speed penalty must be measured against the memory wasted on
7554               the few architectures where non position independent code is
7555               even possible.
7556             </p>
7557           </footnote>. Any exception to this rule must be discussed on
7558           the mailing list <em>debian-devel@lists.debian.org</em>, and
7559           a rough consensus obtained.  The reasons for not compiling
7560           with <tt>-fPIC</tt> flag must be recorded in the file
7561           <tt>README.Debian</tt>, and care must be taken to either
7562           restrict the architecture or arrange for <tt>-fPIC</tt> to
7563           be used on architectures where it is required.<footnote>
7564             <p>
7565               Some of the reasons why this might be required is if the
7566               library contains hand crafted assembly code that is not
7567               relocatable, the speed penalty is excessive for compute
7568               intensive libs, and similar reasons.
7569             </p>
7570           </footnote>
7571         </p>
7572         <p>
7573           As to the static libraries, the common case is not to have
7574           relocatable code, since there is no benefit, unless in specific
7575           cases; therefore the static version must not be compiled
7576           with the <tt>-fPIC</tt> flag. Any exception to this rule
7577           should be discussed on the mailing list
7578           <em>debian-devel@lists.debian.org</em>,  and the reasons for
7579           compiling with the <tt>-fPIC</tt> flag must be recorded in
7580           the file <tt>README.Debian</tt>. <footnote>
7581             <p>
7582               Some of the reasons for linking static libraries with
7583               the <tt>-fPIC</tt> flag are if, for example, one needs a
7584               Perl API for a library that is under rapid development,
7585               and has an unstable API, so shared libraries are
7586               pointless at this phase of the library's development. In
7587               that case, since Perl needs a library with relocatable
7588               code, it may make sense to create a static library with
7589               relocatable code. Another reason cited is if you are
7590               distilling various libraries into a common shared
7591               library, like <tt>mklibs</tt> does in the Debian
7592               installer project.
7593             </p>
7594           </footnote>
7595         </p>
7596         <p>
7597           In other words, if both a shared and a static library is
7598           being built, each source unit (<tt>*.c</tt>, for example,
7599           for C files) will need to be compiled twice, for the normal
7600           case. 
7601         </p>
7602
7603         <p>
7604           Libraries should be built with threading support and to be
7605           thread-safe if the library supports this.
7606         </p>
7607
7608         <p>
7609           Although not enforced by the build tools, shared libraries
7610           must be linked against all libraries that they use symbols from
7611           in the same way that binaries are.  This ensures the correct
7612           functioning of the <qref id="sharedlibs-shlibdeps">shlibs</qref>
7613           system and guarantees that all libraries can be safely opened
7614           with <tt>dlopen()</tt>.  Packagers may wish to use the gcc
7615           option <tt>-Wl,-z,defs</tt> when building a shared library.
7616           Since this option enforces symbol resolution at build time,
7617           a missing library reference will be caught early as a fatal
7618           build error.
7619         </p>
7620
7621         <p>
7622           All installed shared libraries should be stripped with
7623           <example compact="compact">
7624 strip --strip-unneeded <var>your-lib</var>
7625           </example>
7626           (The option <tt>--strip-unneeded</tt> makes
7627           <prgn>strip</prgn> remove only the symbols which aren't
7628           needed for relocation processing.)  Shared libraries can
7629           function perfectly well when stripped, since the symbols for
7630           dynamic linking are in a separate part of the ELF object
7631           file.<footnote>
7632               You might also want to use the options
7633               <tt>--remove-section=.comment</tt> and
7634               <tt>--remove-section=.note</tt> on both shared libraries
7635               and executables, and <tt>--strip-debug</tt> on static
7636               libraries.
7637           </footnote>
7638         </p>
7639
7640         <p>
7641           Note that under some circumstances it may be useful to
7642           install a shared library unstripped, for example when
7643           building a separate package to support debugging.
7644         </p>
7645
7646         <p>
7647           Shared object files (often <file>.so</file> files) that are not
7648           public libraries, that is, they are not meant to be linked
7649           to by third party executables (binaries of other packages),
7650           should be installed in subdirectories of the
7651           <file>/usr/lib</file> directory.  Such files are exempt from the
7652           rules that govern ordinary shared libraries, except that
7653           they must not be installed executable and should be
7654           stripped.<footnote>
7655               A common example are the so-called "plug-ins",
7656               internal shared objects that are dynamically loaded by
7657               programs using <manref name="dlopen" section="3">.
7658           </footnote>
7659         </p>
7660
7661         <p>
7662           Packages that use <prgn>libtool</prgn> to create and install
7663           their shared libraries install a file containing additional
7664           metadata (ending in <file>.la</file>) alongside the library.
7665           For public libraries intended for use by other packages, these
7666           files normally should not be included in the Debian package,
7667           since the information they include is not necessary to link with
7668           the shared library on Debian and can add unnecessary additional
7669           dependencies to other programs or libraries.<footnote>
7670             These files store, among other things, all libraries on which
7671             that shared library depends.  Unfortunately, if
7672             the <file>.la</file> file is present and contains that
7673             dependency information, using <prgn>libtool</prgn> when
7674             linking against that library will cause the resulting program
7675             or library to be linked against those dependencies as well,
7676             even if this is unnecessary.  This can create unneeded
7677             dependencies on shared library packages that would otherwise
7678             be hidden behind the library ABI, and can make library
7679             transitions to new SONAMEs unnecessarily complicated and
7680             difficult to manage.
7681           </footnote>
7682           If the <file>.la</file> file is required for that library (if,
7683           for instance, it's loaded via <tt>libltdl</tt> in a way that
7684           requires that meta-information), the <tt>dependency_libs</tt>
7685           setting in the <file>.la</file> file should normally be set to
7686           the empty string.  If the shared library development package has
7687           historically included the <file>.la</file>, it must be retained
7688           in the development package (with <tt>dependency_libs</tt>
7689           emptied) until all libraries that depend on it have removed or
7690           emptied <tt>dependency_libs</tt> in their <file>.la</file>
7691           files to prevent linking with those other libraries
7692           using <prgn>libtool</prgn> from failing.
7693         </p>
7694
7695         <p>
7696           If the <file>.la</file> must be included, it should be included
7697           in the development (<tt>-dev</tt>) package, unless the library
7698           will be loaded by <prgn>libtool</prgn>'s <tt>libltdl</tt>
7699           library.  If it is intended for use with <tt>libltdl</tt>,
7700           the <file>.la</file> files must go in the run-time library
7701           package.
7702         </p>
7703
7704         <p>
7705           These requirements for handling of <file>.la</file> files do not
7706           apply to loadable modules or libraries not installed in
7707           directories searched by default by the dynamic linker.  Packages
7708           installing loadable modules will frequently need to install
7709           the <file>.la</file> files alongside the modules so that they
7710           can be loaded by <tt>libltdl</tt>.  <tt>dependency_libs</tt>
7711           does not need to be modified for libraries or modules that are
7712           not installed in directories searched by the dynamic linker by
7713           default and not intended for use by other packages.
7714         </p>
7715
7716         <p>
7717           You must make sure that you use only released versions of
7718           shared libraries to build your packages; otherwise other
7719           users will not be able to run your binaries
7720           properly. Producing source packages that depend on
7721           unreleased compilers is also usually a bad
7722           idea.
7723         </p>
7724       </sect>
7725
7726
7727       <sect>
7728         <heading>Shared libraries</heading>
7729         <p>
7730           This section has moved to <ref id="sharedlibs">.
7731         </p>
7732       </sect>
7733
7734
7735       <sect id="scripts">
7736         <heading>Scripts</heading>
7737
7738         <p>
7739           All command scripts, including the package maintainer
7740           scripts inside the package and used by <prgn>dpkg</prgn>,
7741           should have a <tt>#!</tt> line naming the shell to be used
7742           to interpret them.
7743         </p>
7744
7745         <p>
7746           In the case of Perl scripts this should be
7747           <tt>#!/usr/bin/perl</tt>.
7748         </p>
7749
7750         <p>
7751           When scripts are installed into a directory in the system
7752           PATH, the script name should not include an extension such
7753           as <tt>.sh</tt> or <tt>.pl</tt> that denotes the scripting
7754           language currently used to implement it.
7755         </p>
7756         <p>
7757           Shell scripts (<prgn>sh</prgn> and <prgn>bash</prgn>) other than
7758           <file>init.d</file> scripts should almost certainly start
7759           with <tt>set -e</tt> so that errors are detected.
7760           <file>init.d</file> scripts are something of a special case, due
7761           to how frequently they need to call commands that are allowed to
7762           fail, and it may instead be easier to check the exit status of
7763           commands directly.  See <ref id="writing-init"> for more
7764           information about writing <file>init.d</file> scripts.
7765         </p>
7766         <p>
7767           Every script should use <tt>set -e</tt> or check the exit status
7768           of <em>every</em> command.
7769         </p>
7770         <p>
7771           Scripts may assume that <file>/bin/sh</file> implements the
7772           SUSv3 Shell Command Language<footnote>
7773             Single UNIX Specification, version 3, which is also IEEE
7774             1003.1-2004 (POSIX), and is available on the World Wide Web
7775             from <url id="http://www.unix.org/version3/online.html"
7776                       name="The Open Group"> after free
7777             registration.</footnote>
7778           plus the following additional features not mandated by
7779           SUSv3:<footnote>
7780             These features are in widespread use in the Linux community
7781             and are implemented in all of bash, dash, and ksh, the most
7782             common shells users may wish to use as <file>/bin/sh</file>.
7783           </footnote>
7784           <list>
7785             <item><tt>echo -n</tt>, if implemented as a shell built-in,
7786               must not generate a newline.</item>
7787             <item><tt>test</tt>, if implemented as a shell built-in, must
7788               support <tt>-a</tt> and <tt>-o</tt> as binary logical
7789               operators.</item>
7790             <item><tt>local</tt> to create a scoped variable must be
7791               supported, including listing multiple variables in a single
7792               local command and assigning a value to a variable at the
7793               same time as localizing it.  <tt>local</tt> may or
7794               may not preserve the variable value from an outer scope if
7795               no assignment is present.  Uses such as:
7796 <example compact>
7797 fname () {
7798     local a b c=delta d
7799     # ... use a, b, c, d ...
7800 }
7801 </example>
7802               must be supported and must set the value of <tt>c</tt> to
7803               <tt>delta</tt>.
7804             </item>
7805             <item>The XSI extension to <prgn>kill</prgn> allowing <tt>kill
7806               -<var>signal</var></tt>, where <var>signal</var> is either
7807               the name of a signal or one of the numeric signals listed in
7808               the XSI extension (0, 1, 2, 3, 6, 9, 14, and 15), must be
7809               supported if <prgn>kill</prgn> is implemented as a shell
7810               built-in.
7811             </item>
7812             <item>The XSI extension to <prgn>trap</prgn> allowing numeric
7813               signals must be supported.  In addition to the signal
7814               numbers listed in the extension, which are the same as for
7815               <prgn>kill</prgn> above, 13 (SIGPIPE) must be allowed.
7816             </item>
7817           </list>
7818           If a shell script requires non-SUSv3 features from the shell
7819           interpreter other than those listed above, the appropriate shell
7820           must be specified in the first line of the script (e.g.,
7821           <tt>#!/bin/bash</tt>) and the package must depend on the package
7822           providing the shell (unless the shell package is marked
7823           "Essential", as in the case of <prgn>bash</prgn>).
7824         </p>
7825
7826         <p>
7827           You may wish to restrict your script to SUSv3 features plus the
7828           above set when possible so that it may use <file>/bin/sh</file>
7829           as its interpreter. If your script works with <prgn>dash</prgn>
7830           (originally called <prgn>ash</prgn>), it probably complies with
7831           the above requirements, but if you are in doubt, use
7832           <file>/bin/bash</file>.
7833         </p>
7834
7835         <p>
7836           Perl scripts should check for errors when making any
7837           system calls, including <tt>open</tt>, <tt>print</tt>,
7838           <tt>close</tt>, <tt>rename</tt> and <tt>system</tt>.
7839         </p>
7840
7841         <p>
7842           <prgn>csh</prgn> and <prgn>tcsh</prgn> should be avoided as
7843           scripting languages.  See <em>Csh Programming Considered
7844           Harmful</em>, one of the <tt>comp.unix.*</tt> FAQs, which
7845           can be found at <url id="http://www.faqs.org/faqs/unix-faq/shell/csh-whynot/">.
7846           If an upstream package comes with <prgn>csh</prgn> scripts
7847           then you must make sure that they start with
7848           <tt>#!/bin/csh</tt> and make your package depend on the
7849           <prgn>c-shell</prgn> virtual package.
7850         </p>
7851
7852         <p>
7853           Any scripts which create files in world-writeable
7854           directories (e.g., in <file>/tmp</file>) must use a
7855           mechanism which will fail atomically if a file with the same
7856           name already exists.
7857         </p>
7858
7859         <p>
7860           The Debian base system provides the <prgn>tempfile</prgn>
7861           and <prgn>mktemp</prgn> utilities for use by scripts for
7862           this purpose.
7863         </p>
7864       </sect>
7865
7866
7867       <sect>
7868         <heading>Symbolic links</heading>
7869
7870         <p>
7871           In general, symbolic links within a top-level directory
7872           should be relative, and symbolic links pointing from one
7873           top-level directory into another should be absolute. (A
7874           top-level directory is a sub-directory of the root
7875           directory <file>/</file>.)
7876         </p>
7877
7878         <p>
7879           In addition, symbolic links should be specified as short as
7880           possible, i.e., link targets like <file>foo/../bar</file> are
7881           deprecated.
7882         </p>
7883
7884         <p>
7885           Note that when creating a relative link using
7886           <prgn>ln</prgn> it is not necessary for the target of the
7887           link to exist relative to the working directory you're
7888           running <prgn>ln</prgn> from, nor is it necessary to change
7889           directory to the directory where the link is to be made.
7890           Simply include the string that should appear as the target
7891           of the link (this will be a pathname relative to the
7892           directory in which the link resides) as the first argument
7893           to <prgn>ln</prgn>.
7894         </p>
7895
7896         <p>
7897           For example, in your <prgn>Makefile</prgn> or
7898           <file>debian/rules</file>, you can do things like:
7899           <example compact="compact">
7900 ln -fs gcc $(prefix)/bin/cc
7901 ln -fs gcc debian/tmp/usr/bin/cc
7902 ln -fs ../sbin/sendmail $(prefix)/bin/runq
7903 ln -fs ../sbin/sendmail debian/tmp/usr/bin/runq
7904           </example>
7905         </p>
7906
7907         <p>
7908           A symbolic link pointing to a compressed file should always
7909           have the same file extension as the referenced file. (For
7910           example, if a file <file>foo.gz</file> is referenced by a
7911           symbolic link, the filename of the link has to end with
7912           "<file>.gz</file>" too, as in <file>bar.gz</file>.)
7913         </p>
7914       </sect>
7915
7916       <sect>
7917         <heading>Device files</heading>
7918
7919         <p>
7920           Packages must not include device files or named pipes in the
7921           package file tree.
7922         </p>
7923
7924         <p>
7925           If a package needs any special device files that are not
7926           included in the base system, it must call
7927           <prgn>MAKEDEV</prgn> in the <prgn>postinst</prgn> script,
7928           after notifying the user<footnote>
7929               This notification could be done via a (low-priority)
7930               debconf message, or an echo (printf) statement.
7931           </footnote>.
7932         </p>
7933
7934         <p>
7935           Packages must not remove any device files in the
7936           <prgn>postrm</prgn> or any other script. This is left to the
7937           system administrator.
7938         </p>
7939
7940         <p>
7941           Debian uses the serial devices
7942           <file>/dev/ttyS*</file>. Programs using the old
7943           <file>/dev/cu*</file> devices should be changed to use
7944           <file>/dev/ttyS*</file>.
7945         </p>
7946
7947         <p>
7948           Named pipes needed by the package must be created in
7949           the <prgn>postinst</prgn> script<footnote>
7950             It's better to use <prgn>mkfifo</prgn> rather
7951             than <prgn>mknod</prgn> to create named pipes so that
7952             automated checks for packages incorrectly creating device
7953             files with <prgn>mknod</prgn> won't have false positives.
7954           </footnote> and removed in
7955           the <prgn>prerm</prgn> or <prgn>postrm</prgn> script as
7956           appropriate.
7957         </p>
7958       </sect>
7959
7960       <sect id="config-files">
7961         <heading>Configuration files</heading>
7962
7963         <sect1>
7964           <heading>Definitions</heading>
7965
7966           <p>
7967             <taglist>
7968               <tag>configuration file</tag>
7969               <item>
7970                   A file that affects the operation of a program, or
7971                   provides site- or host-specific information, or
7972                   otherwise customizes the behavior of a program.
7973                   Typically, configuration files are intended to be
7974                   modified by the system administrator (if needed or
7975                   desired) to conform to local policy or to provide
7976                   more useful site-specific behavior.
7977               </item>
7978
7979               <tag><tt>conffile</tt></tag>
7980               <item>
7981                   A file listed in a package's <tt>conffiles</tt>
7982                   file, and is treated specially by <prgn>dpkg</prgn>
7983                   (see <ref id="configdetails">).
7984               </item>
7985             </taglist>
7986           </p>
7987
7988           <p>
7989             The distinction between these two is important; they are
7990             not interchangeable concepts. Almost all
7991             <tt>conffile</tt>s are configuration files, but many
7992             configuration files are not <tt>conffiles</tt>.
7993           </p>
7994
7995           <p>
7996             As noted elsewhere, <file>/etc/init.d</file> scripts,
7997             <file>/etc/default</file> files, scripts installed in
7998             <file>/etc/cron.{hourly,daily,weekly,monthly}</file>, and cron
7999             configuration installed in <file>/etc/cron.d</file> must be
8000             treated as configuration files.  In general, any script that
8001             embeds configuration information is de-facto a configuration
8002             file and should be treated as such.
8003           </p>
8004         </sect1>
8005
8006         <sect1>
8007           <heading>Location</heading>
8008
8009           <p>
8010             Any configuration files created or used by your package
8011             must reside in <file>/etc</file>. If there are several,
8012             consider creating a subdirectory of <file>/etc</file>
8013             named after your package.
8014           </p>
8015
8016           <p>
8017             If your package creates or uses configuration files
8018             outside of <file>/etc</file>, and it is not feasible to modify
8019             the package to use <file>/etc</file> directly, put the files
8020             in <file>/etc</file> and create symbolic links to those files
8021             from the location that the package requires.
8022           </p>
8023         </sect1>
8024
8025         <sect1>
8026           <heading>Behavior</heading>
8027
8028           <p>
8029             Configuration file handling must conform to the following
8030             behavior:
8031             <list compact="compact">
8032               <item>
8033                   local changes must be preserved during a package
8034                   upgrade, and
8035               </item>
8036               <item>
8037                   configuration files must be preserved when the
8038                   package is removed, and only deleted when the
8039                   package is purged.
8040               </item>
8041             </list>
8042             Obsolete configuration files without local changes may be
8043             removed by the package during upgrade.
8044           </p>
8045
8046           <p>
8047             The easy way to achieve this behavior is to make the
8048             configuration file a <tt>conffile</tt>. This is
8049             appropriate only if it is possible to distribute a default
8050             version that will work for most installations, although
8051             some system administrators may choose to modify it. This
8052             implies that the default version will be part of the
8053             package distribution, and must not be modified by the
8054             maintainer scripts during installation (or at any other
8055             time).
8056           </p>
8057
8058           <p>
8059             In order to ensure that local changes are preserved
8060             correctly, no package may contain or make hard links to
8061             conffiles.<footnote>
8062                 Rationale: There are two problems with hard links.
8063                 The first is that some editors break the link while
8064                 editing one of the files, so that the two files may
8065                 unwittingly become unlinked and different.  The second
8066                 is that <prgn>dpkg</prgn> might break the hard link
8067                 while upgrading <tt>conffile</tt>s.
8068             </footnote>
8069           </p>
8070
8071           <p>
8072             The other way to do it is via the maintainer scripts.  In
8073             this case, the configuration file must not be listed as a
8074             <tt>conffile</tt> and must not be part of the package
8075             distribution. If the existence of a file is required for
8076             the package to be sensibly configured it is the
8077             responsibility of the package maintainer to provide
8078             maintainer scripts which correctly create, update and
8079             maintain the file and remove it on purge.  (See <ref
8080             id="maintainerscripts"> for more information.)  These
8081             scripts must be idempotent (i.e., must work correctly if
8082             <prgn>dpkg</prgn> needs to re-run them due to errors
8083             during installation or removal), must cope with all the
8084             variety of ways <prgn>dpkg</prgn> can call maintainer
8085             scripts, must not overwrite or otherwise mangle the user's
8086             configuration without asking, must not ask unnecessary
8087             questions (particularly during upgrades), and must
8088             otherwise be good citizens.
8089           </p>
8090
8091           <p>
8092             The scripts are not required to configure every possible
8093             option for the package, but only those necessary to get
8094             the package running on a given system. Ideally the
8095             sysadmin should not have to do any configuration other
8096             than that done (semi-)automatically by the
8097             <prgn>postinst</prgn> script.
8098           </p>
8099
8100           <p>
8101             A common practice is to create a script called
8102             <file><var>package</var>-configure</file> and have the
8103             package's <prgn>postinst</prgn> call it if and only if the
8104             configuration file does not already exist.  In certain
8105             cases it is useful for there to be an example or template
8106             file which the maintainer scripts use.  Such files should
8107             be in <file>/usr/share/<var>package</var></file> or
8108             <file>/usr/lib/<var>package</var></file> (depending on whether
8109             they are architecture-independent or not).  There should
8110             be symbolic links to them from
8111             <file>/usr/share/doc/<var>package</var>/examples</file> if
8112             they are examples, and should be perfectly ordinary
8113             <prgn>dpkg</prgn>-handled files (<em>not</em>
8114             configuration files).
8115           </p>
8116
8117           <p>
8118             These two styles of configuration file handling must
8119             not be mixed, for that way lies madness:
8120             <prgn>dpkg</prgn> will ask about overwriting the file
8121             every time the package is upgraded.
8122           </p>
8123         </sect1>
8124
8125         <sect1>
8126           <heading>Sharing configuration files</heading>
8127
8128           <p>
8129             Packages which specify the same file as a
8130             <tt>conffile</tt> must be tagged as <em>conflicting</em>
8131             with each other.  (This is an instance of the general rule
8132             about not sharing files.  Note that neither alternatives
8133             nor diversions are likely to be appropriate in this case;
8134             in particular, <prgn>dpkg</prgn> does not handle diverted
8135             <tt>conffile</tt>s well.)
8136           </p>
8137
8138           <p>
8139             The maintainer scripts must not alter a <tt>conffile</tt>
8140             of <em>any</em> package, including the one the scripts
8141             belong to.
8142           </p>
8143
8144           <p>
8145             If two or more packages use the same configuration file
8146             and it is reasonable for both to be installed at the same
8147             time, one of these packages must be defined as
8148             <em>owner</em> of the configuration file, i.e., it will be
8149             the package which handles that file as a configuration
8150             file.  Other packages that use the configuration file must
8151             depend on the owning package if they require the
8152             configuration file to operate. If the other package will
8153             use the configuration file if present, but is capable of
8154             operating without it, no dependency need be declared.
8155           </p>
8156
8157           <p>
8158             If it is desirable for two or more related packages to
8159             share a configuration file <em>and</em> for all of the
8160             related packages to be able to modify that configuration
8161             file, then the following should be done:
8162             <enumlist compact="compact">
8163               <item>
8164                   One of the related packages (the "owning" package)
8165                   will manage the configuration file with maintainer
8166                   scripts as described in the previous section.
8167               </item>
8168               <item>
8169                   The owning package should also provide a program
8170                   that the other packages may use to modify the
8171                   configuration file.
8172               </item>
8173               <item>
8174                   The related packages must use the provided program
8175                   to make any desired modifications to the
8176                   configuration file.  They should either depend on
8177                   the core package to guarantee that the configuration
8178                   modifier program is available or accept gracefully
8179                   that they cannot modify the configuration file if it
8180                   is not.  (This is in addition to the fact that the
8181                   configuration file may not even be present in the
8182                   latter scenario.)
8183               </item>
8184             </enumlist>
8185           </p>
8186
8187           <p>
8188             Sometimes it's appropriate to create a new package which
8189             provides the basic infrastructure for the other packages
8190             and which manages the shared configuration files.  (The
8191             <tt>sgml-base</tt> package is a good example.)
8192           </p>
8193         </sect1>
8194
8195         <sect1>
8196           <heading>User configuration files ("dotfiles")</heading>
8197
8198           <p>
8199             The files in <file>/etc/skel</file> will automatically be
8200             copied into new user accounts by <prgn>adduser</prgn>.
8201             No other program should reference the files in
8202             <file>/etc/skel</file>.
8203           </p>
8204
8205           <p>
8206             Therefore, if a program needs a dotfile to exist in
8207             advance in <file>$HOME</file> to work sensibly, that dotfile
8208             should be installed in <file>/etc/skel</file> and treated as a
8209             configuration file.
8210           </p>
8211
8212           <p>
8213             However, programs that require dotfiles in order to
8214             operate sensibly are a bad thing, unless they do create
8215             the dotfiles themselves automatically.
8216           </p>
8217
8218           <p>
8219             Furthermore, programs should be configured by the Debian
8220             default installation to behave as closely to the upstream
8221             default behavior as possible.
8222           </p>
8223
8224           <p>
8225             Therefore, if a program in a Debian package needs to be
8226             configured in some way in order to operate sensibly, that
8227             should be done using a site-wide configuration file placed
8228             in <file>/etc</file>.  Only if the program doesn't support a
8229             site-wide default configuration and the package maintainer
8230             doesn't have time to add it may a default per-user file be
8231             placed in <file>/etc/skel</file>.
8232           </p>
8233
8234           <p>
8235             <file>/etc/skel</file> should be as empty as we can make it.
8236             This is particularly true because there is no easy (or
8237             necessarily desirable) mechanism for ensuring that the
8238             appropriate dotfiles are copied into the accounts of
8239             existing users when a package is installed.
8240           </p>
8241         </sect1>
8242       </sect>
8243
8244       <sect>
8245         <heading>Log files</heading>
8246         <p>
8247           Log files should usually be named
8248           <file>/var/log/<var>package</var>.log</file>.  If you have many
8249           log files, or need a separate directory for permission
8250           reasons (<file>/var/log</file> is writable only by
8251           <file>root</file>), you should usually create a directory named
8252           <file>/var/log/<var>package</var></file> and place your log
8253           files there.
8254         </p>
8255
8256         <p>
8257           Log files must be rotated occasionally so that they don't grow
8258           indefinitely.  The best way to do this is to install a log
8259           rotation configuration file in the
8260           directory <file>/etc/logrotate.d</file>, normally
8261           named <file>/etc/logrotate.d/<var>package</var></file>, and use
8262           the facilities provided by <prgn>logrotate</prgn>.
8263           <footnote>
8264             <p>
8265               The traditional approach to log files has been to set up
8266               <em>ad hoc</em> log rotation schemes using simple shell
8267               scripts and cron.  While this approach is highly
8268               customizable, it requires quite a lot of sysadmin work.
8269               Even though the original Debian system helped a little
8270               by automatically installing a system which can be used
8271               as a template, this was deemed not enough.
8272             </p>
8273
8274             <p>
8275               The use of <prgn>logrotate</prgn>, a program developed
8276               by Red Hat, is better, as it centralizes log management.
8277               It has both a configuration file
8278               (<file>/etc/logrotate.conf</file>) and a directory where
8279               packages can drop their individual log rotation
8280               configurations (<file>/etc/logrotate.d</file>).
8281             </p>
8282           </footnote>
8283           Here is a good example for a logrotate config
8284           file (for more information see <manref name="logrotate"
8285             section="8">):
8286           <example compact="compact">
8287 /var/log/foo/*.log {
8288     rotate 12
8289     weekly
8290     compress
8291     missingok
8292     postrotate
8293         start-stop-daemon -K -p /var/run/foo.pid -s HUP -x /usr/sbin/foo -q
8294     endscript
8295 }
8296           </example>
8297           This rotates all files under <file>/var/log/foo</file>, saves 12
8298           compressed generations, and tells the daemon to reopen its log
8299           files after the log rotation.  It skips this log rotation
8300           (via <tt>missingok</tt>) if no such log file is present, which
8301           avoids errors if the package is removed but not purged.
8302         </p>
8303
8304         <p>
8305           Log files should be removed when the package is
8306           purged (but not when it is only removed).  This should be
8307           done by the <prgn>postrm</prgn> script when it is called
8308           with the argument <tt>purge</tt> (see <ref
8309           id="removedetails">).
8310         </p>
8311       </sect>
8312
8313       <sect id="permissions-owners">
8314         <heading>Permissions and owners</heading>
8315
8316         <p>
8317           The rules in this section are guidelines for general use.
8318           If necessary you may deviate from the details below.
8319           However, if you do so you must make sure that what is done
8320           is secure and you should try to be as consistent as possible
8321           with the rest of the system.  You should probably also
8322           discuss it on <prgn>debian-devel</prgn> first.
8323         </p>
8324
8325         <p>
8326           Files should be owned by <tt>root:root</tt>, and made
8327           writable only by the owner and universally readable (and
8328           executable, if appropriate), that is mode 644 or 755.
8329         </p>
8330
8331         <p>
8332           Directories should be mode 755 or (for group-writability)
8333           mode 2775.  The ownership of the directory should be
8334           consistent with its mode: if a directory is mode 2775, it
8335           should be owned by the group that needs write access to
8336           it.<footnote>
8337             <p>
8338               When a package is upgraded, and the owner or permissions
8339               of a file included in the package has changed, dpkg
8340               arranges for the ownership and permissions to be
8341               correctly set upon installation. However, this does not
8342               extend to directories; the permissions and ownership of
8343               directories already on the system does not change on
8344               install or upgrade of packages.  This makes sense, since
8345               otherwise common directories like <tt>/usr</tt> would
8346               always be in flux.  To correctly change permissions of a
8347               directory the package owns, explicit action is required,
8348               usually in the <tt>postinst</tt> script. Care must be
8349               taken to handle downgrades as well, in that case.
8350             </p>
8351           </footnote>
8352         </p>
8353
8354         <p>
8355           Control information files should be owned by <tt>root:root</tt>
8356           and either mode 644 (for most files) or mode 755 (for
8357           executables such as <qref id="maintscripts">maintainer
8358           scripts</qref>).
8359         </p>
8360
8361         <p>
8362           Setuid and setgid executables should be mode 4755 or 2755
8363           respectively, and owned by the appropriate user or group.
8364           They should not be made unreadable (modes like 4711 or
8365           2711 or even 4111); doing so achieves no extra security,
8366           because anyone can find the binary in the freely available
8367           Debian package; it is merely inconvenient.  For the same
8368           reason you should not restrict read or execute permissions
8369           on non-set-id executables.
8370         </p>
8371
8372         <p>
8373           Some setuid programs need to be restricted to particular
8374           sets of users, using file permissions.  In this case they
8375           should be owned by the uid to which they are set-id, and by
8376           the group which should be allowed to execute them.  They
8377           should have mode 4754; again there is no point in making
8378           them unreadable to those users who must not be allowed to
8379           execute them.
8380         </p>
8381
8382         <p>
8383           It is possible to arrange that the system administrator can
8384           reconfigure the package to correspond to their local
8385           security policy by changing the permissions on a binary:
8386           they can do this by using <prgn>dpkg-statoverride</prgn>, as
8387           described below.<footnote>
8388             Ordinary files installed by <prgn>dpkg</prgn> (as
8389             opposed to <tt>conffile</tt>s and other similar objects)
8390             normally have their permissions reset to the distributed
8391             permissions when the package is reinstalled.  However,
8392             the use of <prgn>dpkg-statoverride</prgn> overrides this
8393             default behavior.
8394           </footnote>
8395           Another method you should consider is to create a group for
8396           people allowed to use the program(s) and make any setuid
8397           executables executable only by that group.
8398         </p>
8399
8400         <p>
8401           If you need to create a new user or group for your package
8402           there are two possibilities.  Firstly, you may need to
8403           make some files in the binary package be owned by this
8404           user or group, or you may need to compile the user or
8405           group id (rather than just the name) into the binary
8406           (though this latter should be avoided if possible, as in
8407           this case you need a statically allocated id).</p>
8408
8409         <p>
8410           If you need a statically allocated id, you must ask for a
8411           user or group id from the <tt>base-passwd</tt> maintainer,
8412           and must not release the package until you have been
8413           allocated one.  Once you have been allocated one you must
8414           either make the package depend on a version of the
8415           <tt>base-passwd</tt> package with the id present in
8416           <file>/etc/passwd</file> or <file>/etc/group</file>, or arrange for
8417           your package to create the user or group itself with the
8418           correct id (using <tt>adduser</tt>) in its
8419           <prgn>preinst</prgn> or <prgn>postinst</prgn>.  (Doing it in
8420           the <prgn>postinst</prgn> is to be preferred if it is
8421           possible, otherwise a pre-dependency will be needed on the
8422           <tt>adduser</tt> package.)
8423         </p>
8424
8425         <p>
8426           On the other hand, the program might be able to determine
8427           the uid or gid from the user or group name at runtime, so
8428           that a dynamically allocated id can be used.  In this case
8429           you should choose an appropriate user or group name,
8430           discussing this on <prgn>debian-devel</prgn> and checking
8431           with the <package/base-passwd/ maintainer that it is unique and that
8432           they do not wish you to use a statically allocated id
8433           instead.  When this has been checked you must arrange for
8434           your package to create the user or group if necessary using
8435           <prgn>adduser</prgn> in the <prgn>preinst</prgn> or
8436           <prgn>postinst</prgn> script (again, the latter is to be
8437           preferred if it is possible).
8438         </p>
8439
8440         <p>
8441           Note that changing the numeric value of an id associated
8442           with a name is very difficult, and involves searching the
8443           file system for all appropriate files.  You need to think
8444           carefully whether a static or dynamic id is required, since
8445           changing your mind later will cause problems.
8446         </p>
8447
8448         <sect1><heading>The use of <prgn>dpkg-statoverride</prgn></heading>
8449           <p>
8450             This section is not intended as policy, but as a
8451             description of the use of <prgn>dpkg-statoverride</prgn>.
8452           </p>
8453
8454           <p>
8455             If a system administrator wishes to have a file (or
8456             directory or other such thing) installed with owner and
8457             permissions different from those in the distributed Debian
8458             package, they can use the <prgn>dpkg-statoverride</prgn>
8459             program to instruct <prgn>dpkg</prgn> to use the different
8460             settings every time the file is installed.  Thus the
8461             package maintainer should distribute the files with their
8462             normal permissions, and leave it for the system
8463             administrator to make any desired changes.  For example, a
8464             daemon which is normally required to be setuid root, but
8465             in certain situations could be used without being setuid,
8466             should be installed setuid in the <tt>.deb</tt>.  Then the
8467             local system administrator can change this if they wish.
8468             If there are two standard ways of doing it, the package
8469             maintainer can use <tt>debconf</tt> to find out the
8470             preference, and call <prgn>dpkg-statoverride</prgn> in the
8471             maintainer script if necessary to accommodate the system
8472             administrator's choice. Care must be taken during
8473             upgrades to not override an existing setting.
8474           </p>
8475
8476           <p>
8477             Given the above, <prgn>dpkg-statoverride</prgn> is
8478             essentially a tool for system administrators and would not
8479             normally be needed in the maintainer scripts.  There is
8480             one type of situation, though, where calls to
8481             <prgn>dpkg-statoverride</prgn> would be needed in the
8482             maintainer scripts, and that involves packages which use
8483             dynamically allocated user or group ids.  In such a
8484             situation, something like the following idiom can be very
8485             helpful in the package's <prgn>postinst</prgn>, where
8486             <tt>sysuser</tt> is a dynamically allocated id:
8487             <example>
8488 for i in /usr/bin/foo /usr/sbin/bar
8489 do
8490   # only do something when no setting exists
8491   if ! dpkg-statoverride --list $i >/dev/null 2>&1
8492   then
8493     #include: debconf processing, question about foo and bar
8494     if [ "$RET" = "true" ] ; then
8495       dpkg-statoverride --update --add sysuser root 4755 $i
8496     fi
8497   fi
8498 done
8499             </example>
8500             The corresponding code to remove the override when the package
8501             is purged would be:
8502             <example>
8503 for i in /usr/bin/foo /usr/sbin/bar
8504 do
8505   if dpkg-statoverride --list $i >/dev/null 2>&1
8506   then
8507     dpkg-statoverride --remove $i
8508   fi
8509 done
8510             </example>
8511           </p>
8512         </sect1>
8513       </sect>
8514     </chapt>
8515
8516
8517     <chapt id="customized-programs">
8518       <heading>Customized programs</heading>
8519
8520       <sect id="arch-spec">
8521         <heading>Architecture specification strings</heading>
8522
8523         <p>
8524           If a program needs to specify an <em>architecture specification
8525           string</em> in some place, it should select one of the strings
8526           provided by <tt>dpkg-architecture -L</tt>. The strings are in
8527           the format <tt><var>os</var>-<var>arch</var></tt>, though the OS
8528           part is sometimes elided, as when the OS is Linux.
8529         </p>
8530
8531         <p>
8532           Note that we don't want to use
8533           <tt><var>arch</var>-debian-linux</tt> to apply to the rule
8534           <tt><var>architecture</var>-<var>vendor</var>-<var>os</var></tt>
8535           since this would make our programs incompatible with other
8536           Linux distributions.  We also don't use something like
8537           <tt><var>arch</var>-unknown-linux</tt>, since the
8538           <tt>unknown</tt> does not look very good.
8539         </p>
8540
8541         <sect1 id="arch-wildcard-spec">
8542           <heading>Architecture wildcards</heading>
8543
8544           <p>
8545             A package may specify an architecture wildcard. Architecture
8546             wildcards are in the format <tt>any</tt> (which matches every
8547             architecture), <tt><var>os</var></tt>-any, or
8548             any-<tt><var>cpu</var></tt>. <footnote>
8549               Internally, the package system normalizes the GNU triplets
8550               and the Debian arches into Debian arch triplets (which are
8551               kind of inverted GNU triplets), with the first component of
8552               the triplet representing the libc and ABI in use, and then
8553               does matching against those triplets.  However, such
8554               triplets are an internal implementation detail that should
8555               not be used by packages directly.  The libc and ABI portion
8556               is handled internally by the package system based on
8557               the <var>os</var> and <var>cpu</var>.
8558             </footnote>
8559           </p>
8560         </sect1>
8561       </sect>
8562
8563       <sect>
8564         <heading>Daemons</heading>
8565
8566         <p>
8567           The configuration files <file>/etc/services</file>,
8568           <file>/etc/protocols</file>, and <file>/etc/rpc</file> are managed
8569           by the <prgn>netbase</prgn> package and must not be modified
8570           by other packages.
8571         </p>
8572
8573         <p>
8574           If a package requires a new entry in one of these files, the
8575           maintainer should get in contact with the
8576           <prgn>netbase</prgn> maintainer, who will add the entries
8577           and release a new version of the <prgn>netbase</prgn>
8578           package.
8579         </p>
8580
8581         <p>
8582           The configuration file <file>/etc/inetd.conf</file> must not be
8583           modified by the package's scripts except via the
8584           <prgn>update-inetd</prgn> script or the
8585           <file>DebianNet.pm</file> Perl module.  See their documentation
8586           for details on how to add entries.
8587         </p>
8588
8589         <p>
8590           If a package wants to install an example entry into
8591           <file>/etc/inetd.conf</file>, the entry must be preceded with
8592           exactly one hash character (<tt>#</tt>). Such lines are
8593           treated as "commented out by user" by the
8594           <prgn>update-inetd</prgn> script and are not changed or
8595           activated during package updates.
8596         </p>
8597       </sect>
8598
8599       <sect>
8600         <heading>Using pseudo-ttys and modifying wtmp, utmp and
8601         lastlog</heading>
8602
8603         <p>
8604           Some programs need to create pseudo-ttys. This should be done
8605           using Unix98 ptys if the C library supports it. The resulting
8606           program must not be installed setuid root, unless that
8607           is required for other functionality.
8608         </p>
8609
8610         <p>
8611           The files <file>/var/run/utmp</file>, <file>/var/log/wtmp</file> and
8612           <file>/var/log/lastlog</file> must be installed writable by
8613           group <tt>utmp</tt>.  Programs which need to modify those
8614           files must be installed setgid <tt>utmp</tt>.
8615         </p>
8616       </sect>
8617
8618       <sect>
8619         <heading>Editors and pagers</heading>
8620
8621         <p>
8622           Some programs have the ability to launch an editor or pager
8623           program to edit or display a text document.  Since there are
8624           lots of different editors and pagers available in the Debian
8625           distribution, the system administrator and each user should
8626           have the possibility to choose their preferred editor and
8627           pager.
8628         </p>
8629
8630         <p>
8631           In addition, every program should choose a good default
8632           editor/pager if none is selected by the user or system
8633           administrator.
8634         </p>
8635
8636         <p>
8637           Thus, every program that launches an editor or pager must
8638           use the EDITOR or PAGER environment variable to determine
8639           the editor or pager the user wishes to use.  If these
8640           variables are not set, the programs <file>/usr/bin/editor</file>
8641           and <file>/usr/bin/pager</file> should be used, respectively.
8642         </p>
8643
8644         <p>
8645           These two files are managed through the <prgn>dpkg</prgn>
8646           "alternatives" mechanism.  Every package providing an editor or
8647           pager must call the <prgn>update-alternatives</prgn> script to
8648           register as an alternative for <file>/usr/bin/editor</file>
8649           or <file>/usr/bin/pager</file> as appropriate.  The alternative
8650           should have a slave alternative
8651           for <file>/usr/share/man/man1/editor.1.gz</file>
8652           or <file>/usr/share/man/man1/pager.1.gz</file> pointing to the
8653           corresponding manual page.
8654         </p>
8655
8656         <p>
8657           If it is very hard to adapt a program to make use of the
8658           EDITOR or PAGER variables, that program may be configured to
8659           use <file>/usr/bin/sensible-editor</file> and
8660           <file>/usr/bin/sensible-pager</file> as the editor or pager
8661           program respectively.  These are two scripts provided in the
8662           <package>sensible-utils</package> package that check the EDITOR
8663           and PAGER variables and launch the appropriate program, and fall
8664           back to <file>/usr/bin/editor</file>
8665           and <file>/usr/bin/pager</file> if the variable is not set.
8666         </p>
8667
8668         <p>
8669           A program may also use the VISUAL environment variable to
8670           determine the user's choice of editor.  If it exists, it
8671           should take precedence over EDITOR.  This is in fact what
8672           <file>/usr/bin/sensible-editor</file> does.
8673         </p>
8674
8675         <p>
8676           It is not required for a package to depend on
8677           <tt>editor</tt> and <tt>pager</tt>, nor is it required for a
8678           package to provide such virtual packages.<footnote>
8679               The Debian base system already provides an editor and a
8680               pager program.
8681           </footnote>
8682         </p>
8683       </sect>
8684
8685       <sect id="web-appl">
8686         <heading>Web servers and applications</heading>
8687
8688         <p>
8689           This section describes the locations and URLs that should
8690           be used by all web servers and web applications in the
8691           Debian system.
8692         </p>
8693
8694         <p>
8695           <enumlist>
8696             <item>
8697                 Cgi-bin executable files are installed in the
8698                 directory
8699                 <example compact="compact">
8700 /usr/lib/cgi-bin/<var>cgi-bin-name</var>
8701                 </example>
8702                 or a subdirectory of that directory, and should be
8703                 referred to as
8704                 <example compact="compact">
8705 http://localhost/cgi-bin/<var>cgi-bin-name</var>
8706                 </example>
8707                 (possibly with a subdirectory name
8708                 before <var>cgi-bin-name</var>).
8709             </item>
8710
8711             <item>
8712               <p>Access to HTML documents</p>
8713
8714               <p>
8715                 HTML documents for a package are stored in
8716                 <file>/usr/share/doc/<var>package</var></file>
8717                 and can be referred to as
8718                 <example compact="compact">
8719 http://localhost/doc/<var>package</var>/<var>filename</var>
8720                 </example>
8721               </p>
8722
8723               <p>
8724                 The web server should restrict access to the document
8725                 tree so that only clients on the same host can read
8726                 the documents. If the web server does not support such
8727                 access controls, then it should not provide access at
8728                 all, or ask about providing access during installation.
8729               </p>
8730             </item>
8731
8732             <item>
8733               <p>Access to images</p>
8734               <p>
8735                 It is recommended that images for a package be stored
8736                 in <tt>/usr/share/images/<var>package</var></tt> and
8737                 may be referred to through an alias <tt>/images/</tt>
8738                 as
8739                 <example>
8740                   http://localhost/images/&lt;package&gt;/&lt;filename&gt;     
8741                 </example>
8742                 
8743               </p>
8744             </item>
8745
8746             <item>
8747               <p>Web Document Root</p>
8748
8749               <p>
8750                 Web Applications should try to avoid storing files in
8751                 the Web Document Root.  Instead they should use the
8752                 /usr/share/doc/<var>package</var> directory for
8753                 documents and register the Web Application via the
8754                 <package>doc-base</package> package.  If access to the
8755                 web document root is unavoidable then use
8756                 <example compact="compact">
8757 /var/www
8758                 </example>
8759                 as the Document Root.  This might be just a symbolic
8760                 link to the location where the system administrator
8761                 has put the real document root.
8762               </p>
8763             </item>
8764             <item><p>Providing httpd and/or httpd-cgi</p>
8765               <p>
8766                 All web servers should provide the virtual package
8767                 <tt>httpd</tt>. If a web server has CGI support it should
8768                 provide <tt>httpd-cgi</tt> additionally.
8769               </p>
8770               <p>
8771                 All web applications which do not contain CGI scripts should
8772                 depend on <tt>httpd</tt>, all those web applications which
8773                 <tt>do</tt> contain CGI scripts, should depend on
8774                 <tt>httpd-cgi</tt>.
8775               </p>
8776             </item>
8777           </enumlist>
8778         </p>
8779       </sect>
8780
8781       <sect id="mail-transport-agents">
8782         <heading>Mail transport, delivery and user agents</heading>
8783
8784         <p>
8785           Debian packages which process electronic mail, whether mail
8786           user agents (MUAs) or mail transport agents (MTAs), must
8787           ensure that they are compatible with the configuration
8788           decisions below.  Failure to do this may result in lost
8789           mail, broken <tt>From:</tt> lines, and other serious brain
8790           damage!
8791         </p>
8792
8793         <p>
8794           The mail spool is <file>/var/mail</file> and the interface to
8795           send a mail message is <file>/usr/sbin/sendmail</file> (as per
8796           the FHS).  On older systems, the mail spool may be
8797           physically located in <file>/var/spool/mail</file>, but all
8798           access to the mail spool should be via the
8799           <file>/var/mail</file> symlink.  The mail spool is part of the
8800           base system and not part of the MTA package.
8801         </p>
8802
8803         <p>
8804           All Debian MUAs, MTAs, MDAs and other mailbox accessing
8805           programs (such as IMAP daemons) must lock the mailbox in an
8806           NFS-safe way. This means that <tt>fcntl()</tt> locking must
8807           be combined with dot locking.  To avoid deadlocks, a program
8808           should use <tt>fcntl()</tt> first and dot locking after
8809           this, or alternatively implement the two locking methods in
8810           a non blocking way<footnote>
8811               If it is not possible to establish both locks, the
8812               system shouldn't wait for the second lock to be
8813               established, but remove the first lock, wait a (random)
8814               time, and start over locking again.
8815           </footnote>. Using the functions <tt>maillock</tt> and
8816           <tt>mailunlock</tt> provided by the
8817           <tt>liblockfile*</tt><footnote>
8818               You will need to depend on <tt>liblockfile1 (&gt;&gt;1.01)</tt>
8819               to use these functions.
8820           </footnote> packages is the recommended way to realize this.
8821         </p>
8822
8823         <p>
8824           Mailboxes are generally either mode 600 and owned by
8825           <var>user</var> or mode 660 and owned by
8826           <tt><var>user</var>:mail</tt><footnote>
8827             There are two traditional permission schemes for mail spools:
8828             mode 600 with all mail delivery done by processes running as
8829             the destination user, or mode 660 and owned by group mail with
8830             mail delivery done by a process running as a system user in
8831             group mail.  Historically, Debian required mode 660 mail
8832             spools to enable the latter model, but that model has become
8833             increasingly uncommon and the principle of least privilege
8834             indicates that mail systems that use the first model should
8835             use permissions of 600.  If delivery to programs is permitted,
8836             it's easier to keep the mail system secure if the delivery
8837             agent runs as the destination user.  Debian Policy therefore
8838             permits either scheme.
8839           </footnote>. The local system administrator may choose a
8840           different permission scheme; packages should not make
8841           assumptions about the permission and ownership of mailboxes
8842           unless required (such as when creating a new mailbox).  A MUA
8843           may remove a mailbox (unless it has nonstandard permissions) in
8844           which case the MTA or another MUA must recreate it if needed.
8845         </p>
8846
8847         <p>
8848           The mail spool is 2775 <tt>root:mail</tt>, and MUAs should
8849           be setgid mail to do the locking mentioned above (and
8850           must obviously avoid accessing other users' mailboxes
8851           using this privilege).</p>
8852
8853         <p>
8854           <file>/etc/aliases</file> is the source file for the system mail
8855           aliases (e.g., postmaster, usenet, etc.), it is the one
8856           which the sysadmin and <prgn>postinst</prgn> scripts may
8857           edit.  After <file>/etc/aliases</file> is edited the program or
8858           human editing it must call <prgn>newaliases</prgn>.  All MTA
8859           packages must come with a <prgn>newaliases</prgn> program,
8860           even if it does nothing, but older MTA packages did not do
8861           this so programs should not fail if <prgn>newaliases</prgn>
8862           cannot be found.  Note that because of this, all MTA
8863           packages must have <tt>Provides</tt>, <tt>Conflicts</tt> and
8864           <tt>Replaces: mail-transport-agent</tt> control fields.
8865         </p>
8866
8867         <p>
8868           The convention of writing <tt>forward to
8869             <var>address</var></tt> in the mailbox itself is not
8870           supported.  Use a <tt>.forward</tt> file instead.</p>
8871
8872         <p>
8873           The <prgn>rmail</prgn> program used by UUCP
8874           for incoming mail should be  <file>/usr/sbin/rmail</file>.
8875           Likewise, <prgn>rsmtp</prgn>, for receiving
8876           batch-SMTP-over-UUCP, should be <file>/usr/sbin/rsmtp</file> if it
8877           is supported.</p>
8878
8879         <p>
8880           If your package needs to know what hostname to use on (for
8881           example) outgoing news and mail messages which are generated
8882           locally, you should use the file <file>/etc/mailname</file>.  It
8883           will contain the portion after the username and <tt>@</tt>
8884           (at) sign for email addresses of users on the machine
8885           (followed by a newline).
8886         </p>
8887
8888         <p>
8889           Such a package should check for the existence of this file
8890           when it is being configured.  If it exists, it should be
8891           used without comment, although an MTA's configuration script
8892           may wish to prompt the user even if it finds that this file
8893           exists.  If the file does not exist, the package should
8894           prompt the user for the value (preferably using
8895           <prgn>debconf</prgn>) and store it in <file>/etc/mailname</file>
8896           as well as using it in the package's configuration.  The
8897           prompt should make it clear that the name will not just be
8898           used by that package.  For example, in this situation the
8899           <tt>inn</tt> package could say something like:
8900           <example compact="compact">
8901 Please enter the "mail name" of your system.  This is the
8902 hostname portion of the address to be shown on outgoing
8903 news and mail messages.  The default is
8904 <var>syshostname</var>, your system's host name.  Mail
8905 name ["<var>syshostname</var>"]:
8906           </example>
8907           where <var>syshostname</var> is the output of <tt>hostname
8908             --fqdn</tt>.
8909         </p>
8910       </sect>
8911
8912       <sect>
8913         <heading>News system configuration</heading>
8914
8915         <p>
8916           All the configuration files related to the NNTP (news)
8917           servers and clients should be located under
8918           <file>/etc/news</file>.</p>
8919
8920         <p>
8921           There are some configuration issues that apply to a number
8922           of news clients and server packages on the machine. These
8923           are:
8924
8925           <taglist>
8926             <tag><file>/etc/news/organization</file></tag>
8927             <item>
8928                 A string which should appear as the
8929                 organization header for all messages posted
8930                 by NNTP clients on the machine
8931             </item>
8932
8933             <tag><file>/etc/news/server</file></tag>
8934             <item>
8935                 Contains the FQDN of the upstream NNTP
8936                 server, or localhost if the local machine is
8937                 an NNTP server.
8938             </item>
8939           </taglist>
8940
8941           Other global files may be added as required for cross-package news
8942           configuration.
8943         </p>
8944       </sect>
8945
8946
8947       <sect>
8948         <heading>Programs for the X Window System</heading>
8949
8950         <sect1>
8951           <heading>Providing X support and package priorities</heading>
8952
8953           <p>
8954             Programs that can be configured with support for the X
8955             Window System must be configured to do so and must declare
8956             any package dependencies necessary to satisfy their
8957             runtime requirements when using the X Window System.  If
8958             such a package is of higher priority than the X packages
8959             on which it depends, it is required that either the
8960             X-specific components be split into a separate package, or
8961             that an alternative version of the package, which includes
8962             X support, be provided, or that the package's priority be
8963             lowered.
8964           </p>
8965         </sect1>
8966
8967         <sect1>
8968           <heading>Packages providing an X server</heading>
8969
8970           <p>
8971             Packages that provide an X server that, directly or
8972             indirectly, communicates with real input and display
8973             hardware should declare in their <tt>Provides</tt> control
8974             field that they provide the virtual
8975             package <tt>xserver</tt>.<footnote>
8976                 This implements current practice, and provides an
8977                 actual policy for usage of the <tt>xserver</tt>
8978                 virtual package which appears in the virtual packages
8979                 list.  In a nutshell, X servers that interface
8980                 directly with the display and input hardware or via
8981                 another subsystem (e.g., GGI) should provide
8982                 <tt>xserver</tt>.  Things like <tt>Xvfb</tt>,
8983                 <tt>Xnest</tt>, and <tt>Xprt</tt> should not.
8984             </footnote>
8985           </p>
8986         </sect1>
8987
8988         <sect1>
8989           <heading>Packages providing a terminal emulator</heading>
8990
8991           <p>
8992             Packages that provide a terminal emulator for the X Window
8993             System which meet the criteria listed below should declare in
8994             their <tt>Provides</tt> control field that they provide the
8995             virtual package <tt>x-terminal-emulator</tt>.  They should
8996             also register themselves as an alternative for
8997             <file>/usr/bin/x-terminal-emulator</file>, with a priority of
8998             20.  That alternative should have a slave alternative
8999             for <file>/usr/share/man/man1/x-terminal-emulator.1.gz</file>
9000             pointing to the corresponding manual page.
9001           </p>
9002
9003           <p>
9004             To be an <tt>x-terminal-emulator</tt>, a program must:
9005             <list compact="compact">
9006               <item>
9007                   Be able to emulate a DEC VT100 terminal, or a
9008                   compatible terminal.
9009               </item>
9010
9011               <item>
9012                   Support the command-line option <tt>-e
9013                     <var>command</var></tt>, which creates a new
9014                   terminal window<footnote>
9015                       "New terminal window" does not necessarily mean
9016                       a new top-level X window directly parented by
9017                       the window manager; it could, if the terminal
9018                       emulator application were so coded, be a new
9019                       "view" in a multiple-document interface (MDI).
9020                   </footnote>
9021                   and runs the specified <var>command</var>,
9022                   interpreting the entirety of the rest of the command
9023                   line as a command to pass straight to exec, in the
9024                   manner that <tt>xterm</tt> does.
9025               </item>
9026
9027               <item>
9028                   Support the command-line option <tt>-T
9029                     <var>title</var></tt>, which creates a new terminal
9030                   window with the window title <var>title</var>.
9031               </item>
9032             </list>
9033           </p>
9034         </sect1>
9035
9036         <sect1>
9037           <heading>Packages providing a window manager</heading>
9038
9039           <p>
9040             Packages that provide a window manager should declare in
9041             their <tt>Provides</tt> control field that they provide the
9042             virtual package <tt>x-window-manager</tt>.  They should also
9043             register themselves as an alternative for
9044             <file>/usr/bin/x-window-manager</file>, with a priority
9045             calculated as follows:
9046             <list compact="compact">
9047               <item>
9048                   Start with a priority of 20.
9049               </item>
9050
9051               <item>
9052                   If the window manager supports the Debian menu
9053                   system, add 20 points if this support is available
9054                   in the package's default configuration (i.e., no
9055                   configuration files belonging to the system or user
9056                   have to be edited to activate the feature); if
9057                   configuration files must be modified, add only 10
9058                   points.
9059                 </p>
9060               </item>
9061
9062               <item>
9063                   If the window manager complies with <url
9064                     id="http://www.freedesktop.org/Standards/wm-spec"
9065                     name="The Window Manager Specification Project">,
9066                   written by the <url id="http://www.freedesktop.org/"
9067                     name="Free Desktop Group">, add 40 points.
9068               </item>
9069
9070               <item>
9071                   If the window manager permits the X session to be
9072                   restarted using a <em>different</em> window manager
9073                   (without killing the X server) in its default
9074                   configuration, add 10 points; otherwise add none.
9075               </item>
9076             </list>
9077             That alternative should have a slave alternative
9078             for <file>/usr/share/man/man1/x-window-manager.1.gz</file>
9079             pointing to the corresponding manual page.
9080           </p>
9081         </sect1>
9082
9083         <sect1>
9084           <heading>Packages providing fonts</heading>
9085
9086           <p>
9087             Packages that provide fonts for the X Window
9088             System<footnote>
9089                 For the purposes of Debian Policy, a "font for the X
9090                 Window System" is one which is accessed via X protocol
9091                 requests.  Fonts for the Linux console, for PostScript
9092                 renderer, or any other purpose, do not fit this
9093                 definition.  Any tool which makes such fonts available
9094                 to the X Window System, however, must abide by this
9095                 font policy.
9096             </footnote>
9097             must do a number of things to ensure that they are both
9098             available without modification of the X or font server
9099             configuration, and that they do not corrupt files used by
9100             other font packages to register information about
9101             themselves.
9102             <enumlist>
9103               <item>
9104                   Fonts of any type supported by the X Window System
9105                   must be in a separate binary package from any
9106                   executables, libraries, or documentation (except
9107                   that specific to the fonts shipped, such as their
9108                   license information).  If one or more of the fonts
9109                   so packaged are necessary for proper operation of
9110                   the package with which they are associated the font
9111                   package may be Recommended; if the fonts merely
9112                   provide an enhancement, a Suggests relationship may
9113                   be used.  Packages must not Depend on font
9114                   packages.<footnote>
9115                       This is because the X server may retrieve fonts
9116                       from the local file system or over the network
9117                       from an X font server; the Debian package system
9118                       is empowered to deal only with the local
9119                       file system.
9120                   </footnote>
9121               </item>
9122
9123               <item>
9124                   BDF fonts must be converted to PCF fonts with the
9125                   <prgn>bdftopcf</prgn> utility (available in the
9126                   <tt>xfonts-utils</tt> package, <prgn>gzip</prgn>ped, and
9127                   placed in a directory that corresponds to their
9128                   resolution:
9129                   <list compact="compact">
9130                     <item>
9131                         100 dpi fonts must be placed in
9132                         <file>/usr/share/fonts/X11/100dpi/</file>.
9133                     </item>
9134
9135                     <item>
9136                         75 dpi fonts must be placed in
9137                         <file>/usr/share/fonts/X11/75dpi/</file>.
9138                     </item>
9139
9140                     <item>
9141                         Character-cell fonts, cursor fonts, and other
9142                         low-resolution fonts must be placed in
9143                         <file>/usr/share/fonts/X11/misc/</file>.
9144                     </item>
9145                   </list>
9146               </item>
9147
9148               <item>
9149                   Type 1 fonts must be placed in
9150                   <file>/usr/share/fonts/X11/Type1/</file>.  If font
9151                   metric files are available, they must be placed here
9152                   as well.
9153               </item>
9154
9155               <item>
9156                   Subdirectories of <file>/usr/share/fonts/X11/</file>
9157                   other than those listed above must be neither
9158                   created nor used.  (The <file>PEX</file>, <file>CID</file>,
9159                   <file>Speedo</file>, and <file>cyrillic</file> directories
9160                   are excepted for historical reasons, but installation of
9161                   files into these directories remains discouraged.)
9162               </item>
9163
9164               <item>
9165                   Font packages may, instead of placing files directly
9166                   in the X font directories listed above, provide
9167                   symbolic links in that font directory pointing to
9168                   the files' actual location in the filesystem.  Such
9169                   a location must comply with the FHS.
9170               </item>
9171
9172               <item>
9173                   Font packages should not contain both 75dpi and
9174                   100dpi versions of a font.  If both are available,
9175                   they should be provided in separate binary packages
9176                   with <tt>-75dpi</tt> or <tt>-100dpi</tt> appended to
9177                   the names of the packages containing the
9178                   corresponding fonts.
9179               </item>
9180
9181               <item>
9182                   Fonts destined for the <file>misc</file> subdirectory
9183                   should not be included in the same package as 75dpi
9184                   or 100dpi fonts; instead, they should be provided in
9185                   a separate package with <tt>-misc</tt> appended to
9186                   its name.
9187               </item>
9188
9189               <item>
9190                   Font packages must not provide the files
9191                   <file>fonts.dir</file>, <file>fonts.alias</file>, or
9192                   <file>fonts.scale</file> in a font directory:
9193                   <list>
9194                     <item>
9195                         <file>fonts.dir</file> files must not be provided at all.
9196                     </item>
9197
9198                     <item>
9199                         <file>fonts.alias</file> and <file>fonts.scale</file>
9200                         files, if needed, should be provided in the
9201                         directory
9202                         <file>/etc/X11/fonts/<var>fontdir</var>/<var>package</var>.<var>extension</var></file>,
9203                         where <var>fontdir</var> is the name of the
9204                         subdirectory of
9205                         <file>/usr/share/fonts/X11/</file> where the
9206                         package's corresponding fonts are stored
9207                         (e.g., <tt>75dpi</tt> or <tt>misc</tt>),
9208                         <var>package</var> is the name of the package
9209                         that provides these fonts, and
9210                         <var>extension</var> is either <tt>scale</tt>
9211                         or <tt>alias</tt>, whichever corresponds to
9212                         the file contents.
9213                     </item>
9214                   </list>
9215               </item>
9216
9217               <item>
9218                   Font packages must declare a dependency on
9219                   <tt>xfonts-utils</tt> in their <tt>Depends</tt>
9220                   or <tt>Pre-Depends</tt> control field.
9221               </item>
9222
9223               <item>
9224                   Font packages that provide one or more
9225                   <file>fonts.scale</file> files as described above must
9226                   invoke <prgn>update-fonts-scale</prgn> on each
9227                   directory into which they installed fonts
9228                   <em>before</em> invoking
9229                   <prgn>update-fonts-dir</prgn> on that directory.
9230                   This invocation must occur in both the
9231                   <prgn>postinst</prgn> (for all arguments) and
9232                   <prgn>postrm</prgn> (for all arguments except
9233                   <tt>upgrade</tt>) scripts.
9234               </item>
9235
9236               <item>
9237                   Font packages that provide one or more
9238                   <file>fonts.alias</file> files as described above must
9239                   invoke <prgn>update-fonts-alias</prgn> on each
9240                   directory into which they installed fonts.  This
9241                   invocation must occur in both the
9242                   <prgn>postinst</prgn> (for all arguments) and
9243                   <prgn>postrm</prgn> (for all arguments except
9244                   <tt>upgrade</tt>) scripts.
9245               </item>
9246
9247               <item>
9248                   Font packages must invoke
9249                   <prgn>update-fonts-dir</prgn> on each directory into
9250                   which they installed fonts.  This invocation must
9251                   occur in both the <prgn>postinst</prgn> (for all
9252                   arguments) and <prgn>postrm</prgn> (for all
9253                   arguments except <tt>upgrade</tt>) scripts.
9254               </item>
9255
9256               <item>
9257                   Font packages must not provide alias names for the
9258                   fonts they include which collide with alias names
9259                   already in use by fonts already packaged.
9260               </item>
9261
9262               <item>
9263                   Font packages must not provide fonts with the same
9264                   XLFD registry name as another font already packaged.
9265               </item>
9266             </enumlist>
9267           </p>
9268         </sect1>
9269
9270         <sect1 id="appdefaults">
9271           <heading>Application defaults files</heading>
9272
9273           <p>
9274             Application defaults files must be installed in the
9275             directory <file>/etc/X11/app-defaults/</file> (use of a
9276             localized subdirectory of <file>/etc/X11/</file> as described
9277             in the <em>X Toolkit Intrinsics - C Language
9278             Interface</em> manual is also permitted).  They must be
9279             registered as <tt>conffile</tt>s or handled as
9280             configuration files.
9281           </p>
9282
9283           <p>
9284             Customization of programs' X resources may also be
9285             supported with the provision of a file with the same name
9286             as that of the package placed in
9287             the <file>/etc/X11/Xresources/</file> directory, which
9288             must be registered as a <tt>conffile</tt> or handled as a
9289             configuration file.<footnote>
9290                 Note that this mechanism is not the same as using
9291                 app-defaults; app-defaults are tied to the client
9292                 binary on the local file system, whereas X resources
9293                 are stored in the X server and affect all connecting
9294                 clients.
9295             </footnote>
9296           </p>
9297         </sect1>
9298
9299         <sect1>
9300           <heading>Installation directory issues</heading>
9301
9302           <p>
9303             Historically, packages using the X Window System used a
9304             separate set of installation directories from other packages.
9305             This practice has been discontinued and packages using the X
9306             Window System should now generally be installed in the same
9307             directories as any other package.  Specifically, packages must
9308             not install files under the <file>/usr/X11R6/</file> directory
9309             and the <file>/usr/X11R6/</file> directory hierarchy should be
9310             regarded as obsolete.
9311           </p>
9312
9313           <p>
9314             Include files previously installed under
9315             <file>/usr/X11R6/include/X11/</file> should be installed into
9316             <file>/usr/include/X11/</file>.  For files previously
9317             installed into subdirectories of
9318             <file>/usr/X11R6/lib/X11/</file>, package maintainers should
9319             determine if subdirectories of <file>/usr/lib/</file> and
9320             <file>/usr/share/</file> can be used.  If not, a subdirectory
9321             of <file>/usr/lib/X11/</file> should be used.
9322           </p>
9323
9324           <p>
9325             Configuration files for window, display, or session managers
9326             or other applications that are tightly integrated with the X
9327             Window System may be placed in a subdirectory
9328             of <file>/etc/X11/</file> corresponding to the package name.
9329             Other X Window System applications should use
9330             the <file>/etc/</file> directory unless otherwise mandated by
9331             policy (such as for <ref id="appdefaults">).
9332           </p>
9333         </sect1>
9334
9335         <sect1>
9336           <heading>The OSF/Motif and OpenMotif libraries</heading>
9337
9338           <p>
9339             <em>Programs that require the non-DFSG-compliant OSF/Motif or
9340               OpenMotif libraries</em><footnote>
9341                 OSF/Motif and OpenMotif are collectively referred to as
9342                 "Motif" in this policy document.
9343             </footnote>
9344             should be compiled against and tested with LessTif (a free
9345             re-implementation of Motif) instead.  If the maintainer
9346             judges that the program or programs do not work
9347             sufficiently well with LessTif to be distributed and
9348             supported, but do so when compiled against Motif, then two
9349             versions of the package should be created; one linked
9350             statically against Motif and with <tt>-smotif</tt>
9351             appended to the package name, and one linked dynamically
9352             against Motif and with <tt>-dmotif</tt> appended to the
9353             package name.
9354           </p>
9355
9356           <p>
9357             Both Motif-linked versions are dependent
9358             upon non-DFSG-compliant software and thus cannot be
9359             uploaded to the <em>main</em> distribution; if the
9360             software is itself DFSG-compliant it may be uploaded to
9361             the <em>contrib</em> distribution.  While known existing
9362             versions of Motif permit unlimited redistribution of
9363             binaries linked against the library (whether statically or
9364             dynamically), it is the package maintainer's
9365             responsibility to determine whether this is permitted by
9366             the license of the copy of Motif in their possession.
9367           </p>
9368         </sect1>
9369       </sect>
9370
9371       <sect id="perl">
9372         <heading>Perl programs and modules</heading>
9373
9374         <p>
9375           Perl programs and modules should follow the current Perl policy.
9376         </p>
9377
9378         <p>
9379           The Perl policy can be found in the <tt>perl-policy</tt>
9380           files in the <tt>debian-policy</tt> package.
9381           It is also available from the Debian web mirrors at
9382           <tt><url name="/doc/packaging-manuals/perl-policy/"
9383                 id="http://www.debian.org/doc/packaging-manuals/perl-policy/"></tt>.
9384         </p>
9385       </sect>
9386
9387       <sect id="emacs">
9388         <heading>Emacs lisp programs</heading>
9389
9390         <p>
9391           Please refer to the "Debian Emacs Policy" for details of how to
9392           package emacs lisp programs.
9393         </p>
9394
9395         <p>
9396           The Emacs policy is available in
9397           <file>debian-emacs-policy.gz</file> of the
9398           <package>emacsen-common</package> package.
9399           It is also available from the Debian web mirrors at
9400           <tt><url name="/doc/packaging-manuals/debian-emacs-policy"
9401                 id="http://www.debian.org/doc/packaging-manuals/debian-emacs-policy"></tt>.
9402         </p>
9403       </sect>
9404
9405       <sect>
9406         <heading>Games</heading>
9407
9408         <p>
9409           The permissions on <file>/var/games</file> are mode 755, owner
9410           <tt>root</tt> and group <tt>root</tt>.
9411         </p>
9412
9413         <p>
9414           Each game decides on its own security policy.</p>
9415
9416         <p>
9417           Games which require protected, privileged access to
9418           high-score files, saved games, etc., may be made
9419           set-<em>group</em>-id (mode 2755) and owned by
9420           <tt>root:games</tt>, and use files and directories with
9421           appropriate permissions (770 <tt>root:games</tt>, for
9422           example).  They must not be made
9423           set-<em>user</em>-id, as this causes security problems. (If
9424           an attacker can subvert any set-user-id game they can
9425           overwrite the executable of any other, causing other players
9426           of these games to run a Trojan horse program.  With a
9427           set-group-id game the attacker only gets access to less
9428           important game data, and if they can get at the other
9429           players' accounts at all it will take considerably more
9430           effort.)</p>
9431
9432         <p>
9433           Some packages, for example some fortune cookie programs, are
9434           configured by the upstream authors to install with their
9435           data files or other static information made unreadable so
9436           that they can only be accessed through set-id programs
9437           provided.  You should not do this in a Debian package: anyone can
9438           download the <file>.deb</file> file and read the data from it,
9439           so there is no point making the files unreadable.  Not
9440           making the files unreadable also means that you don't have
9441           to make so many programs set-id, which reduces the risk of a
9442           security hole.</p>
9443
9444         <p>
9445           As described in the FHS, binaries of games should be
9446           installed in the directory <file>/usr/games</file>. This also
9447           applies to games that use the X Window System. Manual pages
9448           for games (X and non-X games) should be installed in
9449           <file>/usr/share/man/man6</file>.</p>
9450       </sect>
9451     </chapt>
9452
9453
9454     <chapt id="docs">
9455       <heading>Documentation</heading>
9456
9457       <sect>
9458         <heading>Manual pages</heading>
9459
9460         <p>
9461           You should install manual pages in <prgn>nroff</prgn> source
9462           form, in appropriate places under <file>/usr/share/man</file>.
9463           You should only use sections 1 to 9 (see the FHS for more
9464           details).  You must not install a pre-formatted "cat page".
9465         </p>
9466
9467         <p>
9468           Each program, utility, and function should have an
9469           associated manual page included in the same package. It is
9470           suggested that all configuration files also have a manual
9471           page included as well. Manual pages for protocols and other
9472           auxiliary things are optional.
9473         </p>
9474
9475         <p>
9476           If no manual page is available, this is considered as a bug
9477           and should be reported to the Debian Bug Tracking System (the
9478           maintainer of the package is allowed to write this bug report
9479           themselves, if they so desire).  Do not close the bug report
9480           until a proper man page is available.<footnote>
9481               It is not very hard to write a man page. See the
9482               <url id="http://www.schweikhardt.net/man_page_howto.html"
9483                 name="Man-Page-HOWTO">,
9484               <manref name="man" section="7">, the examples created
9485               by <prgn>dh_make</prgn>, the helper
9486               program <prgn>help2man</prgn>, or the
9487               directory <file>/usr/share/doc/man-db/examples</file>.
9488           </footnote>
9489         </p>
9490
9491         <p>
9492           You may forward a complaint about a missing man page to the
9493           upstream authors, and mark the bug as forwarded in the
9494           Debian bug tracking system.  Even though the GNU Project do
9495           not in general consider the lack of a man page to be a bug,
9496           we do; if they tell you that they don't consider it a bug
9497           you should leave the bug in our bug tracking system open
9498           anyway.
9499         </p>
9500
9501         <p>
9502           Manual pages should be installed compressed using <tt>gzip -9</tt>.
9503         </p>
9504
9505         <p>
9506           If one man page needs to be accessible via several names it
9507           is better to use a symbolic link than the <file>.so</file>
9508           feature, but there is no need to fiddle with the relevant
9509           parts of the upstream source to change from <file>.so</file> to
9510           symlinks: don't do it unless it's easy.  You should not
9511           create hard links in the manual page directories, nor put
9512           absolute filenames in <file>.so</file> directives.  The filename
9513           in a <file>.so</file> in a man page should be relative to the
9514           base of the man page tree (usually
9515           <file>/usr/share/man</file>). If you do not create any links
9516           (whether symlinks, hard links, or <tt>.so</tt> directives)
9517           in the file system to the alternate names of the man page,
9518           then you should not rely on <prgn>man</prgn> finding your
9519           man page under those names based solely on the information in
9520           the man page's header.<footnote>
9521               Supporting this in <prgn>man</prgn> often requires
9522               unreasonable processing time to find a manual page or to
9523               report that none exists, and moves knowledge into man's
9524               database that would be better left in the file system.
9525               This support is therefore deprecated and will cease to
9526               be present in the future.
9527           </footnote>
9528         </p>
9529
9530         <p>
9531           Manual pages in locale-specific subdirectories of
9532           <file>/usr/share/man</file> should use either UTF-8 or the usual
9533           legacy encoding for that language (normally the one corresponding
9534           to the shortest relevant locale name in
9535           <file>/usr/share/i18n/SUPPORTED</file>). For example, pages under
9536           <file>/usr/share/man/fr</file> should use either UTF-8 or
9537           ISO-8859-1.<footnote>
9538             <prgn>man</prgn> will automatically detect whether UTF-8 is in
9539             use. In future, all manual pages will be required to use
9540             UTF-8.
9541           </footnote>
9542         </p>
9543
9544         <p>
9545           A country name (the <tt>DE</tt> in <tt>de_DE</tt>) should not be
9546           included in the subdirectory name unless it indicates a
9547           significant difference in the language, as this excludes
9548           speakers of the language in other countries.<footnote>
9549             At the time of writing, Chinese and Portuguese are the main
9550             languages with such differences, so <file>pt_BR</file>,
9551             <file>zh_CN</file>, and <file>zh_TW</file> are all allowed.
9552           </footnote>
9553         </p>
9554
9555         <p>
9556           If a localized version of a manual page is provided, it should
9557           either be up-to-date or it should be obvious to the reader that
9558           it is outdated and the original manual page should be used
9559           instead.  This can be done either by a note at the beginning of
9560           the manual page or by showing the missing or changed portions in
9561           the original language instead of the target language.
9562         </p>
9563       </sect>
9564
9565       <sect>
9566         <heading>Info documents</heading>
9567
9568         <p>
9569           Info documents should be installed in <file>/usr/share/info</file>.
9570           They should be compressed with <tt>gzip -9</tt>.
9571         </p>
9572
9573         <p>
9574           The <prgn>install-info</prgn> program maintains a directory of
9575           installed info documents in <file>/usr/share/info/dir</file> for
9576           the use of info readers.<footnote>
9577             It was previously necessary for packages installing info
9578             documents to run <prgn>install-info</prgn> from maintainer
9579             scripts.  This is no longer necessary.  The installation
9580             system now uses dpkg triggers.
9581           </footnote>
9582           This file must not be included in packages.  Packages containing
9583           info documents should depend on <tt>dpkg (>= 1.15.4) |
9584           install-info</tt> to ensure that the directory file is properly
9585           rebuilt during partial upgrades from Debian 5.0 (lenny) and
9586           earlier.
9587         </p>
9588
9589         <p>
9590           Info documents should contain section and directory entry
9591           information in the document for the use
9592           of <prgn>install-info</prgn>.  The section should be specified
9593           via a line starting with <tt>INFO-DIR-SECTION</tt> followed by a
9594           space and the section of this info page.  The directory entry or
9595           entries should be included between
9596           a <tt>START-INFO-DIR-ENTRY</tt> line and
9597           an <tt>END-INFO-DIR-ENTRY</tt> line.  For example:
9598           <example>
9599 INFO-DIR-SECTION Individual utilities
9600 START-INFO-DIR-ENTRY
9601 * example: (example).               An example info directory entry.
9602 END-INFO-DIR-ENTRY
9603           </example>
9604           To determine which section to use, you should look
9605           at <file>/usr/share/info/dir</file> on your system and choose
9606           the most relevant (or create a new section if none of the
9607           current sections are relevant).<footnote>
9608             Normally, info documents are generated from Texinfo source.
9609             To include this information in the generated info document, if
9610             it is absent, add commands like:
9611             <example>
9612 @dircategory Individual utilities
9613 @direntry
9614 * example: (example).               An example info directory entry.
9615 @end direntry
9616             </example>
9617             to the Texinfo source of the document and ensure that the info
9618             documents are rebuilt from source during the package build.
9619           </footnote>
9620         </p>
9621       </sect>
9622
9623       <sect>
9624         <heading>Additional documentation</heading>
9625
9626         <p>
9627           Any additional documentation that comes with the package may
9628           be installed at the discretion of the package maintainer.
9629           Plain text documentation should be installed in the directory
9630           <file>/usr/share/doc/<var>package</var></file>, where
9631           <var>package</var> is the name of the package, and
9632           compressed with <tt>gzip -9</tt> unless it is small.
9633         </p>
9634
9635         <p>
9636           If a package comes with large amounts of documentation which
9637           many users of the package will not require you should create
9638           a separate binary package to contain it, so that it does not
9639           take up disk space on the machines of users who do not need
9640           or want it installed.</p>
9641
9642         <p>
9643           It is often a good idea to put text information files
9644           (<file>README</file>s, changelogs, and so forth) that come with
9645           the source package in <file>/usr/share/doc/<var>package</var></file>
9646           in the binary package.  However, you don't need to install
9647           the instructions for building and installing the package, of
9648           course!</p>
9649
9650         <p>
9651           Packages must not require the existence of any files in
9652           <file>/usr/share/doc/</file> in order to function
9653           <footnote>
9654               The system administrator should be able to
9655               delete files in <file>/usr/share/doc/</file> without causing
9656               any programs to break.
9657           </footnote>.
9658           Any files that are referenced by programs but are also
9659           useful as stand alone documentation should be installed under
9660           <file>/usr/share/<var>package</var>/</file> with symbolic links from
9661           <file>/usr/share/doc/<var>package</var></file>.
9662         </p>
9663
9664         <p>
9665           <file>/usr/share/doc/<var>package</var></file> may be a symbolic
9666           link to another directory in <file>/usr/share/doc</file> only if
9667           the two packages both come from the same source and the
9668           first package Depends on the second.<footnote>
9669             <p>
9670               Please note that this does not override the section on
9671               changelog files below, so the file 
9672               <file>/usr/share/doc/<var>package</var>/changelog.Debian.gz</file>
9673               must refer to the changelog for the current version of
9674               <var>package</var> in question. In practice, this means
9675               that the sources of the target and the destination of the
9676               symlink must be the same (same source package and
9677               version). 
9678             </p>
9679           </footnote>
9680         </p>
9681
9682         <p>
9683           Former Debian releases placed all additional documentation
9684           in <file>/usr/doc/<var>package</var></file>.  This has been
9685           changed to <file>/usr/share/doc/<var>package</var></file>,
9686           and packages must not put documentation in the directory
9687           <file>/usr/doc/<var>package</var></file>. <footnote>
9688             At this phase of the transition, we no longer require a
9689             symbolic link in <file>/usr/doc/</file>. At a later point,
9690             policy shall change to make the symbolic links a bug.
9691           </footnote>
9692         </p>
9693       </sect>
9694
9695       <sect>
9696         <heading>Preferred documentation formats</heading>
9697
9698         <p>
9699           The unification of Debian documentation is being carried out
9700           via HTML.</p>
9701
9702         <p>
9703           If your package comes with extensive documentation in a
9704           markup format that can be converted to various other formats
9705           you should if possible ship HTML versions in a binary
9706           package, in the directory
9707           <file>/usr/share/doc/<var>appropriate-package</var></file> or
9708           its subdirectories.<footnote>
9709               The rationale: The important thing here is that HTML
9710               docs should be available in <em>some</em> package, not
9711               necessarily in the main binary package.
9712           </footnote>
9713         </p>
9714
9715         <p>
9716           Other formats such as PostScript may be provided at the
9717           package maintainer's discretion.
9718         </p>
9719       </sect>
9720
9721       <sect id="copyrightfile">
9722         <heading>Copyright information</heading>
9723
9724         <p>
9725           Every package must be accompanied by a verbatim copy of its
9726           copyright information and distribution license in the file
9727           <file>/usr/share/doc/<var>package</var>/copyright</file>. This
9728           file must neither be compressed nor be a symbolic link.
9729         </p>
9730
9731         <p>
9732           In addition, the copyright file must say where the upstream
9733           sources (if any) were obtained.  It should name the original
9734           authors of the package and the Debian maintainer(s) who were
9735           involved with its creation.
9736         </p>
9737
9738         <p>
9739           Packages in the <em>contrib</em> or <em>non-free</em> archive
9740           areas should state in the copyright file that the package is not
9741           part of the Debian distribution and briefly explain why.
9742         </p>
9743
9744         <p>
9745           A copy of the file which will be installed in
9746           <file>/usr/share/doc/<var>package</var>/copyright</file> should
9747           be in <file>debian/copyright</file> in the source package.
9748         </p>
9749
9750         <p>
9751           <file>/usr/share/doc/<var>package</var></file> may be a symbolic
9752           link to another directory in <file>/usr/share/doc</file> only if
9753           the two packages both come from the same source and the
9754           first package Depends on the second.  These rules are
9755           important because copyrights must be extractable by
9756           mechanical means.
9757         </p>
9758
9759         <p>
9760           Packages distributed under the Apache license (version 2.0), the
9761           Artistic license, the GNU GPL (versions 1, 2, or 3), the GNU
9762           LGPL (versions 2, 2.1, or 3), and the GNU FDL (versions 1.2 or
9763           1.3) should refer to the corresponding files
9764           under <file>/usr/share/common-licenses</file>,<footnote>
9765             <p>
9766               In particular,
9767               <file>/usr/share/common-licenses/Apache-2.0</file>,
9768               <file>/usr/share/common-licenses/Artistic</file>,
9769               <file>/usr/share/common-licenses/GPL-1</file>,
9770               <file>/usr/share/common-licenses/GPL-2</file>,
9771               <file>/usr/share/common-licenses/GPL-3</file>,
9772               <file>/usr/share/common-licenses/LGPL-2</file>,
9773               <file>/usr/share/common-licenses/LGPL-2.1</file>,
9774               <file>/usr/share/common-licenses/LGPL-3</file>,
9775               <file>/usr/share/common-licenses/GFDL-1.2</file>, and
9776               <file>/usr/share/common-licenses/GFDL-1.3</file>
9777               respectively.  The University of California BSD license is
9778               also included in <package>base-files</package> as
9779               <file>/usr/share/common-licenses/BSD</file>, but given the
9780               brevity of this license, its specificity to code whose
9781               copyright is held by the Regents of the University of
9782               California, and the frequency of minor wording changes, its
9783               text should be included in the copyright file rather than
9784               referencing this file.
9785             </p>
9786           </footnote> rather than quoting them in the copyright
9787           file. 
9788         </p>
9789
9790         <p>
9791           You should not use the copyright file as a general <file>README</file>
9792           file.  If your package has such a file it should be
9793           installed in <file>/usr/share/doc/<var>package</var>/README</file> or
9794           <file>README.Debian</file> or some other appropriate place.</p>
9795       </sect>
9796
9797       <sect>
9798         <heading>Examples</heading>
9799
9800         <p>
9801           Any examples (configurations, source files, whatever),
9802           should be installed in a directory
9803           <file>/usr/share/doc/<var>package</var>/examples</file>.  These
9804           files should not be referenced by any program: they're there
9805           for the benefit of the system administrator and users as
9806           documentation only.  Architecture-specific example files
9807           should be installed in a directory
9808           <file>/usr/lib/<var>package</var>/examples</file> with symbolic
9809           links to them from
9810           <file>/usr/share/doc/<var>package</var>/examples</file>, or the
9811           latter directory itself may be a symbolic link to the
9812           former.
9813         </p>
9814
9815         <p>
9816           If the purpose of a package is to provide examples, then the
9817           example files may be installed into
9818           <file>/usr/share/doc/<var>package</var></file>.
9819         </p>
9820       </sect>
9821
9822       <sect id="changelogs">
9823         <heading>Changelog files</heading>
9824
9825         <p>
9826           Packages that are not Debian-native must contain a
9827           compressed copy of the <file>debian/changelog</file> file from
9828           the Debian source tree in
9829           <file>/usr/share/doc/<var>package</var></file> with the name
9830           <file>changelog.Debian.gz</file>.
9831         </p>
9832
9833         <p>
9834           If an upstream changelog is available, it should be accessible as
9835           <file>/usr/share/doc/<var>package</var>/changelog.gz</file> in
9836           plain text.  If the upstream changelog is distributed in
9837           HTML, it should be made available in that form as
9838           <file>/usr/share/doc/<var>package</var>/changelog.html.gz</file>
9839           and a plain text <file>changelog.gz</file> should be generated
9840           from it using, for example, <tt>lynx -dump -nolist</tt>.  If
9841           the upstream changelog files do not already conform to this
9842           naming convention, then this may be achieved either by
9843           renaming the files, or by adding a symbolic link, at the
9844           maintainer's discretion.<footnote>
9845               Rationale: People should not have to look in places for
9846               upstream changelogs merely because they are given
9847               different names or are distributed in HTML format.
9848           </footnote>
9849         </p>
9850
9851         <p>
9852           All of these files should be installed compressed using
9853           <tt>gzip -9</tt>, as they will become large with time even
9854           if they start out small.
9855         </p>
9856
9857         <p>
9858           If the package has only one changelog which is used both as
9859           the Debian changelog and the upstream one because there is
9860           no separate upstream maintainer then that changelog should
9861           usually be installed as
9862           <file>/usr/share/doc/<var>package</var>/changelog.gz</file>; if
9863           there is a separate upstream maintainer, but no upstream
9864           changelog, then the Debian changelog should still be called
9865           <file>changelog.Debian.gz</file>.
9866         </p>
9867
9868         <p>
9869           For details about the format and contents of the Debian
9870           changelog file, please see <ref id="dpkgchangelog">.
9871         </p>
9872       </sect>
9873     </chapt>
9874
9875     <appendix id="pkg-scope">
9876       <heading>Introduction and scope of these appendices</heading>
9877
9878       <p>
9879         These appendices are taken essentially verbatim from the
9880         now-deprecated Packaging Manual, version 3.2.1.0.  They are
9881         the chapters which are likely to be of use to package
9882         maintainers and which have not already been included in the
9883         policy document itself. Most of these sections are very likely
9884         not relevant to policy; they should be treated as
9885         documentation for the packaging system. Please note that these
9886         appendices are included for convenience, and for historical
9887         reasons: they used to be part of policy package, and they have
9888         not yet been incorporated into dpkg documentation. However,
9889         they still have value, and hence they are presented here.
9890       </p>
9891
9892       <p>
9893         They have not yet been checked to ensure that they are
9894         compatible with the contents of policy, and if there are any
9895         contradictions, the version in the main policy document takes
9896         precedence.  The remaining chapters of the old Packaging
9897         Manual have also not been read in detail to ensure that there
9898         are not parts which have been left out.  Both of these will be
9899         done in due course.
9900       </p>
9901
9902       <p>
9903         Certain parts of the Packaging manual were integrated into the
9904         Policy Manual proper, and removed from the appendices. Links
9905         have been placed from the old locations to the new ones.
9906       </p>
9907
9908       <p>
9909         <prgn>dpkg</prgn> is a suite of programs for creating binary
9910         package files and installing and removing them on Unix
9911         systems.<footnote>
9912             <prgn>dpkg</prgn> is targeted primarily at Debian, but may
9913             work on or be ported to other systems.
9914         </footnote>
9915       </p>
9916
9917       <p>
9918         The binary packages are designed for the management of
9919         installed executable programs (usually compiled binaries) and
9920         their associated data, though source code examples and
9921         documentation are provided as part of some packages.</p>
9922
9923       <p>
9924         This manual describes the technical aspects of creating Debian
9925         binary packages (<file>.deb</file> files).  It documents the
9926         behavior of the package management programs
9927         <prgn>dpkg</prgn>, <prgn>dselect</prgn> et al. and the way
9928         they interact with packages.</p>
9929
9930       <p>
9931         It also documents the interaction between
9932         <prgn>dselect</prgn>'s core and the access method scripts it
9933         uses to actually install the selected packages, and describes
9934         how to create a new access method.</p>
9935
9936       <p>
9937         This manual does not go into detail about the options and
9938         usage of the package building and installation tools.  It
9939         should therefore be read in conjunction with those programs'
9940         man pages.
9941       </p>
9942
9943       <p>
9944         The utility programs which are provided with <prgn>dpkg</prgn>
9945         for managing various system configuration and similar issues,
9946         such as <prgn>update-rc.d</prgn> and
9947         <prgn>install-info</prgn>, are not described in detail here -
9948         please see their man pages.
9949       </p>
9950
9951       <p>
9952         It is assumed that the reader is reasonably familiar with the
9953         <prgn>dpkg</prgn> System Administrators' manual.
9954         Unfortunately this manual does not yet exist.
9955       </p>
9956
9957       <p>
9958         The Debian version of the FSF's GNU hello program is provided as
9959         an example for people wishing to create Debian packages. However,
9960         while the examples are helpful, they do not replace the need to
9961         read and follow the Policy and Programmer's Manual.</p>
9962     </appendix>
9963
9964     <appendix id="pkg-binarypkg">
9965       <heading>Binary packages (from old Packaging Manual)</heading>
9966
9967       <p>
9968         The binary package has two main sections.  The first part
9969         consists of various control information files and scripts used
9970         by <prgn>dpkg</prgn> when installing and removing.  See <ref
9971         id="pkg-controlarea">.
9972       </p>
9973
9974       <p>
9975         The second part is an archive containing the files and
9976         directories to be installed.
9977       </p>
9978
9979       <p>
9980         In the future binary packages may also contain other
9981         components, such as checksums and digital signatures. The
9982         format for the archive is described in full in the
9983         <file>deb(5)</file> man page.
9984       </p>
9985
9986
9987       <sect id="pkg-bincreating"><heading>Creating package files -
9988       <prgn>dpkg-deb</prgn>
9989         </heading>
9990
9991         <p>
9992           All manipulation of binary package files is done by
9993           <prgn>dpkg-deb</prgn>; it's the only program that has
9994           knowledge of the format.  (<prgn>dpkg-deb</prgn> may be
9995           invoked by calling <prgn>dpkg</prgn>, as <prgn>dpkg</prgn>
9996           will spot that the options requested are appropriate to
9997           <prgn>dpkg-deb</prgn> and invoke that instead with the same
9998           arguments.)
9999         </p>
10000
10001         <p>
10002           In order to create a binary package you must make a
10003           directory tree which contains all the files and directories
10004           you want to have in the file system data part of the package.
10005           In Debian-format source packages this directory is usually
10006           <file>debian/tmp</file>, relative to the top of the package's
10007           source tree.
10008         </p>
10009
10010         <p>
10011           They should have the locations (relative to the root of the
10012           directory tree you're constructing) ownerships and
10013           permissions which you want them to have on the system when
10014           they are installed.
10015         </p>
10016
10017         <p>
10018           With current versions of <prgn>dpkg</prgn> the uid/username
10019           and gid/groupname mappings for the users and groups being
10020           used should be the same on the system where the package is
10021           built and the one where it is installed.
10022         </p>
10023
10024         <p>
10025           You need to add one special directory to the root of the
10026           miniature file system tree you're creating:
10027           <prgn>DEBIAN</prgn>.  It should contain the control
10028           information files, notably the binary package control file
10029           (see <ref id="pkg-controlfile">).
10030         </p>
10031
10032         <p>
10033           The <prgn>DEBIAN</prgn> directory will not appear in the
10034           file system archive of the package, and so won't be installed
10035           by <prgn>dpkg</prgn> when the package is unpacked.
10036         </p>
10037
10038         <p>
10039           When you've prepared the package, you should invoke:
10040           <example>
10041   dpkg --build <var>directory</var>
10042           </example>
10043         </p>
10044
10045         <p>
10046           This will build the package in
10047           <file><var>directory</var>.deb</file>.  (<prgn>dpkg</prgn> knows
10048           that <tt>--build</tt> is a <prgn>dpkg-deb</prgn> option, so
10049           it invokes <prgn>dpkg-deb</prgn> with the same arguments to
10050           build the package.)
10051         </p>
10052
10053         <p>
10054           See the man page <manref name="dpkg-deb" section="8"> for details of how
10055           to examine the contents of this newly-created file.  You may find the
10056           output of following commands enlightening:
10057           <example>
10058   dpkg-deb --info <var>filename</var>.deb
10059   dpkg-deb --contents <var>filename</var>.deb
10060   dpkg --contents <var>filename</var>.deb
10061           </example>
10062           To view the copyright file for a package you could use this command:
10063           <example>
10064   dpkg --fsys-tarfile <var>filename</var>.deb | tar xOf - --wildcards \*/copyright | pager
10065           </example>
10066         </p>
10067       </sect>
10068
10069       <sect id="pkg-controlarea">
10070         <heading>Package control information files</heading>
10071
10072         <p>
10073           The control information portion of a binary package is a
10074           collection of files with names known to <prgn>dpkg</prgn>.
10075           It will treat the contents of these files specially - some
10076           of them contain information used by <prgn>dpkg</prgn> when
10077           installing or removing the package; others are scripts which
10078           the package maintainer wants <prgn>dpkg</prgn> to run.
10079         </p>
10080
10081         <p>
10082           It is possible to put other files in the package control
10083           information file area, but this is not generally a good idea
10084           (though they will largely be ignored).
10085         </p>
10086
10087         <p>
10088           Here is a brief list of the control information files supported
10089           by <prgn>dpkg</prgn> and a summary of what they're used for.
10090         </p>
10091
10092         <p>
10093           <taglist>
10094             <tag><tt>control</tt>
10095             <item>
10096               <p>
10097                 This is the key description file used by
10098                 <prgn>dpkg</prgn>.  It specifies the package's name
10099                 and version, gives its description for the user,
10100                 states its relationships with other packages, and so
10101                 forth.  See <ref id="sourcecontrolfiles"> and
10102                 <ref id="binarycontrolfiles">.
10103               </p>
10104
10105               <p>
10106                 It is usually generated automatically from information
10107                 in the source package by the
10108                 <prgn>dpkg-gencontrol</prgn> program, and with
10109                 assistance from <prgn>dpkg-shlibdeps</prgn>.
10110                 See <ref id="pkg-sourcetools">.
10111               </p>
10112             </item>
10113
10114             <tag><tt>postinst</tt>, <tt>preinst</tt>, <tt>postrm</tt>,
10115                  <tt>prerm</tt>
10116             </tag>
10117             <item>
10118               <p>
10119                 These are executable files (usually scripts) which
10120                 <prgn>dpkg</prgn> runs during installation, upgrade
10121                 and removal of packages.  They allow the package to
10122                 deal with matters which are particular to that package
10123                 or require more complicated processing than that
10124                 provided by <prgn>dpkg</prgn>.  Details of when and
10125                 how they are called are in <ref id="maintainerscripts">.
10126               </p>
10127
10128               <p>
10129                 It is very important to make these scripts idempotent.
10130                 See <ref id="idempotency">.
10131               </p>
10132
10133               <p>
10134                 The maintainer scripts are not guaranteed to run with a
10135                 controlling terminal and may not be able to interact with
10136                 the user.  See <ref id="controllingterminal">.
10137               </p>
10138             </item>
10139
10140             <tag><tt>conffiles</tt>
10141             </tag>
10142             <item>
10143                 This file contains a list of configuration files which
10144                 are to be handled automatically by <prgn>dpkg</prgn>
10145                 (see <ref id="pkg-conffiles">).  Note that not necessarily
10146                 every configuration file should be listed here.
10147             </item>
10148
10149             <tag><tt>shlibs</tt>
10150             </tag>
10151             <item>
10152                 This file contains a list of the shared libraries
10153                 supplied by the package, with dependency details for
10154                 each.  This is used by <prgn>dpkg-shlibdeps</prgn>
10155                 when it determines what dependencies are required in a
10156                 package control file. The <tt>shlibs</tt> file format
10157                 is described on <ref id="shlibs">.
10158             </item>
10159           </taglist>
10160         </p>
10161
10162       <sect id="pkg-controlfile">
10163         <heading>The main control information file: <tt>control</tt></heading>
10164
10165         <p>
10166           The most important control information file used by
10167           <prgn>dpkg</prgn> when it installs a package is
10168           <tt>control</tt>.  It contains all the package's "vital
10169           statistics".
10170         </p>
10171
10172         <p>
10173           The binary package control files of packages built from
10174           Debian sources are made by a special tool,
10175           <prgn>dpkg-gencontrol</prgn>, which reads
10176           <file>debian/control</file> and <file>debian/changelog</file> to
10177           find the information it needs.  See <ref id="pkg-sourcepkg"> for
10178           more details.
10179         </p>
10180
10181         <p>
10182           The fields in binary package control files are listed in
10183           <ref id="binarycontrolfiles">.
10184         </p>
10185
10186         <p>
10187           A description of the syntax of control files and the purpose
10188           of the fields is available in <ref id="controlfields">.
10189         </p>
10190       </sect>
10191
10192       <sect>
10193         <heading>Time Stamps</heading>
10194
10195         <p>
10196           See <ref id="timestamps">.
10197         </p>
10198       </sect>
10199     </appendix>
10200
10201     <appendix id="pkg-sourcepkg">
10202       <heading>Source packages (from old Packaging Manual) </heading>
10203
10204       <p>
10205         The Debian binary packages in the distribution are generated
10206         from Debian sources, which are in a special format to assist
10207         the easy and automatic building of binaries.
10208       </p>
10209
10210       <sect id="pkg-sourcetools">
10211         <heading>Tools for processing source packages</heading>
10212
10213         <p>
10214           Various tools are provided for manipulating source packages;
10215           they pack and unpack sources and help build of binary
10216           packages and help manage the distribution of new versions.
10217         </p>
10218
10219         <p>
10220           They are introduced and typical uses described here; see
10221           <manref name="dpkg-source" section="1"> for full
10222           documentation about their arguments and operation.
10223         </p>
10224
10225         <p>
10226           For examples of how to construct a Debian source package,
10227           and how to use those utilities that are used by Debian
10228           source packages, please see the <prgn>hello</prgn> example
10229           package.
10230         </p>
10231
10232         <sect1 id="pkg-dpkg-source">
10233           <heading>
10234             <prgn>dpkg-source</prgn> - packs and unpacks Debian source
10235             packages
10236           </heading>
10237
10238           <p>
10239             This program is frequently used by hand, and is also
10240             called from package-independent automated building scripts
10241             such as <prgn>dpkg-buildpackage</prgn>.
10242           </p>
10243
10244           <p>
10245             To unpack a package it is typically invoked with
10246             <example>
10247   dpkg-source -x <var>.../path/to/filename</var>.dsc
10248             </example>
10249           </p>
10250
10251            <p>
10252             with the <file><var>filename</var>.tar.gz</file> and
10253             <file><var>filename</var>.diff.gz</file> (if applicable) in
10254             the same directory.  It unpacks into
10255             <file><var>package</var>-<var>version</var></file>, and if
10256             applicable
10257             <file><var>package</var>-<var>version</var>.orig</file>, in
10258             the current directory.
10259           </p>
10260
10261           <p>
10262             To create a packed source archive it is typically invoked:
10263             <example>
10264   dpkg-source -b <var>package</var>-<var>version</var>
10265           </example>
10266           </p>
10267
10268           <p>
10269             This will create the <file>.dsc</file>, <file>.tar.gz</file> and
10270             <file>.diff.gz</file> (if appropriate) in the current
10271             directory.  <prgn>dpkg-source</prgn> does not clean the
10272             source tree first - this must be done separately if it is
10273             required.
10274           </p>
10275
10276           <p>
10277             See also <ref id="pkg-sourcearchives">.</p>
10278         </sect1>
10279
10280
10281         <sect1 id="pkg-dpkg-buildpackage">
10282           <heading>
10283             <prgn>dpkg-buildpackage</prgn> - overall package-building
10284             control script
10285           </heading>
10286
10287           <p>
10288             <prgn>dpkg-buildpackage</prgn> is a script which invokes
10289             <prgn>dpkg-source</prgn>, the <file>debian/rules</file>
10290             targets <tt>clean</tt>, <tt>build</tt> and
10291             <tt>binary</tt>, <prgn>dpkg-genchanges</prgn> and
10292             <prgn>gpg</prgn> (or <prgn>pgp</prgn>) to build a signed
10293             source and binary package upload.
10294           </p>
10295
10296           <p>
10297             It is usually invoked by hand from the top level of the
10298             built or unbuilt source directory.  It may be invoked with
10299             no arguments; useful arguments include:
10300             <taglist compact="compact">
10301               <tag><tt>-uc</tt>, <tt>-us</tt></tag>
10302               <item>
10303                 <p>
10304                   Do not sign the <tt>.changes</tt> file or the
10305                   source package <tt>.dsc</tt> file, respectively.</p>
10306               </item>
10307               <tag><tt>-p<var>sign-command</var></tt></tag>
10308               <item>
10309                 <p>
10310                   Invoke <var>sign-command</var> instead of finding
10311                   <tt>gpg</tt> or <tt>pgp</tt> on the <prgn>PATH</prgn>.
10312                   <var>sign-command</var> must behave just like
10313                   <prgn>gpg</prgn> or <tt>pgp</tt>.</p>
10314               </item>
10315               <tag><tt>-r<var>root-command</var></tt></tag>
10316               <item>
10317                 <p>
10318                   When root privilege is required, invoke the command
10319                   <var>root-command</var>.  <var>root-command</var>
10320                   should invoke its first argument as a command, from
10321                   the <prgn>PATH</prgn> if necessary, and pass its
10322                   second and subsequent arguments to the command it
10323                   calls.  If no <var>root-command</var> is supplied
10324                   then <var>dpkg-buildpackage</var> will take no
10325                   special action to gain root privilege, so that for
10326                   most packages it will have to be invoked as root to
10327                   start with.</p>
10328               </item>
10329               <tag><tt>-b</tt>, <tt>-B</tt></tag>
10330               <item>
10331                 <p>
10332                   Two types of binary-only build and upload - see
10333                   <manref name="dpkg-source" section="1">.
10334                 </p>
10335               </item>
10336             </taglist>
10337           </p>
10338         </sect1>
10339
10340         <sect1 id="pkg-dpkg-gencontrol">
10341           <heading>
10342             <prgn>dpkg-gencontrol</prgn> - generates binary package
10343             control files
10344           </heading>
10345
10346           <p>
10347             This program is usually called from <file>debian/rules</file>
10348             (see <ref id="pkg-sourcetree">) in the top level of the source
10349             tree.
10350           </p>
10351
10352           <p>
10353             This is usually done just before the files and directories in the
10354             temporary directory tree where the package is being built have their
10355             permissions and ownerships set and the package is constructed using
10356             <prgn>dpkg-deb/</prgn>
10357               <footnote>
10358                 This is so that the control file which is produced has
10359                 the right permissions
10360             </footnote>.
10361           </p>
10362
10363           <p>
10364             <prgn>dpkg-gencontrol</prgn> must be called after all the
10365             files which are to go into the package have been placed in
10366             the temporary build directory, so that its calculation of
10367             the installed size of a package is correct.
10368           </p>
10369
10370           <p>
10371             It is also necessary for <prgn>dpkg-gencontrol</prgn> to
10372             be run after <prgn>dpkg-shlibdeps</prgn> so that the
10373             variable substitutions created by
10374             <prgn>dpkg-shlibdeps</prgn> in <file>debian/substvars</file>
10375             are available.
10376           </p>
10377
10378           <p>
10379             For a package which generates only one binary package, and
10380             which builds it in <file>debian/tmp</file> relative to the top
10381             of the source package, it is usually sufficient to call
10382             <prgn>dpkg-gencontrol</prgn>.
10383           </p>
10384
10385           <p>
10386             Sources which build several binaries will typically need
10387             something like:
10388             <example>
10389   dpkg-gencontrol -Pdebian/tmp-<var>pkg</var> -p<var>package</var>
10390             </example> The <tt>-P</tt> tells
10391             <prgn>dpkg-gencontrol</prgn> that the package is being
10392             built in a non-default directory, and the <tt>-p</tt>
10393             tells it which package's control file should be generated.
10394           </p>
10395
10396           <p>
10397             <prgn>dpkg-gencontrol</prgn> also adds information to the
10398             list of files in <file>debian/files</file>, for the benefit of
10399             (for example) a future invocation of
10400             <prgn>dpkg-genchanges</prgn>.</p>
10401         </sect1>
10402
10403         <sect1 id="pkg-dpkg-shlibdeps">
10404           <heading>
10405             <prgn>dpkg-shlibdeps</prgn> - calculates shared library
10406             dependencies
10407           </heading>
10408
10409           <p>
10410             This program is usually called from <file>debian/rules</file>
10411             just before <prgn>dpkg-gencontrol</prgn> (see <ref
10412             id="pkg-sourcetree">), in the top level of the source tree.
10413           </p>
10414
10415           <p>
10416             Its arguments are executables and shared libraries
10417             <footnote>
10418               <p>
10419                 They may be specified either in the locations in the
10420                 source tree where they are created or in the locations
10421                 in the temporary build tree where they are installed
10422                 prior to binary package creation.
10423               </p>
10424             </footnote> for which shared library dependencies should
10425             be included in the binary package's control file.
10426           </p>
10427
10428           <p>
10429             If some of the found shared libraries should only
10430             warrant a <tt>Recommends</tt> or <tt>Suggests</tt>, or if
10431             some warrant a <tt>Pre-Depends</tt>, this can be achieved
10432             by using the <tt>-d<var>dependency-field</var></tt> option
10433             before those executable(s).  (Each <tt>-d</tt> option
10434             takes effect until the next <tt>-d</tt>.)
10435           </p>
10436
10437           <p>
10438             <prgn>dpkg-shlibdeps</prgn> does not directly cause the
10439             output control file to be modified.  Instead by default it
10440             adds to the <file>debian/substvars</file> file variable
10441             settings like <tt>shlibs:Depends</tt>.  These variable
10442             settings must be referenced in dependency fields in the
10443             appropriate per-binary-package sections of the source
10444             control file.
10445           </p>
10446
10447           <p>
10448             For example, a package that generates an essential part
10449             which requires dependencies, and optional parts that 
10450             which only require a recommendation, would separate those
10451             two sets of dependencies into two different fields.<footnote>
10452                 At the time of writing, an example for this was the
10453                 <package/xmms/ package, with Depends used for the xmms
10454                 executable, Recommends for the plug-ins and Suggests for
10455                 even more optional features provided by unzip.
10456             </footnote>
10457             It can say in its <file>debian/rules</file>:
10458             <example>
10459   dpkg-shlibdeps -dDepends <var>program anotherprogram ...</var> \
10460                  -dRecommends <var>optionalpart anotheroptionalpart</var>
10461             </example>
10462             and then in its main control file <file>debian/control</file>:
10463             <example>
10464   <var>...</var>
10465   Depends: ${shlibs:Depends}
10466   Recommends: ${shlibs:Recommends}
10467   <var>...</var>
10468             </example>
10469           </p>
10470
10471           <p>
10472             Sources which produce several binary packages with
10473             different shared library dependency requirements can use
10474             the <tt>-p<var>varnameprefix</var></tt> option to override
10475             the default <tt>shlibs:</tt> prefix (one invocation of
10476             <prgn>dpkg-shlibdeps</prgn> per setting of this option).
10477             They can thus produce several sets of dependency
10478             variables, each of the form
10479             <tt><var>varnameprefix</var>:<var>dependencyfield</var></tt>,
10480             which can be referred to in the appropriate parts of the
10481             binary package control files.
10482           </p>
10483         </sect1>
10484
10485
10486         <sect1 id="pkg-dpkg-distaddfile">
10487           <heading>
10488             <prgn>dpkg-distaddfile</prgn> - adds a file to
10489             <file>debian/files</file>
10490           </heading>
10491
10492           <p>
10493             Some packages' uploads need to include files other than
10494             the source and binary package files.
10495           </p>
10496
10497           <p>
10498             <prgn>dpkg-distaddfile</prgn> adds a file to the
10499             <file>debian/files</file> file so that it will be included in
10500             the <file>.changes</file> file when
10501             <prgn>dpkg-genchanges</prgn> is run.
10502           </p>
10503
10504           <p>
10505             It is usually invoked from the <tt>binary</tt> target of
10506             <file>debian/rules</file>:
10507             <example>
10508   dpkg-distaddfile <var>filename</var> <var>section</var> <var>priority</var>
10509             </example>
10510             The <var>filename</var> is relative to the directory where
10511             <prgn>dpkg-genchanges</prgn> will expect to find it - this
10512             is usually the directory above the top level of the source
10513             tree.  The <file>debian/rules</file> target should put the
10514             file there just before or just after calling
10515             <prgn>dpkg-distaddfile</prgn>.
10516           </p>
10517
10518           <p>
10519             The <var>section</var> and <var>priority</var> are passed
10520             unchanged into the resulting <file>.changes</file> file.
10521           </p>
10522         </sect1>
10523
10524
10525         <sect1 id="pkg-dpkg-genchanges">
10526           <heading>
10527             <prgn>dpkg-genchanges</prgn> - generates a <file>.changes</file>
10528             upload control file
10529           </heading>
10530
10531           <p>
10532             This program is usually called by package-independent
10533             automatic building scripts such as
10534             <prgn>dpkg-buildpackage</prgn>, but it may also be called
10535             by hand.
10536           </p>
10537
10538           <p>
10539             It is usually called in the top level of a built source
10540             tree, and when invoked with no arguments will print out a
10541             straightforward <file>.changes</file> file based on the
10542             information in the source package's changelog and control
10543             file and the binary and source packages which should have
10544             been built.
10545           </p>
10546         </sect1>
10547
10548
10549         <sect1 id="pkg-dpkg-parsechangelog">
10550           <heading>
10551             <prgn>dpkg-parsechangelog</prgn> - produces parsed
10552             representation of a changelog
10553           </heading>
10554
10555           <p>
10556             This program is used internally by
10557             <prgn>dpkg-source</prgn> et al.  It may also occasionally
10558             be useful in <file>debian/rules</file> and elsewhere.  It
10559             parses a changelog, <file>debian/changelog</file> by default,
10560             and prints a control-file format representation of the
10561             information in it to standard output.
10562           </p>
10563         </sect1>
10564
10565         <sect1 id="pkg-dpkg-architecture">
10566           <heading>
10567             <prgn>dpkg-architecture</prgn> - information about the build and
10568             host system
10569           </heading>
10570
10571           <p>
10572             This program can be used manually, but is also invoked by
10573             <tt>dpkg-buildpackage</tt> or <file>debian/rules</file> to set
10574             environment or make variables which specify the build and host
10575             architecture for the package building process.
10576           </p>
10577         </sect1>
10578       </sect>
10579
10580       <sect id="pkg-sourcetree">
10581         <heading>The Debian package source tree</heading>
10582
10583         <p>
10584           The source archive scheme described later is intended to
10585           allow a Debian package source tree with some associated
10586           control information to be reproduced and transported easily.
10587           The Debian package source tree is a version of the original
10588           program with certain files added for the benefit of the
10589           packaging process, and with any other changes required
10590           made to the rest of the source code and installation
10591           scripts.
10592         </p>
10593
10594         <p>
10595           The extra files created for Debian are in the subdirectory
10596           <file>debian</file> of the top level of the Debian package
10597           source tree. They are described below.
10598         </p>
10599
10600         <sect1 id="pkg-debianrules">
10601           <heading><file>debian/rules</file> - the main building script</heading>
10602
10603           <p>
10604             See <ref id="debianrules">.
10605           </p>
10606         </sect1>
10607
10608         <sect1 id="pkg-srcsubstvars">
10609           <heading><file>debian/substvars</file> and variable substitutions</heading>
10610
10611           <p>
10612             See <ref id="substvars">.
10613           </p>
10614
10615         </sect1>
10616
10617         <sect1>
10618           <heading><file>debian/files</file></heading>
10619
10620           <p>
10621             See <ref id="debianfiles">.
10622           </p>
10623         </sect1>
10624
10625         <sect1><heading><file>debian/tmp</file>
10626           </heading>
10627
10628           <p>
10629             This is the canonical temporary location for the
10630             construction of binary packages by the <tt>binary</tt>
10631             target.  The directory <file>tmp</file> serves as the root of
10632             the file system tree as it is being constructed (for
10633             example, by using the package's upstream makefiles install
10634             targets and redirecting the output there), and it also
10635             contains the <tt>DEBIAN</tt> subdirectory.  See <ref
10636             id="pkg-bincreating">.
10637           </p>
10638
10639           <p>
10640             If several binary packages are generated from the same
10641             source tree it is usual to use several
10642             <file>debian/tmp<var>something</var></file> directories, for
10643             example <file>tmp-a</file> or <file>tmp-doc</file>.
10644           </p>
10645
10646           <p>
10647             Whatever <file>tmp</file> directories are created and used by
10648             <tt>binary</tt> must of course be removed by the
10649             <tt>clean</tt> target.</p></sect1>
10650       </sect>
10651
10652
10653       <sect id="pkg-sourcearchives"><heading>Source packages as archives
10654         </heading>
10655
10656         <p>
10657           As it exists on the FTP site, a Debian source package
10658           consists of three related files.  You must have the right
10659           versions of all three to be able to use them.
10660         </p>
10661
10662         <p>
10663           <taglist>
10664             <tag>Debian source control file - <tt>.dsc</tt></tag>
10665             <item>
10666                 This file is a control file used by <prgn>dpkg-source</prgn>
10667                 to extract a source package.
10668                 See <ref id="debiansourcecontrolfiles">.
10669             </item>
10670
10671             <tag>
10672               Original source archive -
10673               <file>
10674                 <var>package</var>_<var>upstream-version</var>.orig.tar.gz
10675               </file>
10676             </tag>
10677
10678             <item>
10679               <p>
10680                 This is a compressed (with <tt>gzip -9</tt>)
10681                 <prgn>tar</prgn> file containing the source code from
10682                 the upstream authors of the program.
10683               </p>
10684             </item>
10685
10686             <tag>
10687               Debian package diff -
10688               <file>
10689                 <var>package</var>_<var>upstream_version-revision</var>.diff.gz
10690               </file>
10691             </tag>
10692             <item>
10693
10694               <p>
10695                 This is a unified context diff (<tt>diff -u</tt>)
10696                 giving the changes which are required to turn the
10697                 original source into the Debian source.  These changes
10698                 may only include editing and creating plain files.
10699                 The permissions of files, the targets of symbolic
10700                 links and the characteristics of special files or
10701                 pipes may not be changed and no files may be removed
10702                 or renamed.
10703               </p>
10704
10705               <p>
10706                 All the directories in the diff must exist, except the
10707                 <file>debian</file> subdirectory of the top of the source
10708                 tree, which will be created by
10709                 <prgn>dpkg-source</prgn> if necessary when unpacking.
10710               </p>
10711
10712               <p>
10713                 The <prgn>dpkg-source</prgn> program will
10714                 automatically make the <file>debian/rules</file> file
10715                 executable (see below).</p></item>
10716           </taglist>
10717         </p>
10718
10719         <p>
10720           If there is no original source code - for example, if the
10721           package is specially prepared for Debian or the Debian
10722           maintainer is the same as the upstream maintainer - the
10723           format is slightly different: then there is no diff, and the
10724           tarfile is named
10725           <file><var>package</var>_<var>version</var>.tar.gz</file>,
10726           and preferably contains a directory named
10727           <file><var>package</var>-<var>version</var></file>.
10728         </p>
10729       </sect>
10730
10731       <sect>
10732         <heading>Unpacking a Debian source package without <prgn>dpkg-source</prgn></heading>
10733
10734         <p>
10735           <tt>dpkg-source -x</tt> is the recommended way to unpack a
10736           Debian source package.  However, if it is not available it
10737           is possible to unpack a Debian source archive as follows:
10738         <enumlist compact="compact">
10739           <item>
10740             <p>
10741               Untar the tarfile, which will create a <file>.orig</file>
10742               directory.</p>
10743           </item>
10744           <item>
10745             <p>Rename the <file>.orig</file> directory to
10746               <file><var>package</var>-<var>version</var></file>.</p>
10747           </item>
10748             <item>
10749             <p>
10750               Create the subdirectory <file>debian</file> at the top of
10751               the source tree.</p>
10752           </item>
10753           <item><p>Apply the diff using <tt>patch -p0</tt>.</p>
10754           </item>
10755           <item><p>Untar the tarfile again if you want a copy of the original
10756               source code alongside the Debian version.</p>
10757           </item>
10758         </enumlist>
10759
10760         <p>
10761           It is not possible to generate a valid Debian source archive
10762           without using <prgn>dpkg-source</prgn>.  In particular,
10763           attempting to use <prgn>diff</prgn> directly to generate the
10764           <file>.diff.gz</file> file will not work.
10765         </p>
10766
10767         <sect1>
10768           <heading>Restrictions on objects in source packages</heading>
10769
10770           <p>
10771             The source package may not contain any hard links
10772             <footnote>
10773                 This is not currently detected when building source
10774                 packages, but only when extracting
10775                 them.
10776             </footnote>
10777             <footnote>
10778                 Hard links may be permitted at some point in the
10779                 future, but would require a fair amount of
10780                 work.
10781             </footnote>, device special files, sockets or setuid or
10782             setgid files.
10783             <footnote>
10784                 Setgid directories are allowed.
10785             </footnote>
10786           </p>
10787
10788           <p>
10789             The source packaging tools manage the changes between the
10790             original and Debian source using <prgn>diff</prgn> and
10791             <prgn>patch</prgn>.  Turning the original source tree as
10792             included in the <file>.orig.tar.gz</file> into the Debian
10793             package source must not involve any changes which cannot be
10794             handled by these tools.  Problematic changes which cause
10795             <prgn>dpkg-source</prgn> to halt with an error when
10796             building the source package are:
10797             <list compact="compact">
10798               <item><p>Adding or removing symbolic links, sockets or pipes.</p>
10799               </item>
10800               <item><p>Changing the targets of symbolic links.</p>
10801               </item>
10802               <item><p>Creating directories, other than <file>debian</file>.</p>
10803               </item>
10804               <item><p>Changes to the contents of binary files.</p></item>
10805             </list> Changes which cause <prgn>dpkg-source</prgn> to
10806             print a warning but continue anyway are:
10807             <list compact="compact">
10808               <item>
10809                 <p>
10810                   Removing files, directories or symlinks.
10811                   <footnote>
10812                       Renaming a file is not treated specially - it is
10813                       seen as the removal of the old file (which
10814                       generates a warning, but is otherwise ignored),
10815                       and the creation of the new one.
10816                   </footnote>
10817                 </p>
10818               </item>
10819               <item>
10820                 <p>
10821                   Changed text files which are missing the usual final
10822                   newline (either in the original or the modified
10823                   source tree).
10824                 </p>
10825               </item>
10826             </list>
10827             Changes which are not represented, but which are not detected by
10828             <prgn>dpkg-source</prgn>, are:
10829             <list compact="compact">
10830               <item><p>Changing the permissions of files (other than
10831                   <file>debian/rules</file>) and directories.</p></item>
10832             </list>
10833           </p>
10834
10835           <p>
10836             The <file>debian</file> directory and <file>debian/rules</file>
10837             are handled specially by <prgn>dpkg-source</prgn> - before
10838             applying the changes it will create the <file>debian</file>
10839             directory, and afterwards it will make
10840             <file>debian/rules</file> world-executable.
10841           </p>
10842         </sect1>
10843       </sect>
10844     </appendix>
10845
10846     <appendix id="pkg-controlfields">
10847       <heading>Control files and their fields (from old Packaging Manual)</heading>
10848
10849       <p>
10850         Many of the tools in the <prgn>dpkg</prgn> suite manipulate
10851         data in a common format, known as control files.  Binary and
10852         source packages have control data as do the <file>.changes</file>
10853         files which control the installation of uploaded files, and
10854         <prgn>dpkg</prgn>'s internal databases are in a similar
10855         format.
10856       </p>
10857
10858       <sect>
10859         <heading>Syntax of control files</heading>
10860
10861         <p>
10862           See <ref id="controlsyntax">.
10863         </p>
10864
10865         <p>
10866           It is important to note that there are several fields which
10867           are optional as far as <prgn>dpkg</prgn> and the related
10868           tools are concerned, but which must appear in every Debian
10869           package, or whose omission may cause problems.
10870         </p>
10871       </sect>
10872
10873       <sect>
10874         <heading>List of fields</heading>
10875
10876         <p>
10877           See <ref id="controlfieldslist">.
10878         </p>
10879
10880         <p>
10881           This section now contains only the fields that didn't belong
10882           to the Policy manual.
10883         </p>
10884
10885         <sect1 id="pkg-f-Filename">
10886           <heading><tt>Filename</tt> and <tt>MSDOS-Filename</tt></heading>
10887
10888           <p>
10889             These fields in <tt>Packages</tt> files give the
10890             filename(s) of (the parts of) a package in the
10891             distribution directories, relative to the root of the
10892             Debian hierarchy.  If the package has been split into
10893             several parts the parts are all listed in order, separated
10894             by spaces.
10895           </p>
10896         </sect1>
10897
10898         <sect1 id="pkg-f-Size">
10899           <heading><tt>Size</tt> and <tt>MD5sum</tt></heading>
10900
10901           <p>
10902             These fields in <file>Packages</file> files give the size (in
10903             bytes, expressed in decimal) and MD5 checksum of the
10904             file(s) which make(s) up a binary package in the
10905             distribution.  If the package is split into several parts
10906             the values for the parts are listed in order, separated by
10907             spaces.
10908           </p>
10909         </sect1>
10910
10911         <sect1 id="pkg-f-Status">
10912           <heading><tt>Status</tt></heading>
10913
10914           <p>
10915             This field in <prgn>dpkg</prgn>'s status file records
10916             whether the user wants a package installed, removed or
10917             left alone, whether it is broken (requiring
10918             re-installation) or not and what its current state on the
10919             system is.  Each of these pieces of information is a
10920             single word.
10921           </p>
10922         </sect1>
10923
10924         <sect1 id="pkg-f-Config-Version">
10925           <heading><tt>Config-Version</tt></heading>
10926
10927           <p>
10928             If a package is not installed or not configured, this
10929             field in <prgn>dpkg</prgn>'s status file records the last
10930             version of the package which was successfully
10931             configured.
10932           </p>
10933         </sect1>
10934
10935         <sect1 id="pkg-f-Conffiles">
10936           <heading><tt>Conffiles</tt></heading>
10937
10938           <p>
10939             This field in <prgn>dpkg</prgn>'s status file contains
10940             information about the automatically-managed configuration
10941             files held by a package.  This field should <em>not</em>
10942             appear anywhere in a package!
10943           </p>
10944         </sect1>
10945
10946         <sect1>
10947           <heading>Obsolete fields</heading>
10948
10949           <p>
10950             These are still recognized by <prgn>dpkg</prgn> but should
10951             not appear anywhere any more.
10952
10953             <taglist compact="compact">
10954
10955               <tag><tt>Revision</tt></tag>
10956               <tag><tt>Package-Revision</tt></tag>
10957               <tag><tt>Package_Revision</tt></tag>
10958               <item>
10959                   The Debian revision part of the package version was
10960                   at one point in a separate control field.  This
10961                   field went through several names.
10962               </item>
10963
10964               <tag><tt>Recommended</tt></tag>
10965               <item>Old name for <tt>Recommends</tt>.</item>
10966
10967               <tag><tt>Optional</tt></tag>
10968               <item>Old name for <tt>Suggests</tt>.</item>
10969
10970               <tag><tt>Class</tt></tag>
10971               <item>Old name for <tt>Priority</tt>.</item>
10972
10973             </taglist>
10974           </p>
10975         </sect1>
10976       </sect>
10977
10978     </appendix>
10979
10980     <appendix id="pkg-conffiles">
10981       <heading>Configuration file handling (from old Packaging Manual)</heading>
10982
10983       <p>
10984         <prgn>dpkg</prgn> can do a certain amount of automatic
10985         handling of package configuration files.
10986       </p>
10987
10988       <p>
10989         Whether this mechanism is appropriate depends on a number of
10990         factors, but basically there are two approaches to any
10991         particular configuration file.
10992       </p>
10993
10994       <p>
10995         The easy method is to ship a best-effort configuration in the
10996         package, and use <prgn>dpkg</prgn>'s conffile mechanism to
10997         handle updates.  If the user is unlikely to want to edit the
10998         file, but you need them to be able to without losing their
10999         changes, and a new package with a changed version of the file
11000         is only released infrequently, this is a good approach.
11001       </p>
11002
11003       <p>
11004         The hard method is to build the configuration file from
11005         scratch in the <prgn>postinst</prgn> script, and to take the
11006         responsibility for fixing any mistakes made in earlier
11007         versions of the package automatically.  This will be
11008         appropriate if the file is likely to need to be different on
11009         each system.
11010       </p>
11011
11012       <sect><heading>Automatic handling of configuration files by
11013       <prgn>dpkg</prgn>
11014         </heading>
11015
11016         <p>
11017           A package may contain a control information file called
11018           <tt>conffiles</tt>.  This file should be a list of filenames
11019           of configuration files needing automatic handling, separated
11020           by newlines.  The filenames should be absolute pathnames,
11021           and the files referred to should actually exist in the
11022           package.
11023         </p>
11024
11025         <p>
11026           When a package is upgraded <prgn>dpkg</prgn> will process
11027           the configuration files during the configuration stage,
11028           shortly before it runs the package's <prgn>postinst</prgn>
11029           script,
11030         </p>
11031
11032         <p>
11033           For each file it checks to see whether the version of the
11034           file included in the package is the same as the one that was
11035           included in the last version of the package (the one that is
11036           being upgraded from); it also compares the version currently
11037           installed on the system with the one shipped with the last
11038           version.
11039         </p>
11040
11041         <p>
11042           If neither the user nor the package maintainer has changed
11043           the file, it is left alone.  If one or the other has changed
11044           their version, then the changed version is preferred - i.e.,
11045           if the user edits their file, but the package maintainer
11046           doesn't ship a different version, the user's changes will
11047           stay, silently, but if the maintainer ships a new version
11048           and the user hasn't edited it the new version will be
11049           installed (with an informative message).  If both have
11050           changed their version the user is prompted about the problem
11051           and must resolve the differences themselves.
11052         </p>
11053
11054         <p>
11055           The comparisons are done by calculating the MD5 message
11056           digests of the files, and storing the MD5 of the file as it
11057           was included in the most recent version of the package.
11058         </p>
11059
11060         <p>
11061           When a package is installed for the first time
11062           <prgn>dpkg</prgn> will install the file that comes with it,
11063           unless that would mean overwriting a file already on the
11064           file system.
11065         </p>
11066
11067         <p>
11068           However, note that <prgn>dpkg</prgn> will <em>not</em>
11069           replace a conffile that was removed by the user (or by a
11070           script).  This is necessary because with some programs a
11071           missing file produces an effect hard or impossible to
11072           achieve in another way, so that a missing file needs to be
11073           kept that way if the user did it.
11074         </p>
11075
11076         <p>
11077           Note that a package should <em>not</em> modify a
11078           <prgn>dpkg</prgn>-handled conffile in its maintainer
11079           scripts.  Doing this will lead to <prgn>dpkg</prgn> giving
11080           the user confusing and possibly dangerous options for
11081           conffile update when the package is upgraded.</p>
11082       </sect>
11083
11084       <sect><heading>Fully-featured maintainer script configuration
11085       handling
11086         </heading>
11087
11088         <p>
11089           For files which contain site-specific information such as
11090           the hostname and networking details and so forth, it is
11091           better to create the file in the package's
11092           <prgn>postinst</prgn> script.
11093         </p>
11094
11095         <p>
11096           This will typically involve examining the state of the rest
11097           of the system to determine values and other information, and
11098           may involve prompting the user for some information which
11099           can't be obtained some other way.
11100         </p>
11101
11102         <p>
11103           When using this method there are a couple of important
11104           issues which should be considered:
11105         </p>
11106
11107         <p>
11108           If you discover a bug in the program which generates the
11109           configuration file, or if the format of the file changes
11110           from one version to the next, you will have to arrange for
11111           the postinst script to do something sensible - usually this
11112           will mean editing the installed configuration file to remove
11113           the problem or change the syntax.  You will have to do this
11114           very carefully, since the user may have changed the file,
11115           perhaps to fix the very problem that your script is trying
11116           to deal with - you will have to detect these situations and
11117           deal with them correctly.
11118         </p>
11119
11120         <p>
11121           If you do go down this route it's probably a good idea to
11122           make the program that generates the configuration file(s) a
11123           separate program in <file>/usr/sbin</file>, by convention called
11124           <file><var>package</var>config</file> and then run that if
11125           appropriate from the post-installation script.  The
11126           <tt><var>package</var>config</tt> program should not
11127           unquestioningly overwrite an existing configuration - if its
11128           mode of operation is geared towards setting up a package for
11129           the first time (rather than any arbitrary reconfiguration
11130           later) you should have it check whether the configuration
11131           already exists, and require a <tt>--force</tt> flag to
11132           overwrite it.</p></sect>
11133     </appendix>
11134
11135     <appendix id="pkg-alternatives"><heading>Alternative versions of
11136         an interface - <prgn>update-alternatives</prgn> (from old
11137     Packaging Manual)
11138       </heading>
11139
11140       <p>
11141         When several packages all provide different versions of the
11142         same program or file it is useful to have the system select a
11143         default, but to allow the system administrator to change it
11144         and have their decisions respected.
11145       </p>
11146
11147       <p>
11148         For example, there are several versions of the <prgn>vi</prgn>
11149         editor, and there is no reason to prevent all of them from
11150         being installed at once, each under their own name
11151         (<prgn>nvi</prgn>, <prgn>vim</prgn> or whatever).
11152         Nevertheless it is desirable to have the name <tt>vi</tt>
11153         refer to something, at least by default.
11154       </p>
11155
11156       <p>
11157         If all the packages involved cooperate, this can be done with
11158         <prgn>update-alternatives</prgn>.
11159       </p>
11160
11161       <p>
11162         Each package provides its own version under its own name, and
11163         calls <prgn>update-alternatives</prgn> in its postinst to
11164         register its version (and again in its prerm to deregister
11165         it).
11166       </p>
11167
11168       <p>
11169         See the man page <manref name="update-alternatives"
11170         section="8"> for details.
11171       </p>
11172
11173       <p>
11174         If <prgn>update-alternatives</prgn> does not seem appropriate
11175         you may wish to consider using diversions instead.</p>
11176     </appendix>
11177
11178     <appendix id="pkg-diversions"><heading>Diversions - overriding a
11179     package's version of a file (from old Packaging Manual)
11180       </heading>
11181
11182       <p>
11183         It is possible to have <prgn>dpkg</prgn> not overwrite a file
11184         when it reinstalls the package it belongs to, and to have it
11185         put the file from the package somewhere else instead.
11186       </p>
11187
11188       <p>
11189         This can be used locally to override a package's version of a
11190         file, or by one package to override another's version (or
11191         provide a wrapper for it).
11192       </p>
11193
11194       <p>
11195         Before deciding to use a diversion, read <ref
11196         id="pkg-alternatives"> to see if you really want a diversion
11197         rather than several alternative versions of a program.
11198       </p>
11199
11200       <p>
11201         There is a diversion list, which is read by <prgn>dpkg</prgn>,
11202         and updated by a special program <prgn>dpkg-divert</prgn>.
11203         Please see <manref name="dpkg-divert" section="8"> for full
11204         details of its operation.
11205       </p>
11206
11207       <p>
11208         When a package wishes to divert a file from another, it should
11209         call <prgn>dpkg-divert</prgn> in its preinst to add the
11210         diversion and rename the existing file.  For example,
11211         supposing that a <prgn>smailwrapper</prgn> package wishes to
11212         install a wrapper around <file>/usr/sbin/smail</file>:
11213         <example>
11214    dpkg-divert --package smailwrapper --add --rename \
11215       --divert /usr/sbin/smail.real /usr/sbin/smail
11216         </example> The <tt>--package smailwrapper</tt> ensures that
11217         <prgn>smailwrapper</prgn>'s copy of <file>/usr/sbin/smail</file>
11218         can bypass the diversion and get installed as the true version.
11219         It's safe to add the diversion unconditionally on upgrades since
11220         it will be left unchanged if it already exists, but
11221         <prgn>dpkg-divert</prgn> will display a message.  To suppress that
11222         message, make the command conditional on the version from which
11223         the package is being upgraded:
11224         <example>
11225    if [ upgrade != "$1" ] || dpkg --compare-versions "$2" lt 1.0-2; then
11226       dpkg-divert --package smailwrapper --add --rename \
11227          --divert /usr/sbin/smail.real /usr/sbin/smail
11228    fi
11229         </example> where <tt>1.0-2</tt> is the version at which the
11230         diversion was first added to the package.  Running the command
11231         during abort-upgrade is pointless but harmless.
11232       </p>
11233
11234       <p>
11235         The postrm has to do the reverse:
11236         <example>
11237   if [ remove = "$1" -o abort-install = "$1" -o disappear = "$1" ]; then
11238      dpkg-divert --package smailwrapper --remove --rename \
11239         --divert /usr/sbin/smail.real /usr/sbin/smail
11240   fi
11241         </example> If the diversion was added at a particular version, the
11242         postrm should also handle the failure case of upgrading from an
11243         older version (unless the older version is so old that direct
11244         upgrades are no longer supported):
11245         <example>
11246   if [ abort-upgrade = "$1" ] && dpkg --compare-versions "$2" lt 1.0-2; then
11247      dpkg-divert --package smailwrapper --remove --rename \
11248         --divert /usr/sbin/smail.real /usr/sbin/smail
11249   fi
11250         </example> where <tt>1.02-2</tt> is the version at which the
11251         diversion was first added to the package.  The postrm should not
11252         remove the diversion on upgrades both because there's no reason to
11253         remove the diversion only to immediately re-add it and since the
11254         postrm of the old package is run after unpacking so the removal of
11255         the diversion will fail.
11256       </p>
11257
11258       <p>
11259         Do not attempt to divert a file which is vitally important for
11260         the system's operation - when using <prgn>dpkg-divert</prgn>
11261         there is a time, after it has been diverted but before
11262         <prgn>dpkg</prgn> has installed the new version, when the file
11263         does not exist.</p>
11264     </appendix>
11265
11266   </book>
11267 </debiandoc>
11268 <!-- Local variables: -->
11269 <!-- indent-tabs-mode: t -->
11270 <!-- End: -->
11271 <!-- vim:set ai et sts=2 sw=2 tw=76: -->