]> git.donarmstrong.com Git - debian/debian-policy.git/blob - policy.sgml
Fix typo in 8.6.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       </sect>
162
163       <sect>
164         <heading>New versions of this document</heading>
165
166         <p>
167           This manual is distributed via the Debian package
168           <package><url name="debian-policy"
169               id="http://packages.debian.org/debian-policy"></package> 
170           (<httpsite>packages.debian.org</httpsite> 
171           <httppath>/debian-policy</httppath>).
172         </p>
173
174         <p>
175           The current version of this document is also available from
176           the Debian web mirrors at
177           <tt><url name="/doc/debian-policy/"
178                 id="http://www.debian.org/doc/debian-policy/"></tt>.
179           (
180           <httpsite>www.debian.org</httpsite>
181           <httppath>/doc/debian-policy/</httppath>)
182           Also available from the same directory are several other
183           formats: <file>policy.html.tar.gz</file>
184           (<httppath>/doc/debian-policy/policy.html.tar.gz</httppath>),
185           <file>policy.pdf.gz</file> 
186           (<httppath>/doc/debian-policy/policy.pdf.gz</httppath>)
187           and <file>policy.ps.gz</file>
188           (<httppath>/doc/debian-policy/policy.ps.gz</httppath>).
189         </p>
190
191         <p>
192           The <package>debian-policy</package> package also includes the file
193           <file>upgrading-checklist.txt.gz</file> which indicates policy
194           changes between versions of this document.
195         </p>
196       </sect>
197
198       <sect id="authors">
199         <heading>Authors and Maintainers</heading>
200
201         <p>
202           Originally called "Debian GNU/Linux Policy Manual", this
203           manual was initially written in 1996 by Ian Jackson.
204           It was revised on November 27th, 1996 by David A. Morris.
205           Christian Schwarz added new sections on March 15th, 1997,
206           and reworked/restructured it in April-July 1997.
207           Christoph Lameter contributed the "Web Standard".
208           Julian Gilbey largely restructured it in 2001.
209         </p>
210
211         <p>
212           Since September 1998, the responsibility for the contents of
213           this document lies on the <url name="debian-policy mailing list"
214           id="mailto:debian-policy@lists.debian.org">. Proposals
215           are discussed there and inserted into policy after a certain
216           consensus is established.
217           <!-- insert shameless policy-process plug here eventually -->
218           The actual editing is done by a group of maintainers that have
219           no editorial powers. These are the current maintainers:
220
221           <enumlist>
222             <item>Russ Allbery</item>
223             <item>Bill Allombert</item>
224             <item>Andrew McMillan</item>
225             <item>Manoj Srivastava</item>
226             <item>Colin Watson</item>
227           </enumlist>
228         </p>
229
230         <p>
231           While the authors of this document have tried hard to avoid
232           typos and other errors, these do still occur. If you discover
233           an error in this manual or if you want to give any
234           comments, suggestions, or criticisms please send an email to
235           the Debian Policy List,
236           <email>debian-policy@lists.debian.org</email>, or submit a
237           bug report against the <tt>debian-policy</tt> package.
238         </p>
239
240         <p>
241           Please do not try to reach the individual authors or maintainers
242           of the Policy Manual regarding changes to the Policy.
243         </p>
244       </sect>
245
246       <sect id="related">
247         <heading>Related documents</heading>
248
249         <p>
250           There are several other documents other than this Policy Manual
251           that are necessary to fully understand some Debian policies and
252           procedures.
253         </p>
254
255         <p>
256           The external "sub-policy" documents are referred to in:
257           <list compact="compact">
258             <item><ref id="fhs"></item>
259             <item><ref id="virtual_pkg"></item>
260             <item><ref id="menus"></item>
261             <item><ref id="perl"></item>
262             <item><ref id="maintscriptprompt"></item>
263             <item><ref id="emacs"></item>
264           </list>
265         </p>
266
267         <p>
268           In addition to those, which carry the weight of policy, there
269           is the Debian Developer's Reference. This document describes
270           procedures and resources for Debian developers, but it is
271           <em>not</em> normative; rather, it includes things that don't
272           belong in the Policy, such as best practices for developers.
273         </p>
274
275         <p>
276           The Developer's Reference is available in the
277           <package>developers-reference</package> package.
278           It's also available from the Debian web mirrors at
279           <tt><url name="/doc/developers-reference/"
280                 id="http://www.debian.org/doc/developers-reference/"></tt>.
281         </p>
282
283         <p>
284           Finally, a <qref id="copyrightformat">specification for
285           machine-readable copyright files</qref> is maintained as part of
286           the <package>debian-policy</package> package using the same
287           procedure as the other policy documents.  Use of this format is
288           optional.
289         </p>
290       </sect>
291
292       <sect id="definitions">
293         <heading>Definitions</heading>
294
295         <p>
296           The following terms are used in this Policy Manual:
297           <taglist>
298             <tag>ASCII</tag>
299             <item>
300               The character encoding specified by ANSI X3.4-1986 and its
301               predecessor standards, referred to in MIME as US-ASCII, and
302               corresponding to an encoding in eight bits per character of
303               the first 128 <url id="http://www.unicode.org/"
304               name="Unicode"> characters, with the eighth bit always zero.
305             </item>
306             <tag>UTF-8</tag>
307             <item>
308               The transformation format (sometimes called encoding) of
309               <url id="http://www.unicode.org/" name="Unicode"> defined by
310               <url id="http://www.rfc-editor.org/rfc/rfc3629.txt"
311               name="RFC 3629">.  UTF-8 has the useful property of having
312               ASCII as a subset, so any text encoded in ASCII is trivially
313               also valid UTF-8.
314             </item>
315           </taglist>
316         </p>
317       </sect>
318     </chapt>
319
320
321     <chapt id="archive">
322       <heading>The Debian Archive</heading>
323
324       <p>
325         The Debian system is maintained and distributed as a
326         collection of <em>packages</em>. Since there are so many of
327         them (currently well over 15000), they are split into
328         <em>sections</em> and given <em>priorities</em> to simplify
329         the handling of them.
330       </p>
331
332       <p>
333         The effort of the Debian project is to build a free operating
334         system, but not every package we want to make accessible is
335         <em>free</em> in our sense (see the Debian Free Software
336         Guidelines, below), or may be imported/exported without
337         restrictions. Thus, the archive is split into areas<footnote>
338           The Debian archive software uses the term "component" internally
339           and in the Release file format to refer to the division of an
340           archive.  The Debian Social Contract simply refers to "areas."
341           This document uses terminology similar to the Social Contract.
342         </footnote> based on their licenses and other restrictions.
343       </p>
344
345       <p>
346         The aims of this are:
347
348         <list compact="compact">
349           <item>to allow us to make as much software available as we can</item>
350           <item>to allow us to encourage everyone to write free software,
351                 and</item>
352           <item>to allow us to make it easy for people to produce
353                 CD-ROMs of our system without violating any licenses,
354                 import/export restrictions, or any other laws.</item>
355         </list>
356       </p>
357
358       <p>
359         The <em>main</em> archive area forms the <em>Debian distribution</em>.
360       </p>
361
362       <p>
363         Packages in the other archive areas (<tt>contrib</tt>,
364         <tt>non-free</tt>) are not considered to be part of the Debian
365         distribution, although we support their use and provide
366         infrastructure for them (such as our bug-tracking system and
367         mailing lists). This Debian Policy Manual applies to these
368         packages as well.
369       </p>
370
371       <sect id="dfsg">
372         <heading>The Debian Free Software Guidelines</heading>
373         <p>
374           The Debian Free Software Guidelines (DFSG) form our
375           definition of "free software".  These are:
376             <taglist>
377               <tag>1. Free Redistribution
378               </tag>
379               <item>
380                   The license of a Debian component may not restrict any
381                   party from selling or giving away the software as a
382                   component of an aggregate software distribution
383                   containing programs from several different
384                   sources. The license may not require a royalty or
385                   other fee for such sale.
386               </item>
387               <tag>2. Source Code
388               </tag>
389               <item>
390                   The program must include source code, and must allow
391                   distribution in source code as well as compiled form.
392               </item>
393               <tag>3. Derived Works
394               </tag>
395               <item>
396                   The license must allow modifications and derived
397                   works, and must allow them to be distributed under the
398                   same terms as the license of the original software.
399               </item>
400               <tag>4. Integrity of The Author's Source Code
401               </tag>
402               <item>
403                   The license may restrict source-code from being
404                   distributed in modified form <em>only</em> if the
405                   license allows the distribution of "patch files"
406                   with the source code for the purpose of modifying the
407                   program at build time. The license must explicitly
408                   permit distribution of software built from modified
409                   source code. The license may require derived works to
410                   carry a different name or version number from the
411                   original software.  (This is a compromise. The Debian
412                   Project encourages all authors to not restrict any
413                   files, source or binary, from being modified.)
414               </item>
415               <tag>5. No Discrimination Against Persons or Groups
416               </tag>
417               <item>
418                   The license must not discriminate against any person
419                   or group of persons.
420               </item>
421               <tag>6. No Discrimination Against Fields of Endeavor
422               </tag>
423               <item>
424                   The license must not restrict anyone from making use
425                   of the program in a specific field of endeavor. For
426                   example, it may not restrict the program from being
427                   used in a business, or from being used for genetic
428                   research.
429               </item>
430               <tag>7. Distribution of License
431               </tag>
432               <item>
433                   The rights attached to the program must apply to all
434                   to whom the program is redistributed without the need
435                   for execution of an additional license by those
436                   parties.
437               </item>
438               <tag>8. License Must Not Be Specific to Debian
439               </tag>
440               <item>
441                   The rights attached to the program must not depend on
442                   the program's being part of a Debian system. If the
443                   program is extracted from Debian and used or
444                   distributed without Debian but otherwise within the
445                   terms of the program's license, all parties to whom
446                   the program is redistributed must have the same
447                   rights as those that are granted in conjunction with
448                   the Debian system.
449               </item>
450               <tag>9. License Must Not Contaminate Other Software
451               </tag>
452               <item>
453                   The license must not place restrictions on other
454                   software that is distributed along with the licensed
455                   software. For example, the license must not insist
456                   that all other programs distributed on the same medium
457                   must be free software.
458               </item>
459               <tag>10. Example Licenses
460               </tag>
461               <item>
462                   The "GPL," "BSD," and "Artistic" licenses are examples of
463                   licenses that we consider <em>free</em>.
464               </item>
465             </taglist>
466         </p>
467       </sect>
468
469       <sect id="sections">
470         <heading>Archive areas</heading>
471
472         <sect1 id="main">
473           <heading>The main archive area</heading>
474
475           <p>
476             The <em>main</em> archive area comprises the Debian
477             distribution.  Only the packages in this area are considered
478             part of the distribution.  None of the packages in
479             the <em>main</em> archive area require software outside of
480             that area to function.  Anyone may use, share, modify and
481             redistribute the packages in this archive area
482             freely<footnote>
483               See <url id="http://www.debian.org/intro/free"
484                        name="What Does Free Mean?"> for
485               more about what we mean by free software.
486             </footnote>.
487           </p>
488
489           <p>
490             Every package in <em>main</em> must comply with the DFSG
491             (Debian Free Software Guidelines).
492           </p>
493
494           <p>
495             In addition, the packages in <em>main</em>
496             <list compact="compact">
497               <item>
498                   must not require or recommend a package outside
499                   of <em>main</em> for compilation or execution (thus, the
500                   package must not declare a "Pre-Depends", "Depends",
501                   "Recommends", "Build-Depends", or "Build-Depends-Indep"
502                   relationship on a non-<em>main</em> package),
503               </item>
504               <item>
505                   must not be so buggy that we refuse to support them,
506                   and
507               </item>
508               <item>
509                   must meet all policy requirements presented in this
510                   manual.
511               </item>
512             </list>
513           </p>
514
515         </sect1>
516
517         <sect1 id="contrib">
518           <heading>The contrib archive area</heading>
519
520           <p>
521             The <em>contrib</em> archive area contains supplemental
522             packages intended to work with the Debian distribution, but
523             which require software outside of the distribution to either
524             build or function.
525           </p>
526
527           <p>
528             Every package in <em>contrib</em> must comply with the DFSG.
529           </p>
530
531           <p>
532             In addition, the packages in <em>contrib</em>
533             <list compact="compact">
534               <item>
535                   must not be so buggy that we refuse to support them,
536                   and
537               </item>
538               <item>
539                   must meet all policy requirements presented in this
540                   manual.
541               </item>
542             </list>
543           </p>
544
545           <p>
546             Examples of packages which would be included in
547             <em>contrib</em> are:
548             <list compact="compact">
549               <item>
550                   free packages which require <em>contrib</em>,
551                   <em>non-free</em> packages or packages which are not
552                   in our archive at all for compilation or execution,
553                   and
554               </item>
555               <item>
556                   wrapper packages or other sorts of free accessories for
557                   non-free programs.
558               </item>
559             </list>
560           </p>
561         </sect1>
562
563         <sect1 id="non-free">
564           <heading>The non-free archive area</heading>
565
566           <p>
567             The <em>non-free</em> archive area contains supplemental
568             packages intended to work with the Debian distribution that do
569             not comply with the DFSG or have other problems that make
570             their distribution problematic.  They may not comply with all
571             of the policy requirements in this manual due to restrictions
572             on modifications or other limitations.
573           </p>
574
575           <p>
576             Packages must be placed in <em>non-free</em> if they are
577             not compliant with the DFSG or are encumbered by patents
578             or other legal issues that make their distribution
579             problematic.
580           </p>
581
582           <p>
583             In addition, the packages in <em>non-free</em>
584             <list compact="compact">
585               <item>
586                   must not be so buggy that we refuse to support them,
587                   and
588               </item>
589               <item>
590                   must meet all policy requirements presented in this
591                   manual that it is possible for them to meet.
592                   <footnote>
593                       It is possible that there are policy
594                       requirements which the package is unable to
595                       meet, for example, if the source is
596                       unavailable.  These situations will need to be
597                       handled on a case-by-case basis.
598                   </footnote>
599               </item>
600             </list>
601           </p>
602         </sect1>
603
604       </sect>
605
606       <sect id="pkgcopyright">
607         <heading>Copyright considerations</heading>
608
609         <p>
610           Every package must be accompanied by a verbatim copy of its
611           copyright information and distribution license in the file
612           <file>/usr/share/doc/<var>package</var>/copyright</file>
613           (see <ref id="copyrightfile"> for further details).
614         </p>
615
616         <p>
617           We reserve the right to restrict files from being included
618           anywhere in our archives if
619           <list compact="compact">
620             <item>
621                   their use or distribution would break a law,
622             </item>
623             <item>
624                   there is an ethical conflict in their distribution or
625                   use,
626             </item>
627             <item>
628                   we would have to sign a license for them, or
629             </item>
630             <item>
631                   their distribution would conflict with other project
632                   policies.
633             </item>
634           </list>
635         </p>
636
637         <p>
638           Programs whose authors encourage the user to make
639           donations are fine for the main distribution, provided
640           that the authors do not claim that not donating is
641           immoral, unethical, illegal or something similar; in such
642           a case they must go in <em>non-free</em>.
643         </p>
644
645         <p>
646           Packages whose copyright permission notices (or patent
647           problems) do not even allow redistribution of binaries
648           only, and where no special permission has been obtained,
649           must not be placed on the Debian FTP site and its mirrors
650           at all.
651         </p>
652
653         <p>
654           Note that under international copyright law (this applies
655           in the United States, too), <em>no</em> distribution or
656           modification of a work is allowed without an explicit
657           notice saying so.  Therefore a program without a copyright
658           notice <em>is</em> copyrighted and you may not do anything
659           to it without risking being sued! Likewise if a program
660           has a copyright notice but no statement saying what is
661           permitted then nothing is permitted.
662         </p>
663
664         <p>
665           Many authors are unaware of the problems that restrictive
666           copyrights (or lack of copyright notices) can cause for
667           the users of their supposedly-free software.  It is often
668           worthwhile contacting such authors diplomatically to ask
669           them to modify their license terms. However, this can be a
670           politically difficult thing to do and you should ask for
671           advice on the <tt>debian-legal</tt> mailing list first, as
672           explained below.
673         </p>
674
675         <p>
676           When in doubt about a copyright, send mail to
677           <email>debian-legal@lists.debian.org</email>.  Be prepared
678           to provide us with the copyright statement.  Software
679           covered by the GPL, public domain software and BSD-like
680           copyrights are safe; be wary of the phrases "commercial
681           use prohibited" and "distribution restricted".
682         </p>
683       </sect>
684
685       <sect id="subsections">
686         <heading>Sections</heading>
687
688         <p>
689           The packages in the archive areas <em>main</em>,
690           <em>contrib</em> and <em>non-free</em> are grouped further into
691           <em>sections</em> to simplify handling.
692         </p>
693
694         <p>
695           The archive area and section for each package should be
696           specified in the package's <tt>Section</tt> control record (see
697           <ref id="f-Section">).  However, the maintainer of the Debian
698           archive may override this selection to ensure the consistency of
699           the Debian distribution.  The <tt>Section</tt> field should be
700           of the form:
701           <list compact="compact">
702             <item>
703                   <em>section</em> if the package is in the
704                   <em>main</em> archive area,
705             </item>
706             <item>
707                   <em>area/section</em> if the package is in
708                   the <em>contrib</em> or <em>non-free</em>
709                   archive areas.
710             </item>
711           </list>
712         </p>
713
714         <p>
715           The Debian archive maintainers provide the authoritative
716           list of sections.  At present, they are:
717 admin,
718 cli-mono,
719 comm,
720 database,
721 debug,
722 devel,
723 doc,
724 editors,
725 education,
726 electronics,
727 embedded,
728 fonts,
729 games,
730 gnome,
731 gnu-r,
732 gnustep,
733 graphics,
734 hamradio,
735 haskell,
736 httpd,
737 interpreters,
738 introspection,
739 java,
740 kde,
741 kernel,
742 libdevel,
743 libs,
744 lisp,
745 localization,
746 mail,
747 math,
748 metapackages,
749 misc,
750 net,
751 news,
752 ocaml,
753 oldlibs,
754 otherosfs,
755 perl,
756 php,
757 python,
758 ruby,
759 science,
760 shells,
761 sound,
762 tasks,
763 tex,
764 text,
765 utils,
766 vcs,
767 video,
768 web,
769 x11,
770 xfce,
771 zope.
772           The additional section <em>debian-installer</em>
773           contains special packages used by the installer and is not used
774           for normal Debian packages.
775         </p>
776
777         <p>
778           For more information about the sections and their definitions,
779           see the <url id="http://packages.debian.org/unstable/"
780                        name="list of sections in unstable">.
781         </p>
782       </sect>
783
784       <sect id="priorities">
785         <heading>Priorities</heading>
786
787         <p>
788           Each package should have a <em>priority</em> value, which is
789           included in the package's <em>control record</em>
790           (see <ref id="f-Priority">).
791           This information is used by the Debian package management tools to
792           separate high-priority packages from less-important packages.
793         </p>
794
795         <p>
796           The following <em>priority levels</em> are recognized by the
797           Debian package management tools.
798           <taglist>
799             <tag><tt>required</tt></tag>
800             <item>
801                 Packages which are necessary for the proper
802                 functioning of the system (usually, this means that
803                 dpkg functionality depends on these packages).
804                 Removing a <tt>required</tt> package may cause your
805                 system to become totally broken and you may not even
806                 be able to use <prgn>dpkg</prgn> to put things back,
807                 so only do so if you know what you are doing.  Systems
808                 with only the <tt>required</tt> packages are probably
809                 unusable, but they do have enough functionality to
810                 allow the sysadmin to boot and install more software.
811             </item>
812             <tag><tt>important</tt></tag>
813             <item>
814                 Important programs, including those which one would
815                 expect to find on any Unix-like system.  If the
816                 expectation is that an experienced Unix person who
817                 found it missing would say "What on earth is going on,
818                 where is <prgn>foo</prgn>?", it must be an
819                 <tt>important</tt> package.<footnote>
820                     This is an important criterion because we are
821                     trying to produce, amongst other things, a free
822                     Unix.
823                 </footnote>
824                 Other packages without which the system will not run
825                 well or be usable must also have priority
826                 <tt>important</tt>.  This does
827                 <em>not</em> include Emacs, the X Window System, TeX
828                 or any other large applications.  The
829                 <tt>important</tt> packages are just a bare minimum of
830                 commonly-expected and necessary tools.
831             </item>
832             <tag><tt>standard</tt></tag>
833             <item>
834                 These packages provide a reasonably small but not too
835                 limited character-mode system.  This is what will be
836                 installed by default if the user doesn't select anything
837                 else.  It doesn't include many large applications.
838             </item>
839             <tag><tt>optional</tt></tag>
840             <item>
841                 (In a sense everything that isn't required is
842                 optional, but that's not what is meant here.) This is
843                 all the software that you might reasonably want to
844                 install if you didn't know what it was and don't have
845                 specialized requirements. This is a much larger system
846                 and includes the X Window System, a full TeX
847                 distribution, and many applications. Note that
848                 optional packages should not conflict with each other.
849             </item>
850             <tag><tt>extra</tt></tag>
851             <item>
852                 This contains all packages that conflict with others
853                 with required, important, standard or optional
854                 priorities, or are only likely to be useful if you
855                 already know what they are or have specialized
856                 requirements (such as packages containing only detached
857                 debugging symbols).
858             </item>
859           </taglist>
860         </p>
861
862         <p>
863           Packages must not depend on packages with lower priority
864           values (excluding build-time dependencies).  In order to
865           ensure this, the priorities of one or more packages may need
866           to be adjusted.
867         </p>
868       </sect>
869
870     </chapt>
871
872
873     <chapt id="binary">
874       <heading>Binary packages</heading>
875
876       <p>
877         The Debian distribution is based on the Debian
878         package management system, called <prgn>dpkg</prgn>. Thus,
879         all packages in the Debian distribution must be provided
880         in the <tt>.deb</tt> file format.
881       </p>
882
883       <p>
884         A <tt>.deb</tt> package contains two sets of files: a set of files
885         to install on the system when the package is installed, and a set
886         of files that provide additional metadata about the package or
887         which are executed when the package is installed or removed.  This
888         second set of files is called <em>control information files</em>.
889         Among those files are the package maintainer scripts
890         and <file>control</file>, the <qref id="binarycontrolfiles">binary
891         package control file</qref> that contains the control fields for
892         the package.  Other control information files include
893         the <qref id="sharedlibs-symbols"><file>symbols</file> file</qref>
894         or <qref id="sharedlibs-shlibdeps"><file>shlibs</file> file</qref>
895         used to store shared library dependency information and
896         the <file>conffiles</file> file that lists the package's
897         configuration files (described in <ref id="config-files">).
898       </p>
899
900       <p>
901         There is unfortunately a collision of terminology here between
902         control information files and files in the Debian control file
903         format.  Throughout this document, a <em>control file</em> refers
904         to a file in the Debian control file format.  These files are
905         documented in <ref id="controlfields">.  Only files referred to
906         specifically as <em>control information files</em> are the files
907         included in the control information file member of
908         the <file>.deb</file> file format used by binary packages.  Most
909         control information files are not in the Debian control file
910         format.
911       </p>
912
913       <sect>
914         <heading>The package name</heading>
915
916         <p>
917           Every package must have a name that's unique within the Debian
918           archive.
919         </p>
920
921         <p>
922           The package name is included in the control field
923           <tt>Package</tt>, the format of which is described
924           in <ref id="f-Package">.
925           The package name is also included as a part of the file name
926           of the <tt>.deb</tt> file.
927         </p>
928       </sect>
929
930       <sect id="versions">
931         <heading>The version of a package</heading>
932
933         <p>
934           Every package has a version number recorded in its
935           <tt>Version</tt> control file field, described in
936           <ref id="f-Version">.
937         </p>
938
939         <p>
940           The package management system imposes an ordering on version
941           numbers, so that it can tell whether packages are being up- or
942           downgraded and so that package system front end applications
943           can tell whether a package it finds available is newer than
944           the one installed on the system.  The version number format
945           has the most significant parts (as far as comparison is
946           concerned) at the beginning.
947         </p>
948
949         <p>
950           If an upstream package has problematic version numbers they
951           should be converted to a sane form for use in the
952           <tt>Version</tt> field.
953         </p>
954
955         <sect1>
956           <heading>Version numbers based on dates</heading>
957
958           <p>
959             In general, Debian packages should use the same version
960             numbers as the upstream sources.  However, upstream version
961             numbers based on some date formats (sometimes used for
962             development or "snapshot" releases) will not be ordered
963             correctly by the package management software.  For
964             example, <prgn>dpkg</prgn> will consider "96May01" to be
965             greater than "96Dec24".
966           </p>
967
968           <p>
969             To prevent having to use epochs for every new upstream
970             version, the date-based portion of any upstream version number
971             should be given in a way that sorts correctly: four-digit year
972             first, followed by a two-digit numeric month, followed by a
973             two-digit numeric date, possibly with punctuation between the
974             components.
975           </p>
976
977           <p>
978             Native Debian packages (i.e., packages which have been written
979             especially for Debian) whose version numbers include dates
980             should also follow these rules.  If punctuation is desired
981             between the date components, remember that hyphen (<tt>-</tt>)
982             cannot be used in native package versions.  Period
983             (<tt>.</tt>) is normally a good choice.
984           </p>
985         </sect1>
986
987       </sect>
988
989       <sect id="maintainer">
990         <heading>The maintainer of a package</heading>
991
992         <p>
993           Every package must have a maintainer, except for orphaned
994           packages as described below.  The maintainer may be one person
995           or a group of people reachable from a common email address, such
996           as a mailing list.  The maintainer is responsible for
997           maintaining the Debian packaging files, evaluating and
998           responding appropriately to reported bugs, uploading new
999           versions of the package (either directly or through a sponsor),
1000           ensuring that the package is placed in the appropriate archive
1001           area and included in Debian releases as appropriate for the
1002           stability and utility of the package, and requesting removal of
1003           the package from the Debian distribution if it is no longer
1004           useful or maintainable.
1005         </p>
1006
1007         <p>
1008           The maintainer must be specified in the <tt>Maintainer</tt>
1009           control field with their correct name and a working email
1010           address.  The email address given in the <tt>Maintainer</tt>
1011           control field must accept mail from those role accounts in
1012           Debian used to send automated mails regarding the package.  This
1013           includes non-spam mail from the bug-tracking system, all mail
1014           from the Debian archive maintenance software, and other role
1015           accounts or automated processes that are commonly agreed on by
1016           the project.<footnote>
1017             A sample implementation of such a whitelist written for the
1018             Mailman mailing list management software is used for mailing
1019             lists hosted by alioth.debian.org.
1020           </footnote>
1021           If one person or team maintains several packages, they should
1022           use the same form of their name and email address in
1023           the <tt>Maintainer</tt> fields of those packages.
1024         </p>
1025
1026         <p>
1027           The format of the <tt>Maintainer</tt> control field is
1028           described in <ref id="f-Maintainer">.
1029         </p>
1030
1031         <p>
1032           If the maintainer of the package is a team of people with a
1033           shared email address, the <tt>Uploaders</tt> control field must
1034           be present and must contain at least one human with their
1035           personal email address.  See <ref id="f-Uploaders"> for the
1036           syntax of that field.
1037         </p>
1038
1039         <p>
1040           An orphaned package is one with no current maintainer.  Orphaned
1041           packages should have their <tt>Maintainer</tt> control field set
1042           to <tt>Debian QA Group &lt;packages@qa.debian.org&gt;</tt>.
1043           These packages are considered maintained by the Debian project
1044           as a whole until someone else volunteers to take over
1045           maintenance.<footnote>
1046             The detailed procedure for gracefully orphaning a package can
1047             be found in the Debian Developer's Reference
1048             (see <ref id="related">).
1049           </footnote>
1050         </p>
1051       </sect>
1052
1053       <sect id="descriptions">
1054         <heading>The description of a package</heading>
1055
1056         <p>
1057           Every Debian package must have a <tt>Description</tt> control
1058           field which contains a synopsis and extended description of the
1059           package.  Technical information about the format of the
1060           <tt>Description</tt> field is in <ref id="f-Description">.
1061         </p>
1062
1063         <p>
1064           The description should describe the package (the program) to a
1065           user (system administrator) who has never met it before so that
1066           they have enough information to decide whether they want to
1067           install it. This description should not just be copied verbatim
1068           from the program's documentation.
1069         </p>
1070
1071         <p>
1072           Put important information first, both in the synopsis and
1073           extended description.  Sometimes only the first part of the
1074           synopsis or of the description will be displayed.  You can
1075           assume that there will usually be a way to see the whole
1076           extended description.
1077         </p>
1078
1079         <p>
1080           The description should also give information about the
1081           significant dependencies and conflicts between this package
1082           and others, so that the user knows why these dependencies and
1083           conflicts have been declared.
1084         </p>
1085
1086         <p>
1087           Instructions for configuring or using the package should
1088           not be included (that is what installation scripts,
1089           manual pages, info files, etc., are for).  Copyright
1090           statements and other administrivia should not be included
1091           either (that is what the copyright file is for).
1092         </p>
1093
1094         <sect1 id="synopsis"><heading>The single line synopsis</heading>
1095
1096           <p>
1097             The single line synopsis should be kept brief - certainly
1098             under 80 characters.
1099           </p>
1100
1101           <p>
1102             Do not include the package name in the synopsis line.  The
1103             display software knows how to display this already, and you
1104             do not need to state it.  Remember that in many situations
1105             the user may only see the synopsis line - make it as
1106             informative as you can.
1107           </p>
1108
1109         </sect1>
1110
1111         <sect1 id="extendeddesc"><heading>The extended description</heading>
1112
1113           <p>
1114             Do not try to continue the single line synopsis into the
1115             extended description.  This will not work correctly when
1116             the full description is displayed, and makes no sense
1117             where only the summary (the single line synopsis) is
1118             available.
1119           </p>
1120
1121           <p>
1122             The extended description should describe what the package
1123             does and how it relates to the rest of the system (in terms
1124             of, for example, which subsystem it is which part of).
1125           </p>
1126
1127           <p>
1128             The description field needs to make sense to anyone, even
1129             people who have no idea about any of the things the
1130             package deals with.<footnote>
1131                 The blurb that comes with a program in its
1132                 announcements and/or <prgn>README</prgn> files is
1133                 rarely suitable for use in a description.  It is
1134                 usually aimed at people who are already in the
1135                 community where the package is used.
1136             </footnote>
1137           </p>
1138
1139         </sect1>
1140
1141       </sect>
1142
1143       <sect id="dependencies">
1144         <heading>Dependencies</heading>
1145
1146         <p>
1147           Every package must specify the dependency information
1148           about other packages that are required for the first to
1149           work correctly.
1150         </p>
1151
1152         <p>
1153           For example, a dependency entry must be provided for any
1154           shared libraries required by a dynamically-linked executable
1155           binary in a package.
1156         </p>
1157
1158         <p>
1159           Packages are not required to declare any dependencies they
1160           have on other packages which are marked <tt>Essential</tt>
1161           (see below), and should not do so unless they depend on a
1162           particular version of that package.<footnote>
1163             <p>
1164               Essential is needed in part to avoid unresolvable dependency
1165               loops on upgrade.  If packages add unnecessary dependencies
1166               on packages in this set, the chances that there
1167               <strong>will</strong> be an unresolvable dependency loop
1168               caused by forcing these Essential packages to be configured
1169               first before they need to be is greatly increased.  It also
1170               increases the chances that frontends will be unable to
1171               <strong>calculate</strong> an upgrade path, even if one
1172               exists.
1173             </p>
1174             <p>
1175               Also, functionality is rarely ever removed from the
1176               Essential set, but <em>packages</em> have been removed from
1177               the Essential set when the functionality moved to a
1178               different package. So depending on these packages <em>just
1179               in case</em> they stop being essential does way more harm
1180               than good.
1181             </p>
1182           </footnote>
1183         </p>
1184
1185         <p>
1186           Sometimes, unpacking one package requires that another package
1187           be first unpacked <em>and</em> configured.  In this case, the
1188           depending package must specify this dependency in
1189           the <tt>Pre-Depends</tt> control field.
1190         </p>
1191
1192         <p>
1193           You should not specify a <tt>Pre-Depends</tt> entry for a
1194           package before this has been discussed on the
1195           <tt>debian-devel</tt> mailing list and a consensus about
1196           doing that has been reached.
1197         </p>
1198
1199         <p>
1200           The format of the package interrelationship control fields is
1201           described in <ref id="relationships">.
1202         </p>
1203       </sect>
1204
1205       <sect id="virtual_pkg">
1206         <heading>Virtual packages</heading>
1207
1208         <p>
1209           Sometimes, there are several packages which offer
1210           more-or-less the same functionality. In this case, it's
1211           useful to define a <em>virtual package</em> whose name
1212           describes that common functionality.  (The virtual
1213           packages only exist logically, not physically; that's why
1214           they are called <em>virtual</em>.) The packages with this
1215           particular function will then <em>provide</em> the virtual
1216           package. Thus, any other package requiring that function
1217           can simply depend on the virtual package without having to
1218           specify all possible packages individually.
1219         </p>
1220
1221         <p>
1222           All packages should use virtual package names where
1223           appropriate, and arrange to create new ones if necessary.
1224           They should not use virtual package names (except privately,
1225           amongst a cooperating group of packages) unless they have
1226           been agreed upon and appear in the list of virtual package
1227           names. (See also <ref id="virtual">)
1228         </p>
1229
1230         <p>
1231           The latest version of the authoritative list of virtual
1232           package names can be found in the <tt>debian-policy</tt> package.
1233           It is also available from the Debian web mirrors at
1234           <tt><url name="/doc/packaging-manuals/virtual-package-names-list.txt"
1235                 id="http://www.debian.org/doc/packaging-manuals/virtual-package-names-list.txt"></tt>.
1236         </p>
1237
1238         <p>
1239           The procedure for updating the list is described in the preface
1240           to the list.
1241         </p>
1242
1243       </sect>
1244
1245       <sect>
1246         <heading>Base system</heading>
1247
1248         <p>
1249           The <tt>base system</tt> is a minimum subset of the Debian
1250           system that is installed before everything else
1251           on a new system. Only very few packages are allowed to form
1252           part of the base system, in order to keep the required disk
1253           usage very small.
1254         </p>
1255
1256         <p>
1257           The base system consists of all those packages with priority
1258           <tt>required</tt> or <tt>important</tt>. Many of them will
1259           be tagged <tt>essential</tt> (see below).
1260         </p>
1261       </sect>
1262
1263       <sect>
1264         <heading>Essential packages</heading>
1265
1266         <p>
1267           Essential is defined as the minimal set of functionality that
1268           must be available and usable on the system at all times, even
1269           when packages are in an unconfigured (but unpacked) state.
1270           Packages are tagged <tt>essential</tt> for a system using the
1271           <tt>Essential</tt> control field.  The format of the
1272           <tt>Essential</tt> control field is described in <ref
1273           id="f-Essential">.
1274         </p>
1275
1276         <p>
1277           Since these packages cannot be easily removed (one has to
1278           specify an extra <em>force option</em> to
1279           <prgn>dpkg</prgn> to do so), this flag must not be used
1280           unless absolutely necessary.  A shared library package
1281           must not be tagged <tt>essential</tt>; dependencies will
1282           prevent its premature removal, and we need to be able to
1283           remove it when it has been superseded.
1284         </p>
1285
1286         <p>
1287           Since dpkg will not prevent upgrading of other packages
1288           while an <tt>essential</tt> package is in an unconfigured
1289             state, all <tt>essential</tt> packages must supply all of
1290             their core functionality even when unconfigured. If the
1291             package cannot satisfy this requirement it must not be
1292             tagged as essential, and any packages depending on this
1293             package must instead have explicit dependency fields as
1294             appropriate.
1295         </p>
1296
1297         <p>
1298           Maintainers should take great care in adding any programs,
1299           interfaces, or functionality to <tt>essential</tt> packages.
1300           Packages may assume that functionality provided by
1301           <tt>essential</tt> packages is always available without
1302           declaring explicit dependencies, which means that removing
1303           functionality from the Essential set is very difficult and is
1304           almost never done.  Any capability added to an
1305           <tt>essential</tt> package therefore creates an obligation to
1306           support that capability as part of the Essential set in
1307           perpetuity.
1308         </p>
1309
1310         <p>
1311           You must not tag any packages <tt>essential</tt> before
1312           this has been discussed on the <tt>debian-devel</tt>
1313           mailing list and a consensus about doing that has been
1314           reached.
1315         </p>
1316       </sect>
1317
1318       <sect id="maintscripts">
1319         <heading>Maintainer Scripts</heading>
1320
1321         <p>
1322           The package installation scripts should avoid producing
1323           output which is unnecessary for the user to see and
1324           should rely on <prgn>dpkg</prgn> to stave off boredom on
1325           the part of a user installing many packages.  This means,
1326           amongst other things, using the <tt>--quiet</tt> option on
1327           <prgn>install-info</prgn>.
1328         </p>
1329
1330         <p>
1331           Errors which occur during the execution of an installation
1332           script must be checked and the installation must not
1333           continue after an error.
1334         </p>
1335
1336         <p>
1337           Note that in general <ref id="scripts"> applies to package
1338           maintainer scripts, too.
1339         </p>
1340
1341         <p>
1342           You should not use <prgn>dpkg-divert</prgn> on a file belonging
1343           to another package without consulting the maintainer of that
1344           package first.  When adding or removing diversions, package
1345           maintainer scripts must provide the <tt>--package</tt> flag
1346           to <prgn>dpkg-divert</prgn> and must not use <tt>--local</tt>.
1347         </p>
1348
1349         <p>
1350           All packages which supply an instance of a common command
1351           name (or, in general, filename) should generally use
1352           <prgn>update-alternatives</prgn>, so that they may be
1353           installed together.  If <prgn>update-alternatives</prgn>
1354           is not used, then each package must use
1355           <tt>Conflicts</tt> to ensure that other packages are
1356           de-installed.  (In this case, it may be appropriate to
1357           specify a conflict against earlier versions of something
1358           that previously did not use
1359           <prgn>update-alternatives</prgn>; this is an exception to
1360           the usual rule that versioned conflicts should be
1361           avoided.)
1362         </p>
1363
1364         <sect1 id="maintscriptprompt">
1365           <heading>Prompting in maintainer scripts</heading>
1366           <p>
1367             Package maintainer scripts may prompt the user if
1368             necessary. Prompting must be done by communicating
1369             through a program, such as <prgn>debconf</prgn>, which
1370             conforms to the Debian Configuration Management
1371             Specification, version 2 or higher.
1372           </p>
1373
1374           <p>
1375             Packages which are essential, or which are dependencies of
1376             essential packages, may fall back on another prompting method
1377             if no such interface is available when they are executed.
1378           </p>
1379
1380           <p>
1381             The Debian Configuration Management Specification is included
1382             in the <file>debconf_specification</file> files in the
1383             <package>debian-policy</package> package.
1384             It is also available from the Debian web mirrors at
1385             <tt><url name="/doc/packaging-manuals/debconf_specification.html"
1386                 id="http://www.debian.org/doc/packaging-manuals/debconf_specification.html"></tt>.
1387           </p>
1388
1389           <p>
1390             Packages which use the Debian Configuration Management
1391             Specification may contain the additional control information
1392             files <file>config</file>
1393             and <file>templates</file>.  <file>config</file> is an
1394             additional maintainer script used for package configuration,
1395             and <file>templates</file> contains templates used for user
1396             prompting.  The <prgn>config</prgn> script might be run before
1397             the <prgn>preinst</prgn> script and before the package is
1398             unpacked or any of its dependencies or pre-dependencies are
1399             satisfied.  Therefore it must work using only the tools
1400             present in <em>essential</em> packages.<footnote>
1401                   <package>Debconf</package> or another tool that
1402                   implements the Debian Configuration Management
1403                   Specification will also be installed, and any
1404                   versioned dependencies on it will be satisfied
1405                   before preconfiguration begins.
1406             </footnote>
1407           </p>
1408
1409           <p>
1410             Packages which use the Debian Configuration Management
1411             Specification must allow for translation of their user-visible
1412             messages by using a gettext-based system such as the one
1413             provided by the <package>po-debconf</package> package.
1414           </p>
1415
1416           <p>
1417             Packages should try to minimize the amount of prompting
1418             they need to do, and they should ensure that the user
1419             will only ever be asked each question once.  This means
1420             that packages should try to use appropriate shared
1421             configuration files (such as <file>/etc/papersize</file> and
1422             <file>/etc/news/server</file>), and shared
1423             <package>debconf</package> variables rather than each
1424             prompting for their own list of required pieces of
1425             information.
1426           </p>
1427
1428           <p>
1429             It also means that an upgrade should not ask the same
1430             questions again, unless the user has used
1431             <tt>dpkg --purge</tt> to remove the package's configuration.
1432             The answers to configuration questions should be stored in an
1433             appropriate place in <file>/etc</file> so that the user can
1434             modify them, and how this has been done should be
1435             documented.
1436           </p>
1437
1438           <p>
1439             If a package has a vitally important piece of
1440             information to pass to the user (such as "don't run me
1441             as I am, you must edit the following configuration files
1442             first or you risk your system emitting badly-formatted
1443             messages"), it should display this in the
1444             <prgn>config</prgn> or <prgn>postinst</prgn> script and
1445             prompt the user to hit return to acknowledge the
1446             message.  Copyright messages do not count as vitally
1447             important (they belong in
1448             <file>/usr/share/doc/<var>package</var>/copyright</file>);
1449             neither do instructions on how to use a program (these
1450             should be in on-line documentation, where all the users
1451             can see them).
1452           </p>
1453
1454           <p>
1455             Any necessary prompting should almost always be confined
1456             to the <prgn>config</prgn> or <prgn>postinst</prgn>
1457             script. If it is done in the <prgn>postinst</prgn>, it
1458             should be protected with a conditional so that
1459             unnecessary prompting doesn't happen if a package's
1460             installation fails and the <prgn>postinst</prgn> is
1461             called with <tt>abort-upgrade</tt>,
1462             <tt>abort-remove</tt> or <tt>abort-deconfigure</tt>.
1463           </p>
1464         </sect1>
1465
1466       </sect>
1467
1468     </chapt>
1469
1470
1471     <chapt id="source">
1472       <heading>Source packages</heading>
1473
1474       <sect id="standardsversion">
1475         <heading>Standards conformance</heading>
1476
1477         <p>
1478           Source packages should specify the most recent version number
1479           of this policy document with which your package complied
1480           when it was last updated.
1481         </p>
1482
1483         <p>
1484           This information may be used to file bug reports
1485           automatically if your package becomes too much out of date.
1486         </p>
1487
1488         <p>
1489           The version is specified in the <tt>Standards-Version</tt>
1490           control field.
1491           The format of the <tt>Standards-Version</tt> field is
1492           described in <ref id="f-Standards-Version">.
1493         </p>
1494
1495         <p>
1496           You should regularly, and especially if your package has
1497           become out of date, check for the newest Policy Manual
1498           available and update your package, if necessary. When your
1499           package complies with the new standards you should update the
1500           <tt>Standards-Version</tt> source package field and
1501           release it.<footnote>
1502                 See the file <file>upgrading-checklist</file> for
1503                 information about policy which has changed between
1504                 different versions of this document.
1505           </footnote>
1506         </p>
1507
1508       </sect>
1509
1510       <sect id="pkg-relations">
1511         <heading>Package relationships</heading>
1512
1513         <p>
1514           Source packages should specify which binary packages they
1515           require to be installed or not to be installed in order to
1516           build correctly.  For example, if building a package
1517           requires a certain compiler, then the compiler should be
1518           specified as a build-time dependency.
1519         </p>
1520
1521         <p>
1522           It is not necessary to explicitly specify build-time
1523           relationships on a minimal set of packages that are always
1524           needed to compile, link and put in a Debian package a
1525           standard "Hello World!" program written in C or C++.  The
1526           required packages are called <em>build-essential</em>, and
1527           an informational list can be found in
1528           <file>/usr/share/doc/build-essential/list</file> (which is
1529           contained in the <tt>build-essential</tt>
1530           package).<footnote>
1531             Rationale:
1532                 <list compact="compact">
1533                   <item>
1534                       This allows maintaining the list separately
1535                       from the policy documents (the list does not
1536                       need the kind of control that the policy
1537                       documents do).
1538                   </item>
1539                   <item>
1540                       Having a separate package allows one to install
1541                       the build-essential packages on a machine, as
1542                       well as allowing other packages such as tasks to
1543                       require installation of the build-essential
1544                       packages using the depends relation.
1545                   </item>
1546                   <item>
1547                       The separate package allows bug reports against
1548                       the list to be categorized separately from
1549                       the policy management process in the BTS.
1550                   </item>
1551                 </list>
1552           </footnote>
1553         </p>
1554
1555         <p>
1556           When specifying the set of build-time dependencies, one
1557           should list only those packages explicitly required by the
1558           build.  It is not necessary to list packages which are
1559           required merely because some other package in the list of
1560           build-time dependencies depends on them.<footnote>
1561                 The reason for this is that dependencies change, and
1562                 you should list all those packages, and <em>only</em>
1563                 those packages that <em>you</em> need directly.  What
1564                 others need is their business.  For example, if you
1565                 only link against <file>libimlib</file>, you will need to
1566                 build-depend on <package>libimlib2-dev</package> but
1567                 not against any <tt>libjpeg*</tt> packages, even
1568                 though <tt>libimlib2-dev</tt> currently depends on
1569                 them: installation of <package>libimlib2-dev</package>
1570                 will automatically ensure that all of its run-time
1571                 dependencies are satisfied.
1572           </footnote>
1573         </p>
1574
1575         <p>
1576           If build-time dependencies are specified, it must be
1577           possible to build the package and produce working binaries
1578           on a system with only essential and build-essential
1579           packages installed and also those required to satisfy the
1580           build-time relationships (including any implied
1581           relationships).  In particular, this means that version
1582           clauses should be used rigorously in build-time
1583           relationships so that one cannot produce bad or
1584           inconsistently configured packages when the relationships
1585           are properly satisfied.
1586         </p>
1587
1588         <p>
1589           <ref id="relationships"> explains the technical details.
1590         </p>
1591       </sect>
1592
1593       <sect>
1594         <heading>Changes to the upstream sources</heading>
1595
1596         <p>
1597           If changes to the source code are made that are not
1598           specific to the needs of the Debian system, they should be
1599           sent to the upstream authors in whatever form they prefer
1600           so as to be included in the upstream version of the
1601           package.
1602         </p>
1603
1604         <p>
1605           If you need to configure the package differently for
1606           Debian or for Linux, and the upstream source doesn't
1607           provide a way to do so, you should add such configuration
1608           facilities (for example, a new <prgn>autoconf</prgn> test
1609           or <tt>#define</tt>) and send the patch to the upstream
1610           authors, with the default set to the way they originally
1611           had it.  You can then easily override the default in your
1612           <file>debian/rules</file> or wherever is appropriate.
1613         </p>
1614
1615         <p>
1616           You should make sure that the <prgn>configure</prgn> utility
1617           detects the correct architecture specification string
1618           (refer to <ref id="arch-spec"> for details).
1619         </p>
1620
1621         <p>
1622           If you need to edit a <prgn>Makefile</prgn> where GNU-style
1623           <prgn>configure</prgn> scripts are used, you should edit the
1624           <file>.in</file> files rather than editing the
1625           <prgn>Makefile</prgn> directly.  This allows the user to
1626           reconfigure the package if necessary.  You should
1627           <em>not</em> configure the package and edit the generated
1628           <prgn>Makefile</prgn>!  This makes it impossible for someone
1629           else to later reconfigure the package without losing the
1630           changes you made.
1631         </p>
1632
1633       </sect>
1634
1635       <sect id="dpkgchangelog">
1636         <heading>Debian changelog: <file>debian/changelog</file></heading>
1637
1638         <p>
1639           Changes in the Debian version of the package should be
1640           briefly explained in the Debian changelog file
1641           <file>debian/changelog</file>.<footnote>
1642             <p>
1643               Mistakes in changelogs are usually best rectified by
1644               making a new changelog entry rather than "rewriting
1645               history" by editing old changelog entries.
1646             </p>
1647           </footnote>
1648           This includes modifications
1649           made in the Debian package compared to the upstream one
1650           as well as other changes and updates to the package.
1651           <footnote>
1652               Although there is nothing stopping an author who is also
1653               the Debian maintainer from using this changelog for all
1654               their changes, it will have to be renamed if the Debian
1655               and upstream maintainers become different people. In such
1656               a case, however, it might be better to maintain the package
1657               as a non-native package.
1658           </footnote>
1659         </p>
1660
1661         <p>
1662           The format of the <file>debian/changelog</file> allows the
1663           package building tools to discover which version of the package
1664           is being built and find out other release-specific information.
1665         </p>
1666
1667         <p>
1668           That format is a series of entries like this:
1669
1670 <example compact="compact">
1671 <var>package</var> (<var>version</var>) <var>distribution(s)</var>; urgency=<var>urgency</var>
1672             <var>
1673               [optional blank line(s), stripped]
1674             </var>
1675   * <var>change details</var>
1676     <var>more change details</var>
1677             <var>
1678               [blank line(s), included in output of dpkg-parsechangelog]
1679             </var>
1680   * <var>even more change details</var>
1681             <var>
1682               [optional blank line(s), stripped]
1683             </var>
1684  -- <var>maintainer name</var> &lt;<var>email address</var>&gt;<var>[two spaces]</var>  <var>date</var>
1685 </example>
1686         </p>
1687
1688         <p>
1689           <var>package</var> and <var>version</var> are the source
1690           package name and version number.
1691         </p>
1692
1693         <p>
1694           <var>distribution(s)</var> lists the distributions where
1695           this version should be installed when it is uploaded - it
1696           is copied to the <tt>Distribution</tt> field in the
1697           <file>.changes</file> file.  See <ref id="f-Distribution">.
1698         </p>
1699
1700         <p>
1701           <var>urgency</var> is the value for the <tt>Urgency</tt>
1702           field in the <file>.changes</file> file for the upload
1703           (see <ref id="f-Urgency">). It is not possible to specify
1704           an urgency containing commas; commas are used to separate
1705           <tt><var>keyword</var>=<var>value</var></tt> settings in the
1706           <prgn>dpkg</prgn> changelog format (though there is
1707           currently only one useful <var>keyword</var>,
1708           <tt>urgency</tt>).
1709         </p>
1710
1711         <p>
1712           The change details may in fact be any series of lines
1713           starting with at least two spaces, but conventionally each
1714           change starts with an asterisk and a separating space and
1715           continuation lines are indented so as to bring them in
1716           line with the start of the text above.  Blank lines may be
1717           used here to separate groups of changes, if desired.
1718         </p>
1719
1720         <p>
1721           If this upload resolves bugs recorded in the Bug Tracking
1722           System (BTS), they may be automatically closed on the
1723           inclusion of this package into the Debian archive by
1724           including the string: <tt>closes: Bug#<var>nnnnn</var></tt>
1725           in the change details.<footnote>
1726               To be precise, the string should match the following
1727               Perl regular expression:
1728               <example>
1729 /closes:\s*(?:bug)?\#?\s?\d+(?:,\s*(?:bug)?\#?\s?\d+)*/i
1730               </example>
1731               Then all of the bug numbers listed will be closed by the
1732               archive maintenance script (<prgn>katie</prgn>) using the
1733               <var>version</var> of the changelog entry.
1734           </footnote>
1735           This information is conveyed via the <tt>Closes</tt> field
1736           in the <tt>.changes</tt> file (see <ref id="f-Closes">).
1737         </p>
1738
1739         <p>
1740           The maintainer name and email address used in the changelog
1741           should be the details of the person uploading <em>this</em>
1742           version.  They are <em>not</em> necessarily those of the
1743           usual package maintainer.<footnote>
1744             If the developer uploading the package is not one of the usual
1745             maintainers of the package (as listed in
1746             the <qref id="f-Maintainer"><tt>Maintainer</tt></qref>
1747             or <qref id="f-Uploaders"><tt>Uploaders</tt></qref> control
1748             fields of the package), the first line of the changelog is
1749             conventionally used to explain why a non-maintainer is
1750             uploading the package.  The Debian Developer's Reference
1751             (see <ref id="related">) documents the conventions
1752             used.</footnote>
1753           The information here will be copied to the <tt>Changed-By</tt>
1754           field in the <tt>.changes</tt> file
1755           (see <ref id="f-Changed-By">), and then later used to send an
1756           acknowledgement when the upload has been installed.
1757         </p>
1758
1759         <p>
1760           The <var>date</var> has the following format<footnote>
1761               This is the same as the format generated by <tt>date
1762               -R</tt>.
1763           </footnote> (compatible and with the same semantics of
1764           RFC 2822 and RFC 5322):
1765           <example>day-of-week, dd month yyyy hh:mm:ss +zzzz</example>
1766           where:
1767           <list compact="compact">
1768             <item>
1769               day-of week is one of: Mon, Tue, Wed, Thu, Fri, Sat, Sun
1770             </item>
1771             <item>
1772               dd is a one- or two-digit day of the month (01-31)
1773             </item>
1774             <item>
1775               month is one of: Jan, Feb, Mar, Apr, May, Jun, Jul, Aug,
1776               Sep, Oct, Nov, Dec
1777             </item>
1778             <item>yyyy is the four-digit year (e.g. 2010)</item>
1779             <item>hh is the two-digit hour (00-23)</item>
1780             <item>mm is the two-digit minutes (00-59)</item>
1781             <item>ss is the two-digit seconds (00-60)</item>
1782             <item>
1783               +zzzz or -zzzz is the the time zone offset from Coordinated
1784               Universal Time (UTC).  "+" indicates that the time is ahead
1785               of (i.e., east of) UTC and "-" indicates that the time is
1786               behind (i.e., west of) UTC.  The first two digits indicate
1787               the hour difference from UTC and the last two digits
1788               indicate the number of additional minutes difference from
1789               UTC.  The last two digits must be in the range 00-59.
1790             </item>
1791           </list>
1792         </p>
1793
1794         <p>
1795           The first "title" line with the package name must start
1796           at the left hand margin.  The "trailer" line with the
1797           maintainer and date details must be preceded by exactly
1798           one space.  The maintainer details and the date must be
1799           separated by exactly two spaces.
1800         </p>
1801
1802         <p>
1803           The entire changelog must be encoded in UTF-8.
1804         </p>
1805
1806         <p>
1807           For more information on placement of the changelog files
1808           within binary packages, please see <ref id="changelogs">.
1809         </p>
1810       </sect>
1811
1812       <sect id="dpkgcopyright">
1813         <heading>Copyright: <file>debian/copyright</file></heading>
1814         <p>
1815           Every package must be accompanied by a verbatim copy of its
1816           copyright information and distribution license in the file
1817           <file>/usr/share/doc/<var>package</var>/copyright</file>
1818           (see <ref id="copyrightfile"> for further details). Also see
1819           <ref id="pkgcopyright"> for further considerations related
1820           to copyrights for packages.
1821         </p>
1822       </sect>
1823       <sect>
1824         <heading>Error trapping in makefiles</heading>
1825
1826         <p>
1827           When <prgn>make</prgn> invokes a command in a makefile
1828           (including your package's upstream makefiles and
1829           <file>debian/rules</file>), it does so using <prgn>sh</prgn>.  This
1830           means that <prgn>sh</prgn>'s usual bad error handling
1831           properties apply: if you include a miniature script as one
1832           of the commands in your makefile you'll find that if you
1833           don't do anything about it then errors are not detected
1834           and <prgn>make</prgn> will blithely continue after
1835           problems.
1836         </p>
1837
1838         <p>
1839           Every time you put more than one shell command (this
1840           includes using a loop) in a makefile command you
1841           must make sure that errors are trapped.  For
1842           simple compound commands, such as changing directory and
1843           then running a program, using <tt>&amp;&amp;</tt> rather
1844           than semicolon as a command separator is sufficient.  For
1845           more complex commands including most loops and
1846           conditionals you should include a separate <tt>set -e</tt>
1847           command at the start of every makefile command that's
1848           actually one of these miniature shell scripts.
1849         </p>
1850       </sect>
1851
1852       <sect id="timestamps">
1853         <heading>Time Stamps</heading>
1854         <p>
1855           Maintainers should preserve the modification times of the
1856           upstream source files in a package, as far as is reasonably
1857           possible.<footnote>
1858               The rationale is that there is some information conveyed
1859               by knowing the age of the file, for example, you could
1860               recognize that some documentation is very old by looking
1861               at the modification time, so it would be nice if the
1862               modification time of the upstream source would be
1863               preserved.
1864           </footnote>
1865         </p>
1866       </sect>
1867
1868       <sect id="restrictions">
1869         <heading>Restrictions on objects in source packages</heading>
1870
1871         <p>
1872           The source package may not contain any hard links<footnote>
1873             <p>
1874               This is not currently detected when building source
1875               packages, but only when extracting
1876               them.
1877             </p>
1878             <p>
1879               Hard links may be permitted at some point in the
1880               future, but would require a fair amount of
1881               work.
1882             </p>
1883           </footnote>, device special files, sockets or setuid or
1884           setgid files.<footnote>
1885               Setgid directories are allowed.
1886           </footnote>
1887         </p>
1888       </sect>
1889
1890       <sect id="debianrules">
1891         <heading>Main building script: <file>debian/rules</file></heading>
1892
1893         <p>
1894           This file must be an executable makefile, and contains the
1895           package-specific recipes for compiling the package and
1896           building binary package(s) from the source.
1897         </p>
1898
1899         <p>
1900           It must start with the line <tt>#!/usr/bin/make -f</tt>,
1901           so that it can be invoked by saying its name rather than
1902           invoking <prgn>make</prgn> explicitly. That is, invoking
1903           either of <tt>make -f debian/rules <em>args...</em></tt>
1904           or <tt>./debian/rules <em>args...</em></tt> must result in
1905           identical behavior.
1906         </p>
1907
1908         <p>
1909           The following targets are required and must be implemented
1910           by <file>debian/rules</file>: <tt>clean</tt>, <tt>binary</tt>,
1911           <tt>binary-arch</tt>, <tt>binary-indep</tt>, and <tt>build</tt>.
1912           These are the targets called by <prgn>dpkg-buildpackage</prgn>.
1913         </p>
1914
1915         <p>
1916           Since an interactive <file>debian/rules</file> script makes it
1917           impossible to auto-compile that package and also makes it hard
1918           for other people to reproduce the same binary package, all
1919           required targets must be non-interactive.  It also follows that
1920           any target that these targets depend on must also be
1921           non-interactive.
1922         </p>
1923
1924         <p>
1925           The targets are as follows:
1926           <taglist>
1927             <tag><tt>build</tt> (required)</tag>
1928             <item>
1929               <p>
1930                 The <tt>build</tt> target should perform all the
1931                 configuration and compilation of the package.
1932                 If a package has an interactive pre-build
1933                 configuration routine, the Debian source package
1934                 must either be built after this has taken place (so
1935                 that the binary package can be built without rerunning
1936                 the configuration) or the configuration routine
1937                 modified to become non-interactive.  (The latter is
1938                 preferable if there are architecture-specific features
1939                 detected by the configuration routine.)
1940               </p>
1941
1942               <p>
1943                 For some packages, notably ones where the same
1944                 source tree is compiled in different ways to produce
1945                 two binary packages, the <tt>build</tt> target
1946                 does not make much sense.  For these packages it is
1947                 good enough to provide two (or more) targets
1948                 (<tt>build-a</tt> and <tt>build-b</tt> or whatever)
1949                 for each of the ways of building the package, and a
1950                 <tt>build</tt> target that does nothing.  The
1951                 <tt>binary</tt> target will have to build the
1952                 package in each of the possible ways and make the
1953                 binary package out of each.
1954               </p>
1955
1956               <p>
1957                 The <tt>build</tt> target must not do anything
1958                 that might require root privilege.
1959               </p>
1960
1961               <p>
1962                 The <tt>build</tt> target may need to run the
1963                 <tt>clean</tt> target first - see below.
1964               </p>
1965
1966               <p>
1967                 When a package has a configuration and build routine
1968                 which takes a long time, or when the makefiles are
1969                 poorly designed, or when <tt>build</tt> needs to
1970                 run <tt>clean</tt> first, it is a good idea to
1971                 <tt>touch build</tt> when the build process is
1972                 complete.  This will ensure that if <tt>debian/rules
1973                 build</tt> is run again it will not rebuild the whole
1974                 program.<footnote>
1975                     Another common way to do this is for <tt>build</tt>
1976                     to depend on <prgn>build-stamp</prgn> and to do
1977                     nothing else, and for the <prgn>build-stamp</prgn>
1978                     target to do the building and to <tt>touch
1979                     build-stamp</tt> on completion.  This is
1980                     especially useful if the build routine creates a
1981                     file or directory called <tt>build</tt>; in such a
1982                     case, <tt>build</tt> will need to be listed as
1983                     a phony target (i.e., as a dependency of the
1984                     <tt>.PHONY</tt> target).  See the documentation of
1985                     <prgn>make</prgn> for more information on phony
1986                     targets.
1987                 </footnote>
1988               </p>
1989             </item>
1990
1991             <tag><tt>build-arch</tt> (required),
1992                  <tt>build-indep</tt> (required)
1993             </tag>
1994             <item>
1995               <p>
1996                 The <tt>build-arch</tt> target must
1997                 perform all the configuration and compilation required for
1998                 producing all architecture-dependant binary packages
1999                 (those packages for which the body of the
2000                 <tt>Architecture</tt> field in <tt>debian/control</tt> is
2001                 not <tt>all</tt>).  Similarly, the <tt>build-indep</tt>
2002                 target must perform all the configuration
2003                 and compilation required for producing all
2004                 architecture-independent binary packages (those packages
2005                 for which the body of the <tt>Architecture</tt> field
2006                 in <tt>debian/control</tt> is <tt>all</tt>).
2007                 The <tt>build</tt> target
2008                 should either depend on those targets or take the same
2009                 actions as invoking those targets would perform.<footnote>
2010                   This split allows binary-only builds to not install the
2011                   dependencies required for the <tt>build-indep</tt>
2012                   target and skip any resource-intensive build tasks that
2013                   are only required when building architecture-independent
2014                   binary packages.
2015                 </footnote>
2016               </p>
2017
2018               <p>
2019                 The <tt>build-arch</tt> and <tt>build-indep</tt> targets
2020                 must not do anything that might require root privilege.
2021               </p>
2022             </item>
2023
2024             <tag><tt>binary</tt> (required), <tt>binary-arch</tt>
2025               (required), <tt>binary-indep</tt> (required)
2026             </tag>
2027             <item>
2028               <p>
2029                 The <tt>binary</tt> target must be all that is
2030                 necessary for the user to build the binary package(s)
2031                 produced from this source package.  It is
2032                 split into two parts: <prgn>binary-arch</prgn> builds
2033                 the binary packages which are specific to a particular
2034                 architecture, and <tt>binary-indep</tt> builds
2035                 those which are not.
2036               </p>
2037               <p>
2038                 <tt>binary</tt> may be (and commonly is) a target with
2039                 no commands which simply depends on
2040                 <tt>binary-arch</tt> and <tt>binary-indep</tt>.
2041               </p>
2042               <p>
2043                 Both <tt>binary-*</tt> targets should depend on the
2044                 <tt>build</tt> target, or on the appropriate
2045                 <tt>build-arch</tt> or <tt>build-indep</tt> target, if
2046                 provided, so that the package is built if it has not
2047                 been already.  It should then create the relevant
2048                 binary package(s), using <prgn>dpkg-gencontrol</prgn> to
2049                 make their control files and <prgn>dpkg-deb</prgn> to
2050                 build them and place them in the parent of the top
2051                 level directory.
2052               </p>
2053
2054               <p>
2055                 Both the <tt>binary-arch</tt> and
2056                 <tt>binary-indep</tt> targets <em>must</em> exist.
2057                 If one of them has nothing to do (which will always be
2058                 the case if the source generates only a single binary
2059                 package, whether architecture-dependent or not), it
2060                 must still exist and must always succeed.
2061               </p>
2062
2063               <p>
2064                 The <tt>binary</tt> targets must be invoked as
2065                 root.<footnote>
2066                     The <prgn>fakeroot</prgn> package often allows one
2067                     to build a package correctly even without being
2068                     root.
2069                 </footnote>
2070               </p>
2071             </item>
2072
2073             <tag><tt>clean</tt> (required)</tag>
2074             <item>
2075               <p>
2076                 This must undo any effects that the <tt>build</tt>
2077                 and <tt>binary</tt> targets may have had, except
2078                 that it should leave alone any output files created in
2079                 the parent directory by a run of a <tt>binary</tt>
2080                 target.
2081               </p>
2082
2083               <p>
2084                 If a <tt>build</tt> file is touched at the end of
2085                 the <tt>build</tt> target, as suggested above, it
2086                 should be removed as the first action that
2087                 <tt>clean</tt> performs, so that running
2088                 <tt>build</tt> again after an interrupted
2089                 <tt>clean</tt> doesn't think that everything is
2090                 already done.
2091               </p>
2092
2093               <p>
2094                 The <tt>clean</tt> target may need to be
2095                 invoked as root if <tt>binary</tt> has been
2096                 invoked since the last <tt>clean</tt>, or if
2097                 <tt>build</tt> has been invoked as root (since
2098                 <tt>build</tt> may create directories, for
2099                 example).
2100               </p>
2101             </item>
2102
2103             <tag><tt>get-orig-source</tt> (optional)</tag>
2104             <item>
2105               <p>
2106                 This target fetches the most recent version of the
2107                 original source package from a canonical archive site
2108                 (via FTP or WWW, for example), does any necessary
2109                 rearrangement to turn it into the original source
2110                 tar file format described below, and leaves it in the
2111                 current directory.
2112               </p>
2113
2114               <p>
2115                 This target may be invoked in any directory, and
2116                 should take care to clean up any temporary files it
2117                 may have left.
2118               </p>
2119
2120               <p>
2121                 This target is optional, but providing it if
2122                 possible is a good idea.
2123               </p>
2124             </item>
2125
2126             <tag><tt>patch</tt> (optional)</tag>
2127             <item>
2128               <p>
2129                 This target performs whatever additional actions are
2130                 required to make the source ready for editing (unpacking
2131                 additional upstream archives, applying patches, etc.).
2132                 It is recommended to be implemented for any package where
2133                 <tt>dpkg-source -x</tt> does not result in source ready
2134                 for additional modification.  See
2135                 <ref id="readmesource">.
2136               </p>
2137             </item>
2138           </taglist>
2139
2140         <p>
2141           The <tt>build</tt>, <tt>binary</tt> and
2142           <tt>clean</tt> targets must be invoked with the current
2143           directory being the package's top-level directory.
2144         </p>
2145
2146
2147         <p>
2148           Additional targets may exist in <file>debian/rules</file>,
2149           either as published or undocumented interfaces or for the
2150           package's internal use.
2151         </p>
2152
2153         <p>
2154           The architectures we build on and build for are determined
2155           by <prgn>make</prgn> variables using the
2156           utility <qref id="pkg-dpkg-architecture"><prgn>dpkg-architecture</prgn></qref>.
2157           You can determine the Debian architecture and the GNU style
2158           architecture specification string for the build architecture as
2159           well as for the host architecture.  The build architecture is
2160           the architecture on which <file>debian/rules</file> is run and
2161           the package build is performed.  The host architecture is the
2162           architecture on which the resulting package will be installed
2163           and run.  These are normally the same, but may be different in
2164           the case of cross-compilation (building packages for one
2165           architecture on machines of a different architecture).
2166         </p>
2167
2168         <p>
2169           Here is a list of supported <prgn>make</prgn> variables:
2170           <list compact="compact">
2171             <item>
2172                 <tt>DEB_*_ARCH</tt> (the Debian architecture)
2173             </item>
2174             <item>
2175                 <tt>DEB_*_ARCH_CPU</tt> (the Debian CPU name)
2176             </item>
2177             <item>
2178                 <tt>DEB_*_ARCH_OS</tt> (the Debian System name)
2179             </item>
2180             <item>
2181                 <tt>DEB_*_GNU_TYPE</tt> (the GNU style architecture
2182                 specification string)
2183             </item>
2184             <item>
2185                 <tt>DEB_*_GNU_CPU</tt> (the CPU part of
2186                 <tt>DEB_*_GNU_TYPE</tt>)
2187             </item>
2188             <item>
2189                 <tt>DEB_*_GNU_SYSTEM</tt> (the System part of
2190                 <tt>DEB_*_GNU_TYPE</tt>)
2191           </list>
2192           where <tt>*</tt> is either <tt>BUILD</tt> for specification of
2193           the build architecture or <tt>HOST</tt> for specification of the
2194           host architecture.
2195         </p>
2196
2197         <p>
2198           Backward compatibility can be provided in the rules file
2199           by setting the needed variables to suitable default
2200           values; please refer to the documentation of
2201           <prgn>dpkg-architecture</prgn> for details.
2202         </p>
2203
2204         <p>
2205           It is important to understand that the <tt>DEB_*_ARCH</tt>
2206           string only determines which Debian architecture we are
2207           building on or for. It should not be used to get the CPU
2208           or system information; the <tt>DEB_*_ARCH_CPU</tt> and
2209           <tt>DEB_*_ARCH_OS</tt> variables should be used for that.
2210           GNU style variables should generally only be used with upstream
2211           build systems.
2212         </p>
2213
2214         <sect1 id="debianrules-options">
2215           <heading><file>debian/rules</file> and
2216             <tt>DEB_BUILD_OPTIONS</tt></heading>
2217
2218           <p>
2219             Supporting the standardized environment variable
2220             <tt>DEB_BUILD_OPTIONS</tt> is recommended.  This variable can
2221             contain several flags to change how a package is compiled and
2222             built.  Each flag must be in the form <var>flag</var> or
2223             <var>flag</var>=<var>options</var>.  If multiple flags are
2224             given, they must be separated by whitespace.<footnote>
2225               Some packages support any delimiter, but whitespace is the
2226               easiest to parse inside a makefile and avoids ambiguity with
2227               flag values that contain commas.
2228             </footnote>
2229             <var>flag</var> must start with a lowercase letter
2230             (<tt>a-z</tt>) and consist only of lowercase letters,
2231             numbers (<tt>0-9</tt>), and the characters
2232             <tt>-</tt> and <tt>_</tt> (hyphen and underscore).
2233             <var>options</var> must not contain whitespace.  The same
2234             tag should not be given multiple times with conflicting
2235             values.  Package maintainers may assume that
2236             <tt>DEB_BUILD_OPTIONS</tt> will not contain conflicting tags.
2237           </p>
2238
2239           <p>
2240             The meaning of the following tags has been standardized:
2241             <taglist>
2242               <tag>nocheck</tag>
2243               <item>
2244                   This tag says to not run any build-time test suite
2245                   provided by the package.
2246               </item>
2247               <tag>noopt</tag>
2248               <item>
2249                   The presence of this tag means that the package should
2250                   be compiled with a minimum of optimization.  For C
2251                   programs, it is best to add <tt>-O0</tt> to
2252                   <tt>CFLAGS</tt> (although this is usually the default).
2253                   Some programs might fail to build or run at this level
2254                   of optimization; it may be necessary to use
2255                   <tt>-O1</tt>, for example.
2256               </item>
2257               <tag>nostrip</tag>
2258               <item>
2259                   This tag means that the debugging symbols should not be
2260                   stripped from the binary during installation, so that
2261                   debugging information may be included in the package.
2262               </item>
2263               <tag>parallel=n</tag>
2264               <item>
2265                   This tag means that the package should be built using up
2266                   to <tt>n</tt> parallel processes if the package build
2267                   system supports this.<footnote>
2268                       Packages built with <tt>make</tt> can often implement
2269                       this by passing the <tt>-j</tt><var>n</var> option to
2270                       <tt>make</tt>.
2271                   </footnote>
2272                   If the package build system does not support parallel
2273                   builds, this string must be ignored.  If the package
2274                   build system only supports a lower level of concurrency
2275                   than <var>n</var>, the package should be built using as
2276                   many parallel processes as the package build system
2277                   supports.  It is up to the package maintainer to decide
2278                   whether the package build times are long enough and the
2279                   package build system is robust enough to make supporting
2280                   parallel builds worthwhile.
2281                </item>
2282             </taglist>
2283           </p>
2284
2285           <p>
2286             Unknown flags must be ignored by <file>debian/rules</file>.
2287           </p>
2288
2289           <p>
2290             The following makefile snippet is an example of how one may
2291             implement the build options; you will probably have to
2292             massage this example in order to make it work for your
2293             package.
2294             <example compact="compact">
2295 CFLAGS = -Wall -g
2296 INSTALL = install
2297 INSTALL_FILE    = $(INSTALL) -p    -o root -g root  -m  644
2298 INSTALL_PROGRAM = $(INSTALL) -p    -o root -g root  -m  755
2299 INSTALL_SCRIPT  = $(INSTALL) -p    -o root -g root  -m  755
2300 INSTALL_DIR     = $(INSTALL) -p -d -o root -g root  -m  755
2301
2302 ifneq (,$(filter noopt,$(DEB_BUILD_OPTIONS)))
2303     CFLAGS += -O0
2304 else
2305     CFLAGS += -O2
2306 endif
2307 ifeq (,$(filter nostrip,$(DEB_BUILD_OPTIONS)))
2308     INSTALL_PROGRAM += -s
2309 endif
2310 ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
2311     NUMJOBS = $(patsubst parallel=%,%,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
2312     MAKEFLAGS += -j$(NUMJOBS)
2313 endif
2314
2315 build:
2316         # ...
2317 ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
2318         # Code to run the package test suite.
2319 endif
2320             </example>
2321           </p>
2322         </sect1>
2323       </sect>
2324
2325 <!-- FIXME: section pkg-srcsubstvars is the same as substvars -->
2326       <sect id="substvars">
2327         <heading>Variable substitutions: <file>debian/substvars</file></heading>
2328
2329         <p>
2330           When <prgn>dpkg-gencontrol</prgn>
2331           generates <qref id="binarycontrolfiles">binary package control
2332           files</qref> (<file>DEBIAN/control</file>), it performs variable
2333           substitutions on its output just before writing it.  Variable
2334           substitutions have the form <tt>${<var>variable</var>}</tt>.
2335           The optional file <file>debian/substvars</file> contains
2336           variable substitutions to be used; variables can also be set
2337           directly from <file>debian/rules</file> using the <tt>-V</tt>
2338           option to the source packaging commands, and certain predefined
2339           variables are also available.
2340         </p>
2341
2342         <p>
2343           The <file>debian/substvars</file> file is usually generated and
2344           modified dynamically by <file>debian/rules</file> targets, in
2345           which case it must be removed by the <tt>clean</tt> target.
2346         </p>
2347
2348         <p>
2349           See <manref name="deb-substvars" section="5"> for full
2350           details about source variable substitutions, including the
2351           format of <file>debian/substvars</file>.</p>
2352       </sect>
2353
2354       <sect id="debianwatch">
2355         <heading>Optional upstream source location: <file>debian/watch</file></heading>
2356
2357         <p>
2358           This is an optional, recommended configuration file for the
2359           <tt>uscan</tt> utility which defines how to automatically scan
2360           ftp or http sites for newly available updates of the
2361           package. This is used
2362           by <url id="http://dehs.alioth.debian.org/"> and other Debian QA
2363           tools to help with quality control and maintenance of the
2364           distribution as a whole.
2365         </p>
2366
2367       </sect>
2368
2369       <sect id="debianfiles">
2370         <heading>Generated files list: <file>debian/files</file></heading>
2371
2372         <p>
2373           This file is not a permanent part of the source tree; it
2374           is used while building packages to record which files are
2375           being generated.  <prgn>dpkg-genchanges</prgn> uses it
2376           when it generates a <file>.changes</file> file.
2377         </p>
2378
2379         <p>
2380           It should not exist in a shipped source package, and so it
2381           (and any backup files or temporary files such as
2382           <file>files.new</file><footnote>
2383               <file>files.new</file> is used as a temporary file by
2384               <prgn>dpkg-gencontrol</prgn> and
2385               <prgn>dpkg-distaddfile</prgn> - they write a new
2386               version of <tt>files</tt> here before renaming it,
2387               to avoid leaving a corrupted copy if an error
2388               occurs.
2389           </footnote>) should be removed by the
2390           <tt>clean</tt> target.  It may also be wise to
2391           ensure a fresh start by emptying or removing it at the
2392           start of the <tt>binary</tt> target.
2393         </p>
2394
2395         <p>
2396           When <prgn>dpkg-gencontrol</prgn> is run for a binary
2397           package, it adds an entry to <file>debian/files</file> for the
2398           <file>.deb</file> file that will be created when <tt>dpkg-deb
2399           --build</tt> is run for that binary package.  So for most
2400           packages all that needs to be done with this file is to
2401           delete it in the <tt>clean</tt> target.
2402         </p>
2403
2404         <p>
2405           If a package upload includes files besides the source
2406           package and any binary packages whose control files were
2407           made with <prgn>dpkg-gencontrol</prgn> then they should be
2408           placed in the parent of the package's top-level directory
2409           and <prgn>dpkg-distaddfile</prgn> should be called to add
2410           the file to the list in <file>debian/files</file>.</p>
2411       </sect>
2412
2413       <sect id="embeddedfiles">
2414         <heading>Convenience copies of code</heading>
2415
2416         <p>
2417           Some software packages include in their distribution convenience
2418           copies of code from other software packages, generally so that
2419           users compiling from source don't have to download multiple
2420           packages.  Debian packages should not make use of these
2421           convenience copies unless the included package is explicitly
2422           intended to be used in this way.<footnote>
2423             For example, parts of the GNU build system work like this.
2424           </footnote>
2425           If the included code is already in the Debian archive in the
2426           form of a library, the Debian packaging should ensure that
2427           binary packages reference the libraries already in Debian and
2428           the convenience copy is not used.  If the included code is not
2429           already in Debian, it should be packaged separately as a
2430           prerequisite if possible.
2431           <footnote>
2432             Having multiple copies of the same code in Debian is
2433             inefficient, often creates either static linking or shared
2434             library conflicts, and, most importantly, increases the
2435             difficulty of handling security vulnerabilities in the
2436             duplicated code.
2437           </footnote>
2438         </p>
2439       </sect>
2440
2441       <sect id="readmesource">
2442         <heading>Source package handling:
2443           <file>debian/README.source</file></heading>
2444
2445         <p>
2446           If running <prgn>dpkg-source -x</prgn> on a source package
2447           doesn't produce the source of the package, ready for editing,
2448           and allow one to make changes and run
2449           <prgn>dpkg-buildpackage</prgn> to produce a modified package
2450           without taking any additional steps, creating a
2451           <file>debian/README.source</file> documentation file is
2452           recommended.  This file should explain how to do all of the
2453           following:
2454             <enumlist>
2455               <item>Generate the fully patched source, in a form ready for
2456               editing, that would be built to create Debian
2457               packages.  Doing this with a <tt>patch</tt> target in
2458               <file>debian/rules</file> is recommended; see
2459               <ref id="debianrules">.</item>
2460               <item>Modify the source and save those modifications so that
2461               they will be applied when building the package.</item>
2462               <item>Remove source modifications that are currently being
2463               applied when building the package.</item>
2464               <item>Optionally, document what steps are necessary to
2465               upgrade the Debian source package to a new upstream version,
2466               if applicable.</item>
2467             </enumlist>
2468           This explanation should include specific commands and mention
2469           any additional required Debian packages.  It should not assume
2470           familiarity with any specific Debian packaging system or patch
2471           management tools.
2472         </p>
2473
2474         <p>
2475           This explanation may refer to a documentation file installed by
2476           one of the package's build dependencies provided that the
2477           referenced documentation clearly explains these tasks and is not
2478           a general reference manual.
2479         </p>
2480
2481         <p>
2482           <file>debian/README.source</file> may also include any other
2483           information that would be helpful to someone modifying the
2484           source package.  Even if the package doesn't fit the above
2485           description, maintainers are encouraged to document in a
2486           <file>debian/README.source</file> file any source package with a
2487           particularly complex or unintuitive source layout or build
2488           system (for example, a package that builds the same source
2489           multiple times to generate different binary packages).
2490         </p>
2491       </sect>
2492     </chapt>
2493
2494
2495     <chapt id="controlfields">
2496       <heading>Control files and their fields</heading>
2497
2498       <p>
2499         The package management system manipulates data represented in
2500         a common format, known as <em>control data</em>, stored in
2501         <em>control files</em>.
2502         Control files are used for source packages, binary packages and
2503         the <file>.changes</file> files which control the installation
2504         of uploaded files<footnote>
2505             <prgn>dpkg</prgn>'s internal databases are in a similar
2506             format.
2507         </footnote>.
2508       </p>
2509
2510       <sect id="controlsyntax">
2511         <heading>Syntax of control files</heading>
2512
2513         <p>
2514           A control file consists of one or more paragraphs of
2515           fields<footnote>
2516                 The paragraphs are also sometimes referred to as stanzas.
2517           </footnote>.
2518           The paragraphs are separated by empty lines.  Parsers may accept
2519           lines consisting solely of spaces and tabs as paragraph
2520           separators, but control files should use empty lines.  Some control
2521           files allow only one paragraph; others allow several, in
2522           which case each paragraph usually refers to a different
2523           package.  (For example, in source packages, the first
2524           paragraph refers to the source package, and later paragraphs
2525           refer to binary packages generated from the source.)  The
2526           ordering of the paragraphs in control files is significant.
2527         </p>
2528
2529         <p>
2530           Each paragraph consists of a series of data fields.  Each field
2531           consists of the field name followed by a colon and then the
2532           data/value associated with that field.  The field name is
2533           composed of US-ASCII characters excluding control characters,
2534           space, and colon (i.e., characters in the ranges 33-57 and
2535           59-126, inclusive).  Field names must not begin with the comment
2536           character, <tt>#</tt>.
2537         </p>
2538
2539         <p>
2540           The field ends at the end of the line or at the end of the last
2541           continuation line (see below).  Horizontal whitespace (spaces
2542           and tabs) may occur immediately before or after the value and is
2543           ignored there; it is conventional to put a single space after
2544           the colon.  For example, a field might be:
2545           <example compact="compact">
2546 Package: libc6
2547           </example>
2548           the field name is <tt>Package</tt> and the field value
2549           <tt>libc6</tt>.
2550         </p>
2551
2552         <p>
2553           A paragraph must not contain more than one instance of a
2554           particular field name.
2555         </p>
2556
2557         <p>
2558           There are three types of fields:
2559           <taglist>
2560             <tag>simple</tag>
2561             <item>
2562               The field, including its value, must be a single line.  Folding
2563               of the field is not permitted.  This is the default field type
2564               if the definition of the field does not specify a different
2565               type.
2566             </item>
2567             <tag>folded</tag>
2568             <item>
2569               The value of a folded field is a logical line that may span
2570               several lines.  The lines after the first are called
2571               continuation lines and must start with a space or a tab.
2572               Whitespace, including any newlines, is not significant in the
2573               field values of folded fields.<footnote>
2574                 This folding method is similar to RFC 5322, allowing control
2575                 files that contain only one paragraph and no multiline fields
2576                 to be read by parsers written for RFC 5322.
2577               </footnote>
2578             </item>
2579             <tag>multiline</tag>
2580             <item>
2581               The value of a multiline field may comprise multiple continuation
2582               lines.  The first line of the value, the part on the same line as
2583               the field name, often has special significance or may have to be
2584               empty.  Other lines are added following the same syntax as the
2585               continuation lines of the folded fields.  Whitespace, including newlines,
2586               is significant in the values of multiline fields.
2587             </item>
2588           </taglist>
2589         </p>
2590
2591         <p>
2592           Whitespace must not appear
2593           inside names (of packages, architectures, files or anything
2594           else) or version numbers, or between the characters of
2595           multi-character version relationships.
2596         </p>
2597
2598         <p>
2599           The presence and purpose of a field, and the syntax of its
2600           value may differ between types of control files.
2601         </p>
2602
2603         <p>
2604           Field names are not case-sensitive, but it is usual to
2605           capitalize the field names using mixed case as shown below.
2606           Field values are case-sensitive unless the description of the
2607           field says otherwise.
2608         </p>
2609
2610         <p>
2611           Paragraph separators (empty lines) and lines consisting only of
2612           spaces and tabs are not allowed within field values or between
2613           fields.  Empty lines in field values are usually escaped by
2614           representing them by a space followed by a dot.
2615         </p>
2616
2617         <p>
2618           Lines starting with # without any preceding whitespace are comments
2619           lines that are only permitted in source package control files
2620           (<file>debian/control</file>).  These comment lines are ignored, even
2621           between two continuation lines.  They do not end logical lines.
2622         </p>
2623
2624         <p>
2625           All control files must be encoded in UTF-8.
2626         </p>
2627       </sect>
2628
2629       <sect id="sourcecontrolfiles">
2630         <heading>Source package control files -- <file>debian/control</file></heading>
2631
2632         <p>
2633           The <file>debian/control</file> file contains the most vital
2634           (and version-independent) information about the source package
2635           and about the binary packages it creates.
2636         </p>
2637
2638         <p>
2639           The first paragraph of the control file contains information about
2640           the source package in general. The subsequent sets each describe a
2641           binary package that the source tree builds.
2642         </p>
2643
2644         <p>
2645           The fields in the general paragraph (the first one, for the source
2646           package) are:
2647
2648           <list compact="compact">
2649             <item><qref id="f-Source"><tt>Source</tt></qref> (mandatory)</item>
2650             <item><qref id="f-Maintainer"><tt>Maintainer</tt></qref> (mandatory)</item>
2651             <item><qref id="f-Uploaders"><tt>Uploaders</tt></qref></item>
2652             <item><qref id="f-DM-Upload-Allowed"><tt>DM-Upload-Allowed</tt></qref></item>
2653             <item><qref id="f-Section"><tt>Section</tt></qref> (recommended)</item>
2654             <item><qref id="f-Priority"><tt>Priority</tt></qref> (recommended)</item>
2655             <item><qref id="sourcebinarydeps"><tt>Build-Depends</tt> et al</qref></item>
2656             <item><qref id="f-Standards-Version"><tt>Standards-Version</tt></qref> (recommended)</item>
2657             <item><qref id="f-Homepage"><tt>Homepage</tt></qref></item>
2658             <item><qref id="f-VCS-fields"><tt>Vcs-Browser</tt>, <tt>Vcs-Git</tt>, et al.</qref></item>
2659           </list>
2660         </p>
2661
2662         <p>
2663           The fields in the binary package paragraphs are:
2664
2665           <list compact="compact">
2666             <item><qref id="f-Package"><tt>Package</tt></qref> (mandatory)</item>
2667             <item><qref id="f-Architecture"><tt>Architecture</tt></qref> (mandatory)</item>
2668             <item><qref id="f-Section"><tt>Section</tt></qref> (recommended)</item>
2669             <item><qref id="f-Priority"><tt>Priority</tt></qref> (recommended)</item>
2670             <item><qref id="f-Essential"><tt>Essential</tt></qref></item>
2671             <item><qref id="binarydeps"><tt>Depends</tt> et al</qref></item>
2672             <item><qref id="f-Description"><tt>Description</tt></qref> (mandatory)</item>
2673             <item><qref id="f-Homepage"><tt>Homepage</tt></qref></item>
2674             <item><qref id="built-using"><tt>Built-Using</tt></qref></item>
2675           </list>
2676         </p>
2677
2678         <p>
2679           The syntax and semantics of the fields are described below.
2680         </p>
2681
2682         <p>
2683           These fields are used by <prgn>dpkg-gencontrol</prgn> to
2684           generate control files for binary packages (see below), by
2685           <prgn>dpkg-genchanges</prgn> to generate the
2686           <file>.changes</file> file to accompany the upload, and by
2687           <prgn>dpkg-source</prgn> when it creates the
2688           <file>.dsc</file> source control file as part of a source
2689           archive.  Some fields are folded in <file>debian/control</file>,
2690           but not in any other control
2691           file. These tools are responsible for removing the line
2692           breaks from such fields when using fields from
2693           <file>debian/control</file> to generate other control files.
2694         </p>
2695
2696         <p>
2697           The fields here may contain variable references - their
2698           values will be substituted by <prgn>dpkg-gencontrol</prgn>,
2699           <prgn>dpkg-genchanges</prgn> or <prgn>dpkg-source</prgn>
2700           when they generate output control files.
2701           See <ref id="substvars"> for details.
2702         </p>
2703       </sect>
2704
2705       <sect id="binarycontrolfiles">
2706         <heading>Binary package control files -- <file>DEBIAN/control</file></heading>
2707
2708         <p>
2709           The <file>DEBIAN/control</file> file contains the most vital
2710           (and version-dependent) information about a binary package.  It
2711           consists of a single paragraph.
2712         </p>
2713
2714         <p>
2715           The fields in this file are:
2716
2717           <list compact="compact">
2718             <item><qref id="f-Package"><tt>Package</tt></qref> (mandatory)</item>
2719             <item><qref id="f-Source"><tt>Source</tt></qref></item>
2720             <item><qref id="f-Version"><tt>Version</tt></qref> (mandatory)</item>
2721             <item><qref id="f-Section"><tt>Section</tt></qref> (recommended)</item>
2722             <item><qref id="f-Priority"><tt>Priority</tt></qref> (recommended)</item>
2723             <item><qref id="f-Architecture"><tt>Architecture</tt></qref> (mandatory)</item>
2724             <item><qref id="f-Essential"><tt>Essential</tt></qref></item>
2725             <item><qref id="binarydeps"><tt>Depends</tt> et al</qref></item>
2726             <item><qref id="f-Installed-Size"><tt>Installed-Size</tt></qref></item>
2727             <item><qref id="f-Maintainer"><tt>Maintainer</tt></qref> (mandatory)</item>
2728             <item><qref id="f-Description"><tt>Description</tt></qref> (mandatory)</item>
2729             <item><qref id="f-Homepage"><tt>Homepage</tt></qref></item>
2730             <item><qref id="built-using"><tt>Built-Using</tt></qref></item>
2731           </list>
2732         </p>
2733       </sect>
2734
2735       <sect id="debiansourcecontrolfiles">
2736         <heading>Debian source control files -- <tt>.dsc</tt></heading>
2737
2738         <p>
2739           This file consists of a single paragraph, possibly surrounded by
2740           a PGP signature. The fields of that paragraph are listed below.
2741           Their syntax is described above, in <ref id="controlsyntax">.
2742
2743         <list compact="compact">
2744           <item><qref id="f-Format"><tt>Format</tt></qref> (mandatory)</item>
2745           <item><qref id="f-Source"><tt>Source</tt></qref> (mandatory)</item>
2746           <item><qref id="f-Binary"><tt>Binary</tt></qref></item>
2747           <item><qref id="f-Architecture"><tt>Architecture</tt></qref></item>
2748           <item><qref id="f-Version"><tt>Version</tt></qref> (mandatory)</item>
2749           <item><qref id="f-Maintainer"><tt>Maintainer</tt></qref> (mandatory)</item>
2750           <item><qref id="f-Uploaders"><tt>Uploaders</tt></qref></item>
2751           <item><qref id="f-DM-Upload-Allowed"><tt>DM-Upload-Allowed</tt></qref></item>
2752           <item><qref id="f-Homepage"><tt>Homepage</tt></qref></item>
2753           <item><qref id="f-VCS-fields"><tt>Vcs-Browser</tt>, <tt>Vcs-Git</tt>, et al.</qref></item>
2754           <item><qref id="f-Standards-Version"><tt>Standards-Version</tt></qref> (recommended)</item>
2755           <item><qref id="sourcebinarydeps"><tt>Build-Depends</tt> et al</qref></item>
2756           <item><qref id="f-Checksums"><tt>Checksums-Sha1</tt>
2757               and <tt>Checksums-Sha256</tt></qref> (recommended)</item>
2758           <item><qref id="f-Files"><tt>Files</tt></qref> (mandatory)</item>
2759         </list>
2760         </p>
2761
2762         <p>
2763           The Debian source control file is generated by
2764           <prgn>dpkg-source</prgn> when it builds the source
2765           archive, from other files in the source package,
2766           described above.  When unpacking, it is checked against
2767           the files and directories in the other parts of the
2768           source package.
2769         </p>
2770
2771       </sect>
2772
2773       <sect id="debianchangesfiles">
2774         <heading>Debian changes files -- <file>.changes</file></heading>
2775
2776         <p>
2777           The <file>.changes</file> files are used by the Debian archive
2778           maintenance software to process updates to packages. They
2779           consist of a single paragraph, possibly surrounded by a PGP
2780           signature. That paragraph contains information from the
2781           <file>debian/control</file> file and other data about the
2782           source package gathered via <file>debian/changelog</file>
2783           and <file>debian/rules</file>.
2784         </p>
2785
2786         <p>
2787           <file>.changes</file> files have a format version that is
2788           incremented whenever the documented fields or their meaning
2789           change.  This document describes format &changesversion;.
2790         </p>
2791
2792         <p>
2793           The fields in this file are:
2794
2795           <list compact="compact">
2796             <item><qref id="f-Format"><tt>Format</tt></qref> (mandatory)</item>
2797             <item><qref id="f-Date"><tt>Date</tt></qref> (mandatory)</item>
2798             <item><qref id="f-Source"><tt>Source</tt></qref> (mandatory)</item>
2799             <item><qref id="f-Binary"><tt>Binary</tt></qref> (mandatory)</item>
2800             <item><qref id="f-Architecture"><tt>Architecture</tt></qref> (mandatory)</item>
2801             <item><qref id="f-Version"><tt>Version</tt></qref> (mandatory)</item>
2802             <item><qref id="f-Distribution"><tt>Distribution</tt></qref> (mandatory)</item>
2803             <item><qref id="f-Urgency"><tt>Urgency</tt></qref> (recommended)</item>
2804             <item><qref id="f-Maintainer"><tt>Maintainer</tt></qref> (mandatory)</item>
2805             <item><qref id="f-Changed-By"><tt>Changed-By</tt></qref></item>
2806             <item><qref id="f-Description"><tt>Description</tt></qref> (mandatory)</item>
2807             <item><qref id="f-Closes"><tt>Closes</tt></qref></item>
2808             <item><qref id="f-Changes"><tt>Changes</tt></qref> (mandatory)</item>
2809             <item><qref id="f-Checksums"><tt>Checksums-Sha1</tt>
2810                 and <tt>Checksums-Sha256</tt></qref> (recommended)</item>
2811             <item><qref id="f-Files"><tt>Files</tt></qref> (mandatory)</item>
2812           </list>
2813         </p>
2814       </sect>
2815
2816       <sect id="controlfieldslist">
2817         <heading>List of fields</heading>
2818
2819         <sect1 id="f-Source">
2820           <heading><tt>Source</tt></heading>
2821
2822           <p>
2823             This field identifies the source package name.
2824           </p>
2825
2826           <p>
2827             In <file>debian/control</file> or a <file>.dsc</file> file,
2828             this field must contain only the name of the source package.
2829           </p>
2830
2831           <p>
2832             In a binary package control file or a <file>.changes</file>
2833             file, the source package name may be followed by a version
2834             number in parentheses<footnote>
2835                 It is customary to leave a space after the package name
2836                 if a version number is specified.
2837             </footnote>.
2838             This version number may be omitted (and is, by
2839             <prgn>dpkg-gencontrol</prgn>) if it has the same value as
2840             the <tt>Version</tt> field of the binary package in
2841             question.  The field itself may be omitted from a binary
2842             package control file when the source package has the same
2843             name and version as the binary package.
2844           </p>
2845
2846           <p>
2847             Package names (both source and binary,
2848             see <ref id="f-Package">) must consist only of lower case
2849             letters (<tt>a-z</tt>), digits (<tt>0-9</tt>), plus
2850             (<tt>+</tt>) and minus (<tt>-</tt>) signs, and periods
2851             (<tt>.</tt>).  They must be at least two characters long and
2852             must start with an alphanumeric character.
2853           </p>
2854         </sect1>
2855
2856         <sect1 id="f-Maintainer">
2857           <heading><tt>Maintainer</tt></heading>
2858
2859           <p>
2860             The package maintainer's name and email address.  The name
2861             must come first, then the email address inside angle
2862             brackets <tt>&lt;&gt;</tt> (in RFC822 format).
2863           </p>
2864
2865           <p>
2866             If the maintainer's name contains a full stop then the
2867             whole field will not work directly as an email address due
2868             to a misfeature in the syntax specified in RFC822; a
2869             program using this field as an address must check for this
2870             and correct the problem if necessary (for example by
2871             putting the name in round brackets and moving it to the
2872             end, and bringing the email address forward).
2873           </p>
2874
2875           <p>
2876             See <ref id="maintainer"> for additional requirements and
2877             information about package maintainers.
2878           </p>
2879         </sect1>
2880
2881         <sect1 id="f-Uploaders">
2882           <heading><tt>Uploaders</tt></heading>
2883
2884           <p>
2885             List of the names and email addresses of co-maintainers of the
2886             package, if any. If the package has other maintainers besides
2887             the one named in the <qref id="f-Maintainer">Maintainer
2888             field</qref>, their names and email addresses should be listed
2889             here. The format of each entry is the same as that of the
2890             Maintainer field, and multiple entries must be comma
2891             separated.
2892           </p>
2893
2894           <p>
2895             This is normally an optional field, but if
2896             the <tt>Maintainer</tt> control field names a group of people
2897             and a shared email address, the <tt>Uploaders</tt> field must
2898             be present and must contain at least one human with their
2899             personal email address.
2900           </p>
2901
2902           <p>
2903             The Uploaders field in <file>debian/control</file> can be folded.
2904           </p>
2905         </sect1>
2906
2907         <sect1 id="f-Changed-By">
2908           <heading><tt>Changed-By</tt></heading>
2909
2910           <p>
2911             The name and email address of the person who prepared this
2912             version of the package, usually a maintainer.  The syntax is
2913             the same as for the <qref id="f-Maintainer">Maintainer
2914             field</qref>.
2915           </p>
2916         </sect1>
2917
2918         <sect1 id="f-Section">
2919           <heading><tt>Section</tt></heading>
2920
2921           <p>
2922             This field specifies an application area into which the package
2923             has been classified. See <ref id="subsections">.
2924           </p>
2925
2926           <p>
2927             When it appears in the <file>debian/control</file> file,
2928             it gives the value for the subfield of the same name in
2929             the <tt>Files</tt> field of the <file>.changes</file> file.
2930             It also gives the default for the same field in the binary
2931             packages.
2932           </p>
2933         </sect1>
2934
2935         <sect1 id="f-Priority">
2936           <heading><tt>Priority</tt></heading>
2937
2938           <p>
2939             This field represents how important it is that the user
2940             have the package installed. See <ref id="priorities">.
2941           </p>
2942
2943           <p>
2944             When it appears in the <file>debian/control</file> file,
2945             it gives the value for the subfield of the same name in
2946             the <tt>Files</tt> field of the <file>.changes</file> file.
2947             It also gives the default for the same field in the binary
2948             packages.
2949           </p>
2950         </sect1>
2951
2952         <sect1 id="f-Package">
2953           <heading><tt>Package</tt></heading>
2954
2955           <p>
2956             The name of the binary package.
2957           </p>
2958
2959           <p>
2960             Binary package names must follow the same syntax and
2961             restrictions as source package names.  See <ref id="f-Source">
2962             for the details.
2963           </p>
2964         </sect1>
2965
2966         <sect1 id="f-Architecture">
2967           <heading><tt>Architecture</tt></heading>
2968
2969           <p>
2970             Depending on context and the control file used, the
2971             <tt>Architecture</tt> field can include the following sets of
2972             values:
2973             <list>
2974                 <item>
2975                   A unique single word identifying a Debian machine
2976                   architecture as described in <ref id="arch-spec">.
2977                 </item>
2978                 <item>
2979                   An architecture wildcard identifying a set of Debian
2980                   machine architectures, see <ref id="arch-wildcard-spec">.
2981                   <tt>any</tt> matches all Debian machine architectures
2982                   and is the most frequently used.
2983                 </item>
2984                 <item>
2985                   <tt>all</tt>, which indicates an
2986                   architecture-independent package.
2987                 </item>
2988                 <item>
2989                   <tt>source</tt>, which indicates a source package.
2990                 </item>
2991             </list>
2992           </p>
2993
2994           <p>
2995             In the main <file>debian/control</file> file in the source
2996             package, this field may contain the special
2997             value <tt>all</tt>, the special architecture
2998             wildcard <tt>any</tt>, or a list of specific and wildcard
2999             architectures separated by spaces.  If <tt>all</tt>
3000             or <tt>any</tt> appears, that value must be the entire
3001             contents of the field.  Most packages will use
3002             either <tt>all</tt> or <tt>any</tt>.
3003           </p>
3004
3005           <p>
3006             Specifying a specific list of architectures indicates that the
3007             source will build an architecture-dependent package only on
3008             architectures included in the list.  Specifying a list of
3009             architecture wildcards indicates that the source will build an
3010             architecture-dependent package on only those architectures
3011             that match any of the specified architecture wildcards.
3012             Specifying a list of architectures or architecture wildcards
3013             other than <tt>any</tt> is for the minority of cases where a
3014             program is not portable or is not useful on some
3015             architectures.  Where possible, the program should be made
3016             portable instead.
3017           </p>
3018
3019           <p>
3020             In the Debian source control file <file>.dsc</file>, this
3021             field contains a list of architectures and architecture
3022             wildcards separated by spaces. When the list contains the
3023             architecture wildcard <tt>any</tt>, the only other value
3024             allowed in the list is <tt>all</tt>.
3025           </p>
3026
3027           <p>
3028             The list may include (or consist solely of) the special
3029             value <tt>all</tt>.  In other words, in <file>.dsc</file>
3030             files unlike the <file>debian/control</file>, <tt>all</tt> may
3031             occur in combination with specific architectures.
3032             The <tt>Architecture</tt> field in the Debian source control
3033             file <file>.dsc</file> is generally constructed from
3034             the <tt>Architecture</tt> fields in
3035             the <file>debian/control</file> in the source package.
3036           </p>
3037
3038           <p>
3039             Specifying only <tt>any</tt> indicates that the source package
3040             isn't dependent on any particular architecture and should
3041             compile fine on any one. The produced binary package(s)
3042             will be specific to whatever the current build architecture is.
3043           </p>
3044
3045           <p>
3046             Specifying only <tt>all</tt> indicates that the source package
3047             will only build architecture-independent packages.
3048           </p>
3049
3050           <p>
3051             Specifying <tt>any all</tt> indicates that the source package
3052             isn't dependent on any particular architecture. The set of
3053             produced binary packages will include at least one
3054             architecture-dependant package and one architecture-independent
3055             package.
3056           </p>
3057
3058           <p>
3059             Specifying a list of architectures or architecture wildcards
3060             indicates that the source will build an architecture-dependent
3061             package, and will only work correctly on the listed or
3062             matching architectures.  If the source package also builds at
3063             least one architecture-independent package, <tt>all</tt> will
3064             also be included in the list.
3065           </p>
3066
3067           <p>
3068             In a <file>.changes</file> file, the <tt>Architecture</tt>
3069             field lists the architecture(s) of the package(s) currently
3070             being uploaded.  This will be a list; if the source for the
3071             package is also being uploaded, the special
3072             entry <tt>source</tt> is also present.  <tt>all</tt> will be
3073             present if any architecture-independent packages are being
3074             uploaded.  Architecture wildcards such as <tt>any</tt> must
3075             never occur in the <tt>Architecture</tt> field in
3076             the <file>.changes</file> file.
3077           </p>
3078
3079           <p>
3080             See <ref id="debianrules"> for information on how to get
3081             the architecture for the build process.
3082           </p>
3083         </sect1>
3084
3085         <sect1 id="f-Essential">
3086           <heading><tt>Essential</tt></heading>
3087
3088           <p>
3089             This is a boolean field which may occur only in the
3090             control file of a binary package or in a per-package fields
3091             paragraph of a source package control file.
3092           </p>
3093
3094           <p>
3095             If set to <tt>yes</tt> then the package management system
3096             will refuse to remove the package (upgrading and replacing
3097             it is still possible). The other possible value is <tt>no</tt>,
3098             which is the same as not having the field at all.
3099           </p>
3100         </sect1>
3101
3102         <sect1>
3103           <heading>Package interrelationship fields:
3104             <tt>Depends</tt>, <tt>Pre-Depends</tt>,
3105             <tt>Recommends</tt>, <tt>Suggests</tt>,
3106             <tt>Breaks</tt>, <tt>Conflicts</tt>,
3107             <tt>Provides</tt>, <tt>Replaces</tt>, <tt>Enhances</tt>
3108           </heading>
3109
3110           <p>
3111             These fields describe the package's relationships with
3112             other packages.  Their syntax and semantics are described
3113             in <ref id="relationships">.</p>
3114         </sect1>
3115
3116         <sect1 id="f-Standards-Version">
3117           <heading><tt>Standards-Version</tt></heading>
3118
3119           <p>
3120             The most recent version of the standards (the policy
3121             manual and associated texts) with which the package
3122             complies.
3123           </p>
3124
3125           <p>
3126             The version number has four components: major and minor
3127             version number and major and minor patch level.  When the
3128             standards change in a way that requires every package to
3129             change the major number will be changed.  Significant
3130             changes that will require work in many packages will be
3131             signaled by a change to the minor number.  The major patch
3132             level will be changed for any change to the meaning of the
3133             standards, however small; the minor patch level will be
3134             changed when only cosmetic, typographical or other edits
3135             are made which neither change the meaning of the document
3136             nor affect the contents of packages.
3137           </p>
3138
3139           <p>
3140             Thus only the first three components of the policy version
3141             are significant in the <em>Standards-Version</em> control
3142             field, and so either these three components or all four
3143             components may be specified.<footnote>
3144                 In the past, people specified the full version number
3145                 in the Standards-Version field, for example "2.3.0.0".
3146                 Since minor patch-level changes don't introduce new
3147                 policy, it was thought it would be better to relax
3148                 policy and only require the first 3 components to be
3149                 specified, in this example "2.3.0".  All four
3150                 components may still be used if someone wishes to do so.
3151             </footnote>
3152           </p>
3153
3154         </sect1>
3155
3156         <sect1 id="f-Version">
3157           <heading><tt>Version</tt></heading>
3158
3159           <p>
3160             The version number of a package. The format is:
3161             [<var>epoch</var><tt>:</tt>]<var>upstream_version</var>[<tt>-</tt><var>debian_revision</var>]
3162           </p>
3163
3164           <p>
3165             The three components here are:
3166             <taglist>
3167               <tag><var>epoch</var></tag>
3168               <item>
3169                 <p>
3170                   This is a single (generally small) unsigned integer.  It
3171                   may be omitted, in which case zero is assumed.  If it is
3172                   omitted then the <var>upstream_version</var> may not
3173                   contain any colons.
3174                 </p>
3175
3176                 <p>
3177                   It is provided to allow mistakes in the version numbers
3178                   of older versions of a package, and also a package's
3179                   previous version numbering schemes, to be left behind.
3180                 </p>
3181               </item>
3182
3183               <tag><var>upstream_version</var></tag>
3184               <item>
3185                 <p>
3186                   This is the main part of the version number.  It is
3187                   usually the version number of the original ("upstream")
3188                   package from which the <file>.deb</file> file has been made,
3189                   if this is applicable.  Usually this will be in the same
3190                   format as that specified by the upstream author(s);
3191                   however, it may need to be reformatted to fit into the
3192                   package management system's format and comparison
3193                   scheme.
3194                 </p>
3195
3196                 <p>
3197                   The comparison behavior of the package management system
3198                   with respect to the <var>upstream_version</var> is
3199                   described below.  The <var>upstream_version</var>
3200                   portion of the version number is mandatory.
3201                 </p>
3202
3203                 <p>
3204                   The <var>upstream_version</var> may contain only
3205                   alphanumerics<footnote>
3206                         Alphanumerics are <tt>A-Za-z0-9</tt> only.
3207                   </footnote>
3208                   and the characters <tt>.</tt> <tt>+</tt> <tt>-</tt>
3209                   <tt>:</tt> <tt>~</tt> (full stop, plus, hyphen, colon,
3210                   tilde) and should start with a digit.  If there is no
3211                   <var>debian_revision</var> then hyphens are not allowed;
3212                   if there is no <var>epoch</var> then colons are not
3213                   allowed.
3214                 </p>
3215               </item>
3216
3217               <tag><var>debian_revision</var></tag>
3218               <item>
3219                 <p>
3220                   This part of the version number specifies the version of
3221                   the Debian package based on the upstream version.  It
3222                   may contain only alphanumerics and the characters
3223                   <tt>+</tt> <tt>.</tt> <tt>~</tt> (plus, full stop,
3224                   tilde) and is compared in the same way as the
3225                   <var>upstream_version</var> is.
3226                 </p>
3227
3228                 <p>
3229                   It is optional; if it isn't present then the
3230                   <var>upstream_version</var> may not contain a hyphen.
3231                   This format represents the case where a piece of
3232                   software was written specifically to be a Debian
3233                   package, where the Debian package source must always
3234                   be identical to the pristine source and therefore no
3235                   revision indication is required.
3236                 </p>
3237
3238                 <p>
3239                   It is conventional to restart the
3240                   <var>debian_revision</var> at <tt>1</tt> each time the
3241                   <var>upstream_version</var> is increased.
3242                 </p>
3243
3244                 <p>
3245                   The package management system will break the version
3246                   number apart at the last hyphen in the string (if there
3247                   is one) to determine the <var>upstream_version</var> and
3248                   <var>debian_revision</var>.  The absence of a
3249                   <var>debian_revision</var> is equivalent to a
3250                   <var>debian_revision</var> of <tt>0</tt>.
3251                 </p>
3252               </item>
3253             </taglist>
3254           </p>
3255
3256           <p>
3257             When comparing two version numbers, first the <var>epoch</var>
3258             of each are compared, then the <var>upstream_version</var> if
3259             <var>epoch</var> is equal, and then <var>debian_revision</var>
3260             if <var>upstream_version</var> is also equal.
3261             <var>epoch</var> is compared numerically.  The
3262             <var>upstream_version</var> and <var>debian_revision</var>
3263             parts are compared by the package management system using the
3264             following algorithm:
3265           </p>
3266
3267           <p>
3268             The strings are compared from left to right.
3269           </p>
3270
3271           <p>
3272             First the initial part of each string consisting entirely of
3273             non-digit characters is determined.  These two parts (one of
3274             which may be empty) are compared lexically.  If a difference
3275             is found it is returned.  The lexical comparison is a
3276             comparison of ASCII values modified so that all the letters
3277             sort earlier than all the non-letters and so that a tilde
3278             sorts before anything, even the end of a part.  For example,
3279             the following parts are in sorted order from earliest to
3280             latest: <tt>~~</tt>, <tt>~~a</tt>, <tt>~</tt>, the empty part,
3281             <tt>a</tt>.<footnote>
3282               One common use of <tt>~</tt> is for upstream pre-releases.
3283               For example, <tt>1.0~beta1~svn1245</tt> sorts earlier than
3284               <tt>1.0~beta1</tt>, which sorts earlier than <tt>1.0</tt>.
3285             </footnote>
3286           </p>
3287
3288           <p>
3289             Then the initial part of the remainder of each string which
3290             consists entirely of digit characters is determined.  The
3291             numerical values of these two parts are compared, and any
3292             difference found is returned as the result of the comparison.
3293             For these purposes an empty string (which can only occur at
3294             the end of one or both version strings being compared) counts
3295             as zero.
3296           </p>
3297
3298           <p>
3299             These two steps (comparing and removing initial non-digit
3300             strings and initial digit strings) are repeated until a
3301             difference is found or both strings are exhausted.
3302           </p>
3303
3304           <p>
3305             Note that the purpose of epochs is to allow us to leave behind
3306             mistakes in version numbering, and to cope with situations
3307             where the version numbering scheme changes.  It is
3308             <em>not</em> intended to cope with version numbers containing
3309             strings of letters which the package management system cannot
3310             interpret (such as <tt>ALPHA</tt> or <tt>pre-</tt>), or with
3311             silly orderings.<footnote>
3312               The author of this manual has heard of a package whose
3313               versions went <tt>1.1</tt>, <tt>1.2</tt>, <tt>1.3</tt>,
3314               <tt>1</tt>, <tt>2.1</tt>, <tt>2.2</tt>, <tt>2</tt> and so
3315               forth.
3316             </footnote>
3317           </p>
3318         </sect1>
3319
3320         <sect1 id="f-Description">
3321           <heading><tt>Description</tt></heading>
3322
3323           <p>
3324             In a source or binary control file, the <tt>Description</tt>
3325             field contains a description of the binary package, consisting
3326             of two parts, the synopsis or the short description, and the
3327             long description.  It is a multiline field with the following
3328             format:
3329           </p>
3330
3331           <p>
3332 <example>
3333         Description: &lt;single line synopsis&gt;
3334          &lt;extended description over several lines&gt;
3335 </example>
3336           </p>
3337
3338           <p>
3339             The lines in the extended description can have these formats:
3340           </p>
3341
3342           <p><list>
3343
3344             <item>
3345               Those starting with a single space are part of a paragraph.
3346               Successive lines of this form will be word-wrapped when
3347               displayed. The leading space will usually be stripped off.
3348               The line must contain at least one non-whitespace character.
3349             </item>
3350
3351             <item>
3352               Those starting with two or more spaces. These will be
3353               displayed verbatim. If the display cannot be panned
3354               horizontally, the displaying program will line wrap them "hard"
3355               (i.e., without taking account of word breaks). If it can they
3356               will be allowed to trail off to the right. None, one or two
3357               initial spaces may be deleted, but the number of spaces
3358               deleted from each line will be the same (so that you can have
3359               indenting work correctly, for example).  The line must
3360               contain at least one non-whitespace character.
3361             </item>
3362
3363             <item>
3364               Those containing a single space followed by a single full stop
3365               character. These are rendered as blank lines. This is the
3366               <em>only</em> way to get a blank line<footnote>
3367                 Completely empty lines will not be rendered as blank lines.
3368                 Instead, they will cause the parser to think you're starting
3369                 a whole new record in the control file, and will therefore
3370                 likely abort with an error.
3371               </footnote>.
3372             </item>
3373
3374             <item>
3375               Those containing a space, a full stop and some more characters.
3376               These are for future expansion. Do not use them.
3377             </item>
3378
3379           </list></p>
3380
3381           <p>
3382             Do not use tab characters.  Their effect is not predictable.
3383           </p>
3384
3385           <p>
3386             See <ref id="descriptions"> for further information on this.
3387           </p>
3388
3389           <p>
3390             In a <file>.changes</file> file, the <tt>Description</tt>
3391             field contains a summary of the descriptions for the packages
3392             being uploaded.  For this case, the first line of the field
3393             value (the part on the same line as <tt>Description:</tt>) is
3394             always empty.  It is a multiline field, with one
3395             line per package.  Each line is
3396             indented by one space and contains the name of a binary
3397             package, a space, a hyphen (<tt>-</tt>), a space, and the
3398             short description line from that package.
3399           </p>
3400         </sect1>
3401
3402         <sect1 id="f-Distribution">
3403           <heading><tt>Distribution</tt></heading>
3404
3405           <p>
3406             In a <file>.changes</file> file or parsed changelog output
3407             this contains the (space-separated) name(s) of the
3408             distribution(s) where this version of the package should
3409             be installed.  Valid distributions are determined by the
3410             archive maintainers.<footnote>
3411               Example distribution names in the Debian archive used in
3412               <file>.changes</file> files are:
3413                 <taglist compact="compact">
3414                   <tag><em>unstable</em></tag>
3415                   <item>
3416                     This distribution value refers to the
3417                     <em>developmental</em> part of the Debian distribution
3418                     tree.  Most new packages, new upstream versions of
3419                     packages and bug fixes go into the <em>unstable</em>
3420                     directory tree.
3421                   </item>
3422
3423                   <tag><em>experimental</em></tag>
3424                   <item>
3425                     The packages with this distribution value are deemed
3426                     by their maintainers to be high risk.  Oftentimes they
3427                     represent early beta or developmental packages from
3428                     various sources that the maintainers want people to
3429                     try, but are not ready to be a part of the other parts
3430                     of the Debian distribution tree.
3431                   </item>
3432                 </taglist>
3433
3434                 <p>
3435                   Others are used for updating stable releases or for
3436                   security uploads.  More information is available in the
3437                   Debian Developer's Reference, section "The Debian
3438                   archive".
3439                 </p>
3440             </footnote>
3441             The Debian archive software only supports listing a single
3442             distribution.  Migration of packages to other distributions is
3443             handled outside of the upload process.
3444           </p>
3445         </sect1>
3446
3447         <sect1 id="f-Date">
3448           <heading><tt>Date</tt></heading>
3449
3450           <p>
3451             This field includes the date the package was built or last
3452             edited.  It must be in the same format as the <var>date</var>
3453             in a <file>debian/changelog</file> entry.
3454           </p>
3455
3456           <p>
3457             The value of this field is usually extracted from the
3458             <file>debian/changelog</file> file - see
3459             <ref id="dpkgchangelog">).
3460           </p>
3461         </sect1>
3462
3463         <sect1 id="f-Format">
3464           <heading><tt>Format</tt></heading>
3465
3466           <p>
3467             In <qref id="debianchangesfiles"><file>.changes</file></qref>
3468             files, this field declares the format version of that file.
3469             The syntax of the field value is the same as that of
3470             a <qref id="f-Version">package version number</qref> except
3471             that no epoch or Debian revision is allowed.  The format
3472             described in this document is <tt>&changesversion;</tt>.
3473           </p>
3474
3475           <p>
3476             In <qref id="debiansourcecontrolfiles"><file>.dsc</file>
3477             Debian source control</qref> files, this field declares the
3478             format of the source package.  The field value is used by
3479             programs acting on a source package to interpret the list of
3480             files in the source package and determine how to unpack it.
3481             The syntax of the field value is a numeric major revision, a
3482             period, a numeric minor revision, and then an optional subtype
3483             after whitespace, which if specified is an alphanumeric word
3484             in parentheses.  The subtype is optional in the syntax but may
3485             be mandatory for particular source format revisions.
3486             <footnote>
3487               The source formats currently supported by the Debian archive
3488               software are <tt>1.0</tt>, <tt>3.0 (native)</tt>,
3489               and <tt>3.0 (quilt)</tt>.
3490             </footnote>
3491           </p>
3492         </sect1>
3493
3494         <sect1 id="f-Urgency">
3495           <heading><tt>Urgency</tt></heading>
3496
3497           <p>
3498             This is a description of how important it is to upgrade to
3499             this version from previous ones.  It consists of a single
3500             keyword taking one of the values <tt>low</tt>,
3501             <tt>medium</tt>, <tt>high</tt>, <tt>emergency</tt>, or
3502             <tt>critical</tt><footnote>
3503               Other urgency values are supported with configuration
3504               changes in the archive software but are not used in Debian.
3505               The urgency affects how quickly a package will be considered
3506               for inclusion into the <tt>testing</tt> distribution and
3507               gives an indication of the importance of any fixes included
3508               in the upload.  <tt>Emergency</tt> and <tt>critical</tt> are
3509               treated as synonymous.
3510             </footnote> (not case-sensitive) followed by an optional
3511             commentary (separated by a space) which is usually in
3512             parentheses.  For example:
3513
3514             <example>
3515   Urgency: low (HIGH for users of diversions)
3516             </example>
3517
3518           </p>
3519
3520           <p>
3521             The value of this field is usually extracted from the
3522             <file>debian/changelog</file> file - see
3523             <ref id="dpkgchangelog">.
3524           </p>
3525         </sect1>
3526
3527         <sect1 id="f-Changes">
3528           <heading><tt>Changes</tt></heading>
3529
3530           <p>
3531             This multiline field contains the human-readable changes data, describing
3532             the differences between the last version and the current one.
3533           </p>
3534
3535           <p>
3536             The first line of the field value (the part on the same line
3537             as <tt>Changes:</tt>) is always empty.  The content of the
3538             field is expressed as continuation lines, with each line
3539             indented by at least one space.  Blank lines must be
3540             represented by a line consisting only of a space and a full
3541             stop (<tt>.</tt>).
3542           </p>
3543
3544           <p>
3545             The value of this field is usually extracted from the
3546             <file>debian/changelog</file> file - see
3547             <ref id="dpkgchangelog">).
3548           </p>
3549
3550           <p>
3551             Each version's change information should be preceded by a
3552             "title" line giving at least the version, distribution(s)
3553             and urgency, in a human-readable way.
3554           </p>
3555
3556           <p>
3557             If data from several versions is being returned the entry
3558             for the most recent version should be returned first, and
3559             entries should be separated by the representation of a
3560             blank line (the "title" line may also be followed by the
3561             representation of a blank line).
3562           </p>
3563         </sect1>
3564
3565         <sect1 id="f-Binary">
3566           <heading><tt>Binary</tt></heading>
3567
3568           <p>
3569             This folded field is a list of binary packages.  Its syntax and
3570             meaning varies depending on the control file in which it
3571             appears.
3572           </p>
3573
3574           <p>
3575             When it appears in the <file>.dsc</file> file, it lists binary
3576             packages which a source package can produce, separated by
3577             commas<footnote>
3578                 A space after each comma is conventional.
3579             </footnote>.  The source package
3580             does not necessarily produce all of these binary packages for
3581             every architecture.  The source control file doesn't contain
3582             details of which architectures are appropriate for which of
3583             the binary packages.
3584           </p>
3585
3586           <p>
3587             When it appears in a <file>.changes</file> file, it lists the
3588             names of the binary packages being uploaded, separated by
3589             whitespace (not commas).
3590           </p>
3591         </sect1>
3592
3593         <sect1 id="f-Installed-Size">
3594           <heading><tt>Installed-Size</tt></heading>
3595
3596           <p>
3597             This field appears in the control files of binary packages,
3598             and in the <file>Packages</file> files.  It gives an estimate
3599             of the total amount of disk space required to install the
3600             named package.  Actual installed size may vary based on block
3601             size, file system properties, or actions taken by package
3602             maintainer scripts.
3603           </p>
3604
3605           <p>
3606             The disk space is given as the integer value of the estimated
3607             installed size in bytes, divided by 1024 and rounded up.
3608           </p>
3609         </sect1>
3610
3611         <sect1 id="f-Files">
3612           <heading><tt>Files</tt></heading>
3613
3614           <p>
3615             This field contains a list of files with information about
3616             each one.  The exact information and syntax varies with
3617             the context.
3618           </p>
3619
3620           <p>
3621             In all cases, Files is a multiline field.  The first line of
3622             the field value (the part on the same line as <tt>Files:</tt>)
3623             is always empty.  The content of the field is expressed as
3624             continuation lines, one line per file.  Each line must be
3625             indented by one space and contain a number of sub-fields,
3626             separated by spaces, as described below.
3627           </p>
3628
3629           <p>
3630             In the <file>.dsc</file> file, each line contains the MD5
3631             checksum, size and filename of the tar file and (if
3632             applicable) diff file which make up the remainder of the
3633             source package<footnote>
3634               That is, the parts which are not the <tt>.dsc</tt>.
3635             </footnote>.  For example:
3636             <example>
3637 Files:
3638  c6f698f19f2a2aa07dbb9bbda90a2754 571925 example_1.2.orig.tar.gz
3639  938512f08422f3509ff36f125f5873ba 6220 example_1.2-1.diff.gz
3640             </example>
3641             The exact forms of the filenames are described
3642             in <ref id="pkg-sourcearchives">.
3643           </p>
3644
3645           <p>
3646             In the <file>.changes</file> file this contains one line per
3647             file being uploaded.  Each line contains the MD5 checksum,
3648             size, section and priority and the filename.  For example:
3649             <example>
3650 Files:
3651  4c31ab7bfc40d3cf49d7811987390357 1428 text extra example_1.2-1.dsc
3652  c6f698f19f2a2aa07dbb9bbda90a2754 571925 text extra example_1.2.orig.tar.gz
3653  938512f08422f3509ff36f125f5873ba 6220 text extra example_1.2-1.diff.gz
3654  7c98fe853b3bbb47a00e5cd129b6cb56 703542 text extra example_1.2-1_i386.deb
3655             </example>
3656             The <qref id="f-Section">section</qref>
3657             and <qref id="f-Priority">priority</qref> are the values of
3658             the corresponding fields in the main source control file.  If
3659             no section or priority is specified then <tt>-</tt> should be
3660             used, though section and priority values must be specified for
3661             new packages to be installed properly.
3662           </p>
3663
3664           <p>
3665             The special value <tt>byhand</tt> for the section in a
3666             <tt>.changes</tt> file indicates that the file in question
3667             is not an ordinary package file and must by installed by
3668             hand by the distribution maintainers.  If the section is
3669             <tt>byhand</tt> the priority should be <tt>-</tt>.
3670           </p>
3671
3672           <p>
3673             If a new Debian revision of a package is being shipped and
3674             no new original source archive is being distributed the
3675             <tt>.dsc</tt> must still contain the <tt>Files</tt> field
3676             entry for the original source archive
3677             <file><var>package</var>_<var>upstream-version</var>.orig.tar.gz</file>,
3678             but the <file>.changes</file> file should leave it out.  In
3679             this case the original source archive on the distribution
3680             site must match exactly, byte-for-byte, the original
3681             source archive which was used to generate the
3682             <file>.dsc</file> file and diff which are being uploaded.</p>
3683         </sect1>
3684
3685         <sect1 id="f-Closes">
3686           <heading><tt>Closes</tt></heading>
3687
3688           <p>
3689             A space-separated list of bug report numbers that the upload
3690             governed by the .changes file closes.
3691           </p>
3692         </sect1>
3693
3694         <sect1 id="f-Homepage">
3695           <heading><tt>Homepage</tt></heading>
3696
3697           <p>
3698             The URL of the web site for this package, preferably (when
3699             applicable) the site from which the original source can be
3700             obtained and any additional upstream documentation or
3701             information may be found.  The content of this field is a
3702             simple URL without any surrounding characters such as
3703             <tt>&lt;&gt;</tt>.
3704           </p>
3705         </sect1>
3706
3707         <sect1 id="f-Checksums">
3708           <heading><tt>Checksums-Sha1</tt>
3709             and <tt>Checksums-Sha256</tt></heading>
3710
3711           <p>
3712             These multiline fields contain a list of files with a checksum and size
3713             for each one.  Both <tt>Checksums-Sha1</tt>
3714             and <tt>Checksums-Sha256</tt> have the same syntax and differ
3715             only in the checksum algorithm used: SHA-1
3716             for <tt>Checksums-Sha1</tt> and SHA-256
3717             for <tt>Checksums-Sha256</tt>.
3718           </p>
3719
3720           <p>
3721             <tt>Checksums-Sha1</tt> and <tt>Checksums-Sha256</tt> are
3722             multiline fields.  The first line of the field value (the part
3723             on the same line as <tt>Checksums-Sha1:</tt>
3724             or <tt>Checksums-Sha256:</tt>) is always empty.  The content
3725             of the field is expressed as continuation lines, one line per
3726             file.  Each line consists of the checksum, a space, the file
3727             size, a space, and the file name.  For example (from
3728             a <file>.changes</file> file):
3729             <example>
3730 Checksums-Sha1:
3731  1f418afaa01464e63cc1ee8a66a05f0848bd155c 1276 example_1.0-1.dsc
3732  a0ed1456fad61116f868b1855530dbe948e20f06 171602 example_1.0.orig.tar.gz
3733  5e86ecf0671e113b63388dac81dd8d00e00ef298 6137 example_1.0-1.debian.tar.gz
3734  71a0ff7da0faaf608481195f9cf30974b142c183 548402 example_1.0-1_i386.deb
3735 Checksums-Sha256:
3736  ac9d57254f7e835bed299926fd51bf6f534597cc3fcc52db01c4bffedae81272 1276 example_1.0-1.dsc
3737  0d123be7f51e61c4bf15e5c492b484054be7e90f3081608a5517007bfb1fd128 171602 example_1.0.orig.tar.gz
3738  f54ae966a5f580571ae7d9ef5e1df0bd42d63e27cb505b27957351a495bc6288 6137 example_1.0-1.debian.tar.gz
3739  3bec05c03974fdecd11d020fc2e8250de8404867a8a2ce865160c250eb723664 548402 example_1.0-1_i386.deb
3740             </example>
3741           </p>
3742
3743           <p>
3744             In the <file>.dsc</file> file, these fields should list all
3745             files that make up the source package.  In
3746             the <file>.changes</file> file, these fields should list all
3747             files being uploaded.  The list of files in these fields
3748             must match the list of files in the <tt>Files</tt> field.
3749           </p>
3750         </sect1>
3751
3752         <sect1 id="f-DM-Upload-Allowed">
3753           <heading><tt>DM-Upload-Allowed</tt></heading>
3754
3755           <p>
3756             Indicates that Debian Maintainers may upload this package to
3757             the Debian archive.  The only valid value is <tt>yes</tt>.  If
3758             the field <tt>DM-Upload-Allowed: yes</tt> is present in the
3759             source section of the source control file of the most recent
3760             version of a package in unstable or experimental, the Debian
3761             archive will accept uploads of this package signed with a key
3762             in the Debian Maintainer keyring.  See the General
3763             Resolution <url id="http://www.debian.org/vote/2007/vote_003"
3764             name="Endorse the concept of Debian Maintainers"> for more
3765             details.
3766           </p>
3767         </sect1>
3768
3769         <sect1 id="f-VCS-fields">
3770           <heading>Version Control System (VCS) fields</heading>
3771
3772           <p>
3773             Debian source packages are increasingly developed using VCSs.  The
3774             purpose of the following fields is to indicate a publicly accessible
3775             repository where the Debian source package is developed.
3776
3777             <taglist>
3778               <tag><tt>Vcs-Browser</tt></tag>
3779               <item>
3780                 <p>
3781                   URL of a web interface for browsing the repository.
3782                 </p>
3783               </item>
3784
3785               <tag>
3786                 <tt>Vcs-Arch</tt>, <tt>Vcs-Bzr</tt> (Bazaar), <tt>Vcs-Cvs</tt>,
3787                 <tt>Vcs-Darcs</tt>, <tt>Vcs-Git</tt>, <tt>Vcs-Hg</tt>
3788                 (Mercurial), <tt>Vcs-Mtn</tt> (Monotone), <tt>Vcs-Svn</tt>
3789                 (Subversion)
3790               </tag>
3791               <item>
3792                 <p>
3793                   The field name identifies the VCS. The field's value uses the
3794                   version control system's conventional syntax for describing
3795                   repository locations and should be sufficient to locate the
3796                   repository used for packaging. Ideally, it also locates the
3797                   branch used for development of new versions of the Debian
3798                   package.
3799                 </p>
3800                 <p>
3801                   In the case of Git, the value consists of a URL, optionally
3802                   followed by the word <tt>-b</tt> and the name of a branch in
3803                   the indicated repository, following the syntax of the
3804                   <tt>git clone</tt> command.  If no branch is specified, the
3805                   packaging should be on the default branch.
3806                 </p>
3807                 <p>
3808                   More than one different VCS may be specified for the same
3809                   package.
3810                 </p>
3811               </item>
3812             </taglist>
3813           </p>
3814         </sect1>
3815       </sect>
3816
3817       <sect>
3818         <heading>User-defined fields</heading>
3819
3820         <p>
3821           Additional user-defined fields may be added to the
3822           source package control file.  Such fields will be
3823           ignored, and not copied to (for example) binary or
3824           Debian source control files or upload control files.
3825         </p>
3826
3827         <p>
3828           If you wish to add additional unsupported fields to
3829           these output files you should use the mechanism
3830           described here.
3831         </p>
3832
3833         <p>
3834           Fields in the main source control information file with
3835           names starting <tt>X</tt>, followed by one or more of
3836           the letters <tt>BCS</tt> and a hyphen <tt>-</tt>, will
3837           be copied to the output files.  Only the part of the
3838           field name after the hyphen will be used in the output
3839           file.  Where the letter <tt>B</tt> is used the field
3840           will appear in binary package control files, where the
3841           letter <tt>S</tt> is used in Debian source control
3842           files and where <tt>C</tt> is used in upload control
3843           (<tt>.changes</tt>) files.
3844         </p>
3845
3846         <p>
3847           For example, if the main source information control file
3848           contains the field
3849           <example>
3850   XBS-Comment: I stand between the candle and the star.
3851           </example>
3852           then the binary and Debian source control files will contain the
3853           field
3854           <example>
3855   Comment: I stand between the candle and the star.
3856           </example>
3857         </p>
3858
3859       </sect>
3860
3861     </chapt>
3862
3863
3864     <chapt id="maintainerscripts">
3865       <heading>Package maintainer scripts and installation procedure</heading>
3866
3867       <sect>
3868         <heading>Introduction to package maintainer scripts</heading>
3869
3870         <p>
3871           It is possible to supply scripts as part of a package which
3872           the package management system will run for you when your
3873           package is installed, upgraded or removed.
3874         </p>
3875
3876         <p>
3877           These scripts are the control information
3878           files <prgn>preinst</prgn>, <prgn>postinst</prgn>, <prgn>prerm</prgn>
3879           and <prgn>postrm</prgn>.  They must be proper executable files;
3880           if they are scripts (which is recommended), they must start with
3881           the usual <tt>#!</tt> convention.  They should be readable and
3882           executable by anyone, and must not be world-writable.
3883         </p>
3884
3885         <p>
3886           The package management system looks at the exit status from
3887           these scripts.  It is important that they exit with a
3888           non-zero status if there is an error, so that the package
3889           management system can stop its processing.  For shell
3890           scripts this means that you <em>almost always</em> need to
3891           use <tt>set -e</tt> (this is usually true when writing shell
3892           scripts, in fact).  It is also important, of course, that
3893           they exit with a zero status if everything went well.
3894         </p>
3895
3896         <p>
3897           Additionally, packages interacting with users
3898           using <prgn>debconf</prgn> in the <prgn>postinst</prgn> script
3899           should install a <prgn>config</prgn> script as a control
3900           information file.  See <ref id="maintscriptprompt"> for details.
3901         </p>
3902
3903         <p>
3904           When a package is upgraded a combination of the scripts from
3905           the old and new packages is called during the upgrade
3906           procedure.  If your scripts are going to be at all
3907           complicated you need to be aware of this, and may need to
3908           check the arguments to your scripts.
3909         </p>
3910
3911         <p>
3912           Broadly speaking the <prgn>preinst</prgn> is called before
3913           (a particular version of) a package is unpacked, and the
3914           <prgn>postinst</prgn> afterwards; the <prgn>prerm</prgn>
3915           before (a version of) a package is removed and the
3916           <prgn>postrm</prgn> afterwards.
3917         </p>
3918
3919         <p>
3920           Programs called from maintainer scripts should not normally
3921           have a path prepended to them. Before installation is
3922           started, the package management system checks to see if the
3923           programs <prgn>ldconfig</prgn>,
3924           <prgn>start-stop-daemon</prgn>, <prgn>install-info</prgn>,
3925           and <prgn>update-rc.d</prgn> can be found via the
3926           <tt>PATH</tt> environment variable. Those programs, and any
3927           other program that one would expect to be in the
3928           <tt>PATH</tt>, should thus be invoked without an absolute
3929           pathname. Maintainer scripts should also not reset the
3930           <tt>PATH</tt>, though they might choose to modify it by
3931           prepending or appending package-specific directories. These
3932           considerations really apply to all shell scripts.</p>
3933       </sect>
3934
3935       <sect id="idempotency">
3936         <heading>Maintainer scripts idempotency</heading>
3937
3938         <p>
3939           It is necessary for the error recovery procedures that the
3940           scripts be idempotent.  This means that if it is run
3941           successfully, and then it is called again, it doesn't bomb
3942           out or cause any harm, but just ensures that everything is
3943           the way it ought to be.  If the first call failed, or
3944           aborted half way through for some reason, the second call
3945           should merely do the things that were left undone the first
3946           time, if any, and exit with a success status if everything
3947           is OK.<footnote>
3948               This is so that if an error occurs, the user interrupts
3949               <prgn>dpkg</prgn> or some other unforeseen circumstance
3950               happens you don't leave the user with a badly-broken
3951               package when <prgn>dpkg</prgn> attempts to repeat the
3952               action.
3953           </footnote>
3954         </p>
3955       </sect>
3956
3957       <sect id="controllingterminal">
3958         <heading>Controlling terminal for maintainer scripts</heading>
3959
3960         <p>
3961           Maintainer scripts are not guaranteed to run with a controlling
3962           terminal and may not be able to interact with the user.  They
3963           must be able to fall back to noninteractive behavior if no
3964           controlling terminal is available.  Maintainer scripts that
3965           prompt via a program conforming to the Debian Configuration
3966           Management Specification (see <ref id="maintscriptprompt">) may
3967           assume that program will handle falling back to noninteractive
3968           behavior.
3969         </p>
3970
3971         <p>
3972           For high-priority prompts without a reasonable default answer,
3973           maintainer scripts may abort if there is no controlling
3974           terminal.  However, this situation should be avoided if at all
3975           possible, since it prevents automated or unattended installs.
3976           In most cases, users will consider this to be a bug in the
3977           package.
3978         </p>
3979       </sect>
3980
3981       <sect id="exitstatus">
3982         <heading>Exit status</heading>
3983
3984         <p>
3985           Each script must return a zero exit status for
3986           success, or a nonzero one for failure, since the package
3987           management system looks for the exit status of these scripts
3988           and determines what action to take next based on that datum.
3989         </p>
3990       </sect>
3991
3992       <sect id="mscriptsinstact"><heading>Summary of ways maintainer
3993           scripts are called
3994         </heading>
3995
3996         <p>
3997           What follows is a summary of all the ways in which maintainer
3998           scripts may be called along with what facilities those scripts
3999           may rely on being available at that time.  Script names preceded
4000           by <var>new-</var> are the scripts from the new version of a
4001           package being installed, upgraded to, or downgraded to.  Script
4002           names preceded by <var>old-</var> are the scripts from the old
4003           version of a package that is being upgraded from or downgraded
4004           from.
4005         </p>
4006
4007         <p>
4008           The <prgn>preinst</prgn> script may be called in the following
4009           ways:
4010           <taglist>
4011             <tag><var>new-preinst</var> <tt>install</tt></tag>
4012             <tag><var>new-preinst</var> <tt>install</tt>
4013               <var>old-version</var></tag>
4014             <tag><var>new-preinst</var> <tt>upgrade</tt>
4015               <var>old-version</var></tag>
4016             <item>
4017               The package will not yet be unpacked, so
4018               the <prgn>preinst</prgn> script cannot rely on any files
4019               included in its package.  Only essential packages and
4020               pre-dependencies (<tt>Pre-Depends</tt>) may be assumed to be
4021               available.  Pre-dependencies will have been configured at
4022               least once, but at the time the <prgn>preinst</prgn> is
4023               called they may only be in an unpacked or "Half-Configured"
4024               state if a previous version of the pre-dependency was
4025               completely configured and has not been removed since then.
4026             </item>
4027
4028             <tag><var>old-preinst</var> <tt>abort-upgrade</tt>
4029               <var>new-version</var></tag>
4030             <item>
4031               Called during error handling of an upgrade that failed after
4032               unpacking the new package because the <tt>postrm
4033               upgrade</tt> action failed.  The unpacked files may be
4034               partly from the new version or partly missing, so the script
4035               cannot rely on files included in the package.  Package
4036               dependencies may not be available.  Pre-dependencies will be
4037               at least unpacked following the same rules as above, except
4038               they may be only "Half-Installed" if an upgrade of the
4039               pre-dependency failed.<footnote>
4040                 This can happen if the new version of the package no
4041                 longer pre-depends on a package that had been partially
4042                 upgraded.
4043               </footnote>
4044             </item>
4045           </taglist>
4046         </p>
4047
4048         <p>
4049           The <prgn>postinst</prgn> script may be called in the following
4050           ways:
4051           <taglist>
4052             <tag><var>postinst</var> <tt>configure</tt>
4053               <var>most-recently-configured-version</var></tag>
4054             <item>
4055               The files contained in the package will be unpacked.  All
4056               package dependencies will at least be unpacked.  If there
4057               are no circular dependencies involved, all package
4058               dependencies will be configured.  For behavior in the case
4059               of circular dependencies, see the discussion
4060               in <ref id="binarydeps">.
4061             </item>
4062
4063             <tag><var>old-postinst</var> <tt>abort-upgrade</tt>
4064               <var>new-version</var></tag>
4065             <tag><var>conflictor's-postinst</var> <tt>abort-remove</tt>
4066               <tt>in-favour</tt> <var>package</var>
4067               <var>new-version</var></tag>
4068             <tag><var>postinst</var> <tt>abort-remove</tt></tag>
4069             <tag><var>deconfigured's-postinst</var>
4070               <tt>abort-deconfigure</tt> <tt>in-favour</tt>
4071               <var>failed-install-package</var> <var>version</var>
4072               [<tt>removing</tt> <var>conflicting-package</var>
4073               <var>version</var>]</tag>
4074             <item>
4075               The files contained in the package will be unpacked.  All
4076               package dependencies will at least be "Half-Installed" and
4077               will have previously been configured and not removed.
4078               However, dependencies may not be configured or even fully
4079               unpacked in some error situations.<footnote>
4080                 For example, suppose packages foo and bar are installed
4081                 with foo depending on bar.  If an upgrade of bar were
4082                 started and then aborted, and then an attempt to remove
4083                 foo failed because its <prgn>prerm</prgn> script failed,
4084                 foo's <tt>postinst abort-remove</tt> would be called with
4085                 bar only "Half-Installed".
4086               </footnote>
4087               The <prgn>postinst</prgn> should still attempt any actions
4088               for which its dependencies are required, since they will
4089               normally be available, but consider the correct error
4090               handling approach if those actions fail.  Aborting
4091               the <prgn>postinst</prgn> action if commands or facilities
4092               from the package dependencies are not available is often the
4093               best approach.
4094             </item>
4095           </taglist>
4096         </p>
4097
4098         <p>
4099           The <prgn>prerm</prgn> script may be called in the following
4100           ways:
4101           <taglist>
4102             <tag><var>prerm</var> <tt>remove</tt></tag>
4103             <tag><var>old-prerm</var>
4104               <tt>upgrade</tt><var>new-version</var></tag>
4105             <tag><var>conflictor's-prerm</var> <tt>remove</tt>
4106               <tt>in-favour</tt> <var>package</var>
4107               <var>new-version</var></tag>
4108             <tag><var>deconfigured's-prerm</var> <tt>deconfigure</tt>
4109               <tt>in-favour</tt> <var>package-being-installed</var>
4110               <var>version</var> [<tt>removing</tt>
4111               <var>conflicting-package</var> <var>version</var>]</tag>
4112             <item>
4113               The package whose <prgn>prerm</prgn> is being called will be
4114               at least "Half-Installed".  All package dependencies will at
4115               least be "Half-Installed" and will have previously been
4116               configured and not removed.  If there was no error, all
4117               dependencies will at least be unpacked, but these actions
4118               may be called in various error states where dependencies are
4119               only "Half-Installed" due to a partial upgrade.
4120             </item>
4121
4122             <tag><var>new-prerm</var> <tt>failed-upgrade</tt>
4123               <var>old-version</var></tag>
4124             <item>
4125               Called during error handling when <tt>prerm upgrade</tt>
4126               fails.  The new package will not yet be unpacked, and all
4127               the same constraints as for <tt>preinst upgrade</tt> apply.
4128             </item>
4129           </taglist>
4130         </p>
4131
4132         <p>
4133           The <prgn>postrm</prgn> script may be called in the following
4134           ways:
4135           <taglist>
4136             <tag><var>postrm</var> <tt>remove</tt></tag>
4137             <tag><var>postrm</var> <tt>purge</tt></tag>
4138             <tag><var>old-postrm</var> <tt>upgrade</tt>
4139               <var>new-version</var></tag>
4140             <tag><var>disappearer's-postrm</var> <tt>disappear</tt>
4141                 <var>overwriter</var> <var>overwriter-version</var></tag>
4142             <item>
4143               The <prgn>postrm</prgn> script is called after the package's
4144               files have been removed or replaced.  The package
4145               whose <prgn>postrm</prgn> is being called may have
4146               previously been deconfigured and only be unpacked, at which
4147               point subsequent package changes do not consider its
4148               dependencies.  Therefore, all <prgn>postrm</prgn> actions
4149               may only rely on essential packages and must gracefully skip
4150               any actions that require the package's dependencies if those
4151               dependencies are unavailable.<footnote>
4152                 This is often done by checking whether the command or
4153                 facility the <prgn>postrm</prgn> intends to call is
4154                 available before calling it.  For example:
4155 <example>
4156 if [ "$1" = purge ] && [ -e /usr/share/debconf/confmodule ]; then
4157         . /usr/share/debconf/confmodule
4158         db_purge
4159 fi
4160 </example>
4161                 in <prgn>postrm</prgn> purges the <prgn>debconf</prgn>
4162                 configuration for the package
4163                 if <package>debconf</package> is installed.
4164               </footnote>
4165             </item>
4166
4167             <tag><var>new-postrm</var> <tt>failed-upgrade</tt>
4168               <var>old-version</var></tag>
4169             <item>
4170               Called when the old <tt>postrm upgrade</tt> action fails.
4171               The new package will be unpacked, but only essential
4172               packages and pre-dependencies can be relied on.
4173               Pre-dependencies will either be configured or will be
4174               "Unpacked" or "Half-Configured" but previously had been
4175               configured and was never removed.
4176             </item>
4177
4178             <tag><var>new-postrm</var> <tt>abort-install</tt></tag>
4179             <tag><var>new-postrm</var> <tt>abort-install</tt>
4180               <var>old-version</var></tag>
4181             <tag><var>new-postrm</var> <tt>abort-upgrade</tt>
4182               <var>old-version</var></tag>
4183             <item>
4184               Called before unpacking the new package as part of the
4185               error handling of <prgn>preinst</prgn> failures.  May assume
4186               the same state as <prgn>preinst</prgn> can assume.
4187             </item>
4188           </taglist>
4189         </p>
4190       </sect>
4191
4192       <sect id="unpackphase">
4193         <heading>Details of unpack phase of installation or upgrade</heading>
4194
4195         <p>
4196           The procedure on installation/upgrade/overwrite/disappear
4197           (i.e., when running <tt>dpkg --unpack</tt>, or the unpack
4198           stage of <tt>dpkg --install</tt>) is as follows.  In each
4199           case, if a major error occurs (unless listed below) the
4200           actions are, in general, run backwards - this means that the
4201           maintainer scripts are run with different arguments in
4202           reverse order.  These are the "error unwind" calls listed
4203           below.
4204
4205           <enumlist>
4206             <item>
4207                 <enumlist>
4208                   <item>
4209                       If a version of the package is already installed, call
4210                       <example compact="compact">
4211 <var>old-prerm</var> upgrade <var>new-version</var>
4212                       </example>
4213                   </item>
4214                   <item>
4215                       If the script runs but exits with a non-zero
4216                       exit status, <prgn>dpkg</prgn> will attempt:
4217                       <example compact="compact">
4218 <var>new-prerm</var> failed-upgrade <var>old-version</var>
4219                       </example>
4220                       If this works, the upgrade continues. If this
4221                       does not work, the error unwind:
4222                       <example compact="compact">
4223 <var>old-postinst</var> abort-upgrade <var>new-version</var>
4224                       </example>
4225                       If this works, then the old-version is
4226                       "Installed", if not, the old version is in a
4227                       "Half-Configured" state.
4228                   </item>
4229                 </enumlist>
4230             </item>
4231
4232             <item>
4233                 If a "conflicting" package is being removed at the same time,
4234                 or if any package will be broken (due to <tt>Breaks</tt>):
4235                 <enumlist>
4236                   <item>
4237                       If <tt>--auto-deconfigure</tt> is
4238                       specified, call, for each package to be deconfigured
4239                       due to <tt>Breaks</tt>:
4240                       <example compact="compact">
4241 <var>deconfigured's-prerm</var> deconfigure \
4242   in-favour <var>package-being-installed</var> <var>version</var>
4243                       </example>
4244                       Error unwind:
4245                       <example compact="compact">
4246 <var>deconfigured's-postinst</var> abort-deconfigure \
4247   in-favour <var>package-being-installed-but-failed</var> <var>version</var>
4248                       </example>
4249                       The deconfigured packages are marked as
4250                       requiring configuration, so that if
4251                       <tt>--install</tt> is used they will be
4252                       configured again if possible.
4253                   </item>
4254                   <item>
4255                       If any packages depended on a conflicting
4256                       package being removed and <tt>--auto-deconfigure</tt> is
4257                       specified, call, for each such package:
4258                       <example compact="compact">
4259 <var>deconfigured's-prerm</var> deconfigure \
4260   in-favour <var>package-being-installed</var> <var>version</var> \
4261     removing <var>conflicting-package</var> <var>version</var>
4262                       </example>
4263                       Error unwind:
4264                       <example compact="compact">
4265 <var>deconfigured's-postinst</var> abort-deconfigure \
4266   in-favour <var>package-being-installed-but-failed</var> <var>version</var> \
4267     removing <var>conflicting-package</var> <var>version</var>
4268                       </example>
4269                       The deconfigured packages are marked as
4270                       requiring configuration, so that if
4271                       <tt>--install</tt> is used they will be
4272                       configured again if possible.
4273                   </item>
4274                   <item>
4275                       To prepare for removal of each conflicting package, call:
4276                       <example compact="compact">
4277 <var>conflictor's-prerm</var> remove \
4278   in-favour <var>package</var> <var>new-version</var>
4279                       </example>
4280                       Error unwind:
4281                       <example compact="compact">
4282 <var>conflictor's-postinst</var> abort-remove \
4283   in-favour <var>package</var> <var>new-version</var>
4284                       </example>
4285                   </item>
4286                 </enumlist>
4287             </item>
4288
4289             <item>
4290                 <enumlist>
4291                   <item>
4292                       If the package is being upgraded, call:
4293                       <example compact="compact">
4294 <var>new-preinst</var> upgrade <var>old-version</var>
4295                       </example>
4296                       If this fails, we call:
4297                       <example>
4298 <var>new-postrm</var> abort-upgrade <var>old-version</var>
4299                       </example>
4300                       <enumlist>
4301                         <item>
4302                           <p>
4303                             If that works, then
4304                             <example>
4305 <var>old-postinst</var> abort-upgrade <var>new-version</var>
4306                             </example>
4307                             is called. If this works, then the old version
4308                             is in an "Installed" state, or else it is left
4309                             in an "Unpacked" state.
4310                           </p>
4311                         </item>
4312                         <item>
4313                           <p>
4314                             If it fails, then the old version is left
4315                             in an "Half-Installed" state.
4316                           </p>
4317                         </item>
4318                       </enumlist>
4319                       
4320                   </item>
4321                   <item>
4322                       Otherwise, if the package had some configuration
4323                       files from a previous version installed (i.e., it
4324                       is in the "configuration files only" state):
4325                       <example compact="compact">
4326 <var>new-preinst</var> install <var>old-version</var>
4327                       </example>
4328                       Error unwind:
4329                       <example>
4330 <var>new-postrm</var> abort-install <var>old-version</var>
4331                       </example>
4332                       If this fails, the package is left in a
4333                       "Half-Installed" state, which requires a
4334                       reinstall. If it works, the packages is left in
4335                       a "Config-Files" state.
4336                   </item>
4337                   <item>
4338                       Otherwise (i.e., the package was completely purged):
4339                       <example compact="compact">
4340 <var>new-preinst</var> install
4341                       </example>
4342                       Error unwind:
4343                       <example compact="compact">
4344 <var>new-postrm</var> abort-install
4345                       </example>
4346                       If the error-unwind fails, the package is in a
4347                       "Half-Installed" phase, and requires a
4348                       reinstall. If the error unwind works, the
4349                       package is in a not installed state.
4350                   </item>
4351                 </enumlist>
4352             </item>
4353
4354             <item>
4355               <p>
4356                 The new package's files are unpacked, overwriting any
4357                 that may be on the system already, for example any
4358                 from the old version of the same package or from
4359                 another package.  Backups of the old files are kept
4360                 temporarily, and if anything goes wrong the package
4361                 management system will attempt to put them back as
4362                 part of the error unwind.
4363               </p>
4364
4365               <p>
4366                 It is an error for a package to contain files which
4367                 are on the system in another package, unless
4368                 <tt>Replaces</tt> is used (see <ref id="replaces">).
4369                 <!--
4370                 The following paragraph is not currently the case:
4371                 Currently the <tt>- - force-overwrite</tt> flag is
4372                 enabled, downgrading it to a warning, but this may not
4373                 always be the case.
4374                 -->
4375               </p>
4376
4377               <p>
4378                 It is a more serious error for a package to contain a
4379                 plain file or other kind of non-directory where another
4380                 package has a directory (again, unless
4381                 <tt>Replaces</tt> is used).  This error can be
4382                 overridden if desired using
4383                 <tt>--force-overwrite-dir</tt>, but this is not
4384                 advisable.
4385               </p>
4386
4387               <p>
4388                 Packages which overwrite each other's files produce
4389                 behavior which, though deterministic, is hard for the
4390                 system administrator to understand.  It can easily
4391                 lead to "missing" programs if, for example, a package
4392                 is unpacked which overwrites a file from another
4393                 package, and is then removed again.<footnote>
4394                     Part of the problem is due to what is arguably a
4395                     bug in <prgn>dpkg</prgn>.
4396                 </footnote>
4397               </p>
4398
4399               <p>
4400                 A directory will never be replaced by a symbolic link
4401                 to a directory or vice versa; instead, the existing
4402                 state (symlink or not) will be left alone and
4403                 <prgn>dpkg</prgn> will follow the symlink if there is
4404                 one.
4405               </p>
4406             </item>
4407
4408             <item>
4409               <p>
4410                 <enumlist>
4411                   <item>
4412                       If the package is being upgraded, call
4413                       <example compact="compact">
4414 <var>old-postrm</var> upgrade <var>new-version</var>
4415                       </example>
4416                   </item>
4417                   <item>
4418                       If this fails, <prgn>dpkg</prgn> will attempt:
4419                       <example compact="compact">
4420 <var>new-postrm</var> failed-upgrade <var>old-version</var>
4421                       </example>
4422                       If this works, installation continues. If not, 
4423                       Error unwind:
4424                       <example compact="compact">
4425 <var>old-preinst</var> abort-upgrade <var>new-version</var>
4426                       </example>
4427                       If this fails, the old version is left in a
4428                       "Half-Installed" state. If it works, dpkg now
4429                       calls:
4430                       <example compact="compact">
4431 <var>new-postrm</var> abort-upgrade <var>old-version</var>
4432                       </example>
4433                       If this fails, the old version is left in a
4434                       "Half-Installed" state. If it works, dpkg now
4435                       calls:
4436                       <example compact="compact">
4437 <var>old-postinst</var> abort-upgrade <var>new-version</var>
4438                       </example>
4439                       If this fails, the old version is in an
4440                       "Unpacked" state.
4441                   </item>
4442                 </enumlist>
4443               </p>
4444
4445               <p>
4446                 This is the point of no return - if
4447                 <prgn>dpkg</prgn> gets this far, it won't back off
4448                 past this point if an error occurs.  This will
4449                 leave the package in a fairly bad state, which
4450                 will require a successful re-installation to clear
4451                 up, but it's when <prgn>dpkg</prgn> starts doing
4452                 things that are irreversible.
4453               </p>
4454             </item>
4455
4456             <item>
4457                 Any files which were in the old version of the package
4458                 but not in the new are removed.
4459             </item>
4460
4461             <item>
4462                 The new file list replaces the old.
4463             </item>
4464
4465             <item>
4466                 The new maintainer scripts replace the old.
4467             </item>
4468
4469             <item>
4470                 Any packages all of whose files have been overwritten
4471                 during the installation, and which aren't required for
4472                 dependencies, are considered to have been removed.
4473                 For each such package
4474                 <enumlist>
4475                   <item>
4476                       <prgn>dpkg</prgn> calls:
4477                       <example compact="compact">
4478 <var>disappearer's-postrm</var> disappear \
4479   <var>overwriter</var> <var>overwriter-version</var>
4480                       </example>
4481                   </item>
4482                   <item>
4483                       The package's maintainer scripts are removed.
4484                   </item>
4485                   <item>
4486                       It is noted in the status database as being in a
4487                       sane state, namely not installed (any conffiles
4488                       it may have are ignored, rather than being
4489                       removed by <prgn>dpkg</prgn>).  Note that
4490                       disappearing packages do not have their prerm
4491                       called, because <prgn>dpkg</prgn> doesn't know
4492                       in advance that the package is going to
4493                       vanish.
4494                   </item>
4495                 </enumlist>
4496             </item>
4497
4498             <item>
4499                 Any files in the package we're unpacking that are also
4500                 listed in the file lists of other packages are removed
4501                 from those lists.  (This will lobotomize the file list
4502                 of the "conflicting" package if there is one.)
4503             </item>
4504
4505             <item>
4506                 The backup files made during installation, above, are
4507                 deleted.
4508             </item>
4509
4510             <item>
4511               <p>
4512                 The new package's status is now sane, and recorded as
4513                 "unpacked".
4514               </p>
4515
4516               <p>
4517                 Here is another point of no return - if the
4518                 conflicting package's removal fails we do not unwind
4519                 the rest of the installation; the conflicting package
4520                 is left in a half-removed limbo.
4521               </p>
4522             </item>
4523
4524             <item>
4525                 If there was a conflicting package we go and do the
4526                 removal actions (described below), starting with the
4527                 removal of the conflicting package's files (any that
4528                 are also in the package being unpacked have already
4529                 been removed from the conflicting package's file list,
4530                 and so do not get removed now).
4531             </item>
4532           </enumlist>
4533         </p>
4534       </sect>
4535
4536       <sect id="configdetails"><heading>Details of configuration</heading>
4537
4538         <p>
4539           When we configure a package (this happens with <tt>dpkg
4540             --install</tt> and <tt>dpkg --configure</tt>), we first
4541           update any <tt>conffile</tt>s and then call:
4542           <example compact="compact">
4543 <var>postinst</var> configure <var>most-recently-configured-version</var>
4544           </example>
4545         </p>
4546
4547         <p>
4548           No attempt is made to unwind after errors during
4549           configuration. If the configuration fails, the package is in
4550           a "Failed Config" state, and an error message is generated.
4551         </p>
4552
4553         <p>
4554           If there is no most recently configured version
4555           <prgn>dpkg</prgn> will pass a null argument.
4556           <footnote>
4557             <p>
4558               Historical note: Truly ancient (pre-1997) versions of
4559               <prgn>dpkg</prgn> passed <tt>&lt;unknown&gt;</tt>
4560               (including the angle brackets) in this case.  Even older
4561               ones did not pass a second argument at all, under any
4562               circumstance.  Note that upgrades using such an old dpkg
4563               version are unlikely to work for other reasons, even if
4564               this old argument behavior is handled by your postinst script.
4565             </p>
4566           </footnote>     
4567         </p>
4568       </sect>
4569
4570       <sect id="removedetails"><heading>Details of removal and/or
4571       configuration purging</heading>
4572
4573         <p>
4574           <enumlist>
4575             <item>
4576               <p>
4577                 <example compact="compact">
4578 <var>prerm</var> remove
4579                 </example>
4580               </p>
4581               <p>
4582                 If prerm fails during replacement due to conflict
4583                 <example>
4584 <var>conflictor's-postinst</var> abort-remove \
4585   in-favour <var>package</var> <var>new-version</var>
4586                 </example>
4587                 Or else we call:
4588                 <example>
4589 <var>postinst</var> abort-remove
4590                 </example>
4591               </p>
4592               <p>
4593                 If this fails, the package is in a "Half-Configured"
4594                 state, or else it remains "Installed".
4595               </p>
4596             </item>
4597             <item>
4598                 The package's files are removed (except <tt>conffile</tt>s).
4599             </item>
4600             <item>
4601                 <example compact="compact">
4602 <var>postrm</var> remove
4603                 </example>
4604
4605               <p>
4606                 If it fails, there's no error unwind, and the package is in
4607                 an "Half-Installed" state.
4608               </p>
4609             </item>
4610             <item>
4611               <p>
4612                 All the maintainer scripts except the <prgn>postrm</prgn>
4613                 are removed.
4614               </p>
4615
4616               <p>
4617                 If we aren't purging the package we stop here.  Note
4618                 that packages which have no <prgn>postrm</prgn> and no
4619                 <tt>conffile</tt>s are automatically purged when
4620                 removed, as there is no difference except for the
4621                 <prgn>dpkg</prgn> status.
4622               </p>
4623             </item>
4624             <item>
4625                 The <tt>conffile</tt>s and any backup files
4626                 (<tt>~</tt>-files, <tt>#*#</tt> files,
4627                 <tt>%</tt>-files, <tt>.dpkg-{old,new,tmp}</tt>, etc.)
4628                 are removed.
4629             </item>
4630             <item>
4631               <p>
4632                 <example compact="compact">
4633 <var>postrm</var> purge
4634                 </example>
4635               </p>
4636               <p>
4637                 If this fails, the package remains in a "Config-Files"
4638                 state.
4639               </p>
4640             </item>
4641             <item>
4642                 The package's file list is removed.
4643             </item>
4644           </enumlist>
4645
4646         </p>
4647       </sect>
4648     </chapt>
4649
4650
4651     <chapt id="relationships">
4652       <heading>Declaring relationships between packages</heading>
4653
4654       <sect id="depsyntax">
4655         <heading>Syntax of relationship fields</heading>
4656
4657         <p>
4658           These fields all have a uniform syntax.  They are a list of
4659           package names separated by commas.
4660         </p>
4661
4662         <p>
4663           In the <tt>Depends</tt>, <tt>Recommends</tt>,
4664           <tt>Suggests</tt>, <tt>Pre-Depends</tt>,
4665           <tt>Build-Depends</tt> and <tt>Build-Depends-Indep</tt>
4666           control fields of the package, which declare
4667           dependencies on other packages, the package names listed may
4668           also include lists of alternative package names, separated
4669           by vertical bar (pipe) symbols <tt>|</tt>.  In such a case,
4670           if any one of the alternative packages is installed, that
4671           part of the dependency is considered to be satisfied.
4672         </p>
4673
4674         <p>
4675           All of the fields except for <tt>Provides</tt> may restrict
4676           their applicability to particular versions of each named
4677           package.  This is done in parentheses after each individual
4678           package name; the parentheses should contain a relation from
4679           the list below followed by a version number, in the format
4680           described in <ref id="f-Version">.
4681         </p>
4682
4683         <p>
4684           The relations allowed are <tt>&lt;&lt;</tt>, <tt>&lt;=</tt>,
4685           <tt>=</tt>, <tt>&gt;=</tt> and <tt>&gt;&gt;</tt> for strictly
4686           earlier, earlier or equal, exactly equal, later or equal and
4687           strictly later, respectively.  The deprecated
4688           forms <tt>&lt;</tt> and <tt>&gt;</tt> were confusingly used to
4689           mean earlier/later or equal, rather than strictly earlier/later,
4690           and must not appear in new packages (though <prgn>dpkg</prgn>
4691           still supports them with a warning).
4692         </p>
4693
4694         <p>
4695           Whitespace may appear at any point in the version
4696           specification subject to the rules in <ref
4697           id="controlsyntax">, and must appear where it's necessary to
4698           disambiguate; it is not otherwise significant.  All of the
4699           relationship fields can only be folded in source package control files.  For
4700           consistency and in case of future changes to
4701           <prgn>dpkg</prgn> it is recommended that a single space be
4702           used after a version relationship and before a version
4703           number; it is also conventional to put a single space after
4704           each comma, on either side of each vertical bar, and before
4705           each open parenthesis.  When opening a continuation line in a relationship field, it
4706           is conventional to do so after a comma and before the space
4707           following that comma.
4708         </p>
4709
4710         <p>
4711           For example, a list of dependencies might appear as:
4712           <example compact="compact">
4713 Package: mutt
4714 Version: 1.3.17-1
4715 Depends: libc6 (>= 2.2.1), exim | mail-transport-agent
4716           </example>
4717         </p>
4718
4719         <p>
4720           Relationships may be restricted to a certain set of
4721           architectures.  This is indicated in brackets after each
4722           individual package name and the optional version specification.
4723           The brackets enclose a non-empty list of Debian architecture names
4724           in the format described in <ref id="arch-spec">,
4725           separated by whitespace.  Exclamation marks may be prepended to
4726           each of the names.  (It is not permitted for some names to be
4727           prepended with exclamation marks while others aren't.)
4728         </p>
4729
4730         <p>
4731           For build relationship fields
4732           (<tt>Build-Depends</tt>, <tt>Build-Depends-Indep</tt>,
4733           <tt>Build-Conflicts</tt> and <tt>Build-Conflicts-Indep</tt>), if
4734           the current Debian host architecture is not in this list and
4735           there are no exclamation marks in the list, or it is in the list
4736           with a prepended exclamation mark, the package name and the
4737           associated version specification are ignored completely for the
4738           purposes of defining the relationships.
4739         </p>
4740
4741         <p>
4742           For example:
4743           <example compact="compact">
4744 Source: glibc
4745 Build-Depends-Indep: texinfo
4746 Build-Depends: kernel-headers-2.2.10 [!hurd-i386],
4747   hurd-dev [hurd-i386], gnumach-dev [hurd-i386]
4748           </example>
4749           requires <tt>kernel-headers-2.2.10</tt> on all architectures
4750           other than hurd-i386 and requires <tt>hurd-dev</tt> and
4751           <tt>gnumach-dev</tt> only on hurd-i386.
4752         </p>
4753
4754         <p>
4755           For binary relationship fields and the <tt>Built-Using</tt>
4756           field, the architecture restriction
4757           syntax is only supported in the source package control
4758           file <file>debian/control</file>.  When the corresponding binary
4759           package control file is generated, the relationship will either
4760           be omitted or included without the architecture restriction
4761           based on the architecture of the binary package.  This means
4762           that architecture restrictions must not be used in binary
4763           relationship fields for architecture-independent packages
4764           (<tt>Architecture: all</tt>).
4765         </p>
4766
4767         <p>
4768           For example:
4769           <example compact="compact">
4770 Depends: foo [i386], bar [amd64]
4771           </example>
4772           becomes <tt>Depends: foo</tt> when the package is built on
4773           the <tt>i386</tt> architecture, <tt>Depends: bar</tt> when the
4774           package is built on the <tt>amd64</tt> architecture, and omitted
4775           entirely in binary packages built on all other architectures.
4776         </p>
4777
4778         <p>
4779           If the architecture-restricted dependency is part of a set of
4780           alternatives using <tt>|</tt>, that alternative is ignored
4781           completely on architectures that do not match the restriction.
4782           For example:
4783           <example compact="compact">
4784 Build-Depends: foo [!i386] | bar [!amd64]
4785           </example>
4786           is equivalent to <tt>bar</tt> on the i386 architecture, to
4787           <tt>foo</tt> on the amd64 architecture, and to <tt>foo |
4788           bar</tt> on all other architectures.
4789         </p>
4790
4791         <p>
4792           Relationships may also be restricted to a certain set of
4793           architectures using architecture wildcards in the format
4794           described in <ref id="arch-wildcard-spec">.  The syntax for
4795           declaring such restrictions is the same as declaring
4796           restrictions using a certain set of architectures without
4797           architecture wildcards.  For example:
4798           <example compact="compact">
4799 Build-Depends: foo [linux-any], bar [any-i386], baz [!linux-any]
4800           </example>
4801           is equivalent to <tt>foo</tt> on architectures using the Linux
4802           kernel and any cpu, <tt>bar</tt> on architectures using any
4803           kernel and an i386 cpu, and <tt>baz</tt> on any architecture
4804           using a kernel other than Linux.
4805         </p>
4806
4807         <p>
4808           Note that the binary package relationship fields such as
4809           <tt>Depends</tt> appear in one of the binary package
4810           sections of the control file, whereas the build-time
4811           relationships such as <tt>Build-Depends</tt> appear in the
4812           source package section of the control file (which is the
4813           first section).
4814         </p>
4815       </sect>
4816
4817       <sect id="binarydeps">
4818         <heading>Binary Dependencies - <tt>Depends</tt>,
4819           <tt>Recommends</tt>, <tt>Suggests</tt>, <tt>Enhances</tt>,
4820           <tt>Pre-Depends</tt>
4821         </heading>
4822
4823         <p>
4824           Packages can declare in their control file that they have
4825           certain relationships to other packages - for example, that
4826           they may not be installed at the same time as certain other
4827           packages, and/or that they depend on the presence of others.
4828         </p>
4829
4830         <p>
4831           This is done using the <tt>Depends</tt>, <tt>Pre-Depends</tt>,
4832           <tt>Recommends</tt>, <tt>Suggests</tt>, <tt>Enhances</tt>,
4833           <tt>Breaks</tt> and <tt>Conflicts</tt> control fields.
4834           <tt>Breaks</tt> is described in <ref id="breaks">, and
4835           <tt>Conflicts</tt> is described in <ref id="conflicts">.  The
4836           rest are described below.
4837         </p>
4838
4839         <p>
4840           These seven fields are used to declare a dependency
4841           relationship by one package on another.  Except for
4842           <tt>Enhances</tt> and <tt>Breaks</tt>, they appear in the
4843           depending (binary) package's control file.
4844           (<tt>Enhances</tt> appears in the recommending package's
4845           control file, and <tt>Breaks</tt> appears in the version of
4846           depended-on package which causes the named package to
4847           break).
4848         </p>
4849
4850         <p>
4851           A <tt>Depends</tt> field takes effect <em>only</em> when a
4852           package is to be configured.  It does not prevent a package
4853           being on the system in an unconfigured state while its
4854           dependencies are unsatisfied, and it is possible to replace
4855           a package whose dependencies are satisfied and which is
4856           properly installed with a different version whose
4857           dependencies are not and cannot be satisfied; when this is
4858           done the depending package will be left unconfigured (since
4859           attempts to configure it will give errors) and will not
4860           function properly.  If it is necessary, a
4861           <tt>Pre-Depends</tt> field can be used, which has a partial
4862           effect even when a package is being unpacked, as explained
4863           in detail below.  (The other three dependency fields,
4864           <tt>Recommends</tt>, <tt>Suggests</tt> and
4865           <tt>Enhances</tt>, are only used by the various front-ends
4866           to <prgn>dpkg</prgn> such as <prgn>apt-get</prgn>,
4867           <prgn>aptitude</prgn>, and <prgn>dselect</prgn>.)
4868         </p>
4869
4870         <p>
4871           Since <tt>Depends</tt> only places requirements on the order in
4872           which packages are configured, packages in an installation run
4873           are usually all unpacked first and all configured later.
4874           <footnote>
4875             This approach makes dependency resolution easier.  If two
4876             packages A and B are being upgraded, the installed package A
4877             depends on exactly the installed package B, and the new
4878             package A depends on exactly the new package B (a common
4879             situation when upgrading shared libraries and their
4880             corresponding development packages), satisfying the
4881             dependencies at every stage of the upgrade would be
4882             impossible.  This relaxed restriction means that both new
4883             packages can be unpacked together and then configured in their
4884             dependency order.
4885           </footnote>
4886         </p>
4887
4888         <p>
4889           If there is a circular dependency among packages being installed
4890           or removed, installation or removal order honoring the
4891           dependency order is impossible, requiring the dependency loop be
4892           broken at some point and the dependency requirements violated
4893           for at least one package.  Packages involved in circular
4894           dependencies may not be able to rely on their dependencies being
4895           configured before they themselves are configured, depending on
4896           which side of the break of the circular dependency loop they
4897           happen to be on.  If one of the packages in the loop has
4898           no <prgn>postinst</prgn> script, then the cycle will be broken
4899           at that package; this ensures that all <prgn>postinst</prgn>
4900           scripts are run with their dependencies properly configured if
4901           this is possible.  Otherwise the breaking point is arbitrary.
4902           Packages should therefore avoid circular dependencies where
4903           possible, particularly if they have <prgn>postinst</prgn>
4904           scripts.
4905         </p>
4906
4907         <p>
4908           The meaning of the five dependency fields is as follows:
4909           <taglist>
4910             <tag><tt>Depends</tt></tag>
4911             <item>
4912               <p>
4913                 This declares an absolute dependency.  A package will
4914                 not be configured unless all of the packages listed in
4915                 its <tt>Depends</tt> field have been correctly
4916                 configured (unless there is a circular dependency as
4917                 described above).
4918               </p>
4919
4920               <p>
4921                 The <tt>Depends</tt> field should be used if the
4922                 depended-on package is required for the depending
4923                 package to provide a significant amount of
4924                 functionality.
4925               </p>
4926
4927               <p>
4928                 The <tt>Depends</tt> field should also be used if the
4929                 <prgn>postinst</prgn> or <prgn>prerm</prgn> scripts
4930                 require the depended-on package to be unpacked or
4931                 configured in order to run.  In the case of <tt>postinst
4932                 configure</tt>, the depended-on packages will be unpacked
4933                 and configured first.  (If both packages are involved in a
4934                 dependency loop, this might not work as expected; see the
4935                 explanation a few paragraphs back.)  In the case
4936                 of <prgn>prerm</prgn> or other <prgn>postinst</prgn>
4937                 actions, the package dependencies will normally be at
4938                 least unpacked, but they may be only "Half-Installed" if a
4939                 previous upgrade of the dependency failed.
4940               </p>
4941
4942               <p>
4943                 Finally, the <tt>Depends</tt> field should be used if the
4944                 depended-on package is needed by the <prgn>postrm</prgn>
4945                 script to fully clean up after the package removal.  There
4946                 is no guarantee that package dependencies will be
4947                 available when <prgn>postrm</prgn> is run, but the
4948                 depended-on package is more likely to be available if the
4949                 package declares a dependency (particularly in the case
4950                 of <tt>postrm remove</tt>).  The <prgn>postrm</prgn>
4951                 script must gracefully skip actions that require a
4952                 dependency if that dependency isn't available.
4953               </p>
4954             </item>
4955
4956             <tag><tt>Recommends</tt></tag>
4957             <item>
4958               <p>
4959                 This declares a strong, but not absolute, dependency.
4960               </p>
4961
4962               <p>
4963                 The <tt>Recommends</tt> field should list packages
4964                 that would be found together with this one in all but
4965                 unusual installations.
4966               </p>
4967             </item>
4968
4969             <tag><tt>Suggests</tt></tag>
4970             <item>
4971                 This is used to declare that one package may be more
4972                 useful with one or more others.  Using this field
4973                 tells the packaging system and the user that the
4974                 listed packages are related to this one and can
4975                 perhaps enhance its usefulness, but that installing
4976                 this one without them is perfectly reasonable.
4977             </item>
4978
4979             <tag><tt>Enhances</tt></tag>
4980             <item>
4981                 This field is similar to Suggests but works in the
4982                 opposite direction. It is used to declare that a
4983                 package can enhance the functionality of another
4984                 package.
4985             </item>
4986
4987             <tag><tt>Pre-Depends</tt></tag>
4988             <item>
4989               <p>
4990                 This field is like <tt>Depends</tt>, except that it
4991                 also forces <prgn>dpkg</prgn> to complete installation
4992                 of the packages named before even starting the
4993                 installation of the package which declares the
4994                 pre-dependency, as follows:
4995               </p>
4996
4997               <p>
4998                 When a package declaring a pre-dependency is about to
4999                 be <em>unpacked</em> the pre-dependency can be
5000                 satisfied if the depended-on package is either fully
5001                 configured, <em>or even if</em> the depended-on
5002                 package(s) are only unpacked or in the "Half-Configured"
5003                 state, provided that they have been configured
5004                 correctly at some point in the past (and not removed
5005                 or partially removed since).  In this case, both the
5006                 previously-configured and currently unpacked or
5007                 "Half-Configured" versions must satisfy any version
5008                 clause in the <tt>Pre-Depends</tt> field.
5009               </p>
5010
5011               <p>
5012                 When the package declaring a pre-dependency is about to
5013                 be <em>configured</em>, the pre-dependency will be treated
5014                 as a normal <tt>Depends</tt>.  It will be considered
5015                 satisfied only if the depended-on package has been
5016                 correctly configured.  However, unlike
5017                 with <tt>Depends</tt>, <tt>Pre-Depends</tt> does not
5018                 permit circular dependencies to be broken.  If a circular
5019                 dependency is encountered while attempting to honor
5020                 <tt>Pre-Depends</tt>, the installation will be aborted.
5021               </p>
5022
5023               <p>
5024                 <tt>Pre-Depends</tt> are also required if the
5025                 <prgn>preinst</prgn> script depends on the named package.
5026                 It is best to avoid this situation if possible.
5027               </p>
5028
5029               <p>
5030                 <tt>Pre-Depends</tt> should be used sparingly,
5031                 preferably only by packages whose premature upgrade or
5032                 installation would hamper the ability of the system to
5033                 continue with any upgrade that might be in progress.
5034               </p>
5035
5036               <p>
5037                 You should not specify a <tt>Pre-Depends</tt> entry for a
5038                 package before this has been discussed on the
5039                 <tt>debian-devel</tt> mailing list and a consensus about
5040                 doing that has been reached.  See <ref id="dependencies">.
5041               </p>
5042             </item>
5043           </taglist>
5044         </p>
5045
5046         <p>
5047           When selecting which level of dependency to use you should
5048           consider how important the depended-on package is to the
5049           functionality of the one declaring the dependency.  Some
5050           packages are composed of components of varying degrees of
5051           importance.  Such a package should list using
5052           <tt>Depends</tt> the package(s) which are required by the
5053           more important components.  The other components'
5054           requirements may be mentioned as Suggestions or
5055           Recommendations, as appropriate to the components' relative
5056           importance.
5057         </p>
5058       </sect>
5059
5060       <sect id="breaks">
5061         <heading>Packages which break other packages - <tt>Breaks</tt></heading>
5062
5063         <p>
5064           When one binary package declares that it breaks another,
5065           <prgn>dpkg</prgn> will refuse to allow the package which
5066           declares <tt>Breaks</tt> to be unpacked unless the broken
5067           package is deconfigured first, and it will refuse to
5068           allow the broken package to be reconfigured.
5069         </p>
5070
5071         <p>
5072           A package will not be regarded as causing breakage merely
5073           because its configuration files are still installed; it must
5074           be at least "Half-Installed".
5075         </p>
5076
5077         <p>
5078           A special exception is made for packages which declare that
5079           they break their own package name or a virtual package which
5080           they provide (see below): this does not count as a real
5081           breakage.
5082         </p>
5083
5084         <p>
5085           Normally a <tt>Breaks</tt> entry will have an "earlier than"
5086           version clause; such a <tt>Breaks</tt> is introduced in the
5087           version of an (implicit or explicit) dependency which violates
5088           an assumption or reveals a bug in earlier versions of the broken
5089           package, or which takes over a file from earlier versions of the
5090           package named in <tt>Breaks</tt>.  This use of <tt>Breaks</tt>
5091           will inform higher-level package management tools that the
5092           broken package must be upgraded before the new one.
5093         </p>
5094
5095         <p>
5096           If the breaking package also overwrites some files from the
5097           older package, it should use <tt>Replaces</tt> to ensure this
5098           goes smoothly.  See <ref id="replaces"> for a full discussion
5099           of taking over files from other packages, including how to
5100           use <tt>Breaks</tt> in those cases.
5101         </p>
5102
5103         <p>
5104           Many of the cases where <tt>Breaks</tt> should be used were
5105           previously handled with <tt>Conflicts</tt>
5106           because <tt>Breaks</tt> did not yet exist.
5107           Many <tt>Conflicts</tt> fields should now be <tt>Breaks</tt>.
5108           See <ref id="conflicts"> for more information about the
5109           differences.
5110         </p>
5111       </sect>
5112
5113       <sect id="conflicts">
5114         <heading>Conflicting binary packages - <tt>Conflicts</tt></heading>
5115
5116         <p>
5117           When one binary package declares a conflict with another using
5118           a <tt>Conflicts</tt> field, <prgn>dpkg</prgn> will refuse to
5119           allow them to be unpacked on the system at the same time.  This
5120           is a stronger restriction than <tt>Breaks</tt>, which prevents
5121           the broken package from being configured while the breaking
5122           package is in the "Unpacked" state but allows both packages to
5123           be unpacked at the same time.
5124         </p>
5125
5126         <p>
5127           If one package is to be unpacked, the other must be removed
5128           first.  If the package being unpacked is marked as replacing
5129           (see <ref id="replaces">, but note that <tt>Breaks</tt> should
5130           normally be used in this case) the one on the system, or the one
5131           on the system is marked as deselected, or both packages are
5132           marked <tt>Essential</tt>, then <prgn>dpkg</prgn> will
5133           automatically remove the package which is causing the conflict.
5134           Otherwise, it will halt the installation of the new package with
5135           an error.  This mechanism is specifically designed to produce an
5136           error when the installed package is <tt>Essential</tt>, but the
5137           new package is not.
5138         </p>
5139
5140         <p>
5141           A package will not cause a conflict merely because its
5142           configuration files are still installed; it must be at least
5143           "Half-Installed".
5144         </p>
5145
5146         <p>
5147           A special exception is made for packages which declare a
5148           conflict with their own package name, or with a virtual
5149           package which they provide (see below): this does not
5150           prevent their installation, and allows a package to conflict
5151           with others providing a replacement for it.  You use this
5152           feature when you want the package in question to be the only
5153           package providing some feature.
5154         </p>
5155
5156         <p>
5157           Normally, <tt>Breaks</tt> should be used instead
5158           of <tt>Conflicts</tt> since <tt>Conflicts</tt> imposes a
5159           stronger restriction on the ordering of package installation or
5160           upgrade and can make it more difficult for the package manager
5161           to find a correct solution to an upgrade or installation
5162           problem.  <tt>Breaks</tt> should be used
5163           <list>
5164             <item>when moving a file from one package to another (see
5165               <ref id="replaces">),</item>
5166             <item>when splitting a package (a special case of the previous
5167               one), or</item>
5168             <item>when the breaking package exposes a bug in or interacts
5169               badly with particular versions of the broken
5170               package.</item>
5171           </list>
5172           <tt>Conflicts</tt> should be used
5173           <list>
5174             <item>when two packages provide the same file and will
5175               continue to do so,</item>
5176             <item>in conjunction with <tt>Provides</tt> when only one
5177               package providing a given virtual facility may be unpacked
5178               at a time (see <ref id="virtual">),</item>
5179             <item>in other cases where one must prevent simultaneous
5180               installation of two packages for reasons that are ongoing
5181               (not fixed in a later version of one of the packages) or
5182               that must prevent both packages from being unpacked at the
5183               same time, not just configured.</item>
5184           </list>
5185           Be aware that adding <tt>Conflicts</tt> is normally not the best
5186           solution when two packages provide the same files.  Depending on
5187           the reason for that conflict, using alternatives or renaming the
5188           files is often a better approach.  See, for
5189           example, <ref id="binaries">.
5190         </p>
5191
5192         <p>
5193           Neither <tt>Breaks</tt> nor <tt>Conflicts</tt> should be used
5194           unless two packages cannot be installed at the same time or
5195           installing them both causes one of them to be broken or
5196           unusable.  Having similar functionality or performing the same
5197           tasks as another package is not sufficient reason to
5198           declare <tt>Breaks</tt> or <tt>Conflicts</tt> with that package.
5199         </p>
5200
5201         <p>
5202           A <tt>Conflicts</tt> entry may have an "earlier than" version
5203           clause if the reason for the conflict is corrected in a later
5204           version of one of the packages.  However, normally the presence
5205           of an "earlier than" version clause is a sign
5206           that <tt>Breaks</tt> should have been used instead.  An "earlier
5207           than" version clause in <tt>Conflicts</tt>
5208           prevents <prgn>dpkg</prgn> from upgrading or installing the
5209           package which declares such a conflict until the upgrade or
5210           removal of the conflicted-with package has been completed, which
5211           is a strong restriction.
5212         </p>
5213       </sect>
5214
5215       <sect id="virtual"><heading>Virtual packages - <tt>Provides</tt>
5216         </heading>
5217
5218         <p>
5219           As well as the names of actual ("concrete") packages, the
5220           package relationship fields <tt>Depends</tt>,
5221           <tt>Recommends</tt>, <tt>Suggests</tt>, <tt>Enhances</tt>,
5222           <tt>Pre-Depends</tt>, <tt>Breaks</tt>, <tt>Conflicts</tt>,
5223           <tt>Build-Depends</tt>, <tt>Build-Depends-Indep</tt>,
5224           <tt>Build-Conflicts</tt> and <tt>Build-Conflicts-Indep</tt>
5225           may mention "virtual packages".
5226         </p>
5227
5228         <p>
5229           A <em>virtual package</em> is one which appears in the
5230           <tt>Provides</tt> control field of another package.  The effect
5231           is as if the package(s) which provide a particular virtual
5232           package name had been listed by name everywhere the virtual
5233           package name appears. (See also <ref id="virtual_pkg">)
5234         </p>
5235
5236         <p>
5237           If there are both concrete and virtual packages of the same
5238           name, then the dependency may be satisfied (or the conflict
5239           caused) by either the concrete package with the name in
5240           question or any other concrete package which provides the
5241           virtual package with the name in question.  This is so that,
5242           for example, supposing we have
5243           <example compact="compact">
5244 Package: foo
5245 Depends: bar
5246           </example> and someone else releases an enhanced version of
5247           the <tt>bar</tt> package they can say:
5248           <example compact="compact">
5249 Package: bar-plus
5250 Provides: bar
5251           </example>
5252           and the <tt>bar-plus</tt> package will now also satisfy the
5253           dependency for the <tt>foo</tt> package.
5254         </p>
5255
5256         <p>
5257           If a relationship field has a version number attached, only real
5258           packages will be considered to see whether the relationship is
5259           satisfied (or the prohibition violated, for a conflict or
5260           breakage).  In other words, if a version number is specified,
5261           this is a request to ignore all <tt>Provides</tt> for that
5262           package name and consider only real packages.  The package
5263           manager will assume that a package providing that virtual
5264           package is not of the "right" version.  A <tt>Provides</tt>
5265           field may not contain version numbers, and the version number of
5266           the concrete package which provides a particular virtual package
5267           will not be considered when considering a dependency on or
5268           conflict with the virtual package name.<footnote>
5269             It is possible that a future release of <prgn>dpkg</prgn> may
5270             add the ability to specify a version number for each virtual
5271             package it provides.  This feature is not yet present,
5272             however, and is expected to be used only infrequently.
5273           </footnote>
5274         </p>
5275
5276         <p>
5277           To specify which of a set of real packages should be the default
5278           to satisfy a particular dependency on a virtual package, list
5279           the real package as an alternative before the virtual one.
5280         </p>
5281
5282         <p>
5283           If the virtual package represents a facility that can only be
5284           provided by one real package at a time, such as
5285           the <package>mail-transport-agent</package> virtual package that
5286           requires installation of a binary that would conflict with all
5287           other providers of that virtual package (see
5288           <ref id="mail-transport-agents">), all packages providing that
5289           virtual package should also declare a conflict with it
5290           using <tt>Conflicts</tt>.  This will ensure that at most one
5291           provider of that virtual package is unpacked or installed at a
5292           time.
5293         </p>
5294       </sect>
5295
5296       <sect id="replaces"><heading>Overwriting files and replacing
5297           packages - <tt>Replaces</tt></heading>
5298
5299         <p>
5300           Packages can declare in their control file that they should
5301           overwrite files in certain other packages, or completely replace
5302           other packages. The <tt>Replaces</tt> control field has these
5303           two distinct purposes.
5304         </p>
5305
5306         <sect1><heading>Overwriting files in other packages</heading>
5307
5308           <p>
5309             It is usually an error for a package to contain files which
5310             are on the system in another package.  However, if the
5311             overwriting package declares that it <tt>Replaces</tt> the one
5312             containing the file being overwritten, then <prgn>dpkg</prgn>
5313             will replace the file from the old package with that from the
5314             new.  The file will no longer be listed as "owned" by the old
5315             package and will be taken over by the new package.
5316             Normally, <tt>Breaks</tt> should be used in conjunction
5317             with <tt>Replaces</tt>.<footnote>
5318               To see why <tt>Breaks</tt> is normally needed in addition
5319               to <tt>Replaces</tt>, consider the case of a file in the
5320               package <package>foo</package> being taken over by the
5321               package <package>foo-data</package>.
5322               <tt>Replaces</tt> will allow <package>foo-data</package> to
5323               be installed and take over that file.  However,
5324               without <tt>Breaks</tt>, nothing
5325               requires <package>foo</package> to be upgraded to a newer
5326               version that knows it does not include that file and instead
5327               depends on <package>foo-data</package>.  Nothing would
5328               prevent the new <package>foo-data</package> package from
5329               being installed and then removed, removing the file that it
5330               took over from <package>foo</package>.  After that
5331               operation, the package manager would think the system was in
5332               a consistent state, but the <package>foo</package> package
5333               would be missing one of its files.
5334             </footnote>
5335           </p>
5336
5337           <p>
5338             For example, if a package <package>foo</package> is split
5339             into <package>foo</package> and <package>foo-data</package>
5340             starting at version 1.2-3, <package>foo-data</package> would
5341             have the fields
5342             <example compact="compact">
5343 Replaces: foo (&lt;&lt; 1.2-3)
5344 Breaks: foo (&lt;&lt; 1.2-3)
5345             </example>
5346             in its control file.  The new version of the
5347             package <package>foo</package> would normally have the field
5348             <example compact="compact">
5349 Depends: foo-data (&gt;= 1.2-3)
5350             </example>
5351             (or possibly <tt>Recommends</tt> or even <tt>Suggests</tt> if
5352             the files moved into <package>foo-data</package> are not
5353             required for normal operation).
5354           </p>
5355
5356           <p>
5357             If a package is completely replaced in this way, so that
5358             <prgn>dpkg</prgn> does not know of any files it still
5359             contains, it is considered to have "disappeared".  It will
5360             be marked as not wanted on the system (selected for
5361             removal) and not installed.  Any <tt>conffile</tt>s
5362             details noted for the package will be ignored, as they
5363             will have been taken over by the overwriting package.  The
5364             package's <prgn>postrm</prgn> script will be run with a
5365             special argument to allow the package to do any final
5366             cleanup required.  See <ref id="mscriptsinstact">.
5367             <footnote>
5368               Replaces is a one way relationship.  You have to install
5369               the replacing package after the replaced package.
5370             </footnote>
5371           </p>
5372
5373           <p>
5374             For this usage of <tt>Replaces</tt>, virtual packages (see
5375             <ref id="virtual">) are not considered when looking at a
5376             <tt>Replaces</tt> field.  The packages declared as being
5377             replaced must be mentioned by their real names.
5378           </p>
5379
5380           <p>
5381             This usage of <tt>Replaces</tt> only takes effect when both
5382             packages are at least partially on the system at once.  It is
5383             not relevant if the packages conflict unless the conflict has
5384             been overridden.
5385           </p>
5386         </sect1>
5387
5388         <sect1><heading>Replacing whole packages, forcing their
5389             removal</heading>
5390
5391           <p>
5392             Second, <tt>Replaces</tt> allows the packaging system to
5393             resolve which package should be removed when there is a
5394             conflict (see <ref id="conflicts">).  This usage only takes
5395             effect when the two packages <em>do</em> conflict, so that the
5396             two usages of this field do not interfere with each other.
5397           </p>
5398
5399           <p>
5400             In this situation, the package declared as being replaced
5401             can be a virtual package, so for example, all mail
5402             transport agents (MTAs) would have the following fields in
5403             their control files:
5404             <example compact="compact">
5405 Provides: mail-transport-agent
5406 Conflicts: mail-transport-agent
5407 Replaces: mail-transport-agent
5408             </example>
5409             ensuring that only one MTA can be unpacked at any one
5410             time.  See <ref id="virtual"> for more information about this
5411             example.
5412         </sect1>
5413       </sect>
5414
5415       <sect id="sourcebinarydeps">
5416         <heading>Relationships between source and binary packages -
5417           <tt>Build-Depends</tt>, <tt>Build-Depends-Indep</tt>,
5418           <tt>Build-Conflicts</tt>, <tt>Build-Conflicts-Indep</tt>
5419         </heading>
5420
5421         <p>
5422           Source packages that require certain binary packages to be
5423           installed or absent at the time of building the package
5424           can declare relationships to those binary packages.
5425         </p>
5426
5427         <p>
5428           This is done using the <tt>Build-Depends</tt>,
5429           <tt>Build-Depends-Indep</tt>, <tt>Build-Conflicts</tt> and
5430           <tt>Build-Conflicts-Indep</tt> control fields.
5431         </p>
5432
5433         <p>
5434           Build-dependencies on "build-essential" binary packages can be
5435           omitted. Please see <ref id="pkg-relations"> for more information.
5436         </p>
5437
5438         <p>
5439           The dependencies and conflicts they define must be satisfied
5440           (as defined earlier for binary packages) in order to invoke
5441           the targets in <tt>debian/rules</tt>, as follows:<footnote>
5442             <p>
5443               There is no Build-Depends-Arch; this role is essentially
5444               met with Build-Depends.  Anyone building the
5445               <tt>build-indep</tt> and <tt>binary-indep</tt> targets is
5446               assumed to be building the whole package, and therefore
5447               installation of all build dependencies is required.
5448             </p>
5449             <p>
5450               The autobuilders use <tt>dpkg-buildpackage -B</tt>, which
5451               calls <tt>build</tt>, not <tt>build-arch</tt> since it does
5452               not yet know how to check for its existence, and
5453               <tt>binary-arch</tt>.  The purpose of the original split
5454               between <tt>Build-Depends</tt> and
5455               <tt>Build-Depends-Indep</tt> was so that the autobuilders
5456               wouldn't need to install extra packages needed only for the
5457               binary-indep targets.  But without a build-arch/build-indep
5458               split, this didn't work, since most of the work is done in
5459               the build target, not in the binary target.
5460             </p>
5461           </footnote>
5462           <taglist>
5463             <tag><tt>clean</tt>, <tt>build-arch</tt>, and
5464               <tt>binary-arch</tt></tag>
5465             <item>
5466               Only the <tt>Build-Depends</tt> and <tt>Build-Conflicts</tt>
5467               fields must be satisfied when these targets are invoked.
5468             </item>
5469             <tag><tt>build</tt>, <tt>build-indep</tt>, <tt>binary</tt>,
5470               and <tt>binary-indep</tt></tag>
5471             <item>
5472               The <tt>Build-Depends</tt>, <tt>Build-Conflicts</tt>,
5473               <tt>Build-Depends-Indep</tt>, and
5474               <tt>Build-Conflicts-Indep</tt> fields must be satisfied when
5475               these targets are invoked.
5476             </item>
5477           </taglist>
5478         </p>
5479       </sect>
5480
5481       <sect id="built-using">
5482         <heading>Additional source packages used to build the binary
5483           - <tt>Built-Using</tt>
5484         </heading>
5485
5486         <p>
5487           Some binary packages incorporate parts of other packages when built
5488           but do not have to depend on those packages.  Examples include
5489           linking with static libraries or incorporating source code from
5490           another package during the build.  In this case, the source packages
5491           of those other packages are a required part of the complete source
5492           (the binary package is not reproducible without them).
5493         </p>
5494
5495         <p>
5496           A <tt>Built-Using</tt> field must list the corresponding source
5497           package for any such binary package incorporated during the build
5498           <footnote>
5499             <tt>Build-Depends</tt> in the source package is not adequate since
5500             it (rightfully) does not document the exact version used in the
5501             build.
5502           </footnote>,
5503           including an "exactly equal" ("=") version relation on the version
5504           that was used to build that binary package<footnote>
5505             The archive software might reject packages that refer to
5506             non-existent sources.
5507           </footnote>.
5508         </p>
5509
5510         <p>
5511           A package using the source code from the gcc-4.6-source
5512           binary package built from the gcc-4.6 source package would
5513           have this field in its control file:
5514           <example compact="compact">
5515 Built-Using: gcc-4.6 (= 4.6.0-11)
5516           </example>
5517         </p>
5518
5519         <p>
5520           A package including binaries from grub2 and loadlin would
5521           have this field in its control file:
5522           <example compact="compact">
5523 Built-Using: grub2 (= 1.99-9), loadlin (= 1.6e-1)
5524           </example>
5525         </p>
5526       </sect>
5527     </chapt>
5528
5529
5530     <chapt id="sharedlibs"><heading>Shared libraries</heading>
5531
5532       <p>
5533         Packages containing shared libraries must be constructed with
5534         a little care to make sure that the shared library is always
5535         available.  This is especially important for packages whose
5536         shared libraries are vitally important, such as the C library
5537         (currently <tt>libc6</tt>).
5538       </p>
5539
5540       <p>
5541         This section deals only with public shared libraries: shared
5542         libraries that are placed in directories searched by the dynamic
5543         linker by default or which are intended to be linked against
5544         normally and possibly used by other, independent packages.  Shared
5545         libraries that are internal to a particular package or that are
5546         only loaded as dynamic modules are not covered by this section and
5547         are not subject to its requirements.
5548       </p>
5549
5550       <p>
5551         A shared library is identified by the <tt>SONAME</tt> attribute
5552         stored in its dynamic section.  When a binary is linked against a
5553         shared library, the <tt>SONAME</tt> of the shared library is
5554         recorded in the binary's <tt>NEEDED</tt> section so that the
5555         dynamic linker knows that library must be loaded at runtime.  The
5556         shared library file's full name (which usually contains additional
5557         version information not needed in the <tt>SONAME</tt>) is
5558         therefore normally not referenced directly.  Instead, the shared
5559         library is loaded by its <tt>SONAME</tt>, which exists on the file
5560         system as a symlink pointing to the full name of the shared
5561         library.  This symlink must be provided by the
5562         package.  <ref id="sharedlibs-runtime"> describes how to do this.
5563         <footnote>
5564           This is a convention of shared library versioning, but not a
5565           requirement.  Some libraries use the <tt>SONAME</tt> as the full
5566           library file name instead and therefore do not need a symlink.
5567           Most, however, encode additional information about
5568           backwards-compatible revisions as a minor version number in the
5569           file name.  The <tt>SONAME</tt> itself only changes when
5570           binaries linked with the earlier version of the shared library
5571           may no longer work, but the filename may change with each
5572           release of the library.  See <ref id="sharedlibs-runtime"> for
5573           more information.
5574         </footnote>
5575       </p>
5576
5577       <p>
5578         When linking a binary or another shared library against a shared
5579         library, the <tt>SONAME</tt> for that shared library is not yet
5580         known.  Instead, the shared library is found by looking for a file
5581         matching the library name with <tt>.so</tt> appended.  This file
5582         exists on the file system as a symlink pointing to the shared
5583         library.
5584       </p>
5585
5586       <p>
5587         Shared libraries are normally split into several binary packages.
5588         The <tt>SONAME</tt> symlink is installed by the runtime shared
5589         library package, and the bare <tt>.so</tt> symlink is installed in
5590         the development package since it's only used when linking binaries
5591         or shared libraries.  However, there are some exceptions for
5592         unusual shared libraries or for shared libraries that are also
5593         loaded as dynamic modules by other programs.
5594       </p>
5595
5596       <p>
5597         This section is primarily concerned with how the separation of
5598         shared libraries into multiple packages should be done and how
5599         dependencies on and between shared library binary packages are
5600         managed in Debian.  <ref id="libraries"> should be read in
5601         conjunction with this section and contains additional rules for
5602         the files contained in the shared library packages.
5603       </p>
5604
5605       <sect id="sharedlibs-runtime">
5606         <heading>Run-time shared libraries</heading>
5607
5608         <p>
5609           The run-time shared library must be placed in a package
5610           whose name changes whenever the <tt>SONAME</tt> of the shared
5611           library changes.  This allows several versions of the shared
5612           library to be installed at the same time, allowing installation
5613           of the new version of the shared library without immediately
5614           breaking binaries that depend on the old version.  Normally, the
5615           run-time shared library and its <tt>SONAME</tt> symlink should
5616           be placed in a package named
5617           <package><var>libraryname</var><var>soversion</var></package>,
5618           where <var>soversion</var> is the version number in
5619           the <tt>SONAME</tt> of the shared library.  Alternatively, if it
5620           would be confusing to directly append <var>soversion</var>
5621           to <var>libraryname</var> (if, for
5622           example, <var>libraryname</var> itself ends in a number), you
5623           should use
5624           <package><var>libraryname</var>-<var>soversion</var></package>
5625           instead.
5626         </p>
5627
5628         <p>
5629           To determine the <var>soversion</var>, look at
5630           the <tt>SONAME</tt> of the library, stored in the
5631           ELF <tt>SONAME</tt> attribute.  It is usually of the
5632           form <tt><var>name</var>.so.<var>major-version</var></tt> (for
5633           example, <tt>libz.so.1</tt>).  The version part is the part
5634           which comes after <tt>.so.</tt>, so in that example it
5635           is <tt>1</tt>.  The soname may instead be of the
5636           form <tt><var>name</var>-<var>major-version</var>.so</tt>, such
5637           as <tt>libdb-5.1.so</tt>, in which case the name would
5638           be <tt>libdb</tt> and the version would be <tt>5.1</tt>.
5639         </p>
5640
5641         <p>
5642           If you have several shared libraries built from the same source
5643           tree, you may lump them all together into a single shared
5644           library package provided that all of their <tt>SONAME</tt>s will
5645           always change together.  Be aware that this is not normally the
5646           case, and if the <tt>SONAME</tt>s do not change together,
5647           upgrading such a merged shared library package will be
5648           unnecessarily difficult because of file conflicts with the old
5649           version of the package.  When in doubt, always split shared
5650           library packages so that each binary package installs a single
5651           shared library.
5652         </p>
5653
5654         <p>
5655           Every time the shared library ABI changes in a way that may
5656           break binaries linked against older versions of the shared
5657           library, the <tt>SONAME</tt> of the library and the
5658           corresponding name for the binary package containing the runtime
5659           shared library should change.  Normally, this means
5660           the <tt>SONAME</tt> should change any time an interface is
5661           removed from the shared library or the signature of an interface
5662           (the number of parameters or the types of parameters that it
5663           takes, for example) is changed.  This practice is vital to
5664           allowing clean upgrades from older versions of the package and
5665           clean transitions between the old ABI and new ABI without having
5666           to upgrade every affected package simultaneously.
5667         </p>
5668
5669         <p>
5670           The <tt>SONAME</tt> and binary package name need not, and indeed
5671           normally should not, change if new interfaces are added but none
5672           are removed or changed, since this will not break binaries
5673           linked against the old shared library.  Correct versioning of
5674           dependencies on the newer shared library by binaries that use
5675           the new interfaces is handled via
5676           the <qref id="sharedlibs-depends"><tt>symbols</tt>
5677           or <tt>shlibs</tt> system</qref>.
5678         </p>
5679
5680       <p>
5681         The package should install the shared libraries under
5682         their normal names.  For example, the <package>libgdbm3</package>
5683         package should install <file>libgdbm.so.3.0.0</file> as
5684         <file>/usr/lib/libgdbm.so.3.0.0</file>.  The files should not be
5685         renamed or re-linked by any <prgn>prerm</prgn> or
5686         <prgn>postrm</prgn> scripts; <prgn>dpkg</prgn> will take care
5687         of renaming things safely without affecting running programs,
5688         and attempts to interfere with this are likely to lead to
5689         problems.
5690       </p>
5691
5692       <p>
5693         Shared libraries should not be installed executable, since
5694         the dynamic linker does not require this and trying to
5695         execute a shared library usually results in a core dump.
5696       </p>
5697
5698       <p>
5699         The run-time library package should include the symbolic link for
5700         the <tt>SONAME</tt> that <prgn>ldconfig</prgn> would create for
5701         the shared libraries.  For example,
5702         the <package>libgdbm3</package> package should include a symbolic
5703         link from <file>/usr/lib/libgdbm.so.3</file> to
5704         <file>libgdbm.so.3.0.0</file>.  This is needed so that the dynamic
5705         linker (for example <prgn>ld.so</prgn> or
5706         <prgn>ld-linux.so.*</prgn>) can find the library between the
5707         time that <prgn>dpkg</prgn> installs it and the time that
5708         <prgn>ldconfig</prgn> is run in the <prgn>postinst</prgn>
5709         script.<footnote>
5710             The package management system requires the library to be
5711             placed before the symbolic link pointing to it in the
5712             <file>.deb</file> file.  This is so that when
5713             <prgn>dpkg</prgn> comes to install the symlink
5714             (overwriting the previous symlink pointing at an older
5715             version of the library), the new shared library is already
5716             in place.  In the past, this was achieved by creating the
5717             library in the temporary packaging directory before
5718             creating the symlink.  Unfortunately, this was not always
5719             effective, since the building of the tar file in the
5720             <file>.deb</file> depended on the behavior of the underlying
5721             file system.  Some file systems (such as reiserfs) reorder
5722             the files so that the order of creation is forgotten.
5723             Since version 1.7.0, <prgn>dpkg</prgn>
5724             reorders the files itself as necessary when building a
5725             package.  Thus it is no longer important to concern
5726             oneself with the order of file creation.
5727         </footnote>
5728       </p>
5729
5730         <sect1 id="ldconfig">
5731           <heading><tt>ldconfig</tt></heading>
5732
5733         <p>
5734           Any package installing shared libraries in one of the default
5735           library directories of the dynamic linker (which are currently
5736           <file>/usr/lib</file> and <file>/lib</file>) or a directory that is
5737           listed in <file>/etc/ld.so.conf</file><footnote>
5738             These are currently <file>/usr/local/lib</file> plus
5739             directories under <file>/lib</file> and <file>/usr/lib</file>
5740             matching the multiarch triplet for the system architecture.
5741           </footnote>
5742           must use <prgn>ldconfig</prgn> to update the shared library
5743           system.
5744         </p>
5745
5746         <p>
5747             The package maintainer scripts must only call
5748             <prgn>ldconfig</prgn> under these circumstances:
5749             <list compact="compact">
5750               <item>When the <prgn>postinst</prgn> script is run with a
5751                   first argument of <tt>configure</tt>, the script must call
5752                   <prgn>ldconfig</prgn>, and may optionally invoke
5753                   <prgn>ldconfig</prgn> at other times.
5754               </item>
5755               <item>When the <prgn>postrm</prgn> script is run with a
5756                   first argument of <tt>remove</tt>, the script should call
5757                   <prgn>ldconfig</prgn>.
5758               </item>
5759             </list>
5760          <footnote>
5761             <p>
5762               During install or upgrade, the preinst is called before
5763               the new files are unpacked, so calling "ldconfig" is
5764               pointless.  The preinst of an existing package can also be
5765               called if an upgrade fails.  However, this happens during
5766               the critical time when a shared libs may exist on-disk
5767               under a temporary name.  Thus, it is dangerous and
5768               forbidden by current policy to call "ldconfig" at this
5769               time.
5770             </p>
5771
5772             <p>
5773               When a package is installed or upgraded, "postinst
5774               configure" runs after the new files are safely on-disk.
5775               Since it is perfectly safe to invoke ldconfig
5776               unconditionally in a postinst, it is OK for a package to
5777               simply put ldconfig in its postinst without checking the
5778               argument.  The postinst can also be called to recover from
5779               a failed upgrade.  This happens before any new files are
5780               unpacked, so there is no reason to call "ldconfig" at this
5781               point.
5782             </p>
5783
5784             <p>
5785               For a package that is being removed, prerm is
5786               called with all the files intact, so calling ldconfig is
5787               useless.  The other calls to "prerm" happen in the case of
5788               upgrade at a time when all the files of the old package
5789               are on-disk, so again calling "ldconfig" is pointless.
5790             </p>
5791
5792             <p>
5793               postrm, on the other hand, is called with the "remove"
5794               argument just after the files are removed, so this is
5795               the proper time to call "ldconfig" to notify the system
5796               of the fact that the shared libraries from the package
5797               are removed.  The postrm can be called at several other
5798               times.  At the time of "postrm purge", "postrm
5799               abort-install", or "postrm abort-upgrade", calling
5800               "ldconfig" is useless because the shared lib files are
5801               not on-disk.  However, when "postrm" is invoked with
5802               arguments "upgrade", "failed-upgrade", or "disappear", a
5803               shared lib may exist on-disk under a temporary filename.
5804             </p>
5805           </footnote>
5806         </p>
5807         </sect1>
5808
5809       </sect>
5810
5811       <sect id="sharedlibs-support-files">
5812         <heading>Shared library support files</heading>
5813
5814         <p>
5815           If your package contains files whose names do not change with
5816           each change in the library shared object version, you must not
5817           put them in the shared library package.  Otherwise, several
5818           versions of the shared library cannot be installed at the same
5819           time without filename clashes, making upgrades and transitions
5820           unnecessarily difficult.
5821         </p>
5822
5823         <p>
5824           It is recommended that supporting files and run-time support
5825           programs that do not need to be invoked manually by users, but
5826           are nevertheless required for the package to function, be placed
5827           (if they are binary) in a subdirectory of <file>/usr/lib</file>,
5828           preferably under <file>/usr/lib/</file><var>package-name</var>.
5829           If the program or file is architecture independent, the
5830           recommendation is for it to be placed in a subdirectory of
5831           <file>/usr/share</file> instead, preferably under
5832           <file>/usr/share/</file><var>package-name</var>.  Following the
5833           <var>package-name</var> naming convention ensures that the file
5834           names change when the shared object version changes.
5835         </p>
5836
5837         <p>
5838           Run-time support programs that use the shared library but are
5839           not required for the library to function or files used by the
5840           shared library that can be used by any version of the shared
5841           library package should instead be put in a separate package.
5842           This package might typically be named
5843           <package><var>libraryname</var>-tools</package>; note the
5844           absence of the <var>soversion</var> in the package name.
5845         </p>
5846
5847         <p>
5848           Files and support programs only useful when compiling software
5849           against the library should be included in the development
5850           package for the library.<footnote>
5851             For example, a <file><var>package-name</var>-config</file>
5852             script or <package>pkg-config</package> configuration files.
5853           </footnote>
5854         </p>
5855       </sect>
5856
5857       <sect id="sharedlibs-static">
5858         <heading>Static libraries</heading>
5859
5860       <p>
5861         The static library (<file><var>libraryname.a</var></file>)
5862         is usually provided in addition to the shared version.
5863         It is placed into the development package (see below).
5864       </p>
5865
5866       <p>
5867         In some cases, it is acceptable for a library to be
5868         available in static form only; these cases include:
5869         <list>
5870           <item>libraries for languages whose shared library support
5871                 is immature or unstable</item>
5872           <item>libraries whose interfaces are in flux or under
5873                 development (commonly the case when the library's
5874                 major version number is zero, or where the ABI breaks
5875                 across patchlevels)</item>
5876           <item>libraries which are explicitly intended to be
5877                 available only in static form by their upstream
5878                 author(s)</item>
5879         </list>
5880       </p>
5881
5882       <sect id="sharedlibs-dev">
5883         <heading>Development files</heading>
5884
5885       <p>
5886         If there are development files associated with a shared library,
5887         the source package needs to generate a binary development package
5888         named <package><var>libraryname</var><var>soversion</var>-dev</package>,
5889         or if you prefer only to support one development version at a
5890         time, <package><var>libraryname</var>-dev</package>.  Installing
5891         the development package must result in installation of all the
5892         development files necessary for compiling programs against that
5893         shared library.<footnote>
5894           This wording allows the development files to be split into
5895           several packages, such as a separate architecture-independent
5896           <package><var>libraryname</var>-headers</package>, provided that
5897           the development package depends on all the required additional
5898           packages.
5899         </footnote>
5900       </p>
5901
5902       <p>
5903         In case several development versions of a library exist, you may
5904         need to use <prgn>dpkg</prgn>'s Conflicts mechanism (see
5905         <ref id="conflicts">) to ensure that the user only installs one
5906         development version at a time (as different development versions are
5907         likely to have the same header files in them, which would cause a
5908         filename clash if both were unpacked).
5909       </p>
5910
5911       <p>
5912         The development package should contain a symlink for the associated
5913         shared library without a version number. For example, the
5914         <package>libgdbm-dev</package> package should include a symlink
5915         from <file>/usr/lib/libgdbm.so</file> to
5916         <file>libgdbm.so.3.0.0</file>.  This symlink is needed by the linker
5917         (<prgn>ld</prgn>) when compiling packages, as it will only look for
5918         <file>libgdbm.so</file> when compiling dynamically.
5919       </p>
5920
5921       <p>
5922         If the package provides Ada Library Information
5923         (<file>*.ali</file>) files for use with GNAT, these files must be
5924         installed read-only (mode 0444) so that GNAT will not attempt to
5925         recompile them.  This overrides the normal file mode requirements
5926         given in <ref id="permissions-owners">.
5927       </p>
5928       </sect>
5929
5930       <sect id="sharedlibs-intradeps">
5931         <heading>Dependencies between the packages of the same library</heading>
5932
5933         <p>
5934           Typically the development version should have an exact
5935           version dependency on the runtime library, to make sure that
5936           compilation and linking happens correctly.  The
5937           <tt>${binary:Version}</tt> substitution variable can be
5938           useful for this purpose.
5939           <footnote>
5940             Previously, <tt>${Source-Version}</tt> was used, but its name
5941             was confusing and it has been deprecated since dpkg 1.13.19.
5942           </footnote>
5943         </p>
5944       </sect>
5945
5946       <sect id="sharedlibs-depends">
5947         <heading>Dependencies between the library and other
5948           packages</heading>
5949
5950         <p>
5951           If a package contains a binary or library which links to a
5952           shared library, we must ensure that, when the package is
5953           installed on the system, all of the libraries needed are also
5954           installed.  These dependencies must be added to the binary
5955           package when it is built, since they may change based on which
5956           version of a shared library the binary or library was linked
5957           with even if there are no changes to the source of the binary
5958           (for example, symbol versions change, macros become functions or
5959           vice versa, or the binary package may determine at compile-time
5960           whether new library interfaces are available and can be called).
5961           To allow these dependencies to be constructed, shared libraries
5962           must provide either a <file>symbols</file> file or
5963           a <file>shlibs</file> file.  These provide information on the
5964           package dependencies required to ensure the presence of
5965           interfaces provided by this library.  Any package with binaries
5966           or libraries linking to a shared library must use these files to
5967           determine the required dependencies when it is built.  Other
5968           packages which use a shared library (for example using
5969           <tt>dlopen()</tt>) should compute appropriate dependencies
5970           using these files at build time as well.
5971         </p>
5972
5973         <p>
5974           The two mechanisms differ in the degree of detail that they
5975           provide.  A <file>symbols</file> file documents, for each symbol
5976           exported by a library, the minimal version of the package any
5977           binary using this symbol will need.  This is typically the
5978           version of the package in which the symbol was introduced.  This
5979           information permits detailed analysis of the symbols used by a
5980           particular package and construction of an accurate dependency,
5981           but it requires the package maintainer to track more information
5982           about the shared library.
5983         </p>
5984
5985         <p>
5986           A <file>shlibs</file> file, in contrast, only documents the last
5987           time the library ABI changed in any way.  It only provides
5988           information about the library as a whole, not individual
5989           symbols.  When a package is built using a shared library with
5990           only a <file>shlibs</file> file, the generated dependency will
5991           require a version of the shared library equal to or newer than
5992           the version of the last ABI change.  This generates
5993           unnecessarily restrictive dependencies compared
5994           to <file>symbols</file> files if none of the symbols used by the
5995           package have changed.  This, in turn, may make upgrades
5996           needlessly complex and unnecessarily restrict use of the package
5997           on systems with older versions of the shared libraries.
5998         </p>
5999
6000         <p>
6001           <file>shlibs</file> files also only support a limited range of
6002           library SONAMEs, making it difficult to use <file>shlibs</file>
6003           files in some unusual corner cases.<footnote>
6004             A <file>shlibs</file> file represents an SONAME as a library
6005             name and version number, such as <tt>libfoo VERSION</tt>,
6006             instead of recording the actual SONAME.  If the SONAME doesn't
6007             match one of the two expected formats
6008             (<tt>libfoo-VERSION.so</tt> or <tt>libfoo.so.VERSION</tt>), it
6009             cannot be represented.
6010           </footnote>
6011         </p>
6012
6013         <p>
6014           <file>symbols</file> files are therefore recommended for most
6015           shared library packages since they provide more accurate
6016           dependencies.  For most C libraries, the additional detail
6017           required by <file>symbols</file> files is not too difficult to
6018           maintain.  However, maintaining exhaustive symbols information
6019           for a C++ library can be quite onerous, so <file>shlibs</file>
6020           files may be more appropriate for most C++ libraries.  Libraries
6021           with a corresponding udeb must also provide
6022           a <file>shlibs</file> file, since the udeb infrastructure does
6023           not use <file>symbols</file> files.
6024         </p>
6025
6026         <sect1 id="dpkg-shlibdeps">
6027           <heading>Generating dependencies on shared libraries</heading>
6028
6029           <p>
6030             When a package that contains any shared libraries or compiled
6031             binaries is built, it must run <prgn>dpkg-shlibdeps</prgn> on
6032             each shared library and compiled binary to determine the
6033             libraries used and hence the dependencies needed by the
6034             package.<footnote>
6035               <prgn>dpkg-shlibdeps</prgn> will use a program
6036               like <prgn>objdump</prgn> or <prgn>readelf</prgn> to find
6037               the libraries and the symbols in those libraries directly
6038               needed by the binaries or shared libraries in the package.
6039             </footnote>
6040             To do this, put a call to <prgn>dpkg-shlibdeps</prgn> into
6041             your <file>debian/rules</file> file in the source package.
6042             List all of the compiled binaries, libraries, or loadable
6043             modules in your package.<footnote>
6044               The easiest way to call <prgn>dpkg-shlibdeps</prgn>
6045               correctly is to use a package helper framework such
6046               as <package>debhelper</package>.  If you are
6047               using <package>debhelper</package>,
6048               the <prgn>dh_shlibdeps</prgn> program will do this work for
6049               you.  It will also correctly handle multi-binary packages.
6050             </footnote>
6051             <prgn>dpkg-shlibdeps</prgn> will use the <file>symbols</file>
6052             or <file>shlibs</file> files installed by the shared libraries
6053             to generate dependency information.  The package must then
6054             provide a substitution variable into which the discovered
6055             dependency information can be placed.
6056           </p>
6057
6058           <p>
6059             If you are creating a udeb for use in the Debian Installer,
6060             you will need to specify that <prgn>dpkg-shlibdeps</prgn>
6061             should use the dependency line of type <tt>udeb</tt> by adding
6062             the <tt>-tudeb</tt> option<footnote>
6063               <prgn>dh_shlibdeps</prgn> from the <tt>debhelper</tt> suite
6064               will automatically add this option if it knows it is
6065               processing a udeb.
6066             </footnote>. If there is no dependency line of
6067             type <tt>udeb</tt> in the <file>shlibs</file>
6068             file, <prgn>dpkg-shlibdeps</prgn> will fall back to the
6069             regular dependency line.
6070           </p>
6071
6072           <p>
6073             <prgn>dpkg-shlibdeps</prgn> puts the dependency information
6074             into the <file>debian/substvars</file> file by default, which
6075             is then used by <prgn>dpkg-gencontrol</prgn>.  You will need
6076             to place a <tt>${shlibs:Depends}</tt> variable in
6077             the <tt>Depends</tt> field in the control file of every binary
6078             package built by this source package that contains compiled
6079             binaries, libraries, or loadable modules.  If you have
6080             multiple binary packages, you will need to
6081             call <prgn>dpkg-shlibdeps</prgn> on each one which contains
6082             compiled libraries or binaries.  For example, you could use
6083             the <tt>-T</tt> option to the <tt>dpkg</tt> utilities to
6084             specify a different <file>substvars</file> file for each
6085             binary package.<footnote>
6086               Again, <prgn>dh_shlibdeps</prgn>
6087               and <prgn>dh_gencontrol</prgn> will handle everything except
6088               the addition of the variable to the control file for you if
6089               you're using <package>debhelper</package>, including
6090               generating separate <file>substvars</file> files for each
6091               binary package and calling <prgn>dpkg-gencontrol</prgn> with
6092               the appropriate flags.
6093             </footnote>
6094           </p>
6095
6096           <p>
6097             For more details on <prgn>dpkg-shlibdeps</prgn>,
6098             see <manref name="dpkg-shlibdeps" section="1">.
6099           </p>
6100
6101           <p>
6102             We say that a binary <tt>foo</tt> <em>directly</em> uses a
6103             library <tt>libbar</tt> if it is explicitly linked with that
6104             library (that is, the library is listed in the
6105             ELF <tt>NEEDED</tt> attribute, caused by adding <tt>-lbar</tt>
6106             to the link line when the binary is created).  Other libraries
6107             that are needed by <tt>libbar</tt> are
6108             linked <em>indirectly</em> to <tt>foo</tt>, and the dynamic
6109             linker will load them automatically when it
6110             loads <tt>libbar</tt>.  A package should depend on the
6111             libraries it directly uses, but not the libraries it only uses
6112             indirectly.  The dependencies for the libraries used
6113             directly will automatically pull in the indirectly-used
6114             libraries.  <prgn>dpkg-shlibdeps</prgn> will handle this logic
6115             automatically, but package maintainers need to be aware of
6116             this distinction between directly and indirectly using a
6117             library if they have to override its results for some reason.
6118             <footnote>
6119               A good example of where this helps is the following.  We
6120               could update <tt>libimlib</tt> with a new version that
6121               supports a new revision of a graphics format called dgf (but
6122               retaining the same major version number) and depends on a
6123               new library package <package>libdgf4</package> instead of
6124               the older <package>libdgf3</package>.  If we
6125               used <prgn>ldd</prgn> to add dependencies for every library
6126               directly or indirectly linked with a binary, every package
6127               that uses <tt>libimlib</tt> would need to be recompiled so
6128               it would also depend on <package>libdgf4</package> in order
6129               to retire the older <package>libdgf3</package> package.
6130               Since dependencies are only added based on
6131               ELF <tt>NEEDED</tt> attribute, packages
6132               using <tt>libimlib</tt> can rely on <tt>libimlib</tt> itself
6133               having the dependency on an appropriate version
6134               of <tt>libdgf</tt> and do not need rebuilding.
6135             </footnote>
6136           </p>
6137         </sect1>
6138
6139         <sect1 id="sharedlibs-updates">
6140           <heading>Shared library ABI changes</heading>
6141
6142           <p>
6143             Maintaining a shared library package using
6144             either <file>symbols</file> or <file>shlibs</file> files
6145             requires being aware of the exposed ABI of the shared library
6146             and any changes to it.  Both <file>symbols</file>
6147             and <file>shlibs</file> files record every change to the ABI
6148             of the shared library; <file>symbols</file> files do so per
6149             public symbol, whereas <file>shlibs</file> files record only
6150             the last change for the entire library.
6151           </p>
6152
6153           <p>
6154             There are two types of ABI changes: ones that are
6155             backward-compatible and ones that are not.  An ABI change is
6156             backward-compatible if any reasonable program or library that
6157             was linked with the previous version of the shared library
6158             will still work correctly with the new version of the shared
6159             library.<footnote>
6160               An example of an "unreasonable" program is one that uses
6161               library interfaces that are documented as internal and
6162               unsupported.  If the only programs or libraries affected by
6163               a change are "unreasonable" ones, other techniques, such as
6164               declaring <tt>Breaks</tt> relationships with affected
6165               packages or treating their usage of the library as bugs in
6166               those packages, may be appropriate instead of changing the
6167               SONAME.  However, the default approach is to change the
6168               SONAME for any change to the ABI that could break a program.
6169             </footnote>
6170             Adding new symbols to the shared library is a
6171             backward-compatible change.  Removing symbols from the shared
6172             library is not.  Changing the behavior of a symbol may or may
6173             not be backward-compatible depending on the change; for
6174             example, changing a function to accept a new enum constant not
6175             previously used by the library is generally
6176             backward-compatible, but changing the members of a struct that
6177             is passed into library functions is generally not unless the
6178             library takes special precautions to accept old versions of
6179             the data structure.
6180           </p>
6181
6182           <p>
6183             ABI changes that are not backward-compatible normally require
6184             changing the <tt>SONAME</tt> of the library and therefore the
6185             shared library package name, which forces rebuilding all
6186             packages using that shared library to update their
6187             dependencies and allow them to use the new version of the
6188             shared library.  For more information,
6189             see <ref id="sharedlibs-runtime">.  The remainder of this
6190             section will deal with backward-compatible changes.
6191           </p>
6192
6193           <p>
6194             Backward-compatible changes require either updating or
6195             recording the <var>minimal-version</var> for that symbol
6196             in <file>symbols</file> files or updating the version in
6197             the <var>dependencies</var> in <file>shlibs</file> files.  For
6198             more information on how to do this in the two formats, see
6199             <ref id="symbols"> and <ref id="shlibs">.  Below are general
6200             rules that apply to both files.
6201           </p>
6202
6203           <p>
6204             The easy case is when a public symbol is added.  Simply add
6205             the version at which the symbol was introduced
6206             (for <file>symbols</file> files) or update the dependency
6207             version (for <file>shlibs</file>) files.  But special care
6208             should be taken to update dependency versions when the
6209             behavior of a public symbol changes.  This is easy to neglect,
6210             since there is no automated method of determining such
6211             changes, but failing to update versions in this case may
6212             result in binary packages with too-weak dependencies that will
6213             fail at runtime, possibly in ways that can cause security
6214             vulnerabilities.  If the package maintainer believes that a
6215             symbol behavior change may have occurred but isn't sure, it's
6216             safer to update the version rather than leave it unmodified.
6217             This may result in unnecessarily strict dependencies, but it
6218             ensures that packages whose dependencies are satisfied will
6219             work properly.
6220           </p>
6221
6222           <p>
6223             A common example of when a change to the dependency version
6224             is required is a function that takes an enum or struct
6225             argument that controls what the function does.  For example:
6226             <example>
6227               enum library_op { OP_FOO, OP_BAR };
6228               int library_do_operation(enum library_op);
6229             </example>
6230             If a new operation, <tt>OP_BAZ</tt>, is added,
6231             the <var>minimal-version</var>
6232             of <tt>library_do_operation</tt> (for <file>symbols</file>
6233             files) or the version in the dependency for the shared library
6234             (for <file>shlibs</file> files) must be increased to the
6235             version at which <tt>OP_BAZ</tt> was introduced.  Otherwise, a
6236             binary built against the new version of the library (having
6237             detected at compile-time that the library
6238             supports <tt>OP_BAZ</tt>) may be installed with a shared
6239             library that doesn't support <tt>OP_BAZ</tt> and will fail at
6240             runtime when it tries to pass <tt>OP_BAZ</tt> into this
6241             function.
6242           </p>
6243
6244           <p>
6245             Dependency versions in either <file>symbols</file>
6246             or <file>shlibs</file> files normally should not contain the
6247             Debian revision of the package, since the library behavior is
6248             normally fixed for a particular upstream version and any
6249             Debian packaging of that upstream version will have the same
6250             behavior.  In the rare case that the library behavior was
6251             changed in a particular Debian revision, appending <tt>~</tt>
6252             to the end of the version that includes the Debian revision is
6253             recommended, since this allows backports of the shared library
6254             package using the normal backport versioning convention to
6255             satisfy the dependency.
6256           </p>
6257         </sect1>
6258
6259         <sect1 id="sharedlibs-symbols">
6260           <heading>The <tt>symbols</tt> system</heading>
6261
6262           <p>
6263             In the following sections, we will first describe where the
6264             various <file>symbols</file> files are to be found, then
6265             the <file>symbols</file> file format, and finally how to
6266             create <file>symbols</file> files if your package contains a
6267             shared library.
6268           </p>
6269
6270           <sect2 id="symbols-paths">
6271             <heading>The <file>symbols</file> files present on the
6272               system</heading>
6273
6274             <p>
6275               <file>symbols</file> files for a shared library are normally
6276               provided by the shared library package as a control file,
6277               but there are several override paths that are checked first
6278               in case that information is wrong or missing.  The following
6279               list gives them in the order in which they are read
6280               by <prgn>dpkg-shlibdeps</prgn> The first one that contains
6281               the required information is used.
6282               <list>
6283                 <item>
6284                   <p><file>debian/*/DEBIAN/symbols</file></p>
6285
6286                   <p>
6287                     During the package build, if the package itself
6288                     contains shared libraries with <file>symbols</file>
6289                     files, they will be generated in these staging
6290                     directories by <prgn>dpkg-gensymbols</prgn>
6291                     (see <ref id="providing-symbols">).  <file>symbols</file>
6292                     files found in the build tree take precedence
6293                     over <file>symbols</file> files from other binary
6294                     packages.
6295                   </p>
6296
6297                   <p>
6298                     These files must exist
6299                     before <prgn>dpkg-shlibdeps</prgn> is run or the
6300                     dependencies of binaries and libraries from a source
6301                     package on other libraries from that same source
6302                     package will not be correct.  In practice, this means
6303                     that <prgn>dpkg-gensymbols</prgn> must be run
6304                     before <prgn>dpkg-shlibdeps</prgn> during the package
6305                     build.<footnote>
6306                       An example may clarify.  Suppose the source
6307                       package <tt>foo</tt> generates two binary
6308                       packages, <tt>libfoo2</tt> and <tt>foo-runtime</tt>.
6309                       When building the binary packages, the contents of
6310                       the packages are staged in the
6311                       directories <file>debian/libfoo2</file>
6312                       and <file>debian/foo-runtime</file> respectively.
6313                       (<file>debian/tmp</file> could be used instead of
6314                       one of these.)  Since <tt>libfoo2</tt> provides
6315                       the <tt>libfoo</tt> shared library, it will contain
6316                       a <tt>symbols</tt> file, which will be installed
6317                       in <file>debian/libfoo2/DEBIAN/symbols</file>,
6318                       eventually to be included as a control file in that
6319                       package.  When <prgn>dpkg-shlibdeps</prgn> is run on
6320                       the
6321                       executable <file>debian/foo-runtime/usr/bin/foo-prog</file>,
6322                       it will examine
6323                       the <file>debian/libfoo2/DEBIAN/symbols</file> file
6324                       to determine whether <tt>foo-prog</tt>'s library
6325                       dependencies are satisfied by any of the libraries
6326                       provided by <tt>libfoo2</tt>.  Since those binaries
6327                       were linked against the just-built shared library as
6328                       part of the build process, the <file>symbols</file>
6329                       file for the newly-built <tt>libfoo2</tt> must take
6330                       precedence over a <file>symbols</file> file for any
6331                       other <tt>libfoo2</tt> package already installed on
6332                       the system.
6333                     </footnote>
6334                   </p>
6335                 </item>
6336
6337                 <item>
6338                   <p>
6339                     <file>/etc/dpkg/symbols/<var>package</var>.symbols.<var>arch</var></file>
6340                     and <file>/etc/dpkg/symbols/<var>package</var>.symbols</file>
6341                   </p>
6342
6343                   <p>
6344                     Per-system overrides of shared library dependencies.
6345                     These files normally do not exist.  They are
6346                     maintained by the local system administrator and must
6347                     not be created by any Debian package.
6348                   </p>
6349                 </item>
6350
6351                 <item>
6352                   <p><file>symbols</file> control files for packages
6353                     installed on the system</p>
6354
6355                   <p>
6356                     The <file>symbols</file> control files for all the
6357                     packages currently installed on the system are
6358                     searched last.  This will be the most common source of
6359                     shared library dependency information.  These are
6360                     normally found
6361                     in <file>/var/lib/dpkg/info/*.symbols</file>, but
6362                     packages should not rely on this and instead should
6363                     use <tt>dpkg-query --control-path <var>package</var>
6364                     symbols</tt> if for some reason these files need to be
6365                     examined.
6366                   </p>
6367                 </item>
6368               </list>
6369             </p>
6370
6371             <p>
6372               Be aware that if a <file>debian/shlibs.local</file> exists
6373               in the source package, it will override
6374               any <file>symbols</file> files.  This is the only case where
6375               a <file>shlibs</file> is used despite <file>symbols</file>
6376               files being present.  See <ref id="shlibs-paths">
6377               and <ref id="sharedlibs-shlibdeps"> for more information.
6378             </p>
6379           </sect2>
6380
6381           <sect2 id="symbols">
6382             <heading>The <file>symbols</file> File Format</heading>
6383
6384             <p>
6385               The following documents the format of
6386               the <file>symbols</file> control file as included in binary
6387               packages.  These files are built from
6388               template <file>symbols</file> files in the source package
6389               by <prgn>dpkg-gensymbols</prgn>.  The template files support
6390               a richer syntax that allows <prgn>dpkg-gensymbols</prgn> to
6391               do some of the tedious work involved in
6392               maintaining <file>symbols</file> files, such as handling C++
6393               symbols or optional symbols that may not exist on particular
6394               architectures.  When writing <file>symbols</file> files for
6395               a shared library package, refer
6396               to <manref name="dpkg-gensymbols" section="1"> for the
6397               richer syntax.
6398             </p>
6399
6400             <p>
6401               A <file>symbols</file> may contain one or more entries, one
6402               for each shared library contained in the package
6403               corresponding to that <file>symbols</file>.  Each entry has
6404               the following format:
6405             </p>
6406
6407             <p>
6408               <example>
6409                 <var>library-soname</var> <var>main-dependency-template</var>
6410                 [| <var>alternative-dependency-template</var>]
6411                 [...]
6412                 [* <var>field-name</var>: <var>field-value</var>]
6413                 [...]
6414                 <var>symbol</var> <var>minimal-version</var>[ <var>id-of-dependency-template</var> ]
6415               </example>
6416             </p>
6417
6418             <p>
6419               To explain this format, we'll use the the <tt>zlib1g</tt>
6420               package as an example, which (at the time of writing)
6421               installs the shared
6422               library <file>/usr/lib/libz.so.1.2.3.4</file>.  Mandatory
6423               lines will be described first, followed by optional lines.
6424             </p>
6425
6426             <p>
6427               <var>library-soname</var> must contain exactly the value of
6428               the ELF <tt>SONAME</tt> attribute of the shared library.  In
6429               our example, this is <tt>libz.so.1</tt>.<footnote>
6430                 This can be determined by using the command
6431                 <example compact="compact">
6432                   readelf -d /usr/lib/libz.so.1.2.3.4 | grep SONAME
6433                 </example>
6434               </footnote>
6435             </p>
6436
6437             <p>
6438               <var>main-dependency-template</var> has the same syntax as a
6439               dependency field in a binary package control file, except
6440               that the string <tt>#MINVER#</tt> is replaced by a version
6441               restriction like <tt>(>= <var>version</var>)</tt> or by
6442               nothing if an unversioned dependency is deemed sufficient.
6443               The version restriction will be based on which symbols from
6444               the shared library are referenced and the version at which
6445               they were introduced (see below).  In nearly all
6446               cases, <var>main-dependency-template</var> will
6447               be <tt><var>package</var> #MINVER#</tt>,
6448               where <var>package</var> is the name of the binary package
6449               containing the shared library.  This adds a simple,
6450               possibly-versioned dependency on the shared library package.
6451               In some rare cases, such as when multiple packages provide
6452               the same shared library ABI, the dependency template may
6453               need to be more complex.
6454             </p>
6455
6456             <p>
6457               In our example, the first line of
6458               the <tt>zlib1g</tt> <file>symbols</file> file would be:
6459               <example compact="compact">
6460                 libz.so.1 zlib1g #MINVER#
6461               </example>
6462             </p>
6463
6464             <p>
6465               Each public symbol exported by the shared library must have
6466               a corresponding symbol line, indented by one
6467               space.  <var>symbol</var> is the exported symbol (which, for
6468               C++, means the mangled symbol) followed by <tt>@</tt> and
6469               the symbol version, or the string <tt>Base</tt> if there is
6470               no symbol version.  <var>minimal-version</var> is the most
6471               recent version of the shared library that changed the
6472               behavior of that symbol, whether by adding it, changing its
6473               function signature (the parameters, their types, or the
6474               return type), or changing its behavior in a way that is
6475               visible to a caller.
6476               <var>id-of-dependency-template</var> is an optional
6477               field that references
6478               an <var>alternative-dependency-template</var>; see below for
6479               a full description.
6480             </p>
6481
6482             <p>
6483               For example, <tt>libz.so.1</tt> contains the
6484               symbols <tt>compress</tt>
6485               and <tt>compressBound</tt>.  <tt>compress</tt> has no symbol
6486               version and last changed its behavior in upstream
6487               version <tt>1:1.1.4</tt>.  <tt>compressBound</tt> has the
6488               symbol version <tt>ZLIB_1.2.0</tt>, was introduced in
6489               upstream version <tt>1:1.2.0</tt>, and has not changed its
6490               behavior.  Its <file>symbols</file> file therefore contains
6491               the lines:
6492               <example compact="compact">
6493                 compress@Base 1:1.1.4
6494                 compressBound@ZLIB_1.2.0 1:1.2.0
6495               </example>
6496               Packages using only <tt>compress</tt> would then get a
6497               dependency on <tt>zlib1g (>= 1:1.1.4)</tt>, but packages
6498               using <tt>compressBound</tt> would get a dependency
6499               on <tt>zlib1g (>= 1:1.2.0)</tt>.
6500             </p>
6501
6502             <p>
6503               One or more <var>alternative-dependency-template</var> lines
6504               may be provided.  These are used in cases where some symbols
6505               in the shared library should use one dependency template
6506               while others should use a different template.  The
6507               alternative dependency templates are used only if a symbol
6508               line contains the <var>id-of-dependency-template</var>
6509               field.  The first alternative dependency template is
6510               numbered 1, the second 2, and so forth.<footnote>
6511                 An example of where this may be needed is with a library
6512                 that implements the libGL interface.  All GL
6513                 implementations provide the same set of base interfaces,
6514                 and then may provide some additional interfaces only used
6515                 by programs that require that specific GL implementation.
6516                 So, for example, libgl1-mesa-glx may use the
6517                 following <file>symbols</file> file:
6518                 <example>
6519                   libGL.so.1 libgl1
6520                   | libgl1-mesa-glx #MINVER#
6521                   publicGlSymbol@Base 6.3-1
6522                   [...]
6523                   implementationSpecificSymbol@Base 6.5.2-7 1
6524                   [...]
6525                 </example>
6526                 Binaries or shared libraries using
6527                 only <tt>publicGlSymbol</tt> would depend only
6528                 on <tt>libgl1</tt> (which may be provided by multiple
6529                 packages), but ones
6530                 using <tt>implementationSpecificSymbol</tt> would get a
6531                 dependency on <tt>libgl1-mesa-glx (>= 6.5.2-7)</tt>
6532               </footnote>
6533             </p>
6534
6535             <p>
6536               Finally, the entry for the library may contain one or more
6537               metadata fields.  Currently, the only
6538               supported <var>field-name</var>
6539               is <tt>Build-Depends-Package</tt>, whose value lists
6540               the <qref id="sharedlibs-dev">library development
6541               package</qref> on which packages using this shared library
6542               declare a build dependency.  If this field is
6543               present, <prgn>dpkg-shlibdeps</prgn> uses it to ensure that
6544               the resulting binary package dependency on the shared
6545               library is at least as strict as the source package
6546               dependency on the shared library development
6547               package.<footnote>
6548                 This field should normally not be necessary, since if the
6549                 behavior of any symbol has changed, the corresponding
6550                 symbol <var>minimal-version</var> should have been
6551                 increased.  But including it makes the <tt>symbols</tt>
6552                 system more robust by tightening the dependency in cases
6553                 where the package using the shared library specifically
6554                 requires at least a particular version of the shared
6555                 library development package for some reason.
6556               </footnote>
6557               For our example, the <tt>zlib1g</tt> <file>symbols</file>
6558               file would contain:
6559               <example compact="compact">
6560                 * Build-Depends-Package: zlib1g-dev
6561               </example>
6562             </p>
6563
6564             <p>
6565               Also see <manref name="deb-symbols" section="5">.
6566             </p>
6567           </sect2>
6568
6569           <sect2 id="providing-symbols">
6570             <heading>Providing a <file>symbols</file> file</heading>
6571
6572             <p>
6573               If your package provides a shared library, you should
6574               arrange to include a <file>symbols</file> control file
6575               following the format described above in that package.  You
6576               must include either a <file>symbols</file> control file or
6577               a <file>shlibs</file> control file.
6578             </p>
6579
6580             <p>
6581               Normally, this is done by creating a <file>symbols</file> in
6582               the source package
6583               named <file>debian/<var>package</var>.symbols</file>
6584               or <file>debian/symbols</file>, possibly
6585               with <file>.<var>arch</var></file> appended if the symbols
6586               information varies by architecture.  This file may use the
6587               extended syntax documented in <manref name="dpkg-gensymbols"
6588               section="1">.  Then, call <prgn>dpkg-gensymbols</prgn> as
6589               part of the package build process.  It will
6590               create <file>symbols</file> files in the package staging
6591               area based on the binaries and libraries in the package
6592               staging area and the <file>symbols</file> files in the
6593               source package.<footnote>
6594                 If you are
6595                 using <tt>debhelper</tt>, <prgn>dh_makeshlibs</prgn> will
6596                 take care of calling either <prgn>dpkg-gensymbols</prgn>
6597                 or generating a <file>shlibs</file> file as appropriate.
6598               </footnote>
6599             </p>
6600
6601             <p>
6602               Packages that provide <file>symbols</file> files must keep
6603               them up-to-date to ensure correct dependencies in packages
6604               that use the shared libraries.  This means updating
6605               the <file>symbols</file> file whenever a new public symbol
6606               is added, changing the <var>minimal-version</var> field
6607               whenever a symbol changes behavior or signature in a
6608               backward-compatible way (see <ref id="sharedlibs-updates">),
6609               and changing the <var>library-soname</var>
6610               and <var>main-dependency-template</var>, and probably all of
6611               the <var>minimal-version</var> fields, when the library
6612               changes <tt>SONAME</tt>.  Removing a public symbol from
6613               the <file>symbols</file> file because it's no longer
6614               provided by the library normally requires changing
6615               the <tt>SONAME</tt> of the library.
6616               See <ref id="sharedlibs-runtime"> for more information
6617               on <tt>SONAME</tt>s.
6618             </p>
6619           </sect2>
6620         </sect1>
6621
6622         <sect1 id="sharedlibs-shlibdeps">
6623           <heading>The <tt>shlibs</tt> system</heading>
6624
6625           <p>
6626             The <tt>shlibs</tt> system is a simpler alternative to
6627             the <tt>symbols</tt> system for declaring dependencies for
6628             shared libraries.  It may be more appropriate for C++
6629             libraries and other cases where tracking individual symbols is
6630             too difficult.  It predated the <tt>symbols</tt> system and is
6631             therefore frequently seen in older packages.  It is also
6632             required for udebs, which do not support <tt>symbols</tt>.
6633           </p>
6634
6635           <p>
6636             In the following sections, we will first describe where the
6637             various <file>shlibs</file> files are to be found, then how to
6638             use <prgn>dpkg-shlibdeps</prgn>, and finally
6639             the <file>shlibs</file> file format and how to create them.
6640           </p>
6641
6642           <sect2 id="shlibs-paths">
6643             <heading>The <file>shlibs</file> files present on the
6644               system</heading>
6645
6646             <p>
6647               There are several places where <tt>shlibs</tt> files are
6648               found.  The following list gives them in the order in which
6649               they are read by <prgn>dpkg-shlibdeps</prgn>.  (The first
6650               one which gives the required information is used.)
6651               <list>
6652                 <item>
6653                   <p><file>debian/shlibs.local</file></p>
6654
6655                   <p>
6656                     This lists overrides for this package.  This file
6657                     should normally not be used, but may be needed
6658                     temporarily in unusual situations to work around bugs
6659                     in other packages, or in unusual cases where the
6660                     normally declared dependency information in the
6661                     installed <file>shlibs</file> file for a library
6662                     cannot be used.  This file overrides information
6663                     obtained from any other source.
6664                   </p>
6665                 </item>
6666
6667                 <item>
6668                   <p><file>/etc/dpkg/shlibs.override</file></p>
6669
6670                   <p>
6671                     This lists global overrides.  This list is normally
6672                     empty.  It is maintained by the local system
6673                     administrator.
6674                   </p>
6675                 </item>
6676
6677                 <item>
6678                   <p><file>DEBIAN/shlibs</file> files in the "build
6679                     directory"</p>
6680
6681                   <p>
6682                     These files are generated as part of the package build
6683                     process and staged for inclusion as control files in
6684                     the binary packages being built.  They provide details
6685                     of any shared libraries included in the same package.
6686                   </p>
6687                 </item>
6688
6689                 <item>
6690                   <p><file>shlibs</file> control files for packages
6691                     installed on the system</p>
6692
6693                   <p>
6694                     The <file>shlibs</file> control files for all the
6695                     packages currently installed on the system.  These are
6696                     normally found
6697                     in <file>/var/lib/dpkg/info/*.symbols</file>, but
6698                     packages should not rely on this and instead should
6699                     use <tt>dpkg-query --control-path <var>package</var>
6700                     shlibs</tt> if for some reason these files need to be
6701                     examined.
6702                   </p>
6703                 </item>
6704
6705                 <item>
6706                   <p><file>/etc/dpkg/shlibs.default</file></p>
6707
6708                   <p>
6709                     This file lists any shared libraries whose packages
6710                     have failed to provide correct <file>shlibs</file>
6711                     files.  It was used when the <file>shlibs</file> setup
6712                     was first introduced, but it is now normally empty.
6713                     It is maintained by the <tt>dpkg</tt> maintainer.
6714                   </p>
6715                 </item>
6716               </list>
6717             </p>
6718
6719             <p>
6720               If a <file>symbols</file> file for a shared library package
6721               is available, <prgn>dpkg-shlibdeps</prgn> will always use it
6722               in preference to a <file>shlibs</file>, with the exception
6723               of <file>debian/shlibs.local</file>.  The latter overrides
6724               any other <file>shlibs</file> or <file>symbols</file> files.
6725             </p>
6726           </sect2>
6727
6728           <sect2 id="shlibs">
6729             <heading>The <file>shlibs</file> File Format</heading>
6730
6731             <p>
6732               Each <file>shlibs</file> file has the same format.  Lines
6733               beginning with <tt>#</tt> are considered to be comments and
6734               are ignored.  Each line is of the form:
6735               <example compact="compact">
6736                 [<var>type</var>: ]<var>library-name</var> <var>soname-version</var> <var>dependencies ...</var>
6737               </example>
6738             </p>
6739
6740             <p>
6741               We will explain this by reference to the example of the
6742               <tt>zlib1g</tt> package, which (at the time of writing)
6743               installs the shared
6744               library <file>/usr/lib/libz.so.1.2.3.4</file>.
6745             </p>
6746
6747             <p>
6748               <var>type</var> is an optional element that indicates the
6749               type of package for which the line is valid. The only type
6750               currently in use is <tt>udeb</tt>.  The colon and space
6751               after the type are required.
6752             </p>
6753
6754             <p>
6755               <var>library-name</var> is the name of the shared library,
6756               in this case <tt>libz</tt>.  (This must match the name part
6757               of the soname, see below.)
6758             </p>
6759
6760             <p>
6761               <var>soname-version</var> is the version part of the
6762               ELF <tt>SONAME</tt> attribute of the library, determined the
6763               same way that the <var>soversion</var> component of the
6764               recommended shared library package name is determined.
6765               See <ref id="sharedlibs-runtime"> for the details.
6766             </p>
6767
6768             <p>
6769               <var>dependencies</var> has the same syntax as a dependency
6770               field in a binary package control file.  It should give
6771               details of which packages are required to satisfy a binary
6772               built against the version of the library contained in the
6773               package.  See <ref id="depsyntax"> for details on the
6774               syntax, and <ref id="sharedlibs-updates"> for details on how
6775               to maintain the dependency version constraint.
6776             </p>
6777
6778             <p>
6779               In our example, if the last change to the <tt>zlib1g</tt>
6780               package that could change behavior for a client of that
6781               library was in version <tt>1:1.2.3.3.dfsg-1</tt>, then
6782               the <tt>shlibs</tt> entry for this library could say:
6783               <example compact="compact">
6784                 libz 1 zlib1g (>= 1:1.2.3.3.dfsg)
6785               </example>
6786               This version restriction must be new enough that any binary
6787               built against the current version of the library will work
6788               with any version of the shared library that satisfies that
6789               dependency.
6790             </p>
6791
6792             <p>
6793               As zlib1g also provides a udeb containing the shared
6794               library, there would also be a second line:
6795               <example compact="compact">
6796                 udeb: libz 1 zlib1g-udeb (>= 1:1.2.3.3.dfsg)
6797               </example>
6798             </p>
6799           </sect2>
6800
6801           <sect2>
6802             <heading>Providing a <file>shlibs</file> file</heading>
6803
6804             <p>
6805               To provide a <file>shlibs</file> file for a shared library
6806               binary package, create a <file>shlibs</file> file following
6807               the format described above and place it in
6808               the <file>DEBIAN</file> directory for that package during
6809               the build.  It will then be included as a control file for
6810               that package<footnote>
6811                 This is what <prgn>dh_makeshlibs</prgn> in
6812                 the <package>debhelper</package> suite does. If your
6813                 package also has a udeb that provides a shared
6814                 library, <prgn>dh_makeshlibs</prgn> can automatically
6815                 generate the <tt>udeb:</tt> lines if you specify the name
6816                 of the udeb with the <tt>--add-udeb</tt> option.
6817               </footnote>.
6818             </p>
6819
6820             <p>
6821               Since <prgn>dpkg-shlibdeps</prgn> reads
6822               the <file>DEBIAN/shlibs</file> files in all of the binary
6823               packages being built from this source package, all of
6824               the <file>DEBIAN/shlibs</file> files should be installed
6825               before <prgn>dpkg-shlibdeps</prgn> is called on any of the
6826               binary packages.
6827             </p>
6828           </sect2>
6829         </sect1>
6830       </sect>
6831     </chapt>
6832
6833
6834     <chapt id="opersys"><heading>The Operating System</heading>
6835
6836       <sect>
6837         <heading>File system hierarchy</heading>
6838
6839
6840         <sect1 id="fhs">
6841           <heading>File System Structure</heading>
6842
6843           <p>
6844             The location of all files and directories must comply with the
6845             Filesystem Hierarchy Standard (FHS), version 2.3, with the
6846             exceptions noted below, and except where doing so would
6847             violate other terms of Debian Policy.  The following
6848             exceptions to the FHS apply:
6849
6850             <enumlist>
6851               <item>
6852                 <p>
6853                   The optional rules related to user specific
6854                   configuration files for applications are stored in
6855                   the user's home directory are relaxed.  It is
6856                   recommended that such files start with the
6857                   '<tt>.</tt>' character (a "dot file"), and if an
6858                   application needs to create more than one dot file
6859                   then the preferred placement is in a subdirectory
6860                   with a name starting with a '.' character, (a "dot
6861                   directory"). In this case it is recommended the
6862                   configuration files not start with the '.'
6863                   character.
6864                 </p>
6865               </item>
6866               <item>
6867                 <p>
6868                   The requirement for amd64 to use <file>/lib64</file>
6869                   for 64 bit binaries is removed.
6870                 </p>
6871               </item>
6872               <item>
6873                 <p>
6874                   The requirement for object files, internal binaries, and
6875                   libraries, including <file>libc.so.*</file>, to be located
6876                   directly under <file>/lib{,32}</file> and
6877                   <file>/usr/lib{,32}</file> is amended, permitting files
6878                   to instead be installed to
6879                   <file>/lib/<var>triplet</var></file> and
6880                   <file>/usr/lib/<var>triplet</var></file>, where
6881                   <tt><var>triplet</var></tt> is the value returned by
6882                   <tt>dpkg-architecture -qDEB_HOST_MULTIARCH</tt> for the
6883                   architecture of the package.  Packages may <em>not</em>
6884                   install files to any <var>triplet</var> path other
6885                   than the one matching the architecture of that package;
6886                   for instance, an <tt>Architecture: amd64</tt> package
6887                   containing 32-bit x86 libraries may not install these
6888                   libraries to <file>/usr/lib/i386-linux-gnu</file>.
6889                   <footnote>
6890                     This is necessary in order to reserve the directories for
6891                     use in cross-installation of library packages from other
6892                     architectures, as part of the planned deployment of
6893                     <tt>multiarch</tt>.
6894                   </footnote>
6895                 </p>
6896                 <p>
6897                   Applications may also use a single subdirectory under
6898                   <file>/usr/lib/<var>triplet</var></file>.
6899                 </p>
6900                 <p>
6901                   The execution time linker/loader, ld*, must still be made
6902                   available in the existing location under /lib or /lib64
6903                   since this is part of the ELF ABI for the architecture.
6904                 </p>
6905               </item>
6906               <item>
6907                 <p>
6908                   The requirement that
6909                   <file>/usr/local/share/man</file> be "synonymous"
6910                   with <file>/usr/local/man</file> is relaxed to a
6911                   recommendation</p>
6912               </item>
6913               <item>
6914                 <p>
6915                   The requirement that windowmanagers with a single
6916                   configuration file call it <file>system.*wmrc</file>
6917                   is removed, as is the restriction that the window
6918                   manager subdirectory be named identically to the
6919                   window manager name itself.
6920                 </p>
6921               </item>
6922               <item>
6923                 <p>
6924                   The requirement that boot manager configuration
6925                   files live in <file>/etc</file>, or at least are
6926                   symlinked there, is relaxed to a recommendation.
6927                 </p>
6928               </item>
6929               <item>
6930                 <p>
6931                   The additional directory <file>/run</file> in the root
6932                   file system is allowed.  <file>/run</file>
6933                   replaces <file>/var/run</file>, and the
6934                   subdirectory <file>/run/lock</file>
6935                   replaces <file>/var/lock</file>, with
6936                   the <file>/var</file> directories replaced by symlinks
6937                   for backwards compatibility.  <file>/run</file>
6938                   and <file>/run/lock</file> must follow all of the
6939                   requirements in the FHS for <file>/var/run</file>
6940                   and <file>/var/lock</file>, respectively, such as file
6941                   naming conventions, file format requirements, or the
6942                   requirement that files be cleared during the boot
6943                   process.  Files and directories residing
6944                   in <file>/run</file> should be stored on a temporary
6945                   file system.
6946                 </p>
6947                 <p>
6948                   Packages must not assume the <file>/run</file>
6949                   directory exists or is usable without a dependency
6950                   on <tt>initscripts (>= 2.88dsf-13.3)</tt> until the
6951                   stable release of Debian supports <file>/run</file>.
6952                 </p>
6953               </item>
6954               <item>
6955                 <p>
6956                   The following directories in the root filesystem are
6957                   additionally allowed: <file>/sys</file> and
6958                   <file>/selinux</file>. <footnote>These directories
6959                   are used as mount points to mount virtual filesystems
6960                   to get access to kernel information.</footnote>
6961                 </p>
6962               </item>
6963               <item>
6964                 <p>
6965                   On GNU/Hurd systems, the following additional
6966                   directories are allowed in the root
6967                   filesystem: <file>/hurd</file>
6968                   and <file>/servers</file>.<footnote>
6969                     These directories are used to store translators and as
6970                     a set of standard names for mount points,
6971                     respectively.
6972                   </footnote>
6973                 </p>
6974               </item>
6975             </enumlist>
6976           </p>
6977
6978           <p>
6979             The version of this document referred here can be
6980             found in the <tt>debian-policy</tt> package or on <url
6981             id="http://www.debian.org/doc/packaging-manuals/fhs/"
6982               name="FHS (Debian copy)"> alongside this manual (or, if
6983             you have the <package>debian-policy</package> installed,
6984             you can try <url
6985               id="file:///usr/share/doc/debian-policy/fhs/" name="FHS
6986               (local copy)">). The
6987             latest version, which may be a more recent version, may
6988             be found on
6989             <url id="http://www.pathname.com/fhs/" name="FHS (upstream)">.
6990             Specific questions about following the standard may be
6991             asked on the <tt>debian-devel</tt> mailing list, or
6992             referred to the FHS mailing list (see the
6993             <url id="http://www.pathname.com/fhs/" name="FHS web site"> for
6994             more information).
6995           </p>
6996         </sect1>
6997
6998         <sect1>
6999           <heading>Site-specific programs</heading>
7000
7001           <p>
7002             As mandated by the FHS, packages must not place any
7003             files in <file>/usr/local</file>, either by putting them in
7004             the file system archive to be unpacked by <prgn>dpkg</prgn>
7005             or by manipulating them in their maintainer scripts.
7006           </p>
7007
7008           <p>
7009             However, the package may create empty directories below
7010             <file>/usr/local</file> so that the system administrator knows
7011             where to place site-specific files.  These are not
7012             directories <em>in</em> <file>/usr/local</file>, but are
7013             children of directories in <file>/usr/local</file>.  These
7014             directories (<file>/usr/local/*/dir/</file>)
7015             should be removed on package removal if they are
7016             empty.
7017           </p>
7018
7019           <p>
7020             Note that this applies only to
7021             directories <em>below</em> <file>/usr/local</file>,
7022             not <em>in</em> <file>/usr/local</file>.  Packages must
7023             not create sub-directories in the
7024             directory <file>/usr/local</file> itself, except those
7025             listed in FHS, section 4.5.  However, you may create
7026             directories below them as you wish. You must not remove
7027             any of the directories listed in 4.5, even if you created
7028             them.
7029           </p>
7030
7031           <p>
7032             Since <file>/usr/local</file> can be mounted read-only from a
7033             remote server, these directories must be created and
7034             removed by the <prgn>postinst</prgn> and <prgn>prerm</prgn>
7035             maintainer scripts and not be included in the
7036             <file>.deb</file> archive.  These scripts must not fail if
7037             either of these operations fail.
7038           </p>
7039
7040           <p>
7041             For example, the <tt>emacsen-common</tt> package could
7042             contain something like
7043             <example compact="compact">
7044 if [ ! -e /usr/local/share/emacs ]; then
7045   if mkdir /usr/local/share/emacs 2>/dev/null; then
7046     if chown root:staff /usr/local/share/emacs; then
7047       chmod 2775 /usr/local/share/emacs || true
7048     fi
7049   fi
7050 fi
7051             </example>
7052             in its <prgn>postinst</prgn> script, and
7053             <example compact="compact">
7054 rmdir /usr/local/share/emacs/site-lisp 2>/dev/null || true
7055 rmdir /usr/local/share/emacs 2>/dev/null || true
7056             </example>
7057             in the <prgn>prerm</prgn> script.  (Note that this form is
7058             used to ensure that if the script is interrupted, the
7059             directory <file>/usr/local/share/emacs</file> will still be
7060             removed.)
7061           </p>
7062
7063           <p>
7064             If you do create a directory in <file>/usr/local</file> for
7065             local additions to a package, you should ensure that
7066             settings in <file>/usr/local</file> take precedence over the
7067             equivalents in <file>/usr</file>.
7068           </p>
7069
7070           <p>
7071             However, because <file>/usr/local</file> and its contents are
7072             for exclusive use of the local administrator, a package
7073             must not rely on the presence or absence of files or
7074             directories in <file>/usr/local</file> for normal operation.
7075           </p>
7076
7077           <p>
7078             The <file>/usr/local</file> directory itself and all the
7079             subdirectories created by the package should (by default) have
7080             permissions 2775 (group-writable and set-group-id) and be
7081             owned by <tt>root:staff</tt>.
7082           </p>
7083         </sect1>
7084
7085         <sect1>
7086           <heading>The system-wide mail directory</heading>
7087           <p>
7088             The system-wide mail directory
7089             is <file>/var/mail</file>. This directory is part of the
7090             base system and should not be owned by any particular mail
7091             agents.  The use of the old
7092             location <file>/var/spool/mail</file> is deprecated, even
7093             though the spool may still be physically located there.
7094           </p>
7095         </sect1>
7096
7097         <sect1 id="fhs-run">
7098           <heading><file>/run</file> and <file>/run/lock</file></heading>
7099
7100           <p>
7101             The directory <file>/run</file> is cleared at boot, normally
7102             by being a mount point for a temporary file system.  Packages
7103             therefore must not assume that any files or directories
7104             under <file>/run</file> other than <file>/run/lock</file>
7105             exist unless the package has arranged to create those files or
7106             directories since the last reboot.  Normally, this is done by
7107             the package via an init script.  See <ref id="writing-init">
7108             for more information.
7109           </p>
7110
7111           <p>
7112             Packages must not include files or directories
7113             under <file>/run</file>, or under the
7114             older <file>/var/run</file> and <file>/var/lock</file> paths.
7115             The latter paths will normally be symlinks or other
7116             redirections to <file>/run</file> for backwards compatibility.
7117           </p>
7118         </sect1>
7119       </sect>
7120
7121       <sect>
7122         <heading>Users and groups</heading>
7123
7124         <sect1>
7125           <heading>Introduction</heading>
7126           <p>
7127             The Debian system can be configured to use either plain or
7128             shadow passwords.
7129           </p>
7130
7131           <p>
7132             Some user ids (UIDs) and group ids (GIDs) are reserved
7133             globally for use by certain packages.  Because some
7134             packages need to include files which are owned by these
7135             users or groups, or need the ids compiled into binaries,
7136             these ids must be used on any Debian system only for the
7137             purpose for which they are allocated. This is a serious
7138             restriction, and we should avoid getting in the way of
7139             local administration policies. In particular, many sites
7140             allocate users and/or local system groups starting at 100.
7141           </p>
7142
7143           <p>
7144             Apart from this we should have dynamically allocated ids,
7145             which should by default be arranged in some sensible
7146             order, but the behavior should be configurable.
7147           </p>
7148
7149           <p>
7150             Packages other than <tt>base-passwd</tt> must not modify
7151             <file>/etc/passwd</file>, <file>/etc/shadow</file>,
7152             <file>/etc/group</file> or <file>/etc/gshadow</file>.
7153           </p>
7154         </sect1>
7155
7156         <sect1>
7157           <heading>UID and GID classes</heading>
7158           <p>
7159             The UID and GID numbers are divided into classes as
7160             follows:
7161             <taglist>
7162               <tag>0-99:</tag>
7163               <item>
7164                 <p>
7165                   Globally allocated by the Debian project, the same
7166                   on every Debian system.  These ids will appear in
7167                   the <file>passwd</file> and <file>group</file> files of all
7168                   Debian systems, new ids in this range being added
7169                   automatically as the <tt>base-passwd</tt> package is
7170                   updated.
7171                 </p>
7172
7173                 <p>
7174                   Packages which need a single statically allocated
7175                   uid or gid should use one of these; their
7176                   maintainers should ask the <tt>base-passwd</tt>
7177                   maintainer for ids.
7178                 </p>
7179               </item>
7180
7181               <tag>100-999:</tag>
7182               <item>
7183                 <p>
7184                   Dynamically allocated system users and groups.
7185                   Packages which need a user or group, but can have
7186                   this user or group allocated dynamically and
7187                   differently on each system, should use <tt>adduser
7188                   --system</tt> to create the group and/or user.
7189                   <prgn>adduser</prgn> will check for the existence of
7190                   the user or group, and if necessary choose an unused
7191                   id based on the ranges specified in
7192                   <file>adduser.conf</file>.
7193                 </p>
7194               </item>
7195
7196               <tag>1000-59999:</tag>
7197               <item>
7198                 <p>
7199                   Dynamically allocated user accounts.  By default
7200                   <prgn>adduser</prgn> will choose UIDs and GIDs for
7201                   user accounts in this range, though
7202                   <file>adduser.conf</file> may be used to modify this
7203                   behavior.
7204                 </p>
7205               </item>
7206
7207               <tag>60000-64999:</tag>
7208               <item>
7209                 <p>
7210                   Globally allocated by the Debian project, but only
7211                   created on demand. The ids are allocated centrally
7212                   and statically, but the actual accounts are only
7213                   created on users' systems on demand.
7214                 </p>
7215
7216                 <p>
7217                   These ids are for packages which are obscure or
7218                   which require many statically-allocated ids.  These
7219                   packages should check for and create the accounts in
7220                   <file>/etc/passwd</file> or <file>/etc/group</file> (using
7221                   <prgn>adduser</prgn> if it has this facility) if
7222                   necessary.  Packages which are likely to require
7223                   further allocations should have a "hole" left after
7224                   them in the allocation, to give them room to
7225                   grow.
7226                 </p>
7227               </item>
7228
7229               <tag>65000-65533:</tag>
7230               <item>
7231                 <p>Reserved.</p>
7232               </item>
7233
7234               <tag>65534:</tag>
7235               <item>
7236                 <p>
7237                   User <tt>nobody</tt>. The corresponding gid refers
7238                   to the group <tt>nogroup</tt>.
7239                 </p>
7240               </item>
7241
7242               <tag>65535:</tag>
7243               <item>
7244                 <p>
7245                   <tt>(uid_t)(-1) == (gid_t)(-1)</tt> <em>must
7246                   not</em> be used, because it is the error return
7247                   sentinel value.
7248                 </p>
7249               </item>
7250             </taglist>
7251           </p>
7252         </sect1>
7253       </sect>
7254
7255       <sect id="sysvinit">
7256         <heading>System run levels and <file>init.d</file> scripts</heading>
7257
7258         <sect1 id="/etc/init.d">
7259           <heading>Introduction</heading>
7260
7261           <p>
7262             The <file>/etc/init.d</file> directory contains the scripts
7263             executed by <prgn>init</prgn> at boot time and when the
7264             init state (or "runlevel") is changed (see <manref
7265             name="init" section="8">).
7266           </p>
7267
7268           <p>
7269             There are at least two different, yet functionally
7270             equivalent, ways of handling these scripts.  For the sake
7271             of simplicity, this document describes only the symbolic
7272             link method. However, it must not be assumed by maintainer
7273             scripts that this method is being used, and any automated
7274             manipulation of the various runlevel behaviors by
7275             maintainer scripts must be performed using
7276             <prgn>update-rc.d</prgn> as described below and not by
7277             manually installing or removing symlinks.  For information
7278             on the implementation details of the other method,
7279             implemented in the <tt>file-rc</tt> package, please refer
7280             to the documentation of that package.
7281           </p>
7282
7283           <p>
7284             These scripts are referenced by symbolic links in the
7285             <file>/etc/rc<var>n</var>.d</file> directories.  When changing
7286             runlevels, <prgn>init</prgn> looks in the directory
7287             <file>/etc/rc<var>n</var>.d</file> for the scripts it should
7288             execute, where <tt><var>n</var></tt> is the runlevel that
7289             is being changed to, or <tt>S</tt> for the boot-up
7290             scripts.
7291           </p>
7292
7293           <p>
7294             The names of the links all have the form
7295             <file>S<var>mm</var><var>script</var></file> or
7296             <file>K<var>mm</var><var>script</var></file> where
7297             <var>mm</var> is a two-digit number and <var>script</var>
7298             is the name of the script (this should be the same as the
7299             name of the actual script in <file>/etc/init.d</file>).
7300           </p>
7301
7302           <p>
7303             When <prgn>init</prgn> changes runlevel first the targets
7304             of the links whose names start with a <tt>K</tt> are
7305             executed, each with the single argument <tt>stop</tt>,
7306             followed by the scripts prefixed with an <tt>S</tt>, each
7307             with the single argument <tt>start</tt>.  (The links are
7308             those in the <file>/etc/rc<var>n</var>.d</file> directory
7309             corresponding to the new runlevel.)  The <tt>K</tt> links
7310             are responsible for killing services and the <tt>S</tt>
7311             link for starting services upon entering the runlevel.
7312           </p>
7313
7314           <p>
7315             For example, if we are changing from runlevel 2 to
7316             runlevel 3, init will first execute all of the <tt>K</tt>
7317             prefixed scripts it finds in <file>/etc/rc3.d</file>, and then
7318             all of the <tt>S</tt> prefixed scripts in that directory.
7319             The links starting with <tt>K</tt> will cause the
7320             referred-to file to be executed with an argument of
7321             <tt>stop</tt>, and the <tt>S</tt> links with an argument
7322             of <tt>start</tt>.
7323           </p>
7324
7325           <p>
7326             The two-digit number <var>mm</var> is used to determine
7327             the order in which to run the scripts: low-numbered links
7328             have their scripts run first.  For example, the
7329             <tt>K20</tt> scripts will be executed before the
7330             <tt>K30</tt> scripts.  This is used when a certain service
7331             must be started before another.  For example, the name
7332             server <prgn>bind</prgn> might need to be started before
7333             the news server <prgn>inn</prgn> so that <prgn>inn</prgn>
7334             can set up its access lists.  In this case, the script
7335             that starts <prgn>bind</prgn> would have a lower number
7336             than the script that starts <prgn>inn</prgn> so that it
7337             runs first:
7338             <example compact="compact">
7339 /etc/rc2.d/S17bind
7340 /etc/rc2.d/S70inn
7341             </example>
7342           </p>
7343
7344           <p>
7345             The two runlevels 0 (halt) and 6 (reboot) are slightly
7346             different.  In these runlevels, the links with an
7347             <tt>S</tt> prefix are still called after those with a
7348             <tt>K</tt> prefix, but they too are called with the single
7349             argument <tt>stop</tt>.
7350           </p>
7351         </sect1>
7352
7353         <sect1 id="writing-init">
7354           <heading>Writing the scripts</heading>
7355
7356           <p>
7357             Packages that include daemons for system services should
7358             place scripts in <file>/etc/init.d</file> to start or stop
7359             services at boot time or during a change of runlevel.
7360             These scripts should be named
7361             <file>/etc/init.d/<var>package</var></file>, and they should
7362             accept one argument, saying what to do:
7363
7364             <taglist>
7365               <tag><tt>start</tt></tag>
7366               <item>start the service,</item>
7367
7368               <tag><tt>stop</tt></tag>
7369               <item>stop the service,</item>
7370
7371               <tag><tt>restart</tt></tag>
7372               <item>stop and restart the service if it's already running,
7373                   otherwise start the service</item>
7374
7375               <tag><tt>reload</tt></tag>
7376               <item><p>cause the configuration of the service to be
7377                   reloaded without actually stopping and restarting
7378                   the service,</item>
7379
7380               <tag><tt>force-reload</tt></tag>
7381               <item>cause the configuration to be reloaded if the
7382                   service supports this, otherwise restart the
7383                   service.</item>
7384             </taglist>
7385
7386             The <tt>start</tt>, <tt>stop</tt>, <tt>restart</tt>, and
7387             <tt>force-reload</tt> options should be supported by all
7388             scripts in <file>/etc/init.d</file>, the <tt>reload</tt>
7389             option is optional.
7390           </p>
7391
7392           <p>
7393             The <file>init.d</file> scripts must ensure that they will
7394             behave sensibly (i.e., returning success and not starting
7395             multiple copies of a service) if invoked with <tt>start</tt>
7396             when the service is already running, or with <tt>stop</tt>
7397             when it isn't, and that they don't kill unfortunately-named
7398             user processes.  The best way to achieve this is usually to
7399             use <prgn>start-stop-daemon</prgn> with the <tt>--oknodo</tt>
7400             option.
7401           </p>
7402
7403           <p>
7404             Be careful of using <tt>set -e</tt> in <file>init.d</file>
7405             scripts.  Writing correct <file>init.d</file> scripts requires
7406             accepting various error exit statuses when daemons are already
7407             running or already stopped without aborting
7408             the <file>init.d</file> script, and common <file>init.d</file>
7409             function libraries are not safe to call with <tt>set -e</tt>
7410             in effect<footnote>
7411               <tt>/lib/lsb/init-functions</tt>, which assists in writing
7412               LSB-compliant init scripts, may fail if <tt>set -e</tt> is
7413               in effect and echoing status messages to the console fails,
7414               for example.
7415             </footnote>.  For <tt>init.d</tt> scripts, it's often easier
7416             to not use <tt>set -e</tt> and instead check the result of
7417             each command separately.
7418           </p>
7419
7420           <p>
7421             If a service reloads its configuration automatically (as
7422             in the case of <prgn>cron</prgn>, for example), the
7423             <tt>reload</tt> option of the <file>init.d</file> script
7424             should behave as if the configuration has been reloaded
7425             successfully.
7426           </p>
7427
7428           <p>
7429             The <file>/etc/init.d</file> scripts must be treated as
7430             configuration files, either (if they are present in the
7431             package, that is, in the .deb file) by marking them as
7432             <tt>conffile</tt>s, or, (if they do not exist in the .deb)
7433             by managing them correctly in the maintainer scripts (see
7434             <ref id="config-files">).  This is important since we want
7435             to give the local system administrator the chance to adapt
7436             the scripts to the local system, e.g., to disable a
7437             service without de-installing the package, or to specify
7438             some special command line options when starting a service,
7439             while making sure their changes aren't lost during the next
7440             package upgrade.
7441           </p>
7442
7443           <p>
7444             These scripts should not fail obscurely when the
7445             configuration files remain but the package has been
7446             removed, as configuration files remain on the system after
7447             the package has been removed.  Only when <prgn>dpkg</prgn>
7448             is executed with the <tt>--purge</tt> option will
7449             configuration files be removed.  In particular, as the
7450             <file>/etc/init.d/<var>package</var></file> script itself is
7451             usually a <tt>conffile</tt>, it will remain on the system
7452             if the package is removed but not purged.  Therefore, you
7453             should include a <tt>test</tt> statement at the top of the
7454             script, like this:
7455             <example compact="compact">
7456 test -f <var>program-executed-later-in-script</var> || exit 0
7457             </example>
7458           </p>
7459
7460           <p>
7461             Often there are some variables in the <file>init.d</file>
7462             scripts whose values control the behavior of the scripts,
7463             and which a system administrator is likely to want to
7464             change.  As the scripts themselves are frequently
7465             <tt>conffile</tt>s, modifying them requires that the
7466             administrator merge in their changes each time the package
7467             is upgraded and the <tt>conffile</tt> changes.  To ease
7468             the burden on the system administrator, such configurable
7469             values should not be placed directly in the script.
7470             Instead, they should be placed in a file in
7471             <file>/etc/default</file>, which typically will have the same
7472             base name as the <file>init.d</file> script.  This extra file
7473             should be sourced by the script when the script runs.  It
7474             must contain only variable settings and comments in SUSv3
7475             <prgn>sh</prgn> format.  It may either be a
7476             <tt>conffile</tt> or a configuration file maintained by
7477             the package maintainer scripts.  See <ref id="config-files">
7478             for more details.
7479           </p>
7480
7481           <p>
7482             To ensure that vital configurable values are always
7483             available, the <file>init.d</file> script should set default
7484             values for each of the shell variables it uses, either
7485             before sourcing the <file>/etc/default/</file> file or
7486             afterwards using something like the <tt>:
7487             ${VAR:=default}</tt> syntax.  Also, the <file>init.d</file>
7488             script must behave sensibly and not fail if the
7489             <file>/etc/default</file> file is deleted.
7490           </p>
7491
7492           <p>
7493             Files and directories under <file>/run</file>, including ones
7494             referred to via the compatibility paths <file>/var/run</file>
7495             and <file>/var/lock</file>, are normally stored on a temporary
7496             filesystem and are normally not persistent across a reboot.
7497             The <file>init.d</file> scripts must handle this correctly.
7498             This will typically mean creating any required subdirectories
7499             dynamically when the <file>init.d</file> script is run.
7500             See <ref id="fhs-run"> for more information.
7501           </p>
7502         </sect1>
7503
7504         <sect1>
7505           <heading>Interfacing with the initscript system</heading>
7506
7507           <p>
7508             Maintainers should use the abstraction layer provided by
7509             the <prgn>update-rc.d</prgn> and <prgn>invoke-rc.d</prgn>
7510             programs to deal with initscripts in their packages'
7511             scripts such as <prgn>postinst</prgn>, <prgn>prerm</prgn>
7512             and <prgn>postrm</prgn>.
7513           </p>
7514
7515           <p>
7516             Directly managing the /etc/rc?.d links and directly
7517             invoking the <file>/etc/init.d/</file> initscripts should
7518             be done only by packages providing the initscript
7519             subsystem (such as <prgn>sysv-rc</prgn> and
7520             <prgn>file-rc</prgn>).
7521           </p>
7522
7523           <sect2>
7524             <heading>Managing the links</heading>
7525
7526             <p>
7527               The program <prgn>update-rc.d</prgn> is provided for
7528               package maintainers to arrange for the proper creation and
7529               removal of <file>/etc/rc<var>n</var>.d</file> symbolic links,
7530               or their functional equivalent if another method is being
7531               used.  This may be used by maintainers in their packages'
7532               <prgn>postinst</prgn> and <prgn>postrm</prgn> scripts.
7533             </p>
7534
7535             <p>
7536               You must not include any <file>/etc/rc<var>n</var>.d</file>
7537               symbolic links in the actual archive or manually create or
7538               remove the symbolic links in maintainer scripts; you must
7539               use the <prgn>update-rc.d</prgn> program instead.  (The
7540               former will fail if an alternative method of maintaining
7541               runlevel information is being used.)  You must not include
7542               the <file>/etc/rc<var>n</var>.d</file> directories themselves
7543               in the archive either.  (Only the <tt>sysvinit</tt>
7544               package may do so.)
7545             </p>
7546
7547             <p>
7548               By default <prgn>update-rc.d</prgn> will start services in
7549               each of the multi-user state runlevels (2, 3, 4, and 5)
7550               and stop them in the halt runlevel (0), the single-user
7551               runlevel (1) and the reboot runlevel (6).  The system
7552               administrator will have the opportunity to customize
7553               runlevels by simply adding, moving, or removing the
7554               symbolic links in <file>/etc/rc<var>n</var>.d</file> if
7555               symbolic links are being used, or by modifying
7556               <file>/etc/runlevel.conf</file> if the <tt>file-rc</tt> method
7557               is being used.
7558             </p>
7559
7560             <p>
7561               To get the default behavior for your package, put in your
7562               <prgn>postinst</prgn> script
7563               <example compact="compact">
7564                 update-rc.d <var>package</var> defaults
7565               </example>
7566               and in your <prgn>postrm</prgn>
7567               <example compact="compact">
7568                 if [ "$1" = purge ]; then
7569                 update-rc.d <var>package</var> remove
7570                 fi
7571               </example>. Note that if your package changes runlevels
7572               or priority, you may have to remove and recreate the links,
7573               since otherwise the old links may persist. Refer to the
7574               documentation of <prgn>update-rc.d</prgn>.
7575             </p>
7576
7577             <p>
7578               This will use a default sequence number of 20.  If it does
7579               not matter when or in which order the <file>init.d</file>
7580               script is run, use this default.  If it does, then you
7581               should talk to the maintainer of the <prgn>sysvinit</prgn>
7582               package or post to <tt>debian-devel</tt>, and they will
7583               help you choose a number.
7584             </p>
7585
7586             <p>
7587               For more information about using <tt>update-rc.d</tt>,
7588               please consult its man page <manref name="update-rc.d"
7589                 section="8">.
7590             </p>
7591           </sect2>
7592
7593           <sect2>
7594             <heading>Running initscripts</heading>
7595             <p>
7596               The program <prgn>invoke-rc.d</prgn> is provided to make
7597               it easier for package maintainers to properly invoke an
7598               initscript, obeying runlevel and other locally-defined
7599               constraints that might limit a package's right to start,
7600               stop and otherwise manage services. This program may be
7601               used by maintainers in their packages' scripts.
7602             </p>
7603
7604             <p>
7605               The package maintainer scripts must use
7606               <prgn>invoke-rc.d</prgn> to invoke the
7607               <file>/etc/init.d/*</file> initscripts, instead of
7608               calling them directly.
7609             </p>
7610
7611             <p>
7612               By default, <prgn>invoke-rc.d</prgn> will pass any
7613               action requests (start, stop, reload, restart...) to the
7614               <file>/etc/init.d</file> script, filtering out requests
7615               to start or restart a service out of its intended
7616               runlevels.
7617             </p>
7618
7619             <p>
7620               Most packages will simply need to change:
7621               <example compact="compact">/etc/init.d/&lt;package&gt;
7622               &lt;action&gt;</example> in their <prgn>postinst</prgn>
7623               and <prgn>prerm</prgn> scripts to:
7624               <example compact="compact">
7625         if which invoke-rc.d >/dev/null 2>&1; then
7626                 invoke-rc.d <var>package</var> &lt;action&gt;
7627         else
7628                 /etc/init.d/<var>package</var> &lt;action&gt;
7629         fi
7630               </example>
7631             </p>
7632
7633             <p>
7634               A package should register its initscript services using
7635               <prgn>update-rc.d</prgn> before it tries to invoke them
7636               using <prgn>invoke-rc.d</prgn>. Invocation of
7637               unregistered services may fail.
7638             </p>
7639
7640             <p>
7641               For more information about using
7642               <prgn>invoke-rc.d</prgn>, please consult its man page
7643               <manref name="invoke-rc.d" section="8">.
7644             </p>
7645           </sect2>
7646         </sect1>
7647
7648         <sect1>
7649           <heading>Boot-time initialization</heading>
7650
7651           <p>
7652             There used to be another directory, <file>/etc/rc.boot</file>,
7653             which contained scripts which were run once per machine
7654             boot. This has been deprecated in favour of links from
7655             <file>/etc/rcS.d</file> to files in <file>/etc/init.d</file> as
7656             described in <ref id="/etc/init.d">.  Packages must not
7657             place files in <file>/etc/rc.boot</file>.
7658           </p>
7659         </sect1>
7660
7661         <sect1>
7662           <heading>Example</heading>
7663
7664           <p>
7665             An example on which you can base your
7666             <file>/etc/init.d</file> scripts is found in
7667             <file>/etc/init.d/skeleton</file>.
7668           </p>
7669
7670         </sect1>
7671       </sect>
7672
7673       <sect>
7674         <heading>Console messages from <file>init.d</file> scripts</heading>
7675
7676         <p>
7677           This section describes the formats to be used for messages
7678           written to standard output by the <file>/etc/init.d</file>
7679           scripts.  The intent is to improve the consistency of
7680           Debian's startup and shutdown look and feel.  For this
7681           reason, please look very carefully at the details.  We want
7682           the messages to have the same format in terms of wording,
7683           spaces, punctuation and case of letters.
7684         </p>
7685
7686         <p>
7687           Here is a list of overall rules that should be used for
7688           messages generated by <file>/etc/init.d</file> scripts.  
7689         </p>
7690
7691         <p>
7692           <list>
7693             <item>
7694                 The message should fit in one line (fewer than 80
7695                 characters), start with a capital letter and end with
7696                 a period (<tt>.</tt>) and line feed (<tt>"\n"</tt>).
7697             </item>
7698
7699             <item>
7700               If the script is performing some time consuming task in
7701               the background (not merely starting or stopping a
7702               program, for instance), an ellipsis (three dots:
7703               <tt>...</tt>) should be output to the screen, with no
7704               leading or tailing whitespace or line feeds.
7705             </item>
7706
7707             <item>
7708               The messages should appear as if the computer is telling
7709               the user what it is doing (politely :-), but should not
7710                 mention "it" directly.  For example, instead of:
7711                 <example compact="compact">
7712 I'm starting network daemons: nfsd mountd.
7713                 </example>
7714                 the message should say
7715                 <example compact="compact">
7716 Starting network daemons: nfsd mountd.
7717                 </example>
7718             </item>
7719           </list>
7720         </p>
7721
7722         <p>
7723           <tt>init.d</tt> script should use the following  standard
7724           message formats for the situations enumerated below.
7725         </p>
7726
7727         <p>
7728           <list>
7729             <item>
7730               <p>When daemons are started</p>
7731
7732               <p>
7733                 If the script starts one or more daemons, the output
7734                 should look like this (a single line, no leading
7735                 spaces):
7736                 <example compact="compact">
7737 Starting <var>description</var>: <var>daemon-1</var> ... <var>daemon-n</var>.
7738                 </example>
7739                 The <var>description</var> should describe the
7740                 subsystem the daemon or set of daemons are part of,
7741                 while <var>daemon-1</var> up to <var>daemon-n</var>
7742                 denote each daemon's name (typically the file name of
7743                 the program).
7744               </p>
7745
7746               <p>
7747                 For example, the output of <file>/etc/init.d/lpd</file>
7748                 would look like:
7749                 <example compact="compact">
7750 Starting printer spooler: lpd.
7751                 </example>
7752               </p>
7753
7754               <p>
7755                 This can be achieved by saying
7756                 <example compact="compact">
7757 echo -n "Starting printer spooler: lpd"
7758 start-stop-daemon --start --quiet --exec /usr/sbin/lpd
7759 echo "."
7760                 </example>
7761                 in the script. If there are more than one daemon to
7762                 start, the output should look like this:
7763                 <example compact="compact">
7764 echo -n "Starting remote file system services:"
7765 echo -n " nfsd"; start-stop-daemon --start --quiet nfsd
7766 echo -n " mountd"; start-stop-daemon --start --quiet mountd
7767 echo -n " ugidd"; start-stop-daemon --start --quiet ugidd
7768 echo "."
7769                 </example>
7770                 This makes it possible for the user to see what is
7771                 happening and when the final daemon has been started.
7772                 Care should be taken in the placement of white spaces:
7773                 in the example above the system administrators can
7774                 easily comment out a line if they don't want to start
7775                 a specific daemon, while the displayed message still
7776                 looks good.
7777               </p>
7778             </item>
7779
7780             <item>
7781               <p>When a system parameter is being set</p>
7782
7783               <p>
7784                 If you have to set up different system parameters
7785                 during the system boot, you should use this format:
7786                 <example compact="compact">
7787 Setting <var>parameter</var> to "<var>value</var>".
7788                 </example>
7789               </p>
7790
7791               <p>
7792                 You can use a statement such as the following to get
7793                 the quotes right:
7794                 <example compact="compact">
7795 echo "Setting DNS domainname to \"$domainname\"."
7796                 </example>
7797               </p>
7798
7799               <p>
7800                 Note that the same symbol (<tt>"</tt>) <!-- " --> is used
7801                 for the left and right quotation marks.  A grave accent
7802                 (<tt>`</tt>) is not a quote character; neither is an
7803                 apostrophe (<tt>'</tt>).
7804               </p>
7805             </item>
7806
7807             <item>
7808               <p>When a daemon is stopped or restarted</p>
7809
7810               <p>
7811                 When you stop or restart a daemon, you should issue a
7812                 message identical to the startup message, except that
7813                 <tt>Starting</tt> is replaced with <tt>Stopping</tt>
7814                 or <tt>Restarting</tt> respectively.
7815               </p>
7816
7817               <p>
7818                 For example, stopping the printer daemon will look like
7819                 this:
7820                 <example compact="compact">
7821 Stopping printer spooler: lpd.
7822                 </example>
7823               </p>
7824             </item>
7825
7826             <item>
7827               <p>When something is executed</p>
7828
7829               <p>
7830                 There are several examples where you have to run a
7831                 program at system startup or shutdown to perform a
7832                 specific task, for example, setting the system's clock
7833                 using <prgn>netdate</prgn> or killing all processes
7834                 when the system shuts down.  Your message should look
7835                 like this:
7836                 <example compact="compact">
7837 Doing something very useful...done.
7838                 </example>
7839                 You should print the <tt>done.</tt> immediately after
7840                 the job has been completed, so that the user is
7841                 informed why they have to wait.  You can get this
7842                 behavior by saying
7843                 <example compact="compact">
7844 echo -n "Doing something very useful..."
7845 do_something
7846 echo "done."
7847                 </example>
7848                 in your script.
7849               </p>
7850             </item>
7851
7852             <item>
7853               <p>When the configuration is reloaded</p>
7854
7855               <p>
7856                 When a daemon is forced to reload its configuration
7857                 files you should use the following format:
7858                 <example compact="compact">
7859 Reloading <var>description</var> configuration...done.
7860                 </example>
7861                 where <var>description</var> is the same as in the
7862                 daemon starting message.
7863               </p>
7864             </item>
7865           </list>
7866         </p>
7867       </sect>
7868
7869       <sect id="cron-jobs">
7870         <heading>Cron jobs</heading>
7871
7872         <p>
7873           Packages must not modify the configuration file
7874           <file>/etc/crontab</file>, and they must not modify the files in
7875           <file>/var/spool/cron/crontabs</file>.
7876         </p>
7877
7878         <p>
7879           If a package wants to install a job that has to be executed via
7880           cron, it should place a file named as specified
7881           in <ref id="cron-files"> into one or more of the following
7882           directories:
7883           <example compact="compact">
7884 /etc/cron.hourly
7885 /etc/cron.daily
7886 /etc/cron.weekly
7887 /etc/cron.monthly
7888           </example>
7889           As these directory names imply, the files within them are
7890           executed on an hourly, daily, weekly, or monthly basis,
7891           respectively. The exact times are listed in
7892           <file>/etc/crontab</file>.
7893         </p>
7894
7895         <p>
7896           All files installed in any of these directories must be
7897           scripts (e.g., shell scripts or Perl scripts) so that they
7898           can easily be modified by the local system administrator.
7899           In addition, they must be treated as configuration files.
7900         </p>
7901
7902         <p>
7903           If a certain job has to be executed at some other frequency or
7904           at a specific time, the package should install a file in
7905           <file>/etc/cron.d</file> with a name as specified
7906           in <ref id="cron-files">.  This file uses the same syntax
7907           as <file>/etc/crontab</file> and is processed
7908           by <prgn>cron</prgn> automatically. The file must also be
7909           treated as a configuration file. (Note that entries in the
7910           <file>/etc/cron.d</file> directory are not handled by
7911           <prgn>anacron</prgn>. Thus, you should only use this
7912           directory for jobs which may be skipped if the system is not
7913           running.)
7914         </p>
7915
7916         <p>
7917           Unlike <file>crontab</file> files described in the IEEE Std
7918           1003.1-2008 (POSIX.1) available from
7919           <url id="http://www.opengroup.org/onlinepubs/9699919799/"
7920                name="The Open Group">, the files in
7921           <file>/etc/cron.d</file> and the file
7922           <file>/etc/crontab</file> have seven fields; namely:
7923           <enumlist>
7924             <item>Minute [0,59]</item>
7925             <item>Hour [0,23]</item>
7926             <item>Day of the month [1,31]</item>
7927             <item>Month of the year [1,12]</item>
7928             <item>Day of the week ([0,6] with 0=Sunday)</item>
7929             <item>Username</item>
7930             <item>Command to be run</item>
7931           </enumlist>
7932           Ranges of numbers are allowed.  Ranges are two numbers
7933           separated with a hyphen.  The specified range is inclusive.
7934           Lists are allowed.  A list is a set of numbers (or ranges)
7935           separated by commas. Step values can be used in conjunction
7936           with ranges.
7937         </p>
7938
7939         <p>
7940           The scripts or <tt>crontab</tt> entries in these directories should
7941           check if all necessary programs are installed before they
7942           try to execute them. Otherwise, problems will arise when a
7943           package was removed but not purged since configuration files
7944           are kept on the system in this situation.
7945         </p>
7946
7947         <p>
7948           Any <tt>cron</tt> daemon must provide
7949           <file>/usr/bin/crontab</file> and support normal
7950           <tt>crontab</tt> entries as specified in POSIX. The daemon
7951           must also support names for days and months, ranges, and
7952           step values. It has to support <file>/etc/crontab</file>,
7953           and correctly execute the scripts in
7954           <file>/etc/cron.d</file>. The daemon must also correctly
7955           execute scripts in
7956           <file>/etc/cron.{hourly,daily,weekly,monthly}</file>.
7957         </p>
7958
7959         <sect1 id="cron-files">
7960           <heading>Cron job file names</heading>
7961
7962           <p>
7963             The file name of a cron job file should normally match the
7964             name of the package from which it comes.
7965           </p>
7966
7967           <p>
7968             If a package supplies multiple cron job files files in the
7969             same directory, the file names should all start with the name
7970             of the package (possibly modified as described below) followed
7971             by a hyphen (<tt>-</tt>) and a suitable suffix.
7972           </p>
7973
7974           <p>
7975             A cron job file name must not include any period or plus
7976             characters (<tt>.</tt> or <tt>+</tt>) characters as this will
7977             cause cron to ignore the file.  Underscores (<tt>_</tt>)
7978             should be used instead of <tt>.</tt> and <tt>+</tt>
7979             characters.
7980           </p>
7981         </sect1>
7982       </sect>
7983
7984       <sect id="menus">
7985         <heading>Menus</heading>
7986
7987         <p>
7988           The Debian <tt>menu</tt> package provides a standard
7989           interface between packages providing applications and
7990           <em>menu programs</em> (either X window managers or
7991           text-based menu programs such as <prgn>pdmenu</prgn>).
7992         </p>
7993
7994         <p>
7995           All packages that provide applications that need not be
7996           passed any special command line arguments for normal
7997           operation should register a menu entry for those
7998           applications, so that users of the <tt>menu</tt> package
7999           will automatically get menu entries in their window
8000           managers, as well in shells like <tt>pdmenu</tt>.
8001         </p>
8002
8003         <p>
8004           Menu entries should follow the current menu policy.
8005         </p>
8006
8007         <p>
8008           The menu policy can be found in the <tt>menu-policy</tt>
8009           files in the <tt>debian-policy</tt> package.
8010           It is also available from the Debian web mirrors at
8011           <tt><url name="/doc/packaging-manuals/menu-policy/"
8012                 id="http://www.debian.org/doc/packaging-manuals/menu-policy/"></tt>.
8013         </p>
8014
8015         <p>
8016           Please also refer to the <em>Debian Menu System</em>
8017           documentation that comes with the <package>menu</package>
8018           package for information about how to register your
8019           applications.
8020         </p>
8021       </sect>
8022
8023       <sect id="mime">
8024         <heading>Multimedia handlers</heading>
8025
8026         <p>
8027           MIME (Multipurpose Internet Mail Extensions, RFCs 2045-2049)
8028           is a mechanism for encoding files and data streams and
8029           providing meta-information about them, in particular their
8030           type (e.g. audio or video) and format (e.g. PNG, HTML,
8031           MP3).
8032         </p>
8033
8034         <p>
8035           Registration of MIME type handlers allows programs like mail
8036           user agents and web browsers to invoke these handlers to
8037           view, edit or display MIME types they don't support directly.
8038         </p>
8039
8040         <p>
8041           Packages which provide programs to view/show/play, compose, edit or
8042           print MIME types should register them as such by placing a file in
8043           <manref name="mailcap" section="5"> format (RFC 1524) in the directory
8044           <file>/usr/lib/mime/packages/</file>.  The file name should be the
8045           binary package's name.
8046         </p>
8047
8048         <p>
8049           The <package>mime-support</package> package provides the
8050           <prgn>update-mime</prgn> program, which integrates these
8051           registrations in the <file>/etc/mailcap</file> file, using dpkg
8052           triggers<footnote>
8053             Creating, modifying or removing a file in
8054             <file>/usr/lib/mime/packages/</file> using maintainer scripts will
8055             not activate the trigger.  In that case, it can be done by calling
8056             <tt>dpkg-trigger --no-await /usr/lib/mime/packages</tt> from
8057             the maintainer script after creating, modifying, or removing
8058             the file.
8059           </footnote>.
8060           Packages using this facility <em>should not</em> depend on,
8061           recommend, or suggest <prgn>mime-support</prgn>.
8062         </p>
8063       </sect>
8064
8065       <sect>
8066         <heading>Keyboard configuration</heading>
8067
8068         <p>
8069           To achieve a consistent keyboard configuration so that all
8070           applications interpret a keyboard event the same way, all
8071           programs in the Debian distribution must be configured to
8072           comply with the following guidelines.
8073         </p>
8074
8075         <p>
8076           The following keys must have the specified interpretations:
8077
8078           <taglist>
8079             <tag><tt>&lt;--</tt></tag>
8080             <item>delete the character to the left of the cursor</item>
8081
8082             <tag><tt>Delete</tt></tag>
8083             <item>delete the character to the right of the cursor</item>
8084
8085             <tag><tt>Control+H</tt></tag>
8086             <item>emacs: the help prefix</item>
8087           </taglist>
8088
8089           The interpretation of any keyboard events should be
8090           independent of the terminal that is used, be it a virtual
8091           console, an X terminal emulator, an rlogin/telnet session,
8092           etc.
8093         </p>
8094
8095         <p>
8096           The following list explains how the different programs
8097           should be set up to achieve this:
8098         </p>
8099
8100         <p>
8101           <list>
8102             <item>
8103                 <tt>&lt;--</tt> generates <tt>KB_BackSpace</tt> in X.
8104             </item>
8105
8106             <item>
8107                 <tt>Delete</tt> generates <tt>KB_Delete</tt> in X.
8108             </item>
8109
8110             <item>
8111                 X translations are set up to make
8112                 <tt>KB_Backspace</tt> generate ASCII DEL, and to make
8113                 <tt>KB_Delete</tt> generate <tt>ESC [ 3 ~</tt> (this
8114                 is the vt220 escape code for the "delete character"
8115                 key).  This must be done by loading the X resources
8116                 using <prgn>xrdb</prgn> on all local X displays, not
8117                 using the application defaults, so that the
8118                 translation resources used correspond to the
8119                 <prgn>xmodmap</prgn> settings.
8120             </item>
8121
8122             <item>
8123                 The Linux console is configured to make
8124                 <tt>&lt;--</tt> generate DEL, and <tt>Delete</tt>
8125                 generate <tt>ESC [ 3 ~</tt>.
8126             </item>
8127
8128             <item>
8129                 X applications are configured so that <tt>&lt;</tt>
8130                 deletes left, and <tt>Delete</tt> deletes right.  Motif
8131                 applications already work like this.
8132             </item>
8133
8134             <item>
8135                 Terminals should have <tt>stty erase ^?</tt> .
8136             </item>
8137
8138             <item>
8139                 The <tt>xterm</tt> terminfo entry should have <tt>ESC
8140                 [ 3 ~</tt> for <tt>kdch1</tt>, just as for
8141                 <tt>TERM=linux</tt> and <tt>TERM=vt220</tt>.
8142             </item>
8143
8144             <item>
8145                 Emacs is programmed to map <tt>KB_Backspace</tt> or
8146                 the <tt>stty erase</tt> character to
8147                 <tt>delete-backward-char</tt>, and <tt>KB_Delete</tt>
8148                 or <tt>kdch1</tt> to <tt>delete-forward-char</tt>, and
8149                 <tt>^H</tt> to <tt>help</tt> as always.
8150             </item>
8151
8152             <item>
8153                 Other applications use the <tt>stty erase</tt>
8154                 character and <tt>kdch1</tt> for the two delete keys,
8155                 with ASCII DEL being "delete previous character" and
8156                 <tt>kdch1</tt> being "delete character under
8157                 cursor".
8158             </item>
8159
8160           </list>
8161         </p>
8162
8163         <p>
8164           This will solve the problem except for the following
8165           cases:
8166         </p>
8167
8168         <p>
8169           <list>
8170             <item>
8171                 Some terminals have a <tt>&lt;--</tt> key that cannot
8172                 be made to produce anything except <tt>^H</tt>.  On
8173                 these terminals Emacs help will be unavailable on
8174                 <tt>^H</tt> (assuming that the <tt>stty erase</tt>
8175                 character takes precedence in Emacs, and has been set
8176                 correctly).  <tt>M-x help</tt> or <tt>F1</tt> (if
8177                 available) can be used instead.
8178             </item>
8179
8180             <item>
8181                 Some operating systems use <tt>^H</tt> for <tt>stty
8182                 erase</tt>.  However, modern telnet versions and all
8183                 rlogin versions propagate <tt>stty</tt> settings, and
8184                 almost all UNIX versions honour <tt>stty erase</tt>.
8185                 Where the <tt>stty</tt> settings are not propagated
8186                 correctly, things can be made to work by using
8187                 <tt>stty</tt> manually.
8188             </item>
8189
8190             <item>
8191                 Some systems (including previous Debian versions) use
8192                 <prgn>xmodmap</prgn> to arrange for both
8193                 <tt>&lt;--</tt> and <tt>Delete</tt> to generate
8194                 <tt>KB_Delete</tt>.  We can change the behavior of
8195                 their X clients using the same X resources that we use
8196                 to do it for our own clients, or configure our clients
8197                 using their resources when things are the other way
8198                 around.  On displays configured like this
8199                 <tt>Delete</tt> will not work, but <tt>&lt;--</tt>
8200                 will.
8201             </item>
8202
8203             <item>
8204                 Some operating systems have different <tt>kdch1</tt>
8205                 settings in their <tt>terminfo</tt> database for
8206                 <tt>xterm</tt> and others.  On these systems the
8207                 <tt>Delete</tt> key will not work correctly when you
8208                 log in from a system conforming to our policy, but
8209                 <tt>&lt;--</tt> will.
8210             </item>
8211           </list>
8212         </p>
8213       </sect>
8214
8215       <sect>
8216         <heading>Environment variables</heading>
8217
8218         <p>
8219           A program must not depend on environment variables to get
8220           reasonable defaults.  (That's because these environment
8221           variables would have to be set in a system-wide
8222           configuration file like <file>/etc/profile</file>, which is not
8223           supported by all shells.)
8224         </p>
8225
8226         <p>
8227           If a program usually depends on environment variables for its
8228           configuration, the program should be changed to fall back to
8229           a reasonable default configuration if these environment
8230           variables are not present. If this cannot be done easily
8231           (e.g., if the source code of a non-free program is not
8232           available), the program must be replaced by a small
8233           "wrapper" shell script which sets the environment variables
8234           if they are not already defined, and calls the original program.
8235         </p>
8236
8237         <p>
8238           Here is an example of a wrapper script for this purpose:
8239
8240           <example compact="compact">
8241 #!/bin/sh
8242 BAR=${BAR:-/var/lib/fubar}
8243 export BAR
8244 exec /usr/lib/foo/foo "$@"
8245           </example>
8246         </p>
8247
8248         <p>
8249           Furthermore, as <file>/etc/profile</file> is a configuration
8250           file of the <prgn>base-files</prgn> package, other packages must
8251           not put any environment variables or other commands into that
8252           file.
8253         </p>
8254       </sect>
8255
8256       <sect id="doc-base">
8257         <heading>Registering Documents using doc-base</heading>
8258
8259         <p>
8260           The <package>doc-base</package> package implements a
8261           flexible mechanism for handling and presenting
8262           documentation. The recommended practice is for every Debian
8263           package that provides online documentation (other than just
8264           manual pages) to register these documents with
8265           <package>doc-base</package> by installing a
8266           <package>doc-base</package> control file in
8267           <file>/usr/share/doc-base/</file>.
8268         </p> 
8269         <p>
8270           Please refer to the documentation that comes with the
8271           <package>doc-base</package>  package for information and
8272           details. 
8273         </p>
8274       </sect>
8275
8276       <sect id="alternateinit">
8277         <heading>Alternate init systems</heading>
8278         <p>
8279           A number of other init systems are available now in Debian that
8280           can be used in place of <package>sysvinit</package>.  Alternative
8281           init implementations must support running SysV init scripts as
8282           described at <ref id="sysvinit"> for compatibility.
8283         </p>
8284         <p>
8285           Packages may integrate with these replacement init systems by
8286           providing implementation-specific configuration information about
8287           how and when to start a service or in what order to run certain
8288           tasks at boot time.  However, any package integrating with other
8289           init systems must also be backwards-compatible with
8290           <package>sysvinit</package> by providing a SysV-style init script
8291           with the same name as and equivalent functionality to any
8292           init-specific job, as this is the only start-up configuration
8293           method guaranteed to be supported by all init implementations.  An
8294           exception to this rule is scripts or jobs provided by the init
8295           implementation itself; such jobs may be required for an
8296           implementation-specific equivalent of the <file>/etc/rcS.d/</file>
8297           scripts and may not have a one-to-one correspondence with the init
8298           scripts.
8299         </p>
8300         <sect1 id="upstart">
8301           <heading>Event-based boot with upstart</heading>
8302
8303           <p>
8304             Packages may integrate with the <prgn>upstart</prgn> event-based
8305             boot system by installing job files in the
8306             <file>/etc/init</file> directory.  SysV init scripts for which
8307             an equivalent upstart job is available must query the output of
8308             the command <prgn>initctl version</prgn> for the string
8309             <tt>upstart</tt> and avoid running in favor of the native
8310             upstart job, using a test such as this:
8311             <example compact="compact">
8312 if [ "$1" = start ] && which initctl >/dev/null && initctl version | grep -q upstart
8313 then
8314         exit 1
8315 fi
8316             </example>
8317           </p>
8318           <p>
8319             Because packages shipping upstart jobs may be installed on
8320             systems that are not using upstart, maintainer scripts must
8321             still use the common <prgn>update-rc.d</prgn> and
8322             <prgn>invoke-rc.d</prgn> interfaces for configuring runlevels
8323             and for starting and stopping services.  These maintainer
8324             scripts must not call the upstart <prgn>start</prgn>,
8325             <prgn>restart</prgn>, <prgn>reload</prgn>, or <prgn>stop</prgn>
8326             interfaces directly.  Instead, implementations of
8327             <prgn>invoke-rc.d</prgn> must detect when upstart is running and
8328             when an upstart job with the same name as an init script is
8329             present, and perform the requested action using the upstart job
8330             instead of the init script.
8331           </p>
8332           <p>
8333             Dependency-based boot managers for SysV init scripts, such as
8334             <prgn>startpar</prgn>, may avoid running a given init script
8335             entirely when an equivalent upstart job is present, to avoid
8336             unnecessary forking of no-op init scripts.  In this case, the
8337             boot manager should integrate with upstart to detect when the
8338             upstart job in question is started or stopped to know when the
8339             dependency has been satisfied.
8340           </p>
8341          </sect1>
8342       </sect>
8343
8344     </chapt>
8345
8346
8347     <chapt id="files">
8348       <heading>Files</heading>
8349
8350       <sect id="binaries">
8351         <heading>Binaries</heading>
8352
8353         <p>
8354           Two different packages must not install programs with
8355           different functionality but with the same filenames.  (The
8356           case of two programs having the same functionality but
8357           different implementations is handled via "alternatives" or
8358           the "Conflicts" mechanism.  See <ref id="maintscripts"> and
8359           <ref id="conflicts"> respectively.)  If this case happens,
8360           one of the programs must be renamed.  The maintainers should
8361           report this to the <tt>debian-devel</tt> mailing list and
8362           try to find a consensus about which program will have to be
8363           renamed.  If a consensus cannot be reached, <em>both</em>
8364           programs must be renamed.
8365         </p>
8366
8367         <p>
8368          By default, when a package is being built, any binaries
8369          created should include debugging information, as well as
8370          being compiled with optimization.  You should also turn on
8371          as many reasonable compilation warnings as possible; this
8372          makes life easier for porters, who can then look at build
8373          logs for possible problems.  For the C programming language,
8374          this means the following compilation parameters should be
8375          used:
8376           <example compact="compact">
8377 CC = gcc
8378 CFLAGS = -O2 -g -Wall # sane warning options vary between programs
8379 LDFLAGS = # none
8380 INSTALL = install -s # (or use strip on the files in debian/tmp)
8381           </example>
8382         </p>
8383
8384         <p>
8385           Note that by default all installed binaries should be stripped,
8386           either by using the <tt>-s</tt> flag to
8387           <prgn>install</prgn>, or by calling <prgn>strip</prgn> on
8388           the binaries after they have been copied into
8389           <file>debian/tmp</file> but before the tree is made into a
8390           package.
8391         </p>
8392
8393         <p>
8394           Although binaries in the build tree should be compiled with
8395           debugging information by default, it can often be difficult to
8396           debug programs if they are also subjected to compiler
8397           optimization.  For this reason, it is recommended to support the
8398           standardized environment variable <tt>DEB_BUILD_OPTIONS</tt>
8399           (see <ref id="debianrules-options">).  This variable can contain
8400           several flags to change how a package is compiled and built.
8401         </p>
8402
8403         <p>
8404           It is up to the package maintainer to decide what
8405           compilation options are best for the package.  Certain
8406           binaries (such as computationally-intensive programs) will
8407           function better with certain flags (<tt>-O3</tt>, for
8408           example); feel free to use them.  Please use good judgment
8409           here.  Don't use flags for the sake of it; only use them
8410           if there is good reason to do so.  Feel free to override
8411           the upstream author's ideas about which compilation
8412           options are best: they are often inappropriate for our
8413           environment.
8414         </p>
8415       </sect>
8416
8417
8418       <sect id="libraries">
8419         <heading>Libraries</heading>
8420
8421         <p>
8422           If the package is <strong>architecture: any</strong>, then
8423           the shared library compilation and linking flags must have
8424           <tt>-fPIC</tt>, or the package shall not build on some of
8425           the supported architectures<footnote>
8426             <p>
8427               If you are using GCC, <tt>-fPIC</tt> produces code with
8428               relocatable position independent code, which is required for
8429               most architectures to create a shared library, with i386 and
8430               perhaps some others where non position independent code is
8431               permitted in a shared library.
8432             </p>
8433             <p>
8434               Position independent code may have a performance penalty,
8435               especially on <tt>i386</tt>. However, in most cases the
8436               speed penalty must be measured against the memory wasted on
8437               the few architectures where non position independent code is
8438               even possible.
8439             </p>
8440           </footnote>. Any exception to this rule must be discussed on
8441           the mailing list <em>debian-devel@lists.debian.org</em>, and
8442           a rough consensus obtained.  The reasons for not compiling
8443           with <tt>-fPIC</tt> flag must be recorded in the file
8444           <tt>README.Debian</tt>, and care must be taken to either
8445           restrict the architecture or arrange for <tt>-fPIC</tt> to
8446           be used on architectures where it is required.<footnote>
8447             <p>
8448               Some of the reasons why this might be required is if the
8449               library contains hand crafted assembly code that is not
8450               relocatable, the speed penalty is excessive for compute
8451               intensive libs, and similar reasons.
8452             </p>
8453           </footnote>
8454         </p>
8455         <p>
8456           As to the static libraries, the common case is not to have
8457           relocatable code, since there is no benefit, unless in specific
8458           cases; therefore the static version must not be compiled
8459           with the <tt>-fPIC</tt> flag. Any exception to this rule
8460           should be discussed on the mailing list
8461           <em>debian-devel@lists.debian.org</em>,  and the reasons for
8462           compiling with the <tt>-fPIC</tt> flag must be recorded in
8463           the file <tt>README.Debian</tt>. <footnote>
8464             <p>
8465               Some of the reasons for linking static libraries with
8466               the <tt>-fPIC</tt> flag are if, for example, one needs a
8467               Perl API for a library that is under rapid development,
8468               and has an unstable API, so shared libraries are
8469               pointless at this phase of the library's development. In
8470               that case, since Perl needs a library with relocatable
8471               code, it may make sense to create a static library with
8472               relocatable code. Another reason cited is if you are
8473               distilling various libraries into a common shared
8474               library, like <tt>mklibs</tt> does in the Debian
8475               installer project.
8476             </p>
8477           </footnote>
8478         </p>
8479         <p>
8480           In other words, if both a shared and a static library is
8481           being built, each source unit (<tt>*.c</tt>, for example,
8482           for C files) will need to be compiled twice, for the normal
8483           case. 
8484         </p>
8485
8486         <p>
8487           Libraries should be built with threading support and to be
8488           thread-safe if the library supports this.
8489         </p>
8490
8491         <p>
8492           Although not enforced by the build tools, shared libraries
8493           must be linked against all libraries that they use symbols from
8494           in the same way that binaries are.  This ensures the correct
8495           functioning of the <qref id="sharedlibs-symbols">symbols</qref>
8496           and <qref id="sharedlibs-shlibdeps">shlibs</qref>
8497           systems and guarantees that all libraries can be safely opened
8498           with <tt>dlopen()</tt>.  Packagers may wish to use the gcc
8499           option <tt>-Wl,-z,defs</tt> when building a shared library.
8500           Since this option enforces symbol resolution at build time,
8501           a missing library reference will be caught early as a fatal
8502           build error.
8503         </p>
8504
8505         <p>
8506           All installed shared libraries should be stripped with
8507           <example compact="compact">
8508 strip --strip-unneeded <var>your-lib</var>
8509           </example>
8510           (The option <tt>--strip-unneeded</tt> makes
8511           <prgn>strip</prgn> remove only the symbols which aren't
8512           needed for relocation processing.)  Shared libraries can
8513           function perfectly well when stripped, since the symbols for
8514           dynamic linking are in a separate part of the ELF object
8515           file.<footnote>
8516               You might also want to use the options
8517               <tt>--remove-section=.comment</tt> and
8518               <tt>--remove-section=.note</tt> on both shared libraries
8519               and executables, and <tt>--strip-debug</tt> on static
8520               libraries.
8521           </footnote>
8522         </p>
8523
8524         <p>
8525           Note that under some circumstances it may be useful to
8526           install a shared library unstripped, for example when
8527           building a separate package to support debugging.
8528         </p>
8529
8530         <p>
8531           Shared object files (often <file>.so</file> files) that are not
8532           public libraries, that is, they are not meant to be linked
8533           to by third party executables (binaries of other packages),
8534           should be installed in subdirectories of the
8535           <file>/usr/lib</file> directory.  Such files are exempt from the
8536           rules that govern ordinary shared libraries, except that
8537           they must not be installed executable and should be
8538           stripped.<footnote>
8539               A common example are the so-called "plug-ins",
8540               internal shared objects that are dynamically loaded by
8541               programs using <manref name="dlopen" section="3">.
8542           </footnote>
8543         </p>
8544
8545         <p>
8546           Packages that use <prgn>libtool</prgn> to create and install
8547           their shared libraries install a file containing additional
8548           metadata (ending in <file>.la</file>) alongside the library.
8549           For public libraries intended for use by other packages, these
8550           files normally should not be included in the Debian package,
8551           since the information they include is not necessary to link with
8552           the shared library on Debian and can add unnecessary additional
8553           dependencies to other programs or libraries.<footnote>
8554             These files store, among other things, all libraries on which
8555             that shared library depends.  Unfortunately, if
8556             the <file>.la</file> file is present and contains that
8557             dependency information, using <prgn>libtool</prgn> when
8558             linking against that library will cause the resulting program
8559             or library to be linked against those dependencies as well,
8560             even if this is unnecessary.  This can create unneeded
8561             dependencies on shared library packages that would otherwise
8562             be hidden behind the library ABI, and can make library
8563             transitions to new SONAMEs unnecessarily complicated and
8564             difficult to manage.
8565           </footnote>
8566           If the <file>.la</file> file is required for that library (if,
8567           for instance, it's loaded via <tt>libltdl</tt> in a way that
8568           requires that meta-information), the <tt>dependency_libs</tt>
8569           setting in the <file>.la</file> file should normally be set to
8570           the empty string.  If the shared library development package has
8571           historically included the <file>.la</file>, it must be retained
8572           in the development package (with <tt>dependency_libs</tt>
8573           emptied) until all libraries that depend on it have removed or
8574           emptied <tt>dependency_libs</tt> in their <file>.la</file>
8575           files to prevent linking with those other libraries
8576           using <prgn>libtool</prgn> from failing.
8577         </p>
8578
8579         <p>
8580           If the <file>.la</file> must be included, it should be included
8581           in the development (<tt>-dev</tt>) package, unless the library
8582           will be loaded by <prgn>libtool</prgn>'s <tt>libltdl</tt>
8583           library.  If it is intended for use with <tt>libltdl</tt>,
8584           the <file>.la</file> files must go in the run-time library
8585           package.
8586         </p>
8587
8588         <p>
8589           These requirements for handling of <file>.la</file> files do not
8590           apply to loadable modules or libraries not installed in
8591           directories searched by default by the dynamic linker.  Packages
8592           installing loadable modules will frequently need to install
8593           the <file>.la</file> files alongside the modules so that they
8594           can be loaded by <tt>libltdl</tt>.  <tt>dependency_libs</tt>
8595           does not need to be modified for libraries or modules that are
8596           not installed in directories searched by the dynamic linker by
8597           default and not intended for use by other packages.
8598         </p>
8599
8600         <p>
8601           You must make sure that you use only released versions of
8602           shared libraries to build your packages; otherwise other
8603           users will not be able to run your binaries
8604           properly. Producing source packages that depend on
8605           unreleased compilers is also usually a bad
8606           idea.
8607         </p>
8608       </sect>
8609
8610
8611       <sect>
8612         <heading>Shared libraries</heading>
8613         <p>
8614           This section has moved to <ref id="sharedlibs">.
8615         </p>
8616       </sect>
8617
8618
8619       <sect id="scripts">
8620         <heading>Scripts</heading>
8621
8622         <p>
8623           All command scripts, including the package maintainer
8624           scripts inside the package and used by <prgn>dpkg</prgn>,
8625           should have a <tt>#!</tt> line naming the shell to be used
8626           to interpret them.
8627         </p>
8628
8629         <p>
8630           In the case of Perl scripts this should be
8631           <tt>#!/usr/bin/perl</tt>.
8632         </p>
8633
8634         <p>
8635           When scripts are installed into a directory in the system
8636           PATH, the script name should not include an extension such
8637           as <tt>.sh</tt> or <tt>.pl</tt> that denotes the scripting
8638           language currently used to implement it.
8639         </p>
8640         <p>
8641           Shell scripts (<prgn>sh</prgn> and <prgn>bash</prgn>) other than
8642           <file>init.d</file> scripts should almost certainly start
8643           with <tt>set -e</tt> so that errors are detected.
8644           <file>init.d</file> scripts are something of a special case, due
8645           to how frequently they need to call commands that are allowed to
8646           fail, and it may instead be easier to check the exit status of
8647           commands directly.  See <ref id="writing-init"> for more
8648           information about writing <file>init.d</file> scripts.
8649         </p>
8650         <p>
8651           Every script should use <tt>set -e</tt> or check the exit status
8652           of <em>every</em> command.
8653         </p>
8654         <p>
8655           Scripts may assume that <file>/bin/sh</file> implements the
8656           SUSv3 Shell Command Language<footnote>
8657             Single UNIX Specification, version 3, which is also IEEE
8658             1003.1-2004 (POSIX), and is available on the World Wide Web
8659             from <url id="http://www.unix.org/version3/online.html"
8660                       name="The Open Group"> after free
8661             registration.</footnote>
8662           plus the following additional features not mandated by
8663           SUSv3:<footnote>
8664             These features are in widespread use in the Linux community
8665             and are implemented in all of bash, dash, and ksh, the most
8666             common shells users may wish to use as <file>/bin/sh</file>.
8667           </footnote>
8668           <list>
8669             <item><tt>echo -n</tt>, if implemented as a shell built-in,
8670               must not generate a newline.</item>
8671             <item><tt>test</tt>, if implemented as a shell built-in, must
8672               support <tt>-a</tt> and <tt>-o</tt> as binary logical
8673               operators.</item>
8674             <item><tt>local</tt> to create a scoped variable must be
8675               supported, including listing multiple variables in a single
8676               local command and assigning a value to a variable at the
8677               same time as localizing it.  <tt>local</tt> may or
8678               may not preserve the variable value from an outer scope if
8679               no assignment is present.  Uses such as:
8680 <example compact>
8681 fname () {
8682     local a b c=delta d
8683     # ... use a, b, c, d ...
8684 }
8685 </example>
8686               must be supported and must set the value of <tt>c</tt> to
8687               <tt>delta</tt>.
8688             </item>
8689             <item>The XSI extension to <prgn>kill</prgn> allowing <tt>kill
8690               -<var>signal</var></tt>, where <var>signal</var> is either
8691               the name of a signal or one of the numeric signals listed in
8692               the XSI extension (0, 1, 2, 3, 6, 9, 14, and 15), must be
8693               supported if <prgn>kill</prgn> is implemented as a shell
8694               built-in.
8695             </item>
8696             <item>The XSI extension to <prgn>trap</prgn> allowing numeric
8697               signals must be supported.  In addition to the signal
8698               numbers listed in the extension, which are the same as for
8699               <prgn>kill</prgn> above, 13 (SIGPIPE) must be allowed.
8700             </item>
8701           </list>
8702           If a shell script requires non-SUSv3 features from the shell
8703           interpreter other than those listed above, the appropriate shell
8704           must be specified in the first line of the script (e.g.,
8705           <tt>#!/bin/bash</tt>) and the package must depend on the package
8706           providing the shell (unless the shell package is marked
8707           "Essential", as in the case of <prgn>bash</prgn>).
8708         </p>
8709
8710         <p>
8711           You may wish to restrict your script to SUSv3 features plus the
8712           above set when possible so that it may use <file>/bin/sh</file>
8713           as its interpreter.  Checking your script
8714           with <prgn>checkbashisms</prgn> from
8715           the <package>devscripts</package> package or running your script
8716           with an alternate shell such as <prgn>posh</prgn> may help
8717           uncover violations of the above requirements.  If in doubt
8718           whether a script complies with these requirements,
8719           use <file>/bin/bash</file>.
8720         </p>
8721
8722         <p>
8723           Perl scripts should check for errors when making any
8724           system calls, including <tt>open</tt>, <tt>print</tt>,
8725           <tt>close</tt>, <tt>rename</tt> and <tt>system</tt>.
8726         </p>
8727
8728         <p>
8729           <prgn>csh</prgn> and <prgn>tcsh</prgn> should be avoided as
8730           scripting languages.  See <em>Csh Programming Considered
8731           Harmful</em>, one of the <tt>comp.unix.*</tt> FAQs, which
8732           can be found at <url id="http://www.faqs.org/faqs/unix-faq/shell/csh-whynot/">.
8733           If an upstream package comes with <prgn>csh</prgn> scripts
8734           then you must make sure that they start with
8735           <tt>#!/bin/csh</tt> and make your package depend on the
8736           <prgn>c-shell</prgn> virtual package.
8737         </p>
8738
8739         <p>
8740           Any scripts which create files in world-writeable
8741           directories (e.g., in <file>/tmp</file>) must use a
8742           mechanism which will fail atomically if a file with the same
8743           name already exists.
8744         </p>
8745
8746         <p>
8747           The Debian base system provides the <prgn>tempfile</prgn>
8748           and <prgn>mktemp</prgn> utilities for use by scripts for
8749           this purpose.
8750         </p>
8751       </sect>
8752
8753
8754       <sect>
8755         <heading>Symbolic links</heading>
8756
8757         <p>
8758           In general, symbolic links within a top-level directory should
8759           be relative, and symbolic links pointing from one top-level
8760           directory to or into another should be absolute. (A top-level
8761           directory is a sub-directory of the root
8762           directory <file>/</file>.)  For example, a symbolic link
8763           from <file>/usr/lib/foo</file> to <file>/usr/share/bar</file>
8764           should be relative (<file>../share/bar</file>), but a symbolic
8765           link from <file>/var/run</file> to <file>/run</file> should be
8766           absolute.<footnote>
8767             This is necessary to allow top-level directories to be
8768             symlinks.  If linking <file>/var/run</file>
8769             to <file>/run</file> were done with the relative symbolic
8770             link <file>../run</file>, but <file>/var</file> were a
8771             symbolic link to <file>/srv/disk1</file>, the symbolic link
8772             would point to <file>/srv/run</file> rather than the intended
8773             target.
8774           </footnote>
8775         </p>
8776
8777         <p>
8778           In addition, symbolic links should be specified as short as
8779           possible, i.e., link targets like <file>foo/../bar</file> are
8780           deprecated.
8781         </p>
8782
8783         <p>
8784           Note that when creating a relative link using
8785           <prgn>ln</prgn> it is not necessary for the target of the
8786           link to exist relative to the working directory you're
8787           running <prgn>ln</prgn> from, nor is it necessary to change
8788           directory to the directory where the link is to be made.
8789           Simply include the string that should appear as the target
8790           of the link (this will be a pathname relative to the
8791           directory in which the link resides) as the first argument
8792           to <prgn>ln</prgn>.
8793         </p>
8794
8795         <p>
8796           For example, in your <prgn>Makefile</prgn> or
8797           <file>debian/rules</file>, you can do things like:
8798           <example compact="compact">
8799 ln -fs gcc $(prefix)/bin/cc
8800 ln -fs gcc debian/tmp/usr/bin/cc
8801 ln -fs ../sbin/sendmail $(prefix)/bin/runq
8802 ln -fs ../sbin/sendmail debian/tmp/usr/bin/runq
8803           </example>
8804         </p>
8805
8806         <p>
8807           A symbolic link pointing to a compressed file should always
8808           have the same file extension as the referenced file. (For
8809           example, if a file <file>foo.gz</file> is referenced by a
8810           symbolic link, the filename of the link has to end with
8811           "<file>.gz</file>" too, as in <file>bar.gz</file>.)
8812         </p>
8813       </sect>
8814
8815       <sect>
8816         <heading>Device files</heading>
8817
8818         <p>
8819           Packages must not include device files or named pipes in the
8820           package file tree.
8821         </p>
8822
8823         <p>
8824           If a package needs any special device files that are not
8825           included in the base system, it must call
8826           <prgn>MAKEDEV</prgn> in the <prgn>postinst</prgn> script,
8827           after notifying the user<footnote>
8828               This notification could be done via a (low-priority)
8829               debconf message, or an echo (printf) statement.
8830           </footnote>.
8831         </p>
8832
8833         <p>
8834           Packages must not remove any device files in the
8835           <prgn>postrm</prgn> or any other script. This is left to the
8836           system administrator.
8837         </p>
8838
8839         <p>
8840           Debian uses the serial devices
8841           <file>/dev/ttyS*</file>. Programs using the old
8842           <file>/dev/cu*</file> devices should be changed to use
8843           <file>/dev/ttyS*</file>.
8844         </p>
8845
8846         <p>
8847           Named pipes needed by the package must be created in
8848           the <prgn>postinst</prgn> script<footnote>
8849             It's better to use <prgn>mkfifo</prgn> rather
8850             than <prgn>mknod</prgn> to create named pipes so that
8851             automated checks for packages incorrectly creating device
8852             files with <prgn>mknod</prgn> won't have false positives.
8853           </footnote> and removed in
8854           the <prgn>prerm</prgn> or <prgn>postrm</prgn> script as
8855           appropriate.
8856         </p>
8857       </sect>
8858
8859       <sect id="config-files">
8860         <heading>Configuration files</heading>
8861
8862         <sect1>
8863           <heading>Definitions</heading>
8864
8865           <p>
8866             <taglist>
8867               <tag>configuration file</tag>
8868               <item>
8869                   A file that affects the operation of a program, or
8870                   provides site- or host-specific information, or
8871                   otherwise customizes the behavior of a program.
8872                   Typically, configuration files are intended to be
8873                   modified by the system administrator (if needed or
8874                   desired) to conform to local policy or to provide
8875                   more useful site-specific behavior.
8876               </item>
8877
8878               <tag><tt>conffile</tt></tag>
8879               <item>
8880                   A file listed in a package's <tt>conffiles</tt>
8881                   file, and is treated specially by <prgn>dpkg</prgn>
8882                   (see <ref id="configdetails">).
8883               </item>
8884             </taglist>
8885           </p>
8886
8887           <p>
8888             The distinction between these two is important; they are
8889             not interchangeable concepts. Almost all
8890             <tt>conffile</tt>s are configuration files, but many
8891             configuration files are not <tt>conffiles</tt>.
8892           </p>
8893
8894           <p>
8895             As noted elsewhere, <file>/etc/init.d</file> scripts,
8896             <file>/etc/default</file> files, scripts installed in
8897             <file>/etc/cron.{hourly,daily,weekly,monthly}</file>, and cron
8898             configuration installed in <file>/etc/cron.d</file> must be
8899             treated as configuration files.  In general, any script that
8900             embeds configuration information is de-facto a configuration
8901             file and should be treated as such.
8902           </p>
8903         </sect1>
8904
8905         <sect1>
8906           <heading>Location</heading>
8907
8908           <p>
8909             Any configuration files created or used by your package
8910             must reside in <file>/etc</file>. If there are several,
8911             consider creating a subdirectory of <file>/etc</file>
8912             named after your package.
8913           </p>
8914
8915           <p>
8916             If your package creates or uses configuration files
8917             outside of <file>/etc</file>, and it is not feasible to modify
8918             the package to use <file>/etc</file> directly, put the files
8919             in <file>/etc</file> and create symbolic links to those files
8920             from the location that the package requires.
8921           </p>
8922         </sect1>
8923
8924         <sect1>
8925           <heading>Behavior</heading>
8926
8927           <p>
8928             Configuration file handling must conform to the following
8929             behavior:
8930             <list compact="compact">
8931               <item>
8932                   local changes must be preserved during a package
8933                   upgrade, and
8934               </item>
8935               <item>
8936                   configuration files must be preserved when the
8937                   package is removed, and only deleted when the
8938                   package is purged.
8939               </item>
8940             </list>
8941             Obsolete configuration files without local changes may be
8942             removed by the package during upgrade.
8943           </p>
8944
8945           <p>
8946             The easy way to achieve this behavior is to make the
8947             configuration file a <tt>conffile</tt>. This is
8948             appropriate only if it is possible to distribute a default
8949             version that will work for most installations, although
8950             some system administrators may choose to modify it. This
8951             implies that the default version will be part of the
8952             package distribution, and must not be modified by the
8953             maintainer scripts during installation (or at any other
8954             time).
8955           </p>
8956
8957           <p>
8958             In order to ensure that local changes are preserved
8959             correctly, no package may contain or make hard links to
8960             conffiles.<footnote>
8961                 Rationale: There are two problems with hard links.
8962                 The first is that some editors break the link while
8963                 editing one of the files, so that the two files may
8964                 unwittingly become unlinked and different.  The second
8965                 is that <prgn>dpkg</prgn> might break the hard link
8966                 while upgrading <tt>conffile</tt>s.
8967             </footnote>
8968           </p>
8969
8970           <p>
8971             The other way to do it is via the maintainer scripts.  In
8972             this case, the configuration file must not be listed as a
8973             <tt>conffile</tt> and must not be part of the package
8974             distribution. If the existence of a file is required for
8975             the package to be sensibly configured it is the
8976             responsibility of the package maintainer to provide
8977             maintainer scripts which correctly create, update and
8978             maintain the file and remove it on purge.  (See <ref
8979             id="maintainerscripts"> for more information.)  These
8980             scripts must be idempotent (i.e., must work correctly if
8981             <prgn>dpkg</prgn> needs to re-run them due to errors
8982             during installation or removal), must cope with all the
8983             variety of ways <prgn>dpkg</prgn> can call maintainer
8984             scripts, must not overwrite or otherwise mangle the user's
8985             configuration without asking, must not ask unnecessary
8986             questions (particularly during upgrades), and must
8987             otherwise be good citizens.
8988           </p>
8989
8990           <p>
8991             The scripts are not required to configure every possible
8992             option for the package, but only those necessary to get
8993             the package running on a given system. Ideally the
8994             sysadmin should not have to do any configuration other
8995             than that done (semi-)automatically by the
8996             <prgn>postinst</prgn> script.
8997           </p>
8998
8999           <p>
9000             A common practice is to create a script called
9001             <file><var>package</var>-configure</file> and have the
9002             package's <prgn>postinst</prgn> call it if and only if the
9003             configuration file does not already exist.  In certain
9004             cases it is useful for there to be an example or template
9005             file which the maintainer scripts use.  Such files should
9006             be in <file>/usr/share/<var>package</var></file> or
9007             <file>/usr/lib/<var>package</var></file> (depending on whether
9008             they are architecture-independent or not).  There should
9009             be symbolic links to them from
9010             <file>/usr/share/doc/<var>package</var>/examples</file> if
9011             they are examples, and should be perfectly ordinary
9012             <prgn>dpkg</prgn>-handled files (<em>not</em>
9013             configuration files).
9014           </p>
9015
9016           <p>
9017             These two styles of configuration file handling must
9018             not be mixed, for that way lies madness:
9019             <prgn>dpkg</prgn> will ask about overwriting the file
9020             every time the package is upgraded.
9021           </p>
9022         </sect1>
9023
9024         <sect1>
9025           <heading>Sharing configuration files</heading>
9026
9027           <p>
9028             If two or more packages use the same configuration file
9029             and it is reasonable for both to be installed at the same
9030             time, one of these packages must be defined as
9031             <em>owner</em> of the configuration file, i.e., it will be
9032             the package which handles that file as a configuration
9033             file.  Other packages that use the configuration file must
9034             depend on the owning package if they require the
9035             configuration file to operate. If the other package will
9036             use the configuration file if present, but is capable of
9037             operating without it, no dependency need be declared.
9038           </p>
9039
9040           <p>
9041             If it is desirable for two or more related packages to
9042             share a configuration file <em>and</em> for all of the
9043             related packages to be able to modify that configuration
9044             file, then the following should be done:
9045             <enumlist compact="compact">
9046               <item>
9047                   One of the related packages (the "owning" package)
9048                   will manage the configuration file with maintainer
9049                   scripts as described in the previous section.
9050               </item>
9051               <item>
9052                   The owning package should also provide a program
9053                   that the other packages may use to modify the
9054                   configuration file.
9055               </item>
9056               <item>
9057                   The related packages must use the provided program
9058                   to make any desired modifications to the
9059                   configuration file.  They should either depend on
9060                   the core package to guarantee that the configuration
9061                   modifier program is available or accept gracefully
9062                   that they cannot modify the configuration file if it
9063                   is not.  (This is in addition to the fact that the
9064                   configuration file may not even be present in the
9065                   latter scenario.)
9066               </item>
9067             </enumlist>
9068           </p>
9069
9070           <p>
9071             Sometimes it's appropriate to create a new package which
9072             provides the basic infrastructure for the other packages
9073             and which manages the shared configuration files.  (The
9074             <tt>sgml-base</tt> package is a good example.)
9075           </p>
9076
9077           <p>
9078             If the configuration file cannot be shared as described above,
9079             the packages must be marked as conflicting with each other.
9080             Two packages that specify the same file as
9081             a <tt>conffile</tt> must conflict.  This is an instance of the
9082             general rule about not sharing files.  Neither alternatives
9083             nor diversions are likely to be appropriate in this case; in
9084             particular, <prgn>dpkg</prgn> does not handle diverted
9085             <tt>conffile</tt>s well.
9086           </p>
9087
9088           <p>
9089             When two packages both declare the same <tt>conffile</tt>, they
9090             may see left-over configuration files from each other even
9091             though they conflict with each other.  If a user removes
9092             (without purging) one of the packages and installs the other,
9093             the new package will take over the <tt>conffile</tt> from the
9094             old package.  If the file was modified by the user, it will be
9095             treated the same as any other locally
9096             modified <tt>conffile</tt> during an upgrade.
9097           </p>
9098
9099           <p>
9100             The maintainer scripts must not alter a <tt>conffile</tt>
9101             of <em>any</em> package, including the one the scripts
9102             belong to.
9103           </p>
9104         </sect1>
9105
9106         <sect1>
9107           <heading>User configuration files ("dotfiles")</heading>
9108
9109           <p>
9110             The files in <file>/etc/skel</file> will automatically be
9111             copied into new user accounts by <prgn>adduser</prgn>.
9112             No other program should reference the files in
9113             <file>/etc/skel</file>.
9114           </p>
9115
9116           <p>
9117             Therefore, if a program needs a dotfile to exist in
9118             advance in <file>$HOME</file> to work sensibly, that dotfile
9119             should be installed in <file>/etc/skel</file> and treated as a
9120             configuration file.
9121           </p>
9122
9123           <p>
9124             However, programs that require dotfiles in order to
9125             operate sensibly are a bad thing, unless they do create
9126             the dotfiles themselves automatically.
9127           </p>
9128
9129           <p>
9130             Furthermore, programs should be configured by the Debian
9131             default installation to behave as closely to the upstream
9132             default behavior as possible.
9133           </p>
9134
9135           <p>
9136             Therefore, if a program in a Debian package needs to be
9137             configured in some way in order to operate sensibly, that
9138             should be done using a site-wide configuration file placed
9139             in <file>/etc</file>.  Only if the program doesn't support a
9140             site-wide default configuration and the package maintainer
9141             doesn't have time to add it may a default per-user file be
9142             placed in <file>/etc/skel</file>.
9143           </p>
9144
9145           <p>
9146             <file>/etc/skel</file> should be as empty as we can make it.
9147             This is particularly true because there is no easy (or
9148             necessarily desirable) mechanism for ensuring that the
9149             appropriate dotfiles are copied into the accounts of
9150             existing users when a package is installed.
9151           </p>
9152         </sect1>
9153       </sect>
9154
9155       <sect>
9156         <heading>Log files</heading>
9157         <p>
9158           Log files should usually be named
9159           <file>/var/log/<var>package</var>.log</file>.  If you have many
9160           log files, or need a separate directory for permission
9161           reasons (<file>/var/log</file> is writable only by
9162           <file>root</file>), you should usually create a directory named
9163           <file>/var/log/<var>package</var></file> and place your log
9164           files there.
9165         </p>
9166
9167         <p>
9168           Log files must be rotated occasionally so that they don't grow
9169           indefinitely.  The best way to do this is to install a log
9170           rotation configuration file in the
9171           directory <file>/etc/logrotate.d</file>, normally
9172           named <file>/etc/logrotate.d/<var>package</var></file>, and use
9173           the facilities provided by <prgn>logrotate</prgn>.
9174           <footnote>
9175             <p>
9176               The traditional approach to log files has been to set up
9177               <em>ad hoc</em> log rotation schemes using simple shell
9178               scripts and cron.  While this approach is highly
9179               customizable, it requires quite a lot of sysadmin work.
9180               Even though the original Debian system helped a little
9181               by automatically installing a system which can be used
9182               as a template, this was deemed not enough.
9183             </p>
9184
9185             <p>
9186               The use of <prgn>logrotate</prgn>, a program developed
9187               by Red Hat, is better, as it centralizes log management.
9188               It has both a configuration file
9189               (<file>/etc/logrotate.conf</file>) and a directory where
9190               packages can drop their individual log rotation
9191               configurations (<file>/etc/logrotate.d</file>).
9192             </p>
9193           </footnote>
9194           Here is a good example for a logrotate config
9195           file (for more information see <manref name="logrotate"
9196             section="8">):
9197           <example compact="compact">
9198 /var/log/foo/*.log {
9199     rotate 12
9200     weekly
9201     compress
9202     missingok
9203     postrotate
9204         start-stop-daemon -K -p /var/run/foo.pid -s HUP -x /usr/sbin/foo -q
9205     endscript
9206 }
9207           </example>
9208           This rotates all files under <file>/var/log/foo</file>, saves 12
9209           compressed generations, and tells the daemon to reopen its log
9210           files after the log rotation.  It skips this log rotation
9211           (via <tt>missingok</tt>) if no such log file is present, which
9212           avoids errors if the package is removed but not purged.
9213         </p>
9214
9215         <p>
9216           Log files should be removed when the package is
9217           purged (but not when it is only removed).  This should be
9218           done by the <prgn>postrm</prgn> script when it is called
9219           with the argument <tt>purge</tt> (see <ref
9220           id="removedetails">).
9221         </p>
9222       </sect>
9223
9224       <sect id="permissions-owners">
9225         <heading>Permissions and owners</heading>
9226
9227         <p>
9228           The rules in this section are guidelines for general use.
9229           If necessary you may deviate from the details below.
9230           However, if you do so you must make sure that what is done
9231           is secure and you should try to be as consistent as possible
9232           with the rest of the system.  You should probably also
9233           discuss it on <prgn>debian-devel</prgn> first.
9234         </p>
9235
9236         <p>
9237           Files should be owned by <tt>root:root</tt>, and made
9238           writable only by the owner and universally readable (and
9239           executable, if appropriate), that is mode 644 or 755.
9240         </p>
9241
9242         <p>
9243           Directories should be mode 755 or (for group-writability)
9244           mode 2775.  The ownership of the directory should be
9245           consistent with its mode: if a directory is mode 2775, it
9246           should be owned by the group that needs write access to
9247           it.<footnote>
9248             <p>
9249               When a package is upgraded, and the owner or permissions
9250               of a file included in the package has changed, dpkg
9251               arranges for the ownership and permissions to be
9252               correctly set upon installation. However, this does not
9253               extend to directories; the permissions and ownership of
9254               directories already on the system does not change on
9255               install or upgrade of packages.  This makes sense, since
9256               otherwise common directories like <tt>/usr</tt> would
9257               always be in flux.  To correctly change permissions of a
9258               directory the package owns, explicit action is required,
9259               usually in the <tt>postinst</tt> script. Care must be
9260               taken to handle downgrades as well, in that case.
9261             </p>
9262           </footnote>
9263         </p>
9264
9265         <p>
9266           Control information files should be owned by <tt>root:root</tt>
9267           and either mode 644 (for most files) or mode 755 (for
9268           executables such as <qref id="maintscripts">maintainer
9269           scripts</qref>).
9270         </p>
9271
9272         <p>
9273           Setuid and setgid executables should be mode 4755 or 2755
9274           respectively, and owned by the appropriate user or group.
9275           They should not be made unreadable (modes like 4711 or
9276           2711 or even 4111); doing so achieves no extra security,
9277           because anyone can find the binary in the freely available
9278           Debian package; it is merely inconvenient.  For the same
9279           reason you should not restrict read or execute permissions
9280           on non-set-id executables.
9281         </p>
9282
9283         <p>
9284           Some setuid programs need to be restricted to particular
9285           sets of users, using file permissions.  In this case they
9286           should be owned by the uid to which they are set-id, and by
9287           the group which should be allowed to execute them.  They
9288           should have mode 4754; again there is no point in making
9289           them unreadable to those users who must not be allowed to
9290           execute them.
9291         </p>
9292
9293         <p>
9294           It is possible to arrange that the system administrator can
9295           reconfigure the package to correspond to their local
9296           security policy by changing the permissions on a binary:
9297           they can do this by using <prgn>dpkg-statoverride</prgn>, as
9298           described below.<footnote>
9299             Ordinary files installed by <prgn>dpkg</prgn> (as
9300             opposed to <tt>conffile</tt>s and other similar objects)
9301             normally have their permissions reset to the distributed
9302             permissions when the package is reinstalled.  However,
9303             the use of <prgn>dpkg-statoverride</prgn> overrides this
9304             default behavior.
9305           </footnote>
9306           Another method you should consider is to create a group for
9307           people allowed to use the program(s) and make any setuid
9308           executables executable only by that group.
9309         </p>
9310
9311         <p>
9312           If you need to create a new user or group for your package
9313           there are two possibilities.  Firstly, you may need to
9314           make some files in the binary package be owned by this
9315           user or group, or you may need to compile the user or
9316           group id (rather than just the name) into the binary
9317           (though this latter should be avoided if possible, as in
9318           this case you need a statically allocated id).</p>
9319
9320         <p>
9321           If you need a statically allocated id, you must ask for a
9322           user or group id from the <tt>base-passwd</tt> maintainer,
9323           and must not release the package until you have been
9324           allocated one.  Once you have been allocated one you must
9325           either make the package depend on a version of the
9326           <tt>base-passwd</tt> package with the id present in
9327           <file>/etc/passwd</file> or <file>/etc/group</file>, or arrange for
9328           your package to create the user or group itself with the
9329           correct id (using <tt>adduser</tt>) in its
9330           <prgn>preinst</prgn> or <prgn>postinst</prgn>.  (Doing it in
9331           the <prgn>postinst</prgn> is to be preferred if it is
9332           possible, otherwise a pre-dependency will be needed on the
9333           <tt>adduser</tt> package.)
9334         </p>
9335
9336         <p>
9337           On the other hand, the program might be able to determine
9338           the uid or gid from the user or group name at runtime, so
9339           that a dynamically allocated id can be used.  In this case
9340           you should choose an appropriate user or group name,
9341           discussing this on <prgn>debian-devel</prgn> and checking
9342           with the <package/base-passwd/ maintainer that it is unique and that
9343           they do not wish you to use a statically allocated id
9344           instead.  When this has been checked you must arrange for
9345           your package to create the user or group if necessary using
9346           <prgn>adduser</prgn> in the <prgn>preinst</prgn> or
9347           <prgn>postinst</prgn> script (again, the latter is to be
9348           preferred if it is possible).
9349         </p>
9350
9351         <p>
9352           Note that changing the numeric value of an id associated
9353           with a name is very difficult, and involves searching the
9354           file system for all appropriate files.  You need to think
9355           carefully whether a static or dynamic id is required, since
9356           changing your mind later will cause problems.
9357         </p>
9358
9359         <sect1><heading>The use of <prgn>dpkg-statoverride</prgn></heading>
9360           <p>
9361             This section is not intended as policy, but as a
9362             description of the use of <prgn>dpkg-statoverride</prgn>.
9363           </p>
9364
9365           <p>
9366             If a system administrator wishes to have a file (or
9367             directory or other such thing) installed with owner and
9368             permissions different from those in the distributed Debian
9369             package, they can use the <prgn>dpkg-statoverride</prgn>
9370             program to instruct <prgn>dpkg</prgn> to use the different
9371             settings every time the file is installed.  Thus the
9372             package maintainer should distribute the files with their
9373             normal permissions, and leave it for the system
9374             administrator to make any desired changes.  For example, a
9375             daemon which is normally required to be setuid root, but
9376             in certain situations could be used without being setuid,
9377             should be installed setuid in the <tt>.deb</tt>.  Then the
9378             local system administrator can change this if they wish.
9379             If there are two standard ways of doing it, the package
9380             maintainer can use <tt>debconf</tt> to find out the
9381             preference, and call <prgn>dpkg-statoverride</prgn> in the
9382             maintainer script if necessary to accommodate the system
9383             administrator's choice. Care must be taken during
9384             upgrades to not override an existing setting.
9385           </p>
9386
9387           <p>
9388             Given the above, <prgn>dpkg-statoverride</prgn> is
9389             essentially a tool for system administrators and would not
9390             normally be needed in the maintainer scripts.  There is
9391             one type of situation, though, where calls to
9392             <prgn>dpkg-statoverride</prgn> would be needed in the
9393             maintainer scripts, and that involves packages which use
9394             dynamically allocated user or group ids.  In such a
9395             situation, something like the following idiom can be very
9396             helpful in the package's <prgn>postinst</prgn>, where
9397             <tt>sysuser</tt> is a dynamically allocated id:
9398             <example>
9399 for i in /usr/bin/foo /usr/sbin/bar
9400 do
9401   # only do something when no setting exists
9402   if ! dpkg-statoverride --list $i >/dev/null 2>&1
9403   then
9404     #include: debconf processing, question about foo and bar
9405     if [ "$RET" = "true" ] ; then
9406       dpkg-statoverride --update --add sysuser root 4755 $i
9407     fi
9408   fi
9409 done
9410             </example>
9411             The corresponding code to remove the override when the package
9412             is purged would be:
9413             <example>
9414 for i in /usr/bin/foo /usr/sbin/bar
9415 do
9416   if dpkg-statoverride --list $i >/dev/null 2>&1
9417   then
9418     dpkg-statoverride --remove $i
9419   fi
9420 done
9421             </example>
9422           </p>
9423         </sect1>
9424       </sect>
9425     </chapt>
9426
9427
9428     <chapt id="customized-programs">
9429       <heading>Customized programs</heading>
9430
9431       <sect id="arch-spec">
9432         <heading>Architecture specification strings</heading>
9433
9434         <p>
9435           If a program needs to specify an <em>architecture specification
9436           string</em> in some place, it should select one of the strings
9437           provided by <tt>dpkg-architecture -L</tt>. The strings are in
9438           the format <tt><var>os</var>-<var>arch</var></tt>, though the OS
9439           part is sometimes elided, as when the OS is Linux.
9440         </p>
9441
9442         <p>
9443           Note that we don't want to use
9444           <tt><var>arch</var>-debian-linux</tt> to apply to the rule
9445           <tt><var>architecture</var>-<var>vendor</var>-<var>os</var></tt>
9446           since this would make our programs incompatible with other
9447           Linux distributions.  We also don't use something like
9448           <tt><var>arch</var>-unknown-linux</tt>, since the
9449           <tt>unknown</tt> does not look very good.
9450         </p>
9451
9452         <sect1 id="arch-wildcard-spec">
9453           <heading>Architecture wildcards</heading>
9454
9455           <p>
9456             A package may specify an architecture wildcard. Architecture
9457             wildcards are in the format <tt>any</tt> (which matches every
9458             architecture), <tt><var>os</var></tt>-any, or
9459             any-<tt><var>cpu</var></tt>. <footnote>
9460               Internally, the package system normalizes the GNU triplets
9461               and the Debian arches into Debian arch triplets (which are
9462               kind of inverted GNU triplets), with the first component of
9463               the triplet representing the libc and ABI in use, and then
9464               does matching against those triplets.  However, such
9465               triplets are an internal implementation detail that should
9466               not be used by packages directly.  The libc and ABI portion
9467               is handled internally by the package system based on
9468               the <var>os</var> and <var>cpu</var>.
9469             </footnote>
9470           </p>
9471         </sect1>
9472       </sect>
9473
9474       <sect>
9475         <heading>Daemons</heading>
9476
9477         <p>
9478           The configuration files <file>/etc/services</file>,
9479           <file>/etc/protocols</file>, and <file>/etc/rpc</file> are managed
9480           by the <prgn>netbase</prgn> package and must not be modified
9481           by other packages.
9482         </p>
9483
9484         <p>
9485           If a package requires a new entry in one of these files, the
9486           maintainer should get in contact with the
9487           <prgn>netbase</prgn> maintainer, who will add the entries
9488           and release a new version of the <prgn>netbase</prgn>
9489           package.
9490         </p>
9491
9492         <p>
9493           The configuration file <file>/etc/inetd.conf</file> must not be
9494           modified by the package's scripts except via the
9495           <prgn>update-inetd</prgn> script or the
9496           <file>DebianNet.pm</file> Perl module.  See their documentation
9497           for details on how to add entries.
9498         </p>
9499
9500         <p>
9501           If a package wants to install an example entry into
9502           <file>/etc/inetd.conf</file>, the entry must be preceded with
9503           exactly one hash character (<tt>#</tt>). Such lines are
9504           treated as "commented out by user" by the
9505           <prgn>update-inetd</prgn> script and are not changed or
9506           activated during package updates.
9507         </p>
9508       </sect>
9509
9510       <sect>
9511         <heading>Using pseudo-ttys and modifying wtmp, utmp and
9512         lastlog</heading>
9513
9514         <p>
9515           Some programs need to create pseudo-ttys. This should be done
9516           using Unix98 ptys if the C library supports it. The resulting
9517           program must not be installed setuid root, unless that
9518           is required for other functionality.
9519         </p>
9520
9521         <p>
9522           The files <file>/var/run/utmp</file>, <file>/var/log/wtmp</file> and
9523           <file>/var/log/lastlog</file> must be installed writable by
9524           group <tt>utmp</tt>.  Programs which need to modify those
9525           files must be installed setgid <tt>utmp</tt>.
9526         </p>
9527       </sect>
9528
9529       <sect>
9530         <heading>Editors and pagers</heading>
9531
9532         <p>
9533           Some programs have the ability to launch an editor or pager
9534           program to edit or display a text document.  Since there are
9535           lots of different editors and pagers available in the Debian
9536           distribution, the system administrator and each user should
9537           have the possibility to choose their preferred editor and
9538           pager.
9539         </p>
9540
9541         <p>
9542           In addition, every program should choose a good default
9543           editor/pager if none is selected by the user or system
9544           administrator.
9545         </p>
9546
9547         <p>
9548           Thus, every program that launches an editor or pager must
9549           use the EDITOR or PAGER environment variable to determine
9550           the editor or pager the user wishes to use.  If these
9551           variables are not set, the programs <file>/usr/bin/editor</file>
9552           and <file>/usr/bin/pager</file> should be used, respectively.
9553         </p>
9554
9555         <p>
9556           These two files are managed through the <prgn>dpkg</prgn>
9557           "alternatives" mechanism.  Every package providing an editor or
9558           pager must call the <prgn>update-alternatives</prgn> script to
9559           register as an alternative for <file>/usr/bin/editor</file>
9560           or <file>/usr/bin/pager</file> as appropriate.  The alternative
9561           should have a slave alternative
9562           for <file>/usr/share/man/man1/editor.1.gz</file>
9563           or <file>/usr/share/man/man1/pager.1.gz</file> pointing to the
9564           corresponding manual page.
9565         </p>
9566
9567         <p>
9568           If it is very hard to adapt a program to make use of the
9569           EDITOR or PAGER variables, that program may be configured to
9570           use <file>/usr/bin/sensible-editor</file> and
9571           <file>/usr/bin/sensible-pager</file> as the editor or pager
9572           program respectively.  These are two scripts provided in the
9573           <package>sensible-utils</package> package that check the EDITOR
9574           and PAGER variables and launch the appropriate program, and fall
9575           back to <file>/usr/bin/editor</file>
9576           and <file>/usr/bin/pager</file> if the variable is not set.
9577         </p>
9578
9579         <p>
9580           A program may also use the VISUAL environment variable to
9581           determine the user's choice of editor.  If it exists, it
9582           should take precedence over EDITOR.  This is in fact what
9583           <file>/usr/bin/sensible-editor</file> does.
9584         </p>
9585
9586         <p>
9587           It is not required for a package to depend on
9588           <tt>editor</tt> and <tt>pager</tt>, nor is it required for a
9589           package to provide such virtual packages.<footnote>
9590               The Debian base system already provides an editor and a
9591               pager program.
9592           </footnote>
9593         </p>
9594       </sect>
9595
9596       <sect id="web-appl">
9597         <heading>Web servers and applications</heading>
9598
9599         <p>
9600           This section describes the locations and URLs that should
9601           be used by all web servers and web applications in the
9602           Debian system.
9603         </p>
9604
9605         <p>
9606           <enumlist>
9607             <item>
9608                 Cgi-bin executable files are installed in the
9609                 directory
9610                 <example compact="compact">
9611 /usr/lib/cgi-bin/<var>cgi-bin-name</var>
9612                 </example>
9613                 or a subdirectory of that directory, and should be
9614                 referred to as
9615                 <example compact="compact">
9616 http://localhost/cgi-bin/<var>cgi-bin-name</var>
9617                 </example>
9618                 (possibly with a subdirectory name
9619                 before <var>cgi-bin-name</var>).
9620             </item>
9621
9622             <item>
9623               <p>Access to HTML documents</p>
9624
9625               <p>
9626                 HTML documents for a package are stored in
9627                 <file>/usr/share/doc/<var>package</var></file>
9628                 and can be referred to as
9629                 <example compact="compact">
9630 http://localhost/doc/<var>package</var>/<var>filename</var>
9631                 </example>
9632               </p>
9633
9634               <p>
9635                 The web server should restrict access to the document
9636                 tree so that only clients on the same host can read
9637                 the documents. If the web server does not support such
9638                 access controls, then it should not provide access at
9639                 all, or ask about providing access during installation.
9640               </p>
9641             </item>
9642
9643             <item>
9644               <p>Access to images</p>
9645               <p>
9646                 It is recommended that images for a package be stored
9647                 in <tt>/usr/share/images/<var>package</var></tt> and
9648                 may be referred to through an alias <tt>/images/</tt>
9649                 as
9650                 <example>
9651                   http://localhost/images/&lt;package&gt;/&lt;filename&gt;     
9652                 </example>
9653                 
9654               </p>
9655             </item>
9656
9657             <item>
9658               <p>Web Document Root</p>
9659
9660               <p>
9661                 Web Applications should try to avoid storing files in
9662                 the Web Document Root.  Instead they should use the
9663                 /usr/share/doc/<var>package</var> directory for
9664                 documents and register the Web Application via the
9665                 <package>doc-base</package> package.  If access to the
9666                 web document root is unavoidable then use
9667                 <example compact="compact">
9668 /var/www
9669                 </example>
9670                 as the Document Root.  This might be just a symbolic
9671                 link to the location where the system administrator
9672                 has put the real document root.
9673               </p>
9674             </item>
9675             <item><p>Providing httpd and/or httpd-cgi</p>
9676               <p>
9677                 All web servers should provide the virtual package
9678                 <tt>httpd</tt>. If a web server has CGI support it should
9679                 provide <tt>httpd-cgi</tt> additionally.
9680               </p>
9681               <p>
9682                 All web applications which do not contain CGI scripts should
9683                 depend on <tt>httpd</tt>, all those web applications which
9684                 <tt>do</tt> contain CGI scripts, should depend on
9685                 <tt>httpd-cgi</tt>.
9686               </p>
9687             </item>
9688           </enumlist>
9689         </p>
9690       </sect>
9691
9692       <sect id="mail-transport-agents">
9693         <heading>Mail transport, delivery and user agents</heading>
9694
9695         <p>
9696           Debian packages which process electronic mail, whether mail
9697           user agents (MUAs) or mail transport agents (MTAs), must
9698           ensure that they are compatible with the configuration
9699           decisions below.  Failure to do this may result in lost
9700           mail, broken <tt>From:</tt> lines, and other serious brain
9701           damage!
9702         </p>
9703
9704         <p>
9705           The mail spool is <file>/var/mail</file> and the interface to
9706           send a mail message is <file>/usr/sbin/sendmail</file> (as per
9707           the FHS).  On older systems, the mail spool may be
9708           physically located in <file>/var/spool/mail</file>, but all
9709           access to the mail spool should be via the
9710           <file>/var/mail</file> symlink.  The mail spool is part of the
9711           base system and not part of the MTA package.
9712         </p>
9713
9714         <p>
9715           All Debian MUAs, MTAs, MDAs and other mailbox accessing
9716           programs (such as IMAP daemons) must lock the mailbox in an
9717           NFS-safe way. This means that <tt>fcntl()</tt> locking must
9718           be combined with dot locking.  To avoid deadlocks, a program
9719           should use <tt>fcntl()</tt> first and dot locking after
9720           this, or alternatively implement the two locking methods in
9721           a non blocking way<footnote>
9722               If it is not possible to establish both locks, the
9723               system shouldn't wait for the second lock to be
9724               established, but remove the first lock, wait a (random)
9725               time, and start over locking again.
9726           </footnote>. Using the functions <tt>maillock</tt> and
9727           <tt>mailunlock</tt> provided by the
9728           <tt>liblockfile*</tt><footnote>
9729               You will need to depend on <tt>liblockfile1 (&gt;&gt;1.01)</tt>
9730               to use these functions.
9731           </footnote> packages is the recommended way to realize this.
9732         </p>
9733
9734         <p>
9735           Mailboxes are generally either mode 600 and owned by
9736           <var>user</var> or mode 660 and owned by
9737           <tt><var>user</var>:mail</tt><footnote>
9738             There are two traditional permission schemes for mail spools:
9739             mode 600 with all mail delivery done by processes running as
9740             the destination user, or mode 660 and owned by group mail with
9741             mail delivery done by a process running as a system user in
9742             group mail.  Historically, Debian required mode 660 mail
9743             spools to enable the latter model, but that model has become
9744             increasingly uncommon and the principle of least privilege
9745             indicates that mail systems that use the first model should
9746             use permissions of 600.  If delivery to programs is permitted,
9747             it's easier to keep the mail system secure if the delivery
9748             agent runs as the destination user.  Debian Policy therefore
9749             permits either scheme.
9750           </footnote>. The local system administrator may choose a
9751           different permission scheme; packages should not make
9752           assumptions about the permission and ownership of mailboxes
9753           unless required (such as when creating a new mailbox).  A MUA
9754           may remove a mailbox (unless it has nonstandard permissions) in
9755           which case the MTA or another MUA must recreate it if needed.
9756         </p>
9757
9758         <p>
9759           The mail spool is 2775 <tt>root:mail</tt>, and MUAs should
9760           be setgid mail to do the locking mentioned above (and
9761           must obviously avoid accessing other users' mailboxes
9762           using this privilege).</p>
9763
9764         <p>
9765           <file>/etc/aliases</file> is the source file for the system mail
9766           aliases (e.g., postmaster, usenet, etc.), it is the one
9767           which the sysadmin and <prgn>postinst</prgn> scripts may
9768           edit.  After <file>/etc/aliases</file> is edited the program or
9769           human editing it must call <prgn>newaliases</prgn>.  All MTA
9770           packages must come with a <prgn>newaliases</prgn> program,
9771           even if it does nothing, but older MTA packages did not do
9772           this so programs should not fail if <prgn>newaliases</prgn>
9773           cannot be found.  Note that because of this, all MTA
9774           packages must have <tt>Provides</tt>, <tt>Conflicts</tt> and
9775           <tt>Replaces: mail-transport-agent</tt> control fields.
9776         </p>
9777
9778         <p>
9779           The convention of writing <tt>forward to
9780             <var>address</var></tt> in the mailbox itself is not
9781           supported.  Use a <tt>.forward</tt> file instead.</p>
9782
9783         <p>
9784           The <prgn>rmail</prgn> program used by UUCP
9785           for incoming mail should be  <file>/usr/sbin/rmail</file>.
9786           Likewise, <prgn>rsmtp</prgn>, for receiving
9787           batch-SMTP-over-UUCP, should be <file>/usr/sbin/rsmtp</file> if it
9788           is supported.</p>
9789
9790         <p>
9791           If your package needs to know what hostname to use on (for
9792           example) outgoing news and mail messages which are generated
9793           locally, you should use the file <file>/etc/mailname</file>.  It
9794           will contain the portion after the username and <tt>@</tt>
9795           (at) sign for email addresses of users on the machine
9796           (followed by a newline).
9797         </p>
9798
9799         <p>
9800           Such a package should check for the existence of this file
9801           when it is being configured.  If it exists, it should be
9802           used without comment, although an MTA's configuration script
9803           may wish to prompt the user even if it finds that this file
9804           exists.  If the file does not exist, the package should
9805           prompt the user for the value (preferably using
9806           <prgn>debconf</prgn>) and store it in <file>/etc/mailname</file>
9807           as well as using it in the package's configuration.  The
9808           prompt should make it clear that the name will not just be
9809           used by that package.  For example, in this situation the
9810           <tt>inn</tt> package could say something like:
9811           <example compact="compact">
9812 Please enter the "mail name" of your system.  This is the
9813 hostname portion of the address to be shown on outgoing
9814 news and mail messages.  The default is
9815 <var>syshostname</var>, your system's host name.  Mail
9816 name ["<var>syshostname</var>"]:
9817           </example>
9818           where <var>syshostname</var> is the output of <tt>hostname
9819             --fqdn</tt>.
9820         </p>
9821       </sect>
9822
9823       <sect>
9824         <heading>News system configuration</heading>
9825
9826         <p>
9827           All the configuration files related to the NNTP (news)
9828           servers and clients should be located under
9829           <file>/etc/news</file>.</p>
9830
9831         <p>
9832           There are some configuration issues that apply to a number
9833           of news clients and server packages on the machine. These
9834           are:
9835
9836           <taglist>
9837             <tag><file>/etc/news/organization</file></tag>
9838             <item>
9839                 A string which should appear as the
9840                 organization header for all messages posted
9841                 by NNTP clients on the machine
9842             </item>
9843
9844             <tag><file>/etc/news/server</file></tag>
9845             <item>
9846                 Contains the FQDN of the upstream NNTP
9847                 server, or localhost if the local machine is
9848                 an NNTP server.
9849             </item>
9850           </taglist>
9851
9852           Other global files may be added as required for cross-package news
9853           configuration.
9854         </p>
9855       </sect>
9856
9857
9858       <sect>
9859         <heading>Programs for the X Window System</heading>
9860
9861         <sect1>
9862           <heading>Providing X support and package priorities</heading>
9863
9864           <p>
9865             Programs that can be configured with support for the X
9866             Window System must be configured to do so and must declare
9867             any package dependencies necessary to satisfy their
9868             runtime requirements when using the X Window System.  If
9869             such a package is of higher priority than the X packages
9870             on which it depends, it is required that either the
9871             X-specific components be split into a separate package, or
9872             that an alternative version of the package, which includes
9873             X support, be provided, or that the package's priority be
9874             lowered.
9875           </p>
9876         </sect1>
9877
9878         <sect1>
9879           <heading>Packages providing an X server</heading>
9880
9881           <p>
9882             Packages that provide an X server that, directly or
9883             indirectly, communicates with real input and display
9884             hardware should declare in their <tt>Provides</tt> control
9885             field that they provide the virtual
9886             package <tt>xserver</tt>.<footnote>
9887                 This implements current practice, and provides an
9888                 actual policy for usage of the <tt>xserver</tt>
9889                 virtual package which appears in the virtual packages
9890                 list.  In a nutshell, X servers that interface
9891                 directly with the display and input hardware or via
9892                 another subsystem (e.g., GGI) should provide
9893                 <tt>xserver</tt>.  Things like <tt>Xvfb</tt>,
9894                 <tt>Xnest</tt>, and <tt>Xprt</tt> should not.
9895             </footnote>
9896           </p>
9897         </sect1>
9898
9899         <sect1>
9900           <heading>Packages providing a terminal emulator</heading>
9901
9902           <p>
9903             Packages that provide a terminal emulator for the X Window
9904             System which meet the criteria listed below should declare in
9905             their <tt>Provides</tt> control field that they provide the
9906             virtual package <tt>x-terminal-emulator</tt>.  They should
9907             also register themselves as an alternative for
9908             <file>/usr/bin/x-terminal-emulator</file>, with a priority of
9909             20.  That alternative should have a slave alternative
9910             for <file>/usr/share/man/man1/x-terminal-emulator.1.gz</file>
9911             pointing to the corresponding manual page.
9912           </p>
9913
9914           <p>
9915             To be an <tt>x-terminal-emulator</tt>, a program must:
9916             <list compact="compact">
9917               <item>
9918                   Be able to emulate a DEC VT100 terminal, or a
9919                   compatible terminal.
9920               </item>
9921
9922               <item>
9923                   Support the command-line option <tt>-e
9924                     <var>command</var></tt>, which creates a new
9925                   terminal window<footnote>
9926                       "New terminal window" does not necessarily mean
9927                       a new top-level X window directly parented by
9928                       the window manager; it could, if the terminal
9929                       emulator application were so coded, be a new
9930                       "view" in a multiple-document interface (MDI).
9931                   </footnote>
9932                   and runs the specified <var>command</var>,
9933                   interpreting the entirety of the rest of the command
9934                   line as a command to pass straight to exec, in the
9935                   manner that <tt>xterm</tt> does.
9936               </item>
9937
9938               <item>
9939                   Support the command-line option <tt>-T
9940                     <var>title</var></tt>, which creates a new terminal
9941                   window with the window title <var>title</var>.
9942               </item>
9943             </list>
9944           </p>
9945         </sect1>
9946
9947         <sect1>
9948           <heading>Packages providing a window manager</heading>
9949
9950           <p>
9951             Packages that provide a window manager should declare in
9952             their <tt>Provides</tt> control field that they provide the
9953             virtual package <tt>x-window-manager</tt>.  They should also
9954             register themselves as an alternative for
9955             <file>/usr/bin/x-window-manager</file>, with a priority
9956             calculated as follows:
9957             <list compact="compact">
9958               <item>
9959                   Start with a priority of 20.
9960               </item>
9961
9962               <item>
9963                   If the window manager supports the Debian menu
9964                   system, add 20 points if this support is available
9965                   in the package's default configuration (i.e., no
9966                   configuration files belonging to the system or user
9967                   have to be edited to activate the feature); if
9968                   configuration files must be modified, add only 10
9969                   points.
9970                 </p>
9971               </item>
9972
9973               <item>
9974                   If the window manager complies with <url
9975                     id="http://www.freedesktop.org/wiki/Specifications/wm-spec"
9976                     name="The Window Manager Specification Project">,
9977                   written by the <url id="http://www.freedesktop.org/wiki/"
9978                     name="Free Desktop Group">, add 40 points.
9979               </item>
9980
9981               <item>
9982                   If the window manager permits the X session to be
9983                   restarted using a <em>different</em> window manager
9984                   (without killing the X server) in its default
9985                   configuration, add 10 points; otherwise add none.
9986               </item>
9987             </list>
9988             That alternative should have a slave alternative
9989             for <file>/usr/share/man/man1/x-window-manager.1.gz</file>
9990             pointing to the corresponding manual page.
9991           </p>
9992         </sect1>
9993
9994         <sect1>
9995           <heading>Packages providing fonts</heading>
9996
9997           <p>
9998             Packages that provide fonts for the X Window
9999             System<footnote>
10000                 For the purposes of Debian Policy, a "font for the X
10001                 Window System" is one which is accessed via X protocol
10002                 requests.  Fonts for the Linux console, for PostScript
10003                 renderer, or any other purpose, do not fit this
10004                 definition.  Any tool which makes such fonts available
10005                 to the X Window System, however, must abide by this
10006                 font policy.
10007             </footnote>
10008             must do a number of things to ensure that they are both
10009             available without modification of the X or font server
10010             configuration, and that they do not corrupt files used by
10011             other font packages to register information about
10012             themselves.
10013             <enumlist>
10014               <item>
10015                   Fonts of any type supported by the X Window System
10016                   must be in a separate binary package from any
10017                   executables, libraries, or documentation (except
10018                   that specific to the fonts shipped, such as their
10019                   license information).  If one or more of the fonts
10020                   so packaged are necessary for proper operation of
10021                   the package with which they are associated the font
10022                   package may be Recommended; if the fonts merely
10023                   provide an enhancement, a Suggests relationship may
10024                   be used.  Packages must not Depend on font
10025                   packages.<footnote>
10026                       This is because the X server may retrieve fonts
10027                       from the local file system or over the network
10028                       from an X font server; the Debian package system
10029                       is empowered to deal only with the local
10030                       file system.
10031                   </footnote>
10032               </item>
10033
10034               <item>
10035                   BDF fonts must be converted to PCF fonts with the
10036                   <prgn>bdftopcf</prgn> utility (available in the
10037                   <tt>xfonts-utils</tt> package, <prgn>gzip</prgn>ped, and
10038                   placed in a directory that corresponds to their
10039                   resolution:
10040                   <list compact="compact">
10041                     <item>
10042                         100 dpi fonts must be placed in
10043                         <file>/usr/share/fonts/X11/100dpi/</file>.
10044                     </item>
10045
10046                     <item>
10047                         75 dpi fonts must be placed in
10048                         <file>/usr/share/fonts/X11/75dpi/</file>.
10049                     </item>
10050
10051                     <item>
10052                         Character-cell fonts, cursor fonts, and other
10053                         low-resolution fonts must be placed in
10054                         <file>/usr/share/fonts/X11/misc/</file>.
10055                     </item>
10056                   </list>
10057               </item>
10058
10059               <item>
10060                   Type 1 fonts must be placed in
10061                   <file>/usr/share/fonts/X11/Type1/</file>.  If font
10062                   metric files are available, they must be placed here
10063                   as well.
10064               </item>
10065
10066               <item>
10067                   Subdirectories of <file>/usr/share/fonts/X11/</file>
10068                   other than those listed above must be neither
10069                   created nor used.  (The <file>PEX</file>, <file>CID</file>,
10070                   <file>Speedo</file>, and <file>cyrillic</file> directories
10071                   are excepted for historical reasons, but installation of
10072                   files into these directories remains discouraged.)
10073               </item>
10074
10075               <item>
10076                   Font packages may, instead of placing files directly
10077                   in the X font directories listed above, provide
10078                   symbolic links in that font directory pointing to
10079                   the files' actual location in the filesystem.  Such
10080                   a location must comply with the FHS.
10081               </item>
10082
10083               <item>
10084                   Font packages should not contain both 75dpi and
10085                   100dpi versions of a font.  If both are available,
10086                   they should be provided in separate binary packages
10087                   with <tt>-75dpi</tt> or <tt>-100dpi</tt> appended to
10088                   the names of the packages containing the
10089                   corresponding fonts.
10090               </item>
10091
10092               <item>
10093                   Fonts destined for the <file>misc</file> subdirectory
10094                   should not be included in the same package as 75dpi
10095                   or 100dpi fonts; instead, they should be provided in
10096                   a separate package with <tt>-misc</tt> appended to
10097                   its name.
10098               </item>
10099
10100               <item>
10101                   Font packages must not provide the files
10102                   <file>fonts.dir</file>, <file>fonts.alias</file>, or
10103                   <file>fonts.scale</file> in a font directory:
10104                   <list>
10105                     <item>
10106                         <file>fonts.dir</file> files must not be provided at all.
10107                     </item>
10108
10109                     <item>
10110                         <file>fonts.alias</file> and <file>fonts.scale</file>
10111                         files, if needed, should be provided in the
10112                         directory
10113                         <file>/etc/X11/fonts/<var>fontdir</var>/<var>package</var>.<var>extension</var></file>,
10114                         where <var>fontdir</var> is the name of the
10115                         subdirectory of
10116                         <file>/usr/share/fonts/X11/</file> where the
10117                         package's corresponding fonts are stored
10118                         (e.g., <tt>75dpi</tt> or <tt>misc</tt>),
10119                         <var>package</var> is the name of the package
10120                         that provides these fonts, and
10121                         <var>extension</var> is either <tt>scale</tt>
10122                         or <tt>alias</tt>, whichever corresponds to
10123                         the file contents.
10124                     </item>
10125                   </list>
10126               </item>
10127
10128               <item>
10129                   Font packages must declare a dependency on
10130                   <tt>xfonts-utils</tt> in their <tt>Depends</tt>
10131                   or <tt>Pre-Depends</tt> control field.
10132               </item>
10133
10134               <item>
10135                   Font packages that provide one or more
10136                   <file>fonts.scale</file> files as described above must
10137                   invoke <prgn>update-fonts-scale</prgn> on each
10138                   directory into which they installed fonts
10139                   <em>before</em> invoking
10140                   <prgn>update-fonts-dir</prgn> on that directory.
10141                   This invocation must occur in both the
10142                   <prgn>postinst</prgn> (for all arguments) and
10143                   <prgn>postrm</prgn> (for all arguments except
10144                   <tt>upgrade</tt>) scripts.
10145               </item>
10146
10147               <item>
10148                   Font packages that provide one or more
10149                   <file>fonts.alias</file> files as described above must
10150                   invoke <prgn>update-fonts-alias</prgn> on each
10151                   directory into which they installed fonts.  This
10152                   invocation must occur in both the
10153                   <prgn>postinst</prgn> (for all arguments) and
10154                   <prgn>postrm</prgn> (for all arguments except
10155                   <tt>upgrade</tt>) scripts.
10156               </item>
10157
10158               <item>
10159                   Font packages must invoke
10160                   <prgn>update-fonts-dir</prgn> on each directory into
10161                   which they installed fonts.  This invocation must
10162                   occur in both the <prgn>postinst</prgn> (for all
10163                   arguments) and <prgn>postrm</prgn> (for all
10164                   arguments except <tt>upgrade</tt>) scripts.
10165               </item>
10166
10167               <item>
10168                   Font packages must not provide alias names for the
10169                   fonts they include which collide with alias names
10170                   already in use by fonts already packaged.
10171               </item>
10172
10173               <item>
10174                   Font packages must not provide fonts with the same
10175                   XLFD registry name as another font already packaged.
10176               </item>
10177             </enumlist>
10178           </p>
10179         </sect1>
10180
10181         <sect1 id="appdefaults">
10182           <heading>Application defaults files</heading>
10183
10184           <p>
10185             Application defaults files must be installed in the
10186             directory <file>/etc/X11/app-defaults/</file> (use of a
10187             localized subdirectory of <file>/etc/X11/</file> as described
10188             in the <em>X Toolkit Intrinsics - C Language
10189             Interface</em> manual is also permitted).  They must be
10190             registered as <tt>conffile</tt>s or handled as
10191             configuration files.
10192           </p>
10193
10194           <p>
10195             Customization of programs' X resources may also be
10196             supported with the provision of a file with the same name
10197             as that of the package placed in
10198             the <file>/etc/X11/Xresources/</file> directory, which
10199             must be registered as a <tt>conffile</tt> or handled as a
10200             configuration file.<footnote>
10201                 Note that this mechanism is not the same as using
10202                 app-defaults; app-defaults are tied to the client
10203                 binary on the local file system, whereas X resources
10204                 are stored in the X server and affect all connecting
10205                 clients.
10206             </footnote>
10207           </p>
10208         </sect1>
10209
10210         <sect1>
10211           <heading>Installation directory issues</heading>
10212
10213           <p>
10214             Historically, packages using the X Window System used a
10215             separate set of installation directories from other packages.
10216             This practice has been discontinued and packages using the X
10217             Window System should now generally be installed in the same
10218             directories as any other package.  Specifically, packages must
10219             not install files under the <file>/usr/X11R6/</file> directory
10220             and the <file>/usr/X11R6/</file> directory hierarchy should be
10221             regarded as obsolete.
10222           </p>
10223
10224           <p>
10225             Include files previously installed under
10226             <file>/usr/X11R6/include/X11/</file> should be installed into
10227             <file>/usr/include/X11/</file>.  For files previously
10228             installed into subdirectories of
10229             <file>/usr/X11R6/lib/X11/</file>, package maintainers should
10230             determine if subdirectories of <file>/usr/lib/</file> and
10231             <file>/usr/share/</file> can be used.  If not, a subdirectory
10232             of <file>/usr/lib/X11/</file> should be used.
10233           </p>
10234
10235           <p>
10236             Configuration files for window, display, or session managers
10237             or other applications that are tightly integrated with the X
10238             Window System may be placed in a subdirectory
10239             of <file>/etc/X11/</file> corresponding to the package name.
10240             Other X Window System applications should use
10241             the <file>/etc/</file> directory unless otherwise mandated by
10242             policy (such as for <ref id="appdefaults">).
10243           </p>
10244         </sect1>
10245       </sect>
10246
10247       <sect id="perl">
10248         <heading>Perl programs and modules</heading>
10249
10250         <p>
10251           Perl programs and modules should follow the current Perl policy.
10252         </p>
10253
10254         <p>
10255           The Perl policy can be found in the <tt>perl-policy</tt>
10256           files in the <tt>debian-policy</tt> package.
10257           It is also available from the Debian web mirrors at
10258           <tt><url name="/doc/packaging-manuals/perl-policy/"
10259                 id="http://www.debian.org/doc/packaging-manuals/perl-policy/"></tt>.
10260         </p>
10261       </sect>
10262
10263       <sect id="emacs">
10264         <heading>Emacs lisp programs</heading>
10265
10266         <p>
10267           Please refer to the "Debian Emacs Policy" for details of how to
10268           package emacs lisp programs.
10269         </p>
10270
10271         <p>
10272           The Emacs policy is available in
10273           <file>debian-emacs-policy.gz</file> of the
10274           <package>emacsen-common</package> package.
10275           It is also available from the Debian web mirrors at
10276           <tt><url name="/doc/packaging-manuals/debian-emacs-policy"
10277                 id="http://www.debian.org/doc/packaging-manuals/debian-emacs-policy"></tt>.
10278         </p>
10279       </sect>
10280
10281       <sect>
10282         <heading>Games</heading>
10283
10284         <p>
10285           The permissions on <file>/var/games</file> are mode 755, owner
10286           <tt>root</tt> and group <tt>root</tt>.
10287         </p>
10288
10289         <p>
10290           Each game decides on its own security policy.</p>
10291
10292         <p>
10293           Games which require protected, privileged access to
10294           high-score files, saved games, etc., may be made
10295           set-<em>group</em>-id (mode 2755) and owned by
10296           <tt>root:games</tt>, and use files and directories with
10297           appropriate permissions (770 <tt>root:games</tt>, for
10298           example).  They must not be made
10299           set-<em>user</em>-id, as this causes security problems. (If
10300           an attacker can subvert any set-user-id game they can
10301           overwrite the executable of any other, causing other players
10302           of these games to run a Trojan horse program.  With a
10303           set-group-id game the attacker only gets access to less
10304           important game data, and if they can get at the other
10305           players' accounts at all it will take considerably more
10306           effort.)</p>
10307
10308         <p>
10309           Some packages, for example some fortune cookie programs, are
10310           configured by the upstream authors to install with their
10311           data files or other static information made unreadable so
10312           that they can only be accessed through set-id programs
10313           provided.  You should not do this in a Debian package: anyone can
10314           download the <file>.deb</file> file and read the data from it,
10315           so there is no point making the files unreadable.  Not
10316           making the files unreadable also means that you don't have
10317           to make so many programs set-id, which reduces the risk of a
10318           security hole.</p>
10319
10320         <p>
10321           As described in the FHS, binaries of games should be
10322           installed in the directory <file>/usr/games</file>. This also
10323           applies to games that use the X Window System. Manual pages
10324           for games (X and non-X games) should be installed in
10325           <file>/usr/share/man/man6</file>.</p>
10326       </sect>
10327     </chapt>
10328
10329
10330     <chapt id="docs">
10331       <heading>Documentation</heading>
10332
10333       <sect>
10334         <heading>Manual pages</heading>
10335
10336         <p>
10337           You should install manual pages in <prgn>nroff</prgn> source
10338           form, in appropriate places under <file>/usr/share/man</file>.
10339           You should only use sections 1 to 9 (see the FHS for more
10340           details).  You must not install a pre-formatted "cat page".
10341         </p>
10342
10343         <p>
10344           Each program, utility, and function should have an
10345           associated manual page included in the same package. It is
10346           suggested that all configuration files also have a manual
10347           page included as well. Manual pages for protocols and other
10348           auxiliary things are optional.
10349         </p>
10350
10351         <p>
10352           If no manual page is available, this is considered as a bug
10353           and should be reported to the Debian Bug Tracking System (the
10354           maintainer of the package is allowed to write this bug report
10355           themselves, if they so desire).  Do not close the bug report
10356           until a proper man page is available.<footnote>
10357               It is not very hard to write a man page. See the
10358               <url id="http://www.schweikhardt.net/man_page_howto.html"
10359                 name="Man-Page-HOWTO">,
10360               <manref name="man" section="7">, the examples created
10361               by <prgn>dh_make</prgn>, the helper
10362               program <prgn>help2man</prgn>, or the
10363               directory <file>/usr/share/doc/man-db/examples</file>.
10364           </footnote>
10365         </p>
10366
10367         <p>
10368           You may forward a complaint about a missing man page to the
10369           upstream authors, and mark the bug as forwarded in the
10370           Debian bug tracking system.  Even though the GNU Project do
10371           not in general consider the lack of a man page to be a bug,
10372           we do; if they tell you that they don't consider it a bug
10373           you should leave the bug in our bug tracking system open
10374           anyway.
10375         </p>
10376
10377         <p>
10378           Manual pages should be installed compressed using <tt>gzip -9</tt>.
10379         </p>
10380
10381         <p>
10382           If one man page needs to be accessible via several names it
10383           is better to use a symbolic link than the <file>.so</file>
10384           feature, but there is no need to fiddle with the relevant
10385           parts of the upstream source to change from <file>.so</file> to
10386           symlinks: don't do it unless it's easy.  You should not
10387           create hard links in the manual page directories, nor put
10388           absolute filenames in <file>.so</file> directives.  The filename
10389           in a <file>.so</file> in a man page should be relative to the
10390           base of the man page tree (usually
10391           <file>/usr/share/man</file>). If you do not create any links
10392           (whether symlinks, hard links, or <tt>.so</tt> directives)
10393           in the file system to the alternate names of the man page,
10394           then you should not rely on <prgn>man</prgn> finding your
10395           man page under those names based solely on the information in
10396           the man page's header.<footnote>
10397               Supporting this in <prgn>man</prgn> often requires
10398               unreasonable processing time to find a manual page or to
10399               report that none exists, and moves knowledge into man's
10400               database that would be better left in the file system.
10401               This support is therefore deprecated and will cease to
10402               be present in the future.
10403           </footnote>
10404         </p>
10405
10406         <p>
10407           Manual pages in locale-specific subdirectories of
10408           <file>/usr/share/man</file> should use either UTF-8 or the usual
10409           legacy encoding for that language (normally the one corresponding
10410           to the shortest relevant locale name in
10411           <file>/usr/share/i18n/SUPPORTED</file>). For example, pages under
10412           <file>/usr/share/man/fr</file> should use either UTF-8 or
10413           ISO-8859-1.<footnote>
10414             <prgn>man</prgn> will automatically detect whether UTF-8 is in
10415             use. In future, all manual pages will be required to use
10416             UTF-8.
10417           </footnote>
10418         </p>
10419
10420         <p>
10421           A country name (the <tt>DE</tt> in <tt>de_DE</tt>) should not be
10422           included in the subdirectory name unless it indicates a
10423           significant difference in the language, as this excludes
10424           speakers of the language in other countries.<footnote>
10425             At the time of writing, Chinese and Portuguese are the main
10426             languages with such differences, so <file>pt_BR</file>,
10427             <file>zh_CN</file>, and <file>zh_TW</file> are all allowed.
10428           </footnote>
10429         </p>
10430
10431         <p>
10432           If a localized version of a manual page is provided, it should
10433           either be up-to-date or it should be obvious to the reader that
10434           it is outdated and the original manual page should be used
10435           instead.  This can be done either by a note at the beginning of
10436           the manual page or by showing the missing or changed portions in
10437           the original language instead of the target language.
10438         </p>
10439       </sect>
10440
10441       <sect>
10442         <heading>Info documents</heading>
10443
10444         <p>
10445           Info documents should be installed in <file>/usr/share/info</file>.
10446           They should be compressed with <tt>gzip -9</tt>.
10447         </p>
10448
10449         <p>
10450           The <prgn>install-info</prgn> program maintains a directory of
10451           installed info documents in <file>/usr/share/info/dir</file> for
10452           the use of info readers.<footnote>
10453             It was previously necessary for packages installing info
10454             documents to run <prgn>install-info</prgn> from maintainer
10455             scripts.  This is no longer necessary.  The installation
10456             system now uses dpkg triggers.
10457           </footnote>
10458           This file must not be included in packages.  Packages containing
10459           info documents should depend on <tt>dpkg (>= 1.15.4) |
10460           install-info</tt> to ensure that the directory file is properly
10461           rebuilt during partial upgrades from Debian 5.0 (lenny) and
10462           earlier.
10463         </p>
10464
10465         <p>
10466           Info documents should contain section and directory entry
10467           information in the document for the use
10468           of <prgn>install-info</prgn>.  The section should be specified
10469           via a line starting with <tt>INFO-DIR-SECTION</tt> followed by a
10470           space and the section of this info page.  The directory entry or
10471           entries should be included between
10472           a <tt>START-INFO-DIR-ENTRY</tt> line and
10473           an <tt>END-INFO-DIR-ENTRY</tt> line.  For example:
10474           <example>
10475 INFO-DIR-SECTION Individual utilities
10476 START-INFO-DIR-ENTRY
10477 * example: (example).               An example info directory entry.
10478 END-INFO-DIR-ENTRY
10479           </example>
10480           To determine which section to use, you should look
10481           at <file>/usr/share/info/dir</file> on your system and choose
10482           the most relevant (or create a new section if none of the
10483           current sections are relevant).<footnote>
10484             Normally, info documents are generated from Texinfo source.
10485             To include this information in the generated info document, if
10486             it is absent, add commands like:
10487             <example>
10488 @dircategory Individual utilities
10489 @direntry
10490 * example: (example).               An example info directory entry.
10491 @end direntry
10492             </example>
10493             to the Texinfo source of the document and ensure that the info
10494             documents are rebuilt from source during the package build.
10495           </footnote>
10496         </p>
10497       </sect>
10498
10499       <sect>
10500         <heading>Additional documentation</heading>
10501
10502         <p>
10503           Any additional documentation that comes with the package may
10504           be installed at the discretion of the package maintainer.
10505           Plain text documentation should be installed in the directory
10506           <file>/usr/share/doc/<var>package</var></file>, where
10507           <var>package</var> is the name of the package, and
10508           compressed with <tt>gzip -9</tt> unless it is small.
10509         </p>
10510
10511         <p>
10512           If a package comes with large amounts of documentation which
10513           many users of the package will not require you should create
10514           a separate binary package to contain it, so that it does not
10515           take up disk space on the machines of users who do not need
10516           or want it installed.</p>
10517
10518         <p>
10519           It is often a good idea to put text information files
10520           (<file>README</file>s, changelogs, and so forth) that come with
10521           the source package in <file>/usr/share/doc/<var>package</var></file>
10522           in the binary package.  However, you don't need to install
10523           the instructions for building and installing the package, of
10524           course!</p>
10525
10526         <p>
10527           Packages must not require the existence of any files in
10528           <file>/usr/share/doc/</file> in order to function
10529           <footnote>
10530               The system administrator should be able to
10531               delete files in <file>/usr/share/doc/</file> without causing
10532               any programs to break.
10533           </footnote>.
10534           Any files that are referenced by programs but are also
10535           useful as stand alone documentation should be installed under
10536           <file>/usr/share/<var>package</var>/</file> with symbolic links from
10537           <file>/usr/share/doc/<var>package</var></file>.
10538         </p>
10539
10540         <p>
10541           <file>/usr/share/doc/<var>package</var></file> may be a symbolic
10542           link to another directory in <file>/usr/share/doc</file> only if
10543           the two packages both come from the same source and the
10544           first package Depends on the second.<footnote>
10545             <p>
10546               Please note that this does not override the section on
10547               changelog files below, so the file 
10548               <file>/usr/share/doc/<var>package</var>/changelog.Debian.gz</file>
10549               must refer to the changelog for the current version of
10550               <var>package</var> in question. In practice, this means
10551               that the sources of the target and the destination of the
10552               symlink must be the same (same source package and
10553               version). 
10554             </p>
10555           </footnote>
10556         </p>
10557
10558         <p>
10559           Former Debian releases placed all additional documentation
10560           in <file>/usr/doc/<var>package</var></file>.  This has been
10561           changed to <file>/usr/share/doc/<var>package</var></file>,
10562           and packages must not put documentation in the directory
10563           <file>/usr/doc/<var>package</var></file>. <footnote>
10564             At this phase of the transition, we no longer require a
10565             symbolic link in <file>/usr/doc/</file>. At a later point,
10566             policy shall change to make the symbolic links a bug.
10567           </footnote>
10568         </p>
10569       </sect>
10570
10571       <sect>
10572         <heading>Preferred documentation formats</heading>
10573
10574         <p>
10575           The unification of Debian documentation is being carried out
10576           via HTML.</p>
10577
10578         <p>
10579           If your package comes with extensive documentation in a
10580           markup format that can be converted to various other formats
10581           you should if possible ship HTML versions in a binary
10582           package, in the directory
10583           <file>/usr/share/doc/<var>appropriate-package</var></file> or
10584           its subdirectories.<footnote>
10585               The rationale: The important thing here is that HTML
10586               docs should be available in <em>some</em> package, not
10587               necessarily in the main binary package.
10588           </footnote>
10589         </p>
10590
10591         <p>
10592           Other formats such as PostScript may be provided at the
10593           package maintainer's discretion.
10594         </p>
10595       </sect>
10596
10597       <sect id="copyrightfile">
10598         <heading>Copyright information</heading>
10599
10600         <p>
10601           Every package must be accompanied by a verbatim copy of its
10602           copyright information and distribution license in the file
10603           <file>/usr/share/doc/<var>package</var>/copyright</file>. This
10604           file must neither be compressed nor be a symbolic link.
10605         </p>
10606
10607         <p>
10608           In addition, the copyright file must say where the upstream
10609           sources (if any) were obtained, and should name the original
10610           authors.
10611         </p>
10612
10613         <p>
10614           Packages in the <em>contrib</em> or <em>non-free</em> archive
10615           areas should state in the copyright file that the package is not
10616           part of the Debian distribution and briefly explain why.
10617         </p>
10618
10619         <p>
10620           A copy of the file which will be installed in
10621           <file>/usr/share/doc/<var>package</var>/copyright</file> should
10622           be in <file>debian/copyright</file> in the source package.
10623         </p>
10624
10625         <p>
10626           <file>/usr/share/doc/<var>package</var></file> may be a symbolic
10627           link to another directory in <file>/usr/share/doc</file> only if
10628           the two packages both come from the same source and the
10629           first package Depends on the second.  These rules are important
10630           because <file>copyright</file> files must be extractable by
10631           mechanical means.
10632         </p>
10633
10634         <p>
10635           Packages distributed under the Apache license (version 2.0), the
10636           Artistic license, the GNU GPL (versions 1, 2, or 3), the GNU
10637           LGPL (versions 2, 2.1, or 3), and the GNU FDL (versions 1.2 or
10638           1.3) should refer to the corresponding files
10639           under <file>/usr/share/common-licenses</file>,<footnote>
10640             <p>
10641               In particular,
10642               <file>/usr/share/common-licenses/Apache-2.0</file>,
10643               <file>/usr/share/common-licenses/Artistic</file>,
10644               <file>/usr/share/common-licenses/GPL-1</file>,
10645               <file>/usr/share/common-licenses/GPL-2</file>,
10646               <file>/usr/share/common-licenses/GPL-3</file>,
10647               <file>/usr/share/common-licenses/LGPL-2</file>,
10648               <file>/usr/share/common-licenses/LGPL-2.1</file>,
10649               <file>/usr/share/common-licenses/LGPL-3</file>,
10650               <file>/usr/share/common-licenses/GFDL-1.2</file>, and
10651               <file>/usr/share/common-licenses/GFDL-1.3</file>
10652               respectively.  The University of California BSD license is
10653               also included in <package>base-files</package> as
10654               <file>/usr/share/common-licenses/BSD</file>, but given the
10655               brevity of this license, its specificity to code whose
10656               copyright is held by the Regents of the University of
10657               California, and the frequency of minor wording changes, its
10658               text should be included in the copyright file rather than
10659               referencing this file.
10660             </p>
10661           </footnote> rather than quoting them in the copyright
10662           file. 
10663         </p>
10664
10665         <p>
10666           You should not use the copyright file as a general <file>README</file>
10667           file.  If your package has such a file it should be
10668           installed in <file>/usr/share/doc/<var>package</var>/README</file> or
10669           <file>README.Debian</file> or some other appropriate place.
10670         </p>
10671
10672         <p>
10673           All copyright files must be encoded in UTF-8.
10674         </p>
10675
10676         <sect1 id="copyrightformat">
10677           <heading>Machine-readable copyright information</heading>
10678
10679           <p>
10680             A specification for a standard, machine-readable format
10681             for <file>debian/copyright</file> files is maintained as part
10682             of the <package>debian-policy</package> package.  This
10683             document may be found in the <file>copyright-format</file>
10684             files in the <package>debian-policy</package> package.  It is
10685             also available from the Debian web mirrors at
10686             <tt><url name="/doc/packaging-manuals/copyright-format/1.0/"
10687                      id="http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/"></tt>.
10688           </p>
10689
10690           <p>
10691             Use of this format is optional.
10692           </p>
10693         </sect1>
10694       </sect>
10695
10696       <sect>
10697         <heading>Examples</heading>
10698
10699         <p>
10700           Any examples (configurations, source files, whatever),
10701           should be installed in a directory
10702           <file>/usr/share/doc/<var>package</var>/examples</file>.  These
10703           files should not be referenced by any program: they're there
10704           for the benefit of the system administrator and users as
10705           documentation only.  Architecture-specific example files
10706           should be installed in a directory
10707           <file>/usr/lib/<var>package</var>/examples</file> with symbolic
10708           links to them from
10709           <file>/usr/share/doc/<var>package</var>/examples</file>, or the
10710           latter directory itself may be a symbolic link to the
10711           former.
10712         </p>
10713
10714         <p>
10715           If the purpose of a package is to provide examples, then the
10716           example files may be installed into
10717           <file>/usr/share/doc/<var>package</var></file>.
10718         </p>
10719       </sect>
10720
10721       <sect id="changelogs">
10722         <heading>Changelog files</heading>
10723
10724         <p>
10725           Packages that are not Debian-native must contain a
10726           compressed copy of the <file>debian/changelog</file> file from
10727           the Debian source tree in
10728           <file>/usr/share/doc/<var>package</var></file> with the name
10729           <file>changelog.Debian.gz</file>.
10730         </p>
10731
10732         <p>
10733           If an upstream changelog is available, it should be accessible as
10734           <file>/usr/share/doc/<var>package</var>/changelog.gz</file> in
10735           plain text.  If the upstream changelog is distributed in
10736           HTML, it should be made available in that form as
10737           <file>/usr/share/doc/<var>package</var>/changelog.html.gz</file>
10738           and a plain text <file>changelog.gz</file> should be generated
10739           from it using, for example, <tt>lynx -dump -nolist</tt>.  If
10740           the upstream changelog files do not already conform to this
10741           naming convention, then this may be achieved either by
10742           renaming the files, or by adding a symbolic link, at the
10743           maintainer's discretion.<footnote>
10744               Rationale: People should not have to look in places for
10745               upstream changelogs merely because they are given
10746               different names or are distributed in HTML format.
10747           </footnote>
10748         </p>
10749
10750         <p>
10751           All of these files should be installed compressed using
10752           <tt>gzip -9</tt>, as they will become large with time even
10753           if they start out small.
10754         </p>
10755
10756         <p>
10757           If the package has only one changelog which is used both as
10758           the Debian changelog and the upstream one because there is
10759           no separate upstream maintainer then that changelog should
10760           usually be installed as
10761           <file>/usr/share/doc/<var>package</var>/changelog.gz</file>; if
10762           there is a separate upstream maintainer, but no upstream
10763           changelog, then the Debian changelog should still be called
10764           <file>changelog.Debian.gz</file>.
10765         </p>
10766
10767         <p>
10768           For details about the format and contents of the Debian
10769           changelog file, please see <ref id="dpkgchangelog">.
10770         </p>
10771       </sect>
10772     </chapt>
10773
10774     <appendix id="pkg-scope">
10775       <heading>Introduction and scope of these appendices</heading>
10776
10777       <p>
10778         These appendices are taken essentially verbatim from the
10779         now-deprecated Packaging Manual, version 3.2.1.0.  They are
10780         the chapters which are likely to be of use to package
10781         maintainers and which have not already been included in the
10782         policy document itself. Most of these sections are very likely
10783         not relevant to policy; they should be treated as
10784         documentation for the packaging system. Please note that these
10785         appendices are included for convenience, and for historical
10786         reasons: they used to be part of policy package, and they have
10787         not yet been incorporated into dpkg documentation. However,
10788         they still have value, and hence they are presented here.
10789       </p>
10790
10791       <p>
10792         They have not yet been checked to ensure that they are
10793         compatible with the contents of policy, and if there are any
10794         contradictions, the version in the main policy document takes
10795         precedence.  The remaining chapters of the old Packaging
10796         Manual have also not been read in detail to ensure that there
10797         are not parts which have been left out.  Both of these will be
10798         done in due course.
10799       </p>
10800
10801       <p>
10802         Certain parts of the Packaging manual were integrated into the
10803         Policy Manual proper, and removed from the appendices. Links
10804         have been placed from the old locations to the new ones.
10805       </p>
10806
10807       <p>
10808         <prgn>dpkg</prgn> is a suite of programs for creating binary
10809         package files and installing and removing them on Unix
10810         systems.<footnote>
10811             <prgn>dpkg</prgn> is targeted primarily at Debian, but may
10812             work on or be ported to other systems.
10813         </footnote>
10814       </p>
10815
10816       <p>
10817         The binary packages are designed for the management of
10818         installed executable programs (usually compiled binaries) and
10819         their associated data, though source code examples and
10820         documentation are provided as part of some packages.</p>
10821
10822       <p>
10823         This manual describes the technical aspects of creating Debian
10824         binary packages (<file>.deb</file> files).  It documents the
10825         behavior of the package management programs
10826         <prgn>dpkg</prgn>, <prgn>dselect</prgn> et al. and the way
10827         they interact with packages.</p>
10828
10829       <p>
10830         It also documents the interaction between
10831         <prgn>dselect</prgn>'s core and the access method scripts it
10832         uses to actually install the selected packages, and describes
10833         how to create a new access method.</p>
10834
10835       <p>
10836         This manual does not go into detail about the options and
10837         usage of the package building and installation tools.  It
10838         should therefore be read in conjunction with those programs'
10839         man pages.
10840       </p>
10841
10842       <p>
10843         The utility programs which are provided with <prgn>dpkg</prgn>
10844         for managing various system configuration and similar issues,
10845         such as <prgn>update-rc.d</prgn> and
10846         <prgn>install-info</prgn>, are not described in detail here -
10847         please see their man pages.
10848       </p>
10849
10850       <p>
10851         It is assumed that the reader is reasonably familiar with the
10852         <prgn>dpkg</prgn> System Administrators' manual.
10853         Unfortunately this manual does not yet exist.
10854       </p>
10855
10856       <p>
10857         The Debian version of the FSF's GNU hello program is provided as
10858         an example for people wishing to create Debian packages. However,
10859         while the examples are helpful, they do not replace the need to
10860         read and follow the Policy and Programmer's Manual.</p>
10861     </appendix>
10862
10863     <appendix id="pkg-binarypkg">
10864       <heading>Binary packages (from old Packaging Manual)</heading>
10865
10866       <p>
10867         The binary package has two main sections.  The first part
10868         consists of various control information files and scripts used
10869         by <prgn>dpkg</prgn> when installing and removing.  See <ref
10870         id="pkg-controlarea">.
10871       </p>
10872
10873       <p>
10874         The second part is an archive containing the files and
10875         directories to be installed.
10876       </p>
10877
10878       <p>
10879         In the future binary packages may also contain other
10880         components, such as checksums and digital signatures. The
10881         format for the archive is described in full in the
10882         <file>deb(5)</file> man page.
10883       </p>
10884
10885
10886       <sect id="pkg-bincreating"><heading>Creating package files -
10887       <prgn>dpkg-deb</prgn>
10888         </heading>
10889
10890         <p>
10891           All manipulation of binary package files is done by
10892           <prgn>dpkg-deb</prgn>; it's the only program that has
10893           knowledge of the format.  (<prgn>dpkg-deb</prgn> may be
10894           invoked by calling <prgn>dpkg</prgn>, as <prgn>dpkg</prgn>
10895           will spot that the options requested are appropriate to
10896           <prgn>dpkg-deb</prgn> and invoke that instead with the same
10897           arguments.)
10898         </p>
10899
10900         <p>
10901           In order to create a binary package you must make a
10902           directory tree which contains all the files and directories
10903           you want to have in the file system data part of the package.
10904           In Debian-format source packages this directory is usually
10905           <file>debian/tmp</file>, relative to the top of the package's
10906           source tree.
10907         </p>
10908
10909         <p>
10910           They should have the locations (relative to the root of the
10911           directory tree you're constructing) ownerships and
10912           permissions which you want them to have on the system when
10913           they are installed.
10914         </p>
10915
10916         <p>
10917           With current versions of <prgn>dpkg</prgn> the uid/username
10918           and gid/groupname mappings for the users and groups being
10919           used should be the same on the system where the package is
10920           built and the one where it is installed.
10921         </p>
10922
10923         <p>
10924           You need to add one special directory to the root of the
10925           miniature file system tree you're creating:
10926           <prgn>DEBIAN</prgn>.  It should contain the control
10927           information files, notably the binary package control file
10928           (see <ref id="pkg-controlfile">).
10929         </p>
10930
10931         <p>
10932           The <prgn>DEBIAN</prgn> directory will not appear in the
10933           file system archive of the package, and so won't be installed
10934           by <prgn>dpkg</prgn> when the package is unpacked.
10935         </p>
10936
10937         <p>
10938           When you've prepared the package, you should invoke:
10939           <example>
10940   dpkg --build <var>directory</var>
10941           </example>
10942         </p>
10943
10944         <p>
10945           This will build the package in
10946           <file><var>directory</var>.deb</file>.  (<prgn>dpkg</prgn> knows
10947           that <tt>--build</tt> is a <prgn>dpkg-deb</prgn> option, so
10948           it invokes <prgn>dpkg-deb</prgn> with the same arguments to
10949           build the package.)
10950         </p>
10951
10952         <p>
10953           See the man page <manref name="dpkg-deb" section="8"> for details of how
10954           to examine the contents of this newly-created file.  You may find the
10955           output of following commands enlightening:
10956           <example>
10957   dpkg-deb --info <var>filename</var>.deb
10958   dpkg-deb --contents <var>filename</var>.deb
10959   dpkg --contents <var>filename</var>.deb
10960           </example>
10961           To view the copyright file for a package you could use this command:
10962           <example>
10963   dpkg --fsys-tarfile <var>filename</var>.deb | tar xOf - --wildcards \*/copyright | pager
10964           </example>
10965         </p>
10966       </sect>
10967
10968       <sect id="pkg-controlarea">
10969         <heading>Package control information files</heading>
10970
10971         <p>
10972           The control information portion of a binary package is a
10973           collection of files with names known to <prgn>dpkg</prgn>.
10974           It will treat the contents of these files specially - some
10975           of them contain information used by <prgn>dpkg</prgn> when
10976           installing or removing the package; others are scripts which
10977           the package maintainer wants <prgn>dpkg</prgn> to run.
10978         </p>
10979
10980         <p>
10981           It is possible to put other files in the package control
10982           information file area, but this is not generally a good idea
10983           (though they will largely be ignored).
10984         </p>
10985
10986         <p>
10987           Here is a brief list of the control information files supported
10988           by <prgn>dpkg</prgn> and a summary of what they're used for.
10989         </p>
10990
10991         <p>
10992           <taglist>
10993             <tag><tt>control</tt>
10994             <item>
10995               <p>
10996                 This is the key description file used by
10997                 <prgn>dpkg</prgn>.  It specifies the package's name
10998                 and version, gives its description for the user,
10999                 states its relationships with other packages, and so
11000                 forth.  See <ref id="sourcecontrolfiles"> and
11001                 <ref id="binarycontrolfiles">.
11002               </p>
11003
11004               <p>
11005                 It is usually generated automatically from information
11006                 in the source package by the
11007                 <prgn>dpkg-gencontrol</prgn> program, and with
11008                 assistance from <prgn>dpkg-shlibdeps</prgn>.
11009                 See <ref id="pkg-sourcetools">.
11010               </p>
11011             </item>
11012
11013             <tag><tt>postinst</tt>, <tt>preinst</tt>, <tt>postrm</tt>,
11014                  <tt>prerm</tt>
11015             </tag>
11016             <item>
11017               <p>
11018                 These are executable files (usually scripts) which
11019                 <prgn>dpkg</prgn> runs during installation, upgrade
11020                 and removal of packages.  They allow the package to
11021                 deal with matters which are particular to that package
11022                 or require more complicated processing than that
11023                 provided by <prgn>dpkg</prgn>.  Details of when and
11024                 how they are called are in <ref id="maintainerscripts">.
11025               </p>
11026
11027               <p>
11028                 It is very important to make these scripts idempotent.
11029                 See <ref id="idempotency">.
11030               </p>
11031
11032               <p>
11033                 The maintainer scripts are not guaranteed to run with a
11034                 controlling terminal and may not be able to interact with
11035                 the user.  See <ref id="controllingterminal">.
11036               </p>
11037             </item>
11038
11039             <tag><tt>conffiles</tt>
11040             </tag>
11041             <item>
11042                 This file contains a list of configuration files which
11043                 are to be handled automatically by <prgn>dpkg</prgn>
11044                 (see <ref id="pkg-conffiles">).  Note that not necessarily
11045                 every configuration file should be listed here.
11046             </item>
11047
11048             <tag><tt>shlibs</tt>
11049             </tag>
11050             <item>
11051                 This file contains a list of the shared libraries
11052                 supplied by the package, with dependency details for
11053                 each.  This is used by <prgn>dpkg-shlibdeps</prgn>
11054                 when it determines what dependencies are required in a
11055                 package control file. The <tt>shlibs</tt> file format
11056                 is described on <ref id="shlibs">.
11057             </item>
11058           </taglist>
11059         </p>
11060
11061       <sect id="pkg-controlfile">
11062         <heading>The main control information file: <tt>control</tt></heading>
11063
11064         <p>
11065           The most important control information file used by
11066           <prgn>dpkg</prgn> when it installs a package is
11067           <tt>control</tt>.  It contains all the package's "vital
11068           statistics".
11069         </p>
11070
11071         <p>
11072           The binary package control files of packages built from
11073           Debian sources are made by a special tool,
11074           <prgn>dpkg-gencontrol</prgn>, which reads
11075           <file>debian/control</file> and <file>debian/changelog</file> to
11076           find the information it needs.  See <ref id="pkg-sourcepkg"> for
11077           more details.
11078         </p>
11079
11080         <p>
11081           The fields in binary package control files are listed in
11082           <ref id="binarycontrolfiles">.
11083         </p>
11084
11085         <p>
11086           A description of the syntax of control files and the purpose
11087           of the fields is available in <ref id="controlfields">.
11088         </p>
11089       </sect>
11090
11091       <sect>
11092         <heading>Time Stamps</heading>
11093
11094         <p>
11095           See <ref id="timestamps">.
11096         </p>
11097       </sect>
11098     </appendix>
11099
11100     <appendix id="pkg-sourcepkg">
11101       <heading>Source packages (from old Packaging Manual) </heading>
11102
11103       <p>
11104         The Debian binary packages in the distribution are generated
11105         from Debian sources, which are in a special format to assist
11106         the easy and automatic building of binaries.
11107       </p>
11108
11109       <sect id="pkg-sourcetools">
11110         <heading>Tools for processing source packages</heading>
11111
11112         <p>
11113           Various tools are provided for manipulating source packages;
11114           they pack and unpack sources and help build of binary
11115           packages and help manage the distribution of new versions.
11116         </p>
11117
11118         <p>
11119           They are introduced and typical uses described here; see
11120           <manref name="dpkg-source" section="1"> for full
11121           documentation about their arguments and operation.
11122         </p>
11123
11124         <p>
11125           For examples of how to construct a Debian source package,
11126           and how to use those utilities that are used by Debian
11127           source packages, please see the <prgn>hello</prgn> example
11128           package.
11129         </p>
11130
11131         <sect1 id="pkg-dpkg-source">
11132           <heading>
11133             <prgn>dpkg-source</prgn> - packs and unpacks Debian source
11134             packages
11135           </heading>
11136
11137           <p>
11138             This program is frequently used by hand, and is also
11139             called from package-independent automated building scripts
11140             such as <prgn>dpkg-buildpackage</prgn>.
11141           </p>
11142
11143           <p>
11144             To unpack a package it is typically invoked with
11145             <example>
11146   dpkg-source -x <var>.../path/to/filename</var>.dsc
11147             </example>
11148           </p>
11149
11150            <p>
11151             with the <file><var>filename</var>.tar.gz</file> and
11152             <file><var>filename</var>.diff.gz</file> (if applicable) in
11153             the same directory.  It unpacks into
11154             <file><var>package</var>-<var>version</var></file>, and if
11155             applicable
11156             <file><var>package</var>-<var>version</var>.orig</file>, in
11157             the current directory.
11158           </p>
11159
11160           <p>
11161             To create a packed source archive it is typically invoked:
11162             <example>
11163   dpkg-source -b <var>package</var>-<var>version</var>
11164           </example>
11165           </p>
11166
11167           <p>
11168             This will create the <file>.dsc</file>, <file>.tar.gz</file> and
11169             <file>.diff.gz</file> (if appropriate) in the current
11170             directory.  <prgn>dpkg-source</prgn> does not clean the
11171             source tree first - this must be done separately if it is
11172             required.
11173           </p>
11174
11175           <p>
11176             See also <ref id="pkg-sourcearchives">.</p>
11177         </sect1>
11178
11179
11180         <sect1 id="pkg-dpkg-buildpackage">
11181           <heading>
11182             <prgn>dpkg-buildpackage</prgn> - overall package-building
11183             control script
11184           </heading>
11185
11186           <p>
11187             <prgn>dpkg-buildpackage</prgn> is a script which invokes
11188             <prgn>dpkg-source</prgn>, the <file>debian/rules</file>
11189             targets <tt>clean</tt>, <tt>build</tt> and
11190             <tt>binary</tt>, <prgn>dpkg-genchanges</prgn> and
11191             <prgn>gpg</prgn> (or <prgn>pgp</prgn>) to build a signed
11192             source and binary package upload.
11193           </p>
11194
11195           <p>
11196             It is usually invoked by hand from the top level of the
11197             built or unbuilt source directory.  It may be invoked with
11198             no arguments; useful arguments include:
11199             <taglist compact="compact">
11200               <tag><tt>-uc</tt>, <tt>-us</tt></tag>
11201               <item>
11202                 <p>
11203                   Do not sign the <tt>.changes</tt> file or the
11204                   source package <tt>.dsc</tt> file, respectively.</p>
11205               </item>
11206               <tag><tt>-p<var>sign-command</var></tt></tag>
11207               <item>
11208                 <p>
11209                   Invoke <var>sign-command</var> instead of finding
11210                   <tt>gpg</tt> or <tt>pgp</tt> on the <prgn>PATH</prgn>.
11211                   <var>sign-command</var> must behave just like
11212                   <prgn>gpg</prgn> or <tt>pgp</tt>.</p>
11213               </item>
11214               <tag><tt>-r<var>root-command</var></tt></tag>
11215               <item>
11216                 <p>
11217                   When root privilege is required, invoke the command
11218                   <var>root-command</var>.  <var>root-command</var>
11219                   should invoke its first argument as a command, from
11220                   the <prgn>PATH</prgn> if necessary, and pass its
11221                   second and subsequent arguments to the command it
11222                   calls.  If no <var>root-command</var> is supplied
11223                   then <var>dpkg-buildpackage</var> will use
11224                   the <prgn>fakeroot</prgn> command, which is sufficient
11225                   to build most packages without actually requiring root
11226                   privileges.</p>
11227               </item>
11228               <tag><tt>-b</tt>, <tt>-B</tt></tag>
11229               <item>
11230                 <p>
11231                   Two types of binary-only build and upload - see
11232                   <manref name="dpkg-source" section="1">.
11233                 </p>
11234               </item>
11235             </taglist>
11236           </p>
11237         </sect1>
11238
11239         <sect1 id="pkg-dpkg-gencontrol">
11240           <heading>
11241             <prgn>dpkg-gencontrol</prgn> - generates binary package
11242             control files
11243           </heading>
11244
11245           <p>
11246             This program is usually called from <file>debian/rules</file>
11247             (see <ref id="pkg-sourcetree">) in the top level of the source
11248             tree.
11249           </p>
11250
11251           <p>
11252             This is usually done just before the files and directories in the
11253             temporary directory tree where the package is being built have their
11254             permissions and ownerships set and the package is constructed using
11255             <prgn>dpkg-deb/</prgn>
11256               <footnote>
11257                 This is so that the control file which is produced has
11258                 the right permissions
11259             </footnote>.
11260           </p>
11261
11262           <p>
11263             <prgn>dpkg-gencontrol</prgn> must be called after all the
11264             files which are to go into the package have been placed in
11265             the temporary build directory, so that its calculation of
11266             the installed size of a package is correct.
11267           </p>
11268
11269           <p>
11270             It is also necessary for <prgn>dpkg-gencontrol</prgn> to
11271             be run after <prgn>dpkg-shlibdeps</prgn> so that the
11272             variable substitutions created by
11273             <prgn>dpkg-shlibdeps</prgn> in <file>debian/substvars</file>
11274             are available.
11275           </p>
11276
11277           <p>
11278             For a package which generates only one binary package, and
11279             which builds it in <file>debian/tmp</file> relative to the top
11280             of the source package, it is usually sufficient to call
11281             <prgn>dpkg-gencontrol</prgn>.
11282           </p>
11283
11284           <p>
11285             Sources which build several binaries will typically need
11286             something like:
11287             <example>
11288   dpkg-gencontrol -Pdebian/tmp-<var>pkg</var> -p<var>package</var>
11289             </example> The <tt>-P</tt> tells
11290             <prgn>dpkg-gencontrol</prgn> that the package is being
11291             built in a non-default directory, and the <tt>-p</tt>
11292             tells it which package's control file should be generated.
11293           </p>
11294
11295           <p>
11296             <prgn>dpkg-gencontrol</prgn> also adds information to the
11297             list of files in <file>debian/files</file>, for the benefit of
11298             (for example) a future invocation of
11299             <prgn>dpkg-genchanges</prgn>.</p>
11300         </sect1>
11301
11302         <sect1 id="pkg-dpkg-shlibdeps">
11303           <heading>
11304             <prgn>dpkg-shlibdeps</prgn> - calculates shared library
11305             dependencies
11306           </heading>
11307
11308           <p>
11309             See <manref name="dpkg-shlibdeps" section="1">.
11310           </p>
11311         </sect1>
11312
11313         <sect1 id="pkg-dpkg-distaddfile">
11314           <heading>
11315             <prgn>dpkg-distaddfile</prgn> - adds a file to
11316             <file>debian/files</file>
11317           </heading>
11318
11319           <p>
11320             Some packages' uploads need to include files other than
11321             the source and binary package files.
11322           </p>
11323
11324           <p>
11325             <prgn>dpkg-distaddfile</prgn> adds a file to the
11326             <file>debian/files</file> file so that it will be included in
11327             the <file>.changes</file> file when
11328             <prgn>dpkg-genchanges</prgn> is run.
11329           </p>
11330
11331           <p>
11332             It is usually invoked from the <tt>binary</tt> target of
11333             <file>debian/rules</file>:
11334             <example>
11335   dpkg-distaddfile <var>filename</var> <var>section</var> <var>priority</var>
11336             </example>
11337             The <var>filename</var> is relative to the directory where
11338             <prgn>dpkg-genchanges</prgn> will expect to find it - this
11339             is usually the directory above the top level of the source
11340             tree.  The <file>debian/rules</file> target should put the
11341             file there just before or just after calling
11342             <prgn>dpkg-distaddfile</prgn>.
11343           </p>
11344
11345           <p>
11346             The <var>section</var> and <var>priority</var> are passed
11347             unchanged into the resulting <file>.changes</file> file.
11348           </p>
11349         </sect1>
11350
11351
11352         <sect1 id="pkg-dpkg-genchanges">
11353           <heading>
11354             <prgn>dpkg-genchanges</prgn> - generates a <file>.changes</file>
11355             upload control file
11356           </heading>
11357
11358           <p>
11359             This program is usually called by package-independent
11360             automatic building scripts such as
11361             <prgn>dpkg-buildpackage</prgn>, but it may also be called
11362             by hand.
11363           </p>
11364
11365           <p>
11366             It is usually called in the top level of a built source
11367             tree, and when invoked with no arguments will print out a
11368             straightforward <file>.changes</file> file based on the
11369             information in the source package's changelog and control
11370             file and the binary and source packages which should have
11371             been built.
11372           </p>
11373         </sect1>
11374
11375
11376         <sect1 id="pkg-dpkg-parsechangelog">
11377           <heading>
11378             <prgn>dpkg-parsechangelog</prgn> - produces parsed
11379             representation of a changelog
11380           </heading>
11381
11382           <p>
11383             This program is used internally by
11384             <prgn>dpkg-source</prgn> et al.  It may also occasionally
11385             be useful in <file>debian/rules</file> and elsewhere.  It
11386             parses a changelog, <file>debian/changelog</file> by default,
11387             and prints a control-file format representation of the
11388             information in it to standard output.
11389           </p>
11390         </sect1>
11391
11392         <sect1 id="pkg-dpkg-architecture">
11393           <heading>
11394             <prgn>dpkg-architecture</prgn> - information about the build and
11395             host system
11396           </heading>
11397
11398           <p>
11399             This program can be used manually, but is also invoked by
11400             <tt>dpkg-buildpackage</tt> or <file>debian/rules</file> to set
11401             environment or make variables which specify the build and host
11402             architecture for the package building process.
11403           </p>
11404         </sect1>
11405       </sect>
11406
11407       <sect id="pkg-sourcetree">
11408         <heading>The Debian package source tree</heading>
11409
11410         <p>
11411           The source archive scheme described later is intended to
11412           allow a Debian package source tree with some associated
11413           control information to be reproduced and transported easily.
11414           The Debian package source tree is a version of the original
11415           program with certain files added for the benefit of the
11416           packaging process, and with any other changes required
11417           made to the rest of the source code and installation
11418           scripts.
11419         </p>
11420
11421         <p>
11422           The extra files created for Debian are in the subdirectory
11423           <file>debian</file> of the top level of the Debian package
11424           source tree. They are described below.
11425         </p>
11426
11427         <sect1 id="pkg-debianrules">
11428           <heading><file>debian/rules</file> - the main building script</heading>
11429
11430           <p>
11431             See <ref id="debianrules">.
11432           </p>
11433         </sect1>
11434
11435         <sect1 id="pkg-srcsubstvars">
11436           <heading><file>debian/substvars</file> and variable substitutions</heading>
11437
11438           <p>
11439             See <ref id="substvars">.
11440           </p>
11441
11442         </sect1>
11443
11444         <sect1>
11445           <heading><file>debian/files</file></heading>
11446
11447           <p>
11448             See <ref id="debianfiles">.
11449           </p>
11450         </sect1>
11451
11452         <sect1><heading><file>debian/tmp</file>
11453           </heading>
11454
11455           <p>
11456             This is the canonical temporary location for the
11457             construction of binary packages by the <tt>binary</tt>
11458             target.  The directory <file>tmp</file> serves as the root of
11459             the file system tree as it is being constructed (for
11460             example, by using the package's upstream makefiles install
11461             targets and redirecting the output there), and it also
11462             contains the <tt>DEBIAN</tt> subdirectory.  See <ref
11463             id="pkg-bincreating">.
11464           </p>
11465
11466           <p>
11467             If several binary packages are generated from the same
11468             source tree it is usual to use several
11469             <file>debian/tmp<var>something</var></file> directories, for
11470             example <file>tmp-a</file> or <file>tmp-doc</file>.
11471           </p>
11472
11473           <p>
11474             Whatever <file>tmp</file> directories are created and used by
11475             <tt>binary</tt> must of course be removed by the
11476             <tt>clean</tt> target.</p></sect1>
11477       </sect>
11478
11479
11480       <sect id="pkg-sourcearchives"><heading>Source packages as archives
11481         </heading>
11482
11483         <p>
11484           As it exists on the FTP site, a Debian source package
11485           consists of three related files.  You must have the right
11486           versions of all three to be able to use them.
11487         </p>
11488
11489         <p>
11490           <taglist>
11491             <tag>Debian source control file - <tt>.dsc</tt></tag>
11492             <item>
11493                 This file is a control file used by <prgn>dpkg-source</prgn>
11494                 to extract a source package.
11495                 See <ref id="debiansourcecontrolfiles">.
11496             </item>
11497
11498             <tag>
11499               Original source archive -
11500               <file>
11501                 <var>package</var>_<var>upstream-version</var>.orig.tar.gz
11502               </file>
11503             </tag>
11504
11505             <item>
11506               <p>
11507                 This is a compressed (with <tt>gzip -9</tt>)
11508                 <prgn>tar</prgn> file containing the source code from
11509                 the upstream authors of the program.
11510               </p>
11511             </item>
11512
11513             <tag>
11514               Debian package diff -
11515               <file>
11516                 <var>package</var>_<var>upstream_version-revision</var>.diff.gz
11517               </file>
11518             </tag>
11519             <item>
11520
11521               <p>
11522                 This is a unified context diff (<tt>diff -u</tt>)
11523                 giving the changes which are required to turn the
11524                 original source into the Debian source.  These changes
11525                 may only include editing and creating plain files.
11526                 The permissions of files, the targets of symbolic
11527                 links and the characteristics of special files or
11528                 pipes may not be changed and no files may be removed
11529                 or renamed.
11530               </p>
11531
11532               <p>
11533                 All the directories in the diff must exist, except the
11534                 <file>debian</file> subdirectory of the top of the source
11535                 tree, which will be created by
11536                 <prgn>dpkg-source</prgn> if necessary when unpacking.
11537               </p>
11538
11539               <p>
11540                 The <prgn>dpkg-source</prgn> program will
11541                 automatically make the <file>debian/rules</file> file
11542                 executable (see below).</p></item>
11543           </taglist>
11544         </p>
11545
11546         <p>
11547           If there is no original source code - for example, if the
11548           package is specially prepared for Debian or the Debian
11549           maintainer is the same as the upstream maintainer - the
11550           format is slightly different: then there is no diff, and the
11551           tarfile is named
11552           <file><var>package</var>_<var>version</var>.tar.gz</file>,
11553           and preferably contains a directory named
11554           <file><var>package</var>-<var>version</var></file>.
11555         </p>
11556       </sect>
11557
11558       <sect>
11559         <heading>Unpacking a Debian source package without <prgn>dpkg-source</prgn></heading>
11560
11561         <p>
11562           <tt>dpkg-source -x</tt> is the recommended way to unpack a
11563           Debian source package.  However, if it is not available it
11564           is possible to unpack a Debian source archive as follows:
11565         <enumlist compact="compact">
11566           <item>
11567             <p>
11568               Untar the tarfile, which will create a <file>.orig</file>
11569               directory.</p>
11570           </item>
11571           <item>
11572             <p>Rename the <file>.orig</file> directory to
11573               <file><var>package</var>-<var>version</var></file>.</p>
11574           </item>
11575             <item>
11576             <p>
11577               Create the subdirectory <file>debian</file> at the top of
11578               the source tree.</p>
11579           </item>
11580           <item><p>Apply the diff using <tt>patch -p0</tt>.</p>
11581           </item>
11582           <item><p>Untar the tarfile again if you want a copy of the original
11583               source code alongside the Debian version.</p>
11584           </item>
11585         </enumlist>
11586
11587         <p>
11588           It is not possible to generate a valid Debian source archive
11589           without using <prgn>dpkg-source</prgn>.  In particular,
11590           attempting to use <prgn>diff</prgn> directly to generate the
11591           <file>.diff.gz</file> file will not work.
11592         </p>
11593
11594         <sect1>
11595           <heading>Restrictions on objects in source packages</heading>
11596
11597           <p>
11598             The source package may not contain any hard links
11599             <footnote>
11600                 This is not currently detected when building source
11601                 packages, but only when extracting
11602                 them.
11603             </footnote>
11604             <footnote>
11605                 Hard links may be permitted at some point in the
11606                 future, but would require a fair amount of
11607                 work.
11608             </footnote>, device special files, sockets or setuid or
11609             setgid files.
11610             <footnote>
11611                 Setgid directories are allowed.
11612             </footnote>
11613           </p>
11614
11615           <p>
11616             The source packaging tools manage the changes between the
11617             original and Debian source using <prgn>diff</prgn> and
11618             <prgn>patch</prgn>.  Turning the original source tree as
11619             included in the <file>.orig.tar.gz</file> into the Debian
11620             package source must not involve any changes which cannot be
11621             handled by these tools.  Problematic changes which cause
11622             <prgn>dpkg-source</prgn> to halt with an error when
11623             building the source package are:
11624             <list compact="compact">
11625               <item><p>Adding or removing symbolic links, sockets or pipes.</p>
11626               </item>
11627               <item><p>Changing the targets of symbolic links.</p>
11628               </item>
11629               <item><p>Creating directories, other than <file>debian</file>.</p>
11630               </item>
11631               <item><p>Changes to the contents of binary files.</p></item>
11632             </list> Changes which cause <prgn>dpkg-source</prgn> to
11633             print a warning but continue anyway are:
11634             <list compact="compact">
11635               <item>
11636                 <p>
11637                   Removing files, directories or symlinks.
11638                   <footnote>
11639                       Renaming a file is not treated specially - it is
11640                       seen as the removal of the old file (which
11641                       generates a warning, but is otherwise ignored),
11642                       and the creation of the new one.
11643                   </footnote>
11644                 </p>
11645               </item>
11646               <item>
11647                 <p>
11648                   Changed text files which are missing the usual final
11649                   newline (either in the original or the modified
11650                   source tree).
11651                 </p>
11652               </item>
11653             </list>
11654             Changes which are not represented, but which are not detected by
11655             <prgn>dpkg-source</prgn>, are:
11656             <list compact="compact">
11657               <item><p>Changing the permissions of files (other than
11658                   <file>debian/rules</file>) and directories.</p></item>
11659             </list>
11660           </p>
11661
11662           <p>
11663             The <file>debian</file> directory and <file>debian/rules</file>
11664             are handled specially by <prgn>dpkg-source</prgn> - before
11665             applying the changes it will create the <file>debian</file>
11666             directory, and afterwards it will make
11667             <file>debian/rules</file> world-executable.
11668           </p>
11669         </sect1>
11670       </sect>
11671     </appendix>
11672
11673     <appendix id="pkg-controlfields">
11674       <heading>Control files and their fields (from old Packaging Manual)</heading>
11675
11676       <p>
11677         Many of the tools in the <prgn>dpkg</prgn> suite manipulate
11678         data in a common format, known as control files.  Binary and
11679         source packages have control data as do the <file>.changes</file>
11680         files which control the installation of uploaded files, and
11681         <prgn>dpkg</prgn>'s internal databases are in a similar
11682         format.
11683       </p>
11684
11685       <sect>
11686         <heading>Syntax of control files</heading>
11687
11688         <p>
11689           See <ref id="controlsyntax">.
11690         </p>
11691
11692         <p>
11693           It is important to note that there are several fields which
11694           are optional as far as <prgn>dpkg</prgn> and the related
11695           tools are concerned, but which must appear in every Debian
11696           package, or whose omission may cause problems.
11697         </p>
11698       </sect>
11699
11700       <sect>
11701         <heading>List of fields</heading>
11702
11703         <p>
11704           See <ref id="controlfieldslist">.
11705         </p>
11706
11707         <p>
11708           This section now contains only the fields that didn't belong
11709           to the Policy manual.
11710         </p>
11711
11712         <sect1 id="pkg-f-Filename">
11713           <heading><tt>Filename</tt> and <tt>MSDOS-Filename</tt></heading>
11714
11715           <p>
11716             These fields in <tt>Packages</tt> files give the
11717             filename(s) of (the parts of) a package in the
11718             distribution directories, relative to the root of the
11719             Debian hierarchy.  If the package has been split into
11720             several parts the parts are all listed in order, separated
11721             by spaces.
11722           </p>
11723         </sect1>
11724
11725         <sect1 id="pkg-f-Size">
11726           <heading><tt>Size</tt> and <tt>MD5sum</tt></heading>
11727
11728           <p>
11729             These fields in <file>Packages</file> files give the size (in
11730             bytes, expressed in decimal) and MD5 checksum of the
11731             file(s) which make(s) up a binary package in the
11732             distribution.  If the package is split into several parts
11733             the values for the parts are listed in order, separated by
11734             spaces.
11735           </p>
11736         </sect1>
11737
11738         <sect1 id="pkg-f-Status">
11739           <heading><tt>Status</tt></heading>
11740
11741           <p>
11742             This field in <prgn>dpkg</prgn>'s status file records
11743             whether the user wants a package installed, removed or
11744             left alone, whether it is broken (requiring
11745             re-installation) or not and what its current state on the
11746             system is.  Each of these pieces of information is a
11747             single word.
11748           </p>
11749         </sect1>
11750
11751         <sect1 id="pkg-f-Config-Version">
11752           <heading><tt>Config-Version</tt></heading>
11753
11754           <p>
11755             If a package is not installed or not configured, this
11756             field in <prgn>dpkg</prgn>'s status file records the last
11757             version of the package which was successfully
11758             configured.
11759           </p>
11760         </sect1>
11761
11762         <sect1 id="pkg-f-Conffiles">
11763           <heading><tt>Conffiles</tt></heading>
11764
11765           <p>
11766             This field in <prgn>dpkg</prgn>'s status file contains
11767             information about the automatically-managed configuration
11768             files held by a package.  This field should <em>not</em>
11769             appear anywhere in a package!
11770           </p>
11771         </sect1>
11772
11773         <sect1>
11774           <heading>Obsolete fields</heading>
11775
11776           <p>
11777             These are still recognized by <prgn>dpkg</prgn> but should
11778             not appear anywhere any more.
11779
11780             <taglist compact="compact">
11781
11782               <tag><tt>Revision</tt></tag>
11783               <tag><tt>Package-Revision</tt></tag>
11784               <tag><tt>Package_Revision</tt></tag>
11785               <item>
11786                   The Debian revision part of the package version was
11787                   at one point in a separate control field.  This
11788                   field went through several names.
11789               </item>
11790
11791               <tag><tt>Recommended</tt></tag>
11792               <item>Old name for <tt>Recommends</tt>.</item>
11793
11794               <tag><tt>Optional</tt></tag>
11795               <item>Old name for <tt>Suggests</tt>.</item>
11796
11797               <tag><tt>Class</tt></tag>
11798               <item>Old name for <tt>Priority</tt>.</item>
11799
11800             </taglist>
11801           </p>
11802         </sect1>
11803       </sect>
11804
11805     </appendix>
11806
11807     <appendix id="pkg-conffiles">
11808       <heading>Configuration file handling (from old Packaging Manual)</heading>
11809
11810       <p>
11811         <prgn>dpkg</prgn> can do a certain amount of automatic
11812         handling of package configuration files.
11813       </p>
11814
11815       <p>
11816         Whether this mechanism is appropriate depends on a number of
11817         factors, but basically there are two approaches to any
11818         particular configuration file.
11819       </p>
11820
11821       <p>
11822         The easy method is to ship a best-effort configuration in the
11823         package, and use <prgn>dpkg</prgn>'s conffile mechanism to
11824         handle updates.  If the user is unlikely to want to edit the
11825         file, but you need them to be able to without losing their
11826         changes, and a new package with a changed version of the file
11827         is only released infrequently, this is a good approach.
11828       </p>
11829
11830       <p>
11831         The hard method is to build the configuration file from
11832         scratch in the <prgn>postinst</prgn> script, and to take the
11833         responsibility for fixing any mistakes made in earlier
11834         versions of the package automatically.  This will be
11835         appropriate if the file is likely to need to be different on
11836         each system.
11837       </p>
11838
11839       <sect><heading>Automatic handling of configuration files by
11840       <prgn>dpkg</prgn>
11841         </heading>
11842
11843         <p>
11844           A package may contain a control information file called
11845           <tt>conffiles</tt>.  This file should be a list of filenames
11846           of configuration files needing automatic handling, separated
11847           by newlines.  The filenames should be absolute pathnames,
11848           and the files referred to should actually exist in the
11849           package.
11850         </p>
11851
11852         <p>
11853           When a package is upgraded <prgn>dpkg</prgn> will process
11854           the configuration files during the configuration stage,
11855           shortly before it runs the package's <prgn>postinst</prgn>
11856           script,
11857         </p>
11858
11859         <p>
11860           For each file it checks to see whether the version of the
11861           file included in the package is the same as the one that was
11862           included in the last version of the package (the one that is
11863           being upgraded from); it also compares the version currently
11864           installed on the system with the one shipped with the last
11865           version.
11866         </p>
11867
11868         <p>
11869           If neither the user nor the package maintainer has changed
11870           the file, it is left alone.  If one or the other has changed
11871           their version, then the changed version is preferred - i.e.,
11872           if the user edits their file, but the package maintainer
11873           doesn't ship a different version, the user's changes will
11874           stay, silently, but if the maintainer ships a new version
11875           and the user hasn't edited it the new version will be
11876           installed (with an informative message).  If both have
11877           changed their version the user is prompted about the problem
11878           and must resolve the differences themselves.
11879         </p>
11880
11881         <p>
11882           The comparisons are done by calculating the MD5 message
11883           digests of the files, and storing the MD5 of the file as it
11884           was included in the most recent version of the package.
11885         </p>
11886
11887         <p>
11888           When a package is installed for the first time
11889           <prgn>dpkg</prgn> will install the file that comes with it,
11890           unless that would mean overwriting a file already on the
11891           file system.
11892         </p>
11893
11894         <p>
11895           However, note that <prgn>dpkg</prgn> will <em>not</em>
11896           replace a conffile that was removed by the user (or by a
11897           script).  This is necessary because with some programs a
11898           missing file produces an effect hard or impossible to
11899           achieve in another way, so that a missing file needs to be
11900           kept that way if the user did it.
11901         </p>
11902
11903         <p>
11904           Note that a package should <em>not</em> modify a
11905           <prgn>dpkg</prgn>-handled conffile in its maintainer
11906           scripts.  Doing this will lead to <prgn>dpkg</prgn> giving
11907           the user confusing and possibly dangerous options for
11908           conffile update when the package is upgraded.</p>
11909       </sect>
11910
11911       <sect><heading>Fully-featured maintainer script configuration
11912       handling
11913         </heading>
11914
11915         <p>
11916           For files which contain site-specific information such as
11917           the hostname and networking details and so forth, it is
11918           better to create the file in the package's
11919           <prgn>postinst</prgn> script.
11920         </p>
11921
11922         <p>
11923           This will typically involve examining the state of the rest
11924           of the system to determine values and other information, and
11925           may involve prompting the user for some information which
11926           can't be obtained some other way.
11927         </p>
11928
11929         <p>
11930           When using this method there are a couple of important
11931           issues which should be considered:
11932         </p>
11933
11934         <p>
11935           If you discover a bug in the program which generates the
11936           configuration file, or if the format of the file changes
11937           from one version to the next, you will have to arrange for
11938           the postinst script to do something sensible - usually this
11939           will mean editing the installed configuration file to remove
11940           the problem or change the syntax.  You will have to do this
11941           very carefully, since the user may have changed the file,
11942           perhaps to fix the very problem that your script is trying
11943           to deal with - you will have to detect these situations and
11944           deal with them correctly.
11945         </p>
11946
11947         <p>
11948           If you do go down this route it's probably a good idea to
11949           make the program that generates the configuration file(s) a
11950           separate program in <file>/usr/sbin</file>, by convention called
11951           <file><var>package</var>config</file> and then run that if
11952           appropriate from the post-installation script.  The
11953           <tt><var>package</var>config</tt> program should not
11954           unquestioningly overwrite an existing configuration - if its
11955           mode of operation is geared towards setting up a package for
11956           the first time (rather than any arbitrary reconfiguration
11957           later) you should have it check whether the configuration
11958           already exists, and require a <tt>--force</tt> flag to
11959           overwrite it.</p></sect>
11960     </appendix>
11961
11962     <appendix id="pkg-alternatives"><heading>Alternative versions of
11963         an interface - <prgn>update-alternatives</prgn> (from old
11964     Packaging Manual)
11965       </heading>
11966
11967       <p>
11968         When several packages all provide different versions of the
11969         same program or file it is useful to have the system select a
11970         default, but to allow the system administrator to change it
11971         and have their decisions respected.
11972       </p>
11973
11974       <p>
11975         For example, there are several versions of the <prgn>vi</prgn>
11976         editor, and there is no reason to prevent all of them from
11977         being installed at once, each under their own name
11978         (<prgn>nvi</prgn>, <prgn>vim</prgn> or whatever).
11979         Nevertheless it is desirable to have the name <tt>vi</tt>
11980         refer to something, at least by default.
11981       </p>
11982
11983       <p>
11984         If all the packages involved cooperate, this can be done with
11985         <prgn>update-alternatives</prgn>.
11986       </p>
11987
11988       <p>
11989         Each package provides its own version under its own name, and
11990         calls <prgn>update-alternatives</prgn> in its postinst to
11991         register its version (and again in its prerm to deregister
11992         it).
11993       </p>
11994
11995       <p>
11996         See the man page <manref name="update-alternatives"
11997         section="8"> for details.
11998       </p>
11999
12000       <p>
12001         If <prgn>update-alternatives</prgn> does not seem appropriate
12002         you may wish to consider using diversions instead.</p>
12003     </appendix>
12004
12005     <appendix id="pkg-diversions"><heading>Diversions - overriding a
12006     package's version of a file (from old Packaging Manual)
12007       </heading>
12008
12009       <p>
12010         It is possible to have <prgn>dpkg</prgn> not overwrite a file
12011         when it reinstalls the package it belongs to, and to have it
12012         put the file from the package somewhere else instead.
12013       </p>
12014
12015       <p>
12016         This can be used locally to override a package's version of a
12017         file, or by one package to override another's version (or
12018         provide a wrapper for it).
12019       </p>
12020
12021       <p>
12022         Before deciding to use a diversion, read <ref
12023         id="pkg-alternatives"> to see if you really want a diversion
12024         rather than several alternative versions of a program.
12025       </p>
12026
12027       <p>
12028         There is a diversion list, which is read by <prgn>dpkg</prgn>,
12029         and updated by a special program <prgn>dpkg-divert</prgn>.
12030         Please see <manref name="dpkg-divert" section="8"> for full
12031         details of its operation.
12032       </p>
12033
12034       <p>
12035         When a package wishes to divert a file from another, it should
12036         call <prgn>dpkg-divert</prgn> in its preinst to add the
12037         diversion and rename the existing file.  For example,
12038         supposing that a <prgn>smailwrapper</prgn> package wishes to
12039         install a wrapper around <file>/usr/sbin/smail</file>:
12040         <example>
12041    dpkg-divert --package smailwrapper --add --rename \
12042       --divert /usr/sbin/smail.real /usr/sbin/smail
12043         </example> The <tt>--package smailwrapper</tt> ensures that
12044         <prgn>smailwrapper</prgn>'s copy of <file>/usr/sbin/smail</file>
12045         can bypass the diversion and get installed as the true version.
12046         It's safe to add the diversion unconditionally on upgrades since
12047         it will be left unchanged if it already exists, but
12048         <prgn>dpkg-divert</prgn> will display a message.  To suppress that
12049         message, make the command conditional on the version from which
12050         the package is being upgraded:
12051         <example>
12052    if [ upgrade != "$1" ] || dpkg --compare-versions "$2" lt 1.0-2; then
12053       dpkg-divert --package smailwrapper --add --rename \
12054          --divert /usr/sbin/smail.real /usr/sbin/smail
12055    fi
12056         </example> where <tt>1.0-2</tt> is the version at which the
12057         diversion was first added to the package.  Running the command
12058         during abort-upgrade is pointless but harmless.
12059       </p>
12060
12061       <p>
12062         The postrm has to do the reverse:
12063         <example>
12064   if [ remove = "$1" -o abort-install = "$1" -o disappear = "$1" ]; then
12065      dpkg-divert --package smailwrapper --remove --rename \
12066         --divert /usr/sbin/smail.real /usr/sbin/smail
12067   fi
12068         </example> If the diversion was added at a particular version, the
12069         postrm should also handle the failure case of upgrading from an
12070         older version (unless the older version is so old that direct
12071         upgrades are no longer supported):
12072         <example>
12073   if [ abort-upgrade = "$1" ] && dpkg --compare-versions "$2" lt 1.0-2; then
12074      dpkg-divert --package smailwrapper --remove --rename \
12075         --divert /usr/sbin/smail.real /usr/sbin/smail
12076   fi
12077         </example> where <tt>1.0-2</tt> is the version at which the
12078         diversion was first added to the package.  The postrm should not
12079         remove the diversion on upgrades both because there's no reason to
12080         remove the diversion only to immediately re-add it and since the
12081         postrm of the old package is run after unpacking so the removal of
12082         the diversion will fail.
12083       </p>
12084
12085       <p>
12086         Do not attempt to divert a file which is vitally important for
12087         the system's operation - when using <prgn>dpkg-divert</prgn>
12088         there is a time, after it has been diverted but before
12089         <prgn>dpkg</prgn> has installed the new version, when the file
12090         does not exist.</p>
12091     </appendix>
12092
12093   </book>
12094 </debiandoc>
12095 <!-- Local variables: -->
12096 <!-- indent-tabs-mode: t -->
12097 <!-- End: -->
12098 <!-- vim:set ai sts=2 sw=2 tw=76: -->