]> git.donarmstrong.com Git - debian/debian-policy.git/blob - policy.sgml
Merge branch 'master' into bug504880-rra
[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         GNU/Linux 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 GNU/Linux
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           GNU/Linux distribution. This includes the structure and
72           contents of the Debian archive and several design issues of the
73           operating system, as well as technical requirements that
74           each package must satisfy to be included in the
75           distribution.
76         </p>
77
78         <p>
79           This manual also describes Debian policy as it relates to
80           creating Debian packages. It is not a tutorial on how to build
81           packages, nor is it exhaustive where it comes to describing
82           the behavior of the packaging system. Instead, this manual
83           attempts to define the interface to the package management
84           system that the developers have to be conversant with.<footnote>
85               Informally, the criteria used for inclusion is that the
86               material meet one of the following requirements:
87               <taglist compact="compact">
88                 <tag>Standard interfaces</tag>
89                 <item>
90                     The material presented represents an interface to
91                     the packaging system that is mandated for use, and
92                     is used by, a significant number of packages, and
93                     therefore should not be changed without peer
94                     review. Package maintainers can then rely on this
95                     interface not changing, and the package management
96                     software authors need to ensure compatibility with
97                     this interface definition. (Control file and
98                     changelog file formats are examples.)
99                 </item>
100                 <tag>Chosen Convention</tag>
101                 <item>
102                     If there are a number of technically viable choices
103                     that can be made, but one needs to select one of
104                     these options for inter-operability. The version
105                     number format is one example.
106                 </item>
107               </taglist>
108               Please note that these are not mutually exclusive;
109               selected conventions often become parts of standard
110               interfaces.
111           </footnote>
112         </p>
113
114         <p>
115           The footnotes present in this manual are
116           merely informative, and are not part of Debian policy itself.
117         </p>
118
119         <p>
120           The appendices to this manual are not necessarily normative,
121           either. Please see <ref id="pkg-scope"> for more information.
122         </p>
123
124         <p>
125           In the normative part of this manual,
126           the words <em>must</em>, <em>should</em> and
127           <em>may</em>, and the adjectives <em>required</em>,
128           <em>recommended</em> and <em>optional</em>, are used to
129           distinguish the significance of the various guidelines in
130           this policy document. Packages that do not conform to the
131           guidelines denoted by <em>must</em> (or <em>required</em>)
132           will generally not be considered acceptable for the Debian
133           distribution. Non-conformance with guidelines denoted by
134           <em>should</em> (or <em>recommended</em>) will generally be
135           considered a bug, but will not necessarily render a package
136           unsuitable for distribution. Guidelines denoted by
137           <em>may</em> (or <em>optional</em>) are truly optional and
138           adherence is left to the maintainer's discretion.
139         </p>
140
141         <p>
142           These classifications are roughly equivalent to the bug
143           severities <em>serious</em> (for <em>must</em> or
144           <em>required</em> directive violations), <em>minor</em>,
145           <em>normal</em> or <em>important</em>
146           (for <em>should</em> or <em>recommended</em> directive
147           violations) and <em>wishlist</em> (for <em>optional</em>
148           items).
149           <footnote>
150                 Compare RFC 2119.  Note, however, that these words are
151                 used in a different way in this document.
152           </footnote>
153         </p>
154
155         <p>
156           Much of the information presented in this manual will be
157           useful even when building a package which is to be
158           distributed in some other way or is intended for local use
159           only.
160         </p>
161       </sect>
162
163       <sect>
164         <heading>New versions of this document</heading>
165
166         <p>
167           This manual is distributed via the Debian package
168           <package><url name="debian-policy"
169               id="http://packages.debian.org/debian-policy"></package> 
170           (<httpsite>packages.debian.org</httpsite> 
171           <httppath>/debian-policy</httppath>).
172         </p>
173
174         <p>
175           The current version of this document is also available from
176           the Debian web mirrors at
177           <tt><url name="/doc/debian-policy/"
178                 id="http://www.debian.org/doc/debian-policy/"></tt>.
179           (
180           <httpsite>www.debian.org</httpsite>
181           <httppath>/doc/debian-policy/</httppath>)
182           Also available from the same directory are several other
183           formats: <file>policy.html.tar.gz</file>
184           (<httppath>/doc/debian-policy/policy.html.tar.gz</httppath>),
185           <file>policy.pdf.gz</file> 
186           (<httppath>/doc/debian-policy/policy.pdf.gz</httppath>)
187           and <file>policy.ps.gz</file>
188           (<httppath>/doc/debian-policy/policy.ps.gz</httppath>).
189         </p>
190
191         <p>
192           The <package>debian-policy</package> package also includes the file
193           <file>upgrading-checklist.txt.gz</file> which indicates policy
194           changes between versions of this document.
195         </p>
196       </sect>
197
198       <sect id="authors">
199         <heading>Authors and Maintainers</heading>
200
201         <p>
202           Originally called "Debian GNU/Linux Policy Manual", this
203           manual was initially written in 1996 by Ian Jackson.
204           It was revised on November 27th, 1996 by David A. Morris.
205           Christian Schwarz added new sections on March 15th, 1997,
206           and reworked/restructured it in April-July 1997.
207           Christoph Lameter contributed the "Web Standard".
208           Julian Gilbey largely restructured it in 2001.
209         </p>
210
211         <p>
212           Since September 1998, the responsibility for the contents of
213           this document lies on the <url name="debian-policy mailing list"
214           id="mailto:debian-policy@lists.debian.org">. Proposals
215           are discussed there and inserted into policy after a certain
216           consensus is established.
217           <!-- insert shameless policy-process plug here eventually -->
218           The actual editing is done by a group of maintainers that have
219           no editorial powers. These are the current maintainers:
220
221           <enumlist>
222             <item>Julian Gilbey</item>
223             <item>Branden Robinson</item>
224             <item>Josip Rodin</item>
225             <item>Manoj Srivastava</item>
226           </enumlist>
227         </p>
228
229         <p>
230           While the authors of this document have tried hard to avoid
231           typos and other errors, these do still occur. If you discover
232           an error in this manual or if you want to give any
233           comments, suggestions, or criticisms please send an email to
234           the Debian Policy List,
235           <email>debian-policy@lists.debian.org</email>, or submit a
236           bug report against the <tt>debian-policy</tt> package.
237         </p>
238
239         <p>
240           Please do not try to reach the individual authors or maintainers
241           of the Policy Manual regarding changes to the Policy.
242         </p>
243       </sect>
244
245       <sect id="related">
246         <heading>Related documents</heading>
247
248         <p>
249           There are several other documents other than this Policy Manual
250           that are necessary to fully understand some Debian policies and
251           procedures.
252         </p>
253
254         <p>
255           The external "sub-policy" documents are referred to in:
256           <list compact="compact">
257             <item><ref id="fhs"></item>
258             <item><ref id="virtual_pkg"></item>
259             <item><ref id="menus"></item>
260             <item><ref id="mime"></item>
261             <item><ref id="perl"></item>
262             <item><ref id="maintscriptprompt"></item>
263             <item><ref id="emacs"></item>
264           </list>
265         </p>
266
267         <p>
268           In addition to those, which carry the weight of policy, there
269           is the Debian Developer's Reference. This document describes
270           procedures and resources for Debian developers, but it is
271           <em>not</em> normative; rather, it includes things that don't
272           belong in the Policy, such as best practices for developers.
273         </p>
274
275         <p>
276           The Developer's Reference is available in the
277           <package>developers-reference</package> package.
278           It's also available from the Debian web mirrors at
279           <tt><url name="/doc/developers-reference/"
280                 id="http://www.debian.org/doc/developers-reference/"></tt>.
281         </p>
282       </sect>
283
284       <sect id="definitions">
285         <heading>Definitions</heading>
286
287         <p>
288           The following terms are used in this Policy Manual:
289           <taglist>
290             <tag>ASCII</tag>
291             <item>
292               The character encoding specified by ANSI X3.4-1986 and its
293               predecessor standards, referred to in MIME as US-ASCII, and
294               corresponding to an encoding in eight bits per character of
295               the first 128 <url id="http://www.unicode.org/"
296               name="Unicode"> characters, with the eighth bit always zero.
297             </item>
298             <tag>UTF-8</tag>
299             <item>
300               The transformation format (sometimes called encoding) of
301               <url id="http://www.unicode.org/" name="Unicode"> defined by
302               <url id="http://www.rfc-editor.org/rfc/rfc3629.txt"
303               name="RFC 3629">.  UTF-8 has the useful property of having
304               ASCII as a subset, so any text encoded in ASCII is trivially
305               also valid UTF-8.
306             </item>
307           </taglist>
308         </p>
309       </sect>
310     </chapt>
311
312
313     <chapt id="archive">
314       <heading>The Debian Archive</heading>
315
316       <p>
317         The Debian GNU/Linux system is maintained and distributed as a
318         collection of <em>packages</em>. Since there are so many of
319         them (currently well over 15000), they are split into
320         <em>sections</em> and given <em>priorities</em> to simplify
321         the handling of them.
322       </p>
323
324       <p>
325         The effort of the Debian project is to build a free operating
326         system, but not every package we want to make accessible is
327         <em>free</em> in our sense (see the Debian Free Software
328         Guidelines, below), or may be imported/exported without
329         restrictions. Thus, the archive is split into areas<footnote>
330           The Debian archive software uses the term "component" internally
331           and in the Release file format to refer to the division of an
332           archive.  The Debian Social Contract simply refers to "areas."
333           This document uses terminology similar to the Social Contract.
334         </footnote> based on their licenses and other restrictions.
335       </p>
336
337       <p>
338         The aims of this are:
339
340         <list compact="compact">
341           <item>to allow us to make as much software available as we can</item>
342           <item>to allow us to encourage everyone to write free software,
343                 and</item>
344           <item>to allow us to make it easy for people to produce
345                 CD-ROMs of our system without violating any licenses,
346                 import/export restrictions, or any other laws.</item>
347         </list>
348       </p>
349
350       <p>
351         The <em>main</em> archive area forms the <em>Debian GNU/Linux
352         distribution</em>.
353       </p>
354
355       <p>
356         Packages in the other archive areas (<tt>contrib</tt>,
357         <tt>non-free</tt>) are not considered to be part of the Debian
358         distribution, although we support their use and provide
359         infrastructure for them (such as our bug-tracking system and
360         mailing lists). This Debian Policy Manual applies to these
361         packages as well.
362       </p>
363
364       <sect id="dfsg">
365         <heading>The Debian Free Software Guidelines</heading>
366         <p>
367           The Debian Free Software Guidelines (DFSG) form our
368           definition of "free software".  These are:
369             <taglist>
370               <tag>1. Free Redistribution
371               </tag>
372               <item>
373                   The license of a Debian component may not restrict any
374                   party from selling or giving away the software as a
375                   component of an aggregate software distribution
376                   containing programs from several different
377                   sources. The license may not require a royalty or
378                   other fee for such sale.
379               </item>
380               <tag>2. Source Code
381               </tag>
382               <item>
383                   The program must include source code, and must allow
384                   distribution in source code as well as compiled form.
385               </item>
386               <tag>3. Derived Works
387               </tag>
388               <item>
389                   The license must allow modifications and derived
390                   works, and must allow them to be distributed under the
391                   same terms as the license of the original software.
392               </item>
393               <tag>4. Integrity of The Author's Source Code
394               </tag>
395               <item>
396                   The license may restrict source-code from being
397                   distributed in modified form <em>only</em> if the
398                   license allows the distribution of "patch files"
399                   with the source code for the purpose of modifying the
400                   program at build time. The license must explicitly
401                   permit distribution of software built from modified
402                   source code. The license may require derived works to
403                   carry a different name or version number from the
404                   original software.  (This is a compromise. The Debian
405                   Project encourages all authors to not restrict any
406                   files, source or binary, from being modified.)
407               </item>
408               <tag>5. No Discrimination Against Persons or Groups
409               </tag>
410               <item>
411                   The license must not discriminate against any person
412                   or group of persons.
413               </item>
414               <tag>6. No Discrimination Against Fields of Endeavor
415               </tag>
416               <item>
417                   The license must not restrict anyone from making use
418                   of the program in a specific field of endeavor. For
419                   example, it may not restrict the program from being
420                   used in a business, or from being used for genetic
421                   research.
422               </item>
423               <tag>7. Distribution of License
424               </tag>
425               <item>
426                   The rights attached to the program must apply to all
427                   to whom the program is redistributed without the need
428                   for execution of an additional license by those
429                   parties.
430               </item>
431               <tag>8. License Must Not Be Specific to Debian
432               </tag>
433               <item>
434                   The rights attached to the program must not depend on
435                   the program's being part of a Debian system. If the
436                   program is extracted from Debian and used or
437                   distributed without Debian but otherwise within the
438                   terms of the program's license, all parties to whom
439                   the program is redistributed must have the same
440                   rights as those that are granted in conjunction with
441                   the Debian system.
442               </item>
443               <tag>9. License Must Not Contaminate Other Software
444               </tag>
445               <item>
446                   The license must not place restrictions on other
447                   software that is distributed along with the licensed
448                   software. For example, the license must not insist
449                   that all other programs distributed on the same medium
450                   must be free software.
451               </item>
452               <tag>10. Example Licenses
453               </tag>
454               <item>
455                   The "GPL," "BSD," and "Artistic" licenses are examples of
456                   licenses that we consider <em>free</em>.
457               </item>
458             </taglist>
459         </p>
460       </sect>
461
462       <sect id="sections">
463         <heading>Archive areas</heading>
464
465         <sect1 id="main">
466           <heading>The main archive area</heading>
467
468           <p>
469             Every package in <em>main</em> must comply with the DFSG
470             (Debian Free Software Guidelines).
471           </p>
472
473           <p>
474             In addition, the packages in <em>main</em>
475             <list compact="compact">
476               <item>
477                   must not require a package outside of <em>main</em>
478                   for compilation or execution (thus, the package must
479                   not declare a "Depends", "Recommends", or
480                   "Build-Depends" relationship on a non-<em>main</em>
481                   package),
482               </item>
483               <item>
484                   must not be so buggy that we refuse to support them,
485                   and
486               </item>
487               <item>
488                   must meet all policy requirements presented in this
489                   manual.
490               </item>
491             </list>
492           </p>
493
494         </sect1>
495
496         <sect1 id="contrib">
497           <heading>The contrib archive area</heading>
498
499           <p>
500             Every package in <em>contrib</em> must comply with the DFSG.
501           </p>
502
503           <p>
504             In addition, the packages in <em>contrib</em>
505             <list compact="compact">
506               <item>
507                   must not be so buggy that we refuse to support them,
508                   and
509               </item>
510               <item>
511                   must meet all policy requirements presented in this
512                   manual.
513               </item>
514             </list>
515           </p>
516
517
518           <p>
519             Examples of packages which would be included in
520             <em>contrib</em> are:
521             <list compact="compact">
522               <item>
523                   free packages which require <em>contrib</em>,
524                   <em>non-free</em> packages or packages which are not
525                   in our archive at all for compilation or execution,
526                   and
527               </item>
528               <item>
529                   wrapper packages or other sorts of free accessories for
530                   non-free programs.
531               </item>
532             </list>
533           </p>
534         </sect1>
535
536         <sect1 id="non-free">
537           <heading>The non-free archive area</heading>
538
539           <p>
540             Packages must be placed in <em>non-free</em> if they are
541             not compliant with the DFSG or are encumbered by patents
542             or other legal issues that make their distribution
543             problematic.
544           </p>
545
546           <p>
547             In addition, the packages in <em>non-free</em>
548             <list compact="compact">
549               <item>
550                   must not be so buggy that we refuse to support them,
551                   and
552               </item>
553               <item>
554                   must meet all policy requirements presented in this
555                   manual that it is possible for them to meet.
556                   <footnote>
557                       It is possible that there are policy
558                       requirements which the package is unable to
559                       meet, for example, if the source is
560                       unavailable.  These situations will need to be
561                       handled on a case-by-case basis.
562                   </footnote>
563               </item>
564             </list>
565           </p>
566         </sect1>
567
568       </sect>
569
570       <sect id="pkgcopyright">
571         <heading>Copyright considerations</heading>
572
573         <p>
574           Every package must be accompanied by a verbatim copy of its
575           copyright information and distribution license in the file
576           <file>/usr/share/doc/<var>package</var>/copyright</file>
577           (see <ref id="copyrightfile"> for further details).
578         </p>
579
580         <p>
581           We reserve the right to restrict files from being included
582           anywhere in our archives if
583           <list compact="compact">
584             <item>
585                   their use or distribution would break a law,
586             </item>
587             <item>
588                   there is an ethical conflict in their distribution or
589                   use,
590             </item>
591             <item>
592                   we would have to sign a license for them, or
593             </item>
594             <item>
595                   their distribution would conflict with other project
596                   policies.
597             </item>
598           </list>
599         </p>
600
601         <p>
602           Programs whose authors encourage the user to make
603           donations are fine for the main distribution, provided
604           that the authors do not claim that not donating is
605           immoral, unethical, illegal or something similar; in such
606           a case they must go in <em>non-free</em>.
607         </p>
608
609         <p>
610           Packages whose copyright permission notices (or patent
611           problems) do not even allow redistribution of binaries
612           only, and where no special permission has been obtained,
613           must not be placed on the Debian FTP site and its mirrors
614           at all.
615         </p>
616
617         <p>
618           Note that under international copyright law (this applies
619           in the United States, too), <em>no</em> distribution or
620           modification of a work is allowed without an explicit
621           notice saying so.  Therefore a program without a copyright
622           notice <em>is</em> copyrighted and you may not do anything
623           to it without risking being sued! Likewise if a program
624           has a copyright notice but no statement saying what is
625           permitted then nothing is permitted.
626         </p>
627
628         <p>
629           Many authors are unaware of the problems that restrictive
630           copyrights (or lack of copyright notices) can cause for
631           the users of their supposedly-free software.  It is often
632           worthwhile contacting such authors diplomatically to ask
633           them to modify their license terms. However, this can be a
634           politically difficult thing to do and you should ask for
635           advice on the <tt>debian-legal</tt> mailing list first, as
636           explained below.
637         </p>
638
639         <p>
640           When in doubt about a copyright, send mail to
641           <email>debian-legal@lists.debian.org</email>.  Be prepared
642           to provide us with the copyright statement.  Software
643           covered by the GPL, public domain software and BSD-like
644           copyrights are safe; be wary of the phrases "commercial
645           use prohibited" and "distribution restricted".
646         </p>
647       </sect>
648
649       <sect id="subsections">
650         <heading>Sections</heading>
651
652         <p>
653           The packages in the archive areas <em>main</em>,
654           <em>contrib</em> and <em>non-free</em> are grouped further into
655           <em>sections</em> to simplify handling.
656         </p>
657
658         <p>
659           The archive area and section for each package should be
660           specified in the package's <tt>Section</tt> control record (see
661           <ref id="f-Section">).  However, the maintainer of the Debian
662           archive may override this selection to ensure the consistency of
663           the Debian distribution.  The <tt>Section</tt> field should be
664           of the form:
665           <list compact="compact">
666             <item>
667                   <em>section</em> if the package is in the
668                   <em>main</em> archive area,
669             </item>
670             <item>
671                   <em>area/section</em> if the package is in
672                   the <em>contrib</em> or <em>non-free</em>
673                   archive areas.
674             </item>
675           </list>
676         </p>
677
678         <p>
679           The Debian archive maintainers provide the authoritative
680           list of sections.  At present, they are:
681           <em>admin</em>, <em>cli-mono</em>, <em>comm</em>, <em>database</em>,
682           <em>devel</em>, <em>debug</em>, <em>doc</em>, <em>editors</em>,
683           <em>electronics</em>, <em>embedded</em>, <em>fonts</em>,
684           <em>games</em>, <em>gnome</em>, <em>graphics</em>, <em>gnu-r</em>,
685           <em>gnustep</em>, <em>hamradio</em>, <em>haskell</em>,
686           <em>httpd</em>, <em>interpreters</em>, <em>java</em>, <em>kde</em>,
687           <em>kernel</em>, <em>libs</em>, <em>libdevel</em>, <em>lisp</em>,
688           <em>localization</em>, <em>mail</em>, <em>math</em>, <em>misc</em>,
689           <em>net</em>, <em>news</em>, <em>ocaml</em>, <em>oldlibs</em>,
690           <em>otherosfs</em>, <em>perl</em>, <em>php</em>, <em>python</em>,
691           <em>ruby</em>, <em>science</em>, <em>shells</em>, <em>sound</em>,
692           <em>tex</em>, <em>text</em>, <em>utils</em>, <em>vcs</em>,
693           <em>video</em>, <em>web</em>, <em>x11</em>, <em>xfce</em>,
694           <em>zope</em>.  The additional section <em>debian-installer</em>
695           contains special packages used by the installer and is not used
696           for normal Debian packages.
697         </p>
698
699         <p>
700           For more information about the sections and their definitions,
701           see the <url id="http://packages.debian.org/unstable/"
702                        name="list of sections in unstable">.
703         </p>
704       </sect>
705
706       <sect id="priorities">
707         <heading>Priorities</heading>
708
709         <p>
710           Each package should have a <em>priority</em> value, which is
711           included in the package's <em>control record</em>
712           (see <ref id="f-Priority">).
713           This information is used by the Debian package management tools to
714           separate high-priority packages from less-important packages.
715         </p>
716
717         <p>
718           The following <em>priority levels</em> are recognized by the
719           Debian package management tools.
720           <taglist>
721             <tag><tt>required</tt></tag>
722             <item>
723                 Packages which are necessary for the proper
724                 functioning of the system (usually, this means that
725                 dpkg functionality depends on these packages).
726                 Removing a <tt>required</tt> package may cause your
727                 system to become totally broken and you may not even
728                 be able to use <prgn>dpkg</prgn> to put things back,
729                 so only do so if you know what you are doing.  Systems
730                 with only the <tt>required</tt> packages are probably
731                 unusable, but they do have enough functionality to
732                 allow the sysadmin to boot and install more software.
733             </item>
734             <tag><tt>important</tt></tag>
735             <item>
736                 Important programs, including those which one would
737                 expect to find on any Unix-like system.  If the
738                 expectation is that an experienced Unix person who
739                 found it missing would say "What on earth is going on,
740                 where is <prgn>foo</prgn>?", it must be an
741                 <tt>important</tt> package.<footnote>
742                     This is an important criterion because we are
743                     trying to produce, amongst other things, a free
744                     Unix.
745                 </footnote>
746                 Other packages without which the system will not run
747                 well or be usable must also have priority
748                 <tt>important</tt>.  This does
749                 <em>not</em> include Emacs, the X Window System, TeX
750                 or any other large applications.  The
751                 <tt>important</tt> packages are just a bare minimum of
752                 commonly-expected and necessary tools.
753             </item>
754             <tag><tt>standard</tt></tag>
755             <item>
756                 These packages provide a reasonably small but not too
757                 limited character-mode system.  This is what will be
758                 installed by default if the user doesn't select anything
759                 else.  It doesn't include many large applications.
760             </item>
761             <tag><tt>optional</tt></tag>
762             <item>
763                 (In a sense everything that isn't required is
764                 optional, but that's not what is meant here.) This is
765                 all the software that you might reasonably want to
766                 install if you didn't know what it was and don't have
767                 specialized requirements. This is a much larger system
768                 and includes the X Window System, a full TeX
769                 distribution, and many applications. Note that
770                 optional packages should not conflict with each other.
771             </item>
772             <tag><tt>extra</tt></tag>
773             <item>
774                 This contains all packages that conflict with others
775                 with required, important, standard or optional
776                 priorities, or are only likely to be useful if you
777                 already know what they are or have specialized
778                 requirements (such as packages containing only detached
779                 debugging symbols).
780             </item>
781           </taglist>
782         </p>
783
784         <p>
785           Packages must not depend on packages with lower priority
786           values (excluding build-time dependencies).  In order to
787           ensure this, the priorities of one or more packages may need
788           to be adjusted.
789         </p>
790       </sect>
791
792     </chapt>
793
794
795     <chapt id="binary">
796       <heading>Binary packages</heading>
797
798       <p>
799         The Debian GNU/Linux distribution is based on the Debian
800         package management system, called <prgn>dpkg</prgn>. Thus,
801         all packages in the Debian distribution must be provided
802         in the <tt>.deb</tt> file format.
803       </p>
804
805       <p>
806         A <tt>.deb</tt> package contains two sets of files: a set of files
807         to install on the system when the package is installed, and a set
808         of files that provide additional metadata about the package or
809         which are executed when the package is installed or removed.  This
810         second set of files is called <em>control information files</em>.
811         Among those files are the package maintainer scripts
812         and <file>control</file>, the <qref id="binarycontrolfiles">binary
813         package control file</qref> that contains the control fields for
814         the package.  Other control information files
815         include <qref id="sharedlibs-shlibdeps">the <file>shlibs</file>
816         file</qref> used to store shared library dependency information
817         and the <file>conffiles</file> file that lists the package's
818         configuration files (described in <ref id="config-files">).
819       </p>
820
821       <p>
822         There is unfortunately a collision of terminology here between
823         control information files and files in the Debian control file
824         format.  Throughout this document, a <em>control file</em> refers
825         to a file in the Debian control file format.  These files are
826         documented in <ref id="controlfields">.  Only files referred to
827         specifically as <em>control information files</em> are the files
828         included in the control information file member of
829         the <file>.deb</file> file format used by binary packages.  Most
830         control information files are not in the Debian control file
831         format.
832       </p>
833
834       <sect>
835         <heading>The package name</heading>
836
837         <p>
838           Every package must have a name that's unique within the Debian
839           archive.
840         </p>
841
842         <p>
843           The package name is included in the control field
844           <tt>Package</tt>, the format of which is described
845           in <ref id="f-Package">.
846           The package name is also included as a part of the file name
847           of the <tt>.deb</tt> file.
848         </p>
849       </sect>
850
851       <sect id="versions">
852         <heading>The version of a package</heading>
853
854         <p>
855           Every package has a version number recorded in its
856           <tt>Version</tt> control file field, described in
857           <ref id="f-Version">.
858         </p>
859
860         <p>
861           The package management system imposes an ordering on version
862           numbers, so that it can tell whether packages are being up- or
863           downgraded and so that package system front end applications
864           can tell whether a package it finds available is newer than
865           the one installed on the system.  The version number format
866           has the most significant parts (as far as comparison is
867           concerned) at the beginning.
868         </p>
869
870         <p>
871           If an upstream package has problematic version numbers they
872           should be converted to a sane form for use in the
873           <tt>Version</tt> field.
874         </p>
875
876         <sect1>
877           <heading>Version numbers based on dates</heading>
878
879           <p>
880             In general, Debian packages should use the same version
881             numbers as the upstream sources.  However, upstream version
882             numbers based on some date formats (sometimes used for
883             development or "snapshot" releases) will not be ordered
884             correctly by the package management software.  For
885             example, <prgn>dpkg</prgn> will consider "96May01" to be
886             greater than "96Dec24".
887           </p>
888
889           <p>
890             To prevent having to use epochs for every new upstream
891             version, the date-based portion of any upstream version number
892             should be given in a way that sorts correctly: four-digit year
893             first, followed by a two-digit numeric month, followed by a
894             two-digit numeric date, possibly with punctuation between the
895             components.
896           </p>
897
898           <p>
899             Native Debian packages (i.e., packages which have been written
900             especially for Debian) whose version numbers include dates
901             should also follow these rules.  If punctuation is desired
902             between the date components, remember that hyphen (<tt>-</tt>)
903             cannot be used in native package versions.  Period
904             (<tt>.</tt>) is normally a good choice.
905           </p>
906         </sect1>
907
908       </sect>
909
910       <sect id="maintainer">
911         <heading>The maintainer of a package</heading>
912
913         <p>
914           Every package must have a maintainer, except for orphaned
915           packages as described below.  The maintainer may be one person
916           or a group of people reachable from a common email address, such
917           as a mailing list.  The maintainer is responsible for
918           maintaining the Debian packaging files, evaluating and
919           responding appropriately to reported bugs, uploading new
920           versions of the package (either directly or through a sponsor),
921           ensuring that the package is placed in the appropriate archive
922           area and included in Debian releases as appropriate for the
923           stability and utility of the package, and requesting removal of
924           the package from the Debian distribution if it is no longer
925           useful or maintainable.
926         </p>
927
928         <p>
929           The maintainer must be specified in the <tt>Maintainer</tt>
930           control field with their correct name and a working email
931           address.  The email address given in the <tt>Maintainer</tt>
932           control field must accept mail from those role accounts in
933           Debian used to send automated mails regarding the package.  This
934           includes non-spam mail from the bug-tracking system, all mail
935           from the Debian archive maintenance software, and other role
936           accounts or automated processes that are commonly agreed on by
937           the project.<footnote>
938             A sample implementation of such a whitelist written for the
939             Mailman mailing list management software is used for mailing
940             lists hosted by alioth.debian.org.
941           </footnote>
942           If one person or team maintains several packages, they should
943           use the same form of their name and email address in
944           the <tt>Maintainer</tt> fields of those packages.
945         </p>
946
947         <p>
948           The format of the <tt>Maintainer</tt> control field is
949           described in <ref id="f-Maintainer">.
950         </p>
951
952         <p>
953           If the maintainer of the package is a team of people with a
954           shared email address, the <tt>Uploaders</tt> control field must
955           be present and must contain at least one human with their
956           personal email address.  See <ref id="f-Uploaders"> for the
957           syntax of that field.
958         </p>
959
960         <p>
961           An orphaned package is one with no current maintainer.  Orphaned
962           packages should have their <tt>Maintainer</tt> control field set
963           to <tt>Debian QA Group &lt;packages@qa.debian.org&gt;</tt>.
964           These packages are considered maintained by the Debian project
965           as a whole until someone else volunteers to take over
966           maintenance.<footnote>
967             The detailed procedure for gracefully orphaning a package can
968             be found in the Debian Developer's Reference
969             (see <ref id="related">).
970           </footnote>
971         </p>
972       </sect>
973
974       <sect id="descriptions">
975         <heading>The description of a package</heading>
976
977         <p>
978           Every Debian package must have a <tt>Description</tt> control
979           field which contains a synopsis and extended description of the
980           package.  Technical information about the format of the
981           <tt>Description</tt> field is in <ref id="f-Description">.
982         </p>
983
984         <p>
985           The description should describe the package (the program) to a
986           user (system administrator) who has never met it before so that
987           they have enough information to decide whether they want to
988           install it. This description should not just be copied verbatim
989           from the program's documentation.
990         </p>
991
992         <p>
993           Put important information first, both in the synopsis and
994           extended description.  Sometimes only the first part of the
995           synopsis or of the description will be displayed.  You can
996           assume that there will usually be a way to see the whole
997           extended description.
998         </p>
999
1000         <p>
1001           The description should also give information about the
1002           significant dependencies and conflicts between this package
1003           and others, so that the user knows why these dependencies and
1004           conflicts have been declared.
1005         </p>
1006
1007         <p>
1008           Instructions for configuring or using the package should
1009           not be included (that is what installation scripts,
1010           manual pages, info files, etc., are for).  Copyright
1011           statements and other administrivia should not be included
1012           either (that is what the copyright file is for).
1013         </p>
1014
1015         <sect1 id="synopsis"><heading>The single line synopsis</heading>
1016
1017           <p>
1018             The single line synopsis should be kept brief - certainly
1019             under 80 characters.
1020           </p>
1021
1022           <p>
1023             Do not include the package name in the synopsis line.  The
1024             display software knows how to display this already, and you
1025             do not need to state it.  Remember that in many situations
1026             the user may only see the synopsis line - make it as
1027             informative as you can.
1028           </p>
1029
1030         </sect1>
1031
1032         <sect1 id="extendeddesc"><heading>The extended description</heading>
1033
1034           <p>
1035             Do not try to continue the single line synopsis into the
1036             extended description.  This will not work correctly when
1037             the full description is displayed, and makes no sense
1038             where only the summary (the single line synopsis) is
1039             available.
1040           </p>
1041
1042           <p>
1043             The extended description should describe what the package
1044             does and how it relates to the rest of the system (in terms
1045             of, for example, which subsystem it is which part of).
1046           </p>
1047
1048           <p>
1049             The description field needs to make sense to anyone, even
1050             people who have no idea about any of the things the
1051             package deals with.<footnote>
1052                 The blurb that comes with a program in its
1053                 announcements and/or <prgn>README</prgn> files is
1054                 rarely suitable for use in a description.  It is
1055                 usually aimed at people who are already in the
1056                 community where the package is used.
1057             </footnote>
1058           </p>
1059
1060         </sect1>
1061
1062       </sect>
1063
1064       <sect>
1065         <heading>Dependencies</heading>
1066
1067         <p>
1068           Every package must specify the dependency information
1069           about other packages that are required for the first to
1070           work correctly.
1071         </p>
1072
1073         <p>
1074           For example, a dependency entry must be provided for any
1075           shared libraries required by a dynamically-linked executable
1076           binary in a package.
1077         </p>
1078
1079         <p>
1080           Packages are not required to declare any dependencies they
1081           have on other packages which are marked <tt>Essential</tt>
1082           (see below), and should not do so unless they depend on a
1083           particular version of that package.<footnote>
1084             <p>
1085               Essential is needed in part to avoid unresolvable dependency
1086               loops on upgrade.  If packages add unnecessary dependencies
1087               on packages in this set, the chances that there
1088               <strong>will</strong> be an unresolvable dependency loop
1089               caused by forcing these Essential packages to be configured
1090               first before they need to be is greatly increased.  It also
1091               increases the chances that frontends will be unable to
1092               <strong>calculate</strong> an upgrade path, even if one
1093               exists.
1094             </p>
1095             <p>
1096               Also, functionality is rarely ever removed from the
1097               Essential set, but <em>packages</em> have been removed from
1098               the Essential set when the functionality moved to a
1099               different package. So depending on these packages <em>just
1100               in case</em> they stop being essential does way more harm
1101               than good.
1102             </p>
1103           </footnote>
1104         </p>
1105
1106         <p>
1107           Sometimes, unpacking one package requires that another package
1108           be first unpacked <em>and</em> configured.  In this case, the
1109           depending package must specify this dependency in
1110           the <tt>Pre-Depends</tt> control field.
1111         </p>
1112
1113         <p>
1114           You should not specify a <tt>Pre-Depends</tt> entry for a
1115           package before this has been discussed on the
1116           <tt>debian-devel</tt> mailing list and a consensus about
1117           doing that has been reached.
1118         </p>
1119
1120         <p>
1121           The format of the package interrelationship control fields is
1122           described in <ref id="relationships">.
1123         </p>
1124       </sect>
1125
1126       <sect id="virtual_pkg">
1127         <heading>Virtual packages</heading>
1128
1129         <p>
1130           Sometimes, there are several packages which offer
1131           more-or-less the same functionality. In this case, it's
1132           useful to define a <em>virtual package</em> whose name
1133           describes that common functionality.  (The virtual
1134           packages only exist logically, not physically; that's why
1135           they are called <em>virtual</em>.) The packages with this
1136           particular function will then <em>provide</em> the virtual
1137           package. Thus, any other package requiring that function
1138           can simply depend on the virtual package without having to
1139           specify all possible packages individually.
1140         </p>
1141
1142         <p>
1143           All packages should use virtual package names where
1144           appropriate, and arrange to create new ones if necessary.
1145           They should not use virtual package names (except privately,
1146           amongst a cooperating group of packages) unless they have
1147           been agreed upon and appear in the list of virtual package
1148           names. (See also <ref id="virtual">)
1149         </p>
1150
1151         <p>
1152           The latest version of the authoritative list of virtual
1153           package names can be found in the <tt>debian-policy</tt> package.
1154           It is also available from the Debian web mirrors at
1155           <tt><url name="/doc/packaging-manuals/virtual-package-names-list.txt"
1156                 id="http://www.debian.org/doc/packaging-manuals/virtual-package-names-list.txt"></tt>.
1157         </p>
1158
1159         <p>
1160           The procedure for updating the list is described in the preface
1161           to the list.
1162         </p>
1163
1164       </sect>
1165
1166       <sect>
1167         <heading>Base system</heading>
1168
1169         <p>
1170           The <tt>base system</tt> is a minimum subset of the Debian
1171           GNU/Linux system that is installed before everything else
1172           on a new system. Only very few packages are allowed to form
1173           part of the base system, in order to keep the required disk
1174           usage very small.
1175         </p>
1176
1177         <p>
1178           The base system consists of all those packages with priority
1179           <tt>required</tt> or <tt>important</tt>. Many of them will
1180           be tagged <tt>essential</tt> (see below).
1181         </p>
1182       </sect>
1183
1184       <sect>
1185         <heading>Essential packages</heading>
1186
1187         <p>
1188           Essential is defined as the minimal set of functionality that
1189           must be available and usable on the system at all times, even
1190           when packages are in an unconfigured (but unpacked) state.
1191           Packages are tagged <tt>essential</tt> for a system using the
1192           <tt>Essential</tt> control field.  The format of the
1193           <tt>Essential</tt> control field is described in <ref
1194           id="f-Essential">.
1195         </p>
1196
1197         <p>
1198           Since these packages cannot be easily removed (one has to
1199           specify an extra <em>force option</em> to
1200           <prgn>dpkg</prgn> to do so), this flag must not be used
1201           unless absolutely necessary.  A shared library package
1202           must not be tagged <tt>essential</tt>; dependencies will
1203           prevent its premature removal, and we need to be able to
1204           remove it when it has been superseded.
1205         </p>
1206
1207         <p>
1208           Since dpkg will not prevent upgrading of other packages
1209           while an <tt>essential</tt> package is in an unconfigured
1210             state, all <tt>essential</tt> packages must supply all of
1211             their core functionality even when unconfigured. If the
1212             package cannot satisfy this requirement it must not be
1213             tagged as essential, and any packages depending on this
1214             package must instead have explicit dependency fields as
1215             appropriate.
1216         </p>
1217
1218         <p>
1219           Maintainers should take great care in adding any programs,
1220           interfaces, or functionality to <tt>essential</tt> packages.
1221           Packages may assume that functionality provided by
1222           <tt>essential</tt> packages is always available without
1223           declaring explicit dependencies, which means that removing
1224           functionality from the Essential set is very difficult and is
1225           almost never done.  Any capability added to an
1226           <tt>essential</tt> package therefore creates an obligation to
1227           support that capability as part of the Essential set in
1228           perpetuity.
1229         </p>
1230
1231         <p>
1232           You must not tag any packages <tt>essential</tt> before
1233           this has been discussed on the <tt>debian-devel</tt>
1234           mailing list and a consensus about doing that has been
1235           reached.
1236         </p>
1237       </sect>
1238
1239       <sect id="maintscripts">
1240         <heading>Maintainer Scripts</heading>
1241
1242         <p>
1243           The package installation scripts should avoid producing
1244           output which is unnecessary for the user to see and
1245           should rely on <prgn>dpkg</prgn> to stave off boredom on
1246           the part of a user installing many packages.  This means,
1247           amongst other things, using the <tt>--quiet</tt> option on
1248           <prgn>install-info</prgn>.
1249         </p>
1250
1251         <p>
1252           Errors which occur during the execution of an installation
1253           script must be checked and the installation must not
1254           continue after an error.
1255         </p>
1256
1257         <p>
1258           Note that in general <ref id="scripts"> applies to package
1259           maintainer scripts, too.
1260         </p>
1261
1262         <p>
1263           You should not use <prgn>dpkg-divert</prgn> on a file belonging
1264           to another package without consulting the maintainer of that
1265           package first.  When adding or removing diversions, package
1266           maintainer scripts must provide the <tt>--package</tt> flag
1267           to <prgn>dpkg-divert</prgn> and must not use <tt>--local</tt>.
1268         </p>
1269
1270         <p>
1271           All packages which supply an instance of a common command
1272           name (or, in general, filename) should generally use
1273           <prgn>update-alternatives</prgn>, so that they may be
1274           installed together.  If <prgn>update-alternatives</prgn>
1275           is not used, then each package must use
1276           <tt>Conflicts</tt> to ensure that other packages are
1277           de-installed.  (In this case, it may be appropriate to
1278           specify a conflict against earlier versions of something
1279           that previously did not use
1280           <prgn>update-alternatives</prgn>; this is an exception to
1281           the usual rule that versioned conflicts should be
1282           avoided.)
1283         </p>
1284
1285         <sect1 id="maintscriptprompt">
1286           <heading>Prompting in maintainer scripts</heading>
1287           <p>
1288             Package maintainer scripts may prompt the user if
1289             necessary. Prompting must be done by communicating
1290             through a program, such as <prgn>debconf</prgn>, which
1291             conforms to the Debian Configuration Management
1292             Specification, version 2 or higher.
1293           </p>
1294
1295           <p>
1296             Packages which are essential, or which are dependencies of
1297             essential packages, may fall back on another prompting method
1298             if no such interface is available when they are executed.
1299           </p>
1300
1301           <p>
1302             The Debian Configuration Management Specification is included
1303             in the <file>debconf_specification</file> files in the
1304             <package>debian-policy</package> package.
1305             It is also available from the Debian web mirrors at
1306             <tt><url name="/doc/packaging-manuals/debconf_specification.html"
1307                 id="http://www.debian.org/doc/packaging-manuals/debconf_specification.html"></tt>.
1308           </p>
1309
1310           <p>
1311             Packages which use the Debian Configuration Management
1312             Specification may contain the additional control information
1313             files <file>config</file>
1314             and <file>templates</file>.  <file>config</file> is an
1315             additional maintainer script used for package configuration,
1316             and <file>templates</file> contains templates used for user
1317             prompting.  The <prgn>config</prgn> script might be run before
1318             the <prgn>preinst</prgn> script and before the package is
1319             unpacked or any of its dependencies or pre-dependencies are
1320             satisfied.  Therefore it must work using only the tools
1321             present in <em>essential</em> packages.<footnote>
1322                   <package>Debconf</package> or another tool that
1323                   implements the Debian Configuration Management
1324                   Specification will also be installed, and any
1325                   versioned dependencies on it will be satisfied
1326                   before preconfiguration begins.
1327             </footnote>
1328           </p>
1329
1330           <p>
1331             Packages which use the Debian Configuration Management
1332             Specification must allow for translation of their user-visible
1333             messages by using a gettext-based system such as the one
1334             provided by the <package>po-debconf</package> package.
1335           </p>
1336
1337           <p>
1338             Packages should try to minimize the amount of prompting
1339             they need to do, and they should ensure that the user
1340             will only ever be asked each question once.  This means
1341             that packages should try to use appropriate shared
1342             configuration files (such as <file>/etc/papersize</file> and
1343             <file>/etc/news/server</file>), and shared
1344             <package>debconf</package> variables rather than each
1345             prompting for their own list of required pieces of
1346             information.
1347           </p>
1348
1349           <p>
1350             It also means that an upgrade should not ask the same
1351             questions again, unless the user has used
1352             <tt>dpkg --purge</tt> to remove the package's configuration.
1353             The answers to configuration questions should be stored in an
1354             appropriate place in <file>/etc</file> so that the user can
1355             modify them, and how this has been done should be
1356             documented.
1357           </p>
1358
1359           <p>
1360             If a package has a vitally important piece of
1361             information to pass to the user (such as "don't run me
1362             as I am, you must edit the following configuration files
1363             first or you risk your system emitting badly-formatted
1364             messages"), it should display this in the
1365             <prgn>config</prgn> or <prgn>postinst</prgn> script and
1366             prompt the user to hit return to acknowledge the
1367             message.  Copyright messages do not count as vitally
1368             important (they belong in
1369             <file>/usr/share/doc/<var>package</var>/copyright</file>);
1370             neither do instructions on how to use a program (these
1371             should be in on-line documentation, where all the users
1372             can see them).
1373           </p>
1374
1375           <p>
1376             Any necessary prompting should almost always be confined
1377             to the <prgn>config</prgn> or <prgn>postinst</prgn>
1378             script. If it is done in the <prgn>postinst</prgn>, it
1379             should be protected with a conditional so that
1380             unnecessary prompting doesn't happen if a package's
1381             installation fails and the <prgn>postinst</prgn> is
1382             called with <tt>abort-upgrade</tt>,
1383             <tt>abort-remove</tt> or <tt>abort-deconfigure</tt>.
1384           </p>
1385         </sect1>
1386
1387       </sect>
1388
1389     </chapt>
1390
1391
1392     <chapt id="source">
1393       <heading>Source packages</heading>
1394
1395       <sect id="standardsversion">
1396         <heading>Standards conformance</heading>
1397
1398         <p>
1399           Source packages should specify the most recent version number
1400           of this policy document with which your package complied
1401           when it was last updated.
1402         </p>
1403
1404         <p>
1405           This information may be used to file bug reports
1406           automatically if your package becomes too much out of date.
1407         </p>
1408
1409         <p>
1410           The version is specified in the <tt>Standards-Version</tt>
1411           control field.
1412           The format of the <tt>Standards-Version</tt> field is
1413           described in <ref id="f-Standards-Version">.
1414         </p>
1415
1416         <p>
1417           You should regularly, and especially if your package has
1418           become out of date, check for the newest Policy Manual
1419           available and update your package, if necessary. When your
1420           package complies with the new standards you should update the
1421           <tt>Standards-Version</tt> source package field and
1422           release it.<footnote>
1423                 See the file <file>upgrading-checklist</file> for
1424                 information about policy which has changed between
1425                 different versions of this document.
1426           </footnote>
1427         </p>
1428
1429       </sect>
1430
1431       <sect id="pkg-relations">
1432         <heading>Package relationships</heading>
1433
1434         <p>
1435           Source packages should specify which binary packages they
1436           require to be installed or not to be installed in order to
1437           build correctly.  For example, if building a package
1438           requires a certain compiler, then the compiler should be
1439           specified as a build-time dependency.
1440         </p>
1441
1442         <p>
1443           It is not necessary to explicitly specify build-time
1444           relationships on a minimal set of packages that are always
1445           needed to compile, link and put in a Debian package a
1446           standard "Hello World!" program written in C or C++.  The
1447           required packages are called <em>build-essential</em>, and
1448           an informational list can be found in
1449           <file>/usr/share/doc/build-essential/list</file> (which is
1450           contained in the <tt>build-essential</tt>
1451           package).<footnote>
1452             Rationale:
1453                 <list compact="compact">
1454                   <item>
1455                       This allows maintaining the list separately
1456                       from the policy documents (the list does not
1457                       need the kind of control that the policy
1458                       documents do).
1459                   </item>
1460                   <item>
1461                       Having a separate package allows one to install
1462                       the build-essential packages on a machine, as
1463                       well as allowing other packages such as tasks to
1464                       require installation of the build-essential
1465                       packages using the depends relation.
1466                   </item>
1467                   <item>
1468                       The separate package allows bug reports against
1469                       the list to be categorized separately from
1470                       the policy management process in the BTS.
1471                   </item>
1472                 </list>
1473           </footnote>
1474         </p>
1475
1476         <p>
1477           When specifying the set of build-time dependencies, one
1478           should list only those packages explicitly required by the
1479           build.  It is not necessary to list packages which are
1480           required merely because some other package in the list of
1481           build-time dependencies depends on them.<footnote>
1482                 The reason for this is that dependencies change, and
1483                 you should list all those packages, and <em>only</em>
1484                 those packages that <em>you</em> need directly.  What
1485                 others need is their business.  For example, if you
1486                 only link against <file>libimlib</file>, you will need to
1487                 build-depend on <package>libimlib2-dev</package> but
1488                 not against any <tt>libjpeg*</tt> packages, even
1489                 though <tt>libimlib2-dev</tt> currently depends on
1490                 them: installation of <package>libimlib2-dev</package>
1491                 will automatically ensure that all of its run-time
1492                 dependencies are satisfied.
1493           </footnote>
1494         </p>
1495
1496         <p>
1497           If build-time dependencies are specified, it must be
1498           possible to build the package and produce working binaries
1499           on a system with only essential and build-essential
1500           packages installed and also those required to satisfy the
1501           build-time relationships (including any implied
1502           relationships).  In particular, this means that version
1503           clauses should be used rigorously in build-time
1504           relationships so that one cannot produce bad or
1505           inconsistently configured packages when the relationships
1506           are properly satisfied.
1507         </p>
1508
1509         <p>
1510           <ref id="relationships"> explains the technical details.
1511         </p>
1512       </sect>
1513
1514       <sect>
1515         <heading>Changes to the upstream sources</heading>
1516
1517         <p>
1518           If changes to the source code are made that are not
1519           specific to the needs of the Debian system, they should be
1520           sent to the upstream authors in whatever form they prefer
1521           so as to be included in the upstream version of the
1522           package.
1523         </p>
1524
1525         <p>
1526           If you need to configure the package differently for
1527           Debian or for Linux, and the upstream source doesn't
1528           provide a way to do so, you should add such configuration
1529           facilities (for example, a new <prgn>autoconf</prgn> test
1530           or <tt>#define</tt>) and send the patch to the upstream
1531           authors, with the default set to the way they originally
1532           had it.  You can then easily override the default in your
1533           <file>debian/rules</file> or wherever is appropriate.
1534         </p>
1535
1536         <p>
1537           You should make sure that the <prgn>configure</prgn> utility
1538           detects the correct architecture specification string
1539           (refer to <ref id="arch-spec"> for details).
1540         </p>
1541
1542         <p>
1543           If you need to edit a <prgn>Makefile</prgn> where GNU-style
1544           <prgn>configure</prgn> scripts are used, you should edit the
1545           <file>.in</file> files rather than editing the
1546           <prgn>Makefile</prgn> directly.  This allows the user to
1547           reconfigure the package if necessary.  You should
1548           <em>not</em> configure the package and edit the generated
1549           <prgn>Makefile</prgn>!  This makes it impossible for someone
1550           else to later reconfigure the package without losing the
1551           changes you made.
1552         </p>
1553
1554       </sect>
1555
1556       <sect id="dpkgchangelog">
1557         <heading>Debian changelog: <file>debian/changelog</file></heading>
1558
1559         <p>
1560           Changes in the Debian version of the package should be
1561           briefly explained in the Debian changelog file
1562           <file>debian/changelog</file>.<footnote>
1563             <p>
1564               Mistakes in changelogs are usually best rectified by
1565               making a new changelog entry rather than "rewriting
1566               history" by editing old changelog entries.
1567             </p>
1568           </footnote>
1569           This includes modifications
1570           made in the Debian package compared to the upstream one
1571           as well as other changes and updates to the package.
1572           <footnote>
1573               Although there is nothing stopping an author who is also
1574               the Debian maintainer from using this changelog for all
1575               their changes, it will have to be renamed if the Debian
1576               and upstream maintainers become different people. In such
1577               a case, however, it might be better to maintain the package
1578               as a non-native package.
1579           </footnote>
1580         </p>
1581
1582         <p>
1583           The format of the <file>debian/changelog</file> allows the
1584           package building tools to discover which version of the package
1585           is being built and find out other release-specific information.
1586         </p>
1587
1588         <p>
1589           That format is a series of entries like this:
1590
1591 <example compact="compact">
1592 <var>package</var> (<var>version</var>) <var>distribution(s)</var>; urgency=<var>urgency</var>
1593             <var>
1594               [optional blank line(s), stripped]
1595             </var>
1596   * <var>change details</var>
1597     <var>more change details</var>
1598             <var>
1599               [blank line(s), included in output of dpkg-parsechangelog]
1600             </var>
1601   * <var>even more change details</var>
1602             <var>
1603               [optional blank line(s), stripped]
1604             </var>
1605  -- <var>maintainer name</var> &lt;<var>email address</var>&gt;<var>[two spaces]</var>  <var>date</var>
1606 </example>
1607         </p>
1608
1609         <p>
1610           <var>package</var> and <var>version</var> are the source
1611           package name and version number.
1612         </p>
1613
1614         <p>
1615           <var>distribution(s)</var> lists the distributions where
1616           this version should be installed when it is uploaded - it
1617           is copied to the <tt>Distribution</tt> field in the
1618           <file>.changes</file> file.  See <ref id="f-Distribution">.
1619         </p>
1620
1621         <p>
1622           <var>urgency</var> is the value for the <tt>Urgency</tt>
1623           field in the <file>.changes</file> file for the upload
1624           (see <ref id="f-Urgency">). It is not possible to specify
1625           an urgency containing commas; commas are used to separate
1626           <tt><var>keyword</var>=<var>value</var></tt> settings in the
1627           <prgn>dpkg</prgn> changelog format (though there is
1628           currently only one useful <var>keyword</var>,
1629           <tt>urgency</tt>).
1630         </p>
1631
1632         <p>
1633           The change details may in fact be any series of lines
1634           starting with at least two spaces, but conventionally each
1635           change starts with an asterisk and a separating space and
1636           continuation lines are indented so as to bring them in
1637           line with the start of the text above.  Blank lines may be
1638           used here to separate groups of changes, if desired.
1639         </p>
1640
1641         <p>
1642           If this upload resolves bugs recorded in the Bug Tracking
1643           System (BTS), they may be automatically closed on the
1644           inclusion of this package into the Debian archive by
1645           including the string: <tt>closes: Bug#<var>nnnnn</var></tt>
1646           in the change details.<footnote>
1647               To be precise, the string should match the following
1648               Perl regular expression:
1649               <example>
1650 /closes:\s*(?:bug)?\#?\s?\d+(?:,\s*(?:bug)?\#?\s?\d+)*/i
1651               </example>
1652               Then all of the bug numbers listed will be closed by the
1653               archive maintenance script (<prgn>katie</prgn>) using the
1654               <var>version</var> of the changelog entry.
1655           </footnote>
1656           This information is conveyed via the <tt>Closes</tt> field
1657           in the <tt>.changes</tt> file (see <ref id="f-Closes">).
1658         </p>
1659
1660         <p>
1661           The maintainer name and email address used in the changelog
1662           should be the details of the person uploading <em>this</em>
1663           version.  They are <em>not</em> necessarily those of the
1664           usual package maintainer.<footnote>
1665             If the developer uploading the package is not one of the usual
1666             maintainers of the package (as listed in
1667             the <qref id="f-Maintainer"><tt>Maintainer</tt></qref>
1668             or <qref id="f-Uploaders"><tt>Uploaders</tt></qref> control
1669             fields of the package), the first line of the changelog is
1670             conventionally used to explain why a non-maintainer is
1671             uploading the package.  The Debian Developer's Reference
1672             (see <ref id="related">) documents the conventions
1673             used.</footnote>
1674           The information here will be copied to the <tt>Changed-By</tt>
1675           field in the <tt>.changes</tt> file
1676           (see <ref id="f-Changed-By">), and then later used to send an
1677           acknowledgement when the upload has been installed.
1678         </p>
1679
1680         <p>
1681           The <var>date</var> has the following format<footnote>
1682               This is the same as the format generated by <tt>date
1683               -R</tt>.
1684           </footnote> (compatible and with the same semantics of
1685           RFC 2822 and RFC 5322):
1686           <example>day-of-week, dd month yyyy hh:mm:ss +zzzz</example>
1687           where:
1688           <list compact="compact">
1689             <item>
1690               day-of week is one of: Mon, Tue, Wed, Thu, Fri, Sat, Sun
1691             </item>
1692             <item>
1693               dd is a one- or two-digit day of the month (01-31)
1694             </item>
1695             <item>
1696               month is one of: Jan, Feb, Mar, Apr, May, Jun, Jul, Aug,
1697               Sep, Oct, Nov, Dec
1698             </item>
1699             <item>yyyy is the four-digit year (e.g. 2010)</item>
1700             <item>hh is the two-digit hour (00-23)</item>
1701             <item>mm is the two-digit minutes (00-59)</item>
1702             <item>ss is the two-digit seconds (00-60)</item>
1703             <item>
1704               +zzzz or -zzzz is the the time zone offset from Coordinated
1705               Universal Time (UTC).  "+" indicates that the time is ahead
1706               of (i.e., east of) UTC and "-" indicates that the time is
1707               behind (i.e., west of) UTC.  The first two digits indicate
1708               the hour difference from UTC and the last two digits
1709               indicate the number of additional minutes difference from
1710               UTC.  The last two digits must be in the range 00-59.
1711             </item>
1712           </list>
1713         </p>
1714
1715         <p>
1716           The first "title" line with the package name must start
1717           at the left hand margin.  The "trailer" line with the
1718           maintainer and date details must be preceded by exactly
1719           one space.  The maintainer details and the date must be
1720           separated by exactly two spaces.
1721         </p>
1722
1723         <p>
1724           The entire changelog must be encoded in UTF-8.
1725         </p>
1726
1727         <p>
1728           For more information on placement of the changelog files
1729           within binary packages, please see <ref id="changelogs">.
1730         </p>
1731       </sect>
1732
1733       <sect id="dpkgcopyright">
1734         <heading>Copyright: <file>debian/copyright</file></heading>
1735         <p>
1736           Every package must be accompanied by a verbatim copy of its
1737           copyright information and distribution license in the file
1738           <file>/usr/share/doc/<var>package</var>/copyright</file>
1739           (see <ref id="copyrightfile"> for further details). Also see
1740           <ref id="pkgcopyright"> for further considerations related
1741           to copyrights for packages.
1742         </p>
1743       </sect>
1744       <sect>
1745         <heading>Error trapping in makefiles</heading>
1746
1747         <p>
1748           When <prgn>make</prgn> invokes a command in a makefile
1749           (including your package's upstream makefiles and
1750           <file>debian/rules</file>), it does so using <prgn>sh</prgn>.  This
1751           means that <prgn>sh</prgn>'s usual bad error handling
1752           properties apply: if you include a miniature script as one
1753           of the commands in your makefile you'll find that if you
1754           don't do anything about it then errors are not detected
1755           and <prgn>make</prgn> will blithely continue after
1756           problems.
1757         </p>
1758
1759         <p>
1760           Every time you put more than one shell command (this
1761           includes using a loop) in a makefile command you
1762           must make sure that errors are trapped.  For
1763           simple compound commands, such as changing directory and
1764           then running a program, using <tt>&amp;&amp;</tt> rather
1765           than semicolon as a command separator is sufficient.  For
1766           more complex commands including most loops and
1767           conditionals you should include a separate <tt>set -e</tt>
1768           command at the start of every makefile command that's
1769           actually one of these miniature shell scripts.
1770         </p>
1771       </sect>
1772
1773       <sect id="timestamps">
1774         <heading>Time Stamps</heading>
1775         <p>
1776           Maintainers should preserve the modification times of the
1777           upstream source files in a package, as far as is reasonably
1778           possible.<footnote>
1779               The rationale is that there is some information conveyed
1780               by knowing the age of the file, for example, you could
1781               recognize that some documentation is very old by looking
1782               at the modification time, so it would be nice if the
1783               modification time of the upstream source would be
1784               preserved.
1785           </footnote>
1786         </p>
1787       </sect>
1788
1789       <sect id="restrictions">
1790         <heading>Restrictions on objects in source packages</heading>
1791
1792         <p>
1793           The source package may not contain any hard links<footnote>
1794             <p>
1795               This is not currently detected when building source
1796               packages, but only when extracting
1797               them.
1798             </p>
1799             <p>
1800               Hard links may be permitted at some point in the
1801               future, but would require a fair amount of
1802               work.
1803             </p>
1804           </footnote>, device special files, sockets or setuid or
1805           setgid files.<footnote>
1806               Setgid directories are allowed.
1807           </footnote>
1808         </p>
1809       </sect>
1810
1811       <sect id="debianrules">
1812         <heading>Main building script: <file>debian/rules</file></heading>
1813
1814         <p>
1815           This file must be an executable makefile, and contains the
1816           package-specific recipes for compiling the package and
1817           building binary package(s) from the source.
1818         </p>
1819
1820         <p>
1821           It must start with the line <tt>#!/usr/bin/make -f</tt>,
1822           so that it can be invoked by saying its name rather than
1823           invoking <prgn>make</prgn> explicitly. That is, invoking
1824           either of <tt>make -f debian/rules <em>args...</em></tt>
1825           or <tt>./debian/rules <em>args...</em></tt> must result in
1826           identical behavior.
1827         </p>
1828
1829         <p>
1830           The following targets are required and must be implemented
1831           by <file>debian/rules</file>: <tt>clean</tt>, <tt>binary</tt>,
1832           <tt>binary-arch</tt>, <tt>binary-indep</tt>, and <tt>build</tt>.
1833           These are the targets called by <prgn>dpkg-buildpackage</prgn>.
1834         </p>
1835
1836         <p>
1837           Since an interactive <file>debian/rules</file> script makes it
1838           impossible to auto-compile that package and also makes it hard
1839           for other people to reproduce the same binary package, all
1840           required targets must be non-interactive.  It also follows that
1841           any target that these targets depend on must also be
1842           non-interactive.
1843         </p>
1844
1845         <p>
1846           The targets are as follows:
1847           <taglist>
1848             <tag><tt>build</tt> (required)</tag>
1849             <item>
1850               <p>
1851                 The <tt>build</tt> target should perform all the
1852                 configuration and compilation of the package.
1853                 If a package has an interactive pre-build
1854                 configuration routine, the Debian source package
1855                 must either be built after this has taken place (so
1856                 that the binary package can be built without rerunning
1857                 the configuration) or the configuration routine
1858                 modified to become non-interactive.  (The latter is
1859                 preferable if there are architecture-specific features
1860                 detected by the configuration routine.)
1861               </p>
1862
1863               <p>
1864                 For some packages, notably ones where the same
1865                 source tree is compiled in different ways to produce
1866                 two binary packages, the <tt>build</tt> target
1867                 does not make much sense.  For these packages it is
1868                 good enough to provide two (or more) targets
1869                 (<tt>build-a</tt> and <tt>build-b</tt> or whatever)
1870                 for each of the ways of building the package, and a
1871                 <tt>build</tt> target that does nothing.  The
1872                 <tt>binary</tt> target will have to build the
1873                 package in each of the possible ways and make the
1874                 binary package out of each.
1875               </p>
1876
1877               <p>
1878                 The <tt>build</tt> target must not do anything
1879                 that might require root privilege.
1880               </p>
1881
1882               <p>
1883                 The <tt>build</tt> target may need to run the
1884                 <tt>clean</tt> target first - see below.
1885               </p>
1886
1887               <p>
1888                 When a package has a configuration and build routine
1889                 which takes a long time, or when the makefiles are
1890                 poorly designed, or when <tt>build</tt> needs to
1891                 run <tt>clean</tt> first, it is a good idea to
1892                 <tt>touch build</tt> when the build process is
1893                 complete.  This will ensure that if <tt>debian/rules
1894                 build</tt> is run again it will not rebuild the whole
1895                 program.<footnote>
1896                     Another common way to do this is for <tt>build</tt>
1897                     to depend on <prgn>build-stamp</prgn> and to do
1898                     nothing else, and for the <prgn>build-stamp</prgn>
1899                     target to do the building and to <tt>touch
1900                     build-stamp</tt> on completion.  This is
1901                     especially useful if the build routine creates a
1902                     file or directory called <tt>build</tt>; in such a
1903                     case, <tt>build</tt> will need to be listed as
1904                     a phony target (i.e., as a dependency of the
1905                     <tt>.PHONY</tt> target).  See the documentation of
1906                     <prgn>make</prgn> for more information on phony
1907                     targets.
1908                 </footnote>
1909               </p>
1910             </item>
1911
1912             <tag><tt>build-arch</tt> (optional),
1913                  <tt>build-indep</tt> (optional)
1914             </tag>
1915             <item>
1916               <p>
1917                 A package may also provide both of the targets
1918                 <tt>build-arch</tt> and <tt>build-indep</tt>.
1919                 The <tt>build-arch</tt> target, if provided, should
1920                 perform all the configuration and compilation required for
1921                 producing all architecture-dependant binary packages
1922                 (those packages for which the body of the
1923                 <tt>Architecture</tt> field in <tt>debian/control</tt> is
1924                 not <tt>all</tt>).  Similarly, the <tt>build-indep</tt>
1925                 target, if provided, should perform all the configuration
1926                 and compilation required for producing all
1927                 architecture-independent binary packages (those packages
1928                 for which the body of the <tt>Architecture</tt> field
1929                 in <tt>debian/control</tt> is <tt>all</tt>).
1930                 The <tt>build</tt> target should depend on those of the
1931                 targets <tt>build-arch</tt> and <tt>build-indep</tt> that
1932                 are provided in the rules file.<footnote>
1933                   The intent of this split is so that binary-only builds
1934                   need not install the dependencies required for
1935                   the <tt>build-indep</tt> target.  However, this is not
1936                   yet used in practice since <tt>dpkg-buildpackage
1937                   -B</tt>, and therefore the autobuilders,
1938                   invoke <tt>build</tt> rather than <tt>build-arch</tt>
1939                   due to the difficulties in determining whether the
1940                   optional <tt>build-arch</tt> target exists.
1941                 </footnote>
1942               </p>
1943
1944               <p>
1945                 If one or both of the targets <tt>build-arch</tt> and
1946                 <tt>build-indep</tt> are not provided, then invoking
1947                 <file>debian/rules</file> with one of the not-provided
1948                 targets as arguments should produce a exit status code
1949                 of 2.  Usually this is provided automatically by make
1950                 if the target is missing.
1951               </p>
1952
1953               <p>
1954                 The <tt>build-arch</tt> and <tt>build-indep</tt> targets
1955                 must not do anything that might require root privilege.
1956               </p>
1957             </item>
1958
1959             <tag><tt>binary</tt> (required), <tt>binary-arch</tt>
1960               (required), <tt>binary-indep</tt> (required)
1961             </tag>
1962             <item>
1963               <p>
1964                 The <tt>binary</tt> target must be all that is
1965                 necessary for the user to build the binary package(s)
1966                 produced from this source package.  It is
1967                 split into two parts: <prgn>binary-arch</prgn> builds
1968                 the binary packages which are specific to a particular
1969                 architecture, and <tt>binary-indep</tt> builds
1970                 those which are not.
1971               </p>
1972               <p>
1973                 <tt>binary</tt> may be (and commonly is) a target with
1974                 no commands which simply depends on
1975                 <tt>binary-arch</tt> and <tt>binary-indep</tt>.
1976               </p>
1977               <p>
1978                 Both <tt>binary-*</tt> targets should depend on the
1979                 <tt>build</tt> target, or on the appropriate
1980                 <tt>build-arch</tt> or <tt>build-indep</tt> target, if
1981                 provided, so that the package is built if it has not
1982                 been already.  It should then create the relevant
1983                 binary package(s), using <prgn>dpkg-gencontrol</prgn> to
1984                 make their control files and <prgn>dpkg-deb</prgn> to
1985                 build them and place them in the parent of the top
1986                 level directory.
1987               </p>
1988
1989               <p>
1990                 Both the <tt>binary-arch</tt> and
1991                 <tt>binary-indep</tt> targets <em>must</em> exist.
1992                 If one of them has nothing to do (which will always be
1993                 the case if the source generates only a single binary
1994                 package, whether architecture-dependent or not), it
1995                 must still exist and must always succeed.
1996               </p>
1997
1998               <p>
1999                 The <tt>binary</tt> targets must be invoked as
2000                 root.<footnote>
2001                     The <prgn>fakeroot</prgn> package often allows one
2002                     to build a package correctly even without being
2003                     root.
2004                 </footnote>
2005               </p>
2006             </item>
2007
2008             <tag><tt>clean</tt> (required)</tag>
2009             <item>
2010               <p>
2011                 This must undo any effects that the <tt>build</tt>
2012                 and <tt>binary</tt> targets may have had, except
2013                 that it should leave alone any output files created in
2014                 the parent directory by a run of a <tt>binary</tt>
2015                 target.
2016               </p>
2017
2018               <p>
2019                 If a <tt>build</tt> file is touched at the end of
2020                 the <tt>build</tt> target, as suggested above, it
2021                 should be removed as the first action that
2022                 <tt>clean</tt> performs, so that running
2023                 <tt>build</tt> again after an interrupted
2024                 <tt>clean</tt> doesn't think that everything is
2025                 already done.
2026               </p>
2027
2028               <p>
2029                 The <tt>clean</tt> target may need to be
2030                 invoked as root if <tt>binary</tt> has been
2031                 invoked since the last <tt>clean</tt>, or if
2032                 <tt>build</tt> has been invoked as root (since
2033                 <tt>build</tt> may create directories, for
2034                 example).
2035               </p>
2036             </item>
2037
2038             <tag><tt>get-orig-source</tt> (optional)</tag>
2039             <item>
2040               <p>
2041                 This target fetches the most recent version of the
2042                 original source package from a canonical archive site
2043                 (via FTP or WWW, for example), does any necessary
2044                 rearrangement to turn it into the original source
2045                 tar file format described below, and leaves it in the
2046                 current directory.
2047               </p>
2048
2049               <p>
2050                 This target may be invoked in any directory, and
2051                 should take care to clean up any temporary files it
2052                 may have left.
2053               </p>
2054
2055               <p>
2056                 This target is optional, but providing it if
2057                 possible is a good idea.
2058               </p>
2059             </item>
2060
2061             <tag><tt>patch</tt> (optional)</tag>
2062             <item>
2063               <p>
2064                 This target performs whatever additional actions are
2065                 required to make the source ready for editing (unpacking
2066                 additional upstream archives, applying patches, etc.).
2067                 It is recommended to be implemented for any package where
2068                 <tt>dpkg-source -x</tt> does not result in source ready
2069                 for additional modification.  See
2070                 <ref id="readmesource">.
2071               </p>
2072             </item>
2073           </taglist>
2074
2075         <p>
2076           The <tt>build</tt>, <tt>binary</tt> and
2077           <tt>clean</tt> targets must be invoked with the current
2078           directory being the package's top-level directory.
2079         </p>
2080
2081
2082         <p>
2083           Additional targets may exist in <file>debian/rules</file>,
2084           either as published or undocumented interfaces or for the
2085           package's internal use.
2086         </p>
2087
2088         <p>
2089           The architectures we build on and build for are determined
2090           by <prgn>make</prgn> variables using the
2091           utility <qref id="pkg-dpkg-architecture"><prgn>dpkg-architecture</prgn></qref>.
2092           You can determine the Debian architecture and the GNU style
2093           architecture specification string for the build architecture as
2094           well as for the host architecture.  The build architecture is
2095           the architecture on which <file>debian/rules</file> is run and
2096           the package build is performed.  The host architecture is the
2097           architecture on which the resulting package will be installed
2098           and run.  These are normally the same, but may be different in
2099           the case of cross-compilation (building packages for one
2100           architecture on machines of a different architecture).
2101         </p>
2102
2103         <p>
2104           Here is a list of supported <prgn>make</prgn> variables:
2105           <list compact="compact">
2106             <item>
2107                 <tt>DEB_*_ARCH</tt> (the Debian architecture)
2108             </item>
2109             <item>
2110                 <tt>DEB_*_ARCH_CPU</tt> (the Debian CPU name)
2111             </item>
2112             <item>
2113                 <tt>DEB_*_ARCH_OS</tt> (the Debian System name)
2114             </item>
2115             <item>
2116                 <tt>DEB_*_GNU_TYPE</tt> (the GNU style architecture
2117                 specification string)
2118             </item>
2119             <item>
2120                 <tt>DEB_*_GNU_CPU</tt> (the CPU part of
2121                 <tt>DEB_*_GNU_TYPE</tt>)
2122             </item>
2123             <item>
2124                 <tt>DEB_*_GNU_SYSTEM</tt> (the System part of
2125                 <tt>DEB_*_GNU_TYPE</tt>)
2126           </list>
2127           where <tt>*</tt> is either <tt>BUILD</tt> for specification of
2128           the build architecture or <tt>HOST</tt> for specification of the
2129           host architecture.
2130         </p>
2131
2132         <p>
2133           Backward compatibility can be provided in the rules file
2134           by setting the needed variables to suitable default
2135           values; please refer to the documentation of
2136           <prgn>dpkg-architecture</prgn> for details.
2137         </p>
2138
2139         <p>
2140           It is important to understand that the <tt>DEB_*_ARCH</tt>
2141           string only determines which Debian architecture we are
2142           building on or for. It should not be used to get the CPU
2143           or system information; the <tt>DEB_*_ARCH_CPU</tt> and
2144           <tt>DEB_*_ARCH_OS</tt> variables should be used for that.
2145           GNU style variables should generally only be used with upstream
2146           build systems.
2147         </p>
2148
2149         <sect1 id="debianrules-options">
2150           <heading><file>debian/rules</file> and
2151             <tt>DEB_BUILD_OPTIONS</tt></heading>
2152
2153           <p>
2154             Supporting the standardized environment variable
2155             <tt>DEB_BUILD_OPTIONS</tt> is recommended.  This variable can
2156             contain several flags to change how a package is compiled and
2157             built.  Each flag must be in the form <var>flag</var> or
2158             <var>flag</var>=<var>options</var>.  If multiple flags are
2159             given, they must be separated by whitespace.<footnote>
2160               Some packages support any delimiter, but whitespace is the
2161               easiest to parse inside a makefile and avoids ambiguity with
2162               flag values that contain commas.
2163             </footnote>
2164             <var>flag</var> must start with a lowercase letter
2165             (<tt>a-z</tt>) and consist only of lowercase letters,
2166             numbers (<tt>0-9</tt>), and the characters
2167             <tt>-</tt> and <tt>_</tt> (hyphen and underscore).
2168             <var>options</var> must not contain whitespace.  The same
2169             tag should not be given multiple times with conflicting
2170             values.  Package maintainers may assume that
2171             <tt>DEB_BUILD_OPTIONS</tt> will not contain conflicting tags.
2172           </p>
2173
2174           <p>
2175             The meaning of the following tags has been standardized:
2176             <taglist>
2177               <tag>nocheck</tag>
2178               <item>
2179                   This tag says to not run any build-time test suite
2180                   provided by the package.
2181               </item>
2182               <tag>noopt</tag>
2183               <item>
2184                   The presence of this tag means that the package should
2185                   be compiled with a minimum of optimization.  For C
2186                   programs, it is best to add <tt>-O0</tt> to
2187                   <tt>CFLAGS</tt> (although this is usually the default).
2188                   Some programs might fail to build or run at this level
2189                   of optimization; it may be necessary to use
2190                   <tt>-O1</tt>, for example.
2191               </item>
2192               <tag>nostrip</tag>
2193               <item>
2194                   This tag means that the debugging symbols should not be
2195                   stripped from the binary during installation, so that
2196                   debugging information may be included in the package.
2197               </item>
2198               <tag>parallel=n</tag>
2199               <item>
2200                   This tag means that the package should be built using up
2201                   to <tt>n</tt> parallel processes if the package build
2202                   system supports this.<footnote>
2203                       Packages built with <tt>make</tt> can often implement
2204                       this by passing the <tt>-j</tt><var>n</var> option to
2205                       <tt>make</tt>.
2206                   </footnote>
2207                   If the package build system does not support parallel
2208                   builds, this string must be ignored.  If the package
2209                   build system only supports a lower level of concurrency
2210                   than <var>n</var>, the package should be built using as
2211                   many parallel processes as the package build system
2212                   supports.  It is up to the package maintainer to decide
2213                   whether the package build times are long enough and the
2214                   package build system is robust enough to make supporting
2215                   parallel builds worthwhile.
2216                </item>
2217             </taglist>
2218           </p>
2219
2220           <p>
2221             Unknown flags must be ignored by <file>debian/rules</file>.
2222           </p>
2223
2224           <p>
2225             The following makefile snippet is an example of how one may
2226             implement the build options; you will probably have to
2227             massage this example in order to make it work for your
2228             package.
2229             <example compact="compact">
2230 CFLAGS = -Wall -g
2231 INSTALL = install
2232 INSTALL_FILE    = $(INSTALL) -p    -o root -g root  -m  644
2233 INSTALL_PROGRAM = $(INSTALL) -p    -o root -g root  -m  755
2234 INSTALL_SCRIPT  = $(INSTALL) -p    -o root -g root  -m  755
2235 INSTALL_DIR     = $(INSTALL) -p -d -o root -g root  -m  755
2236
2237 ifneq (,$(filter noopt,$(DEB_BUILD_OPTIONS)))
2238     CFLAGS += -O0
2239 else
2240     CFLAGS += -O2
2241 endif
2242 ifeq (,$(filter nostrip,$(DEB_BUILD_OPTIONS)))
2243     INSTALL_PROGRAM += -s
2244 endif
2245 ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
2246     NUMJOBS = $(patsubst parallel=%,%,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
2247     MAKEFLAGS += -j$(NUMJOBS)
2248 endif
2249
2250 build:
2251         # ...
2252 ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
2253         # Code to run the package test suite.
2254 endif
2255             </example>
2256           </p>
2257         </sect1>
2258       </sect>
2259
2260 <!-- FIXME: section pkg-srcsubstvars is the same as substvars -->
2261       <sect id="substvars">
2262         <heading>Variable substitutions: <file>debian/substvars</file></heading>
2263
2264         <p>
2265           When <prgn>dpkg-gencontrol</prgn>
2266           generates <qref id="binarycontrolfiles">binary package control
2267           files</qref> (<file>DEBIAN/control</file>), it performs variable
2268           substitutions on its output just before writing it.  Variable
2269           substitutions have the form <tt>${<var>variable</var>}</tt>.
2270           The optional file <file>debian/substvars</file> contains
2271           variable substitutions to be used; variables can also be set
2272           directly from <file>debian/rules</file> using the <tt>-V</tt>
2273           option to the source packaging commands, and certain predefined
2274           variables are also available.
2275         </p>
2276
2277         <p>
2278           The <file>debian/substvars</file> file is usually generated and
2279           modified dynamically by <file>debian/rules</file> targets, in
2280           which case it must be removed by the <tt>clean</tt> target.
2281         </p>
2282
2283         <p>
2284           See <manref name="deb-substvars" section="5"> for full
2285           details about source variable substitutions, including the
2286           format of <file>debian/substvars</file>.</p>
2287       </sect>
2288
2289       <sect id="debianwatch">
2290         <heading>Optional upstream source location: <file>debian/watch</file></heading>
2291
2292         <p>
2293           This is an optional, recommended configuration file for the
2294           <tt>uscan</tt> utility which defines how to automatically scan
2295           ftp or http sites for newly available updates of the
2296           package. This is used
2297           by <url id="http://dehs.alioth.debian.org/"> and other Debian QA
2298           tools to help with quality control and maintenance of the
2299           distribution as a whole.
2300         </p>
2301
2302       </sect>
2303
2304       <sect id="debianfiles">
2305         <heading>Generated files list: <file>debian/files</file></heading>
2306
2307         <p>
2308           This file is not a permanent part of the source tree; it
2309           is used while building packages to record which files are
2310           being generated.  <prgn>dpkg-genchanges</prgn> uses it
2311           when it generates a <file>.changes</file> file.
2312         </p>
2313
2314         <p>
2315           It should not exist in a shipped source package, and so it
2316           (and any backup files or temporary files such as
2317           <file>files.new</file><footnote>
2318               <file>files.new</file> is used as a temporary file by
2319               <prgn>dpkg-gencontrol</prgn> and
2320               <prgn>dpkg-distaddfile</prgn> - they write a new
2321               version of <tt>files</tt> here before renaming it,
2322               to avoid leaving a corrupted copy if an error
2323               occurs.
2324           </footnote>) should be removed by the
2325           <tt>clean</tt> target.  It may also be wise to
2326           ensure a fresh start by emptying or removing it at the
2327           start of the <tt>binary</tt> target.
2328         </p>
2329
2330         <p>
2331           When <prgn>dpkg-gencontrol</prgn> is run for a binary
2332           package, it adds an entry to <file>debian/files</file> for the
2333           <file>.deb</file> file that will be created when <tt>dpkg-deb
2334           --build</tt> is run for that binary package.  So for most
2335           packages all that needs to be done with this file is to
2336           delete it in the <tt>clean</tt> target.
2337         </p>
2338
2339         <p>
2340           If a package upload includes files besides the source
2341           package and any binary packages whose control files were
2342           made with <prgn>dpkg-gencontrol</prgn> then they should be
2343           placed in the parent of the package's top-level directory
2344           and <prgn>dpkg-distaddfile</prgn> should be called to add
2345           the file to the list in <file>debian/files</file>.</p>
2346       </sect>
2347
2348       <sect id="embeddedfiles">
2349         <heading>Convenience copies of code</heading>
2350
2351         <p>
2352           Some software packages include in their distribution convenience
2353           copies of code from other software packages, generally so that
2354           users compiling from source don't have to download multiple
2355           packages.  Debian packages should not make use of these
2356           convenience copies unless the included package is explicitly
2357           intended to be used in this way.<footnote>
2358             For example, parts of the GNU build system work like this.
2359           </footnote>
2360           If the included code is already in the Debian archive in the
2361           form of a library, the Debian packaging should ensure that
2362           binary packages reference the libraries already in Debian and
2363           the convenience copy is not used.  If the included code is not
2364           already in Debian, it should be packaged separately as a
2365           prerequisite if possible.
2366           <footnote>
2367             Having multiple copies of the same code in Debian is
2368             inefficient, often creates either static linking or shared
2369             library conflicts, and, most importantly, increases the
2370             difficulty of handling security vulnerabilities in the
2371             duplicated code.
2372           </footnote>
2373         </p>
2374       </sect>
2375
2376       <sect id="readmesource">
2377         <heading>Source package handling:
2378           <file>debian/README.source</file></heading>
2379
2380         <p>
2381           If running <prgn>dpkg-source -x</prgn> on a source package
2382           doesn't produce the source of the package, ready for editing,
2383           and allow one to make changes and run
2384           <prgn>dpkg-buildpackage</prgn> to produce a modified package
2385           without taking any additional steps, creating a
2386           <file>debian/README.source</file> documentation file is
2387           recommended.  This file should explain how to do all of the
2388           following:
2389             <enumlist>
2390               <item>Generate the fully patched source, in a form ready for
2391               editing, that would be built to create Debian
2392               packages.  Doing this with a <tt>patch</tt> target in
2393               <file>debian/rules</file> is recommended; see
2394               <ref id="debianrules">.</item>
2395               <item>Modify the source and save those modifications so that
2396               they will be applied when building the package.</item>
2397               <item>Remove source modifications that are currently being
2398               applied when building the package.</item>
2399               <item>Optionally, document what steps are necessary to
2400               upgrade the Debian source package to a new upstream version,
2401               if applicable.</item>
2402             </enumlist>
2403           This explanation should include specific commands and mention
2404           any additional required Debian packages.  It should not assume
2405           familiarity with any specific Debian packaging system or patch
2406           management tools.
2407         </p>
2408
2409         <p>
2410           This explanation may refer to a documentation file installed by
2411           one of the package's build dependencies provided that the
2412           referenced documentation clearly explains these tasks and is not
2413           a general reference manual.
2414         </p>
2415
2416         <p>
2417           <file>debian/README.source</file> may also include any other
2418           information that would be helpful to someone modifying the
2419           source package.  Even if the package doesn't fit the above
2420           description, maintainers are encouraged to document in a
2421           <file>debian/README.source</file> file any source package with a
2422           particularly complex or unintuitive source layout or build
2423           system (for example, a package that builds the same source
2424           multiple times to generate different binary packages).
2425         </p>
2426       </sect>
2427     </chapt>
2428
2429
2430     <chapt id="controlfields">
2431       <heading>Control files and their fields</heading>
2432
2433       <p>
2434         The package management system manipulates data represented in
2435         a common format, known as <em>control data</em>, stored in
2436         <em>control files</em>.
2437         Control files are used for source packages, binary packages and
2438         the <file>.changes</file> files which control the installation
2439         of uploaded files<footnote>
2440             <prgn>dpkg</prgn>'s internal databases are in a similar
2441             format.
2442         </footnote>.
2443       </p>
2444
2445       <sect id="controlsyntax">
2446         <heading>Syntax of control files</heading>
2447
2448         <p>
2449           A control file consists of one or more paragraphs of
2450           fields<footnote>
2451                 The paragraphs are also sometimes referred to as stanzas.
2452           </footnote>.
2453           The paragraphs are separated by blank lines.  Some control
2454           files allow only one paragraph; others allow several, in
2455           which case each paragraph usually refers to a different
2456           package.  (For example, in source packages, the first
2457           paragraph refers to the source package, and later paragraphs
2458           refer to binary packages generated from the source.)
2459         </p>
2460
2461         <p>
2462           Each paragraph consists of a series of data fields; each
2463           field consists of the field name, followed by a colon and
2464           then the data/value associated with that field.  It ends at
2465           the end of the (logical) line.  Horizontal whitespace
2466           (spaces and tabs) may occur immediately before or after the
2467           value and is ignored there; it is conventional to put a
2468           single space after the colon.  For example, a field might
2469           be:
2470           <example compact="compact">
2471 Package: libc6
2472           </example>
2473           the field name is <tt>Package</tt> and the field value
2474           <tt>libc6</tt>.
2475         </p>
2476
2477         <p>
2478           A paragraph must not contain more than one instance of a
2479           particular field name.
2480         </p>
2481
2482         <p>
2483           Many fields' values may span several lines; in this case
2484           each continuation line must start with a space or a tab.
2485           Any trailing spaces or tabs at the end of individual
2486           lines of a field value are ignored. 
2487         </p>
2488
2489         <p>
2490           In fields where it is specified that lines may not wrap,
2491           only a single line of data is allowed and whitespace is not
2492           significant in a field body. Whitespace must not appear
2493           inside names (of packages, architectures, files or anything
2494           else) or version numbers, or between the characters of
2495           multi-character version relationships.
2496         </p>
2497
2498         <p>
2499           Field names are not case-sensitive, but it is usual to
2500           capitalize the field names using mixed case as shown below.
2501           Field values are case-sensitive unless the description of the
2502           field says otherwise.
2503         </p>
2504
2505         <p>
2506           Blank lines, or lines consisting only of spaces and tabs,
2507           are not allowed within field values or between fields - that
2508           would mean a new paragraph.
2509         </p>
2510
2511         <p>
2512           All control files must be encoded in UTF-8.
2513         </p>
2514       </sect>
2515
2516       <sect id="sourcecontrolfiles">
2517         <heading>Source package control files -- <file>debian/control</file></heading>
2518
2519         <p>
2520           The <file>debian/control</file> file contains the most vital
2521           (and version-independent) information about the source package
2522           and about the binary packages it creates.
2523         </p>
2524
2525         <p>
2526           The first paragraph of the control file contains information about
2527           the source package in general. The subsequent sets each describe a
2528           binary package that the source tree builds.
2529         </p>
2530
2531         <p>
2532           The fields in the general paragraph (the first one, for the source
2533           package) are:
2534
2535           <list compact="compact">
2536             <item><qref id="f-Source"><tt>Source</tt></qref> (mandatory)</item>
2537             <item><qref id="f-Maintainer"><tt>Maintainer</tt></qref> (mandatory)</item>
2538             <item><qref id="f-Uploaders"><tt>Uploaders</tt></qref></item>
2539             <item><qref id="f-Section"><tt>Section</tt></qref> (recommended)</item>
2540             <item><qref id="f-Priority"><tt>Priority</tt></qref> (recommended)</item>
2541             <item><qref id="sourcebinarydeps"><tt>Build-Depends</tt> et al</qref></item>
2542             <item><qref id="f-Standards-Version"><tt>Standards-Version</tt></qref> (recommended)</item>
2543             <item><qref id="f-Homepage"><tt>Homepage</tt></qref></item>
2544           </list>
2545         </p>
2546
2547         <p>
2548           The fields in the binary package paragraphs are:
2549
2550           <list compact="compact">
2551             <item><qref id="f-Package"><tt>Package</tt></qref> (mandatory)</item>
2552             <item><qref id="f-Architecture"><tt>Architecture</tt></qref> (mandatory)</item>
2553             <item><qref id="f-Section"><tt>Section</tt></qref> (recommended)</item>
2554             <item><qref id="f-Priority"><tt>Priority</tt></qref> (recommended)</item>
2555             <item><qref id="f-Essential"><tt>Essential</tt></qref></item>
2556             <item><qref id="binarydeps"><tt>Depends</tt> et al</qref></item>
2557             <item><qref id="f-Description"><tt>Description</tt></qref> (mandatory)</item>
2558             <item><qref id="f-Homepage"><tt>Homepage</tt></qref></item>
2559           </list>
2560         </p>
2561
2562         <p>
2563           The syntax and semantics of the fields are described below.
2564         </p>
2565
2566         <p>
2567           These fields are used by <prgn>dpkg-gencontrol</prgn> to
2568           generate control files for binary packages (see below), by
2569           <prgn>dpkg-genchanges</prgn> to generate the
2570           <file>.changes</file> file to accompany the upload, and by
2571           <prgn>dpkg-source</prgn> when it creates the
2572           <file>.dsc</file> source control file as part of a source
2573           archive. Many fields are permitted to span multiple lines in
2574           <file>debian/control</file> but not in any other control
2575           file. These tools are responsible for removing the line
2576           breaks from such fields when using fields from
2577           <file>debian/control</file> to generate other control files.
2578         </p>
2579
2580         <p>
2581           The fields here may contain variable references - their
2582           values will be substituted by <prgn>dpkg-gencontrol</prgn>,
2583           <prgn>dpkg-genchanges</prgn> or <prgn>dpkg-source</prgn>
2584           when they generate output control files.
2585           See <ref id="substvars"> for details.
2586         </p>
2587
2588         <p>
2589           In addition to the control file syntax described <qref
2590           id="controlsyntax">above</qref>, this file may also contain
2591           comment lines starting with <tt>#</tt> without any preceding
2592           whitespace.  All such lines are ignored, even in the middle of
2593           continuation lines for a multiline field, and do not end a
2594           multiline field.
2595         </p>
2596
2597       </sect>
2598
2599       <sect id="binarycontrolfiles">
2600         <heading>Binary package control files -- <file>DEBIAN/control</file></heading>
2601
2602         <p>
2603           The <file>DEBIAN/control</file> file contains the most vital
2604           (and version-dependent) information about a binary package.  It
2605           consists of a single paragraph.
2606         </p>
2607
2608         <p>
2609           The fields in this file are:
2610
2611           <list compact="compact">
2612             <item><qref id="f-Package"><tt>Package</tt></qref> (mandatory)</item>
2613             <item><qref id="f-Source"><tt>Source</tt></qref></item>
2614             <item><qref id="f-Version"><tt>Version</tt></qref> (mandatory)</item>
2615             <item><qref id="f-Section"><tt>Section</tt></qref> (recommended)</item>
2616             <item><qref id="f-Priority"><tt>Priority</tt></qref> (recommended)</item>
2617             <item><qref id="f-Architecture"><tt>Architecture</tt></qref> (mandatory)</item>
2618             <item><qref id="f-Essential"><tt>Essential</tt></qref></item>
2619             <item><qref id="binarydeps"><tt>Depends</tt> et al</qref></item>
2620             <item><qref id="f-Installed-Size"><tt>Installed-Size</tt></qref></item>
2621             <item><qref id="f-Maintainer"><tt>Maintainer</tt></qref> (mandatory)</item>
2622             <item><qref id="f-Description"><tt>Description</tt></qref> (mandatory)</item>
2623             <item><qref id="f-Homepage"><tt>Homepage</tt></qref></item>
2624           </list>
2625         </p>
2626       </sect>
2627
2628       <sect id="debiansourcecontrolfiles">
2629         <heading>Debian source control files -- <tt>.dsc</tt></heading>
2630
2631         <p>
2632           This file consists of a single paragraph, possibly surrounded by
2633           a PGP signature. The fields of that paragraph are listed below.
2634           Their syntax is described above, in <ref id="pkg-controlfields">.
2635
2636         <list compact="compact">
2637           <item><qref id="f-Format"><tt>Format</tt></qref> (mandatory)</item>
2638           <item><qref id="f-Source"><tt>Source</tt></qref> (mandatory)</item>
2639           <item><qref id="f-Binary"><tt>Binary</tt></qref></item>
2640           <item><qref id="f-Architecture"><tt>Architecture</tt></qref></item>
2641           <item><qref id="f-Version"><tt>Version</tt></qref> (mandatory)</item>
2642           <item><qref id="f-Maintainer"><tt>Maintainer</tt></qref> (mandatory)</item>
2643           <item><qref id="f-Uploaders"><tt>Uploaders</tt></qref></item>
2644           <item><qref id="f-Homepage"><tt>Homepage</tt></qref></item>
2645           <item><qref id="f-Standards-Version"><tt>Standards-Version</tt></qref> (recommended)</item>
2646           <item><qref id="sourcebinarydeps"><tt>Build-Depends</tt> et al</qref></item>
2647           <item><qref id="f-Checksums"><tt>Checksums-Sha1</tt>
2648               and <tt>Checksums-Sha256</tt></qref> (recommended)</item>
2649           <item><qref id="f-Files"><tt>Files</tt></qref> (mandatory)</item>
2650         </list>
2651         </p>
2652
2653         <p>
2654           The source package control file is generated by
2655           <prgn>dpkg-source</prgn> when it builds the source
2656           archive, from other files in the source package,
2657           described above.  When unpacking, it is checked against
2658           the files and directories in the other parts of the
2659           source package.
2660         </p>
2661
2662       </sect>
2663
2664       <sect id="debianchangesfiles">
2665         <heading>Debian changes files -- <file>.changes</file></heading>
2666
2667         <p>
2668           The <file>.changes</file> files are used by the Debian archive
2669           maintenance software to process updates to packages. They
2670           consist of a single paragraph, possibly surrounded by a PGP
2671           signature. That paragraph contains information from the
2672           <file>debian/control</file> file and other data about the
2673           source package gathered via <file>debian/changelog</file>
2674           and <file>debian/rules</file>.
2675         </p>
2676
2677         <p>
2678           <file>.changes</file> files have a format version that is
2679           incremented whenever the documented fields or their meaning
2680           change.  This document describes format &changesversion;.
2681         </p>
2682
2683         <p>
2684           The fields in this file are:
2685
2686           <list compact="compact">
2687             <item><qref id="f-Format"><tt>Format</tt></qref> (mandatory)</item>
2688             <item><qref id="f-Date"><tt>Date</tt></qref> (mandatory)</item>
2689             <item><qref id="f-Source"><tt>Source</tt></qref> (mandatory)</item>
2690             <item><qref id="f-Binary"><tt>Binary</tt></qref> (mandatory)</item>
2691             <item><qref id="f-Architecture"><tt>Architecture</tt></qref> (mandatory)</item>
2692             <item><qref id="f-Version"><tt>Version</tt></qref> (mandatory)</item>
2693             <item><qref id="f-Distribution"><tt>Distribution</tt></qref> (mandatory)</item>
2694             <item><qref id="f-Urgency"><tt>Urgency</tt></qref> (recommended)</item>
2695             <item><qref id="f-Maintainer"><tt>Maintainer</tt></qref> (mandatory)</item>
2696             <item><qref id="f-Changed-By"><tt>Changed-By</tt></qref></item>
2697             <item><qref id="f-Description"><tt>Description</tt></qref> (mandatory)</item>
2698             <item><qref id="f-Closes"><tt>Closes</tt></qref></item>
2699             <item><qref id="f-Changes"><tt>Changes</tt></qref> (mandatory)</item>
2700             <item><qref id="f-Checksums"><tt>Checksums-Sha1</tt>
2701                 and <tt>Checksums-Sha256</tt></qref> (recommended)</item>
2702             <item><qref id="f-Files"><tt>Files</tt></qref> (mandatory)</item>
2703           </list>
2704         </p>
2705       </sect>
2706
2707       <sect id="controlfieldslist">
2708         <heading>List of fields</heading>
2709
2710         <sect1 id="f-Source">
2711           <heading><tt>Source</tt></heading>
2712
2713           <p>
2714             This field identifies the source package name.
2715           </p>
2716
2717           <p>
2718             In <file>debian/control</file> or a <file>.dsc</file> file,
2719             this field must contain only the name of the source package.
2720           </p>
2721
2722           <p>
2723             In a binary package control file or a <file>.changes</file>
2724             file, the source package name may be followed by a version
2725             number in parentheses<footnote>
2726                 It is customary to leave a space after the package name
2727                 if a version number is specified.
2728             </footnote>.
2729             This version number may be omitted (and is, by
2730             <prgn>dpkg-gencontrol</prgn>) if it has the same value as
2731             the <tt>Version</tt> field of the binary package in
2732             question.  The field itself may be omitted from a binary
2733             package control file when the source package has the same
2734             name and version as the binary package.
2735           </p>
2736
2737           <p>
2738             Package names (both source and binary,
2739             see <ref id="f-Package">) must consist only of lower case
2740             letters (<tt>a-z</tt>), digits (<tt>0-9</tt>), plus
2741             (<tt>+</tt>) and minus (<tt>-</tt>) signs, and periods
2742             (<tt>.</tt>).  They must be at least two characters long and
2743             must start with an alphanumeric character.
2744           </p>
2745         </sect1>
2746
2747         <sect1 id="f-Maintainer">
2748           <heading><tt>Maintainer</tt></heading>
2749
2750           <p>
2751             The package maintainer's name and email address.  The name
2752             must come first, then the email address inside angle
2753             brackets <tt>&lt;&gt;</tt> (in RFC822 format).
2754           </p>
2755
2756           <p>
2757             If the maintainer's name contains a full stop then the
2758             whole field will not work directly as an email address due
2759             to a misfeature in the syntax specified in RFC822; a
2760             program using this field as an address must check for this
2761             and correct the problem if necessary (for example by
2762             putting the name in round brackets and moving it to the
2763             end, and bringing the email address forward).
2764           </p>
2765
2766           <p>
2767             See <ref id="maintainer"> for additional requirements and
2768             information about package maintainers.
2769           </p>
2770         </sect1>
2771
2772         <sect1 id="f-Uploaders">
2773           <heading><tt>Uploaders</tt></heading>
2774
2775           <p>
2776             List of the names and email addresses of co-maintainers of the
2777             package, if any. If the package has other maintainers besides
2778             the one named in the <qref id="f-Maintainer">Maintainer
2779             field</qref>, their names and email addresses should be listed
2780             here. The format of each entry is the same as that of the
2781             Maintainer field, and multiple entries must be comma
2782             separated.
2783           </p>
2784
2785           <p>
2786             This is normally an optional field, but if
2787             the <tt>Maintainer</tt> control field names a group of people
2788             and a shared email address, the <tt>Uploaders</tt> field must
2789             be present and must contain at least one human with their
2790             personal email address.
2791           </p>
2792
2793           <p>
2794             Any parser that interprets the Uploaders field in
2795             <file>debian/control</file> must permit it to span multiple
2796             lines.  Line breaks in an Uploaders field that spans multiple
2797             lines are not significant and the semantics of the field are
2798             the same as if the line breaks had not been present.
2799           </p>
2800         </sect1>
2801
2802         <sect1 id="f-Changed-By">
2803           <heading><tt>Changed-By</tt></heading>
2804
2805           <p>
2806             The name and email address of the person who prepared this
2807             version of the package, usually a maintainer.  The syntax is
2808             the same as for the <qref id="f-Maintainer">Maintainer
2809             field</qref>.
2810           </p>
2811         </sect1>
2812
2813         <sect1 id="f-Section">
2814           <heading><tt>Section</tt></heading>
2815
2816           <p>
2817             This field specifies an application area into which the package
2818             has been classified. See <ref id="subsections">.
2819           </p>
2820
2821           <p>
2822             When it appears in the <file>debian/control</file> file,
2823             it gives the value for the subfield of the same name in
2824             the <tt>Files</tt> field of the <file>.changes</file> file.
2825             It also gives the default for the same field in the binary
2826             packages.
2827           </p>
2828         </sect1>
2829
2830         <sect1 id="f-Priority">
2831           <heading><tt>Priority</tt></heading>
2832
2833           <p>
2834             This field represents how important it is that the user
2835             have the package installed. See <ref id="priorities">.
2836           </p>
2837
2838           <p>
2839             When it appears in the <file>debian/control</file> file,
2840             it gives the value for the subfield of the same name in
2841             the <tt>Files</tt> field of the <file>.changes</file> file.
2842             It also gives the default for the same field in the binary
2843             packages.
2844           </p>
2845         </sect1>
2846
2847         <sect1 id="f-Package">
2848           <heading><tt>Package</tt></heading>
2849
2850           <p>
2851             The name of the binary package.
2852           </p>
2853
2854           <p>
2855             Binary package names must follow the same syntax and
2856             restrictions as source package names.  See <ref id="f-Source">
2857             for the details.
2858           </p>
2859         </sect1>
2860
2861         <sect1 id="f-Architecture">
2862           <heading><tt>Architecture</tt></heading>
2863
2864           <p>
2865             Depending on context and the control file used, the
2866             <tt>Architecture</tt> field can include the following sets of
2867             values:
2868             <list>
2869                 <item>
2870                   A unique single word identifying a Debian machine
2871                   architecture as described in <ref id="arch-spec">.
2872                 </item>
2873                 <item>
2874                   An architecture wildcard identifying a set of Debian
2875                   machine architectures, see <ref id="arch-wildcard-spec">.
2876                   <tt>any</tt> matches all Debian machine architectures
2877                   and is the most frequently used.
2878                 </item>
2879                 <item>
2880                   <tt>all</tt>, which indicates an
2881                   architecture-independent package.
2882                 </item>
2883                 <item>
2884                   <tt>source</tt>, which indicates a source package.
2885                 </item>
2886             </list>
2887           </p>
2888
2889           <p>
2890             In the main <file>debian/control</file> file in the source
2891             package, this field may contain the special
2892             value <tt>all</tt>, the special architecture
2893             wildcard <tt>any</tt>, or a list of specific and wildcard
2894             architectures separated by spaces.  If <tt>all</tt>
2895             or <tt>any</tt> appears, that value must be the entire
2896             contents of the field.  Most packages will use
2897             either <tt>all</tt> or <tt>any</tt>.
2898           </p>
2899
2900           <p>
2901             Specifying a specific list of architectures indicates that the
2902             source will build an architecture-dependent package only on
2903             architectures included in the list.  Specifying a list of
2904             architecture wildcards indicates that the source will build an
2905             architecture-dependent package on only those architectures
2906             that match any of the specified architecture wildcards.
2907             Specifying a list of architectures or architecture wildcards
2908             other than <tt>any</tt> is for the minority of cases where a
2909             program is not portable or is not useful on some
2910             architectures.  Where possible, the program should be made
2911             portable instead.
2912           </p>
2913
2914           <p>
2915             In the source package control file <file>.dsc</file>, this
2916             field may contain either the architecture
2917             wildcard <tt>any</tt> or a list of architectures and
2918             architecture wildcards separated by spaces. If a list is
2919             given, it may include (or consist solely of) the special
2920             value <tt>all</tt>.  In other words, in <file>.dsc</file>
2921             files unlike the <file>debian/control</file>, <tt>all</tt> may
2922             occur in combination with specific architectures.
2923             The <tt>Architecture</tt> field in the source package control
2924             file <file>.dsc</file> is generally constructed from
2925             the <tt>Architecture</tt> fields in
2926             the <file>debian/control</file> in the source package.
2927           </p>
2928
2929           <p>
2930             Specifying <tt>any</tt> indicates that the source package
2931             isn't dependent on any particular architecture and should
2932             compile fine on any one. The produced binary package(s)
2933             will either be specific to whatever the current build
2934             architecture is or will be architecture-independent.
2935           </p>
2936
2937           <p>
2938             Specifying only <tt>all</tt> indicates that the source package
2939             will only build architecture-independent packages.  If this is
2940             the case, <tt>all</tt> must be used rather than <tt>any</tt>;
2941             <tt>any</tt> implies that the source package will build at
2942             least one architecture-dependent package.
2943           </p>
2944
2945           <p>
2946             Specifying a list of architectures or architecture wildcards
2947             indicates that the source will build an architecture-dependent
2948             package, and will only work correctly on the listed or
2949             matching architectures.  If the source package also builds at
2950             least one architecture-independent package, <tt>all</tt> will
2951             also be included in the list.
2952           </p>
2953
2954           <p>
2955             In a <file>.changes</file> file, the <tt>Architecture</tt>
2956             field lists the architecture(s) of the package(s) currently
2957             being uploaded.  This will be a list; if the source for the
2958             package is also being uploaded, the special
2959             entry <tt>source</tt> is also present.  <tt>all</tt> will be
2960             present if any architecture-independent packages are being
2961             uploaded.  Architecture wildcards such as <tt>any</tt> must
2962             never occur in the <tt>Architecture</tt> field in
2963             the <file>.changes</file> file.
2964           </p>
2965
2966           <p>
2967             See <ref id="debianrules"> for information on how to get
2968             the architecture for the build process.
2969           </p>
2970         </sect1>
2971
2972         <sect1 id="f-Essential">
2973           <heading><tt>Essential</tt></heading>
2974
2975           <p>
2976             This is a boolean field which may occur only in the
2977             control file of a binary package or in a per-package fields
2978             paragraph of a main source control data file.
2979           </p>
2980
2981           <p>
2982             If set to <tt>yes</tt> then the package management system
2983             will refuse to remove the package (upgrading and replacing
2984             it is still possible). The other possible value is <tt>no</tt>,
2985             which is the same as not having the field at all.
2986           </p>
2987         </sect1>
2988
2989         <sect1>
2990           <heading>Package interrelationship fields:
2991             <tt>Depends</tt>, <tt>Pre-Depends</tt>,
2992             <tt>Recommends</tt>, <tt>Suggests</tt>,
2993             <tt>Breaks</tt>, <tt>Conflicts</tt>,
2994             <tt>Provides</tt>, <tt>Replaces</tt>, <tt>Enhances</tt>
2995           </heading>
2996
2997           <p>
2998             These fields describe the package's relationships with
2999             other packages.  Their syntax and semantics are described
3000             in <ref id="relationships">.</p>
3001         </sect1>
3002
3003         <sect1 id="f-Standards-Version">
3004           <heading><tt>Standards-Version</tt></heading>
3005
3006           <p>
3007             The most recent version of the standards (the policy
3008             manual and associated texts) with which the package
3009             complies.
3010           </p>
3011
3012           <p>
3013             The version number has four components: major and minor
3014             version number and major and minor patch level.  When the
3015             standards change in a way that requires every package to
3016             change the major number will be changed.  Significant
3017             changes that will require work in many packages will be
3018             signaled by a change to the minor number.  The major patch
3019             level will be changed for any change to the meaning of the
3020             standards, however small; the minor patch level will be
3021             changed when only cosmetic, typographical or other edits
3022             are made which neither change the meaning of the document
3023             nor affect the contents of packages.
3024           </p>
3025
3026           <p>
3027             Thus only the first three components of the policy version
3028             are significant in the <em>Standards-Version</em> control
3029             field, and so either these three components or all four
3030             components may be specified.<footnote>
3031                 In the past, people specified the full version number
3032                 in the Standards-Version field, for example "2.3.0.0".
3033                 Since minor patch-level changes don't introduce new
3034                 policy, it was thought it would be better to relax
3035                 policy and only require the first 3 components to be
3036                 specified, in this example "2.3.0".  All four
3037                 components may still be used if someone wishes to do so.
3038             </footnote>
3039           </p>
3040
3041         </sect1>
3042
3043         <sect1 id="f-Version">
3044           <heading><tt>Version</tt></heading>
3045
3046           <p>
3047             The version number of a package. The format is:
3048             [<var>epoch</var><tt>:</tt>]<var>upstream_version</var>[<tt>-</tt><var>debian_revision</var>]
3049           </p>
3050
3051           <p>
3052             The three components here are:
3053             <taglist>
3054               <tag><var>epoch</var></tag>
3055               <item>
3056                 <p>
3057                   This is a single (generally small) unsigned integer.  It
3058                   may be omitted, in which case zero is assumed.  If it is
3059                   omitted then the <var>upstream_version</var> may not
3060                   contain any colons.
3061                 </p>
3062
3063                 <p>
3064                   It is provided to allow mistakes in the version numbers
3065                   of older versions of a package, and also a package's
3066                   previous version numbering schemes, to be left behind.
3067                 </p>
3068               </item>
3069
3070               <tag><var>upstream_version</var></tag>
3071               <item>
3072                 <p>
3073                   This is the main part of the version number.  It is
3074                   usually the version number of the original ("upstream")
3075                   package from which the <file>.deb</file> file has been made,
3076                   if this is applicable.  Usually this will be in the same
3077                   format as that specified by the upstream author(s);
3078                   however, it may need to be reformatted to fit into the
3079                   package management system's format and comparison
3080                   scheme.
3081                 </p>
3082
3083                 <p>
3084                   The comparison behavior of the package management system
3085                   with respect to the <var>upstream_version</var> is
3086                   described below.  The <var>upstream_version</var>
3087                   portion of the version number is mandatory.
3088                 </p>
3089
3090                 <p>
3091                   The <var>upstream_version</var> may contain only
3092                   alphanumerics<footnote>
3093                         Alphanumerics are <tt>A-Za-z0-9</tt> only.
3094                   </footnote>
3095                   and the characters <tt>.</tt> <tt>+</tt> <tt>-</tt>
3096                   <tt>:</tt> <tt>~</tt> (full stop, plus, hyphen, colon,
3097                   tilde) and should start with a digit.  If there is no
3098                   <var>debian_revision</var> then hyphens are not allowed;
3099                   if there is no <var>epoch</var> then colons are not
3100                   allowed.
3101                 </p>
3102               </item>
3103
3104               <tag><var>debian_revision</var></tag>
3105               <item>
3106                 <p>
3107                   This part of the version number specifies the version of
3108                   the Debian package based on the upstream version.  It
3109                   may contain only alphanumerics and the characters
3110                   <tt>+</tt> <tt>.</tt> <tt>~</tt> (plus, full stop,
3111                   tilde) and is compared in the same way as the
3112                   <var>upstream_version</var> is.
3113                 </p>
3114
3115                 <p>
3116                   It is optional; if it isn't present then the
3117                   <var>upstream_version</var> may not contain a hyphen.
3118                   This format represents the case where a piece of
3119                   software was written specifically to be a Debian
3120                   package, where the Debian package source must always
3121                   be identical to the pristine source and therefore no
3122                   revision indication is required.
3123                 </p>
3124
3125                 <p>
3126                   It is conventional to restart the
3127                   <var>debian_revision</var> at <tt>1</tt> each time the
3128                   <var>upstream_version</var> is increased.
3129                 </p>
3130
3131                 <p>
3132                   The package management system will break the version
3133                   number apart at the last hyphen in the string (if there
3134                   is one) to determine the <var>upstream_version</var> and
3135                   <var>debian_revision</var>.  The absence of a
3136                   <var>debian_revision</var> is equivalent to a
3137                   <var>debian_revision</var> of <tt>0</tt>.
3138                 </p>
3139               </item>
3140             </taglist>
3141           </p>
3142
3143           <p>
3144             When comparing two version numbers, first the <var>epoch</var>
3145             of each are compared, then the <var>upstream_version</var> if
3146             <var>epoch</var> is equal, and then <var>debian_revision</var>
3147             if <var>upstream_version</var> is also equal.
3148             <var>epoch</var> is compared numerically.  The
3149             <var>upstream_version</var> and <var>debian_revision</var>
3150             parts are compared by the package management system using the
3151             following algorithm:
3152           </p>
3153
3154           <p>
3155             The strings are compared from left to right.
3156           </p>
3157
3158           <p>
3159             First the initial part of each string consisting entirely of
3160             non-digit characters is determined.  These two parts (one of
3161             which may be empty) are compared lexically.  If a difference
3162             is found it is returned.  The lexical comparison is a
3163             comparison of ASCII values modified so that all the letters
3164             sort earlier than all the non-letters and so that a tilde
3165             sorts before anything, even the end of a part.  For example,
3166             the following parts are in sorted order from earliest to
3167             latest: <tt>~~</tt>, <tt>~~a</tt>, <tt>~</tt>, the empty part,
3168             <tt>a</tt>.<footnote>
3169               One common use of <tt>~</tt> is for upstream pre-releases.
3170               For example, <tt>1.0~beta1~svn1245</tt> sorts earlier than
3171               <tt>1.0~beta1</tt>, which sorts earlier than <tt>1.0</tt>.
3172             </footnote>
3173           </p>
3174
3175           <p>
3176             Then the initial part of the remainder of each string which
3177             consists entirely of digit characters is determined.  The
3178             numerical values of these two parts are compared, and any
3179             difference found is returned as the result of the comparison.
3180             For these purposes an empty string (which can only occur at
3181             the end of one or both version strings being compared) counts
3182             as zero.
3183           </p>
3184
3185           <p>
3186             These two steps (comparing and removing initial non-digit
3187             strings and initial digit strings) are repeated until a
3188             difference is found or both strings are exhausted.
3189           </p>
3190
3191           <p>
3192             Note that the purpose of epochs is to allow us to leave behind
3193             mistakes in version numbering, and to cope with situations
3194             where the version numbering scheme changes.  It is
3195             <em>not</em> intended to cope with version numbers containing
3196             strings of letters which the package management system cannot
3197             interpret (such as <tt>ALPHA</tt> or <tt>pre-</tt>), or with
3198             silly orderings.<footnote>
3199               The author of this manual has heard of a package whose
3200               versions went <tt>1.1</tt>, <tt>1.2</tt>, <tt>1.3</tt>,
3201               <tt>1</tt>, <tt>2.1</tt>, <tt>2.2</tt>, <tt>2</tt> and so
3202               forth.
3203             </footnote>
3204           </p>
3205         </sect1>
3206
3207         <sect1 id="f-Description">
3208           <heading><tt>Description</tt></heading>
3209
3210           <p>
3211             In a source or binary control file, the <tt>Description</tt>
3212             field contains a description of the binary package, consisting
3213             of two parts, the synopsis or the short description, and the
3214             long description. The field's format is as follows:
3215           </p>
3216
3217           <p>
3218 <example>
3219         Description: &lt;single line synopsis&gt;
3220          &lt;extended description over several lines&gt;
3221 </example>
3222           </p>
3223
3224           <p>
3225             The lines in the extended description can have these formats:
3226           </p>
3227
3228           <p><list>
3229
3230             <item>
3231               Those starting with a single space are part of a paragraph.
3232               Successive lines of this form will be word-wrapped when
3233               displayed. The leading space will usually be stripped off.
3234             </item>
3235
3236             <item>
3237               Those starting with two or more spaces. These will be
3238               displayed verbatim. If the display cannot be panned
3239               horizontally, the displaying program will line wrap them "hard"
3240               (i.e., without taking account of word breaks). If it can they
3241               will be allowed to trail off to the right. None, one or two
3242               initial spaces may be deleted, but the number of spaces
3243               deleted from each line will be the same (so that you can have
3244               indenting work correctly, for example).
3245             </item>
3246
3247             <item>
3248               Those containing a single space followed by a single full stop
3249               character. These are rendered as blank lines. This is the
3250               <em>only</em> way to get a blank line<footnote>
3251                 Completely empty lines will not be rendered as blank lines.
3252                 Instead, they will cause the parser to think you're starting
3253                 a whole new record in the control file, and will therefore
3254                 likely abort with an error.
3255               </footnote>.
3256             </item>
3257
3258             <item>
3259               Those containing a space, a full stop and some more characters.
3260               These are for future expansion. Do not use them.
3261             </item>
3262
3263           </list></p>
3264
3265           <p>
3266             Do not use tab characters.  Their effect is not predictable.
3267           </p>
3268
3269           <p>
3270             See <ref id="descriptions"> for further information on this.
3271           </p>
3272
3273           <p>
3274             In a <file>.changes</file> file, the <tt>Description</tt>
3275             field contains a summary of the descriptions for the packages
3276             being uploaded.  For this case, the first line of the field
3277             value (the part on the same line as <tt>Description:</tt>) is
3278             always empty.  The content of the field is expressed as
3279             continuation lines, one line per package.  Each line is
3280             indented by one space and contains the name of a binary
3281             package, a space, a hyphen (<tt>-</tt>), a space, and the
3282             short description line from that package.
3283           </p>
3284         </sect1>
3285
3286         <sect1 id="f-Distribution">
3287           <heading><tt>Distribution</tt></heading>
3288
3289           <p>
3290             In a <file>.changes</file> file or parsed changelog output
3291             this contains the (space-separated) name(s) of the
3292             distribution(s) where this version of the package should
3293             be installed.  Valid distributions are determined by the
3294             archive maintainers.<footnote>
3295               Example distribution names in the Debian archive used in
3296               <file>.changes</file> files are:
3297                 <taglist compact="compact">
3298                   <tag><em>unstable</em></tag>
3299                   <item>
3300                     This distribution value refers to the
3301                     <em>developmental</em> part of the Debian distribution
3302                     tree.  Most new packages, new upstream versions of
3303                     packages and bug fixes go into the <em>unstable</em>
3304                     directory tree.
3305                   </item>
3306
3307                   <tag><em>experimental</em></tag>
3308                   <item>
3309                     The packages with this distribution value are deemed
3310                     by their maintainers to be high risk.  Oftentimes they
3311                     represent early beta or developmental packages from
3312                     various sources that the maintainers want people to
3313                     try, but are not ready to be a part of the other parts
3314                     of the Debian distribution tree.
3315                   </item>
3316                 </taglist>
3317
3318                 <p>
3319                   Others are used for updating stable releases or for
3320                   security uploads.  More information is available in the
3321                   Debian Developer's Reference, section "The Debian
3322                   archive".
3323                 </p>
3324             </footnote>
3325             The Debian archive software only supports listing a single
3326             distribution.  Migration of packages to other distributions is
3327             handled outside of the upload process.
3328           </p>
3329         </sect1>
3330
3331         <sect1 id="f-Date">
3332           <heading><tt>Date</tt></heading>
3333
3334           <p>
3335             This field includes the date the package was built or last
3336             edited.  It must be in the same format as the <var>date</var>
3337             in a <file>debian/changelog</file> entry.
3338           </p>
3339
3340           <p>
3341             The value of this field is usually extracted from the
3342             <file>debian/changelog</file> file - see
3343             <ref id="dpkgchangelog">).
3344           </p>
3345         </sect1>
3346
3347         <sect1 id="f-Format">
3348           <heading><tt>Format</tt></heading>
3349
3350           <p>
3351             In <qref id="debianchangesfiles"><file>.changes</file></qref>
3352             files, this field declares the format version of that file.
3353             The syntax of the field value is the same as that of
3354             a <qref id="f-Version">package version number</qref> except
3355             that no epoch or Debian revision is allowed.  The format
3356             described in this document is <tt>&changesversion;</tt>.
3357           </p>
3358
3359           <p>
3360             In <qref id="debiansourcecontrolfiles"><file>.dsc</file>
3361             Debian source control</qref> files, this field declares the
3362             format of the source package.  The field value is used by
3363             programs acting on a source package to interpret the list of
3364             files in the source package and determine how to unpack it.
3365             The syntax of the field value is a numeric major revision, a
3366             period, a numeric minor revision, and then an optional subtype
3367             after whitespace, which if specified is an alphanumeric word
3368             in parentheses.  The subtype is optional in the syntax but may
3369             be mandatory for particular source format revisions.
3370             <footnote>
3371               The source formats currently supported by the Debian archive
3372               software are <tt>1.0</tt>, <tt>3.0 (native)</tt>,
3373               and <tt>3.0 (quilt)</tt>.
3374             </footnote>
3375           </p>
3376         </sect1>
3377
3378         <sect1 id="f-Urgency">
3379           <heading><tt>Urgency</tt></heading>
3380
3381           <p>
3382             This is a description of how important it is to upgrade to
3383             this version from previous ones.  It consists of a single
3384             keyword taking one of the values <tt>low</tt>,
3385             <tt>medium</tt>, <tt>high</tt>, <tt>emergency</tt>, or
3386             <tt>critical</tt><footnote>
3387               Other urgency values are supported with configuration
3388               changes in the archive software but are not used in Debian.
3389               The urgency affects how quickly a package will be considered
3390               for inclusion into the <tt>testing</tt> distribution and
3391               gives an indication of the importance of any fixes included
3392               in the upload.  <tt>Emergency</tt> and <tt>critical</tt> are
3393               treated as synonymous.
3394             </footnote> (not case-sensitive) followed by an optional
3395             commentary (separated by a space) which is usually in
3396             parentheses.  For example:
3397
3398             <example>
3399   Urgency: low (HIGH for users of diversions)
3400             </example>
3401
3402           </p>
3403
3404           <p>
3405             The value of this field is usually extracted from the
3406             <file>debian/changelog</file> file - see
3407             <ref id="dpkgchangelog">.
3408           </p>
3409         </sect1>
3410
3411         <sect1 id="f-Changes">
3412           <heading><tt>Changes</tt></heading>
3413
3414           <p>
3415             This field contains the human-readable changes data, describing
3416             the differences between the last version and the current one.
3417           </p>
3418
3419           <p>
3420             The first line of the field value (the part on the same line
3421             as <tt>Changes:</tt>) is always empty.  The content of the
3422             field is expressed as continuation lines, with each line
3423             indented by at least one space.  Blank lines must be
3424             represented by a line consisting only of a space and a full
3425             stop (<tt>.</tt>).
3426           </p>
3427
3428           <p>
3429             The value of this field is usually extracted from the
3430             <file>debian/changelog</file> file - see
3431             <ref id="dpkgchangelog">).
3432           </p>
3433
3434           <p>
3435             Each version's change information should be preceded by a
3436             "title" line giving at least the version, distribution(s)
3437             and urgency, in a human-readable way.
3438           </p>
3439
3440           <p>
3441             If data from several versions is being returned the entry
3442             for the most recent version should be returned first, and
3443             entries should be separated by the representation of a
3444             blank line (the "title" line may also be followed by the
3445             representation of a blank line).
3446           </p>
3447         </sect1>
3448
3449         <sect1 id="f-Binary">
3450           <heading><tt>Binary</tt></heading>
3451
3452           <p>
3453             This field is a list of binary packages.  Its syntax and
3454             meaning varies depending on the control file in which it
3455             appears.
3456           </p>
3457
3458           <p>
3459             When it appears in the <file>.dsc</file> file, it lists binary
3460             packages which a source package can produce, separated by
3461             commas<footnote>
3462                 A space after each comma is conventional.
3463             </footnote>.  It may span multiple lines.  The source package
3464             does not necessarily produce all of these binary packages for
3465             every architecture.  The source control file doesn't contain
3466             details of which architectures are appropriate for which of
3467             the binary packages.
3468           </p>
3469
3470           <p>
3471             When it appears in a <file>.changes</file> file, it lists the
3472             names of the binary packages being uploaded, separated by
3473             whitespace (not commas).  It may span multiple lines.
3474           </p>
3475         </sect1>
3476
3477         <sect1 id="f-Installed-Size">
3478           <heading><tt>Installed-Size</tt></heading>
3479
3480           <p>
3481             This field appears in the control files of binary packages,
3482             and in the <file>Packages</file> files.  It gives an estimate
3483             of the total amount of disk space required to install the
3484             named package.  Actual installed size may vary based on block
3485             size, file system properties, or actions taken by package
3486             maintainer scripts.
3487           </p>
3488
3489           <p>
3490             The disk space is given as the integer value of the estimated
3491             installed size in bytes, divided by 1024 and rounded up.
3492           </p>
3493         </sect1>
3494
3495         <sect1 id="f-Files">
3496           <heading><tt>Files</tt></heading>
3497
3498           <p>
3499             This field contains a list of files with information about
3500             each one.  The exact information and syntax varies with
3501             the context.
3502           </p>
3503
3504           <p>
3505             In all cases, Files is a multiline field.  The first line of
3506             the field value (the part on the same line as <tt>Files:</tt>)
3507             is always empty.  The content of the field is expressed as
3508             continuation lines, one line per file.  Each line must be
3509             indented by one space and contain a number of sub-fields,
3510             separated by spaces, as described below.
3511           </p>
3512
3513           <p>
3514             In the <file>.dsc</file> file, each line contains the MD5
3515             checksum, size and filename of the tar file and (if
3516             applicable) diff file which make up the remainder of the
3517             source package<footnote>
3518               That is, the parts which are not the <tt>.dsc</tt>.
3519             </footnote>.  For example:
3520             <example>
3521 Files:
3522  c6f698f19f2a2aa07dbb9bbda90a2754 571925 example_1.2.orig.tar.gz
3523  938512f08422f3509ff36f125f5873ba 6220 example_1.2-1.diff.gz
3524             </example>
3525             The exact forms of the filenames are described
3526             in <ref id="pkg-sourcearchives">.
3527           </p>
3528
3529           <p>
3530             In the <file>.changes</file> file this contains one line per
3531             file being uploaded.  Each line contains the MD5 checksum,
3532             size, section and priority and the filename.  For example:
3533             <example>
3534 Files:
3535  4c31ab7bfc40d3cf49d7811987390357 1428 text extra example_1.2-1.dsc
3536  c6f698f19f2a2aa07dbb9bbda90a2754 571925 text extra example_1.2.orig.tar.gz
3537  938512f08422f3509ff36f125f5873ba 6220 text extra example_1.2-1.diff.gz
3538  7c98fe853b3bbb47a00e5cd129b6cb56 703542 text extra example_1.2-1_i386.deb
3539             </example>
3540             The <qref id="f-Section">section</qref>
3541             and <qref id="f-Priority">priority</qref> are the values of
3542             the corresponding fields in the main source control file.  If
3543             no section or priority is specified then <tt>-</tt> should be
3544             used, though section and priority values must be specified for
3545             new packages to be installed properly.
3546           </p>
3547
3548           <p>
3549             The special value <tt>byhand</tt> for the section in a
3550             <tt>.changes</tt> file indicates that the file in question
3551             is not an ordinary package file and must by installed by
3552             hand by the distribution maintainers.  If the section is
3553             <tt>byhand</tt> the priority should be <tt>-</tt>.
3554           </p>
3555
3556           <p>
3557             If a new Debian revision of a package is being shipped and
3558             no new original source archive is being distributed the
3559             <tt>.dsc</tt> must still contain the <tt>Files</tt> field
3560             entry for the original source archive
3561             <file><var>package</var>_<var>upstream-version</var>.orig.tar.gz</file>,
3562             but the <file>.changes</file> file should leave it out.  In
3563             this case the original source archive on the distribution
3564             site must match exactly, byte-for-byte, the original
3565             source archive which was used to generate the
3566             <file>.dsc</file> file and diff which are being uploaded.</p>
3567         </sect1>
3568
3569         <sect1 id="f-Closes">
3570           <heading><tt>Closes</tt></heading>
3571
3572           <p>
3573             A space-separated list of bug report numbers that the upload
3574             governed by the .changes file closes.
3575           </p>
3576         </sect1>
3577
3578         <sect1 id="f-Homepage">
3579           <heading><tt>Homepage</tt></heading>
3580
3581           <p>
3582             The URL of the web site for this package, preferably (when
3583             applicable) the site from which the original source can be
3584             obtained and any additional upstream documentation or
3585             information may be found.  The content of this field is a
3586             simple URL without any surrounding characters such as
3587             <tt>&lt;&gt;</tt>.
3588           </p>
3589         </sect1>
3590
3591         <sect1 id="f-Checksums">
3592           <heading><tt>Checksums-Sha1</tt>
3593             and <tt>Checksums-Sha256</tt></heading>
3594
3595           <p>
3596             These fields contain a list of files with a checksum and size
3597             for each one.  Both <tt>Checksums-Sha1</tt>
3598             and <tt>Checksums-Sha256</tt> have the same syntax and differ
3599             only in the checksum algorithm used: SHA-1
3600             for <tt>Checksums-Sha1</tt> and SHA-256
3601             for <tt>Checksums-Sha256</tt>.
3602           </p>
3603
3604           <p>
3605             <tt>Checksums-Sha1</tt> and <tt>Checksums-Sha256</tt> are
3606             multiline fields.  The first line of the field value (the part
3607             on the same line as <tt>Checksums-Sha1:</tt>
3608             or <tt>Checksums-Sha256:</tt>) is always empty.  The content
3609             of the field is expressed as continuation lines, one line per
3610             file.  Each line consists of the checksum, a space, the file
3611             size, a space, and the file name.  For example (from
3612             a <file>.changes</file> file):
3613             <example>
3614 Checksums-Sha1:
3615  1f418afaa01464e63cc1ee8a66a05f0848bd155c 1276 example_1.0-1.dsc
3616  a0ed1456fad61116f868b1855530dbe948e20f06 171602 example_1.0.orig.tar.gz
3617  5e86ecf0671e113b63388dac81dd8d00e00ef298 6137 example_1.0-1.debian.tar.gz
3618  71a0ff7da0faaf608481195f9cf30974b142c183 548402 example_1.0-1_i386.deb
3619 Checksums-Sha256:
3620  ac9d57254f7e835bed299926fd51bf6f534597cc3fcc52db01c4bffedae81272 1276 example_1.0-1.dsc
3621  0d123be7f51e61c4bf15e5c492b484054be7e90f3081608a5517007bfb1fd128 171602 example_1.0.orig.tar.gz
3622  f54ae966a5f580571ae7d9ef5e1df0bd42d63e27cb505b27957351a495bc6288 6137 example_1.0-1.debian.tar.gz
3623  3bec05c03974fdecd11d020fc2e8250de8404867a8a2ce865160c250eb723664 548402 example_1.0-1_i386.deb
3624             </example>
3625           </p>
3626
3627           <p>
3628             In the <file>.dsc</file> file, these fields should list all
3629             files that make up the source package.  In
3630             the <file>.changes</file> file, these fields should list all
3631             files being uploaded.  The list of files in these fields
3632             must match the list of files in the <tt>Files</tt> field.
3633           </p>
3634         </sect1>
3635       </sect>
3636
3637       <sect>
3638         <heading>User-defined fields</heading>
3639
3640         <p>
3641           Additional user-defined fields may be added to the
3642           source package control file.  Such fields will be
3643           ignored, and not copied to (for example) binary or
3644           source package control files or upload control files.
3645         </p>
3646
3647         <p>
3648           If you wish to add additional unsupported fields to
3649           these output files you should use the mechanism
3650           described here.
3651         </p>
3652
3653         <p>
3654           Fields in the main source control information file with
3655           names starting <tt>X</tt>, followed by one or more of
3656           the letters <tt>BCS</tt> and a hyphen <tt>-</tt>, will
3657           be copied to the output files.  Only the part of the
3658           field name after the hyphen will be used in the output
3659           file.  Where the letter <tt>B</tt> is used the field
3660           will appear in binary package control files, where the
3661           letter <tt>S</tt> is used in source package control
3662           files and where <tt>C</tt> is used in upload control
3663           (<tt>.changes</tt>) files.
3664         </p>
3665
3666         <p>
3667           For example, if the main source information control file
3668           contains the field
3669           <example>
3670   XBS-Comment: I stand between the candle and the star.
3671           </example>
3672           then the binary and source package control files will contain the
3673           field
3674           <example>
3675   Comment: I stand between the candle and the star.
3676           </example>
3677         </p>
3678
3679       </sect>
3680
3681     </chapt>
3682
3683
3684     <chapt id="maintainerscripts">
3685       <heading>Package maintainer scripts and installation procedure</heading>
3686
3687       <sect>
3688         <heading>Introduction to package maintainer scripts</heading>
3689
3690         <p>
3691           It is possible to supply scripts as part of a package which
3692           the package management system will run for you when your
3693           package is installed, upgraded or removed.
3694         </p>
3695
3696         <p>
3697           These scripts are the control information
3698           files <prgn>preinst</prgn>, <prgn>postinst</prgn>, <prgn>prerm</prgn>
3699           and <prgn>postrm</prgn>.  They must be proper executable files;
3700           if they are scripts (which is recommended), they must start with
3701           the usual <tt>#!</tt> convention.  They should be readable and
3702           executable by anyone, and must not be world-writable.
3703         </p>
3704
3705         <p>
3706           The package management system looks at the exit status from
3707           these scripts.  It is important that they exit with a
3708           non-zero status if there is an error, so that the package
3709           management system can stop its processing.  For shell
3710           scripts this means that you <em>almost always</em> need to
3711           use <tt>set -e</tt> (this is usually true when writing shell
3712           scripts, in fact).  It is also important, of course, that
3713           they exit with a zero status if everything went well.
3714         </p>
3715
3716         <p>
3717           Additionally, packages interacting with users
3718           using <prgn>debconf</prgn> in the <prgn>postinst</prgn> script
3719           should install a <prgn>config</prgn> script as a control
3720           information file.  See <ref id="maintscriptprompt"> for details.
3721         </p>
3722
3723         <p>
3724           When a package is upgraded a combination of the scripts from
3725           the old and new packages is called during the upgrade
3726           procedure.  If your scripts are going to be at all
3727           complicated you need to be aware of this, and may need to
3728           check the arguments to your scripts.
3729         </p>
3730
3731         <p>
3732           Broadly speaking the <prgn>preinst</prgn> is called before
3733           (a particular version of) a package is unpacked, and the
3734           <prgn>postinst</prgn> afterwards; the <prgn>prerm</prgn>
3735           before (a version of) a package is removed and the
3736           <prgn>postrm</prgn> afterwards.
3737         </p>
3738
3739         <p>
3740           Programs called from maintainer scripts should not normally
3741           have a path prepended to them. Before installation is
3742           started, the package management system checks to see if the
3743           programs <prgn>ldconfig</prgn>,
3744           <prgn>start-stop-daemon</prgn>, <prgn>install-info</prgn>,
3745           and <prgn>update-rc.d</prgn> can be found via the
3746           <tt>PATH</tt> environment variable. Those programs, and any
3747           other program that one would expect to be in the
3748           <tt>PATH</tt>, should thus be invoked without an absolute
3749           pathname. Maintainer scripts should also not reset the
3750           <tt>PATH</tt>, though they might choose to modify it by
3751           prepending or appending package-specific directories. These
3752           considerations really apply to all shell scripts.</p>
3753       </sect>
3754
3755       <sect id="idempotency">
3756         <heading>Maintainer scripts idempotency</heading>
3757
3758         <p>
3759           It is necessary for the error recovery procedures that the
3760           scripts be idempotent.  This means that if it is run
3761           successfully, and then it is called again, it doesn't bomb
3762           out or cause any harm, but just ensures that everything is
3763           the way it ought to be.  If the first call failed, or
3764           aborted half way through for some reason, the second call
3765           should merely do the things that were left undone the first
3766           time, if any, and exit with a success status if everything
3767           is OK.<footnote>
3768               This is so that if an error occurs, the user interrupts
3769               <prgn>dpkg</prgn> or some other unforeseen circumstance
3770               happens you don't leave the user with a badly-broken
3771               package when <prgn>dpkg</prgn> attempts to repeat the
3772               action.
3773           </footnote>
3774         </p>
3775       </sect>
3776
3777       <sect id="controllingterminal">
3778         <heading>Controlling terminal for maintainer scripts</heading>
3779
3780         <p>
3781           Maintainer scripts are not guaranteed to run with a controlling
3782           terminal and may not be able to interact with the user.  They
3783           must be able to fall back to noninteractive behavior if no
3784           controlling terminal is available.  Maintainer scripts that
3785           prompt via a program conforming to the Debian Configuration
3786           Management Specification (see <ref id="maintscriptprompt">) may
3787           assume that program will handle falling back to noninteractive
3788           behavior.
3789         </p>
3790
3791         <p>
3792           For high-priority prompts without a reasonable default answer,
3793           maintainer scripts may abort if there is no controlling
3794           terminal.  However, this situation should be avoided if at all
3795           possible, since it prevents automated or unattended installs.
3796           In most cases, users will consider this to be a bug in the
3797           package.
3798         </p>
3799       </sect>
3800
3801       <sect id="exitstatus">
3802         <heading>Exit status</heading>
3803
3804         <p>
3805           Each script must return a zero exit status for
3806           success, or a nonzero one for failure, since the package
3807           management system looks for the exit status of these scripts
3808           and determines what action to take next based on that datum.
3809         </p>
3810       </sect>
3811
3812       <sect id="mscriptsinstact"><heading>Summary of ways maintainer
3813           scripts are called
3814         </heading>
3815
3816         <p>
3817           What follows is a summary of all the ways in which maintainer
3818           scripts may be called along with what facilities those scripts
3819           may rely on being available at that time.  Script names preceded
3820           by <var>new-</var> are the scripts from the new version of a
3821           package being installed, upgraded to, or downgraded to.  Script
3822           names preceded by <var>old-</var> are the scripts from the old
3823           version of a package that is being upgraded from or downgraded
3824           from.
3825         </p>
3826
3827         <p>
3828           The <prgn>preinst</prgn> script may be called in the following
3829           ways:
3830           <taglist>
3831             <tag><var>new-preinst</var> <tt>install</tt></tag>
3832             <tag><var>new-preinst</var> <tt>install</tt>
3833               <var>old-version</var></tag>
3834             <tag><var>new-preinst</var> <tt>upgrade</tt>
3835               <var>old-version</var></tag>
3836             <item>
3837               The package will not yet be unpacked, so
3838               the <prgn>preinst</prgn> script cannot rely on any files
3839               included in its package.  Only essential packages and
3840               pre-dependencies (<tt>Pre-Depends</tt>) may be assumed to be
3841               available.  Pre-dependencies will have been configured at
3842               least once, but at the time the <prgn>preinst</prgn> is
3843               called they may only be in an unpacked or "Half-Configured"
3844               state if a previous version of the pre-dependency was
3845               completely configured and has not been removed since then.
3846             </item>
3847
3848             <tag><var>old-preinst</var> <tt>abort-upgrade</tt>
3849               <var>new-version</var></tag>
3850             <item>
3851               Called during error handling of an upgrade that failed after
3852               unpacking the new package because the <tt>postrm
3853               upgrade</tt> action failed.  The unpacked files may be
3854               partly from the new version or partly missing, so the script
3855               cannot rely on files included in the package.  Package
3856               dependencies may not be available.  Pre-dependencies will be
3857               at least unpacked following the same rules as above, except
3858               they may be only "Half-Installed" if an upgrade of the
3859               pre-dependency failed.<footnote>
3860                 This can happen if the new version of the package no
3861                 longer pre-depends on a package that had been partially
3862                 upgraded.
3863               </footnote>
3864             </item>
3865           </taglist>
3866         </p>
3867
3868         <p>
3869           The <prgn>postinst</prgn> script may be called in the following
3870           ways:
3871           <taglist>
3872             <tag><var>postinst</var> <tt>configure</tt>
3873               <var>most-recently-configured-version</var></tag>
3874             <item>
3875               The files contained in the package will be unpacked.  All
3876               package dependencies will at least be unpacked.  If there
3877               are no circular dependencies involved, all package
3878               dependencies will be configured.  For behavior in the case
3879               of circular dependencies, see the discussion
3880               in <ref id="binarydeps">.
3881             </item>
3882
3883             <tag><var>old-postinst</var> <tt>abort-upgrade</tt>
3884               <var>new-version</var></tag>
3885             <tag><var>conflictor's-postinst</var> <tt>abort-remove</tt>
3886               <tt>in-favour</tt> <var>package</var>
3887               <var>new-version</var></tag>
3888             <tag><var>postinst</var> <tt>abort-remove</tt></tag>
3889             <tag><var>deconfigured's-postinst</var>
3890               <tt>abort-deconfigure</tt> <tt>in-favour</tt>
3891               <var>failed-install-package</var> <var>version</var>
3892               [<tt>removing</tt> <var>conflicting-package</var>
3893               <var>version</var>]</tag>
3894             <item>
3895               The files contained in the package will be unpacked.  All
3896               package dependencies will at least be "Half-Installed" and
3897               will have previously been configured and not removed.
3898               However, dependencies may not be configured or even fully
3899               unpacked in some error situations.<footnote>
3900                 For example, suppose packages foo and bar are installed
3901                 with foo depending on bar.  If an upgrade of bar were
3902                 started and then aborted, and then an attempt to remove
3903                 foo failed because its <prgn>prerm</prgn> script failed,
3904                 foo's <tt>postinst abort-remove</tt> would be called with
3905                 bar only "Half-Installed".
3906               </footnote>
3907               The <prgn>postinst</prgn> should still attempt any actions
3908               for which its dependencies are required, since they will
3909               normally be available, but consider the correct error
3910               handling approach if those actions fail.  Aborting
3911               the <prgn>postinst</prgn> action if commands or facilities
3912               from the package dependencies are not available is often the
3913               best approach.
3914             </item>
3915           </taglist>
3916         </p>
3917
3918         <p>
3919           The <prgn>prerm</prgn> script may be called in the following
3920           ways:
3921           <taglist>
3922             <tag><var>prerm</var> <tt>remove</tt></tag>
3923             <tag><var>old-prerm</var>
3924               <tt>upgrade</tt><var>new-version</var></tag>
3925             <tag><var>conflictor's-prerm</var> <tt>remove</tt>
3926               <tt>in-favour</tt> <var>package</var>
3927               <var>new-version</var></tag>
3928             <tag><var>deconfigured's-prerm</var> <tt>deconfigure</tt>
3929               <tt>in-favour</tt> <var>package-being-installed</var>
3930               <var>version</var> [<tt>removing</tt>
3931               <var>conflicting-package</var> <var>version</var>]</tag>
3932             <item>
3933               The package whose <prgn>prerm</prgn> is being called will be
3934               at least "Half-Installed".  All package dependencies will at
3935               least be "Half-Installed" and will have previously been
3936               configured and not removed.  If there was no error, all
3937               dependencies will at least be unpacked, but these actions
3938               may be called in various error states where dependencies are
3939               only "Half-Installed" due to a partial upgrade.
3940             </item>
3941
3942             <tag><var>new-prerm</var> <tt>failed-upgrade</tt>
3943               <var>old-version</var></tag>
3944             <item>
3945               Called during error handling when <tt>prerm upgrade</tt>
3946               fails.  The new package will not yet be unpacked, and all
3947               the same constraints as for <tt>preinst upgrade</tt> apply.
3948             </item>
3949           </taglist>
3950         </p>
3951
3952         <p>
3953           The <prgn>postrm</prgn> script may be called in the following
3954           ways:
3955           <taglist>
3956             <tag><var>postrm</var> <tt>remove</tt></tag>
3957             <tag><var>postrm</var> <tt>purge</tt></tag>
3958             <tag><var>old-postrm</var> <tt>upgrade</tt>
3959               <var>new-version</var></tag>
3960             <tag><var>disappearer's-postrm</var> <tt>disappear</tt>
3961                 <var>overwriter</var> <var>overwriter-version</var></tag>
3962             <item>
3963               The <prgn>postrm</prgn> script is called after the package's
3964               files have been removed or replaced.  The package
3965               whose <prgn>postrm</prgn> is being called may have
3966               previously been deconfigured and only be unpacked, at which
3967               point subsequent package changes do not consider its
3968               dependencies.  Therefore, all <prgn>postrm</prgn> actions
3969               may only rely on essential packages and must gracefully skip
3970               any actions that require the package's dependencies if those
3971               dependencies are unavailable.<footnote>
3972                 This is often done by checking whether the command or
3973                 facility the <prgn>postrm</prgn> intends to call is
3974                 available before calling it.  For example:
3975 <example>
3976 if [ "$1" = purge ] && [ -e /usr/share/debconf/confmodule ]; then
3977         . /usr/share/debconf/confmodule
3978         db_purge
3979 fi
3980 </example>
3981                 in <prgn>postrm</prgn> purges the <prgn>debconf</prgn>
3982                 configuration for the package
3983                 if <package>debconf</package> is installed.
3984               </foonote>
3985             </item>
3986
3987             <tag><var>new-postrm</var> <tt>failed-upgrade</tt>
3988               <var>old-version</var></tag>
3989             <item>
3990               Called when the old <tt>postrm upgrade</tt> action fails.
3991               The new package will be unpacked, but only essential
3992               packages and pre-dependencies can be relied on.
3993               Pre-dependencies will either be configured or will be
3994               "Unpacked" or "Half-Configured" but previously had been
3995               configured and was never removed.
3996             </item>
3997
3998             <tag><var>new-postrm</var> <tt>abort-install</tt></tag>
3999             <tag><var>new-postrm</var> <tt>abort-install</tt>
4000               <var>old-version</var></tag>
4001             <tag><var>new-postrm</var> <tt>abort-upgrade</tt>
4002               <var>old-version</var></tag>
4003             <item>
4004               Called before unpacking the new package as part of the
4005               error handling of <prgn>preinst</prgn> failures.  May assume
4006               the same state as <prgn>preinst</prgn> can assume.
4007             </item>
4008           </taglist>
4009         </p>
4010       </sect>
4011
4012       <sect id="unpackphase">
4013         <heading>Details of unpack phase of installation or upgrade</heading>
4014
4015         <p>
4016           The procedure on installation/upgrade/overwrite/disappear
4017           (i.e., when running <tt>dpkg --unpack</tt>, or the unpack
4018           stage of <tt>dpkg --install</tt>) is as follows.  In each
4019           case, if a major error occurs (unless listed below) the
4020           actions are, in general, run backwards - this means that the
4021           maintainer scripts are run with different arguments in
4022           reverse order.  These are the "error unwind" calls listed
4023           below.
4024
4025           <enumlist>
4026             <item>
4027                 <enumlist>
4028                   <item>
4029                       If a version of the package is already installed, call
4030                       <example compact="compact">
4031 <var>old-prerm</var> upgrade <var>new-version</var>
4032                       </example>
4033                   </item>
4034                   <item>
4035                       If the script runs but exits with a non-zero
4036                       exit status, <prgn>dpkg</prgn> will attempt:
4037                       <example compact="compact">
4038 <var>new-prerm</var> failed-upgrade <var>old-version</var>
4039                       </example>
4040                       If this works, the upgrade continues. If this
4041                       does not work, the error unwind:
4042                       <example compact="compact">
4043 <var>old-postinst</var> abort-upgrade <var>new-version</var>
4044                       </example>
4045                       If this works, then the old-version is
4046                       "Installed", if not, the old version is in a
4047                       "Half-Configured" state.
4048                   </item>
4049                 </enumlist>
4050             </item>
4051
4052             <item>
4053                 If a "conflicting" package is being removed at the same time,
4054                 or if any package will be broken (due to <tt>Breaks</tt>):
4055                 <enumlist>
4056                   <item>
4057                       If <tt>--auto-deconfigure</tt> is
4058                       specified, call, for each package to be deconfigured
4059                       due to <tt>Breaks</tt>:
4060                       <example compact="compact">
4061 <var>deconfigured's-prerm</var> deconfigure \
4062   in-favour <var>package-being-installed</var> <var>version</var>
4063                       </example>
4064                       Error unwind:
4065                       <example compact="compact">
4066 <var>deconfigured's-postinst</var> abort-deconfigure \
4067   in-favour <var>package-being-installed-but-failed</var> <var>version</var>
4068                       </example>
4069                       The deconfigured packages are marked as
4070                       requiring configuration, so that if
4071                       <tt>--install</tt> is used they will be
4072                       configured again if possible.
4073                   </item>
4074                   <item>
4075                       If any packages depended on a conflicting
4076                       package being removed and <tt>--auto-deconfigure</tt> is
4077                       specified, call, for each such package:
4078                       <example compact="compact">
4079 <var>deconfigured's-prerm</var> deconfigure \
4080   in-favour <var>package-being-installed</var> <var>version</var> \
4081     removing <var>conflicting-package</var> <var>version</var>
4082                       </example>
4083                       Error unwind:
4084                       <example compact="compact">
4085 <var>deconfigured's-postinst</var> abort-deconfigure \
4086   in-favour <var>package-being-installed-but-failed</var> <var>version</var> \
4087     removing <var>conflicting-package</var> <var>version</var>
4088                       </example>
4089                       The deconfigured packages are marked as
4090                       requiring configuration, so that if
4091                       <tt>--install</tt> is used they will be
4092                       configured again if possible.
4093                   </item>
4094                   <item>
4095                       To prepare for removal of each conflicting package, call:
4096                       <example compact="compact">
4097 <var>conflictor's-prerm</var> remove \
4098   in-favour <var>package</var> <var>new-version</var>
4099                       </example>
4100                       Error unwind:
4101                       <example compact="compact">
4102 <var>conflictor's-postinst</var> abort-remove \
4103   in-favour <var>package</var> <var>new-version</var>
4104                       </example>
4105                   </item>
4106                 </enumlist>
4107             </item>
4108
4109             <item>
4110                 <enumlist>
4111                   <item>
4112                       If the package is being upgraded, call:
4113                       <example compact="compact">
4114 <var>new-preinst</var> upgrade <var>old-version</var>
4115                       </example>
4116                       If this fails, we call:
4117                       <example>
4118 <var>new-postrm</var> abort-upgrade <var>old-version</var>
4119                       </example>
4120                       <enumlist>
4121                         <item>
4122                           <p>
4123                             If that works, then
4124                             <example>
4125 <var>old-postinst</var> abort-upgrade <var>new-version</var>
4126                             </example>
4127                             is called. If this works, then the old version
4128                             is in an "Installed" state, or else it is left
4129                             in an "Unpacked" state.
4130                           </p>
4131                         </item>
4132                         <item>
4133                           <p>
4134                             If it fails, then the old version is left
4135                             in an "Half-Installed" state.
4136                           </p>
4137                         </item>
4138                       </enumlist>
4139                       
4140                   </item>
4141                   <item>
4142                       Otherwise, if the package had some configuration
4143                       files from a previous version installed (i.e., it
4144                       is in the "configuration files only" state):
4145                       <example compact="compact">
4146 <var>new-preinst</var> install <var>old-version</var>
4147                       </example>
4148                       Error unwind:
4149                       <example>
4150 <var>new-postrm</var> abort-install <var>old-version</var>
4151                       </example>
4152                       If this fails, the package is left in a
4153                       "Half-Installed" state, which requires a
4154                       reinstall. If it works, the packages is left in
4155                       a "Config-Files" state.
4156                   </item>
4157                   <item>
4158                       Otherwise (i.e., the package was completely purged):
4159                       <example compact="compact">
4160 <var>new-preinst</var> install
4161                       </example>
4162                       Error unwind:
4163                       <example compact="compact">
4164 <var>new-postrm</var> abort-install
4165                       </example>
4166                       If the error-unwind fails, the package is in a
4167                       "Half-Installed" phase, and requires a
4168                       reinstall. If the error unwind works, the
4169                       package is in a not installed state.
4170                   </item>
4171                 </enumlist>
4172             </item>
4173
4174             <item>
4175               <p>
4176                 The new package's files are unpacked, overwriting any
4177                 that may be on the system already, for example any
4178                 from the old version of the same package or from
4179                 another package.  Backups of the old files are kept
4180                 temporarily, and if anything goes wrong the package
4181                 management system will attempt to put them back as
4182                 part of the error unwind.
4183               </p>
4184
4185               <p>
4186                 It is an error for a package to contain files which
4187                 are on the system in another package, unless
4188                 <tt>Replaces</tt> is used (see <ref id="replaces">).
4189                 <!--
4190                 The following paragraph is not currently the case:
4191                 Currently the <tt>- - force-overwrite</tt> flag is
4192                 enabled, downgrading it to a warning, but this may not
4193                 always be the case.
4194                 -->
4195               </p>
4196
4197               <p>
4198                 It is a more serious error for a package to contain a
4199                 plain file or other kind of non-directory where another
4200                 package has a directory (again, unless
4201                 <tt>Replaces</tt> is used).  This error can be
4202                 overridden if desired using
4203                 <tt>--force-overwrite-dir</tt>, but this is not
4204                 advisable.
4205               </p>
4206
4207               <p>
4208                 Packages which overwrite each other's files produce
4209                 behavior which, though deterministic, is hard for the
4210                 system administrator to understand.  It can easily
4211                 lead to "missing" programs if, for example, a package
4212                 is unpacked which overwrites a file from another
4213                 package, and is then removed again.<footnote>
4214                     Part of the problem is due to what is arguably a
4215                     bug in <prgn>dpkg</prgn>.
4216                 </footnote>
4217               </p>
4218
4219               <p>
4220                 A directory will never be replaced by a symbolic link
4221                 to a directory or vice versa; instead, the existing
4222                 state (symlink or not) will be left alone and
4223                 <prgn>dpkg</prgn> will follow the symlink if there is
4224                 one.
4225               </p>
4226             </item>
4227
4228             <item>
4229               <p>
4230                 <enumlist>
4231                   <item>
4232                       If the package is being upgraded, call
4233                       <example compact="compact">
4234 <var>old-postrm</var> upgrade <var>new-version</var>
4235                       </example>
4236                   </item>
4237                   <item>
4238                       If this fails, <prgn>dpkg</prgn> will attempt:
4239                       <example compact="compact">
4240 <var>new-postrm</var> failed-upgrade <var>old-version</var>
4241                       </example>
4242                       If this works, installation continues. If not, 
4243                       Error unwind:
4244                       <example compact="compact">
4245 <var>old-preinst</var> abort-upgrade <var>new-version</var>
4246                       </example>
4247                       If this fails, the old version is left in a
4248                       "Half-Installed" state. If it works, dpkg now
4249                       calls:
4250                       <example compact="compact">
4251 <var>new-postrm</var> abort-upgrade <var>old-version</var>
4252                       </example>
4253                       If this fails, the old version is left in a
4254                       "Half-Installed" state. If it works, dpkg now
4255                       calls:
4256                       <example compact="compact">
4257 <var>old-postinst</var> abort-upgrade <var>new-version</var>
4258                       </example>
4259                       If this fails, the old version is in an
4260                       "Unpacked" state.
4261                   </item>
4262                 </enumlist>
4263               </p>
4264
4265               <p>
4266                 This is the point of no return - if
4267                 <prgn>dpkg</prgn> gets this far, it won't back off
4268                 past this point if an error occurs.  This will
4269                 leave the package in a fairly bad state, which
4270                 will require a successful re-installation to clear
4271                 up, but it's when <prgn>dpkg</prgn> starts doing
4272                 things that are irreversible.
4273               </p>
4274             </item>
4275
4276             <item>
4277                 Any files which were in the old version of the package
4278                 but not in the new are removed.
4279             </item>
4280
4281             <item>
4282                 The new file list replaces the old.
4283             </item>
4284
4285             <item>
4286                 The new maintainer scripts replace the old.
4287             </item>
4288
4289             <item>
4290                 Any packages all of whose files have been overwritten
4291                 during the installation, and which aren't required for
4292                 dependencies, are considered to have been removed.
4293                 For each such package
4294                 <enumlist>
4295                   <item>
4296                       <prgn>dpkg</prgn> calls:
4297                       <example compact="compact">
4298 <var>disappearer's-postrm</var> disappear \
4299   <var>overwriter</var> <var>overwriter-version</var>
4300                       </example>
4301                   </item>
4302                   <item>
4303                       The package's maintainer scripts are removed.
4304                   </item>
4305                   <item>
4306                       It is noted in the status database as being in a
4307                       sane state, namely not installed (any conffiles
4308                       it may have are ignored, rather than being
4309                       removed by <prgn>dpkg</prgn>).  Note that
4310                       disappearing packages do not have their prerm
4311                       called, because <prgn>dpkg</prgn> doesn't know
4312                       in advance that the package is going to
4313                       vanish.
4314                   </item>
4315                 </enumlist>
4316             </item>
4317
4318             <item>
4319                 Any files in the package we're unpacking that are also
4320                 listed in the file lists of other packages are removed
4321                 from those lists.  (This will lobotomize the file list
4322                 of the "conflicting" package if there is one.)
4323             </item>
4324
4325             <item>
4326                 The backup files made during installation, above, are
4327                 deleted.
4328             </item>
4329
4330             <item>
4331               <p>
4332                 The new package's status is now sane, and recorded as
4333                 "unpacked".
4334               </p>
4335
4336               <p>
4337                 Here is another point of no return - if the
4338                 conflicting package's removal fails we do not unwind
4339                 the rest of the installation; the conflicting package
4340                 is left in a half-removed limbo.
4341               </p>
4342             </item>
4343
4344             <item>
4345                 If there was a conflicting package we go and do the
4346                 removal actions (described below), starting with the
4347                 removal of the conflicting package's files (any that
4348                 are also in the package being unpacked have already
4349                 been removed from the conflicting package's file list,
4350                 and so do not get removed now).
4351             </item>
4352           </enumlist>
4353         </p>
4354       </sect>
4355
4356       <sect id="configdetails"><heading>Details of configuration</heading>
4357
4358         <p>
4359           When we configure a package (this happens with <tt>dpkg
4360             --install</tt> and <tt>dpkg --configure</tt>), we first
4361           update any <tt>conffile</tt>s and then call:
4362           <example compact="compact">
4363 <var>postinst</var> configure <var>most-recently-configured-version</var>
4364           </example>
4365         </p>
4366
4367         <p>
4368           No attempt is made to unwind after errors during
4369           configuration. If the configuration fails, the package is in
4370           a "Failed Config" state, and an error message is generated.
4371         </p>
4372
4373         <p>
4374           If there is no most recently configured version
4375           <prgn>dpkg</prgn> will pass a null argument.
4376           <footnote>
4377             <p>
4378               Historical note: Truly ancient (pre-1997) versions of
4379               <prgn>dpkg</prgn> passed <tt>&lt;unknown&gt;</tt>
4380               (including the angle brackets) in this case.  Even older
4381               ones did not pass a second argument at all, under any
4382               circumstance.  Note that upgrades using such an old dpkg
4383               version are unlikely to work for other reasons, even if
4384               this old argument behavior is handled by your postinst script.
4385             </p>
4386           </footnote>     
4387         </p>
4388       </sect>
4389
4390       <sect id="removedetails"><heading>Details of removal and/or
4391       configuration purging</heading>
4392
4393         <p>
4394           <enumlist>
4395             <item>
4396               <p>
4397                 <example compact="compact">
4398 <var>prerm</var> remove
4399                 </example>
4400               </p>
4401               <p>
4402                 If prerm fails during replacement due to conflict
4403                 <example>
4404 <var>conflictor's-postinst</var> abort-remove \
4405   in-favour <var>package</var> <var>new-version</var>
4406                 </example>
4407                 Or else we call:
4408                 <example>
4409 <var>postinst</var> abort-remove
4410                 </example>
4411               </p>
4412               <p>
4413                 If this fails, the package is in a "Half-Configured"
4414                 state, or else it remains "Installed".
4415               </p>
4416             </item>
4417             <item>
4418                 The package's files are removed (except <tt>conffile</tt>s).
4419             </item>
4420             <item>
4421                 <example compact="compact">
4422 <var>postrm</var> remove
4423                 </example>
4424
4425               <p>
4426                 If it fails, there's no error unwind, and the package is in
4427                 an "Half-Installed" state.
4428               </p>
4429             </item>
4430             <item>
4431               <p>
4432                 All the maintainer scripts except the <prgn>postrm</prgn>
4433                 are removed.
4434               </p>
4435
4436               <p>
4437                 If we aren't purging the package we stop here.  Note
4438                 that packages which have no <prgn>postrm</prgn> and no
4439                 <tt>conffile</tt>s are automatically purged when
4440                 removed, as there is no difference except for the
4441                 <prgn>dpkg</prgn> status.
4442               </p>
4443             </item>
4444             <item>
4445                 The <tt>conffile</tt>s and any backup files
4446                 (<tt>~</tt>-files, <tt>#*#</tt> files,
4447                 <tt>%</tt>-files, <tt>.dpkg-{old,new,tmp}</tt>, etc.)
4448                 are removed.
4449             </item>
4450             <item>
4451               <p>
4452                 <example compact="compact">
4453 <var>postrm</var> purge
4454                 </example>
4455               </p>
4456               <p>
4457                 If this fails, the package remains in a "Config-Files"
4458                 state.
4459               </p>
4460             </item>
4461             <item>
4462                 The package's file list is removed.
4463             </item>
4464           </enumlist>
4465
4466         </p>
4467       </sect>
4468     </chapt>
4469
4470
4471     <chapt id="relationships">
4472       <heading>Declaring relationships between packages</heading>
4473
4474       <sect id="depsyntax">
4475         <heading>Syntax of relationship fields</heading>
4476
4477         <p>
4478           These fields all have a uniform syntax.  They are a list of
4479           package names separated by commas.
4480         </p>
4481
4482         <p>
4483           In the <tt>Depends</tt>, <tt>Recommends</tt>,
4484           <tt>Suggests</tt>, <tt>Pre-Depends</tt>,
4485           <tt>Build-Depends</tt> and <tt>Build-Depends-Indep</tt>
4486           control fields of the package, which declare
4487           dependencies on other packages, the package names listed may
4488           also include lists of alternative package names, separated
4489           by vertical bar (pipe) symbols <tt>|</tt>.  In such a case,
4490           if any one of the alternative packages is installed, that
4491           part of the dependency is considered to be satisfied.
4492         </p>
4493
4494         <p>
4495           All of the fields except for <tt>Provides</tt> may restrict
4496           their applicability to particular versions of each named
4497           package.  This is done in parentheses after each individual
4498           package name; the parentheses should contain a relation from
4499           the list below followed by a version number, in the format
4500           described in <ref id="f-Version">.
4501         </p>
4502
4503         <p>
4504           The relations allowed are <tt>&lt;&lt;</tt>, <tt>&lt;=</tt>,
4505           <tt>=</tt>, <tt>&gt;=</tt> and <tt>&gt;&gt;</tt> for
4506           strictly earlier, earlier or equal, exactly equal, later or
4507           equal and strictly later, respectively.  The deprecated
4508           forms <tt>&lt;</tt> and <tt>&gt;</tt> were used to mean
4509           earlier/later or equal, rather than strictly earlier/later,
4510           so they should not appear in new packages (though
4511           <prgn>dpkg</prgn> still supports them).
4512         </p>
4513
4514         <p>
4515           Whitespace may appear at any point in the version
4516           specification subject to the rules in <ref
4517           id="controlsyntax">, and must appear where it's necessary to
4518           disambiguate; it is not otherwise significant.  All of the
4519           relationship fields may span multiple lines.  For
4520           consistency and in case of future changes to
4521           <prgn>dpkg</prgn> it is recommended that a single space be
4522           used after a version relationship and before a version
4523           number; it is also conventional to put a single space after
4524           each comma, on either side of each vertical bar, and before
4525           each open parenthesis.  When wrapping a relationship field, it
4526           is conventional to do so after a comma and before the space
4527           following that comma.
4528         </p>
4529
4530         <p>
4531           For example, a list of dependencies might appear as:
4532           <example compact="compact">
4533 Package: mutt
4534 Version: 1.3.17-1
4535 Depends: libc6 (>= 2.2.1), exim | mail-transport-agent
4536           </example>
4537         </p>
4538
4539         <p>
4540           Relationships may be restricted to a certain set of
4541           architectures.  This is indicated in brackets after each
4542           individual package name and the optional version specification.
4543           The brackets enclose a list of Debian architecture names
4544           separated by whitespace.  Exclamation marks may be prepended to
4545           each of the names.  (It is not permitted for some names to be
4546           prepended with exclamation marks while others aren't.)
4547         </p>
4548
4549         <p>
4550           For build relationship fields
4551           (<tt>Build-Depends</tt>, <tt>Build-Depends-Indep</tt>,
4552           <tt>Build-Conflicts</tt> and <tt>Build-Conflicts-Indep</tt>), if
4553           the current Debian host architecture is not in this list and
4554           there are no exclamation marks in the list, or it is in the list
4555           with a prepended exclamation mark, the package name and the
4556           associated version specification are ignored completely for the
4557           purposes of defining the relationships.
4558         </p>
4559
4560         <p>
4561           For example:
4562           <example compact="compact">
4563 Source: glibc
4564 Build-Depends-Indep: texinfo
4565 Build-Depends: kernel-headers-2.2.10 [!hurd-i386],
4566   hurd-dev [hurd-i386], gnumach-dev [hurd-i386]
4567           </example>
4568           requires <tt>kernel-headers-2.2.10</tt> on all architectures
4569           other than hurd-i386 and requires <tt>hurd-dev</tt> and
4570           <tt>gnumach-dev</tt> only on hurd-i386.
4571         </p>
4572
4573         <p>
4574           For binary relationship fields, the architecture restriction
4575           syntax is only supported in the source package control
4576           file <file>debian/control</file>.  When the corresponding binary
4577           package control file is generated, the relationship will either
4578           be omitted or included without the architecture restriction
4579           based on the architecture of the binary package.  This means
4580           that architecture restrictions must not be used in binary
4581           relationship fields for architecture-independent packages
4582           (<tt>Architecture: all</tt>).
4583         </p>
4584
4585         <p>
4586           For example:
4587           <example compact="compact">
4588 Depends: foo [i386], bar [amd64]
4589           </example>
4590           becomes <tt>Depends: foo</tt> when the package is built on
4591           the <tt>i386</tt> architecture, <tt>Depends: bar</tt> when the
4592           package is built on the <tt>amd64</tt> architecture, and omitted
4593           entirely in binary packages built on all other architectures.
4594         </p>
4595
4596         <p>
4597           If the architecture-restricted dependency is part of a set of
4598           alternatives using <tt>|</tt>, that alternative is ignored
4599           completely on architectures that do not match the restriction.
4600           For example:
4601           <example compact="compact">
4602 Build-Depends: foo [!i386] | bar [!amd64]
4603           </example>
4604           is equivalent to <tt>bar</tt> on the i386 architecture, to
4605           <tt>foo</tt> on the amd64 architecture, and to <tt>foo |
4606           bar</tt> on all other architectures.
4607         </p>
4608
4609         <p>
4610           Relationships may also be restricted to a certain set of
4611           architectures using architecture wildcards.  The syntax for
4612           declaring such restrictions is the same as declaring
4613           restrictions using a certain set of architectures without
4614           architecture wildcards.  For example:
4615           <example compact="compact">
4616 Build-Depends: foo [linux-any], bar [any-i386], baz [!linux-any]
4617           </example>
4618           is equivalent to <tt>foo</tt> on architectures using the Linux
4619           kernel and any cpu, <tt>bar</tt> on architectures using any
4620           kernel and an i386 cpu, and <tt>baz</tt> on any architecture
4621           using a kernel other than Linux.
4622         </p>
4623
4624         <p>
4625           Note that the binary package relationship fields such as
4626           <tt>Depends</tt> appear in one of the binary package
4627           sections of the control file, whereas the build-time
4628           relationships such as <tt>Build-Depends</tt> appear in the
4629           source package section of the control file (which is the
4630           first section).
4631         </p>
4632       </sect>
4633
4634       <sect id="binarydeps">
4635         <heading>Binary Dependencies - <tt>Depends</tt>,
4636           <tt>Recommends</tt>, <tt>Suggests</tt>, <tt>Enhances</tt>,
4637           <tt>Pre-Depends</tt>
4638         </heading>
4639
4640         <p>
4641           Packages can declare in their control file that they have
4642           certain relationships to other packages - for example, that
4643           they may not be installed at the same time as certain other
4644           packages, and/or that they depend on the presence of others.
4645         </p>
4646
4647         <p>
4648           This is done using the <tt>Depends</tt>, <tt>Pre-Depends</tt>,
4649           <tt>Recommends</tt>, <tt>Suggests</tt>, <tt>Enhances</tt>,
4650           <tt>Breaks</tt> and <tt>Conflicts</tt> control fields.
4651           <tt>Breaks</tt> is described in <ref id="breaks">, and
4652           <tt>Conflicts</tt> is described in <ref id="conflicts">.  The
4653           rest are described below.
4654         </p>
4655
4656         <p>
4657           These seven fields are used to declare a dependency
4658           relationship by one package on another.  Except for
4659           <tt>Enhances</tt> and <tt>Breaks</tt>, they appear in the
4660           depending (binary) package's control file.
4661           (<tt>Enhances</tt> appears in the recommending package's
4662           control file, and <tt>Breaks</tt> appears in the version of
4663           depended-on package which causes the named package to
4664           break).
4665         </p>
4666
4667         <p>
4668           A <tt>Depends</tt> field takes effect <em>only</em> when a
4669           package is to be configured.  It does not prevent a package
4670           being on the system in an unconfigured state while its
4671           dependencies are unsatisfied, and it is possible to replace
4672           a package whose dependencies are satisfied and which is
4673           properly installed with a different version whose
4674           dependencies are not and cannot be satisfied; when this is
4675           done the depending package will be left unconfigured (since
4676           attempts to configure it will give errors) and will not
4677           function properly.  If it is necessary, a
4678           <tt>Pre-Depends</tt> field can be used, which has a partial
4679           effect even when a package is being unpacked, as explained
4680           in detail below.  (The other three dependency fields,
4681           <tt>Recommends</tt>, <tt>Suggests</tt> and
4682           <tt>Enhances</tt>, are only used by the various front-ends
4683           to <prgn>dpkg</prgn> such as <prgn>apt-get</prgn>,
4684           <prgn>aptitude</prgn>, and <prgn>dselect</prgn>.)
4685         </p>
4686
4687         <p>
4688           Since <tt>Depends</tt> only places requirements on the order in
4689           which packages are configured, packages in an installation run
4690           are usually all unpacked first and all configured later.
4691           <footnote>
4692             This approach makes dependency resolution easier.  If two
4693             packages A and B are being upgraded, the installed package A
4694             depends on exactly the installed package B, and the new
4695             package A depends on exactly the new package B (a common
4696             situation when upgrading shared libraries and their
4697             corresponding development packages), satisfying the
4698             dependencies at every stage of the upgrade would be
4699             impossible.  This relaxed restriction means that both new
4700             packages can be unpacked together and then configured in their
4701             dependency order.
4702           </footnote>
4703         </p>
4704
4705         <p>
4706           If there is a circular dependency among packages being installed
4707           or removed, installation or removal order honoring the
4708           dependency order is impossible, requiring the dependency loop be
4709           broken at some point and the dependency requirements violated
4710           for at least one package.  Packages involved in circular
4711           dependencies may not be able to rely on their dependencies being
4712           configured before they themselves are configured, depending on
4713           which side of the break of the circular dependency loop they
4714           happen to be on.  If one of the packages in the loop has
4715           no <prgn>postinst</prgn> script, then the cycle will be broken
4716           at that package; this ensures that all <prgn>postinst</prgn>
4717           scripts are run with their dependencies properly configured if
4718           this is possible.  Otherwise the breaking point is arbitrary.
4719           Packages should therefore avoid circular dependencies where
4720           possible, particularly if they have <prgn>postinst</prgn>
4721           scripts.
4722         </p>
4723
4724         <p>
4725           The meaning of the five dependency fields is as follows:
4726           <taglist>
4727             <tag><tt>Depends</tt></tag>
4728             <item>
4729               <p>
4730                 This declares an absolute dependency.  A package will
4731                 not be configured unless all of the packages listed in
4732                 its <tt>Depends</tt> field have been correctly
4733                 configured (unless there is a circular dependency as
4734                 described above).
4735               </p>
4736
4737               <p>
4738                 The <tt>Depends</tt> field should be used if the
4739                 depended-on package is required for the depending
4740                 package to provide a significant amount of
4741                 functionality.
4742               </p>
4743
4744               <p>
4745                 The <tt>Depends</tt> field should also be used if the
4746                 <prgn>postinst</prgn> or <prgn>prerm</prgn> scripts
4747                 require the depended-on package to be unpacked or
4748                 configured in order to run.  In the case of <tt>postinst
4749                 configure</tt>, the depended-on packages will be unpacked
4750                 and configured first.  (If both packages are involved in a
4751                 dependency loop, this might not work as expected; see the
4752                 explanation a few paragraphs back.)  In the case
4753                 of <prgn>prerm</prgn> or other <prgn>postinst</prgn>
4754                 actions, the package dependencies will normally be at
4755                 least unpacked, but they may be only "Half-Installed" if a
4756                 previous upgrade of the dependency failed.
4757               </p>
4758
4759               <p>
4760                 Finally, the <tt>Depends</tt> field should be used if the
4761                 depended-on package is needed by the <prgn>postrm</prgn>
4762                 script to fully clean up after the package removal.  There
4763                 is no guarantee that package dependencies will be
4764                 available when <prgn>postrm</prgn> is run, but the
4765                 depended-on package is more likely to be available if the
4766                 package declares a dependency (particularly in the case
4767                 of <tt>postrm remove</tt>).  The <prgn>postrm</prgn>
4768                 script must gracefully skip actions that require a
4769                 dependency if that dependency isn't available.
4770               </p>
4771             </item>
4772
4773             <tag><tt>Recommends</tt></tag>
4774             <item>
4775               <p>
4776                 This declares a strong, but not absolute, dependency.
4777               </p>
4778
4779               <p>
4780                 The <tt>Recommends</tt> field should list packages
4781                 that would be found together with this one in all but
4782                 unusual installations.
4783               </p>
4784             </item>
4785
4786             <tag><tt>Suggests</tt></tag>
4787             <item>
4788                 This is used to declare that one package may be more
4789                 useful with one or more others.  Using this field
4790                 tells the packaging system and the user that the
4791                 listed packages are related to this one and can
4792                 perhaps enhance its usefulness, but that installing
4793                 this one without them is perfectly reasonable.
4794             </item>
4795
4796             <tag><tt>Enhances</tt></tag>
4797             <item>
4798                 This field is similar to Suggests but works in the
4799                 opposite direction. It is used to declare that a
4800                 package can enhance the functionality of another
4801                 package.
4802             </item>
4803
4804             <tag><tt>Pre-Depends</tt></tag>
4805             <item>
4806               <p>
4807                 This field is like <tt>Depends</tt>, except that it
4808                 also forces <prgn>dpkg</prgn> to complete installation
4809                 of the packages named before even starting the
4810                 installation of the package which declares the
4811                 pre-dependency, as follows:
4812               </p>
4813
4814               <p>
4815                 When a package declaring a pre-dependency is about to
4816                 be <em>unpacked</em> the pre-dependency can be
4817                 satisfied if the depended-on package is either fully
4818                 configured, <em>or even if</em> the depended-on
4819                 package(s) are only unpacked or in the "Half-Configured"
4820                 state, provided that they have been configured
4821                 correctly at some point in the past (and not removed
4822                 or partially removed since).  In this case, both the
4823                 previously-configured and currently unpacked or
4824                 "Half-Configured" versions must satisfy any version
4825                 clause in the <tt>Pre-Depends</tt> field.
4826               </p>
4827
4828               <p>
4829                 When the package declaring a pre-dependency is about to
4830                 be <em>configured</em>, the pre-dependency will be treated
4831                 as a normal <tt>Depends</tt>.  It will be considered
4832                 satisfied only if the depended-on package has been
4833                 correctly configured.  However, unlike
4834                 with <tt>Depends</tt>, <tt>Pre-Depends</tt> does not
4835                 permit circular dependencies to be broken.  If a circular
4836                 dependency is encountered while attempting to honor
4837                 <tt>Pre-Depends</tt>, the installation will be aborted.
4838               </p>
4839
4840               <p>
4841                 <tt>Pre-Depends</tt> are also required if the
4842                 <prgn>preinst</prgn> script depends on the named package.
4843                 It is best to avoid this situation if possible.
4844               </p>
4845
4846               <p>
4847                 <tt>Pre-Depends</tt> should be used sparingly,
4848                 preferably only by packages whose premature upgrade or
4849                 installation would hamper the ability of the system to
4850                 continue with any upgrade that might be in progress.
4851               </p>
4852             </item>
4853           </taglist>
4854         </p>
4855
4856         <p>
4857           When selecting which level of dependency to use you should
4858           consider how important the depended-on package is to the
4859           functionality of the one declaring the dependency.  Some
4860           packages are composed of components of varying degrees of
4861           importance.  Such a package should list using
4862           <tt>Depends</tt> the package(s) which are required by the
4863           more important components.  The other components'
4864           requirements may be mentioned as Suggestions or
4865           Recommendations, as appropriate to the components' relative
4866           importance.
4867         </p>
4868       </sect>
4869
4870       <sect id="breaks">
4871         <heading>Packages which break other packages - <tt>Breaks</tt></heading>
4872
4873         <p>
4874           When one binary package declares that it breaks another,
4875           <prgn>dpkg</prgn> will refuse to allow the package which
4876           declares <tt>Breaks</tt> to be unpacked unless the broken
4877           package is deconfigured first, and it will refuse to
4878           allow the broken package to be reconfigured.
4879         </p>
4880
4881         <p>
4882           A package will not be regarded as causing breakage merely
4883           because its configuration files are still installed; it must
4884           be at least "Half-Installed".
4885         </p>
4886
4887         <p>
4888           A special exception is made for packages which declare that
4889           they break their own package name or a virtual package which
4890           they provide (see below): this does not count as a real
4891           breakage.
4892         </p>
4893
4894         <p>
4895           Normally a <tt>Breaks</tt> entry will have an "earlier than"
4896           version clause; such a <tt>Breaks</tt> is introduced in the
4897           version of an (implicit or explicit) dependency which violates
4898           an assumption or reveals a bug in earlier versions of the broken
4899           package, or which takes over a file from earlier versions of the
4900           package named in <tt>Breaks</tt>.  This use of <tt>Breaks</tt>
4901           will inform higher-level package management tools that the
4902           broken package must be upgraded before the new one.
4903         </p>
4904
4905         <p>
4906           If the breaking package also overwrites some files from the
4907           older package, it should use <tt>Replaces</tt> to ensure this
4908           goes smoothly.  See <ref id="replaces"> for a full discussion
4909           of taking over files from other packages, including how to
4910           use <tt>Breaks</tt> in those cases.
4911         </p>
4912
4913         <p>
4914           Many of the cases where <tt>Breaks</tt> should be used were
4915           previously handled with <tt>Conflicts</tt>
4916           because <tt>Breaks</tt> did not yet exist.
4917           Many <tt>Conflicts</tt> fields should now be <tt>Breaks</tt>.
4918           See <ref id="conflicts"> for more information about the
4919           differences.
4920         </p>
4921       </sect>
4922
4923       <sect id="conflicts">
4924         <heading>Conflicting binary packages - <tt>Conflicts</tt></heading>
4925
4926         <p>
4927           When one binary package declares a conflict with another using
4928           a <tt>Conflicts</tt> field, <prgn>dpkg</prgn> will refuse to
4929           allow them to be unpacked on the system at the same time.  This
4930           is a stronger restriction than <tt>Breaks</tt>, which prevents
4931           the broken package from being configured while the breaking
4932           package is in the "Unpacked" state but allows both packages to
4933           be unpacked at the same time.
4934         </p>
4935
4936         <p>
4937           If one package is to be unpacked, the other must be removed
4938           first.  If the package being unpacked is marked as replacing
4939           (see <ref id="replaces">, but note that <tt>Breaks</tt> should
4940           normally be used in this case) the one on the system, or the one
4941           on the system is marked as deselected, or both packages are
4942           marked <tt>Essential</tt>, then <prgn>dpkg</prgn> will
4943           automatically remove the package which is causing the conflict.
4944           Otherwise, it will halt the installation of the new package with
4945           an error.  This mechanism is specifically designed to produce an
4946           error when the installed package is <tt>Essential</tt>, but the
4947           new package is not.
4948         </p>
4949
4950         <p>
4951           A package will not cause a conflict merely because its
4952           configuration files are still installed; it must be at least
4953           "Half-Installed".
4954         </p>
4955
4956         <p>
4957           A special exception is made for packages which declare a
4958           conflict with their own package name, or with a virtual
4959           package which they provide (see below): this does not
4960           prevent their installation, and allows a package to conflict
4961           with others providing a replacement for it.  You use this
4962           feature when you want the package in question to be the only
4963           package providing some feature.
4964         </p>
4965
4966         <p>
4967           Normally, <tt>Breaks</tt> should be used instead
4968           of <tt>Conflicts</tt> since <tt>Conflicts</tt> imposes a
4969           stronger restriction on the ordering of package installation or
4970           upgrade and can make it more difficult for the package manager
4971           to find a correct solution to an upgrade or installation
4972           problem.  <tt>Breaks</tt> should be used
4973           <list>
4974             <item>when moving a file from one package to another (see
4975               <ref id="replaces">),</item>
4976             <item>when splitting a package (a special case of the previous
4977               one), or</item>
4978             <item>when the breaking package exposes a bug in or interacts
4979               badly with particular versions of the broken
4980               package.</item>
4981           </list>
4982           <tt>Conflicts</tt> should be used
4983           <list>
4984             <item>when two packages provide the same file and will
4985               continue to do so,</item>
4986             <item>in conjunction with <tt>Provides</tt> when only one
4987               package providing a given virtual facility may be unpacked
4988               at a time (see <ref id="virtual">),</item>
4989             <item>in other cases where one must prevent simultaneous
4990               installation of two packages for reasons that are ongoing
4991               (not fixed in a later version of one of the packages) or
4992               that must prevent both packages from being unpacked at the
4993               same time, not just configured.</item>
4994           </list>
4995           Be aware that adding <tt>Conflicts</tt> is normally not the best
4996           solution when two packages provide the same files.  Depending on
4997           the reason for that conflict, using alternatives or renaming the
4998           files is often a better approach.  See, for
4999           example, <ref id="binaries">.
5000         </p>
5001
5002         <p>
5003           Neither <tt>Breaks</tt> nor <tt>Conflicts</tt> should be used
5004           unless two packages cannot be installed at the same time or
5005           installing them both causes one of them to be broken or
5006           unusable.  Having similar functionality or performing the same
5007           tasks as another package is not sufficient reason to
5008           declare <tt>Breaks</tt> or <tt>Conflicts</tt> with that package.
5009         </p>
5010
5011         <p>
5012           A <tt>Conflicts</tt> entry may have an "earlier than" version
5013           clause if the reason for the conflict is corrected in a later
5014           version of one of the packages.  However, normally the presence
5015           of an "earlier than" version clause is a sign
5016           that <tt>Breaks</tt> should have been used instead.  An "earlier
5017           than" version clause in <tt>Conflicts</tt>
5018           prevents <prgn>dpkg</prgn> from upgrading or installing the
5019           package which declares such a conflict until the upgrade or
5020           removal of the conflicted-with package has been completed, which
5021           is a strong restriction.
5022         </p>
5023       </sect>
5024
5025       <sect id="virtual"><heading>Virtual packages - <tt>Provides</tt>
5026         </heading>
5027
5028         <p>
5029           As well as the names of actual ("concrete") packages, the
5030           package relationship fields <tt>Depends</tt>,
5031           <tt>Recommends</tt>, <tt>Suggests</tt>, <tt>Enhances</tt>,
5032           <tt>Pre-Depends</tt>, <tt>Breaks</tt>, <tt>Conflicts</tt>,
5033           <tt>Build-Depends</tt>, <tt>Build-Depends-Indep</tt>,
5034           <tt>Build-Conflicts</tt> and <tt>Build-Conflicts-Indep</tt>
5035           may mention "virtual packages".
5036         </p>
5037
5038         <p>
5039           A <em>virtual package</em> is one which appears in the
5040           <tt>Provides</tt> control field of another package.  The effect
5041           is as if the package(s) which provide a particular virtual
5042           package name had been listed by name everywhere the virtual
5043           package name appears. (See also <ref id="virtual_pkg">)
5044         </p>
5045
5046         <p>
5047           If there are both concrete and virtual packages of the same
5048           name, then the dependency may be satisfied (or the conflict
5049           caused) by either the concrete package with the name in
5050           question or any other concrete package which provides the
5051           virtual package with the name in question.  This is so that,
5052           for example, supposing we have
5053           <example compact="compact">
5054 Package: foo
5055 Depends: bar
5056           </example> and someone else releases an enhanced version of
5057           the <tt>bar</tt> package they can say:
5058           <example compact="compact">
5059 Package: bar-plus
5060 Provides: bar
5061           </example>
5062           and the <tt>bar-plus</tt> package will now also satisfy the
5063           dependency for the <tt>foo</tt> package.
5064         </p>
5065
5066         <p>
5067           If a relationship field has a version number attached, only real
5068           packages will be considered to see whether the relationship is
5069           satisfied (or the prohibition violated, for a conflict or
5070           breakage).  In other words, if a version number is specified,
5071           this is a request to ignore all <tt>Provides</tt> for that
5072           package name and consider only real packages.  The package
5073           manager will assume that a package providing that virtual
5074           package is not of the "right" version.  A <tt>Provides</tt>
5075           field may not contain version numbers, and the version number of
5076           the concrete package which provides a particular virtual package
5077           will not be considered when considering a dependency on or
5078           conflict with the virtual package name.<footnote>
5079             It is possible that a future release of <prgn>dpkg</prgn> may
5080             add the ability to specify a version number for each virtual
5081             package it provides.  This feature is not yet present,
5082             however, and is expected to be used only infrequently.
5083           </footnote>
5084         </p>
5085
5086         <p>
5087           To specify which of a set of real packages should be the default
5088           to satisfy a particular dependency on a virtual package, list
5089           the real package as an alternative before the virtual one.
5090         </p>
5091
5092         <p>
5093           If the virtual package represents a facility that can only be
5094           provided by one real package at a time, such as
5095           the <package>mail-transport-agent</package> virtual package that
5096           requires installation of a binary that would conflict with all
5097           other providers of that virtual package (see
5098           <ref id="mail-transport-agents">), all packages providing that
5099           virtual package should also declare a conflict with it
5100           using <tt>Conflicts</tt>.  This will ensure that at most one
5101           provider of that virtual package is unpacked or installed at a
5102           time.
5103         </p>
5104       </sect>
5105
5106       <sect id="replaces"><heading>Overwriting files and replacing
5107           packages - <tt>Replaces</tt></heading>
5108
5109         <p>
5110           Packages can declare in their control file that they should
5111           overwrite files in certain other packages, or completely replace
5112           other packages. The <tt>Replaces</tt> control field has these
5113           two distinct purposes.
5114         </p>
5115
5116         <sect1><heading>Overwriting files in other packages</heading>
5117
5118           <p>
5119             It is usually an error for a package to contain files which
5120             are on the system in another package.  However, if the
5121             overwriting package declares that it <tt>Replaces</tt> the one
5122             containing the file being overwritten, then <prgn>dpkg</prgn>
5123             will replace the file from the old package with that from the
5124             new.  The file will no longer be listed as "owned" by the old
5125             package and will be taken over by the new package.
5126             Normally, <tt>Breaks</tt> should be used in conjunction
5127             with <tt>Replaces</tt>.<footnote>
5128               To see why <tt>Breaks</tt> is normally needed in addition
5129               to <tt>Replaces</tt>, consider the case of a file in the
5130               package <package>foo</package> being taken over by the
5131               package <package>foo-data</package>.
5132               <tt>Replaces</tt> will allow <package>foo-data</package> to
5133               be installed and take over that file.  However,
5134               without <tt>Breaks</tt>, nothing
5135               requires <package>foo</package> to be upgraded to a newer
5136               version that knows it does not include that file and instead
5137               depends on <package>foo-data</package>.  Nothing would
5138               prevent the new <package>foo-data</package> package from
5139               being installed and then removed, removing the file that it
5140               took over from <package>foo</package>.  After that
5141               operation, the package manager would think the system was in
5142               a consistent state, but the <package>foo</package> package
5143               would be missing one of its files.
5144             </footnote>
5145           </p>
5146
5147           <p>
5148             For example, if a package <package>foo</package> is split
5149             into <package>foo</package> and <package>foo-data</package>
5150             starting at version 1.2-3, <package>foo-data</package> would
5151             have the fields
5152             <example compact="compact">
5153 Replaces: foo (&lt;&lt; 1.2-3)
5154 Breaks: foo (&lt;&lt; 1.2-3)
5155             </example>
5156             in its control file.  The new version of the
5157             package <package>foo</package> would normally have the field
5158             <example compact="compact">
5159 Depends: foo-data (&gt;= 1.2-3)
5160             </example>
5161             (or possibly <tt>Recommends</tt> or even <tt>Suggests</tt> if
5162             the files moved into <package>foo-data</package> are not
5163             required for normal operation).
5164           </p>
5165
5166           <p>
5167             If a package is completely replaced in this way, so that
5168             <prgn>dpkg</prgn> does not know of any files it still
5169             contains, it is considered to have "disappeared".  It will
5170             be marked as not wanted on the system (selected for
5171             removal) and not installed.  Any <tt>conffile</tt>s
5172             details noted for the package will be ignored, as they
5173             will have been taken over by the overwriting package.  The
5174             package's <prgn>postrm</prgn> script will be run with a
5175             special argument to allow the package to do any final
5176             cleanup required.  See <ref id="mscriptsinstact">.
5177             <footnote>
5178               Replaces is a one way relationship.  You have to install
5179               the replacing package after the replaced package.
5180             </footnote>
5181           </p>
5182
5183           <p>
5184             For this usage of <tt>Replaces</tt>, virtual packages (see
5185             <ref id="virtual">) are not considered when looking at a
5186             <tt>Replaces</tt> field.  The packages declared as being
5187             replaced must be mentioned by their real names.
5188           </p>
5189
5190           <p>
5191             This usage of <tt>Replaces</tt> only takes effect when both
5192             packages are at least partially on the system at once.  It is
5193             not relevant if the packages conflict unless the conflict has
5194             been overridden.
5195           </p>
5196         </sect1>
5197
5198         <sect1><heading>Replacing whole packages, forcing their
5199             removal</heading>
5200
5201           <p>
5202             Second, <tt>Replaces</tt> allows the packaging system to
5203             resolve which package should be removed when there is a
5204             conflict (see <ref id="conflicts">).  This usage only takes
5205             effect when the two packages <em>do</em> conflict, so that the
5206             two usages of this field do not interfere with each other.
5207           </p>
5208
5209           <p>
5210             In this situation, the package declared as being replaced
5211             can be a virtual package, so for example, all mail
5212             transport agents (MTAs) would have the following fields in
5213             their control files:
5214             <example compact="compact">
5215 Provides: mail-transport-agent
5216 Conflicts: mail-transport-agent
5217 Replaces: mail-transport-agent
5218             </example>
5219             ensuring that only one MTA can be unpacked at any one
5220             time.  See <ref id="virtual"> for more information about this
5221             example.
5222         </sect1>
5223       </sect>
5224
5225       <sect id="sourcebinarydeps">
5226         <heading>Relationships between source and binary packages -
5227           <tt>Build-Depends</tt>, <tt>Build-Depends-Indep</tt>,
5228           <tt>Build-Conflicts</tt>, <tt>Build-Conflicts-Indep</tt>
5229         </heading>
5230
5231         <p>
5232           Source packages that require certain binary packages to be
5233           installed or absent at the time of building the package
5234           can declare relationships to those binary packages.
5235         </p>
5236
5237         <p>
5238           This is done using the <tt>Build-Depends</tt>,
5239           <tt>Build-Depends-Indep</tt>, <tt>Build-Conflicts</tt> and
5240           <tt>Build-Conflicts-Indep</tt> control fields.
5241         </p>
5242
5243         <p>
5244           Build-dependencies on "build-essential" binary packages can be
5245           omitted. Please see <ref id="pkg-relations"> for more information.
5246         </p>
5247
5248         <p>
5249           The dependencies and conflicts they define must be satisfied
5250           (as defined earlier for binary packages) in order to invoke
5251           the targets in <tt>debian/rules</tt>, as follows:<footnote>
5252             <p>
5253               There is no Build-Depends-Arch; this role is essentially
5254               met with Build-Depends.  Anyone building the
5255               <tt>build-indep</tt> and <tt>binary-indep</tt> targets is
5256               assumed to be building the whole package, and therefore
5257               installation of all build dependencies is required.
5258             </p>
5259             <p>
5260               The autobuilders use <tt>dpkg-buildpackage -B</tt>, which
5261               calls <tt>build</tt>, not <tt>build-arch</tt> since it does
5262               not yet know how to check for its existence, and
5263               <tt>binary-arch</tt>.  The purpose of the original split
5264               between <tt>Build-Depends</tt> and
5265               <tt>Build-Depends-Indep</tt> was so that the autobuilders
5266               wouldn't need to install extra packages needed only for the
5267               binary-indep targets.  But without a build-arch/build-indep
5268               split, this didn't work, since most of the work is done in
5269               the build target, not in the binary target.
5270             </p>
5271           </footnote>
5272           <taglist>
5273             <tag><tt>clean</tt>, <tt>build-arch</tt>, and
5274               <tt>binary-arch</tt></tag>
5275             <item>
5276               Only the <tt>Build-Depends</tt> and <tt>Build-Conflicts</tt>
5277               fields must be satisfied when these targets are invoked.
5278             </item>
5279             <tag><tt>build</tt>, <tt>build-indep</tt>, <tt>binary</tt>,
5280               and <tt>binary-indep</tt></tag>
5281             <item>
5282               The <tt>Build-Depends</tt>, <tt>Build-Conflicts</tt>,
5283               <tt>Build-Depends-Indep</tt>, and
5284               <tt>Build-Conflicts-Indep</tt> fields must be satisfied when
5285               these targets are invoked.
5286             </item>
5287           </taglist>
5288         </p>
5289       </sect>
5290     </chapt>
5291
5292
5293     <chapt id="sharedlibs"><heading>Shared libraries</heading>
5294
5295       <p>
5296         Packages containing shared libraries must be constructed with
5297         a little care to make sure that the shared library is always
5298         available.  This is especially important for packages whose
5299         shared libraries are vitally important, such as the C library
5300         (currently <tt>libc6</tt>).
5301       </p>
5302
5303       <p>
5304         This section deals only with public shared libraries: shared
5305         libraries that are placed in directories searched by the dynamic
5306         linker by default or which are intended to be linked against
5307         normally and possibly used by other, independent packages.  Shared
5308         libraries that are internal to a particular package or that are
5309         only loaded as dynamic modules are not covered by this section and
5310         are not subject to its requirements.
5311       </p>
5312
5313       <p>
5314         A shared library is identified by the <tt>SONAME</tt> attribute
5315         stored in its dynamic section.  When a binary is linked against a
5316         shared library, the <tt>SONAME</tt> of the shared library is
5317         recorded in the binary's <tt>NEEDED</tt> section so that the
5318         dynamic linker knows that library must be loaded at runtime.  The
5319         shared library file's full name (which usually contains additional
5320         version information not needed in the <tt>SONAME</tt>) is
5321         therefore normally not referenced directly.  Instead, the shared
5322         library is loaded by its <tt>SONAME</tt>, which exists on the file
5323         system as a symlink pointing to the full name of the shared
5324         library.  This symlink must be provided by the
5325         package.  <ref id="sharedlibs-runtime"> describes how to do this.
5326         <footnote>
5327           This is a convention of shared library versioning, but not a
5328           requirement.  Some libraries use the <tt>SONAME</tt> as the full
5329           library file name instead and therefore do not need a symlink.
5330           Most, however, encode additional information about
5331           backwards-compatible revisions as a minor version number in the
5332           file name.  The <tt>SONAME</tt> itself only changes when
5333           binaries linked with the earlier version of the shared library
5334           may no longer work, but the filename may change with each
5335           release of the library.  See <ref id="sharedlibs-runtime"> for
5336           more information.
5337         </footnote>
5338       </p>
5339
5340       <p>
5341         When linking a binary or another shared library against a shared
5342         library, the <tt>SONAME</tt> for that shared library is not yet
5343         known.  Instead, the shared library is found by looking for a file
5344         matching the library name with <tt>.so</tt> appended.  This file
5345         exists on the file system as a symlink pointing to the shared
5346         library.
5347       </p>
5348
5349       <p>
5350         Shared libraries are normally split into several binary packages.
5351         The <tt>SONAME</tt> symlink is installed by the runtime shared
5352         library package, and the bare <tt>.so</tt> symlink is installed in
5353         the development package since it's only used when linking binaries
5354         or shared libraries.  However, there are some exceptions for
5355         unusual shared libraries or for shared libraries that are also
5356         loaded as dynamic modules by other programs.
5357       </p>
5358
5359       <p>
5360         This section is primarily concerned with how the separation of
5361         shared libraries into multiple packages should be done and how
5362         dependencies on and between shared library binary packages are
5363         managed in Debian.  <ref id="libraries"> should be read in
5364         conjunction with this section and contains additional rules for
5365         the files contained in the shared library packages.
5366       </p>
5367
5368       <sect id="sharedlibs-runtime">
5369         <heading>Run-time shared libraries</heading>
5370
5371         <p>
5372           The run-time shared library must be placed in a package
5373           whose name changes whenever the <tt>SONAME</tt> of the shared
5374           library changes.  This allows several versions of the shared
5375           library to be installed at the same time, allowing installation
5376           of the new version of the shared library without immediately
5377           breaking binaries that depend on the old version.  Normally, the
5378           run-time shared library and its <tt>SONAME</tt> symlink should
5379           be placed in a package named
5380           <package><var>libraryname</var><var>soversion</var></package>,
5381           where <var>soversion</var> is the version number in
5382           the <tt>SONAME</tt> of the shared library.
5383           See <ref id="shlibs"> for detailed information on how to
5384           determine this version.  Alternatively, if it would be confusing
5385           to directly append <var>soversion</var>
5386           to <var>libraryname</var> (if, for example, <var>libraryname</var>
5387           itself ends in a number), you should use
5388           <package><var>libraryname</var>-<var>soversion</var></package>
5389           instead.
5390         </p>
5391
5392         <p>
5393           If you have several shared libraries built from the same source
5394           tree, you may lump them all together into a single shared
5395           library package provided that all of their <tt>SONAME</tt>s will
5396           always change together.  Be aware that this is not normally the
5397           case, and if the <tt>SONAME</tt>s do not change together,
5398           upgrading such a merged shared library package will be
5399           unnecessarily difficult because of file conflicts with the old
5400           version of the package.  When in doubt, always split shared
5401           library packages so that each binary package installs a single
5402           shared library.
5403         </p>
5404
5405         <p>
5406           Every time the shared library ABI changes in a way that may
5407           break binaries linked against older versions of the shared
5408           library, the <tt>SONAME</tt> of the library and the
5409           corresponding name for the binary package containing the runtime
5410           shared library should change.  Normally, this means
5411           the <tt>SONAME</tt> should change any time an interface is
5412           removed from the shared library or the signature of an interface
5413           (the number of parameters or the types of parameters that it
5414           takes, for example) is changed.  This practice is vital to
5415           allowing clean upgrades from older versions of the package and
5416           clean transitions between the old ABI and new ABI without having
5417           to upgrade every affected package simultaneously.
5418         </p>
5419
5420         <p>
5421           The <tt>SONAME</tt> and binary package name need not, and indeed
5422           normally should not, change if new interfaces are added but none
5423           are removed or changed, since this will not break binaries
5424           linked against the old shared library.  Correct versioning of
5425           dependencies on the newer shared library by binaries that use
5426           the new interfaces is handled via
5427           the <qref id="sharedlibs-shlibdeps"><tt>shlibs</tt>
5428           system</qref> or via symbols files (see
5429           <manref name="deb-symbols" section="5">).
5430         </p>
5431
5432       <p>
5433         The package should install the shared libraries under
5434         their normal names.  For example, the <package>libgdbm3</package>
5435         package should install <file>libgdbm.so.3.0.0</file> as
5436         <file>/usr/lib/libgdbm.so.3.0.0</file>.  The files should not be
5437         renamed or re-linked by any <prgn>prerm</prgn> or
5438         <prgn>postrm</prgn> scripts; <prgn>dpkg</prgn> will take care
5439         of renaming things safely without affecting running programs,
5440         and attempts to interfere with this are likely to lead to
5441         problems.
5442       </p>
5443
5444       <p>
5445         Shared libraries should not be installed executable, since
5446         the dynamic linker does not require this and trying to
5447         execute a shared library usually results in a core dump.
5448       </p>
5449
5450       <p>
5451         The run-time library package should include the symbolic link for
5452         the <tt>SONAME</tt> that <prgn>ldconfig</prgn> would create for
5453         the shared libraries.  For example,
5454         the <package>libgdbm3</package> package should include a symbolic
5455         link from <file>/usr/lib/libgdbm.so.3</file> to
5456         <file>libgdbm.so.3.0.0</file>.  This is needed so that the dynamic
5457         linker (for example <prgn>ld.so</prgn> or
5458         <prgn>ld-linux.so.*</prgn>) can find the library between the
5459         time that <prgn>dpkg</prgn> installs it and the time that
5460         <prgn>ldconfig</prgn> is run in the <prgn>postinst</prgn>
5461         script.<footnote>
5462             The package management system requires the library to be
5463             placed before the symbolic link pointing to it in the
5464             <file>.deb</file> file.  This is so that when
5465             <prgn>dpkg</prgn> comes to install the symlink
5466             (overwriting the previous symlink pointing at an older
5467             version of the library), the new shared library is already
5468             in place.  In the past, this was achieved by creating the
5469             library in the temporary packaging directory before
5470             creating the symlink.  Unfortunately, this was not always
5471             effective, since the building of the tar file in the
5472             <file>.deb</file> depended on the behavior of the underlying
5473             file system.  Some file systems (such as reiserfs) reorder
5474             the files so that the order of creation is forgotten.
5475             Since version 1.7.0, <prgn>dpkg</prgn>
5476             reorders the files itself as necessary when building a
5477             package.  Thus it is no longer important to concern
5478             oneself with the order of file creation.
5479         </footnote>
5480       </p>
5481
5482         <sect1 id="ldconfig">
5483           <heading><tt>ldconfig</tt></heading>
5484
5485         <p>
5486           Any package installing shared libraries in one of the default
5487           library directories of the dynamic linker (which are currently
5488           <file>/usr/lib</file> and <file>/lib</file>) or a directory that is
5489           listed in <file>/etc/ld.so.conf</file><footnote>
5490             These are currently
5491             <list compact="compact">
5492               <item>/usr/local/lib</item>
5493               <item>/usr/lib/libc5-compat</item>
5494               <item>/lib/libc5-compat</item>
5495             </list>
5496           </footnote>
5497           must use <prgn>ldconfig</prgn> to update the shared library
5498           system.
5499         </p>
5500
5501         <p>
5502             The package maintainer scripts must only call
5503             <prgn>ldconfig</prgn> under these circumstances:
5504             <list compact="compact">
5505               <item>When the <prgn>postinst</prgn> script is run with a
5506                   first argument of <tt>configure</tt>, the script must call
5507                   <prgn>ldconfig</prgn>, and may optionally invoke
5508                   <prgn>ldconfig</prgn> at other times.
5509               </item>
5510               <item>When the <prgn>postrm</prgn> script is run with a
5511                   first argument of <tt>remove</tt>, the script should call
5512                   <prgn>ldconfig</prgn>.
5513               </item>
5514             </list>
5515          <footnote>
5516             <p>
5517               During install or upgrade, the preinst is called before
5518               the new files are unpacked, so calling "ldconfig" is
5519               pointless.  The preinst of an existing package can also be
5520               called if an upgrade fails.  However, this happens during
5521               the critical time when a shared libs may exist on-disk
5522               under a temporary name.  Thus, it is dangerous and
5523               forbidden by current policy to call "ldconfig" at this
5524               time.
5525             </p>
5526
5527             <p>
5528               When a package is installed or upgraded, "postinst
5529               configure" runs after the new files are safely on-disk.
5530               Since it is perfectly safe to invoke ldconfig
5531               unconditionally in a postinst, it is OK for a package to
5532               simply put ldconfig in its postinst without checking the
5533               argument.  The postinst can also be called to recover from
5534               a failed upgrade.  This happens before any new files are
5535               unpacked, so there is no reason to call "ldconfig" at this
5536               point.
5537             </p>
5538
5539             <p>
5540               For a package that is being removed, prerm is
5541               called with all the files intact, so calling ldconfig is
5542               useless.  The other calls to "prerm" happen in the case of
5543               upgrade at a time when all the files of the old package
5544               are on-disk, so again calling "ldconfig" is pointless.
5545             </p>
5546
5547             <p>
5548               postrm, on the other hand, is called with the "remove"
5549               argument just after the files are removed, so this is
5550               the proper time to call "ldconfig" to notify the system
5551               of the fact that the shared libraries from the package
5552               are removed.  The postrm can be called at several other
5553               times.  At the time of "postrm purge", "postrm
5554               abort-install", or "postrm abort-upgrade", calling
5555               "ldconfig" is useless because the shared lib files are
5556               not on-disk.  However, when "postrm" is invoked with
5557               arguments "upgrade", "failed-upgrade", or "disappear", a
5558               shared lib may exist on-disk under a temporary filename.
5559             </p>
5560           </footnote>
5561         </p>
5562         </sect1>
5563
5564       </sect>
5565
5566       <sect id="sharedlibs-support-files">
5567         <heading>Shared library support files</heading>
5568
5569         <p>
5570           If your package contains files whose names do not change with
5571           each change in the library shared object version, you must not
5572           put them in the shared library package.  Otherwise, several
5573           versions of the shared library cannot be installed at the same
5574           time without filename clashes, making upgrades and transitions
5575           unnecessarily difficult.
5576         </p>
5577
5578         <p>
5579           It is recommended that supporting files and run-time support
5580           programs that do not need to be invoked manually by users, but
5581           are nevertheless required for the package to function, be placed
5582           (if they are binary) in a subdirectory of <file>/usr/lib</file>,
5583           preferably under <file>/usr/lib/</file><var>package-name</var>.
5584           If the program or file is architecture independent, the
5585           recommendation is for it to be placed in a subdirectory of
5586           <file>/usr/share</file> instead, preferably under
5587           <file>/usr/share/</file><var>package-name</var>.  Following the
5588           <var>package-name</var> naming convention ensures that the file
5589           names change when the shared object version changes.
5590         </p>
5591
5592         <p>
5593           Run-time support programs that use the shared library but are
5594           not required for the library to function or files used by the
5595           shared library that can be used by any version of the shared
5596           library package should instead be put in a separate package.
5597           This package might typically be named
5598           <package><var>libraryname</var>-tools</package>; note the
5599           absence of the <var>soversion</var> in the package name.
5600         </p>
5601
5602         <p>
5603           Files and support programs only useful when compiling software
5604           against the library should be included in the development
5605           package for the library.<footnote>
5606             For example, a <file><var>package-name</var>-config</file>
5607             script or <package>pkg-config</package> configuration files.
5608           </footnote>
5609         </p>
5610       </sect>
5611
5612       <sect id="sharedlibs-static">
5613         <heading>Static libraries</heading>
5614
5615       <p>
5616         The static library (<file><var>libraryname.a</var></file>)
5617         is usually provided in addition to the shared version.
5618         It is placed into the development package (see below).
5619       </p>
5620
5621       <p>
5622         In some cases, it is acceptable for a library to be
5623         available in static form only; these cases include:
5624         <list>
5625           <item>libraries for languages whose shared library support
5626                 is immature or unstable</item>
5627           <item>libraries whose interfaces are in flux or under
5628                 development (commonly the case when the library's
5629                 major version number is zero, or where the ABI breaks
5630                 across patchlevels)</item>
5631           <item>libraries which are explicitly intended to be
5632                 available only in static form by their upstream
5633                 author(s)</item>
5634         </list>
5635       </p>
5636
5637       <sect id="sharedlibs-dev">
5638         <heading>Development files</heading>
5639
5640       <p>
5641         If there are development files associated with a shared library,
5642         the source package needs to generate a binary development package
5643         named <package><var>libraryname</var><var>soversion</var>-dev</package>,
5644         or if you prefer only to support one development version at a
5645         time, <package><var>libraryname</var>-dev</package>.  Installing
5646         the development package must result in installation of all the
5647         development files necessary for compiling programs against that
5648         shared library.<footnote>
5649           This wording allows the development files to be split into
5650           several packages, such as a separate architecture-independent
5651           <package><var>libraryname</var>-headers</package>, provided that
5652           the development package depends on all the required additional
5653           packages.
5654         </footnote>
5655       </p>
5656
5657       <p>
5658         In case several development versions of a library exist, you may
5659         need to use <prgn>dpkg</prgn>'s Conflicts mechanism (see
5660         <ref id="conflicts">) to ensure that the user only installs one
5661         development version at a time (as different development versions are
5662         likely to have the same header files in them, which would cause a
5663         filename clash if both were unpacked).
5664       </p>
5665
5666       <p>
5667         The development package should contain a symlink for the associated
5668         shared library without a version number. For example, the
5669         <package>libgdbm-dev</package> package should include a symlink
5670         from <file>/usr/lib/libgdbm.so</file> to
5671         <file>libgdbm.so.3.0.0</file>.  This symlink is needed by the linker
5672         (<prgn>ld</prgn>) when compiling packages, as it will only look for
5673         <file>libgdbm.so</file> when compiling dynamically.
5674       </p>
5675
5676       <p>
5677         If the package provides Ada Library Information
5678         (<file>*.ali</file>) files for use with GNAT, these files must be
5679         installed read-only (mode 0444) so that GNAT will not attempt to
5680         recompile them.  This overrides the normal file mode requirements
5681         given in <ref id="permissions-owners">.
5682       </p>
5683       </sect>
5684
5685       <sect id="sharedlibs-intradeps">
5686         <heading>Dependencies between the packages of the same library</heading>
5687
5688         <p>
5689           Typically the development version should have an exact
5690           version dependency on the runtime library, to make sure that
5691           compilation and linking happens correctly.  The
5692           <tt>${binary:Version}</tt> substitution variable can be
5693           useful for this purpose.
5694           <footnote>
5695             Previously, <tt>${Source-Version}</tt> was used, but its name
5696             was confusing and it has been deprecated since dpkg 1.13.19.
5697           </footnote>
5698         </p>
5699       </sect>
5700
5701       <sect id="sharedlibs-shlibdeps">
5702         <heading>Dependencies between the library and other packages -
5703         the <tt>shlibs</tt> system</heading>
5704
5705         <p>
5706           If a package contains a binary or library which links to a
5707           shared library, we must ensure that when the package is
5708           installed on the system, all of the libraries needed are
5709           also installed.  This requirement led to the creation of the
5710           <tt>shlibs</tt> system, which is very simple in its design:
5711           any package which <em>provides</em> a shared library also
5712           provides information on the package dependencies required to
5713           ensure the presence of this library, and any package which
5714           <em>uses</em> a shared library uses this information to
5715           determine the dependencies it requires.  The files which
5716           contain the mapping from shared libraries to the necessary
5717           dependency information are called <file>shlibs</file> files.
5718         </p>
5719
5720         <p>
5721           When a package is built which contains any shared libraries, it
5722           must provide a <file>shlibs</file> file for other packages to
5723           use.  When a package is built which contains any shared
5724           libraries or compiled binaries, it must run
5725           <qref id="pkg-dpkg-shlibdeps"><prgn>dpkg-shlibdeps</prgn></qref>
5726           on these to determine the libraries used and hence the
5727           dependencies needed by this package.<footnote>
5728             <p>
5729               <prgn>dpkg-shlibdeps</prgn> will use a program
5730               like <prgn>objdump</prgn> or <prgn>readelf</prgn> to find
5731               the libraries directly needed by the binaries or shared
5732               libraries in the package.
5733             </p>
5734
5735             <p>
5736               We say that a binary <tt>foo</tt> <em>directly</em> uses
5737               a library <tt>libbar</tt> if it is explicitly linked
5738               with that library (that is, the library is listed in the ELF
5739               <tt>NEEDED</tt> attribute, caused by adding <tt>-lbar</tt>
5740               to the link line when the binary is created).  Other
5741               libraries that are needed by <tt>libbar</tt> are linked
5742               <em>indirectly</em> to <tt>foo</tt>, and the dynamic
5743               linker will load them automatically when it loads
5744               <tt>libbar</tt>.  A package should depend on the libraries
5745               it directly uses, but not the libraries it indirectly uses.
5746               The dependencies for those libraries will automatically pull
5747               in the other libraries.
5748             </p>
5749
5750             <p>
5751               A good example of where this helps is the following.  We
5752               could update <tt>libimlib</tt> with a new version that
5753               supports a new graphics format called dgf (but retaining the
5754               same major version number) and depends on <tt>libdgf</tt>.
5755               If we used <prgn>ldd</prgn> to add dependencies for every
5756               library directly or indirectly linked with a binary, every
5757               package that uses <tt>libimlib</tt> would need to be
5758               recompiled so it would also depend on <tt>libdgf</tt> or it
5759               wouldn't run due to missing symbols.  Since dependencies are
5760               only added based on ELF <tt>NEEDED</tt> attribute, packages
5761               using <tt>libimlib</tt> can rely on <tt>libimlib</tt> itself
5762               having the dependency on <tt>libdgf</tt> and so they would
5763               not need rebuilding.
5764             </p>
5765           </footnote>
5766         </p>
5767
5768         <p>
5769           In the following sections, we will first describe where the
5770           various <tt>shlibs</tt> files are to be found, then how to
5771           use <prgn>dpkg-shlibdeps</prgn>, and finally the <tt>shlibs</tt>
5772           file format and how to create them if your package contains a
5773           shared library.
5774         </p>
5775
5776       <sect1>
5777         <heading>The <tt>shlibs</tt> files present on the system</heading>
5778
5779         <p>
5780           There are several places where <tt>shlibs</tt> files are
5781           found.  The following list gives them in the order in which
5782           they are read by
5783           <qref id="pkg-dpkg-shlibdeps"><prgn>dpkg-shlibdeps</prgn></qref>.
5784           (The first one which gives the required information is used.)
5785         </p>
5786
5787         <p>
5788           <list>
5789             <item>
5790               <p><file>debian/shlibs.local</file></p>
5791
5792               <p>
5793                 This lists overrides for this package.  This file should
5794                 normally not be used, but may be needed temporarily in
5795                 unusual situations to work around bugs in other packages,
5796                 or in unusual cases where the normally declared dependency
5797                 information in the installed <file>shlibs</file> file for
5798                 a library cannot be used.  This file overrides information
5799                 obtained from any other source.
5800               </p>
5801             </item>
5802
5803             <item>
5804               <p><file>/etc/dpkg/shlibs.override</file></p>
5805
5806               <p>
5807                 This lists global overrides.  This list is normally
5808                 empty.  It is maintained by the local system
5809                 administrator.
5810               </p>
5811             </item>
5812
5813             <item>
5814               <p><file>DEBIAN/shlibs</file> files in the "build directory"</p>
5815
5816               <p>
5817                 When packages are being built,
5818                 any <file>debian/shlibs</file> files are copied into the
5819                 control information file area of the temporary build
5820                 directory and given the name <file>shlibs</file>.  These
5821                 files give details of any shared libraries included in the
5822                 same package.<footnote>
5823                   An example may help here.  Let us say that the source
5824                   package <tt>foo</tt> generates two binary
5825                   packages, <tt>libfoo2</tt> and <tt>foo-runtime</tt>.
5826                   When building the binary packages, the two packages are
5827                   created in the directories <file>debian/libfoo2</file>
5828                   and <file>debian/foo-runtime</file> respectively.
5829                   (<file>debian/tmp</file> could be used instead of one of
5830                   these.)  Since <tt>libfoo2</tt> provides the
5831                   <tt>libfoo</tt> shared library, it will require a
5832                   <tt>shlibs</tt> file, which will be installed in
5833                   <file>debian/libfoo2/DEBIAN/shlibs</file>, eventually to
5834                   become <file>/var/lib/dpkg/info/libfoo2.shlibs</file>.
5835                   When <prgn>dpkg-shlibdeps</prgn> is run on the
5836                   executable <file>debian/foo-runtime/usr/bin/foo-prog</file>,
5837                   it will examine
5838                   the <file>debian/libfoo2/DEBIAN/shlibs</file> file to
5839                   determine whether <tt>foo-prog</tt>'s library
5840                   dependencies are satisfied by any of the libraries
5841                   provided by <tt>libfoo2</tt>.  For this reason,
5842                   <prgn>dpkg-shlibdeps</prgn> must only be run once all of
5843                   the individual binary packages' <tt>shlibs</tt> files
5844                   have been installed into the build directory.
5845                 </footnote>
5846               </p>
5847             </item>
5848
5849             <item>
5850               <p><file>/var/lib/dpkg/info/*.shlibs</file></p>
5851
5852               <p>
5853                 These are the <file>shlibs</file> files corresponding to
5854                 all of the packages installed on the system, and are
5855                 maintained by the relevant package maintainers.
5856               </p>
5857             </item>
5858
5859             <item>
5860               <p><file>/etc/dpkg/shlibs.default</file></p>
5861
5862               <p>
5863                 This file lists any shared libraries whose packages
5864                 have failed to provide correct <file>shlibs</file> files.
5865                 It was used when the <file>shlibs</file> setup was first
5866                 introduced, but it is now normally empty.  It is
5867                 maintained by the <tt>dpkg</tt> maintainer.
5868               </p>
5869             </item>
5870           </list>
5871         </p>
5872       </sect1>
5873
5874       <sect1>
5875         <heading>How to use <prgn>dpkg-shlibdeps</prgn> and the
5876             <file>shlibs</file> files</heading>
5877
5878         <p>
5879           Put a call to
5880           <qref id="pkg-dpkg-shlibdeps"><prgn>dpkg-shlibdeps</prgn></qref>
5881           into your <file>debian/rules</file> file.  If your package
5882           contains only compiled binaries and libraries (but no scripts),
5883           you can use a command such as:
5884           <example compact="compact">
5885 dpkg-shlibdeps debian/tmp/usr/bin/* debian/tmp/usr/sbin/* \
5886   debian/tmp/usr/lib/*
5887           </example>
5888           Otherwise, you will need to explicitly list the compiled
5889           binaries and libraries.<footnote>
5890             If you are using <tt>debhelper</tt>, the
5891             <prgn>dh_shlibdeps</prgn> program will do this work for you.
5892             It will also correctly handle multi-binary packages.
5893           </footnote>
5894         </p>
5895
5896         <p>
5897           This command puts the dependency information into the
5898           <file>debian/substvars</file> file, which is then used by
5899           <prgn>dpkg-gencontrol</prgn>.  You will need to place a
5900           <tt>${shlibs:Depends}</tt> variable in the <tt>Depends</tt>
5901           field in the control file for this to work.
5902         </p>
5903
5904         <p>
5905           If you have multiple binary packages, you will need to call
5906           <prgn>dpkg-shlibdeps</prgn> on each one which contains
5907           compiled libraries or binaries.  In such a case, you will
5908           need to use the <tt>-T</tt> option to the <tt>dpkg</tt>
5909           utilities to specify a different <file>substvars</file> file.
5910         </p>
5911
5912         <p>
5913           If you are creating a udeb for use in the Debian Installer,
5914           you will need to specify that <prgn>dpkg-shlibdeps</prgn>
5915           should use the dependency line of type <tt>udeb</tt> by
5916           adding the <tt>-tudeb</tt> option<footnote>
5917             <prgn>dh_shlibdeps</prgn> from the <tt>debhelper</tt> suite
5918             will automatically add this option if it knows it is
5919             processing a udeb.
5920           </footnote>. If there is no dependency line of
5921           type <tt>udeb</tt> in the <file>shlibs</file>
5922           file, <prgn>dpkg-shlibdeps</prgn> will fall back to the regular
5923           dependency line.
5924         </p>
5925
5926         <p>
5927           For more details on <prgn>dpkg-shlibdeps</prgn>, please see
5928           <ref id="pkg-dpkg-shlibdeps"> and
5929           <manref name="dpkg-shlibdeps" section="1">.
5930         </p>
5931       </sect1>
5932
5933       <sect1 id="shlibs">
5934         <heading>The <file>shlibs</file> File Format</heading>
5935
5936         <p>
5937           Each <file>shlibs</file> file has the same format.  Lines
5938           beginning with <tt>#</tt> are considered to be comments and
5939           are ignored.  Each line is of the form:
5940           <example compact="compact">
5941 [<var>type</var>: ]<var>library-name</var> <var>soname-version</var> <var>dependencies ...</var>
5942           </example>
5943         </p>
5944
5945         <p>
5946           We will explain this by reference to the example of the
5947           <tt>zlib1g</tt> package, which (at the time of writing)
5948           installs the shared library <file>/usr/lib/libz.so.1.1.3</file>.
5949         </p>
5950
5951         <p>
5952           <var>type</var> is an optional element that indicates the type
5953           of package for which the line is valid. The only type currently
5954           in use is <tt>udeb</tt>. The colon and space after the type are
5955           required.
5956         </p>
5957
5958         <p>
5959           <var>library-name</var> is the name of the shared library,
5960           in this case <tt>libz</tt>.  (This must match the name part
5961           of the soname, see below.)
5962         </p>
5963
5964         <p>
5965           <var>soname-version</var> is the version part of the soname of
5966           the library.  The soname is the thing that must exactly match
5967           for the library to be recognized by the dynamic linker, and is
5968           usually of the form
5969           <tt><var>name</var>.so.<var>major-version</var></tt>, in our
5970           example, <tt>libz.so.1</tt>.<footnote>
5971             This can be determined using the command
5972             <example compact="compact">
5973 objdump -p /usr/lib/libz.so.1.1.3 | grep SONAME
5974             </example>
5975           </footnote>
5976           The version part is the part which comes after
5977           <tt>.so.</tt>, so in our case, it is <tt>1</tt>.  The soname may
5978           instead be of the form
5979           <tt><var>name</var>-<var>major-version</var>.so</tt>, such
5980           as <tt>libdb-4.8.so</tt>, in which case the name would
5981           be <tt>libdb</tt> and the version would be <tt>4.8</tt>.
5982         </p>
5983
5984         <p>
5985           <var>dependencies</var> has the same syntax as a dependency
5986           field in a binary package control file.  It should give
5987           details of which packages are required to satisfy a binary
5988           built against the version of the library contained in the
5989           package.  See <ref id="depsyntax"> for details.
5990         </p>
5991
5992         <p>
5993           In our example, if the first version of the <tt>zlib1g</tt>
5994           package which contained a minor number of at least
5995           <tt>1.3</tt> was <var>1:1.1.3-1</var>, then the
5996           <tt>shlibs</tt> entry for this library could say:
5997           <example compact="compact">
5998 libz 1 zlib1g (>= 1:1.1.3)
5999           </example>
6000           The version-specific dependency is to avoid warnings from
6001           the dynamic linker about using older shared libraries with
6002           newer binaries.
6003         </p>
6004
6005         <p>
6006           As zlib1g also provides a udeb containing the shared library,
6007           there would also be a second line:
6008           <example compact="compact">
6009 udeb: libz 1 zlib1g-udeb (>= 1:1.1.3)
6010           </example>
6011         </p>
6012       </sect1>
6013
6014       <sect1>
6015         <heading>Providing a <file>shlibs</file> file</heading>
6016
6017         <p>
6018           If your package provides a shared library, you need to create
6019           a <file>shlibs</file> file following the format described above.
6020           It is usual to call this file <file>debian/shlibs</file> (but if
6021           you have multiple binary packages, you might want to call it
6022           <file>debian/shlibs.<var>package</var></file> instead).  Then
6023           let <file>debian/rules</file> install it in the control
6024           information file area:
6025           <example compact="compact">
6026 install -m644 debian/shlibs debian/tmp/DEBIAN
6027           </example>
6028           or, in the case of a multi-binary package:
6029           <example compact="compact">
6030 install -m644 debian/shlibs.<var>package</var> debian/<var>package</var>/DEBIAN/shlibs
6031           </example>
6032           An alternative way of doing this is to create the
6033           <file>shlibs</file> file in the control information file area
6034           directly from <file>debian/rules</file> without using
6035           a <file>debian/shlibs</file> file at all,<footnote>
6036             This is what <prgn>dh_makeshlibs</prgn> in
6037             the <package>debhelper</package> suite does. If your package
6038             also has a udeb that provides a shared
6039             library, <prgn>dh_makeshlibs</prgn> can automatically generate
6040             the <tt>udeb:</tt> lines if you specify the name of the udeb
6041             with the <tt>--add-udeb</tt> option.
6042           </footnote>
6043           since the <file>debian/shlibs</file> file itself is ignored by
6044           <prgn>dpkg-shlibdeps</prgn>.
6045         </p>
6046
6047         <p>
6048           As <prgn>dpkg-shlibdeps</prgn> reads the
6049           <file>DEBIAN/shlibs</file> files in all of the binary packages
6050           being built from this source package, all of the
6051           <file>DEBIAN/shlibs</file> files should be installed before
6052           <prgn>dpkg-shlibdeps</prgn> is called on any of the binary
6053           packages.
6054         </p>
6055       </sect1>
6056       </sect>
6057     </chapt>
6058
6059
6060     <chapt id="opersys"><heading>The Operating System</heading>
6061
6062       <sect>
6063         <heading>File system hierarchy</heading>
6064
6065
6066         <sect1 id="fhs">
6067           <heading>File System Structure</heading>
6068
6069           <p>
6070             The location of all installed files and directories must
6071             comply with the Filesystem Hierarchy Standard (FHS),
6072             version 2.3, with the exceptions noted below, and except
6073             where doing so would violate other terms of Debian
6074             Policy.  The following exceptions to the FHS apply:
6075
6076             <enumlist>
6077               <item>
6078                 <p>
6079                   The optional rules related to user specific
6080                   configuration files for applications are stored in
6081                   the user's home directory are relaxed.  It is
6082                   recommended that such files start with the
6083                   '<tt>.</tt>' character (a "dot file"), and if an
6084                   application needs to create more than one dot file
6085                   then the preferred placement is in a subdirectory
6086                   with a name starting with a '.' character, (a "dot
6087                   directory"). In this case it is recommended the
6088                   configuration files not start with the '.'
6089                   character.
6090                 </p>
6091               </item>
6092               <item>
6093                 <p>
6094                   The requirement for amd64 to use <file>/lib64</file>
6095                   for 64 bit binaries is removed.
6096                 </p>
6097               </item>
6098               <item>
6099                 <p>
6100                   The requirement for object files, internal binaries, and
6101                   libraries, including <file>libc.so.*</file>, to be located
6102                   directly under <file>/lib{,32}</file> and
6103                   <file>/usr/lib{,32}</file> is amended, permitting files
6104                   to instead be installed to
6105                   <file>/lib/<var>triplet</var></file> and
6106                   <file>/usr/lib/<var>triplet</var></file>, where
6107                   <tt><var>triplet</var></tt> is the value returned by
6108                   <tt>dpkg-architecture -qDEB_HOST_GNU_TYPE</tt> for the
6109                   architecture of the package.  Packages may <em>not</em>
6110                   install files to any <var>triplet</var> path other
6111                   than the one matching the architecture of that package;
6112                   for instance, an <tt>Architecture: amd64</tt> package
6113                   containing 32-bit x86 libraries may not install these
6114                   libraries to <file>/usr/lib/i486-linux-gnu</file>.
6115                   <footnote>
6116                     This is necessary in order to reserve the directories for
6117                     use in cross-installation of library packages from other
6118                     architectures, as part of the planned deployment of
6119                     <tt>multiarch</tt>.
6120                   </footnote>
6121                 </p>
6122                 <p>
6123                   Applications may also use a single subdirectory under
6124                   <file>/usr/lib/<var>triplet</var></file>.
6125                 </p>
6126                 <p>
6127                   The execution time linker/loader, ld*, must still be made
6128                   available in the existing location under /lib or /lib64
6129                   since this is part of the ELF ABI for the architecture.
6130                 </p>
6131               </item>
6132               <item>
6133                 <p>
6134                   The requirement that
6135                   <file>/usr/local/share/man</file> be "synonymous"
6136                   with <file>/usr/local/man</file> is relaxed to a
6137                   recommendation</p>
6138               </item>
6139               <item>
6140                 <p>
6141                   The requirement that windowmanagers with a single
6142                   configuration file call it <file>system.*wmrc</file>
6143                   is removed, as is the restriction that the window
6144                   manager subdirectory be named identically to the
6145                   window manager name itself.
6146                 </p>
6147               </item>
6148               <item>
6149                 <p>
6150                   The requirement that boot manager configuration
6151                   files live in <file>/etc</file>, or at least are
6152                   symlinked there, is relaxed to a recommendation.
6153                 </p>
6154               </item>
6155               <item>
6156                 <p>
6157                   The following directories in the root filesystem are
6158                   additionally allowed: <file>/sys</file> and
6159                   <file>/selinux</file>. <footnote>These directories
6160                   are used as mount points to mount virtual filesystems
6161                   to get access to kernel information.</footnote>
6162                 </p>
6163               </item>
6164             </enumlist>
6165
6166           </p>
6167           <p>
6168             The version of this document referred here can be
6169             found in the <tt>debian-policy</tt> package or on <url
6170             id="http://www.debian.org/doc/packaging-manuals/fhs/"
6171               name="FHS (Debian copy)"> alongside this manual (or, if
6172             you have the <package>debian-policy</package> installed,
6173             you can try <url
6174               id="file:///usr/share/doc/debian-policy/fhs/" name="FHS
6175               (local copy)">). The
6176             latest version, which may be a more recent version, may
6177             be found on
6178             <url id="http://www.pathname.com/fhs/" name="FHS (upstream)">.
6179             Specific questions about following the standard may be
6180             asked on the <tt>debian-devel</tt> mailing list, or
6181             referred to the FHS mailing list (see the
6182             <url id="http://www.pathname.com/fhs/" name="FHS web site"> for
6183             more information).
6184           </p>
6185         </sect1>
6186
6187         <sect1>
6188           <heading>Site-specific programs</heading>
6189
6190           <p>
6191             As mandated by the FHS, packages must not place any
6192             files in <file>/usr/local</file>, either by putting them in
6193             the file system archive to be unpacked by <prgn>dpkg</prgn>
6194             or by manipulating them in their maintainer scripts.
6195           </p>
6196
6197           <p>
6198             However, the package may create empty directories below
6199             <file>/usr/local</file> so that the system administrator knows
6200             where to place site-specific files.  These are not
6201             directories <em>in</em> <file>/usr/local</file>, but are
6202             children of directories in <file>/usr/local</file>.  These
6203             directories (<file>/usr/local/*/dir/</file>)
6204             should be removed on package removal if they are
6205             empty.
6206           </p>
6207
6208           <p>
6209             Note that this applies only to
6210             directories <em>below</em> <file>/usr/local</file>,
6211             not <em>in</em> <file>/usr/local</file>.  Packages must
6212             not create sub-directories in the
6213             directory <file>/usr/local</file> itself, except those
6214             listed in FHS, section 4.5.  However, you may create
6215             directories below them as you wish. You must not remove
6216             any of the directories listed in 4.5, even if you created
6217             them.
6218           </p>
6219
6220           <p>
6221             Since <file>/usr/local</file> can be mounted read-only from a
6222             remote server, these directories must be created and
6223             removed by the <prgn>postinst</prgn> and <prgn>prerm</prgn>
6224             maintainer scripts and not be included in the
6225             <file>.deb</file> archive.  These scripts must not fail if
6226             either of these operations fail.
6227           </p>
6228
6229           <p>
6230             For example, the <tt>emacsen-common</tt> package could
6231             contain something like
6232             <example compact="compact">
6233 if [ ! -e /usr/local/share/emacs ]
6234 then
6235   if mkdir /usr/local/share/emacs 2>/dev/null
6236   then
6237     chown root:staff /usr/local/share/emacs
6238     chmod 2775 /usr/local/share/emacs
6239   fi
6240 fi
6241             </example>
6242             in its <prgn>postinst</prgn> script, and
6243             <example compact="compact">
6244 rmdir /usr/local/share/emacs/site-lisp 2>/dev/null || true
6245 rmdir /usr/local/share/emacs 2>/dev/null || true
6246             </example>
6247             in the <prgn>prerm</prgn> script.  (Note that this form is
6248             used to ensure that if the script is interrupted, the
6249             directory <file>/usr/local/share/emacs</file> will still be
6250             removed.)
6251           </p>
6252
6253           <p>
6254             If you do create a directory in <file>/usr/local</file> for
6255             local additions to a package, you should ensure that
6256             settings in <file>/usr/local</file> take precedence over the
6257             equivalents in <file>/usr</file>.
6258           </p>
6259
6260           <p>
6261             However, because <file>/usr/local</file> and its contents are
6262             for exclusive use of the local administrator, a package
6263             must not rely on the presence or absence of files or
6264             directories in <file>/usr/local</file> for normal operation.
6265           </p>
6266
6267           <p>
6268             The <file>/usr/local</file> directory itself and all the
6269             subdirectories created by the package should (by default) have
6270             permissions 2775 (group-writable and set-group-id) and be
6271             owned by <tt>root:staff</tt>.
6272           </p>
6273         </sect1>
6274
6275         <sect1>
6276           <heading>The system-wide mail directory</heading>
6277           <p>
6278             The system-wide mail directory
6279             is <file>/var/mail</file>. This directory is part of the
6280             base system and should not be owned by any particular mail
6281             agents.  The use of the old
6282             location <file>/var/spool/mail</file> is deprecated, even
6283             though the spool may still be physically located there.
6284           </p>
6285         </sect1>
6286       </sect>
6287
6288       <sect>
6289         <heading>Users and groups</heading>
6290
6291         <sect1>
6292           <heading>Introduction</heading>
6293           <p>
6294             The Debian system can be configured to use either plain or
6295             shadow passwords.
6296           </p>
6297
6298           <p>
6299             Some user ids (UIDs) and group ids (GIDs) are reserved
6300             globally for use by certain packages.  Because some
6301             packages need to include files which are owned by these
6302             users or groups, or need the ids compiled into binaries,
6303             these ids must be used on any Debian system only for the
6304             purpose for which they are allocated. This is a serious
6305             restriction, and we should avoid getting in the way of
6306             local administration policies. In particular, many sites
6307             allocate users and/or local system groups starting at 100.
6308           </p>
6309
6310           <p>
6311             Apart from this we should have dynamically allocated ids,
6312             which should by default be arranged in some sensible
6313             order, but the behavior should be configurable.
6314           </p>
6315
6316           <p>
6317             Packages other than <tt>base-passwd</tt> must not modify
6318             <file>/etc/passwd</file>, <file>/etc/shadow</file>,
6319             <file>/etc/group</file> or <file>/etc/gshadow</file>.
6320           </p>
6321         </sect1>
6322
6323         <sect1>
6324           <heading>UID and GID classes</heading>
6325           <p>
6326             The UID and GID numbers are divided into classes as
6327             follows:
6328             <taglist>
6329               <tag>0-99:</tag>
6330               <item>
6331                 <p>
6332                   Globally allocated by the Debian project, the same
6333                   on every Debian system.  These ids will appear in
6334                   the <file>passwd</file> and <file>group</file> files of all
6335                   Debian systems, new ids in this range being added
6336                   automatically as the <tt>base-passwd</tt> package is
6337                   updated.
6338                 </p>
6339
6340                 <p>
6341                   Packages which need a single statically allocated
6342                   uid or gid should use one of these; their
6343                   maintainers should ask the <tt>base-passwd</tt>
6344                   maintainer for ids.
6345                 </p>
6346               </item>
6347
6348               <tag>100-999:</tag>
6349               <item>
6350                 <p>
6351                   Dynamically allocated system users and groups.
6352                   Packages which need a user or group, but can have
6353                   this user or group allocated dynamically and
6354                   differently on each system, should use <tt>adduser
6355                   --system</tt> to create the group and/or user.
6356                   <prgn>adduser</prgn> will check for the existence of
6357                   the user or group, and if necessary choose an unused
6358                   id based on the ranges specified in
6359                   <file>adduser.conf</file>.
6360                 </p>
6361               </item>
6362
6363               <tag>1000-59999:</tag>
6364               <item>
6365                 <p>
6366                   Dynamically allocated user accounts.  By default
6367                   <prgn>adduser</prgn> will choose UIDs and GIDs for
6368                   user accounts in this range, though
6369                   <file>adduser.conf</file> may be used to modify this
6370                   behavior.
6371                 </p>
6372               </item>
6373
6374               <tag>60000-64999:</tag>
6375               <item>
6376                 <p>
6377                   Globally allocated by the Debian project, but only
6378                   created on demand. The ids are allocated centrally
6379                   and statically, but the actual accounts are only
6380                   created on users' systems on demand.
6381                 </p>
6382
6383                 <p>
6384                   These ids are for packages which are obscure or
6385                   which require many statically-allocated ids.  These
6386                   packages should check for and create the accounts in
6387                   <file>/etc/passwd</file> or <file>/etc/group</file> (using
6388                   <prgn>adduser</prgn> if it has this facility) if
6389                   necessary.  Packages which are likely to require
6390                   further allocations should have a "hole" left after
6391                   them in the allocation, to give them room to
6392                   grow.
6393                 </p>
6394               </item>
6395
6396               <tag>65000-65533:</tag>
6397               <item>
6398                 <p>Reserved.</p>
6399               </item>
6400
6401               <tag>65534:</tag>
6402               <item>
6403                 <p>
6404                   User <tt>nobody</tt>. The corresponding gid refers
6405                   to the group <tt>nogroup</tt>.
6406                 </p>
6407               </item>
6408
6409               <tag>65535:</tag>
6410               <item>
6411                 <p>
6412                   <tt>(uid_t)(-1) == (gid_t)(-1)</tt> <em>must
6413                   not</em> be used, because it is the error return
6414                   sentinel value.
6415                 </p>
6416               </item>
6417             </taglist>
6418           </p>
6419         </sect1>
6420       </sect>
6421
6422       <sect id="sysvinit">
6423         <heading>System run levels and <file>init.d</file> scripts</heading>
6424
6425         <sect1 id="/etc/init.d">
6426           <heading>Introduction</heading>
6427
6428           <p>
6429             The <file>/etc/init.d</file> directory contains the scripts
6430             executed by <prgn>init</prgn> at boot time and when the
6431             init state (or "runlevel") is changed (see <manref
6432             name="init" section="8">).
6433           </p>
6434
6435           <p>
6436             There are at least two different, yet functionally
6437             equivalent, ways of handling these scripts.  For the sake
6438             of simplicity, this document describes only the symbolic
6439             link method. However, it must not be assumed by maintainer
6440             scripts that this method is being used, and any automated
6441             manipulation of the various runlevel behaviors by
6442             maintainer scripts must be performed using
6443             <prgn>update-rc.d</prgn> as described below and not by
6444             manually installing or removing symlinks.  For information
6445             on the implementation details of the other method,
6446             implemented in the <tt>file-rc</tt> package, please refer
6447             to the documentation of that package.
6448           </p>
6449
6450           <p>
6451             These scripts are referenced by symbolic links in the
6452             <file>/etc/rc<var>n</var>.d</file> directories.  When changing
6453             runlevels, <prgn>init</prgn> looks in the directory
6454             <file>/etc/rc<var>n</var>.d</file> for the scripts it should
6455             execute, where <tt><var>n</var></tt> is the runlevel that
6456             is being changed to, or <tt>S</tt> for the boot-up
6457             scripts.
6458           </p>
6459
6460           <p>
6461             The names of the links all have the form
6462             <file>S<var>mm</var><var>script</var></file> or
6463             <file>K<var>mm</var><var>script</var></file> where
6464             <var>mm</var> is a two-digit number and <var>script</var>
6465             is the name of the script (this should be the same as the
6466             name of the actual script in <file>/etc/init.d</file>).
6467           </p>
6468
6469           <p>
6470             When <prgn>init</prgn> changes runlevel first the targets
6471             of the links whose names start with a <tt>K</tt> are
6472             executed, each with the single argument <tt>stop</tt>,
6473             followed by the scripts prefixed with an <tt>S</tt>, each
6474             with the single argument <tt>start</tt>.  (The links are
6475             those in the <file>/etc/rc<var>n</var>.d</file> directory
6476             corresponding to the new runlevel.)  The <tt>K</tt> links
6477             are responsible for killing services and the <tt>S</tt>
6478             link for starting services upon entering the runlevel.
6479           </p>
6480
6481           <p>
6482             For example, if we are changing from runlevel 2 to
6483             runlevel 3, init will first execute all of the <tt>K</tt>
6484             prefixed scripts it finds in <file>/etc/rc3.d</file>, and then
6485             all of the <tt>S</tt> prefixed scripts in that directory.
6486             The links starting with <tt>K</tt> will cause the
6487             referred-to file to be executed with an argument of
6488             <tt>stop</tt>, and the <tt>S</tt> links with an argument
6489             of <tt>start</tt>.
6490           </p>
6491
6492           <p>
6493             The two-digit number <var>mm</var> is used to determine
6494             the order in which to run the scripts: low-numbered links
6495             have their scripts run first.  For example, the
6496             <tt>K20</tt> scripts will be executed before the
6497             <tt>K30</tt> scripts.  This is used when a certain service
6498             must be started before another.  For example, the name
6499             server <prgn>bind</prgn> might need to be started before
6500             the news server <prgn>inn</prgn> so that <prgn>inn</prgn>
6501             can set up its access lists.  In this case, the script
6502             that starts <prgn>bind</prgn> would have a lower number
6503             than the script that starts <prgn>inn</prgn> so that it
6504             runs first:
6505             <example compact="compact">
6506 /etc/rc2.d/S17bind
6507 /etc/rc2.d/S70inn
6508             </example>
6509           </p>
6510
6511           <p>
6512             The two runlevels 0 (halt) and 6 (reboot) are slightly
6513             different.  In these runlevels, the links with an
6514             <tt>S</tt> prefix are still called after those with a
6515             <tt>K</tt> prefix, but they too are called with the single
6516             argument <tt>stop</tt>.
6517           </p>
6518         </sect1>
6519
6520         <sect1 id="writing-init">
6521           <heading>Writing the scripts</heading>
6522
6523           <p>
6524             Packages that include daemons for system services should
6525             place scripts in <file>/etc/init.d</file> to start or stop
6526             services at boot time or during a change of runlevel.
6527             These scripts should be named
6528             <file>/etc/init.d/<var>package</var></file>, and they should
6529             accept one argument, saying what to do:
6530
6531             <taglist>
6532               <tag><tt>start</tt></tag>
6533               <item>start the service,</item>
6534
6535               <tag><tt>stop</tt></tag>
6536               <item>stop the service,</item>
6537
6538               <tag><tt>restart</tt></tag>
6539               <item>stop and restart the service if it's already running,
6540                   otherwise start the service</item>
6541
6542               <tag><tt>reload</tt></tag>
6543               <item><p>cause the configuration of the service to be
6544                   reloaded without actually stopping and restarting
6545                   the service,</item>
6546
6547               <tag><tt>force-reload</tt></tag>
6548               <item>cause the configuration to be reloaded if the
6549                   service supports this, otherwise restart the
6550                   service.</item>
6551             </taglist>
6552
6553             The <tt>start</tt>, <tt>stop</tt>, <tt>restart</tt>, and
6554             <tt>force-reload</tt> options should be supported by all
6555             scripts in <file>/etc/init.d</file>, the <tt>reload</tt>
6556             option is optional.
6557           </p>
6558
6559           <p>
6560             The <file>init.d</file> scripts must ensure that they will
6561             behave sensibly (i.e., returning success and not starting
6562             multiple copies of a service) if invoked with <tt>start</tt>
6563             when the service is already running, or with <tt>stop</tt>
6564             when it isn't, and that they don't kill unfortunately-named
6565             user processes.  The best way to achieve this is usually to
6566             use <prgn>start-stop-daemon</prgn> with the <tt>--oknodo</tt>
6567             option.
6568           </p>
6569
6570           <p>
6571             Be careful of using <tt>set -e</tt> in <file>init.d</file>
6572             scripts.  Writing correct <file>init.d</file> scripts requires
6573             accepting various error exit statuses when daemons are already
6574             running or already stopped without aborting
6575             the <file>init.d</file> script, and common <file>init.d</file>
6576             function libraries are not safe to call with <tt>set -e</tt>
6577             in effect<footnote>
6578               <tt>/lib/lsb/init-functions</tt>, which assists in writing
6579               LSB-compliant init scripts, may fail if <tt>set -e</tt> is
6580               in effect and echoing status messages to the console fails,
6581               for example.
6582             </footnote>.  For <tt>init.d</tt> scripts, it's often easier
6583             to not use <tt>set -e</tt> and instead check the result of
6584             each command separately.
6585           </p>
6586
6587           <p>
6588             If a service reloads its configuration automatically (as
6589             in the case of <prgn>cron</prgn>, for example), the
6590             <tt>reload</tt> option of the <file>init.d</file> script
6591             should behave as if the configuration has been reloaded
6592             successfully.
6593           </p>
6594
6595           <p>
6596             The <file>/etc/init.d</file> scripts must be treated as
6597             configuration files, either (if they are present in the
6598             package, that is, in the .deb file) by marking them as
6599             <tt>conffile</tt>s, or, (if they do not exist in the .deb)
6600             by managing them correctly in the maintainer scripts (see
6601             <ref id="config-files">).  This is important since we want
6602             to give the local system administrator the chance to adapt
6603             the scripts to the local system, e.g., to disable a
6604             service without de-installing the package, or to specify
6605             some special command line options when starting a service,
6606             while making sure their changes aren't lost during the next
6607             package upgrade.
6608           </p>
6609
6610           <p>
6611             These scripts should not fail obscurely when the
6612             configuration files remain but the package has been
6613             removed, as configuration files remain on the system after
6614             the package has been removed.  Only when <prgn>dpkg</prgn>
6615             is executed with the <tt>--purge</tt> option will
6616             configuration files be removed.  In particular, as the
6617             <file>/etc/init.d/<var>package</var></file> script itself is
6618             usually a <tt>conffile</tt>, it will remain on the system
6619             if the package is removed but not purged.  Therefore, you
6620             should include a <tt>test</tt> statement at the top of the
6621             script, like this:
6622             <example compact="compact">
6623 test -f <var>program-executed-later-in-script</var> || exit 0
6624             </example>
6625           </p>
6626
6627           <p>
6628             Often there are some variables in the <file>init.d</file>
6629             scripts whose values control the behavior of the scripts,
6630             and which a system administrator is likely to want to
6631             change.  As the scripts themselves are frequently
6632             <tt>conffile</tt>s, modifying them requires that the
6633             administrator merge in their changes each time the package
6634             is upgraded and the <tt>conffile</tt> changes.  To ease
6635             the burden on the system administrator, such configurable
6636             values should not be placed directly in the script.
6637             Instead, they should be placed in a file in
6638             <file>/etc/default</file>, which typically will have the same
6639             base name as the <file>init.d</file> script.  This extra file
6640             should be sourced by the script when the script runs.  It
6641             must contain only variable settings and comments in SUSv3
6642             <prgn>sh</prgn> format.  It may either be a
6643             <tt>conffile</tt> or a configuration file maintained by
6644             the package maintainer scripts.  See <ref id="config-files">
6645             for more details.
6646           </p>
6647
6648           <p>
6649             To ensure that vital configurable values are always
6650             available, the <file>init.d</file> script should set default
6651             values for each of the shell variables it uses, either
6652             before sourcing the <file>/etc/default/</file> file or
6653             afterwards using something like the <tt>:
6654             ${VAR:=default}</tt> syntax.  Also, the <file>init.d</file>
6655             script must behave sensibly and not fail if the
6656             <file>/etc/default</file> file is deleted.
6657           </p>
6658
6659           <p>
6660             <file>/var/run</file> and <file>/var/lock</file> may be mounted
6661             as temporary filesystems<footnote>
6662                 For example, using the <tt>RAMRUN</tt> and <tt>RAMLOCK</tt>
6663                 options in <file>/etc/default/rcS</file>.
6664             </footnote>, so the <file>init.d</file> scripts must handle this
6665             correctly. This will typically amount to creating any required
6666             subdirectories dynamically when the <file>init.d</file> script
6667             is run, rather than including them in the package and relying on
6668             <prgn>dpkg</prgn> to create them.
6669           </p>
6670         </sect1>
6671
6672         <sect1>
6673           <heading>Interfacing with the initscript system</heading>
6674
6675           <p>
6676             Maintainers should use the abstraction layer provided by
6677             the <prgn>update-rc.d</prgn> and <prgn>invoke-rc.d</prgn>
6678             programs to deal with initscripts in their packages'
6679             scripts such as <prgn>postinst</prgn>, <prgn>prerm</prgn>
6680             and <prgn>postrm</prgn>.
6681           </p>
6682
6683           <p>
6684             Directly managing the /etc/rc?.d links and directly
6685             invoking the <file>/etc/init.d/</file> initscripts should
6686             be done only by packages providing the initscript
6687             subsystem (such as <prgn>sysv-rc</prgn> and
6688             <prgn>file-rc</prgn>).
6689           </p>
6690
6691           <sect2>
6692             <heading>Managing the links</heading>
6693
6694             <p>
6695               The program <prgn>update-rc.d</prgn> is provided for
6696               package maintainers to arrange for the proper creation and
6697               removal of <file>/etc/rc<var>n</var>.d</file> symbolic links,
6698               or their functional equivalent if another method is being
6699               used.  This may be used by maintainers in their packages'
6700               <prgn>postinst</prgn> and <prgn>postrm</prgn> scripts.
6701             </p>
6702
6703             <p>
6704               You must not include any <file>/etc/rc<var>n</var>.d</file>
6705               symbolic links in the actual archive or manually create or
6706               remove the symbolic links in maintainer scripts; you must
6707               use the <prgn>update-rc.d</prgn> program instead.  (The
6708               former will fail if an alternative method of maintaining
6709               runlevel information is being used.)  You must not include
6710               the <file>/etc/rc<var>n</var>.d</file> directories themselves
6711               in the archive either.  (Only the <tt>sysvinit</tt>
6712               package may do so.)
6713             </p>
6714
6715             <p>
6716               By default <prgn>update-rc.d</prgn> will start services in
6717               each of the multi-user state runlevels (2, 3, 4, and 5)
6718               and stop them in the halt runlevel (0), the single-user
6719               runlevel (1) and the reboot runlevel (6).  The system
6720               administrator will have the opportunity to customize
6721               runlevels by simply adding, moving, or removing the
6722               symbolic links in <file>/etc/rc<var>n</var>.d</file> if
6723               symbolic links are being used, or by modifying
6724               <file>/etc/runlevel.conf</file> if the <tt>file-rc</tt> method
6725               is being used.
6726             </p>
6727
6728             <p>
6729               To get the default behavior for your package, put in your
6730               <prgn>postinst</prgn> script
6731               <example compact="compact">
6732                 update-rc.d <var>package</var> defaults
6733               </example>
6734               and in your <prgn>postrm</prgn>
6735               <example compact="compact">
6736                 if [ "$1" = purge ]; then
6737                 update-rc.d <var>package</var> remove
6738                 fi
6739               </example>. Note that if your package changes runlevels
6740               or priority, you may have to remove and recreate the links,
6741               since otherwise the old links may persist. Refer to the
6742               documentation of <prgn>update-rc.d</prgn>.
6743             </p>
6744
6745             <p>
6746               This will use a default sequence number of 20.  If it does
6747               not matter when or in which order the <file>init.d</file>
6748               script is run, use this default.  If it does, then you
6749               should talk to the maintainer of the <prgn>sysvinit</prgn>
6750               package or post to <tt>debian-devel</tt>, and they will
6751               help you choose a number.
6752             </p>
6753
6754             <p>
6755               For more information about using <tt>update-rc.d</tt>,
6756               please consult its man page <manref name="update-rc.d"
6757                 section="8">.
6758             </p>
6759           </sect2>
6760
6761           <sect2>
6762             <heading>Running initscripts</heading>
6763             <p>
6764               The program <prgn>invoke-rc.d</prgn> is provided to make
6765               it easier for package maintainers to properly invoke an
6766               initscript, obeying runlevel and other locally-defined
6767               constraints that might limit a package's right to start,
6768               stop and otherwise manage services. This program may be
6769               used by maintainers in their packages' scripts.
6770             </p>
6771
6772             <p>
6773               The package maintainer scripts must use
6774               <prgn>invoke-rc.d</prgn> to invoke the
6775               <file>/etc/init.d/*</file> initscripts, instead of
6776               calling them directly.
6777             </p>
6778
6779             <p>
6780               By default, <prgn>invoke-rc.d</prgn> will pass any
6781               action requests (start, stop, reload, restart...) to the
6782               <file>/etc/init.d</file> script, filtering out requests
6783               to start or restart a service out of its intended
6784               runlevels.
6785             </p>
6786
6787             <p>
6788               Most packages will simply need to change:
6789               <example compact="compact">/etc/init.d/&lt;package&gt;
6790               &lt;action&gt;</example> in their <prgn>postinst</prgn>
6791               and <prgn>prerm</prgn> scripts to:
6792               <example compact="compact">
6793         if which invoke-rc.d >/dev/null 2>&1; then
6794                 invoke-rc.d <var>package</var> &lt;action&gt;
6795         else
6796                 /etc/init.d/<var>package</var> &lt;action&gt;
6797         fi
6798               </example>
6799             </p>
6800
6801             <p>
6802               A package should register its initscript services using
6803               <prgn>update-rc.d</prgn> before it tries to invoke them
6804               using <prgn>invoke-rc.d</prgn>. Invocation of
6805               unregistered services may fail.
6806             </p>
6807
6808             <p>
6809               For more information about using
6810               <prgn>invoke-rc.d</prgn>, please consult its man page
6811               <manref name="invoke-rc.d" section="8">.
6812             </p>
6813           </sect2>
6814         </sect1>
6815
6816         <sect1>
6817           <heading>Boot-time initialization</heading>
6818
6819           <p>
6820             There used to be another directory, <file>/etc/rc.boot</file>,
6821             which contained scripts which were run once per machine
6822             boot. This has been deprecated in favour of links from
6823             <file>/etc/rcS.d</file> to files in <file>/etc/init.d</file> as
6824             described in <ref id="/etc/init.d">.  Packages must not
6825             place files in <file>/etc/rc.boot</file>.
6826           </p>
6827         </sect1>
6828
6829         <sect1>
6830           <heading>Example</heading>
6831
6832           <p>
6833             An example on which you can base your
6834             <file>/etc/init.d</file> scripts is found in
6835             <file>/etc/init.d/skeleton</file>.
6836           </p>
6837
6838         </sect1>
6839       </sect>
6840
6841       <sect>
6842         <heading>Console messages from <file>init.d</file> scripts</heading>
6843
6844         <p>
6845           This section describes the formats to be used for messages
6846           written to standard output by the <file>/etc/init.d</file>
6847           scripts.  The intent is to improve the consistency of
6848           Debian's startup and shutdown look and feel.  For this
6849           reason, please look very carefully at the details.  We want
6850           the messages to have the same format in terms of wording,
6851           spaces, punctuation and case of letters.
6852         </p>
6853
6854         <p>
6855           Here is a list of overall rules that should be used for
6856           messages generated by <file>/etc/init.d</file> scripts.  
6857         </p>
6858
6859         <p>
6860           <list>
6861             <item>
6862                 The message should fit in one line (fewer than 80
6863                 characters), start with a capital letter and end with
6864                 a period (<tt>.</tt>) and line feed (<tt>"\n"</tt>).
6865             </item>
6866
6867             <item>
6868               If the script is performing some time consuming task in
6869               the background (not merely starting or stopping a
6870               program, for instance), an ellipsis (three dots:
6871               <tt>...</tt>) should be output to the screen, with no
6872               leading or tailing whitespace or line feeds.
6873             </item>
6874
6875             <item>
6876               The messages should appear as if the computer is telling
6877               the user what it is doing (politely :-), but should not
6878                 mention "it" directly.  For example, instead of:
6879                 <example compact="compact">
6880 I'm starting network daemons: nfsd mountd.
6881                 </example>
6882                 the message should say
6883                 <example compact="compact">
6884 Starting network daemons: nfsd mountd.
6885                 </example>
6886             </item>
6887           </list>
6888         </p>
6889
6890         <p>
6891           <tt>init.d</tt> script should use the following  standard
6892           message formats for the situations enumerated below.
6893         </p>
6894
6895         <p>
6896           <list>
6897             <item>
6898               <p>When daemons are started</p>
6899
6900               <p>
6901                 If the script starts one or more daemons, the output
6902                 should look like this (a single line, no leading
6903                 spaces):
6904                 <example compact="compact">
6905 Starting <var>description</var>: <var>daemon-1</var> ... <var>daemon-n</var>.
6906                 </example>
6907                 The <var>description</var> should describe the
6908                 subsystem the daemon or set of daemons are part of,
6909                 while <var>daemon-1</var> up to <var>daemon-n</var>
6910                 denote each daemon's name (typically the file name of
6911                 the program).
6912               </p>
6913
6914               <p>
6915                 For example, the output of <file>/etc/init.d/lpd</file>
6916                 would look like:
6917                 <example compact="compact">
6918 Starting printer spooler: lpd.
6919                 </example>
6920               </p>
6921
6922               <p>
6923                 This can be achieved by saying
6924                 <example compact="compact">
6925 echo -n "Starting printer spooler: lpd"
6926 start-stop-daemon --start --quiet --exec /usr/sbin/lpd
6927 echo "."
6928                 </example>
6929                 in the script. If there are more than one daemon to
6930                 start, the output should look like this:
6931                 <example compact="compact">
6932 echo -n "Starting remote file system services:"
6933 echo -n " nfsd"; start-stop-daemon --start --quiet nfsd
6934 echo -n " mountd"; start-stop-daemon --start --quiet mountd
6935 echo -n " ugidd"; start-stop-daemon --start --quiet ugidd
6936 echo "."
6937                 </example>
6938                 This makes it possible for the user to see what is
6939                 happening and when the final daemon has been started.
6940                 Care should be taken in the placement of white spaces:
6941                 in the example above the system administrators can
6942                 easily comment out a line if they don't want to start
6943                 a specific daemon, while the displayed message still
6944                 looks good.
6945               </p>
6946             </item>
6947
6948             <item>
6949               <p>When a system parameter is being set</p>
6950
6951               <p>
6952                 If you have to set up different system parameters
6953                 during the system boot, you should use this format:
6954                 <example compact="compact">
6955 Setting <var>parameter</var> to "<var>value</var>".
6956                 </example>
6957               </p>
6958
6959               <p>
6960                 You can use a statement such as the following to get
6961                 the quotes right:
6962                 <example compact="compact">
6963 echo "Setting DNS domainname to \"$domainname\"."
6964                 </example>
6965               </p>
6966
6967               <p>
6968                 Note that the same symbol (<tt>"</tt>) <!-- " --> is used
6969                 for the left and right quotation marks.  A grave accent
6970                 (<tt>`</tt>) is not a quote character; neither is an
6971                 apostrophe (<tt>'</tt>).
6972               </p>
6973             </item>
6974
6975             <item>
6976               <p>When a daemon is stopped or restarted</p>
6977
6978               <p>
6979                 When you stop or restart a daemon, you should issue a
6980                 message identical to the startup message, except that
6981                 <tt>Starting</tt> is replaced with <tt>Stopping</tt>
6982                 or <tt>Restarting</tt> respectively.
6983               </p>
6984
6985               <p>
6986                 For example, stopping the printer daemon will look like
6987                 this:
6988                 <example compact="compact">
6989 Stopping printer spooler: lpd.
6990                 </example>
6991               </p>
6992             </item>
6993
6994             <item>
6995               <p>When something is executed</p>
6996
6997               <p>
6998                 There are several examples where you have to run a
6999                 program at system startup or shutdown to perform a
7000                 specific task, for example, setting the system's clock
7001                 using <prgn>netdate</prgn> or killing all processes
7002                 when the system shuts down.  Your message should look
7003                 like this:
7004                 <example compact="compact">
7005 Doing something very useful...done.
7006                 </example>
7007                 You should print the <tt>done.</tt> immediately after
7008                 the job has been completed, so that the user is
7009                 informed why they have to wait.  You can get this
7010                 behavior by saying
7011                 <example compact="compact">
7012 echo -n "Doing something very useful..."
7013 do_something
7014 echo "done."
7015                 </example>
7016                 in your script.
7017               </p>
7018             </item>
7019
7020             <item>
7021               <p>When the configuration is reloaded</p>
7022
7023               <p>
7024                 When a daemon is forced to reload its configuration
7025                 files you should use the following format:
7026                 <example compact="compact">
7027 Reloading <var>description</var> configuration...done.
7028                 </example>
7029                 where <var>description</var> is the same as in the
7030                 daemon starting message.
7031               </p>
7032             </item>
7033           </list>
7034         </p>
7035       </sect>
7036
7037       <sect>
7038         <heading>Cron jobs</heading>
7039
7040         <p>
7041           Packages must not modify the configuration file
7042           <file>/etc/crontab</file>, and they must not modify the files in
7043           <file>/var/spool/cron/crontabs</file>.</p>
7044
7045         <p>
7046           If a package wants to install a job that has to be executed
7047           via cron, it should place a file with the name of the
7048           package in one or more of the following directories:
7049           <example compact="compact">
7050 /etc/cron.hourly
7051 /etc/cron.daily
7052 /etc/cron.weekly
7053 /etc/cron.monthly
7054           </example>
7055           As these directory names imply, the files within them are
7056           executed on an hourly, daily, weekly, or monthly basis,
7057           respectively. The exact times are listed in
7058           <file>/etc/crontab</file>.</p>
7059
7060         <p>
7061           All files installed in any of these directories must be
7062           scripts (e.g., shell scripts or Perl scripts) so that they
7063           can easily be modified by the local system administrator.
7064           In addition, they must be treated as configuration files.
7065         </p>
7066
7067         <p>
7068           If a certain job has to be executed at some other frequency or
7069           at a specific time, the package should install a file
7070           <file>/etc/cron.d/<var>package</var></file>. This file uses the
7071           same syntax as <file>/etc/crontab</file> and is processed by
7072           <prgn>cron</prgn> automatically. The file must also be
7073           treated as a configuration file. (Note that entries in the
7074           <file>/etc/cron.d</file> directory are not handled by
7075           <prgn>anacron</prgn>. Thus, you should only use this
7076           directory for jobs which may be skipped if the system is not
7077           running.)</p>
7078         <p>
7079           Unlike <file>crontab</file> files described in the IEEE Std
7080           1003.1-2008 (POSIX.1) available from
7081           <url id="http://www.opengroup.org/onlinepubs/9699919799/"
7082                name="The Open Group">, the files in
7083           <file>/etc/cron.d</file> and the file
7084           <file>/etc/crontab</file> have seven fields; namely:
7085           <enumlist>
7086             <item>Minute [0,59]</item>
7087             <item>Hour [0,23]</item>
7088             <item>Day of the month [1,31]</item>
7089             <item>Month of the year [1,12]</item>
7090             <item>Day of the week ([0,6] with 0=Sunday)</item>
7091             <item>Username</item>
7092             <item>Command to be run</item>
7093           </enumlist>
7094           Ranges of numbers are allowed.  Ranges are two numbers
7095           separated with a hyphen.  The specified range is inclusive.
7096           Lists are allowed.  A list is a set of numbers (or ranges)
7097           separated by commas. Step values can be used in conjunction
7098           with ranges.
7099         </p>
7100
7101         <p>
7102           The scripts or <tt>crontab</tt> entries in these directories should
7103           check if all necessary programs are installed before they
7104           try to execute them. Otherwise, problems will arise when a
7105           package was removed but not purged since configuration files
7106           are kept on the system in this situation.
7107         </p>
7108
7109         <p>
7110           Any <tt>cron</tt> daemon must provide
7111           <file>/usr/bin/crontab</file> and support normal
7112           <tt>crontab</tt> entries as specified in POSIX. The daemon
7113           must also support names for days and months, ranges, and
7114           step values. It has to support <file>/etc/crontab</file>,
7115           and correctly execute the scripts in
7116           <file>/etc/cron.d</file>. The daemon must also correctly
7117           execute scripts in
7118           <file>/etc/cron.{hourly,daily,weekly,monthly}</file>.
7119         </p>
7120       </sect>
7121
7122       <sect id="menus">
7123         <heading>Menus</heading>
7124
7125         <p>
7126           The Debian <tt>menu</tt> package provides a standard
7127           interface between packages providing applications and
7128           <em>menu programs</em> (either X window managers or
7129           text-based menu programs such as <prgn>pdmenu</prgn>).
7130         </p>
7131
7132         <p>
7133           All packages that provide applications that need not be
7134           passed any special command line arguments for normal
7135           operation should register a menu entry for those
7136           applications, so that users of the <tt>menu</tt> package
7137           will automatically get menu entries in their window
7138           managers, as well in shells like <tt>pdmenu</tt>.
7139         </p>
7140
7141         <p>
7142           Menu entries should follow the current menu policy.
7143         </p>
7144
7145         <p>
7146           The menu policy can be found in the <tt>menu-policy</tt>
7147           files in the <tt>debian-policy</tt> package.
7148           It is also available from the Debian web mirrors at
7149           <tt><url name="/doc/packaging-manuals/menu-policy/"
7150                 id="http://www.debian.org/doc/packaging-manuals/menu-policy/"></tt>.
7151         </p>
7152
7153         <p>
7154           Please also refer to the <em>Debian Menu System</em>
7155           documentation that comes with the <package>menu</package>
7156           package for information about how to register your
7157           applications.
7158         </p>
7159       </sect>
7160
7161       <sect id="mime">
7162         <heading>Multimedia handlers</heading>
7163
7164         <p>
7165           MIME (Multipurpose Internet Mail Extensions, RFCs 2045-2049)
7166           is a mechanism for encoding files and data streams and
7167           providing meta-information about them, in particular their
7168           type (e.g.  audio or video) and format (e.g. PNG, HTML,
7169           MP3).
7170         </p>
7171
7172         <p>
7173           Registration of MIME type handlers allows programs like mail
7174           user agents and web browsers to invoke these handlers to
7175           view, edit or display MIME types they don't support directly.
7176         </p>
7177
7178         <p>
7179           Packages which provide the ability to view/show/play,
7180           compose, edit or print MIME types should register themselves
7181           as such following the current MIME support policy.
7182         </p>
7183
7184         <p>
7185           The MIME support policy can be found in the <tt>mime-policy</tt>
7186           files in the <tt>debian-policy</tt> package.
7187           It is also available from the Debian web mirrors at
7188           <tt><url name="/doc/packaging-manuals/mime-policy/"
7189                 id="http://www.debian.org/doc/packaging-manuals/mime-policy/"></tt>.
7190         </p>
7191
7192       </sect>
7193
7194       <sect>
7195         <heading>Keyboard configuration</heading>
7196
7197         <p>
7198           To achieve a consistent keyboard configuration so that all
7199           applications interpret a keyboard event the same way, all
7200           programs in the Debian distribution must be configured to
7201           comply with the following guidelines.
7202         </p>
7203
7204         <p>
7205           The following keys must have the specified interpretations:
7206
7207           <taglist>
7208             <tag><tt>&lt;--</tt></tag>
7209             <item>delete the character to the left of the cursor</item>
7210
7211             <tag><tt>Delete</tt></tag>
7212             <item>delete the character to the right of the cursor</item>
7213
7214             <tag><tt>Control+H</tt></tag>
7215             <item>emacs: the help prefix</item>
7216           </taglist>
7217
7218           The interpretation of any keyboard events should be
7219           independent of the terminal that is used, be it a virtual
7220           console, an X terminal emulator, an rlogin/telnet session,
7221           etc.
7222         </p>
7223
7224         <p>
7225           The following list explains how the different programs
7226           should be set up to achieve this:
7227         </p>
7228
7229         <p>
7230           <list>
7231             <item>
7232                 <tt>&lt;--</tt> generates <tt>KB_BackSpace</tt> in X.
7233             </item>
7234
7235             <item>
7236                 <tt>Delete</tt> generates <tt>KB_Delete</tt> in X.
7237             </item>
7238
7239             <item>
7240                 X translations are set up to make
7241                 <tt>KB_Backspace</tt> generate ASCII DEL, and to make
7242                 <tt>KB_Delete</tt> generate <tt>ESC [ 3 ~</tt> (this
7243                 is the vt220 escape code for the "delete character"
7244                 key).  This must be done by loading the X resources
7245                 using <prgn>xrdb</prgn> on all local X displays, not
7246                 using the application defaults, so that the
7247                 translation resources used correspond to the
7248                 <prgn>xmodmap</prgn> settings.
7249             </item>
7250
7251             <item>
7252                 The Linux console is configured to make
7253                 <tt>&lt;--</tt> generate DEL, and <tt>Delete</tt>
7254                 generate <tt>ESC [ 3 ~</tt>.
7255             </item>
7256
7257             <item>
7258                 X applications are configured so that <tt>&lt;</tt>
7259                 deletes left, and <tt>Delete</tt> deletes right.  Motif
7260                 applications already work like this.
7261             </item>
7262
7263             <item>
7264                 Terminals should have <tt>stty erase ^?</tt> .
7265             </item>
7266
7267             <item>
7268                 The <tt>xterm</tt> terminfo entry should have <tt>ESC
7269                 [ 3 ~</tt> for <tt>kdch1</tt>, just as for
7270                 <tt>TERM=linux</tt> and <tt>TERM=vt220</tt>.
7271             </item>
7272
7273             <item>
7274                 Emacs is programmed to map <tt>KB_Backspace</tt> or
7275                 the <tt>stty erase</tt> character to
7276                 <tt>delete-backward-char</tt>, and <tt>KB_Delete</tt>
7277                 or <tt>kdch1</tt> to <tt>delete-forward-char</tt>, and
7278                 <tt>^H</tt> to <tt>help</tt> as always.
7279             </item>
7280
7281             <item>
7282                 Other applications use the <tt>stty erase</tt>
7283                 character and <tt>kdch1</tt> for the two delete keys,
7284                 with ASCII DEL being "delete previous character" and
7285                 <tt>kdch1</tt> being "delete character under
7286                 cursor".
7287             </item>
7288
7289           </list>
7290         </p>
7291
7292         <p>
7293           This will solve the problem except for the following
7294           cases:
7295         </p>
7296
7297         <p>
7298           <list>
7299             <item>
7300                 Some terminals have a <tt>&lt;--</tt> key that cannot
7301                 be made to produce anything except <tt>^H</tt>.  On
7302                 these terminals Emacs help will be unavailable on
7303                 <tt>^H</tt> (assuming that the <tt>stty erase</tt>
7304                 character takes precedence in Emacs, and has been set
7305                 correctly).  <tt>M-x help</tt> or <tt>F1</tt> (if
7306                 available) can be used instead.
7307             </item>
7308
7309             <item>
7310                 Some operating systems use <tt>^H</tt> for <tt>stty
7311                 erase</tt>.  However, modern telnet versions and all
7312                 rlogin versions propagate <tt>stty</tt> settings, and
7313                 almost all UNIX versions honour <tt>stty erase</tt>.
7314                 Where the <tt>stty</tt> settings are not propagated
7315                 correctly, things can be made to work by using
7316                 <tt>stty</tt> manually.
7317             </item>
7318
7319             <item>
7320                 Some systems (including previous Debian versions) use
7321                 <prgn>xmodmap</prgn> to arrange for both
7322                 <tt>&lt;--</tt> and <tt>Delete</tt> to generate
7323                 <tt>KB_Delete</tt>.  We can change the behavior of
7324                 their X clients using the same X resources that we use
7325                 to do it for our own clients, or configure our clients
7326                 using their resources when things are the other way
7327                 around.  On displays configured like this
7328                 <tt>Delete</tt> will not work, but <tt>&lt;--</tt>
7329                 will.
7330             </item>
7331
7332             <item>
7333                 Some operating systems have different <tt>kdch1</tt>
7334                 settings in their <tt>terminfo</tt> database for
7335                 <tt>xterm</tt> and others.  On these systems the
7336                 <tt>Delete</tt> key will not work correctly when you
7337                 log in from a system conforming to our policy, but
7338                 <tt>&lt;--</tt> will.
7339             </item>
7340           </list>
7341         </p>
7342       </sect>
7343
7344       <sect>
7345         <heading>Environment variables</heading>
7346
7347         <p>
7348           A program must not depend on environment variables to get
7349           reasonable defaults.  (That's because these environment
7350           variables would have to be set in a system-wide
7351           configuration file like <file>/etc/profile</file>, which is not
7352           supported by all shells.)
7353         </p>
7354
7355         <p>
7356           If a program usually depends on environment variables for its
7357           configuration, the program should be changed to fall back to
7358           a reasonable default configuration if these environment
7359           variables are not present. If this cannot be done easily
7360           (e.g., if the source code of a non-free program is not
7361           available), the program must be replaced by a small
7362           "wrapper" shell script which sets the environment variables
7363           if they are not already defined, and calls the original program.
7364         </p>
7365
7366         <p>
7367           Here is an example of a wrapper script for this purpose:
7368
7369           <example compact="compact">
7370 #!/bin/sh
7371 BAR=${BAR:-/var/lib/fubar}
7372 export BAR
7373 exec /usr/lib/foo/foo "$@"
7374           </example>
7375         </p>
7376
7377         <p>
7378           Furthermore, as <file>/etc/profile</file> is a configuration
7379           file of the <prgn>base-files</prgn> package, other packages must
7380           not put any environment variables or other commands into that
7381           file.
7382         </p>
7383       </sect>
7384
7385       <sect id="doc-base">
7386         <heading>Registering Documents using doc-base</heading>
7387
7388         <p>
7389           The <package>doc-base</package> package implements a
7390           flexible mechanism for handling and presenting
7391           documentation. The recommended practice is for every Debian
7392           package that provides online documentation (other than just
7393           manual pages) to register these documents with
7394           <package>doc-base</package> by installing a
7395           <package>doc-base</package> control file via the
7396           <prgn/install-docs/ script at installation time and
7397           de-register the manuals again when the package is removed.
7398         </p> 
7399         <p>
7400           Please refer to the documentation that comes with the
7401           <package>doc-base</package>  package for information and
7402           details. 
7403         </p>
7404       </sect>
7405
7406     </chapt>
7407
7408
7409     <chapt id="files">
7410       <heading>Files</heading>
7411
7412       <sect id="binaries">
7413         <heading>Binaries</heading>
7414
7415         <p>
7416           Two different packages must not install programs with
7417           different functionality but with the same filenames.  (The
7418           case of two programs having the same functionality but
7419           different implementations is handled via "alternatives" or
7420           the "Conflicts" mechanism.  See <ref id="maintscripts"> and
7421           <ref id="conflicts"> respectively.)  If this case happens,
7422           one of the programs must be renamed.  The maintainers should
7423           report this to the <tt>debian-devel</tt> mailing list and
7424           try to find a consensus about which program will have to be
7425           renamed.  If a consensus cannot be reached, <em>both</em>
7426           programs must be renamed.
7427         </p>
7428
7429         <p>
7430          By default, when a package is being built, any binaries
7431          created should include debugging information, as well as
7432          being compiled with optimization.  You should also turn on
7433          as many reasonable compilation warnings as possible; this
7434          makes life easier for porters, who can then look at build
7435          logs for possible problems.  For the C programming language,
7436          this means the following compilation parameters should be
7437          used:
7438           <example compact="compact">
7439 CC = gcc
7440 CFLAGS = -O2 -g -Wall # sane warning options vary between programs
7441 LDFLAGS = # none
7442 INSTALL = install -s # (or use strip on the files in debian/tmp)
7443           </example>
7444         </p>
7445
7446         <p>
7447           Note that by default all installed binaries should be stripped,
7448           either by using the <tt>-s</tt> flag to
7449           <prgn>install</prgn>, or by calling <prgn>strip</prgn> on
7450           the binaries after they have been copied into
7451           <file>debian/tmp</file> but before the tree is made into a
7452           package.
7453         </p>
7454
7455         <p>
7456           Although binaries in the build tree should be compiled with
7457           debugging information by default, it can often be difficult to
7458           debug programs if they are also subjected to compiler
7459           optimization.  For this reason, it is recommended to support the
7460           standardized environment variable <tt>DEB_BUILD_OPTIONS</tt>
7461           (see <ref id="debianrules-options">).  This variable can contain
7462           several flags to change how a package is compiled and built.
7463         </p>
7464
7465         <p>
7466           It is up to the package maintainer to decide what
7467           compilation options are best for the package.  Certain
7468           binaries (such as computationally-intensive programs) will
7469           function better with certain flags (<tt>-O3</tt>, for
7470           example); feel free to use them.  Please use good judgment
7471           here.  Don't use flags for the sake of it; only use them
7472           if there is good reason to do so.  Feel free to override
7473           the upstream author's ideas about which compilation
7474           options are best: they are often inappropriate for our
7475           environment.
7476         </p>
7477       </sect>
7478
7479
7480       <sect id="libraries">
7481         <heading>Libraries</heading>
7482
7483         <p>
7484           If the package is <strong>architecture: any</strong>, then
7485           the shared library compilation and linking flags must have
7486           <tt>-fPIC</tt>, or the package shall not build on some of
7487           the supported architectures<footnote>
7488             <p>
7489               If you are using GCC, <tt>-fPIC</tt> produces code with
7490               relocatable position independent code, which is required for
7491               most architectures to create a shared library, with i386 and
7492               perhaps some others where non position independent code is
7493               permitted in a shared library.
7494             </p>
7495             <p>
7496               Position independent code may have a performance penalty,
7497               especially on <tt>i386</tt>. However, in most cases the
7498               speed penalty must be measured against the memory wasted on
7499               the few architectures where non position independent code is
7500               even possible.
7501             </p>
7502           </footnote>. Any exception to this rule must be discussed on
7503           the mailing list <em>debian-devel@lists.debian.org</em>, and
7504           a rough consensus obtained.  The reasons for not compiling
7505           with <tt>-fPIC</tt> flag must be recorded in the file
7506           <tt>README.Debian</tt>, and care must be taken to either
7507           restrict the architecture or arrange for <tt>-fPIC</tt> to
7508           be used on architectures where it is required.<footnote>
7509             <p>
7510               Some of the reasons why this might be required is if the
7511               library contains hand crafted assembly code that is not
7512               relocatable, the speed penalty is excessive for compute
7513               intensive libs, and similar reasons.
7514             </p>
7515           </footnote>
7516         </p>
7517         <p>
7518           As to the static libraries, the common case is not to have
7519           relocatable code, since there is no benefit, unless in specific
7520           cases; therefore the static version must not be compiled
7521           with the <tt>-fPIC</tt> flag. Any exception to this rule
7522           should be discussed on the mailing list
7523           <em>debian-devel@lists.debian.org</em>,  and the reasons for
7524           compiling with the <tt>-fPIC</tt> flag must be recorded in
7525           the file <tt>README.Debian</tt>. <footnote>
7526             <p>
7527               Some of the reasons for linking static libraries with
7528               the <tt>-fPIC</tt> flag are if, for example, one needs a
7529               Perl API for a library that is under rapid development,
7530               and has an unstable API, so shared libraries are
7531               pointless at this phase of the library's development. In
7532               that case, since Perl needs a library with relocatable
7533               code, it may make sense to create a static library with
7534               relocatable code. Another reason cited is if you are
7535               distilling various libraries into a common shared
7536               library, like <tt>mklibs</tt> does in the Debian
7537               installer project.
7538             </p>
7539           </footnote>
7540         </p>
7541         <p>
7542           In other words, if both a shared and a static library is
7543           being built, each source unit (<tt>*.c</tt>, for example,
7544           for C files) will need to be compiled twice, for the normal
7545           case. 
7546         </p>
7547
7548         <p>
7549           Libraries should be built with threading support and to be
7550           thread-safe if the library supports this.
7551         </p>
7552
7553         <p>
7554           Although not enforced by the build tools, shared libraries
7555           must be linked against all libraries that they use symbols from
7556           in the same way that binaries are.  This ensures the correct
7557           functioning of the <qref id="sharedlibs-shlibdeps">shlibs</qref>
7558           system and guarantees that all libraries can be safely opened
7559           with <tt>dlopen()</tt>.  Packagers may wish to use the gcc
7560           option <tt>-Wl,-z,defs</tt> when building a shared library.
7561           Since this option enforces symbol resolution at build time,
7562           a missing library reference will be caught early as a fatal
7563           build error.
7564         </p>
7565
7566         <p>
7567           All installed shared libraries should be stripped with
7568           <example compact="compact">
7569 strip --strip-unneeded <var>your-lib</var>
7570           </example>
7571           (The option <tt>--strip-unneeded</tt> makes
7572           <prgn>strip</prgn> remove only the symbols which aren't
7573           needed for relocation processing.)  Shared libraries can
7574           function perfectly well when stripped, since the symbols for
7575           dynamic linking are in a separate part of the ELF object
7576           file.<footnote>
7577               You might also want to use the options
7578               <tt>--remove-section=.comment</tt> and
7579               <tt>--remove-section=.note</tt> on both shared libraries
7580               and executables, and <tt>--strip-debug</tt> on static
7581               libraries.
7582           </footnote>
7583         </p>
7584
7585         <p>
7586           Note that under some circumstances it may be useful to
7587           install a shared library unstripped, for example when
7588           building a separate package to support debugging.
7589         </p>
7590
7591         <p>
7592           Shared object files (often <file>.so</file> files) that are not
7593           public libraries, that is, they are not meant to be linked
7594           to by third party executables (binaries of other packages),
7595           should be installed in subdirectories of the
7596           <file>/usr/lib</file> directory.  Such files are exempt from the
7597           rules that govern ordinary shared libraries, except that
7598           they must not be installed executable and should be
7599           stripped.<footnote>
7600               A common example are the so-called "plug-ins",
7601               internal shared objects that are dynamically loaded by
7602               programs using <manref name="dlopen" section="3">.
7603           </footnote>
7604         </p>
7605
7606         <p>
7607           Packages that use <prgn>libtool</prgn> to create and install
7608           their shared libraries install a file containing additional
7609           metadata (ending in <file>.la</file>) alongside the library.
7610           For public libraries intended for use by other packages, these
7611           files normally should not be included in the Debian package,
7612           since the information they include is not necessary to link with
7613           the shared library on Debian and can add unnecessary additional
7614           dependencies to other programs or libraries.<footnote>
7615             These files store, among other things, all libraries on which
7616             that shared library depends.  Unfortunately, if
7617             the <file>.la</file> file is present and contains that
7618             dependency information, using <prgn>libtool</prgn> when
7619             linking against that library will cause the resulting program
7620             or library to be linked against those dependencies as well,
7621             even if this is unnecessary.  This can create unneeded
7622             dependencies on shared library packages that would otherwise
7623             be hidden behind the library ABI, and can make library
7624             transitions to new SONAMEs unnecessarily complicated and
7625             difficult to manage.
7626           </footnote>
7627           If the <file>.la</file> file is required for that library (if,
7628           for instance, it's loaded via <tt>libltdl</tt> in a way that
7629           requires that meta-information), the <tt>dependency_libs</tt>
7630           setting in the <file>.la</file> file should normally be set to
7631           the empty string.  If the shared library development package has
7632           historically included the <file>.la</file>, it must be retained
7633           in the development package (with <tt>dependency_libs</tt>
7634           emptied) until all libraries that depend on it have removed or
7635           emptied <tt>dependency_libs</tt> in their <file>.la</file>
7636           files to prevent linking with those other libraries
7637           using <prgn>libtool</prgn> from failing.
7638         </p>
7639
7640         <p>
7641           If the <file>.la</file> must be included, it should be included
7642           in the development (<tt>-dev</tt>) package, unless the library
7643           will be loaded by <prgn>libtool</prgn>'s <tt>libltdl</tt>
7644           library.  If it is intended for use with <tt>libltdl</tt>,
7645           the <file>.la</file> files must go in the run-time library
7646           package.
7647         </p>
7648
7649         <p>
7650           These requirements for handling of <file>.la</file> files do not
7651           apply to loadable modules or libraries not installed in
7652           directories searched by default by the dynamic linker.  Packages
7653           installing loadable modules will frequently need to install
7654           the <file>.la</file> files alongside the modules so that they
7655           can be loaded by <tt>libltdl</tt>.  <tt>dependency_libs</tt>
7656           does not need to be modified for libraries or modules that are
7657           not installed in directories searched by the dynamic linker by
7658           default and not intended for use by other packages.
7659         </p>
7660
7661         <p>
7662           You must make sure that you use only released versions of
7663           shared libraries to build your packages; otherwise other
7664           users will not be able to run your binaries
7665           properly. Producing source packages that depend on
7666           unreleased compilers is also usually a bad
7667           idea.
7668         </p>
7669       </sect>
7670
7671
7672       <sect>
7673         <heading>Shared libraries</heading>
7674         <p>
7675           This section has moved to <ref id="sharedlibs">.
7676         </p>
7677       </sect>
7678
7679
7680       <sect id="scripts">
7681         <heading>Scripts</heading>
7682
7683         <p>
7684           All command scripts, including the package maintainer
7685           scripts inside the package and used by <prgn>dpkg</prgn>,
7686           should have a <tt>#!</tt> line naming the shell to be used
7687           to interpret them.
7688         </p>
7689
7690         <p>
7691           In the case of Perl scripts this should be
7692           <tt>#!/usr/bin/perl</tt>.
7693         </p>
7694
7695         <p>
7696           When scripts are installed into a directory in the system
7697           PATH, the script name should not include an extension such
7698           as <tt>.sh</tt> or <tt>.pl</tt> that denotes the scripting
7699           language currently used to implement it.
7700         </p>
7701         <p>
7702           Shell scripts (<prgn>sh</prgn> and <prgn>bash</prgn>) other than
7703           <file>init.d</file> scripts should almost certainly start
7704           with <tt>set -e</tt> so that errors are detected.
7705           <file>init.d</file> scripts are something of a special case, due
7706           to how frequently they need to call commands that are allowed to
7707           fail, and it may instead be easier to check the exit status of
7708           commands directly.  See <ref id="writing-init"> for more
7709           information about writing <file>init.d</file> scripts.
7710         </p>
7711         <p>
7712           Every script should use <tt>set -e</tt> or check the exit status
7713           of <em>every</em> command.
7714         </p>
7715         <p>
7716           Scripts may assume that <file>/bin/sh</file> implements the
7717           SUSv3 Shell Command Language<footnote>
7718             Single UNIX Specification, version 3, which is also IEEE
7719             1003.1-2004 (POSIX), and is available on the World Wide Web
7720             from <url id="http://www.unix.org/version3/online.html"
7721                       name="The Open Group"> after free
7722             registration.</footnote>
7723           plus the following additional features not mandated by
7724           SUSv3:<footnote>
7725             These features are in widespread use in the Linux community
7726             and are implemented in all of bash, dash, and ksh, the most
7727             common shells users may wish to use as <file>/bin/sh</file>.
7728           </footnote>
7729           <list>
7730             <item><tt>echo -n</tt>, if implemented as a shell built-in,
7731               must not generate a newline.</item>
7732             <item><tt>test</tt>, if implemented as a shell built-in, must
7733               support <tt>-a</tt> and <tt>-o</tt> as binary logical
7734               operators.</item>
7735             <item><tt>local</tt> to create a scoped variable must be
7736               supported, including listing multiple variables in a single
7737               local command and assigning a value to a variable at the
7738               same time as localizing it.  <tt>local</tt> may or
7739               may not preserve the variable value from an outer scope if
7740               no assignment is present.  Uses such as:
7741 <example compact>
7742 fname () {
7743     local a b c=delta d
7744     # ... use a, b, c, d ...
7745 }
7746 </example>
7747               must be supported and must set the value of <tt>c</tt> to
7748               <tt>delta</tt>.
7749             </item>
7750             <item>The XSI extension to <prgn>kill</prgn> allowing <tt>kill
7751               -<var>signal</var></tt>, where <var>signal</var> is either
7752               the name of a signal or one of the numeric signals listed in
7753               the XSI extension (0, 1, 2, 3, 6, 9, 14, and 15), must be
7754               supported if <prgn>kill</prgn> is implemented as a shell
7755               built-in.
7756             </item>
7757             <item>The XSI extension to <prgn>trap</prgn> allowing numeric
7758               signals must be supported.  In addition to the signal
7759               numbers listed in the extension, which are the same as for
7760               <prgn>kill</prgn> above, 13 (SIGPIPE) must be allowed.
7761             </item>
7762           </list>
7763           If a shell script requires non-SUSv3 features from the shell
7764           interpreter other than those listed above, the appropriate shell
7765           must be specified in the first line of the script (e.g.,
7766           <tt>#!/bin/bash</tt>) and the package must depend on the package
7767           providing the shell (unless the shell package is marked
7768           "Essential", as in the case of <prgn>bash</prgn>).
7769         </p>
7770
7771         <p>
7772           You may wish to restrict your script to SUSv3 features plus the
7773           above set when possible so that it may use <file>/bin/sh</file>
7774           as its interpreter. If your script works with <prgn>dash</prgn>
7775           (originally called <prgn>ash</prgn>), it probably complies with
7776           the above requirements, but if you are in doubt, use
7777           <file>/bin/bash</file>.
7778         </p>
7779
7780         <p>
7781           Perl scripts should check for errors when making any
7782           system calls, including <tt>open</tt>, <tt>print</tt>,
7783           <tt>close</tt>, <tt>rename</tt> and <tt>system</tt>.
7784         </p>
7785
7786         <p>
7787           <prgn>csh</prgn> and <prgn>tcsh</prgn> should be avoided as
7788           scripting languages.  See <em>Csh Programming Considered
7789           Harmful</em>, one of the <tt>comp.unix.*</tt> FAQs, which
7790           can be found at <url id="http://www.faqs.org/faqs/unix-faq/shell/csh-whynot/">.
7791           If an upstream package comes with <prgn>csh</prgn> scripts
7792           then you must make sure that they start with
7793           <tt>#!/bin/csh</tt> and make your package depend on the
7794           <prgn>c-shell</prgn> virtual package.
7795         </p>
7796
7797         <p>
7798           Any scripts which create files in world-writeable
7799           directories (e.g., in <file>/tmp</file>) must use a
7800           mechanism which will fail atomically if a file with the same
7801           name already exists.
7802         </p>
7803
7804         <p>
7805           The Debian base system provides the <prgn>tempfile</prgn>
7806           and <prgn>mktemp</prgn> utilities for use by scripts for
7807           this purpose.
7808         </p>
7809       </sect>
7810
7811
7812       <sect>
7813         <heading>Symbolic links</heading>
7814
7815         <p>
7816           In general, symbolic links within a top-level directory
7817           should be relative, and symbolic links pointing from one
7818           top-level directory into another should be absolute. (A
7819           top-level directory is a sub-directory of the root
7820           directory <file>/</file>.)
7821         </p>
7822
7823         <p>
7824           In addition, symbolic links should be specified as short as
7825           possible, i.e., link targets like <file>foo/../bar</file> are
7826           deprecated.
7827         </p>
7828
7829         <p>
7830           Note that when creating a relative link using
7831           <prgn>ln</prgn> it is not necessary for the target of the
7832           link to exist relative to the working directory you're
7833           running <prgn>ln</prgn> from, nor is it necessary to change
7834           directory to the directory where the link is to be made.
7835           Simply include the string that should appear as the target
7836           of the link (this will be a pathname relative to the
7837           directory in which the link resides) as the first argument
7838           to <prgn>ln</prgn>.
7839         </p>
7840
7841         <p>
7842           For example, in your <prgn>Makefile</prgn> or
7843           <file>debian/rules</file>, you can do things like:
7844           <example compact="compact">
7845 ln -fs gcc $(prefix)/bin/cc
7846 ln -fs gcc debian/tmp/usr/bin/cc
7847 ln -fs ../sbin/sendmail $(prefix)/bin/runq
7848 ln -fs ../sbin/sendmail debian/tmp/usr/bin/runq
7849           </example>
7850         </p>
7851
7852         <p>
7853           A symbolic link pointing to a compressed file should always
7854           have the same file extension as the referenced file. (For
7855           example, if a file <file>foo.gz</file> is referenced by a
7856           symbolic link, the filename of the link has to end with
7857           "<file>.gz</file>" too, as in <file>bar.gz</file>.)
7858         </p>
7859       </sect>
7860
7861       <sect>
7862         <heading>Device files</heading>
7863
7864         <p>
7865           Packages must not include device files or named pipes in the
7866           package file tree.
7867         </p>
7868
7869         <p>
7870           If a package needs any special device files that are not
7871           included in the base system, it must call
7872           <prgn>MAKEDEV</prgn> in the <prgn>postinst</prgn> script,
7873           after notifying the user<footnote>
7874               This notification could be done via a (low-priority)
7875               debconf message, or an echo (printf) statement.
7876           </footnote>.
7877         </p>
7878
7879         <p>
7880           Packages must not remove any device files in the
7881           <prgn>postrm</prgn> or any other script. This is left to the
7882           system administrator.
7883         </p>
7884
7885         <p>
7886           Debian uses the serial devices
7887           <file>/dev/ttyS*</file>. Programs using the old
7888           <file>/dev/cu*</file> devices should be changed to use
7889           <file>/dev/ttyS*</file>.
7890         </p>
7891
7892         <p>
7893           Named pipes needed by the package must be created in
7894           the <prgn>postinst</prgn> script<footnote>
7895             It's better to use <prgn>mkfifo</prgn> rather
7896             than <prgn>mknod</prgn> to create named pipes so that
7897             automated checks for packages incorrectly creating device
7898             files with <prgn>mknod</prgn> won't have false positives.
7899           </footnote> and removed in
7900           the <prgn>prerm</prgn> or <prgn>postrm</prgn> script as
7901           appropriate.
7902         </p>
7903       </sect>
7904
7905       <sect id="config-files">
7906         <heading>Configuration files</heading>
7907
7908         <sect1>
7909           <heading>Definitions</heading>
7910
7911           <p>
7912             <taglist>
7913               <tag>configuration file</tag>
7914               <item>
7915                   A file that affects the operation of a program, or
7916                   provides site- or host-specific information, or
7917                   otherwise customizes the behavior of a program.
7918                   Typically, configuration files are intended to be
7919                   modified by the system administrator (if needed or
7920                   desired) to conform to local policy or to provide
7921                   more useful site-specific behavior.
7922               </item>
7923
7924               <tag><tt>conffile</tt></tag>
7925               <item>
7926                   A file listed in a package's <tt>conffiles</tt>
7927                   file, and is treated specially by <prgn>dpkg</prgn>
7928                   (see <ref id="configdetails">).
7929               </item>
7930             </taglist>
7931           </p>
7932
7933           <p>
7934             The distinction between these two is important; they are
7935             not interchangeable concepts. Almost all
7936             <tt>conffile</tt>s are configuration files, but many
7937             configuration files are not <tt>conffiles</tt>.
7938           </p>
7939
7940           <p>
7941             As noted elsewhere, <file>/etc/init.d</file> scripts,
7942             <file>/etc/default</file> files, scripts installed in
7943             <file>/etc/cron.{hourly,daily,weekly,monthly}</file>, and cron
7944             configuration installed in <file>/etc/cron.d</file> must be
7945             treated as configuration files.  In general, any script that
7946             embeds configuration information is de-facto a configuration
7947             file and should be treated as such.
7948           </p>
7949         </sect1>
7950
7951         <sect1>
7952           <heading>Location</heading>
7953
7954           <p>
7955             Any configuration files created or used by your package
7956             must reside in <file>/etc</file>. If there are several,
7957             consider creating a subdirectory of <file>/etc</file>
7958             named after your package.
7959           </p>
7960
7961           <p>
7962             If your package creates or uses configuration files
7963             outside of <file>/etc</file>, and it is not feasible to modify
7964             the package to use <file>/etc</file> directly, put the files
7965             in <file>/etc</file> and create symbolic links to those files
7966             from the location that the package requires.
7967           </p>
7968         </sect1>
7969
7970         <sect1>
7971           <heading>Behavior</heading>
7972
7973           <p>
7974             Configuration file handling must conform to the following
7975             behavior:
7976             <list compact="compact">
7977               <item>
7978                   local changes must be preserved during a package
7979                   upgrade, and
7980               </item>
7981               <item>
7982                   configuration files must be preserved when the
7983                   package is removed, and only deleted when the
7984                   package is purged.
7985               </item>
7986             </list>
7987             Obsolete configuration files without local changes may be
7988             removed by the package during upgrade.
7989           </p>
7990
7991           <p>
7992             The easy way to achieve this behavior is to make the
7993             configuration file a <tt>conffile</tt>. This is
7994             appropriate only if it is possible to distribute a default
7995             version that will work for most installations, although
7996             some system administrators may choose to modify it. This
7997             implies that the default version will be part of the
7998             package distribution, and must not be modified by the
7999             maintainer scripts during installation (or at any other
8000             time).
8001           </p>
8002
8003           <p>
8004             In order to ensure that local changes are preserved
8005             correctly, no package may contain or make hard links to
8006             conffiles.<footnote>
8007                 Rationale: There are two problems with hard links.
8008                 The first is that some editors break the link while
8009                 editing one of the files, so that the two files may
8010                 unwittingly become unlinked and different.  The second
8011                 is that <prgn>dpkg</prgn> might break the hard link
8012                 while upgrading <tt>conffile</tt>s.
8013             </footnote>
8014           </p>
8015
8016           <p>
8017             The other way to do it is via the maintainer scripts.  In
8018             this case, the configuration file must not be listed as a
8019             <tt>conffile</tt> and must not be part of the package
8020             distribution. If the existence of a file is required for
8021             the package to be sensibly configured it is the
8022             responsibility of the package maintainer to provide
8023             maintainer scripts which correctly create, update and
8024             maintain the file and remove it on purge.  (See <ref
8025             id="maintainerscripts"> for more information.)  These
8026             scripts must be idempotent (i.e., must work correctly if
8027             <prgn>dpkg</prgn> needs to re-run them due to errors
8028             during installation or removal), must cope with all the
8029             variety of ways <prgn>dpkg</prgn> can call maintainer
8030             scripts, must not overwrite or otherwise mangle the user's
8031             configuration without asking, must not ask unnecessary
8032             questions (particularly during upgrades), and must
8033             otherwise be good citizens.
8034           </p>
8035
8036           <p>
8037             The scripts are not required to configure every possible
8038             option for the package, but only those necessary to get
8039             the package running on a given system. Ideally the
8040             sysadmin should not have to do any configuration other
8041             than that done (semi-)automatically by the
8042             <prgn>postinst</prgn> script.
8043           </p>
8044
8045           <p>
8046             A common practice is to create a script called
8047             <file><var>package</var>-configure</file> and have the
8048             package's <prgn>postinst</prgn> call it if and only if the
8049             configuration file does not already exist.  In certain
8050             cases it is useful for there to be an example or template
8051             file which the maintainer scripts use.  Such files should
8052             be in <file>/usr/share/<var>package</var></file> or
8053             <file>/usr/lib/<var>package</var></file> (depending on whether
8054             they are architecture-independent or not).  There should
8055             be symbolic links to them from
8056             <file>/usr/share/doc/<var>package</var>/examples</file> if
8057             they are examples, and should be perfectly ordinary
8058             <prgn>dpkg</prgn>-handled files (<em>not</em>
8059             configuration files).
8060           </p>
8061
8062           <p>
8063             These two styles of configuration file handling must
8064             not be mixed, for that way lies madness:
8065             <prgn>dpkg</prgn> will ask about overwriting the file
8066             every time the package is upgraded.
8067           </p>
8068         </sect1>
8069
8070         <sect1>
8071           <heading>Sharing configuration files</heading>
8072
8073           <p>
8074             Packages which specify the same file as a
8075             <tt>conffile</tt> must be tagged as <em>conflicting</em>
8076             with each other.  (This is an instance of the general rule
8077             about not sharing files.  Note that neither alternatives
8078             nor diversions are likely to be appropriate in this case;
8079             in particular, <prgn>dpkg</prgn> does not handle diverted
8080             <tt>conffile</tt>s well.)
8081           </p>
8082
8083           <p>
8084             The maintainer scripts must not alter a <tt>conffile</tt>
8085             of <em>any</em> package, including the one the scripts
8086             belong to.
8087           </p>
8088
8089           <p>
8090             If two or more packages use the same configuration file
8091             and it is reasonable for both to be installed at the same
8092             time, one of these packages must be defined as
8093             <em>owner</em> of the configuration file, i.e., it will be
8094             the package which handles that file as a configuration
8095             file.  Other packages that use the configuration file must
8096             depend on the owning package if they require the
8097             configuration file to operate. If the other package will
8098             use the configuration file if present, but is capable of
8099             operating without it, no dependency need be declared.
8100           </p>
8101
8102           <p>
8103             If it is desirable for two or more related packages to
8104             share a configuration file <em>and</em> for all of the
8105             related packages to be able to modify that configuration
8106             file, then the following should be done:
8107             <enumlist compact="compact">
8108               <item>
8109                   One of the related packages (the "owning" package)
8110                   will manage the configuration file with maintainer
8111                   scripts as described in the previous section.
8112               </item>
8113               <item>
8114                   The owning package should also provide a program
8115                   that the other packages may use to modify the
8116                   configuration file.
8117               </item>
8118               <item>
8119                   The related packages must use the provided program
8120                   to make any desired modifications to the
8121                   configuration file.  They should either depend on
8122                   the core package to guarantee that the configuration
8123                   modifier program is available or accept gracefully
8124                   that they cannot modify the configuration file if it
8125                   is not.  (This is in addition to the fact that the
8126                   configuration file may not even be present in the
8127                   latter scenario.)
8128               </item>
8129             </enumlist>
8130           </p>
8131
8132           <p>
8133             Sometimes it's appropriate to create a new package which
8134             provides the basic infrastructure for the other packages
8135             and which manages the shared configuration files.  (The
8136             <tt>sgml-base</tt> package is a good example.)
8137           </p>
8138         </sect1>
8139
8140         <sect1>
8141           <heading>User configuration files ("dotfiles")</heading>
8142
8143           <p>
8144             The files in <file>/etc/skel</file> will automatically be
8145             copied into new user accounts by <prgn>adduser</prgn>.
8146             No other program should reference the files in
8147             <file>/etc/skel</file>.
8148           </p>
8149
8150           <p>
8151             Therefore, if a program needs a dotfile to exist in
8152             advance in <file>$HOME</file> to work sensibly, that dotfile
8153             should be installed in <file>/etc/skel</file> and treated as a
8154             configuration file.
8155           </p>
8156
8157           <p>
8158             However, programs that require dotfiles in order to
8159             operate sensibly are a bad thing, unless they do create
8160             the dotfiles themselves automatically.
8161           </p>
8162
8163           <p>
8164             Furthermore, programs should be configured by the Debian
8165             default installation to behave as closely to the upstream
8166             default behavior as possible.
8167           </p>
8168
8169           <p>
8170             Therefore, if a program in a Debian package needs to be
8171             configured in some way in order to operate sensibly, that
8172             should be done using a site-wide configuration file placed
8173             in <file>/etc</file>.  Only if the program doesn't support a
8174             site-wide default configuration and the package maintainer
8175             doesn't have time to add it may a default per-user file be
8176             placed in <file>/etc/skel</file>.
8177           </p>
8178
8179           <p>
8180             <file>/etc/skel</file> should be as empty as we can make it.
8181             This is particularly true because there is no easy (or
8182             necessarily desirable) mechanism for ensuring that the
8183             appropriate dotfiles are copied into the accounts of
8184             existing users when a package is installed.
8185           </p>
8186         </sect1>
8187       </sect>
8188
8189       <sect>
8190         <heading>Log files</heading>
8191         <p>
8192           Log files should usually be named
8193           <file>/var/log/<var>package</var>.log</file>.  If you have many
8194           log files, or need a separate directory for permission
8195           reasons (<file>/var/log</file> is writable only by
8196           <file>root</file>), you should usually create a directory named
8197           <file>/var/log/<var>package</var></file> and place your log
8198           files there.
8199         </p>
8200
8201         <p>
8202           Log files must be rotated occasionally so that they don't grow
8203           indefinitely.  The best way to do this is to install a log
8204           rotation configuration file in the
8205           directory <file>/etc/logrotate.d</file>, normally
8206           named <file>/etc/logrotate.d/<var>package</var></file>, and use
8207           the facilities provided by <prgn>logrotate</prgn>.
8208           <footnote>
8209             <p>
8210               The traditional approach to log files has been to set up
8211               <em>ad hoc</em> log rotation schemes using simple shell
8212               scripts and cron.  While this approach is highly
8213               customizable, it requires quite a lot of sysadmin work.
8214               Even though the original Debian system helped a little
8215               by automatically installing a system which can be used
8216               as a template, this was deemed not enough.
8217             </p>
8218
8219             <p>
8220               The use of <prgn>logrotate</prgn>, a program developed
8221               by Red Hat, is better, as it centralizes log management.
8222               It has both a configuration file
8223               (<file>/etc/logrotate.conf</file>) and a directory where
8224               packages can drop their individual log rotation
8225               configurations (<file>/etc/logrotate.d</file>).
8226             </p>
8227           </footnote>
8228           Here is a good example for a logrotate config
8229           file (for more information see <manref name="logrotate"
8230             section="8">):
8231           <example compact="compact">
8232 /var/log/foo/*.log {
8233     rotate 12
8234     weekly
8235     compress
8236     missingok
8237     postrotate
8238         start-stop-daemon -K -p /var/run/foo.pid -s HUP -x /usr/sbin/foo -q
8239     endscript
8240 }
8241           </example>
8242           This rotates all files under <file>/var/log/foo</file>, saves 12
8243           compressed generations, and tells the daemon to reopen its log
8244           files after the log rotation.  It skips this log rotation
8245           (via <tt>missingok</tt>) if no such log file is present, which
8246           avoids errors if the package is removed but not purged.
8247         </p>
8248
8249         <p>
8250           Log files should be removed when the package is
8251           purged (but not when it is only removed).  This should be
8252           done by the <prgn>postrm</prgn> script when it is called
8253           with the argument <tt>purge</tt> (see <ref
8254           id="removedetails">).
8255         </p>
8256       </sect>
8257
8258       <sect id="permissions-owners">
8259         <heading>Permissions and owners</heading>
8260
8261         <p>
8262           The rules in this section are guidelines for general use.
8263           If necessary you may deviate from the details below.
8264           However, if you do so you must make sure that what is done
8265           is secure and you should try to be as consistent as possible
8266           with the rest of the system.  You should probably also
8267           discuss it on <prgn>debian-devel</prgn> first.
8268         </p>
8269
8270         <p>
8271           Files should be owned by <tt>root:root</tt>, and made
8272           writable only by the owner and universally readable (and
8273           executable, if appropriate), that is mode 644 or 755.
8274         </p>
8275
8276         <p>
8277           Directories should be mode 755 or (for group-writability)
8278           mode 2775.  The ownership of the directory should be
8279           consistent with its mode: if a directory is mode 2775, it
8280           should be owned by the group that needs write access to
8281           it.<footnote>
8282             <p>
8283               When a package is upgraded, and the owner or permissions
8284               of a file included in the package has changed, dpkg
8285               arranges for the ownership and permissions to be
8286               correctly set upon installation. However, this does not
8287               extend to directories; the permissions and ownership of
8288               directories already on the system does not change on
8289               install or upgrade of packages.  This makes sense, since
8290               otherwise common directories like <tt>/usr</tt> would
8291               always be in flux.  To correctly change permissions of a
8292               directory the package owns, explicit action is required,
8293               usually in the <tt>postinst</tt> script. Care must be
8294               taken to handle downgrades as well, in that case.
8295             </p>
8296           </footnote>
8297         </p>
8298
8299         <p>
8300           Control information files should be owned by <tt>root:root</tt>
8301           and either mode 644 (for most files) or mode 755 (for
8302           executables such as <qref id="maintscripts">maintainer
8303           scripts</qref>).
8304         </p>
8305
8306         <p>
8307           Setuid and setgid executables should be mode 4755 or 2755
8308           respectively, and owned by the appropriate user or group.
8309           They should not be made unreadable (modes like 4711 or
8310           2711 or even 4111); doing so achieves no extra security,
8311           because anyone can find the binary in the freely available
8312           Debian package; it is merely inconvenient.  For the same
8313           reason you should not restrict read or execute permissions
8314           on non-set-id executables.
8315         </p>
8316
8317         <p>
8318           Some setuid programs need to be restricted to particular
8319           sets of users, using file permissions.  In this case they
8320           should be owned by the uid to which they are set-id, and by
8321           the group which should be allowed to execute them.  They
8322           should have mode 4754; again there is no point in making
8323           them unreadable to those users who must not be allowed to
8324           execute them.
8325         </p>
8326
8327         <p>
8328           It is possible to arrange that the system administrator can
8329           reconfigure the package to correspond to their local
8330           security policy by changing the permissions on a binary:
8331           they can do this by using <prgn>dpkg-statoverride</prgn>, as
8332           described below.<footnote>
8333             Ordinary files installed by <prgn>dpkg</prgn> (as
8334             opposed to <tt>conffile</tt>s and other similar objects)
8335             normally have their permissions reset to the distributed
8336             permissions when the package is reinstalled.  However,
8337             the use of <prgn>dpkg-statoverride</prgn> overrides this
8338             default behavior.
8339           </footnote>
8340           Another method you should consider is to create a group for
8341           people allowed to use the program(s) and make any setuid
8342           executables executable only by that group.
8343         </p>
8344
8345         <p>
8346           If you need to create a new user or group for your package
8347           there are two possibilities.  Firstly, you may need to
8348           make some files in the binary package be owned by this
8349           user or group, or you may need to compile the user or
8350           group id (rather than just the name) into the binary
8351           (though this latter should be avoided if possible, as in
8352           this case you need a statically allocated id).</p>
8353
8354         <p>
8355           If you need a statically allocated id, you must ask for a
8356           user or group id from the <tt>base-passwd</tt> maintainer,
8357           and must not release the package until you have been
8358           allocated one.  Once you have been allocated one you must
8359           either make the package depend on a version of the
8360           <tt>base-passwd</tt> package with the id present in
8361           <file>/etc/passwd</file> or <file>/etc/group</file>, or arrange for
8362           your package to create the user or group itself with the
8363           correct id (using <tt>adduser</tt>) in its
8364           <prgn>preinst</prgn> or <prgn>postinst</prgn>.  (Doing it in
8365           the <prgn>postinst</prgn> is to be preferred if it is
8366           possible, otherwise a pre-dependency will be needed on the
8367           <tt>adduser</tt> package.)
8368         </p>
8369
8370         <p>
8371           On the other hand, the program might be able to determine
8372           the uid or gid from the user or group name at runtime, so
8373           that a dynamically allocated id can be used.  In this case
8374           you should choose an appropriate user or group name,
8375           discussing this on <prgn>debian-devel</prgn> and checking
8376           with the <package/base-passwd/ maintainer that it is unique and that
8377           they do not wish you to use a statically allocated id
8378           instead.  When this has been checked you must arrange for
8379           your package to create the user or group if necessary using
8380           <prgn>adduser</prgn> in the <prgn>preinst</prgn> or
8381           <prgn>postinst</prgn> script (again, the latter is to be
8382           preferred if it is possible).
8383         </p>
8384
8385         <p>
8386           Note that changing the numeric value of an id associated
8387           with a name is very difficult, and involves searching the
8388           file system for all appropriate files.  You need to think
8389           carefully whether a static or dynamic id is required, since
8390           changing your mind later will cause problems.
8391         </p>
8392
8393         <sect1><heading>The use of <prgn>dpkg-statoverride</prgn></heading>
8394           <p>
8395             This section is not intended as policy, but as a
8396             description of the use of <prgn>dpkg-statoverride</prgn>.
8397           </p>
8398
8399           <p>
8400             If a system administrator wishes to have a file (or
8401             directory or other such thing) installed with owner and
8402             permissions different from those in the distributed Debian
8403             package, they can use the <prgn>dpkg-statoverride</prgn>
8404             program to instruct <prgn>dpkg</prgn> to use the different
8405             settings every time the file is installed.  Thus the
8406             package maintainer should distribute the files with their
8407             normal permissions, and leave it for the system
8408             administrator to make any desired changes.  For example, a
8409             daemon which is normally required to be setuid root, but
8410             in certain situations could be used without being setuid,
8411             should be installed setuid in the <tt>.deb</tt>.  Then the
8412             local system administrator can change this if they wish.
8413             If there are two standard ways of doing it, the package
8414             maintainer can use <tt>debconf</tt> to find out the
8415             preference, and call <prgn>dpkg-statoverride</prgn> in the
8416             maintainer script if necessary to accommodate the system
8417             administrator's choice. Care must be taken during
8418             upgrades to not override an existing setting.
8419           </p>
8420
8421           <p>
8422             Given the above, <prgn>dpkg-statoverride</prgn> is
8423             essentially a tool for system administrators and would not
8424             normally be needed in the maintainer scripts.  There is
8425             one type of situation, though, where calls to
8426             <prgn>dpkg-statoverride</prgn> would be needed in the
8427             maintainer scripts, and that involves packages which use
8428             dynamically allocated user or group ids.  In such a
8429             situation, something like the following idiom can be very
8430             helpful in the package's <prgn>postinst</prgn>, where
8431             <tt>sysuser</tt> is a dynamically allocated id:
8432             <example>
8433 for i in /usr/bin/foo /usr/sbin/bar
8434 do
8435   # only do something when no setting exists
8436   if ! dpkg-statoverride --list $i >/dev/null 2>&1
8437   then
8438     #include: debconf processing, question about foo and bar
8439     if [ "$RET" = "true" ] ; then
8440       dpkg-statoverride --update --add sysuser root 4755 $i
8441     fi
8442   fi
8443 done
8444             </example>
8445             The corresponding code to remove the override when the package
8446             is purged would be:
8447             <example>
8448 for i in /usr/bin/foo /usr/sbin/bar
8449 do
8450   if dpkg-statoverride --list $i >/dev/null 2>&1
8451   then
8452     dpkg-statoverride --remove $i
8453   fi
8454 done
8455             </example>
8456           </p>
8457         </sect1>
8458       </sect>
8459     </chapt>
8460
8461
8462     <chapt id="customized-programs">
8463       <heading>Customized programs</heading>
8464
8465       <sect id="arch-spec">
8466         <heading>Architecture specification strings</heading>
8467
8468         <p>
8469           If a program needs to specify an <em>architecture specification
8470           string</em> in some place, it should select one of the strings
8471           provided by <tt>dpkg-architecture -L</tt>. The strings are in
8472           the format <tt><var>os</var>-<var>arch</var></tt>, though the OS
8473           part is sometimes elided, as when the OS is Linux.
8474         </p>
8475
8476         <p>
8477           Note that we don't want to use
8478           <tt><var>arch</var>-debian-linux</tt> to apply to the rule
8479           <tt><var>architecture</var>-<var>vendor</var>-<var>os</var></tt>
8480           since this would make our programs incompatible with other
8481           Linux distributions.  We also don't use something like
8482           <tt><var>arch</var>-unknown-linux</tt>, since the
8483           <tt>unknown</tt> does not look very good.
8484         </p>
8485
8486         <sect1 id="arch-wildcard-spec">
8487           <heading>Architecture wildcards</heading>
8488
8489           <p>
8490             A package may specify an architecture wildcard. Architecture
8491             wildcards are in the format <tt>any</tt> (which matches every
8492             architecture), <tt><var>os</var></tt>-any, or
8493             any-<tt><var>cpu</var></tt>. <footnote>
8494               Internally, the package system normalizes the GNU triplets
8495               and the Debian arches into Debian arch triplets (which are
8496               kind of inverted GNU triplets), with the first component of
8497               the triplet representing the libc and ABI in use, and then
8498               does matching against those triplets.  However, such
8499               triplets are an internal implementation detail that should
8500               not be used by packages directly.  The libc and ABI portion
8501               is handled internally by the package system based on
8502               the <var>os</var> and <var>cpu</var>.
8503             </footnote>
8504           </p>
8505         </sect1>
8506       </sect>
8507
8508       <sect>
8509         <heading>Daemons</heading>
8510
8511         <p>
8512           The configuration files <file>/etc/services</file>,
8513           <file>/etc/protocols</file>, and <file>/etc/rpc</file> are managed
8514           by the <prgn>netbase</prgn> package and must not be modified
8515           by other packages.
8516         </p>
8517
8518         <p>
8519           If a package requires a new entry in one of these files, the
8520           maintainer should get in contact with the
8521           <prgn>netbase</prgn> maintainer, who will add the entries
8522           and release a new version of the <prgn>netbase</prgn>
8523           package.
8524         </p>
8525
8526         <p>
8527           The configuration file <file>/etc/inetd.conf</file> must not be
8528           modified by the package's scripts except via the
8529           <prgn>update-inetd</prgn> script or the
8530           <file>DebianNet.pm</file> Perl module.  See their documentation
8531           for details on how to add entries.
8532         </p>
8533
8534         <p>
8535           If a package wants to install an example entry into
8536           <file>/etc/inetd.conf</file>, the entry must be preceded with
8537           exactly one hash character (<tt>#</tt>). Such lines are
8538           treated as "commented out by user" by the
8539           <prgn>update-inetd</prgn> script and are not changed or
8540           activated during package updates.
8541         </p>
8542       </sect>
8543
8544       <sect>
8545         <heading>Using pseudo-ttys and modifying wtmp, utmp and
8546         lastlog</heading>
8547
8548         <p>
8549           Some programs need to create pseudo-ttys. This should be done
8550           using Unix98 ptys if the C library supports it. The resulting
8551           program must not be installed setuid root, unless that
8552           is required for other functionality.
8553         </p>
8554
8555         <p>
8556           The files <file>/var/run/utmp</file>, <file>/var/log/wtmp</file> and
8557           <file>/var/log/lastlog</file> must be installed writable by
8558           group <tt>utmp</tt>.  Programs which need to modify those
8559           files must be installed setgid <tt>utmp</tt>.
8560         </p>
8561       </sect>
8562
8563       <sect>
8564         <heading>Editors and pagers</heading>
8565
8566         <p>
8567           Some programs have the ability to launch an editor or pager
8568           program to edit or display a text document.  Since there are
8569           lots of different editors and pagers available in the Debian
8570           distribution, the system administrator and each user should
8571           have the possibility to choose their preferred editor and
8572           pager.
8573         </p>
8574
8575         <p>
8576           In addition, every program should choose a good default
8577           editor/pager if none is selected by the user or system
8578           administrator.
8579         </p>
8580
8581         <p>
8582           Thus, every program that launches an editor or pager must
8583           use the EDITOR or PAGER environment variable to determine
8584           the editor or pager the user wishes to use.  If these
8585           variables are not set, the programs <file>/usr/bin/editor</file>
8586           and <file>/usr/bin/pager</file> should be used, respectively.
8587         </p>
8588
8589         <p>
8590           These two files are managed through the <prgn>dpkg</prgn>
8591           "alternatives" mechanism.  Every package providing an editor or
8592           pager must call the <prgn>update-alternatives</prgn> script to
8593           register as an alternative for <file>/usr/bin/editor</file>
8594           or <file>/usr/bin/pager</file> as appropriate.  The alternative
8595           should have a slave alternative
8596           for <file>/usr/share/man/man1/editor.1.gz</file>
8597           or <file>/usr/share/man/man1/pager.1.gz</file> pointing to the
8598           corresponding manual page.
8599         </p>
8600
8601         <p>
8602           If it is very hard to adapt a program to make use of the
8603           EDITOR or PAGER variables, that program may be configured to
8604           use <file>/usr/bin/sensible-editor</file> and
8605           <file>/usr/bin/sensible-pager</file> as the editor or pager
8606           program respectively.  These are two scripts provided in the
8607           <package>sensible-utils</package> package that check the EDITOR
8608           and PAGER variables and launch the appropriate program, and fall
8609           back to <file>/usr/bin/editor</file>
8610           and <file>/usr/bin/pager</file> if the variable is not set.
8611         </p>
8612
8613         <p>
8614           A program may also use the VISUAL environment variable to
8615           determine the user's choice of editor.  If it exists, it
8616           should take precedence over EDITOR.  This is in fact what
8617           <file>/usr/bin/sensible-editor</file> does.
8618         </p>
8619
8620         <p>
8621           It is not required for a package to depend on
8622           <tt>editor</tt> and <tt>pager</tt>, nor is it required for a
8623           package to provide such virtual packages.<footnote>
8624               The Debian base system already provides an editor and a
8625               pager program.
8626           </footnote>
8627         </p>
8628       </sect>
8629
8630       <sect id="web-appl">
8631         <heading>Web servers and applications</heading>
8632
8633         <p>
8634           This section describes the locations and URLs that should
8635           be used by all web servers and web applications in the
8636           Debian system.
8637         </p>
8638
8639         <p>
8640           <enumlist>
8641             <item>
8642                 Cgi-bin executable files are installed in the
8643                 directory
8644                 <example compact="compact">
8645 /usr/lib/cgi-bin/<var>cgi-bin-name</var>
8646                 </example>
8647                 or a subdirectory of that directory, and should be
8648                 referred to as
8649                 <example compact="compact">
8650 http://localhost/cgi-bin/<var>cgi-bin-name</var>
8651                 </example>
8652                 (possibly with a subdirectory name
8653                 before <var>cgi-bin-name</var>).
8654             </item>
8655
8656             <item>
8657               <p>Access to HTML documents</p>
8658
8659               <p>
8660                 HTML documents for a package are stored in
8661                 <file>/usr/share/doc/<var>package</var></file>
8662                 and can be referred to as
8663                 <example compact="compact">
8664 http://localhost/doc/<var>package</var>/<var>filename</var>
8665                 </example>
8666               </p>
8667
8668               <p>
8669                 The web server should restrict access to the document
8670                 tree so that only clients on the same host can read
8671                 the documents. If the web server does not support such
8672                 access controls, then it should not provide access at
8673                 all, or ask about providing access during installation.
8674               </p>
8675             </item>
8676
8677             <item>
8678               <p>Access to images</p>
8679               <p>
8680                 It is recommended that images for a package be stored
8681                 in <tt>/usr/share/images/<var>package</var></tt> and
8682                 may be referred to through an alias <tt>/images/</tt>
8683                 as
8684                 <example>
8685                   http://localhost/images/&lt;package&gt;/&lt;filename&gt;     
8686                 </example>
8687                 
8688               </p>
8689             </item>
8690
8691             <item>
8692               <p>Web Document Root</p>
8693
8694               <p>
8695                 Web Applications should try to avoid storing files in
8696                 the Web Document Root.  Instead they should use the
8697                 /usr/share/doc/<var>package</var> directory for
8698                 documents and register the Web Application via the
8699                 <package>doc-base</package> package.  If access to the
8700                 web document root is unavoidable then use
8701                 <example compact="compact">
8702 /var/www
8703                 </example>
8704                 as the Document Root.  This might be just a symbolic
8705                 link to the location where the system administrator
8706                 has put the real document root.
8707               </p>
8708             </item>
8709             <item><p>Providing httpd and/or httpd-cgi</p>
8710               <p>
8711                 All web servers should provide the virtual package
8712                 <tt>httpd</tt>. If a web server has CGI support it should
8713                 provide <tt>httpd-cgi</tt> additionally.
8714               </p>
8715               <p>
8716                 All web applications which do not contain CGI scripts should
8717                 depend on <tt>httpd</tt>, all those web applications which
8718                 <tt>do</tt> contain CGI scripts, should depend on
8719                 <tt>httpd-cgi</tt>.
8720               </p>
8721             </item>
8722           </enumlist>
8723         </p>
8724       </sect>
8725
8726       <sect id="mail-transport-agents">
8727         <heading>Mail transport, delivery and user agents</heading>
8728
8729         <p>
8730           Debian packages which process electronic mail, whether mail
8731           user agents (MUAs) or mail transport agents (MTAs), must
8732           ensure that they are compatible with the configuration
8733           decisions below.  Failure to do this may result in lost
8734           mail, broken <tt>From:</tt> lines, and other serious brain
8735           damage!
8736         </p>
8737
8738         <p>
8739           The mail spool is <file>/var/mail</file> and the interface to
8740           send a mail message is <file>/usr/sbin/sendmail</file> (as per
8741           the FHS).  On older systems, the mail spool may be
8742           physically located in <file>/var/spool/mail</file>, but all
8743           access to the mail spool should be via the
8744           <file>/var/mail</file> symlink.  The mail spool is part of the
8745           base system and not part of the MTA package.
8746         </p>
8747
8748         <p>
8749           All Debian MUAs, MTAs, MDAs and other mailbox accessing
8750           programs (such as IMAP daemons) must lock the mailbox in an
8751           NFS-safe way. This means that <tt>fcntl()</tt> locking must
8752           be combined with dot locking.  To avoid deadlocks, a program
8753           should use <tt>fcntl()</tt> first and dot locking after
8754           this, or alternatively implement the two locking methods in
8755           a non blocking way<footnote>
8756               If it is not possible to establish both locks, the
8757               system shouldn't wait for the second lock to be
8758               established, but remove the first lock, wait a (random)
8759               time, and start over locking again.
8760           </footnote>. Using the functions <tt>maillock</tt> and
8761           <tt>mailunlock</tt> provided by the
8762           <tt>liblockfile*</tt><footnote>
8763               You will need to depend on <tt>liblockfile1 (&gt;&gt;1.01)</tt>
8764               to use these functions.
8765           </footnote> packages is the recommended way to realize this.
8766         </p>
8767
8768         <p>
8769           Mailboxes are generally either mode 600 and owned by
8770           <var>user</var> or mode 660 and owned by
8771           <tt><var>user</var>:mail</tt><footnote>
8772             There are two traditional permission schemes for mail spools:
8773             mode 600 with all mail delivery done by processes running as
8774             the destination user, or mode 660 and owned by group mail with
8775             mail delivery done by a process running as a system user in
8776             group mail.  Historically, Debian required mode 660 mail
8777             spools to enable the latter model, but that model has become
8778             increasingly uncommon and the principle of least privilege
8779             indicates that mail systems that use the first model should
8780             use permissions of 600.  If delivery to programs is permitted,
8781             it's easier to keep the mail system secure if the delivery
8782             agent runs as the destination user.  Debian Policy therefore
8783             permits either scheme.
8784           </footnote>. The local system administrator may choose a
8785           different permission scheme; packages should not make
8786           assumptions about the permission and ownership of mailboxes
8787           unless required (such as when creating a new mailbox).  A MUA
8788           may remove a mailbox (unless it has nonstandard permissions) in
8789           which case the MTA or another MUA must recreate it if needed.
8790         </p>
8791
8792         <p>
8793           The mail spool is 2775 <tt>root:mail</tt>, and MUAs should
8794           be setgid mail to do the locking mentioned above (and
8795           must obviously avoid accessing other users' mailboxes
8796           using this privilege).</p>
8797
8798         <p>
8799           <file>/etc/aliases</file> is the source file for the system mail
8800           aliases (e.g., postmaster, usenet, etc.), it is the one
8801           which the sysadmin and <prgn>postinst</prgn> scripts may
8802           edit.  After <file>/etc/aliases</file> is edited the program or
8803           human editing it must call <prgn>newaliases</prgn>.  All MTA
8804           packages must come with a <prgn>newaliases</prgn> program,
8805           even if it does nothing, but older MTA packages did not do
8806           this so programs should not fail if <prgn>newaliases</prgn>
8807           cannot be found.  Note that because of this, all MTA
8808           packages must have <tt>Provides</tt>, <tt>Conflicts</tt> and
8809           <tt>Replaces: mail-transport-agent</tt> control fields.
8810         </p>
8811
8812         <p>
8813           The convention of writing <tt>forward to
8814             <var>address</var></tt> in the mailbox itself is not
8815           supported.  Use a <tt>.forward</tt> file instead.</p>
8816
8817         <p>
8818           The <prgn>rmail</prgn> program used by UUCP
8819           for incoming mail should be  <file>/usr/sbin/rmail</file>.
8820           Likewise, <prgn>rsmtp</prgn>, for receiving
8821           batch-SMTP-over-UUCP, should be <file>/usr/sbin/rsmtp</file> if it
8822           is supported.</p>
8823
8824         <p>
8825           If your package needs to know what hostname to use on (for
8826           example) outgoing news and mail messages which are generated
8827           locally, you should use the file <file>/etc/mailname</file>.  It
8828           will contain the portion after the username and <tt>@</tt>
8829           (at) sign for email addresses of users on the machine
8830           (followed by a newline).
8831         </p>
8832
8833         <p>
8834           Such a package should check for the existence of this file
8835           when it is being configured.  If it exists, it should be
8836           used without comment, although an MTA's configuration script
8837           may wish to prompt the user even if it finds that this file
8838           exists.  If the file does not exist, the package should
8839           prompt the user for the value (preferably using
8840           <prgn>debconf</prgn>) and store it in <file>/etc/mailname</file>
8841           as well as using it in the package's configuration.  The
8842           prompt should make it clear that the name will not just be
8843           used by that package.  For example, in this situation the
8844           <tt>inn</tt> package could say something like:
8845           <example compact="compact">
8846 Please enter the "mail name" of your system.  This is the
8847 hostname portion of the address to be shown on outgoing
8848 news and mail messages.  The default is
8849 <var>syshostname</var>, your system's host name.  Mail
8850 name ["<var>syshostname</var>"]:
8851           </example>
8852           where <var>syshostname</var> is the output of <tt>hostname
8853             --fqdn</tt>.
8854         </p>
8855       </sect>
8856
8857       <sect>
8858         <heading>News system configuration</heading>
8859
8860         <p>
8861           All the configuration files related to the NNTP (news)
8862           servers and clients should be located under
8863           <file>/etc/news</file>.</p>
8864
8865         <p>
8866           There are some configuration issues that apply to a number
8867           of news clients and server packages on the machine. These
8868           are:
8869
8870           <taglist>
8871             <tag><file>/etc/news/organization</file></tag>
8872             <item>
8873                 A string which should appear as the
8874                 organization header for all messages posted
8875                 by NNTP clients on the machine
8876             </item>
8877
8878             <tag><file>/etc/news/server</file></tag>
8879             <item>
8880                 Contains the FQDN of the upstream NNTP
8881                 server, or localhost if the local machine is
8882                 an NNTP server.
8883             </item>
8884           </taglist>
8885
8886           Other global files may be added as required for cross-package news
8887           configuration.
8888         </p>
8889       </sect>
8890
8891
8892       <sect>
8893         <heading>Programs for the X Window System</heading>
8894
8895         <sect1>
8896           <heading>Providing X support and package priorities</heading>
8897
8898           <p>
8899             Programs that can be configured with support for the X
8900             Window System must be configured to do so and must declare
8901             any package dependencies necessary to satisfy their
8902             runtime requirements when using the X Window System.  If
8903             such a package is of higher priority than the X packages
8904             on which it depends, it is required that either the
8905             X-specific components be split into a separate package, or
8906             that an alternative version of the package, which includes
8907             X support, be provided, or that the package's priority be
8908             lowered.
8909           </p>
8910         </sect1>
8911
8912         <sect1>
8913           <heading>Packages providing an X server</heading>
8914
8915           <p>
8916             Packages that provide an X server that, directly or
8917             indirectly, communicates with real input and display
8918             hardware should declare in their <tt>Provides</tt> control
8919             field that they provide the virtual
8920             package <tt>xserver</tt>.<footnote>
8921                 This implements current practice, and provides an
8922                 actual policy for usage of the <tt>xserver</tt>
8923                 virtual package which appears in the virtual packages
8924                 list.  In a nutshell, X servers that interface
8925                 directly with the display and input hardware or via
8926                 another subsystem (e.g., GGI) should provide
8927                 <tt>xserver</tt>.  Things like <tt>Xvfb</tt>,
8928                 <tt>Xnest</tt>, and <tt>Xprt</tt> should not.
8929             </footnote>
8930           </p>
8931         </sect1>
8932
8933         <sect1>
8934           <heading>Packages providing a terminal emulator</heading>
8935
8936           <p>
8937             Packages that provide a terminal emulator for the X Window
8938             System which meet the criteria listed below should declare in
8939             their <tt>Provides</tt> control field that they provide the
8940             virtual package <tt>x-terminal-emulator</tt>.  They should
8941             also register themselves as an alternative for
8942             <file>/usr/bin/x-terminal-emulator</file>, with a priority of
8943             20.  That alternative should have a slave alternative
8944             for <file>/usr/share/man/man1/x-terminal-emulator.1.gz</file>
8945             pointing to the corresponding manual page.
8946           </p>
8947
8948           <p>
8949             To be an <tt>x-terminal-emulator</tt>, a program must:
8950             <list compact="compact">
8951               <item>
8952                   Be able to emulate a DEC VT100 terminal, or a
8953                   compatible terminal.
8954               </item>
8955
8956               <item>
8957                   Support the command-line option <tt>-e
8958                     <var>command</var></tt>, which creates a new
8959                   terminal window<footnote>
8960                       "New terminal window" does not necessarily mean
8961                       a new top-level X window directly parented by
8962                       the window manager; it could, if the terminal
8963                       emulator application were so coded, be a new
8964                       "view" in a multiple-document interface (MDI).
8965                   </footnote>
8966                   and runs the specified <var>command</var>,
8967                   interpreting the entirety of the rest of the command
8968                   line as a command to pass straight to exec, in the
8969                   manner that <tt>xterm</tt> does.
8970               </item>
8971
8972               <item>
8973                   Support the command-line option <tt>-T
8974                     <var>title</var></tt>, which creates a new terminal
8975                   window with the window title <var>title</var>.
8976               </item>
8977             </list>
8978           </p>
8979         </sect1>
8980
8981         <sect1>
8982           <heading>Packages providing a window manager</heading>
8983
8984           <p>
8985             Packages that provide a window manager should declare in
8986             their <tt>Provides</tt> control field that they provide the
8987             virtual package <tt>x-window-manager</tt>.  They should also
8988             register themselves as an alternative for
8989             <file>/usr/bin/x-window-manager</file>, with a priority
8990             calculated as follows:
8991             <list compact="compact">
8992               <item>
8993                   Start with a priority of 20.
8994               </item>
8995
8996               <item>
8997                   If the window manager supports the Debian menu
8998                   system, add 20 points if this support is available
8999                   in the package's default configuration (i.e., no
9000                   configuration files belonging to the system or user
9001                   have to be edited to activate the feature); if
9002                   configuration files must be modified, add only 10
9003                   points.
9004                 </p>
9005               </item>
9006
9007               <item>
9008                   If the window manager complies with <url
9009                     id="http://www.freedesktop.org/Standards/wm-spec"
9010                     name="The Window Manager Specification Project">,
9011                   written by the <url id="http://www.freedesktop.org/"
9012                     name="Free Desktop Group">, add 40 points.
9013               </item>
9014
9015               <item>
9016                   If the window manager permits the X session to be
9017                   restarted using a <em>different</em> window manager
9018                   (without killing the X server) in its default
9019                   configuration, add 10 points; otherwise add none.
9020               </item>
9021             </list>
9022             That alternative should have a slave alternative
9023             for <file>/usr/share/man/man1/x-window-manager.1.gz</file>
9024             pointing to the corresponding manual page.
9025           </p>
9026         </sect1>
9027
9028         <sect1>
9029           <heading>Packages providing fonts</heading>
9030
9031           <p>
9032             Packages that provide fonts for the X Window
9033             System<footnote>
9034                 For the purposes of Debian Policy, a "font for the X
9035                 Window System" is one which is accessed via X protocol
9036                 requests.  Fonts for the Linux console, for PostScript
9037                 renderer, or any other purpose, do not fit this
9038                 definition.  Any tool which makes such fonts available
9039                 to the X Window System, however, must abide by this
9040                 font policy.
9041             </footnote>
9042             must do a number of things to ensure that they are both
9043             available without modification of the X or font server
9044             configuration, and that they do not corrupt files used by
9045             other font packages to register information about
9046             themselves.
9047             <enumlist>
9048               <item>
9049                   Fonts of any type supported by the X Window System
9050                   must be in a separate binary package from any
9051                   executables, libraries, or documentation (except
9052                   that specific to the fonts shipped, such as their
9053                   license information).  If one or more of the fonts
9054                   so packaged are necessary for proper operation of
9055                   the package with which they are associated the font
9056                   package may be Recommended; if the fonts merely
9057                   provide an enhancement, a Suggests relationship may
9058                   be used.  Packages must not Depend on font
9059                   packages.<footnote>
9060                       This is because the X server may retrieve fonts
9061                       from the local file system or over the network
9062                       from an X font server; the Debian package system
9063                       is empowered to deal only with the local
9064                       file system.
9065                   </footnote>
9066               </item>
9067
9068               <item>
9069                   BDF fonts must be converted to PCF fonts with the
9070                   <prgn>bdftopcf</prgn> utility (available in the
9071                   <tt>xfonts-utils</tt> package, <prgn>gzip</prgn>ped, and
9072                   placed in a directory that corresponds to their
9073                   resolution:
9074                   <list compact="compact">
9075                     <item>
9076                         100 dpi fonts must be placed in
9077                         <file>/usr/share/fonts/X11/100dpi/</file>.
9078                     </item>
9079
9080                     <item>
9081                         75 dpi fonts must be placed in
9082                         <file>/usr/share/fonts/X11/75dpi/</file>.
9083                     </item>
9084
9085                     <item>
9086                         Character-cell fonts, cursor fonts, and other
9087                         low-resolution fonts must be placed in
9088                         <file>/usr/share/fonts/X11/misc/</file>.
9089                     </item>
9090                   </list>
9091               </item>
9092
9093               <item>
9094                   Type 1 fonts must be placed in
9095                   <file>/usr/share/fonts/X11/Type1/</file>.  If font
9096                   metric files are available, they must be placed here
9097                   as well.
9098               </item>
9099
9100               <item>
9101                   Subdirectories of <file>/usr/share/fonts/X11/</file>
9102                   other than those listed above must be neither
9103                   created nor used.  (The <file>PEX</file>, <file>CID</file>,
9104                   <file>Speedo</file>, and <file>cyrillic</file> directories
9105                   are excepted for historical reasons, but installation of
9106                   files into these directories remains discouraged.)
9107               </item>
9108
9109               <item>
9110                   Font packages may, instead of placing files directly
9111                   in the X font directories listed above, provide
9112                   symbolic links in that font directory pointing to
9113                   the files' actual location in the filesystem.  Such
9114                   a location must comply with the FHS.
9115               </item>
9116
9117               <item>
9118                   Font packages should not contain both 75dpi and
9119                   100dpi versions of a font.  If both are available,
9120                   they should be provided in separate binary packages
9121                   with <tt>-75dpi</tt> or <tt>-100dpi</tt> appended to
9122                   the names of the packages containing the
9123                   corresponding fonts.
9124               </item>
9125
9126               <item>
9127                   Fonts destined for the <file>misc</file> subdirectory
9128                   should not be included in the same package as 75dpi
9129                   or 100dpi fonts; instead, they should be provided in
9130                   a separate package with <tt>-misc</tt> appended to
9131                   its name.
9132               </item>
9133
9134               <item>
9135                   Font packages must not provide the files
9136                   <file>fonts.dir</file>, <file>fonts.alias</file>, or
9137                   <file>fonts.scale</file> in a font directory:
9138                   <list>
9139                     <item>
9140                         <file>fonts.dir</file> files must not be provided at all.
9141                     </item>
9142
9143                     <item>
9144                         <file>fonts.alias</file> and <file>fonts.scale</file>
9145                         files, if needed, should be provided in the
9146                         directory
9147                         <file>/etc/X11/fonts/<var>fontdir</var>/<var>package</var>.<var>extension</var></file>,
9148                         where <var>fontdir</var> is the name of the
9149                         subdirectory of
9150                         <file>/usr/share/fonts/X11/</file> where the
9151                         package's corresponding fonts are stored
9152                         (e.g., <tt>75dpi</tt> or <tt>misc</tt>),
9153                         <var>package</var> is the name of the package
9154                         that provides these fonts, and
9155                         <var>extension</var> is either <tt>scale</tt>
9156                         or <tt>alias</tt>, whichever corresponds to
9157                         the file contents.
9158                     </item>
9159                   </list>
9160               </item>
9161
9162               <item>
9163                   Font packages must declare a dependency on
9164                   <tt>xfonts-utils</tt> in their <tt>Depends</tt>
9165                   or <tt>Pre-Depends</tt> control field.
9166               </item>
9167
9168               <item>
9169                   Font packages that provide one or more
9170                   <file>fonts.scale</file> files as described above must
9171                   invoke <prgn>update-fonts-scale</prgn> on each
9172                   directory into which they installed fonts
9173                   <em>before</em> invoking
9174                   <prgn>update-fonts-dir</prgn> on that directory.
9175                   This invocation must occur in both the
9176                   <prgn>postinst</prgn> (for all arguments) and
9177                   <prgn>postrm</prgn> (for all arguments except
9178                   <tt>upgrade</tt>) scripts.
9179               </item>
9180
9181               <item>
9182                   Font packages that provide one or more
9183                   <file>fonts.alias</file> files as described above must
9184                   invoke <prgn>update-fonts-alias</prgn> on each
9185                   directory into which they installed fonts.  This
9186                   invocation must occur in both the
9187                   <prgn>postinst</prgn> (for all arguments) and
9188                   <prgn>postrm</prgn> (for all arguments except
9189                   <tt>upgrade</tt>) scripts.
9190               </item>
9191
9192               <item>
9193                   Font packages must invoke
9194                   <prgn>update-fonts-dir</prgn> on each directory into
9195                   which they installed fonts.  This invocation must
9196                   occur in both the <prgn>postinst</prgn> (for all
9197                   arguments) and <prgn>postrm</prgn> (for all
9198                   arguments except <tt>upgrade</tt>) scripts.
9199               </item>
9200
9201               <item>
9202                   Font packages must not provide alias names for the
9203                   fonts they include which collide with alias names
9204                   already in use by fonts already packaged.
9205               </item>
9206
9207               <item>
9208                   Font packages must not provide fonts with the same
9209                   XLFD registry name as another font already packaged.
9210               </item>
9211             </enumlist>
9212           </p>
9213         </sect1>
9214
9215         <sect1 id="appdefaults">
9216           <heading>Application defaults files</heading>
9217
9218           <p>
9219             Application defaults files must be installed in the
9220             directory <file>/etc/X11/app-defaults/</file> (use of a
9221             localized subdirectory of <file>/etc/X11/</file> as described
9222             in the <em>X Toolkit Intrinsics - C Language
9223             Interface</em> manual is also permitted).  They must be
9224             registered as <tt>conffile</tt>s or handled as
9225             configuration files.
9226           </p>
9227
9228           <p>
9229             Customization of programs' X resources may also be
9230             supported with the provision of a file with the same name
9231             as that of the package placed in
9232             the <file>/etc/X11/Xresources/</file> directory, which
9233             must be registered as a <tt>conffile</tt> or handled as a
9234             configuration file.<footnote>
9235                 Note that this mechanism is not the same as using
9236                 app-defaults; app-defaults are tied to the client
9237                 binary on the local file system, whereas X resources
9238                 are stored in the X server and affect all connecting
9239                 clients.
9240             </footnote>
9241           </p>
9242         </sect1>
9243
9244         <sect1>
9245           <heading>Installation directory issues</heading>
9246
9247           <p>
9248             Historically, packages using the X Window System used a
9249             separate set of installation directories from other packages.
9250             This practice has been discontinued and packages using the X
9251             Window System should now generally be installed in the same
9252             directories as any other package.  Specifically, packages must
9253             not install files under the <file>/usr/X11R6/</file> directory
9254             and the <file>/usr/X11R6/</file> directory hierarchy should be
9255             regarded as obsolete.
9256           </p>
9257
9258           <p>
9259             Include files previously installed under
9260             <file>/usr/X11R6/include/X11/</file> should be installed into
9261             <file>/usr/include/X11/</file>.  For files previously
9262             installed into subdirectories of
9263             <file>/usr/X11R6/lib/X11/</file>, package maintainers should
9264             determine if subdirectories of <file>/usr/lib/</file> and
9265             <file>/usr/share/</file> can be used.  If not, a subdirectory
9266             of <file>/usr/lib/X11/</file> should be used.
9267           </p>
9268
9269           <p>
9270             Configuration files for window, display, or session managers
9271             or other applications that are tightly integrated with the X
9272             Window System may be placed in a subdirectory
9273             of <file>/etc/X11/</file> corresponding to the package name.
9274             Other X Window System applications should use
9275             the <file>/etc/</file> directory unless otherwise mandated by
9276             policy (such as for <ref id="appdefaults">).
9277           </p>
9278         </sect1>
9279
9280         <sect1>
9281           <heading>The OSF/Motif and OpenMotif libraries</heading>
9282
9283           <p>
9284             <em>Programs that require the non-DFSG-compliant OSF/Motif or
9285               OpenMotif libraries</em><footnote>
9286                 OSF/Motif and OpenMotif are collectively referred to as
9287                 "Motif" in this policy document.
9288             </footnote>
9289             should be compiled against and tested with LessTif (a free
9290             re-implementation of Motif) instead.  If the maintainer
9291             judges that the program or programs do not work
9292             sufficiently well with LessTif to be distributed and
9293             supported, but do so when compiled against Motif, then two
9294             versions of the package should be created; one linked
9295             statically against Motif and with <tt>-smotif</tt>
9296             appended to the package name, and one linked dynamically
9297             against Motif and with <tt>-dmotif</tt> appended to the
9298             package name.
9299           </p>
9300
9301           <p>
9302             Both Motif-linked versions are dependent
9303             upon non-DFSG-compliant software and thus cannot be
9304             uploaded to the <em>main</em> distribution; if the
9305             software is itself DFSG-compliant it may be uploaded to
9306             the <em>contrib</em> distribution.  While known existing
9307             versions of Motif permit unlimited redistribution of
9308             binaries linked against the library (whether statically or
9309             dynamically), it is the package maintainer's
9310             responsibility to determine whether this is permitted by
9311             the license of the copy of Motif in their possession.
9312           </p>
9313         </sect1>
9314       </sect>
9315
9316       <sect id="perl">
9317         <heading>Perl programs and modules</heading>
9318
9319         <p>
9320           Perl programs and modules should follow the current Perl policy.
9321         </p>
9322
9323         <p>
9324           The Perl policy can be found in the <tt>perl-policy</tt>
9325           files in the <tt>debian-policy</tt> package.
9326           It is also available from the Debian web mirrors at
9327           <tt><url name="/doc/packaging-manuals/perl-policy/"
9328                 id="http://www.debian.org/doc/packaging-manuals/perl-policy/"></tt>.
9329         </p>
9330       </sect>
9331
9332       <sect id="emacs">
9333         <heading>Emacs lisp programs</heading>
9334
9335         <p>
9336           Please refer to the "Debian Emacs Policy" for details of how to
9337           package emacs lisp programs.
9338         </p>
9339
9340         <p>
9341           The Emacs policy is available in
9342           <file>debian-emacs-policy.gz</file> of the
9343           <package>emacsen-common</package> package.
9344           It is also available from the Debian web mirrors at
9345           <tt><url name="/doc/packaging-manuals/debian-emacs-policy"
9346                 id="http://www.debian.org/doc/packaging-manuals/debian-emacs-policy"></tt>.
9347         </p>
9348       </sect>
9349
9350       <sect>
9351         <heading>Games</heading>
9352
9353         <p>
9354           The permissions on <file>/var/games</file> are mode 755, owner
9355           <tt>root</tt> and group <tt>root</tt>.
9356         </p>
9357
9358         <p>
9359           Each game decides on its own security policy.</p>
9360
9361         <p>
9362           Games which require protected, privileged access to
9363           high-score files, saved games, etc., may be made
9364           set-<em>group</em>-id (mode 2755) and owned by
9365           <tt>root:games</tt>, and use files and directories with
9366           appropriate permissions (770 <tt>root:games</tt>, for
9367           example).  They must not be made
9368           set-<em>user</em>-id, as this causes security problems. (If
9369           an attacker can subvert any set-user-id game they can
9370           overwrite the executable of any other, causing other players
9371           of these games to run a Trojan horse program.  With a
9372           set-group-id game the attacker only gets access to less
9373           important game data, and if they can get at the other
9374           players' accounts at all it will take considerably more
9375           effort.)</p>
9376
9377         <p>
9378           Some packages, for example some fortune cookie programs, are
9379           configured by the upstream authors to install with their
9380           data files or other static information made unreadable so
9381           that they can only be accessed through set-id programs
9382           provided.  You should not do this in a Debian package: anyone can
9383           download the <file>.deb</file> file and read the data from it,
9384           so there is no point making the files unreadable.  Not
9385           making the files unreadable also means that you don't have
9386           to make so many programs set-id, which reduces the risk of a
9387           security hole.</p>
9388
9389         <p>
9390           As described in the FHS, binaries of games should be
9391           installed in the directory <file>/usr/games</file>. This also
9392           applies to games that use the X Window System. Manual pages
9393           for games (X and non-X games) should be installed in
9394           <file>/usr/share/man/man6</file>.</p>
9395       </sect>
9396     </chapt>
9397
9398
9399     <chapt id="docs">
9400       <heading>Documentation</heading>
9401
9402       <sect>
9403         <heading>Manual pages</heading>
9404
9405         <p>
9406           You should install manual pages in <prgn>nroff</prgn> source
9407           form, in appropriate places under <file>/usr/share/man</file>.
9408           You should only use sections 1 to 9 (see the FHS for more
9409           details).  You must not install a pre-formatted "cat page".
9410         </p>
9411
9412         <p>
9413           Each program, utility, and function should have an
9414           associated manual page included in the same package. It is
9415           suggested that all configuration files also have a manual
9416           page included as well. Manual pages for protocols and other
9417           auxiliary things are optional.
9418         </p>
9419
9420         <p>
9421           If no manual page is available, this is considered as a bug
9422           and should be reported to the Debian Bug Tracking System (the
9423           maintainer of the package is allowed to write this bug report
9424           themselves, if they so desire).  Do not close the bug report
9425           until a proper man page is available.<footnote>
9426               It is not very hard to write a man page. See the
9427               <url id="http://www.schweikhardt.net/man_page_howto.html"
9428                 name="Man-Page-HOWTO">,
9429               <manref name="man" section="7">, the examples
9430               created by <prgn>debmake</prgn> or <prgn>dh_make</prgn>,
9431               the helper program <prgn>help2man</prgn>, or the
9432               directory <file>/usr/share/doc/man-db/examples</file>.
9433           </footnote>
9434         </p>
9435
9436         <p>
9437           You may forward a complaint about a missing man page to the
9438           upstream authors, and mark the bug as forwarded in the
9439           Debian bug tracking system.  Even though the GNU Project do
9440           not in general consider the lack of a man page to be a bug,
9441           we do; if they tell you that they don't consider it a bug
9442           you should leave the bug in our bug tracking system open
9443           anyway.
9444         </p>
9445
9446         <p>
9447           Manual pages should be installed compressed using <tt>gzip -9</tt>.
9448         </p>
9449
9450         <p>
9451           If one man page needs to be accessible via several names it
9452           is better to use a symbolic link than the <file>.so</file>
9453           feature, but there is no need to fiddle with the relevant
9454           parts of the upstream source to change from <file>.so</file> to
9455           symlinks: don't do it unless it's easy.  You should not
9456           create hard links in the manual page directories, nor put
9457           absolute filenames in <file>.so</file> directives.  The filename
9458           in a <file>.so</file> in a man page should be relative to the
9459           base of the man page tree (usually
9460           <file>/usr/share/man</file>). If you do not create any links
9461           (whether symlinks, hard links, or <tt>.so</tt> directives)
9462           in the file system to the alternate names of the man page,
9463           then you should not rely on <prgn>man</prgn> finding your
9464           man page under those names based solely on the information in
9465           the man page's header.<footnote>
9466               Supporting this in <prgn>man</prgn> often requires
9467               unreasonable processing time to find a manual page or to
9468               report that none exists, and moves knowledge into man's
9469               database that would be better left in the file system.
9470               This support is therefore deprecated and will cease to
9471               be present in the future.
9472           </footnote>
9473         </p>
9474
9475         <p>
9476           Manual pages in locale-specific subdirectories of
9477           <file>/usr/share/man</file> should use either UTF-8 or the usual
9478           legacy encoding for that language (normally the one corresponding
9479           to the shortest relevant locale name in
9480           <file>/usr/share/i18n/SUPPORTED</file>). For example, pages under
9481           <file>/usr/share/man/fr</file> should use either UTF-8 or
9482           ISO-8859-1.<footnote>
9483             <prgn>man</prgn> will automatically detect whether UTF-8 is in
9484             use. In future, all manual pages will be required to use
9485             UTF-8.
9486           </footnote>
9487         </p>
9488
9489         <p>
9490           A country name (the <tt>DE</tt> in <tt>de_DE</tt>) should not be
9491           included in the subdirectory name unless it indicates a
9492           significant difference in the language, as this excludes
9493           speakers of the language in other countries.<footnote>
9494             At the time of writing, Chinese and Portuguese are the main
9495             languages with such differences, so <file>pt_BR</file>,
9496             <file>zh_CN</file>, and <file>zh_TW</file> are all allowed.
9497           </footnote>
9498         </p>
9499
9500         <p>
9501           If a localized version of a manual page is provided, it should
9502           either be up-to-date or it should be obvious to the reader that
9503           it is outdated and the original manual page should be used
9504           instead.  This can be done either by a note at the beginning of
9505           the manual page or by showing the missing or changed portions in
9506           the original language instead of the target language.
9507         </p>
9508       </sect>
9509
9510       <sect>
9511         <heading>Info documents</heading>
9512
9513         <p>
9514           Info documents should be installed in <file>/usr/share/info</file>.
9515           They should be compressed with <tt>gzip -9</tt>.
9516         </p>
9517
9518         <p>
9519           The <prgn>install-info</prgn> program maintains a directory of
9520           installed info documents in <file>/usr/share/info/dir</file> for
9521           the use of info readers.<footnote>
9522             It was previously necessary for packages installing info
9523             documents to run <prgn>install-info</prgn> from maintainer
9524             scripts.  This is no longer necessary.  The installation
9525             system now uses dpkg triggers.
9526           </footnote>
9527           This file must not be included in packages.  Packages containing
9528           info documents should depend on <tt>dpkg (>= 1.15.4) |
9529           install-info</tt> to ensure that the directory file is properly
9530           rebuilt during partial upgrades from Debian 5.0 (lenny) and
9531           earlier.
9532         </p>
9533
9534         <p>
9535           Info documents should contain section and directory entry
9536           information in the document for the use
9537           of <prgn>install-info</prgn>.  The section should be specified
9538           via a line starting with <tt>INFO-DIR-SECTION</tt> followed by a
9539           space and the section of this info page.  The directory entry or
9540           entries should be included between
9541           a <tt>START-INFO-DIR-ENTRY</tt> line and
9542           an <tt>END-INFO-DIR-ENTRY</tt> line.  For example:
9543           <example>
9544 INFO-DIR-SECTION Individual utilities
9545 START-INFO-DIR-ENTRY
9546 * example: (example).               An example info directory entry.
9547 END-INFO-DIR-ENTRY
9548           </example>
9549           To determine which section to use, you should look
9550           at <file>/usr/share/info/dir</file> on your system and choose
9551           the most relevant (or create a new section if none of the
9552           current sections are relevant).<footnote>
9553             Normally, info documents are generated from Texinfo source.
9554             To include this information in the generated info document, if
9555             it is absent, add commands like:
9556             <example>
9557 @dircategory Individual utilities
9558 @direntry
9559 * example: (example).               An example info directory entry.
9560 @end direntry
9561             </example>
9562             to the Texinfo source of the document and ensure that the info
9563             documents are rebuilt from source during the package build.
9564           </footnote>
9565         </p>
9566       </sect>
9567
9568       <sect>
9569         <heading>Additional documentation</heading>
9570
9571         <p>
9572           Any additional documentation that comes with the package may
9573           be installed at the discretion of the package maintainer.
9574           Plain text documentation should be installed in the directory
9575           <file>/usr/share/doc/<var>package</var></file>, where
9576           <var>package</var> is the name of the package, and
9577           compressed with <tt>gzip -9</tt> unless it is small.
9578         </p>
9579
9580         <p>
9581           If a package comes with large amounts of documentation which
9582           many users of the package will not require you should create
9583           a separate binary package to contain it, so that it does not
9584           take up disk space on the machines of users who do not need
9585           or want it installed.</p>
9586
9587         <p>
9588           It is often a good idea to put text information files
9589           (<file>README</file>s, changelogs, and so forth) that come with
9590           the source package in <file>/usr/share/doc/<var>package</var></file>
9591           in the binary package.  However, you don't need to install
9592           the instructions for building and installing the package, of
9593           course!</p>
9594
9595         <p>
9596           Packages must not require the existence of any files in
9597           <file>/usr/share/doc/</file> in order to function
9598           <footnote>
9599               The system administrator should be able to
9600               delete files in <file>/usr/share/doc/</file> without causing
9601               any programs to break.
9602           </footnote>.
9603           Any files that are referenced by programs but are also
9604           useful as stand alone documentation should be installed under
9605           <file>/usr/share/<var>package</var>/</file> with symbolic links from
9606           <file>/usr/share/doc/<var>package</var></file>.
9607         </p>
9608
9609         <p>
9610           <file>/usr/share/doc/<var>package</var></file> may be a symbolic
9611           link to another directory in <file>/usr/share/doc</file> only if
9612           the two packages both come from the same source and the
9613           first package Depends on the second.<footnote>
9614             <p>
9615               Please note that this does not override the section on
9616               changelog files below, so the file 
9617               <file>/usr/share/doc/<var>package</var>/changelog.Debian.gz</file>
9618               must refer to the changelog for the current version of
9619               <var>package</var> in question. In practice, this means
9620               that the sources of the target and the destination of the
9621               symlink must be the same (same source package and
9622               version). 
9623             </p>
9624           </footnote>
9625         </p>
9626
9627         <p>
9628           Former Debian releases placed all additional documentation
9629           in <file>/usr/doc/<var>package</var></file>.  This has been
9630           changed to <file>/usr/share/doc/<var>package</var></file>,
9631           and packages must not put documentation in the directory
9632           <file>/usr/doc/<var>package</var></file>. <footnote>
9633             At this phase of the transition, we no longer require a
9634             symbolic link in <file>/usr/doc/</file>. At a later point,
9635             policy shall change to make the symbolic links a bug.
9636           </footnote>
9637         </p>
9638       </sect>
9639
9640       <sect>
9641         <heading>Preferred documentation formats</heading>
9642
9643         <p>
9644           The unification of Debian documentation is being carried out
9645           via HTML.</p>
9646
9647         <p>
9648           If your package comes with extensive documentation in a
9649           markup format that can be converted to various other formats
9650           you should if possible ship HTML versions in a binary
9651           package, in the directory
9652           <file>/usr/share/doc/<var>appropriate-package</var></file> or
9653           its subdirectories.<footnote>
9654               The rationale: The important thing here is that HTML
9655               docs should be available in <em>some</em> package, not
9656               necessarily in the main binary package.
9657           </footnote>
9658         </p>
9659
9660         <p>
9661           Other formats such as PostScript may be provided at the
9662           package maintainer's discretion.
9663         </p>
9664       </sect>
9665
9666       <sect id="copyrightfile">
9667         <heading>Copyright information</heading>
9668
9669         <p>
9670           Every package must be accompanied by a verbatim copy of its
9671           copyright information and distribution license in the file
9672           <file>/usr/share/doc/<var>package</var>/copyright</file>. This
9673           file must neither be compressed nor be a symbolic link.
9674         </p>
9675
9676         <p>
9677           In addition, the copyright file must say where the upstream
9678           sources (if any) were obtained.  It should name the original
9679           authors of the package and the Debian maintainer(s) who were
9680           involved with its creation.
9681         </p>
9682
9683         <p>
9684           Packages in the <em>contrib</em> or <em>non-free</em> archive
9685           areas should state in the copyright file that the package is not
9686           part of the Debian GNU/Linux distribution and briefly explain
9687           why.
9688         </p>
9689
9690         <p>
9691           A copy of the file which will be installed in
9692           <file>/usr/share/doc/<var>package</var>/copyright</file> should
9693           be in <file>debian/copyright</file> in the source package.
9694         </p>
9695
9696         <p>
9697           <file>/usr/share/doc/<var>package</var></file> may be a symbolic
9698           link to another directory in <file>/usr/share/doc</file> only if
9699           the two packages both come from the same source and the
9700           first package Depends on the second.  These rules are
9701           important because copyrights must be extractable by
9702           mechanical means.
9703         </p>
9704
9705         <p>
9706           Packages distributed under the Apache license (version 2.0), the
9707           Artistic license, the GNU GPL (versions 1, 2, or 3), the GNU
9708           LGPL (versions 2, 2.1, or 3), and the GNU FDL (versions 1.2 or
9709           1.3) should refer to the corresponding files
9710           under <file>/usr/share/common-licenses</file>,<footnote>
9711             <p>
9712               In particular,
9713               <file>/usr/share/common-licenses/Apache-2.0</file>,
9714               <file>/usr/share/common-licenses/Artistic</file>,
9715               <file>/usr/share/common-licenses/GPL-1</file>,
9716               <file>/usr/share/common-licenses/GPL-2</file>,
9717               <file>/usr/share/common-licenses/GPL-3</file>,
9718               <file>/usr/share/common-licenses/LGPL-2</file>,
9719               <file>/usr/share/common-licenses/LGPL-2.1</file>,
9720               <file>/usr/share/common-licenses/LGPL-3</file>,
9721               <file>/usr/share/common-licenses/GFDL-1.2</file>, and
9722               <file>/usr/share/common-licenses/GFDL-1.3</file>
9723               respectively.  The University of California BSD license is
9724               also included in <package>base-files</package> as
9725               <file>/usr/share/common-licenses/BSD</file>, but given the
9726               brevity of this license, its specificity to code whose
9727               copyright is held by the Regents of the University of
9728               California, and the frequency of minor wording changes, its
9729               text should be included in the copyright file rather than
9730               referencing this file.
9731             </p>
9732           </footnote> rather than quoting them in the copyright
9733           file. 
9734         </p>
9735
9736         <p>
9737           You should not use the copyright file as a general <file>README</file>
9738           file.  If your package has such a file it should be
9739           installed in <file>/usr/share/doc/<var>package</var>/README</file> or
9740           <file>README.Debian</file> or some other appropriate place.</p>
9741       </sect>
9742
9743       <sect>
9744         <heading>Examples</heading>
9745
9746         <p>
9747           Any examples (configurations, source files, whatever),
9748           should be installed in a directory
9749           <file>/usr/share/doc/<var>package</var>/examples</file>.  These
9750           files should not be referenced by any program: they're there
9751           for the benefit of the system administrator and users as
9752           documentation only.  Architecture-specific example files
9753           should be installed in a directory
9754           <file>/usr/lib/<var>package</var>/examples</file> with symbolic
9755           links to them from
9756           <file>/usr/share/doc/<var>package</var>/examples</file>, or the
9757           latter directory itself may be a symbolic link to the
9758           former.
9759         </p>
9760
9761         <p>
9762           If the purpose of a package is to provide examples, then the
9763           example files may be installed into
9764           <file>/usr/share/doc/<var>package</var></file>.
9765         </p>
9766       </sect>
9767
9768       <sect id="changelogs">
9769         <heading>Changelog files</heading>
9770
9771         <p>
9772           Packages that are not Debian-native must contain a
9773           compressed copy of the <file>debian/changelog</file> file from
9774           the Debian source tree in
9775           <file>/usr/share/doc/<var>package</var></file> with the name
9776           <file>changelog.Debian.gz</file>.
9777         </p>
9778
9779         <p>
9780           If an upstream changelog is available, it should be accessible as
9781           <file>/usr/share/doc/<var>package</var>/changelog.gz</file> in
9782           plain text.  If the upstream changelog is distributed in
9783           HTML, it should be made available in that form as
9784           <file>/usr/share/doc/<var>package</var>/changelog.html.gz</file>
9785           and a plain text <file>changelog.gz</file> should be generated
9786           from it using, for example, <tt>lynx -dump -nolist</tt>.  If
9787           the upstream changelog files do not already conform to this
9788           naming convention, then this may be achieved either by
9789           renaming the files, or by adding a symbolic link, at the
9790           maintainer's discretion.<footnote>
9791               Rationale: People should not have to look in places for
9792               upstream changelogs merely because they are given
9793               different names or are distributed in HTML format.
9794           </footnote>
9795         </p>
9796
9797         <p>
9798           All of these files should be installed compressed using
9799           <tt>gzip -9</tt>, as they will become large with time even
9800           if they start out small.
9801         </p>
9802
9803         <p>
9804           If the package has only one changelog which is used both as
9805           the Debian changelog and the upstream one because there is
9806           no separate upstream maintainer then that changelog should
9807           usually be installed as
9808           <file>/usr/share/doc/<var>package</var>/changelog.gz</file>; if
9809           there is a separate upstream maintainer, but no upstream
9810           changelog, then the Debian changelog should still be called
9811           <file>changelog.Debian.gz</file>.
9812         </p>
9813
9814         <p>
9815           For details about the format and contents of the Debian
9816           changelog file, please see <ref id="dpkgchangelog">.
9817         </p>
9818       </sect>
9819     </chapt>
9820
9821     <appendix id="pkg-scope">
9822       <heading>Introduction and scope of these appendices</heading>
9823
9824       <p>
9825         These appendices are taken essentially verbatim from the
9826         now-deprecated Packaging Manual, version 3.2.1.0.  They are
9827         the chapters which are likely to be of use to package
9828         maintainers and which have not already been included in the
9829         policy document itself. Most of these sections are very likely
9830         not relevant to policy; they should be treated as
9831         documentation for the packaging system. Please note that these
9832         appendices are included for convenience, and for historical
9833         reasons: they used to be part of policy package, and they have
9834         not yet been incorporated into dpkg documentation. However,
9835         they still have value, and hence they are presented here.
9836       </p>
9837
9838       <p>
9839         They have not yet been checked to ensure that they are
9840         compatible with the contents of policy, and if there are any
9841         contradictions, the version in the main policy document takes
9842         precedence.  The remaining chapters of the old Packaging
9843         Manual have also not been read in detail to ensure that there
9844         are not parts which have been left out.  Both of these will be
9845         done in due course.
9846       </p>
9847
9848       <p>
9849         Certain parts of the Packaging manual were integrated into the
9850         Policy Manual proper, and removed from the appendices. Links
9851         have been placed from the old locations to the new ones.
9852       </p>
9853
9854       <p>
9855         <prgn>dpkg</prgn> is a suite of programs for creating binary
9856         package files and installing and removing them on Unix
9857         systems.<footnote>
9858             <prgn>dpkg</prgn> is targeted primarily at Debian
9859             GNU/Linux, but may work on or be ported to other
9860             systems.
9861         </footnote>
9862       </p>
9863
9864       <p>
9865         The binary packages are designed for the management of
9866         installed executable programs (usually compiled binaries) and
9867         their associated data, though source code examples and
9868         documentation are provided as part of some packages.</p>
9869
9870       <p>
9871         This manual describes the technical aspects of creating Debian
9872         binary packages (<file>.deb</file> files).  It documents the
9873         behavior of the package management programs
9874         <prgn>dpkg</prgn>, <prgn>dselect</prgn> et al. and the way
9875         they interact with packages.</p>
9876
9877       <p>
9878         It also documents the interaction between
9879         <prgn>dselect</prgn>'s core and the access method scripts it
9880         uses to actually install the selected packages, and describes
9881         how to create a new access method.</p>
9882
9883       <p>
9884         This manual does not go into detail about the options and
9885         usage of the package building and installation tools.  It
9886         should therefore be read in conjunction with those programs'
9887         man pages.
9888       </p>
9889
9890       <p>
9891         The utility programs which are provided with <prgn>dpkg</prgn>
9892         for managing various system configuration and similar issues,
9893         such as <prgn>update-rc.d</prgn> and
9894         <prgn>install-info</prgn>, are not described in detail here -
9895         please see their man pages.
9896       </p>
9897
9898       <p>
9899         It is assumed that the reader is reasonably familiar with the
9900         <prgn>dpkg</prgn> System Administrators' manual.
9901         Unfortunately this manual does not yet exist.
9902       </p>
9903
9904       <p>
9905         The Debian version of the FSF's GNU hello program is provided
9906         as an example for people wishing to create Debian
9907         packages. The Debian <prgn>debmake</prgn> package is
9908         recommended as a very helpful tool in creating and maintaining
9909         Debian packages. However, while the tools and examples are
9910         helpful, they do not replace the need to read and follow the
9911         Policy and Programmer's Manual.</p>
9912     </appendix>
9913
9914     <appendix id="pkg-binarypkg">
9915       <heading>Binary packages (from old Packaging Manual)</heading>
9916
9917       <p>
9918         The binary package has two main sections.  The first part
9919         consists of various control information files and scripts used
9920         by <prgn>dpkg</prgn> when installing and removing.  See <ref
9921         id="pkg-controlarea">.
9922       </p>
9923
9924       <p>
9925         The second part is an archive containing the files and
9926         directories to be installed.
9927       </p>
9928
9929       <p>
9930         In the future binary packages may also contain other
9931         components, such as checksums and digital signatures. The
9932         format for the archive is described in full in the
9933         <file>deb(5)</file> man page.
9934       </p>
9935
9936
9937       <sect id="pkg-bincreating"><heading>Creating package files -
9938       <prgn>dpkg-deb</prgn>
9939         </heading>
9940
9941         <p>
9942           All manipulation of binary package files is done by
9943           <prgn>dpkg-deb</prgn>; it's the only program that has
9944           knowledge of the format.  (<prgn>dpkg-deb</prgn> may be
9945           invoked by calling <prgn>dpkg</prgn>, as <prgn>dpkg</prgn>
9946           will spot that the options requested are appropriate to
9947           <prgn>dpkg-deb</prgn> and invoke that instead with the same
9948           arguments.)
9949         </p>
9950
9951         <p>
9952           In order to create a binary package you must make a
9953           directory tree which contains all the files and directories
9954           you want to have in the file system data part of the package.
9955           In Debian-format source packages this directory is usually
9956           <file>debian/tmp</file>, relative to the top of the package's
9957           source tree.
9958         </p>
9959
9960         <p>
9961           They should have the locations (relative to the root of the
9962           directory tree you're constructing) ownerships and
9963           permissions which you want them to have on the system when
9964           they are installed.
9965         </p>
9966
9967         <p>
9968           With current versions of <prgn>dpkg</prgn> the uid/username
9969           and gid/groupname mappings for the users and groups being
9970           used should be the same on the system where the package is
9971           built and the one where it is installed.
9972         </p>
9973
9974         <p>
9975           You need to add one special directory to the root of the
9976           miniature file system tree you're creating:
9977           <prgn>DEBIAN</prgn>.  It should contain the control
9978           information files, notably the binary package control file
9979           (see <ref id="pkg-controlfile">).
9980         </p>
9981
9982         <p>
9983           The <prgn>DEBIAN</prgn> directory will not appear in the
9984           file system archive of the package, and so won't be installed
9985           by <prgn>dpkg</prgn> when the package is unpacked.
9986         </p>
9987
9988         <p>
9989           When you've prepared the package, you should invoke:
9990           <example>
9991   dpkg --build <var>directory</var>
9992           </example>
9993         </p>
9994
9995         <p>
9996           This will build the package in
9997           <file><var>directory</var>.deb</file>.  (<prgn>dpkg</prgn> knows
9998           that <tt>--build</tt> is a <prgn>dpkg-deb</prgn> option, so
9999           it invokes <prgn>dpkg-deb</prgn> with the same arguments to
10000           build the package.)
10001         </p>
10002
10003         <p>
10004           See the man page <manref name="dpkg-deb" section="8"> for details of how
10005           to examine the contents of this newly-created file.  You may find the
10006           output of following commands enlightening:
10007           <example>
10008   dpkg-deb --info <var>filename</var>.deb
10009   dpkg-deb --contents <var>filename</var>.deb
10010   dpkg --contents <var>filename</var>.deb
10011           </example>
10012           To view the copyright file for a package you could use this command:
10013           <example>
10014   dpkg --fsys-tarfile <var>filename</var>.deb | tar xOf - --wildcards \*/copyright | pager
10015           </example>
10016         </p>
10017       </sect>
10018
10019       <sect id="pkg-controlarea">
10020         <heading>Package control information files</heading>
10021
10022         <p>
10023           The control information portion of a binary package is a
10024           collection of files with names known to <prgn>dpkg</prgn>.
10025           It will treat the contents of these files specially - some
10026           of them contain information used by <prgn>dpkg</prgn> when
10027           installing or removing the package; others are scripts which
10028           the package maintainer wants <prgn>dpkg</prgn> to run.
10029         </p>
10030
10031         <p>
10032           It is possible to put other files in the package control
10033           information file area, but this is not generally a good idea
10034           (though they will largely be ignored).
10035         </p>
10036
10037         <p>
10038           Here is a brief list of the control information files supported
10039           by <prgn>dpkg</prgn> and a summary of what they're used for.
10040         </p>
10041
10042         <p>
10043           <taglist>
10044             <tag><tt>control</tt>
10045             <item>
10046               <p>
10047                 This is the key description file used by
10048                 <prgn>dpkg</prgn>.  It specifies the package's name
10049                 and version, gives its description for the user,
10050                 states its relationships with other packages, and so
10051                 forth.  See <ref id="sourcecontrolfiles"> and
10052                 <ref id="binarycontrolfiles">.
10053               </p>
10054
10055               <p>
10056                 It is usually generated automatically from information
10057                 in the source package by the
10058                 <prgn>dpkg-gencontrol</prgn> program, and with
10059                 assistance from <prgn>dpkg-shlibdeps</prgn>.
10060                 See <ref id="pkg-sourcetools">.
10061               </p>
10062             </item>
10063
10064             <tag><tt>postinst</tt>, <tt>preinst</tt>, <tt>postrm</tt>,
10065                  <tt>prerm</tt>
10066             </tag>
10067             <item>
10068               <p>
10069                 These are executable files (usually scripts) which
10070                 <prgn>dpkg</prgn> runs during installation, upgrade
10071                 and removal of packages.  They allow the package to
10072                 deal with matters which are particular to that package
10073                 or require more complicated processing than that
10074                 provided by <prgn>dpkg</prgn>.  Details of when and
10075                 how they are called are in <ref id="maintainerscripts">.
10076               </p>
10077
10078               <p>
10079                 It is very important to make these scripts idempotent.
10080                 See <ref id="idempotency">.
10081               </p>
10082
10083               <p>
10084                 The maintainer scripts are not guaranteed to run with a
10085                 controlling terminal and may not be able to interact with
10086                 the user.  See <ref id="controllingterminal">.
10087               </p>
10088             </item>
10089
10090             <tag><tt>conffiles</tt>
10091             </tag>
10092             <item>
10093                 This file contains a list of configuration files which
10094                 are to be handled automatically by <prgn>dpkg</prgn>
10095                 (see <ref id="pkg-conffiles">).  Note that not necessarily
10096                 every configuration file should be listed here.
10097             </item>
10098
10099             <tag><tt>shlibs</tt>
10100             </tag>
10101             <item>
10102                 This file contains a list of the shared libraries
10103                 supplied by the package, with dependency details for
10104                 each.  This is used by <prgn>dpkg-shlibdeps</prgn>
10105                 when it determines what dependencies are required in a
10106                 package control file. The <tt>shlibs</tt> file format
10107                 is described on <ref id="shlibs">.
10108             </item>
10109           </taglist>
10110         </p>
10111
10112       <sect id="pkg-controlfile">
10113         <heading>The main control information file: <tt>control</tt></heading>
10114
10115         <p>
10116           The most important control information file used by
10117           <prgn>dpkg</prgn> when it installs a package is
10118           <tt>control</tt>.  It contains all the package's "vital
10119           statistics".
10120         </p>
10121
10122         <p>
10123           The binary package control files of packages built from
10124           Debian sources are made by a special tool,
10125           <prgn>dpkg-gencontrol</prgn>, which reads
10126           <file>debian/control</file> and <file>debian/changelog</file> to
10127           find the information it needs.  See <ref id="pkg-sourcepkg"> for
10128           more details.
10129         </p>
10130
10131         <p>
10132           The fields in binary package control files are listed in
10133           <ref id="binarycontrolfiles">.
10134         </p>
10135
10136         <p>
10137           A description of the syntax of control files and the purpose
10138           of the fields is available in <ref id="controlfields">.
10139         </p>
10140       </sect>
10141
10142       <sect>
10143         <heading>Time Stamps</heading>
10144
10145         <p>
10146           See <ref id="timestamps">.
10147         </p>
10148       </sect>
10149     </appendix>
10150
10151     <appendix id="pkg-sourcepkg">
10152       <heading>Source packages (from old Packaging Manual) </heading>
10153
10154       <p>
10155         The Debian binary packages in the distribution are generated
10156         from Debian sources, which are in a special format to assist
10157         the easy and automatic building of binaries.
10158       </p>
10159
10160       <sect id="pkg-sourcetools">
10161         <heading>Tools for processing source packages</heading>
10162
10163         <p>
10164           Various tools are provided for manipulating source packages;
10165           they pack and unpack sources and help build of binary
10166           packages and help manage the distribution of new versions.
10167         </p>
10168
10169         <p>
10170           They are introduced and typical uses described here; see
10171           <manref name="dpkg-source" section="1"> for full
10172           documentation about their arguments and operation.
10173         </p>
10174
10175         <p>
10176           For examples of how to construct a Debian source package,
10177           and how to use those utilities that are used by Debian
10178           source packages, please see the <prgn>hello</prgn> example
10179           package.
10180         </p>
10181
10182         <sect1 id="pkg-dpkg-source">
10183           <heading>
10184             <prgn>dpkg-source</prgn> - packs and unpacks Debian source
10185             packages
10186           </heading>
10187
10188           <p>
10189             This program is frequently used by hand, and is also
10190             called from package-independent automated building scripts
10191             such as <prgn>dpkg-buildpackage</prgn>.
10192           </p>
10193
10194           <p>
10195             To unpack a package it is typically invoked with
10196             <example>
10197   dpkg-source -x <var>.../path/to/filename</var>.dsc
10198             </example>
10199           </p>
10200
10201            <p>
10202             with the <file><var>filename</var>.tar.gz</file> and
10203             <file><var>filename</var>.diff.gz</file> (if applicable) in
10204             the same directory.  It unpacks into
10205             <file><var>package</var>-<var>version</var></file>, and if
10206             applicable
10207             <file><var>package</var>-<var>version</var>.orig</file>, in
10208             the current directory.
10209           </p>
10210
10211           <p>
10212             To create a packed source archive it is typically invoked:
10213             <example>
10214   dpkg-source -b <var>package</var>-<var>version</var>
10215           </example>
10216           </p>
10217
10218           <p>
10219             This will create the <file>.dsc</file>, <file>.tar.gz</file> and
10220             <file>.diff.gz</file> (if appropriate) in the current
10221             directory.  <prgn>dpkg-source</prgn> does not clean the
10222             source tree first - this must be done separately if it is
10223             required.
10224           </p>
10225
10226           <p>
10227             See also <ref id="pkg-sourcearchives">.</p>
10228         </sect1>
10229
10230
10231         <sect1 id="pkg-dpkg-buildpackage">
10232           <heading>
10233             <prgn>dpkg-buildpackage</prgn> - overall package-building
10234             control script
10235           </heading>
10236
10237           <p>
10238             <prgn>dpkg-buildpackage</prgn> is a script which invokes
10239             <prgn>dpkg-source</prgn>, the <file>debian/rules</file>
10240             targets <tt>clean</tt>, <tt>build</tt> and
10241             <tt>binary</tt>, <prgn>dpkg-genchanges</prgn> and
10242             <prgn>gpg</prgn> (or <prgn>pgp</prgn>) to build a signed
10243             source and binary package upload.
10244           </p>
10245
10246           <p>
10247             It is usually invoked by hand from the top level of the
10248             built or unbuilt source directory.  It may be invoked with
10249             no arguments; useful arguments include:
10250             <taglist compact="compact">
10251               <tag><tt>-uc</tt>, <tt>-us</tt></tag>
10252               <item>
10253                 <p>
10254                   Do not sign the <tt>.changes</tt> file or the
10255                   source package <tt>.dsc</tt> file, respectively.</p>
10256               </item>
10257               <tag><tt>-p<var>sign-command</var></tt></tag>
10258               <item>
10259                 <p>
10260                   Invoke <var>sign-command</var> instead of finding
10261                   <tt>gpg</tt> or <tt>pgp</tt> on the <prgn>PATH</prgn>.
10262                   <var>sign-command</var> must behave just like
10263                   <prgn>gpg</prgn> or <tt>pgp</tt>.</p>
10264               </item>
10265               <tag><tt>-r<var>root-command</var></tt></tag>
10266               <item>
10267                 <p>
10268                   When root privilege is required, invoke the command
10269                   <var>root-command</var>.  <var>root-command</var>
10270                   should invoke its first argument as a command, from
10271                   the <prgn>PATH</prgn> if necessary, and pass its
10272                   second and subsequent arguments to the command it
10273                   calls.  If no <var>root-command</var> is supplied
10274                   then <var>dpkg-buildpackage</var> will take no
10275                   special action to gain root privilege, so that for
10276                   most packages it will have to be invoked as root to
10277                   start with.</p>
10278               </item>
10279               <tag><tt>-b</tt>, <tt>-B</tt></tag>
10280               <item>
10281                 <p>
10282                   Two types of binary-only build and upload - see
10283                   <manref name="dpkg-source" section="1">.
10284                 </p>
10285               </item>
10286             </taglist>
10287           </p>
10288         </sect1>
10289
10290         <sect1 id="pkg-dpkg-gencontrol">
10291           <heading>
10292             <prgn>dpkg-gencontrol</prgn> - generates binary package
10293             control files
10294           </heading>
10295
10296           <p>
10297             This program is usually called from <file>debian/rules</file>
10298             (see <ref id="pkg-sourcetree">) in the top level of the source
10299             tree.
10300           </p>
10301
10302           <p>
10303             This is usually done just before the files and directories in the
10304             temporary directory tree where the package is being built have their
10305             permissions and ownerships set and the package is constructed using
10306             <prgn>dpkg-deb/</prgn>
10307               <footnote>
10308                 This is so that the control file which is produced has
10309                 the right permissions
10310             </footnote>.
10311           </p>
10312
10313           <p>
10314             <prgn>dpkg-gencontrol</prgn> must be called after all the
10315             files which are to go into the package have been placed in
10316             the temporary build directory, so that its calculation of
10317             the installed size of a package is correct.
10318           </p>
10319
10320           <p>
10321             It is also necessary for <prgn>dpkg-gencontrol</prgn> to
10322             be run after <prgn>dpkg-shlibdeps</prgn> so that the
10323             variable substitutions created by
10324             <prgn>dpkg-shlibdeps</prgn> in <file>debian/substvars</file>
10325             are available.
10326           </p>
10327
10328           <p>
10329             For a package which generates only one binary package, and
10330             which builds it in <file>debian/tmp</file> relative to the top
10331             of the source package, it is usually sufficient to call
10332             <prgn>dpkg-gencontrol</prgn>.
10333           </p>
10334
10335           <p>
10336             Sources which build several binaries will typically need
10337             something like:
10338             <example>
10339   dpkg-gencontrol -Pdebian/tmp-<var>pkg</var> -p<var>package</var>
10340             </example> The <tt>-P</tt> tells
10341             <prgn>dpkg-gencontrol</prgn> that the package is being
10342             built in a non-default directory, and the <tt>-p</tt>
10343             tells it which package's control file should be generated.
10344           </p>
10345
10346           <p>
10347             <prgn>dpkg-gencontrol</prgn> also adds information to the
10348             list of files in <file>debian/files</file>, for the benefit of
10349             (for example) a future invocation of
10350             <prgn>dpkg-genchanges</prgn>.</p>
10351         </sect1>
10352
10353         <sect1 id="pkg-dpkg-shlibdeps">
10354           <heading>
10355             <prgn>dpkg-shlibdeps</prgn> - calculates shared library
10356             dependencies
10357           </heading>
10358
10359           <p>
10360             This program is usually called from <file>debian/rules</file>
10361             just before <prgn>dpkg-gencontrol</prgn> (see <ref
10362             id="pkg-sourcetree">), in the top level of the source tree.
10363           </p>
10364
10365           <p>
10366             Its arguments are executables and shared libraries
10367             <footnote>
10368               <p>
10369                 They may be specified either in the locations in the
10370                 source tree where they are created or in the locations
10371                 in the temporary build tree where they are installed
10372                 prior to binary package creation.
10373               </p>
10374             </footnote> for which shared library dependencies should
10375             be included in the binary package's control file.
10376           </p>
10377
10378           <p>
10379             If some of the found shared libraries should only
10380             warrant a <tt>Recommends</tt> or <tt>Suggests</tt>, or if
10381             some warrant a <tt>Pre-Depends</tt>, this can be achieved
10382             by using the <tt>-d<var>dependency-field</var></tt> option
10383             before those executable(s).  (Each <tt>-d</tt> option
10384             takes effect until the next <tt>-d</tt>.)
10385           </p>
10386
10387           <p>
10388             <prgn>dpkg-shlibdeps</prgn> does not directly cause the
10389             output control file to be modified.  Instead by default it
10390             adds to the <file>debian/substvars</file> file variable
10391             settings like <tt>shlibs:Depends</tt>.  These variable
10392             settings must be referenced in dependency fields in the
10393             appropriate per-binary-package sections of the source
10394             control file.
10395           </p>
10396
10397           <p>
10398             For example, a package that generates an essential part
10399             which requires dependencies, and optional parts that 
10400             which only require a recommendation, would separate those
10401             two sets of dependencies into two different fields.<footnote>
10402                 At the time of writing, an example for this was the
10403                 <package/xmms/ package, with Depends used for the xmms
10404                 executable, Recommends for the plug-ins and Suggests for
10405                 even more optional features provided by unzip.
10406             </footnote>
10407             It can say in its <file>debian/rules</file>:
10408             <example>
10409   dpkg-shlibdeps -dDepends <var>program anotherprogram ...</var> \
10410                  -dRecommends <var>optionalpart anotheroptionalpart</var>
10411             </example>
10412             and then in its main control file <file>debian/control</file>:
10413             <example>
10414   <var>...</var>
10415   Depends: ${shlibs:Depends}
10416   Recommends: ${shlibs:Recommends}
10417   <var>...</var>
10418             </example>
10419           </p>
10420
10421           <p>
10422             Sources which produce several binary packages with
10423             different shared library dependency requirements can use
10424             the <tt>-p<var>varnameprefix</var></tt> option to override
10425             the default <tt>shlibs:</tt> prefix (one invocation of
10426             <prgn>dpkg-shlibdeps</prgn> per setting of this option).
10427             They can thus produce several sets of dependency
10428             variables, each of the form
10429             <tt><var>varnameprefix</var>:<var>dependencyfield</var></tt>,
10430             which can be referred to in the appropriate parts of the
10431             binary package control files.
10432           </p>
10433         </sect1>
10434
10435
10436         <sect1 id="pkg-dpkg-distaddfile">
10437           <heading>
10438             <prgn>dpkg-distaddfile</prgn> - adds a file to
10439             <file>debian/files</file>
10440           </heading>
10441
10442           <p>
10443             Some packages' uploads need to include files other than
10444             the source and binary package files.
10445           </p>
10446
10447           <p>
10448             <prgn>dpkg-distaddfile</prgn> adds a file to the
10449             <file>debian/files</file> file so that it will be included in
10450             the <file>.changes</file> file when
10451             <prgn>dpkg-genchanges</prgn> is run.
10452           </p>
10453
10454           <p>
10455             It is usually invoked from the <tt>binary</tt> target of
10456             <file>debian/rules</file>:
10457             <example>
10458   dpkg-distaddfile <var>filename</var> <var>section</var> <var>priority</var>
10459             </example>
10460             The <var>filename</var> is relative to the directory where
10461             <prgn>dpkg-genchanges</prgn> will expect to find it - this
10462             is usually the directory above the top level of the source
10463             tree.  The <file>debian/rules</file> target should put the
10464             file there just before or just after calling
10465             <prgn>dpkg-distaddfile</prgn>.
10466           </p>
10467
10468           <p>
10469             The <var>section</var> and <var>priority</var> are passed
10470             unchanged into the resulting <file>.changes</file> file.
10471           </p>
10472         </sect1>
10473
10474
10475         <sect1 id="pkg-dpkg-genchanges">
10476           <heading>
10477             <prgn>dpkg-genchanges</prgn> - generates a <file>.changes</file>
10478             upload control file
10479           </heading>
10480
10481           <p>
10482             This program is usually called by package-independent
10483             automatic building scripts such as
10484             <prgn>dpkg-buildpackage</prgn>, but it may also be called
10485             by hand.
10486           </p>
10487
10488           <p>
10489             It is usually called in the top level of a built source
10490             tree, and when invoked with no arguments will print out a
10491             straightforward <file>.changes</file> file based on the
10492             information in the source package's changelog and control
10493             file and the binary and source packages which should have
10494             been built.
10495           </p>
10496         </sect1>
10497
10498
10499         <sect1 id="pkg-dpkg-parsechangelog">
10500           <heading>
10501             <prgn>dpkg-parsechangelog</prgn> - produces parsed
10502             representation of a changelog
10503           </heading>
10504
10505           <p>
10506             This program is used internally by
10507             <prgn>dpkg-source</prgn> et al.  It may also occasionally
10508             be useful in <file>debian/rules</file> and elsewhere.  It
10509             parses a changelog, <file>debian/changelog</file> by default,
10510             and prints a control-file format representation of the
10511             information in it to standard output.
10512           </p>
10513         </sect1>
10514
10515         <sect1 id="pkg-dpkg-architecture">
10516           <heading>
10517             <prgn>dpkg-architecture</prgn> - information about the build and
10518             host system
10519           </heading>
10520
10521           <p>
10522             This program can be used manually, but is also invoked by
10523             <tt>dpkg-buildpackage</tt> or <file>debian/rules</file> to set
10524             environment or make variables which specify the build and host
10525             architecture for the package building process.
10526           </p>
10527         </sect1>
10528       </sect>
10529
10530       <sect id="pkg-sourcetree">
10531         <heading>The Debian package source tree</heading>
10532
10533         <p>
10534           The source archive scheme described later is intended to
10535           allow a Debian package source tree with some associated
10536           control information to be reproduced and transported easily.
10537           The Debian package source tree is a version of the original
10538           program with certain files added for the benefit of the
10539           packaging process, and with any other changes required
10540           made to the rest of the source code and installation
10541           scripts.
10542         </p>
10543
10544         <p>
10545           The extra files created for Debian are in the subdirectory
10546           <file>debian</file> of the top level of the Debian package
10547           source tree. They are described below.
10548         </p>
10549
10550         <sect1 id="pkg-debianrules">
10551           <heading><file>debian/rules</file> - the main building script</heading>
10552
10553           <p>
10554             See <ref id="debianrules">.
10555           </p>
10556         </sect1>
10557
10558         <sect1 id="pkg-srcsubstvars">
10559           <heading><file>debian/substvars</file> and variable substitutions</heading>
10560
10561           <p>
10562             See <ref id="substvars">.
10563           </p>
10564
10565         </sect1>
10566
10567         <sect1>
10568           <heading><file>debian/files</file></heading>
10569
10570           <p>
10571             See <ref id="debianfiles">.
10572           </p>
10573         </sect1>
10574
10575         <sect1><heading><file>debian/tmp</file>
10576           </heading>
10577
10578           <p>
10579             This is the canonical temporary location for the
10580             construction of binary packages by the <tt>binary</tt>
10581             target.  The directory <file>tmp</file> serves as the root of
10582             the file system tree as it is being constructed (for
10583             example, by using the package's upstream makefiles install
10584             targets and redirecting the output there), and it also
10585             contains the <tt>DEBIAN</tt> subdirectory.  See <ref
10586             id="pkg-bincreating">.
10587           </p>
10588
10589           <p>
10590             If several binary packages are generated from the same
10591             source tree it is usual to use several
10592             <file>debian/tmp<var>something</var></file> directories, for
10593             example <file>tmp-a</file> or <file>tmp-doc</file>.
10594           </p>
10595
10596           <p>
10597             Whatever <file>tmp</file> directories are created and used by
10598             <tt>binary</tt> must of course be removed by the
10599             <tt>clean</tt> target.</p></sect1>
10600       </sect>
10601
10602
10603       <sect id="pkg-sourcearchives"><heading>Source packages as archives
10604         </heading>
10605
10606         <p>
10607           As it exists on the FTP site, a Debian source package
10608           consists of three related files.  You must have the right
10609           versions of all three to be able to use them.
10610         </p>
10611
10612         <p>
10613           <taglist>
10614             <tag>Debian source control file - <tt>.dsc</tt></tag>
10615             <item>
10616                 This file is a control file used by <prgn>dpkg-source</prgn>
10617                 to extract a source package.
10618                 See <ref id="debiansourcecontrolfiles">.
10619             </item>
10620
10621             <tag>
10622               Original source archive -
10623               <file>
10624                 <var>package</var>_<var>upstream-version</var>.orig.tar.gz
10625               </file>
10626             </tag>
10627
10628             <item>
10629               <p>
10630                 This is a compressed (with <tt>gzip -9</tt>)
10631                 <prgn>tar</prgn> file containing the source code from
10632                 the upstream authors of the program.
10633               </p>
10634             </item>
10635
10636             <tag>
10637               Debian package diff -
10638               <file>
10639                 <var>package</var>_<var>upstream_version-revision</var>.diff.gz
10640               </file>
10641             </tag>
10642             <item>
10643
10644               <p>
10645                 This is a unified context diff (<tt>diff -u</tt>)
10646                 giving the changes which are required to turn the
10647                 original source into the Debian source.  These changes
10648                 may only include editing and creating plain files.
10649                 The permissions of files, the targets of symbolic
10650                 links and the characteristics of special files or
10651                 pipes may not be changed and no files may be removed
10652                 or renamed.
10653               </p>
10654
10655               <p>
10656                 All the directories in the diff must exist, except the
10657                 <file>debian</file> subdirectory of the top of the source
10658                 tree, which will be created by
10659                 <prgn>dpkg-source</prgn> if necessary when unpacking.
10660               </p>
10661
10662               <p>
10663                 The <prgn>dpkg-source</prgn> program will
10664                 automatically make the <file>debian/rules</file> file
10665                 executable (see below).</p></item>
10666           </taglist>
10667         </p>
10668
10669         <p>
10670           If there is no original source code - for example, if the
10671           package is specially prepared for Debian or the Debian
10672           maintainer is the same as the upstream maintainer - the
10673           format is slightly different: then there is no diff, and the
10674           tarfile is named
10675           <file><var>package</var>_<var>version</var>.tar.gz</file>,
10676           and preferably contains a directory named
10677           <file><var>package</var>-<var>version</var></file>.
10678         </p>
10679       </sect>
10680
10681       <sect>
10682         <heading>Unpacking a Debian source package without <prgn>dpkg-source</prgn></heading>
10683
10684         <p>
10685           <tt>dpkg-source -x</tt> is the recommended way to unpack a
10686           Debian source package.  However, if it is not available it
10687           is possible to unpack a Debian source archive as follows:
10688         <enumlist compact="compact">
10689           <item>
10690             <p>
10691               Untar the tarfile, which will create a <file>.orig</file>
10692               directory.</p>
10693           </item>
10694           <item>
10695             <p>Rename the <file>.orig</file> directory to
10696               <file><var>package</var>-<var>version</var></file>.</p>
10697           </item>
10698             <item>
10699             <p>
10700               Create the subdirectory <file>debian</file> at the top of
10701               the source tree.</p>
10702           </item>
10703           <item><p>Apply the diff using <tt>patch -p0</tt>.</p>
10704           </item>
10705           <item><p>Untar the tarfile again if you want a copy of the original
10706               source code alongside the Debian version.</p>
10707           </item>
10708         </enumlist>
10709
10710         <p>
10711           It is not possible to generate a valid Debian source archive
10712           without using <prgn>dpkg-source</prgn>.  In particular,
10713           attempting to use <prgn>diff</prgn> directly to generate the
10714           <file>.diff.gz</file> file will not work.
10715         </p>
10716
10717         <sect1>
10718           <heading>Restrictions on objects in source packages</heading>
10719
10720           <p>
10721             The source package may not contain any hard links
10722             <footnote>
10723                 This is not currently detected when building source
10724                 packages, but only when extracting
10725                 them.
10726             </footnote>
10727             <footnote>
10728                 Hard links may be permitted at some point in the
10729                 future, but would require a fair amount of
10730                 work.
10731             </footnote>, device special files, sockets or setuid or
10732             setgid files.
10733             <footnote>
10734                 Setgid directories are allowed.
10735             </footnote>
10736           </p>
10737
10738           <p>
10739             The source packaging tools manage the changes between the
10740             original and Debian source using <prgn>diff</prgn> and
10741             <prgn>patch</prgn>.  Turning the original source tree as
10742             included in the <file>.orig.tar.gz</file> into the Debian
10743             package source must not involve any changes which cannot be
10744             handled by these tools.  Problematic changes which cause
10745             <prgn>dpkg-source</prgn> to halt with an error when
10746             building the source package are:
10747             <list compact="compact">
10748               <item><p>Adding or removing symbolic links, sockets or pipes.</p>
10749               </item>
10750               <item><p>Changing the targets of symbolic links.</p>
10751               </item>
10752               <item><p>Creating directories, other than <file>debian</file>.</p>
10753               </item>
10754               <item><p>Changes to the contents of binary files.</p></item>
10755             </list> Changes which cause <prgn>dpkg-source</prgn> to
10756             print a warning but continue anyway are:
10757             <list compact="compact">
10758               <item>
10759                 <p>
10760                   Removing files, directories or symlinks.
10761                   <footnote>
10762                       Renaming a file is not treated specially - it is
10763                       seen as the removal of the old file (which
10764                       generates a warning, but is otherwise ignored),
10765                       and the creation of the new one.
10766                   </footnote>
10767                 </p>
10768               </item>
10769               <item>
10770                 <p>
10771                   Changed text files which are missing the usual final
10772                   newline (either in the original or the modified
10773                   source tree).
10774                 </p>
10775               </item>
10776             </list>
10777             Changes which are not represented, but which are not detected by
10778             <prgn>dpkg-source</prgn>, are:
10779             <list compact="compact">
10780               <item><p>Changing the permissions of files (other than
10781                   <file>debian/rules</file>) and directories.</p></item>
10782             </list>
10783           </p>
10784
10785           <p>
10786             The <file>debian</file> directory and <file>debian/rules</file>
10787             are handled specially by <prgn>dpkg-source</prgn> - before
10788             applying the changes it will create the <file>debian</file>
10789             directory, and afterwards it will make
10790             <file>debian/rules</file> world-executable.
10791           </p>
10792         </sect1>
10793       </sect>
10794     </appendix>
10795
10796     <appendix id="pkg-controlfields">
10797       <heading>Control files and their fields (from old Packaging Manual)</heading>
10798
10799       <p>
10800         Many of the tools in the <prgn>dpkg</prgn> suite manipulate
10801         data in a common format, known as control files.  Binary and
10802         source packages have control data as do the <file>.changes</file>
10803         files which control the installation of uploaded files, and
10804         <prgn>dpkg</prgn>'s internal databases are in a similar
10805         format.
10806       </p>
10807
10808       <sect>
10809         <heading>Syntax of control files</heading>
10810
10811         <p>
10812           See <ref id="controlsyntax">.
10813         </p>
10814
10815         <p>
10816           It is important to note that there are several fields which
10817           are optional as far as <prgn>dpkg</prgn> and the related
10818           tools are concerned, but which must appear in every Debian
10819           package, or whose omission may cause problems.
10820         </p>
10821       </sect>
10822
10823       <sect>
10824         <heading>List of fields</heading>
10825
10826         <p>
10827           See <ref id="controlfieldslist">.
10828         </p>
10829
10830         <p>
10831           This section now contains only the fields that didn't belong
10832           to the Policy manual.
10833         </p>
10834
10835         <sect1 id="pkg-f-Filename">
10836           <heading><tt>Filename</tt> and <tt>MSDOS-Filename</tt></heading>
10837
10838           <p>
10839             These fields in <tt>Packages</tt> files give the
10840             filename(s) of (the parts of) a package in the
10841             distribution directories, relative to the root of the
10842             Debian hierarchy.  If the package has been split into
10843             several parts the parts are all listed in order, separated
10844             by spaces.
10845           </p>
10846         </sect1>
10847
10848         <sect1 id="pkg-f-Size">
10849           <heading><tt>Size</tt> and <tt>MD5sum</tt></heading>
10850
10851           <p>
10852             These fields in <file>Packages</file> files give the size (in
10853             bytes, expressed in decimal) and MD5 checksum of the
10854             file(s) which make(s) up a binary package in the
10855             distribution.  If the package is split into several parts
10856             the values for the parts are listed in order, separated by
10857             spaces.
10858           </p>
10859         </sect1>
10860
10861         <sect1 id="pkg-f-Status">
10862           <heading><tt>Status</tt></heading>
10863
10864           <p>
10865             This field in <prgn>dpkg</prgn>'s status file records
10866             whether the user wants a package installed, removed or
10867             left alone, whether it is broken (requiring
10868             re-installation) or not and what its current state on the
10869             system is.  Each of these pieces of information is a
10870             single word.
10871           </p>
10872         </sect1>
10873
10874         <sect1 id="pkg-f-Config-Version">
10875           <heading><tt>Config-Version</tt></heading>
10876
10877           <p>
10878             If a package is not installed or not configured, this
10879             field in <prgn>dpkg</prgn>'s status file records the last
10880             version of the package which was successfully
10881             configured.
10882           </p>
10883         </sect1>
10884
10885         <sect1 id="pkg-f-Conffiles">
10886           <heading><tt>Conffiles</tt></heading>
10887
10888           <p>
10889             This field in <prgn>dpkg</prgn>'s status file contains
10890             information about the automatically-managed configuration
10891             files held by a package.  This field should <em>not</em>
10892             appear anywhere in a package!
10893           </p>
10894         </sect1>
10895
10896         <sect1>
10897           <heading>Obsolete fields</heading>
10898
10899           <p>
10900             These are still recognized by <prgn>dpkg</prgn> but should
10901             not appear anywhere any more.
10902
10903             <taglist compact="compact">
10904
10905               <tag><tt>Revision</tt></tag>
10906               <tag><tt>Package-Revision</tt></tag>
10907               <tag><tt>Package_Revision</tt></tag>
10908               <item>
10909                   The Debian revision part of the package version was
10910                   at one point in a separate control field.  This
10911                   field went through several names.
10912               </item>
10913
10914               <tag><tt>Recommended</tt></tag>
10915               <item>Old name for <tt>Recommends</tt>.</item>
10916
10917               <tag><tt>Optional</tt></tag>
10918               <item>Old name for <tt>Suggests</tt>.</item>
10919
10920               <tag><tt>Class</tt></tag>
10921               <item>Old name for <tt>Priority</tt>.</item>
10922
10923             </taglist>
10924           </p>
10925         </sect1>
10926       </sect>
10927
10928     </appendix>
10929
10930     <appendix id="pkg-conffiles">
10931       <heading>Configuration file handling (from old Packaging Manual)</heading>
10932
10933       <p>
10934         <prgn>dpkg</prgn> can do a certain amount of automatic
10935         handling of package configuration files.
10936       </p>
10937
10938       <p>
10939         Whether this mechanism is appropriate depends on a number of
10940         factors, but basically there are two approaches to any
10941         particular configuration file.
10942       </p>
10943
10944       <p>
10945         The easy method is to ship a best-effort configuration in the
10946         package, and use <prgn>dpkg</prgn>'s conffile mechanism to
10947         handle updates.  If the user is unlikely to want to edit the
10948         file, but you need them to be able to without losing their
10949         changes, and a new package with a changed version of the file
10950         is only released infrequently, this is a good approach.
10951       </p>
10952
10953       <p>
10954         The hard method is to build the configuration file from
10955         scratch in the <prgn>postinst</prgn> script, and to take the
10956         responsibility for fixing any mistakes made in earlier
10957         versions of the package automatically.  This will be
10958         appropriate if the file is likely to need to be different on
10959         each system.
10960       </p>
10961
10962       <sect><heading>Automatic handling of configuration files by
10963       <prgn>dpkg</prgn>
10964         </heading>
10965
10966         <p>
10967           A package may contain a control information file called
10968           <tt>conffiles</tt>.  This file should be a list of filenames
10969           of configuration files needing automatic handling, separated
10970           by newlines.  The filenames should be absolute pathnames,
10971           and the files referred to should actually exist in the
10972           package.
10973         </p>
10974
10975         <p>
10976           When a package is upgraded <prgn>dpkg</prgn> will process
10977           the configuration files during the configuration stage,
10978           shortly before it runs the package's <prgn>postinst</prgn>
10979           script,
10980         </p>
10981
10982         <p>
10983           For each file it checks to see whether the version of the
10984           file included in the package is the same as the one that was
10985           included in the last version of the package (the one that is
10986           being upgraded from); it also compares the version currently
10987           installed on the system with the one shipped with the last
10988           version.
10989         </p>
10990
10991         <p>
10992           If neither the user nor the package maintainer has changed
10993           the file, it is left alone.  If one or the other has changed
10994           their version, then the changed version is preferred - i.e.,
10995           if the user edits their file, but the package maintainer
10996           doesn't ship a different version, the user's changes will
10997           stay, silently, but if the maintainer ships a new version
10998           and the user hasn't edited it the new version will be
10999           installed (with an informative message).  If both have
11000           changed their version the user is prompted about the problem
11001           and must resolve the differences themselves.
11002         </p>
11003
11004         <p>
11005           The comparisons are done by calculating the MD5 message
11006           digests of the files, and storing the MD5 of the file as it
11007           was included in the most recent version of the package.
11008         </p>
11009
11010         <p>
11011           When a package is installed for the first time
11012           <prgn>dpkg</prgn> will install the file that comes with it,
11013           unless that would mean overwriting a file already on the
11014           file system.
11015         </p>
11016
11017         <p>
11018           However, note that <prgn>dpkg</prgn> will <em>not</em>
11019           replace a conffile that was removed by the user (or by a
11020           script).  This is necessary because with some programs a
11021           missing file produces an effect hard or impossible to
11022           achieve in another way, so that a missing file needs to be
11023           kept that way if the user did it.
11024         </p>
11025
11026         <p>
11027           Note that a package should <em>not</em> modify a
11028           <prgn>dpkg</prgn>-handled conffile in its maintainer
11029           scripts.  Doing this will lead to <prgn>dpkg</prgn> giving
11030           the user confusing and possibly dangerous options for
11031           conffile update when the package is upgraded.</p>
11032       </sect>
11033
11034       <sect><heading>Fully-featured maintainer script configuration
11035       handling
11036         </heading>
11037
11038         <p>
11039           For files which contain site-specific information such as
11040           the hostname and networking details and so forth, it is
11041           better to create the file in the package's
11042           <prgn>postinst</prgn> script.
11043         </p>
11044
11045         <p>
11046           This will typically involve examining the state of the rest
11047           of the system to determine values and other information, and
11048           may involve prompting the user for some information which
11049           can't be obtained some other way.
11050         </p>
11051
11052         <p>
11053           When using this method there are a couple of important
11054           issues which should be considered:
11055         </p>
11056
11057         <p>
11058           If you discover a bug in the program which generates the
11059           configuration file, or if the format of the file changes
11060           from one version to the next, you will have to arrange for
11061           the postinst script to do something sensible - usually this
11062           will mean editing the installed configuration file to remove
11063           the problem or change the syntax.  You will have to do this
11064           very carefully, since the user may have changed the file,
11065           perhaps to fix the very problem that your script is trying
11066           to deal with - you will have to detect these situations and
11067           deal with them correctly.
11068         </p>
11069
11070         <p>
11071           If you do go down this route it's probably a good idea to
11072           make the program that generates the configuration file(s) a
11073           separate program in <file>/usr/sbin</file>, by convention called
11074           <file><var>package</var>config</file> and then run that if
11075           appropriate from the post-installation script.  The
11076           <tt><var>package</var>config</tt> program should not
11077           unquestioningly overwrite an existing configuration - if its
11078           mode of operation is geared towards setting up a package for
11079           the first time (rather than any arbitrary reconfiguration
11080           later) you should have it check whether the configuration
11081           already exists, and require a <tt>--force</tt> flag to
11082           overwrite it.</p></sect>
11083     </appendix>
11084
11085     <appendix id="pkg-alternatives"><heading>Alternative versions of
11086         an interface - <prgn>update-alternatives</prgn> (from old
11087     Packaging Manual)
11088       </heading>
11089
11090       <p>
11091         When several packages all provide different versions of the
11092         same program or file it is useful to have the system select a
11093         default, but to allow the system administrator to change it
11094         and have their decisions respected.
11095       </p>
11096
11097       <p>
11098         For example, there are several versions of the <prgn>vi</prgn>
11099         editor, and there is no reason to prevent all of them from
11100         being installed at once, each under their own name
11101         (<prgn>nvi</prgn>, <prgn>vim</prgn> or whatever).
11102         Nevertheless it is desirable to have the name <tt>vi</tt>
11103         refer to something, at least by default.
11104       </p>
11105
11106       <p>
11107         If all the packages involved cooperate, this can be done with
11108         <prgn>update-alternatives</prgn>.
11109       </p>
11110
11111       <p>
11112         Each package provides its own version under its own name, and
11113         calls <prgn>update-alternatives</prgn> in its postinst to
11114         register its version (and again in its prerm to deregister
11115         it).
11116       </p>
11117
11118       <p>
11119         See the man page <manref name="update-alternatives"
11120         section="8"> for details.
11121       </p>
11122
11123       <p>
11124         If <prgn>update-alternatives</prgn> does not seem appropriate
11125         you may wish to consider using diversions instead.</p>
11126     </appendix>
11127
11128     <appendix id="pkg-diversions"><heading>Diversions - overriding a
11129     package's version of a file (from old Packaging Manual)
11130       </heading>
11131
11132       <p>
11133         It is possible to have <prgn>dpkg</prgn> not overwrite a file
11134         when it reinstalls the package it belongs to, and to have it
11135         put the file from the package somewhere else instead.
11136       </p>
11137
11138       <p>
11139         This can be used locally to override a package's version of a
11140         file, or by one package to override another's version (or
11141         provide a wrapper for it).
11142       </p>
11143
11144       <p>
11145         Before deciding to use a diversion, read <ref
11146         id="pkg-alternatives"> to see if you really want a diversion
11147         rather than several alternative versions of a program.
11148       </p>
11149
11150       <p>
11151         There is a diversion list, which is read by <prgn>dpkg</prgn>,
11152         and updated by a special program <prgn>dpkg-divert</prgn>.
11153         Please see <manref name="dpkg-divert" section="8"> for full
11154         details of its operation.
11155       </p>
11156
11157       <p>
11158         When a package wishes to divert a file from another, it should
11159         call <prgn>dpkg-divert</prgn> in its preinst to add the
11160         diversion and rename the existing file.  For example,
11161         supposing that a <prgn>smailwrapper</prgn> package wishes to
11162         install a wrapper around <file>/usr/sbin/smail</file>:
11163         <example>
11164    dpkg-divert --package smailwrapper --add --rename \
11165       --divert /usr/sbin/smail.real /usr/sbin/smail
11166         </example> The <tt>--package smailwrapper</tt> ensures that
11167         <prgn>smailwrapper</prgn>'s copy of <file>/usr/sbin/smail</file>
11168         can bypass the diversion and get installed as the true version.
11169         It's safe to add the diversion unconditionally on upgrades since
11170         it will be left unchanged if it already exists, but
11171         <prgn>dpkg-divert</prgn> will display a message.  To suppress that
11172         message, make the command conditional on the version from which
11173         the package is being upgraded:
11174         <example>
11175    if [ upgrade != "$1" ] || dpkg --compare-versions "$2" lt 1.0-2; then
11176       dpkg-divert --package smailwrapper --add --rename \
11177          --divert /usr/sbin/smail.real /usr/sbin/smail
11178    fi
11179         </example> where <tt>1.0-2</tt> is the version at which the
11180         diversion was first added to the package.  Running the command
11181         during abort-upgrade is pointless but harmless.
11182       </p>
11183
11184       <p>
11185         The postrm has to do the reverse:
11186         <example>
11187   if [ remove = "$1" -o abort-install = "$1" -o disappear = "$1" ]; then
11188      dpkg-divert --package smailwrapper --remove --rename \
11189         --divert /usr/sbin/smail.real /usr/sbin/smail
11190   fi
11191         </example> If the diversion was added at a particular version, the
11192         postrm should also handle the failure case of upgrading from an
11193         older version (unless the older version is so old that direct
11194         upgrades are no longer supported):
11195         <example>
11196   if [ abort-upgrade = "$1" ] && dpkg --compare-versions "$2" lt 1.0-2; then
11197      dpkg-divert --package smailwrapper --remove --rename \
11198         --divert /usr/sbin/smail.real /usr/sbin/smail
11199   fi
11200         </example> where <tt>1.02-2</tt> is the version at which the
11201         diversion was first added to the package.  The postrm should not
11202         remove the diversion on upgrades both because there's no reason to
11203         remove the diversion only to immediately re-add it and since the
11204         postrm of the old package is run after unpacking so the removal of
11205         the diversion will fail.
11206       </p>
11207
11208       <p>
11209         Do not attempt to divert a file which is vitally important for
11210         the system's operation - when using <prgn>dpkg-divert</prgn>
11211         there is a time, after it has been diverted but before
11212         <prgn>dpkg</prgn> has installed the new version, when the file
11213         does not exist.</p>
11214     </appendix>
11215
11216   </book>
11217 </debiandoc>
11218 <!-- Local variables: -->
11219 <!-- indent-tabs-mode: t -->
11220 <!-- End: -->
11221 <!-- vim:set ai et sts=2 sw=2 tw=76: -->