]> git.donarmstrong.com Git - debian/debian-policy.git/blob - policy.sgml
Fix typo in version numbers in dpkg-divert example
[debian/debian-policy.git] / policy.sgml
1 <!doctype debiandoc system [
2 <!-- include version information so we don't have to hard code it
3      within the document -->
4 <!entity % versiondata SYSTEM "version.ent"> %versiondata;
5 <!-- current Debian changes file format -->
6 <!entity changesversion "1.8">
7 ]>
8 <debiandoc>
9
10   <book>
11     <titlepag>
12       <title>Debian Policy Manual</title>
13       <author><qref id="authors">The Debian Policy Mailing List</qref></author>
14       <version>version &version;, &date;</version>
15
16       <abstract>
17         This manual describes the policy requirements for the Debian
18         distribution.  This includes the structure and
19         contents of the Debian archive and several design issues of
20         the operating system, as well as technical requirements that
21         each package must satisfy to be included in the distribution.
22       </abstract>
23
24       <copyright>
25         <copyrightsummary>
26           Copyright &copy; 1996,1997,1998 Ian Jackson
27           and Christian Schwarz.
28         </copyrightsummary>
29         <p>
30           These are the copyright dates of the original Policy manual.
31           Since then, this manual has been updated by many others.  No
32           comprehensive collection of copyright notices for subsequent
33           work exists.
34         </p>
35
36         <p>
37           This manual is free software; you may redistribute it and/or
38           modify it under the terms of the GNU General Public License
39           as published by the Free Software Foundation; either version
40           2, or (at your option) any later version.
41         </p>
42
43         <p>
44           This is distributed in the hope that it will be useful, but
45           <em>without any warranty</em>; without even the implied
46           warranty of merchantability or fitness for a particular
47           purpose.  See the GNU General Public License for more
48           details.
49         </p>
50
51         <p>
52           A copy of the GNU General Public License is available as
53           <file>/usr/share/common-licenses/GPL</file> in the Debian
54           distribution or on the World Wide Web at
55           <url id="http://www.gnu.org/copyleft/gpl.html"
56                name="the GNU General Public Licence">. You can also
57           obtain it by writing to the Free Software Foundation, Inc.,
58           51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
59         </p>
60       </copyright>
61     </titlepag>
62
63     <toc detail="sect1">
64
65     <chapt id="scope">
66       <heading>About this manual</heading>
67       <sect>
68         <heading>Scope</heading>
69         <p>
70           This manual describes the policy requirements for the Debian
71           distribution. This includes the structure and
72           contents of the Debian archive and several design issues of the
73           operating system, as well as technical requirements that
74           each package must satisfy to be included in the
75           distribution.
76         </p>
77
78         <p>
79           This manual also describes Debian policy as it relates to
80           creating Debian packages. It is not a tutorial on how to build
81           packages, nor is it exhaustive where it comes to describing
82           the behavior of the packaging system. Instead, this manual
83           attempts to define the interface to the package management
84           system that the developers have to be conversant with.<footnote>
85               Informally, the criteria used for inclusion is that the
86               material meet one of the following requirements:
87               <taglist compact="compact">
88                 <tag>Standard interfaces</tag>
89                 <item>
90                     The material presented represents an interface to
91                     the packaging system that is mandated for use, and
92                     is used by, a significant number of packages, and
93                     therefore should not be changed without peer
94                     review. Package maintainers can then rely on this
95                     interface not changing, and the package management
96                     software authors need to ensure compatibility with
97                     this interface definition. (Control file and
98                     changelog file formats are examples.)
99                 </item>
100                 <tag>Chosen Convention</tag>
101                 <item>
102                     If there are a number of technically viable choices
103                     that can be made, but one needs to select one of
104                     these options for inter-operability. The version
105                     number format is one example.
106                 </item>
107               </taglist>
108               Please note that these are not mutually exclusive;
109               selected conventions often become parts of standard
110               interfaces.
111           </footnote>
112         </p>
113
114         <p>
115           The footnotes present in this manual are
116           merely informative, and are not part of Debian policy itself.
117         </p>
118
119         <p>
120           The appendices to this manual are not necessarily normative,
121           either. Please see <ref id="pkg-scope"> for more information.
122         </p>
123
124         <p>
125           In the normative part of this manual,
126           the words <em>must</em>, <em>should</em> and
127           <em>may</em>, and the adjectives <em>required</em>,
128           <em>recommended</em> and <em>optional</em>, are used to
129           distinguish the significance of the various guidelines in
130           this policy document. Packages that do not conform to the
131           guidelines denoted by <em>must</em> (or <em>required</em>)
132           will generally not be considered acceptable for the Debian
133           distribution. Non-conformance with guidelines denoted by
134           <em>should</em> (or <em>recommended</em>) will generally be
135           considered a bug, but will not necessarily render a package
136           unsuitable for distribution. Guidelines denoted by
137           <em>may</em> (or <em>optional</em>) are truly optional and
138           adherence is left to the maintainer's discretion.
139         </p>
140
141         <p>
142           These classifications are roughly equivalent to the bug
143           severities <em>serious</em> (for <em>must</em> or
144           <em>required</em> directive violations), <em>minor</em>,
145           <em>normal</em> or <em>important</em>
146           (for <em>should</em> or <em>recommended</em> directive
147           violations) and <em>wishlist</em> (for <em>optional</em>
148           items).
149           <footnote>
150                 Compare RFC 2119.  Note, however, that these words are
151                 used in a different way in this document.
152           </footnote>
153         </p>
154
155         <p>
156           Much of the information presented in this manual will be
157           useful even when building a package which is to be
158           distributed in some other way or is intended for local use
159           only.
160         </p>
161       </sect>
162
163       <sect>
164         <heading>New versions of this document</heading>
165
166         <p>
167           This manual is distributed via the Debian package
168           <package><url name="debian-policy"
169               id="http://packages.debian.org/debian-policy"></package> 
170           (<httpsite>packages.debian.org</httpsite> 
171           <httppath>/debian-policy</httppath>).
172         </p>
173
174         <p>
175           The current version of this document is also available from
176           the Debian web mirrors at
177           <tt><url name="/doc/debian-policy/"
178                 id="http://www.debian.org/doc/debian-policy/"></tt>.
179           (
180           <httpsite>www.debian.org</httpsite>
181           <httppath>/doc/debian-policy/</httppath>)
182           Also available from the same directory are several other
183           formats: <file>policy.html.tar.gz</file>
184           (<httppath>/doc/debian-policy/policy.html.tar.gz</httppath>),
185           <file>policy.pdf.gz</file> 
186           (<httppath>/doc/debian-policy/policy.pdf.gz</httppath>)
187           and <file>policy.ps.gz</file>
188           (<httppath>/doc/debian-policy/policy.ps.gz</httppath>).
189         </p>
190
191         <p>
192           The <package>debian-policy</package> package also includes the file
193           <file>upgrading-checklist.txt.gz</file> which indicates policy
194           changes between versions of this document.
195         </p>
196       </sect>
197
198       <sect id="authors">
199         <heading>Authors and Maintainers</heading>
200
201         <p>
202           Originally called "Debian GNU/Linux Policy Manual", this
203           manual was initially written in 1996 by Ian Jackson.
204           It was revised on November 27th, 1996 by David A. Morris.
205           Christian Schwarz added new sections on March 15th, 1997,
206           and reworked/restructured it in April-July 1997.
207           Christoph Lameter contributed the "Web Standard".
208           Julian Gilbey largely restructured it in 2001.
209         </p>
210
211         <p>
212           Since September 1998, the responsibility for the contents of
213           this document lies on the <url name="debian-policy mailing list"
214           id="mailto:debian-policy@lists.debian.org">. Proposals
215           are discussed there and inserted into policy after a certain
216           consensus is established.
217           <!-- insert shameless policy-process plug here eventually -->
218           The actual editing is done by a group of maintainers that have
219           no editorial powers. These are the current maintainers:
220
221           <enumlist>
222             <item>Russ Allbery</item>
223             <item>Bill Allombert</item>
224             <item>Andrew McMillan</item>
225             <item>Manoj Srivastava</item>
226             <item>Colin Watson</item>
227           </enumlist>
228         </p>
229
230         <p>
231           While the authors of this document have tried hard to avoid
232           typos and other errors, these do still occur. If you discover
233           an error in this manual or if you want to give any
234           comments, suggestions, or criticisms please send an email to
235           the Debian Policy List,
236           <email>debian-policy@lists.debian.org</email>, or submit a
237           bug report against the <tt>debian-policy</tt> package.
238         </p>
239
240         <p>
241           Please do not try to reach the individual authors or maintainers
242           of the Policy Manual regarding changes to the Policy.
243         </p>
244       </sect>
245
246       <sect id="related">
247         <heading>Related documents</heading>
248
249         <p>
250           There are several other documents other than this Policy Manual
251           that are necessary to fully understand some Debian policies and
252           procedures.
253         </p>
254
255         <p>
256           The external "sub-policy" documents are referred to in:
257           <list compact="compact">
258             <item><ref id="fhs"></item>
259             <item><ref id="virtual_pkg"></item>
260             <item><ref id="menus"></item>
261             <item><ref id="perl"></item>
262             <item><ref id="maintscriptprompt"></item>
263             <item><ref id="emacs"></item>
264           </list>
265         </p>
266
267         <p>
268           In addition to those, which carry the weight of policy, there
269           is the Debian Developer's Reference. This document describes
270           procedures and resources for Debian developers, but it is
271           <em>not</em> normative; rather, it includes things that don't
272           belong in the Policy, such as best practices for developers.
273         </p>
274
275         <p>
276           The Developer's Reference is available in the
277           <package>developers-reference</package> package.
278           It's also available from the Debian web mirrors at
279           <tt><url name="/doc/developers-reference/"
280                 id="http://www.debian.org/doc/developers-reference/"></tt>.
281         </p>
282       </sect>
283
284       <sect id="definitions">
285         <heading>Definitions</heading>
286
287         <p>
288           The following terms are used in this Policy Manual:
289           <taglist>
290             <tag>ASCII</tag>
291             <item>
292               The character encoding specified by ANSI X3.4-1986 and its
293               predecessor standards, referred to in MIME as US-ASCII, and
294               corresponding to an encoding in eight bits per character of
295               the first 128 <url id="http://www.unicode.org/"
296               name="Unicode"> characters, with the eighth bit always zero.
297             </item>
298             <tag>UTF-8</tag>
299             <item>
300               The transformation format (sometimes called encoding) of
301               <url id="http://www.unicode.org/" name="Unicode"> defined by
302               <url id="http://www.rfc-editor.org/rfc/rfc3629.txt"
303               name="RFC 3629">.  UTF-8 has the useful property of having
304               ASCII as a subset, so any text encoded in ASCII is trivially
305               also valid UTF-8.
306             </item>
307           </taglist>
308         </p>
309       </sect>
310     </chapt>
311
312
313     <chapt id="archive">
314       <heading>The Debian Archive</heading>
315
316       <p>
317         The Debian system is maintained and distributed as a
318         collection of <em>packages</em>. Since there are so many of
319         them (currently well over 15000), they are split into
320         <em>sections</em> and given <em>priorities</em> to simplify
321         the handling of them.
322       </p>
323
324       <p>
325         The effort of the Debian project is to build a free operating
326         system, but not every package we want to make accessible is
327         <em>free</em> in our sense (see the Debian Free Software
328         Guidelines, below), or may be imported/exported without
329         restrictions. Thus, the archive is split into areas<footnote>
330           The Debian archive software uses the term "component" internally
331           and in the Release file format to refer to the division of an
332           archive.  The Debian Social Contract simply refers to "areas."
333           This document uses terminology similar to the Social Contract.
334         </footnote> based on their licenses and other restrictions.
335       </p>
336
337       <p>
338         The aims of this are:
339
340         <list compact="compact">
341           <item>to allow us to make as much software available as we can</item>
342           <item>to allow us to encourage everyone to write free software,
343                 and</item>
344           <item>to allow us to make it easy for people to produce
345                 CD-ROMs of our system without violating any licenses,
346                 import/export restrictions, or any other laws.</item>
347         </list>
348       </p>
349
350       <p>
351         The <em>main</em> archive area forms the <em>Debian distribution</em>.
352       </p>
353
354       <p>
355         Packages in the other archive areas (<tt>contrib</tt>,
356         <tt>non-free</tt>) are not considered to be part of the Debian
357         distribution, although we support their use and provide
358         infrastructure for them (such as our bug-tracking system and
359         mailing lists). This Debian Policy Manual applies to these
360         packages as well.
361       </p>
362
363       <sect id="dfsg">
364         <heading>The Debian Free Software Guidelines</heading>
365         <p>
366           The Debian Free Software Guidelines (DFSG) form our
367           definition of "free software".  These are:
368             <taglist>
369               <tag>1. Free Redistribution
370               </tag>
371               <item>
372                   The license of a Debian component may not restrict any
373                   party from selling or giving away the software as a
374                   component of an aggregate software distribution
375                   containing programs from several different
376                   sources. The license may not require a royalty or
377                   other fee for such sale.
378               </item>
379               <tag>2. Source Code
380               </tag>
381               <item>
382                   The program must include source code, and must allow
383                   distribution in source code as well as compiled form.
384               </item>
385               <tag>3. Derived Works
386               </tag>
387               <item>
388                   The license must allow modifications and derived
389                   works, and must allow them to be distributed under the
390                   same terms as the license of the original software.
391               </item>
392               <tag>4. Integrity of The Author's Source Code
393               </tag>
394               <item>
395                   The license may restrict source-code from being
396                   distributed in modified form <em>only</em> if the
397                   license allows the distribution of "patch files"
398                   with the source code for the purpose of modifying the
399                   program at build time. The license must explicitly
400                   permit distribution of software built from modified
401                   source code. The license may require derived works to
402                   carry a different name or version number from the
403                   original software.  (This is a compromise. The Debian
404                   Project encourages all authors to not restrict any
405                   files, source or binary, from being modified.)
406               </item>
407               <tag>5. No Discrimination Against Persons or Groups
408               </tag>
409               <item>
410                   The license must not discriminate against any person
411                   or group of persons.
412               </item>
413               <tag>6. No Discrimination Against Fields of Endeavor
414               </tag>
415               <item>
416                   The license must not restrict anyone from making use
417                   of the program in a specific field of endeavor. For
418                   example, it may not restrict the program from being
419                   used in a business, or from being used for genetic
420                   research.
421               </item>
422               <tag>7. Distribution of License
423               </tag>
424               <item>
425                   The rights attached to the program must apply to all
426                   to whom the program is redistributed without the need
427                   for execution of an additional license by those
428                   parties.
429               </item>
430               <tag>8. License Must Not Be Specific to Debian
431               </tag>
432               <item>
433                   The rights attached to the program must not depend on
434                   the program's being part of a Debian system. If the
435                   program is extracted from Debian and used or
436                   distributed without Debian but otherwise within the
437                   terms of the program's license, all parties to whom
438                   the program is redistributed must have the same
439                   rights as those that are granted in conjunction with
440                   the Debian system.
441               </item>
442               <tag>9. License Must Not Contaminate Other Software
443               </tag>
444               <item>
445                   The license must not place restrictions on other
446                   software that is distributed along with the licensed
447                   software. For example, the license must not insist
448                   that all other programs distributed on the same medium
449                   must be free software.
450               </item>
451               <tag>10. Example Licenses
452               </tag>
453               <item>
454                   The "GPL," "BSD," and "Artistic" licenses are examples of
455                   licenses that we consider <em>free</em>.
456               </item>
457             </taglist>
458         </p>
459       </sect>
460
461       <sect id="sections">
462         <heading>Archive areas</heading>
463
464         <sect1 id="main">
465           <heading>The main archive area</heading>
466
467           <p>
468             The <em>main</em> archive area comprises the Debian
469             distribution.  Only the packages in this area are considered
470             part of the distribution.  None of the packages in
471             the <em>main</em> archive area require software outside of
472             that area to function.  Anyone may use, share, modify and
473             redistribute the packages in this archive area
474             freely<footnote>
475               See <url id="http://www.debian.org/intro/free"
476                        name="What Does Free Mean?"> for
477               more about what we mean by free software.
478             </footnote>.
479           </p>
480
481           <p>
482             Every package in <em>main</em> must comply with the DFSG
483             (Debian Free Software Guidelines).
484           </p>
485
486           <p>
487             In addition, the packages in <em>main</em>
488             <list compact="compact">
489               <item>
490                   must not require or recommend a package outside
491                   of <em>main</em> for compilation or execution (thus, the
492                   package must not declare a "Pre-Depends", "Depends",
493                   "Recommends", "Build-Depends", or "Build-Depends-Indep"
494                   relationship on a non-<em>main</em> package),
495               </item>
496               <item>
497                   must not be so buggy that we refuse to support them,
498                   and
499               </item>
500               <item>
501                   must meet all policy requirements presented in this
502                   manual.
503               </item>
504             </list>
505           </p>
506
507         </sect1>
508
509         <sect1 id="contrib">
510           <heading>The contrib archive area</heading>
511
512           <p>
513             The <em>contrib</em> archive area contains supplemental
514             packages intended to work with the Debian distribution, but
515             which require software outside of the distribution to either
516             build or function.
517           </p>
518
519           <p>
520             Every package in <em>contrib</em> must comply with the DFSG.
521           </p>
522
523           <p>
524             In addition, the packages in <em>contrib</em>
525             <list compact="compact">
526               <item>
527                   must not be so buggy that we refuse to support them,
528                   and
529               </item>
530               <item>
531                   must meet all policy requirements presented in this
532                   manual.
533               </item>
534             </list>
535           </p>
536
537           <p>
538             Examples of packages which would be included in
539             <em>contrib</em> are:
540             <list compact="compact">
541               <item>
542                   free packages which require <em>contrib</em>,
543                   <em>non-free</em> packages or packages which are not
544                   in our archive at all for compilation or execution,
545                   and
546               </item>
547               <item>
548                   wrapper packages or other sorts of free accessories for
549                   non-free programs.
550               </item>
551             </list>
552           </p>
553         </sect1>
554
555         <sect1 id="non-free">
556           <heading>The non-free archive area</heading>
557
558           <p>
559             The <em>non-free</em> archive area contains supplemental
560             packages intended to work with the Debian distribution that do
561             not comply with the DFSG or have other problems that make
562             their distribution problematic.  They may not comply with all
563             of the policy requirements in this manual due to restrictions
564             on modifications or other limitations.
565           </p>
566
567           <p>
568             Packages must be placed in <em>non-free</em> if they are
569             not compliant with the DFSG or are encumbered by patents
570             or other legal issues that make their distribution
571             problematic.
572           </p>
573
574           <p>
575             In addition, the packages in <em>non-free</em>
576             <list compact="compact">
577               <item>
578                   must not be so buggy that we refuse to support them,
579                   and
580               </item>
581               <item>
582                   must meet all policy requirements presented in this
583                   manual that it is possible for them to meet.
584                   <footnote>
585                       It is possible that there are policy
586                       requirements which the package is unable to
587                       meet, for example, if the source is
588                       unavailable.  These situations will need to be
589                       handled on a case-by-case basis.
590                   </footnote>
591               </item>
592             </list>
593           </p>
594         </sect1>
595
596       </sect>
597
598       <sect id="pkgcopyright">
599         <heading>Copyright considerations</heading>
600
601         <p>
602           Every package must be accompanied by a verbatim copy of its
603           copyright information and distribution license in the file
604           <file>/usr/share/doc/<var>package</var>/copyright</file>
605           (see <ref id="copyrightfile"> for further details).
606         </p>
607
608         <p>
609           We reserve the right to restrict files from being included
610           anywhere in our archives if
611           <list compact="compact">
612             <item>
613                   their use or distribution would break a law,
614             </item>
615             <item>
616                   there is an ethical conflict in their distribution or
617                   use,
618             </item>
619             <item>
620                   we would have to sign a license for them, or
621             </item>
622             <item>
623                   their distribution would conflict with other project
624                   policies.
625             </item>
626           </list>
627         </p>
628
629         <p>
630           Programs whose authors encourage the user to make
631           donations are fine for the main distribution, provided
632           that the authors do not claim that not donating is
633           immoral, unethical, illegal or something similar; in such
634           a case they must go in <em>non-free</em>.
635         </p>
636
637         <p>
638           Packages whose copyright permission notices (or patent
639           problems) do not even allow redistribution of binaries
640           only, and where no special permission has been obtained,
641           must not be placed on the Debian FTP site and its mirrors
642           at all.
643         </p>
644
645         <p>
646           Note that under international copyright law (this applies
647           in the United States, too), <em>no</em> distribution or
648           modification of a work is allowed without an explicit
649           notice saying so.  Therefore a program without a copyright
650           notice <em>is</em> copyrighted and you may not do anything
651           to it without risking being sued! Likewise if a program
652           has a copyright notice but no statement saying what is
653           permitted then nothing is permitted.
654         </p>
655
656         <p>
657           Many authors are unaware of the problems that restrictive
658           copyrights (or lack of copyright notices) can cause for
659           the users of their supposedly-free software.  It is often
660           worthwhile contacting such authors diplomatically to ask
661           them to modify their license terms. However, this can be a
662           politically difficult thing to do and you should ask for
663           advice on the <tt>debian-legal</tt> mailing list first, as
664           explained below.
665         </p>
666
667         <p>
668           When in doubt about a copyright, send mail to
669           <email>debian-legal@lists.debian.org</email>.  Be prepared
670           to provide us with the copyright statement.  Software
671           covered by the GPL, public domain software and BSD-like
672           copyrights are safe; be wary of the phrases "commercial
673           use prohibited" and "distribution restricted".
674         </p>
675       </sect>
676
677       <sect id="subsections">
678         <heading>Sections</heading>
679
680         <p>
681           The packages in the archive areas <em>main</em>,
682           <em>contrib</em> and <em>non-free</em> are grouped further into
683           <em>sections</em> to simplify handling.
684         </p>
685
686         <p>
687           The archive area and section for each package should be
688           specified in the package's <tt>Section</tt> control record (see
689           <ref id="f-Section">).  However, the maintainer of the Debian
690           archive may override this selection to ensure the consistency of
691           the Debian distribution.  The <tt>Section</tt> field should be
692           of the form:
693           <list compact="compact">
694             <item>
695                   <em>section</em> if the package is in the
696                   <em>main</em> archive area,
697             </item>
698             <item>
699                   <em>area/section</em> if the package is in
700                   the <em>contrib</em> or <em>non-free</em>
701                   archive areas.
702             </item>
703           </list>
704         </p>
705
706         <p>
707           The Debian archive maintainers provide the authoritative
708           list of sections.  At present, they are:
709           <em>admin</em>, <em>cli-mono</em>, <em>comm</em>, <em>database</em>,
710           <em>devel</em>, <em>debug</em>, <em>doc</em>, <em>editors</em>,
711           <em>education</em>, <em>electronics</em>, <em>embedded</em>,
712           <em>fonts</em>, <em>games</em>, <em>gnome</em>, <em>graphics</em>,
713           <em>gnu-r</em>, <em>gnustep</em>, <em>hamradio</em>, <em>haskell</em>,
714           <em>httpd</em>, <em>interpreters</em>, <em>introspection</em>,
715           <em>java</em>, <em>kde</em>, <em>kernel</em>, <em>libs</em>,
716           <em>libdevel</em>, <em>lisp</em>, <em>localization</em>,
717           <em>mail</em>, <em>math</em>, <em>metapackages</em>, <em>misc</em>,
718           <em>net</em>, <em>news</em>, <em>ocaml</em>, <em>oldlibs</em>,
719           <em>otherosfs</em>, <em>perl</em>, <em>php</em>, <em>python</em>,
720           <em>ruby</em>, <em>science</em>, <em>shells</em>, <em>sound</em>,
721           <em>tex</em>, <em>text</em>, <em>utils</em>, <em>vcs</em>,
722           <em>video</em>, <em>web</em>, <em>x11</em>, <em>xfce</em>,
723           <em>zope</em>.  The additional section <em>debian-installer</em>
724           contains special packages used by the installer and is not used
725           for normal Debian packages.
726         </p>
727
728         <p>
729           For more information about the sections and their definitions,
730           see the <url id="http://packages.debian.org/unstable/"
731                        name="list of sections in unstable">.
732         </p>
733       </sect>
734
735       <sect id="priorities">
736         <heading>Priorities</heading>
737
738         <p>
739           Each package should have a <em>priority</em> value, which is
740           included in the package's <em>control record</em>
741           (see <ref id="f-Priority">).
742           This information is used by the Debian package management tools to
743           separate high-priority packages from less-important packages.
744         </p>
745
746         <p>
747           The following <em>priority levels</em> are recognized by the
748           Debian package management tools.
749           <taglist>
750             <tag><tt>required</tt></tag>
751             <item>
752                 Packages which are necessary for the proper
753                 functioning of the system (usually, this means that
754                 dpkg functionality depends on these packages).
755                 Removing a <tt>required</tt> package may cause your
756                 system to become totally broken and you may not even
757                 be able to use <prgn>dpkg</prgn> to put things back,
758                 so only do so if you know what you are doing.  Systems
759                 with only the <tt>required</tt> packages are probably
760                 unusable, but they do have enough functionality to
761                 allow the sysadmin to boot and install more software.
762             </item>
763             <tag><tt>important</tt></tag>
764             <item>
765                 Important programs, including those which one would
766                 expect to find on any Unix-like system.  If the
767                 expectation is that an experienced Unix person who
768                 found it missing would say "What on earth is going on,
769                 where is <prgn>foo</prgn>?", it must be an
770                 <tt>important</tt> package.<footnote>
771                     This is an important criterion because we are
772                     trying to produce, amongst other things, a free
773                     Unix.
774                 </footnote>
775                 Other packages without which the system will not run
776                 well or be usable must also have priority
777                 <tt>important</tt>.  This does
778                 <em>not</em> include Emacs, the X Window System, TeX
779                 or any other large applications.  The
780                 <tt>important</tt> packages are just a bare minimum of
781                 commonly-expected and necessary tools.
782             </item>
783             <tag><tt>standard</tt></tag>
784             <item>
785                 These packages provide a reasonably small but not too
786                 limited character-mode system.  This is what will be
787                 installed by default if the user doesn't select anything
788                 else.  It doesn't include many large applications.
789             </item>
790             <tag><tt>optional</tt></tag>
791             <item>
792                 (In a sense everything that isn't required is
793                 optional, but that's not what is meant here.) This is
794                 all the software that you might reasonably want to
795                 install if you didn't know what it was and don't have
796                 specialized requirements. This is a much larger system
797                 and includes the X Window System, a full TeX
798                 distribution, and many applications. Note that
799                 optional packages should not conflict with each other.
800             </item>
801             <tag><tt>extra</tt></tag>
802             <item>
803                 This contains all packages that conflict with others
804                 with required, important, standard or optional
805                 priorities, or are only likely to be useful if you
806                 already know what they are or have specialized
807                 requirements (such as packages containing only detached
808                 debugging symbols).
809             </item>
810           </taglist>
811         </p>
812
813         <p>
814           Packages must not depend on packages with lower priority
815           values (excluding build-time dependencies).  In order to
816           ensure this, the priorities of one or more packages may need
817           to be adjusted.
818         </p>
819       </sect>
820
821     </chapt>
822
823
824     <chapt id="binary">
825       <heading>Binary packages</heading>
826
827       <p>
828         The Debian distribution is based on the Debian
829         package management system, called <prgn>dpkg</prgn>. Thus,
830         all packages in the Debian distribution must be provided
831         in the <tt>.deb</tt> file format.
832       </p>
833
834       <p>
835         A <tt>.deb</tt> package contains two sets of files: a set of files
836         to install on the system when the package is installed, and a set
837         of files that provide additional metadata about the package or
838         which are executed when the package is installed or removed.  This
839         second set of files is called <em>control information files</em>.
840         Among those files are the package maintainer scripts
841         and <file>control</file>, the <qref id="binarycontrolfiles">binary
842         package control file</qref> that contains the control fields for
843         the package.  Other control information files
844         include <qref id="sharedlibs-shlibdeps">the <file>shlibs</file>
845         file</qref> used to store shared library dependency information
846         and the <file>conffiles</file> file that lists the package's
847         configuration files (described in <ref id="config-files">).
848       </p>
849
850       <p>
851         There is unfortunately a collision of terminology here between
852         control information files and files in the Debian control file
853         format.  Throughout this document, a <em>control file</em> refers
854         to a file in the Debian control file format.  These files are
855         documented in <ref id="controlfields">.  Only files referred to
856         specifically as <em>control information files</em> are the files
857         included in the control information file member of
858         the <file>.deb</file> file format used by binary packages.  Most
859         control information files are not in the Debian control file
860         format.
861       </p>
862
863       <sect>
864         <heading>The package name</heading>
865
866         <p>
867           Every package must have a name that's unique within the Debian
868           archive.
869         </p>
870
871         <p>
872           The package name is included in the control field
873           <tt>Package</tt>, the format of which is described
874           in <ref id="f-Package">.
875           The package name is also included as a part of the file name
876           of the <tt>.deb</tt> file.
877         </p>
878       </sect>
879
880       <sect id="versions">
881         <heading>The version of a package</heading>
882
883         <p>
884           Every package has a version number recorded in its
885           <tt>Version</tt> control file field, described in
886           <ref id="f-Version">.
887         </p>
888
889         <p>
890           The package management system imposes an ordering on version
891           numbers, so that it can tell whether packages are being up- or
892           downgraded and so that package system front end applications
893           can tell whether a package it finds available is newer than
894           the one installed on the system.  The version number format
895           has the most significant parts (as far as comparison is
896           concerned) at the beginning.
897         </p>
898
899         <p>
900           If an upstream package has problematic version numbers they
901           should be converted to a sane form for use in the
902           <tt>Version</tt> field.
903         </p>
904
905         <sect1>
906           <heading>Version numbers based on dates</heading>
907
908           <p>
909             In general, Debian packages should use the same version
910             numbers as the upstream sources.  However, upstream version
911             numbers based on some date formats (sometimes used for
912             development or "snapshot" releases) will not be ordered
913             correctly by the package management software.  For
914             example, <prgn>dpkg</prgn> will consider "96May01" to be
915             greater than "96Dec24".
916           </p>
917
918           <p>
919             To prevent having to use epochs for every new upstream
920             version, the date-based portion of any upstream version number
921             should be given in a way that sorts correctly: four-digit year
922             first, followed by a two-digit numeric month, followed by a
923             two-digit numeric date, possibly with punctuation between the
924             components.
925           </p>
926
927           <p>
928             Native Debian packages (i.e., packages which have been written
929             especially for Debian) whose version numbers include dates
930             should also follow these rules.  If punctuation is desired
931             between the date components, remember that hyphen (<tt>-</tt>)
932             cannot be used in native package versions.  Period
933             (<tt>.</tt>) is normally a good choice.
934           </p>
935         </sect1>
936
937       </sect>
938
939       <sect id="maintainer">
940         <heading>The maintainer of a package</heading>
941
942         <p>
943           Every package must have a maintainer, except for orphaned
944           packages as described below.  The maintainer may be one person
945           or a group of people reachable from a common email address, such
946           as a mailing list.  The maintainer is responsible for
947           maintaining the Debian packaging files, evaluating and
948           responding appropriately to reported bugs, uploading new
949           versions of the package (either directly or through a sponsor),
950           ensuring that the package is placed in the appropriate archive
951           area and included in Debian releases as appropriate for the
952           stability and utility of the package, and requesting removal of
953           the package from the Debian distribution if it is no longer
954           useful or maintainable.
955         </p>
956
957         <p>
958           The maintainer must be specified in the <tt>Maintainer</tt>
959           control field with their correct name and a working email
960           address.  The email address given in the <tt>Maintainer</tt>
961           control field must accept mail from those role accounts in
962           Debian used to send automated mails regarding the package.  This
963           includes non-spam mail from the bug-tracking system, all mail
964           from the Debian archive maintenance software, and other role
965           accounts or automated processes that are commonly agreed on by
966           the project.<footnote>
967             A sample implementation of such a whitelist written for the
968             Mailman mailing list management software is used for mailing
969             lists hosted by alioth.debian.org.
970           </footnote>
971           If one person or team maintains several packages, they should
972           use the same form of their name and email address in
973           the <tt>Maintainer</tt> fields of those packages.
974         </p>
975
976         <p>
977           The format of the <tt>Maintainer</tt> control field is
978           described in <ref id="f-Maintainer">.
979         </p>
980
981         <p>
982           If the maintainer of the package is a team of people with a
983           shared email address, the <tt>Uploaders</tt> control field must
984           be present and must contain at least one human with their
985           personal email address.  See <ref id="f-Uploaders"> for the
986           syntax of that field.
987         </p>
988
989         <p>
990           An orphaned package is one with no current maintainer.  Orphaned
991           packages should have their <tt>Maintainer</tt> control field set
992           to <tt>Debian QA Group &lt;packages@qa.debian.org&gt;</tt>.
993           These packages are considered maintained by the Debian project
994           as a whole until someone else volunteers to take over
995           maintenance.<footnote>
996             The detailed procedure for gracefully orphaning a package can
997             be found in the Debian Developer's Reference
998             (see <ref id="related">).
999           </footnote>
1000         </p>
1001       </sect>
1002
1003       <sect id="descriptions">
1004         <heading>The description of a package</heading>
1005
1006         <p>
1007           Every Debian package must have a <tt>Description</tt> control
1008           field which contains a synopsis and extended description of the
1009           package.  Technical information about the format of the
1010           <tt>Description</tt> field is in <ref id="f-Description">.
1011         </p>
1012
1013         <p>
1014           The description should describe the package (the program) to a
1015           user (system administrator) who has never met it before so that
1016           they have enough information to decide whether they want to
1017           install it. This description should not just be copied verbatim
1018           from the program's documentation.
1019         </p>
1020
1021         <p>
1022           Put important information first, both in the synopsis and
1023           extended description.  Sometimes only the first part of the
1024           synopsis or of the description will be displayed.  You can
1025           assume that there will usually be a way to see the whole
1026           extended description.
1027         </p>
1028
1029         <p>
1030           The description should also give information about the
1031           significant dependencies and conflicts between this package
1032           and others, so that the user knows why these dependencies and
1033           conflicts have been declared.
1034         </p>
1035
1036         <p>
1037           Instructions for configuring or using the package should
1038           not be included (that is what installation scripts,
1039           manual pages, info files, etc., are for).  Copyright
1040           statements and other administrivia should not be included
1041           either (that is what the copyright file is for).
1042         </p>
1043
1044         <sect1 id="synopsis"><heading>The single line synopsis</heading>
1045
1046           <p>
1047             The single line synopsis should be kept brief - certainly
1048             under 80 characters.
1049           </p>
1050
1051           <p>
1052             Do not include the package name in the synopsis line.  The
1053             display software knows how to display this already, and you
1054             do not need to state it.  Remember that in many situations
1055             the user may only see the synopsis line - make it as
1056             informative as you can.
1057           </p>
1058
1059         </sect1>
1060
1061         <sect1 id="extendeddesc"><heading>The extended description</heading>
1062
1063           <p>
1064             Do not try to continue the single line synopsis into the
1065             extended description.  This will not work correctly when
1066             the full description is displayed, and makes no sense
1067             where only the summary (the single line synopsis) is
1068             available.
1069           </p>
1070
1071           <p>
1072             The extended description should describe what the package
1073             does and how it relates to the rest of the system (in terms
1074             of, for example, which subsystem it is which part of).
1075           </p>
1076
1077           <p>
1078             The description field needs to make sense to anyone, even
1079             people who have no idea about any of the things the
1080             package deals with.<footnote>
1081                 The blurb that comes with a program in its
1082                 announcements and/or <prgn>README</prgn> files is
1083                 rarely suitable for use in a description.  It is
1084                 usually aimed at people who are already in the
1085                 community where the package is used.
1086             </footnote>
1087           </p>
1088
1089         </sect1>
1090
1091       </sect>
1092
1093       <sect id="dependencies">
1094         <heading>Dependencies</heading>
1095
1096         <p>
1097           Every package must specify the dependency information
1098           about other packages that are required for the first to
1099           work correctly.
1100         </p>
1101
1102         <p>
1103           For example, a dependency entry must be provided for any
1104           shared libraries required by a dynamically-linked executable
1105           binary in a package.
1106         </p>
1107
1108         <p>
1109           Packages are not required to declare any dependencies they
1110           have on other packages which are marked <tt>Essential</tt>
1111           (see below), and should not do so unless they depend on a
1112           particular version of that package.<footnote>
1113             <p>
1114               Essential is needed in part to avoid unresolvable dependency
1115               loops on upgrade.  If packages add unnecessary dependencies
1116               on packages in this set, the chances that there
1117               <strong>will</strong> be an unresolvable dependency loop
1118               caused by forcing these Essential packages to be configured
1119               first before they need to be is greatly increased.  It also
1120               increases the chances that frontends will be unable to
1121               <strong>calculate</strong> an upgrade path, even if one
1122               exists.
1123             </p>
1124             <p>
1125               Also, functionality is rarely ever removed from the
1126               Essential set, but <em>packages</em> have been removed from
1127               the Essential set when the functionality moved to a
1128               different package. So depending on these packages <em>just
1129               in case</em> they stop being essential does way more harm
1130               than good.
1131             </p>
1132           </footnote>
1133         </p>
1134
1135         <p>
1136           Sometimes, 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 empty lines.  Parsers may accept
2483           lines consisting solely of spaces and tabs as paragraph
2484           separators, but control files should use empty lines.  Some control
2485           files allow only one paragraph; others allow several, in
2486           which case each paragraph usually refers to a different
2487           package.  (For example, in source packages, the first
2488           paragraph refers to the source package, and later paragraphs
2489           refer to binary packages generated from the source.)  The
2490           ordering of the paragraphs in control files is significant.
2491         </p>
2492
2493         <p>
2494           Each paragraph consists of a series of data fields; each
2495           field consists of the field name, followed by a colon and
2496           then the data/value associated with that field.  The field
2497           name is composed of printable ASCII characters (i.e.,
2498           characters that have values between 33 and 126, inclusive)
2499           except colon and must not with a begin with #.  The
2500           field ends at the end of the line or at the end of the
2501           last continuation line (see below).  Horizontal whitespace
2502           (spaces and tabs) may occur immediately before or after the
2503           value and is ignored there; it is conventional to put a
2504           single space after the colon.  For example, a field might
2505           be:
2506           <example compact="compact">
2507 Package: libc6
2508           </example>
2509           the field name is <tt>Package</tt> and the field value
2510           <tt>libc6</tt>.
2511         </p>
2512
2513         <p>
2514           A paragraph must not contain more than one instance of a
2515           particular field name.
2516         </p>
2517
2518         <p>
2519           There are three types of fields:
2520           <taglist>
2521             <tag>simple</tag>
2522             <item>
2523               The field, including its value, must be a single line.  Folding
2524               of the field is not permitted.  This is the default field type
2525               if the definition of the field does not specify a different
2526               type.
2527             </item>
2528             <tag>folded</tag>
2529             <item>
2530               The value of a folded field is a logical line that may span
2531               several lines.  The lines after the first are called
2532               continuation lines and must start with a space or a tab.
2533               Whitespace, including any newlines, is not significant in the
2534               field values of folded fields.<footnote>
2535                 This folding method is similar to RFC 5322, allowing control
2536                 files that contain only one paragraph and no multiline fields
2537                 to be read by parsers written for RFC 5322.
2538               </footnote>
2539             </item>
2540             <tag>multiline</tag>
2541             <item>
2542               The value of a multiline field may comprise multiple continuation
2543               lines.  The first line of the value, the part on the same line as
2544               the field name, often has special significance or may have to be
2545               empty.  Other lines are added following the same syntax as the
2546               continuation lines of the folded fields.  Whitespace, including newlines,
2547               is significant in the values of multiline fields.
2548             </item>
2549           </taglist>
2550         </p>
2551
2552         <p>
2553           Whitespace must not appear
2554           inside names (of packages, architectures, files or anything
2555           else) or version numbers, or between the characters of
2556           multi-character version relationships.
2557         </p>
2558
2559         <p>
2560           The presence and purpose of a field, and the syntax of its
2561           value may differ between types of control files.
2562         </p>
2563
2564         <p>
2565           Field names are not case-sensitive, but it is usual to
2566           capitalize the field names using mixed case as shown below.
2567           Field values are case-sensitive unless the description of the
2568           field says otherwise.
2569         </p>
2570
2571         <p>
2572           Paragraph separators (empty lines) and lines consisting only of
2573           spaces and tabs are not allowed within field values or between
2574           fields.  Empty lines in field values are usually escaped by
2575           representing them by a space followed by a dot.
2576         </p>
2577
2578         <p>
2579           Lines starting with # without any preceding whitespace are comments
2580           lines that are only permitted in source package control files
2581           (<file>debian/control</file>).  These comment lines are ignored, even
2582           between two continuation lines.  They do not end logical lines.
2583         </p>
2584
2585         <p>
2586           All control files must be encoded in UTF-8.
2587         </p>
2588       </sect>
2589
2590       <sect id="sourcecontrolfiles">
2591         <heading>Source package control files -- <file>debian/control</file></heading>
2592
2593         <p>
2594           The <file>debian/control</file> file contains the most vital
2595           (and version-independent) information about the source package
2596           and about the binary packages it creates.
2597         </p>
2598
2599         <p>
2600           The first paragraph of the control file contains information about
2601           the source package in general. The subsequent sets each describe a
2602           binary package that the source tree builds.
2603         </p>
2604
2605         <p>
2606           The fields in the general paragraph (the first one, for the source
2607           package) are:
2608
2609           <list compact="compact">
2610             <item><qref id="f-Source"><tt>Source</tt></qref> (mandatory)</item>
2611             <item><qref id="f-Maintainer"><tt>Maintainer</tt></qref> (mandatory)</item>
2612             <item><qref id="f-Uploaders"><tt>Uploaders</tt></qref></item>
2613             <item><qref id="f-DM-Upload-Allowed"><tt>DM-Upload-Allowed</tt></qref></item>
2614             <item><qref id="f-Section"><tt>Section</tt></qref> (recommended)</item>
2615             <item><qref id="f-Priority"><tt>Priority</tt></qref> (recommended)</item>
2616             <item><qref id="sourcebinarydeps"><tt>Build-Depends</tt> et al</qref></item>
2617             <item><qref id="f-Standards-Version"><tt>Standards-Version</tt></qref> (recommended)</item>
2618             <item><qref id="f-Homepage"><tt>Homepage</tt></qref></item>
2619           </list>
2620         </p>
2621
2622         <p>
2623           The fields in the binary package paragraphs are:
2624
2625           <list compact="compact">
2626             <item><qref id="f-Package"><tt>Package</tt></qref> (mandatory)</item>
2627             <item><qref id="f-Architecture"><tt>Architecture</tt></qref> (mandatory)</item>
2628             <item><qref id="f-Section"><tt>Section</tt></qref> (recommended)</item>
2629             <item><qref id="f-Priority"><tt>Priority</tt></qref> (recommended)</item>
2630             <item><qref id="f-Essential"><tt>Essential</tt></qref></item>
2631             <item><qref id="binarydeps"><tt>Depends</tt> et al</qref></item>
2632             <item><qref id="f-Description"><tt>Description</tt></qref> (mandatory)</item>
2633             <item><qref id="f-Homepage"><tt>Homepage</tt></qref></item>
2634           </list>
2635         </p>
2636
2637         <p>
2638           The syntax and semantics of the fields are described below.
2639         </p>
2640
2641         <p>
2642           These fields are used by <prgn>dpkg-gencontrol</prgn> to
2643           generate control files for binary packages (see below), by
2644           <prgn>dpkg-genchanges</prgn> to generate the
2645           <file>.changes</file> file to accompany the upload, and by
2646           <prgn>dpkg-source</prgn> when it creates the
2647           <file>.dsc</file> source control file as part of a source
2648           archive.  Some fields are folded in <file>debian/control</file>,
2649           but not in any other control
2650           file. These tools are responsible for removing the line
2651           breaks from such fields when using fields from
2652           <file>debian/control</file> to generate other control files.
2653         </p>
2654
2655         <p>
2656           The fields here may contain variable references - their
2657           values will be substituted by <prgn>dpkg-gencontrol</prgn>,
2658           <prgn>dpkg-genchanges</prgn> or <prgn>dpkg-source</prgn>
2659           when they generate output control files.
2660           See <ref id="substvars"> for details.
2661         </p>
2662       </sect>
2663
2664       <sect id="binarycontrolfiles">
2665         <heading>Binary package control files -- <file>DEBIAN/control</file></heading>
2666
2667         <p>
2668           The <file>DEBIAN/control</file> file contains the most vital
2669           (and version-dependent) information about a binary package.  It
2670           consists of a single paragraph.
2671         </p>
2672
2673         <p>
2674           The fields in this file are:
2675
2676           <list compact="compact">
2677             <item><qref id="f-Package"><tt>Package</tt></qref> (mandatory)</item>
2678             <item><qref id="f-Source"><tt>Source</tt></qref></item>
2679             <item><qref id="f-Version"><tt>Version</tt></qref> (mandatory)</item>
2680             <item><qref id="f-Section"><tt>Section</tt></qref> (recommended)</item>
2681             <item><qref id="f-Priority"><tt>Priority</tt></qref> (recommended)</item>
2682             <item><qref id="f-Architecture"><tt>Architecture</tt></qref> (mandatory)</item>
2683             <item><qref id="f-Essential"><tt>Essential</tt></qref></item>
2684             <item><qref id="binarydeps"><tt>Depends</tt> et al</qref></item>
2685             <item><qref id="f-Installed-Size"><tt>Installed-Size</tt></qref></item>
2686             <item><qref id="f-Maintainer"><tt>Maintainer</tt></qref> (mandatory)</item>
2687             <item><qref id="f-Description"><tt>Description</tt></qref> (mandatory)</item>
2688             <item><qref id="f-Homepage"><tt>Homepage</tt></qref></item>
2689           </list>
2690         </p>
2691       </sect>
2692
2693       <sect id="debiansourcecontrolfiles">
2694         <heading>Debian source control files -- <tt>.dsc</tt></heading>
2695
2696         <p>
2697           This file consists of a single paragraph, possibly surrounded by
2698           a PGP signature. The fields of that paragraph are listed below.
2699           Their syntax is described above, in <ref id="pkg-controlfields">.
2700
2701         <list compact="compact">
2702           <item><qref id="f-Format"><tt>Format</tt></qref> (mandatory)</item>
2703           <item><qref id="f-Source"><tt>Source</tt></qref> (mandatory)</item>
2704           <item><qref id="f-Binary"><tt>Binary</tt></qref></item>
2705           <item><qref id="f-Architecture"><tt>Architecture</tt></qref></item>
2706           <item><qref id="f-Version"><tt>Version</tt></qref> (mandatory)</item>
2707           <item><qref id="f-Maintainer"><tt>Maintainer</tt></qref> (mandatory)</item>
2708           <item><qref id="f-Uploaders"><tt>Uploaders</tt></qref></item>
2709           <item><qref id="f-DM-Upload-Allowed"><tt>DM-Upload-Allowed</tt></qref></item>
2710           <item><qref id="f-Homepage"><tt>Homepage</tt></qref></item>
2711           <item><qref id="f-Standards-Version"><tt>Standards-Version</tt></qref> (recommended)</item>
2712           <item><qref id="sourcebinarydeps"><tt>Build-Depends</tt> et al</qref></item>
2713           <item><qref id="f-Checksums"><tt>Checksums-Sha1</tt>
2714               and <tt>Checksums-Sha256</tt></qref> (recommended)</item>
2715           <item><qref id="f-Files"><tt>Files</tt></qref> (mandatory)</item>
2716         </list>
2717         </p>
2718
2719         <p>
2720           The Debian source control file is generated by
2721           <prgn>dpkg-source</prgn> when it builds the source
2722           archive, from other files in the source package,
2723           described above.  When unpacking, it is checked against
2724           the files and directories in the other parts of the
2725           source package.
2726         </p>
2727
2728       </sect>
2729
2730       <sect id="debianchangesfiles">
2731         <heading>Debian changes files -- <file>.changes</file></heading>
2732
2733         <p>
2734           The <file>.changes</file> files are used by the Debian archive
2735           maintenance software to process updates to packages. They
2736           consist of a single paragraph, possibly surrounded by a PGP
2737           signature. That paragraph contains information from the
2738           <file>debian/control</file> file and other data about the
2739           source package gathered via <file>debian/changelog</file>
2740           and <file>debian/rules</file>.
2741         </p>
2742
2743         <p>
2744           <file>.changes</file> files have a format version that is
2745           incremented whenever the documented fields or their meaning
2746           change.  This document describes format &changesversion;.
2747         </p>
2748
2749         <p>
2750           The fields in this file are:
2751
2752           <list compact="compact">
2753             <item><qref id="f-Format"><tt>Format</tt></qref> (mandatory)</item>
2754             <item><qref id="f-Date"><tt>Date</tt></qref> (mandatory)</item>
2755             <item><qref id="f-Source"><tt>Source</tt></qref> (mandatory)</item>
2756             <item><qref id="f-Binary"><tt>Binary</tt></qref> (mandatory)</item>
2757             <item><qref id="f-Architecture"><tt>Architecture</tt></qref> (mandatory)</item>
2758             <item><qref id="f-Version"><tt>Version</tt></qref> (mandatory)</item>
2759             <item><qref id="f-Distribution"><tt>Distribution</tt></qref> (mandatory)</item>
2760             <item><qref id="f-Urgency"><tt>Urgency</tt></qref> (recommended)</item>
2761             <item><qref id="f-Maintainer"><tt>Maintainer</tt></qref> (mandatory)</item>
2762             <item><qref id="f-Changed-By"><tt>Changed-By</tt></qref></item>
2763             <item><qref id="f-Description"><tt>Description</tt></qref> (mandatory)</item>
2764             <item><qref id="f-Closes"><tt>Closes</tt></qref></item>
2765             <item><qref id="f-Changes"><tt>Changes</tt></qref> (mandatory)</item>
2766             <item><qref id="f-Checksums"><tt>Checksums-Sha1</tt>
2767                 and <tt>Checksums-Sha256</tt></qref> (recommended)</item>
2768             <item><qref id="f-Files"><tt>Files</tt></qref> (mandatory)</item>
2769           </list>
2770         </p>
2771       </sect>
2772
2773       <sect id="controlfieldslist">
2774         <heading>List of fields</heading>
2775
2776         <sect1 id="f-Source">
2777           <heading><tt>Source</tt></heading>
2778
2779           <p>
2780             This field identifies the source package name.
2781           </p>
2782
2783           <p>
2784             In <file>debian/control</file> or a <file>.dsc</file> file,
2785             this field must contain only the name of the source package.
2786           </p>
2787
2788           <p>
2789             In a binary package control file or a <file>.changes</file>
2790             file, the source package name may be followed by a version
2791             number in parentheses<footnote>
2792                 It is customary to leave a space after the package name
2793                 if a version number is specified.
2794             </footnote>.
2795             This version number may be omitted (and is, by
2796             <prgn>dpkg-gencontrol</prgn>) if it has the same value as
2797             the <tt>Version</tt> field of the binary package in
2798             question.  The field itself may be omitted from a binary
2799             package control file when the source package has the same
2800             name and version as the binary package.
2801           </p>
2802
2803           <p>
2804             Package names (both source and binary,
2805             see <ref id="f-Package">) must consist only of lower case
2806             letters (<tt>a-z</tt>), digits (<tt>0-9</tt>), plus
2807             (<tt>+</tt>) and minus (<tt>-</tt>) signs, and periods
2808             (<tt>.</tt>).  They must be at least two characters long and
2809             must start with an alphanumeric character.
2810           </p>
2811         </sect1>
2812
2813         <sect1 id="f-Maintainer">
2814           <heading><tt>Maintainer</tt></heading>
2815
2816           <p>
2817             The package maintainer's name and email address.  The name
2818             must come first, then the email address inside angle
2819             brackets <tt>&lt;&gt;</tt> (in RFC822 format).
2820           </p>
2821
2822           <p>
2823             If the maintainer's name contains a full stop then the
2824             whole field will not work directly as an email address due
2825             to a misfeature in the syntax specified in RFC822; a
2826             program using this field as an address must check for this
2827             and correct the problem if necessary (for example by
2828             putting the name in round brackets and moving it to the
2829             end, and bringing the email address forward).
2830           </p>
2831
2832           <p>
2833             See <ref id="maintainer"> for additional requirements and
2834             information about package maintainers.
2835           </p>
2836         </sect1>
2837
2838         <sect1 id="f-Uploaders">
2839           <heading><tt>Uploaders</tt></heading>
2840
2841           <p>
2842             List of the names and email addresses of co-maintainers of the
2843             package, if any. If the package has other maintainers besides
2844             the one named in the <qref id="f-Maintainer">Maintainer
2845             field</qref>, their names and email addresses should be listed
2846             here. The format of each entry is the same as that of the
2847             Maintainer field, and multiple entries must be comma
2848             separated.
2849           </p>
2850
2851           <p>
2852             This is normally an optional field, but if
2853             the <tt>Maintainer</tt> control field names a group of people
2854             and a shared email address, the <tt>Uploaders</tt> field must
2855             be present and must contain at least one human with their
2856             personal email address.
2857           </p>
2858
2859           <p>
2860             The Uploaders field in <file>debian/control</file> can be folded.
2861           </p>
2862         </sect1>
2863
2864         <sect1 id="f-Changed-By">
2865           <heading><tt>Changed-By</tt></heading>
2866
2867           <p>
2868             The name and email address of the person who prepared this
2869             version of the package, usually a maintainer.  The syntax is
2870             the same as for the <qref id="f-Maintainer">Maintainer
2871             field</qref>.
2872           </p>
2873         </sect1>
2874
2875         <sect1 id="f-Section">
2876           <heading><tt>Section</tt></heading>
2877
2878           <p>
2879             This field specifies an application area into which the package
2880             has been classified. See <ref id="subsections">.
2881           </p>
2882
2883           <p>
2884             When it appears in the <file>debian/control</file> file,
2885             it gives the value for the subfield of the same name in
2886             the <tt>Files</tt> field of the <file>.changes</file> file.
2887             It also gives the default for the same field in the binary
2888             packages.
2889           </p>
2890         </sect1>
2891
2892         <sect1 id="f-Priority">
2893           <heading><tt>Priority</tt></heading>
2894
2895           <p>
2896             This field represents how important it is that the user
2897             have the package installed. See <ref id="priorities">.
2898           </p>
2899
2900           <p>
2901             When it appears in the <file>debian/control</file> file,
2902             it gives the value for the subfield of the same name in
2903             the <tt>Files</tt> field of the <file>.changes</file> file.
2904             It also gives the default for the same field in the binary
2905             packages.
2906           </p>
2907         </sect1>
2908
2909         <sect1 id="f-Package">
2910           <heading><tt>Package</tt></heading>
2911
2912           <p>
2913             The name of the binary package.
2914           </p>
2915
2916           <p>
2917             Binary package names must follow the same syntax and
2918             restrictions as source package names.  See <ref id="f-Source">
2919             for the details.
2920           </p>
2921         </sect1>
2922
2923         <sect1 id="f-Architecture">
2924           <heading><tt>Architecture</tt></heading>
2925
2926           <p>
2927             Depending on context and the control file used, the
2928             <tt>Architecture</tt> field can include the following sets of
2929             values:
2930             <list>
2931                 <item>
2932                   A unique single word identifying a Debian machine
2933                   architecture as described in <ref id="arch-spec">.
2934                 </item>
2935                 <item>
2936                   An architecture wildcard identifying a set of Debian
2937                   machine architectures, see <ref id="arch-wildcard-spec">.
2938                   <tt>any</tt> matches all Debian machine architectures
2939                   and is the most frequently used.
2940                 </item>
2941                 <item>
2942                   <tt>all</tt>, which indicates an
2943                   architecture-independent package.
2944                 </item>
2945                 <item>
2946                   <tt>source</tt>, which indicates a source package.
2947                 </item>
2948             </list>
2949           </p>
2950
2951           <p>
2952             In the main <file>debian/control</file> file in the source
2953             package, this field may contain the special
2954             value <tt>all</tt>, the special architecture
2955             wildcard <tt>any</tt>, or a list of specific and wildcard
2956             architectures separated by spaces.  If <tt>all</tt>
2957             or <tt>any</tt> appears, that value must be the entire
2958             contents of the field.  Most packages will use
2959             either <tt>all</tt> or <tt>any</tt>.
2960           </p>
2961
2962           <p>
2963             Specifying a specific list of architectures indicates that the
2964             source will build an architecture-dependent package only on
2965             architectures included in the list.  Specifying a list of
2966             architecture wildcards indicates that the source will build an
2967             architecture-dependent package on only those architectures
2968             that match any of the specified architecture wildcards.
2969             Specifying a list of architectures or architecture wildcards
2970             other than <tt>any</tt> is for the minority of cases where a
2971             program is not portable or is not useful on some
2972             architectures.  Where possible, the program should be made
2973             portable instead.
2974           </p>
2975
2976           <p>
2977             In the Debian source control file <file>.dsc</file>, this
2978             field contains a list of architectures and architecture
2979             wildcards separated by spaces. When the list contains the
2980             architecture wildcard <tt>any</tt>, the only other value
2981             allowed in the list is <tt>all</tt>.
2982           </p>
2983
2984           <p>
2985             The list may include (or consist solely of) the special
2986             value <tt>all</tt>.  In other words, in <file>.dsc</file>
2987             files unlike the <file>debian/control</file>, <tt>all</tt> may
2988             occur in combination with specific architectures.
2989             The <tt>Architecture</tt> field in the Debian source control
2990             file <file>.dsc</file> is generally constructed from
2991             the <tt>Architecture</tt> fields in
2992             the <file>debian/control</file> in the source package.
2993           </p>
2994
2995           <p>
2996             Specifying only <tt>any</tt> indicates that the source package
2997             isn't dependent on any particular architecture and should
2998             compile fine on any one. The produced binary package(s)
2999             will be specific to whatever the current build architecture is.
3000           </p>
3001
3002           <p>
3003             Specifying only <tt>all</tt> indicates that the source package
3004             will only build architecture-independent packages.
3005           </p>
3006
3007           <p>
3008             Specifying <tt>any all</tt> indicates that the source package
3009             isn't dependent on any particular architecture. The set of
3010             produced binary packages will include at least one
3011             architecture-dependant package and one architecture-independent
3012             package.
3013           </p>
3014
3015           <p>
3016             Specifying a list of architectures or architecture wildcards
3017             indicates that the source will build an architecture-dependent
3018             package, and will only work correctly on the listed or
3019             matching architectures.  If the source package also builds at
3020             least one architecture-independent package, <tt>all</tt> will
3021             also be included in the list.
3022           </p>
3023
3024           <p>
3025             In a <file>.changes</file> file, the <tt>Architecture</tt>
3026             field lists the architecture(s) of the package(s) currently
3027             being uploaded.  This will be a list; if the source for the
3028             package is also being uploaded, the special
3029             entry <tt>source</tt> is also present.  <tt>all</tt> will be
3030             present if any architecture-independent packages are being
3031             uploaded.  Architecture wildcards such as <tt>any</tt> must
3032             never occur in the <tt>Architecture</tt> field in
3033             the <file>.changes</file> file.
3034           </p>
3035
3036           <p>
3037             See <ref id="debianrules"> for information on how to get
3038             the architecture for the build process.
3039           </p>
3040         </sect1>
3041
3042         <sect1 id="f-Essential">
3043           <heading><tt>Essential</tt></heading>
3044
3045           <p>
3046             This is a boolean field which may occur only in the
3047             control file of a binary package or in a per-package fields
3048             paragraph of a source package control file.
3049           </p>
3050
3051           <p>
3052             If set to <tt>yes</tt> then the package management system
3053             will refuse to remove the package (upgrading and replacing
3054             it is still possible). The other possible value is <tt>no</tt>,
3055             which is the same as not having the field at all.
3056           </p>
3057         </sect1>
3058
3059         <sect1>
3060           <heading>Package interrelationship fields:
3061             <tt>Depends</tt>, <tt>Pre-Depends</tt>,
3062             <tt>Recommends</tt>, <tt>Suggests</tt>,
3063             <tt>Breaks</tt>, <tt>Conflicts</tt>,
3064             <tt>Provides</tt>, <tt>Replaces</tt>, <tt>Enhances</tt>
3065           </heading>
3066
3067           <p>
3068             These fields describe the package's relationships with
3069             other packages.  Their syntax and semantics are described
3070             in <ref id="relationships">.</p>
3071         </sect1>
3072
3073         <sect1 id="f-Standards-Version">
3074           <heading><tt>Standards-Version</tt></heading>
3075
3076           <p>
3077             The most recent version of the standards (the policy
3078             manual and associated texts) with which the package
3079             complies.
3080           </p>
3081
3082           <p>
3083             The version number has four components: major and minor
3084             version number and major and minor patch level.  When the
3085             standards change in a way that requires every package to
3086             change the major number will be changed.  Significant
3087             changes that will require work in many packages will be
3088             signaled by a change to the minor number.  The major patch
3089             level will be changed for any change to the meaning of the
3090             standards, however small; the minor patch level will be
3091             changed when only cosmetic, typographical or other edits
3092             are made which neither change the meaning of the document
3093             nor affect the contents of packages.
3094           </p>
3095
3096           <p>
3097             Thus only the first three components of the policy version
3098             are significant in the <em>Standards-Version</em> control
3099             field, and so either these three components or all four
3100             components may be specified.<footnote>
3101                 In the past, people specified the full version number
3102                 in the Standards-Version field, for example "2.3.0.0".
3103                 Since minor patch-level changes don't introduce new
3104                 policy, it was thought it would be better to relax
3105                 policy and only require the first 3 components to be
3106                 specified, in this example "2.3.0".  All four
3107                 components may still be used if someone wishes to do so.
3108             </footnote>
3109           </p>
3110
3111         </sect1>
3112
3113         <sect1 id="f-Version">
3114           <heading><tt>Version</tt></heading>
3115
3116           <p>
3117             The version number of a package. The format is:
3118             [<var>epoch</var><tt>:</tt>]<var>upstream_version</var>[<tt>-</tt><var>debian_revision</var>]
3119           </p>
3120
3121           <p>
3122             The three components here are:
3123             <taglist>
3124               <tag><var>epoch</var></tag>
3125               <item>
3126                 <p>
3127                   This is a single (generally small) unsigned integer.  It
3128                   may be omitted, in which case zero is assumed.  If it is
3129                   omitted then the <var>upstream_version</var> may not
3130                   contain any colons.
3131                 </p>
3132
3133                 <p>
3134                   It is provided to allow mistakes in the version numbers
3135                   of older versions of a package, and also a package's
3136                   previous version numbering schemes, to be left behind.
3137                 </p>
3138               </item>
3139
3140               <tag><var>upstream_version</var></tag>
3141               <item>
3142                 <p>
3143                   This is the main part of the version number.  It is
3144                   usually the version number of the original ("upstream")
3145                   package from which the <file>.deb</file> file has been made,
3146                   if this is applicable.  Usually this will be in the same
3147                   format as that specified by the upstream author(s);
3148                   however, it may need to be reformatted to fit into the
3149                   package management system's format and comparison
3150                   scheme.
3151                 </p>
3152
3153                 <p>
3154                   The comparison behavior of the package management system
3155                   with respect to the <var>upstream_version</var> is
3156                   described below.  The <var>upstream_version</var>
3157                   portion of the version number is mandatory.
3158                 </p>
3159
3160                 <p>
3161                   The <var>upstream_version</var> may contain only
3162                   alphanumerics<footnote>
3163                         Alphanumerics are <tt>A-Za-z0-9</tt> only.
3164                   </footnote>
3165                   and the characters <tt>.</tt> <tt>+</tt> <tt>-</tt>
3166                   <tt>:</tt> <tt>~</tt> (full stop, plus, hyphen, colon,
3167                   tilde) and should start with a digit.  If there is no
3168                   <var>debian_revision</var> then hyphens are not allowed;
3169                   if there is no <var>epoch</var> then colons are not
3170                   allowed.
3171                 </p>
3172               </item>
3173
3174               <tag><var>debian_revision</var></tag>
3175               <item>
3176                 <p>
3177                   This part of the version number specifies the version of
3178                   the Debian package based on the upstream version.  It
3179                   may contain only alphanumerics and the characters
3180                   <tt>+</tt> <tt>.</tt> <tt>~</tt> (plus, full stop,
3181                   tilde) and is compared in the same way as the
3182                   <var>upstream_version</var> is.
3183                 </p>
3184
3185                 <p>
3186                   It is optional; if it isn't present then the
3187                   <var>upstream_version</var> may not contain a hyphen.
3188                   This format represents the case where a piece of
3189                   software was written specifically to be a Debian
3190                   package, where the Debian package source must always
3191                   be identical to the pristine source and therefore no
3192                   revision indication is required.
3193                 </p>
3194
3195                 <p>
3196                   It is conventional to restart the
3197                   <var>debian_revision</var> at <tt>1</tt> each time the
3198                   <var>upstream_version</var> is increased.
3199                 </p>
3200
3201                 <p>
3202                   The package management system will break the version
3203                   number apart at the last hyphen in the string (if there
3204                   is one) to determine the <var>upstream_version</var> and
3205                   <var>debian_revision</var>.  The absence of a
3206                   <var>debian_revision</var> is equivalent to a
3207                   <var>debian_revision</var> of <tt>0</tt>.
3208                 </p>
3209               </item>
3210             </taglist>
3211           </p>
3212
3213           <p>
3214             When comparing two version numbers, first the <var>epoch</var>
3215             of each are compared, then the <var>upstream_version</var> if
3216             <var>epoch</var> is equal, and then <var>debian_revision</var>
3217             if <var>upstream_version</var> is also equal.
3218             <var>epoch</var> is compared numerically.  The
3219             <var>upstream_version</var> and <var>debian_revision</var>
3220             parts are compared by the package management system using the
3221             following algorithm:
3222           </p>
3223
3224           <p>
3225             The strings are compared from left to right.
3226           </p>
3227
3228           <p>
3229             First the initial part of each string consisting entirely of
3230             non-digit characters is determined.  These two parts (one of
3231             which may be empty) are compared lexically.  If a difference
3232             is found it is returned.  The lexical comparison is a
3233             comparison of ASCII values modified so that all the letters
3234             sort earlier than all the non-letters and so that a tilde
3235             sorts before anything, even the end of a part.  For example,
3236             the following parts are in sorted order from earliest to
3237             latest: <tt>~~</tt>, <tt>~~a</tt>, <tt>~</tt>, the empty part,
3238             <tt>a</tt>.<footnote>
3239               One common use of <tt>~</tt> is for upstream pre-releases.
3240               For example, <tt>1.0~beta1~svn1245</tt> sorts earlier than
3241               <tt>1.0~beta1</tt>, which sorts earlier than <tt>1.0</tt>.
3242             </footnote>
3243           </p>
3244
3245           <p>
3246             Then the initial part of the remainder of each string which
3247             consists entirely of digit characters is determined.  The
3248             numerical values of these two parts are compared, and any
3249             difference found is returned as the result of the comparison.
3250             For these purposes an empty string (which can only occur at
3251             the end of one or both version strings being compared) counts
3252             as zero.
3253           </p>
3254
3255           <p>
3256             These two steps (comparing and removing initial non-digit
3257             strings and initial digit strings) are repeated until a
3258             difference is found or both strings are exhausted.
3259           </p>
3260
3261           <p>
3262             Note that the purpose of epochs is to allow us to leave behind
3263             mistakes in version numbering, and to cope with situations
3264             where the version numbering scheme changes.  It is
3265             <em>not</em> intended to cope with version numbers containing
3266             strings of letters which the package management system cannot
3267             interpret (such as <tt>ALPHA</tt> or <tt>pre-</tt>), or with
3268             silly orderings.<footnote>
3269               The author of this manual has heard of a package whose
3270               versions went <tt>1.1</tt>, <tt>1.2</tt>, <tt>1.3</tt>,
3271               <tt>1</tt>, <tt>2.1</tt>, <tt>2.2</tt>, <tt>2</tt> and so
3272               forth.
3273             </footnote>
3274           </p>
3275         </sect1>
3276
3277         <sect1 id="f-Description">
3278           <heading><tt>Description</tt></heading>
3279
3280           <p>
3281             In a source or binary control file, the <tt>Description</tt>
3282             field contains a description of the binary package, consisting
3283             of two parts, the synopsis or the short description, and the
3284             long description.  It is a multiline field with the following
3285             format:
3286           </p>
3287
3288           <p>
3289 <example>
3290         Description: &lt;single line synopsis&gt;
3291          &lt;extended description over several lines&gt;
3292 </example>
3293           </p>
3294
3295           <p>
3296             The lines in the extended description can have these formats:
3297           </p>
3298
3299           <p><list>
3300
3301             <item>
3302               Those starting with a single space are part of a paragraph.
3303               Successive lines of this form will be word-wrapped when
3304               displayed. The leading space will usually be stripped off.
3305               The line must contain at least one non-whitespace character.
3306             </item>
3307
3308             <item>
3309               Those starting with two or more spaces. These will be
3310               displayed verbatim. If the display cannot be panned
3311               horizontally, the displaying program will line wrap them "hard"
3312               (i.e., without taking account of word breaks). If it can they
3313               will be allowed to trail off to the right. None, one or two
3314               initial spaces may be deleted, but the number of spaces
3315               deleted from each line will be the same (so that you can have
3316               indenting work correctly, for example).  The line must
3317               contain at least one non-whitespace character.
3318             </item>
3319
3320             <item>
3321               Those containing a single space followed by a single full stop
3322               character. These are rendered as blank lines. This is the
3323               <em>only</em> way to get a blank line<footnote>
3324                 Completely empty lines will not be rendered as blank lines.
3325                 Instead, they will cause the parser to think you're starting
3326                 a whole new record in the control file, and will therefore
3327                 likely abort with an error.
3328               </footnote>.
3329             </item>
3330
3331             <item>
3332               Those containing a space, a full stop and some more characters.
3333               These are for future expansion. Do not use them.
3334             </item>
3335
3336           </list></p>
3337
3338           <p>
3339             Do not use tab characters.  Their effect is not predictable.
3340           </p>
3341
3342           <p>
3343             See <ref id="descriptions"> for further information on this.
3344           </p>
3345
3346           <p>
3347             In a <file>.changes</file> file, the <tt>Description</tt>
3348             field contains a summary of the descriptions for the packages
3349             being uploaded.  For this case, the first line of the field
3350             value (the part on the same line as <tt>Description:</tt>) is
3351             always empty.  It is a multiline field, with one
3352             line per package.  Each line is
3353             indented by one space and contains the name of a binary
3354             package, a space, a hyphen (<tt>-</tt>), a space, and the
3355             short description line from that package.
3356           </p>
3357         </sect1>
3358
3359         <sect1 id="f-Distribution">
3360           <heading><tt>Distribution</tt></heading>
3361
3362           <p>
3363             In a <file>.changes</file> file or parsed changelog output
3364             this contains the (space-separated) name(s) of the
3365             distribution(s) where this version of the package should
3366             be installed.  Valid distributions are determined by the
3367             archive maintainers.<footnote>
3368               Example distribution names in the Debian archive used in
3369               <file>.changes</file> files are:
3370                 <taglist compact="compact">
3371                   <tag><em>unstable</em></tag>
3372                   <item>
3373                     This distribution value refers to the
3374                     <em>developmental</em> part of the Debian distribution
3375                     tree.  Most new packages, new upstream versions of
3376                     packages and bug fixes go into the <em>unstable</em>
3377                     directory tree.
3378                   </item>
3379
3380                   <tag><em>experimental</em></tag>
3381                   <item>
3382                     The packages with this distribution value are deemed
3383                     by their maintainers to be high risk.  Oftentimes they
3384                     represent early beta or developmental packages from
3385                     various sources that the maintainers want people to
3386                     try, but are not ready to be a part of the other parts
3387                     of the Debian distribution tree.
3388                   </item>
3389                 </taglist>
3390
3391                 <p>
3392                   Others are used for updating stable releases or for
3393                   security uploads.  More information is available in the
3394                   Debian Developer's Reference, section "The Debian
3395                   archive".
3396                 </p>
3397             </footnote>
3398             The Debian archive software only supports listing a single
3399             distribution.  Migration of packages to other distributions is
3400             handled outside of the upload process.
3401           </p>
3402         </sect1>
3403
3404         <sect1 id="f-Date">
3405           <heading><tt>Date</tt></heading>
3406
3407           <p>
3408             This field includes the date the package was built or last
3409             edited.  It must be in the same format as the <var>date</var>
3410             in a <file>debian/changelog</file> entry.
3411           </p>
3412
3413           <p>
3414             The value of this field is usually extracted from the
3415             <file>debian/changelog</file> file - see
3416             <ref id="dpkgchangelog">).
3417           </p>
3418         </sect1>
3419
3420         <sect1 id="f-Format">
3421           <heading><tt>Format</tt></heading>
3422
3423           <p>
3424             In <qref id="debianchangesfiles"><file>.changes</file></qref>
3425             files, this field declares the format version of that file.
3426             The syntax of the field value is the same as that of
3427             a <qref id="f-Version">package version number</qref> except
3428             that no epoch or Debian revision is allowed.  The format
3429             described in this document is <tt>&changesversion;</tt>.
3430           </p>
3431
3432           <p>
3433             In <qref id="debiansourcecontrolfiles"><file>.dsc</file>
3434             Debian source control</qref> files, this field declares the
3435             format of the source package.  The field value is used by
3436             programs acting on a source package to interpret the list of
3437             files in the source package and determine how to unpack it.
3438             The syntax of the field value is a numeric major revision, a
3439             period, a numeric minor revision, and then an optional subtype
3440             after whitespace, which if specified is an alphanumeric word
3441             in parentheses.  The subtype is optional in the syntax but may
3442             be mandatory for particular source format revisions.
3443             <footnote>
3444               The source formats currently supported by the Debian archive
3445               software are <tt>1.0</tt>, <tt>3.0 (native)</tt>,
3446               and <tt>3.0 (quilt)</tt>.
3447             </footnote>
3448           </p>
3449         </sect1>
3450
3451         <sect1 id="f-Urgency">
3452           <heading><tt>Urgency</tt></heading>
3453
3454           <p>
3455             This is a description of how important it is to upgrade to
3456             this version from previous ones.  It consists of a single
3457             keyword taking one of the values <tt>low</tt>,
3458             <tt>medium</tt>, <tt>high</tt>, <tt>emergency</tt>, or
3459             <tt>critical</tt><footnote>
3460               Other urgency values are supported with configuration
3461               changes in the archive software but are not used in Debian.
3462               The urgency affects how quickly a package will be considered
3463               for inclusion into the <tt>testing</tt> distribution and
3464               gives an indication of the importance of any fixes included
3465               in the upload.  <tt>Emergency</tt> and <tt>critical</tt> are
3466               treated as synonymous.
3467             </footnote> (not case-sensitive) followed by an optional
3468             commentary (separated by a space) which is usually in
3469             parentheses.  For example:
3470
3471             <example>
3472   Urgency: low (HIGH for users of diversions)
3473             </example>
3474
3475           </p>
3476
3477           <p>
3478             The value of this field is usually extracted from the
3479             <file>debian/changelog</file> file - see
3480             <ref id="dpkgchangelog">.
3481           </p>
3482         </sect1>
3483
3484         <sect1 id="f-Changes">
3485           <heading><tt>Changes</tt></heading>
3486
3487           <p>
3488             This multiline field contains the human-readable changes data, describing
3489             the differences between the last version and the current one.
3490           </p>
3491
3492           <p>
3493             The first line of the field value (the part on the same line
3494             as <tt>Changes:</tt>) is always empty.  The content of the
3495             field is expressed as continuation lines, with each line
3496             indented by at least one space.  Blank lines must be
3497             represented by a line consisting only of a space and a full
3498             stop (<tt>.</tt>).
3499           </p>
3500
3501           <p>
3502             The value of this field is usually extracted from the
3503             <file>debian/changelog</file> file - see
3504             <ref id="dpkgchangelog">).
3505           </p>
3506
3507           <p>
3508             Each version's change information should be preceded by a
3509             "title" line giving at least the version, distribution(s)
3510             and urgency, in a human-readable way.
3511           </p>
3512
3513           <p>
3514             If data from several versions is being returned the entry
3515             for the most recent version should be returned first, and
3516             entries should be separated by the representation of a
3517             blank line (the "title" line may also be followed by the
3518             representation of a blank line).
3519           </p>
3520         </sect1>
3521
3522         <sect1 id="f-Binary">
3523           <heading><tt>Binary</tt></heading>
3524
3525           <p>
3526             This folded field is a list of binary packages.  Its syntax and
3527             meaning varies depending on the control file in which it
3528             appears.
3529           </p>
3530
3531           <p>
3532             When it appears in the <file>.dsc</file> file, it lists binary
3533             packages which a source package can produce, separated by
3534             commas<footnote>
3535                 A space after each comma is conventional.
3536             </footnote>.  The source package
3537             does not necessarily produce all of these binary packages for
3538             every architecture.  The source control file doesn't contain
3539             details of which architectures are appropriate for which of
3540             the binary packages.
3541           </p>
3542
3543           <p>
3544             When it appears in a <file>.changes</file> file, it lists the
3545             names of the binary packages being uploaded, separated by
3546             whitespace (not commas).
3547           </p>
3548         </sect1>
3549
3550         <sect1 id="f-Installed-Size">
3551           <heading><tt>Installed-Size</tt></heading>
3552
3553           <p>
3554             This field appears in the control files of binary packages,
3555             and in the <file>Packages</file> files.  It gives an estimate
3556             of the total amount of disk space required to install the
3557             named package.  Actual installed size may vary based on block
3558             size, file system properties, or actions taken by package
3559             maintainer scripts.
3560           </p>
3561
3562           <p>
3563             The disk space is given as the integer value of the estimated
3564             installed size in bytes, divided by 1024 and rounded up.
3565           </p>
3566         </sect1>
3567
3568         <sect1 id="f-Files">
3569           <heading><tt>Files</tt></heading>
3570
3571           <p>
3572             This field contains a list of files with information about
3573             each one.  The exact information and syntax varies with
3574             the context.
3575           </p>
3576
3577           <p>
3578             In all cases, Files is a multiline field.  The first line of
3579             the field value (the part on the same line as <tt>Files:</tt>)
3580             is always empty.  The content of the field is expressed as
3581             continuation lines, one line per file.  Each line must be
3582             indented by one space and contain a number of sub-fields,
3583             separated by spaces, as described below.
3584           </p>
3585
3586           <p>
3587             In the <file>.dsc</file> file, each line contains the MD5
3588             checksum, size and filename of the tar file and (if
3589             applicable) diff file which make up the remainder of the
3590             source package<footnote>
3591               That is, the parts which are not the <tt>.dsc</tt>.
3592             </footnote>.  For example:
3593             <example>
3594 Files:
3595  c6f698f19f2a2aa07dbb9bbda90a2754 571925 example_1.2.orig.tar.gz
3596  938512f08422f3509ff36f125f5873ba 6220 example_1.2-1.diff.gz
3597             </example>
3598             The exact forms of the filenames are described
3599             in <ref id="pkg-sourcearchives">.
3600           </p>
3601
3602           <p>
3603             In the <file>.changes</file> file this contains one line per
3604             file being uploaded.  Each line contains the MD5 checksum,
3605             size, section and priority and the filename.  For example:
3606             <example>
3607 Files:
3608  4c31ab7bfc40d3cf49d7811987390357 1428 text extra example_1.2-1.dsc
3609  c6f698f19f2a2aa07dbb9bbda90a2754 571925 text extra example_1.2.orig.tar.gz
3610  938512f08422f3509ff36f125f5873ba 6220 text extra example_1.2-1.diff.gz
3611  7c98fe853b3bbb47a00e5cd129b6cb56 703542 text extra example_1.2-1_i386.deb
3612             </example>
3613             The <qref id="f-Section">section</qref>
3614             and <qref id="f-Priority">priority</qref> are the values of
3615             the corresponding fields in the main source control file.  If
3616             no section or priority is specified then <tt>-</tt> should be
3617             used, though section and priority values must be specified for
3618             new packages to be installed properly.
3619           </p>
3620
3621           <p>
3622             The special value <tt>byhand</tt> for the section in a
3623             <tt>.changes</tt> file indicates that the file in question
3624             is not an ordinary package file and must by installed by
3625             hand by the distribution maintainers.  If the section is
3626             <tt>byhand</tt> the priority should be <tt>-</tt>.
3627           </p>
3628
3629           <p>
3630             If a new Debian revision of a package is being shipped and
3631             no new original source archive is being distributed the
3632             <tt>.dsc</tt> must still contain the <tt>Files</tt> field
3633             entry for the original source archive
3634             <file><var>package</var>_<var>upstream-version</var>.orig.tar.gz</file>,
3635             but the <file>.changes</file> file should leave it out.  In
3636             this case the original source archive on the distribution
3637             site must match exactly, byte-for-byte, the original
3638             source archive which was used to generate the
3639             <file>.dsc</file> file and diff which are being uploaded.</p>
3640         </sect1>
3641
3642         <sect1 id="f-Closes">
3643           <heading><tt>Closes</tt></heading>
3644
3645           <p>
3646             A space-separated list of bug report numbers that the upload
3647             governed by the .changes file closes.
3648           </p>
3649         </sect1>
3650
3651         <sect1 id="f-Homepage">
3652           <heading><tt>Homepage</tt></heading>
3653
3654           <p>
3655             The URL of the web site for this package, preferably (when
3656             applicable) the site from which the original source can be
3657             obtained and any additional upstream documentation or
3658             information may be found.  The content of this field is a
3659             simple URL without any surrounding characters such as
3660             <tt>&lt;&gt;</tt>.
3661           </p>
3662         </sect1>
3663
3664         <sect1 id="f-Checksums">
3665           <heading><tt>Checksums-Sha1</tt>
3666             and <tt>Checksums-Sha256</tt></heading>
3667
3668           <p>
3669             These multiline fields contain a list of files with a checksum and size
3670             for each one.  Both <tt>Checksums-Sha1</tt>
3671             and <tt>Checksums-Sha256</tt> have the same syntax and differ
3672             only in the checksum algorithm used: SHA-1
3673             for <tt>Checksums-Sha1</tt> and SHA-256
3674             for <tt>Checksums-Sha256</tt>.
3675           </p>
3676
3677           <p>
3678             <tt>Checksums-Sha1</tt> and <tt>Checksums-Sha256</tt> are
3679             multiline fields.  The first line of the field value (the part
3680             on the same line as <tt>Checksums-Sha1:</tt>
3681             or <tt>Checksums-Sha256:</tt>) is always empty.  The content
3682             of the field is expressed as continuation lines, one line per
3683             file.  Each line consists of the checksum, a space, the file
3684             size, a space, and the file name.  For example (from
3685             a <file>.changes</file> file):
3686             <example>
3687 Checksums-Sha1:
3688  1f418afaa01464e63cc1ee8a66a05f0848bd155c 1276 example_1.0-1.dsc
3689  a0ed1456fad61116f868b1855530dbe948e20f06 171602 example_1.0.orig.tar.gz
3690  5e86ecf0671e113b63388dac81dd8d00e00ef298 6137 example_1.0-1.debian.tar.gz
3691  71a0ff7da0faaf608481195f9cf30974b142c183 548402 example_1.0-1_i386.deb
3692 Checksums-Sha256:
3693  ac9d57254f7e835bed299926fd51bf6f534597cc3fcc52db01c4bffedae81272 1276 example_1.0-1.dsc
3694  0d123be7f51e61c4bf15e5c492b484054be7e90f3081608a5517007bfb1fd128 171602 example_1.0.orig.tar.gz
3695  f54ae966a5f580571ae7d9ef5e1df0bd42d63e27cb505b27957351a495bc6288 6137 example_1.0-1.debian.tar.gz
3696  3bec05c03974fdecd11d020fc2e8250de8404867a8a2ce865160c250eb723664 548402 example_1.0-1_i386.deb
3697             </example>
3698           </p>
3699
3700           <p>
3701             In the <file>.dsc</file> file, these fields should list all
3702             files that make up the source package.  In
3703             the <file>.changes</file> file, these fields should list all
3704             files being uploaded.  The list of files in these fields
3705             must match the list of files in the <tt>Files</tt> field.
3706           </p>
3707         </sect1>
3708
3709         <sect1 id="f-DM-Upload-Allowed">
3710           <heading><tt>DM-Upload-Allowed</tt></heading>
3711
3712           <p>
3713             The most recent version of a package uploaded to unstable or
3714             experimental must include the field <tt>DM-Upload-Allowed:
3715             yes</tt> in the source section of its source control file for
3716             the Debian archive to accept uploads signed with a key in the
3717             Debian Maintainer keyring.  See the General
3718             Resolution <url id="http://www.debian.org/vote/2007/vote_003"
3719             name="Endorse the concept of Debian Maintainers"> for more
3720             details.
3721           </p>
3722         </sect1>
3723       </sect>
3724
3725       <sect>
3726         <heading>User-defined fields</heading>
3727
3728         <p>
3729           Additional user-defined fields may be added to the
3730           source package control file.  Such fields will be
3731           ignored, and not copied to (for example) binary or
3732           Debian source control files or upload control files.
3733         </p>
3734
3735         <p>
3736           If you wish to add additional unsupported fields to
3737           these output files you should use the mechanism
3738           described here.
3739         </p>
3740
3741         <p>
3742           Fields in the main source control information file with
3743           names starting <tt>X</tt>, followed by one or more of
3744           the letters <tt>BCS</tt> and a hyphen <tt>-</tt>, will
3745           be copied to the output files.  Only the part of the
3746           field name after the hyphen will be used in the output
3747           file.  Where the letter <tt>B</tt> is used the field
3748           will appear in binary package control files, where the
3749           letter <tt>S</tt> is used in Debian source control
3750           files and where <tt>C</tt> is used in upload control
3751           (<tt>.changes</tt>) files.
3752         </p>
3753
3754         <p>
3755           For example, if the main source information control file
3756           contains the field
3757           <example>
3758   XBS-Comment: I stand between the candle and the star.
3759           </example>
3760           then the binary and Debian source control files will contain the
3761           field
3762           <example>
3763   Comment: I stand between the candle and the star.
3764           </example>
3765         </p>
3766
3767       </sect>
3768
3769     </chapt>
3770
3771
3772     <chapt id="maintainerscripts">
3773       <heading>Package maintainer scripts and installation procedure</heading>
3774
3775       <sect>
3776         <heading>Introduction to package maintainer scripts</heading>
3777
3778         <p>
3779           It is possible to supply scripts as part of a package which
3780           the package management system will run for you when your
3781           package is installed, upgraded or removed.
3782         </p>
3783
3784         <p>
3785           These scripts are the control information
3786           files <prgn>preinst</prgn>, <prgn>postinst</prgn>, <prgn>prerm</prgn>
3787           and <prgn>postrm</prgn>.  They must be proper executable files;
3788           if they are scripts (which is recommended), they must start with
3789           the usual <tt>#!</tt> convention.  They should be readable and
3790           executable by anyone, and must not be world-writable.
3791         </p>
3792
3793         <p>
3794           The package management system looks at the exit status from
3795           these scripts.  It is important that they exit with a
3796           non-zero status if there is an error, so that the package
3797           management system can stop its processing.  For shell
3798           scripts this means that you <em>almost always</em> need to
3799           use <tt>set -e</tt> (this is usually true when writing shell
3800           scripts, in fact).  It is also important, of course, that
3801           they exit with a zero status if everything went well.
3802         </p>
3803
3804         <p>
3805           Additionally, packages interacting with users
3806           using <prgn>debconf</prgn> in the <prgn>postinst</prgn> script
3807           should install a <prgn>config</prgn> script as a control
3808           information file.  See <ref id="maintscriptprompt"> for details.
3809         </p>
3810
3811         <p>
3812           When a package is upgraded a combination of the scripts from
3813           the old and new packages is called during the upgrade
3814           procedure.  If your scripts are going to be at all
3815           complicated you need to be aware of this, and may need to
3816           check the arguments to your scripts.
3817         </p>
3818
3819         <p>
3820           Broadly speaking the <prgn>preinst</prgn> is called before
3821           (a particular version of) a package is unpacked, and the
3822           <prgn>postinst</prgn> afterwards; the <prgn>prerm</prgn>
3823           before (a version of) a package is removed and the
3824           <prgn>postrm</prgn> afterwards.
3825         </p>
3826
3827         <p>
3828           Programs called from maintainer scripts should not normally
3829           have a path prepended to them. Before installation is
3830           started, the package management system checks to see if the
3831           programs <prgn>ldconfig</prgn>,
3832           <prgn>start-stop-daemon</prgn>, <prgn>install-info</prgn>,
3833           and <prgn>update-rc.d</prgn> can be found via the
3834           <tt>PATH</tt> environment variable. Those programs, and any
3835           other program that one would expect to be in the
3836           <tt>PATH</tt>, should thus be invoked without an absolute
3837           pathname. Maintainer scripts should also not reset the
3838           <tt>PATH</tt>, though they might choose to modify it by
3839           prepending or appending package-specific directories. These
3840           considerations really apply to all shell scripts.</p>
3841       </sect>
3842
3843       <sect id="idempotency">
3844         <heading>Maintainer scripts idempotency</heading>
3845
3846         <p>
3847           It is necessary for the error recovery procedures that the
3848           scripts be idempotent.  This means that if it is run
3849           successfully, and then it is called again, it doesn't bomb
3850           out or cause any harm, but just ensures that everything is
3851           the way it ought to be.  If the first call failed, or
3852           aborted half way through for some reason, the second call
3853           should merely do the things that were left undone the first
3854           time, if any, and exit with a success status if everything
3855           is OK.<footnote>
3856               This is so that if an error occurs, the user interrupts
3857               <prgn>dpkg</prgn> or some other unforeseen circumstance
3858               happens you don't leave the user with a badly-broken
3859               package when <prgn>dpkg</prgn> attempts to repeat the
3860               action.
3861           </footnote>
3862         </p>
3863       </sect>
3864
3865       <sect id="controllingterminal">
3866         <heading>Controlling terminal for maintainer scripts</heading>
3867
3868         <p>
3869           Maintainer scripts are not guaranteed to run with a controlling
3870           terminal and may not be able to interact with the user.  They
3871           must be able to fall back to noninteractive behavior if no
3872           controlling terminal is available.  Maintainer scripts that
3873           prompt via a program conforming to the Debian Configuration
3874           Management Specification (see <ref id="maintscriptprompt">) may
3875           assume that program will handle falling back to noninteractive
3876           behavior.
3877         </p>
3878
3879         <p>
3880           For high-priority prompts without a reasonable default answer,
3881           maintainer scripts may abort if there is no controlling
3882           terminal.  However, this situation should be avoided if at all
3883           possible, since it prevents automated or unattended installs.
3884           In most cases, users will consider this to be a bug in the
3885           package.
3886         </p>
3887       </sect>
3888
3889       <sect id="exitstatus">
3890         <heading>Exit status</heading>
3891
3892         <p>
3893           Each script must return a zero exit status for
3894           success, or a nonzero one for failure, since the package
3895           management system looks for the exit status of these scripts
3896           and determines what action to take next based on that datum.
3897         </p>
3898       </sect>
3899
3900       <sect id="mscriptsinstact"><heading>Summary of ways maintainer
3901           scripts are called
3902         </heading>
3903
3904         <p>
3905           What follows is a summary of all the ways in which maintainer
3906           scripts may be called along with what facilities those scripts
3907           may rely on being available at that time.  Script names preceded
3908           by <var>new-</var> are the scripts from the new version of a
3909           package being installed, upgraded to, or downgraded to.  Script
3910           names preceded by <var>old-</var> are the scripts from the old
3911           version of a package that is being upgraded from or downgraded
3912           from.
3913         </p>
3914
3915         <p>
3916           The <prgn>preinst</prgn> script may be called in the following
3917           ways:
3918           <taglist>
3919             <tag><var>new-preinst</var> <tt>install</tt></tag>
3920             <tag><var>new-preinst</var> <tt>install</tt>
3921               <var>old-version</var></tag>
3922             <tag><var>new-preinst</var> <tt>upgrade</tt>
3923               <var>old-version</var></tag>
3924             <item>
3925               The package will not yet be unpacked, so
3926               the <prgn>preinst</prgn> script cannot rely on any files
3927               included in its package.  Only essential packages and
3928               pre-dependencies (<tt>Pre-Depends</tt>) may be assumed to be
3929               available.  Pre-dependencies will have been configured at
3930               least once, but at the time the <prgn>preinst</prgn> is
3931               called they may only be in an unpacked or "Half-Configured"
3932               state if a previous version of the pre-dependency was
3933               completely configured and has not been removed since then.
3934             </item>
3935
3936             <tag><var>old-preinst</var> <tt>abort-upgrade</tt>
3937               <var>new-version</var></tag>
3938             <item>
3939               Called during error handling of an upgrade that failed after
3940               unpacking the new package because the <tt>postrm
3941               upgrade</tt> action failed.  The unpacked files may be
3942               partly from the new version or partly missing, so the script
3943               cannot rely on files included in the package.  Package
3944               dependencies may not be available.  Pre-dependencies will be
3945               at least unpacked following the same rules as above, except
3946               they may be only "Half-Installed" if an upgrade of the
3947               pre-dependency failed.<footnote>
3948                 This can happen if the new version of the package no
3949                 longer pre-depends on a package that had been partially
3950                 upgraded.
3951               </footnote>
3952             </item>
3953           </taglist>
3954         </p>
3955
3956         <p>
3957           The <prgn>postinst</prgn> script may be called in the following
3958           ways:
3959           <taglist>
3960             <tag><var>postinst</var> <tt>configure</tt>
3961               <var>most-recently-configured-version</var></tag>
3962             <item>
3963               The files contained in the package will be unpacked.  All
3964               package dependencies will at least be unpacked.  If there
3965               are no circular dependencies involved, all package
3966               dependencies will be configured.  For behavior in the case
3967               of circular dependencies, see the discussion
3968               in <ref id="binarydeps">.
3969             </item>
3970
3971             <tag><var>old-postinst</var> <tt>abort-upgrade</tt>
3972               <var>new-version</var></tag>
3973             <tag><var>conflictor's-postinst</var> <tt>abort-remove</tt>
3974               <tt>in-favour</tt> <var>package</var>
3975               <var>new-version</var></tag>
3976             <tag><var>postinst</var> <tt>abort-remove</tt></tag>
3977             <tag><var>deconfigured's-postinst</var>
3978               <tt>abort-deconfigure</tt> <tt>in-favour</tt>
3979               <var>failed-install-package</var> <var>version</var>
3980               [<tt>removing</tt> <var>conflicting-package</var>
3981               <var>version</var>]</tag>
3982             <item>
3983               The files contained in the package will be unpacked.  All
3984               package dependencies will at least be "Half-Installed" and
3985               will have previously been configured and not removed.
3986               However, dependencies may not be configured or even fully
3987               unpacked in some error situations.<footnote>
3988                 For example, suppose packages foo and bar are installed
3989                 with foo depending on bar.  If an upgrade of bar were
3990                 started and then aborted, and then an attempt to remove
3991                 foo failed because its <prgn>prerm</prgn> script failed,
3992                 foo's <tt>postinst abort-remove</tt> would be called with
3993                 bar only "Half-Installed".
3994               </footnote>
3995               The <prgn>postinst</prgn> should still attempt any actions
3996               for which its dependencies are required, since they will
3997               normally be available, but consider the correct error
3998               handling approach if those actions fail.  Aborting
3999               the <prgn>postinst</prgn> action if commands or facilities
4000               from the package dependencies are not available is often the
4001               best approach.
4002             </item>
4003           </taglist>
4004         </p>
4005
4006         <p>
4007           The <prgn>prerm</prgn> script may be called in the following
4008           ways:
4009           <taglist>
4010             <tag><var>prerm</var> <tt>remove</tt></tag>
4011             <tag><var>old-prerm</var>
4012               <tt>upgrade</tt><var>new-version</var></tag>
4013             <tag><var>conflictor's-prerm</var> <tt>remove</tt>
4014               <tt>in-favour</tt> <var>package</var>
4015               <var>new-version</var></tag>
4016             <tag><var>deconfigured's-prerm</var> <tt>deconfigure</tt>
4017               <tt>in-favour</tt> <var>package-being-installed</var>
4018               <var>version</var> [<tt>removing</tt>
4019               <var>conflicting-package</var> <var>version</var>]</tag>
4020             <item>
4021               The package whose <prgn>prerm</prgn> is being called will be
4022               at least "Half-Installed".  All package dependencies will at
4023               least be "Half-Installed" and will have previously been
4024               configured and not removed.  If there was no error, all
4025               dependencies will at least be unpacked, but these actions
4026               may be called in various error states where dependencies are
4027               only "Half-Installed" due to a partial upgrade.
4028             </item>
4029
4030             <tag><var>new-prerm</var> <tt>failed-upgrade</tt>
4031               <var>old-version</var></tag>
4032             <item>
4033               Called during error handling when <tt>prerm upgrade</tt>
4034               fails.  The new package will not yet be unpacked, and all
4035               the same constraints as for <tt>preinst upgrade</tt> apply.
4036             </item>
4037           </taglist>
4038         </p>
4039
4040         <p>
4041           The <prgn>postrm</prgn> script may be called in the following
4042           ways:
4043           <taglist>
4044             <tag><var>postrm</var> <tt>remove</tt></tag>
4045             <tag><var>postrm</var> <tt>purge</tt></tag>
4046             <tag><var>old-postrm</var> <tt>upgrade</tt>
4047               <var>new-version</var></tag>
4048             <tag><var>disappearer's-postrm</var> <tt>disappear</tt>
4049                 <var>overwriter</var> <var>overwriter-version</var></tag>
4050             <item>
4051               The <prgn>postrm</prgn> script is called after the package's
4052               files have been removed or replaced.  The package
4053               whose <prgn>postrm</prgn> is being called may have
4054               previously been deconfigured and only be unpacked, at which
4055               point subsequent package changes do not consider its
4056               dependencies.  Therefore, all <prgn>postrm</prgn> actions
4057               may only rely on essential packages and must gracefully skip
4058               any actions that require the package's dependencies if those
4059               dependencies are unavailable.<footnote>
4060                 This is often done by checking whether the command or
4061                 facility the <prgn>postrm</prgn> intends to call is
4062                 available before calling it.  For example:
4063 <example>
4064 if [ "$1" = purge ] && [ -e /usr/share/debconf/confmodule ]; then
4065         . /usr/share/debconf/confmodule
4066         db_purge
4067 fi
4068 </example>
4069                 in <prgn>postrm</prgn> purges the <prgn>debconf</prgn>
4070                 configuration for the package
4071                 if <package>debconf</package> is installed.
4072               </footnote>
4073             </item>
4074
4075             <tag><var>new-postrm</var> <tt>failed-upgrade</tt>
4076               <var>old-version</var></tag>
4077             <item>
4078               Called when the old <tt>postrm upgrade</tt> action fails.
4079               The new package will be unpacked, but only essential
4080               packages and pre-dependencies can be relied on.
4081               Pre-dependencies will either be configured or will be
4082               "Unpacked" or "Half-Configured" but previously had been
4083               configured and was never removed.
4084             </item>
4085
4086             <tag><var>new-postrm</var> <tt>abort-install</tt></tag>
4087             <tag><var>new-postrm</var> <tt>abort-install</tt>
4088               <var>old-version</var></tag>
4089             <tag><var>new-postrm</var> <tt>abort-upgrade</tt>
4090               <var>old-version</var></tag>
4091             <item>
4092               Called before unpacking the new package as part of the
4093               error handling of <prgn>preinst</prgn> failures.  May assume
4094               the same state as <prgn>preinst</prgn> can assume.
4095             </item>
4096           </taglist>
4097         </p>
4098       </sect>
4099
4100       <sect id="unpackphase">
4101         <heading>Details of unpack phase of installation or upgrade</heading>
4102
4103         <p>
4104           The procedure on installation/upgrade/overwrite/disappear
4105           (i.e., when running <tt>dpkg --unpack</tt>, or the unpack
4106           stage of <tt>dpkg --install</tt>) is as follows.  In each
4107           case, if a major error occurs (unless listed below) the
4108           actions are, in general, run backwards - this means that the
4109           maintainer scripts are run with different arguments in
4110           reverse order.  These are the "error unwind" calls listed
4111           below.
4112
4113           <enumlist>
4114             <item>
4115                 <enumlist>
4116                   <item>
4117                       If a version of the package is already installed, call
4118                       <example compact="compact">
4119 <var>old-prerm</var> upgrade <var>new-version</var>
4120                       </example>
4121                   </item>
4122                   <item>
4123                       If the script runs but exits with a non-zero
4124                       exit status, <prgn>dpkg</prgn> will attempt:
4125                       <example compact="compact">
4126 <var>new-prerm</var> failed-upgrade <var>old-version</var>
4127                       </example>
4128                       If this works, the upgrade continues. If this
4129                       does not work, the error unwind:
4130                       <example compact="compact">
4131 <var>old-postinst</var> abort-upgrade <var>new-version</var>
4132                       </example>
4133                       If this works, then the old-version is
4134                       "Installed", if not, the old version is in a
4135                       "Half-Configured" state.
4136                   </item>
4137                 </enumlist>
4138             </item>
4139
4140             <item>
4141                 If a "conflicting" package is being removed at the same time,
4142                 or if any package will be broken (due to <tt>Breaks</tt>):
4143                 <enumlist>
4144                   <item>
4145                       If <tt>--auto-deconfigure</tt> is
4146                       specified, call, for each package to be deconfigured
4147                       due to <tt>Breaks</tt>:
4148                       <example compact="compact">
4149 <var>deconfigured's-prerm</var> deconfigure \
4150   in-favour <var>package-being-installed</var> <var>version</var>
4151                       </example>
4152                       Error unwind:
4153                       <example compact="compact">
4154 <var>deconfigured's-postinst</var> abort-deconfigure \
4155   in-favour <var>package-being-installed-but-failed</var> <var>version</var>
4156                       </example>
4157                       The deconfigured packages are marked as
4158                       requiring configuration, so that if
4159                       <tt>--install</tt> is used they will be
4160                       configured again if possible.
4161                   </item>
4162                   <item>
4163                       If any packages depended on a conflicting
4164                       package being removed and <tt>--auto-deconfigure</tt> is
4165                       specified, call, for each such package:
4166                       <example compact="compact">
4167 <var>deconfigured's-prerm</var> deconfigure \
4168   in-favour <var>package-being-installed</var> <var>version</var> \
4169     removing <var>conflicting-package</var> <var>version</var>
4170                       </example>
4171                       Error unwind:
4172                       <example compact="compact">
4173 <var>deconfigured's-postinst</var> abort-deconfigure \
4174   in-favour <var>package-being-installed-but-failed</var> <var>version</var> \
4175     removing <var>conflicting-package</var> <var>version</var>
4176                       </example>
4177                       The deconfigured packages are marked as
4178                       requiring configuration, so that if
4179                       <tt>--install</tt> is used they will be
4180                       configured again if possible.
4181                   </item>
4182                   <item>
4183                       To prepare for removal of each conflicting package, call:
4184                       <example compact="compact">
4185 <var>conflictor's-prerm</var> remove \
4186   in-favour <var>package</var> <var>new-version</var>
4187                       </example>
4188                       Error unwind:
4189                       <example compact="compact">
4190 <var>conflictor's-postinst</var> abort-remove \
4191   in-favour <var>package</var> <var>new-version</var>
4192                       </example>
4193                   </item>
4194                 </enumlist>
4195             </item>
4196
4197             <item>
4198                 <enumlist>
4199                   <item>
4200                       If the package is being upgraded, call:
4201                       <example compact="compact">
4202 <var>new-preinst</var> upgrade <var>old-version</var>
4203                       </example>
4204                       If this fails, we call:
4205                       <example>
4206 <var>new-postrm</var> abort-upgrade <var>old-version</var>
4207                       </example>
4208                       <enumlist>
4209                         <item>
4210                           <p>
4211                             If that works, then
4212                             <example>
4213 <var>old-postinst</var> abort-upgrade <var>new-version</var>
4214                             </example>
4215                             is called. If this works, then the old version
4216                             is in an "Installed" state, or else it is left
4217                             in an "Unpacked" state.
4218                           </p>
4219                         </item>
4220                         <item>
4221                           <p>
4222                             If it fails, then the old version is left
4223                             in an "Half-Installed" state.
4224                           </p>
4225                         </item>
4226                       </enumlist>
4227                       
4228                   </item>
4229                   <item>
4230                       Otherwise, if the package had some configuration
4231                       files from a previous version installed (i.e., it
4232                       is in the "configuration files only" state):
4233                       <example compact="compact">
4234 <var>new-preinst</var> install <var>old-version</var>
4235                       </example>
4236                       Error unwind:
4237                       <example>
4238 <var>new-postrm</var> abort-install <var>old-version</var>
4239                       </example>
4240                       If this fails, the package is left in a
4241                       "Half-Installed" state, which requires a
4242                       reinstall. If it works, the packages is left in
4243                       a "Config-Files" state.
4244                   </item>
4245                   <item>
4246                       Otherwise (i.e., the package was completely purged):
4247                       <example compact="compact">
4248 <var>new-preinst</var> install
4249                       </example>
4250                       Error unwind:
4251                       <example compact="compact">
4252 <var>new-postrm</var> abort-install
4253                       </example>
4254                       If the error-unwind fails, the package is in a
4255                       "Half-Installed" phase, and requires a
4256                       reinstall. If the error unwind works, the
4257                       package is in a not installed state.
4258                   </item>
4259                 </enumlist>
4260             </item>
4261
4262             <item>
4263               <p>
4264                 The new package's files are unpacked, overwriting any
4265                 that may be on the system already, for example any
4266                 from the old version of the same package or from
4267                 another package.  Backups of the old files are kept
4268                 temporarily, and if anything goes wrong the package
4269                 management system will attempt to put them back as
4270                 part of the error unwind.
4271               </p>
4272
4273               <p>
4274                 It is an error for a package to contain files which
4275                 are on the system in another package, unless
4276                 <tt>Replaces</tt> is used (see <ref id="replaces">).
4277                 <!--
4278                 The following paragraph is not currently the case:
4279                 Currently the <tt>- - force-overwrite</tt> flag is
4280                 enabled, downgrading it to a warning, but this may not
4281                 always be the case.
4282                 -->
4283               </p>
4284
4285               <p>
4286                 It is a more serious error for a package to contain a
4287                 plain file or other kind of non-directory where another
4288                 package has a directory (again, unless
4289                 <tt>Replaces</tt> is used).  This error can be
4290                 overridden if desired using
4291                 <tt>--force-overwrite-dir</tt>, but this is not
4292                 advisable.
4293               </p>
4294
4295               <p>
4296                 Packages which overwrite each other's files produce
4297                 behavior which, though deterministic, is hard for the
4298                 system administrator to understand.  It can easily
4299                 lead to "missing" programs if, for example, a package
4300                 is unpacked which overwrites a file from another
4301                 package, and is then removed again.<footnote>
4302                     Part of the problem is due to what is arguably a
4303                     bug in <prgn>dpkg</prgn>.
4304                 </footnote>
4305               </p>
4306
4307               <p>
4308                 A directory will never be replaced by a symbolic link
4309                 to a directory or vice versa; instead, the existing
4310                 state (symlink or not) will be left alone and
4311                 <prgn>dpkg</prgn> will follow the symlink if there is
4312                 one.
4313               </p>
4314             </item>
4315
4316             <item>
4317               <p>
4318                 <enumlist>
4319                   <item>
4320                       If the package is being upgraded, call
4321                       <example compact="compact">
4322 <var>old-postrm</var> upgrade <var>new-version</var>
4323                       </example>
4324                   </item>
4325                   <item>
4326                       If this fails, <prgn>dpkg</prgn> will attempt:
4327                       <example compact="compact">
4328 <var>new-postrm</var> failed-upgrade <var>old-version</var>
4329                       </example>
4330                       If this works, installation continues. If not, 
4331                       Error unwind:
4332                       <example compact="compact">
4333 <var>old-preinst</var> abort-upgrade <var>new-version</var>
4334                       </example>
4335                       If this fails, the old version is left in a
4336                       "Half-Installed" state. If it works, dpkg now
4337                       calls:
4338                       <example compact="compact">
4339 <var>new-postrm</var> abort-upgrade <var>old-version</var>
4340                       </example>
4341                       If this fails, the old version is left in a
4342                       "Half-Installed" state. If it works, dpkg now
4343                       calls:
4344                       <example compact="compact">
4345 <var>old-postinst</var> abort-upgrade <var>new-version</var>
4346                       </example>
4347                       If this fails, the old version is in an
4348                       "Unpacked" state.
4349                   </item>
4350                 </enumlist>
4351               </p>
4352
4353               <p>
4354                 This is the point of no return - if
4355                 <prgn>dpkg</prgn> gets this far, it won't back off
4356                 past this point if an error occurs.  This will
4357                 leave the package in a fairly bad state, which
4358                 will require a successful re-installation to clear
4359                 up, but it's when <prgn>dpkg</prgn> starts doing
4360                 things that are irreversible.
4361               </p>
4362             </item>
4363
4364             <item>
4365                 Any files which were in the old version of the package
4366                 but not in the new are removed.
4367             </item>
4368
4369             <item>
4370                 The new file list replaces the old.
4371             </item>
4372
4373             <item>
4374                 The new maintainer scripts replace the old.
4375             </item>
4376
4377             <item>
4378                 Any packages all of whose files have been overwritten
4379                 during the installation, and which aren't required for
4380                 dependencies, are considered to have been removed.
4381                 For each such package
4382                 <enumlist>
4383                   <item>
4384                       <prgn>dpkg</prgn> calls:
4385                       <example compact="compact">
4386 <var>disappearer's-postrm</var> disappear \
4387   <var>overwriter</var> <var>overwriter-version</var>
4388                       </example>
4389                   </item>
4390                   <item>
4391                       The package's maintainer scripts are removed.
4392                   </item>
4393                   <item>
4394                       It is noted in the status database as being in a
4395                       sane state, namely not installed (any conffiles
4396                       it may have are ignored, rather than being
4397                       removed by <prgn>dpkg</prgn>).  Note that
4398                       disappearing packages do not have their prerm
4399                       called, because <prgn>dpkg</prgn> doesn't know
4400                       in advance that the package is going to
4401                       vanish.
4402                   </item>
4403                 </enumlist>
4404             </item>
4405
4406             <item>
4407                 Any files in the package we're unpacking that are also
4408                 listed in the file lists of other packages are removed
4409                 from those lists.  (This will lobotomize the file list
4410                 of the "conflicting" package if there is one.)
4411             </item>
4412
4413             <item>
4414                 The backup files made during installation, above, are
4415                 deleted.
4416             </item>
4417
4418             <item>
4419               <p>
4420                 The new package's status is now sane, and recorded as
4421                 "unpacked".
4422               </p>
4423
4424               <p>
4425                 Here is another point of no return - if the
4426                 conflicting package's removal fails we do not unwind
4427                 the rest of the installation; the conflicting package
4428                 is left in a half-removed limbo.
4429               </p>
4430             </item>
4431
4432             <item>
4433                 If there was a conflicting package we go and do the
4434                 removal actions (described below), starting with the
4435                 removal of the conflicting package's files (any that
4436                 are also in the package being unpacked have already
4437                 been removed from the conflicting package's file list,
4438                 and so do not get removed now).
4439             </item>
4440           </enumlist>
4441         </p>
4442       </sect>
4443
4444       <sect id="configdetails"><heading>Details of configuration</heading>
4445
4446         <p>
4447           When we configure a package (this happens with <tt>dpkg
4448             --install</tt> and <tt>dpkg --configure</tt>), we first
4449           update any <tt>conffile</tt>s and then call:
4450           <example compact="compact">
4451 <var>postinst</var> configure <var>most-recently-configured-version</var>
4452           </example>
4453         </p>
4454
4455         <p>
4456           No attempt is made to unwind after errors during
4457           configuration. If the configuration fails, the package is in
4458           a "Failed Config" state, and an error message is generated.
4459         </p>
4460
4461         <p>
4462           If there is no most recently configured version
4463           <prgn>dpkg</prgn> will pass a null argument.
4464           <footnote>
4465             <p>
4466               Historical note: Truly ancient (pre-1997) versions of
4467               <prgn>dpkg</prgn> passed <tt>&lt;unknown&gt;</tt>
4468               (including the angle brackets) in this case.  Even older
4469               ones did not pass a second argument at all, under any
4470               circumstance.  Note that upgrades using such an old dpkg
4471               version are unlikely to work for other reasons, even if
4472               this old argument behavior is handled by your postinst script.
4473             </p>
4474           </footnote>     
4475         </p>
4476       </sect>
4477
4478       <sect id="removedetails"><heading>Details of removal and/or
4479       configuration purging</heading>
4480
4481         <p>
4482           <enumlist>
4483             <item>
4484               <p>
4485                 <example compact="compact">
4486 <var>prerm</var> remove
4487                 </example>
4488               </p>
4489               <p>
4490                 If prerm fails during replacement due to conflict
4491                 <example>
4492 <var>conflictor's-postinst</var> abort-remove \
4493   in-favour <var>package</var> <var>new-version</var>
4494                 </example>
4495                 Or else we call:
4496                 <example>
4497 <var>postinst</var> abort-remove
4498                 </example>
4499               </p>
4500               <p>
4501                 If this fails, the package is in a "Half-Configured"
4502                 state, or else it remains "Installed".
4503               </p>
4504             </item>
4505             <item>
4506                 The package's files are removed (except <tt>conffile</tt>s).
4507             </item>
4508             <item>
4509                 <example compact="compact">
4510 <var>postrm</var> remove
4511                 </example>
4512
4513               <p>
4514                 If it fails, there's no error unwind, and the package is in
4515                 an "Half-Installed" state.
4516               </p>
4517             </item>
4518             <item>
4519               <p>
4520                 All the maintainer scripts except the <prgn>postrm</prgn>
4521                 are removed.
4522               </p>
4523
4524               <p>
4525                 If we aren't purging the package we stop here.  Note
4526                 that packages which have no <prgn>postrm</prgn> and no
4527                 <tt>conffile</tt>s are automatically purged when
4528                 removed, as there is no difference except for the
4529                 <prgn>dpkg</prgn> status.
4530               </p>
4531             </item>
4532             <item>
4533                 The <tt>conffile</tt>s and any backup files
4534                 (<tt>~</tt>-files, <tt>#*#</tt> files,
4535                 <tt>%</tt>-files, <tt>.dpkg-{old,new,tmp}</tt>, etc.)
4536                 are removed.
4537             </item>
4538             <item>
4539               <p>
4540                 <example compact="compact">
4541 <var>postrm</var> purge
4542                 </example>
4543               </p>
4544               <p>
4545                 If this fails, the package remains in a "Config-Files"
4546                 state.
4547               </p>
4548             </item>
4549             <item>
4550                 The package's file list is removed.
4551             </item>
4552           </enumlist>
4553
4554         </p>
4555       </sect>
4556     </chapt>
4557
4558
4559     <chapt id="relationships">
4560       <heading>Declaring relationships between packages</heading>
4561
4562       <sect id="depsyntax">
4563         <heading>Syntax of relationship fields</heading>
4564
4565         <p>
4566           These fields all have a uniform syntax.  They are a list of
4567           package names separated by commas.
4568         </p>
4569
4570         <p>
4571           In the <tt>Depends</tt>, <tt>Recommends</tt>,
4572           <tt>Suggests</tt>, <tt>Pre-Depends</tt>,
4573           <tt>Build-Depends</tt> and <tt>Build-Depends-Indep</tt>
4574           control fields of the package, which declare
4575           dependencies on other packages, the package names listed may
4576           also include lists of alternative package names, separated
4577           by vertical bar (pipe) symbols <tt>|</tt>.  In such a case,
4578           if any one of the alternative packages is installed, that
4579           part of the dependency is considered to be satisfied.
4580         </p>
4581
4582         <p>
4583           All of the fields except for <tt>Provides</tt> may restrict
4584           their applicability to particular versions of each named
4585           package.  This is done in parentheses after each individual
4586           package name; the parentheses should contain a relation from
4587           the list below followed by a version number, in the format
4588           described in <ref id="f-Version">.
4589         </p>
4590
4591         <p>
4592           The relations allowed are <tt>&lt;&lt;</tt>, <tt>&lt;=</tt>,
4593           <tt>=</tt>, <tt>&gt;=</tt> and <tt>&gt;&gt;</tt> for
4594           strictly earlier, earlier or equal, exactly equal, later or
4595           equal and strictly later, respectively.  The deprecated
4596           forms <tt>&lt;</tt> and <tt>&gt;</tt> were used to mean
4597           earlier/later or equal, rather than strictly earlier/later,
4598           so they should not appear in new packages (though
4599           <prgn>dpkg</prgn> still supports them).
4600         </p>
4601
4602         <p>
4603           Whitespace may appear at any point in the version
4604           specification subject to the rules in <ref
4605           id="controlsyntax">, and must appear where it's necessary to
4606           disambiguate; it is not otherwise significant.  All of the
4607           relationship fields can only be folded in source package control files.  For
4608           consistency and in case of future changes to
4609           <prgn>dpkg</prgn> it is recommended that a single space be
4610           used after a version relationship and before a version
4611           number; it is also conventional to put a single space after
4612           each comma, on either side of each vertical bar, and before
4613           each open parenthesis.  When opening a continuation line in a relationship field, it
4614           is conventional to do so after a comma and before the space
4615           following that comma.
4616         </p>
4617
4618         <p>
4619           For example, a list of dependencies might appear as:
4620           <example compact="compact">
4621 Package: mutt
4622 Version: 1.3.17-1
4623 Depends: libc6 (>= 2.2.1), exim | mail-transport-agent
4624           </example>
4625         </p>
4626
4627         <p>
4628           Relationships may be restricted to a certain set of
4629           architectures.  This is indicated in brackets after each
4630           individual package name and the optional version specification.
4631           The brackets enclose a list of Debian architecture names
4632           in the format described in <ref id="arch-spec">,
4633           separated by whitespace.  Exclamation marks may be prepended to
4634           each of the names.  (It is not permitted for some names to be
4635           prepended with exclamation marks while others aren't.)
4636         </p>
4637
4638         <p>
4639           For build relationship fields
4640           (<tt>Build-Depends</tt>, <tt>Build-Depends-Indep</tt>,
4641           <tt>Build-Conflicts</tt> and <tt>Build-Conflicts-Indep</tt>), if
4642           the current Debian host architecture is not in this list and
4643           there are no exclamation marks in the list, or it is in the list
4644           with a prepended exclamation mark, the package name and the
4645           associated version specification are ignored completely for the
4646           purposes of defining the relationships.
4647         </p>
4648
4649         <p>
4650           For example:
4651           <example compact="compact">
4652 Source: glibc
4653 Build-Depends-Indep: texinfo
4654 Build-Depends: kernel-headers-2.2.10 [!hurd-i386],
4655   hurd-dev [hurd-i386], gnumach-dev [hurd-i386]
4656           </example>
4657           requires <tt>kernel-headers-2.2.10</tt> on all architectures
4658           other than hurd-i386 and requires <tt>hurd-dev</tt> and
4659           <tt>gnumach-dev</tt> only on hurd-i386.
4660         </p>
4661
4662         <p>
4663           For binary relationship fields, the architecture restriction
4664           syntax is only supported in the source package control
4665           file <file>debian/control</file>.  When the corresponding binary
4666           package control file is generated, the relationship will either
4667           be omitted or included without the architecture restriction
4668           based on the architecture of the binary package.  This means
4669           that architecture restrictions must not be used in binary
4670           relationship fields for architecture-independent packages
4671           (<tt>Architecture: all</tt>).
4672         </p>
4673
4674         <p>
4675           For example:
4676           <example compact="compact">
4677 Depends: foo [i386], bar [amd64]
4678           </example>
4679           becomes <tt>Depends: foo</tt> when the package is built on
4680           the <tt>i386</tt> architecture, <tt>Depends: bar</tt> when the
4681           package is built on the <tt>amd64</tt> architecture, and omitted
4682           entirely in binary packages built on all other architectures.
4683         </p>
4684
4685         <p>
4686           If the architecture-restricted dependency is part of a set of
4687           alternatives using <tt>|</tt>, that alternative is ignored
4688           completely on architectures that do not match the restriction.
4689           For example:
4690           <example compact="compact">
4691 Build-Depends: foo [!i386] | bar [!amd64]
4692           </example>
4693           is equivalent to <tt>bar</tt> on the i386 architecture, to
4694           <tt>foo</tt> on the amd64 architecture, and to <tt>foo |
4695           bar</tt> on all other architectures.
4696         </p>
4697
4698         <p>
4699           Relationships may also be restricted to a certain set of
4700           architectures using architecture wildcards in the format
4701           described in <ref id="arch-wildcard-spec">.  The syntax for
4702           declaring such restrictions is the same as declaring
4703           restrictions using a certain set of architectures without
4704           architecture wildcards.  For example:
4705           <example compact="compact">
4706 Build-Depends: foo [linux-any], bar [any-i386], baz [!linux-any]
4707           </example>
4708           is equivalent to <tt>foo</tt> on architectures using the Linux
4709           kernel and any cpu, <tt>bar</tt> on architectures using any
4710           kernel and an i386 cpu, and <tt>baz</tt> on any architecture
4711           using a kernel other than Linux.
4712         </p>
4713
4714         <p>
4715           Note that the binary package relationship fields such as
4716           <tt>Depends</tt> appear in one of the binary package
4717           sections of the control file, whereas the build-time
4718           relationships such as <tt>Build-Depends</tt> appear in the
4719           source package section of the control file (which is the
4720           first section).
4721         </p>
4722       </sect>
4723
4724       <sect id="binarydeps">
4725         <heading>Binary Dependencies - <tt>Depends</tt>,
4726           <tt>Recommends</tt>, <tt>Suggests</tt>, <tt>Enhances</tt>,
4727           <tt>Pre-Depends</tt>
4728         </heading>
4729
4730         <p>
4731           Packages can declare in their control file that they have
4732           certain relationships to other packages - for example, that
4733           they may not be installed at the same time as certain other
4734           packages, and/or that they depend on the presence of others.
4735         </p>
4736
4737         <p>
4738           This is done using the <tt>Depends</tt>, <tt>Pre-Depends</tt>,
4739           <tt>Recommends</tt>, <tt>Suggests</tt>, <tt>Enhances</tt>,
4740           <tt>Breaks</tt> and <tt>Conflicts</tt> control fields.
4741           <tt>Breaks</tt> is described in <ref id="breaks">, and
4742           <tt>Conflicts</tt> is described in <ref id="conflicts">.  The
4743           rest are described below.
4744         </p>
4745
4746         <p>
4747           These seven fields are used to declare a dependency
4748           relationship by one package on another.  Except for
4749           <tt>Enhances</tt> and <tt>Breaks</tt>, they appear in the
4750           depending (binary) package's control file.
4751           (<tt>Enhances</tt> appears in the recommending package's
4752           control file, and <tt>Breaks</tt> appears in the version of
4753           depended-on package which causes the named package to
4754           break).
4755         </p>
4756
4757         <p>
4758           A <tt>Depends</tt> field takes effect <em>only</em> when a
4759           package is to be configured.  It does not prevent a package
4760           being on the system in an unconfigured state while its
4761           dependencies are unsatisfied, and it is possible to replace
4762           a package whose dependencies are satisfied and which is
4763           properly installed with a different version whose
4764           dependencies are not and cannot be satisfied; when this is
4765           done the depending package will be left unconfigured (since
4766           attempts to configure it will give errors) and will not
4767           function properly.  If it is necessary, a
4768           <tt>Pre-Depends</tt> field can be used, which has a partial
4769           effect even when a package is being unpacked, as explained
4770           in detail below.  (The other three dependency fields,
4771           <tt>Recommends</tt>, <tt>Suggests</tt> and
4772           <tt>Enhances</tt>, are only used by the various front-ends
4773           to <prgn>dpkg</prgn> such as <prgn>apt-get</prgn>,
4774           <prgn>aptitude</prgn>, and <prgn>dselect</prgn>.)
4775         </p>
4776
4777         <p>
4778           Since <tt>Depends</tt> only places requirements on the order in
4779           which packages are configured, packages in an installation run
4780           are usually all unpacked first and all configured later.
4781           <footnote>
4782             This approach makes dependency resolution easier.  If two
4783             packages A and B are being upgraded, the installed package A
4784             depends on exactly the installed package B, and the new
4785             package A depends on exactly the new package B (a common
4786             situation when upgrading shared libraries and their
4787             corresponding development packages), satisfying the
4788             dependencies at every stage of the upgrade would be
4789             impossible.  This relaxed restriction means that both new
4790             packages can be unpacked together and then configured in their
4791             dependency order.
4792           </footnote>
4793         </p>
4794
4795         <p>
4796           If there is a circular dependency among packages being installed
4797           or removed, installation or removal order honoring the
4798           dependency order is impossible, requiring the dependency loop be
4799           broken at some point and the dependency requirements violated
4800           for at least one package.  Packages involved in circular
4801           dependencies may not be able to rely on their dependencies being
4802           configured before they themselves are configured, depending on
4803           which side of the break of the circular dependency loop they
4804           happen to be on.  If one of the packages in the loop has
4805           no <prgn>postinst</prgn> script, then the cycle will be broken
4806           at that package; this ensures that all <prgn>postinst</prgn>
4807           scripts are run with their dependencies properly configured if
4808           this is possible.  Otherwise the breaking point is arbitrary.
4809           Packages should therefore avoid circular dependencies where
4810           possible, particularly if they have <prgn>postinst</prgn>
4811           scripts.
4812         </p>
4813
4814         <p>
4815           The meaning of the five dependency fields is as follows:
4816           <taglist>
4817             <tag><tt>Depends</tt></tag>
4818             <item>
4819               <p>
4820                 This declares an absolute dependency.  A package will
4821                 not be configured unless all of the packages listed in
4822                 its <tt>Depends</tt> field have been correctly
4823                 configured (unless there is a circular dependency as
4824                 described above).
4825               </p>
4826
4827               <p>
4828                 The <tt>Depends</tt> field should be used if the
4829                 depended-on package is required for the depending
4830                 package to provide a significant amount of
4831                 functionality.
4832               </p>
4833
4834               <p>
4835                 The <tt>Depends</tt> field should also be used if the
4836                 <prgn>postinst</prgn> or <prgn>prerm</prgn> scripts
4837                 require the depended-on package to be unpacked or
4838                 configured in order to run.  In the case of <tt>postinst
4839                 configure</tt>, the depended-on packages will be unpacked
4840                 and configured first.  (If both packages are involved in a
4841                 dependency loop, this might not work as expected; see the
4842                 explanation a few paragraphs back.)  In the case
4843                 of <prgn>prerm</prgn> or other <prgn>postinst</prgn>
4844                 actions, the package dependencies will normally be at
4845                 least unpacked, but they may be only "Half-Installed" if a
4846                 previous upgrade of the dependency failed.
4847               </p>
4848
4849               <p>
4850                 Finally, the <tt>Depends</tt> field should be used if the
4851                 depended-on package is needed by the <prgn>postrm</prgn>
4852                 script to fully clean up after the package removal.  There
4853                 is no guarantee that package dependencies will be
4854                 available when <prgn>postrm</prgn> is run, but the
4855                 depended-on package is more likely to be available if the
4856                 package declares a dependency (particularly in the case
4857                 of <tt>postrm remove</tt>).  The <prgn>postrm</prgn>
4858                 script must gracefully skip actions that require a
4859                 dependency if that dependency isn't available.
4860               </p>
4861             </item>
4862
4863             <tag><tt>Recommends</tt></tag>
4864             <item>
4865               <p>
4866                 This declares a strong, but not absolute, dependency.
4867               </p>
4868
4869               <p>
4870                 The <tt>Recommends</tt> field should list packages
4871                 that would be found together with this one in all but
4872                 unusual installations.
4873               </p>
4874             </item>
4875
4876             <tag><tt>Suggests</tt></tag>
4877             <item>
4878                 This is used to declare that one package may be more
4879                 useful with one or more others.  Using this field
4880                 tells the packaging system and the user that the
4881                 listed packages are related to this one and can
4882                 perhaps enhance its usefulness, but that installing
4883                 this one without them is perfectly reasonable.
4884             </item>
4885
4886             <tag><tt>Enhances</tt></tag>
4887             <item>
4888                 This field is similar to Suggests but works in the
4889                 opposite direction. It is used to declare that a
4890                 package can enhance the functionality of another
4891                 package.
4892             </item>
4893
4894             <tag><tt>Pre-Depends</tt></tag>
4895             <item>
4896               <p>
4897                 This field is like <tt>Depends</tt>, except that it
4898                 also forces <prgn>dpkg</prgn> to complete installation
4899                 of the packages named before even starting the
4900                 installation of the package which declares the
4901                 pre-dependency, as follows:
4902               </p>
4903
4904               <p>
4905                 When a package declaring a pre-dependency is about to
4906                 be <em>unpacked</em> the pre-dependency can be
4907                 satisfied if the depended-on package is either fully
4908                 configured, <em>or even if</em> the depended-on
4909                 package(s) are only unpacked or in the "Half-Configured"
4910                 state, provided that they have been configured
4911                 correctly at some point in the past (and not removed
4912                 or partially removed since).  In this case, both the
4913                 previously-configured and currently unpacked or
4914                 "Half-Configured" versions must satisfy any version
4915                 clause in the <tt>Pre-Depends</tt> field.
4916               </p>
4917
4918               <p>
4919                 When the package declaring a pre-dependency is about to
4920                 be <em>configured</em>, the pre-dependency will be treated
4921                 as a normal <tt>Depends</tt>.  It will be considered
4922                 satisfied only if the depended-on package has been
4923                 correctly configured.  However, unlike
4924                 with <tt>Depends</tt>, <tt>Pre-Depends</tt> does not
4925                 permit circular dependencies to be broken.  If a circular
4926                 dependency is encountered while attempting to honor
4927                 <tt>Pre-Depends</tt>, the installation will be aborted.
4928               </p>
4929
4930               <p>
4931                 <tt>Pre-Depends</tt> are also required if the
4932                 <prgn>preinst</prgn> script depends on the named package.
4933                 It is best to avoid this situation if possible.
4934               </p>
4935
4936               <p>
4937                 <tt>Pre-Depends</tt> should be used sparingly,
4938                 preferably only by packages whose premature upgrade or
4939                 installation would hamper the ability of the system to
4940                 continue with any upgrade that might be in progress.
4941               </p>
4942
4943               <p>
4944                 You should not specify a <tt>Pre-Depends</tt> entry for a
4945                 package before this has been discussed on the
4946                 <tt>debian-devel</tt> mailing list and a consensus about
4947                 doing that has been reached.  See <ref id="dependencies">.
4948               </p>
4949             </item>
4950           </taglist>
4951         </p>
4952
4953         <p>
4954           When selecting which level of dependency to use you should
4955           consider how important the depended-on package is to the
4956           functionality of the one declaring the dependency.  Some
4957           packages are composed of components of varying degrees of
4958           importance.  Such a package should list using
4959           <tt>Depends</tt> the package(s) which are required by the
4960           more important components.  The other components'
4961           requirements may be mentioned as Suggestions or
4962           Recommendations, as appropriate to the components' relative
4963           importance.
4964         </p>
4965       </sect>
4966
4967       <sect id="breaks">
4968         <heading>Packages which break other packages - <tt>Breaks</tt></heading>
4969
4970         <p>
4971           When one binary package declares that it breaks another,
4972           <prgn>dpkg</prgn> will refuse to allow the package which
4973           declares <tt>Breaks</tt> to be unpacked unless the broken
4974           package is deconfigured first, and it will refuse to
4975           allow the broken package to be reconfigured.
4976         </p>
4977
4978         <p>
4979           A package will not be regarded as causing breakage merely
4980           because its configuration files are still installed; it must
4981           be at least "Half-Installed".
4982         </p>
4983
4984         <p>
4985           A special exception is made for packages which declare that
4986           they break their own package name or a virtual package which
4987           they provide (see below): this does not count as a real
4988           breakage.
4989         </p>
4990
4991         <p>
4992           Normally a <tt>Breaks</tt> entry will have an "earlier than"
4993           version clause; such a <tt>Breaks</tt> is introduced in the
4994           version of an (implicit or explicit) dependency which violates
4995           an assumption or reveals a bug in earlier versions of the broken
4996           package, or which takes over a file from earlier versions of the
4997           package named in <tt>Breaks</tt>.  This use of <tt>Breaks</tt>
4998           will inform higher-level package management tools that the
4999           broken package must be upgraded before the new one.
5000         </p>
5001
5002         <p>
5003           If the breaking package also overwrites some files from the
5004           older package, it should use <tt>Replaces</tt> to ensure this
5005           goes smoothly.  See <ref id="replaces"> for a full discussion
5006           of taking over files from other packages, including how to
5007           use <tt>Breaks</tt> in those cases.
5008         </p>
5009
5010         <p>
5011           Many of the cases where <tt>Breaks</tt> should be used were
5012           previously handled with <tt>Conflicts</tt>
5013           because <tt>Breaks</tt> did not yet exist.
5014           Many <tt>Conflicts</tt> fields should now be <tt>Breaks</tt>.
5015           See <ref id="conflicts"> for more information about the
5016           differences.
5017         </p>
5018       </sect>
5019
5020       <sect id="conflicts">
5021         <heading>Conflicting binary packages - <tt>Conflicts</tt></heading>
5022
5023         <p>
5024           When one binary package declares a conflict with another using
5025           a <tt>Conflicts</tt> field, <prgn>dpkg</prgn> will refuse to
5026           allow them to be unpacked on the system at the same time.  This
5027           is a stronger restriction than <tt>Breaks</tt>, which prevents
5028           the broken package from being configured while the breaking
5029           package is in the "Unpacked" state but allows both packages to
5030           be unpacked at the same time.
5031         </p>
5032
5033         <p>
5034           If one package is to be unpacked, the other must be removed
5035           first.  If the package being unpacked is marked as replacing
5036           (see <ref id="replaces">, but note that <tt>Breaks</tt> should
5037           normally be used in this case) the one on the system, or the one
5038           on the system is marked as deselected, or both packages are
5039           marked <tt>Essential</tt>, then <prgn>dpkg</prgn> will
5040           automatically remove the package which is causing the conflict.
5041           Otherwise, it will halt the installation of the new package with
5042           an error.  This mechanism is specifically designed to produce an
5043           error when the installed package is <tt>Essential</tt>, but the
5044           new package is not.
5045         </p>
5046
5047         <p>
5048           A package will not cause a conflict merely because its
5049           configuration files are still installed; it must be at least
5050           "Half-Installed".
5051         </p>
5052
5053         <p>
5054           A special exception is made for packages which declare a
5055           conflict with their own package name, or with a virtual
5056           package which they provide (see below): this does not
5057           prevent their installation, and allows a package to conflict
5058           with others providing a replacement for it.  You use this
5059           feature when you want the package in question to be the only
5060           package providing some feature.
5061         </p>
5062
5063         <p>
5064           Normally, <tt>Breaks</tt> should be used instead
5065           of <tt>Conflicts</tt> since <tt>Conflicts</tt> imposes a
5066           stronger restriction on the ordering of package installation or
5067           upgrade and can make it more difficult for the package manager
5068           to find a correct solution to an upgrade or installation
5069           problem.  <tt>Breaks</tt> should be used
5070           <list>
5071             <item>when moving a file from one package to another (see
5072               <ref id="replaces">),</item>
5073             <item>when splitting a package (a special case of the previous
5074               one), or</item>
5075             <item>when the breaking package exposes a bug in or interacts
5076               badly with particular versions of the broken
5077               package.</item>
5078           </list>
5079           <tt>Conflicts</tt> should be used
5080           <list>
5081             <item>when two packages provide the same file and will
5082               continue to do so,</item>
5083             <item>in conjunction with <tt>Provides</tt> when only one
5084               package providing a given virtual facility may be unpacked
5085               at a time (see <ref id="virtual">),</item>
5086             <item>in other cases where one must prevent simultaneous
5087               installation of two packages for reasons that are ongoing
5088               (not fixed in a later version of one of the packages) or
5089               that must prevent both packages from being unpacked at the
5090               same time, not just configured.</item>
5091           </list>
5092           Be aware that adding <tt>Conflicts</tt> is normally not the best
5093           solution when two packages provide the same files.  Depending on
5094           the reason for that conflict, using alternatives or renaming the
5095           files is often a better approach.  See, for
5096           example, <ref id="binaries">.
5097         </p>
5098
5099         <p>
5100           Neither <tt>Breaks</tt> nor <tt>Conflicts</tt> should be used
5101           unless two packages cannot be installed at the same time or
5102           installing them both causes one of them to be broken or
5103           unusable.  Having similar functionality or performing the same
5104           tasks as another package is not sufficient reason to
5105           declare <tt>Breaks</tt> or <tt>Conflicts</tt> with that package.
5106         </p>
5107
5108         <p>
5109           A <tt>Conflicts</tt> entry may have an "earlier than" version
5110           clause if the reason for the conflict is corrected in a later
5111           version of one of the packages.  However, normally the presence
5112           of an "earlier than" version clause is a sign
5113           that <tt>Breaks</tt> should have been used instead.  An "earlier
5114           than" version clause in <tt>Conflicts</tt>
5115           prevents <prgn>dpkg</prgn> from upgrading or installing the
5116           package which declares such a conflict until the upgrade or
5117           removal of the conflicted-with package has been completed, which
5118           is a strong restriction.
5119         </p>
5120       </sect>
5121
5122       <sect id="virtual"><heading>Virtual packages - <tt>Provides</tt>
5123         </heading>
5124
5125         <p>
5126           As well as the names of actual ("concrete") packages, the
5127           package relationship fields <tt>Depends</tt>,
5128           <tt>Recommends</tt>, <tt>Suggests</tt>, <tt>Enhances</tt>,
5129           <tt>Pre-Depends</tt>, <tt>Breaks</tt>, <tt>Conflicts</tt>,
5130           <tt>Build-Depends</tt>, <tt>Build-Depends-Indep</tt>,
5131           <tt>Build-Conflicts</tt> and <tt>Build-Conflicts-Indep</tt>
5132           may mention "virtual packages".
5133         </p>
5134
5135         <p>
5136           A <em>virtual package</em> is one which appears in the
5137           <tt>Provides</tt> control field of another package.  The effect
5138           is as if the package(s) which provide a particular virtual
5139           package name had been listed by name everywhere the virtual
5140           package name appears. (See also <ref id="virtual_pkg">)
5141         </p>
5142
5143         <p>
5144           If there are both concrete and virtual packages of the same
5145           name, then the dependency may be satisfied (or the conflict
5146           caused) by either the concrete package with the name in
5147           question or any other concrete package which provides the
5148           virtual package with the name in question.  This is so that,
5149           for example, supposing we have
5150           <example compact="compact">
5151 Package: foo
5152 Depends: bar
5153           </example> and someone else releases an enhanced version of
5154           the <tt>bar</tt> package they can say:
5155           <example compact="compact">
5156 Package: bar-plus
5157 Provides: bar
5158           </example>
5159           and the <tt>bar-plus</tt> package will now also satisfy the
5160           dependency for the <tt>foo</tt> package.
5161         </p>
5162
5163         <p>
5164           If a relationship field has a version number attached, only real
5165           packages will be considered to see whether the relationship is
5166           satisfied (or the prohibition violated, for a conflict or
5167           breakage).  In other words, if a version number is specified,
5168           this is a request to ignore all <tt>Provides</tt> for that
5169           package name and consider only real packages.  The package
5170           manager will assume that a package providing that virtual
5171           package is not of the "right" version.  A <tt>Provides</tt>
5172           field may not contain version numbers, and the version number of
5173           the concrete package which provides a particular virtual package
5174           will not be considered when considering a dependency on or
5175           conflict with the virtual package name.<footnote>
5176             It is possible that a future release of <prgn>dpkg</prgn> may
5177             add the ability to specify a version number for each virtual
5178             package it provides.  This feature is not yet present,
5179             however, and is expected to be used only infrequently.
5180           </footnote>
5181         </p>
5182
5183         <p>
5184           To specify which of a set of real packages should be the default
5185           to satisfy a particular dependency on a virtual package, list
5186           the real package as an alternative before the virtual one.
5187         </p>
5188
5189         <p>
5190           If the virtual package represents a facility that can only be
5191           provided by one real package at a time, such as
5192           the <package>mail-transport-agent</package> virtual package that
5193           requires installation of a binary that would conflict with all
5194           other providers of that virtual package (see
5195           <ref id="mail-transport-agents">), all packages providing that
5196           virtual package should also declare a conflict with it
5197           using <tt>Conflicts</tt>.  This will ensure that at most one
5198           provider of that virtual package is unpacked or installed at a
5199           time.
5200         </p>
5201       </sect>
5202
5203       <sect id="replaces"><heading>Overwriting files and replacing
5204           packages - <tt>Replaces</tt></heading>
5205
5206         <p>
5207           Packages can declare in their control file that they should
5208           overwrite files in certain other packages, or completely replace
5209           other packages. The <tt>Replaces</tt> control field has these
5210           two distinct purposes.
5211         </p>
5212
5213         <sect1><heading>Overwriting files in other packages</heading>
5214
5215           <p>
5216             It is usually an error for a package to contain files which
5217             are on the system in another package.  However, if the
5218             overwriting package declares that it <tt>Replaces</tt> the one
5219             containing the file being overwritten, then <prgn>dpkg</prgn>
5220             will replace the file from the old package with that from the
5221             new.  The file will no longer be listed as "owned" by the old
5222             package and will be taken over by the new package.
5223             Normally, <tt>Breaks</tt> should be used in conjunction
5224             with <tt>Replaces</tt>.<footnote>
5225               To see why <tt>Breaks</tt> is normally needed in addition
5226               to <tt>Replaces</tt>, consider the case of a file in the
5227               package <package>foo</package> being taken over by the
5228               package <package>foo-data</package>.
5229               <tt>Replaces</tt> will allow <package>foo-data</package> to
5230               be installed and take over that file.  However,
5231               without <tt>Breaks</tt>, nothing
5232               requires <package>foo</package> to be upgraded to a newer
5233               version that knows it does not include that file and instead
5234               depends on <package>foo-data</package>.  Nothing would
5235               prevent the new <package>foo-data</package> package from
5236               being installed and then removed, removing the file that it
5237               took over from <package>foo</package>.  After that
5238               operation, the package manager would think the system was in
5239               a consistent state, but the <package>foo</package> package
5240               would be missing one of its files.
5241             </footnote>
5242           </p>
5243
5244           <p>
5245             For example, if a package <package>foo</package> is split
5246             into <package>foo</package> and <package>foo-data</package>
5247             starting at version 1.2-3, <package>foo-data</package> would
5248             have the fields
5249             <example compact="compact">
5250 Replaces: foo (&lt;&lt; 1.2-3)
5251 Breaks: foo (&lt;&lt; 1.2-3)
5252             </example>
5253             in its control file.  The new version of the
5254             package <package>foo</package> would normally have the field
5255             <example compact="compact">
5256 Depends: foo-data (&gt;= 1.2-3)
5257             </example>
5258             (or possibly <tt>Recommends</tt> or even <tt>Suggests</tt> if
5259             the files moved into <package>foo-data</package> are not
5260             required for normal operation).
5261           </p>
5262
5263           <p>
5264             If a package is completely replaced in this way, so that
5265             <prgn>dpkg</prgn> does not know of any files it still
5266             contains, it is considered to have "disappeared".  It will
5267             be marked as not wanted on the system (selected for
5268             removal) and not installed.  Any <tt>conffile</tt>s
5269             details noted for the package will be ignored, as they
5270             will have been taken over by the overwriting package.  The
5271             package's <prgn>postrm</prgn> script will be run with a
5272             special argument to allow the package to do any final
5273             cleanup required.  See <ref id="mscriptsinstact">.
5274             <footnote>
5275               Replaces is a one way relationship.  You have to install
5276               the replacing package after the replaced package.
5277             </footnote>
5278           </p>
5279
5280           <p>
5281             For this usage of <tt>Replaces</tt>, virtual packages (see
5282             <ref id="virtual">) are not considered when looking at a
5283             <tt>Replaces</tt> field.  The packages declared as being
5284             replaced must be mentioned by their real names.
5285           </p>
5286
5287           <p>
5288             This usage of <tt>Replaces</tt> only takes effect when both
5289             packages are at least partially on the system at once.  It is
5290             not relevant if the packages conflict unless the conflict has
5291             been overridden.
5292           </p>
5293         </sect1>
5294
5295         <sect1><heading>Replacing whole packages, forcing their
5296             removal</heading>
5297
5298           <p>
5299             Second, <tt>Replaces</tt> allows the packaging system to
5300             resolve which package should be removed when there is a
5301             conflict (see <ref id="conflicts">).  This usage only takes
5302             effect when the two packages <em>do</em> conflict, so that the
5303             two usages of this field do not interfere with each other.
5304           </p>
5305
5306           <p>
5307             In this situation, the package declared as being replaced
5308             can be a virtual package, so for example, all mail
5309             transport agents (MTAs) would have the following fields in
5310             their control files:
5311             <example compact="compact">
5312 Provides: mail-transport-agent
5313 Conflicts: mail-transport-agent
5314 Replaces: mail-transport-agent
5315             </example>
5316             ensuring that only one MTA can be unpacked at any one
5317             time.  See <ref id="virtual"> for more information about this
5318             example.
5319         </sect1>
5320       </sect>
5321
5322       <sect id="sourcebinarydeps">
5323         <heading>Relationships between source and binary packages -
5324           <tt>Build-Depends</tt>, <tt>Build-Depends-Indep</tt>,
5325           <tt>Build-Conflicts</tt>, <tt>Build-Conflicts-Indep</tt>
5326         </heading>
5327
5328         <p>
5329           Source packages that require certain binary packages to be
5330           installed or absent at the time of building the package
5331           can declare relationships to those binary packages.
5332         </p>
5333
5334         <p>
5335           This is done using the <tt>Build-Depends</tt>,
5336           <tt>Build-Depends-Indep</tt>, <tt>Build-Conflicts</tt> and
5337           <tt>Build-Conflicts-Indep</tt> control fields.
5338         </p>
5339
5340         <p>
5341           Build-dependencies on "build-essential" binary packages can be
5342           omitted. Please see <ref id="pkg-relations"> for more information.
5343         </p>
5344
5345         <p>
5346           The dependencies and conflicts they define must be satisfied
5347           (as defined earlier for binary packages) in order to invoke
5348           the targets in <tt>debian/rules</tt>, as follows:<footnote>
5349             <p>
5350               There is no Build-Depends-Arch; this role is essentially
5351               met with Build-Depends.  Anyone building the
5352               <tt>build-indep</tt> and <tt>binary-indep</tt> targets is
5353               assumed to be building the whole package, and therefore
5354               installation of all build dependencies is required.
5355             </p>
5356             <p>
5357               The autobuilders use <tt>dpkg-buildpackage -B</tt>, which
5358               calls <tt>build</tt>, not <tt>build-arch</tt> since it does
5359               not yet know how to check for its existence, and
5360               <tt>binary-arch</tt>.  The purpose of the original split
5361               between <tt>Build-Depends</tt> and
5362               <tt>Build-Depends-Indep</tt> was so that the autobuilders
5363               wouldn't need to install extra packages needed only for the
5364               binary-indep targets.  But without a build-arch/build-indep
5365               split, this didn't work, since most of the work is done in
5366               the build target, not in the binary target.
5367             </p>
5368           </footnote>
5369           <taglist>
5370             <tag><tt>clean</tt>, <tt>build-arch</tt>, and
5371               <tt>binary-arch</tt></tag>
5372             <item>
5373               Only the <tt>Build-Depends</tt> and <tt>Build-Conflicts</tt>
5374               fields must be satisfied when these targets are invoked.
5375             </item>
5376             <tag><tt>build</tt>, <tt>build-indep</tt>, <tt>binary</tt>,
5377               and <tt>binary-indep</tt></tag>
5378             <item>
5379               The <tt>Build-Depends</tt>, <tt>Build-Conflicts</tt>,
5380               <tt>Build-Depends-Indep</tt>, and
5381               <tt>Build-Conflicts-Indep</tt> fields must be satisfied when
5382               these targets are invoked.
5383             </item>
5384           </taglist>
5385         </p>
5386       </sect>
5387     </chapt>
5388
5389
5390     <chapt id="sharedlibs"><heading>Shared libraries</heading>
5391
5392       <p>
5393         Packages containing shared libraries must be constructed with
5394         a little care to make sure that the shared library is always
5395         available.  This is especially important for packages whose
5396         shared libraries are vitally important, such as the C library
5397         (currently <tt>libc6</tt>).
5398       </p>
5399
5400       <p>
5401         This section deals only with public shared libraries: shared
5402         libraries that are placed in directories searched by the dynamic
5403         linker by default or which are intended to be linked against
5404         normally and possibly used by other, independent packages.  Shared
5405         libraries that are internal to a particular package or that are
5406         only loaded as dynamic modules are not covered by this section and
5407         are not subject to its requirements.
5408       </p>
5409
5410       <p>
5411         A shared library is identified by the <tt>SONAME</tt> attribute
5412         stored in its dynamic section.  When a binary is linked against a
5413         shared library, the <tt>SONAME</tt> of the shared library is
5414         recorded in the binary's <tt>NEEDED</tt> section so that the
5415         dynamic linker knows that library must be loaded at runtime.  The
5416         shared library file's full name (which usually contains additional
5417         version information not needed in the <tt>SONAME</tt>) is
5418         therefore normally not referenced directly.  Instead, the shared
5419         library is loaded by its <tt>SONAME</tt>, which exists on the file
5420         system as a symlink pointing to the full name of the shared
5421         library.  This symlink must be provided by the
5422         package.  <ref id="sharedlibs-runtime"> describes how to do this.
5423         <footnote>
5424           This is a convention of shared library versioning, but not a
5425           requirement.  Some libraries use the <tt>SONAME</tt> as the full
5426           library file name instead and therefore do not need a symlink.
5427           Most, however, encode additional information about
5428           backwards-compatible revisions as a minor version number in the
5429           file name.  The <tt>SONAME</tt> itself only changes when
5430           binaries linked with the earlier version of the shared library
5431           may no longer work, but the filename may change with each
5432           release of the library.  See <ref id="sharedlibs-runtime"> for
5433           more information.
5434         </footnote>
5435       </p>
5436
5437       <p>
5438         When linking a binary or another shared library against a shared
5439         library, the <tt>SONAME</tt> for that shared library is not yet
5440         known.  Instead, the shared library is found by looking for a file
5441         matching the library name with <tt>.so</tt> appended.  This file
5442         exists on the file system as a symlink pointing to the shared
5443         library.
5444       </p>
5445
5446       <p>
5447         Shared libraries are normally split into several binary packages.
5448         The <tt>SONAME</tt> symlink is installed by the runtime shared
5449         library package, and the bare <tt>.so</tt> symlink is installed in
5450         the development package since it's only used when linking binaries
5451         or shared libraries.  However, there are some exceptions for
5452         unusual shared libraries or for shared libraries that are also
5453         loaded as dynamic modules by other programs.
5454       </p>
5455
5456       <p>
5457         This section is primarily concerned with how the separation of
5458         shared libraries into multiple packages should be done and how
5459         dependencies on and between shared library binary packages are
5460         managed in Debian.  <ref id="libraries"> should be read in
5461         conjunction with this section and contains additional rules for
5462         the files contained in the shared library packages.
5463       </p>
5464
5465       <sect id="sharedlibs-runtime">
5466         <heading>Run-time shared libraries</heading>
5467
5468         <p>
5469           The run-time shared library must be placed in a package
5470           whose name changes whenever the <tt>SONAME</tt> of the shared
5471           library changes.  This allows several versions of the shared
5472           library to be installed at the same time, allowing installation
5473           of the new version of the shared library without immediately
5474           breaking binaries that depend on the old version.  Normally, the
5475           run-time shared library and its <tt>SONAME</tt> symlink should
5476           be placed in a package named
5477           <package><var>libraryname</var><var>soversion</var></package>,
5478           where <var>soversion</var> is the version number in
5479           the <tt>SONAME</tt> of the shared library.
5480           See <ref id="shlibs"> for detailed information on how to
5481           determine this version.  Alternatively, if it would be confusing
5482           to directly append <var>soversion</var>
5483           to <var>libraryname</var> (if, for example, <var>libraryname</var>
5484           itself ends in a number), you should use
5485           <package><var>libraryname</var>-<var>soversion</var></package>
5486           instead.
5487         </p>
5488
5489         <p>
5490           If you have several shared libraries built from the same source
5491           tree, you may lump them all together into a single shared
5492           library package provided that all of their <tt>SONAME</tt>s will
5493           always change together.  Be aware that this is not normally the
5494           case, and if the <tt>SONAME</tt>s do not change together,
5495           upgrading such a merged shared library package will be
5496           unnecessarily difficult because of file conflicts with the old
5497           version of the package.  When in doubt, always split shared
5498           library packages so that each binary package installs a single
5499           shared library.
5500         </p>
5501
5502         <p>
5503           Every time the shared library ABI changes in a way that may
5504           break binaries linked against older versions of the shared
5505           library, the <tt>SONAME</tt> of the library and the
5506           corresponding name for the binary package containing the runtime
5507           shared library should change.  Normally, this means
5508           the <tt>SONAME</tt> should change any time an interface is
5509           removed from the shared library or the signature of an interface
5510           (the number of parameters or the types of parameters that it
5511           takes, for example) is changed.  This practice is vital to
5512           allowing clean upgrades from older versions of the package and
5513           clean transitions between the old ABI and new ABI without having
5514           to upgrade every affected package simultaneously.
5515         </p>
5516
5517         <p>
5518           The <tt>SONAME</tt> and binary package name need not, and indeed
5519           normally should not, change if new interfaces are added but none
5520           are removed or changed, since this will not break binaries
5521           linked against the old shared library.  Correct versioning of
5522           dependencies on the newer shared library by binaries that use
5523           the new interfaces is handled via
5524           the <qref id="sharedlibs-shlibdeps"><tt>shlibs</tt>
5525           system</qref> or via symbols files (see
5526           <manref name="deb-symbols" section="5">).
5527         </p>
5528
5529       <p>
5530         The package should install the shared libraries under
5531         their normal names.  For example, the <package>libgdbm3</package>
5532         package should install <file>libgdbm.so.3.0.0</file> as
5533         <file>/usr/lib/libgdbm.so.3.0.0</file>.  The files should not be
5534         renamed or re-linked by any <prgn>prerm</prgn> or
5535         <prgn>postrm</prgn> scripts; <prgn>dpkg</prgn> will take care
5536         of renaming things safely without affecting running programs,
5537         and attempts to interfere with this are likely to lead to
5538         problems.
5539       </p>
5540
5541       <p>
5542         Shared libraries should not be installed executable, since
5543         the dynamic linker does not require this and trying to
5544         execute a shared library usually results in a core dump.
5545       </p>
5546
5547       <p>
5548         The run-time library package should include the symbolic link for
5549         the <tt>SONAME</tt> that <prgn>ldconfig</prgn> would create for
5550         the shared libraries.  For example,
5551         the <package>libgdbm3</package> package should include a symbolic
5552         link from <file>/usr/lib/libgdbm.so.3</file> to
5553         <file>libgdbm.so.3.0.0</file>.  This is needed so that the dynamic
5554         linker (for example <prgn>ld.so</prgn> or
5555         <prgn>ld-linux.so.*</prgn>) can find the library between the
5556         time that <prgn>dpkg</prgn> installs it and the time that
5557         <prgn>ldconfig</prgn> is run in the <prgn>postinst</prgn>
5558         script.<footnote>
5559             The package management system requires the library to be
5560             placed before the symbolic link pointing to it in the
5561             <file>.deb</file> file.  This is so that when
5562             <prgn>dpkg</prgn> comes to install the symlink
5563             (overwriting the previous symlink pointing at an older
5564             version of the library), the new shared library is already
5565             in place.  In the past, this was achieved by creating the
5566             library in the temporary packaging directory before
5567             creating the symlink.  Unfortunately, this was not always
5568             effective, since the building of the tar file in the
5569             <file>.deb</file> depended on the behavior of the underlying
5570             file system.  Some file systems (such as reiserfs) reorder
5571             the files so that the order of creation is forgotten.
5572             Since version 1.7.0, <prgn>dpkg</prgn>
5573             reorders the files itself as necessary when building a
5574             package.  Thus it is no longer important to concern
5575             oneself with the order of file creation.
5576         </footnote>
5577       </p>
5578
5579         <sect1 id="ldconfig">
5580           <heading><tt>ldconfig</tt></heading>
5581
5582         <p>
5583           Any package installing shared libraries in one of the default
5584           library directories of the dynamic linker (which are currently
5585           <file>/usr/lib</file> and <file>/lib</file>) or a directory that is
5586           listed in <file>/etc/ld.so.conf</file><footnote>
5587             These are currently <file>/usr/local/lib</file> plus
5588             directories under <file>/lib</file> and <file>/usr/lib</file>
5589             matching the multiarch triplet for the system architecture.
5590           </footnote>
5591           must use <prgn>ldconfig</prgn> to update the shared library
5592           system.
5593         </p>
5594
5595         <p>
5596             The package maintainer scripts must only call
5597             <prgn>ldconfig</prgn> under these circumstances:
5598             <list compact="compact">
5599               <item>When the <prgn>postinst</prgn> script is run with a
5600                   first argument of <tt>configure</tt>, the script must call
5601                   <prgn>ldconfig</prgn>, and may optionally invoke
5602                   <prgn>ldconfig</prgn> at other times.
5603               </item>
5604               <item>When the <prgn>postrm</prgn> script is run with a
5605                   first argument of <tt>remove</tt>, the script should call
5606                   <prgn>ldconfig</prgn>.
5607               </item>
5608             </list>
5609          <footnote>
5610             <p>
5611               During install or upgrade, the preinst is called before
5612               the new files are unpacked, so calling "ldconfig" is
5613               pointless.  The preinst of an existing package can also be
5614               called if an upgrade fails.  However, this happens during
5615               the critical time when a shared libs may exist on-disk
5616               under a temporary name.  Thus, it is dangerous and
5617               forbidden by current policy to call "ldconfig" at this
5618               time.
5619             </p>
5620
5621             <p>
5622               When a package is installed or upgraded, "postinst
5623               configure" runs after the new files are safely on-disk.
5624               Since it is perfectly safe to invoke ldconfig
5625               unconditionally in a postinst, it is OK for a package to
5626               simply put ldconfig in its postinst without checking the
5627               argument.  The postinst can also be called to recover from
5628               a failed upgrade.  This happens before any new files are
5629               unpacked, so there is no reason to call "ldconfig" at this
5630               point.
5631             </p>
5632
5633             <p>
5634               For a package that is being removed, prerm is
5635               called with all the files intact, so calling ldconfig is
5636               useless.  The other calls to "prerm" happen in the case of
5637               upgrade at a time when all the files of the old package
5638               are on-disk, so again calling "ldconfig" is pointless.
5639             </p>
5640
5641             <p>
5642               postrm, on the other hand, is called with the "remove"
5643               argument just after the files are removed, so this is
5644               the proper time to call "ldconfig" to notify the system
5645               of the fact that the shared libraries from the package
5646               are removed.  The postrm can be called at several other
5647               times.  At the time of "postrm purge", "postrm
5648               abort-install", or "postrm abort-upgrade", calling
5649               "ldconfig" is useless because the shared lib files are
5650               not on-disk.  However, when "postrm" is invoked with
5651               arguments "upgrade", "failed-upgrade", or "disappear", a
5652               shared lib may exist on-disk under a temporary filename.
5653             </p>
5654           </footnote>
5655         </p>
5656         </sect1>
5657
5658       </sect>
5659
5660       <sect id="sharedlibs-support-files">
5661         <heading>Shared library support files</heading>
5662
5663         <p>
5664           If your package contains files whose names do not change with
5665           each change in the library shared object version, you must not
5666           put them in the shared library package.  Otherwise, several
5667           versions of the shared library cannot be installed at the same
5668           time without filename clashes, making upgrades and transitions
5669           unnecessarily difficult.
5670         </p>
5671
5672         <p>
5673           It is recommended that supporting files and run-time support
5674           programs that do not need to be invoked manually by users, but
5675           are nevertheless required for the package to function, be placed
5676           (if they are binary) in a subdirectory of <file>/usr/lib</file>,
5677           preferably under <file>/usr/lib/</file><var>package-name</var>.
5678           If the program or file is architecture independent, the
5679           recommendation is for it to be placed in a subdirectory of
5680           <file>/usr/share</file> instead, preferably under
5681           <file>/usr/share/</file><var>package-name</var>.  Following the
5682           <var>package-name</var> naming convention ensures that the file
5683           names change when the shared object version changes.
5684         </p>
5685
5686         <p>
5687           Run-time support programs that use the shared library but are
5688           not required for the library to function or files used by the
5689           shared library that can be used by any version of the shared
5690           library package should instead be put in a separate package.
5691           This package might typically be named
5692           <package><var>libraryname</var>-tools</package>; note the
5693           absence of the <var>soversion</var> in the package name.
5694         </p>
5695
5696         <p>
5697           Files and support programs only useful when compiling software
5698           against the library should be included in the development
5699           package for the library.<footnote>
5700             For example, a <file><var>package-name</var>-config</file>
5701             script or <package>pkg-config</package> configuration files.
5702           </footnote>
5703         </p>
5704       </sect>
5705
5706       <sect id="sharedlibs-static">
5707         <heading>Static libraries</heading>
5708
5709       <p>
5710         The static library (<file><var>libraryname.a</var></file>)
5711         is usually provided in addition to the shared version.
5712         It is placed into the development package (see below).
5713       </p>
5714
5715       <p>
5716         In some cases, it is acceptable for a library to be
5717         available in static form only; these cases include:
5718         <list>
5719           <item>libraries for languages whose shared library support
5720                 is immature or unstable</item>
5721           <item>libraries whose interfaces are in flux or under
5722                 development (commonly the case when the library's
5723                 major version number is zero, or where the ABI breaks
5724                 across patchlevels)</item>
5725           <item>libraries which are explicitly intended to be
5726                 available only in static form by their upstream
5727                 author(s)</item>
5728         </list>
5729       </p>
5730
5731       <sect id="sharedlibs-dev">
5732         <heading>Development files</heading>
5733
5734       <p>
5735         If there are development files associated with a shared library,
5736         the source package needs to generate a binary development package
5737         named <package><var>libraryname</var><var>soversion</var>-dev</package>,
5738         or if you prefer only to support one development version at a
5739         time, <package><var>libraryname</var>-dev</package>.  Installing
5740         the development package must result in installation of all the
5741         development files necessary for compiling programs against that
5742         shared library.<footnote>
5743           This wording allows the development files to be split into
5744           several packages, such as a separate architecture-independent
5745           <package><var>libraryname</var>-headers</package>, provided that
5746           the development package depends on all the required additional
5747           packages.
5748         </footnote>
5749       </p>
5750
5751       <p>
5752         In case several development versions of a library exist, you may
5753         need to use <prgn>dpkg</prgn>'s Conflicts mechanism (see
5754         <ref id="conflicts">) to ensure that the user only installs one
5755         development version at a time (as different development versions are
5756         likely to have the same header files in them, which would cause a
5757         filename clash if both were unpacked).
5758       </p>
5759
5760       <p>
5761         The development package should contain a symlink for the associated
5762         shared library without a version number. For example, the
5763         <package>libgdbm-dev</package> package should include a symlink
5764         from <file>/usr/lib/libgdbm.so</file> to
5765         <file>libgdbm.so.3.0.0</file>.  This symlink is needed by the linker
5766         (<prgn>ld</prgn>) when compiling packages, as it will only look for
5767         <file>libgdbm.so</file> when compiling dynamically.
5768       </p>
5769
5770       <p>
5771         If the package provides Ada Library Information
5772         (<file>*.ali</file>) files for use with GNAT, these files must be
5773         installed read-only (mode 0444) so that GNAT will not attempt to
5774         recompile them.  This overrides the normal file mode requirements
5775         given in <ref id="permissions-owners">.
5776       </p>
5777       </sect>
5778
5779       <sect id="sharedlibs-intradeps">
5780         <heading>Dependencies between the packages of the same library</heading>
5781
5782         <p>
5783           Typically the development version should have an exact
5784           version dependency on the runtime library, to make sure that
5785           compilation and linking happens correctly.  The
5786           <tt>${binary:Version}</tt> substitution variable can be
5787           useful for this purpose.
5788           <footnote>
5789             Previously, <tt>${Source-Version}</tt> was used, but its name
5790             was confusing and it has been deprecated since dpkg 1.13.19.
5791           </footnote>
5792         </p>
5793       </sect>
5794
5795       <sect id="sharedlibs-shlibdeps">
5796         <heading>Dependencies between the library and other packages -
5797         the <tt>shlibs</tt> system</heading>
5798
5799         <p>
5800           If a package contains a binary or library which links to a
5801           shared library, we must ensure that when the package is
5802           installed on the system, all of the libraries needed are
5803           also installed.  This requirement led to the creation of the
5804           <tt>shlibs</tt> system, which is very simple in its design:
5805           any package which <em>provides</em> a shared library also
5806           provides information on the package dependencies required to
5807           ensure the presence of this library, and any package which
5808           <em>uses</em> a shared library uses this information to
5809           determine the dependencies it requires.  The files which
5810           contain the mapping from shared libraries to the necessary
5811           dependency information are called <file>shlibs</file> files.
5812         </p>
5813
5814         <p>
5815           When a package is built which contains any shared libraries, it
5816           must provide a <file>shlibs</file> file for other packages to
5817           use.  When a package is built which contains any shared
5818           libraries or compiled binaries, it must run
5819           <qref id="pkg-dpkg-shlibdeps"><prgn>dpkg-shlibdeps</prgn></qref>
5820           on these to determine the libraries used and hence the
5821           dependencies needed by this package.<footnote>
5822             <p>
5823               <prgn>dpkg-shlibdeps</prgn> will use a program
5824               like <prgn>objdump</prgn> or <prgn>readelf</prgn> to find
5825               the libraries directly needed by the binaries or shared
5826               libraries in the package.
5827             </p>
5828
5829             <p>
5830               We say that a binary <tt>foo</tt> <em>directly</em> uses
5831               a library <tt>libbar</tt> if it is explicitly linked
5832               with that library (that is, the library is listed in the ELF
5833               <tt>NEEDED</tt> attribute, caused by adding <tt>-lbar</tt>
5834               to the link line when the binary is created).  Other
5835               libraries that are needed by <tt>libbar</tt> are linked
5836               <em>indirectly</em> to <tt>foo</tt>, and the dynamic
5837               linker will load them automatically when it loads
5838               <tt>libbar</tt>.  A package should depend on the libraries
5839               it directly uses, but not the libraries it indirectly uses.
5840               The dependencies for those libraries will automatically pull
5841               in the other libraries.
5842             </p>
5843
5844             <p>
5845               A good example of where this helps is the following.  We
5846               could update <tt>libimlib</tt> with a new version that
5847               supports a new graphics format called dgf (but retaining the
5848               same major version number) and depends on <tt>libdgf</tt>.
5849               If we used <prgn>ldd</prgn> to add dependencies for every
5850               library directly or indirectly linked with a binary, every
5851               package that uses <tt>libimlib</tt> would need to be
5852               recompiled so it would also depend on <tt>libdgf</tt> or it
5853               wouldn't run due to missing symbols.  Since dependencies are
5854               only added based on ELF <tt>NEEDED</tt> attribute, packages
5855               using <tt>libimlib</tt> can rely on <tt>libimlib</tt> itself
5856               having the dependency on <tt>libdgf</tt> and so they would
5857               not need rebuilding.
5858             </p>
5859           </footnote>
5860         </p>
5861
5862         <p>
5863           In the following sections, we will first describe where the
5864           various <tt>shlibs</tt> files are to be found, then how to
5865           use <prgn>dpkg-shlibdeps</prgn>, and finally the <tt>shlibs</tt>
5866           file format and how to create them if your package contains a
5867           shared library.
5868         </p>
5869
5870       <sect1>
5871         <heading>The <tt>shlibs</tt> files present on the system</heading>
5872
5873         <p>
5874           There are several places where <tt>shlibs</tt> files are
5875           found.  The following list gives them in the order in which
5876           they are read by
5877           <qref id="pkg-dpkg-shlibdeps"><prgn>dpkg-shlibdeps</prgn></qref>.
5878           (The first one which gives the required information is used.)
5879         </p>
5880
5881         <p>
5882           <list>
5883             <item>
5884               <p><file>debian/shlibs.local</file></p>
5885
5886               <p>
5887                 This lists overrides for this package.  This file should
5888                 normally not be used, but may be needed temporarily in
5889                 unusual situations to work around bugs in other packages,
5890                 or in unusual cases where the normally declared dependency
5891                 information in the installed <file>shlibs</file> file for
5892                 a library cannot be used.  This file overrides information
5893                 obtained from any other source.
5894               </p>
5895             </item>
5896
5897             <item>
5898               <p><file>/etc/dpkg/shlibs.override</file></p>
5899
5900               <p>
5901                 This lists global overrides.  This list is normally
5902                 empty.  It is maintained by the local system
5903                 administrator.
5904               </p>
5905             </item>
5906
5907             <item>
5908               <p><file>DEBIAN/shlibs</file> files in the "build directory"</p>
5909
5910               <p>
5911                 When packages are being built,
5912                 any <file>debian/shlibs</file> files are copied into the
5913                 control information file area of the temporary build
5914                 directory and given the name <file>shlibs</file>.  These
5915                 files give details of any shared libraries included in the
5916                 same package.<footnote>
5917                   An example may help here.  Let us say that the source
5918                   package <tt>foo</tt> generates two binary
5919                   packages, <tt>libfoo2</tt> and <tt>foo-runtime</tt>.
5920                   When building the binary packages, the two packages are
5921                   created in the directories <file>debian/libfoo2</file>
5922                   and <file>debian/foo-runtime</file> respectively.
5923                   (<file>debian/tmp</file> could be used instead of one of
5924                   these.)  Since <tt>libfoo2</tt> provides the
5925                   <tt>libfoo</tt> shared library, it will require a
5926                   <tt>shlibs</tt> file, which will be installed in
5927                   <file>debian/libfoo2/DEBIAN/shlibs</file>, eventually to
5928                   become <file>/var/lib/dpkg/info/libfoo2.shlibs</file>.
5929                   When <prgn>dpkg-shlibdeps</prgn> is run on the
5930                   executable <file>debian/foo-runtime/usr/bin/foo-prog</file>,
5931                   it will examine
5932                   the <file>debian/libfoo2/DEBIAN/shlibs</file> file to
5933                   determine whether <tt>foo-prog</tt>'s library
5934                   dependencies are satisfied by any of the libraries
5935                   provided by <tt>libfoo2</tt>.  For this reason,
5936                   <prgn>dpkg-shlibdeps</prgn> must only be run once all of
5937                   the individual binary packages' <tt>shlibs</tt> files
5938                   have been installed into the build directory.
5939                 </footnote>
5940               </p>
5941             </item>
5942
5943             <item>
5944               <p><file>/var/lib/dpkg/info/*.shlibs</file></p>
5945
5946               <p>
5947                 These are the <file>shlibs</file> files corresponding to
5948                 all of the packages installed on the system, and are
5949                 maintained by the relevant package maintainers.
5950               </p>
5951             </item>
5952
5953             <item>
5954               <p><file>/etc/dpkg/shlibs.default</file></p>
5955
5956               <p>
5957                 This file lists any shared libraries whose packages
5958                 have failed to provide correct <file>shlibs</file> files.
5959                 It was used when the <file>shlibs</file> setup was first
5960                 introduced, but it is now normally empty.  It is
5961                 maintained by the <tt>dpkg</tt> maintainer.
5962               </p>
5963             </item>
5964           </list>
5965         </p>
5966       </sect1>
5967
5968       <sect1>
5969         <heading>How to use <prgn>dpkg-shlibdeps</prgn> and the
5970             <file>shlibs</file> files</heading>
5971
5972         <p>
5973           Put a call to
5974           <qref id="pkg-dpkg-shlibdeps"><prgn>dpkg-shlibdeps</prgn></qref>
5975           into your <file>debian/rules</file> file.  If your package
5976           contains only compiled binaries and libraries (but no scripts),
5977           you can use a command such as:
5978           <example compact="compact">
5979 dpkg-shlibdeps debian/tmp/usr/bin/* debian/tmp/usr/sbin/* \
5980   debian/tmp/usr/lib/*
5981           </example>
5982           Otherwise, you will need to explicitly list the compiled
5983           binaries and libraries.<footnote>
5984             If you are using <tt>debhelper</tt>, the
5985             <prgn>dh_shlibdeps</prgn> program will do this work for you.
5986             It will also correctly handle multi-binary packages.
5987           </footnote>
5988         </p>
5989
5990         <p>
5991           This command puts the dependency information into the
5992           <file>debian/substvars</file> file, which is then used by
5993           <prgn>dpkg-gencontrol</prgn>.  You will need to place a
5994           <tt>${shlibs:Depends}</tt> variable in the <tt>Depends</tt>
5995           field in the control file for this to work.
5996         </p>
5997
5998         <p>
5999           If you have multiple binary packages, you will need to call
6000           <prgn>dpkg-shlibdeps</prgn> on each one which contains
6001           compiled libraries or binaries.  In such a case, you will
6002           need to use the <tt>-T</tt> option to the <tt>dpkg</tt>
6003           utilities to specify a different <file>substvars</file> file.
6004         </p>
6005
6006         <p>
6007           If you are creating a udeb for use in the Debian Installer,
6008           you will need to specify that <prgn>dpkg-shlibdeps</prgn>
6009           should use the dependency line of type <tt>udeb</tt> by
6010           adding the <tt>-tudeb</tt> option<footnote>
6011             <prgn>dh_shlibdeps</prgn> from the <tt>debhelper</tt> suite
6012             will automatically add this option if it knows it is
6013             processing a udeb.
6014           </footnote>. If there is no dependency line of
6015           type <tt>udeb</tt> in the <file>shlibs</file>
6016           file, <prgn>dpkg-shlibdeps</prgn> will fall back to the regular
6017           dependency line.
6018         </p>
6019
6020         <p>
6021           For more details on <prgn>dpkg-shlibdeps</prgn>, please see
6022           <ref id="pkg-dpkg-shlibdeps"> and
6023           <manref name="dpkg-shlibdeps" section="1">.
6024         </p>
6025       </sect1>
6026
6027       <sect1 id="shlibs">
6028         <heading>The <file>shlibs</file> File Format</heading>
6029
6030         <p>
6031           Each <file>shlibs</file> file has the same format.  Lines
6032           beginning with <tt>#</tt> are considered to be comments and
6033           are ignored.  Each line is of the form:
6034           <example compact="compact">
6035 [<var>type</var>: ]<var>library-name</var> <var>soname-version</var> <var>dependencies ...</var>
6036           </example>
6037         </p>
6038
6039         <p>
6040           We will explain this by reference to the example of the
6041           <tt>zlib1g</tt> package, which (at the time of writing)
6042           installs the shared library <file>/usr/lib/libz.so.1.1.3</file>.
6043         </p>
6044
6045         <p>
6046           <var>type</var> is an optional element that indicates the type
6047           of package for which the line is valid. The only type currently
6048           in use is <tt>udeb</tt>. The colon and space after the type are
6049           required.
6050         </p>
6051
6052         <p>
6053           <var>library-name</var> is the name of the shared library,
6054           in this case <tt>libz</tt>.  (This must match the name part
6055           of the soname, see below.)
6056         </p>
6057
6058         <p>
6059           <var>soname-version</var> is the version part of the soname of
6060           the library.  The soname is the thing that must exactly match
6061           for the library to be recognized by the dynamic linker, and is
6062           usually of the form
6063           <tt><var>name</var>.so.<var>major-version</var></tt>, in our
6064           example, <tt>libz.so.1</tt>.<footnote>
6065             This can be determined using the command
6066             <example compact="compact">
6067 objdump -p /usr/lib/libz.so.1.1.3 | grep SONAME
6068             </example>
6069           </footnote>
6070           The version part is the part which comes after
6071           <tt>.so.</tt>, so in our case, it is <tt>1</tt>.  The soname may
6072           instead be of the form
6073           <tt><var>name</var>-<var>major-version</var>.so</tt>, such
6074           as <tt>libdb-4.8.so</tt>, in which case the name would
6075           be <tt>libdb</tt> and the version would be <tt>4.8</tt>.
6076         </p>
6077
6078         <p>
6079           <var>dependencies</var> has the same syntax as a dependency
6080           field in a binary package control file.  It should give
6081           details of which packages are required to satisfy a binary
6082           built against the version of the library contained in the
6083           package.  See <ref id="depsyntax"> for details.
6084         </p>
6085
6086         <p>
6087           In our example, if the first version of the <tt>zlib1g</tt>
6088           package which contained a minor number of at least
6089           <tt>1.3</tt> was <var>1:1.1.3-1</var>, then the
6090           <tt>shlibs</tt> entry for this library could say:
6091           <example compact="compact">
6092 libz 1 zlib1g (>= 1:1.1.3)
6093           </example>
6094           The version-specific dependency is to avoid warnings from
6095           the dynamic linker about using older shared libraries with
6096           newer binaries.
6097         </p>
6098
6099         <p>
6100           As zlib1g also provides a udeb containing the shared library,
6101           there would also be a second line:
6102           <example compact="compact">
6103 udeb: libz 1 zlib1g-udeb (>= 1:1.1.3)
6104           </example>
6105         </p>
6106       </sect1>
6107
6108       <sect1>
6109         <heading>Providing a <file>shlibs</file> file</heading>
6110
6111         <p>
6112           If your package provides a shared library, you need to create
6113           a <file>shlibs</file> file following the format described above.
6114           It is usual to call this file <file>debian/shlibs</file> (but if
6115           you have multiple binary packages, you might want to call it
6116           <file>debian/shlibs.<var>package</var></file> instead).  Then
6117           let <file>debian/rules</file> install it in the control
6118           information file area:
6119           <example compact="compact">
6120 install -m644 debian/shlibs debian/tmp/DEBIAN
6121           </example>
6122           or, in the case of a multi-binary package:
6123           <example compact="compact">
6124 install -m644 debian/shlibs.<var>package</var> debian/<var>package</var>/DEBIAN/shlibs
6125           </example>
6126           An alternative way of doing this is to create the
6127           <file>shlibs</file> file in the control information file area
6128           directly from <file>debian/rules</file> without using
6129           a <file>debian/shlibs</file> file at all,<footnote>
6130             This is what <prgn>dh_makeshlibs</prgn> in
6131             the <package>debhelper</package> suite does. If your package
6132             also has a udeb that provides a shared
6133             library, <prgn>dh_makeshlibs</prgn> can automatically generate
6134             the <tt>udeb:</tt> lines if you specify the name of the udeb
6135             with the <tt>--add-udeb</tt> option.
6136           </footnote>
6137           since the <file>debian/shlibs</file> file itself is ignored by
6138           <prgn>dpkg-shlibdeps</prgn>.
6139         </p>
6140
6141         <p>
6142           As <prgn>dpkg-shlibdeps</prgn> reads the
6143           <file>DEBIAN/shlibs</file> files in all of the binary packages
6144           being built from this source package, all of the
6145           <file>DEBIAN/shlibs</file> files should be installed before
6146           <prgn>dpkg-shlibdeps</prgn> is called on any of the binary
6147           packages.
6148         </p>
6149       </sect1>
6150       </sect>
6151     </chapt>
6152
6153
6154     <chapt id="opersys"><heading>The Operating System</heading>
6155
6156       <sect>
6157         <heading>File system hierarchy</heading>
6158
6159
6160         <sect1 id="fhs">
6161           <heading>File System Structure</heading>
6162
6163           <p>
6164             The location of all installed files and directories must
6165             comply with the Filesystem Hierarchy Standard (FHS),
6166             version 2.3, with the exceptions noted below, and except
6167             where doing so would violate other terms of Debian
6168             Policy.  The following exceptions to the FHS apply:
6169
6170             <enumlist>
6171               <item>
6172                 <p>
6173                   The optional rules related to user specific
6174                   configuration files for applications are stored in
6175                   the user's home directory are relaxed.  It is
6176                   recommended that such files start with the
6177                   '<tt>.</tt>' character (a "dot file"), and if an
6178                   application needs to create more than one dot file
6179                   then the preferred placement is in a subdirectory
6180                   with a name starting with a '.' character, (a "dot
6181                   directory"). In this case it is recommended the
6182                   configuration files not start with the '.'
6183                   character.
6184                 </p>
6185               </item>
6186               <item>
6187                 <p>
6188                   The requirement for amd64 to use <file>/lib64</file>
6189                   for 64 bit binaries is removed.
6190                 </p>
6191               </item>
6192               <item>
6193                 <p>
6194                   The requirement for object files, internal binaries, and
6195                   libraries, including <file>libc.so.*</file>, to be located
6196                   directly under <file>/lib{,32}</file> and
6197                   <file>/usr/lib{,32}</file> is amended, permitting files
6198                   to instead be installed to
6199                   <file>/lib/<var>triplet</var></file> and
6200                   <file>/usr/lib/<var>triplet</var></file>, where
6201                   <tt><var>triplet</var></tt> is the value returned by
6202                   <tt>dpkg-architecture -qDEB_HOST_MULTIARCH</tt> for the
6203                   architecture of the package.  Packages may <em>not</em>
6204                   install files to any <var>triplet</var> path other
6205                   than the one matching the architecture of that package;
6206                   for instance, an <tt>Architecture: amd64</tt> package
6207                   containing 32-bit x86 libraries may not install these
6208                   libraries to <file>/usr/lib/i386-linux-gnu</file>.
6209                   <footnote>
6210                     This is necessary in order to reserve the directories for
6211                     use in cross-installation of library packages from other
6212                     architectures, as part of the planned deployment of
6213                     <tt>multiarch</tt>.
6214                   </footnote>
6215                 </p>
6216                 <p>
6217                   Applications may also use a single subdirectory under
6218                   <file>/usr/lib/<var>triplet</var></file>.
6219                 </p>
6220                 <p>
6221                   The execution time linker/loader, ld*, must still be made
6222                   available in the existing location under /lib or /lib64
6223                   since this is part of the ELF ABI for the architecture.
6224                 </p>
6225               </item>
6226               <item>
6227                 <p>
6228                   The requirement that
6229                   <file>/usr/local/share/man</file> be "synonymous"
6230                   with <file>/usr/local/man</file> is relaxed to a
6231                   recommendation</p>
6232               </item>
6233               <item>
6234                 <p>
6235                   The requirement that windowmanagers with a single
6236                   configuration file call it <file>system.*wmrc</file>
6237                   is removed, as is the restriction that the window
6238                   manager subdirectory be named identically to the
6239                   window manager name itself.
6240                 </p>
6241               </item>
6242               <item>
6243                 <p>
6244                   The requirement that boot manager configuration
6245                   files live in <file>/etc</file>, or at least are
6246                   symlinked there, is relaxed to a recommendation.
6247                 </p>
6248               </item>
6249               <item>
6250                 <p>
6251                   The following directories in the root filesystem are
6252                   additionally allowed: <file>/sys</file> and
6253                   <file>/selinux</file>. <footnote>These directories
6254                   are used as mount points to mount virtual filesystems
6255                   to get access to kernel information.</footnote>
6256                 </p>
6257               </item>
6258               <item>
6259                 <p>
6260                   On GNU/Hurd systems, the following additional
6261                   directories are allowed in the root
6262                   filesystem: <file>/hurd</file>
6263                   and <file>/servers</file>.<footnote>
6264                     These directories are used to store translators and as
6265                     a set of standard names for mount points,
6266                     respectively.
6267                   </footnote>
6268                 </p>
6269               </item>
6270             </enumlist>
6271           </p>
6272
6273           <p>
6274             The version of this document referred here can be
6275             found in the <tt>debian-policy</tt> package or on <url
6276             id="http://www.debian.org/doc/packaging-manuals/fhs/"
6277               name="FHS (Debian copy)"> alongside this manual (or, if
6278             you have the <package>debian-policy</package> installed,
6279             you can try <url
6280               id="file:///usr/share/doc/debian-policy/fhs/" name="FHS
6281               (local copy)">). The
6282             latest version, which may be a more recent version, may
6283             be found on
6284             <url id="http://www.pathname.com/fhs/" name="FHS (upstream)">.
6285             Specific questions about following the standard may be
6286             asked on the <tt>debian-devel</tt> mailing list, or
6287             referred to the FHS mailing list (see the
6288             <url id="http://www.pathname.com/fhs/" name="FHS web site"> for
6289             more information).
6290           </p>
6291         </sect1>
6292
6293         <sect1>
6294           <heading>Site-specific programs</heading>
6295
6296           <p>
6297             As mandated by the FHS, packages must not place any
6298             files in <file>/usr/local</file>, either by putting them in
6299             the file system archive to be unpacked by <prgn>dpkg</prgn>
6300             or by manipulating them in their maintainer scripts.
6301           </p>
6302
6303           <p>
6304             However, the package may create empty directories below
6305             <file>/usr/local</file> so that the system administrator knows
6306             where to place site-specific files.  These are not
6307             directories <em>in</em> <file>/usr/local</file>, but are
6308             children of directories in <file>/usr/local</file>.  These
6309             directories (<file>/usr/local/*/dir/</file>)
6310             should be removed on package removal if they are
6311             empty.
6312           </p>
6313
6314           <p>
6315             Note that this applies only to
6316             directories <em>below</em> <file>/usr/local</file>,
6317             not <em>in</em> <file>/usr/local</file>.  Packages must
6318             not create sub-directories in the
6319             directory <file>/usr/local</file> itself, except those
6320             listed in FHS, section 4.5.  However, you may create
6321             directories below them as you wish. You must not remove
6322             any of the directories listed in 4.5, even if you created
6323             them.
6324           </p>
6325
6326           <p>
6327             Since <file>/usr/local</file> can be mounted read-only from a
6328             remote server, these directories must be created and
6329             removed by the <prgn>postinst</prgn> and <prgn>prerm</prgn>
6330             maintainer scripts and not be included in the
6331             <file>.deb</file> archive.  These scripts must not fail if
6332             either of these operations fail.
6333           </p>
6334
6335           <p>
6336             For example, the <tt>emacsen-common</tt> package could
6337             contain something like
6338             <example compact="compact">
6339 if [ ! -e /usr/local/share/emacs ]; then
6340   if mkdir /usr/local/share/emacs 2>/dev/null; then
6341     if chown root:staff /usr/local/share/emacs; then
6342       chmod 2775 /usr/local/share/emacs || true
6343     fi
6344   fi
6345 fi
6346             </example>
6347             in its <prgn>postinst</prgn> script, and
6348             <example compact="compact">
6349 rmdir /usr/local/share/emacs/site-lisp 2>/dev/null || true
6350 rmdir /usr/local/share/emacs 2>/dev/null || true
6351             </example>
6352             in the <prgn>prerm</prgn> script.  (Note that this form is
6353             used to ensure that if the script is interrupted, the
6354             directory <file>/usr/local/share/emacs</file> will still be
6355             removed.)
6356           </p>
6357
6358           <p>
6359             If you do create a directory in <file>/usr/local</file> for
6360             local additions to a package, you should ensure that
6361             settings in <file>/usr/local</file> take precedence over the
6362             equivalents in <file>/usr</file>.
6363           </p>
6364
6365           <p>
6366             However, because <file>/usr/local</file> and its contents are
6367             for exclusive use of the local administrator, a package
6368             must not rely on the presence or absence of files or
6369             directories in <file>/usr/local</file> for normal operation.
6370           </p>
6371
6372           <p>
6373             The <file>/usr/local</file> directory itself and all the
6374             subdirectories created by the package should (by default) have
6375             permissions 2775 (group-writable and set-group-id) and be
6376             owned by <tt>root:staff</tt>.
6377           </p>
6378         </sect1>
6379
6380         <sect1>
6381           <heading>The system-wide mail directory</heading>
6382           <p>
6383             The system-wide mail directory
6384             is <file>/var/mail</file>. This directory is part of the
6385             base system and should not be owned by any particular mail
6386             agents.  The use of the old
6387             location <file>/var/spool/mail</file> is deprecated, even
6388             though the spool may still be physically located there.
6389           </p>
6390         </sect1>
6391       </sect>
6392
6393       <sect>
6394         <heading>Users and groups</heading>
6395
6396         <sect1>
6397           <heading>Introduction</heading>
6398           <p>
6399             The Debian system can be configured to use either plain or
6400             shadow passwords.
6401           </p>
6402
6403           <p>
6404             Some user ids (UIDs) and group ids (GIDs) are reserved
6405             globally for use by certain packages.  Because some
6406             packages need to include files which are owned by these
6407             users or groups, or need the ids compiled into binaries,
6408             these ids must be used on any Debian system only for the
6409             purpose for which they are allocated. This is a serious
6410             restriction, and we should avoid getting in the way of
6411             local administration policies. In particular, many sites
6412             allocate users and/or local system groups starting at 100.
6413           </p>
6414
6415           <p>
6416             Apart from this we should have dynamically allocated ids,
6417             which should by default be arranged in some sensible
6418             order, but the behavior should be configurable.
6419           </p>
6420
6421           <p>
6422             Packages other than <tt>base-passwd</tt> must not modify
6423             <file>/etc/passwd</file>, <file>/etc/shadow</file>,
6424             <file>/etc/group</file> or <file>/etc/gshadow</file>.
6425           </p>
6426         </sect1>
6427
6428         <sect1>
6429           <heading>UID and GID classes</heading>
6430           <p>
6431             The UID and GID numbers are divided into classes as
6432             follows:
6433             <taglist>
6434               <tag>0-99:</tag>
6435               <item>
6436                 <p>
6437                   Globally allocated by the Debian project, the same
6438                   on every Debian system.  These ids will appear in
6439                   the <file>passwd</file> and <file>group</file> files of all
6440                   Debian systems, new ids in this range being added
6441                   automatically as the <tt>base-passwd</tt> package is
6442                   updated.
6443                 </p>
6444
6445                 <p>
6446                   Packages which need a single statically allocated
6447                   uid or gid should use one of these; their
6448                   maintainers should ask the <tt>base-passwd</tt>
6449                   maintainer for ids.
6450                 </p>
6451               </item>
6452
6453               <tag>100-999:</tag>
6454               <item>
6455                 <p>
6456                   Dynamically allocated system users and groups.
6457                   Packages which need a user or group, but can have
6458                   this user or group allocated dynamically and
6459                   differently on each system, should use <tt>adduser
6460                   --system</tt> to create the group and/or user.
6461                   <prgn>adduser</prgn> will check for the existence of
6462                   the user or group, and if necessary choose an unused
6463                   id based on the ranges specified in
6464                   <file>adduser.conf</file>.
6465                 </p>
6466               </item>
6467
6468               <tag>1000-59999:</tag>
6469               <item>
6470                 <p>
6471                   Dynamically allocated user accounts.  By default
6472                   <prgn>adduser</prgn> will choose UIDs and GIDs for
6473                   user accounts in this range, though
6474                   <file>adduser.conf</file> may be used to modify this
6475                   behavior.
6476                 </p>
6477               </item>
6478
6479               <tag>60000-64999:</tag>
6480               <item>
6481                 <p>
6482                   Globally allocated by the Debian project, but only
6483                   created on demand. The ids are allocated centrally
6484                   and statically, but the actual accounts are only
6485                   created on users' systems on demand.
6486                 </p>
6487
6488                 <p>
6489                   These ids are for packages which are obscure or
6490                   which require many statically-allocated ids.  These
6491                   packages should check for and create the accounts in
6492                   <file>/etc/passwd</file> or <file>/etc/group</file> (using
6493                   <prgn>adduser</prgn> if it has this facility) if
6494                   necessary.  Packages which are likely to require
6495                   further allocations should have a "hole" left after
6496                   them in the allocation, to give them room to
6497                   grow.
6498                 </p>
6499               </item>
6500
6501               <tag>65000-65533:</tag>
6502               <item>
6503                 <p>Reserved.</p>
6504               </item>
6505
6506               <tag>65534:</tag>
6507               <item>
6508                 <p>
6509                   User <tt>nobody</tt>. The corresponding gid refers
6510                   to the group <tt>nogroup</tt>.
6511                 </p>
6512               </item>
6513
6514               <tag>65535:</tag>
6515               <item>
6516                 <p>
6517                   <tt>(uid_t)(-1) == (gid_t)(-1)</tt> <em>must
6518                   not</em> be used, because it is the error return
6519                   sentinel value.
6520                 </p>
6521               </item>
6522             </taglist>
6523           </p>
6524         </sect1>
6525       </sect>
6526
6527       <sect id="sysvinit">
6528         <heading>System run levels and <file>init.d</file> scripts</heading>
6529
6530         <sect1 id="/etc/init.d">
6531           <heading>Introduction</heading>
6532
6533           <p>
6534             The <file>/etc/init.d</file> directory contains the scripts
6535             executed by <prgn>init</prgn> at boot time and when the
6536             init state (or "runlevel") is changed (see <manref
6537             name="init" section="8">).
6538           </p>
6539
6540           <p>
6541             There are at least two different, yet functionally
6542             equivalent, ways of handling these scripts.  For the sake
6543             of simplicity, this document describes only the symbolic
6544             link method. However, it must not be assumed by maintainer
6545             scripts that this method is being used, and any automated
6546             manipulation of the various runlevel behaviors by
6547             maintainer scripts must be performed using
6548             <prgn>update-rc.d</prgn> as described below and not by
6549             manually installing or removing symlinks.  For information
6550             on the implementation details of the other method,
6551             implemented in the <tt>file-rc</tt> package, please refer
6552             to the documentation of that package.
6553           </p>
6554
6555           <p>
6556             These scripts are referenced by symbolic links in the
6557             <file>/etc/rc<var>n</var>.d</file> directories.  When changing
6558             runlevels, <prgn>init</prgn> looks in the directory
6559             <file>/etc/rc<var>n</var>.d</file> for the scripts it should
6560             execute, where <tt><var>n</var></tt> is the runlevel that
6561             is being changed to, or <tt>S</tt> for the boot-up
6562             scripts.
6563           </p>
6564
6565           <p>
6566             The names of the links all have the form
6567             <file>S<var>mm</var><var>script</var></file> or
6568             <file>K<var>mm</var><var>script</var></file> where
6569             <var>mm</var> is a two-digit number and <var>script</var>
6570             is the name of the script (this should be the same as the
6571             name of the actual script in <file>/etc/init.d</file>).
6572           </p>
6573
6574           <p>
6575             When <prgn>init</prgn> changes runlevel first the targets
6576             of the links whose names start with a <tt>K</tt> are
6577             executed, each with the single argument <tt>stop</tt>,
6578             followed by the scripts prefixed with an <tt>S</tt>, each
6579             with the single argument <tt>start</tt>.  (The links are
6580             those in the <file>/etc/rc<var>n</var>.d</file> directory
6581             corresponding to the new runlevel.)  The <tt>K</tt> links
6582             are responsible for killing services and the <tt>S</tt>
6583             link for starting services upon entering the runlevel.
6584           </p>
6585
6586           <p>
6587             For example, if we are changing from runlevel 2 to
6588             runlevel 3, init will first execute all of the <tt>K</tt>
6589             prefixed scripts it finds in <file>/etc/rc3.d</file>, and then
6590             all of the <tt>S</tt> prefixed scripts in that directory.
6591             The links starting with <tt>K</tt> will cause the
6592             referred-to file to be executed with an argument of
6593             <tt>stop</tt>, and the <tt>S</tt> links with an argument
6594             of <tt>start</tt>.
6595           </p>
6596
6597           <p>
6598             The two-digit number <var>mm</var> is used to determine
6599             the order in which to run the scripts: low-numbered links
6600             have their scripts run first.  For example, the
6601             <tt>K20</tt> scripts will be executed before the
6602             <tt>K30</tt> scripts.  This is used when a certain service
6603             must be started before another.  For example, the name
6604             server <prgn>bind</prgn> might need to be started before
6605             the news server <prgn>inn</prgn> so that <prgn>inn</prgn>
6606             can set up its access lists.  In this case, the script
6607             that starts <prgn>bind</prgn> would have a lower number
6608             than the script that starts <prgn>inn</prgn> so that it
6609             runs first:
6610             <example compact="compact">
6611 /etc/rc2.d/S17bind
6612 /etc/rc2.d/S70inn
6613             </example>
6614           </p>
6615
6616           <p>
6617             The two runlevels 0 (halt) and 6 (reboot) are slightly
6618             different.  In these runlevels, the links with an
6619             <tt>S</tt> prefix are still called after those with a
6620             <tt>K</tt> prefix, but they too are called with the single
6621             argument <tt>stop</tt>.
6622           </p>
6623         </sect1>
6624
6625         <sect1 id="writing-init">
6626           <heading>Writing the scripts</heading>
6627
6628           <p>
6629             Packages that include daemons for system services should
6630             place scripts in <file>/etc/init.d</file> to start or stop
6631             services at boot time or during a change of runlevel.
6632             These scripts should be named
6633             <file>/etc/init.d/<var>package</var></file>, and they should
6634             accept one argument, saying what to do:
6635
6636             <taglist>
6637               <tag><tt>start</tt></tag>
6638               <item>start the service,</item>
6639
6640               <tag><tt>stop</tt></tag>
6641               <item>stop the service,</item>
6642
6643               <tag><tt>restart</tt></tag>
6644               <item>stop and restart the service if it's already running,
6645                   otherwise start the service</item>
6646
6647               <tag><tt>reload</tt></tag>
6648               <item><p>cause the configuration of the service to be
6649                   reloaded without actually stopping and restarting
6650                   the service,</item>
6651
6652               <tag><tt>force-reload</tt></tag>
6653               <item>cause the configuration to be reloaded if the
6654                   service supports this, otherwise restart the
6655                   service.</item>
6656             </taglist>
6657
6658             The <tt>start</tt>, <tt>stop</tt>, <tt>restart</tt>, and
6659             <tt>force-reload</tt> options should be supported by all
6660             scripts in <file>/etc/init.d</file>, the <tt>reload</tt>
6661             option is optional.
6662           </p>
6663
6664           <p>
6665             The <file>init.d</file> scripts must ensure that they will
6666             behave sensibly (i.e., returning success and not starting
6667             multiple copies of a service) if invoked with <tt>start</tt>
6668             when the service is already running, or with <tt>stop</tt>
6669             when it isn't, and that they don't kill unfortunately-named
6670             user processes.  The best way to achieve this is usually to
6671             use <prgn>start-stop-daemon</prgn> with the <tt>--oknodo</tt>
6672             option.
6673           </p>
6674
6675           <p>
6676             Be careful of using <tt>set -e</tt> in <file>init.d</file>
6677             scripts.  Writing correct <file>init.d</file> scripts requires
6678             accepting various error exit statuses when daemons are already
6679             running or already stopped without aborting
6680             the <file>init.d</file> script, and common <file>init.d</file>
6681             function libraries are not safe to call with <tt>set -e</tt>
6682             in effect<footnote>
6683               <tt>/lib/lsb/init-functions</tt>, which assists in writing
6684               LSB-compliant init scripts, may fail if <tt>set -e</tt> is
6685               in effect and echoing status messages to the console fails,
6686               for example.
6687             </footnote>.  For <tt>init.d</tt> scripts, it's often easier
6688             to not use <tt>set -e</tt> and instead check the result of
6689             each command separately.
6690           </p>
6691
6692           <p>
6693             If a service reloads its configuration automatically (as
6694             in the case of <prgn>cron</prgn>, for example), the
6695             <tt>reload</tt> option of the <file>init.d</file> script
6696             should behave as if the configuration has been reloaded
6697             successfully.
6698           </p>
6699
6700           <p>
6701             The <file>/etc/init.d</file> scripts must be treated as
6702             configuration files, either (if they are present in the
6703             package, that is, in the .deb file) by marking them as
6704             <tt>conffile</tt>s, or, (if they do not exist in the .deb)
6705             by managing them correctly in the maintainer scripts (see
6706             <ref id="config-files">).  This is important since we want
6707             to give the local system administrator the chance to adapt
6708             the scripts to the local system, e.g., to disable a
6709             service without de-installing the package, or to specify
6710             some special command line options when starting a service,
6711             while making sure their changes aren't lost during the next
6712             package upgrade.
6713           </p>
6714
6715           <p>
6716             These scripts should not fail obscurely when the
6717             configuration files remain but the package has been
6718             removed, as configuration files remain on the system after
6719             the package has been removed.  Only when <prgn>dpkg</prgn>
6720             is executed with the <tt>--purge</tt> option will
6721             configuration files be removed.  In particular, as the
6722             <file>/etc/init.d/<var>package</var></file> script itself is
6723             usually a <tt>conffile</tt>, it will remain on the system
6724             if the package is removed but not purged.  Therefore, you
6725             should include a <tt>test</tt> statement at the top of the
6726             script, like this:
6727             <example compact="compact">
6728 test -f <var>program-executed-later-in-script</var> || exit 0
6729             </example>
6730           </p>
6731
6732           <p>
6733             Often there are some variables in the <file>init.d</file>
6734             scripts whose values control the behavior of the scripts,
6735             and which a system administrator is likely to want to
6736             change.  As the scripts themselves are frequently
6737             <tt>conffile</tt>s, modifying them requires that the
6738             administrator merge in their changes each time the package
6739             is upgraded and the <tt>conffile</tt> changes.  To ease
6740             the burden on the system administrator, such configurable
6741             values should not be placed directly in the script.
6742             Instead, they should be placed in a file in
6743             <file>/etc/default</file>, which typically will have the same
6744             base name as the <file>init.d</file> script.  This extra file
6745             should be sourced by the script when the script runs.  It
6746             must contain only variable settings and comments in SUSv3
6747             <prgn>sh</prgn> format.  It may either be a
6748             <tt>conffile</tt> or a configuration file maintained by
6749             the package maintainer scripts.  See <ref id="config-files">
6750             for more details.
6751           </p>
6752
6753           <p>
6754             To ensure that vital configurable values are always
6755             available, the <file>init.d</file> script should set default
6756             values for each of the shell variables it uses, either
6757             before sourcing the <file>/etc/default/</file> file or
6758             afterwards using something like the <tt>:
6759             ${VAR:=default}</tt> syntax.  Also, the <file>init.d</file>
6760             script must behave sensibly and not fail if the
6761             <file>/etc/default</file> file is deleted.
6762           </p>
6763
6764           <p>
6765             <file>/var/run</file> and <file>/var/lock</file> may be mounted
6766             as temporary filesystems<footnote>
6767                 For example, using the <tt>RAMRUN</tt> and <tt>RAMLOCK</tt>
6768                 options in <file>/etc/default/rcS</file>.
6769             </footnote>, so the <file>init.d</file> scripts must handle this
6770             correctly. This will typically amount to creating any required
6771             subdirectories dynamically when the <file>init.d</file> script
6772             is run, rather than including them in the package and relying on
6773             <prgn>dpkg</prgn> to create them.
6774           </p>
6775         </sect1>
6776
6777         <sect1>
6778           <heading>Interfacing with the initscript system</heading>
6779
6780           <p>
6781             Maintainers should use the abstraction layer provided by
6782             the <prgn>update-rc.d</prgn> and <prgn>invoke-rc.d</prgn>
6783             programs to deal with initscripts in their packages'
6784             scripts such as <prgn>postinst</prgn>, <prgn>prerm</prgn>
6785             and <prgn>postrm</prgn>.
6786           </p>
6787
6788           <p>
6789             Directly managing the /etc/rc?.d links and directly
6790             invoking the <file>/etc/init.d/</file> initscripts should
6791             be done only by packages providing the initscript
6792             subsystem (such as <prgn>sysv-rc</prgn> and
6793             <prgn>file-rc</prgn>).
6794           </p>
6795
6796           <sect2>
6797             <heading>Managing the links</heading>
6798
6799             <p>
6800               The program <prgn>update-rc.d</prgn> is provided for
6801               package maintainers to arrange for the proper creation and
6802               removal of <file>/etc/rc<var>n</var>.d</file> symbolic links,
6803               or their functional equivalent if another method is being
6804               used.  This may be used by maintainers in their packages'
6805               <prgn>postinst</prgn> and <prgn>postrm</prgn> scripts.
6806             </p>
6807
6808             <p>
6809               You must not include any <file>/etc/rc<var>n</var>.d</file>
6810               symbolic links in the actual archive or manually create or
6811               remove the symbolic links in maintainer scripts; you must
6812               use the <prgn>update-rc.d</prgn> program instead.  (The
6813               former will fail if an alternative method of maintaining
6814               runlevel information is being used.)  You must not include
6815               the <file>/etc/rc<var>n</var>.d</file> directories themselves
6816               in the archive either.  (Only the <tt>sysvinit</tt>
6817               package may do so.)
6818             </p>
6819
6820             <p>
6821               By default <prgn>update-rc.d</prgn> will start services in
6822               each of the multi-user state runlevels (2, 3, 4, and 5)
6823               and stop them in the halt runlevel (0), the single-user
6824               runlevel (1) and the reboot runlevel (6).  The system
6825               administrator will have the opportunity to customize
6826               runlevels by simply adding, moving, or removing the
6827               symbolic links in <file>/etc/rc<var>n</var>.d</file> if
6828               symbolic links are being used, or by modifying
6829               <file>/etc/runlevel.conf</file> if the <tt>file-rc</tt> method
6830               is being used.
6831             </p>
6832
6833             <p>
6834               To get the default behavior for your package, put in your
6835               <prgn>postinst</prgn> script
6836               <example compact="compact">
6837                 update-rc.d <var>package</var> defaults
6838               </example>
6839               and in your <prgn>postrm</prgn>
6840               <example compact="compact">
6841                 if [ "$1" = purge ]; then
6842                 update-rc.d <var>package</var> remove
6843                 fi
6844               </example>. Note that if your package changes runlevels
6845               or priority, you may have to remove and recreate the links,
6846               since otherwise the old links may persist. Refer to the
6847               documentation of <prgn>update-rc.d</prgn>.
6848             </p>
6849
6850             <p>
6851               This will use a default sequence number of 20.  If it does
6852               not matter when or in which order the <file>init.d</file>
6853               script is run, use this default.  If it does, then you
6854               should talk to the maintainer of the <prgn>sysvinit</prgn>
6855               package or post to <tt>debian-devel</tt>, and they will
6856               help you choose a number.
6857             </p>
6858
6859             <p>
6860               For more information about using <tt>update-rc.d</tt>,
6861               please consult its man page <manref name="update-rc.d"
6862                 section="8">.
6863             </p>
6864           </sect2>
6865
6866           <sect2>
6867             <heading>Running initscripts</heading>
6868             <p>
6869               The program <prgn>invoke-rc.d</prgn> is provided to make
6870               it easier for package maintainers to properly invoke an
6871               initscript, obeying runlevel and other locally-defined
6872               constraints that might limit a package's right to start,
6873               stop and otherwise manage services. This program may be
6874               used by maintainers in their packages' scripts.
6875             </p>
6876
6877             <p>
6878               The package maintainer scripts must use
6879               <prgn>invoke-rc.d</prgn> to invoke the
6880               <file>/etc/init.d/*</file> initscripts, instead of
6881               calling them directly.
6882             </p>
6883
6884             <p>
6885               By default, <prgn>invoke-rc.d</prgn> will pass any
6886               action requests (start, stop, reload, restart...) to the
6887               <file>/etc/init.d</file> script, filtering out requests
6888               to start or restart a service out of its intended
6889               runlevels.
6890             </p>
6891
6892             <p>
6893               Most packages will simply need to change:
6894               <example compact="compact">/etc/init.d/&lt;package&gt;
6895               &lt;action&gt;</example> in their <prgn>postinst</prgn>
6896               and <prgn>prerm</prgn> scripts to:
6897               <example compact="compact">
6898         if which invoke-rc.d >/dev/null 2>&1; then
6899                 invoke-rc.d <var>package</var> &lt;action&gt;
6900         else
6901                 /etc/init.d/<var>package</var> &lt;action&gt;
6902         fi
6903               </example>
6904             </p>
6905
6906             <p>
6907               A package should register its initscript services using
6908               <prgn>update-rc.d</prgn> before it tries to invoke them
6909               using <prgn>invoke-rc.d</prgn>. Invocation of
6910               unregistered services may fail.
6911             </p>
6912
6913             <p>
6914               For more information about using
6915               <prgn>invoke-rc.d</prgn>, please consult its man page
6916               <manref name="invoke-rc.d" section="8">.
6917             </p>
6918           </sect2>
6919         </sect1>
6920
6921         <sect1>
6922           <heading>Boot-time initialization</heading>
6923
6924           <p>
6925             There used to be another directory, <file>/etc/rc.boot</file>,
6926             which contained scripts which were run once per machine
6927             boot. This has been deprecated in favour of links from
6928             <file>/etc/rcS.d</file> to files in <file>/etc/init.d</file> as
6929             described in <ref id="/etc/init.d">.  Packages must not
6930             place files in <file>/etc/rc.boot</file>.
6931           </p>
6932         </sect1>
6933
6934         <sect1>
6935           <heading>Example</heading>
6936
6937           <p>
6938             An example on which you can base your
6939             <file>/etc/init.d</file> scripts is found in
6940             <file>/etc/init.d/skeleton</file>.
6941           </p>
6942
6943         </sect1>
6944       </sect>
6945
6946       <sect>
6947         <heading>Console messages from <file>init.d</file> scripts</heading>
6948
6949         <p>
6950           This section describes the formats to be used for messages
6951           written to standard output by the <file>/etc/init.d</file>
6952           scripts.  The intent is to improve the consistency of
6953           Debian's startup and shutdown look and feel.  For this
6954           reason, please look very carefully at the details.  We want
6955           the messages to have the same format in terms of wording,
6956           spaces, punctuation and case of letters.
6957         </p>
6958
6959         <p>
6960           Here is a list of overall rules that should be used for
6961           messages generated by <file>/etc/init.d</file> scripts.  
6962         </p>
6963
6964         <p>
6965           <list>
6966             <item>
6967                 The message should fit in one line (fewer than 80
6968                 characters), start with a capital letter and end with
6969                 a period (<tt>.</tt>) and line feed (<tt>"\n"</tt>).
6970             </item>
6971
6972             <item>
6973               If the script is performing some time consuming task in
6974               the background (not merely starting or stopping a
6975               program, for instance), an ellipsis (three dots:
6976               <tt>...</tt>) should be output to the screen, with no
6977               leading or tailing whitespace or line feeds.
6978             </item>
6979
6980             <item>
6981               The messages should appear as if the computer is telling
6982               the user what it is doing (politely :-), but should not
6983                 mention "it" directly.  For example, instead of:
6984                 <example compact="compact">
6985 I'm starting network daemons: nfsd mountd.
6986                 </example>
6987                 the message should say
6988                 <example compact="compact">
6989 Starting network daemons: nfsd mountd.
6990                 </example>
6991             </item>
6992           </list>
6993         </p>
6994
6995         <p>
6996           <tt>init.d</tt> script should use the following  standard
6997           message formats for the situations enumerated below.
6998         </p>
6999
7000         <p>
7001           <list>
7002             <item>
7003               <p>When daemons are started</p>
7004
7005               <p>
7006                 If the script starts one or more daemons, the output
7007                 should look like this (a single line, no leading
7008                 spaces):
7009                 <example compact="compact">
7010 Starting <var>description</var>: <var>daemon-1</var> ... <var>daemon-n</var>.
7011                 </example>
7012                 The <var>description</var> should describe the
7013                 subsystem the daemon or set of daemons are part of,
7014                 while <var>daemon-1</var> up to <var>daemon-n</var>
7015                 denote each daemon's name (typically the file name of
7016                 the program).
7017               </p>
7018
7019               <p>
7020                 For example, the output of <file>/etc/init.d/lpd</file>
7021                 would look like:
7022                 <example compact="compact">
7023 Starting printer spooler: lpd.
7024                 </example>
7025               </p>
7026
7027               <p>
7028                 This can be achieved by saying
7029                 <example compact="compact">
7030 echo -n "Starting printer spooler: lpd"
7031 start-stop-daemon --start --quiet --exec /usr/sbin/lpd
7032 echo "."
7033                 </example>
7034                 in the script. If there are more than one daemon to
7035                 start, the output should look like this:
7036                 <example compact="compact">
7037 echo -n "Starting remote file system services:"
7038 echo -n " nfsd"; start-stop-daemon --start --quiet nfsd
7039 echo -n " mountd"; start-stop-daemon --start --quiet mountd
7040 echo -n " ugidd"; start-stop-daemon --start --quiet ugidd
7041 echo "."
7042                 </example>
7043                 This makes it possible for the user to see what is
7044                 happening and when the final daemon has been started.
7045                 Care should be taken in the placement of white spaces:
7046                 in the example above the system administrators can
7047                 easily comment out a line if they don't want to start
7048                 a specific daemon, while the displayed message still
7049                 looks good.
7050               </p>
7051             </item>
7052
7053             <item>
7054               <p>When a system parameter is being set</p>
7055
7056               <p>
7057                 If you have to set up different system parameters
7058                 during the system boot, you should use this format:
7059                 <example compact="compact">
7060 Setting <var>parameter</var> to "<var>value</var>".
7061                 </example>
7062               </p>
7063
7064               <p>
7065                 You can use a statement such as the following to get
7066                 the quotes right:
7067                 <example compact="compact">
7068 echo "Setting DNS domainname to \"$domainname\"."
7069                 </example>
7070               </p>
7071
7072               <p>
7073                 Note that the same symbol (<tt>"</tt>) <!-- " --> is used
7074                 for the left and right quotation marks.  A grave accent
7075                 (<tt>`</tt>) is not a quote character; neither is an
7076                 apostrophe (<tt>'</tt>).
7077               </p>
7078             </item>
7079
7080             <item>
7081               <p>When a daemon is stopped or restarted</p>
7082
7083               <p>
7084                 When you stop or restart a daemon, you should issue a
7085                 message identical to the startup message, except that
7086                 <tt>Starting</tt> is replaced with <tt>Stopping</tt>
7087                 or <tt>Restarting</tt> respectively.
7088               </p>
7089
7090               <p>
7091                 For example, stopping the printer daemon will look like
7092                 this:
7093                 <example compact="compact">
7094 Stopping printer spooler: lpd.
7095                 </example>
7096               </p>
7097             </item>
7098
7099             <item>
7100               <p>When something is executed</p>
7101
7102               <p>
7103                 There are several examples where you have to run a
7104                 program at system startup or shutdown to perform a
7105                 specific task, for example, setting the system's clock
7106                 using <prgn>netdate</prgn> or killing all processes
7107                 when the system shuts down.  Your message should look
7108                 like this:
7109                 <example compact="compact">
7110 Doing something very useful...done.
7111                 </example>
7112                 You should print the <tt>done.</tt> immediately after
7113                 the job has been completed, so that the user is
7114                 informed why they have to wait.  You can get this
7115                 behavior by saying
7116                 <example compact="compact">
7117 echo -n "Doing something very useful..."
7118 do_something
7119 echo "done."
7120                 </example>
7121                 in your script.
7122               </p>
7123             </item>
7124
7125             <item>
7126               <p>When the configuration is reloaded</p>
7127
7128               <p>
7129                 When a daemon is forced to reload its configuration
7130                 files you should use the following format:
7131                 <example compact="compact">
7132 Reloading <var>description</var> configuration...done.
7133                 </example>
7134                 where <var>description</var> is the same as in the
7135                 daemon starting message.
7136               </p>
7137             </item>
7138           </list>
7139         </p>
7140       </sect>
7141
7142       <sect id="cron-jobs">
7143         <heading>Cron jobs</heading>
7144
7145         <p>
7146           Packages must not modify the configuration file
7147           <file>/etc/crontab</file>, and they must not modify the files in
7148           <file>/var/spool/cron/crontabs</file>.
7149         </p>
7150
7151         <p>
7152           If a package wants to install a job that has to be executed via
7153           cron, it should place a file named as specified
7154           in <ref id="cron-files"> into one or more of the following
7155           directories:
7156           <example compact="compact">
7157 /etc/cron.hourly
7158 /etc/cron.daily
7159 /etc/cron.weekly
7160 /etc/cron.monthly
7161           </example>
7162           As these directory names imply, the files within them are
7163           executed on an hourly, daily, weekly, or monthly basis,
7164           respectively. The exact times are listed in
7165           <file>/etc/crontab</file>.
7166         </p>
7167
7168         <p>
7169           All files installed in any of these directories must be
7170           scripts (e.g., shell scripts or Perl scripts) so that they
7171           can easily be modified by the local system administrator.
7172           In addition, they must be treated as configuration files.
7173         </p>
7174
7175         <p>
7176           If a certain job has to be executed at some other frequency or
7177           at a specific time, the package should install a file in
7178           <file>/etc/cron.d</file> with a name as specified
7179           in <ref id="cron-files">.  This file uses the same syntax
7180           as <file>/etc/crontab</file> and is processed
7181           by <prgn>cron</prgn> automatically. The file must also be
7182           treated as a configuration file. (Note that entries in the
7183           <file>/etc/cron.d</file> directory are not handled by
7184           <prgn>anacron</prgn>. Thus, you should only use this
7185           directory for jobs which may be skipped if the system is not
7186           running.)
7187         </p>
7188
7189         <p>
7190           Unlike <file>crontab</file> files described in the IEEE Std
7191           1003.1-2008 (POSIX.1) available from
7192           <url id="http://www.opengroup.org/onlinepubs/9699919799/"
7193                name="The Open Group">, the files in
7194           <file>/etc/cron.d</file> and the file
7195           <file>/etc/crontab</file> have seven fields; namely:
7196           <enumlist>
7197             <item>Minute [0,59]</item>
7198             <item>Hour [0,23]</item>
7199             <item>Day of the month [1,31]</item>
7200             <item>Month of the year [1,12]</item>
7201             <item>Day of the week ([0,6] with 0=Sunday)</item>
7202             <item>Username</item>
7203             <item>Command to be run</item>
7204           </enumlist>
7205           Ranges of numbers are allowed.  Ranges are two numbers
7206           separated with a hyphen.  The specified range is inclusive.
7207           Lists are allowed.  A list is a set of numbers (or ranges)
7208           separated by commas. Step values can be used in conjunction
7209           with ranges.
7210         </p>
7211
7212         <p>
7213           The scripts or <tt>crontab</tt> entries in these directories should
7214           check if all necessary programs are installed before they
7215           try to execute them. Otherwise, problems will arise when a
7216           package was removed but not purged since configuration files
7217           are kept on the system in this situation.
7218         </p>
7219
7220         <p>
7221           Any <tt>cron</tt> daemon must provide
7222           <file>/usr/bin/crontab</file> and support normal
7223           <tt>crontab</tt> entries as specified in POSIX. The daemon
7224           must also support names for days and months, ranges, and
7225           step values. It has to support <file>/etc/crontab</file>,
7226           and correctly execute the scripts in
7227           <file>/etc/cron.d</file>. The daemon must also correctly
7228           execute scripts in
7229           <file>/etc/cron.{hourly,daily,weekly,monthly}</file>.
7230         </p>
7231
7232         <sect1 id="cron-files">
7233           <heading>Cron job file names</heading>
7234
7235           <p>
7236             The file name of a cron job file should normally match the
7237             name of the package from which it comes.
7238           </p>
7239
7240           <p>
7241             If a package supplies multiple cron job files files in the
7242             same directory, the file names should all start with the name
7243             of the package (possibly modified as described below) followed
7244             by a hyphen (<tt>-</tt>) and a suitable suffix.
7245           </p>
7246
7247           <p>
7248             A cron job file name must not include any period or plus
7249             characters (<tt>.</tt> or <tt>+</tt>) characters as this will
7250             cause cron to ignore the file.  Underscores (<tt>_</tt>)
7251             should be used instead of <tt>.</tt> and <tt>+</tt>
7252             characters.
7253           </p>
7254         </sect1>
7255       </sect>
7256
7257       <sect id="menus">
7258         <heading>Menus</heading>
7259
7260         <p>
7261           The Debian <tt>menu</tt> package provides a standard
7262           interface between packages providing applications and
7263           <em>menu programs</em> (either X window managers or
7264           text-based menu programs such as <prgn>pdmenu</prgn>).
7265         </p>
7266
7267         <p>
7268           All packages that provide applications that need not be
7269           passed any special command line arguments for normal
7270           operation should register a menu entry for those
7271           applications, so that users of the <tt>menu</tt> package
7272           will automatically get menu entries in their window
7273           managers, as well in shells like <tt>pdmenu</tt>.
7274         </p>
7275
7276         <p>
7277           Menu entries should follow the current menu policy.
7278         </p>
7279
7280         <p>
7281           The menu policy can be found in the <tt>menu-policy</tt>
7282           files in the <tt>debian-policy</tt> package.
7283           It is also available from the Debian web mirrors at
7284           <tt><url name="/doc/packaging-manuals/menu-policy/"
7285                 id="http://www.debian.org/doc/packaging-manuals/menu-policy/"></tt>.
7286         </p>
7287
7288         <p>
7289           Please also refer to the <em>Debian Menu System</em>
7290           documentation that comes with the <package>menu</package>
7291           package for information about how to register your
7292           applications.
7293         </p>
7294       </sect>
7295
7296       <sect id="mime">
7297         <heading>Multimedia handlers</heading>
7298
7299         <p>
7300           MIME (Multipurpose Internet Mail Extensions, RFCs 2045-2049)
7301           is a mechanism for encoding files and data streams and
7302           providing meta-information about them, in particular their
7303           type (e.g. audio or video) and format (e.g. PNG, HTML,
7304           MP3).
7305         </p>
7306
7307         <p>
7308           Registration of MIME type handlers allows programs like mail
7309           user agents and web browsers to invoke these handlers to
7310           view, edit or display MIME types they don't support directly.
7311         </p>
7312
7313         <p>
7314           Packages which provide the ability to view/show/play,
7315           compose, edit or print MIME types should register themselves
7316           as such following the current MIME support policy.
7317         </p>
7318
7319         <p>
7320           The <package>mime-support</package> package provides the
7321           <prgn>update-mime</prgn> program which allows packages to
7322           register programs that can show, compose, edit or print
7323           MIME types.
7324         </p>
7325
7326         <p>
7327           Packages containing such programs must register them
7328           with <prgn>update-mime</prgn> as documented in <manref
7329           name="update-mime" section="8">. They should <em>not</em> depend
7330           on, recommend, or suggest <prgn>mime-support</prgn>. Instead,
7331           they should just put something like the following in the
7332           <tt>postinst</tt> and <tt>postrm</tt> scripts:
7333
7334           <example>
7335   if [ -x /usr/sbin/update-mime ]; then
7336       update-mime
7337   fi
7338           </example>
7339         </p>
7340
7341       </sect>
7342
7343       <sect>
7344         <heading>Keyboard configuration</heading>
7345
7346         <p>
7347           To achieve a consistent keyboard configuration so that all
7348           applications interpret a keyboard event the same way, all
7349           programs in the Debian distribution must be configured to
7350           comply with the following guidelines.
7351         </p>
7352
7353         <p>
7354           The following keys must have the specified interpretations:
7355
7356           <taglist>
7357             <tag><tt>&lt;--</tt></tag>
7358             <item>delete the character to the left of the cursor</item>
7359
7360             <tag><tt>Delete</tt></tag>
7361             <item>delete the character to the right of the cursor</item>
7362
7363             <tag><tt>Control+H</tt></tag>
7364             <item>emacs: the help prefix</item>
7365           </taglist>
7366
7367           The interpretation of any keyboard events should be
7368           independent of the terminal that is used, be it a virtual
7369           console, an X terminal emulator, an rlogin/telnet session,
7370           etc.
7371         </p>
7372
7373         <p>
7374           The following list explains how the different programs
7375           should be set up to achieve this:
7376         </p>
7377
7378         <p>
7379           <list>
7380             <item>
7381                 <tt>&lt;--</tt> generates <tt>KB_BackSpace</tt> in X.
7382             </item>
7383
7384             <item>
7385                 <tt>Delete</tt> generates <tt>KB_Delete</tt> in X.
7386             </item>
7387
7388             <item>
7389                 X translations are set up to make
7390                 <tt>KB_Backspace</tt> generate ASCII DEL, and to make
7391                 <tt>KB_Delete</tt> generate <tt>ESC [ 3 ~</tt> (this
7392                 is the vt220 escape code for the "delete character"
7393                 key).  This must be done by loading the X resources
7394                 using <prgn>xrdb</prgn> on all local X displays, not
7395                 using the application defaults, so that the
7396                 translation resources used correspond to the
7397                 <prgn>xmodmap</prgn> settings.
7398             </item>
7399
7400             <item>
7401                 The Linux console is configured to make
7402                 <tt>&lt;--</tt> generate DEL, and <tt>Delete</tt>
7403                 generate <tt>ESC [ 3 ~</tt>.
7404             </item>
7405
7406             <item>
7407                 X applications are configured so that <tt>&lt;</tt>
7408                 deletes left, and <tt>Delete</tt> deletes right.  Motif
7409                 applications already work like this.
7410             </item>
7411
7412             <item>
7413                 Terminals should have <tt>stty erase ^?</tt> .
7414             </item>
7415
7416             <item>
7417                 The <tt>xterm</tt> terminfo entry should have <tt>ESC
7418                 [ 3 ~</tt> for <tt>kdch1</tt>, just as for
7419                 <tt>TERM=linux</tt> and <tt>TERM=vt220</tt>.
7420             </item>
7421
7422             <item>
7423                 Emacs is programmed to map <tt>KB_Backspace</tt> or
7424                 the <tt>stty erase</tt> character to
7425                 <tt>delete-backward-char</tt>, and <tt>KB_Delete</tt>
7426                 or <tt>kdch1</tt> to <tt>delete-forward-char</tt>, and
7427                 <tt>^H</tt> to <tt>help</tt> as always.
7428             </item>
7429
7430             <item>
7431                 Other applications use the <tt>stty erase</tt>
7432                 character and <tt>kdch1</tt> for the two delete keys,
7433                 with ASCII DEL being "delete previous character" and
7434                 <tt>kdch1</tt> being "delete character under
7435                 cursor".
7436             </item>
7437
7438           </list>
7439         </p>
7440
7441         <p>
7442           This will solve the problem except for the following
7443           cases:
7444         </p>
7445
7446         <p>
7447           <list>
7448             <item>
7449                 Some terminals have a <tt>&lt;--</tt> key that cannot
7450                 be made to produce anything except <tt>^H</tt>.  On
7451                 these terminals Emacs help will be unavailable on
7452                 <tt>^H</tt> (assuming that the <tt>stty erase</tt>
7453                 character takes precedence in Emacs, and has been set
7454                 correctly).  <tt>M-x help</tt> or <tt>F1</tt> (if
7455                 available) can be used instead.
7456             </item>
7457
7458             <item>
7459                 Some operating systems use <tt>^H</tt> for <tt>stty
7460                 erase</tt>.  However, modern telnet versions and all
7461                 rlogin versions propagate <tt>stty</tt> settings, and
7462                 almost all UNIX versions honour <tt>stty erase</tt>.
7463                 Where the <tt>stty</tt> settings are not propagated
7464                 correctly, things can be made to work by using
7465                 <tt>stty</tt> manually.
7466             </item>
7467
7468             <item>
7469                 Some systems (including previous Debian versions) use
7470                 <prgn>xmodmap</prgn> to arrange for both
7471                 <tt>&lt;--</tt> and <tt>Delete</tt> to generate
7472                 <tt>KB_Delete</tt>.  We can change the behavior of
7473                 their X clients using the same X resources that we use
7474                 to do it for our own clients, or configure our clients
7475                 using their resources when things are the other way
7476                 around.  On displays configured like this
7477                 <tt>Delete</tt> will not work, but <tt>&lt;--</tt>
7478                 will.
7479             </item>
7480
7481             <item>
7482                 Some operating systems have different <tt>kdch1</tt>
7483                 settings in their <tt>terminfo</tt> database for
7484                 <tt>xterm</tt> and others.  On these systems the
7485                 <tt>Delete</tt> key will not work correctly when you
7486                 log in from a system conforming to our policy, but
7487                 <tt>&lt;--</tt> will.
7488             </item>
7489           </list>
7490         </p>
7491       </sect>
7492
7493       <sect>
7494         <heading>Environment variables</heading>
7495
7496         <p>
7497           A program must not depend on environment variables to get
7498           reasonable defaults.  (That's because these environment
7499           variables would have to be set in a system-wide
7500           configuration file like <file>/etc/profile</file>, which is not
7501           supported by all shells.)
7502         </p>
7503
7504         <p>
7505           If a program usually depends on environment variables for its
7506           configuration, the program should be changed to fall back to
7507           a reasonable default configuration if these environment
7508           variables are not present. If this cannot be done easily
7509           (e.g., if the source code of a non-free program is not
7510           available), the program must be replaced by a small
7511           "wrapper" shell script which sets the environment variables
7512           if they are not already defined, and calls the original program.
7513         </p>
7514
7515         <p>
7516           Here is an example of a wrapper script for this purpose:
7517
7518           <example compact="compact">
7519 #!/bin/sh
7520 BAR=${BAR:-/var/lib/fubar}
7521 export BAR
7522 exec /usr/lib/foo/foo "$@"
7523           </example>
7524         </p>
7525
7526         <p>
7527           Furthermore, as <file>/etc/profile</file> is a configuration
7528           file of the <prgn>base-files</prgn> package, other packages must
7529           not put any environment variables or other commands into that
7530           file.
7531         </p>
7532       </sect>
7533
7534       <sect id="doc-base">
7535         <heading>Registering Documents using doc-base</heading>
7536
7537         <p>
7538           The <package>doc-base</package> package implements a
7539           flexible mechanism for handling and presenting
7540           documentation. The recommended practice is for every Debian
7541           package that provides online documentation (other than just
7542           manual pages) to register these documents with
7543           <package>doc-base</package> by installing a
7544           <package>doc-base</package> control file in
7545           <file>/usr/share/doc-base/</file>.
7546         </p> 
7547         <p>
7548           Please refer to the documentation that comes with the
7549           <package>doc-base</package>  package for information and
7550           details. 
7551         </p>
7552       </sect>
7553
7554     </chapt>
7555
7556
7557     <chapt id="files">
7558       <heading>Files</heading>
7559
7560       <sect id="binaries">
7561         <heading>Binaries</heading>
7562
7563         <p>
7564           Two different packages must not install programs with
7565           different functionality but with the same filenames.  (The
7566           case of two programs having the same functionality but
7567           different implementations is handled via "alternatives" or
7568           the "Conflicts" mechanism.  See <ref id="maintscripts"> and
7569           <ref id="conflicts"> respectively.)  If this case happens,
7570           one of the programs must be renamed.  The maintainers should
7571           report this to the <tt>debian-devel</tt> mailing list and
7572           try to find a consensus about which program will have to be
7573           renamed.  If a consensus cannot be reached, <em>both</em>
7574           programs must be renamed.
7575         </p>
7576
7577         <p>
7578          By default, when a package is being built, any binaries
7579          created should include debugging information, as well as
7580          being compiled with optimization.  You should also turn on
7581          as many reasonable compilation warnings as possible; this
7582          makes life easier for porters, who can then look at build
7583          logs for possible problems.  For the C programming language,
7584          this means the following compilation parameters should be
7585          used:
7586           <example compact="compact">
7587 CC = gcc
7588 CFLAGS = -O2 -g -Wall # sane warning options vary between programs
7589 LDFLAGS = # none
7590 INSTALL = install -s # (or use strip on the files in debian/tmp)
7591           </example>
7592         </p>
7593
7594         <p>
7595           Note that by default all installed binaries should be stripped,
7596           either by using the <tt>-s</tt> flag to
7597           <prgn>install</prgn>, or by calling <prgn>strip</prgn> on
7598           the binaries after they have been copied into
7599           <file>debian/tmp</file> but before the tree is made into a
7600           package.
7601         </p>
7602
7603         <p>
7604           Although binaries in the build tree should be compiled with
7605           debugging information by default, it can often be difficult to
7606           debug programs if they are also subjected to compiler
7607           optimization.  For this reason, it is recommended to support the
7608           standardized environment variable <tt>DEB_BUILD_OPTIONS</tt>
7609           (see <ref id="debianrules-options">).  This variable can contain
7610           several flags to change how a package is compiled and built.
7611         </p>
7612
7613         <p>
7614           It is up to the package maintainer to decide what
7615           compilation options are best for the package.  Certain
7616           binaries (such as computationally-intensive programs) will
7617           function better with certain flags (<tt>-O3</tt>, for
7618           example); feel free to use them.  Please use good judgment
7619           here.  Don't use flags for the sake of it; only use them
7620           if there is good reason to do so.  Feel free to override
7621           the upstream author's ideas about which compilation
7622           options are best: they are often inappropriate for our
7623           environment.
7624         </p>
7625       </sect>
7626
7627
7628       <sect id="libraries">
7629         <heading>Libraries</heading>
7630
7631         <p>
7632           If the package is <strong>architecture: any</strong>, then
7633           the shared library compilation and linking flags must have
7634           <tt>-fPIC</tt>, or the package shall not build on some of
7635           the supported architectures<footnote>
7636             <p>
7637               If you are using GCC, <tt>-fPIC</tt> produces code with
7638               relocatable position independent code, which is required for
7639               most architectures to create a shared library, with i386 and
7640               perhaps some others where non position independent code is
7641               permitted in a shared library.
7642             </p>
7643             <p>
7644               Position independent code may have a performance penalty,
7645               especially on <tt>i386</tt>. However, in most cases the
7646               speed penalty must be measured against the memory wasted on
7647               the few architectures where non position independent code is
7648               even possible.
7649             </p>
7650           </footnote>. Any exception to this rule must be discussed on
7651           the mailing list <em>debian-devel@lists.debian.org</em>, and
7652           a rough consensus obtained.  The reasons for not compiling
7653           with <tt>-fPIC</tt> flag must be recorded in the file
7654           <tt>README.Debian</tt>, and care must be taken to either
7655           restrict the architecture or arrange for <tt>-fPIC</tt> to
7656           be used on architectures where it is required.<footnote>
7657             <p>
7658               Some of the reasons why this might be required is if the
7659               library contains hand crafted assembly code that is not
7660               relocatable, the speed penalty is excessive for compute
7661               intensive libs, and similar reasons.
7662             </p>
7663           </footnote>
7664         </p>
7665         <p>
7666           As to the static libraries, the common case is not to have
7667           relocatable code, since there is no benefit, unless in specific
7668           cases; therefore the static version must not be compiled
7669           with the <tt>-fPIC</tt> flag. Any exception to this rule
7670           should be discussed on the mailing list
7671           <em>debian-devel@lists.debian.org</em>,  and the reasons for
7672           compiling with the <tt>-fPIC</tt> flag must be recorded in
7673           the file <tt>README.Debian</tt>. <footnote>
7674             <p>
7675               Some of the reasons for linking static libraries with
7676               the <tt>-fPIC</tt> flag are if, for example, one needs a
7677               Perl API for a library that is under rapid development,
7678               and has an unstable API, so shared libraries are
7679               pointless at this phase of the library's development. In
7680               that case, since Perl needs a library with relocatable
7681               code, it may make sense to create a static library with
7682               relocatable code. Another reason cited is if you are
7683               distilling various libraries into a common shared
7684               library, like <tt>mklibs</tt> does in the Debian
7685               installer project.
7686             </p>
7687           </footnote>
7688         </p>
7689         <p>
7690           In other words, if both a shared and a static library is
7691           being built, each source unit (<tt>*.c</tt>, for example,
7692           for C files) will need to be compiled twice, for the normal
7693           case. 
7694         </p>
7695
7696         <p>
7697           Libraries should be built with threading support and to be
7698           thread-safe if the library supports this.
7699         </p>
7700
7701         <p>
7702           Although not enforced by the build tools, shared libraries
7703           must be linked against all libraries that they use symbols from
7704           in the same way that binaries are.  This ensures the correct
7705           functioning of the <qref id="sharedlibs-shlibdeps">shlibs</qref>
7706           system and guarantees that all libraries can be safely opened
7707           with <tt>dlopen()</tt>.  Packagers may wish to use the gcc
7708           option <tt>-Wl,-z,defs</tt> when building a shared library.
7709           Since this option enforces symbol resolution at build time,
7710           a missing library reference will be caught early as a fatal
7711           build error.
7712         </p>
7713
7714         <p>
7715           All installed shared libraries should be stripped with
7716           <example compact="compact">
7717 strip --strip-unneeded <var>your-lib</var>
7718           </example>
7719           (The option <tt>--strip-unneeded</tt> makes
7720           <prgn>strip</prgn> remove only the symbols which aren't
7721           needed for relocation processing.)  Shared libraries can
7722           function perfectly well when stripped, since the symbols for
7723           dynamic linking are in a separate part of the ELF object
7724           file.<footnote>
7725               You might also want to use the options
7726               <tt>--remove-section=.comment</tt> and
7727               <tt>--remove-section=.note</tt> on both shared libraries
7728               and executables, and <tt>--strip-debug</tt> on static
7729               libraries.
7730           </footnote>
7731         </p>
7732
7733         <p>
7734           Note that under some circumstances it may be useful to
7735           install a shared library unstripped, for example when
7736           building a separate package to support debugging.
7737         </p>
7738
7739         <p>
7740           Shared object files (often <file>.so</file> files) that are not
7741           public libraries, that is, they are not meant to be linked
7742           to by third party executables (binaries of other packages),
7743           should be installed in subdirectories of the
7744           <file>/usr/lib</file> directory.  Such files are exempt from the
7745           rules that govern ordinary shared libraries, except that
7746           they must not be installed executable and should be
7747           stripped.<footnote>
7748               A common example are the so-called "plug-ins",
7749               internal shared objects that are dynamically loaded by
7750               programs using <manref name="dlopen" section="3">.
7751           </footnote>
7752         </p>
7753
7754         <p>
7755           Packages that use <prgn>libtool</prgn> to create and install
7756           their shared libraries install a file containing additional
7757           metadata (ending in <file>.la</file>) alongside the library.
7758           For public libraries intended for use by other packages, these
7759           files normally should not be included in the Debian package,
7760           since the information they include is not necessary to link with
7761           the shared library on Debian and can add unnecessary additional
7762           dependencies to other programs or libraries.<footnote>
7763             These files store, among other things, all libraries on which
7764             that shared library depends.  Unfortunately, if
7765             the <file>.la</file> file is present and contains that
7766             dependency information, using <prgn>libtool</prgn> when
7767             linking against that library will cause the resulting program
7768             or library to be linked against those dependencies as well,
7769             even if this is unnecessary.  This can create unneeded
7770             dependencies on shared library packages that would otherwise
7771             be hidden behind the library ABI, and can make library
7772             transitions to new SONAMEs unnecessarily complicated and
7773             difficult to manage.
7774           </footnote>
7775           If the <file>.la</file> file is required for that library (if,
7776           for instance, it's loaded via <tt>libltdl</tt> in a way that
7777           requires that meta-information), the <tt>dependency_libs</tt>
7778           setting in the <file>.la</file> file should normally be set to
7779           the empty string.  If the shared library development package has
7780           historically included the <file>.la</file>, it must be retained
7781           in the development package (with <tt>dependency_libs</tt>
7782           emptied) until all libraries that depend on it have removed or
7783           emptied <tt>dependency_libs</tt> in their <file>.la</file>
7784           files to prevent linking with those other libraries
7785           using <prgn>libtool</prgn> from failing.
7786         </p>
7787
7788         <p>
7789           If the <file>.la</file> must be included, it should be included
7790           in the development (<tt>-dev</tt>) package, unless the library
7791           will be loaded by <prgn>libtool</prgn>'s <tt>libltdl</tt>
7792           library.  If it is intended for use with <tt>libltdl</tt>,
7793           the <file>.la</file> files must go in the run-time library
7794           package.
7795         </p>
7796
7797         <p>
7798           These requirements for handling of <file>.la</file> files do not
7799           apply to loadable modules or libraries not installed in
7800           directories searched by default by the dynamic linker.  Packages
7801           installing loadable modules will frequently need to install
7802           the <file>.la</file> files alongside the modules so that they
7803           can be loaded by <tt>libltdl</tt>.  <tt>dependency_libs</tt>
7804           does not need to be modified for libraries or modules that are
7805           not installed in directories searched by the dynamic linker by
7806           default and not intended for use by other packages.
7807         </p>
7808
7809         <p>
7810           You must make sure that you use only released versions of
7811           shared libraries to build your packages; otherwise other
7812           users will not be able to run your binaries
7813           properly. Producing source packages that depend on
7814           unreleased compilers is also usually a bad
7815           idea.
7816         </p>
7817       </sect>
7818
7819
7820       <sect>
7821         <heading>Shared libraries</heading>
7822         <p>
7823           This section has moved to <ref id="sharedlibs">.
7824         </p>
7825       </sect>
7826
7827
7828       <sect id="scripts">
7829         <heading>Scripts</heading>
7830
7831         <p>
7832           All command scripts, including the package maintainer
7833           scripts inside the package and used by <prgn>dpkg</prgn>,
7834           should have a <tt>#!</tt> line naming the shell to be used
7835           to interpret them.
7836         </p>
7837
7838         <p>
7839           In the case of Perl scripts this should be
7840           <tt>#!/usr/bin/perl</tt>.
7841         </p>
7842
7843         <p>
7844           When scripts are installed into a directory in the system
7845           PATH, the script name should not include an extension such
7846           as <tt>.sh</tt> or <tt>.pl</tt> that denotes the scripting
7847           language currently used to implement it.
7848         </p>
7849         <p>
7850           Shell scripts (<prgn>sh</prgn> and <prgn>bash</prgn>) other than
7851           <file>init.d</file> scripts should almost certainly start
7852           with <tt>set -e</tt> so that errors are detected.
7853           <file>init.d</file> scripts are something of a special case, due
7854           to how frequently they need to call commands that are allowed to
7855           fail, and it may instead be easier to check the exit status of
7856           commands directly.  See <ref id="writing-init"> for more
7857           information about writing <file>init.d</file> scripts.
7858         </p>
7859         <p>
7860           Every script should use <tt>set -e</tt> or check the exit status
7861           of <em>every</em> command.
7862         </p>
7863         <p>
7864           Scripts may assume that <file>/bin/sh</file> implements the
7865           SUSv3 Shell Command Language<footnote>
7866             Single UNIX Specification, version 3, which is also IEEE
7867             1003.1-2004 (POSIX), and is available on the World Wide Web
7868             from <url id="http://www.unix.org/version3/online.html"
7869                       name="The Open Group"> after free
7870             registration.</footnote>
7871           plus the following additional features not mandated by
7872           SUSv3:<footnote>
7873             These features are in widespread use in the Linux community
7874             and are implemented in all of bash, dash, and ksh, the most
7875             common shells users may wish to use as <file>/bin/sh</file>.
7876           </footnote>
7877           <list>
7878             <item><tt>echo -n</tt>, if implemented as a shell built-in,
7879               must not generate a newline.</item>
7880             <item><tt>test</tt>, if implemented as a shell built-in, must
7881               support <tt>-a</tt> and <tt>-o</tt> as binary logical
7882               operators.</item>
7883             <item><tt>local</tt> to create a scoped variable must be
7884               supported, including listing multiple variables in a single
7885               local command and assigning a value to a variable at the
7886               same time as localizing it.  <tt>local</tt> may or
7887               may not preserve the variable value from an outer scope if
7888               no assignment is present.  Uses such as:
7889 <example compact>
7890 fname () {
7891     local a b c=delta d
7892     # ... use a, b, c, d ...
7893 }
7894 </example>
7895               must be supported and must set the value of <tt>c</tt> to
7896               <tt>delta</tt>.
7897             </item>
7898             <item>The XSI extension to <prgn>kill</prgn> allowing <tt>kill
7899               -<var>signal</var></tt>, where <var>signal</var> is either
7900               the name of a signal or one of the numeric signals listed in
7901               the XSI extension (0, 1, 2, 3, 6, 9, 14, and 15), must be
7902               supported if <prgn>kill</prgn> is implemented as a shell
7903               built-in.
7904             </item>
7905             <item>The XSI extension to <prgn>trap</prgn> allowing numeric
7906               signals must be supported.  In addition to the signal
7907               numbers listed in the extension, which are the same as for
7908               <prgn>kill</prgn> above, 13 (SIGPIPE) must be allowed.
7909             </item>
7910           </list>
7911           If a shell script requires non-SUSv3 features from the shell
7912           interpreter other than those listed above, the appropriate shell
7913           must be specified in the first line of the script (e.g.,
7914           <tt>#!/bin/bash</tt>) and the package must depend on the package
7915           providing the shell (unless the shell package is marked
7916           "Essential", as in the case of <prgn>bash</prgn>).
7917         </p>
7918
7919         <p>
7920           You may wish to restrict your script to SUSv3 features plus the
7921           above set when possible so that it may use <file>/bin/sh</file>
7922           as its interpreter. If your script works with <prgn>dash</prgn>
7923           (originally called <prgn>ash</prgn>), it probably complies with
7924           the above requirements, but if you are in doubt, use
7925           <file>/bin/bash</file>.
7926         </p>
7927
7928         <p>
7929           Perl scripts should check for errors when making any
7930           system calls, including <tt>open</tt>, <tt>print</tt>,
7931           <tt>close</tt>, <tt>rename</tt> and <tt>system</tt>.
7932         </p>
7933
7934         <p>
7935           <prgn>csh</prgn> and <prgn>tcsh</prgn> should be avoided as
7936           scripting languages.  See <em>Csh Programming Considered
7937           Harmful</em>, one of the <tt>comp.unix.*</tt> FAQs, which
7938           can be found at <url id="http://www.faqs.org/faqs/unix-faq/shell/csh-whynot/">.
7939           If an upstream package comes with <prgn>csh</prgn> scripts
7940           then you must make sure that they start with
7941           <tt>#!/bin/csh</tt> and make your package depend on the
7942           <prgn>c-shell</prgn> virtual package.
7943         </p>
7944
7945         <p>
7946           Any scripts which create files in world-writeable
7947           directories (e.g., in <file>/tmp</file>) must use a
7948           mechanism which will fail atomically if a file with the same
7949           name already exists.
7950         </p>
7951
7952         <p>
7953           The Debian base system provides the <prgn>tempfile</prgn>
7954           and <prgn>mktemp</prgn> utilities for use by scripts for
7955           this purpose.
7956         </p>
7957       </sect>
7958
7959
7960       <sect>
7961         <heading>Symbolic links</heading>
7962
7963         <p>
7964           In general, symbolic links within a top-level directory should
7965           be relative, and symbolic links pointing from one top-level
7966           directory to or into another should be absolute. (A top-level
7967           directory is a sub-directory of the root
7968           directory <file>/</file>.)  For example, a symbolic link
7969           from <file>/usr/lib/foo</file> to <file>/usr/share/bar</file>
7970           should be relative (<file>../share/bar</file>), but a symbolic
7971           link from <file>/var/run</file> to <file>/run</file> should be
7972           absolute.<footnote>
7973             This is necessary to allow top-level directories to be
7974             symlinks.  If linking <file>/var/run</file>
7975             to <file>/run</file> were done with the relative symbolic
7976             link <file>../run</file>, but <file>/var</file> were a
7977             symbolic link to <file>/srv/disk1</file>, the symbolic link
7978             would point to <file>/srv/run</file> rather than the intended
7979             target.
7980           </footnote>
7981         </p>
7982
7983         <p>
7984           In addition, symbolic links should be specified as short as
7985           possible, i.e., link targets like <file>foo/../bar</file> are
7986           deprecated.
7987         </p>
7988
7989         <p>
7990           Note that when creating a relative link using
7991           <prgn>ln</prgn> it is not necessary for the target of the
7992           link to exist relative to the working directory you're
7993           running <prgn>ln</prgn> from, nor is it necessary to change
7994           directory to the directory where the link is to be made.
7995           Simply include the string that should appear as the target
7996           of the link (this will be a pathname relative to the
7997           directory in which the link resides) as the first argument
7998           to <prgn>ln</prgn>.
7999         </p>
8000
8001         <p>
8002           For example, in your <prgn>Makefile</prgn> or
8003           <file>debian/rules</file>, you can do things like:
8004           <example compact="compact">
8005 ln -fs gcc $(prefix)/bin/cc
8006 ln -fs gcc debian/tmp/usr/bin/cc
8007 ln -fs ../sbin/sendmail $(prefix)/bin/runq
8008 ln -fs ../sbin/sendmail debian/tmp/usr/bin/runq
8009           </example>
8010         </p>
8011
8012         <p>
8013           A symbolic link pointing to a compressed file should always
8014           have the same file extension as the referenced file. (For
8015           example, if a file <file>foo.gz</file> is referenced by a
8016           symbolic link, the filename of the link has to end with
8017           "<file>.gz</file>" too, as in <file>bar.gz</file>.)
8018         </p>
8019       </sect>
8020
8021       <sect>
8022         <heading>Device files</heading>
8023
8024         <p>
8025           Packages must not include device files or named pipes in the
8026           package file tree.
8027         </p>
8028
8029         <p>
8030           If a package needs any special device files that are not
8031           included in the base system, it must call
8032           <prgn>MAKEDEV</prgn> in the <prgn>postinst</prgn> script,
8033           after notifying the user<footnote>
8034               This notification could be done via a (low-priority)
8035               debconf message, or an echo (printf) statement.
8036           </footnote>.
8037         </p>
8038
8039         <p>
8040           Packages must not remove any device files in the
8041           <prgn>postrm</prgn> or any other script. This is left to the
8042           system administrator.
8043         </p>
8044
8045         <p>
8046           Debian uses the serial devices
8047           <file>/dev/ttyS*</file>. Programs using the old
8048           <file>/dev/cu*</file> devices should be changed to use
8049           <file>/dev/ttyS*</file>.
8050         </p>
8051
8052         <p>
8053           Named pipes needed by the package must be created in
8054           the <prgn>postinst</prgn> script<footnote>
8055             It's better to use <prgn>mkfifo</prgn> rather
8056             than <prgn>mknod</prgn> to create named pipes so that
8057             automated checks for packages incorrectly creating device
8058             files with <prgn>mknod</prgn> won't have false positives.
8059           </footnote> and removed in
8060           the <prgn>prerm</prgn> or <prgn>postrm</prgn> script as
8061           appropriate.
8062         </p>
8063       </sect>
8064
8065       <sect id="config-files">
8066         <heading>Configuration files</heading>
8067
8068         <sect1>
8069           <heading>Definitions</heading>
8070
8071           <p>
8072             <taglist>
8073               <tag>configuration file</tag>
8074               <item>
8075                   A file that affects the operation of a program, or
8076                   provides site- or host-specific information, or
8077                   otherwise customizes the behavior of a program.
8078                   Typically, configuration files are intended to be
8079                   modified by the system administrator (if needed or
8080                   desired) to conform to local policy or to provide
8081                   more useful site-specific behavior.
8082               </item>
8083
8084               <tag><tt>conffile</tt></tag>
8085               <item>
8086                   A file listed in a package's <tt>conffiles</tt>
8087                   file, and is treated specially by <prgn>dpkg</prgn>
8088                   (see <ref id="configdetails">).
8089               </item>
8090             </taglist>
8091           </p>
8092
8093           <p>
8094             The distinction between these two is important; they are
8095             not interchangeable concepts. Almost all
8096             <tt>conffile</tt>s are configuration files, but many
8097             configuration files are not <tt>conffiles</tt>.
8098           </p>
8099
8100           <p>
8101             As noted elsewhere, <file>/etc/init.d</file> scripts,
8102             <file>/etc/default</file> files, scripts installed in
8103             <file>/etc/cron.{hourly,daily,weekly,monthly}</file>, and cron
8104             configuration installed in <file>/etc/cron.d</file> must be
8105             treated as configuration files.  In general, any script that
8106             embeds configuration information is de-facto a configuration
8107             file and should be treated as such.
8108           </p>
8109         </sect1>
8110
8111         <sect1>
8112           <heading>Location</heading>
8113
8114           <p>
8115             Any configuration files created or used by your package
8116             must reside in <file>/etc</file>. If there are several,
8117             consider creating a subdirectory of <file>/etc</file>
8118             named after your package.
8119           </p>
8120
8121           <p>
8122             If your package creates or uses configuration files
8123             outside of <file>/etc</file>, and it is not feasible to modify
8124             the package to use <file>/etc</file> directly, put the files
8125             in <file>/etc</file> and create symbolic links to those files
8126             from the location that the package requires.
8127           </p>
8128         </sect1>
8129
8130         <sect1>
8131           <heading>Behavior</heading>
8132
8133           <p>
8134             Configuration file handling must conform to the following
8135             behavior:
8136             <list compact="compact">
8137               <item>
8138                   local changes must be preserved during a package
8139                   upgrade, and
8140               </item>
8141               <item>
8142                   configuration files must be preserved when the
8143                   package is removed, and only deleted when the
8144                   package is purged.
8145               </item>
8146             </list>
8147             Obsolete configuration files without local changes may be
8148             removed by the package during upgrade.
8149           </p>
8150
8151           <p>
8152             The easy way to achieve this behavior is to make the
8153             configuration file a <tt>conffile</tt>. This is
8154             appropriate only if it is possible to distribute a default
8155             version that will work for most installations, although
8156             some system administrators may choose to modify it. This
8157             implies that the default version will be part of the
8158             package distribution, and must not be modified by the
8159             maintainer scripts during installation (or at any other
8160             time).
8161           </p>
8162
8163           <p>
8164             In order to ensure that local changes are preserved
8165             correctly, no package may contain or make hard links to
8166             conffiles.<footnote>
8167                 Rationale: There are two problems with hard links.
8168                 The first is that some editors break the link while
8169                 editing one of the files, so that the two files may
8170                 unwittingly become unlinked and different.  The second
8171                 is that <prgn>dpkg</prgn> might break the hard link
8172                 while upgrading <tt>conffile</tt>s.
8173             </footnote>
8174           </p>
8175
8176           <p>
8177             The other way to do it is via the maintainer scripts.  In
8178             this case, the configuration file must not be listed as a
8179             <tt>conffile</tt> and must not be part of the package
8180             distribution. If the existence of a file is required for
8181             the package to be sensibly configured it is the
8182             responsibility of the package maintainer to provide
8183             maintainer scripts which correctly create, update and
8184             maintain the file and remove it on purge.  (See <ref
8185             id="maintainerscripts"> for more information.)  These
8186             scripts must be idempotent (i.e., must work correctly if
8187             <prgn>dpkg</prgn> needs to re-run them due to errors
8188             during installation or removal), must cope with all the
8189             variety of ways <prgn>dpkg</prgn> can call maintainer
8190             scripts, must not overwrite or otherwise mangle the user's
8191             configuration without asking, must not ask unnecessary
8192             questions (particularly during upgrades), and must
8193             otherwise be good citizens.
8194           </p>
8195
8196           <p>
8197             The scripts are not required to configure every possible
8198             option for the package, but only those necessary to get
8199             the package running on a given system. Ideally the
8200             sysadmin should not have to do any configuration other
8201             than that done (semi-)automatically by the
8202             <prgn>postinst</prgn> script.
8203           </p>
8204
8205           <p>
8206             A common practice is to create a script called
8207             <file><var>package</var>-configure</file> and have the
8208             package's <prgn>postinst</prgn> call it if and only if the
8209             configuration file does not already exist.  In certain
8210             cases it is useful for there to be an example or template
8211             file which the maintainer scripts use.  Such files should
8212             be in <file>/usr/share/<var>package</var></file> or
8213             <file>/usr/lib/<var>package</var></file> (depending on whether
8214             they are architecture-independent or not).  There should
8215             be symbolic links to them from
8216             <file>/usr/share/doc/<var>package</var>/examples</file> if
8217             they are examples, and should be perfectly ordinary
8218             <prgn>dpkg</prgn>-handled files (<em>not</em>
8219             configuration files).
8220           </p>
8221
8222           <p>
8223             These two styles of configuration file handling must
8224             not be mixed, for that way lies madness:
8225             <prgn>dpkg</prgn> will ask about overwriting the file
8226             every time the package is upgraded.
8227           </p>
8228         </sect1>
8229
8230         <sect1>
8231           <heading>Sharing configuration files</heading>
8232
8233           <p>
8234             If two or more packages use the same configuration file
8235             and it is reasonable for both to be installed at the same
8236             time, one of these packages must be defined as
8237             <em>owner</em> of the configuration file, i.e., it will be
8238             the package which handles that file as a configuration
8239             file.  Other packages that use the configuration file must
8240             depend on the owning package if they require the
8241             configuration file to operate. If the other package will
8242             use the configuration file if present, but is capable of
8243             operating without it, no dependency need be declared.
8244           </p>
8245
8246           <p>
8247             If it is desirable for two or more related packages to
8248             share a configuration file <em>and</em> for all of the
8249             related packages to be able to modify that configuration
8250             file, then the following should be done:
8251             <enumlist compact="compact">
8252               <item>
8253                   One of the related packages (the "owning" package)
8254                   will manage the configuration file with maintainer
8255                   scripts as described in the previous section.
8256               </item>
8257               <item>
8258                   The owning package should also provide a program
8259                   that the other packages may use to modify the
8260                   configuration file.
8261               </item>
8262               <item>
8263                   The related packages must use the provided program
8264                   to make any desired modifications to the
8265                   configuration file.  They should either depend on
8266                   the core package to guarantee that the configuration
8267                   modifier program is available or accept gracefully
8268                   that they cannot modify the configuration file if it
8269                   is not.  (This is in addition to the fact that the
8270                   configuration file may not even be present in the
8271                   latter scenario.)
8272               </item>
8273             </enumlist>
8274           </p>
8275
8276           <p>
8277             Sometimes it's appropriate to create a new package which
8278             provides the basic infrastructure for the other packages
8279             and which manages the shared configuration files.  (The
8280             <tt>sgml-base</tt> package is a good example.)
8281           </p>
8282
8283           <p>
8284             If the configuration file cannot be shared as described above,
8285             the packages must be marked as conflicting with each other.
8286             Two packages that specify the same file as
8287             a <tt>conffile</tt> must conflict.  This is an instance of the
8288             general rule about not sharing files.  Neither alternatives
8289             nor diversions are likely to be appropriate in this case; in
8290             particular, <prgn>dpkg</prgn> does not handle diverted
8291             <tt>conffile</tt>s well.
8292           </p>
8293
8294           <p>
8295             When two packages both declare the same <tt>conffile</tt>, they
8296             may see left-over configuration files from each other even
8297             though they conflict with each other.  If a user removes
8298             (without purging) one of the packages and installs the other,
8299             the new package will take over the <tt>conffile</tt> from the
8300             old package.  If the file was modified by the user, it will be
8301             treated the same as any other locally
8302             modified <tt>conffile</tt> during an upgrade.
8303           </p>
8304
8305           <p>
8306             The maintainer scripts must not alter a <tt>conffile</tt>
8307             of <em>any</em> package, including the one the scripts
8308             belong to.
8309           </p>
8310         </sect1>
8311
8312         <sect1>
8313           <heading>User configuration files ("dotfiles")</heading>
8314
8315           <p>
8316             The files in <file>/etc/skel</file> will automatically be
8317             copied into new user accounts by <prgn>adduser</prgn>.
8318             No other program should reference the files in
8319             <file>/etc/skel</file>.
8320           </p>
8321
8322           <p>
8323             Therefore, if a program needs a dotfile to exist in
8324             advance in <file>$HOME</file> to work sensibly, that dotfile
8325             should be installed in <file>/etc/skel</file> and treated as a
8326             configuration file.
8327           </p>
8328
8329           <p>
8330             However, programs that require dotfiles in order to
8331             operate sensibly are a bad thing, unless they do create
8332             the dotfiles themselves automatically.
8333           </p>
8334
8335           <p>
8336             Furthermore, programs should be configured by the Debian
8337             default installation to behave as closely to the upstream
8338             default behavior as possible.
8339           </p>
8340
8341           <p>
8342             Therefore, if a program in a Debian package needs to be
8343             configured in some way in order to operate sensibly, that
8344             should be done using a site-wide configuration file placed
8345             in <file>/etc</file>.  Only if the program doesn't support a
8346             site-wide default configuration and the package maintainer
8347             doesn't have time to add it may a default per-user file be
8348             placed in <file>/etc/skel</file>.
8349           </p>
8350
8351           <p>
8352             <file>/etc/skel</file> should be as empty as we can make it.
8353             This is particularly true because there is no easy (or
8354             necessarily desirable) mechanism for ensuring that the
8355             appropriate dotfiles are copied into the accounts of
8356             existing users when a package is installed.
8357           </p>
8358         </sect1>
8359       </sect>
8360
8361       <sect>
8362         <heading>Log files</heading>
8363         <p>
8364           Log files should usually be named
8365           <file>/var/log/<var>package</var>.log</file>.  If you have many
8366           log files, or need a separate directory for permission
8367           reasons (<file>/var/log</file> is writable only by
8368           <file>root</file>), you should usually create a directory named
8369           <file>/var/log/<var>package</var></file> and place your log
8370           files there.
8371         </p>
8372
8373         <p>
8374           Log files must be rotated occasionally so that they don't grow
8375           indefinitely.  The best way to do this is to install a log
8376           rotation configuration file in the
8377           directory <file>/etc/logrotate.d</file>, normally
8378           named <file>/etc/logrotate.d/<var>package</var></file>, and use
8379           the facilities provided by <prgn>logrotate</prgn>.
8380           <footnote>
8381             <p>
8382               The traditional approach to log files has been to set up
8383               <em>ad hoc</em> log rotation schemes using simple shell
8384               scripts and cron.  While this approach is highly
8385               customizable, it requires quite a lot of sysadmin work.
8386               Even though the original Debian system helped a little
8387               by automatically installing a system which can be used
8388               as a template, this was deemed not enough.
8389             </p>
8390
8391             <p>
8392               The use of <prgn>logrotate</prgn>, a program developed
8393               by Red Hat, is better, as it centralizes log management.
8394               It has both a configuration file
8395               (<file>/etc/logrotate.conf</file>) and a directory where
8396               packages can drop their individual log rotation
8397               configurations (<file>/etc/logrotate.d</file>).
8398             </p>
8399           </footnote>
8400           Here is a good example for a logrotate config
8401           file (for more information see <manref name="logrotate"
8402             section="8">):
8403           <example compact="compact">
8404 /var/log/foo/*.log {
8405     rotate 12
8406     weekly
8407     compress
8408     missingok
8409     postrotate
8410         start-stop-daemon -K -p /var/run/foo.pid -s HUP -x /usr/sbin/foo -q
8411     endscript
8412 }
8413           </example>
8414           This rotates all files under <file>/var/log/foo</file>, saves 12
8415           compressed generations, and tells the daemon to reopen its log
8416           files after the log rotation.  It skips this log rotation
8417           (via <tt>missingok</tt>) if no such log file is present, which
8418           avoids errors if the package is removed but not purged.
8419         </p>
8420
8421         <p>
8422           Log files should be removed when the package is
8423           purged (but not when it is only removed).  This should be
8424           done by the <prgn>postrm</prgn> script when it is called
8425           with the argument <tt>purge</tt> (see <ref
8426           id="removedetails">).
8427         </p>
8428       </sect>
8429
8430       <sect id="permissions-owners">
8431         <heading>Permissions and owners</heading>
8432
8433         <p>
8434           The rules in this section are guidelines for general use.
8435           If necessary you may deviate from the details below.
8436           However, if you do so you must make sure that what is done
8437           is secure and you should try to be as consistent as possible
8438           with the rest of the system.  You should probably also
8439           discuss it on <prgn>debian-devel</prgn> first.
8440         </p>
8441
8442         <p>
8443           Files should be owned by <tt>root:root</tt>, and made
8444           writable only by the owner and universally readable (and
8445           executable, if appropriate), that is mode 644 or 755.
8446         </p>
8447
8448         <p>
8449           Directories should be mode 755 or (for group-writability)
8450           mode 2775.  The ownership of the directory should be
8451           consistent with its mode: if a directory is mode 2775, it
8452           should be owned by the group that needs write access to
8453           it.<footnote>
8454             <p>
8455               When a package is upgraded, and the owner or permissions
8456               of a file included in the package has changed, dpkg
8457               arranges for the ownership and permissions to be
8458               correctly set upon installation. However, this does not
8459               extend to directories; the permissions and ownership of
8460               directories already on the system does not change on
8461               install or upgrade of packages.  This makes sense, since
8462               otherwise common directories like <tt>/usr</tt> would
8463               always be in flux.  To correctly change permissions of a
8464               directory the package owns, explicit action is required,
8465               usually in the <tt>postinst</tt> script. Care must be
8466               taken to handle downgrades as well, in that case.
8467             </p>
8468           </footnote>
8469         </p>
8470
8471         <p>
8472           Control information files should be owned by <tt>root:root</tt>
8473           and either mode 644 (for most files) or mode 755 (for
8474           executables such as <qref id="maintscripts">maintainer
8475           scripts</qref>).
8476         </p>
8477
8478         <p>
8479           Setuid and setgid executables should be mode 4755 or 2755
8480           respectively, and owned by the appropriate user or group.
8481           They should not be made unreadable (modes like 4711 or
8482           2711 or even 4111); doing so achieves no extra security,
8483           because anyone can find the binary in the freely available
8484           Debian package; it is merely inconvenient.  For the same
8485           reason you should not restrict read or execute permissions
8486           on non-set-id executables.
8487         </p>
8488
8489         <p>
8490           Some setuid programs need to be restricted to particular
8491           sets of users, using file permissions.  In this case they
8492           should be owned by the uid to which they are set-id, and by
8493           the group which should be allowed to execute them.  They
8494           should have mode 4754; again there is no point in making
8495           them unreadable to those users who must not be allowed to
8496           execute them.
8497         </p>
8498
8499         <p>
8500           It is possible to arrange that the system administrator can
8501           reconfigure the package to correspond to their local
8502           security policy by changing the permissions on a binary:
8503           they can do this by using <prgn>dpkg-statoverride</prgn>, as
8504           described below.<footnote>
8505             Ordinary files installed by <prgn>dpkg</prgn> (as
8506             opposed to <tt>conffile</tt>s and other similar objects)
8507             normally have their permissions reset to the distributed
8508             permissions when the package is reinstalled.  However,
8509             the use of <prgn>dpkg-statoverride</prgn> overrides this
8510             default behavior.
8511           </footnote>
8512           Another method you should consider is to create a group for
8513           people allowed to use the program(s) and make any setuid
8514           executables executable only by that group.
8515         </p>
8516
8517         <p>
8518           If you need to create a new user or group for your package
8519           there are two possibilities.  Firstly, you may need to
8520           make some files in the binary package be owned by this
8521           user or group, or you may need to compile the user or
8522           group id (rather than just the name) into the binary
8523           (though this latter should be avoided if possible, as in
8524           this case you need a statically allocated id).</p>
8525
8526         <p>
8527           If you need a statically allocated id, you must ask for a
8528           user or group id from the <tt>base-passwd</tt> maintainer,
8529           and must not release the package until you have been
8530           allocated one.  Once you have been allocated one you must
8531           either make the package depend on a version of the
8532           <tt>base-passwd</tt> package with the id present in
8533           <file>/etc/passwd</file> or <file>/etc/group</file>, or arrange for
8534           your package to create the user or group itself with the
8535           correct id (using <tt>adduser</tt>) in its
8536           <prgn>preinst</prgn> or <prgn>postinst</prgn>.  (Doing it in
8537           the <prgn>postinst</prgn> is to be preferred if it is
8538           possible, otherwise a pre-dependency will be needed on the
8539           <tt>adduser</tt> package.)
8540         </p>
8541
8542         <p>
8543           On the other hand, the program might be able to determine
8544           the uid or gid from the user or group name at runtime, so
8545           that a dynamically allocated id can be used.  In this case
8546           you should choose an appropriate user or group name,
8547           discussing this on <prgn>debian-devel</prgn> and checking
8548           with the <package/base-passwd/ maintainer that it is unique and that
8549           they do not wish you to use a statically allocated id
8550           instead.  When this has been checked you must arrange for
8551           your package to create the user or group if necessary using
8552           <prgn>adduser</prgn> in the <prgn>preinst</prgn> or
8553           <prgn>postinst</prgn> script (again, the latter is to be
8554           preferred if it is possible).
8555         </p>
8556
8557         <p>
8558           Note that changing the numeric value of an id associated
8559           with a name is very difficult, and involves searching the
8560           file system for all appropriate files.  You need to think
8561           carefully whether a static or dynamic id is required, since
8562           changing your mind later will cause problems.
8563         </p>
8564
8565         <sect1><heading>The use of <prgn>dpkg-statoverride</prgn></heading>
8566           <p>
8567             This section is not intended as policy, but as a
8568             description of the use of <prgn>dpkg-statoverride</prgn>.
8569           </p>
8570
8571           <p>
8572             If a system administrator wishes to have a file (or
8573             directory or other such thing) installed with owner and
8574             permissions different from those in the distributed Debian
8575             package, they can use the <prgn>dpkg-statoverride</prgn>
8576             program to instruct <prgn>dpkg</prgn> to use the different
8577             settings every time the file is installed.  Thus the
8578             package maintainer should distribute the files with their
8579             normal permissions, and leave it for the system
8580             administrator to make any desired changes.  For example, a
8581             daemon which is normally required to be setuid root, but
8582             in certain situations could be used without being setuid,
8583             should be installed setuid in the <tt>.deb</tt>.  Then the
8584             local system administrator can change this if they wish.
8585             If there are two standard ways of doing it, the package
8586             maintainer can use <tt>debconf</tt> to find out the
8587             preference, and call <prgn>dpkg-statoverride</prgn> in the
8588             maintainer script if necessary to accommodate the system
8589             administrator's choice. Care must be taken during
8590             upgrades to not override an existing setting.
8591           </p>
8592
8593           <p>
8594             Given the above, <prgn>dpkg-statoverride</prgn> is
8595             essentially a tool for system administrators and would not
8596             normally be needed in the maintainer scripts.  There is
8597             one type of situation, though, where calls to
8598             <prgn>dpkg-statoverride</prgn> would be needed in the
8599             maintainer scripts, and that involves packages which use
8600             dynamically allocated user or group ids.  In such a
8601             situation, something like the following idiom can be very
8602             helpful in the package's <prgn>postinst</prgn>, where
8603             <tt>sysuser</tt> is a dynamically allocated id:
8604             <example>
8605 for i in /usr/bin/foo /usr/sbin/bar
8606 do
8607   # only do something when no setting exists
8608   if ! dpkg-statoverride --list $i >/dev/null 2>&1
8609   then
8610     #include: debconf processing, question about foo and bar
8611     if [ "$RET" = "true" ] ; then
8612       dpkg-statoverride --update --add sysuser root 4755 $i
8613     fi
8614   fi
8615 done
8616             </example>
8617             The corresponding code to remove the override when the package
8618             is purged would be:
8619             <example>
8620 for i in /usr/bin/foo /usr/sbin/bar
8621 do
8622   if dpkg-statoverride --list $i >/dev/null 2>&1
8623   then
8624     dpkg-statoverride --remove $i
8625   fi
8626 done
8627             </example>
8628           </p>
8629         </sect1>
8630       </sect>
8631     </chapt>
8632
8633
8634     <chapt id="customized-programs">
8635       <heading>Customized programs</heading>
8636
8637       <sect id="arch-spec">
8638         <heading>Architecture specification strings</heading>
8639
8640         <p>
8641           If a program needs to specify an <em>architecture specification
8642           string</em> in some place, it should select one of the strings
8643           provided by <tt>dpkg-architecture -L</tt>. The strings are in
8644           the format <tt><var>os</var>-<var>arch</var></tt>, though the OS
8645           part is sometimes elided, as when the OS is Linux.
8646         </p>
8647
8648         <p>
8649           Note that we don't want to use
8650           <tt><var>arch</var>-debian-linux</tt> to apply to the rule
8651           <tt><var>architecture</var>-<var>vendor</var>-<var>os</var></tt>
8652           since this would make our programs incompatible with other
8653           Linux distributions.  We also don't use something like
8654           <tt><var>arch</var>-unknown-linux</tt>, since the
8655           <tt>unknown</tt> does not look very good.
8656         </p>
8657
8658         <sect1 id="arch-wildcard-spec">
8659           <heading>Architecture wildcards</heading>
8660
8661           <p>
8662             A package may specify an architecture wildcard. Architecture
8663             wildcards are in the format <tt>any</tt> (which matches every
8664             architecture), <tt><var>os</var></tt>-any, or
8665             any-<tt><var>cpu</var></tt>. <footnote>
8666               Internally, the package system normalizes the GNU triplets
8667               and the Debian arches into Debian arch triplets (which are
8668               kind of inverted GNU triplets), with the first component of
8669               the triplet representing the libc and ABI in use, and then
8670               does matching against those triplets.  However, such
8671               triplets are an internal implementation detail that should
8672               not be used by packages directly.  The libc and ABI portion
8673               is handled internally by the package system based on
8674               the <var>os</var> and <var>cpu</var>.
8675             </footnote>
8676           </p>
8677         </sect1>
8678       </sect>
8679
8680       <sect>
8681         <heading>Daemons</heading>
8682
8683         <p>
8684           The configuration files <file>/etc/services</file>,
8685           <file>/etc/protocols</file>, and <file>/etc/rpc</file> are managed
8686           by the <prgn>netbase</prgn> package and must not be modified
8687           by other packages.
8688         </p>
8689
8690         <p>
8691           If a package requires a new entry in one of these files, the
8692           maintainer should get in contact with the
8693           <prgn>netbase</prgn> maintainer, who will add the entries
8694           and release a new version of the <prgn>netbase</prgn>
8695           package.
8696         </p>
8697
8698         <p>
8699           The configuration file <file>/etc/inetd.conf</file> must not be
8700           modified by the package's scripts except via the
8701           <prgn>update-inetd</prgn> script or the
8702           <file>DebianNet.pm</file> Perl module.  See their documentation
8703           for details on how to add entries.
8704         </p>
8705
8706         <p>
8707           If a package wants to install an example entry into
8708           <file>/etc/inetd.conf</file>, the entry must be preceded with
8709           exactly one hash character (<tt>#</tt>). Such lines are
8710           treated as "commented out by user" by the
8711           <prgn>update-inetd</prgn> script and are not changed or
8712           activated during package updates.
8713         </p>
8714       </sect>
8715
8716       <sect>
8717         <heading>Using pseudo-ttys and modifying wtmp, utmp and
8718         lastlog</heading>
8719
8720         <p>
8721           Some programs need to create pseudo-ttys. This should be done
8722           using Unix98 ptys if the C library supports it. The resulting
8723           program must not be installed setuid root, unless that
8724           is required for other functionality.
8725         </p>
8726
8727         <p>
8728           The files <file>/var/run/utmp</file>, <file>/var/log/wtmp</file> and
8729           <file>/var/log/lastlog</file> must be installed writable by
8730           group <tt>utmp</tt>.  Programs which need to modify those
8731           files must be installed setgid <tt>utmp</tt>.
8732         </p>
8733       </sect>
8734
8735       <sect>
8736         <heading>Editors and pagers</heading>
8737
8738         <p>
8739           Some programs have the ability to launch an editor or pager
8740           program to edit or display a text document.  Since there are
8741           lots of different editors and pagers available in the Debian
8742           distribution, the system administrator and each user should
8743           have the possibility to choose their preferred editor and
8744           pager.
8745         </p>
8746
8747         <p>
8748           In addition, every program should choose a good default
8749           editor/pager if none is selected by the user or system
8750           administrator.
8751         </p>
8752
8753         <p>
8754           Thus, every program that launches an editor or pager must
8755           use the EDITOR or PAGER environment variable to determine
8756           the editor or pager the user wishes to use.  If these
8757           variables are not set, the programs <file>/usr/bin/editor</file>
8758           and <file>/usr/bin/pager</file> should be used, respectively.
8759         </p>
8760
8761         <p>
8762           These two files are managed through the <prgn>dpkg</prgn>
8763           "alternatives" mechanism.  Every package providing an editor or
8764           pager must call the <prgn>update-alternatives</prgn> script to
8765           register as an alternative for <file>/usr/bin/editor</file>
8766           or <file>/usr/bin/pager</file> as appropriate.  The alternative
8767           should have a slave alternative
8768           for <file>/usr/share/man/man1/editor.1.gz</file>
8769           or <file>/usr/share/man/man1/pager.1.gz</file> pointing to the
8770           corresponding manual page.
8771         </p>
8772
8773         <p>
8774           If it is very hard to adapt a program to make use of the
8775           EDITOR or PAGER variables, that program may be configured to
8776           use <file>/usr/bin/sensible-editor</file> and
8777           <file>/usr/bin/sensible-pager</file> as the editor or pager
8778           program respectively.  These are two scripts provided in the
8779           <package>sensible-utils</package> package that check the EDITOR
8780           and PAGER variables and launch the appropriate program, and fall
8781           back to <file>/usr/bin/editor</file>
8782           and <file>/usr/bin/pager</file> if the variable is not set.
8783         </p>
8784
8785         <p>
8786           A program may also use the VISUAL environment variable to
8787           determine the user's choice of editor.  If it exists, it
8788           should take precedence over EDITOR.  This is in fact what
8789           <file>/usr/bin/sensible-editor</file> does.
8790         </p>
8791
8792         <p>
8793           It is not required for a package to depend on
8794           <tt>editor</tt> and <tt>pager</tt>, nor is it required for a
8795           package to provide such virtual packages.<footnote>
8796               The Debian base system already provides an editor and a
8797               pager program.
8798           </footnote>
8799         </p>
8800       </sect>
8801
8802       <sect id="web-appl">
8803         <heading>Web servers and applications</heading>
8804
8805         <p>
8806           This section describes the locations and URLs that should
8807           be used by all web servers and web applications in the
8808           Debian system.
8809         </p>
8810
8811         <p>
8812           <enumlist>
8813             <item>
8814                 Cgi-bin executable files are installed in the
8815                 directory
8816                 <example compact="compact">
8817 /usr/lib/cgi-bin/<var>cgi-bin-name</var>
8818                 </example>
8819                 or a subdirectory of that directory, and should be
8820                 referred to as
8821                 <example compact="compact">
8822 http://localhost/cgi-bin/<var>cgi-bin-name</var>
8823                 </example>
8824                 (possibly with a subdirectory name
8825                 before <var>cgi-bin-name</var>).
8826             </item>
8827
8828             <item>
8829               <p>Access to HTML documents</p>
8830
8831               <p>
8832                 HTML documents for a package are stored in
8833                 <file>/usr/share/doc/<var>package</var></file>
8834                 and can be referred to as
8835                 <example compact="compact">
8836 http://localhost/doc/<var>package</var>/<var>filename</var>
8837                 </example>
8838               </p>
8839
8840               <p>
8841                 The web server should restrict access to the document
8842                 tree so that only clients on the same host can read
8843                 the documents. If the web server does not support such
8844                 access controls, then it should not provide access at
8845                 all, or ask about providing access during installation.
8846               </p>
8847             </item>
8848
8849             <item>
8850               <p>Access to images</p>
8851               <p>
8852                 It is recommended that images for a package be stored
8853                 in <tt>/usr/share/images/<var>package</var></tt> and
8854                 may be referred to through an alias <tt>/images/</tt>
8855                 as
8856                 <example>
8857                   http://localhost/images/&lt;package&gt;/&lt;filename&gt;     
8858                 </example>
8859                 
8860               </p>
8861             </item>
8862
8863             <item>
8864               <p>Web Document Root</p>
8865
8866               <p>
8867                 Web Applications should try to avoid storing files in
8868                 the Web Document Root.  Instead they should use the
8869                 /usr/share/doc/<var>package</var> directory for
8870                 documents and register the Web Application via the
8871                 <package>doc-base</package> package.  If access to the
8872                 web document root is unavoidable then use
8873                 <example compact="compact">
8874 /var/www
8875                 </example>
8876                 as the Document Root.  This might be just a symbolic
8877                 link to the location where the system administrator
8878                 has put the real document root.
8879               </p>
8880             </item>
8881             <item><p>Providing httpd and/or httpd-cgi</p>
8882               <p>
8883                 All web servers should provide the virtual package
8884                 <tt>httpd</tt>. If a web server has CGI support it should
8885                 provide <tt>httpd-cgi</tt> additionally.
8886               </p>
8887               <p>
8888                 All web applications which do not contain CGI scripts should
8889                 depend on <tt>httpd</tt>, all those web applications which
8890                 <tt>do</tt> contain CGI scripts, should depend on
8891                 <tt>httpd-cgi</tt>.
8892               </p>
8893             </item>
8894           </enumlist>
8895         </p>
8896       </sect>
8897
8898       <sect id="mail-transport-agents">
8899         <heading>Mail transport, delivery and user agents</heading>
8900
8901         <p>
8902           Debian packages which process electronic mail, whether mail
8903           user agents (MUAs) or mail transport agents (MTAs), must
8904           ensure that they are compatible with the configuration
8905           decisions below.  Failure to do this may result in lost
8906           mail, broken <tt>From:</tt> lines, and other serious brain
8907           damage!
8908         </p>
8909
8910         <p>
8911           The mail spool is <file>/var/mail</file> and the interface to
8912           send a mail message is <file>/usr/sbin/sendmail</file> (as per
8913           the FHS).  On older systems, the mail spool may be
8914           physically located in <file>/var/spool/mail</file>, but all
8915           access to the mail spool should be via the
8916           <file>/var/mail</file> symlink.  The mail spool is part of the
8917           base system and not part of the MTA package.
8918         </p>
8919
8920         <p>
8921           All Debian MUAs, MTAs, MDAs and other mailbox accessing
8922           programs (such as IMAP daemons) must lock the mailbox in an
8923           NFS-safe way. This means that <tt>fcntl()</tt> locking must
8924           be combined with dot locking.  To avoid deadlocks, a program
8925           should use <tt>fcntl()</tt> first and dot locking after
8926           this, or alternatively implement the two locking methods in
8927           a non blocking way<footnote>
8928               If it is not possible to establish both locks, the
8929               system shouldn't wait for the second lock to be
8930               established, but remove the first lock, wait a (random)
8931               time, and start over locking again.
8932           </footnote>. Using the functions <tt>maillock</tt> and
8933           <tt>mailunlock</tt> provided by the
8934           <tt>liblockfile*</tt><footnote>
8935               You will need to depend on <tt>liblockfile1 (&gt;&gt;1.01)</tt>
8936               to use these functions.
8937           </footnote> packages is the recommended way to realize this.
8938         </p>
8939
8940         <p>
8941           Mailboxes are generally either mode 600 and owned by
8942           <var>user</var> or mode 660 and owned by
8943           <tt><var>user</var>:mail</tt><footnote>
8944             There are two traditional permission schemes for mail spools:
8945             mode 600 with all mail delivery done by processes running as
8946             the destination user, or mode 660 and owned by group mail with
8947             mail delivery done by a process running as a system user in
8948             group mail.  Historically, Debian required mode 660 mail
8949             spools to enable the latter model, but that model has become
8950             increasingly uncommon and the principle of least privilege
8951             indicates that mail systems that use the first model should
8952             use permissions of 600.  If delivery to programs is permitted,
8953             it's easier to keep the mail system secure if the delivery
8954             agent runs as the destination user.  Debian Policy therefore
8955             permits either scheme.
8956           </footnote>. The local system administrator may choose a
8957           different permission scheme; packages should not make
8958           assumptions about the permission and ownership of mailboxes
8959           unless required (such as when creating a new mailbox).  A MUA
8960           may remove a mailbox (unless it has nonstandard permissions) in
8961           which case the MTA or another MUA must recreate it if needed.
8962         </p>
8963
8964         <p>
8965           The mail spool is 2775 <tt>root:mail</tt>, and MUAs should
8966           be setgid mail to do the locking mentioned above (and
8967           must obviously avoid accessing other users' mailboxes
8968           using this privilege).</p>
8969
8970         <p>
8971           <file>/etc/aliases</file> is the source file for the system mail
8972           aliases (e.g., postmaster, usenet, etc.), it is the one
8973           which the sysadmin and <prgn>postinst</prgn> scripts may
8974           edit.  After <file>/etc/aliases</file> is edited the program or
8975           human editing it must call <prgn>newaliases</prgn>.  All MTA
8976           packages must come with a <prgn>newaliases</prgn> program,
8977           even if it does nothing, but older MTA packages did not do
8978           this so programs should not fail if <prgn>newaliases</prgn>
8979           cannot be found.  Note that because of this, all MTA
8980           packages must have <tt>Provides</tt>, <tt>Conflicts</tt> and
8981           <tt>Replaces: mail-transport-agent</tt> control fields.
8982         </p>
8983
8984         <p>
8985           The convention of writing <tt>forward to
8986             <var>address</var></tt> in the mailbox itself is not
8987           supported.  Use a <tt>.forward</tt> file instead.</p>
8988
8989         <p>
8990           The <prgn>rmail</prgn> program used by UUCP
8991           for incoming mail should be  <file>/usr/sbin/rmail</file>.
8992           Likewise, <prgn>rsmtp</prgn>, for receiving
8993           batch-SMTP-over-UUCP, should be <file>/usr/sbin/rsmtp</file> if it
8994           is supported.</p>
8995
8996         <p>
8997           If your package needs to know what hostname to use on (for
8998           example) outgoing news and mail messages which are generated
8999           locally, you should use the file <file>/etc/mailname</file>.  It
9000           will contain the portion after the username and <tt>@</tt>
9001           (at) sign for email addresses of users on the machine
9002           (followed by a newline).
9003         </p>
9004
9005         <p>
9006           Such a package should check for the existence of this file
9007           when it is being configured.  If it exists, it should be
9008           used without comment, although an MTA's configuration script
9009           may wish to prompt the user even if it finds that this file
9010           exists.  If the file does not exist, the package should
9011           prompt the user for the value (preferably using
9012           <prgn>debconf</prgn>) and store it in <file>/etc/mailname</file>
9013           as well as using it in the package's configuration.  The
9014           prompt should make it clear that the name will not just be
9015           used by that package.  For example, in this situation the
9016           <tt>inn</tt> package could say something like:
9017           <example compact="compact">
9018 Please enter the "mail name" of your system.  This is the
9019 hostname portion of the address to be shown on outgoing
9020 news and mail messages.  The default is
9021 <var>syshostname</var>, your system's host name.  Mail
9022 name ["<var>syshostname</var>"]:
9023           </example>
9024           where <var>syshostname</var> is the output of <tt>hostname
9025             --fqdn</tt>.
9026         </p>
9027       </sect>
9028
9029       <sect>
9030         <heading>News system configuration</heading>
9031
9032         <p>
9033           All the configuration files related to the NNTP (news)
9034           servers and clients should be located under
9035           <file>/etc/news</file>.</p>
9036
9037         <p>
9038           There are some configuration issues that apply to a number
9039           of news clients and server packages on the machine. These
9040           are:
9041
9042           <taglist>
9043             <tag><file>/etc/news/organization</file></tag>
9044             <item>
9045                 A string which should appear as the
9046                 organization header for all messages posted
9047                 by NNTP clients on the machine
9048             </item>
9049
9050             <tag><file>/etc/news/server</file></tag>
9051             <item>
9052                 Contains the FQDN of the upstream NNTP
9053                 server, or localhost if the local machine is
9054                 an NNTP server.
9055             </item>
9056           </taglist>
9057
9058           Other global files may be added as required for cross-package news
9059           configuration.
9060         </p>
9061       </sect>
9062
9063
9064       <sect>
9065         <heading>Programs for the X Window System</heading>
9066
9067         <sect1>
9068           <heading>Providing X support and package priorities</heading>
9069
9070           <p>
9071             Programs that can be configured with support for the X
9072             Window System must be configured to do so and must declare
9073             any package dependencies necessary to satisfy their
9074             runtime requirements when using the X Window System.  If
9075             such a package is of higher priority than the X packages
9076             on which it depends, it is required that either the
9077             X-specific components be split into a separate package, or
9078             that an alternative version of the package, which includes
9079             X support, be provided, or that the package's priority be
9080             lowered.
9081           </p>
9082         </sect1>
9083
9084         <sect1>
9085           <heading>Packages providing an X server</heading>
9086
9087           <p>
9088             Packages that provide an X server that, directly or
9089             indirectly, communicates with real input and display
9090             hardware should declare in their <tt>Provides</tt> control
9091             field that they provide the virtual
9092             package <tt>xserver</tt>.<footnote>
9093                 This implements current practice, and provides an
9094                 actual policy for usage of the <tt>xserver</tt>
9095                 virtual package which appears in the virtual packages
9096                 list.  In a nutshell, X servers that interface
9097                 directly with the display and input hardware or via
9098                 another subsystem (e.g., GGI) should provide
9099                 <tt>xserver</tt>.  Things like <tt>Xvfb</tt>,
9100                 <tt>Xnest</tt>, and <tt>Xprt</tt> should not.
9101             </footnote>
9102           </p>
9103         </sect1>
9104
9105         <sect1>
9106           <heading>Packages providing a terminal emulator</heading>
9107
9108           <p>
9109             Packages that provide a terminal emulator for the X Window
9110             System which meet the criteria listed below should declare in
9111             their <tt>Provides</tt> control field that they provide the
9112             virtual package <tt>x-terminal-emulator</tt>.  They should
9113             also register themselves as an alternative for
9114             <file>/usr/bin/x-terminal-emulator</file>, with a priority of
9115             20.  That alternative should have a slave alternative
9116             for <file>/usr/share/man/man1/x-terminal-emulator.1.gz</file>
9117             pointing to the corresponding manual page.
9118           </p>
9119
9120           <p>
9121             To be an <tt>x-terminal-emulator</tt>, a program must:
9122             <list compact="compact">
9123               <item>
9124                   Be able to emulate a DEC VT100 terminal, or a
9125                   compatible terminal.
9126               </item>
9127
9128               <item>
9129                   Support the command-line option <tt>-e
9130                     <var>command</var></tt>, which creates a new
9131                   terminal window<footnote>
9132                       "New terminal window" does not necessarily mean
9133                       a new top-level X window directly parented by
9134                       the window manager; it could, if the terminal
9135                       emulator application were so coded, be a new
9136                       "view" in a multiple-document interface (MDI).
9137                   </footnote>
9138                   and runs the specified <var>command</var>,
9139                   interpreting the entirety of the rest of the command
9140                   line as a command to pass straight to exec, in the
9141                   manner that <tt>xterm</tt> does.
9142               </item>
9143
9144               <item>
9145                   Support the command-line option <tt>-T
9146                     <var>title</var></tt>, which creates a new terminal
9147                   window with the window title <var>title</var>.
9148               </item>
9149             </list>
9150           </p>
9151         </sect1>
9152
9153         <sect1>
9154           <heading>Packages providing a window manager</heading>
9155
9156           <p>
9157             Packages that provide a window manager should declare in
9158             their <tt>Provides</tt> control field that they provide the
9159             virtual package <tt>x-window-manager</tt>.  They should also
9160             register themselves as an alternative for
9161             <file>/usr/bin/x-window-manager</file>, with a priority
9162             calculated as follows:
9163             <list compact="compact">
9164               <item>
9165                   Start with a priority of 20.
9166               </item>
9167
9168               <item>
9169                   If the window manager supports the Debian menu
9170                   system, add 20 points if this support is available
9171                   in the package's default configuration (i.e., no
9172                   configuration files belonging to the system or user
9173                   have to be edited to activate the feature); if
9174                   configuration files must be modified, add only 10
9175                   points.
9176                 </p>
9177               </item>
9178
9179               <item>
9180                   If the window manager complies with <url
9181                     id="http://www.freedesktop.org/wiki/Specifications/wm-spec"
9182                     name="The Window Manager Specification Project">,
9183                   written by the <url id="http://www.freedesktop.org/wiki/"
9184                     name="Free Desktop Group">, add 40 points.
9185               </item>
9186
9187               <item>
9188                   If the window manager permits the X session to be
9189                   restarted using a <em>different</em> window manager
9190                   (without killing the X server) in its default
9191                   configuration, add 10 points; otherwise add none.
9192               </item>
9193             </list>
9194             That alternative should have a slave alternative
9195             for <file>/usr/share/man/man1/x-window-manager.1.gz</file>
9196             pointing to the corresponding manual page.
9197           </p>
9198         </sect1>
9199
9200         <sect1>
9201           <heading>Packages providing fonts</heading>
9202
9203           <p>
9204             Packages that provide fonts for the X Window
9205             System<footnote>
9206                 For the purposes of Debian Policy, a "font for the X
9207                 Window System" is one which is accessed via X protocol
9208                 requests.  Fonts for the Linux console, for PostScript
9209                 renderer, or any other purpose, do not fit this
9210                 definition.  Any tool which makes such fonts available
9211                 to the X Window System, however, must abide by this
9212                 font policy.
9213             </footnote>
9214             must do a number of things to ensure that they are both
9215             available without modification of the X or font server
9216             configuration, and that they do not corrupt files used by
9217             other font packages to register information about
9218             themselves.
9219             <enumlist>
9220               <item>
9221                   Fonts of any type supported by the X Window System
9222                   must be in a separate binary package from any
9223                   executables, libraries, or documentation (except
9224                   that specific to the fonts shipped, such as their
9225                   license information).  If one or more of the fonts
9226                   so packaged are necessary for proper operation of
9227                   the package with which they are associated the font
9228                   package may be Recommended; if the fonts merely
9229                   provide an enhancement, a Suggests relationship may
9230                   be used.  Packages must not Depend on font
9231                   packages.<footnote>
9232                       This is because the X server may retrieve fonts
9233                       from the local file system or over the network
9234                       from an X font server; the Debian package system
9235                       is empowered to deal only with the local
9236                       file system.
9237                   </footnote>
9238               </item>
9239
9240               <item>
9241                   BDF fonts must be converted to PCF fonts with the
9242                   <prgn>bdftopcf</prgn> utility (available in the
9243                   <tt>xfonts-utils</tt> package, <prgn>gzip</prgn>ped, and
9244                   placed in a directory that corresponds to their
9245                   resolution:
9246                   <list compact="compact">
9247                     <item>
9248                         100 dpi fonts must be placed in
9249                         <file>/usr/share/fonts/X11/100dpi/</file>.
9250                     </item>
9251
9252                     <item>
9253                         75 dpi fonts must be placed in
9254                         <file>/usr/share/fonts/X11/75dpi/</file>.
9255                     </item>
9256
9257                     <item>
9258                         Character-cell fonts, cursor fonts, and other
9259                         low-resolution fonts must be placed in
9260                         <file>/usr/share/fonts/X11/misc/</file>.
9261                     </item>
9262                   </list>
9263               </item>
9264
9265               <item>
9266                   Type 1 fonts must be placed in
9267                   <file>/usr/share/fonts/X11/Type1/</file>.  If font
9268                   metric files are available, they must be placed here
9269                   as well.
9270               </item>
9271
9272               <item>
9273                   Subdirectories of <file>/usr/share/fonts/X11/</file>
9274                   other than those listed above must be neither
9275                   created nor used.  (The <file>PEX</file>, <file>CID</file>,
9276                   <file>Speedo</file>, and <file>cyrillic</file> directories
9277                   are excepted for historical reasons, but installation of
9278                   files into these directories remains discouraged.)
9279               </item>
9280
9281               <item>
9282                   Font packages may, instead of placing files directly
9283                   in the X font directories listed above, provide
9284                   symbolic links in that font directory pointing to
9285                   the files' actual location in the filesystem.  Such
9286                   a location must comply with the FHS.
9287               </item>
9288
9289               <item>
9290                   Font packages should not contain both 75dpi and
9291                   100dpi versions of a font.  If both are available,
9292                   they should be provided in separate binary packages
9293                   with <tt>-75dpi</tt> or <tt>-100dpi</tt> appended to
9294                   the names of the packages containing the
9295                   corresponding fonts.
9296               </item>
9297
9298               <item>
9299                   Fonts destined for the <file>misc</file> subdirectory
9300                   should not be included in the same package as 75dpi
9301                   or 100dpi fonts; instead, they should be provided in
9302                   a separate package with <tt>-misc</tt> appended to
9303                   its name.
9304               </item>
9305
9306               <item>
9307                   Font packages must not provide the files
9308                   <file>fonts.dir</file>, <file>fonts.alias</file>, or
9309                   <file>fonts.scale</file> in a font directory:
9310                   <list>
9311                     <item>
9312                         <file>fonts.dir</file> files must not be provided at all.
9313                     </item>
9314
9315                     <item>
9316                         <file>fonts.alias</file> and <file>fonts.scale</file>
9317                         files, if needed, should be provided in the
9318                         directory
9319                         <file>/etc/X11/fonts/<var>fontdir</var>/<var>package</var>.<var>extension</var></file>,
9320                         where <var>fontdir</var> is the name of the
9321                         subdirectory of
9322                         <file>/usr/share/fonts/X11/</file> where the
9323                         package's corresponding fonts are stored
9324                         (e.g., <tt>75dpi</tt> or <tt>misc</tt>),
9325                         <var>package</var> is the name of the package
9326                         that provides these fonts, and
9327                         <var>extension</var> is either <tt>scale</tt>
9328                         or <tt>alias</tt>, whichever corresponds to
9329                         the file contents.
9330                     </item>
9331                   </list>
9332               </item>
9333
9334               <item>
9335                   Font packages must declare a dependency on
9336                   <tt>xfonts-utils</tt> in their <tt>Depends</tt>
9337                   or <tt>Pre-Depends</tt> control field.
9338               </item>
9339
9340               <item>
9341                   Font packages that provide one or more
9342                   <file>fonts.scale</file> files as described above must
9343                   invoke <prgn>update-fonts-scale</prgn> on each
9344                   directory into which they installed fonts
9345                   <em>before</em> invoking
9346                   <prgn>update-fonts-dir</prgn> on that directory.
9347                   This invocation must occur in both the
9348                   <prgn>postinst</prgn> (for all arguments) and
9349                   <prgn>postrm</prgn> (for all arguments except
9350                   <tt>upgrade</tt>) scripts.
9351               </item>
9352
9353               <item>
9354                   Font packages that provide one or more
9355                   <file>fonts.alias</file> files as described above must
9356                   invoke <prgn>update-fonts-alias</prgn> on each
9357                   directory into which they installed fonts.  This
9358                   invocation must occur in both the
9359                   <prgn>postinst</prgn> (for all arguments) and
9360                   <prgn>postrm</prgn> (for all arguments except
9361                   <tt>upgrade</tt>) scripts.
9362               </item>
9363
9364               <item>
9365                   Font packages must invoke
9366                   <prgn>update-fonts-dir</prgn> on each directory into
9367                   which they installed fonts.  This invocation must
9368                   occur in both the <prgn>postinst</prgn> (for all
9369                   arguments) and <prgn>postrm</prgn> (for all
9370                   arguments except <tt>upgrade</tt>) scripts.
9371               </item>
9372
9373               <item>
9374                   Font packages must not provide alias names for the
9375                   fonts they include which collide with alias names
9376                   already in use by fonts already packaged.
9377               </item>
9378
9379               <item>
9380                   Font packages must not provide fonts with the same
9381                   XLFD registry name as another font already packaged.
9382               </item>
9383             </enumlist>
9384           </p>
9385         </sect1>
9386
9387         <sect1 id="appdefaults">
9388           <heading>Application defaults files</heading>
9389
9390           <p>
9391             Application defaults files must be installed in the
9392             directory <file>/etc/X11/app-defaults/</file> (use of a
9393             localized subdirectory of <file>/etc/X11/</file> as described
9394             in the <em>X Toolkit Intrinsics - C Language
9395             Interface</em> manual is also permitted).  They must be
9396             registered as <tt>conffile</tt>s or handled as
9397             configuration files.
9398           </p>
9399
9400           <p>
9401             Customization of programs' X resources may also be
9402             supported with the provision of a file with the same name
9403             as that of the package placed in
9404             the <file>/etc/X11/Xresources/</file> directory, which
9405             must be registered as a <tt>conffile</tt> or handled as a
9406             configuration file.<footnote>
9407                 Note that this mechanism is not the same as using
9408                 app-defaults; app-defaults are tied to the client
9409                 binary on the local file system, whereas X resources
9410                 are stored in the X server and affect all connecting
9411                 clients.
9412             </footnote>
9413           </p>
9414         </sect1>
9415
9416         <sect1>
9417           <heading>Installation directory issues</heading>
9418
9419           <p>
9420             Historically, packages using the X Window System used a
9421             separate set of installation directories from other packages.
9422             This practice has been discontinued and packages using the X
9423             Window System should now generally be installed in the same
9424             directories as any other package.  Specifically, packages must
9425             not install files under the <file>/usr/X11R6/</file> directory
9426             and the <file>/usr/X11R6/</file> directory hierarchy should be
9427             regarded as obsolete.
9428           </p>
9429
9430           <p>
9431             Include files previously installed under
9432             <file>/usr/X11R6/include/X11/</file> should be installed into
9433             <file>/usr/include/X11/</file>.  For files previously
9434             installed into subdirectories of
9435             <file>/usr/X11R6/lib/X11/</file>, package maintainers should
9436             determine if subdirectories of <file>/usr/lib/</file> and
9437             <file>/usr/share/</file> can be used.  If not, a subdirectory
9438             of <file>/usr/lib/X11/</file> should be used.
9439           </p>
9440
9441           <p>
9442             Configuration files for window, display, or session managers
9443             or other applications that are tightly integrated with the X
9444             Window System may be placed in a subdirectory
9445             of <file>/etc/X11/</file> corresponding to the package name.
9446             Other X Window System applications should use
9447             the <file>/etc/</file> directory unless otherwise mandated by
9448             policy (such as for <ref id="appdefaults">).
9449           </p>
9450         </sect1>
9451       </sect>
9452
9453       <sect id="perl">
9454         <heading>Perl programs and modules</heading>
9455
9456         <p>
9457           Perl programs and modules should follow the current Perl policy.
9458         </p>
9459
9460         <p>
9461           The Perl policy can be found in the <tt>perl-policy</tt>
9462           files in the <tt>debian-policy</tt> package.
9463           It is also available from the Debian web mirrors at
9464           <tt><url name="/doc/packaging-manuals/perl-policy/"
9465                 id="http://www.debian.org/doc/packaging-manuals/perl-policy/"></tt>.
9466         </p>
9467       </sect>
9468
9469       <sect id="emacs">
9470         <heading>Emacs lisp programs</heading>
9471
9472         <p>
9473           Please refer to the "Debian Emacs Policy" for details of how to
9474           package emacs lisp programs.
9475         </p>
9476
9477         <p>
9478           The Emacs policy is available in
9479           <file>debian-emacs-policy.gz</file> of the
9480           <package>emacsen-common</package> package.
9481           It is also available from the Debian web mirrors at
9482           <tt><url name="/doc/packaging-manuals/debian-emacs-policy"
9483                 id="http://www.debian.org/doc/packaging-manuals/debian-emacs-policy"></tt>.
9484         </p>
9485       </sect>
9486
9487       <sect>
9488         <heading>Games</heading>
9489
9490         <p>
9491           The permissions on <file>/var/games</file> are mode 755, owner
9492           <tt>root</tt> and group <tt>root</tt>.
9493         </p>
9494
9495         <p>
9496           Each game decides on its own security policy.</p>
9497
9498         <p>
9499           Games which require protected, privileged access to
9500           high-score files, saved games, etc., may be made
9501           set-<em>group</em>-id (mode 2755) and owned by
9502           <tt>root:games</tt>, and use files and directories with
9503           appropriate permissions (770 <tt>root:games</tt>, for
9504           example).  They must not be made
9505           set-<em>user</em>-id, as this causes security problems. (If
9506           an attacker can subvert any set-user-id game they can
9507           overwrite the executable of any other, causing other players
9508           of these games to run a Trojan horse program.  With a
9509           set-group-id game the attacker only gets access to less
9510           important game data, and if they can get at the other
9511           players' accounts at all it will take considerably more
9512           effort.)</p>
9513
9514         <p>
9515           Some packages, for example some fortune cookie programs, are
9516           configured by the upstream authors to install with their
9517           data files or other static information made unreadable so
9518           that they can only be accessed through set-id programs
9519           provided.  You should not do this in a Debian package: anyone can
9520           download the <file>.deb</file> file and read the data from it,
9521           so there is no point making the files unreadable.  Not
9522           making the files unreadable also means that you don't have
9523           to make so many programs set-id, which reduces the risk of a
9524           security hole.</p>
9525
9526         <p>
9527           As described in the FHS, binaries of games should be
9528           installed in the directory <file>/usr/games</file>. This also
9529           applies to games that use the X Window System. Manual pages
9530           for games (X and non-X games) should be installed in
9531           <file>/usr/share/man/man6</file>.</p>
9532       </sect>
9533     </chapt>
9534
9535
9536     <chapt id="docs">
9537       <heading>Documentation</heading>
9538
9539       <sect>
9540         <heading>Manual pages</heading>
9541
9542         <p>
9543           You should install manual pages in <prgn>nroff</prgn> source
9544           form, in appropriate places under <file>/usr/share/man</file>.
9545           You should only use sections 1 to 9 (see the FHS for more
9546           details).  You must not install a pre-formatted "cat page".
9547         </p>
9548
9549         <p>
9550           Each program, utility, and function should have an
9551           associated manual page included in the same package. It is
9552           suggested that all configuration files also have a manual
9553           page included as well. Manual pages for protocols and other
9554           auxiliary things are optional.
9555         </p>
9556
9557         <p>
9558           If no manual page is available, this is considered as a bug
9559           and should be reported to the Debian Bug Tracking System (the
9560           maintainer of the package is allowed to write this bug report
9561           themselves, if they so desire).  Do not close the bug report
9562           until a proper man page is available.<footnote>
9563               It is not very hard to write a man page. See the
9564               <url id="http://www.schweikhardt.net/man_page_howto.html"
9565                 name="Man-Page-HOWTO">,
9566               <manref name="man" section="7">, the examples created
9567               by <prgn>dh_make</prgn>, the helper
9568               program <prgn>help2man</prgn>, or the
9569               directory <file>/usr/share/doc/man-db/examples</file>.
9570           </footnote>
9571         </p>
9572
9573         <p>
9574           You may forward a complaint about a missing man page to the
9575           upstream authors, and mark the bug as forwarded in the
9576           Debian bug tracking system.  Even though the GNU Project do
9577           not in general consider the lack of a man page to be a bug,
9578           we do; if they tell you that they don't consider it a bug
9579           you should leave the bug in our bug tracking system open
9580           anyway.
9581         </p>
9582
9583         <p>
9584           Manual pages should be installed compressed using <tt>gzip -9</tt>.
9585         </p>
9586
9587         <p>
9588           If one man page needs to be accessible via several names it
9589           is better to use a symbolic link than the <file>.so</file>
9590           feature, but there is no need to fiddle with the relevant
9591           parts of the upstream source to change from <file>.so</file> to
9592           symlinks: don't do it unless it's easy.  You should not
9593           create hard links in the manual page directories, nor put
9594           absolute filenames in <file>.so</file> directives.  The filename
9595           in a <file>.so</file> in a man page should be relative to the
9596           base of the man page tree (usually
9597           <file>/usr/share/man</file>). If you do not create any links
9598           (whether symlinks, hard links, or <tt>.so</tt> directives)
9599           in the file system to the alternate names of the man page,
9600           then you should not rely on <prgn>man</prgn> finding your
9601           man page under those names based solely on the information in
9602           the man page's header.<footnote>
9603               Supporting this in <prgn>man</prgn> often requires
9604               unreasonable processing time to find a manual page or to
9605               report that none exists, and moves knowledge into man's
9606               database that would be better left in the file system.
9607               This support is therefore deprecated and will cease to
9608               be present in the future.
9609           </footnote>
9610         </p>
9611
9612         <p>
9613           Manual pages in locale-specific subdirectories of
9614           <file>/usr/share/man</file> should use either UTF-8 or the usual
9615           legacy encoding for that language (normally the one corresponding
9616           to the shortest relevant locale name in
9617           <file>/usr/share/i18n/SUPPORTED</file>). For example, pages under
9618           <file>/usr/share/man/fr</file> should use either UTF-8 or
9619           ISO-8859-1.<footnote>
9620             <prgn>man</prgn> will automatically detect whether UTF-8 is in
9621             use. In future, all manual pages will be required to use
9622             UTF-8.
9623           </footnote>
9624         </p>
9625
9626         <p>
9627           A country name (the <tt>DE</tt> in <tt>de_DE</tt>) should not be
9628           included in the subdirectory name unless it indicates a
9629           significant difference in the language, as this excludes
9630           speakers of the language in other countries.<footnote>
9631             At the time of writing, Chinese and Portuguese are the main
9632             languages with such differences, so <file>pt_BR</file>,
9633             <file>zh_CN</file>, and <file>zh_TW</file> are all allowed.
9634           </footnote>
9635         </p>
9636
9637         <p>
9638           If a localized version of a manual page is provided, it should
9639           either be up-to-date or it should be obvious to the reader that
9640           it is outdated and the original manual page should be used
9641           instead.  This can be done either by a note at the beginning of
9642           the manual page or by showing the missing or changed portions in
9643           the original language instead of the target language.
9644         </p>
9645       </sect>
9646
9647       <sect>
9648         <heading>Info documents</heading>
9649
9650         <p>
9651           Info documents should be installed in <file>/usr/share/info</file>.
9652           They should be compressed with <tt>gzip -9</tt>.
9653         </p>
9654
9655         <p>
9656           The <prgn>install-info</prgn> program maintains a directory of
9657           installed info documents in <file>/usr/share/info/dir</file> for
9658           the use of info readers.<footnote>
9659             It was previously necessary for packages installing info
9660             documents to run <prgn>install-info</prgn> from maintainer
9661             scripts.  This is no longer necessary.  The installation
9662             system now uses dpkg triggers.
9663           </footnote>
9664           This file must not be included in packages.  Packages containing
9665           info documents should depend on <tt>dpkg (>= 1.15.4) |
9666           install-info</tt> to ensure that the directory file is properly
9667           rebuilt during partial upgrades from Debian 5.0 (lenny) and
9668           earlier.
9669         </p>
9670
9671         <p>
9672           Info documents should contain section and directory entry
9673           information in the document for the use
9674           of <prgn>install-info</prgn>.  The section should be specified
9675           via a line starting with <tt>INFO-DIR-SECTION</tt> followed by a
9676           space and the section of this info page.  The directory entry or
9677           entries should be included between
9678           a <tt>START-INFO-DIR-ENTRY</tt> line and
9679           an <tt>END-INFO-DIR-ENTRY</tt> line.  For example:
9680           <example>
9681 INFO-DIR-SECTION Individual utilities
9682 START-INFO-DIR-ENTRY
9683 * example: (example).               An example info directory entry.
9684 END-INFO-DIR-ENTRY
9685           </example>
9686           To determine which section to use, you should look
9687           at <file>/usr/share/info/dir</file> on your system and choose
9688           the most relevant (or create a new section if none of the
9689           current sections are relevant).<footnote>
9690             Normally, info documents are generated from Texinfo source.
9691             To include this information in the generated info document, if
9692             it is absent, add commands like:
9693             <example>
9694 @dircategory Individual utilities
9695 @direntry
9696 * example: (example).               An example info directory entry.
9697 @end direntry
9698             </example>
9699             to the Texinfo source of the document and ensure that the info
9700             documents are rebuilt from source during the package build.
9701           </footnote>
9702         </p>
9703       </sect>
9704
9705       <sect>
9706         <heading>Additional documentation</heading>
9707
9708         <p>
9709           Any additional documentation that comes with the package may
9710           be installed at the discretion of the package maintainer.
9711           Plain text documentation should be installed in the directory
9712           <file>/usr/share/doc/<var>package</var></file>, where
9713           <var>package</var> is the name of the package, and
9714           compressed with <tt>gzip -9</tt> unless it is small.
9715         </p>
9716
9717         <p>
9718           If a package comes with large amounts of documentation which
9719           many users of the package will not require you should create
9720           a separate binary package to contain it, so that it does not
9721           take up disk space on the machines of users who do not need
9722           or want it installed.</p>
9723
9724         <p>
9725           It is often a good idea to put text information files
9726           (<file>README</file>s, changelogs, and so forth) that come with
9727           the source package in <file>/usr/share/doc/<var>package</var></file>
9728           in the binary package.  However, you don't need to install
9729           the instructions for building and installing the package, of
9730           course!</p>
9731
9732         <p>
9733           Packages must not require the existence of any files in
9734           <file>/usr/share/doc/</file> in order to function
9735           <footnote>
9736               The system administrator should be able to
9737               delete files in <file>/usr/share/doc/</file> without causing
9738               any programs to break.
9739           </footnote>.
9740           Any files that are referenced by programs but are also
9741           useful as stand alone documentation should be installed under
9742           <file>/usr/share/<var>package</var>/</file> with symbolic links from
9743           <file>/usr/share/doc/<var>package</var></file>.
9744         </p>
9745
9746         <p>
9747           <file>/usr/share/doc/<var>package</var></file> may be a symbolic
9748           link to another directory in <file>/usr/share/doc</file> only if
9749           the two packages both come from the same source and the
9750           first package Depends on the second.<footnote>
9751             <p>
9752               Please note that this does not override the section on
9753               changelog files below, so the file 
9754               <file>/usr/share/doc/<var>package</var>/changelog.Debian.gz</file>
9755               must refer to the changelog for the current version of
9756               <var>package</var> in question. In practice, this means
9757               that the sources of the target and the destination of the
9758               symlink must be the same (same source package and
9759               version). 
9760             </p>
9761           </footnote>
9762         </p>
9763
9764         <p>
9765           Former Debian releases placed all additional documentation
9766           in <file>/usr/doc/<var>package</var></file>.  This has been
9767           changed to <file>/usr/share/doc/<var>package</var></file>,
9768           and packages must not put documentation in the directory
9769           <file>/usr/doc/<var>package</var></file>. <footnote>
9770             At this phase of the transition, we no longer require a
9771             symbolic link in <file>/usr/doc/</file>. At a later point,
9772             policy shall change to make the symbolic links a bug.
9773           </footnote>
9774         </p>
9775       </sect>
9776
9777       <sect>
9778         <heading>Preferred documentation formats</heading>
9779
9780         <p>
9781           The unification of Debian documentation is being carried out
9782           via HTML.</p>
9783
9784         <p>
9785           If your package comes with extensive documentation in a
9786           markup format that can be converted to various other formats
9787           you should if possible ship HTML versions in a binary
9788           package, in the directory
9789           <file>/usr/share/doc/<var>appropriate-package</var></file> or
9790           its subdirectories.<footnote>
9791               The rationale: The important thing here is that HTML
9792               docs should be available in <em>some</em> package, not
9793               necessarily in the main binary package.
9794           </footnote>
9795         </p>
9796
9797         <p>
9798           Other formats such as PostScript may be provided at the
9799           package maintainer's discretion.
9800         </p>
9801       </sect>
9802
9803       <sect id="copyrightfile">
9804         <heading>Copyright information</heading>
9805
9806         <p>
9807           Every package must be accompanied by a verbatim copy of its
9808           copyright information and distribution license in the file
9809           <file>/usr/share/doc/<var>package</var>/copyright</file>. This
9810           file must neither be compressed nor be a symbolic link.
9811         </p>
9812
9813         <p>
9814           In addition, the copyright file must say where the upstream
9815           sources (if any) were obtained, and should name the original
9816           authors.
9817         </p>
9818
9819         <p>
9820           Packages in the <em>contrib</em> or <em>non-free</em> archive
9821           areas should state in the copyright file that the package is not
9822           part of the Debian distribution and briefly explain why.
9823         </p>
9824
9825         <p>
9826           A copy of the file which will be installed in
9827           <file>/usr/share/doc/<var>package</var>/copyright</file> should
9828           be in <file>debian/copyright</file> in the source package.
9829         </p>
9830
9831         <p>
9832           <file>/usr/share/doc/<var>package</var></file> may be a symbolic
9833           link to another directory in <file>/usr/share/doc</file> only if
9834           the two packages both come from the same source and the
9835           first package Depends on the second.  These rules are important
9836           because <file>copyright</file> files must be extractable by
9837           mechanical means.
9838         </p>
9839
9840         <p>
9841           Packages distributed under the Apache license (version 2.0), the
9842           Artistic license, the GNU GPL (versions 1, 2, or 3), the GNU
9843           LGPL (versions 2, 2.1, or 3), and the GNU FDL (versions 1.2 or
9844           1.3) should refer to the corresponding files
9845           under <file>/usr/share/common-licenses</file>,<footnote>
9846             <p>
9847               In particular,
9848               <file>/usr/share/common-licenses/Apache-2.0</file>,
9849               <file>/usr/share/common-licenses/Artistic</file>,
9850               <file>/usr/share/common-licenses/GPL-1</file>,
9851               <file>/usr/share/common-licenses/GPL-2</file>,
9852               <file>/usr/share/common-licenses/GPL-3</file>,
9853               <file>/usr/share/common-licenses/LGPL-2</file>,
9854               <file>/usr/share/common-licenses/LGPL-2.1</file>,
9855               <file>/usr/share/common-licenses/LGPL-3</file>,
9856               <file>/usr/share/common-licenses/GFDL-1.2</file>, and
9857               <file>/usr/share/common-licenses/GFDL-1.3</file>
9858               respectively.  The University of California BSD license is
9859               also included in <package>base-files</package> as
9860               <file>/usr/share/common-licenses/BSD</file>, but given the
9861               brevity of this license, its specificity to code whose
9862               copyright is held by the Regents of the University of
9863               California, and the frequency of minor wording changes, its
9864               text should be included in the copyright file rather than
9865               referencing this file.
9866             </p>
9867           </footnote> rather than quoting them in the copyright
9868           file. 
9869         </p>
9870
9871         <p>
9872           You should not use the copyright file as a general <file>README</file>
9873           file.  If your package has such a file it should be
9874           installed in <file>/usr/share/doc/<var>package</var>/README</file> or
9875           <file>README.Debian</file> or some other appropriate place.</p>
9876       </sect>
9877
9878       <sect>
9879         <heading>Examples</heading>
9880
9881         <p>
9882           Any examples (configurations, source files, whatever),
9883           should be installed in a directory
9884           <file>/usr/share/doc/<var>package</var>/examples</file>.  These
9885           files should not be referenced by any program: they're there
9886           for the benefit of the system administrator and users as
9887           documentation only.  Architecture-specific example files
9888           should be installed in a directory
9889           <file>/usr/lib/<var>package</var>/examples</file> with symbolic
9890           links to them from
9891           <file>/usr/share/doc/<var>package</var>/examples</file>, or the
9892           latter directory itself may be a symbolic link to the
9893           former.
9894         </p>
9895
9896         <p>
9897           If the purpose of a package is to provide examples, then the
9898           example files may be installed into
9899           <file>/usr/share/doc/<var>package</var></file>.
9900         </p>
9901       </sect>
9902
9903       <sect id="changelogs">
9904         <heading>Changelog files</heading>
9905
9906         <p>
9907           Packages that are not Debian-native must contain a
9908           compressed copy of the <file>debian/changelog</file> file from
9909           the Debian source tree in
9910           <file>/usr/share/doc/<var>package</var></file> with the name
9911           <file>changelog.Debian.gz</file>.
9912         </p>
9913
9914         <p>
9915           If an upstream changelog is available, it should be accessible as
9916           <file>/usr/share/doc/<var>package</var>/changelog.gz</file> in
9917           plain text.  If the upstream changelog is distributed in
9918           HTML, it should be made available in that form as
9919           <file>/usr/share/doc/<var>package</var>/changelog.html.gz</file>
9920           and a plain text <file>changelog.gz</file> should be generated
9921           from it using, for example, <tt>lynx -dump -nolist</tt>.  If
9922           the upstream changelog files do not already conform to this
9923           naming convention, then this may be achieved either by
9924           renaming the files, or by adding a symbolic link, at the
9925           maintainer's discretion.<footnote>
9926               Rationale: People should not have to look in places for
9927               upstream changelogs merely because they are given
9928               different names or are distributed in HTML format.
9929           </footnote>
9930         </p>
9931
9932         <p>
9933           All of these files should be installed compressed using
9934           <tt>gzip -9</tt>, as they will become large with time even
9935           if they start out small.
9936         </p>
9937
9938         <p>
9939           If the package has only one changelog which is used both as
9940           the Debian changelog and the upstream one because there is
9941           no separate upstream maintainer then that changelog should
9942           usually be installed as
9943           <file>/usr/share/doc/<var>package</var>/changelog.gz</file>; if
9944           there is a separate upstream maintainer, but no upstream
9945           changelog, then the Debian changelog should still be called
9946           <file>changelog.Debian.gz</file>.
9947         </p>
9948
9949         <p>
9950           For details about the format and contents of the Debian
9951           changelog file, please see <ref id="dpkgchangelog">.
9952         </p>
9953       </sect>
9954     </chapt>
9955
9956     <appendix id="pkg-scope">
9957       <heading>Introduction and scope of these appendices</heading>
9958
9959       <p>
9960         These appendices are taken essentially verbatim from the
9961         now-deprecated Packaging Manual, version 3.2.1.0.  They are
9962         the chapters which are likely to be of use to package
9963         maintainers and which have not already been included in the
9964         policy document itself. Most of these sections are very likely
9965         not relevant to policy; they should be treated as
9966         documentation for the packaging system. Please note that these
9967         appendices are included for convenience, and for historical
9968         reasons: they used to be part of policy package, and they have
9969         not yet been incorporated into dpkg documentation. However,
9970         they still have value, and hence they are presented here.
9971       </p>
9972
9973       <p>
9974         They have not yet been checked to ensure that they are
9975         compatible with the contents of policy, and if there are any
9976         contradictions, the version in the main policy document takes
9977         precedence.  The remaining chapters of the old Packaging
9978         Manual have also not been read in detail to ensure that there
9979         are not parts which have been left out.  Both of these will be
9980         done in due course.
9981       </p>
9982
9983       <p>
9984         Certain parts of the Packaging manual were integrated into the
9985         Policy Manual proper, and removed from the appendices. Links
9986         have been placed from the old locations to the new ones.
9987       </p>
9988
9989       <p>
9990         <prgn>dpkg</prgn> is a suite of programs for creating binary
9991         package files and installing and removing them on Unix
9992         systems.<footnote>
9993             <prgn>dpkg</prgn> is targeted primarily at Debian, but may
9994             work on or be ported to other systems.
9995         </footnote>
9996       </p>
9997
9998       <p>
9999         The binary packages are designed for the management of
10000         installed executable programs (usually compiled binaries) and
10001         their associated data, though source code examples and
10002         documentation are provided as part of some packages.</p>
10003
10004       <p>
10005         This manual describes the technical aspects of creating Debian
10006         binary packages (<file>.deb</file> files).  It documents the
10007         behavior of the package management programs
10008         <prgn>dpkg</prgn>, <prgn>dselect</prgn> et al. and the way
10009         they interact with packages.</p>
10010
10011       <p>
10012         It also documents the interaction between
10013         <prgn>dselect</prgn>'s core and the access method scripts it
10014         uses to actually install the selected packages, and describes
10015         how to create a new access method.</p>
10016
10017       <p>
10018         This manual does not go into detail about the options and
10019         usage of the package building and installation tools.  It
10020         should therefore be read in conjunction with those programs'
10021         man pages.
10022       </p>
10023
10024       <p>
10025         The utility programs which are provided with <prgn>dpkg</prgn>
10026         for managing various system configuration and similar issues,
10027         such as <prgn>update-rc.d</prgn> and
10028         <prgn>install-info</prgn>, are not described in detail here -
10029         please see their man pages.
10030       </p>
10031
10032       <p>
10033         It is assumed that the reader is reasonably familiar with the
10034         <prgn>dpkg</prgn> System Administrators' manual.
10035         Unfortunately this manual does not yet exist.
10036       </p>
10037
10038       <p>
10039         The Debian version of the FSF's GNU hello program is provided as
10040         an example for people wishing to create Debian packages. However,
10041         while the examples are helpful, they do not replace the need to
10042         read and follow the Policy and Programmer's Manual.</p>
10043     </appendix>
10044
10045     <appendix id="pkg-binarypkg">
10046       <heading>Binary packages (from old Packaging Manual)</heading>
10047
10048       <p>
10049         The binary package has two main sections.  The first part
10050         consists of various control information files and scripts used
10051         by <prgn>dpkg</prgn> when installing and removing.  See <ref
10052         id="pkg-controlarea">.
10053       </p>
10054
10055       <p>
10056         The second part is an archive containing the files and
10057         directories to be installed.
10058       </p>
10059
10060       <p>
10061         In the future binary packages may also contain other
10062         components, such as checksums and digital signatures. The
10063         format for the archive is described in full in the
10064         <file>deb(5)</file> man page.
10065       </p>
10066
10067
10068       <sect id="pkg-bincreating"><heading>Creating package files -
10069       <prgn>dpkg-deb</prgn>
10070         </heading>
10071
10072         <p>
10073           All manipulation of binary package files is done by
10074           <prgn>dpkg-deb</prgn>; it's the only program that has
10075           knowledge of the format.  (<prgn>dpkg-deb</prgn> may be
10076           invoked by calling <prgn>dpkg</prgn>, as <prgn>dpkg</prgn>
10077           will spot that the options requested are appropriate to
10078           <prgn>dpkg-deb</prgn> and invoke that instead with the same
10079           arguments.)
10080         </p>
10081
10082         <p>
10083           In order to create a binary package you must make a
10084           directory tree which contains all the files and directories
10085           you want to have in the file system data part of the package.
10086           In Debian-format source packages this directory is usually
10087           <file>debian/tmp</file>, relative to the top of the package's
10088           source tree.
10089         </p>
10090
10091         <p>
10092           They should have the locations (relative to the root of the
10093           directory tree you're constructing) ownerships and
10094           permissions which you want them to have on the system when
10095           they are installed.
10096         </p>
10097
10098         <p>
10099           With current versions of <prgn>dpkg</prgn> the uid/username
10100           and gid/groupname mappings for the users and groups being
10101           used should be the same on the system where the package is
10102           built and the one where it is installed.
10103         </p>
10104
10105         <p>
10106           You need to add one special directory to the root of the
10107           miniature file system tree you're creating:
10108           <prgn>DEBIAN</prgn>.  It should contain the control
10109           information files, notably the binary package control file
10110           (see <ref id="pkg-controlfile">).
10111         </p>
10112
10113         <p>
10114           The <prgn>DEBIAN</prgn> directory will not appear in the
10115           file system archive of the package, and so won't be installed
10116           by <prgn>dpkg</prgn> when the package is unpacked.
10117         </p>
10118
10119         <p>
10120           When you've prepared the package, you should invoke:
10121           <example>
10122   dpkg --build <var>directory</var>
10123           </example>
10124         </p>
10125
10126         <p>
10127           This will build the package in
10128           <file><var>directory</var>.deb</file>.  (<prgn>dpkg</prgn> knows
10129           that <tt>--build</tt> is a <prgn>dpkg-deb</prgn> option, so
10130           it invokes <prgn>dpkg-deb</prgn> with the same arguments to
10131           build the package.)
10132         </p>
10133
10134         <p>
10135           See the man page <manref name="dpkg-deb" section="8"> for details of how
10136           to examine the contents of this newly-created file.  You may find the
10137           output of following commands enlightening:
10138           <example>
10139   dpkg-deb --info <var>filename</var>.deb
10140   dpkg-deb --contents <var>filename</var>.deb
10141   dpkg --contents <var>filename</var>.deb
10142           </example>
10143           To view the copyright file for a package you could use this command:
10144           <example>
10145   dpkg --fsys-tarfile <var>filename</var>.deb | tar xOf - --wildcards \*/copyright | pager
10146           </example>
10147         </p>
10148       </sect>
10149
10150       <sect id="pkg-controlarea">
10151         <heading>Package control information files</heading>
10152
10153         <p>
10154           The control information portion of a binary package is a
10155           collection of files with names known to <prgn>dpkg</prgn>.
10156           It will treat the contents of these files specially - some
10157           of them contain information used by <prgn>dpkg</prgn> when
10158           installing or removing the package; others are scripts which
10159           the package maintainer wants <prgn>dpkg</prgn> to run.
10160         </p>
10161
10162         <p>
10163           It is possible to put other files in the package control
10164           information file area, but this is not generally a good idea
10165           (though they will largely be ignored).
10166         </p>
10167
10168         <p>
10169           Here is a brief list of the control information files supported
10170           by <prgn>dpkg</prgn> and a summary of what they're used for.
10171         </p>
10172
10173         <p>
10174           <taglist>
10175             <tag><tt>control</tt>
10176             <item>
10177               <p>
10178                 This is the key description file used by
10179                 <prgn>dpkg</prgn>.  It specifies the package's name
10180                 and version, gives its description for the user,
10181                 states its relationships with other packages, and so
10182                 forth.  See <ref id="sourcecontrolfiles"> and
10183                 <ref id="binarycontrolfiles">.
10184               </p>
10185
10186               <p>
10187                 It is usually generated automatically from information
10188                 in the source package by the
10189                 <prgn>dpkg-gencontrol</prgn> program, and with
10190                 assistance from <prgn>dpkg-shlibdeps</prgn>.
10191                 See <ref id="pkg-sourcetools">.
10192               </p>
10193             </item>
10194
10195             <tag><tt>postinst</tt>, <tt>preinst</tt>, <tt>postrm</tt>,
10196                  <tt>prerm</tt>
10197             </tag>
10198             <item>
10199               <p>
10200                 These are executable files (usually scripts) which
10201                 <prgn>dpkg</prgn> runs during installation, upgrade
10202                 and removal of packages.  They allow the package to
10203                 deal with matters which are particular to that package
10204                 or require more complicated processing than that
10205                 provided by <prgn>dpkg</prgn>.  Details of when and
10206                 how they are called are in <ref id="maintainerscripts">.
10207               </p>
10208
10209               <p>
10210                 It is very important to make these scripts idempotent.
10211                 See <ref id="idempotency">.
10212               </p>
10213
10214               <p>
10215                 The maintainer scripts are not guaranteed to run with a
10216                 controlling terminal and may not be able to interact with
10217                 the user.  See <ref id="controllingterminal">.
10218               </p>
10219             </item>
10220
10221             <tag><tt>conffiles</tt>
10222             </tag>
10223             <item>
10224                 This file contains a list of configuration files which
10225                 are to be handled automatically by <prgn>dpkg</prgn>
10226                 (see <ref id="pkg-conffiles">).  Note that not necessarily
10227                 every configuration file should be listed here.
10228             </item>
10229
10230             <tag><tt>shlibs</tt>
10231             </tag>
10232             <item>
10233                 This file contains a list of the shared libraries
10234                 supplied by the package, with dependency details for
10235                 each.  This is used by <prgn>dpkg-shlibdeps</prgn>
10236                 when it determines what dependencies are required in a
10237                 package control file. The <tt>shlibs</tt> file format
10238                 is described on <ref id="shlibs">.
10239             </item>
10240           </taglist>
10241         </p>
10242
10243       <sect id="pkg-controlfile">
10244         <heading>The main control information file: <tt>control</tt></heading>
10245
10246         <p>
10247           The most important control information file used by
10248           <prgn>dpkg</prgn> when it installs a package is
10249           <tt>control</tt>.  It contains all the package's "vital
10250           statistics".
10251         </p>
10252
10253         <p>
10254           The binary package control files of packages built from
10255           Debian sources are made by a special tool,
10256           <prgn>dpkg-gencontrol</prgn>, which reads
10257           <file>debian/control</file> and <file>debian/changelog</file> to
10258           find the information it needs.  See <ref id="pkg-sourcepkg"> for
10259           more details.
10260         </p>
10261
10262         <p>
10263           The fields in binary package control files are listed in
10264           <ref id="binarycontrolfiles">.
10265         </p>
10266
10267         <p>
10268           A description of the syntax of control files and the purpose
10269           of the fields is available in <ref id="controlfields">.
10270         </p>
10271       </sect>
10272
10273       <sect>
10274         <heading>Time Stamps</heading>
10275
10276         <p>
10277           See <ref id="timestamps">.
10278         </p>
10279       </sect>
10280     </appendix>
10281
10282     <appendix id="pkg-sourcepkg">
10283       <heading>Source packages (from old Packaging Manual) </heading>
10284
10285       <p>
10286         The Debian binary packages in the distribution are generated
10287         from Debian sources, which are in a special format to assist
10288         the easy and automatic building of binaries.
10289       </p>
10290
10291       <sect id="pkg-sourcetools">
10292         <heading>Tools for processing source packages</heading>
10293
10294         <p>
10295           Various tools are provided for manipulating source packages;
10296           they pack and unpack sources and help build of binary
10297           packages and help manage the distribution of new versions.
10298         </p>
10299
10300         <p>
10301           They are introduced and typical uses described here; see
10302           <manref name="dpkg-source" section="1"> for full
10303           documentation about their arguments and operation.
10304         </p>
10305
10306         <p>
10307           For examples of how to construct a Debian source package,
10308           and how to use those utilities that are used by Debian
10309           source packages, please see the <prgn>hello</prgn> example
10310           package.
10311         </p>
10312
10313         <sect1 id="pkg-dpkg-source">
10314           <heading>
10315             <prgn>dpkg-source</prgn> - packs and unpacks Debian source
10316             packages
10317           </heading>
10318
10319           <p>
10320             This program is frequently used by hand, and is also
10321             called from package-independent automated building scripts
10322             such as <prgn>dpkg-buildpackage</prgn>.
10323           </p>
10324
10325           <p>
10326             To unpack a package it is typically invoked with
10327             <example>
10328   dpkg-source -x <var>.../path/to/filename</var>.dsc
10329             </example>
10330           </p>
10331
10332            <p>
10333             with the <file><var>filename</var>.tar.gz</file> and
10334             <file><var>filename</var>.diff.gz</file> (if applicable) in
10335             the same directory.  It unpacks into
10336             <file><var>package</var>-<var>version</var></file>, and if
10337             applicable
10338             <file><var>package</var>-<var>version</var>.orig</file>, in
10339             the current directory.
10340           </p>
10341
10342           <p>
10343             To create a packed source archive it is typically invoked:
10344             <example>
10345   dpkg-source -b <var>package</var>-<var>version</var>
10346           </example>
10347           </p>
10348
10349           <p>
10350             This will create the <file>.dsc</file>, <file>.tar.gz</file> and
10351             <file>.diff.gz</file> (if appropriate) in the current
10352             directory.  <prgn>dpkg-source</prgn> does not clean the
10353             source tree first - this must be done separately if it is
10354             required.
10355           </p>
10356
10357           <p>
10358             See also <ref id="pkg-sourcearchives">.</p>
10359         </sect1>
10360
10361
10362         <sect1 id="pkg-dpkg-buildpackage">
10363           <heading>
10364             <prgn>dpkg-buildpackage</prgn> - overall package-building
10365             control script
10366           </heading>
10367
10368           <p>
10369             <prgn>dpkg-buildpackage</prgn> is a script which invokes
10370             <prgn>dpkg-source</prgn>, the <file>debian/rules</file>
10371             targets <tt>clean</tt>, <tt>build</tt> and
10372             <tt>binary</tt>, <prgn>dpkg-genchanges</prgn> and
10373             <prgn>gpg</prgn> (or <prgn>pgp</prgn>) to build a signed
10374             source and binary package upload.
10375           </p>
10376
10377           <p>
10378             It is usually invoked by hand from the top level of the
10379             built or unbuilt source directory.  It may be invoked with
10380             no arguments; useful arguments include:
10381             <taglist compact="compact">
10382               <tag><tt>-uc</tt>, <tt>-us</tt></tag>
10383               <item>
10384                 <p>
10385                   Do not sign the <tt>.changes</tt> file or the
10386                   source package <tt>.dsc</tt> file, respectively.</p>
10387               </item>
10388               <tag><tt>-p<var>sign-command</var></tt></tag>
10389               <item>
10390                 <p>
10391                   Invoke <var>sign-command</var> instead of finding
10392                   <tt>gpg</tt> or <tt>pgp</tt> on the <prgn>PATH</prgn>.
10393                   <var>sign-command</var> must behave just like
10394                   <prgn>gpg</prgn> or <tt>pgp</tt>.</p>
10395               </item>
10396               <tag><tt>-r<var>root-command</var></tt></tag>
10397               <item>
10398                 <p>
10399                   When root privilege is required, invoke the command
10400                   <var>root-command</var>.  <var>root-command</var>
10401                   should invoke its first argument as a command, from
10402                   the <prgn>PATH</prgn> if necessary, and pass its
10403                   second and subsequent arguments to the command it
10404                   calls.  If no <var>root-command</var> is supplied
10405                   then <var>dpkg-buildpackage</var> will take no
10406                   special action to gain root privilege, so that for
10407                   most packages it will have to be invoked as root to
10408                   start with.</p>
10409               </item>
10410               <tag><tt>-b</tt>, <tt>-B</tt></tag>
10411               <item>
10412                 <p>
10413                   Two types of binary-only build and upload - see
10414                   <manref name="dpkg-source" section="1">.
10415                 </p>
10416               </item>
10417             </taglist>
10418           </p>
10419         </sect1>
10420
10421         <sect1 id="pkg-dpkg-gencontrol">
10422           <heading>
10423             <prgn>dpkg-gencontrol</prgn> - generates binary package
10424             control files
10425           </heading>
10426
10427           <p>
10428             This program is usually called from <file>debian/rules</file>
10429             (see <ref id="pkg-sourcetree">) in the top level of the source
10430             tree.
10431           </p>
10432
10433           <p>
10434             This is usually done just before the files and directories in the
10435             temporary directory tree where the package is being built have their
10436             permissions and ownerships set and the package is constructed using
10437             <prgn>dpkg-deb/</prgn>
10438               <footnote>
10439                 This is so that the control file which is produced has
10440                 the right permissions
10441             </footnote>.
10442           </p>
10443
10444           <p>
10445             <prgn>dpkg-gencontrol</prgn> must be called after all the
10446             files which are to go into the package have been placed in
10447             the temporary build directory, so that its calculation of
10448             the installed size of a package is correct.
10449           </p>
10450
10451           <p>
10452             It is also necessary for <prgn>dpkg-gencontrol</prgn> to
10453             be run after <prgn>dpkg-shlibdeps</prgn> so that the
10454             variable substitutions created by
10455             <prgn>dpkg-shlibdeps</prgn> in <file>debian/substvars</file>
10456             are available.
10457           </p>
10458
10459           <p>
10460             For a package which generates only one binary package, and
10461             which builds it in <file>debian/tmp</file> relative to the top
10462             of the source package, it is usually sufficient to call
10463             <prgn>dpkg-gencontrol</prgn>.
10464           </p>
10465
10466           <p>
10467             Sources which build several binaries will typically need
10468             something like:
10469             <example>
10470   dpkg-gencontrol -Pdebian/tmp-<var>pkg</var> -p<var>package</var>
10471             </example> The <tt>-P</tt> tells
10472             <prgn>dpkg-gencontrol</prgn> that the package is being
10473             built in a non-default directory, and the <tt>-p</tt>
10474             tells it which package's control file should be generated.
10475           </p>
10476
10477           <p>
10478             <prgn>dpkg-gencontrol</prgn> also adds information to the
10479             list of files in <file>debian/files</file>, for the benefit of
10480             (for example) a future invocation of
10481             <prgn>dpkg-genchanges</prgn>.</p>
10482         </sect1>
10483
10484         <sect1 id="pkg-dpkg-shlibdeps">
10485           <heading>
10486             <prgn>dpkg-shlibdeps</prgn> - calculates shared library
10487             dependencies
10488           </heading>
10489
10490           <p>
10491             This program is usually called from <file>debian/rules</file>
10492             just before <prgn>dpkg-gencontrol</prgn> (see <ref
10493             id="pkg-sourcetree">), in the top level of the source tree.
10494           </p>
10495
10496           <p>
10497             Its arguments are executables and shared libraries
10498             <footnote>
10499               <p>
10500                 They may be specified either in the locations in the
10501                 source tree where they are created or in the locations
10502                 in the temporary build tree where they are installed
10503                 prior to binary package creation.
10504               </p>
10505             </footnote> for which shared library dependencies should
10506             be included in the binary package's control file.
10507           </p>
10508
10509           <p>
10510             If some of the found shared libraries should only
10511             warrant a <tt>Recommends</tt> or <tt>Suggests</tt>, or if
10512             some warrant a <tt>Pre-Depends</tt>, this can be achieved
10513             by using the <tt>-d<var>dependency-field</var></tt> option
10514             before those executable(s).  (Each <tt>-d</tt> option
10515             takes effect until the next <tt>-d</tt>.)
10516           </p>
10517
10518           <p>
10519             <prgn>dpkg-shlibdeps</prgn> does not directly cause the
10520             output control file to be modified.  Instead by default it
10521             adds to the <file>debian/substvars</file> file variable
10522             settings like <tt>shlibs:Depends</tt>.  These variable
10523             settings must be referenced in dependency fields in the
10524             appropriate per-binary-package sections of the source
10525             control file.
10526           </p>
10527
10528           <p>
10529             For example, a package that generates an essential part
10530             which requires dependencies, and optional parts that 
10531             which only require a recommendation, would separate those
10532             two sets of dependencies into two different fields.<footnote>
10533                 At the time of writing, an example for this was the
10534                 <package/xmms/ package, with Depends used for the xmms
10535                 executable, Recommends for the plug-ins and Suggests for
10536                 even more optional features provided by unzip.
10537             </footnote>
10538             It can say in its <file>debian/rules</file>:
10539             <example>
10540   dpkg-shlibdeps -dDepends <var>program anotherprogram ...</var> \
10541                  -dRecommends <var>optionalpart anotheroptionalpart</var>
10542             </example>
10543             and then in its main control file <file>debian/control</file>:
10544             <example>
10545   <var>...</var>
10546   Depends: ${shlibs:Depends}
10547   Recommends: ${shlibs:Recommends}
10548   <var>...</var>
10549             </example>
10550           </p>
10551
10552           <p>
10553             Sources which produce several binary packages with
10554             different shared library dependency requirements can use
10555             the <tt>-p<var>varnameprefix</var></tt> option to override
10556             the default <tt>shlibs:</tt> prefix (one invocation of
10557             <prgn>dpkg-shlibdeps</prgn> per setting of this option).
10558             They can thus produce several sets of dependency
10559             variables, each of the form
10560             <tt><var>varnameprefix</var>:<var>dependencyfield</var></tt>,
10561             which can be referred to in the appropriate parts of the
10562             binary package control files.
10563           </p>
10564         </sect1>
10565
10566
10567         <sect1 id="pkg-dpkg-distaddfile">
10568           <heading>
10569             <prgn>dpkg-distaddfile</prgn> - adds a file to
10570             <file>debian/files</file>
10571           </heading>
10572
10573           <p>
10574             Some packages' uploads need to include files other than
10575             the source and binary package files.
10576           </p>
10577
10578           <p>
10579             <prgn>dpkg-distaddfile</prgn> adds a file to the
10580             <file>debian/files</file> file so that it will be included in
10581             the <file>.changes</file> file when
10582             <prgn>dpkg-genchanges</prgn> is run.
10583           </p>
10584
10585           <p>
10586             It is usually invoked from the <tt>binary</tt> target of
10587             <file>debian/rules</file>:
10588             <example>
10589   dpkg-distaddfile <var>filename</var> <var>section</var> <var>priority</var>
10590             </example>
10591             The <var>filename</var> is relative to the directory where
10592             <prgn>dpkg-genchanges</prgn> will expect to find it - this
10593             is usually the directory above the top level of the source
10594             tree.  The <file>debian/rules</file> target should put the
10595             file there just before or just after calling
10596             <prgn>dpkg-distaddfile</prgn>.
10597           </p>
10598
10599           <p>
10600             The <var>section</var> and <var>priority</var> are passed
10601             unchanged into the resulting <file>.changes</file> file.
10602           </p>
10603         </sect1>
10604
10605
10606         <sect1 id="pkg-dpkg-genchanges">
10607           <heading>
10608             <prgn>dpkg-genchanges</prgn> - generates a <file>.changes</file>
10609             upload control file
10610           </heading>
10611
10612           <p>
10613             This program is usually called by package-independent
10614             automatic building scripts such as
10615             <prgn>dpkg-buildpackage</prgn>, but it may also be called
10616             by hand.
10617           </p>
10618
10619           <p>
10620             It is usually called in the top level of a built source
10621             tree, and when invoked with no arguments will print out a
10622             straightforward <file>.changes</file> file based on the
10623             information in the source package's changelog and control
10624             file and the binary and source packages which should have
10625             been built.
10626           </p>
10627         </sect1>
10628
10629
10630         <sect1 id="pkg-dpkg-parsechangelog">
10631           <heading>
10632             <prgn>dpkg-parsechangelog</prgn> - produces parsed
10633             representation of a changelog
10634           </heading>
10635
10636           <p>
10637             This program is used internally by
10638             <prgn>dpkg-source</prgn> et al.  It may also occasionally
10639             be useful in <file>debian/rules</file> and elsewhere.  It
10640             parses a changelog, <file>debian/changelog</file> by default,
10641             and prints a control-file format representation of the
10642             information in it to standard output.
10643           </p>
10644         </sect1>
10645
10646         <sect1 id="pkg-dpkg-architecture">
10647           <heading>
10648             <prgn>dpkg-architecture</prgn> - information about the build and
10649             host system
10650           </heading>
10651
10652           <p>
10653             This program can be used manually, but is also invoked by
10654             <tt>dpkg-buildpackage</tt> or <file>debian/rules</file> to set
10655             environment or make variables which specify the build and host
10656             architecture for the package building process.
10657           </p>
10658         </sect1>
10659       </sect>
10660
10661       <sect id="pkg-sourcetree">
10662         <heading>The Debian package source tree</heading>
10663
10664         <p>
10665           The source archive scheme described later is intended to
10666           allow a Debian package source tree with some associated
10667           control information to be reproduced and transported easily.
10668           The Debian package source tree is a version of the original
10669           program with certain files added for the benefit of the
10670           packaging process, and with any other changes required
10671           made to the rest of the source code and installation
10672           scripts.
10673         </p>
10674
10675         <p>
10676           The extra files created for Debian are in the subdirectory
10677           <file>debian</file> of the top level of the Debian package
10678           source tree. They are described below.
10679         </p>
10680
10681         <sect1 id="pkg-debianrules">
10682           <heading><file>debian/rules</file> - the main building script</heading>
10683
10684           <p>
10685             See <ref id="debianrules">.
10686           </p>
10687         </sect1>
10688
10689         <sect1 id="pkg-srcsubstvars">
10690           <heading><file>debian/substvars</file> and variable substitutions</heading>
10691
10692           <p>
10693             See <ref id="substvars">.
10694           </p>
10695
10696         </sect1>
10697
10698         <sect1>
10699           <heading><file>debian/files</file></heading>
10700
10701           <p>
10702             See <ref id="debianfiles">.
10703           </p>
10704         </sect1>
10705
10706         <sect1><heading><file>debian/tmp</file>
10707           </heading>
10708
10709           <p>
10710             This is the canonical temporary location for the
10711             construction of binary packages by the <tt>binary</tt>
10712             target.  The directory <file>tmp</file> serves as the root of
10713             the file system tree as it is being constructed (for
10714             example, by using the package's upstream makefiles install
10715             targets and redirecting the output there), and it also
10716             contains the <tt>DEBIAN</tt> subdirectory.  See <ref
10717             id="pkg-bincreating">.
10718           </p>
10719
10720           <p>
10721             If several binary packages are generated from the same
10722             source tree it is usual to use several
10723             <file>debian/tmp<var>something</var></file> directories, for
10724             example <file>tmp-a</file> or <file>tmp-doc</file>.
10725           </p>
10726
10727           <p>
10728             Whatever <file>tmp</file> directories are created and used by
10729             <tt>binary</tt> must of course be removed by the
10730             <tt>clean</tt> target.</p></sect1>
10731       </sect>
10732
10733
10734       <sect id="pkg-sourcearchives"><heading>Source packages as archives
10735         </heading>
10736
10737         <p>
10738           As it exists on the FTP site, a Debian source package
10739           consists of three related files.  You must have the right
10740           versions of all three to be able to use them.
10741         </p>
10742
10743         <p>
10744           <taglist>
10745             <tag>Debian source control file - <tt>.dsc</tt></tag>
10746             <item>
10747                 This file is a control file used by <prgn>dpkg-source</prgn>
10748                 to extract a source package.
10749                 See <ref id="debiansourcecontrolfiles">.
10750             </item>
10751
10752             <tag>
10753               Original source archive -
10754               <file>
10755                 <var>package</var>_<var>upstream-version</var>.orig.tar.gz
10756               </file>
10757             </tag>
10758
10759             <item>
10760               <p>
10761                 This is a compressed (with <tt>gzip -9</tt>)
10762                 <prgn>tar</prgn> file containing the source code from
10763                 the upstream authors of the program.
10764               </p>
10765             </item>
10766
10767             <tag>
10768               Debian package diff -
10769               <file>
10770                 <var>package</var>_<var>upstream_version-revision</var>.diff.gz
10771               </file>
10772             </tag>
10773             <item>
10774
10775               <p>
10776                 This is a unified context diff (<tt>diff -u</tt>)
10777                 giving the changes which are required to turn the
10778                 original source into the Debian source.  These changes
10779                 may only include editing and creating plain files.
10780                 The permissions of files, the targets of symbolic
10781                 links and the characteristics of special files or
10782                 pipes may not be changed and no files may be removed
10783                 or renamed.
10784               </p>
10785
10786               <p>
10787                 All the directories in the diff must exist, except the
10788                 <file>debian</file> subdirectory of the top of the source
10789                 tree, which will be created by
10790                 <prgn>dpkg-source</prgn> if necessary when unpacking.
10791               </p>
10792
10793               <p>
10794                 The <prgn>dpkg-source</prgn> program will
10795                 automatically make the <file>debian/rules</file> file
10796                 executable (see below).</p></item>
10797           </taglist>
10798         </p>
10799
10800         <p>
10801           If there is no original source code - for example, if the
10802           package is specially prepared for Debian or the Debian
10803           maintainer is the same as the upstream maintainer - the
10804           format is slightly different: then there is no diff, and the
10805           tarfile is named
10806           <file><var>package</var>_<var>version</var>.tar.gz</file>,
10807           and preferably contains a directory named
10808           <file><var>package</var>-<var>version</var></file>.
10809         </p>
10810       </sect>
10811
10812       <sect>
10813         <heading>Unpacking a Debian source package without <prgn>dpkg-source</prgn></heading>
10814
10815         <p>
10816           <tt>dpkg-source -x</tt> is the recommended way to unpack a
10817           Debian source package.  However, if it is not available it
10818           is possible to unpack a Debian source archive as follows:
10819         <enumlist compact="compact">
10820           <item>
10821             <p>
10822               Untar the tarfile, which will create a <file>.orig</file>
10823               directory.</p>
10824           </item>
10825           <item>
10826             <p>Rename the <file>.orig</file> directory to
10827               <file><var>package</var>-<var>version</var></file>.</p>
10828           </item>
10829             <item>
10830             <p>
10831               Create the subdirectory <file>debian</file> at the top of
10832               the source tree.</p>
10833           </item>
10834           <item><p>Apply the diff using <tt>patch -p0</tt>.</p>
10835           </item>
10836           <item><p>Untar the tarfile again if you want a copy of the original
10837               source code alongside the Debian version.</p>
10838           </item>
10839         </enumlist>
10840
10841         <p>
10842           It is not possible to generate a valid Debian source archive
10843           without using <prgn>dpkg-source</prgn>.  In particular,
10844           attempting to use <prgn>diff</prgn> directly to generate the
10845           <file>.diff.gz</file> file will not work.
10846         </p>
10847
10848         <sect1>
10849           <heading>Restrictions on objects in source packages</heading>
10850
10851           <p>
10852             The source package may not contain any hard links
10853             <footnote>
10854                 This is not currently detected when building source
10855                 packages, but only when extracting
10856                 them.
10857             </footnote>
10858             <footnote>
10859                 Hard links may be permitted at some point in the
10860                 future, but would require a fair amount of
10861                 work.
10862             </footnote>, device special files, sockets or setuid or
10863             setgid files.
10864             <footnote>
10865                 Setgid directories are allowed.
10866             </footnote>
10867           </p>
10868
10869           <p>
10870             The source packaging tools manage the changes between the
10871             original and Debian source using <prgn>diff</prgn> and
10872             <prgn>patch</prgn>.  Turning the original source tree as
10873             included in the <file>.orig.tar.gz</file> into the Debian
10874             package source must not involve any changes which cannot be
10875             handled by these tools.  Problematic changes which cause
10876             <prgn>dpkg-source</prgn> to halt with an error when
10877             building the source package are:
10878             <list compact="compact">
10879               <item><p>Adding or removing symbolic links, sockets or pipes.</p>
10880               </item>
10881               <item><p>Changing the targets of symbolic links.</p>
10882               </item>
10883               <item><p>Creating directories, other than <file>debian</file>.</p>
10884               </item>
10885               <item><p>Changes to the contents of binary files.</p></item>
10886             </list> Changes which cause <prgn>dpkg-source</prgn> to
10887             print a warning but continue anyway are:
10888             <list compact="compact">
10889               <item>
10890                 <p>
10891                   Removing files, directories or symlinks.
10892                   <footnote>
10893                       Renaming a file is not treated specially - it is
10894                       seen as the removal of the old file (which
10895                       generates a warning, but is otherwise ignored),
10896                       and the creation of the new one.
10897                   </footnote>
10898                 </p>
10899               </item>
10900               <item>
10901                 <p>
10902                   Changed text files which are missing the usual final
10903                   newline (either in the original or the modified
10904                   source tree).
10905                 </p>
10906               </item>
10907             </list>
10908             Changes which are not represented, but which are not detected by
10909             <prgn>dpkg-source</prgn>, are:
10910             <list compact="compact">
10911               <item><p>Changing the permissions of files (other than
10912                   <file>debian/rules</file>) and directories.</p></item>
10913             </list>
10914           </p>
10915
10916           <p>
10917             The <file>debian</file> directory and <file>debian/rules</file>
10918             are handled specially by <prgn>dpkg-source</prgn> - before
10919             applying the changes it will create the <file>debian</file>
10920             directory, and afterwards it will make
10921             <file>debian/rules</file> world-executable.
10922           </p>
10923         </sect1>
10924       </sect>
10925     </appendix>
10926
10927     <appendix id="pkg-controlfields">
10928       <heading>Control files and their fields (from old Packaging Manual)</heading>
10929
10930       <p>
10931         Many of the tools in the <prgn>dpkg</prgn> suite manipulate
10932         data in a common format, known as control files.  Binary and
10933         source packages have control data as do the <file>.changes</file>
10934         files which control the installation of uploaded files, and
10935         <prgn>dpkg</prgn>'s internal databases are in a similar
10936         format.
10937       </p>
10938
10939       <sect>
10940         <heading>Syntax of control files</heading>
10941
10942         <p>
10943           See <ref id="controlsyntax">.
10944         </p>
10945
10946         <p>
10947           It is important to note that there are several fields which
10948           are optional as far as <prgn>dpkg</prgn> and the related
10949           tools are concerned, but which must appear in every Debian
10950           package, or whose omission may cause problems.
10951         </p>
10952       </sect>
10953
10954       <sect>
10955         <heading>List of fields</heading>
10956
10957         <p>
10958           See <ref id="controlfieldslist">.
10959         </p>
10960
10961         <p>
10962           This section now contains only the fields that didn't belong
10963           to the Policy manual.
10964         </p>
10965
10966         <sect1 id="pkg-f-Filename">
10967           <heading><tt>Filename</tt> and <tt>MSDOS-Filename</tt></heading>
10968
10969           <p>
10970             These fields in <tt>Packages</tt> files give the
10971             filename(s) of (the parts of) a package in the
10972             distribution directories, relative to the root of the
10973             Debian hierarchy.  If the package has been split into
10974             several parts the parts are all listed in order, separated
10975             by spaces.
10976           </p>
10977         </sect1>
10978
10979         <sect1 id="pkg-f-Size">
10980           <heading><tt>Size</tt> and <tt>MD5sum</tt></heading>
10981
10982           <p>
10983             These fields in <file>Packages</file> files give the size (in
10984             bytes, expressed in decimal) and MD5 checksum of the
10985             file(s) which make(s) up a binary package in the
10986             distribution.  If the package is split into several parts
10987             the values for the parts are listed in order, separated by
10988             spaces.
10989           </p>
10990         </sect1>
10991
10992         <sect1 id="pkg-f-Status">
10993           <heading><tt>Status</tt></heading>
10994
10995           <p>
10996             This field in <prgn>dpkg</prgn>'s status file records
10997             whether the user wants a package installed, removed or
10998             left alone, whether it is broken (requiring
10999             re-installation) or not and what its current state on the
11000             system is.  Each of these pieces of information is a
11001             single word.
11002           </p>
11003         </sect1>
11004
11005         <sect1 id="pkg-f-Config-Version">
11006           <heading><tt>Config-Version</tt></heading>
11007
11008           <p>
11009             If a package is not installed or not configured, this
11010             field in <prgn>dpkg</prgn>'s status file records the last
11011             version of the package which was successfully
11012             configured.
11013           </p>
11014         </sect1>
11015
11016         <sect1 id="pkg-f-Conffiles">
11017           <heading><tt>Conffiles</tt></heading>
11018
11019           <p>
11020             This field in <prgn>dpkg</prgn>'s status file contains
11021             information about the automatically-managed configuration
11022             files held by a package.  This field should <em>not</em>
11023             appear anywhere in a package!
11024           </p>
11025         </sect1>
11026
11027         <sect1>
11028           <heading>Obsolete fields</heading>
11029
11030           <p>
11031             These are still recognized by <prgn>dpkg</prgn> but should
11032             not appear anywhere any more.
11033
11034             <taglist compact="compact">
11035
11036               <tag><tt>Revision</tt></tag>
11037               <tag><tt>Package-Revision</tt></tag>
11038               <tag><tt>Package_Revision</tt></tag>
11039               <item>
11040                   The Debian revision part of the package version was
11041                   at one point in a separate control field.  This
11042                   field went through several names.
11043               </item>
11044
11045               <tag><tt>Recommended</tt></tag>
11046               <item>Old name for <tt>Recommends</tt>.</item>
11047
11048               <tag><tt>Optional</tt></tag>
11049               <item>Old name for <tt>Suggests</tt>.</item>
11050
11051               <tag><tt>Class</tt></tag>
11052               <item>Old name for <tt>Priority</tt>.</item>
11053
11054             </taglist>
11055           </p>
11056         </sect1>
11057       </sect>
11058
11059     </appendix>
11060
11061     <appendix id="pkg-conffiles">
11062       <heading>Configuration file handling (from old Packaging Manual)</heading>
11063
11064       <p>
11065         <prgn>dpkg</prgn> can do a certain amount of automatic
11066         handling of package configuration files.
11067       </p>
11068
11069       <p>
11070         Whether this mechanism is appropriate depends on a number of
11071         factors, but basically there are two approaches to any
11072         particular configuration file.
11073       </p>
11074
11075       <p>
11076         The easy method is to ship a best-effort configuration in the
11077         package, and use <prgn>dpkg</prgn>'s conffile mechanism to
11078         handle updates.  If the user is unlikely to want to edit the
11079         file, but you need them to be able to without losing their
11080         changes, and a new package with a changed version of the file
11081         is only released infrequently, this is a good approach.
11082       </p>
11083
11084       <p>
11085         The hard method is to build the configuration file from
11086         scratch in the <prgn>postinst</prgn> script, and to take the
11087         responsibility for fixing any mistakes made in earlier
11088         versions of the package automatically.  This will be
11089         appropriate if the file is likely to need to be different on
11090         each system.
11091       </p>
11092
11093       <sect><heading>Automatic handling of configuration files by
11094       <prgn>dpkg</prgn>
11095         </heading>
11096
11097         <p>
11098           A package may contain a control information file called
11099           <tt>conffiles</tt>.  This file should be a list of filenames
11100           of configuration files needing automatic handling, separated
11101           by newlines.  The filenames should be absolute pathnames,
11102           and the files referred to should actually exist in the
11103           package.
11104         </p>
11105
11106         <p>
11107           When a package is upgraded <prgn>dpkg</prgn> will process
11108           the configuration files during the configuration stage,
11109           shortly before it runs the package's <prgn>postinst</prgn>
11110           script,
11111         </p>
11112
11113         <p>
11114           For each file it checks to see whether the version of the
11115           file included in the package is the same as the one that was
11116           included in the last version of the package (the one that is
11117           being upgraded from); it also compares the version currently
11118           installed on the system with the one shipped with the last
11119           version.
11120         </p>
11121
11122         <p>
11123           If neither the user nor the package maintainer has changed
11124           the file, it is left alone.  If one or the other has changed
11125           their version, then the changed version is preferred - i.e.,
11126           if the user edits their file, but the package maintainer
11127           doesn't ship a different version, the user's changes will
11128           stay, silently, but if the maintainer ships a new version
11129           and the user hasn't edited it the new version will be
11130           installed (with an informative message).  If both have
11131           changed their version the user is prompted about the problem
11132           and must resolve the differences themselves.
11133         </p>
11134
11135         <p>
11136           The comparisons are done by calculating the MD5 message
11137           digests of the files, and storing the MD5 of the file as it
11138           was included in the most recent version of the package.
11139         </p>
11140
11141         <p>
11142           When a package is installed for the first time
11143           <prgn>dpkg</prgn> will install the file that comes with it,
11144           unless that would mean overwriting a file already on the
11145           file system.
11146         </p>
11147
11148         <p>
11149           However, note that <prgn>dpkg</prgn> will <em>not</em>
11150           replace a conffile that was removed by the user (or by a
11151           script).  This is necessary because with some programs a
11152           missing file produces an effect hard or impossible to
11153           achieve in another way, so that a missing file needs to be
11154           kept that way if the user did it.
11155         </p>
11156
11157         <p>
11158           Note that a package should <em>not</em> modify a
11159           <prgn>dpkg</prgn>-handled conffile in its maintainer
11160           scripts.  Doing this will lead to <prgn>dpkg</prgn> giving
11161           the user confusing and possibly dangerous options for
11162           conffile update when the package is upgraded.</p>
11163       </sect>
11164
11165       <sect><heading>Fully-featured maintainer script configuration
11166       handling
11167         </heading>
11168
11169         <p>
11170           For files which contain site-specific information such as
11171           the hostname and networking details and so forth, it is
11172           better to create the file in the package's
11173           <prgn>postinst</prgn> script.
11174         </p>
11175
11176         <p>
11177           This will typically involve examining the state of the rest
11178           of the system to determine values and other information, and
11179           may involve prompting the user for some information which
11180           can't be obtained some other way.
11181         </p>
11182
11183         <p>
11184           When using this method there are a couple of important
11185           issues which should be considered:
11186         </p>
11187
11188         <p>
11189           If you discover a bug in the program which generates the
11190           configuration file, or if the format of the file changes
11191           from one version to the next, you will have to arrange for
11192           the postinst script to do something sensible - usually this
11193           will mean editing the installed configuration file to remove
11194           the problem or change the syntax.  You will have to do this
11195           very carefully, since the user may have changed the file,
11196           perhaps to fix the very problem that your script is trying
11197           to deal with - you will have to detect these situations and
11198           deal with them correctly.
11199         </p>
11200
11201         <p>
11202           If you do go down this route it's probably a good idea to
11203           make the program that generates the configuration file(s) a
11204           separate program in <file>/usr/sbin</file>, by convention called
11205           <file><var>package</var>config</file> and then run that if
11206           appropriate from the post-installation script.  The
11207           <tt><var>package</var>config</tt> program should not
11208           unquestioningly overwrite an existing configuration - if its
11209           mode of operation is geared towards setting up a package for
11210           the first time (rather than any arbitrary reconfiguration
11211           later) you should have it check whether the configuration
11212           already exists, and require a <tt>--force</tt> flag to
11213           overwrite it.</p></sect>
11214     </appendix>
11215
11216     <appendix id="pkg-alternatives"><heading>Alternative versions of
11217         an interface - <prgn>update-alternatives</prgn> (from old
11218     Packaging Manual)
11219       </heading>
11220
11221       <p>
11222         When several packages all provide different versions of the
11223         same program or file it is useful to have the system select a
11224         default, but to allow the system administrator to change it
11225         and have their decisions respected.
11226       </p>
11227
11228       <p>
11229         For example, there are several versions of the <prgn>vi</prgn>
11230         editor, and there is no reason to prevent all of them from
11231         being installed at once, each under their own name
11232         (<prgn>nvi</prgn>, <prgn>vim</prgn> or whatever).
11233         Nevertheless it is desirable to have the name <tt>vi</tt>
11234         refer to something, at least by default.
11235       </p>
11236
11237       <p>
11238         If all the packages involved cooperate, this can be done with
11239         <prgn>update-alternatives</prgn>.
11240       </p>
11241
11242       <p>
11243         Each package provides its own version under its own name, and
11244         calls <prgn>update-alternatives</prgn> in its postinst to
11245         register its version (and again in its prerm to deregister
11246         it).
11247       </p>
11248
11249       <p>
11250         See the man page <manref name="update-alternatives"
11251         section="8"> for details.
11252       </p>
11253
11254       <p>
11255         If <prgn>update-alternatives</prgn> does not seem appropriate
11256         you may wish to consider using diversions instead.</p>
11257     </appendix>
11258
11259     <appendix id="pkg-diversions"><heading>Diversions - overriding a
11260     package's version of a file (from old Packaging Manual)
11261       </heading>
11262
11263       <p>
11264         It is possible to have <prgn>dpkg</prgn> not overwrite a file
11265         when it reinstalls the package it belongs to, and to have it
11266         put the file from the package somewhere else instead.
11267       </p>
11268
11269       <p>
11270         This can be used locally to override a package's version of a
11271         file, or by one package to override another's version (or
11272         provide a wrapper for it).
11273       </p>
11274
11275       <p>
11276         Before deciding to use a diversion, read <ref
11277         id="pkg-alternatives"> to see if you really want a diversion
11278         rather than several alternative versions of a program.
11279       </p>
11280
11281       <p>
11282         There is a diversion list, which is read by <prgn>dpkg</prgn>,
11283         and updated by a special program <prgn>dpkg-divert</prgn>.
11284         Please see <manref name="dpkg-divert" section="8"> for full
11285         details of its operation.
11286       </p>
11287
11288       <p>
11289         When a package wishes to divert a file from another, it should
11290         call <prgn>dpkg-divert</prgn> in its preinst to add the
11291         diversion and rename the existing file.  For example,
11292         supposing that a <prgn>smailwrapper</prgn> package wishes to
11293         install a wrapper around <file>/usr/sbin/smail</file>:
11294         <example>
11295    dpkg-divert --package smailwrapper --add --rename \
11296       --divert /usr/sbin/smail.real /usr/sbin/smail
11297         </example> The <tt>--package smailwrapper</tt> ensures that
11298         <prgn>smailwrapper</prgn>'s copy of <file>/usr/sbin/smail</file>
11299         can bypass the diversion and get installed as the true version.
11300         It's safe to add the diversion unconditionally on upgrades since
11301         it will be left unchanged if it already exists, but
11302         <prgn>dpkg-divert</prgn> will display a message.  To suppress that
11303         message, make the command conditional on the version from which
11304         the package is being upgraded:
11305         <example>
11306    if [ upgrade != "$1" ] || dpkg --compare-versions "$2" lt 1.0-2; then
11307       dpkg-divert --package smailwrapper --add --rename \
11308          --divert /usr/sbin/smail.real /usr/sbin/smail
11309    fi
11310         </example> where <tt>1.0-2</tt> is the version at which the
11311         diversion was first added to the package.  Running the command
11312         during abort-upgrade is pointless but harmless.
11313       </p>
11314
11315       <p>
11316         The postrm has to do the reverse:
11317         <example>
11318   if [ remove = "$1" -o abort-install = "$1" -o disappear = "$1" ]; then
11319      dpkg-divert --package smailwrapper --remove --rename \
11320         --divert /usr/sbin/smail.real /usr/sbin/smail
11321   fi
11322         </example> If the diversion was added at a particular version, the
11323         postrm should also handle the failure case of upgrading from an
11324         older version (unless the older version is so old that direct
11325         upgrades are no longer supported):
11326         <example>
11327   if [ abort-upgrade = "$1" ] && dpkg --compare-versions "$2" lt 1.0-2; then
11328      dpkg-divert --package smailwrapper --remove --rename \
11329         --divert /usr/sbin/smail.real /usr/sbin/smail
11330   fi
11331         </example> where <tt>1.0-2</tt> is the version at which the
11332         diversion was first added to the package.  The postrm should not
11333         remove the diversion on upgrades both because there's no reason to
11334         remove the diversion only to immediately re-add it and since the
11335         postrm of the old package is run after unpacking so the removal of
11336         the diversion will fail.
11337       </p>
11338
11339       <p>
11340         Do not attempt to divert a file which is vitally important for
11341         the system's operation - when using <prgn>dpkg-divert</prgn>
11342         there is a time, after it has been diverted but before
11343         <prgn>dpkg</prgn> has installed the new version, when the file
11344         does not exist.</p>
11345     </appendix>
11346
11347   </book>
11348 </debiandoc>
11349 <!-- Local variables: -->
11350 <!-- indent-tabs-mode: t -->
11351 <!-- End: -->
11352 <!-- vim:set ai sts=2 sw=2 tw=76: -->