]> git.donarmstrong.com Git - debian/debian-policy.git/blob - policy.sgml
Document the Dgit field for Debian Source Control files.
[debian/debian-policy.git] / policy.sgml
1 <!doctype debiandoc system [
2 <!-- include version information so we don't have to hard code it
3      within the document -->
4 <!entity % versiondata SYSTEM "version.ent"> %versiondata;
5 <!-- current Debian changes file format -->
6 <!entity changesversion "1.8">
7 ]>
8 <debiandoc>
9
10   <book>
11     <titlepag>
12       <title>Debian Policy Manual</title>
13       <author><qref id="authors">The Debian Policy Mailing List</qref></author>
14       <version>version &version;, &date;</version>
15
16       <abstract>
17         This manual describes the policy requirements for the Debian
18         distribution.  This includes the structure and
19         contents of the Debian archive and several design issues of
20         the operating system, as well as technical requirements that
21         each package must satisfy to be included in the distribution.
22       </abstract>
23
24       <copyright>
25         <copyrightsummary>
26           Copyright &copy; 1996,1997,1998 Ian Jackson
27           and Christian Schwarz.
28         </copyrightsummary>
29         <p>
30           These are the copyright dates of the original Policy manual.
31           Since then, this manual has been updated by many others.  No
32           comprehensive collection of copyright notices for subsequent
33           work exists.
34         </p>
35
36         <p>
37           This manual is free software; you may redistribute it and/or
38           modify it under the terms of the GNU General Public License
39           as published by the Free Software Foundation; either version
40           2, or (at your option) any later version.
41         </p>
42
43         <p>
44           This is distributed in the hope that it will be useful, but
45           <em>without any warranty</em>; without even the implied
46           warranty of merchantability or fitness for a particular
47           purpose.  See the GNU General Public License for more
48           details.
49         </p>
50
51         <p>
52           A copy of the GNU General Public License is available as
53           <file>/usr/share/common-licenses/GPL</file> in the Debian
54           distribution or on the World Wide Web at
55           <url id="http://www.gnu.org/copyleft/gpl.html"
56                name="the GNU General Public Licence">. You can also
57           obtain it by writing to the Free Software Foundation, Inc.,
58           51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
59         </p>
60       </copyright>
61     </titlepag>
62
63     <toc detail="sect1">
64
65     <chapt id="scope">
66       <heading>About this manual</heading>
67       <sect>
68         <heading>Scope</heading>
69         <p>
70           This manual describes the policy requirements for the Debian
71           distribution. This includes the structure and
72           contents of the Debian archive and several design issues of the
73           operating system, as well as technical requirements that
74           each package must satisfy to be included in the
75           distribution.
76         </p>
77
78         <p>
79           This manual also describes Debian policy as it relates to
80           creating Debian packages. It is not a tutorial on how to build
81           packages, nor is it exhaustive where it comes to describing
82           the behavior of the packaging system. Instead, this manual
83           attempts to define the interface to the package management
84           system that the developers have to be conversant with.<footnote>
85               Informally, the criteria used for inclusion is that the
86               material meet one of the following requirements:
87               <taglist compact="compact">
88                 <tag>Standard interfaces</tag>
89                 <item>
90                     The material presented represents an interface to
91                     the packaging system that is mandated for use, and
92                     is used by, a significant number of packages, and
93                     therefore should not be changed without peer
94                     review. Package maintainers can then rely on this
95                     interface not changing, and the package management
96                     software authors need to ensure compatibility with
97                     this interface definition. (Control file and
98                     changelog file formats are examples.)
99                 </item>
100                 <tag>Chosen Convention</tag>
101                 <item>
102                     If there are a number of technically viable choices
103                     that can be made, but one needs to select one of
104                     these options for inter-operability. The version
105                     number format is one example.
106                 </item>
107               </taglist>
108               Please note that these are not mutually exclusive;
109               selected conventions often become parts of standard
110               interfaces.
111           </footnote>
112         </p>
113
114         <p>
115           The footnotes present in this manual are
116           merely informative, and are not part of Debian policy itself.
117         </p>
118
119         <p>
120           The appendices to this manual are not necessarily normative,
121           either. Please see <ref id="pkg-scope"> for more information.
122         </p>
123
124         <p>
125           In the normative part of this manual,
126           the words <em>must</em>, <em>should</em> and
127           <em>may</em>, and the adjectives <em>required</em>,
128           <em>recommended</em> and <em>optional</em>, are used to
129           distinguish the significance of the various guidelines in
130           this policy document. Packages that do not conform to the
131           guidelines denoted by <em>must</em> (or <em>required</em>)
132           will generally not be considered acceptable for the Debian
133           distribution. Non-conformance with guidelines denoted by
134           <em>should</em> (or <em>recommended</em>) will generally be
135           considered a bug, but will not necessarily render a package
136           unsuitable for distribution. Guidelines denoted by
137           <em>may</em> (or <em>optional</em>) are truly optional and
138           adherence is left to the maintainer's discretion.
139         </p>
140
141         <p>
142           These classifications are roughly equivalent to the bug
143           severities <em>serious</em> (for <em>must</em> or
144           <em>required</em> directive violations), <em>minor</em>,
145           <em>normal</em> or <em>important</em>
146           (for <em>should</em> or <em>recommended</em> directive
147           violations) and <em>wishlist</em> (for <em>optional</em>
148           items).
149           <footnote>
150                 Compare RFC 2119.  Note, however, that these words are
151                 used in a different way in this document.
152           </footnote>
153         </p>
154
155         <p>
156           Much of the information presented in this manual will be
157           useful even when building a package which is to be
158           distributed in some other way or is intended for local use
159           only.
160         </p>
161
162         <p>
163           udebs (stripped-down binary packages used by the Debian Installer) do
164           not comply with all of the requirements discussed here.  See the
165           <url name="Debian Installer internals manual"
166           id="http://d-i.alioth.debian.org/doc/internals/ch03.html"> for more
167           information about them.
168         </p>
169       </sect>
170
171       <sect>
172         <heading>New versions of this document</heading>
173
174         <p>
175           This manual is distributed via the Debian package
176           <package><url name="debian-policy"
177               id="http://packages.debian.org/debian-policy"></package> 
178           (<httpsite>packages.debian.org</httpsite> 
179           <httppath>/debian-policy</httppath>).
180         </p>
181
182         <p>
183           The current version of this document is also available from
184           the Debian web mirrors at
185           <tt><url name="/doc/debian-policy/"
186                 id="http://www.debian.org/doc/debian-policy/"></tt>.
187           (
188           <httpsite>www.debian.org</httpsite>
189           <httppath>/doc/debian-policy/</httppath>)
190           Also available from the same directory are several other
191           formats: <file>policy.html.tar.gz</file>
192           (<httppath>/doc/debian-policy/policy.html.tar.gz</httppath>),
193           <file>policy.pdf.gz</file> 
194           (<httppath>/doc/debian-policy/policy.pdf.gz</httppath>)
195           and <file>policy.ps.gz</file>
196           (<httppath>/doc/debian-policy/policy.ps.gz</httppath>).
197         </p>
198
199         <p>
200           The <package>debian-policy</package> package also includes the file
201           <file>upgrading-checklist.txt.gz</file> which indicates policy
202           changes between versions of this document.
203         </p>
204       </sect>
205
206       <sect id="authors">
207         <heading>Authors and Maintainers</heading>
208
209         <p>
210           Originally called "Debian GNU/Linux Policy Manual", this
211           manual was initially written in 1996 by Ian Jackson.
212           It was revised on November 27th, 1996 by David A. Morris.
213           Christian Schwarz added new sections on March 15th, 1997,
214           and reworked/restructured it in April-July 1997.
215           Christoph Lameter contributed the "Web Standard".
216           Julian Gilbey largely restructured it in 2001.
217         </p>
218
219         <p>
220           Since September 1998, the responsibility for the contents of
221           this document lies on the <url name="debian-policy mailing list"
222           id="mailto:debian-policy@lists.debian.org">. Proposals
223           are discussed there and inserted into policy after a certain
224           consensus is established.
225           <!-- insert shameless policy-process plug here eventually -->
226           The actual editing is done by a group of maintainers that have
227           no editorial powers. These are the current maintainers:
228
229           <enumlist>
230             <item>Russ Allbery</item>
231             <item>Bill Allombert</item>
232             <item>Andrew McMillan</item>
233             <item>Manoj Srivastava</item>
234             <item>Colin Watson</item>
235           </enumlist>
236         </p>
237
238         <p>
239           While the authors of this document have tried hard to avoid
240           typos and other errors, these do still occur. If you discover
241           an error in this manual or if you want to give any
242           comments, suggestions, or criticisms please send an email to
243           the Debian Policy List,
244           <email>debian-policy@lists.debian.org</email>, or submit a
245           bug report against the <tt>debian-policy</tt> package.
246         </p>
247
248         <p>
249           Please do not try to reach the individual authors or maintainers
250           of the Policy Manual regarding changes to the Policy.
251         </p>
252       </sect>
253
254       <sect id="related">
255         <heading>Related documents</heading>
256
257         <p>
258           There are several other documents other than this Policy Manual
259           that are necessary to fully understand some Debian policies and
260           procedures.
261         </p>
262
263         <p>
264           The external "sub-policy" documents are referred to in:
265           <list compact="compact">
266             <item><ref id="fhs"></item>
267             <item><ref id="virtual_pkg"></item>
268             <item><ref id="menus"></item>
269             <item><ref id="perl"></item>
270             <item><ref id="maintscriptprompt"></item>
271             <item><ref id="emacs"></item>
272           </list>
273         </p>
274
275         <p>
276           In addition to those, which carry the weight of policy, there
277           is the Debian Developer's Reference. This document describes
278           procedures and resources for Debian developers, but it is
279           <em>not</em> normative; rather, it includes things that don't
280           belong in the Policy, such as best practices for developers.
281         </p>
282
283         <p>
284           The Developer's Reference is available in the
285           <package>developers-reference</package> package.
286           It's also available from the Debian web mirrors at
287           <tt><url name="/doc/developers-reference/"
288                 id="http://www.debian.org/doc/developers-reference/"></tt>.
289         </p>
290
291         <p>
292           Finally, a <qref id="copyrightformat">specification for
293           machine-readable copyright files</qref> is maintained as part of
294           the <package>debian-policy</package> package using the same
295           procedure as the other policy documents.  Use of this format is
296           optional.
297         </p>
298       </sect>
299
300       <sect id="definitions">
301         <heading>Definitions</heading>
302
303         <p>
304           The following terms are used in this Policy Manual:
305           <taglist>
306             <tag>ASCII</tag>
307             <item>
308               The character encoding specified by ANSI X3.4-1986 and its
309               predecessor standards, referred to in MIME as US-ASCII, and
310               corresponding to an encoding in eight bits per character of
311               the first 128 <url id="http://www.unicode.org/"
312               name="Unicode"> characters, with the eighth bit always zero.
313             </item>
314             <tag>UTF-8</tag>
315             <item>
316               The transformation format (sometimes called encoding) of
317               <url id="http://www.unicode.org/" name="Unicode"> defined by
318               <url id="http://www.rfc-editor.org/rfc/rfc3629.txt"
319               name="RFC 3629">.  UTF-8 has the useful property of having
320               ASCII as a subset, so any text encoded in ASCII is trivially
321               also valid UTF-8.
322             </item>
323           </taglist>
324         </p>
325       </sect>
326     </chapt>
327
328
329     <chapt id="archive">
330       <heading>The Debian Archive</heading>
331
332       <p>
333         The Debian system is maintained and distributed as a
334         collection of <em>packages</em>. Since there are so many of
335         them (currently well over 15000), they are split into
336         <em>sections</em> and given <em>priorities</em> to simplify
337         the handling of them.
338       </p>
339
340       <p>
341         The effort of the Debian project is to build a free operating
342         system, but not every package we want to make accessible is
343         <em>free</em> in our sense (see the Debian Free Software
344         Guidelines, below), or may be imported/exported without
345         restrictions. Thus, the archive is split into areas<footnote>
346           The Debian archive software uses the term "component" internally
347           and in the Release file format to refer to the division of an
348           archive.  The Debian Social Contract simply refers to "areas."
349           This document uses terminology similar to the Social Contract.
350         </footnote> based on their licenses and other restrictions.
351       </p>
352
353       <p>
354         The aims of this are:
355
356         <list compact="compact">
357           <item>to allow us to make as much software available as we can</item>
358           <item>to allow us to encourage everyone to write free software,
359                 and</item>
360           <item>to allow us to make it easy for people to produce
361                 CD-ROMs of our system without violating any licenses,
362                 import/export restrictions, or any other laws.</item>
363         </list>
364       </p>
365
366       <p>
367         The <em>main</em> archive area forms the <em>Debian distribution</em>.
368       </p>
369
370       <p>
371         Packages in the other archive areas (<tt>contrib</tt>,
372         <tt>non-free</tt>) are not considered to be part of the Debian
373         distribution, although we support their use and provide
374         infrastructure for them (such as our bug-tracking system and
375         mailing lists). This Debian Policy Manual applies to these
376         packages as well.
377       </p>
378
379       <sect id="dfsg">
380         <heading>The Debian Free Software Guidelines</heading>
381         <p>
382           The Debian Free Software Guidelines (DFSG) form our
383           definition of "free software".  These are:
384             <taglist>
385               <tag>1. Free Redistribution
386               </tag>
387               <item>
388                   The license of a Debian component may not restrict any
389                   party from selling or giving away the software as a
390                   component of an aggregate software distribution
391                   containing programs from several different
392                   sources. The license may not require a royalty or
393                   other fee for such sale.
394               </item>
395               <tag>2. Source Code
396               </tag>
397               <item>
398                   The program must include source code, and must allow
399                   distribution in source code as well as compiled form.
400               </item>
401               <tag>3. Derived Works
402               </tag>
403               <item>
404                   The license must allow modifications and derived
405                   works, and must allow them to be distributed under the
406                   same terms as the license of the original software.
407               </item>
408               <tag>4. Integrity of The Author's Source Code
409               </tag>
410               <item>
411                   The license may restrict source-code from being
412                   distributed in modified form <em>only</em> if the
413                   license allows the distribution of "patch files"
414                   with the source code for the purpose of modifying the
415                   program at build time. The license must explicitly
416                   permit distribution of software built from modified
417                   source code. The license may require derived works to
418                   carry a different name or version number from the
419                   original software.  (This is a compromise. The Debian
420                   Project encourages all authors to not restrict any
421                   files, source or binary, from being modified.)
422               </item>
423               <tag>5. No Discrimination Against Persons or Groups
424               </tag>
425               <item>
426                   The license must not discriminate against any person
427                   or group of persons.
428               </item>
429               <tag>6. No Discrimination Against Fields of Endeavor
430               </tag>
431               <item>
432                   The license must not restrict anyone from making use
433                   of the program in a specific field of endeavor. For
434                   example, it may not restrict the program from being
435                   used in a business, or from being used for genetic
436                   research.
437               </item>
438               <tag>7. Distribution of License
439               </tag>
440               <item>
441                   The rights attached to the program must apply to all
442                   to whom the program is redistributed without the need
443                   for execution of an additional license by those
444                   parties.
445               </item>
446               <tag>8. License Must Not Be Specific to Debian
447               </tag>
448               <item>
449                   The rights attached to the program must not depend on
450                   the program's being part of a Debian system. If the
451                   program is extracted from Debian and used or
452                   distributed without Debian but otherwise within the
453                   terms of the program's license, all parties to whom
454                   the program is redistributed must have the same
455                   rights as those that are granted in conjunction with
456                   the Debian system.
457               </item>
458               <tag>9. License Must Not Contaminate Other Software
459               </tag>
460               <item>
461                   The license must not place restrictions on other
462                   software that is distributed along with the licensed
463                   software. For example, the license must not insist
464                   that all other programs distributed on the same medium
465                   must be free software.
466               </item>
467               <tag>10. Example Licenses
468               </tag>
469               <item>
470                   The "GPL," "BSD," and "Artistic" licenses are examples of
471                   licenses that we consider <em>free</em>.
472               </item>
473             </taglist>
474         </p>
475       </sect>
476
477       <sect id="sections">
478         <heading>Archive areas</heading>
479
480         <sect1 id="main">
481           <heading>The main archive area</heading>
482
483           <p>
484             The <em>main</em> archive area comprises the Debian
485             distribution.  Only the packages in this area are considered
486             part of the distribution.  None of the packages in
487             the <em>main</em> archive area require software outside of
488             that area to function.  Anyone may use, share, modify and
489             redistribute the packages in this archive area
490             freely<footnote>
491               See <url id="http://www.debian.org/intro/free"
492                        name="What Does Free Mean?"> for
493               more about what we mean by free software.
494             </footnote>.
495           </p>
496
497           <p>
498             Every package in <em>main</em> must comply with the DFSG
499             (Debian Free Software Guidelines).
500           </p>
501
502           <p>
503             In addition, the packages in <em>main</em>
504             <list compact="compact">
505               <item>
506                   must not require or recommend a package outside
507                   of <em>main</em> for compilation or execution (thus, the
508                   package must not declare a "Pre-Depends", "Depends",
509                   "Recommends", "Build-Depends", or "Build-Depends-Indep"
510                   relationship on a non-<em>main</em> package),
511               </item>
512               <item>
513                   must not be so buggy that we refuse to support them,
514                   and
515               </item>
516               <item>
517                   must meet all policy requirements presented in this
518                   manual.
519               </item>
520             </list>
521           </p>
522
523         </sect1>
524
525         <sect1 id="contrib">
526           <heading>The contrib archive area</heading>
527
528           <p>
529             The <em>contrib</em> archive area contains supplemental
530             packages intended to work with the Debian distribution, but
531             which require software outside of the distribution to either
532             build or function.
533           </p>
534
535           <p>
536             Every package in <em>contrib</em> must comply with the DFSG.
537           </p>
538
539           <p>
540             In addition, the packages in <em>contrib</em>
541             <list compact="compact">
542               <item>
543                   must not be so buggy that we refuse to support them,
544                   and
545               </item>
546               <item>
547                   must meet all policy requirements presented in this
548                   manual.
549               </item>
550             </list>
551           </p>
552
553           <p>
554             Examples of packages which would be included in
555             <em>contrib</em> are:
556             <list compact="compact">
557               <item>
558                   free packages which require <em>contrib</em>,
559                   <em>non-free</em> packages or packages which are not
560                   in our archive at all for compilation or execution,
561                   and
562               </item>
563               <item>
564                   wrapper packages or other sorts of free accessories for
565                   non-free programs.
566               </item>
567             </list>
568           </p>
569         </sect1>
570
571         <sect1 id="non-free">
572           <heading>The non-free archive area</heading>
573
574           <p>
575             The <em>non-free</em> archive area contains supplemental
576             packages intended to work with the Debian distribution that do
577             not comply with the DFSG or have other problems that make
578             their distribution problematic.  They may not comply with all
579             of the policy requirements in this manual due to restrictions
580             on modifications or other limitations.
581           </p>
582
583           <p>
584             Packages must be placed in <em>non-free</em> if they are
585             not compliant with the DFSG or are encumbered by patents
586             or other legal issues that make their distribution
587             problematic.
588           </p>
589
590           <p>
591             In addition, the packages in <em>non-free</em>
592             <list compact="compact">
593               <item>
594                   must not be so buggy that we refuse to support them,
595                   and
596               </item>
597               <item>
598                   must meet all policy requirements presented in this
599                   manual that it is possible for them to meet.
600                   <footnote>
601                       It is possible that there are policy
602                       requirements which the package is unable to
603                       meet, for example, if the source is
604                       unavailable.  These situations will need to be
605                       handled on a case-by-case basis.
606                   </footnote>
607               </item>
608             </list>
609           </p>
610         </sect1>
611
612       </sect>
613
614       <sect id="pkgcopyright">
615         <heading>Copyright considerations</heading>
616
617         <p>
618           Every package must be accompanied by a verbatim copy of its
619           copyright information and distribution license in the file
620           <file>/usr/share/doc/<var>package</var>/copyright</file>
621           (see <ref id="copyrightfile"> for further details).
622         </p>
623
624         <p>
625           We reserve the right to restrict files from being included
626           anywhere in our archives if
627           <list compact="compact">
628             <item>
629                   their use or distribution would break a law,
630             </item>
631             <item>
632                   there is an ethical conflict in their distribution or
633                   use,
634             </item>
635             <item>
636                   we would have to sign a license for them, or
637             </item>
638             <item>
639                   their distribution would conflict with other project
640                   policies.
641             </item>
642           </list>
643         </p>
644
645         <p>
646           Programs whose authors encourage the user to make
647           donations are fine for the main distribution, provided
648           that the authors do not claim that not donating is
649           immoral, unethical, illegal or something similar; in such
650           a case they must go in <em>non-free</em>.
651         </p>
652
653         <p>
654           Packages whose copyright permission notices (or patent
655           problems) do not even allow redistribution of binaries
656           only, and where no special permission has been obtained,
657           must not be placed on the Debian FTP site and its mirrors
658           at all.
659         </p>
660
661         <p>
662           Note that under international copyright law (this applies
663           in the United States, too), <em>no</em> distribution or
664           modification of a work is allowed without an explicit
665           notice saying so.  Therefore a program without a copyright
666           notice <em>is</em> copyrighted and you may not do anything
667           to it without risking being sued! Likewise if a program
668           has a copyright notice but no statement saying what is
669           permitted then nothing is permitted.
670         </p>
671
672         <p>
673           Many authors are unaware of the problems that restrictive
674           copyrights (or lack of copyright notices) can cause for
675           the users of their supposedly-free software.  It is often
676           worthwhile contacting such authors diplomatically to ask
677           them to modify their license terms. However, this can be a
678           politically difficult thing to do and you should ask for
679           advice on the <tt>debian-legal</tt> mailing list first, as
680           explained below.
681         </p>
682
683         <p>
684           When in doubt about a copyright, send mail to
685           <email>debian-legal@lists.debian.org</email>.  Be prepared
686           to provide us with the copyright statement.  Software
687           covered by the GPL, public domain software and BSD-like
688           copyrights are safe; be wary of the phrases "commercial
689           use prohibited" and "distribution restricted".
690         </p>
691       </sect>
692
693       <sect id="subsections">
694         <heading>Sections</heading>
695
696         <p>
697           The packages in the archive areas <em>main</em>,
698           <em>contrib</em> and <em>non-free</em> are grouped further into
699           <em>sections</em> to simplify handling.
700         </p>
701
702         <p>
703           The archive area and section for each package should be
704           specified in the package's <tt>Section</tt> control record (see
705           <ref id="f-Section">).  However, the maintainer of the Debian
706           archive may override this selection to ensure the consistency of
707           the Debian distribution.  The <tt>Section</tt> field should be
708           of the form:
709           <list compact="compact">
710             <item>
711                   <em>section</em> if the package is in the
712                   <em>main</em> archive area,
713             </item>
714             <item>
715                   <em>area/section</em> if the package is in
716                   the <em>contrib</em> or <em>non-free</em>
717                   archive areas.
718             </item>
719           </list>
720         </p>
721
722         <p>
723           The Debian archive maintainers provide the authoritative
724           list of sections.  At present, they are:
725 admin,
726 cli-mono,
727 comm,
728 database,
729 debug,
730 devel,
731 doc,
732 editors,
733 education,
734 electronics,
735 embedded,
736 fonts,
737 games,
738 gnome,
739 gnu-r,
740 gnustep,
741 graphics,
742 hamradio,
743 haskell,
744 httpd,
745 interpreters,
746 introspection,
747 java,
748 kde,
749 kernel,
750 libdevel,
751 libs,
752 lisp,
753 localization,
754 mail,
755 math,
756 metapackages,
757 misc,
758 net,
759 news,
760 ocaml,
761 oldlibs,
762 otherosfs,
763 perl,
764 php,
765 python,
766 ruby,
767 science,
768 shells,
769 sound,
770 tasks,
771 tex,
772 text,
773 utils,
774 vcs,
775 video,
776 web,
777 x11,
778 xfce,
779 zope.
780           The additional section <em>debian-installer</em>
781           contains special packages used by the installer and is not used
782           for normal Debian packages.
783         </p>
784
785         <p>
786           For more information about the sections and their definitions,
787           see the <url id="http://packages.debian.org/unstable/"
788                        name="list of sections in unstable">.
789         </p>
790       </sect>
791
792       <sect id="priorities">
793         <heading>Priorities</heading>
794
795         <p>
796           Each package should have a <em>priority</em> value, which is
797           included in the package's <em>control record</em>
798           (see <ref id="f-Priority">).
799           This information is used by the Debian package management tools to
800           separate high-priority packages from less-important packages.
801         </p>
802
803         <p>
804           The following <em>priority levels</em> are recognized by the
805           Debian package management tools.
806           <taglist>
807             <tag><tt>required</tt></tag>
808             <item>
809                 Packages which are necessary for the proper
810                 functioning of the system (usually, this means that
811                 dpkg functionality depends on these packages).
812                 Removing a <tt>required</tt> package may cause your
813                 system to become totally broken and you may not even
814                 be able to use <prgn>dpkg</prgn> to put things back,
815                 so only do so if you know what you are doing.  Systems
816                 with only the <tt>required</tt> packages are probably
817                 unusable, but they do have enough functionality to
818                 allow the sysadmin to boot and install more software.
819             </item>
820             <tag><tt>important</tt></tag>
821             <item>
822                 Important programs, including those which one would
823                 expect to find on any Unix-like system.  If the
824                 expectation is that an experienced Unix person who
825                 found it missing would say "What on earth is going on,
826                 where is <prgn>foo</prgn>?", it must be an
827                 <tt>important</tt> package.<footnote>
828                     This is an important criterion because we are
829                     trying to produce, amongst other things, a free
830                     Unix.
831                 </footnote>
832                 Other packages without which the system will not run
833                 well or be usable must also have priority
834                 <tt>important</tt>.  This does
835                 <em>not</em> include Emacs, the X Window System, TeX
836                 or any other large applications.  The
837                 <tt>important</tt> packages are just a bare minimum of
838                 commonly-expected and necessary tools.
839             </item>
840             <tag><tt>standard</tt></tag>
841             <item>
842                 These packages provide a reasonably small but not too
843                 limited character-mode system.  This is what will be
844                 installed by default if the user doesn't select anything
845                 else.  It doesn't include many large applications.
846             </item>
847             <tag><tt>optional</tt></tag>
848             <item>
849                 (In a sense everything that isn't required is
850                 optional, but that's not what is meant here.) This is
851                 all the software that you might reasonably want to
852                 install if you didn't know what it was and don't have
853                 specialized requirements. This is a much larger system
854                 and includes the X Window System, a full TeX
855                 distribution, and many applications. Note that
856                 optional packages should not conflict with each other.
857             </item>
858             <tag><tt>extra</tt></tag>
859             <item>
860                 This contains all packages that conflict with others
861                 with required, important, standard or optional
862                 priorities, or are only likely to be useful if you
863                 already know what they are or have specialized
864                 requirements (such as packages containing only detached
865                 debugging symbols).
866             </item>
867           </taglist>
868         </p>
869
870         <p>
871           Packages must not depend on packages with lower priority
872           values (excluding build-time dependencies).  In order to
873           ensure this, the priorities of one or more packages may need
874           to be adjusted.
875         </p>
876       </sect>
877
878     </chapt>
879
880
881     <chapt id="binary">
882       <heading>Binary packages</heading>
883
884       <p>
885         The Debian distribution is based on the Debian
886         package management system, called <prgn>dpkg</prgn>. Thus,
887         all packages in the Debian distribution must be provided
888         in the <tt>.deb</tt> file format.
889       </p>
890
891       <p>
892         A <tt>.deb</tt> package contains two sets of files: a set of files
893         to install on the system when the package is installed, and a set
894         of files that provide additional metadata about the package or
895         which are executed when the package is installed or removed.  This
896         second set of files is called <em>control information files</em>.
897         Among those files are the package maintainer scripts
898         and <file>control</file>, the <qref id="binarycontrolfiles">binary
899         package control file</qref> that contains the control fields for
900         the package.  Other control information files include
901         the <qref id="sharedlibs-symbols"><file>symbols</file> file</qref>
902         or <qref id="sharedlibs-shlibdeps"><file>shlibs</file> file</qref>
903         used to store shared library dependency information and
904         the <file>conffiles</file> file that lists the package's
905         configuration files (described in <ref id="config-files">).
906       </p>
907
908       <p>
909         There is unfortunately a collision of terminology here between
910         control information files and files in the Debian control file
911         format.  Throughout this document, a <em>control file</em> refers
912         to a file in the Debian control file format.  These files are
913         documented in <ref id="controlfields">.  Only files referred to
914         specifically as <em>control information files</em> are the files
915         included in the control information file member of
916         the <file>.deb</file> file format used by binary packages.  Most
917         control information files are not in the Debian control file
918         format.
919       </p>
920
921       <sect>
922         <heading>The package name</heading>
923
924         <p>
925           Every package must have a name that's unique within the Debian
926           archive.
927         </p>
928
929         <p>
930           The package name is included in the control field
931           <tt>Package</tt>, the format of which is described
932           in <ref id="f-Package">.
933           The package name is also included as a part of the file name
934           of the <tt>.deb</tt> file.
935         </p>
936       </sect>
937
938       <sect id="versions">
939         <heading>The version of a package</heading>
940
941         <p>
942           Every package has a version number recorded in its
943           <tt>Version</tt> control file field, described in
944           <ref id="f-Version">.
945         </p>
946
947         <p>
948           The package management system imposes an ordering on version
949           numbers, so that it can tell whether packages are being up- or
950           downgraded and so that package system front end applications
951           can tell whether a package it finds available is newer than
952           the one installed on the system.  The version number format
953           has the most significant parts (as far as comparison is
954           concerned) at the beginning.
955         </p>
956
957         <p>
958           If an upstream package has problematic version numbers they
959           should be converted to a sane form for use in the
960           <tt>Version</tt> field.
961         </p>
962
963         <sect1>
964           <heading>Version numbers based on dates</heading>
965
966           <p>
967             In general, Debian packages should use the same version
968             numbers as the upstream sources.  However, upstream version
969             numbers based on some date formats (sometimes used for
970             development or "snapshot" releases) will not be ordered
971             correctly by the package management software.  For
972             example, <prgn>dpkg</prgn> will consider "96May01" to be
973             greater than "96Dec24".
974           </p>
975
976           <p>
977             To prevent having to use epochs for every new upstream
978             version, the date-based portion of any upstream version number
979             should be given in a way that sorts correctly: four-digit year
980             first, followed by a two-digit numeric month, followed by a
981             two-digit numeric date, possibly with punctuation between the
982             components.
983           </p>
984
985           <p>
986             Native Debian packages (i.e., packages which have been written
987             especially for Debian) whose version numbers include dates
988             should also follow these rules.  If punctuation is desired
989             between the date components, remember that hyphen (<tt>-</tt>)
990             cannot be used in native package versions.  Period
991             (<tt>.</tt>) is normally a good choice.
992           </p>
993         </sect1>
994
995       </sect>
996
997       <sect id="maintainer">
998         <heading>The maintainer of a package</heading>
999
1000         <p>
1001           Every package must have a maintainer, except for orphaned
1002           packages as described below.  The maintainer may be one person
1003           or a group of people reachable from a common email address, such
1004           as a mailing list.  The maintainer is responsible for
1005           maintaining the Debian packaging files, evaluating and
1006           responding appropriately to reported bugs, uploading new
1007           versions of the package (either directly or through a sponsor),
1008           ensuring that the package is placed in the appropriate archive
1009           area and included in Debian releases as appropriate for the
1010           stability and utility of the package, and requesting removal of
1011           the package from the Debian distribution if it is no longer
1012           useful or maintainable.
1013         </p>
1014
1015         <p>
1016           The maintainer must be specified in the <tt>Maintainer</tt>
1017           control field with their correct name and a working email
1018           address.  The email address given in the <tt>Maintainer</tt>
1019           control field must accept mail from those role accounts in
1020           Debian used to send automated mails regarding the package.  This
1021           includes non-spam mail from the bug-tracking system, all mail
1022           from the Debian archive maintenance software, and other role
1023           accounts or automated processes that are commonly agreed on by
1024           the project.<footnote>
1025             A sample implementation of such a whitelist written for the
1026             Mailman mailing list management software is used for mailing
1027             lists hosted by alioth.debian.org.
1028           </footnote>
1029           If one person or team maintains several packages, they should
1030           use the same form of their name and email address in
1031           the <tt>Maintainer</tt> fields of those packages.
1032         </p>
1033
1034         <p>
1035           The format of the <tt>Maintainer</tt> control field is
1036           described in <ref id="f-Maintainer">.
1037         </p>
1038
1039         <p>
1040           If the maintainer of the package is a team of people with a
1041           shared email address, the <tt>Uploaders</tt> control field must
1042           be present and must contain at least one human with their
1043           personal email address.  See <ref id="f-Uploaders"> for the
1044           syntax of that field.
1045         </p>
1046
1047         <p>
1048           An orphaned package is one with no current maintainer.  Orphaned
1049           packages should have their <tt>Maintainer</tt> control field set
1050           to <tt>Debian QA Group &lt;packages@qa.debian.org&gt;</tt>.
1051           These packages are considered maintained by the Debian project
1052           as a whole until someone else volunteers to take over
1053           maintenance.<footnote>
1054             The detailed procedure for gracefully orphaning a package can
1055             be found in the Debian Developer's Reference
1056             (see <ref id="related">).
1057           </footnote>
1058         </p>
1059       </sect>
1060
1061       <sect id="descriptions">
1062         <heading>The description of a package</heading>
1063
1064         <p>
1065           Every Debian package must have a <tt>Description</tt> control
1066           field which contains a synopsis and extended description of the
1067           package.  Technical information about the format of the
1068           <tt>Description</tt> field is in <ref id="f-Description">.
1069         </p>
1070
1071         <p>
1072           The description should describe the package (the program) to a
1073           user (system administrator) who has never met it before so that
1074           they have enough information to decide whether they want to
1075           install it. This description should not just be copied verbatim
1076           from the program's documentation.
1077         </p>
1078
1079         <p>
1080           Put important information first, both in the synopsis and
1081           extended description.  Sometimes only the first part of the
1082           synopsis or of the description will be displayed.  You can
1083           assume that there will usually be a way to see the whole
1084           extended description.
1085         </p>
1086
1087         <p>
1088           The description should also give information about the
1089           significant dependencies and conflicts between this package
1090           and others, so that the user knows why these dependencies and
1091           conflicts have been declared.
1092         </p>
1093
1094         <p>
1095           Instructions for configuring or using the package should
1096           not be included (that is what installation scripts,
1097           manual pages, info files, etc., are for).  Copyright
1098           statements and other administrivia should not be included
1099           either (that is what the copyright file is for).
1100         </p>
1101
1102         <sect1 id="synopsis"><heading>The single line synopsis</heading>
1103
1104           <p>
1105             The single line synopsis should be kept brief - certainly
1106             under 80 characters.
1107           </p>
1108
1109           <p>
1110             Do not include the package name in the synopsis line.  The
1111             display software knows how to display this already, and you
1112             do not need to state it.  Remember that in many situations
1113             the user may only see the synopsis line - make it as
1114             informative as you can.
1115           </p>
1116
1117         </sect1>
1118
1119         <sect1 id="extendeddesc"><heading>The extended description</heading>
1120
1121           <p>
1122             Do not try to continue the single line synopsis into the
1123             extended description.  This will not work correctly when
1124             the full description is displayed, and makes no sense
1125             where only the summary (the single line synopsis) is
1126             available.
1127           </p>
1128
1129           <p>
1130             The extended description should describe what the package
1131             does and how it relates to the rest of the system (in terms
1132             of, for example, which subsystem it is which part of).
1133           </p>
1134
1135           <p>
1136             The description field needs to make sense to anyone, even
1137             people who have no idea about any of the things the
1138             package deals with.<footnote>
1139                 The blurb that comes with a program in its
1140                 announcements and/or <prgn>README</prgn> files is
1141                 rarely suitable for use in a description.  It is
1142                 usually aimed at people who are already in the
1143                 community where the package is used.
1144             </footnote>
1145           </p>
1146
1147         </sect1>
1148
1149       </sect>
1150
1151       <sect id="dependencies">
1152         <heading>Dependencies</heading>
1153
1154         <p>
1155           Every package must specify the dependency information
1156           about other packages that are required for the first to
1157           work correctly.
1158         </p>
1159
1160         <p>
1161           For example, a dependency entry must be provided for any
1162           shared libraries required by a dynamically-linked executable
1163           binary in a package.
1164         </p>
1165
1166         <p>
1167           Packages are not required to declare any dependencies they
1168           have on other packages which are marked <tt>Essential</tt>
1169           (see below), and should not do so unless they depend on a
1170           particular version of that package.<footnote>
1171             <p>
1172               Essential is needed in part to avoid unresolvable dependency
1173               loops on upgrade.  If packages add unnecessary dependencies
1174               on packages in this set, the chances that there
1175               <strong>will</strong> be an unresolvable dependency loop
1176               caused by forcing these Essential packages to be configured
1177               first before they need to be is greatly increased.  It also
1178               increases the chances that frontends will be unable to
1179               <strong>calculate</strong> an upgrade path, even if one
1180               exists.
1181             </p>
1182             <p>
1183               Also, functionality is rarely ever removed from the
1184               Essential set, but <em>packages</em> have been removed from
1185               the Essential set when the functionality moved to a
1186               different package. So depending on these packages <em>just
1187               in case</em> they stop being essential does way more harm
1188               than good.
1189             </p>
1190           </footnote>
1191         </p>
1192
1193         <p>
1194           Sometimes, unpacking one package requires that another package
1195           be first unpacked <em>and</em> configured.  In this case, the
1196           depending package must specify this dependency in
1197           the <tt>Pre-Depends</tt> control field.
1198         </p>
1199
1200         <p>
1201           You should not specify a <tt>Pre-Depends</tt> entry for a
1202           package before this has been discussed on the
1203           <tt>debian-devel</tt> mailing list and a consensus about
1204           doing that has been reached.
1205         </p>
1206
1207         <p>
1208           The format of the package interrelationship control fields is
1209           described in <ref id="relationships">.
1210         </p>
1211       </sect>
1212
1213       <sect id="virtual_pkg">
1214         <heading>Virtual packages</heading>
1215
1216         <p>
1217           Sometimes, there are several packages which offer
1218           more-or-less the same functionality. In this case, it's
1219           useful to define a <em>virtual package</em> whose name
1220           describes that common functionality.  (The virtual
1221           packages only exist logically, not physically; that's why
1222           they are called <em>virtual</em>.) The packages with this
1223           particular function will then <em>provide</em> the virtual
1224           package. Thus, any other package requiring that function
1225           can simply depend on the virtual package without having to
1226           specify all possible packages individually.
1227         </p>
1228
1229         <p>
1230           All packages should use virtual package names where
1231           appropriate, and arrange to create new ones if necessary.
1232           They should not use virtual package names (except privately,
1233           amongst a cooperating group of packages) unless they have
1234           been agreed upon and appear in the list of virtual package
1235           names. (See also <ref id="virtual">)
1236         </p>
1237
1238         <p>
1239           The latest version of the authoritative list of virtual
1240           package names can be found in the <tt>debian-policy</tt> package.
1241           It is also available from the Debian web mirrors at
1242           <tt><url name="/doc/packaging-manuals/virtual-package-names-list.txt"
1243                 id="http://www.debian.org/doc/packaging-manuals/virtual-package-names-list.txt"></tt>.
1244         </p>
1245
1246         <p>
1247           The procedure for updating the list is described in the preface
1248           to the list.
1249         </p>
1250
1251       </sect>
1252
1253       <sect>
1254         <heading>Base system</heading>
1255
1256         <p>
1257           The <tt>base system</tt> is a minimum subset of the Debian
1258           system that is installed before everything else
1259           on a new system. Only very few packages are allowed to form
1260           part of the base system, in order to keep the required disk
1261           usage very small.
1262         </p>
1263
1264         <p>
1265           The base system consists of all those packages with priority
1266           <tt>required</tt> or <tt>important</tt>. Many of them will
1267           be tagged <tt>essential</tt> (see below).
1268         </p>
1269       </sect>
1270
1271       <sect>
1272         <heading>Essential packages</heading>
1273
1274         <p>
1275           Essential is defined as the minimal set of functionality that
1276           must be available and usable on the system at all times, even
1277           when packages are in the "Unpacked" state.
1278           Packages are tagged <tt>essential</tt> for a system using the
1279           <tt>Essential</tt> control field.  The format of the
1280           <tt>Essential</tt> control field is described in <ref
1281           id="f-Essential">.
1282         </p>
1283
1284         <p>
1285           Since these packages cannot be easily removed (one has to
1286           specify an extra <em>force option</em> to
1287           <prgn>dpkg</prgn> to do so), this flag must not be used
1288           unless absolutely necessary.  A shared library package
1289           must not be tagged <tt>essential</tt>; dependencies will
1290           prevent its premature removal, and we need to be able to
1291           remove it when it has been superseded.
1292         </p>
1293
1294         <p>
1295           Since dpkg will not prevent upgrading of other packages
1296           while an <tt>essential</tt> package is in an unconfigured
1297             state, all <tt>essential</tt> packages must supply all of
1298             their core functionality even when unconfigured. If the
1299             package cannot satisfy this requirement it must not be
1300             tagged as essential, and any packages depending on this
1301             package must instead have explicit dependency fields as
1302             appropriate.
1303         </p>
1304
1305         <p>
1306           Maintainers should take great care in adding any programs,
1307           interfaces, or functionality to <tt>essential</tt> packages.
1308           Packages may assume that functionality provided by
1309           <tt>essential</tt> packages is always available without
1310           declaring explicit dependencies, which means that removing
1311           functionality from the Essential set is very difficult and is
1312           almost never done.  Any capability added to an
1313           <tt>essential</tt> package therefore creates an obligation to
1314           support that capability as part of the Essential set in
1315           perpetuity.
1316         </p>
1317
1318         <p>
1319           You must not tag any packages <tt>essential</tt> before
1320           this has been discussed on the <tt>debian-devel</tt>
1321           mailing list and a consensus about doing that has been
1322           reached.
1323         </p>
1324       </sect>
1325
1326       <sect id="maintscripts">
1327         <heading>Maintainer Scripts</heading>
1328
1329         <p>
1330           The package installation scripts should avoid producing
1331           output which is unnecessary for the user to see and
1332           should rely on <prgn>dpkg</prgn> to stave off boredom on
1333           the part of a user installing many packages. This means,
1334           amongst other things, not passing the <tt>--verbose</tt>
1335           option to <prgn>update-alternatives</prgn>.
1336         </p>
1337
1338         <p>
1339           Errors which occur during the execution of an installation
1340           script must be checked and the installation must not
1341           continue after an error.
1342         </p>
1343
1344         <p>
1345           Note that in general <ref id="scripts"> applies to package
1346           maintainer scripts, too.
1347         </p>
1348
1349         <p>
1350           You should not use <prgn>dpkg-divert</prgn> on a file belonging
1351           to another package without consulting the maintainer of that
1352           package first.  When adding or removing diversions, package
1353           maintainer scripts must provide the <tt>--package</tt> flag
1354           to <prgn>dpkg-divert</prgn> and must not use <tt>--local</tt>.
1355         </p>
1356
1357         <p>
1358           All packages which supply an instance of a common command
1359           name (or, in general, filename) should generally use
1360           <prgn>update-alternatives</prgn>, so that they may be
1361           installed together.  If <prgn>update-alternatives</prgn>
1362           is not used, then each package must use
1363           <tt>Conflicts</tt> to ensure that other packages are
1364           removed.  (In this case, it may be appropriate to
1365           specify a conflict against earlier versions of something
1366           that previously did not use
1367           <prgn>update-alternatives</prgn>; this is an exception to
1368           the usual rule that versioned conflicts should be
1369           avoided.)
1370         </p>
1371
1372         <sect1 id="maintscriptprompt">
1373           <heading>Prompting in maintainer scripts</heading>
1374           <p>
1375             Package maintainer scripts may prompt the user if
1376             necessary. Prompting must be done by communicating
1377             through a program, such as <prgn>debconf</prgn>, which
1378             conforms to the Debian Configuration Management
1379             Specification, version 2 or higher.
1380           </p>
1381
1382           <p>
1383             Packages which are essential, or which are dependencies of
1384             essential packages, may fall back on another prompting method
1385             if no such interface is available when they are executed.
1386           </p>
1387
1388           <p>
1389             The Debian Configuration Management Specification is included
1390             in the <file>debconf_specification</file> files in the
1391             <package>debian-policy</package> package.
1392             It is also available from the Debian web mirrors at
1393             <tt><url name="/doc/packaging-manuals/debconf_specification.html"
1394                 id="http://www.debian.org/doc/packaging-manuals/debconf_specification.html"></tt>.
1395           </p>
1396
1397           <p>
1398             Packages which use the Debian Configuration Management
1399             Specification may contain the additional control information
1400             files <file>config</file>
1401             and <file>templates</file>.  <file>config</file> is an
1402             additional maintainer script used for package configuration,
1403             and <file>templates</file> contains templates used for user
1404             prompting.  The <prgn>config</prgn> script might be run before
1405             the <prgn>preinst</prgn> script and before the package is
1406             unpacked or any of its dependencies or pre-dependencies are
1407             satisfied.  Therefore it must work using only the tools
1408             present in <em>essential</em> packages.<footnote>
1409                   <package>Debconf</package> or another tool that
1410                   implements the Debian Configuration Management
1411                   Specification will also be installed, and any
1412                   versioned dependencies on it will be satisfied
1413                   before preconfiguration begins.
1414             </footnote>
1415           </p>
1416
1417           <p>
1418             Packages which use the Debian Configuration Management
1419             Specification must allow for translation of their user-visible
1420             messages by using a gettext-based system such as the one
1421             provided by the <package>po-debconf</package> package.
1422           </p>
1423
1424           <p>
1425             Packages should try to minimize the amount of prompting
1426             they need to do, and they should ensure that the user
1427             will only ever be asked each question once.  This means
1428             that packages should try to use appropriate shared
1429             configuration files (such as <file>/etc/papersize</file> and
1430             <file>/etc/news/server</file>), and shared
1431             <package>debconf</package> variables rather than each
1432             prompting for their own list of required pieces of
1433             information.
1434           </p>
1435
1436           <p>
1437             It also means that an upgrade should not ask the same
1438             questions again, unless the user has used
1439             <tt>dpkg --purge</tt> to remove the package's configuration.
1440             The answers to configuration questions should be stored in an
1441             appropriate place in <file>/etc</file> so that the user can
1442             modify them, and how this has been done should be
1443             documented.
1444           </p>
1445
1446           <p>
1447             If a package has a vitally important piece of
1448             information to pass to the user (such as "don't run me
1449             as I am, you must edit the following configuration files
1450             first or you risk your system emitting badly-formatted
1451             messages"), it should display this in the
1452             <prgn>config</prgn> or <prgn>postinst</prgn> script and
1453             prompt the user to hit return to acknowledge the
1454             message.  Copyright messages do not count as vitally
1455             important (they belong in
1456             <file>/usr/share/doc/<var>package</var>/copyright</file>);
1457             neither do instructions on how to use a program (these
1458             should be in on-line documentation, where all the users
1459             can see them).
1460           </p>
1461
1462           <p>
1463             Any necessary prompting should almost always be confined
1464             to the <prgn>config</prgn> or <prgn>postinst</prgn>
1465             script. If it is done in the <prgn>postinst</prgn>, it
1466             should be protected with a conditional so that
1467             unnecessary prompting doesn't happen if a package's
1468             installation fails and the <prgn>postinst</prgn> is
1469             called with <tt>abort-upgrade</tt>,
1470             <tt>abort-remove</tt> or <tt>abort-deconfigure</tt>.
1471           </p>
1472         </sect1>
1473
1474       </sect>
1475
1476     </chapt>
1477
1478
1479     <chapt id="source">
1480       <heading>Source packages</heading>
1481
1482       <sect id="standardsversion">
1483         <heading>Standards conformance</heading>
1484
1485         <p>
1486           Source packages should specify the most recent version number
1487           of this policy document with which your package complied
1488           when it was last updated.
1489         </p>
1490
1491         <p>
1492           This information may be used to file bug reports
1493           automatically if your package becomes too much out of date.
1494         </p>
1495
1496         <p>
1497           The version is specified in the <tt>Standards-Version</tt>
1498           control field.
1499           The format of the <tt>Standards-Version</tt> field is
1500           described in <ref id="f-Standards-Version">.
1501         </p>
1502
1503         <p>
1504           You should regularly, and especially if your package has
1505           become out of date, check for the newest Policy Manual
1506           available and update your package, if necessary. When your
1507           package complies with the new standards you should update the
1508           <tt>Standards-Version</tt> source package field and
1509           release it.<footnote>
1510                 See the file <file>upgrading-checklist</file> for
1511                 information about policy which has changed between
1512                 different versions of this document.
1513           </footnote>
1514         </p>
1515
1516       </sect>
1517
1518       <sect id="pkg-relations">
1519         <heading>Package relationships</heading>
1520
1521         <p>
1522           Source packages should specify which binary packages they
1523           require to be installed or not to be installed in order to
1524           build correctly.  For example, if building a package
1525           requires a certain compiler, then the compiler should be
1526           specified as a build-time dependency.
1527         </p>
1528
1529         <p>
1530           It is not necessary to explicitly specify build-time
1531           relationships on a minimal set of packages that are always
1532           needed to compile, link and put in a Debian package a
1533           standard "Hello World!" program written in C or C++.  The
1534           required packages are called <em>build-essential</em>, and
1535           an informational list can be found in
1536           <file>/usr/share/doc/build-essential/list</file> (which is
1537           contained in the <tt>build-essential</tt>
1538           package).<footnote>
1539             Rationale:
1540                 <list compact="compact">
1541                   <item>
1542                       This allows maintaining the list separately
1543                       from the policy documents (the list does not
1544                       need the kind of control that the policy
1545                       documents do).
1546                   </item>
1547                   <item>
1548                       Having a separate package allows one to install
1549                       the build-essential packages on a machine, as
1550                       well as allowing other packages such as tasks to
1551                       require installation of the build-essential
1552                       packages using the depends relation.
1553                   </item>
1554                   <item>
1555                       The separate package allows bug reports against
1556                       the list to be categorized separately from
1557                       the policy management process in the BTS.
1558                   </item>
1559                 </list>
1560           </footnote>
1561         </p>
1562
1563         <p>
1564           When specifying the set of build-time dependencies, one
1565           should list only those packages explicitly required by the
1566           build.  It is not necessary to list packages which are
1567           required merely because some other package in the list of
1568           build-time dependencies depends on them.<footnote>
1569                 The reason for this is that dependencies change, and
1570                 you should list all those packages, and <em>only</em>
1571                 those packages that <em>you</em> need directly.  What
1572                 others need is their business.  For example, if you
1573                 only link against <file>libimlib</file>, you will need to
1574                 build-depend on <package>libimlib2-dev</package> but
1575                 not against any <tt>libjpeg*</tt> packages, even
1576                 though <tt>libimlib2-dev</tt> currently depends on
1577                 them: installation of <package>libimlib2-dev</package>
1578                 will automatically ensure that all of its run-time
1579                 dependencies are satisfied.
1580           </footnote>
1581         </p>
1582
1583         <p>
1584           If build-time dependencies are specified, it must be
1585           possible to build the package and produce working binaries
1586           on a system with only essential and build-essential
1587           packages installed and also those required to satisfy the
1588           build-time relationships (including any implied
1589           relationships).  In particular, this means that version
1590           clauses should be used rigorously in build-time
1591           relationships so that one cannot produce bad or
1592           inconsistently configured packages when the relationships
1593           are properly satisfied.
1594         </p>
1595
1596         <p>
1597           <ref id="relationships"> explains the technical details.
1598         </p>
1599       </sect>
1600
1601       <sect>
1602         <heading>Changes to the upstream sources</heading>
1603
1604         <p>
1605           If changes to the source code are made that are not
1606           specific to the needs of the Debian system, they should be
1607           sent to the upstream authors in whatever form they prefer
1608           so as to be included in the upstream version of the
1609           package.
1610         </p>
1611
1612         <p>
1613           If you need to configure the package differently for
1614           Debian or for Linux, and the upstream source doesn't
1615           provide a way to do so, you should add such configuration
1616           facilities (for example, a new <prgn>autoconf</prgn> test
1617           or <tt>#define</tt>) and send the patch to the upstream
1618           authors, with the default set to the way they originally
1619           had it.  You can then easily override the default in your
1620           <file>debian/rules</file> or wherever is appropriate.
1621         </p>
1622
1623         <p>
1624           You should make sure that the <prgn>configure</prgn> utility
1625           detects the correct architecture specification string
1626           (refer to <ref id="arch-spec"> for details).
1627         </p>
1628
1629         <p>
1630           If you need to edit a <prgn>Makefile</prgn> where GNU-style
1631           <prgn>configure</prgn> scripts are used, you should edit the
1632           <file>.in</file> files rather than editing the
1633           <prgn>Makefile</prgn> directly.  This allows the user to
1634           reconfigure the package if necessary.  You should
1635           <em>not</em> configure the package and edit the generated
1636           <prgn>Makefile</prgn>!  This makes it impossible for someone
1637           else to later reconfigure the package without losing the
1638           changes you made.
1639         </p>
1640
1641       </sect>
1642
1643       <sect id="dpkgchangelog">
1644         <heading>Debian changelog: <file>debian/changelog</file></heading>
1645
1646         <p>
1647           Changes in the Debian version of the package should be
1648           briefly explained in the Debian changelog file
1649           <file>debian/changelog</file>.<footnote>
1650             <p>
1651               Mistakes in changelogs are usually best rectified by
1652               making a new changelog entry rather than "rewriting
1653               history" by editing old changelog entries.
1654             </p>
1655           </footnote>
1656           This includes modifications
1657           made in the Debian package compared to the upstream one
1658           as well as other changes and updates to the package.
1659           <footnote>
1660               Although there is nothing stopping an author who is also
1661               the Debian maintainer from using this changelog for all
1662               their changes, it will have to be renamed if the Debian
1663               and upstream maintainers become different people. In such
1664               a case, however, it might be better to maintain the package
1665               as a non-native package.
1666           </footnote>
1667         </p>
1668
1669         <p>
1670           The format of the <file>debian/changelog</file> allows the
1671           package building tools to discover which version of the package
1672           is being built and find out other release-specific information.
1673         </p>
1674
1675         <p>
1676           That format is a series of entries like this:
1677
1678 <example compact="compact">
1679 <var>package</var> (<var>version</var>) <var>distribution(s)</var>; urgency=<var>urgency</var>
1680             <var>
1681               [optional blank line(s), stripped]
1682             </var>
1683   * <var>change details</var>
1684     <var>more change details</var>
1685             <var>
1686               [blank line(s), included in output of dpkg-parsechangelog]
1687             </var>
1688   * <var>even more change details</var>
1689             <var>
1690               [optional blank line(s), stripped]
1691             </var>
1692  -- <var>maintainer name</var> &lt;<var>email address</var>&gt;<var>[two spaces]</var>  <var>date</var>
1693 </example>
1694         </p>
1695
1696         <p>
1697           <var>package</var> and <var>version</var> are the source
1698           package name and version number.
1699         </p>
1700
1701         <p>
1702           <var>distribution(s)</var> lists the distributions where
1703           this version should be installed when it is uploaded - it
1704           is copied to the <tt>Distribution</tt> field in the
1705           <file>.changes</file> file.  See <ref id="f-Distribution">.
1706         </p>
1707
1708         <p>
1709           <var>urgency</var> is the value for the <tt>Urgency</tt>
1710           field in the <file>.changes</file> file for the upload
1711           (see <ref id="f-Urgency">). It is not possible to specify
1712           an urgency containing commas; commas are used to separate
1713           <tt><var>keyword</var>=<var>value</var></tt> settings in the
1714           <prgn>dpkg</prgn> changelog format (though there is
1715           currently only one useful <var>keyword</var>,
1716           <tt>urgency</tt>).
1717         </p>
1718
1719         <p>
1720           The change details may in fact be any series of lines
1721           starting with at least two spaces, but conventionally each
1722           change starts with an asterisk and a separating space and
1723           continuation lines are indented so as to bring them in
1724           line with the start of the text above.  Blank lines may be
1725           used here to separate groups of changes, if desired.
1726         </p>
1727
1728         <p>
1729           If this upload resolves bugs recorded in the Bug Tracking
1730           System (BTS), they may be automatically closed on the
1731           inclusion of this package into the Debian archive by
1732           including the string: <tt>closes: Bug#<var>nnnnn</var></tt>
1733           in the change details.<footnote>
1734               To be precise, the string should match the following
1735               Perl regular expression:
1736               <example>
1737 /closes:\s*(?:bug)?\#?\s?\d+(?:,\s*(?:bug)?\#?\s?\d+)*/i
1738               </example>
1739               Then all of the bug numbers listed will be closed by the
1740               archive maintenance software (<prgn>dak</prgn>) using the
1741               <var>version</var> of the changelog entry.
1742           </footnote>
1743           This information is conveyed via the <tt>Closes</tt> field
1744           in the <tt>.changes</tt> file (see <ref id="f-Closes">).
1745         </p>
1746
1747         <p>
1748           The maintainer name and email address used in the changelog
1749           should be the details of the person uploading <em>this</em>
1750           version.  They are <em>not</em> necessarily those of the
1751           usual package maintainer.<footnote>
1752             If the developer uploading the package is not one of the usual
1753             maintainers of the package (as listed in
1754             the <qref id="f-Maintainer"><tt>Maintainer</tt></qref>
1755             or <qref id="f-Uploaders"><tt>Uploaders</tt></qref> control
1756             fields of the package), the first line of the changelog is
1757             conventionally used to explain why a non-maintainer is
1758             uploading the package.  The Debian Developer's Reference
1759             (see <ref id="related">) documents the conventions
1760             used.</footnote>
1761           The information here will be copied to the <tt>Changed-By</tt>
1762           field in the <tt>.changes</tt> file
1763           (see <ref id="f-Changed-By">), and then later used to send an
1764           acknowledgement when the upload has been installed.
1765         </p>
1766
1767         <p>
1768           The <var>date</var> has the following format<footnote>
1769               This is the same as the format generated by <tt>date
1770               -R</tt>.
1771           </footnote> (compatible and with the same semantics of
1772           RFC 2822 and RFC 5322):
1773           <example>day-of-week, dd month yyyy hh:mm:ss +zzzz</example>
1774           where:
1775           <list compact="compact">
1776             <item>
1777               day-of week is one of: Mon, Tue, Wed, Thu, Fri, Sat, Sun
1778             </item>
1779             <item>
1780               dd is a one- or two-digit day of the month (01-31)
1781             </item>
1782             <item>
1783               month is one of: Jan, Feb, Mar, Apr, May, Jun, Jul, Aug,
1784               Sep, Oct, Nov, Dec
1785             </item>
1786             <item>yyyy is the four-digit year (e.g. 2010)</item>
1787             <item>hh is the two-digit hour (00-23)</item>
1788             <item>mm is the two-digit minutes (00-59)</item>
1789             <item>ss is the two-digit seconds (00-60)</item>
1790             <item>
1791               +zzzz or -zzzz is the the time zone offset from Coordinated
1792               Universal Time (UTC).  "+" indicates that the time is ahead
1793               of (i.e., east of) UTC and "-" indicates that the time is
1794               behind (i.e., west of) UTC.  The first two digits indicate
1795               the hour difference from UTC and the last two digits
1796               indicate the number of additional minutes difference from
1797               UTC.  The last two digits must be in the range 00-59.
1798             </item>
1799           </list>
1800         </p>
1801
1802         <p>
1803           The first "title" line with the package name must start
1804           at the left hand margin.  The "trailer" line with the
1805           maintainer and date details must be preceded by exactly
1806           one space.  The maintainer details and the date must be
1807           separated by exactly two spaces.
1808         </p>
1809
1810         <p>
1811           The entire changelog must be encoded in UTF-8.
1812         </p>
1813
1814         <p>
1815           For more information on placement of the changelog files
1816           within binary packages, please see <ref id="changelogs">.
1817         </p>
1818       </sect>
1819
1820       <sect id="dpkgcopyright">
1821         <heading>Copyright: <file>debian/copyright</file></heading>
1822         <p>
1823           Every package must be accompanied by a verbatim copy of its
1824           copyright information and distribution license in the file
1825           <file>/usr/share/doc/<var>package</var>/copyright</file>
1826           (see <ref id="copyrightfile"> for further details). Also see
1827           <ref id="pkgcopyright"> for further considerations related
1828           to copyrights for packages.
1829         </p>
1830       </sect>
1831       <sect>
1832         <heading>Error trapping in makefiles</heading>
1833
1834         <p>
1835           When <prgn>make</prgn> invokes a command in a makefile
1836           (including your package's upstream makefiles and
1837           <file>debian/rules</file>), it does so using <prgn>sh</prgn>.  This
1838           means that <prgn>sh</prgn>'s usual bad error handling
1839           properties apply: if you include a miniature script as one
1840           of the commands in your makefile you'll find that if you
1841           don't do anything about it then errors are not detected
1842           and <prgn>make</prgn> will blithely continue after
1843           problems.
1844         </p>
1845
1846         <p>
1847           Every time you put more than one shell command (this
1848           includes using a loop) in a makefile command you
1849           must make sure that errors are trapped.  For
1850           simple compound commands, such as changing directory and
1851           then running a program, using <tt>&amp;&amp;</tt> rather
1852           than semicolon as a command separator is sufficient.  For
1853           more complex commands including most loops and
1854           conditionals you should include a separate <tt>set -e</tt>
1855           command at the start of every makefile command that's
1856           actually one of these miniature shell scripts.
1857         </p>
1858       </sect>
1859
1860       <sect id="timestamps">
1861         <heading>Time Stamps</heading>
1862         <p>
1863           Maintainers should preserve the modification times of the
1864           upstream source files in a package, as far as is reasonably
1865           possible.<footnote>
1866               The rationale is that there is some information conveyed
1867               by knowing the age of the file, for example, you could
1868               recognize that some documentation is very old by looking
1869               at the modification time, so it would be nice if the
1870               modification time of the upstream source would be
1871               preserved.
1872           </footnote>
1873         </p>
1874       </sect>
1875
1876       <sect id="restrictions">
1877         <heading>Restrictions on objects in source packages</heading>
1878
1879         <p>
1880           The source package may not contain any hard links<footnote>
1881             <p>
1882               This is not currently detected when building source
1883               packages, but only when extracting
1884               them.
1885             </p>
1886             <p>
1887               Hard links may be permitted at some point in the
1888               future, but would require a fair amount of
1889               work.
1890             </p>
1891           </footnote>, device special files, sockets or setuid or
1892           setgid files.<footnote>
1893               Setgid directories are allowed.
1894           </footnote>
1895         </p>
1896       </sect>
1897
1898       <sect id="debianrules">
1899         <heading>Main building script: <file>debian/rules</file></heading>
1900
1901         <p>
1902           This file must be an executable makefile, and contains the
1903           package-specific recipes for compiling the package and
1904           building binary package(s) from the source.
1905         </p>
1906
1907         <p>
1908           It must start with the line <tt>#!/usr/bin/make -f</tt>,
1909           so that it can be invoked by saying its name rather than
1910           invoking <prgn>make</prgn> explicitly. That is, invoking
1911           either of <tt>make -f debian/rules <em>args...</em></tt>
1912           or <tt>./debian/rules <em>args...</em></tt> must result in
1913           identical behavior.
1914         </p>
1915
1916         <p>
1917           The following targets are required and must be implemented
1918           by <file>debian/rules</file>: <tt>clean</tt>, <tt>binary</tt>,
1919           <tt>binary-arch</tt>, <tt>binary-indep</tt>, <tt>build</tt>,
1920           <tt>build-arch</tt> and <tt>build-indep</tt>.
1921           These are the targets called by <prgn>dpkg-buildpackage</prgn>.
1922         </p>
1923
1924         <p>
1925           Since an interactive <file>debian/rules</file> script makes it
1926           impossible to auto-compile that package and also makes it hard
1927           for other people to reproduce the same binary package, all
1928           required targets must be non-interactive.  It also follows that
1929           any target that these targets depend on must also be
1930           non-interactive.
1931         </p>
1932
1933         <p>
1934           The targets are as follows:
1935           <taglist>
1936             <tag><tt>build</tt> (required)</tag>
1937             <item>
1938               <p>
1939                 The <tt>build</tt> target should perform all the
1940                 configuration and compilation of the package.
1941                 If a package has an interactive pre-build
1942                 configuration routine, the Debian source package
1943                 must either be built after this has taken place (so
1944                 that the binary package can be built without rerunning
1945                 the configuration) or the configuration routine
1946                 modified to become non-interactive.  (The latter is
1947                 preferable if there are architecture-specific features
1948                 detected by the configuration routine.)
1949               </p>
1950
1951               <p>
1952                 For some packages, notably ones where the same
1953                 source tree is compiled in different ways to produce
1954                 two binary packages, the <tt>build</tt> target
1955                 does not make much sense.  For these packages it is
1956                 good enough to provide two (or more) targets
1957                 (<tt>build-a</tt> and <tt>build-b</tt> or whatever)
1958                 for each of the ways of building the package, and a
1959                 <tt>build</tt> target that does nothing.  The
1960                 <tt>binary</tt> target will have to build the
1961                 package in each of the possible ways and make the
1962                 binary package out of each.
1963               </p>
1964
1965               <p>
1966                 The <tt>build</tt> target must not do anything
1967                 that might require root privilege.
1968               </p>
1969
1970               <p>
1971                 The <tt>build</tt> target may need to run the
1972                 <tt>clean</tt> target first - see below.
1973               </p>
1974
1975               <p>
1976                 When a package has a configuration and build routine
1977                 which takes a long time, or when the makefiles are
1978                 poorly designed, or when <tt>build</tt> needs to
1979                 run <tt>clean</tt> first, it is a good idea to
1980                 <tt>touch build</tt> when the build process is
1981                 complete.  This will ensure that if <tt>debian/rules
1982                 build</tt> is run again it will not rebuild the whole
1983                 program.<footnote>
1984                     Another common way to do this is for <tt>build</tt>
1985                     to depend on <prgn>build-stamp</prgn> and to do
1986                     nothing else, and for the <prgn>build-stamp</prgn>
1987                     target to do the building and to <tt>touch
1988                     build-stamp</tt> on completion.  This is
1989                     especially useful if the build routine creates a
1990                     file or directory called <tt>build</tt>; in such a
1991                     case, <tt>build</tt> will need to be listed as
1992                     a phony target (i.e., as a dependency of the
1993                     <tt>.PHONY</tt> target).  See the documentation of
1994                     <prgn>make</prgn> for more information on phony
1995                     targets.
1996                 </footnote>
1997               </p>
1998             </item>
1999
2000             <tag><tt>build-arch</tt> (required),
2001                  <tt>build-indep</tt> (required)
2002             </tag>
2003             <item>
2004               <p>
2005                 The <tt>build-arch</tt> target must
2006                 perform all the configuration and compilation required for
2007                 producing all architecture-dependant binary packages
2008                 (those packages for which the body of the
2009                 <tt>Architecture</tt> field in <tt>debian/control</tt> is
2010                 not <tt>all</tt>).  Similarly, the <tt>build-indep</tt>
2011                 target must perform all the configuration
2012                 and compilation required for producing all
2013                 architecture-independent binary packages (those packages
2014                 for which the body of the <tt>Architecture</tt> field
2015                 in <tt>debian/control</tt> is <tt>all</tt>).
2016                 The <tt>build</tt> target
2017                 should either depend on those targets or take the same
2018                 actions as invoking those targets would perform.<footnote>
2019                   This split allows binary-only builds to not install the
2020                   dependencies required for the <tt>build-indep</tt>
2021                   target and skip any resource-intensive build tasks that
2022                   are only required when building architecture-independent
2023                   binary packages.
2024                 </footnote>
2025               </p>
2026
2027               <p>
2028                 The <tt>build-arch</tt> and <tt>build-indep</tt> targets
2029                 must not do anything that might require root privilege.
2030               </p>
2031             </item>
2032
2033             <tag><tt>binary</tt> (required), <tt>binary-arch</tt>
2034               (required), <tt>binary-indep</tt> (required)
2035             </tag>
2036             <item>
2037               <p>
2038                 The <tt>binary</tt> target must be all that is
2039                 necessary for the user to build the binary package(s)
2040                 produced from this source package.  It is
2041                 split into two parts: <prgn>binary-arch</prgn> builds
2042                 the binary packages which are specific to a particular
2043                 architecture, and <tt>binary-indep</tt> builds
2044                 those which are not.
2045               </p>
2046               <p>
2047                 <tt>binary</tt> may be (and commonly is) a target with
2048                 no commands which simply depends on
2049                 <tt>binary-arch</tt> and <tt>binary-indep</tt>.
2050               </p>
2051               <p>
2052                 Both <tt>binary-*</tt> targets should depend on the
2053                 <tt>build</tt> target, or on the appropriate
2054                 <tt>build-arch</tt> or <tt>build-indep</tt> target, if
2055                 provided, so that the package is built if it has not
2056                 been already.  It should then create the relevant
2057                 binary package(s), using <prgn>dpkg-gencontrol</prgn> to
2058                 make their control files and <prgn>dpkg-deb</prgn> to
2059                 build them and place them in the parent of the top
2060                 level directory.
2061               </p>
2062
2063               <p>
2064                 Both the <tt>binary-arch</tt> and
2065                 <tt>binary-indep</tt> targets <em>must</em> exist.
2066                 If one of them has nothing to do (which will always be
2067                 the case if the source generates only a single binary
2068                 package, whether architecture-dependent or not), it
2069                 must still exist and must always succeed.
2070               </p>
2071
2072               <p>
2073                 The <tt>binary</tt> targets must be invoked as
2074                 root.<footnote>
2075                     The <prgn>fakeroot</prgn> package often allows one
2076                     to build a package correctly even without being
2077                     root.
2078                 </footnote>
2079               </p>
2080             </item>
2081
2082             <tag><tt>clean</tt> (required)</tag>
2083             <item>
2084               <p>
2085                 This must undo any effects that the <tt>build</tt>
2086                 and <tt>binary</tt> targets may have had, except
2087                 that it should leave alone any output files created in
2088                 the parent directory by a run of a <tt>binary</tt>
2089                 target.
2090               </p>
2091
2092               <p>
2093                 If a <tt>build</tt> file is touched at the end of
2094                 the <tt>build</tt> target, as suggested above, it
2095                 should be removed as the first action that
2096                 <tt>clean</tt> performs, so that running
2097                 <tt>build</tt> again after an interrupted
2098                 <tt>clean</tt> doesn't think that everything is
2099                 already done.
2100               </p>
2101
2102               <p>
2103                 The <tt>clean</tt> target may need to be
2104                 invoked as root if <tt>binary</tt> has been
2105                 invoked since the last <tt>clean</tt>, or if
2106                 <tt>build</tt> has been invoked as root (since
2107                 <tt>build</tt> may create directories, for
2108                 example).
2109               </p>
2110             </item>
2111
2112             <tag><tt>get-orig-source</tt> (optional)</tag>
2113             <item>
2114               <p>
2115                 This target fetches the most recent version of the
2116                 original source package from a canonical archive site
2117                 (via FTP or WWW, for example), does any necessary
2118                 rearrangement to turn it into the original source
2119                 tar file format described below, and leaves it in the
2120                 current directory.
2121               </p>
2122
2123               <p>
2124                 This target may be invoked in any directory, and
2125                 should take care to clean up any temporary files it
2126                 may have left.
2127               </p>
2128
2129               <p>
2130                 This target is optional, but providing it if
2131                 possible is a good idea.
2132               </p>
2133             </item>
2134
2135             <tag><tt>patch</tt> (optional)</tag>
2136             <item>
2137               <p>
2138                 This target performs whatever additional actions are
2139                 required to make the source ready for editing (unpacking
2140                 additional upstream archives, applying patches, etc.).
2141                 It is recommended to be implemented for any package where
2142                 <tt>dpkg-source -x</tt> does not result in source ready
2143                 for additional modification.  See
2144                 <ref id="readmesource">.
2145               </p>
2146             </item>
2147           </taglist>
2148
2149         <p>
2150           The <tt>build</tt>, <tt>binary</tt> and
2151           <tt>clean</tt> targets must be invoked with the current
2152           directory being the package's top-level directory.
2153         </p>
2154
2155
2156         <p>
2157           Additional targets may exist in <file>debian/rules</file>,
2158           either as published or undocumented interfaces or for the
2159           package's internal use.
2160         </p>
2161
2162         <p>
2163           The architectures we build on and build for are determined
2164           by <prgn>make</prgn> variables using the
2165           utility <prgn>dpkg-architecture</prgn>.
2166           You can determine the Debian architecture and the GNU style
2167           architecture specification string for the build architecture as
2168           well as for the host architecture.  The build architecture is
2169           the architecture on which <file>debian/rules</file> is run and
2170           the package build is performed.  The host architecture is the
2171           architecture on which the resulting package will be installed
2172           and run.  These are normally the same, but may be different in
2173           the case of cross-compilation (building packages for one
2174           architecture on machines of a different architecture).
2175         </p>
2176
2177         <p>
2178           Here is a list of supported <prgn>make</prgn> variables:
2179           <list compact="compact">
2180             <item>
2181                 <tt>DEB_*_ARCH</tt> (the Debian architecture)
2182             </item>
2183             <item>
2184                 <tt>DEB_*_ARCH_CPU</tt> (the Debian CPU name)
2185             </item>
2186             <item>
2187                 <tt>DEB_*_ARCH_OS</tt> (the Debian System name)
2188             </item>
2189             <item>
2190                 <tt>DEB_*_GNU_TYPE</tt> (the GNU style architecture
2191                 specification string)
2192             </item>
2193             <item>
2194                 <tt>DEB_*_GNU_CPU</tt> (the CPU part of
2195                 <tt>DEB_*_GNU_TYPE</tt>)
2196             </item>
2197             <item>
2198                 <tt>DEB_*_GNU_SYSTEM</tt> (the System part of
2199                 <tt>DEB_*_GNU_TYPE</tt>)
2200           </list>
2201           where <tt>*</tt> is either <tt>BUILD</tt> for specification of
2202           the build architecture or <tt>HOST</tt> for specification of the
2203           host architecture.
2204         </p>
2205
2206         <p>
2207           Backward compatibility can be provided in the rules file
2208           by setting the needed variables to suitable default
2209           values; please refer to the documentation of
2210           <prgn>dpkg-architecture</prgn> for details.
2211         </p>
2212
2213         <p>
2214           It is important to understand that the <tt>DEB_*_ARCH</tt>
2215           string only determines which Debian architecture we are
2216           building on or for. It should not be used to get the CPU
2217           or system information; the <tt>DEB_*_ARCH_CPU</tt> and
2218           <tt>DEB_*_ARCH_OS</tt> variables should be used for that.
2219           GNU style variables should generally only be used with upstream
2220           build systems.
2221         </p>
2222
2223         <sect1 id="debianrules-options">
2224           <heading><file>debian/rules</file> and
2225             <tt>DEB_BUILD_OPTIONS</tt></heading>
2226
2227           <p>
2228             Supporting the standardized environment variable
2229             <tt>DEB_BUILD_OPTIONS</tt> is recommended.  This variable can
2230             contain several flags to change how a package is compiled and
2231             built.  Each flag must be in the form <var>flag</var> or
2232             <var>flag</var>=<var>options</var>.  If multiple flags are
2233             given, they must be separated by whitespace.<footnote>
2234               Some packages support any delimiter, but whitespace is the
2235               easiest to parse inside a makefile and avoids ambiguity with
2236               flag values that contain commas.
2237             </footnote>
2238             <var>flag</var> must start with a lowercase letter
2239             (<tt>a-z</tt>) and consist only of lowercase letters,
2240             numbers (<tt>0-9</tt>), and the characters
2241             <tt>-</tt> and <tt>_</tt> (hyphen and underscore).
2242             <var>options</var> must not contain whitespace.  The same
2243             tag should not be given multiple times with conflicting
2244             values.  Package maintainers may assume that
2245             <tt>DEB_BUILD_OPTIONS</tt> will not contain conflicting tags.
2246           </p>
2247
2248           <p>
2249             The meaning of the following tags has been standardized:
2250             <taglist>
2251               <tag>nocheck</tag>
2252               <item>
2253                   This tag says to not run any build-time test suite
2254                   provided by the package.
2255               </item>
2256               <tag>noopt</tag>
2257               <item>
2258                   The presence of this tag means that the package should
2259                   be compiled with a minimum of optimization.  For C
2260                   programs, it is best to add <tt>-O0</tt> to
2261                   <tt>CFLAGS</tt> (although this is usually the default).
2262                   Some programs might fail to build or run at this level
2263                   of optimization; it may be necessary to use
2264                   <tt>-O1</tt>, for example.
2265               </item>
2266               <tag>nostrip</tag>
2267               <item>
2268                   This tag means that the debugging symbols should not be
2269                   stripped from the binary during installation, so that
2270                   debugging information may be included in the package.
2271               </item>
2272               <tag>parallel=n</tag>
2273               <item>
2274                   This tag means that the package should be built using up
2275                   to <tt>n</tt> parallel processes if the package build
2276                   system supports this.<footnote>
2277                       Packages built with <tt>make</tt> can often implement
2278                       this by passing the <tt>-j</tt><var>n</var> option to
2279                       <tt>make</tt>.
2280                   </footnote>
2281                   If the package build system does not support parallel
2282                   builds, this string must be ignored.  If the package
2283                   build system only supports a lower level of concurrency
2284                   than <var>n</var>, the package should be built using as
2285                   many parallel processes as the package build system
2286                   supports.  It is up to the package maintainer to decide
2287                   whether the package build times are long enough and the
2288                   package build system is robust enough to make supporting
2289                   parallel builds worthwhile.
2290                </item>
2291             </taglist>
2292           </p>
2293
2294           <p>
2295             Unknown flags must be ignored by <file>debian/rules</file>.
2296           </p>
2297
2298           <p>
2299             The following makefile snippet is an example of how one may
2300             implement the build options; you will probably have to
2301             massage this example in order to make it work for your
2302             package.
2303             <example compact="compact">
2304 CFLAGS = -Wall -g
2305 INSTALL = install
2306 INSTALL_FILE    = $(INSTALL) -p    -o root -g root  -m  644
2307 INSTALL_PROGRAM = $(INSTALL) -p    -o root -g root  -m  755
2308 INSTALL_SCRIPT  = $(INSTALL) -p    -o root -g root  -m  755
2309 INSTALL_DIR     = $(INSTALL) -p -d -o root -g root  -m  755
2310
2311 ifneq (,$(filter noopt,$(DEB_BUILD_OPTIONS)))
2312     CFLAGS += -O0
2313 else
2314     CFLAGS += -O2
2315 endif
2316 ifeq (,$(filter nostrip,$(DEB_BUILD_OPTIONS)))
2317     INSTALL_PROGRAM += -s
2318 endif
2319 ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
2320     NUMJOBS = $(patsubst parallel=%,%,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
2321     MAKEFLAGS += -j$(NUMJOBS)
2322 endif
2323
2324 build:
2325         # ...
2326 ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
2327         # Code to run the package test suite.
2328 endif
2329             </example>
2330           </p>
2331         </sect1>
2332       </sect>
2333
2334 <!-- FIXME: section pkg-srcsubstvars is the same as substvars -->
2335       <sect id="substvars">
2336         <heading>Variable substitutions: <file>debian/substvars</file></heading>
2337
2338         <p>
2339           When <prgn>dpkg-gencontrol</prgn>
2340           generates <qref id="binarycontrolfiles">binary package control
2341           files</qref> (<file>DEBIAN/control</file>), it performs variable
2342           substitutions on its output just before writing it.  Variable
2343           substitutions have the form <tt>${<var>variable</var>}</tt>.
2344           The optional file <file>debian/substvars</file> contains
2345           variable substitutions to be used; variables can also be set
2346           directly from <file>debian/rules</file> using the <tt>-V</tt>
2347           option to the source packaging commands, and certain predefined
2348           variables are also available.
2349         </p>
2350
2351         <p>
2352           The <file>debian/substvars</file> file is usually generated and
2353           modified dynamically by <file>debian/rules</file> targets, in
2354           which case it must be removed by the <tt>clean</tt> target.
2355         </p>
2356
2357         <p>
2358           See <manref name="deb-substvars" section="5"> for full
2359           details about source variable substitutions, including the
2360           format of <file>debian/substvars</file>.</p>
2361       </sect>
2362
2363       <sect id="debianwatch">
2364         <heading>Optional upstream source location: <file>debian/watch</file></heading>
2365
2366         <p>
2367           This is an optional, recommended configuration file for the
2368           <tt>uscan</tt> utility which defines how to automatically scan
2369           ftp or http sites for newly available updates of the
2370           package. This is used
2371           by <url id="http://dehs.alioth.debian.org/"> and other Debian QA
2372           tools to help with quality control and maintenance of the
2373           distribution as a whole.
2374         </p>
2375
2376       </sect>
2377
2378       <sect id="debianfiles">
2379         <heading>Generated files list: <file>debian/files</file></heading>
2380
2381         <p>
2382           This file is not a permanent part of the source tree; it
2383           is used while building packages to record which files are
2384           being generated.  <prgn>dpkg-genchanges</prgn> uses it
2385           when it generates a <file>.changes</file> file.
2386         </p>
2387
2388         <p>
2389           It should not exist in a shipped source package, and so it
2390           (and any backup files or temporary files such as
2391           <file>files.new</file><footnote>
2392               <file>files.new</file> is used as a temporary file by
2393               <prgn>dpkg-gencontrol</prgn> and
2394               <prgn>dpkg-distaddfile</prgn> - they write a new
2395               version of <tt>files</tt> here before renaming it,
2396               to avoid leaving a corrupted copy if an error
2397               occurs.
2398           </footnote>) should be removed by the
2399           <tt>clean</tt> target.  It may also be wise to
2400           ensure a fresh start by emptying or removing it at the
2401           start of the <tt>binary</tt> target.
2402         </p>
2403
2404         <p>
2405           When <prgn>dpkg-gencontrol</prgn> is run for a binary
2406           package, it adds an entry to <file>debian/files</file> for the
2407           <file>.deb</file> file that will be created when <tt>dpkg-deb
2408           --build</tt> is run for that binary package.  So for most
2409           packages all that needs to be done with this file is to
2410           delete it in the <tt>clean</tt> target.
2411         </p>
2412
2413         <p>
2414           If a package upload includes files besides the source
2415           package and any binary packages whose control files were
2416           made with <prgn>dpkg-gencontrol</prgn> then they should be
2417           placed in the parent of the package's top-level directory
2418           and <prgn>dpkg-distaddfile</prgn> should be called to add
2419           the file to the list in <file>debian/files</file>.</p>
2420       </sect>
2421
2422       <sect id="embeddedfiles">
2423         <heading>Convenience copies of code</heading>
2424
2425         <p>
2426           Some software packages include in their distribution convenience
2427           copies of code from other software packages, generally so that
2428           users compiling from source don't have to download multiple
2429           packages.  Debian packages should not make use of these
2430           convenience copies unless the included package is explicitly
2431           intended to be used in this way.<footnote>
2432             For example, parts of the GNU build system work like this.
2433           </footnote>
2434           If the included code is already in the Debian archive in the
2435           form of a library, the Debian packaging should ensure that
2436           binary packages reference the libraries already in Debian and
2437           the convenience copy is not used.  If the included code is not
2438           already in Debian, it should be packaged separately as a
2439           prerequisite if possible.
2440           <footnote>
2441             Having multiple copies of the same code in Debian is
2442             inefficient, often creates either static linking or shared
2443             library conflicts, and, most importantly, increases the
2444             difficulty of handling security vulnerabilities in the
2445             duplicated code.
2446           </footnote>
2447         </p>
2448       </sect>
2449
2450       <sect id="readmesource">
2451         <heading>Source package handling:
2452           <file>debian/README.source</file></heading>
2453
2454         <p>
2455           If running <prgn>dpkg-source -x</prgn> on a source package
2456           doesn't produce the source of the package, ready for editing,
2457           and allow one to make changes and run
2458           <prgn>dpkg-buildpackage</prgn> to produce a modified package
2459           without taking any additional steps, creating a
2460           <file>debian/README.source</file> documentation file is
2461           recommended.  This file should explain how to do all of the
2462           following:
2463             <enumlist>
2464               <item>Generate the fully patched source, in a form ready for
2465               editing, that would be built to create Debian
2466               packages.  Doing this with a <tt>patch</tt> target in
2467               <file>debian/rules</file> is recommended; see
2468               <ref id="debianrules">.</item>
2469               <item>Modify the source and save those modifications so that
2470               they will be applied when building the package.</item>
2471               <item>Remove source modifications that are currently being
2472               applied when building the package.</item>
2473               <item>Optionally, document what steps are necessary to
2474               upgrade the Debian source package to a new upstream version,
2475               if applicable.</item>
2476             </enumlist>
2477           This explanation should include specific commands and mention
2478           any additional required Debian packages.  It should not assume
2479           familiarity with any specific Debian packaging system or patch
2480           management tools.
2481         </p>
2482
2483         <p>
2484           This explanation may refer to a documentation file installed by
2485           one of the package's build dependencies provided that the
2486           referenced documentation clearly explains these tasks and is not
2487           a general reference manual.
2488         </p>
2489
2490         <p>
2491           <file>debian/README.source</file> may also include any other
2492           information that would be helpful to someone modifying the
2493           source package.  Even if the package doesn't fit the above
2494           description, maintainers are encouraged to document in a
2495           <file>debian/README.source</file> file any source package with a
2496           particularly complex or unintuitive source layout or build
2497           system (for example, a package that builds the same source
2498           multiple times to generate different binary packages).
2499         </p>
2500       </sect>
2501     </chapt>
2502
2503
2504     <chapt id="controlfields">
2505       <heading>Control files and their fields</heading>
2506
2507       <p>
2508         The package management system manipulates data represented in
2509         a common format, known as <em>control data</em>, stored in
2510         <em>control files</em>.
2511         Control files are used for source packages, binary packages and
2512         the <file>.changes</file> files which control the installation
2513         of uploaded files<footnote>
2514             <prgn>dpkg</prgn>'s internal databases are in a similar
2515             format.
2516         </footnote>.
2517       </p>
2518
2519       <sect id="controlsyntax">
2520         <heading>Syntax of control files</heading>
2521
2522         <p>
2523           A control file consists of one or more paragraphs of
2524           fields<footnote>
2525                 The paragraphs are also sometimes referred to as stanzas.
2526           </footnote>.
2527           The paragraphs are separated by empty lines.  Parsers may accept
2528           lines consisting solely of spaces and tabs as paragraph
2529           separators, but control files should use empty lines.  Some control
2530           files allow only one paragraph; others allow several, in
2531           which case each paragraph usually refers to a different
2532           package.  (For example, in source packages, the first
2533           paragraph refers to the source package, and later paragraphs
2534           refer to binary packages generated from the source.)  The
2535           ordering of the paragraphs in control files is significant.
2536         </p>
2537
2538         <p>
2539           Each paragraph consists of a series of data fields.  Each field
2540           consists of the field name followed by a colon and then the
2541           data/value associated with that field.  The field name is
2542           composed of US-ASCII characters excluding control characters,
2543           space, and colon (i.e., characters in the ranges 33-57 and
2544           59-126, inclusive).  Field names must not begin with the comment
2545           character, <tt>#</tt>.
2546         </p>
2547
2548         <p>
2549           The field ends at the end of the line or at the end of the last
2550           continuation line (see below).  Horizontal whitespace (spaces
2551           and tabs) may occur immediately before or after the value and is
2552           ignored there; it is conventional to put a single space after
2553           the colon.  For example, a field might be:
2554           <example compact="compact">
2555 Package: libc6
2556           </example>
2557           the field name is <tt>Package</tt> and the field value
2558           <tt>libc6</tt>.
2559         </p>
2560
2561         <p>
2562           A paragraph must not contain more than one instance of a
2563           particular field name.
2564         </p>
2565
2566         <p>
2567           There are three types of fields:
2568           <taglist>
2569             <tag>simple</tag>
2570             <item>
2571               The field, including its value, must be a single line.  Folding
2572               of the field is not permitted.  This is the default field type
2573               if the definition of the field does not specify a different
2574               type.
2575             </item>
2576             <tag>folded</tag>
2577             <item>
2578               The value of a folded field is a logical line that may span
2579               several lines.  The lines after the first are called
2580               continuation lines and must start with a space or a tab.
2581               Whitespace, including any newlines, is not significant in the
2582               field values of folded fields.<footnote>
2583                 This folding method is similar to RFC 5322, allowing control
2584                 files that contain only one paragraph and no multiline fields
2585                 to be read by parsers written for RFC 5322.
2586               </footnote>
2587             </item>
2588             <tag>multiline</tag>
2589             <item>
2590               The value of a multiline field may comprise multiple continuation
2591               lines.  The first line of the value, the part on the same line as
2592               the field name, often has special significance or may have to be
2593               empty.  Other lines are added following the same syntax as the
2594               continuation lines of the folded fields.  Whitespace, including newlines,
2595               is significant in the values of multiline fields.
2596             </item>
2597           </taglist>
2598         </p>
2599
2600         <p>
2601           Whitespace must not appear
2602           inside names (of packages, architectures, files or anything
2603           else) or version numbers, or between the characters of
2604           multi-character version relationships.
2605         </p>
2606
2607         <p>
2608           The presence and purpose of a field, and the syntax of its
2609           value may differ between types of control files.
2610         </p>
2611
2612         <p>
2613           Field names are not case-sensitive, but it is usual to
2614           capitalize the field names using mixed case as shown below.
2615           Field values are case-sensitive unless the description of the
2616           field says otherwise.
2617         </p>
2618
2619         <p>
2620           Paragraph separators (empty lines) and lines consisting only of
2621           spaces and tabs are not allowed within field values or between
2622           fields.  Empty lines in field values are usually escaped by
2623           representing them by a space followed by a dot.
2624         </p>
2625
2626         <p>
2627           Lines starting with # without any preceding whitespace are comments
2628           lines that are only permitted in source package control files
2629           (<file>debian/control</file>).  These comment lines are ignored, even
2630           between two continuation lines.  They do not end logical lines.
2631         </p>
2632
2633         <p>
2634           All control files must be encoded in UTF-8.
2635         </p>
2636       </sect>
2637
2638       <sect id="sourcecontrolfiles">
2639         <heading>Source package control files -- <file>debian/control</file></heading>
2640
2641         <p>
2642           The <file>debian/control</file> file contains the most vital
2643           (and version-independent) information about the source package
2644           and about the binary packages it creates.
2645         </p>
2646
2647         <p>
2648           The first paragraph of the control file contains information about
2649           the source package in general. The subsequent sets each describe a
2650           binary package that the source tree builds.
2651         </p>
2652
2653         <p>
2654           The fields in the general paragraph (the first one, for the source
2655           package) are:
2656
2657           <list compact="compact">
2658             <item><qref id="f-Source"><tt>Source</tt></qref> (mandatory)</item>
2659             <item><qref id="f-Maintainer"><tt>Maintainer</tt></qref> (mandatory)</item>
2660             <item><qref id="f-Uploaders"><tt>Uploaders</tt></qref></item>
2661             <item><qref id="f-Section"><tt>Section</tt></qref> (recommended)</item>
2662             <item><qref id="f-Priority"><tt>Priority</tt></qref> (recommended)</item>
2663             <item><qref id="sourcebinarydeps"><tt>Build-Depends</tt> et al</qref></item>
2664             <item><qref id="f-Standards-Version"><tt>Standards-Version</tt></qref> (recommended)</item>
2665             <item><qref id="f-Homepage"><tt>Homepage</tt></qref></item>
2666             <item><qref id="f-VCS-fields"><tt>Vcs-Browser</tt>, <tt>Vcs-Git</tt>, et al.</qref></item>
2667           </list>
2668         </p>
2669
2670         <p>
2671           The fields in the binary package paragraphs are:
2672
2673           <list compact="compact">
2674             <item><qref id="f-Package"><tt>Package</tt></qref> (mandatory)</item>
2675             <item><qref id="f-Architecture"><tt>Architecture</tt></qref> (mandatory)</item>
2676             <item><qref id="f-Section"><tt>Section</tt></qref> (recommended)</item>
2677             <item><qref id="f-Priority"><tt>Priority</tt></qref> (recommended)</item>
2678             <item><qref id="f-Essential"><tt>Essential</tt></qref></item>
2679             <item><qref id="binarydeps"><tt>Depends</tt> et al</qref></item>
2680             <item><qref id="f-Description"><tt>Description</tt></qref> (mandatory)</item>
2681             <item><qref id="f-Homepage"><tt>Homepage</tt></qref></item>
2682             <item><qref id="built-using"><tt>Built-Using</tt></qref></item>
2683             <item><qref id="f-Package-Type"><tt>Package-Type</tt></qref></item>
2684           </list>
2685         </p>
2686
2687         <p>
2688           The syntax and semantics of the fields are described below.
2689         </p>
2690
2691         <p>
2692           These fields are used by <prgn>dpkg-gencontrol</prgn> to
2693           generate control files for binary packages (see below), by
2694           <prgn>dpkg-genchanges</prgn> to generate the
2695           <file>.changes</file> file to accompany the upload, and by
2696           <prgn>dpkg-source</prgn> when it creates the
2697           <file>.dsc</file> source control file as part of a source
2698           archive.  Some fields are folded in <file>debian/control</file>,
2699           but not in any other control
2700           file. These tools are responsible for removing the line
2701           breaks from such fields when using fields from
2702           <file>debian/control</file> to generate other control files.
2703         </p>
2704
2705         <p>
2706           The fields here may contain variable references - their
2707           values will be substituted by <prgn>dpkg-gencontrol</prgn>,
2708           <prgn>dpkg-genchanges</prgn> or <prgn>dpkg-source</prgn>
2709           when they generate output control files.
2710           See <ref id="substvars"> for details.
2711         </p>
2712       </sect>
2713
2714       <sect id="binarycontrolfiles">
2715         <heading>Binary package control files -- <file>DEBIAN/control</file></heading>
2716
2717         <p>
2718           The <file>DEBIAN/control</file> file contains the most vital
2719           (and version-dependent) information about a binary package.  It
2720           consists of a single paragraph.
2721         </p>
2722
2723         <p>
2724           The fields in this file are:
2725
2726           <list compact="compact">
2727             <item><qref id="f-Package"><tt>Package</tt></qref> (mandatory)</item>
2728             <item><qref id="f-Source"><tt>Source</tt></qref></item>
2729             <item><qref id="f-Version"><tt>Version</tt></qref> (mandatory)</item>
2730             <item><qref id="f-Section"><tt>Section</tt></qref> (recommended)</item>
2731             <item><qref id="f-Priority"><tt>Priority</tt></qref> (recommended)</item>
2732             <item><qref id="f-Architecture"><tt>Architecture</tt></qref> (mandatory)</item>
2733             <item><qref id="f-Essential"><tt>Essential</tt></qref></item>
2734             <item><qref id="binarydeps"><tt>Depends</tt> et al</qref></item>
2735             <item><qref id="f-Installed-Size"><tt>Installed-Size</tt></qref></item>
2736             <item><qref id="f-Maintainer"><tt>Maintainer</tt></qref> (mandatory)</item>
2737             <item><qref id="f-Description"><tt>Description</tt></qref> (mandatory)</item>
2738             <item><qref id="f-Homepage"><tt>Homepage</tt></qref></item>
2739             <item><qref id="built-using"><tt>Built-Using</tt></qref></item>
2740           </list>
2741         </p>
2742       </sect>
2743
2744       <sect id="debiansourcecontrolfiles">
2745         <heading>Debian source control files -- <tt>.dsc</tt></heading>
2746
2747         <p>
2748           This file consists of a single paragraph, possibly surrounded by
2749           a PGP signature. The fields of that paragraph are listed below.
2750           Their syntax is described above, in <ref id="controlsyntax">.
2751
2752         <list compact="compact">
2753           <item><qref id="f-Format"><tt>Format</tt></qref> (mandatory)</item>
2754           <item><qref id="f-Source"><tt>Source</tt></qref> (mandatory)</item>
2755           <item><qref id="f-Binary"><tt>Binary</tt></qref></item>
2756           <item><qref id="f-Architecture"><tt>Architecture</tt></qref></item>
2757           <item><qref id="f-Version"><tt>Version</tt></qref> (mandatory)</item>
2758           <item><qref id="f-Maintainer"><tt>Maintainer</tt></qref> (mandatory)</item>
2759           <item><qref id="f-Uploaders"><tt>Uploaders</tt></qref></item>
2760           <item><qref id="f-Homepage"><tt>Homepage</tt></qref></item>
2761           <item><qref id="f-VCS-fields"><tt>Vcs-Browser</tt>, <tt>Vcs-Git</tt>, et al.</qref></item>
2762           <item><qref id="f-Dgit"><tt>Dgit</tt></qref></item>
2763           <item><qref id="f-Standards-Version"><tt>Standards-Version</tt></qref> (recommended)</item>
2764           <item><qref id="sourcebinarydeps"><tt>Build-Depends</tt> et al</qref></item>
2765           <item><qref id="f-Package-List"><tt>Package-List</tt></qref> (recommended)</item>
2766           <item><qref id="f-Checksums"><tt>Checksums-Sha1</tt>
2767               and <tt>Checksums-Sha256</tt></qref> (mandatory)</item>
2768           <item><qref id="f-Files"><tt>Files</tt></qref> (mandatory)</item>
2769         </list>
2770         </p>
2771
2772         <p>
2773           The Debian source control file is generated by
2774           <prgn>dpkg-source</prgn> when it builds the source
2775           archive, from other files in the source package,
2776           described above.  When unpacking, it is checked against
2777           the files and directories in the other parts of the
2778           source package.
2779         </p>
2780
2781       </sect>
2782
2783       <sect id="debianchangesfiles">
2784         <heading>Debian changes files -- <file>.changes</file></heading>
2785
2786         <p>
2787           The <file>.changes</file> files are used by the Debian archive
2788           maintenance software to process updates to packages. They
2789           consist of a single paragraph, possibly surrounded by a PGP
2790           signature. That paragraph contains information from the
2791           <file>debian/control</file> file and other data about the
2792           source package gathered via <file>debian/changelog</file>
2793           and <file>debian/rules</file>.
2794         </p>
2795
2796         <p>
2797           <file>.changes</file> files have a format version that is
2798           incremented whenever the documented fields or their meaning
2799           change.  This document describes format &changesversion;.
2800         </p>
2801
2802         <p>
2803           The fields in this file are:
2804
2805           <list compact="compact">
2806             <item><qref id="f-Format"><tt>Format</tt></qref> (mandatory)</item>
2807             <item><qref id="f-Date"><tt>Date</tt></qref> (mandatory)</item>
2808             <item><qref id="f-Source"><tt>Source</tt></qref> (mandatory)</item>
2809             <item><qref id="f-Binary"><tt>Binary</tt></qref> (mandatory)</item>
2810             <item><qref id="f-Architecture"><tt>Architecture</tt></qref> (mandatory)</item>
2811             <item><qref id="f-Version"><tt>Version</tt></qref> (mandatory)</item>
2812             <item><qref id="f-Distribution"><tt>Distribution</tt></qref> (mandatory)</item>
2813             <item><qref id="f-Urgency"><tt>Urgency</tt></qref> (recommended)</item>
2814             <item><qref id="f-Maintainer"><tt>Maintainer</tt></qref> (mandatory)</item>
2815             <item><qref id="f-Changed-By"><tt>Changed-By</tt></qref></item>
2816             <item><qref id="f-Description"><tt>Description</tt></qref> (mandatory)</item>
2817             <item><qref id="f-Closes"><tt>Closes</tt></qref></item>
2818             <item><qref id="f-Changes"><tt>Changes</tt></qref> (mandatory)</item>
2819             <item><qref id="f-Checksums"><tt>Checksums-Sha1</tt>
2820                 and <tt>Checksums-Sha256</tt></qref> (mandatory)</item>
2821             <item><qref id="f-Files"><tt>Files</tt></qref> (mandatory)</item>
2822           </list>
2823         </p>
2824       </sect>
2825
2826       <sect id="controlfieldslist">
2827         <heading>List of fields</heading>
2828
2829         <sect1 id="f-Source">
2830           <heading><tt>Source</tt></heading>
2831
2832           <p>
2833             This field identifies the source package name.
2834           </p>
2835
2836           <p>
2837             In <file>debian/control</file> or a <file>.dsc</file> file,
2838             this field must contain only the name of the source package.
2839           </p>
2840
2841           <p>
2842             In a binary package control file or a <file>.changes</file>
2843             file, the source package name may be followed by a version
2844             number in parentheses<footnote>
2845                 It is customary to leave a space after the package name
2846                 if a version number is specified.
2847             </footnote>.
2848             This version number may be omitted (and is, by
2849             <prgn>dpkg-gencontrol</prgn>) if it has the same value as
2850             the <tt>Version</tt> field of the binary package in
2851             question.  The field itself may be omitted from a binary
2852             package control file when the source package has the same
2853             name and version as the binary package.
2854           </p>
2855
2856           <p>
2857             Package names (both source and binary,
2858             see <ref id="f-Package">) must consist only of lower case
2859             letters (<tt>a-z</tt>), digits (<tt>0-9</tt>), plus
2860             (<tt>+</tt>) and minus (<tt>-</tt>) signs, and periods
2861             (<tt>.</tt>).  They must be at least two characters long and
2862             must start with an alphanumeric character.
2863           </p>
2864         </sect1>
2865
2866         <sect1 id="f-Maintainer">
2867           <heading><tt>Maintainer</tt></heading>
2868
2869           <p>
2870             The package maintainer's name and email address.  The name
2871             must come first, then the email address inside angle
2872             brackets <tt>&lt;&gt;</tt> (in RFC822 format).
2873           </p>
2874
2875           <p>
2876             If the maintainer's name contains a full stop then the
2877             whole field will not work directly as an email address due
2878             to a misfeature in the syntax specified in RFC822; a
2879             program using this field as an address must check for this
2880             and correct the problem if necessary (for example by
2881             putting the name in round brackets and moving it to the
2882             end, and bringing the email address forward).
2883           </p>
2884
2885           <p>
2886             See <ref id="maintainer"> for additional requirements and
2887             information about package maintainers.
2888           </p>
2889         </sect1>
2890
2891         <sect1 id="f-Uploaders">
2892           <heading><tt>Uploaders</tt></heading>
2893
2894           <p>
2895             List of the names and email addresses of co-maintainers of the
2896             package, if any. If the package has other maintainers besides
2897             the one named in the <qref id="f-Maintainer">Maintainer
2898             field</qref>, their names and email addresses should be listed
2899             here. The format of each entry is the same as that of the
2900             Maintainer field, and multiple entries must be comma
2901             separated.
2902           </p>
2903
2904           <p>
2905             This is normally an optional field, but if
2906             the <tt>Maintainer</tt> control field names a group of people
2907             and a shared email address, the <tt>Uploaders</tt> field must
2908             be present and must contain at least one human with their
2909             personal email address.
2910           </p>
2911
2912           <p>
2913             The Uploaders field in <file>debian/control</file> can be folded.
2914           </p>
2915         </sect1>
2916
2917         <sect1 id="f-Changed-By">
2918           <heading><tt>Changed-By</tt></heading>
2919
2920           <p>
2921             The name and email address of the person who prepared this
2922             version of the package, usually a maintainer.  The syntax is
2923             the same as for the <qref id="f-Maintainer">Maintainer
2924             field</qref>.
2925           </p>
2926         </sect1>
2927
2928         <sect1 id="f-Section">
2929           <heading><tt>Section</tt></heading>
2930
2931           <p>
2932             This field specifies an application area into which the package
2933             has been classified. See <ref id="subsections">.
2934           </p>
2935
2936           <p>
2937             When it appears in the <file>debian/control</file> file,
2938             it gives the value for the subfield of the same name in
2939             the <tt>Files</tt> field of the <file>.changes</file> file.
2940             It also gives the default for the same field in the binary
2941             packages.
2942           </p>
2943         </sect1>
2944
2945         <sect1 id="f-Priority">
2946           <heading><tt>Priority</tt></heading>
2947
2948           <p>
2949             This field represents how important it is that the user
2950             have the package installed. See <ref id="priorities">.
2951           </p>
2952
2953           <p>
2954             When it appears in the <file>debian/control</file> file,
2955             it gives the value for the subfield of the same name in
2956             the <tt>Files</tt> field of the <file>.changes</file> file.
2957             It also gives the default for the same field in the binary
2958             packages.
2959           </p>
2960         </sect1>
2961
2962         <sect1 id="f-Package">
2963           <heading><tt>Package</tt></heading>
2964
2965           <p>
2966             The name of the binary package.
2967           </p>
2968
2969           <p>
2970             Binary package names must follow the same syntax and
2971             restrictions as source package names.  See <ref id="f-Source">
2972             for the details.
2973           </p>
2974         </sect1>
2975
2976         <sect1 id="f-Architecture">
2977           <heading><tt>Architecture</tt></heading>
2978
2979           <p>
2980             Depending on context and the control file used, the
2981             <tt>Architecture</tt> field can include the following sets of
2982             values:
2983             <list>
2984                 <item>
2985                   A unique single word identifying a Debian machine
2986                   architecture as described in <ref id="arch-spec">.
2987                 </item>
2988                 <item>
2989                   An architecture wildcard identifying a set of Debian
2990                   machine architectures, see <ref id="arch-wildcard-spec">.
2991                   <tt>any</tt> matches all Debian machine architectures
2992                   and is the most frequently used.
2993                 </item>
2994                 <item>
2995                   <tt>all</tt>, which indicates an
2996                   architecture-independent package.
2997                 </item>
2998                 <item>
2999                   <tt>source</tt>, which indicates a source package.
3000                 </item>
3001             </list>
3002           </p>
3003
3004           <p>
3005             In the main <file>debian/control</file> file in the source
3006             package, this field may contain the special
3007             value <tt>all</tt>, the special architecture
3008             wildcard <tt>any</tt>, or a list of specific and wildcard
3009             architectures separated by spaces.  If <tt>all</tt>
3010             or <tt>any</tt> appears, that value must be the entire
3011             contents of the field.  Most packages will use
3012             either <tt>all</tt> or <tt>any</tt>.
3013           </p>
3014
3015           <p>
3016             Specifying a specific list of architectures indicates that the
3017             source will build an architecture-dependent package only on
3018             architectures included in the list.  Specifying a list of
3019             architecture wildcards indicates that the source will build an
3020             architecture-dependent package on only those architectures
3021             that match any of the specified architecture wildcards.
3022             Specifying a list of architectures or architecture wildcards
3023             other than <tt>any</tt> is for the minority of cases where a
3024             program is not portable or is not useful on some
3025             architectures.  Where possible, the program should be made
3026             portable instead.
3027           </p>
3028
3029           <p>
3030             In the Debian source control file <file>.dsc</file>, this
3031             field contains a list of architectures and architecture
3032             wildcards separated by spaces. When the list contains the
3033             architecture wildcard <tt>any</tt>, the only other value
3034             allowed in the list is <tt>all</tt>.
3035           </p>
3036
3037           <p>
3038             The list may include (or consist solely of) the special
3039             value <tt>all</tt>.  In other words, in <file>.dsc</file>
3040             files unlike the <file>debian/control</file>, <tt>all</tt> may
3041             occur in combination with specific architectures.
3042             The <tt>Architecture</tt> field in the Debian source control
3043             file <file>.dsc</file> is generally constructed from
3044             the <tt>Architecture</tt> fields in
3045             the <file>debian/control</file> in the source package.
3046           </p>
3047
3048           <p>
3049             Specifying only <tt>any</tt> indicates that the source package
3050             isn't dependent on any particular architecture and should
3051             compile fine on any one. The produced binary package(s)
3052             will be specific to whatever the current build architecture is.
3053           </p>
3054
3055           <p>
3056             Specifying only <tt>all</tt> indicates that the source package
3057             will only build architecture-independent packages.
3058           </p>
3059
3060           <p>
3061             Specifying <tt>any all</tt> indicates that the source package
3062             isn't dependent on any particular architecture. The set of
3063             produced binary packages will include at least one
3064             architecture-dependant package and one architecture-independent
3065             package.
3066           </p>
3067
3068           <p>
3069             Specifying a list of architectures or architecture wildcards
3070             indicates that the source will build an architecture-dependent
3071             package, and will only work correctly on the listed or
3072             matching architectures.  If the source package also builds at
3073             least one architecture-independent package, <tt>all</tt> will
3074             also be included in the list.
3075           </p>
3076
3077           <p>
3078             In a <file>.changes</file> file, the <tt>Architecture</tt>
3079             field lists the architecture(s) of the package(s) currently
3080             being uploaded.  This will be a list; if the source for the
3081             package is also being uploaded, the special
3082             entry <tt>source</tt> is also present.  <tt>all</tt> will be
3083             present if any architecture-independent packages are being
3084             uploaded.  Architecture wildcards such as <tt>any</tt> must
3085             never occur in the <tt>Architecture</tt> field in
3086             the <file>.changes</file> file.
3087           </p>
3088
3089           <p>
3090             See <ref id="debianrules"> for information on how to get
3091             the architecture for the build process.
3092           </p>
3093         </sect1>
3094
3095         <sect1 id="f-Essential">
3096           <heading><tt>Essential</tt></heading>
3097
3098           <p>
3099             This is a boolean field which may occur only in the
3100             control file of a binary package or in a per-package fields
3101             paragraph of a source package control file.
3102           </p>
3103
3104           <p>
3105             If set to <tt>yes</tt> then the package management system
3106             will refuse to remove the package (upgrading and replacing
3107             it is still possible). The other possible value is <tt>no</tt>,
3108             which is the same as not having the field at all.
3109           </p>
3110         </sect1>
3111
3112         <sect1>
3113           <heading>Package interrelationship fields:
3114             <tt>Depends</tt>, <tt>Pre-Depends</tt>,
3115             <tt>Recommends</tt>, <tt>Suggests</tt>,
3116             <tt>Breaks</tt>, <tt>Conflicts</tt>,
3117             <tt>Provides</tt>, <tt>Replaces</tt>, <tt>Enhances</tt>
3118           </heading>
3119
3120           <p>
3121             These fields describe the package's relationships with
3122             other packages.  Their syntax and semantics are described
3123             in <ref id="relationships">.</p>
3124         </sect1>
3125
3126         <sect1 id="f-Standards-Version">
3127           <heading><tt>Standards-Version</tt></heading>
3128
3129           <p>
3130             The most recent version of the standards (the policy
3131             manual and associated texts) with which the package
3132             complies.
3133           </p>
3134
3135           <p>
3136             The version number has four components: major and minor
3137             version number and major and minor patch level.  When the
3138             standards change in a way that requires every package to
3139             change the major number will be changed.  Significant
3140             changes that will require work in many packages will be
3141             signaled by a change to the minor number.  The major patch
3142             level will be changed for any change to the meaning of the
3143             standards, however small; the minor patch level will be
3144             changed when only cosmetic, typographical or other edits
3145             are made which neither change the meaning of the document
3146             nor affect the contents of packages.
3147           </p>
3148
3149           <p>
3150             Thus only the first three components of the policy version
3151             are significant in the <em>Standards-Version</em> control
3152             field, and so either these three components or all four
3153             components may be specified.<footnote>
3154                 In the past, people specified the full version number
3155                 in the Standards-Version field, for example "2.3.0.0".
3156                 Since minor patch-level changes don't introduce new
3157                 policy, it was thought it would be better to relax
3158                 policy and only require the first 3 components to be
3159                 specified, in this example "2.3.0".  All four
3160                 components may still be used if someone wishes to do so.
3161             </footnote>
3162           </p>
3163
3164         </sect1>
3165
3166         <sect1 id="f-Version">
3167           <heading><tt>Version</tt></heading>
3168
3169           <p>
3170             The version number of a package. The format is:
3171             [<var>epoch</var><tt>:</tt>]<var>upstream_version</var>[<tt>-</tt><var>debian_revision</var>]
3172           </p>
3173
3174           <p>
3175             The three components here are:
3176             <taglist>
3177               <tag><var>epoch</var></tag>
3178               <item>
3179                 <p>
3180                   This is a single (generally small) unsigned integer.  It
3181                   may be omitted, in which case zero is assumed.  If it is
3182                   omitted then the <var>upstream_version</var> may not
3183                   contain any colons.
3184                 </p>
3185
3186                 <p>
3187                   It is provided to allow mistakes in the version numbers
3188                   of older versions of a package, and also a package's
3189                   previous version numbering schemes, to be left behind.
3190                 </p>
3191               </item>
3192
3193               <tag><var>upstream_version</var></tag>
3194               <item>
3195                 <p>
3196                   This is the main part of the version number.  It is
3197                   usually the version number of the original ("upstream")
3198                   package from which the <file>.deb</file> file has been made,
3199                   if this is applicable.  Usually this will be in the same
3200                   format as that specified by the upstream author(s);
3201                   however, it may need to be reformatted to fit into the
3202                   package management system's format and comparison
3203                   scheme.
3204                 </p>
3205
3206                 <p>
3207                   The comparison behavior of the package management system
3208                   with respect to the <var>upstream_version</var> is
3209                   described below.  The <var>upstream_version</var>
3210                   portion of the version number is mandatory.
3211                 </p>
3212
3213                 <p>
3214                   The <var>upstream_version</var> may contain only
3215                   alphanumerics<footnote>
3216                         Alphanumerics are <tt>A-Za-z0-9</tt> only.
3217                   </footnote>
3218                   and the characters <tt>.</tt> <tt>+</tt> <tt>-</tt>
3219                   <tt>:</tt> <tt>~</tt> (full stop, plus, hyphen, colon,
3220                   tilde) and should start with a digit.  If there is no
3221                   <var>debian_revision</var> then hyphens are not allowed;
3222                   if there is no <var>epoch</var> then colons are not
3223                   allowed.
3224                 </p>
3225               </item>
3226
3227               <tag><var>debian_revision</var></tag>
3228               <item>
3229                 <p>
3230                   This part of the version number specifies the version of
3231                   the Debian package based on the upstream version.  It
3232                   may contain only alphanumerics and the characters
3233                   <tt>+</tt> <tt>.</tt> <tt>~</tt> (plus, full stop,
3234                   tilde) and is compared in the same way as the
3235                   <var>upstream_version</var> is.
3236                 </p>
3237
3238                 <p>
3239                   It is optional; if it isn't present then the
3240                   <var>upstream_version</var> may not contain a hyphen.
3241                   This format represents the case where a piece of
3242                   software was written specifically to be a Debian
3243                   package, where the Debian package source must always
3244                   be identical to the pristine source and therefore no
3245                   revision indication is required.
3246                 </p>
3247
3248                 <p>
3249                   It is conventional to restart the
3250                   <var>debian_revision</var> at <tt>1</tt> each time the
3251                   <var>upstream_version</var> is increased.
3252                 </p>
3253
3254                 <p>
3255                   The package management system will break the version
3256                   number apart at the last hyphen in the string (if there
3257                   is one) to determine the <var>upstream_version</var> and
3258                   <var>debian_revision</var>.  The absence of a
3259                   <var>debian_revision</var> is equivalent to a
3260                   <var>debian_revision</var> of <tt>0</tt>.
3261                 </p>
3262               </item>
3263             </taglist>
3264           </p>
3265
3266           <p>
3267             When comparing two version numbers, first the <var>epoch</var>
3268             of each are compared, then the <var>upstream_version</var> if
3269             <var>epoch</var> is equal, and then <var>debian_revision</var>
3270             if <var>upstream_version</var> is also equal.
3271             <var>epoch</var> is compared numerically.  The
3272             <var>upstream_version</var> and <var>debian_revision</var>
3273             parts are compared by the package management system using the
3274             following algorithm:
3275           </p>
3276
3277           <p>
3278             The strings are compared from left to right.
3279           </p>
3280
3281           <p>
3282             First the initial part of each string consisting entirely of
3283             non-digit characters is determined.  These two parts (one of
3284             which may be empty) are compared lexically.  If a difference
3285             is found it is returned.  The lexical comparison is a
3286             comparison of ASCII values modified so that all the letters
3287             sort earlier than all the non-letters and so that a tilde
3288             sorts before anything, even the end of a part.  For example,
3289             the following parts are in sorted order from earliest to
3290             latest: <tt>~~</tt>, <tt>~~a</tt>, <tt>~</tt>, the empty part,
3291             <tt>a</tt>.<footnote>
3292               One common use of <tt>~</tt> is for upstream pre-releases.
3293               For example, <tt>1.0~beta1~svn1245</tt> sorts earlier than
3294               <tt>1.0~beta1</tt>, which sorts earlier than <tt>1.0</tt>.
3295             </footnote>
3296           </p>
3297
3298           <p>
3299             Then the initial part of the remainder of each string which
3300             consists entirely of digit characters is determined.  The
3301             numerical values of these two parts are compared, and any
3302             difference found is returned as the result of the comparison.
3303             For these purposes an empty string (which can only occur at
3304             the end of one or both version strings being compared) counts
3305             as zero.
3306           </p>
3307
3308           <p>
3309             These two steps (comparing and removing initial non-digit
3310             strings and initial digit strings) are repeated until a
3311             difference is found or both strings are exhausted.
3312           </p>
3313
3314           <p>
3315             Note that the purpose of epochs is to allow us to leave behind
3316             mistakes in version numbering, and to cope with situations
3317             where the version numbering scheme changes.  It is
3318             <em>not</em> intended to cope with version numbers containing
3319             strings of letters which the package management system cannot
3320             interpret (such as <tt>ALPHA</tt> or <tt>pre-</tt>), or with
3321             silly orderings.<footnote>
3322               The author of this manual has heard of a package whose
3323               versions went <tt>1.1</tt>, <tt>1.2</tt>, <tt>1.3</tt>,
3324               <tt>1</tt>, <tt>2.1</tt>, <tt>2.2</tt>, <tt>2</tt> and so
3325               forth.
3326             </footnote>
3327           </p>
3328         </sect1>
3329
3330         <sect1 id="f-Description">
3331           <heading><tt>Description</tt></heading>
3332
3333           <p>
3334             In a source or binary control file, the <tt>Description</tt>
3335             field contains a description of the binary package, consisting
3336             of two parts, the synopsis or the short description, and the
3337             long description.  It is a multiline field with the following
3338             format:
3339           </p>
3340
3341           <p>
3342 <example>
3343         Description: &lt;single line synopsis&gt;
3344          &lt;extended description over several lines&gt;
3345 </example>
3346           </p>
3347
3348           <p>
3349             The lines in the extended description can have these formats:
3350           </p>
3351
3352           <p><list>
3353
3354             <item>
3355               Those starting with a single space are part of a paragraph.
3356               Successive lines of this form will be word-wrapped when
3357               displayed. The leading space will usually be stripped off.
3358               The line must contain at least one non-whitespace character.
3359             </item>
3360
3361             <item>
3362               Those starting with two or more spaces. These will be
3363               displayed verbatim. If the display cannot be panned
3364               horizontally, the displaying program will line wrap them "hard"
3365               (i.e., without taking account of word breaks). If it can they
3366               will be allowed to trail off to the right. None, one or two
3367               initial spaces may be deleted, but the number of spaces
3368               deleted from each line will be the same (so that you can have
3369               indenting work correctly, for example).  The line must
3370               contain at least one non-whitespace character.
3371             </item>
3372
3373             <item>
3374               Those containing a single space followed by a single full stop
3375               character. These are rendered as blank lines. This is the
3376               <em>only</em> way to get a blank line<footnote>
3377                 Completely empty lines will not be rendered as blank lines.
3378                 Instead, they will cause the parser to think you're starting
3379                 a whole new record in the control file, and will therefore
3380                 likely abort with an error.
3381               </footnote>.
3382             </item>
3383
3384             <item>
3385               Those containing a space, a full stop and some more characters.
3386               These are for future expansion. Do not use them.
3387             </item>
3388
3389           </list></p>
3390
3391           <p>
3392             Do not use tab characters.  Their effect is not predictable.
3393           </p>
3394
3395           <p>
3396             See <ref id="descriptions"> for further information on this.
3397           </p>
3398
3399           <p>
3400             In a <file>.changes</file> file, the <tt>Description</tt>
3401             field contains a summary of the descriptions for the packages
3402             being uploaded.  For this case, the first line of the field
3403             value (the part on the same line as <tt>Description:</tt>) is
3404             always empty.  It is a multiline field, with one
3405             line per package.  Each line is
3406             indented by one space and contains the name of a binary
3407             package, a space, a hyphen (<tt>-</tt>), a space, and the
3408             short description line from that package.
3409           </p>
3410         </sect1>
3411
3412         <sect1 id="f-Distribution">
3413           <heading><tt>Distribution</tt></heading>
3414
3415           <p>
3416             In a <file>.changes</file> file or parsed changelog output
3417             this contains the (space-separated) name(s) of the
3418             distribution(s) where this version of the package should
3419             be installed.  Valid distributions are determined by the
3420             archive maintainers.<footnote>
3421               Example distribution names in the Debian archive used in
3422               <file>.changes</file> files are:
3423                 <taglist compact="compact">
3424                   <tag><em>unstable</em></tag>
3425                   <item>
3426                     This distribution value refers to the
3427                     <em>developmental</em> part of the Debian distribution
3428                     tree.  Most new packages, new upstream versions of
3429                     packages and bug fixes go into the <em>unstable</em>
3430                     directory tree.
3431                   </item>
3432
3433                   <tag><em>experimental</em></tag>
3434                   <item>
3435                     The packages with this distribution value are deemed
3436                     by their maintainers to be high risk.  Oftentimes they
3437                     represent early beta or developmental packages from
3438                     various sources that the maintainers want people to
3439                     try, but are not ready to be a part of the other parts
3440                     of the Debian distribution tree.
3441                   </item>
3442                 </taglist>
3443
3444                 <p>
3445                   Others are used for updating stable releases or for
3446                   security uploads.  More information is available in the
3447                   Debian Developer's Reference, section "The Debian
3448                   archive".
3449                 </p>
3450             </footnote>
3451             The Debian archive software only supports listing a single
3452             distribution.  Migration of packages to other distributions is
3453             handled outside of the upload process.
3454           </p>
3455         </sect1>
3456
3457         <sect1 id="f-Date">
3458           <heading><tt>Date</tt></heading>
3459
3460           <p>
3461             This field includes the date the package was built or last
3462             edited.  It must be in the same format as the <var>date</var>
3463             in a <file>debian/changelog</file> entry.
3464           </p>
3465
3466           <p>
3467             The value of this field is usually extracted from the
3468             <file>debian/changelog</file> file - see
3469             <ref id="dpkgchangelog">).
3470           </p>
3471         </sect1>
3472
3473         <sect1 id="f-Format">
3474           <heading><tt>Format</tt></heading>
3475
3476           <p>
3477             In <qref id="debianchangesfiles"><file>.changes</file></qref>
3478             files, this field declares the format version of that file.
3479             The syntax of the field value is the same as that of
3480             a <qref id="f-Version">package version number</qref> except
3481             that no epoch or Debian revision is allowed.  The format
3482             described in this document is <tt>&changesversion;</tt>.
3483           </p>
3484
3485           <p>
3486             In <qref id="debiansourcecontrolfiles"><file>.dsc</file>
3487             Debian source control</qref> files, this field declares the
3488             format of the source package.  The field value is used by
3489             programs acting on a source package to interpret the list of
3490             files in the source package and determine how to unpack it.
3491             The syntax of the field value is a numeric major revision, a
3492             period, a numeric minor revision, and then an optional subtype
3493             after whitespace, which if specified is an alphanumeric word
3494             in parentheses.  The subtype is optional in the syntax but may
3495             be mandatory for particular source format revisions.
3496             <footnote>
3497               The source formats currently supported by the Debian archive
3498               software are <tt>1.0</tt>, <tt>3.0 (native)</tt>,
3499               and <tt>3.0 (quilt)</tt>.
3500             </footnote>
3501           </p>
3502         </sect1>
3503
3504         <sect1 id="f-Urgency">
3505           <heading><tt>Urgency</tt></heading>
3506
3507           <p>
3508             This is a description of how important it is to upgrade to
3509             this version from previous ones.  It consists of a single
3510             keyword taking one of the values <tt>low</tt>,
3511             <tt>medium</tt>, <tt>high</tt>, <tt>emergency</tt>, or
3512             <tt>critical</tt><footnote>
3513               Other urgency values are supported with configuration
3514               changes in the archive software but are not used in Debian.
3515               The urgency affects how quickly a package will be considered
3516               for inclusion into the <tt>testing</tt> distribution and
3517               gives an indication of the importance of any fixes included
3518               in the upload.  <tt>Emergency</tt> and <tt>critical</tt> are
3519               treated as synonymous.
3520             </footnote> (not case-sensitive) followed by an optional
3521             commentary (separated by a space) which is usually in
3522             parentheses.  For example:
3523
3524             <example>
3525   Urgency: low (HIGH for users of diversions)
3526             </example>
3527
3528           </p>
3529
3530           <p>
3531             The value of this field is usually extracted from the
3532             <file>debian/changelog</file> file - see
3533             <ref id="dpkgchangelog">.
3534           </p>
3535         </sect1>
3536
3537         <sect1 id="f-Changes">
3538           <heading><tt>Changes</tt></heading>
3539
3540           <p>
3541             This multiline field contains the human-readable changes data, describing
3542             the differences between the last version and the current one.
3543           </p>
3544
3545           <p>
3546             The first line of the field value (the part on the same line
3547             as <tt>Changes:</tt>) is always empty.  The content of the
3548             field is expressed as continuation lines, with each line
3549             indented by at least one space.  Blank lines must be
3550             represented by a line consisting only of a space and a full
3551             stop (<tt>.</tt>).
3552           </p>
3553
3554           <p>
3555             The value of this field is usually extracted from the
3556             <file>debian/changelog</file> file - see
3557             <ref id="dpkgchangelog">).
3558           </p>
3559
3560           <p>
3561             Each version's change information should be preceded by a
3562             "title" line giving at least the version, distribution(s)
3563             and urgency, in a human-readable way.
3564           </p>
3565
3566           <p>
3567             If data from several versions is being returned the entry
3568             for the most recent version should be returned first, and
3569             entries should be separated by the representation of a
3570             blank line (the "title" line may also be followed by the
3571             representation of a blank line).
3572           </p>
3573         </sect1>
3574
3575         <sect1 id="f-Binary">
3576           <heading><tt>Binary</tt></heading>
3577
3578           <p>
3579             This folded field is a list of binary packages.  Its syntax and
3580             meaning varies depending on the control file in which it
3581             appears.
3582           </p>
3583
3584           <p>
3585             When it appears in the <file>.dsc</file> file, it lists binary
3586             packages which a source package can produce, separated by
3587             commas<footnote>
3588                 A space after each comma is conventional.
3589             </footnote>.  The source package
3590             does not necessarily produce all of these binary packages for
3591             every architecture.  The source control file doesn't contain
3592             details of which architectures are appropriate for which of
3593             the binary packages.
3594           </p>
3595
3596           <p>
3597             When it appears in a <file>.changes</file> file, it lists the
3598             names of the binary packages being uploaded, separated by
3599             whitespace (not commas).
3600           </p>
3601         </sect1>
3602
3603         <sect1 id="f-Installed-Size">
3604           <heading><tt>Installed-Size</tt></heading>
3605
3606           <p>
3607             This field appears in the control files of binary packages,
3608             and in the <file>Packages</file> files.  It gives an estimate
3609             of the total amount of disk space required to install the
3610             named package.  Actual installed size may vary based on block
3611             size, file system properties, or actions taken by package
3612             maintainer scripts.
3613           </p>
3614
3615           <p>
3616             The disk space is given as the integer value of the estimated
3617             installed size in bytes, divided by 1024 and rounded up.
3618           </p>
3619         </sect1>
3620
3621         <sect1 id="f-Files">
3622           <heading><tt>Files</tt></heading>
3623
3624           <p>
3625             This field contains a list of files with information about
3626             each one.  The exact information and syntax varies with
3627             the context.
3628           </p>
3629
3630           <p>
3631             In all cases, Files is a multiline field.  The first line of
3632             the field value (the part on the same line as <tt>Files:</tt>)
3633             is always empty.  The content of the field is expressed as
3634             continuation lines, one line per file.  Each line must be
3635             indented by one space and contain a number of sub-fields,
3636             separated by spaces, as described below.
3637           </p>
3638
3639           <p>
3640             In the <file>.dsc</file> file, each line contains the MD5
3641             checksum, size and filename of the tar file and (if
3642             applicable) diff file which make up the remainder of the
3643             source package<footnote>
3644               That is, the parts which are not the <tt>.dsc</tt>.
3645             </footnote>.  For example:
3646             <example>
3647 Files:
3648  c6f698f19f2a2aa07dbb9bbda90a2754 571925 example_1.2.orig.tar.gz
3649  938512f08422f3509ff36f125f5873ba 6220 example_1.2-1.diff.gz
3650             </example>
3651             The exact forms of the filenames are described
3652             in <ref id="pkg-sourcearchives">.
3653           </p>
3654
3655           <p>
3656             In the <file>.changes</file> file this contains one line per
3657             file being uploaded.  Each line contains the MD5 checksum,
3658             size, section and priority and the filename.  For example:
3659             <example>
3660 Files:
3661  4c31ab7bfc40d3cf49d7811987390357 1428 text extra example_1.2-1.dsc
3662  c6f698f19f2a2aa07dbb9bbda90a2754 571925 text extra example_1.2.orig.tar.gz
3663  938512f08422f3509ff36f125f5873ba 6220 text extra example_1.2-1.diff.gz
3664  7c98fe853b3bbb47a00e5cd129b6cb56 703542 text extra example_1.2-1_i386.deb
3665             </example>
3666             The <qref id="f-Section">section</qref>
3667             and <qref id="f-Priority">priority</qref> are the values of
3668             the corresponding fields in the main source control file.  If
3669             no section or priority is specified then <tt>-</tt> should be
3670             used, though section and priority values must be specified for
3671             new packages to be installed properly.
3672           </p>
3673
3674           <p>
3675             The special value <tt>byhand</tt> for the section in a
3676             <tt>.changes</tt> file indicates that the file in question
3677             is not an ordinary package file and must by installed by
3678             hand by the distribution maintainers.  If the section is
3679             <tt>byhand</tt> the priority should be <tt>-</tt>.
3680           </p>
3681
3682           <p>
3683             If a new Debian revision of a package is being shipped and
3684             no new original source archive is being distributed the
3685             <tt>.dsc</tt> must still contain the <tt>Files</tt> field
3686             entry for the original source archive
3687             <file><var>package</var>_<var>upstream-version</var>.orig.tar.gz</file>,
3688             but the <file>.changes</file> file should leave it out.  In
3689             this case the original source archive on the distribution
3690             site must match exactly, byte-for-byte, the original
3691             source archive which was used to generate the
3692             <file>.dsc</file> file and diff which are being uploaded.</p>
3693         </sect1>
3694
3695         <sect1 id="f-Closes">
3696           <heading><tt>Closes</tt></heading>
3697
3698           <p>
3699             A space-separated list of bug report numbers that the upload
3700             governed by the .changes file closes.
3701           </p>
3702         </sect1>
3703
3704         <sect1 id="f-Homepage">
3705           <heading><tt>Homepage</tt></heading>
3706
3707           <p>
3708             The URL of the web site for this package, preferably (when
3709             applicable) the site from which the original source can be
3710             obtained and any additional upstream documentation or
3711             information may be found.  The content of this field is a
3712             simple URL without any surrounding characters such as
3713             <tt>&lt;&gt;</tt>.
3714           </p>
3715         </sect1>
3716
3717         <sect1 id="f-Checksums">
3718           <heading><tt>Checksums-Sha1</tt>
3719             and <tt>Checksums-Sha256</tt></heading>
3720
3721           <p>
3722             These multiline fields contain a list of files with a checksum and size
3723             for each one.  Both <tt>Checksums-Sha1</tt>
3724             and <tt>Checksums-Sha256</tt> have the same syntax and differ
3725             only in the checksum algorithm used: SHA-1
3726             for <tt>Checksums-Sha1</tt> and SHA-256
3727             for <tt>Checksums-Sha256</tt>.
3728           </p>
3729
3730           <p>
3731             <tt>Checksums-Sha1</tt> and <tt>Checksums-Sha256</tt> are
3732             multiline fields.  The first line of the field value (the part
3733             on the same line as <tt>Checksums-Sha1:</tt>
3734             or <tt>Checksums-Sha256:</tt>) is always empty.  The content
3735             of the field is expressed as continuation lines, one line per
3736             file.  Each line consists of the checksum, a space, the file
3737             size, a space, and the file name.  For example (from
3738             a <file>.changes</file> file):
3739             <example>
3740 Checksums-Sha1:
3741  1f418afaa01464e63cc1ee8a66a05f0848bd155c 1276 example_1.0-1.dsc
3742  a0ed1456fad61116f868b1855530dbe948e20f06 171602 example_1.0.orig.tar.gz
3743  5e86ecf0671e113b63388dac81dd8d00e00ef298 6137 example_1.0-1.debian.tar.gz
3744  71a0ff7da0faaf608481195f9cf30974b142c183 548402 example_1.0-1_i386.deb
3745 Checksums-Sha256:
3746  ac9d57254f7e835bed299926fd51bf6f534597cc3fcc52db01c4bffedae81272 1276 example_1.0-1.dsc
3747  0d123be7f51e61c4bf15e5c492b484054be7e90f3081608a5517007bfb1fd128 171602 example_1.0.orig.tar.gz
3748  f54ae966a5f580571ae7d9ef5e1df0bd42d63e27cb505b27957351a495bc6288 6137 example_1.0-1.debian.tar.gz
3749  3bec05c03974fdecd11d020fc2e8250de8404867a8a2ce865160c250eb723664 548402 example_1.0-1_i386.deb
3750             </example>
3751           </p>
3752
3753           <p>
3754             In the <file>.dsc</file> file, these fields list all
3755             files that make up the source package.  In
3756             the <file>.changes</file> file, these fields list all
3757             files being uploaded.  The list of files in these fields
3758             must match the list of files in the <tt>Files</tt> field.
3759           </p>
3760         </sect1>
3761
3762         <sect1>
3763           <heading><tt>DM-Upload-Allowed</tt></heading>
3764
3765           <p>
3766             Obsolete, see <qref id="f-DM-Upload-Allowed">below</qref>.
3767           </p>
3768         </sect1>
3769
3770         <sect1 id="f-VCS-fields">
3771           <heading>Version Control System (VCS) fields</heading>
3772
3773           <p>
3774             Debian source packages are increasingly developed using VCSs.  The
3775             purpose of the following fields is to indicate a publicly accessible
3776             repository where the Debian source package is developed.
3777
3778             <taglist>
3779               <tag><tt>Vcs-Browser</tt></tag>
3780               <item>
3781                 <p>
3782                   URL of a web interface for browsing the repository.
3783                 </p>
3784               </item>
3785
3786               <tag>
3787                 <tt>Vcs-Arch</tt>, <tt>Vcs-Bzr</tt> (Bazaar), <tt>Vcs-Cvs</tt>,
3788                 <tt>Vcs-Darcs</tt>, <tt>Vcs-Git</tt>, <tt>Vcs-Hg</tt>
3789                 (Mercurial), <tt>Vcs-Mtn</tt> (Monotone), <tt>Vcs-Svn</tt>
3790                 (Subversion)
3791               </tag>
3792               <item>
3793                 <p>
3794                   The field name identifies the VCS. The field's value uses the
3795                   version control system's conventional syntax for describing
3796                   repository locations and should be sufficient to locate the
3797                   repository used for packaging. Ideally, it also locates the
3798                   branch used for development of new versions of the Debian
3799                   package.
3800                 </p>
3801                 <p>
3802                   In the case of Git, the value consists of a URL, optionally
3803                   followed by the word <tt>-b</tt> and the name of a branch in
3804                   the indicated repository, following the syntax of the
3805                   <tt>git clone</tt> command.  If no branch is specified, the
3806                   packaging should be on the default branch.
3807                 </p>
3808                 <p>
3809                   More than one different VCS may be specified for the same
3810                   package.
3811                 </p>
3812               </item>
3813             </taglist>
3814           </p>
3815         </sect1>
3816
3817         <sect1 id="f-Package-List">
3818           <heading><tt>Package-List</tt></heading>
3819
3820           <p>
3821             Multiline field listing all the packages that can be built from
3822             the source package, considering every architecture.  The first line
3823             of the field value is empty.  Each one of the next lines describes
3824             one binary package, by listing its name, type, section and priority
3825             separated by spaces.  Fifth and subsequent space-separated items
3826             may be present and parsers must allow them.  See the
3827             <qref id="f-Package-Type">Package-Type</qref> field for a list of
3828             package types.
3829           </p>
3830         </sect1>
3831
3832         <sect1 id="f-Package-Type">
3833           <heading><tt>Package-Type</tt></heading>
3834
3835           <p>
3836             Simple field containing a word indicating the type of package:
3837             <tt>deb</tt> for binary packages and <tt>udeb</tt> for micro binary
3838             packages.  Other types not defined here may be indicated.  In
3839             source package control files, the <tt>Package-Type</tt> field
3840             should be omitted instead of giving it a value of <tt>deb</tt>, as
3841             this value is assumed for paragraphs lacking this field.
3842           </p>
3843         </sect1>
3844
3845         <sect1 id="f-Dgit">
3846           <heading><tt>Dgit</tt></heading>
3847
3848           <p>
3849             Folded field containing a single git commit hash, presented in
3850             full, followed optionally by whitespace and other data to be
3851             defined in future extensions.
3852           </p>
3853
3854           <p>
3855             Declares that the source package corresponds exactly to a
3856             referenced commit in a Git repository available at the canonical
3857             location called <em>dgit-repos</em>, used by <prgn>dgit</prgn>, a
3858             bidirectional gateway between the Debian archive and Git.  The
3859             commit is reachable from at least one reference whose name matches
3860             <tt>refs/dgit/*</tt>.  See the manual page of <prgn>dgit</prgn> for
3861             further details.
3862           </p>
3863         </sect1>
3864       </sect>
3865
3866       <sect>
3867         <heading>User-defined fields</heading>
3868
3869         <p>
3870           Additional user-defined fields may be added to the
3871           source package control file.  Such fields will be
3872           ignored, and not copied to (for example) binary or
3873           Debian source control files or upload control files.
3874         </p>
3875
3876         <p>
3877           If you wish to add additional unsupported fields to
3878           these output files you should use the mechanism
3879           described here.
3880         </p>
3881
3882         <p>
3883           Fields in the main source control information file with
3884           names starting <tt>X</tt>, followed by one or more of
3885           the letters <tt>BCS</tt> and a hyphen <tt>-</tt>, will
3886           be copied to the output files.  Only the part of the
3887           field name after the hyphen will be used in the output
3888           file.  Where the letter <tt>B</tt> is used the field
3889           will appear in binary package control files, where the
3890           letter <tt>S</tt> is used in Debian source control
3891           files and where <tt>C</tt> is used in upload control
3892           (<tt>.changes</tt>) files.
3893         </p>
3894
3895         <p>
3896           For example, if the main source information control file
3897           contains the field
3898           <example>
3899   XBS-Comment: I stand between the candle and the star.
3900           </example>
3901           then the binary and Debian source control files will contain the
3902           field
3903           <example>
3904   Comment: I stand between the candle and the star.
3905           </example>
3906         </p>
3907
3908       </sect>
3909
3910       <sect id="obsolete-control-data-fields">
3911         <heading>Obsolete fields</heading>
3912
3913         <p>
3914           The following fields have been obsoleted and may be found in packages
3915           conforming with previous versions of the Policy.
3916         </p>
3917
3918         <sect1 id="f-DM-Upload-Allowed">
3919           <heading><tt>DM-Upload-Allowed</tt></heading>
3920
3921           <p>
3922             Indicates that Debian Maintainers may upload this package to
3923             the Debian archive.  The only valid value is <tt>yes</tt>.  This
3924             field was used to regulate uploads by Debian Maintainers, See the
3925             General Resolution <url id="http://www.debian.org/vote/2007/vote_003"
3926             name="Endorse the concept of Debian Maintainers"> for more details.
3927           </p>
3928         </sect1>
3929
3930       </sect>
3931
3932     </chapt>
3933
3934
3935     <chapt id="maintainerscripts">
3936       <heading>Package maintainer scripts and installation procedure</heading>
3937
3938       <sect>
3939         <heading>Introduction to package maintainer scripts</heading>
3940
3941         <p>
3942           It is possible to supply scripts as part of a package which
3943           the package management system will run for you when your
3944           package is installed, upgraded or removed.
3945         </p>
3946
3947         <p>
3948           These scripts are the control information
3949           files <prgn>preinst</prgn>, <prgn>postinst</prgn>, <prgn>prerm</prgn>
3950           and <prgn>postrm</prgn>.  They must be proper executable files;
3951           if they are scripts (which is recommended), they must start with
3952           the usual <tt>#!</tt> convention.  They should be readable and
3953           executable by anyone, and must not be world-writable.
3954         </p>
3955
3956         <p>
3957           The package management system looks at the exit status from
3958           these scripts.  It is important that they exit with a
3959           non-zero status if there is an error, so that the package
3960           management system can stop its processing.  For shell
3961           scripts this means that you <em>almost always</em> need to
3962           use <tt>set -e</tt> (this is usually true when writing shell
3963           scripts, in fact).  It is also important, of course, that
3964           they exit with a zero status if everything went well.
3965         </p>
3966
3967         <p>
3968           Additionally, packages interacting with users
3969           using <prgn>debconf</prgn> in the <prgn>postinst</prgn> script
3970           should install a <prgn>config</prgn> script as a control
3971           information file.  See <ref id="maintscriptprompt"> for details.
3972         </p>
3973
3974         <p>
3975           When a package is upgraded a combination of the scripts from
3976           the old and new packages is called during the upgrade
3977           procedure.  If your scripts are going to be at all
3978           complicated you need to be aware of this, and may need to
3979           check the arguments to your scripts.
3980         </p>
3981
3982         <p>
3983           Broadly speaking the <prgn>preinst</prgn> is called before
3984           (a particular version of) a package is unpacked, and the
3985           <prgn>postinst</prgn> afterwards; the <prgn>prerm</prgn>
3986           before (a version of) a package is removed and the
3987           <prgn>postrm</prgn> afterwards.
3988         </p>
3989
3990         <p>
3991           Programs called from maintainer scripts should not normally
3992           have a path prepended to them. Before installation is
3993           started, the package management system checks to see if the
3994           programs <prgn>ldconfig</prgn>, <prgn>start-stop-daemon</prgn>,
3995           and <prgn>update-rc.d</prgn> can be found via the
3996           <tt>PATH</tt> environment variable. Those programs, and any
3997           other program that one would expect to be in the
3998           <tt>PATH</tt>, should thus be invoked without an absolute
3999           pathname. Maintainer scripts should also not reset the
4000           <tt>PATH</tt>, though they might choose to modify it by
4001           prepending or appending package-specific directories. These
4002           considerations really apply to all shell scripts.</p>
4003       </sect>
4004
4005       <sect id="idempotency">
4006         <heading>Maintainer scripts idempotency</heading>
4007
4008         <p>
4009           It is necessary for the error recovery procedures that the
4010           scripts be idempotent.  This means that if it is run
4011           successfully, and then it is called again, it doesn't bomb
4012           out or cause any harm, but just ensures that everything is
4013           the way it ought to be.  If the first call failed, or
4014           aborted half way through for some reason, the second call
4015           should merely do the things that were left undone the first
4016           time, if any, and exit with a success status if everything
4017           is OK.<footnote>
4018               This is so that if an error occurs, the user interrupts
4019               <prgn>dpkg</prgn> or some other unforeseen circumstance
4020               happens you don't leave the user with a badly-broken
4021               package when <prgn>dpkg</prgn> attempts to repeat the
4022               action.
4023           </footnote>
4024         </p>
4025       </sect>
4026
4027       <sect id="controllingterminal">
4028         <heading>Controlling terminal for maintainer scripts</heading>
4029
4030         <p>
4031           Maintainer scripts are not guaranteed to run with a controlling
4032           terminal and may not be able to interact with the user.  They
4033           must be able to fall back to noninteractive behavior if no
4034           controlling terminal is available.  Maintainer scripts that
4035           prompt via a program conforming to the Debian Configuration
4036           Management Specification (see <ref id="maintscriptprompt">) may
4037           assume that program will handle falling back to noninteractive
4038           behavior.
4039         </p>
4040
4041         <p>
4042           For high-priority prompts without a reasonable default answer,
4043           maintainer scripts may abort if there is no controlling
4044           terminal.  However, this situation should be avoided if at all
4045           possible, since it prevents automated or unattended installs.
4046           In most cases, users will consider this to be a bug in the
4047           package.
4048         </p>
4049       </sect>
4050
4051       <sect id="exitstatus">
4052         <heading>Exit status</heading>
4053
4054         <p>
4055           Each script must return a zero exit status for
4056           success, or a nonzero one for failure, since the package
4057           management system looks for the exit status of these scripts
4058           and determines what action to take next based on that datum.
4059         </p>
4060       </sect>
4061
4062       <sect id="mscriptsinstact"><heading>Summary of ways maintainer
4063           scripts are called
4064         </heading>
4065
4066         <p>
4067           What follows is a summary of all the ways in which maintainer
4068           scripts may be called along with what facilities those scripts
4069           may rely on being available at that time.  Script names preceded
4070           by <var>new-</var> are the scripts from the new version of a
4071           package being installed, upgraded to, or downgraded to.  Script
4072           names preceded by <var>old-</var> are the scripts from the old
4073           version of a package that is being upgraded from or downgraded
4074           from.
4075         </p>
4076
4077         <p>
4078           The <prgn>preinst</prgn> script may be called in the following
4079           ways:
4080           <taglist>
4081             <tag><var>new-preinst</var> <tt>install</tt></tag>
4082             <tag><var>new-preinst</var> <tt>install</tt>
4083               <var>old-version</var></tag>
4084             <tag><var>new-preinst</var> <tt>upgrade</tt>
4085               <var>old-version</var></tag>
4086             <item>
4087               The package will not yet be unpacked, so
4088               the <prgn>preinst</prgn> script cannot rely on any files
4089               included in its package.  Only essential packages and
4090               pre-dependencies (<tt>Pre-Depends</tt>) may be assumed to be
4091               available.  Pre-dependencies will have been configured at
4092               least once, but at the time the <prgn>preinst</prgn> is
4093               called they may only be in an "Unpacked" or "Half-Configured"
4094               state if a previous version of the pre-dependency was
4095               completely configured and has not been removed since then.
4096             </item>
4097
4098             <tag><var>old-preinst</var> <tt>abort-upgrade</tt>
4099               <var>new-version</var></tag>
4100             <item>
4101               Called during error handling of an upgrade that failed after
4102               unpacking the new package because the <tt>postrm
4103               upgrade</tt> action failed.  The unpacked files may be
4104               partly from the new version or partly missing, so the script
4105               cannot rely on files included in the package.  Package
4106               dependencies may not be available.  Pre-dependencies will be
4107               at least "Unpacked" following the same rules as above, except
4108               they may be only "Half-Installed" if an upgrade of the
4109               pre-dependency failed.<footnote>
4110                 This can happen if the new version of the package no
4111                 longer pre-depends on a package that had been partially
4112                 upgraded.
4113               </footnote>
4114             </item>
4115           </taglist>
4116         </p>
4117
4118         <p>
4119           The <prgn>postinst</prgn> script may be called in the following
4120           ways:
4121           <taglist>
4122             <tag><var>postinst</var> <tt>configure</tt>
4123               <var>most-recently-configured-version</var></tag>
4124             <item>
4125               The files contained in the package will be unpacked.  All
4126               package dependencies will at least be "Unpacked".  If there
4127               are no circular dependencies involved, all package
4128               dependencies will be configured.  For behavior in the case
4129               of circular dependencies, see the discussion
4130               in <ref id="binarydeps">.
4131             </item>
4132
4133             <tag><var>old-postinst</var> <tt>abort-upgrade</tt>
4134               <var>new-version</var></tag>
4135             <tag><var>conflictor's-postinst</var> <tt>abort-remove</tt>
4136               <tt>in-favour</tt> <var>package</var>
4137               <var>new-version</var></tag>
4138             <tag><var>postinst</var> <tt>abort-remove</tt></tag>
4139             <tag><var>deconfigured's-postinst</var>
4140               <tt>abort-deconfigure</tt> <tt>in-favour</tt>
4141               <var>failed-install-package</var> <var>version</var>
4142               [<tt>removing</tt> <var>conflicting-package</var>
4143               <var>version</var>]</tag>
4144             <item>
4145               The files contained in the package will be unpacked.  All
4146               package dependencies will at least be "Half-Installed" and
4147               will have previously been configured and not removed.
4148               However, dependencies may not be configured or even fully
4149               unpacked in some error situations.<footnote>
4150                 For example, suppose packages foo and bar are "Installed"
4151                 with foo depending on bar.  If an upgrade of bar were
4152                 started and then aborted, and then an attempt to remove
4153                 foo failed because its <prgn>prerm</prgn> script failed,
4154                 foo's <tt>postinst abort-remove</tt> would be called with
4155                 bar only "Half-Installed".
4156               </footnote>
4157               The <prgn>postinst</prgn> should still attempt any actions
4158               for which its dependencies are required, since they will
4159               normally be available, but consider the correct error
4160               handling approach if those actions fail.  Aborting
4161               the <prgn>postinst</prgn> action if commands or facilities
4162               from the package dependencies are not available is often the
4163               best approach.
4164             </item>
4165           </taglist>
4166         </p>
4167
4168         <p>
4169           The <prgn>prerm</prgn> script may be called in the following
4170           ways:
4171           <taglist>
4172             <tag><var>prerm</var> <tt>remove</tt></tag>
4173             <tag><var>old-prerm</var>
4174               <tt>upgrade</tt><var>new-version</var></tag>
4175             <tag><var>conflictor's-prerm</var> <tt>remove</tt>
4176               <tt>in-favour</tt> <var>package</var>
4177               <var>new-version</var></tag>
4178             <tag><var>deconfigured's-prerm</var> <tt>deconfigure</tt>
4179               <tt>in-favour</tt> <var>package-being-installed</var>
4180               <var>version</var> [<tt>removing</tt>
4181               <var>conflicting-package</var> <var>version</var>]</tag>
4182             <item>
4183               The package whose <prgn>prerm</prgn> is being called will be
4184               at least "Half-Installed".  All package dependencies will at
4185               least be "Half-Installed" and will have previously been
4186               configured and not removed.  If there was no error, all
4187               dependencies will at least be "Unpacked", but these actions
4188               may be called in various error states where dependencies are
4189               only "Half-Installed" due to a partial upgrade.
4190             </item>
4191
4192             <tag><var>new-prerm</var> <tt>failed-upgrade</tt>
4193               <var>old-version</var></tag>
4194             <item>
4195               Called during error handling when <tt>prerm upgrade</tt>
4196               fails.  The new package will not yet be unpacked, and all
4197               the same constraints as for <tt>preinst upgrade</tt> apply.
4198             </item>
4199           </taglist>
4200         </p>
4201
4202         <p>
4203           The <prgn>postrm</prgn> script may be called in the following
4204           ways:
4205           <taglist>
4206             <tag><var>postrm</var> <tt>remove</tt></tag>
4207             <tag><var>postrm</var> <tt>purge</tt></tag>
4208             <tag><var>old-postrm</var> <tt>upgrade</tt>
4209               <var>new-version</var></tag>
4210             <tag><var>disappearer's-postrm</var> <tt>disappear</tt>
4211                 <var>overwriter</var> <var>overwriter-version</var></tag>
4212             <item>
4213               The <prgn>postrm</prgn> script is called after the package's
4214               files have been removed or replaced.  The package
4215               whose <prgn>postrm</prgn> is being called may have
4216               previously been deconfigured and only be "Unpacked", at which
4217               point subsequent package changes do not consider its
4218               dependencies.  Therefore, all <prgn>postrm</prgn> actions
4219               may only rely on essential packages and must gracefully skip
4220               any actions that require the package's dependencies if those
4221               dependencies are unavailable.<footnote>
4222                 This is often done by checking whether the command or
4223                 facility the <prgn>postrm</prgn> intends to call is
4224                 available before calling it.  For example:
4225 <example>
4226 if [ "$1" = purge ] && [ -e /usr/share/debconf/confmodule ]; then
4227         . /usr/share/debconf/confmodule
4228         db_purge
4229 fi
4230 </example>
4231                 in <prgn>postrm</prgn> purges the <prgn>debconf</prgn>
4232                 configuration for the package
4233                 if <package>debconf</package> is installed.
4234               </footnote>
4235             </item>
4236
4237             <tag><var>new-postrm</var> <tt>failed-upgrade</tt>
4238               <var>old-version</var></tag>
4239             <item>
4240               Called when the old <tt>postrm upgrade</tt> action fails.
4241               The new package will be unpacked, but only essential
4242               packages and pre-dependencies can be relied on.
4243               Pre-dependencies will either be configured or will be
4244               "Unpacked" or "Half-Configured" but previously had been
4245               configured and was never removed.
4246             </item>
4247
4248             <tag><var>new-postrm</var> <tt>abort-install</tt></tag>
4249             <tag><var>new-postrm</var> <tt>abort-install</tt>
4250               <var>old-version</var></tag>
4251             <tag><var>new-postrm</var> <tt>abort-upgrade</tt>
4252               <var>old-version</var></tag>
4253             <item>
4254               Called before unpacking the new package as part of the
4255               error handling of <prgn>preinst</prgn> failures.  May assume
4256               the same state as <prgn>preinst</prgn> can assume.
4257             </item>
4258           </taglist>
4259         </p>
4260       </sect>
4261
4262       <sect id="unpackphase">
4263         <heading>Details of unpack phase of installation or upgrade</heading>
4264
4265         <p>
4266           The procedure on installation/upgrade/overwrite/disappear
4267           (i.e., when running <tt>dpkg --unpack</tt>, or the unpack
4268           stage of <tt>dpkg --install</tt>) is as follows.  In each
4269           case, if a major error occurs (unless listed below) the
4270           actions are, in general, run backwards - this means that the
4271           maintainer scripts are run with different arguments in
4272           reverse order.  These are the "error unwind" calls listed
4273           below.
4274
4275           <enumlist>
4276             <item>
4277                 <enumlist>
4278                   <item>
4279                       If a version of the package is already "Installed", call
4280                       <example compact="compact">
4281 <var>old-prerm</var> upgrade <var>new-version</var>
4282                       </example>
4283                   </item>
4284                   <item>
4285                       If the script runs but exits with a non-zero
4286                       exit status, <prgn>dpkg</prgn> will attempt:
4287                       <example compact="compact">
4288 <var>new-prerm</var> failed-upgrade <var>old-version</var>
4289                       </example>
4290                       If this works, the upgrade continues. If this
4291                       does not work, the error unwind:
4292                       <example compact="compact">
4293 <var>old-postinst</var> abort-upgrade <var>new-version</var>
4294                       </example>
4295                       If this works, then the old-version is
4296                       "Installed", if not, the old version is in a
4297                       "Half-Configured" state.
4298                   </item>
4299                 </enumlist>
4300             </item>
4301
4302             <item>
4303                 If a "conflicting" package is being removed at the same time,
4304                 or if any package will be broken (due to <tt>Breaks</tt>):
4305                 <enumlist>
4306                   <item>
4307                       If <tt>--auto-deconfigure</tt> is
4308                       specified, call, for each package to be deconfigured
4309                       due to <tt>Breaks</tt>:
4310                       <example compact="compact">
4311 <var>deconfigured's-prerm</var> deconfigure \
4312   in-favour <var>package-being-installed</var> <var>version</var>
4313                       </example>
4314                       Error unwind:
4315                       <example compact="compact">
4316 <var>deconfigured's-postinst</var> abort-deconfigure \
4317   in-favour <var>package-being-installed-but-failed</var> <var>version</var>
4318                       </example>
4319                       The deconfigured packages are marked as
4320                       requiring configuration, so that if
4321                       <tt>--install</tt> is used they will be
4322                       configured again if possible.
4323                   </item>
4324                   <item>
4325                       If any packages depended on a conflicting
4326                       package being removed and <tt>--auto-deconfigure</tt> is
4327                       specified, call, for each such package:
4328                       <example compact="compact">
4329 <var>deconfigured's-prerm</var> deconfigure \
4330   in-favour <var>package-being-installed</var> <var>version</var> \
4331     removing <var>conflicting-package</var> <var>version</var>
4332                       </example>
4333                       Error unwind:
4334                       <example compact="compact">
4335 <var>deconfigured's-postinst</var> abort-deconfigure \
4336   in-favour <var>package-being-installed-but-failed</var> <var>version</var> \
4337     removing <var>conflicting-package</var> <var>version</var>
4338                       </example>
4339                       The deconfigured packages are marked as
4340                       requiring configuration, so that if
4341                       <tt>--install</tt> is used they will be
4342                       configured again if possible.
4343                   </item>
4344                   <item>
4345                       To prepare for removal of each conflicting package, call:
4346                       <example compact="compact">
4347 <var>conflictor's-prerm</var> remove \
4348   in-favour <var>package</var> <var>new-version</var>
4349                       </example>
4350                       Error unwind:
4351                       <example compact="compact">
4352 <var>conflictor's-postinst</var> abort-remove \
4353   in-favour <var>package</var> <var>new-version</var>
4354                       </example>
4355                   </item>
4356                 </enumlist>
4357             </item>
4358
4359             <item>
4360                 <enumlist>
4361                   <item>
4362                       If the package is being upgraded, call:
4363                       <example compact="compact">
4364 <var>new-preinst</var> upgrade <var>old-version</var>
4365                       </example>
4366                       If this fails, we call:
4367                       <example>
4368 <var>new-postrm</var> abort-upgrade <var>old-version</var>
4369                       </example>
4370                       <enumlist>
4371                         <item>
4372                           <p>
4373                             If that works, then
4374                             <example>
4375 <var>old-postinst</var> abort-upgrade <var>new-version</var>
4376                             </example>
4377                             is called. If this works, then the old version
4378                             is in an "Installed" state, or else it is left
4379                             in an "Unpacked" state.
4380                           </p>
4381                         </item>
4382                         <item>
4383                           <p>
4384                             If it fails, then the old version is left
4385                             in an "Half-Installed" state.
4386                           </p>
4387                         </item>
4388                       </enumlist>
4389                       
4390                   </item>
4391                   <item>
4392                       Otherwise, if the package had some configuration
4393                       files from a previous version installed (i.e., it
4394                       is in the "Config-Files" state):
4395                       <example compact="compact">
4396 <var>new-preinst</var> install <var>old-version</var>
4397                       </example>
4398                       Error unwind:
4399                       <example>
4400 <var>new-postrm</var> abort-install <var>old-version</var>
4401                       </example>
4402                       If this fails, the package is left in a
4403                       "Half-Installed" state, which requires a
4404                       reinstall. If it works, the packages is left in
4405                       a "Config-Files" state.
4406                   </item>
4407                   <item>
4408                       Otherwise (i.e., the package was completely purged):
4409                       <example compact="compact">
4410 <var>new-preinst</var> install
4411                       </example>
4412                       Error unwind:
4413                       <example compact="compact">
4414 <var>new-postrm</var> abort-install
4415                       </example>
4416                       If the error-unwind fails, the package is in a
4417                       "Half-Installed" phase, and requires a
4418                       reinstall. If the error unwind works, the
4419                       package is in the "Not-Installed" state.
4420                   </item>
4421                 </enumlist>
4422             </item>
4423
4424             <item>
4425               <p>
4426                 The new package's files are unpacked, overwriting any
4427                 that may be on the system already, for example any
4428                 from the old version of the same package or from
4429                 another package.  Backups of the old files are kept
4430                 temporarily, and if anything goes wrong the package
4431                 management system will attempt to put them back as
4432                 part of the error unwind.
4433               </p>
4434
4435               <p>
4436                 It is an error for a package to contain files which
4437                 are on the system in another package, unless
4438                 <tt>Replaces</tt> is used (see <ref id="replaces">).
4439                 <!--
4440                 The following paragraph is not currently the case:
4441                 Currently the <tt>- - force-overwrite</tt> flag is
4442                 enabled, downgrading it to a warning, but this may not
4443                 always be the case.
4444                 -->
4445               </p>
4446
4447               <p>
4448                 It is a more serious error for a package to contain a
4449                 plain file or other kind of non-directory where another
4450                 package has a directory (again, unless
4451                 <tt>Replaces</tt> is used).  This error can be
4452                 overridden if desired using
4453                 <tt>--force-overwrite-dir</tt>, but this is not
4454                 advisable.
4455               </p>
4456
4457               <p>
4458                 Packages which overwrite each other's files produce
4459                 behavior which, though deterministic, is hard for the
4460                 system administrator to understand.  It can easily
4461                 lead to "missing" programs if, for example, a package
4462                 is unpacked which overwrites a file from another
4463                 package, and is then removed again.<footnote>
4464                     Part of the problem is due to what is arguably a
4465                     bug in <prgn>dpkg</prgn>.
4466                 </footnote>
4467               </p>
4468
4469               <p>
4470                 A directory will never be replaced by a symbolic link
4471                 to a directory or vice versa; instead, the existing
4472                 state (symlink or not) will be left alone and
4473                 <prgn>dpkg</prgn> will follow the symlink if there is
4474                 one.
4475               </p>
4476             </item>
4477
4478             <item>
4479               <p>
4480                 <enumlist>
4481                   <item>
4482                       If the package is being upgraded, call
4483                       <example compact="compact">
4484 <var>old-postrm</var> upgrade <var>new-version</var>
4485                       </example>
4486                   </item>
4487                   <item>
4488                       If this fails, <prgn>dpkg</prgn> will attempt:
4489                       <example compact="compact">
4490 <var>new-postrm</var> failed-upgrade <var>old-version</var>
4491                       </example>
4492                       If this works, installation continues. If not, 
4493                       Error unwind:
4494                       <example compact="compact">
4495 <var>old-preinst</var> abort-upgrade <var>new-version</var>
4496                       </example>
4497                       If this fails, the old version is left in a
4498                       "Half-Installed" state. If it works, dpkg now
4499                       calls:
4500                       <example compact="compact">
4501 <var>new-postrm</var> abort-upgrade <var>old-version</var>
4502                       </example>
4503                       If this fails, the old version is left in a
4504                       "Half-Installed" state. If it works, dpkg now
4505                       calls:
4506                       <example compact="compact">
4507 <var>old-postinst</var> abort-upgrade <var>new-version</var>
4508                       </example>
4509                       If this fails, the old version is in an
4510                       "Unpacked" state.
4511                   </item>
4512                 </enumlist>
4513               </p>
4514
4515               <p>
4516                 This is the point of no return - if
4517                 <prgn>dpkg</prgn> gets this far, it won't back off
4518                 past this point if an error occurs.  This will
4519                 leave the package in a fairly bad state, which
4520                 will require a successful re-installation to clear
4521                 up, but it's when <prgn>dpkg</prgn> starts doing
4522                 things that are irreversible.
4523               </p>
4524             </item>
4525
4526             <item>
4527                 Any files which were in the old version of the package
4528                 but not in the new are removed.
4529             </item>
4530
4531             <item>
4532                 The new file list replaces the old.
4533             </item>
4534
4535             <item>
4536                 The new maintainer scripts replace the old.
4537             </item>
4538
4539             <item>
4540                 Any packages all of whose files have been overwritten
4541                 during the installation, and which aren't required for
4542                 dependencies, are considered to have been removed.
4543                 For each such package
4544                 <enumlist>
4545                   <item>
4546                       <prgn>dpkg</prgn> calls:
4547                       <example compact="compact">
4548 <var>disappearer's-postrm</var> disappear \
4549   <var>overwriter</var> <var>overwriter-version</var>
4550                       </example>
4551                   </item>
4552                   <item>
4553                       The package's maintainer scripts are removed.
4554                   </item>
4555                   <item>
4556                       It is noted in the status database as being in a
4557                       sane state, namely "Not-Installed" (any conffiles
4558                       it may have are ignored, rather than being
4559                       removed by <prgn>dpkg</prgn>).  Note that
4560                       disappearing packages do not have their prerm
4561                       called, because <prgn>dpkg</prgn> doesn't know
4562                       in advance that the package is going to
4563                       vanish.
4564                   </item>
4565                 </enumlist>
4566             </item>
4567
4568             <item>
4569                 Any files in the package we're unpacking that are also
4570                 listed in the file lists of other packages are removed
4571                 from those lists.  (This will lobotomize the file list
4572                 of the "conflicting" package if there is one.)
4573             </item>
4574
4575             <item>
4576                 The backup files made during installation, above, are
4577                 deleted.
4578             </item>
4579
4580             <item>
4581               <p>
4582                 The new package's status is now sane, and recorded as
4583                 "Unpacked".
4584               </p>
4585
4586               <p>
4587                 Here is another point of no return - if the
4588                 conflicting package's removal fails we do not unwind
4589                 the rest of the installation; the conflicting package
4590                 is left in a half-removed limbo.
4591               </p>
4592             </item>
4593
4594             <item>
4595                 If there was a conflicting package we go and do the
4596                 removal actions (described below), starting with the
4597                 removal of the conflicting package's files (any that
4598                 are also in the package being unpacked have already
4599                 been removed from the conflicting package's file list,
4600                 and so do not get removed now).
4601             </item>
4602           </enumlist>
4603         </p>
4604       </sect>
4605
4606       <sect id="configdetails"><heading>Details of configuration</heading>
4607
4608         <p>
4609           When we configure a package (this happens with <tt>dpkg
4610             --install</tt> and <tt>dpkg --configure</tt>), we first
4611           update any <tt>conffile</tt>s and then call:
4612           <example compact="compact">
4613 <var>postinst</var> configure <var>most-recently-configured-version</var>
4614           </example>
4615         </p>
4616
4617         <p>
4618           No attempt is made to unwind after errors during
4619           configuration. If the configuration fails, the package is in
4620           a "Half-Configured" state, and an error message is generated.
4621         </p>
4622
4623         <p>
4624           If there is no most recently configured version
4625           <prgn>dpkg</prgn> will pass a null argument.
4626           <footnote>
4627             <p>
4628               Historical note: Truly ancient (pre-1997) versions of
4629               <prgn>dpkg</prgn> passed <tt>&lt;unknown&gt;</tt>
4630               (including the angle brackets) in this case.  Even older
4631               ones did not pass a second argument at all, under any
4632               circumstance.  Note that upgrades using such an old dpkg
4633               version are unlikely to work for other reasons, even if
4634               this old argument behavior is handled by your postinst script.
4635             </p>
4636           </footnote>     
4637         </p>
4638       </sect>
4639
4640       <sect id="removedetails"><heading>Details of removal and/or
4641       configuration purging</heading>
4642
4643         <p>
4644           <enumlist>
4645             <item>
4646               <p>
4647                 <example compact="compact">
4648 <var>prerm</var> remove
4649                 </example>
4650               </p>
4651               <p>
4652                 If prerm fails during replacement due to conflict
4653                 <example>
4654 <var>conflictor's-postinst</var> abort-remove \
4655   in-favour <var>package</var> <var>new-version</var>
4656                 </example>
4657                 Or else we call:
4658                 <example>
4659 <var>postinst</var> abort-remove
4660                 </example>
4661               </p>
4662               <p>
4663                 If this fails, the package is in a "Half-Configured"
4664                 state, or else it remains "Installed".
4665               </p>
4666             </item>
4667             <item>
4668                 The package's files are removed (except <tt>conffile</tt>s).
4669             </item>
4670             <item>
4671                 <example compact="compact">
4672 <var>postrm</var> remove
4673                 </example>
4674
4675               <p>
4676                 If it fails, there's no error unwind, and the package is in
4677                 an "Half-Installed" state.
4678               </p>
4679             </item>
4680             <item>
4681               <p>
4682                 All the maintainer scripts except the <prgn>postrm</prgn>
4683                 are removed.
4684               </p>
4685
4686               <p>
4687                 If we aren't purging the package we stop here.  Note
4688                 that packages which have no <prgn>postrm</prgn> and no
4689                 <tt>conffile</tt>s are automatically purged when
4690                 removed, as there is no difference except for the
4691                 <prgn>dpkg</prgn> status.
4692               </p>
4693             </item>
4694             <item>
4695                 The <tt>conffile</tt>s and any backup files
4696                 (<tt>~</tt>-files, <tt>#*#</tt> files,
4697                 <tt>%</tt>-files, <tt>.dpkg-{old,new,tmp}</tt>, etc.)
4698                 are removed.
4699             </item>
4700             <item>
4701               <p>
4702                 <example compact="compact">
4703 <var>postrm</var> purge
4704                 </example>
4705               </p>
4706               <p>
4707                 If this fails, the package remains in a "Config-Files"
4708                 state.
4709               </p>
4710             </item>
4711             <item>
4712                 The package's file list is removed.
4713             </item>
4714           </enumlist>
4715
4716         </p>
4717       </sect>
4718     </chapt>
4719
4720
4721     <chapt id="relationships">
4722       <heading>Declaring relationships between packages</heading>
4723
4724       <sect id="depsyntax">
4725         <heading>Syntax of relationship fields</heading>
4726
4727         <p>
4728           These fields all have a uniform syntax.  They are a list of
4729           package names separated by commas.
4730         </p>
4731
4732         <p>
4733           In the <tt>Depends</tt>, <tt>Recommends</tt>,
4734           <tt>Suggests</tt>, <tt>Pre-Depends</tt>,
4735           <tt>Build-Depends</tt> and <tt>Build-Depends-Indep</tt>
4736           control fields of the package, which declare
4737           dependencies on other packages, the package names listed may
4738           also include lists of alternative package names, separated
4739           by vertical bar (pipe) symbols <tt>|</tt>.  In such a case,
4740           that part of the dependency can be satisfied by any one of
4741           the alternative packages.
4742         </p>
4743
4744         <p>
4745           All of the fields except for <tt>Provides</tt> may restrict
4746           their applicability to particular versions of each named
4747           package.  This is done in parentheses after each individual
4748           package name; the parentheses should contain a relation from
4749           the list below followed by a version number, in the format
4750           described in <ref id="f-Version">.
4751         </p>
4752
4753         <p>
4754           The relations allowed are <tt>&lt;&lt;</tt>, <tt>&lt;=</tt>,
4755           <tt>=</tt>, <tt>&gt;=</tt> and <tt>&gt;&gt;</tt> for strictly
4756           earlier, earlier or equal, exactly equal, later or equal and
4757           strictly later, respectively.  The deprecated
4758           forms <tt>&lt;</tt> and <tt>&gt;</tt> were confusingly used to
4759           mean earlier/later or equal, rather than strictly earlier/later,
4760           and must not appear in new packages (though <prgn>dpkg</prgn>
4761           still supports them with a warning).
4762         </p>
4763
4764         <p>
4765           Whitespace may appear at any point in the version
4766           specification subject to the rules in <ref
4767           id="controlsyntax">, and must appear where it's necessary to
4768           disambiguate; it is not otherwise significant.  All of the
4769           relationship fields can only be folded in source package control files.  For
4770           consistency and in case of future changes to
4771           <prgn>dpkg</prgn> it is recommended that a single space be
4772           used after a version relationship and before a version
4773           number; it is also conventional to put a single space after
4774           each comma, on either side of each vertical bar, and before
4775           each open parenthesis.  When opening a continuation line in a relationship field, it
4776           is conventional to do so after a comma and before the space
4777           following that comma.
4778         </p>
4779
4780         <p>
4781           For example, a list of dependencies might appear as:
4782           <example compact="compact">
4783 Package: mutt
4784 Version: 1.3.17-1
4785 Depends: libc6 (>= 2.2.1), exim | mail-transport-agent
4786           </example>
4787         </p>
4788
4789         <p>
4790           Relationships may be restricted to a certain set of
4791           architectures.  This is indicated in brackets after each
4792           individual package name and the optional version specification.
4793           The brackets enclose a non-empty list of Debian architecture names
4794           in the format described in <ref id="arch-spec">,
4795           separated by whitespace.  Exclamation marks may be prepended to
4796           each of the names.  (It is not permitted for some names to be
4797           prepended with exclamation marks while others aren't.)
4798         </p>
4799
4800         <p>
4801           For build relationship fields
4802           (<tt>Build-Depends</tt>, <tt>Build-Depends-Indep</tt>,
4803           <tt>Build-Conflicts</tt> and <tt>Build-Conflicts-Indep</tt>), if
4804           the current Debian host architecture is not in this list and
4805           there are no exclamation marks in the list, or it is in the list
4806           with a prepended exclamation mark, the package name and the
4807           associated version specification are ignored completely for the
4808           purposes of defining the relationships.
4809         </p>
4810
4811         <p>
4812           For example:
4813           <example compact="compact">
4814 Source: glibc
4815 Build-Depends-Indep: texinfo
4816 Build-Depends: kernel-headers-2.2.10 [!hurd-i386],
4817   hurd-dev [hurd-i386], gnumach-dev [hurd-i386]
4818           </example>
4819           requires <tt>kernel-headers-2.2.10</tt> on all architectures
4820           other than hurd-i386 and requires <tt>hurd-dev</tt> and
4821           <tt>gnumach-dev</tt> only on hurd-i386.
4822         </p>
4823
4824         <p>
4825           For binary relationship fields and the <tt>Built-Using</tt>
4826           field, the architecture restriction
4827           syntax is only supported in the source package control
4828           file <file>debian/control</file>.  When the corresponding binary
4829           package control file is generated, the relationship will either
4830           be omitted or included without the architecture restriction
4831           based on the architecture of the binary package.  This means
4832           that architecture restrictions must not be used in binary
4833           relationship fields for architecture-independent packages
4834           (<tt>Architecture: all</tt>).
4835         </p>
4836
4837         <p>
4838           For example:
4839           <example compact="compact">
4840 Depends: foo [i386], bar [amd64]
4841           </example>
4842           becomes <tt>Depends: foo</tt> when the package is built on
4843           the <tt>i386</tt> architecture, <tt>Depends: bar</tt> when the
4844           package is built on the <tt>amd64</tt> architecture, and omitted
4845           entirely in binary packages built on all other architectures.
4846         </p>
4847
4848         <p>
4849           If the architecture-restricted dependency is part of a set of
4850           alternatives using <tt>|</tt>, that alternative is ignored
4851           completely on architectures that do not match the restriction.
4852           For example:
4853           <example compact="compact">
4854 Build-Depends: foo [!i386] | bar [!amd64]
4855           </example>
4856           is equivalent to <tt>bar</tt> on the i386 architecture, to
4857           <tt>foo</tt> on the amd64 architecture, and to <tt>foo |
4858           bar</tt> on all other architectures.
4859         </p>
4860
4861         <p>
4862           Relationships may also be restricted to a certain set of
4863           architectures using architecture wildcards in the format
4864           described in <ref id="arch-wildcard-spec">.  The syntax for
4865           declaring such restrictions is the same as declaring
4866           restrictions using a certain set of architectures without
4867           architecture wildcards.  For example:
4868           <example compact="compact">
4869 Build-Depends: foo [linux-any], bar [any-i386], baz [!linux-any]
4870           </example>
4871           is equivalent to <tt>foo</tt> on architectures using the Linux
4872           kernel and any cpu, <tt>bar</tt> on architectures using any
4873           kernel and an i386 cpu, and <tt>baz</tt> on any architecture
4874           using a kernel other than Linux.
4875         </p>
4876
4877         <p>
4878           Note that the binary package relationship fields such as
4879           <tt>Depends</tt> appear in one of the binary package
4880           sections of the control file, whereas the build-time
4881           relationships such as <tt>Build-Depends</tt> appear in the
4882           source package section of the control file (which is the
4883           first section).
4884         </p>
4885       </sect>
4886
4887       <sect id="binarydeps">
4888         <heading>Binary Dependencies - <tt>Depends</tt>,
4889           <tt>Recommends</tt>, <tt>Suggests</tt>, <tt>Enhances</tt>,
4890           <tt>Pre-Depends</tt>
4891         </heading>
4892
4893         <p>
4894           Packages can declare in their control file that they have
4895           certain relationships to other packages - for example, that
4896           they may not be installed at the same time as certain other
4897           packages, and/or that they depend on the presence of others.
4898         </p>
4899
4900         <p>
4901           This is done using the <tt>Depends</tt>, <tt>Pre-Depends</tt>,
4902           <tt>Recommends</tt>, <tt>Suggests</tt>, <tt>Enhances</tt>,
4903           <tt>Breaks</tt> and <tt>Conflicts</tt> control fields.
4904           <tt>Breaks</tt> is described in <ref id="breaks">, and
4905           <tt>Conflicts</tt> is described in <ref id="conflicts">.  The
4906           rest are described below.
4907         </p>
4908
4909         <p>
4910           These seven fields are used to declare a dependency
4911           relationship by one package on another.  Except for
4912           <tt>Enhances</tt> and <tt>Breaks</tt>, they appear in the
4913           depending (binary) package's control file.
4914           (<tt>Enhances</tt> appears in the recommending package's
4915           control file, and <tt>Breaks</tt> appears in the version of
4916           depended-on package which causes the named package to
4917           break).
4918         </p>
4919
4920         <p>
4921           A <tt>Depends</tt> field takes effect <em>only</em> when a
4922           package is to be configured.  It does not prevent a package
4923           being on the system in an unconfigured state while its
4924           dependencies are unsatisfied, and it is possible to replace
4925           a package whose dependencies are satisfied and which is
4926           properly installed with a different version whose
4927           dependencies are not and cannot be satisfied; when this is
4928           done the depending package will be left unconfigured (since
4929           attempts to configure it will give errors) and will not
4930           function properly.  If it is necessary, a
4931           <tt>Pre-Depends</tt> field can be used, which has a partial
4932           effect even when a package is being unpacked, as explained
4933           in detail below.  (The other three dependency fields,
4934           <tt>Recommends</tt>, <tt>Suggests</tt> and
4935           <tt>Enhances</tt>, are only used by the various front-ends
4936           to <prgn>dpkg</prgn> such as <prgn>apt-get</prgn>,
4937           <prgn>aptitude</prgn>, and <prgn>dselect</prgn>.)
4938         </p>
4939
4940         <p>
4941           Since <tt>Depends</tt> only places requirements on the order in
4942           which packages are configured, packages in an installation run
4943           are usually all unpacked first and all configured later.
4944           <footnote>
4945             This approach makes dependency resolution easier.  If two
4946             packages A and B are being upgraded, the installed package A
4947             depends on exactly the installed package B, and the new
4948             package A depends on exactly the new package B (a common
4949             situation when upgrading shared libraries and their
4950             corresponding development packages), satisfying the
4951             dependencies at every stage of the upgrade would be
4952             impossible.  This relaxed restriction means that both new
4953             packages can be unpacked together and then configured in their
4954             dependency order.
4955           </footnote>
4956         </p>
4957
4958         <p>
4959           If there is a circular dependency among packages being installed
4960           or removed, installation or removal order honoring the
4961           dependency order is impossible, requiring the dependency loop be
4962           broken at some point and the dependency requirements violated
4963           for at least one package.  Packages involved in circular
4964           dependencies may not be able to rely on their dependencies being
4965           configured before they themselves are configured, depending on
4966           which side of the break of the circular dependency loop they
4967           happen to be on.  If one of the packages in the loop has
4968           no <prgn>postinst</prgn> script, then the cycle will be broken
4969           at that package; this ensures that all <prgn>postinst</prgn>
4970           scripts are run with their dependencies properly configured if
4971           this is possible.  Otherwise the breaking point is arbitrary.
4972           Packages should therefore avoid circular dependencies where
4973           possible, particularly if they have <prgn>postinst</prgn>
4974           scripts.
4975         </p>
4976
4977         <p>
4978           The meaning of the five dependency fields is as follows:
4979           <taglist>
4980             <tag><tt>Depends</tt></tag>
4981             <item>
4982               <p>
4983                 This declares an absolute dependency.  A package will
4984                 not be configured unless all of the packages listed in
4985                 its <tt>Depends</tt> field have been correctly
4986                 configured (unless there is a circular dependency as
4987                 described above).
4988               </p>
4989
4990               <p>
4991                 The <tt>Depends</tt> field should be used if the
4992                 depended-on package is required for the depending
4993                 package to provide a significant amount of
4994                 functionality.
4995               </p>
4996
4997               <p>
4998                 The <tt>Depends</tt> field should also be used if the
4999                 <prgn>postinst</prgn> or <prgn>prerm</prgn> scripts
5000                 require the depended-on package to be unpacked or
5001                 configured in order to run.  In the case of <tt>postinst
5002                 configure</tt>, the depended-on packages will be unpacked
5003                 and configured first.  (If both packages are involved in a
5004                 dependency loop, this might not work as expected; see the
5005                 explanation a few paragraphs back.)  In the case
5006                 of <prgn>prerm</prgn> or other <prgn>postinst</prgn>
5007                 actions, the package dependencies will normally be at
5008                 least unpacked, but they may be only "Half-Installed" if a
5009                 previous upgrade of the dependency failed.
5010               </p>
5011
5012               <p>
5013                 Finally, the <tt>Depends</tt> field should be used if the
5014                 depended-on package is needed by the <prgn>postrm</prgn>
5015                 script to fully clean up after the package removal.  There
5016                 is no guarantee that package dependencies will be
5017                 available when <prgn>postrm</prgn> is run, but the
5018                 depended-on package is more likely to be available if the
5019                 package declares a dependency (particularly in the case
5020                 of <tt>postrm remove</tt>).  The <prgn>postrm</prgn>
5021                 script must gracefully skip actions that require a
5022                 dependency if that dependency isn't available.
5023               </p>
5024             </item>
5025
5026             <tag><tt>Recommends</tt></tag>
5027             <item>
5028               <p>
5029                 This declares a strong, but not absolute, dependency.
5030               </p>
5031
5032               <p>
5033                 The <tt>Recommends</tt> field should list packages
5034                 that would be found together with this one in all but
5035                 unusual installations.
5036               </p>
5037             </item>
5038
5039             <tag><tt>Suggests</tt></tag>
5040             <item>
5041                 This is used to declare that one package may be more
5042                 useful with one or more others.  Using this field
5043                 tells the packaging system and the user that the
5044                 listed packages are related to this one and can
5045                 perhaps enhance its usefulness, but that installing
5046                 this one without them is perfectly reasonable.
5047             </item>
5048
5049             <tag><tt>Enhances</tt></tag>
5050             <item>
5051                 This field is similar to Suggests but works in the
5052                 opposite direction. It is used to declare that a
5053                 package can enhance the functionality of another
5054                 package.
5055             </item>
5056
5057             <tag><tt>Pre-Depends</tt></tag>
5058             <item>
5059               <p>
5060                 This field is like <tt>Depends</tt>, except that it
5061                 also forces <prgn>dpkg</prgn> to complete installation
5062                 of the packages named before even starting the
5063                 installation of the package which declares the
5064                 pre-dependency, as follows:
5065               </p>
5066
5067               <p>
5068                 When a package declaring a pre-dependency is about to
5069                 be <em>unpacked</em> the pre-dependency can be
5070                 satisfied if the depended-on package is either fully
5071                 configured, <em>or even if</em> the depended-on
5072                 package(s) are only in the "Unpacked" or the "Half-Configured"
5073                 state, provided that they have been configured
5074                 correctly at some point in the past (and not removed
5075                 or partially removed since).  In this case, both the
5076                 previously-configured and currently "Unpacked" or
5077                 "Half-Configured" versions must satisfy any version
5078                 clause in the <tt>Pre-Depends</tt> field.
5079               </p>
5080
5081               <p>
5082                 When the package declaring a pre-dependency is about to
5083                 be <em>configured</em>, the pre-dependency will be treated
5084                 as a normal <tt>Depends</tt>.  It will be considered
5085                 satisfied only if the depended-on package has been
5086                 correctly configured.  However, unlike
5087                 with <tt>Depends</tt>, <tt>Pre-Depends</tt> does not
5088                 permit circular dependencies to be broken.  If a circular
5089                 dependency is encountered while attempting to honor
5090                 <tt>Pre-Depends</tt>, the installation will be aborted.
5091               </p>
5092
5093               <p>
5094                 <tt>Pre-Depends</tt> are also required if the
5095                 <prgn>preinst</prgn> script depends on the named package.
5096                 It is best to avoid this situation if possible.
5097               </p>
5098
5099               <p>
5100                 <tt>Pre-Depends</tt> should be used sparingly,
5101                 preferably only by packages whose premature upgrade or
5102                 installation would hamper the ability of the system to
5103                 continue with any upgrade that might be in progress.
5104               </p>
5105
5106               <p>
5107                 You should not specify a <tt>Pre-Depends</tt> entry for a
5108                 package before this has been discussed on the
5109                 <tt>debian-devel</tt> mailing list and a consensus about
5110                 doing that has been reached.  See <ref id="dependencies">.
5111               </p>
5112             </item>
5113           </taglist>
5114         </p>
5115
5116         <p>
5117           When selecting which level of dependency to use you should
5118           consider how important the depended-on package is to the
5119           functionality of the one declaring the dependency.  Some
5120           packages are composed of components of varying degrees of
5121           importance.  Such a package should list using
5122           <tt>Depends</tt> the package(s) which are required by the
5123           more important components.  The other components'
5124           requirements may be mentioned as Suggestions or
5125           Recommendations, as appropriate to the components' relative
5126           importance.
5127         </p>
5128       </sect>
5129
5130       <sect id="breaks">
5131         <heading>Packages which break other packages - <tt>Breaks</tt></heading>
5132
5133         <p>
5134           When one binary package declares that it breaks another,
5135           <prgn>dpkg</prgn> will refuse to allow the package which
5136           declares <tt>Breaks</tt> to be unpacked unless the broken
5137           package is deconfigured first, and it will refuse to
5138           allow the broken package to be reconfigured.
5139         </p>
5140
5141         <p>
5142           A package will not be regarded as causing breakage merely
5143           because its configuration files are still installed; it must
5144           be at least "Half-Installed".
5145         </p>
5146
5147         <p>
5148           A special exception is made for packages which declare that
5149           they break their own package name or a virtual package which
5150           they provide (see below): this does not count as a real
5151           breakage.
5152         </p>
5153
5154         <p>
5155           Normally a <tt>Breaks</tt> entry will have an "earlier than"
5156           version clause; such a <tt>Breaks</tt> is introduced in the
5157           version of an (implicit or explicit) dependency which violates
5158           an assumption or reveals a bug in earlier versions of the broken
5159           package, or which takes over a file from earlier versions of the
5160           package named in <tt>Breaks</tt>.  This use of <tt>Breaks</tt>
5161           will inform higher-level package management tools that the
5162           broken package must be upgraded before the new one.
5163         </p>
5164
5165         <p>
5166           If the breaking package also overwrites some files from the
5167           older package, it should use <tt>Replaces</tt> to ensure this
5168           goes smoothly.  See <ref id="replaces"> for a full discussion
5169           of taking over files from other packages, including how to
5170           use <tt>Breaks</tt> in those cases.
5171         </p>
5172
5173         <p>
5174           Many of the cases where <tt>Breaks</tt> should be used were
5175           previously handled with <tt>Conflicts</tt>
5176           because <tt>Breaks</tt> did not yet exist.
5177           Many <tt>Conflicts</tt> fields should now be <tt>Breaks</tt>.
5178           See <ref id="conflicts"> for more information about the
5179           differences.
5180         </p>
5181       </sect>
5182
5183       <sect id="conflicts">
5184         <heading>Conflicting binary packages - <tt>Conflicts</tt></heading>
5185
5186         <p>
5187           When one binary package declares a conflict with another using
5188           a <tt>Conflicts</tt> field, <prgn>dpkg</prgn> will refuse to
5189           allow them to be unpacked on the system at the same time.  This
5190           is a stronger restriction than <tt>Breaks</tt>, which prevents
5191           the broken package from being configured while the breaking
5192           package is in the "Unpacked" state but allows both packages to
5193           be unpacked at the same time.
5194         </p>
5195
5196         <p>
5197           If one package is to be unpacked, the other must be removed
5198           first.  If the package being unpacked is marked as replacing
5199           (see <ref id="replaces">, but note that <tt>Breaks</tt> should
5200           normally be used in this case) the one on the system, or the one
5201           on the system is marked as deselected, or both packages are
5202           marked <tt>Essential</tt>, then <prgn>dpkg</prgn> will
5203           automatically remove the package which is causing the conflict.
5204           Otherwise, it will halt the installation of the new package with
5205           an error.  This mechanism is specifically designed to produce an
5206           error when the installed package is <tt>Essential</tt>, but the
5207           new package is not.
5208         </p>
5209
5210         <p>
5211           A package will not cause a conflict merely because its
5212           configuration files are still installed; it must be at least
5213           "Half-Installed".
5214         </p>
5215
5216         <p>
5217           A special exception is made for packages which declare a
5218           conflict with their own package name, or with a virtual
5219           package which they provide (see below): this does not
5220           prevent their installation, and allows a package to conflict
5221           with others providing a replacement for it.  You use this
5222           feature when you want the package in question to be the only
5223           package providing some feature.
5224         </p>
5225
5226         <p>
5227           Normally, <tt>Breaks</tt> should be used instead
5228           of <tt>Conflicts</tt> since <tt>Conflicts</tt> imposes a
5229           stronger restriction on the ordering of package installation or
5230           upgrade and can make it more difficult for the package manager
5231           to find a correct solution to an upgrade or installation
5232           problem.  <tt>Breaks</tt> should be used
5233           <list>
5234             <item>when moving a file from one package to another (see
5235               <ref id="replaces">),</item>
5236             <item>when splitting a package (a special case of the previous
5237               one), or</item>
5238             <item>when the breaking package exposes a bug in or interacts
5239               badly with particular versions of the broken
5240               package.</item>
5241           </list>
5242           <tt>Conflicts</tt> should be used
5243           <list>
5244             <item>when two packages provide the same file and will
5245               continue to do so,</item>
5246             <item>in conjunction with <tt>Provides</tt> when only one
5247               package providing a given virtual facility may be unpacked
5248               at a time (see <ref id="virtual">),</item>
5249             <item>in other cases where one must prevent simultaneous
5250               installation of two packages for reasons that are ongoing
5251               (not fixed in a later version of one of the packages) or
5252               that must prevent both packages from being unpacked at the
5253               same time, not just configured.</item>
5254           </list>
5255           Be aware that adding <tt>Conflicts</tt> is normally not the best
5256           solution when two packages provide the same files.  Depending on
5257           the reason for that conflict, using alternatives or renaming the
5258           files is often a better approach.  See, for
5259           example, <ref id="binaries">.
5260         </p>
5261
5262         <p>
5263           Neither <tt>Breaks</tt> nor <tt>Conflicts</tt> should be used
5264           unless two packages cannot be installed at the same time or
5265           installing them both causes one of them to be broken or
5266           unusable.  Having similar functionality or performing the same
5267           tasks as another package is not sufficient reason to
5268           declare <tt>Breaks</tt> or <tt>Conflicts</tt> with that package.
5269         </p>
5270
5271         <p>
5272           A <tt>Conflicts</tt> entry may have an "earlier than" version
5273           clause if the reason for the conflict is corrected in a later
5274           version of one of the packages.  However, normally the presence
5275           of an "earlier than" version clause is a sign
5276           that <tt>Breaks</tt> should have been used instead.  An "earlier
5277           than" version clause in <tt>Conflicts</tt>
5278           prevents <prgn>dpkg</prgn> from upgrading or installing the
5279           package which declares such a conflict until the upgrade or
5280           removal of the conflicted-with package has been completed, which
5281           is a strong restriction.
5282         </p>
5283       </sect>
5284
5285       <sect id="virtual"><heading>Virtual packages - <tt>Provides</tt>
5286         </heading>
5287
5288         <p>
5289           As well as the names of actual ("concrete") packages, the
5290           package relationship fields <tt>Depends</tt>,
5291           <tt>Recommends</tt>, <tt>Suggests</tt>, <tt>Enhances</tt>,
5292           <tt>Pre-Depends</tt>, <tt>Breaks</tt>, <tt>Conflicts</tt>,
5293           <tt>Build-Depends</tt>, <tt>Build-Depends-Indep</tt>,
5294           <tt>Build-Conflicts</tt> and <tt>Build-Conflicts-Indep</tt>
5295           may mention "virtual packages".
5296         </p>
5297
5298         <p>
5299           A <em>virtual package</em> is one which appears in the
5300           <tt>Provides</tt> control field of another package.  The effect
5301           is as if the package(s) which provide a particular virtual
5302           package name had been listed by name everywhere the virtual
5303           package name appears. (See also <ref id="virtual_pkg">)
5304         </p>
5305
5306         <p>
5307           If there are both concrete and virtual packages of the same
5308           name, then the dependency may be satisfied (or the conflict
5309           caused) by either the concrete package with the name in
5310           question or any other concrete package which provides the
5311           virtual package with the name in question.  This is so that,
5312           for example, supposing we have
5313           <example compact="compact">
5314 Package: foo
5315 Depends: bar
5316           </example> and someone else releases an enhanced version of
5317           the <tt>bar</tt> package they can say:
5318           <example compact="compact">
5319 Package: bar-plus
5320 Provides: bar
5321           </example>
5322           and the <tt>bar-plus</tt> package will now also satisfy the
5323           dependency for the <tt>foo</tt> package.
5324         </p>
5325
5326         <p>
5327           If a relationship field has a version number attached, only real
5328           packages will be considered to see whether the relationship is
5329           satisfied (or the prohibition violated, for a conflict or
5330           breakage).  In other words, if a version number is specified,
5331           this is a request to ignore all <tt>Provides</tt> for that
5332           package name and consider only real packages.  The package
5333           manager will assume that a package providing that virtual
5334           package is not of the "right" version.  A <tt>Provides</tt>
5335           field may not contain version numbers, and the version number of
5336           the concrete package which provides a particular virtual package
5337           will not be considered when considering a dependency on or
5338           conflict with the virtual package name.<footnote>
5339             It is possible that a future release of <prgn>dpkg</prgn> may
5340             add the ability to specify a version number for each virtual
5341             package it provides.  This feature is not yet present,
5342             however, and is expected to be used only infrequently.
5343           </footnote>
5344         </p>
5345
5346         <p>
5347           To specify which of a set of real packages should be the default
5348           to satisfy a particular dependency on a virtual package, list
5349           the real package as an alternative before the virtual one.
5350         </p>
5351
5352         <p>
5353           If the virtual package represents a facility that can only be
5354           provided by one real package at a time, such as
5355           the <package>mail-transport-agent</package> virtual package that
5356           requires installation of a binary that would conflict with all
5357           other providers of that virtual package (see
5358           <ref id="mail-transport-agents">), all packages providing that
5359           virtual package should also declare a conflict with it
5360           using <tt>Conflicts</tt>.  This will ensure that at most one
5361           provider of that virtual package is unpacked or installed at a
5362           time.
5363         </p>
5364       </sect>
5365
5366       <sect id="replaces"><heading>Overwriting files and replacing
5367           packages - <tt>Replaces</tt></heading>
5368
5369         <p>
5370           Packages can declare in their control file that they should
5371           overwrite files in certain other packages, or completely replace
5372           other packages. The <tt>Replaces</tt> control field has these
5373           two distinct purposes.
5374         </p>
5375
5376         <sect1><heading>Overwriting files in other packages</heading>
5377
5378           <p>
5379             It is usually an error for a package to contain files which
5380             are on the system in another package.  However, if the
5381             overwriting package declares that it <tt>Replaces</tt> the one
5382             containing the file being overwritten, then <prgn>dpkg</prgn>
5383             will replace the file from the old package with that from the
5384             new.  The file will no longer be listed as "owned" by the old
5385             package and will be taken over by the new package.
5386             Normally, <tt>Breaks</tt> should be used in conjunction
5387             with <tt>Replaces</tt>.<footnote>
5388               To see why <tt>Breaks</tt> is normally needed in addition
5389               to <tt>Replaces</tt>, consider the case of a file in the
5390               package <package>foo</package> being taken over by the
5391               package <package>foo-data</package>.
5392               <tt>Replaces</tt> will allow <package>foo-data</package> to
5393               be installed and take over that file.  However,
5394               without <tt>Breaks</tt>, nothing
5395               requires <package>foo</package> to be upgraded to a newer
5396               version that knows it does not include that file and instead
5397               depends on <package>foo-data</package>.  Nothing would
5398               prevent the new <package>foo-data</package> package from
5399               being installed and then removed, removing the file that it
5400               took over from <package>foo</package>.  After that
5401               operation, the package manager would think the system was in
5402               a consistent state, but the <package>foo</package> package
5403               would be missing one of its files.
5404             </footnote>
5405           </p>
5406
5407           <p>
5408             For example, if a package <package>foo</package> is split
5409             into <package>foo</package> and <package>foo-data</package>
5410             starting at version 1.2-3, <package>foo-data</package> would
5411             have the fields
5412             <example compact="compact">
5413 Replaces: foo (&lt;&lt; 1.2-3)
5414 Breaks: foo (&lt;&lt; 1.2-3)
5415             </example>
5416             in its control file.  The new version of the
5417             package <package>foo</package> would normally have the field
5418             <example compact="compact">
5419 Depends: foo-data (&gt;= 1.2-3)
5420             </example>
5421             (or possibly <tt>Recommends</tt> or even <tt>Suggests</tt> if
5422             the files moved into <package>foo-data</package> are not
5423             required for normal operation).
5424           </p>
5425
5426           <p>
5427             If a package is completely replaced in this way, so that
5428             <prgn>dpkg</prgn> does not know of any files it still
5429             contains, it is considered to have "disappeared".  It will
5430             be marked as not wanted on the system (selected for
5431             removal) and "Not-Installed".  Any <tt>conffile</tt>s
5432             details noted for the package will be ignored, as they
5433             will have been taken over by the overwriting package.  The
5434             package's <prgn>postrm</prgn> script will be run with a
5435             special argument to allow the package to do any final
5436             cleanup required.  See <ref id="mscriptsinstact">.
5437             <footnote>
5438               Replaces is a one way relationship.  You have to install
5439               the replacing package after the replaced package.
5440             </footnote>
5441           </p>
5442
5443           <p>
5444             For this usage of <tt>Replaces</tt>, virtual packages (see
5445             <ref id="virtual">) are not considered when looking at a
5446             <tt>Replaces</tt> field.  The packages declared as being
5447             replaced must be mentioned by their real names.
5448           </p>
5449
5450           <p>
5451             This usage of <tt>Replaces</tt> only takes effect when both
5452             packages are at least partially on the system at once.  It is
5453             not relevant if the packages conflict unless the conflict has
5454             been overridden.
5455           </p>
5456         </sect1>
5457
5458         <sect1><heading>Replacing whole packages, forcing their
5459             removal</heading>
5460
5461           <p>
5462             Second, <tt>Replaces</tt> allows the packaging system to
5463             resolve which package should be removed when there is a
5464             conflict (see <ref id="conflicts">).  This usage only takes
5465             effect when the two packages <em>do</em> conflict, so that the
5466             two usages of this field do not interfere with each other.
5467           </p>
5468
5469           <p>
5470             In this situation, the package declared as being replaced
5471             can be a virtual package, so for example, all mail
5472             transport agents (MTAs) would have the following fields in
5473             their control files:
5474             <example compact="compact">
5475 Provides: mail-transport-agent
5476 Conflicts: mail-transport-agent
5477 Replaces: mail-transport-agent
5478             </example>
5479             ensuring that only one MTA can be unpacked at any one
5480             time.  See <ref id="virtual"> for more information about this
5481             example.
5482         </sect1>
5483       </sect>
5484
5485       <sect id="sourcebinarydeps">
5486         <heading>Relationships between source and binary packages -
5487           <tt>Build-Depends</tt>, <tt>Build-Depends-Indep</tt>,
5488           <tt>Build-Conflicts</tt>, <tt>Build-Conflicts-Indep</tt>
5489         </heading>
5490
5491         <p>
5492           Source packages that require certain binary packages to be
5493           installed or absent at the time of building the package
5494           can declare relationships to those binary packages.
5495         </p>
5496
5497         <p>
5498           This is done using the <tt>Build-Depends</tt>,
5499           <tt>Build-Depends-Indep</tt>, <tt>Build-Conflicts</tt> and
5500           <tt>Build-Conflicts-Indep</tt> control fields.
5501         </p>
5502
5503         <p>
5504           Build-dependencies on "build-essential" binary packages can be
5505           omitted. Please see <ref id="pkg-relations"> for more information.
5506         </p>
5507
5508         <p>
5509           The dependencies and conflicts they define must be satisfied
5510           (as defined earlier for binary packages) in order to invoke
5511           the targets in <tt>debian/rules</tt>, as follows:<footnote>
5512             <p>
5513               There is no Build-Depends-Arch; this role is essentially
5514               met with Build-Depends.  Anyone building the
5515               <tt>build-indep</tt> and <tt>binary-indep</tt> targets is
5516               assumed to be building the whole package, and therefore
5517               installation of all build dependencies is required.
5518             </p>
5519             <p>
5520               The autobuilders use <tt>dpkg-buildpackage -B</tt>, which
5521               calls <tt>build</tt>, not <tt>build-arch</tt> since it does
5522               not yet know how to check for its existence, and
5523               <tt>binary-arch</tt>.  The purpose of the original split
5524               between <tt>Build-Depends</tt> and
5525               <tt>Build-Depends-Indep</tt> was so that the autobuilders
5526               wouldn't need to install extra packages needed only for the
5527               binary-indep targets.  But without a build-arch/build-indep
5528               split, this didn't work, since most of the work is done in
5529               the build target, not in the binary target.
5530             </p>
5531           </footnote>
5532           <taglist>
5533             <tag><tt>clean</tt>, <tt>build-arch</tt>, and
5534               <tt>binary-arch</tt></tag>
5535             <item>
5536               Only the <tt>Build-Depends</tt> and <tt>Build-Conflicts</tt>
5537               fields must be satisfied when these targets are invoked.
5538             </item>
5539             <tag><tt>build</tt>, <tt>build-indep</tt>, <tt>binary</tt>,
5540               and <tt>binary-indep</tt></tag>
5541             <item>
5542               The <tt>Build-Depends</tt>, <tt>Build-Conflicts</tt>,
5543               <tt>Build-Depends-Indep</tt>, and
5544               <tt>Build-Conflicts-Indep</tt> fields must be satisfied when
5545               these targets are invoked.
5546             </item>
5547           </taglist>
5548         </p>
5549       </sect>
5550
5551       <sect id="built-using">
5552         <heading>Additional source packages used to build the binary
5553           - <tt>Built-Using</tt>
5554         </heading>
5555
5556         <p>
5557           Some binary packages incorporate parts of other packages when built
5558           but do not have to depend on those packages.  Examples include
5559           linking with static libraries or incorporating source code from
5560           another package during the build.  In this case, the source packages
5561           of those other packages are a required part of the complete source
5562           (the binary package is not reproducible without them).
5563         </p>
5564
5565         <p>
5566           A <tt>Built-Using</tt> field must list the corresponding source
5567           package for any such binary package incorporated during the build
5568           <footnote>
5569             <tt>Build-Depends</tt> in the source package is not adequate since
5570             it (rightfully) does not document the exact version used in the
5571             build.
5572           </footnote>,
5573           including an "exactly equal" ("=") version relation on the version
5574           that was used to build that binary package<footnote>
5575             The archive software might reject packages that refer to
5576             non-existent sources.
5577           </footnote>.
5578         </p>
5579
5580         <p>
5581           A package using the source code from the gcc-4.6-source
5582           binary package built from the gcc-4.6 source package would
5583           have this field in its control file:
5584           <example compact="compact">
5585 Built-Using: gcc-4.6 (= 4.6.0-11)
5586           </example>
5587         </p>
5588
5589         <p>
5590           A package including binaries from grub2 and loadlin would
5591           have this field in its control file:
5592           <example compact="compact">
5593 Built-Using: grub2 (= 1.99-9), loadlin (= 1.6e-1)
5594           </example>
5595         </p>
5596       </sect>
5597     </chapt>
5598
5599
5600     <chapt id="sharedlibs"><heading>Shared libraries</heading>
5601
5602       <p>
5603         Packages containing shared libraries must be constructed with
5604         a little care to make sure that the shared library is always
5605         available.  This is especially important for packages whose
5606         shared libraries are vitally important, such as the C library
5607         (currently <tt>libc6</tt>).
5608       </p>
5609
5610       <p>
5611         This section deals only with public shared libraries: shared
5612         libraries that are placed in directories searched by the dynamic
5613         linker by default or which are intended to be linked against
5614         normally and possibly used by other, independent packages.  Shared
5615         libraries that are internal to a particular package or that are
5616         only loaded as dynamic modules are not covered by this section and
5617         are not subject to its requirements.
5618       </p>
5619
5620       <p>
5621         A shared library is identified by the <tt>SONAME</tt> attribute
5622         stored in its dynamic section.  When a binary is linked against a
5623         shared library, the <tt>SONAME</tt> of the shared library is
5624         recorded in the binary's <tt>NEEDED</tt> section so that the
5625         dynamic linker knows that library must be loaded at runtime.  The
5626         shared library file's full name (which usually contains additional
5627         version information not needed in the <tt>SONAME</tt>) is
5628         therefore normally not referenced directly.  Instead, the shared
5629         library is loaded by its <tt>SONAME</tt>, which exists on the file
5630         system as a symlink pointing to the full name of the shared
5631         library.  This symlink must be provided by the
5632         package.  <ref id="sharedlibs-runtime"> describes how to do this.
5633         <footnote>
5634           This is a convention of shared library versioning, but not a
5635           requirement.  Some libraries use the <tt>SONAME</tt> as the full
5636           library file name instead and therefore do not need a symlink.
5637           Most, however, encode additional information about
5638           backwards-compatible revisions as a minor version number in the
5639           file name.  The <tt>SONAME</tt> itself only changes when
5640           binaries linked with the earlier version of the shared library
5641           may no longer work, but the filename may change with each
5642           release of the library.  See <ref id="sharedlibs-runtime"> for
5643           more information.
5644         </footnote>
5645       </p>
5646
5647       <p>
5648         When linking a binary or another shared library against a shared
5649         library, the <tt>SONAME</tt> for that shared library is not yet
5650         known.  Instead, the shared library is found by looking for a file
5651         matching the library name with <tt>.so</tt> appended.  This file
5652         exists on the file system as a symlink pointing to the shared
5653         library.
5654       </p>
5655
5656       <p>
5657         Shared libraries are normally split into several binary packages.
5658         The <tt>SONAME</tt> symlink is installed by the runtime shared
5659         library package, and the bare <tt>.so</tt> symlink is installed in
5660         the development package since it's only used when linking binaries
5661         or shared libraries.  However, there are some exceptions for
5662         unusual shared libraries or for shared libraries that are also
5663         loaded as dynamic modules by other programs.
5664       </p>
5665
5666       <p>
5667         This section is primarily concerned with how the separation of
5668         shared libraries into multiple packages should be done and how
5669         dependencies on and between shared library binary packages are
5670         managed in Debian.  <ref id="libraries"> should be read in
5671         conjunction with this section and contains additional rules for
5672         the files contained in the shared library packages.
5673       </p>
5674
5675       <sect id="sharedlibs-runtime">
5676         <heading>Run-time shared libraries</heading>
5677
5678         <p>
5679           The run-time shared library must be placed in a package
5680           whose name changes whenever the <tt>SONAME</tt> of the shared
5681           library changes.  This allows several versions of the shared
5682           library to be installed at the same time, allowing installation
5683           of the new version of the shared library without immediately
5684           breaking binaries that depend on the old version.  Normally, the
5685           run-time shared library and its <tt>SONAME</tt> symlink should
5686           be placed in a package named
5687           <package><var>libraryname</var><var>soversion</var></package>,
5688           where <var>soversion</var> is the version number in
5689           the <tt>SONAME</tt> of the shared library.  Alternatively, if it
5690           would be confusing to directly append <var>soversion</var>
5691           to <var>libraryname</var> (if, for
5692           example, <var>libraryname</var> itself ends in a number), you
5693           should use
5694           <package><var>libraryname</var>-<var>soversion</var></package>
5695           instead.
5696         </p>
5697
5698         <p>
5699           To determine the <var>soversion</var>, look at
5700           the <tt>SONAME</tt> of the library, stored in the
5701           ELF <tt>SONAME</tt> attribute.  It is usually of the
5702           form <tt><var>name</var>.so.<var>major-version</var></tt> (for
5703           example, <tt>libz.so.1</tt>).  The version part is the part
5704           which comes after <tt>.so.</tt>, so in that example it
5705           is <tt>1</tt>.  The soname may instead be of the
5706           form <tt><var>name</var>-<var>major-version</var>.so</tt>, such
5707           as <tt>libdb-5.1.so</tt>, in which case the name would
5708           be <tt>libdb</tt> and the version would be <tt>5.1</tt>.
5709         </p>
5710
5711         <p>
5712           If you have several shared libraries built from the same source
5713           tree, you may lump them all together into a single shared
5714           library package provided that all of their <tt>SONAME</tt>s will
5715           always change together.  Be aware that this is not normally the
5716           case, and if the <tt>SONAME</tt>s do not change together,
5717           upgrading such a merged shared library package will be
5718           unnecessarily difficult because of file conflicts with the old
5719           version of the package.  When in doubt, always split shared
5720           library packages so that each binary package installs a single
5721           shared library.
5722         </p>
5723
5724         <p>
5725           Every time the shared library ABI changes in a way that may
5726           break binaries linked against older versions of the shared
5727           library, the <tt>SONAME</tt> of the library and the
5728           corresponding name for the binary package containing the runtime
5729           shared library should change.  Normally, this means
5730           the <tt>SONAME</tt> should change any time an interface is
5731           removed from the shared library or the signature of an interface
5732           (the number of parameters or the types of parameters that it
5733           takes, for example) is changed.  This practice is vital to
5734           allowing clean upgrades from older versions of the package and
5735           clean transitions between the old ABI and new ABI without having
5736           to upgrade every affected package simultaneously.
5737         </p>
5738
5739         <p>
5740           The <tt>SONAME</tt> and binary package name need not, and indeed
5741           normally should not, change if new interfaces are added but none
5742           are removed or changed, since this will not break binaries
5743           linked against the old shared library.  Correct versioning of
5744           dependencies on the newer shared library by binaries that use
5745           the new interfaces is handled via
5746           the <qref id="sharedlibs-depends"><tt>symbols</tt>
5747           or <tt>shlibs</tt> system</qref>.
5748         </p>
5749
5750       <p>
5751         The package should install the shared libraries under
5752         their normal names.  For example, the <package>libgdbm3</package>
5753         package should install <file>libgdbm.so.3.0.0</file> as
5754         <file>/usr/lib/libgdbm.so.3.0.0</file>.  The files should not be
5755         renamed or re-linked by any <prgn>prerm</prgn> or
5756         <prgn>postrm</prgn> scripts; <prgn>dpkg</prgn> will take care
5757         of renaming things safely without affecting running programs,
5758         and attempts to interfere with this are likely to lead to
5759         problems.
5760       </p>
5761
5762       <p>
5763         Shared libraries should not be installed executable, since
5764         the dynamic linker does not require this and trying to
5765         execute a shared library usually results in a core dump.
5766       </p>
5767
5768       <p>
5769         The run-time library package should include the symbolic link for
5770         the <tt>SONAME</tt> that <prgn>ldconfig</prgn> would create for
5771         the shared libraries.  For example,
5772         the <package>libgdbm3</package> package should include a symbolic
5773         link from <file>/usr/lib/libgdbm.so.3</file> to
5774         <file>libgdbm.so.3.0.0</file>.  This is needed so that the dynamic
5775         linker (for example <prgn>ld.so</prgn> or
5776         <prgn>ld-linux.so.*</prgn>) can find the library between the
5777         time that <prgn>dpkg</prgn> installs it and the time that
5778         <prgn>ldconfig</prgn> is run in the <prgn>postinst</prgn>
5779         script.<footnote>
5780             The package management system requires the library to be
5781             placed before the symbolic link pointing to it in the
5782             <file>.deb</file> file.  This is so that when
5783             <prgn>dpkg</prgn> comes to install the symlink
5784             (overwriting the previous symlink pointing at an older
5785             version of the library), the new shared library is already
5786             in place.  In the past, this was achieved by creating the
5787             library in the temporary packaging directory before
5788             creating the symlink.  Unfortunately, this was not always
5789             effective, since the building of the tar file in the
5790             <file>.deb</file> depended on the behavior of the underlying
5791             file system.  Some file systems (such as reiserfs) reorder
5792             the files so that the order of creation is forgotten.
5793             Since version 1.7.0, <prgn>dpkg</prgn>
5794             reorders the files itself as necessary when building a
5795             package.  Thus it is no longer important to concern
5796             oneself with the order of file creation.
5797         </footnote>
5798       </p>
5799
5800         <sect1 id="ldconfig">
5801           <heading><tt>ldconfig</tt></heading>
5802
5803         <p>
5804           Any package installing shared libraries in one of the default
5805           library directories of the dynamic linker (which are currently
5806           <file>/usr/lib</file> and <file>/lib</file>) or a directory that is
5807           listed in <file>/etc/ld.so.conf</file><footnote>
5808             These are currently <file>/usr/local/lib</file> plus
5809             directories under <file>/lib</file> and <file>/usr/lib</file>
5810             matching the multiarch triplet for the system architecture.
5811           </footnote>
5812           must use <prgn>ldconfig</prgn> to update the shared library
5813           system.
5814         </p>
5815
5816         <p>
5817             The package maintainer scripts must only call
5818             <prgn>ldconfig</prgn> under these circumstances:
5819             <list compact="compact">
5820               <item>When the <prgn>postinst</prgn> script is run with a
5821                   first argument of <tt>configure</tt>, the script must call
5822                   <prgn>ldconfig</prgn>, and may optionally invoke
5823                   <prgn>ldconfig</prgn> at other times.
5824               </item>
5825               <item>When the <prgn>postrm</prgn> script is run with a
5826                   first argument of <tt>remove</tt>, the script should call
5827                   <prgn>ldconfig</prgn>.
5828               </item>
5829             </list>
5830          <footnote>
5831             <p>
5832               During install or upgrade, the preinst is called before
5833               the new files are unpacked, so calling "ldconfig" is
5834               pointless.  The preinst of an existing package can also be
5835               called if an upgrade fails.  However, this happens during
5836               the critical time when a shared libs may exist on-disk
5837               under a temporary name.  Thus, it is dangerous and
5838               forbidden by current policy to call "ldconfig" at this
5839               time.
5840             </p>
5841
5842             <p>
5843               When a package is installed or upgraded, "postinst
5844               configure" runs after the new files are safely on-disk.
5845               Since it is perfectly safe to invoke ldconfig
5846               unconditionally in a postinst, it is OK for a package to
5847               simply put ldconfig in its postinst without checking the
5848               argument.  The postinst can also be called to recover from
5849               a failed upgrade.  This happens before any new files are
5850               unpacked, so there is no reason to call "ldconfig" at this
5851               point.
5852             </p>
5853
5854             <p>
5855               For a package that is being removed, prerm is
5856               called with all the files intact, so calling ldconfig is
5857               useless.  The other calls to "prerm" happen in the case of
5858               upgrade at a time when all the files of the old package
5859               are on-disk, so again calling "ldconfig" is pointless.
5860             </p>
5861
5862             <p>
5863               postrm, on the other hand, is called with the "remove"
5864               argument just after the files are removed, so this is
5865               the proper time to call "ldconfig" to notify the system
5866               of the fact that the shared libraries from the package
5867               are removed.  The postrm can be called at several other
5868               times.  At the time of "postrm purge", "postrm
5869               abort-install", or "postrm abort-upgrade", calling
5870               "ldconfig" is useless because the shared lib files are
5871               not on-disk.  However, when "postrm" is invoked with
5872               arguments "upgrade", "failed-upgrade", or "disappear", a
5873               shared lib may exist on-disk under a temporary filename.
5874             </p>
5875           </footnote>
5876         </p>
5877         </sect1>
5878
5879       </sect>
5880
5881       <sect id="sharedlibs-support-files">
5882         <heading>Shared library support files</heading>
5883
5884         <p>
5885           If your package contains files whose names do not change with
5886           each change in the library shared object version, you must not
5887           put them in the shared library package.  Otherwise, several
5888           versions of the shared library cannot be installed at the same
5889           time without filename clashes, making upgrades and transitions
5890           unnecessarily difficult.
5891         </p>
5892
5893         <p>
5894           It is recommended that supporting files and run-time support
5895           programs that do not need to be invoked manually by users, but
5896           are nevertheless required for the package to function, be placed
5897           (if they are binary) in a subdirectory of <file>/usr/lib</file>,
5898           preferably under <file>/usr/lib/</file><var>package-name</var>.
5899           If the program or file is architecture independent, the
5900           recommendation is for it to be placed in a subdirectory of
5901           <file>/usr/share</file> instead, preferably under
5902           <file>/usr/share/</file><var>package-name</var>.  Following the
5903           <var>package-name</var> naming convention ensures that the file
5904           names change when the shared object version changes.
5905         </p>
5906
5907         <p>
5908           Run-time support programs that use the shared library but are
5909           not required for the library to function or files used by the
5910           shared library that can be used by any version of the shared
5911           library package should instead be put in a separate package.
5912           This package might typically be named
5913           <package><var>libraryname</var>-tools</package>; note the
5914           absence of the <var>soversion</var> in the package name.
5915         </p>
5916
5917         <p>
5918           Files and support programs only useful when compiling software
5919           against the library should be included in the development
5920           package for the library.<footnote>
5921             For example, a <file><var>package-name</var>-config</file>
5922             script or <package>pkg-config</package> configuration files.
5923           </footnote>
5924         </p>
5925       </sect>
5926
5927       <sect id="sharedlibs-static">
5928         <heading>Static libraries</heading>
5929
5930       <p>
5931         The static library (<file><var>libraryname.a</var></file>)
5932         is usually provided in addition to the shared version.
5933         It is placed into the development package (see below).
5934       </p>
5935
5936       <p>
5937         In some cases, it is acceptable for a library to be
5938         available in static form only; these cases include:
5939         <list>
5940           <item>libraries for languages whose shared library support
5941                 is immature or unstable</item>
5942           <item>libraries whose interfaces are in flux or under
5943                 development (commonly the case when the library's
5944                 major version number is zero, or where the ABI breaks
5945                 across patchlevels)</item>
5946           <item>libraries which are explicitly intended to be
5947                 available only in static form by their upstream
5948                 author(s)</item>
5949         </list>
5950       </p>
5951
5952       <sect id="sharedlibs-dev">
5953         <heading>Development files</heading>
5954
5955       <p>
5956         If there are development files associated with a shared library,
5957         the source package needs to generate a binary development package
5958         named <package><var>libraryname</var><var>soversion</var>-dev</package>,
5959         or if you prefer only to support one development version at a
5960         time, <package><var>libraryname</var>-dev</package>.  Installing
5961         the development package must result in installation of all the
5962         development files necessary for compiling programs against that
5963         shared library.<footnote>
5964           This wording allows the development files to be split into
5965           several packages, such as a separate architecture-independent
5966           <package><var>libraryname</var>-headers</package>, provided that
5967           the development package depends on all the required additional
5968           packages.
5969         </footnote>
5970       </p>
5971
5972       <p>
5973         In case several development versions of a library exist, you may
5974         need to use <prgn>dpkg</prgn>'s Conflicts mechanism (see
5975         <ref id="conflicts">) to ensure that the user only installs one
5976         development version at a time (as different development versions are
5977         likely to have the same header files in them, which would cause a
5978         filename clash if both were unpacked).
5979       </p>
5980
5981       <p>
5982         The development package should contain a symlink for the associated
5983         shared library without a version number. For example, the
5984         <package>libgdbm-dev</package> package should include a symlink
5985         from <file>/usr/lib/libgdbm.so</file> to
5986         <file>libgdbm.so.3.0.0</file>.  This symlink is needed by the linker
5987         (<prgn>ld</prgn>) when compiling packages, as it will only look for
5988         <file>libgdbm.so</file> when compiling dynamically.
5989       </p>
5990
5991       <p>
5992         If the package provides Ada Library Information
5993         (<file>*.ali</file>) files for use with GNAT, these files must be
5994         installed read-only (mode 0444) so that GNAT will not attempt to
5995         recompile them.  This overrides the normal file mode requirements
5996         given in <ref id="permissions-owners">.
5997       </p>
5998       </sect>
5999
6000       <sect id="sharedlibs-intradeps">
6001         <heading>Dependencies between the packages of the same library</heading>
6002
6003         <p>
6004           Typically the development version should have an exact
6005           version dependency on the runtime library, to make sure that
6006           compilation and linking happens correctly.  The
6007           <tt>${binary:Version}</tt> substitution variable can be
6008           useful for this purpose.
6009           <footnote>
6010             Previously, <tt>${Source-Version}</tt> was used, but its name
6011             was confusing and it has been deprecated since dpkg 1.13.19.
6012           </footnote>
6013         </p>
6014       </sect>
6015
6016       <sect id="sharedlibs-depends">
6017         <heading>Dependencies between the library and other
6018           packages</heading>
6019
6020         <p>
6021           If a package contains a binary or library which links to a
6022           shared library, we must ensure that, when the package is
6023           installed on the system, all of the libraries needed are also
6024           installed.  These dependencies must be added to the binary
6025           package when it is built, since they may change based on which
6026           version of a shared library the binary or library was linked
6027           with even if there are no changes to the source of the binary
6028           (for example, symbol versions change, macros become functions or
6029           vice versa, or the binary package may determine at compile-time
6030           whether new library interfaces are available and can be called).
6031           To allow these dependencies to be constructed, shared libraries
6032           must provide either a <file>symbols</file> file or
6033           a <file>shlibs</file> file.  These provide information on the
6034           package dependencies required to ensure the presence of
6035           interfaces provided by this library.  Any package with binaries
6036           or libraries linking to a shared library must use these files to
6037           determine the required dependencies when it is built.  Other
6038           packages which use a shared library (for example using
6039           <tt>dlopen()</tt>) should compute appropriate dependencies
6040           using these files at build time as well.
6041         </p>
6042
6043         <p>
6044           The two mechanisms differ in the degree of detail that they
6045           provide.  A <file>symbols</file> file documents, for each symbol
6046           exported by a library, the minimal version of the package any
6047           binary using this symbol will need.  This is typically the
6048           version of the package in which the symbol was introduced.  This
6049           information permits detailed analysis of the symbols used by a
6050           particular package and construction of an accurate dependency,
6051           but it requires the package maintainer to track more information
6052           about the shared library.
6053         </p>
6054
6055         <p>
6056           A <file>shlibs</file> file, in contrast, only documents the last
6057           time the library ABI changed in any way.  It only provides
6058           information about the library as a whole, not individual
6059           symbols.  When a package is built using a shared library with
6060           only a <file>shlibs</file> file, the generated dependency will
6061           require a version of the shared library equal to or newer than
6062           the version of the last ABI change.  This generates
6063           unnecessarily restrictive dependencies compared
6064           to <file>symbols</file> files if none of the symbols used by the
6065           package have changed.  This, in turn, may make upgrades
6066           needlessly complex and unnecessarily restrict use of the package
6067           on systems with older versions of the shared libraries.
6068         </p>
6069
6070         <p>
6071           <file>shlibs</file> files also only support a limited range of
6072           library SONAMEs, making it difficult to use <file>shlibs</file>
6073           files in some unusual corner cases.<footnote>
6074             A <file>shlibs</file> file represents an SONAME as a library
6075             name and version number, such as <tt>libfoo VERSION</tt>,
6076             instead of recording the actual SONAME.  If the SONAME doesn't
6077             match one of the two expected formats
6078             (<tt>libfoo-VERSION.so</tt> or <tt>libfoo.so.VERSION</tt>), it
6079             cannot be represented.
6080           </footnote>
6081         </p>
6082
6083         <p>
6084           <file>symbols</file> files are therefore recommended for most
6085           shared library packages since they provide more accurate
6086           dependencies.  For most C libraries, the additional detail
6087           required by <file>symbols</file> files is not too difficult to
6088           maintain.  However, maintaining exhaustive symbols information
6089           for a C++ library can be quite onerous, so <file>shlibs</file>
6090           files may be more appropriate for most C++ libraries.  Libraries
6091           with a corresponding udeb must also provide
6092           a <file>shlibs</file> file, since the udeb infrastructure does
6093           not use <file>symbols</file> files.
6094         </p>
6095
6096         <sect1 id="dpkg-shlibdeps">
6097           <heading>Generating dependencies on shared libraries</heading>
6098
6099           <p>
6100             When a package that contains any shared libraries or compiled
6101             binaries is built, it must run <prgn>dpkg-shlibdeps</prgn> on
6102             each shared library and compiled binary to determine the
6103             libraries used and hence the dependencies needed by the
6104             package.<footnote>
6105               <prgn>dpkg-shlibdeps</prgn> will use a program
6106               like <prgn>objdump</prgn> or <prgn>readelf</prgn> to find
6107               the libraries and the symbols in those libraries directly
6108               needed by the binaries or shared libraries in the package.
6109             </footnote>
6110             To do this, put a call to <prgn>dpkg-shlibdeps</prgn> into
6111             your <file>debian/rules</file> file in the source package.
6112             List all of the compiled binaries, libraries, or loadable
6113             modules in your package.<footnote>
6114               The easiest way to call <prgn>dpkg-shlibdeps</prgn>
6115               correctly is to use a package helper framework such
6116               as <package>debhelper</package>.  If you are
6117               using <package>debhelper</package>,
6118               the <prgn>dh_shlibdeps</prgn> program will do this work for
6119               you.  It will also correctly handle multi-binary packages.
6120             </footnote>
6121             <prgn>dpkg-shlibdeps</prgn> will use the <file>symbols</file>
6122             or <file>shlibs</file> files installed by the shared libraries
6123             to generate dependency information.  The package must then
6124             provide a substitution variable into which the discovered
6125             dependency information can be placed.
6126           </p>
6127
6128           <p>
6129             If you are creating a udeb for use in the Debian Installer,
6130             you will need to specify that <prgn>dpkg-shlibdeps</prgn>
6131             should use the dependency line of type <tt>udeb</tt> by adding
6132             the <tt>-tudeb</tt> option<footnote>
6133               <prgn>dh_shlibdeps</prgn> from the <tt>debhelper</tt> suite
6134               will automatically add this option if it knows it is
6135               processing a udeb.
6136             </footnote>. If there is no dependency line of
6137             type <tt>udeb</tt> in the <file>shlibs</file>
6138             file, <prgn>dpkg-shlibdeps</prgn> will fall back to the
6139             regular dependency line.
6140           </p>
6141
6142           <p>
6143             <prgn>dpkg-shlibdeps</prgn> puts the dependency information
6144             into the <file>debian/substvars</file> file by default, which
6145             is then used by <prgn>dpkg-gencontrol</prgn>.  You will need
6146             to place a <tt>${shlibs:Depends}</tt> variable in
6147             the <tt>Depends</tt> field in the control file of every binary
6148             package built by this source package that contains compiled
6149             binaries, libraries, or loadable modules.  If you have
6150             multiple binary packages, you will need to
6151             call <prgn>dpkg-shlibdeps</prgn> on each one which contains
6152             compiled libraries or binaries.  For example, you could use
6153             the <tt>-T</tt> option to the <tt>dpkg</tt> utilities to
6154             specify a different <file>substvars</file> file for each
6155             binary package.<footnote>
6156               Again, <prgn>dh_shlibdeps</prgn>
6157               and <prgn>dh_gencontrol</prgn> will handle everything except
6158               the addition of the variable to the control file for you if
6159               you're using <package>debhelper</package>, including
6160               generating separate <file>substvars</file> files for each
6161               binary package and calling <prgn>dpkg-gencontrol</prgn> with
6162               the appropriate flags.
6163             </footnote>
6164           </p>
6165
6166           <p>
6167             For more details on <prgn>dpkg-shlibdeps</prgn>,
6168             see <manref name="dpkg-shlibdeps" section="1">.
6169           </p>
6170
6171           <p>
6172             We say that a binary <tt>foo</tt> <em>directly</em> uses a
6173             library <tt>libbar</tt> if it is explicitly linked with that
6174             library (that is, the library is listed in the
6175             ELF <tt>NEEDED</tt> attribute, caused by adding <tt>-lbar</tt>
6176             to the link line when the binary is created).  Other libraries
6177             that are needed by <tt>libbar</tt> are
6178             linked <em>indirectly</em> to <tt>foo</tt>, and the dynamic
6179             linker will load them automatically when it
6180             loads <tt>libbar</tt>.  A package should depend on the
6181             libraries it directly uses, but not the libraries it only uses
6182             indirectly.  The dependencies for the libraries used
6183             directly will automatically pull in the indirectly-used
6184             libraries.  <prgn>dpkg-shlibdeps</prgn> will handle this logic
6185             automatically, but package maintainers need to be aware of
6186             this distinction between directly and indirectly using a
6187             library if they have to override its results for some reason.
6188             <footnote>
6189               A good example of where this helps is the following.  We
6190               could update <tt>libimlib</tt> with a new version that
6191               supports a new revision of a graphics format called dgf (but
6192               retaining the same major version number) and depends on a
6193               new library package <package>libdgf4</package> instead of
6194               the older <package>libdgf3</package>.  If we
6195               used <prgn>ldd</prgn> to add dependencies for every library
6196               directly or indirectly linked with a binary, every package
6197               that uses <tt>libimlib</tt> would need to be recompiled so
6198               it would also depend on <package>libdgf4</package> in order
6199               to retire the older <package>libdgf3</package> package.
6200               Since dependencies are only added based on
6201               ELF <tt>NEEDED</tt> attribute, packages
6202               using <tt>libimlib</tt> can rely on <tt>libimlib</tt> itself
6203               having the dependency on an appropriate version
6204               of <tt>libdgf</tt> and do not need rebuilding.
6205             </footnote>
6206           </p>
6207         </sect1>
6208
6209         <sect1 id="sharedlibs-updates">
6210           <heading>Shared library ABI changes</heading>
6211
6212           <p>
6213             Maintaining a shared library package using
6214             either <file>symbols</file> or <file>shlibs</file> files
6215             requires being aware of the exposed ABI of the shared library
6216             and any changes to it.  Both <file>symbols</file>
6217             and <file>shlibs</file> files record every change to the ABI
6218             of the shared library; <file>symbols</file> files do so per
6219             public symbol, whereas <file>shlibs</file> files record only
6220             the last change for the entire library.
6221           </p>
6222
6223           <p>
6224             There are two types of ABI changes: ones that are
6225             backward-compatible and ones that are not.  An ABI change is
6226             backward-compatible if any reasonable program or library that
6227             was linked with the previous version of the shared library
6228             will still work correctly with the new version of the shared
6229             library.<footnote>
6230               An example of an "unreasonable" program is one that uses
6231               library interfaces that are documented as internal and
6232               unsupported.  If the only programs or libraries affected by
6233               a change are "unreasonable" ones, other techniques, such as
6234               declaring <tt>Breaks</tt> relationships with affected
6235               packages or treating their usage of the library as bugs in
6236               those packages, may be appropriate instead of changing the
6237               SONAME.  However, the default approach is to change the
6238               SONAME for any change to the ABI that could break a program.
6239             </footnote>
6240             Adding new symbols to the shared library is a
6241             backward-compatible change.  Removing symbols from the shared
6242             library is not.  Changing the behavior of a symbol may or may
6243             not be backward-compatible depending on the change; for
6244             example, changing a function to accept a new enum constant not
6245             previously used by the library is generally
6246             backward-compatible, but changing the members of a struct that
6247             is passed into library functions is generally not unless the
6248             library takes special precautions to accept old versions of
6249             the data structure.
6250           </p>
6251
6252           <p>
6253             ABI changes that are not backward-compatible normally require
6254             changing the <tt>SONAME</tt> of the library and therefore the
6255             shared library package name, which forces rebuilding all
6256             packages using that shared library to update their
6257             dependencies and allow them to use the new version of the
6258             shared library.  For more information,
6259             see <ref id="sharedlibs-runtime">.  The remainder of this
6260             section will deal with backward-compatible changes.
6261           </p>
6262
6263           <p>
6264             Backward-compatible changes require either updating or
6265             recording the <var>minimal-version</var> for that symbol
6266             in <file>symbols</file> files or updating the version in
6267             the <var>dependencies</var> in <file>shlibs</file> files.  For
6268             more information on how to do this in the two formats, see
6269             <ref id="symbols"> and <ref id="shlibs">.  Below are general
6270             rules that apply to both files.
6271           </p>
6272
6273           <p>
6274             The easy case is when a public symbol is added.  Simply add
6275             the version at which the symbol was introduced
6276             (for <file>symbols</file> files) or update the dependency
6277             version (for <file>shlibs</file>) files.  But special care
6278             should be taken to update dependency versions when the
6279             behavior of a public symbol changes.  This is easy to neglect,
6280             since there is no automated method of determining such
6281             changes, but failing to update versions in this case may
6282             result in binary packages with too-weak dependencies that will
6283             fail at runtime, possibly in ways that can cause security
6284             vulnerabilities.  If the package maintainer believes that a
6285             symbol behavior change may have occurred but isn't sure, it's
6286             safer to update the version rather than leave it unmodified.
6287             This may result in unnecessarily strict dependencies, but it
6288             ensures that packages whose dependencies are satisfied will
6289             work properly.
6290           </p>
6291
6292           <p>
6293             A common example of when a change to the dependency version
6294             is required is a function that takes an enum or struct
6295             argument that controls what the function does.  For example:
6296             <example>
6297               enum library_op { OP_FOO, OP_BAR };
6298               int library_do_operation(enum library_op);
6299             </example>
6300             If a new operation, <tt>OP_BAZ</tt>, is added,
6301             the <var>minimal-version</var>
6302             of <tt>library_do_operation</tt> (for <file>symbols</file>
6303             files) or the version in the dependency for the shared library
6304             (for <file>shlibs</file> files) must be increased to the
6305             version at which <tt>OP_BAZ</tt> was introduced.  Otherwise, a
6306             binary built against the new version of the library (having
6307             detected at compile-time that the library
6308             supports <tt>OP_BAZ</tt>) may be installed with a shared
6309             library that doesn't support <tt>OP_BAZ</tt> and will fail at
6310             runtime when it tries to pass <tt>OP_BAZ</tt> into this
6311             function.
6312           </p>
6313
6314           <p>
6315             Dependency versions in either <file>symbols</file>
6316             or <file>shlibs</file> files normally should not contain the
6317             Debian revision of the package, since the library behavior is
6318             normally fixed for a particular upstream version and any
6319             Debian packaging of that upstream version will have the same
6320             behavior.  In the rare case that the library behavior was
6321             changed in a particular Debian revision, appending <tt>~</tt>
6322             to the end of the version that includes the Debian revision is
6323             recommended, since this allows backports of the shared library
6324             package using the normal backport versioning convention to
6325             satisfy the dependency.
6326           </p>
6327         </sect1>
6328
6329         <sect1 id="sharedlibs-symbols">
6330           <heading>The <tt>symbols</tt> system</heading>
6331
6332           <p>
6333             In the following sections, we will first describe where the
6334             various <file>symbols</file> files are to be found, then
6335             the <file>symbols</file> file format, and finally how to
6336             create <file>symbols</file> files if your package contains a
6337             shared library.
6338           </p>
6339
6340           <sect2 id="symbols-paths">
6341             <heading>The <file>symbols</file> files present on the
6342               system</heading>
6343
6344             <p>
6345               <file>symbols</file> files for a shared library are normally
6346               provided by the shared library package as a control file,
6347               but there are several override paths that are checked first
6348               in case that information is wrong or missing.  The following
6349               list gives them in the order in which they are read
6350               by <prgn>dpkg-shlibdeps</prgn> The first one that contains
6351               the required information is used.
6352               <list>
6353                 <item>
6354                   <p><file>debian/*/DEBIAN/symbols</file></p>
6355
6356                   <p>
6357                     During the package build, if the package itself
6358                     contains shared libraries with <file>symbols</file>
6359                     files, they will be generated in these staging
6360                     directories by <prgn>dpkg-gensymbols</prgn>
6361                     (see <ref id="providing-symbols">).  <file>symbols</file>
6362                     files found in the build tree take precedence
6363                     over <file>symbols</file> files from other binary
6364                     packages.
6365                   </p>
6366
6367                   <p>
6368                     These files must exist
6369                     before <prgn>dpkg-shlibdeps</prgn> is run or the
6370                     dependencies of binaries and libraries from a source
6371                     package on other libraries from that same source
6372                     package will not be correct.  In practice, this means
6373                     that <prgn>dpkg-gensymbols</prgn> must be run
6374                     before <prgn>dpkg-shlibdeps</prgn> during the package
6375                     build.<footnote>
6376                       An example may clarify.  Suppose the source
6377                       package <tt>foo</tt> generates two binary
6378                       packages, <tt>libfoo2</tt> and <tt>foo-runtime</tt>.
6379                       When building the binary packages, the contents of
6380                       the packages are staged in the
6381                       directories <file>debian/libfoo2</file>
6382                       and <file>debian/foo-runtime</file> respectively.
6383                       (<file>debian/tmp</file> could be used instead of
6384                       one of these.)  Since <tt>libfoo2</tt> provides
6385                       the <tt>libfoo</tt> shared library, it will contain
6386                       a <tt>symbols</tt> file, which will be installed
6387                       in <file>debian/libfoo2/DEBIAN/symbols</file>,
6388                       eventually to be included as a control file in that
6389                       package.  When <prgn>dpkg-shlibdeps</prgn> is run on
6390                       the
6391                       executable <file>debian/foo-runtime/usr/bin/foo-prog</file>,
6392                       it will examine
6393                       the <file>debian/libfoo2/DEBIAN/symbols</file> file
6394                       to determine whether <tt>foo-prog</tt>'s library
6395                       dependencies are satisfied by any of the libraries
6396                       provided by <tt>libfoo2</tt>.  Since those binaries
6397                       were linked against the just-built shared library as
6398                       part of the build process, the <file>symbols</file>
6399                       file for the newly-built <tt>libfoo2</tt> must take
6400                       precedence over a <file>symbols</file> file for any
6401                       other <tt>libfoo2</tt> package already installed on
6402                       the system.
6403                     </footnote>
6404                   </p>
6405                 </item>
6406
6407                 <item>
6408                   <p>
6409                     <file>/etc/dpkg/symbols/<var>package</var>.symbols.<var>arch</var></file>
6410                     and <file>/etc/dpkg/symbols/<var>package</var>.symbols</file>
6411                   </p>
6412
6413                   <p>
6414                     Per-system overrides of shared library dependencies.
6415                     These files normally do not exist.  They are
6416                     maintained by the local system administrator and must
6417                     not be created by any Debian package.
6418                   </p>
6419                 </item>
6420
6421                 <item>
6422                   <p><file>symbols</file> control files for packages
6423                     installed on the system</p>
6424
6425                   <p>
6426                     The <file>symbols</file> control files for all the
6427                     packages currently installed on the system are
6428                     searched last.  This will be the most common source of
6429                     shared library dependency information.  These are
6430                     normally found
6431                     in <file>/var/lib/dpkg/info/*.symbols</file>, but
6432                     packages should not rely on this and instead should
6433                     use <tt>dpkg-query --control-path <var>package</var>
6434                     symbols</tt> if for some reason these files need to be
6435                     examined.
6436                   </p>
6437                 </item>
6438               </list>
6439             </p>
6440
6441             <p>
6442               Be aware that if a <file>debian/shlibs.local</file> exists
6443               in the source package, it will override
6444               any <file>symbols</file> files.  This is the only case where
6445               a <file>shlibs</file> is used despite <file>symbols</file>
6446               files being present.  See <ref id="shlibs-paths">
6447               and <ref id="sharedlibs-shlibdeps"> for more information.
6448             </p>
6449           </sect2>
6450
6451           <sect2 id="symbols">
6452             <heading>The <file>symbols</file> File Format</heading>
6453
6454             <p>
6455               The following documents the format of
6456               the <file>symbols</file> control file as included in binary
6457               packages.  These files are built from
6458               template <file>symbols</file> files in the source package
6459               by <prgn>dpkg-gensymbols</prgn>.  The template files support
6460               a richer syntax that allows <prgn>dpkg-gensymbols</prgn> to
6461               do some of the tedious work involved in
6462               maintaining <file>symbols</file> files, such as handling C++
6463               symbols or optional symbols that may not exist on particular
6464               architectures.  When writing <file>symbols</file> files for
6465               a shared library package, refer
6466               to <manref name="dpkg-gensymbols" section="1"> for the
6467               richer syntax.
6468             </p>
6469
6470             <p>
6471               A <file>symbols</file> may contain one or more entries, one
6472               for each shared library contained in the package
6473               corresponding to that <file>symbols</file>.  Each entry has
6474               the following format:
6475             </p>
6476
6477             <p>
6478               <example>
6479                 <var>library-soname</var> <var>main-dependency-template</var>
6480                 [| <var>alternative-dependency-template</var>]
6481                 [...]
6482                 [* <var>field-name</var>: <var>field-value</var>]
6483                 [...]
6484                 <var>symbol</var> <var>minimal-version</var>[ <var>id-of-dependency-template</var> ]
6485               </example>
6486             </p>
6487
6488             <p>
6489               To explain this format, we'll use the the <tt>zlib1g</tt>
6490               package as an example, which (at the time of writing)
6491               installs the shared
6492               library <file>/usr/lib/libz.so.1.2.3.4</file>.  Mandatory
6493               lines will be described first, followed by optional lines.
6494             </p>
6495
6496             <p>
6497               <var>library-soname</var> must contain exactly the value of
6498               the ELF <tt>SONAME</tt> attribute of the shared library.  In
6499               our example, this is <tt>libz.so.1</tt>.<footnote>
6500                 This can be determined by using the command
6501                 <example compact="compact">
6502                   readelf -d /usr/lib/libz.so.1.2.3.4 | grep SONAME
6503                 </example>
6504               </footnote>
6505             </p>
6506
6507             <p>
6508               <var>main-dependency-template</var> has the same syntax as a
6509               dependency field in a binary package control file, except
6510               that the string <tt>#MINVER#</tt> is replaced by a version
6511               restriction like <tt>(>= <var>version</var>)</tt> or by
6512               nothing if an unversioned dependency is deemed sufficient.
6513               The version restriction will be based on which symbols from
6514               the shared library are referenced and the version at which
6515               they were introduced (see below).  In nearly all
6516               cases, <var>main-dependency-template</var> will
6517               be <tt><var>package</var> #MINVER#</tt>,
6518               where <var>package</var> is the name of the binary package
6519               containing the shared library.  This adds a simple,
6520               possibly-versioned dependency on the shared library package.
6521               In some rare cases, such as when multiple packages provide
6522               the same shared library ABI, the dependency template may
6523               need to be more complex.
6524             </p>
6525
6526             <p>
6527               In our example, the first line of
6528               the <tt>zlib1g</tt> <file>symbols</file> file would be:
6529               <example compact="compact">
6530                 libz.so.1 zlib1g #MINVER#
6531               </example>
6532             </p>
6533
6534             <p>
6535               Each public symbol exported by the shared library must have
6536               a corresponding symbol line, indented by one
6537               space.  <var>symbol</var> is the exported symbol (which, for
6538               C++, means the mangled symbol) followed by <tt>@</tt> and
6539               the symbol version, or the string <tt>Base</tt> if there is
6540               no symbol version.  <var>minimal-version</var> is the most
6541               recent version of the shared library that changed the
6542               behavior of that symbol, whether by adding it, changing its
6543               function signature (the parameters, their types, or the
6544               return type), or changing its behavior in a way that is
6545               visible to a caller.
6546               <var>id-of-dependency-template</var> is an optional
6547               field that references
6548               an <var>alternative-dependency-template</var>; see below for
6549               a full description.
6550             </p>
6551
6552             <p>
6553               For example, <tt>libz.so.1</tt> contains the
6554               symbols <tt>compress</tt>
6555               and <tt>compressBound</tt>.  <tt>compress</tt> has no symbol
6556               version and last changed its behavior in upstream
6557               version <tt>1:1.1.4</tt>.  <tt>compressBound</tt> has the
6558               symbol version <tt>ZLIB_1.2.0</tt>, was introduced in
6559               upstream version <tt>1:1.2.0</tt>, and has not changed its
6560               behavior.  Its <file>symbols</file> file therefore contains
6561               the lines:
6562               <example compact="compact">
6563                 compress@Base 1:1.1.4
6564                 compressBound@ZLIB_1.2.0 1:1.2.0
6565               </example>
6566               Packages using only <tt>compress</tt> would then get a
6567               dependency on <tt>zlib1g (>= 1:1.1.4)</tt>, but packages
6568               using <tt>compressBound</tt> would get a dependency
6569               on <tt>zlib1g (>= 1:1.2.0)</tt>.
6570             </p>
6571
6572             <p>
6573               One or more <var>alternative-dependency-template</var> lines
6574               may be provided.  These are used in cases where some symbols
6575               in the shared library should use one dependency template
6576               while others should use a different template.  The
6577               alternative dependency templates are used only if a symbol
6578               line contains the <var>id-of-dependency-template</var>
6579               field.  The first alternative dependency template is
6580               numbered 1, the second 2, and so forth.<footnote>
6581                 An example of where this may be needed is with a library
6582                 that implements the libGL interface.  All GL
6583                 implementations provide the same set of base interfaces,
6584                 and then may provide some additional interfaces only used
6585                 by programs that require that specific GL implementation.
6586                 So, for example, libgl1-mesa-glx may use the
6587                 following <file>symbols</file> file:
6588                 <example>
6589                   libGL.so.1 libgl1
6590                   | libgl1-mesa-glx #MINVER#
6591                   publicGlSymbol@Base 6.3-1
6592                   [...]
6593                   implementationSpecificSymbol@Base 6.5.2-7 1
6594                   [...]
6595                 </example>
6596                 Binaries or shared libraries using
6597                 only <tt>publicGlSymbol</tt> would depend only
6598                 on <tt>libgl1</tt> (which may be provided by multiple
6599                 packages), but ones
6600                 using <tt>implementationSpecificSymbol</tt> would get a
6601                 dependency on <tt>libgl1-mesa-glx (>= 6.5.2-7)</tt>
6602               </footnote>
6603             </p>
6604
6605             <p>
6606               Finally, the entry for the library may contain one or more
6607               metadata fields.  Currently, the only
6608               supported <var>field-name</var>
6609               is <tt>Build-Depends-Package</tt>, whose value lists
6610               the <qref id="sharedlibs-dev">library development
6611               package</qref> on which packages using this shared library
6612               declare a build dependency.  If this field is
6613               present, <prgn>dpkg-shlibdeps</prgn> uses it to ensure that
6614               the resulting binary package dependency on the shared
6615               library is at least as strict as the source package
6616               dependency on the shared library development
6617               package.<footnote>
6618                 This field should normally not be necessary, since if the
6619                 behavior of any symbol has changed, the corresponding
6620                 symbol <var>minimal-version</var> should have been
6621                 increased.  But including it makes the <tt>symbols</tt>
6622                 system more robust by tightening the dependency in cases
6623                 where the package using the shared library specifically
6624                 requires at least a particular version of the shared
6625                 library development package for some reason.
6626               </footnote>
6627               For our example, the <tt>zlib1g</tt> <file>symbols</file>
6628               file would contain:
6629               <example compact="compact">
6630                 * Build-Depends-Package: zlib1g-dev
6631               </example>
6632             </p>
6633
6634             <p>
6635               Also see <manref name="deb-symbols" section="5">.
6636             </p>
6637           </sect2>
6638
6639           <sect2 id="providing-symbols">
6640             <heading>Providing a <file>symbols</file> file</heading>
6641
6642             <p>
6643               If your package provides a shared library, you should
6644               arrange to include a <file>symbols</file> control file
6645               following the format described above in that package.  You
6646               must include either a <file>symbols</file> control file or
6647               a <file>shlibs</file> control file.
6648             </p>
6649
6650             <p>
6651               Normally, this is done by creating a <file>symbols</file> in
6652               the source package
6653               named <file>debian/<var>package</var>.symbols</file>
6654               or <file>debian/symbols</file>, possibly
6655               with <file>.<var>arch</var></file> appended if the symbols
6656               information varies by architecture.  This file may use the
6657               extended syntax documented in <manref name="dpkg-gensymbols"
6658               section="1">.  Then, call <prgn>dpkg-gensymbols</prgn> as
6659               part of the package build process.  It will
6660               create <file>symbols</file> files in the package staging
6661               area based on the binaries and libraries in the package
6662               staging area and the <file>symbols</file> files in the
6663               source package.<footnote>
6664                 If you are
6665                 using <tt>debhelper</tt>, <prgn>dh_makeshlibs</prgn> will
6666                 take care of calling either <prgn>dpkg-gensymbols</prgn>
6667                 or generating a <file>shlibs</file> file as appropriate.
6668               </footnote>
6669             </p>
6670
6671             <p>
6672               Packages that provide <file>symbols</file> files must keep
6673               them up-to-date to ensure correct dependencies in packages
6674               that use the shared libraries.  This means updating
6675               the <file>symbols</file> file whenever a new public symbol
6676               is added, changing the <var>minimal-version</var> field
6677               whenever a symbol changes behavior or signature in a
6678               backward-compatible way (see <ref id="sharedlibs-updates">),
6679               and changing the <var>library-soname</var>
6680               and <var>main-dependency-template</var>, and probably all of
6681               the <var>minimal-version</var> fields, when the library
6682               changes <tt>SONAME</tt>.  Removing a public symbol from
6683               the <file>symbols</file> file because it's no longer
6684               provided by the library normally requires changing
6685               the <tt>SONAME</tt> of the library.
6686               See <ref id="sharedlibs-runtime"> for more information
6687               on <tt>SONAME</tt>s.
6688             </p>
6689           </sect2>
6690         </sect1>
6691
6692         <sect1 id="sharedlibs-shlibdeps">
6693           <heading>The <tt>shlibs</tt> system</heading>
6694
6695           <p>
6696             The <tt>shlibs</tt> system is a simpler alternative to
6697             the <tt>symbols</tt> system for declaring dependencies for
6698             shared libraries.  It may be more appropriate for C++
6699             libraries and other cases where tracking individual symbols is
6700             too difficult.  It predated the <tt>symbols</tt> system and is
6701             therefore frequently seen in older packages.  It is also
6702             required for udebs, which do not support <tt>symbols</tt>.
6703           </p>
6704
6705           <p>
6706             In the following sections, we will first describe where the
6707             various <file>shlibs</file> files are to be found, then how to
6708             use <prgn>dpkg-shlibdeps</prgn>, and finally
6709             the <file>shlibs</file> file format and how to create them.
6710           </p>
6711
6712           <sect2 id="shlibs-paths">
6713             <heading>The <file>shlibs</file> files present on the
6714               system</heading>
6715
6716             <p>
6717               There are several places where <tt>shlibs</tt> files are
6718               found.  The following list gives them in the order in which
6719               they are read by <prgn>dpkg-shlibdeps</prgn>.  (The first
6720               one which gives the required information is used.)
6721               <list>
6722                 <item>
6723                   <p><file>debian/shlibs.local</file></p>
6724
6725                   <p>
6726                     This lists overrides for this package.  This file
6727                     should normally not be used, but may be needed
6728                     temporarily in unusual situations to work around bugs
6729                     in other packages, or in unusual cases where the
6730                     normally declared dependency information in the
6731                     installed <file>shlibs</file> file for a library
6732                     cannot be used.  This file overrides information
6733                     obtained from any other source.
6734                   </p>
6735                 </item>
6736
6737                 <item>
6738                   <p><file>/etc/dpkg/shlibs.override</file></p>
6739
6740                   <p>
6741                     This lists global overrides.  This list is normally
6742                     empty.  It is maintained by the local system
6743                     administrator.
6744                   </p>
6745                 </item>
6746
6747                 <item>
6748                   <p><file>DEBIAN/shlibs</file> files in the "build
6749                     directory"</p>
6750
6751                   <p>
6752                     These files are generated as part of the package build
6753                     process and staged for inclusion as control files in
6754                     the binary packages being built.  They provide details
6755                     of any shared libraries included in the same package.
6756                   </p>
6757                 </item>
6758
6759                 <item>
6760                   <p><file>shlibs</file> control files for packages
6761                     installed on the system</p>
6762
6763                   <p>
6764                     The <file>shlibs</file> control files for all the
6765                     packages currently installed on the system.  These are
6766                     normally found
6767                     in <file>/var/lib/dpkg/info/*.shlibs</file>, but
6768                     packages should not rely on this and instead should
6769                     use <tt>dpkg-query --control-path <var>package</var>
6770                     shlibs</tt> if for some reason these files need to be
6771                     examined.
6772                   </p>
6773                 </item>
6774
6775                 <item>
6776                   <p><file>/etc/dpkg/shlibs.default</file></p>
6777
6778                   <p>
6779                     This file lists any shared libraries whose packages
6780                     have failed to provide correct <file>shlibs</file>
6781                     files.  It was used when the <file>shlibs</file> setup
6782                     was first introduced, but it is now normally empty.
6783                     It is maintained by the <tt>dpkg</tt> maintainer.
6784                   </p>
6785                 </item>
6786               </list>
6787             </p>
6788
6789             <p>
6790               If a <file>symbols</file> file for a shared library package
6791               is available, <prgn>dpkg-shlibdeps</prgn> will always use it
6792               in preference to a <file>shlibs</file>, with the exception
6793               of <file>debian/shlibs.local</file>.  The latter overrides
6794               any other <file>shlibs</file> or <file>symbols</file> files.
6795             </p>
6796           </sect2>
6797
6798           <sect2 id="shlibs">
6799             <heading>The <file>shlibs</file> File Format</heading>
6800
6801             <p>
6802               Each <file>shlibs</file> file has the same format.  Lines
6803               beginning with <tt>#</tt> are considered to be comments and
6804               are ignored.  Each line is of the form:
6805               <example compact="compact">
6806                 [<var>type</var>: ]<var>library-name</var> <var>soname-version</var> <var>dependencies ...</var>
6807               </example>
6808             </p>
6809
6810             <p>
6811               We will explain this by reference to the example of the
6812               <tt>zlib1g</tt> package, which (at the time of writing)
6813               installs the shared
6814               library <file>/usr/lib/libz.so.1.2.3.4</file>.
6815             </p>
6816
6817             <p>
6818               <var>type</var> is an optional element that indicates the
6819               type of package for which the line is valid. The only type
6820               currently in use is <tt>udeb</tt>.  The colon and space
6821               after the type are required.
6822             </p>
6823
6824             <p>
6825               <var>library-name</var> is the name of the shared library,
6826               in this case <tt>libz</tt>.  (This must match the name part
6827               of the soname, see below.)
6828             </p>
6829
6830             <p>
6831               <var>soname-version</var> is the version part of the
6832               ELF <tt>SONAME</tt> attribute of the library, determined the
6833               same way that the <var>soversion</var> component of the
6834               recommended shared library package name is determined.
6835               See <ref id="sharedlibs-runtime"> for the details.
6836             </p>
6837
6838             <p>
6839               <var>dependencies</var> has the same syntax as a dependency
6840               field in a binary package control file.  It should give
6841               details of which packages are required to satisfy a binary
6842               built against the version of the library contained in the
6843               package.  See <ref id="depsyntax"> for details on the
6844               syntax, and <ref id="sharedlibs-updates"> for details on how
6845               to maintain the dependency version constraint.
6846             </p>
6847
6848             <p>
6849               In our example, if the last change to the <tt>zlib1g</tt>
6850               package that could change behavior for a client of that
6851               library was in version <tt>1:1.2.3.3.dfsg-1</tt>, then
6852               the <tt>shlibs</tt> entry for this library could say:
6853               <example compact="compact">
6854                 libz 1 zlib1g (>= 1:1.2.3.3.dfsg)
6855               </example>
6856               This version restriction must be new enough that any binary
6857               built against the current version of the library will work
6858               with any version of the shared library that satisfies that
6859               dependency.
6860             </p>
6861
6862             <p>
6863               As zlib1g also provides a udeb containing the shared
6864               library, there would also be a second line:
6865               <example compact="compact">
6866                 udeb: libz 1 zlib1g-udeb (>= 1:1.2.3.3.dfsg)
6867               </example>
6868             </p>
6869           </sect2>
6870
6871           <sect2>
6872             <heading>Providing a <file>shlibs</file> file</heading>
6873
6874             <p>
6875               To provide a <file>shlibs</file> file for a shared library
6876               binary package, create a <file>shlibs</file> file following
6877               the format described above and place it in
6878               the <file>DEBIAN</file> directory for that package during
6879               the build.  It will then be included as a control file for
6880               that package<footnote>
6881                 This is what <prgn>dh_makeshlibs</prgn> in
6882                 the <package>debhelper</package> suite does. If your
6883                 package also has a udeb that provides a shared
6884                 library, <prgn>dh_makeshlibs</prgn> can automatically
6885                 generate the <tt>udeb:</tt> lines if you specify the name
6886                 of the udeb with the <tt>--add-udeb</tt> option.
6887               </footnote>.
6888             </p>
6889
6890             <p>
6891               Since <prgn>dpkg-shlibdeps</prgn> reads
6892               the <file>DEBIAN/shlibs</file> files in all of the binary
6893               packages being built from this source package, all of
6894               the <file>DEBIAN/shlibs</file> files should be installed
6895               before <prgn>dpkg-shlibdeps</prgn> is called on any of the
6896               binary packages.
6897             </p>
6898           </sect2>
6899         </sect1>
6900       </sect>
6901     </chapt>
6902
6903
6904     <chapt id="opersys"><heading>The Operating System</heading>
6905
6906       <sect>
6907         <heading>File system hierarchy</heading>
6908
6909
6910         <sect1 id="fhs">
6911           <heading>File System Structure</heading>
6912
6913           <p>
6914             The location of all files and directories must comply with the
6915             Filesystem Hierarchy Standard (FHS), version 2.3, with the
6916             exceptions noted below, and except where doing so would
6917             violate other terms of Debian Policy.  The following
6918             exceptions to the FHS apply:
6919
6920             <enumlist>
6921               <item>
6922                 <p>
6923                   The optional rules related to user specific
6924                   configuration files for applications are stored in
6925                   the user's home directory are relaxed.  It is
6926                   recommended that such files start with the
6927                   '<tt>.</tt>' character (a "dot file"), and if an
6928                   application needs to create more than one dot file
6929                   then the preferred placement is in a subdirectory
6930                   with a name starting with a '.' character, (a "dot
6931                   directory"). In this case it is recommended the
6932                   configuration files not start with the '.'
6933                   character.
6934                 </p>
6935               </item>
6936               <item>
6937                 <p>
6938                   The requirement for amd64 to use <file>/lib64</file>
6939                   for 64 bit binaries is removed.
6940                 </p>
6941               </item>
6942               <item>
6943                 <p>
6944                   The requirement for object files, internal binaries, and
6945                   libraries, including <file>libc.so.*</file>, to be located
6946                   directly under <file>/lib{,32}</file> and
6947                   <file>/usr/lib{,32}</file> is amended, permitting files
6948                   to instead be installed to
6949                   <file>/lib/<var>triplet</var></file> and
6950                   <file>/usr/lib/<var>triplet</var></file>, where
6951                   <tt><var>triplet</var></tt> is the value returned by
6952                   <tt>dpkg-architecture -qDEB_HOST_MULTIARCH</tt> for the
6953                   architecture of the package.  Packages may <em>not</em>
6954                   install files to any <var>triplet</var> path other
6955                   than the one matching the architecture of that package;
6956                   for instance, an <tt>Architecture: amd64</tt> package
6957                   containing 32-bit x86 libraries may not install these
6958                   libraries to <file>/usr/lib/i386-linux-gnu</file>.
6959                   <footnote>
6960                     This is necessary in order to reserve the directories for
6961                     use in cross-installation of library packages from other
6962                     architectures, as part of the planned deployment of
6963                     <tt>multiarch</tt>.
6964                   </footnote>
6965                 </p>
6966                 <p>
6967                   Applications may also use a single subdirectory under
6968                   <file>/usr/lib/<var>triplet</var></file>.
6969                 </p>
6970                 <p>
6971                   The execution time linker/loader, ld*, must still be made
6972                   available in the existing location under /lib or /lib64
6973                   since this is part of the ELF ABI for the architecture.
6974                 </p>
6975               </item>
6976               <item>
6977                 <p>
6978                   The requirement that
6979                   <file>/usr/local/share/man</file> be "synonymous"
6980                   with <file>/usr/local/man</file> is relaxed to a
6981                   recommendation</p>
6982               </item>
6983               <item>
6984                 <p>
6985                   The requirement that windowmanagers with a single
6986                   configuration file call it <file>system.*wmrc</file>
6987                   is removed, as is the restriction that the window
6988                   manager subdirectory be named identically to the
6989                   window manager name itself.
6990                 </p>
6991               </item>
6992               <item>
6993                 <p>
6994                   The requirement that boot manager configuration
6995                   files live in <file>/etc</file>, or at least are
6996                   symlinked there, is relaxed to a recommendation.
6997                 </p>
6998               </item>
6999               <item>
7000                 <p>
7001                   The additional directory <file>/run</file> in the root
7002                   file system is allowed.  <file>/run</file>
7003                   replaces <file>/var/run</file>, and the
7004                   subdirectory <file>/run/lock</file>
7005                   replaces <file>/var/lock</file>, with
7006                   the <file>/var</file> directories replaced by symlinks
7007                   for backwards compatibility.  <file>/run</file>
7008                   and <file>/run/lock</file> must follow all of the
7009                   requirements in the FHS for <file>/var/run</file>
7010                   and <file>/var/lock</file>, respectively, such as file
7011                   naming conventions, file format requirements, or the
7012                   requirement that files be cleared during the boot
7013                   process.  Files and directories residing
7014                   in <file>/run</file> should be stored on a temporary
7015                   file system.
7016                 </p>
7017                 <p>
7018                   Packages must not assume the <file>/run</file>
7019                   directory exists or is usable without a dependency
7020                   on <tt>initscripts (>= 2.88dsf-13.3)</tt> until the
7021                   stable release of Debian supports <file>/run</file>.
7022                 </p>
7023               </item>
7024               <item>
7025                 <p>
7026                   The following directories in the root filesystem are
7027                   additionally allowed: <file>/sys</file> and
7028                   <file>/selinux</file>. <footnote>These directories
7029                   are used as mount points to mount virtual filesystems
7030                   to get access to kernel information.</footnote>
7031                 </p>
7032               </item>
7033               <item>
7034                 <p>
7035                   On GNU/Hurd systems, the following additional
7036                   directories are allowed in the root
7037                   filesystem: <file>/hurd</file>
7038                   and <file>/servers</file>.<footnote>
7039                     These directories are used to store translators and as
7040                     a set of standard names for mount points,
7041                     respectively.
7042                   </footnote>
7043                 </p>
7044               </item>
7045             </enumlist>
7046           </p>
7047
7048           <p>
7049             The version of this document referred here can be
7050             found in the <tt>debian-policy</tt> package or on <url
7051             id="http://www.debian.org/doc/packaging-manuals/fhs/"
7052               name="FHS (Debian copy)"> alongside this manual (or, if
7053             you have the <package>debian-policy</package> installed,
7054             you can try <url
7055               id="file:///usr/share/doc/debian-policy/fhs/" name="FHS
7056               (local copy)">). The
7057             latest version, which may be a more recent version, may
7058             be found on
7059             <url id="http://www.pathname.com/fhs/" name="FHS (upstream)">.
7060             Specific questions about following the standard may be
7061             asked on the <tt>debian-devel</tt> mailing list, or
7062             referred to the FHS mailing list (see the
7063             <url id="http://www.pathname.com/fhs/" name="FHS web site"> for
7064             more information).
7065           </p>
7066         </sect1>
7067
7068         <sect1>
7069           <heading>Site-specific programs</heading>
7070
7071           <p>
7072             As mandated by the FHS, packages must not place any
7073             files in <file>/usr/local</file>, either by putting them in
7074             the file system archive to be unpacked by <prgn>dpkg</prgn>
7075             or by manipulating them in their maintainer scripts.
7076           </p>
7077
7078           <p>
7079             However, the package may create empty directories below
7080             <file>/usr/local</file> so that the system administrator knows
7081             where to place site-specific files.  These are not
7082             directories <em>in</em> <file>/usr/local</file>, but are
7083             children of directories in <file>/usr/local</file>.  These
7084             directories (<file>/usr/local/*/dir/</file>)
7085             should be removed on package removal if they are
7086             empty.
7087           </p>
7088
7089           <p>
7090             Note that this applies only to
7091             directories <em>below</em> <file>/usr/local</file>,
7092             not <em>in</em> <file>/usr/local</file>.  Packages must
7093             not create sub-directories in the
7094             directory <file>/usr/local</file> itself, except those
7095             listed in FHS, section 4.5.  However, you may create
7096             directories below them as you wish. You must not remove
7097             any of the directories listed in 4.5, even if you created
7098             them.
7099           </p>
7100
7101           <p>
7102             Since <file>/usr/local</file> can be mounted read-only from a
7103             remote server, these directories must be created and
7104             removed by the <prgn>postinst</prgn> and <prgn>prerm</prgn>
7105             maintainer scripts and not be included in the
7106             <file>.deb</file> archive.  These scripts must not fail if
7107             either of these operations fail.
7108           </p>
7109
7110           <p>
7111             For example, the <tt>emacsen-common</tt> package could
7112             contain something like
7113             <example compact="compact">
7114 if [ ! -e /usr/local/share/emacs ]; then
7115   if mkdir /usr/local/share/emacs 2>/dev/null; then
7116     if chown root:staff /usr/local/share/emacs; then
7117       chmod 2775 /usr/local/share/emacs || true
7118     fi
7119   fi
7120 fi
7121             </example>
7122             in its <prgn>postinst</prgn> script, and
7123             <example compact="compact">
7124 rmdir /usr/local/share/emacs/site-lisp 2>/dev/null || true
7125 rmdir /usr/local/share/emacs 2>/dev/null || true
7126             </example>
7127             in the <prgn>prerm</prgn> script.  (Note that this form is
7128             used to ensure that if the script is interrupted, the
7129             directory <file>/usr/local/share/emacs</file> will still be
7130             removed.)
7131           </p>
7132
7133           <p>
7134             If you do create a directory in <file>/usr/local</file> for
7135             local additions to a package, you should ensure that
7136             settings in <file>/usr/local</file> take precedence over the
7137             equivalents in <file>/usr</file>.
7138           </p>
7139
7140           <p>
7141             However, because <file>/usr/local</file> and its contents are
7142             for exclusive use of the local administrator, a package
7143             must not rely on the presence or absence of files or
7144             directories in <file>/usr/local</file> for normal operation.
7145           </p>
7146
7147           <p>
7148             The <file>/usr/local</file> directory itself and all the
7149             subdirectories created by the package should (by default) have
7150             permissions 2775 (group-writable and set-group-id) and be
7151             owned by <tt>root:staff</tt>.
7152           </p>
7153         </sect1>
7154
7155         <sect1>
7156           <heading>The system-wide mail directory</heading>
7157           <p>
7158             The system-wide mail directory
7159             is <file>/var/mail</file>. This directory is part of the
7160             base system and should not be owned by any particular mail
7161             agents.  The use of the old
7162             location <file>/var/spool/mail</file> is deprecated, even
7163             though the spool may still be physically located there.
7164           </p>
7165         </sect1>
7166
7167         <sect1 id="fhs-run">
7168           <heading><file>/run</file> and <file>/run/lock</file></heading>
7169
7170           <p>
7171             The directory <file>/run</file> is cleared at boot, normally
7172             by being a mount point for a temporary file system.  Packages
7173             therefore must not assume that any files or directories
7174             under <file>/run</file> other than <file>/run/lock</file>
7175             exist unless the package has arranged to create those files or
7176             directories since the last reboot.  Normally, this is done by
7177             the package via an init script.  See <ref id="writing-init">
7178             for more information.
7179           </p>
7180
7181           <p>
7182             Packages must not include files or directories
7183             under <file>/run</file>, or under the
7184             older <file>/var/run</file> and <file>/var/lock</file> paths.
7185             The latter paths will normally be symlinks or other
7186             redirections to <file>/run</file> for backwards compatibility.
7187           </p>
7188         </sect1>
7189       </sect>
7190
7191       <sect>
7192         <heading>Users and groups</heading>
7193
7194         <sect1>
7195           <heading>Introduction</heading>
7196           <p>
7197             The Debian system can be configured to use either plain or
7198             shadow passwords.
7199           </p>
7200
7201           <p>
7202             Some user ids (UIDs) and group ids (GIDs) are reserved
7203             globally for use by certain packages.  Because some
7204             packages need to include files which are owned by these
7205             users or groups, or need the ids compiled into binaries,
7206             these ids must be used on any Debian system only for the
7207             purpose for which they are allocated. This is a serious
7208             restriction, and we should avoid getting in the way of
7209             local administration policies. In particular, many sites
7210             allocate users and/or local system groups starting at 100.
7211           </p>
7212
7213           <p>
7214             Apart from this we should have dynamically allocated ids,
7215             which should by default be arranged in some sensible
7216             order, but the behavior should be configurable.
7217           </p>
7218
7219           <p>
7220             Packages other than <tt>base-passwd</tt> must not modify
7221             <file>/etc/passwd</file>, <file>/etc/shadow</file>,
7222             <file>/etc/group</file> or <file>/etc/gshadow</file>.
7223           </p>
7224         </sect1>
7225
7226         <sect1>
7227           <heading>UID and GID classes</heading>
7228           <p>
7229             The UID and GID numbers are divided into classes as
7230             follows:
7231             <taglist>
7232               <tag>0-99:</tag>
7233               <item>
7234                 <p>
7235                   Globally allocated by the Debian project, the same
7236                   on every Debian system.  These ids will appear in
7237                   the <file>passwd</file> and <file>group</file> files of all
7238                   Debian systems, new ids in this range being added
7239                   automatically as the <tt>base-passwd</tt> package is
7240                   updated.
7241                 </p>
7242
7243                 <p>
7244                   Packages which need a single statically allocated
7245                   uid or gid should use one of these; their
7246                   maintainers should ask the <tt>base-passwd</tt>
7247                   maintainer for ids.
7248                 </p>
7249               </item>
7250
7251               <tag>100-999:</tag>
7252               <item>
7253                 <p>
7254                   Dynamically allocated system users and groups.
7255                   Packages which need a user or group, but can have
7256                   this user or group allocated dynamically and
7257                   differently on each system, should use <tt>adduser
7258                   --system</tt> to create the group and/or user.
7259                   <prgn>adduser</prgn> will check for the existence of
7260                   the user or group, and if necessary choose an unused
7261                   id based on the ranges specified in
7262                   <file>adduser.conf</file>.
7263                 </p>
7264               </item>
7265
7266               <tag>1000-59999:</tag>
7267               <item>
7268                 <p>
7269                   Dynamically allocated user accounts.  By default
7270                   <prgn>adduser</prgn> will choose UIDs and GIDs for
7271                   user accounts in this range, though
7272                   <file>adduser.conf</file> may be used to modify this
7273                   behavior.
7274                 </p>
7275               </item>
7276
7277               <tag>60000-64999:</tag>
7278               <item>
7279                 <p>
7280                   Globally allocated by the Debian project, but only
7281                   created on demand. The ids are allocated centrally
7282                   and statically, but the actual accounts are only
7283                   created on users' systems on demand.
7284                 </p>
7285
7286                 <p>
7287                   These ids are for packages which are obscure or
7288                   which require many statically-allocated ids.  These
7289                   packages should check for and create the accounts in
7290                   <file>/etc/passwd</file> or <file>/etc/group</file> (using
7291                   <prgn>adduser</prgn> if it has this facility) if
7292                   necessary.  Packages which are likely to require
7293                   further allocations should have a "hole" left after
7294                   them in the allocation, to give them room to
7295                   grow.
7296                 </p>
7297               </item>
7298
7299               <tag>65000-65533:</tag>
7300               <item>
7301                 <p>Reserved.</p>
7302               </item>
7303
7304               <tag>65534:</tag>
7305               <item>
7306                 <p>
7307                   User <tt>nobody</tt>. The corresponding gid refers
7308                   to the group <tt>nogroup</tt>.
7309                 </p>
7310               </item>
7311
7312               <tag>65535:</tag>
7313               <item>
7314                 <p>
7315                   <tt>(uid_t)(-1) == (gid_t)(-1)</tt> <em>must
7316                   not</em> be used, because it is the error return
7317                   sentinel value.
7318                 </p>
7319               </item>
7320             </taglist>
7321           </p>
7322         </sect1>
7323       </sect>
7324
7325       <sect id="sysvinit">
7326         <heading>System run levels and <file>init.d</file> scripts</heading>
7327
7328         <sect1 id="/etc/init.d">
7329           <heading>Introduction</heading>
7330
7331           <p>
7332             The <file>/etc/init.d</file> directory contains the scripts
7333             executed by <prgn>init</prgn> at boot time and when the
7334             init state (or "runlevel") is changed (see <manref
7335             name="init" section="8">).
7336           </p>
7337
7338           <p>
7339             There are at least two different, yet functionally
7340             equivalent, ways of handling these scripts.  For the sake
7341             of simplicity, this document describes only the symbolic
7342             link method. However, it must not be assumed by maintainer
7343             scripts that this method is being used, and any automated
7344             manipulation of the various runlevel behaviors by
7345             maintainer scripts must be performed using
7346             <prgn>update-rc.d</prgn> as described below and not by
7347             manually installing or removing symlinks.  For information
7348             on the implementation details of the other method,
7349             implemented in the <tt>file-rc</tt> package, please refer
7350             to the documentation of that package.
7351           </p>
7352
7353           <p>
7354             These scripts are referenced by symbolic links in the
7355             <file>/etc/rc<var>n</var>.d</file> directories.  When changing
7356             runlevels, <prgn>init</prgn> looks in the directory
7357             <file>/etc/rc<var>n</var>.d</file> for the scripts it should
7358             execute, where <tt><var>n</var></tt> is the runlevel that
7359             is being changed to, or <tt>S</tt> for the boot-up
7360             scripts.
7361           </p>
7362
7363           <p>
7364             The names of the links all have the form
7365             <file>S<var>mm</var><var>script</var></file> or
7366             <file>K<var>mm</var><var>script</var></file> where
7367             <var>mm</var> is a two-digit number and <var>script</var>
7368             is the name of the script (this should be the same as the
7369             name of the actual script in <file>/etc/init.d</file>).
7370           </p>
7371
7372           <p>
7373             When <prgn>init</prgn> changes runlevel first the targets
7374             of the links whose names start with a <tt>K</tt> are
7375             executed, each with the single argument <tt>stop</tt>,
7376             followed by the scripts prefixed with an <tt>S</tt>, each
7377             with the single argument <tt>start</tt>.  (The links are
7378             those in the <file>/etc/rc<var>n</var>.d</file> directory
7379             corresponding to the new runlevel.)  The <tt>K</tt> links
7380             are responsible for killing services and the <tt>S</tt>
7381             link for starting services upon entering the runlevel.
7382           </p>
7383
7384           <p>
7385             For example, if we are changing from runlevel 2 to
7386             runlevel 3, init will first execute all of the <tt>K</tt>
7387             prefixed scripts it finds in <file>/etc/rc3.d</file>, and then
7388             all of the <tt>S</tt> prefixed scripts in that directory.
7389             The links starting with <tt>K</tt> will cause the
7390             referred-to file to be executed with an argument of
7391             <tt>stop</tt>, and the <tt>S</tt> links with an argument
7392             of <tt>start</tt>.
7393           </p>
7394
7395           <p>
7396             The two-digit number <var>mm</var> is used to determine
7397             the order in which to run the scripts: low-numbered links
7398             have their scripts run first.  For example, the
7399             <tt>K20</tt> scripts will be executed before the
7400             <tt>K30</tt> scripts.  This is used when a certain service
7401             must be started before another.  For example, the name
7402             server <prgn>bind</prgn> might need to be started before
7403             the news server <prgn>inn</prgn> so that <prgn>inn</prgn>
7404             can set up its access lists.  In this case, the script
7405             that starts <prgn>bind</prgn> would have a lower number
7406             than the script that starts <prgn>inn</prgn> so that it
7407             runs first:
7408             <example compact="compact">
7409 /etc/rc2.d/S17bind
7410 /etc/rc2.d/S70inn
7411             </example>
7412           </p>
7413
7414           <p>
7415             The two runlevels 0 (halt) and 6 (reboot) are slightly
7416             different.  In these runlevels, the links with an
7417             <tt>S</tt> prefix are still called after those with a
7418             <tt>K</tt> prefix, but they too are called with the single
7419             argument <tt>stop</tt>.
7420           </p>
7421         </sect1>
7422
7423         <sect1 id="writing-init">
7424           <heading>Writing the scripts</heading>
7425
7426           <p>
7427             Packages that include daemons for system services should
7428             place scripts in <file>/etc/init.d</file> to start or stop
7429             services at boot time or during a change of runlevel.
7430             These scripts should be named
7431             <file>/etc/init.d/<var>package</var></file>, and they should
7432             accept one argument, saying what to do:
7433
7434             <taglist>
7435               <tag><tt>start</tt></tag>
7436               <item>start the service,</item>
7437
7438               <tag><tt>stop</tt></tag>
7439               <item>stop the service,</item>
7440
7441               <tag><tt>restart</tt></tag>
7442               <item>stop and restart the service if it's already running,
7443                   otherwise start the service</item>
7444
7445               <tag><tt>reload</tt></tag>
7446               <item><p>cause the configuration of the service to be
7447                   reloaded without actually stopping and restarting
7448                   the service,</item>
7449
7450               <tag><tt>force-reload</tt></tag>
7451               <item>cause the configuration to be reloaded if the
7452                   service supports this, otherwise restart the
7453                   service.</item>
7454             </taglist>
7455
7456             The <tt>start</tt>, <tt>stop</tt>, <tt>restart</tt>, and
7457             <tt>force-reload</tt> options should be supported by all
7458             scripts in <file>/etc/init.d</file>, the <tt>reload</tt>
7459             option is optional.
7460           </p>
7461
7462           <p>
7463             The <file>init.d</file> scripts must ensure that they will
7464             behave sensibly (i.e., returning success and not starting
7465             multiple copies of a service) if invoked with <tt>start</tt>
7466             when the service is already running, or with <tt>stop</tt>
7467             when it isn't, and that they don't kill unfortunately-named
7468             user processes.  The best way to achieve this is usually to
7469             use <prgn>start-stop-daemon</prgn> with the <tt>--oknodo</tt>
7470             option.
7471           </p>
7472
7473           <p>
7474             Be careful of using <tt>set -e</tt> in <file>init.d</file>
7475             scripts.  Writing correct <file>init.d</file> scripts requires
7476             accepting various error exit statuses when daemons are already
7477             running or already stopped without aborting
7478             the <file>init.d</file> script, and common <file>init.d</file>
7479             function libraries are not safe to call with <tt>set -e</tt>
7480             in effect<footnote>
7481               <tt>/lib/lsb/init-functions</tt>, which assists in writing
7482               LSB-compliant init scripts, may fail if <tt>set -e</tt> is
7483               in effect and echoing status messages to the console fails,
7484               for example.
7485             </footnote>.  For <tt>init.d</tt> scripts, it's often easier
7486             to not use <tt>set -e</tt> and instead check the result of
7487             each command separately.
7488           </p>
7489
7490           <p>
7491             If a service reloads its configuration automatically (as
7492             in the case of <prgn>cron</prgn>, for example), the
7493             <tt>reload</tt> option of the <file>init.d</file> script
7494             should behave as if the configuration has been reloaded
7495             successfully.
7496           </p>
7497
7498           <p>
7499             The <file>/etc/init.d</file> scripts must be treated as
7500             configuration files, either (if they are present in the
7501             package, that is, in the .deb file) by marking them as
7502             <tt>conffile</tt>s, or, (if they do not exist in the .deb)
7503             by managing them correctly in the maintainer scripts (see
7504             <ref id="config-files">).  This is important since we want
7505             to give the local system administrator the chance to adapt
7506             the scripts to the local system, e.g., to disable a
7507             service without de-installing the package, or to specify
7508             some special command line options when starting a service,
7509             while making sure their changes aren't lost during the next
7510             package upgrade.
7511           </p>
7512
7513           <p>
7514             These scripts should not fail obscurely when the
7515             configuration files remain but the package has been
7516             removed, as configuration files remain on the system after
7517             the package has been removed.  Only when <prgn>dpkg</prgn>
7518             is executed with the <tt>--purge</tt> option will
7519             configuration files be removed.  In particular, as the
7520             <file>/etc/init.d/<var>package</var></file> script itself is
7521             usually a <tt>conffile</tt>, it will remain on the system
7522             if the package is removed but not purged.  Therefore, you
7523             should include a <tt>test</tt> statement at the top of the
7524             script, like this:
7525             <example compact="compact">
7526 test -f <var>program-executed-later-in-script</var> || exit 0
7527             </example>
7528           </p>
7529
7530           <p>
7531             Often there are some variables in the <file>init.d</file>
7532             scripts whose values control the behavior of the scripts,
7533             and which a system administrator is likely to want to
7534             change.  As the scripts themselves are frequently
7535             <tt>conffile</tt>s, modifying them requires that the
7536             administrator merge in their changes each time the package
7537             is upgraded and the <tt>conffile</tt> changes.  To ease
7538             the burden on the system administrator, such configurable
7539             values should not be placed directly in the script.
7540             Instead, they should be placed in a file in
7541             <file>/etc/default</file>, which typically will have the same
7542             base name as the <file>init.d</file> script.  This extra file
7543             should be sourced by the script when the script runs.  It
7544             must contain only variable settings and comments in SUSv3
7545             <prgn>sh</prgn> format.  It may either be a
7546             <tt>conffile</tt> or a configuration file maintained by
7547             the package maintainer scripts.  See <ref id="config-files">
7548             for more details.
7549           </p>
7550
7551           <p>
7552             To ensure that vital configurable values are always
7553             available, the <file>init.d</file> script should set default
7554             values for each of the shell variables it uses, either
7555             before sourcing the <file>/etc/default/</file> file or
7556             afterwards using something like the <tt>:
7557             ${VAR:=default}</tt> syntax.  Also, the <file>init.d</file>
7558             script must behave sensibly and not fail if the
7559             <file>/etc/default</file> file is deleted.
7560           </p>
7561
7562           <p>
7563             Files and directories under <file>/run</file>, including ones
7564             referred to via the compatibility paths <file>/var/run</file>
7565             and <file>/var/lock</file>, are normally stored on a temporary
7566             filesystem and are normally not persistent across a reboot.
7567             The <file>init.d</file> scripts must handle this correctly.
7568             This will typically mean creating any required subdirectories
7569             dynamically when the <file>init.d</file> script is run.
7570             See <ref id="fhs-run"> for more information.
7571           </p>
7572         </sect1>
7573
7574         <sect1>
7575           <heading>Interfacing with the initscript system</heading>
7576
7577           <p>
7578             Maintainers should use the abstraction layer provided by
7579             the <prgn>update-rc.d</prgn> and <prgn>invoke-rc.d</prgn>
7580             programs to deal with initscripts in their packages'
7581             scripts such as <prgn>postinst</prgn>, <prgn>prerm</prgn>
7582             and <prgn>postrm</prgn>.
7583           </p>
7584
7585           <p>
7586             Directly managing the /etc/rc?.d links and directly
7587             invoking the <file>/etc/init.d/</file> initscripts should
7588             be done only by packages providing the initscript
7589             subsystem (such as <prgn>sysv-rc</prgn> and
7590             <prgn>file-rc</prgn>).
7591           </p>
7592
7593           <sect2>
7594             <heading>Managing the links</heading>
7595
7596             <p>
7597               The program <prgn>update-rc.d</prgn> is provided for
7598               package maintainers to arrange for the proper creation and
7599               removal of <file>/etc/rc<var>n</var>.d</file> symbolic links,
7600               or their functional equivalent if another method is being
7601               used.  This may be used by maintainers in their packages'
7602               <prgn>postinst</prgn> and <prgn>postrm</prgn> scripts.
7603             </p>
7604
7605             <p>
7606               You must not include any <file>/etc/rc<var>n</var>.d</file>
7607               symbolic links in the actual archive or manually create or
7608               remove the symbolic links in maintainer scripts; you must
7609               use the <prgn>update-rc.d</prgn> program instead.  (The
7610               former will fail if an alternative method of maintaining
7611               runlevel information is being used.)  You must not include
7612               the <file>/etc/rc<var>n</var>.d</file> directories themselves
7613               in the archive either.  (Only the <tt>sysvinit</tt>
7614               package may do so.)
7615             </p>
7616
7617             <p>
7618               By default <prgn>update-rc.d</prgn> will start services in
7619               each of the multi-user state runlevels (2, 3, 4, and 5)
7620               and stop them in the halt runlevel (0), the single-user
7621               runlevel (1) and the reboot runlevel (6).  The system
7622               administrator will have the opportunity to customize
7623               runlevels by simply adding, moving, or removing the
7624               symbolic links in <file>/etc/rc<var>n</var>.d</file> if
7625               symbolic links are being used, or by modifying
7626               <file>/etc/runlevel.conf</file> if the <tt>file-rc</tt> method
7627               is being used.
7628             </p>
7629
7630             <p>
7631               To get the default behavior for your package, put in your
7632               <prgn>postinst</prgn> script
7633               <example compact="compact">
7634                 update-rc.d <var>package</var> defaults
7635               </example>
7636               and in your <prgn>postrm</prgn>
7637               <example compact="compact">
7638                 if [ "$1" = purge ]; then
7639                 update-rc.d <var>package</var> remove
7640                 fi
7641               </example>. Note that if your package changes runlevels
7642               or priority, you may have to remove and recreate the links,
7643               since otherwise the old links may persist. Refer to the
7644               documentation of <prgn>update-rc.d</prgn>.
7645             </p>
7646
7647             <p>
7648               This will use a default sequence number of 20.  If it does
7649               not matter when or in which order the <file>init.d</file>
7650               script is run, use this default.  If it does, then you
7651               should talk to the maintainer of the <prgn>sysvinit</prgn>
7652               package or post to <tt>debian-devel</tt>, and they will
7653               help you choose a number.
7654             </p>
7655
7656             <p>
7657               For more information about using <tt>update-rc.d</tt>,
7658               please consult its man page <manref name="update-rc.d"
7659                 section="8">.
7660             </p>
7661           </sect2>
7662
7663           <sect2>
7664             <heading>Running initscripts</heading>
7665             <p>
7666               The program <prgn>invoke-rc.d</prgn> is provided to make
7667               it easier for package maintainers to properly invoke an
7668               initscript, obeying runlevel and other locally-defined
7669               constraints that might limit a package's right to start,
7670               stop and otherwise manage services. This program may be
7671               used by maintainers in their packages' scripts.
7672             </p>
7673
7674             <p>
7675               The package maintainer scripts must use
7676               <prgn>invoke-rc.d</prgn> to invoke the
7677               <file>/etc/init.d/*</file> initscripts, instead of
7678               calling them directly.
7679             </p>
7680
7681             <p>
7682               By default, <prgn>invoke-rc.d</prgn> will pass any
7683               action requests (start, stop, reload, restart...) to the
7684               <file>/etc/init.d</file> script, filtering out requests
7685               to start or restart a service out of its intended
7686               runlevels.
7687             </p>
7688
7689             <p>
7690               Most packages will simply need to change:
7691               <example compact="compact">/etc/init.d/&lt;package&gt;
7692               &lt;action&gt;</example> in their <prgn>postinst</prgn>
7693               and <prgn>prerm</prgn> scripts to:
7694               <example compact="compact">
7695         if which invoke-rc.d >/dev/null 2>&1; then
7696                 invoke-rc.d <var>package</var> &lt;action&gt;
7697         else
7698                 /etc/init.d/<var>package</var> &lt;action&gt;
7699         fi
7700               </example>
7701             </p>
7702
7703             <p>
7704               A package should register its initscript services using
7705               <prgn>update-rc.d</prgn> before it tries to invoke them
7706               using <prgn>invoke-rc.d</prgn>. Invocation of
7707               unregistered services may fail.
7708             </p>
7709
7710             <p>
7711               For more information about using
7712               <prgn>invoke-rc.d</prgn>, please consult its man page
7713               <manref name="invoke-rc.d" section="8">.
7714             </p>
7715           </sect2>
7716         </sect1>
7717
7718         <sect1>
7719           <heading>Boot-time initialization</heading>
7720
7721           <p>
7722             There used to be another directory, <file>/etc/rc.boot</file>,
7723             which contained scripts which were run once per machine
7724             boot. This has been deprecated in favour of links from
7725             <file>/etc/rcS.d</file> to files in <file>/etc/init.d</file> as
7726             described in <ref id="/etc/init.d">.  Packages must not
7727             place files in <file>/etc/rc.boot</file>.
7728           </p>
7729         </sect1>
7730
7731         <sect1>
7732           <heading>Example</heading>
7733
7734           <p>
7735             An example on which you can base your
7736             <file>/etc/init.d</file> scripts is found in
7737             <file>/etc/init.d/skeleton</file>.
7738           </p>
7739
7740         </sect1>
7741       </sect>
7742
7743       <sect>
7744         <heading>Console messages from <file>init.d</file> scripts</heading>
7745
7746         <p>
7747           This section describes the formats to be used for messages
7748           written to standard output by the <file>/etc/init.d</file>
7749           scripts.  The intent is to improve the consistency of
7750           Debian's startup and shutdown look and feel.  For this
7751           reason, please look very carefully at the details.  We want
7752           the messages to have the same format in terms of wording,
7753           spaces, punctuation and case of letters.
7754         </p>
7755
7756         <p>
7757           Here is a list of overall rules that should be used for
7758           messages generated by <file>/etc/init.d</file> scripts.  
7759         </p>
7760
7761         <p>
7762           <list>
7763             <item>
7764                 The message should fit in one line (fewer than 80
7765                 characters), start with a capital letter and end with
7766                 a period (<tt>.</tt>) and line feed (<tt>"\n"</tt>).
7767             </item>
7768
7769             <item>
7770               If the script is performing some time consuming task in
7771               the background (not merely starting or stopping a
7772               program, for instance), an ellipsis (three dots:
7773               <tt>...</tt>) should be output to the screen, with no
7774               leading or tailing whitespace or line feeds.
7775             </item>
7776
7777             <item>
7778               The messages should appear as if the computer is telling
7779               the user what it is doing (politely :-), but should not
7780                 mention "it" directly.  For example, instead of:
7781                 <example compact="compact">
7782 I'm starting network daemons: nfsd mountd.
7783                 </example>
7784                 the message should say
7785                 <example compact="compact">
7786 Starting network daemons: nfsd mountd.
7787                 </example>
7788             </item>
7789           </list>
7790         </p>
7791
7792         <p>
7793           <tt>init.d</tt> script should use the following  standard
7794           message formats for the situations enumerated below.
7795         </p>
7796
7797         <p>
7798           <list>
7799             <item>
7800               <p>When daemons are started</p>
7801
7802               <p>
7803                 If the script starts one or more daemons, the output
7804                 should look like this (a single line, no leading
7805                 spaces):
7806                 <example compact="compact">
7807 Starting <var>description</var>: <var>daemon-1</var> ... <var>daemon-n</var>.
7808                 </example>
7809                 The <var>description</var> should describe the
7810                 subsystem the daemon or set of daemons are part of,
7811                 while <var>daemon-1</var> up to <var>daemon-n</var>
7812                 denote each daemon's name (typically the file name of
7813                 the program).
7814               </p>
7815
7816               <p>
7817                 For example, the output of <file>/etc/init.d/lpd</file>
7818                 would look like:
7819                 <example compact="compact">
7820 Starting printer spooler: lpd.
7821                 </example>
7822               </p>
7823
7824               <p>
7825                 This can be achieved by saying
7826                 <example compact="compact">
7827 echo -n "Starting printer spooler: lpd"
7828 start-stop-daemon --start --quiet --exec /usr/sbin/lpd
7829 echo "."
7830                 </example>
7831                 in the script. If there are more than one daemon to
7832                 start, the output should look like this:
7833                 <example compact="compact">
7834 echo -n "Starting remote file system services:"
7835 echo -n " nfsd"; start-stop-daemon --start --quiet nfsd
7836 echo -n " mountd"; start-stop-daemon --start --quiet mountd
7837 echo -n " ugidd"; start-stop-daemon --start --quiet ugidd
7838 echo "."
7839                 </example>
7840                 This makes it possible for the user to see what is
7841                 happening and when the final daemon has been started.
7842                 Care should be taken in the placement of white spaces:
7843                 in the example above the system administrators can
7844                 easily comment out a line if they don't want to start
7845                 a specific daemon, while the displayed message still
7846                 looks good.
7847               </p>
7848             </item>
7849
7850             <item>
7851               <p>When a system parameter is being set</p>
7852
7853               <p>
7854                 If you have to set up different system parameters
7855                 during the system boot, you should use this format:
7856                 <example compact="compact">
7857 Setting <var>parameter</var> to "<var>value</var>".
7858                 </example>
7859               </p>
7860
7861               <p>
7862                 You can use a statement such as the following to get
7863                 the quotes right:
7864                 <example compact="compact">
7865 echo "Setting DNS domainname to \"$domainname\"."
7866                 </example>
7867               </p>
7868
7869               <p>
7870                 Note that the same symbol (<tt>"</tt>) <!-- " --> is used
7871                 for the left and right quotation marks.  A grave accent
7872                 (<tt>`</tt>) is not a quote character; neither is an
7873                 apostrophe (<tt>'</tt>).
7874               </p>
7875             </item>
7876
7877             <item>
7878               <p>When a daemon is stopped or restarted</p>
7879
7880               <p>
7881                 When you stop or restart a daemon, you should issue a
7882                 message identical to the startup message, except that
7883                 <tt>Starting</tt> is replaced with <tt>Stopping</tt>
7884                 or <tt>Restarting</tt> respectively.
7885               </p>
7886
7887               <p>
7888                 For example, stopping the printer daemon will look like
7889                 this:
7890                 <example compact="compact">
7891 Stopping printer spooler: lpd.
7892                 </example>
7893               </p>
7894             </item>
7895
7896             <item>
7897               <p>When something is executed</p>
7898
7899               <p>
7900                 There are several examples where you have to run a
7901                 program at system startup or shutdown to perform a
7902                 specific task, for example, setting the system's clock
7903                 using <prgn>netdate</prgn> or killing all processes
7904                 when the system shuts down.  Your message should look
7905                 like this:
7906                 <example compact="compact">
7907 Doing something very useful...done.
7908                 </example>
7909                 You should print the <tt>done.</tt> immediately after
7910                 the job has been completed, so that the user is
7911                 informed why they have to wait.  You can get this
7912                 behavior by saying
7913                 <example compact="compact">
7914 echo -n "Doing something very useful..."
7915 do_something
7916 echo "done."
7917                 </example>
7918                 in your script.
7919               </p>
7920             </item>
7921
7922             <item>
7923               <p>When the configuration is reloaded</p>
7924
7925               <p>
7926                 When a daemon is forced to reload its configuration
7927                 files you should use the following format:
7928                 <example compact="compact">
7929 Reloading <var>description</var> configuration...done.
7930                 </example>
7931                 where <var>description</var> is the same as in the
7932                 daemon starting message.
7933               </p>
7934             </item>
7935           </list>
7936         </p>
7937       </sect>
7938
7939       <sect id="cron-jobs">
7940         <heading>Cron jobs</heading>
7941
7942         <p>
7943           Packages must not modify the configuration file
7944           <file>/etc/crontab</file>, and they must not modify the files in
7945           <file>/var/spool/cron/crontabs</file>.
7946         </p>
7947
7948         <p>
7949           If a package wants to install a job that has to be executed via
7950           cron, it should place a file named as specified
7951           in <ref id="cron-files"> into one or more of the following
7952           directories:
7953           <example compact="compact">
7954 /etc/cron.hourly
7955 /etc/cron.daily
7956 /etc/cron.weekly
7957 /etc/cron.monthly
7958           </example>
7959           As these directory names imply, the files within them are
7960           executed on an hourly, daily, weekly, or monthly basis,
7961           respectively. The exact times are listed in
7962           <file>/etc/crontab</file>.
7963         </p>
7964
7965         <p>
7966           All files installed in any of these directories must be
7967           scripts (e.g., shell scripts or Perl scripts) so that they
7968           can easily be modified by the local system administrator.
7969           In addition, they must be treated as configuration files.
7970         </p>
7971
7972         <p>
7973           If a certain job has to be executed at some other frequency or
7974           at a specific time, the package should install a file in
7975           <file>/etc/cron.d</file> with a name as specified
7976           in <ref id="cron-files">.  This file uses the same syntax
7977           as <file>/etc/crontab</file> and is processed
7978           by <prgn>cron</prgn> automatically. The file must also be
7979           treated as a configuration file. (Note that entries in the
7980           <file>/etc/cron.d</file> directory are not handled by
7981           <prgn>anacron</prgn>. Thus, you should only use this
7982           directory for jobs which may be skipped if the system is not
7983           running.)
7984         </p>
7985
7986         <p>
7987           Unlike <file>crontab</file> files described in the IEEE Std
7988           1003.1-2008 (POSIX.1) available from
7989           <url id="http://www.opengroup.org/onlinepubs/9699919799/"
7990                name="The Open Group">, the files in
7991           <file>/etc/cron.d</file> and the file
7992           <file>/etc/crontab</file> have seven fields; namely:
7993           <enumlist>
7994             <item>Minute [0,59]</item>
7995             <item>Hour [0,23]</item>
7996             <item>Day of the month [1,31]</item>
7997             <item>Month of the year [1,12]</item>
7998             <item>Day of the week ([0,6] with 0=Sunday)</item>
7999             <item>Username</item>
8000             <item>Command to be run</item>
8001           </enumlist>
8002           Ranges of numbers are allowed.  Ranges are two numbers
8003           separated with a hyphen.  The specified range is inclusive.
8004           Lists are allowed.  A list is a set of numbers (or ranges)
8005           separated by commas. Step values can be used in conjunction
8006           with ranges.
8007         </p>
8008
8009         <p>
8010           The scripts or <tt>crontab</tt> entries in these directories should
8011           check if all necessary programs are installed before they
8012           try to execute them. Otherwise, problems will arise when a
8013           package was removed but not purged since configuration files
8014           are kept on the system in this situation.
8015         </p>
8016
8017         <p>
8018           Any <tt>cron</tt> daemon must provide
8019           <file>/usr/bin/crontab</file> and support normal
8020           <tt>crontab</tt> entries as specified in POSIX. The daemon
8021           must also support names for days and months, ranges, and
8022           step values. It has to support <file>/etc/crontab</file>,
8023           and correctly execute the scripts in
8024           <file>/etc/cron.d</file>. The daemon must also correctly
8025           execute scripts in
8026           <file>/etc/cron.{hourly,daily,weekly,monthly}</file>.
8027         </p>
8028
8029         <sect1 id="cron-files">
8030           <heading>Cron job file names</heading>
8031
8032           <p>
8033             The file name of a cron job file should normally match the
8034             name of the package from which it comes.
8035           </p>
8036
8037           <p>
8038             If a package supplies multiple cron job files files in the
8039             same directory, the file names should all start with the name
8040             of the package (possibly modified as described below) followed
8041             by a hyphen (<tt>-</tt>) and a suitable suffix.
8042           </p>
8043
8044           <p>
8045             A cron job file name must not include any period or plus
8046             characters (<tt>.</tt> or <tt>+</tt>) characters as this will
8047             cause cron to ignore the file.  Underscores (<tt>_</tt>)
8048             should be used instead of <tt>.</tt> and <tt>+</tt>
8049             characters.
8050           </p>
8051         </sect1>
8052       </sect>
8053
8054       <sect id="menus">
8055         <heading>Menus</heading>
8056
8057         <p>
8058           The Debian <tt>menu</tt> package provides a standard
8059           interface between packages providing applications and
8060           <em>menu programs</em> (either X window managers or
8061           text-based menu programs such as <prgn>pdmenu</prgn>).
8062         </p>
8063
8064         <p>
8065           All packages that provide applications that need not be
8066           passed any special command line arguments for normal
8067           operation should register a menu entry for those
8068           applications, so that users of the <tt>menu</tt> package
8069           will automatically get menu entries in their window
8070           managers, as well in shells like <tt>pdmenu</tt>.
8071         </p>
8072
8073         <p>
8074           Menu entries should follow the current menu policy.
8075         </p>
8076
8077         <p>
8078           The menu policy can be found in the <tt>menu-policy</tt>
8079           files in the <tt>debian-policy</tt> package.
8080           It is also available from the Debian web mirrors at
8081           <tt><url name="/doc/packaging-manuals/menu-policy/"
8082                 id="http://www.debian.org/doc/packaging-manuals/menu-policy/"></tt>.
8083         </p>
8084
8085         <p>
8086           Please also refer to the <em>Debian Menu System</em>
8087           documentation that comes with the <package>menu</package>
8088           package for information about how to register your
8089           applications.
8090         </p>
8091       </sect>
8092
8093       <sect id="mime">
8094         <heading>Multimedia handlers</heading>
8095
8096         <p>
8097           MIME (Multipurpose Internet Mail Extensions, RFCs 2045-2049)
8098           is a mechanism for encoding files and data streams and
8099           providing meta-information about them, in particular their
8100           type (e.g. audio or video) and format (e.g. PNG, HTML,
8101           MP3).
8102         </p>
8103
8104         <p>
8105           Registration of MIME type handlers allows programs like mail
8106           user agents and web browsers to invoke these handlers to
8107           view, edit or display MIME types they don't support directly.
8108         </p>
8109
8110         <p>
8111           Packages which provide programs to view/show/play, compose, edit or
8112           print MIME types should register them as such by placing a file in
8113           <manref name="mailcap" section="5"> format (RFC 1524) in the directory
8114           <file>/usr/lib/mime/packages/</file>.  The file name should be the
8115           binary package's name.
8116         </p>
8117
8118         <p>
8119           The <package>mime-support</package> package provides the
8120           <prgn>update-mime</prgn> program, which integrates these
8121           registrations in the <file>/etc/mailcap</file> file, using dpkg
8122           triggers<footnote>
8123             Creating, modifying or removing a file in
8124             <file>/usr/lib/mime/packages/</file> using maintainer scripts will
8125             not activate the trigger.  In that case, it can be done by calling
8126             <tt>dpkg-trigger --no-await /usr/lib/mime/packages</tt> from
8127             the maintainer script after creating, modifying, or removing
8128             the file.
8129           </footnote>.
8130           Packages using this facility <em>should not</em> depend on,
8131           recommend, or suggest <prgn>mime-support</prgn>.
8132         </p>
8133       </sect>
8134
8135       <sect>
8136         <heading>Keyboard configuration</heading>
8137
8138         <p>
8139           To achieve a consistent keyboard configuration so that all
8140           applications interpret a keyboard event the same way, all
8141           programs in the Debian distribution must be configured to
8142           comply with the following guidelines.
8143         </p>
8144
8145         <p>
8146           The following keys must have the specified interpretations:
8147
8148           <taglist>
8149             <tag><tt>&lt;--</tt></tag>
8150             <item>delete the character to the left of the cursor</item>
8151
8152             <tag><tt>Delete</tt></tag>
8153             <item>delete the character to the right of the cursor</item>
8154
8155             <tag><tt>Control+H</tt></tag>
8156             <item>emacs: the help prefix</item>
8157           </taglist>
8158
8159           The interpretation of any keyboard events should be
8160           independent of the terminal that is used, be it a virtual
8161           console, an X terminal emulator, an rlogin/telnet session,
8162           etc.
8163         </p>
8164
8165         <p>
8166           The following list explains how the different programs
8167           should be set up to achieve this:
8168         </p>
8169
8170         <p>
8171           <list>
8172             <item>
8173                 <tt>&lt;--</tt> generates <tt>KB_BackSpace</tt> in X.
8174             </item>
8175
8176             <item>
8177                 <tt>Delete</tt> generates <tt>KB_Delete</tt> in X.
8178             </item>
8179
8180             <item>
8181                 X translations are set up to make
8182                 <tt>KB_Backspace</tt> generate ASCII DEL, and to make
8183                 <tt>KB_Delete</tt> generate <tt>ESC [ 3 ~</tt> (this
8184                 is the vt220 escape code for the "delete character"
8185                 key).  This must be done by loading the X resources
8186                 using <prgn>xrdb</prgn> on all local X displays, not
8187                 using the application defaults, so that the
8188                 translation resources used correspond to the
8189                 <prgn>xmodmap</prgn> settings.
8190             </item>
8191
8192             <item>
8193                 The Linux console is configured to make
8194                 <tt>&lt;--</tt> generate DEL, and <tt>Delete</tt>
8195                 generate <tt>ESC [ 3 ~</tt>.
8196             </item>
8197
8198             <item>
8199                 X applications are configured so that <tt>&lt;</tt>
8200                 deletes left, and <tt>Delete</tt> deletes right.  Motif
8201                 applications already work like this.
8202             </item>
8203
8204             <item>
8205                 Terminals should have <tt>stty erase ^?</tt> .
8206             </item>
8207
8208             <item>
8209                 The <tt>xterm</tt> terminfo entry should have <tt>ESC
8210                 [ 3 ~</tt> for <tt>kdch1</tt>, just as for
8211                 <tt>TERM=linux</tt> and <tt>TERM=vt220</tt>.
8212             </item>
8213
8214             <item>
8215                 Emacs is programmed to map <tt>KB_Backspace</tt> or
8216                 the <tt>stty erase</tt> character to
8217                 <tt>delete-backward-char</tt>, and <tt>KB_Delete</tt>
8218                 or <tt>kdch1</tt> to <tt>delete-forward-char</tt>, and
8219                 <tt>^H</tt> to <tt>help</tt> as always.
8220             </item>
8221
8222             <item>
8223                 Other applications use the <tt>stty erase</tt>
8224                 character and <tt>kdch1</tt> for the two delete keys,
8225                 with ASCII DEL being "delete previous character" and
8226                 <tt>kdch1</tt> being "delete character under
8227                 cursor".
8228             </item>
8229
8230           </list>
8231         </p>
8232
8233         <p>
8234           This will solve the problem except for the following
8235           cases:
8236         </p>
8237
8238         <p>
8239           <list>
8240             <item>
8241                 Some terminals have a <tt>&lt;--</tt> key that cannot
8242                 be made to produce anything except <tt>^H</tt>.  On
8243                 these terminals Emacs help will be unavailable on
8244                 <tt>^H</tt> (assuming that the <tt>stty erase</tt>
8245                 character takes precedence in Emacs, and has been set
8246                 correctly).  <tt>M-x help</tt> or <tt>F1</tt> (if
8247                 available) can be used instead.
8248             </item>
8249
8250             <item>
8251                 Some operating systems use <tt>^H</tt> for <tt>stty
8252                 erase</tt>.  However, modern telnet versions and all
8253                 rlogin versions propagate <tt>stty</tt> settings, and
8254                 almost all UNIX versions honour <tt>stty erase</tt>.
8255                 Where the <tt>stty</tt> settings are not propagated
8256                 correctly, things can be made to work by using
8257                 <tt>stty</tt> manually.
8258             </item>
8259
8260             <item>
8261                 Some systems (including previous Debian versions) use
8262                 <prgn>xmodmap</prgn> to arrange for both
8263                 <tt>&lt;--</tt> and <tt>Delete</tt> to generate
8264                 <tt>KB_Delete</tt>.  We can change the behavior of
8265                 their X clients using the same X resources that we use
8266                 to do it for our own clients, or configure our clients
8267                 using their resources when things are the other way
8268                 around.  On displays configured like this
8269                 <tt>Delete</tt> will not work, but <tt>&lt;--</tt>
8270                 will.
8271             </item>
8272
8273             <item>
8274                 Some operating systems have different <tt>kdch1</tt>
8275                 settings in their <tt>terminfo</tt> database for
8276                 <tt>xterm</tt> and others.  On these systems the
8277                 <tt>Delete</tt> key will not work correctly when you
8278                 log in from a system conforming to our policy, but
8279                 <tt>&lt;--</tt> will.
8280             </item>
8281           </list>
8282         </p>
8283       </sect>
8284
8285       <sect>
8286         <heading>Environment variables</heading>
8287
8288         <p>
8289           A program must not depend on environment variables to get
8290           reasonable defaults.  (That's because these environment
8291           variables would have to be set in a system-wide
8292           configuration file like <file>/etc/profile</file>, which is not
8293           supported by all shells.)
8294         </p>
8295
8296         <p>
8297           If a program usually depends on environment variables for its
8298           configuration, the program should be changed to fall back to
8299           a reasonable default configuration if these environment
8300           variables are not present. If this cannot be done easily
8301           (e.g., if the source code of a non-free program is not
8302           available), the program must be replaced by a small
8303           "wrapper" shell script which sets the environment variables
8304           if they are not already defined, and calls the original program.
8305         </p>
8306
8307         <p>
8308           Here is an example of a wrapper script for this purpose:
8309
8310           <example compact="compact">
8311 #!/bin/sh
8312 BAR=${BAR:-/var/lib/fubar}
8313 export BAR
8314 exec /usr/lib/foo/foo "$@"
8315           </example>
8316         </p>
8317
8318         <p>
8319           Furthermore, as <file>/etc/profile</file> is a configuration
8320           file of the <prgn>base-files</prgn> package, other packages must
8321           not put any environment variables or other commands into that
8322           file.
8323         </p>
8324       </sect>
8325
8326       <sect id="doc-base">
8327         <heading>Registering Documents using doc-base</heading>
8328
8329         <p>
8330           The <package>doc-base</package> package implements a
8331           flexible mechanism for handling and presenting
8332           documentation. The recommended practice is for every Debian
8333           package that provides online documentation (other than just
8334           manual pages) to register these documents with
8335           <package>doc-base</package> by installing a
8336           <package>doc-base</package> control file in
8337           <file>/usr/share/doc-base/</file>.
8338         </p> 
8339         <p>
8340           Please refer to the documentation that comes with the
8341           <package>doc-base</package>  package for information and
8342           details. 
8343         </p>
8344       </sect>
8345
8346       <sect id="alternateinit">
8347         <heading>Alternate init systems</heading>
8348         <p>
8349           A number of other init systems are available now in Debian that
8350           can be used in place of <package>sysvinit</package>.  Alternative
8351           init implementations must support running SysV init scripts as
8352           described at <ref id="sysvinit"> for compatibility.
8353         </p>
8354         <p>
8355           Packages may integrate with these replacement init systems by
8356           providing implementation-specific configuration information about
8357           how and when to start a service or in what order to run certain
8358           tasks at boot time.  However, any package integrating with other
8359           init systems must also be backwards-compatible with
8360           <package>sysvinit</package> by providing a SysV-style init script
8361           with the same name as and equivalent functionality to any
8362           init-specific job, as this is the only start-up configuration
8363           method guaranteed to be supported by all init implementations.  An
8364           exception to this rule is scripts or jobs provided by the init
8365           implementation itself; such jobs may be required for an
8366           implementation-specific equivalent of the <file>/etc/rcS.d/</file>
8367           scripts and may not have a one-to-one correspondence with the init
8368           scripts.
8369         </p>
8370         <sect1 id="upstart">
8371           <heading>Event-based boot with upstart</heading>
8372
8373           <p>
8374             Packages may integrate with the <prgn>upstart</prgn> event-based
8375             boot system by installing job files in the
8376             <file>/etc/init</file> directory.  SysV init scripts for which
8377             an equivalent upstart job is available must query the output of
8378             the command <prgn>initctl version</prgn> for the string
8379             <tt>upstart</tt> and avoid running in favor of the native
8380             upstart job, using a test such as this:
8381             <example compact="compact">
8382 if [ "$1" = start ] && which initctl >/dev/null && initctl version | grep -q upstart
8383 then
8384         exit 1
8385 fi
8386             </example>
8387           </p>
8388           <p>
8389             Because packages shipping upstart jobs may be installed on
8390             systems that are not using upstart, maintainer scripts must
8391             still use the common <prgn>update-rc.d</prgn> and
8392             <prgn>invoke-rc.d</prgn> interfaces for configuring runlevels
8393             and for starting and stopping services.  These maintainer
8394             scripts must not call the upstart <prgn>start</prgn>,
8395             <prgn>restart</prgn>, <prgn>reload</prgn>, or <prgn>stop</prgn>
8396             interfaces directly.  Instead, implementations of
8397             <prgn>invoke-rc.d</prgn> must detect when upstart is running and
8398             when an upstart job with the same name as an init script is
8399             present, and perform the requested action using the upstart job
8400             instead of the init script.
8401           </p>
8402           <p>
8403             Dependency-based boot managers for SysV init scripts, such as
8404             <prgn>startpar</prgn>, may avoid running a given init script
8405             entirely when an equivalent upstart job is present, to avoid
8406             unnecessary forking of no-op init scripts.  In this case, the
8407             boot manager should integrate with upstart to detect when the
8408             upstart job in question is started or stopped to know when the
8409             dependency has been satisfied.
8410           </p>
8411          </sect1>
8412       </sect>
8413
8414     </chapt>
8415
8416
8417     <chapt id="files">
8418       <heading>Files</heading>
8419
8420       <sect id="binaries">
8421         <heading>Binaries</heading>
8422
8423         <p>
8424           Two different packages must not install programs with
8425           different functionality but with the same filenames.  (The
8426           case of two programs having the same functionality but
8427           different implementations is handled via "alternatives" or
8428           the "Conflicts" mechanism.  See <ref id="maintscripts"> and
8429           <ref id="conflicts"> respectively.)  If this case happens,
8430           one of the programs must be renamed.  The maintainers should
8431           report this to the <tt>debian-devel</tt> mailing list and
8432           try to find a consensus about which program will have to be
8433           renamed.  If a consensus cannot be reached, <em>both</em>
8434           programs must be renamed.
8435         </p>
8436
8437         <p>
8438          By default, when a package is being built, any binaries
8439          created should include debugging information, as well as
8440          being compiled with optimization.  You should also turn on
8441          as many reasonable compilation warnings as possible; this
8442          makes life easier for porters, who can then look at build
8443          logs for possible problems.  For the C programming language,
8444          this means the following compilation parameters should be
8445          used:
8446           <example compact="compact">
8447 CC = gcc
8448 CFLAGS = -O2 -g -Wall # sane warning options vary between programs
8449 LDFLAGS = # none
8450 INSTALL = install -s # (or use strip on the files in debian/tmp)
8451           </example>
8452         </p>
8453
8454         <p>
8455           Note that by default all installed binaries should be stripped,
8456           either by using the <tt>-s</tt> flag to
8457           <prgn>install</prgn>, or by calling <prgn>strip</prgn> on
8458           the binaries after they have been copied into
8459           <file>debian/tmp</file> but before the tree is made into a
8460           package.
8461         </p>
8462
8463         <p>
8464           Although binaries in the build tree should be compiled with
8465           debugging information by default, it can often be difficult to
8466           debug programs if they are also subjected to compiler
8467           optimization.  For this reason, it is recommended to support the
8468           standardized environment variable <tt>DEB_BUILD_OPTIONS</tt>
8469           (see <ref id="debianrules-options">).  This variable can contain
8470           several flags to change how a package is compiled and built.
8471         </p>
8472
8473         <p>
8474           It is up to the package maintainer to decide what
8475           compilation options are best for the package.  Certain
8476           binaries (such as computationally-intensive programs) will
8477           function better with certain flags (<tt>-O3</tt>, for
8478           example); feel free to use them.  Please use good judgment
8479           here.  Don't use flags for the sake of it; only use them
8480           if there is good reason to do so.  Feel free to override
8481           the upstream author's ideas about which compilation
8482           options are best: they are often inappropriate for our
8483           environment.
8484         </p>
8485       </sect>
8486
8487
8488       <sect id="libraries">
8489         <heading>Libraries</heading>
8490
8491         <p>
8492           If the package is <strong>architecture: any</strong>, then
8493           the shared library compilation and linking flags must have
8494           <tt>-fPIC</tt>, or the package shall not build on some of
8495           the supported architectures<footnote>
8496             <p>
8497               If you are using GCC, <tt>-fPIC</tt> produces code with
8498               relocatable position independent code, which is required for
8499               most architectures to create a shared library, with i386 and
8500               perhaps some others where non position independent code is
8501               permitted in a shared library.
8502             </p>
8503             <p>
8504               Position independent code may have a performance penalty,
8505               especially on <tt>i386</tt>. However, in most cases the
8506               speed penalty must be measured against the memory wasted on
8507               the few architectures where non position independent code is
8508               even possible.
8509             </p>
8510           </footnote>. Any exception to this rule must be discussed on
8511           the mailing list <em>debian-devel@lists.debian.org</em>, and
8512           a rough consensus obtained.  The reasons for not compiling
8513           with <tt>-fPIC</tt> flag must be recorded in the file
8514           <tt>README.Debian</tt>, and care must be taken to either
8515           restrict the architecture or arrange for <tt>-fPIC</tt> to
8516           be used on architectures where it is required.<footnote>
8517             <p>
8518               Some of the reasons why this might be required is if the
8519               library contains hand crafted assembly code that is not
8520               relocatable, the speed penalty is excessive for compute
8521               intensive libs, and similar reasons.
8522             </p>
8523           </footnote>
8524         </p>
8525         <p>
8526           As to the static libraries, the common case is not to have
8527           relocatable code, since there is no benefit, unless in specific
8528           cases; therefore the static version must not be compiled
8529           with the <tt>-fPIC</tt> flag. Any exception to this rule
8530           should be discussed on the mailing list
8531           <em>debian-devel@lists.debian.org</em>,  and the reasons for
8532           compiling with the <tt>-fPIC</tt> flag must be recorded in
8533           the file <tt>README.Debian</tt>. <footnote>
8534             <p>
8535               Some of the reasons for linking static libraries with
8536               the <tt>-fPIC</tt> flag are if, for example, one needs a
8537               Perl API for a library that is under rapid development,
8538               and has an unstable API, so shared libraries are
8539               pointless at this phase of the library's development. In
8540               that case, since Perl needs a library with relocatable
8541               code, it may make sense to create a static library with
8542               relocatable code. Another reason cited is if you are
8543               distilling various libraries into a common shared
8544               library, like <tt>mklibs</tt> does in the Debian
8545               installer project.
8546             </p>
8547           </footnote>
8548         </p>
8549         <p>
8550           In other words, if both a shared and a static library is
8551           being built, each source unit (<tt>*.c</tt>, for example,
8552           for C files) will need to be compiled twice, for the normal
8553           case. 
8554         </p>
8555
8556         <p>
8557           Libraries should be built with threading support and to be
8558           thread-safe if the library supports this.
8559         </p>
8560
8561         <p>
8562           Although not enforced by the build tools, shared libraries
8563           must be linked against all libraries that they use symbols from
8564           in the same way that binaries are.  This ensures the correct
8565           functioning of the <qref id="sharedlibs-symbols">symbols</qref>
8566           and <qref id="sharedlibs-shlibdeps">shlibs</qref>
8567           systems and guarantees that all libraries can be safely opened
8568           with <tt>dlopen()</tt>.  Packagers may wish to use the gcc
8569           option <tt>-Wl,-z,defs</tt> when building a shared library.
8570           Since this option enforces symbol resolution at build time,
8571           a missing library reference will be caught early as a fatal
8572           build error.
8573         </p>
8574
8575         <p>
8576           All installed shared libraries should be stripped with
8577           <example compact="compact">
8578 strip --strip-unneeded <var>your-lib</var>
8579           </example>
8580           (The option <tt>--strip-unneeded</tt> makes
8581           <prgn>strip</prgn> remove only the symbols which aren't
8582           needed for relocation processing.)  Shared libraries can
8583           function perfectly well when stripped, since the symbols for
8584           dynamic linking are in a separate part of the ELF object
8585           file.<footnote>
8586               You might also want to use the options
8587               <tt>--remove-section=.comment</tt> and
8588               <tt>--remove-section=.note</tt> on both shared libraries
8589               and executables, and <tt>--strip-debug</tt> on static
8590               libraries.
8591           </footnote>
8592         </p>
8593
8594         <p>
8595           Note that under some circumstances it may be useful to
8596           install a shared library unstripped, for example when
8597           building a separate package to support debugging.
8598         </p>
8599
8600         <p>
8601           Shared object files (often <file>.so</file> files) that are not
8602           public libraries, that is, they are not meant to be linked
8603           to by third party executables (binaries of other packages),
8604           should be installed in subdirectories of the
8605           <file>/usr/lib</file> directory.  Such files are exempt from the
8606           rules that govern ordinary shared libraries, except that
8607           they must not be installed executable and should be
8608           stripped.<footnote>
8609               A common example are the so-called "plug-ins",
8610               internal shared objects that are dynamically loaded by
8611               programs using <manref name="dlopen" section="3">.
8612           </footnote>
8613         </p>
8614
8615         <p>
8616           Packages that use <prgn>libtool</prgn> to create and install
8617           their shared libraries install a file containing additional
8618           metadata (ending in <file>.la</file>) alongside the library.
8619           For public libraries intended for use by other packages, these
8620           files normally should not be included in the Debian package,
8621           since the information they include is not necessary to link with
8622           the shared library on Debian and can add unnecessary additional
8623           dependencies to other programs or libraries.<footnote>
8624             These files store, among other things, all libraries on which
8625             that shared library depends.  Unfortunately, if
8626             the <file>.la</file> file is present and contains that
8627             dependency information, using <prgn>libtool</prgn> when
8628             linking against that library will cause the resulting program
8629             or library to be linked against those dependencies as well,
8630             even if this is unnecessary.  This can create unneeded
8631             dependencies on shared library packages that would otherwise
8632             be hidden behind the library ABI, and can make library
8633             transitions to new SONAMEs unnecessarily complicated and
8634             difficult to manage.
8635           </footnote>
8636           If the <file>.la</file> file is required for that library (if,
8637           for instance, it's loaded via <tt>libltdl</tt> in a way that
8638           requires that meta-information), the <tt>dependency_libs</tt>
8639           setting in the <file>.la</file> file should normally be set to
8640           the empty string.  If the shared library development package has
8641           historically included the <file>.la</file>, it must be retained
8642           in the development package (with <tt>dependency_libs</tt>
8643           emptied) until all libraries that depend on it have removed or
8644           emptied <tt>dependency_libs</tt> in their <file>.la</file>
8645           files to prevent linking with those other libraries
8646           using <prgn>libtool</prgn> from failing.
8647         </p>
8648
8649         <p>
8650           If the <file>.la</file> must be included, it should be included
8651           in the development (<tt>-dev</tt>) package, unless the library
8652           will be loaded by <prgn>libtool</prgn>'s <tt>libltdl</tt>
8653           library.  If it is intended for use with <tt>libltdl</tt>,
8654           the <file>.la</file> files must go in the run-time library
8655           package.
8656         </p>
8657
8658         <p>
8659           These requirements for handling of <file>.la</file> files do not
8660           apply to loadable modules or libraries not installed in
8661           directories searched by default by the dynamic linker.  Packages
8662           installing loadable modules will frequently need to install
8663           the <file>.la</file> files alongside the modules so that they
8664           can be loaded by <tt>libltdl</tt>.  <tt>dependency_libs</tt>
8665           does not need to be modified for libraries or modules that are
8666           not installed in directories searched by the dynamic linker by
8667           default and not intended for use by other packages.
8668         </p>
8669
8670         <p>
8671           You must make sure that you use only released versions of
8672           shared libraries to build your packages; otherwise other
8673           users will not be able to run your binaries
8674           properly. Producing source packages that depend on
8675           unreleased compilers is also usually a bad
8676           idea.
8677         </p>
8678       </sect>
8679
8680
8681       <sect>
8682         <heading>Shared libraries</heading>
8683         <p>
8684           This section has moved to <ref id="sharedlibs">.
8685         </p>
8686       </sect>
8687
8688
8689       <sect id="scripts">
8690         <heading>Scripts</heading>
8691
8692         <p>
8693           All command scripts, including the package maintainer
8694           scripts inside the package and used by <prgn>dpkg</prgn>,
8695           should have a <tt>#!</tt> line naming the shell to be used
8696           to interpret them.
8697         </p>
8698
8699         <p>
8700           In the case of Perl scripts this should be
8701           <tt>#!/usr/bin/perl</tt>.
8702         </p>
8703
8704         <p>
8705           When scripts are installed into a directory in the system
8706           PATH, the script name should not include an extension such
8707           as <tt>.sh</tt> or <tt>.pl</tt> that denotes the scripting
8708           language currently used to implement it.
8709         </p>
8710         <p>
8711           Shell scripts (<prgn>sh</prgn> and <prgn>bash</prgn>) other than
8712           <file>init.d</file> scripts should almost certainly start
8713           with <tt>set -e</tt> so that errors are detected.
8714           <file>init.d</file> scripts are something of a special case, due
8715           to how frequently they need to call commands that are allowed to
8716           fail, and it may instead be easier to check the exit status of
8717           commands directly.  See <ref id="writing-init"> for more
8718           information about writing <file>init.d</file> scripts.
8719         </p>
8720         <p>
8721           Every script should use <tt>set -e</tt> or check the exit status
8722           of <em>every</em> command.
8723         </p>
8724         <p>
8725           Scripts may assume that <file>/bin/sh</file> implements the
8726           SUSv3 Shell Command Language<footnote>
8727             Single UNIX Specification, version 3, which is also IEEE
8728             1003.1-2004 (POSIX), and is available on the World Wide Web
8729             from <url id="http://www.unix.org/version3/online.html"
8730                       name="The Open Group"> after free
8731             registration.</footnote>
8732           plus the following additional features not mandated by
8733           SUSv3:<footnote>
8734             These features are in widespread use in the Linux community
8735             and are implemented in all of bash, dash, and ksh, the most
8736             common shells users may wish to use as <file>/bin/sh</file>.
8737           </footnote>
8738           <list>
8739             <item><tt>echo -n</tt>, if implemented as a shell built-in,
8740               must not generate a newline.</item>
8741             <item><tt>test</tt>, if implemented as a shell built-in, must
8742               support <tt>-a</tt> and <tt>-o</tt> as binary logical
8743               operators.</item>
8744             <item><tt>local</tt> to create a scoped variable must be
8745               supported, including listing multiple variables in a single
8746               local command and assigning a value to a variable at the
8747               same time as localizing it.  <tt>local</tt> may or
8748               may not preserve the variable value from an outer scope if
8749               no assignment is present.  Uses such as:
8750 <example compact>
8751 fname () {
8752     local a b c=delta d
8753     # ... use a, b, c, d ...
8754 }
8755 </example>
8756               must be supported and must set the value of <tt>c</tt> to
8757               <tt>delta</tt>.
8758             </item>
8759             <item>The XSI extension to <prgn>kill</prgn> allowing <tt>kill
8760               -<var>signal</var></tt>, where <var>signal</var> is either
8761               the name of a signal or one of the numeric signals listed in
8762               the XSI extension (0, 1, 2, 3, 6, 9, 14, and 15), must be
8763               supported if <prgn>kill</prgn> is implemented as a shell
8764               built-in.
8765             </item>
8766             <item>The XSI extension to <prgn>trap</prgn> allowing numeric
8767               signals must be supported.  In addition to the signal
8768               numbers listed in the extension, which are the same as for
8769               <prgn>kill</prgn> above, 13 (SIGPIPE) must be allowed.
8770             </item>
8771           </list>
8772           If a shell script requires non-SUSv3 features from the shell
8773           interpreter other than those listed above, the appropriate shell
8774           must be specified in the first line of the script (e.g.,
8775           <tt>#!/bin/bash</tt>) and the package must depend on the package
8776           providing the shell (unless the shell package is marked
8777           "Essential", as in the case of <prgn>bash</prgn>).
8778         </p>
8779
8780         <p>
8781           You may wish to restrict your script to SUSv3 features plus the
8782           above set when possible so that it may use <file>/bin/sh</file>
8783           as its interpreter.  Checking your script
8784           with <prgn>checkbashisms</prgn> from
8785           the <package>devscripts</package> package or running your script
8786           with an alternate shell such as <prgn>posh</prgn> may help
8787           uncover violations of the above requirements.  If in doubt
8788           whether a script complies with these requirements,
8789           use <file>/bin/bash</file>.
8790         </p>
8791
8792         <p>
8793           Perl scripts should check for errors when making any
8794           system calls, including <tt>open</tt>, <tt>print</tt>,
8795           <tt>close</tt>, <tt>rename</tt> and <tt>system</tt>.
8796         </p>
8797
8798         <p>
8799           <prgn>csh</prgn> and <prgn>tcsh</prgn> should be avoided as
8800           scripting languages.  See <em>Csh Programming Considered
8801           Harmful</em>, one of the <tt>comp.unix.*</tt> FAQs, which
8802           can be found at <url id="http://www.faqs.org/faqs/unix-faq/shell/csh-whynot/">.
8803           If an upstream package comes with <prgn>csh</prgn> scripts
8804           then you must make sure that they start with
8805           <tt>#!/bin/csh</tt> and make your package depend on the
8806           <prgn>c-shell</prgn> virtual package.
8807         </p>
8808
8809         <p>
8810           Any scripts which create files in world-writeable
8811           directories (e.g., in <file>/tmp</file>) must use a
8812           mechanism which will fail atomically if a file with the same
8813           name already exists.
8814         </p>
8815
8816         <p>
8817           The Debian base system provides the <prgn>tempfile</prgn>
8818           and <prgn>mktemp</prgn> utilities for use by scripts for
8819           this purpose.
8820         </p>
8821       </sect>
8822
8823
8824       <sect>
8825         <heading>Symbolic links</heading>
8826
8827         <p>
8828           In general, symbolic links within a top-level directory should
8829           be relative, and symbolic links pointing from one top-level
8830           directory to or into another should be absolute. (A top-level
8831           directory is a sub-directory of the root
8832           directory <file>/</file>.)  For example, a symbolic link
8833           from <file>/usr/lib/foo</file> to <file>/usr/share/bar</file>
8834           should be relative (<file>../share/bar</file>), but a symbolic
8835           link from <file>/var/run</file> to <file>/run</file> should be
8836           absolute.<footnote>
8837             This is necessary to allow top-level directories to be
8838             symlinks.  If linking <file>/var/run</file>
8839             to <file>/run</file> were done with the relative symbolic
8840             link <file>../run</file>, but <file>/var</file> were a
8841             symbolic link to <file>/srv/disk1</file>, the symbolic link
8842             would point to <file>/srv/run</file> rather than the intended
8843             target.
8844           </footnote>
8845         </p>
8846
8847         <p>
8848           In addition, symbolic links should be specified as short as
8849           possible, i.e., link targets like <file>foo/../bar</file> are
8850           deprecated.
8851         </p>
8852
8853         <p>
8854           Note that when creating a relative link using
8855           <prgn>ln</prgn> it is not necessary for the target of the
8856           link to exist relative to the working directory you're
8857           running <prgn>ln</prgn> from, nor is it necessary to change
8858           directory to the directory where the link is to be made.
8859           Simply include the string that should appear as the target
8860           of the link (this will be a pathname relative to the
8861           directory in which the link resides) as the first argument
8862           to <prgn>ln</prgn>.
8863         </p>
8864
8865         <p>
8866           For example, in your <prgn>Makefile</prgn> or
8867           <file>debian/rules</file>, you can do things like:
8868           <example compact="compact">
8869 ln -fs gcc $(prefix)/bin/cc
8870 ln -fs gcc debian/tmp/usr/bin/cc
8871 ln -fs ../sbin/sendmail $(prefix)/bin/runq
8872 ln -fs ../sbin/sendmail debian/tmp/usr/bin/runq
8873           </example>
8874         </p>
8875
8876         <p>
8877           A symbolic link pointing to a compressed file (in the sense
8878           that it is meant to be uncompressed with <prgn>unzip</prgn>
8879           or <prgn>zless</prgn> etc.) should always
8880           have the same file extension as the referenced file. (For
8881           example, if a file <file>foo.gz</file> is referenced by a
8882           symbolic link, the filename of the link has to end with
8883           "<file>.gz</file>" too, as in <file>bar.gz</file>.)
8884         </p>
8885       </sect>
8886
8887       <sect>
8888         <heading>Device files</heading>
8889
8890         <p>
8891           Packages must not include device files or named pipes in the
8892           package file tree.
8893         </p>
8894
8895         <p>
8896           If a package needs any special device files that are not
8897           included in the base system, it must call
8898           <prgn>MAKEDEV</prgn> in the <prgn>postinst</prgn> script,
8899           after notifying the user<footnote>
8900               This notification could be done via a (low-priority)
8901               debconf message, or an echo (printf) statement.
8902           </footnote>.
8903         </p>
8904
8905         <p>
8906           Packages must not remove any device files in the
8907           <prgn>postrm</prgn> or any other script. This is left to the
8908           system administrator.
8909         </p>
8910
8911         <p>
8912           Debian uses the serial devices
8913           <file>/dev/ttyS*</file>. Programs using the old
8914           <file>/dev/cu*</file> devices should be changed to use
8915           <file>/dev/ttyS*</file>.
8916         </p>
8917
8918         <p>
8919           Named pipes needed by the package must be created in
8920           the <prgn>postinst</prgn> script<footnote>
8921             It's better to use <prgn>mkfifo</prgn> rather
8922             than <prgn>mknod</prgn> to create named pipes so that
8923             automated checks for packages incorrectly creating device
8924             files with <prgn>mknod</prgn> won't have false positives.
8925           </footnote> and removed in
8926           the <prgn>prerm</prgn> or <prgn>postrm</prgn> script as
8927           appropriate.
8928         </p>
8929       </sect>
8930
8931       <sect id="config-files">
8932         <heading>Configuration files</heading>
8933
8934         <sect1>
8935           <heading>Definitions</heading>
8936
8937           <p>
8938             <taglist>
8939               <tag>configuration file</tag>
8940               <item>
8941                   A file that affects the operation of a program, or
8942                   provides site- or host-specific information, or
8943                   otherwise customizes the behavior of a program.
8944                   Typically, configuration files are intended to be
8945                   modified by the system administrator (if needed or
8946                   desired) to conform to local policy or to provide
8947                   more useful site-specific behavior.
8948               </item>
8949
8950               <tag><tt>conffile</tt></tag>
8951               <item>
8952                   A file listed in a package's <tt>conffiles</tt>
8953                   file, and is treated specially by <prgn>dpkg</prgn>
8954                   (see <ref id="configdetails">).
8955               </item>
8956             </taglist>
8957           </p>
8958
8959           <p>
8960             The distinction between these two is important; they are
8961             not interchangeable concepts. Almost all
8962             <tt>conffile</tt>s are configuration files, but many
8963             configuration files are not <tt>conffiles</tt>.
8964           </p>
8965
8966           <p>
8967             As noted elsewhere, <file>/etc/init.d</file> scripts,
8968             <file>/etc/default</file> files, scripts installed in
8969             <file>/etc/cron.{hourly,daily,weekly,monthly}</file>, and cron
8970             configuration installed in <file>/etc/cron.d</file> must be
8971             treated as configuration files.  In general, any script that
8972             embeds configuration information is de-facto a configuration
8973             file and should be treated as such.
8974           </p>
8975         </sect1>
8976
8977         <sect1>
8978           <heading>Location</heading>
8979
8980           <p>
8981             Any configuration files created or used by your package
8982             must reside in <file>/etc</file>. If there are several,
8983             consider creating a subdirectory of <file>/etc</file>
8984             named after your package.
8985           </p>
8986
8987           <p>
8988             If your package creates or uses configuration files
8989             outside of <file>/etc</file>, and it is not feasible to modify
8990             the package to use <file>/etc</file> directly, put the files
8991             in <file>/etc</file> and create symbolic links to those files
8992             from the location that the package requires.
8993           </p>
8994         </sect1>
8995
8996         <sect1>
8997           <heading>Behavior</heading>
8998
8999           <p>
9000             Configuration file handling must conform to the following
9001             behavior:
9002             <list compact="compact">
9003               <item>
9004                   local changes must be preserved during a package
9005                   upgrade, and
9006               </item>
9007               <item>
9008                   configuration files must be preserved when the
9009                   package is removed, and only deleted when the
9010                   package is purged.
9011               </item>
9012             </list>
9013             Obsolete configuration files without local changes may be
9014             removed by the package during upgrade.
9015           </p>
9016
9017           <p>
9018             The easy way to achieve this behavior is to make the
9019             configuration file a <tt>conffile</tt>. This is
9020             appropriate only if it is possible to distribute a default
9021             version that will work for most installations, although
9022             some system administrators may choose to modify it. This
9023             implies that the default version will be part of the
9024             package distribution, and must not be modified by the
9025             maintainer scripts during installation (or at any other
9026             time).
9027           </p>
9028
9029           <p>
9030             In order to ensure that local changes are preserved
9031             correctly, no package may contain or make hard links to
9032             conffiles.<footnote>
9033                 Rationale: There are two problems with hard links.
9034                 The first is that some editors break the link while
9035                 editing one of the files, so that the two files may
9036                 unwittingly become unlinked and different.  The second
9037                 is that <prgn>dpkg</prgn> might break the hard link
9038                 while upgrading <tt>conffile</tt>s.
9039             </footnote>
9040           </p>
9041
9042           <p>
9043             The other way to do it is via the maintainer scripts.  In
9044             this case, the configuration file must not be listed as a
9045             <tt>conffile</tt> and must not be part of the package
9046             distribution. If the existence of a file is required for
9047             the package to be sensibly configured it is the
9048             responsibility of the package maintainer to provide
9049             maintainer scripts which correctly create, update and
9050             maintain the file and remove it on purge.  (See <ref
9051             id="maintainerscripts"> for more information.)  These
9052             scripts must be idempotent (i.e., must work correctly if
9053             <prgn>dpkg</prgn> needs to re-run them due to errors
9054             during installation or removal), must cope with all the
9055             variety of ways <prgn>dpkg</prgn> can call maintainer
9056             scripts, must not overwrite or otherwise mangle the user's
9057             configuration without asking, must not ask unnecessary
9058             questions (particularly during upgrades), and must
9059             otherwise be good citizens.
9060           </p>
9061
9062           <p>
9063             The scripts are not required to configure every possible
9064             option for the package, but only those necessary to get
9065             the package running on a given system. Ideally the
9066             sysadmin should not have to do any configuration other
9067             than that done (semi-)automatically by the
9068             <prgn>postinst</prgn> script.
9069           </p>
9070
9071           <p>
9072             A common practice is to create a script called
9073             <file><var>package</var>-configure</file> and have the
9074             package's <prgn>postinst</prgn> call it if and only if the
9075             configuration file does not already exist.  In certain
9076             cases it is useful for there to be an example or template
9077             file which the maintainer scripts use.  Such files should
9078             be in <file>/usr/share/<var>package</var></file> or
9079             <file>/usr/lib/<var>package</var></file> (depending on whether
9080             they are architecture-independent or not).  There should
9081             be symbolic links to them from
9082             <file>/usr/share/doc/<var>package</var>/examples</file> if
9083             they are examples, and should be perfectly ordinary
9084             <prgn>dpkg</prgn>-handled files (<em>not</em>
9085             configuration files).
9086           </p>
9087
9088           <p>
9089             These two styles of configuration file handling must
9090             not be mixed, for that way lies madness:
9091             <prgn>dpkg</prgn> will ask about overwriting the file
9092             every time the package is upgraded.
9093           </p>
9094         </sect1>
9095
9096         <sect1>
9097           <heading>Sharing configuration files</heading>
9098
9099           <p>
9100             If two or more packages use the same configuration file
9101             and it is reasonable for both to be installed at the same
9102             time, one of these packages must be defined as
9103             <em>owner</em> of the configuration file, i.e., it will be
9104             the package which handles that file as a configuration
9105             file.  Other packages that use the configuration file must
9106             depend on the owning package if they require the
9107             configuration file to operate. If the other package will
9108             use the configuration file if present, but is capable of
9109             operating without it, no dependency need be declared.
9110           </p>
9111
9112           <p>
9113             If it is desirable for two or more related packages to
9114             share a configuration file <em>and</em> for all of the
9115             related packages to be able to modify that configuration
9116             file, then the following should be done:
9117             <enumlist compact="compact">
9118               <item>
9119                   One of the related packages (the "owning" package)
9120                   will manage the configuration file with maintainer
9121                   scripts as described in the previous section.
9122               </item>
9123               <item>
9124                   The owning package should also provide a program
9125                   that the other packages may use to modify the
9126                   configuration file.
9127               </item>
9128               <item>
9129                   The related packages must use the provided program
9130                   to make any desired modifications to the
9131                   configuration file.  They should either depend on
9132                   the core package to guarantee that the configuration
9133                   modifier program is available or accept gracefully
9134                   that they cannot modify the configuration file if it
9135                   is not.  (This is in addition to the fact that the
9136                   configuration file may not even be present in the
9137                   latter scenario.)
9138               </item>
9139             </enumlist>
9140           </p>
9141
9142           <p>
9143             Sometimes it's appropriate to create a new package which
9144             provides the basic infrastructure for the other packages
9145             and which manages the shared configuration files.  (The
9146             <tt>sgml-base</tt> package is a good example.)
9147           </p>
9148
9149           <p>
9150             If the configuration file cannot be shared as described above,
9151             the packages must be marked as conflicting with each other.
9152             Two packages that specify the same file as
9153             a <tt>conffile</tt> must conflict.  This is an instance of the
9154             general rule about not sharing files.  Neither alternatives
9155             nor diversions are likely to be appropriate in this case; in
9156             particular, <prgn>dpkg</prgn> does not handle diverted
9157             <tt>conffile</tt>s well.
9158           </p>
9159
9160           <p>
9161             When two packages both declare the same <tt>conffile</tt>, they
9162             may see left-over configuration files from each other even
9163             though they conflict with each other.  If a user removes
9164             (without purging) one of the packages and installs the other,
9165             the new package will take over the <tt>conffile</tt> from the
9166             old package.  If the file was modified by the user, it will be
9167             treated the same as any other locally
9168             modified <tt>conffile</tt> during an upgrade.
9169           </p>
9170
9171           <p>
9172             The maintainer scripts must not alter a <tt>conffile</tt>
9173             of <em>any</em> package, including the one the scripts
9174             belong to.
9175           </p>
9176         </sect1>
9177
9178         <sect1>
9179           <heading>User configuration files ("dotfiles")</heading>
9180
9181           <p>
9182             The files in <file>/etc/skel</file> will automatically be
9183             copied into new user accounts by <prgn>adduser</prgn>.
9184             No other program should reference the files in
9185             <file>/etc/skel</file>.
9186           </p>
9187
9188           <p>
9189             Therefore, if a program needs a dotfile to exist in
9190             advance in <file>$HOME</file> to work sensibly, that dotfile
9191             should be installed in <file>/etc/skel</file> and treated as a
9192             configuration file.
9193           </p>
9194
9195           <p>
9196             However, programs that require dotfiles in order to
9197             operate sensibly are a bad thing, unless they do create
9198             the dotfiles themselves automatically.
9199           </p>
9200
9201           <p>
9202             Furthermore, programs should be configured by the Debian
9203             default installation to behave as closely to the upstream
9204             default behavior as possible.
9205           </p>
9206
9207           <p>
9208             Therefore, if a program in a Debian package needs to be
9209             configured in some way in order to operate sensibly, that
9210             should be done using a site-wide configuration file placed
9211             in <file>/etc</file>.  Only if the program doesn't support a
9212             site-wide default configuration and the package maintainer
9213             doesn't have time to add it may a default per-user file be
9214             placed in <file>/etc/skel</file>.
9215           </p>
9216
9217           <p>
9218             <file>/etc/skel</file> should be as empty as we can make it.
9219             This is particularly true because there is no easy (or
9220             necessarily desirable) mechanism for ensuring that the
9221             appropriate dotfiles are copied into the accounts of
9222             existing users when a package is installed.
9223           </p>
9224         </sect1>
9225       </sect>
9226
9227       <sect>
9228         <heading>Log files</heading>
9229         <p>
9230           Log files should usually be named
9231           <file>/var/log/<var>package</var>.log</file>.  If you have many
9232           log files, or need a separate directory for permission
9233           reasons (<file>/var/log</file> is writable only by
9234           <file>root</file>), you should usually create a directory named
9235           <file>/var/log/<var>package</var></file> and place your log
9236           files there.
9237         </p>
9238
9239         <p>
9240           Log files must be rotated occasionally so that they don't grow
9241           indefinitely.  The best way to do this is to install a log
9242           rotation configuration file in the
9243           directory <file>/etc/logrotate.d</file>, normally
9244           named <file>/etc/logrotate.d/<var>package</var></file>, and use
9245           the facilities provided by <prgn>logrotate</prgn>.
9246           <footnote>
9247             <p>
9248               The traditional approach to log files has been to set up
9249               <em>ad hoc</em> log rotation schemes using simple shell
9250               scripts and cron.  While this approach is highly
9251               customizable, it requires quite a lot of sysadmin work.
9252               Even though the original Debian system helped a little
9253               by automatically installing a system which can be used
9254               as a template, this was deemed not enough.
9255             </p>
9256
9257             <p>
9258               The use of <prgn>logrotate</prgn>, a program developed
9259               by Red Hat, is better, as it centralizes log management.
9260               It has both a configuration file
9261               (<file>/etc/logrotate.conf</file>) and a directory where
9262               packages can drop their individual log rotation
9263               configurations (<file>/etc/logrotate.d</file>).
9264             </p>
9265           </footnote>
9266           Here is a good example for a logrotate config
9267           file (for more information see <manref name="logrotate"
9268             section="8">):
9269           <example compact="compact">
9270 /var/log/foo/*.log {
9271     rotate 12
9272     weekly
9273     compress
9274     missingok
9275     postrotate
9276         start-stop-daemon -K -p /var/run/foo.pid -s HUP -x /usr/sbin/foo -q
9277     endscript
9278 }
9279           </example>
9280           This rotates all files under <file>/var/log/foo</file>, saves 12
9281           compressed generations, and tells the daemon to reopen its log
9282           files after the log rotation.  It skips this log rotation
9283           (via <tt>missingok</tt>) if no such log file is present, which
9284           avoids errors if the package is removed but not purged.
9285         </p>
9286
9287         <p>
9288           Log files should be removed when the package is
9289           purged (but not when it is only removed).  This should be
9290           done by the <prgn>postrm</prgn> script when it is called
9291           with the argument <tt>purge</tt> (see <ref
9292           id="removedetails">).
9293         </p>
9294       </sect>
9295
9296       <sect id="permissions-owners">
9297         <heading>Permissions and owners</heading>
9298
9299         <p>
9300           The rules in this section are guidelines for general use.
9301           If necessary you may deviate from the details below.
9302           However, if you do so you must make sure that what is done
9303           is secure and you should try to be as consistent as possible
9304           with the rest of the system.  You should probably also
9305           discuss it on <prgn>debian-devel</prgn> first.
9306         </p>
9307
9308         <p>
9309           Files should be owned by <tt>root:root</tt>, and made
9310           writable only by the owner and universally readable (and
9311           executable, if appropriate), that is mode 644 or 755.
9312         </p>
9313
9314         <p>
9315           Directories should be mode 755 or (for group-writability)
9316           mode 2775.  The ownership of the directory should be
9317           consistent with its mode: if a directory is mode 2775, it
9318           should be owned by the group that needs write access to
9319           it.<footnote>
9320             <p>
9321               When a package is upgraded, and the owner or permissions
9322               of a file included in the package has changed, dpkg
9323               arranges for the ownership and permissions to be
9324               correctly set upon installation. However, this does not
9325               extend to directories; the permissions and ownership of
9326               directories already on the system does not change on
9327               install or upgrade of packages.  This makes sense, since
9328               otherwise common directories like <tt>/usr</tt> would
9329               always be in flux.  To correctly change permissions of a
9330               directory the package owns, explicit action is required,
9331               usually in the <tt>postinst</tt> script. Care must be
9332               taken to handle downgrades as well, in that case.
9333             </p>
9334           </footnote>
9335         </p>
9336
9337         <p>
9338           Control information files should be owned by <tt>root:root</tt>
9339           and either mode 644 (for most files) or mode 755 (for
9340           executables such as <qref id="maintscripts">maintainer
9341           scripts</qref>).
9342         </p>
9343
9344         <p>
9345           Setuid and setgid executables should be mode 4755 or 2755
9346           respectively, and owned by the appropriate user or group.
9347           They should not be made unreadable (modes like 4711 or
9348           2711 or even 4111); doing so achieves no extra security,
9349           because anyone can find the binary in the freely available
9350           Debian package; it is merely inconvenient.  For the same
9351           reason you should not restrict read or execute permissions
9352           on non-set-id executables.
9353         </p>
9354
9355         <p>
9356           Some setuid programs need to be restricted to particular
9357           sets of users, using file permissions.  In this case they
9358           should be owned by the uid to which they are set-id, and by
9359           the group which should be allowed to execute them.  They
9360           should have mode 4754; again there is no point in making
9361           them unreadable to those users who must not be allowed to
9362           execute them.
9363         </p>
9364
9365         <p>
9366           It is possible to arrange that the system administrator can
9367           reconfigure the package to correspond to their local
9368           security policy by changing the permissions on a binary:
9369           they can do this by using <prgn>dpkg-statoverride</prgn>, as
9370           described below.<footnote>
9371             Ordinary files installed by <prgn>dpkg</prgn> (as
9372             opposed to <tt>conffile</tt>s and other similar objects)
9373             normally have their permissions reset to the distributed
9374             permissions when the package is reinstalled.  However,
9375             the use of <prgn>dpkg-statoverride</prgn> overrides this
9376             default behavior.
9377           </footnote>
9378           Another method you should consider is to create a group for
9379           people allowed to use the program(s) and make any setuid
9380           executables executable only by that group.
9381         </p>
9382
9383         <p>
9384           If you need to create a new user or group for your package
9385           there are two possibilities.  Firstly, you may need to
9386           make some files in the binary package be owned by this
9387           user or group, or you may need to compile the user or
9388           group id (rather than just the name) into the binary
9389           (though this latter should be avoided if possible, as in
9390           this case you need a statically allocated id).</p>
9391
9392         <p>
9393           If you need a statically allocated id, you must ask for a
9394           user or group id from the <tt>base-passwd</tt> maintainer,
9395           and must not release the package until you have been
9396           allocated one.  Once you have been allocated one you must
9397           either make the package depend on a version of the
9398           <tt>base-passwd</tt> package with the id present in
9399           <file>/etc/passwd</file> or <file>/etc/group</file>, or arrange for
9400           your package to create the user or group itself with the
9401           correct id (using <tt>adduser</tt>) in its
9402           <prgn>preinst</prgn> or <prgn>postinst</prgn>.  (Doing it in
9403           the <prgn>postinst</prgn> is to be preferred if it is
9404           possible, otherwise a pre-dependency will be needed on the
9405           <tt>adduser</tt> package.)
9406         </p>
9407
9408         <p>
9409           On the other hand, the program might be able to determine
9410           the uid or gid from the user or group name at runtime, so
9411           that a dynamically allocated id can be used.  In this case
9412           you should choose an appropriate user or group name,
9413           discussing this on <prgn>debian-devel</prgn> and checking
9414           with the <package/base-passwd/ maintainer that it is unique and that
9415           they do not wish you to use a statically allocated id
9416           instead.  When this has been checked you must arrange for
9417           your package to create the user or group if necessary using
9418           <prgn>adduser</prgn> in the <prgn>preinst</prgn> or
9419           <prgn>postinst</prgn> script (again, the latter is to be
9420           preferred if it is possible).
9421         </p>
9422
9423         <p>
9424           Note that changing the numeric value of an id associated
9425           with a name is very difficult, and involves searching the
9426           file system for all appropriate files.  You need to think
9427           carefully whether a static or dynamic id is required, since
9428           changing your mind later will cause problems.
9429         </p>
9430
9431         <sect1><heading>The use of <prgn>dpkg-statoverride</prgn></heading>
9432           <p>
9433             This section is not intended as policy, but as a
9434             description of the use of <prgn>dpkg-statoverride</prgn>.
9435           </p>
9436
9437           <p>
9438             If a system administrator wishes to have a file (or
9439             directory or other such thing) installed with owner and
9440             permissions different from those in the distributed Debian
9441             package, they can use the <prgn>dpkg-statoverride</prgn>
9442             program to instruct <prgn>dpkg</prgn> to use the different
9443             settings every time the file is installed.  Thus the
9444             package maintainer should distribute the files with their
9445             normal permissions, and leave it for the system
9446             administrator to make any desired changes.  For example, a
9447             daemon which is normally required to be setuid root, but
9448             in certain situations could be used without being setuid,
9449             should be installed setuid in the <tt>.deb</tt>.  Then the
9450             local system administrator can change this if they wish.
9451             If there are two standard ways of doing it, the package
9452             maintainer can use <tt>debconf</tt> to find out the
9453             preference, and call <prgn>dpkg-statoverride</prgn> in the
9454             maintainer script if necessary to accommodate the system
9455             administrator's choice. Care must be taken during
9456             upgrades to not override an existing setting.
9457           </p>
9458
9459           <p>
9460             Given the above, <prgn>dpkg-statoverride</prgn> is
9461             essentially a tool for system administrators and would not
9462             normally be needed in the maintainer scripts.  There is
9463             one type of situation, though, where calls to
9464             <prgn>dpkg-statoverride</prgn> would be needed in the
9465             maintainer scripts, and that involves packages which use
9466             dynamically allocated user or group ids.  In such a
9467             situation, something like the following idiom can be very
9468             helpful in the package's <prgn>postinst</prgn>, where
9469             <tt>sysuser</tt> is a dynamically allocated id:
9470             <example>
9471 for i in /usr/bin/foo /usr/sbin/bar
9472 do
9473   # only do something when no setting exists
9474   if ! dpkg-statoverride --list $i >/dev/null 2>&1
9475   then
9476     #include: debconf processing, question about foo and bar
9477     if [ "$RET" = "true" ] ; then
9478       dpkg-statoverride --update --add sysuser root 4755 $i
9479     fi
9480   fi
9481 done
9482             </example>
9483             The corresponding code to remove the override when the package
9484             is purged would be:
9485             <example>
9486 for i in /usr/bin/foo /usr/sbin/bar
9487 do
9488   if dpkg-statoverride --list $i >/dev/null 2>&1
9489   then
9490     dpkg-statoverride --remove $i
9491   fi
9492 done
9493             </example>
9494           </p>
9495         </sect1>
9496       </sect>
9497
9498       <sect id="filenames">
9499         <heading>File names</heading>
9500
9501         <p>
9502           The name of the files installed by binary packages in the system PATH
9503           (namely <tt>/bin</tt>, <tt>/sbin</tt>, <tt>/usr/bin</tt>,
9504           <tt>/usr/sbin</tt> and <tt>/usr/games</tt>) must be encoded in
9505           ASCII.
9506         </p>
9507
9508         <p>
9509           The name of the files and directories installed by binary packages
9510           outside the system PATH must be encoded in UTF-8 and should be
9511           restricted to ASCII when it is possible to do so.
9512         </p>
9513       </sect>
9514     </chapt>
9515
9516
9517     <chapt id="customized-programs">
9518       <heading>Customized programs</heading>
9519
9520       <sect id="arch-spec">
9521         <heading>Architecture specification strings</heading>
9522
9523         <p>
9524           If a program needs to specify an <em>architecture specification
9525           string</em> in some place, it should select one of the strings
9526           provided by <tt>dpkg-architecture -L</tt>. The strings are in
9527           the format <tt><var>os</var>-<var>arch</var></tt>, though the OS
9528           part is sometimes elided, as when the OS is Linux.
9529         </p>
9530
9531         <p>
9532           Note that we don't want to use
9533           <tt><var>arch</var>-debian-linux</tt> to apply to the rule
9534           <tt><var>architecture</var>-<var>vendor</var>-<var>os</var></tt>
9535           since this would make our programs incompatible with other
9536           Linux distributions.  We also don't use something like
9537           <tt><var>arch</var>-unknown-linux</tt>, since the
9538           <tt>unknown</tt> does not look very good.
9539         </p>
9540
9541         <sect1 id="arch-wildcard-spec">
9542           <heading>Architecture wildcards</heading>
9543
9544           <p>
9545             A package may specify an architecture wildcard. Architecture
9546             wildcards are in the format <tt>any</tt> (which matches every
9547             architecture), <tt><var>os</var></tt>-any, or
9548             any-<tt><var>cpu</var></tt>. <footnote>
9549               Internally, the package system normalizes the GNU triplets
9550               and the Debian arches into Debian arch triplets (which are
9551               kind of inverted GNU triplets), with the first component of
9552               the triplet representing the libc and ABI in use, and then
9553               does matching against those triplets.  However, such
9554               triplets are an internal implementation detail that should
9555               not be used by packages directly.  The libc and ABI portion
9556               is handled internally by the package system based on
9557               the <var>os</var> and <var>cpu</var>.
9558             </footnote>
9559           </p>
9560         </sect1>
9561       </sect>
9562
9563       <sect>
9564         <heading>Daemons</heading>
9565
9566         <p>
9567           The configuration files <file>/etc/services</file>,
9568           <file>/etc/protocols</file>, and <file>/etc/rpc</file> are managed
9569           by the <prgn>netbase</prgn> package and must not be modified
9570           by other packages.
9571         </p>
9572
9573         <p>
9574           If a package requires a new entry in one of these files, the
9575           maintainer should get in contact with the
9576           <prgn>netbase</prgn> maintainer, who will add the entries
9577           and release a new version of the <prgn>netbase</prgn>
9578           package.
9579         </p>
9580
9581         <p>
9582           The configuration file <file>/etc/inetd.conf</file> must not be
9583           modified by the package's scripts except via the
9584           <prgn>update-inetd</prgn> script or the
9585           <file>DebianNet.pm</file> Perl module.  See their documentation
9586           for details on how to add entries.
9587         </p>
9588
9589         <p>
9590           If a package wants to install an example entry into
9591           <file>/etc/inetd.conf</file>, the entry must be preceded with
9592           exactly one hash character (<tt>#</tt>). Such lines are
9593           treated as "commented out by user" by the
9594           <prgn>update-inetd</prgn> script and are not changed or
9595           activated during package updates.
9596         </p>
9597       </sect>
9598
9599       <sect>
9600         <heading>Using pseudo-ttys and modifying wtmp, utmp and
9601         lastlog</heading>
9602
9603         <p>
9604           Some programs need to create pseudo-ttys. This should be done
9605           using Unix98 ptys if the C library supports it. The resulting
9606           program must not be installed setuid root, unless that
9607           is required for other functionality.
9608         </p>
9609
9610         <p>
9611           The files <file>/var/run/utmp</file>, <file>/var/log/wtmp</file> and
9612           <file>/var/log/lastlog</file> must be installed writable by
9613           group <tt>utmp</tt>.  Programs which need to modify those
9614           files must be installed setgid <tt>utmp</tt>.
9615         </p>
9616       </sect>
9617
9618       <sect>
9619         <heading>Editors and pagers</heading>
9620
9621         <p>
9622           Some programs have the ability to launch an editor or pager
9623           program to edit or display a text document.  Since there are
9624           lots of different editors and pagers available in the Debian
9625           distribution, the system administrator and each user should
9626           have the possibility to choose their preferred editor and
9627           pager.
9628         </p>
9629
9630         <p>
9631           In addition, every program should choose a good default
9632           editor/pager if none is selected by the user or system
9633           administrator.
9634         </p>
9635
9636         <p>
9637           Thus, every program that launches an editor or pager must
9638           use the EDITOR or PAGER environment variable to determine
9639           the editor or pager the user wishes to use.  If these
9640           variables are not set, the programs <file>/usr/bin/editor</file>
9641           and <file>/usr/bin/pager</file> should be used, respectively.
9642         </p>
9643
9644         <p>
9645           These two files are managed through the <prgn>dpkg</prgn>
9646           "alternatives" mechanism.  Every package providing an editor or
9647           pager must call the <prgn>update-alternatives</prgn> script to
9648           register as an alternative for <file>/usr/bin/editor</file>
9649           or <file>/usr/bin/pager</file> as appropriate.  The alternative
9650           should have a slave alternative
9651           for <file>/usr/share/man/man1/editor.1.gz</file>
9652           or <file>/usr/share/man/man1/pager.1.gz</file> pointing to the
9653           corresponding manual page.
9654         </p>
9655
9656         <p>
9657           If it is very hard to adapt a program to make use of the
9658           EDITOR or PAGER variables, that program may be configured to
9659           use <file>/usr/bin/sensible-editor</file> and
9660           <file>/usr/bin/sensible-pager</file> as the editor or pager
9661           program respectively.  These are two scripts provided in the
9662           <package>sensible-utils</package> package that check the EDITOR
9663           and PAGER variables and launch the appropriate program, and fall
9664           back to <file>/usr/bin/editor</file>
9665           and <file>/usr/bin/pager</file> if the variable is not set.
9666         </p>
9667
9668         <p>
9669           A program may also use the VISUAL environment variable to
9670           determine the user's choice of editor.  If it exists, it
9671           should take precedence over EDITOR.  This is in fact what
9672           <file>/usr/bin/sensible-editor</file> does.
9673         </p>
9674
9675         <p>
9676           It is not required for a package to depend on
9677           <tt>editor</tt> and <tt>pager</tt>, nor is it required for a
9678           package to provide such virtual packages.<footnote>
9679               The Debian base system already provides an editor and a
9680               pager program.
9681           </footnote>
9682         </p>
9683       </sect>
9684
9685       <sect id="web-appl">
9686         <heading>Web servers and applications</heading>
9687
9688         <p>
9689           This section describes the locations and URLs that should
9690           be used by all web servers and web applications in the
9691           Debian system.
9692         </p>
9693
9694         <p>
9695           <enumlist>
9696             <item>
9697                 Cgi-bin executable files are installed in the
9698                 directory
9699                 <example compact="compact">
9700 /usr/lib/cgi-bin/<var>cgi-bin-name</var>
9701                 </example>
9702                 or a subdirectory of that directory, and should be
9703                 referred to as
9704                 <example compact="compact">
9705 http://localhost/cgi-bin/<var>cgi-bin-name</var>
9706                 </example>
9707                 (possibly with a subdirectory name
9708                 before <var>cgi-bin-name</var>).
9709             </item>
9710
9711             <item>
9712               <p>(Deleted)</p>
9713             </item>
9714
9715             <item>
9716               <p>Access to images</p>
9717               <p>
9718                 It is recommended that images for a package be stored
9719                 in <tt>/usr/share/images/<var>package</var></tt> and
9720                 may be referred to through an alias <tt>/images/</tt>
9721                 as
9722                 <example>
9723                   http://localhost/images/&lt;package&gt;/&lt;filename&gt;     
9724                 </example>
9725                 
9726               </p>
9727             </item>
9728
9729             <item>
9730               <p>Web Document Root</p>
9731
9732               <p>
9733                 Web Applications should try to avoid storing files in
9734                 the Web Document Root.  Instead they should use the
9735                 /usr/share/doc/<var>package</var> directory for
9736                 documents and register the Web Application via the
9737                 <package>doc-base</package> package.  If access to the
9738                 web document root is unavoidable then use
9739                 <example compact="compact">
9740 /var/www
9741                 </example>
9742                 as the Document Root.  This might be just a symbolic
9743                 link to the location where the system administrator
9744                 has put the real document root.
9745               </p>
9746             </item>
9747             <item><p>Providing httpd and/or httpd-cgi</p>
9748               <p>
9749                 All web servers should provide the virtual package
9750                 <tt>httpd</tt>. If a web server has CGI support it should
9751                 provide <tt>httpd-cgi</tt> additionally.
9752               </p>
9753               <p>
9754                 All web applications which do not contain CGI scripts should
9755                 depend on <tt>httpd</tt>, all those web applications which
9756                 <tt>do</tt> contain CGI scripts, should depend on
9757                 <tt>httpd-cgi</tt>.
9758               </p>
9759             </item>
9760           </enumlist>
9761         </p>
9762       </sect>
9763
9764       <sect id="mail-transport-agents">
9765         <heading>Mail transport, delivery and user agents</heading>
9766
9767         <p>
9768           Debian packages which process electronic mail, whether mail
9769           user agents (MUAs) or mail transport agents (MTAs), must
9770           ensure that they are compatible with the configuration
9771           decisions below.  Failure to do this may result in lost
9772           mail, broken <tt>From:</tt> lines, and other serious brain
9773           damage!
9774         </p>
9775
9776         <p>
9777           The mail spool is <file>/var/mail</file> and the interface to
9778           send a mail message is <file>/usr/sbin/sendmail</file> (as per
9779           the FHS).  On older systems, the mail spool may be
9780           physically located in <file>/var/spool/mail</file>, but all
9781           access to the mail spool should be via the
9782           <file>/var/mail</file> symlink.  The mail spool is part of the
9783           base system and not part of the MTA package.
9784         </p>
9785
9786         <p>
9787           All Debian MUAs, MTAs, MDAs and other mailbox accessing
9788           programs (such as IMAP daemons) must lock the mailbox in an
9789           NFS-safe way. This means that <tt>fcntl()</tt> locking must
9790           be combined with dot locking.  To avoid deadlocks, a program
9791           should use <tt>fcntl()</tt> first and dot locking after
9792           this, or alternatively implement the two locking methods in
9793           a non blocking way<footnote>
9794               If it is not possible to establish both locks, the
9795               system shouldn't wait for the second lock to be
9796               established, but remove the first lock, wait a (random)
9797               time, and start over locking again.
9798           </footnote>. Using the functions <tt>maillock</tt> and
9799           <tt>mailunlock</tt> provided by the
9800           <tt>liblockfile*</tt><footnote>
9801               You will need to depend on <tt>liblockfile1 (&gt;&gt;1.01)</tt>
9802               to use these functions.
9803           </footnote> packages is the recommended way to realize this.
9804         </p>
9805
9806         <p>
9807           Mailboxes are generally either mode 600 and owned by
9808           <var>user</var> or mode 660 and owned by
9809           <tt><var>user</var>:mail</tt><footnote>
9810             There are two traditional permission schemes for mail spools:
9811             mode 600 with all mail delivery done by processes running as
9812             the destination user, or mode 660 and owned by group mail with
9813             mail delivery done by a process running as a system user in
9814             group mail.  Historically, Debian required mode 660 mail
9815             spools to enable the latter model, but that model has become
9816             increasingly uncommon and the principle of least privilege
9817             indicates that mail systems that use the first model should
9818             use permissions of 600.  If delivery to programs is permitted,
9819             it's easier to keep the mail system secure if the delivery
9820             agent runs as the destination user.  Debian Policy therefore
9821             permits either scheme.
9822           </footnote>. The local system administrator may choose a
9823           different permission scheme; packages should not make
9824           assumptions about the permission and ownership of mailboxes
9825           unless required (such as when creating a new mailbox).  A MUA
9826           may remove a mailbox (unless it has nonstandard permissions) in
9827           which case the MTA or another MUA must recreate it if needed.
9828         </p>
9829
9830         <p>
9831           The mail spool is 2775 <tt>root:mail</tt>, and MUAs should
9832           be setgid mail to do the locking mentioned above (and
9833           must obviously avoid accessing other users' mailboxes
9834           using this privilege).</p>
9835
9836         <p>
9837           <file>/etc/aliases</file> is the source file for the system mail
9838           aliases (e.g., postmaster, usenet, etc.), it is the one
9839           which the sysadmin and <prgn>postinst</prgn> scripts may
9840           edit.  After <file>/etc/aliases</file> is edited the program or
9841           human editing it must call <prgn>newaliases</prgn>.  All MTA
9842           packages must come with a <prgn>newaliases</prgn> program,
9843           even if it does nothing, but older MTA packages did not do
9844           this so programs should not fail if <prgn>newaliases</prgn>
9845           cannot be found.  Note that because of this, all MTA
9846           packages must have <tt>Provides</tt>, <tt>Conflicts</tt> and
9847           <tt>Replaces: mail-transport-agent</tt> control fields.
9848         </p>
9849
9850         <p>
9851           The convention of writing <tt>forward to
9852             <var>address</var></tt> in the mailbox itself is not
9853           supported.  Use a <tt>.forward</tt> file instead.</p>
9854
9855         <p>
9856           The <prgn>rmail</prgn> program used by UUCP
9857           for incoming mail should be  <file>/usr/sbin/rmail</file>.
9858           Likewise, <prgn>rsmtp</prgn>, for receiving
9859           batch-SMTP-over-UUCP, should be <file>/usr/sbin/rsmtp</file> if it
9860           is supported.</p>
9861
9862         <p>
9863           If your package needs to know what hostname to use on (for
9864           example) outgoing news and mail messages which are generated
9865           locally, you should use the file <file>/etc/mailname</file>.  It
9866           will contain the portion after the username and <tt>@</tt>
9867           (at) sign for email addresses of users on the machine
9868           (followed by a newline).
9869         </p>
9870
9871         <p>
9872           Such a package should check for the existence of this file
9873           when it is being configured.  If it exists, it should be
9874           used without comment, although an MTA's configuration script
9875           may wish to prompt the user even if it finds that this file
9876           exists.  If the file does not exist, the package should
9877           prompt the user for the value (preferably using
9878           <prgn>debconf</prgn>) and store it in <file>/etc/mailname</file>
9879           as well as using it in the package's configuration.  The
9880           prompt should make it clear that the name will not just be
9881           used by that package.  For example, in this situation the
9882           <tt>inn</tt> package could say something like:
9883           <example compact="compact">
9884 Please enter the "mail name" of your system.  This is the
9885 hostname portion of the address to be shown on outgoing
9886 news and mail messages.  The default is
9887 <var>syshostname</var>, your system's host name.  Mail
9888 name ["<var>syshostname</var>"]:
9889           </example>
9890           where <var>syshostname</var> is the output of <tt>hostname
9891             --fqdn</tt>.
9892         </p>
9893       </sect>
9894
9895       <sect>
9896         <heading>News system configuration</heading>
9897
9898         <p>
9899           All the configuration files related to the NNTP (news)
9900           servers and clients should be located under
9901           <file>/etc/news</file>.</p>
9902
9903         <p>
9904           There are some configuration issues that apply to a number
9905           of news clients and server packages on the machine. These
9906           are:
9907
9908           <taglist>
9909             <tag><file>/etc/news/organization</file></tag>
9910             <item>
9911                 A string which should appear as the
9912                 organization header for all messages posted
9913                 by NNTP clients on the machine
9914             </item>
9915
9916             <tag><file>/etc/news/server</file></tag>
9917             <item>
9918                 Contains the FQDN of the upstream NNTP
9919                 server, or localhost if the local machine is
9920                 an NNTP server.
9921             </item>
9922           </taglist>
9923
9924           Other global files may be added as required for cross-package news
9925           configuration.
9926         </p>
9927       </sect>
9928
9929
9930       <sect>
9931         <heading>Programs for the X Window System</heading>
9932
9933         <sect1>
9934           <heading>Providing X support and package priorities</heading>
9935
9936           <p>
9937             Programs that can be configured with support for the X
9938             Window System must be configured to do so and must declare
9939             any package dependencies necessary to satisfy their
9940             runtime requirements when using the X Window System.  If
9941             such a package is of higher priority than the X packages
9942             on which it depends, it is required that either the
9943             X-specific components be split into a separate package, or
9944             that an alternative version of the package, which includes
9945             X support, be provided, or that the package's priority be
9946             lowered.
9947           </p>
9948         </sect1>
9949
9950         <sect1>
9951           <heading>Packages providing an X server</heading>
9952
9953           <p>
9954             Packages that provide an X server that, directly or
9955             indirectly, communicates with real input and display
9956             hardware should declare in their <tt>Provides</tt> control
9957             field that they provide the virtual
9958             package <tt>xserver</tt>.<footnote>
9959                 This implements current practice, and provides an
9960                 actual policy for usage of the <tt>xserver</tt>
9961                 virtual package which appears in the virtual packages
9962                 list.  In a nutshell, X servers that interface
9963                 directly with the display and input hardware or via
9964                 another subsystem (e.g., GGI) should provide
9965                 <tt>xserver</tt>.  Things like <tt>Xvfb</tt>,
9966                 <tt>Xnest</tt>, and <tt>Xprt</tt> should not.
9967             </footnote>
9968           </p>
9969         </sect1>
9970
9971         <sect1>
9972           <heading>Packages providing a terminal emulator</heading>
9973
9974           <p>
9975             Packages that provide a terminal emulator for the X Window
9976             System which meet the criteria listed below should declare in
9977             their <tt>Provides</tt> control field that they provide the
9978             virtual package <tt>x-terminal-emulator</tt>.  They should
9979             also register themselves as an alternative for
9980             <file>/usr/bin/x-terminal-emulator</file>, with a priority of
9981             20.  That alternative should have a slave alternative
9982             for <file>/usr/share/man/man1/x-terminal-emulator.1.gz</file>
9983             pointing to the corresponding manual page.
9984           </p>
9985
9986           <p>
9987             To be an <tt>x-terminal-emulator</tt>, a program must:
9988             <list compact="compact">
9989               <item>
9990                   Be able to emulate a DEC VT100 terminal, or a
9991                   compatible terminal.
9992               </item>
9993
9994               <item>
9995                   Support the command-line option <tt>-e
9996                     <var>command</var></tt>, which creates a new
9997                   terminal window<footnote>
9998                       "New terminal window" does not necessarily mean
9999                       a new top-level X window directly parented by
10000                       the window manager; it could, if the terminal
10001                       emulator application were so coded, be a new
10002                       "view" in a multiple-document interface (MDI).
10003                   </footnote>
10004                   and runs the specified <var>command</var>,
10005                   interpreting the entirety of the rest of the command
10006                   line as a command to pass straight to exec, in the
10007                   manner that <tt>xterm</tt> does.
10008               </item>
10009
10010               <item>
10011                   Support the command-line option <tt>-T
10012                     <var>title</var></tt>, which creates a new terminal
10013                   window with the window title <var>title</var>.
10014               </item>
10015             </list>
10016           </p>
10017         </sect1>
10018
10019         <sect1>
10020           <heading>Packages providing a window manager</heading>
10021
10022           <p>
10023             Packages that provide a window manager should declare in
10024             their <tt>Provides</tt> control field that they provide the
10025             virtual package <tt>x-window-manager</tt>.  They should also
10026             register themselves as an alternative for
10027             <file>/usr/bin/x-window-manager</file>, with a priority
10028             calculated as follows:
10029             <list compact="compact">
10030               <item>
10031                   Start with a priority of 20.
10032               </item>
10033
10034               <item>
10035                   If the window manager supports the Debian menu
10036                   system, add 20 points if this support is available
10037                   in the package's default configuration (i.e., no
10038                   configuration files belonging to the system or user
10039                   have to be edited to activate the feature); if
10040                   configuration files must be modified, add only 10
10041                   points.
10042                 </p>
10043               </item>
10044
10045               <item>
10046                   If the window manager complies with <url
10047                     id="http://www.freedesktop.org/wiki/Specifications/wm-spec"
10048                     name="The Window Manager Specification Project">,
10049                   written by the <url id="http://www.freedesktop.org/wiki/"
10050                     name="Free Desktop Group">, add 40 points.
10051               </item>
10052
10053               <item>
10054                   If the window manager permits the X session to be
10055                   restarted using a <em>different</em> window manager
10056                   (without killing the X server) in its default
10057                   configuration, add 10 points; otherwise add none.
10058               </item>
10059             </list>
10060             That alternative should have a slave alternative
10061             for <file>/usr/share/man/man1/x-window-manager.1.gz</file>
10062             pointing to the corresponding manual page.
10063           </p>
10064         </sect1>
10065
10066         <sect1>
10067           <heading>Packages providing fonts</heading>
10068
10069           <p>
10070             Packages that provide fonts for the X Window
10071             System<footnote>
10072                 For the purposes of Debian Policy, a "font for the X
10073                 Window System" is one which is accessed via X protocol
10074                 requests.  Fonts for the Linux console, for PostScript
10075                 renderer, or any other purpose, do not fit this
10076                 definition.  Any tool which makes such fonts available
10077                 to the X Window System, however, must abide by this
10078                 font policy.
10079             </footnote>
10080             must do a number of things to ensure that they are both
10081             available without modification of the X or font server
10082             configuration, and that they do not corrupt files used by
10083             other font packages to register information about
10084             themselves.
10085             <enumlist>
10086               <item>
10087                   Fonts of any type supported by the X Window System
10088                   must be in a separate binary package from any
10089                   executables, libraries, or documentation (except
10090                   that specific to the fonts shipped, such as their
10091                   license information).  If one or more of the fonts
10092                   so packaged are necessary for proper operation of
10093                   the package with which they are associated the font
10094                   package may be Recommended; if the fonts merely
10095                   provide an enhancement, a Suggests relationship may
10096                   be used.  Packages must not Depend on font
10097                   packages.<footnote>
10098                       This is because the X server may retrieve fonts
10099                       from the local file system or over the network
10100                       from an X font server; the Debian package system
10101                       is empowered to deal only with the local
10102                       file system.
10103                   </footnote>
10104               </item>
10105
10106               <item>
10107                   BDF fonts must be converted to PCF fonts with the
10108                   <prgn>bdftopcf</prgn> utility (available in the
10109                   <tt>xfonts-utils</tt> package, <prgn>gzip</prgn>ped, and
10110                   placed in a directory that corresponds to their
10111                   resolution:
10112                   <list compact="compact">
10113                     <item>
10114                         100 dpi fonts must be placed in
10115                         <file>/usr/share/fonts/X11/100dpi/</file>.
10116                     </item>
10117
10118                     <item>
10119                         75 dpi fonts must be placed in
10120                         <file>/usr/share/fonts/X11/75dpi/</file>.
10121                     </item>
10122
10123                     <item>
10124                         Character-cell fonts, cursor fonts, and other
10125                         low-resolution fonts must be placed in
10126                         <file>/usr/share/fonts/X11/misc/</file>.
10127                     </item>
10128                   </list>
10129               </item>
10130
10131               <item>
10132                   Type 1 fonts must be placed in
10133                   <file>/usr/share/fonts/X11/Type1/</file>.  If font
10134                   metric files are available, they must be placed here
10135                   as well.
10136               </item>
10137
10138               <item>
10139                   Subdirectories of <file>/usr/share/fonts/X11/</file>
10140                   other than those listed above must be neither
10141                   created nor used.  (The <file>PEX</file>, <file>CID</file>,
10142                   <file>Speedo</file>, and <file>cyrillic</file> directories
10143                   are excepted for historical reasons, but installation of
10144                   files into these directories remains discouraged.)
10145               </item>
10146
10147               <item>
10148                   Font packages may, instead of placing files directly
10149                   in the X font directories listed above, provide
10150                   symbolic links in that font directory pointing to
10151                   the files' actual location in the filesystem.  Such
10152                   a location must comply with the FHS.
10153               </item>
10154
10155               <item>
10156                   Font packages should not contain both 75dpi and
10157                   100dpi versions of a font.  If both are available,
10158                   they should be provided in separate binary packages
10159                   with <tt>-75dpi</tt> or <tt>-100dpi</tt> appended to
10160                   the names of the packages containing the
10161                   corresponding fonts.
10162               </item>
10163
10164               <item>
10165                   Fonts destined for the <file>misc</file> subdirectory
10166                   should not be included in the same package as 75dpi
10167                   or 100dpi fonts; instead, they should be provided in
10168                   a separate package with <tt>-misc</tt> appended to
10169                   its name.
10170               </item>
10171
10172               <item>
10173                   Font packages must not provide the files
10174                   <file>fonts.dir</file>, <file>fonts.alias</file>, or
10175                   <file>fonts.scale</file> in a font directory:
10176                   <list>
10177                     <item>
10178                         <file>fonts.dir</file> files must not be provided at all.
10179                     </item>
10180
10181                     <item>
10182                         <file>fonts.alias</file> and <file>fonts.scale</file>
10183                         files, if needed, should be provided in the
10184                         directory
10185                         <file>/etc/X11/fonts/<var>fontdir</var>/<var>package</var>.<var>extension</var></file>,
10186                         where <var>fontdir</var> is the name of the
10187                         subdirectory of
10188                         <file>/usr/share/fonts/X11/</file> where the
10189                         package's corresponding fonts are stored
10190                         (e.g., <tt>75dpi</tt> or <tt>misc</tt>),
10191                         <var>package</var> is the name of the package
10192                         that provides these fonts, and
10193                         <var>extension</var> is either <tt>scale</tt>
10194                         or <tt>alias</tt>, whichever corresponds to
10195                         the file contents.
10196                     </item>
10197                   </list>
10198               </item>
10199
10200               <item>
10201                   Font packages must declare a dependency on
10202                   <tt>xfonts-utils</tt> in their <tt>Depends</tt>
10203                   or <tt>Pre-Depends</tt> control field.
10204               </item>
10205
10206               <item>
10207                   Font packages that provide one or more
10208                   <file>fonts.scale</file> files as described above must
10209                   invoke <prgn>update-fonts-scale</prgn> on each
10210                   directory into which they installed fonts
10211                   <em>before</em> invoking
10212                   <prgn>update-fonts-dir</prgn> on that directory.
10213                   This invocation must occur in both the
10214                   <prgn>postinst</prgn> (for all arguments) and
10215                   <prgn>postrm</prgn> (for all arguments except
10216                   <tt>upgrade</tt>) scripts.
10217               </item>
10218
10219               <item>
10220                   Font packages that provide one or more
10221                   <file>fonts.alias</file> files as described above must
10222                   invoke <prgn>update-fonts-alias</prgn> on each
10223                   directory into which they installed fonts.  This
10224                   invocation must occur in both the
10225                   <prgn>postinst</prgn> (for all arguments) and
10226                   <prgn>postrm</prgn> (for all arguments except
10227                   <tt>upgrade</tt>) scripts.
10228               </item>
10229
10230               <item>
10231                   Font packages must invoke
10232                   <prgn>update-fonts-dir</prgn> on each directory into
10233                   which they installed fonts.  This invocation must
10234                   occur in both the <prgn>postinst</prgn> (for all
10235                   arguments) and <prgn>postrm</prgn> (for all
10236                   arguments except <tt>upgrade</tt>) scripts.
10237               </item>
10238
10239               <item>
10240                   Font packages must not provide alias names for the
10241                   fonts they include which collide with alias names
10242                   already in use by fonts already packaged.
10243               </item>
10244
10245               <item>
10246                   Font packages must not provide fonts with the same
10247                   XLFD registry name as another font already packaged.
10248               </item>
10249             </enumlist>
10250           </p>
10251         </sect1>
10252
10253         <sect1 id="appdefaults">
10254           <heading>Application defaults files</heading>
10255
10256           <p>
10257             Application defaults files must be installed in the
10258             directory <file>/etc/X11/app-defaults/</file> (use of a
10259             localized subdirectory of <file>/etc/X11/</file> as described
10260             in the <em>X Toolkit Intrinsics - C Language
10261             Interface</em> manual is also permitted).  They must be
10262             registered as <tt>conffile</tt>s or handled as
10263             configuration files.
10264           </p>
10265
10266           <p>
10267             Customization of programs' X resources may also be
10268             supported with the provision of a file with the same name
10269             as that of the package placed in
10270             the <file>/etc/X11/Xresources/</file> directory, which
10271             must be registered as a <tt>conffile</tt> or handled as a
10272             configuration file.<footnote>
10273                 Note that this mechanism is not the same as using
10274                 app-defaults; app-defaults are tied to the client
10275                 binary on the local file system, whereas X resources
10276                 are stored in the X server and affect all connecting
10277                 clients.
10278             </footnote>
10279           </p>
10280         </sect1>
10281
10282         <sect1>
10283           <heading>Installation directory issues</heading>
10284
10285           <p>
10286             Historically, packages using the X Window System used a
10287             separate set of installation directories from other packages.
10288             This practice has been discontinued and packages using the X
10289             Window System should now generally be installed in the same
10290             directories as any other package.  Specifically, packages must
10291             not install files under the <file>/usr/X11R6/</file> directory
10292             and the <file>/usr/X11R6/</file> directory hierarchy should be
10293             regarded as obsolete.
10294           </p>
10295
10296           <p>
10297             Include files previously installed under
10298             <file>/usr/X11R6/include/X11/</file> should be installed into
10299             <file>/usr/include/X11/</file>.  For files previously
10300             installed into subdirectories of
10301             <file>/usr/X11R6/lib/X11/</file>, package maintainers should
10302             determine if subdirectories of <file>/usr/lib/</file> and
10303             <file>/usr/share/</file> can be used.  If not, a subdirectory
10304             of <file>/usr/lib/X11/</file> should be used.
10305           </p>
10306
10307           <p>
10308             Configuration files for window, display, or session managers
10309             or other applications that are tightly integrated with the X
10310             Window System may be placed in a subdirectory
10311             of <file>/etc/X11/</file> corresponding to the package name.
10312             Other X Window System applications should use
10313             the <file>/etc/</file> directory unless otherwise mandated by
10314             policy (such as for <ref id="appdefaults">).
10315           </p>
10316         </sect1>
10317       </sect>
10318
10319       <sect id="perl">
10320         <heading>Perl programs and modules</heading>
10321
10322         <p>
10323           Perl programs and modules should follow the current Perl policy.
10324         </p>
10325
10326         <p>
10327           The Perl policy can be found in the <tt>perl-policy</tt>
10328           files in the <tt>debian-policy</tt> package.
10329           It is also available from the Debian web mirrors at
10330           <tt><url name="/doc/packaging-manuals/perl-policy/"
10331                 id="http://www.debian.org/doc/packaging-manuals/perl-policy/"></tt>.
10332         </p>
10333       </sect>
10334
10335       <sect id="emacs">
10336         <heading>Emacs lisp programs</heading>
10337
10338         <p>
10339           Please refer to the "Debian Emacs Policy" for details of how to
10340           package emacs lisp programs.
10341         </p>
10342
10343         <p>
10344           The Emacs policy is available in
10345           <file>debian-emacs-policy.gz</file> of the
10346           <package>emacsen-common</package> package.
10347           It is also available from the Debian web mirrors at
10348           <tt><url name="/doc/packaging-manuals/debian-emacs-policy"
10349                 id="http://www.debian.org/doc/packaging-manuals/debian-emacs-policy"></tt>.
10350         </p>
10351       </sect>
10352
10353       <sect>
10354         <heading>Games</heading>
10355
10356         <p>
10357           The permissions on <file>/var/games</file> are mode 755, owner
10358           <tt>root</tt> and group <tt>root</tt>.
10359         </p>
10360
10361         <p>
10362           Each game decides on its own security policy.</p>
10363
10364         <p>
10365           Games which require protected, privileged access to
10366           high-score files, saved games, etc., may be made
10367           set-<em>group</em>-id (mode 2755) and owned by
10368           <tt>root:games</tt>, and use files and directories with
10369           appropriate permissions (770 <tt>root:games</tt>, for
10370           example).  They must not be made
10371           set-<em>user</em>-id, as this causes security problems. (If
10372           an attacker can subvert any set-user-id game they can
10373           overwrite the executable of any other, causing other players
10374           of these games to run a Trojan horse program.  With a
10375           set-group-id game the attacker only gets access to less
10376           important game data, and if they can get at the other
10377           players' accounts at all it will take considerably more
10378           effort.)</p>
10379
10380         <p>
10381           Some packages, for example some fortune cookie programs, are
10382           configured by the upstream authors to install with their
10383           data files or other static information made unreadable so
10384           that they can only be accessed through set-id programs
10385           provided.  You should not do this in a Debian package: anyone can
10386           download the <file>.deb</file> file and read the data from it,
10387           so there is no point making the files unreadable.  Not
10388           making the files unreadable also means that you don't have
10389           to make so many programs set-id, which reduces the risk of a
10390           security hole.</p>
10391
10392         <p>
10393           As described in the FHS, binaries of games should be
10394           installed in the directory <file>/usr/games</file>. This also
10395           applies to games that use the X Window System. Manual pages
10396           for games (X and non-X games) should be installed in
10397           <file>/usr/share/man/man6</file>.</p>
10398       </sect>
10399     </chapt>
10400
10401
10402     <chapt id="docs">
10403       <heading>Documentation</heading>
10404
10405       <sect>
10406         <heading>Manual pages</heading>
10407
10408         <p>
10409           You should install manual pages in <prgn>nroff</prgn> source
10410           form, in appropriate places under <file>/usr/share/man</file>.
10411           You should only use sections 1 to 9 (see the FHS for more
10412           details).  You must not install a pre-formatted "cat page".
10413         </p>
10414
10415         <p>
10416           Each program, utility, and function should have an
10417           associated manual page included in the same package. It is
10418           suggested that all configuration files also have a manual
10419           page included as well. Manual pages for protocols and other
10420           auxiliary things are optional.
10421         </p>
10422
10423         <p>
10424           If no manual page is available, this is considered as a bug
10425           and should be reported to the Debian Bug Tracking System (the
10426           maintainer of the package is allowed to write this bug report
10427           themselves, if they so desire).  Do not close the bug report
10428           until a proper man page is available.<footnote>
10429               It is not very hard to write a man page. See the
10430               <url id="http://www.schweikhardt.net/man_page_howto.html"
10431                 name="Man-Page-HOWTO">,
10432               <manref name="man" section="7">, the examples created
10433               by <prgn>dh_make</prgn>, the helper
10434               program <prgn>help2man</prgn>, or the
10435               directory <file>/usr/share/doc/man-db/examples</file>.
10436           </footnote>
10437         </p>
10438
10439         <p>
10440           You may forward a complaint about a missing man page to the
10441           upstream authors, and mark the bug as forwarded in the
10442           Debian bug tracking system.  Even though the GNU Project do
10443           not in general consider the lack of a man page to be a bug,
10444           we do; if they tell you that they don't consider it a bug
10445           you should leave the bug in our bug tracking system open
10446           anyway.
10447         </p>
10448
10449         <p>
10450           Manual pages should be installed compressed using <tt>gzip -9</tt>.
10451         </p>
10452
10453         <p>
10454           If one man page needs to be accessible via several names it
10455           is better to use a symbolic link than the <file>.so</file>
10456           feature, but there is no need to fiddle with the relevant
10457           parts of the upstream source to change from <file>.so</file> to
10458           symlinks: don't do it unless it's easy.  You should not
10459           create hard links in the manual page directories, nor put
10460           absolute filenames in <file>.so</file> directives.  The filename
10461           in a <file>.so</file> in a man page should be relative to the
10462           base of the man page tree (usually
10463           <file>/usr/share/man</file>). If you do not create any links
10464           (whether symlinks, hard links, or <tt>.so</tt> directives)
10465           in the file system to the alternate names of the man page,
10466           then you should not rely on <prgn>man</prgn> finding your
10467           man page under those names based solely on the information in
10468           the man page's header.<footnote>
10469               Supporting this in <prgn>man</prgn> often requires
10470               unreasonable processing time to find a manual page or to
10471               report that none exists, and moves knowledge into man's
10472               database that would be better left in the file system.
10473               This support is therefore deprecated and will cease to
10474               be present in the future.
10475           </footnote>
10476         </p>
10477
10478         <p>
10479           Manual pages in locale-specific subdirectories of
10480           <file>/usr/share/man</file> should use either UTF-8 or the usual
10481           legacy encoding for that language (normally the one corresponding
10482           to the shortest relevant locale name in
10483           <file>/usr/share/i18n/SUPPORTED</file>). For example, pages under
10484           <file>/usr/share/man/fr</file> should use either UTF-8 or
10485           ISO-8859-1.<footnote>
10486             <prgn>man</prgn> will automatically detect whether UTF-8 is in
10487             use. In future, all manual pages will be required to use
10488             UTF-8.
10489           </footnote>
10490         </p>
10491
10492         <p>
10493           A country name (the <tt>DE</tt> in <tt>de_DE</tt>) should not be
10494           included in the subdirectory name unless it indicates a
10495           significant difference in the language, as this excludes
10496           speakers of the language in other countries.<footnote>
10497             At the time of writing, Chinese and Portuguese are the main
10498             languages with such differences, so <file>pt_BR</file>,
10499             <file>zh_CN</file>, and <file>zh_TW</file> are all allowed.
10500           </footnote>
10501         </p>
10502
10503         <p>
10504           If a localized version of a manual page is provided, it should
10505           either be up-to-date or it should be obvious to the reader that
10506           it is outdated and the original manual page should be used
10507           instead.  This can be done either by a note at the beginning of
10508           the manual page or by showing the missing or changed portions in
10509           the original language instead of the target language.
10510         </p>
10511       </sect>
10512
10513       <sect>
10514         <heading>Info documents</heading>
10515
10516         <p>
10517           Info documents should be installed in <file>/usr/share/info</file>.
10518           They should be compressed with <tt>gzip -9</tt>.
10519         </p>
10520
10521         <p>
10522           The <prgn>install-info</prgn> program maintains a directory of
10523           installed info documents in <file>/usr/share/info/dir</file> for the
10524           use of info readers.  This file must not be included in packages
10525           other than <package>install-info</package>.
10526         </p>
10527
10528         <p>
10529           <prgn>install-info</prgn> is automatically invoked when
10530           appropriate using dpkg triggers.  Packages other than
10531           <package>install-info</package> <em>should not</em> invoke
10532           <prgn>install-info</prgn> directly and <em>should not</em>
10533           depend on, recommend, or suggest <package>install-info</package>
10534           for this purpose.
10535         </p>
10536
10537         <p>
10538           Info readers requiring the <file>/usr/share/info/dir</file> file
10539           should depend on <package>install-info</package>.
10540         </p>
10541
10542         <p>
10543           Info documents should contain section and directory entry
10544           information in the document for the use
10545           of <prgn>install-info</prgn>.  The section should be specified
10546           via a line starting with <tt>INFO-DIR-SECTION</tt> followed by a
10547           space and the section of this info page.  The directory entry or
10548           entries should be included between
10549           a <tt>START-INFO-DIR-ENTRY</tt> line and
10550           an <tt>END-INFO-DIR-ENTRY</tt> line.  For example:
10551           <example>
10552 INFO-DIR-SECTION Individual utilities
10553 START-INFO-DIR-ENTRY
10554 * example: (example).               An example info directory entry.
10555 END-INFO-DIR-ENTRY
10556           </example>
10557           To determine which section to use, you should look
10558           at <file>/usr/share/info/dir</file> on your system and choose
10559           the most relevant (or create a new section if none of the
10560           current sections are relevant).<footnote>
10561             Normally, info documents are generated from Texinfo source.
10562             To include this information in the generated info document, if
10563             it is absent, add commands like:
10564             <example>
10565 @dircategory Individual utilities
10566 @direntry
10567 * example: (example).               An example info directory entry.
10568 @end direntry
10569             </example>
10570             to the Texinfo source of the document and ensure that the info
10571             documents are rebuilt from source during the package build.
10572           </footnote>
10573         </p>
10574       </sect>
10575
10576       <sect>
10577         <heading>Additional documentation</heading>
10578
10579         <p>
10580           Any additional documentation that comes with the package may
10581           be installed at the discretion of the package maintainer.
10582           Plain text documentation should be installed in the directory
10583           <file>/usr/share/doc/<var>package</var></file>, where
10584           <var>package</var> is the name of the package, and
10585           compressed with <tt>gzip -9</tt> unless it is small.
10586         </p>
10587
10588         <p>
10589           If a package comes with large amounts of documentation which
10590           many users of the package will not require you should create
10591           a separate binary package to contain it, so that it does not
10592           take up disk space on the machines of users who do not need
10593           or want it installed.</p>
10594
10595         <p>
10596           It is often a good idea to put text information files
10597           (<file>README</file>s, changelogs, and so forth) that come with
10598           the source package in <file>/usr/share/doc/<var>package</var></file>
10599           in the binary package.  However, you don't need to install
10600           the instructions for building and installing the package, of
10601           course!</p>
10602
10603         <p>
10604           Packages must not require the existence of any files in
10605           <file>/usr/share/doc/</file> in order to function
10606           <footnote>
10607               The system administrator should be able to
10608               delete files in <file>/usr/share/doc/</file> without causing
10609               any programs to break.
10610           </footnote>.
10611           Any files that are referenced by programs but are also
10612           useful as stand alone documentation should be installed under
10613           <file>/usr/share/<var>package</var>/</file> with symbolic links from
10614           <file>/usr/share/doc/<var>package</var></file>.
10615         </p>
10616
10617         <p>
10618           <file>/usr/share/doc/<var>package</var></file> may be a symbolic
10619           link to another directory in <file>/usr/share/doc</file> only if
10620           the two packages both come from the same source and the
10621           first package Depends on the second.<footnote>
10622             <p>
10623               Please note that this does not override the section on
10624               changelog files below, so the file 
10625               <file>/usr/share/doc/<var>package</var>/changelog.Debian.gz</file>
10626               must refer to the changelog for the current version of
10627               <var>package</var> in question. In practice, this means
10628               that the sources of the target and the destination of the
10629               symlink must be the same (same source package and
10630               version). 
10631             </p>
10632           </footnote>
10633         </p>
10634
10635         <p>
10636           Former Debian releases placed all additional documentation
10637           in <file>/usr/doc/<var>package</var></file>.  This has been
10638           changed to <file>/usr/share/doc/<var>package</var></file>,
10639           and packages must not put documentation in the directory
10640           <file>/usr/doc/<var>package</var></file>. <footnote>
10641             At this phase of the transition, we no longer require a
10642             symbolic link in <file>/usr/doc/</file>. At a later point,
10643             policy shall change to make the symbolic links a bug.
10644           </footnote>
10645         </p>
10646       </sect>
10647
10648       <sect>
10649         <heading>Preferred documentation formats</heading>
10650
10651         <p>
10652           The unification of Debian documentation is being carried out
10653           via HTML.</p>
10654
10655         <p>
10656           If your package comes with extensive documentation in a
10657           markup format that can be converted to various other formats
10658           you should if possible ship HTML versions in a binary
10659           package, in the directory
10660           <file>/usr/share/doc/<var>appropriate-package</var></file> or
10661           its subdirectories.<footnote>
10662               The rationale: The important thing here is that HTML
10663               docs should be available in <em>some</em> package, not
10664               necessarily in the main binary package.
10665           </footnote>
10666         </p>
10667
10668         <p>
10669           Other formats such as PostScript may be provided at the
10670           package maintainer's discretion.
10671         </p>
10672       </sect>
10673
10674       <sect id="copyrightfile">
10675         <heading>Copyright information</heading>
10676
10677         <p>
10678           Every package must be accompanied by a verbatim copy of its
10679           copyright information and distribution license in the file
10680           <file>/usr/share/doc/<var>package</var>/copyright</file>. This
10681           file must neither be compressed nor be a symbolic link.
10682         </p>
10683
10684         <p>
10685           In addition, the copyright file must say where the upstream
10686           sources (if any) were obtained, and should name the original
10687           authors.
10688         </p>
10689
10690         <p>
10691           Packages in the <em>contrib</em> or <em>non-free</em> archive
10692           areas should state in the copyright file that the package is not
10693           part of the Debian distribution and briefly explain why.
10694         </p>
10695
10696         <p>
10697           A copy of the file which will be installed in
10698           <file>/usr/share/doc/<var>package</var>/copyright</file> should
10699           be in <file>debian/copyright</file> in the source package.
10700         </p>
10701
10702         <p>
10703           <file>/usr/share/doc/<var>package</var></file> may be a symbolic
10704           link to another directory in <file>/usr/share/doc</file> only if
10705           the two packages both come from the same source and the
10706           first package Depends on the second.  These rules are important
10707           because <file>copyright</file> files must be extractable by
10708           mechanical means.
10709         </p>
10710
10711         <p>
10712           Packages distributed under the Apache license (version 2.0), the
10713           Artistic license, the GNU GPL (versions 1, 2, or 3), the GNU
10714           LGPL (versions 2, 2.1, or 3), and the GNU FDL (versions 1.2 or
10715           1.3) should refer to the corresponding files
10716           under <file>/usr/share/common-licenses</file>,<footnote>
10717             <p>
10718               In particular,
10719               <file>/usr/share/common-licenses/Apache-2.0</file>,
10720               <file>/usr/share/common-licenses/Artistic</file>,
10721               <file>/usr/share/common-licenses/GPL-1</file>,
10722               <file>/usr/share/common-licenses/GPL-2</file>,
10723               <file>/usr/share/common-licenses/GPL-3</file>,
10724               <file>/usr/share/common-licenses/LGPL-2</file>,
10725               <file>/usr/share/common-licenses/LGPL-2.1</file>,
10726               <file>/usr/share/common-licenses/LGPL-3</file>,
10727               <file>/usr/share/common-licenses/GFDL-1.2</file>, and
10728               <file>/usr/share/common-licenses/GFDL-1.3</file>
10729               respectively.  The University of California BSD license is
10730               also included in <package>base-files</package> as
10731               <file>/usr/share/common-licenses/BSD</file>, but given the
10732               brevity of this license, its specificity to code whose
10733               copyright is held by the Regents of the University of
10734               California, and the frequency of minor wording changes, its
10735               text should be included in the copyright file rather than
10736               referencing this file.
10737             </p>
10738           </footnote> rather than quoting them in the copyright
10739           file. 
10740         </p>
10741
10742         <p>
10743           You should not use the copyright file as a general <file>README</file>
10744           file.  If your package has such a file it should be
10745           installed in <file>/usr/share/doc/<var>package</var>/README</file> or
10746           <file>README.Debian</file> or some other appropriate place.
10747         </p>
10748
10749         <p>
10750           All copyright files must be encoded in UTF-8.
10751         </p>
10752
10753         <sect1 id="copyrightformat">
10754           <heading>Machine-readable copyright information</heading>
10755
10756           <p>
10757             A specification for a standard, machine-readable format
10758             for <file>debian/copyright</file> files is maintained as part
10759             of the <package>debian-policy</package> package.  This
10760             document may be found in the <file>copyright-format</file>
10761             files in the <package>debian-policy</package> package.  It is
10762             also available from the Debian web mirrors at
10763             <tt><url name="/doc/packaging-manuals/copyright-format/1.0/"
10764                      id="http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/"></tt>.
10765           </p>
10766
10767           <p>
10768             Use of this format is optional.
10769           </p>
10770         </sect1>
10771       </sect>
10772
10773       <sect>
10774         <heading>Examples</heading>
10775
10776         <p>
10777           Any examples (configurations, source files, whatever),
10778           should be installed in a directory
10779           <file>/usr/share/doc/<var>package</var>/examples</file>.  These
10780           files should not be referenced by any program: they're there
10781           for the benefit of the system administrator and users as
10782           documentation only.  Architecture-specific example files
10783           should be installed in a directory
10784           <file>/usr/lib/<var>package</var>/examples</file> with symbolic
10785           links to them from
10786           <file>/usr/share/doc/<var>package</var>/examples</file>, or the
10787           latter directory itself may be a symbolic link to the
10788           former.
10789         </p>
10790
10791         <p>
10792           If the purpose of a package is to provide examples, then the
10793           example files may be installed into
10794           <file>/usr/share/doc/<var>package</var></file>.
10795         </p>
10796       </sect>
10797
10798       <sect id="changelogs">
10799         <heading>Changelog files</heading>
10800
10801         <p>
10802           Packages that are not Debian-native must contain a
10803           compressed copy of the <file>debian/changelog</file> file from
10804           the Debian source tree in
10805           <file>/usr/share/doc/<var>package</var></file> with the name
10806           <file>changelog.Debian.gz</file>.
10807         </p>
10808
10809         <p>
10810           If an upstream changelog is available, it should be accessible as
10811           <file>/usr/share/doc/<var>package</var>/changelog.gz</file> in
10812           plain text.  If the upstream changelog is distributed in
10813           HTML, it should be made available in that form as
10814           <file>/usr/share/doc/<var>package</var>/changelog.html.gz</file>
10815           and a plain text <file>changelog.gz</file> should be generated
10816           from it using, for example, <tt>lynx -dump -nolist</tt>.  If
10817           the upstream changelog files do not already conform to this
10818           naming convention, then this may be achieved either by
10819           renaming the files, or by adding a symbolic link, at the
10820           maintainer's discretion.<footnote>
10821               Rationale: People should not have to look in places for
10822               upstream changelogs merely because they are given
10823               different names or are distributed in HTML format.
10824           </footnote>
10825         </p>
10826
10827         <p>
10828           All of these files should be installed compressed using
10829           <tt>gzip -9</tt>, as they will become large with time even
10830           if they start out small.
10831         </p>
10832
10833         <p>
10834           If the package has only one changelog which is used both as
10835           the Debian changelog and the upstream one because there is
10836           no separate upstream maintainer then that changelog should
10837           usually be installed as
10838           <file>/usr/share/doc/<var>package</var>/changelog.gz</file>; if
10839           there is a separate upstream maintainer, but no upstream
10840           changelog, then the Debian changelog should still be called
10841           <file>changelog.Debian.gz</file>.
10842         </p>
10843
10844         <p>
10845           For details about the format and contents of the Debian
10846           changelog file, please see <ref id="dpkgchangelog">.
10847         </p>
10848       </sect>
10849     </chapt>
10850
10851     <appendix id="pkg-scope">
10852       <heading>Introduction and scope of these appendices</heading>
10853
10854       <p>
10855         These appendices are taken essentially verbatim from the
10856         now-deprecated Packaging Manual, version 3.2.1.0.  They are
10857         the chapters which are likely to be of use to package
10858         maintainers and which have not already been included in the
10859         policy document itself. Most of these sections are very likely
10860         not relevant to policy; they should be treated as
10861         documentation for the packaging system. Please note that these
10862         appendices are included for convenience, and for historical
10863         reasons: they used to be part of policy package, and they have
10864         not yet been incorporated into dpkg documentation. However,
10865         they still have value, and hence they are presented here.
10866       </p>
10867
10868       <p>
10869         They have not yet been checked to ensure that they are
10870         compatible with the contents of policy, and if there are any
10871         contradictions, the version in the main policy document takes
10872         precedence.  The remaining chapters of the old Packaging
10873         Manual have also not been read in detail to ensure that there
10874         are not parts which have been left out.  Both of these will be
10875         done in due course.
10876       </p>
10877
10878       <p>
10879         Certain parts of the Packaging manual were integrated into the
10880         Policy Manual proper, and removed from the appendices. Links
10881         have been placed from the old locations to the new ones.
10882       </p>
10883
10884       <p>
10885         <prgn>dpkg</prgn> is a suite of programs for creating binary
10886         package files and installing and removing them on Unix
10887         systems.<footnote>
10888             <prgn>dpkg</prgn> is targeted primarily at Debian, but may
10889             work on or be ported to other systems.
10890         </footnote>
10891       </p>
10892
10893       <p>
10894         The binary packages are designed for the management of
10895         installed executable programs (usually compiled binaries) and
10896         their associated data, though source code examples and
10897         documentation are provided as part of some packages.</p>
10898
10899       <p>
10900         This manual describes the technical aspects of creating Debian
10901         binary packages (<file>.deb</file> files).  It documents the
10902         behavior of the package management programs
10903         <prgn>dpkg</prgn>, <prgn>dselect</prgn> et al. and the way
10904         they interact with packages.</p>
10905
10906       <p>
10907         This manual does not go into detail about the options and
10908         usage of the package building and installation tools.  It
10909         should therefore be read in conjunction with those programs'
10910         man pages.
10911       </p>
10912
10913       <p>
10914         The utility programs which are provided with <prgn>dpkg</prgn>
10915         not described in detail here, are documented in their man pages.
10916       </p>
10917
10918       <p>
10919         It is assumed that the reader is reasonably familiar with the
10920         <prgn>dpkg</prgn> System Administrators' manual.
10921         Unfortunately this manual does not yet exist.
10922       </p>
10923
10924       <p>
10925         The Debian version of the FSF's GNU hello program is provided as
10926         an example for people wishing to create Debian packages. However,
10927         while the examples are helpful, they do not replace the need to
10928         read and follow the Policy and Programmer's Manual.</p>
10929     </appendix>
10930
10931     <appendix id="pkg-binarypkg">
10932       <heading>Binary packages (from old Packaging Manual)</heading>
10933
10934       <p>
10935         See <manref name="deb" section="5"> and <ref id="pkg-controlarea">.
10936       </p>
10937
10938       <sect id="pkg-bincreating"><heading>Creating package files -
10939       <prgn>dpkg-deb</prgn>
10940         </heading>
10941
10942         <p>
10943           All manipulation of binary package files is done by
10944           <prgn>dpkg-deb</prgn>; it's the only program that has
10945           knowledge of the format.  (<prgn>dpkg-deb</prgn> may be
10946           invoked by calling <prgn>dpkg</prgn>, as <prgn>dpkg</prgn>
10947           will spot that the options requested are appropriate to
10948           <prgn>dpkg-deb</prgn> and invoke that instead with the same
10949           arguments.)
10950         </p>
10951
10952         <p>
10953           In order to create a binary package you must make a
10954           directory tree which contains all the files and directories
10955           you want to have in the file system data part of the package.
10956           In Debian-format source packages this directory is usually
10957           <file>debian/tmp</file>, relative to the top of the package's
10958           source tree.
10959         </p>
10960
10961         <p>
10962           They should have the locations (relative to the root of the
10963           directory tree you're constructing) ownerships and
10964           permissions which you want them to have on the system when
10965           they are installed.
10966         </p>
10967
10968         <p>
10969           With current versions of <prgn>dpkg</prgn> the uid/username
10970           and gid/groupname mappings for the users and groups being
10971           used should be the same on the system where the package is
10972           built and the one where it is installed.
10973         </p>
10974
10975         <p>
10976           You need to add one special directory to the root of the
10977           miniature file system tree you're creating:
10978           <prgn>DEBIAN</prgn>.  It should contain the control
10979           information files, notably the binary package control file
10980           (see <ref id="pkg-controlfile">).
10981         </p>
10982
10983         <p>
10984           The <prgn>DEBIAN</prgn> directory will not appear in the
10985           file system archive of the package, and so won't be installed
10986           by <prgn>dpkg</prgn> when the package is unpacked.
10987         </p>
10988
10989         <p>
10990           When you've prepared the package, you should invoke:
10991           <example>
10992   dpkg --build <var>directory</var>
10993           </example>
10994         </p>
10995
10996         <p>
10997           This will build the package in
10998           <file><var>directory</var>.deb</file>.  (<prgn>dpkg</prgn> knows
10999           that <tt>--build</tt> is a <prgn>dpkg-deb</prgn> option, so
11000           it invokes <prgn>dpkg-deb</prgn> with the same arguments to
11001           build the package.)
11002         </p>
11003
11004         <p>
11005           See the man page <manref name="dpkg-deb" section="8"> for details of how
11006           to examine the contents of this newly-created file.  You may find the
11007           output of following commands enlightening:
11008           <example>
11009   dpkg-deb --info <var>filename</var>.deb
11010   dpkg-deb --contents <var>filename</var>.deb
11011   dpkg --contents <var>filename</var>.deb
11012           </example>
11013           To view the copyright file for a package you could use this command:
11014           <example>
11015   dpkg --fsys-tarfile <var>filename</var>.deb | tar xOf - --wildcards \*/copyright | pager
11016           </example>
11017         </p>
11018       </sect>
11019
11020       <sect id="pkg-controlarea">
11021         <heading>Package control information files</heading>
11022
11023         <p>
11024           The control information portion of a binary package is a
11025           collection of files with names known to <prgn>dpkg</prgn>.
11026           It will treat the contents of these files specially - some
11027           of them contain information used by <prgn>dpkg</prgn> when
11028           installing or removing the package; others are scripts which
11029           the package maintainer wants <prgn>dpkg</prgn> to run.
11030         </p>
11031
11032         <p>
11033           It is possible to put other files in the package control
11034           information file area, but this is not generally a good idea
11035           (though they will largely be ignored).
11036         </p>
11037
11038         <p>
11039           Here is a brief list of the control information files supported
11040           by <prgn>dpkg</prgn> and a summary of what they're used for.
11041         </p>
11042
11043         <p>
11044           <taglist>
11045             <tag><tt>control</tt>
11046             <item>
11047               <p>
11048                 This is the key description file used by
11049                 <prgn>dpkg</prgn>.  It specifies the package's name
11050                 and version, gives its description for the user,
11051                 states its relationships with other packages, and so
11052                 forth.  See <ref id="sourcecontrolfiles"> and
11053                 <ref id="binarycontrolfiles">.
11054               </p>
11055
11056               <p>
11057                 It is usually generated automatically from information
11058                 in the source package by the
11059                 <prgn>dpkg-gencontrol</prgn> program, and with
11060                 assistance from <prgn>dpkg-shlibdeps</prgn>.
11061                 See <ref id="pkg-sourcetools">.
11062               </p>
11063             </item>
11064
11065             <tag><tt>postinst</tt>, <tt>preinst</tt>, <tt>postrm</tt>,
11066                  <tt>prerm</tt>
11067             </tag>
11068             <item>
11069               <p>
11070                 These are executable files (usually scripts) which
11071                 <prgn>dpkg</prgn> runs during installation, upgrade
11072                 and removal of packages.  They allow the package to
11073                 deal with matters which are particular to that package
11074                 or require more complicated processing than that
11075                 provided by <prgn>dpkg</prgn>.  Details of when and
11076                 how they are called are in <ref id="maintainerscripts">.
11077               </p>
11078
11079               <p>
11080                 It is very important to make these scripts idempotent.
11081                 See <ref id="idempotency">.
11082               </p>
11083
11084               <p>
11085                 The maintainer scripts are not guaranteed to run with a
11086                 controlling terminal and may not be able to interact with
11087                 the user.  See <ref id="controllingterminal">.
11088               </p>
11089             </item>
11090
11091             <tag><tt>conffiles</tt>
11092             </tag>
11093             <item>
11094                 This file contains a list of configuration files which
11095                 are to be handled automatically by <prgn>dpkg</prgn>
11096                 (see <ref id="pkg-conffiles">).  Note that not necessarily
11097                 every configuration file should be listed here.
11098             </item>
11099
11100             <tag><tt>shlibs</tt>
11101             </tag>
11102             <item>
11103                 This file contains a list of the shared libraries
11104                 supplied by the package, with dependency details for
11105                 each.  This is used by <prgn>dpkg-shlibdeps</prgn>
11106                 when it determines what dependencies are required in a
11107                 package control file. The <tt>shlibs</tt> file format
11108                 is described on <ref id="shlibs">.
11109             </item>
11110           </taglist>
11111         </p>
11112
11113       <sect id="pkg-controlfile">
11114         <heading>The main control information file: <tt>control</tt></heading>
11115
11116         <p>
11117           The most important control information file used by
11118           <prgn>dpkg</prgn> when it installs a package is
11119           <tt>control</tt>.  It contains all the package's "vital
11120           statistics".
11121         </p>
11122
11123         <p>
11124           The binary package control files of packages built from
11125           Debian sources are made by a special tool,
11126           <prgn>dpkg-gencontrol</prgn>, which reads
11127           <file>debian/control</file> and <file>debian/changelog</file> to
11128           find the information it needs.  See <ref id="pkg-sourcepkg"> for
11129           more details.
11130         </p>
11131
11132         <p>
11133           The fields in binary package control files are listed in
11134           <ref id="binarycontrolfiles">.
11135         </p>
11136
11137         <p>
11138           A description of the syntax of control files and the purpose
11139           of the fields is available in <ref id="controlfields">.
11140         </p>
11141       </sect>
11142
11143       <sect>
11144         <heading>Time Stamps</heading>
11145
11146         <p>
11147           See <ref id="timestamps">.
11148         </p>
11149       </sect>
11150     </appendix>
11151
11152     <appendix id="pkg-sourcepkg">
11153       <heading>Source packages (from old Packaging Manual) </heading>
11154
11155       <p>
11156         The Debian binary packages in the distribution are generated
11157         from Debian sources, which are in a special format to assist
11158         the easy and automatic building of binaries.
11159       </p>
11160
11161       <sect id="pkg-sourcetools">
11162         <heading>Tools for processing source packages</heading>
11163
11164         <p>
11165           Various tools are provided for manipulating source packages;
11166           they pack and unpack sources and help build of binary
11167           packages and help manage the distribution of new versions.
11168         </p>
11169
11170         <p>
11171           They are introduced and typical uses described here; see
11172           <manref name="dpkg-source" section="1"> for full
11173           documentation about their arguments and operation.
11174         </p>
11175
11176         <p>
11177           For examples of how to construct a Debian source package,
11178           and how to use those utilities that are used by Debian
11179           source packages, please see the <prgn>hello</prgn> example
11180           package.
11181         </p>
11182
11183         <sect1 id="pkg-dpkg-source">
11184           <heading>
11185             <prgn>dpkg-source</prgn> - packs and unpacks Debian source
11186             packages
11187           </heading>
11188
11189           <p>
11190             This program is frequently used by hand, and is also
11191             called from package-independent automated building scripts
11192             such as <prgn>dpkg-buildpackage</prgn>.
11193           </p>
11194
11195           <p>
11196             To unpack a package it is typically invoked with
11197             <example>
11198   dpkg-source -x <var>.../path/to/filename</var>.dsc
11199             </example>
11200           </p>
11201
11202            <p>
11203             with the <file><var>filename</var>.tar.gz</file> and
11204             <file><var>filename</var>.diff.gz</file> (if applicable) in
11205             the same directory.  It unpacks into
11206             <file><var>package</var>-<var>version</var></file>, and if
11207             applicable
11208             <file><var>package</var>-<var>version</var>.orig</file>, in
11209             the current directory.
11210           </p>
11211
11212           <p>
11213             To create a packed source archive it is typically invoked:
11214             <example>
11215   dpkg-source -b <var>package</var>-<var>version</var>
11216           </example>
11217           </p>
11218
11219           <p>
11220             This will create the <file>.dsc</file>, <file>.tar.gz</file> and
11221             <file>.diff.gz</file> (if appropriate) in the current
11222             directory.  <prgn>dpkg-source</prgn> does not clean the
11223             source tree first - this must be done separately if it is
11224             required.
11225           </p>
11226
11227           <p>
11228             See also <ref id="pkg-sourcearchives">.</p>
11229         </sect1>
11230
11231
11232         <sect1 id="pkg-dpkg-buildpackage">
11233           <heading>
11234             <prgn>dpkg-buildpackage</prgn> - overall package-building
11235             control script
11236           </heading>
11237
11238           <p>
11239             See <manref name="dpkg-buildpackage" section="1">.
11240           </p>
11241         </sect1>
11242
11243         <sect1 id="pkg-dpkg-gencontrol">
11244           <heading>
11245             <prgn>dpkg-gencontrol</prgn> - generates binary package
11246             control files
11247           </heading>
11248
11249           <p>
11250             This program is usually called from <file>debian/rules</file>
11251             (see <ref id="pkg-sourcetree">) in the top level of the source
11252             tree.
11253           </p>
11254
11255           <p>
11256             This is usually done just before the files and directories in the
11257             temporary directory tree where the package is being built have their
11258             permissions and ownerships set and the package is constructed using
11259             <prgn>dpkg-deb/</prgn>
11260               <footnote>
11261                 This is so that the control file which is produced has
11262                 the right permissions
11263             </footnote>.
11264           </p>
11265
11266           <p>
11267             <prgn>dpkg-gencontrol</prgn> must be called after all the
11268             files which are to go into the package have been placed in
11269             the temporary build directory, so that its calculation of
11270             the installed size of a package is correct.
11271           </p>
11272
11273           <p>
11274             It is also necessary for <prgn>dpkg-gencontrol</prgn> to
11275             be run after <prgn>dpkg-shlibdeps</prgn> so that the
11276             variable substitutions created by
11277             <prgn>dpkg-shlibdeps</prgn> in <file>debian/substvars</file>
11278             are available.
11279           </p>
11280
11281           <p>
11282             For a package which generates only one binary package, and
11283             which builds it in <file>debian/tmp</file> relative to the top
11284             of the source package, it is usually sufficient to call
11285             <prgn>dpkg-gencontrol</prgn>.
11286           </p>
11287
11288           <p>
11289             Sources which build several binaries will typically need
11290             something like:
11291             <example>
11292   dpkg-gencontrol -Pdebian/tmp-<var>pkg</var> -p<var>package</var>
11293             </example> The <tt>-P</tt> tells
11294             <prgn>dpkg-gencontrol</prgn> that the package is being
11295             built in a non-default directory, and the <tt>-p</tt>
11296             tells it which package's control file should be generated.
11297           </p>
11298
11299           <p>
11300             <prgn>dpkg-gencontrol</prgn> also adds information to the
11301             list of files in <file>debian/files</file>, for the benefit of
11302             (for example) a future invocation of
11303             <prgn>dpkg-genchanges</prgn>.</p>
11304         </sect1>
11305
11306         <sect1 id="pkg-dpkg-shlibdeps">
11307           <heading>
11308             <prgn>dpkg-shlibdeps</prgn> - calculates shared library
11309             dependencies
11310           </heading>
11311
11312           <p>
11313             See <manref name="dpkg-shlibdeps" section="1">.
11314           </p>
11315         </sect1>
11316
11317         <sect1 id="pkg-dpkg-distaddfile">
11318           <heading>
11319             <prgn>dpkg-distaddfile</prgn> - adds a file to
11320             <file>debian/files</file>
11321           </heading>
11322
11323           <p>
11324             Some packages' uploads need to include files other than
11325             the source and binary package files.
11326           </p>
11327
11328           <p>
11329             <prgn>dpkg-distaddfile</prgn> adds a file to the
11330             <file>debian/files</file> file so that it will be included in
11331             the <file>.changes</file> file when
11332             <prgn>dpkg-genchanges</prgn> is run.
11333           </p>
11334
11335           <p>
11336             It is usually invoked from the <tt>binary</tt> target of
11337             <file>debian/rules</file>:
11338             <example>
11339   dpkg-distaddfile <var>filename</var> <var>section</var> <var>priority</var>
11340             </example>
11341             The <var>filename</var> is relative to the directory where
11342             <prgn>dpkg-genchanges</prgn> will expect to find it - this
11343             is usually the directory above the top level of the source
11344             tree.  The <file>debian/rules</file> target should put the
11345             file there just before or just after calling
11346             <prgn>dpkg-distaddfile</prgn>.
11347           </p>
11348
11349           <p>
11350             The <var>section</var> and <var>priority</var> are passed
11351             unchanged into the resulting <file>.changes</file> file.
11352           </p>
11353         </sect1>
11354
11355
11356         <sect1 id="pkg-dpkg-genchanges">
11357           <heading>
11358             <prgn>dpkg-genchanges</prgn> - generates a <file>.changes</file>
11359             upload control file
11360           </heading>
11361
11362           <p>
11363             See <manref name="dpkg-genchanges" section="1">.
11364           </p>
11365         </sect1>
11366
11367         <sect1 id="pkg-dpkg-parsechangelog">
11368           <heading>
11369             <prgn>dpkg-parsechangelog</prgn> - produces parsed
11370             representation of a changelog
11371           </heading>
11372
11373           <p>
11374             See <manref name="dpkg-parsechangelog" section="1">.
11375           </p>
11376         </sect1>
11377
11378         <sect1 id="pkg-dpkg-architecture">
11379           <heading>
11380             <prgn>dpkg-architecture</prgn> - information about the build and
11381             host system
11382           </heading>
11383
11384           <p>
11385             See <manref name="dpkg-architecture" section="1">.
11386           </p>
11387         </sect1>
11388       </sect>
11389
11390       <sect id="pkg-sourcetree">
11391         <heading>The Debian package source tree</heading>
11392
11393         <p>
11394           The source archive scheme described later is intended to
11395           allow a Debian package source tree with some associated
11396           control information to be reproduced and transported easily.
11397           The Debian package source tree is a version of the original
11398           program with certain files added for the benefit of the
11399           packaging process, and with any other changes required
11400           made to the rest of the source code and installation
11401           scripts.
11402         </p>
11403
11404         <p>
11405           The extra files created for Debian are in the subdirectory
11406           <file>debian</file> of the top level of the Debian package
11407           source tree. They are described below.
11408         </p>
11409
11410         <sect1 id="pkg-debianrules">
11411           <heading><file>debian/rules</file> - the main building script</heading>
11412
11413           <p>
11414             See <ref id="debianrules">.
11415           </p>
11416         </sect1>
11417
11418         <sect1 id="pkg-srcsubstvars">
11419           <heading><file>debian/substvars</file> and variable substitutions</heading>
11420
11421           <p>
11422             See <ref id="substvars">.
11423           </p>
11424
11425         </sect1>
11426
11427         <sect1>
11428           <heading><file>debian/files</file></heading>
11429
11430           <p>
11431             See <ref id="debianfiles">.
11432           </p>
11433         </sect1>
11434
11435         <sect1><heading><file>debian/tmp</file>
11436           </heading>
11437
11438           <p>
11439             This is the canonical temporary location for the
11440             construction of binary packages by the <tt>binary</tt>
11441             target.  The directory <file>tmp</file> serves as the root of
11442             the file system tree as it is being constructed (for
11443             example, by using the package's upstream makefiles install
11444             targets and redirecting the output there), and it also
11445             contains the <tt>DEBIAN</tt> subdirectory.  See <ref
11446             id="pkg-bincreating">.
11447           </p>
11448
11449           <p>
11450             If several binary packages are generated from the same
11451             source tree it is usual to use several
11452             <file>debian/tmp<var>something</var></file> directories, for
11453             example <file>tmp-a</file> or <file>tmp-doc</file>.
11454           </p>
11455
11456           <p>
11457             Whatever <file>tmp</file> directories are created and used by
11458             <tt>binary</tt> must of course be removed by the
11459             <tt>clean</tt> target.</p></sect1>
11460       </sect>
11461
11462
11463       <sect id="pkg-sourcearchives"><heading>Source packages as archives
11464         </heading>
11465
11466         <p>
11467           As it exists on the FTP site, a Debian source package
11468           consists of three related files.  You must have the right
11469           versions of all three to be able to use them.
11470         </p>
11471
11472         <p>
11473           <taglist>
11474             <tag>Debian source control file - <tt>.dsc</tt></tag>
11475             <item>
11476                 This file is a control file used by <prgn>dpkg-source</prgn>
11477                 to extract a source package.
11478                 See <ref id="debiansourcecontrolfiles">.
11479             </item>
11480
11481             <tag>
11482               Original source archive -
11483               <file>
11484                 <var>package</var>_<var>upstream-version</var>.orig.tar.gz
11485               </file>
11486             </tag>
11487
11488             <item>
11489               <p>
11490                 This is a compressed (with <tt>gzip -9</tt>)
11491                 <prgn>tar</prgn> file containing the source code from
11492                 the upstream authors of the program.
11493               </p>
11494             </item>
11495
11496             <tag>
11497               Debian package diff -
11498               <file>
11499                 <var>package</var>_<var>upstream_version-revision</var>.diff.gz
11500               </file>
11501             </tag>
11502             <item>
11503
11504               <p>
11505                 This is a unified context diff (<tt>diff -u</tt>)
11506                 giving the changes which are required to turn the
11507                 original source into the Debian source.  These changes
11508                 may only include editing and creating plain files.
11509                 The permissions of files, the targets of symbolic
11510                 links and the characteristics of special files or
11511                 pipes may not be changed and no files may be removed
11512                 or renamed.
11513               </p>
11514
11515               <p>
11516                 All the directories in the diff must exist, except the
11517                 <file>debian</file> subdirectory of the top of the source
11518                 tree, which will be created by
11519                 <prgn>dpkg-source</prgn> if necessary when unpacking.
11520               </p>
11521
11522               <p>
11523                 The <prgn>dpkg-source</prgn> program will
11524                 automatically make the <file>debian/rules</file> file
11525                 executable (see below).</p></item>
11526           </taglist>
11527         </p>
11528
11529         <p>
11530           If there is no original source code - for example, if the
11531           package is specially prepared for Debian or the Debian
11532           maintainer is the same as the upstream maintainer - the
11533           format is slightly different: then there is no diff, and the
11534           tarfile is named
11535           <file><var>package</var>_<var>version</var>.tar.gz</file>,
11536           and preferably contains a directory named
11537           <file><var>package</var>-<var>version</var></file>.
11538         </p>
11539       </sect>
11540
11541       <sect>
11542         <heading>Unpacking a Debian source package without <prgn>dpkg-source</prgn></heading>
11543
11544         <p>
11545           <tt>dpkg-source -x</tt> is the recommended way to unpack a
11546           Debian source package.  However, if it is not available it
11547           is possible to unpack a Debian source archive as follows:
11548         <enumlist compact="compact">
11549           <item>
11550             <p>
11551               Untar the tarfile, which will create a <file>.orig</file>
11552               directory.</p>
11553           </item>
11554           <item>
11555             <p>Rename the <file>.orig</file> directory to
11556               <file><var>package</var>-<var>version</var></file>.</p>
11557           </item>
11558             <item>
11559             <p>
11560               Create the subdirectory <file>debian</file> at the top of
11561               the source tree.</p>
11562           </item>
11563           <item><p>Apply the diff using <tt>patch -p0</tt>.</p>
11564           </item>
11565           <item><p>Untar the tarfile again if you want a copy of the original
11566               source code alongside the Debian version.</p>
11567           </item>
11568         </enumlist>
11569
11570         <p>
11571           It is not possible to generate a valid Debian source archive
11572           without using <prgn>dpkg-source</prgn>.  In particular,
11573           attempting to use <prgn>diff</prgn> directly to generate the
11574           <file>.diff.gz</file> file will not work.
11575         </p>
11576
11577         <sect1>
11578           <heading>Restrictions on objects in source packages</heading>
11579
11580           <p>
11581             The source package may not contain any hard links
11582             <footnote>
11583                 This is not currently detected when building source
11584                 packages, but only when extracting
11585                 them.
11586             </footnote>
11587             <footnote>
11588                 Hard links may be permitted at some point in the
11589                 future, but would require a fair amount of
11590                 work.
11591             </footnote>, device special files, sockets or setuid or
11592             setgid files.
11593             <footnote>
11594                 Setgid directories are allowed.
11595             </footnote>
11596           </p>
11597
11598           <p>
11599             The source packaging tools manage the changes between the
11600             original and Debian source using <prgn>diff</prgn> and
11601             <prgn>patch</prgn>.  Turning the original source tree as
11602             included in the <file>.orig.tar.gz</file> into the Debian
11603             package source must not involve any changes which cannot be
11604             handled by these tools.  Problematic changes which cause
11605             <prgn>dpkg-source</prgn> to halt with an error when
11606             building the source package are:
11607             <list compact="compact">
11608               <item><p>Adding or removing symbolic links, sockets or pipes.</p>
11609               </item>
11610               <item><p>Changing the targets of symbolic links.</p>
11611               </item>
11612               <item><p>Creating directories, other than <file>debian</file>.</p>
11613               </item>
11614               <item><p>Changes to the contents of binary files.</p></item>
11615             </list> Changes which cause <prgn>dpkg-source</prgn> to
11616             print a warning but continue anyway are:
11617             <list compact="compact">
11618               <item>
11619                 <p>
11620                   Removing files, directories or symlinks.
11621                   <footnote>
11622                       Renaming a file is not treated specially - it is
11623                       seen as the removal of the old file (which
11624                       generates a warning, but is otherwise ignored),
11625                       and the creation of the new one.
11626                   </footnote>
11627                 </p>
11628               </item>
11629               <item>
11630                 <p>
11631                   Changed text files which are missing the usual final
11632                   newline (either in the original or the modified
11633                   source tree).
11634                 </p>
11635               </item>
11636             </list>
11637             Changes which are not represented, but which are not detected by
11638             <prgn>dpkg-source</prgn>, are:
11639             <list compact="compact">
11640               <item><p>Changing the permissions of files (other than
11641                   <file>debian/rules</file>) and directories.</p></item>
11642             </list>
11643           </p>
11644
11645           <p>
11646             The <file>debian</file> directory and <file>debian/rules</file>
11647             are handled specially by <prgn>dpkg-source</prgn> - before
11648             applying the changes it will create the <file>debian</file>
11649             directory, and afterwards it will make
11650             <file>debian/rules</file> world-executable.
11651           </p>
11652         </sect1>
11653       </sect>
11654     </appendix>
11655
11656     <appendix id="pkg-controlfields">
11657       <heading>Control files and their fields (from old Packaging Manual)</heading>
11658
11659       <p>
11660         Many of the tools in the <prgn>dpkg</prgn> suite manipulate
11661         data in a common format, known as control files.  Binary and
11662         source packages have control data as do the <file>.changes</file>
11663         files which control the installation of uploaded files, and
11664         <prgn>dpkg</prgn>'s internal databases are in a similar
11665         format.
11666       </p>
11667
11668       <sect>
11669         <heading>Syntax of control files</heading>
11670
11671         <p>
11672           See <ref id="controlsyntax">.
11673         </p>
11674
11675         <p>
11676           It is important to note that there are several fields which
11677           are optional as far as <prgn>dpkg</prgn> and the related
11678           tools are concerned, but which must appear in every Debian
11679           package, or whose omission may cause problems.
11680         </p>
11681       </sect>
11682
11683       <sect>
11684         <heading>List of fields</heading>
11685
11686         <p>
11687           See <ref id="controlfieldslist">.
11688         </p>
11689
11690         <p>
11691           This section now contains only the fields that didn't belong
11692           to the Policy manual.
11693         </p>
11694
11695         <sect1 id="pkg-f-Filename">
11696           <heading><tt>Filename</tt> and <tt>MSDOS-Filename</tt></heading>
11697
11698           <p>
11699             These fields in <tt>Packages</tt> files give the
11700             filename(s) of (the parts of) a package in the
11701             distribution directories, relative to the root of the
11702             Debian hierarchy.  If the package has been split into
11703             several parts the parts are all listed in order, separated
11704             by spaces.
11705           </p>
11706         </sect1>
11707
11708         <sect1 id="pkg-f-Size">
11709           <heading><tt>Size</tt> and <tt>MD5sum</tt></heading>
11710
11711           <p>
11712             These fields in <file>Packages</file> files give the size (in
11713             bytes, expressed in decimal) and MD5 checksum of the
11714             file(s) which make(s) up a binary package in the
11715             distribution.  If the package is split into several parts
11716             the values for the parts are listed in order, separated by
11717             spaces.
11718           </p>
11719         </sect1>
11720
11721         <sect1 id="pkg-f-Status">
11722           <heading><tt>Status</tt></heading>
11723
11724           <p>
11725             This field in <prgn>dpkg</prgn>'s status file records
11726             whether the user wants a package installed, removed or
11727             left alone, whether it is broken (requiring
11728             re-installation) or not and what its current state on the
11729             system is.  Each of these pieces of information is a
11730             single word.
11731           </p>
11732         </sect1>
11733
11734         <sect1 id="pkg-f-Config-Version">
11735           <heading><tt>Config-Version</tt></heading>
11736
11737           <p>
11738             If a package is not installed or not configured, this
11739             field in <prgn>dpkg</prgn>'s status file records the last
11740             version of the package which was successfully
11741             configured.
11742           </p>
11743         </sect1>
11744
11745         <sect1 id="pkg-f-Conffiles">
11746           <heading><tt>Conffiles</tt></heading>
11747
11748           <p>
11749             This field in <prgn>dpkg</prgn>'s status file contains
11750             information about the automatically-managed configuration
11751             files held by a package.  This field should <em>not</em>
11752             appear anywhere in a package!
11753           </p>
11754         </sect1>
11755
11756         <sect1>
11757           <heading>Obsolete fields</heading>
11758
11759           <p>
11760             These are still recognized by <prgn>dpkg</prgn> but should
11761             not appear anywhere any more.
11762
11763             <taglist compact="compact">
11764
11765               <tag><tt>Revision</tt></tag>
11766               <tag><tt>Package-Revision</tt></tag>
11767               <tag><tt>Package_Revision</tt></tag>
11768               <item>
11769                   The Debian revision part of the package version was
11770                   at one point in a separate control field.  This
11771                   field went through several names.
11772               </item>
11773
11774               <tag><tt>Recommended</tt></tag>
11775               <item>Old name for <tt>Recommends</tt>.</item>
11776
11777               <tag><tt>Optional</tt></tag>
11778               <item>Old name for <tt>Suggests</tt>.</item>
11779
11780               <tag><tt>Class</tt></tag>
11781               <item>Old name for <tt>Priority</tt>.</item>
11782
11783             </taglist>
11784           </p>
11785         </sect1>
11786       </sect>
11787
11788     </appendix>
11789
11790     <appendix id="pkg-conffiles">
11791       <heading>Configuration file handling (from old Packaging Manual)</heading>
11792
11793       <p>
11794         <prgn>dpkg</prgn> can do a certain amount of automatic
11795         handling of package configuration files.
11796       </p>
11797
11798       <p>
11799         Whether this mechanism is appropriate depends on a number of
11800         factors, but basically there are two approaches to any
11801         particular configuration file.
11802       </p>
11803
11804       <p>
11805         The easy method is to ship a best-effort configuration in the
11806         package, and use <prgn>dpkg</prgn>'s conffile mechanism to
11807         handle updates.  If the user is unlikely to want to edit the
11808         file, but you need them to be able to without losing their
11809         changes, and a new package with a changed version of the file
11810         is only released infrequently, this is a good approach.
11811       </p>
11812
11813       <p>
11814         The hard method is to build the configuration file from
11815         scratch in the <prgn>postinst</prgn> script, and to take the
11816         responsibility for fixing any mistakes made in earlier
11817         versions of the package automatically.  This will be
11818         appropriate if the file is likely to need to be different on
11819         each system.
11820       </p>
11821
11822       <sect><heading>Automatic handling of configuration files by
11823       <prgn>dpkg</prgn>
11824         </heading>
11825
11826         <p>
11827           A package may contain a control information file called
11828           <tt>conffiles</tt>.  This file should be a list of filenames
11829           of configuration files needing automatic handling, separated
11830           by newlines.  The filenames should be absolute pathnames,
11831           and the files referred to should actually exist in the
11832           package.
11833         </p>
11834
11835         <p>
11836           When a package is upgraded <prgn>dpkg</prgn> will process
11837           the configuration files during the configuration stage,
11838           shortly before it runs the package's <prgn>postinst</prgn>
11839           script,
11840         </p>
11841
11842         <p>
11843           For each file it checks to see whether the version of the
11844           file included in the package is the same as the one that was
11845           included in the last version of the package (the one that is
11846           being upgraded from); it also compares the version currently
11847           installed on the system with the one shipped with the last
11848           version.
11849         </p>
11850
11851         <p>
11852           If neither the user nor the package maintainer has changed
11853           the file, it is left alone.  If one or the other has changed
11854           their version, then the changed version is preferred - i.e.,
11855           if the user edits their file, but the package maintainer
11856           doesn't ship a different version, the user's changes will
11857           stay, silently, but if the maintainer ships a new version
11858           and the user hasn't edited it the new version will be
11859           installed (with an informative message).  If both have
11860           changed their version the user is prompted about the problem
11861           and must resolve the differences themselves.
11862         </p>
11863
11864         <p>
11865           The comparisons are done by calculating the MD5 message
11866           digests of the files, and storing the MD5 of the file as it
11867           was included in the most recent version of the package.
11868         </p>
11869
11870         <p>
11871           When a package is installed for the first time
11872           <prgn>dpkg</prgn> will install the file that comes with it,
11873           unless that would mean overwriting a file already on the
11874           file system.
11875         </p>
11876
11877         <p>
11878           However, note that <prgn>dpkg</prgn> will <em>not</em>
11879           replace a conffile that was removed by the user (or by a
11880           script).  This is necessary because with some programs a
11881           missing file produces an effect hard or impossible to
11882           achieve in another way, so that a missing file needs to be
11883           kept that way if the user did it.
11884         </p>
11885
11886         <p>
11887           Note that a package should <em>not</em> modify a
11888           <prgn>dpkg</prgn>-handled conffile in its maintainer
11889           scripts.  Doing this will lead to <prgn>dpkg</prgn> giving
11890           the user confusing and possibly dangerous options for
11891           conffile update when the package is upgraded.</p>
11892       </sect>
11893
11894       <sect><heading>Fully-featured maintainer script configuration
11895       handling
11896         </heading>
11897
11898         <p>
11899           For files which contain site-specific information such as
11900           the hostname and networking details and so forth, it is
11901           better to create the file in the package's
11902           <prgn>postinst</prgn> script.
11903         </p>
11904
11905         <p>
11906           This will typically involve examining the state of the rest
11907           of the system to determine values and other information, and
11908           may involve prompting the user for some information which
11909           can't be obtained some other way.
11910         </p>
11911
11912         <p>
11913           When using this method there are a couple of important
11914           issues which should be considered:
11915         </p>
11916
11917         <p>
11918           If you discover a bug in the program which generates the
11919           configuration file, or if the format of the file changes
11920           from one version to the next, you will have to arrange for
11921           the postinst script to do something sensible - usually this
11922           will mean editing the installed configuration file to remove
11923           the problem or change the syntax.  You will have to do this
11924           very carefully, since the user may have changed the file,
11925           perhaps to fix the very problem that your script is trying
11926           to deal with - you will have to detect these situations and
11927           deal with them correctly.
11928         </p>
11929
11930         <p>
11931           If you do go down this route it's probably a good idea to
11932           make the program that generates the configuration file(s) a
11933           separate program in <file>/usr/sbin</file>, by convention called
11934           <file><var>package</var>config</file> and then run that if
11935           appropriate from the post-installation script.  The
11936           <tt><var>package</var>config</tt> program should not
11937           unquestioningly overwrite an existing configuration - if its
11938           mode of operation is geared towards setting up a package for
11939           the first time (rather than any arbitrary reconfiguration
11940           later) you should have it check whether the configuration
11941           already exists, and require a <tt>--force</tt> flag to
11942           overwrite it.</p></sect>
11943     </appendix>
11944
11945     <appendix id="pkg-alternatives"><heading>Alternative versions of
11946         an interface - <prgn>update-alternatives</prgn> (from old
11947     Packaging Manual)
11948       </heading>
11949
11950       <p>
11951         When several packages all provide different versions of the
11952         same program or file it is useful to have the system select a
11953         default, but to allow the system administrator to change it
11954         and have their decisions respected.
11955       </p>
11956
11957       <p>
11958         For example, there are several versions of the <prgn>vi</prgn>
11959         editor, and there is no reason to prevent all of them from
11960         being installed at once, each under their own name
11961         (<prgn>nvi</prgn>, <prgn>vim</prgn> or whatever).
11962         Nevertheless it is desirable to have the name <tt>vi</tt>
11963         refer to something, at least by default.
11964       </p>
11965
11966       <p>
11967         If all the packages involved cooperate, this can be done with
11968         <prgn>update-alternatives</prgn>.
11969       </p>
11970
11971       <p>
11972         Each package provides its own version under its own name, and
11973         calls <prgn>update-alternatives</prgn> in its postinst to
11974         register its version (and again in its prerm to deregister
11975         it).
11976       </p>
11977
11978       <p>
11979         See the man page <manref name="update-alternatives"
11980         section="8"> for details.
11981       </p>
11982
11983       <p>
11984         If <prgn>update-alternatives</prgn> does not seem appropriate
11985         you may wish to consider using diversions instead.</p>
11986     </appendix>
11987
11988     <appendix id="pkg-diversions"><heading>Diversions - overriding a
11989     package's version of a file (from old Packaging Manual)
11990       </heading>
11991
11992       <p>
11993         It is possible to have <prgn>dpkg</prgn> not overwrite a file
11994         when it reinstalls the package it belongs to, and to have it
11995         put the file from the package somewhere else instead.
11996       </p>
11997
11998       <p>
11999         This can be used locally to override a package's version of a
12000         file, or by one package to override another's version (or
12001         provide a wrapper for it).
12002       </p>
12003
12004       <p>
12005         Before deciding to use a diversion, read <ref
12006         id="pkg-alternatives"> to see if you really want a diversion
12007         rather than several alternative versions of a program.
12008       </p>
12009
12010       <p>
12011         There is a diversion list, which is read by <prgn>dpkg</prgn>,
12012         and updated by a special program <prgn>dpkg-divert</prgn>.
12013         Please see <manref name="dpkg-divert" section="8"> for full
12014         details of its operation.
12015       </p>
12016
12017       <p>
12018         When a package wishes to divert a file from another, it should
12019         call <prgn>dpkg-divert</prgn> in its preinst to add the
12020         diversion and rename the existing file.  For example,
12021         supposing that a <prgn>smailwrapper</prgn> package wishes to
12022         install a wrapper around <file>/usr/sbin/smail</file>:
12023         <example>
12024    dpkg-divert --package smailwrapper --add --rename \
12025       --divert /usr/sbin/smail.real /usr/sbin/smail
12026         </example> The <tt>--package smailwrapper</tt> ensures that
12027         <prgn>smailwrapper</prgn>'s copy of <file>/usr/sbin/smail</file>
12028         can bypass the diversion and get installed as the true version.
12029         It's safe to add the diversion unconditionally on upgrades since
12030         it will be left unchanged if it already exists, but
12031         <prgn>dpkg-divert</prgn> will display a message.  To suppress that
12032         message, make the command conditional on the version from which
12033         the package is being upgraded:
12034         <example>
12035    if [ upgrade != "$1" ] || dpkg --compare-versions "$2" lt 1.0-2; then
12036       dpkg-divert --package smailwrapper --add --rename \
12037          --divert /usr/sbin/smail.real /usr/sbin/smail
12038    fi
12039         </example> where <tt>1.0-2</tt> is the version at which the
12040         diversion was first added to the package.  Running the command
12041         during abort-upgrade is pointless but harmless.
12042       </p>
12043
12044       <p>
12045         The postrm has to do the reverse:
12046         <example>
12047   if [ remove = "$1" -o abort-install = "$1" -o disappear = "$1" ]; then
12048      dpkg-divert --package smailwrapper --remove --rename \
12049         --divert /usr/sbin/smail.real /usr/sbin/smail
12050   fi
12051         </example> If the diversion was added at a particular version, the
12052         postrm should also handle the failure case of upgrading from an
12053         older version (unless the older version is so old that direct
12054         upgrades are no longer supported):
12055         <example>
12056   if [ abort-upgrade = "$1" ] && dpkg --compare-versions "$2" lt 1.0-2; then
12057      dpkg-divert --package smailwrapper --remove --rename \
12058         --divert /usr/sbin/smail.real /usr/sbin/smail
12059   fi
12060         </example> where <tt>1.0-2</tt> is the version at which the
12061         diversion was first added to the package.  The postrm should not
12062         remove the diversion on upgrades both because there's no reason to
12063         remove the diversion only to immediately re-add it and since the
12064         postrm of the old package is run after unpacking so the removal of
12065         the diversion will fail.
12066       </p>
12067
12068       <p>
12069         Do not attempt to divert a file which is vitally important for
12070         the system's operation - when using <prgn>dpkg-divert</prgn>
12071         there is a time, after it has been diverted but before
12072         <prgn>dpkg</prgn> has installed the new version, when the file
12073         does not exist.</p>
12074
12075       <p>
12076         Do not attempt to divert a conffile, as <prgn>dpkg</prgn> does not
12077         handle it well.
12078       </p>
12079     </appendix>
12080
12081   </book>
12082 </debiandoc>
12083 <!-- Local variables: -->
12084 <!-- indent-tabs-mode: t -->
12085 <!-- End: -->
12086 <!-- vim:set ai sts=2 sw=2 tw=76: -->