]> git.donarmstrong.com Git - debian/debian-policy.git/blob - policy.sgml
Policy: Clarify whose signature should go in debian/changelog (4.4)
[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 who prepared this release of
1750           the package.  They are <em>not</em> necessarily those of the
1751           uploader or usual package maintainer.<footnote>
1752             In the case of a sponsored upload, the uploader signs the
1753             files, but the changelog maintainer name and address are those
1754             of the person who prepared this release.  If the preparer of
1755             the release is not one of the usual maintainers of the package
1756             (as listed in
1757             the <qref id="f-Maintainer"><tt>Maintainer</tt></qref>
1758             or <qref id="f-Uploaders"><tt>Uploaders</tt></qref> control
1759             fields of the package), the first line of the changelog is
1760             conventionally used to explain why a non-maintainer is
1761             uploading the package.  The Debian Developer's Reference
1762             (see <ref id="related">) documents the conventions
1763             used.</footnote>
1764           The information here will be copied to the <tt>Changed-By</tt>
1765           field in the <tt>.changes</tt> file
1766           (see <ref id="f-Changed-By">), and then later used to send an
1767           acknowledgement when the upload has been installed.
1768         </p>
1769
1770         <p>
1771           The <var>date</var> has the following format<footnote>
1772               This is the same as the format generated by <tt>date
1773               -R</tt>.
1774           </footnote> (compatible and with the same semantics of
1775           RFC 2822 and RFC 5322):
1776           <example>day-of-week, dd month yyyy hh:mm:ss +zzzz</example>
1777           where:
1778           <list compact="compact">
1779             <item>
1780               day-of week is one of: Mon, Tue, Wed, Thu, Fri, Sat, Sun
1781             </item>
1782             <item>
1783               dd is a one- or two-digit day of the month (01-31)
1784             </item>
1785             <item>
1786               month is one of: Jan, Feb, Mar, Apr, May, Jun, Jul, Aug,
1787               Sep, Oct, Nov, Dec
1788             </item>
1789             <item>yyyy is the four-digit year (e.g. 2010)</item>
1790             <item>hh is the two-digit hour (00-23)</item>
1791             <item>mm is the two-digit minutes (00-59)</item>
1792             <item>ss is the two-digit seconds (00-60)</item>
1793             <item>
1794               +zzzz or -zzzz is the the time zone offset from Coordinated
1795               Universal Time (UTC).  "+" indicates that the time is ahead
1796               of (i.e., east of) UTC and "-" indicates that the time is
1797               behind (i.e., west of) UTC.  The first two digits indicate
1798               the hour difference from UTC and the last two digits
1799               indicate the number of additional minutes difference from
1800               UTC.  The last two digits must be in the range 00-59.
1801             </item>
1802           </list>
1803         </p>
1804
1805         <p>
1806           The first "title" line with the package name must start
1807           at the left hand margin.  The "trailer" line with the
1808           maintainer and date details must be preceded by exactly
1809           one space.  The maintainer details and the date must be
1810           separated by exactly two spaces.
1811         </p>
1812
1813         <p>
1814           The entire changelog must be encoded in UTF-8.
1815         </p>
1816
1817         <p>
1818           For more information on placement of the changelog files
1819           within binary packages, please see <ref id="changelogs">.
1820         </p>
1821       </sect>
1822
1823       <sect id="dpkgcopyright">
1824         <heading>Copyright: <file>debian/copyright</file></heading>
1825         <p>
1826           Every package must be accompanied by a verbatim copy of its
1827           copyright information and distribution license in the file
1828           <file>/usr/share/doc/<var>package</var>/copyright</file>
1829           (see <ref id="copyrightfile"> for further details). Also see
1830           <ref id="pkgcopyright"> for further considerations related
1831           to copyrights for packages.
1832         </p>
1833       </sect>
1834       <sect>
1835         <heading>Error trapping in makefiles</heading>
1836
1837         <p>
1838           When <prgn>make</prgn> invokes a command in a makefile
1839           (including your package's upstream makefiles and
1840           <file>debian/rules</file>), it does so using <prgn>sh</prgn>.  This
1841           means that <prgn>sh</prgn>'s usual bad error handling
1842           properties apply: if you include a miniature script as one
1843           of the commands in your makefile you'll find that if you
1844           don't do anything about it then errors are not detected
1845           and <prgn>make</prgn> will blithely continue after
1846           problems.
1847         </p>
1848
1849         <p>
1850           Every time you put more than one shell command (this
1851           includes using a loop) in a makefile command you
1852           must make sure that errors are trapped.  For
1853           simple compound commands, such as changing directory and
1854           then running a program, using <tt>&amp;&amp;</tt> rather
1855           than semicolon as a command separator is sufficient.  For
1856           more complex commands including most loops and
1857           conditionals you should include a separate <tt>set -e</tt>
1858           command at the start of every makefile command that's
1859           actually one of these miniature shell scripts.
1860         </p>
1861       </sect>
1862
1863       <sect id="timestamps">
1864         <heading>Time Stamps</heading>
1865         <p>
1866           Maintainers should preserve the modification times of the
1867           upstream source files in a package, as far as is reasonably
1868           possible.<footnote>
1869               The rationale is that there is some information conveyed
1870               by knowing the age of the file, for example, you could
1871               recognize that some documentation is very old by looking
1872               at the modification time, so it would be nice if the
1873               modification time of the upstream source would be
1874               preserved.
1875           </footnote>
1876         </p>
1877       </sect>
1878
1879       <sect id="restrictions">
1880         <heading>Restrictions on objects in source packages</heading>
1881
1882         <p>
1883           The source package may not contain any hard links<footnote>
1884             <p>
1885               This is not currently detected when building source
1886               packages, but only when extracting
1887               them.
1888             </p>
1889             <p>
1890               Hard links may be permitted at some point in the
1891               future, but would require a fair amount of
1892               work.
1893             </p>
1894           </footnote>, device special files, sockets or setuid or
1895           setgid files.<footnote>
1896               Setgid directories are allowed.
1897           </footnote>
1898         </p>
1899       </sect>
1900
1901       <sect id="debianrules">
1902         <heading>Main building script: <file>debian/rules</file></heading>
1903
1904         <p>
1905           This file must be an executable makefile, and contains the
1906           package-specific recipes for compiling the package and
1907           building binary package(s) from the source.
1908         </p>
1909
1910         <p>
1911           It must start with the line <tt>#!/usr/bin/make -f</tt>,
1912           so that it can be invoked by saying its name rather than
1913           invoking <prgn>make</prgn> explicitly. That is, invoking
1914           either of <tt>make -f debian/rules <em>args...</em></tt>
1915           or <tt>./debian/rules <em>args...</em></tt> must result in
1916           identical behavior.
1917         </p>
1918
1919         <p>
1920           The following targets are required and must be implemented
1921           by <file>debian/rules</file>: <tt>clean</tt>, <tt>binary</tt>,
1922           <tt>binary-arch</tt>, <tt>binary-indep</tt>, <tt>build</tt>,
1923           <tt>build-arch</tt> and <tt>build-indep</tt>.
1924           These are the targets called by <prgn>dpkg-buildpackage</prgn>.
1925         </p>
1926
1927         <p>
1928           Since an interactive <file>debian/rules</file> script makes it
1929           impossible to auto-compile that package and also makes it hard
1930           for other people to reproduce the same binary package, all
1931           required targets must be non-interactive.  It also follows that
1932           any target that these targets depend on must also be
1933           non-interactive.
1934         </p>
1935
1936         <p>
1937           The targets are as follows:
1938           <taglist>
1939             <tag><tt>build</tt> (required)</tag>
1940             <item>
1941               <p>
1942                 The <tt>build</tt> target should perform all the
1943                 configuration and compilation of the package.
1944                 If a package has an interactive pre-build
1945                 configuration routine, the Debian source package
1946                 must either be built after this has taken place (so
1947                 that the binary package can be built without rerunning
1948                 the configuration) or the configuration routine
1949                 modified to become non-interactive.  (The latter is
1950                 preferable if there are architecture-specific features
1951                 detected by the configuration routine.)
1952               </p>
1953
1954               <p>
1955                 For some packages, notably ones where the same
1956                 source tree is compiled in different ways to produce
1957                 two binary packages, the <tt>build</tt> target
1958                 does not make much sense.  For these packages it is
1959                 good enough to provide two (or more) targets
1960                 (<tt>build-a</tt> and <tt>build-b</tt> or whatever)
1961                 for each of the ways of building the package, and a
1962                 <tt>build</tt> target that does nothing.  The
1963                 <tt>binary</tt> target will have to build the
1964                 package in each of the possible ways and make the
1965                 binary package out of each.
1966               </p>
1967
1968               <p>
1969                 The <tt>build</tt> target must not do anything
1970                 that might require root privilege.
1971               </p>
1972
1973               <p>
1974                 The <tt>build</tt> target may need to run the
1975                 <tt>clean</tt> target first - see below.
1976               </p>
1977
1978               <p>
1979                 When a package has a configuration and build routine
1980                 which takes a long time, or when the makefiles are
1981                 poorly designed, or when <tt>build</tt> needs to
1982                 run <tt>clean</tt> first, it is a good idea to
1983                 <tt>touch build</tt> when the build process is
1984                 complete.  This will ensure that if <tt>debian/rules
1985                 build</tt> is run again it will not rebuild the whole
1986                 program.<footnote>
1987                     Another common way to do this is for <tt>build</tt>
1988                     to depend on <prgn>build-stamp</prgn> and to do
1989                     nothing else, and for the <prgn>build-stamp</prgn>
1990                     target to do the building and to <tt>touch
1991                     build-stamp</tt> on completion.  This is
1992                     especially useful if the build routine creates a
1993                     file or directory called <tt>build</tt>; in such a
1994                     case, <tt>build</tt> will need to be listed as
1995                     a phony target (i.e., as a dependency of the
1996                     <tt>.PHONY</tt> target).  See the documentation of
1997                     <prgn>make</prgn> for more information on phony
1998                     targets.
1999                 </footnote>
2000               </p>
2001             </item>
2002
2003             <tag><tt>build-arch</tt> (required),
2004                  <tt>build-indep</tt> (required)
2005             </tag>
2006             <item>
2007               <p>
2008                 The <tt>build-arch</tt> target must
2009                 perform all the configuration and compilation required for
2010                 producing all architecture-dependant binary packages
2011                 (those packages for which the body of the
2012                 <tt>Architecture</tt> field in <tt>debian/control</tt> is
2013                 not <tt>all</tt>).  Similarly, the <tt>build-indep</tt>
2014                 target must perform all the configuration
2015                 and compilation required for producing all
2016                 architecture-independent binary packages (those packages
2017                 for which the body of the <tt>Architecture</tt> field
2018                 in <tt>debian/control</tt> is <tt>all</tt>).
2019                 The <tt>build</tt> target
2020                 should either depend on those targets or take the same
2021                 actions as invoking those targets would perform.<footnote>
2022                   This split allows binary-only builds to not install the
2023                   dependencies required for the <tt>build-indep</tt>
2024                   target and skip any resource-intensive build tasks that
2025                   are only required when building architecture-independent
2026                   binary packages.
2027                 </footnote>
2028               </p>
2029
2030               <p>
2031                 The <tt>build-arch</tt> and <tt>build-indep</tt> targets
2032                 must not do anything that might require root privilege.
2033               </p>
2034             </item>
2035
2036             <tag><tt>binary</tt> (required), <tt>binary-arch</tt>
2037               (required), <tt>binary-indep</tt> (required)
2038             </tag>
2039             <item>
2040               <p>
2041                 The <tt>binary</tt> target must be all that is
2042                 necessary for the user to build the binary package(s)
2043                 produced from this source package.  It is
2044                 split into two parts: <prgn>binary-arch</prgn> builds
2045                 the binary packages which are specific to a particular
2046                 architecture, and <tt>binary-indep</tt> builds
2047                 those which are not.
2048               </p>
2049               <p>
2050                 <tt>binary</tt> may be (and commonly is) a target with
2051                 no commands which simply depends on
2052                 <tt>binary-arch</tt> and <tt>binary-indep</tt>.
2053               </p>
2054               <p>
2055                 Both <tt>binary-*</tt> targets should depend on the
2056                 <tt>build</tt> target, or on the appropriate
2057                 <tt>build-arch</tt> or <tt>build-indep</tt> target, if
2058                 provided, so that the package is built if it has not
2059                 been already.  It should then create the relevant
2060                 binary package(s), using <prgn>dpkg-gencontrol</prgn> to
2061                 make their control files and <prgn>dpkg-deb</prgn> to
2062                 build them and place them in the parent of the top
2063                 level directory.
2064               </p>
2065
2066               <p>
2067                 Both the <tt>binary-arch</tt> and
2068                 <tt>binary-indep</tt> targets <em>must</em> exist.
2069                 If one of them has nothing to do (which will always be
2070                 the case if the source generates only a single binary
2071                 package, whether architecture-dependent or not), it
2072                 must still exist and must always succeed.
2073               </p>
2074
2075               <p>
2076                 The <tt>binary</tt> targets must be invoked as
2077                 root.<footnote>
2078                     The <prgn>fakeroot</prgn> package often allows one
2079                     to build a package correctly even without being
2080                     root.
2081                 </footnote>
2082               </p>
2083             </item>
2084
2085             <tag><tt>clean</tt> (required)</tag>
2086             <item>
2087               <p>
2088                 This must undo any effects that the <tt>build</tt>
2089                 and <tt>binary</tt> targets may have had, except
2090                 that it should leave alone any output files created in
2091                 the parent directory by a run of a <tt>binary</tt>
2092                 target.
2093               </p>
2094
2095               <p>
2096                 If a <tt>build</tt> file is touched at the end of
2097                 the <tt>build</tt> target, as suggested above, it
2098                 should be removed as the first action that
2099                 <tt>clean</tt> performs, so that running
2100                 <tt>build</tt> again after an interrupted
2101                 <tt>clean</tt> doesn't think that everything is
2102                 already done.
2103               </p>
2104
2105               <p>
2106                 The <tt>clean</tt> target may need to be
2107                 invoked as root if <tt>binary</tt> has been
2108                 invoked since the last <tt>clean</tt>, or if
2109                 <tt>build</tt> has been invoked as root (since
2110                 <tt>build</tt> may create directories, for
2111                 example).
2112               </p>
2113             </item>
2114
2115             <tag><tt>get-orig-source</tt> (optional)</tag>
2116             <item>
2117               <p>
2118                 This target fetches the most recent version of the
2119                 original source package from a canonical archive site
2120                 (via FTP or WWW, for example), does any necessary
2121                 rearrangement to turn it into the original source
2122                 tar file format described below, and leaves it in the
2123                 current directory.
2124               </p>
2125
2126               <p>
2127                 This target may be invoked in any directory, and
2128                 should take care to clean up any temporary files it
2129                 may have left.
2130               </p>
2131
2132               <p>
2133                 This target is optional, but providing it if
2134                 possible is a good idea.
2135               </p>
2136             </item>
2137
2138             <tag><tt>patch</tt> (optional)</tag>
2139             <item>
2140               <p>
2141                 This target performs whatever additional actions are
2142                 required to make the source ready for editing (unpacking
2143                 additional upstream archives, applying patches, etc.).
2144                 It is recommended to be implemented for any package where
2145                 <tt>dpkg-source -x</tt> does not result in source ready
2146                 for additional modification.  See
2147                 <ref id="readmesource">.
2148               </p>
2149             </item>
2150           </taglist>
2151
2152         <p>
2153           The <tt>build</tt>, <tt>binary</tt> and
2154           <tt>clean</tt> targets must be invoked with the current
2155           directory being the package's top-level directory.
2156         </p>
2157
2158
2159         <p>
2160           Additional targets may exist in <file>debian/rules</file>,
2161           either as published or undocumented interfaces or for the
2162           package's internal use.
2163         </p>
2164
2165         <p>
2166           The architectures we build on and build for are determined
2167           by <prgn>make</prgn> variables using the
2168           utility <prgn>dpkg-architecture</prgn>.
2169           You can determine the Debian architecture and the GNU style
2170           architecture specification string for the build architecture as
2171           well as for the host architecture.  The build architecture is
2172           the architecture on which <file>debian/rules</file> is run and
2173           the package build is performed.  The host architecture is the
2174           architecture on which the resulting package will be installed
2175           and run.  These are normally the same, but may be different in
2176           the case of cross-compilation (building packages for one
2177           architecture on machines of a different architecture).
2178         </p>
2179
2180         <p>
2181           Here is a list of supported <prgn>make</prgn> variables:
2182           <list compact="compact">
2183             <item>
2184                 <tt>DEB_*_ARCH</tt> (the Debian architecture)
2185             </item>
2186             <item>
2187                 <tt>DEB_*_ARCH_CPU</tt> (the Debian CPU name)
2188             </item>
2189             <item>
2190                 <tt>DEB_*_ARCH_OS</tt> (the Debian System name)
2191             </item>
2192             <item>
2193                 <tt>DEB_*_GNU_TYPE</tt> (the GNU style architecture
2194                 specification string)
2195             </item>
2196             <item>
2197                 <tt>DEB_*_GNU_CPU</tt> (the CPU part of
2198                 <tt>DEB_*_GNU_TYPE</tt>)
2199             </item>
2200             <item>
2201                 <tt>DEB_*_GNU_SYSTEM</tt> (the System part of
2202                 <tt>DEB_*_GNU_TYPE</tt>)
2203           </list>
2204           where <tt>*</tt> is either <tt>BUILD</tt> for specification of
2205           the build architecture or <tt>HOST</tt> for specification of the
2206           host architecture.
2207         </p>
2208
2209         <p>
2210           Backward compatibility can be provided in the rules file
2211           by setting the needed variables to suitable default
2212           values; please refer to the documentation of
2213           <prgn>dpkg-architecture</prgn> for details.
2214         </p>
2215
2216         <p>
2217           It is important to understand that the <tt>DEB_*_ARCH</tt>
2218           string only determines which Debian architecture we are
2219           building on or for. It should not be used to get the CPU
2220           or system information; the <tt>DEB_*_ARCH_CPU</tt> and
2221           <tt>DEB_*_ARCH_OS</tt> variables should be used for that.
2222           GNU style variables should generally only be used with upstream
2223           build systems.
2224         </p>
2225
2226         <sect1 id="debianrules-options">
2227           <heading><file>debian/rules</file> and
2228             <tt>DEB_BUILD_OPTIONS</tt></heading>
2229
2230           <p>
2231             Supporting the standardized environment variable
2232             <tt>DEB_BUILD_OPTIONS</tt> is recommended.  This variable can
2233             contain several flags to change how a package is compiled and
2234             built.  Each flag must be in the form <var>flag</var> or
2235             <var>flag</var>=<var>options</var>.  If multiple flags are
2236             given, they must be separated by whitespace.<footnote>
2237               Some packages support any delimiter, but whitespace is the
2238               easiest to parse inside a makefile and avoids ambiguity with
2239               flag values that contain commas.
2240             </footnote>
2241             <var>flag</var> must start with a lowercase letter
2242             (<tt>a-z</tt>) and consist only of lowercase letters,
2243             numbers (<tt>0-9</tt>), and the characters
2244             <tt>-</tt> and <tt>_</tt> (hyphen and underscore).
2245             <var>options</var> must not contain whitespace.  The same
2246             tag should not be given multiple times with conflicting
2247             values.  Package maintainers may assume that
2248             <tt>DEB_BUILD_OPTIONS</tt> will not contain conflicting tags.
2249           </p>
2250
2251           <p>
2252             The meaning of the following tags has been standardized:
2253             <taglist>
2254               <tag>nocheck</tag>
2255               <item>
2256                   This tag says to not run any build-time test suite
2257                   provided by the package.
2258               </item>
2259               <tag>noopt</tag>
2260               <item>
2261                   The presence of this tag means that the package should
2262                   be compiled with a minimum of optimization.  For C
2263                   programs, it is best to add <tt>-O0</tt> to
2264                   <tt>CFLAGS</tt> (although this is usually the default).
2265                   Some programs might fail to build or run at this level
2266                   of optimization; it may be necessary to use
2267                   <tt>-O1</tt>, for example.
2268               </item>
2269               <tag>nostrip</tag>
2270               <item>
2271                   This tag means that the debugging symbols should not be
2272                   stripped from the binary during installation, so that
2273                   debugging information may be included in the package.
2274               </item>
2275               <tag>parallel=n</tag>
2276               <item>
2277                   This tag means that the package should be built using up
2278                   to <tt>n</tt> parallel processes if the package build
2279                   system supports this.<footnote>
2280                       Packages built with <tt>make</tt> can often implement
2281                       this by passing the <tt>-j</tt><var>n</var> option to
2282                       <tt>make</tt>.
2283                   </footnote>
2284                   If the package build system does not support parallel
2285                   builds, this string must be ignored.  If the package
2286                   build system only supports a lower level of concurrency
2287                   than <var>n</var>, the package should be built using as
2288                   many parallel processes as the package build system
2289                   supports.  It is up to the package maintainer to decide
2290                   whether the package build times are long enough and the
2291                   package build system is robust enough to make supporting
2292                   parallel builds worthwhile.
2293                </item>
2294             </taglist>
2295           </p>
2296
2297           <p>
2298             Unknown flags must be ignored by <file>debian/rules</file>.
2299           </p>
2300
2301           <p>
2302             The following makefile snippet is an example of how one may
2303             implement the build options; you will probably have to
2304             massage this example in order to make it work for your
2305             package.
2306             <example compact="compact">
2307 CFLAGS = -Wall -g
2308 INSTALL = install
2309 INSTALL_FILE    = $(INSTALL) -p    -o root -g root  -m  644
2310 INSTALL_PROGRAM = $(INSTALL) -p    -o root -g root  -m  755
2311 INSTALL_SCRIPT  = $(INSTALL) -p    -o root -g root  -m  755
2312 INSTALL_DIR     = $(INSTALL) -p -d -o root -g root  -m  755
2313
2314 ifneq (,$(filter noopt,$(DEB_BUILD_OPTIONS)))
2315     CFLAGS += -O0
2316 else
2317     CFLAGS += -O2
2318 endif
2319 ifeq (,$(filter nostrip,$(DEB_BUILD_OPTIONS)))
2320     INSTALL_PROGRAM += -s
2321 endif
2322 ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
2323     NUMJOBS = $(patsubst parallel=%,%,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
2324     MAKEFLAGS += -j$(NUMJOBS)
2325 endif
2326
2327 build:
2328         # ...
2329 ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
2330         # Code to run the package test suite.
2331 endif
2332             </example>
2333           </p>
2334         </sect1>
2335       </sect>
2336
2337 <!-- FIXME: section pkg-srcsubstvars is the same as substvars -->
2338       <sect id="substvars">
2339         <heading>Variable substitutions: <file>debian/substvars</file></heading>
2340
2341         <p>
2342           When <prgn>dpkg-gencontrol</prgn>
2343           generates <qref id="binarycontrolfiles">binary package control
2344           files</qref> (<file>DEBIAN/control</file>), it performs variable
2345           substitutions on its output just before writing it.  Variable
2346           substitutions have the form <tt>${<var>variable</var>}</tt>.
2347           The optional file <file>debian/substvars</file> contains
2348           variable substitutions to be used; variables can also be set
2349           directly from <file>debian/rules</file> using the <tt>-V</tt>
2350           option to the source packaging commands, and certain predefined
2351           variables are also available.
2352         </p>
2353
2354         <p>
2355           The <file>debian/substvars</file> file is usually generated and
2356           modified dynamically by <file>debian/rules</file> targets, in
2357           which case it must be removed by the <tt>clean</tt> target.
2358         </p>
2359
2360         <p>
2361           See <manref name="deb-substvars" section="5"> for full
2362           details about source variable substitutions, including the
2363           format of <file>debian/substvars</file>.</p>
2364       </sect>
2365
2366       <sect id="debianwatch">
2367         <heading>Optional upstream source location: <file>debian/watch</file></heading>
2368
2369         <p>
2370           This is an optional, recommended configuration file for the
2371           <tt>uscan</tt> utility which defines how to automatically scan
2372           ftp or http sites for newly available updates of the
2373           package. This is used Debian QA
2374           tools to help with quality control and maintenance of the
2375           distribution as a whole.
2376         </p>
2377
2378       </sect>
2379
2380       <sect id="debianfiles">
2381         <heading>Generated files list: <file>debian/files</file></heading>
2382
2383         <p>
2384           This file is not a permanent part of the source tree; it
2385           is used while building packages to record which files are
2386           being generated.  <prgn>dpkg-genchanges</prgn> uses it
2387           when it generates a <file>.changes</file> file.
2388         </p>
2389
2390         <p>
2391           It should not exist in a shipped source package, and so it
2392           (and any backup files or temporary files such as
2393           <file>files.new</file><footnote>
2394               <file>files.new</file> is used as a temporary file by
2395               <prgn>dpkg-gencontrol</prgn> and
2396               <prgn>dpkg-distaddfile</prgn> - they write a new
2397               version of <tt>files</tt> here before renaming it,
2398               to avoid leaving a corrupted copy if an error
2399               occurs.
2400           </footnote>) should be removed by the
2401           <tt>clean</tt> target.  It may also be wise to
2402           ensure a fresh start by emptying or removing it at the
2403           start of the <tt>binary</tt> target.
2404         </p>
2405
2406         <p>
2407           When <prgn>dpkg-gencontrol</prgn> is run for a binary
2408           package, it adds an entry to <file>debian/files</file> for the
2409           <file>.deb</file> file that will be created when <tt>dpkg-deb
2410           --build</tt> is run for that binary package.  So for most
2411           packages all that needs to be done with this file is to
2412           delete it in the <tt>clean</tt> target.
2413         </p>
2414
2415         <p>
2416           If a package upload includes files besides the source
2417           package and any binary packages whose control files were
2418           made with <prgn>dpkg-gencontrol</prgn> then they should be
2419           placed in the parent of the package's top-level directory
2420           and <prgn>dpkg-distaddfile</prgn> should be called to add
2421           the file to the list in <file>debian/files</file>.</p>
2422       </sect>
2423
2424       <sect id="embeddedfiles">
2425         <heading>Convenience copies of code</heading>
2426
2427         <p>
2428           Some software packages include in their distribution convenience
2429           copies of code from other software packages, generally so that
2430           users compiling from source don't have to download multiple
2431           packages.  Debian packages should not make use of these
2432           convenience copies unless the included package is explicitly
2433           intended to be used in this way.<footnote>
2434             For example, parts of the GNU build system work like this.
2435           </footnote>
2436           If the included code is already in the Debian archive in the
2437           form of a library, the Debian packaging should ensure that
2438           binary packages reference the libraries already in Debian and
2439           the convenience copy is not used.  If the included code is not
2440           already in Debian, it should be packaged separately as a
2441           prerequisite if possible.
2442           <footnote>
2443             Having multiple copies of the same code in Debian is
2444             inefficient, often creates either static linking or shared
2445             library conflicts, and, most importantly, increases the
2446             difficulty of handling security vulnerabilities in the
2447             duplicated code.
2448           </footnote>
2449         </p>
2450       </sect>
2451
2452       <sect id="readmesource">
2453         <heading>Source package handling:
2454           <file>debian/README.source</file></heading>
2455
2456         <p>
2457           If running <prgn>dpkg-source -x</prgn> on a source package
2458           doesn't produce the source of the package, ready for editing,
2459           and allow one to make changes and run
2460           <prgn>dpkg-buildpackage</prgn> to produce a modified package
2461           without taking any additional steps, creating a
2462           <file>debian/README.source</file> documentation file is
2463           recommended.  This file should explain how to do all of the
2464           following:
2465             <enumlist>
2466               <item>Generate the fully patched source, in a form ready for
2467               editing, that would be built to create Debian
2468               packages.  Doing this with a <tt>patch</tt> target in
2469               <file>debian/rules</file> is recommended; see
2470               <ref id="debianrules">.</item>
2471               <item>Modify the source and save those modifications so that
2472               they will be applied when building the package.</item>
2473               <item>Remove source modifications that are currently being
2474               applied when building the package.</item>
2475               <item>Optionally, document what steps are necessary to
2476               upgrade the Debian source package to a new upstream version,
2477               if applicable.</item>
2478             </enumlist>
2479           This explanation should include specific commands and mention
2480           any additional required Debian packages.  It should not assume
2481           familiarity with any specific Debian packaging system or patch
2482           management tools.
2483         </p>
2484
2485         <p>
2486           This explanation may refer to a documentation file installed by
2487           one of the package's build dependencies provided that the
2488           referenced documentation clearly explains these tasks and is not
2489           a general reference manual.
2490         </p>
2491
2492         <p>
2493           <file>debian/README.source</file> may also include any other
2494           information that would be helpful to someone modifying the
2495           source package.  Even if the package doesn't fit the above
2496           description, maintainers are encouraged to document in a
2497           <file>debian/README.source</file> file any source package with a
2498           particularly complex or unintuitive source layout or build
2499           system (for example, a package that builds the same source
2500           multiple times to generate different binary packages).
2501         </p>
2502       </sect>
2503     </chapt>
2504
2505
2506     <chapt id="controlfields">
2507       <heading>Control files and their fields</heading>
2508
2509       <p>
2510         The package management system manipulates data represented in
2511         a common format, known as <em>control data</em>, stored in
2512         <em>control files</em>.
2513         Control files are used for source packages, binary packages and
2514         the <file>.changes</file> files which control the installation
2515         of uploaded files<footnote>
2516             <prgn>dpkg</prgn>'s internal databases are in a similar
2517             format.
2518         </footnote>.
2519       </p>
2520
2521       <sect id="controlsyntax">
2522         <heading>Syntax of control files</heading>
2523
2524         <p>
2525           A control file consists of one or more paragraphs of
2526           fields<footnote>
2527                 The paragraphs are also sometimes referred to as stanzas.
2528           </footnote>.
2529           The paragraphs are separated by empty lines.  Parsers may accept
2530           lines consisting solely of spaces and tabs as paragraph
2531           separators, but control files should use empty lines.  Some control
2532           files allow only one paragraph; others allow several, in
2533           which case each paragraph usually refers to a different
2534           package.  (For example, in source packages, the first
2535           paragraph refers to the source package, and later paragraphs
2536           refer to binary packages generated from the source.)  The
2537           ordering of the paragraphs in control files is significant.
2538         </p>
2539
2540         <p>
2541           Each paragraph consists of a series of data fields.  Each field
2542           consists of the field name followed by a colon and then the
2543           data/value associated with that field.  The field name is
2544           composed of US-ASCII characters excluding control characters,
2545           space, and colon (i.e., characters in the ranges 33-57 and
2546           59-126, inclusive).  Field names must not begin with the comment
2547           character, <tt>#</tt>, nor with the hyphen character, <tt>-</tt>.
2548         </p>
2549
2550         <p>
2551           The field ends at the end of the line or at the end of the last
2552           continuation line (see below).  Horizontal whitespace (spaces
2553           and tabs) may occur immediately before or after the value and is
2554           ignored there; it is conventional to put a single space after
2555           the colon.  For example, a field might be:
2556           <example compact="compact">
2557 Package: libc6
2558           </example>
2559           the field name is <tt>Package</tt> and the field value
2560           <tt>libc6</tt>.
2561         </p>
2562
2563         <p>
2564           A paragraph must not contain more than one instance of a
2565           particular field name.
2566         </p>
2567
2568         <p>
2569           There are three types of fields:
2570           <taglist>
2571             <tag>simple</tag>
2572             <item>
2573               The field, including its value, must be a single line.  Folding
2574               of the field is not permitted.  This is the default field type
2575               if the definition of the field does not specify a different
2576               type.
2577             </item>
2578             <tag>folded</tag>
2579             <item>
2580               The value of a folded field is a logical line that may span
2581               several lines.  The lines after the first are called
2582               continuation lines and must start with a space or a tab.
2583               Whitespace, including any newlines, is not significant in the
2584               field values of folded fields.<footnote>
2585                 This folding method is similar to RFC 5322, allowing control
2586                 files that contain only one paragraph and no multiline fields
2587                 to be read by parsers written for RFC 5322.
2588               </footnote>
2589             </item>
2590             <tag>multiline</tag>
2591             <item>
2592               The value of a multiline field may comprise multiple continuation
2593               lines.  The first line of the value, the part on the same line as
2594               the field name, often has special significance or may have to be
2595               empty.  Other lines are added following the same syntax as the
2596               continuation lines of the folded fields.  Whitespace, including newlines,
2597               is significant in the values of multiline fields.
2598             </item>
2599           </taglist>
2600         </p>
2601
2602         <p>
2603           Whitespace must not appear
2604           inside names (of packages, architectures, files or anything
2605           else) or version numbers, or between the characters of
2606           multi-character version relationships.
2607         </p>
2608
2609         <p>
2610           The presence and purpose of a field, and the syntax of its
2611           value may differ between types of control files.
2612         </p>
2613
2614         <p>
2615           Field names are not case-sensitive, but it is usual to
2616           capitalize the field names using mixed case as shown below.
2617           Field values are case-sensitive unless the description of the
2618           field says otherwise.
2619         </p>
2620
2621         <p>
2622           Paragraph separators (empty lines) and lines consisting only of
2623           spaces and tabs are not allowed within field values or between
2624           fields.  Empty lines in field values are usually escaped by
2625           representing them by a space followed by a dot.
2626         </p>
2627
2628         <p>
2629           Lines starting with # without any preceding whitespace are comments
2630           lines that are only permitted in source package control files
2631           (<file>debian/control</file>).  These comment lines are ignored, even
2632           between two continuation lines.  They do not end logical lines.
2633         </p>
2634
2635         <p>
2636           All control files must be encoded in UTF-8.
2637         </p>
2638       </sect>
2639
2640       <sect id="sourcecontrolfiles">
2641         <heading>Source package control files -- <file>debian/control</file></heading>
2642
2643         <p>
2644           The <file>debian/control</file> file contains the most vital
2645           (and version-independent) information about the source package
2646           and about the binary packages it creates.
2647         </p>
2648
2649         <p>
2650           The first paragraph of the control file contains information about
2651           the source package in general. The subsequent sets each describe a
2652           binary package that the source tree builds.
2653         </p>
2654
2655         <p>
2656           The fields in the general paragraph (the first one, for the source
2657           package) are:
2658
2659           <list compact="compact">
2660             <item><qref id="f-Source"><tt>Source</tt></qref> (mandatory)</item>
2661             <item><qref id="f-Maintainer"><tt>Maintainer</tt></qref> (mandatory)</item>
2662             <item><qref id="f-Uploaders"><tt>Uploaders</tt></qref></item>
2663             <item><qref id="f-Section"><tt>Section</tt></qref> (recommended)</item>
2664             <item><qref id="f-Priority"><tt>Priority</tt></qref> (recommended)</item>
2665             <item><qref id="sourcebinarydeps"><tt>Build-Depends</tt> et al</qref></item>
2666             <item><qref id="f-Standards-Version"><tt>Standards-Version</tt></qref> (recommended)</item>
2667             <item><qref id="f-Homepage"><tt>Homepage</tt></qref></item>
2668             <item><qref id="f-VCS-fields"><tt>Vcs-Browser</tt>, <tt>Vcs-Git</tt>, et al.</qref></item>
2669           </list>
2670         </p>
2671
2672         <p>
2673           The fields in the binary package paragraphs are:
2674
2675           <list compact="compact">
2676             <item><qref id="f-Package"><tt>Package</tt></qref> (mandatory)</item>
2677             <item><qref id="f-Architecture"><tt>Architecture</tt></qref> (mandatory)</item>
2678             <item><qref id="f-Section"><tt>Section</tt></qref> (recommended)</item>
2679             <item><qref id="f-Priority"><tt>Priority</tt></qref> (recommended)</item>
2680             <item><qref id="f-Essential"><tt>Essential</tt></qref></item>
2681             <item><qref id="binarydeps"><tt>Depends</tt> et al</qref></item>
2682             <item><qref id="f-Description"><tt>Description</tt></qref> (mandatory)</item>
2683             <item><qref id="f-Homepage"><tt>Homepage</tt></qref></item>
2684             <item><qref id="built-using"><tt>Built-Using</tt></qref></item>
2685             <item><qref id="f-Package-Type"><tt>Package-Type</tt></qref></item>
2686           </list>
2687         </p>
2688
2689         <p>
2690           The syntax and semantics of the fields are described below.
2691         </p>
2692
2693         <p>
2694           These fields are used by <prgn>dpkg-gencontrol</prgn> to
2695           generate control files for binary packages (see below), by
2696           <prgn>dpkg-genchanges</prgn> to generate the
2697           <file>.changes</file> file to accompany the upload, and by
2698           <prgn>dpkg-source</prgn> when it creates the
2699           <file>.dsc</file> source control file as part of a source
2700           archive.  Some fields are folded in <file>debian/control</file>,
2701           but not in any other control
2702           file. These tools are responsible for removing the line
2703           breaks from such fields when using fields from
2704           <file>debian/control</file> to generate other control files.
2705         </p>
2706
2707         <p>
2708           The fields here may contain variable references - their
2709           values will be substituted by <prgn>dpkg-gencontrol</prgn>,
2710           <prgn>dpkg-genchanges</prgn> or <prgn>dpkg-source</prgn>
2711           when they generate output control files.
2712           See <ref id="substvars"> for details.
2713         </p>
2714       </sect>
2715
2716       <sect id="binarycontrolfiles">
2717         <heading>Binary package control files -- <file>DEBIAN/control</file></heading>
2718
2719         <p>
2720           The <file>DEBIAN/control</file> file contains the most vital
2721           (and version-dependent) information about a binary package.  It
2722           consists of a single paragraph.
2723         </p>
2724
2725         <p>
2726           The fields in this file are:
2727
2728           <list compact="compact">
2729             <item><qref id="f-Package"><tt>Package</tt></qref> (mandatory)</item>
2730             <item><qref id="f-Source"><tt>Source</tt></qref></item>
2731             <item><qref id="f-Version"><tt>Version</tt></qref> (mandatory)</item>
2732             <item><qref id="f-Section"><tt>Section</tt></qref> (recommended)</item>
2733             <item><qref id="f-Priority"><tt>Priority</tt></qref> (recommended)</item>
2734             <item><qref id="f-Architecture"><tt>Architecture</tt></qref> (mandatory)</item>
2735             <item><qref id="f-Essential"><tt>Essential</tt></qref></item>
2736             <item><qref id="binarydeps"><tt>Depends</tt> et al</qref></item>
2737             <item><qref id="f-Installed-Size"><tt>Installed-Size</tt></qref></item>
2738             <item><qref id="f-Maintainer"><tt>Maintainer</tt></qref> (mandatory)</item>
2739             <item><qref id="f-Description"><tt>Description</tt></qref> (mandatory)</item>
2740             <item><qref id="f-Homepage"><tt>Homepage</tt></qref></item>
2741             <item><qref id="built-using"><tt>Built-Using</tt></qref></item>
2742           </list>
2743         </p>
2744       </sect>
2745
2746       <sect id="debiansourcecontrolfiles">
2747         <heading>Debian source control files -- <tt>.dsc</tt></heading>
2748
2749         <p>
2750           This file consists of a single paragraph, possibly surrounded by
2751           a PGP signature. The fields of that paragraph are listed below.
2752           Their syntax is described above, in <ref id="controlsyntax">.
2753
2754         <list compact="compact">
2755           <item><qref id="f-Format"><tt>Format</tt></qref> (mandatory)</item>
2756           <item><qref id="f-Source"><tt>Source</tt></qref> (mandatory)</item>
2757           <item><qref id="f-Binary"><tt>Binary</tt></qref></item>
2758           <item><qref id="f-Architecture"><tt>Architecture</tt></qref></item>
2759           <item><qref id="f-Version"><tt>Version</tt></qref> (mandatory)</item>
2760           <item><qref id="f-Maintainer"><tt>Maintainer</tt></qref> (mandatory)</item>
2761           <item><qref id="f-Uploaders"><tt>Uploaders</tt></qref></item>
2762           <item><qref id="f-Homepage"><tt>Homepage</tt></qref></item>
2763           <item><qref id="f-VCS-fields"><tt>Vcs-Browser</tt>, <tt>Vcs-Git</tt>, et al.</qref></item>
2764           <item><qref id="f-Dgit"><tt>Dgit</tt></qref></item>
2765           <item><qref id="f-Standards-Version"><tt>Standards-Version</tt></qref> (recommended)</item>
2766           <item><qref id="sourcebinarydeps"><tt>Build-Depends</tt> et al</qref></item>
2767           <item><qref id="f-Package-List"><tt>Package-List</tt></qref> (recommended)</item>
2768           <item><qref id="f-Checksums"><tt>Checksums-Sha1</tt>
2769               and <tt>Checksums-Sha256</tt></qref> (mandatory)</item>
2770           <item><qref id="f-Files"><tt>Files</tt></qref> (mandatory)</item>
2771         </list>
2772         </p>
2773
2774         <p>
2775           The Debian source control file is generated by
2776           <prgn>dpkg-source</prgn> when it builds the source
2777           archive, from other files in the source package,
2778           described above.  When unpacking, it is checked against
2779           the files and directories in the other parts of the
2780           source package.
2781         </p>
2782
2783       </sect>
2784
2785       <sect id="debianchangesfiles">
2786         <heading>Debian changes files -- <file>.changes</file></heading>
2787
2788         <p>
2789           The <file>.changes</file> files are used by the Debian archive
2790           maintenance software to process updates to packages. They
2791           consist of a single paragraph, possibly surrounded by a PGP
2792           signature. That paragraph contains information from the
2793           <file>debian/control</file> file and other data about the
2794           source package gathered via <file>debian/changelog</file>
2795           and <file>debian/rules</file>.
2796         </p>
2797
2798         <p>
2799           <file>.changes</file> files have a format version that is
2800           incremented whenever the documented fields or their meaning
2801           change.  This document describes format &changesversion;.
2802         </p>
2803
2804         <p>
2805           The fields in this file are:
2806
2807           <list compact="compact">
2808             <item><qref id="f-Format"><tt>Format</tt></qref> (mandatory)</item>
2809             <item><qref id="f-Date"><tt>Date</tt></qref> (mandatory)</item>
2810             <item><qref id="f-Source"><tt>Source</tt></qref> (mandatory)</item>
2811             <item><qref id="f-Binary"><tt>Binary</tt></qref> (mandatory)</item>
2812             <item><qref id="f-Architecture"><tt>Architecture</tt></qref> (mandatory)</item>
2813             <item><qref id="f-Version"><tt>Version</tt></qref> (mandatory)</item>
2814             <item><qref id="f-Distribution"><tt>Distribution</tt></qref> (mandatory)</item>
2815             <item><qref id="f-Urgency"><tt>Urgency</tt></qref> (recommended)</item>
2816             <item><qref id="f-Maintainer"><tt>Maintainer</tt></qref> (mandatory)</item>
2817             <item><qref id="f-Changed-By"><tt>Changed-By</tt></qref></item>
2818             <item><qref id="f-Description"><tt>Description</tt></qref> (mandatory)</item>
2819             <item><qref id="f-Closes"><tt>Closes</tt></qref></item>
2820             <item><qref id="f-Changes"><tt>Changes</tt></qref> (mandatory)</item>
2821             <item><qref id="f-Checksums"><tt>Checksums-Sha1</tt>
2822                 and <tt>Checksums-Sha256</tt></qref> (mandatory)</item>
2823             <item><qref id="f-Files"><tt>Files</tt></qref> (mandatory)</item>
2824           </list>
2825         </p>
2826       </sect>
2827
2828       <sect id="controlfieldslist">
2829         <heading>List of fields</heading>
2830
2831         <sect1 id="f-Source">
2832           <heading><tt>Source</tt></heading>
2833
2834           <p>
2835             This field identifies the source package name.
2836           </p>
2837
2838           <p>
2839             In <file>debian/control</file> or a <file>.dsc</file> file,
2840             this field must contain only the name of the source package.
2841           </p>
2842
2843           <p>
2844             In a binary package control file or a <file>.changes</file>
2845             file, the source package name may be followed by a version
2846             number in parentheses<footnote>
2847                 It is customary to leave a space after the package name
2848                 if a version number is specified.
2849             </footnote>.
2850             This version number may be omitted (and is, by
2851             <prgn>dpkg-gencontrol</prgn>) if it has the same value as
2852             the <tt>Version</tt> field of the binary package in
2853             question.  The field itself may be omitted from a binary
2854             package control file when the source package has the same
2855             name and version as the binary package.
2856           </p>
2857
2858           <p>
2859             Package names (both source and binary,
2860             see <ref id="f-Package">) must consist only of lower case
2861             letters (<tt>a-z</tt>), digits (<tt>0-9</tt>), plus
2862             (<tt>+</tt>) and minus (<tt>-</tt>) signs, and periods
2863             (<tt>.</tt>).  They must be at least two characters long and
2864             must start with an alphanumeric character.
2865           </p>
2866         </sect1>
2867
2868         <sect1 id="f-Maintainer">
2869           <heading><tt>Maintainer</tt></heading>
2870
2871           <p>
2872             The package maintainer's name and email address.  The name
2873             must come first, then the email address inside angle
2874             brackets <tt>&lt;&gt;</tt> (in RFC822 format).
2875           </p>
2876
2877           <p>
2878             If the maintainer's name contains a full stop then the
2879             whole field will not work directly as an email address due
2880             to a misfeature in the syntax specified in RFC822; a
2881             program using this field as an address must check for this
2882             and correct the problem if necessary (for example by
2883             putting the name in round brackets and moving it to the
2884             end, and bringing the email address forward).
2885           </p>
2886
2887           <p>
2888             See <ref id="maintainer"> for additional requirements and
2889             information about package maintainers.
2890           </p>
2891         </sect1>
2892
2893         <sect1 id="f-Uploaders">
2894           <heading><tt>Uploaders</tt></heading>
2895
2896           <p>
2897             List of the names and email addresses of co-maintainers of the
2898             package, if any. If the package has other maintainers besides
2899             the one named in the <qref id="f-Maintainer">Maintainer
2900             field</qref>, their names and email addresses should be listed
2901             here. The format of each entry is the same as that of the
2902             Maintainer field, and multiple entries must be comma
2903             separated.
2904           </p>
2905
2906           <p>
2907             This is normally an optional field, but if
2908             the <tt>Maintainer</tt> control field names a group of people
2909             and a shared email address, the <tt>Uploaders</tt> field must
2910             be present and must contain at least one human with their
2911             personal email address.
2912           </p>
2913
2914           <p>
2915             The Uploaders field in <file>debian/control</file> can be folded.
2916           </p>
2917         </sect1>
2918
2919         <sect1 id="f-Changed-By">
2920           <heading><tt>Changed-By</tt></heading>
2921
2922           <p>
2923             The name and email address of the person who prepared this
2924             version of the package, usually a maintainer.  The syntax is
2925             the same as for the <qref id="f-Maintainer">Maintainer
2926             field</qref>.
2927           </p>
2928         </sect1>
2929
2930         <sect1 id="f-Section">
2931           <heading><tt>Section</tt></heading>
2932
2933           <p>
2934             This field specifies an application area into which the package
2935             has been classified. See <ref id="subsections">.
2936           </p>
2937
2938           <p>
2939             When it appears in the <file>debian/control</file> file,
2940             it gives the value for the subfield of the same name in
2941             the <tt>Files</tt> field of the <file>.changes</file> file.
2942             It also gives the default for the same field in the binary
2943             packages.
2944           </p>
2945         </sect1>
2946
2947         <sect1 id="f-Priority">
2948           <heading><tt>Priority</tt></heading>
2949
2950           <p>
2951             This field represents how important it is that the user
2952             have the package installed. See <ref id="priorities">.
2953           </p>
2954
2955           <p>
2956             When it appears in the <file>debian/control</file> file,
2957             it gives the value for the subfield of the same name in
2958             the <tt>Files</tt> field of the <file>.changes</file> file.
2959             It also gives the default for the same field in the binary
2960             packages.
2961           </p>
2962         </sect1>
2963
2964         <sect1 id="f-Package">
2965           <heading><tt>Package</tt></heading>
2966
2967           <p>
2968             The name of the binary package.
2969           </p>
2970
2971           <p>
2972             Binary package names must follow the same syntax and
2973             restrictions as source package names.  See <ref id="f-Source">
2974             for the details.
2975           </p>
2976         </sect1>
2977
2978         <sect1 id="f-Architecture">
2979           <heading><tt>Architecture</tt></heading>
2980
2981           <p>
2982             Depending on context and the control file used, the
2983             <tt>Architecture</tt> field can include the following sets of
2984             values:
2985             <list>
2986                 <item>
2987                   A unique single word identifying a Debian machine
2988                   architecture as described in <ref id="arch-spec">.
2989                 </item>
2990                 <item>
2991                   An architecture wildcard identifying a set of Debian
2992                   machine architectures, see <ref id="arch-wildcard-spec">.
2993                   <tt>any</tt> matches all Debian machine architectures
2994                   and is the most frequently used.
2995                 </item>
2996                 <item>
2997                   <tt>all</tt>, which indicates an
2998                   architecture-independent package.
2999                 </item>
3000                 <item>
3001                   <tt>source</tt>, which indicates a source package.
3002                 </item>
3003             </list>
3004           </p>
3005
3006           <p>
3007             In the main <file>debian/control</file> file in the source
3008             package, this field may contain the special
3009             value <tt>all</tt>, the special architecture
3010             wildcard <tt>any</tt>, or a list of specific and wildcard
3011             architectures separated by spaces.  If <tt>all</tt>
3012             or <tt>any</tt> appears, that value must be the entire
3013             contents of the field.  Most packages will use
3014             either <tt>all</tt> or <tt>any</tt>.
3015           </p>
3016
3017           <p>
3018             Specifying a specific list of architectures indicates that the
3019             source will build an architecture-dependent package only on
3020             architectures included in the list.  Specifying a list of
3021             architecture wildcards indicates that the source will build an
3022             architecture-dependent package on only those architectures
3023             that match any of the specified architecture wildcards.
3024             Specifying a list of architectures or architecture wildcards
3025             other than <tt>any</tt> is for the minority of cases where a
3026             program is not portable or is not useful on some
3027             architectures.  Where possible, the program should be made
3028             portable instead.
3029           </p>
3030
3031           <p>
3032             In the Debian source control file <file>.dsc</file>, this
3033             field contains a list of architectures and architecture
3034             wildcards separated by spaces. When the list contains the
3035             architecture wildcard <tt>any</tt>, the only other value
3036             allowed in the list is <tt>all</tt>.
3037           </p>
3038
3039           <p>
3040             The list may include (or consist solely of) the special
3041             value <tt>all</tt>.  In other words, in <file>.dsc</file>
3042             files unlike the <file>debian/control</file>, <tt>all</tt> may
3043             occur in combination with specific architectures.
3044             The <tt>Architecture</tt> field in the Debian source control
3045             file <file>.dsc</file> is generally constructed from
3046             the <tt>Architecture</tt> fields in
3047             the <file>debian/control</file> in the source package.
3048           </p>
3049
3050           <p>
3051             Specifying only <tt>any</tt> indicates that the source package
3052             isn't dependent on any particular architecture and should
3053             compile fine on any one. The produced binary package(s)
3054             will be specific to whatever the current build architecture is.
3055           </p>
3056
3057           <p>
3058             Specifying only <tt>all</tt> indicates that the source package
3059             will only build architecture-independent packages.
3060           </p>
3061
3062           <p>
3063             Specifying <tt>any all</tt> indicates that the source package
3064             isn't dependent on any particular architecture. The set of
3065             produced binary packages will include at least one
3066             architecture-dependant package and one architecture-independent
3067             package.
3068           </p>
3069
3070           <p>
3071             Specifying a list of architectures or architecture wildcards
3072             indicates that the source will build an architecture-dependent
3073             package, and will only work correctly on the listed or
3074             matching architectures.  If the source package also builds at
3075             least one architecture-independent package, <tt>all</tt> will
3076             also be included in the list.
3077           </p>
3078
3079           <p>
3080             In a <file>.changes</file> file, the <tt>Architecture</tt>
3081             field lists the architecture(s) of the package(s) currently
3082             being uploaded.  This will be a list; if the source for the
3083             package is also being uploaded, the special
3084             entry <tt>source</tt> is also present.  <tt>all</tt> will be
3085             present if any architecture-independent packages are being
3086             uploaded.  Architecture wildcards such as <tt>any</tt> must
3087             never occur in the <tt>Architecture</tt> field in
3088             the <file>.changes</file> file.
3089           </p>
3090
3091           <p>
3092             See <ref id="debianrules"> for information on how to get
3093             the architecture for the build process.
3094           </p>
3095         </sect1>
3096
3097         <sect1 id="f-Essential">
3098           <heading><tt>Essential</tt></heading>
3099
3100           <p>
3101             This is a boolean field which may occur only in the
3102             control file of a binary package or in a per-package fields
3103             paragraph of a source package control file.
3104           </p>
3105
3106           <p>
3107             If set to <tt>yes</tt> then the package management system
3108             will refuse to remove the package (upgrading and replacing
3109             it is still possible). The other possible value is <tt>no</tt>,
3110             which is the same as not having the field at all.
3111           </p>
3112         </sect1>
3113
3114         <sect1>
3115           <heading>Package interrelationship fields:
3116             <tt>Depends</tt>, <tt>Pre-Depends</tt>,
3117             <tt>Recommends</tt>, <tt>Suggests</tt>,
3118             <tt>Breaks</tt>, <tt>Conflicts</tt>,
3119             <tt>Provides</tt>, <tt>Replaces</tt>, <tt>Enhances</tt>
3120           </heading>
3121
3122           <p>
3123             These fields describe the package's relationships with
3124             other packages.  Their syntax and semantics are described
3125             in <ref id="relationships">.</p>
3126         </sect1>
3127
3128         <sect1 id="f-Standards-Version">
3129           <heading><tt>Standards-Version</tt></heading>
3130
3131           <p>
3132             The most recent version of the standards (the policy
3133             manual and associated texts) with which the package
3134             complies.
3135           </p>
3136
3137           <p>
3138             The version number has four components: major and minor
3139             version number and major and minor patch level.  When the
3140             standards change in a way that requires every package to
3141             change the major number will be changed.  Significant
3142             changes that will require work in many packages will be
3143             signaled by a change to the minor number.  The major patch
3144             level will be changed for any change to the meaning of the
3145             standards, however small; the minor patch level will be
3146             changed when only cosmetic, typographical or other edits
3147             are made which neither change the meaning of the document
3148             nor affect the contents of packages.
3149           </p>
3150
3151           <p>
3152             Thus only the first three components of the policy version
3153             are significant in the <em>Standards-Version</em> control
3154             field, and so either these three components or all four
3155             components may be specified.<footnote>
3156                 In the past, people specified the full version number
3157                 in the Standards-Version field, for example "2.3.0.0".
3158                 Since minor patch-level changes don't introduce new
3159                 policy, it was thought it would be better to relax
3160                 policy and only require the first 3 components to be
3161                 specified, in this example "2.3.0".  All four
3162                 components may still be used if someone wishes to do so.
3163             </footnote>
3164           </p>
3165
3166         </sect1>
3167
3168         <sect1 id="f-Version">
3169           <heading><tt>Version</tt></heading>
3170
3171           <p>
3172             The version number of a package. The format is:
3173             [<var>epoch</var><tt>:</tt>]<var>upstream_version</var>[<tt>-</tt><var>debian_revision</var>]
3174           </p>
3175
3176           <p>
3177             The three components here are:
3178             <taglist>
3179               <tag><var>epoch</var></tag>
3180               <item>
3181                 <p>
3182                   This is a single (generally small) unsigned integer.  It
3183                   may be omitted, in which case zero is assumed.  If it is
3184                   omitted then the <var>upstream_version</var> may not
3185                   contain any colons.
3186                 </p>
3187
3188                 <p>
3189                   It is provided to allow mistakes in the version numbers
3190                   of older versions of a package, and also a package's
3191                   previous version numbering schemes, to be left behind.
3192                 </p>
3193               </item>
3194
3195               <tag><var>upstream_version</var></tag>
3196               <item>
3197                 <p>
3198                   This is the main part of the version number.  It is
3199                   usually the version number of the original ("upstream")
3200                   package from which the <file>.deb</file> file has been made,
3201                   if this is applicable.  Usually this will be in the same
3202                   format as that specified by the upstream author(s);
3203                   however, it may need to be reformatted to fit into the
3204                   package management system's format and comparison
3205                   scheme.
3206                 </p>
3207
3208                 <p>
3209                   The comparison behavior of the package management system
3210                   with respect to the <var>upstream_version</var> is
3211                   described below.  The <var>upstream_version</var>
3212                   portion of the version number is mandatory.
3213                 </p>
3214
3215                 <p>
3216                   The <var>upstream_version</var> may contain only
3217                   alphanumerics<footnote>
3218                         Alphanumerics are <tt>A-Za-z0-9</tt> only.
3219                   </footnote>
3220                   and the characters <tt>.</tt> <tt>+</tt> <tt>-</tt>
3221                   <tt>:</tt> <tt>~</tt> (full stop, plus, hyphen, colon,
3222                   tilde) and should start with a digit.  If there is no
3223                   <var>debian_revision</var> then hyphens are not allowed;
3224                   if there is no <var>epoch</var> then colons are not
3225                   allowed.
3226                 </p>
3227               </item>
3228
3229               <tag><var>debian_revision</var></tag>
3230               <item>
3231                 <p>
3232                   This part of the version number specifies the version of
3233                   the Debian package based on the upstream version.  It
3234                   may contain only alphanumerics and the characters
3235                   <tt>+</tt> <tt>.</tt> <tt>~</tt> (plus, full stop,
3236                   tilde) and is compared in the same way as the
3237                   <var>upstream_version</var> is.
3238                 </p>
3239
3240                 <p>
3241                   It is optional; if it isn't present then the
3242                   <var>upstream_version</var> may not contain a hyphen.
3243                   This format represents the case where a piece of
3244                   software was written specifically to be a Debian
3245                   package, where the Debian package source must always
3246                   be identical to the pristine source and therefore no
3247                   revision indication is required.
3248                 </p>
3249
3250                 <p>
3251                   It is conventional to restart the
3252                   <var>debian_revision</var> at <tt>1</tt> each time the
3253                   <var>upstream_version</var> is increased.
3254                 </p>
3255
3256                 <p>
3257                   The package management system will break the version
3258                   number apart at the last hyphen in the string (if there
3259                   is one) to determine the <var>upstream_version</var> and
3260                   <var>debian_revision</var>.  The absence of a
3261                   <var>debian_revision</var> is equivalent to a
3262                   <var>debian_revision</var> of <tt>0</tt>.
3263                 </p>
3264               </item>
3265             </taglist>
3266           </p>
3267
3268           <p>
3269             When comparing two version numbers, first the <var>epoch</var>
3270             of each are compared, then the <var>upstream_version</var> if
3271             <var>epoch</var> is equal, and then <var>debian_revision</var>
3272             if <var>upstream_version</var> is also equal.
3273             <var>epoch</var> is compared numerically.  The
3274             <var>upstream_version</var> and <var>debian_revision</var>
3275             parts are compared by the package management system using the
3276             following algorithm:
3277           </p>
3278
3279           <p>
3280             The strings are compared from left to right.
3281           </p>
3282
3283           <p>
3284             First the initial part of each string consisting entirely of
3285             non-digit characters is determined.  These two parts (one of
3286             which may be empty) are compared lexically.  If a difference
3287             is found it is returned.  The lexical comparison is a
3288             comparison of ASCII values modified so that all the letters
3289             sort earlier than all the non-letters and so that a tilde
3290             sorts before anything, even the end of a part.  For example,
3291             the following parts are in sorted order from earliest to
3292             latest: <tt>~~</tt>, <tt>~~a</tt>, <tt>~</tt>, the empty part,
3293             <tt>a</tt>.<footnote>
3294               One common use of <tt>~</tt> is for upstream pre-releases.
3295               For example, <tt>1.0~beta1~svn1245</tt> sorts earlier than
3296               <tt>1.0~beta1</tt>, which sorts earlier than <tt>1.0</tt>.
3297             </footnote>
3298           </p>
3299
3300           <p>
3301             Then the initial part of the remainder of each string which
3302             consists entirely of digit characters is determined.  The
3303             numerical values of these two parts are compared, and any
3304             difference found is returned as the result of the comparison.
3305             For these purposes an empty string (which can only occur at
3306             the end of one or both version strings being compared) counts
3307             as zero.
3308           </p>
3309
3310           <p>
3311             These two steps (comparing and removing initial non-digit
3312             strings and initial digit strings) are repeated until a
3313             difference is found or both strings are exhausted.
3314           </p>
3315
3316           <p>
3317             Note that the purpose of epochs is to allow us to leave behind
3318             mistakes in version numbering, and to cope with situations
3319             where the version numbering scheme changes.  It is
3320             <em>not</em> intended to cope with version numbers containing
3321             strings of letters which the package management system cannot
3322             interpret (such as <tt>ALPHA</tt> or <tt>pre-</tt>), or with
3323             silly orderings.<footnote>
3324               The author of this manual has heard of a package whose
3325               versions went <tt>1.1</tt>, <tt>1.2</tt>, <tt>1.3</tt>,
3326               <tt>1</tt>, <tt>2.1</tt>, <tt>2.2</tt>, <tt>2</tt> and so
3327               forth.
3328             </footnote>
3329           </p>
3330         </sect1>
3331
3332         <sect1 id="f-Description">
3333           <heading><tt>Description</tt></heading>
3334
3335           <p>
3336             In a source or binary control file, the <tt>Description</tt>
3337             field contains a description of the binary package, consisting
3338             of two parts, the synopsis or the short description, and the
3339             long description.  It is a multiline field with the following
3340             format:
3341           </p>
3342
3343           <p>
3344 <example>
3345         Description: &lt;single line synopsis&gt;
3346          &lt;extended description over several lines&gt;
3347 </example>
3348           </p>
3349
3350           <p>
3351             The lines in the extended description can have these formats:
3352           </p>
3353
3354           <p><list>
3355
3356             <item>
3357               Those starting with a single space are part of a paragraph.
3358               Successive lines of this form will be word-wrapped when
3359               displayed. The leading space will usually be stripped off.
3360               The line must contain at least one non-whitespace character.
3361             </item>
3362
3363             <item>
3364               Those starting with two or more spaces. These will be
3365               displayed verbatim. If the display cannot be panned
3366               horizontally, the displaying program will line wrap them "hard"
3367               (i.e., without taking account of word breaks). If it can they
3368               will be allowed to trail off to the right. None, one or two
3369               initial spaces may be deleted, but the number of spaces
3370               deleted from each line will be the same (so that you can have
3371               indenting work correctly, for example).  The line must
3372               contain at least one non-whitespace character.
3373             </item>
3374
3375             <item>
3376               Those containing a single space followed by a single full stop
3377               character. These are rendered as blank lines. This is the
3378               <em>only</em> way to get a blank line<footnote>
3379                 Completely empty lines will not be rendered as blank lines.
3380                 Instead, they will cause the parser to think you're starting
3381                 a whole new record in the control file, and will therefore
3382                 likely abort with an error.
3383               </footnote>.
3384             </item>
3385
3386             <item>
3387               Those containing a space, a full stop and some more characters.
3388               These are for future expansion. Do not use them.
3389             </item>
3390
3391           </list></p>
3392
3393           <p>
3394             Do not use tab characters.  Their effect is not predictable.
3395           </p>
3396
3397           <p>
3398             See <ref id="descriptions"> for further information on this.
3399           </p>
3400
3401           <p>
3402             In a <file>.changes</file> file, the <tt>Description</tt>
3403             field contains a summary of the descriptions for the packages
3404             being uploaded.  For this case, the first line of the field
3405             value (the part on the same line as <tt>Description:</tt>) is
3406             always empty.  It is a multiline field, with one
3407             line per package.  Each line is
3408             indented by one space and contains the name of a binary
3409             package, a space, a hyphen (<tt>-</tt>), a space, and the
3410             short description line from that package.
3411           </p>
3412         </sect1>
3413
3414         <sect1 id="f-Distribution">
3415           <heading><tt>Distribution</tt></heading>
3416
3417           <p>
3418             In a <file>.changes</file> file or parsed changelog output
3419             this contains the (space-separated) name(s) of the
3420             distribution(s) where this version of the package should
3421             be installed.  Valid distributions are determined by the
3422             archive maintainers.<footnote>
3423               Example distribution names in the Debian archive used in
3424               <file>.changes</file> files are:
3425                 <taglist compact="compact">
3426                   <tag><em>unstable</em></tag>
3427                   <item>
3428                     This distribution value refers to the
3429                     <em>developmental</em> part of the Debian distribution
3430                     tree.  Most new packages, new upstream versions of
3431                     packages and bug fixes go into the <em>unstable</em>
3432                     directory tree.
3433                   </item>
3434
3435                   <tag><em>experimental</em></tag>
3436                   <item>
3437                     The packages with this distribution value are deemed
3438                     by their maintainers to be high risk.  Oftentimes they
3439                     represent early beta or developmental packages from
3440                     various sources that the maintainers want people to
3441                     try, but are not ready to be a part of the other parts
3442                     of the Debian distribution tree.
3443                   </item>
3444                 </taglist>
3445
3446                 <p>
3447                   Others are used for updating stable releases or for
3448                   security uploads.  More information is available in the
3449                   Debian Developer's Reference, section "The Debian
3450                   archive".
3451                 </p>
3452             </footnote>
3453             The Debian archive software only supports listing a single
3454             distribution.  Migration of packages to other distributions is
3455             handled outside of the upload process.
3456           </p>
3457         </sect1>
3458
3459         <sect1 id="f-Date">
3460           <heading><tt>Date</tt></heading>
3461
3462           <p>
3463             This field includes the date the package was built or last
3464             edited.  It must be in the same format as the <var>date</var>
3465             in a <file>debian/changelog</file> entry.
3466           </p>
3467
3468           <p>
3469             The value of this field is usually extracted from the
3470             <file>debian/changelog</file> file - see
3471             <ref id="dpkgchangelog">).
3472           </p>
3473         </sect1>
3474
3475         <sect1 id="f-Format">
3476           <heading><tt>Format</tt></heading>
3477
3478           <p>
3479             In <qref id="debianchangesfiles"><file>.changes</file></qref>
3480             files, this field declares the format version of that file.
3481             The syntax of the field value is the same as that of
3482             a <qref id="f-Version">package version number</qref> except
3483             that no epoch or Debian revision is allowed.  The format
3484             described in this document is <tt>&changesversion;</tt>.
3485           </p>
3486
3487           <p>
3488             In <qref id="debiansourcecontrolfiles"><file>.dsc</file>
3489             Debian source control</qref> files, this field declares the
3490             format of the source package.  The field value is used by
3491             programs acting on a source package to interpret the list of
3492             files in the source package and determine how to unpack it.
3493             The syntax of the field value is a numeric major revision, a
3494             period, a numeric minor revision, and then an optional subtype
3495             after whitespace, which if specified is an alphanumeric word
3496             in parentheses.  The subtype is optional in the syntax but may
3497             be mandatory for particular source format revisions.
3498             <footnote>
3499               The source formats currently supported by the Debian archive
3500               software are <tt>1.0</tt>, <tt>3.0 (native)</tt>,
3501               and <tt>3.0 (quilt)</tt>.
3502             </footnote>
3503           </p>
3504         </sect1>
3505
3506         <sect1 id="f-Urgency">
3507           <heading><tt>Urgency</tt></heading>
3508
3509           <p>
3510             This is a description of how important it is to upgrade to
3511             this version from previous ones.  It consists of a single
3512             keyword taking one of the values <tt>low</tt>,
3513             <tt>medium</tt>, <tt>high</tt>, <tt>emergency</tt>, or
3514             <tt>critical</tt><footnote>
3515               Other urgency values are supported with configuration
3516               changes in the archive software but are not used in Debian.
3517               The urgency affects how quickly a package will be considered
3518               for inclusion into the <tt>testing</tt> distribution and
3519               gives an indication of the importance of any fixes included
3520               in the upload.  <tt>Emergency</tt> and <tt>critical</tt> are
3521               treated as synonymous.
3522             </footnote> (not case-sensitive) followed by an optional
3523             commentary (separated by a space) which is usually in
3524             parentheses.  For example:
3525
3526             <example>
3527   Urgency: low (HIGH for users of diversions)
3528             </example>
3529
3530           </p>
3531
3532           <p>
3533             The value of this field is usually extracted from the
3534             <file>debian/changelog</file> file - see
3535             <ref id="dpkgchangelog">.
3536           </p>
3537         </sect1>
3538
3539         <sect1 id="f-Changes">
3540           <heading><tt>Changes</tt></heading>
3541
3542           <p>
3543             This multiline field contains the human-readable changes data, describing
3544             the differences between the last version and the current one.
3545           </p>
3546
3547           <p>
3548             The first line of the field value (the part on the same line
3549             as <tt>Changes:</tt>) is always empty.  The content of the
3550             field is expressed as continuation lines, with each line
3551             indented by at least one space.  Blank lines must be
3552             represented by a line consisting only of a space and a full
3553             stop (<tt>.</tt>).
3554           </p>
3555
3556           <p>
3557             The value of this field is usually extracted from the
3558             <file>debian/changelog</file> file - see
3559             <ref id="dpkgchangelog">).
3560           </p>
3561
3562           <p>
3563             Each version's change information should be preceded by a
3564             "title" line giving at least the version, distribution(s)
3565             and urgency, in a human-readable way.
3566           </p>
3567
3568           <p>
3569             If data from several versions is being returned the entry
3570             for the most recent version should be returned first, and
3571             entries should be separated by the representation of a
3572             blank line (the "title" line may also be followed by the
3573             representation of a blank line).
3574           </p>
3575         </sect1>
3576
3577         <sect1 id="f-Binary">
3578           <heading><tt>Binary</tt></heading>
3579
3580           <p>
3581             This folded field is a list of binary packages.  Its syntax and
3582             meaning varies depending on the control file in which it
3583             appears.
3584           </p>
3585
3586           <p>
3587             When it appears in the <file>.dsc</file> file, it lists binary
3588             packages which a source package can produce, separated by
3589             commas<footnote>
3590                 A space after each comma is conventional.
3591             </footnote>.  The source package
3592             does not necessarily produce all of these binary packages for
3593             every architecture.  The source control file doesn't contain
3594             details of which architectures are appropriate for which of
3595             the binary packages.
3596           </p>
3597
3598           <p>
3599             When it appears in a <file>.changes</file> file, it lists the
3600             names of the binary packages being uploaded, separated by
3601             whitespace (not commas).
3602           </p>
3603         </sect1>
3604
3605         <sect1 id="f-Installed-Size">
3606           <heading><tt>Installed-Size</tt></heading>
3607
3608           <p>
3609             This field appears in the control files of binary packages,
3610             and in the <file>Packages</file> files.  It gives an estimate
3611             of the total amount of disk space required to install the
3612             named package.  Actual installed size may vary based on block
3613             size, file system properties, or actions taken by package
3614             maintainer scripts.
3615           </p>
3616
3617           <p>
3618             The disk space is given as the integer value of the estimated
3619             installed size in bytes, divided by 1024 and rounded up.
3620           </p>
3621         </sect1>
3622
3623         <sect1 id="f-Files">
3624           <heading><tt>Files</tt></heading>
3625
3626           <p>
3627             This field contains a list of files with information about
3628             each one.  The exact information and syntax varies with
3629             the context.
3630           </p>
3631
3632           <p>
3633             In all cases, Files is a multiline field.  The first line of
3634             the field value (the part on the same line as <tt>Files:</tt>)
3635             is always empty.  The content of the field is expressed as
3636             continuation lines, one line per file.  Each line must be
3637             indented by one space and contain a number of sub-fields,
3638             separated by spaces, as described below.
3639           </p>
3640
3641           <p>
3642             In the <file>.dsc</file> file, each line contains the MD5
3643             checksum, size and filename of the tar file and (if
3644             applicable) diff file which make up the remainder of the
3645             source package<footnote>
3646               That is, the parts which are not the <tt>.dsc</tt>.
3647             </footnote>.  For example:
3648             <example>
3649 Files:
3650  c6f698f19f2a2aa07dbb9bbda90a2754 571925 example_1.2.orig.tar.gz
3651  938512f08422f3509ff36f125f5873ba 6220 example_1.2-1.diff.gz
3652             </example>
3653             The exact forms of the filenames are described
3654             in <ref id="pkg-sourcearchives">.
3655           </p>
3656
3657           <p>
3658             In the <file>.changes</file> file this contains one line per
3659             file being uploaded.  Each line contains the MD5 checksum,
3660             size, section and priority and the filename.  For example:
3661             <example>
3662 Files:
3663  4c31ab7bfc40d3cf49d7811987390357 1428 text extra example_1.2-1.dsc
3664  c6f698f19f2a2aa07dbb9bbda90a2754 571925 text extra example_1.2.orig.tar.gz
3665  938512f08422f3509ff36f125f5873ba 6220 text extra example_1.2-1.diff.gz
3666  7c98fe853b3bbb47a00e5cd129b6cb56 703542 text extra example_1.2-1_i386.deb
3667             </example>
3668             The <qref id="f-Section">section</qref>
3669             and <qref id="f-Priority">priority</qref> are the values of
3670             the corresponding fields in the main source control file.  If
3671             no section or priority is specified then <tt>-</tt> should be
3672             used, though section and priority values must be specified for
3673             new packages to be installed properly.
3674           </p>
3675
3676           <p>
3677             The special value <tt>byhand</tt> for the section in a
3678             <tt>.changes</tt> file indicates that the file in question
3679             is not an ordinary package file and must be installed by
3680             hand by the distribution maintainers.  If the section is
3681             <tt>byhand</tt> the priority should be <tt>-</tt>.
3682           </p>
3683
3684           <p>
3685             If a new Debian revision of a package is being shipped and
3686             no new original source archive is being distributed the
3687             <tt>.dsc</tt> must still contain the <tt>Files</tt> field
3688             entry for the original source archive
3689             <file><var>package</var>_<var>upstream-version</var>.orig.tar.gz</file>,
3690             but the <file>.changes</file> file should leave it out.  In
3691             this case the original source archive on the distribution
3692             site must match exactly, byte-for-byte, the original
3693             source archive which was used to generate the
3694             <file>.dsc</file> file and diff which are being uploaded.</p>
3695         </sect1>
3696
3697         <sect1 id="f-Closes">
3698           <heading><tt>Closes</tt></heading>
3699
3700           <p>
3701             A space-separated list of bug report numbers that the upload
3702             governed by the .changes file closes.
3703           </p>
3704         </sect1>
3705
3706         <sect1 id="f-Homepage">
3707           <heading><tt>Homepage</tt></heading>
3708
3709           <p>
3710             The URL of the web site for this package, preferably (when
3711             applicable) the site from which the original source can be
3712             obtained and any additional upstream documentation or
3713             information may be found.  The content of this field is a
3714             simple URL without any surrounding characters such as
3715             <tt>&lt;&gt;</tt>.
3716           </p>
3717         </sect1>
3718
3719         <sect1 id="f-Checksums">
3720           <heading><tt>Checksums-Sha1</tt>
3721             and <tt>Checksums-Sha256</tt></heading>
3722
3723           <p>
3724             These multiline fields contain a list of files with a checksum and size
3725             for each one.  Both <tt>Checksums-Sha1</tt>
3726             and <tt>Checksums-Sha256</tt> have the same syntax and differ
3727             only in the checksum algorithm used: SHA-1
3728             for <tt>Checksums-Sha1</tt> and SHA-256
3729             for <tt>Checksums-Sha256</tt>.
3730           </p>
3731
3732           <p>
3733             <tt>Checksums-Sha1</tt> and <tt>Checksums-Sha256</tt> are
3734             multiline fields.  The first line of the field value (the part
3735             on the same line as <tt>Checksums-Sha1:</tt>
3736             or <tt>Checksums-Sha256:</tt>) is always empty.  The content
3737             of the field is expressed as continuation lines, one line per
3738             file.  Each line consists of the checksum, a space, the file
3739             size, a space, and the file name.  For example (from
3740             a <file>.changes</file> file):
3741             <example>
3742 Checksums-Sha1:
3743  1f418afaa01464e63cc1ee8a66a05f0848bd155c 1276 example_1.0-1.dsc
3744  a0ed1456fad61116f868b1855530dbe948e20f06 171602 example_1.0.orig.tar.gz
3745  5e86ecf0671e113b63388dac81dd8d00e00ef298 6137 example_1.0-1.debian.tar.gz
3746  71a0ff7da0faaf608481195f9cf30974b142c183 548402 example_1.0-1_i386.deb
3747 Checksums-Sha256:
3748  ac9d57254f7e835bed299926fd51bf6f534597cc3fcc52db01c4bffedae81272 1276 example_1.0-1.dsc
3749  0d123be7f51e61c4bf15e5c492b484054be7e90f3081608a5517007bfb1fd128 171602 example_1.0.orig.tar.gz
3750  f54ae966a5f580571ae7d9ef5e1df0bd42d63e27cb505b27957351a495bc6288 6137 example_1.0-1.debian.tar.gz
3751  3bec05c03974fdecd11d020fc2e8250de8404867a8a2ce865160c250eb723664 548402 example_1.0-1_i386.deb
3752             </example>
3753           </p>
3754
3755           <p>
3756             In the <file>.dsc</file> file, these fields list all
3757             files that make up the source package.  In
3758             the <file>.changes</file> file, these fields list all
3759             files being uploaded.  The list of files in these fields
3760             must match the list of files in the <tt>Files</tt> field.
3761           </p>
3762         </sect1>
3763
3764         <sect1>
3765           <heading><tt>DM-Upload-Allowed</tt></heading>
3766
3767           <p>
3768             Obsolete, see <qref id="f-DM-Upload-Allowed">below</qref>.
3769           </p>
3770         </sect1>
3771
3772         <sect1 id="f-VCS-fields">
3773           <heading>Version Control System (VCS) fields</heading>
3774
3775           <p>
3776             Debian source packages are increasingly developed using VCSs.  The
3777             purpose of the following fields is to indicate a publicly accessible
3778             repository where the Debian source package is developed.
3779
3780             <taglist>
3781               <tag><tt>Vcs-Browser</tt></tag>
3782               <item>
3783                 <p>
3784                   URL of a web interface for browsing the repository.
3785                 </p>
3786               </item>
3787
3788               <tag>
3789                 <tt>Vcs-Arch</tt>, <tt>Vcs-Bzr</tt> (Bazaar), <tt>Vcs-Cvs</tt>,
3790                 <tt>Vcs-Darcs</tt>, <tt>Vcs-Git</tt>, <tt>Vcs-Hg</tt>
3791                 (Mercurial), <tt>Vcs-Mtn</tt> (Monotone), <tt>Vcs-Svn</tt>
3792                 (Subversion)
3793               </tag>
3794               <item>
3795                 <p>
3796                   The field name identifies the VCS. The field's value uses the
3797                   version control system's conventional syntax for describing
3798                   repository locations and should be sufficient to locate the
3799                   repository used for packaging. Ideally, it also locates the
3800                   branch used for development of new versions of the Debian
3801                   package.
3802                 </p>
3803                 <p>
3804                   In the case of Git, the value consists of a URL, optionally
3805                   followed by the word <tt>-b</tt> and the name of a branch in
3806                   the indicated repository, following the syntax of the
3807                   <tt>git clone</tt> command.  If no branch is specified, the
3808                   packaging should be on the default branch.
3809                 </p>
3810                 <p>
3811                   More than one different VCS may be specified for the same
3812                   package.
3813                 </p>
3814               </item>
3815             </taglist>
3816           </p>
3817         </sect1>
3818
3819         <sect1 id="f-Package-List">
3820           <heading><tt>Package-List</tt></heading>
3821
3822           <p>
3823             Multiline field listing all the packages that can be built from
3824             the source package, considering every architecture.  The first line
3825             of the field value is empty.  Each one of the next lines describes
3826             one binary package, by listing its name, type, section and priority
3827             separated by spaces.  Fifth and subsequent space-separated items
3828             may be present and parsers must allow them.  See the
3829             <qref id="f-Package-Type">Package-Type</qref> field for a list of
3830             package types.
3831           </p>
3832         </sect1>
3833
3834         <sect1 id="f-Package-Type">
3835           <heading><tt>Package-Type</tt></heading>
3836
3837           <p>
3838             Simple field containing a word indicating the type of package:
3839             <tt>deb</tt> for binary packages and <tt>udeb</tt> for micro binary
3840             packages.  Other types not defined here may be indicated.  In
3841             source package control files, the <tt>Package-Type</tt> field
3842             should be omitted instead of giving it a value of <tt>deb</tt>, as
3843             this value is assumed for paragraphs lacking this field.
3844           </p>
3845         </sect1>
3846
3847         <sect1 id="f-Dgit">
3848           <heading><tt>Dgit</tt></heading>
3849
3850           <p>
3851             Folded field containing a single git commit hash, presented in
3852             full, followed optionally by whitespace and other data to be
3853             defined in future extensions.
3854           </p>
3855
3856           <p>
3857             Declares that the source package corresponds exactly to a
3858             referenced commit in a Git repository available at the canonical
3859             location called <em>dgit-repos</em>, used by <prgn>dgit</prgn>, a
3860             bidirectional gateway between the Debian archive and Git.  The
3861             commit is reachable from at least one reference whose name matches
3862             <tt>refs/dgit/*</tt>.  See the manual page of <prgn>dgit</prgn> for
3863             further details.
3864           </p>
3865         </sect1>
3866       </sect>
3867
3868       <sect>
3869         <heading>User-defined fields</heading>
3870
3871         <p>
3872           Additional user-defined fields may be added to the
3873           source package control file.  Such fields will be
3874           ignored, and not copied to (for example) binary or
3875           Debian source control files or upload control files.
3876         </p>
3877
3878         <p>
3879           If you wish to add additional unsupported fields to
3880           these output files you should use the mechanism
3881           described here.
3882         </p>
3883
3884         <p>
3885           Fields in the main source control information file with
3886           names starting <tt>X</tt>, followed by one or more of
3887           the letters <tt>BCS</tt> and a hyphen <tt>-</tt>, will
3888           be copied to the output files.  Only the part of the
3889           field name after the hyphen will be used in the output
3890           file.  Where the letter <tt>B</tt> is used the field
3891           will appear in binary package control files, where the
3892           letter <tt>S</tt> is used in Debian source control
3893           files and where <tt>C</tt> is used in upload control
3894           (<tt>.changes</tt>) files.
3895         </p>
3896
3897         <p>
3898           For example, if the main source information control file
3899           contains the field
3900           <example>
3901   XBS-Comment: I stand between the candle and the star.
3902           </example>
3903           then the binary and Debian source control files will contain the
3904           field
3905           <example>
3906   Comment: I stand between the candle and the star.
3907           </example>
3908         </p>
3909
3910       </sect>
3911
3912       <sect id="obsolete-control-data-fields">
3913         <heading>Obsolete fields</heading>
3914
3915         <p>
3916           The following fields have been obsoleted and may be found in packages
3917           conforming with previous versions of the Policy.
3918         </p>
3919
3920         <sect1 id="f-DM-Upload-Allowed">
3921           <heading><tt>DM-Upload-Allowed</tt></heading>
3922
3923           <p>
3924             Indicates that Debian Maintainers may upload this package to
3925             the Debian archive.  The only valid value is <tt>yes</tt>.  This
3926             field was used to regulate uploads by Debian Maintainers, See the
3927             General Resolution <url id="http://www.debian.org/vote/2007/vote_003"
3928             name="Endorse the concept of Debian Maintainers"> for more details.
3929           </p>
3930         </sect1>
3931
3932       </sect>
3933
3934     </chapt>
3935
3936
3937     <chapt id="maintainerscripts">
3938       <heading>Package maintainer scripts and installation procedure</heading>
3939
3940       <sect>
3941         <heading>Introduction to package maintainer scripts</heading>
3942
3943         <p>
3944           It is possible to supply scripts as part of a package which
3945           the package management system will run for you when your
3946           package is installed, upgraded or removed.
3947         </p>
3948
3949         <p>
3950           These scripts are the control information
3951           files <prgn>preinst</prgn>, <prgn>postinst</prgn>, <prgn>prerm</prgn>
3952           and <prgn>postrm</prgn>.  They must be proper executable files;
3953           if they are scripts (which is recommended), they must start with
3954           the usual <tt>#!</tt> convention.  They should be readable and
3955           executable by anyone, and must not be world-writable.
3956         </p>
3957
3958         <p>
3959           The package management system looks at the exit status from
3960           these scripts.  It is important that they exit with a
3961           non-zero status if there is an error, so that the package
3962           management system can stop its processing.  For shell
3963           scripts this means that you <em>almost always</em> need to
3964           use <tt>set -e</tt> (this is usually true when writing shell
3965           scripts, in fact).  It is also important, of course, that
3966           they exit with a zero status if everything went well.
3967         </p>
3968
3969         <p>
3970           Additionally, packages interacting with users
3971           using <prgn>debconf</prgn> in the <prgn>postinst</prgn> script
3972           should install a <prgn>config</prgn> script as a control
3973           information file.  See <ref id="maintscriptprompt"> for details.
3974         </p>
3975
3976         <p>
3977           When a package is upgraded a combination of the scripts from
3978           the old and new packages is called during the upgrade
3979           procedure.  If your scripts are going to be at all
3980           complicated you need to be aware of this, and may need to
3981           check the arguments to your scripts.
3982         </p>
3983
3984         <p>
3985           Broadly speaking the <prgn>preinst</prgn> is called before
3986           (a particular version of) a package is unpacked, and the
3987           <prgn>postinst</prgn> afterwards; the <prgn>prerm</prgn>
3988           before (a version of) a package is removed and the
3989           <prgn>postrm</prgn> afterwards.
3990         </p>
3991
3992         <p>
3993           Programs called from maintainer scripts should not normally
3994           have a path prepended to them. Before installation is
3995           started, the package management system checks to see if the
3996           programs <prgn>ldconfig</prgn>, <prgn>start-stop-daemon</prgn>,
3997           and <prgn>update-rc.d</prgn> can be found via the
3998           <tt>PATH</tt> environment variable. Those programs, and any
3999           other program that one would expect to be in the
4000           <tt>PATH</tt>, should thus be invoked without an absolute
4001           pathname. Maintainer scripts should also not reset the
4002           <tt>PATH</tt>, though they might choose to modify it by
4003           prepending or appending package-specific directories. These
4004           considerations really apply to all shell scripts.</p>
4005       </sect>
4006
4007       <sect id="idempotency">
4008         <heading>Maintainer scripts idempotency</heading>
4009
4010         <p>
4011           It is necessary for the error recovery procedures that the
4012           scripts be idempotent.  This means that if it is run
4013           successfully, and then it is called again, it doesn't bomb
4014           out or cause any harm, but just ensures that everything is
4015           the way it ought to be.  If the first call failed, or
4016           aborted half way through for some reason, the second call
4017           should merely do the things that were left undone the first
4018           time, if any, and exit with a success status if everything
4019           is OK.<footnote>
4020               This is so that if an error occurs, the user interrupts
4021               <prgn>dpkg</prgn> or some other unforeseen circumstance
4022               happens you don't leave the user with a badly-broken
4023               package when <prgn>dpkg</prgn> attempts to repeat the
4024               action.
4025           </footnote>
4026         </p>
4027       </sect>
4028
4029       <sect id="controllingterminal">
4030         <heading>Controlling terminal for maintainer scripts</heading>
4031
4032         <p>
4033           Maintainer scripts are not guaranteed to run with a controlling
4034           terminal and may not be able to interact with the user.  They
4035           must be able to fall back to noninteractive behavior if no
4036           controlling terminal is available.  Maintainer scripts that
4037           prompt via a program conforming to the Debian Configuration
4038           Management Specification (see <ref id="maintscriptprompt">) may
4039           assume that program will handle falling back to noninteractive
4040           behavior.
4041         </p>
4042
4043         <p>
4044           For high-priority prompts without a reasonable default answer,
4045           maintainer scripts may abort if there is no controlling
4046           terminal.  However, this situation should be avoided if at all
4047           possible, since it prevents automated or unattended installs.
4048           In most cases, users will consider this to be a bug in the
4049           package.
4050         </p>
4051       </sect>
4052
4053       <sect id="exitstatus">
4054         <heading>Exit status</heading>
4055
4056         <p>
4057           Each script must return a zero exit status for
4058           success, or a nonzero one for failure, since the package
4059           management system looks for the exit status of these scripts
4060           and determines what action to take next based on that datum.
4061         </p>
4062       </sect>
4063
4064       <sect id="mscriptsinstact"><heading>Summary of ways maintainer
4065           scripts are called
4066         </heading>
4067
4068         <p>
4069           What follows is a summary of all the ways in which maintainer
4070           scripts may be called along with what facilities those scripts
4071           may rely on being available at that time.  Script names preceded
4072           by <var>new-</var> are the scripts from the new version of a
4073           package being installed, upgraded to, or downgraded to.  Script
4074           names preceded by <var>old-</var> are the scripts from the old
4075           version of a package that is being upgraded from or downgraded
4076           from.
4077         </p>
4078
4079         <p>
4080           The <prgn>preinst</prgn> script may be called in the following
4081           ways:
4082           <taglist>
4083             <tag><var>new-preinst</var> <tt>install</tt></tag>
4084             <tag><var>new-preinst</var> <tt>install</tt>
4085               <var>old-version</var></tag>
4086             <tag><var>new-preinst</var> <tt>upgrade</tt>
4087               <var>old-version</var></tag>
4088             <item>
4089               The package will not yet be unpacked, so
4090               the <prgn>preinst</prgn> script cannot rely on any files
4091               included in its package.  Only essential packages and
4092               pre-dependencies (<tt>Pre-Depends</tt>) may be assumed to be
4093               available.  Pre-dependencies will have been configured at
4094               least once, but at the time the <prgn>preinst</prgn> is
4095               called they may only be in an "Unpacked" or "Half-Configured"
4096               state if a previous version of the pre-dependency was
4097               completely configured and has not been removed since then.
4098             </item>
4099
4100             <tag><var>old-preinst</var> <tt>abort-upgrade</tt>
4101               <var>new-version</var></tag>
4102             <item>
4103               Called during error handling of an upgrade that failed after
4104               unpacking the new package because the <tt>postrm
4105               upgrade</tt> action failed.  The unpacked files may be
4106               partly from the new version or partly missing, so the script
4107               cannot rely on files included in the package.  Package
4108               dependencies may not be available.  Pre-dependencies will be
4109               at least "Unpacked" following the same rules as above, except
4110               they may be only "Half-Installed" if an upgrade of the
4111               pre-dependency failed.<footnote>
4112                 This can happen if the new version of the package no
4113                 longer pre-depends on a package that had been partially
4114                 upgraded.
4115               </footnote>
4116             </item>
4117           </taglist>
4118         </p>
4119
4120         <p>
4121           The <prgn>postinst</prgn> script may be called in the following
4122           ways:
4123           <taglist>
4124             <tag><var>postinst</var> <tt>configure</tt>
4125               <var>most-recently-configured-version</var></tag>
4126             <item>
4127               The files contained in the package will be unpacked.  All
4128               package dependencies will at least be "Unpacked".  If there
4129               are no circular dependencies involved, all package
4130               dependencies will be configured.  For behavior in the case
4131               of circular dependencies, see the discussion
4132               in <ref id="binarydeps">.
4133             </item>
4134
4135             <tag><var>old-postinst</var> <tt>abort-upgrade</tt>
4136               <var>new-version</var></tag>
4137             <tag><var>conflictor's-postinst</var> <tt>abort-remove</tt>
4138               <tt>in-favour</tt> <var>package</var>
4139               <var>new-version</var></tag>
4140             <tag><var>postinst</var> <tt>abort-remove</tt></tag>
4141             <tag><var>deconfigured's-postinst</var>
4142               <tt>abort-deconfigure</tt> <tt>in-favour</tt>
4143               <var>failed-install-package</var> <var>version</var>
4144               [<tt>removing</tt> <var>conflicting-package</var>
4145               <var>version</var>]</tag>
4146             <item>
4147               The files contained in the package will be unpacked.  All
4148               package dependencies will at least be "Half-Installed" and
4149               will have previously been configured and not removed.
4150               However, dependencies may not be configured or even fully
4151               unpacked in some error situations.<footnote>
4152                 For example, suppose packages foo and bar are "Installed"
4153                 with foo depending on bar.  If an upgrade of bar were
4154                 started and then aborted, and then an attempt to remove
4155                 foo failed because its <prgn>prerm</prgn> script failed,
4156                 foo's <tt>postinst abort-remove</tt> would be called with
4157                 bar only "Half-Installed".
4158               </footnote>
4159               The <prgn>postinst</prgn> should still attempt any actions
4160               for which its dependencies are required, since they will
4161               normally be available, but consider the correct error
4162               handling approach if those actions fail.  Aborting
4163               the <prgn>postinst</prgn> action if commands or facilities
4164               from the package dependencies are not available is often the
4165               best approach.
4166             </item>
4167           </taglist>
4168         </p>
4169
4170         <p>
4171           The <prgn>prerm</prgn> script may be called in the following
4172           ways:
4173           <taglist>
4174             <tag><var>prerm</var> <tt>remove</tt></tag>
4175             <tag><var>old-prerm</var>
4176               <tt>upgrade</tt><var>new-version</var></tag>
4177             <tag><var>conflictor's-prerm</var> <tt>remove</tt>
4178               <tt>in-favour</tt> <var>package</var>
4179               <var>new-version</var></tag>
4180             <tag><var>deconfigured's-prerm</var> <tt>deconfigure</tt>
4181               <tt>in-favour</tt> <var>package-being-installed</var>
4182               <var>version</var> [<tt>removing</tt>
4183               <var>conflicting-package</var> <var>version</var>]</tag>
4184             <item>
4185               The package whose <prgn>prerm</prgn> is being called will be
4186               at least "Half-Installed".  All package dependencies will at
4187               least be "Half-Installed" and will have previously been
4188               configured and not removed.  If there was no error, all
4189               dependencies will at least be "Unpacked", but these actions
4190               may be called in various error states where dependencies are
4191               only "Half-Installed" due to a partial upgrade.
4192             </item>
4193
4194             <tag><var>new-prerm</var> <tt>failed-upgrade</tt>
4195               <var>old-version</var></tag>
4196             <item>
4197               Called during error handling when <tt>prerm upgrade</tt>
4198               fails.  The new package will not yet be unpacked, and all
4199               the same constraints as for <tt>preinst upgrade</tt> apply.
4200             </item>
4201           </taglist>
4202         </p>
4203
4204         <p>
4205           The <prgn>postrm</prgn> script may be called in the following
4206           ways:
4207           <taglist>
4208             <tag><var>postrm</var> <tt>remove</tt></tag>
4209             <tag><var>postrm</var> <tt>purge</tt></tag>
4210             <tag><var>old-postrm</var> <tt>upgrade</tt>
4211               <var>new-version</var></tag>
4212             <tag><var>disappearer's-postrm</var> <tt>disappear</tt>
4213                 <var>overwriter</var> <var>overwriter-version</var></tag>
4214             <item>
4215               The <prgn>postrm</prgn> script is called after the package's
4216               files have been removed or replaced.  The package
4217               whose <prgn>postrm</prgn> is being called may have
4218               previously been deconfigured and only be "Unpacked", at which
4219               point subsequent package changes do not consider its
4220               dependencies.  Therefore, all <prgn>postrm</prgn> actions
4221               may only rely on essential packages and must gracefully skip
4222               any actions that require the package's dependencies if those
4223               dependencies are unavailable.<footnote>
4224                 This is often done by checking whether the command or
4225                 facility the <prgn>postrm</prgn> intends to call is
4226                 available before calling it.  For example:
4227 <example>
4228 if [ "$1" = purge ] && [ -e /usr/share/debconf/confmodule ]; then
4229         . /usr/share/debconf/confmodule
4230         db_purge
4231 fi
4232 </example>
4233                 in <prgn>postrm</prgn> purges the <prgn>debconf</prgn>
4234                 configuration for the package
4235                 if <package>debconf</package> is installed.
4236               </footnote>
4237             </item>
4238
4239             <tag><var>new-postrm</var> <tt>failed-upgrade</tt>
4240               <var>old-version</var></tag>
4241             <item>
4242               Called when the old <tt>postrm upgrade</tt> action fails.
4243               The new package will be unpacked, but only essential
4244               packages and pre-dependencies can be relied on.
4245               Pre-dependencies will either be configured or will be
4246               "Unpacked" or "Half-Configured" but previously had been
4247               configured and was never removed.
4248             </item>
4249
4250             <tag><var>new-postrm</var> <tt>abort-install</tt></tag>
4251             <tag><var>new-postrm</var> <tt>abort-install</tt>
4252               <var>old-version</var></tag>
4253             <tag><var>new-postrm</var> <tt>abort-upgrade</tt>
4254               <var>old-version</var></tag>
4255             <item>
4256               Called before unpacking the new package as part of the
4257               error handling of <prgn>preinst</prgn> failures.  May assume
4258               the same state as <prgn>preinst</prgn> can assume.
4259             </item>
4260           </taglist>
4261         </p>
4262       </sect>
4263
4264       <sect id="unpackphase">
4265         <heading>Details of unpack phase of installation or upgrade</heading>
4266
4267         <p>
4268           The procedure on installation/upgrade/overwrite/disappear
4269           (i.e., when running <tt>dpkg --unpack</tt>, or the unpack
4270           stage of <tt>dpkg --install</tt>) is as follows.  In each
4271           case, if a major error occurs (unless listed below) the
4272           actions are, in general, run backwards - this means that the
4273           maintainer scripts are run with different arguments in
4274           reverse order.  These are the "error unwind" calls listed
4275           below.
4276
4277           <enumlist>
4278             <item>
4279                 <enumlist>
4280                   <item>
4281                       If a version of the package is already "Installed", call
4282                       <example compact="compact">
4283 <var>old-prerm</var> upgrade <var>new-version</var>
4284                       </example>
4285                   </item>
4286                   <item>
4287                       If the script runs but exits with a non-zero
4288                       exit status, <prgn>dpkg</prgn> will attempt:
4289                       <example compact="compact">
4290 <var>new-prerm</var> failed-upgrade <var>old-version</var>
4291                       </example>
4292                       If this works, the upgrade continues. If this
4293                       does not work, the error unwind:
4294                       <example compact="compact">
4295 <var>old-postinst</var> abort-upgrade <var>new-version</var>
4296                       </example>
4297                       If this works, then the old-version is
4298                       "Installed", if not, the old version is in a
4299                       "Half-Configured" state.
4300                   </item>
4301                 </enumlist>
4302             </item>
4303
4304             <item>
4305                 If a "conflicting" package is being removed at the same time,
4306                 or if any package will be broken (due to <tt>Breaks</tt>):
4307                 <enumlist>
4308                   <item>
4309                       If <tt>--auto-deconfigure</tt> is
4310                       specified, call, for each package to be deconfigured
4311                       due to <tt>Breaks</tt>:
4312                       <example compact="compact">
4313 <var>deconfigured's-prerm</var> deconfigure \
4314   in-favour <var>package-being-installed</var> <var>version</var>
4315                       </example>
4316                       Error unwind:
4317                       <example compact="compact">
4318 <var>deconfigured's-postinst</var> abort-deconfigure \
4319   in-favour <var>package-being-installed-but-failed</var> <var>version</var>
4320                       </example>
4321                       The deconfigured packages are marked as
4322                       requiring configuration, so that if
4323                       <tt>--install</tt> is used they will be
4324                       configured again if possible.
4325                   </item>
4326                   <item>
4327                       If any packages depended on a conflicting
4328                       package being removed and <tt>--auto-deconfigure</tt> is
4329                       specified, call, for each such package:
4330                       <example compact="compact">
4331 <var>deconfigured's-prerm</var> deconfigure \
4332   in-favour <var>package-being-installed</var> <var>version</var> \
4333     removing <var>conflicting-package</var> <var>version</var>
4334                       </example>
4335                       Error unwind:
4336                       <example compact="compact">
4337 <var>deconfigured's-postinst</var> abort-deconfigure \
4338   in-favour <var>package-being-installed-but-failed</var> <var>version</var> \
4339     removing <var>conflicting-package</var> <var>version</var>
4340                       </example>
4341                       The deconfigured packages are marked as
4342                       requiring configuration, so that if
4343                       <tt>--install</tt> is used they will be
4344                       configured again if possible.
4345                   </item>
4346                   <item>
4347                       To prepare for removal of each conflicting package, call:
4348                       <example compact="compact">
4349 <var>conflictor's-prerm</var> remove \
4350   in-favour <var>package</var> <var>new-version</var>
4351                       </example>
4352                       Error unwind:
4353                       <example compact="compact">
4354 <var>conflictor's-postinst</var> abort-remove \
4355   in-favour <var>package</var> <var>new-version</var>
4356                       </example>
4357                   </item>
4358                 </enumlist>
4359             </item>
4360
4361             <item>
4362                 <enumlist>
4363                   <item>
4364                       If the package is being upgraded, call:
4365                       <example compact="compact">
4366 <var>new-preinst</var> upgrade <var>old-version</var>
4367                       </example>
4368                       If this fails, we call:
4369                       <example>
4370 <var>new-postrm</var> abort-upgrade <var>old-version</var>
4371                       </example>
4372                       <enumlist>
4373                         <item>
4374                           <p>
4375                             If that works, then
4376                             <example>
4377 <var>old-postinst</var> abort-upgrade <var>new-version</var>
4378                             </example>
4379                             is called. If this works, then the old version
4380                             is in an "Installed" state, or else it is left
4381                             in an "Unpacked" state.
4382                           </p>
4383                         </item>
4384                         <item>
4385                           <p>
4386                             If it fails, then the old version is left
4387                             in an "Half-Installed" state.
4388                           </p>
4389                         </item>
4390                       </enumlist>
4391                       
4392                   </item>
4393                   <item>
4394                       Otherwise, if the package had some configuration
4395                       files from a previous version installed (i.e., it
4396                       is in the "Config-Files" state):
4397                       <example compact="compact">
4398 <var>new-preinst</var> install <var>old-version</var>
4399                       </example>
4400                       Error unwind:
4401                       <example>
4402 <var>new-postrm</var> abort-install <var>old-version</var>
4403                       </example>
4404                       If this fails, the package is left in a
4405                       "Half-Installed" state, which requires a
4406                       reinstall. If it works, the packages is left in
4407                       a "Config-Files" state.
4408                   </item>
4409                   <item>
4410                       Otherwise (i.e., the package was completely purged):
4411                       <example compact="compact">
4412 <var>new-preinst</var> install
4413                       </example>
4414                       Error unwind:
4415                       <example compact="compact">
4416 <var>new-postrm</var> abort-install
4417                       </example>
4418                       If the error-unwind fails, the package is in a
4419                       "Half-Installed" phase, and requires a
4420                       reinstall. If the error unwind works, the
4421                       package is in the "Not-Installed" state.
4422                   </item>
4423                 </enumlist>
4424             </item>
4425
4426             <item>
4427               <p>
4428                 The new package's files are unpacked, overwriting any
4429                 that may be on the system already, for example any
4430                 from the old version of the same package or from
4431                 another package.  Backups of the old files are kept
4432                 temporarily, and if anything goes wrong the package
4433                 management system will attempt to put them back as
4434                 part of the error unwind.
4435               </p>
4436
4437               <p>
4438                 It is an error for a package to contain files which
4439                 are on the system in another package, unless
4440                 <tt>Replaces</tt> is used (see <ref id="replaces">).
4441                 <!--
4442                 The following paragraph is not currently the case:
4443                 Currently the <tt>- - force-overwrite</tt> flag is
4444                 enabled, downgrading it to a warning, but this may not
4445                 always be the case.
4446                 -->
4447               </p>
4448
4449               <p>
4450                 It is a more serious error for a package to contain a
4451                 plain file or other kind of non-directory where another
4452                 package has a directory (again, unless
4453                 <tt>Replaces</tt> is used).  This error can be
4454                 overridden if desired using
4455                 <tt>--force-overwrite-dir</tt>, but this is not
4456                 advisable.
4457               </p>
4458
4459               <p>
4460                 Packages which overwrite each other's files produce
4461                 behavior which, though deterministic, is hard for the
4462                 system administrator to understand.  It can easily
4463                 lead to "missing" programs if, for example, a package
4464                 is unpacked which overwrites a file from another
4465                 package, and is then removed again.<footnote>
4466                     Part of the problem is due to what is arguably a
4467                     bug in <prgn>dpkg</prgn>.
4468                 </footnote>
4469               </p>
4470
4471               <p>
4472                 A directory will never be replaced by a symbolic link
4473                 to a directory or vice versa; instead, the existing
4474                 state (symlink or not) will be left alone and
4475                 <prgn>dpkg</prgn> will follow the symlink if there is
4476                 one.
4477               </p>
4478             </item>
4479
4480             <item>
4481               <p>
4482                 <enumlist>
4483                   <item>
4484                       If the package is being upgraded, call
4485                       <example compact="compact">
4486 <var>old-postrm</var> upgrade <var>new-version</var>
4487                       </example>
4488                   </item>
4489                   <item>
4490                       If this fails, <prgn>dpkg</prgn> will attempt:
4491                       <example compact="compact">
4492 <var>new-postrm</var> failed-upgrade <var>old-version</var>
4493                       </example>
4494                       If this works, installation continues. If not, 
4495                       Error unwind:
4496                       <example compact="compact">
4497 <var>old-preinst</var> abort-upgrade <var>new-version</var>
4498                       </example>
4499                       If this fails, the old version is left in a
4500                       "Half-Installed" state. If it works, dpkg now
4501                       calls:
4502                       <example compact="compact">
4503 <var>new-postrm</var> abort-upgrade <var>old-version</var>
4504                       </example>
4505                       If this fails, the old version is left in a
4506                       "Half-Installed" state. If it works, dpkg now
4507                       calls:
4508                       <example compact="compact">
4509 <var>old-postinst</var> abort-upgrade <var>new-version</var>
4510                       </example>
4511                       If this fails, the old version is in an
4512                       "Unpacked" state.
4513                   </item>
4514                 </enumlist>
4515               </p>
4516
4517               <p>
4518                 This is the point of no return - if
4519                 <prgn>dpkg</prgn> gets this far, it won't back off
4520                 past this point if an error occurs.  This will
4521                 leave the package in a fairly bad state, which
4522                 will require a successful re-installation to clear
4523                 up, but it's when <prgn>dpkg</prgn> starts doing
4524                 things that are irreversible.
4525               </p>
4526             </item>
4527
4528             <item>
4529                 Any files which were in the old version of the package
4530                 but not in the new are removed.
4531             </item>
4532
4533             <item>
4534                 The new file list replaces the old.
4535             </item>
4536
4537             <item>
4538                 The new maintainer scripts replace the old.
4539             </item>
4540
4541             <item>
4542                 Any packages all of whose files have been overwritten
4543                 during the installation, and which aren't required for
4544                 dependencies, are considered to have been removed.
4545                 For each such package
4546                 <enumlist>
4547                   <item>
4548                       <prgn>dpkg</prgn> calls:
4549                       <example compact="compact">
4550 <var>disappearer's-postrm</var> disappear \
4551   <var>overwriter</var> <var>overwriter-version</var>
4552                       </example>
4553                   </item>
4554                   <item>
4555                       The package's maintainer scripts are removed.
4556                   </item>
4557                   <item>
4558                       It is noted in the status database as being in a
4559                       sane state, namely "Not-Installed" (any conffiles
4560                       it may have are ignored, rather than being
4561                       removed by <prgn>dpkg</prgn>).  Note that
4562                       disappearing packages do not have their prerm
4563                       called, because <prgn>dpkg</prgn> doesn't know
4564                       in advance that the package is going to
4565                       vanish.
4566                   </item>
4567                 </enumlist>
4568             </item>
4569
4570             <item>
4571                 Any files in the package we're unpacking that are also
4572                 listed in the file lists of other packages are removed
4573                 from those lists.  (This will lobotomize the file list
4574                 of the "conflicting" package if there is one.)
4575             </item>
4576
4577             <item>
4578                 The backup files made during installation, above, are
4579                 deleted.
4580             </item>
4581
4582             <item>
4583               <p>
4584                 The new package's status is now sane, and recorded as
4585                 "Unpacked".
4586               </p>
4587
4588               <p>
4589                 Here is another point of no return - if the
4590                 conflicting package's removal fails we do not unwind
4591                 the rest of the installation; the conflicting package
4592                 is left in a half-removed limbo.
4593               </p>
4594             </item>
4595
4596             <item>
4597                 If there was a conflicting package we go and do the
4598                 removal actions (described below), starting with the
4599                 removal of the conflicting package's files (any that
4600                 are also in the package being unpacked have already
4601                 been removed from the conflicting package's file list,
4602                 and so do not get removed now).
4603             </item>
4604           </enumlist>
4605         </p>
4606       </sect>
4607
4608       <sect id="configdetails"><heading>Details of configuration</heading>
4609
4610         <p>
4611           When we configure a package (this happens with <tt>dpkg
4612             --install</tt> and <tt>dpkg --configure</tt>), we first
4613           update any <tt>conffile</tt>s and then call:
4614           <example compact="compact">
4615 <var>postinst</var> configure <var>most-recently-configured-version</var>
4616           </example>
4617         </p>
4618
4619         <p>
4620           No attempt is made to unwind after errors during
4621           configuration. If the configuration fails, the package is in
4622           a "Half-Configured" state, and an error message is generated.
4623         </p>
4624
4625         <p>
4626           If there is no most recently configured version
4627           <prgn>dpkg</prgn> will pass a null argument.
4628           <footnote>
4629             <p>
4630               Historical note: Truly ancient (pre-1997) versions of
4631               <prgn>dpkg</prgn> passed <tt>&lt;unknown&gt;</tt>
4632               (including the angle brackets) in this case.  Even older
4633               ones did not pass a second argument at all, under any
4634               circumstance.  Note that upgrades using such an old dpkg
4635               version are unlikely to work for other reasons, even if
4636               this old argument behavior is handled by your postinst script.
4637             </p>
4638           </footnote>     
4639         </p>
4640       </sect>
4641
4642       <sect id="removedetails"><heading>Details of removal and/or
4643       configuration purging</heading>
4644
4645         <p>
4646           <enumlist>
4647             <item>
4648               <p>
4649                 <example compact="compact">
4650 <var>prerm</var> remove
4651                 </example>
4652               </p>
4653               <p>
4654                 If prerm fails during replacement due to conflict
4655                 <example>
4656 <var>conflictor's-postinst</var> abort-remove \
4657   in-favour <var>package</var> <var>new-version</var>
4658                 </example>
4659                 Or else we call:
4660                 <example>
4661 <var>postinst</var> abort-remove
4662                 </example>
4663               </p>
4664               <p>
4665                 If this fails, the package is in a "Half-Configured"
4666                 state, or else it remains "Installed".
4667               </p>
4668             </item>
4669             <item>
4670                 The package's files are removed (except <tt>conffile</tt>s).
4671             </item>
4672             <item>
4673                 <example compact="compact">
4674 <var>postrm</var> remove
4675                 </example>
4676
4677               <p>
4678                 If it fails, there's no error unwind, and the package is in
4679                 an "Half-Installed" state.
4680               </p>
4681             </item>
4682             <item>
4683               <p>
4684                 All the maintainer scripts except the <prgn>postrm</prgn>
4685                 are removed.
4686               </p>
4687
4688               <p>
4689                 If we aren't purging the package we stop here.  Note
4690                 that packages which have no <prgn>postrm</prgn> and no
4691                 <tt>conffile</tt>s are automatically purged when
4692                 removed, as there is no difference except for the
4693                 <prgn>dpkg</prgn> status.
4694               </p>
4695             </item>
4696             <item>
4697                 The <tt>conffile</tt>s and any backup files
4698                 (<tt>~</tt>-files, <tt>#*#</tt> files,
4699                 <tt>%</tt>-files, <tt>.dpkg-{old,new,tmp}</tt>, etc.)
4700                 are removed.
4701             </item>
4702             <item>
4703               <p>
4704                 <example compact="compact">
4705 <var>postrm</var> purge
4706                 </example>
4707               </p>
4708               <p>
4709                 If this fails, the package remains in a "Config-Files"
4710                 state.
4711               </p>
4712             </item>
4713             <item>
4714                 The package's file list is removed.
4715             </item>
4716           </enumlist>
4717
4718         </p>
4719       </sect>
4720     </chapt>
4721
4722
4723     <chapt id="relationships">
4724       <heading>Declaring relationships between packages</heading>
4725
4726       <sect id="depsyntax">
4727         <heading>Syntax of relationship fields</heading>
4728
4729         <p>
4730           These fields all have a uniform syntax.  They are a list of
4731           package names separated by commas.
4732         </p>
4733
4734         <p>
4735           In the <tt>Depends</tt>, <tt>Recommends</tt>,
4736           <tt>Suggests</tt>, <tt>Pre-Depends</tt>,
4737           <tt>Build-Depends</tt> and <tt>Build-Depends-Indep</tt>
4738           control fields of the package, which declare
4739           dependencies on other packages, the package names listed may
4740           also include lists of alternative package names, separated
4741           by vertical bar (pipe) symbols <tt>|</tt>.  In such a case,
4742           that part of the dependency can be satisfied by any one of
4743           the alternative packages.
4744         </p>
4745
4746         <p>
4747           All of the fields except for <tt>Provides</tt> may restrict
4748           their applicability to particular versions of each named
4749           package.  This is done in parentheses after each individual
4750           package name; the parentheses should contain a relation from
4751           the list below followed by a version number, in the format
4752           described in <ref id="f-Version">.
4753         </p>
4754
4755         <p>
4756           The relations allowed are <tt>&lt;&lt;</tt>, <tt>&lt;=</tt>,
4757           <tt>=</tt>, <tt>&gt;=</tt> and <tt>&gt;&gt;</tt> for strictly
4758           earlier, earlier or equal, exactly equal, later or equal and
4759           strictly later, respectively.  The deprecated
4760           forms <tt>&lt;</tt> and <tt>&gt;</tt> were confusingly used to
4761           mean earlier/later or equal, rather than strictly earlier/later,
4762           and must not appear in new packages (though <prgn>dpkg</prgn>
4763           still supports them with a warning).
4764         </p>
4765
4766         <p>
4767           Whitespace may appear at any point in the version
4768           specification subject to the rules in <ref
4769           id="controlsyntax">, and must appear where it's necessary to
4770           disambiguate; it is not otherwise significant.  All of the
4771           relationship fields can only be folded in source package control files.  For
4772           consistency and in case of future changes to
4773           <prgn>dpkg</prgn> it is recommended that a single space be
4774           used after a version relationship and before a version
4775           number; it is also conventional to put a single space after
4776           each comma, on either side of each vertical bar, and before
4777           each open parenthesis.  When opening a continuation line in a relationship field, it
4778           is conventional to do so after a comma and before the space
4779           following that comma.
4780         </p>
4781
4782         <p>
4783           For example, a list of dependencies might appear as:
4784           <example compact="compact">
4785 Package: mutt
4786 Version: 1.3.17-1
4787 Depends: libc6 (>= 2.2.1), exim | mail-transport-agent
4788           </example>
4789         </p>
4790
4791         <p>
4792           Relationships may be restricted to a certain set of
4793           architectures.  This is indicated in brackets after each
4794           individual package name and the optional version specification.
4795           The brackets enclose a non-empty list of Debian architecture names
4796           in the format described in <ref id="arch-spec">,
4797           separated by whitespace.  Exclamation marks may be prepended to
4798           each of the names.  (It is not permitted for some names to be
4799           prepended with exclamation marks while others aren't.)
4800         </p>
4801
4802         <p>
4803           For build relationship fields
4804           (<tt>Build-Depends</tt>, <tt>Build-Depends-Indep</tt>,
4805           <tt>Build-Conflicts</tt> and <tt>Build-Conflicts-Indep</tt>), if
4806           the current Debian host architecture is not in this list and
4807           there are no exclamation marks in the list, or it is in the list
4808           with a prepended exclamation mark, the package name and the
4809           associated version specification are ignored completely for the
4810           purposes of defining the relationships.
4811         </p>
4812
4813         <p>
4814           For example:
4815           <example compact="compact">
4816 Source: glibc
4817 Build-Depends-Indep: texinfo
4818 Build-Depends: kernel-headers-2.2.10 [!hurd-i386],
4819   hurd-dev [hurd-i386], gnumach-dev [hurd-i386]
4820           </example>
4821           requires <tt>kernel-headers-2.2.10</tt> on all architectures
4822           other than hurd-i386 and requires <tt>hurd-dev</tt> and
4823           <tt>gnumach-dev</tt> only on hurd-i386.
4824         </p>
4825
4826         <p>
4827           For binary relationship fields and the <tt>Built-Using</tt>
4828           field, the architecture restriction
4829           syntax is only supported in the source package control
4830           file <file>debian/control</file>.  When the corresponding binary
4831           package control file is generated, the relationship will either
4832           be omitted or included without the architecture restriction
4833           based on the architecture of the binary package.  This means
4834           that architecture restrictions must not be used in binary
4835           relationship fields for architecture-independent packages
4836           (<tt>Architecture: all</tt>).
4837         </p>
4838
4839         <p>
4840           For example:
4841           <example compact="compact">
4842 Depends: foo [i386], bar [amd64]
4843           </example>
4844           becomes <tt>Depends: foo</tt> when the package is built on
4845           the <tt>i386</tt> architecture, <tt>Depends: bar</tt> when the
4846           package is built on the <tt>amd64</tt> architecture, and omitted
4847           entirely in binary packages built on all other architectures.
4848         </p>
4849
4850         <p>
4851           If the architecture-restricted dependency is part of a set of
4852           alternatives using <tt>|</tt>, that alternative is ignored
4853           completely on architectures that do not match the restriction.
4854           For example:
4855           <example compact="compact">
4856 Build-Depends: foo [!i386] | bar [!amd64]
4857           </example>
4858           is equivalent to <tt>bar</tt> on the i386 architecture, to
4859           <tt>foo</tt> on the amd64 architecture, and to <tt>foo |
4860           bar</tt> on all other architectures.
4861         </p>
4862
4863         <p>
4864           Relationships may also be restricted to a certain set of
4865           architectures using architecture wildcards in the format
4866           described in <ref id="arch-wildcard-spec">.  The syntax for
4867           declaring such restrictions is the same as declaring
4868           restrictions using a certain set of architectures without
4869           architecture wildcards.  For example:
4870           <example compact="compact">
4871 Build-Depends: foo [linux-any], bar [any-i386], baz [!linux-any]
4872           </example>
4873           is equivalent to <tt>foo</tt> on architectures using the Linux
4874           kernel and any cpu, <tt>bar</tt> on architectures using any
4875           kernel and an i386 cpu, and <tt>baz</tt> on any architecture
4876           using a kernel other than Linux.
4877         </p>
4878
4879         <p>
4880           Note that the binary package relationship fields such as
4881           <tt>Depends</tt> appear in one of the binary package
4882           sections of the control file, whereas the build-time
4883           relationships such as <tt>Build-Depends</tt> appear in the
4884           source package section of the control file (which is the
4885           first section).
4886         </p>
4887       </sect>
4888
4889       <sect id="binarydeps">
4890         <heading>Binary Dependencies - <tt>Depends</tt>,
4891           <tt>Recommends</tt>, <tt>Suggests</tt>, <tt>Enhances</tt>,
4892           <tt>Pre-Depends</tt>
4893         </heading>
4894
4895         <p>
4896           Packages can declare in their control file that they have
4897           certain relationships to other packages - for example, that
4898           they may not be installed at the same time as certain other
4899           packages, and/or that they depend on the presence of others.
4900         </p>
4901
4902         <p>
4903           This is done using the <tt>Depends</tt>, <tt>Pre-Depends</tt>,
4904           <tt>Recommends</tt>, <tt>Suggests</tt>, <tt>Enhances</tt>,
4905           <tt>Breaks</tt> and <tt>Conflicts</tt> control fields.
4906           <tt>Breaks</tt> is described in <ref id="breaks">, and
4907           <tt>Conflicts</tt> is described in <ref id="conflicts">.  The
4908           rest are described below.
4909         </p>
4910
4911         <p>
4912           These seven fields are used to declare a dependency
4913           relationship by one package on another.  Except for
4914           <tt>Enhances</tt> and <tt>Breaks</tt>, they appear in the
4915           depending (binary) package's control file.
4916           (<tt>Enhances</tt> appears in the recommending package's
4917           control file, and <tt>Breaks</tt> appears in the version of
4918           depended-on package which causes the named package to
4919           break).
4920         </p>
4921
4922         <p>
4923           A <tt>Depends</tt> field takes effect <em>only</em> when a
4924           package is to be configured.  It does not prevent a package
4925           being on the system in an unconfigured state while its
4926           dependencies are unsatisfied, and it is possible to replace
4927           a package whose dependencies are satisfied and which is
4928           properly installed with a different version whose
4929           dependencies are not and cannot be satisfied; when this is
4930           done the depending package will be left unconfigured (since
4931           attempts to configure it will give errors) and will not
4932           function properly.  If it is necessary, a
4933           <tt>Pre-Depends</tt> field can be used, which has a partial
4934           effect even when a package is being unpacked, as explained
4935           in detail below.  (The other three dependency fields,
4936           <tt>Recommends</tt>, <tt>Suggests</tt> and
4937           <tt>Enhances</tt>, are only used by the various front-ends
4938           to <prgn>dpkg</prgn> such as <prgn>apt-get</prgn>,
4939           <prgn>aptitude</prgn>, and <prgn>dselect</prgn>.)
4940         </p>
4941
4942         <p>
4943           Since <tt>Depends</tt> only places requirements on the order in
4944           which packages are configured, packages in an installation run
4945           are usually all unpacked first and all configured later.
4946           <footnote>
4947             This approach makes dependency resolution easier.  If two
4948             packages A and B are being upgraded, the installed package A
4949             depends on exactly the installed package B, and the new
4950             package A depends on exactly the new package B (a common
4951             situation when upgrading shared libraries and their
4952             corresponding development packages), satisfying the
4953             dependencies at every stage of the upgrade would be
4954             impossible.  This relaxed restriction means that both new
4955             packages can be unpacked together and then configured in their
4956             dependency order.
4957           </footnote>
4958         </p>
4959
4960         <p>
4961           If there is a circular dependency among packages being installed
4962           or removed, installation or removal order honoring the
4963           dependency order is impossible, requiring the dependency loop be
4964           broken at some point and the dependency requirements violated
4965           for at least one package.  Packages involved in circular
4966           dependencies may not be able to rely on their dependencies being
4967           configured before they themselves are configured, depending on
4968           which side of the break of the circular dependency loop they
4969           happen to be on.  If one of the packages in the loop has
4970           no <prgn>postinst</prgn> script, then the cycle will be broken
4971           at that package; this ensures that all <prgn>postinst</prgn>
4972           scripts are run with their dependencies properly configured if
4973           this is possible.  Otherwise the breaking point is arbitrary.
4974           Packages should therefore avoid circular dependencies where
4975           possible, particularly if they have <prgn>postinst</prgn>
4976           scripts.
4977         </p>
4978
4979         <p>
4980           The meaning of the five dependency fields is as follows:
4981           <taglist>
4982             <tag><tt>Depends</tt></tag>
4983             <item>
4984               <p>
4985                 This declares an absolute dependency.  A package will
4986                 not be configured unless all of the packages listed in
4987                 its <tt>Depends</tt> field have been correctly
4988                 configured (unless there is a circular dependency as
4989                 described above).
4990               </p>
4991
4992               <p>
4993                 The <tt>Depends</tt> field should be used if the
4994                 depended-on package is required for the depending
4995                 package to provide a significant amount of
4996                 functionality.
4997               </p>
4998
4999               <p>
5000                 The <tt>Depends</tt> field should also be used if the
5001                 <prgn>postinst</prgn> or <prgn>prerm</prgn> scripts
5002                 require the depended-on package to be unpacked or
5003                 configured in order to run.  In the case of <tt>postinst
5004                 configure</tt>, the depended-on packages will be unpacked
5005                 and configured first.  (If both packages are involved in a
5006                 dependency loop, this might not work as expected; see the
5007                 explanation a few paragraphs back.)  In the case
5008                 of <prgn>prerm</prgn> or other <prgn>postinst</prgn>
5009                 actions, the package dependencies will normally be at
5010                 least unpacked, but they may be only "Half-Installed" if a
5011                 previous upgrade of the dependency failed.
5012               </p>
5013
5014               <p>
5015                 Finally, the <tt>Depends</tt> field should be used if the
5016                 depended-on package is needed by the <prgn>postrm</prgn>
5017                 script to fully clean up after the package removal.  There
5018                 is no guarantee that package dependencies will be
5019                 available when <prgn>postrm</prgn> is run, but the
5020                 depended-on package is more likely to be available if the
5021                 package declares a dependency (particularly in the case
5022                 of <tt>postrm remove</tt>).  The <prgn>postrm</prgn>
5023                 script must gracefully skip actions that require a
5024                 dependency if that dependency isn't available.
5025               </p>
5026             </item>
5027
5028             <tag><tt>Recommends</tt></tag>
5029             <item>
5030               <p>
5031                 This declares a strong, but not absolute, dependency.
5032               </p>
5033
5034               <p>
5035                 The <tt>Recommends</tt> field should list packages
5036                 that would be found together with this one in all but
5037                 unusual installations.
5038               </p>
5039             </item>
5040
5041             <tag><tt>Suggests</tt></tag>
5042             <item>
5043                 This is used to declare that one package may be more
5044                 useful with one or more others.  Using this field
5045                 tells the packaging system and the user that the
5046                 listed packages are related to this one and can
5047                 perhaps enhance its usefulness, but that installing
5048                 this one without them is perfectly reasonable.
5049             </item>
5050
5051             <tag><tt>Enhances</tt></tag>
5052             <item>
5053                 This field is similar to Suggests but works in the
5054                 opposite direction. It is used to declare that a
5055                 package can enhance the functionality of another
5056                 package.
5057             </item>
5058
5059             <tag><tt>Pre-Depends</tt></tag>
5060             <item>
5061               <p>
5062                 This field is like <tt>Depends</tt>, except that it
5063                 also forces <prgn>dpkg</prgn> to complete installation
5064                 of the packages named before even starting the
5065                 installation of the package which declares the
5066                 pre-dependency, as follows:
5067               </p>
5068
5069               <p>
5070                 When a package declaring a pre-dependency is about to
5071                 be <em>unpacked</em> the pre-dependency can be
5072                 satisfied if the depended-on package is either fully
5073                 configured, <em>or even if</em> the depended-on
5074                 package(s) are only in the "Unpacked" or the "Half-Configured"
5075                 state, provided that they have been configured
5076                 correctly at some point in the past (and not removed
5077                 or partially removed since).  In this case, both the
5078                 previously-configured and currently "Unpacked" or
5079                 "Half-Configured" versions must satisfy any version
5080                 clause in the <tt>Pre-Depends</tt> field.
5081               </p>
5082
5083               <p>
5084                 When the package declaring a pre-dependency is about to
5085                 be <em>configured</em>, the pre-dependency will be treated
5086                 as a normal <tt>Depends</tt>.  It will be considered
5087                 satisfied only if the depended-on package has been
5088                 correctly configured.  However, unlike
5089                 with <tt>Depends</tt>, <tt>Pre-Depends</tt> does not
5090                 permit circular dependencies to be broken.  If a circular
5091                 dependency is encountered while attempting to honor
5092                 <tt>Pre-Depends</tt>, the installation will be aborted.
5093               </p>
5094
5095               <p>
5096                 <tt>Pre-Depends</tt> are also required if the
5097                 <prgn>preinst</prgn> script depends on the named package.
5098                 It is best to avoid this situation if possible.
5099               </p>
5100
5101               <p>
5102                 <tt>Pre-Depends</tt> should be used sparingly,
5103                 preferably only by packages whose premature upgrade or
5104                 installation would hamper the ability of the system to
5105                 continue with any upgrade that might be in progress.
5106               </p>
5107
5108               <p>
5109                 You should not specify a <tt>Pre-Depends</tt> entry for a
5110                 package before this has been discussed on the
5111                 <tt>debian-devel</tt> mailing list and a consensus about
5112                 doing that has been reached.  See <ref id="dependencies">.
5113               </p>
5114             </item>
5115           </taglist>
5116         </p>
5117
5118         <p>
5119           When selecting which level of dependency to use you should
5120           consider how important the depended-on package is to the
5121           functionality of the one declaring the dependency.  Some
5122           packages are composed of components of varying degrees of
5123           importance.  Such a package should list using
5124           <tt>Depends</tt> the package(s) which are required by the
5125           more important components.  The other components'
5126           requirements may be mentioned as Suggestions or
5127           Recommendations, as appropriate to the components' relative
5128           importance.
5129         </p>
5130       </sect>
5131
5132       <sect id="breaks">
5133         <heading>Packages which break other packages - <tt>Breaks</tt></heading>
5134
5135         <p>
5136           When one binary package declares that it breaks another,
5137           <prgn>dpkg</prgn> will refuse to allow the package which
5138           declares <tt>Breaks</tt> to be unpacked unless the broken
5139           package is deconfigured first, and it will refuse to
5140           allow the broken package to be reconfigured.
5141         </p>
5142
5143         <p>
5144           A package will not be regarded as causing breakage merely
5145           because its configuration files are still installed; it must
5146           be at least "Half-Installed".
5147         </p>
5148
5149         <p>
5150           A special exception is made for packages which declare that
5151           they break their own package name or a virtual package which
5152           they provide (see below): this does not count as a real
5153           breakage.
5154         </p>
5155
5156         <p>
5157           Normally a <tt>Breaks</tt> entry will have an "earlier than"
5158           version clause; such a <tt>Breaks</tt> is introduced in the
5159           version of an (implicit or explicit) dependency which violates
5160           an assumption or reveals a bug in earlier versions of the broken
5161           package, or which takes over a file from earlier versions of the
5162           package named in <tt>Breaks</tt>.  This use of <tt>Breaks</tt>
5163           will inform higher-level package management tools that the
5164           broken package must be upgraded before the new one.
5165         </p>
5166
5167         <p>
5168           If the breaking package also overwrites some files from the
5169           older package, it should use <tt>Replaces</tt> to ensure this
5170           goes smoothly.  See <ref id="replaces"> for a full discussion
5171           of taking over files from other packages, including how to
5172           use <tt>Breaks</tt> in those cases.
5173         </p>
5174
5175         <p>
5176           Many of the cases where <tt>Breaks</tt> should be used were
5177           previously handled with <tt>Conflicts</tt>
5178           because <tt>Breaks</tt> did not yet exist.
5179           Many <tt>Conflicts</tt> fields should now be <tt>Breaks</tt>.
5180           See <ref id="conflicts"> for more information about the
5181           differences.
5182         </p>
5183       </sect>
5184
5185       <sect id="conflicts">
5186         <heading>Conflicting binary packages - <tt>Conflicts</tt></heading>
5187
5188         <p>
5189           When one binary package declares a conflict with another using
5190           a <tt>Conflicts</tt> field, <prgn>dpkg</prgn> will refuse to
5191           allow them to be unpacked on the system at the same time.  This
5192           is a stronger restriction than <tt>Breaks</tt>, which prevents
5193           the broken package from being configured while the breaking
5194           package is in the "Unpacked" state but allows both packages to
5195           be unpacked at the same time.
5196         </p>
5197
5198         <p>
5199           If one package is to be unpacked, the other must be removed
5200           first.  If the package being unpacked is marked as replacing
5201           (see <ref id="replaces">, but note that <tt>Breaks</tt> should
5202           normally be used in this case) the one on the system, or the one
5203           on the system is marked as deselected, or both packages are
5204           marked <tt>Essential</tt>, then <prgn>dpkg</prgn> will
5205           automatically remove the package which is causing the conflict.
5206           Otherwise, it will halt the installation of the new package with
5207           an error.  This mechanism is specifically designed to produce an
5208           error when the installed package is <tt>Essential</tt>, but the
5209           new package is not.
5210         </p>
5211
5212         <p>
5213           A package will not cause a conflict merely because its
5214           configuration files are still installed; it must be at least
5215           "Half-Installed".
5216         </p>
5217
5218         <p>
5219           A special exception is made for packages which declare a
5220           conflict with their own package name, or with a virtual
5221           package which they provide (see below): this does not
5222           prevent their installation, and allows a package to conflict
5223           with others providing a replacement for it.  You use this
5224           feature when you want the package in question to be the only
5225           package providing some feature.
5226         </p>
5227
5228         <p>
5229           Normally, <tt>Breaks</tt> should be used instead
5230           of <tt>Conflicts</tt> since <tt>Conflicts</tt> imposes a
5231           stronger restriction on the ordering of package installation or
5232           upgrade and can make it more difficult for the package manager
5233           to find a correct solution to an upgrade or installation
5234           problem.  <tt>Breaks</tt> should be used
5235           <list>
5236             <item>when moving a file from one package to another (see
5237               <ref id="replaces">),</item>
5238             <item>when splitting a package (a special case of the previous
5239               one), or</item>
5240             <item>when the breaking package exposes a bug in or interacts
5241               badly with particular versions of the broken
5242               package.</item>
5243           </list>
5244           <tt>Conflicts</tt> should be used
5245           <list>
5246             <item>when two packages provide the same file and will
5247               continue to do so,</item>
5248             <item>in conjunction with <tt>Provides</tt> when only one
5249               package providing a given virtual facility may be unpacked
5250               at a time (see <ref id="virtual">),</item>
5251             <item>in other cases where one must prevent simultaneous
5252               installation of two packages for reasons that are ongoing
5253               (not fixed in a later version of one of the packages) or
5254               that must prevent both packages from being unpacked at the
5255               same time, not just configured.</item>
5256           </list>
5257           Be aware that adding <tt>Conflicts</tt> is normally not the best
5258           solution when two packages provide the same files.  Depending on
5259           the reason for that conflict, using alternatives or renaming the
5260           files is often a better approach.  See, for
5261           example, <ref id="binaries">.
5262         </p>
5263
5264         <p>
5265           Neither <tt>Breaks</tt> nor <tt>Conflicts</tt> should be used
5266           unless two packages cannot be installed at the same time or
5267           installing them both causes one of them to be broken or
5268           unusable.  Having similar functionality or performing the same
5269           tasks as another package is not sufficient reason to
5270           declare <tt>Breaks</tt> or <tt>Conflicts</tt> with that package.
5271         </p>
5272
5273         <p>
5274           A <tt>Conflicts</tt> entry may have an "earlier than" version
5275           clause if the reason for the conflict is corrected in a later
5276           version of one of the packages.  However, normally the presence
5277           of an "earlier than" version clause is a sign
5278           that <tt>Breaks</tt> should have been used instead.  An "earlier
5279           than" version clause in <tt>Conflicts</tt>
5280           prevents <prgn>dpkg</prgn> from upgrading or installing the
5281           package which declares such a conflict until the upgrade or
5282           removal of the conflicted-with package has been completed, which
5283           is a strong restriction.
5284         </p>
5285       </sect>
5286
5287       <sect id="virtual"><heading>Virtual packages - <tt>Provides</tt>
5288         </heading>
5289
5290         <p>
5291           As well as the names of actual ("concrete") packages, the
5292           package relationship fields <tt>Depends</tt>,
5293           <tt>Recommends</tt>, <tt>Suggests</tt>, <tt>Enhances</tt>,
5294           <tt>Pre-Depends</tt>, <tt>Breaks</tt>, <tt>Conflicts</tt>,
5295           <tt>Build-Depends</tt>, <tt>Build-Depends-Indep</tt>,
5296           <tt>Build-Conflicts</tt> and <tt>Build-Conflicts-Indep</tt>
5297           may mention "virtual packages".
5298         </p>
5299
5300         <p>
5301           A <em>virtual package</em> is one which appears in the
5302           <tt>Provides</tt> control field of another package.  The effect
5303           is as if the package(s) which provide a particular virtual
5304           package name had been listed by name everywhere the virtual
5305           package name appears. (See also <ref id="virtual_pkg">)
5306         </p>
5307
5308         <p>
5309           If there are both concrete and virtual packages of the same
5310           name, then the dependency may be satisfied (or the conflict
5311           caused) by either the concrete package with the name in
5312           question or any other concrete package which provides the
5313           virtual package with the name in question.  This is so that,
5314           for example, supposing we have
5315           <example compact="compact">
5316 Package: foo
5317 Depends: bar
5318           </example> and someone else releases an enhanced version of
5319           the <tt>bar</tt> package they can say:
5320           <example compact="compact">
5321 Package: bar-plus
5322 Provides: bar
5323           </example>
5324           and the <tt>bar-plus</tt> package will now also satisfy the
5325           dependency for the <tt>foo</tt> package.
5326         </p>
5327
5328         <p>
5329           If a relationship field has a version number attached, only real
5330           packages will be considered to see whether the relationship is
5331           satisfied (or the prohibition violated, for a conflict or
5332           breakage).  In other words, if a version number is specified,
5333           this is a request to ignore all <tt>Provides</tt> for that
5334           package name and consider only real packages.  The package
5335           manager will assume that a package providing that virtual
5336           package is not of the "right" version.  A <tt>Provides</tt>
5337           field may not contain version numbers, and the version number of
5338           the concrete package which provides a particular virtual package
5339           will not be considered when considering a dependency on or
5340           conflict with the virtual package name.<footnote>
5341             It is possible that a future release of <prgn>dpkg</prgn> may
5342             add the ability to specify a version number for each virtual
5343             package it provides.  This feature is not yet present,
5344             however, and is expected to be used only infrequently.
5345           </footnote>
5346         </p>
5347
5348         <p>
5349           To specify which of a set of real packages should be the default
5350           to satisfy a particular dependency on a virtual package, list
5351           the real package as an alternative before the virtual one.
5352         </p>
5353
5354         <p>
5355           If the virtual package represents a facility that can only be
5356           provided by one real package at a time, such as
5357           the <package>mail-transport-agent</package> virtual package that
5358           requires installation of a binary that would conflict with all
5359           other providers of that virtual package (see
5360           <ref id="mail-transport-agents">), all packages providing that
5361           virtual package should also declare a conflict with it
5362           using <tt>Conflicts</tt>.  This will ensure that at most one
5363           provider of that virtual package is unpacked or installed at a
5364           time.
5365         </p>
5366       </sect>
5367
5368       <sect id="replaces"><heading>Overwriting files and replacing
5369           packages - <tt>Replaces</tt></heading>
5370
5371         <p>
5372           Packages can declare in their control file that they should
5373           overwrite files in certain other packages, or completely replace
5374           other packages. The <tt>Replaces</tt> control field has these
5375           two distinct purposes.
5376         </p>
5377
5378         <sect1><heading>Overwriting files in other packages</heading>
5379
5380           <p>
5381             It is usually an error for a package to contain files which
5382             are on the system in another package.  However, if the
5383             overwriting package declares that it <tt>Replaces</tt> the one
5384             containing the file being overwritten, then <prgn>dpkg</prgn>
5385             will replace the file from the old package with that from the
5386             new.  The file will no longer be listed as "owned" by the old
5387             package and will be taken over by the new package.
5388             Normally, <tt>Breaks</tt> should be used in conjunction
5389             with <tt>Replaces</tt>.<footnote>
5390               To see why <tt>Breaks</tt> is normally needed in addition
5391               to <tt>Replaces</tt>, consider the case of a file in the
5392               package <package>foo</package> being taken over by the
5393               package <package>foo-data</package>.
5394               <tt>Replaces</tt> will allow <package>foo-data</package> to
5395               be installed and take over that file.  However,
5396               without <tt>Breaks</tt>, nothing
5397               requires <package>foo</package> to be upgraded to a newer
5398               version that knows it does not include that file and instead
5399               depends on <package>foo-data</package>.  Nothing would
5400               prevent the new <package>foo-data</package> package from
5401               being installed and then removed, removing the file that it
5402               took over from <package>foo</package>.  After that
5403               operation, the package manager would think the system was in
5404               a consistent state, but the <package>foo</package> package
5405               would be missing one of its files.
5406             </footnote>
5407           </p>
5408
5409           <p>
5410             For example, if a package <package>foo</package> is split
5411             into <package>foo</package> and <package>foo-data</package>
5412             starting at version 1.2-3, <package>foo-data</package> would
5413             have the fields
5414             <example compact="compact">
5415 Replaces: foo (&lt;&lt; 1.2-3)
5416 Breaks: foo (&lt;&lt; 1.2-3)
5417             </example>
5418             in its control file.  The new version of the
5419             package <package>foo</package> would normally have the field
5420             <example compact="compact">
5421 Depends: foo-data (&gt;= 1.2-3)
5422             </example>
5423             (or possibly <tt>Recommends</tt> or even <tt>Suggests</tt> if
5424             the files moved into <package>foo-data</package> are not
5425             required for normal operation).
5426           </p>
5427
5428           <p>
5429             If a package is completely replaced in this way, so that
5430             <prgn>dpkg</prgn> does not know of any files it still
5431             contains, it is considered to have "disappeared".  It will
5432             be marked as not wanted on the system (selected for
5433             removal) and "Not-Installed".  Any <tt>conffile</tt>s
5434             details noted for the package will be ignored, as they
5435             will have been taken over by the overwriting package.  The
5436             package's <prgn>postrm</prgn> script will be run with a
5437             special argument to allow the package to do any final
5438             cleanup required.  See <ref id="mscriptsinstact">.
5439             <footnote>
5440               Replaces is a one way relationship.  You have to install
5441               the replacing package after the replaced package.
5442             </footnote>
5443           </p>
5444
5445           <p>
5446             For this usage of <tt>Replaces</tt>, virtual packages (see
5447             <ref id="virtual">) are not considered when looking at a
5448             <tt>Replaces</tt> field.  The packages declared as being
5449             replaced must be mentioned by their real names.
5450           </p>
5451
5452           <p>
5453             This usage of <tt>Replaces</tt> only takes effect when both
5454             packages are at least partially on the system at once.  It is
5455             not relevant if the packages conflict unless the conflict has
5456             been overridden.
5457           </p>
5458         </sect1>
5459
5460         <sect1><heading>Replacing whole packages, forcing their
5461             removal</heading>
5462
5463           <p>
5464             Second, <tt>Replaces</tt> allows the packaging system to
5465             resolve which package should be removed when there is a
5466             conflict (see <ref id="conflicts">).  This usage only takes
5467             effect when the two packages <em>do</em> conflict, so that the
5468             two usages of this field do not interfere with each other.
5469           </p>
5470
5471           <p>
5472             In this situation, the package declared as being replaced
5473             can be a virtual package, so for example, all mail
5474             transport agents (MTAs) would have the following fields in
5475             their control files:
5476             <example compact="compact">
5477 Provides: mail-transport-agent
5478 Conflicts: mail-transport-agent
5479 Replaces: mail-transport-agent
5480             </example>
5481             ensuring that only one MTA can be unpacked at any one
5482             time.  See <ref id="virtual"> for more information about this
5483             example.
5484         </sect1>
5485       </sect>
5486
5487       <sect id="sourcebinarydeps">
5488         <heading>Relationships between source and binary packages -
5489           <tt>Build-Depends</tt>, <tt>Build-Depends-Indep</tt>,
5490           <tt>Build-Conflicts</tt>, <tt>Build-Conflicts-Indep</tt>
5491         </heading>
5492
5493         <p>
5494           Source packages that require certain binary packages to be
5495           installed or absent at the time of building the package
5496           can declare relationships to those binary packages.
5497         </p>
5498
5499         <p>
5500           This is done using the <tt>Build-Depends</tt>,
5501           <tt>Build-Depends-Indep</tt>, <tt>Build-Conflicts</tt> and
5502           <tt>Build-Conflicts-Indep</tt> control fields.
5503         </p>
5504
5505         <p>
5506           Build-dependencies on "build-essential" binary packages can be
5507           omitted. Please see <ref id="pkg-relations"> for more information.
5508         </p>
5509
5510         <p>
5511           The dependencies and conflicts they define must be satisfied
5512           (as defined earlier for binary packages) in order to invoke
5513           the targets in <tt>debian/rules</tt>, as follows:<footnote>
5514             <p>
5515               There is no Build-Depends-Arch; this role is essentially
5516               met with Build-Depends.  Anyone building the
5517               <tt>build-indep</tt> and <tt>binary-indep</tt> targets is
5518               assumed to be building the whole package, and therefore
5519               installation of all build dependencies is required.
5520             </p>
5521             <p>
5522               The autobuilders use <tt>dpkg-buildpackage -B</tt>, which
5523               calls <tt>build</tt>, not <tt>build-arch</tt> since it does
5524               not yet know how to check for its existence, and
5525               <tt>binary-arch</tt>.  The purpose of the original split
5526               between <tt>Build-Depends</tt> and
5527               <tt>Build-Depends-Indep</tt> was so that the autobuilders
5528               wouldn't need to install extra packages needed only for the
5529               binary-indep targets.  But without a build-arch/build-indep
5530               split, this didn't work, since most of the work is done in
5531               the build target, not in the binary target.
5532             </p>
5533           </footnote>
5534           <taglist>
5535             <tag><tt>clean</tt>, <tt>build-arch</tt>, and
5536               <tt>binary-arch</tt></tag>
5537             <item>
5538               Only the <tt>Build-Depends</tt> and <tt>Build-Conflicts</tt>
5539               fields must be satisfied when these targets are invoked.
5540             </item>
5541             <tag><tt>build</tt>, <tt>build-indep</tt>, <tt>binary</tt>,
5542               and <tt>binary-indep</tt></tag>
5543             <item>
5544               The <tt>Build-Depends</tt>, <tt>Build-Conflicts</tt>,
5545               <tt>Build-Depends-Indep</tt>, and
5546               <tt>Build-Conflicts-Indep</tt> fields must be satisfied when
5547               these targets are invoked.
5548             </item>
5549           </taglist>
5550         </p>
5551       </sect>
5552
5553       <sect id="built-using">
5554         <heading>Additional source packages used to build the binary
5555           - <tt>Built-Using</tt>
5556         </heading>
5557
5558         <p>
5559           Some binary packages incorporate parts of other packages when built
5560           but do not have to depend on those packages.  Examples include
5561           linking with static libraries or incorporating source code from
5562           another package during the build.  In this case, the source packages
5563           of those other packages are a required part of the complete source
5564           (the binary package is not reproducible without them).
5565         </p>
5566
5567         <p>
5568           A <tt>Built-Using</tt> field must list the corresponding source
5569           package for any such binary package incorporated during the build
5570           <footnote>
5571             <tt>Build-Depends</tt> in the source package is not adequate since
5572             it (rightfully) does not document the exact version used in the
5573             build.
5574           </footnote>,
5575           including an "exactly equal" ("=") version relation on the version
5576           that was used to build that binary package<footnote>
5577             The archive software might reject packages that refer to
5578             non-existent sources.
5579           </footnote>.
5580         </p>
5581
5582         <p>
5583           A package using the source code from the gcc-4.6-source
5584           binary package built from the gcc-4.6 source package would
5585           have this field in its control file:
5586           <example compact="compact">
5587 Built-Using: gcc-4.6 (= 4.6.0-11)
5588           </example>
5589         </p>
5590
5591         <p>
5592           A package including binaries from grub2 and loadlin would
5593           have this field in its control file:
5594           <example compact="compact">
5595 Built-Using: grub2 (= 1.99-9), loadlin (= 1.6e-1)
5596           </example>
5597         </p>
5598       </sect>
5599     </chapt>
5600
5601
5602     <chapt id="sharedlibs"><heading>Shared libraries</heading>
5603
5604       <p>
5605         Packages containing shared libraries must be constructed with
5606         a little care to make sure that the shared library is always
5607         available.  This is especially important for packages whose
5608         shared libraries are vitally important, such as the C library
5609         (currently <tt>libc6</tt>).
5610       </p>
5611
5612       <p>
5613         This section deals only with public shared libraries: shared
5614         libraries that are placed in directories searched by the dynamic
5615         linker by default or which are intended to be linked against
5616         normally and possibly used by other, independent packages.  Shared
5617         libraries that are internal to a particular package or that are
5618         only loaded as dynamic modules are not covered by this section and
5619         are not subject to its requirements.
5620       </p>
5621
5622       <p>
5623         A shared library is identified by the <tt>SONAME</tt> attribute
5624         stored in its dynamic section.  When a binary is linked against a
5625         shared library, the <tt>SONAME</tt> of the shared library is
5626         recorded in the binary's <tt>NEEDED</tt> section so that the
5627         dynamic linker knows that library must be loaded at runtime.  The
5628         shared library file's full name (which usually contains additional
5629         version information not needed in the <tt>SONAME</tt>) is
5630         therefore normally not referenced directly.  Instead, the shared
5631         library is loaded by its <tt>SONAME</tt>, which exists on the file
5632         system as a symlink pointing to the full name of the shared
5633         library.  This symlink must be provided by the
5634         package.  <ref id="sharedlibs-runtime"> describes how to do this.
5635         <footnote>
5636           This is a convention of shared library versioning, but not a
5637           requirement.  Some libraries use the <tt>SONAME</tt> as the full
5638           library file name instead and therefore do not need a symlink.
5639           Most, however, encode additional information about
5640           backwards-compatible revisions as a minor version number in the
5641           file name.  The <tt>SONAME</tt> itself only changes when
5642           binaries linked with the earlier version of the shared library
5643           may no longer work, but the filename may change with each
5644           release of the library.  See <ref id="sharedlibs-runtime"> for
5645           more information.
5646         </footnote>
5647       </p>
5648
5649       <p>
5650         When linking a binary or another shared library against a shared
5651         library, the <tt>SONAME</tt> for that shared library is not yet
5652         known.  Instead, the shared library is found by looking for a file
5653         matching the library name with <tt>.so</tt> appended.  This file
5654         exists on the file system as a symlink pointing to the shared
5655         library.
5656       </p>
5657
5658       <p>
5659         Shared libraries are normally split into several binary packages.
5660         The <tt>SONAME</tt> symlink is installed by the runtime shared
5661         library package, and the bare <tt>.so</tt> symlink is installed in
5662         the development package since it's only used when linking binaries
5663         or shared libraries.  However, there are some exceptions for
5664         unusual shared libraries or for shared libraries that are also
5665         loaded as dynamic modules by other programs.
5666       </p>
5667
5668       <p>
5669         This section is primarily concerned with how the separation of
5670         shared libraries into multiple packages should be done and how
5671         dependencies on and between shared library binary packages are
5672         managed in Debian.  <ref id="libraries"> should be read in
5673         conjunction with this section and contains additional rules for
5674         the files contained in the shared library packages.
5675       </p>
5676
5677       <sect id="sharedlibs-runtime">
5678         <heading>Run-time shared libraries</heading>
5679
5680         <p>
5681           The run-time shared library must be placed in a package
5682           whose name changes whenever the <tt>SONAME</tt> of the shared
5683           library changes.  This allows several versions of the shared
5684           library to be installed at the same time, allowing installation
5685           of the new version of the shared library without immediately
5686           breaking binaries that depend on the old version.  Normally, the
5687           run-time shared library and its <tt>SONAME</tt> symlink should
5688           be placed in a package named
5689           <package><var>libraryname</var><var>soversion</var></package>,
5690           where <var>soversion</var> is the version number in
5691           the <tt>SONAME</tt> of the shared library.  Alternatively, if it
5692           would be confusing to directly append <var>soversion</var>
5693           to <var>libraryname</var> (if, for
5694           example, <var>libraryname</var> itself ends in a number), you
5695           should use
5696           <package><var>libraryname</var>-<var>soversion</var></package>
5697           instead.
5698         </p>
5699
5700         <p>
5701           To determine the <var>soversion</var>, look at
5702           the <tt>SONAME</tt> of the library, stored in the
5703           ELF <tt>SONAME</tt> attribute.  It is usually of the
5704           form <tt><var>name</var>.so.<var>major-version</var></tt> (for
5705           example, <tt>libz.so.1</tt>).  The version part is the part
5706           which comes after <tt>.so.</tt>, so in that example it
5707           is <tt>1</tt>.  The soname may instead be of the
5708           form <tt><var>name</var>-<var>major-version</var>.so</tt>, such
5709           as <tt>libdb-5.1.so</tt>, in which case the name would
5710           be <tt>libdb</tt> and the version would be <tt>5.1</tt>.
5711         </p>
5712
5713         <p>
5714           If you have several shared libraries built from the same source
5715           tree, you may lump them all together into a single shared
5716           library package provided that all of their <tt>SONAME</tt>s will
5717           always change together.  Be aware that this is not normally the
5718           case, and if the <tt>SONAME</tt>s do not change together,
5719           upgrading such a merged shared library package will be
5720           unnecessarily difficult because of file conflicts with the old
5721           version of the package.  When in doubt, always split shared
5722           library packages so that each binary package installs a single
5723           shared library.
5724         </p>
5725
5726         <p>
5727           Every time the shared library ABI changes in a way that may
5728           break binaries linked against older versions of the shared
5729           library, the <tt>SONAME</tt> of the library and the
5730           corresponding name for the binary package containing the runtime
5731           shared library should change.  Normally, this means
5732           the <tt>SONAME</tt> should change any time an interface is
5733           removed from the shared library or the signature of an interface
5734           (the number of parameters or the types of parameters that it
5735           takes, for example) is changed.  This practice is vital to
5736           allowing clean upgrades from older versions of the package and
5737           clean transitions between the old ABI and new ABI without having
5738           to upgrade every affected package simultaneously.
5739         </p>
5740
5741         <p>
5742           The <tt>SONAME</tt> and binary package name need not, and indeed
5743           normally should not, change if new interfaces are added but none
5744           are removed or changed, since this will not break binaries
5745           linked against the old shared library.  Correct versioning of
5746           dependencies on the newer shared library by binaries that use
5747           the new interfaces is handled via
5748           the <qref id="sharedlibs-depends"><tt>symbols</tt>
5749           or <tt>shlibs</tt> system</qref>.
5750         </p>
5751
5752       <p>
5753         The package should install the shared libraries under
5754         their normal names.  For example, the <package>libgdbm3</package>
5755         package should install <file>libgdbm.so.3.0.0</file> as
5756         <file>/usr/lib/libgdbm.so.3.0.0</file>.  The files should not be
5757         renamed or re-linked by any <prgn>prerm</prgn> or
5758         <prgn>postrm</prgn> scripts; <prgn>dpkg</prgn> will take care
5759         of renaming things safely without affecting running programs,
5760         and attempts to interfere with this are likely to lead to
5761         problems.
5762       </p>
5763
5764       <p>
5765         Shared libraries should not be installed executable, since
5766         the dynamic linker does not require this and trying to
5767         execute a shared library usually results in a core dump.
5768       </p>
5769
5770       <p>
5771         The run-time library package should include the symbolic link for
5772         the <tt>SONAME</tt> that <prgn>ldconfig</prgn> would create for
5773         the shared libraries.  For example,
5774         the <package>libgdbm3</package> package should include a symbolic
5775         link from <file>/usr/lib/libgdbm.so.3</file> to
5776         <file>libgdbm.so.3.0.0</file>.  This is needed so that the dynamic
5777         linker (for example <prgn>ld.so</prgn> or
5778         <prgn>ld-linux.so.*</prgn>) can find the library between the
5779         time that <prgn>dpkg</prgn> installs it and the time that
5780         <prgn>ldconfig</prgn> is run in the <prgn>postinst</prgn>
5781         script.<footnote>
5782             The package management system requires the library to be
5783             placed before the symbolic link pointing to it in the
5784             <file>.deb</file> file.  This is so that when
5785             <prgn>dpkg</prgn> comes to install the symlink
5786             (overwriting the previous symlink pointing at an older
5787             version of the library), the new shared library is already
5788             in place.  In the past, this was achieved by creating the
5789             library in the temporary packaging directory before
5790             creating the symlink.  Unfortunately, this was not always
5791             effective, since the building of the tar file in the
5792             <file>.deb</file> depended on the behavior of the underlying
5793             file system.  Some file systems (such as reiserfs) reorder
5794             the files so that the order of creation is forgotten.
5795             Since version 1.7.0, <prgn>dpkg</prgn>
5796             reorders the files itself as necessary when building a
5797             package.  Thus it is no longer important to concern
5798             oneself with the order of file creation.
5799         </footnote>
5800       </p>
5801
5802         <sect1 id="ldconfig">
5803           <heading><tt>ldconfig</tt></heading>
5804
5805         <p>
5806           Any package installing shared libraries in one of the default
5807           library directories of the dynamic linker (which are currently
5808           <file>/usr/lib</file> and <file>/lib</file>) or a directory that is
5809           listed in <file>/etc/ld.so.conf</file><footnote>
5810             These are currently <file>/usr/local/lib</file> plus
5811             directories under <file>/lib</file> and <file>/usr/lib</file>
5812             matching the multiarch triplet for the system architecture.
5813           </footnote>
5814           must use <prgn>ldconfig</prgn> to update the shared library
5815           system.
5816         </p>
5817
5818         <p>
5819             The package maintainer scripts must only call
5820             <prgn>ldconfig</prgn> under these circumstances:
5821             <list compact="compact">
5822               <item>When the <prgn>postinst</prgn> script is run with a
5823                   first argument of <tt>configure</tt>, the script must call
5824                   <prgn>ldconfig</prgn>, and may optionally invoke
5825                   <prgn>ldconfig</prgn> at other times.
5826               </item>
5827               <item>When the <prgn>postrm</prgn> script is run with a
5828                   first argument of <tt>remove</tt>, the script should call
5829                   <prgn>ldconfig</prgn>.
5830               </item>
5831             </list>
5832          <footnote>
5833             <p>
5834               During install or upgrade, the preinst is called before
5835               the new files are unpacked, so calling "ldconfig" is
5836               pointless.  The preinst of an existing package can also be
5837               called if an upgrade fails.  However, this happens during
5838               the critical time when a shared libs may exist on-disk
5839               under a temporary name.  Thus, it is dangerous and
5840               forbidden by current policy to call "ldconfig" at this
5841               time.
5842             </p>
5843
5844             <p>
5845               When a package is installed or upgraded, "postinst
5846               configure" runs after the new files are safely on-disk.
5847               Since it is perfectly safe to invoke ldconfig
5848               unconditionally in a postinst, it is OK for a package to
5849               simply put ldconfig in its postinst without checking the
5850               argument.  The postinst can also be called to recover from
5851               a failed upgrade.  This happens before any new files are
5852               unpacked, so there is no reason to call "ldconfig" at this
5853               point.
5854             </p>
5855
5856             <p>
5857               For a package that is being removed, prerm is
5858               called with all the files intact, so calling ldconfig is
5859               useless.  The other calls to "prerm" happen in the case of
5860               upgrade at a time when all the files of the old package
5861               are on-disk, so again calling "ldconfig" is pointless.
5862             </p>
5863
5864             <p>
5865               postrm, on the other hand, is called with the "remove"
5866               argument just after the files are removed, so this is
5867               the proper time to call "ldconfig" to notify the system
5868               of the fact that the shared libraries from the package
5869               are removed.  The postrm can be called at several other
5870               times.  At the time of "postrm purge", "postrm
5871               abort-install", or "postrm abort-upgrade", calling
5872               "ldconfig" is useless because the shared lib files are
5873               not on-disk.  However, when "postrm" is invoked with
5874               arguments "upgrade", "failed-upgrade", or "disappear", a
5875               shared lib may exist on-disk under a temporary filename.
5876             </p>
5877           </footnote>
5878         </p>
5879         </sect1>
5880
5881       </sect>
5882
5883       <sect id="sharedlibs-support-files">
5884         <heading>Shared library support files</heading>
5885
5886         <p>
5887           If your package contains files whose names do not change with
5888           each change in the library shared object version, you must not
5889           put them in the shared library package.  Otherwise, several
5890           versions of the shared library cannot be installed at the same
5891           time without filename clashes, making upgrades and transitions
5892           unnecessarily difficult.
5893         </p>
5894
5895         <p>
5896           It is recommended that supporting files and run-time support
5897           programs that do not need to be invoked manually by users, but
5898           are nevertheless required for the package to function, be placed
5899           (if they are binary) in a subdirectory of <file>/usr/lib</file>,
5900           preferably under <file>/usr/lib/</file><var>package-name</var>.
5901           If the program or file is architecture independent, the
5902           recommendation is for it to be placed in a subdirectory of
5903           <file>/usr/share</file> instead, preferably under
5904           <file>/usr/share/</file><var>package-name</var>.  Following the
5905           <var>package-name</var> naming convention ensures that the file
5906           names change when the shared object version changes.
5907         </p>
5908
5909         <p>
5910           Run-time support programs that use the shared library but are
5911           not required for the library to function or files used by the
5912           shared library that can be used by any version of the shared
5913           library package should instead be put in a separate package.
5914           This package might typically be named
5915           <package><var>libraryname</var>-tools</package>; note the
5916           absence of the <var>soversion</var> in the package name.
5917         </p>
5918
5919         <p>
5920           Files and support programs only useful when compiling software
5921           against the library should be included in the development
5922           package for the library.<footnote>
5923             For example, a <file><var>package-name</var>-config</file>
5924             script or <package>pkg-config</package> configuration files.
5925           </footnote>
5926         </p>
5927       </sect>
5928
5929       <sect id="sharedlibs-static">
5930         <heading>Static libraries</heading>
5931
5932       <p>
5933         The static library (<file><var>libraryname.a</var></file>)
5934         is usually provided in addition to the shared version.
5935         It is placed into the development package (see below).
5936       </p>
5937
5938       <p>
5939         In some cases, it is acceptable for a library to be
5940         available in static form only; these cases include:
5941         <list>
5942           <item>libraries for languages whose shared library support
5943                 is immature or unstable</item>
5944           <item>libraries whose interfaces are in flux or under
5945                 development (commonly the case when the library's
5946                 major version number is zero, or where the ABI breaks
5947                 across patchlevels)</item>
5948           <item>libraries which are explicitly intended to be
5949                 available only in static form by their upstream
5950                 author(s)</item>
5951         </list>
5952       </p>
5953
5954       <sect id="sharedlibs-dev">
5955         <heading>Development files</heading>
5956
5957       <p>
5958         If there are development files associated with a shared library,
5959         the source package needs to generate a binary development package
5960         named <package><var>libraryname</var><var>soversion</var>-dev</package>,
5961         or if you prefer only to support one development version at a
5962         time, <package><var>libraryname</var>-dev</package>.  Installing
5963         the development package must result in installation of all the
5964         development files necessary for compiling programs against that
5965         shared library.<footnote>
5966           This wording allows the development files to be split into
5967           several packages, such as a separate architecture-independent
5968           <package><var>libraryname</var>-headers</package>, provided that
5969           the development package depends on all the required additional
5970           packages.
5971         </footnote>
5972       </p>
5973
5974       <p>
5975         In case several development versions of a library exist, you may
5976         need to use <prgn>dpkg</prgn>'s Conflicts mechanism (see
5977         <ref id="conflicts">) to ensure that the user only installs one
5978         development version at a time (as different development versions are
5979         likely to have the same header files in them, which would cause a
5980         filename clash if both were unpacked).
5981       </p>
5982
5983       <p>
5984         The development package should contain a symlink for the associated
5985         shared library without a version number. For example, the
5986         <package>libgdbm-dev</package> package should include a symlink
5987         from <file>/usr/lib/libgdbm.so</file> to
5988         <file>libgdbm.so.3.0.0</file>.  This symlink is needed by the linker
5989         (<prgn>ld</prgn>) when compiling packages, as it will only look for
5990         <file>libgdbm.so</file> when compiling dynamically.
5991       </p>
5992
5993       <p>
5994         If the package provides Ada Library Information
5995         (<file>*.ali</file>) files for use with GNAT, these files must be
5996         installed read-only (mode 0444) so that GNAT will not attempt to
5997         recompile them.  This overrides the normal file mode requirements
5998         given in <ref id="permissions-owners">.
5999       </p>
6000       </sect>
6001
6002       <sect id="sharedlibs-intradeps">
6003         <heading>Dependencies between the packages of the same library</heading>
6004
6005         <p>
6006           Typically the development version should have an exact
6007           version dependency on the runtime library, to make sure that
6008           compilation and linking happens correctly.  The
6009           <tt>${binary:Version}</tt> substitution variable can be
6010           useful for this purpose.
6011           <footnote>
6012             Previously, <tt>${Source-Version}</tt> was used, but its name
6013             was confusing and it has been deprecated since dpkg 1.13.19.
6014           </footnote>
6015         </p>
6016       </sect>
6017
6018       <sect id="sharedlibs-depends">
6019         <heading>Dependencies between the library and other
6020           packages</heading>
6021
6022         <p>
6023           If a package contains a binary or library which links to a
6024           shared library, we must ensure that, when the package is
6025           installed on the system, all of the libraries needed are also
6026           installed.  These dependencies must be added to the binary
6027           package when it is built, since they may change based on which
6028           version of a shared library the binary or library was linked
6029           with even if there are no changes to the source of the binary
6030           (for example, symbol versions change, macros become functions or
6031           vice versa, or the binary package may determine at compile-time
6032           whether new library interfaces are available and can be called).
6033           To allow these dependencies to be constructed, shared libraries
6034           must provide either a <file>symbols</file> file or
6035           a <file>shlibs</file> file.  These provide information on the
6036           package dependencies required to ensure the presence of
6037           interfaces provided by this library.  Any package with binaries
6038           or libraries linking to a shared library must use these files to
6039           determine the required dependencies when it is built.  Other
6040           packages which use a shared library (for example using
6041           <tt>dlopen()</tt>) should compute appropriate dependencies
6042           using these files at build time as well.
6043         </p>
6044
6045         <p>
6046           The two mechanisms differ in the degree of detail that they
6047           provide.  A <file>symbols</file> file documents, for each symbol
6048           exported by a library, the minimal version of the package any
6049           binary using this symbol will need.  This is typically the
6050           version of the package in which the symbol was introduced.  This
6051           information permits detailed analysis of the symbols used by a
6052           particular package and construction of an accurate dependency,
6053           but it requires the package maintainer to track more information
6054           about the shared library.
6055         </p>
6056
6057         <p>
6058           A <file>shlibs</file> file, in contrast, only documents the last
6059           time the library ABI changed in any way.  It only provides
6060           information about the library as a whole, not individual
6061           symbols.  When a package is built using a shared library with
6062           only a <file>shlibs</file> file, the generated dependency will
6063           require a version of the shared library equal to or newer than
6064           the version of the last ABI change.  This generates
6065           unnecessarily restrictive dependencies compared
6066           to <file>symbols</file> files if none of the symbols used by the
6067           package have changed.  This, in turn, may make upgrades
6068           needlessly complex and unnecessarily restrict use of the package
6069           on systems with older versions of the shared libraries.
6070         </p>
6071
6072         <p>
6073           <file>shlibs</file> files also only support a limited range of
6074           library SONAMEs, making it difficult to use <file>shlibs</file>
6075           files in some unusual corner cases.<footnote>
6076             A <file>shlibs</file> file represents an SONAME as a library
6077             name and version number, such as <tt>libfoo VERSION</tt>,
6078             instead of recording the actual SONAME.  If the SONAME doesn't
6079             match one of the two expected formats
6080             (<tt>libfoo-VERSION.so</tt> or <tt>libfoo.so.VERSION</tt>), it
6081             cannot be represented.
6082           </footnote>
6083         </p>
6084
6085         <p>
6086           <file>symbols</file> files are therefore recommended for most
6087           shared library packages since they provide more accurate
6088           dependencies.  For most C libraries, the additional detail
6089           required by <file>symbols</file> files is not too difficult to
6090           maintain.  However, maintaining exhaustive symbols information
6091           for a C++ library can be quite onerous, so <file>shlibs</file>
6092           files may be more appropriate for most C++ libraries.  Libraries
6093           with a corresponding udeb must also provide
6094           a <file>shlibs</file> file, since the udeb infrastructure does
6095           not use <file>symbols</file> files.
6096         </p>
6097
6098         <sect1 id="dpkg-shlibdeps">
6099           <heading>Generating dependencies on shared libraries</heading>
6100
6101           <p>
6102             When a package that contains any shared libraries or compiled
6103             binaries is built, it must run <prgn>dpkg-shlibdeps</prgn> on
6104             each shared library and compiled binary to determine the
6105             libraries used and hence the dependencies needed by the
6106             package.<footnote>
6107               <prgn>dpkg-shlibdeps</prgn> will use a program
6108               like <prgn>objdump</prgn> or <prgn>readelf</prgn> to find
6109               the libraries and the symbols in those libraries directly
6110               needed by the binaries or shared libraries in the package.
6111             </footnote>
6112             To do this, put a call to <prgn>dpkg-shlibdeps</prgn> into
6113             your <file>debian/rules</file> file in the source package.
6114             List all of the compiled binaries, libraries, or loadable
6115             modules in your package.<footnote>
6116               The easiest way to call <prgn>dpkg-shlibdeps</prgn>
6117               correctly is to use a package helper framework such
6118               as <package>debhelper</package>.  If you are
6119               using <package>debhelper</package>,
6120               the <prgn>dh_shlibdeps</prgn> program will do this work for
6121               you.  It will also correctly handle multi-binary packages.
6122             </footnote>
6123             <prgn>dpkg-shlibdeps</prgn> will use the <file>symbols</file>
6124             or <file>shlibs</file> files installed by the shared libraries
6125             to generate dependency information.  The package must then
6126             provide a substitution variable into which the discovered
6127             dependency information can be placed.
6128           </p>
6129
6130           <p>
6131             If you are creating a udeb for use in the Debian Installer,
6132             you will need to specify that <prgn>dpkg-shlibdeps</prgn>
6133             should use the dependency line of type <tt>udeb</tt> by adding
6134             the <tt>-tudeb</tt> option<footnote>
6135               <prgn>dh_shlibdeps</prgn> from the <tt>debhelper</tt> suite
6136               will automatically add this option if it knows it is
6137               processing a udeb.
6138             </footnote>. If there is no dependency line of
6139             type <tt>udeb</tt> in the <file>shlibs</file>
6140             file, <prgn>dpkg-shlibdeps</prgn> will fall back to the
6141             regular dependency line.
6142           </p>
6143
6144           <p>
6145             <prgn>dpkg-shlibdeps</prgn> puts the dependency information
6146             into the <file>debian/substvars</file> file by default, which
6147             is then used by <prgn>dpkg-gencontrol</prgn>.  You will need
6148             to place a <tt>${shlibs:Depends}</tt> variable in
6149             the <tt>Depends</tt> field in the control file of every binary
6150             package built by this source package that contains compiled
6151             binaries, libraries, or loadable modules.  If you have
6152             multiple binary packages, you will need to
6153             call <prgn>dpkg-shlibdeps</prgn> on each one which contains
6154             compiled libraries or binaries.  For example, you could use
6155             the <tt>-T</tt> option to the <tt>dpkg</tt> utilities to
6156             specify a different <file>substvars</file> file for each
6157             binary package.<footnote>
6158               Again, <prgn>dh_shlibdeps</prgn>
6159               and <prgn>dh_gencontrol</prgn> will handle everything except
6160               the addition of the variable to the control file for you if
6161               you're using <package>debhelper</package>, including
6162               generating separate <file>substvars</file> files for each
6163               binary package and calling <prgn>dpkg-gencontrol</prgn> with
6164               the appropriate flags.
6165             </footnote>
6166           </p>
6167
6168           <p>
6169             For more details on <prgn>dpkg-shlibdeps</prgn>,
6170             see <manref name="dpkg-shlibdeps" section="1">.
6171           </p>
6172
6173           <p>
6174             We say that a binary <tt>foo</tt> <em>directly</em> uses a
6175             library <tt>libbar</tt> if it is explicitly linked with that
6176             library (that is, the library is listed in the
6177             ELF <tt>NEEDED</tt> attribute, caused by adding <tt>-lbar</tt>
6178             to the link line when the binary is created).  Other libraries
6179             that are needed by <tt>libbar</tt> are
6180             linked <em>indirectly</em> to <tt>foo</tt>, and the dynamic
6181             linker will load them automatically when it
6182             loads <tt>libbar</tt>.  A package should depend on the
6183             libraries it directly uses, but not the libraries it only uses
6184             indirectly.  The dependencies for the libraries used
6185             directly will automatically pull in the indirectly-used
6186             libraries.  <prgn>dpkg-shlibdeps</prgn> will handle this logic
6187             automatically, but package maintainers need to be aware of
6188             this distinction between directly and indirectly using a
6189             library if they have to override its results for some reason.
6190             <footnote>
6191               A good example of where this helps is the following.  We
6192               could update <tt>libimlib</tt> with a new version that
6193               supports a new revision of a graphics format called dgf (but
6194               retaining the same major version number) and depends on a
6195               new library package <package>libdgf4</package> instead of
6196               the older <package>libdgf3</package>.  If we
6197               used <prgn>ldd</prgn> to add dependencies for every library
6198               directly or indirectly linked with a binary, every package
6199               that uses <tt>libimlib</tt> would need to be recompiled so
6200               it would also depend on <package>libdgf4</package> in order
6201               to retire the older <package>libdgf3</package> package.
6202               Since dependencies are only added based on
6203               ELF <tt>NEEDED</tt> attribute, packages
6204               using <tt>libimlib</tt> can rely on <tt>libimlib</tt> itself
6205               having the dependency on an appropriate version
6206               of <tt>libdgf</tt> and do not need rebuilding.
6207             </footnote>
6208           </p>
6209         </sect1>
6210
6211         <sect1 id="sharedlibs-updates">
6212           <heading>Shared library ABI changes</heading>
6213
6214           <p>
6215             Maintaining a shared library package using
6216             either <file>symbols</file> or <file>shlibs</file> files
6217             requires being aware of the exposed ABI of the shared library
6218             and any changes to it.  Both <file>symbols</file>
6219             and <file>shlibs</file> files record every change to the ABI
6220             of the shared library; <file>symbols</file> files do so per
6221             public symbol, whereas <file>shlibs</file> files record only
6222             the last change for the entire library.
6223           </p>
6224
6225           <p>
6226             There are two types of ABI changes: ones that are
6227             backward-compatible and ones that are not.  An ABI change is
6228             backward-compatible if any reasonable program or library that
6229             was linked with the previous version of the shared library
6230             will still work correctly with the new version of the shared
6231             library.<footnote>
6232               An example of an "unreasonable" program is one that uses
6233               library interfaces that are documented as internal and
6234               unsupported.  If the only programs or libraries affected by
6235               a change are "unreasonable" ones, other techniques, such as
6236               declaring <tt>Breaks</tt> relationships with affected
6237               packages or treating their usage of the library as bugs in
6238               those packages, may be appropriate instead of changing the
6239               SONAME.  However, the default approach is to change the
6240               SONAME for any change to the ABI that could break a program.
6241             </footnote>
6242             Adding new symbols to the shared library is a
6243             backward-compatible change.  Removing symbols from the shared
6244             library is not.  Changing the behavior of a symbol may or may
6245             not be backward-compatible depending on the change; for
6246             example, changing a function to accept a new enum constant not
6247             previously used by the library is generally
6248             backward-compatible, but changing the members of a struct that
6249             is passed into library functions is generally not unless the
6250             library takes special precautions to accept old versions of
6251             the data structure.
6252           </p>
6253
6254           <p>
6255             ABI changes that are not backward-compatible normally require
6256             changing the <tt>SONAME</tt> of the library and therefore the
6257             shared library package name, which forces rebuilding all
6258             packages using that shared library to update their
6259             dependencies and allow them to use the new version of the
6260             shared library.  For more information,
6261             see <ref id="sharedlibs-runtime">.  The remainder of this
6262             section will deal with backward-compatible changes.
6263           </p>
6264
6265           <p>
6266             Backward-compatible changes require either updating or
6267             recording the <var>minimal-version</var> for that symbol
6268             in <file>symbols</file> files or updating the version in
6269             the <var>dependencies</var> in <file>shlibs</file> files.  For
6270             more information on how to do this in the two formats, see
6271             <ref id="symbols"> and <ref id="shlibs">.  Below are general
6272             rules that apply to both files.
6273           </p>
6274
6275           <p>
6276             The easy case is when a public symbol is added.  Simply add
6277             the version at which the symbol was introduced
6278             (for <file>symbols</file> files) or update the dependency
6279             version (for <file>shlibs</file>) files.  But special care
6280             should be taken to update dependency versions when the
6281             behavior of a public symbol changes.  This is easy to neglect,
6282             since there is no automated method of determining such
6283             changes, but failing to update versions in this case may
6284             result in binary packages with too-weak dependencies that will
6285             fail at runtime, possibly in ways that can cause security
6286             vulnerabilities.  If the package maintainer believes that a
6287             symbol behavior change may have occurred but isn't sure, it's
6288             safer to update the version rather than leave it unmodified.
6289             This may result in unnecessarily strict dependencies, but it
6290             ensures that packages whose dependencies are satisfied will
6291             work properly.
6292           </p>
6293
6294           <p>
6295             A common example of when a change to the dependency version
6296             is required is a function that takes an enum or struct
6297             argument that controls what the function does.  For example:
6298             <example>
6299               enum library_op { OP_FOO, OP_BAR };
6300               int library_do_operation(enum library_op);
6301             </example>
6302             If a new operation, <tt>OP_BAZ</tt>, is added,
6303             the <var>minimal-version</var>
6304             of <tt>library_do_operation</tt> (for <file>symbols</file>
6305             files) or the version in the dependency for the shared library
6306             (for <file>shlibs</file> files) must be increased to the
6307             version at which <tt>OP_BAZ</tt> was introduced.  Otherwise, a
6308             binary built against the new version of the library (having
6309             detected at compile-time that the library
6310             supports <tt>OP_BAZ</tt>) may be installed with a shared
6311             library that doesn't support <tt>OP_BAZ</tt> and will fail at
6312             runtime when it tries to pass <tt>OP_BAZ</tt> into this
6313             function.
6314           </p>
6315
6316           <p>
6317             Dependency versions in either <file>symbols</file>
6318             or <file>shlibs</file> files normally should not contain the
6319             Debian revision of the package, since the library behavior is
6320             normally fixed for a particular upstream version and any
6321             Debian packaging of that upstream version will have the same
6322             behavior.  In the rare case that the library behavior was
6323             changed in a particular Debian revision, appending <tt>~</tt>
6324             to the end of the version that includes the Debian revision is
6325             recommended, since this allows backports of the shared library
6326             package using the normal backport versioning convention to
6327             satisfy the dependency.
6328           </p>
6329         </sect1>
6330
6331         <sect1 id="sharedlibs-symbols">
6332           <heading>The <tt>symbols</tt> system</heading>
6333
6334           <p>
6335             In the following sections, we will first describe where the
6336             various <file>symbols</file> files are to be found, then
6337             the <file>symbols</file> file format, and finally how to
6338             create <file>symbols</file> files if your package contains a
6339             shared library.
6340           </p>
6341
6342           <sect2 id="symbols-paths">
6343             <heading>The <file>symbols</file> files present on the
6344               system</heading>
6345
6346             <p>
6347               <file>symbols</file> files for a shared library are normally
6348               provided by the shared library package as a control file,
6349               but there are several override paths that are checked first
6350               in case that information is wrong or missing.  The following
6351               list gives them in the order in which they are read
6352               by <prgn>dpkg-shlibdeps</prgn> The first one that contains
6353               the required information is used.
6354               <list>
6355                 <item>
6356                   <p><file>debian/*/DEBIAN/symbols</file></p>
6357
6358                   <p>
6359                     During the package build, if the package itself
6360                     contains shared libraries with <file>symbols</file>
6361                     files, they will be generated in these staging
6362                     directories by <prgn>dpkg-gensymbols</prgn>
6363                     (see <ref id="providing-symbols">).  <file>symbols</file>
6364                     files found in the build tree take precedence
6365                     over <file>symbols</file> files from other binary
6366                     packages.
6367                   </p>
6368
6369                   <p>
6370                     These files must exist
6371                     before <prgn>dpkg-shlibdeps</prgn> is run or the
6372                     dependencies of binaries and libraries from a source
6373                     package on other libraries from that same source
6374                     package will not be correct.  In practice, this means
6375                     that <prgn>dpkg-gensymbols</prgn> must be run
6376                     before <prgn>dpkg-shlibdeps</prgn> during the package
6377                     build.<footnote>
6378                       An example may clarify.  Suppose the source
6379                       package <tt>foo</tt> generates two binary
6380                       packages, <tt>libfoo2</tt> and <tt>foo-runtime</tt>.
6381                       When building the binary packages, the contents of
6382                       the packages are staged in the
6383                       directories <file>debian/libfoo2</file>
6384                       and <file>debian/foo-runtime</file> respectively.
6385                       (<file>debian/tmp</file> could be used instead of
6386                       one of these.)  Since <tt>libfoo2</tt> provides
6387                       the <tt>libfoo</tt> shared library, it will contain
6388                       a <tt>symbols</tt> file, which will be installed
6389                       in <file>debian/libfoo2/DEBIAN/symbols</file>,
6390                       eventually to be included as a control file in that
6391                       package.  When <prgn>dpkg-shlibdeps</prgn> is run on
6392                       the
6393                       executable <file>debian/foo-runtime/usr/bin/foo-prog</file>,
6394                       it will examine
6395                       the <file>debian/libfoo2/DEBIAN/symbols</file> file
6396                       to determine whether <tt>foo-prog</tt>'s library
6397                       dependencies are satisfied by any of the libraries
6398                       provided by <tt>libfoo2</tt>.  Since those binaries
6399                       were linked against the just-built shared library as
6400                       part of the build process, the <file>symbols</file>
6401                       file for the newly-built <tt>libfoo2</tt> must take
6402                       precedence over a <file>symbols</file> file for any
6403                       other <tt>libfoo2</tt> package already installed on
6404                       the system.
6405                     </footnote>
6406                   </p>
6407                 </item>
6408
6409                 <item>
6410                   <p>
6411                     <file>/etc/dpkg/symbols/<var>package</var>.symbols.<var>arch</var></file>
6412                     and <file>/etc/dpkg/symbols/<var>package</var>.symbols</file>
6413                   </p>
6414
6415                   <p>
6416                     Per-system overrides of shared library dependencies.
6417                     These files normally do not exist.  They are
6418                     maintained by the local system administrator and must
6419                     not be created by any Debian package.
6420                   </p>
6421                 </item>
6422
6423                 <item>
6424                   <p><file>symbols</file> control files for packages
6425                     installed on the system</p>
6426
6427                   <p>
6428                     The <file>symbols</file> control files for all the
6429                     packages currently installed on the system are
6430                     searched last.  This will be the most common source of
6431                     shared library dependency information.  These are
6432                     normally found
6433                     in <file>/var/lib/dpkg/info/*.symbols</file>, but
6434                     packages should not rely on this and instead should
6435                     use <tt>dpkg-query --control-path <var>package</var>
6436                     symbols</tt> if for some reason these files need to be
6437                     examined.
6438                   </p>
6439                 </item>
6440               </list>
6441             </p>
6442
6443             <p>
6444               Be aware that if a <file>debian/shlibs.local</file> exists
6445               in the source package, it will override
6446               any <file>symbols</file> files.  This is the only case where
6447               a <file>shlibs</file> is used despite <file>symbols</file>
6448               files being present.  See <ref id="shlibs-paths">
6449               and <ref id="sharedlibs-shlibdeps"> for more information.
6450             </p>
6451           </sect2>
6452
6453           <sect2 id="symbols">
6454             <heading>The <file>symbols</file> File Format</heading>
6455
6456             <p>
6457               The following documents the format of
6458               the <file>symbols</file> control file as included in binary
6459               packages.  These files are built from
6460               template <file>symbols</file> files in the source package
6461               by <prgn>dpkg-gensymbols</prgn>.  The template files support
6462               a richer syntax that allows <prgn>dpkg-gensymbols</prgn> to
6463               do some of the tedious work involved in
6464               maintaining <file>symbols</file> files, such as handling C++
6465               symbols or optional symbols that may not exist on particular
6466               architectures.  When writing <file>symbols</file> files for
6467               a shared library package, refer
6468               to <manref name="dpkg-gensymbols" section="1"> for the
6469               richer syntax.
6470             </p>
6471
6472             <p>
6473               A <file>symbols</file> may contain one or more entries, one
6474               for each shared library contained in the package
6475               corresponding to that <file>symbols</file>.  Each entry has
6476               the following format:
6477             </p>
6478
6479             <p>
6480               <example>
6481                 <var>library-soname</var> <var>main-dependency-template</var>
6482                 [| <var>alternative-dependency-template</var>]
6483                 [...]
6484                 [* <var>field-name</var>: <var>field-value</var>]
6485                 [...]
6486                 <var>symbol</var> <var>minimal-version</var>[ <var>id-of-dependency-template</var> ]
6487               </example>
6488             </p>
6489
6490             <p>
6491               To explain this format, we'll use the the <tt>zlib1g</tt>
6492               package as an example, which (at the time of writing)
6493               installs the shared
6494               library <file>/usr/lib/libz.so.1.2.3.4</file>.  Mandatory
6495               lines will be described first, followed by optional lines.
6496             </p>
6497
6498             <p>
6499               <var>library-soname</var> must contain exactly the value of
6500               the ELF <tt>SONAME</tt> attribute of the shared library.  In
6501               our example, this is <tt>libz.so.1</tt>.<footnote>
6502                 This can be determined by using the command
6503                 <example compact="compact">
6504                   readelf -d /usr/lib/libz.so.1.2.3.4 | grep SONAME
6505                 </example>
6506               </footnote>
6507             </p>
6508
6509             <p>
6510               <var>main-dependency-template</var> has the same syntax as a
6511               dependency field in a binary package control file, except
6512               that the string <tt>#MINVER#</tt> is replaced by a version
6513               restriction like <tt>(>= <var>version</var>)</tt> or by
6514               nothing if an unversioned dependency is deemed sufficient.
6515               The version restriction will be based on which symbols from
6516               the shared library are referenced and the version at which
6517               they were introduced (see below).  In nearly all
6518               cases, <var>main-dependency-template</var> will
6519               be <tt><var>package</var> #MINVER#</tt>,
6520               where <var>package</var> is the name of the binary package
6521               containing the shared library.  This adds a simple,
6522               possibly-versioned dependency on the shared library package.
6523               In some rare cases, such as when multiple packages provide
6524               the same shared library ABI, the dependency template may
6525               need to be more complex.
6526             </p>
6527
6528             <p>
6529               In our example, the first line of
6530               the <tt>zlib1g</tt> <file>symbols</file> file would be:
6531               <example compact="compact">
6532                 libz.so.1 zlib1g #MINVER#
6533               </example>
6534             </p>
6535
6536             <p>
6537               Each public symbol exported by the shared library must have
6538               a corresponding symbol line, indented by one
6539               space.  <var>symbol</var> is the exported symbol (which, for
6540               C++, means the mangled symbol) followed by <tt>@</tt> and
6541               the symbol version, or the string <tt>Base</tt> if there is
6542               no symbol version.  <var>minimal-version</var> is the most
6543               recent version of the shared library that changed the
6544               behavior of that symbol, whether by adding it, changing its
6545               function signature (the parameters, their types, or the
6546               return type), or changing its behavior in a way that is
6547               visible to a caller.
6548               <var>id-of-dependency-template</var> is an optional
6549               field that references
6550               an <var>alternative-dependency-template</var>; see below for
6551               a full description.
6552             </p>
6553
6554             <p>
6555               For example, <tt>libz.so.1</tt> contains the
6556               symbols <tt>compress</tt>
6557               and <tt>compressBound</tt>.  <tt>compress</tt> has no symbol
6558               version and last changed its behavior in upstream
6559               version <tt>1:1.1.4</tt>.  <tt>compressBound</tt> has the
6560               symbol version <tt>ZLIB_1.2.0</tt>, was introduced in
6561               upstream version <tt>1:1.2.0</tt>, and has not changed its
6562               behavior.  Its <file>symbols</file> file therefore contains
6563               the lines:
6564               <example compact="compact">
6565                 compress@Base 1:1.1.4
6566                 compressBound@ZLIB_1.2.0 1:1.2.0
6567               </example>
6568               Packages using only <tt>compress</tt> would then get a
6569               dependency on <tt>zlib1g (>= 1:1.1.4)</tt>, but packages
6570               using <tt>compressBound</tt> would get a dependency
6571               on <tt>zlib1g (>= 1:1.2.0)</tt>.
6572             </p>
6573
6574             <p>
6575               One or more <var>alternative-dependency-template</var> lines
6576               may be provided.  These are used in cases where some symbols
6577               in the shared library should use one dependency template
6578               while others should use a different template.  The
6579               alternative dependency templates are used only if a symbol
6580               line contains the <var>id-of-dependency-template</var>
6581               field.  The first alternative dependency template is
6582               numbered 1, the second 2, and so forth.<footnote>
6583                 An example of where this may be needed is with a library
6584                 that implements the libGL interface.  All GL
6585                 implementations provide the same set of base interfaces,
6586                 and then may provide some additional interfaces only used
6587                 by programs that require that specific GL implementation.
6588                 So, for example, libgl1-mesa-glx may use the
6589                 following <file>symbols</file> file:
6590                 <example>
6591                   libGL.so.1 libgl1
6592                   | libgl1-mesa-glx #MINVER#
6593                   publicGlSymbol@Base 6.3-1
6594                   [...]
6595                   implementationSpecificSymbol@Base 6.5.2-7 1
6596                   [...]
6597                 </example>
6598                 Binaries or shared libraries using
6599                 only <tt>publicGlSymbol</tt> would depend only
6600                 on <tt>libgl1</tt> (which may be provided by multiple
6601                 packages), but ones
6602                 using <tt>implementationSpecificSymbol</tt> would get a
6603                 dependency on <tt>libgl1-mesa-glx (>= 6.5.2-7)</tt>
6604               </footnote>
6605             </p>
6606
6607             <p>
6608               Finally, the entry for the library may contain one or more
6609               metadata fields.  Currently, the only
6610               supported <var>field-name</var>
6611               is <tt>Build-Depends-Package</tt>, whose value lists
6612               the <qref id="sharedlibs-dev">library development
6613               package</qref> on which packages using this shared library
6614               declare a build dependency.  If this field is
6615               present, <prgn>dpkg-shlibdeps</prgn> uses it to ensure that
6616               the resulting binary package dependency on the shared
6617               library is at least as strict as the source package
6618               dependency on the shared library development
6619               package.<footnote>
6620                 This field should normally not be necessary, since if the
6621                 behavior of any symbol has changed, the corresponding
6622                 symbol <var>minimal-version</var> should have been
6623                 increased.  But including it makes the <tt>symbols</tt>
6624                 system more robust by tightening the dependency in cases
6625                 where the package using the shared library specifically
6626                 requires at least a particular version of the shared
6627                 library development package for some reason.
6628               </footnote>
6629               For our example, the <tt>zlib1g</tt> <file>symbols</file>
6630               file would contain:
6631               <example compact="compact">
6632                 * Build-Depends-Package: zlib1g-dev
6633               </example>
6634             </p>
6635
6636             <p>
6637               Also see <manref name="deb-symbols" section="5">.
6638             </p>
6639           </sect2>
6640
6641           <sect2 id="providing-symbols">
6642             <heading>Providing a <file>symbols</file> file</heading>
6643
6644             <p>
6645               If your package provides a shared library, you should
6646               arrange to include a <file>symbols</file> control file
6647               following the format described above in that package.  You
6648               must include either a <file>symbols</file> control file or
6649               a <file>shlibs</file> control file.
6650             </p>
6651
6652             <p>
6653               Normally, this is done by creating a <file>symbols</file> in
6654               the source package
6655               named <file>debian/<var>package</var>.symbols</file>
6656               or <file>debian/symbols</file>, possibly
6657               with <file>.<var>arch</var></file> appended if the symbols
6658               information varies by architecture.  This file may use the
6659               extended syntax documented in <manref name="dpkg-gensymbols"
6660               section="1">.  Then, call <prgn>dpkg-gensymbols</prgn> as
6661               part of the package build process.  It will
6662               create <file>symbols</file> files in the package staging
6663               area based on the binaries and libraries in the package
6664               staging area and the <file>symbols</file> files in the
6665               source package.<footnote>
6666                 If you are
6667                 using <tt>debhelper</tt>, <prgn>dh_makeshlibs</prgn> will
6668                 take care of calling either <prgn>dpkg-gensymbols</prgn>
6669                 or generating a <file>shlibs</file> file as appropriate.
6670               </footnote>
6671             </p>
6672
6673             <p>
6674               Packages that provide <file>symbols</file> files must keep
6675               them up-to-date to ensure correct dependencies in packages
6676               that use the shared libraries.  This means updating
6677               the <file>symbols</file> file whenever a new public symbol
6678               is added, changing the <var>minimal-version</var> field
6679               whenever a symbol changes behavior or signature in a
6680               backward-compatible way (see <ref id="sharedlibs-updates">),
6681               and changing the <var>library-soname</var>
6682               and <var>main-dependency-template</var>, and probably all of
6683               the <var>minimal-version</var> fields, when the library
6684               changes <tt>SONAME</tt>.  Removing a public symbol from
6685               the <file>symbols</file> file because it's no longer
6686               provided by the library normally requires changing
6687               the <tt>SONAME</tt> of the library.
6688               See <ref id="sharedlibs-runtime"> for more information
6689               on <tt>SONAME</tt>s.
6690             </p>
6691           </sect2>
6692         </sect1>
6693
6694         <sect1 id="sharedlibs-shlibdeps">
6695           <heading>The <tt>shlibs</tt> system</heading>
6696
6697           <p>
6698             The <tt>shlibs</tt> system is a simpler alternative to
6699             the <tt>symbols</tt> system for declaring dependencies for
6700             shared libraries.  It may be more appropriate for C++
6701             libraries and other cases where tracking individual symbols is
6702             too difficult.  It predated the <tt>symbols</tt> system and is
6703             therefore frequently seen in older packages.  It is also
6704             required for udebs, which do not support <tt>symbols</tt>.
6705           </p>
6706
6707           <p>
6708             In the following sections, we will first describe where the
6709             various <file>shlibs</file> files are to be found, then how to
6710             use <prgn>dpkg-shlibdeps</prgn>, and finally
6711             the <file>shlibs</file> file format and how to create them.
6712           </p>
6713
6714           <sect2 id="shlibs-paths">
6715             <heading>The <file>shlibs</file> files present on the
6716               system</heading>
6717
6718             <p>
6719               There are several places where <tt>shlibs</tt> files are
6720               found.  The following list gives them in the order in which
6721               they are read by <prgn>dpkg-shlibdeps</prgn>.  (The first
6722               one which gives the required information is used.)
6723               <list>
6724                 <item>
6725                   <p><file>debian/shlibs.local</file></p>
6726
6727                   <p>
6728                     This lists overrides for this package.  This file
6729                     should normally not be used, but may be needed
6730                     temporarily in unusual situations to work around bugs
6731                     in other packages, or in unusual cases where the
6732                     normally declared dependency information in the
6733                     installed <file>shlibs</file> file for a library
6734                     cannot be used.  This file overrides information
6735                     obtained from any other source.
6736                   </p>
6737                 </item>
6738
6739                 <item>
6740                   <p><file>/etc/dpkg/shlibs.override</file></p>
6741
6742                   <p>
6743                     This lists global overrides.  This list is normally
6744                     empty.  It is maintained by the local system
6745                     administrator.
6746                   </p>
6747                 </item>
6748
6749                 <item>
6750                   <p><file>DEBIAN/shlibs</file> files in the "build
6751                     directory"</p>
6752
6753                   <p>
6754                     These files are generated as part of the package build
6755                     process and staged for inclusion as control files in
6756                     the binary packages being built.  They provide details
6757                     of any shared libraries included in the same package.
6758                   </p>
6759                 </item>
6760
6761                 <item>
6762                   <p><file>shlibs</file> control files for packages
6763                     installed on the system</p>
6764
6765                   <p>
6766                     The <file>shlibs</file> control files for all the
6767                     packages currently installed on the system.  These are
6768                     normally found
6769                     in <file>/var/lib/dpkg/info/*.shlibs</file>, but
6770                     packages should not rely on this and instead should
6771                     use <tt>dpkg-query --control-path <var>package</var>
6772                     shlibs</tt> if for some reason these files need to be
6773                     examined.
6774                   </p>
6775                 </item>
6776
6777                 <item>
6778                   <p><file>/etc/dpkg/shlibs.default</file></p>
6779
6780                   <p>
6781                     This file lists any shared libraries whose packages
6782                     have failed to provide correct <file>shlibs</file>
6783                     files.  It was used when the <file>shlibs</file> setup
6784                     was first introduced, but it is now normally empty.
6785                     It is maintained by the <tt>dpkg</tt> maintainer.
6786                   </p>
6787                 </item>
6788               </list>
6789             </p>
6790
6791             <p>
6792               If a <file>symbols</file> file for a shared library package
6793               is available, <prgn>dpkg-shlibdeps</prgn> will always use it
6794               in preference to a <file>shlibs</file>, with the exception
6795               of <file>debian/shlibs.local</file>.  The latter overrides
6796               any other <file>shlibs</file> or <file>symbols</file> files.
6797             </p>
6798           </sect2>
6799
6800           <sect2 id="shlibs">
6801             <heading>The <file>shlibs</file> File Format</heading>
6802
6803             <p>
6804               Each <file>shlibs</file> file has the same format.  Lines
6805               beginning with <tt>#</tt> are considered to be comments and
6806               are ignored.  Each line is of the form:
6807               <example compact="compact">
6808                 [<var>type</var>: ]<var>library-name</var> <var>soname-version</var> <var>dependencies ...</var>
6809               </example>
6810             </p>
6811
6812             <p>
6813               We will explain this by reference to the example of the
6814               <tt>zlib1g</tt> package, which (at the time of writing)
6815               installs the shared
6816               library <file>/usr/lib/libz.so.1.2.3.4</file>.
6817             </p>
6818
6819             <p>
6820               <var>type</var> is an optional element that indicates the
6821               type of package for which the line is valid. The only type
6822               currently in use is <tt>udeb</tt>.  The colon and space
6823               after the type are required.
6824             </p>
6825
6826             <p>
6827               <var>library-name</var> is the name of the shared library,
6828               in this case <tt>libz</tt>.  (This must match the name part
6829               of the soname, see below.)
6830             </p>
6831
6832             <p>
6833               <var>soname-version</var> is the version part of the
6834               ELF <tt>SONAME</tt> attribute of the library, determined the
6835               same way that the <var>soversion</var> component of the
6836               recommended shared library package name is determined.
6837               See <ref id="sharedlibs-runtime"> for the details.
6838             </p>
6839
6840             <p>
6841               <var>dependencies</var> has the same syntax as a dependency
6842               field in a binary package control file.  It should give
6843               details of which packages are required to satisfy a binary
6844               built against the version of the library contained in the
6845               package.  See <ref id="depsyntax"> for details on the
6846               syntax, and <ref id="sharedlibs-updates"> for details on how
6847               to maintain the dependency version constraint.
6848             </p>
6849
6850             <p>
6851               In our example, if the last change to the <tt>zlib1g</tt>
6852               package that could change behavior for a client of that
6853               library was in version <tt>1:1.2.3.3.dfsg-1</tt>, then
6854               the <tt>shlibs</tt> entry for this library could say:
6855               <example compact="compact">
6856                 libz 1 zlib1g (>= 1:1.2.3.3.dfsg)
6857               </example>
6858               This version restriction must be new enough that any binary
6859               built against the current version of the library will work
6860               with any version of the shared library that satisfies that
6861               dependency.
6862             </p>
6863
6864             <p>
6865               As zlib1g also provides a udeb containing the shared
6866               library, there would also be a second line:
6867               <example compact="compact">
6868                 udeb: libz 1 zlib1g-udeb (>= 1:1.2.3.3.dfsg)
6869               </example>
6870             </p>
6871           </sect2>
6872
6873           <sect2>
6874             <heading>Providing a <file>shlibs</file> file</heading>
6875
6876             <p>
6877               To provide a <file>shlibs</file> file for a shared library
6878               binary package, create a <file>shlibs</file> file following
6879               the format described above and place it in
6880               the <file>DEBIAN</file> directory for that package during
6881               the build.  It will then be included as a control file for
6882               that package<footnote>
6883                 This is what <prgn>dh_makeshlibs</prgn> in
6884                 the <package>debhelper</package> suite does. If your
6885                 package also has a udeb that provides a shared
6886                 library, <prgn>dh_makeshlibs</prgn> can automatically
6887                 generate the <tt>udeb:</tt> lines if you specify the name
6888                 of the udeb with the <tt>--add-udeb</tt> option.
6889               </footnote>.
6890             </p>
6891
6892             <p>
6893               Since <prgn>dpkg-shlibdeps</prgn> reads
6894               the <file>DEBIAN/shlibs</file> files in all of the binary
6895               packages being built from this source package, all of
6896               the <file>DEBIAN/shlibs</file> files should be installed
6897               before <prgn>dpkg-shlibdeps</prgn> is called on any of the
6898               binary packages.
6899             </p>
6900           </sect2>
6901         </sect1>
6902       </sect>
6903     </chapt>
6904
6905
6906     <chapt id="opersys"><heading>The Operating System</heading>
6907
6908       <sect>
6909         <heading>File system hierarchy</heading>
6910
6911
6912         <sect1 id="fhs">
6913           <heading>File System Structure</heading>
6914
6915           <p>
6916             The location of all files and directories must comply with the
6917             Filesystem Hierarchy Standard (FHS), version 2.3, with the
6918             exceptions noted below, and except where doing so would
6919             violate other terms of Debian Policy.  The following
6920             exceptions to the FHS apply:
6921
6922             <enumlist>
6923               <item>
6924                 <p>
6925                 The FHS requirement that architecture-independent
6926                 application-specific static files be located in
6927                 <file>/usr/share</file> is relaxed to a suggestion.
6928
6929                 In particular, a subdirectory of <file>/usr/lib</file> may
6930                 be used by a package (or a collection of packages) to hold a
6931                 mixture of architecture-independent and
6932                 architecture-dependent files. However, when a directory is
6933                 entirely composed of architecture-independent files, it
6934                 should be located in <file>/usr/share</file>.
6935                 </p>
6936               </item>
6937               <item>
6938                 <p>
6939                   The optional rules related to user specific
6940                   configuration files for applications are stored in
6941                   the user's home directory are relaxed.  It is
6942                   recommended that such files start with the
6943                   '<tt>.</tt>' character (a "dot file"), and if an
6944                   application needs to create more than one dot file
6945                   then the preferred placement is in a subdirectory
6946                   with a name starting with a '.' character, (a "dot
6947                   directory"). In this case it is recommended the
6948                   configuration files not start with the '.'
6949                   character.
6950                 </p>
6951               </item>
6952               <item>
6953                 <p>
6954                   The requirement for amd64 to use <file>/lib64</file>
6955                   for 64 bit binaries is removed.
6956                 </p>
6957               </item>
6958               <item>
6959                 <p>
6960                   The requirement for object files, internal binaries, and
6961                   libraries, including <file>libc.so.*</file>, to be located
6962                   directly under <file>/lib{,32}</file> and
6963                   <file>/usr/lib{,32}</file> is amended, permitting files
6964                   to instead be installed to
6965                   <file>/lib/<var>triplet</var></file> and
6966                   <file>/usr/lib/<var>triplet</var></file>, where
6967                   <tt><var>triplet</var></tt> is the value returned by
6968                   <tt>dpkg-architecture -qDEB_HOST_MULTIARCH</tt> for the
6969                   architecture of the package.  Packages may <em>not</em>
6970                   install files to any <var>triplet</var> path other
6971                   than the one matching the architecture of that package;
6972                   for instance, an <tt>Architecture: amd64</tt> package
6973                   containing 32-bit x86 libraries may not install these
6974                   libraries to <file>/usr/lib/i386-linux-gnu</file>.
6975                   <footnote>
6976                     This is necessary in order to reserve the directories for
6977                     use in cross-installation of library packages from other
6978                     architectures, as part of <tt>multiarch</tt>.
6979                   </footnote>
6980                 </p>
6981                 <p>
6982                   The requirement for C and C++ headers files to be
6983                   accessible through the search path
6984                   <file>/usr/include/</file> is amended, permitting files to
6985                   be accessible through the search path
6986                   <file>/usr/include/<var>triplet</var></file> where
6987                   <tt><var>triplet</var></tt> is as above.  <footnote>
6988                     This is necessary for architecture-dependant headers
6989                     file to coexist in a <tt>multiarch</tt> setup.
6990                   </footnote>
6991                 </p>
6992                 <p>
6993                   Applications may also use a single subdirectory under
6994                   <file>/usr/lib/<var>triplet</var></file>.
6995                 </p>
6996                 <p>
6997                   The execution time linker/loader, ld*, must still be made
6998                   available in the existing location under /lib or /lib64
6999                   since this is part of the ELF ABI for the architecture.
7000                 </p>
7001               </item>
7002               <item>
7003                 <p>
7004                   The requirement that
7005                   <file>/usr/local/share/man</file> be "synonymous"
7006                   with <file>/usr/local/man</file> is relaxed to a
7007                   recommendation</p>
7008               </item>
7009               <item>
7010                 <p>
7011                   The requirement that windowmanagers with a single
7012                   configuration file call it <file>system.*wmrc</file>
7013                   is removed, as is the restriction that the window
7014                   manager subdirectory be named identically to the
7015                   window manager name itself.
7016                 </p>
7017               </item>
7018               <item>
7019                 <p>
7020                   The requirement that boot manager configuration
7021                   files live in <file>/etc</file>, or at least are
7022                   symlinked there, is relaxed to a recommendation.
7023                 </p>
7024               </item>
7025               <item>
7026                 <p>
7027                   The additional directory <file>/run</file> in the root
7028                   file system is allowed.  <file>/run</file>
7029                   replaces <file>/var/run</file>, and the
7030                   subdirectory <file>/run/lock</file>
7031                   replaces <file>/var/lock</file>, with
7032                   the <file>/var</file> directories replaced by symlinks
7033                   for backwards compatibility.  <file>/run</file>
7034                   and <file>/run/lock</file> must follow all of the
7035                   requirements in the FHS for <file>/var/run</file>
7036                   and <file>/var/lock</file>, respectively, such as file
7037                   naming conventions, file format requirements, or the
7038                   requirement that files be cleared during the boot
7039                   process.  Files and directories residing
7040                   in <file>/run</file> should be stored on a temporary
7041                   file system.
7042                 </p>
7043                 <p>
7044                   Packages must not assume the <file>/run</file>
7045                   directory exists or is usable without a dependency
7046                   on <tt>initscripts (>= 2.88dsf-13.3)</tt> until the
7047                   stable release of Debian supports <file>/run</file>.
7048                 </p>
7049               </item>
7050               <item>
7051                 <p>
7052                   The <file>/sys</file> directory in the root filesystem is
7053                   additionally allowed. <footnote>This directory is used as
7054                     mount point to mount virtual filesystems to get access to
7055                     kernel information.</footnote>
7056                 </p>
7057               </item>
7058               <item>
7059                 <p>
7060                   The requirement for <file>/usr/local/lib&lt;qual&gt;</file>
7061                   to exist if <file>/lib&lt;qual&gt;</file> or
7062                   <file>/usr/lib&lt;qual&gt;</file> exists (where 
7063                   <file>lib&lt;qual&gt;</file> is a variant of
7064                   <file>lib</file> such as <file>lib32</file> or
7065                   <file>lib64</file>) is removed.
7066                   </p>
7067               </item>
7068               <item>
7069                 <p>
7070                   On GNU/Hurd systems, the following additional
7071                   directories are allowed in the root
7072                   filesystem: <file>/hurd</file>
7073                   and <file>/servers</file>.<footnote>
7074                     These directories are used to store translators and as
7075                     a set of standard names for mount points,
7076                     respectively.
7077                   </footnote>
7078                 </p>
7079               </item>
7080             </enumlist>
7081           </p>
7082
7083           <p>
7084             The version of this document referred here can be
7085             found in the <tt>debian-policy</tt> package or on <url
7086             id="http://www.debian.org/doc/packaging-manuals/fhs/"
7087               name="FHS (Debian copy)"> alongside this manual (or, if
7088             you have the <package>debian-policy</package> installed,
7089             you can try <url
7090               id="file:///usr/share/doc/debian-policy/fhs/" name="FHS
7091               (local copy)">). The
7092             latest version, which may be a more recent version, may
7093             be found on
7094             <url id="http://www.pathname.com/fhs/" name="FHS (upstream)">.
7095             Specific questions about following the standard may be
7096             asked on the <tt>debian-devel</tt> mailing list, or
7097             referred to the FHS mailing list (see the
7098             <url id="http://www.pathname.com/fhs/" name="FHS web site"> for
7099             more information).
7100           </p>
7101         </sect1>
7102
7103         <sect1>
7104           <heading>Site-specific programs</heading>
7105
7106           <p>
7107             As mandated by the FHS, packages must not place any
7108             files in <file>/usr/local</file>, either by putting them in
7109             the file system archive to be unpacked by <prgn>dpkg</prgn>
7110             or by manipulating them in their maintainer scripts.
7111           </p>
7112
7113           <p>
7114             However, the package may create empty directories below
7115             <file>/usr/local</file> so that the system administrator knows
7116             where to place site-specific files.  These are not
7117             directories <em>in</em> <file>/usr/local</file>, but are
7118             children of directories in <file>/usr/local</file>.  These
7119             directories (<file>/usr/local/*/dir/</file>)
7120             should be removed on package removal if they are
7121             empty.
7122           </p>
7123
7124           <p>
7125             Note that this applies only to
7126             directories <em>below</em> <file>/usr/local</file>,
7127             not <em>in</em> <file>/usr/local</file>.  Packages must
7128             not create sub-directories in the
7129             directory <file>/usr/local</file> itself, except those
7130             listed in FHS, section 4.5.  However, you may create
7131             directories below them as you wish. You must not remove
7132             any of the directories listed in 4.5, even if you created
7133             them.
7134           </p>
7135
7136           <p>
7137             Since <file>/usr/local</file> can be mounted read-only from a
7138             remote server, these directories must be created and
7139             removed by the <prgn>postinst</prgn> and <prgn>prerm</prgn>
7140             maintainer scripts and not be included in the
7141             <file>.deb</file> archive.  These scripts must not fail if
7142             either of these operations fail.
7143           </p>
7144
7145           <p>
7146             For example, the <tt>emacsen-common</tt> package could
7147             contain something like
7148             <example compact="compact">
7149 if [ ! -e /usr/local/share/emacs ]; then
7150   if mkdir /usr/local/share/emacs 2>/dev/null; then
7151     if chown root:staff /usr/local/share/emacs; then
7152       chmod 2775 /usr/local/share/emacs || true
7153     fi
7154   fi
7155 fi
7156             </example>
7157             in its <prgn>postinst</prgn> script, and
7158             <example compact="compact">
7159 rmdir /usr/local/share/emacs/site-lisp 2>/dev/null || true
7160 rmdir /usr/local/share/emacs 2>/dev/null || true
7161             </example>
7162             in the <prgn>prerm</prgn> script.  (Note that this form is
7163             used to ensure that if the script is interrupted, the
7164             directory <file>/usr/local/share/emacs</file> will still be
7165             removed.)
7166           </p>
7167
7168           <p>
7169             If you do create a directory in <file>/usr/local</file> for
7170             local additions to a package, you should ensure that
7171             settings in <file>/usr/local</file> take precedence over the
7172             equivalents in <file>/usr</file>.
7173           </p>
7174
7175           <p>
7176             However, because <file>/usr/local</file> and its contents are
7177             for exclusive use of the local administrator, a package
7178             must not rely on the presence or absence of files or
7179             directories in <file>/usr/local</file> for normal operation.
7180           </p>
7181
7182           <p>
7183             The <file>/usr/local</file> directory itself and all the
7184             subdirectories created by the package should (by default) have
7185             permissions 2775 (group-writable and set-group-id) and be
7186             owned by <tt>root:staff</tt>.
7187           </p>
7188         </sect1>
7189
7190         <sect1>
7191           <heading>The system-wide mail directory</heading>
7192           <p>
7193             The system-wide mail directory
7194             is <file>/var/mail</file>. This directory is part of the
7195             base system and should not be owned by any particular mail
7196             agents.  The use of the old
7197             location <file>/var/spool/mail</file> is deprecated, even
7198             though the spool may still be physically located there.
7199           </p>
7200         </sect1>
7201
7202         <sect1 id="fhs-run">
7203           <heading><file>/run</file> and <file>/run/lock</file></heading>
7204
7205           <p>
7206             The directory <file>/run</file> is cleared at boot, normally
7207             by being a mount point for a temporary file system.  Packages
7208             therefore must not assume that any files or directories
7209             under <file>/run</file> other than <file>/run/lock</file>
7210             exist unless the package has arranged to create those files or
7211             directories since the last reboot.  Normally, this is done by
7212             the package via an init script.  See <ref id="writing-init">
7213             for more information.
7214           </p>
7215
7216           <p>
7217             Packages must not include files or directories
7218             under <file>/run</file>, or under the
7219             older <file>/var/run</file> and <file>/var/lock</file> paths.
7220             The latter paths will normally be symlinks or other
7221             redirections to <file>/run</file> for backwards compatibility.
7222           </p>
7223         </sect1>
7224       </sect>
7225
7226       <sect>
7227         <heading>Users and groups</heading>
7228
7229         <sect1>
7230           <heading>Introduction</heading>
7231           <p>
7232             The Debian system can be configured to use either plain or
7233             shadow passwords.
7234           </p>
7235
7236           <p>
7237             Some user ids (UIDs) and group ids (GIDs) are reserved
7238             globally for use by certain packages.  Because some
7239             packages need to include files which are owned by these
7240             users or groups, or need the ids compiled into binaries,
7241             these ids must be used on any Debian system only for the
7242             purpose for which they are allocated. This is a serious
7243             restriction, and we should avoid getting in the way of
7244             local administration policies. In particular, many sites
7245             allocate users and/or local system groups starting at 100.
7246           </p>
7247
7248           <p>
7249             Apart from this we should have dynamically allocated ids,
7250             which should by default be arranged in some sensible
7251             order, but the behavior should be configurable.
7252           </p>
7253
7254           <p>
7255             Packages other than <tt>base-passwd</tt> must not modify
7256             <file>/etc/passwd</file>, <file>/etc/shadow</file>,
7257             <file>/etc/group</file> or <file>/etc/gshadow</file>.
7258           </p>
7259         </sect1>
7260
7261         <sect1>
7262           <heading>UID and GID classes</heading>
7263           <p>
7264             The UID and GID numbers are divided into classes as
7265             follows:
7266             <taglist>
7267               <tag>0-99:</tag>
7268               <item>
7269                 <p>
7270                   Globally allocated by the Debian project, the same
7271                   on every Debian system.  These ids will appear in
7272                   the <file>passwd</file> and <file>group</file> files of all
7273                   Debian systems, new ids in this range being added
7274                   automatically as the <tt>base-passwd</tt> package is
7275                   updated.
7276                 </p>
7277
7278                 <p>
7279                   Packages which need a single statically allocated
7280                   uid or gid should use one of these; their
7281                   maintainers should ask the <tt>base-passwd</tt>
7282                   maintainer for ids.
7283                 </p>
7284               </item>
7285
7286               <tag>100-999:</tag>
7287               <item>
7288                 <p>
7289                   Dynamically allocated system users and groups.
7290                   Packages which need a user or group, but can have
7291                   this user or group allocated dynamically and
7292                   differently on each system, should use <tt>adduser
7293                   --system</tt> to create the group and/or user.
7294                   <prgn>adduser</prgn> will check for the existence of
7295                   the user or group, and if necessary choose an unused
7296                   id based on the ranges specified in
7297                   <file>adduser.conf</file>.
7298                 </p>
7299               </item>
7300
7301               <tag>1000-59999:</tag>
7302               <item>
7303                 <p>
7304                   Dynamically allocated user accounts.  By default
7305                   <prgn>adduser</prgn> will choose UIDs and GIDs for
7306                   user accounts in this range, though
7307                   <file>adduser.conf</file> may be used to modify this
7308                   behavior.
7309                 </p>
7310               </item>
7311
7312               <tag>60000-64999:</tag>
7313               <item>
7314                 <p>
7315                   Globally allocated by the Debian project, but only
7316                   created on demand. The ids are allocated centrally
7317                   and statically, but the actual accounts are only
7318                   created on users' systems on demand.
7319                 </p>
7320
7321                 <p>
7322                   These ids are for packages which are obscure or
7323                   which require many statically-allocated ids.  These
7324                   packages should check for and create the accounts in
7325                   <file>/etc/passwd</file> or <file>/etc/group</file> (using
7326                   <prgn>adduser</prgn> if it has this facility) if
7327                   necessary.  Packages which are likely to require
7328                   further allocations should have a "hole" left after
7329                   them in the allocation, to give them room to
7330                   grow.
7331                 </p>
7332               </item>
7333
7334               <tag>65000-65533:</tag>
7335               <item>
7336                 <p>Reserved.</p>
7337               </item>
7338
7339               <tag>65534:</tag>
7340               <item>
7341                 <p>
7342                   User <tt>nobody</tt>. The corresponding gid refers
7343                   to the group <tt>nogroup</tt>.
7344                 </p>
7345               </item>
7346
7347               <tag>65535:</tag>
7348               <item>
7349                 <p>
7350                   <tt>(uid_t)(-1) == (gid_t)(-1)</tt> <em>must
7351                   not</em> be used, because it is the error return
7352                   sentinel value.
7353                 </p>
7354               </item>
7355             </taglist>
7356           </p>
7357         </sect1>
7358       </sect>
7359
7360       <sect id="sysvinit">
7361         <heading>System run levels and <file>init.d</file> scripts</heading>
7362
7363         <sect1 id="/etc/init.d">
7364           <heading>Introduction</heading>
7365
7366           <p>
7367             The <file>/etc/init.d</file> directory contains the scripts
7368             executed by <prgn>init</prgn> at boot time and when the
7369             init state (or "runlevel") is changed (see <manref
7370             name="init" section="8">).
7371           </p>
7372
7373           <p>
7374             There are at least two different, yet functionally
7375             equivalent, ways of handling these scripts.  For the sake
7376             of simplicity, this document describes only the symbolic
7377             link method. However, it must not be assumed by maintainer
7378             scripts that this method is being used, and any automated
7379             manipulation of the various runlevel behaviors by
7380             maintainer scripts must be performed using
7381             <prgn>update-rc.d</prgn> as described below and not by
7382             manually installing or removing symlinks.  For information
7383             on the implementation details of the other method,
7384             implemented in the <tt>file-rc</tt> package, please refer
7385             to the documentation of that package.
7386           </p>
7387
7388           <p>
7389             These scripts are referenced by symbolic links in the
7390             <file>/etc/rc<var>n</var>.d</file> directories.  When changing
7391             runlevels, <prgn>init</prgn> looks in the directory
7392             <file>/etc/rc<var>n</var>.d</file> for the scripts it should
7393             execute, where <tt><var>n</var></tt> is the runlevel that
7394             is being changed to, or <tt>S</tt> for the boot-up
7395             scripts.
7396           </p>
7397
7398           <p>
7399             The names of the links all have the form
7400             <file>S<var>mm</var><var>script</var></file> or
7401             <file>K<var>mm</var><var>script</var></file> where
7402             <var>mm</var> is a two-digit number and <var>script</var>
7403             is the name of the script (this should be the same as the
7404             name of the actual script in <file>/etc/init.d</file>).
7405           </p>
7406
7407           <p>
7408             When <prgn>init</prgn> changes runlevel first the targets
7409             of the links whose names start with a <tt>K</tt> are
7410             executed, each with the single argument <tt>stop</tt>,
7411             followed by the scripts prefixed with an <tt>S</tt>, each
7412             with the single argument <tt>start</tt>.  (The links are
7413             those in the <file>/etc/rc<var>n</var>.d</file> directory
7414             corresponding to the new runlevel.)  The <tt>K</tt> links
7415             are responsible for killing services and the <tt>S</tt>
7416             link for starting services upon entering the runlevel.
7417           </p>
7418
7419           <p>
7420             For example, if we are changing from runlevel 2 to
7421             runlevel 3, init will first execute all of the <tt>K</tt>
7422             prefixed scripts it finds in <file>/etc/rc3.d</file>, and then
7423             all of the <tt>S</tt> prefixed scripts in that directory.
7424             The links starting with <tt>K</tt> will cause the
7425             referred-to file to be executed with an argument of
7426             <tt>stop</tt>, and the <tt>S</tt> links with an argument
7427             of <tt>start</tt>.
7428           </p>
7429
7430           <p>
7431             The two-digit number <var>mm</var> is used to determine
7432             the order in which to run the scripts: low-numbered links
7433             have their scripts run first.  For example, the
7434             <tt>K20</tt> scripts will be executed before the
7435             <tt>K30</tt> scripts.  This is used when a certain service
7436             must be started before another.  For example, the name
7437             server <prgn>bind</prgn> might need to be started before
7438             the news server <prgn>inn</prgn> so that <prgn>inn</prgn>
7439             can set up its access lists.  In this case, the script
7440             that starts <prgn>bind</prgn> would have a lower number
7441             than the script that starts <prgn>inn</prgn> so that it
7442             runs first:
7443             <example compact="compact">
7444 /etc/rc2.d/S17bind
7445 /etc/rc2.d/S70inn
7446             </example>
7447           </p>
7448
7449           <p>
7450             The two runlevels 0 (halt) and 6 (reboot) are slightly
7451             different.  In these runlevels, the links with an
7452             <tt>S</tt> prefix are still called after those with a
7453             <tt>K</tt> prefix, but they too are called with the single
7454             argument <tt>stop</tt>.
7455           </p>
7456         </sect1>
7457
7458         <sect1 id="writing-init">
7459           <heading>Writing the scripts</heading>
7460
7461           <p>
7462             Packages that include daemons for system services should
7463             place scripts in <file>/etc/init.d</file> to start or stop
7464             services at boot time or during a change of runlevel.
7465             These scripts should be named
7466             <file>/etc/init.d/<var>package</var></file>, and they should
7467             accept one argument, saying what to do:
7468
7469             <taglist>
7470               <tag><tt>start</tt></tag>
7471               <item>start the service,</item>
7472
7473               <tag><tt>stop</tt></tag>
7474               <item>stop the service,</item>
7475
7476               <tag><tt>restart</tt></tag>
7477               <item>stop and restart the service if it's already running,
7478                   otherwise start the service</item>
7479
7480               <tag><tt>reload</tt></tag>
7481               <item><p>cause the configuration of the service to be
7482                   reloaded without actually stopping and restarting
7483                   the service,</item>
7484
7485               <tag><tt>force-reload</tt></tag>
7486               <item>cause the configuration to be reloaded if the
7487                   service supports this, otherwise restart the
7488                   service.</item>
7489             </taglist>
7490
7491             The <tt>start</tt>, <tt>stop</tt>, <tt>restart</tt>, and
7492             <tt>force-reload</tt> options should be supported by all
7493             scripts in <file>/etc/init.d</file>, the <tt>reload</tt>
7494             option is optional.
7495           </p>
7496
7497           <p>
7498             The <file>init.d</file> scripts must ensure that they will
7499             behave sensibly (i.e., returning success and not starting
7500             multiple copies of a service) if invoked with <tt>start</tt>
7501             when the service is already running, or with <tt>stop</tt>
7502             when it isn't, and that they don't kill unfortunately-named
7503             user processes.  The best way to achieve this is usually to
7504             use <prgn>start-stop-daemon</prgn> with the <tt>--oknodo</tt>
7505             option.
7506           </p>
7507
7508           <p>
7509             Be careful of using <tt>set -e</tt> in <file>init.d</file>
7510             scripts.  Writing correct <file>init.d</file> scripts requires
7511             accepting various error exit statuses when daemons are already
7512             running or already stopped without aborting
7513             the <file>init.d</file> script, and common <file>init.d</file>
7514             function libraries are not safe to call with <tt>set -e</tt>
7515             in effect<footnote>
7516               <tt>/lib/lsb/init-functions</tt>, which assists in writing
7517               LSB-compliant init scripts, may fail if <tt>set -e</tt> is
7518               in effect and echoing status messages to the console fails,
7519               for example.
7520             </footnote>.  For <tt>init.d</tt> scripts, it's often easier
7521             to not use <tt>set -e</tt> and instead check the result of
7522             each command separately.
7523           </p>
7524
7525           <p>
7526             If a service reloads its configuration automatically (as
7527             in the case of <prgn>cron</prgn>, for example), the
7528             <tt>reload</tt> option of the <file>init.d</file> script
7529             should behave as if the configuration has been reloaded
7530             successfully.
7531           </p>
7532
7533           <p>
7534             The <file>/etc/init.d</file> scripts must be treated as
7535             configuration files, either (if they are present in the
7536             package, that is, in the .deb file) by marking them as
7537             <tt>conffile</tt>s, or, (if they do not exist in the .deb)
7538             by managing them correctly in the maintainer scripts (see
7539             <ref id="config-files">).  This is important since we want
7540             to give the local system administrator the chance to adapt
7541             the scripts to the local system, e.g., to disable a
7542             service without de-installing the package, or to specify
7543             some special command line options when starting a service,
7544             while making sure their changes aren't lost during the next
7545             package upgrade.
7546           </p>
7547
7548           <p>
7549             These scripts should not fail obscurely when the
7550             configuration files remain but the package has been
7551             removed, as configuration files remain on the system after
7552             the package has been removed.  Only when <prgn>dpkg</prgn>
7553             is executed with the <tt>--purge</tt> option will
7554             configuration files be removed.  In particular, as the
7555             <file>/etc/init.d/<var>package</var></file> script itself is
7556             usually a <tt>conffile</tt>, it will remain on the system
7557             if the package is removed but not purged.  Therefore, you
7558             should include a <tt>test</tt> statement at the top of the
7559             script, like this:
7560             <example compact="compact">
7561 test -f <var>program-executed-later-in-script</var> || exit 0
7562             </example>
7563           </p>
7564
7565           <p>
7566             Often there are some variables in the <file>init.d</file>
7567             scripts whose values control the behavior of the scripts,
7568             and which a system administrator is likely to want to
7569             change.  As the scripts themselves are frequently
7570             <tt>conffile</tt>s, modifying them requires that the
7571             administrator merge in their changes each time the package
7572             is upgraded and the <tt>conffile</tt> changes.  To ease
7573             the burden on the system administrator, such configurable
7574             values should not be placed directly in the script.
7575             Instead, they should be placed in a file in
7576             <file>/etc/default</file>, which typically will have the same
7577             base name as the <file>init.d</file> script.  This extra file
7578             should be sourced by the script when the script runs.  It
7579             must contain only variable settings and comments in SUSv3
7580             <prgn>sh</prgn> format.  It may either be a
7581             <tt>conffile</tt> or a configuration file maintained by
7582             the package maintainer scripts.  See <ref id="config-files">
7583             for more details.
7584           </p>
7585
7586           <p>
7587             To ensure that vital configurable values are always
7588             available, the <file>init.d</file> script should set default
7589             values for each of the shell variables it uses, either
7590             before sourcing the <file>/etc/default/</file> file or
7591             afterwards using something like the <tt>:
7592             ${VAR:=default}</tt> syntax.  Also, the <file>init.d</file>
7593             script must behave sensibly and not fail if the
7594             <file>/etc/default</file> file is deleted.
7595           </p>
7596
7597           <p>
7598             Files and directories under <file>/run</file>, including ones
7599             referred to via the compatibility paths <file>/var/run</file>
7600             and <file>/var/lock</file>, are normally stored on a temporary
7601             filesystem and are normally not persistent across a reboot.
7602             The <file>init.d</file> scripts must handle this correctly.
7603             This will typically mean creating any required subdirectories
7604             dynamically when the <file>init.d</file> script is run.
7605             See <ref id="fhs-run"> for more information.
7606           </p>
7607         </sect1>
7608
7609         <sect1>
7610           <heading>Interfacing with the initscript system</heading>
7611
7612           <p>
7613             Maintainers should use the abstraction layer provided by
7614             the <prgn>update-rc.d</prgn> and <prgn>invoke-rc.d</prgn>
7615             programs to deal with initscripts in their packages'
7616             scripts such as <prgn>postinst</prgn>, <prgn>prerm</prgn>
7617             and <prgn>postrm</prgn>.
7618           </p>
7619
7620           <p>
7621             Directly managing the /etc/rc?.d links and directly
7622             invoking the <file>/etc/init.d/</file> initscripts should
7623             be done only by packages providing the initscript
7624             subsystem (such as <prgn>sysv-rc</prgn> and
7625             <prgn>file-rc</prgn>).
7626           </p>
7627
7628           <sect2>
7629             <heading>Managing the links</heading>
7630
7631             <p>
7632               The program <prgn>update-rc.d</prgn> is provided for
7633               package maintainers to arrange for the proper creation and
7634               removal of <file>/etc/rc<var>n</var>.d</file> symbolic links,
7635               or their functional equivalent if another method is being
7636               used.  This may be used by maintainers in their packages'
7637               <prgn>postinst</prgn> and <prgn>postrm</prgn> scripts.
7638             </p>
7639
7640             <p>
7641               You must not include any <file>/etc/rc<var>n</var>.d</file>
7642               symbolic links in the actual archive or manually create or
7643               remove the symbolic links in maintainer scripts; you must
7644               use the <prgn>update-rc.d</prgn> program instead.  (The
7645               former will fail if an alternative method of maintaining
7646               runlevel information is being used.)  You must not include
7647               the <file>/etc/rc<var>n</var>.d</file> directories themselves
7648               in the archive either.  (Only the <tt>sysvinit</tt>
7649               package may do so.)
7650             </p>
7651
7652             <p>
7653               By default <prgn>update-rc.d</prgn> will start services in
7654               each of the multi-user state runlevels (2, 3, 4, and 5)
7655               and stop them in the halt runlevel (0), the single-user
7656               runlevel (1) and the reboot runlevel (6).  The system
7657               administrator will have the opportunity to customize
7658               runlevels by simply adding, moving, or removing the
7659               symbolic links in <file>/etc/rc<var>n</var>.d</file> if
7660               symbolic links are being used, or by modifying
7661               <file>/etc/runlevel.conf</file> if the <tt>file-rc</tt> method
7662               is being used.
7663             </p>
7664
7665             <p>
7666               To get the default behavior for your package, put in your
7667               <prgn>postinst</prgn> script
7668               <example compact="compact">
7669                 update-rc.d <var>package</var> defaults
7670               </example>
7671               and in your <prgn>postrm</prgn>
7672               <example compact="compact">
7673                 if [ "$1" = purge ]; then
7674                 update-rc.d <var>package</var> remove
7675                 fi
7676               </example>. Note that if your package changes runlevels
7677               or priority, you may have to remove and recreate the links,
7678               since otherwise the old links may persist. Refer to the
7679               documentation of <prgn>update-rc.d</prgn>.
7680             </p>
7681
7682             <p>
7683               This will use a default sequence number of 20.  If it does
7684               not matter when or in which order the <file>init.d</file>
7685               script is run, use this default.  If it does, then you
7686               should talk to the maintainer of the <prgn>sysvinit</prgn>
7687               package or post to <tt>debian-devel</tt>, and they will
7688               help you choose a number.
7689             </p>
7690
7691             <p>
7692               For more information about using <tt>update-rc.d</tt>,
7693               please consult its man page <manref name="update-rc.d"
7694                 section="8">.
7695             </p>
7696           </sect2>
7697
7698           <sect2>
7699             <heading>Running initscripts</heading>
7700             <p>
7701               The program <prgn>invoke-rc.d</prgn> is provided to make
7702               it easier for package maintainers to properly invoke an
7703               initscript, obeying runlevel and other locally-defined
7704               constraints that might limit a package's right to start,
7705               stop and otherwise manage services. This program may be
7706               used by maintainers in their packages' scripts.
7707             </p>
7708
7709             <p>
7710               The package maintainer scripts must use
7711               <prgn>invoke-rc.d</prgn> to invoke the
7712               <file>/etc/init.d/*</file> initscripts, instead of
7713               calling them directly.
7714             </p>
7715
7716             <p>
7717               By default, <prgn>invoke-rc.d</prgn> will pass any
7718               action requests (start, stop, reload, restart...) to the
7719               <file>/etc/init.d</file> script, filtering out requests
7720               to start or restart a service out of its intended
7721               runlevels.
7722             </p>
7723
7724             <p>
7725               Most packages will simply need to change:
7726               <example compact="compact">/etc/init.d/&lt;package&gt;
7727               &lt;action&gt;</example> in their <prgn>postinst</prgn>
7728               and <prgn>prerm</prgn> scripts to:
7729               <example compact="compact">
7730         if which invoke-rc.d >/dev/null 2>&1; then
7731                 invoke-rc.d <var>package</var> &lt;action&gt;
7732         else
7733                 /etc/init.d/<var>package</var> &lt;action&gt;
7734         fi
7735               </example>
7736             </p>
7737
7738             <p>
7739               A package should register its initscript services using
7740               <prgn>update-rc.d</prgn> before it tries to invoke them
7741               using <prgn>invoke-rc.d</prgn>. Invocation of
7742               unregistered services may fail.
7743             </p>
7744
7745             <p>
7746               For more information about using
7747               <prgn>invoke-rc.d</prgn>, please consult its man page
7748               <manref name="invoke-rc.d" section="8">.
7749             </p>
7750           </sect2>
7751         </sect1>
7752
7753         <sect1>
7754           <heading>Boot-time initialization</heading>
7755
7756           <p>
7757             There used to be another directory, <file>/etc/rc.boot</file>,
7758             which contained scripts which were run once per machine
7759             boot. This has been deprecated in favour of links from
7760             <file>/etc/rcS.d</file> to files in <file>/etc/init.d</file> as
7761             described in <ref id="/etc/init.d">.  Packages must not
7762             place files in <file>/etc/rc.boot</file>.
7763           </p>
7764         </sect1>
7765
7766         <sect1>
7767           <heading>Example</heading>
7768
7769           <p>
7770             An example on which you can base your
7771             <file>/etc/init.d</file> scripts is found in
7772             <file>/etc/init.d/skeleton</file>.
7773           </p>
7774
7775         </sect1>
7776       </sect>
7777
7778       <sect>
7779         <heading>Console messages from <file>init.d</file> scripts</heading>
7780
7781         <p>
7782           This section describes the formats to be used for messages
7783           written to standard output by the <file>/etc/init.d</file>
7784           scripts.  The intent is to improve the consistency of
7785           Debian's startup and shutdown look and feel.  For this
7786           reason, please look very carefully at the details.  We want
7787           the messages to have the same format in terms of wording,
7788           spaces, punctuation and case of letters.
7789         </p>
7790
7791         <p>
7792           Here is a list of overall rules that should be used for
7793           messages generated by <file>/etc/init.d</file> scripts.  
7794         </p>
7795
7796         <p>
7797           <list>
7798             <item>
7799                 The message should fit in one line (fewer than 80
7800                 characters), start with a capital letter and end with
7801                 a period (<tt>.</tt>) and line feed (<tt>"\n"</tt>).
7802             </item>
7803
7804             <item>
7805               If the script is performing some time consuming task in
7806               the background (not merely starting or stopping a
7807               program, for instance), an ellipsis (three dots:
7808               <tt>...</tt>) should be output to the screen, with no
7809               leading or tailing whitespace or line feeds.
7810             </item>
7811
7812             <item>
7813               The messages should appear as if the computer is telling
7814               the user what it is doing (politely :-), but should not
7815                 mention "it" directly.  For example, instead of:
7816                 <example compact="compact">
7817 I'm starting network daemons: nfsd mountd.
7818                 </example>
7819                 the message should say
7820                 <example compact="compact">
7821 Starting network daemons: nfsd mountd.
7822                 </example>
7823             </item>
7824           </list>
7825         </p>
7826
7827         <p>
7828           <tt>init.d</tt> script should use the following  standard
7829           message formats for the situations enumerated below.
7830         </p>
7831
7832         <p>
7833           <list>
7834             <item>
7835               <p>When daemons are started</p>
7836
7837               <p>
7838                 If the script starts one or more daemons, the output
7839                 should look like this (a single line, no leading
7840                 spaces):
7841                 <example compact="compact">
7842 Starting <var>description</var>: <var>daemon-1</var> ... <var>daemon-n</var>.
7843                 </example>
7844                 The <var>description</var> should describe the
7845                 subsystem the daemon or set of daemons are part of,
7846                 while <var>daemon-1</var> up to <var>daemon-n</var>
7847                 denote each daemon's name (typically the file name of
7848                 the program).
7849               </p>
7850
7851               <p>
7852                 For example, the output of <file>/etc/init.d/lpd</file>
7853                 would look like:
7854                 <example compact="compact">
7855 Starting printer spooler: lpd.
7856                 </example>
7857               </p>
7858
7859               <p>
7860                 This can be achieved by saying
7861                 <example compact="compact">
7862 echo -n "Starting printer spooler: lpd"
7863 start-stop-daemon --start --quiet --exec /usr/sbin/lpd
7864 echo "."
7865                 </example>
7866                 in the script. If there are more than one daemon to
7867                 start, the output should look like this:
7868                 <example compact="compact">
7869 echo -n "Starting remote file system services:"
7870 echo -n " nfsd"; start-stop-daemon --start --quiet nfsd
7871 echo -n " mountd"; start-stop-daemon --start --quiet mountd
7872 echo -n " ugidd"; start-stop-daemon --start --quiet ugidd
7873 echo "."
7874                 </example>
7875                 This makes it possible for the user to see what is
7876                 happening and when the final daemon has been started.
7877                 Care should be taken in the placement of white spaces:
7878                 in the example above the system administrators can
7879                 easily comment out a line if they don't want to start
7880                 a specific daemon, while the displayed message still
7881                 looks good.
7882               </p>
7883             </item>
7884
7885             <item>
7886               <p>When a system parameter is being set</p>
7887
7888               <p>
7889                 If you have to set up different system parameters
7890                 during the system boot, you should use this format:
7891                 <example compact="compact">
7892 Setting <var>parameter</var> to "<var>value</var>".
7893                 </example>
7894               </p>
7895
7896               <p>
7897                 You can use a statement such as the following to get
7898                 the quotes right:
7899                 <example compact="compact">
7900 echo "Setting DNS domainname to \"$domainname\"."
7901                 </example>
7902               </p>
7903
7904               <p>
7905                 Note that the same symbol (<tt>"</tt>) <!-- " --> is used
7906                 for the left and right quotation marks.  A grave accent
7907                 (<tt>`</tt>) is not a quote character; neither is an
7908                 apostrophe (<tt>'</tt>).
7909               </p>
7910             </item>
7911
7912             <item>
7913               <p>When a daemon is stopped or restarted</p>
7914
7915               <p>
7916                 When you stop or restart a daemon, you should issue a
7917                 message identical to the startup message, except that
7918                 <tt>Starting</tt> is replaced with <tt>Stopping</tt>
7919                 or <tt>Restarting</tt> respectively.
7920               </p>
7921
7922               <p>
7923                 For example, stopping the printer daemon will look like
7924                 this:
7925                 <example compact="compact">
7926 Stopping printer spooler: lpd.
7927                 </example>
7928               </p>
7929             </item>
7930
7931             <item>
7932               <p>When something is executed</p>
7933
7934               <p>
7935                 There are several examples where you have to run a
7936                 program at system startup or shutdown to perform a
7937                 specific task, for example, setting the system's clock
7938                 using <prgn>netdate</prgn> or killing all processes
7939                 when the system shuts down.  Your message should look
7940                 like this:
7941                 <example compact="compact">
7942 Doing something very useful...done.
7943                 </example>
7944                 You should print the <tt>done.</tt> immediately after
7945                 the job has been completed, so that the user is
7946                 informed why they have to wait.  You can get this
7947                 behavior by saying
7948                 <example compact="compact">
7949 echo -n "Doing something very useful..."
7950 do_something
7951 echo "done."
7952                 </example>
7953                 in your script.
7954               </p>
7955             </item>
7956
7957             <item>
7958               <p>When the configuration is reloaded</p>
7959
7960               <p>
7961                 When a daemon is forced to reload its configuration
7962                 files you should use the following format:
7963                 <example compact="compact">
7964 Reloading <var>description</var> configuration...done.
7965                 </example>
7966                 where <var>description</var> is the same as in the
7967                 daemon starting message.
7968               </p>
7969             </item>
7970           </list>
7971         </p>
7972       </sect>
7973
7974       <sect id="cron-jobs">
7975         <heading>Cron jobs</heading>
7976
7977         <p>
7978           Packages must not modify the configuration file
7979           <file>/etc/crontab</file>, and they must not modify the files in
7980           <file>/var/spool/cron/crontabs</file>.
7981         </p>
7982
7983         <p>
7984           If a package wants to install a job that has to be executed via
7985           cron, it should place a file named as specified
7986           in <ref id="cron-files"> into one or more of the following
7987           directories:
7988           <example compact="compact">
7989 /etc/cron.hourly
7990 /etc/cron.daily
7991 /etc/cron.weekly
7992 /etc/cron.monthly
7993           </example>
7994           As these directory names imply, the files within them are
7995           executed on an hourly, daily, weekly, or monthly basis,
7996           respectively. The exact times are listed in
7997           <file>/etc/crontab</file>.
7998         </p>
7999
8000         <p>
8001           All files installed in any of these directories must be
8002           scripts (e.g., shell scripts or Perl scripts) so that they
8003           can easily be modified by the local system administrator.
8004           In addition, they must be treated as configuration files.
8005         </p>
8006
8007         <p>
8008           If a certain job has to be executed at some other frequency or
8009           at a specific time, the package should install a file in
8010           <file>/etc/cron.d</file> with a name as specified
8011           in <ref id="cron-files">.  This file uses the same syntax
8012           as <file>/etc/crontab</file> and is processed
8013           by <prgn>cron</prgn> automatically. The file must also be
8014           treated as a configuration file. (Note that entries in the
8015           <file>/etc/cron.d</file> directory are not handled by
8016           <prgn>anacron</prgn>. Thus, you should only use this
8017           directory for jobs which may be skipped if the system is not
8018           running.)
8019         </p>
8020
8021         <p>
8022           Unlike <file>crontab</file> files described in the IEEE Std
8023           1003.1-2008 (POSIX.1) available from
8024           <url id="http://www.opengroup.org/onlinepubs/9699919799/"
8025                name="The Open Group">, the files in
8026           <file>/etc/cron.d</file> and the file
8027           <file>/etc/crontab</file> have seven fields; namely:
8028           <enumlist>
8029             <item>Minute [0,59]</item>
8030             <item>Hour [0,23]</item>
8031             <item>Day of the month [1,31]</item>
8032             <item>Month of the year [1,12]</item>
8033             <item>Day of the week ([0,6] with 0=Sunday)</item>
8034             <item>Username</item>
8035             <item>Command to be run</item>
8036           </enumlist>
8037           Ranges of numbers are allowed.  Ranges are two numbers
8038           separated with a hyphen.  The specified range is inclusive.
8039           Lists are allowed.  A list is a set of numbers (or ranges)
8040           separated by commas. Step values can be used in conjunction
8041           with ranges.
8042         </p>
8043
8044         <p>
8045           The scripts or <tt>crontab</tt> entries in these directories should
8046           check if all necessary programs are installed before they
8047           try to execute them. Otherwise, problems will arise when a
8048           package was removed but not purged since configuration files
8049           are kept on the system in this situation.
8050         </p>
8051
8052         <p>
8053           Any <tt>cron</tt> daemon must provide
8054           <file>/usr/bin/crontab</file> and support normal
8055           <tt>crontab</tt> entries as specified in POSIX. The daemon
8056           must also support names for days and months, ranges, and
8057           step values. It has to support <file>/etc/crontab</file>,
8058           and correctly execute the scripts in
8059           <file>/etc/cron.d</file>. The daemon must also correctly
8060           execute scripts in
8061           <file>/etc/cron.{hourly,daily,weekly,monthly}</file>.
8062         </p>
8063
8064         <sect1 id="cron-files">
8065           <heading>Cron job file names</heading>
8066
8067           <p>
8068             The file name of a cron job file should normally match the
8069             name of the package from which it comes.
8070           </p>
8071
8072           <p>
8073             If a package supplies multiple cron job files files in the
8074             same directory, the file names should all start with the name
8075             of the package (possibly modified as described below) followed
8076             by a hyphen (<tt>-</tt>) and a suitable suffix.
8077           </p>
8078
8079           <p>
8080             A cron job file name must not include any period or plus
8081             characters (<tt>.</tt> or <tt>+</tt>) characters as this will
8082             cause cron to ignore the file.  Underscores (<tt>_</tt>)
8083             should be used instead of <tt>.</tt> and <tt>+</tt>
8084             characters.
8085           </p>
8086         </sect1>
8087       </sect>
8088
8089       <sect id="menus">
8090         <heading>Menus</heading>
8091
8092         <p>
8093           The Debian <tt>menu</tt> package provides a standard
8094           interface between packages providing applications and
8095           <em>menu programs</em> (either X window managers or
8096           text-based menu programs such as <prgn>pdmenu</prgn>).
8097         </p>
8098
8099         <p>
8100           All packages that provide applications that need not be
8101           passed any special command line arguments for normal
8102           operation should register a menu entry for those
8103           applications, so that users of the <tt>menu</tt> package
8104           will automatically get menu entries in their window
8105           managers, as well in shells like <tt>pdmenu</tt>.
8106         </p>
8107
8108         <p>
8109           Menu entries should follow the current menu policy.
8110         </p>
8111
8112         <p>
8113           The menu policy can be found in the <tt>menu-policy</tt>
8114           files in the <tt>debian-policy</tt> package.
8115           It is also available from the Debian web mirrors at
8116           <tt><url name="/doc/packaging-manuals/menu-policy/"
8117                 id="http://www.debian.org/doc/packaging-manuals/menu-policy/"></tt>.
8118         </p>
8119
8120         <p>
8121           Please also refer to the <em>Debian Menu System</em>
8122           documentation that comes with the <package>menu</package>
8123           package for information about how to register your
8124           applications.
8125         </p>
8126       </sect>
8127
8128       <sect id="mime">
8129         <heading>Multimedia handlers</heading>
8130
8131         <p>
8132           MIME (Multipurpose Internet Mail Extensions, RFCs 2045-2049)
8133           is a mechanism for encoding files and data streams and
8134           providing meta-information about them, in particular their
8135           type (e.g. audio or video) and format (e.g. PNG, HTML,
8136           MP3).
8137         </p>
8138
8139         <p>
8140           Registration of MIME type handlers allows programs like mail
8141           user agents and web browsers to invoke these handlers to
8142           view, edit or display MIME types they don't support directly.
8143         </p>
8144
8145         <p>
8146           Packages which provide programs to view/show/play, compose, edit or
8147           print MIME types should register them as such by placing a file in
8148           <manref name="mailcap" section="5"> format (RFC 1524) in the directory
8149           <file>/usr/lib/mime/packages/</file>.  The file name should be the
8150           binary package's name.
8151         </p>
8152
8153         <p>
8154           The <package>mime-support</package> package provides the
8155           <prgn>update-mime</prgn> program, which integrates these
8156           registrations in the <file>/etc/mailcap</file> file, using dpkg
8157           triggers<footnote>
8158             Creating, modifying or removing a file in
8159             <file>/usr/lib/mime/packages/</file> using maintainer scripts will
8160             not activate the trigger.  In that case, it can be done by calling
8161             <tt>dpkg-trigger --no-await /usr/lib/mime/packages</tt> from
8162             the maintainer script after creating, modifying, or removing
8163             the file.
8164           </footnote>.
8165           Packages using this facility <em>should not</em> depend on,
8166           recommend, or suggest <prgn>mime-support</prgn>.
8167         </p>
8168       </sect>
8169
8170       <sect>
8171         <heading>Keyboard configuration</heading>
8172
8173         <p>
8174           To achieve a consistent keyboard configuration so that all
8175           applications interpret a keyboard event the same way, all
8176           programs in the Debian distribution must be configured to
8177           comply with the following guidelines.
8178         </p>
8179
8180         <p>
8181           The following keys must have the specified interpretations:
8182
8183           <taglist>
8184             <tag><tt>&lt;--</tt></tag>
8185             <item>delete the character to the left of the cursor</item>
8186
8187             <tag><tt>Delete</tt></tag>
8188             <item>delete the character to the right of the cursor</item>
8189
8190             <tag><tt>Control+H</tt></tag>
8191             <item>emacs: the help prefix</item>
8192           </taglist>
8193
8194           The interpretation of any keyboard events should be
8195           independent of the terminal that is used, be it a virtual
8196           console, an X terminal emulator, an rlogin/telnet session,
8197           etc.
8198         </p>
8199
8200         <p>
8201           The following list explains how the different programs
8202           should be set up to achieve this:
8203         </p>
8204
8205         <p>
8206           <list>
8207             <item>
8208                 <tt>&lt;--</tt> generates <tt>KB_BackSpace</tt> in X.
8209             </item>
8210
8211             <item>
8212                 <tt>Delete</tt> generates <tt>KB_Delete</tt> in X.
8213             </item>
8214
8215             <item>
8216                 X translations are set up to make
8217                 <tt>KB_Backspace</tt> generate ASCII DEL, and to make
8218                 <tt>KB_Delete</tt> generate <tt>ESC [ 3 ~</tt> (this
8219                 is the vt220 escape code for the "delete character"
8220                 key).  This must be done by loading the X resources
8221                 using <prgn>xrdb</prgn> on all local X displays, not
8222                 using the application defaults, so that the
8223                 translation resources used correspond to the
8224                 <prgn>xmodmap</prgn> settings.
8225             </item>
8226
8227             <item>
8228                 The Linux console is configured to make
8229                 <tt>&lt;--</tt> generate DEL, and <tt>Delete</tt>
8230                 generate <tt>ESC [ 3 ~</tt>.
8231             </item>
8232
8233             <item>
8234                 X applications are configured so that <tt>&lt;</tt>
8235                 deletes left, and <tt>Delete</tt> deletes right.  Motif
8236                 applications already work like this.
8237             </item>
8238
8239             <item>
8240                 Terminals should have <tt>stty erase ^?</tt> .
8241             </item>
8242
8243             <item>
8244                 The <tt>xterm</tt> terminfo entry should have <tt>ESC
8245                 [ 3 ~</tt> for <tt>kdch1</tt>, just as for
8246                 <tt>TERM=linux</tt> and <tt>TERM=vt220</tt>.
8247             </item>
8248
8249             <item>
8250                 Emacs is programmed to map <tt>KB_Backspace</tt> or
8251                 the <tt>stty erase</tt> character to
8252                 <tt>delete-backward-char</tt>, and <tt>KB_Delete</tt>
8253                 or <tt>kdch1</tt> to <tt>delete-forward-char</tt>, and
8254                 <tt>^H</tt> to <tt>help</tt> as always.
8255             </item>
8256
8257             <item>
8258                 Other applications use the <tt>stty erase</tt>
8259                 character and <tt>kdch1</tt> for the two delete keys,
8260                 with ASCII DEL being "delete previous character" and
8261                 <tt>kdch1</tt> being "delete character under
8262                 cursor".
8263             </item>
8264
8265           </list>
8266         </p>
8267
8268         <p>
8269           This will solve the problem except for the following
8270           cases:
8271         </p>
8272
8273         <p>
8274           <list>
8275             <item>
8276                 Some terminals have a <tt>&lt;--</tt> key that cannot
8277                 be made to produce anything except <tt>^H</tt>.  On
8278                 these terminals Emacs help will be unavailable on
8279                 <tt>^H</tt> (assuming that the <tt>stty erase</tt>
8280                 character takes precedence in Emacs, and has been set
8281                 correctly).  <tt>M-x help</tt> or <tt>F1</tt> (if
8282                 available) can be used instead.
8283             </item>
8284
8285             <item>
8286                 Some operating systems use <tt>^H</tt> for <tt>stty
8287                 erase</tt>.  However, modern telnet versions and all
8288                 rlogin versions propagate <tt>stty</tt> settings, and
8289                 almost all UNIX versions honour <tt>stty erase</tt>.
8290                 Where the <tt>stty</tt> settings are not propagated
8291                 correctly, things can be made to work by using
8292                 <tt>stty</tt> manually.
8293             </item>
8294
8295             <item>
8296                 Some systems (including previous Debian versions) use
8297                 <prgn>xmodmap</prgn> to arrange for both
8298                 <tt>&lt;--</tt> and <tt>Delete</tt> to generate
8299                 <tt>KB_Delete</tt>.  We can change the behavior of
8300                 their X clients using the same X resources that we use
8301                 to do it for our own clients, or configure our clients
8302                 using their resources when things are the other way
8303                 around.  On displays configured like this
8304                 <tt>Delete</tt> will not work, but <tt>&lt;--</tt>
8305                 will.
8306             </item>
8307
8308             <item>
8309                 Some operating systems have different <tt>kdch1</tt>
8310                 settings in their <tt>terminfo</tt> database for
8311                 <tt>xterm</tt> and others.  On these systems the
8312                 <tt>Delete</tt> key will not work correctly when you
8313                 log in from a system conforming to our policy, but
8314                 <tt>&lt;--</tt> will.
8315             </item>
8316           </list>
8317         </p>
8318       </sect>
8319
8320       <sect>
8321         <heading>Environment variables</heading>
8322
8323         <p>
8324           A program must not depend on environment variables to get
8325           reasonable defaults.  (That's because these environment
8326           variables would have to be set in a system-wide
8327           configuration file like <file>/etc/profile</file>, which is not
8328           supported by all shells.)
8329         </p>
8330
8331         <p>
8332           If a program usually depends on environment variables for its
8333           configuration, the program should be changed to fall back to
8334           a reasonable default configuration if these environment
8335           variables are not present. If this cannot be done easily
8336           (e.g., if the source code of a non-free program is not
8337           available), the program must be replaced by a small
8338           "wrapper" shell script which sets the environment variables
8339           if they are not already defined, and calls the original program.
8340         </p>
8341
8342         <p>
8343           Here is an example of a wrapper script for this purpose:
8344
8345           <example compact="compact">
8346 #!/bin/sh
8347 BAR=${BAR:-/var/lib/fubar}
8348 export BAR
8349 exec /usr/lib/foo/foo "$@"
8350           </example>
8351         </p>
8352
8353         <p>
8354           Furthermore, as <file>/etc/profile</file> is a configuration
8355           file of the <prgn>base-files</prgn> package, other packages must
8356           not put any environment variables or other commands into that
8357           file.
8358         </p>
8359       </sect>
8360
8361       <sect id="doc-base">
8362         <heading>Registering Documents using doc-base</heading>
8363
8364         <p>
8365           The <package>doc-base</package> package implements a
8366           flexible mechanism for handling and presenting
8367           documentation. The recommended practice is for every Debian
8368           package that provides online documentation (other than just
8369           manual pages) to register these documents with
8370           <package>doc-base</package> by installing a
8371           <package>doc-base</package> control file in
8372           <file>/usr/share/doc-base/</file>.
8373         </p> 
8374         <p>
8375           Please refer to the documentation that comes with the
8376           <package>doc-base</package>  package for information and
8377           details. 
8378         </p>
8379       </sect>
8380
8381       <sect id="alternateinit">
8382         <heading>Alternate init systems</heading>
8383         <p>
8384           A number of other init systems are available now in Debian that
8385           can be used in place of <package>sysvinit</package>.  Alternative
8386           init implementations must support running SysV init scripts as
8387           described at <ref id="sysvinit"> for compatibility.
8388         </p>
8389         <p>
8390           Packages may integrate with these replacement init systems by
8391           providing implementation-specific configuration information about
8392           how and when to start a service or in what order to run certain
8393           tasks at boot time.  However, any package integrating with other
8394           init systems must also be backwards-compatible with
8395           <package>sysvinit</package> by providing a SysV-style init script
8396           with the same name as and equivalent functionality to any
8397           init-specific job, as this is the only start-up configuration
8398           method guaranteed to be supported by all init implementations.  An
8399           exception to this rule is scripts or jobs provided by the init
8400           implementation itself; such jobs may be required for an
8401           implementation-specific equivalent of the <file>/etc/rcS.d/</file>
8402           scripts and may not have a one-to-one correspondence with the init
8403           scripts.
8404         </p>
8405         <sect1 id="upstart">
8406           <heading>Event-based boot with upstart</heading>
8407
8408           <p>
8409             Packages may integrate with the <prgn>upstart</prgn> event-based
8410             boot system by installing job files in the
8411             <file>/etc/init</file> directory.  SysV init scripts for which
8412             an equivalent upstart job is available must query the output of
8413             the command <prgn>initctl version</prgn> for the string
8414             <tt>upstart</tt> and avoid running in favor of the native
8415             upstart job, using a test such as this:
8416             <example compact="compact">
8417 if [ "$1" = start ] && which initctl >/dev/null && initctl version | grep -q upstart
8418 then
8419         exit 1
8420 fi
8421             </example>
8422           </p>
8423           <p>
8424             Because packages shipping upstart jobs may be installed on
8425             systems that are not using upstart, maintainer scripts must
8426             still use the common <prgn>update-rc.d</prgn> and
8427             <prgn>invoke-rc.d</prgn> interfaces for configuring runlevels
8428             and for starting and stopping services.  These maintainer
8429             scripts must not call the upstart <prgn>start</prgn>,
8430             <prgn>restart</prgn>, <prgn>reload</prgn>, or <prgn>stop</prgn>
8431             interfaces directly.  Instead, implementations of
8432             <prgn>invoke-rc.d</prgn> must detect when upstart is running and
8433             when an upstart job with the same name as an init script is
8434             present, and perform the requested action using the upstart job
8435             instead of the init script.
8436           </p>
8437           <p>
8438             Dependency-based boot managers for SysV init scripts, such as
8439             <prgn>startpar</prgn>, may avoid running a given init script
8440             entirely when an equivalent upstart job is present, to avoid
8441             unnecessary forking of no-op init scripts.  In this case, the
8442             boot manager should integrate with upstart to detect when the
8443             upstart job in question is started or stopped to know when the
8444             dependency has been satisfied.
8445           </p>
8446          </sect1>
8447       </sect>
8448
8449     </chapt>
8450
8451
8452     <chapt id="files">
8453       <heading>Files</heading>
8454
8455       <sect id="binaries">
8456         <heading>Binaries</heading>
8457
8458         <p>
8459           Two different packages must not install programs with
8460           different functionality but with the same filenames.  (The
8461           case of two programs having the same functionality but
8462           different implementations is handled via "alternatives" or
8463           the "Conflicts" mechanism.  See <ref id="maintscripts"> and
8464           <ref id="conflicts"> respectively.)  If this case happens,
8465           one of the programs must be renamed.  The maintainers should
8466           report this to the <tt>debian-devel</tt> mailing list and
8467           try to find a consensus about which program will have to be
8468           renamed.  If a consensus cannot be reached, <em>both</em>
8469           programs must be renamed.
8470         </p>
8471         <p>
8472           Binary executables must not be statically linked with the GNU C
8473           library, since this prevents the binary from benefiting from
8474           fixes and improvements to the C library without being rebuilt
8475           and complicates security updates.  This requirement may be
8476           relaxed for binary executables whose intended purpose is to
8477           diagnose and fix the system in situations where the GNU C
8478           library may not be usable (such as system recovery shells or
8479           utilities like ldconfig) or for binary executables where the
8480           security benefits of static linking outweigh the drawbacks.
8481         </p>
8482         <p>
8483          By default, when a package is being built, any binaries
8484          created should include debugging information, as well as
8485          being compiled with optimization.  You should also turn on
8486          as many reasonable compilation warnings as possible; this
8487          makes life easier for porters, who can then look at build
8488          logs for possible problems.  For the C programming language,
8489          this means the following compilation parameters should be
8490          used:
8491           <example compact="compact">
8492 CC = gcc
8493 CFLAGS = -O2 -g -Wall # sane warning options vary between programs
8494 LDFLAGS = # none
8495 INSTALL = install -s # (or use strip on the files in debian/tmp)
8496           </example>
8497         </p>
8498
8499         <p>
8500           Note that by default all installed binaries should be stripped,
8501           either by using the <tt>-s</tt> flag to
8502           <prgn>install</prgn>, or by calling <prgn>strip</prgn> on
8503           the binaries after they have been copied into
8504           <file>debian/tmp</file> but before the tree is made into a
8505           package.
8506         </p>
8507
8508         <p>
8509           Although binaries in the build tree should be compiled with
8510           debugging information by default, it can often be difficult to
8511           debug programs if they are also subjected to compiler
8512           optimization.  For this reason, it is recommended to support the
8513           standardized environment variable <tt>DEB_BUILD_OPTIONS</tt>
8514           (see <ref id="debianrules-options">).  This variable can contain
8515           several flags to change how a package is compiled and built.
8516         </p>
8517
8518         <p>
8519           It is up to the package maintainer to decide what
8520           compilation options are best for the package.  Certain
8521           binaries (such as computationally-intensive programs) will
8522           function better with certain flags (<tt>-O3</tt>, for
8523           example); feel free to use them.  Please use good judgment
8524           here.  Don't use flags for the sake of it; only use them
8525           if there is good reason to do so.  Feel free to override
8526           the upstream author's ideas about which compilation
8527           options are best: they are often inappropriate for our
8528           environment.
8529         </p>
8530       </sect>
8531
8532
8533       <sect id="libraries">
8534         <heading>Libraries</heading>
8535
8536         <p>
8537           If the package is <strong>architecture: any</strong>, then
8538           the shared library compilation and linking flags must have
8539           <tt>-fPIC</tt>, or the package shall not build on some of
8540           the supported architectures<footnote>
8541             <p>
8542               If you are using GCC, <tt>-fPIC</tt> produces code with
8543               relocatable position independent code, which is required for
8544               most architectures to create a shared library, with i386 and
8545               perhaps some others where non position independent code is
8546               permitted in a shared library.
8547             </p>
8548             <p>
8549               Position independent code may have a performance penalty,
8550               especially on <tt>i386</tt>. However, in most cases the
8551               speed penalty must be measured against the memory wasted on
8552               the few architectures where non position independent code is
8553               even possible.
8554             </p>
8555           </footnote>. Any exception to this rule must be discussed on
8556           the mailing list <em>debian-devel@lists.debian.org</em>, and
8557           a rough consensus obtained.  The reasons for not compiling
8558           with <tt>-fPIC</tt> flag must be recorded in the file
8559           <tt>README.Debian</tt>, and care must be taken to either
8560           restrict the architecture or arrange for <tt>-fPIC</tt> to
8561           be used on architectures where it is required.<footnote>
8562             <p>
8563               Some of the reasons why this might be required is if the
8564               library contains hand crafted assembly code that is not
8565               relocatable, the speed penalty is excessive for compute
8566               intensive libs, and similar reasons.
8567             </p>
8568           </footnote>
8569         </p>
8570         <p>
8571           As to the static libraries, the common case is not to have
8572           relocatable code, since there is no benefit, unless in specific
8573           cases; therefore the static version must not be compiled
8574           with the <tt>-fPIC</tt> flag. Any exception to this rule
8575           should be discussed on the mailing list
8576           <em>debian-devel@lists.debian.org</em>,  and the reasons for
8577           compiling with the <tt>-fPIC</tt> flag must be recorded in
8578           the file <tt>README.Debian</tt>. <footnote>
8579             <p>
8580               Some of the reasons for linking static libraries with
8581               the <tt>-fPIC</tt> flag are if, for example, one needs a
8582               Perl API for a library that is under rapid development,
8583               and has an unstable API, so shared libraries are
8584               pointless at this phase of the library's development. In
8585               that case, since Perl needs a library with relocatable
8586               code, it may make sense to create a static library with
8587               relocatable code. Another reason cited is if you are
8588               distilling various libraries into a common shared
8589               library, like <tt>mklibs</tt> does in the Debian
8590               installer project.
8591             </p>
8592           </footnote>
8593         </p>
8594         <p>
8595           In other words, if both a shared and a static library is
8596           being built, each source unit (<tt>*.c</tt>, for example,
8597           for C files) will need to be compiled twice, for the normal
8598           case. 
8599         </p>
8600
8601         <p>
8602           Libraries should be built with threading support and to be
8603           thread-safe if the library supports this.
8604         </p>
8605
8606         <p>
8607           Although not enforced by the build tools, shared libraries
8608           must be linked against all libraries that they use symbols from
8609           in the same way that binaries are.  This ensures the correct
8610           functioning of the <qref id="sharedlibs-symbols">symbols</qref>
8611           and <qref id="sharedlibs-shlibdeps">shlibs</qref>
8612           systems and guarantees that all libraries can be safely opened
8613           with <tt>dlopen()</tt>.  Packagers may wish to use the gcc
8614           option <tt>-Wl,-z,defs</tt> when building a shared library.
8615           Since this option enforces symbol resolution at build time,
8616           a missing library reference will be caught early as a fatal
8617           build error.
8618         </p>
8619
8620         <p>
8621           All installed shared libraries should be stripped with
8622           <example compact="compact">
8623 strip --strip-unneeded <var>your-lib</var>
8624           </example>
8625           (The option <tt>--strip-unneeded</tt> makes
8626           <prgn>strip</prgn> remove only the symbols which aren't
8627           needed for relocation processing.)  Shared libraries can
8628           function perfectly well when stripped, since the symbols for
8629           dynamic linking are in a separate part of the ELF object
8630           file.<footnote>
8631               You might also want to use the options
8632               <tt>--remove-section=.comment</tt> and
8633               <tt>--remove-section=.note</tt> on both shared libraries
8634               and executables, and <tt>--strip-debug</tt> on static
8635               libraries.
8636           </footnote>
8637         </p>
8638
8639         <p>
8640           Note that under some circumstances it may be useful to
8641           install a shared library unstripped, for example when
8642           building a separate package to support debugging.
8643         </p>
8644
8645         <p>
8646           Shared object files (often <file>.so</file> files) that are not
8647           public libraries, that is, they are not meant to be linked
8648           to by third party executables (binaries of other packages),
8649           should be installed in subdirectories of the
8650           <file>/usr/lib</file> directory.  Such files are exempt from the
8651           rules that govern ordinary shared libraries, except that
8652           they must not be installed executable and should be
8653           stripped.<footnote>
8654               A common example are the so-called "plug-ins",
8655               internal shared objects that are dynamically loaded by
8656               programs using <manref name="dlopen" section="3">.
8657           </footnote>
8658         </p>
8659
8660         <p>
8661           Packages that use <prgn>libtool</prgn> to create and install
8662           their shared libraries install a file containing additional
8663           metadata (ending in <file>.la</file>) alongside the library.
8664           For public libraries intended for use by other packages, these
8665           files normally should not be included in the Debian package,
8666           since the information they include is not necessary to link with
8667           the shared library on Debian and can add unnecessary additional
8668           dependencies to other programs or libraries.<footnote>
8669             These files store, among other things, all libraries on which
8670             that shared library depends.  Unfortunately, if
8671             the <file>.la</file> file is present and contains that
8672             dependency information, using <prgn>libtool</prgn> when
8673             linking against that library will cause the resulting program
8674             or library to be linked against those dependencies as well,
8675             even if this is unnecessary.  This can create unneeded
8676             dependencies on shared library packages that would otherwise
8677             be hidden behind the library ABI, and can make library
8678             transitions to new SONAMEs unnecessarily complicated and
8679             difficult to manage.
8680           </footnote>
8681           If the <file>.la</file> file is required for that library (if,
8682           for instance, it's loaded via <tt>libltdl</tt> in a way that
8683           requires that meta-information), the <tt>dependency_libs</tt>
8684           setting in the <file>.la</file> file should normally be set to
8685           the empty string.  If the shared library development package has
8686           historically included the <file>.la</file>, it must be retained
8687           in the development package (with <tt>dependency_libs</tt>
8688           emptied) until all libraries that depend on it have removed or
8689           emptied <tt>dependency_libs</tt> in their <file>.la</file>
8690           files to prevent linking with those other libraries
8691           using <prgn>libtool</prgn> from failing.
8692         </p>
8693
8694         <p>
8695           If the <file>.la</file> must be included, it should be included
8696           in the development (<tt>-dev</tt>) package, unless the library
8697           will be loaded by <prgn>libtool</prgn>'s <tt>libltdl</tt>
8698           library.  If it is intended for use with <tt>libltdl</tt>,
8699           the <file>.la</file> files must go in the run-time library
8700           package.
8701         </p>
8702
8703         <p>
8704           These requirements for handling of <file>.la</file> files do not
8705           apply to loadable modules or libraries not installed in
8706           directories searched by default by the dynamic linker.  Packages
8707           installing loadable modules will frequently need to install
8708           the <file>.la</file> files alongside the modules so that they
8709           can be loaded by <tt>libltdl</tt>.  <tt>dependency_libs</tt>
8710           does not need to be modified for libraries or modules that are
8711           not installed in directories searched by the dynamic linker by
8712           default and not intended for use by other packages.
8713         </p>
8714
8715         <p>
8716           You must make sure that you use only released versions of
8717           shared libraries to build your packages; otherwise other
8718           users will not be able to run your binaries
8719           properly. Producing source packages that depend on
8720           unreleased compilers is also usually a bad
8721           idea.
8722         </p>
8723       </sect>
8724
8725
8726       <sect>
8727         <heading>Shared libraries</heading>
8728         <p>
8729           This section has moved to <ref id="sharedlibs">.
8730         </p>
8731       </sect>
8732
8733
8734       <sect id="scripts">
8735         <heading>Scripts</heading>
8736
8737         <p>
8738           All command scripts, including the package maintainer
8739           scripts inside the package and used by <prgn>dpkg</prgn>,
8740           should have a <tt>#!</tt> line naming the shell to be used
8741           to interpret them.
8742         </p>
8743
8744         <p>
8745           In the case of Perl scripts this should be
8746           <tt>#!/usr/bin/perl</tt>.
8747         </p>
8748
8749         <p>
8750           When scripts are installed into a directory in the system
8751           PATH, the script name should not include an extension such
8752           as <tt>.sh</tt> or <tt>.pl</tt> that denotes the scripting
8753           language currently used to implement it.
8754         </p>
8755         <p>
8756           Shell scripts (<prgn>sh</prgn> and <prgn>bash</prgn>) other than
8757           <file>init.d</file> scripts should almost certainly start
8758           with <tt>set -e</tt> so that errors are detected.
8759           <file>init.d</file> scripts are something of a special case, due
8760           to how frequently they need to call commands that are allowed to
8761           fail, and it may instead be easier to check the exit status of
8762           commands directly.  See <ref id="writing-init"> for more
8763           information about writing <file>init.d</file> scripts.
8764         </p>
8765         <p>
8766           Every script should use <tt>set -e</tt> or check the exit status
8767           of <em>every</em> command.
8768         </p>
8769         <p>
8770           Scripts may assume that <file>/bin/sh</file> implements the
8771           SUSv3 Shell Command Language<footnote>
8772             Single UNIX Specification, version 3, which is also IEEE
8773             1003.1-2004 (POSIX), and is available on the World Wide Web
8774             from <url id="http://www.unix.org/version3/online.html"
8775                       name="The Open Group"> after free
8776             registration.</footnote>
8777           plus the following additional features not mandated by
8778           SUSv3:<footnote>
8779             These features are in widespread use in the Linux community
8780             and are implemented in all of bash, dash, and ksh, the most
8781             common shells users may wish to use as <file>/bin/sh</file>.
8782           </footnote>
8783           <list>
8784             <item><tt>echo -n</tt>, if implemented as a shell built-in,
8785               must not generate a newline.</item>
8786             <item><tt>test</tt>, if implemented as a shell built-in, must
8787               support <tt>-a</tt> and <tt>-o</tt> as binary logical
8788               operators.</item>
8789             <item><tt>local</tt> to create a scoped variable must be
8790               supported, including listing multiple variables in a single
8791               local command and assigning a value to a variable at the
8792               same time as localizing it.  <tt>local</tt> may or
8793               may not preserve the variable value from an outer scope if
8794               no assignment is present.  Uses such as:
8795 <example compact>
8796 fname () {
8797     local a b c=delta d
8798     # ... use a, b, c, d ...
8799 }
8800 </example>
8801               must be supported and must set the value of <tt>c</tt> to
8802               <tt>delta</tt>.
8803             </item>
8804             <item>The XSI extension to <prgn>kill</prgn> allowing <tt>kill
8805               -<var>signal</var></tt>, where <var>signal</var> is either
8806               the name of a signal or one of the numeric signals listed in
8807               the XSI extension (0, 1, 2, 3, 6, 9, 14, and 15), must be
8808               supported if <prgn>kill</prgn> is implemented as a shell
8809               built-in.
8810             </item>
8811             <item>The XSI extension to <prgn>trap</prgn> allowing numeric
8812               signals must be supported.  In addition to the signal
8813               numbers listed in the extension, which are the same as for
8814               <prgn>kill</prgn> above, 13 (SIGPIPE) must be allowed.
8815             </item>
8816           </list>
8817           If a shell script requires non-SUSv3 features from the shell
8818           interpreter other than those listed above, the appropriate shell
8819           must be specified in the first line of the script (e.g.,
8820           <tt>#!/bin/bash</tt>) and the package must depend on the package
8821           providing the shell (unless the shell package is marked
8822           "Essential", as in the case of <prgn>bash</prgn>).
8823         </p>
8824
8825         <p>
8826           You may wish to restrict your script to SUSv3 features plus the
8827           above set when possible so that it may use <file>/bin/sh</file>
8828           as its interpreter.  Checking your script
8829           with <prgn>checkbashisms</prgn> from
8830           the <package>devscripts</package> package or running your script
8831           with an alternate shell such as <prgn>posh</prgn> may help
8832           uncover violations of the above requirements.  If in doubt
8833           whether a script complies with these requirements,
8834           use <file>/bin/bash</file>.
8835         </p>
8836
8837         <p>
8838           Perl scripts should check for errors when making any
8839           system calls, including <tt>open</tt>, <tt>print</tt>,
8840           <tt>close</tt>, <tt>rename</tt> and <tt>system</tt>.
8841         </p>
8842
8843         <p>
8844           <prgn>csh</prgn> and <prgn>tcsh</prgn> should be avoided as
8845           scripting languages.  See <em>Csh Programming Considered
8846           Harmful</em>, one of the <tt>comp.unix.*</tt> FAQs, which
8847           can be found at <url id="http://www.faqs.org/faqs/unix-faq/shell/csh-whynot/">.
8848           If an upstream package comes with <prgn>csh</prgn> scripts
8849           then you must make sure that they start with
8850           <tt>#!/bin/csh</tt> and make your package depend on the
8851           <prgn>c-shell</prgn> virtual package.
8852         </p>
8853
8854         <p>
8855           Any scripts which create files in world-writeable
8856           directories (e.g., in <file>/tmp</file>) must use a
8857           mechanism which will fail atomically if a file with the same
8858           name already exists.
8859         </p>
8860
8861         <p>
8862           The Debian base system provides the <prgn>tempfile</prgn>
8863           and <prgn>mktemp</prgn> utilities for use by scripts for
8864           this purpose.
8865         </p>
8866       </sect>
8867
8868
8869       <sect>
8870         <heading>Symbolic links</heading>
8871
8872         <p>
8873           In general, symbolic links within a top-level directory should
8874           be relative, and symbolic links pointing from one top-level
8875           directory to or into another should be absolute. (A top-level
8876           directory is a sub-directory of the root
8877           directory <file>/</file>.)  For example, a symbolic link
8878           from <file>/usr/lib/foo</file> to <file>/usr/share/bar</file>
8879           should be relative (<file>../share/bar</file>), but a symbolic
8880           link from <file>/var/run</file> to <file>/run</file> should be
8881           absolute.<footnote>
8882             This is necessary to allow top-level directories to be
8883             symlinks.  If linking <file>/var/run</file>
8884             to <file>/run</file> were done with the relative symbolic
8885             link <file>../run</file>, but <file>/var</file> were a
8886             symbolic link to <file>/srv/disk1</file>, the symbolic link
8887             would point to <file>/srv/run</file> rather than the intended
8888             target.
8889           </footnote>
8890         </p>
8891
8892         <p>
8893           In addition, symbolic links should be specified as short as
8894           possible, i.e., link targets like <file>foo/../bar</file> are
8895           deprecated.
8896         </p>
8897
8898         <p>
8899           Note that when creating a relative link using
8900           <prgn>ln</prgn> it is not necessary for the target of the
8901           link to exist relative to the working directory you're
8902           running <prgn>ln</prgn> from, nor is it necessary to change
8903           directory to the directory where the link is to be made.
8904           Simply include the string that should appear as the target
8905           of the link (this will be a pathname relative to the
8906           directory in which the link resides) as the first argument
8907           to <prgn>ln</prgn>.
8908         </p>
8909
8910         <p>
8911           For example, in your <prgn>Makefile</prgn> or
8912           <file>debian/rules</file>, you can do things like:
8913           <example compact="compact">
8914 ln -fs gcc $(prefix)/bin/cc
8915 ln -fs gcc debian/tmp/usr/bin/cc
8916 ln -fs ../sbin/sendmail $(prefix)/bin/runq
8917 ln -fs ../sbin/sendmail debian/tmp/usr/bin/runq
8918           </example>
8919         </p>
8920
8921         <p>
8922           A symbolic link pointing to a compressed file (in the sense
8923           that it is meant to be uncompressed with <prgn>unzip</prgn>
8924           or <prgn>zless</prgn> etc.) should always
8925           have the same file extension as the referenced file. (For
8926           example, if a file <file>foo.gz</file> is referenced by a
8927           symbolic link, the filename of the link has to end with
8928           "<file>.gz</file>" too, as in <file>bar.gz</file>.)
8929         </p>
8930       </sect>
8931
8932       <sect>
8933         <heading>Device files</heading>
8934
8935         <p>
8936           Packages must not include device files or named pipes in the
8937           package file tree.
8938         </p>
8939
8940         <p>
8941           If a package needs any special device files that are not
8942           included in the base system, it must call
8943           <prgn>MAKEDEV</prgn> in the <prgn>postinst</prgn> script,
8944           after notifying the user<footnote>
8945               This notification could be done via a (low-priority)
8946               debconf message, or an echo (printf) statement.
8947           </footnote>.
8948         </p>
8949
8950         <p>
8951           Packages must not remove any device files in the
8952           <prgn>postrm</prgn> or any other script. This is left to the
8953           system administrator.
8954         </p>
8955
8956         <p>
8957           Debian uses the serial devices
8958           <file>/dev/ttyS*</file>. Programs using the old
8959           <file>/dev/cu*</file> devices should be changed to use
8960           <file>/dev/ttyS*</file>.
8961         </p>
8962
8963         <p>
8964           Named pipes needed by the package must be created in
8965           the <prgn>postinst</prgn> script<footnote>
8966             It's better to use <prgn>mkfifo</prgn> rather
8967             than <prgn>mknod</prgn> to create named pipes so that
8968             automated checks for packages incorrectly creating device
8969             files with <prgn>mknod</prgn> won't have false positives.
8970           </footnote> and removed in
8971           the <prgn>prerm</prgn> or <prgn>postrm</prgn> script as
8972           appropriate.
8973         </p>
8974       </sect>
8975
8976       <sect id="config-files">
8977         <heading>Configuration files</heading>
8978
8979         <sect1>
8980           <heading>Definitions</heading>
8981
8982           <p>
8983             <taglist>
8984               <tag>configuration file</tag>
8985               <item>
8986                   A file that affects the operation of a program, or
8987                   provides site- or host-specific information, or
8988                   otherwise customizes the behavior of a program.
8989                   Typically, configuration files are intended to be
8990                   modified by the system administrator (if needed or
8991                   desired) to conform to local policy or to provide
8992                   more useful site-specific behavior.
8993               </item>
8994
8995               <tag><tt>conffile</tt></tag>
8996               <item>
8997                   A file listed in a package's <tt>conffiles</tt>
8998                   file, and is treated specially by <prgn>dpkg</prgn>
8999                   (see <ref id="configdetails">).
9000               </item>
9001             </taglist>
9002           </p>
9003
9004           <p>
9005             The distinction between these two is important; they are
9006             not interchangeable concepts. Almost all
9007             <tt>conffile</tt>s are configuration files, but many
9008             configuration files are not <tt>conffiles</tt>.
9009           </p>
9010
9011           <p>
9012             As noted elsewhere, <file>/etc/init.d</file> scripts,
9013             <file>/etc/default</file> files, scripts installed in
9014             <file>/etc/cron.{hourly,daily,weekly,monthly}</file>, and cron
9015             configuration installed in <file>/etc/cron.d</file> must be
9016             treated as configuration files.  In general, any script that
9017             embeds configuration information is de-facto a configuration
9018             file and should be treated as such.
9019           </p>
9020         </sect1>
9021
9022         <sect1>
9023           <heading>Location</heading>
9024
9025           <p>
9026             Any configuration files created or used by your package
9027             must reside in <file>/etc</file>. If there are several,
9028             consider creating a subdirectory of <file>/etc</file>
9029             named after your package.
9030           </p>
9031
9032           <p>
9033             If your package creates or uses configuration files
9034             outside of <file>/etc</file>, and it is not feasible to modify
9035             the package to use <file>/etc</file> directly, put the files
9036             in <file>/etc</file> and create symbolic links to those files
9037             from the location that the package requires.
9038           </p>
9039         </sect1>
9040
9041         <sect1>
9042           <heading>Behavior</heading>
9043
9044           <p>
9045             Configuration file handling must conform to the following
9046             behavior:
9047             <list compact="compact">
9048               <item>
9049                   local changes must be preserved during a package
9050                   upgrade, and
9051               </item>
9052               <item>
9053                   configuration files must be preserved when the
9054                   package is removed, and only deleted when the
9055                   package is purged.
9056               </item>
9057             </list>
9058             Obsolete configuration files without local changes should be
9059             removed by the package during upgrade.<footnote>
9060               The <prgn>dpkg-maintscript-helper</prgn> tool, available from the
9061               <package>dpkg</package> package, can help for this task.</footnote>
9062           </p>
9063
9064           <p>
9065             The easy way to achieve this behavior is to make the
9066             configuration file a <tt>conffile</tt>. This is
9067             appropriate only if it is possible to distribute a default
9068             version that will work for most installations, although
9069             some system administrators may choose to modify it. This
9070             implies that the default version will be part of the
9071             package distribution, and must not be modified by the
9072             maintainer scripts during installation (or at any other
9073             time).
9074           </p>
9075
9076           <p>
9077             In order to ensure that local changes are preserved
9078             correctly, no package may contain or make hard links to
9079             conffiles.<footnote>
9080                 Rationale: There are two problems with hard links.
9081                 The first is that some editors break the link while
9082                 editing one of the files, so that the two files may
9083                 unwittingly become unlinked and different.  The second
9084                 is that <prgn>dpkg</prgn> might break the hard link
9085                 while upgrading <tt>conffile</tt>s.
9086             </footnote>
9087           </p>
9088
9089           <p>
9090             The other way to do it is via the maintainer scripts.  In
9091             this case, the configuration file must not be listed as a
9092             <tt>conffile</tt> and must not be part of the package
9093             distribution. If the existence of a file is required for
9094             the package to be sensibly configured it is the
9095             responsibility of the package maintainer to provide
9096             maintainer scripts which correctly create, update and
9097             maintain the file and remove it on purge.  (See <ref
9098             id="maintainerscripts"> for more information.)  These
9099             scripts must be idempotent (i.e., must work correctly if
9100             <prgn>dpkg</prgn> needs to re-run them due to errors
9101             during installation or removal), must cope with all the
9102             variety of ways <prgn>dpkg</prgn> can call maintainer
9103             scripts, must not overwrite or otherwise mangle the user's
9104             configuration without asking, must not ask unnecessary
9105             questions (particularly during upgrades), and must
9106             otherwise be good citizens.
9107           </p>
9108
9109           <p>
9110             The scripts are not required to configure every possible
9111             option for the package, but only those necessary to get
9112             the package running on a given system. Ideally the
9113             sysadmin should not have to do any configuration other
9114             than that done (semi-)automatically by the
9115             <prgn>postinst</prgn> script.
9116           </p>
9117
9118           <p>
9119             A common practice is to create a script called
9120             <file><var>package</var>-configure</file> and have the
9121             package's <prgn>postinst</prgn> call it if and only if the
9122             configuration file does not already exist.  In certain
9123             cases it is useful for there to be an example or template
9124             file which the maintainer scripts use.  Such files should
9125             be in <file>/usr/share/<var>package</var></file> or
9126             <file>/usr/lib/<var>package</var></file> (depending on whether
9127             they are architecture-independent or not).  There should
9128             be symbolic links to them from
9129             <file>/usr/share/doc/<var>package</var>/examples</file> if
9130             they are examples, and should be perfectly ordinary
9131             <prgn>dpkg</prgn>-handled files (<em>not</em>
9132             configuration files).
9133           </p>
9134
9135           <p>
9136             These two styles of configuration file handling must
9137             not be mixed, for that way lies madness:
9138             <prgn>dpkg</prgn> will ask about overwriting the file
9139             every time the package is upgraded.
9140           </p>
9141         </sect1>
9142
9143         <sect1>
9144           <heading>Sharing configuration files</heading>
9145
9146           <p>
9147             If two or more packages use the same configuration file
9148             and it is reasonable for both to be installed at the same
9149             time, one of these packages must be defined as
9150             <em>owner</em> of the configuration file, i.e., it will be
9151             the package which handles that file as a configuration
9152             file.  Other packages that use the configuration file must
9153             depend on the owning package if they require the
9154             configuration file to operate. If the other package will
9155             use the configuration file if present, but is capable of
9156             operating without it, no dependency need be declared.
9157           </p>
9158
9159           <p>
9160             If it is desirable for two or more related packages to
9161             share a configuration file <em>and</em> for all of the
9162             related packages to be able to modify that configuration
9163             file, then the following should be done:
9164             <enumlist compact="compact">
9165               <item>
9166                   One of the related packages (the "owning" package)
9167                   will manage the configuration file with maintainer
9168                   scripts as described in the previous section.
9169               </item>
9170               <item>
9171                   The owning package should also provide a program
9172                   that the other packages may use to modify the
9173                   configuration file.
9174               </item>
9175               <item>
9176                   The related packages must use the provided program
9177                   to make any desired modifications to the
9178                   configuration file.  They should either depend on
9179                   the core package to guarantee that the configuration
9180                   modifier program is available or accept gracefully
9181                   that they cannot modify the configuration file if it
9182                   is not.  (This is in addition to the fact that the
9183                   configuration file may not even be present in the
9184                   latter scenario.)
9185               </item>
9186             </enumlist>
9187           </p>
9188
9189           <p>
9190             Sometimes it's appropriate to create a new package which
9191             provides the basic infrastructure for the other packages
9192             and which manages the shared configuration files.  (The
9193             <tt>sgml-base</tt> package is a good example.)
9194           </p>
9195
9196           <p>
9197             If the configuration file cannot be shared as described above,
9198             the packages must be marked as conflicting with each other.
9199             Two packages that specify the same file as
9200             a <tt>conffile</tt> must conflict.  This is an instance of the
9201             general rule about not sharing files.  Neither alternatives
9202             nor diversions are likely to be appropriate in this case; in
9203             particular, <prgn>dpkg</prgn> does not handle diverted
9204             <tt>conffile</tt>s well.
9205           </p>
9206
9207           <p>
9208             When two packages both declare the same <tt>conffile</tt>, they
9209             may see left-over configuration files from each other even
9210             though they conflict with each other.  If a user removes
9211             (without purging) one of the packages and installs the other,
9212             the new package will take over the <tt>conffile</tt> from the
9213             old package.  If the file was modified by the user, it will be
9214             treated the same as any other locally
9215             modified <tt>conffile</tt> during an upgrade.
9216           </p>
9217
9218           <p>
9219             The maintainer scripts must not alter a <tt>conffile</tt>
9220             of <em>any</em> package, including the one the scripts
9221             belong to.
9222           </p>
9223         </sect1>
9224
9225         <sect1>
9226           <heading>User configuration files ("dotfiles")</heading>
9227
9228           <p>
9229             The files in <file>/etc/skel</file> will automatically be
9230             copied into new user accounts by <prgn>adduser</prgn>.
9231             No other program should reference the files in
9232             <file>/etc/skel</file>.
9233           </p>
9234
9235           <p>
9236             Therefore, if a program needs a dotfile to exist in
9237             advance in <file>$HOME</file> to work sensibly, that dotfile
9238             should be installed in <file>/etc/skel</file> and treated as a
9239             configuration file.
9240           </p>
9241
9242           <p>
9243             However, programs that require dotfiles in order to
9244             operate sensibly are a bad thing, unless they do create
9245             the dotfiles themselves automatically.
9246           </p>
9247
9248           <p>
9249             Furthermore, programs should be configured by the Debian
9250             default installation to behave as closely to the upstream
9251             default behavior as possible.
9252           </p>
9253
9254           <p>
9255             Therefore, if a program in a Debian package needs to be
9256             configured in some way in order to operate sensibly, that
9257             should be done using a site-wide configuration file placed
9258             in <file>/etc</file>.  Only if the program doesn't support a
9259             site-wide default configuration and the package maintainer
9260             doesn't have time to add it may a default per-user file be
9261             placed in <file>/etc/skel</file>.
9262           </p>
9263
9264           <p>
9265             <file>/etc/skel</file> should be as empty as we can make it.
9266             This is particularly true because there is no easy (or
9267             necessarily desirable) mechanism for ensuring that the
9268             appropriate dotfiles are copied into the accounts of
9269             existing users when a package is installed.
9270           </p>
9271         </sect1>
9272       </sect>
9273
9274       <sect>
9275         <heading>Log files</heading>
9276         <p>
9277           Log files should usually be named
9278           <file>/var/log/<var>package</var>.log</file>.  If you have many
9279           log files, or need a separate directory for permission
9280           reasons (<file>/var/log</file> is writable only by
9281           <file>root</file>), you should usually create a directory named
9282           <file>/var/log/<var>package</var></file> and place your log
9283           files there.
9284         </p>
9285
9286         <p>
9287           Log files must be rotated occasionally so that they don't grow
9288           indefinitely.  The best way to do this is to install a log
9289           rotation configuration file in the
9290           directory <file>/etc/logrotate.d</file>, normally
9291           named <file>/etc/logrotate.d/<var>package</var></file>, and use
9292           the facilities provided by <prgn>logrotate</prgn>.
9293           <footnote>
9294             <p>
9295               The traditional approach to log files has been to set up
9296               <em>ad hoc</em> log rotation schemes using simple shell
9297               scripts and cron.  While this approach is highly
9298               customizable, it requires quite a lot of sysadmin work.
9299               Even though the original Debian system helped a little
9300               by automatically installing a system which can be used
9301               as a template, this was deemed not enough.
9302             </p>
9303
9304             <p>
9305               The use of <prgn>logrotate</prgn>, a program developed
9306               by Red Hat, is better, as it centralizes log management.
9307               It has both a configuration file
9308               (<file>/etc/logrotate.conf</file>) and a directory where
9309               packages can drop their individual log rotation
9310               configurations (<file>/etc/logrotate.d</file>).
9311             </p>
9312           </footnote>
9313           Here is a good example for a logrotate config
9314           file (for more information see <manref name="logrotate"
9315             section="8">):
9316           <example compact="compact">
9317 /var/log/foo/*.log {
9318     rotate 12
9319     weekly
9320     compress
9321     missingok
9322     postrotate
9323         start-stop-daemon -K -p /var/run/foo.pid -s HUP -x /usr/sbin/foo -q
9324     endscript
9325 }
9326           </example>
9327           This rotates all files under <file>/var/log/foo</file>, saves 12
9328           compressed generations, and tells the daemon to reopen its log
9329           files after the log rotation.  It skips this log rotation
9330           (via <tt>missingok</tt>) if no such log file is present, which
9331           avoids errors if the package is removed but not purged.
9332         </p>
9333
9334         <p>
9335           Log files should be removed when the package is
9336           purged (but not when it is only removed).  This should be
9337           done by the <prgn>postrm</prgn> script when it is called
9338           with the argument <tt>purge</tt> (see <ref
9339           id="removedetails">).
9340         </p>
9341       </sect>
9342
9343       <sect id="permissions-owners">
9344         <heading>Permissions and owners</heading>
9345
9346         <p>
9347           The rules in this section are guidelines for general use.
9348           If necessary you may deviate from the details below.
9349           However, if you do so you must make sure that what is done
9350           is secure and you should try to be as consistent as possible
9351           with the rest of the system.  You should probably also
9352           discuss it on <prgn>debian-devel</prgn> first.
9353         </p>
9354
9355         <p>
9356           Files should be owned by <tt>root:root</tt>, and made
9357           writable only by the owner and universally readable (and
9358           executable, if appropriate), that is mode 644 or 755.
9359         </p>
9360
9361         <p>
9362           Directories should be mode 755 or (for group-writability)
9363           mode 2775.  The ownership of the directory should be
9364           consistent with its mode: if a directory is mode 2775, it
9365           should be owned by the group that needs write access to
9366           it.<footnote>
9367             <p>
9368               When a package is upgraded, and the owner or permissions
9369               of a file included in the package has changed, dpkg
9370               arranges for the ownership and permissions to be
9371               correctly set upon installation. However, this does not
9372               extend to directories; the permissions and ownership of
9373               directories already on the system does not change on
9374               install or upgrade of packages.  This makes sense, since
9375               otherwise common directories like <tt>/usr</tt> would
9376               always be in flux.  To correctly change permissions of a
9377               directory the package owns, explicit action is required,
9378               usually in the <tt>postinst</tt> script. Care must be
9379               taken to handle downgrades as well, in that case.
9380             </p>
9381           </footnote>
9382         </p>
9383
9384         <p>
9385           Control information files should be owned by <tt>root:root</tt>
9386           and either mode 644 (for most files) or mode 755 (for
9387           executables such as <qref id="maintscripts">maintainer
9388           scripts</qref>).
9389         </p>
9390
9391         <p>
9392           Setuid and setgid executables should be mode 4755 or 2755
9393           respectively, and owned by the appropriate user or group.
9394           They should not be made unreadable (modes like 4711 or
9395           2711 or even 4111); doing so achieves no extra security,
9396           because anyone can find the binary in the freely available
9397           Debian package; it is merely inconvenient.  For the same
9398           reason you should not restrict read or execute permissions
9399           on non-set-id executables.
9400         </p>
9401
9402         <p>
9403           Some setuid programs need to be restricted to particular
9404           sets of users, using file permissions.  In this case they
9405           should be owned by the uid to which they are set-id, and by
9406           the group which should be allowed to execute them.  They
9407           should have mode 4754; again there is no point in making
9408           them unreadable to those users who must not be allowed to
9409           execute them.
9410         </p>
9411
9412         <p>
9413           It is possible to arrange that the system administrator can
9414           reconfigure the package to correspond to their local
9415           security policy by changing the permissions on a binary:
9416           they can do this by using <prgn>dpkg-statoverride</prgn>, as
9417           described below.<footnote>
9418             Ordinary files installed by <prgn>dpkg</prgn> (as
9419             opposed to <tt>conffile</tt>s and other similar objects)
9420             normally have their permissions reset to the distributed
9421             permissions when the package is reinstalled.  However,
9422             the use of <prgn>dpkg-statoverride</prgn> overrides this
9423             default behavior.
9424           </footnote>
9425           Another method you should consider is to create a group for
9426           people allowed to use the program(s) and make any setuid
9427           executables executable only by that group.
9428         </p>
9429
9430         <p>
9431           If you need to create a new user or group for your package
9432           there are two possibilities.  Firstly, you may need to
9433           make some files in the binary package be owned by this
9434           user or group, or you may need to compile the user or
9435           group id (rather than just the name) into the binary
9436           (though this latter should be avoided if possible, as in
9437           this case you need a statically allocated id).</p>
9438
9439         <p>
9440           If you need a statically allocated id, you must ask for a
9441           user or group id from the <tt>base-passwd</tt> maintainer,
9442           and must not release the package until you have been
9443           allocated one.  Once you have been allocated one you must
9444           either make the package depend on a version of the
9445           <tt>base-passwd</tt> package with the id present in
9446           <file>/etc/passwd</file> or <file>/etc/group</file>, or arrange for
9447           your package to create the user or group itself with the
9448           correct id (using <tt>adduser</tt>) in its
9449           <prgn>preinst</prgn> or <prgn>postinst</prgn>.  (Doing it in
9450           the <prgn>postinst</prgn> is to be preferred if it is
9451           possible, otherwise a pre-dependency will be needed on the
9452           <tt>adduser</tt> package.)
9453         </p>
9454
9455         <p>
9456           On the other hand, the program might be able to determine
9457           the uid or gid from the user or group name at runtime, so
9458           that a dynamically allocated id can be used.  In this case
9459           you should choose an appropriate user or group name,
9460           discussing this on <prgn>debian-devel</prgn> and checking
9461           with the <package/base-passwd/ maintainer that it is unique and that
9462           they do not wish you to use a statically allocated id
9463           instead.  When this has been checked you must arrange for
9464           your package to create the user or group if necessary using
9465           <prgn>adduser</prgn> in the <prgn>preinst</prgn> or
9466           <prgn>postinst</prgn> script (again, the latter is to be
9467           preferred if it is possible).
9468         </p>
9469
9470         <p>
9471           Note that changing the numeric value of an id associated
9472           with a name is very difficult, and involves searching the
9473           file system for all appropriate files.  You need to think
9474           carefully whether a static or dynamic id is required, since
9475           changing your mind later will cause problems.
9476         </p>
9477
9478         <sect1><heading>The use of <prgn>dpkg-statoverride</prgn></heading>
9479           <p>
9480             This section is not intended as policy, but as a
9481             description of the use of <prgn>dpkg-statoverride</prgn>.
9482           </p>
9483
9484           <p>
9485             If a system administrator wishes to have a file (or
9486             directory or other such thing) installed with owner and
9487             permissions different from those in the distributed Debian
9488             package, they can use the <prgn>dpkg-statoverride</prgn>
9489             program to instruct <prgn>dpkg</prgn> to use the different
9490             settings every time the file is installed.  Thus the
9491             package maintainer should distribute the files with their
9492             normal permissions, and leave it for the system
9493             administrator to make any desired changes.  For example, a
9494             daemon which is normally required to be setuid root, but
9495             in certain situations could be used without being setuid,
9496             should be installed setuid in the <tt>.deb</tt>.  Then the
9497             local system administrator can change this if they wish.
9498             If there are two standard ways of doing it, the package
9499             maintainer can use <tt>debconf</tt> to find out the
9500             preference, and call <prgn>dpkg-statoverride</prgn> in the
9501             maintainer script if necessary to accommodate the system
9502             administrator's choice. Care must be taken during
9503             upgrades to not override an existing setting.
9504           </p>
9505
9506           <p>
9507             Given the above, <prgn>dpkg-statoverride</prgn> is
9508             essentially a tool for system administrators and would not
9509             normally be needed in the maintainer scripts.  There is
9510             one type of situation, though, where calls to
9511             <prgn>dpkg-statoverride</prgn> would be needed in the
9512             maintainer scripts, and that involves packages which use
9513             dynamically allocated user or group ids.  In such a
9514             situation, something like the following idiom can be very
9515             helpful in the package's <prgn>postinst</prgn>, where
9516             <tt>sysuser</tt> is a dynamically allocated id:
9517             <example>
9518 for i in /usr/bin/foo /usr/sbin/bar
9519 do
9520   # only do something when no setting exists
9521   if ! dpkg-statoverride --list $i >/dev/null 2>&1
9522   then
9523     #include: debconf processing, question about foo and bar
9524     if [ "$RET" = "true" ] ; then
9525       dpkg-statoverride --update --add sysuser root 4755 $i
9526     fi
9527   fi
9528 done
9529             </example>
9530             The corresponding code to remove the override when the package
9531             is purged would be:
9532             <example>
9533 for i in /usr/bin/foo /usr/sbin/bar
9534 do
9535   if dpkg-statoverride --list $i >/dev/null 2>&1
9536   then
9537     dpkg-statoverride --remove $i
9538   fi
9539 done
9540             </example>
9541           </p>
9542         </sect1>
9543       </sect>
9544
9545       <sect id="filenames">
9546         <heading>File names</heading>
9547
9548         <p>
9549           The name of the files installed by binary packages in the system PATH
9550           (namely <tt>/bin</tt>, <tt>/sbin</tt>, <tt>/usr/bin</tt>,
9551           <tt>/usr/sbin</tt> and <tt>/usr/games</tt>) must be encoded in
9552           ASCII.
9553         </p>
9554
9555         <p>
9556           The name of the files and directories installed by binary packages
9557           outside the system PATH must be encoded in UTF-8 and should be
9558           restricted to ASCII when it is possible to do so.
9559         </p>
9560       </sect>
9561     </chapt>
9562
9563
9564     <chapt id="customized-programs">
9565       <heading>Customized programs</heading>
9566
9567       <sect id="arch-spec">
9568         <heading>Architecture specification strings</heading>
9569
9570         <p>
9571           If a program needs to specify an <em>architecture specification
9572           string</em> in some place, it should select one of the strings
9573           provided by <tt>dpkg-architecture -L</tt>. The strings are in
9574           the format <tt><var>os</var>-<var>arch</var></tt>, though the OS
9575           part is sometimes elided, as when the OS is Linux.
9576         </p>
9577
9578         <p>
9579           Note that we don't want to use
9580           <tt><var>arch</var>-debian-linux</tt> to apply to the rule
9581           <tt><var>architecture</var>-<var>vendor</var>-<var>os</var></tt>
9582           since this would make our programs incompatible with other
9583           Linux distributions.  We also don't use something like
9584           <tt><var>arch</var>-unknown-linux</tt>, since the
9585           <tt>unknown</tt> does not look very good.
9586         </p>
9587
9588         <sect1 id="arch-wildcard-spec">
9589           <heading>Architecture wildcards</heading>
9590
9591           <p>
9592             A package may specify an architecture wildcard. Architecture
9593             wildcards are in the format <tt>any</tt> (which matches every
9594             architecture), <tt><var>os</var></tt>-any, or
9595             any-<tt><var>cpu</var></tt>. <footnote>
9596               Internally, the package system normalizes the GNU triplets
9597               and the Debian arches into Debian arch triplets (which are
9598               kind of inverted GNU triplets), with the first component of
9599               the triplet representing the libc and ABI in use, and then
9600               does matching against those triplets.  However, such
9601               triplets are an internal implementation detail that should
9602               not be used by packages directly.  The libc and ABI portion
9603               is handled internally by the package system based on
9604               the <var>os</var> and <var>cpu</var>.
9605             </footnote>
9606           </p>
9607         </sect1>
9608       </sect>
9609
9610       <sect>
9611         <heading>Daemons</heading>
9612
9613         <p>
9614           The configuration files <file>/etc/services</file>,
9615           <file>/etc/protocols</file>, and <file>/etc/rpc</file> are managed
9616           by the <prgn>netbase</prgn> package and must not be modified
9617           by other packages.
9618         </p>
9619
9620         <p>
9621           If a package requires a new entry in one of these files, the
9622           maintainer should get in contact with the
9623           <prgn>netbase</prgn> maintainer, who will add the entries
9624           and release a new version of the <prgn>netbase</prgn>
9625           package.
9626         </p>
9627
9628         <p>
9629           The configuration file <file>/etc/inetd.conf</file> must not be
9630           modified by the package's scripts except via the
9631           <prgn>update-inetd</prgn> script or the
9632           <file>DebianNet.pm</file> Perl module.  See their documentation
9633           for details on how to add entries.
9634         </p>
9635
9636         <p>
9637           If a package wants to install an example entry into
9638           <file>/etc/inetd.conf</file>, the entry must be preceded with
9639           exactly one hash character (<tt>#</tt>). Such lines are
9640           treated as "commented out by user" by the
9641           <prgn>update-inetd</prgn> script and are not changed or
9642           activated during package updates.
9643         </p>
9644       </sect>
9645
9646       <sect>
9647         <heading>Using pseudo-ttys and modifying wtmp, utmp and
9648         lastlog</heading>
9649
9650         <p>
9651           Some programs need to create pseudo-ttys. This should be done
9652           using Unix98 ptys if the C library supports it. The resulting
9653           program must not be installed setuid root, unless that
9654           is required for other functionality.
9655         </p>
9656
9657         <p>
9658           The files <file>/var/run/utmp</file>, <file>/var/log/wtmp</file> and
9659           <file>/var/log/lastlog</file> must be installed writable by
9660           group <tt>utmp</tt>.  Programs which need to modify those
9661           files must be installed setgid <tt>utmp</tt>.
9662         </p>
9663       </sect>
9664
9665       <sect>
9666         <heading>Editors and pagers</heading>
9667
9668         <p>
9669           Some programs have the ability to launch an editor or pager
9670           program to edit or display a text document.  Since there are
9671           lots of different editors and pagers available in the Debian
9672           distribution, the system administrator and each user should
9673           have the possibility to choose their preferred editor and
9674           pager.
9675         </p>
9676
9677         <p>
9678           In addition, every program should choose a good default
9679           editor/pager if none is selected by the user or system
9680           administrator.
9681         </p>
9682
9683         <p>
9684           Thus, every program that launches an editor or pager must
9685           use the EDITOR or PAGER environment variable to determine
9686           the editor or pager the user wishes to use.  If these
9687           variables are not set, the programs <file>/usr/bin/editor</file>
9688           and <file>/usr/bin/pager</file> should be used, respectively.
9689         </p>
9690
9691         <p>
9692           These two files are managed through the <prgn>dpkg</prgn>
9693           "alternatives" mechanism.  Every package providing an editor or
9694           pager must call the <prgn>update-alternatives</prgn> script to
9695           register as an alternative for <file>/usr/bin/editor</file>
9696           or <file>/usr/bin/pager</file> as appropriate.  The alternative
9697           should have a slave alternative
9698           for <file>/usr/share/man/man1/editor.1.gz</file>
9699           or <file>/usr/share/man/man1/pager.1.gz</file> pointing to the
9700           corresponding manual page.
9701         </p>
9702
9703         <p>
9704           If it is very hard to adapt a program to make use of the
9705           EDITOR or PAGER variables, that program may be configured to
9706           use <file>/usr/bin/sensible-editor</file> and
9707           <file>/usr/bin/sensible-pager</file> as the editor or pager
9708           program respectively.  These are two scripts provided in the
9709           <package>sensible-utils</package> package that check the EDITOR
9710           and PAGER variables and launch the appropriate program, and fall
9711           back to <file>/usr/bin/editor</file>
9712           and <file>/usr/bin/pager</file> if the variable is not set.
9713         </p>
9714
9715         <p>
9716           A program may also use the VISUAL environment variable to
9717           determine the user's choice of editor.  If it exists, it
9718           should take precedence over EDITOR.  This is in fact what
9719           <file>/usr/bin/sensible-editor</file> does.
9720         </p>
9721
9722         <p>
9723           It is not required for a package to depend on
9724           <tt>editor</tt> and <tt>pager</tt>, nor is it required for a
9725           package to provide such virtual packages.<footnote>
9726               The Debian base system already provides an editor and a
9727               pager program.
9728           </footnote>
9729         </p>
9730       </sect>
9731
9732       <sect id="web-appl">
9733         <heading>Web servers and applications</heading>
9734
9735         <p>
9736           This section describes the locations and URLs that should
9737           be used by all web servers and web applications in the
9738           Debian system.
9739         </p>
9740
9741         <p>
9742           <enumlist>
9743             <item>
9744                 Cgi-bin executable files are installed in the
9745                 directory
9746                 <example compact="compact">
9747 /usr/lib/cgi-bin
9748                 </example>
9749                 or a subdirectory of that directory, and the script
9750                 <example compact="compact">
9751 /usr/lib/cgi-bin/.../<var>cgi-bin-name</var>
9752                 </example>
9753                 should be referred to as
9754                 <example compact="compact">
9755 http://localhost/cgi-bin/.../<var>cgi-bin-name</var>
9756                 </example>
9757             </item>
9758
9759             <item>
9760               <p>(Deleted)</p>
9761             </item>
9762
9763             <item>
9764               <p>Access to images</p>
9765               <p>
9766                 It is recommended that images for a package be stored
9767                 in <tt>/usr/share/images/<var>package</var></tt> and
9768                 may be referred to through an alias <tt>/images/</tt>
9769                 as
9770                 <example>
9771                   http://localhost/images/&lt;package&gt;/&lt;filename&gt;     
9772                 </example>
9773                 
9774               </p>
9775             </item>
9776
9777             <item>
9778               <p>Web Document Root</p>
9779
9780               <p>
9781                 Web Applications should try to avoid storing files in
9782                 the Web Document Root.  Instead they should use the
9783                 /usr/share/doc/<var>package</var> directory for
9784                 documents and register the Web Application via the
9785                 <package>doc-base</package> package.  If access to the
9786                 web document root is unavoidable then use
9787                 <example compact="compact">
9788 /var/www
9789                 </example>
9790                 as the Document Root.  This might be just a symbolic
9791                 link to the location where the system administrator
9792                 has put the real document root.
9793               </p>
9794             </item>
9795             <item><p>Providing httpd and/or httpd-cgi</p>
9796               <p>
9797                 All web servers should provide the virtual package
9798                 <tt>httpd</tt>. If a web server has CGI support it should
9799                 provide <tt>httpd-cgi</tt> additionally.
9800               </p>
9801               <p>
9802                 All web applications which do not contain CGI scripts should
9803                 depend on <tt>httpd</tt>, all those web applications which
9804                 <tt>do</tt> contain CGI scripts, should depend on
9805                 <tt>httpd-cgi</tt>.
9806               </p>
9807             </item>
9808           </enumlist>
9809         </p>
9810       </sect>
9811
9812       <sect id="mail-transport-agents">
9813         <heading>Mail transport, delivery and user agents</heading>
9814
9815         <p>
9816           Debian packages which process electronic mail, whether mail
9817           user agents (MUAs) or mail transport agents (MTAs), must
9818           ensure that they are compatible with the configuration
9819           decisions below.  Failure to do this may result in lost
9820           mail, broken <tt>From:</tt> lines, and other serious brain
9821           damage!
9822         </p>
9823
9824         <p>
9825           The mail spool is <file>/var/mail</file> and the interface to
9826           send a mail message is <file>/usr/sbin/sendmail</file> (as per
9827           the FHS).  On older systems, the mail spool may be
9828           physically located in <file>/var/spool/mail</file>, but all
9829           access to the mail spool should be via the
9830           <file>/var/mail</file> symlink.  The mail spool is part of the
9831           base system and not part of the MTA package.
9832         </p>
9833
9834         <p>
9835           All Debian MUAs, MTAs, MDAs and other mailbox accessing
9836           programs (such as IMAP daemons) must lock the mailbox in an
9837           NFS-safe way. This means that <tt>fcntl()</tt> locking must
9838           be combined with dot locking.  To avoid deadlocks, a program
9839           should use <tt>fcntl()</tt> first and dot locking after
9840           this, or alternatively implement the two locking methods in
9841           a non blocking way<footnote>
9842               If it is not possible to establish both locks, the
9843               system shouldn't wait for the second lock to be
9844               established, but remove the first lock, wait a (random)
9845               time, and start over locking again.
9846           </footnote>. Using the functions <tt>maillock</tt> and
9847           <tt>mailunlock</tt> provided by the
9848           <tt>liblockfile*</tt><footnote>
9849               You will need to depend on <tt>liblockfile1 (&gt;&gt;1.01)</tt>
9850               to use these functions.
9851           </footnote> packages is the recommended way to realize this.
9852         </p>
9853
9854         <p>
9855           Mailboxes are generally either mode 600 and owned by
9856           <var>user</var> or mode 660 and owned by
9857           <tt><var>user</var>:mail</tt><footnote>
9858             There are two traditional permission schemes for mail spools:
9859             mode 600 with all mail delivery done by processes running as
9860             the destination user, or mode 660 and owned by group mail with
9861             mail delivery done by a process running as a system user in
9862             group mail.  Historically, Debian required mode 660 mail
9863             spools to enable the latter model, but that model has become
9864             increasingly uncommon and the principle of least privilege
9865             indicates that mail systems that use the first model should
9866             use permissions of 600.  If delivery to programs is permitted,
9867             it's easier to keep the mail system secure if the delivery
9868             agent runs as the destination user.  Debian Policy therefore
9869             permits either scheme.
9870           </footnote>. The local system administrator may choose a
9871           different permission scheme; packages should not make
9872           assumptions about the permission and ownership of mailboxes
9873           unless required (such as when creating a new mailbox).  A MUA
9874           may remove a mailbox (unless it has nonstandard permissions) in
9875           which case the MTA or another MUA must recreate it if needed.
9876         </p>
9877
9878         <p>
9879           The mail spool is 2775 <tt>root:mail</tt>, and MUAs should
9880           be setgid mail to do the locking mentioned above (and
9881           must obviously avoid accessing other users' mailboxes
9882           using this privilege).</p>
9883
9884         <p>
9885           <file>/etc/aliases</file> is the source file for the system mail
9886           aliases (e.g., postmaster, usenet, etc.), it is the one
9887           which the sysadmin and <prgn>postinst</prgn> scripts may
9888           edit.  After <file>/etc/aliases</file> is edited the program or
9889           human editing it must call <prgn>newaliases</prgn>.  All MTA
9890           packages must come with a <prgn>newaliases</prgn> program,
9891           even if it does nothing, but older MTA packages did not do
9892           this so programs should not fail if <prgn>newaliases</prgn>
9893           cannot be found.  Note that because of this, all MTA
9894           packages must have <tt>Provides</tt>, <tt>Conflicts</tt> and
9895           <tt>Replaces: mail-transport-agent</tt> control fields.
9896         </p>
9897
9898         <p>
9899           The convention of writing <tt>forward to
9900             <var>address</var></tt> in the mailbox itself is not
9901           supported.  Use a <tt>.forward</tt> file instead.</p>
9902
9903         <p>
9904           The <prgn>rmail</prgn> program used by UUCP
9905           for incoming mail should be  <file>/usr/sbin/rmail</file>.
9906           Likewise, <prgn>rsmtp</prgn>, for receiving
9907           batch-SMTP-over-UUCP, should be <file>/usr/sbin/rsmtp</file> if it
9908           is supported.</p>
9909
9910         <p>
9911           If your package needs to know what hostname to use on (for
9912           example) outgoing news and mail messages which are generated
9913           locally, you should use the file <file>/etc/mailname</file>.  It
9914           will contain the portion after the username and <tt>@</tt>
9915           (at) sign for email addresses of users on the machine
9916           (followed by a newline).
9917         </p>
9918
9919         <p>
9920           Such a package should check for the existence of this file
9921           when it is being configured.  If it exists, it should be
9922           used without comment, although an MTA's configuration script
9923           may wish to prompt the user even if it finds that this file
9924           exists.  If the file does not exist, the package should
9925           prompt the user for the value (preferably using
9926           <prgn>debconf</prgn>) and store it in <file>/etc/mailname</file>
9927           as well as using it in the package's configuration.  The
9928           prompt should make it clear that the name will not just be
9929           used by that package.  For example, in this situation the
9930           <tt>inn</tt> package could say something like:
9931           <example compact="compact">
9932 Please enter the "mail name" of your system.  This is the
9933 hostname portion of the address to be shown on outgoing
9934 news and mail messages.  The default is
9935 <var>syshostname</var>, your system's host name.  Mail
9936 name ["<var>syshostname</var>"]:
9937           </example>
9938           where <var>syshostname</var> is the output of <tt>hostname
9939             --fqdn</tt>.
9940         </p>
9941       </sect>
9942
9943       <sect>
9944         <heading>News system configuration</heading>
9945
9946         <p>
9947           All the configuration files related to the NNTP (news)
9948           servers and clients should be located under
9949           <file>/etc/news</file>.</p>
9950
9951         <p>
9952           There are some configuration issues that apply to a number
9953           of news clients and server packages on the machine. These
9954           are:
9955
9956           <taglist>
9957             <tag><file>/etc/news/organization</file></tag>
9958             <item>
9959                 A string which should appear as the
9960                 organization header for all messages posted
9961                 by NNTP clients on the machine
9962             </item>
9963
9964             <tag><file>/etc/news/server</file></tag>
9965             <item>
9966                 Contains the FQDN of the upstream NNTP
9967                 server, or localhost if the local machine is
9968                 an NNTP server.
9969             </item>
9970           </taglist>
9971
9972           Other global files may be added as required for cross-package news
9973           configuration.
9974         </p>
9975       </sect>
9976
9977
9978       <sect>
9979         <heading>Programs for the X Window System</heading>
9980
9981         <sect1>
9982           <heading>Providing X support and package priorities</heading>
9983
9984           <p>
9985             Programs that can be configured with support for the X
9986             Window System must be configured to do so and must declare
9987             any package dependencies necessary to satisfy their
9988             runtime requirements when using the X Window System.  If
9989             such a package is of higher priority than the X packages
9990             on which it depends, it is required that either the
9991             X-specific components be split into a separate package, or
9992             that an alternative version of the package, which includes
9993             X support, be provided, or that the package's priority be
9994             lowered.
9995           </p>
9996         </sect1>
9997
9998         <sect1>
9999           <heading>Packages providing an X server</heading>
10000
10001           <p>
10002             Packages that provide an X server that, directly or
10003             indirectly, communicates with real input and display
10004             hardware should declare in their <tt>Provides</tt> control
10005             field that they provide the virtual
10006             package <tt>xserver</tt>.<footnote>
10007                 This implements current practice, and provides an
10008                 actual policy for usage of the <tt>xserver</tt>
10009                 virtual package which appears in the virtual packages
10010                 list.  In a nutshell, X servers that interface
10011                 directly with the display and input hardware or via
10012                 another subsystem (e.g., GGI) should provide
10013                 <tt>xserver</tt>.  Things like <tt>Xvfb</tt>,
10014                 <tt>Xnest</tt>, and <tt>Xprt</tt> should not.
10015             </footnote>
10016           </p>
10017         </sect1>
10018
10019         <sect1>
10020           <heading>Packages providing a terminal emulator</heading>
10021
10022           <p>
10023             Packages that provide a terminal emulator for the X Window
10024             System which meet the criteria listed below should declare in
10025             their <tt>Provides</tt> control field that they provide the
10026             virtual package <tt>x-terminal-emulator</tt>.  They should
10027             also register themselves as an alternative for
10028             <file>/usr/bin/x-terminal-emulator</file>, with a priority of
10029             20.  That alternative should have a slave alternative
10030             for <file>/usr/share/man/man1/x-terminal-emulator.1.gz</file>
10031             pointing to the corresponding manual page.
10032           </p>
10033
10034           <p>
10035             To be an <tt>x-terminal-emulator</tt>, a program must:
10036             <list compact="compact">
10037               <item>
10038                   Be able to emulate a DEC VT100 terminal, or a
10039                   compatible terminal.
10040               </item>
10041
10042               <item>
10043                   Support the command-line option <tt>-e
10044                     <var>command</var></tt>, which creates a new
10045                   terminal window<footnote>
10046                       "New terminal window" does not necessarily mean
10047                       a new top-level X window directly parented by
10048                       the window manager; it could, if the terminal
10049                       emulator application were so coded, be a new
10050                       "view" in a multiple-document interface (MDI).
10051                   </footnote>
10052                   and runs the specified <var>command</var>,
10053                   interpreting the entirety of the rest of the command
10054                   line as a command to pass straight to exec, in the
10055                   manner that <tt>xterm</tt> does.
10056               </item>
10057
10058               <item>
10059                   Support the command-line option <tt>-T
10060                     <var>title</var></tt>, which creates a new terminal
10061                   window with the window title <var>title</var>.
10062               </item>
10063             </list>
10064           </p>
10065         </sect1>
10066
10067         <sect1>
10068           <heading>Packages providing a window manager</heading>
10069
10070           <p>
10071             Packages that provide a window manager should declare in
10072             their <tt>Provides</tt> control field that they provide the
10073             virtual package <tt>x-window-manager</tt>.  They should also
10074             register themselves as an alternative for
10075             <file>/usr/bin/x-window-manager</file>, with a priority
10076             calculated as follows:
10077             <list compact="compact">
10078               <item>
10079                   Start with a priority of 20.
10080               </item>
10081
10082               <item>
10083                   If the window manager supports the Debian menu
10084                   system, add 20 points if this support is available
10085                   in the package's default configuration (i.e., no
10086                   configuration files belonging to the system or user
10087                   have to be edited to activate the feature); if
10088                   configuration files must be modified, add only 10
10089                   points.
10090                 </p>
10091               </item>
10092
10093               <item>
10094                   If the window manager complies with <url
10095                     id="http://www.freedesktop.org/wiki/Specifications/wm-spec"
10096                     name="The Window Manager Specification Project">,
10097                   written by the <url id="http://www.freedesktop.org/wiki/"
10098                     name="Free Desktop Group">, add 40 points.
10099               </item>
10100
10101               <item>
10102                   If the window manager permits the X session to be
10103                   restarted using a <em>different</em> window manager
10104                   (without killing the X server) in its default
10105                   configuration, add 10 points; otherwise add none.
10106               </item>
10107             </list>
10108             That alternative should have a slave alternative
10109             for <file>/usr/share/man/man1/x-window-manager.1.gz</file>
10110             pointing to the corresponding manual page.
10111           </p>
10112         </sect1>
10113
10114         <sect1>
10115           <heading>Packages providing fonts</heading>
10116
10117           <p>
10118             Packages that provide fonts for the X Window
10119             System<footnote>
10120                 For the purposes of Debian Policy, a "font for the X
10121                 Window System" is one which is accessed via X protocol
10122                 requests.  Fonts for the Linux console, for PostScript
10123                 renderer, or any other purpose, do not fit this
10124                 definition.  Any tool which makes such fonts available
10125                 to the X Window System, however, must abide by this
10126                 font policy.
10127             </footnote>
10128             must do a number of things to ensure that they are both
10129             available without modification of the X or font server
10130             configuration, and that they do not corrupt files used by
10131             other font packages to register information about
10132             themselves.
10133             <enumlist>
10134               <item>
10135                   Fonts of any type supported by the X Window System
10136                   must be in a separate binary package from any
10137                   executables, libraries, or documentation (except
10138                   that specific to the fonts shipped, such as their
10139                   license information).  If one or more of the fonts
10140                   so packaged are necessary for proper operation of
10141                   the package with which they are associated the font
10142                   package may be Recommended; if the fonts merely
10143                   provide an enhancement, a Suggests relationship may
10144                   be used.  Packages must not Depend on font
10145                   packages.<footnote>
10146                       This is because the X server may retrieve fonts
10147                       from the local file system or over the network
10148                       from an X font server; the Debian package system
10149                       is empowered to deal only with the local
10150                       file system.
10151                   </footnote>
10152               </item>
10153
10154               <item>
10155                   BDF fonts must be converted to PCF fonts with the
10156                   <prgn>bdftopcf</prgn> utility (available in the
10157                   <tt>xfonts-utils</tt> package, <prgn>gzip</prgn>ped, and
10158                   placed in a directory that corresponds to their
10159                   resolution:
10160                   <list compact="compact">
10161                     <item>
10162                         100 dpi fonts must be placed in
10163                         <file>/usr/share/fonts/X11/100dpi/</file>.
10164                     </item>
10165
10166                     <item>
10167                         75 dpi fonts must be placed in
10168                         <file>/usr/share/fonts/X11/75dpi/</file>.
10169                     </item>
10170
10171                     <item>
10172                         Character-cell fonts, cursor fonts, and other
10173                         low-resolution fonts must be placed in
10174                         <file>/usr/share/fonts/X11/misc/</file>.
10175                     </item>
10176                   </list>
10177               </item>
10178
10179               <item>
10180                   Type 1 fonts must be placed in
10181                   <file>/usr/share/fonts/X11/Type1/</file>.  If font
10182                   metric files are available, they must be placed here
10183                   as well.
10184               </item>
10185
10186               <item>
10187                   Subdirectories of <file>/usr/share/fonts/X11/</file>
10188                   other than those listed above must be neither
10189                   created nor used.  (The <file>PEX</file>, <file>CID</file>,
10190                   <file>Speedo</file>, and <file>cyrillic</file> directories
10191                   are excepted for historical reasons, but installation of
10192                   files into these directories remains discouraged.)
10193               </item>
10194
10195               <item>
10196                   Font packages may, instead of placing files directly
10197                   in the X font directories listed above, provide
10198                   symbolic links in that font directory pointing to
10199                   the files' actual location in the filesystem.  Such
10200                   a location must comply with the FHS.
10201               </item>
10202
10203               <item>
10204                   Font packages should not contain both 75dpi and
10205                   100dpi versions of a font.  If both are available,
10206                   they should be provided in separate binary packages
10207                   with <tt>-75dpi</tt> or <tt>-100dpi</tt> appended to
10208                   the names of the packages containing the
10209                   corresponding fonts.
10210               </item>
10211
10212               <item>
10213                   Fonts destined for the <file>misc</file> subdirectory
10214                   should not be included in the same package as 75dpi
10215                   or 100dpi fonts; instead, they should be provided in
10216                   a separate package with <tt>-misc</tt> appended to
10217                   its name.
10218               </item>
10219
10220               <item>
10221                   Font packages must not provide the files
10222                   <file>fonts.dir</file>, <file>fonts.alias</file>, or
10223                   <file>fonts.scale</file> in a font directory:
10224                   <list>
10225                     <item>
10226                         <file>fonts.dir</file> files must not be provided at all.
10227                     </item>
10228
10229                     <item>
10230                         <file>fonts.alias</file> and <file>fonts.scale</file>
10231                         files, if needed, should be provided in the
10232                         directory
10233                         <file>/etc/X11/fonts/<var>fontdir</var>/<var>package</var>.<var>extension</var></file>,
10234                         where <var>fontdir</var> is the name of the
10235                         subdirectory of
10236                         <file>/usr/share/fonts/X11/</file> where the
10237                         package's corresponding fonts are stored
10238                         (e.g., <tt>75dpi</tt> or <tt>misc</tt>),
10239                         <var>package</var> is the name of the package
10240                         that provides these fonts, and
10241                         <var>extension</var> is either <tt>scale</tt>
10242                         or <tt>alias</tt>, whichever corresponds to
10243                         the file contents.
10244                     </item>
10245                   </list>
10246               </item>
10247
10248               <item>
10249                   Font packages must declare a dependency on
10250                   <tt>xfonts-utils</tt> in their <tt>Depends</tt>
10251                   or <tt>Pre-Depends</tt> control field.
10252               </item>
10253
10254               <item>
10255                   Font packages that provide one or more
10256                   <file>fonts.scale</file> files as described above must
10257                   invoke <prgn>update-fonts-scale</prgn> on each
10258                   directory into which they installed fonts
10259                   <em>before</em> invoking
10260                   <prgn>update-fonts-dir</prgn> on that directory.
10261                   This invocation must occur in both the
10262                   <prgn>postinst</prgn> (for all arguments) and
10263                   <prgn>postrm</prgn> (for all arguments except
10264                   <tt>upgrade</tt>) scripts.
10265               </item>
10266
10267               <item>
10268                   Font packages that provide one or more
10269                   <file>fonts.alias</file> files as described above must
10270                   invoke <prgn>update-fonts-alias</prgn> on each
10271                   directory into which they installed fonts.  This
10272                   invocation must occur in both the
10273                   <prgn>postinst</prgn> (for all arguments) and
10274                   <prgn>postrm</prgn> (for all arguments except
10275                   <tt>upgrade</tt>) scripts.
10276               </item>
10277
10278               <item>
10279                   Font packages must invoke
10280                   <prgn>update-fonts-dir</prgn> on each directory into
10281                   which they installed fonts.  This invocation must
10282                   occur in both the <prgn>postinst</prgn> (for all
10283                   arguments) and <prgn>postrm</prgn> (for all
10284                   arguments except <tt>upgrade</tt>) scripts.
10285               </item>
10286
10287               <item>
10288                   Font packages must not provide alias names for the
10289                   fonts they include which collide with alias names
10290                   already in use by fonts already packaged.
10291               </item>
10292
10293               <item>
10294                   Font packages must not provide fonts with the same
10295                   XLFD registry name as another font already packaged.
10296               </item>
10297             </enumlist>
10298           </p>
10299         </sect1>
10300
10301         <sect1 id="appdefaults">
10302           <heading>Application defaults files</heading>
10303
10304           <p>
10305             Application defaults files must be installed in the
10306             directory <file>/etc/X11/app-defaults/</file> (use of a
10307             localized subdirectory of <file>/etc/X11/</file> as described
10308             in the <em>X Toolkit Intrinsics - C Language
10309             Interface</em> manual is also permitted).  They must be
10310             registered as <tt>conffile</tt>s or handled as
10311             configuration files.
10312           </p>
10313
10314           <p>
10315             Customization of programs' X resources may also be
10316             supported with the provision of a file with the same name
10317             as that of the package placed in
10318             the <file>/etc/X11/Xresources/</file> directory, which
10319             must be registered as a <tt>conffile</tt> or handled as a
10320             configuration file.<footnote>
10321                 Note that this mechanism is not the same as using
10322                 app-defaults; app-defaults are tied to the client
10323                 binary on the local file system, whereas X resources
10324                 are stored in the X server and affect all connecting
10325                 clients.
10326             </footnote>
10327           </p>
10328         </sect1>
10329
10330         <sect1>
10331           <heading>Installation directory issues</heading>
10332
10333           <p>
10334             Historically, packages using the X Window System used a
10335             separate set of installation directories from other packages.
10336             This practice has been discontinued and packages using the X
10337             Window System should now generally be installed in the same
10338             directories as any other package.  Specifically, packages must
10339             not install files under the <file>/usr/X11R6/</file> directory
10340             and the <file>/usr/X11R6/</file> directory hierarchy should be
10341             regarded as obsolete.
10342           </p>
10343
10344           <p>
10345             Include files previously installed under
10346             <file>/usr/X11R6/include/X11/</file> should be installed into
10347             <file>/usr/include/X11/</file>.  For files previously
10348             installed into subdirectories of
10349             <file>/usr/X11R6/lib/X11/</file>, package maintainers should
10350             determine if subdirectories of <file>/usr/lib/</file> and
10351             <file>/usr/share/</file> can be used.  If not, a subdirectory
10352             of <file>/usr/lib/X11/</file> should be used.
10353           </p>
10354
10355           <p>
10356             Configuration files for window, display, or session managers
10357             or other applications that are tightly integrated with the X
10358             Window System may be placed in a subdirectory
10359             of <file>/etc/X11/</file> corresponding to the package name.
10360             Other X Window System applications should use
10361             the <file>/etc/</file> directory unless otherwise mandated by
10362             policy (such as for <ref id="appdefaults">).
10363           </p>
10364         </sect1>
10365       </sect>
10366
10367       <sect id="perl">
10368         <heading>Perl programs and modules</heading>
10369
10370         <p>
10371           Perl programs and modules should follow the current Perl policy.
10372         </p>
10373
10374         <p>
10375           The Perl policy can be found in the <tt>perl-policy</tt>
10376           files in the <tt>debian-policy</tt> package.
10377           It is also available from the Debian web mirrors at
10378           <tt><url name="/doc/packaging-manuals/perl-policy/"
10379                 id="http://www.debian.org/doc/packaging-manuals/perl-policy/"></tt>.
10380         </p>
10381       </sect>
10382
10383       <sect id="emacs">
10384         <heading>Emacs lisp programs</heading>
10385
10386         <p>
10387           Please refer to the "Debian Emacs Policy" for details of how to
10388           package emacs lisp programs.
10389         </p>
10390
10391         <p>
10392           The Emacs policy is available in
10393           <file>debian-emacs-policy.gz</file> of the
10394           <package>emacsen-common</package> package.
10395           It is also available from the Debian web mirrors at
10396           <tt><url name="/doc/packaging-manuals/debian-emacs-policy"
10397                 id="http://www.debian.org/doc/packaging-manuals/debian-emacs-policy"></tt>.
10398         </p>
10399       </sect>
10400
10401       <sect>
10402         <heading>Games</heading>
10403
10404         <p>
10405           The permissions on <file>/var/games</file> are mode 755, owner
10406           <tt>root</tt> and group <tt>root</tt>.
10407         </p>
10408
10409         <p>
10410           Each game decides on its own security policy.</p>
10411
10412         <p>
10413           Games which require protected, privileged access to
10414           high-score files, saved games, etc., may be made
10415           set-<em>group</em>-id (mode 2755) and owned by
10416           <tt>root:games</tt>, and use files and directories with
10417           appropriate permissions (770 <tt>root:games</tt>, for
10418           example).  They must not be made
10419           set-<em>user</em>-id, as this causes security problems. (If
10420           an attacker can subvert any set-user-id game they can
10421           overwrite the executable of any other, causing other players
10422           of these games to run a Trojan horse program.  With a
10423           set-group-id game the attacker only gets access to less
10424           important game data, and if they can get at the other
10425           players' accounts at all it will take considerably more
10426           effort.)</p>
10427
10428         <p>
10429           Some packages, for example some fortune cookie programs, are
10430           configured by the upstream authors to install with their
10431           data files or other static information made unreadable so
10432           that they can only be accessed through set-id programs
10433           provided.  You should not do this in a Debian package: anyone can
10434           download the <file>.deb</file> file and read the data from it,
10435           so there is no point making the files unreadable.  Not
10436           making the files unreadable also means that you don't have
10437           to make so many programs set-id, which reduces the risk of a
10438           security hole.</p>
10439
10440         <p>
10441           As described in the FHS, binaries of games should be
10442           installed in the directory <file>/usr/games</file>. This also
10443           applies to games that use the X Window System. Manual pages
10444           for games (X and non-X games) should be installed in
10445           <file>/usr/share/man/man6</file>.</p>
10446       </sect>
10447     </chapt>
10448
10449
10450     <chapt id="docs">
10451       <heading>Documentation</heading>
10452
10453       <sect>
10454         <heading>Manual pages</heading>
10455
10456         <p>
10457           You should install manual pages in <prgn>nroff</prgn> source
10458           form, in appropriate places under <file>/usr/share/man</file>.
10459           You should only use sections 1 to 9 (see the FHS for more
10460           details).  You must not install a pre-formatted "cat page".
10461         </p>
10462
10463         <p>
10464           Each program, utility, and function should have an
10465           associated manual page included in the same package. It is
10466           suggested that all configuration files also have a manual
10467           page included as well. Manual pages for protocols and other
10468           auxiliary things are optional.
10469         </p>
10470
10471         <p>
10472           If no manual page is available, this is considered as a bug
10473           and should be reported to the Debian Bug Tracking System (the
10474           maintainer of the package is allowed to write this bug report
10475           themselves, if they so desire).  Do not close the bug report
10476           until a proper man page is available.<footnote>
10477               It is not very hard to write a man page. See the
10478               <url id="http://www.schweikhardt.net/man_page_howto.html"
10479                 name="Man-Page-HOWTO">,
10480               <manref name="man" section="7">, the examples created
10481               by <prgn>dh_make</prgn>, the helper
10482               program <prgn>help2man</prgn>, or the
10483               directory <file>/usr/share/doc/man-db/examples</file>.
10484           </footnote>
10485         </p>
10486
10487         <p>
10488           You may forward a complaint about a missing man page to the
10489           upstream authors, and mark the bug as forwarded in the
10490           Debian bug tracking system.  Even though the GNU Project do
10491           not in general consider the lack of a man page to be a bug,
10492           we do; if they tell you that they don't consider it a bug
10493           you should leave the bug in our bug tracking system open
10494           anyway.
10495         </p>
10496
10497         <p>
10498           Manual pages should be installed compressed using <tt>gzip -9</tt>.
10499         </p>
10500
10501         <p>
10502           If one man page needs to be accessible via several names it
10503           is better to use a symbolic link than the <file>.so</file>
10504           feature, but there is no need to fiddle with the relevant
10505           parts of the upstream source to change from <file>.so</file> to
10506           symlinks: don't do it unless it's easy.  You should not
10507           create hard links in the manual page directories, nor put
10508           absolute filenames in <file>.so</file> directives.  The filename
10509           in a <file>.so</file> in a man page should be relative to the
10510           base of the man page tree (usually
10511           <file>/usr/share/man</file>). If you do not create any links
10512           (whether symlinks, hard links, or <tt>.so</tt> directives)
10513           in the file system to the alternate names of the man page,
10514           then you should not rely on <prgn>man</prgn> finding your
10515           man page under those names based solely on the information in
10516           the man page's header.<footnote>
10517               Supporting this in <prgn>man</prgn> often requires
10518               unreasonable processing time to find a manual page or to
10519               report that none exists, and moves knowledge into man's
10520               database that would be better left in the file system.
10521               This support is therefore deprecated and will cease to
10522               be present in the future.
10523           </footnote>
10524         </p>
10525
10526         <p>
10527           Manual pages in locale-specific subdirectories of
10528           <file>/usr/share/man</file> should use either UTF-8 or the usual
10529           legacy encoding for that language (normally the one corresponding
10530           to the shortest relevant locale name in
10531           <file>/usr/share/i18n/SUPPORTED</file>). For example, pages under
10532           <file>/usr/share/man/fr</file> should use either UTF-8 or
10533           ISO-8859-1.<footnote>
10534             <prgn>man</prgn> will automatically detect whether UTF-8 is in
10535             use. In future, all manual pages will be required to use
10536             UTF-8.
10537           </footnote>
10538         </p>
10539
10540         <p>
10541           A country name (the <tt>DE</tt> in <tt>de_DE</tt>) should not be
10542           included in the subdirectory name unless it indicates a
10543           significant difference in the language, as this excludes
10544           speakers of the language in other countries.<footnote>
10545             At the time of writing, Chinese and Portuguese are the main
10546             languages with such differences, so <file>pt_BR</file>,
10547             <file>zh_CN</file>, and <file>zh_TW</file> are all allowed.
10548           </footnote>
10549         </p>
10550
10551         <p>
10552           If a localized version of a manual page is provided, it should
10553           either be up-to-date or it should be obvious to the reader that
10554           it is outdated and the original manual page should be used
10555           instead.  This can be done either by a note at the beginning of
10556           the manual page or by showing the missing or changed portions in
10557           the original language instead of the target language.
10558         </p>
10559       </sect>
10560
10561       <sect>
10562         <heading>Info documents</heading>
10563
10564         <p>
10565           Info documents should be installed in <file>/usr/share/info</file>.
10566           They should be compressed with <tt>gzip -9</tt>.
10567         </p>
10568
10569         <p>
10570           The <prgn>install-info</prgn> program maintains a directory of
10571           installed info documents in <file>/usr/share/info/dir</file> for the
10572           use of info readers.  This file must not be included in packages
10573           other than <package>install-info</package>.
10574         </p>
10575
10576         <p>
10577           <prgn>install-info</prgn> is automatically invoked when
10578           appropriate using dpkg triggers.  Packages other than
10579           <package>install-info</package> <em>should not</em> invoke
10580           <prgn>install-info</prgn> directly and <em>should not</em>
10581           depend on, recommend, or suggest <package>install-info</package>
10582           for this purpose.
10583         </p>
10584
10585         <p>
10586           Info readers requiring the <file>/usr/share/info/dir</file> file
10587           should depend on <package>install-info</package>.
10588         </p>
10589
10590         <p>
10591           Info documents should contain section and directory entry
10592           information in the document for the use
10593           of <prgn>install-info</prgn>.  The section should be specified
10594           via a line starting with <tt>INFO-DIR-SECTION</tt> followed by a
10595           space and the section of this info page.  The directory entry or
10596           entries should be included between
10597           a <tt>START-INFO-DIR-ENTRY</tt> line and
10598           an <tt>END-INFO-DIR-ENTRY</tt> line.  For example:
10599           <example>
10600 INFO-DIR-SECTION Individual utilities
10601 START-INFO-DIR-ENTRY
10602 * example: (example).               An example info directory entry.
10603 END-INFO-DIR-ENTRY
10604           </example>
10605           To determine which section to use, you should look
10606           at <file>/usr/share/info/dir</file> on your system and choose
10607           the most relevant (or create a new section if none of the
10608           current sections are relevant).<footnote>
10609             Normally, info documents are generated from Texinfo source.
10610             To include this information in the generated info document, if
10611             it is absent, add commands like:
10612             <example>
10613 @dircategory Individual utilities
10614 @direntry
10615 * example: (example).               An example info directory entry.
10616 @end direntry
10617             </example>
10618             to the Texinfo source of the document and ensure that the info
10619             documents are rebuilt from source during the package build.
10620           </footnote>
10621         </p>
10622       </sect>
10623
10624       <sect>
10625         <heading>Additional documentation</heading>
10626
10627         <p>
10628           Any additional documentation that comes with the package may
10629           be installed at the discretion of the package maintainer.
10630           Plain text documentation should be installed in the directory
10631           <file>/usr/share/doc/<var>package</var></file>, where
10632           <var>package</var> is the name of the package, and
10633           compressed with <tt>gzip -9</tt> unless it is small.
10634         </p>
10635
10636         <p>
10637           If a package comes with large amounts of documentation which
10638           many users of the package will not require you should create
10639           a separate binary package to contain it, so that it does not
10640           take up disk space on the machines of users who do not need
10641           or want it installed.</p>
10642
10643         <p>
10644           It is often a good idea to put text information files
10645           (<file>README</file>s, changelogs, and so forth) that come with
10646           the source package in <file>/usr/share/doc/<var>package</var></file>
10647           in the binary package.  However, you don't need to install
10648           the instructions for building and installing the package, of
10649           course!</p>
10650
10651         <p>
10652           Packages must not require the existence of any files in
10653           <file>/usr/share/doc/</file> in order to function
10654           <footnote>
10655               The system administrator should be able to
10656               delete files in <file>/usr/share/doc/</file> without causing
10657               any programs to break.
10658           </footnote>.
10659           Any files that are referenced by programs but are also
10660           useful as stand alone documentation should be installed under
10661           <file>/usr/share/<var>package</var>/</file> with symbolic links from
10662           <file>/usr/share/doc/<var>package</var></file>.
10663         </p>
10664
10665         <p>
10666           <file>/usr/share/doc/<var>package</var></file> may be a symbolic
10667           link to another directory in <file>/usr/share/doc</file> only if
10668           the two packages both come from the same source and the
10669           first package Depends on the second.<footnote>
10670             <p>
10671               Please note that this does not override the section on
10672               changelog files below, so the file 
10673               <file>/usr/share/doc/<var>package</var>/changelog.Debian.gz</file>
10674               must refer to the changelog for the current version of
10675               <var>package</var> in question. In practice, this means
10676               that the sources of the target and the destination of the
10677               symlink must be the same (same source package and
10678               version). 
10679             </p>
10680           </footnote>
10681         </p>
10682
10683         <p>
10684           Former Debian releases placed all additional documentation
10685           in <file>/usr/doc/<var>package</var></file>.  This has been
10686           changed to <file>/usr/share/doc/<var>package</var></file>,
10687           and packages must not put documentation in the directory
10688           <file>/usr/doc/<var>package</var></file>. <footnote>
10689             At this phase of the transition, we no longer require a
10690             symbolic link in <file>/usr/doc/</file>. At a later point,
10691             policy shall change to make the symbolic links a bug.
10692           </footnote>
10693         </p>
10694       </sect>
10695
10696       <sect>
10697         <heading>Preferred documentation formats</heading>
10698
10699         <p>
10700           The unification of Debian documentation is being carried out
10701           via HTML.</p>
10702
10703         <p>
10704           If your package comes with extensive documentation in a
10705           markup format that can be converted to various other formats
10706           you should if possible ship HTML versions in a binary
10707           package, in the directory
10708           <file>/usr/share/doc/<var>appropriate-package</var></file> or
10709           its subdirectories.<footnote>
10710               The rationale: The important thing here is that HTML
10711               docs should be available in <em>some</em> package, not
10712               necessarily in the main binary package.
10713           </footnote>
10714         </p>
10715
10716         <p>
10717           Other formats such as PostScript may be provided at the
10718           package maintainer's discretion.
10719         </p>
10720       </sect>
10721
10722       <sect id="copyrightfile">
10723         <heading>Copyright information</heading>
10724
10725         <p>
10726           Every package must be accompanied by a verbatim copy of its
10727           copyright information and distribution license in the file
10728           <file>/usr/share/doc/<var>package</var>/copyright</file>. This
10729           file must neither be compressed nor be a symbolic link.
10730         </p>
10731
10732         <p>
10733           In addition, the copyright file must say where the upstream
10734           sources (if any) were obtained, and should name the original
10735           authors.
10736         </p>
10737
10738         <p>
10739           Packages in the <em>contrib</em> or <em>non-free</em> archive
10740           areas should state in the copyright file that the package is not
10741           part of the Debian distribution and briefly explain why.
10742         </p>
10743
10744         <p>
10745           A copy of the file which will be installed in
10746           <file>/usr/share/doc/<var>package</var>/copyright</file> should
10747           be in <file>debian/copyright</file> in the source package.
10748         </p>
10749
10750         <p>
10751           <file>/usr/share/doc/<var>package</var></file> may be a symbolic
10752           link to another directory in <file>/usr/share/doc</file> only if
10753           the two packages both come from the same source and the
10754           first package Depends on the second.  These rules are important
10755           because <file>copyright</file> files must be extractable by
10756           mechanical means.
10757         </p>
10758
10759         <p>
10760           Packages distributed under the Apache license (version 2.0), the
10761           Artistic license, the GNU GPL (versions 1, 2, or 3), the GNU
10762           LGPL (versions 2, 2.1, or 3), and the GNU FDL (versions 1.2 or
10763           1.3) should refer to the corresponding files
10764           under <file>/usr/share/common-licenses</file>,<footnote>
10765             <p>
10766               In particular,
10767               <file>/usr/share/common-licenses/Apache-2.0</file>,
10768               <file>/usr/share/common-licenses/Artistic</file>,
10769               <file>/usr/share/common-licenses/GPL-1</file>,
10770               <file>/usr/share/common-licenses/GPL-2</file>,
10771               <file>/usr/share/common-licenses/GPL-3</file>,
10772               <file>/usr/share/common-licenses/LGPL-2</file>,
10773               <file>/usr/share/common-licenses/LGPL-2.1</file>,
10774               <file>/usr/share/common-licenses/LGPL-3</file>,
10775               <file>/usr/share/common-licenses/GFDL-1.2</file>, and
10776               <file>/usr/share/common-licenses/GFDL-1.3</file>
10777               respectively.  The University of California BSD license is
10778               also included in <package>base-files</package> as
10779               <file>/usr/share/common-licenses/BSD</file>, but given the
10780               brevity of this license, its specificity to code whose
10781               copyright is held by the Regents of the University of
10782               California, and the frequency of minor wording changes, its
10783               text should be included in the copyright file rather than
10784               referencing this file.
10785             </p>
10786           </footnote> rather than quoting them in the copyright
10787           file. 
10788         </p>
10789
10790         <p>
10791           You should not use the copyright file as a general <file>README</file>
10792           file.  If your package has such a file it should be
10793           installed in <file>/usr/share/doc/<var>package</var>/README</file> or
10794           <file>README.Debian</file> or some other appropriate place.
10795         </p>
10796
10797         <p>
10798           All copyright files must be encoded in UTF-8.
10799         </p>
10800
10801         <sect1 id="copyrightformat">
10802           <heading>Machine-readable copyright information</heading>
10803
10804           <p>
10805             A specification for a standard, machine-readable format
10806             for <file>debian/copyright</file> files is maintained as part
10807             of the <package>debian-policy</package> package.  This
10808             document may be found in the <file>copyright-format</file>
10809             files in the <package>debian-policy</package> package.  It is
10810             also available from the Debian web mirrors at
10811             <tt><url name="/doc/packaging-manuals/copyright-format/1.0/"
10812                      id="http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/"></tt>.
10813           </p>
10814
10815           <p>
10816             Use of this format is optional.
10817           </p>
10818         </sect1>
10819       </sect>
10820
10821       <sect>
10822         <heading>Examples</heading>
10823
10824         <p>
10825           Any examples (configurations, source files, whatever),
10826           should be installed in a directory
10827           <file>/usr/share/doc/<var>package</var>/examples</file>.  These
10828           files should not be referenced by any program: they're there
10829           for the benefit of the system administrator and users as
10830           documentation only.  Architecture-specific example files
10831           should be installed in a directory
10832           <file>/usr/lib/<var>package</var>/examples</file> with symbolic
10833           links to them from
10834           <file>/usr/share/doc/<var>package</var>/examples</file>, or the
10835           latter directory itself may be a symbolic link to the
10836           former.
10837         </p>
10838
10839         <p>
10840           If the purpose of a package is to provide examples, then the
10841           example files may be installed into
10842           <file>/usr/share/doc/<var>package</var></file>.
10843         </p>
10844       </sect>
10845
10846       <sect id="changelogs">
10847         <heading>Changelog files</heading>
10848
10849         <p>
10850           Packages that are not Debian-native must contain a
10851           compressed copy of the <file>debian/changelog</file> file from
10852           the Debian source tree in
10853           <file>/usr/share/doc/<var>package</var></file> with the name
10854           <file>changelog.Debian.gz</file>.
10855         </p>
10856
10857         <p>
10858           If an upstream changelog is available, it should be accessible as
10859           <file>/usr/share/doc/<var>package</var>/changelog.gz</file> in
10860           plain text.  If the upstream changelog is distributed in
10861           HTML, it should be made available in that form as
10862           <file>/usr/share/doc/<var>package</var>/changelog.html.gz</file>
10863           and a plain text <file>changelog.gz</file> should be generated
10864           from it using, for example, <tt>lynx -dump -nolist</tt>.  If
10865           the upstream changelog files do not already conform to this
10866           naming convention, then this may be achieved either by
10867           renaming the files, or by adding a symbolic link, at the
10868           maintainer's discretion.<footnote>
10869               Rationale: People should not have to look in places for
10870               upstream changelogs merely because they are given
10871               different names or are distributed in HTML format.
10872           </footnote>
10873         </p>
10874
10875         <p>
10876           All of these files should be installed compressed using
10877           <tt>gzip -9</tt>, as they will become large with time even
10878           if they start out small.
10879         </p>
10880
10881         <p>
10882           If the package has only one changelog which is used both as
10883           the Debian changelog and the upstream one because there is
10884           no separate upstream maintainer then that changelog should
10885           usually be installed as
10886           <file>/usr/share/doc/<var>package</var>/changelog.gz</file>; if
10887           there is a separate upstream maintainer, but no upstream
10888           changelog, then the Debian changelog should still be called
10889           <file>changelog.Debian.gz</file>.
10890         </p>
10891
10892         <p>
10893           For details about the format and contents of the Debian
10894           changelog file, please see <ref id="dpkgchangelog">.
10895         </p>
10896       </sect>
10897     </chapt>
10898
10899     <appendix id="pkg-scope">
10900       <heading>Introduction and scope of these appendices</heading>
10901
10902       <p>
10903         These appendices are taken essentially verbatim from the
10904         now-deprecated Packaging Manual, version 3.2.1.0.  They are
10905         the chapters which are likely to be of use to package
10906         maintainers and which have not already been included in the
10907         policy document itself. Most of these sections are very likely
10908         not relevant to policy; they should be treated as
10909         documentation for the packaging system. Please note that these
10910         appendices are included for convenience, and for historical
10911         reasons: they used to be part of policy package, and they have
10912         not yet been incorporated into dpkg documentation. However,
10913         they still have value, and hence they are presented here.
10914       </p>
10915
10916       <p>
10917         They have not yet been checked to ensure that they are
10918         compatible with the contents of policy, and if there are any
10919         contradictions, the version in the main policy document takes
10920         precedence.  The remaining chapters of the old Packaging
10921         Manual have also not been read in detail to ensure that there
10922         are not parts which have been left out.  Both of these will be
10923         done in due course.
10924       </p>
10925
10926       <p>
10927         Certain parts of the Packaging manual were integrated into the
10928         Policy Manual proper, and removed from the appendices. Links
10929         have been placed from the old locations to the new ones.
10930       </p>
10931
10932       <p>
10933         <prgn>dpkg</prgn> is a suite of programs for creating binary
10934         package files and installing and removing them on Unix
10935         systems.<footnote>
10936             <prgn>dpkg</prgn> is targeted primarily at Debian, but may
10937             work on or be ported to other systems.
10938         </footnote>
10939       </p>
10940
10941       <p>
10942         The binary packages are designed for the management of
10943         installed executable programs (usually compiled binaries) and
10944         their associated data, though source code examples and
10945         documentation are provided as part of some packages.</p>
10946
10947       <p>
10948         This manual describes the technical aspects of creating Debian
10949         binary packages (<file>.deb</file> files).  It documents the
10950         behavior of the package management programs
10951         <prgn>dpkg</prgn>, <prgn>dselect</prgn> et al. and the way
10952         they interact with packages.</p>
10953
10954       <p>
10955         This manual does not go into detail about the options and
10956         usage of the package building and installation tools.  It
10957         should therefore be read in conjunction with those programs'
10958         man pages.
10959       </p>
10960
10961       <p>
10962         The utility programs which are provided with <prgn>dpkg</prgn>
10963         not described in detail here, are documented in their man pages.
10964       </p>
10965
10966       <p>
10967         It is assumed that the reader is reasonably familiar with the
10968         <prgn>dpkg</prgn> System Administrators' manual.
10969         Unfortunately this manual does not yet exist.
10970       </p>
10971
10972       <p>
10973         The Debian version of the FSF's GNU hello program is provided as
10974         an example for people wishing to create Debian packages. However,
10975         while the examples are helpful, they do not replace the need to
10976         read and follow the Policy and Programmer's Manual.</p>
10977     </appendix>
10978
10979     <appendix id="pkg-binarypkg">
10980       <heading>Binary packages (from old Packaging Manual)</heading>
10981
10982       <p>
10983         See <manref name="deb" section="5"> and <ref id="pkg-controlarea">.
10984       </p>
10985
10986       <sect id="pkg-bincreating"><heading>Creating package files -
10987       <prgn>dpkg-deb</prgn>
10988         </heading>
10989
10990         <p>
10991           All manipulation of binary package files is done by
10992           <prgn>dpkg-deb</prgn>; it's the only program that has
10993           knowledge of the format.  (<prgn>dpkg-deb</prgn> may be
10994           invoked by calling <prgn>dpkg</prgn>, as <prgn>dpkg</prgn>
10995           will spot that the options requested are appropriate to
10996           <prgn>dpkg-deb</prgn> and invoke that instead with the same
10997           arguments.)
10998         </p>
10999
11000         <p>
11001           In order to create a binary package you must make a
11002           directory tree which contains all the files and directories
11003           you want to have in the file system data part of the package.
11004           In Debian-format source packages this directory is usually
11005           <file>debian/tmp</file>, relative to the top of the package's
11006           source tree.
11007         </p>
11008
11009         <p>
11010           They should have the locations (relative to the root of the
11011           directory tree you're constructing) ownerships and
11012           permissions which you want them to have on the system when
11013           they are installed.
11014         </p>
11015
11016         <p>
11017           With current versions of <prgn>dpkg</prgn> the uid/username
11018           and gid/groupname mappings for the users and groups being
11019           used should be the same on the system where the package is
11020           built and the one where it is installed.
11021         </p>
11022
11023         <p>
11024           You need to add one special directory to the root of the
11025           miniature file system tree you're creating:
11026           <prgn>DEBIAN</prgn>.  It should contain the control
11027           information files, notably the binary package control file
11028           (see <ref id="pkg-controlfile">).
11029         </p>
11030
11031         <p>
11032           The <prgn>DEBIAN</prgn> directory will not appear in the
11033           file system archive of the package, and so won't be installed
11034           by <prgn>dpkg</prgn> when the package is unpacked.
11035         </p>
11036
11037         <p>
11038           When you've prepared the package, you should invoke:
11039           <example>
11040   dpkg --build <var>directory</var>
11041           </example>
11042         </p>
11043
11044         <p>
11045           This will build the package in
11046           <file><var>directory</var>.deb</file>.  (<prgn>dpkg</prgn> knows
11047           that <tt>--build</tt> is a <prgn>dpkg-deb</prgn> option, so
11048           it invokes <prgn>dpkg-deb</prgn> with the same arguments to
11049           build the package.)
11050         </p>
11051
11052         <p>
11053           See the man page <manref name="dpkg-deb" section="8"> for details of how
11054           to examine the contents of this newly-created file.  You may find the
11055           output of following commands enlightening:
11056           <example>
11057   dpkg-deb --info <var>filename</var>.deb
11058   dpkg-deb --contents <var>filename</var>.deb
11059   dpkg --contents <var>filename</var>.deb
11060           </example>
11061           To view the copyright file for a package you could use this command:
11062           <example>
11063   dpkg --fsys-tarfile <var>filename</var>.deb | tar xOf - --wildcards \*/copyright | pager
11064           </example>
11065         </p>
11066       </sect>
11067
11068       <sect id="pkg-controlarea">
11069         <heading>Package control information files</heading>
11070
11071         <p>
11072           The control information portion of a binary package is a
11073           collection of files with names known to <prgn>dpkg</prgn>.
11074           It will treat the contents of these files specially - some
11075           of them contain information used by <prgn>dpkg</prgn> when
11076           installing or removing the package; others are scripts which
11077           the package maintainer wants <prgn>dpkg</prgn> to run.
11078         </p>
11079
11080         <p>
11081           It is possible to put other files in the package control
11082           information file area, but this is not generally a good idea
11083           (though they will largely be ignored).
11084         </p>
11085
11086         <p>
11087           Here is a brief list of the control information files supported
11088           by <prgn>dpkg</prgn> and a summary of what they're used for.
11089         </p>
11090
11091         <p>
11092           <taglist>
11093             <tag><tt>control</tt>
11094             <item>
11095               <p>
11096                 This is the key description file used by
11097                 <prgn>dpkg</prgn>.  It specifies the package's name
11098                 and version, gives its description for the user,
11099                 states its relationships with other packages, and so
11100                 forth.  See <ref id="sourcecontrolfiles"> and
11101                 <ref id="binarycontrolfiles">.
11102               </p>
11103
11104               <p>
11105                 It is usually generated automatically from information
11106                 in the source package by the
11107                 <prgn>dpkg-gencontrol</prgn> program, and with
11108                 assistance from <prgn>dpkg-shlibdeps</prgn>.
11109                 See <ref id="pkg-sourcetools">.
11110               </p>
11111             </item>
11112
11113             <tag><tt>postinst</tt>, <tt>preinst</tt>, <tt>postrm</tt>,
11114                  <tt>prerm</tt>
11115             </tag>
11116             <item>
11117               <p>
11118                 These are executable files (usually scripts) which
11119                 <prgn>dpkg</prgn> runs during installation, upgrade
11120                 and removal of packages.  They allow the package to
11121                 deal with matters which are particular to that package
11122                 or require more complicated processing than that
11123                 provided by <prgn>dpkg</prgn>.  Details of when and
11124                 how they are called are in <ref id="maintainerscripts">.
11125               </p>
11126
11127               <p>
11128                 It is very important to make these scripts idempotent.
11129                 See <ref id="idempotency">.
11130               </p>
11131
11132               <p>
11133                 The maintainer scripts are not guaranteed to run with a
11134                 controlling terminal and may not be able to interact with
11135                 the user.  See <ref id="controllingterminal">.
11136               </p>
11137             </item>
11138
11139             <tag><tt>conffiles</tt>
11140             </tag>
11141             <item>
11142                 This file contains a list of configuration files which
11143                 are to be handled automatically by <prgn>dpkg</prgn>
11144                 (see <ref id="pkg-conffiles">).  Note that not necessarily
11145                 every configuration file should be listed here.
11146             </item>
11147
11148             <tag><tt>shlibs</tt>
11149             </tag>
11150             <item>
11151                 This file contains a list of the shared libraries
11152                 supplied by the package, with dependency details for
11153                 each.  This is used by <prgn>dpkg-shlibdeps</prgn>
11154                 when it determines what dependencies are required in a
11155                 package control file. The <tt>shlibs</tt> file format
11156                 is described on <ref id="shlibs">.
11157             </item>
11158           </taglist>
11159         </p>
11160
11161       <sect id="pkg-controlfile">
11162         <heading>The main control information file: <tt>control</tt></heading>
11163
11164         <p>
11165           The most important control information file used by
11166           <prgn>dpkg</prgn> when it installs a package is
11167           <tt>control</tt>.  It contains all the package's "vital
11168           statistics".
11169         </p>
11170
11171         <p>
11172           The binary package control files of packages built from
11173           Debian sources are made by a special tool,
11174           <prgn>dpkg-gencontrol</prgn>, which reads
11175           <file>debian/control</file> and <file>debian/changelog</file> to
11176           find the information it needs.  See <ref id="pkg-sourcepkg"> for
11177           more details.
11178         </p>
11179
11180         <p>
11181           The fields in binary package control files are listed in
11182           <ref id="binarycontrolfiles">.
11183         </p>
11184
11185         <p>
11186           A description of the syntax of control files and the purpose
11187           of the fields is available in <ref id="controlfields">.
11188         </p>
11189       </sect>
11190
11191       <sect>
11192         <heading>Time Stamps</heading>
11193
11194         <p>
11195           See <ref id="timestamps">.
11196         </p>
11197       </sect>
11198     </appendix>
11199
11200     <appendix id="pkg-sourcepkg">
11201       <heading>Source packages (from old Packaging Manual) </heading>
11202
11203       <p>
11204         The Debian binary packages in the distribution are generated
11205         from Debian sources, which are in a special format to assist
11206         the easy and automatic building of binaries.
11207       </p>
11208
11209       <sect id="pkg-sourcetools">
11210         <heading>Tools for processing source packages</heading>
11211
11212         <p>
11213           Various tools are provided for manipulating source packages;
11214           they pack and unpack sources and help build of binary
11215           packages and help manage the distribution of new versions.
11216         </p>
11217
11218         <p>
11219           They are introduced and typical uses described here; see
11220           <manref name="dpkg-source" section="1"> for full
11221           documentation about their arguments and operation.
11222         </p>
11223
11224         <p>
11225           For examples of how to construct a Debian source package,
11226           and how to use those utilities that are used by Debian
11227           source packages, please see the <prgn>hello</prgn> example
11228           package.
11229         </p>
11230
11231         <sect1 id="pkg-dpkg-source">
11232           <heading>
11233             <prgn>dpkg-source</prgn> - packs and unpacks Debian source
11234             packages
11235           </heading>
11236
11237           <p>
11238             This program is frequently used by hand, and is also
11239             called from package-independent automated building scripts
11240             such as <prgn>dpkg-buildpackage</prgn>.
11241           </p>
11242
11243           <p>
11244             To unpack a package it is typically invoked with
11245             <example>
11246   dpkg-source -x <var>.../path/to/filename</var>.dsc
11247             </example>
11248           </p>
11249
11250            <p>
11251             with the <file><var>filename</var>.tar.gz</file> and
11252             <file><var>filename</var>.diff.gz</file> (if applicable) in
11253             the same directory.  It unpacks into
11254             <file><var>package</var>-<var>version</var></file>, and if
11255             applicable
11256             <file><var>package</var>-<var>version</var>.orig</file>, in
11257             the current directory.
11258           </p>
11259
11260           <p>
11261             To create a packed source archive it is typically invoked:
11262             <example>
11263   dpkg-source -b <var>package</var>-<var>version</var>
11264           </example>
11265           </p>
11266
11267           <p>
11268             This will create the <file>.dsc</file>, <file>.tar.gz</file> and
11269             <file>.diff.gz</file> (if appropriate) in the current
11270             directory.  <prgn>dpkg-source</prgn> does not clean the
11271             source tree first - this must be done separately if it is
11272             required.
11273           </p>
11274
11275           <p>
11276             See also <ref id="pkg-sourcearchives">.</p>
11277         </sect1>
11278
11279
11280         <sect1 id="pkg-dpkg-buildpackage">
11281           <heading>
11282             <prgn>dpkg-buildpackage</prgn> - overall package-building
11283             control script
11284           </heading>
11285
11286           <p>
11287             See <manref name="dpkg-buildpackage" section="1">.
11288           </p>
11289         </sect1>
11290
11291         <sect1 id="pkg-dpkg-gencontrol">
11292           <heading>
11293             <prgn>dpkg-gencontrol</prgn> - generates binary package
11294             control files
11295           </heading>
11296
11297           <p>
11298             This program is usually called from <file>debian/rules</file>
11299             (see <ref id="pkg-sourcetree">) in the top level of the source
11300             tree.
11301           </p>
11302
11303           <p>
11304             This is usually done just before the files and directories in the
11305             temporary directory tree where the package is being built have their
11306             permissions and ownerships set and the package is constructed using
11307             <prgn>dpkg-deb/</prgn>
11308               <footnote>
11309                 This is so that the control file which is produced has
11310                 the right permissions
11311             </footnote>.
11312           </p>
11313
11314           <p>
11315             <prgn>dpkg-gencontrol</prgn> must be called after all the
11316             files which are to go into the package have been placed in
11317             the temporary build directory, so that its calculation of
11318             the installed size of a package is correct.
11319           </p>
11320
11321           <p>
11322             It is also necessary for <prgn>dpkg-gencontrol</prgn> to
11323             be run after <prgn>dpkg-shlibdeps</prgn> so that the
11324             variable substitutions created by
11325             <prgn>dpkg-shlibdeps</prgn> in <file>debian/substvars</file>
11326             are available.
11327           </p>
11328
11329           <p>
11330             For a package which generates only one binary package, and
11331             which builds it in <file>debian/tmp</file> relative to the top
11332             of the source package, it is usually sufficient to call
11333             <prgn>dpkg-gencontrol</prgn>.
11334           </p>
11335
11336           <p>
11337             Sources which build several binaries will typically need
11338             something like:
11339             <example>
11340   dpkg-gencontrol -Pdebian/tmp-<var>pkg</var> -p<var>package</var>
11341             </example> The <tt>-P</tt> tells
11342             <prgn>dpkg-gencontrol</prgn> that the package is being
11343             built in a non-default directory, and the <tt>-p</tt>
11344             tells it which package's control file should be generated.
11345           </p>
11346
11347           <p>
11348             <prgn>dpkg-gencontrol</prgn> also adds information to the
11349             list of files in <file>debian/files</file>, for the benefit of
11350             (for example) a future invocation of
11351             <prgn>dpkg-genchanges</prgn>.</p>
11352         </sect1>
11353
11354         <sect1 id="pkg-dpkg-shlibdeps">
11355           <heading>
11356             <prgn>dpkg-shlibdeps</prgn> - calculates shared library
11357             dependencies
11358           </heading>
11359
11360           <p>
11361             See <manref name="dpkg-shlibdeps" section="1">.
11362           </p>
11363         </sect1>
11364
11365         <sect1 id="pkg-dpkg-distaddfile">
11366           <heading>
11367             <prgn>dpkg-distaddfile</prgn> - adds a file to
11368             <file>debian/files</file>
11369           </heading>
11370
11371           <p>
11372             Some packages' uploads need to include files other than
11373             the source and binary package files.
11374           </p>
11375
11376           <p>
11377             <prgn>dpkg-distaddfile</prgn> adds a file to the
11378             <file>debian/files</file> file so that it will be included in
11379             the <file>.changes</file> file when
11380             <prgn>dpkg-genchanges</prgn> is run.
11381           </p>
11382
11383           <p>
11384             It is usually invoked from the <tt>binary</tt> target of
11385             <file>debian/rules</file>:
11386             <example>
11387   dpkg-distaddfile <var>filename</var> <var>section</var> <var>priority</var>
11388             </example>
11389             The <var>filename</var> is relative to the directory where
11390             <prgn>dpkg-genchanges</prgn> will expect to find it - this
11391             is usually the directory above the top level of the source
11392             tree.  The <file>debian/rules</file> target should put the
11393             file there just before or just after calling
11394             <prgn>dpkg-distaddfile</prgn>.
11395           </p>
11396
11397           <p>
11398             The <var>section</var> and <var>priority</var> are passed
11399             unchanged into the resulting <file>.changes</file> file.
11400           </p>
11401         </sect1>
11402
11403
11404         <sect1 id="pkg-dpkg-genchanges">
11405           <heading>
11406             <prgn>dpkg-genchanges</prgn> - generates a <file>.changes</file>
11407             upload control file
11408           </heading>
11409
11410           <p>
11411             See <manref name="dpkg-genchanges" section="1">.
11412           </p>
11413         </sect1>
11414
11415         <sect1 id="pkg-dpkg-parsechangelog">
11416           <heading>
11417             <prgn>dpkg-parsechangelog</prgn> - produces parsed
11418             representation of a changelog
11419           </heading>
11420
11421           <p>
11422             See <manref name="dpkg-parsechangelog" section="1">.
11423           </p>
11424         </sect1>
11425
11426         <sect1 id="pkg-dpkg-architecture">
11427           <heading>
11428             <prgn>dpkg-architecture</prgn> - information about the build and
11429             host system
11430           </heading>
11431
11432           <p>
11433             See <manref name="dpkg-architecture" section="1">.
11434           </p>
11435         </sect1>
11436       </sect>
11437
11438       <sect id="pkg-sourcetree">
11439         <heading>The Debian package source tree</heading>
11440
11441         <p>
11442           The source archive scheme described later is intended to
11443           allow a Debian package source tree with some associated
11444           control information to be reproduced and transported easily.
11445           The Debian package source tree is a version of the original
11446           program with certain files added for the benefit of the
11447           packaging process, and with any other changes required
11448           made to the rest of the source code and installation
11449           scripts.
11450         </p>
11451
11452         <p>
11453           The extra files created for Debian are in the subdirectory
11454           <file>debian</file> of the top level of the Debian package
11455           source tree. They are described below.
11456         </p>
11457
11458         <sect1 id="pkg-debianrules">
11459           <heading><file>debian/rules</file> - the main building script</heading>
11460
11461           <p>
11462             See <ref id="debianrules">.
11463           </p>
11464         </sect1>
11465
11466         <sect1 id="pkg-srcsubstvars">
11467           <heading><file>debian/substvars</file> and variable substitutions</heading>
11468
11469           <p>
11470             See <ref id="substvars">.
11471           </p>
11472
11473         </sect1>
11474
11475         <sect1>
11476           <heading><file>debian/files</file></heading>
11477
11478           <p>
11479             See <ref id="debianfiles">.
11480           </p>
11481         </sect1>
11482
11483         <sect1><heading><file>debian/tmp</file>
11484           </heading>
11485
11486           <p>
11487             This is the canonical temporary location for the
11488             construction of binary packages by the <tt>binary</tt>
11489             target.  The directory <file>tmp</file> serves as the root of
11490             the file system tree as it is being constructed (for
11491             example, by using the package's upstream makefiles install
11492             targets and redirecting the output there), and it also
11493             contains the <tt>DEBIAN</tt> subdirectory.  See <ref
11494             id="pkg-bincreating">.
11495           </p>
11496
11497           <p>
11498             If several binary packages are generated from the same
11499             source tree it is usual to use several
11500             <file>debian/tmp<var>something</var></file> directories, for
11501             example <file>tmp-a</file> or <file>tmp-doc</file>.
11502           </p>
11503
11504           <p>
11505             Whatever <file>tmp</file> directories are created and used by
11506             <tt>binary</tt> must of course be removed by the
11507             <tt>clean</tt> target.</p></sect1>
11508       </sect>
11509
11510
11511       <sect id="pkg-sourcearchives"><heading>Source packages as archives
11512         </heading>
11513
11514         <p>
11515           As it exists on the FTP site, a Debian source package
11516           consists of three related files.  You must have the right
11517           versions of all three to be able to use them.
11518         </p>
11519
11520         <p>
11521           <taglist>
11522             <tag>Debian source control file - <tt>.dsc</tt></tag>
11523             <item>
11524                 This file is a control file used by <prgn>dpkg-source</prgn>
11525                 to extract a source package.
11526                 See <ref id="debiansourcecontrolfiles">.
11527             </item>
11528
11529             <tag>
11530               Original source archive -
11531               <file>
11532                 <var>package</var>_<var>upstream-version</var>.orig.tar.gz
11533               </file>
11534             </tag>
11535
11536             <item>
11537               <p>
11538                 This is a compressed (with <tt>gzip -9</tt>)
11539                 <prgn>tar</prgn> file containing the source code from
11540                 the upstream authors of the program.
11541               </p>
11542             </item>
11543
11544             <tag>
11545               Debian package diff -
11546               <file>
11547                 <var>package</var>_<var>upstream_version-revision</var>.diff.gz
11548               </file>
11549             </tag>
11550             <item>
11551
11552               <p>
11553                 This is a unified context diff (<tt>diff -u</tt>)
11554                 giving the changes which are required to turn the
11555                 original source into the Debian source.  These changes
11556                 may only include editing and creating plain files.
11557                 The permissions of files, the targets of symbolic
11558                 links and the characteristics of special files or
11559                 pipes may not be changed and no files may be removed
11560                 or renamed.
11561               </p>
11562
11563               <p>
11564                 All the directories in the diff must exist, except the
11565                 <file>debian</file> subdirectory of the top of the source
11566                 tree, which will be created by
11567                 <prgn>dpkg-source</prgn> if necessary when unpacking.
11568               </p>
11569
11570               <p>
11571                 The <prgn>dpkg-source</prgn> program will
11572                 automatically make the <file>debian/rules</file> file
11573                 executable (see below).</p></item>
11574           </taglist>
11575         </p>
11576
11577         <p>
11578           If there is no original source code - for example, if the
11579           package is specially prepared for Debian or the Debian
11580           maintainer is the same as the upstream maintainer - the
11581           format is slightly different: then there is no diff, and the
11582           tarfile is named
11583           <file><var>package</var>_<var>version</var>.tar.gz</file>,
11584           and preferably contains a directory named
11585           <file><var>package</var>-<var>version</var></file>.
11586         </p>
11587       </sect>
11588
11589       <sect>
11590         <heading>Unpacking a Debian source package without <prgn>dpkg-source</prgn></heading>
11591
11592         <p>
11593           <tt>dpkg-source -x</tt> is the recommended way to unpack a
11594           Debian source package.  However, if it is not available it
11595           is possible to unpack a Debian source archive as follows:
11596         <enumlist compact="compact">
11597           <item>
11598             <p>
11599               Untar the tarfile, which will create a <file>.orig</file>
11600               directory.</p>
11601           </item>
11602           <item>
11603             <p>Rename the <file>.orig</file> directory to
11604               <file><var>package</var>-<var>version</var></file>.</p>
11605           </item>
11606             <item>
11607             <p>
11608               Create the subdirectory <file>debian</file> at the top of
11609               the source tree.</p>
11610           </item>
11611           <item><p>Apply the diff using <tt>patch -p0</tt>.</p>
11612           </item>
11613           <item><p>Untar the tarfile again if you want a copy of the original
11614               source code alongside the Debian version.</p>
11615           </item>
11616         </enumlist>
11617
11618         <p>
11619           It is not possible to generate a valid Debian source archive
11620           without using <prgn>dpkg-source</prgn>.  In particular,
11621           attempting to use <prgn>diff</prgn> directly to generate the
11622           <file>.diff.gz</file> file will not work.
11623         </p>
11624
11625         <sect1>
11626           <heading>Restrictions on objects in source packages</heading>
11627
11628           <p>
11629             The source package may not contain any hard links
11630             <footnote>
11631                 This is not currently detected when building source
11632                 packages, but only when extracting
11633                 them.
11634             </footnote>
11635             <footnote>
11636                 Hard links may be permitted at some point in the
11637                 future, but would require a fair amount of
11638                 work.
11639             </footnote>, device special files, sockets or setuid or
11640             setgid files.
11641             <footnote>
11642                 Setgid directories are allowed.
11643             </footnote>
11644           </p>
11645
11646           <p>
11647             The source packaging tools manage the changes between the
11648             original and Debian source using <prgn>diff</prgn> and
11649             <prgn>patch</prgn>.  Turning the original source tree as
11650             included in the <file>.orig.tar.gz</file> into the Debian
11651             package source must not involve any changes which cannot be
11652             handled by these tools.  Problematic changes which cause
11653             <prgn>dpkg-source</prgn> to halt with an error when
11654             building the source package are:
11655             <list compact="compact">
11656               <item><p>Adding or removing symbolic links, sockets or pipes.</p>
11657               </item>
11658               <item><p>Changing the targets of symbolic links.</p>
11659               </item>
11660               <item><p>Creating directories, other than <file>debian</file>.</p>
11661               </item>
11662               <item><p>Changes to the contents of binary files.</p></item>
11663             </list> Changes which cause <prgn>dpkg-source</prgn> to
11664             print a warning but continue anyway are:
11665             <list compact="compact">
11666               <item>
11667                 <p>
11668                   Removing files, directories or symlinks.
11669                   <footnote>
11670                       Renaming a file is not treated specially - it is
11671                       seen as the removal of the old file (which
11672                       generates a warning, but is otherwise ignored),
11673                       and the creation of the new one.
11674                   </footnote>
11675                 </p>
11676               </item>
11677               <item>
11678                 <p>
11679                   Changed text files which are missing the usual final
11680                   newline (either in the original or the modified
11681                   source tree).
11682                 </p>
11683               </item>
11684             </list>
11685             Changes which are not represented, but which are not detected by
11686             <prgn>dpkg-source</prgn>, are:
11687             <list compact="compact">
11688               <item><p>Changing the permissions of files (other than
11689                   <file>debian/rules</file>) and directories.</p></item>
11690             </list>
11691           </p>
11692
11693           <p>
11694             The <file>debian</file> directory and <file>debian/rules</file>
11695             are handled specially by <prgn>dpkg-source</prgn> - before
11696             applying the changes it will create the <file>debian</file>
11697             directory, and afterwards it will make
11698             <file>debian/rules</file> world-executable.
11699           </p>
11700         </sect1>
11701       </sect>
11702     </appendix>
11703
11704     <appendix id="pkg-controlfields">
11705       <heading>Control files and their fields (from old Packaging Manual)</heading>
11706
11707       <p>
11708         Many of the tools in the <prgn>dpkg</prgn> suite manipulate
11709         data in a common format, known as control files.  Binary and
11710         source packages have control data as do the <file>.changes</file>
11711         files which control the installation of uploaded files, and
11712         <prgn>dpkg</prgn>'s internal databases are in a similar
11713         format.
11714       </p>
11715
11716       <sect>
11717         <heading>Syntax of control files</heading>
11718
11719         <p>
11720           See <ref id="controlsyntax">.
11721         </p>
11722
11723         <p>
11724           It is important to note that there are several fields which
11725           are optional as far as <prgn>dpkg</prgn> and the related
11726           tools are concerned, but which must appear in every Debian
11727           package, or whose omission may cause problems.
11728         </p>
11729       </sect>
11730
11731       <sect>
11732         <heading>List of fields</heading>
11733
11734         <p>
11735           See <ref id="controlfieldslist">.
11736         </p>
11737
11738         <p>
11739           This section now contains only the fields that didn't belong
11740           to the Policy manual.
11741         </p>
11742
11743         <sect1 id="pkg-f-Filename">
11744           <heading><tt>Filename</tt> and <tt>MSDOS-Filename</tt></heading>
11745
11746           <p>
11747             These fields in <tt>Packages</tt> files give the
11748             filename(s) of (the parts of) a package in the
11749             distribution directories, relative to the root of the
11750             Debian hierarchy.  If the package has been split into
11751             several parts the parts are all listed in order, separated
11752             by spaces.
11753           </p>
11754         </sect1>
11755
11756         <sect1 id="pkg-f-Size">
11757           <heading><tt>Size</tt> and <tt>MD5sum</tt></heading>
11758
11759           <p>
11760             These fields in <file>Packages</file> files give the size (in
11761             bytes, expressed in decimal) and MD5 checksum of the
11762             file(s) which make(s) up a binary package in the
11763             distribution.  If the package is split into several parts
11764             the values for the parts are listed in order, separated by
11765             spaces.
11766           </p>
11767         </sect1>
11768
11769         <sect1 id="pkg-f-Status">
11770           <heading><tt>Status</tt></heading>
11771
11772           <p>
11773             This field in <prgn>dpkg</prgn>'s status file records
11774             whether the user wants a package installed, removed or
11775             left alone, whether it is broken (requiring
11776             re-installation) or not and what its current state on the
11777             system is.  Each of these pieces of information is a
11778             single word.
11779           </p>
11780         </sect1>
11781
11782         <sect1 id="pkg-f-Config-Version">
11783           <heading><tt>Config-Version</tt></heading>
11784
11785           <p>
11786             If a package is not installed or not configured, this
11787             field in <prgn>dpkg</prgn>'s status file records the last
11788             version of the package which was successfully
11789             configured.
11790           </p>
11791         </sect1>
11792
11793         <sect1 id="pkg-f-Conffiles">
11794           <heading><tt>Conffiles</tt></heading>
11795
11796           <p>
11797             This field in <prgn>dpkg</prgn>'s status file contains
11798             information about the automatically-managed configuration
11799             files held by a package.  This field should <em>not</em>
11800             appear anywhere in a package!
11801           </p>
11802         </sect1>
11803
11804         <sect1>
11805           <heading>Obsolete fields</heading>
11806
11807           <p>
11808             These are still recognized by <prgn>dpkg</prgn> but should
11809             not appear anywhere any more.
11810
11811             <taglist compact="compact">
11812
11813               <tag><tt>Revision</tt></tag>
11814               <tag><tt>Package-Revision</tt></tag>
11815               <tag><tt>Package_Revision</tt></tag>
11816               <item>
11817                   The Debian revision part of the package version was
11818                   at one point in a separate control field.  This
11819                   field went through several names.
11820               </item>
11821
11822               <tag><tt>Recommended</tt></tag>
11823               <item>Old name for <tt>Recommends</tt>.</item>
11824
11825               <tag><tt>Optional</tt></tag>
11826               <item>Old name for <tt>Suggests</tt>.</item>
11827
11828               <tag><tt>Class</tt></tag>
11829               <item>Old name for <tt>Priority</tt>.</item>
11830
11831             </taglist>
11832           </p>
11833         </sect1>
11834       </sect>
11835
11836     </appendix>
11837
11838     <appendix id="pkg-conffiles">
11839       <heading>Configuration file handling (from old Packaging Manual)</heading>
11840
11841       <p>
11842         <prgn>dpkg</prgn> can do a certain amount of automatic
11843         handling of package configuration files.
11844       </p>
11845
11846       <p>
11847         Whether this mechanism is appropriate depends on a number of
11848         factors, but basically there are two approaches to any
11849         particular configuration file.
11850       </p>
11851
11852       <p>
11853         The easy method is to ship a best-effort configuration in the
11854         package, and use <prgn>dpkg</prgn>'s conffile mechanism to
11855         handle updates.  If the user is unlikely to want to edit the
11856         file, but you need them to be able to without losing their
11857         changes, and a new package with a changed version of the file
11858         is only released infrequently, this is a good approach.
11859       </p>
11860
11861       <p>
11862         The hard method is to build the configuration file from
11863         scratch in the <prgn>postinst</prgn> script, and to take the
11864         responsibility for fixing any mistakes made in earlier
11865         versions of the package automatically.  This will be
11866         appropriate if the file is likely to need to be different on
11867         each system.
11868       </p>
11869
11870       <sect><heading>Automatic handling of configuration files by
11871       <prgn>dpkg</prgn>
11872         </heading>
11873
11874         <p>
11875           A package may contain a control information file called
11876           <tt>conffiles</tt>.  This file should be a list of filenames
11877           of configuration files needing automatic handling, separated
11878           by newlines.  The filenames should be absolute pathnames,
11879           and the files referred to should actually exist in the
11880           package.
11881         </p>
11882
11883         <p>
11884           When a package is upgraded <prgn>dpkg</prgn> will process
11885           the configuration files during the configuration stage,
11886           shortly before it runs the package's <prgn>postinst</prgn>
11887           script,
11888         </p>
11889
11890         <p>
11891           For each file it checks to see whether the version of the
11892           file included in the package is the same as the one that was
11893           included in the last version of the package (the one that is
11894           being upgraded from); it also compares the version currently
11895           installed on the system with the one shipped with the last
11896           version.
11897         </p>
11898
11899         <p>
11900           If neither the user nor the package maintainer has changed
11901           the file, it is left alone.  If one or the other has changed
11902           their version, then the changed version is preferred - i.e.,
11903           if the user edits their file, but the package maintainer
11904           doesn't ship a different version, the user's changes will
11905           stay, silently, but if the maintainer ships a new version
11906           and the user hasn't edited it the new version will be
11907           installed (with an informative message).  If both have
11908           changed their version the user is prompted about the problem
11909           and must resolve the differences themselves.
11910         </p>
11911
11912         <p>
11913           The comparisons are done by calculating the MD5 message
11914           digests of the files, and storing the MD5 of the file as it
11915           was included in the most recent version of the package.
11916         </p>
11917
11918         <p>
11919           When a package is installed for the first time
11920           <prgn>dpkg</prgn> will install the file that comes with it,
11921           unless that would mean overwriting a file already on the
11922           file system.
11923         </p>
11924
11925         <p>
11926           However, note that <prgn>dpkg</prgn> will <em>not</em>
11927           replace a conffile that was removed by the user (or by a
11928           script).  This is necessary because with some programs a
11929           missing file produces an effect hard or impossible to
11930           achieve in another way, so that a missing file needs to be
11931           kept that way if the user did it.
11932         </p>
11933
11934         <p>
11935           Note that a package should <em>not</em> modify a
11936           <prgn>dpkg</prgn>-handled conffile in its maintainer
11937           scripts.  Doing this will lead to <prgn>dpkg</prgn> giving
11938           the user confusing and possibly dangerous options for
11939           conffile update when the package is upgraded.</p>
11940       </sect>
11941
11942       <sect><heading>Fully-featured maintainer script configuration
11943       handling
11944         </heading>
11945
11946         <p>
11947           For files which contain site-specific information such as
11948           the hostname and networking details and so forth, it is
11949           better to create the file in the package's
11950           <prgn>postinst</prgn> script.
11951         </p>
11952
11953         <p>
11954           This will typically involve examining the state of the rest
11955           of the system to determine values and other information, and
11956           may involve prompting the user for some information which
11957           can't be obtained some other way.
11958         </p>
11959
11960         <p>
11961           When using this method there are a couple of important
11962           issues which should be considered:
11963         </p>
11964
11965         <p>
11966           If you discover a bug in the program which generates the
11967           configuration file, or if the format of the file changes
11968           from one version to the next, you will have to arrange for
11969           the postinst script to do something sensible - usually this
11970           will mean editing the installed configuration file to remove
11971           the problem or change the syntax.  You will have to do this
11972           very carefully, since the user may have changed the file,
11973           perhaps to fix the very problem that your script is trying
11974           to deal with - you will have to detect these situations and
11975           deal with them correctly.
11976         </p>
11977
11978         <p>
11979           If you do go down this route it's probably a good idea to
11980           make the program that generates the configuration file(s) a
11981           separate program in <file>/usr/sbin</file>, by convention called
11982           <file><var>package</var>config</file> and then run that if
11983           appropriate from the post-installation script.  The
11984           <tt><var>package</var>config</tt> program should not
11985           unquestioningly overwrite an existing configuration - if its
11986           mode of operation is geared towards setting up a package for
11987           the first time (rather than any arbitrary reconfiguration
11988           later) you should have it check whether the configuration
11989           already exists, and require a <tt>--force</tt> flag to
11990           overwrite it.</p></sect>
11991     </appendix>
11992
11993     <appendix id="pkg-alternatives"><heading>Alternative versions of
11994         an interface - <prgn>update-alternatives</prgn> (from old
11995     Packaging Manual)
11996       </heading>
11997
11998       <p>
11999         When several packages all provide different versions of the
12000         same program or file it is useful to have the system select a
12001         default, but to allow the system administrator to change it
12002         and have their decisions respected.
12003       </p>
12004
12005       <p>
12006         For example, there are several versions of the <prgn>vi</prgn>
12007         editor, and there is no reason to prevent all of them from
12008         being installed at once, each under their own name
12009         (<prgn>nvi</prgn>, <prgn>vim</prgn> or whatever).
12010         Nevertheless it is desirable to have the name <tt>vi</tt>
12011         refer to something, at least by default.
12012       </p>
12013
12014       <p>
12015         If all the packages involved cooperate, this can be done with
12016         <prgn>update-alternatives</prgn>.
12017       </p>
12018
12019       <p>
12020         Each package provides its own version under its own name, and
12021         calls <prgn>update-alternatives</prgn> in its postinst to
12022         register its version (and again in its prerm to deregister
12023         it).
12024       </p>
12025
12026       <p>
12027         See the man page <manref name="update-alternatives"
12028         section="8"> for details.
12029       </p>
12030
12031       <p>
12032         If <prgn>update-alternatives</prgn> does not seem appropriate
12033         you may wish to consider using diversions instead.</p>
12034     </appendix>
12035
12036     <appendix id="pkg-diversions"><heading>Diversions - overriding a
12037     package's version of a file (from old Packaging Manual)
12038       </heading>
12039
12040       <p>
12041         It is possible to have <prgn>dpkg</prgn> not overwrite a file
12042         when it reinstalls the package it belongs to, and to have it
12043         put the file from the package somewhere else instead.
12044       </p>
12045
12046       <p>
12047         This can be used locally to override a package's version of a
12048         file, or by one package to override another's version (or
12049         provide a wrapper for it).
12050       </p>
12051
12052       <p>
12053         Before deciding to use a diversion, read <ref
12054         id="pkg-alternatives"> to see if you really want a diversion
12055         rather than several alternative versions of a program.
12056       </p>
12057
12058       <p>
12059         There is a diversion list, which is read by <prgn>dpkg</prgn>,
12060         and updated by a special program <prgn>dpkg-divert</prgn>.
12061         Please see <manref name="dpkg-divert" section="8"> for full
12062         details of its operation.
12063       </p>
12064
12065       <p>
12066         When a package wishes to divert a file from another, it should
12067         call <prgn>dpkg-divert</prgn> in its preinst to add the
12068         diversion and rename the existing file.  For example,
12069         supposing that a <prgn>smailwrapper</prgn> package wishes to
12070         install a wrapper around <file>/usr/sbin/smail</file>:
12071         <example>
12072    dpkg-divert --package smailwrapper --add --rename \
12073       --divert /usr/sbin/smail.real /usr/sbin/smail
12074         </example> The <tt>--package smailwrapper</tt> ensures that
12075         <prgn>smailwrapper</prgn>'s copy of <file>/usr/sbin/smail</file>
12076         can bypass the diversion and get installed as the true version.
12077         It's safe to add the diversion unconditionally on upgrades since
12078         it will be left unchanged if it already exists, but
12079         <prgn>dpkg-divert</prgn> will display a message.  To suppress that
12080         message, make the command conditional on the version from which
12081         the package is being upgraded:
12082         <example>
12083    if [ upgrade != "$1" ] || dpkg --compare-versions "$2" lt 1.0-2; then
12084       dpkg-divert --package smailwrapper --add --rename \
12085          --divert /usr/sbin/smail.real /usr/sbin/smail
12086    fi
12087         </example> where <tt>1.0-2</tt> is the version at which the
12088         diversion was first added to the package.  Running the command
12089         during abort-upgrade is pointless but harmless.
12090       </p>
12091
12092       <p>
12093         The postrm has to do the reverse:
12094         <example>
12095   if [ remove = "$1" -o abort-install = "$1" -o disappear = "$1" ]; then
12096      dpkg-divert --package smailwrapper --remove --rename \
12097         --divert /usr/sbin/smail.real /usr/sbin/smail
12098   fi
12099         </example> If the diversion was added at a particular version, the
12100         postrm should also handle the failure case of upgrading from an
12101         older version (unless the older version is so old that direct
12102         upgrades are no longer supported):
12103         <example>
12104   if [ abort-upgrade = "$1" ] && dpkg --compare-versions "$2" lt 1.0-2; then
12105      dpkg-divert --package smailwrapper --remove --rename \
12106         --divert /usr/sbin/smail.real /usr/sbin/smail
12107   fi
12108         </example> where <tt>1.0-2</tt> is the version at which the
12109         diversion was first added to the package.  The postrm should not
12110         remove the diversion on upgrades both because there's no reason to
12111         remove the diversion only to immediately re-add it and since the
12112         postrm of the old package is run after unpacking so the removal of
12113         the diversion will fail.
12114       </p>
12115
12116       <p>
12117         Do not attempt to divert a file which is vitally important for
12118         the system's operation - when using <prgn>dpkg-divert</prgn>
12119         there is a time, after it has been diverted but before
12120         <prgn>dpkg</prgn> has installed the new version, when the file
12121         does not exist.</p>
12122
12123       <p>
12124         Do not attempt to divert a conffile, as <prgn>dpkg</prgn> does not
12125         handle it well.
12126       </p>
12127     </appendix>
12128
12129   </book>
12130 </debiandoc>
12131 <!-- Local variables: -->
12132 <!-- indent-tabs-mode: t -->
12133 <!-- End: -->
12134 <!-- vim:set ai sts=2 sw=2 tw=76: -->