]> git.donarmstrong.com Git - debian/debian-policy.git/blob - policy.sgml
Document the FreeDesktop menu entries and media type declarations.
[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
162         <p>
163           udebs (stripped-down binary packages used by the Debian Installer) do
164           not comply with all of the requirements discussed here.  See the
165           <url name="Debian Installer internals manual"
166           id="http://d-i.alioth.debian.org/doc/internals/ch03.html"> for more
167           information about them.
168         </p>
169       </sect>
170
171       <sect>
172         <heading>New versions of this document</heading>
173
174         <p>
175           This manual is distributed via the Debian package
176           <package><url name="debian-policy"
177               id="http://packages.debian.org/debian-policy"></package> 
178           (<httpsite>packages.debian.org</httpsite> 
179           <httppath>/debian-policy</httppath>).
180         </p>
181
182         <p>
183           The current version of this document is also available from
184           the Debian web mirrors at
185           <tt><url name="/doc/debian-policy/"
186                 id="http://www.debian.org/doc/debian-policy/"></tt>.
187           (
188           <httpsite>www.debian.org</httpsite>
189           <httppath>/doc/debian-policy/</httppath>)
190           Also available from the same directory are several other
191           formats: <file>policy.html.tar.gz</file>
192           (<httppath>/doc/debian-policy/policy.html.tar.gz</httppath>),
193           <file>policy.pdf.gz</file> 
194           (<httppath>/doc/debian-policy/policy.pdf.gz</httppath>)
195           and <file>policy.ps.gz</file>
196           (<httppath>/doc/debian-policy/policy.ps.gz</httppath>).
197         </p>
198
199         <p>
200           The <package>debian-policy</package> package also includes the file
201           <file>upgrading-checklist.txt.gz</file> which indicates policy
202           changes between versions of this document.
203         </p>
204       </sect>
205
206       <sect id="authors">
207         <heading>Authors and Maintainers</heading>
208
209         <p>
210           Originally called "Debian GNU/Linux Policy Manual", this
211           manual was initially written in 1996 by Ian Jackson.
212           It was revised on November 27th, 1996 by David A. Morris.
213           Christian Schwarz added new sections on March 15th, 1997,
214           and reworked/restructured it in April-July 1997.
215           Christoph Lameter contributed the "Web Standard".
216           Julian Gilbey largely restructured it in 2001.
217         </p>
218
219         <p>
220           Since September 1998, the responsibility for the contents of
221           this document lies on the <url name="debian-policy mailing list"
222           id="mailto:debian-policy@lists.debian.org">. Proposals
223           are discussed there and inserted into policy after a certain
224           consensus is established.
225           <!-- insert shameless policy-process plug here eventually -->
226           The actual editing is done by a group of maintainers that have
227           no editorial powers. These are the current maintainers:
228
229           <enumlist>
230             <item>Russ Allbery</item>
231             <item>Bill Allombert</item>
232             <item>Andrew McMillan</item>
233             <item>Manoj Srivastava</item>
234             <item>Colin Watson</item>
235           </enumlist>
236         </p>
237
238         <p>
239           While the authors of this document have tried hard to avoid
240           typos and other errors, these do still occur. If you discover
241           an error in this manual or if you want to give any
242           comments, suggestions, or criticisms please send an email to
243           the Debian Policy List,
244           <email>debian-policy@lists.debian.org</email>, or submit a
245           bug report against the <tt>debian-policy</tt> package.
246         </p>
247
248         <p>
249           Please do not try to reach the individual authors or maintainers
250           of the Policy Manual regarding changes to the Policy.
251         </p>
252       </sect>
253
254       <sect id="related">
255         <heading>Related documents</heading>
256
257         <p>
258           There are several other documents other than this Policy Manual
259           that are necessary to fully understand some Debian policies and
260           procedures.
261         </p>
262
263         <p>
264           The external "sub-policy" documents are referred to in:
265           <list compact="compact">
266             <item><ref id="fhs"></item>
267             <item><ref id="virtual_pkg"></item>
268             <item><ref id="menus"></item>
269             <item><ref id="perl"></item>
270             <item><ref id="maintscriptprompt"></item>
271             <item><ref id="emacs"></item>
272           </list>
273         </p>
274
275         <p>
276           In addition to those, which carry the weight of policy, there
277           is the Debian Developer's Reference. This document describes
278           procedures and resources for Debian developers, but it is
279           <em>not</em> normative; rather, it includes things that don't
280           belong in the Policy, such as best practices for developers.
281         </p>
282
283         <p>
284           The Developer's Reference is available in the
285           <package>developers-reference</package> package.
286           It's also available from the Debian web mirrors at
287           <tt><url name="/doc/developers-reference/"
288                 id="http://www.debian.org/doc/developers-reference/"></tt>.
289         </p>
290
291         <p>
292           Finally, a <qref id="copyrightformat">specification for
293           machine-readable copyright files</qref> is maintained as part of
294           the <package>debian-policy</package> package using the same
295           procedure as the other policy documents.  Use of this format is
296           optional.
297         </p>
298       </sect>
299
300       <sect id="definitions">
301         <heading>Definitions</heading>
302
303         <p>
304           The following terms are used in this Policy Manual:
305           <taglist>
306             <tag>ASCII</tag>
307             <item>
308               The character encoding specified by ANSI X3.4-1986 and its
309               predecessor standards, referred to in MIME as US-ASCII, and
310               corresponding to an encoding in eight bits per character of
311               the first 128 <url id="http://www.unicode.org/"
312               name="Unicode"> characters, with the eighth bit always zero.
313             </item>
314             <tag>UTF-8</tag>
315             <item>
316               The transformation format (sometimes called encoding) of
317               <url id="http://www.unicode.org/" name="Unicode"> defined by
318               <url id="http://www.rfc-editor.org/rfc/rfc3629.txt"
319               name="RFC 3629">.  UTF-8 has the useful property of having
320               ASCII as a subset, so any text encoded in ASCII is trivially
321               also valid UTF-8.
322             </item>
323           </taglist>
324         </p>
325       </sect>
326     </chapt>
327
328
329     <chapt id="archive">
330       <heading>The Debian Archive</heading>
331
332       <p>
333         The Debian system is maintained and distributed as a
334         collection of <em>packages</em>. Since there are so many of
335         them (currently well over 15000), they are split into
336         <em>sections</em> and given <em>priorities</em> to simplify
337         the handling of them.
338       </p>
339
340       <p>
341         The effort of the Debian project is to build a free operating
342         system, but not every package we want to make accessible is
343         <em>free</em> in our sense (see the Debian Free Software
344         Guidelines, below), or may be imported/exported without
345         restrictions. Thus, the archive is split into areas<footnote>
346           The Debian archive software uses the term "component" internally
347           and in the Release file format to refer to the division of an
348           archive.  The Debian Social Contract simply refers to "areas."
349           This document uses terminology similar to the Social Contract.
350         </footnote> based on their licenses and other restrictions.
351       </p>
352
353       <p>
354         The aims of this are:
355
356         <list compact="compact">
357           <item>to allow us to make as much software available as we can</item>
358           <item>to allow us to encourage everyone to write free software,
359                 and</item>
360           <item>to allow us to make it easy for people to produce
361                 CD-ROMs of our system without violating any licenses,
362                 import/export restrictions, or any other laws.</item>
363         </list>
364       </p>
365
366       <p>
367         The <em>main</em> archive area forms the <em>Debian distribution</em>.
368       </p>
369
370       <p>
371         Packages in the other archive areas (<tt>contrib</tt>,
372         <tt>non-free</tt>) are not considered to be part of the Debian
373         distribution, although we support their use and provide
374         infrastructure for them (such as our bug-tracking system and
375         mailing lists). This Debian Policy Manual applies to these
376         packages as well.
377       </p>
378
379       <sect id="dfsg">
380         <heading>The Debian Free Software Guidelines</heading>
381         <p>
382           The Debian Free Software Guidelines (DFSG) form our
383           definition of "free software".  These are:
384             <taglist>
385               <tag>1. Free Redistribution
386               </tag>
387               <item>
388                   The license of a Debian component may not restrict any
389                   party from selling or giving away the software as a
390                   component of an aggregate software distribution
391                   containing programs from several different
392                   sources. The license may not require a royalty or
393                   other fee for such sale.
394               </item>
395               <tag>2. Source Code
396               </tag>
397               <item>
398                   The program must include source code, and must allow
399                   distribution in source code as well as compiled form.
400               </item>
401               <tag>3. Derived Works
402               </tag>
403               <item>
404                   The license must allow modifications and derived
405                   works, and must allow them to be distributed under the
406                   same terms as the license of the original software.
407               </item>
408               <tag>4. Integrity of The Author's Source Code
409               </tag>
410               <item>
411                   The license may restrict source-code from being
412                   distributed in modified form <em>only</em> if the
413                   license allows the distribution of "patch files"
414                   with the source code for the purpose of modifying the
415                   program at build time. The license must explicitly
416                   permit distribution of software built from modified
417                   source code. The license may require derived works to
418                   carry a different name or version number from the
419                   original software.  (This is a compromise. The Debian
420                   Project encourages all authors to not restrict any
421                   files, source or binary, from being modified.)
422               </item>
423               <tag>5. No Discrimination Against Persons or Groups
424               </tag>
425               <item>
426                   The license must not discriminate against any person
427                   or group of persons.
428               </item>
429               <tag>6. No Discrimination Against Fields of Endeavor
430               </tag>
431               <item>
432                   The license must not restrict anyone from making use
433                   of the program in a specific field of endeavor. For
434                   example, it may not restrict the program from being
435                   used in a business, or from being used for genetic
436                   research.
437               </item>
438               <tag>7. Distribution of License
439               </tag>
440               <item>
441                   The rights attached to the program must apply to all
442                   to whom the program is redistributed without the need
443                   for execution of an additional license by those
444                   parties.
445               </item>
446               <tag>8. License Must Not Be Specific to Debian
447               </tag>
448               <item>
449                   The rights attached to the program must not depend on
450                   the program's being part of a Debian system. If the
451                   program is extracted from Debian and used or
452                   distributed without Debian but otherwise within the
453                   terms of the program's license, all parties to whom
454                   the program is redistributed must have the same
455                   rights as those that are granted in conjunction with
456                   the Debian system.
457               </item>
458               <tag>9. License Must Not Contaminate Other Software
459               </tag>
460               <item>
461                   The license must not place restrictions on other
462                   software that is distributed along with the licensed
463                   software. For example, the license must not insist
464                   that all other programs distributed on the same medium
465                   must be free software.
466               </item>
467               <tag>10. Example Licenses
468               </tag>
469               <item>
470                   The "GPL," "BSD," and "Artistic" licenses are examples of
471                   licenses that we consider <em>free</em>.
472               </item>
473             </taglist>
474         </p>
475       </sect>
476
477       <sect id="sections">
478         <heading>Archive areas</heading>
479
480         <sect1 id="main">
481           <heading>The main archive area</heading>
482
483           <p>
484             The <em>main</em> archive area comprises the Debian
485             distribution.  Only the packages in this area are considered
486             part of the distribution.  None of the packages in
487             the <em>main</em> archive area require software outside of
488             that area to function.  Anyone may use, share, modify and
489             redistribute the packages in this archive area
490             freely<footnote>
491               See <url id="http://www.debian.org/intro/free"
492                        name="What Does Free Mean?"> for
493               more about what we mean by free software.
494             </footnote>.
495           </p>
496
497           <p>
498             Every package in <em>main</em> must comply with the DFSG
499             (Debian Free Software Guidelines).
500           </p>
501
502           <p>
503             In addition, the packages in <em>main</em>
504             <list compact="compact">
505               <item>
506                   must not require or recommend a package outside
507                   of <em>main</em> for compilation or execution (thus, the
508                   package must not declare a "Pre-Depends", "Depends",
509                   "Recommends", "Build-Depends", or "Build-Depends-Indep"
510                   relationship on a non-<em>main</em> package),
511               </item>
512               <item>
513                   must not be so buggy that we refuse to support them,
514                   and
515               </item>
516               <item>
517                   must meet all policy requirements presented in this
518                   manual.
519               </item>
520             </list>
521           </p>
522
523         </sect1>
524
525         <sect1 id="contrib">
526           <heading>The contrib archive area</heading>
527
528           <p>
529             The <em>contrib</em> archive area contains supplemental
530             packages intended to work with the Debian distribution, but
531             which require software outside of the distribution to either
532             build or function.
533           </p>
534
535           <p>
536             Every package in <em>contrib</em> must comply with the DFSG.
537           </p>
538
539           <p>
540             In addition, the packages in <em>contrib</em>
541             <list compact="compact">
542               <item>
543                   must not be so buggy that we refuse to support them,
544                   and
545               </item>
546               <item>
547                   must meet all policy requirements presented in this
548                   manual.
549               </item>
550             </list>
551           </p>
552
553           <p>
554             Examples of packages which would be included in
555             <em>contrib</em> are:
556             <list compact="compact">
557               <item>
558                   free packages which require <em>contrib</em>,
559                   <em>non-free</em> packages or packages which are not
560                   in our archive at all for compilation or execution,
561                   and
562               </item>
563               <item>
564                   wrapper packages or other sorts of free accessories for
565                   non-free programs.
566               </item>
567             </list>
568           </p>
569         </sect1>
570
571         <sect1 id="non-free">
572           <heading>The non-free archive area</heading>
573
574           <p>
575             The <em>non-free</em> archive area contains supplemental
576             packages intended to work with the Debian distribution that do
577             not comply with the DFSG or have other problems that make
578             their distribution problematic.  They may not comply with all
579             of the policy requirements in this manual due to restrictions
580             on modifications or other limitations.
581           </p>
582
583           <p>
584             Packages must be placed in <em>non-free</em> if they are
585             not compliant with the DFSG or are encumbered by patents
586             or other legal issues that make their distribution
587             problematic.
588           </p>
589
590           <p>
591             In addition, the packages in <em>non-free</em>
592             <list compact="compact">
593               <item>
594                   must not be so buggy that we refuse to support them,
595                   and
596               </item>
597               <item>
598                   must meet all policy requirements presented in this
599                   manual that it is possible for them to meet.
600                   <footnote>
601                       It is possible that there are policy
602                       requirements which the package is unable to
603                       meet, for example, if the source is
604                       unavailable.  These situations will need to be
605                       handled on a case-by-case basis.
606                   </footnote>
607               </item>
608             </list>
609           </p>
610         </sect1>
611
612       </sect>
613
614       <sect id="pkgcopyright">
615         <heading>Copyright considerations</heading>
616
617         <p>
618           Every package must be accompanied by a verbatim copy of its
619           copyright information and distribution license in the file
620           <file>/usr/share/doc/<var>package</var>/copyright</file>
621           (see <ref id="copyrightfile"> for further details).
622         </p>
623
624         <p>
625           We reserve the right to restrict files from being included
626           anywhere in our archives if
627           <list compact="compact">
628             <item>
629                   their use or distribution would break a law,
630             </item>
631             <item>
632                   there is an ethical conflict in their distribution or
633                   use,
634             </item>
635             <item>
636                   we would have to sign a license for them, or
637             </item>
638             <item>
639                   their distribution would conflict with other project
640                   policies.
641             </item>
642           </list>
643         </p>
644
645         <p>
646           Programs whose authors encourage the user to make
647           donations are fine for the main distribution, provided
648           that the authors do not claim that not donating is
649           immoral, unethical, illegal or something similar; in such
650           a case they must go in <em>non-free</em>.
651         </p>
652
653         <p>
654           Packages whose copyright permission notices (or patent
655           problems) do not even allow redistribution of binaries
656           only, and where no special permission has been obtained,
657           must not be placed on the Debian FTP site and its mirrors
658           at all.
659         </p>
660
661         <p>
662           Note that under international copyright law (this applies
663           in the United States, too), <em>no</em> distribution or
664           modification of a work is allowed without an explicit
665           notice saying so.  Therefore a program without a copyright
666           notice <em>is</em> copyrighted and you may not do anything
667           to it without risking being sued! Likewise if a program
668           has a copyright notice but no statement saying what is
669           permitted then nothing is permitted.
670         </p>
671
672         <p>
673           Many authors are unaware of the problems that restrictive
674           copyrights (or lack of copyright notices) can cause for
675           the users of their supposedly-free software.  It is often
676           worthwhile contacting such authors diplomatically to ask
677           them to modify their license terms. However, this can be a
678           politically difficult thing to do and you should ask for
679           advice on the <tt>debian-legal</tt> mailing list first, as
680           explained below.
681         </p>
682
683         <p>
684           When in doubt about a copyright, send mail to
685           <email>debian-legal@lists.debian.org</email>.  Be prepared
686           to provide us with the copyright statement.  Software
687           covered by the GPL, public domain software and BSD-like
688           copyrights are safe; be wary of the phrases "commercial
689           use prohibited" and "distribution restricted".
690         </p>
691       </sect>
692
693       <sect id="subsections">
694         <heading>Sections</heading>
695
696         <p>
697           The packages in the archive areas <em>main</em>,
698           <em>contrib</em> and <em>non-free</em> are grouped further into
699           <em>sections</em> to simplify handling.
700         </p>
701
702         <p>
703           The archive area and section for each package should be
704           specified in the package's <tt>Section</tt> control record (see
705           <ref id="f-Section">).  However, the maintainer of the Debian
706           archive may override this selection to ensure the consistency of
707           the Debian distribution.  The <tt>Section</tt> field should be
708           of the form:
709           <list compact="compact">
710             <item>
711                   <em>section</em> if the package is in the
712                   <em>main</em> archive area,
713             </item>
714             <item>
715                   <em>area/section</em> if the package is in
716                   the <em>contrib</em> or <em>non-free</em>
717                   archive areas.
718             </item>
719           </list>
720         </p>
721
722         <p>
723           The Debian archive maintainers provide the authoritative
724           list of sections.  At present, they are:
725 admin,
726 cli-mono,
727 comm,
728 database,
729 debug,
730 devel,
731 doc,
732 editors,
733 education,
734 electronics,
735 embedded,
736 fonts,
737 games,
738 gnome,
739 gnu-r,
740 gnustep,
741 graphics,
742 hamradio,
743 haskell,
744 httpd,
745 interpreters,
746 introspection,
747 java,
748 kde,
749 kernel,
750 libdevel,
751 libs,
752 lisp,
753 localization,
754 mail,
755 math,
756 metapackages,
757 misc,
758 net,
759 news,
760 ocaml,
761 oldlibs,
762 otherosfs,
763 perl,
764 php,
765 python,
766 ruby,
767 science,
768 shells,
769 sound,
770 tasks,
771 tex,
772 text,
773 utils,
774 vcs,
775 video,
776 web,
777 x11,
778 xfce,
779 zope.
780           The additional section <em>debian-installer</em>
781           contains special packages used by the installer and is not used
782           for normal Debian packages.
783         </p>
784
785         <p>
786           For more information about the sections and their definitions,
787           see the <url id="http://packages.debian.org/unstable/"
788                        name="list of sections in unstable">.
789         </p>
790       </sect>
791
792       <sect id="priorities">
793         <heading>Priorities</heading>
794
795         <p>
796           Each package should have a <em>priority</em> value, which is
797           included in the package's <em>control record</em>
798           (see <ref id="f-Priority">).
799           This information is used by the Debian package management tools to
800           separate high-priority packages from less-important packages.
801         </p>
802
803         <p>
804           The following <em>priority levels</em> are recognized by the
805           Debian package management tools.
806           <taglist>
807             <tag><tt>required</tt></tag>
808             <item>
809                 Packages which are necessary for the proper
810                 functioning of the system (usually, this means that
811                 dpkg functionality depends on these packages).
812                 Removing a <tt>required</tt> package may cause your
813                 system to become totally broken and you may not even
814                 be able to use <prgn>dpkg</prgn> to put things back,
815                 so only do so if you know what you are doing.  Systems
816                 with only the <tt>required</tt> packages are probably
817                 unusable, but they do have enough functionality to
818                 allow the sysadmin to boot and install more software.
819             </item>
820             <tag><tt>important</tt></tag>
821             <item>
822                 Important programs, including those which one would
823                 expect to find on any Unix-like system.  If the
824                 expectation is that an experienced Unix person who
825                 found it missing would say "What on earth is going on,
826                 where is <prgn>foo</prgn>?", it must be an
827                 <tt>important</tt> package.<footnote>
828                     This is an important criterion because we are
829                     trying to produce, amongst other things, a free
830                     Unix.
831                 </footnote>
832                 Other packages without which the system will not run
833                 well or be usable must also have priority
834                 <tt>important</tt>.  This does
835                 <em>not</em> include Emacs, the X Window System, TeX
836                 or any other large applications.  The
837                 <tt>important</tt> packages are just a bare minimum of
838                 commonly-expected and necessary tools.
839             </item>
840             <tag><tt>standard</tt></tag>
841             <item>
842                 These packages provide a reasonably small but not too
843                 limited character-mode system.  This is what will be
844                 installed by default if the user doesn't select anything
845                 else.  It doesn't include many large applications.
846             </item>
847             <tag><tt>optional</tt></tag>
848             <item>
849                 (In a sense everything that isn't required is
850                 optional, but that's not what is meant here.) This is
851                 all the software that you might reasonably want to
852                 install if you didn't know what it was and don't have
853                 specialized requirements. This is a much larger system
854                 and includes the X Window System, a full TeX
855                 distribution, and many applications. Note that
856                 optional packages should not conflict with each other.
857             </item>
858             <tag><tt>extra</tt></tag>
859             <item>
860                 This contains all packages that conflict with others
861                 with required, important, standard or optional
862                 priorities, or are only likely to be useful if you
863                 already know what they are or have specialized
864                 requirements (such as packages containing only detached
865                 debugging symbols).
866             </item>
867           </taglist>
868         </p>
869
870         <p>
871           Packages must not depend on packages with lower priority
872           values (excluding build-time dependencies).  In order to
873           ensure this, the priorities of one or more packages may need
874           to be adjusted.
875         </p>
876       </sect>
877
878     </chapt>
879
880
881     <chapt id="binary">
882       <heading>Binary packages</heading>
883
884       <p>
885         The Debian distribution is based on the Debian
886         package management system, called <prgn>dpkg</prgn>. Thus,
887         all packages in the Debian distribution must be provided
888         in the <tt>.deb</tt> file format.
889       </p>
890
891       <p>
892         A <tt>.deb</tt> package contains two sets of files: a set of files
893         to install on the system when the package is installed, and a set
894         of files that provide additional metadata about the package or
895         which are executed when the package is installed or removed.  This
896         second set of files is called <em>control information files</em>.
897         Among those files are the package maintainer scripts
898         and <file>control</file>, the <qref id="binarycontrolfiles">binary
899         package control file</qref> that contains the control fields for
900         the package.  Other control information files include
901         the <qref id="sharedlibs-symbols"><file>symbols</file> file</qref>
902         or <qref id="sharedlibs-shlibdeps"><file>shlibs</file> file</qref>
903         used to store shared library dependency information and
904         the <file>conffiles</file> file that lists the package's
905         configuration files (described in <ref id="config-files">).
906       </p>
907
908       <p>
909         There is unfortunately a collision of terminology here between
910         control information files and files in the Debian control file
911         format.  Throughout this document, a <em>control file</em> refers
912         to a file in the Debian control file format.  These files are
913         documented in <ref id="controlfields">.  Only files referred to
914         specifically as <em>control information files</em> are the files
915         included in the control information file member of
916         the <file>.deb</file> file format used by binary packages.  Most
917         control information files are not in the Debian control file
918         format.
919       </p>
920
921       <sect>
922         <heading>The package name</heading>
923
924         <p>
925           Every package must have a name that's unique within the Debian
926           archive.
927         </p>
928
929         <p>
930           The package name is included in the control field
931           <tt>Package</tt>, the format of which is described
932           in <ref id="f-Package">.
933           The package name is also included as a part of the file name
934           of the <tt>.deb</tt> file.
935         </p>
936       </sect>
937
938       <sect id="versions">
939         <heading>The version of a package</heading>
940
941         <p>
942           Every package has a version number recorded in its
943           <tt>Version</tt> control file field, described in
944           <ref id="f-Version">.
945         </p>
946
947         <p>
948           The package management system imposes an ordering on version
949           numbers, so that it can tell whether packages are being up- or
950           downgraded and so that package system front end applications
951           can tell whether a package it finds available is newer than
952           the one installed on the system.  The version number format
953           has the most significant parts (as far as comparison is
954           concerned) at the beginning.
955         </p>
956
957         <p>
958           If an upstream package has problematic version numbers they
959           should be converted to a sane form for use in the
960           <tt>Version</tt> field.
961         </p>
962
963         <sect1>
964           <heading>Version numbers based on dates</heading>
965
966           <p>
967             In general, Debian packages should use the same version
968             numbers as the upstream sources.  However, upstream version
969             numbers based on some date formats (sometimes used for
970             development or "snapshot" releases) will not be ordered
971             correctly by the package management software.  For
972             example, <prgn>dpkg</prgn> will consider "96May01" to be
973             greater than "96Dec24".
974           </p>
975
976           <p>
977             To prevent having to use epochs for every new upstream
978             version, the date-based portion of any upstream version number
979             should be given in a way that sorts correctly: four-digit year
980             first, followed by a two-digit numeric month, followed by a
981             two-digit numeric date, possibly with punctuation between the
982             components.
983           </p>
984
985           <p>
986             Native Debian packages (i.e., packages which have been written
987             especially for Debian) whose version numbers include dates
988             should also follow these rules.  If punctuation is desired
989             between the date components, remember that hyphen (<tt>-</tt>)
990             cannot be used in native package versions.  Period
991             (<tt>.</tt>) is normally a good choice.
992           </p>
993         </sect1>
994
995       </sect>
996
997       <sect id="maintainer">
998         <heading>The maintainer of a package</heading>
999
1000         <p>
1001           Every package must have a maintainer, except for orphaned
1002           packages as described below.  The maintainer may be one person
1003           or a group of people reachable from a common email address, such
1004           as a mailing list.  The maintainer is responsible for
1005           maintaining the Debian packaging files, evaluating and
1006           responding appropriately to reported bugs, uploading new
1007           versions of the package (either directly or through a sponsor),
1008           ensuring that the package is placed in the appropriate archive
1009           area and included in Debian releases as appropriate for the
1010           stability and utility of the package, and requesting removal of
1011           the package from the Debian distribution if it is no longer
1012           useful or maintainable.
1013         </p>
1014
1015         <p>
1016           The maintainer must be specified in the <tt>Maintainer</tt>
1017           control field with their correct name and a working email
1018           address.  The email address given in the <tt>Maintainer</tt>
1019           control field must accept mail from those role accounts in
1020           Debian used to send automated mails regarding the package.  This
1021           includes non-spam mail from the bug-tracking system, all mail
1022           from the Debian archive maintenance software, and other role
1023           accounts or automated processes that are commonly agreed on by
1024           the project.<footnote>
1025             A sample implementation of such a whitelist written for the
1026             Mailman mailing list management software is used for mailing
1027             lists hosted by alioth.debian.org.
1028           </footnote>
1029           If one person or team maintains several packages, they should
1030           use the same form of their name and email address in
1031           the <tt>Maintainer</tt> fields of those packages.
1032         </p>
1033
1034         <p>
1035           The format of the <tt>Maintainer</tt> control field is
1036           described in <ref id="f-Maintainer">.
1037         </p>
1038
1039         <p>
1040           If the maintainer of the package is a team of people with a
1041           shared email address, the <tt>Uploaders</tt> control field must
1042           be present and must contain at least one human with their
1043           personal email address.  See <ref id="f-Uploaders"> for the
1044           syntax of that field.
1045         </p>
1046
1047         <p>
1048           An orphaned package is one with no current maintainer.  Orphaned
1049           packages should have their <tt>Maintainer</tt> control field set
1050           to <tt>Debian QA Group &lt;packages@qa.debian.org&gt;</tt>.
1051           These packages are considered maintained by the Debian project
1052           as a whole until someone else volunteers to take over
1053           maintenance.<footnote>
1054             The detailed procedure for gracefully orphaning a package can
1055             be found in the Debian Developer's Reference
1056             (see <ref id="related">).
1057           </footnote>
1058         </p>
1059       </sect>
1060
1061       <sect id="descriptions">
1062         <heading>The description of a package</heading>
1063
1064         <p>
1065           Every Debian package must have a <tt>Description</tt> control
1066           field which contains a synopsis and extended description of the
1067           package.  Technical information about the format of the
1068           <tt>Description</tt> field is in <ref id="f-Description">.
1069         </p>
1070
1071         <p>
1072           The description should describe the package (the program) to a
1073           user (system administrator) who has never met it before so that
1074           they have enough information to decide whether they want to
1075           install it. This description should not just be copied verbatim
1076           from the program's documentation.
1077         </p>
1078
1079         <p>
1080           Put important information first, both in the synopsis and
1081           extended description.  Sometimes only the first part of the
1082           synopsis or of the description will be displayed.  You can
1083           assume that there will usually be a way to see the whole
1084           extended description.
1085         </p>
1086
1087         <p>
1088           The description should also give information about the
1089           significant dependencies and conflicts between this package
1090           and others, so that the user knows why these dependencies and
1091           conflicts have been declared.
1092         </p>
1093
1094         <p>
1095           Instructions for configuring or using the package should
1096           not be included (that is what installation scripts,
1097           manual pages, info files, etc., are for).  Copyright
1098           statements and other administrivia should not be included
1099           either (that is what the copyright file is for).
1100         </p>
1101
1102         <sect1 id="synopsis"><heading>The single line synopsis</heading>
1103
1104           <p>
1105             The single line synopsis should be kept brief - certainly
1106             under 80 characters.
1107           </p>
1108
1109           <p>
1110             Do not include the package name in the synopsis line.  The
1111             display software knows how to display this already, and you
1112             do not need to state it.  Remember that in many situations
1113             the user may only see the synopsis line - make it as
1114             informative as you can.
1115           </p>
1116
1117         </sect1>
1118
1119         <sect1 id="extendeddesc"><heading>The extended description</heading>
1120
1121           <p>
1122             Do not try to continue the single line synopsis into the
1123             extended description.  This will not work correctly when
1124             the full description is displayed, and makes no sense
1125             where only the summary (the single line synopsis) is
1126             available.
1127           </p>
1128
1129           <p>
1130             The extended description should describe what the package
1131             does and how it relates to the rest of the system (in terms
1132             of, for example, which subsystem it is which part of).
1133           </p>
1134
1135           <p>
1136             The description field needs to make sense to anyone, even
1137             people who have no idea about any of the things the
1138             package deals with.<footnote>
1139                 The blurb that comes with a program in its
1140                 announcements and/or <prgn>README</prgn> files is
1141                 rarely suitable for use in a description.  It is
1142                 usually aimed at people who are already in the
1143                 community where the package is used.
1144             </footnote>
1145           </p>
1146
1147         </sect1>
1148
1149       </sect>
1150
1151       <sect id="dependencies">
1152         <heading>Dependencies</heading>
1153
1154         <p>
1155           Every package must specify the dependency information
1156           about other packages that are required for the first to
1157           work correctly.
1158         </p>
1159
1160         <p>
1161           For example, a dependency entry must be provided for any
1162           shared libraries required by a dynamically-linked executable
1163           binary in a package.
1164         </p>
1165
1166         <p>
1167           Packages are not required to declare any dependencies they
1168           have on other packages which are marked <tt>Essential</tt>
1169           (see below), and should not do so unless they depend on a
1170           particular version of that package.<footnote>
1171             <p>
1172               Essential is needed in part to avoid unresolvable dependency
1173               loops on upgrade.  If packages add unnecessary dependencies
1174               on packages in this set, the chances that there
1175               <strong>will</strong> be an unresolvable dependency loop
1176               caused by forcing these Essential packages to be configured
1177               first before they need to be is greatly increased.  It also
1178               increases the chances that frontends will be unable to
1179               <strong>calculate</strong> an upgrade path, even if one
1180               exists.
1181             </p>
1182             <p>
1183               Also, functionality is rarely ever removed from the
1184               Essential set, but <em>packages</em> have been removed from
1185               the Essential set when the functionality moved to a
1186               different package. So depending on these packages <em>just
1187               in case</em> they stop being essential does way more harm
1188               than good.
1189             </p>
1190           </footnote>
1191         </p>
1192
1193         <p>
1194           Sometimes, unpacking one package requires that another package
1195           be first unpacked <em>and</em> configured.  In this case, the
1196           depending package must specify this dependency in
1197           the <tt>Pre-Depends</tt> control field.
1198         </p>
1199
1200         <p>
1201           You should not specify a <tt>Pre-Depends</tt> entry for a
1202           package before this has been discussed on the
1203           <tt>debian-devel</tt> mailing list and a consensus about
1204           doing that has been reached.
1205         </p>
1206
1207         <p>
1208           The format of the package interrelationship control fields is
1209           described in <ref id="relationships">.
1210         </p>
1211       </sect>
1212
1213       <sect id="virtual_pkg">
1214         <heading>Virtual packages</heading>
1215
1216         <p>
1217           Sometimes, there are several packages which offer
1218           more-or-less the same functionality. In this case, it's
1219           useful to define a <em>virtual package</em> whose name
1220           describes that common functionality.  (The virtual
1221           packages only exist logically, not physically; that's why
1222           they are called <em>virtual</em>.) The packages with this
1223           particular function will then <em>provide</em> the virtual
1224           package. Thus, any other package requiring that function
1225           can simply depend on the virtual package without having to
1226           specify all possible packages individually.
1227         </p>
1228
1229         <p>
1230           All packages should use virtual package names where
1231           appropriate, and arrange to create new ones if necessary.
1232           They should not use virtual package names (except privately,
1233           amongst a cooperating group of packages) unless they have
1234           been agreed upon and appear in the list of virtual package
1235           names. (See also <ref id="virtual">)
1236         </p>
1237
1238         <p>
1239           The latest version of the authoritative list of virtual
1240           package names can be found in the <tt>debian-policy</tt> package.
1241           It is also available from the Debian web mirrors at
1242           <tt><url name="/doc/packaging-manuals/virtual-package-names-list.txt"
1243                 id="http://www.debian.org/doc/packaging-manuals/virtual-package-names-list.txt"></tt>.
1244         </p>
1245
1246         <p>
1247           The procedure for updating the list is described in the preface
1248           to the list.
1249         </p>
1250
1251       </sect>
1252
1253       <sect>
1254         <heading>Base system</heading>
1255
1256         <p>
1257           The <tt>base system</tt> is a minimum subset of the Debian
1258           system that is installed before everything else
1259           on a new system. Only very few packages are allowed to form
1260           part of the base system, in order to keep the required disk
1261           usage very small.
1262         </p>
1263
1264         <p>
1265           The base system consists of all those packages with priority
1266           <tt>required</tt> or <tt>important</tt>. Many of them will
1267           be tagged <tt>essential</tt> (see below).
1268         </p>
1269       </sect>
1270
1271       <sect>
1272         <heading>Essential packages</heading>
1273
1274         <p>
1275           Essential is defined as the minimal set of functionality that
1276           must be available and usable on the system at all times, even
1277           when packages are in the "Unpacked" state.
1278           Packages are tagged <tt>essential</tt> for a system using the
1279           <tt>Essential</tt> control field.  The format of the
1280           <tt>Essential</tt> control field is described in <ref
1281           id="f-Essential">.
1282         </p>
1283
1284         <p>
1285           Since these packages cannot be easily removed (one has to
1286           specify an extra <em>force option</em> to
1287           <prgn>dpkg</prgn> to do so), this flag must not be used
1288           unless absolutely necessary.  A shared library package
1289           must not be tagged <tt>essential</tt>; dependencies will
1290           prevent its premature removal, and we need to be able to
1291           remove it when it has been superseded.
1292         </p>
1293
1294         <p>
1295           Since dpkg will not prevent upgrading of other packages
1296           while an <tt>essential</tt> package is in an unconfigured
1297             state, all <tt>essential</tt> packages must supply all of
1298             their core functionality even when unconfigured. If the
1299             package cannot satisfy this requirement it must not be
1300             tagged as essential, and any packages depending on this
1301             package must instead have explicit dependency fields as
1302             appropriate.
1303         </p>
1304
1305         <p>
1306           Maintainers should take great care in adding any programs,
1307           interfaces, or functionality to <tt>essential</tt> packages.
1308           Packages may assume that functionality provided by
1309           <tt>essential</tt> packages is always available without
1310           declaring explicit dependencies, which means that removing
1311           functionality from the Essential set is very difficult and is
1312           almost never done.  Any capability added to an
1313           <tt>essential</tt> package therefore creates an obligation to
1314           support that capability as part of the Essential set in
1315           perpetuity.
1316         </p>
1317
1318         <p>
1319           You must not tag any packages <tt>essential</tt> before
1320           this has been discussed on the <tt>debian-devel</tt>
1321           mailing list and a consensus about doing that has been
1322           reached.
1323         </p>
1324       </sect>
1325
1326       <sect id="maintscripts">
1327         <heading>Maintainer Scripts</heading>
1328
1329         <p>
1330           The package installation scripts should avoid producing
1331           output which is unnecessary for the user to see and
1332           should rely on <prgn>dpkg</prgn> to stave off boredom on
1333           the part of a user installing many packages. This means,
1334           amongst other things, not passing the <tt>--verbose</tt>
1335           option to <prgn>update-alternatives</prgn>.
1336         </p>
1337
1338         <p>
1339           Errors which occur during the execution of an installation
1340           script must be checked and the installation must not
1341           continue after an error.
1342         </p>
1343
1344         <p>
1345           Note that in general <ref id="scripts"> applies to package
1346           maintainer scripts, too.
1347         </p>
1348
1349         <p>
1350           You should not use <prgn>dpkg-divert</prgn> on a file belonging
1351           to another package without consulting the maintainer of that
1352           package first.  When adding or removing diversions, package
1353           maintainer scripts must provide the <tt>--package</tt> flag
1354           to <prgn>dpkg-divert</prgn> and must not use <tt>--local</tt>.
1355         </p>
1356
1357         <p>
1358           All packages which supply an instance of a common command
1359           name (or, in general, filename) should generally use
1360           <prgn>update-alternatives</prgn>, so that they may be
1361           installed together.  If <prgn>update-alternatives</prgn>
1362           is not used, then each package must use
1363           <tt>Conflicts</tt> to ensure that other packages are
1364           removed.  (In this case, it may be appropriate to
1365           specify a conflict against earlier versions of something
1366           that previously did not use
1367           <prgn>update-alternatives</prgn>; this is an exception to
1368           the usual rule that versioned conflicts should be
1369           avoided.)
1370         </p>
1371
1372         <sect1 id="maintscriptprompt">
1373           <heading>Prompting in maintainer scripts</heading>
1374           <p>
1375             Package maintainer scripts may prompt the user if
1376             necessary. Prompting must be done by communicating
1377             through a program, such as <prgn>debconf</prgn>, which
1378             conforms to the Debian Configuration Management
1379             Specification, version 2 or higher.
1380           </p>
1381
1382           <p>
1383             Packages which are essential, or which are dependencies of
1384             essential packages, may fall back on another prompting method
1385             if no such interface is available when they are executed.
1386           </p>
1387
1388           <p>
1389             The Debian Configuration Management Specification is included
1390             in the <file>debconf_specification</file> files in the
1391             <package>debian-policy</package> package.
1392             It is also available from the Debian web mirrors at
1393             <tt><url name="/doc/packaging-manuals/debconf_specification.html"
1394                 id="http://www.debian.org/doc/packaging-manuals/debconf_specification.html"></tt>.
1395           </p>
1396
1397           <p>
1398             Packages which use the Debian Configuration Management
1399             Specification may contain the additional control information
1400             files <file>config</file>
1401             and <file>templates</file>.  <file>config</file> is an
1402             additional maintainer script used for package configuration,
1403             and <file>templates</file> contains templates used for user
1404             prompting.  The <prgn>config</prgn> script might be run before
1405             the <prgn>preinst</prgn> script and before the package is
1406             unpacked or any of its dependencies or pre-dependencies are
1407             satisfied.  Therefore it must work using only the tools
1408             present in <em>essential</em> packages.<footnote>
1409                   <package>Debconf</package> or another tool that
1410                   implements the Debian Configuration Management
1411                   Specification will also be installed, and any
1412                   versioned dependencies on it will be satisfied
1413                   before preconfiguration begins.
1414             </footnote>
1415           </p>
1416
1417           <p>
1418             Packages which use the Debian Configuration Management
1419             Specification must allow for translation of their user-visible
1420             messages by using a gettext-based system such as the one
1421             provided by the <package>po-debconf</package> package.
1422           </p>
1423
1424           <p>
1425             Packages should try to minimize the amount of prompting
1426             they need to do, and they should ensure that the user
1427             will only ever be asked each question once.  This means
1428             that packages should try to use appropriate shared
1429             configuration files (such as <file>/etc/papersize</file> and
1430             <file>/etc/news/server</file>), and shared
1431             <package>debconf</package> variables rather than each
1432             prompting for their own list of required pieces of
1433             information.
1434           </p>
1435
1436           <p>
1437             It also means that an upgrade should not ask the same
1438             questions again, unless the user has used
1439             <tt>dpkg --purge</tt> to remove the package's configuration.
1440             The answers to configuration questions should be stored in an
1441             appropriate place in <file>/etc</file> so that the user can
1442             modify them, and how this has been done should be
1443             documented.
1444           </p>
1445
1446           <p>
1447             If a package has a vitally important piece of
1448             information to pass to the user (such as "don't run me
1449             as I am, you must edit the following configuration files
1450             first or you risk your system emitting badly-formatted
1451             messages"), it should display this in the
1452             <prgn>config</prgn> or <prgn>postinst</prgn> script and
1453             prompt the user to hit return to acknowledge the
1454             message.  Copyright messages do not count as vitally
1455             important (they belong in
1456             <file>/usr/share/doc/<var>package</var>/copyright</file>);
1457             neither do instructions on how to use a program (these
1458             should be in on-line documentation, where all the users
1459             can see them).
1460           </p>
1461
1462           <p>
1463             Any necessary prompting should almost always be confined
1464             to the <prgn>config</prgn> or <prgn>postinst</prgn>
1465             script. If it is done in the <prgn>postinst</prgn>, it
1466             should be protected with a conditional so that
1467             unnecessary prompting doesn't happen if a package's
1468             installation fails and the <prgn>postinst</prgn> is
1469             called with <tt>abort-upgrade</tt>,
1470             <tt>abort-remove</tt> or <tt>abort-deconfigure</tt>.
1471           </p>
1472         </sect1>
1473
1474       </sect>
1475
1476     </chapt>
1477
1478
1479     <chapt id="source">
1480       <heading>Source packages</heading>
1481
1482       <sect id="standardsversion">
1483         <heading>Standards conformance</heading>
1484
1485         <p>
1486           Source packages should specify the most recent version number
1487           of this policy document with which your package complied
1488           when it was last updated.
1489         </p>
1490
1491         <p>
1492           This information may be used to file bug reports
1493           automatically if your package becomes too much out of date.
1494         </p>
1495
1496         <p>
1497           The version is specified in the <tt>Standards-Version</tt>
1498           control field.
1499           The format of the <tt>Standards-Version</tt> field is
1500           described in <ref id="f-Standards-Version">.
1501         </p>
1502
1503         <p>
1504           You should regularly, and especially if your package has
1505           become out of date, check for the newest Policy Manual
1506           available and update your package, if necessary. When your
1507           package complies with the new standards you should update the
1508           <tt>Standards-Version</tt> source package field and
1509           release it.<footnote>
1510                 See the file <file>upgrading-checklist</file> for
1511                 information about policy which has changed between
1512                 different versions of this document.
1513           </footnote>
1514         </p>
1515
1516       </sect>
1517
1518       <sect id="pkg-relations">
1519         <heading>Package relationships</heading>
1520
1521         <p>
1522           Source packages should specify which binary packages they
1523           require to be installed or not to be installed in order to
1524           build correctly.  For example, if building a package
1525           requires a certain compiler, then the compiler should be
1526           specified as a build-time dependency.
1527         </p>
1528
1529         <p>
1530           It is not necessary to explicitly specify build-time
1531           relationships on a minimal set of packages that are always
1532           needed to compile, link and put in a Debian package a
1533           standard "Hello World!" program written in C or C++.  The
1534           required packages are called <em>build-essential</em>, and
1535           an informational list can be found in
1536           <file>/usr/share/doc/build-essential/list</file> (which is
1537           contained in the <tt>build-essential</tt>
1538           package).<footnote>
1539             Rationale:
1540                 <list compact="compact">
1541                   <item>
1542                       This allows maintaining the list separately
1543                       from the policy documents (the list does not
1544                       need the kind of control that the policy
1545                       documents do).
1546                   </item>
1547                   <item>
1548                       Having a separate package allows one to install
1549                       the build-essential packages on a machine, as
1550                       well as allowing other packages such as tasks to
1551                       require installation of the build-essential
1552                       packages using the depends relation.
1553                   </item>
1554                   <item>
1555                       The separate package allows bug reports against
1556                       the list to be categorized separately from
1557                       the policy management process in the BTS.
1558                   </item>
1559                 </list>
1560           </footnote>
1561         </p>
1562
1563         <p>
1564           When specifying the set of build-time dependencies, one
1565           should list only those packages explicitly required by the
1566           build.  It is not necessary to list packages which are
1567           required merely because some other package in the list of
1568           build-time dependencies depends on them.<footnote>
1569                 The reason for this is that dependencies change, and
1570                 you should list all those packages, and <em>only</em>
1571                 those packages that <em>you</em> need directly.  What
1572                 others need is their business.  For example, if you
1573                 only link against <file>libimlib</file>, you will need to
1574                 build-depend on <package>libimlib2-dev</package> but
1575                 not against any <tt>libjpeg*</tt> packages, even
1576                 though <tt>libimlib2-dev</tt> currently depends on
1577                 them: installation of <package>libimlib2-dev</package>
1578                 will automatically ensure that all of its run-time
1579                 dependencies are satisfied.
1580           </footnote>
1581         </p>
1582
1583         <p>
1584           If build-time dependencies are specified, it must be
1585           possible to build the package and produce working binaries
1586           on a system with only essential and build-essential
1587           packages installed and also those required to satisfy the
1588           build-time relationships (including any implied
1589           relationships).  In particular, this means that version
1590           clauses should be used rigorously in build-time
1591           relationships so that one cannot produce bad or
1592           inconsistently configured packages when the relationships
1593           are properly satisfied.
1594         </p>
1595
1596         <p>
1597           <ref id="relationships"> explains the technical details.
1598         </p>
1599       </sect>
1600
1601       <sect>
1602         <heading>Changes to the upstream sources</heading>
1603
1604         <p>
1605           If changes to the source code are made that are not
1606           specific to the needs of the Debian system, they should be
1607           sent to the upstream authors in whatever form they prefer
1608           so as to be included in the upstream version of the
1609           package.
1610         </p>
1611
1612         <p>
1613           If you need to configure the package differently for
1614           Debian or for Linux, and the upstream source doesn't
1615           provide a way to do so, you should add such configuration
1616           facilities (for example, a new <prgn>autoconf</prgn> test
1617           or <tt>#define</tt>) and send the patch to the upstream
1618           authors, with the default set to the way they originally
1619           had it.  You can then easily override the default in your
1620           <file>debian/rules</file> or wherever is appropriate.
1621         </p>
1622
1623         <p>
1624           You should make sure that the <prgn>configure</prgn> utility
1625           detects the correct architecture specification string
1626           (refer to <ref id="arch-spec"> for details).
1627         </p>
1628
1629         <p>
1630           If you need to edit a <prgn>Makefile</prgn> where GNU-style
1631           <prgn>configure</prgn> scripts are used, you should edit the
1632           <file>.in</file> files rather than editing the
1633           <prgn>Makefile</prgn> directly.  This allows the user to
1634           reconfigure the package if necessary.  You should
1635           <em>not</em> configure the package and edit the generated
1636           <prgn>Makefile</prgn>!  This makes it impossible for someone
1637           else to later reconfigure the package without losing the
1638           changes you made.
1639         </p>
1640
1641       </sect>
1642
1643       <sect id="dpkgchangelog">
1644         <heading>Debian changelog: <file>debian/changelog</file></heading>
1645
1646         <p>
1647           Changes in the Debian version of the package should be
1648           briefly explained in the Debian changelog file
1649           <file>debian/changelog</file>.<footnote>
1650             <p>
1651               Mistakes in changelogs are usually best rectified by
1652               making a new changelog entry rather than "rewriting
1653               history" by editing old changelog entries.
1654             </p>
1655           </footnote>
1656           This includes modifications
1657           made in the Debian package compared to the upstream one
1658           as well as other changes and updates to the package.
1659           <footnote>
1660               Although there is nothing stopping an author who is also
1661               the Debian maintainer from using this changelog for all
1662               their changes, it will have to be renamed if the Debian
1663               and upstream maintainers become different people. In such
1664               a case, however, it might be better to maintain the package
1665               as a non-native package.
1666           </footnote>
1667         </p>
1668
1669         <p>
1670           The format of the <file>debian/changelog</file> allows the
1671           package building tools to discover which version of the package
1672           is being built and find out other release-specific information.
1673         </p>
1674
1675         <p>
1676           That format is a series of entries like this:
1677
1678 <example compact="compact">
1679 <var>package</var> (<var>version</var>) <var>distribution(s)</var>; urgency=<var>urgency</var>
1680             <var>
1681               [optional blank line(s), stripped]
1682             </var>
1683   * <var>change details</var>
1684     <var>more change details</var>
1685             <var>
1686               [blank line(s), included in output of dpkg-parsechangelog]
1687             </var>
1688   * <var>even more change details</var>
1689             <var>
1690               [optional blank line(s), stripped]
1691             </var>
1692  -- <var>maintainer name</var> &lt;<var>email address</var>&gt;<var>[two spaces]</var>  <var>date</var>
1693 </example>
1694         </p>
1695
1696         <p>
1697           <var>package</var> and <var>version</var> are the source
1698           package name and version number.
1699         </p>
1700
1701         <p>
1702           <var>distribution(s)</var> lists the distributions where
1703           this version should be installed when it is uploaded - it
1704           is copied to the <tt>Distribution</tt> field in the
1705           <file>.changes</file> file.  See <ref id="f-Distribution">.
1706         </p>
1707
1708         <p>
1709           <var>urgency</var> is the value for the <tt>Urgency</tt>
1710           field in the <file>.changes</file> file for the upload
1711           (see <ref id="f-Urgency">). It is not possible to specify
1712           an urgency containing commas; commas are used to separate
1713           <tt><var>keyword</var>=<var>value</var></tt> settings in the
1714           <prgn>dpkg</prgn> changelog format (though there is
1715           currently only one useful <var>keyword</var>,
1716           <tt>urgency</tt>).
1717         </p>
1718
1719         <p>
1720           The change details may in fact be any series of lines
1721           starting with at least two spaces, but conventionally each
1722           change starts with an asterisk and a separating space and
1723           continuation lines are indented so as to bring them in
1724           line with the start of the text above.  Blank lines may be
1725           used here to separate groups of changes, if desired.
1726         </p>
1727
1728         <p>
1729           If this upload resolves bugs recorded in the Bug Tracking
1730           System (BTS), they may be automatically closed on the
1731           inclusion of this package into the Debian archive by
1732           including the string: <tt>closes: Bug#<var>nnnnn</var></tt>
1733           in the change details.<footnote>
1734               To be precise, the string should match the following
1735               Perl regular expression:
1736               <example>
1737 /closes:\s*(?:bug)?\#?\s?\d+(?:,\s*(?:bug)?\#?\s?\d+)*/i
1738               </example>
1739               Then all of the bug numbers listed will be closed by the
1740               archive maintenance software (<prgn>dak</prgn>) using the
1741               <var>version</var> of the changelog entry.
1742           </footnote>
1743           This information is conveyed via the <tt>Closes</tt> field
1744           in the <tt>.changes</tt> file (see <ref id="f-Closes">).
1745         </p>
1746
1747         <p>
1748           The maintainer name and email address used in the changelog
1749           should be the details of the person uploading <em>this</em>
1750           version.  They are <em>not</em> necessarily those of the
1751           usual package maintainer.<footnote>
1752             If the developer uploading the package is not one of the usual
1753             maintainers of the package (as listed in
1754             the <qref id="f-Maintainer"><tt>Maintainer</tt></qref>
1755             or <qref id="f-Uploaders"><tt>Uploaders</tt></qref> control
1756             fields of the package), the first line of the changelog is
1757             conventionally used to explain why a non-maintainer is
1758             uploading the package.  The Debian Developer's Reference
1759             (see <ref id="related">) documents the conventions
1760             used.</footnote>
1761           The information here will be copied to the <tt>Changed-By</tt>
1762           field in the <tt>.changes</tt> file
1763           (see <ref id="f-Changed-By">), and then later used to send an
1764           acknowledgement when the upload has been installed.
1765         </p>
1766
1767         <p>
1768           The <var>date</var> has the following format<footnote>
1769               This is the same as the format generated by <tt>date
1770               -R</tt>.
1771           </footnote> (compatible and with the same semantics of
1772           RFC 2822 and RFC 5322):
1773           <example>day-of-week, dd month yyyy hh:mm:ss +zzzz</example>
1774           where:
1775           <list compact="compact">
1776             <item>
1777               day-of week is one of: Mon, Tue, Wed, Thu, Fri, Sat, Sun
1778             </item>
1779             <item>
1780               dd is a one- or two-digit day of the month (01-31)
1781             </item>
1782             <item>
1783               month is one of: Jan, Feb, Mar, Apr, May, Jun, Jul, Aug,
1784               Sep, Oct, Nov, Dec
1785             </item>
1786             <item>yyyy is the four-digit year (e.g. 2010)</item>
1787             <item>hh is the two-digit hour (00-23)</item>
1788             <item>mm is the two-digit minutes (00-59)</item>
1789             <item>ss is the two-digit seconds (00-60)</item>
1790             <item>
1791               +zzzz or -zzzz is the the time zone offset from Coordinated
1792               Universal Time (UTC).  "+" indicates that the time is ahead
1793               of (i.e., east of) UTC and "-" indicates that the time is
1794               behind (i.e., west of) UTC.  The first two digits indicate
1795               the hour difference from UTC and the last two digits
1796               indicate the number of additional minutes difference from
1797               UTC.  The last two digits must be in the range 00-59.
1798             </item>
1799           </list>
1800         </p>
1801
1802         <p>
1803           The first "title" line with the package name must start
1804           at the left hand margin.  The "trailer" line with the
1805           maintainer and date details must be preceded by exactly
1806           one space.  The maintainer details and the date must be
1807           separated by exactly two spaces.
1808         </p>
1809
1810         <p>
1811           The entire changelog must be encoded in UTF-8.
1812         </p>
1813
1814         <p>
1815           For more information on placement of the changelog files
1816           within binary packages, please see <ref id="changelogs">.
1817         </p>
1818       </sect>
1819
1820       <sect id="dpkgcopyright">
1821         <heading>Copyright: <file>debian/copyright</file></heading>
1822         <p>
1823           Every package must be accompanied by a verbatim copy of its
1824           copyright information and distribution license in the file
1825           <file>/usr/share/doc/<var>package</var>/copyright</file>
1826           (see <ref id="copyrightfile"> for further details). Also see
1827           <ref id="pkgcopyright"> for further considerations related
1828           to copyrights for packages.
1829         </p>
1830       </sect>
1831       <sect>
1832         <heading>Error trapping in makefiles</heading>
1833
1834         <p>
1835           When <prgn>make</prgn> invokes a command in a makefile
1836           (including your package's upstream makefiles and
1837           <file>debian/rules</file>), it does so using <prgn>sh</prgn>.  This
1838           means that <prgn>sh</prgn>'s usual bad error handling
1839           properties apply: if you include a miniature script as one
1840           of the commands in your makefile you'll find that if you
1841           don't do anything about it then errors are not detected
1842           and <prgn>make</prgn> will blithely continue after
1843           problems.
1844         </p>
1845
1846         <p>
1847           Every time you put more than one shell command (this
1848           includes using a loop) in a makefile command you
1849           must make sure that errors are trapped.  For
1850           simple compound commands, such as changing directory and
1851           then running a program, using <tt>&amp;&amp;</tt> rather
1852           than semicolon as a command separator is sufficient.  For
1853           more complex commands including most loops and
1854           conditionals you should include a separate <tt>set -e</tt>
1855           command at the start of every makefile command that's
1856           actually one of these miniature shell scripts.
1857         </p>
1858       </sect>
1859
1860       <sect id="timestamps">
1861         <heading>Time Stamps</heading>
1862         <p>
1863           Maintainers should preserve the modification times of the
1864           upstream source files in a package, as far as is reasonably
1865           possible.<footnote>
1866               The rationale is that there is some information conveyed
1867               by knowing the age of the file, for example, you could
1868               recognize that some documentation is very old by looking
1869               at the modification time, so it would be nice if the
1870               modification time of the upstream source would be
1871               preserved.
1872           </footnote>
1873         </p>
1874       </sect>
1875
1876       <sect id="restrictions">
1877         <heading>Restrictions on objects in source packages</heading>
1878
1879         <p>
1880           The source package may not contain any hard links<footnote>
1881             <p>
1882               This is not currently detected when building source
1883               packages, but only when extracting
1884               them.
1885             </p>
1886             <p>
1887               Hard links may be permitted at some point in the
1888               future, but would require a fair amount of
1889               work.
1890             </p>
1891           </footnote>, device special files, sockets or setuid or
1892           setgid files.<footnote>
1893               Setgid directories are allowed.
1894           </footnote>
1895         </p>
1896       </sect>
1897
1898       <sect id="debianrules">
1899         <heading>Main building script: <file>debian/rules</file></heading>
1900
1901         <p>
1902           This file must be an executable makefile, and contains the
1903           package-specific recipes for compiling the package and
1904           building binary package(s) from the source.
1905         </p>
1906
1907         <p>
1908           It must start with the line <tt>#!/usr/bin/make -f</tt>,
1909           so that it can be invoked by saying its name rather than
1910           invoking <prgn>make</prgn> explicitly. That is, invoking
1911           either of <tt>make -f debian/rules <em>args...</em></tt>
1912           or <tt>./debian/rules <em>args...</em></tt> must result in
1913           identical behavior.
1914         </p>
1915
1916         <p>
1917           The following targets are required and must be implemented
1918           by <file>debian/rules</file>: <tt>clean</tt>, <tt>binary</tt>,
1919           <tt>binary-arch</tt>, <tt>binary-indep</tt>, <tt>build</tt>,
1920           <tt>build-arch</tt> and <tt>build-indep</tt>.
1921           These are the targets called by <prgn>dpkg-buildpackage</prgn>.
1922         </p>
1923
1924         <p>
1925           Since an interactive <file>debian/rules</file> script makes it
1926           impossible to auto-compile that package and also makes it hard
1927           for other people to reproduce the same binary package, all
1928           required targets must be non-interactive.  It also follows that
1929           any target that these targets depend on must also be
1930           non-interactive.
1931         </p>
1932
1933         <p>
1934           The targets are as follows:
1935           <taglist>
1936             <tag><tt>build</tt> (required)</tag>
1937             <item>
1938               <p>
1939                 The <tt>build</tt> target should perform all the
1940                 configuration and compilation of the package.
1941                 If a package has an interactive pre-build
1942                 configuration routine, the Debian source package
1943                 must either be built after this has taken place (so
1944                 that the binary package can be built without rerunning
1945                 the configuration) or the configuration routine
1946                 modified to become non-interactive.  (The latter is
1947                 preferable if there are architecture-specific features
1948                 detected by the configuration routine.)
1949               </p>
1950
1951               <p>
1952                 For some packages, notably ones where the same
1953                 source tree is compiled in different ways to produce
1954                 two binary packages, the <tt>build</tt> target
1955                 does not make much sense.  For these packages it is
1956                 good enough to provide two (or more) targets
1957                 (<tt>build-a</tt> and <tt>build-b</tt> or whatever)
1958                 for each of the ways of building the package, and a
1959                 <tt>build</tt> target that does nothing.  The
1960                 <tt>binary</tt> target will have to build the
1961                 package in each of the possible ways and make the
1962                 binary package out of each.
1963               </p>
1964
1965               <p>
1966                 The <tt>build</tt> target must not do anything
1967                 that might require root privilege.
1968               </p>
1969
1970               <p>
1971                 The <tt>build</tt> target may need to run the
1972                 <tt>clean</tt> target first - see below.
1973               </p>
1974
1975               <p>
1976                 When a package has a configuration and build routine
1977                 which takes a long time, or when the makefiles are
1978                 poorly designed, or when <tt>build</tt> needs to
1979                 run <tt>clean</tt> first, it is a good idea to
1980                 <tt>touch build</tt> when the build process is
1981                 complete.  This will ensure that if <tt>debian/rules
1982                 build</tt> is run again it will not rebuild the whole
1983                 program.<footnote>
1984                     Another common way to do this is for <tt>build</tt>
1985                     to depend on <prgn>build-stamp</prgn> and to do
1986                     nothing else, and for the <prgn>build-stamp</prgn>
1987                     target to do the building and to <tt>touch
1988                     build-stamp</tt> on completion.  This is
1989                     especially useful if the build routine creates a
1990                     file or directory called <tt>build</tt>; in such a
1991                     case, <tt>build</tt> will need to be listed as
1992                     a phony target (i.e., as a dependency of the
1993                     <tt>.PHONY</tt> target).  See the documentation of
1994                     <prgn>make</prgn> for more information on phony
1995                     targets.
1996                 </footnote>
1997               </p>
1998             </item>
1999
2000             <tag><tt>build-arch</tt> (required),
2001                  <tt>build-indep</tt> (required)
2002             </tag>
2003             <item>
2004               <p>
2005                 The <tt>build-arch</tt> target must
2006                 perform all the configuration and compilation required for
2007                 producing all architecture-dependant binary packages
2008                 (those packages for which the body of the
2009                 <tt>Architecture</tt> field in <tt>debian/control</tt> is
2010                 not <tt>all</tt>).  Similarly, the <tt>build-indep</tt>
2011                 target must perform all the configuration
2012                 and compilation required for producing all
2013                 architecture-independent binary packages (those packages
2014                 for which the body of the <tt>Architecture</tt> field
2015                 in <tt>debian/control</tt> is <tt>all</tt>).
2016                 The <tt>build</tt> target
2017                 should either depend on those targets or take the same
2018                 actions as invoking those targets would perform.<footnote>
2019                   This split allows binary-only builds to not install the
2020                   dependencies required for the <tt>build-indep</tt>
2021                   target and skip any resource-intensive build tasks that
2022                   are only required when building architecture-independent
2023                   binary packages.
2024                 </footnote>
2025               </p>
2026
2027               <p>
2028                 The <tt>build-arch</tt> and <tt>build-indep</tt> targets
2029                 must not do anything that might require root privilege.
2030               </p>
2031             </item>
2032
2033             <tag><tt>binary</tt> (required), <tt>binary-arch</tt>
2034               (required), <tt>binary-indep</tt> (required)
2035             </tag>
2036             <item>
2037               <p>
2038                 The <tt>binary</tt> target must be all that is
2039                 necessary for the user to build the binary package(s)
2040                 produced from this source package.  It is
2041                 split into two parts: <prgn>binary-arch</prgn> builds
2042                 the binary packages which are specific to a particular
2043                 architecture, and <tt>binary-indep</tt> builds
2044                 those which are not.
2045               </p>
2046               <p>
2047                 <tt>binary</tt> may be (and commonly is) a target with
2048                 no commands which simply depends on
2049                 <tt>binary-arch</tt> and <tt>binary-indep</tt>.
2050               </p>
2051               <p>
2052                 Both <tt>binary-*</tt> targets should depend on the
2053                 <tt>build</tt> target, or on the appropriate
2054                 <tt>build-arch</tt> or <tt>build-indep</tt> target, if
2055                 provided, so that the package is built if it has not
2056                 been already.  It should then create the relevant
2057                 binary package(s), using <prgn>dpkg-gencontrol</prgn> to
2058                 make their control files and <prgn>dpkg-deb</prgn> to
2059                 build them and place them in the parent of the top
2060                 level directory.
2061               </p>
2062
2063               <p>
2064                 Both the <tt>binary-arch</tt> and
2065                 <tt>binary-indep</tt> targets <em>must</em> exist.
2066                 If one of them has nothing to do (which will always be
2067                 the case if the source generates only a single binary
2068                 package, whether architecture-dependent or not), it
2069                 must still exist and must always succeed.
2070               </p>
2071
2072               <p>
2073                 The <tt>binary</tt> targets must be invoked as
2074                 root.<footnote>
2075                     The <prgn>fakeroot</prgn> package often allows one
2076                     to build a package correctly even without being
2077                     root.
2078                 </footnote>
2079               </p>
2080             </item>
2081
2082             <tag><tt>clean</tt> (required)</tag>
2083             <item>
2084               <p>
2085                 This must undo any effects that the <tt>build</tt>
2086                 and <tt>binary</tt> targets may have had, except
2087                 that it should leave alone any output files created in
2088                 the parent directory by a run of a <tt>binary</tt>
2089                 target.
2090               </p>
2091
2092               <p>
2093                 If a <tt>build</tt> file is touched at the end of
2094                 the <tt>build</tt> target, as suggested above, it
2095                 should be removed as the first action that
2096                 <tt>clean</tt> performs, so that running
2097                 <tt>build</tt> again after an interrupted
2098                 <tt>clean</tt> doesn't think that everything is
2099                 already done.
2100               </p>
2101
2102               <p>
2103                 The <tt>clean</tt> target may need to be
2104                 invoked as root if <tt>binary</tt> has been
2105                 invoked since the last <tt>clean</tt>, or if
2106                 <tt>build</tt> has been invoked as root (since
2107                 <tt>build</tt> may create directories, for
2108                 example).
2109               </p>
2110             </item>
2111
2112             <tag><tt>get-orig-source</tt> (optional)</tag>
2113             <item>
2114               <p>
2115                 This target fetches the most recent version of the
2116                 original source package from a canonical archive site
2117                 (via FTP or WWW, for example), does any necessary
2118                 rearrangement to turn it into the original source
2119                 tar file format described below, and leaves it in the
2120                 current directory.
2121               </p>
2122
2123               <p>
2124                 This target may be invoked in any directory, and
2125                 should take care to clean up any temporary files it
2126                 may have left.
2127               </p>
2128
2129               <p>
2130                 This target is optional, but providing it if
2131                 possible is a good idea.
2132               </p>
2133             </item>
2134
2135             <tag><tt>patch</tt> (optional)</tag>
2136             <item>
2137               <p>
2138                 This target performs whatever additional actions are
2139                 required to make the source ready for editing (unpacking
2140                 additional upstream archives, applying patches, etc.).
2141                 It is recommended to be implemented for any package where
2142                 <tt>dpkg-source -x</tt> does not result in source ready
2143                 for additional modification.  See
2144                 <ref id="readmesource">.
2145               </p>
2146             </item>
2147           </taglist>
2148
2149         <p>
2150           The <tt>build</tt>, <tt>binary</tt> and
2151           <tt>clean</tt> targets must be invoked with the current
2152           directory being the package's top-level directory.
2153         </p>
2154
2155
2156         <p>
2157           Additional targets may exist in <file>debian/rules</file>,
2158           either as published or undocumented interfaces or for the
2159           package's internal use.
2160         </p>
2161
2162         <p>
2163           The architectures we build on and build for are determined
2164           by <prgn>make</prgn> variables using the
2165           utility <prgn>dpkg-architecture</prgn>.
2166           You can determine the Debian architecture and the GNU style
2167           architecture specification string for the build architecture as
2168           well as for the host architecture.  The build architecture is
2169           the architecture on which <file>debian/rules</file> is run and
2170           the package build is performed.  The host architecture is the
2171           architecture on which the resulting package will be installed
2172           and run.  These are normally the same, but may be different in
2173           the case of cross-compilation (building packages for one
2174           architecture on machines of a different architecture).
2175         </p>
2176
2177         <p>
2178           Here is a list of supported <prgn>make</prgn> variables:
2179           <list compact="compact">
2180             <item>
2181                 <tt>DEB_*_ARCH</tt> (the Debian architecture)
2182             </item>
2183             <item>
2184                 <tt>DEB_*_ARCH_CPU</tt> (the Debian CPU name)
2185             </item>
2186             <item>
2187                 <tt>DEB_*_ARCH_OS</tt> (the Debian System name)
2188             </item>
2189             <item>
2190                 <tt>DEB_*_GNU_TYPE</tt> (the GNU style architecture
2191                 specification string)
2192             </item>
2193             <item>
2194                 <tt>DEB_*_GNU_CPU</tt> (the CPU part of
2195                 <tt>DEB_*_GNU_TYPE</tt>)
2196             </item>
2197             <item>
2198                 <tt>DEB_*_GNU_SYSTEM</tt> (the System part of
2199                 <tt>DEB_*_GNU_TYPE</tt>)
2200           </list>
2201           where <tt>*</tt> is either <tt>BUILD</tt> for specification of
2202           the build architecture or <tt>HOST</tt> for specification of the
2203           host architecture.
2204         </p>
2205
2206         <p>
2207           Backward compatibility can be provided in the rules file
2208           by setting the needed variables to suitable default
2209           values; please refer to the documentation of
2210           <prgn>dpkg-architecture</prgn> for details.
2211         </p>
2212
2213         <p>
2214           It is important to understand that the <tt>DEB_*_ARCH</tt>
2215           string only determines which Debian architecture we are
2216           building on or for. It should not be used to get the CPU
2217           or system information; the <tt>DEB_*_ARCH_CPU</tt> and
2218           <tt>DEB_*_ARCH_OS</tt> variables should be used for that.
2219           GNU style variables should generally only be used with upstream
2220           build systems.
2221         </p>
2222
2223         <sect1 id="debianrules-options">
2224           <heading><file>debian/rules</file> and
2225             <tt>DEB_BUILD_OPTIONS</tt></heading>
2226
2227           <p>
2228             Supporting the standardized environment variable
2229             <tt>DEB_BUILD_OPTIONS</tt> is recommended.  This variable can
2230             contain several flags to change how a package is compiled and
2231             built.  Each flag must be in the form <var>flag</var> or
2232             <var>flag</var>=<var>options</var>.  If multiple flags are
2233             given, they must be separated by whitespace.<footnote>
2234               Some packages support any delimiter, but whitespace is the
2235               easiest to parse inside a makefile and avoids ambiguity with
2236               flag values that contain commas.
2237             </footnote>
2238             <var>flag</var> must start with a lowercase letter
2239             (<tt>a-z</tt>) and consist only of lowercase letters,
2240             numbers (<tt>0-9</tt>), and the characters
2241             <tt>-</tt> and <tt>_</tt> (hyphen and underscore).
2242             <var>options</var> must not contain whitespace.  The same
2243             tag should not be given multiple times with conflicting
2244             values.  Package maintainers may assume that
2245             <tt>DEB_BUILD_OPTIONS</tt> will not contain conflicting tags.
2246           </p>
2247
2248           <p>
2249             The meaning of the following tags has been standardized:
2250             <taglist>
2251               <tag>nocheck</tag>
2252               <item>
2253                   This tag says to not run any build-time test suite
2254                   provided by the package.
2255               </item>
2256               <tag>noopt</tag>
2257               <item>
2258                   The presence of this tag means that the package should
2259                   be compiled with a minimum of optimization.  For C
2260                   programs, it is best to add <tt>-O0</tt> to
2261                   <tt>CFLAGS</tt> (although this is usually the default).
2262                   Some programs might fail to build or run at this level
2263                   of optimization; it may be necessary to use
2264                   <tt>-O1</tt>, for example.
2265               </item>
2266               <tag>nostrip</tag>
2267               <item>
2268                   This tag means that the debugging symbols should not be
2269                   stripped from the binary during installation, so that
2270                   debugging information may be included in the package.
2271               </item>
2272               <tag>parallel=n</tag>
2273               <item>
2274                   This tag means that the package should be built using up
2275                   to <tt>n</tt> parallel processes if the package build
2276                   system supports this.<footnote>
2277                       Packages built with <tt>make</tt> can often implement
2278                       this by passing the <tt>-j</tt><var>n</var> option to
2279                       <tt>make</tt>.
2280                   </footnote>
2281                   If the package build system does not support parallel
2282                   builds, this string must be ignored.  If the package
2283                   build system only supports a lower level of concurrency
2284                   than <var>n</var>, the package should be built using as
2285                   many parallel processes as the package build system
2286                   supports.  It is up to the package maintainer to decide
2287                   whether the package build times are long enough and the
2288                   package build system is robust enough to make supporting
2289                   parallel builds worthwhile.
2290                </item>
2291             </taglist>
2292           </p>
2293
2294           <p>
2295             Unknown flags must be ignored by <file>debian/rules</file>.
2296           </p>
2297
2298           <p>
2299             The following makefile snippet is an example of how one may
2300             implement the build options; you will probably have to
2301             massage this example in order to make it work for your
2302             package.
2303             <example compact="compact">
2304 CFLAGS = -Wall -g
2305 INSTALL = install
2306 INSTALL_FILE    = $(INSTALL) -p    -o root -g root  -m  644
2307 INSTALL_PROGRAM = $(INSTALL) -p    -o root -g root  -m  755
2308 INSTALL_SCRIPT  = $(INSTALL) -p    -o root -g root  -m  755
2309 INSTALL_DIR     = $(INSTALL) -p -d -o root -g root  -m  755
2310
2311 ifneq (,$(filter noopt,$(DEB_BUILD_OPTIONS)))
2312     CFLAGS += -O0
2313 else
2314     CFLAGS += -O2
2315 endif
2316 ifeq (,$(filter nostrip,$(DEB_BUILD_OPTIONS)))
2317     INSTALL_PROGRAM += -s
2318 endif
2319 ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
2320     NUMJOBS = $(patsubst parallel=%,%,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
2321     MAKEFLAGS += -j$(NUMJOBS)
2322 endif
2323
2324 build:
2325         # ...
2326 ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
2327         # Code to run the package test suite.
2328 endif
2329             </example>
2330           </p>
2331         </sect1>
2332       </sect>
2333
2334 <!-- FIXME: section pkg-srcsubstvars is the same as substvars -->
2335       <sect id="substvars">
2336         <heading>Variable substitutions: <file>debian/substvars</file></heading>
2337
2338         <p>
2339           When <prgn>dpkg-gencontrol</prgn>
2340           generates <qref id="binarycontrolfiles">binary package control
2341           files</qref> (<file>DEBIAN/control</file>), it performs variable
2342           substitutions on its output just before writing it.  Variable
2343           substitutions have the form <tt>${<var>variable</var>}</tt>.
2344           The optional file <file>debian/substvars</file> contains
2345           variable substitutions to be used; variables can also be set
2346           directly from <file>debian/rules</file> using the <tt>-V</tt>
2347           option to the source packaging commands, and certain predefined
2348           variables are also available.
2349         </p>
2350
2351         <p>
2352           The <file>debian/substvars</file> file is usually generated and
2353           modified dynamically by <file>debian/rules</file> targets, in
2354           which case it must be removed by the <tt>clean</tt> target.
2355         </p>
2356
2357         <p>
2358           See <manref name="deb-substvars" section="5"> for full
2359           details about source variable substitutions, including the
2360           format of <file>debian/substvars</file>.</p>
2361       </sect>
2362
2363       <sect id="debianwatch">
2364         <heading>Optional upstream source location: <file>debian/watch</file></heading>
2365
2366         <p>
2367           This is an optional, recommended configuration file for the
2368           <tt>uscan</tt> utility which defines how to automatically scan
2369           ftp or http sites for newly available updates of the
2370           package. This is used
2371           by <url id="http://dehs.alioth.debian.org/"> and other Debian QA
2372           tools to help with quality control and maintenance of the
2373           distribution as a whole.
2374         </p>
2375
2376       </sect>
2377
2378       <sect id="debianfiles">
2379         <heading>Generated files list: <file>debian/files</file></heading>
2380
2381         <p>
2382           This file is not a permanent part of the source tree; it
2383           is used while building packages to record which files are
2384           being generated.  <prgn>dpkg-genchanges</prgn> uses it
2385           when it generates a <file>.changes</file> file.
2386         </p>
2387
2388         <p>
2389           It should not exist in a shipped source package, and so it
2390           (and any backup files or temporary files such as
2391           <file>files.new</file><footnote>
2392               <file>files.new</file> is used as a temporary file by
2393               <prgn>dpkg-gencontrol</prgn> and
2394               <prgn>dpkg-distaddfile</prgn> - they write a new
2395               version of <tt>files</tt> here before renaming it,
2396               to avoid leaving a corrupted copy if an error
2397               occurs.
2398           </footnote>) should be removed by the
2399           <tt>clean</tt> target.  It may also be wise to
2400           ensure a fresh start by emptying or removing it at the
2401           start of the <tt>binary</tt> target.
2402         </p>
2403
2404         <p>
2405           When <prgn>dpkg-gencontrol</prgn> is run for a binary
2406           package, it adds an entry to <file>debian/files</file> for the
2407           <file>.deb</file> file that will be created when <tt>dpkg-deb
2408           --build</tt> is run for that binary package.  So for most
2409           packages all that needs to be done with this file is to
2410           delete it in the <tt>clean</tt> target.
2411         </p>
2412
2413         <p>
2414           If a package upload includes files besides the source
2415           package and any binary packages whose control files were
2416           made with <prgn>dpkg-gencontrol</prgn> then they should be
2417           placed in the parent of the package's top-level directory
2418           and <prgn>dpkg-distaddfile</prgn> should be called to add
2419           the file to the list in <file>debian/files</file>.</p>
2420       </sect>
2421
2422       <sect id="embeddedfiles">
2423         <heading>Convenience copies of code</heading>
2424
2425         <p>
2426           Some software packages include in their distribution convenience
2427           copies of code from other software packages, generally so that
2428           users compiling from source don't have to download multiple
2429           packages.  Debian packages should not make use of these
2430           convenience copies unless the included package is explicitly
2431           intended to be used in this way.<footnote>
2432             For example, parts of the GNU build system work like this.
2433           </footnote>
2434           If the included code is already in the Debian archive in the
2435           form of a library, the Debian packaging should ensure that
2436           binary packages reference the libraries already in Debian and
2437           the convenience copy is not used.  If the included code is not
2438           already in Debian, it should be packaged separately as a
2439           prerequisite if possible.
2440           <footnote>
2441             Having multiple copies of the same code in Debian is
2442             inefficient, often creates either static linking or shared
2443             library conflicts, and, most importantly, increases the
2444             difficulty of handling security vulnerabilities in the
2445             duplicated code.
2446           </footnote>
2447         </p>
2448       </sect>
2449
2450       <sect id="readmesource">
2451         <heading>Source package handling:
2452           <file>debian/README.source</file></heading>
2453
2454         <p>
2455           If running <prgn>dpkg-source -x</prgn> on a source package
2456           doesn't produce the source of the package, ready for editing,
2457           and allow one to make changes and run
2458           <prgn>dpkg-buildpackage</prgn> to produce a modified package
2459           without taking any additional steps, creating a
2460           <file>debian/README.source</file> documentation file is
2461           recommended.  This file should explain how to do all of the
2462           following:
2463             <enumlist>
2464               <item>Generate the fully patched source, in a form ready for
2465               editing, that would be built to create Debian
2466               packages.  Doing this with a <tt>patch</tt> target in
2467               <file>debian/rules</file> is recommended; see
2468               <ref id="debianrules">.</item>
2469               <item>Modify the source and save those modifications so that
2470               they will be applied when building the package.</item>
2471               <item>Remove source modifications that are currently being
2472               applied when building the package.</item>
2473               <item>Optionally, document what steps are necessary to
2474               upgrade the Debian source package to a new upstream version,
2475               if applicable.</item>
2476             </enumlist>
2477           This explanation should include specific commands and mention
2478           any additional required Debian packages.  It should not assume
2479           familiarity with any specific Debian packaging system or patch
2480           management tools.
2481         </p>
2482
2483         <p>
2484           This explanation may refer to a documentation file installed by
2485           one of the package's build dependencies provided that the
2486           referenced documentation clearly explains these tasks and is not
2487           a general reference manual.
2488         </p>
2489
2490         <p>
2491           <file>debian/README.source</file> may also include any other
2492           information that would be helpful to someone modifying the
2493           source package.  Even if the package doesn't fit the above
2494           description, maintainers are encouraged to document in a
2495           <file>debian/README.source</file> file any source package with a
2496           particularly complex or unintuitive source layout or build
2497           system (for example, a package that builds the same source
2498           multiple times to generate different binary packages).
2499         </p>
2500       </sect>
2501     </chapt>
2502
2503
2504     <chapt id="controlfields">
2505       <heading>Control files and their fields</heading>
2506
2507       <p>
2508         The package management system manipulates data represented in
2509         a common format, known as <em>control data</em>, stored in
2510         <em>control files</em>.
2511         Control files are used for source packages, binary packages and
2512         the <file>.changes</file> files which control the installation
2513         of uploaded files<footnote>
2514             <prgn>dpkg</prgn>'s internal databases are in a similar
2515             format.
2516         </footnote>.
2517       </p>
2518
2519       <sect id="controlsyntax">
2520         <heading>Syntax of control files</heading>
2521
2522         <p>
2523           A control file consists of one or more paragraphs of
2524           fields<footnote>
2525                 The paragraphs are also sometimes referred to as stanzas.
2526           </footnote>.
2527           The paragraphs are separated by empty lines.  Parsers may accept
2528           lines consisting solely of spaces and tabs as paragraph
2529           separators, but control files should use empty lines.  Some control
2530           files allow only one paragraph; others allow several, in
2531           which case each paragraph usually refers to a different
2532           package.  (For example, in source packages, the first
2533           paragraph refers to the source package, and later paragraphs
2534           refer to binary packages generated from the source.)  The
2535           ordering of the paragraphs in control files is significant.
2536         </p>
2537
2538         <p>
2539           Each paragraph consists of a series of data fields.  Each field
2540           consists of the field name followed by a colon and then the
2541           data/value associated with that field.  The field name is
2542           composed of US-ASCII characters excluding control characters,
2543           space, and colon (i.e., characters in the ranges 33-57 and
2544           59-126, inclusive).  Field names must not begin with the comment
2545           character, <tt>#</tt>, nor with the hyphen character, <tt>-</tt>.
2546         </p>
2547
2548         <p>
2549           The field ends at the end of the line or at the end of the last
2550           continuation line (see below).  Horizontal whitespace (spaces
2551           and tabs) may occur immediately before or after the value and is
2552           ignored there; it is conventional to put a single space after
2553           the colon.  For example, a field might be:
2554           <example compact="compact">
2555 Package: libc6
2556           </example>
2557           the field name is <tt>Package</tt> and the field value
2558           <tt>libc6</tt>.
2559         </p>
2560
2561         <p>
2562           A paragraph must not contain more than one instance of a
2563           particular field name.
2564         </p>
2565
2566         <p>
2567           There are three types of fields:
2568           <taglist>
2569             <tag>simple</tag>
2570             <item>
2571               The field, including its value, must be a single line.  Folding
2572               of the field is not permitted.  This is the default field type
2573               if the definition of the field does not specify a different
2574               type.
2575             </item>
2576             <tag>folded</tag>
2577             <item>
2578               The value of a folded field is a logical line that may span
2579               several lines.  The lines after the first are called
2580               continuation lines and must start with a space or a tab.
2581               Whitespace, including any newlines, is not significant in the
2582               field values of folded fields.<footnote>
2583                 This folding method is similar to RFC 5322, allowing control
2584                 files that contain only one paragraph and no multiline fields
2585                 to be read by parsers written for RFC 5322.
2586               </footnote>
2587             </item>
2588             <tag>multiline</tag>
2589             <item>
2590               The value of a multiline field may comprise multiple continuation
2591               lines.  The first line of the value, the part on the same line as
2592               the field name, often has special significance or may have to be
2593               empty.  Other lines are added following the same syntax as the
2594               continuation lines of the folded fields.  Whitespace, including newlines,
2595               is significant in the values of multiline fields.
2596             </item>
2597           </taglist>
2598         </p>
2599
2600         <p>
2601           Whitespace must not appear
2602           inside names (of packages, architectures, files or anything
2603           else) or version numbers, or between the characters of
2604           multi-character version relationships.
2605         </p>
2606
2607         <p>
2608           The presence and purpose of a field, and the syntax of its
2609           value may differ between types of control files.
2610         </p>
2611
2612         <p>
2613           Field names are not case-sensitive, but it is usual to
2614           capitalize the field names using mixed case as shown below.
2615           Field values are case-sensitive unless the description of the
2616           field says otherwise.
2617         </p>
2618
2619         <p>
2620           Paragraph separators (empty lines) and lines consisting only of
2621           spaces and tabs are not allowed within field values or between
2622           fields.  Empty lines in field values are usually escaped by
2623           representing them by a space followed by a dot.
2624         </p>
2625
2626         <p>
2627           Lines starting with # without any preceding whitespace are comments
2628           lines that are only permitted in source package control files
2629           (<file>debian/control</file>).  These comment lines are ignored, even
2630           between two continuation lines.  They do not end logical lines.
2631         </p>
2632
2633         <p>
2634           All control files must be encoded in UTF-8.
2635         </p>
2636       </sect>
2637
2638       <sect id="sourcecontrolfiles">
2639         <heading>Source package control files -- <file>debian/control</file></heading>
2640
2641         <p>
2642           The <file>debian/control</file> file contains the most vital
2643           (and version-independent) information about the source package
2644           and about the binary packages it creates.
2645         </p>
2646
2647         <p>
2648           The first paragraph of the control file contains information about
2649           the source package in general. The subsequent sets each describe a
2650           binary package that the source tree builds.
2651         </p>
2652
2653         <p>
2654           The fields in the general paragraph (the first one, for the source
2655           package) are:
2656
2657           <list compact="compact">
2658             <item><qref id="f-Source"><tt>Source</tt></qref> (mandatory)</item>
2659             <item><qref id="f-Maintainer"><tt>Maintainer</tt></qref> (mandatory)</item>
2660             <item><qref id="f-Uploaders"><tt>Uploaders</tt></qref></item>
2661             <item><qref id="f-Section"><tt>Section</tt></qref> (recommended)</item>
2662             <item><qref id="f-Priority"><tt>Priority</tt></qref> (recommended)</item>
2663             <item><qref id="sourcebinarydeps"><tt>Build-Depends</tt> et al</qref></item>
2664             <item><qref id="f-Standards-Version"><tt>Standards-Version</tt></qref> (recommended)</item>
2665             <item><qref id="f-Homepage"><tt>Homepage</tt></qref></item>
2666             <item><qref id="f-VCS-fields"><tt>Vcs-Browser</tt>, <tt>Vcs-Git</tt>, et al.</qref></item>
2667           </list>
2668         </p>
2669
2670         <p>
2671           The fields in the binary package paragraphs are:
2672
2673           <list compact="compact">
2674             <item><qref id="f-Package"><tt>Package</tt></qref> (mandatory)</item>
2675             <item><qref id="f-Architecture"><tt>Architecture</tt></qref> (mandatory)</item>
2676             <item><qref id="f-Section"><tt>Section</tt></qref> (recommended)</item>
2677             <item><qref id="f-Priority"><tt>Priority</tt></qref> (recommended)</item>
2678             <item><qref id="f-Essential"><tt>Essential</tt></qref></item>
2679             <item><qref id="binarydeps"><tt>Depends</tt> et al</qref></item>
2680             <item><qref id="f-Description"><tt>Description</tt></qref> (mandatory)</item>
2681             <item><qref id="f-Homepage"><tt>Homepage</tt></qref></item>
2682             <item><qref id="built-using"><tt>Built-Using</tt></qref></item>
2683             <item><qref id="f-Package-Type"><tt>Package-Type</tt></qref></item>
2684           </list>
2685         </p>
2686
2687         <p>
2688           The syntax and semantics of the fields are described below.
2689         </p>
2690
2691         <p>
2692           These fields are used by <prgn>dpkg-gencontrol</prgn> to
2693           generate control files for binary packages (see below), by
2694           <prgn>dpkg-genchanges</prgn> to generate the
2695           <file>.changes</file> file to accompany the upload, and by
2696           <prgn>dpkg-source</prgn> when it creates the
2697           <file>.dsc</file> source control file as part of a source
2698           archive.  Some fields are folded in <file>debian/control</file>,
2699           but not in any other control
2700           file. These tools are responsible for removing the line
2701           breaks from such fields when using fields from
2702           <file>debian/control</file> to generate other control files.
2703         </p>
2704
2705         <p>
2706           The fields here may contain variable references - their
2707           values will be substituted by <prgn>dpkg-gencontrol</prgn>,
2708           <prgn>dpkg-genchanges</prgn> or <prgn>dpkg-source</prgn>
2709           when they generate output control files.
2710           See <ref id="substvars"> for details.
2711         </p>
2712       </sect>
2713
2714       <sect id="binarycontrolfiles">
2715         <heading>Binary package control files -- <file>DEBIAN/control</file></heading>
2716
2717         <p>
2718           The <file>DEBIAN/control</file> file contains the most vital
2719           (and version-dependent) information about a binary package.  It
2720           consists of a single paragraph.
2721         </p>
2722
2723         <p>
2724           The fields in this file are:
2725
2726           <list compact="compact">
2727             <item><qref id="f-Package"><tt>Package</tt></qref> (mandatory)</item>
2728             <item><qref id="f-Source"><tt>Source</tt></qref></item>
2729             <item><qref id="f-Version"><tt>Version</tt></qref> (mandatory)</item>
2730             <item><qref id="f-Section"><tt>Section</tt></qref> (recommended)</item>
2731             <item><qref id="f-Priority"><tt>Priority</tt></qref> (recommended)</item>
2732             <item><qref id="f-Architecture"><tt>Architecture</tt></qref> (mandatory)</item>
2733             <item><qref id="f-Essential"><tt>Essential</tt></qref></item>
2734             <item><qref id="binarydeps"><tt>Depends</tt> et al</qref></item>
2735             <item><qref id="f-Installed-Size"><tt>Installed-Size</tt></qref></item>
2736             <item><qref id="f-Maintainer"><tt>Maintainer</tt></qref> (mandatory)</item>
2737             <item><qref id="f-Description"><tt>Description</tt></qref> (mandatory)</item>
2738             <item><qref id="f-Homepage"><tt>Homepage</tt></qref></item>
2739             <item><qref id="built-using"><tt>Built-Using</tt></qref></item>
2740           </list>
2741         </p>
2742       </sect>
2743
2744       <sect id="debiansourcecontrolfiles">
2745         <heading>Debian source control files -- <tt>.dsc</tt></heading>
2746
2747         <p>
2748           This file consists of a single paragraph, possibly surrounded by
2749           a PGP signature. The fields of that paragraph are listed below.
2750           Their syntax is described above, in <ref id="controlsyntax">.
2751
2752         <list compact="compact">
2753           <item><qref id="f-Format"><tt>Format</tt></qref> (mandatory)</item>
2754           <item><qref id="f-Source"><tt>Source</tt></qref> (mandatory)</item>
2755           <item><qref id="f-Binary"><tt>Binary</tt></qref></item>
2756           <item><qref id="f-Architecture"><tt>Architecture</tt></qref></item>
2757           <item><qref id="f-Version"><tt>Version</tt></qref> (mandatory)</item>
2758           <item><qref id="f-Maintainer"><tt>Maintainer</tt></qref> (mandatory)</item>
2759           <item><qref id="f-Uploaders"><tt>Uploaders</tt></qref></item>
2760           <item><qref id="f-Homepage"><tt>Homepage</tt></qref></item>
2761           <item><qref id="f-VCS-fields"><tt>Vcs-Browser</tt>, <tt>Vcs-Git</tt>, et al.</qref></item>
2762           <item><qref id="f-Dgit"><tt>Dgit</tt></qref></item>
2763           <item><qref id="f-Standards-Version"><tt>Standards-Version</tt></qref> (recommended)</item>
2764           <item><qref id="sourcebinarydeps"><tt>Build-Depends</tt> et al</qref></item>
2765           <item><qref id="f-Package-List"><tt>Package-List</tt></qref> (recommended)</item>
2766           <item><qref id="f-Checksums"><tt>Checksums-Sha1</tt>
2767               and <tt>Checksums-Sha256</tt></qref> (mandatory)</item>
2768           <item><qref id="f-Files"><tt>Files</tt></qref> (mandatory)</item>
2769         </list>
2770         </p>
2771
2772         <p>
2773           The Debian source control file is generated by
2774           <prgn>dpkg-source</prgn> when it builds the source
2775           archive, from other files in the source package,
2776           described above.  When unpacking, it is checked against
2777           the files and directories in the other parts of the
2778           source package.
2779         </p>
2780
2781       </sect>
2782
2783       <sect id="debianchangesfiles">
2784         <heading>Debian changes files -- <file>.changes</file></heading>
2785
2786         <p>
2787           The <file>.changes</file> files are used by the Debian archive
2788           maintenance software to process updates to packages. They
2789           consist of a single paragraph, possibly surrounded by a PGP
2790           signature. That paragraph contains information from the
2791           <file>debian/control</file> file and other data about the
2792           source package gathered via <file>debian/changelog</file>
2793           and <file>debian/rules</file>.
2794         </p>
2795
2796         <p>
2797           <file>.changes</file> files have a format version that is
2798           incremented whenever the documented fields or their meaning
2799           change.  This document describes format &changesversion;.
2800         </p>
2801
2802         <p>
2803           The fields in this file are:
2804
2805           <list compact="compact">
2806             <item><qref id="f-Format"><tt>Format</tt></qref> (mandatory)</item>
2807             <item><qref id="f-Date"><tt>Date</tt></qref> (mandatory)</item>
2808             <item><qref id="f-Source"><tt>Source</tt></qref> (mandatory)</item>
2809             <item><qref id="f-Binary"><tt>Binary</tt></qref> (mandatory)</item>
2810             <item><qref id="f-Architecture"><tt>Architecture</tt></qref> (mandatory)</item>
2811             <item><qref id="f-Version"><tt>Version</tt></qref> (mandatory)</item>
2812             <item><qref id="f-Distribution"><tt>Distribution</tt></qref> (mandatory)</item>
2813             <item><qref id="f-Urgency"><tt>Urgency</tt></qref> (recommended)</item>
2814             <item><qref id="f-Maintainer"><tt>Maintainer</tt></qref> (mandatory)</item>
2815             <item><qref id="f-Changed-By"><tt>Changed-By</tt></qref></item>
2816             <item><qref id="f-Description"><tt>Description</tt></qref> (mandatory)</item>
2817             <item><qref id="f-Closes"><tt>Closes</tt></qref></item>
2818             <item><qref id="f-Changes"><tt>Changes</tt></qref> (mandatory)</item>
2819             <item><qref id="f-Checksums"><tt>Checksums-Sha1</tt>
2820                 and <tt>Checksums-Sha256</tt></qref> (mandatory)</item>
2821             <item><qref id="f-Files"><tt>Files</tt></qref> (mandatory)</item>
2822           </list>
2823         </p>
2824       </sect>
2825
2826       <sect id="controlfieldslist">
2827         <heading>List of fields</heading>
2828
2829         <sect1 id="f-Source">
2830           <heading><tt>Source</tt></heading>
2831
2832           <p>
2833             This field identifies the source package name.
2834           </p>
2835
2836           <p>
2837             In <file>debian/control</file> or a <file>.dsc</file> file,
2838             this field must contain only the name of the source package.
2839           </p>
2840
2841           <p>
2842             In a binary package control file or a <file>.changes</file>
2843             file, the source package name may be followed by a version
2844             number in parentheses<footnote>
2845                 It is customary to leave a space after the package name
2846                 if a version number is specified.
2847             </footnote>.
2848             This version number may be omitted (and is, by
2849             <prgn>dpkg-gencontrol</prgn>) if it has the same value as
2850             the <tt>Version</tt> field of the binary package in
2851             question.  The field itself may be omitted from a binary
2852             package control file when the source package has the same
2853             name and version as the binary package.
2854           </p>
2855
2856           <p>
2857             Package names (both source and binary,
2858             see <ref id="f-Package">) must consist only of lower case
2859             letters (<tt>a-z</tt>), digits (<tt>0-9</tt>), plus
2860             (<tt>+</tt>) and minus (<tt>-</tt>) signs, and periods
2861             (<tt>.</tt>).  They must be at least two characters long and
2862             must start with an alphanumeric character.
2863           </p>
2864         </sect1>
2865
2866         <sect1 id="f-Maintainer">
2867           <heading><tt>Maintainer</tt></heading>
2868
2869           <p>
2870             The package maintainer's name and email address.  The name
2871             must come first, then the email address inside angle
2872             brackets <tt>&lt;&gt;</tt> (in RFC822 format).
2873           </p>
2874
2875           <p>
2876             If the maintainer's name contains a full stop then the
2877             whole field will not work directly as an email address due
2878             to a misfeature in the syntax specified in RFC822; a
2879             program using this field as an address must check for this
2880             and correct the problem if necessary (for example by
2881             putting the name in round brackets and moving it to the
2882             end, and bringing the email address forward).
2883           </p>
2884
2885           <p>
2886             See <ref id="maintainer"> for additional requirements and
2887             information about package maintainers.
2888           </p>
2889         </sect1>
2890
2891         <sect1 id="f-Uploaders">
2892           <heading><tt>Uploaders</tt></heading>
2893
2894           <p>
2895             List of the names and email addresses of co-maintainers of the
2896             package, if any. If the package has other maintainers besides
2897             the one named in the <qref id="f-Maintainer">Maintainer
2898             field</qref>, their names and email addresses should be listed
2899             here. The format of each entry is the same as that of the
2900             Maintainer field, and multiple entries must be comma
2901             separated.
2902           </p>
2903
2904           <p>
2905             This is normally an optional field, but if
2906             the <tt>Maintainer</tt> control field names a group of people
2907             and a shared email address, the <tt>Uploaders</tt> field must
2908             be present and must contain at least one human with their
2909             personal email address.
2910           </p>
2911
2912           <p>
2913             The Uploaders field in <file>debian/control</file> can be folded.
2914           </p>
2915         </sect1>
2916
2917         <sect1 id="f-Changed-By">
2918           <heading><tt>Changed-By</tt></heading>
2919
2920           <p>
2921             The name and email address of the person who prepared this
2922             version of the package, usually a maintainer.  The syntax is
2923             the same as for the <qref id="f-Maintainer">Maintainer
2924             field</qref>.
2925           </p>
2926         </sect1>
2927
2928         <sect1 id="f-Section">
2929           <heading><tt>Section</tt></heading>
2930
2931           <p>
2932             This field specifies an application area into which the package
2933             has been classified. See <ref id="subsections">.
2934           </p>
2935
2936           <p>
2937             When it appears in the <file>debian/control</file> file,
2938             it gives the value for the subfield of the same name in
2939             the <tt>Files</tt> field of the <file>.changes</file> file.
2940             It also gives the default for the same field in the binary
2941             packages.
2942           </p>
2943         </sect1>
2944
2945         <sect1 id="f-Priority">
2946           <heading><tt>Priority</tt></heading>
2947
2948           <p>
2949             This field represents how important it is that the user
2950             have the package installed. See <ref id="priorities">.
2951           </p>
2952
2953           <p>
2954             When it appears in the <file>debian/control</file> file,
2955             it gives the value for the subfield of the same name in
2956             the <tt>Files</tt> field of the <file>.changes</file> file.
2957             It also gives the default for the same field in the binary
2958             packages.
2959           </p>
2960         </sect1>
2961
2962         <sect1 id="f-Package">
2963           <heading><tt>Package</tt></heading>
2964
2965           <p>
2966             The name of the binary package.
2967           </p>
2968
2969           <p>
2970             Binary package names must follow the same syntax and
2971             restrictions as source package names.  See <ref id="f-Source">
2972             for the details.
2973           </p>
2974         </sect1>
2975
2976         <sect1 id="f-Architecture">
2977           <heading><tt>Architecture</tt></heading>
2978
2979           <p>
2980             Depending on context and the control file used, the
2981             <tt>Architecture</tt> field can include the following sets of
2982             values:
2983             <list>
2984                 <item>
2985                   A unique single word identifying a Debian machine
2986                   architecture as described in <ref id="arch-spec">.
2987                 </item>
2988                 <item>
2989                   An architecture wildcard identifying a set of Debian
2990                   machine architectures, see <ref id="arch-wildcard-spec">.
2991                   <tt>any</tt> matches all Debian machine architectures
2992                   and is the most frequently used.
2993                 </item>
2994                 <item>
2995                   <tt>all</tt>, which indicates an
2996                   architecture-independent package.
2997                 </item>
2998                 <item>
2999                   <tt>source</tt>, which indicates a source package.
3000                 </item>
3001             </list>
3002           </p>
3003
3004           <p>
3005             In the main <file>debian/control</file> file in the source
3006             package, this field may contain the special
3007             value <tt>all</tt>, the special architecture
3008             wildcard <tt>any</tt>, or a list of specific and wildcard
3009             architectures separated by spaces.  If <tt>all</tt>
3010             or <tt>any</tt> appears, that value must be the entire
3011             contents of the field.  Most packages will use
3012             either <tt>all</tt> or <tt>any</tt>.
3013           </p>
3014
3015           <p>
3016             Specifying a specific list of architectures indicates that the
3017             source will build an architecture-dependent package only on
3018             architectures included in the list.  Specifying a list of
3019             architecture wildcards indicates that the source will build an
3020             architecture-dependent package on only those architectures
3021             that match any of the specified architecture wildcards.
3022             Specifying a list of architectures or architecture wildcards
3023             other than <tt>any</tt> is for the minority of cases where a
3024             program is not portable or is not useful on some
3025             architectures.  Where possible, the program should be made
3026             portable instead.
3027           </p>
3028
3029           <p>
3030             In the Debian source control file <file>.dsc</file>, this
3031             field contains a list of architectures and architecture
3032             wildcards separated by spaces. When the list contains the
3033             architecture wildcard <tt>any</tt>, the only other value
3034             allowed in the list is <tt>all</tt>.
3035           </p>
3036
3037           <p>
3038             The list may include (or consist solely of) the special
3039             value <tt>all</tt>.  In other words, in <file>.dsc</file>
3040             files unlike the <file>debian/control</file>, <tt>all</tt> may
3041             occur in combination with specific architectures.
3042             The <tt>Architecture</tt> field in the Debian source control
3043             file <file>.dsc</file> is generally constructed from
3044             the <tt>Architecture</tt> fields in
3045             the <file>debian/control</file> in the source package.
3046           </p>
3047
3048           <p>
3049             Specifying only <tt>any</tt> indicates that the source package
3050             isn't dependent on any particular architecture and should
3051             compile fine on any one. The produced binary package(s)
3052             will be specific to whatever the current build architecture is.
3053           </p>
3054
3055           <p>
3056             Specifying only <tt>all</tt> indicates that the source package
3057             will only build architecture-independent packages.
3058           </p>
3059
3060           <p>
3061             Specifying <tt>any all</tt> indicates that the source package
3062             isn't dependent on any particular architecture. The set of
3063             produced binary packages will include at least one
3064             architecture-dependant package and one architecture-independent
3065             package.
3066           </p>
3067
3068           <p>
3069             Specifying a list of architectures or architecture wildcards
3070             indicates that the source will build an architecture-dependent
3071             package, and will only work correctly on the listed or
3072             matching architectures.  If the source package also builds at
3073             least one architecture-independent package, <tt>all</tt> will
3074             also be included in the list.
3075           </p>
3076
3077           <p>
3078             In a <file>.changes</file> file, the <tt>Architecture</tt>
3079             field lists the architecture(s) of the package(s) currently
3080             being uploaded.  This will be a list; if the source for the
3081             package is also being uploaded, the special
3082             entry <tt>source</tt> is also present.  <tt>all</tt> will be
3083             present if any architecture-independent packages are being
3084             uploaded.  Architecture wildcards such as <tt>any</tt> must
3085             never occur in the <tt>Architecture</tt> field in
3086             the <file>.changes</file> file.
3087           </p>
3088
3089           <p>
3090             See <ref id="debianrules"> for information on how to get
3091             the architecture for the build process.
3092           </p>
3093         </sect1>
3094
3095         <sect1 id="f-Essential">
3096           <heading><tt>Essential</tt></heading>
3097
3098           <p>
3099             This is a boolean field which may occur only in the
3100             control file of a binary package or in a per-package fields
3101             paragraph of a source package control file.
3102           </p>
3103
3104           <p>
3105             If set to <tt>yes</tt> then the package management system
3106             will refuse to remove the package (upgrading and replacing
3107             it is still possible). The other possible value is <tt>no</tt>,
3108             which is the same as not having the field at all.
3109           </p>
3110         </sect1>
3111
3112         <sect1>
3113           <heading>Package interrelationship fields:
3114             <tt>Depends</tt>, <tt>Pre-Depends</tt>,
3115             <tt>Recommends</tt>, <tt>Suggests</tt>,
3116             <tt>Breaks</tt>, <tt>Conflicts</tt>,
3117             <tt>Provides</tt>, <tt>Replaces</tt>, <tt>Enhances</tt>
3118           </heading>
3119
3120           <p>
3121             These fields describe the package's relationships with
3122             other packages.  Their syntax and semantics are described
3123             in <ref id="relationships">.</p>
3124         </sect1>
3125
3126         <sect1 id="f-Standards-Version">
3127           <heading><tt>Standards-Version</tt></heading>
3128
3129           <p>
3130             The most recent version of the standards (the policy
3131             manual and associated texts) with which the package
3132             complies.
3133           </p>
3134
3135           <p>
3136             The version number has four components: major and minor
3137             version number and major and minor patch level.  When the
3138             standards change in a way that requires every package to
3139             change the major number will be changed.  Significant
3140             changes that will require work in many packages will be
3141             signaled by a change to the minor number.  The major patch
3142             level will be changed for any change to the meaning of the
3143             standards, however small; the minor patch level will be
3144             changed when only cosmetic, typographical or other edits
3145             are made which neither change the meaning of the document
3146             nor affect the contents of packages.
3147           </p>
3148
3149           <p>
3150             Thus only the first three components of the policy version
3151             are significant in the <em>Standards-Version</em> control
3152             field, and so either these three components or all four
3153             components may be specified.<footnote>
3154                 In the past, people specified the full version number
3155                 in the Standards-Version field, for example "2.3.0.0".
3156                 Since minor patch-level changes don't introduce new
3157                 policy, it was thought it would be better to relax
3158                 policy and only require the first 3 components to be
3159                 specified, in this example "2.3.0".  All four
3160                 components may still be used if someone wishes to do so.
3161             </footnote>
3162           </p>
3163
3164         </sect1>
3165
3166         <sect1 id="f-Version">
3167           <heading><tt>Version</tt></heading>
3168
3169           <p>
3170             The version number of a package. The format is:
3171             [<var>epoch</var><tt>:</tt>]<var>upstream_version</var>[<tt>-</tt><var>debian_revision</var>]
3172           </p>
3173
3174           <p>
3175             The three components here are:
3176             <taglist>
3177               <tag><var>epoch</var></tag>
3178               <item>
3179                 <p>
3180                   This is a single (generally small) unsigned integer.  It
3181                   may be omitted, in which case zero is assumed.  If it is
3182                   omitted then the <var>upstream_version</var> may not
3183                   contain any colons.
3184                 </p>
3185
3186                 <p>
3187                   It is provided to allow mistakes in the version numbers
3188                   of older versions of a package, and also a package's
3189                   previous version numbering schemes, to be left behind.
3190                 </p>
3191               </item>
3192
3193               <tag><var>upstream_version</var></tag>
3194               <item>
3195                 <p>
3196                   This is the main part of the version number.  It is
3197                   usually the version number of the original ("upstream")
3198                   package from which the <file>.deb</file> file has been made,
3199                   if this is applicable.  Usually this will be in the same
3200                   format as that specified by the upstream author(s);
3201                   however, it may need to be reformatted to fit into the
3202                   package management system's format and comparison
3203                   scheme.
3204                 </p>
3205
3206                 <p>
3207                   The comparison behavior of the package management system
3208                   with respect to the <var>upstream_version</var> is
3209                   described below.  The <var>upstream_version</var>
3210                   portion of the version number is mandatory.
3211                 </p>
3212
3213                 <p>
3214                   The <var>upstream_version</var> may contain only
3215                   alphanumerics<footnote>
3216                         Alphanumerics are <tt>A-Za-z0-9</tt> only.
3217                   </footnote>
3218                   and the characters <tt>.</tt> <tt>+</tt> <tt>-</tt>
3219                   <tt>:</tt> <tt>~</tt> (full stop, plus, hyphen, colon,
3220                   tilde) and should start with a digit.  If there is no
3221                   <var>debian_revision</var> then hyphens are not allowed;
3222                   if there is no <var>epoch</var> then colons are not
3223                   allowed.
3224                 </p>
3225               </item>
3226
3227               <tag><var>debian_revision</var></tag>
3228               <item>
3229                 <p>
3230                   This part of the version number specifies the version of
3231                   the Debian package based on the upstream version.  It
3232                   may contain only alphanumerics and the characters
3233                   <tt>+</tt> <tt>.</tt> <tt>~</tt> (plus, full stop,
3234                   tilde) and is compared in the same way as the
3235                   <var>upstream_version</var> is.
3236                 </p>
3237
3238                 <p>
3239                   It is optional; if it isn't present then the
3240                   <var>upstream_version</var> may not contain a hyphen.
3241                   This format represents the case where a piece of
3242                   software was written specifically to be a Debian
3243                   package, where the Debian package source must always
3244                   be identical to the pristine source and therefore no
3245                   revision indication is required.
3246                 </p>
3247
3248                 <p>
3249                   It is conventional to restart the
3250                   <var>debian_revision</var> at <tt>1</tt> each time the
3251                   <var>upstream_version</var> is increased.
3252                 </p>
3253
3254                 <p>
3255                   The package management system will break the version
3256                   number apart at the last hyphen in the string (if there
3257                   is one) to determine the <var>upstream_version</var> and
3258                   <var>debian_revision</var>.  The absence of a
3259                   <var>debian_revision</var> is equivalent to a
3260                   <var>debian_revision</var> of <tt>0</tt>.
3261                 </p>
3262               </item>
3263             </taglist>
3264           </p>
3265
3266           <p>
3267             When comparing two version numbers, first the <var>epoch</var>
3268             of each are compared, then the <var>upstream_version</var> if
3269             <var>epoch</var> is equal, and then <var>debian_revision</var>
3270             if <var>upstream_version</var> is also equal.
3271             <var>epoch</var> is compared numerically.  The
3272             <var>upstream_version</var> and <var>debian_revision</var>
3273             parts are compared by the package management system using the
3274             following algorithm:
3275           </p>
3276
3277           <p>
3278             The strings are compared from left to right.
3279           </p>
3280
3281           <p>
3282             First the initial part of each string consisting entirely of
3283             non-digit characters is determined.  These two parts (one of
3284             which may be empty) are compared lexically.  If a difference
3285             is found it is returned.  The lexical comparison is a
3286             comparison of ASCII values modified so that all the letters
3287             sort earlier than all the non-letters and so that a tilde
3288             sorts before anything, even the end of a part.  For example,
3289             the following parts are in sorted order from earliest to
3290             latest: <tt>~~</tt>, <tt>~~a</tt>, <tt>~</tt>, the empty part,
3291             <tt>a</tt>.<footnote>
3292               One common use of <tt>~</tt> is for upstream pre-releases.
3293               For example, <tt>1.0~beta1~svn1245</tt> sorts earlier than
3294               <tt>1.0~beta1</tt>, which sorts earlier than <tt>1.0</tt>.
3295             </footnote>
3296           </p>
3297
3298           <p>
3299             Then the initial part of the remainder of each string which
3300             consists entirely of digit characters is determined.  The
3301             numerical values of these two parts are compared, and any
3302             difference found is returned as the result of the comparison.
3303             For these purposes an empty string (which can only occur at
3304             the end of one or both version strings being compared) counts
3305             as zero.
3306           </p>
3307
3308           <p>
3309             These two steps (comparing and removing initial non-digit
3310             strings and initial digit strings) are repeated until a
3311             difference is found or both strings are exhausted.
3312           </p>
3313
3314           <p>
3315             Note that the purpose of epochs is to allow us to leave behind
3316             mistakes in version numbering, and to cope with situations
3317             where the version numbering scheme changes.  It is
3318             <em>not</em> intended to cope with version numbers containing
3319             strings of letters which the package management system cannot
3320             interpret (such as <tt>ALPHA</tt> or <tt>pre-</tt>), or with
3321             silly orderings.<footnote>
3322               The author of this manual has heard of a package whose
3323               versions went <tt>1.1</tt>, <tt>1.2</tt>, <tt>1.3</tt>,
3324               <tt>1</tt>, <tt>2.1</tt>, <tt>2.2</tt>, <tt>2</tt> and so
3325               forth.
3326             </footnote>
3327           </p>
3328         </sect1>
3329
3330         <sect1 id="f-Description">
3331           <heading><tt>Description</tt></heading>
3332
3333           <p>
3334             In a source or binary control file, the <tt>Description</tt>
3335             field contains a description of the binary package, consisting
3336             of two parts, the synopsis or the short description, and the
3337             long description.  It is a multiline field with the following
3338             format:
3339           </p>
3340
3341           <p>
3342 <example>
3343         Description: &lt;single line synopsis&gt;
3344          &lt;extended description over several lines&gt;
3345 </example>
3346           </p>
3347
3348           <p>
3349             The lines in the extended description can have these formats:
3350           </p>
3351
3352           <p><list>
3353
3354             <item>
3355               Those starting with a single space are part of a paragraph.
3356               Successive lines of this form will be word-wrapped when
3357               displayed. The leading space will usually be stripped off.
3358               The line must contain at least one non-whitespace character.
3359             </item>
3360
3361             <item>
3362               Those starting with two or more spaces. These will be
3363               displayed verbatim. If the display cannot be panned
3364               horizontally, the displaying program will line wrap them "hard"
3365               (i.e., without taking account of word breaks). If it can they
3366               will be allowed to trail off to the right. None, one or two
3367               initial spaces may be deleted, but the number of spaces
3368               deleted from each line will be the same (so that you can have
3369               indenting work correctly, for example).  The line must
3370               contain at least one non-whitespace character.
3371             </item>
3372
3373             <item>
3374               Those containing a single space followed by a single full stop
3375               character. These are rendered as blank lines. This is the
3376               <em>only</em> way to get a blank line<footnote>
3377                 Completely empty lines will not be rendered as blank lines.
3378                 Instead, they will cause the parser to think you're starting
3379                 a whole new record in the control file, and will therefore
3380                 likely abort with an error.
3381               </footnote>.
3382             </item>
3383
3384             <item>
3385               Those containing a space, a full stop and some more characters.
3386               These are for future expansion. Do not use them.
3387             </item>
3388
3389           </list></p>
3390
3391           <p>
3392             Do not use tab characters.  Their effect is not predictable.
3393           </p>
3394
3395           <p>
3396             See <ref id="descriptions"> for further information on this.
3397           </p>
3398
3399           <p>
3400             In a <file>.changes</file> file, the <tt>Description</tt>
3401             field contains a summary of the descriptions for the packages
3402             being uploaded.  For this case, the first line of the field
3403             value (the part on the same line as <tt>Description:</tt>) is
3404             always empty.  It is a multiline field, with one
3405             line per package.  Each line is
3406             indented by one space and contains the name of a binary
3407             package, a space, a hyphen (<tt>-</tt>), a space, and the
3408             short description line from that package.
3409           </p>
3410         </sect1>
3411
3412         <sect1 id="f-Distribution">
3413           <heading><tt>Distribution</tt></heading>
3414
3415           <p>
3416             In a <file>.changes</file> file or parsed changelog output
3417             this contains the (space-separated) name(s) of the
3418             distribution(s) where this version of the package should
3419             be installed.  Valid distributions are determined by the
3420             archive maintainers.<footnote>
3421               Example distribution names in the Debian archive used in
3422               <file>.changes</file> files are:
3423                 <taglist compact="compact">
3424                   <tag><em>unstable</em></tag>
3425                   <item>
3426                     This distribution value refers to the
3427                     <em>developmental</em> part of the Debian distribution
3428                     tree.  Most new packages, new upstream versions of
3429                     packages and bug fixes go into the <em>unstable</em>
3430                     directory tree.
3431                   </item>
3432
3433                   <tag><em>experimental</em></tag>
3434                   <item>
3435                     The packages with this distribution value are deemed
3436                     by their maintainers to be high risk.  Oftentimes they
3437                     represent early beta or developmental packages from
3438                     various sources that the maintainers want people to
3439                     try, but are not ready to be a part of the other parts
3440                     of the Debian distribution tree.
3441                   </item>
3442                 </taglist>
3443
3444                 <p>
3445                   Others are used for updating stable releases or for
3446                   security uploads.  More information is available in the
3447                   Debian Developer's Reference, section "The Debian
3448                   archive".
3449                 </p>
3450             </footnote>
3451             The Debian archive software only supports listing a single
3452             distribution.  Migration of packages to other distributions is
3453             handled outside of the upload process.
3454           </p>
3455         </sect1>
3456
3457         <sect1 id="f-Date">
3458           <heading><tt>Date</tt></heading>
3459
3460           <p>
3461             This field includes the date the package was built or last
3462             edited.  It must be in the same format as the <var>date</var>
3463             in a <file>debian/changelog</file> entry.
3464           </p>
3465
3466           <p>
3467             The value of this field is usually extracted from the
3468             <file>debian/changelog</file> file - see
3469             <ref id="dpkgchangelog">).
3470           </p>
3471         </sect1>
3472
3473         <sect1 id="f-Format">
3474           <heading><tt>Format</tt></heading>
3475
3476           <p>
3477             In <qref id="debianchangesfiles"><file>.changes</file></qref>
3478             files, this field declares the format version of that file.
3479             The syntax of the field value is the same as that of
3480             a <qref id="f-Version">package version number</qref> except
3481             that no epoch or Debian revision is allowed.  The format
3482             described in this document is <tt>&changesversion;</tt>.
3483           </p>
3484
3485           <p>
3486             In <qref id="debiansourcecontrolfiles"><file>.dsc</file>
3487             Debian source control</qref> files, this field declares the
3488             format of the source package.  The field value is used by
3489             programs acting on a source package to interpret the list of
3490             files in the source package and determine how to unpack it.
3491             The syntax of the field value is a numeric major revision, a
3492             period, a numeric minor revision, and then an optional subtype
3493             after whitespace, which if specified is an alphanumeric word
3494             in parentheses.  The subtype is optional in the syntax but may
3495             be mandatory for particular source format revisions.
3496             <footnote>
3497               The source formats currently supported by the Debian archive
3498               software are <tt>1.0</tt>, <tt>3.0 (native)</tt>,
3499               and <tt>3.0 (quilt)</tt>.
3500             </footnote>
3501           </p>
3502         </sect1>
3503
3504         <sect1 id="f-Urgency">
3505           <heading><tt>Urgency</tt></heading>
3506
3507           <p>
3508             This is a description of how important it is to upgrade to
3509             this version from previous ones.  It consists of a single
3510             keyword taking one of the values <tt>low</tt>,
3511             <tt>medium</tt>, <tt>high</tt>, <tt>emergency</tt>, or
3512             <tt>critical</tt><footnote>
3513               Other urgency values are supported with configuration
3514               changes in the archive software but are not used in Debian.
3515               The urgency affects how quickly a package will be considered
3516               for inclusion into the <tt>testing</tt> distribution and
3517               gives an indication of the importance of any fixes included
3518               in the upload.  <tt>Emergency</tt> and <tt>critical</tt> are
3519               treated as synonymous.
3520             </footnote> (not case-sensitive) followed by an optional
3521             commentary (separated by a space) which is usually in
3522             parentheses.  For example:
3523
3524             <example>
3525   Urgency: low (HIGH for users of diversions)
3526             </example>
3527
3528           </p>
3529
3530           <p>
3531             The value of this field is usually extracted from the
3532             <file>debian/changelog</file> file - see
3533             <ref id="dpkgchangelog">.
3534           </p>
3535         </sect1>
3536
3537         <sect1 id="f-Changes">
3538           <heading><tt>Changes</tt></heading>
3539
3540           <p>
3541             This multiline field contains the human-readable changes data, describing
3542             the differences between the last version and the current one.
3543           </p>
3544
3545           <p>
3546             The first line of the field value (the part on the same line
3547             as <tt>Changes:</tt>) is always empty.  The content of the
3548             field is expressed as continuation lines, with each line
3549             indented by at least one space.  Blank lines must be
3550             represented by a line consisting only of a space and a full
3551             stop (<tt>.</tt>).
3552           </p>
3553
3554           <p>
3555             The value of this field is usually extracted from the
3556             <file>debian/changelog</file> file - see
3557             <ref id="dpkgchangelog">).
3558           </p>
3559
3560           <p>
3561             Each version's change information should be preceded by a
3562             "title" line giving at least the version, distribution(s)
3563             and urgency, in a human-readable way.
3564           </p>
3565
3566           <p>
3567             If data from several versions is being returned the entry
3568             for the most recent version should be returned first, and
3569             entries should be separated by the representation of a
3570             blank line (the "title" line may also be followed by the
3571             representation of a blank line).
3572           </p>
3573         </sect1>
3574
3575         <sect1 id="f-Binary">
3576           <heading><tt>Binary</tt></heading>
3577
3578           <p>
3579             This folded field is a list of binary packages.  Its syntax and
3580             meaning varies depending on the control file in which it
3581             appears.
3582           </p>
3583
3584           <p>
3585             When it appears in the <file>.dsc</file> file, it lists binary
3586             packages which a source package can produce, separated by
3587             commas<footnote>
3588                 A space after each comma is conventional.
3589             </footnote>.  The source package
3590             does not necessarily produce all of these binary packages for
3591             every architecture.  The source control file doesn't contain
3592             details of which architectures are appropriate for which of
3593             the binary packages.
3594           </p>
3595
3596           <p>
3597             When it appears in a <file>.changes</file> file, it lists the
3598             names of the binary packages being uploaded, separated by
3599             whitespace (not commas).
3600           </p>
3601         </sect1>
3602
3603         <sect1 id="f-Installed-Size">
3604           <heading><tt>Installed-Size</tt></heading>
3605
3606           <p>
3607             This field appears in the control files of binary packages,
3608             and in the <file>Packages</file> files.  It gives an estimate
3609             of the total amount of disk space required to install the
3610             named package.  Actual installed size may vary based on block
3611             size, file system properties, or actions taken by package
3612             maintainer scripts.
3613           </p>
3614
3615           <p>
3616             The disk space is given as the integer value of the estimated
3617             installed size in bytes, divided by 1024 and rounded up.
3618           </p>
3619         </sect1>
3620
3621         <sect1 id="f-Files">
3622           <heading><tt>Files</tt></heading>
3623
3624           <p>
3625             This field contains a list of files with information about
3626             each one.  The exact information and syntax varies with
3627             the context.
3628           </p>
3629
3630           <p>
3631             In all cases, Files is a multiline field.  The first line of
3632             the field value (the part on the same line as <tt>Files:</tt>)
3633             is always empty.  The content of the field is expressed as
3634             continuation lines, one line per file.  Each line must be
3635             indented by one space and contain a number of sub-fields,
3636             separated by spaces, as described below.
3637           </p>
3638
3639           <p>
3640             In the <file>.dsc</file> file, each line contains the MD5
3641             checksum, size and filename of the tar file and (if
3642             applicable) diff file which make up the remainder of the
3643             source package<footnote>
3644               That is, the parts which are not the <tt>.dsc</tt>.
3645             </footnote>.  For example:
3646             <example>
3647 Files:
3648  c6f698f19f2a2aa07dbb9bbda90a2754 571925 example_1.2.orig.tar.gz
3649  938512f08422f3509ff36f125f5873ba 6220 example_1.2-1.diff.gz
3650             </example>
3651             The exact forms of the filenames are described
3652             in <ref id="pkg-sourcearchives">.
3653           </p>
3654
3655           <p>
3656             In the <file>.changes</file> file this contains one line per
3657             file being uploaded.  Each line contains the MD5 checksum,
3658             size, section and priority and the filename.  For example:
3659             <example>
3660 Files:
3661  4c31ab7bfc40d3cf49d7811987390357 1428 text extra example_1.2-1.dsc
3662  c6f698f19f2a2aa07dbb9bbda90a2754 571925 text extra example_1.2.orig.tar.gz
3663  938512f08422f3509ff36f125f5873ba 6220 text extra example_1.2-1.diff.gz
3664  7c98fe853b3bbb47a00e5cd129b6cb56 703542 text extra example_1.2-1_i386.deb
3665             </example>
3666             The <qref id="f-Section">section</qref>
3667             and <qref id="f-Priority">priority</qref> are the values of
3668             the corresponding fields in the main source control file.  If
3669             no section or priority is specified then <tt>-</tt> should be
3670             used, though section and priority values must be specified for
3671             new packages to be installed properly.
3672           </p>
3673
3674           <p>
3675             The special value <tt>byhand</tt> for the section in a
3676             <tt>.changes</tt> file indicates that the file in question
3677             is not an ordinary package file and must by installed by
3678             hand by the distribution maintainers.  If the section is
3679             <tt>byhand</tt> the priority should be <tt>-</tt>.
3680           </p>
3681
3682           <p>
3683             If a new Debian revision of a package is being shipped and
3684             no new original source archive is being distributed the
3685             <tt>.dsc</tt> must still contain the <tt>Files</tt> field
3686             entry for the original source archive
3687             <file><var>package</var>_<var>upstream-version</var>.orig.tar.gz</file>,
3688             but the <file>.changes</file> file should leave it out.  In
3689             this case the original source archive on the distribution
3690             site must match exactly, byte-for-byte, the original
3691             source archive which was used to generate the
3692             <file>.dsc</file> file and diff which are being uploaded.</p>
3693         </sect1>
3694
3695         <sect1 id="f-Closes">
3696           <heading><tt>Closes</tt></heading>
3697
3698           <p>
3699             A space-separated list of bug report numbers that the upload
3700             governed by the .changes file closes.
3701           </p>
3702         </sect1>
3703
3704         <sect1 id="f-Homepage">
3705           <heading><tt>Homepage</tt></heading>
3706
3707           <p>
3708             The URL of the web site for this package, preferably (when
3709             applicable) the site from which the original source can be
3710             obtained and any additional upstream documentation or
3711             information may be found.  The content of this field is a
3712             simple URL without any surrounding characters such as
3713             <tt>&lt;&gt;</tt>.
3714           </p>
3715         </sect1>
3716
3717         <sect1 id="f-Checksums">
3718           <heading><tt>Checksums-Sha1</tt>
3719             and <tt>Checksums-Sha256</tt></heading>
3720
3721           <p>
3722             These multiline fields contain a list of files with a checksum and size
3723             for each one.  Both <tt>Checksums-Sha1</tt>
3724             and <tt>Checksums-Sha256</tt> have the same syntax and differ
3725             only in the checksum algorithm used: SHA-1
3726             for <tt>Checksums-Sha1</tt> and SHA-256
3727             for <tt>Checksums-Sha256</tt>.
3728           </p>
3729
3730           <p>
3731             <tt>Checksums-Sha1</tt> and <tt>Checksums-Sha256</tt> are
3732             multiline fields.  The first line of the field value (the part
3733             on the same line as <tt>Checksums-Sha1:</tt>
3734             or <tt>Checksums-Sha256:</tt>) is always empty.  The content
3735             of the field is expressed as continuation lines, one line per
3736             file.  Each line consists of the checksum, a space, the file
3737             size, a space, and the file name.  For example (from
3738             a <file>.changes</file> file):
3739             <example>
3740 Checksums-Sha1:
3741  1f418afaa01464e63cc1ee8a66a05f0848bd155c 1276 example_1.0-1.dsc
3742  a0ed1456fad61116f868b1855530dbe948e20f06 171602 example_1.0.orig.tar.gz
3743  5e86ecf0671e113b63388dac81dd8d00e00ef298 6137 example_1.0-1.debian.tar.gz
3744  71a0ff7da0faaf608481195f9cf30974b142c183 548402 example_1.0-1_i386.deb
3745 Checksums-Sha256:
3746  ac9d57254f7e835bed299926fd51bf6f534597cc3fcc52db01c4bffedae81272 1276 example_1.0-1.dsc
3747  0d123be7f51e61c4bf15e5c492b484054be7e90f3081608a5517007bfb1fd128 171602 example_1.0.orig.tar.gz
3748  f54ae966a5f580571ae7d9ef5e1df0bd42d63e27cb505b27957351a495bc6288 6137 example_1.0-1.debian.tar.gz
3749  3bec05c03974fdecd11d020fc2e8250de8404867a8a2ce865160c250eb723664 548402 example_1.0-1_i386.deb
3750             </example>
3751           </p>
3752
3753           <p>
3754             In the <file>.dsc</file> file, these fields list all
3755             files that make up the source package.  In
3756             the <file>.changes</file> file, these fields list all
3757             files being uploaded.  The list of files in these fields
3758             must match the list of files in the <tt>Files</tt> field.
3759           </p>
3760         </sect1>
3761
3762         <sect1>
3763           <heading><tt>DM-Upload-Allowed</tt></heading>
3764
3765           <p>
3766             Obsolete, see <qref id="f-DM-Upload-Allowed">below</qref>.
3767           </p>
3768         </sect1>
3769
3770         <sect1 id="f-VCS-fields">
3771           <heading>Version Control System (VCS) fields</heading>
3772
3773           <p>
3774             Debian source packages are increasingly developed using VCSs.  The
3775             purpose of the following fields is to indicate a publicly accessible
3776             repository where the Debian source package is developed.
3777
3778             <taglist>
3779               <tag><tt>Vcs-Browser</tt></tag>
3780               <item>
3781                 <p>
3782                   URL of a web interface for browsing the repository.
3783                 </p>
3784               </item>
3785
3786               <tag>
3787                 <tt>Vcs-Arch</tt>, <tt>Vcs-Bzr</tt> (Bazaar), <tt>Vcs-Cvs</tt>,
3788                 <tt>Vcs-Darcs</tt>, <tt>Vcs-Git</tt>, <tt>Vcs-Hg</tt>
3789                 (Mercurial), <tt>Vcs-Mtn</tt> (Monotone), <tt>Vcs-Svn</tt>
3790                 (Subversion)
3791               </tag>
3792               <item>
3793                 <p>
3794                   The field name identifies the VCS. The field's value uses the
3795                   version control system's conventional syntax for describing
3796                   repository locations and should be sufficient to locate the
3797                   repository used for packaging. Ideally, it also locates the
3798                   branch used for development of new versions of the Debian
3799                   package.
3800                 </p>
3801                 <p>
3802                   In the case of Git, the value consists of a URL, optionally
3803                   followed by the word <tt>-b</tt> and the name of a branch in
3804                   the indicated repository, following the syntax of the
3805                   <tt>git clone</tt> command.  If no branch is specified, the
3806                   packaging should be on the default branch.
3807                 </p>
3808                 <p>
3809                   More than one different VCS may be specified for the same
3810                   package.
3811                 </p>
3812               </item>
3813             </taglist>
3814           </p>
3815         </sect1>
3816
3817         <sect1 id="f-Package-List">
3818           <heading><tt>Package-List</tt></heading>
3819
3820           <p>
3821             Multiline field listing all the packages that can be built from
3822             the source package, considering every architecture.  The first line
3823             of the field value is empty.  Each one of the next lines describes
3824             one binary package, by listing its name, type, section and priority
3825             separated by spaces.  Fifth and subsequent space-separated items
3826             may be present and parsers must allow them.  See the
3827             <qref id="f-Package-Type">Package-Type</qref> field for a list of
3828             package types.
3829           </p>
3830         </sect1>
3831
3832         <sect1 id="f-Package-Type">
3833           <heading><tt>Package-Type</tt></heading>
3834
3835           <p>
3836             Simple field containing a word indicating the type of package:
3837             <tt>deb</tt> for binary packages and <tt>udeb</tt> for micro binary
3838             packages.  Other types not defined here may be indicated.  In
3839             source package control files, the <tt>Package-Type</tt> field
3840             should be omitted instead of giving it a value of <tt>deb</tt>, as
3841             this value is assumed for paragraphs lacking this field.
3842           </p>
3843         </sect1>
3844
3845         <sect1 id="f-Dgit">
3846           <heading><tt>Dgit</tt></heading>
3847
3848           <p>
3849             Folded field containing a single git commit hash, presented in
3850             full, followed optionally by whitespace and other data to be
3851             defined in future extensions.
3852           </p>
3853
3854           <p>
3855             Declares that the source package corresponds exactly to a
3856             referenced commit in a Git repository available at the canonical
3857             location called <em>dgit-repos</em>, used by <prgn>dgit</prgn>, a
3858             bidirectional gateway between the Debian archive and Git.  The
3859             commit is reachable from at least one reference whose name matches
3860             <tt>refs/dgit/*</tt>.  See the manual page of <prgn>dgit</prgn> for
3861             further details.
3862           </p>
3863         </sect1>
3864       </sect>
3865
3866       <sect>
3867         <heading>User-defined fields</heading>
3868
3869         <p>
3870           Additional user-defined fields may be added to the
3871           source package control file.  Such fields will be
3872           ignored, and not copied to (for example) binary or
3873           Debian source control files or upload control files.
3874         </p>
3875
3876         <p>
3877           If you wish to add additional unsupported fields to
3878           these output files you should use the mechanism
3879           described here.
3880         </p>
3881
3882         <p>
3883           Fields in the main source control information file with
3884           names starting <tt>X</tt>, followed by one or more of
3885           the letters <tt>BCS</tt> and a hyphen <tt>-</tt>, will
3886           be copied to the output files.  Only the part of the
3887           field name after the hyphen will be used in the output
3888           file.  Where the letter <tt>B</tt> is used the field
3889           will appear in binary package control files, where the
3890           letter <tt>S</tt> is used in Debian source control
3891           files and where <tt>C</tt> is used in upload control
3892           (<tt>.changes</tt>) files.
3893         </p>
3894
3895         <p>
3896           For example, if the main source information control file
3897           contains the field
3898           <example>
3899   XBS-Comment: I stand between the candle and the star.
3900           </example>
3901           then the binary and Debian source control files will contain the
3902           field
3903           <example>
3904   Comment: I stand between the candle and the star.
3905           </example>
3906         </p>
3907
3908       </sect>
3909
3910       <sect id="obsolete-control-data-fields">
3911         <heading>Obsolete fields</heading>
3912
3913         <p>
3914           The following fields have been obsoleted and may be found in packages
3915           conforming with previous versions of the Policy.
3916         </p>
3917
3918         <sect1 id="f-DM-Upload-Allowed">
3919           <heading><tt>DM-Upload-Allowed</tt></heading>
3920
3921           <p>
3922             Indicates that Debian Maintainers may upload this package to
3923             the Debian archive.  The only valid value is <tt>yes</tt>.  This
3924             field was used to regulate uploads by Debian Maintainers, See the
3925             General Resolution <url id="http://www.debian.org/vote/2007/vote_003"
3926             name="Endorse the concept of Debian Maintainers"> for more details.
3927           </p>
3928         </sect1>
3929
3930       </sect>
3931
3932     </chapt>
3933
3934
3935     <chapt id="maintainerscripts">
3936       <heading>Package maintainer scripts and installation procedure</heading>
3937
3938       <sect>
3939         <heading>Introduction to package maintainer scripts</heading>
3940
3941         <p>
3942           It is possible to supply scripts as part of a package which
3943           the package management system will run for you when your
3944           package is installed, upgraded or removed.
3945         </p>
3946
3947         <p>
3948           These scripts are the control information
3949           files <prgn>preinst</prgn>, <prgn>postinst</prgn>, <prgn>prerm</prgn>
3950           and <prgn>postrm</prgn>.  They must be proper executable files;
3951           if they are scripts (which is recommended), they must start with
3952           the usual <tt>#!</tt> convention.  They should be readable and
3953           executable by anyone, and must not be world-writable.
3954         </p>
3955
3956         <p>
3957           The package management system looks at the exit status from
3958           these scripts.  It is important that they exit with a
3959           non-zero status if there is an error, so that the package
3960           management system can stop its processing.  For shell
3961           scripts this means that you <em>almost always</em> need to
3962           use <tt>set -e</tt> (this is usually true when writing shell
3963           scripts, in fact).  It is also important, of course, that
3964           they exit with a zero status if everything went well.
3965         </p>
3966
3967         <p>
3968           Additionally, packages interacting with users
3969           using <prgn>debconf</prgn> in the <prgn>postinst</prgn> script
3970           should install a <prgn>config</prgn> script as a control
3971           information file.  See <ref id="maintscriptprompt"> for details.
3972         </p>
3973
3974         <p>
3975           When a package is upgraded a combination of the scripts from
3976           the old and new packages is called during the upgrade
3977           procedure.  If your scripts are going to be at all
3978           complicated you need to be aware of this, and may need to
3979           check the arguments to your scripts.
3980         </p>
3981
3982         <p>
3983           Broadly speaking the <prgn>preinst</prgn> is called before
3984           (a particular version of) a package is unpacked, and the
3985           <prgn>postinst</prgn> afterwards; the <prgn>prerm</prgn>
3986           before (a version of) a package is removed and the
3987           <prgn>postrm</prgn> afterwards.
3988         </p>
3989
3990         <p>
3991           Programs called from maintainer scripts should not normally
3992           have a path prepended to them. Before installation is
3993           started, the package management system checks to see if the
3994           programs <prgn>ldconfig</prgn>, <prgn>start-stop-daemon</prgn>,
3995           and <prgn>update-rc.d</prgn> can be found via the
3996           <tt>PATH</tt> environment variable. Those programs, and any
3997           other program that one would expect to be in the
3998           <tt>PATH</tt>, should thus be invoked without an absolute
3999           pathname. Maintainer scripts should also not reset the
4000           <tt>PATH</tt>, though they might choose to modify it by
4001           prepending or appending package-specific directories. These
4002           considerations really apply to all shell scripts.</p>
4003       </sect>
4004
4005       <sect id="idempotency">
4006         <heading>Maintainer scripts idempotency</heading>
4007
4008         <p>
4009           It is necessary for the error recovery procedures that the
4010           scripts be idempotent.  This means that if it is run
4011           successfully, and then it is called again, it doesn't bomb
4012           out or cause any harm, but just ensures that everything is
4013           the way it ought to be.  If the first call failed, or
4014           aborted half way through for some reason, the second call
4015           should merely do the things that were left undone the first
4016           time, if any, and exit with a success status if everything
4017           is OK.<footnote>
4018               This is so that if an error occurs, the user interrupts
4019               <prgn>dpkg</prgn> or some other unforeseen circumstance
4020               happens you don't leave the user with a badly-broken
4021               package when <prgn>dpkg</prgn> attempts to repeat the
4022               action.
4023           </footnote>
4024         </p>
4025       </sect>
4026
4027       <sect id="controllingterminal">
4028         <heading>Controlling terminal for maintainer scripts</heading>
4029
4030         <p>
4031           Maintainer scripts are not guaranteed to run with a controlling
4032           terminal and may not be able to interact with the user.  They
4033           must be able to fall back to noninteractive behavior if no
4034           controlling terminal is available.  Maintainer scripts that
4035           prompt via a program conforming to the Debian Configuration
4036           Management Specification (see <ref id="maintscriptprompt">) may
4037           assume that program will handle falling back to noninteractive
4038           behavior.
4039         </p>
4040
4041         <p>
4042           For high-priority prompts without a reasonable default answer,
4043           maintainer scripts may abort if there is no controlling
4044           terminal.  However, this situation should be avoided if at all
4045           possible, since it prevents automated or unattended installs.
4046           In most cases, users will consider this to be a bug in the
4047           package.
4048         </p>
4049       </sect>
4050
4051       <sect id="exitstatus">
4052         <heading>Exit status</heading>
4053
4054         <p>
4055           Each script must return a zero exit status for
4056           success, or a nonzero one for failure, since the package
4057           management system looks for the exit status of these scripts
4058           and determines what action to take next based on that datum.
4059         </p>
4060       </sect>
4061
4062       <sect id="mscriptsinstact"><heading>Summary of ways maintainer
4063           scripts are called
4064         </heading>
4065
4066         <p>
4067           What follows is a summary of all the ways in which maintainer
4068           scripts may be called along with what facilities those scripts
4069           may rely on being available at that time.  Script names preceded
4070           by <var>new-</var> are the scripts from the new version of a
4071           package being installed, upgraded to, or downgraded to.  Script
4072           names preceded by <var>old-</var> are the scripts from the old
4073           version of a package that is being upgraded from or downgraded
4074           from.
4075         </p>
4076
4077         <p>
4078           The <prgn>preinst</prgn> script may be called in the following
4079           ways:
4080           <taglist>
4081             <tag><var>new-preinst</var> <tt>install</tt></tag>
4082             <tag><var>new-preinst</var> <tt>install</tt>
4083               <var>old-version</var></tag>
4084             <tag><var>new-preinst</var> <tt>upgrade</tt>
4085               <var>old-version</var></tag>
4086             <item>
4087               The package will not yet be unpacked, so
4088               the <prgn>preinst</prgn> script cannot rely on any files
4089               included in its package.  Only essential packages and
4090               pre-dependencies (<tt>Pre-Depends</tt>) may be assumed to be
4091               available.  Pre-dependencies will have been configured at
4092               least once, but at the time the <prgn>preinst</prgn> is
4093               called they may only be in an "Unpacked" or "Half-Configured"
4094               state if a previous version of the pre-dependency was
4095               completely configured and has not been removed since then.
4096             </item>
4097
4098             <tag><var>old-preinst</var> <tt>abort-upgrade</tt>
4099               <var>new-version</var></tag>
4100             <item>
4101               Called during error handling of an upgrade that failed after
4102               unpacking the new package because the <tt>postrm
4103               upgrade</tt> action failed.  The unpacked files may be
4104               partly from the new version or partly missing, so the script
4105               cannot rely on files included in the package.  Package
4106               dependencies may not be available.  Pre-dependencies will be
4107               at least "Unpacked" following the same rules as above, except
4108               they may be only "Half-Installed" if an upgrade of the
4109               pre-dependency failed.<footnote>
4110                 This can happen if the new version of the package no
4111                 longer pre-depends on a package that had been partially
4112                 upgraded.
4113               </footnote>
4114             </item>
4115           </taglist>
4116         </p>
4117
4118         <p>
4119           The <prgn>postinst</prgn> script may be called in the following
4120           ways:
4121           <taglist>
4122             <tag><var>postinst</var> <tt>configure</tt>
4123               <var>most-recently-configured-version</var></tag>
4124             <item>
4125               The files contained in the package will be unpacked.  All
4126               package dependencies will at least be "Unpacked".  If there
4127               are no circular dependencies involved, all package
4128               dependencies will be configured.  For behavior in the case
4129               of circular dependencies, see the discussion
4130               in <ref id="binarydeps">.
4131             </item>
4132
4133             <tag><var>old-postinst</var> <tt>abort-upgrade</tt>
4134               <var>new-version</var></tag>
4135             <tag><var>conflictor's-postinst</var> <tt>abort-remove</tt>
4136               <tt>in-favour</tt> <var>package</var>
4137               <var>new-version</var></tag>
4138             <tag><var>postinst</var> <tt>abort-remove</tt></tag>
4139             <tag><var>deconfigured's-postinst</var>
4140               <tt>abort-deconfigure</tt> <tt>in-favour</tt>
4141               <var>failed-install-package</var> <var>version</var>
4142               [<tt>removing</tt> <var>conflicting-package</var>
4143               <var>version</var>]</tag>
4144             <item>
4145               The files contained in the package will be unpacked.  All
4146               package dependencies will at least be "Half-Installed" and
4147               will have previously been configured and not removed.
4148               However, dependencies may not be configured or even fully
4149               unpacked in some error situations.<footnote>
4150                 For example, suppose packages foo and bar are "Installed"
4151                 with foo depending on bar.  If an upgrade of bar were
4152                 started and then aborted, and then an attempt to remove
4153                 foo failed because its <prgn>prerm</prgn> script failed,
4154                 foo's <tt>postinst abort-remove</tt> would be called with
4155                 bar only "Half-Installed".
4156               </footnote>
4157               The <prgn>postinst</prgn> should still attempt any actions
4158               for which its dependencies are required, since they will
4159               normally be available, but consider the correct error
4160               handling approach if those actions fail.  Aborting
4161               the <prgn>postinst</prgn> action if commands or facilities
4162               from the package dependencies are not available is often the
4163               best approach.
4164             </item>
4165           </taglist>
4166         </p>
4167
4168         <p>
4169           The <prgn>prerm</prgn> script may be called in the following
4170           ways:
4171           <taglist>
4172             <tag><var>prerm</var> <tt>remove</tt></tag>
4173             <tag><var>old-prerm</var>
4174               <tt>upgrade</tt><var>new-version</var></tag>
4175             <tag><var>conflictor's-prerm</var> <tt>remove</tt>
4176               <tt>in-favour</tt> <var>package</var>
4177               <var>new-version</var></tag>
4178             <tag><var>deconfigured's-prerm</var> <tt>deconfigure</tt>
4179               <tt>in-favour</tt> <var>package-being-installed</var>
4180               <var>version</var> [<tt>removing</tt>
4181               <var>conflicting-package</var> <var>version</var>]</tag>
4182             <item>
4183               The package whose <prgn>prerm</prgn> is being called will be
4184               at least "Half-Installed".  All package dependencies will at
4185               least be "Half-Installed" and will have previously been
4186               configured and not removed.  If there was no error, all
4187               dependencies will at least be "Unpacked", but these actions
4188               may be called in various error states where dependencies are
4189               only "Half-Installed" due to a partial upgrade.
4190             </item>
4191
4192             <tag><var>new-prerm</var> <tt>failed-upgrade</tt>
4193               <var>old-version</var></tag>
4194             <item>
4195               Called during error handling when <tt>prerm upgrade</tt>
4196               fails.  The new package will not yet be unpacked, and all
4197               the same constraints as for <tt>preinst upgrade</tt> apply.
4198             </item>
4199           </taglist>
4200         </p>
4201
4202         <p>
4203           The <prgn>postrm</prgn> script may be called in the following
4204           ways:
4205           <taglist>
4206             <tag><var>postrm</var> <tt>remove</tt></tag>
4207             <tag><var>postrm</var> <tt>purge</tt></tag>
4208             <tag><var>old-postrm</var> <tt>upgrade</tt>
4209               <var>new-version</var></tag>
4210             <tag><var>disappearer's-postrm</var> <tt>disappear</tt>
4211                 <var>overwriter</var> <var>overwriter-version</var></tag>
4212             <item>
4213               The <prgn>postrm</prgn> script is called after the package's
4214               files have been removed or replaced.  The package
4215               whose <prgn>postrm</prgn> is being called may have
4216               previously been deconfigured and only be "Unpacked", at which
4217               point subsequent package changes do not consider its
4218               dependencies.  Therefore, all <prgn>postrm</prgn> actions
4219               may only rely on essential packages and must gracefully skip
4220               any actions that require the package's dependencies if those
4221               dependencies are unavailable.<footnote>
4222                 This is often done by checking whether the command or
4223                 facility the <prgn>postrm</prgn> intends to call is
4224                 available before calling it.  For example:
4225 <example>
4226 if [ "$1" = purge ] && [ -e /usr/share/debconf/confmodule ]; then
4227         . /usr/share/debconf/confmodule
4228         db_purge
4229 fi
4230 </example>
4231                 in <prgn>postrm</prgn> purges the <prgn>debconf</prgn>
4232                 configuration for the package
4233                 if <package>debconf</package> is installed.
4234               </footnote>
4235             </item>
4236
4237             <tag><var>new-postrm</var> <tt>failed-upgrade</tt>
4238               <var>old-version</var></tag>
4239             <item>
4240               Called when the old <tt>postrm upgrade</tt> action fails.
4241               The new package will be unpacked, but only essential
4242               packages and pre-dependencies can be relied on.
4243               Pre-dependencies will either be configured or will be
4244               "Unpacked" or "Half-Configured" but previously had been
4245               configured and was never removed.
4246             </item>
4247
4248             <tag><var>new-postrm</var> <tt>abort-install</tt></tag>
4249             <tag><var>new-postrm</var> <tt>abort-install</tt>
4250               <var>old-version</var></tag>
4251             <tag><var>new-postrm</var> <tt>abort-upgrade</tt>
4252               <var>old-version</var></tag>
4253             <item>
4254               Called before unpacking the new package as part of the
4255               error handling of <prgn>preinst</prgn> failures.  May assume
4256               the same state as <prgn>preinst</prgn> can assume.
4257             </item>
4258           </taglist>
4259         </p>
4260       </sect>
4261
4262       <sect id="unpackphase">
4263         <heading>Details of unpack phase of installation or upgrade</heading>
4264
4265         <p>
4266           The procedure on installation/upgrade/overwrite/disappear
4267           (i.e., when running <tt>dpkg --unpack</tt>, or the unpack
4268           stage of <tt>dpkg --install</tt>) is as follows.  In each
4269           case, if a major error occurs (unless listed below) the
4270           actions are, in general, run backwards - this means that the
4271           maintainer scripts are run with different arguments in
4272           reverse order.  These are the "error unwind" calls listed
4273           below.
4274
4275           <enumlist>
4276             <item>
4277                 <enumlist>
4278                   <item>
4279                       If a version of the package is already "Installed", call
4280                       <example compact="compact">
4281 <var>old-prerm</var> upgrade <var>new-version</var>
4282                       </example>
4283                   </item>
4284                   <item>
4285                       If the script runs but exits with a non-zero
4286                       exit status, <prgn>dpkg</prgn> will attempt:
4287                       <example compact="compact">
4288 <var>new-prerm</var> failed-upgrade <var>old-version</var>
4289                       </example>
4290                       If this works, the upgrade continues. If this
4291                       does not work, the error unwind:
4292                       <example compact="compact">
4293 <var>old-postinst</var> abort-upgrade <var>new-version</var>
4294                       </example>
4295                       If this works, then the old-version is
4296                       "Installed", if not, the old version is in a
4297                       "Half-Configured" state.
4298                   </item>
4299                 </enumlist>
4300             </item>
4301
4302             <item>
4303                 If a "conflicting" package is being removed at the same time,
4304                 or if any package will be broken (due to <tt>Breaks</tt>):
4305                 <enumlist>
4306                   <item>
4307                       If <tt>--auto-deconfigure</tt> is
4308                       specified, call, for each package to be deconfigured
4309                       due to <tt>Breaks</tt>:
4310                       <example compact="compact">
4311 <var>deconfigured's-prerm</var> deconfigure \
4312   in-favour <var>package-being-installed</var> <var>version</var>
4313                       </example>
4314                       Error unwind:
4315                       <example compact="compact">
4316 <var>deconfigured's-postinst</var> abort-deconfigure \
4317   in-favour <var>package-being-installed-but-failed</var> <var>version</var>
4318                       </example>
4319                       The deconfigured packages are marked as
4320                       requiring configuration, so that if
4321                       <tt>--install</tt> is used they will be
4322                       configured again if possible.
4323                   </item>
4324                   <item>
4325                       If any packages depended on a conflicting
4326                       package being removed and <tt>--auto-deconfigure</tt> is
4327                       specified, call, for each such package:
4328                       <example compact="compact">
4329 <var>deconfigured's-prerm</var> deconfigure \
4330   in-favour <var>package-being-installed</var> <var>version</var> \
4331     removing <var>conflicting-package</var> <var>version</var>
4332                       </example>
4333                       Error unwind:
4334                       <example compact="compact">
4335 <var>deconfigured's-postinst</var> abort-deconfigure \
4336   in-favour <var>package-being-installed-but-failed</var> <var>version</var> \
4337     removing <var>conflicting-package</var> <var>version</var>
4338                       </example>
4339                       The deconfigured packages are marked as
4340                       requiring configuration, so that if
4341                       <tt>--install</tt> is used they will be
4342                       configured again if possible.
4343                   </item>
4344                   <item>
4345                       To prepare for removal of each conflicting package, call:
4346                       <example compact="compact">
4347 <var>conflictor's-prerm</var> remove \
4348   in-favour <var>package</var> <var>new-version</var>
4349                       </example>
4350                       Error unwind:
4351                       <example compact="compact">
4352 <var>conflictor's-postinst</var> abort-remove \
4353   in-favour <var>package</var> <var>new-version</var>
4354                       </example>
4355                   </item>
4356                 </enumlist>
4357             </item>
4358
4359             <item>
4360                 <enumlist>
4361                   <item>
4362                       If the package is being upgraded, call:
4363                       <example compact="compact">
4364 <var>new-preinst</var> upgrade <var>old-version</var>
4365                       </example>
4366                       If this fails, we call:
4367                       <example>
4368 <var>new-postrm</var> abort-upgrade <var>old-version</var>
4369                       </example>
4370                       <enumlist>
4371                         <item>
4372                           <p>
4373                             If that works, then
4374                             <example>
4375 <var>old-postinst</var> abort-upgrade <var>new-version</var>
4376                             </example>
4377                             is called. If this works, then the old version
4378                             is in an "Installed" state, or else it is left
4379                             in an "Unpacked" state.
4380                           </p>
4381                         </item>
4382                         <item>
4383                           <p>
4384                             If it fails, then the old version is left
4385                             in an "Half-Installed" state.
4386                           </p>
4387                         </item>
4388                       </enumlist>
4389                       
4390                   </item>
4391                   <item>
4392                       Otherwise, if the package had some configuration
4393                       files from a previous version installed (i.e., it
4394                       is in the "Config-Files" state):
4395                       <example compact="compact">
4396 <var>new-preinst</var> install <var>old-version</var>
4397                       </example>
4398                       Error unwind:
4399                       <example>
4400 <var>new-postrm</var> abort-install <var>old-version</var>
4401                       </example>
4402                       If this fails, the package is left in a
4403                       "Half-Installed" state, which requires a
4404                       reinstall. If it works, the packages is left in
4405                       a "Config-Files" state.
4406                   </item>
4407                   <item>
4408                       Otherwise (i.e., the package was completely purged):
4409                       <example compact="compact">
4410 <var>new-preinst</var> install
4411                       </example>
4412                       Error unwind:
4413                       <example compact="compact">
4414 <var>new-postrm</var> abort-install
4415                       </example>
4416                       If the error-unwind fails, the package is in a
4417                       "Half-Installed" phase, and requires a
4418                       reinstall. If the error unwind works, the
4419                       package is in the "Not-Installed" state.
4420                   </item>
4421                 </enumlist>
4422             </item>
4423
4424             <item>
4425               <p>
4426                 The new package's files are unpacked, overwriting any
4427                 that may be on the system already, for example any
4428                 from the old version of the same package or from
4429                 another package.  Backups of the old files are kept
4430                 temporarily, and if anything goes wrong the package
4431                 management system will attempt to put them back as
4432                 part of the error unwind.
4433               </p>
4434
4435               <p>
4436                 It is an error for a package to contain files which
4437                 are on the system in another package, unless
4438                 <tt>Replaces</tt> is used (see <ref id="replaces">).
4439                 <!--
4440                 The following paragraph is not currently the case:
4441                 Currently the <tt>- - force-overwrite</tt> flag is
4442                 enabled, downgrading it to a warning, but this may not
4443                 always be the case.
4444                 -->
4445               </p>
4446
4447               <p>
4448                 It is a more serious error for a package to contain a
4449                 plain file or other kind of non-directory where another
4450                 package has a directory (again, unless
4451                 <tt>Replaces</tt> is used).  This error can be
4452                 overridden if desired using
4453                 <tt>--force-overwrite-dir</tt>, but this is not
4454                 advisable.
4455               </p>
4456
4457               <p>
4458                 Packages which overwrite each other's files produce
4459                 behavior which, though deterministic, is hard for the
4460                 system administrator to understand.  It can easily
4461                 lead to "missing" programs if, for example, a package
4462                 is unpacked which overwrites a file from another
4463                 package, and is then removed again.<footnote>
4464                     Part of the problem is due to what is arguably a
4465                     bug in <prgn>dpkg</prgn>.
4466                 </footnote>
4467               </p>
4468
4469               <p>
4470                 A directory will never be replaced by a symbolic link
4471                 to a directory or vice versa; instead, the existing
4472                 state (symlink or not) will be left alone and
4473                 <prgn>dpkg</prgn> will follow the symlink if there is
4474                 one.
4475               </p>
4476             </item>
4477
4478             <item>
4479               <p>
4480                 <enumlist>
4481                   <item>
4482                       If the package is being upgraded, call
4483                       <example compact="compact">
4484 <var>old-postrm</var> upgrade <var>new-version</var>
4485                       </example>
4486                   </item>
4487                   <item>
4488                       If this fails, <prgn>dpkg</prgn> will attempt:
4489                       <example compact="compact">
4490 <var>new-postrm</var> failed-upgrade <var>old-version</var>
4491                       </example>
4492                       If this works, installation continues. If not, 
4493                       Error unwind:
4494                       <example compact="compact">
4495 <var>old-preinst</var> abort-upgrade <var>new-version</var>
4496                       </example>
4497                       If this fails, the old version is left in a
4498                       "Half-Installed" state. If it works, dpkg now
4499                       calls:
4500                       <example compact="compact">
4501 <var>new-postrm</var> abort-upgrade <var>old-version</var>
4502                       </example>
4503                       If this fails, the old version is left in a
4504                       "Half-Installed" state. If it works, dpkg now
4505                       calls:
4506                       <example compact="compact">
4507 <var>old-postinst</var> abort-upgrade <var>new-version</var>
4508                       </example>
4509                       If this fails, the old version is in an
4510                       "Unpacked" state.
4511                   </item>
4512                 </enumlist>
4513               </p>
4514
4515               <p>
4516                 This is the point of no return - if
4517                 <prgn>dpkg</prgn> gets this far, it won't back off
4518                 past this point if an error occurs.  This will
4519                 leave the package in a fairly bad state, which
4520                 will require a successful re-installation to clear
4521                 up, but it's when <prgn>dpkg</prgn> starts doing
4522                 things that are irreversible.
4523               </p>
4524             </item>
4525
4526             <item>
4527                 Any files which were in the old version of the package
4528                 but not in the new are removed.
4529             </item>
4530
4531             <item>
4532                 The new file list replaces the old.
4533             </item>
4534
4535             <item>
4536                 The new maintainer scripts replace the old.
4537             </item>
4538
4539             <item>
4540                 Any packages all of whose files have been overwritten
4541                 during the installation, and which aren't required for
4542                 dependencies, are considered to have been removed.
4543                 For each such package
4544                 <enumlist>
4545                   <item>
4546                       <prgn>dpkg</prgn> calls:
4547                       <example compact="compact">
4548 <var>disappearer's-postrm</var> disappear \
4549   <var>overwriter</var> <var>overwriter-version</var>
4550                       </example>
4551                   </item>
4552                   <item>
4553                       The package's maintainer scripts are removed.
4554                   </item>
4555                   <item>
4556                       It is noted in the status database as being in a
4557                       sane state, namely "Not-Installed" (any conffiles
4558                       it may have are ignored, rather than being
4559                       removed by <prgn>dpkg</prgn>).  Note that
4560                       disappearing packages do not have their prerm
4561                       called, because <prgn>dpkg</prgn> doesn't know
4562                       in advance that the package is going to
4563                       vanish.
4564                   </item>
4565                 </enumlist>
4566             </item>
4567
4568             <item>
4569                 Any files in the package we're unpacking that are also
4570                 listed in the file lists of other packages are removed
4571                 from those lists.  (This will lobotomize the file list
4572                 of the "conflicting" package if there is one.)
4573             </item>
4574
4575             <item>
4576                 The backup files made during installation, above, are
4577                 deleted.
4578             </item>
4579
4580             <item>
4581               <p>
4582                 The new package's status is now sane, and recorded as
4583                 "Unpacked".
4584               </p>
4585
4586               <p>
4587                 Here is another point of no return - if the
4588                 conflicting package's removal fails we do not unwind
4589                 the rest of the installation; the conflicting package
4590                 is left in a half-removed limbo.
4591               </p>
4592             </item>
4593
4594             <item>
4595                 If there was a conflicting package we go and do the
4596                 removal actions (described below), starting with the
4597                 removal of the conflicting package's files (any that
4598                 are also in the package being unpacked have already
4599                 been removed from the conflicting package's file list,
4600                 and so do not get removed now).
4601             </item>
4602           </enumlist>
4603         </p>
4604       </sect>
4605
4606       <sect id="configdetails"><heading>Details of configuration</heading>
4607
4608         <p>
4609           When we configure a package (this happens with <tt>dpkg
4610             --install</tt> and <tt>dpkg --configure</tt>), we first
4611           update any <tt>conffile</tt>s and then call:
4612           <example compact="compact">
4613 <var>postinst</var> configure <var>most-recently-configured-version</var>
4614           </example>
4615         </p>
4616
4617         <p>
4618           No attempt is made to unwind after errors during
4619           configuration. If the configuration fails, the package is in
4620           a "Half-Configured" state, and an error message is generated.
4621         </p>
4622
4623         <p>
4624           If there is no most recently configured version
4625           <prgn>dpkg</prgn> will pass a null argument.
4626           <footnote>
4627             <p>
4628               Historical note: Truly ancient (pre-1997) versions of
4629               <prgn>dpkg</prgn> passed <tt>&lt;unknown&gt;</tt>
4630               (including the angle brackets) in this case.  Even older
4631               ones did not pass a second argument at all, under any
4632               circumstance.  Note that upgrades using such an old dpkg
4633               version are unlikely to work for other reasons, even if
4634               this old argument behavior is handled by your postinst script.
4635             </p>
4636           </footnote>     
4637         </p>
4638       </sect>
4639
4640       <sect id="removedetails"><heading>Details of removal and/or
4641       configuration purging</heading>
4642
4643         <p>
4644           <enumlist>
4645             <item>
4646               <p>
4647                 <example compact="compact">
4648 <var>prerm</var> remove
4649                 </example>
4650               </p>
4651               <p>
4652                 If prerm fails during replacement due to conflict
4653                 <example>
4654 <var>conflictor's-postinst</var> abort-remove \
4655   in-favour <var>package</var> <var>new-version</var>
4656                 </example>
4657                 Or else we call:
4658                 <example>
4659 <var>postinst</var> abort-remove
4660                 </example>
4661               </p>
4662               <p>
4663                 If this fails, the package is in a "Half-Configured"
4664                 state, or else it remains "Installed".
4665               </p>
4666             </item>
4667             <item>
4668                 The package's files are removed (except <tt>conffile</tt>s).
4669             </item>
4670             <item>
4671                 <example compact="compact">
4672 <var>postrm</var> remove
4673                 </example>
4674
4675               <p>
4676                 If it fails, there's no error unwind, and the package is in
4677                 an "Half-Installed" state.
4678               </p>
4679             </item>
4680             <item>
4681               <p>
4682                 All the maintainer scripts except the <prgn>postrm</prgn>
4683                 are removed.
4684               </p>
4685
4686               <p>
4687                 If we aren't purging the package we stop here.  Note
4688                 that packages which have no <prgn>postrm</prgn> and no
4689                 <tt>conffile</tt>s are automatically purged when
4690                 removed, as there is no difference except for the
4691                 <prgn>dpkg</prgn> status.
4692               </p>
4693             </item>
4694             <item>
4695                 The <tt>conffile</tt>s and any backup files
4696                 (<tt>~</tt>-files, <tt>#*#</tt> files,
4697                 <tt>%</tt>-files, <tt>.dpkg-{old,new,tmp}</tt>, etc.)
4698                 are removed.
4699             </item>
4700             <item>
4701               <p>
4702                 <example compact="compact">
4703 <var>postrm</var> purge
4704                 </example>
4705               </p>
4706               <p>
4707                 If this fails, the package remains in a "Config-Files"
4708                 state.
4709               </p>
4710             </item>
4711             <item>
4712                 The package's file list is removed.
4713             </item>
4714           </enumlist>
4715
4716         </p>
4717       </sect>
4718     </chapt>
4719
4720
4721     <chapt id="relationships">
4722       <heading>Declaring relationships between packages</heading>
4723
4724       <sect id="depsyntax">
4725         <heading>Syntax of relationship fields</heading>
4726
4727         <p>
4728           These fields all have a uniform syntax.  They are a list of
4729           package names separated by commas.
4730         </p>
4731
4732         <p>
4733           In the <tt>Depends</tt>, <tt>Recommends</tt>,
4734           <tt>Suggests</tt>, <tt>Pre-Depends</tt>,
4735           <tt>Build-Depends</tt> and <tt>Build-Depends-Indep</tt>
4736           control fields of the package, which declare
4737           dependencies on other packages, the package names listed may
4738           also include lists of alternative package names, separated
4739           by vertical bar (pipe) symbols <tt>|</tt>.  In such a case,
4740           that part of the dependency can be satisfied by any one of
4741           the alternative packages.
4742         </p>
4743
4744         <p>
4745           All of the fields except for <tt>Provides</tt> may restrict
4746           their applicability to particular versions of each named
4747           package.  This is done in parentheses after each individual
4748           package name; the parentheses should contain a relation from
4749           the list below followed by a version number, in the format
4750           described in <ref id="f-Version">.
4751         </p>
4752
4753         <p>
4754           The relations allowed are <tt>&lt;&lt;</tt>, <tt>&lt;=</tt>,
4755           <tt>=</tt>, <tt>&gt;=</tt> and <tt>&gt;&gt;</tt> for strictly
4756           earlier, earlier or equal, exactly equal, later or equal and
4757           strictly later, respectively.  The deprecated
4758           forms <tt>&lt;</tt> and <tt>&gt;</tt> were confusingly used to
4759           mean earlier/later or equal, rather than strictly earlier/later,
4760           and must not appear in new packages (though <prgn>dpkg</prgn>
4761           still supports them with a warning).
4762         </p>
4763
4764         <p>
4765           Whitespace may appear at any point in the version
4766           specification subject to the rules in <ref
4767           id="controlsyntax">, and must appear where it's necessary to
4768           disambiguate; it is not otherwise significant.  All of the
4769           relationship fields can only be folded in source package control files.  For
4770           consistency and in case of future changes to
4771           <prgn>dpkg</prgn> it is recommended that a single space be
4772           used after a version relationship and before a version
4773           number; it is also conventional to put a single space after
4774           each comma, on either side of each vertical bar, and before
4775           each open parenthesis.  When opening a continuation line in a relationship field, it
4776           is conventional to do so after a comma and before the space
4777           following that comma.
4778         </p>
4779
4780         <p>
4781           For example, a list of dependencies might appear as:
4782           <example compact="compact">
4783 Package: mutt
4784 Version: 1.3.17-1
4785 Depends: libc6 (>= 2.2.1), exim | mail-transport-agent
4786           </example>
4787         </p>
4788
4789         <p>
4790           Relationships may be restricted to a certain set of
4791           architectures.  This is indicated in brackets after each
4792           individual package name and the optional version specification.
4793           The brackets enclose a non-empty list of Debian architecture names
4794           in the format described in <ref id="arch-spec">,
4795           separated by whitespace.  Exclamation marks may be prepended to
4796           each of the names.  (It is not permitted for some names to be
4797           prepended with exclamation marks while others aren't.)
4798         </p>
4799
4800         <p>
4801           For build relationship fields
4802           (<tt>Build-Depends</tt>, <tt>Build-Depends-Indep</tt>,
4803           <tt>Build-Conflicts</tt> and <tt>Build-Conflicts-Indep</tt>), if
4804           the current Debian host architecture is not in this list and
4805           there are no exclamation marks in the list, or it is in the list
4806           with a prepended exclamation mark, the package name and the
4807           associated version specification are ignored completely for the
4808           purposes of defining the relationships.
4809         </p>
4810
4811         <p>
4812           For example:
4813           <example compact="compact">
4814 Source: glibc
4815 Build-Depends-Indep: texinfo
4816 Build-Depends: kernel-headers-2.2.10 [!hurd-i386],
4817   hurd-dev [hurd-i386], gnumach-dev [hurd-i386]
4818           </example>
4819           requires <tt>kernel-headers-2.2.10</tt> on all architectures
4820           other than hurd-i386 and requires <tt>hurd-dev</tt> and
4821           <tt>gnumach-dev</tt> only on hurd-i386.
4822         </p>
4823
4824         <p>
4825           For binary relationship fields and the <tt>Built-Using</tt>
4826           field, the architecture restriction
4827           syntax is only supported in the source package control
4828           file <file>debian/control</file>.  When the corresponding binary
4829           package control file is generated, the relationship will either
4830           be omitted or included without the architecture restriction
4831           based on the architecture of the binary package.  This means
4832           that architecture restrictions must not be used in binary
4833           relationship fields for architecture-independent packages
4834           (<tt>Architecture: all</tt>).
4835         </p>
4836
4837         <p>
4838           For example:
4839           <example compact="compact">
4840 Depends: foo [i386], bar [amd64]
4841           </example>
4842           becomes <tt>Depends: foo</tt> when the package is built on
4843           the <tt>i386</tt> architecture, <tt>Depends: bar</tt> when the
4844           package is built on the <tt>amd64</tt> architecture, and omitted
4845           entirely in binary packages built on all other architectures.
4846         </p>
4847
4848         <p>
4849           If the architecture-restricted dependency is part of a set of
4850           alternatives using <tt>|</tt>, that alternative is ignored
4851           completely on architectures that do not match the restriction.
4852           For example:
4853           <example compact="compact">
4854 Build-Depends: foo [!i386] | bar [!amd64]
4855           </example>
4856           is equivalent to <tt>bar</tt> on the i386 architecture, to
4857           <tt>foo</tt> on the amd64 architecture, and to <tt>foo |
4858           bar</tt> on all other architectures.
4859         </p>
4860
4861         <p>
4862           Relationships may also be restricted to a certain set of
4863           architectures using architecture wildcards in the format
4864           described in <ref id="arch-wildcard-spec">.  The syntax for
4865           declaring such restrictions is the same as declaring
4866           restrictions using a certain set of architectures without
4867           architecture wildcards.  For example:
4868           <example compact="compact">
4869 Build-Depends: foo [linux-any], bar [any-i386], baz [!linux-any]
4870           </example>
4871           is equivalent to <tt>foo</tt> on architectures using the Linux
4872           kernel and any cpu, <tt>bar</tt> on architectures using any
4873           kernel and an i386 cpu, and <tt>baz</tt> on any architecture
4874           using a kernel other than Linux.
4875         </p>
4876
4877         <p>
4878           Note that the binary package relationship fields such as
4879           <tt>Depends</tt> appear in one of the binary package
4880           sections of the control file, whereas the build-time
4881           relationships such as <tt>Build-Depends</tt> appear in the
4882           source package section of the control file (which is the
4883           first section).
4884         </p>
4885       </sect>
4886
4887       <sect id="binarydeps">
4888         <heading>Binary Dependencies - <tt>Depends</tt>,
4889           <tt>Recommends</tt>, <tt>Suggests</tt>, <tt>Enhances</tt>,
4890           <tt>Pre-Depends</tt>
4891         </heading>
4892
4893         <p>
4894           Packages can declare in their control file that they have
4895           certain relationships to other packages - for example, that
4896           they may not be installed at the same time as certain other
4897           packages, and/or that they depend on the presence of others.
4898         </p>
4899
4900         <p>
4901           This is done using the <tt>Depends</tt>, <tt>Pre-Depends</tt>,
4902           <tt>Recommends</tt>, <tt>Suggests</tt>, <tt>Enhances</tt>,
4903           <tt>Breaks</tt> and <tt>Conflicts</tt> control fields.
4904           <tt>Breaks</tt> is described in <ref id="breaks">, and
4905           <tt>Conflicts</tt> is described in <ref id="conflicts">.  The
4906           rest are described below.
4907         </p>
4908
4909         <p>
4910           These seven fields are used to declare a dependency
4911           relationship by one package on another.  Except for
4912           <tt>Enhances</tt> and <tt>Breaks</tt>, they appear in the
4913           depending (binary) package's control file.
4914           (<tt>Enhances</tt> appears in the recommending package's
4915           control file, and <tt>Breaks</tt> appears in the version of
4916           depended-on package which causes the named package to
4917           break).
4918         </p>
4919
4920         <p>
4921           A <tt>Depends</tt> field takes effect <em>only</em> when a
4922           package is to be configured.  It does not prevent a package
4923           being on the system in an unconfigured state while its
4924           dependencies are unsatisfied, and it is possible to replace
4925           a package whose dependencies are satisfied and which is
4926           properly installed with a different version whose
4927           dependencies are not and cannot be satisfied; when this is
4928           done the depending package will be left unconfigured (since
4929           attempts to configure it will give errors) and will not
4930           function properly.  If it is necessary, a
4931           <tt>Pre-Depends</tt> field can be used, which has a partial
4932           effect even when a package is being unpacked, as explained
4933           in detail below.  (The other three dependency fields,
4934           <tt>Recommends</tt>, <tt>Suggests</tt> and
4935           <tt>Enhances</tt>, are only used by the various front-ends
4936           to <prgn>dpkg</prgn> such as <prgn>apt-get</prgn>,
4937           <prgn>aptitude</prgn>, and <prgn>dselect</prgn>.)
4938         </p>
4939
4940         <p>
4941           Since <tt>Depends</tt> only places requirements on the order in
4942           which packages are configured, packages in an installation run
4943           are usually all unpacked first and all configured later.
4944           <footnote>
4945             This approach makes dependency resolution easier.  If two
4946             packages A and B are being upgraded, the installed package A
4947             depends on exactly the installed package B, and the new
4948             package A depends on exactly the new package B (a common
4949             situation when upgrading shared libraries and their
4950             corresponding development packages), satisfying the
4951             dependencies at every stage of the upgrade would be
4952             impossible.  This relaxed restriction means that both new
4953             packages can be unpacked together and then configured in their
4954             dependency order.
4955           </footnote>
4956         </p>
4957
4958         <p>
4959           If there is a circular dependency among packages being installed
4960           or removed, installation or removal order honoring the
4961           dependency order is impossible, requiring the dependency loop be
4962           broken at some point and the dependency requirements violated
4963           for at least one package.  Packages involved in circular
4964           dependencies may not be able to rely on their dependencies being
4965           configured before they themselves are configured, depending on
4966           which side of the break of the circular dependency loop they
4967           happen to be on.  If one of the packages in the loop has
4968           no <prgn>postinst</prgn> script, then the cycle will be broken
4969           at that package; this ensures that all <prgn>postinst</prgn>
4970           scripts are run with their dependencies properly configured if
4971           this is possible.  Otherwise the breaking point is arbitrary.
4972           Packages should therefore avoid circular dependencies where
4973           possible, particularly if they have <prgn>postinst</prgn>
4974           scripts.
4975         </p>
4976
4977         <p>
4978           The meaning of the five dependency fields is as follows:
4979           <taglist>
4980             <tag><tt>Depends</tt></tag>
4981             <item>
4982               <p>
4983                 This declares an absolute dependency.  A package will
4984                 not be configured unless all of the packages listed in
4985                 its <tt>Depends</tt> field have been correctly
4986                 configured (unless there is a circular dependency as
4987                 described above).
4988               </p>
4989
4990               <p>
4991                 The <tt>Depends</tt> field should be used if the
4992                 depended-on package is required for the depending
4993                 package to provide a significant amount of
4994                 functionality.
4995               </p>
4996
4997               <p>
4998                 The <tt>Depends</tt> field should also be used if the
4999                 <prgn>postinst</prgn> or <prgn>prerm</prgn> scripts
5000                 require the depended-on package to be unpacked or
5001                 configured in order to run.  In the case of <tt>postinst
5002                 configure</tt>, the depended-on packages will be unpacked
5003                 and configured first.  (If both packages are involved in a
5004                 dependency loop, this might not work as expected; see the
5005                 explanation a few paragraphs back.)  In the case
5006                 of <prgn>prerm</prgn> or other <prgn>postinst</prgn>
5007                 actions, the package dependencies will normally be at
5008                 least unpacked, but they may be only "Half-Installed" if a
5009                 previous upgrade of the dependency failed.
5010               </p>
5011
5012               <p>
5013                 Finally, the <tt>Depends</tt> field should be used if the
5014                 depended-on package is needed by the <prgn>postrm</prgn>
5015                 script to fully clean up after the package removal.  There
5016                 is no guarantee that package dependencies will be
5017                 available when <prgn>postrm</prgn> is run, but the
5018                 depended-on package is more likely to be available if the
5019                 package declares a dependency (particularly in the case
5020                 of <tt>postrm remove</tt>).  The <prgn>postrm</prgn>
5021                 script must gracefully skip actions that require a
5022                 dependency if that dependency isn't available.
5023               </p>
5024             </item>
5025
5026             <tag><tt>Recommends</tt></tag>
5027             <item>
5028               <p>
5029                 This declares a strong, but not absolute, dependency.
5030               </p>
5031
5032               <p>
5033                 The <tt>Recommends</tt> field should list packages
5034                 that would be found together with this one in all but
5035                 unusual installations.
5036               </p>
5037             </item>
5038
5039             <tag><tt>Suggests</tt></tag>
5040             <item>
5041                 This is used to declare that one package may be more
5042                 useful with one or more others.  Using this field
5043                 tells the packaging system and the user that the
5044                 listed packages are related to this one and can
5045                 perhaps enhance its usefulness, but that installing
5046                 this one without them is perfectly reasonable.
5047             </item>
5048
5049             <tag><tt>Enhances</tt></tag>
5050             <item>
5051                 This field is similar to Suggests but works in the
5052                 opposite direction. It is used to declare that a
5053                 package can enhance the functionality of another
5054                 package.
5055             </item>
5056
5057             <tag><tt>Pre-Depends</tt></tag>
5058             <item>
5059               <p>
5060                 This field is like <tt>Depends</tt>, except that it
5061                 also forces <prgn>dpkg</prgn> to complete installation
5062                 of the packages named before even starting the
5063                 installation of the package which declares the
5064                 pre-dependency, as follows:
5065               </p>
5066
5067               <p>
5068                 When a package declaring a pre-dependency is about to
5069                 be <em>unpacked</em> the pre-dependency can be
5070                 satisfied if the depended-on package is either fully
5071                 configured, <em>or even if</em> the depended-on
5072                 package(s) are only in the "Unpacked" or the "Half-Configured"
5073                 state, provided that they have been configured
5074                 correctly at some point in the past (and not removed
5075                 or partially removed since).  In this case, both the
5076                 previously-configured and currently "Unpacked" or
5077                 "Half-Configured" versions must satisfy any version
5078                 clause in the <tt>Pre-Depends</tt> field.
5079               </p>
5080
5081               <p>
5082                 When the package declaring a pre-dependency is about to
5083                 be <em>configured</em>, the pre-dependency will be treated
5084                 as a normal <tt>Depends</tt>.  It will be considered
5085                 satisfied only if the depended-on package has been
5086                 correctly configured.  However, unlike
5087                 with <tt>Depends</tt>, <tt>Pre-Depends</tt> does not
5088                 permit circular dependencies to be broken.  If a circular
5089                 dependency is encountered while attempting to honor
5090                 <tt>Pre-Depends</tt>, the installation will be aborted.
5091               </p>
5092
5093               <p>
5094                 <tt>Pre-Depends</tt> are also required if the
5095                 <prgn>preinst</prgn> script depends on the named package.
5096                 It is best to avoid this situation if possible.
5097               </p>
5098
5099               <p>
5100                 <tt>Pre-Depends</tt> should be used sparingly,
5101                 preferably only by packages whose premature upgrade or
5102                 installation would hamper the ability of the system to
5103                 continue with any upgrade that might be in progress.
5104               </p>
5105
5106               <p>
5107                 You should not specify a <tt>Pre-Depends</tt> entry for a
5108                 package before this has been discussed on the
5109                 <tt>debian-devel</tt> mailing list and a consensus about
5110                 doing that has been reached.  See <ref id="dependencies">.
5111               </p>
5112             </item>
5113           </taglist>
5114         </p>
5115
5116         <p>
5117           When selecting which level of dependency to use you should
5118           consider how important the depended-on package is to the
5119           functionality of the one declaring the dependency.  Some
5120           packages are composed of components of varying degrees of
5121           importance.  Such a package should list using
5122           <tt>Depends</tt> the package(s) which are required by the
5123           more important components.  The other components'
5124           requirements may be mentioned as Suggestions or
5125           Recommendations, as appropriate to the components' relative
5126           importance.
5127         </p>
5128       </sect>
5129
5130       <sect id="breaks">
5131         <heading>Packages which break other packages - <tt>Breaks</tt></heading>
5132
5133         <p>
5134           When one binary package declares that it breaks another,
5135           <prgn>dpkg</prgn> will refuse to allow the package which
5136           declares <tt>Breaks</tt> to be unpacked unless the broken
5137           package is deconfigured first, and it will refuse to
5138           allow the broken package to be reconfigured.
5139         </p>
5140
5141         <p>
5142           A package will not be regarded as causing breakage merely
5143           because its configuration files are still installed; it must
5144           be at least "Half-Installed".
5145         </p>
5146
5147         <p>
5148           A special exception is made for packages which declare that
5149           they break their own package name or a virtual package which
5150           they provide (see below): this does not count as a real
5151           breakage.
5152         </p>
5153
5154         <p>
5155           Normally a <tt>Breaks</tt> entry will have an "earlier than"
5156           version clause; such a <tt>Breaks</tt> is introduced in the
5157           version of an (implicit or explicit) dependency which violates
5158           an assumption or reveals a bug in earlier versions of the broken
5159           package, or which takes over a file from earlier versions of the
5160           package named in <tt>Breaks</tt>.  This use of <tt>Breaks</tt>
5161           will inform higher-level package management tools that the
5162           broken package must be upgraded before the new one.
5163         </p>
5164
5165         <p>
5166           If the breaking package also overwrites some files from the
5167           older package, it should use <tt>Replaces</tt> to ensure this
5168           goes smoothly.  See <ref id="replaces"> for a full discussion
5169           of taking over files from other packages, including how to
5170           use <tt>Breaks</tt> in those cases.
5171         </p>
5172
5173         <p>
5174           Many of the cases where <tt>Breaks</tt> should be used were
5175           previously handled with <tt>Conflicts</tt>
5176           because <tt>Breaks</tt> did not yet exist.
5177           Many <tt>Conflicts</tt> fields should now be <tt>Breaks</tt>.
5178           See <ref id="conflicts"> for more information about the
5179           differences.
5180         </p>
5181       </sect>
5182
5183       <sect id="conflicts">
5184         <heading>Conflicting binary packages - <tt>Conflicts</tt></heading>
5185
5186         <p>
5187           When one binary package declares a conflict with another using
5188           a <tt>Conflicts</tt> field, <prgn>dpkg</prgn> will refuse to
5189           allow them to be unpacked on the system at the same time.  This
5190           is a stronger restriction than <tt>Breaks</tt>, which prevents
5191           the broken package from being configured while the breaking
5192           package is in the "Unpacked" state but allows both packages to
5193           be unpacked at the same time.
5194         </p>
5195
5196         <p>
5197           If one package is to be unpacked, the other must be removed
5198           first.  If the package being unpacked is marked as replacing
5199           (see <ref id="replaces">, but note that <tt>Breaks</tt> should
5200           normally be used in this case) the one on the system, or the one
5201           on the system is marked as deselected, or both packages are
5202           marked <tt>Essential</tt>, then <prgn>dpkg</prgn> will
5203           automatically remove the package which is causing the conflict.
5204           Otherwise, it will halt the installation of the new package with
5205           an error.  This mechanism is specifically designed to produce an
5206           error when the installed package is <tt>Essential</tt>, but the
5207           new package is not.
5208         </p>
5209
5210         <p>
5211           A package will not cause a conflict merely because its
5212           configuration files are still installed; it must be at least
5213           "Half-Installed".
5214         </p>
5215
5216         <p>
5217           A special exception is made for packages which declare a
5218           conflict with their own package name, or with a virtual
5219           package which they provide (see below): this does not
5220           prevent their installation, and allows a package to conflict
5221           with others providing a replacement for it.  You use this
5222           feature when you want the package in question to be the only
5223           package providing some feature.
5224         </p>
5225
5226         <p>
5227           Normally, <tt>Breaks</tt> should be used instead
5228           of <tt>Conflicts</tt> since <tt>Conflicts</tt> imposes a
5229           stronger restriction on the ordering of package installation or
5230           upgrade and can make it more difficult for the package manager
5231           to find a correct solution to an upgrade or installation
5232           problem.  <tt>Breaks</tt> should be used
5233           <list>
5234             <item>when moving a file from one package to another (see
5235               <ref id="replaces">),</item>
5236             <item>when splitting a package (a special case of the previous
5237               one), or</item>
5238             <item>when the breaking package exposes a bug in or interacts
5239               badly with particular versions of the broken
5240               package.</item>
5241           </list>
5242           <tt>Conflicts</tt> should be used
5243           <list>
5244             <item>when two packages provide the same file and will
5245               continue to do so,</item>
5246             <item>in conjunction with <tt>Provides</tt> when only one
5247               package providing a given virtual facility may be unpacked
5248               at a time (see <ref id="virtual">),</item>
5249             <item>in other cases where one must prevent simultaneous
5250               installation of two packages for reasons that are ongoing
5251               (not fixed in a later version of one of the packages) or
5252               that must prevent both packages from being unpacked at the
5253               same time, not just configured.</item>
5254           </list>
5255           Be aware that adding <tt>Conflicts</tt> is normally not the best
5256           solution when two packages provide the same files.  Depending on
5257           the reason for that conflict, using alternatives or renaming the
5258           files is often a better approach.  See, for
5259           example, <ref id="binaries">.
5260         </p>
5261
5262         <p>
5263           Neither <tt>Breaks</tt> nor <tt>Conflicts</tt> should be used
5264           unless two packages cannot be installed at the same time or
5265           installing them both causes one of them to be broken or
5266           unusable.  Having similar functionality or performing the same
5267           tasks as another package is not sufficient reason to
5268           declare <tt>Breaks</tt> or <tt>Conflicts</tt> with that package.
5269         </p>
5270
5271         <p>
5272           A <tt>Conflicts</tt> entry may have an "earlier than" version
5273           clause if the reason for the conflict is corrected in a later
5274           version of one of the packages.  However, normally the presence
5275           of an "earlier than" version clause is a sign
5276           that <tt>Breaks</tt> should have been used instead.  An "earlier
5277           than" version clause in <tt>Conflicts</tt>
5278           prevents <prgn>dpkg</prgn> from upgrading or installing the
5279           package which declares such a conflict until the upgrade or
5280           removal of the conflicted-with package has been completed, which
5281           is a strong restriction.
5282         </p>
5283       </sect>
5284
5285       <sect id="virtual"><heading>Virtual packages - <tt>Provides</tt>
5286         </heading>
5287
5288         <p>
5289           As well as the names of actual ("concrete") packages, the
5290           package relationship fields <tt>Depends</tt>,
5291           <tt>Recommends</tt>, <tt>Suggests</tt>, <tt>Enhances</tt>,
5292           <tt>Pre-Depends</tt>, <tt>Breaks</tt>, <tt>Conflicts</tt>,
5293           <tt>Build-Depends</tt>, <tt>Build-Depends-Indep</tt>,
5294           <tt>Build-Conflicts</tt> and <tt>Build-Conflicts-Indep</tt>
5295           may mention "virtual packages".
5296         </p>
5297
5298         <p>
5299           A <em>virtual package</em> is one which appears in the
5300           <tt>Provides</tt> control field of another package.  The effect
5301           is as if the package(s) which provide a particular virtual
5302           package name had been listed by name everywhere the virtual
5303           package name appears. (See also <ref id="virtual_pkg">)
5304         </p>
5305
5306         <p>
5307           If there are both concrete and virtual packages of the same
5308           name, then the dependency may be satisfied (or the conflict
5309           caused) by either the concrete package with the name in
5310           question or any other concrete package which provides the
5311           virtual package with the name in question.  This is so that,
5312           for example, supposing we have
5313           <example compact="compact">
5314 Package: foo
5315 Depends: bar
5316           </example> and someone else releases an enhanced version of
5317           the <tt>bar</tt> package they can say:
5318           <example compact="compact">
5319 Package: bar-plus
5320 Provides: bar
5321           </example>
5322           and the <tt>bar-plus</tt> package will now also satisfy the
5323           dependency for the <tt>foo</tt> package.
5324         </p>
5325
5326         <p>
5327           If a relationship field has a version number attached, only real
5328           packages will be considered to see whether the relationship is
5329           satisfied (or the prohibition violated, for a conflict or
5330           breakage).  In other words, if a version number is specified,
5331           this is a request to ignore all <tt>Provides</tt> for that
5332           package name and consider only real packages.  The package
5333           manager will assume that a package providing that virtual
5334           package is not of the "right" version.  A <tt>Provides</tt>
5335           field may not contain version numbers, and the version number of
5336           the concrete package which provides a particular virtual package
5337           will not be considered when considering a dependency on or
5338           conflict with the virtual package name.<footnote>
5339             It is possible that a future release of <prgn>dpkg</prgn> may
5340             add the ability to specify a version number for each virtual
5341             package it provides.  This feature is not yet present,
5342             however, and is expected to be used only infrequently.
5343           </footnote>
5344         </p>
5345
5346         <p>
5347           To specify which of a set of real packages should be the default
5348           to satisfy a particular dependency on a virtual package, list
5349           the real package as an alternative before the virtual one.
5350         </p>
5351
5352         <p>
5353           If the virtual package represents a facility that can only be
5354           provided by one real package at a time, such as
5355           the <package>mail-transport-agent</package> virtual package that
5356           requires installation of a binary that would conflict with all
5357           other providers of that virtual package (see
5358           <ref id="mail-transport-agents">), all packages providing that
5359           virtual package should also declare a conflict with it
5360           using <tt>Conflicts</tt>.  This will ensure that at most one
5361           provider of that virtual package is unpacked or installed at a
5362           time.
5363         </p>
5364       </sect>
5365
5366       <sect id="replaces"><heading>Overwriting files and replacing
5367           packages - <tt>Replaces</tt></heading>
5368
5369         <p>
5370           Packages can declare in their control file that they should
5371           overwrite files in certain other packages, or completely replace
5372           other packages. The <tt>Replaces</tt> control field has these
5373           two distinct purposes.
5374         </p>
5375
5376         <sect1><heading>Overwriting files in other packages</heading>
5377
5378           <p>
5379             It is usually an error for a package to contain files which
5380             are on the system in another package.  However, if the
5381             overwriting package declares that it <tt>Replaces</tt> the one
5382             containing the file being overwritten, then <prgn>dpkg</prgn>
5383             will replace the file from the old package with that from the
5384             new.  The file will no longer be listed as "owned" by the old
5385             package and will be taken over by the new package.
5386             Normally, <tt>Breaks</tt> should be used in conjunction
5387             with <tt>Replaces</tt>.<footnote>
5388               To see why <tt>Breaks</tt> is normally needed in addition
5389               to <tt>Replaces</tt>, consider the case of a file in the
5390               package <package>foo</package> being taken over by the
5391               package <package>foo-data</package>.
5392               <tt>Replaces</tt> will allow <package>foo-data</package> to
5393               be installed and take over that file.  However,
5394               without <tt>Breaks</tt>, nothing
5395               requires <package>foo</package> to be upgraded to a newer
5396               version that knows it does not include that file and instead
5397               depends on <package>foo-data</package>.  Nothing would
5398               prevent the new <package>foo-data</package> package from
5399               being installed and then removed, removing the file that it
5400               took over from <package>foo</package>.  After that
5401               operation, the package manager would think the system was in
5402               a consistent state, but the <package>foo</package> package
5403               would be missing one of its files.
5404             </footnote>
5405           </p>
5406
5407           <p>
5408             For example, if a package <package>foo</package> is split
5409             into <package>foo</package> and <package>foo-data</package>
5410             starting at version 1.2-3, <package>foo-data</package> would
5411             have the fields
5412             <example compact="compact">
5413 Replaces: foo (&lt;&lt; 1.2-3)
5414 Breaks: foo (&lt;&lt; 1.2-3)
5415             </example>
5416             in its control file.  The new version of the
5417             package <package>foo</package> would normally have the field
5418             <example compact="compact">
5419 Depends: foo-data (&gt;= 1.2-3)
5420             </example>
5421             (or possibly <tt>Recommends</tt> or even <tt>Suggests</tt> if
5422             the files moved into <package>foo-data</package> are not
5423             required for normal operation).
5424           </p>
5425
5426           <p>
5427             If a package is completely replaced in this way, so that
5428             <prgn>dpkg</prgn> does not know of any files it still
5429             contains, it is considered to have "disappeared".  It will
5430             be marked as not wanted on the system (selected for
5431             removal) and "Not-Installed".  Any <tt>conffile</tt>s
5432             details noted for the package will be ignored, as they
5433             will have been taken over by the overwriting package.  The
5434             package's <prgn>postrm</prgn> script will be run with a
5435             special argument to allow the package to do any final
5436             cleanup required.  See <ref id="mscriptsinstact">.
5437             <footnote>
5438               Replaces is a one way relationship.  You have to install
5439               the replacing package after the replaced package.
5440             </footnote>
5441           </p>
5442
5443           <p>
5444             For this usage of <tt>Replaces</tt>, virtual packages (see
5445             <ref id="virtual">) are not considered when looking at a
5446             <tt>Replaces</tt> field.  The packages declared as being
5447             replaced must be mentioned by their real names.
5448           </p>
5449
5450           <p>
5451             This usage of <tt>Replaces</tt> only takes effect when both
5452             packages are at least partially on the system at once.  It is
5453             not relevant if the packages conflict unless the conflict has
5454             been overridden.
5455           </p>
5456         </sect1>
5457
5458         <sect1><heading>Replacing whole packages, forcing their
5459             removal</heading>
5460
5461           <p>
5462             Second, <tt>Replaces</tt> allows the packaging system to
5463             resolve which package should be removed when there is a
5464             conflict (see <ref id="conflicts">).  This usage only takes
5465             effect when the two packages <em>do</em> conflict, so that the
5466             two usages of this field do not interfere with each other.
5467           </p>
5468
5469           <p>
5470             In this situation, the package declared as being replaced
5471             can be a virtual package, so for example, all mail
5472             transport agents (MTAs) would have the following fields in
5473             their control files:
5474             <example compact="compact">
5475 Provides: mail-transport-agent
5476 Conflicts: mail-transport-agent
5477 Replaces: mail-transport-agent
5478             </example>
5479             ensuring that only one MTA can be unpacked at any one
5480             time.  See <ref id="virtual"> for more information about this
5481             example.
5482         </sect1>
5483       </sect>
5484
5485       <sect id="sourcebinarydeps">
5486         <heading>Relationships between source and binary packages -
5487           <tt>Build-Depends</tt>, <tt>Build-Depends-Indep</tt>,
5488           <tt>Build-Conflicts</tt>, <tt>Build-Conflicts-Indep</tt>
5489         </heading>
5490
5491         <p>
5492           Source packages that require certain binary packages to be
5493           installed or absent at the time of building the package
5494           can declare relationships to those binary packages.
5495         </p>
5496
5497         <p>
5498           This is done using the <tt>Build-Depends</tt>,
5499           <tt>Build-Depends-Indep</tt>, <tt>Build-Conflicts</tt> and
5500           <tt>Build-Conflicts-Indep</tt> control fields.
5501         </p>
5502
5503         <p>
5504           Build-dependencies on "build-essential" binary packages can be
5505           omitted. Please see <ref id="pkg-relations"> for more information.
5506         </p>
5507
5508         <p>
5509           The dependencies and conflicts they define must be satisfied
5510           (as defined earlier for binary packages) in order to invoke
5511           the targets in <tt>debian/rules</tt>, as follows:<footnote>
5512             <p>
5513               There is no Build-Depends-Arch; this role is essentially
5514               met with Build-Depends.  Anyone building the
5515               <tt>build-indep</tt> and <tt>binary-indep</tt> targets is
5516               assumed to be building the whole package, and therefore
5517               installation of all build dependencies is required.
5518             </p>
5519             <p>
5520               The autobuilders use <tt>dpkg-buildpackage -B</tt>, which
5521               calls <tt>build</tt>, not <tt>build-arch</tt> since it does
5522               not yet know how to check for its existence, and
5523               <tt>binary-arch</tt>.  The purpose of the original split
5524               between <tt>Build-Depends</tt> and
5525               <tt>Build-Depends-Indep</tt> was so that the autobuilders
5526               wouldn't need to install extra packages needed only for the
5527               binary-indep targets.  But without a build-arch/build-indep
5528               split, this didn't work, since most of the work is done in
5529               the build target, not in the binary target.
5530             </p>
5531           </footnote>
5532           <taglist>
5533             <tag><tt>clean</tt>, <tt>build-arch</tt>, and
5534               <tt>binary-arch</tt></tag>
5535             <item>
5536               Only the <tt>Build-Depends</tt> and <tt>Build-Conflicts</tt>
5537               fields must be satisfied when these targets are invoked.
5538             </item>
5539             <tag><tt>build</tt>, <tt>build-indep</tt>, <tt>binary</tt>,
5540               and <tt>binary-indep</tt></tag>
5541             <item>
5542               The <tt>Build-Depends</tt>, <tt>Build-Conflicts</tt>,
5543               <tt>Build-Depends-Indep</tt>, and
5544               <tt>Build-Conflicts-Indep</tt> fields must be satisfied when
5545               these targets are invoked.
5546             </item>
5547           </taglist>
5548         </p>
5549       </sect>
5550
5551       <sect id="built-using">
5552         <heading>Additional source packages used to build the binary
5553           - <tt>Built-Using</tt>
5554         </heading>
5555
5556         <p>
5557           Some binary packages incorporate parts of other packages when built
5558           but do not have to depend on those packages.  Examples include
5559           linking with static libraries or incorporating source code from
5560           another package during the build.  In this case, the source packages
5561           of those other packages are a required part of the complete source
5562           (the binary package is not reproducible without them).
5563         </p>
5564
5565         <p>
5566           A <tt>Built-Using</tt> field must list the corresponding source
5567           package for any such binary package incorporated during the build
5568           <footnote>
5569             <tt>Build-Depends</tt> in the source package is not adequate since
5570             it (rightfully) does not document the exact version used in the
5571             build.
5572           </footnote>,
5573           including an "exactly equal" ("=") version relation on the version
5574           that was used to build that binary package<footnote>
5575             The archive software might reject packages that refer to
5576             non-existent sources.
5577           </footnote>.
5578         </p>
5579
5580         <p>
5581           A package using the source code from the gcc-4.6-source
5582           binary package built from the gcc-4.6 source package would
5583           have this field in its control file:
5584           <example compact="compact">
5585 Built-Using: gcc-4.6 (= 4.6.0-11)
5586           </example>
5587         </p>
5588
5589         <p>
5590           A package including binaries from grub2 and loadlin would
5591           have this field in its control file:
5592           <example compact="compact">
5593 Built-Using: grub2 (= 1.99-9), loadlin (= 1.6e-1)
5594           </example>
5595         </p>
5596       </sect>
5597     </chapt>
5598
5599
5600     <chapt id="sharedlibs"><heading>Shared libraries</heading>
5601
5602       <p>
5603         Packages containing shared libraries must be constructed with
5604         a little care to make sure that the shared library is always
5605         available.  This is especially important for packages whose
5606         shared libraries are vitally important, such as the C library
5607         (currently <tt>libc6</tt>).
5608       </p>
5609
5610       <p>
5611         This section deals only with public shared libraries: shared
5612         libraries that are placed in directories searched by the dynamic
5613         linker by default or which are intended to be linked against
5614         normally and possibly used by other, independent packages.  Shared
5615         libraries that are internal to a particular package or that are
5616         only loaded as dynamic modules are not covered by this section and
5617         are not subject to its requirements.
5618       </p>
5619
5620       <p>
5621         A shared library is identified by the <tt>SONAME</tt> attribute
5622         stored in its dynamic section.  When a binary is linked against a
5623         shared library, the <tt>SONAME</tt> of the shared library is
5624         recorded in the binary's <tt>NEEDED</tt> section so that the
5625         dynamic linker knows that library must be loaded at runtime.  The
5626         shared library file's full name (which usually contains additional
5627         version information not needed in the <tt>SONAME</tt>) is
5628         therefore normally not referenced directly.  Instead, the shared
5629         library is loaded by its <tt>SONAME</tt>, which exists on the file
5630         system as a symlink pointing to the full name of the shared
5631         library.  This symlink must be provided by the
5632         package.  <ref id="sharedlibs-runtime"> describes how to do this.
5633         <footnote>
5634           This is a convention of shared library versioning, but not a
5635           requirement.  Some libraries use the <tt>SONAME</tt> as the full
5636           library file name instead and therefore do not need a symlink.
5637           Most, however, encode additional information about
5638           backwards-compatible revisions as a minor version number in the
5639           file name.  The <tt>SONAME</tt> itself only changes when
5640           binaries linked with the earlier version of the shared library
5641           may no longer work, but the filename may change with each
5642           release of the library.  See <ref id="sharedlibs-runtime"> for
5643           more information.
5644         </footnote>
5645       </p>
5646
5647       <p>
5648         When linking a binary or another shared library against a shared
5649         library, the <tt>SONAME</tt> for that shared library is not yet
5650         known.  Instead, the shared library is found by looking for a file
5651         matching the library name with <tt>.so</tt> appended.  This file
5652         exists on the file system as a symlink pointing to the shared
5653         library.
5654       </p>
5655
5656       <p>
5657         Shared libraries are normally split into several binary packages.
5658         The <tt>SONAME</tt> symlink is installed by the runtime shared
5659         library package, and the bare <tt>.so</tt> symlink is installed in
5660         the development package since it's only used when linking binaries
5661         or shared libraries.  However, there are some exceptions for
5662         unusual shared libraries or for shared libraries that are also
5663         loaded as dynamic modules by other programs.
5664       </p>
5665
5666       <p>
5667         This section is primarily concerned with how the separation of
5668         shared libraries into multiple packages should be done and how
5669         dependencies on and between shared library binary packages are
5670         managed in Debian.  <ref id="libraries"> should be read in
5671         conjunction with this section and contains additional rules for
5672         the files contained in the shared library packages.
5673       </p>
5674
5675       <sect id="sharedlibs-runtime">
5676         <heading>Run-time shared libraries</heading>
5677
5678         <p>
5679           The run-time shared library must be placed in a package
5680           whose name changes whenever the <tt>SONAME</tt> of the shared
5681           library changes.  This allows several versions of the shared
5682           library to be installed at the same time, allowing installation
5683           of the new version of the shared library without immediately
5684           breaking binaries that depend on the old version.  Normally, the
5685           run-time shared library and its <tt>SONAME</tt> symlink should
5686           be placed in a package named
5687           <package><var>libraryname</var><var>soversion</var></package>,
5688           where <var>soversion</var> is the version number in
5689           the <tt>SONAME</tt> of the shared library.  Alternatively, if it
5690           would be confusing to directly append <var>soversion</var>
5691           to <var>libraryname</var> (if, for
5692           example, <var>libraryname</var> itself ends in a number), you
5693           should use
5694           <package><var>libraryname</var>-<var>soversion</var></package>
5695           instead.
5696         </p>
5697
5698         <p>
5699           To determine the <var>soversion</var>, look at
5700           the <tt>SONAME</tt> of the library, stored in the
5701           ELF <tt>SONAME</tt> attribute.  It is usually of the
5702           form <tt><var>name</var>.so.<var>major-version</var></tt> (for
5703           example, <tt>libz.so.1</tt>).  The version part is the part
5704           which comes after <tt>.so.</tt>, so in that example it
5705           is <tt>1</tt>.  The soname may instead be of the
5706           form <tt><var>name</var>-<var>major-version</var>.so</tt>, such
5707           as <tt>libdb-5.1.so</tt>, in which case the name would
5708           be <tt>libdb</tt> and the version would be <tt>5.1</tt>.
5709         </p>
5710
5711         <p>
5712           If you have several shared libraries built from the same source
5713           tree, you may lump them all together into a single shared
5714           library package provided that all of their <tt>SONAME</tt>s will
5715           always change together.  Be aware that this is not normally the
5716           case, and if the <tt>SONAME</tt>s do not change together,
5717           upgrading such a merged shared library package will be
5718           unnecessarily difficult because of file conflicts with the old
5719           version of the package.  When in doubt, always split shared
5720           library packages so that each binary package installs a single
5721           shared library.
5722         </p>
5723
5724         <p>
5725           Every time the shared library ABI changes in a way that may
5726           break binaries linked against older versions of the shared
5727           library, the <tt>SONAME</tt> of the library and the
5728           corresponding name for the binary package containing the runtime
5729           shared library should change.  Normally, this means
5730           the <tt>SONAME</tt> should change any time an interface is
5731           removed from the shared library or the signature of an interface
5732           (the number of parameters or the types of parameters that it
5733           takes, for example) is changed.  This practice is vital to
5734           allowing clean upgrades from older versions of the package and
5735           clean transitions between the old ABI and new ABI without having
5736           to upgrade every affected package simultaneously.
5737         </p>
5738
5739         <p>
5740           The <tt>SONAME</tt> and binary package name need not, and indeed
5741           normally should not, change if new interfaces are added but none
5742           are removed or changed, since this will not break binaries
5743           linked against the old shared library.  Correct versioning of
5744           dependencies on the newer shared library by binaries that use
5745           the new interfaces is handled via
5746           the <qref id="sharedlibs-depends"><tt>symbols</tt>
5747           or <tt>shlibs</tt> system</qref>.
5748         </p>
5749
5750       <p>
5751         The package should install the shared libraries under
5752         their normal names.  For example, the <package>libgdbm3</package>
5753         package should install <file>libgdbm.so.3.0.0</file> as
5754         <file>/usr/lib/libgdbm.so.3.0.0</file>.  The files should not be
5755         renamed or re-linked by any <prgn>prerm</prgn> or
5756         <prgn>postrm</prgn> scripts; <prgn>dpkg</prgn> will take care
5757         of renaming things safely without affecting running programs,
5758         and attempts to interfere with this are likely to lead to
5759         problems.
5760       </p>
5761
5762       <p>
5763         Shared libraries should not be installed executable, since
5764         the dynamic linker does not require this and trying to
5765         execute a shared library usually results in a core dump.
5766       </p>
5767
5768       <p>
5769         The run-time library package should include the symbolic link for
5770         the <tt>SONAME</tt> that <prgn>ldconfig</prgn> would create for
5771         the shared libraries.  For example,
5772         the <package>libgdbm3</package> package should include a symbolic
5773         link from <file>/usr/lib/libgdbm.so.3</file> to
5774         <file>libgdbm.so.3.0.0</file>.  This is needed so that the dynamic
5775         linker (for example <prgn>ld.so</prgn> or
5776         <prgn>ld-linux.so.*</prgn>) can find the library between the
5777         time that <prgn>dpkg</prgn> installs it and the time that
5778         <prgn>ldconfig</prgn> is run in the <prgn>postinst</prgn>
5779         script.<footnote>
5780             The package management system requires the library to be
5781             placed before the symbolic link pointing to it in the
5782             <file>.deb</file> file.  This is so that when
5783             <prgn>dpkg</prgn> comes to install the symlink
5784             (overwriting the previous symlink pointing at an older
5785             version of the library), the new shared library is already
5786             in place.  In the past, this was achieved by creating the
5787             library in the temporary packaging directory before
5788             creating the symlink.  Unfortunately, this was not always
5789             effective, since the building of the tar file in the
5790             <file>.deb</file> depended on the behavior of the underlying
5791             file system.  Some file systems (such as reiserfs) reorder
5792             the files so that the order of creation is forgotten.
5793             Since version 1.7.0, <prgn>dpkg</prgn>
5794             reorders the files itself as necessary when building a
5795             package.  Thus it is no longer important to concern
5796             oneself with the order of file creation.
5797         </footnote>
5798       </p>
5799
5800         <sect1 id="ldconfig">
5801           <heading><tt>ldconfig</tt></heading>
5802
5803         <p>
5804           Any package installing shared libraries in one of the default
5805           library directories of the dynamic linker (which are currently
5806           <file>/usr/lib</file> and <file>/lib</file>) or a directory that is
5807           listed in <file>/etc/ld.so.conf</file><footnote>
5808             These are currently <file>/usr/local/lib</file> plus
5809             directories under <file>/lib</file> and <file>/usr/lib</file>
5810             matching the multiarch triplet for the system architecture.
5811           </footnote>
5812           must use <prgn>ldconfig</prgn> to update the shared library
5813           system.
5814         </p>
5815
5816         <p>
5817             The package maintainer scripts must only call
5818             <prgn>ldconfig</prgn> under these circumstances:
5819             <list compact="compact">
5820               <item>When the <prgn>postinst</prgn> script is run with a
5821                   first argument of <tt>configure</tt>, the script must call
5822                   <prgn>ldconfig</prgn>, and may optionally invoke
5823                   <prgn>ldconfig</prgn> at other times.
5824               </item>
5825               <item>When the <prgn>postrm</prgn> script is run with a
5826                   first argument of <tt>remove</tt>, the script should call
5827                   <prgn>ldconfig</prgn>.
5828               </item>
5829             </list>
5830          <footnote>
5831             <p>
5832               During install or upgrade, the preinst is called before
5833               the new files are unpacked, so calling "ldconfig" is
5834               pointless.  The preinst of an existing package can also be
5835               called if an upgrade fails.  However, this happens during
5836               the critical time when a shared libs may exist on-disk
5837               under a temporary name.  Thus, it is dangerous and
5838               forbidden by current policy to call "ldconfig" at this
5839               time.
5840             </p>
5841
5842             <p>
5843               When a package is installed or upgraded, "postinst
5844               configure" runs after the new files are safely on-disk.
5845               Since it is perfectly safe to invoke ldconfig
5846               unconditionally in a postinst, it is OK for a package to
5847               simply put ldconfig in its postinst without checking the
5848               argument.  The postinst can also be called to recover from
5849               a failed upgrade.  This happens before any new files are
5850               unpacked, so there is no reason to call "ldconfig" at this
5851               point.
5852             </p>
5853
5854             <p>
5855               For a package that is being removed, prerm is
5856               called with all the files intact, so calling ldconfig is
5857               useless.  The other calls to "prerm" happen in the case of
5858               upgrade at a time when all the files of the old package
5859               are on-disk, so again calling "ldconfig" is pointless.
5860             </p>
5861
5862             <p>
5863               postrm, on the other hand, is called with the "remove"
5864               argument just after the files are removed, so this is
5865               the proper time to call "ldconfig" to notify the system
5866               of the fact that the shared libraries from the package
5867               are removed.  The postrm can be called at several other
5868               times.  At the time of "postrm purge", "postrm
5869               abort-install", or "postrm abort-upgrade", calling
5870               "ldconfig" is useless because the shared lib files are
5871               not on-disk.  However, when "postrm" is invoked with
5872               arguments "upgrade", "failed-upgrade", or "disappear", a
5873               shared lib may exist on-disk under a temporary filename.
5874             </p>
5875           </footnote>
5876         </p>
5877         </sect1>
5878
5879       </sect>
5880
5881       <sect id="sharedlibs-support-files">
5882         <heading>Shared library support files</heading>
5883
5884         <p>
5885           If your package contains files whose names do not change with
5886           each change in the library shared object version, you must not
5887           put them in the shared library package.  Otherwise, several
5888           versions of the shared library cannot be installed at the same
5889           time without filename clashes, making upgrades and transitions
5890           unnecessarily difficult.
5891         </p>
5892
5893         <p>
5894           It is recommended that supporting files and run-time support
5895           programs that do not need to be invoked manually by users, but
5896           are nevertheless required for the package to function, be placed
5897           (if they are binary) in a subdirectory of <file>/usr/lib</file>,
5898           preferably under <file>/usr/lib/</file><var>package-name</var>.
5899           If the program or file is architecture independent, the
5900           recommendation is for it to be placed in a subdirectory of
5901           <file>/usr/share</file> instead, preferably under
5902           <file>/usr/share/</file><var>package-name</var>.  Following the
5903           <var>package-name</var> naming convention ensures that the file
5904           names change when the shared object version changes.
5905         </p>
5906
5907         <p>
5908           Run-time support programs that use the shared library but are
5909           not required for the library to function or files used by the
5910           shared library that can be used by any version of the shared
5911           library package should instead be put in a separate package.
5912           This package might typically be named
5913           <package><var>libraryname</var>-tools</package>; note the
5914           absence of the <var>soversion</var> in the package name.
5915         </p>
5916
5917         <p>
5918           Files and support programs only useful when compiling software
5919           against the library should be included in the development
5920           package for the library.<footnote>
5921             For example, a <file><var>package-name</var>-config</file>
5922             script or <package>pkg-config</package> configuration files.
5923           </footnote>
5924         </p>
5925       </sect>
5926
5927       <sect id="sharedlibs-static">
5928         <heading>Static libraries</heading>
5929
5930       <p>
5931         The static library (<file><var>libraryname.a</var></file>)
5932         is usually provided in addition to the shared version.
5933         It is placed into the development package (see below).
5934       </p>
5935
5936       <p>
5937         In some cases, it is acceptable for a library to be
5938         available in static form only; these cases include:
5939         <list>
5940           <item>libraries for languages whose shared library support
5941                 is immature or unstable</item>
5942           <item>libraries whose interfaces are in flux or under
5943                 development (commonly the case when the library's
5944                 major version number is zero, or where the ABI breaks
5945                 across patchlevels)</item>
5946           <item>libraries which are explicitly intended to be
5947                 available only in static form by their upstream
5948                 author(s)</item>
5949         </list>
5950       </p>
5951
5952       <sect id="sharedlibs-dev">
5953         <heading>Development files</heading>
5954
5955       <p>
5956         If there are development files associated with a shared library,
5957         the source package needs to generate a binary development package
5958         named <package><var>libraryname</var><var>soversion</var>-dev</package>,
5959         or if you prefer only to support one development version at a
5960         time, <package><var>libraryname</var>-dev</package>.  Installing
5961         the development package must result in installation of all the
5962         development files necessary for compiling programs against that
5963         shared library.<footnote>
5964           This wording allows the development files to be split into
5965           several packages, such as a separate architecture-independent
5966           <package><var>libraryname</var>-headers</package>, provided that
5967           the development package depends on all the required additional
5968           packages.
5969         </footnote>
5970       </p>
5971
5972       <p>
5973         In case several development versions of a library exist, you may
5974         need to use <prgn>dpkg</prgn>'s Conflicts mechanism (see
5975         <ref id="conflicts">) to ensure that the user only installs one
5976         development version at a time (as different development versions are
5977         likely to have the same header files in them, which would cause a
5978         filename clash if both were unpacked).
5979       </p>
5980
5981       <p>
5982         The development package should contain a symlink for the associated
5983         shared library without a version number. For example, the
5984         <package>libgdbm-dev</package> package should include a symlink
5985         from <file>/usr/lib/libgdbm.so</file> to
5986         <file>libgdbm.so.3.0.0</file>.  This symlink is needed by the linker
5987         (<prgn>ld</prgn>) when compiling packages, as it will only look for
5988         <file>libgdbm.so</file> when compiling dynamically.
5989       </p>
5990
5991       <p>
5992         If the package provides Ada Library Information
5993         (<file>*.ali</file>) files for use with GNAT, these files must be
5994         installed read-only (mode 0444) so that GNAT will not attempt to
5995         recompile them.  This overrides the normal file mode requirements
5996         given in <ref id="permissions-owners">.
5997       </p>
5998       </sect>
5999
6000       <sect id="sharedlibs-intradeps">
6001         <heading>Dependencies between the packages of the same library</heading>
6002
6003         <p>
6004           Typically the development version should have an exact
6005           version dependency on the runtime library, to make sure that
6006           compilation and linking happens correctly.  The
6007           <tt>${binary:Version}</tt> substitution variable can be
6008           useful for this purpose.
6009           <footnote>
6010             Previously, <tt>${Source-Version}</tt> was used, but its name
6011             was confusing and it has been deprecated since dpkg 1.13.19.
6012           </footnote>
6013         </p>
6014       </sect>
6015
6016       <sect id="sharedlibs-depends">
6017         <heading>Dependencies between the library and other
6018           packages</heading>
6019
6020         <p>
6021           If a package contains a binary or library which links to a
6022           shared library, we must ensure that, when the package is
6023           installed on the system, all of the libraries needed are also
6024           installed.  These dependencies must be added to the binary
6025           package when it is built, since they may change based on which
6026           version of a shared library the binary or library was linked
6027           with even if there are no changes to the source of the binary
6028           (for example, symbol versions change, macros become functions or
6029           vice versa, or the binary package may determine at compile-time
6030           whether new library interfaces are available and can be called).
6031           To allow these dependencies to be constructed, shared libraries
6032           must provide either a <file>symbols</file> file or
6033           a <file>shlibs</file> file.  These provide information on the
6034           package dependencies required to ensure the presence of
6035           interfaces provided by this library.  Any package with binaries
6036           or libraries linking to a shared library must use these files to
6037           determine the required dependencies when it is built.  Other
6038           packages which use a shared library (for example using
6039           <tt>dlopen()</tt>) should compute appropriate dependencies
6040           using these files at build time as well.
6041         </p>
6042
6043         <p>
6044           The two mechanisms differ in the degree of detail that they
6045           provide.  A <file>symbols</file> file documents, for each symbol
6046           exported by a library, the minimal version of the package any
6047           binary using this symbol will need.  This is typically the
6048           version of the package in which the symbol was introduced.  This
6049           information permits detailed analysis of the symbols used by a
6050           particular package and construction of an accurate dependency,
6051           but it requires the package maintainer to track more information
6052           about the shared library.
6053         </p>
6054
6055         <p>
6056           A <file>shlibs</file> file, in contrast, only documents the last
6057           time the library ABI changed in any way.  It only provides
6058           information about the library as a whole, not individual
6059           symbols.  When a package is built using a shared library with
6060           only a <file>shlibs</file> file, the generated dependency will
6061           require a version of the shared library equal to or newer than
6062           the version of the last ABI change.  This generates
6063           unnecessarily restrictive dependencies compared
6064           to <file>symbols</file> files if none of the symbols used by the
6065           package have changed.  This, in turn, may make upgrades
6066           needlessly complex and unnecessarily restrict use of the package
6067           on systems with older versions of the shared libraries.
6068         </p>
6069
6070         <p>
6071           <file>shlibs</file> files also only support a limited range of
6072           library SONAMEs, making it difficult to use <file>shlibs</file>
6073           files in some unusual corner cases.<footnote>
6074             A <file>shlibs</file> file represents an SONAME as a library
6075             name and version number, such as <tt>libfoo VERSION</tt>,
6076             instead of recording the actual SONAME.  If the SONAME doesn't
6077             match one of the two expected formats
6078             (<tt>libfoo-VERSION.so</tt> or <tt>libfoo.so.VERSION</tt>), it
6079             cannot be represented.
6080           </footnote>
6081         </p>
6082
6083         <p>
6084           <file>symbols</file> files are therefore recommended for most
6085           shared library packages since they provide more accurate
6086           dependencies.  For most C libraries, the additional detail
6087           required by <file>symbols</file> files is not too difficult to
6088           maintain.  However, maintaining exhaustive symbols information
6089           for a C++ library can be quite onerous, so <file>shlibs</file>
6090           files may be more appropriate for most C++ libraries.  Libraries
6091           with a corresponding udeb must also provide
6092           a <file>shlibs</file> file, since the udeb infrastructure does
6093           not use <file>symbols</file> files.
6094         </p>
6095
6096         <sect1 id="dpkg-shlibdeps">
6097           <heading>Generating dependencies on shared libraries</heading>
6098
6099           <p>
6100             When a package that contains any shared libraries or compiled
6101             binaries is built, it must run <prgn>dpkg-shlibdeps</prgn> on
6102             each shared library and compiled binary to determine the
6103             libraries used and hence the dependencies needed by the
6104             package.<footnote>
6105               <prgn>dpkg-shlibdeps</prgn> will use a program
6106               like <prgn>objdump</prgn> or <prgn>readelf</prgn> to find
6107               the libraries and the symbols in those libraries directly
6108               needed by the binaries or shared libraries in the package.
6109             </footnote>
6110             To do this, put a call to <prgn>dpkg-shlibdeps</prgn> into
6111             your <file>debian/rules</file> file in the source package.
6112             List all of the compiled binaries, libraries, or loadable
6113             modules in your package.<footnote>
6114               The easiest way to call <prgn>dpkg-shlibdeps</prgn>
6115               correctly is to use a package helper framework such
6116               as <package>debhelper</package>.  If you are
6117               using <package>debhelper</package>,
6118               the <prgn>dh_shlibdeps</prgn> program will do this work for
6119               you.  It will also correctly handle multi-binary packages.
6120             </footnote>
6121             <prgn>dpkg-shlibdeps</prgn> will use the <file>symbols</file>
6122             or <file>shlibs</file> files installed by the shared libraries
6123             to generate dependency information.  The package must then
6124             provide a substitution variable into which the discovered
6125             dependency information can be placed.
6126           </p>
6127
6128           <p>
6129             If you are creating a udeb for use in the Debian Installer,
6130             you will need to specify that <prgn>dpkg-shlibdeps</prgn>
6131             should use the dependency line of type <tt>udeb</tt> by adding
6132             the <tt>-tudeb</tt> option<footnote>
6133               <prgn>dh_shlibdeps</prgn> from the <tt>debhelper</tt> suite
6134               will automatically add this option if it knows it is
6135               processing a udeb.
6136             </footnote>. If there is no dependency line of
6137             type <tt>udeb</tt> in the <file>shlibs</file>
6138             file, <prgn>dpkg-shlibdeps</prgn> will fall back to the
6139             regular dependency line.
6140           </p>
6141
6142           <p>
6143             <prgn>dpkg-shlibdeps</prgn> puts the dependency information
6144             into the <file>debian/substvars</file> file by default, which
6145             is then used by <prgn>dpkg-gencontrol</prgn>.  You will need
6146             to place a <tt>${shlibs:Depends}</tt> variable in
6147             the <tt>Depends</tt> field in the control file of every binary
6148             package built by this source package that contains compiled
6149             binaries, libraries, or loadable modules.  If you have
6150             multiple binary packages, you will need to
6151             call <prgn>dpkg-shlibdeps</prgn> on each one which contains
6152             compiled libraries or binaries.  For example, you could use
6153             the <tt>-T</tt> option to the <tt>dpkg</tt> utilities to
6154             specify a different <file>substvars</file> file for each
6155             binary package.<footnote>
6156               Again, <prgn>dh_shlibdeps</prgn>
6157               and <prgn>dh_gencontrol</prgn> will handle everything except
6158               the addition of the variable to the control file for you if
6159               you're using <package>debhelper</package>, including
6160               generating separate <file>substvars</file> files for each
6161               binary package and calling <prgn>dpkg-gencontrol</prgn> with
6162               the appropriate flags.
6163             </footnote>
6164           </p>
6165
6166           <p>
6167             For more details on <prgn>dpkg-shlibdeps</prgn>,
6168             see <manref name="dpkg-shlibdeps" section="1">.
6169           </p>
6170
6171           <p>
6172             We say that a binary <tt>foo</tt> <em>directly</em> uses a
6173             library <tt>libbar</tt> if it is explicitly linked with that
6174             library (that is, the library is listed in the
6175             ELF <tt>NEEDED</tt> attribute, caused by adding <tt>-lbar</tt>
6176             to the link line when the binary is created).  Other libraries
6177             that are needed by <tt>libbar</tt> are
6178             linked <em>indirectly</em> to <tt>foo</tt>, and the dynamic
6179             linker will load them automatically when it
6180             loads <tt>libbar</tt>.  A package should depend on the
6181             libraries it directly uses, but not the libraries it only uses
6182             indirectly.  The dependencies for the libraries used
6183             directly will automatically pull in the indirectly-used
6184             libraries.  <prgn>dpkg-shlibdeps</prgn> will handle this logic
6185             automatically, but package maintainers need to be aware of
6186             this distinction between directly and indirectly using a
6187             library if they have to override its results for some reason.
6188             <footnote>
6189               A good example of where this helps is the following.  We
6190               could update <tt>libimlib</tt> with a new version that
6191               supports a new revision of a graphics format called dgf (but
6192               retaining the same major version number) and depends on a
6193               new library package <package>libdgf4</package> instead of
6194               the older <package>libdgf3</package>.  If we
6195               used <prgn>ldd</prgn> to add dependencies for every library
6196               directly or indirectly linked with a binary, every package
6197               that uses <tt>libimlib</tt> would need to be recompiled so
6198               it would also depend on <package>libdgf4</package> in order
6199               to retire the older <package>libdgf3</package> package.
6200               Since dependencies are only added based on
6201               ELF <tt>NEEDED</tt> attribute, packages
6202               using <tt>libimlib</tt> can rely on <tt>libimlib</tt> itself
6203               having the dependency on an appropriate version
6204               of <tt>libdgf</tt> and do not need rebuilding.
6205             </footnote>
6206           </p>
6207         </sect1>
6208
6209         <sect1 id="sharedlibs-updates">
6210           <heading>Shared library ABI changes</heading>
6211
6212           <p>
6213             Maintaining a shared library package using
6214             either <file>symbols</file> or <file>shlibs</file> files
6215             requires being aware of the exposed ABI of the shared library
6216             and any changes to it.  Both <file>symbols</file>
6217             and <file>shlibs</file> files record every change to the ABI
6218             of the shared library; <file>symbols</file> files do so per
6219             public symbol, whereas <file>shlibs</file> files record only
6220             the last change for the entire library.
6221           </p>
6222
6223           <p>
6224             There are two types of ABI changes: ones that are
6225             backward-compatible and ones that are not.  An ABI change is
6226             backward-compatible if any reasonable program or library that
6227             was linked with the previous version of the shared library
6228             will still work correctly with the new version of the shared
6229             library.<footnote>
6230               An example of an "unreasonable" program is one that uses
6231               library interfaces that are documented as internal and
6232               unsupported.  If the only programs or libraries affected by
6233               a change are "unreasonable" ones, other techniques, such as
6234               declaring <tt>Breaks</tt> relationships with affected
6235               packages or treating their usage of the library as bugs in
6236               those packages, may be appropriate instead of changing the
6237               SONAME.  However, the default approach is to change the
6238               SONAME for any change to the ABI that could break a program.
6239             </footnote>
6240             Adding new symbols to the shared library is a
6241             backward-compatible change.  Removing symbols from the shared
6242             library is not.  Changing the behavior of a symbol may or may
6243             not be backward-compatible depending on the change; for
6244             example, changing a function to accept a new enum constant not
6245             previously used by the library is generally
6246             backward-compatible, but changing the members of a struct that
6247             is passed into library functions is generally not unless the
6248             library takes special precautions to accept old versions of
6249             the data structure.
6250           </p>
6251
6252           <p>
6253             ABI changes that are not backward-compatible normally require
6254             changing the <tt>SONAME</tt> of the library and therefore the
6255             shared library package name, which forces rebuilding all
6256             packages using that shared library to update their
6257             dependencies and allow them to use the new version of the
6258             shared library.  For more information,
6259             see <ref id="sharedlibs-runtime">.  The remainder of this
6260             section will deal with backward-compatible changes.
6261           </p>
6262
6263           <p>
6264             Backward-compatible changes require either updating or
6265             recording the <var>minimal-version</var> for that symbol
6266             in <file>symbols</file> files or updating the version in
6267             the <var>dependencies</var> in <file>shlibs</file> files.  For
6268             more information on how to do this in the two formats, see
6269             <ref id="symbols"> and <ref id="shlibs">.  Below are general
6270             rules that apply to both files.
6271           </p>
6272
6273           <p>
6274             The easy case is when a public symbol is added.  Simply add
6275             the version at which the symbol was introduced
6276             (for <file>symbols</file> files) or update the dependency
6277             version (for <file>shlibs</file>) files.  But special care
6278             should be taken to update dependency versions when the
6279             behavior of a public symbol changes.  This is easy to neglect,
6280             since there is no automated method of determining such
6281             changes, but failing to update versions in this case may
6282             result in binary packages with too-weak dependencies that will
6283             fail at runtime, possibly in ways that can cause security
6284             vulnerabilities.  If the package maintainer believes that a
6285             symbol behavior change may have occurred but isn't sure, it's
6286             safer to update the version rather than leave it unmodified.
6287             This may result in unnecessarily strict dependencies, but it
6288             ensures that packages whose dependencies are satisfied will
6289             work properly.
6290           </p>
6291
6292           <p>
6293             A common example of when a change to the dependency version
6294             is required is a function that takes an enum or struct
6295             argument that controls what the function does.  For example:
6296             <example>
6297               enum library_op { OP_FOO, OP_BAR };
6298               int library_do_operation(enum library_op);
6299             </example>
6300             If a new operation, <tt>OP_BAZ</tt>, is added,
6301             the <var>minimal-version</var>
6302             of <tt>library_do_operation</tt> (for <file>symbols</file>
6303             files) or the version in the dependency for the shared library
6304             (for <file>shlibs</file> files) must be increased to the
6305             version at which <tt>OP_BAZ</tt> was introduced.  Otherwise, a
6306             binary built against the new version of the library (having
6307             detected at compile-time that the library
6308             supports <tt>OP_BAZ</tt>) may be installed with a shared
6309             library that doesn't support <tt>OP_BAZ</tt> and will fail at
6310             runtime when it tries to pass <tt>OP_BAZ</tt> into this
6311             function.
6312           </p>
6313
6314           <p>
6315             Dependency versions in either <file>symbols</file>
6316             or <file>shlibs</file> files normally should not contain the
6317             Debian revision of the package, since the library behavior is
6318             normally fixed for a particular upstream version and any
6319             Debian packaging of that upstream version will have the same
6320             behavior.  In the rare case that the library behavior was
6321             changed in a particular Debian revision, appending <tt>~</tt>
6322             to the end of the version that includes the Debian revision is
6323             recommended, since this allows backports of the shared library
6324             package using the normal backport versioning convention to
6325             satisfy the dependency.
6326           </p>
6327         </sect1>
6328
6329         <sect1 id="sharedlibs-symbols">
6330           <heading>The <tt>symbols</tt> system</heading>
6331
6332           <p>
6333             In the following sections, we will first describe where the
6334             various <file>symbols</file> files are to be found, then
6335             the <file>symbols</file> file format, and finally how to
6336             create <file>symbols</file> files if your package contains a
6337             shared library.
6338           </p>
6339
6340           <sect2 id="symbols-paths">
6341             <heading>The <file>symbols</file> files present on the
6342               system</heading>
6343
6344             <p>
6345               <file>symbols</file> files for a shared library are normally
6346               provided by the shared library package as a control file,
6347               but there are several override paths that are checked first
6348               in case that information is wrong or missing.  The following
6349               list gives them in the order in which they are read
6350               by <prgn>dpkg-shlibdeps</prgn> The first one that contains
6351               the required information is used.
6352               <list>
6353                 <item>
6354                   <p><file>debian/*/DEBIAN/symbols</file></p>
6355
6356                   <p>
6357                     During the package build, if the package itself
6358                     contains shared libraries with <file>symbols</file>
6359                     files, they will be generated in these staging
6360                     directories by <prgn>dpkg-gensymbols</prgn>
6361                     (see <ref id="providing-symbols">).  <file>symbols</file>
6362                     files found in the build tree take precedence
6363                     over <file>symbols</file> files from other binary
6364                     packages.
6365                   </p>
6366
6367                   <p>
6368                     These files must exist
6369                     before <prgn>dpkg-shlibdeps</prgn> is run or the
6370                     dependencies of binaries and libraries from a source
6371                     package on other libraries from that same source
6372                     package will not be correct.  In practice, this means
6373                     that <prgn>dpkg-gensymbols</prgn> must be run
6374                     before <prgn>dpkg-shlibdeps</prgn> during the package
6375                     build.<footnote>
6376                       An example may clarify.  Suppose the source
6377                       package <tt>foo</tt> generates two binary
6378                       packages, <tt>libfoo2</tt> and <tt>foo-runtime</tt>.
6379                       When building the binary packages, the contents of
6380                       the packages are staged in the
6381                       directories <file>debian/libfoo2</file>
6382                       and <file>debian/foo-runtime</file> respectively.
6383                       (<file>debian/tmp</file> could be used instead of
6384                       one of these.)  Since <tt>libfoo2</tt> provides
6385                       the <tt>libfoo</tt> shared library, it will contain
6386                       a <tt>symbols</tt> file, which will be installed
6387                       in <file>debian/libfoo2/DEBIAN/symbols</file>,
6388                       eventually to be included as a control file in that
6389                       package.  When <prgn>dpkg-shlibdeps</prgn> is run on
6390                       the
6391                       executable <file>debian/foo-runtime/usr/bin/foo-prog</file>,
6392                       it will examine
6393                       the <file>debian/libfoo2/DEBIAN/symbols</file> file
6394                       to determine whether <tt>foo-prog</tt>'s library
6395                       dependencies are satisfied by any of the libraries
6396                       provided by <tt>libfoo2</tt>.  Since those binaries
6397                       were linked against the just-built shared library as
6398                       part of the build process, the <file>symbols</file>
6399                       file for the newly-built <tt>libfoo2</tt> must take
6400                       precedence over a <file>symbols</file> file for any
6401                       other <tt>libfoo2</tt> package already installed on
6402                       the system.
6403                     </footnote>
6404                   </p>
6405                 </item>
6406
6407                 <item>
6408                   <p>
6409                     <file>/etc/dpkg/symbols/<var>package</var>.symbols.<var>arch</var></file>
6410                     and <file>/etc/dpkg/symbols/<var>package</var>.symbols</file>
6411                   </p>
6412
6413                   <p>
6414                     Per-system overrides of shared library dependencies.
6415                     These files normally do not exist.  They are
6416                     maintained by the local system administrator and must
6417                     not be created by any Debian package.
6418                   </p>
6419                 </item>
6420
6421                 <item>
6422                   <p><file>symbols</file> control files for packages
6423                     installed on the system</p>
6424
6425                   <p>
6426                     The <file>symbols</file> control files for all the
6427                     packages currently installed on the system are
6428                     searched last.  This will be the most common source of
6429                     shared library dependency information.  These are
6430                     normally found
6431                     in <file>/var/lib/dpkg/info/*.symbols</file>, but
6432                     packages should not rely on this and instead should
6433                     use <tt>dpkg-query --control-path <var>package</var>
6434                     symbols</tt> if for some reason these files need to be
6435                     examined.
6436                   </p>
6437                 </item>
6438               </list>
6439             </p>
6440
6441             <p>
6442               Be aware that if a <file>debian/shlibs.local</file> exists
6443               in the source package, it will override
6444               any <file>symbols</file> files.  This is the only case where
6445               a <file>shlibs</file> is used despite <file>symbols</file>
6446               files being present.  See <ref id="shlibs-paths">
6447               and <ref id="sharedlibs-shlibdeps"> for more information.
6448             </p>
6449           </sect2>
6450
6451           <sect2 id="symbols">
6452             <heading>The <file>symbols</file> File Format</heading>
6453
6454             <p>
6455               The following documents the format of
6456               the <file>symbols</file> control file as included in binary
6457               packages.  These files are built from
6458               template <file>symbols</file> files in the source package
6459               by <prgn>dpkg-gensymbols</prgn>.  The template files support
6460               a richer syntax that allows <prgn>dpkg-gensymbols</prgn> to
6461               do some of the tedious work involved in
6462               maintaining <file>symbols</file> files, such as handling C++
6463               symbols or optional symbols that may not exist on particular
6464               architectures.  When writing <file>symbols</file> files for
6465               a shared library package, refer
6466               to <manref name="dpkg-gensymbols" section="1"> for the
6467               richer syntax.
6468             </p>
6469
6470             <p>
6471               A <file>symbols</file> may contain one or more entries, one
6472               for each shared library contained in the package
6473               corresponding to that <file>symbols</file>.  Each entry has
6474               the following format:
6475             </p>
6476
6477             <p>
6478               <example>
6479                 <var>library-soname</var> <var>main-dependency-template</var>
6480                 [| <var>alternative-dependency-template</var>]
6481                 [...]
6482                 [* <var>field-name</var>: <var>field-value</var>]
6483                 [...]
6484                 <var>symbol</var> <var>minimal-version</var>[ <var>id-of-dependency-template</var> ]
6485               </example>
6486             </p>
6487
6488             <p>
6489               To explain this format, we'll use the the <tt>zlib1g</tt>
6490               package as an example, which (at the time of writing)
6491               installs the shared
6492               library <file>/usr/lib/libz.so.1.2.3.4</file>.  Mandatory
6493               lines will be described first, followed by optional lines.
6494             </p>
6495
6496             <p>
6497               <var>library-soname</var> must contain exactly the value of
6498               the ELF <tt>SONAME</tt> attribute of the shared library.  In
6499               our example, this is <tt>libz.so.1</tt>.<footnote>
6500                 This can be determined by using the command
6501                 <example compact="compact">
6502                   readelf -d /usr/lib/libz.so.1.2.3.4 | grep SONAME
6503                 </example>
6504               </footnote>
6505             </p>
6506
6507             <p>
6508               <var>main-dependency-template</var> has the same syntax as a
6509               dependency field in a binary package control file, except
6510               that the string <tt>#MINVER#</tt> is replaced by a version
6511               restriction like <tt>(>= <var>version</var>)</tt> or by
6512               nothing if an unversioned dependency is deemed sufficient.
6513               The version restriction will be based on which symbols from
6514               the shared library are referenced and the version at which
6515               they were introduced (see below).  In nearly all
6516               cases, <var>main-dependency-template</var> will
6517               be <tt><var>package</var> #MINVER#</tt>,
6518               where <var>package</var> is the name of the binary package
6519               containing the shared library.  This adds a simple,
6520               possibly-versioned dependency on the shared library package.
6521               In some rare cases, such as when multiple packages provide
6522               the same shared library ABI, the dependency template may
6523               need to be more complex.
6524             </p>
6525
6526             <p>
6527               In our example, the first line of
6528               the <tt>zlib1g</tt> <file>symbols</file> file would be:
6529               <example compact="compact">
6530                 libz.so.1 zlib1g #MINVER#
6531               </example>
6532             </p>
6533
6534             <p>
6535               Each public symbol exported by the shared library must have
6536               a corresponding symbol line, indented by one
6537               space.  <var>symbol</var> is the exported symbol (which, for
6538               C++, means the mangled symbol) followed by <tt>@</tt> and
6539               the symbol version, or the string <tt>Base</tt> if there is
6540               no symbol version.  <var>minimal-version</var> is the most
6541               recent version of the shared library that changed the
6542               behavior of that symbol, whether by adding it, changing its
6543               function signature (the parameters, their types, or the
6544               return type), or changing its behavior in a way that is
6545               visible to a caller.
6546               <var>id-of-dependency-template</var> is an optional
6547               field that references
6548               an <var>alternative-dependency-template</var>; see below for
6549               a full description.
6550             </p>
6551
6552             <p>
6553               For example, <tt>libz.so.1</tt> contains the
6554               symbols <tt>compress</tt>
6555               and <tt>compressBound</tt>.  <tt>compress</tt> has no symbol
6556               version and last changed its behavior in upstream
6557               version <tt>1:1.1.4</tt>.  <tt>compressBound</tt> has the
6558               symbol version <tt>ZLIB_1.2.0</tt>, was introduced in
6559               upstream version <tt>1:1.2.0</tt>, and has not changed its
6560               behavior.  Its <file>symbols</file> file therefore contains
6561               the lines:
6562               <example compact="compact">
6563                 compress@Base 1:1.1.4
6564                 compressBound@ZLIB_1.2.0 1:1.2.0
6565               </example>
6566               Packages using only <tt>compress</tt> would then get a
6567               dependency on <tt>zlib1g (>= 1:1.1.4)</tt>, but packages
6568               using <tt>compressBound</tt> would get a dependency
6569               on <tt>zlib1g (>= 1:1.2.0)</tt>.
6570             </p>
6571
6572             <p>
6573               One or more <var>alternative-dependency-template</var> lines
6574               may be provided.  These are used in cases where some symbols
6575               in the shared library should use one dependency template
6576               while others should use a different template.  The
6577               alternative dependency templates are used only if a symbol
6578               line contains the <var>id-of-dependency-template</var>
6579               field.  The first alternative dependency template is
6580               numbered 1, the second 2, and so forth.<footnote>
6581                 An example of where this may be needed is with a library
6582                 that implements the libGL interface.  All GL
6583                 implementations provide the same set of base interfaces,
6584                 and then may provide some additional interfaces only used
6585                 by programs that require that specific GL implementation.
6586                 So, for example, libgl1-mesa-glx may use the
6587                 following <file>symbols</file> file:
6588                 <example>
6589                   libGL.so.1 libgl1
6590                   | libgl1-mesa-glx #MINVER#
6591                   publicGlSymbol@Base 6.3-1
6592                   [...]
6593                   implementationSpecificSymbol@Base 6.5.2-7 1
6594                   [...]
6595                 </example>
6596                 Binaries or shared libraries using
6597                 only <tt>publicGlSymbol</tt> would depend only
6598                 on <tt>libgl1</tt> (which may be provided by multiple
6599                 packages), but ones
6600                 using <tt>implementationSpecificSymbol</tt> would get a
6601                 dependency on <tt>libgl1-mesa-glx (>= 6.5.2-7)</tt>
6602               </footnote>
6603             </p>
6604
6605             <p>
6606               Finally, the entry for the library may contain one or more
6607               metadata fields.  Currently, the only
6608               supported <var>field-name</var>
6609               is <tt>Build-Depends-Package</tt>, whose value lists
6610               the <qref id="sharedlibs-dev">library development
6611               package</qref> on which packages using this shared library
6612               declare a build dependency.  If this field is
6613               present, <prgn>dpkg-shlibdeps</prgn> uses it to ensure that
6614               the resulting binary package dependency on the shared
6615               library is at least as strict as the source package
6616               dependency on the shared library development
6617               package.<footnote>
6618                 This field should normally not be necessary, since if the
6619                 behavior of any symbol has changed, the corresponding
6620                 symbol <var>minimal-version</var> should have been
6621                 increased.  But including it makes the <tt>symbols</tt>
6622                 system more robust by tightening the dependency in cases
6623                 where the package using the shared library specifically
6624                 requires at least a particular version of the shared
6625                 library development package for some reason.
6626               </footnote>
6627               For our example, the <tt>zlib1g</tt> <file>symbols</file>
6628               file would contain:
6629               <example compact="compact">
6630                 * Build-Depends-Package: zlib1g-dev
6631               </example>
6632             </p>
6633
6634             <p>
6635               Also see <manref name="deb-symbols" section="5">.
6636             </p>
6637           </sect2>
6638
6639           <sect2 id="providing-symbols">
6640             <heading>Providing a <file>symbols</file> file</heading>
6641
6642             <p>
6643               If your package provides a shared library, you should
6644               arrange to include a <file>symbols</file> control file
6645               following the format described above in that package.  You
6646               must include either a <file>symbols</file> control file or
6647               a <file>shlibs</file> control file.
6648             </p>
6649
6650             <p>
6651               Normally, this is done by creating a <file>symbols</file> in
6652               the source package
6653               named <file>debian/<var>package</var>.symbols</file>
6654               or <file>debian/symbols</file>, possibly
6655               with <file>.<var>arch</var></file> appended if the symbols
6656               information varies by architecture.  This file may use the
6657               extended syntax documented in <manref name="dpkg-gensymbols"
6658               section="1">.  Then, call <prgn>dpkg-gensymbols</prgn> as
6659               part of the package build process.  It will
6660               create <file>symbols</file> files in the package staging
6661               area based on the binaries and libraries in the package
6662               staging area and the <file>symbols</file> files in the
6663               source package.<footnote>
6664                 If you are
6665                 using <tt>debhelper</tt>, <prgn>dh_makeshlibs</prgn> will
6666                 take care of calling either <prgn>dpkg-gensymbols</prgn>
6667                 or generating a <file>shlibs</file> file as appropriate.
6668               </footnote>
6669             </p>
6670
6671             <p>
6672               Packages that provide <file>symbols</file> files must keep
6673               them up-to-date to ensure correct dependencies in packages
6674               that use the shared libraries.  This means updating
6675               the <file>symbols</file> file whenever a new public symbol
6676               is added, changing the <var>minimal-version</var> field
6677               whenever a symbol changes behavior or signature in a
6678               backward-compatible way (see <ref id="sharedlibs-updates">),
6679               and changing the <var>library-soname</var>
6680               and <var>main-dependency-template</var>, and probably all of
6681               the <var>minimal-version</var> fields, when the library
6682               changes <tt>SONAME</tt>.  Removing a public symbol from
6683               the <file>symbols</file> file because it's no longer
6684               provided by the library normally requires changing
6685               the <tt>SONAME</tt> of the library.
6686               See <ref id="sharedlibs-runtime"> for more information
6687               on <tt>SONAME</tt>s.
6688             </p>
6689           </sect2>
6690         </sect1>
6691
6692         <sect1 id="sharedlibs-shlibdeps">
6693           <heading>The <tt>shlibs</tt> system</heading>
6694
6695           <p>
6696             The <tt>shlibs</tt> system is a simpler alternative to
6697             the <tt>symbols</tt> system for declaring dependencies for
6698             shared libraries.  It may be more appropriate for C++
6699             libraries and other cases where tracking individual symbols is
6700             too difficult.  It predated the <tt>symbols</tt> system and is
6701             therefore frequently seen in older packages.  It is also
6702             required for udebs, which do not support <tt>symbols</tt>.
6703           </p>
6704
6705           <p>
6706             In the following sections, we will first describe where the
6707             various <file>shlibs</file> files are to be found, then how to
6708             use <prgn>dpkg-shlibdeps</prgn>, and finally
6709             the <file>shlibs</file> file format and how to create them.
6710           </p>
6711
6712           <sect2 id="shlibs-paths">
6713             <heading>The <file>shlibs</file> files present on the
6714               system</heading>
6715
6716             <p>
6717               There are several places where <tt>shlibs</tt> files are
6718               found.  The following list gives them in the order in which
6719               they are read by <prgn>dpkg-shlibdeps</prgn>.  (The first
6720               one which gives the required information is used.)
6721               <list>
6722                 <item>
6723                   <p><file>debian/shlibs.local</file></p>
6724
6725                   <p>
6726                     This lists overrides for this package.  This file
6727                     should normally not be used, but may be needed
6728                     temporarily in unusual situations to work around bugs
6729                     in other packages, or in unusual cases where the
6730                     normally declared dependency information in the
6731                     installed <file>shlibs</file> file for a library
6732                     cannot be used.  This file overrides information
6733                     obtained from any other source.
6734                   </p>
6735                 </item>
6736
6737                 <item>
6738                   <p><file>/etc/dpkg/shlibs.override</file></p>
6739
6740                   <p>
6741                     This lists global overrides.  This list is normally
6742                     empty.  It is maintained by the local system
6743                     administrator.
6744                   </p>
6745                 </item>
6746
6747                 <item>
6748                   <p><file>DEBIAN/shlibs</file> files in the "build
6749                     directory"</p>
6750
6751                   <p>
6752                     These files are generated as part of the package build
6753                     process and staged for inclusion as control files in
6754                     the binary packages being built.  They provide details
6755                     of any shared libraries included in the same package.
6756                   </p>
6757                 </item>
6758
6759                 <item>
6760                   <p><file>shlibs</file> control files for packages
6761                     installed on the system</p>
6762
6763                   <p>
6764                     The <file>shlibs</file> control files for all the
6765                     packages currently installed on the system.  These are
6766                     normally found
6767                     in <file>/var/lib/dpkg/info/*.shlibs</file>, but
6768                     packages should not rely on this and instead should
6769                     use <tt>dpkg-query --control-path <var>package</var>
6770                     shlibs</tt> if for some reason these files need to be
6771                     examined.
6772                   </p>
6773                 </item>
6774
6775                 <item>
6776                   <p><file>/etc/dpkg/shlibs.default</file></p>
6777
6778                   <p>
6779                     This file lists any shared libraries whose packages
6780                     have failed to provide correct <file>shlibs</file>
6781                     files.  It was used when the <file>shlibs</file> setup
6782                     was first introduced, but it is now normally empty.
6783                     It is maintained by the <tt>dpkg</tt> maintainer.
6784                   </p>
6785                 </item>
6786               </list>
6787             </p>
6788
6789             <p>
6790               If a <file>symbols</file> file for a shared library package
6791               is available, <prgn>dpkg-shlibdeps</prgn> will always use it
6792               in preference to a <file>shlibs</file>, with the exception
6793               of <file>debian/shlibs.local</file>.  The latter overrides
6794               any other <file>shlibs</file> or <file>symbols</file> files.
6795             </p>
6796           </sect2>
6797
6798           <sect2 id="shlibs">
6799             <heading>The <file>shlibs</file> File Format</heading>
6800
6801             <p>
6802               Each <file>shlibs</file> file has the same format.  Lines
6803               beginning with <tt>#</tt> are considered to be comments and
6804               are ignored.  Each line is of the form:
6805               <example compact="compact">
6806                 [<var>type</var>: ]<var>library-name</var> <var>soname-version</var> <var>dependencies ...</var>
6807               </example>
6808             </p>
6809
6810             <p>
6811               We will explain this by reference to the example of the
6812               <tt>zlib1g</tt> package, which (at the time of writing)
6813               installs the shared
6814               library <file>/usr/lib/libz.so.1.2.3.4</file>.
6815             </p>
6816
6817             <p>
6818               <var>type</var> is an optional element that indicates the
6819               type of package for which the line is valid. The only type
6820               currently in use is <tt>udeb</tt>.  The colon and space
6821               after the type are required.
6822             </p>
6823
6824             <p>
6825               <var>library-name</var> is the name of the shared library,
6826               in this case <tt>libz</tt>.  (This must match the name part
6827               of the soname, see below.)
6828             </p>
6829
6830             <p>
6831               <var>soname-version</var> is the version part of the
6832               ELF <tt>SONAME</tt> attribute of the library, determined the
6833               same way that the <var>soversion</var> component of the
6834               recommended shared library package name is determined.
6835               See <ref id="sharedlibs-runtime"> for the details.
6836             </p>
6837
6838             <p>
6839               <var>dependencies</var> has the same syntax as a dependency
6840               field in a binary package control file.  It should give
6841               details of which packages are required to satisfy a binary
6842               built against the version of the library contained in the
6843               package.  See <ref id="depsyntax"> for details on the
6844               syntax, and <ref id="sharedlibs-updates"> for details on how
6845               to maintain the dependency version constraint.
6846             </p>
6847
6848             <p>
6849               In our example, if the last change to the <tt>zlib1g</tt>
6850               package that could change behavior for a client of that
6851               library was in version <tt>1:1.2.3.3.dfsg-1</tt>, then
6852               the <tt>shlibs</tt> entry for this library could say:
6853               <example compact="compact">
6854                 libz 1 zlib1g (>= 1:1.2.3.3.dfsg)
6855               </example>
6856               This version restriction must be new enough that any binary
6857               built against the current version of the library will work
6858               with any version of the shared library that satisfies that
6859               dependency.
6860             </p>
6861
6862             <p>
6863               As zlib1g also provides a udeb containing the shared
6864               library, there would also be a second line:
6865               <example compact="compact">
6866                 udeb: libz 1 zlib1g-udeb (>= 1:1.2.3.3.dfsg)
6867               </example>
6868             </p>
6869           </sect2>
6870
6871           <sect2>
6872             <heading>Providing a <file>shlibs</file> file</heading>
6873
6874             <p>
6875               To provide a <file>shlibs</file> file for a shared library
6876               binary package, create a <file>shlibs</file> file following
6877               the format described above and place it in
6878               the <file>DEBIAN</file> directory for that package during
6879               the build.  It will then be included as a control file for
6880               that package<footnote>
6881                 This is what <prgn>dh_makeshlibs</prgn> in
6882                 the <package>debhelper</package> suite does. If your
6883                 package also has a udeb that provides a shared
6884                 library, <prgn>dh_makeshlibs</prgn> can automatically
6885                 generate the <tt>udeb:</tt> lines if you specify the name
6886                 of the udeb with the <tt>--add-udeb</tt> option.
6887               </footnote>.
6888             </p>
6889
6890             <p>
6891               Since <prgn>dpkg-shlibdeps</prgn> reads
6892               the <file>DEBIAN/shlibs</file> files in all of the binary
6893               packages being built from this source package, all of
6894               the <file>DEBIAN/shlibs</file> files should be installed
6895               before <prgn>dpkg-shlibdeps</prgn> is called on any of the
6896               binary packages.
6897             </p>
6898           </sect2>
6899         </sect1>
6900       </sect>
6901     </chapt>
6902
6903
6904     <chapt id="opersys"><heading>The Operating System</heading>
6905
6906       <sect>
6907         <heading>File system hierarchy</heading>
6908
6909
6910         <sect1 id="fhs">
6911           <heading>File System Structure</heading>
6912
6913           <p>
6914             The location of all files and directories must comply with the
6915             Filesystem Hierarchy Standard (FHS), version 2.3, with the
6916             exceptions noted below, and except where doing so would
6917             violate other terms of Debian Policy.  The following
6918             exceptions to the FHS apply:
6919
6920             <enumlist>
6921               <item>
6922                 <p>
6923                   The optional rules related to user specific
6924                   configuration files for applications are stored in
6925                   the user's home directory are relaxed.  It is
6926                   recommended that such files start with the
6927                   '<tt>.</tt>' character (a "dot file"), and if an
6928                   application needs to create more than one dot file
6929                   then the preferred placement is in a subdirectory
6930                   with a name starting with a '.' character, (a "dot
6931                   directory"). In this case it is recommended the
6932                   configuration files not start with the '.'
6933                   character.
6934                 </p>
6935               </item>
6936               <item>
6937                 <p>
6938                   The requirement for amd64 to use <file>/lib64</file>
6939                   for 64 bit binaries is removed.
6940                 </p>
6941               </item>
6942               <item>
6943                 <p>
6944                   The requirement for object files, internal binaries, and
6945                   libraries, including <file>libc.so.*</file>, to be located
6946                   directly under <file>/lib{,32}</file> and
6947                   <file>/usr/lib{,32}</file> is amended, permitting files
6948                   to instead be installed to
6949                   <file>/lib/<var>triplet</var></file> and
6950                   <file>/usr/lib/<var>triplet</var></file>, where
6951                   <tt><var>triplet</var></tt> is the value returned by
6952                   <tt>dpkg-architecture -qDEB_HOST_MULTIARCH</tt> for the
6953                   architecture of the package.  Packages may <em>not</em>
6954                   install files to any <var>triplet</var> path other
6955                   than the one matching the architecture of that package;
6956                   for instance, an <tt>Architecture: amd64</tt> package
6957                   containing 32-bit x86 libraries may not install these
6958                   libraries to <file>/usr/lib/i386-linux-gnu</file>.
6959                   <footnote>
6960                     This is necessary in order to reserve the directories for
6961                     use in cross-installation of library packages from other
6962                     architectures, as part of the planned deployment of
6963                     <tt>multiarch</tt>.
6964                   </footnote>
6965                 </p>
6966                 <p>
6967                   Applications may also use a single subdirectory under
6968                   <file>/usr/lib/<var>triplet</var></file>.
6969                 </p>
6970                 <p>
6971                   The execution time linker/loader, ld*, must still be made
6972                   available in the existing location under /lib or /lib64
6973                   since this is part of the ELF ABI for the architecture.
6974                 </p>
6975               </item>
6976               <item>
6977                 <p>
6978                   The requirement that
6979                   <file>/usr/local/share/man</file> be "synonymous"
6980                   with <file>/usr/local/man</file> is relaxed to a
6981                   recommendation</p>
6982               </item>
6983               <item>
6984                 <p>
6985                   The requirement that windowmanagers with a single
6986                   configuration file call it <file>system.*wmrc</file>
6987                   is removed, as is the restriction that the window
6988                   manager subdirectory be named identically to the
6989                   window manager name itself.
6990                 </p>
6991               </item>
6992               <item>
6993                 <p>
6994                   The requirement that boot manager configuration
6995                   files live in <file>/etc</file>, or at least are
6996                   symlinked there, is relaxed to a recommendation.
6997                 </p>
6998               </item>
6999               <item>
7000                 <p>
7001                   The additional directory <file>/run</file> in the root
7002                   file system is allowed.  <file>/run</file>
7003                   replaces <file>/var/run</file>, and the
7004                   subdirectory <file>/run/lock</file>
7005                   replaces <file>/var/lock</file>, with
7006                   the <file>/var</file> directories replaced by symlinks
7007                   for backwards compatibility.  <file>/run</file>
7008                   and <file>/run/lock</file> must follow all of the
7009                   requirements in the FHS for <file>/var/run</file>
7010                   and <file>/var/lock</file>, respectively, such as file
7011                   naming conventions, file format requirements, or the
7012                   requirement that files be cleared during the boot
7013                   process.  Files and directories residing
7014                   in <file>/run</file> should be stored on a temporary
7015                   file system.
7016                 </p>
7017                 <p>
7018                   Packages must not assume the <file>/run</file>
7019                   directory exists or is usable without a dependency
7020                   on <tt>initscripts (>= 2.88dsf-13.3)</tt> until the
7021                   stable release of Debian supports <file>/run</file>.
7022                 </p>
7023               </item>
7024               <item>
7025                 <p>
7026                   The <file>/sys</file> directory in the root filesystem is
7027                   additionally allowed. <footnote>This directory is used as
7028                     mount point to mount virtual filesystems to get access to
7029                     kernel information.</footnote>
7030                 </p>
7031               </item>
7032               <item>
7033                 <p>
7034                   On GNU/Hurd systems, the following additional
7035                   directories are allowed in the root
7036                   filesystem: <file>/hurd</file>
7037                   and <file>/servers</file>.<footnote>
7038                     These directories are used to store translators and as
7039                     a set of standard names for mount points,
7040                     respectively.
7041                   </footnote>
7042                 </p>
7043               </item>
7044             </enumlist>
7045           </p>
7046
7047           <p>
7048             The version of this document referred here can be
7049             found in the <tt>debian-policy</tt> package or on <url
7050             id="http://www.debian.org/doc/packaging-manuals/fhs/"
7051               name="FHS (Debian copy)"> alongside this manual (or, if
7052             you have the <package>debian-policy</package> installed,
7053             you can try <url
7054               id="file:///usr/share/doc/debian-policy/fhs/" name="FHS
7055               (local copy)">). The
7056             latest version, which may be a more recent version, may
7057             be found on
7058             <url id="http://www.pathname.com/fhs/" name="FHS (upstream)">.
7059             Specific questions about following the standard may be
7060             asked on the <tt>debian-devel</tt> mailing list, or
7061             referred to the FHS mailing list (see the
7062             <url id="http://www.pathname.com/fhs/" name="FHS web site"> for
7063             more information).
7064           </p>
7065         </sect1>
7066
7067         <sect1>
7068           <heading>Site-specific programs</heading>
7069
7070           <p>
7071             As mandated by the FHS, packages must not place any
7072             files in <file>/usr/local</file>, either by putting them in
7073             the file system archive to be unpacked by <prgn>dpkg</prgn>
7074             or by manipulating them in their maintainer scripts.
7075           </p>
7076
7077           <p>
7078             However, the package may create empty directories below
7079             <file>/usr/local</file> so that the system administrator knows
7080             where to place site-specific files.  These are not
7081             directories <em>in</em> <file>/usr/local</file>, but are
7082             children of directories in <file>/usr/local</file>.  These
7083             directories (<file>/usr/local/*/dir/</file>)
7084             should be removed on package removal if they are
7085             empty.
7086           </p>
7087
7088           <p>
7089             Note that this applies only to
7090             directories <em>below</em> <file>/usr/local</file>,
7091             not <em>in</em> <file>/usr/local</file>.  Packages must
7092             not create sub-directories in the
7093             directory <file>/usr/local</file> itself, except those
7094             listed in FHS, section 4.5.  However, you may create
7095             directories below them as you wish. You must not remove
7096             any of the directories listed in 4.5, even if you created
7097             them.
7098           </p>
7099
7100           <p>
7101             Since <file>/usr/local</file> can be mounted read-only from a
7102             remote server, these directories must be created and
7103             removed by the <prgn>postinst</prgn> and <prgn>prerm</prgn>
7104             maintainer scripts and not be included in the
7105             <file>.deb</file> archive.  These scripts must not fail if
7106             either of these operations fail.
7107           </p>
7108
7109           <p>
7110             For example, the <tt>emacsen-common</tt> package could
7111             contain something like
7112             <example compact="compact">
7113 if [ ! -e /usr/local/share/emacs ]; then
7114   if mkdir /usr/local/share/emacs 2>/dev/null; then
7115     if chown root:staff /usr/local/share/emacs; then
7116       chmod 2775 /usr/local/share/emacs || true
7117     fi
7118   fi
7119 fi
7120             </example>
7121             in its <prgn>postinst</prgn> script, and
7122             <example compact="compact">
7123 rmdir /usr/local/share/emacs/site-lisp 2>/dev/null || true
7124 rmdir /usr/local/share/emacs 2>/dev/null || true
7125             </example>
7126             in the <prgn>prerm</prgn> script.  (Note that this form is
7127             used to ensure that if the script is interrupted, the
7128             directory <file>/usr/local/share/emacs</file> will still be
7129             removed.)
7130           </p>
7131
7132           <p>
7133             If you do create a directory in <file>/usr/local</file> for
7134             local additions to a package, you should ensure that
7135             settings in <file>/usr/local</file> take precedence over the
7136             equivalents in <file>/usr</file>.
7137           </p>
7138
7139           <p>
7140             However, because <file>/usr/local</file> and its contents are
7141             for exclusive use of the local administrator, a package
7142             must not rely on the presence or absence of files or
7143             directories in <file>/usr/local</file> for normal operation.
7144           </p>
7145
7146           <p>
7147             The <file>/usr/local</file> directory itself and all the
7148             subdirectories created by the package should (by default) have
7149             permissions 2775 (group-writable and set-group-id) and be
7150             owned by <tt>root:staff</tt>.
7151           </p>
7152         </sect1>
7153
7154         <sect1>
7155           <heading>The system-wide mail directory</heading>
7156           <p>
7157             The system-wide mail directory
7158             is <file>/var/mail</file>. This directory is part of the
7159             base system and should not be owned by any particular mail
7160             agents.  The use of the old
7161             location <file>/var/spool/mail</file> is deprecated, even
7162             though the spool may still be physically located there.
7163           </p>
7164         </sect1>
7165
7166         <sect1 id="fhs-run">
7167           <heading><file>/run</file> and <file>/run/lock</file></heading>
7168
7169           <p>
7170             The directory <file>/run</file> is cleared at boot, normally
7171             by being a mount point for a temporary file system.  Packages
7172             therefore must not assume that any files or directories
7173             under <file>/run</file> other than <file>/run/lock</file>
7174             exist unless the package has arranged to create those files or
7175             directories since the last reboot.  Normally, this is done by
7176             the package via an init script.  See <ref id="writing-init">
7177             for more information.
7178           </p>
7179
7180           <p>
7181             Packages must not include files or directories
7182             under <file>/run</file>, or under the
7183             older <file>/var/run</file> and <file>/var/lock</file> paths.
7184             The latter paths will normally be symlinks or other
7185             redirections to <file>/run</file> for backwards compatibility.
7186           </p>
7187         </sect1>
7188       </sect>
7189
7190       <sect>
7191         <heading>Users and groups</heading>
7192
7193         <sect1>
7194           <heading>Introduction</heading>
7195           <p>
7196             The Debian system can be configured to use either plain or
7197             shadow passwords.
7198           </p>
7199
7200           <p>
7201             Some user ids (UIDs) and group ids (GIDs) are reserved
7202             globally for use by certain packages.  Because some
7203             packages need to include files which are owned by these
7204             users or groups, or need the ids compiled into binaries,
7205             these ids must be used on any Debian system only for the
7206             purpose for which they are allocated. This is a serious
7207             restriction, and we should avoid getting in the way of
7208             local administration policies. In particular, many sites
7209             allocate users and/or local system groups starting at 100.
7210           </p>
7211
7212           <p>
7213             Apart from this we should have dynamically allocated ids,
7214             which should by default be arranged in some sensible
7215             order, but the behavior should be configurable.
7216           </p>
7217
7218           <p>
7219             Packages other than <tt>base-passwd</tt> must not modify
7220             <file>/etc/passwd</file>, <file>/etc/shadow</file>,
7221             <file>/etc/group</file> or <file>/etc/gshadow</file>.
7222           </p>
7223         </sect1>
7224
7225         <sect1>
7226           <heading>UID and GID classes</heading>
7227           <p>
7228             The UID and GID numbers are divided into classes as
7229             follows:
7230             <taglist>
7231               <tag>0-99:</tag>
7232               <item>
7233                 <p>
7234                   Globally allocated by the Debian project, the same
7235                   on every Debian system.  These ids will appear in
7236                   the <file>passwd</file> and <file>group</file> files of all
7237                   Debian systems, new ids in this range being added
7238                   automatically as the <tt>base-passwd</tt> package is
7239                   updated.
7240                 </p>
7241
7242                 <p>
7243                   Packages which need a single statically allocated
7244                   uid or gid should use one of these; their
7245                   maintainers should ask the <tt>base-passwd</tt>
7246                   maintainer for ids.
7247                 </p>
7248               </item>
7249
7250               <tag>100-999:</tag>
7251               <item>
7252                 <p>
7253                   Dynamically allocated system users and groups.
7254                   Packages which need a user or group, but can have
7255                   this user or group allocated dynamically and
7256                   differently on each system, should use <tt>adduser
7257                   --system</tt> to create the group and/or user.
7258                   <prgn>adduser</prgn> will check for the existence of
7259                   the user or group, and if necessary choose an unused
7260                   id based on the ranges specified in
7261                   <file>adduser.conf</file>.
7262                 </p>
7263               </item>
7264
7265               <tag>1000-59999:</tag>
7266               <item>
7267                 <p>
7268                   Dynamically allocated user accounts.  By default
7269                   <prgn>adduser</prgn> will choose UIDs and GIDs for
7270                   user accounts in this range, though
7271                   <file>adduser.conf</file> may be used to modify this
7272                   behavior.
7273                 </p>
7274               </item>
7275
7276               <tag>60000-64999:</tag>
7277               <item>
7278                 <p>
7279                   Globally allocated by the Debian project, but only
7280                   created on demand. The ids are allocated centrally
7281                   and statically, but the actual accounts are only
7282                   created on users' systems on demand.
7283                 </p>
7284
7285                 <p>
7286                   These ids are for packages which are obscure or
7287                   which require many statically-allocated ids.  These
7288                   packages should check for and create the accounts in
7289                   <file>/etc/passwd</file> or <file>/etc/group</file> (using
7290                   <prgn>adduser</prgn> if it has this facility) if
7291                   necessary.  Packages which are likely to require
7292                   further allocations should have a "hole" left after
7293                   them in the allocation, to give them room to
7294                   grow.
7295                 </p>
7296               </item>
7297
7298               <tag>65000-65533:</tag>
7299               <item>
7300                 <p>Reserved.</p>
7301               </item>
7302
7303               <tag>65534:</tag>
7304               <item>
7305                 <p>
7306                   User <tt>nobody</tt>. The corresponding gid refers
7307                   to the group <tt>nogroup</tt>.
7308                 </p>
7309               </item>
7310
7311               <tag>65535:</tag>
7312               <item>
7313                 <p>
7314                   <tt>(uid_t)(-1) == (gid_t)(-1)</tt> <em>must
7315                   not</em> be used, because it is the error return
7316                   sentinel value.
7317                 </p>
7318               </item>
7319             </taglist>
7320           </p>
7321         </sect1>
7322       </sect>
7323
7324       <sect id="sysvinit">
7325         <heading>System run levels and <file>init.d</file> scripts</heading>
7326
7327         <sect1 id="/etc/init.d">
7328           <heading>Introduction</heading>
7329
7330           <p>
7331             The <file>/etc/init.d</file> directory contains the scripts
7332             executed by <prgn>init</prgn> at boot time and when the
7333             init state (or "runlevel") is changed (see <manref
7334             name="init" section="8">).
7335           </p>
7336
7337           <p>
7338             There are at least two different, yet functionally
7339             equivalent, ways of handling these scripts.  For the sake
7340             of simplicity, this document describes only the symbolic
7341             link method. However, it must not be assumed by maintainer
7342             scripts that this method is being used, and any automated
7343             manipulation of the various runlevel behaviors by
7344             maintainer scripts must be performed using
7345             <prgn>update-rc.d</prgn> as described below and not by
7346             manually installing or removing symlinks.  For information
7347             on the implementation details of the other method,
7348             implemented in the <tt>file-rc</tt> package, please refer
7349             to the documentation of that package.
7350           </p>
7351
7352           <p>
7353             These scripts are referenced by symbolic links in the
7354             <file>/etc/rc<var>n</var>.d</file> directories.  When changing
7355             runlevels, <prgn>init</prgn> looks in the directory
7356             <file>/etc/rc<var>n</var>.d</file> for the scripts it should
7357             execute, where <tt><var>n</var></tt> is the runlevel that
7358             is being changed to, or <tt>S</tt> for the boot-up
7359             scripts.
7360           </p>
7361
7362           <p>
7363             The names of the links all have the form
7364             <file>S<var>mm</var><var>script</var></file> or
7365             <file>K<var>mm</var><var>script</var></file> where
7366             <var>mm</var> is a two-digit number and <var>script</var>
7367             is the name of the script (this should be the same as the
7368             name of the actual script in <file>/etc/init.d</file>).
7369           </p>
7370
7371           <p>
7372             When <prgn>init</prgn> changes runlevel first the targets
7373             of the links whose names start with a <tt>K</tt> are
7374             executed, each with the single argument <tt>stop</tt>,
7375             followed by the scripts prefixed with an <tt>S</tt>, each
7376             with the single argument <tt>start</tt>.  (The links are
7377             those in the <file>/etc/rc<var>n</var>.d</file> directory
7378             corresponding to the new runlevel.)  The <tt>K</tt> links
7379             are responsible for killing services and the <tt>S</tt>
7380             link for starting services upon entering the runlevel.
7381           </p>
7382
7383           <p>
7384             For example, if we are changing from runlevel 2 to
7385             runlevel 3, init will first execute all of the <tt>K</tt>
7386             prefixed scripts it finds in <file>/etc/rc3.d</file>, and then
7387             all of the <tt>S</tt> prefixed scripts in that directory.
7388             The links starting with <tt>K</tt> will cause the
7389             referred-to file to be executed with an argument of
7390             <tt>stop</tt>, and the <tt>S</tt> links with an argument
7391             of <tt>start</tt>.
7392           </p>
7393
7394           <p>
7395             The two-digit number <var>mm</var> is used to determine
7396             the order in which to run the scripts: low-numbered links
7397             have their scripts run first.  For example, the
7398             <tt>K20</tt> scripts will be executed before the
7399             <tt>K30</tt> scripts.  This is used when a certain service
7400             must be started before another.  For example, the name
7401             server <prgn>bind</prgn> might need to be started before
7402             the news server <prgn>inn</prgn> so that <prgn>inn</prgn>
7403             can set up its access lists.  In this case, the script
7404             that starts <prgn>bind</prgn> would have a lower number
7405             than the script that starts <prgn>inn</prgn> so that it
7406             runs first:
7407             <example compact="compact">
7408 /etc/rc2.d/S17bind
7409 /etc/rc2.d/S70inn
7410             </example>
7411           </p>
7412
7413           <p>
7414             The two runlevels 0 (halt) and 6 (reboot) are slightly
7415             different.  In these runlevels, the links with an
7416             <tt>S</tt> prefix are still called after those with a
7417             <tt>K</tt> prefix, but they too are called with the single
7418             argument <tt>stop</tt>.
7419           </p>
7420         </sect1>
7421
7422         <sect1 id="writing-init">
7423           <heading>Writing the scripts</heading>
7424
7425           <p>
7426             Packages that include daemons for system services should
7427             place scripts in <file>/etc/init.d</file> to start or stop
7428             services at boot time or during a change of runlevel.
7429             These scripts should be named
7430             <file>/etc/init.d/<var>package</var></file>, and they should
7431             accept one argument, saying what to do:
7432
7433             <taglist>
7434               <tag><tt>start</tt></tag>
7435               <item>start the service,</item>
7436
7437               <tag><tt>stop</tt></tag>
7438               <item>stop the service,</item>
7439
7440               <tag><tt>restart</tt></tag>
7441               <item>stop and restart the service if it's already running,
7442                   otherwise start the service</item>
7443
7444               <tag><tt>reload</tt></tag>
7445               <item><p>cause the configuration of the service to be
7446                   reloaded without actually stopping and restarting
7447                   the service,</item>
7448
7449               <tag><tt>force-reload</tt></tag>
7450               <item>cause the configuration to be reloaded if the
7451                   service supports this, otherwise restart the
7452                   service.</item>
7453             </taglist>
7454
7455             The <tt>start</tt>, <tt>stop</tt>, <tt>restart</tt>, and
7456             <tt>force-reload</tt> options should be supported by all
7457             scripts in <file>/etc/init.d</file>, the <tt>reload</tt>
7458             option is optional.
7459           </p>
7460
7461           <p>
7462             The <file>init.d</file> scripts must ensure that they will
7463             behave sensibly (i.e., returning success and not starting
7464             multiple copies of a service) if invoked with <tt>start</tt>
7465             when the service is already running, or with <tt>stop</tt>
7466             when it isn't, and that they don't kill unfortunately-named
7467             user processes.  The best way to achieve this is usually to
7468             use <prgn>start-stop-daemon</prgn> with the <tt>--oknodo</tt>
7469             option.
7470           </p>
7471
7472           <p>
7473             Be careful of using <tt>set -e</tt> in <file>init.d</file>
7474             scripts.  Writing correct <file>init.d</file> scripts requires
7475             accepting various error exit statuses when daemons are already
7476             running or already stopped without aborting
7477             the <file>init.d</file> script, and common <file>init.d</file>
7478             function libraries are not safe to call with <tt>set -e</tt>
7479             in effect<footnote>
7480               <tt>/lib/lsb/init-functions</tt>, which assists in writing
7481               LSB-compliant init scripts, may fail if <tt>set -e</tt> is
7482               in effect and echoing status messages to the console fails,
7483               for example.
7484             </footnote>.  For <tt>init.d</tt> scripts, it's often easier
7485             to not use <tt>set -e</tt> and instead check the result of
7486             each command separately.
7487           </p>
7488
7489           <p>
7490             If a service reloads its configuration automatically (as
7491             in the case of <prgn>cron</prgn>, for example), the
7492             <tt>reload</tt> option of the <file>init.d</file> script
7493             should behave as if the configuration has been reloaded
7494             successfully.
7495           </p>
7496
7497           <p>
7498             The <file>/etc/init.d</file> scripts must be treated as
7499             configuration files, either (if they are present in the
7500             package, that is, in the .deb file) by marking them as
7501             <tt>conffile</tt>s, or, (if they do not exist in the .deb)
7502             by managing them correctly in the maintainer scripts (see
7503             <ref id="config-files">).  This is important since we want
7504             to give the local system administrator the chance to adapt
7505             the scripts to the local system, e.g., to disable a
7506             service without de-installing the package, or to specify
7507             some special command line options when starting a service,
7508             while making sure their changes aren't lost during the next
7509             package upgrade.
7510           </p>
7511
7512           <p>
7513             These scripts should not fail obscurely when the
7514             configuration files remain but the package has been
7515             removed, as configuration files remain on the system after
7516             the package has been removed.  Only when <prgn>dpkg</prgn>
7517             is executed with the <tt>--purge</tt> option will
7518             configuration files be removed.  In particular, as the
7519             <file>/etc/init.d/<var>package</var></file> script itself is
7520             usually a <tt>conffile</tt>, it will remain on the system
7521             if the package is removed but not purged.  Therefore, you
7522             should include a <tt>test</tt> statement at the top of the
7523             script, like this:
7524             <example compact="compact">
7525 test -f <var>program-executed-later-in-script</var> || exit 0
7526             </example>
7527           </p>
7528
7529           <p>
7530             Often there are some variables in the <file>init.d</file>
7531             scripts whose values control the behavior of the scripts,
7532             and which a system administrator is likely to want to
7533             change.  As the scripts themselves are frequently
7534             <tt>conffile</tt>s, modifying them requires that the
7535             administrator merge in their changes each time the package
7536             is upgraded and the <tt>conffile</tt> changes.  To ease
7537             the burden on the system administrator, such configurable
7538             values should not be placed directly in the script.
7539             Instead, they should be placed in a file in
7540             <file>/etc/default</file>, which typically will have the same
7541             base name as the <file>init.d</file> script.  This extra file
7542             should be sourced by the script when the script runs.  It
7543             must contain only variable settings and comments in SUSv3
7544             <prgn>sh</prgn> format.  It may either be a
7545             <tt>conffile</tt> or a configuration file maintained by
7546             the package maintainer scripts.  See <ref id="config-files">
7547             for more details.
7548           </p>
7549
7550           <p>
7551             To ensure that vital configurable values are always
7552             available, the <file>init.d</file> script should set default
7553             values for each of the shell variables it uses, either
7554             before sourcing the <file>/etc/default/</file> file or
7555             afterwards using something like the <tt>:
7556             ${VAR:=default}</tt> syntax.  Also, the <file>init.d</file>
7557             script must behave sensibly and not fail if the
7558             <file>/etc/default</file> file is deleted.
7559           </p>
7560
7561           <p>
7562             Files and directories under <file>/run</file>, including ones
7563             referred to via the compatibility paths <file>/var/run</file>
7564             and <file>/var/lock</file>, are normally stored on a temporary
7565             filesystem and are normally not persistent across a reboot.
7566             The <file>init.d</file> scripts must handle this correctly.
7567             This will typically mean creating any required subdirectories
7568             dynamically when the <file>init.d</file> script is run.
7569             See <ref id="fhs-run"> for more information.
7570           </p>
7571         </sect1>
7572
7573         <sect1>
7574           <heading>Interfacing with the initscript system</heading>
7575
7576           <p>
7577             Maintainers should use the abstraction layer provided by
7578             the <prgn>update-rc.d</prgn> and <prgn>invoke-rc.d</prgn>
7579             programs to deal with initscripts in their packages'
7580             scripts such as <prgn>postinst</prgn>, <prgn>prerm</prgn>
7581             and <prgn>postrm</prgn>.
7582           </p>
7583
7584           <p>
7585             Directly managing the /etc/rc?.d links and directly
7586             invoking the <file>/etc/init.d/</file> initscripts should
7587             be done only by packages providing the initscript
7588             subsystem (such as <prgn>sysv-rc</prgn> and
7589             <prgn>file-rc</prgn>).
7590           </p>
7591
7592           <sect2>
7593             <heading>Managing the links</heading>
7594
7595             <p>
7596               The program <prgn>update-rc.d</prgn> is provided for
7597               package maintainers to arrange for the proper creation and
7598               removal of <file>/etc/rc<var>n</var>.d</file> symbolic links,
7599               or their functional equivalent if another method is being
7600               used.  This may be used by maintainers in their packages'
7601               <prgn>postinst</prgn> and <prgn>postrm</prgn> scripts.
7602             </p>
7603
7604             <p>
7605               You must not include any <file>/etc/rc<var>n</var>.d</file>
7606               symbolic links in the actual archive or manually create or
7607               remove the symbolic links in maintainer scripts; you must
7608               use the <prgn>update-rc.d</prgn> program instead.  (The
7609               former will fail if an alternative method of maintaining
7610               runlevel information is being used.)  You must not include
7611               the <file>/etc/rc<var>n</var>.d</file> directories themselves
7612               in the archive either.  (Only the <tt>sysvinit</tt>
7613               package may do so.)
7614             </p>
7615
7616             <p>
7617               By default <prgn>update-rc.d</prgn> will start services in
7618               each of the multi-user state runlevels (2, 3, 4, and 5)
7619               and stop them in the halt runlevel (0), the single-user
7620               runlevel (1) and the reboot runlevel (6).  The system
7621               administrator will have the opportunity to customize
7622               runlevels by simply adding, moving, or removing the
7623               symbolic links in <file>/etc/rc<var>n</var>.d</file> if
7624               symbolic links are being used, or by modifying
7625               <file>/etc/runlevel.conf</file> if the <tt>file-rc</tt> method
7626               is being used.
7627             </p>
7628
7629             <p>
7630               To get the default behavior for your package, put in your
7631               <prgn>postinst</prgn> script
7632               <example compact="compact">
7633                 update-rc.d <var>package</var> defaults
7634               </example>
7635               and in your <prgn>postrm</prgn>
7636               <example compact="compact">
7637                 if [ "$1" = purge ]; then
7638                 update-rc.d <var>package</var> remove
7639                 fi
7640               </example>. Note that if your package changes runlevels
7641               or priority, you may have to remove and recreate the links,
7642               since otherwise the old links may persist. Refer to the
7643               documentation of <prgn>update-rc.d</prgn>.
7644             </p>
7645
7646             <p>
7647               This will use a default sequence number of 20.  If it does
7648               not matter when or in which order the <file>init.d</file>
7649               script is run, use this default.  If it does, then you
7650               should talk to the maintainer of the <prgn>sysvinit</prgn>
7651               package or post to <tt>debian-devel</tt>, and they will
7652               help you choose a number.
7653             </p>
7654
7655             <p>
7656               For more information about using <tt>update-rc.d</tt>,
7657               please consult its man page <manref name="update-rc.d"
7658                 section="8">.
7659             </p>
7660           </sect2>
7661
7662           <sect2>
7663             <heading>Running initscripts</heading>
7664             <p>
7665               The program <prgn>invoke-rc.d</prgn> is provided to make
7666               it easier for package maintainers to properly invoke an
7667               initscript, obeying runlevel and other locally-defined
7668               constraints that might limit a package's right to start,
7669               stop and otherwise manage services. This program may be
7670               used by maintainers in their packages' scripts.
7671             </p>
7672
7673             <p>
7674               The package maintainer scripts must use
7675               <prgn>invoke-rc.d</prgn> to invoke the
7676               <file>/etc/init.d/*</file> initscripts, instead of
7677               calling them directly.
7678             </p>
7679
7680             <p>
7681               By default, <prgn>invoke-rc.d</prgn> will pass any
7682               action requests (start, stop, reload, restart...) to the
7683               <file>/etc/init.d</file> script, filtering out requests
7684               to start or restart a service out of its intended
7685               runlevels.
7686             </p>
7687
7688             <p>
7689               Most packages will simply need to change:
7690               <example compact="compact">/etc/init.d/&lt;package&gt;
7691               &lt;action&gt;</example> in their <prgn>postinst</prgn>
7692               and <prgn>prerm</prgn> scripts to:
7693               <example compact="compact">
7694         if which invoke-rc.d >/dev/null 2>&1; then
7695                 invoke-rc.d <var>package</var> &lt;action&gt;
7696         else
7697                 /etc/init.d/<var>package</var> &lt;action&gt;
7698         fi
7699               </example>
7700             </p>
7701
7702             <p>
7703               A package should register its initscript services using
7704               <prgn>update-rc.d</prgn> before it tries to invoke them
7705               using <prgn>invoke-rc.d</prgn>. Invocation of
7706               unregistered services may fail.
7707             </p>
7708
7709             <p>
7710               For more information about using
7711               <prgn>invoke-rc.d</prgn>, please consult its man page
7712               <manref name="invoke-rc.d" section="8">.
7713             </p>
7714           </sect2>
7715         </sect1>
7716
7717         <sect1>
7718           <heading>Boot-time initialization</heading>
7719
7720           <p>
7721             There used to be another directory, <file>/etc/rc.boot</file>,
7722             which contained scripts which were run once per machine
7723             boot. This has been deprecated in favour of links from
7724             <file>/etc/rcS.d</file> to files in <file>/etc/init.d</file> as
7725             described in <ref id="/etc/init.d">.  Packages must not
7726             place files in <file>/etc/rc.boot</file>.
7727           </p>
7728         </sect1>
7729
7730         <sect1>
7731           <heading>Example</heading>
7732
7733           <p>
7734             An example on which you can base your
7735             <file>/etc/init.d</file> scripts is found in
7736             <file>/etc/init.d/skeleton</file>.
7737           </p>
7738
7739         </sect1>
7740       </sect>
7741
7742       <sect>
7743         <heading>Console messages from <file>init.d</file> scripts</heading>
7744
7745         <p>
7746           This section describes the formats to be used for messages
7747           written to standard output by the <file>/etc/init.d</file>
7748           scripts.  The intent is to improve the consistency of
7749           Debian's startup and shutdown look and feel.  For this
7750           reason, please look very carefully at the details.  We want
7751           the messages to have the same format in terms of wording,
7752           spaces, punctuation and case of letters.
7753         </p>
7754
7755         <p>
7756           Here is a list of overall rules that should be used for
7757           messages generated by <file>/etc/init.d</file> scripts.  
7758         </p>
7759
7760         <p>
7761           <list>
7762             <item>
7763                 The message should fit in one line (fewer than 80
7764                 characters), start with a capital letter and end with
7765                 a period (<tt>.</tt>) and line feed (<tt>"\n"</tt>).
7766             </item>
7767
7768             <item>
7769               If the script is performing some time consuming task in
7770               the background (not merely starting or stopping a
7771               program, for instance), an ellipsis (three dots:
7772               <tt>...</tt>) should be output to the screen, with no
7773               leading or tailing whitespace or line feeds.
7774             </item>
7775
7776             <item>
7777               The messages should appear as if the computer is telling
7778               the user what it is doing (politely :-), but should not
7779                 mention "it" directly.  For example, instead of:
7780                 <example compact="compact">
7781 I'm starting network daemons: nfsd mountd.
7782                 </example>
7783                 the message should say
7784                 <example compact="compact">
7785 Starting network daemons: nfsd mountd.
7786                 </example>
7787             </item>
7788           </list>
7789         </p>
7790
7791         <p>
7792           <tt>init.d</tt> script should use the following  standard
7793           message formats for the situations enumerated below.
7794         </p>
7795
7796         <p>
7797           <list>
7798             <item>
7799               <p>When daemons are started</p>
7800
7801               <p>
7802                 If the script starts one or more daemons, the output
7803                 should look like this (a single line, no leading
7804                 spaces):
7805                 <example compact="compact">
7806 Starting <var>description</var>: <var>daemon-1</var> ... <var>daemon-n</var>.
7807                 </example>
7808                 The <var>description</var> should describe the
7809                 subsystem the daemon or set of daemons are part of,
7810                 while <var>daemon-1</var> up to <var>daemon-n</var>
7811                 denote each daemon's name (typically the file name of
7812                 the program).
7813               </p>
7814
7815               <p>
7816                 For example, the output of <file>/etc/init.d/lpd</file>
7817                 would look like:
7818                 <example compact="compact">
7819 Starting printer spooler: lpd.
7820                 </example>
7821               </p>
7822
7823               <p>
7824                 This can be achieved by saying
7825                 <example compact="compact">
7826 echo -n "Starting printer spooler: lpd"
7827 start-stop-daemon --start --quiet --exec /usr/sbin/lpd
7828 echo "."
7829                 </example>
7830                 in the script. If there are more than one daemon to
7831                 start, the output should look like this:
7832                 <example compact="compact">
7833 echo -n "Starting remote file system services:"
7834 echo -n " nfsd"; start-stop-daemon --start --quiet nfsd
7835 echo -n " mountd"; start-stop-daemon --start --quiet mountd
7836 echo -n " ugidd"; start-stop-daemon --start --quiet ugidd
7837 echo "."
7838                 </example>
7839                 This makes it possible for the user to see what is
7840                 happening and when the final daemon has been started.
7841                 Care should be taken in the placement of white spaces:
7842                 in the example above the system administrators can
7843                 easily comment out a line if they don't want to start
7844                 a specific daemon, while the displayed message still
7845                 looks good.
7846               </p>
7847             </item>
7848
7849             <item>
7850               <p>When a system parameter is being set</p>
7851
7852               <p>
7853                 If you have to set up different system parameters
7854                 during the system boot, you should use this format:
7855                 <example compact="compact">
7856 Setting <var>parameter</var> to "<var>value</var>".
7857                 </example>
7858               </p>
7859
7860               <p>
7861                 You can use a statement such as the following to get
7862                 the quotes right:
7863                 <example compact="compact">
7864 echo "Setting DNS domainname to \"$domainname\"."
7865                 </example>
7866               </p>
7867
7868               <p>
7869                 Note that the same symbol (<tt>"</tt>) <!-- " --> is used
7870                 for the left and right quotation marks.  A grave accent
7871                 (<tt>`</tt>) is not a quote character; neither is an
7872                 apostrophe (<tt>'</tt>).
7873               </p>
7874             </item>
7875
7876             <item>
7877               <p>When a daemon is stopped or restarted</p>
7878
7879               <p>
7880                 When you stop or restart a daemon, you should issue a
7881                 message identical to the startup message, except that
7882                 <tt>Starting</tt> is replaced with <tt>Stopping</tt>
7883                 or <tt>Restarting</tt> respectively.
7884               </p>
7885
7886               <p>
7887                 For example, stopping the printer daemon will look like
7888                 this:
7889                 <example compact="compact">
7890 Stopping printer spooler: lpd.
7891                 </example>
7892               </p>
7893             </item>
7894
7895             <item>
7896               <p>When something is executed</p>
7897
7898               <p>
7899                 There are several examples where you have to run a
7900                 program at system startup or shutdown to perform a
7901                 specific task, for example, setting the system's clock
7902                 using <prgn>netdate</prgn> or killing all processes
7903                 when the system shuts down.  Your message should look
7904                 like this:
7905                 <example compact="compact">
7906 Doing something very useful...done.
7907                 </example>
7908                 You should print the <tt>done.</tt> immediately after
7909                 the job has been completed, so that the user is
7910                 informed why they have to wait.  You can get this
7911                 behavior by saying
7912                 <example compact="compact">
7913 echo -n "Doing something very useful..."
7914 do_something
7915 echo "done."
7916                 </example>
7917                 in your script.
7918               </p>
7919             </item>
7920
7921             <item>
7922               <p>When the configuration is reloaded</p>
7923
7924               <p>
7925                 When a daemon is forced to reload its configuration
7926                 files you should use the following format:
7927                 <example compact="compact">
7928 Reloading <var>description</var> configuration...done.
7929                 </example>
7930                 where <var>description</var> is the same as in the
7931                 daemon starting message.
7932               </p>
7933             </item>
7934           </list>
7935         </p>
7936       </sect>
7937
7938       <sect id="cron-jobs">
7939         <heading>Cron jobs</heading>
7940
7941         <p>
7942           Packages must not modify the configuration file
7943           <file>/etc/crontab</file>, and they must not modify the files in
7944           <file>/var/spool/cron/crontabs</file>.
7945         </p>
7946
7947         <p>
7948           If a package wants to install a job that has to be executed via
7949           cron, it should place a file named as specified
7950           in <ref id="cron-files"> into one or more of the following
7951           directories:
7952           <example compact="compact">
7953 /etc/cron.hourly
7954 /etc/cron.daily
7955 /etc/cron.weekly
7956 /etc/cron.monthly
7957           </example>
7958           As these directory names imply, the files within them are
7959           executed on an hourly, daily, weekly, or monthly basis,
7960           respectively. The exact times are listed in
7961           <file>/etc/crontab</file>.
7962         </p>
7963
7964         <p>
7965           All files installed in any of these directories must be
7966           scripts (e.g., shell scripts or Perl scripts) so that they
7967           can easily be modified by the local system administrator.
7968           In addition, they must be treated as configuration files.
7969         </p>
7970
7971         <p>
7972           If a certain job has to be executed at some other frequency or
7973           at a specific time, the package should install a file in
7974           <file>/etc/cron.d</file> with a name as specified
7975           in <ref id="cron-files">.  This file uses the same syntax
7976           as <file>/etc/crontab</file> and is processed
7977           by <prgn>cron</prgn> automatically. The file must also be
7978           treated as a configuration file. (Note that entries in the
7979           <file>/etc/cron.d</file> directory are not handled by
7980           <prgn>anacron</prgn>. Thus, you should only use this
7981           directory for jobs which may be skipped if the system is not
7982           running.)
7983         </p>
7984
7985         <p>
7986           Unlike <file>crontab</file> files described in the IEEE Std
7987           1003.1-2008 (POSIX.1) available from
7988           <url id="http://www.opengroup.org/onlinepubs/9699919799/"
7989                name="The Open Group">, the files in
7990           <file>/etc/cron.d</file> and the file
7991           <file>/etc/crontab</file> have seven fields; namely:
7992           <enumlist>
7993             <item>Minute [0,59]</item>
7994             <item>Hour [0,23]</item>
7995             <item>Day of the month [1,31]</item>
7996             <item>Month of the year [1,12]</item>
7997             <item>Day of the week ([0,6] with 0=Sunday)</item>
7998             <item>Username</item>
7999             <item>Command to be run</item>
8000           </enumlist>
8001           Ranges of numbers are allowed.  Ranges are two numbers
8002           separated with a hyphen.  The specified range is inclusive.
8003           Lists are allowed.  A list is a set of numbers (or ranges)
8004           separated by commas. Step values can be used in conjunction
8005           with ranges.
8006         </p>
8007
8008         <p>
8009           The scripts or <tt>crontab</tt> entries in these directories should
8010           check if all necessary programs are installed before they
8011           try to execute them. Otherwise, problems will arise when a
8012           package was removed but not purged since configuration files
8013           are kept on the system in this situation.
8014         </p>
8015
8016         <p>
8017           Any <tt>cron</tt> daemon must provide
8018           <file>/usr/bin/crontab</file> and support normal
8019           <tt>crontab</tt> entries as specified in POSIX. The daemon
8020           must also support names for days and months, ranges, and
8021           step values. It has to support <file>/etc/crontab</file>,
8022           and correctly execute the scripts in
8023           <file>/etc/cron.d</file>. The daemon must also correctly
8024           execute scripts in
8025           <file>/etc/cron.{hourly,daily,weekly,monthly}</file>.
8026         </p>
8027
8028         <sect1 id="cron-files">
8029           <heading>Cron job file names</heading>
8030
8031           <p>
8032             The file name of a cron job file should normally match the
8033             name of the package from which it comes.
8034           </p>
8035
8036           <p>
8037             If a package supplies multiple cron job files files in the
8038             same directory, the file names should all start with the name
8039             of the package (possibly modified as described below) followed
8040             by a hyphen (<tt>-</tt>) and a suitable suffix.
8041           </p>
8042
8043           <p>
8044             A cron job file name must not include any period or plus
8045             characters (<tt>.</tt> or <tt>+</tt>) characters as this will
8046             cause cron to ignore the file.  Underscores (<tt>_</tt>)
8047             should be used instead of <tt>.</tt> and <tt>+</tt>
8048             characters.
8049           </p>
8050         </sect1>
8051       </sect>
8052
8053       <sect id="menus">
8054         <heading>Menus</heading>
8055
8056         <p>
8057           Packages shipping applications that comply with minimal requirements
8058           described below for integration with desktop environments should
8059           register these applications in the desktop menu, following the
8060           <em>FreeDesktop</em> standard, using text files called
8061           <em>desktop entries</em>.  Their format is described in the
8062           <em>Desktop Entry Specification</em> at
8063           <url id="http://standards.freedesktop.org/desktop-entry-spec/latest/">
8064           and complementary information can be found in the
8065           <em>Desktop Menu Specification</em> at
8066           <url id="http://standards.freedesktop.org/menu-spec/latest/">.
8067         </p>
8068
8069         <p>
8070           The desktop entry files are installed by the packages in the
8071           directory <file>/usr/share/applications</file> and the FreeDesktop
8072           menus are refreshed using <em>dpkg triggers</em>.  It is therefore
8073           not necessary to depend on packages providing FreeDesktop menu
8074           systems.
8075         </p>
8076
8077         <p>
8078           Entries displayed in the FreeDesktop menu should conform to the
8079           following minima for relevance and visual integration.
8080
8081           <list>
8082             <item>
8083               Unless hidden by default, the desktop entry must point to a PNG
8084               or SVG icon with a transparent background, providing at least
8085               the 22&times;22 size, and preferably up to 64&times;64.  The icon
8086               should be neutral enough to integrate well with the default icon
8087               themes.  It is encouraged to ship the icon in the default
8088               <em>hicolor</em> icon theme directories, or to use an existing
8089               icon from the <em>hicolor</em> theme.
8090             </item>
8091
8092             <item>
8093               If the menu entry is not useful in the general case as a
8094               standalone application, the desktop entry should set the
8095               <tt>NoDisplay</tt> key to <var>true</var>, so that it can be
8096               configured to be displayed only by those who need it.
8097             </item>
8098
8099             <item>
8100               In doubt, the package maintainer should coordinate with the
8101               maintainers of menu implementations through the
8102               <em>debian-desktop</em> mailing list in order to avoid problems
8103               with categories or bad interactions with other icons.  Especially
8104               for packages which are part of installation tasks, the contents
8105               of the <tt>NotShowIn</tt>/<tt>OnlyShowIn</tt> keys should be
8106               validated by the maintainers of the relevant environments.
8107             </item>
8108           </list>
8109         </p>
8110
8111         <p>
8112           Since the FreeDesktop menu is a cross-distribution standard, the
8113           desktop entries written for Debian should be forwarded upstream,
8114           where they will benefit to other users and are more likely to
8115           receive extra contributions such as translations.
8116         </p>
8117
8118         <p>
8119           Packages can, to be compatible with Debian additions to some window
8120           managers that do not support the FreeDesktop standard, also provide a
8121           <em>Debian menu</em> file, following the <em>Debian menu policy</em>,
8122           which can be found in the <tt>menu-policy</tt> files in the
8123           <tt>debian-policy</tt> package.  It is also available from the Debian
8124           web mirrors at <tt><url name="/doc/packaging-manuals/menu-policy/"
8125           id="http://www.debian.org/doc/packaging-manuals/menu-policy/"></tt>.
8126         </p>
8127       </sect>
8128
8129       <sect id="mime">
8130         <heading>Multimedia handlers</heading>
8131
8132         <p>
8133           Media types (formerly known as MIME types, Multipurpose Internet Mail
8134           Extensions, RFCs 2045-2049) is a mechanism for encoding files and
8135           data streams and providing meta-information about them, in particular
8136           their type and format (e.g. <tt>image/png</tt>, <tt>text/html</tt>,
8137           <tt>audio/ogg</tt>).
8138         </p>
8139
8140         <p>
8141           Registration of media type handlers allows programs like mail
8142           user agents and web browsers to invoke these handlers to
8143           view, edit or display media types they don't support directly.
8144         </p>
8145
8146         <p>
8147           There are two overlapping systems to associate media types to programs
8148           which can handle them.  The <em>mailcap</em> system is found on a
8149           large number of Unix systems.  The <em>FreeDesktop</em> system is
8150           aimed at Desktop environments.  In Debian, FreeDesktop entries are
8151           automatically translated in mailcap entries, therefore packages
8152           already using desktop entries should not use the mailcap system
8153           directly.
8154         </p>
8155
8156         <sect1 id="media-types-freedesktop">
8157           <heading>Registration of media type handlers with desktop entries</heading>
8158
8159           <p>
8160             Packages shipping an application able to view, edit or point to
8161             files of a given media type, or open links with a given URI scheme,
8162             should list it in the <tt>MimeType</tt> key of the application's
8163             <qref id="menus">desktop entry</qref>. For URI schemes,
8164             the relevant MIME types are <tt>x-scheme-handler/*</tt> (e.g.
8165             <tt>x-scheme-handler/https</tt>).
8166           </p>
8167         </sect1>
8168
8169         <sect1 id="mailcap">
8170           <heading>Registration of media type handlers with mailcap entries</heading>
8171
8172           <p>
8173             Packages that are not using desktop entries for registration should
8174             install a file in <manref name="mailcap" section="5"> format (RFC
8175             1524) in the directory <file>/usr/lib/mime/packages/</file>.  The
8176             file name should be the binary package's name.
8177           </p>
8178
8179           <p>
8180             The <package>mime-support</package> package provides the
8181             <prgn>update-mime</prgn> program, which integrates these
8182             registrations in the <file>/etc/mailcap</file> file, using dpkg
8183             triggers<footnote>
8184               Creating, modifying or removing a file in
8185               <file>/usr/lib/mime/packages/</file> using maintainer scripts will
8186               not activate the trigger.  In that case, it can be done by calling
8187               <tt>dpkg-trigger --no-await /usr/lib/mime/packages</tt> from
8188               the maintainer script after creating, modifying, or removing
8189               the file.
8190             </footnote>.
8191
8192           <p>
8193              Packages installing desktop entries should not install mailcap
8194              entries for the same program, because the
8195              <package>mime-support</package> package already reads desktop
8196              entries.
8197           </p>
8198
8199           <p>
8200             Packages using these facilities <em>should not</em> depend on,
8201             recommend, or suggest <prgn>mime-support</prgn>.
8202           </p>
8203         </sect1>
8204
8205         <sect1 id="file-media-type">
8206           <heading>Providing media types to files</heading>
8207
8208           <p>
8209             The media type of a file is discovered by inspecting the file's
8210             extension or its <manref name="magic" section="5"> pattern, and
8211             interrogating a database associating them with media types.
8212           </p>
8213
8214           <p>
8215             To support new associations between media types and files, their
8216             characteristic file extensions and magic patterns should be
8217             registered to the IANA (Internet Assigned Numbers Authority).  See
8218             <url id="http://www.iana.org/assignments/media-types"> and RFC 6838
8219             for details.  This information will then propagate to the systems
8220             discovering file media types in Debian, provided by the
8221             <package>shared-mime-info</package>,
8222             <package>mime-support</package> and <package>file</package>
8223             packages.  If registration and propagation can not be waited for,
8224             support can be asked to the maintainers of the packages mentioned
8225             above.
8226           </p>
8227
8228           <p>
8229             For files that are produced and read by a single application, it
8230             is also possible to declare this association to the
8231             <em>Shared MIME Info</em> system by installing in the directory
8232             <file>/usr/share/mime/packages</file> a file in the XML format
8233             specified at <url id="http://standards.freedesktop.org/shared-mime-info-spec/latest/">.
8234           </p>
8235         </sect1>
8236       </sect>
8237
8238       <sect>
8239         <heading>Keyboard configuration</heading>
8240
8241         <p>
8242           To achieve a consistent keyboard configuration so that all
8243           applications interpret a keyboard event the same way, all
8244           programs in the Debian distribution must be configured to
8245           comply with the following guidelines.
8246         </p>
8247
8248         <p>
8249           The following keys must have the specified interpretations:
8250
8251           <taglist>
8252             <tag><tt>&lt;--</tt></tag>
8253             <item>delete the character to the left of the cursor</item>
8254
8255             <tag><tt>Delete</tt></tag>
8256             <item>delete the character to the right of the cursor</item>
8257
8258             <tag><tt>Control+H</tt></tag>
8259             <item>emacs: the help prefix</item>
8260           </taglist>
8261
8262           The interpretation of any keyboard events should be
8263           independent of the terminal that is used, be it a virtual
8264           console, an X terminal emulator, an rlogin/telnet session,
8265           etc.
8266         </p>
8267
8268         <p>
8269           The following list explains how the different programs
8270           should be set up to achieve this:
8271         </p>
8272
8273         <p>
8274           <list>
8275             <item>
8276                 <tt>&lt;--</tt> generates <tt>KB_BackSpace</tt> in X.
8277             </item>
8278
8279             <item>
8280                 <tt>Delete</tt> generates <tt>KB_Delete</tt> in X.
8281             </item>
8282
8283             <item>
8284                 X translations are set up to make
8285                 <tt>KB_Backspace</tt> generate ASCII DEL, and to make
8286                 <tt>KB_Delete</tt> generate <tt>ESC [ 3 ~</tt> (this
8287                 is the vt220 escape code for the "delete character"
8288                 key).  This must be done by loading the X resources
8289                 using <prgn>xrdb</prgn> on all local X displays, not
8290                 using the application defaults, so that the
8291                 translation resources used correspond to the
8292                 <prgn>xmodmap</prgn> settings.
8293             </item>
8294
8295             <item>
8296                 The Linux console is configured to make
8297                 <tt>&lt;--</tt> generate DEL, and <tt>Delete</tt>
8298                 generate <tt>ESC [ 3 ~</tt>.
8299             </item>
8300
8301             <item>
8302                 X applications are configured so that <tt>&lt;</tt>
8303                 deletes left, and <tt>Delete</tt> deletes right.  Motif
8304                 applications already work like this.
8305             </item>
8306
8307             <item>
8308                 Terminals should have <tt>stty erase ^?</tt> .
8309             </item>
8310
8311             <item>
8312                 The <tt>xterm</tt> terminfo entry should have <tt>ESC
8313                 [ 3 ~</tt> for <tt>kdch1</tt>, just as for
8314                 <tt>TERM=linux</tt> and <tt>TERM=vt220</tt>.
8315             </item>
8316
8317             <item>
8318                 Emacs is programmed to map <tt>KB_Backspace</tt> or
8319                 the <tt>stty erase</tt> character to
8320                 <tt>delete-backward-char</tt>, and <tt>KB_Delete</tt>
8321                 or <tt>kdch1</tt> to <tt>delete-forward-char</tt>, and
8322                 <tt>^H</tt> to <tt>help</tt> as always.
8323             </item>
8324
8325             <item>
8326                 Other applications use the <tt>stty erase</tt>
8327                 character and <tt>kdch1</tt> for the two delete keys,
8328                 with ASCII DEL being "delete previous character" and
8329                 <tt>kdch1</tt> being "delete character under
8330                 cursor".
8331             </item>
8332
8333           </list>
8334         </p>
8335
8336         <p>
8337           This will solve the problem except for the following
8338           cases:
8339         </p>
8340
8341         <p>
8342           <list>
8343             <item>
8344                 Some terminals have a <tt>&lt;--</tt> key that cannot
8345                 be made to produce anything except <tt>^H</tt>.  On
8346                 these terminals Emacs help will be unavailable on
8347                 <tt>^H</tt> (assuming that the <tt>stty erase</tt>
8348                 character takes precedence in Emacs, and has been set
8349                 correctly).  <tt>M-x help</tt> or <tt>F1</tt> (if
8350                 available) can be used instead.
8351             </item>
8352
8353             <item>
8354                 Some operating systems use <tt>^H</tt> for <tt>stty
8355                 erase</tt>.  However, modern telnet versions and all
8356                 rlogin versions propagate <tt>stty</tt> settings, and
8357                 almost all UNIX versions honour <tt>stty erase</tt>.
8358                 Where the <tt>stty</tt> settings are not propagated
8359                 correctly, things can be made to work by using
8360                 <tt>stty</tt> manually.
8361             </item>
8362
8363             <item>
8364                 Some systems (including previous Debian versions) use
8365                 <prgn>xmodmap</prgn> to arrange for both
8366                 <tt>&lt;--</tt> and <tt>Delete</tt> to generate
8367                 <tt>KB_Delete</tt>.  We can change the behavior of
8368                 their X clients using the same X resources that we use
8369                 to do it for our own clients, or configure our clients
8370                 using their resources when things are the other way
8371                 around.  On displays configured like this
8372                 <tt>Delete</tt> will not work, but <tt>&lt;--</tt>
8373                 will.
8374             </item>
8375
8376             <item>
8377                 Some operating systems have different <tt>kdch1</tt>
8378                 settings in their <tt>terminfo</tt> database for
8379                 <tt>xterm</tt> and others.  On these systems the
8380                 <tt>Delete</tt> key will not work correctly when you
8381                 log in from a system conforming to our policy, but
8382                 <tt>&lt;--</tt> will.
8383             </item>
8384           </list>
8385         </p>
8386       </sect>
8387
8388       <sect>
8389         <heading>Environment variables</heading>
8390
8391         <p>
8392           A program must not depend on environment variables to get
8393           reasonable defaults.  (That's because these environment
8394           variables would have to be set in a system-wide
8395           configuration file like <file>/etc/profile</file>, which is not
8396           supported by all shells.)
8397         </p>
8398
8399         <p>
8400           If a program usually depends on environment variables for its
8401           configuration, the program should be changed to fall back to
8402           a reasonable default configuration if these environment
8403           variables are not present. If this cannot be done easily
8404           (e.g., if the source code of a non-free program is not
8405           available), the program must be replaced by a small
8406           "wrapper" shell script which sets the environment variables
8407           if they are not already defined, and calls the original program.
8408         </p>
8409
8410         <p>
8411           Here is an example of a wrapper script for this purpose:
8412
8413           <example compact="compact">
8414 #!/bin/sh
8415 BAR=${BAR:-/var/lib/fubar}
8416 export BAR
8417 exec /usr/lib/foo/foo "$@"
8418           </example>
8419         </p>
8420
8421         <p>
8422           Furthermore, as <file>/etc/profile</file> is a configuration
8423           file of the <prgn>base-files</prgn> package, other packages must
8424           not put any environment variables or other commands into that
8425           file.
8426         </p>
8427       </sect>
8428
8429       <sect id="doc-base">
8430         <heading>Registering Documents using doc-base</heading>
8431
8432         <p>
8433           The <package>doc-base</package> package implements a
8434           flexible mechanism for handling and presenting
8435           documentation. The recommended practice is for every Debian
8436           package that provides online documentation (other than just
8437           manual pages) to register these documents with
8438           <package>doc-base</package> by installing a
8439           <package>doc-base</package> control file in
8440           <file>/usr/share/doc-base/</file>.
8441         </p> 
8442         <p>
8443           Please refer to the documentation that comes with the
8444           <package>doc-base</package>  package for information and
8445           details. 
8446         </p>
8447       </sect>
8448
8449       <sect id="alternateinit">
8450         <heading>Alternate init systems</heading>
8451         <p>
8452           A number of other init systems are available now in Debian that
8453           can be used in place of <package>sysvinit</package>.  Alternative
8454           init implementations must support running SysV init scripts as
8455           described at <ref id="sysvinit"> for compatibility.
8456         </p>
8457         <p>
8458           Packages may integrate with these replacement init systems by
8459           providing implementation-specific configuration information about
8460           how and when to start a service or in what order to run certain
8461           tasks at boot time.  However, any package integrating with other
8462           init systems must also be backwards-compatible with
8463           <package>sysvinit</package> by providing a SysV-style init script
8464           with the same name as and equivalent functionality to any
8465           init-specific job, as this is the only start-up configuration
8466           method guaranteed to be supported by all init implementations.  An
8467           exception to this rule is scripts or jobs provided by the init
8468           implementation itself; such jobs may be required for an
8469           implementation-specific equivalent of the <file>/etc/rcS.d/</file>
8470           scripts and may not have a one-to-one correspondence with the init
8471           scripts.
8472         </p>
8473         <sect1 id="upstart">
8474           <heading>Event-based boot with upstart</heading>
8475
8476           <p>
8477             Packages may integrate with the <prgn>upstart</prgn> event-based
8478             boot system by installing job files in the
8479             <file>/etc/init</file> directory.  SysV init scripts for which
8480             an equivalent upstart job is available must query the output of
8481             the command <prgn>initctl version</prgn> for the string
8482             <tt>upstart</tt> and avoid running in favor of the native
8483             upstart job, using a test such as this:
8484             <example compact="compact">
8485 if [ "$1" = start ] && which initctl >/dev/null && initctl version | grep -q upstart
8486 then
8487         exit 1
8488 fi
8489             </example>
8490           </p>
8491           <p>
8492             Because packages shipping upstart jobs may be installed on
8493             systems that are not using upstart, maintainer scripts must
8494             still use the common <prgn>update-rc.d</prgn> and
8495             <prgn>invoke-rc.d</prgn> interfaces for configuring runlevels
8496             and for starting and stopping services.  These maintainer
8497             scripts must not call the upstart <prgn>start</prgn>,
8498             <prgn>restart</prgn>, <prgn>reload</prgn>, or <prgn>stop</prgn>
8499             interfaces directly.  Instead, implementations of
8500             <prgn>invoke-rc.d</prgn> must detect when upstart is running and
8501             when an upstart job with the same name as an init script is
8502             present, and perform the requested action using the upstart job
8503             instead of the init script.
8504           </p>
8505           <p>
8506             Dependency-based boot managers for SysV init scripts, such as
8507             <prgn>startpar</prgn>, may avoid running a given init script
8508             entirely when an equivalent upstart job is present, to avoid
8509             unnecessary forking of no-op init scripts.  In this case, the
8510             boot manager should integrate with upstart to detect when the
8511             upstart job in question is started or stopped to know when the
8512             dependency has been satisfied.
8513           </p>
8514          </sect1>
8515       </sect>
8516
8517     </chapt>
8518
8519
8520     <chapt id="files">
8521       <heading>Files</heading>
8522
8523       <sect id="binaries">
8524         <heading>Binaries</heading>
8525
8526         <p>
8527           Two different packages must not install programs with
8528           different functionality but with the same filenames.  (The
8529           case of two programs having the same functionality but
8530           different implementations is handled via "alternatives" or
8531           the "Conflicts" mechanism.  See <ref id="maintscripts"> and
8532           <ref id="conflicts"> respectively.)  If this case happens,
8533           one of the programs must be renamed.  The maintainers should
8534           report this to the <tt>debian-devel</tt> mailing list and
8535           try to find a consensus about which program will have to be
8536           renamed.  If a consensus cannot be reached, <em>both</em>
8537           programs must be renamed.
8538         </p>
8539
8540         <p>
8541          By default, when a package is being built, any binaries
8542          created should include debugging information, as well as
8543          being compiled with optimization.  You should also turn on
8544          as many reasonable compilation warnings as possible; this
8545          makes life easier for porters, who can then look at build
8546          logs for possible problems.  For the C programming language,
8547          this means the following compilation parameters should be
8548          used:
8549           <example compact="compact">
8550 CC = gcc
8551 CFLAGS = -O2 -g -Wall # sane warning options vary between programs
8552 LDFLAGS = # none
8553 INSTALL = install -s # (or use strip on the files in debian/tmp)
8554           </example>
8555         </p>
8556
8557         <p>
8558           Note that by default all installed binaries should be stripped,
8559           either by using the <tt>-s</tt> flag to
8560           <prgn>install</prgn>, or by calling <prgn>strip</prgn> on
8561           the binaries after they have been copied into
8562           <file>debian/tmp</file> but before the tree is made into a
8563           package.
8564         </p>
8565
8566         <p>
8567           Although binaries in the build tree should be compiled with
8568           debugging information by default, it can often be difficult to
8569           debug programs if they are also subjected to compiler
8570           optimization.  For this reason, it is recommended to support the
8571           standardized environment variable <tt>DEB_BUILD_OPTIONS</tt>
8572           (see <ref id="debianrules-options">).  This variable can contain
8573           several flags to change how a package is compiled and built.
8574         </p>
8575
8576         <p>
8577           It is up to the package maintainer to decide what
8578           compilation options are best for the package.  Certain
8579           binaries (such as computationally-intensive programs) will
8580           function better with certain flags (<tt>-O3</tt>, for
8581           example); feel free to use them.  Please use good judgment
8582           here.  Don't use flags for the sake of it; only use them
8583           if there is good reason to do so.  Feel free to override
8584           the upstream author's ideas about which compilation
8585           options are best: they are often inappropriate for our
8586           environment.
8587         </p>
8588       </sect>
8589
8590
8591       <sect id="libraries">
8592         <heading>Libraries</heading>
8593
8594         <p>
8595           If the package is <strong>architecture: any</strong>, then
8596           the shared library compilation and linking flags must have
8597           <tt>-fPIC</tt>, or the package shall not build on some of
8598           the supported architectures<footnote>
8599             <p>
8600               If you are using GCC, <tt>-fPIC</tt> produces code with
8601               relocatable position independent code, which is required for
8602               most architectures to create a shared library, with i386 and
8603               perhaps some others where non position independent code is
8604               permitted in a shared library.
8605             </p>
8606             <p>
8607               Position independent code may have a performance penalty,
8608               especially on <tt>i386</tt>. However, in most cases the
8609               speed penalty must be measured against the memory wasted on
8610               the few architectures where non position independent code is
8611               even possible.
8612             </p>
8613           </footnote>. Any exception to this rule must be discussed on
8614           the mailing list <em>debian-devel@lists.debian.org</em>, and
8615           a rough consensus obtained.  The reasons for not compiling
8616           with <tt>-fPIC</tt> flag must be recorded in the file
8617           <tt>README.Debian</tt>, and care must be taken to either
8618           restrict the architecture or arrange for <tt>-fPIC</tt> to
8619           be used on architectures where it is required.<footnote>
8620             <p>
8621               Some of the reasons why this might be required is if the
8622               library contains hand crafted assembly code that is not
8623               relocatable, the speed penalty is excessive for compute
8624               intensive libs, and similar reasons.
8625             </p>
8626           </footnote>
8627         </p>
8628         <p>
8629           As to the static libraries, the common case is not to have
8630           relocatable code, since there is no benefit, unless in specific
8631           cases; therefore the static version must not be compiled
8632           with the <tt>-fPIC</tt> flag. Any exception to this rule
8633           should be discussed on the mailing list
8634           <em>debian-devel@lists.debian.org</em>,  and the reasons for
8635           compiling with the <tt>-fPIC</tt> flag must be recorded in
8636           the file <tt>README.Debian</tt>. <footnote>
8637             <p>
8638               Some of the reasons for linking static libraries with
8639               the <tt>-fPIC</tt> flag are if, for example, one needs a
8640               Perl API for a library that is under rapid development,
8641               and has an unstable API, so shared libraries are
8642               pointless at this phase of the library's development. In
8643               that case, since Perl needs a library with relocatable
8644               code, it may make sense to create a static library with
8645               relocatable code. Another reason cited is if you are
8646               distilling various libraries into a common shared
8647               library, like <tt>mklibs</tt> does in the Debian
8648               installer project.
8649             </p>
8650           </footnote>
8651         </p>
8652         <p>
8653           In other words, if both a shared and a static library is
8654           being built, each source unit (<tt>*.c</tt>, for example,
8655           for C files) will need to be compiled twice, for the normal
8656           case. 
8657         </p>
8658
8659         <p>
8660           Libraries should be built with threading support and to be
8661           thread-safe if the library supports this.
8662         </p>
8663
8664         <p>
8665           Although not enforced by the build tools, shared libraries
8666           must be linked against all libraries that they use symbols from
8667           in the same way that binaries are.  This ensures the correct
8668           functioning of the <qref id="sharedlibs-symbols">symbols</qref>
8669           and <qref id="sharedlibs-shlibdeps">shlibs</qref>
8670           systems and guarantees that all libraries can be safely opened
8671           with <tt>dlopen()</tt>.  Packagers may wish to use the gcc
8672           option <tt>-Wl,-z,defs</tt> when building a shared library.
8673           Since this option enforces symbol resolution at build time,
8674           a missing library reference will be caught early as a fatal
8675           build error.
8676         </p>
8677
8678         <p>
8679           All installed shared libraries should be stripped with
8680           <example compact="compact">
8681 strip --strip-unneeded <var>your-lib</var>
8682           </example>
8683           (The option <tt>--strip-unneeded</tt> makes
8684           <prgn>strip</prgn> remove only the symbols which aren't
8685           needed for relocation processing.)  Shared libraries can
8686           function perfectly well when stripped, since the symbols for
8687           dynamic linking are in a separate part of the ELF object
8688           file.<footnote>
8689               You might also want to use the options
8690               <tt>--remove-section=.comment</tt> and
8691               <tt>--remove-section=.note</tt> on both shared libraries
8692               and executables, and <tt>--strip-debug</tt> on static
8693               libraries.
8694           </footnote>
8695         </p>
8696
8697         <p>
8698           Note that under some circumstances it may be useful to
8699           install a shared library unstripped, for example when
8700           building a separate package to support debugging.
8701         </p>
8702
8703         <p>
8704           Shared object files (often <file>.so</file> files) that are not
8705           public libraries, that is, they are not meant to be linked
8706           to by third party executables (binaries of other packages),
8707           should be installed in subdirectories of the
8708           <file>/usr/lib</file> directory.  Such files are exempt from the
8709           rules that govern ordinary shared libraries, except that
8710           they must not be installed executable and should be
8711           stripped.<footnote>
8712               A common example are the so-called "plug-ins",
8713               internal shared objects that are dynamically loaded by
8714               programs using <manref name="dlopen" section="3">.
8715           </footnote>
8716         </p>
8717
8718         <p>
8719           Packages that use <prgn>libtool</prgn> to create and install
8720           their shared libraries install a file containing additional
8721           metadata (ending in <file>.la</file>) alongside the library.
8722           For public libraries intended for use by other packages, these
8723           files normally should not be included in the Debian package,
8724           since the information they include is not necessary to link with
8725           the shared library on Debian and can add unnecessary additional
8726           dependencies to other programs or libraries.<footnote>
8727             These files store, among other things, all libraries on which
8728             that shared library depends.  Unfortunately, if
8729             the <file>.la</file> file is present and contains that
8730             dependency information, using <prgn>libtool</prgn> when
8731             linking against that library will cause the resulting program
8732             or library to be linked against those dependencies as well,
8733             even if this is unnecessary.  This can create unneeded
8734             dependencies on shared library packages that would otherwise
8735             be hidden behind the library ABI, and can make library
8736             transitions to new SONAMEs unnecessarily complicated and
8737             difficult to manage.
8738           </footnote>
8739           If the <file>.la</file> file is required for that library (if,
8740           for instance, it's loaded via <tt>libltdl</tt> in a way that
8741           requires that meta-information), the <tt>dependency_libs</tt>
8742           setting in the <file>.la</file> file should normally be set to
8743           the empty string.  If the shared library development package has
8744           historically included the <file>.la</file>, it must be retained
8745           in the development package (with <tt>dependency_libs</tt>
8746           emptied) until all libraries that depend on it have removed or
8747           emptied <tt>dependency_libs</tt> in their <file>.la</file>
8748           files to prevent linking with those other libraries
8749           using <prgn>libtool</prgn> from failing.
8750         </p>
8751
8752         <p>
8753           If the <file>.la</file> must be included, it should be included
8754           in the development (<tt>-dev</tt>) package, unless the library
8755           will be loaded by <prgn>libtool</prgn>'s <tt>libltdl</tt>
8756           library.  If it is intended for use with <tt>libltdl</tt>,
8757           the <file>.la</file> files must go in the run-time library
8758           package.
8759         </p>
8760
8761         <p>
8762           These requirements for handling of <file>.la</file> files do not
8763           apply to loadable modules or libraries not installed in
8764           directories searched by default by the dynamic linker.  Packages
8765           installing loadable modules will frequently need to install
8766           the <file>.la</file> files alongside the modules so that they
8767           can be loaded by <tt>libltdl</tt>.  <tt>dependency_libs</tt>
8768           does not need to be modified for libraries or modules that are
8769           not installed in directories searched by the dynamic linker by
8770           default and not intended for use by other packages.
8771         </p>
8772
8773         <p>
8774           You must make sure that you use only released versions of
8775           shared libraries to build your packages; otherwise other
8776           users will not be able to run your binaries
8777           properly. Producing source packages that depend on
8778           unreleased compilers is also usually a bad
8779           idea.
8780         </p>
8781       </sect>
8782
8783
8784       <sect>
8785         <heading>Shared libraries</heading>
8786         <p>
8787           This section has moved to <ref id="sharedlibs">.
8788         </p>
8789       </sect>
8790
8791
8792       <sect id="scripts">
8793         <heading>Scripts</heading>
8794
8795         <p>
8796           All command scripts, including the package maintainer
8797           scripts inside the package and used by <prgn>dpkg</prgn>,
8798           should have a <tt>#!</tt> line naming the shell to be used
8799           to interpret them.
8800         </p>
8801
8802         <p>
8803           In the case of Perl scripts this should be
8804           <tt>#!/usr/bin/perl</tt>.
8805         </p>
8806
8807         <p>
8808           When scripts are installed into a directory in the system
8809           PATH, the script name should not include an extension such
8810           as <tt>.sh</tt> or <tt>.pl</tt> that denotes the scripting
8811           language currently used to implement it.
8812         </p>
8813         <p>
8814           Shell scripts (<prgn>sh</prgn> and <prgn>bash</prgn>) other than
8815           <file>init.d</file> scripts should almost certainly start
8816           with <tt>set -e</tt> so that errors are detected.
8817           <file>init.d</file> scripts are something of a special case, due
8818           to how frequently they need to call commands that are allowed to
8819           fail, and it may instead be easier to check the exit status of
8820           commands directly.  See <ref id="writing-init"> for more
8821           information about writing <file>init.d</file> scripts.
8822         </p>
8823         <p>
8824           Every script should use <tt>set -e</tt> or check the exit status
8825           of <em>every</em> command.
8826         </p>
8827         <p>
8828           Scripts may assume that <file>/bin/sh</file> implements the
8829           SUSv3 Shell Command Language<footnote>
8830             Single UNIX Specification, version 3, which is also IEEE
8831             1003.1-2004 (POSIX), and is available on the World Wide Web
8832             from <url id="http://www.unix.org/version3/online.html"
8833                       name="The Open Group"> after free
8834             registration.</footnote>
8835           plus the following additional features not mandated by
8836           SUSv3:<footnote>
8837             These features are in widespread use in the Linux community
8838             and are implemented in all of bash, dash, and ksh, the most
8839             common shells users may wish to use as <file>/bin/sh</file>.
8840           </footnote>
8841           <list>
8842             <item><tt>echo -n</tt>, if implemented as a shell built-in,
8843               must not generate a newline.</item>
8844             <item><tt>test</tt>, if implemented as a shell built-in, must
8845               support <tt>-a</tt> and <tt>-o</tt> as binary logical
8846               operators.</item>
8847             <item><tt>local</tt> to create a scoped variable must be
8848               supported, including listing multiple variables in a single
8849               local command and assigning a value to a variable at the
8850               same time as localizing it.  <tt>local</tt> may or
8851               may not preserve the variable value from an outer scope if
8852               no assignment is present.  Uses such as:
8853 <example compact>
8854 fname () {
8855     local a b c=delta d
8856     # ... use a, b, c, d ...
8857 }
8858 </example>
8859               must be supported and must set the value of <tt>c</tt> to
8860               <tt>delta</tt>.
8861             </item>
8862             <item>The XSI extension to <prgn>kill</prgn> allowing <tt>kill
8863               -<var>signal</var></tt>, where <var>signal</var> is either
8864               the name of a signal or one of the numeric signals listed in
8865               the XSI extension (0, 1, 2, 3, 6, 9, 14, and 15), must be
8866               supported if <prgn>kill</prgn> is implemented as a shell
8867               built-in.
8868             </item>
8869             <item>The XSI extension to <prgn>trap</prgn> allowing numeric
8870               signals must be supported.  In addition to the signal
8871               numbers listed in the extension, which are the same as for
8872               <prgn>kill</prgn> above, 13 (SIGPIPE) must be allowed.
8873             </item>
8874           </list>
8875           If a shell script requires non-SUSv3 features from the shell
8876           interpreter other than those listed above, the appropriate shell
8877           must be specified in the first line of the script (e.g.,
8878           <tt>#!/bin/bash</tt>) and the package must depend on the package
8879           providing the shell (unless the shell package is marked
8880           "Essential", as in the case of <prgn>bash</prgn>).
8881         </p>
8882
8883         <p>
8884           You may wish to restrict your script to SUSv3 features plus the
8885           above set when possible so that it may use <file>/bin/sh</file>
8886           as its interpreter.  Checking your script
8887           with <prgn>checkbashisms</prgn> from
8888           the <package>devscripts</package> package or running your script
8889           with an alternate shell such as <prgn>posh</prgn> may help
8890           uncover violations of the above requirements.  If in doubt
8891           whether a script complies with these requirements,
8892           use <file>/bin/bash</file>.
8893         </p>
8894
8895         <p>
8896           Perl scripts should check for errors when making any
8897           system calls, including <tt>open</tt>, <tt>print</tt>,
8898           <tt>close</tt>, <tt>rename</tt> and <tt>system</tt>.
8899         </p>
8900
8901         <p>
8902           <prgn>csh</prgn> and <prgn>tcsh</prgn> should be avoided as
8903           scripting languages.  See <em>Csh Programming Considered
8904           Harmful</em>, one of the <tt>comp.unix.*</tt> FAQs, which
8905           can be found at <url id="http://www.faqs.org/faqs/unix-faq/shell/csh-whynot/">.
8906           If an upstream package comes with <prgn>csh</prgn> scripts
8907           then you must make sure that they start with
8908           <tt>#!/bin/csh</tt> and make your package depend on the
8909           <prgn>c-shell</prgn> virtual package.
8910         </p>
8911
8912         <p>
8913           Any scripts which create files in world-writeable
8914           directories (e.g., in <file>/tmp</file>) must use a
8915           mechanism which will fail atomically if a file with the same
8916           name already exists.
8917         </p>
8918
8919         <p>
8920           The Debian base system provides the <prgn>tempfile</prgn>
8921           and <prgn>mktemp</prgn> utilities for use by scripts for
8922           this purpose.
8923         </p>
8924       </sect>
8925
8926
8927       <sect>
8928         <heading>Symbolic links</heading>
8929
8930         <p>
8931           In general, symbolic links within a top-level directory should
8932           be relative, and symbolic links pointing from one top-level
8933           directory to or into another should be absolute. (A top-level
8934           directory is a sub-directory of the root
8935           directory <file>/</file>.)  For example, a symbolic link
8936           from <file>/usr/lib/foo</file> to <file>/usr/share/bar</file>
8937           should be relative (<file>../share/bar</file>), but a symbolic
8938           link from <file>/var/run</file> to <file>/run</file> should be
8939           absolute.<footnote>
8940             This is necessary to allow top-level directories to be
8941             symlinks.  If linking <file>/var/run</file>
8942             to <file>/run</file> were done with the relative symbolic
8943             link <file>../run</file>, but <file>/var</file> were a
8944             symbolic link to <file>/srv/disk1</file>, the symbolic link
8945             would point to <file>/srv/run</file> rather than the intended
8946             target.
8947           </footnote>
8948         </p>
8949
8950         <p>
8951           In addition, symbolic links should be specified as short as
8952           possible, i.e., link targets like <file>foo/../bar</file> are
8953           deprecated.
8954         </p>
8955
8956         <p>
8957           Note that when creating a relative link using
8958           <prgn>ln</prgn> it is not necessary for the target of the
8959           link to exist relative to the working directory you're
8960           running <prgn>ln</prgn> from, nor is it necessary to change
8961           directory to the directory where the link is to be made.
8962           Simply include the string that should appear as the target
8963           of the link (this will be a pathname relative to the
8964           directory in which the link resides) as the first argument
8965           to <prgn>ln</prgn>.
8966         </p>
8967
8968         <p>
8969           For example, in your <prgn>Makefile</prgn> or
8970           <file>debian/rules</file>, you can do things like:
8971           <example compact="compact">
8972 ln -fs gcc $(prefix)/bin/cc
8973 ln -fs gcc debian/tmp/usr/bin/cc
8974 ln -fs ../sbin/sendmail $(prefix)/bin/runq
8975 ln -fs ../sbin/sendmail debian/tmp/usr/bin/runq
8976           </example>
8977         </p>
8978
8979         <p>
8980           A symbolic link pointing to a compressed file (in the sense
8981           that it is meant to be uncompressed with <prgn>unzip</prgn>
8982           or <prgn>zless</prgn> etc.) should always
8983           have the same file extension as the referenced file. (For
8984           example, if a file <file>foo.gz</file> is referenced by a
8985           symbolic link, the filename of the link has to end with
8986           "<file>.gz</file>" too, as in <file>bar.gz</file>.)
8987         </p>
8988       </sect>
8989
8990       <sect>
8991         <heading>Device files</heading>
8992
8993         <p>
8994           Packages must not include device files or named pipes in the
8995           package file tree.
8996         </p>
8997
8998         <p>
8999           If a package needs any special device files that are not
9000           included in the base system, it must call
9001           <prgn>MAKEDEV</prgn> in the <prgn>postinst</prgn> script,
9002           after notifying the user<footnote>
9003               This notification could be done via a (low-priority)
9004               debconf message, or an echo (printf) statement.
9005           </footnote>.
9006         </p>
9007
9008         <p>
9009           Packages must not remove any device files in the
9010           <prgn>postrm</prgn> or any other script. This is left to the
9011           system administrator.
9012         </p>
9013
9014         <p>
9015           Debian uses the serial devices
9016           <file>/dev/ttyS*</file>. Programs using the old
9017           <file>/dev/cu*</file> devices should be changed to use
9018           <file>/dev/ttyS*</file>.
9019         </p>
9020
9021         <p>
9022           Named pipes needed by the package must be created in
9023           the <prgn>postinst</prgn> script<footnote>
9024             It's better to use <prgn>mkfifo</prgn> rather
9025             than <prgn>mknod</prgn> to create named pipes so that
9026             automated checks for packages incorrectly creating device
9027             files with <prgn>mknod</prgn> won't have false positives.
9028           </footnote> and removed in
9029           the <prgn>prerm</prgn> or <prgn>postrm</prgn> script as
9030           appropriate.
9031         </p>
9032       </sect>
9033
9034       <sect id="config-files">
9035         <heading>Configuration files</heading>
9036
9037         <sect1>
9038           <heading>Definitions</heading>
9039
9040           <p>
9041             <taglist>
9042               <tag>configuration file</tag>
9043               <item>
9044                   A file that affects the operation of a program, or
9045                   provides site- or host-specific information, or
9046                   otherwise customizes the behavior of a program.
9047                   Typically, configuration files are intended to be
9048                   modified by the system administrator (if needed or
9049                   desired) to conform to local policy or to provide
9050                   more useful site-specific behavior.
9051               </item>
9052
9053               <tag><tt>conffile</tt></tag>
9054               <item>
9055                   A file listed in a package's <tt>conffiles</tt>
9056                   file, and is treated specially by <prgn>dpkg</prgn>
9057                   (see <ref id="configdetails">).
9058               </item>
9059             </taglist>
9060           </p>
9061
9062           <p>
9063             The distinction between these two is important; they are
9064             not interchangeable concepts. Almost all
9065             <tt>conffile</tt>s are configuration files, but many
9066             configuration files are not <tt>conffiles</tt>.
9067           </p>
9068
9069           <p>
9070             As noted elsewhere, <file>/etc/init.d</file> scripts,
9071             <file>/etc/default</file> files, scripts installed in
9072             <file>/etc/cron.{hourly,daily,weekly,monthly}</file>, and cron
9073             configuration installed in <file>/etc/cron.d</file> must be
9074             treated as configuration files.  In general, any script that
9075             embeds configuration information is de-facto a configuration
9076             file and should be treated as such.
9077           </p>
9078         </sect1>
9079
9080         <sect1>
9081           <heading>Location</heading>
9082
9083           <p>
9084             Any configuration files created or used by your package
9085             must reside in <file>/etc</file>. If there are several,
9086             consider creating a subdirectory of <file>/etc</file>
9087             named after your package.
9088           </p>
9089
9090           <p>
9091             If your package creates or uses configuration files
9092             outside of <file>/etc</file>, and it is not feasible to modify
9093             the package to use <file>/etc</file> directly, put the files
9094             in <file>/etc</file> and create symbolic links to those files
9095             from the location that the package requires.
9096           </p>
9097         </sect1>
9098
9099         <sect1>
9100           <heading>Behavior</heading>
9101
9102           <p>
9103             Configuration file handling must conform to the following
9104             behavior:
9105             <list compact="compact">
9106               <item>
9107                   local changes must be preserved during a package
9108                   upgrade, and
9109               </item>
9110               <item>
9111                   configuration files must be preserved when the
9112                   package is removed, and only deleted when the
9113                   package is purged.
9114               </item>
9115             </list>
9116             Obsolete configuration files without local changes should be
9117             removed by the package during upgrade.<footnote>
9118               The <prgn>dpkg-maintscript-helper</prgn> tool, available from the
9119               <package>dpkg</package> package, can help for this task.</footnote>
9120           </p>
9121
9122           <p>
9123             The easy way to achieve this behavior is to make the
9124             configuration file a <tt>conffile</tt>. This is
9125             appropriate only if it is possible to distribute a default
9126             version that will work for most installations, although
9127             some system administrators may choose to modify it. This
9128             implies that the default version will be part of the
9129             package distribution, and must not be modified by the
9130             maintainer scripts during installation (or at any other
9131             time).
9132           </p>
9133
9134           <p>
9135             In order to ensure that local changes are preserved
9136             correctly, no package may contain or make hard links to
9137             conffiles.<footnote>
9138                 Rationale: There are two problems with hard links.
9139                 The first is that some editors break the link while
9140                 editing one of the files, so that the two files may
9141                 unwittingly become unlinked and different.  The second
9142                 is that <prgn>dpkg</prgn> might break the hard link
9143                 while upgrading <tt>conffile</tt>s.
9144             </footnote>
9145           </p>
9146
9147           <p>
9148             The other way to do it is via the maintainer scripts.  In
9149             this case, the configuration file must not be listed as a
9150             <tt>conffile</tt> and must not be part of the package
9151             distribution. If the existence of a file is required for
9152             the package to be sensibly configured it is the
9153             responsibility of the package maintainer to provide
9154             maintainer scripts which correctly create, update and
9155             maintain the file and remove it on purge.  (See <ref
9156             id="maintainerscripts"> for more information.)  These
9157             scripts must be idempotent (i.e., must work correctly if
9158             <prgn>dpkg</prgn> needs to re-run them due to errors
9159             during installation or removal), must cope with all the
9160             variety of ways <prgn>dpkg</prgn> can call maintainer
9161             scripts, must not overwrite or otherwise mangle the user's
9162             configuration without asking, must not ask unnecessary
9163             questions (particularly during upgrades), and must
9164             otherwise be good citizens.
9165           </p>
9166
9167           <p>
9168             The scripts are not required to configure every possible
9169             option for the package, but only those necessary to get
9170             the package running on a given system. Ideally the
9171             sysadmin should not have to do any configuration other
9172             than that done (semi-)automatically by the
9173             <prgn>postinst</prgn> script.
9174           </p>
9175
9176           <p>
9177             A common practice is to create a script called
9178             <file><var>package</var>-configure</file> and have the
9179             package's <prgn>postinst</prgn> call it if and only if the
9180             configuration file does not already exist.  In certain
9181             cases it is useful for there to be an example or template
9182             file which the maintainer scripts use.  Such files should
9183             be in <file>/usr/share/<var>package</var></file> or
9184             <file>/usr/lib/<var>package</var></file> (depending on whether
9185             they are architecture-independent or not).  There should
9186             be symbolic links to them from
9187             <file>/usr/share/doc/<var>package</var>/examples</file> if
9188             they are examples, and should be perfectly ordinary
9189             <prgn>dpkg</prgn>-handled files (<em>not</em>
9190             configuration files).
9191           </p>
9192
9193           <p>
9194             These two styles of configuration file handling must
9195             not be mixed, for that way lies madness:
9196             <prgn>dpkg</prgn> will ask about overwriting the file
9197             every time the package is upgraded.
9198           </p>
9199         </sect1>
9200
9201         <sect1>
9202           <heading>Sharing configuration files</heading>
9203
9204           <p>
9205             If two or more packages use the same configuration file
9206             and it is reasonable for both to be installed at the same
9207             time, one of these packages must be defined as
9208             <em>owner</em> of the configuration file, i.e., it will be
9209             the package which handles that file as a configuration
9210             file.  Other packages that use the configuration file must
9211             depend on the owning package if they require the
9212             configuration file to operate. If the other package will
9213             use the configuration file if present, but is capable of
9214             operating without it, no dependency need be declared.
9215           </p>
9216
9217           <p>
9218             If it is desirable for two or more related packages to
9219             share a configuration file <em>and</em> for all of the
9220             related packages to be able to modify that configuration
9221             file, then the following should be done:
9222             <enumlist compact="compact">
9223               <item>
9224                   One of the related packages (the "owning" package)
9225                   will manage the configuration file with maintainer
9226                   scripts as described in the previous section.
9227               </item>
9228               <item>
9229                   The owning package should also provide a program
9230                   that the other packages may use to modify the
9231                   configuration file.
9232               </item>
9233               <item>
9234                   The related packages must use the provided program
9235                   to make any desired modifications to the
9236                   configuration file.  They should either depend on
9237                   the core package to guarantee that the configuration
9238                   modifier program is available or accept gracefully
9239                   that they cannot modify the configuration file if it
9240                   is not.  (This is in addition to the fact that the
9241                   configuration file may not even be present in the
9242                   latter scenario.)
9243               </item>
9244             </enumlist>
9245           </p>
9246
9247           <p>
9248             Sometimes it's appropriate to create a new package which
9249             provides the basic infrastructure for the other packages
9250             and which manages the shared configuration files.  (The
9251             <tt>sgml-base</tt> package is a good example.)
9252           </p>
9253
9254           <p>
9255             If the configuration file cannot be shared as described above,
9256             the packages must be marked as conflicting with each other.
9257             Two packages that specify the same file as
9258             a <tt>conffile</tt> must conflict.  This is an instance of the
9259             general rule about not sharing files.  Neither alternatives
9260             nor diversions are likely to be appropriate in this case; in
9261             particular, <prgn>dpkg</prgn> does not handle diverted
9262             <tt>conffile</tt>s well.
9263           </p>
9264
9265           <p>
9266             When two packages both declare the same <tt>conffile</tt>, they
9267             may see left-over configuration files from each other even
9268             though they conflict with each other.  If a user removes
9269             (without purging) one of the packages and installs the other,
9270             the new package will take over the <tt>conffile</tt> from the
9271             old package.  If the file was modified by the user, it will be
9272             treated the same as any other locally
9273             modified <tt>conffile</tt> during an upgrade.
9274           </p>
9275
9276           <p>
9277             The maintainer scripts must not alter a <tt>conffile</tt>
9278             of <em>any</em> package, including the one the scripts
9279             belong to.
9280           </p>
9281         </sect1>
9282
9283         <sect1>
9284           <heading>User configuration files ("dotfiles")</heading>
9285
9286           <p>
9287             The files in <file>/etc/skel</file> will automatically be
9288             copied into new user accounts by <prgn>adduser</prgn>.
9289             No other program should reference the files in
9290             <file>/etc/skel</file>.
9291           </p>
9292
9293           <p>
9294             Therefore, if a program needs a dotfile to exist in
9295             advance in <file>$HOME</file> to work sensibly, that dotfile
9296             should be installed in <file>/etc/skel</file> and treated as a
9297             configuration file.
9298           </p>
9299
9300           <p>
9301             However, programs that require dotfiles in order to
9302             operate sensibly are a bad thing, unless they do create
9303             the dotfiles themselves automatically.
9304           </p>
9305
9306           <p>
9307             Furthermore, programs should be configured by the Debian
9308             default installation to behave as closely to the upstream
9309             default behavior as possible.
9310           </p>
9311
9312           <p>
9313             Therefore, if a program in a Debian package needs to be
9314             configured in some way in order to operate sensibly, that
9315             should be done using a site-wide configuration file placed
9316             in <file>/etc</file>.  Only if the program doesn't support a
9317             site-wide default configuration and the package maintainer
9318             doesn't have time to add it may a default per-user file be
9319             placed in <file>/etc/skel</file>.
9320           </p>
9321
9322           <p>
9323             <file>/etc/skel</file> should be as empty as we can make it.
9324             This is particularly true because there is no easy (or
9325             necessarily desirable) mechanism for ensuring that the
9326             appropriate dotfiles are copied into the accounts of
9327             existing users when a package is installed.
9328           </p>
9329         </sect1>
9330       </sect>
9331
9332       <sect>
9333         <heading>Log files</heading>
9334         <p>
9335           Log files should usually be named
9336           <file>/var/log/<var>package</var>.log</file>.  If you have many
9337           log files, or need a separate directory for permission
9338           reasons (<file>/var/log</file> is writable only by
9339           <file>root</file>), you should usually create a directory named
9340           <file>/var/log/<var>package</var></file> and place your log
9341           files there.
9342         </p>
9343
9344         <p>
9345           Log files must be rotated occasionally so that they don't grow
9346           indefinitely.  The best way to do this is to install a log
9347           rotation configuration file in the
9348           directory <file>/etc/logrotate.d</file>, normally
9349           named <file>/etc/logrotate.d/<var>package</var></file>, and use
9350           the facilities provided by <prgn>logrotate</prgn>.
9351           <footnote>
9352             <p>
9353               The traditional approach to log files has been to set up
9354               <em>ad hoc</em> log rotation schemes using simple shell
9355               scripts and cron.  While this approach is highly
9356               customizable, it requires quite a lot of sysadmin work.
9357               Even though the original Debian system helped a little
9358               by automatically installing a system which can be used
9359               as a template, this was deemed not enough.
9360             </p>
9361
9362             <p>
9363               The use of <prgn>logrotate</prgn>, a program developed
9364               by Red Hat, is better, as it centralizes log management.
9365               It has both a configuration file
9366               (<file>/etc/logrotate.conf</file>) and a directory where
9367               packages can drop their individual log rotation
9368               configurations (<file>/etc/logrotate.d</file>).
9369             </p>
9370           </footnote>
9371           Here is a good example for a logrotate config
9372           file (for more information see <manref name="logrotate"
9373             section="8">):
9374           <example compact="compact">
9375 /var/log/foo/*.log {
9376     rotate 12
9377     weekly
9378     compress
9379     missingok
9380     postrotate
9381         start-stop-daemon -K -p /var/run/foo.pid -s HUP -x /usr/sbin/foo -q
9382     endscript
9383 }
9384           </example>
9385           This rotates all files under <file>/var/log/foo</file>, saves 12
9386           compressed generations, and tells the daemon to reopen its log
9387           files after the log rotation.  It skips this log rotation
9388           (via <tt>missingok</tt>) if no such log file is present, which
9389           avoids errors if the package is removed but not purged.
9390         </p>
9391
9392         <p>
9393           Log files should be removed when the package is
9394           purged (but not when it is only removed).  This should be
9395           done by the <prgn>postrm</prgn> script when it is called
9396           with the argument <tt>purge</tt> (see <ref
9397           id="removedetails">).
9398         </p>
9399       </sect>
9400
9401       <sect id="permissions-owners">
9402         <heading>Permissions and owners</heading>
9403
9404         <p>
9405           The rules in this section are guidelines for general use.
9406           If necessary you may deviate from the details below.
9407           However, if you do so you must make sure that what is done
9408           is secure and you should try to be as consistent as possible
9409           with the rest of the system.  You should probably also
9410           discuss it on <prgn>debian-devel</prgn> first.
9411         </p>
9412
9413         <p>
9414           Files should be owned by <tt>root:root</tt>, and made
9415           writable only by the owner and universally readable (and
9416           executable, if appropriate), that is mode 644 or 755.
9417         </p>
9418
9419         <p>
9420           Directories should be mode 755 or (for group-writability)
9421           mode 2775.  The ownership of the directory should be
9422           consistent with its mode: if a directory is mode 2775, it
9423           should be owned by the group that needs write access to
9424           it.<footnote>
9425             <p>
9426               When a package is upgraded, and the owner or permissions
9427               of a file included in the package has changed, dpkg
9428               arranges for the ownership and permissions to be
9429               correctly set upon installation. However, this does not
9430               extend to directories; the permissions and ownership of
9431               directories already on the system does not change on
9432               install or upgrade of packages.  This makes sense, since
9433               otherwise common directories like <tt>/usr</tt> would
9434               always be in flux.  To correctly change permissions of a
9435               directory the package owns, explicit action is required,
9436               usually in the <tt>postinst</tt> script. Care must be
9437               taken to handle downgrades as well, in that case.
9438             </p>
9439           </footnote>
9440         </p>
9441
9442         <p>
9443           Control information files should be owned by <tt>root:root</tt>
9444           and either mode 644 (for most files) or mode 755 (for
9445           executables such as <qref id="maintscripts">maintainer
9446           scripts</qref>).
9447         </p>
9448
9449         <p>
9450           Setuid and setgid executables should be mode 4755 or 2755
9451           respectively, and owned by the appropriate user or group.
9452           They should not be made unreadable (modes like 4711 or
9453           2711 or even 4111); doing so achieves no extra security,
9454           because anyone can find the binary in the freely available
9455           Debian package; it is merely inconvenient.  For the same
9456           reason you should not restrict read or execute permissions
9457           on non-set-id executables.
9458         </p>
9459
9460         <p>
9461           Some setuid programs need to be restricted to particular
9462           sets of users, using file permissions.  In this case they
9463           should be owned by the uid to which they are set-id, and by
9464           the group which should be allowed to execute them.  They
9465           should have mode 4754; again there is no point in making
9466           them unreadable to those users who must not be allowed to
9467           execute them.
9468         </p>
9469
9470         <p>
9471           It is possible to arrange that the system administrator can
9472           reconfigure the package to correspond to their local
9473           security policy by changing the permissions on a binary:
9474           they can do this by using <prgn>dpkg-statoverride</prgn>, as
9475           described below.<footnote>
9476             Ordinary files installed by <prgn>dpkg</prgn> (as
9477             opposed to <tt>conffile</tt>s and other similar objects)
9478             normally have their permissions reset to the distributed
9479             permissions when the package is reinstalled.  However,
9480             the use of <prgn>dpkg-statoverride</prgn> overrides this
9481             default behavior.
9482           </footnote>
9483           Another method you should consider is to create a group for
9484           people allowed to use the program(s) and make any setuid
9485           executables executable only by that group.
9486         </p>
9487
9488         <p>
9489           If you need to create a new user or group for your package
9490           there are two possibilities.  Firstly, you may need to
9491           make some files in the binary package be owned by this
9492           user or group, or you may need to compile the user or
9493           group id (rather than just the name) into the binary
9494           (though this latter should be avoided if possible, as in
9495           this case you need a statically allocated id).</p>
9496
9497         <p>
9498           If you need a statically allocated id, you must ask for a
9499           user or group id from the <tt>base-passwd</tt> maintainer,
9500           and must not release the package until you have been
9501           allocated one.  Once you have been allocated one you must
9502           either make the package depend on a version of the
9503           <tt>base-passwd</tt> package with the id present in
9504           <file>/etc/passwd</file> or <file>/etc/group</file>, or arrange for
9505           your package to create the user or group itself with the
9506           correct id (using <tt>adduser</tt>) in its
9507           <prgn>preinst</prgn> or <prgn>postinst</prgn>.  (Doing it in
9508           the <prgn>postinst</prgn> is to be preferred if it is
9509           possible, otherwise a pre-dependency will be needed on the
9510           <tt>adduser</tt> package.)
9511         </p>
9512
9513         <p>
9514           On the other hand, the program might be able to determine
9515           the uid or gid from the user or group name at runtime, so
9516           that a dynamically allocated id can be used.  In this case
9517           you should choose an appropriate user or group name,
9518           discussing this on <prgn>debian-devel</prgn> and checking
9519           with the <package/base-passwd/ maintainer that it is unique and that
9520           they do not wish you to use a statically allocated id
9521           instead.  When this has been checked you must arrange for
9522           your package to create the user or group if necessary using
9523           <prgn>adduser</prgn> in the <prgn>preinst</prgn> or
9524           <prgn>postinst</prgn> script (again, the latter is to be
9525           preferred if it is possible).
9526         </p>
9527
9528         <p>
9529           Note that changing the numeric value of an id associated
9530           with a name is very difficult, and involves searching the
9531           file system for all appropriate files.  You need to think
9532           carefully whether a static or dynamic id is required, since
9533           changing your mind later will cause problems.
9534         </p>
9535
9536         <sect1><heading>The use of <prgn>dpkg-statoverride</prgn></heading>
9537           <p>
9538             This section is not intended as policy, but as a
9539             description of the use of <prgn>dpkg-statoverride</prgn>.
9540           </p>
9541
9542           <p>
9543             If a system administrator wishes to have a file (or
9544             directory or other such thing) installed with owner and
9545             permissions different from those in the distributed Debian
9546             package, they can use the <prgn>dpkg-statoverride</prgn>
9547             program to instruct <prgn>dpkg</prgn> to use the different
9548             settings every time the file is installed.  Thus the
9549             package maintainer should distribute the files with their
9550             normal permissions, and leave it for the system
9551             administrator to make any desired changes.  For example, a
9552             daemon which is normally required to be setuid root, but
9553             in certain situations could be used without being setuid,
9554             should be installed setuid in the <tt>.deb</tt>.  Then the
9555             local system administrator can change this if they wish.
9556             If there are two standard ways of doing it, the package
9557             maintainer can use <tt>debconf</tt> to find out the
9558             preference, and call <prgn>dpkg-statoverride</prgn> in the
9559             maintainer script if necessary to accommodate the system
9560             administrator's choice. Care must be taken during
9561             upgrades to not override an existing setting.
9562           </p>
9563
9564           <p>
9565             Given the above, <prgn>dpkg-statoverride</prgn> is
9566             essentially a tool for system administrators and would not
9567             normally be needed in the maintainer scripts.  There is
9568             one type of situation, though, where calls to
9569             <prgn>dpkg-statoverride</prgn> would be needed in the
9570             maintainer scripts, and that involves packages which use
9571             dynamically allocated user or group ids.  In such a
9572             situation, something like the following idiom can be very
9573             helpful in the package's <prgn>postinst</prgn>, where
9574             <tt>sysuser</tt> is a dynamically allocated id:
9575             <example>
9576 for i in /usr/bin/foo /usr/sbin/bar
9577 do
9578   # only do something when no setting exists
9579   if ! dpkg-statoverride --list $i >/dev/null 2>&1
9580   then
9581     #include: debconf processing, question about foo and bar
9582     if [ "$RET" = "true" ] ; then
9583       dpkg-statoverride --update --add sysuser root 4755 $i
9584     fi
9585   fi
9586 done
9587             </example>
9588             The corresponding code to remove the override when the package
9589             is purged would be:
9590             <example>
9591 for i in /usr/bin/foo /usr/sbin/bar
9592 do
9593   if dpkg-statoverride --list $i >/dev/null 2>&1
9594   then
9595     dpkg-statoverride --remove $i
9596   fi
9597 done
9598             </example>
9599           </p>
9600         </sect1>
9601       </sect>
9602
9603       <sect id="filenames">
9604         <heading>File names</heading>
9605
9606         <p>
9607           The name of the files installed by binary packages in the system PATH
9608           (namely <tt>/bin</tt>, <tt>/sbin</tt>, <tt>/usr/bin</tt>,
9609           <tt>/usr/sbin</tt> and <tt>/usr/games</tt>) must be encoded in
9610           ASCII.
9611         </p>
9612
9613         <p>
9614           The name of the files and directories installed by binary packages
9615           outside the system PATH must be encoded in UTF-8 and should be
9616           restricted to ASCII when it is possible to do so.
9617         </p>
9618       </sect>
9619     </chapt>
9620
9621
9622     <chapt id="customized-programs">
9623       <heading>Customized programs</heading>
9624
9625       <sect id="arch-spec">
9626         <heading>Architecture specification strings</heading>
9627
9628         <p>
9629           If a program needs to specify an <em>architecture specification
9630           string</em> in some place, it should select one of the strings
9631           provided by <tt>dpkg-architecture -L</tt>. The strings are in
9632           the format <tt><var>os</var>-<var>arch</var></tt>, though the OS
9633           part is sometimes elided, as when the OS is Linux.
9634         </p>
9635
9636         <p>
9637           Note that we don't want to use
9638           <tt><var>arch</var>-debian-linux</tt> to apply to the rule
9639           <tt><var>architecture</var>-<var>vendor</var>-<var>os</var></tt>
9640           since this would make our programs incompatible with other
9641           Linux distributions.  We also don't use something like
9642           <tt><var>arch</var>-unknown-linux</tt>, since the
9643           <tt>unknown</tt> does not look very good.
9644         </p>
9645
9646         <sect1 id="arch-wildcard-spec">
9647           <heading>Architecture wildcards</heading>
9648
9649           <p>
9650             A package may specify an architecture wildcard. Architecture
9651             wildcards are in the format <tt>any</tt> (which matches every
9652             architecture), <tt><var>os</var></tt>-any, or
9653             any-<tt><var>cpu</var></tt>. <footnote>
9654               Internally, the package system normalizes the GNU triplets
9655               and the Debian arches into Debian arch triplets (which are
9656               kind of inverted GNU triplets), with the first component of
9657               the triplet representing the libc and ABI in use, and then
9658               does matching against those triplets.  However, such
9659               triplets are an internal implementation detail that should
9660               not be used by packages directly.  The libc and ABI portion
9661               is handled internally by the package system based on
9662               the <var>os</var> and <var>cpu</var>.
9663             </footnote>
9664           </p>
9665         </sect1>
9666       </sect>
9667
9668       <sect>
9669         <heading>Daemons</heading>
9670
9671         <p>
9672           The configuration files <file>/etc/services</file>,
9673           <file>/etc/protocols</file>, and <file>/etc/rpc</file> are managed
9674           by the <prgn>netbase</prgn> package and must not be modified
9675           by other packages.
9676         </p>
9677
9678         <p>
9679           If a package requires a new entry in one of these files, the
9680           maintainer should get in contact with the
9681           <prgn>netbase</prgn> maintainer, who will add the entries
9682           and release a new version of the <prgn>netbase</prgn>
9683           package.
9684         </p>
9685
9686         <p>
9687           The configuration file <file>/etc/inetd.conf</file> must not be
9688           modified by the package's scripts except via the
9689           <prgn>update-inetd</prgn> script or the
9690           <file>DebianNet.pm</file> Perl module.  See their documentation
9691           for details on how to add entries.
9692         </p>
9693
9694         <p>
9695           If a package wants to install an example entry into
9696           <file>/etc/inetd.conf</file>, the entry must be preceded with
9697           exactly one hash character (<tt>#</tt>). Such lines are
9698           treated as "commented out by user" by the
9699           <prgn>update-inetd</prgn> script and are not changed or
9700           activated during package updates.
9701         </p>
9702       </sect>
9703
9704       <sect>
9705         <heading>Using pseudo-ttys and modifying wtmp, utmp and
9706         lastlog</heading>
9707
9708         <p>
9709           Some programs need to create pseudo-ttys. This should be done
9710           using Unix98 ptys if the C library supports it. The resulting
9711           program must not be installed setuid root, unless that
9712           is required for other functionality.
9713         </p>
9714
9715         <p>
9716           The files <file>/var/run/utmp</file>, <file>/var/log/wtmp</file> and
9717           <file>/var/log/lastlog</file> must be installed writable by
9718           group <tt>utmp</tt>.  Programs which need to modify those
9719           files must be installed setgid <tt>utmp</tt>.
9720         </p>
9721       </sect>
9722
9723       <sect>
9724         <heading>Editors and pagers</heading>
9725
9726         <p>
9727           Some programs have the ability to launch an editor or pager
9728           program to edit or display a text document.  Since there are
9729           lots of different editors and pagers available in the Debian
9730           distribution, the system administrator and each user should
9731           have the possibility to choose their preferred editor and
9732           pager.
9733         </p>
9734
9735         <p>
9736           In addition, every program should choose a good default
9737           editor/pager if none is selected by the user or system
9738           administrator.
9739         </p>
9740
9741         <p>
9742           Thus, every program that launches an editor or pager must
9743           use the EDITOR or PAGER environment variable to determine
9744           the editor or pager the user wishes to use.  If these
9745           variables are not set, the programs <file>/usr/bin/editor</file>
9746           and <file>/usr/bin/pager</file> should be used, respectively.
9747         </p>
9748
9749         <p>
9750           These two files are managed through the <prgn>dpkg</prgn>
9751           "alternatives" mechanism.  Every package providing an editor or
9752           pager must call the <prgn>update-alternatives</prgn> script to
9753           register as an alternative for <file>/usr/bin/editor</file>
9754           or <file>/usr/bin/pager</file> as appropriate.  The alternative
9755           should have a slave alternative
9756           for <file>/usr/share/man/man1/editor.1.gz</file>
9757           or <file>/usr/share/man/man1/pager.1.gz</file> pointing to the
9758           corresponding manual page.
9759         </p>
9760
9761         <p>
9762           If it is very hard to adapt a program to make use of the
9763           EDITOR or PAGER variables, that program may be configured to
9764           use <file>/usr/bin/sensible-editor</file> and
9765           <file>/usr/bin/sensible-pager</file> as the editor or pager
9766           program respectively.  These are two scripts provided in the
9767           <package>sensible-utils</package> package that check the EDITOR
9768           and PAGER variables and launch the appropriate program, and fall
9769           back to <file>/usr/bin/editor</file>
9770           and <file>/usr/bin/pager</file> if the variable is not set.
9771         </p>
9772
9773         <p>
9774           A program may also use the VISUAL environment variable to
9775           determine the user's choice of editor.  If it exists, it
9776           should take precedence over EDITOR.  This is in fact what
9777           <file>/usr/bin/sensible-editor</file> does.
9778         </p>
9779
9780         <p>
9781           It is not required for a package to depend on
9782           <tt>editor</tt> and <tt>pager</tt>, nor is it required for a
9783           package to provide such virtual packages.<footnote>
9784               The Debian base system already provides an editor and a
9785               pager program.
9786           </footnote>
9787         </p>
9788       </sect>
9789
9790       <sect id="web-appl">
9791         <heading>Web servers and applications</heading>
9792
9793         <p>
9794           This section describes the locations and URLs that should
9795           be used by all web servers and web applications in the
9796           Debian system.
9797         </p>
9798
9799         <p>
9800           <enumlist>
9801             <item>
9802                 Cgi-bin executable files are installed in the
9803                 directory
9804                 <example compact="compact">
9805 /usr/lib/cgi-bin/<var>cgi-bin-name</var>
9806                 </example>
9807                 or a subdirectory of that directory, and should be
9808                 referred to as
9809                 <example compact="compact">
9810 http://localhost/cgi-bin/<var>cgi-bin-name</var>
9811                 </example>
9812                 (possibly with a subdirectory name
9813                 before <var>cgi-bin-name</var>).
9814             </item>
9815
9816             <item>
9817               <p>(Deleted)</p>
9818             </item>
9819
9820             <item>
9821               <p>Access to images</p>
9822               <p>
9823                 It is recommended that images for a package be stored
9824                 in <tt>/usr/share/images/<var>package</var></tt> and
9825                 may be referred to through an alias <tt>/images/</tt>
9826                 as
9827                 <example>
9828                   http://localhost/images/&lt;package&gt;/&lt;filename&gt;     
9829                 </example>
9830                 
9831               </p>
9832             </item>
9833
9834             <item>
9835               <p>Web Document Root</p>
9836
9837               <p>
9838                 Web Applications should try to avoid storing files in
9839                 the Web Document Root.  Instead they should use the
9840                 /usr/share/doc/<var>package</var> directory for
9841                 documents and register the Web Application via the
9842                 <package>doc-base</package> package.  If access to the
9843                 web document root is unavoidable then use
9844                 <example compact="compact">
9845 /var/www
9846                 </example>
9847                 as the Document Root.  This might be just a symbolic
9848                 link to the location where the system administrator
9849                 has put the real document root.
9850               </p>
9851             </item>
9852             <item><p>Providing httpd and/or httpd-cgi</p>
9853               <p>
9854                 All web servers should provide the virtual package
9855                 <tt>httpd</tt>. If a web server has CGI support it should
9856                 provide <tt>httpd-cgi</tt> additionally.
9857               </p>
9858               <p>
9859                 All web applications which do not contain CGI scripts should
9860                 depend on <tt>httpd</tt>, all those web applications which
9861                 <tt>do</tt> contain CGI scripts, should depend on
9862                 <tt>httpd-cgi</tt>.
9863               </p>
9864             </item>
9865           </enumlist>
9866         </p>
9867       </sect>
9868
9869       <sect id="mail-transport-agents">
9870         <heading>Mail transport, delivery and user agents</heading>
9871
9872         <p>
9873           Debian packages which process electronic mail, whether mail
9874           user agents (MUAs) or mail transport agents (MTAs), must
9875           ensure that they are compatible with the configuration
9876           decisions below.  Failure to do this may result in lost
9877           mail, broken <tt>From:</tt> lines, and other serious brain
9878           damage!
9879         </p>
9880
9881         <p>
9882           The mail spool is <file>/var/mail</file> and the interface to
9883           send a mail message is <file>/usr/sbin/sendmail</file> (as per
9884           the FHS).  On older systems, the mail spool may be
9885           physically located in <file>/var/spool/mail</file>, but all
9886           access to the mail spool should be via the
9887           <file>/var/mail</file> symlink.  The mail spool is part of the
9888           base system and not part of the MTA package.
9889         </p>
9890
9891         <p>
9892           All Debian MUAs, MTAs, MDAs and other mailbox accessing
9893           programs (such as IMAP daemons) must lock the mailbox in an
9894           NFS-safe way. This means that <tt>fcntl()</tt> locking must
9895           be combined with dot locking.  To avoid deadlocks, a program
9896           should use <tt>fcntl()</tt> first and dot locking after
9897           this, or alternatively implement the two locking methods in
9898           a non blocking way<footnote>
9899               If it is not possible to establish both locks, the
9900               system shouldn't wait for the second lock to be
9901               established, but remove the first lock, wait a (random)
9902               time, and start over locking again.
9903           </footnote>. Using the functions <tt>maillock</tt> and
9904           <tt>mailunlock</tt> provided by the
9905           <tt>liblockfile*</tt><footnote>
9906               You will need to depend on <tt>liblockfile1 (&gt;&gt;1.01)</tt>
9907               to use these functions.
9908           </footnote> packages is the recommended way to realize this.
9909         </p>
9910
9911         <p>
9912           Mailboxes are generally either mode 600 and owned by
9913           <var>user</var> or mode 660 and owned by
9914           <tt><var>user</var>:mail</tt><footnote>
9915             There are two traditional permission schemes for mail spools:
9916             mode 600 with all mail delivery done by processes running as
9917             the destination user, or mode 660 and owned by group mail with
9918             mail delivery done by a process running as a system user in
9919             group mail.  Historically, Debian required mode 660 mail
9920             spools to enable the latter model, but that model has become
9921             increasingly uncommon and the principle of least privilege
9922             indicates that mail systems that use the first model should
9923             use permissions of 600.  If delivery to programs is permitted,
9924             it's easier to keep the mail system secure if the delivery
9925             agent runs as the destination user.  Debian Policy therefore
9926             permits either scheme.
9927           </footnote>. The local system administrator may choose a
9928           different permission scheme; packages should not make
9929           assumptions about the permission and ownership of mailboxes
9930           unless required (such as when creating a new mailbox).  A MUA
9931           may remove a mailbox (unless it has nonstandard permissions) in
9932           which case the MTA or another MUA must recreate it if needed.
9933         </p>
9934
9935         <p>
9936           The mail spool is 2775 <tt>root:mail</tt>, and MUAs should
9937           be setgid mail to do the locking mentioned above (and
9938           must obviously avoid accessing other users' mailboxes
9939           using this privilege).</p>
9940
9941         <p>
9942           <file>/etc/aliases</file> is the source file for the system mail
9943           aliases (e.g., postmaster, usenet, etc.), it is the one
9944           which the sysadmin and <prgn>postinst</prgn> scripts may
9945           edit.  After <file>/etc/aliases</file> is edited the program or
9946           human editing it must call <prgn>newaliases</prgn>.  All MTA
9947           packages must come with a <prgn>newaliases</prgn> program,
9948           even if it does nothing, but older MTA packages did not do
9949           this so programs should not fail if <prgn>newaliases</prgn>
9950           cannot be found.  Note that because of this, all MTA
9951           packages must have <tt>Provides</tt>, <tt>Conflicts</tt> and
9952           <tt>Replaces: mail-transport-agent</tt> control fields.
9953         </p>
9954
9955         <p>
9956           The convention of writing <tt>forward to
9957             <var>address</var></tt> in the mailbox itself is not
9958           supported.  Use a <tt>.forward</tt> file instead.</p>
9959
9960         <p>
9961           The <prgn>rmail</prgn> program used by UUCP
9962           for incoming mail should be  <file>/usr/sbin/rmail</file>.
9963           Likewise, <prgn>rsmtp</prgn>, for receiving
9964           batch-SMTP-over-UUCP, should be <file>/usr/sbin/rsmtp</file> if it
9965           is supported.</p>
9966
9967         <p>
9968           If your package needs to know what hostname to use on (for
9969           example) outgoing news and mail messages which are generated
9970           locally, you should use the file <file>/etc/mailname</file>.  It
9971           will contain the portion after the username and <tt>@</tt>
9972           (at) sign for email addresses of users on the machine
9973           (followed by a newline).
9974         </p>
9975
9976         <p>
9977           Such a package should check for the existence of this file
9978           when it is being configured.  If it exists, it should be
9979           used without comment, although an MTA's configuration script
9980           may wish to prompt the user even if it finds that this file
9981           exists.  If the file does not exist, the package should
9982           prompt the user for the value (preferably using
9983           <prgn>debconf</prgn>) and store it in <file>/etc/mailname</file>
9984           as well as using it in the package's configuration.  The
9985           prompt should make it clear that the name will not just be
9986           used by that package.  For example, in this situation the
9987           <tt>inn</tt> package could say something like:
9988           <example compact="compact">
9989 Please enter the "mail name" of your system.  This is the
9990 hostname portion of the address to be shown on outgoing
9991 news and mail messages.  The default is
9992 <var>syshostname</var>, your system's host name.  Mail
9993 name ["<var>syshostname</var>"]:
9994           </example>
9995           where <var>syshostname</var> is the output of <tt>hostname
9996             --fqdn</tt>.
9997         </p>
9998       </sect>
9999
10000       <sect>
10001         <heading>News system configuration</heading>
10002
10003         <p>
10004           All the configuration files related to the NNTP (news)
10005           servers and clients should be located under
10006           <file>/etc/news</file>.</p>
10007
10008         <p>
10009           There are some configuration issues that apply to a number
10010           of news clients and server packages on the machine. These
10011           are:
10012
10013           <taglist>
10014             <tag><file>/etc/news/organization</file></tag>
10015             <item>
10016                 A string which should appear as the
10017                 organization header for all messages posted
10018                 by NNTP clients on the machine
10019             </item>
10020
10021             <tag><file>/etc/news/server</file></tag>
10022             <item>
10023                 Contains the FQDN of the upstream NNTP
10024                 server, or localhost if the local machine is
10025                 an NNTP server.
10026             </item>
10027           </taglist>
10028
10029           Other global files may be added as required for cross-package news
10030           configuration.
10031         </p>
10032       </sect>
10033
10034
10035       <sect>
10036         <heading>Programs for the X Window System</heading>
10037
10038         <sect1>
10039           <heading>Providing X support and package priorities</heading>
10040
10041           <p>
10042             Programs that can be configured with support for the X
10043             Window System must be configured to do so and must declare
10044             any package dependencies necessary to satisfy their
10045             runtime requirements when using the X Window System.  If
10046             such a package is of higher priority than the X packages
10047             on which it depends, it is required that either the
10048             X-specific components be split into a separate package, or
10049             that an alternative version of the package, which includes
10050             X support, be provided, or that the package's priority be
10051             lowered.
10052           </p>
10053         </sect1>
10054
10055         <sect1>
10056           <heading>Packages providing an X server</heading>
10057
10058           <p>
10059             Packages that provide an X server that, directly or
10060             indirectly, communicates with real input and display
10061             hardware should declare in their <tt>Provides</tt> control
10062             field that they provide the virtual
10063             package <tt>xserver</tt>.<footnote>
10064                 This implements current practice, and provides an
10065                 actual policy for usage of the <tt>xserver</tt>
10066                 virtual package which appears in the virtual packages
10067                 list.  In a nutshell, X servers that interface
10068                 directly with the display and input hardware or via
10069                 another subsystem (e.g., GGI) should provide
10070                 <tt>xserver</tt>.  Things like <tt>Xvfb</tt>,
10071                 <tt>Xnest</tt>, and <tt>Xprt</tt> should not.
10072             </footnote>
10073           </p>
10074         </sect1>
10075
10076         <sect1>
10077           <heading>Packages providing a terminal emulator</heading>
10078
10079           <p>
10080             Packages that provide a terminal emulator for the X Window
10081             System which meet the criteria listed below should declare in
10082             their <tt>Provides</tt> control field that they provide the
10083             virtual package <tt>x-terminal-emulator</tt>.  They should
10084             also register themselves as an alternative for
10085             <file>/usr/bin/x-terminal-emulator</file>, with a priority of
10086             20.  That alternative should have a slave alternative
10087             for <file>/usr/share/man/man1/x-terminal-emulator.1.gz</file>
10088             pointing to the corresponding manual page.
10089           </p>
10090
10091           <p>
10092             To be an <tt>x-terminal-emulator</tt>, a program must:
10093             <list compact="compact">
10094               <item>
10095                   Be able to emulate a DEC VT100 terminal, or a
10096                   compatible terminal.
10097               </item>
10098
10099               <item>
10100                   Support the command-line option <tt>-e
10101                     <var>command</var></tt>, which creates a new
10102                   terminal window<footnote>
10103                       "New terminal window" does not necessarily mean
10104                       a new top-level X window directly parented by
10105                       the window manager; it could, if the terminal
10106                       emulator application were so coded, be a new
10107                       "view" in a multiple-document interface (MDI).
10108                   </footnote>
10109                   and runs the specified <var>command</var>,
10110                   interpreting the entirety of the rest of the command
10111                   line as a command to pass straight to exec, in the
10112                   manner that <tt>xterm</tt> does.
10113               </item>
10114
10115               <item>
10116                   Support the command-line option <tt>-T
10117                     <var>title</var></tt>, which creates a new terminal
10118                   window with the window title <var>title</var>.
10119               </item>
10120             </list>
10121           </p>
10122         </sect1>
10123
10124         <sect1>
10125           <heading>Packages providing a window manager</heading>
10126
10127           <p>
10128             Packages that provide a window manager should declare in
10129             their <tt>Provides</tt> control field that they provide the
10130             virtual package <tt>x-window-manager</tt>.  They should also
10131             register themselves as an alternative for
10132             <file>/usr/bin/x-window-manager</file>, with a priority
10133             calculated as follows:
10134             <list compact="compact">
10135               <item>
10136                   Start with a priority of 20.
10137               </item>
10138
10139               <item>
10140                   If the window manager supports the Debian menu
10141                   system, add 20 points if this support is available
10142                   in the package's default configuration (i.e., no
10143                   configuration files belonging to the system or user
10144                   have to be edited to activate the feature); if
10145                   configuration files must be modified, add only 10
10146                   points.
10147                 </p>
10148               </item>
10149
10150               <item>
10151                   If the window manager complies with <url
10152                     id="http://www.freedesktop.org/wiki/Specifications/wm-spec"
10153                     name="The Window Manager Specification Project">,
10154                   written by the <url id="http://www.freedesktop.org/wiki/"
10155                     name="Free Desktop Group">, add 40 points.
10156               </item>
10157
10158               <item>
10159                   If the window manager permits the X session to be
10160                   restarted using a <em>different</em> window manager
10161                   (without killing the X server) in its default
10162                   configuration, add 10 points; otherwise add none.
10163               </item>
10164             </list>
10165             That alternative should have a slave alternative
10166             for <file>/usr/share/man/man1/x-window-manager.1.gz</file>
10167             pointing to the corresponding manual page.
10168           </p>
10169         </sect1>
10170
10171         <sect1>
10172           <heading>Packages providing fonts</heading>
10173
10174           <p>
10175             Packages that provide fonts for the X Window
10176             System<footnote>
10177                 For the purposes of Debian Policy, a "font for the X
10178                 Window System" is one which is accessed via X protocol
10179                 requests.  Fonts for the Linux console, for PostScript
10180                 renderer, or any other purpose, do not fit this
10181                 definition.  Any tool which makes such fonts available
10182                 to the X Window System, however, must abide by this
10183                 font policy.
10184             </footnote>
10185             must do a number of things to ensure that they are both
10186             available without modification of the X or font server
10187             configuration, and that they do not corrupt files used by
10188             other font packages to register information about
10189             themselves.
10190             <enumlist>
10191               <item>
10192                   Fonts of any type supported by the X Window System
10193                   must be in a separate binary package from any
10194                   executables, libraries, or documentation (except
10195                   that specific to the fonts shipped, such as their
10196                   license information).  If one or more of the fonts
10197                   so packaged are necessary for proper operation of
10198                   the package with which they are associated the font
10199                   package may be Recommended; if the fonts merely
10200                   provide an enhancement, a Suggests relationship may
10201                   be used.  Packages must not Depend on font
10202                   packages.<footnote>
10203                       This is because the X server may retrieve fonts
10204                       from the local file system or over the network
10205                       from an X font server; the Debian package system
10206                       is empowered to deal only with the local
10207                       file system.
10208                   </footnote>
10209               </item>
10210
10211               <item>
10212                   BDF fonts must be converted to PCF fonts with the
10213                   <prgn>bdftopcf</prgn> utility (available in the
10214                   <tt>xfonts-utils</tt> package, <prgn>gzip</prgn>ped, and
10215                   placed in a directory that corresponds to their
10216                   resolution:
10217                   <list compact="compact">
10218                     <item>
10219                         100 dpi fonts must be placed in
10220                         <file>/usr/share/fonts/X11/100dpi/</file>.
10221                     </item>
10222
10223                     <item>
10224                         75 dpi fonts must be placed in
10225                         <file>/usr/share/fonts/X11/75dpi/</file>.
10226                     </item>
10227
10228                     <item>
10229                         Character-cell fonts, cursor fonts, and other
10230                         low-resolution fonts must be placed in
10231                         <file>/usr/share/fonts/X11/misc/</file>.
10232                     </item>
10233                   </list>
10234               </item>
10235
10236               <item>
10237                   Type 1 fonts must be placed in
10238                   <file>/usr/share/fonts/X11/Type1/</file>.  If font
10239                   metric files are available, they must be placed here
10240                   as well.
10241               </item>
10242
10243               <item>
10244                   Subdirectories of <file>/usr/share/fonts/X11/</file>
10245                   other than those listed above must be neither
10246                   created nor used.  (The <file>PEX</file>, <file>CID</file>,
10247                   <file>Speedo</file>, and <file>cyrillic</file> directories
10248                   are excepted for historical reasons, but installation of
10249                   files into these directories remains discouraged.)
10250               </item>
10251
10252               <item>
10253                   Font packages may, instead of placing files directly
10254                   in the X font directories listed above, provide
10255                   symbolic links in that font directory pointing to
10256                   the files' actual location in the filesystem.  Such
10257                   a location must comply with the FHS.
10258               </item>
10259
10260               <item>
10261                   Font packages should not contain both 75dpi and
10262                   100dpi versions of a font.  If both are available,
10263                   they should be provided in separate binary packages
10264                   with <tt>-75dpi</tt> or <tt>-100dpi</tt> appended to
10265                   the names of the packages containing the
10266                   corresponding fonts.
10267               </item>
10268
10269               <item>
10270                   Fonts destined for the <file>misc</file> subdirectory
10271                   should not be included in the same package as 75dpi
10272                   or 100dpi fonts; instead, they should be provided in
10273                   a separate package with <tt>-misc</tt> appended to
10274                   its name.
10275               </item>
10276
10277               <item>
10278                   Font packages must not provide the files
10279                   <file>fonts.dir</file>, <file>fonts.alias</file>, or
10280                   <file>fonts.scale</file> in a font directory:
10281                   <list>
10282                     <item>
10283                         <file>fonts.dir</file> files must not be provided at all.
10284                     </item>
10285
10286                     <item>
10287                         <file>fonts.alias</file> and <file>fonts.scale</file>
10288                         files, if needed, should be provided in the
10289                         directory
10290                         <file>/etc/X11/fonts/<var>fontdir</var>/<var>package</var>.<var>extension</var></file>,
10291                         where <var>fontdir</var> is the name of the
10292                         subdirectory of
10293                         <file>/usr/share/fonts/X11/</file> where the
10294                         package's corresponding fonts are stored
10295                         (e.g., <tt>75dpi</tt> or <tt>misc</tt>),
10296                         <var>package</var> is the name of the package
10297                         that provides these fonts, and
10298                         <var>extension</var> is either <tt>scale</tt>
10299                         or <tt>alias</tt>, whichever corresponds to
10300                         the file contents.
10301                     </item>
10302                   </list>
10303               </item>
10304
10305               <item>
10306                   Font packages must declare a dependency on
10307                   <tt>xfonts-utils</tt> in their <tt>Depends</tt>
10308                   or <tt>Pre-Depends</tt> control field.
10309               </item>
10310
10311               <item>
10312                   Font packages that provide one or more
10313                   <file>fonts.scale</file> files as described above must
10314                   invoke <prgn>update-fonts-scale</prgn> on each
10315                   directory into which they installed fonts
10316                   <em>before</em> invoking
10317                   <prgn>update-fonts-dir</prgn> on that directory.
10318                   This invocation must occur in both the
10319                   <prgn>postinst</prgn> (for all arguments) and
10320                   <prgn>postrm</prgn> (for all arguments except
10321                   <tt>upgrade</tt>) scripts.
10322               </item>
10323
10324               <item>
10325                   Font packages that provide one or more
10326                   <file>fonts.alias</file> files as described above must
10327                   invoke <prgn>update-fonts-alias</prgn> on each
10328                   directory into which they installed fonts.  This
10329                   invocation must occur in both the
10330                   <prgn>postinst</prgn> (for all arguments) and
10331                   <prgn>postrm</prgn> (for all arguments except
10332                   <tt>upgrade</tt>) scripts.
10333               </item>
10334
10335               <item>
10336                   Font packages must invoke
10337                   <prgn>update-fonts-dir</prgn> on each directory into
10338                   which they installed fonts.  This invocation must
10339                   occur in both the <prgn>postinst</prgn> (for all
10340                   arguments) and <prgn>postrm</prgn> (for all
10341                   arguments except <tt>upgrade</tt>) scripts.
10342               </item>
10343
10344               <item>
10345                   Font packages must not provide alias names for the
10346                   fonts they include which collide with alias names
10347                   already in use by fonts already packaged.
10348               </item>
10349
10350               <item>
10351                   Font packages must not provide fonts with the same
10352                   XLFD registry name as another font already packaged.
10353               </item>
10354             </enumlist>
10355           </p>
10356         </sect1>
10357
10358         <sect1 id="appdefaults">
10359           <heading>Application defaults files</heading>
10360
10361           <p>
10362             Application defaults files must be installed in the
10363             directory <file>/etc/X11/app-defaults/</file> (use of a
10364             localized subdirectory of <file>/etc/X11/</file> as described
10365             in the <em>X Toolkit Intrinsics - C Language
10366             Interface</em> manual is also permitted).  They must be
10367             registered as <tt>conffile</tt>s or handled as
10368             configuration files.
10369           </p>
10370
10371           <p>
10372             Customization of programs' X resources may also be
10373             supported with the provision of a file with the same name
10374             as that of the package placed in
10375             the <file>/etc/X11/Xresources/</file> directory, which
10376             must be registered as a <tt>conffile</tt> or handled as a
10377             configuration file.<footnote>
10378                 Note that this mechanism is not the same as using
10379                 app-defaults; app-defaults are tied to the client
10380                 binary on the local file system, whereas X resources
10381                 are stored in the X server and affect all connecting
10382                 clients.
10383             </footnote>
10384           </p>
10385         </sect1>
10386
10387         <sect1>
10388           <heading>Installation directory issues</heading>
10389
10390           <p>
10391             Historically, packages using the X Window System used a
10392             separate set of installation directories from other packages.
10393             This practice has been discontinued and packages using the X
10394             Window System should now generally be installed in the same
10395             directories as any other package.  Specifically, packages must
10396             not install files under the <file>/usr/X11R6/</file> directory
10397             and the <file>/usr/X11R6/</file> directory hierarchy should be
10398             regarded as obsolete.
10399           </p>
10400
10401           <p>
10402             Include files previously installed under
10403             <file>/usr/X11R6/include/X11/</file> should be installed into
10404             <file>/usr/include/X11/</file>.  For files previously
10405             installed into subdirectories of
10406             <file>/usr/X11R6/lib/X11/</file>, package maintainers should
10407             determine if subdirectories of <file>/usr/lib/</file> and
10408             <file>/usr/share/</file> can be used.  If not, a subdirectory
10409             of <file>/usr/lib/X11/</file> should be used.
10410           </p>
10411
10412           <p>
10413             Configuration files for window, display, or session managers
10414             or other applications that are tightly integrated with the X
10415             Window System may be placed in a subdirectory
10416             of <file>/etc/X11/</file> corresponding to the package name.
10417             Other X Window System applications should use
10418             the <file>/etc/</file> directory unless otherwise mandated by
10419             policy (such as for <ref id="appdefaults">).
10420           </p>
10421         </sect1>
10422       </sect>
10423
10424       <sect id="perl">
10425         <heading>Perl programs and modules</heading>
10426
10427         <p>
10428           Perl programs and modules should follow the current Perl policy.
10429         </p>
10430
10431         <p>
10432           The Perl policy can be found in the <tt>perl-policy</tt>
10433           files in the <tt>debian-policy</tt> package.
10434           It is also available from the Debian web mirrors at
10435           <tt><url name="/doc/packaging-manuals/perl-policy/"
10436                 id="http://www.debian.org/doc/packaging-manuals/perl-policy/"></tt>.
10437         </p>
10438       </sect>
10439
10440       <sect id="emacs">
10441         <heading>Emacs lisp programs</heading>
10442
10443         <p>
10444           Please refer to the "Debian Emacs Policy" for details of how to
10445           package emacs lisp programs.
10446         </p>
10447
10448         <p>
10449           The Emacs policy is available in
10450           <file>debian-emacs-policy.gz</file> of the
10451           <package>emacsen-common</package> package.
10452           It is also available from the Debian web mirrors at
10453           <tt><url name="/doc/packaging-manuals/debian-emacs-policy"
10454                 id="http://www.debian.org/doc/packaging-manuals/debian-emacs-policy"></tt>.
10455         </p>
10456       </sect>
10457
10458       <sect>
10459         <heading>Games</heading>
10460
10461         <p>
10462           The permissions on <file>/var/games</file> are mode 755, owner
10463           <tt>root</tt> and group <tt>root</tt>.
10464         </p>
10465
10466         <p>
10467           Each game decides on its own security policy.</p>
10468
10469         <p>
10470           Games which require protected, privileged access to
10471           high-score files, saved games, etc., may be made
10472           set-<em>group</em>-id (mode 2755) and owned by
10473           <tt>root:games</tt>, and use files and directories with
10474           appropriate permissions (770 <tt>root:games</tt>, for
10475           example).  They must not be made
10476           set-<em>user</em>-id, as this causes security problems. (If
10477           an attacker can subvert any set-user-id game they can
10478           overwrite the executable of any other, causing other players
10479           of these games to run a Trojan horse program.  With a
10480           set-group-id game the attacker only gets access to less
10481           important game data, and if they can get at the other
10482           players' accounts at all it will take considerably more
10483           effort.)</p>
10484
10485         <p>
10486           Some packages, for example some fortune cookie programs, are
10487           configured by the upstream authors to install with their
10488           data files or other static information made unreadable so
10489           that they can only be accessed through set-id programs
10490           provided.  You should not do this in a Debian package: anyone can
10491           download the <file>.deb</file> file and read the data from it,
10492           so there is no point making the files unreadable.  Not
10493           making the files unreadable also means that you don't have
10494           to make so many programs set-id, which reduces the risk of a
10495           security hole.</p>
10496
10497         <p>
10498           As described in the FHS, binaries of games should be
10499           installed in the directory <file>/usr/games</file>. This also
10500           applies to games that use the X Window System. Manual pages
10501           for games (X and non-X games) should be installed in
10502           <file>/usr/share/man/man6</file>.</p>
10503       </sect>
10504     </chapt>
10505
10506
10507     <chapt id="docs">
10508       <heading>Documentation</heading>
10509
10510       <sect>
10511         <heading>Manual pages</heading>
10512
10513         <p>
10514           You should install manual pages in <prgn>nroff</prgn> source
10515           form, in appropriate places under <file>/usr/share/man</file>.
10516           You should only use sections 1 to 9 (see the FHS for more
10517           details).  You must not install a pre-formatted "cat page".
10518         </p>
10519
10520         <p>
10521           Each program, utility, and function should have an
10522           associated manual page included in the same package. It is
10523           suggested that all configuration files also have a manual
10524           page included as well. Manual pages for protocols and other
10525           auxiliary things are optional.
10526         </p>
10527
10528         <p>
10529           If no manual page is available, this is considered as a bug
10530           and should be reported to the Debian Bug Tracking System (the
10531           maintainer of the package is allowed to write this bug report
10532           themselves, if they so desire).  Do not close the bug report
10533           until a proper man page is available.<footnote>
10534               It is not very hard to write a man page. See the
10535               <url id="http://www.schweikhardt.net/man_page_howto.html"
10536                 name="Man-Page-HOWTO">,
10537               <manref name="man" section="7">, the examples created
10538               by <prgn>dh_make</prgn>, the helper
10539               program <prgn>help2man</prgn>, or the
10540               directory <file>/usr/share/doc/man-db/examples</file>.
10541           </footnote>
10542         </p>
10543
10544         <p>
10545           You may forward a complaint about a missing man page to the
10546           upstream authors, and mark the bug as forwarded in the
10547           Debian bug tracking system.  Even though the GNU Project do
10548           not in general consider the lack of a man page to be a bug,
10549           we do; if they tell you that they don't consider it a bug
10550           you should leave the bug in our bug tracking system open
10551           anyway.
10552         </p>
10553
10554         <p>
10555           Manual pages should be installed compressed using <tt>gzip -9</tt>.
10556         </p>
10557
10558         <p>
10559           If one man page needs to be accessible via several names it
10560           is better to use a symbolic link than the <file>.so</file>
10561           feature, but there is no need to fiddle with the relevant
10562           parts of the upstream source to change from <file>.so</file> to
10563           symlinks: don't do it unless it's easy.  You should not
10564           create hard links in the manual page directories, nor put
10565           absolute filenames in <file>.so</file> directives.  The filename
10566           in a <file>.so</file> in a man page should be relative to the
10567           base of the man page tree (usually
10568           <file>/usr/share/man</file>). If you do not create any links
10569           (whether symlinks, hard links, or <tt>.so</tt> directives)
10570           in the file system to the alternate names of the man page,
10571           then you should not rely on <prgn>man</prgn> finding your
10572           man page under those names based solely on the information in
10573           the man page's header.<footnote>
10574               Supporting this in <prgn>man</prgn> often requires
10575               unreasonable processing time to find a manual page or to
10576               report that none exists, and moves knowledge into man's
10577               database that would be better left in the file system.
10578               This support is therefore deprecated and will cease to
10579               be present in the future.
10580           </footnote>
10581         </p>
10582
10583         <p>
10584           Manual pages in locale-specific subdirectories of
10585           <file>/usr/share/man</file> should use either UTF-8 or the usual
10586           legacy encoding for that language (normally the one corresponding
10587           to the shortest relevant locale name in
10588           <file>/usr/share/i18n/SUPPORTED</file>). For example, pages under
10589           <file>/usr/share/man/fr</file> should use either UTF-8 or
10590           ISO-8859-1.<footnote>
10591             <prgn>man</prgn> will automatically detect whether UTF-8 is in
10592             use. In future, all manual pages will be required to use
10593             UTF-8.
10594           </footnote>
10595         </p>
10596
10597         <p>
10598           A country name (the <tt>DE</tt> in <tt>de_DE</tt>) should not be
10599           included in the subdirectory name unless it indicates a
10600           significant difference in the language, as this excludes
10601           speakers of the language in other countries.<footnote>
10602             At the time of writing, Chinese and Portuguese are the main
10603             languages with such differences, so <file>pt_BR</file>,
10604             <file>zh_CN</file>, and <file>zh_TW</file> are all allowed.
10605           </footnote>
10606         </p>
10607
10608         <p>
10609           If a localized version of a manual page is provided, it should
10610           either be up-to-date or it should be obvious to the reader that
10611           it is outdated and the original manual page should be used
10612           instead.  This can be done either by a note at the beginning of
10613           the manual page or by showing the missing or changed portions in
10614           the original language instead of the target language.
10615         </p>
10616       </sect>
10617
10618       <sect>
10619         <heading>Info documents</heading>
10620
10621         <p>
10622           Info documents should be installed in <file>/usr/share/info</file>.
10623           They should be compressed with <tt>gzip -9</tt>.
10624         </p>
10625
10626         <p>
10627           The <prgn>install-info</prgn> program maintains a directory of
10628           installed info documents in <file>/usr/share/info/dir</file> for the
10629           use of info readers.  This file must not be included in packages
10630           other than <package>install-info</package>.
10631         </p>
10632
10633         <p>
10634           <prgn>install-info</prgn> is automatically invoked when
10635           appropriate using dpkg triggers.  Packages other than
10636           <package>install-info</package> <em>should not</em> invoke
10637           <prgn>install-info</prgn> directly and <em>should not</em>
10638           depend on, recommend, or suggest <package>install-info</package>
10639           for this purpose.
10640         </p>
10641
10642         <p>
10643           Info readers requiring the <file>/usr/share/info/dir</file> file
10644           should depend on <package>install-info</package>.
10645         </p>
10646
10647         <p>
10648           Info documents should contain section and directory entry
10649           information in the document for the use
10650           of <prgn>install-info</prgn>.  The section should be specified
10651           via a line starting with <tt>INFO-DIR-SECTION</tt> followed by a
10652           space and the section of this info page.  The directory entry or
10653           entries should be included between
10654           a <tt>START-INFO-DIR-ENTRY</tt> line and
10655           an <tt>END-INFO-DIR-ENTRY</tt> line.  For example:
10656           <example>
10657 INFO-DIR-SECTION Individual utilities
10658 START-INFO-DIR-ENTRY
10659 * example: (example).               An example info directory entry.
10660 END-INFO-DIR-ENTRY
10661           </example>
10662           To determine which section to use, you should look
10663           at <file>/usr/share/info/dir</file> on your system and choose
10664           the most relevant (or create a new section if none of the
10665           current sections are relevant).<footnote>
10666             Normally, info documents are generated from Texinfo source.
10667             To include this information in the generated info document, if
10668             it is absent, add commands like:
10669             <example>
10670 @dircategory Individual utilities
10671 @direntry
10672 * example: (example).               An example info directory entry.
10673 @end direntry
10674             </example>
10675             to the Texinfo source of the document and ensure that the info
10676             documents are rebuilt from source during the package build.
10677           </footnote>
10678         </p>
10679       </sect>
10680
10681       <sect>
10682         <heading>Additional documentation</heading>
10683
10684         <p>
10685           Any additional documentation that comes with the package may
10686           be installed at the discretion of the package maintainer.
10687           Plain text documentation should be installed in the directory
10688           <file>/usr/share/doc/<var>package</var></file>, where
10689           <var>package</var> is the name of the package, and
10690           compressed with <tt>gzip -9</tt> unless it is small.
10691         </p>
10692
10693         <p>
10694           If a package comes with large amounts of documentation which
10695           many users of the package will not require you should create
10696           a separate binary package to contain it, so that it does not
10697           take up disk space on the machines of users who do not need
10698           or want it installed.</p>
10699
10700         <p>
10701           It is often a good idea to put text information files
10702           (<file>README</file>s, changelogs, and so forth) that come with
10703           the source package in <file>/usr/share/doc/<var>package</var></file>
10704           in the binary package.  However, you don't need to install
10705           the instructions for building and installing the package, of
10706           course!</p>
10707
10708         <p>
10709           Packages must not require the existence of any files in
10710           <file>/usr/share/doc/</file> in order to function
10711           <footnote>
10712               The system administrator should be able to
10713               delete files in <file>/usr/share/doc/</file> without causing
10714               any programs to break.
10715           </footnote>.
10716           Any files that are referenced by programs but are also
10717           useful as stand alone documentation should be installed under
10718           <file>/usr/share/<var>package</var>/</file> with symbolic links from
10719           <file>/usr/share/doc/<var>package</var></file>.
10720         </p>
10721
10722         <p>
10723           <file>/usr/share/doc/<var>package</var></file> may be a symbolic
10724           link to another directory in <file>/usr/share/doc</file> only if
10725           the two packages both come from the same source and the
10726           first package Depends on the second.<footnote>
10727             <p>
10728               Please note that this does not override the section on
10729               changelog files below, so the file 
10730               <file>/usr/share/doc/<var>package</var>/changelog.Debian.gz</file>
10731               must refer to the changelog for the current version of
10732               <var>package</var> in question. In practice, this means
10733               that the sources of the target and the destination of the
10734               symlink must be the same (same source package and
10735               version). 
10736             </p>
10737           </footnote>
10738         </p>
10739
10740         <p>
10741           Former Debian releases placed all additional documentation
10742           in <file>/usr/doc/<var>package</var></file>.  This has been
10743           changed to <file>/usr/share/doc/<var>package</var></file>,
10744           and packages must not put documentation in the directory
10745           <file>/usr/doc/<var>package</var></file>. <footnote>
10746             At this phase of the transition, we no longer require a
10747             symbolic link in <file>/usr/doc/</file>. At a later point,
10748             policy shall change to make the symbolic links a bug.
10749           </footnote>
10750         </p>
10751       </sect>
10752
10753       <sect>
10754         <heading>Preferred documentation formats</heading>
10755
10756         <p>
10757           The unification of Debian documentation is being carried out
10758           via HTML.</p>
10759
10760         <p>
10761           If your package comes with extensive documentation in a
10762           markup format that can be converted to various other formats
10763           you should if possible ship HTML versions in a binary
10764           package, in the directory
10765           <file>/usr/share/doc/<var>appropriate-package</var></file> or
10766           its subdirectories.<footnote>
10767               The rationale: The important thing here is that HTML
10768               docs should be available in <em>some</em> package, not
10769               necessarily in the main binary package.
10770           </footnote>
10771         </p>
10772
10773         <p>
10774           Other formats such as PostScript may be provided at the
10775           package maintainer's discretion.
10776         </p>
10777       </sect>
10778
10779       <sect id="copyrightfile">
10780         <heading>Copyright information</heading>
10781
10782         <p>
10783           Every package must be accompanied by a verbatim copy of its
10784           copyright information and distribution license in the file
10785           <file>/usr/share/doc/<var>package</var>/copyright</file>. This
10786           file must neither be compressed nor be a symbolic link.
10787         </p>
10788
10789         <p>
10790           In addition, the copyright file must say where the upstream
10791           sources (if any) were obtained, and should name the original
10792           authors.
10793         </p>
10794
10795         <p>
10796           Packages in the <em>contrib</em> or <em>non-free</em> archive
10797           areas should state in the copyright file that the package is not
10798           part of the Debian distribution and briefly explain why.
10799         </p>
10800
10801         <p>
10802           A copy of the file which will be installed in
10803           <file>/usr/share/doc/<var>package</var>/copyright</file> should
10804           be in <file>debian/copyright</file> in the source package.
10805         </p>
10806
10807         <p>
10808           <file>/usr/share/doc/<var>package</var></file> may be a symbolic
10809           link to another directory in <file>/usr/share/doc</file> only if
10810           the two packages both come from the same source and the
10811           first package Depends on the second.  These rules are important
10812           because <file>copyright</file> files must be extractable by
10813           mechanical means.
10814         </p>
10815
10816         <p>
10817           Packages distributed under the Apache license (version 2.0), the
10818           Artistic license, the GNU GPL (versions 1, 2, or 3), the GNU
10819           LGPL (versions 2, 2.1, or 3), and the GNU FDL (versions 1.2 or
10820           1.3) should refer to the corresponding files
10821           under <file>/usr/share/common-licenses</file>,<footnote>
10822             <p>
10823               In particular,
10824               <file>/usr/share/common-licenses/Apache-2.0</file>,
10825               <file>/usr/share/common-licenses/Artistic</file>,
10826               <file>/usr/share/common-licenses/GPL-1</file>,
10827               <file>/usr/share/common-licenses/GPL-2</file>,
10828               <file>/usr/share/common-licenses/GPL-3</file>,
10829               <file>/usr/share/common-licenses/LGPL-2</file>,
10830               <file>/usr/share/common-licenses/LGPL-2.1</file>,
10831               <file>/usr/share/common-licenses/LGPL-3</file>,
10832               <file>/usr/share/common-licenses/GFDL-1.2</file>, and
10833               <file>/usr/share/common-licenses/GFDL-1.3</file>
10834               respectively.  The University of California BSD license is
10835               also included in <package>base-files</package> as
10836               <file>/usr/share/common-licenses/BSD</file>, but given the
10837               brevity of this license, its specificity to code whose
10838               copyright is held by the Regents of the University of
10839               California, and the frequency of minor wording changes, its
10840               text should be included in the copyright file rather than
10841               referencing this file.
10842             </p>
10843           </footnote> rather than quoting them in the copyright
10844           file. 
10845         </p>
10846
10847         <p>
10848           You should not use the copyright file as a general <file>README</file>
10849           file.  If your package has such a file it should be
10850           installed in <file>/usr/share/doc/<var>package</var>/README</file> or
10851           <file>README.Debian</file> or some other appropriate place.
10852         </p>
10853
10854         <p>
10855           All copyright files must be encoded in UTF-8.
10856         </p>
10857
10858         <sect1 id="copyrightformat">
10859           <heading>Machine-readable copyright information</heading>
10860
10861           <p>
10862             A specification for a standard, machine-readable format
10863             for <file>debian/copyright</file> files is maintained as part
10864             of the <package>debian-policy</package> package.  This
10865             document may be found in the <file>copyright-format</file>
10866             files in the <package>debian-policy</package> package.  It is
10867             also available from the Debian web mirrors at
10868             <tt><url name="/doc/packaging-manuals/copyright-format/1.0/"
10869                      id="http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/"></tt>.
10870           </p>
10871
10872           <p>
10873             Use of this format is optional.
10874           </p>
10875         </sect1>
10876       </sect>
10877
10878       <sect>
10879         <heading>Examples</heading>
10880
10881         <p>
10882           Any examples (configurations, source files, whatever),
10883           should be installed in a directory
10884           <file>/usr/share/doc/<var>package</var>/examples</file>.  These
10885           files should not be referenced by any program: they're there
10886           for the benefit of the system administrator and users as
10887           documentation only.  Architecture-specific example files
10888           should be installed in a directory
10889           <file>/usr/lib/<var>package</var>/examples</file> with symbolic
10890           links to them from
10891           <file>/usr/share/doc/<var>package</var>/examples</file>, or the
10892           latter directory itself may be a symbolic link to the
10893           former.
10894         </p>
10895
10896         <p>
10897           If the purpose of a package is to provide examples, then the
10898           example files may be installed into
10899           <file>/usr/share/doc/<var>package</var></file>.
10900         </p>
10901       </sect>
10902
10903       <sect id="changelogs">
10904         <heading>Changelog files</heading>
10905
10906         <p>
10907           Packages that are not Debian-native must contain a
10908           compressed copy of the <file>debian/changelog</file> file from
10909           the Debian source tree in
10910           <file>/usr/share/doc/<var>package</var></file> with the name
10911           <file>changelog.Debian.gz</file>.
10912         </p>
10913
10914         <p>
10915           If an upstream changelog is available, it should be accessible as
10916           <file>/usr/share/doc/<var>package</var>/changelog.gz</file> in
10917           plain text.  If the upstream changelog is distributed in
10918           HTML, it should be made available in that form as
10919           <file>/usr/share/doc/<var>package</var>/changelog.html.gz</file>
10920           and a plain text <file>changelog.gz</file> should be generated
10921           from it using, for example, <tt>lynx -dump -nolist</tt>.  If
10922           the upstream changelog files do not already conform to this
10923           naming convention, then this may be achieved either by
10924           renaming the files, or by adding a symbolic link, at the
10925           maintainer's discretion.<footnote>
10926               Rationale: People should not have to look in places for
10927               upstream changelogs merely because they are given
10928               different names or are distributed in HTML format.
10929           </footnote>
10930         </p>
10931
10932         <p>
10933           All of these files should be installed compressed using
10934           <tt>gzip -9</tt>, as they will become large with time even
10935           if they start out small.
10936         </p>
10937
10938         <p>
10939           If the package has only one changelog which is used both as
10940           the Debian changelog and the upstream one because there is
10941           no separate upstream maintainer then that changelog should
10942           usually be installed as
10943           <file>/usr/share/doc/<var>package</var>/changelog.gz</file>; if
10944           there is a separate upstream maintainer, but no upstream
10945           changelog, then the Debian changelog should still be called
10946           <file>changelog.Debian.gz</file>.
10947         </p>
10948
10949         <p>
10950           For details about the format and contents of the Debian
10951           changelog file, please see <ref id="dpkgchangelog">.
10952         </p>
10953       </sect>
10954     </chapt>
10955
10956     <appendix id="pkg-scope">
10957       <heading>Introduction and scope of these appendices</heading>
10958
10959       <p>
10960         These appendices are taken essentially verbatim from the
10961         now-deprecated Packaging Manual, version 3.2.1.0.  They are
10962         the chapters which are likely to be of use to package
10963         maintainers and which have not already been included in the
10964         policy document itself. Most of these sections are very likely
10965         not relevant to policy; they should be treated as
10966         documentation for the packaging system. Please note that these
10967         appendices are included for convenience, and for historical
10968         reasons: they used to be part of policy package, and they have
10969         not yet been incorporated into dpkg documentation. However,
10970         they still have value, and hence they are presented here.
10971       </p>
10972
10973       <p>
10974         They have not yet been checked to ensure that they are
10975         compatible with the contents of policy, and if there are any
10976         contradictions, the version in the main policy document takes
10977         precedence.  The remaining chapters of the old Packaging
10978         Manual have also not been read in detail to ensure that there
10979         are not parts which have been left out.  Both of these will be
10980         done in due course.
10981       </p>
10982
10983       <p>
10984         Certain parts of the Packaging manual were integrated into the
10985         Policy Manual proper, and removed from the appendices. Links
10986         have been placed from the old locations to the new ones.
10987       </p>
10988
10989       <p>
10990         <prgn>dpkg</prgn> is a suite of programs for creating binary
10991         package files and installing and removing them on Unix
10992         systems.<footnote>
10993             <prgn>dpkg</prgn> is targeted primarily at Debian, but may
10994             work on or be ported to other systems.
10995         </footnote>
10996       </p>
10997
10998       <p>
10999         The binary packages are designed for the management of
11000         installed executable programs (usually compiled binaries) and
11001         their associated data, though source code examples and
11002         documentation are provided as part of some packages.</p>
11003
11004       <p>
11005         This manual describes the technical aspects of creating Debian
11006         binary packages (<file>.deb</file> files).  It documents the
11007         behavior of the package management programs
11008         <prgn>dpkg</prgn>, <prgn>dselect</prgn> et al. and the way
11009         they interact with packages.</p>
11010
11011       <p>
11012         This manual does not go into detail about the options and
11013         usage of the package building and installation tools.  It
11014         should therefore be read in conjunction with those programs'
11015         man pages.
11016       </p>
11017
11018       <p>
11019         The utility programs which are provided with <prgn>dpkg</prgn>
11020         not described in detail here, are documented in their man pages.
11021       </p>
11022
11023       <p>
11024         It is assumed that the reader is reasonably familiar with the
11025         <prgn>dpkg</prgn> System Administrators' manual.
11026         Unfortunately this manual does not yet exist.
11027       </p>
11028
11029       <p>
11030         The Debian version of the FSF's GNU hello program is provided as
11031         an example for people wishing to create Debian packages. However,
11032         while the examples are helpful, they do not replace the need to
11033         read and follow the Policy and Programmer's Manual.</p>
11034     </appendix>
11035
11036     <appendix id="pkg-binarypkg">
11037       <heading>Binary packages (from old Packaging Manual)</heading>
11038
11039       <p>
11040         See <manref name="deb" section="5"> and <ref id="pkg-controlarea">.
11041       </p>
11042
11043       <sect id="pkg-bincreating"><heading>Creating package files -
11044       <prgn>dpkg-deb</prgn>
11045         </heading>
11046
11047         <p>
11048           All manipulation of binary package files is done by
11049           <prgn>dpkg-deb</prgn>; it's the only program that has
11050           knowledge of the format.  (<prgn>dpkg-deb</prgn> may be
11051           invoked by calling <prgn>dpkg</prgn>, as <prgn>dpkg</prgn>
11052           will spot that the options requested are appropriate to
11053           <prgn>dpkg-deb</prgn> and invoke that instead with the same
11054           arguments.)
11055         </p>
11056
11057         <p>
11058           In order to create a binary package you must make a
11059           directory tree which contains all the files and directories
11060           you want to have in the file system data part of the package.
11061           In Debian-format source packages this directory is usually
11062           <file>debian/tmp</file>, relative to the top of the package's
11063           source tree.
11064         </p>
11065
11066         <p>
11067           They should have the locations (relative to the root of the
11068           directory tree you're constructing) ownerships and
11069           permissions which you want them to have on the system when
11070           they are installed.
11071         </p>
11072
11073         <p>
11074           With current versions of <prgn>dpkg</prgn> the uid/username
11075           and gid/groupname mappings for the users and groups being
11076           used should be the same on the system where the package is
11077           built and the one where it is installed.
11078         </p>
11079
11080         <p>
11081           You need to add one special directory to the root of the
11082           miniature file system tree you're creating:
11083           <prgn>DEBIAN</prgn>.  It should contain the control
11084           information files, notably the binary package control file
11085           (see <ref id="pkg-controlfile">).
11086         </p>
11087
11088         <p>
11089           The <prgn>DEBIAN</prgn> directory will not appear in the
11090           file system archive of the package, and so won't be installed
11091           by <prgn>dpkg</prgn> when the package is unpacked.
11092         </p>
11093
11094         <p>
11095           When you've prepared the package, you should invoke:
11096           <example>
11097   dpkg --build <var>directory</var>
11098           </example>
11099         </p>
11100
11101         <p>
11102           This will build the package in
11103           <file><var>directory</var>.deb</file>.  (<prgn>dpkg</prgn> knows
11104           that <tt>--build</tt> is a <prgn>dpkg-deb</prgn> option, so
11105           it invokes <prgn>dpkg-deb</prgn> with the same arguments to
11106           build the package.)
11107         </p>
11108
11109         <p>
11110           See the man page <manref name="dpkg-deb" section="8"> for details of how
11111           to examine the contents of this newly-created file.  You may find the
11112           output of following commands enlightening:
11113           <example>
11114   dpkg-deb --info <var>filename</var>.deb
11115   dpkg-deb --contents <var>filename</var>.deb
11116   dpkg --contents <var>filename</var>.deb
11117           </example>
11118           To view the copyright file for a package you could use this command:
11119           <example>
11120   dpkg --fsys-tarfile <var>filename</var>.deb | tar xOf - --wildcards \*/copyright | pager
11121           </example>
11122         </p>
11123       </sect>
11124
11125       <sect id="pkg-controlarea">
11126         <heading>Package control information files</heading>
11127
11128         <p>
11129           The control information portion of a binary package is a
11130           collection of files with names known to <prgn>dpkg</prgn>.
11131           It will treat the contents of these files specially - some
11132           of them contain information used by <prgn>dpkg</prgn> when
11133           installing or removing the package; others are scripts which
11134           the package maintainer wants <prgn>dpkg</prgn> to run.
11135         </p>
11136
11137         <p>
11138           It is possible to put other files in the package control
11139           information file area, but this is not generally a good idea
11140           (though they will largely be ignored).
11141         </p>
11142
11143         <p>
11144           Here is a brief list of the control information files supported
11145           by <prgn>dpkg</prgn> and a summary of what they're used for.
11146         </p>
11147
11148         <p>
11149           <taglist>
11150             <tag><tt>control</tt>
11151             <item>
11152               <p>
11153                 This is the key description file used by
11154                 <prgn>dpkg</prgn>.  It specifies the package's name
11155                 and version, gives its description for the user,
11156                 states its relationships with other packages, and so
11157                 forth.  See <ref id="sourcecontrolfiles"> and
11158                 <ref id="binarycontrolfiles">.
11159               </p>
11160
11161               <p>
11162                 It is usually generated automatically from information
11163                 in the source package by the
11164                 <prgn>dpkg-gencontrol</prgn> program, and with
11165                 assistance from <prgn>dpkg-shlibdeps</prgn>.
11166                 See <ref id="pkg-sourcetools">.
11167               </p>
11168             </item>
11169
11170             <tag><tt>postinst</tt>, <tt>preinst</tt>, <tt>postrm</tt>,
11171                  <tt>prerm</tt>
11172             </tag>
11173             <item>
11174               <p>
11175                 These are executable files (usually scripts) which
11176                 <prgn>dpkg</prgn> runs during installation, upgrade
11177                 and removal of packages.  They allow the package to
11178                 deal with matters which are particular to that package
11179                 or require more complicated processing than that
11180                 provided by <prgn>dpkg</prgn>.  Details of when and
11181                 how they are called are in <ref id="maintainerscripts">.
11182               </p>
11183
11184               <p>
11185                 It is very important to make these scripts idempotent.
11186                 See <ref id="idempotency">.
11187               </p>
11188
11189               <p>
11190                 The maintainer scripts are not guaranteed to run with a
11191                 controlling terminal and may not be able to interact with
11192                 the user.  See <ref id="controllingterminal">.
11193               </p>
11194             </item>
11195
11196             <tag><tt>conffiles</tt>
11197             </tag>
11198             <item>
11199                 This file contains a list of configuration files which
11200                 are to be handled automatically by <prgn>dpkg</prgn>
11201                 (see <ref id="pkg-conffiles">).  Note that not necessarily
11202                 every configuration file should be listed here.
11203             </item>
11204
11205             <tag><tt>shlibs</tt>
11206             </tag>
11207             <item>
11208                 This file contains a list of the shared libraries
11209                 supplied by the package, with dependency details for
11210                 each.  This is used by <prgn>dpkg-shlibdeps</prgn>
11211                 when it determines what dependencies are required in a
11212                 package control file. The <tt>shlibs</tt> file format
11213                 is described on <ref id="shlibs">.
11214             </item>
11215           </taglist>
11216         </p>
11217
11218       <sect id="pkg-controlfile">
11219         <heading>The main control information file: <tt>control</tt></heading>
11220
11221         <p>
11222           The most important control information file used by
11223           <prgn>dpkg</prgn> when it installs a package is
11224           <tt>control</tt>.  It contains all the package's "vital
11225           statistics".
11226         </p>
11227
11228         <p>
11229           The binary package control files of packages built from
11230           Debian sources are made by a special tool,
11231           <prgn>dpkg-gencontrol</prgn>, which reads
11232           <file>debian/control</file> and <file>debian/changelog</file> to
11233           find the information it needs.  See <ref id="pkg-sourcepkg"> for
11234           more details.
11235         </p>
11236
11237         <p>
11238           The fields in binary package control files are listed in
11239           <ref id="binarycontrolfiles">.
11240         </p>
11241
11242         <p>
11243           A description of the syntax of control files and the purpose
11244           of the fields is available in <ref id="controlfields">.
11245         </p>
11246       </sect>
11247
11248       <sect>
11249         <heading>Time Stamps</heading>
11250
11251         <p>
11252           See <ref id="timestamps">.
11253         </p>
11254       </sect>
11255     </appendix>
11256
11257     <appendix id="pkg-sourcepkg">
11258       <heading>Source packages (from old Packaging Manual) </heading>
11259
11260       <p>
11261         The Debian binary packages in the distribution are generated
11262         from Debian sources, which are in a special format to assist
11263         the easy and automatic building of binaries.
11264       </p>
11265
11266       <sect id="pkg-sourcetools">
11267         <heading>Tools for processing source packages</heading>
11268
11269         <p>
11270           Various tools are provided for manipulating source packages;
11271           they pack and unpack sources and help build of binary
11272           packages and help manage the distribution of new versions.
11273         </p>
11274
11275         <p>
11276           They are introduced and typical uses described here; see
11277           <manref name="dpkg-source" section="1"> for full
11278           documentation about their arguments and operation.
11279         </p>
11280
11281         <p>
11282           For examples of how to construct a Debian source package,
11283           and how to use those utilities that are used by Debian
11284           source packages, please see the <prgn>hello</prgn> example
11285           package.
11286         </p>
11287
11288         <sect1 id="pkg-dpkg-source">
11289           <heading>
11290             <prgn>dpkg-source</prgn> - packs and unpacks Debian source
11291             packages
11292           </heading>
11293
11294           <p>
11295             This program is frequently used by hand, and is also
11296             called from package-independent automated building scripts
11297             such as <prgn>dpkg-buildpackage</prgn>.
11298           </p>
11299
11300           <p>
11301             To unpack a package it is typically invoked with
11302             <example>
11303   dpkg-source -x <var>.../path/to/filename</var>.dsc
11304             </example>
11305           </p>
11306
11307            <p>
11308             with the <file><var>filename</var>.tar.gz</file> and
11309             <file><var>filename</var>.diff.gz</file> (if applicable) in
11310             the same directory.  It unpacks into
11311             <file><var>package</var>-<var>version</var></file>, and if
11312             applicable
11313             <file><var>package</var>-<var>version</var>.orig</file>, in
11314             the current directory.
11315           </p>
11316
11317           <p>
11318             To create a packed source archive it is typically invoked:
11319             <example>
11320   dpkg-source -b <var>package</var>-<var>version</var>
11321           </example>
11322           </p>
11323
11324           <p>
11325             This will create the <file>.dsc</file>, <file>.tar.gz</file> and
11326             <file>.diff.gz</file> (if appropriate) in the current
11327             directory.  <prgn>dpkg-source</prgn> does not clean the
11328             source tree first - this must be done separately if it is
11329             required.
11330           </p>
11331
11332           <p>
11333             See also <ref id="pkg-sourcearchives">.</p>
11334         </sect1>
11335
11336
11337         <sect1 id="pkg-dpkg-buildpackage">
11338           <heading>
11339             <prgn>dpkg-buildpackage</prgn> - overall package-building
11340             control script
11341           </heading>
11342
11343           <p>
11344             See <manref name="dpkg-buildpackage" section="1">.
11345           </p>
11346         </sect1>
11347
11348         <sect1 id="pkg-dpkg-gencontrol">
11349           <heading>
11350             <prgn>dpkg-gencontrol</prgn> - generates binary package
11351             control files
11352           </heading>
11353
11354           <p>
11355             This program is usually called from <file>debian/rules</file>
11356             (see <ref id="pkg-sourcetree">) in the top level of the source
11357             tree.
11358           </p>
11359
11360           <p>
11361             This is usually done just before the files and directories in the
11362             temporary directory tree where the package is being built have their
11363             permissions and ownerships set and the package is constructed using
11364             <prgn>dpkg-deb/</prgn>
11365               <footnote>
11366                 This is so that the control file which is produced has
11367                 the right permissions
11368             </footnote>.
11369           </p>
11370
11371           <p>
11372             <prgn>dpkg-gencontrol</prgn> must be called after all the
11373             files which are to go into the package have been placed in
11374             the temporary build directory, so that its calculation of
11375             the installed size of a package is correct.
11376           </p>
11377
11378           <p>
11379             It is also necessary for <prgn>dpkg-gencontrol</prgn> to
11380             be run after <prgn>dpkg-shlibdeps</prgn> so that the
11381             variable substitutions created by
11382             <prgn>dpkg-shlibdeps</prgn> in <file>debian/substvars</file>
11383             are available.
11384           </p>
11385
11386           <p>
11387             For a package which generates only one binary package, and
11388             which builds it in <file>debian/tmp</file> relative to the top
11389             of the source package, it is usually sufficient to call
11390             <prgn>dpkg-gencontrol</prgn>.
11391           </p>
11392
11393           <p>
11394             Sources which build several binaries will typically need
11395             something like:
11396             <example>
11397   dpkg-gencontrol -Pdebian/tmp-<var>pkg</var> -p<var>package</var>
11398             </example> The <tt>-P</tt> tells
11399             <prgn>dpkg-gencontrol</prgn> that the package is being
11400             built in a non-default directory, and the <tt>-p</tt>
11401             tells it which package's control file should be generated.
11402           </p>
11403
11404           <p>
11405             <prgn>dpkg-gencontrol</prgn> also adds information to the
11406             list of files in <file>debian/files</file>, for the benefit of
11407             (for example) a future invocation of
11408             <prgn>dpkg-genchanges</prgn>.</p>
11409         </sect1>
11410
11411         <sect1 id="pkg-dpkg-shlibdeps">
11412           <heading>
11413             <prgn>dpkg-shlibdeps</prgn> - calculates shared library
11414             dependencies
11415           </heading>
11416
11417           <p>
11418             See <manref name="dpkg-shlibdeps" section="1">.
11419           </p>
11420         </sect1>
11421
11422         <sect1 id="pkg-dpkg-distaddfile">
11423           <heading>
11424             <prgn>dpkg-distaddfile</prgn> - adds a file to
11425             <file>debian/files</file>
11426           </heading>
11427
11428           <p>
11429             Some packages' uploads need to include files other than
11430             the source and binary package files.
11431           </p>
11432
11433           <p>
11434             <prgn>dpkg-distaddfile</prgn> adds a file to the
11435             <file>debian/files</file> file so that it will be included in
11436             the <file>.changes</file> file when
11437             <prgn>dpkg-genchanges</prgn> is run.
11438           </p>
11439
11440           <p>
11441             It is usually invoked from the <tt>binary</tt> target of
11442             <file>debian/rules</file>:
11443             <example>
11444   dpkg-distaddfile <var>filename</var> <var>section</var> <var>priority</var>
11445             </example>
11446             The <var>filename</var> is relative to the directory where
11447             <prgn>dpkg-genchanges</prgn> will expect to find it - this
11448             is usually the directory above the top level of the source
11449             tree.  The <file>debian/rules</file> target should put the
11450             file there just before or just after calling
11451             <prgn>dpkg-distaddfile</prgn>.
11452           </p>
11453
11454           <p>
11455             The <var>section</var> and <var>priority</var> are passed
11456             unchanged into the resulting <file>.changes</file> file.
11457           </p>
11458         </sect1>
11459
11460
11461         <sect1 id="pkg-dpkg-genchanges">
11462           <heading>
11463             <prgn>dpkg-genchanges</prgn> - generates a <file>.changes</file>
11464             upload control file
11465           </heading>
11466
11467           <p>
11468             See <manref name="dpkg-genchanges" section="1">.
11469           </p>
11470         </sect1>
11471
11472         <sect1 id="pkg-dpkg-parsechangelog">
11473           <heading>
11474             <prgn>dpkg-parsechangelog</prgn> - produces parsed
11475             representation of a changelog
11476           </heading>
11477
11478           <p>
11479             See <manref name="dpkg-parsechangelog" section="1">.
11480           </p>
11481         </sect1>
11482
11483         <sect1 id="pkg-dpkg-architecture">
11484           <heading>
11485             <prgn>dpkg-architecture</prgn> - information about the build and
11486             host system
11487           </heading>
11488
11489           <p>
11490             See <manref name="dpkg-architecture" section="1">.
11491           </p>
11492         </sect1>
11493       </sect>
11494
11495       <sect id="pkg-sourcetree">
11496         <heading>The Debian package source tree</heading>
11497
11498         <p>
11499           The source archive scheme described later is intended to
11500           allow a Debian package source tree with some associated
11501           control information to be reproduced and transported easily.
11502           The Debian package source tree is a version of the original
11503           program with certain files added for the benefit of the
11504           packaging process, and with any other changes required
11505           made to the rest of the source code and installation
11506           scripts.
11507         </p>
11508
11509         <p>
11510           The extra files created for Debian are in the subdirectory
11511           <file>debian</file> of the top level of the Debian package
11512           source tree. They are described below.
11513         </p>
11514
11515         <sect1 id="pkg-debianrules">
11516           <heading><file>debian/rules</file> - the main building script</heading>
11517
11518           <p>
11519             See <ref id="debianrules">.
11520           </p>
11521         </sect1>
11522
11523         <sect1 id="pkg-srcsubstvars">
11524           <heading><file>debian/substvars</file> and variable substitutions</heading>
11525
11526           <p>
11527             See <ref id="substvars">.
11528           </p>
11529
11530         </sect1>
11531
11532         <sect1>
11533           <heading><file>debian/files</file></heading>
11534
11535           <p>
11536             See <ref id="debianfiles">.
11537           </p>
11538         </sect1>
11539
11540         <sect1><heading><file>debian/tmp</file>
11541           </heading>
11542
11543           <p>
11544             This is the canonical temporary location for the
11545             construction of binary packages by the <tt>binary</tt>
11546             target.  The directory <file>tmp</file> serves as the root of
11547             the file system tree as it is being constructed (for
11548             example, by using the package's upstream makefiles install
11549             targets and redirecting the output there), and it also
11550             contains the <tt>DEBIAN</tt> subdirectory.  See <ref
11551             id="pkg-bincreating">.
11552           </p>
11553
11554           <p>
11555             If several binary packages are generated from the same
11556             source tree it is usual to use several
11557             <file>debian/tmp<var>something</var></file> directories, for
11558             example <file>tmp-a</file> or <file>tmp-doc</file>.
11559           </p>
11560
11561           <p>
11562             Whatever <file>tmp</file> directories are created and used by
11563             <tt>binary</tt> must of course be removed by the
11564             <tt>clean</tt> target.</p></sect1>
11565       </sect>
11566
11567
11568       <sect id="pkg-sourcearchives"><heading>Source packages as archives
11569         </heading>
11570
11571         <p>
11572           As it exists on the FTP site, a Debian source package
11573           consists of three related files.  You must have the right
11574           versions of all three to be able to use them.
11575         </p>
11576
11577         <p>
11578           <taglist>
11579             <tag>Debian source control file - <tt>.dsc</tt></tag>
11580             <item>
11581                 This file is a control file used by <prgn>dpkg-source</prgn>
11582                 to extract a source package.
11583                 See <ref id="debiansourcecontrolfiles">.
11584             </item>
11585
11586             <tag>
11587               Original source archive -
11588               <file>
11589                 <var>package</var>_<var>upstream-version</var>.orig.tar.gz
11590               </file>
11591             </tag>
11592
11593             <item>
11594               <p>
11595                 This is a compressed (with <tt>gzip -9</tt>)
11596                 <prgn>tar</prgn> file containing the source code from
11597                 the upstream authors of the program.
11598               </p>
11599             </item>
11600
11601             <tag>
11602               Debian package diff -
11603               <file>
11604                 <var>package</var>_<var>upstream_version-revision</var>.diff.gz
11605               </file>
11606             </tag>
11607             <item>
11608
11609               <p>
11610                 This is a unified context diff (<tt>diff -u</tt>)
11611                 giving the changes which are required to turn the
11612                 original source into the Debian source.  These changes
11613                 may only include editing and creating plain files.
11614                 The permissions of files, the targets of symbolic
11615                 links and the characteristics of special files or
11616                 pipes may not be changed and no files may be removed
11617                 or renamed.
11618               </p>
11619
11620               <p>
11621                 All the directories in the diff must exist, except the
11622                 <file>debian</file> subdirectory of the top of the source
11623                 tree, which will be created by
11624                 <prgn>dpkg-source</prgn> if necessary when unpacking.
11625               </p>
11626
11627               <p>
11628                 The <prgn>dpkg-source</prgn> program will
11629                 automatically make the <file>debian/rules</file> file
11630                 executable (see below).</p></item>
11631           </taglist>
11632         </p>
11633
11634         <p>
11635           If there is no original source code - for example, if the
11636           package is specially prepared for Debian or the Debian
11637           maintainer is the same as the upstream maintainer - the
11638           format is slightly different: then there is no diff, and the
11639           tarfile is named
11640           <file><var>package</var>_<var>version</var>.tar.gz</file>,
11641           and preferably contains a directory named
11642           <file><var>package</var>-<var>version</var></file>.
11643         </p>
11644       </sect>
11645
11646       <sect>
11647         <heading>Unpacking a Debian source package without <prgn>dpkg-source</prgn></heading>
11648
11649         <p>
11650           <tt>dpkg-source -x</tt> is the recommended way to unpack a
11651           Debian source package.  However, if it is not available it
11652           is possible to unpack a Debian source archive as follows:
11653         <enumlist compact="compact">
11654           <item>
11655             <p>
11656               Untar the tarfile, which will create a <file>.orig</file>
11657               directory.</p>
11658           </item>
11659           <item>
11660             <p>Rename the <file>.orig</file> directory to
11661               <file><var>package</var>-<var>version</var></file>.</p>
11662           </item>
11663             <item>
11664             <p>
11665               Create the subdirectory <file>debian</file> at the top of
11666               the source tree.</p>
11667           </item>
11668           <item><p>Apply the diff using <tt>patch -p0</tt>.</p>
11669           </item>
11670           <item><p>Untar the tarfile again if you want a copy of the original
11671               source code alongside the Debian version.</p>
11672           </item>
11673         </enumlist>
11674
11675         <p>
11676           It is not possible to generate a valid Debian source archive
11677           without using <prgn>dpkg-source</prgn>.  In particular,
11678           attempting to use <prgn>diff</prgn> directly to generate the
11679           <file>.diff.gz</file> file will not work.
11680         </p>
11681
11682         <sect1>
11683           <heading>Restrictions on objects in source packages</heading>
11684
11685           <p>
11686             The source package may not contain any hard links
11687             <footnote>
11688                 This is not currently detected when building source
11689                 packages, but only when extracting
11690                 them.
11691             </footnote>
11692             <footnote>
11693                 Hard links may be permitted at some point in the
11694                 future, but would require a fair amount of
11695                 work.
11696             </footnote>, device special files, sockets or setuid or
11697             setgid files.
11698             <footnote>
11699                 Setgid directories are allowed.
11700             </footnote>
11701           </p>
11702
11703           <p>
11704             The source packaging tools manage the changes between the
11705             original and Debian source using <prgn>diff</prgn> and
11706             <prgn>patch</prgn>.  Turning the original source tree as
11707             included in the <file>.orig.tar.gz</file> into the Debian
11708             package source must not involve any changes which cannot be
11709             handled by these tools.  Problematic changes which cause
11710             <prgn>dpkg-source</prgn> to halt with an error when
11711             building the source package are:
11712             <list compact="compact">
11713               <item><p>Adding or removing symbolic links, sockets or pipes.</p>
11714               </item>
11715               <item><p>Changing the targets of symbolic links.</p>
11716               </item>
11717               <item><p>Creating directories, other than <file>debian</file>.</p>
11718               </item>
11719               <item><p>Changes to the contents of binary files.</p></item>
11720             </list> Changes which cause <prgn>dpkg-source</prgn> to
11721             print a warning but continue anyway are:
11722             <list compact="compact">
11723               <item>
11724                 <p>
11725                   Removing files, directories or symlinks.
11726                   <footnote>
11727                       Renaming a file is not treated specially - it is
11728                       seen as the removal of the old file (which
11729                       generates a warning, but is otherwise ignored),
11730                       and the creation of the new one.
11731                   </footnote>
11732                 </p>
11733               </item>
11734               <item>
11735                 <p>
11736                   Changed text files which are missing the usual final
11737                   newline (either in the original or the modified
11738                   source tree).
11739                 </p>
11740               </item>
11741             </list>
11742             Changes which are not represented, but which are not detected by
11743             <prgn>dpkg-source</prgn>, are:
11744             <list compact="compact">
11745               <item><p>Changing the permissions of files (other than
11746                   <file>debian/rules</file>) and directories.</p></item>
11747             </list>
11748           </p>
11749
11750           <p>
11751             The <file>debian</file> directory and <file>debian/rules</file>
11752             are handled specially by <prgn>dpkg-source</prgn> - before
11753             applying the changes it will create the <file>debian</file>
11754             directory, and afterwards it will make
11755             <file>debian/rules</file> world-executable.
11756           </p>
11757         </sect1>
11758       </sect>
11759     </appendix>
11760
11761     <appendix id="pkg-controlfields">
11762       <heading>Control files and their fields (from old Packaging Manual)</heading>
11763
11764       <p>
11765         Many of the tools in the <prgn>dpkg</prgn> suite manipulate
11766         data in a common format, known as control files.  Binary and
11767         source packages have control data as do the <file>.changes</file>
11768         files which control the installation of uploaded files, and
11769         <prgn>dpkg</prgn>'s internal databases are in a similar
11770         format.
11771       </p>
11772
11773       <sect>
11774         <heading>Syntax of control files</heading>
11775
11776         <p>
11777           See <ref id="controlsyntax">.
11778         </p>
11779
11780         <p>
11781           It is important to note that there are several fields which
11782           are optional as far as <prgn>dpkg</prgn> and the related
11783           tools are concerned, but which must appear in every Debian
11784           package, or whose omission may cause problems.
11785         </p>
11786       </sect>
11787
11788       <sect>
11789         <heading>List of fields</heading>
11790
11791         <p>
11792           See <ref id="controlfieldslist">.
11793         </p>
11794
11795         <p>
11796           This section now contains only the fields that didn't belong
11797           to the Policy manual.
11798         </p>
11799
11800         <sect1 id="pkg-f-Filename">
11801           <heading><tt>Filename</tt> and <tt>MSDOS-Filename</tt></heading>
11802
11803           <p>
11804             These fields in <tt>Packages</tt> files give the
11805             filename(s) of (the parts of) a package in the
11806             distribution directories, relative to the root of the
11807             Debian hierarchy.  If the package has been split into
11808             several parts the parts are all listed in order, separated
11809             by spaces.
11810           </p>
11811         </sect1>
11812
11813         <sect1 id="pkg-f-Size">
11814           <heading><tt>Size</tt> and <tt>MD5sum</tt></heading>
11815
11816           <p>
11817             These fields in <file>Packages</file> files give the size (in
11818             bytes, expressed in decimal) and MD5 checksum of the
11819             file(s) which make(s) up a binary package in the
11820             distribution.  If the package is split into several parts
11821             the values for the parts are listed in order, separated by
11822             spaces.
11823           </p>
11824         </sect1>
11825
11826         <sect1 id="pkg-f-Status">
11827           <heading><tt>Status</tt></heading>
11828
11829           <p>
11830             This field in <prgn>dpkg</prgn>'s status file records
11831             whether the user wants a package installed, removed or
11832             left alone, whether it is broken (requiring
11833             re-installation) or not and what its current state on the
11834             system is.  Each of these pieces of information is a
11835             single word.
11836           </p>
11837         </sect1>
11838
11839         <sect1 id="pkg-f-Config-Version">
11840           <heading><tt>Config-Version</tt></heading>
11841
11842           <p>
11843             If a package is not installed or not configured, this
11844             field in <prgn>dpkg</prgn>'s status file records the last
11845             version of the package which was successfully
11846             configured.
11847           </p>
11848         </sect1>
11849
11850         <sect1 id="pkg-f-Conffiles">
11851           <heading><tt>Conffiles</tt></heading>
11852
11853           <p>
11854             This field in <prgn>dpkg</prgn>'s status file contains
11855             information about the automatically-managed configuration
11856             files held by a package.  This field should <em>not</em>
11857             appear anywhere in a package!
11858           </p>
11859         </sect1>
11860
11861         <sect1>
11862           <heading>Obsolete fields</heading>
11863
11864           <p>
11865             These are still recognized by <prgn>dpkg</prgn> but should
11866             not appear anywhere any more.
11867
11868             <taglist compact="compact">
11869
11870               <tag><tt>Revision</tt></tag>
11871               <tag><tt>Package-Revision</tt></tag>
11872               <tag><tt>Package_Revision</tt></tag>
11873               <item>
11874                   The Debian revision part of the package version was
11875                   at one point in a separate control field.  This
11876                   field went through several names.
11877               </item>
11878
11879               <tag><tt>Recommended</tt></tag>
11880               <item>Old name for <tt>Recommends</tt>.</item>
11881
11882               <tag><tt>Optional</tt></tag>
11883               <item>Old name for <tt>Suggests</tt>.</item>
11884
11885               <tag><tt>Class</tt></tag>
11886               <item>Old name for <tt>Priority</tt>.</item>
11887
11888             </taglist>
11889           </p>
11890         </sect1>
11891       </sect>
11892
11893     </appendix>
11894
11895     <appendix id="pkg-conffiles">
11896       <heading>Configuration file handling (from old Packaging Manual)</heading>
11897
11898       <p>
11899         <prgn>dpkg</prgn> can do a certain amount of automatic
11900         handling of package configuration files.
11901       </p>
11902
11903       <p>
11904         Whether this mechanism is appropriate depends on a number of
11905         factors, but basically there are two approaches to any
11906         particular configuration file.
11907       </p>
11908
11909       <p>
11910         The easy method is to ship a best-effort configuration in the
11911         package, and use <prgn>dpkg</prgn>'s conffile mechanism to
11912         handle updates.  If the user is unlikely to want to edit the
11913         file, but you need them to be able to without losing their
11914         changes, and a new package with a changed version of the file
11915         is only released infrequently, this is a good approach.
11916       </p>
11917
11918       <p>
11919         The hard method is to build the configuration file from
11920         scratch in the <prgn>postinst</prgn> script, and to take the
11921         responsibility for fixing any mistakes made in earlier
11922         versions of the package automatically.  This will be
11923         appropriate if the file is likely to need to be different on
11924         each system.
11925       </p>
11926
11927       <sect><heading>Automatic handling of configuration files by
11928       <prgn>dpkg</prgn>
11929         </heading>
11930
11931         <p>
11932           A package may contain a control information file called
11933           <tt>conffiles</tt>.  This file should be a list of filenames
11934           of configuration files needing automatic handling, separated
11935           by newlines.  The filenames should be absolute pathnames,
11936           and the files referred to should actually exist in the
11937           package.
11938         </p>
11939
11940         <p>
11941           When a package is upgraded <prgn>dpkg</prgn> will process
11942           the configuration files during the configuration stage,
11943           shortly before it runs the package's <prgn>postinst</prgn>
11944           script,
11945         </p>
11946
11947         <p>
11948           For each file it checks to see whether the version of the
11949           file included in the package is the same as the one that was
11950           included in the last version of the package (the one that is
11951           being upgraded from); it also compares the version currently
11952           installed on the system with the one shipped with the last
11953           version.
11954         </p>
11955
11956         <p>
11957           If neither the user nor the package maintainer has changed
11958           the file, it is left alone.  If one or the other has changed
11959           their version, then the changed version is preferred - i.e.,
11960           if the user edits their file, but the package maintainer
11961           doesn't ship a different version, the user's changes will
11962           stay, silently, but if the maintainer ships a new version
11963           and the user hasn't edited it the new version will be
11964           installed (with an informative message).  If both have
11965           changed their version the user is prompted about the problem
11966           and must resolve the differences themselves.
11967         </p>
11968
11969         <p>
11970           The comparisons are done by calculating the MD5 message
11971           digests of the files, and storing the MD5 of the file as it
11972           was included in the most recent version of the package.
11973         </p>
11974
11975         <p>
11976           When a package is installed for the first time
11977           <prgn>dpkg</prgn> will install the file that comes with it,
11978           unless that would mean overwriting a file already on the
11979           file system.
11980         </p>
11981
11982         <p>
11983           However, note that <prgn>dpkg</prgn> will <em>not</em>
11984           replace a conffile that was removed by the user (or by a
11985           script).  This is necessary because with some programs a
11986           missing file produces an effect hard or impossible to
11987           achieve in another way, so that a missing file needs to be
11988           kept that way if the user did it.
11989         </p>
11990
11991         <p>
11992           Note that a package should <em>not</em> modify a
11993           <prgn>dpkg</prgn>-handled conffile in its maintainer
11994           scripts.  Doing this will lead to <prgn>dpkg</prgn> giving
11995           the user confusing and possibly dangerous options for
11996           conffile update when the package is upgraded.</p>
11997       </sect>
11998
11999       <sect><heading>Fully-featured maintainer script configuration
12000       handling
12001         </heading>
12002
12003         <p>
12004           For files which contain site-specific information such as
12005           the hostname and networking details and so forth, it is
12006           better to create the file in the package's
12007           <prgn>postinst</prgn> script.
12008         </p>
12009
12010         <p>
12011           This will typically involve examining the state of the rest
12012           of the system to determine values and other information, and
12013           may involve prompting the user for some information which
12014           can't be obtained some other way.
12015         </p>
12016
12017         <p>
12018           When using this method there are a couple of important
12019           issues which should be considered:
12020         </p>
12021
12022         <p>
12023           If you discover a bug in the program which generates the
12024           configuration file, or if the format of the file changes
12025           from one version to the next, you will have to arrange for
12026           the postinst script to do something sensible - usually this
12027           will mean editing the installed configuration file to remove
12028           the problem or change the syntax.  You will have to do this
12029           very carefully, since the user may have changed the file,
12030           perhaps to fix the very problem that your script is trying
12031           to deal with - you will have to detect these situations and
12032           deal with them correctly.
12033         </p>
12034
12035         <p>
12036           If you do go down this route it's probably a good idea to
12037           make the program that generates the configuration file(s) a
12038           separate program in <file>/usr/sbin</file>, by convention called
12039           <file><var>package</var>config</file> and then run that if
12040           appropriate from the post-installation script.  The
12041           <tt><var>package</var>config</tt> program should not
12042           unquestioningly overwrite an existing configuration - if its
12043           mode of operation is geared towards setting up a package for
12044           the first time (rather than any arbitrary reconfiguration
12045           later) you should have it check whether the configuration
12046           already exists, and require a <tt>--force</tt> flag to
12047           overwrite it.</p></sect>
12048     </appendix>
12049
12050     <appendix id="pkg-alternatives"><heading>Alternative versions of
12051         an interface - <prgn>update-alternatives</prgn> (from old
12052     Packaging Manual)
12053       </heading>
12054
12055       <p>
12056         When several packages all provide different versions of the
12057         same program or file it is useful to have the system select a
12058         default, but to allow the system administrator to change it
12059         and have their decisions respected.
12060       </p>
12061
12062       <p>
12063         For example, there are several versions of the <prgn>vi</prgn>
12064         editor, and there is no reason to prevent all of them from
12065         being installed at once, each under their own name
12066         (<prgn>nvi</prgn>, <prgn>vim</prgn> or whatever).
12067         Nevertheless it is desirable to have the name <tt>vi</tt>
12068         refer to something, at least by default.
12069       </p>
12070
12071       <p>
12072         If all the packages involved cooperate, this can be done with
12073         <prgn>update-alternatives</prgn>.
12074       </p>
12075
12076       <p>
12077         Each package provides its own version under its own name, and
12078         calls <prgn>update-alternatives</prgn> in its postinst to
12079         register its version (and again in its prerm to deregister
12080         it).
12081       </p>
12082
12083       <p>
12084         See the man page <manref name="update-alternatives"
12085         section="8"> for details.
12086       </p>
12087
12088       <p>
12089         If <prgn>update-alternatives</prgn> does not seem appropriate
12090         you may wish to consider using diversions instead.</p>
12091     </appendix>
12092
12093     <appendix id="pkg-diversions"><heading>Diversions - overriding a
12094     package's version of a file (from old Packaging Manual)
12095       </heading>
12096
12097       <p>
12098         It is possible to have <prgn>dpkg</prgn> not overwrite a file
12099         when it reinstalls the package it belongs to, and to have it
12100         put the file from the package somewhere else instead.
12101       </p>
12102
12103       <p>
12104         This can be used locally to override a package's version of a
12105         file, or by one package to override another's version (or
12106         provide a wrapper for it).
12107       </p>
12108
12109       <p>
12110         Before deciding to use a diversion, read <ref
12111         id="pkg-alternatives"> to see if you really want a diversion
12112         rather than several alternative versions of a program.
12113       </p>
12114
12115       <p>
12116         There is a diversion list, which is read by <prgn>dpkg</prgn>,
12117         and updated by a special program <prgn>dpkg-divert</prgn>.
12118         Please see <manref name="dpkg-divert" section="8"> for full
12119         details of its operation.
12120       </p>
12121
12122       <p>
12123         When a package wishes to divert a file from another, it should
12124         call <prgn>dpkg-divert</prgn> in its preinst to add the
12125         diversion and rename the existing file.  For example,
12126         supposing that a <prgn>smailwrapper</prgn> package wishes to
12127         install a wrapper around <file>/usr/sbin/smail</file>:
12128         <example>
12129    dpkg-divert --package smailwrapper --add --rename \
12130       --divert /usr/sbin/smail.real /usr/sbin/smail
12131         </example> The <tt>--package smailwrapper</tt> ensures that
12132         <prgn>smailwrapper</prgn>'s copy of <file>/usr/sbin/smail</file>
12133         can bypass the diversion and get installed as the true version.
12134         It's safe to add the diversion unconditionally on upgrades since
12135         it will be left unchanged if it already exists, but
12136         <prgn>dpkg-divert</prgn> will display a message.  To suppress that
12137         message, make the command conditional on the version from which
12138         the package is being upgraded:
12139         <example>
12140    if [ upgrade != "$1" ] || dpkg --compare-versions "$2" lt 1.0-2; then
12141       dpkg-divert --package smailwrapper --add --rename \
12142          --divert /usr/sbin/smail.real /usr/sbin/smail
12143    fi
12144         </example> where <tt>1.0-2</tt> is the version at which the
12145         diversion was first added to the package.  Running the command
12146         during abort-upgrade is pointless but harmless.
12147       </p>
12148
12149       <p>
12150         The postrm has to do the reverse:
12151         <example>
12152   if [ remove = "$1" -o abort-install = "$1" -o disappear = "$1" ]; then
12153      dpkg-divert --package smailwrapper --remove --rename \
12154         --divert /usr/sbin/smail.real /usr/sbin/smail
12155   fi
12156         </example> If the diversion was added at a particular version, the
12157         postrm should also handle the failure case of upgrading from an
12158         older version (unless the older version is so old that direct
12159         upgrades are no longer supported):
12160         <example>
12161   if [ abort-upgrade = "$1" ] && dpkg --compare-versions "$2" lt 1.0-2; then
12162      dpkg-divert --package smailwrapper --remove --rename \
12163         --divert /usr/sbin/smail.real /usr/sbin/smail
12164   fi
12165         </example> where <tt>1.0-2</tt> is the version at which the
12166         diversion was first added to the package.  The postrm should not
12167         remove the diversion on upgrades both because there's no reason to
12168         remove the diversion only to immediately re-add it and since the
12169         postrm of the old package is run after unpacking so the removal of
12170         the diversion will fail.
12171       </p>
12172
12173       <p>
12174         Do not attempt to divert a file which is vitally important for
12175         the system's operation - when using <prgn>dpkg-divert</prgn>
12176         there is a time, after it has been diverted but before
12177         <prgn>dpkg</prgn> has installed the new version, when the file
12178         does not exist.</p>
12179
12180       <p>
12181         Do not attempt to divert a conffile, as <prgn>dpkg</prgn> does not
12182         handle it well.
12183       </p>
12184     </appendix>
12185
12186   </book>
12187 </debiandoc>
12188 <!-- Local variables: -->
12189 <!-- indent-tabs-mode: t -->
12190 <!-- End: -->
12191 <!-- vim:set ai sts=2 sw=2 tw=76: -->