]> git.donarmstrong.com Git - debian/debian-policy.git/blob - policy.sgml
[AMENDMENT 6/6/2003] build-depends-indep should not be satisfied
[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 ]>
6 <debiandoc>
7
8   <book>
9     <titlepag>
10       <title>Debian Policy Manual</title>
11       <author><qref id="authors">The Debian Policy Mailing List</qref></author>
12       <version>version &version;, &date;</version>
13
14       <abstract>
15         This manual describes the policy requirements for the Debian
16         GNU/Linux distribution.  This includes the structure and
17         contents of the Debian archive and several design issues of
18         the operating system, as well as technical requirements that
19         each package must satisfy to be included in the distribution.
20       </abstract>
21
22       <copyright>
23         <copyrightsummary>
24           Copyright &copy; 1996,1997,1998 Ian Jackson
25           and Christian Schwarz.
26         </copyrightsummary>
27         <p>
28           This manual is free software; you may redistribute it and/or
29           modify it under the terms of the GNU General Public License
30           as published by the Free Software Foundation; either version
31           2, or (at your option) any later version.
32         </p>
33
34         <p>
35           This is distributed in the hope that it will be useful, but
36           <em>without any warranty</em>; without even the implied
37           warranty of merchantability or fitness for a particular
38           purpose.  See the GNU General Public License for more
39           details.
40         </p>
41
42         <p>
43           A copy of the GNU General Public License is available as
44           <file>/usr/share/common-licenses/GPL</file> in the Debian GNU/Linux
45           distribution or on the World Wide Web at
46           <url id="http://www.gnu.org/copyleft/gpl.html"
47                name="the GNU General Public Licence">. You can also
48           obtain it by writing to the Free Software Foundation, Inc.,
49           59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
50         </p>
51       </copyright>
52     </titlepag>
53
54     <toc detail="sect1">
55
56     <chapt id="scope">
57       <heading>About this manual</heading>
58       <sect>
59         <heading>Scope</heading>
60         <p>
61           This manual describes the policy requirements for the Debian
62           GNU/Linux distribution. This includes the structure and
63           contents of the Debian archive and several design issues of the
64           operating system, as well as technical requirements that
65           each package must satisfy to be included in the
66           distribution.
67         </p>
68
69         <p>
70           This manual also describes Debian policy as it relates to
71           creating Debian packages. It is not a tutorial on how to build
72           packages, nor is it exhaustive where it comes to describing
73           the behavior of the packaging system. Instead, this manual
74           attempts to define the interface to the package management
75           system that the developers have to be conversant with.<footnote>
76               Informally, the criteria used for inclusion is that the
77               material meet one of the following requirements:
78               <taglist compact="compact">
79                 <tag>Standard interfaces</tag>
80                 <item>
81                     The material presented represents an interface to
82                     the packaging system that is mandated for use, and
83                     is used by, a significant number of packages, and
84                     therefore should not be changed without peer
85                     review. Package maintainers can then rely on this
86                     interfaces not changing, and the package
87                     management software authors need to ensure
88                     compatibility with these interface
89                     definitions. (Control file and changelog file
90                     formats are examples.)
91                 </item>
92                 <tag>Chosen Convention</tag>
93                 <item>
94                     If there are a number of technically viable choices
95                     that can be made, but one needs to select one of
96                     these options for inter-operability. The version
97                     number format is one example.
98                 </item>
99               </taglist>
100               Please note that these are not mutually exclusive;
101               selected conventions often become parts of standard
102               interfaces.
103           </footnote>
104         </p>
105
106         <p>
107           The footnotes present in this manual are
108           merely informative, and are not part of Debian policy itself.
109         </p>
110
111         <p>
112           The appendices to this manual are not necessarily normative,
113           either. Please see <ref id="pkg-scope"> for more information.
114         </p>
115
116         <p>
117           In the normative part of this manual,
118           the words <em>must</em>, <em>should</em> and
119           <em>may</em>, and the adjectives <em>required</em>,
120           <em>recommended</em> and <em>optional</em>, are used to
121           distinguish the significance of the various guidelines in
122           this policy document. Packages that do not conform to the
123           guidelines denoted by <em>must</em> (or <em>required</em>)
124           will generally not be considered acceptable for the Debian
125           distribution. Non-conformance with guidelines denoted by
126           <em>should</em> (or <em>recommended</em>) will generally be
127           considered a bug, but will not necessarily render a package
128           unsuitable for distribution. Guidelines denoted by
129           <em>may</em> (or <em>optional</em>) are truly optional and
130           adherence is left to the maintainer's discretion.
131         </p>
132
133         <p>
134           These classifications are roughly equivalent to the bug
135           severities <em>serious</em> (for <em>must</em> or
136           <em>required</em> directive violations), <em>minor</em>,
137           <em>normal</em> or <em>important</em>
138           (for <em>should</em> or <em>recommended</em> directive
139           violations) and <em>wishlist</em> (for <em>optional</em>
140           items).
141           <footnote>
142                 Compare RFC 2119.  Note, however, that these words are
143                 used in a different way in this document.
144           </footnote>
145         </p>
146
147         <p>
148           Much of the information presented in this manual will be
149           useful even when building a package which is to be
150           distributed in some other way or is intended for local use
151           only.
152         </p>
153       </sect>
154
155       <sect>
156         <heading>New versions of this document</heading>
157
158         <p>
159           This manual is distributed via the Debian package
160           <package>debian-policy</package>.
161         </p>
162
163         <p>
164           The current version of this document is also available from
165           the Debian web mirrors at
166           <tt><url name="/doc/debian-policy/"
167                 id="http://www.debian.org/doc/debian-policy/"></tt>
168           and from the Debian archive mirrors at
169           <tt><url name="/doc/package-developer/policy.txt.gz"
170                 id="http://ftp.debian.org/debian/doc/package-developer/policy.txt.gz"></tt>.
171           Also available from the same directory are several other
172           formats: <file>policy.html.tar.gz</file>, <file>policy.pdf.gz</file>
173           and <file>policy.ps.gz</file>.
174         </p>
175
176         <p>
177           The <package>debian-policy</package> package also includes the file
178           <file>upgrading-checklist.txt</file> which indicates policy
179           changes between versions of this document.
180         </p>
181       </sect>
182
183       <sect id="authors">
184         <heading>Authors and Maintainers</heading>
185
186         <p>
187           Originally called "Debian GNU/Linux Policy Manual", this
188           manual was initially written in 1996 by Ian Jackson.
189           It was revised on November 27th, 1996 by David A. Morris.
190           Christian Schwarz added new sections on March 15th, 1997,
191           and reworked/restructured it in April-July 1997.
192           Christoph Lameter contributed the "Web Standard".
193           Julian Gilbey largely restructured it in 2001.
194         </p>
195
196         <p>
197           Since September 1998, the responsibility for the contents of
198           this document lies on the <url name="debian-policy mailing list"
199           id="mailto:debian-policy@lists.debian.org">. Proposals
200           are discussed there and inserted into policy after a certain
201           consensus is established.
202           <!-- insert shameless policy-process plug here eventually -->
203           The actual editing is done by a group of maintainers that have
204           no editorial powers. These are the current maintainers:
205
206           <enumlist>
207             <item>Julian Gilbey</item>
208             <item>Branden Robinson</item>
209             <item>Josip Rodin</item>
210             <item>Manoj Srivastava</item>
211           </enumlist>
212         </p>
213
214         <p>
215           While the authors of this document have tried hard to avoid
216           typos and other errors, these do still occur. If you discover
217           an error in this manual or if you want to give any
218           comments, suggestions, or criticisms please send an email to
219           the Debian Policy List,
220           <email>debian-policy@lists.debian.org</email>, or submit a
221           bug report against the <tt>debian-policy</tt> package.
222         </p>
223
224         <p>
225           Please do not try to reach the individual authors or maintainers
226           of the Policy Manual regarding changes to the Policy.
227         </p>
228       </sect>
229
230       <sect id="related">
231         <heading>Related documents</heading>
232
233         <p>
234           There are several other documents other than this Policy Manual
235           that are necessary to fully understand some Debian policies and
236           procedures.
237         </p>
238
239         <p>
240           The external "sub-policy" documents are referred to in:
241           <list compact="compact">
242             <item><ref id="fhs"></item>
243             <item><ref id="virtual_pkg"></item>
244             <item><ref id="menus"></item>
245             <item><ref id="mime"></item>
246             <item><ref id="perl"></item>
247             <item><ref id="maintscriptprompt"></item>
248             <item><ref id="emacs"></item>
249           </list>
250         </p>
251
252         <p>
253           In addition to those, which carry the weight of policy, there
254           is the Debian Developer's Reference. This document describes
255           procedures and resources for Debian developers, but it is
256           <em>not</em> normative; rather, it includes things that don't
257           belong into the Policy, such as best practices for developers.
258         </p>
259
260         <p>
261           The Developer's Reference is available in the
262           <package>developers-reference</package> package.
263           It's also available from the Debian web mirrors at
264           <tt><url name="/doc/developers-reference/"
265                 id="http://www.debian.org/doc/developers-reference/"></tt>.
266         </p>
267       </sect>
268
269     </chapt>
270
271
272     <chapt id="archive">
273       <heading>The Debian Archive</heading>
274
275       <p>
276         The Debian GNU/Linux system is maintained and distributed as a
277         collection of <em>packages</em>. Since there are so many of
278         them (currently well over 6000), they are split into
279         <em>sections</em> and given <em>priorities</em> to simplify
280         the handling of them.
281       </p>
282
283       <p>
284         The effort of the Debian project is to build a free operating
285         system, but not every package we want to make accessible is
286         <em>free</em> in our sense (see the Debian Free Software
287         Guidelines, below), or may be imported/exported without
288         restrictions. Thus, the archive is split into the sections
289         based on their licenses and other restrictions.
290       </p>
291
292       <p>
293         The aims of this are:
294
295         <list compact="compact">
296           <item>to allow us to make as much software available as we can</item>
297           <item>to allow us to encourage everyone to write free software,
298                 and</item>
299           <item>to allow us to make it easy for people to produce
300                 CD-ROMs of our system without violating any licenses,
301                 import/export restrictions, or any other laws.</item>
302         </list>
303       </p>
304
305       <p>
306         The <em>main</em> and the <em>non-US/main</em> sections
307         together form the <em>Debian GNU/Linux distribution</em>.
308       </p>
309
310       <p>
311         Packages in the other sections are not considered to be part
312         of the Debian distribution, although we support their use and
313         provide infrastructure for them (such as our bug-tracking
314         system and mailing lists). This Debian Policy Manual applies
315         to these packages as well.
316       </p>
317
318       <sect id="dfsg">
319         <heading>The Debian Free Software Guidelines</heading>
320         <p>
321           The Debian Free Software Guidelines (DFSG) form our
322           definition of "free software".  These are:
323             <taglist>
324               <tag>Free Redistribution
325               </tag>
326               <item>
327                   The license of a Debian component may not restrict any
328                   party from selling or giving away the software as a
329                   component of an aggregate software distribution
330                   containing programs from several different
331                   sources. The license may not require a royalty or
332                   other fee for such sale.
333               </item>
334               <tag>Source Code
335               </tag>
336               <item>
337                   The program must include source code, and must allow
338                   distribution in source code as well as compiled form.
339               </item>
340               <tag>Derived Works
341               </tag>
342               <item>
343                   The license must allow modifications and derived
344                   works, and must allow them to be distributed under the
345                   same terms as the license of the original software.
346               </item>
347               <tag>Integrity of The Author's Source Code
348               </tag>
349               <item>
350                   The license may restrict source-code from being
351                   distributed in modified form <em>only</em> if the
352                   license allows the distribution of "patch files"
353                   with the source code for the purpose of modifying the
354                   program at build time. The license must explicitly
355                   permit distribution of software built from modified
356                   source code. The license may require derived works to
357                   carry a different name or version number from the
358                   original software.  (This is a compromise. The Debian
359                   Project encourages all authors to not restrict any
360                   files, source or binary, from being modified.)
361               </item>
362               <tag>No Discrimination Against Persons or Groups
363               </tag>
364               <item>
365                   The license must not discriminate against any person
366                   or group of persons.
367               </item>
368               <tag>No Discrimination Against Fields of Endeavor
369               </tag>
370               <item>
371                   The license must not restrict anyone from making use
372                   of the program in a specific field of endeavor. For
373                   example, it may not restrict the program from being
374                   used in a business, or from being used for genetic
375                   research.
376               </item>
377               <tag>Distribution of License
378               </tag>
379               <item>
380                   The rights attached to the program must apply to all
381                   to whom the program is redistributed without the need
382                   for execution of an additional license by those
383                   parties.
384               </item>
385               <tag>License Must Not Be Specific to Debian
386               </tag>
387               <item>
388                   The rights attached to the program must not depend on
389                   the program's being part of a Debian system. If the
390                   program is extracted from Debian and used or
391                   distributed without Debian but otherwise within the
392                   terms of the program's license, all parties to whom
393                   the program is redistributed must have the same
394                   rights as those that are granted in conjunction with
395                   the Debian system.
396               </item>
397               <tag>License Must Not Contaminate Other Software
398               </tag>
399               <item>
400                   The license must not place restrictions on other
401                   software that is distributed along with the licensed
402                   software. For example, the license must not insist
403                   that all other programs distributed on the same medium
404                   must be free software.
405               </item>
406               <tag>Example Licenses
407               </tag>
408               <item>
409                   The "GPL," "BSD," and "Artistic" licenses are examples of
410                   licenses that we consider <em>free</em>.
411               </item>
412             </taglist>
413         </p>
414       </sect>
415
416       <sect id="sections">
417         <heading>Sections</heading>
418
419         <sect1 id="main">
420           <heading>The main section</heading>
421
422           <p>
423             Every package in <em>main</em> and <em>non-US/main</em>
424             must comply with the DFSG (Debian Free Software
425             Guidelines).
426           </p>
427
428           <p>
429             In addition, the packages in <em>main</em>
430             <list compact="compact">
431               <item>
432                   must not require a package outside of <em>main</em>
433                   for compilation or execution (thus, the package must
434                   not declare a "Depends", "Recommends", or
435                   "Build-Depends" relationship on a non-<em>main</em>
436                   package),
437               </item>
438               <item>
439                   must not be so buggy that we refuse to support them,
440                   and
441               </item>
442               <item>
443                   must meet all policy requirements presented in this
444                   manual.
445               </item>
446             </list>
447           </p>
448
449           <p>
450             Similarly, the packages in <em>non-US/main</em>
451             <list compact="compact">
452               <item>
453                    must not require a package outside of <em>main</em>
454                    or <em>non-US/main</em> for compilation or
455                    execution,
456               </item>
457               <item>
458                   must not be so buggy that we refuse to support them,
459               </item>
460               <item>
461                   must meet all policy requirements presented in this
462                   manual.
463               </item>
464             </list>
465           </p>
466
467         </sect1>
468
469         <sect1 id="contrib">
470           <heading>The contrib section</heading>
471
472           <p>
473             Every package in <em>contrib</em> and
474             <em>non-US/contrib</em> must comply with the DFSG.
475           </p>
476
477           <p>
478             In addition, the packages in <em>contrib</em> and
479             <em>non-US/contrib</em>
480             <list compact="compact">
481               <item>
482                   must not be so buggy that we refuse to support them,
483                   and
484               </item>
485               <item>
486                   must meet all policy requirements presented in this
487                   manual.
488               </item>
489             </list>
490           </p>
491
492           <p>
493             Furthermore, packages in <em>contrib</em> must not require
494             a package in a <em>non-US</em> section for compilation or
495             execution.
496           </p>
497
498           <p>
499             Examples of packages which would be included in
500             <em>contrib</em> or <em>non-US/contrib</em> are:
501             <list compact="compact">
502               <item>
503                   free packages which require <em>contrib</em>,
504                   <em>non-free</em> packages or packages which are not
505                   in our archive at all for compilation or execution,
506                   and
507               </item>
508               <item>
509                   wrapper packages or other sorts of free accessories for
510                   non-free programs.
511               </item>
512             </list>
513           </p>
514         </sect1>
515
516         <sect1 id="non-free">
517           <heading>The non-free section</heading>
518
519           <p>
520             Packages must be placed in <em>non-free</em> or
521             <em>non-US/non-free</em> if they are not compliant with
522             the DFSG or are encumbered by patents or other legal
523             issues that make their distribution problematic.
524           </p>
525
526           <p>
527             In addition, the packages in <em>non-free</em> and
528             <em>non-US/non-free</em>
529             <list compact="compact">
530               <item>
531                   must not be so buggy that we refuse to support them,
532                   and
533               </item>
534               <item>
535                   must meet all policy requirements presented in this
536                   manual that it is possible for them to meet.
537                   <footnote>
538                       It is possible that there are policy
539                       requirements which the package is unable to
540                       meet, for example, if the source is
541                       unavailable.  These situations will need to be
542                       handled on a case-by-case basis.
543                   </footnote>
544               </item>
545             </list>
546           </p>
547         </sect1>
548
549         <sect1 id="non-US">
550           <heading>The non-US sections</heading>
551
552           <p>
553             Non-free programs with cryptographic program code need to
554             be stored on the <em>non-us</em> server because of export
555             restrictions of the U.S.
556           </p>
557
558           <p>
559             Programs which use patented algorithms that have a
560             restricted license also need to be stored on "non-us",
561             since that is located in a country where it is not allowed
562             to patent algorithms.
563           </p>
564
565           <p>
566             A package depends on another package which is distributed
567             via the non-us server has to be stored on the non-us
568             server as well.
569           </p>
570         </sect1>
571       </sect>
572
573       <sect id="pkgcopyright">
574         <heading>Copyright considerations</heading>
575
576         <p>
577           Every package must be accompanied by a verbatim copy of
578           its copyright and distribution license in the file
579           <file>/usr/share/doc/<var>package</var>/copyright</file>
580           (see <ref id="copyrightfile"> for further details).
581         </p>
582
583         <p>
584           We reserve the right to restrict files from being included
585           anywhere in our archives if
586           <list compact="compact">
587             <item>
588                   their use or distribution would break a law,
589             </item>
590             <item>
591                   there is an ethical conflict in their distribution or
592                   use,
593             </item>
594             <item>
595                   we would have to sign a license for them, or
596             </item>
597             <item>
598                   their distribution would conflict with other project
599                   policies.
600             </item>
601           </list>
602         </p>
603
604         <p>
605           Programs whose authors encourage the user to make
606           donations are fine for the main distribution, provided
607           that the authors do not claim that not donating is
608           immoral, unethical, illegal or something similar; in such
609           a case they must go in <em>non-free</em>.
610         </p>
611
612         <p>
613           Packages whose copyright permission notices (or patent
614           problems) do not even allow redistribution of binaries
615           only, and where no special permission has been obtained,
616           must not be placed on the Debian FTP site and its mirrors
617           at all.
618         </p>
619
620         <p>
621           Note that under international copyright law (this applies
622           in the United States, too), <em>no</em> distribution or
623           modification of a work is allowed without an explicit
624           notice saying so.  Therefore a program without a copyright
625           notice <em>is</em> copyrighted and you may not do anything
626           to it without risking being sued! Likewise if a program
627           has a copyright notice but no statement saying what is
628           permitted then nothing is permitted.
629         </p>
630
631         <p>
632           Many authors are unaware of the problems that restrictive
633           copyrights (or lack of copyright notices) can cause for
634           the users of their supposedly-free software.  It is often
635           worthwhile contacting such authors diplomatically to ask
636           them to modify their license terms. However, this can be a
637           politically difficult thing to do and you should ask for
638           advice on the <tt>debian-legal</tt> mailing list first, as
639           explained below.
640         </p>
641
642         <p>
643           When in doubt about a copyright, send mail to
644           <email>debian-legal@lists.debian.org</email>.  Be prepared
645           to provide us with the copyright statement.  Software
646           covered by the GPL, public domain software and BSD-like
647           copyrights are safe; be wary of the phrases "commercial
648           use prohibited" and "distribution restricted".
649         </p>
650       </sect>
651
652       <sect id="subsections">
653         <heading>Subsections</heading>
654
655         <p>
656           The packages in the sections <em>main</em>,
657           <em>contrib</em> and <em>non-free</em> are grouped further
658           into <em>subsections</em> to simplify handling.
659         </p>
660
661         <p>
662           The section and subsection for each package should be
663           specified in the package's <tt>Section</tt> control
664           record (see <ref id="f-Section">).
665           However, the maintainer of the Debian archive
666           may override this selection to ensure the consistency of
667           the Debian distribution.  The <tt>Section</tt> field
668           should be of the form:
669           <list compact="compact">
670             <item>
671                   <em>subsection</em> if the package is in the
672                   <em>main</em> section,
673             </item>
674             <item>
675                   <em>section/subsection</em> if the package is in
676                   the <em>contrib</em> or <em>non-free</em> section,
677                   and
678             </item>
679             <item>
680                   <tt>non-US</tt>, <tt>non-US/contrib</tt> or
681                   <tt>non-US/non-free</tt> if the package is in
682                   <em>non-US/main</em>, <em>non-US/contrib</em> or
683                   <em>non-US/non-free</em> respectively.
684             </item>
685           </list>
686         </p>
687
688         <p>
689           The Debian archive maintainers provide the authoritative
690           list of subsections.  At present, they are:
691           <em>admin</em>, <em>base</em>, <em>comm</em>,
692           <em>contrib</em>, <em>devel</em>, <em>doc</em>,
693           <em>editors</em>, <em>electronics</em>, <em>embedded</em>,
694           <em>games</em>, <em>gnome</em> <em>graphics</em>,
695           <em>hamradio</em>, <em>interpreters</em>, <em>kde</em>,
696           <em>libs</em>, <em>libdevel</em>, <em>mail</em>,
697           <em>math</em>, <em>misc</em>, <em>net</em>, <em>news</em>,
698           <em>non-US</em>, <em>non-free</em>, <em>oldlibs</em>,
699           <em>otherosfs</em>, <em>perl</em>, <em>python</em>
700           <em>science</em>, <em>shells</em>,
701           <em>sound</em>, <em>tex</em>, <em>text</em>,
702           <em>utils</em>, <em>web</em>, <em>x11</em>.
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 recognised 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.  You must not remove these
725                 packages or your system may become totally broken and
726                 you may not even be able to use <prgn>dpkg</prgn> to
727                 put things back.  Systems with only the
728                 <tt>required</tt> packages are probably unusable, but
729                 they do have enough functionality to allow the
730                 sysadmin to boot and install more software.
731             </item>
732             <tag><tt>important</tt></tag>
733             <item>
734                 Important programs, including those which one would
735                 expect to find on any Unix-like system.  If the
736                 expectation is that an experienced Unix person who
737                 found it missing would say "What on earth is going on,
738                 where is <prgn>foo</prgn>?", it must be an
739                 <tt>important</tt> package.<footnote>
740                     This is an important criterion because we are
741                     trying to produce, amongst other things, a free
742                     Unix.
743                 </footnote>
744                 Other packages without which the system will not run
745                 well or be usable must also have priority
746                 <tt>important</tt>.  This does
747                 <em>not</em> include Emacs, the X Window System, TeX
748                 or any other large applications.  The
749                 <tt>important</tt> packages are just a bare minimum of
750                 commonly-expected and necessary tools.
751             </item>
752             <tag><tt>standard</tt></tag>
753             <item>
754                 These packages provide a reasonably small but not too
755                 limited character-mode system.  This is what will be
756                 installed by default if the user doesn't select anything
757                 else.  It doesn't include many large applications.
758             </item>
759             <tag><tt>optional</tt></tag>
760             <item>
761                 (In a sense everything that isn't required is
762                 optional, but that's not what is meant here.) This is
763                 all the software that you might reasonably want to
764                 install if you didn't know what it was and don't have
765                 specialized requirements. This is a much larger system
766                 and includes the X Window System, a full TeX
767                 distribution, and many applications. Note that
768                 optional packages should not conflict with each other.
769             </item>
770             <tag><tt>extra</tt></tag>
771             <item>
772                 This contains all packages that conflict with others
773                 with required, important, standard or optional
774                 priorities, or are only likely to be useful if you
775                 already know what they are or have specialised
776                 requirements.
777             </item>
778           </taglist>
779         </p>
780
781         <p>
782           Packages must not depend on packages with lower priority
783           values (excluding build-time dependencies).  In order to
784           ensure this, the priorities of one or more packages may need
785           to be adjusted.
786         </p>
787       </sect>
788
789     </chapt>
790
791
792     <chapt id="binary">
793       <heading>Binary packages</heading>
794
795       <p>
796         The Debian GNU/Linux distribution is based on the Debian
797         package management system, called <prgn>dpkg</prgn>. Thus,
798         all packages in the Debian distribution must be provided
799         in the <tt>.deb</tt> file format.
800       </p>
801
802       <sect>
803         <heading>The package name</heading>
804
805         <p>
806           Every package must have a name that's unique within the Debian
807           archive.
808         </p>
809
810         <p>
811           The package name is included in the control field
812           <tt>Package</tt>, the format of which is described
813           in <ref id="f-Package">.
814           The package name is also included as a part of the file name
815           of the <tt>.deb</tt> file.
816         </p>
817       </sect>
818
819       <sect id="versions">
820         <heading>The version of a package</heading>
821
822         <p>
823           Every package has a version number recorded in its
824           <tt>Version</tt> control file field, described in
825           <ref id="f-Version">.
826         </p>
827
828         <p>
829           The package management system imposes an ordering on version
830           numbers, so that it can tell whether packages are being up- or
831           downgraded and so that package system front end applications
832           can tell whether a package it finds available is newer than
833           the one installed on the system.  The version number format
834           has the most significant parts (as far as comparison is
835           concerned) at the beginning.
836         </p>
837
838         <p>
839           If an upstream package has problematic version numbers they
840           should be converted to a sane form for use in the
841           <tt>Version</tt> field.
842         </p>
843
844         <sect1>
845           <heading>Version numbers based on dates</heading>
846
847           <p>
848             In general, Debian packages should use the same version
849             numbers as the upstream sources.
850           </p>
851
852           <p>
853             However, in some cases where the upstream version number is
854             based on a date (e.g., a development "snapshot" release) the
855             package management system cannot handle these version
856             numbers without epochs. For example, dpkg will consider
857             "96May01" to be greater than "96Dec24".
858           </p>
859
860           <p>
861             To prevent having to use epochs for every new upstream
862             version, the version number should be changed to the
863             following format in such cases: "19960501", "19961224". It
864             is up to the maintainer whether he/she wants to bother the
865             upstream maintainer to change the version numbers upstream,
866             too.
867           </p>
868
869           <p>
870             Note that other version formats based on dates which are
871             parsed correctly by the package management system should
872             <em>not</em> be changed.
873           </p>
874
875           <p>
876             Native Debian packages (i.e., packages which have been
877             written especially for Debian) whose version numbers include
878             dates should always use the "YYYYMMDD" format.
879           </p>
880         </sect1>
881
882       </sect>
883
884       <sect>
885         <heading>The maintainer of a package</heading>
886
887         <p>
888           Every package must have a Debian maintainer (the
889           maintainer may be one person or a group of people
890           reachable from a common email address, such as a mailing
891           list).  The maintainer is responsible for ensuring that
892           the package is placed in the appropriate distributions.
893         </p>
894
895         <p>
896           The maintainer must be specified in the
897           <tt>Maintainer</tt> control field with their correct name
898           and a working email address.  If one person maintains
899           several packages, he/she should try to avoid having
900           different forms of their name and email address in
901           the <tt>Maintainer</tt> fields of those packages.
902         </p>
903
904         <p>
905           The format of the <tt>Maintainer</tt> control field is
906           described in <ref id="f-Maintainer">.
907         </p>
908
909         <p>
910           If the maintainer of a package quits from the Debian
911           project, "Debian QA Group"
912           <email>packages@qa.debian.org</email> takes over the
913           maintainership of the package until someone else
914           volunteers for that task. These packages are called
915           <em>orphaned packages</em>.<footnote>
916                 The detailed procedure for doing this gracefully can
917                 be found in the Debian Developer's Reference,
918                 see <ref id="related">.
919           </footnote>
920         </p>
921       </sect>
922
923       <sect id="descriptions">
924         <heading>The description of a package</heading>
925
926         <p>
927           Every Debian package must have an extended description
928           stored in the appropriate field of the control record.
929           The technical information about the format of the
930           <tt>Description</tt> field is in <ref id="f-Description">.
931         </p>
932
933         <p>
934           The description should describe the package (the program) to a
935           user (system administrator) who has never met it before so that
936           they have enough information to decide whether they want to
937           install it. This description should not just be copied verbatim
938           from the program's documentation.
939         </p>
940
941         <p>
942           Put important information first, both in the synopsis and
943           extended description.  Sometimes only the first part of the
944           synopsis or of the description will be displayed.  You can
945           assume that there will usually be a way to see the whole
946           extended description.
947         </p>
948
949         <p>
950           The description should also give information about the
951           significant dependencies and conflicts between this package
952           and others, so that the user knows why these dependencies and
953           conflicts have been declared.
954         </p>
955
956         <p>
957           Instructions for configuring or using the package should
958           not be included (that is what installation scripts,
959           manual pages, info files, etc., are for).  Copyright
960           statements and other administrivia should not be included
961           either (that is what the copyright file is for).
962         </p>
963
964         <sect1 id="synopsis"><heading>The single line synopsis</heading>
965
966           <p>
967             The single line synopsis should be kept brief - certainly
968             under 80 characters.
969           </p>
970
971           <p>
972             Do not include the package name in the synopsis line.  The
973             display software knows how to display this already, and you
974             do not need to state it.  Remember that in many situations
975             the user may only see the synopsis line - make it as
976             informative as you can.
977           </p>
978
979         </sect1>
980
981         <sect1 id="extendeddesc"><heading>The extended description</heading>
982
983           <p>
984             Do not try to continue the single line synopsis into the
985             extended description.  This will not work correctly when
986             the full description is displayed, and makes no sense
987             where only the summary (the single line synopsis) is
988             available.
989           </p>
990
991           <p>
992             The extended description should describe what the package
993             does and how it relates to the rest of the system (in terms
994             of, for example, which subsystem it is which part of).
995           </p>
996
997           <p>
998             The description field needs to make sense to anyone, even
999             people who have no idea about any of the things the
1000             package deals with.<footnote>
1001                 The blurb that comes with a program in its
1002                 announcements and/or <prgn>README</prgn> files is
1003                 rarely suitable for use in a description.  It is
1004                 usually aimed at people who are already in the
1005                 community where the package is used.
1006             </footnote>
1007           </p>
1008
1009         </sect1>
1010
1011       </sect>
1012
1013       <sect>
1014         <heading>Dependencies</heading>
1015
1016         <p>
1017           Every package must specify the dependency information
1018           about other packages that are required for the first to
1019           work correctly.
1020         </p>
1021
1022         <p>
1023           For example, a dependency entry must be provided for any
1024           shared libraries required by a dynamically-linked executable
1025           binary in a package.
1026         </p>
1027
1028         <p>
1029           Packages are not required to declare any dependencies they
1030           have on other packages which are marked <tt>Essential</tt>
1031           (see below), and should not do so unless they depend on a
1032           particular version of that package.
1033         </p>
1034
1035         <p>
1036           Sometimes, a package requires another package to be installed
1037           <em>and</em> configured before it can be installed. In this
1038           case, you must specify a <tt>Pre-Depends</tt> entry for
1039           the package.
1040         </p>
1041
1042         <p>
1043           You should not specify a <tt>Pre-Depends</tt> entry for a
1044           package before this has been discussed on the
1045           <tt>debian-devel</tt> mailing list and a consensus about
1046           doing that has been reached.
1047         </p>
1048
1049         <p>
1050           The format of the package interrelationship control fields is
1051           described in <ref id="relationships">.
1052         </p>
1053       </sect>
1054
1055       <sect id="virtual_pkg">
1056         <heading>Virtual packages</heading>
1057
1058         <p>
1059           Sometimes, there are several packages which offer
1060           more-or-less the same functionality. In this case, it's
1061           useful to define a <em>virtual package</em> whose name
1062           describes that common functionality.  (The virtual
1063           packages only exist logically, not physically; that's why
1064           they are called <em>virtual</em>.) The packages with this
1065           particular function will then <em>provide</em> the virtual
1066           package. Thus, any other package requiring that function
1067           can simply depend on the virtual package without having to
1068           specify all possible packages individually.
1069         </p>
1070
1071         <p>
1072           All packages should use virtual package names where
1073           appropriate, and arrange to create new ones if necessary.
1074           They should not use virtual package names (except privately,
1075           amongst a cooperating group of packages) unless they have
1076           been agreed upon and appear in the list of virtual package
1077           names. (See also <ref id="virtual">)
1078         </p>
1079
1080         <p>
1081           The latest version of the authoritative list of virtual
1082           package names can be found in the <tt>debian-policy</tt> package.
1083           It is also available from the Debian web mirrors at
1084           <tt><url name="/doc/packaging-manuals/virtual-package-names-list.txt"
1085                 id="http://www.debian.org/doc/packaging-manuals/virtual-package-names-list.txt"></tt>
1086           and from the Debian archive mirrors at
1087           <tt><url name="/doc/package-developer/virtual-package-names-list.txt"
1088                 id="http://ftp.debian.org/debian/doc/package-developer/virtual-package-names-list.txt"></tt>.
1089         </p>
1090
1091         <p>
1092           The procedure for updating the list is described in the preface
1093           to the list.
1094         </p>
1095
1096       </sect>
1097
1098       <sect>
1099         <heading>Base system</heading>
1100
1101         <p>
1102           The <tt>base system</tt> is a minimum subset of the Debian
1103           GNU/Linux system that is installed before everything else
1104           on a new system. Thus, only very few packages are allowed
1105           to go into the <tt>base</tt> section to keep the required
1106           disk usage very small.
1107         </p>
1108
1109         <p>
1110           Most of these packages will have the priority value
1111           <tt>required</tt> or at least <tt>important</tt>, and many
1112           of them will be tagged <tt>essential</tt> (see below).
1113         </p>
1114       </sect>
1115
1116       <sect>
1117         <heading>Essential packages</heading>
1118
1119         <p>
1120           Some packages are tagged <tt>essential</tt> for a system
1121           using the <tt>Essential</tt> control file field.
1122           The format of the <tt>Essential</tt> control field is
1123           described in <ref id="f-Essential">.
1124         </p>
1125
1126         <p>
1127           Since these packages cannot be easily removed (one has to
1128           specify an extra <em>force option</em> to
1129           <prgn>dpkg</prgn> to do so), this flag must not be used
1130           unless absolutely necessary.  A shared library package
1131           must not be tagged <tt>essential</tt>; dependencies will
1132           prevent its premature removal, and we need to be able to
1133           remove it when it has been superseded.
1134         </p>
1135
1136         <p>
1137           Since dpkg will not prevent upgrading of other packages
1138           while an <tt>essential</tt> package is in an unconfigured
1139             state, all <tt>essential</tt> packages must supply all of
1140             their core functionality even when unconfigured. If the
1141             package cannot satisfy this requirement it must not be
1142             tagged as essential, and any packages depending on this
1143             package must instead have explicit dependency fields as
1144             appropriate.
1145         </p>
1146
1147         <p>
1148           You must not tag any packages <tt>essential</tt> before
1149           this has been discussed on the <tt>debian-devel</tt>
1150           mailing list and a consensus about doing that has been
1151           reached.
1152         </p>
1153       </sect>
1154
1155       <sect>
1156         <heading>Tasks</heading>
1157
1158         <p>
1159           The Debian install process allows the user to choose from
1160           a number of common tasks which a Debian system can be used to
1161           perform. Selecting a task with <prgn>tasksel</prgn> causes
1162           a set of packages that are useful in performing that task to be
1163           installed.
1164         </p>
1165
1166         <p>
1167           This set of packages is all available packages which have the
1168           name of the selected task in the <tt>Task</tt> field of their
1169           control file. The format of this field is a list of tasks,
1170           separated by commas.
1171         </p>
1172
1173         <p>
1174           You should not tag any packages as belonging to a task
1175           before this has been discussed on the
1176           <em>debian-devel</em> mailing list and a consensus about
1177           doing that has been reached.
1178         </p>
1179
1180         <p>
1181           For third parties (and historical reasons), tasksel also
1182           supports constructing tasks based on <em>task
1183           packages</em>. These are packages whose names begin with
1184           <em>task-</em>. Task packages should not be included in the
1185           Debian archive.
1186         </p>
1187       </sect>
1188
1189       <sect id="maintscripts">
1190         <heading>Maintainer Scripts</heading>
1191
1192         <p>
1193           The package installation scripts should avoid producing
1194           output which it is unnecessary for the user to see and
1195           should rely on <prgn>dpkg</prgn> to stave off boredom on
1196           the part of a user installing many packages.  This means,
1197           amongst other things, using the <tt>--quiet</tt> option on
1198           <prgn>install-info</prgn>.
1199         </p>
1200
1201         <p>
1202           Errors which occur during the execution of an installation
1203           script must be checked and the installation must not
1204           continue after an error.
1205         </p>
1206
1207         <p>
1208           Note that in general <ref id="scripts"> applies to package
1209           maintainer scripts, too.
1210         </p>
1211
1212         <p>
1213           You should not use <prgn>dpkg-divert</prgn> on a file
1214           belonging to another package without consulting the
1215           maintainer of that package first.
1216         </p>
1217
1218         <p>
1219           All packages which supply an instance of a common command
1220           name (or, in general, filename) should generally use
1221           <prgn>update-alternatives</prgn>, so that they may be
1222           installed together.  If <prgn>update-alternatives</prgn>
1223           is not used, then each package must use
1224           <tt>Conflicts</tt> to ensure that other packages are
1225           de-installed.  (In this case, it may be appropriate to
1226           specify a conflict against earlier versions of something
1227           that previously did not use
1228           <prgn>update-alternatives</prgn>; this is an exception to
1229           the usual rule that versioned conflicts should be
1230           avoided.)
1231         </p>
1232
1233         <sect1 id="maintscriptprompt">
1234           <heading>Prompting in maintainer scripts</heading>
1235           <p>
1236             Package maintainer scripts may prompt the user if
1237             necessary. Prompting may be accomplished by hand<footnote>
1238                 From the Jargon file: by hand 2. By extension,
1239                 writing code which does something in an explicit or
1240                 low-level way for which a presupplied library
1241                 (<em>debconf, in this instance</em>) routine ought
1242                 to have been available.
1243             </footnote>
1244             (but this is deprecated), or by communicating through a program
1245             which conforms to the Debian Configuration management
1246             specification, version 2 or higher, such as
1247             <prgn>debconf</prgn><footnote>
1248                 <p>
1249                   6% of Debian packages [see <url
1250                   id="http://ftp-master.debian.org/~joeyh/debconf-stats/"
1251                   name="Debconf stats">] currently use
1252                   <package>debconf</package> to prompt the user at
1253                   install time, and this number is growing daily. The
1254                   benefits of using debconf are briefly explained at
1255                   <url
1256                   id="http://kitenet.net/doc/debconf-doc/introduction.html"
1257                   name="Debconf introduction">; they include
1258                   preconfiguration, (mostly) noninteractive
1259                   installation, elimination of redundant prompting,
1260                   consistency of user interface, etc.
1261                 </p>
1262
1263                 <p>
1264                   With this increasing number of packages using
1265                   <package>debconf</package>, plus the existence of a
1266                   nascent second implementation of the Debian
1267                   configuration management system
1268                   (<package>cdebconf</package>), and the stabilization
1269                   of the protocol these things use, the time has
1270                   finally come to reflect the use of these things in
1271                   policy.
1272                 </p>
1273             </footnote>.
1274           </p>
1275
1276           <p>
1277             The Debian Configuration management specification is included
1278             in the <file>debconf_specification</file> files in the
1279             <package>debian-policy</package> package.
1280             It is also available from the Debian web mirrors at
1281             <tt><url name="/doc/packaging-manuals/debconf_specification.html"
1282                 id="http://www.debian.org/doc/packaging-manuals/debconf_specification.html"></tt>
1283             and from the Debian archive mirrors at
1284             <tt><url name="/doc/package-developer/debconf_specification.txt.gz"
1285                 id="http://ftp.debian.org/debian/doc/package-developer/debconf_specification.txt.gz"></tt>.
1286           </p>
1287
1288           <p>
1289             Packages which use the Debian Configuration management
1290             specification may contain an additional
1291             <prgn>config</prgn> script and a <tt>templates</tt>
1292             file in their control archive<footnote>
1293                 The control.tar.gz inside the .deb.
1294                 See <manref name="deb" section="5">.
1295             </footnote>.
1296             The <prgn>config</prgn> script might be run before the
1297             <prgn>preinst</prgn> script, and before the package is unpacked
1298             or any of its dependencies or pre-dependancies are satisfied.
1299             Therefore it must work using only the tools present in
1300             <em>essential</em> packages.<footnote>
1301                   <package>Debconf</package> or another tool that
1302                   implements the Debian Configuration management
1303                   specification will also be installed, and any
1304                   versioned dependencies on it will be satisfied
1305                   before preconfiguration begins.
1306             </footnote>
1307           </p>
1308
1309           <p>
1310             Packages should try to minimize the amount of prompting
1311             they need to do, and they should ensure that the user
1312             will only ever be asked each question once.  This means
1313             that packages should try to use appropriate shared
1314             configuration files (such as <file>/etc/papersize</file> and
1315             <file>/etc/news/server</file>), and shared
1316             <package>debconf</package> variables rather than each
1317             prompting for their own list of required pieces of
1318             information.
1319           </p>
1320
1321           <p>
1322             It also means that an upgrade should not ask the same
1323             questions again, unless the user has used
1324             <tt>dpkg --purge</tt> to remove the package's configuration.
1325             The answers to configuration questions should be stored in an
1326             appropriate place in <file>/etc</file> so that the user can
1327             modify them, and how this has been done should be
1328             documented.
1329           </p>
1330
1331           <p>
1332             If a package has a vitally important piece of
1333             information to pass to the user (such as "don't run me
1334             as I am, you must edit the following configuration files
1335             first or you risk your system emitting badly-formatted
1336             messages"), it should display this in the
1337             <prgn>config</prgn> or <prgn>postinst</prgn> script and
1338             prompt the user to hit return to acknowledge the
1339             message.  Copyright messages do not count as vitally
1340             important (they belong in
1341             <file>/usr/share/doc/<var>package</var>/copyright</file>);
1342             neither do instructions on how to use a program (these
1343             should be in on-line documentation, where all the users
1344             can see them).
1345           </p>
1346
1347           <p>
1348             Any necessary prompting should almost always be confined
1349             to the <prgn>config</prgn> or <prgn>postinst</prgn>
1350             script. If it is done in the <prgn>postinst</prgn>, it
1351             should be protected with a conditional so that
1352             unnecessary prompting doesn't happen if a package's
1353             installation fails and the <prgn>postinst</prgn> is
1354             called with <tt>abort-upgrade</tt>,
1355             <tt>abort-remove</tt> or <tt>abort-deconfigure</tt>.
1356           </p>
1357         </sect1>
1358
1359       </sect>
1360
1361     </chapt>
1362
1363
1364     <chapt id="source">
1365       <heading>Source packages</heading>
1366
1367       <sect id="standardsversion">
1368         <heading>Standards conformance</heading>
1369
1370         <p>
1371           Source packages should specify the most recent version number
1372           of this policy document with which your package complied
1373           when it was last updated.
1374         </p>
1375
1376         <p>
1377           This information may be used to file bug reports
1378           automatically if your package becomes too much out of date.
1379         </p>
1380
1381         <p>
1382           The version is specified in the <tt>Standards-Version</tt>
1383           control field.
1384           The format of the <tt>Standards-Version</tt> field is
1385           described in <ref id="f-Standards-Version">.
1386         </p>
1387
1388         <p>
1389           You should regularly, and especially if your package has
1390           become out of date, check for the newest Policy Manual
1391           available and update your package, if necessary. When your
1392           package complies with the new standards you should update the
1393           <tt>Standards-Version</tt> source package field and
1394           release it.<footnote>
1395                 See the file <file>upgrading-checklist</file> for
1396                 information about policy which has changed between
1397                 different versions of this document.
1398           </footnote>
1399         </p>
1400
1401       </sect>
1402
1403       <sect id="pkg-relations">
1404         <heading>Package relationships</heading>
1405
1406         <p>
1407           Source packages should specify which binary packages they
1408           require to be installed or not to be installed in order to
1409           build correctly.  For example, if building a package
1410           requires a certain compiler, then the compiler should be
1411           specified as a build-time dependency.
1412         </p>
1413
1414         <p>
1415           It is not necessary to explicitly specify build-time
1416           relationships on a minimal set of packages that are always
1417           needed to compile, link and put in a Debian package a
1418           standard "Hello World!" program written in C or C++.  The
1419           required packages are called <em>build-essential</em>, and
1420           an informational list can be found in
1421           <file>/usr/share/doc/build-essential/list</file> (which is
1422           contained in the <tt>build-essential</tt>
1423           package).<footnote>
1424             Rationale:
1425                 <list compact="compact">
1426                   <item>
1427                       This allows maintaining the list separately
1428                       from the policy documents (the list does not
1429                       need the kind of control that the policy
1430                       documents do).
1431                   </item>
1432                   <item>
1433                       Having a separate package allows one to install
1434                       the build-essential packages on a machine, as
1435                       well as allowing other packages such as tasks to
1436                       require installation of the build-essential
1437                       packages using the depends relation.
1438                   </item>
1439                   <item>
1440                       The separate package allows bug reports against
1441                       the list to be categorized separately from
1442                       the policy management process in the BTS.
1443                   </item>
1444                 </list>
1445           </footnote>
1446         </p>
1447
1448         <p>
1449           When specifying the set of build-time dependencies, one
1450           should list only those packages explicitly required by the
1451           build.  It is not necessary to list packages which are
1452           required merely because some other package in the list of
1453           build-time dependencies depends on them.<footnote>
1454                 The reason for this is that dependencies change, and
1455                 you should list all those packages, and <em>only</em>
1456                 those packages that <em>you</em> need directly.  What
1457                 others need is their business.  For example, if you
1458                 only link against <file>libimlib</file>, you will need to
1459                 build-depend on <package>libimlib2-dev</package> but
1460                 not against any <tt>libjpeg*</tt> packages, even
1461                 though <tt>libimlib2-dev</tt> currently depends on
1462                 them: installation of <package>libimlib2-dev</package>
1463                 will automatically ensure that all of its run-time
1464                 dependencies are satisfied.
1465           </footnote>
1466         </p>
1467
1468         <p>
1469           If build-time dependencies are specified, it must be
1470           possible to build the package and produce working binaries
1471           on a system with only essential and build-essential
1472           packages installed and also those required to satisfy the
1473           build-time relationships (including any implied
1474           relationships).  In particular, this means that version
1475           clauses should be used rigorously in build-time
1476           relationships so that one cannot produce bad or
1477           inconsistently configured packages when the relationships
1478           are properly satisfied.
1479         </p>
1480
1481         <p>
1482           <ref id="relationships"> explains the technical details.
1483         </p>
1484       </sect>
1485
1486       <sect>
1487         <heading>Changes to the upstream sources</heading>
1488
1489         <p>
1490           If changes to the source code are made that are not
1491           specific to the needs of the Debian system, they should be
1492           sent to the upstream authors in whatever form they prefer
1493           so as to be included in the upstream version of the
1494           package.
1495         </p>
1496
1497         <p>
1498           If you need to configure the package differently for
1499           Debian or for Linux, and the upstream source doesn't
1500           provide a way to do so, you should add such configuration
1501           facilities (for example, a new <prgn>autoconf</prgn> test
1502           or <tt>#define</tt>) and send the patch to the upstream
1503           authors, with the default set to the way they originally
1504           had it.  You can then easily override the default in your
1505           <file>debian/rules</file> or wherever is appropriate.
1506         </p>
1507
1508         <p>
1509           You should make sure that the <prgn>configure</prgn> utility
1510           detects the correct architecture specification string
1511           (refer to <ref id="arch-spec"> for details).
1512         </p>
1513
1514         <p>
1515           If you need to edit a <prgn>Makefile</prgn> where
1516           GNU-style <prgn>configure</prgn> scripts are used, you
1517           should edit the <file>.in</file> files rather than editing the
1518           <prgn>Makefile</prgn> directly.  This allows the user to
1519           reconfigure the package if necessary.  You should
1520           <em>not</em> configure the package and edit the generated
1521           <prgn>Makefile</prgn>!  This makes it impossible for
1522           someone else to later reconfigure the package.
1523         </p>
1524
1525       </sect>
1526
1527       <sect id="dpkgchangelog">
1528         <heading>Debian changelog: <file>debian/changelog</file></heading>
1529
1530         <p>
1531           Changes in the Debian version of the package should be
1532           briefly explained in the Debian changelog file
1533           <file>debian/changelog</file>. This includes modifications
1534           made in the Debian package compared to the upstream one
1535           as well as other changes and updates to the package.
1536           <footnote>
1537               Although there is nothing stopping an author who is also
1538               the Debian maintainer from using this changelog for all
1539               their changes, it will have to be renamed if the Debian
1540               and upstream maintainers become different people. In such
1541               a case, however, it might be better to maintain the package
1542               as a non-native package.
1543           </footnote>
1544         </p>
1545
1546         <p>
1547           Mistakes in changelogs are usually best rectified by making
1548           a new changelog entry rather than "rewriting history" by
1549           editing old changelog entries.
1550         </p>
1551
1552         <p>
1553           The format of the <file>debian/changelog</file> allows the
1554           package building tools to discover which version of the package
1555           is being built and find out other release-specific information.
1556         </p>
1557
1558         <p>
1559           That format is a series of entries like this:
1560
1561 <example compact="compact">
1562 <var>package</var> (<var>version</var>) <var>distribution(s)</var>; urgency=<var>urgency</var>
1563             <var>
1564               [optional blank line(s), stripped]
1565             </var>
1566   * <var>change details</var>
1567     <var>more change details</var>
1568             <var>
1569               [blank line(s), included in output of dpkg-parsechangelog]
1570             </var>
1571   * <var>even more change details</var>
1572             <var>
1573               [optional blank line(s), stripped]
1574             </var>
1575  -- <var>maintainer name</var> &lt;<var>email address</var>&gt;<var>[two spaces]</var>  <var>date</var>
1576 </example>
1577         </p>
1578
1579         <p>
1580           <var>package</var> and <var>version</var> are the source
1581           package name and version number.
1582         </p>
1583
1584         <p>
1585           <var>distribution(s)</var> lists the distributions where
1586           this version should be installed when it is uploaded - it
1587           is copied to the <tt>Distribution</tt> field in the
1588           <file>.changes</file> file.  See <ref id="f-Distribution">.
1589         </p>
1590
1591         <p>
1592           <var>urgency</var> is the value for the <tt>Urgency</tt>
1593           field in the <file>.changes</file> file for the upload
1594           (see <ref id="f-Urgency">). It is not possible to specify
1595           an urgency containing commas; commas are used to separate
1596           <tt><var>keyword</var>=<var>value</var></tt> settings in the
1597           <prgn>dpkg</prgn> changelog format (though there is
1598           currently only one useful <var>keyword</var>,
1599           <tt>urgency</tt>).<footnote>
1600               Recognised urgency values are <tt>low</tt>,
1601               <tt>medium</tt>, <tt>high</tt> and <tt>emergency</tt>.
1602               They have an effect on how quickly a package will be
1603               considered for inclusion into the <tt>testing</tt>
1604               distribution, and give an indication of the importance
1605               of any fixes included in this upload.
1606           </footnote>
1607         </p>
1608
1609         <p>
1610           The change details may in fact be any series of lines
1611           starting with at least two spaces, but conventionally each
1612           change starts with an asterisk and a separating space and
1613           continuation lines are indented so as to bring them in
1614           line with the start of the text above.  Blank lines may be
1615           used here to separate groups of changes, if desired.
1616         </p>
1617
1618         <p>
1619           If this upload resolves bugs recorded in the Bug Tracking
1620           System (BTS), they may be automatically closed on the
1621           inclusion of this package into the Debian archive by
1622           including the string: <tt>closes: Bug#<var>nnnnn</var></tt>
1623           in the change details.<footnote>
1624               To be precise, the string should match the following
1625               Perl regular expression:
1626               <example>
1627 /closes:\s*(?:bug)?\#?\s?\d+(?:,\s*(?:bug)?\#?\s?\d+)*/i
1628               </example>
1629               Then all of the bug numbers listed will be closed by the
1630               archive maintenance script (<prgn>katie</prgn>), or in
1631               the case of an NMU, marked as fixed.
1632           </footnote>
1633           This information is conveyed via the <tt>Closes</tt> field
1634           in the <tt>.changes</tt> file (see <ref id="f-Closes">).
1635         </p>
1636
1637         <p>
1638           The maintainer name and email address used in the changelog
1639           should be the details of the person uploading <em>this</em>
1640           version.  They are <em>not</em> necessarily those of the
1641           usual package maintainer.  The information here will be
1642           copied to the <tt>Changed-By</tt> field in the
1643           <tt>.changes</tt> file (see <ref id="f-Changed-By">),
1644           and then later used to send an acknowledgement when the
1645           upload has been installed.
1646         </p>
1647
1648         <p>
1649           The <var>date</var> should be in RFC822 format<footnote>
1650               This is generated by the <prgn>822-date</prgn>
1651               program.
1652           </footnote>; it should include the time zone specified
1653           numerically, with the time zone name or abbreviation
1654           optionally present as a comment in parentheses.
1655         </p>
1656
1657         <p>
1658           The first "title" line with the package name should start
1659           at the left hand margin; the "trailer" line with the
1660           maintainer and date details should be preceded by exactly
1661           one space.  The maintainer details and the date must be
1662           separated by exactly two spaces.
1663         </p>
1664
1665         <p>
1666           For more information on placement of the changelog files
1667           within binary packages, please see <ref id="changelogs">.
1668         </p>
1669
1670         <sect1><heading>Alternative changelog formats</heading>
1671
1672           <p>
1673             In non-experimental packages you must use a format for
1674             <file>debian/changelog</file> which is supported by the most
1675             recent released version of <prgn>dpkg</prgn>.
1676           </p>
1677
1678           <p>
1679             It is possible to use a format different from the standard
1680             one by providing a changelog parser for the format you wish
1681             to use. The parser must have an API compatible with that
1682             expected by <prgn>dpkg-genchanges</prgn> and
1683             <prgn>dpkg-gencontrol</prgn>, and it must not interact with
1684             the user at all.
1685             <footnote>
1686               If there is general interest in the new format, you should
1687               contact the <package>dpkg</package> maintainer to have the
1688               parser script for it included in the <prgn>dpkg</prgn>
1689               package.  (You will need to agree that the parser and its
1690               manpage may be distributed under the GNU GPL, just as the rest
1691               of <prgn>dpkg</prgn> is.)
1692             </footnote>
1693           </p>
1694         </sect1>
1695       </sect>
1696
1697       <sect>
1698         <heading>Error trapping in makefiles</heading>
1699
1700         <p>
1701           When <prgn>make</prgn> invokes a command in a makefile
1702           (including your package's upstream makefiles and
1703           <file>debian/rules</file>), it does so using <prgn>sh</prgn>.  This
1704           means that <prgn>sh</prgn>'s usual bad error handling
1705           properties apply: if you include a miniature script as one
1706           of the commands in your makefile you'll find that if you
1707           don't do anything about it then errors are not detected
1708           and <prgn>make</prgn> will blithely continue after
1709           problems.
1710         </p>
1711
1712         <p>
1713           Every time you put more than one shell command (this
1714           includes using a loop) in a makefile command you
1715           must make sure that errors are trapped.  For
1716           simple compound commands, such as changing directory and
1717           then running a program, using <tt>&amp;&amp;</tt> rather
1718           than semicolon as a command separator is sufficient.  For
1719           more complex commands including most loops and
1720           conditionals you should include a separate <tt>set -e</tt>
1721           command at the start of every makefile command that's
1722           actually one of these miniature shell scripts.
1723         </p>
1724       </sect>
1725
1726       <sect id="timestamps">
1727         <heading>Time Stamps</heading>
1728         <p>
1729           Maintainers should preserve the modification times of the
1730           upstream source files in a package, as far as is reasonably
1731           possible.<footnote>
1732               The rationale is that there is some information conveyed
1733               by knowing the age of the file, for example, you could
1734               recognize that some documentation is very old by looking
1735               at the modification time, so it would be nice if the
1736               modification time of the upstream source would be
1737               preserved.
1738           </footnote>
1739         </p>
1740       </sect>
1741
1742       <sect id="restrictions">
1743         <heading>Restrictions on objects in source packages</heading>
1744
1745         <p>
1746           The source package may not contain any hard links<footnote>
1747             <p>
1748               This is not currently detected when building source
1749               packages, but only when extracting
1750               them.
1751             </p>
1752             <p>
1753               Hard links may be permitted at some point in the
1754               future, but would require a fair amount of
1755               work.
1756             </p>
1757           </footnote>, device special files, sockets or setuid or
1758           setgid files.<footnote>
1759               Setgid directories are allowed.
1760           </footnote>
1761         </p>
1762       </sect>
1763
1764       <sect>
1765         <heading>Obsolete constructs and libraries</heading>
1766
1767         <p>
1768           The include file <tt>&lt;varargs.h&gt;</tt> is
1769           provided to support end-users compiling very old software;
1770           the library <tt>libtermcap</tt> is provided to support the
1771           execution of software which has been linked against it
1772           (either old programs or those such as Netscape which are
1773           only available in binary form).
1774         </p>
1775
1776         <p>
1777           Debian packages should be patched to use
1778           <tt>&lt;stdarg.h&gt;</tt> and <tt>ncurses</tt>
1779           instead.
1780         </p>
1781       </sect>
1782
1783       <sect id="debianrules">
1784         <heading>Main building script: <file>debian/rules</file></heading>
1785
1786         <p>
1787           This file must be an executable makefile, and contains the
1788           package-specific recipes for compiling the package and
1789           building binary package(s) from the source.
1790         </p>
1791
1792         <p>
1793           It must start with the line <tt>#!/usr/bin/make -f</tt>,
1794           so that it can be invoked by saying its name rather than
1795           invoking <prgn>make</prgn> explicitly.
1796         </p>
1797
1798         <p>
1799           Since an interactive <file>debian/rules</file> script makes it
1800           impossible to auto-compile that package and also makes it
1801           hard for other people to reproduce the same binary
1802           package, all <em>required targets</em> MUST be
1803           non-interactive. At a minimum, required targets are the
1804           ones called by <prgn>dpkg-buildpackage</prgn>, namely,
1805           <em>clean</em>, <em>binary</em>, <em>binary-arch</em>,
1806           <em>binary-indep</em>, and <em>build</em>. It also follows
1807           that any target that these targets depend on must also be
1808           non-interactive.
1809         </p>
1810
1811         <p>
1812           The targets are as follows (required unless stated otherwise):
1813           <taglist>
1814             <tag><tt>build</tt></tag>
1815             <item>
1816               <p>
1817                 The <tt>build</tt> target should perform all the
1818                 configuration and compilation of the package.
1819                 If a package has an interactive pre-build
1820                 configuration routine, the Debianized source package
1821                 must either be built after this has taken place (so
1822                 that the binary package can be built without rerunning
1823                 the configuration) or the configuration routine
1824                 modified to become non-interactive.  (The latter is
1825                 preferable if there are architecture-specific features
1826                 detected by the configuration routine.)
1827               </p>
1828
1829               <p>
1830                 For some packages, notably ones where the same
1831                 source tree is compiled in different ways to produce
1832                 two binary packages, the <tt>build</tt> target
1833                 does not make much sense.  For these packages it is
1834                 good enough to provide two (or more) targets
1835                 (<tt>build-a</tt> and <tt>build-b</tt> or whatever)
1836                 for each of the ways of building the package, and a
1837                 <tt>build</tt> target that does nothing.  The
1838                 <tt>binary</tt> target will have to build the
1839                 package in each of the possible ways and make the
1840                 binary package out of each.
1841               </p>
1842
1843               <p>
1844                 The <tt>build</tt> target must not do anything
1845                 that might require root privilege.
1846               </p>
1847
1848               <p>
1849                 The <tt>build</tt> target may need to run the
1850                 <tt>clean</tt> target first - see below.
1851               </p>
1852
1853               <p>
1854                 When a package has a configuration and build routine
1855                 which takes a long time, or when the makefiles are
1856                 poorly designed, or when <tt>build</tt> needs to
1857                 run <tt>clean</tt> first, it is a good idea to
1858                 <tt>touch build</tt> when the build process is
1859                 complete.  This will ensure that if <tt>debian/rules
1860                 build</tt> is run again it will not rebuild the whole
1861                 program.<footnote>
1862                     Another common way to do this is for <tt>build</tt>
1863                     to depend on <prgn>build-stamp</prgn> and to do
1864                     nothing else, and for the <prgn>build-stamp</prgn>
1865                     target to do the building and to <tt>touch
1866                     build-stamp</tt> on completion.  This is
1867                     especially useful if the build routine creates a
1868                     file or directory called <tt>build</tt>; in such a
1869                     case, <tt>build</tt> will need to be listed as
1870                     a phony target (i.e., as a dependency of the
1871                     <tt>.PHONY</tt> target).  See the documentation of
1872                     <prgn>make</prgn> for more information on phony
1873                     targets.
1874                 </footnote>
1875               </p>
1876             </item>
1877
1878             <tag><tt>build-arch</tt> (optional),
1879                  <tt>build-indep</tt> (optional)
1880             </tag>
1881             <item>
1882               <p>
1883                 A package may also provide both of the targets
1884                 <tt>build-arch</tt> and <tt>build-indep</tt>.
1885                 The <tt>build-arch</tt> target, if provided, should
1886                 perform all the configuration and compilation required
1887                 for producing all architecture-dependant binary packages
1888                 (those packages for which the body of the
1889                 <tt>Architecture</tt> field in <tt>debian/control</tt>
1890                 is not <tt>all</tt>).
1891                 Similarly, the <tt>build-indep</tt> target, if
1892                 provided, should perform all the configuration and
1893                 compilation required for producing all
1894                 architecture-independent binary packages
1895                 (those packages for which the body of the
1896                 <tt>Architecture</tt> field in <tt>debian/control</tt>
1897                 is <tt>all</tt>).
1898                 The <tt>build</tt> target should depend on those of the
1899                 targets <tt>build-arch</tt> and <tt>build-indep</tt> that
1900                 are provided in the rules file.
1901               </p>
1902
1903               <p>
1904                 If one or both of the targets <tt>build-arch</tt> and
1905                 <tt>build-indep</tt> are not provided, then invoking
1906                 <file>debian/rules</file> with one of the not-provided
1907                 targets as arguments should produce a exit status code
1908                 of 2.  Usually this is provided automatically by make
1909                 if the target is missing.
1910               </p>
1911
1912               <p>
1913                 The <tt>build-arch</tt> and <tt>build-indep</tt> targets
1914                 must not do anything that might require root privilege.
1915               </p>
1916             </item>
1917
1918             <tag><tt>binary</tt>, <tt>binary-arch</tt>,
1919               <tt>binary-indep</tt>
1920             </tag>
1921             <item>
1922               <p>
1923                 The <tt>binary</tt> target must be all that is
1924                 necessary for the user to build the binary package(s)
1925                 produced from this source package.  It is
1926                 split into two parts: <prgn>binary-arch</prgn> builds
1927                 the binary packages which are specific to a particular
1928                 architecture, and <tt>binary-indep</tt> builds
1929                 those which are not.
1930               </p>
1931               <p>
1932                 <tt>binary</tt> may be (and commonly is) a target with
1933                 no commands which simply depends on
1934                 <tt>binary-arch</tt> and <tt>binary-indep</tt>.
1935               </p>
1936               <p>
1937                 Both <tt>binary-*</tt> targets should depend on the
1938                 <tt>build</tt> target, or on the appropriate
1939                 <tt>build-arch</tt> or <tt>build-indep</tt> target, if
1940                 provided, so that the package is built if it has not
1941                 been already.  It should then create the relevant
1942                 binary package(s), using <prgn>dpkg-gencontrol</prgn> to
1943                 make their control files and <prgn>dpkg-deb</prgn> to
1944                 build them and place them in the parent of the top
1945                 level directory.
1946               </p>
1947
1948               <p>
1949                 Both the <tt>binary-arch</tt> and
1950                 <tt>binary-indep</tt> targets <em>must</em> exist.
1951                 If one of them has nothing to do (which will always be
1952                 the case if the source generates only a single binary
1953                 package, whether architecture-dependent or not), it
1954                 must still exist and must always succeed.
1955               </p>
1956
1957               <p>
1958                 The <tt>binary</tt> targets must be invoked as
1959                 root.<footnote>
1960                     The <prgn>fakeroot</prgn> package often allows one
1961                     to build a package correctly even without being
1962                     root.
1963                 </footnote>
1964               </p>
1965             </item>
1966
1967             <tag><tt>clean</tt></tag>
1968             <item>
1969               <p>
1970                 This must undo any effects that the <tt>build</tt>
1971                 and <tt>binary</tt> targets may have had, except
1972                 that it should leave alone any output files created in
1973                 the parent directory by a run of a <tt>binary</tt>
1974                 target.
1975               </p>
1976
1977               <p>
1978                 If a <tt>build</tt> file is touched at the end of
1979                 the <tt>build</tt> target, as suggested above, it
1980                 should be removed as the first action that
1981                 <tt>clean</tt> performs, so that running
1982                 <tt>build</tt> again after an interrupted
1983                 <tt>clean</tt> doesn't think that everything is
1984                 already done.
1985               </p>
1986
1987               <p>
1988                 The <tt>clean</tt> target may need to be
1989                 invoked as root if <tt>binary</tt> has been
1990                 invoked since the last <tt>clean</tt>, or if
1991                 <tt>build</tt> has been invoked as root (since
1992                 <tt>build</tt> may create directories, for
1993                 example).
1994               </p>
1995             </item>
1996
1997             <tag><tt>get-orig-source</tt> (optional)</tag>
1998             <item>
1999               <p>
2000                 This target fetches the most recent version of the
2001                 original source package from a canonical archive site
2002                 (via FTP or WWW, for example), does any necessary
2003                 rearrangement to turn it into the original source
2004                 tar file format described below, and leaves it in the
2005                 current directory.
2006               </p>
2007
2008               <p>
2009                 This target may be invoked in any directory, and
2010                 should take care to clean up any temporary files it
2011                 may have left.
2012               </p>
2013
2014               <p>
2015                 This target is optional, but providing it if
2016                 possible is a good idea.
2017               </p>
2018             </item>
2019           </taglist>
2020
2021         <p>
2022           The <tt>build</tt>, <tt>binary</tt> and
2023           <tt>clean</tt> targets must be invoked with the current
2024           directory being the package's top-level directory.
2025         </p>
2026
2027
2028         <p>
2029           Additional targets may exist in <file>debian/rules</file>,
2030           either as published or undocumented interfaces or for the
2031           package's internal use.
2032         </p>
2033
2034         <p>
2035           The architectures we build on and build for are determined
2036           by <prgn>make</prgn> variables using the utility
2037           <qref id="pkg-dpkgarch"><prgn>dpkg-architecture</prgn></qref>.
2038           You can determine the
2039           Debian architecture and the GNU style architecture
2040           specification string for the build machine (the machine type
2041           we are building on) as well as for the host machine (the
2042           machine type we are building for).  Here is a list of
2043           supported <prgn>make</prgn> variables:
2044           <list compact="compact">
2045             <item>
2046                 <tt>DEB_*_ARCH</tt> (the Debian architecture)
2047             </item>
2048             <item>
2049                 <tt>DEB_*_GNU_TYPE</tt> (the GNU style architecture
2050                 specification string)
2051             </item>
2052             <item>
2053                 <tt>DEB_*_GNU_CPU</tt> (the CPU part of
2054                 <tt>DEB_*_GNU_TYPE</tt>)
2055             </item>
2056             <item>
2057                 <tt>DEB_*_GNU_SYSTEM</tt> (the System part of
2058                 <tt>DEB_*_GNU_TYPE</tt>)
2059           </list>
2060           where <tt>*</tt> is either <tt>BUILD</tt> for specification of
2061           the build machine or <tt>HOST</tt> for specification of the
2062           host machine.
2063         </p>
2064
2065         <p>
2066           Backward compatibility can be provided in the rules file
2067           by setting the needed variables to suitable default
2068           values; please refer to the documentation of
2069           <prgn>dpkg-architecture</prgn> for details.
2070         </p>
2071
2072         <p>
2073           It is important to understand that the <tt>DEB_*_ARCH</tt>
2074           string only determines which Debian architecture we are
2075           building on or for. It should not be used to get the CPU
2076           or system information; the GNU style variables should be
2077           used for that.
2078         </p>
2079       </sect>
2080
2081 <!-- FIXME: section pkg-srcsubstvars is the same as substvars -->
2082       <sect id="substvars">
2083         <heading>Variable substitutions: <file>debian/substvars</file></heading>
2084
2085         <p>
2086           When <prgn>dpkg-gencontrol</prgn>,
2087           <prgn>dpkg-genchanges</prgn> and <prgn>dpkg-source</prgn>
2088           generate control files they perform variable substitutions
2089           on their output just before writing it.  Variable
2090           substitutions have the form <tt>${<var>variable</var>}</tt>.
2091           The optional file <file>debian/substvars</file> contains
2092           variable substitutions to be used; variables can also be set
2093           directly from <file>debian/rules</file> using the <tt>-V</tt>
2094           option to the source packaging commands, and certain
2095           predefined variables are also available.
2096         </p>
2097
2098         <p>
2099           The <file>debian/substvars</file> file is usually generated and
2100           modified dynamically by <file>debian/rules</file> targets, in
2101           which case it must be removed by the <tt>clean</tt> target.
2102         </p>
2103
2104         <p>
2105           See <manref name="dpkg-source" section="1"> for full
2106           details about source variable substitutions, including the
2107           format of <file>debian/substvars</file>.</p>
2108       </sect>
2109
2110       <sect id="debianfiles">
2111         <heading>Generated files list: <file>debian/files</file></heading>
2112
2113         <p>
2114           This file is not a permanent part of the source tree; it
2115           is used while building packages to record which files are
2116           being generated.  <prgn>dpkg-genchanges</prgn> uses it
2117           when it generates a <file>.changes</file> file.
2118         </p>
2119
2120         <p>
2121           It should not exist in a shipped source package, and so it
2122           (and any backup files or temporary files such as
2123           <file>files.new</file><footnote>
2124               <file>files.new</file> is used as a temporary file by
2125               <prgn>dpkg-gencontrol</prgn> and
2126               <prgn>dpkg-distaddfile</prgn> - they write a new
2127               version of <tt>files</tt> here before renaming it,
2128               to avoid leaving a corrupted copy if an error
2129               occurs.
2130           </footnote>) should be removed by the
2131           <tt>clean</tt> target.  It may also be wise to
2132           ensure a fresh start by emptying or removing it at the
2133           start of the <tt>binary</tt> target.
2134         </p>
2135
2136         <p>
2137           When <prgn>dpkg-gencontrol</prgn> is run for a binary
2138           package, it adds an entry to <file>debian/files</file> for the
2139           <file>.deb</file> file that will be created when <tt>dpkg-deb
2140           --build</tt> is run for that binary package.  So for most
2141           packages all that needs to be done with this file is to
2142           delete it in the <tt>clean</tt> target.
2143         </p>
2144
2145         <p>
2146           If a package upload includes files besides the source
2147           package and any binary packages whose control files were
2148           made with <prgn>dpkg-gencontrol</prgn> then they should be
2149           placed in the parent of the package's top-level directory
2150           and <prgn>dpkg-distaddfile</prgn> should be called to add
2151           the file to the list in <file>debian/files</file>.</p>
2152       </sect>
2153
2154     </chapt>
2155
2156
2157     <chapt id="controlfields">
2158       <heading>Control files and their fields</heading>
2159
2160       <p>
2161         The package management system manipulates data represented in
2162         a common format, known as <em>control data</em>, stored in
2163         <em>control files</em>.
2164         Control files are used for source packages, binary packages and
2165         the <file>.changes</file> files which control the installation
2166         of uploaded files<footnote>
2167             <prgn>dpkg</prgn>'s internal databases are in a similar
2168             format.
2169         </footnote>.
2170       </p>
2171
2172       <sect id="controlsyntax">
2173         <heading>Syntax of control files</heading>
2174
2175         <p>
2176           A control file consists of one or more paragraphs of
2177           fields<footnote>
2178                 The paragraphs are also sometimes referred to as stanzas.
2179           </footnote>.
2180           The paragraphs are separated by blank lines.  Some control
2181           files allow only one paragraph; others allow several, in
2182           which case each paragraph usually refers to a different
2183           package.  (For example, in source packages, the first
2184           paragraph refers to the source package, and later paragraphs
2185           refer to binary packages generated from the source.)
2186         </p>
2187
2188         <p>
2189           Each paragraph consists of a series of data fields; each
2190           field consists of the field name, followed by a colon and
2191           then the data/value associated with that field.  It ends at
2192           the end of the line.  Horizontal whitespace (spaces and
2193           tabs) may occur immediately before or after the value and is
2194           ignored there; it is conventional to put a single space
2195           after the colon.  For example, a field might be:
2196           <example compact="compact">
2197 Package: libc6
2198           </example>
2199           the field name is <tt>Package</tt> and the field value
2200           <tt>libc6</tt>.
2201         </p>
2202
2203         <p>
2204           Some fields' values may span several lines; in this case
2205           each continuation line must start with a space or a tab.
2206           Any trailing spaces or tabs at the end of individual
2207           lines of a field value are ignored.
2208         </p>
2209
2210         <p>
2211           Except where otherwise stated, only a single line of data is
2212           allowed and whitespace is not significant in a field body.
2213           Whitespace must not appear inside names (of packages,
2214           architectures, files or anything else) or version numbers,
2215           or between the characters of multi-character version
2216           relationships.
2217         </p>
2218
2219         <p>
2220           Field names are not case-sensitive, but it is usual to
2221           capitalize the field names using mixed case as shown below.
2222         </p>
2223
2224         <p>
2225           Blank lines, or lines consisting only of spaces and tabs,
2226           are not allowed within field values or between fields - that
2227           would mean a new paragraph.
2228         </p>
2229
2230       </sect>
2231
2232       <sect id="sourcecontrolfiles">
2233         <heading>Source package control files -- <file>debian/control</file></heading>
2234
2235         <p>
2236           The <file>debian/control</file> file contains the most vital
2237           (and version-independent) information about the source package
2238           and about the binary packages it creates.
2239         </p>
2240
2241         <p>
2242           The first paragraph of the control file contains information about
2243           the source package in general. The subsequent sets each describe a
2244           binary package that the source tree builds.
2245         </p>
2246
2247         <p>
2248           The fields in the general paragraph (the first one, for the source
2249           package) are:
2250
2251           <list compact="compact">
2252             <item><qref id="f-Source"><tt>Source</tt></qref> (mandatory)</item>
2253             <item><qref id="f-Maintainer"><tt>Maintainer</tt></qref> (mandatory)</item>
2254             <item><qref id="f-Section"><tt>Section</tt></qref> (recommended)</item>
2255             <item><qref id="f-Priority"><tt>Priority</tt></qref> (recommended)</item>
2256             <item><qref id="sourcebinarydeps"><tt>Build-Depends</tt> et al</qref></item>
2257             <item><qref id="f-Standards-Version"><tt>Standards-Version</tt></qref> (recommended)</item>
2258           </list>
2259         </p>
2260
2261         <p>
2262           The fields in the binary package paragraphs are:
2263
2264           <list compact="compact">
2265             <item><qref id="f-Package"><tt>Package</tt></qref> (mandatory)</item>
2266             <item><qref id="f-Architecture"><tt>Architecture</tt></qref> (mandatory)</item>
2267             <item><qref id="f-Section"><tt>Section</tt></qref> (recommended)</item>
2268             <item><qref id="f-Priority"><tt>Priority</tt></qref> (recommended)</item>
2269             <item><qref id="f-Essential"><tt>Essential</tt></qref></item>
2270             <item><qref id="binarydeps"><tt>Depends</tt> et al</qref></item>
2271             <item><qref id="f-Description"><tt>Description</tt></qref> (mandatory)</item>
2272           </list>
2273         </p>
2274
2275         <p>
2276           The syntax and semantics of the fields are described below.
2277         </p>
2278
2279 <!-- stuff -->
2280
2281         <p>
2282           These fields are used by <prgn>dpkg-gencontrol</prgn> to
2283           generate control files for binary packages (see below), by
2284           <prgn>dpkg-genchanges</prgn> to generate the
2285           <tt>.changes</tt> file to accompany the upload, and by
2286           <prgn>dpkg-source</prgn> when it creates the <file>.dsc</file>
2287           source control file as part of a source archive.
2288         </p>
2289
2290         <p>
2291           The fields here may contain variable references - their
2292           values will be substituted by <prgn>dpkg-gencontrol</prgn>,
2293           <prgn>dpkg-genchanges</prgn> or <prgn>dpkg-source</prgn>
2294           when they generate output control files.
2295           See <ref id="substvars"> for details.
2296         </p>
2297
2298       </sect>
2299
2300       <sect id="binarycontrolfiles">
2301         <heading>Binary package control files -- <file>DEBIAN/control</file></heading>
2302
2303         <p>
2304           The <file>DEBIAN/control</file> file contains the most vital
2305           (and version-dependent) information about a binary package.
2306         </p>
2307
2308         <p>
2309           The fields in this file are:
2310
2311           <list compact="compact">
2312             <item><qref id="f-Package"><tt>Package</tt></qref> (mandatory)</item>
2313             <item><qref id="f-Source"><tt>Source</tt></qref></item>
2314             <item><qref id="f-Version"><tt>Version</tt></qref> (mandatory)</item>
2315             <item><qref id="f-Section"><tt>Section</tt></qref> (recommended)</item>
2316             <item><qref id="f-Priority"><tt>Priority</tt></qref> (recommended)</item>
2317             <item><qref id="f-Architecture"><tt>Architecture</tt></qref> (mandatory)</item>
2318             <item><qref id="f-Essential"><tt>Essential</tt></qref></item>
2319             <item><qref id="binarydeps"><tt>Depends</tt> et al</qref></item>
2320             <item><qref id="f-Installed-Size"><tt>Installed-Size</tt></qref></item>
2321             <item><qref id="f-Maintainer"><tt>Maintainer</tt></qref> (mandatory)</item>
2322             <item><qref id="f-Description"><tt>Description</tt></qref> (mandatory)</item>
2323           </list>
2324         </p>
2325       </sect>
2326
2327       <sect id="debiansourcecontrolfiles">
2328         <heading>Debian source control files -- <tt>.dsc</tt></heading>
2329
2330         <p>
2331           This file contains a series of fields, identified and
2332           separated just like the fields in the control file of
2333           a binary package.  The fields are listed below; their
2334           syntax is described above, in <ref id="pkg-controlfields">.
2335
2336         <list compact="compact">
2337           <item><qref id="f-Source"><tt>Source</tt></qref> (mandatory)</item>
2338           <item><qref id="f-Version"><tt>Version</tt></qref> (mandatory)</item>
2339           <item><qref id="f-Maintainer"><tt>Maintainer</tt></qref> (mandatory)</item>
2340           <item><qref id="f-Binary"><tt>Binary</tt></qref></item>
2341           <item><qref id="f-Architecture"><tt>Architecture</tt></qref></item>
2342           <item><qref id="sourcebinarydeps"><tt>Build-Depends</tt> et al</qref></item>
2343           <item><qref id="f-Standards-Version"><tt>Standards-Version</tt></qref> (recommended)</item>
2344           <item><qref id="f-Files"><tt>Files</tt></qref> (mandatory)</item>
2345         </list>
2346         </p>
2347
2348         <p>
2349           The source package control file is generated by
2350           <prgn>dpkg-source</prgn> when it builds the source
2351           archive, from other files in the source package,
2352           described above.  When unpacking, it is checked against
2353           the files and directories in the other parts of the
2354           source package.
2355         </p>
2356
2357       </sect>
2358
2359       <sect id="debianchangesfiles">
2360         <heading>Debian changes files -- <file>.changes</file></heading>
2361
2362         <p>
2363           The .changes files are used by the Debian archive maintenance
2364           software to process updates to packages. They contain one
2365           paragraph which contains information from the
2366           <tt>debian/control</tt> file and other data about the
2367           source package gathered via <tt>debian/changelog</tt>
2368           and <tt>debian/rules</tt>.
2369         </p>
2370
2371         <p>
2372           The fields in this file are:
2373
2374           <list compact="compact">
2375             <item><qref id="f-Format"><tt>Format</tt></qref> (mandatory)</item>
2376             <item><qref id="f-Date"><tt>Date</tt></qref> (mandatory)</item>
2377             <item><qref id="f-Source"><tt>Source</tt></qref> (mandatory)</item>
2378             <item><qref id="f-Binary"><tt>Binary</tt></qref> (mandatory)</item>
2379             <item><qref id="f-Architecture"><tt>Architecture</tt></qref> (mandatory)</item>
2380             <item><qref id="f-Version"><tt>Version</tt></qref> (mandatory)</item>
2381             <item><qref id="f-Distribution"><tt>Distribution</tt></qref> (mandatory)</item>
2382             <item><qref id="f-Urgency"><tt>Urgency</tt></qref> (recommended)</item>
2383             <item><qref id="f-Maintainer"><tt>Maintainer</tt></qref> (mandatory)</item>
2384             <item><qref id="f-Changed-By"><tt>Changed-By</tt></qref></item>
2385             <item><qref id="f-Description"><tt>Description</tt></qref> (mandatory)</item>
2386             <item><qref id="f-Closes"><tt>Closes</tt></qref></item>
2387             <item><qref id="f-Changes"><tt>Changes</tt></qref> (mandatory)</item>
2388             <item><qref id="f-Files"><tt>Files</tt></qref> (mandatory)</item>
2389           </list>
2390         </p>
2391       </sect>
2392
2393       <sect id="controlfieldslist">
2394         <heading>List of fields</heading>
2395
2396         <sect1 id="f-Source">
2397           <heading><tt>Source</tt></heading>
2398
2399           <p>
2400             This field identifies the source package name.
2401           </p>
2402
2403           <p>
2404             In a main source control information, a <file>.changes</file>
2405             or a <file>.dsc</file> file this may contain only the name
2406             of the source package.
2407           </p>
2408
2409           <p>
2410             In the control file of a binary package it may be followed
2411             by a version number in parentheses<footnote>
2412                 It is customary to leave a space after the package name
2413                 if a version number is specified.
2414             </footnote>.
2415             This version number may be omitted (and is, by
2416             <prgn>dpkg-gencontrol</prgn>) if it has the same value as
2417             the <tt>Version</tt> field of the binary package in
2418             question.  The field itself may be omitted from a binary
2419             package control file when the source package has the same
2420             name and version as the binary package.
2421           </p>
2422         </sect1>
2423
2424         <sect1 id="f-Maintainer">
2425           <heading><tt>Maintainer</tt></heading>
2426
2427           <p>
2428             The package maintainer's name and email address.  The name
2429             should come first, then the email address inside angle
2430             brackets <tt>&lt;&gt</tt> (in RFC822 format).
2431           </p>
2432
2433           <p>
2434             If the maintainer's name contains a full stop then the
2435             whole field will not work directly as an email address due
2436             to a misfeature in the syntax specified in RFC822; a
2437             program using this field as an address must check for this
2438             and correct the problem if necessary (for example by
2439             putting the name in round brackets and moving it to the
2440             end, and bringing the email address forward).
2441           </p>
2442         </sect1>
2443
2444         <sect1 id="f-Changed-By">
2445           <heading><tt>Changed-By</tt></heading>
2446
2447           <p>
2448             The name and email address of the person who changed the
2449             said package. Usually the name of the maintainer.
2450             All the rules for the Maintainer field apply here, too.
2451           </p>
2452         </sect1>
2453
2454         <sect1 id="f-Section">
2455           <heading><tt>Section</tt></heading>
2456
2457           <p>
2458             This field specifies an application area into which the package
2459             has been classified. See <ref id="subsections">.
2460           </p>
2461
2462           <p>
2463             When it appears in the <file>debian/control</file> file,
2464             it gives the value for the subfield of the same name in
2465             the <tt>Files</tt> field of the <file>.changes</file> file.
2466             It also gives the default for the same field in the binary
2467             packages.
2468           </p>
2469
2470           <p>
2471             By default, <prgn>dpkg-gencontrol</prgn> does not include this
2472             field in the control file of a binary package - use the
2473             <tt>-is</tt> (or <tt>-isp</tt>) options to achieve this effect.
2474           </p>
2475         </sect1>
2476
2477         <sect1 id="f-Priority">
2478           <heading><tt>Priority</tt></heading>
2479
2480           <p>
2481             This field represents how important that it is that the user
2482             have the package installed. See <ref id="priorities">.
2483           </p>
2484
2485           <p>
2486             When it appears in the <file>debian/control</file> file,
2487             it gives the value for the subfield of the same name in
2488             the <tt>Files</tt> field of the <file>.changes</file> file.
2489             It also gives the default for the same field in the binary
2490             packages.
2491           </p>
2492
2493           <p>
2494             By default, <prgn>dpkg-gencontrol</prgn> does not include this
2495             field in the control file of a binary package - use the
2496             <tt>-ip</tt> (or <tt>-isp</tt>) options to achieve this effect.
2497           </p>
2498         </sect1>
2499
2500         <sect1 id="f-Package">
2501           <heading><tt>Package</tt></heading>
2502
2503           <p>
2504             The name of the binary package.
2505           </p>
2506
2507           <p>
2508             Package names must consist only of lower case letters
2509             (<tt>a-z</tt>), digits (<tt>0-9</tt>), plus (<tt>+</tt>)
2510             and minus (<tt>-</tt>) signs, and periods (<tt>.</tt>).
2511             They must be at least two characters long and must start
2512             with an alphanumeric character.
2513           </p>
2514         </sect1>
2515
2516         <sect1 id="f-Architecture">
2517           <heading><tt>Architecture</tt></heading>
2518
2519           <p>
2520             This is the architecture string; it is a single word for
2521             the Debian architecture. The special value <tt>all</tt>
2522             indicates that the package is architecture-independent.
2523           </p>
2524
2525           <p>
2526             In the main <file>debian/control</file> file in the source
2527             package, or in the source package control file
2528             <file>.dsc</file>, a list of architectures (separated by
2529             spaces) is also allowed, as is the special value
2530             <tt>any</tt>.  A list indicates that the source will build
2531             an architecture-dependent package, and will only work
2532             correctly on the listed architectures.  <tt>any</tt>
2533             indicates that though the source package isn't dependent
2534             on any particular architecture and should compile fine on
2535             any one, the binary package(s) produced are not
2536             architecture-independent but will instead be specific to
2537             whatever the current build architecture is.
2538           </p>
2539
2540           <p>
2541             In a <file>.changes</file> file the <tt>Architecture</tt>
2542             field lists the architecture(s) of the package(s)
2543             currently being uploaded.  This will be a list; if the
2544             source for the package is being uploaded too the special
2545             entry <tt>source</tt> is also present.
2546           </p>
2547
2548           <p>
2549             See <ref id="debianrules"> for information how to get the
2550             architecture for the build process.
2551           </p>
2552         </sect1>
2553
2554         <sect1 id="f-Essential">
2555           <heading><tt>Essential</tt></heading>
2556
2557           <p>
2558             This is a boolean field which may occur only in the
2559             control file of a binary package or in a per-package fields
2560             paragraph of a main source control data file.
2561           </p>
2562
2563           <p>
2564             If set to <tt>yes</tt> then the package management system
2565             will refuse to remove the package (upgrading and replacing
2566             it is still possible). The other possible value is <tt>no</tt>,
2567             which is the same as not having the field at all.
2568           </p>
2569         </sect1>
2570
2571         <sect1>
2572           <heading>Package interrelationship fields:
2573             <tt>Depends</tt>, <tt>Pre-Depends</tt>,
2574             <tt>Recommends</tt>, <tt>Suggests</tt>, <tt>Conflicts</tt>,
2575             <tt>Provides</tt>, <tt>Replaces</tt>
2576           </heading>
2577
2578           <p>
2579             These fields describe the package's relationships with
2580             other packages.  Their syntax and semantics are described
2581             in <ref id="relationships">.</p>
2582         </sect1>
2583
2584         <sect1 id="f-Standards-Version">
2585           <heading><tt>Standards-Version</tt></heading>
2586
2587           <p>
2588             The most recent version of the standards (the policy
2589             manual and associated texts) with which the package
2590             complies.
2591           </p>
2592
2593           <p>
2594             The version number has four components: major and minor
2595             version number and major and minor patch level.  When the
2596             standards change in a way that requires every package to
2597             change the major number will be changed.  Significant
2598             changes that will require work in many packages will be
2599             signaled by a change to the minor number.  The major patch
2600             level will be changed for any change to the meaning of the
2601             standards, however small; the minor patch level will be
2602             changed when only cosmetic, typographical or other edits
2603             are made which neither change the meaning of the document
2604             nor affect the contents of packages.
2605           </p>
2606
2607           <p>
2608             Thus only the first three components of the policy version
2609             are significant in the <em>Standards-Version</em> control
2610             field, and so either these three components or the all
2611             four components may be specified.<footnote>
2612                 In the past, people specified the full version number
2613                 in the Standards-Version field, for example "2.3.0.0".
2614                 Since minor patch-level changes don't introduce new
2615                 policy, it was thought it would be better to relax
2616                 policy and only require the first 3 components to be
2617                 specified, in this example "2.3.0".  All four
2618                 components may still be used if someone wishes to do so.
2619             </footnote>
2620           </p>
2621
2622         </sect1>
2623
2624         <sect1 id="f-Version">
2625           <heading><tt>Version</tt></heading>
2626
2627           <p>
2628             The version number of a package. The format is:
2629             [<var>epoch</var><tt>:</tt>]<var>upstream_version</var>[<tt>-</tt><var>debian_revision</var>]
2630           </p>
2631
2632           <p>
2633             The three components here are:
2634             <taglist>
2635               <tag><var>epoch</var></tag>
2636               <item>
2637                 <p>
2638                   This is a single (generally small) unsigned integer.  It
2639                   may be omitted, in which case zero is assumed.  If it is
2640                   omitted then the <var>upstream_version</var> may not
2641                   contain any colons.
2642                 </p>
2643
2644                 <p>
2645                   It is provided to allow mistakes in the version numbers
2646                   of older versions of a package, and also a package's
2647                   previous version numbering schemes, to be left behind.
2648                 </p>
2649               </item>
2650
2651               <tag><var>upstream_version</var></tag>
2652               <item>
2653                 <p>
2654                   This is the main part of the version number.  It is
2655                   usually the version number of the original ("upstream")
2656                   package from which the <file>.deb</file> file has been made,
2657                   if this is applicable.  Usually this will be in the same
2658                   format as that specified by the upstream author(s);
2659                   however, it may need to be reformatted to fit into the
2660                   package management system's format and comparison
2661                   scheme.
2662                 </p>
2663
2664                 <p>
2665                   The comparison behavior of the package management system
2666                   with respect to the <var>upstream_version</var> is
2667                   described below.  The <var>upstream_version</var>
2668                   portion of the version number is mandatory.
2669                 </p>
2670
2671                 <p>
2672                   The <var>upstream_version</var> may contain only
2673                   alphanumerics<footnote>
2674                         Alphanumerics are <tt>A-Za-z0-9</tt> only.
2675                   </footnote>
2676                   and the characters <tt>.</tt> <tt>+</tt> <tt>-</tt>
2677                   <tt>:</tt> (full stop, plus, hyphen, colon) and should
2678                   start with a digit.  If there is no
2679                   <var>debian_revision</var> then hyphens are not allowed;
2680                   if there is no <var>epoch</var> then colons are not
2681                   allowed.
2682                 </p>
2683               </item>
2684
2685               <tag><var>debian_revision</var></tag>
2686               <item>
2687                 <p>
2688                   This part of the version number specifies the version of
2689                   the Debian package based on the upstream version.  It
2690                   may contain only alphanumerics and the characters
2691                   <tt>+</tt> and <tt>.</tt> (plus and full stop) and is
2692                   compared in the same way as the
2693                   <var>upstream_version</var> is.
2694                 </p>
2695
2696                 <p>
2697                   It is optional; if it isn't present then the
2698                   <var>upstream_version</var> may not contain a hyphen.
2699                   This format represents the case where a piece of
2700                   software was written specifically to be turned into a
2701                   Debian package, and so there is only one "debianization"
2702                   of it and therefore no revision indication is required.
2703                 </p>
2704
2705                 <p>
2706                   It is conventional to restart the
2707                   <var>debian_revision</var> at <tt>1</tt> each time the
2708                   <var>upstream_version</var> is increased.
2709                 </p>
2710
2711                 <p>
2712                   The package management system will break the version
2713                   number apart at the last hyphen in the string (if there
2714                   is one) to determine the <var>upstream_version</var> and
2715                   <var>debian_revision</var>.  The absence of a
2716                   <var>debian_revision</var> compares earlier than the
2717                   presence of one (but note that the
2718                   <var>debian_revision</var> is the least significant part
2719                   of the version number).
2720                 </p>
2721               </item>
2722             </taglist>
2723           </p>
2724
2725           <p>
2726             The <var>upstream_version</var> and <var>debian_revision</var>
2727             parts are compared by the package management system using the
2728             same algorithm:
2729           </p>
2730
2731           <p>
2732             The strings are compared from left to right.
2733           </p>
2734
2735           <p>
2736             First the initial part of each string consisting entirely of
2737             non-digit characters is determined.  These two parts (one of
2738             which may be empty) are compared lexically.  If a difference
2739             is found it is returned.  The lexical comparison is a
2740             comparison of ASCII values modified so that all the letters
2741             sort earlier than all the non-letters.
2742           </p>
2743
2744           <p>
2745             Then the initial part of the remainder of each string which
2746             consists entirely of digit characters is determined.  The
2747             numerical values of these two parts are compared, and any
2748             difference found is returned as the result of the comparison.
2749             For these purposes an empty string (which can only occur at
2750             the end of one or both version strings being compared) counts
2751             as zero.
2752           </p>
2753
2754           <p>
2755             These two steps (comparing and removing initial non-digit
2756             strings and initial digit strings) are repeated until a
2757             difference is found or both strings are exhausted.
2758           </p>
2759
2760           <p>
2761             Note that the purpose of epochs is to allow us to leave behind
2762             mistakes in version numbering, and to cope with situations
2763             where the version numbering scheme changes.  It is
2764             <em>not</em> intended to cope with version numbers containing
2765             strings of letters which the package management system cannot
2766             interpret (such as <tt>ALPHA</tt> or <tt>pre-</tt>), or with
2767             silly orderings (the author of this manual has heard of a
2768             package whose versions went <tt>1.1</tt>, <tt>1.2</tt>,
2769             <tt>1.3</tt>, <tt>1</tt>, <tt>2.1</tt>, <tt>2.2</tt>,
2770             <tt>2</tt> and so forth).
2771           </p>
2772         </sect1>
2773
2774         <sect1 id="f-Description">
2775           <heading><tt>Description</tt></heading>
2776
2777           <p>
2778             In a source or binary control file, the <tt>Description</tt>
2779             field contains a description of the binary package, consisting
2780             of two parts, the synopsis or the short description, and the
2781             long description. The field's format is as follows:
2782           </p>
2783
2784           <p>
2785 <example>
2786         Description: &lt;single line synopsis&gt;
2787          &lt;extended description over several lines&gt;
2788 </example>
2789           </p>
2790
2791           <p>
2792             The lines in the extended description can have these formats:
2793           </p>
2794
2795           <p><list>
2796
2797             <item>
2798               Those starting with a single space are part of a paragraph.
2799               Successive lines of this form will be word-wrapped when
2800               displayed. The leading space will usually be stripped off.
2801             </item>
2802
2803             <item>
2804               Those starting with two or more spaces. These will be
2805               displayed verbatim. If the display cannot be panned
2806               horizontally, the displaying program will linewrap them "hard"
2807               (i.e., without taking account of word breaks). If it can they
2808               will be allowed to trail off to the right. None, one or two
2809               initial spaces may be deleted, but the number of spaces
2810               deleted from each line will be the same (so that you can have
2811               indenting work correctly, for example).
2812             </item>
2813
2814             <item>
2815               Those containing a single space followed by a single full stop
2816               character. These are rendered as blank lines. This is the
2817               <em>only</em> way to get a blank line<footnote>
2818                 Completely empty lines will not be rendered as blank lines.
2819                 Instead, they will cause the parser to think you're starting
2820                 a whole new record in the control file, and will therefore
2821                 likely abort with an error.
2822               </footnote>.
2823             </item>
2824
2825             <item>
2826               Those containing a space, a full stop and some more characters.
2827               These are for future expansion. Do not use them.
2828             </item>
2829
2830           </list></p>
2831
2832           <p>
2833             Do not use tab characters.  Their effect is not predictable.
2834           </p>
2835
2836           <p>
2837             See <ref id="descriptions"> for further information on this.
2838           </p>
2839
2840           <p>
2841             In a <file>.changes</file> file, the <tt>Description</tt> field
2842             contains a summary of the descriptions for the packages being
2843             uploaded.
2844           </p>
2845
2846           <p>
2847             The part of the field before the first newline is empty;
2848             thereafter each line has the name of a binary package and
2849             the summary description line from that binary package.
2850             Each line is indented by one space.
2851           </p>
2852
2853         </sect1>
2854
2855         <sect1 id="f-Distribution">
2856           <heading><tt>Distribution</tt></heading>
2857
2858           <p>
2859             In a <file>.changes</file> file or parsed changelog output
2860             this contains the (space-separated) name(s) of the
2861             distribution(s) where this version of the package should
2862             be installed.  Valid distributions are determined by the
2863             archive maintainers.<footnote>
2864                 Current distribution names are:
2865                 <taglist compact="compact">
2866                   <tag><em>stable</em></tag>
2867                   <item>
2868                       This is the current "released" version of Debian
2869                       GNU/Linux.  Once the distribution is
2870                       <em>stable</em> only security fixes and other
2871                       major bug fixes are allowed. When changes are
2872                       made to this distribution, the release number is
2873                       increased (for example: 2.2r1 becomes 2.2r2 then
2874                       2.2r3, etc).
2875                   </item>
2876
2877                   <tag><em>unstable</em></tag>
2878                   <item>
2879                       This distribution value refers to the
2880                       <em>developmental</em> part of the Debian
2881                       distribution tree. New packages, new upstream
2882                       versions of packages and bug fixes go into the
2883                       <em>unstable</em> directory tree. Download from
2884                       this distribution at your own risk.
2885                   </item>
2886
2887                   <tag><em>testing</em></tag>
2888                   <item>
2889                       This distribution value refers to the
2890                       <em>testing</em> part of the Debian distribution
2891                       tree.  It receives its packages from the
2892                       unstable distribution after a short time lag to
2893                       ensure that there are no major issues with the
2894                       unstable packages.  It is less prone to breakage
2895                       than unstable, but still risky.  It is not
2896                       possible to upload packages directly to
2897                       <em>testing</em>.
2898                   </item>
2899
2900                   <tag><em>frozen</em></tag>
2901                   <item>
2902                       From time to time, the <em>testing</em>
2903                       distribution enters a state of "code-freeze" in
2904                       anticipation of release as a <em>stable</em>
2905                       version. During this period of testing only
2906                       fixes for existing or newly-discovered bugs will
2907                       be allowed.  The exact details of this stage are
2908                       determined by the Release Manager.
2909                   </item>
2910
2911                   <tag><em>experimental</em></tag>
2912                   <item>
2913                       The packages with this distribution value are
2914                       deemed by their maintainers to be high
2915                       risk. Oftentimes they represent early beta or
2916                       developmental packages from various sources that
2917                       the maintainers want people to try, but are not
2918                       ready to be a part of the other parts of the
2919                       Debian distribution tree. Download at your own
2920                       risk.
2921                   </item>
2922                 </taglist>
2923
2924                 <p>
2925                   You should list <em>all</em> distributions that the
2926                   package should be installed into.
2927                 </p>
2928
2929                 <p>
2930                   More information is available in the Debian Developer's
2931                   Reference, section "The Debian archive".
2932                 </p>
2933             </footnote>
2934           </p>
2935         </sect1>
2936
2937         <sect1 id="f-Date">
2938           <heading><tt>Date</tt></heading>
2939
2940           <p>
2941             This field includes the date the package was built or last edited.
2942           </p>
2943
2944           <p>
2945             The value of this field is usually extracted from the
2946             <file>debian/changelog</file> file - see
2947             <ref id="dpkgchangelog">).
2948           </p>
2949         </sect1>
2950
2951         <sect1 id="f-Format">
2952           <heading><tt>Format</tt></heading>
2953
2954           <p>
2955             This field specifies a format revision for the file.
2956             The most current format described in the Policy Manual
2957             is version <strong>1.5</strong>.  The syntax of the
2958             format value is the same as that of a package version
2959             number except that no epoch or Debian revision is allowed
2960             - see <ref id="f-Version">.
2961           </p>
2962         </sect1>
2963
2964         <sect1 id="f-Urgency">
2965           <heading><tt>Urgency</tt></heading>
2966
2967           <p>
2968             This is a description of how important it is to upgrade to
2969             this version from previous ones.  It consists of a single
2970             keyword usually taking one of the values <tt>low</tt>,
2971             <tt>medium</tt> or <tt>high</tt> (not case-sensitive)
2972             followed by an optional commentary (separated by a space)
2973             which is usually in parentheses.  For example:
2974
2975             <example>
2976   Urgency: low (HIGH for users of diversions)
2977             </example>
2978
2979           </p>
2980
2981           <p>
2982             The value of this field is usually extracted from the
2983             <file>debian/changelog</file> file - see
2984             <ref id="dpkgchangelog">.
2985           </p>
2986         </sect1>
2987
2988         <sect1 id="f-Changes">
2989           <heading><tt>Changes</tt></heading>
2990
2991           <p>
2992             This field contains the human-readable changes data, describing
2993             the differences between the last version and the current one.
2994           </p>
2995
2996           <p>
2997             There should be nothing in this field before the first
2998             newline; all the subsequent lines must be indented by at
2999             least one space; blank lines must be represented by a line
3000             consiting only of a space and a full stop.
3001           </p>
3002
3003           <p>
3004             The value of this field is usually extracted from the
3005             <file>debian/changelog</file> file - see
3006             <ref id="dpkgchangelog">).
3007           </p>
3008
3009           <p>
3010             Each version's change information should be preceded by a
3011             "title" line giving at least the version, distribution(s)
3012             and urgency, in a human-readable way.
3013           </p>
3014
3015           <p>
3016             If data from several versions is being returned the entry
3017             for the most recent version should be returned first, and
3018             entries should be separated by the representation of a
3019             blank line (the "title" line may also be followed by the
3020             representation of blank line).
3021           </p>
3022         </sect1>
3023
3024         <sect1 id="f-Binary">
3025           <heading><tt>Binary</tt></heading>
3026
3027           <p>
3028             This field is a list of binary packages.
3029           </p>
3030
3031           <p>
3032             When it appears in the <file>.dsc</file> file it is the list
3033             of binary packages which a source package can produce.  It
3034             does not necessarily produce all of these binary packages
3035             for every architecture.  The source control file doesn't
3036             contain details of which architectures are appropriate for
3037             which of the binary packages.
3038           </p>
3039
3040           <p>
3041             When it appears in a <file>.changes</file> file it lists the
3042             names of the binary packages actually being uploaded.
3043           </p>
3044
3045           <p>
3046             The syntax is a list of binary packages separated by
3047             commas<footnote>
3048                 A space after each comma is conventional.
3049             </footnote>. Currently the packages must be separated using
3050             only spaces in the <file>.changes</file> file.
3051           </p>
3052         </sect1>
3053
3054         <sect1 id="f-Installed-Size">
3055           <heading><tt>Installed-Size</tt></heading>
3056
3057           <p>
3058             This field appears in the control files of binary
3059             packages, and in the <file>Packages</file> files.  It gives
3060             the total amount of disk space required to install the
3061             named package.
3062           </p>
3063
3064           <p>
3065             The disk space is represented in kilobytes as a simple
3066             decimal number.
3067           </p>
3068         </sect1>
3069
3070         <sect1 id="f-Files">
3071           <heading><tt>Files</tt></heading>
3072
3073           <p>
3074             This field contains a list of files with information about
3075             each one.  The exact information and syntax varies with
3076             the context.  In all cases the part of the field
3077             contents on the same line as the field name is empty.  The
3078             remainder of the field is one line per file, each line
3079             being indented by one space and containing a number of
3080             sub-fields separated by spaces.
3081           </p>
3082
3083           <p>
3084             In the <file>.dsc</file> file, each line contains the MD5
3085             checksum, size and filename of the tar file and (if applicable)
3086             diff file which make up the remainder of the source
3087             package<footnote>
3088                 That is, the parts which are not the <tt>.dsc</tt>.
3089             </footnote>.
3090             The exact forms of the filenames are described
3091             in <ref id="pkg-sourcearchives">.
3092           </p>
3093
3094           <p>
3095             In the <file>.changes</file> file this contains one line per
3096             file being uploaded.  Each line contains the MD5 checksum,
3097             size, section and priority and the filename.
3098             The <qref id="f-Section">section</qref>
3099             and <qref id="f-Priority">priority</qref>
3100             are the values of the corresponding fields in
3101             the main source control file.  If no section or priority is
3102             specified then <tt>-</tt> should be used, though section
3103             and priority values must be specified for new packages to
3104             be installed properly.
3105           </p>
3106
3107           <p>
3108             The special value <tt>byhand</tt> for the section in a
3109             <tt>.changes</tt> file indicates that the file in question
3110             is not an ordinary package file and must by installed by
3111             hand by the distribution maintainers.  If the section is
3112             <tt>byhand</tt> the priority should be <tt>-</tt>.
3113           </p>
3114
3115           <p>
3116             If a new Debian revision of a package is being shipped and
3117             no new original source archive is being distributed the
3118             <tt>.dsc</tt> must still contain the <tt>Files</tt> field
3119             entry for the original source archive
3120             <file><var>package</var>-<var>upstream-version</var>.orig.tar.gz</file>,
3121             but the <file>.changes</file> file should leave it out.  In
3122             this case the original source archive on the distribution
3123             site must match exactly, byte-for-byte, the original
3124             source archive which was used to generate the
3125             <file>.dsc</file> file and diff which are being uploaded.</p>
3126         </sect1>
3127
3128         <sect1 id="f-Closes">
3129           <heading><tt>Closes</tt></heading>
3130
3131           <p>
3132             A space-separated list of bug report numbers that the upload
3133             governed by the .changes file closes.
3134           </p>
3135         </sect1>
3136
3137       </sect>
3138
3139       <sect>
3140         <heading>User-defined fields</heading>
3141
3142         <p>
3143           Additional user-defined fields may be added to the
3144           source package control file.  Such fields will be
3145           ignored, and not copied to (for example) binary or
3146           source package control files or upload control files.
3147         </p>
3148
3149         <p>
3150           If you wish to add additional unsupported fields to
3151           these output files you should use the mechanism
3152           described here.
3153         </p>
3154
3155         <p>
3156           Fields in the main source control information file with
3157           names starting <tt>X</tt>, followed by one or more of
3158           the letters <tt>BCS</tt> and a hyphen <tt>-</tt>, will
3159           be copied to the output files.  Only the part of the
3160           field name after the hyphen will be used in the output
3161           file.  Where the letter <tt>B</tt> is used the field
3162           will appear in binary package control files, where the
3163           letter <tt>S</tt> is used in source package control
3164           files and where <tt>C</tt> is used in upload control
3165           (<tt>.changes</tt>) files.
3166         </p>
3167
3168         <p>
3169           For example, if the main source information control file
3170           contains the field
3171           <example>
3172   XBS-Comment: I stand between the candle and the star.
3173           </example>
3174           then the binary and source package control files will contain the
3175           field
3176           <example>
3177   Comment: I stand between the candle and the star.
3178           </example>
3179         </p>
3180
3181       </sect>
3182
3183     </chapt>
3184
3185
3186     <chapt id="maintainerscripts">
3187       <heading>Package maintainer scripts and installation procedure</heading>
3188
3189       <sect>
3190         <heading>Introduction to package maintainer scripts</heading>
3191
3192         <p>
3193           It is possible to supply scripts as part of a package which
3194           the package management system will run for you when your
3195           package is installed, upgraded or removed.
3196         </p>
3197
3198         <p>
3199           These scripts are the files <prgn>preinst</prgn>,
3200           <prgn>postinst</prgn>, <prgn>prerm</prgn> and <prgn>postrm</prgn> in the
3201           control area of the package.  They must be proper executable
3202           files; if they are scripts (which is recommended), they must
3203           start with the usual <tt>#!</tt> convention.  They should be
3204           readable and executable by anyone, and not world-writable.
3205         </p>
3206
3207         <p>
3208           The package management system looks at the exit status from
3209           these scripts.  It is important that they exit with a
3210           non-zero status if there is an error, so that the package
3211           management system can stop its processing.  For shell
3212           scripts this means that you <em>almost always</em> need to
3213           use <tt>set -e</tt> (this is usually true when writing shell
3214           scripts, in fact).  It is also important, of course, that
3215           they don't exit with a non-zero status if everything went
3216           well.
3217         </p>
3218
3219         <p>
3220           When a package is upgraded a combination of the scripts from
3221           the old and new packages is called during the upgrade
3222           procedure.  If your scripts are going to be at all
3223           complicated you need to be aware of this, and may need to
3224           check the arguments to your scripts.
3225         </p>
3226
3227         <p>
3228           Broadly speaking the <prgn>preinst</prgn> is called before
3229           (a particular version of) a package is installed, and the
3230           <prgn>postinst</prgn> afterwards; the <prgn>prerm</prgn>
3231           before (a version of) a package is removed and the
3232           <prgn>postrm</prgn> afterwards.
3233         </p>
3234
3235         <p>
3236           Programs called from maintainer scripts should not normally
3237           have a path prepended to them. Before installation is
3238           started, the package management system checks to see if the
3239           programs <prgn>ldconfig</prgn>,
3240           <prgn>start-stop-daemon</prgn>, <prgn>install-info</prgn>,
3241           and <prgn>update-rc.d</prgn> can be found via the
3242           <tt>PATH</tt> environment variable. Those programs, and any
3243           other program that one would expect to be on the
3244           <tt>PATH</tt>, should thus be invoked without an absolute
3245           pathname. Maintainer scripts should also not reset the
3246           <tt>PATH</tt>, though they might choose to modify it by
3247           prepending or appending package-specific directories. These
3248           considerations really apply to all shell scripts.</p>
3249       </sect>
3250
3251       <sect id="idempotency">
3252         <heading>Maintainer scripts Idempotency</heading>
3253
3254         <p>
3255           It is necessary for the error recovery procedures that the
3256           scripts be idempotent.  This means that if it is run
3257           successfully, and then it is called again, it doesn't bomb
3258           out or cause any harm, but just ensures that everything is
3259           the way it ought to be.  If the first call failed, or
3260           aborted half way through for some reason, the second call
3261           should merely do the things that were left undone the first
3262           time, if any, and exit with a success status if everything
3263           is OK.<footnote>
3264               This is so that if an error occurs, the user interrupts
3265               <prgn>dpkg</prgn> or some other unforeseen circumstance
3266               happens you don't leave the user with a badly-broken
3267               package when <prgn>dpkg</prgn> attempts to repeat the
3268               action.
3269           </footnote>
3270         </p>
3271       </sect>
3272
3273       <sect id="controllingterminal">
3274         <heading>Controlling terminal for maintainer scripts</heading>
3275
3276         <p>
3277           The maintainer scripts are guaranteed to run with a
3278           controlling terminal and can interact with the user.
3279           If they need to prompt for passwords, do full-screen
3280           interaction or something similar you should do these
3281           things to and from <file>/dev/tty</file>, since
3282           <prgn>dpkg</prgn> will at some point redirect scripts'
3283           standard input and output so that it can log the
3284           installation process.  Likewise, because these scripts
3285           may be executed with standard output redirected into a
3286           pipe for logging purposes, Perl scripts should set
3287           unbuffered output by setting <tt>$|=1</tt> so that the
3288           output is printed immediately rather than being
3289           buffered.
3290         </p>
3291
3292         <p>
3293           Each script should return a zero exit status for
3294           success, or a nonzero one for failure.
3295         </p>
3296       </sect>
3297
3298       <sect id="mscriptsinstact"><heading>Summary of ways maintainer
3299           scripts are called
3300         </heading>
3301
3302         <p>
3303           <list compact="compact">
3304             <item>
3305               <var>new-preinst</var> <tt>install</tt>
3306             </item>
3307             <item>
3308               <var>new-preinst</var> <tt>install</tt> <var>old-version</var>
3309             </item>
3310             <item>
3311                 <var>new-preinst</var> <tt>upgrade</tt> <var>old-version</var>
3312             </item>
3313             <item>
3314                 <var>old-preinst</var> <tt>abort-upgrade</tt>
3315                 <var>new-version</var>
3316             </item>
3317           </list>
3318
3319         <p>
3320           <list compact="compact">
3321             <item>
3322                 <var>postinst</var> <tt>configure</tt>
3323                 <var>most-recently-configured-version</var>
3324             </item>
3325             <item>
3326                 <var>old-postinst</var> <tt>abort-upgrade</tt>
3327                 <var>new-version</var>
3328             </item>
3329             <item>
3330                 <var>conflictor's-postinst</var> <tt>abort-remove</tt>
3331                 <tt>in-favour</tt> <var>package</var>
3332                 <var>new-version</var>
3333             </item>
3334             <item>
3335                 <var>deconfigured's-postinst</var>
3336                 <tt>abort-deconfigure</tt> <tt>in-favour</tt>
3337                 <var>failed-install-package</var> <var>version</var>
3338                 <tt>removing</tt> <var>conflicting-package</var>
3339                 <var>version</var>
3340             </item>
3341           </list>
3342
3343         <p>
3344           <list compact="compact">
3345             <item>
3346                 <var>prerm</var> <tt>remove</tt>
3347             </item>
3348             <item>
3349                 <var>old-prerm</var> <tt>upgrade</tt>
3350                 <var>new-version</var>
3351             </item>
3352             <item>
3353                 <var>new-prerm</var> <tt>failed-upgrade</tt>
3354                 <var>old-version</var>
3355             </item>
3356             <item>
3357                 <var>conflictor's-prerm</var> <tt>remove</tt>
3358                 <tt>in-favour</tt> <var>package</var>
3359                 <var>new-version</var>
3360             </item>
3361             <item>
3362                 <var>deconfigured's-prerm</var> <tt>deconfigure</tt>
3363                 <tt>in-favour</tt> <var>package-being-installed</var>
3364                 <var>version</var> <tt>removing</tt>
3365                 <var>conflicting-package</var>
3366                 <var>version</var>
3367             </item>
3368           </list>
3369
3370         <p>
3371           <list compact="compact">
3372             <item>
3373                 <var>postrm</var> <tt>remove</tt>
3374             </item>
3375             <item>
3376                 <var>postrm</var> <tt>purge</tt>
3377             </item>
3378             <item>
3379                 <var>old-postrm</var> <tt>upgrade</tt>
3380                 <var>new-version</var>
3381             </item>
3382             <item>
3383                 <var>new-postrm</var> <tt>failed-upgrade</tt>
3384                 <var>old-version</var>
3385             </item>
3386             <item>
3387                 <var>new-postrm</var> <tt>abort-install</tt>
3388             </item>
3389             <item>
3390                 <var>new-postrm</var> <tt>abort-install</tt>
3391                 <var>old-version</var>
3392             </item>
3393             <item>
3394                 <var>new-postrm</var> <tt>abort-upgrade</tt>
3395                 <var>old-version</var>
3396             </item>
3397             <item>
3398                 <var>disappearer's-postrm</var> <tt>disappear</tt>
3399                 <var>overwriter</var>
3400                 <var>overwriter-version</var>
3401             </item>
3402           </list>
3403         </p>
3404
3405
3406       <sect id="unpackphase">
3407         <heading>Details of unpack phase of installation or upgrade</heading>
3408
3409         <p>
3410           The procedure on installation/upgrade/overwrite/disappear
3411           (i.e., when running <tt>dpkg --unpack</tt>, or the unpack
3412           stage of <tt>dpkg --install</tt>) is as follows.  In each
3413           case, if a major error occurs (unless listed below) the
3414           actions are, in general, run backwards - this means that the
3415           maintainer scripts are run with different arguments in
3416           reverse order.  These are the "error unwind" calls listed
3417           below.
3418
3419           <enumlist>
3420             <item>
3421                 <enumlist>
3422                   <item>
3423                       If a version of the package is already installed, call
3424                       <example compact="compact">
3425 <var>old-prerm</var> upgrade <var>new-version</var>
3426                       </example>
3427                   </item>
3428                   <item>
3429                       If the script runs but exits with a non-zero
3430                       exit status, <prgn>dpkg</prgn> will attempt:
3431                       <example compact="compact">
3432 <var>new-prerm</var> failed-upgrade <var>old-version</var>
3433                       </example>
3434                       Error unwind, for both the above cases:
3435                       <example compact="compact">
3436 <var>old-postinst</var> abort-upgrade <var>new-version</var>
3437                       </example>
3438                   </item>
3439                 </enumlist>
3440             </item>
3441
3442             <item>
3443                 If a "conflicting" package is being removed at the same time:
3444                 <enumlist>
3445                   <item>
3446                       If any packages depended on that conflicting
3447                       package and <tt>--auto-deconfigure</tt> is
3448                       specified, call, for each such package:
3449                       <example compact="compact">
3450 <var>deconfigured's-prerm</var> deconfigure \
3451   in-favour <var>package-being-installed</var> <var>version</var> \
3452     removing <var>conflicting-package</var> <var>version</var>
3453                       </example>
3454                       Error unwind:
3455                       <example compact="compact">
3456 <var>deconfigured's-postinst</var> abort-deconfigure \
3457   in-favour <var>package-being-installed-but-failed</var> <var>version</var> \
3458     removing <var>conflicting-package</var> <var>version</var>
3459                       </example>
3460                       The deconfigured packages are marked as
3461                       requiring configuration, so that if
3462                       <tt>--install</tt> is used they will be
3463                       configured again if possible.
3464                   </item>
3465                   <item>
3466                       To prepare for removal of the conflicting package, call:
3467                       <example compact="compact">
3468 <var>conflictor's-prerm</var> remove \
3469   in-favour <var>package</var> <var>new-version</var>
3470                       </example>
3471                       Error unwind:
3472                       <example compact="compact">
3473 <var>conflictor's-postinst</var> abort-remove \
3474   in-favour <var>package</var> <var>new-version</var>
3475                       </example>
3476                   </item>
3477                 </enumlist>
3478             </item>
3479
3480             <item>
3481                 <enumlist>
3482                   <item>
3483                       If the package is being upgraded, call:
3484                       <example compact="compact">
3485 <var>new-preinst</var> upgrade <var>old-version</var>
3486                       </example>
3487                   </item>
3488                   <item>
3489                       Otherwise, if the package had some configuration
3490                       files from a previous version installed (i.e., it
3491                       is in the "configuration files only" state):
3492                       <example compact="compact">
3493 <var>new-preinst</var> install <var>old-version</var>
3494                       </example>
3495                   </item>
3496                   <item>
3497                       Otherwise (i.e., the package was completely purged):
3498                       <example compact="compact">
3499 <var>new-preinst</var> install
3500                       </example>
3501                       Error unwind actions, respectively:
3502                       <example compact="compact">
3503 <var>new-postrm</var> abort-upgrade <var>old-version</var>
3504 <var>new-postrm</var> abort-install <var>old-version</var>
3505 <var>new-postrm</var> abort-install
3506                       </example>
3507                   </item>
3508                 </enumlist>
3509             </item>
3510
3511             <item>
3512               <p>
3513                 The new package's files are unpacked, overwriting any
3514                 that may be on the system already, for example any
3515                 from the old version of the same package or from
3516                 another package.  Backups of the old files are kept
3517                 temporarily, and if anything goes wrong the package
3518                 management system will attempt to put them back as
3519                 part of the error unwind.
3520               </p>
3521
3522               <p>
3523                 It is an error for a package to contain files which
3524                 are on the system in another package, unless
3525                 <tt>Replaces</tt> is used (see <ref id="replaces">).
3526                 <!--
3527                 The following paragraph is not currently the case:
3528                 Currently the <tt>- - force-overwrite</tt> flag is
3529                 enabled, downgrading it to a warning, but this may not
3530                 always be the case.
3531                 -->
3532               </p>
3533
3534               <p>
3535                 It is a more serious error for a package to contain a
3536                 plain file or other kind of non-directory where another
3537                 package has a directory (again, unless
3538                 <tt>Replaces</tt> is used).  This error can be
3539                 overridden if desired using
3540                 <tt>--force-overwrite-dir</tt>, but this is not
3541                 advisable.
3542               </p>
3543
3544               <p>
3545                 Packages which overwrite each other's files produce
3546                 behavior which, though deterministic, is hard for the
3547                 system administrator to understand.  It can easily
3548                 lead to "missing" programs if, for example, a package
3549                 is installed which overwrites a file from another
3550                 package, and is then removed again.<footnote>
3551                     Part of the problem is due to what is arguably a
3552                     bug in <prgn>dpkg</prgn>.
3553                 </footnote>
3554               </p>
3555
3556               <p>
3557                 A directory will never be replaced by a symbolic link
3558                 to a directory or vice versa; instead, the existing
3559                 state (symlink or not) will be left alone and
3560                 <prgn>dpkg</prgn> will follow the symlink if there is
3561                 one.
3562               </p>
3563             </item>
3564
3565             <item>
3566               <p>
3567                 <enumlist>
3568                   <item>
3569                       If the package is being upgraded, call
3570                       <example compact="compact">
3571 <var>old-postrm</var> upgrade <var>new-version</var>
3572                       </example>
3573                   </item>
3574                   <item>
3575                       If this fails, <prgn>dpkg</prgn> will attempt:
3576                       <example compact="compact">
3577 <var>new-postrm</var> failed-upgrade <var>old-version</var>
3578                       </example>
3579                       Error unwind, for both cases:
3580                       <example compact="compact">
3581 <var>old-preinst</var> abort-upgrade <var>new-version</var>
3582                       </example>
3583                   </item>
3584                 </enumlist>
3585               </p>
3586
3587               <p>
3588                 This is the point of no return - if
3589                 <prgn>dpkg</prgn> gets this far, it won't back off
3590                 past this point if an error occurs.  This will
3591                 leave the package in a fairly bad state, which
3592                 will require a successful re-installation to clear
3593                 up, but it's when <prgn>dpkg</prgn> starts doing
3594                 things that are irreversible.
3595               </p>
3596             </item>
3597
3598             <item>
3599                 Any files which were in the old version of the package
3600                 but not in the new are removed.
3601             </item>
3602
3603             <item>
3604                 The new file list replaces the old.
3605             </item>
3606
3607             <item>
3608                 The new maintainer scripts replace the old.
3609             </item>
3610
3611             <item>
3612                 Any packages all of whose files have been overwritten
3613                 during the installation, and which aren't required for
3614                 dependencies, are considered to have been removed.
3615                 For each such package
3616                 <enumlist>
3617                   <item>
3618                       <prgn>dpkg</prgn> calls:
3619                       <example compact="compact">
3620 <var>disappearer's-postrm</var> disappear \
3621   <var>overwriter</var> <var>overwriter-version</var>
3622                       </example>
3623                   </item>
3624                   <item>
3625                       The package's maintainer scripts are removed.
3626                   </item>
3627                   <item>
3628                       It is noted in the status database as being in a
3629                       sane state, namely not installed (any conffiles
3630                       it may have are ignored, rather than being
3631                       removed by <prgn>dpkg</prgn>).  Note that
3632                       disappearing packages do not have their prerm
3633                       called, because <prgn>dpkg</prgn> doesn't know
3634                       in advance that the package is going to
3635                       vanish.
3636                   </item>
3637                 </enumlist>
3638             </item>
3639
3640             <item>
3641                 Any files in the package we're unpacking that are also
3642                 listed in the file lists of other packages are removed
3643                 from those lists.  (This will lobotomize the file list
3644                 of the "conflicting" package if there is one.)
3645             </item>
3646
3647             <item>
3648                 The backup files made during installation, above, are
3649                 deleted.
3650             </item>
3651
3652             <item>
3653               <p>
3654                 The new package's status is now sane, and recorded as
3655                 "unpacked".
3656               </p>
3657
3658               <p>
3659                 Here is another point of no return - if the
3660                 conflicting package's removal fails we do not unwind
3661                 the rest of the installation; the conflicting package
3662                 is left in a half-removed limbo.
3663               </p>
3664             </item>
3665
3666             <item>
3667                 If there was a conflicting package we go and do the
3668                 removal actions (described below), starting with the
3669                 removal of the conflicting package's files (any that
3670                 are also in the package being installed have already
3671                 been removed from the conflicting package's file list,
3672                 and so do not get removed now).
3673             </item>
3674           </enumlist>
3675         </p>
3676       </sect>
3677
3678       <sect id="configdetails"><heading>Details of configuration</heading>
3679
3680         <p>
3681           When we configure a package (this happens with <tt>dpkg
3682             --install</tt> and <tt>dpkg --configure</tt>), we first
3683           update any <tt>conffile</tt>s and then call:
3684           <example compact="compact">
3685 <var>postinst</var> configure <var>most-recently-configured-version</var>
3686           </example>
3687         </p>
3688
3689         <p>
3690           No attempt is made to unwind after errors during
3691           configuration.
3692         </p>
3693
3694         <p>
3695           If there is no most recently configured version
3696           <prgn>dpkg</prgn> will pass a null argument; older versions
3697           of dpkg may pass <tt>&lt;unknown&gt;</tt> (including the
3698           angle brackets) in this case.  Even older ones do not pass a
3699           second argument at all, under any circumstances.
3700         </p>
3701       </sect>
3702
3703       <sect id="removedetails"><heading>Details of removal and/or
3704       configuration purging</heading>
3705
3706         <p>
3707           <enumlist>
3708             <item>
3709                 <example compact="compact">
3710 <var>prerm</var> remove
3711                 </example>
3712             </item>
3713             <item>
3714                 The package's files are removed (except <tt>conffile</tt>s).
3715             </item>
3716             <item>
3717                 <example compact="compact">
3718 <var>postrm</var> remove
3719                 </example>
3720             </item>
3721             <item>
3722               <p>
3723                 All the maintainer scripts except the <prgn>postrm</prgn>
3724                 are removed.
3725               </p>
3726
3727               <p>
3728                 If we aren't purging the package we stop here.  Note
3729                 that packages which have no <prgn>postrm</prgn> and no
3730                 <tt>conffile</tt>s are automatically purged when
3731                 removed, as there is no difference except for the
3732                 <prgn>dpkg</prgn> status.
3733               </p>
3734             </item>
3735             <item>
3736                 The <tt>conffile</tt>s and any backup files
3737                 (<tt>~</tt>-files, <tt>#*#</tt> files,
3738                 <tt>%</tt>-files, <tt>.dpkg-{old,new,tmp}</tt>, etc.)
3739                 are removed.
3740             </item>
3741             <item>
3742                 <example compact="compact">
3743 <var>postrm</var> purge
3744                 </example>
3745             </item>
3746             <item>
3747                 The package's file list is removed.
3748             </item>
3749           </enumlist>
3750
3751           No attempt is made to unwind after errors during
3752           removal.
3753         </p>
3754       </sect>
3755     </chapt>
3756
3757
3758     <chapt id="relationships">
3759       <heading>Declaring relationships between packages</heading>
3760
3761       <sect id="depsyntax">
3762         <heading>Syntax of relationship fields</heading>
3763
3764         <p>
3765           These fields all have a uniform syntax.  They are a list of
3766           package names separated by commas.
3767         </p>
3768
3769         <p>
3770           In the <tt>Depends</tt>, <tt>Recommends</tt>,
3771           <tt>Suggests</tt>, <tt>Pre-Depends</tt>,
3772           <tt>Build-Depends</tt> and <tt>Build-Depends-Indep</tt>
3773           control file fields of the package, which declare
3774           dependencies on other packages, the package names listed may
3775           also include lists of alternative package names, separated
3776           by vertical bar (pipe) symbols <tt>|</tt>.  In such a case,
3777           if any one of the alternative packages is installed, that
3778           part of the dependency is considered to be satisfied.
3779         </p>
3780
3781         <p>
3782           All of the fields except for <tt>Provides</tt> may restrict
3783           their applicability to particular versions of each named
3784           package.  This is done in parentheses after each individual
3785           package name; the parentheses should contain a relation from
3786           the list below followed by a version number, in the format
3787           described in <ref id="f-Version">.
3788         </p>
3789
3790         <p>
3791           The relations allowed are <tt>&lt;&lt;</tt>, <tt>&lt;=</tt>,
3792           <tt>=</tt>, <tt>&gt;=</tt> and <tt>&gt;&gt;</tt> for
3793           strictly earlier, earlier or equal, exactly equal, later or
3794           equal and strictly later, respectively.  The deprecated
3795           forms <tt>&lt;</tt> and <tt>&gt;</tt> were used to mean
3796           earlier/later or equal, rather than strictly earlier/later,
3797           so they should not appear in new packages (though
3798           <prgn>dpkg</prgn> still supports them).
3799         </p>
3800
3801         <p>
3802           Whitespace may appear at any point in the version
3803           specification subject to the rules in <ref
3804           id="controlsyntax">, and must appear where it's necessary to
3805           disambiguate; it is not otherwise significant.  For
3806           consistency and in case of future changes to
3807           <prgn>dpkg</prgn> it is recommended that a single space be
3808           used after a version relationship and before a version
3809           number; it is also conventional to put a single space after
3810           each comma, on either side of each vertical bar, and before
3811           each open parenthesis.
3812         </p>
3813
3814         <p>
3815           For example, a list of dependencies might appear as:
3816           <example compact="compact">
3817 Package: mutt
3818 Version: 1.3.17-1
3819 Depends: libc6 (>= 2.2.1), exim | mail-transport-agent
3820           </example>
3821         </p>
3822
3823         <p>
3824           All fields that specify build-time relationships
3825           (<tt>Build-Depends</tt>, <tt>Build-Depends-Indep</tt>,
3826           <tt>Build-Conflicts</tt> and <tt>Build-Conflicts-Indep</tt>)
3827           may be restricted to a certain set of architectures.  This
3828           is indicated in brackets after each individual package name and
3829           the optional version specification.  The brackets enclose a
3830           list of Debian architecture names separated by whitespace.
3831           Exclamation marks may be prepended to each of the names.
3832           (It is not permitted for some names to be prepended with
3833           exclamation marks and others not.) If the current Debian
3834           host architecture is not in this list and there are no
3835           exclamation marks in the list, or it is in the list with a
3836           prepended exclamation mark, the package name and the
3837           associated version specification are ignored completely for
3838           the purposes of defining the relationships.
3839         </p>
3840
3841         <p>
3842           For example:
3843           <example compact="compact">
3844 Source: glibc
3845 Build-Depends-Indep: texinfo
3846 Build-Depends: kernel-headers-2.2.10 [!hurd-i386],
3847   hurd-dev [hurd-i386], gnumach-dev [hurd-i386]
3848           </example>
3849         </p>
3850
3851         <p>
3852           Note that the binary package relationship fields such as
3853           <tt>Depends</tt> appear in one of the binary package
3854           sections of the control file, whereas the build-time
3855           relationships such as <tt>Build-Depends</tt> appear in the
3856           source package section of the control file (which is the
3857           first section).
3858         </p>
3859       </sect>
3860
3861       <sect id="binarydeps">
3862         <heading>Binary Dependencies - <tt>Depends</tt>,
3863           <tt>Recommends</tt>, <tt>Suggests</tt>, <tt>Enhances</tt>,
3864           <tt>Pre-Depends</tt>
3865         </heading>
3866
3867         <p>
3868           Packages can declare in their control file that they have
3869           certain relationships to other packages - for example, that
3870           they may not be installed at the same time as certain other
3871           packages, and/or that they depend on the presence of others.
3872         </p>
3873
3874         <p>
3875           This is done using the <tt>Depends</tt>, <tt>Pre-Depends</tt>,
3876           <tt>Recommends</tt>, <tt>Suggests</tt>, <tt>Enhances</tt> and
3877           <tt>Conflicts</tt> control file fields.
3878         </p>
3879
3880         <p>
3881           These six fields are used to declare a dependency
3882           relationship by one package on another.  Except for
3883           <tt>Enhances</tt>, they appear in the depending (binary)
3884           package's control file.  (<tt>Enhances</tt> appears in the
3885           recommending package's control file.)
3886         </p>
3887
3888         <p>
3889           A <tt>Depends</tt> field takes effect <em>only</em> when a
3890           package is to be configured.  It does not prevent a package
3891           being on the system in an unconfigured state while its
3892           dependencies are unsatisfied, and it is possible to replace
3893           a package whose dependencies are satisfied and which is
3894           properly installed with a different version whose
3895           dependencies are not and cannot be satisfied; when this is
3896           done the depending package will be left unconfigured (since
3897           attempts to configure it will give errors) and will not
3898           function properly.  If it is necessary, a
3899           <tt>Pre-Depends</tt> field can be used, which has a partial
3900           effect even when a package is being unpacked, as explained
3901           in detail below.  (The other three dependency fields,
3902           <tt>Recommends</tt>, <tt>Suggests</tt> and
3903           <tt>Enhances</tt>, are only used by the various front-ends
3904           to <prgn>dpkg</prgn> such as <prgn>dselect</prgn>.)
3905         </p>
3906
3907         <p>
3908           For this reason packages in an installation run are usually
3909           all unpacked first and all configured later; this gives
3910           later versions of packages with dependencies on later
3911           versions of other packages the opportunity to have their
3912           dependencies satisfied.
3913         </p>
3914
3915         <p>
3916           The <tt>Depends</tt> field thus allows package maintainers
3917           to impose an order in which packages should be configured.
3918         </p>
3919
3920         <p>
3921           The meaning of the five dependency fields is as follows:
3922           <taglist>
3923             <tag><tt>Depends</tt></tag>
3924             <item>
3925               <p>
3926                 This declares an absolute dependency.  A package will
3927                 not be configured unless all of the packages listed in
3928                 its <tt>Depends</tt> field have been correctly
3929                 configured.
3930               </p>
3931
3932               <p>
3933                 The <tt>Depends</tt> field should be used if the
3934                 depended-on package is required for the depending
3935                 package to provide a significant amount of
3936                 functionality.
3937               </p>
3938
3939               <p>
3940                 The <tt>Depends</tt> field should also be used if the
3941                 <prgn>postinst</prgn>, <prgn>prerm</prgn> or
3942                 <prgn>postrm</prgn> scripts require the package to be
3943                 present in order to run.  Note, however, that the
3944                 <prgn>postrm</prgn> cannot rely on any non-essential
3945                 packages to be present during the <tt>purge</tt>
3946                 phase.
3947             </item>
3948
3949             <tag><tt>Recommends</tt></tag>
3950             <item>
3951               <p>
3952                 This declares a strong, but not absolute, dependency.
3953               </p>
3954
3955               <p>
3956                 The <tt>Recommends</tt> field should list packages
3957                 that would be found together with this one in all but
3958                 unusual installations.
3959               </p>
3960             </item>
3961
3962             <tag><tt>Suggests</tt></tag>
3963             <item>
3964                 This is used to declare that one package may be more
3965                 useful with one or more others.  Using this field
3966                 tells the packaging system and the user that the
3967                 listed packages are related to this one and can
3968                 perhaps enhance its usefulness, but that installing
3969                 this one without them is perfectly reasonable.
3970             </item>
3971
3972             <tag><tt>Enhances</tt></tag>
3973             <item>
3974                 This field is similar to Suggests but works in the
3975                 opposite direction. It is used to declare that a
3976                 package can enhance the functionality of another
3977                 package.
3978             </item>
3979
3980             <tag><tt>Pre-Depends</tt></tag>
3981             <item>
3982               <p>
3983                 This field is like <tt>Depends</tt>, except that it
3984                 also forces <prgn>dpkg</prgn> to complete installation
3985                 of the packages named before even starting the
3986                 installation of the package which declares the
3987                 pre-dependency, as follows:
3988               </p>
3989
3990               <p>
3991                 When a package declaring a pre-dependency is about to
3992                 be <em>unpacked</em> the pre-dependency can be
3993                 satisfied if the depended-on package is either fully
3994                 configured, <em>or even if</em> the depended-on
3995                 package(s) are only unpacked or half-configured,
3996                 provided that they have been configured correctly at
3997                 some point in the past (and not removed or partially
3998                 removed since).  In this case, both the
3999                 previously-configured and currently unpacked or
4000                 half-configured versions must satisfy any version
4001                 clause in the <tt>Pre-Depends</tt> field.
4002               </p>
4003
4004               <p>
4005                 When the package declaring a pre-dependency is about
4006                 to be <em>configured</em>, the pre-dependency will be
4007                 treated as a normal <tt>Depends</tt>, that is, it will
4008                 be considered satisfied only if the depended-on
4009                 package has been correctly configured.
4010               </p>
4011
4012               <p>
4013                 <tt>Pre-Depends</tt> should be used sparingly,
4014                 preferably only by packages whose premature upgrade or
4015                 installation would hamper the ability of the system to
4016                 continue with any upgrade that might be in progress.
4017               </p>
4018
4019               <p>
4020                 <tt>Pre-Depends</tt> are also required if the
4021                 <prgn>preinst</prgn> script depends on the named
4022                 package.  It is best to avoid this situation if
4023                 possible.
4024               </p>
4025             </item>
4026           </taglist>
4027         </p>
4028
4029         <p>
4030           When selecting which level of dependency to use you should
4031           consider how important the depended-on package is to the
4032           functionality of the one declaring the dependency.  Some
4033           packages are composed of components of varying degrees of
4034           importance.  Such a package should list using
4035           <tt>Depends</tt> the package(s) which are required by the
4036           more important components.  The other components'
4037           requirements may be mentioned as Suggestions or
4038           Recommendations, as appropriate to the components' relative
4039           importance.
4040         </p>
4041       </sect>
4042
4043       <sect id="conflicts">
4044         <heading>Conflicting binary packages - <tt>Conflicts</tt></heading>
4045
4046         <p>
4047           When one binary package declares a conflict with another
4048           using a <tt>Conflicts</tt> field, <prgn>dpkg</prgn> will
4049           refuse to allow them to be installed on the system at the
4050           same time.
4051         </p>
4052
4053         <p>
4054           If one package is to be installed, the other must be removed
4055           first - if the package being installed is marked as
4056           replacing (see <ref id="replaces">) the one on the system,
4057           or the one on the system is marked as deselected, or both
4058           packages are marked <tt>Essential</tt>, then
4059           <prgn>dpkg</prgn> will automatically remove the package
4060           which is causing the conflict, otherwise it will halt the
4061           installation of the new package with an error.  This
4062           mechanism is specifically designed to produce an error when
4063           the installed package is <tt>Essential</tt>, but the new
4064           package is not.
4065         </p>
4066
4067         <p>
4068           A package will not cause a conflict merely because its
4069           configuration files are still installed; it must be at least
4070           half-installed.
4071         </p>
4072
4073         <p>
4074           A special exception is made for packages which declare a
4075           conflict with their own package name, or with a virtual
4076           package which they provide (see below): this does not
4077           prevent their installation, and allows a package to conflict
4078           with others providing a replacement for it.  You use this
4079           feature when you want the package in question to be the only
4080           package providing some feature.
4081         </p>
4082
4083         <p>
4084           A <tt>Conflicts</tt> entry should almost never have an
4085           "earlier than" version clause.  This would prevent
4086           <prgn>dpkg</prgn> from upgrading or installing the package
4087           which declared such a conflict until the upgrade or removal
4088           of the conflicted-with package had been completed.
4089         </p>
4090       </sect>
4091
4092       <sect id="virtual"><heading>Virtual packages - <tt>Provides</tt>
4093         </heading>
4094
4095         <p>
4096           As well as the names of actual ("concrete") packages, the
4097           package relationship fields <tt>Depends</tt>,
4098           <tt>Recommends</tt>, <tt>Suggests</tt>, <tt>Enhances</tt>,
4099           <tt>Pre-Depends</tt>, <tt>Conflicts</tt>,
4100           <tt>Build-Depends</tt>, <tt>Build-Depends-Indep</tt>,
4101           <tt>Build-Conflicts</tt> and <tt>Build-Conflicts-Indep</tt>
4102           may mention "virtual packages".
4103         </p>
4104
4105         <p>
4106           A <em>virtual package</em> is one which appears in the
4107           <tt>Provides</tt> control file field of another package.
4108           The effect is as if the package(s) which provide a
4109           particular virtual package name had been listed by name
4110           everywhere the virtual package name appears. (See also <ref
4111             id="virtual_pkg">)
4112         </p>
4113
4114         <p>
4115           If there are both concrete and virtual packages of the same
4116           name, then the dependency may be satisfied (or the conflict
4117           caused) by either the concrete package with the name in
4118           question or any other concrete package which provides the
4119           virtual package with the name in question.  This is so that,
4120           for example, supposing we have
4121           <example compact="compact">
4122 Package: foo
4123 Depends: bar
4124           </example>
4125           and someone else releases an enhanced version of the
4126           <tt>bar</tt> package (for example, a non-US variant), they
4127           can say:
4128           <example compact="compact">
4129 Package: bar-plus
4130 Provides: bar
4131           </example>
4132           and the <tt>bar-plus</tt> package will now also satisfy the
4133           dependency for the <tt>foo</tt> package.
4134         </p>
4135
4136         <p>
4137           If a dependency or a conflict has a version number attached
4138           then only real packages will be considered to see whether
4139           the relationship is satisfied (or the prohibition violated,
4140           for a conflict) - it is assumed that a real package which
4141           provides the virtual package is not of the "right" version.
4142           So, a <tt>Provides</tt> field may not contain version
4143           numbers, and the version number of the concrete package
4144           which provides a particular virtual package will not be
4145           looked at when considering a dependency on or conflict with
4146           the virtual package name.
4147         </p>
4148
4149         <p>
4150           It is likely that the ability will be added in a future
4151           release of <prgn>dpkg</prgn> to specify a version number for
4152           each virtual package it provides.  This feature is not yet
4153           present, however, and is expected to be used only
4154           infrequently.
4155         </p>
4156
4157         <p>
4158           If you want to specify which of a set of real packages
4159           should be the default to satisfy a particular dependency on
4160           a virtual package, you should list the real package as an
4161           alternative before the virtual one.
4162         </p>
4163       </sect>
4164
4165
4166       <sect id="replaces"><heading>Overwriting files and replacing
4167           packages - <tt>Replaces</tt></heading>
4168
4169         <p>
4170           Packages can declare in their control file that they should
4171           overwrite files in certain other packages, or completely
4172           replace other packages. The <tt>Replaces</tt> control file
4173           field has these two distinct purposes.
4174         </p>
4175
4176         <sect1><heading>Overwriting files in other packages</heading>
4177
4178           <p>
4179             Firstly, as mentioned before, it is usually an error for a
4180             package to contain files which are on the system in
4181             another package.
4182           </p>
4183
4184           <p>
4185             However, if the overwriting package declares that it
4186             <tt>Replaces</tt> the one containing the file being
4187             overwritten, then <prgn>dpkg</prgn> will replace the file
4188             from the old package with that from the new.  The file
4189             will no longer be listed as "owned" by the old package.
4190           </p>
4191
4192           <p>
4193             If a package is completely replaced in this way, so that
4194             <prgn>dpkg</prgn> does not know of any files it still
4195             contains, it is considered to have "disappeared".  It will
4196             be marked as not wanted on the system (selected for
4197             removal) and not installed.  Any <tt>conffile</tt>s
4198             details noted for the package will be ignored, as they
4199             will have been taken over by the overwriting package.  The
4200             package's <prgn>postrm</prgn> script will be run with a
4201             special argument to allow the package to do any final
4202             cleanup required.  See <ref id="mscriptsinstact">.
4203           </p>
4204
4205           <p>
4206             If an installed package, <tt>foo</tt> say, declares that
4207             it replaces another, <tt>bar</tt>, and an attempt is made
4208             to install <tt>bar</tt>, <prgn>dpkg</prgn> will discard
4209             files in the <tt>bar</tt> package which would overwrite
4210             those already present in <tt>foo</tt>.  This is so that
4211             you can install an older version of a package without
4212             problems.
4213           </p>
4214
4215           <p>
4216             For this usage of <tt>Replaces</tt>, virtual packages (see
4217             <ref id="virtual">) are not considered when looking at a
4218             <tt>Replaces</tt> field - the packages declared as being
4219             replaced must be mentioned by their real names.
4220           </p>
4221
4222           <p>
4223             Furthermore, this usage of <tt>Replaces</tt> only takes
4224             effect when both packages are at least partially on the
4225             system at once, so that it can only happen if they do not
4226             conflict or if the conflict has been overridden.
4227           </p>
4228
4229         </sect1>
4230
4231         <sect1><heading>Replacing whole packages, forcing their
4232             removal</heading>
4233
4234           <p>
4235             Secondly, <tt>Replaces</tt> allows the packaging system to
4236             resolve which package should be removed when there is a
4237             conflict - see <ref id="conflicts">.  This usage only
4238             takes effect when the two packages <em>do</em> conflict,
4239             so that the two usages of this field do not interfere with
4240             each other.
4241           </p>
4242
4243           <p>
4244             In this situation, the package declared as being replaced
4245             can be a virtual package, so for example, all mail
4246             transport agents (MTAs) would have the following fields in
4247             their control files:
4248             <example compact="compact">
4249 Provides: mail-transport-agent
4250 Conflicts: mail-transport-agent
4251 Replaces: mail-transport-agent
4252             </example>
4253             ensuring that only one MTA can be installed at any one
4254             time.
4255         </sect1>
4256       </sect>
4257
4258       <sect id="sourcebinarydeps">
4259         <heading>Relationships between source and binary packages -
4260           <tt>Build-Depends</tt>, <tt>Build-Depends-Indep</tt>,
4261           <tt>Build-Conflicts</tt>, <tt>Build-Conflicts-Indep</tt>
4262         </heading>
4263
4264         <p>
4265           Source packages that require certain binary packages to be
4266           installed or absent at the time of building the package
4267           can declare relationships to those binary packages.
4268         </p>
4269
4270         <p>
4271           This is done using the <tt>Build-Depends</tt>,
4272           <tt>Build-Depends-Indep</tt>, <tt>Build-Conflicts</tt> and
4273           <tt>Build-Conflicts-Indep</tt> control file fields.
4274         </p>
4275
4276         <p>
4277           Build-dependencies on "build-essential" binary packages can be
4278           omitted. Please see <ref id="pkg-relations"> for more information.
4279         </p>
4280
4281         <p>
4282           The dependencies and conflicts they define must be satisfied
4283           (as defined earlier for binary packages) in order to invoke
4284           the targets in <tt>debian/rules</tt>, as follows:<footnote>
4285             <p>
4286               If you make "build-arch" or "binary-arch", you need
4287               Build-Depends.  If you make "build-indep" or
4288               "binary-indep", you need Build-Depends and
4289               Build-Depends-Indep.  If you make "build" or "binary",
4290               you need both.
4291             </p>
4292             <p>
4293               There is no Build-Depends-Arch; the autobuilders will
4294               only need the Build-Depends if they know how to build
4295               only build-arch and binary-arch.  Anyone building the
4296               build-indep/binary-indep targets is basically assumed to
4297               be building the whole package and so installs all build
4298               dependencies.
4299             </p>
4300             <p>
4301               The purpose of the original split, I recall, was so that
4302               the autobuilders wouldn't need to install extra packages
4303               needed only for the binary-indep targets.  But without a
4304               build-arch/build-indep split, this didn't work, since
4305               most of the work is done in the build target, not in the
4306               binary target.
4307             </p>
4308           </footnote>
4309
4310           <taglist>
4311             <tag><tt>Build-Depends</tt>, <tt>Build-Conflicts</tt></tag>
4312             <item>
4313                 The <tt>Build-Depends</tt> and
4314                 <tt>Build-Conflicts</tt> fields must be satisfied when
4315                 any of the following targets is invoked:
4316                 <tt>build</tt>, <tt>clean</tt>, <tt>binary</tt>,
4317                 <tt>binary-arch</tt>, <tt>build-arch</tt>,
4318                 <tt>build-indep</tt> and <tt>binary-indep</tt>.
4319             </item>
4320             <tag><tt>Build-Depends-Indep</tt>,
4321               <tt>Build-Conflicts-Indep</tt></tag>
4322             <item>
4323                 The <tt>Build-Depends-Indep</tt> and
4324                 <tt>Build-Conflicts-Indep</tt> fields must be
4325                 satisfied when any of the following targets is
4326                 invoked: <tt>build</tt>, <tt>build-indep</tt>,
4327                 <tt>binary</tt> and <tt>binary-indep</tt>.
4328             </item>
4329           </taglist>
4330         </p>
4331
4332       </sect>
4333
4334     </chapt>
4335
4336
4337     <chapt id="sharedlibs"><heading>Shared libraries</heading>
4338
4339       <p>
4340         Packages containing shared libraries must be constructed with
4341         a little care to make sure that the shared library is always
4342         available.  This is especially important for packages whose
4343         shared libraries are vitally important, such as the C library
4344         (currently <tt>libc6</tt>).
4345       </p>
4346
4347       <p>
4348         Packages involving shared libraries should be split up into
4349         several binary packages. This section mostly deals with how
4350         this separation is to be accomplished; rules for files within
4351         the shared library packages are in <ref id="libraries"> instead.
4352       </p>
4353
4354       <sect id="sharedlibs-runtime">
4355         <heading>Run-time shared libraries</heading>
4356
4357       <p>
4358         The run-time shared library needs to be placed in a package called
4359         <package><var>libraryname</var><var>soversion</var></package>, where
4360         <file><var>soversion</var></file> is the version number in the
4361         soname of the shared library<footnote>
4362               The soname is the shared object name: it's the thing
4363               that has to match exactly between building an executable
4364               and running it for the dynamic linker to be able run the
4365               program.  For example, if the soname of the library is
4366               <file>libfoo.so.6</file>, the library package would be
4367               called <file>libfoo6</file>.
4368           </footnote>.
4369         Alternatively, if it would be confusing to directly append
4370         <var>soversion</var> to <var>libraryname</var> (e.g. because
4371         <var>libraryname</var> itself ends in a number), you may use
4372         <package><var>libraryname</var>-<var>soversion</var></package> and
4373         <package><var>libraryname</var>-<var>soversion</var>-dev</package>
4374         instead.
4375       </p>
4376
4377       <p>
4378         If you have several shared libraries built from the same
4379         source tree you may lump them all together into a single
4380         shared library package, provided that you change all of
4381         their sonames at once (so that you don't get filename
4382         clashes if you try to install different versions of the
4383         combined shared libraries package).
4384       </p>
4385
4386       <p>
4387         The package should install the shared libraries under
4388         their normal names.  For example, the <package>libgdbmg1</package>
4389         package should install <file>libgdbm.so.1.7.3</file> as
4390         <file>/usr/lib/libgdbm.so.1.7.3</file>.  The files should not be
4391         renamed or re-linked by any <prgn>prerm</prgn> or
4392         <prgn>postrm</prgn> scripts; <prgn>dpkg</prgn> will take care
4393         of renaming things safely without affecting running programs,
4394         and attempts to interfere with this are likely to lead to
4395         problems.
4396       </p>
4397
4398       <p>
4399         Shared libraries should not be installed executable, since
4400         the dynamic linker does not require this and trying to
4401         execute a shared library usually results in a core dump.
4402       </p>
4403
4404       <p>
4405         The run-time library package should include the symbolic link that
4406         <prgn>ldconfig</prgn> would create for the shared libraries.
4407         For example, the <package>libgdbmg1</package> package should include
4408         a symbolic link from <file>/usr/lib/libgdbm.so.1</file> to
4409         <file>libgdbm.so.1.7.3</file>.  This is needed so that the dynamic
4410         linker (for example <prgn>ld.so</prgn> or
4411         <prgn>ld-linux.so.*</prgn>) can find the library between the
4412         time that <prgn>dpkg</prgn> installs it and the time that
4413         <prgn>ldconfig</prgn> is run in the <prgn>postinst</prgn>
4414         script.<footnote>
4415             The package management system requires the library to be
4416             placed before the symbolic link pointing to it in the
4417             <file>.deb</file> file.  This is so that when
4418             <prgn>dpkg</prgn> comes to install the symlink
4419             (overwriting the previous symlink pointing at an older
4420             version of the library), the new shared library is already
4421             in place.  In the past, this was achieved by creating the
4422             library in the temporary packaging directory before
4423             creating the symlink.  Unfortunately, this was not always
4424             effective, since the building of the tar file in the
4425             <file>.deb</file> depended on the behavior of the underlying
4426             file system.  Some file systems (such as reiserfs) reorder
4427             the files so that the order of creation is forgotten.
4428             Since version 1.7.0, <prgn>dpkg</prgn>
4429             reorders the files itself as necessary when building a
4430             package.  Thus it is no longer important to concern
4431             oneself with the order of file creation.
4432         </footnote>
4433       </p>
4434
4435         <sect1 id="ldconfig">
4436           <heading><tt>ldconfig</tt></heading>
4437
4438         <p>
4439           Any package installing shared libraries in one of the default
4440           library directories of the dynamic linker (which are currently
4441           <file>/usr/lib</file> and <file>/lib</file>) or a directory that is
4442           listed in <file>/etc/ld.so.conf</file><footnote>
4443             These are currently
4444             <list compact="compact">
4445               <item>/usr/X11R6/lib/Xaw3d</item>
4446               <item>/usr/local/lib</item>
4447               <item>/usr/lib/libc5-compat</item>
4448               <item>/lib/libc5-compat</item>
4449               <item>/usr/X11R6/lib</item>
4450             </list>
4451           </footnote>
4452           must use <prgn>ldconfig</prgn> to update the shared library
4453           system.
4454         </p>
4455
4456         <p>
4457           The package must call <prgn>ldconfig</prgn> in the
4458           <prgn>postinst</prgn> script if the first argument is
4459           <tt>configure</tt>; the <prgn>postinst</prgn> script may
4460           optionally invoke <prgn>ldconfig</prgn> at other times.  The
4461           package should call <prgn>ldconfig</prgn> in the
4462           <prgn>postrm</prgn> script if the first argument is
4463           <tt>remove</tt>.  The maintainer scripts must not invoke
4464           <prgn>ldconfig</prgn> under any circumstances other than those
4465           described in this paragraph.<footnote>
4466             <p>
4467               During install or upgrade, the preinst is called before
4468               the new files are installed, so calling "ldconfig" is
4469               pointless.  The preinst of an existing package can also be
4470               called if an upgrade fails.  However, this happens during
4471               the critical time when a shared libs may exist on-disk
4472               under a temporary name.  Thus, it is dangerous and
4473               forbidden by current policy to call "ldconfig" at this
4474               time.
4475             </p>
4476
4477             <p>
4478               When a package is installed or upgraded, "postinst
4479               configure" runs after the new files are safely on-disk.
4480               Since it is perfectly safe to invoke ldconfig
4481               unconditionally in a postinst, it is OK for a package to
4482               simply put ldconfig in its postinst without checking the
4483               argument.  The postinst can also be called to recover from
4484               a failed upgrade.  This happens before any new files are
4485               unpacked, so there is no reason to call "ldconfig" at this
4486               point.
4487             </p>
4488
4489             <p>
4490               For a package that is being removed, prerm is
4491               called with all the files intact, so calling ldconfig is
4492               useless.  The other calls to "prerm" happen in the case of
4493               upgrade at a time when all the files of the old package
4494               are on-disk, so again calling "ldconfig" is pointless.
4495             </p>
4496
4497             <p>
4498               postrm, on the other hand, is called with the "remove"
4499               argument just after the files are removed, so this is the
4500               proper time to call "ldconfig" to notify the system of the
4501               fact shared libraries from the package are removed.
4502               The postrm can be called at several other times.  At the
4503               time of "postrm purge", "postrm abort-install", or "postrm
4504               abort-upgrade", calling "ldconfig" is useless because the
4505               shared lib files are not on-disk.  However, when "postrm"
4506               is invoked with arguments "upgrade", "failed-upgrade", or
4507               "disappear", a shared lib may exist on-disk under a
4508               temporary filename.
4509             </p>
4510           </footnote>
4511         </p>
4512         </sect1>
4513
4514       </sect>
4515
4516       <sect id="sharedlibs-runtime-progs">
4517         <heading>Run-time support programs</heading>
4518
4519       <p>
4520         If your package has some run-time support programs which use
4521         the shared library you must not put them in the shared
4522         library package.  If you do that then you won't be able to
4523         install several versions of the shared library without
4524         getting filename clashes.
4525       </p>
4526
4527       <p>
4528         Instead, either create another package for the runtime binaries
4529         (this package might typically be named
4530         <package><var>libraryname</var>-runtime</package>; note the absence
4531         of the <var>soversion</var> in the package name), or if the
4532         development package is small, include them in there.
4533       </p>
4534       </sect>
4535
4536       <sect id="sharedlibs-static">
4537         <heading>Static libraries</heading>
4538
4539       <p>
4540         The static library (<file><var>libraryname.a</var></file>)
4541         is usually provided in addition to the shared version.
4542         It is placed into the development package (see below).
4543       </p>
4544
4545       <p>
4546         In some cases, it is acceptable for a library to be
4547         available in static form only; these cases include:
4548         <list>
4549           <item>libraries for languages whose shared library support
4550                 is immature or unstable</item>
4551           <item>libraries whose interfaces are in flux or under
4552                 development (commonly the case when the library's
4553                 major version number is zero, or where the ABI breaks
4554                 across patchlevels)</item>
4555           <item>libraries which are explicitly intended to be
4556                 available only in static form by their upstream
4557                 author(s)</item>
4558         </list>
4559       </p>
4560
4561       <sect id="sharedlibs-dev">
4562         <heading>Development files</heading>
4563
4564       <p>
4565         The development files associated to a shared library need to be
4566         placed in a package called
4567         <package><var>libraryname</var><var>soversion</var>-dev</package>,
4568         or if you prefer only to support one development version at a
4569         time, <package><var>libraryname</var>-dev</package>.
4570       </p>
4571
4572       <p>
4573         In case several development versions of a library exist, you may
4574         need to use <prgn>dpkg</prgn>'s Conflicts mechanism (see
4575         <ref id="conflicts">) to ensure that the user only installs one
4576         development version at a time (as different development versions are
4577         likely to have the same header files in them, which would cause a
4578         filename clash if both were installed).
4579       </p>
4580
4581       <p>
4582         The development package should contain a symlink for the associated
4583         shared library without a version number. For example, the
4584         <package>libgdbmg1-dev</package> package should include a symlink
4585         from <file>/usr/lib/libgdbm.so</file> to
4586         <file>libgdbm.so.1.7.3</file>.  This symlink is needed by the linker
4587         (<prgn>ld</prgn>) when compiling packages, as it will only look for
4588         <file>libgdbm.so</file> when compiling dynamically.
4589       </p>
4590       </sect>
4591
4592       <sect id="sharedlibs-intradeps">
4593         <heading>Dependencies between the packages of the same library</heading>
4594
4595         <p>
4596           Typically the development version should have an exact
4597           version dependency on the runtime library, to make sure that
4598           compilation and linking happens correctly.  The
4599           <tt>${Source-Version}</tt> substitution variable can be
4600           useful for this purpose.
4601         </p>
4602       </sect>
4603
4604       <sect id="sharedlibs-shlibdeps">
4605         <heading>Dependencies between the library and other packages -
4606         the <tt>shlibs</tt> system</heading>
4607
4608         <p>
4609           If a package contains a binary or library which links to a
4610           shared library, we must ensure that when the package is
4611           installed on the system, all of the libraries needed are
4612           also installed.  This requirement led to the creation of the
4613           <tt>shlibs</tt> system, which is very simple in its design:
4614           any package which <em>provides</em> a shared library also
4615           provides information on the package dependencies required to
4616           ensure the presence of this library, and any package which
4617           <em>uses</em> a shared library uses this information to
4618           determine the dependencies it requires.  The files which
4619           contain the mapping from shared libraries to the necessary
4620           dependency information are called <file>shlibs</file> files.
4621         </p>
4622
4623         <p>
4624           Thus, when a package is built which contains any shared
4625           libraries, it must provide a <file>shlibs</file> file for other
4626           packages to use, and when a package is built which contains
4627           any shared libraries or compiled binaries, it must run
4628           <prgn>dpkg-shlibdeps</prgn> on these to determine the
4629           libraries used and hence the dependencies needed by this
4630           package.<footnote>
4631             <p>
4632               In the past, the shared libraries linked to were
4633               determined by calling <prgn>ldd</prgn>, but now
4634               <prgn>objdump</prgn> is used to do this.  The only
4635               change this makes to package building is that
4636               <prgn>dpkg-shlibdeps</prgn> must also be run on shared
4637               libraries, whereas in the past this was unnecessary.
4638               The rest of this footnote explains the advantage that
4639               this method gives.
4640             </p>
4641
4642             <p>
4643               We say that a binary <tt>foo</tt> <em>directly</em> uses
4644               a library <tt>libbar</tt> if it is explicitly linked
4645               with that library (that is, it uses the flag
4646               <tt>-lbar</tt> during the linking stage).  Other
4647               libraries that are needed by <tt>libbar</tt> are linked
4648               <em>indirectly</em> to <tt>foo</tt>, and the dynamic
4649               linker will load them automatically when it loads
4650               <tt>libbar</tt>.  A package should depend on
4651               the libraries it directly uses, and the dependencies for
4652               those libraries should automatically pull in the other
4653               libraries.
4654             </p>
4655
4656             <p>
4657               Unfortunately, the <prgn>ldd</prgn> program shows both
4658               the directly and indirectly used libraries, meaning that
4659               the dependencies determined included both direct and
4660               indirect dependencies.  The use of <prgn>objdump</prgn>
4661               avoids this problem by determining only the directly
4662               used libraries.
4663             </p>
4664
4665             <p>
4666               A good example of where this helps is the following.  We
4667               could update <tt>libimlib</tt> with a new version that
4668               supports a new graphics format called dgf (but retaining
4669               the same major version number).  If we used the old
4670               <prgn>ldd</prgn> method, every package that uses
4671               <tt>libimlib</tt> would need to be recompiled so it
4672               would also depend on <tt>libdgf</tt> or it wouldn't run
4673               due to missing symbols.  However with the new system,
4674               packages using <tt>libimlib</tt> can rely on
4675               <tt>libimlib</tt> itself having the dependency on
4676               <tt>libdgf</tt> and so they would not need rebuilding.
4677             </p>
4678           </footnote>
4679         </p>
4680
4681         <p>
4682           In the following sections, we will first describe where the
4683           various <tt>shlibs</tt> files are to be found, then how to
4684           use <prgn>dpkg-shlibdeps</prgn>, and finally the
4685           <tt>shlibs</tt> file format and how to create them if your
4686           package contains a shared library.
4687         </p>
4688
4689       <sect1>
4690         <heading>The <tt>shlibs</tt> files present on the system</heading>
4691
4692         <p>
4693           There are several places where <tt>shlibs</tt> files are
4694           found.  The following list gives them in the order in which
4695           they are read by <prgn>dpkg-shlibdeps</prgn>.  (The first
4696           one which gives the required information is used.)
4697         </p>
4698
4699         <p>
4700           <list>
4701             <item>
4702               <p><file>debian/shlibs.local</file></p>
4703
4704               <p>
4705                 This lists overrides for this package.  Its use is
4706                 described below (see <ref id="shlibslocal">).
4707               </p>
4708             </item>
4709
4710             <item>
4711               <p><file>/etc/dpkg/shlibs.override</file></p>
4712
4713               <p>
4714                 This lists global overrides.  This list is normally
4715                 empty.  It is maintained by the local system
4716                 administrator.
4717               </p>
4718             </item>
4719
4720             <item>
4721               <p><file>DEBIAN/shlibs</file> files in the "build directory"</p>
4722
4723               <p>
4724                 When packages are being built, any
4725                 <file>debian/shlibs</file> files are copied into the
4726                 control file area of the temporary build directory and
4727                 given the name <file>shlibs</file>.  These files give
4728                 details of any shared libraries included in the
4729                 package.<footnote>
4730                     An example may help here.  Let us say that the
4731                     source package <tt>foo</tt> generates two binary
4732                     packages, <tt>libfoo2</tt> and
4733                     <tt>foo-runtime</tt>.  When building the binary
4734                     packages, the two packages are created in the
4735                     directories <file>debian/libfoo2</file> and
4736                     <file>debian/foo-runtime</file> respectively.
4737                     (<file>debian/tmp</file> could be used instead of one
4738                     of these.)  Since <tt>libfoo2</tt> provides the
4739                     <tt>libfoo</tt> shared library, it will require a
4740                     <tt>shlibs</tt> file, which will be installed in
4741                     <file>debian/libfoo2/DEBIAN/shlibs</file>, eventually
4742                     to become
4743                     <file>/var/lib/dpkg/info/libfoo2.shlibs</file>.  Then
4744                     when <prgn>dpkg-shlibdeps</prgn> is run on the
4745                     executable
4746                     <file>debian/foo-runtime/usr/bin/foo-prog</file>, it
4747                     will examine the
4748                     <file>debian/libfoo2/DEBIAN/shlibs</file> file to
4749                     determine whether <tt>foo-prog</tt>'s library
4750                     dependencies are satisfied by any of the libraries
4751                     provided by <tt>libfoo2</tt>.  For this reason,
4752                     <prgn>dpkg-shlibdeps</prgn> must only be run once
4753                     all of the individual binary packages'
4754                     <tt>shlibs</tt> files have been installed into the
4755                     build directory.
4756                 </footnote>
4757               </p>
4758             </item>
4759
4760             <item>
4761               <p><file>/var/lib/dpkg/info/*.shlibs</file></p>
4762
4763               <p>
4764                 These are the <file>shlibs</file> files corresponding to
4765                 all of the packages installed on the system, and are
4766                 maintained by the relevant package maintainers.
4767               </p>
4768             </item>
4769
4770             <item>
4771               <p><file>/etc/dpkg/shlibs.default</file></p>
4772
4773               <p>
4774                 This file lists any shared libraries whose packages
4775                 have failed to provide correct <file>shlibs</file> files.
4776                 It was used when the <file>shlibs</file> setup was first
4777                 introduced, but it is now normally empty.  It is
4778                 maintained by the <tt>dpkg</tt> maintainer.
4779               </p>
4780             </item>
4781           </list>
4782         </p>
4783       </sect1>
4784
4785       <sect1>
4786         <heading>How to use <prgn>dpkg-shlibdeps</prgn> and the
4787             <file>shlibs</file> files</heading>
4788
4789         <p>
4790           Put a call to <prgn>dpkg-shlibdeps</prgn> into your
4791           <file>debian/rules</file> file.  If your package contains only
4792           compiled binaries and libraries (but no scripts), you can
4793           use a command such as:
4794           <example compact="compact">
4795 dpkg-shlibdeps debian/tmp/usr/bin/* debian/tmp/usr/sbin/* \
4796   debian/tmp/usr/lib/*
4797           </example>
4798           Otherwise, you will need to explicitly list the compiled
4799           binaries and libraries.<footnote>
4800               If you are using <tt>debhelper</tt>, the
4801               <prgn>dh_shlibdeps</prgn> program will do this work for
4802               you.  It will also correctly handle multi-binary
4803               packages.
4804           </footnote>
4805         </p>
4806
4807         <p>
4808           This command puts the dependency information into the
4809           <file>debian/substvars</file> file, which is then used by
4810           <prgn>dpkg-gencontrol</prgn>.  You will need to place a
4811           <tt>${shlib:Depends}</tt> variable in the <tt>Depends</tt>
4812           field in the control file for this to work.
4813         </p>
4814
4815         <p>
4816           If <prgn>dpkg-shlibdeps</prgn> doesn't complain, you're
4817           done.  If it does complain you might need to create your own
4818           <file>debian/shlibs.local</file> file, as explained below (see
4819           <ref id="shlibslocal">).
4820         </p>
4821
4822         <p>
4823           If you have multiple binary packages, you will need to call
4824           <prgn>dpkg-shlibdeps</prgn> on each one which contains
4825           compiled libraries or binaries.  In such a case, you will
4826           need to use the <tt>-T</tt> option to the <tt>dpkg</tt>
4827           utilities to specify a different <file>substvars</file> file.
4828           For more details on this and other options, see <manref
4829           name="dpkg-shlibdeps" section="1">.
4830         </p>
4831       </sect1>
4832
4833       <sect1 id="shlibs">
4834         <heading>The <file>shlibs</file> File Format</heading>
4835
4836         <p>
4837           Each <file>shlibs</file> file has the same format.  Lines
4838           beginning with <tt>#</tt> are considered to be comments and
4839           are ignored.  Each line is of the form:
4840           <example compact="compact">
4841 <var>library-name</var> <var>soname-version-number</var> <var>dependencies ...</var>
4842           </example>
4843         </p>
4844
4845         <p>
4846           We will explain this by reference to the example of the
4847           <tt>zlib1g</tt> package, which (at the time of writing)
4848           installs the shared library <file>/usr/lib/libz.so.1.1.3</file>.
4849         </p>
4850
4851         <p>
4852           <var>library-name</var> is the name of the shared library,
4853           in this case <tt>libz</tt>.  (This must match the name part
4854           of the soname, see below.)
4855         </p>
4856
4857         <p>
4858           <var>soname-version-number</var> is the version part of the
4859           soname of the library.  The soname is the thing that must
4860           exactly match for the library to be recognized by the
4861           dynamic linker, and is usually of the form
4862           <tt><var>name</var>.so.<var>major-version</var></tt>, in our
4863           example, <tt>libz.so.1</tt>.<footnote>
4864               This can be determined using the command
4865               <example compact="compact">
4866 objdump -p /usr/lib/libz.so.1.1.3 | grep SONAME
4867               </example>
4868           </footnote>
4869           The version part is the part which comes after
4870           <tt>.so.</tt>, so in our case, it is <tt>1</tt>.
4871         </p>
4872
4873         <p>
4874           <var>dependencies</var> has the same syntax as a dependency
4875           field in a binary package control file.  It should give
4876           details of which packages are required to satisfy a binary
4877           built against the version of the library contained in the
4878           package.  See <ref id="depsyntax"> for details.
4879         </p>
4880
4881         <p>
4882           In our example, if the first version of the <tt>zlib1g</tt>
4883           package which contained a minor number of at least
4884           <tt>1.3</tt> was <var>1:1.1.3-1</var>, then the
4885           <tt>shlibs</tt> entry for this library could say:
4886           <example compact="compact">
4887 libz 1 zlib1g (>= 1:1.1.3)
4888           </example>
4889           The version-specific dependency is to avoid warnings from
4890           the dynamic linker about using older shared libraries with
4891           newer binaries.
4892         </p>
4893       </sect1>
4894
4895       <sect1>
4896         <heading>Providing a <file>shlibs</file> file</heading>
4897
4898         <p>
4899           If your package provides a shared library, you should create
4900           a <file>shlibs</file> file following the format described above.
4901           It is usual to call this file <file>debian/shlibs</file> (but if
4902           you have multiple binary packages, you might want to call it
4903           <file>debian/shlibs.<var>package</var></file> instead).  Then
4904           let <file>debian/rules</file> install it in the control area:
4905           <example compact="compact">
4906 install -m644 debian/shlibs debian/tmp/DEBIAN
4907           </example>
4908           or, in the case of a multi-binary package:
4909           <example compact="compact">
4910 install -m644 debian/shlibs.<var>package</var> debian/<var>package</var>/DEBIAN/shlibs
4911           </example>
4912           An alternative way of doing this is to create the
4913           <file>shlibs</file> file in the control area directly from
4914           <file>debian/rules</file> without using a <file>debian/shlibs</file>
4915           file at all,<footnote>
4916               This is what <prgn>dh_makeshlibs</prgn> in the
4917               <tt>debhelper</tt> suite does.
4918           </footnote>
4919           since the <file>debian/shlibs</file> file itself is ignored by
4920           <prgn>dpkg-shlibdeps</prgn>.
4921         </p>
4922
4923         <p>
4924           As <prgn>dpkg-shlibdeps</prgn> reads the
4925           <file>DEBIAN/shlibs</file> files in all of the binary packages
4926           being built from this source package, all of the
4927           <file>DEBIAN/shlibs</file> files should be installed before
4928           <prgn>dpkg-shlibdeps</prgn> is called on any of the binary
4929           packages.
4930         </p>
4931       </sect1>
4932
4933       <sect1 id="shlibslocal">
4934         <heading>Writing the <file>debian/shlibs.local</file> file</heading>
4935
4936         <p>
4937           This file is intended only as a <em>temporary</em> fix if
4938           your binaries or libraries depend on a library whose package
4939           does not yet provide a correct <file>shlibs</file> file.
4940         </p>
4941
4942         <p>
4943           We will assume that you are trying to package a binary
4944           <tt>foo</tt>.  When you try running
4945           <prgn>dpkg-shlibdeps</prgn> you get the following error
4946           message (<tt>-O</tt> displays the dependency information on
4947           <tt>stdout</tt> instead of writing it to
4948           <tt>debian/substvars</tt>, and the lines have been wrapped
4949           for ease of reading):
4950           <example compact="compact">
4951 $ dpkg-shlibdeps -O debian/tmp/usr/bin/foo
4952 dpkg-shlibdeps: warning: unable to find dependency
4953   information for shared library libbar (soname 1,
4954   path /usr/lib/libbar.so.1, dependency field Depends)
4955 shlibs:Depends=libc6 (>= 2.2.2-2)
4956           </example>
4957           You can then run <prgn>ldd</prgn> on the binary to find the
4958           full location of the library concerned:
4959           <example compact="compact">
4960 $ ldd foo
4961 libbar.so.1 => /usr/lib/libbar.so.1 (0x4001e000)
4962 libc.so.6 => /lib/libc.so.6 (0x40032000)
4963 /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)
4964           </example>
4965           So the <prgn>foo</prgn> binary depends on the
4966           <prgn>libbar</prgn> shared library, but no package seems to
4967           provide a <file>*.shlibs</file> file handling
4968           <file>libbar.so.1</file> in <file>/var/lib/dpkg/info/</file>.  Let's
4969           determine the package responsible:
4970           <example compact="compact">
4971 $ dpkg -S /usr/lib/libbar.so.1
4972 bar1: /usr/lib/libbar.so.1
4973 $ dpkg -s bar1 | grep Version
4974 Version: 1.0-1
4975           </example>
4976           This tells us that the <tt>bar1</tt> package, version 1.0-1,
4977           is the one we are using.  Now we can file a bug against the
4978           <tt>bar1</tt> package and create our own
4979           <file>debian/shlibs.local</file> to locally fix the problem.
4980           Including the following line into your
4981           <file>debian/shlibs.local</file> file:
4982           <example compact="compact">
4983 libbar 1 bar1 (>= 1.0-1)
4984           </example>
4985           should allow the package build to work.
4986         </p>
4987
4988         <p>
4989           As soon as the maintainer of <tt>bar1</tt> provides a
4990           correct <file>shlibs</file> file, you should remove this line
4991           from your <file>debian/shlibs.local</file> file.  (You should
4992           probably also then have a versioned <tt>Build-Depends</tt>
4993           on <tt>bar1</tt> to help ensure that others do not have the
4994           same problem building your package.)
4995         </p>
4996       </sect1>
4997
4998       </sect>
4999
5000     </chapt>
5001
5002
5003     <chapt id="opersys"><heading>The Operating System</heading>
5004
5005       <sect>
5006         <heading>Filesystem hierarchy</heading>
5007
5008
5009         <sect1 id="fhs">
5010           <heading>Filesystem Structure</heading>
5011
5012           <p>
5013             The location of all installed files and directories must
5014             comply with the Filesystem Hierarchy Standard (FHS),
5015             version 2.1, except where doing so would violate other
5016             terms of Debian Policy. The version of this document
5017             referred here can be found in the <tt>debian-policy</tt>
5018             package or on
5019             <url id="http://www.debian.org/doc/packaging-manuals/fhs/"
5020               name="FHS (Debian copy)"> alongside this manual (or, if
5021             you have the <package>debian-policy</package> installed,
5022             you can try <url
5023               id="file:///usr/share/doc/debian-policy/fhs/" name="FHS
5024               (local copy)">). The
5025             latest version, which may be a more recent version, may
5026             be found on
5027             <url id="http://www.pathname.com/fhs/" name="FHS (upstream)">.
5028             Specific questions about following the standard may be
5029             asked on the <tt>debian-devel</tt> mailing list, or
5030             referred to the FHS mailing list (see the
5031             <url id="http://www.pathname.com/fhs/" name="FHS web site"> for
5032             more information).
5033           </p>
5034         </sect1>
5035
5036         <sect1>
5037           <heading>Site-specific programs</heading>
5038
5039           <p>
5040             As mandated by the FHS, packages must not place any
5041             files in <file>/usr/local</file>, either by putting them in
5042             the file system archive to be unpacked by <prgn>dpkg</prgn>
5043             or by manipulating them in their maintainer scripts.
5044           </p>
5045
5046           <p>
5047             However, the package may create empty directories below
5048             <file>/usr/local</file> so that the system administrator knows
5049             where to place site-specific files.  These directories
5050             should be removed on package removal if they are
5051             empty.
5052           </p>
5053
5054           <p>
5055             Note, that this applies only to directories <em>below</em>
5056             <file>/usr/local</file>, not <em>in</em> <file>/usr/local</file>.
5057             Packages must not create sub-directories in the directory
5058             <file>/usr/local</file> itself, except those listed in FHS,
5059             section 4.5.  However, you may create directories below
5060             them as you wish. You must not remove any of the
5061             directories listed in 4.5, even if you created them.
5062           </p>
5063
5064           <p>
5065             Since <file>/usr/local</file> can be mounted read-only from a
5066             remote server, these directories must be created and
5067             removed by the <prgn>postinst</prgn> and <prgn>prerm</prgn>
5068             maintainer scripts and not be included in the
5069             <file>.deb</file> archive.  These scripts must not fail if
5070             either of these operations fail.
5071           </p>
5072
5073           <p>
5074             For example, the <tt>emacsen-common</tt> package could
5075             contain something like
5076             <example compact="compact">
5077 if [ ! -e /usr/local/share/emacs ]
5078 then
5079   if mkdir /usr/local/share/emacs 2>/dev/null
5080   then
5081     chown root:staff /usr/local/share/emacs
5082     chmod 2775 /usr/local/share/emacs
5083   fi
5084 fi
5085             </example>
5086             in its <prgn>postinst</prgn> script, and
5087             <example compact="compact">
5088 rmdir /usr/local/share/emacs/site-lisp 2>/dev/null || true
5089 rmdir /usr/local/share/emacs 2>/dev/null || true
5090             </example>
5091             in the <prgn>prerm</prgn> script.  (Note that this form is
5092             used to ensure that if the script is interrupted, the
5093             directory <file>/usr/local/share/emacs</file> will still be
5094             removed.)
5095           </p>
5096
5097           <p>
5098             If you do create a directory in <file>/usr/local</file> for
5099             local additions to a package, you should ensure that
5100             settings in <file>/usr/local</file> take precedence over the
5101             equivalents in <file>/usr</file>.
5102           </p>
5103
5104           <p>
5105             However, because <file>/usr/local</file> and its contents are
5106             for exclusive use of the local administrator, a package
5107             must not rely on the presence or absence of files or
5108             directories in <file>/usr/local</file> for normal operation.
5109           </p>
5110
5111           <p>
5112             The <file>/usr/local</file> directory itself and all the
5113             subdirectories created by the package should (by default) have
5114             permissions 2775 (group-writable and set-group-id) and be
5115             owned by <tt>root.staff</tt>.
5116           </p>
5117         </sect1>
5118
5119         <sect1>
5120           <heading>The system-wide mail directory</heading>
5121           <p>
5122             The system-wide mail directory is <file>/var/mail</file>. This
5123             directory is part of the base system and should not owned
5124             by any particular mail agents.  The use of the old
5125             location <file>/var/spool/mail</file> is deprecated, even
5126             though the spool may still be physically located there.
5127             To maintain partial upgrade compatibility for systems
5128             which have <file>/var/spool/mail</file> as their physical mail
5129             spool, packages using <file>/var/mail</file> must depend on
5130             either <package>libc6</package> (&gt;= 2.1.3-13), or on
5131             <package>base-files</package> (&gt;= 2.2.0), or on later
5132             versions of either one of these packages.
5133           </p>
5134         </sect1>
5135       </sect>
5136
5137       <sect>
5138         <heading>Users and groups</heading>
5139
5140         <sect1>
5141           <heading>Introduction</heading>
5142           <p>
5143             The Debian system can be configured to use either plain or
5144             shadow passwords.
5145           </p>
5146
5147           <p>
5148             Some user ids (UIDs) and group ids (GIDs) are reserved
5149             globally for use by certain packages.  Because some
5150             packages need to include files which are owned by these
5151             users or groups, or need the ids compiled into binaries,
5152             these ids must be used on any Debian system only for the
5153             purpose for which they are allocated. This is a serious
5154             restriction, and we should avoid getting in the way of
5155             local administration policies. In particular, many sites
5156             allocate users and/or local system groups starting at 100.
5157           </p>
5158
5159           <p>
5160             Apart from this we should have dynamically allocated ids,
5161             which should by default be arranged in some sensible
5162             order, but the behavior should be configurable.
5163           </p>
5164
5165           <p>
5166             Packages other than <tt>base-passwd</tt> must not modify
5167             <file>/etc/passwd</file>, <file>/etc/shadow</file>,
5168             <file>/etc/group</file> or <file>/etc/gshadow</file>.
5169           </p>
5170         </sect1>
5171
5172         <sect1>
5173           <heading>UID and GID classes</heading>
5174           <p>
5175             The UID and GID numbers are divided into classes as
5176             follows:
5177             <taglist>
5178               <tag>0-99:</tag>
5179               <item>
5180                 <p>
5181                   Globally allocated by the Debian project, the same
5182                   on every Debian system.  These ids will appear in
5183                   the <file>passwd</file> and <file>group</file> files of all
5184                   Debian systems, new ids in this range being added
5185                   automatically as the <tt>base-passwd</tt> package is
5186                   updated.
5187                 </p>
5188
5189                 <p>
5190                   Packages which need a single statically allocated
5191                   uid or gid should use one of these; their
5192                   maintainers should ask the <tt>base-passwd</tt>
5193                   maintainer for ids.
5194                 </p>
5195               </item>
5196
5197               <tag>100-999:</tag>
5198               <item>
5199                 <p>
5200                   Dynamically allocated system users and groups.
5201                   Packages which need a user or group, but can have
5202                   this user or group allocated dynamically and
5203                   differently on each system, should use <tt>adduser
5204                   --system</tt> to create the group and/or user.
5205                   <prgn>adduser</prgn> will check for the existence of
5206                   the user or group, and if necessary choose an unused
5207                   id based on the ranges specified in
5208                   <file>adduser.conf</file>.
5209                 </p>
5210               </item>
5211
5212               <tag>1000-29999:</tag>
5213               <item>
5214                 <p>
5215                   Dynamically allocated user accounts.  By default
5216                   <prgn>adduser</prgn> will choose UIDs and GIDs for
5217                   user accounts in this range, though
5218                   <file>adduser.conf</file> may be used to modify this
5219                   behavior.
5220                 </p>
5221               </item>
5222
5223               <tag>30000-59999:</tag>
5224               <item>
5225                 <p>Reserved.</p>
5226               </item>
5227
5228               <tag>60000-64999:</tag>
5229               <item>
5230                 <p>
5231                   Globally allocated by the Debian project, but only
5232                   created on demand. The ids are allocated centrally
5233                   and statically, but the actual accounts are only
5234                   created on users' systems on demand.
5235                 </p>
5236
5237                 <p>
5238                   These ids are for packages which are obscure or
5239                   which require many statically-allocated ids.  These
5240                   packages should check for and create the accounts in
5241                   <file>/etc/passwd</file> or <file>/etc/group</file> (using
5242                   <prgn>adduser</prgn> if it has this facility) if
5243                   necessary.  Packages which are likely to require
5244                   further allocations should have a "hole" left after
5245                   them in the allocation, to give them room to
5246                   grow.
5247                 </p>
5248               </item>
5249
5250               <tag>65000-65533:</tag>
5251               <item>
5252                 <p>Reserved.</p>
5253               </item>
5254
5255               <tag>65534:</tag>
5256               <item>
5257                 <p>
5258                   User <tt>nobody</tt>. The corresponding gid refers
5259                   to the group <tt>nogroup</tt>.
5260                 </p>
5261               </item>
5262
5263               <tag>65535:</tag>
5264               <item>
5265                 <p>
5266                   <tt>(uid_t)(-1) == (gid_t)(-1)</tt> <em>must
5267                   not</em> be used, because it is the error return
5268                   sentinel value.
5269                 </p>
5270               </item>
5271             </taglist>
5272           </p>
5273         </sect1>
5274       </sect>
5275
5276       <sect id="sysvinit">
5277         <heading>System run levels and <file>init.d</file> scripts</heading>
5278
5279         <sect1 id="/etc/init.d">
5280           <heading>Introduction</heading>
5281
5282           <p>
5283             The <file>/etc/init.d</file> directory contains the scripts
5284             executed by <prgn>init</prgn> at boot time and when the
5285             init state (or "runlevel") is changed (see <manref
5286             name="init" section="8">).
5287           </p>
5288
5289           <p>
5290             There are at least two different, yet functionally
5291             equivalent, ways of handling these scripts.  For the sake
5292             of simplicity, this document describes only the symbolic
5293             link method. However, it must not be assumed by maintainer
5294             scripts that this method is being used, and any automated
5295             manipulation of the various runlevel behaviours by
5296             maintainer scripts must be performed using
5297             <prgn>update-rc.d</prgn> as described below and not by
5298             manually installing or removing symlinks.  For information
5299             on the implementation details of the other method,
5300             implemented in the <tt>file-rc</tt> package, please refer
5301             to the documentation of that package.
5302           </p>
5303
5304           <p>
5305             These scripts are referenced by symbolic links in the
5306             <file>/etc/rc<var>n</var>.d</file> directories.  When changing
5307             runlevels, <prgn>init</prgn> looks in the directory
5308             <file>/etc/rc<var>n</var>.d</file> for the scripts it should
5309             execute, where <tt><var>n</var></tt> is the runlevel that
5310             is being changed to, or <tt>S</tt> for the boot-up
5311             scripts.
5312           </p>
5313
5314           <p>
5315             The names of the links all have the form
5316             <file>S<var>mm</var><var>script</var></file> or
5317             <file>K<var>mm</var><var>script</var></file> where
5318             <var>mm</var> is a two-digit number and <var>script</var>
5319             is the name of the script (this should be the same as the
5320             name of the actual script in <file>/etc/init.d</file>).
5321           </p>
5322
5323           <p>
5324             When <prgn>init</prgn> changes runlevel first the targets
5325             of the links whose names start with a <tt>K</tt> are
5326             executed, each with the single argument <tt>stop</tt>,
5327             followed by the scripts prefixed with an <tt>S</tt>, each
5328             with the single argument <tt>start</tt>.  (The links are
5329             those in the <file>/etc/rc<var>n</var>.d</file> directory
5330             corresponding to the new runlevel.)  The <tt>K</tt> links
5331             are responsible for killing services and the <tt>S</tt>
5332             link for starting services upon entering the runlevel.
5333           </p>
5334
5335           <p>
5336             For example, if we are changing from runlevel 2 to
5337             runlevel 3, init will first execute all of the <tt>K</tt>
5338             prefixed scripts it finds in <file>/etc/rc3.d</file>, and then
5339             all of the <tt>S</tt> prefixed scripts in that directory.
5340             The links starting with <tt>K</tt> will cause the
5341             referred-to file to be executed with an argument of
5342             <tt>stop</tt>, and the <tt>S</tt> links with an argument
5343             of <tt>start</tt>.
5344           </p>
5345
5346           <p>
5347             The two-digit number <var>mm</var> is used to determine
5348             the order in which to run the scripts: low-numbered links
5349             have their scripts run first.  For example, the
5350             <tt>K20</tt> scripts will be executed before the
5351             <tt>K30</tt> scripts.  This is used when a certain service
5352             must be started before another.  For example, the name
5353             server <prgn>bind</prgn> might need to be started before
5354             the news server <prgn>inn</prgn> so that <prgn>inn</prgn>
5355             can set up its access lists.  In this case, the script
5356             that starts <prgn>bind</prgn> would have a lower number
5357             than the script that starts <prgn>inn</prgn> so that it
5358             runs first:
5359             <example compact="compact">
5360 /etc/rc2.d/S17bind
5361 /etc/rc2.d/S70inn
5362             </example>
5363           </p>
5364
5365           <p>
5366             The two runlevels 0 (halt) and 6 (reboot) are slightly
5367             different.  In these runlevels, the links with an
5368             <tt>S</tt> prefix are still called after those with a
5369             <tt>K</tt> prefix, but they too are called with the single
5370             argument <tt>stop</tt>.
5371           </p>
5372
5373           <p>
5374             Also, if the script name ends <tt>.sh</tt>, the script
5375             will be sourced in runlevel <tt>S</tt> rather that being
5376             run in a forked subprocess, but will be explicitly run by
5377             <prgn>sh</prgn> in all other runlevels.
5378           </p>
5379         </sect1>
5380
5381         <sect1>
5382           <heading>Writing the scripts</heading>
5383
5384           <p>
5385             Packages that include daemons for system services should
5386             place scripts in <file>/etc/init.d</file> to start or stop
5387             services at boot time or during a change of runlevel.
5388             These scripts should be named
5389             <file>/etc/init.d/<var>package</var></file>, and they should
5390             accept one argument, saying what to do:
5391
5392             <taglist>
5393               <tag><tt>start</tt></tag>
5394               <item>start the service,</item>
5395
5396               <tag><tt>stop</tt></tag>
5397               <item>stop the service,</item>
5398
5399               <tag><tt>restart</tt></tag>
5400               <item>stop and restart the service if it's already running,
5401                   otherwise start the service</item>
5402
5403               <tag><tt>reload</tt></tag>
5404               <item><p>cause the configuration of the service to be
5405                   reloaded without actually stopping and restarting
5406                   the service,</item>
5407
5408               <tag><tt>force-reload</tt></tag>
5409               <item>cause the configuration to be reloaded if the
5410                   service supports this, otherwise restart the
5411                   service.</item>
5412             </taglist>
5413
5414             The <tt>start</tt>, <tt>stop</tt>, <tt>restart</tt>, and
5415             <tt>force-reload</tt> options should be supported by all
5416             scripts in <file>/etc/init.d</file>, the <tt>reload</tt>
5417             option is optional.
5418           </p>
5419
5420           <p>
5421             The <file>init.d</file> scripts should ensure that they will
5422             behave sensibly if invoked with <tt>start</tt> when the
5423             service is already running, or with <tt>stop</tt> when it
5424             isn't, and that they don't kill unfortunately-named user
5425             processes.  The best way to achieve this is usually to use
5426             <prgn>start-stop-daemon</prgn>.
5427           </p>
5428
5429           <p>
5430             If a service reloads its configuration automatically (as
5431             in the case of <prgn>cron</prgn>, for example), the
5432             <tt>reload</tt> option of the <file>init.d</file> script
5433             should behave as if the configuration has been reloaded
5434             successfully.
5435           </p>
5436
5437           <p>
5438             The <file>/etc/init.d</file> scripts must be treated as
5439             configuration files, either (if they are present in the
5440             package, that is, in the .deb file) by marking them as
5441             <tt>conffile</tt>s, or, (if they do not exist in the .deb)
5442             by managing them correctly in the maintainer scripts (see
5443             <ref id="config-files">).  This is important since we want
5444             to give the local system administrator the chance to adapt
5445             the scripts to the local system, e.g., to disable a
5446             service without de-installing the package, or to specify
5447             some special command line options when starting a service,
5448             while making sure her changes aren't lost during the next
5449             package upgrade.
5450           </p>
5451
5452           <p>
5453             These scripts should not fail obscurely when the
5454             configuration files remain but the package has been
5455             removed, as configuration files remain on the system after
5456             the package has been removed.  Only when <prgn>dpkg</prgn>
5457             is executed with the <tt>--purge</tt> option will
5458             configuration files be removed.  In particular, as the
5459             <file>/etc/init.d/<var>package</var></file> script itself is
5460             usually a <tt>conffile</tt>, it will remain on the system
5461             if the package is removed but not purged.  Therefore, you
5462             should include a <tt>test</tt> statement at the top of the
5463             script, like this:
5464             <example compact="compact">
5465 test -f <var>program-executed-later-in-script</var> || exit 0
5466             </example>
5467           </p>
5468
5469           <p>
5470             Often there are some variables in the <file>init.d</file>
5471             scripts whose values control the behaviour of the scripts,
5472             and which a system administrator is likely to want to
5473             change.  As the scripts themselves are frequently
5474             <tt>conffile</tt>s, modifying them requires that the
5475             administrator merge in their changes each time the package
5476             is upgraded and the <tt>conffile</tt> changes.  To ease
5477             the burden on the system administrator, such configurable
5478             values should not be placed directly in the script.
5479             Instead, they should be placed in a file in
5480             <file>/etc/default</file>, which typically will have the same
5481             base name as the <file>init.d</file> script.  This extra file
5482             should be sourced by the script when the script runs.  It
5483             must contain only variable settings and comments in POSIX
5484             <prgn>sh</prgn> format.  It may either be a
5485             <tt>conffile</tt> or a configuration file maintained by
5486             the package maintainer scripts.  See <ref id="config-files">
5487             for more details.
5488           </p>
5489
5490           <p>
5491             To ensure that vital configurable values are always
5492             available, the <file>init.d</file> script should set default
5493             values for each of the shell variables it uses, either
5494             before sourcing the <file>/etc/default/</file> file or
5495             afterwards using something like the <tt>:
5496             ${VAR:=default}</tt> syntax.  Also, the <file>init.d</file>
5497             script must behave sensibly and not fail if the
5498             <file>/etc/default</file> file is deleted.
5499           </p>
5500         </sect1>
5501
5502         <sect1>
5503           <heading>Interfacing with the initscript system</heading>
5504
5505           <p>
5506             Maintainers should use the abstraction layer provided by
5507             the <prgn>update-rc.d</prgn> and <prgn>invoke-rc.d</prgn>
5508             programs to deal with initscripts in their packages'
5509             scripts such as <prgn>postinst</prgn>, <prgn>prerm</prgn>
5510             and <prgn>postrm</prgn>.
5511           </p>
5512
5513           <p>
5514             Directly managing the /etc/rc?.d links and directly
5515             invoking the <file>/etc/init.d/</file> initscripts should
5516             be done only by packages providing the initscript
5517             subsystem (such as <prgn>sysvinit</prgn> and
5518             <prgn>file-rc</prgn>).
5519           </p>
5520
5521           <sect2>
5522             <heading>Managing the links</heading>
5523
5524             <p>
5525               The program <prgn>update-rc.d</prgn> is provided for
5526               package maintainers to arrange for the proper creation and
5527               removal of <file>/etc/rc<var>n</var>.d</file> symbolic links,
5528               or their functional equivalent if another method is being
5529               used.  This may be used by maintainers in their packages'
5530               <prgn>postinst</prgn> and <prgn>postrm</prgn> scripts.
5531             </p>
5532
5533             <p>
5534               You must not include any <file>/etc/rc<var>n</var>.d</file>
5535               symbolic links in the actual archive or manually create or
5536               remove the symbolic links in maintainer scripts; you must
5537               use the <prgn>update-rc.d</prgn> program instead.  (The
5538               former will fail if an alternative method of maintaining
5539               runlevel information is being used.)  You must not include
5540               the <file>/etc/rc<var>n</var>.d</file> directories themselves
5541               in the archive either.  (Only the <tt>sysvinit</tt>
5542               package may do so.)
5543             </p>
5544
5545             <p>
5546               By default <prgn>update-rc.d</prgn> will start services in
5547               each of the multi-user state runlevels (2, 3, 4, and 5)
5548               and stop them in the halt runlevel (0), the single-user
5549               runlevel (1) and the reboot runlevel (6).  The system
5550               administrator will have the opportunity to customize
5551               runlevels by simply adding, moving, or removing the
5552               symbolic links in <file>/etc/rc<var>n</var>.d</file> if
5553               symbolic links are being used, or by modifying
5554               <file>/etc/runlevel.conf</file> if the <tt>file-rc</tt> method
5555               is being used.
5556             </p>
5557
5558             <p>
5559               To get the default behavior for your package, put in your
5560               <prgn>postinst</prgn> script
5561               <example compact="compact">
5562                 update-rc.d <var>package</var> defaults
5563               </example>
5564               and in your <prgn>postrm</prgn>
5565               <example compact="compact">
5566                 if [ "$1" = purge ]; then
5567                 update-rc.d <var>package</var> remove
5568                 fi
5569               </example>. Note that if your package changes runlevels
5570               or priority, you may have to remove and recreate the links,
5571               since otherwise the old links may persist. Refer to the
5572               documentation of <prgn>update-rc.d</prgn>.
5573             </p>
5574
5575             <p>
5576               This will use a default sequence number of 20.  If it does
5577               not matter when or in which order the <file>init.d</file>
5578               script is run, use this default.  If it does, then you
5579               should talk to the maintainer of the <prgn>sysvinit</prgn>
5580               package or post to <tt>debian-devel</tt>, and they will
5581               help you choose a number.
5582             </p>
5583
5584             <p>
5585               For more information about using <tt>update-rc.d</tt>,
5586               please consult its manpage <manref name="update-rc.d"
5587                 section="8">.
5588             </p>
5589           </sect2>
5590
5591           <sect2>
5592             <heading>Running initscripts</heading>
5593             <p>
5594               The program <prgn>invoke-rc.d</prgn> is provided to make
5595               it easier for package maintainers to properly invoke an
5596               initscript, obeying runlevel and other locally-defined
5597               constraints that might limit a package's right to start,
5598               stop and otherwise manage services. This program may be
5599               used by maintainers in their packages' scripts.
5600             </p>
5601
5602             <p>
5603               The use of <prgn>invoke-rc.d</prgn> to invoke the
5604               <file>/etc/init.d/*</file> initscripts is strongly
5605               recommended<footnote>
5606                   In the future, the use of invoke-rc.d to invoke
5607                   initscripts shall be made mandatory. Maintainers are
5608                   advised to switch to invoke-rc.d as soon as
5609                   possible.
5610               </footnote>, instead of calling them directly.
5611             </p>
5612
5613             <p>
5614               By default, <prgn>invoke-rc.d</prgn> will pass any
5615               action requests (start, stop, reload, restart...) to the
5616               <file>/etc/init.d</file> script, filtering out requests
5617               to start or restart a service out of its intended
5618               runlevels.
5619             </p>
5620
5621             <p>
5622               Most packages will simply need to change:
5623               <example compact="compact">/etc/init.d/&lt;package&gt;
5624               &lt;action&gt;</example> in their <prgn>postinst</prgn>
5625               and <prgn>prerm</prgn> scripts to:
5626               <example compact="compact">
5627           if [ -x /usr/sbin/invoke-rc.d ] ; then
5628                 invoke-rc.d <var>package</var> &lt;action&gt;
5629           else
5630              /etc/init.d/<var>package</var> &lt;action&gt;
5631           fi
5632               </example>
5633             </p>
5634
5635             <p>
5636               A package should register its initscript services using
5637               <prgn>update-rc.d</prgn> before it tries to invoke them
5638               using <prgn>invoke-rc.d</prgn>. Invocation of
5639               unregistered services may fail.
5640             </p>
5641
5642             <p>
5643               For more information about using
5644               <prgn>invoke-rc.d</prgn>, please consult its manpage
5645               <manref name="invoke-rc.d" section="8">.
5646             </p>
5647           </sect2>
5648         </sect1>
5649
5650         <sect1>
5651           <heading>Boot-time initialization</heading>
5652
5653           <p>
5654             There used to be another directory, <file>/etc/rc.boot</file>,
5655             which contained scripts which were run once per machine
5656             boot. This has been deprecated in favour of links from
5657             <file>/etc/rcS.d</file> to files in <file>/etc/init.d</file> as
5658             described in <ref id="/etc/init.d">.  Packages must not
5659             place files in <file>/etc/rc.boot</file>.
5660           </p>
5661         </sect1>
5662
5663         <sect1>
5664           <heading>Example</heading>
5665
5666           <p>
5667             The <prgn>bind</prgn> DNS (nameserver) package wants to
5668             make sure that the nameserver is running in multiuser
5669             runlevels, and is properly shut down with the system.  It
5670             puts a script in <file>/etc/init.d</file>, naming the script
5671             appropriately <tt>bind</tt>.  As you can see, the script
5672             interprets the argument <tt>reload</tt> to send the
5673             nameserver a <tt>HUP</tt> signal (causing it to reload its
5674             configuration); this way the system administrator can say
5675             <tt>/etc/init.d/bind reload</tt> to reload the name
5676             server.  The script has one configurable value, which can
5677             be used to pass parameters to the named program at
5678             startup; this value is read from
5679             <file>/etc/default/bind</file> (see below).
5680           </p>
5681
5682           <p>
5683             <example compact="compact">
5684 #!/bin/sh
5685 #
5686 # Original version by Robert Leslie
5687 # &lt;rob@mars.org&gt;, edited by iwj and cs
5688
5689 test -x /usr/sbin/named || exit 0
5690
5691 # Source defaults file.
5692 PARAMS=''
5693 if [ -f /etc/default/bind ]; then
5694   . /etc/default/bind
5695 fi
5696
5697
5698 case "$1" in
5699 start)
5700   echo -n "Starting domain name service: named"
5701   start-stop-daemon --start --quiet --exec /usr/sbin/named \
5702                     -- $PARAMS
5703   echo "."
5704   ;;
5705 stop)
5706   echo -n "Stopping domain name service: named"
5707   start-stop-daemon --stop --quiet  \
5708     --pidfile /var/run/named.pid --exec /usr/sbin/named
5709   echo "."
5710   ;;
5711 restart)
5712   echo -n "Restarting domain name service: named"
5713   start-stop-daemon --stop --quiet  \
5714     --pidfile /var/run/named.pid --exec /usr/sbin/named
5715   start-stop-daemon --start --verbose --exec /usr/sbin/named \
5716                     -- $PARAMS
5717   echo "."
5718   ;;
5719 force-reload|reload)
5720   echo -n "Reloading configuration of domain name service: named"
5721   start-stop-daemon --stop --signal 1 --quiet  \
5722     --pidfile /var/run/named.pid --exec /usr/sbin/named
5723   echo "."
5724   ;;
5725 *)
5726   echo "Usage: /etc/init.d/bind " \
5727          " {start|stop|restart|reload|force-reload}" >&2
5728   exit 1
5729   ;;
5730 esac
5731
5732 exit 0
5733             </example>
5734           </p>
5735
5736           <p>
5737             Complementing the above init script is a configuration
5738             file <file>/etc/default/bind</file>, which contains
5739             configurable parameters used by the script.  This would be
5740             created by the <prgn>postinst</prgn> script if it was not
5741             already present, and removed on purge by the
5742             <prgn>postrm</prgn> script.
5743             <example compact="compact">
5744 # Specified parameters to pass to named. See named(8).
5745 # You may uncomment the following line, and edit to taste.
5746 #PARAMS="-u nobody"
5747             </example>
5748           </p>
5749
5750           <p>
5751             Another example on which you can base your
5752             <file>/etc/init.d</file> scripts is found in
5753             <file>/etc/init.d/skeleton</file>.
5754           </p>
5755
5756           <p>
5757             If this package is happy with the default setup from
5758             <prgn>update-rc.d</prgn>, namely an ordering number of 20
5759             and having named running in all runlevels, it can say in
5760             its <prgn>postinst</prgn>:
5761             <example compact="compact">
5762 update-rc.d bind defaults >/dev/null
5763             </example>
5764             And in its <prgn>postrm</prgn>, to remove the links when the
5765             package is purged:
5766             <example compact="compact">
5767 if [ "$1" = purge ]; then
5768   update-rc.d bind remove >/dev/null
5769 fi
5770             </example>
5771           </p>
5772         </sect1>
5773       </sect>
5774
5775       <sect>
5776         <heading>Console messages from <file>init.d</file> scripts</heading>
5777
5778         <p>
5779           This section describes the formats to be used for messages
5780           written to standard output by the <file>/etc/init.d</file>
5781           scripts.  The intent is to improve the consistency of
5782           Debian's startup and shutdown look and feel.  For this
5783           reason, please look very carefully at the details.  We want
5784           the messages to have the same format in terms of wording,
5785           spaces, punctuation and case of letters.
5786         </p>
5787
5788         <p>
5789           Here is a list of overall rules that you should use when you
5790           create output messages.  They can be useful if you have a
5791           non-standard message that is not covered specifically in the
5792           sections below.
5793         </p>
5794
5795         <p>
5796           <list>
5797             <item>
5798                 Every message should fit in one line (fewer than 80
5799                 characters), start with a capital letter and end with
5800                 a period (<tt>.</tt>) and line feed (<tt>"\n"</tt>).
5801             </item>
5802
5803             <item>
5804                 If you want to express that the computer is working on
5805                 something (that is, performing a specific task, not
5806                 starting or stopping a program), we use an "ellipsis"
5807                 (three dots: <tt>...</tt>).  Note that we don't insert
5808                 spaces before or after the dots.  If the task has been
5809                 completed we write <tt>done.</tt> and a line feed.
5810             </item>
5811
5812             <item>
5813                 Design your messages as if the computer is telling you
5814                 what he is doing (let him be polite :-), but don't
5815                 mention "him" directly.  For example, if you think of
5816                 saying
5817                 <example compact="compact">
5818 I'm starting network daemons: nfsd mountd.
5819                 </example>
5820                 just say
5821                 <example compact="compact">
5822 Starting network daemons: nfsd mountd.
5823                 </example>
5824             </item>
5825           </list>
5826         </p>
5827
5828         <p>
5829           There are standard message formats for the following
5830           situations.  They should be used by the <tt>init.d</tt>
5831           scripts.
5832         </p>
5833
5834         <p>
5835           <list>
5836             <item>
5837               <p>When daemons are started</p>
5838
5839               <p>
5840                 If your script starts one or more daemons, the output
5841                 should look like this (a single line, no leading
5842                 spaces):
5843                 <example compact="compact">
5844 Starting <var>description</var>: <var>daemon-1</var> ... <var>daemon-n</var>.
5845                 </example>
5846                 The <var>description</var> should describe the
5847                 subsystem the daemon or set of daemons are part of,
5848                 while <var>daemon-1</var> up to <var>daemon-n</var>
5849                 denote each daemon's name (typically the file name of
5850                 the program).
5851               </p>
5852
5853               <p>
5854                 For example, the output of <file>/etc/init.d/lpd</file>
5855                 would look like:
5856                 <example compact="compact">
5857 Starting printer spooler: lpd.
5858                 </example>
5859               </p>
5860
5861               <p>
5862                 This can be achieved by saying
5863                 <example compact="compact">
5864 echo -n "Starting printer spooler: lpd"
5865 start-stop-daemon --start --quiet --exec /usr/sbin/lpd
5866 echo "."
5867                 </example>
5868                 in the script. If you have more than one daemon to
5869                 start, you should do the following:
5870                 <example compact="compact">
5871 echo -n "Starting remote file system services:"
5872 echo -n " nfsd"; start-stop-daemon --start --quiet nfsd
5873 echo -n " mountd"; start-stop-daemon --start --quiet mountd
5874 echo -n " ugidd"; start-stop-daemon --start --quiet ugidd
5875 echo "."
5876                 </example>
5877                 This makes it possible for the user to see what takes
5878                 so long and when the final daemon has been started.
5879                 You should be careful where to put spaces: in the
5880                 example above the system administrator can easily
5881                 comment out a line if he don't wants to start a
5882                 specific daemon, while the displayed message still
5883                 looks good.
5884               </p>
5885             </item>
5886
5887             <item>
5888               <p>When a system parameter is being set</p>
5889
5890               <p>
5891                 If you have to set up different system parameters
5892                 during the system boot, you should use this format:
5893                 <example compact="compact">
5894 Setting <var>parameter</var> to "<var>value</var>".
5895                 </example>
5896               </p>
5897
5898               <p>
5899                 You can use a statement such as the following to get
5900                 the quotes right:
5901                 <example compact="compact">
5902 echo "Setting DNS domainname to \"$domainname\"."
5903                 </example>
5904               </p>
5905
5906               <p>
5907                 Note that the same symbol (<tt>"</tt>) is used for the left
5908                 and right quotation marks.  A grave accent (<tt>`</tt>) is
5909                 not a quote character; neither is an apostrophe
5910                 (<tt>'</tt>).
5911               </p>
5912             </item>
5913
5914             <item>
5915               <p>When a daemon is stopped or restarted</p>
5916
5917               <p>
5918                 When you stop or restart a daemon, you should issue a
5919                 message identical to the startup message, except that
5920                 <tt>Starting</tt> is replaced with <tt>Stopping</tt>
5921                 or <tt>Restarting</tt> respectively.
5922               </p>
5923
5924               <p>
5925                 For example, stopping the printer daemon will like
5926                 like this:
5927                 <example compact="compact">
5928 Stopping printer spooler: lpd.
5929                 </example>
5930               </p>
5931             </item>
5932
5933             <item>
5934               <p>When something is executed</p>
5935
5936               <p>
5937                 There are several examples where you have to run a
5938                 program at system startup or shutdown to perform a
5939                 specific task, for example, setting the system's clock
5940                 using <prgn>netdate</prgn> or killing all processes
5941                 when the system shuts down.  Your message should look
5942                 like this:
5943                 <example compact="compact">
5944 Doing something very useful...done.
5945                 </example>
5946                 You should print the <tt>done.</tt> immediately after
5947                 the job has been completed, so that the user is
5948                 informed why she has to wait.  You can get this
5949                 behavior by saying
5950                 <example compact="compact">
5951 echo -n "Doing something very useful..."
5952 do_something
5953 echo "done."
5954                 </example>
5955                 in your script.
5956               </p>
5957             </item>
5958
5959             <item>
5960               <p>When the configuration is reloaded</p>
5961
5962               <p>
5963                 When a daemon is forced to reload its configuration
5964                 files you should use the following format:
5965                 <example compact="compact">
5966 Reloading <var>description</var> configuration...done.
5967                 </example>
5968                 where <var>description</var> is the same as in the
5969                 daemon starting message.
5970               </p>
5971             </item>
5972           </list>
5973         </p>
5974       </sect>
5975
5976       <sect>
5977         <heading>Cron jobs</heading>
5978
5979         <p>
5980           Packages must not modify the configuration file
5981           <file>/etc/crontab</file>, and they must not modify the files in
5982           <file>/var/spool/cron/crontabs</file>.</p>
5983
5984         <p>
5985           If a package wants to install a job that has to be executed
5986           via cron, it should place a file with the name of the
5987           package in one or more of the following directories:
5988           <example compact="compact">
5989 /etc/cron.daily
5990 /etc/cron.weekly
5991 /etc/cron.monthly
5992           </example>
5993           As these directory names imply, the files within them are
5994           executed on a daily, weekly, or monthly basis,
5995           respectively. The exact times are listed in
5996           <file>/etc/crontab</file>.</p>
5997
5998         <p>
5999           All files installed in any of these directories must be
6000           scripts (e.g., shell scripts or Perl scripts) so that they
6001           can easily be modified by the local system administrator.
6002           In addition, they should be treated as configuration
6003           files.
6004         </p>
6005
6006         <p>
6007           If a certain job has to be executed more frequently than
6008           daily, the package should install a file
6009           <file>/etc/cron.d/<var>package</var></file>. This file uses the
6010           same syntax as <file>/etc/crontab</file> and is processed by
6011           <prgn>cron</prgn> automatically. The file must also be
6012           treated as a configuration file. (Note that entries in the
6013           <file>/etc/cron.d</file> directory are not handled by
6014           <prgn>anacron</prgn>. Thus, you should only use this
6015           directory for jobs which may be skipped if the system is not
6016           running.)</p>
6017
6018         <p>
6019           The scripts or crontab entries in these directories should
6020           check if all necessary programs are installed before they
6021           try to execute them. Otherwise, problems will arise when a
6022           package was removed but not purged since configuration files
6023           are kept on the system in this situation.</p>
6024       </sect>
6025
6026       <sect id="menus">
6027         <heading>Menus</heading>
6028
6029         <p>
6030           The Debian <tt>menu</tt> package provides a standard
6031           interface between packages providing applications and
6032           documents, and <em>menu programs</em> (either X window
6033           managers or text-based menu programs such as
6034           <prgn>pdmenu</prgn>).
6035         </p>
6036
6037         <p>
6038           All packages that provide applications that need not be
6039           passed any special command line arguments for normal
6040           operation should register a menu entry for those
6041           applications, so that users of the <tt>menu</tt> package
6042           will automatically get menu entries in their window
6043           managers, as well in shells like <tt>pdmenu</tt>.
6044         </p>
6045
6046         <p>
6047           Menu entries should follow the current menu policy.
6048         </p>
6049
6050         <p>
6051           The menu policy can be found in the <tt>menu-policy</tt>
6052           files in the <tt>debian-policy</tt> package.
6053           It is also available from the Debian web mirrors at
6054           <tt><url name="/doc/packaging-manuals/menu-policy/"
6055                 id="http://www.debian.org/doc/packaging-manuals/menu-policy/"></tt>
6056           and from the Debian archive mirrors at
6057           <tt><url name="/doc/package-developer/menu-policy.txt.gz"
6058                 id="http://ftp.debian.org/debian/doc/package-developer/menu-policy.txt.gz"></tt>.
6059         </p>
6060
6061         <p>
6062           Please also refer to the <em>Debian Menu System</em>
6063           documentation that comes with the <tt>menu</tt> package for
6064           information about how to register your applications and web
6065           documents.
6066         </p>
6067       </sect>
6068
6069       <sect id="mime">
6070         <heading>Multimedia handlers</heading>
6071
6072         <p>
6073           MIME (Multipurpose Internet Mail Extensions, RFCs 2045-2049)
6074           is a mechanism for encoding files and data streams and
6075           providing meta-information about them, in particular their
6076           type (e.g.  audio or video) and format (e.g. PNG, HTML,
6077           MP3).
6078         </p>
6079
6080         <p>
6081           Registration of MIME type handlers allows programs like mail
6082           user agents and web browsers to invoke these handlers to
6083           view, edit or display MIME types they don't support directly.
6084         </p>
6085
6086         <p>
6087           Packages which provide the ability to view/show/play,
6088           compose, edit or print MIME types should register themselves
6089           as such following the current MIME support policy.
6090         </p>
6091
6092         <p>
6093           The MIME support policy can be found in the <tt>mime-policy</tt>
6094           files in the <tt>debian-policy</tt> package.
6095           It is also available from the Debian web mirrors at
6096           <tt><url name="/doc/packaging-manuals/mime-policy/"
6097                 id="http://www.debian.org/doc/packaging-manuals/mime-policy/"></tt>
6098           and from the Debian archive mirrors at
6099           <tt><url name="/doc/package-developer/mime-policy.txt.gz"
6100                 id="http://ftp.debian.org/debian/doc/package-developer/mime-policy.txt.gz"></tt>.
6101         </p>
6102
6103       </sect>
6104
6105       <sect>
6106         <heading>Keyboard configuration</heading>
6107
6108         <p>
6109           To achieve a consistent keyboard configuration so that all
6110           applications interpret a keyboard event the same way, all
6111           programs in the Debian distribution must be configured to
6112           comply with the following guidelines.
6113         </p>
6114
6115         <p>
6116           The following keys must have the specified interpretations:
6117
6118           <taglist>
6119             <tag><tt>&lt;--</tt></tag>
6120             <item>delete the character to the left of the cursor</item>
6121
6122             <tag><tt>Delete</tt></tag>
6123             <item>delete the character to the right of the cursor</item>
6124
6125             <tag><tt>Control+H</tt></tag>
6126             <item>emacs: the help prefix</item>
6127           </taglist>
6128
6129           The interpretation of any keyboard events should be
6130           independent of the terminal that is used, be it a virtual
6131           console, an X terminal emulator, an rlogin/telnet session,
6132           etc.
6133         </p>
6134
6135         <p>
6136           The following list explains how the different programs
6137           should be set up to achieve this:
6138         </p>
6139
6140         <p>
6141           <list>
6142             <item>
6143                 <tt>&lt;--</tt> generates <tt>KB_BackSpace</tt> in X.
6144             </item>
6145
6146             <item>
6147                 <tt>Delete</tt> generates <tt>KB_Delete</tt> in X.
6148             </item>
6149
6150             <item>
6151                 X translations are set up to make
6152                 <tt>KB_Backspace</tt> generate ASCII DEL, and to make
6153                 <tt>KB_Delete</tt> generate <tt>ESC [ 3 ~</tt> (this
6154                 is the vt220 escape code for the "delete character"
6155                 key).  This must be done by loading the X resources
6156                 using <prgn>xrdb</prgn> on all local X displays, not
6157                 using the application defaults, so that the
6158                 translation resources used correspond to the
6159                 <prgn>xmodmap</prgn> settings.
6160             </item>
6161
6162             <item>
6163                 The Linux console is configured to make
6164                 <tt>&lt;--</tt> generate DEL, and <tt>Delete</tt>
6165                 generate <tt>ESC [ 3 ~</tt>.
6166             </item>
6167
6168             <item>
6169                 X applications are configured so that <tt>&lt;</tt>
6170                 deletes left, and <tt>Delete</tt> deletes right.  Motif
6171                 applications already work like this.
6172             </item>
6173
6174             <item>
6175                 Terminals should have <tt>stty erase ^?</tt> .
6176             </item>
6177
6178             <item>
6179                 The <tt>xterm</tt> terminfo entry should have <tt>ESC
6180                 [ 3 ~</tt> for <tt>kdch1</tt>, just as for
6181                 <tt>TERM=linux</tt> and <tt>TERM=vt220</tt>.
6182             </item>
6183
6184             <item>
6185                 Emacs is programmed to map <tt>KB_Backspace</tt> or
6186                 the <tt>stty erase</tt> character to
6187                 <tt>delete-backward-char</tt>, and <tt>KB_Delete</tt>
6188                 or <tt>kdch1</tt> to <tt>delete-forward-char</tt>, and
6189                 <tt>^H</tt> to <tt>help</tt> as always.
6190             </item>
6191
6192             <item>
6193                 Other applications use the <tt>stty erase</tt>
6194                 character and <tt>kdch1</tt> for the two delete keys,
6195                 with ASCII DEL being "delete previous character" and
6196                 <tt>kdch1</tt> being "delete character under
6197                 cursor".
6198             </item>
6199
6200           </list>
6201         </p>
6202
6203         <p>
6204           This will solve the problem except for the following
6205           cases:
6206         </p>
6207
6208         <p>
6209           <list>
6210             <item>
6211                 Some terminals have a <tt>&lt;--</tt> key that cannot
6212                 be made to produce anything except <tt>^H</tt>.  On
6213                 these terminals Emacs help will be unavailable on
6214                 <tt>^H</tt> (assuming that the <tt>stty erase</tt>
6215                 character takes precedence in Emacs, and has been set
6216                 correctly).  <tt>M-x help</tt> or <tt>F1</tt> (if
6217                 available) can be used instead.
6218             </item>
6219
6220             <item>
6221                 Some operating systems use <tt>^H</tt> for <tt>stty
6222                 erase</tt>.  However, modern telnet versions and all
6223                 rlogin versions propagate <tt>stty</tt> settings, and
6224                 almost all UNIX versions honour <tt>stty erase</tt>.
6225                 Where the <tt>stty</tt> settings are not propagated
6226                 correctly, things can be made to work by using
6227                 <tt>stty</tt> manually.
6228             </item>
6229
6230             <item>
6231                 Some systems (including previous Debian versions) use
6232                 <prgn>xmodmap</prgn> to arrange for both
6233                 <tt>&lt;--</tt> and <tt>Delete</tt> to generate
6234                 <tt>KB_Delete</tt>.  We can change the behavior of
6235                 their X clients using the same X resources that we use
6236                 to do it for our own clients, or configure our clients
6237                 using their resources when things are the other way
6238                 around.  On displays configured like this
6239                 <tt>Delete</tt> will not work, but <tt>&lt;--</tt>
6240                 will.
6241             </item>
6242
6243             <item>
6244                 Some operating systems have different <tt>kdch1</tt>
6245                 settings in their <tt>terminfo</tt> database for
6246                 <tt>xterm</tt> and others.  On these systems the
6247                 <tt>Delete</tt> key will not work correctly when you
6248                 log in from a system conforming to our policy, but
6249                 <tt>&lt;--</tt> will.
6250             </item>
6251           </list>
6252         </p>
6253       </sect>
6254
6255       <sect>
6256         <heading>Environment variables</heading>
6257
6258         <p>
6259           A program must not depend on environment variables to get
6260           reasonable defaults.  (That's because these environment
6261           variables would have to be set in a system-wide
6262           configuration file like <file>/etc/profile</file>, which is not
6263           supported by all shells.)
6264         </p>
6265
6266         <p>
6267           If a program usually depends on environment variables for its
6268           configuration, the program should be changed to fall back to
6269           a reasonable default configuration if these environment
6270           variables are not present. If this cannot be done easily
6271           (e.g., if the source code of a non-free program is not
6272           available), the program must be replaced by a small
6273           "wrapper" shell script which sets the environment variables
6274           if they are not already defined, and calls the original program.
6275         </p>
6276
6277         <p>
6278           Here is an example of a wrapper script for this purpose:
6279
6280           <example compact="compact">
6281 #!/bin/sh
6282 BAR=${BAR:-/var/lib/fubar}
6283 export BAR
6284 exec /usr/lib/foo/foo "$@"
6285           </example>
6286         </p>
6287
6288         <p>
6289           Furthermore, as <file>/etc/profile</file> is a configuration
6290           file of the <prgn>base-files</prgn> package, other packages must
6291           not put any environment variables or other commands into that
6292           file.
6293         </p>
6294       </sect>
6295
6296     </chapt>
6297
6298
6299     <chapt id="files">
6300       <heading>Files</heading>
6301
6302       <sect>
6303         <heading>Binaries</heading>
6304
6305         <p>
6306           Two different packages must not install programs with
6307           different functionality but with the same filenames.  (The
6308           case of two programs having the same functionality but
6309           different implementations is handled via "alternatives" or
6310           the "Conflicts" mechanism.  See <ref id="maintscripts"> and
6311           <ref id="conflicts"> respectively.)  If this case happens,
6312           one of the programs must be renamed.  The maintainers should
6313           report this to the <tt>debian-devel</tt> mailing list and
6314           try to find a consensus about which program will have to be
6315           renamed.  If a consensus cannot be reached, <em>both</em>
6316           programs must be renamed.
6317         </p>
6318
6319         <p>
6320          By default, when a package is being built, any binaries
6321          created should include debugging information, as well as
6322          being compiled with optimization.  You should also turn on
6323          as many reasonable compilation warnings as possible; this
6324          makes life easier for porters, who can then look at build
6325          logs for possible problems.  For the C programming language,
6326          this means the following compilation parameters should be
6327          used:
6328           <example compact="compact">
6329 CC = gcc
6330 CFLAGS = -O2 -g -Wall # sane warning options vary between programs
6331 LDFLAGS = # none
6332 install -s # (or use strip on the files in debian/tmp)
6333           </example>
6334         </p>
6335
6336         <p>
6337           Note that by default all installed binaries should be stripped,
6338           either by using the <tt>-s</tt> flag to
6339           <prgn>install</prgn>, or by calling <prgn>strip</prgn> on
6340           the binaries after they have been copied into
6341           <file>debian/tmp</file> but before the tree is made into a
6342           package.
6343         </p>
6344
6345         <p>
6346           Although binaries in the build tree should be compiled with
6347           debugging information by default, it can often be difficult
6348           to debug programs if they are also subjected to compiler
6349           optimization.  For this reason, it is recommended to support
6350           the standardized environment
6351           variable <tt>DEB_BUILD_OPTIONS</tt>.  This variable can
6352           contain several flags to change how a package is compiled
6353           and built.
6354         </p>
6355
6356         <p>
6357           <taglist>
6358             <tag>noopt</tag>
6359             <item>
6360                 The presence of this string means that the package
6361                 should be compiled with a minimum of optimization.
6362                 For C programs, it is best to add <tt>-O0</tt>
6363                 to <tt>CFLAGS</tt> (although this is usually the
6364                 default).  Some programs might fail to build or run at
6365                 this level of optimization; it may be necessary to
6366                 use <tt>-O1</tt>, for example.
6367             </item>
6368             <tag>nostrip</tag>
6369             <item>
6370                 This string means that the debugging symbols should
6371                 not be stripped from the binary during installation,
6372                 so that debugging information may be included in the package.
6373             </item>
6374           </taglist>
6375         </p>
6376
6377         <p>
6378           The following makefile snippet is an example of how one may
6379           implement the build options; you will probably have to
6380           massage this example in order to make it work for your
6381           package.
6382           <example compact="compact">
6383 CFLAGS = -Wall -g
6384 INSTALL = install
6385 INSTALL_FILE    = $(INSTALL) -p    -o root -g root  -m  644
6386 INSTALL_PROGRAM = $(INSTALL) -p    -o root -g root  -m  755
6387 INSTALL_SCRIPT  = $(INSTALL) -p    -o root -g root  -m  755
6388 INSTALL_DIR     = $(INSTALL) -p -d -o root -g root  -m  755
6389
6390 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
6391 CFLAGS += -O0
6392 else
6393 CFLAGS += -O2
6394 endif
6395 ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
6396 INSTALL_PROGRAM += -s
6397 endif
6398           </example>
6399         </p>
6400
6401         <p>
6402           It is up to the package maintainer to decide what
6403           compilation options are best for the package.  Certain
6404           binaries (such as computationally-intensive programs) will
6405           function better with certain flags (<tt>-O3</tt>, for
6406           example); feel free to use them.  Please use good judgment
6407           here.  Don't use flags for the sake of it; only use them
6408           if there is good reason to do so.  Feel free to override
6409           the upstream author's ideas about which compilation
6410           options are best: they are often inappropriate for our
6411           environment.
6412         </p>
6413       </sect>
6414
6415
6416       <sect id="libraries">
6417         <heading>Libraries</heading>
6418
6419         <p>
6420           The shared version of a library must be compiled with
6421           <tt>-fPIC</tt>, and the static version must not be. In other
6422           words, each source unit (<tt>*.c</tt>, for example, for C files)
6423           will need to be compiled twice.
6424         </p>
6425
6426         <p>
6427           You must specify the gcc option <tt>-D_REENTRANT</tt>
6428           when building a library (either static or shared) to make
6429           the library compatible with LinuxThreads.
6430         </p>
6431
6432                                                                                 
6433          <p>                                                                    
6434           Although not enforced by the build tools, shared libraries           
6435           must be linked against all libraries that they use symbols from      
6436           in the same way that binaries are.  This ensures the correct         
6437           functioning of the <ref id="sharedlibs-shlibdeps">shlibs</ref>       
6438           system and guarantees that all libraries can be safely opened        
6439           with <tt>dlopen()</tt>.  Packagers may wish to use the gcc           
6440           option <tt>-Wl,-z,defs</tt> when building a shared library.          
6441           Since this option enforces symbol resolution at build time,          
6442           a missing library reference will be caught early as a fatal          
6443           build error.                                                         
6444         </p>                                                                   
6445                                                                                
6446
6447
6448         <p>
6449           All installed shared libraries should be stripped with
6450           <example compact="compact">
6451 strip --strip-unneeded <var>your-lib</var>
6452           </example>
6453           (The option <tt>--strip-unneeded</tt> makes
6454           <prgn>strip</prgn> remove only the symbols which aren't
6455           needed for relocation processing.)  Shared libraries can
6456           function perfectly well when stripped, since the symbols for
6457           dynamic linking are in a separate part of the ELF object
6458           file.<footnote>
6459               You might also want to use the options
6460               <tt>--remove-section=.comment</tt> and
6461               <tt>--remove-section=.note</tt> on both shared libraries
6462               and executables, and <tt>--strip-debug</tt> on static
6463               libraries.
6464           </footnote>
6465         </p>
6466
6467         <p>
6468           Note that under some circumstances it may be useful to
6469           install a shared library unstripped, for example when
6470           building a separate package to support debugging.
6471         </p>
6472
6473         <p>
6474           Shared object files (often <file>.so</file> files) that are not
6475           public libraries, that is, they are not meant to be linked
6476           to by third party executables (binaries of other packages),
6477           should be installed in subdirectories of the
6478           <file>/usr/lib</file> directory.  Such files are exempt from the
6479           rules that govern ordinary shared libraries, except that
6480           they must not be installed executable and should be
6481           stripped.<footnote>
6482               A common example are the so-called "plug-ins",
6483               internal shared objects that are dynamically loaded by
6484               programs using <manref name="dlopen" section="3">.
6485           </footnote>
6486         </p>
6487
6488         <p>
6489           Packages containing shared libraries that may be linked to
6490           by other packages' binaries, but which for some
6491           <em>compelling</em> reason can not be installed in
6492           <file>/usr/lib</file> directory, may install the shared library
6493           files in subdirectories of the <file>/usr/lib</file> directory,
6494           in which case they should arrange to add that directory in
6495           <file>/etc/ld.so.conf</file> in the package's post-installation
6496           script, and remove it in the package's post-removal script.
6497         </p>
6498
6499         <p>
6500           An ever increasing number of packages are using
6501           <prgn>libtool</prgn> to do their linking.  The latest GNU
6502           libtools (>= 1.3a) can take advantage of the metadata in the
6503           installed <prgn>libtool</prgn> archive files (<file>*.la</file>
6504           files).  The main advantage of <prgn>libtool</prgn>'s
6505           <file>.la</file> files is that it allows <prgn>libtool</prgn> to
6506           store and subsequently access metadata with respect to the
6507           libraries it builds.  <prgn>libtool</prgn> will search for
6508           those files, which contain a lot of useful information about
6509           a library (such as library dependency information for static
6510           linking).  Also, they're <em>essential</em> for programs
6511           using <tt>libltdl</tt>.<footnote>
6512               Although <prgn>libtool</prgn> is fully capable of
6513               linking against shared libraries which don't have
6514               <tt>.la</tt> files, as it is a mere shell script it can
6515               add considerably to the build time of a
6516               <prgn>libtool</prgn>-using package if that shell script
6517               has to derive all this information from first principles
6518               for each library every time it is linked.  With the
6519               advent of <prgn>libtool</prgn> version 1.4 (and to a
6520               lesser extent <prgn>libtool</prgn> version 1.3), the
6521               <file>.la</file> files also store information about
6522               inter-library dependencies which cannot necessarily be
6523               derived after the <file>.la</file> file is deleted.
6524           </footnote>
6525         </p>
6526
6527         <p>
6528           Packages that use <prgn>libtool</prgn> to create shared
6529           libraries should include the <file>.la</file> files in the
6530           <tt>-dev</tt> package, unless the package relies on
6531           <tt>libtool</tt>'s <tt>libltdl</tt> library, in which case
6532           the <tt>.la</tt> files must go in the run-time library
6533           package.
6534         </p>
6535
6536         <p>
6537           You must make sure that you use only released versions of
6538           shared libraries to build your packages; otherwise other
6539           users will not be able to run your binaries
6540           properly. Producing source packages that depend on
6541           unreleased compilers is also usually a bad
6542           idea.
6543         </p>
6544       </sect>
6545
6546
6547       <sect>
6548         <heading>Shared libraries</heading>
6549         <p>
6550           This section has moved to <ref id="sharedlibs">.
6551         </p>
6552       </sect>
6553
6554
6555       <sect id="scripts">
6556         <heading>Scripts</heading>
6557
6558         <p>
6559           All command scripts, including the package maintainer
6560           scripts inside the package and used by <prgn>dpkg</prgn>,
6561           should have a <tt>#!</tt> line naming the shell to be used
6562           to interpret them.
6563         </p>
6564
6565         <p>
6566           In the case of Perl scripts this should be
6567           <tt>#!/usr/bin/perl</tt>.
6568         </p>
6569
6570         <p>
6571           Shell scripts (<prgn>sh</prgn> and <prgn>bash</prgn>)
6572           should almost certainly start with <tt>set -e</tt> so that
6573           errors are detected.  Every script should use
6574           <tt>set -e</tt> or check the exit status of <em>every</em>
6575           command.
6576         </p>
6577
6578         <p>
6579           The standard shell interpreter <file>/bin/sh</file> can be a
6580           symbolic link to any POSIX compatible shell, if <tt>echo
6581           -n</tt> does not generate a newline.<footnote>
6582               Debian policy specifies POSIX behavior for
6583               <file>/bin/sh</file>, but <tt>echo -n</tt> has widespread
6584               use in the Linux community (in particular including this
6585               policy, the Linux kernel source, many Debian scripts,
6586               etc.).  This <tt>echo -n</tt> mechanism is valid but not
6587               required under POSIX, hence this explicit addition.
6588               Also, rumour has it that this shall be mandated under
6589               the LSB anyway.
6590           </footnote>
6591           Thus, shell scripts specifying <file>/bin/sh</file> as
6592           interpreter should only use POSIX features. If a script
6593           requires non-POSIX features from the shell interpreter, the
6594           appropriate shell must be specified in the first line of the
6595           script (e.g., <tt>#!/bin/bash</tt>) and the package must
6596           depend on the package providing the shell (unless the shell
6597           package is marked "Essential", as in the case of
6598           <prgn>bash</prgn>).
6599         </p>
6600
6601         <p>
6602           You may wish to restrict your script to POSIX features when
6603           possible so that it may use <file>/bin/sh</file> as its
6604           interpreter. If your script works with <prgn>dash</prgn>
6605           (originally called <prgn>ash</prgn>), it's probably POSIX
6606           compliant, but if you are in doubt, use
6607           <file>/bin/bash</file>.
6608         </p>
6609
6610         <p>
6611           Perl scripts should check for errors when making any
6612           system calls, including <tt>open</tt>, <tt>print</tt>,
6613           <tt>close</tt>, <tt>rename</tt> and <tt>system</tt>.
6614         </p>
6615
6616         <p>
6617           <prgn>csh</prgn> and <prgn>tcsh</prgn> should be avoided as
6618           scripting languages.  See <em>Csh Programming Considered
6619           Harmful</em>, one of the <tt>comp.unix.*</tt> FAQs, which
6620           can be found at <url id="http://language.perl.com/versus/csh.whynot">.
6621           If an upstream package comes with <prgn>csh</prgn> scripts
6622           then you must make sure that they start with
6623           <tt>#!/bin/csh</tt> and make your package depend on the
6624           <prgn>c-shell</prgn> virtual package.
6625         </p>
6626
6627         <p>
6628           Any scripts which create files in world-writeable
6629           directories (e.g., in <file>/tmp</file>) must use a
6630           mechanism which will fail if a file with the same name
6631           already exists.
6632         </p>
6633
6634         <p>
6635           The Debian base system provides the <prgn>tempfile</prgn>
6636           and <prgn>mktemp</prgn> utilities for use by scripts for
6637           this purpose.
6638         </p>
6639       </sect>
6640
6641
6642       <sect>
6643         <heading>Symbolic links</heading>
6644
6645         <p>
6646           In general, symbolic links within a top-level directory
6647           should be relative, and symbolic links pointing from one
6648           top-level directory into another should be absolute. (A
6649           top-level directory is a sub-directory of the root
6650           directory <file>/</file>.)
6651         </p>
6652
6653         <p>
6654           In addition, symbolic links should be specified as short as
6655           possible, i.e., link targets like <file>foo/../bar</file> are
6656           deprecated.
6657         </p>
6658
6659         <p>
6660           Note that when creating a relative link using
6661           <prgn>ln</prgn> it is not necessary for the target of the
6662           link to exist relative to the working directory you're
6663           running <prgn>ln</prgn> from, nor is it necessary to change
6664           directory to the directory where the link is to be made.
6665           Simply include the string that should appear as the target
6666           of the link (this will be a pathname relative to the
6667           directory in which the link resides) as the first argument
6668           to <prgn>ln</prgn>.
6669         </p>
6670
6671         <p>
6672           For example, in your <prgn>Makefile</prgn> or
6673           <file>debian/rules</file>, you can do things like:
6674           <example compact="compact">
6675 ln -fs gcc $(prefix)/bin/cc
6676 ln -fs gcc debian/tmp/usr/bin/cc
6677 ln -fs ../sbin/sendmail $(prefix)/bin/runq
6678 ln -fs ../sbin/sendmail debian/tmp/usr/bin/runq
6679           </example>
6680         </p>
6681
6682         <p>
6683           A symbolic link pointing to a compressed file should always
6684           have the same file extension as the referenced file. (For
6685           example, if a file <file>foo.gz</file> is referenced by a
6686           symbolic link, the filename of the link has to end with
6687           "<file>.gz</file>" too, as in <file>bar.gz</file>.)
6688         </p>
6689       </sect>
6690
6691       <sect>
6692         <heading>Device files</heading>
6693
6694         <p>
6695           Packages must not include device files in the package file
6696           tree.
6697         </p>
6698
6699         <p>
6700           If a package needs any special device files that are not
6701           included in the base system, it must call
6702           <prgn>MAKEDEV</prgn> in the <prgn>postinst</prgn> script,
6703           after notifying the user<footnote>
6704               This notification could be done via a (low-priority)
6705               debconf message, or an echo (printf) statement.
6706           </footnote>.
6707         </p>
6708
6709         <p>
6710           Packages must not remove any device files in the
6711           <prgn>postrm</prgn> or any other script. This is left to the
6712           system administrator.
6713         </p>
6714
6715         <p>
6716           Debian uses the serial devices
6717           <file>/dev/ttyS*</file>. Programs using the old
6718           <file>/dev/cu*</file> devices should be changed to use
6719           <file>/dev/ttyS*</file>.
6720         </p>
6721       </sect>
6722
6723       <sect id="config-files">
6724         <heading>Configuration files</heading>
6725
6726         <sect1>
6727           <heading>Definitions</heading>
6728
6729           <p>
6730             <taglist>
6731               <tag>configuration file</tag>
6732               <item>
6733                   A file that affects the operation of a program, or
6734                   provides site- or host-specific information, or
6735                   otherwise customizes the behavior of a program.
6736                   Typically, configuration files are intended to be
6737                   modified by the system administrator (if needed or
6738                   desired) to conform to local policy or to provide
6739                   more useful site-specific behavior.
6740               </item>
6741
6742               <tag><tt>conffile</tt></tag>
6743               <item>
6744                   A file listed in a package's <tt>conffiles</tt>
6745                   file, and is treated specially by <prgn>dpkg</prgn>
6746                   (see <ref id="configdetails">).
6747               </item>
6748             </taglist>
6749           </p>
6750
6751           <p>
6752             The distinction between these two is important; they are
6753             not interchangeable concepts. Almost all
6754             <tt>conffile</tt>s are configuration files, but many
6755             configuration files are not <tt>conffiles</tt>.
6756           </p>
6757
6758           <p>
6759             Note that a script that embeds configuration information
6760             (such as most of the files in <file>/etc/default</file> and
6761             <file>/etc/cron.{daily,weekly,monthly}</file>) is de-facto a
6762             configuration file and should be treated as such.
6763           </p>
6764         </sect1>
6765
6766         <sect1>
6767           <heading>Location</heading>
6768
6769           <p>
6770             Any configuration files created or used by your package
6771             must reside in <file>/etc</file>. If there are several,
6772             consider creating a subdirectory of <file>/etc</file>
6773             named after your package.
6774           </p>
6775
6776           <p>
6777             If your package creates or uses configuration files
6778             outside of <file>/etc</file>, and it is not feasible to modify
6779             the package to use <file>/etc</file> directly, put the files
6780             in <file>/etc</file> and create symbolic links to those files
6781             from the location that the package requires.
6782           </p>
6783         </sect1>
6784
6785         <sect1>
6786           <heading>Behavior</heading>
6787
6788           <p>
6789             Configuration file handling must conform to the following
6790             behavior:
6791             <list compact="compact">
6792               <item>
6793                   local changes must be preserved during a package
6794                   upgrade, and
6795               </item>
6796               <item>
6797                   configuration files must be preserved when the
6798                   package is removed, and only deleted when the
6799                   package is purged.
6800               </item>
6801             </list>
6802           </p>
6803
6804           <p>
6805             The easy way to achieve this behavior is to make the
6806             configuration file a <tt>conffile</tt>. This is
6807             appropriate only if it is possible to distribute a default
6808             version that will work for most installations, although
6809             some system administrators may choose to modify it. This
6810             implies that the default version will be part of the
6811             package distribution, and must not be modified by the
6812             maintainer scripts during installation (or at any other
6813             time).
6814           </p>
6815
6816           <p>
6817             In order to ensure that local changes are preserved
6818             correctly, no package may contain or make hard links to
6819             conffiles.<footnote>
6820                 Rationale: There are two problems with hard links.
6821                 The first is that some editors break the link while
6822                 editing one of the files, so that the two files may
6823                 unwittingly become unlinked and different.  The second
6824                 is that <prgn>dpkg</prgn> might break the hard link
6825                 while upgrading <tt>conffile</tt>s.
6826             </footnote>
6827           </p>
6828
6829           <p>
6830             The other way to do it is via the maintainer scripts.  In
6831             this case, the configuration file must not be listed as a
6832             <tt>conffile</tt> and must not be part of the package
6833             distribution. If the existence of a file is required for
6834             the package to be sensibly configured it is the
6835             responsibility of the package maintainer to provide
6836             maintainer scripts which correctly create, update and
6837             maintain the file and remove it on purge.  (See <ref
6838             id="maintainerscripts"> for more information.)  These
6839             scripts must be idempotent (i.e., must work correctly if
6840             <prgn>dpkg</prgn> needs to re-run them due to errors
6841             during installation or removal), must cope with all the
6842             variety of ways <prgn>dpkg</prgn> can call maintainer
6843             scripts, must not overwrite or otherwise mangle the user's
6844             configuration without asking, must not ask unnecessary
6845             questions (particularly during upgrades), and otherwise be
6846             good citizens.
6847           </p>
6848
6849           <p>
6850             The scripts are not required to configure every possible
6851             option for the package, but only those necessary to get
6852             the package running on a given system. Ideally the
6853             sysadmin should not have to do any configuration other
6854             than that done (semi-)automatically by the
6855             <prgn>postinst</prgn> script.
6856           </p>
6857
6858           <p>
6859             A common practice is to create a script called
6860             <file><var>package</var>-configure</file> and have the
6861             package's <prgn>postinst</prgn> call it if and only if the
6862             configuration file does not already exist.  In certain
6863             cases it is useful for there to be an example or template
6864             file which the maintainer scripts use.  Such files should
6865             be in <file>/usr/share/<var>package</var></file> or
6866             <file>/usr/lib/<var>package</var></file> (depending on whether
6867             they are architecture-independent or not).  There should
6868             be symbolic links to them from
6869             <file>/usr/share/doc/<var>package</var>/examples</file> if
6870             they are examples, and should be perfectly ordinary
6871             <prgn>dpkg</prgn>-handled files (<em>not</em>
6872             configuration files).
6873           </p>
6874
6875           <p>
6876             These two styles of configuration file handling must
6877             not be mixed, for that way lies madness:
6878             <prgn>dpkg</prgn> will ask about overwriting the file
6879             every time the package is upgraded.
6880           </p>
6881         </sect1>
6882
6883         <sect1>
6884           <heading>Sharing configuration files</heading>
6885
6886           <p>
6887             Packages which specify the same file as a
6888             <tt>conffile</tt> must be tagged as <em>conflicting</em>
6889             with each other.  (This is an instance of the general rule
6890             about not sharing files.  Note that neither alternatives
6891             nor diversions are likely to be appropriate in this case;
6892             in particular, <prgn>dpkg</prgn> does not handle diverted
6893             <tt>conffile</tt>s well.)
6894           </p>
6895
6896           <p>
6897             The maintainer scripts must not alter a <tt>conffile</tt>
6898             of <em>any</em> package, including the one the scripts
6899             belong to.
6900           </p>
6901
6902           <p>
6903             If two or more packages use the same configuration file
6904             and it is reasonable for both to be installed at the same
6905             time, one of these packages must be defined as
6906             <em>owner</em> of the configuration file, i.e., it will be
6907             the package which handles that file as a configuration
6908             file.  Other packages that use the configuration file must
6909             depend on the owning package if they require the
6910             configuration file to operate. If the other package will
6911             use the configuration file if present, but is capable of
6912             operating without it, no dependency need be declared.
6913           </p>
6914
6915           <p>
6916             If it is desirable for two or more related packages to
6917             share a configuration file <em>and</em> for all of the
6918             related packages to be able to modify that configuration
6919             file, then the following should be done:
6920             <enumlist compact="compact">
6921               <item>
6922                   One of the related packages (the "owning" package)
6923                   will manage the configuration file with maintainer
6924                   scripts as described in the previous section.
6925               </item>
6926               <item>
6927                   The owning package should also provide a program
6928                   that the other packages may use to modify the
6929                   configuration file.
6930               </item>
6931               <item>
6932                   The related packages must use the provided program
6933                   to make any desired modifications to the
6934                   configuration file.  They should either depend on
6935                   the core package to guarantee that the configuration
6936                   modifier program is available or accept gracefully
6937                   that they cannot modify the configuration file if it
6938                   is not.  (This is in addition to the fact that the
6939                   configuration file may not even be present in the
6940                   latter scenario.)
6941               </item>
6942             </enumlist>
6943           </p>
6944
6945           <p>
6946             Sometimes it's appropriate to create a new package which
6947             provides the basic infrastructure for the other packages
6948             and which manages the shared configuration files.  (The
6949             <tt>sgml-base</tt> package is a good example.)
6950           </p>
6951         </sect1>
6952
6953         <sect1>
6954           <heading>User configuration files ("dotfiles")</heading>
6955
6956           <p>
6957             The files in <file>/etc/skel</file> will automatically be
6958             copied into new user accounts by <prgn>adduser</prgn>.
6959             No other program should reference the files in
6960             <file>/etc/skel</file>.
6961           </p>
6962
6963           <p>
6964             Therefore, if a program needs a dotfile to exist in
6965             advance in <file>$HOME</file> to work sensibly, that dotfile
6966             should be installed in <file>/etc/skel</file> and treated as a
6967             configuration file.
6968           </p>
6969
6970           <p>
6971             However, programs that require dotfiles in order to
6972             operate sensibly are a bad thing, unless they do create
6973             the dotfiles themselves automatically.
6974           </p>
6975
6976           <p>
6977             Furthermore, programs should be configured by the Debian
6978             default installation to behave as closely to the upstream
6979             default behaviour as possible.
6980           </p>
6981
6982           <p>
6983             Therefore, if a program in a Debian package needs to be
6984             configured in some way in order to operate sensibly, that
6985             should be done using a site-wide configuration file placed
6986             in <file>/etc</file>.  Only if the program doesn't support a
6987             site-wide default configuration and the package maintainer
6988             doesn't have time to add it may a default per-user file be
6989             placed in <file>/etc/skel</file>.
6990           </p>
6991
6992           <p>
6993             <file>/etc/skel</file> should be as empty as we can make it.
6994             This is particularly true because there is no easy (or
6995             necessarily desirable) mechanism for ensuring that the
6996             appropriate dotfiles are copied into the accounts of
6997             existing users when a package is installed.
6998           </p>
6999         </sect1>
7000       </sect>
7001
7002       <sect>
7003         <heading>Log files</heading>
7004         <p>
7005           Log files should usually be named
7006           <file>/var/log/<var>package</var>.log</file>.  If you have many
7007           log files, or need a separate directory for permission
7008           reasons (<file>/var/log</file> is writable only by
7009           <file>root</file>), you should usually create a directory named
7010           <file>/var/log/<var>package</var></file> and place your log
7011           files there.
7012         </p>
7013
7014         <p>
7015           Log files must be rotated occasionally so that they don't
7016           grow indefinitely; the best way to do this is to drop a log
7017           rotation configuration file into the directory
7018           <file>/etc/logrotate.d</file> and use the facilities provided by
7019           logrotate.<footnote>
7020             <p>
7021               The traditional approach to log files has been to set up
7022               <em>ad hoc</em> log rotation schemes using simple shell
7023               scripts and cron.  While this approach is highly
7024               customizable, it requires quite a lot of sysadmin work.
7025               Even though the original Debian system helped a little
7026               by automatically installing a system which can be used
7027               as a template, this was deemed not enough.
7028             </p>
7029
7030             <p>
7031               The use of <prgn>logrotate</prgn>, a program developed
7032               by Red Hat, is better, as it centralizes log management.
7033               It has both a configuration file
7034               (<file>/etc/logrotate.conf</file>) and a directory where
7035               packages can drop their individual log rotation
7036               configurations (<file>/etc/logrotate.d</file>).
7037             </p>
7038           </footnote>
7039           Here is a good example for a logrotate config
7040           file (for more information see <manref name="logrotate"
7041             section="8">):
7042           <example compact="compact">
7043 /var/log/foo/*.log {
7044 rotate 12
7045 weekly
7046 compress
7047 postrotate
7048 /etc/init.d/foo force-reload
7049 endscript
7050 }
7051           </example>
7052           This rotates all files under <file>/var/log/foo</file>, saves 12
7053           compressed generations, and forces the daemon to reload its
7054           configuration information after the log rotation.
7055         </p>
7056
7057         <p>
7058           Log files should be removed when the package is
7059           purged (but not when it is only removed).  This should be
7060           done by the <prgn>postrm</prgn> script when it is called
7061           with the argument <tt>purge</tt> (see <ref
7062           id="removedetails">).
7063         </p>
7064       </sect>
7065
7066       <sect>
7067         <heading>Permissions and owners</heading>
7068
7069         <p>
7070           The rules in this section are guidelines for general use.
7071           If necessary you may deviate from the details below.
7072           However, if you do so you must make sure that what is done
7073           is secure and you should try to be as consistent as possible
7074           with the rest of the system.  You should probably also
7075           discuss it on <prgn>debian-devel</prgn> first.
7076         </p>
7077
7078         <p>
7079           Files should be owned by <tt>root.root</tt>, and made
7080           writable only by the owner and universally readable (and
7081           executable, if appropriate), that is mode 644 or 755.
7082         </p>
7083
7084         <p>
7085           Directories should be mode 755 or (for group-writability)
7086           mode 2775.  The ownership of the directory should be
7087           consistent with its mode: if a directory is mode 2775, it
7088           should be owned by the group that needs write access to
7089           it.
7090         </p>
7091
7092         <p>
7093           Setuid and setgid executables should be mode 4755 or 2755
7094           respectively, and owned by the appropriate user or group.
7095           They should not be made unreadable (modes like 4711 or
7096           2711 or even 4111); doing so achieves no extra security,
7097           because anyone can find the binary in the freely available
7098           Debian package; it is merely inconvenient.  For the same
7099           reason you should not restrict read or execute permissions
7100           on non-set-id executables.
7101         </p>
7102
7103         <p>
7104           Some setuid programs need to be restricted to particular
7105           sets of users, using file permissions.  In this case they
7106           should be owned by the uid to which they are set-id, and by
7107           the group which should be allowed to execute them.  They
7108           should have mode 4754; again there is no point in making
7109           them unreadable to those users who must not be allowed to
7110           execute them.
7111         </p>
7112
7113         <p>
7114           It is possible to arrange that the system administrator can
7115           reconfigure the package to correspond to their local
7116           security policy by changing the permissions on a binary:
7117           they can do this by using <prgn>dpkg-statoverride</prgn>, as
7118           described below.<footnote>
7119               Ordinary files installed by <prgn>dpkg</prgn> (as
7120               opposed to <tt>conffile</tt>s and other similar objects)
7121               normally have their permissions reset to the distributed
7122               permissions when the package is reinstalled.  However,
7123               the use of <prgn>dpkg-statoverride</prgn> overrides this
7124               default behaviour.  If you use this method, you should
7125               remember to describe <prgn>dpkg-statoverride</prgn> in
7126               the package documentation; being a relatively new
7127               addition to Debian, it is probably not yet well-known.
7128           </footnote>
7129           Another method you should consider is to create a group for
7130           people allowed to use the program(s) and make any setuid
7131           executables executable only by that group.
7132         </p>
7133
7134         <p>
7135           If you need to create a new user or group for your package
7136           there are two possibilities.  Firstly, you may need to
7137           make some files in the binary package be owned by this
7138           user or group, or you may need to compile the user or
7139           group id (rather than just the name) into the binary
7140           (though this latter should be avoided if possible, as in
7141           this case you need a statically allocated id).</p>
7142
7143         <p>
7144           If you need a statically allocated id, you must ask for a
7145           user or group id from the <tt>base-passwd</tt> maintainer,
7146           and must not release the package until you have been
7147           allocated one.  Once you have been allocated one you must
7148           either make the package depend on a version of the
7149           <tt>base-passwd</tt> package with the id present in
7150           <file>/etc/passwd</file> or <file>/etc/group</file>, or arrange for
7151           your package to create the user or group itself with the
7152           correct id (using <tt>adduser</tt>) in its
7153           <prgn>preinst</prgn> or <prgn>postinst</prgn>.  (Doing it in
7154           the <prgn>postinst</prgn> is to be preferred if it is
7155           possible, otherwise a pre-dependency will be needed on the
7156           <tt>adduser</tt> package.)
7157         </p>
7158
7159         <p>
7160           On the other hand, the program might be able to determine
7161           the uid or gid from the user or group name at runtime, so
7162           that a dynamically allocated id can be used.  In this case
7163           you should choose an appropriate user or group name,
7164           discussing this on <prgn>debian-devel</prgn> and checking
7165           with the <package/base-passwd/ maintainer that it is unique and that
7166           they do not wish you to use a statically allocated id
7167           instead.  When this has been checked you must arrange for
7168           your package to create the user or group if necessary using
7169           <prgn>adduser</prgn> in the <prgn>preinst</prgn> or
7170           <prgn>postinst</prgn> script (again, the latter is to be
7171           preferred if it is possible).
7172         </p>
7173
7174         <p>
7175           Note that changing the numeric value of an id associated
7176           with a name is very difficult, and involves searching the
7177           file system for all appropriate files.  You need to think
7178           carefully whether a static or dynamic id is required, since
7179           changing your mind later will cause problems.
7180         </p>
7181
7182         <sect1><heading>The use of <prgn>dpkg-statoverride</prgn></heading>
7183           <p>
7184             This section is not intended as policy, but as a
7185             description of the use of <prgn>dpkg-statoverride</prgn>.
7186           </p>
7187
7188           <p>
7189             <prgn>dpkg-statoverride</prgn> is a replacement for the
7190             deprecated <tt>suidmanager</tt> package.  Packages which
7191             previously used <tt>suidmanager</tt> should have a
7192             <tt>Conflicts: suidmanager (<< 0.50)</tt> entry (or even
7193             <tt>(<< 0.52)</tt>), and calls to <tt>suidregister</tt>
7194             and <tt>suidunregister</tt> should now be simply removed
7195             from the maintainer scripts.
7196           </p>
7197
7198           <p>
7199             If a system administrator wishes to have a file (or
7200             directory or other such thing) installed with owner and
7201             permissions different from those in the distributed Debian
7202             package, he can use the <prgn>dpkg-statoverride</prgn>
7203             program to instruct <prgn>dpkg</prgn> to use the different
7204             settings every time the file is installed.  Thus the
7205             package maintainer should distribute the files with their
7206             normal permissions, and leave it for the system
7207             administrator to make any desired changes.  For example, a
7208             daemon which is normally required to be setuid root, but
7209             in certain situations could be used without being setuid,
7210             should be installed setuid in the <tt>.deb</tt>.  Then the
7211             local system administrator can change this if they wish.
7212             If there are two standard ways of doing it, the package
7213             maintainer can use <tt>debconf</tt> to find out the
7214             preference, and call <prgn>dpkg-statoverride</prgn> in the
7215             maintainer script if necessary to accommodate the system
7216             administrator's choice.
7217           </p>
7218
7219           <p>
7220             Given the above, <prgn>dpkg-statoverride</prgn> is
7221             essentially a tool for system administrators and would not
7222             normally be needed in the maintainer scripts.  There is
7223             one type of situation, though, where calls to
7224             <prgn>dpkg-statoverride</prgn> would be needed in the
7225             maintainer scripts, and that involves packages which use
7226             dynamically allocated user or group ids.  In such a
7227             situation, something like the following idiom can be very
7228             helpful in the package's <prgn>postinst</prgn>, where
7229             <tt>sysuser</tt> is a dynamically allocated id:
7230             <example>
7231 for i in /usr/bin/foo /usr/sbin/bar
7232 do
7233   if ! dpkg-statoverride --list $i >/dev/null
7234   then
7235     dpkg-statoverride --update --add sysuser root 4755 $i
7236   fi
7237 done
7238             </example>
7239             The corresponding <tt>dpkg-statoverride --remove</tt>
7240             calls can then be made unconditionally when the package is
7241             purged.
7242           </p>
7243         </sect1>
7244       </sect>
7245     </chapt>
7246
7247
7248     <chapt id="customized-programs">
7249       <heading>Customized programs</heading>
7250
7251       <sect id="arch-spec">
7252         <heading>Architecture specification strings</heading>
7253
7254         <p>
7255           If a program needs to specify an <em>architecture specification
7256             string</em> in some place, the following format should be
7257             used: <var>arch</var>-<var>os</var><footnote>
7258               The following architectures and operating systems are
7259               currently recognised by <prgn>dpkg-archictecture</prgn>.
7260               The architecture, <tt><var>arch</var></tt>, is one of
7261               the following: <tt>alpha</tt>, <tt>arm</tt>,
7262               <tt>hppa</tt>, <tt>i386</tt>, <tt>ia64</tt>,
7263               <tt>m68k</tt>, <tt>mips</tt>, <tt>mipsel</tt>,
7264               <tt>powerpc</tt>, <tt>s390</tt>, <tt>sh</tt>,
7265               <tt>sheb</tt>, <tt>sparc</tt> and <tt>sparc64</tt>.  The
7266               operating system, <tt><var>os</var></tt>, is one of:
7267               <tt>linux</tt>, <tt>gnu</tt>, <tt>freebsd</tt> and
7268               <tt>openbsd</tt>.  Use of <tt>gnu</tt> in this string is
7269               reserved for the GNU/Hurd operating system.
7270           </footnote>.
7271         </p>
7272
7273         <p>
7274           Note that we don't want to use
7275           <tt><var>arch</var>-debian-linux</tt> to apply to the rule
7276           <tt><var>architecture</var>-<var>vendor</var>-<var>os</var></tt>
7277           since this would make our programs incompatible with other
7278           Linux distributions.  We also don't use something like
7279           <tt><var>arch</var>-unknown-linux</tt>, since the
7280           <tt>unknown</tt> does not look very good.
7281         </p>
7282       </sect>
7283
7284       <sect>
7285         <heading>Daemons</heading>
7286
7287         <p>
7288           The configuration files <file>/etc/services</file>,
7289           <file>/etc/protocols</file>, and <file>/etc/rpc</file> are managed
7290           by the <prgn>netbase</prgn> package and must not be modified
7291           by other packages.
7292         </p>
7293
7294         <p>
7295           If a package requires a new entry in one of these files, the
7296           maintainer should get in contact with the
7297           <prgn>netbase</prgn> maintainer, who will add the entries
7298           and release a new version of the <prgn>netbase</prgn>
7299           package.
7300         </p>
7301
7302         <p>
7303           The configuration file <file>/etc/inetd.conf</file> must not be
7304           modified by the package's scripts except via the
7305           <prgn>update-inetd</prgn> script or the
7306           <file>DebianNet.pm</file> Perl module.  See their documentation
7307           for details on how to add entries.
7308         </p>
7309
7310         <p>
7311           If a package wants to install an example entry into
7312           <file>/etc/inetd.conf</file>, the entry must be preceded with
7313           exactly one hash character (<tt>#</tt>). Such lines are
7314           treated as "commented out by user" by the
7315           <prgn>update-inetd</prgn> script and are not changed or
7316           activated during package updates.
7317         </p>
7318       </sect>
7319
7320       <sect>
7321         <heading>Using pseudo-ttys and modifying wtmp, utmp and
7322         lastlog</heading>
7323
7324         <p>
7325           Some programs need to create pseudo-ttys. This should be done
7326           using Unix98 ptys if the C library supports it. The resulting
7327           program must not be installed setuid root, unless that
7328           is required for other functionality.
7329         </p>
7330
7331         <p>
7332           The files <file>/var/run/utmp</file>, <file>/var/log/wtmp</file> and
7333           <file>/var/log/lastlog</file> must be installed writeable by
7334           group <tt>utmp</tt>.  Programs which need to modify those
7335           files must be installed setgid <tt>utmp</tt>.
7336         </p>
7337       </sect>
7338
7339       <sect>
7340         <heading>Editors and pagers</heading>
7341
7342         <p>
7343           Some programs have the ability to launch an editor or pager
7344           program to edit or display a text document.  Since there are
7345           lots of different editors and pagers available in the Debian
7346           distribution, the system administrator and each user should
7347           have the possibility to choose his/her preferred editor and
7348           pager.
7349         </p>
7350
7351         <p>
7352           In addition, every program should choose a good default
7353           editor/pager if none is selected by the user or system
7354           administrator.
7355         </p>
7356
7357         <p>
7358           Thus, every program that launches an editor or pager must
7359           use the EDITOR or PAGER environment variable to determine
7360           the editor or pager the user wishes to use.  If these
7361           variables are not set, the programs <file>/usr/bin/editor</file>
7362           and <file>/usr/bin/pager</file> should be used, respectively.
7363         </p>
7364
7365         <p>
7366           These two files are managed through the <prgn>dpkg</prgn>
7367           "alternatives" mechanism.  Thus every package providing an
7368           editor or pager must call the
7369           <prgn>update-alternatives</prgn> script to register these
7370           programs.
7371         </p>
7372
7373         <p>
7374           If it is very hard to adapt a program to make use of the
7375           EDITOR or PAGER variables, that program may be configured to
7376           use <file>/usr/bin/sensible-editor</file> and
7377           <file>/usr/bin/sensible-pager</file> as the editor or pager
7378           program respectively.  These are two scripts provided in the
7379           Debian base system that check the EDITOR and PAGER variables
7380           and launch the appropriate program, and fall back to
7381           <file>/usr/bin/editor</file> and <file>/usr/bin/pager</file> if the
7382           variable is not set.
7383         </p>
7384
7385         <p>
7386           A program may also use the VISUAL environment variable to
7387           determine the user's choice of editor.  If it exists, it
7388           should take precedence over EDITOR.  This is in fact what
7389           <file>/usr/bin/sensible-editor</file> does.
7390         </p>
7391
7392         <p>
7393           It is not required for a package to depend on
7394           <tt>editor</tt> and <tt>pager</tt>, nor is it required for a
7395           package to provide such virtual packages.<footnote>
7396               The Debian base system already provides an editor and a
7397               pager program.
7398           </footnote>
7399         </p>
7400       </sect>
7401
7402       <sect id="web-appl">
7403         <heading>Web servers and applications</heading>
7404
7405         <p>
7406           This section describes the locations and URLs that should
7407           be used by all web servers and web applications in the
7408           Debian system.
7409         </p>
7410
7411         <p>
7412           <enumlist>
7413             <item>
7414                 Cgi-bin executable files are installed in the
7415                 directory
7416                 <example compact="compact">
7417 /usr/lib/cgi-bin/<var>cgi-bin-name</var>
7418                 </example>
7419                 and should be referred to as
7420                 <example compact="compact">
7421 http://localhost/cgi-bin/<var>cgi-bin-name</var>
7422                 </example>
7423             </item>
7424
7425             <item>
7426               <p>Access to HTML documents</p>
7427
7428               <p>
7429                 HTML documents for a package are stored in
7430                 <file>/usr/share/doc/<var>package</var></file>
7431                 and can be referred to as
7432                 <example compact="compact">
7433 http://localhost/doc/<var>package</var>/<var>filename</var>
7434                 </example>
7435               </p>
7436
7437               <p>
7438                 The web server should restrict access to the document
7439                 tree so that only clients on the same host can read
7440                 the documents. If the web server does not support such
7441                 access controls, then it should not provide access at
7442                 all, or ask about providing access during installation.
7443               </p>
7444             </item>
7445
7446             <item>
7447               <p>Web Document Root</p>
7448
7449               <p>
7450                 Web Applications should try to avoid storing files in
7451                 the Web Document Root.  Instead they should use the
7452                 /usr/share/doc/<var>package</var> directory for
7453                 documents and register the Web Application via the
7454                 menu package.  If access to the web document root is
7455                 unavoidable then use
7456                 <example compact="compact">
7457 /var/www
7458                 </example>
7459                 as the Document Root.  This might be just a symbolic
7460                 link to the location where the system administrator
7461                 has put the real document root.
7462               </p>
7463             </item>
7464
7465           </enumlist>
7466         </p>
7467       </sect>
7468
7469       <sect id="mail-transport-agents">
7470         <heading>Mail transport, delivery and user agents</heading>
7471
7472         <p>
7473           Debian packages which process electronic mail, whether mail
7474           user agents (MUAs) or mail transport agents (MTAs), must
7475           ensure that they are compatible with the configuration
7476           decisions below.  Failure to do this may result in lost
7477           mail, broken <tt>From:</tt> lines, and other serious brain
7478           damage!
7479         </p>
7480
7481         <p>
7482           The mail spool is <file>/var/mail</file> and the interface to
7483           send a mail message is <file>/usr/sbin/sendmail</file> (as per
7484           the FHS).  On older systems, the mail spool may be
7485           physically located in <file>/var/spool/mail</file>, but all
7486           access to the mail spool should be via the
7487           <file>/var/mail</file> symlink.  The mail spool is part of the
7488           base system and not part of the MTA package.
7489         </p>
7490
7491         <p>
7492           All Debian MUAs, MTAs, MDAs and other mailbox accessing
7493           programs (such as IMAP daemons) must lock the mailbox in an
7494           NFS-safe way. This means that <tt>fcntl()</tt> locking must
7495           be combined with dot locking.  To avoid deadlocks, a program
7496           should use <tt>fcntl()</tt> first and dot locking after
7497           this, or alternatively implement the two locking methods in
7498           a non blocking way<footnote>
7499               If it is not possible to establish both locks, the
7500               system shouldn't wait for the second lock to be
7501               established, but remove the first lock, wait a (random)
7502               time, and start over locking again.
7503           </footnote>. Using the functions <tt>maillock</tt> and
7504           <tt>mailunlock</tt> provided by the
7505           <tt>liblockfile*</tt><footnote>
7506               You will need to depend on <tt>liblockfile1 (&gt;&gt;1.01)</tt>
7507               to use these functions.
7508           </footnote> packages is the recommended way to realize this.
7509         </p>
7510
7511         <p>
7512           Mailboxes are generally mode 660
7513           <tt><var>user</var>.mail</tt> unless the system
7514           administrator has chosen otherwise.  A MUA may remove a
7515           mailbox (unless it has nonstandard permissions) in which
7516           case the MTA or another MUA must recreate it if needed.
7517           Mailboxes must be writable by group mail.
7518         </p>
7519
7520         <p>
7521           The mail spool is 2775 <tt>root.mail</tt>, and MUAs should
7522           be setgid mail to do the locking mentioned above (and
7523           must obviously avoid accessing other users' mailboxes
7524           using this privilege).</p>
7525
7526         <p>
7527           <file>/etc/aliases</file> is the source file for the system mail
7528           aliases (e.g., postmaster, usenet, etc.), it is the one
7529           which the sysadmin and <prgn>postinst</prgn> scripts may
7530           edit.  After <file>/etc/aliases</file> is edited the program or
7531           human editing it must call <prgn>newaliases</prgn>.  All MTA
7532           packages must come with a <prgn>newaliases</prgn> program,
7533           even if it does nothing, but older MTA packages did not do
7534           this so programs should not fail if <prgn>newaliases</prgn>
7535           cannot be found.  Note that because of this, all MTA
7536           packages must have <tt>Provides</tt>, <tt>Conflicts</tt> and
7537           <tt>Replaces: mail-transport-agent</tt> control file
7538           fields.
7539         </p>
7540
7541         <p>
7542           The convention of writing <tt>forward to
7543             <var>address</var></tt> in the mailbox itself is not
7544           supported.  Use a <tt>.forward</tt> file instead.</p>
7545
7546         <p>
7547           The <prgn>rmail</prgn> program used by UUCP
7548           for incoming mail should be  <file>/usr/sbin/rmail</file>.
7549           Likewise, <prgn>rsmtp</prgn>, for receiving
7550           batch-SMTP-over-UUCP, should be <file>/usr/sbin/rsmtp</file> if it
7551           is supported.</p>
7552
7553         <p>
7554           If your package needs to know what hostname to use on (for
7555           example) outgoing news and mail messages which are generated
7556           locally, you should use the file <file>/etc/mailname</file>.  It
7557           will contain the portion after the username and <tt>@</tt>
7558           (at) sign for email addresses of users on the machine
7559           (followed by a newline).
7560         </p>
7561
7562         <p>
7563           Such package should check for the existence of this file
7564           when it is being configured.  If it exists, it should be
7565           used without comment, although an MTA's configuration script
7566           may wish to prompt the user even if it finds that this file
7567           exists.  If the file does not exist, the package should
7568           prompt the user for the value (preferably using
7569           <prgn>debconf</prgn>) and store it in <file>/etc/mailname</file>
7570           as well as using it in the package's configuration.  The
7571           prompt should make it clear that the name will not just be
7572           used by that package.  For example, in this situation the
7573           <tt>inn</tt> package could say something like:
7574           <example compact="compact">
7575 Please enter the "mail name" of your system.  This is the
7576 hostname portion of the address to be shown on outgoing
7577 news and mail messages.  The default is
7578 <var>syshostname</var>, your system's host name.  Mail
7579 name ["<var>syshostname</var>"]:
7580           </example>
7581           where <var>syshostname</var> is the output of <tt>hostname
7582             --fqdn</tt>.
7583         </p>
7584       </sect>
7585
7586       <sect>
7587         <heading>News system configuration</heading>
7588
7589         <p>
7590           All the configuration files related to the NNTP (news)
7591           servers and clients should be located under
7592           <file>/etc/news</file>.</p>
7593
7594         <p>
7595           There are some configuration issues that apply to a number
7596           of news clients and server packages on the machine. These
7597           are:
7598
7599           <taglist>
7600             <tag><file>/etc/news/organization</file></tag>
7601             <item>
7602                 A string which should appear as the
7603                 organization header for all messages posted
7604                 by NNTP clients on the machine
7605             </item>
7606
7607             <tag><file>/etc/news/server</file></tag>
7608             <item>
7609                 Contains the FQDN of the upstream NNTP
7610                 server, or localhost if the local machine is
7611                 an NNTP server.
7612             </item>
7613           </taglist>
7614
7615           Other global files may be added as required for cross-package news
7616           configuration.
7617         </p>
7618       </sect>
7619
7620
7621       <sect>
7622         <heading>Programs for the X Window System</heading>
7623
7624         <sect1>
7625           <heading>Providing X support and package priorities</heading>
7626
7627           <p>
7628             Programs that can be configured with support for the X
7629             Window System must be configured to do so and must declare
7630             any package dependencies necessary to satisfy their
7631             runtime requirements when using the X Window System.  If
7632             such a package is of higher priority than the X packages
7633             on which it depends, it is required that either the
7634             X-specific components be split into a separate package, or
7635             that an alternative version of the package, which includes
7636             X support, be provided, or that the package's priority be
7637             lowered.
7638           </p>
7639         </sect1>
7640
7641         <sect1>
7642           <heading>Packages providing an X server</heading>
7643
7644           <p>
7645             Packages that provide an X server that, directly or
7646             indirectly, communicates with real input and display
7647             hardware should declare in their control data that they
7648             provide the virtual package <tt>xserver</tt>.<footnote>
7649                 This implements current practice, and provides an
7650                 actual policy for usage of the <tt>xserver</tt>
7651                 virtual package which appears in the virtual packages
7652                 list.  In a nutshell, X servers that interface
7653                 directly with the display and input hardware or via
7654                 another subsystem (e.g., GGI) should provide
7655                 <tt>xserver</tt>.  Things like <tt>Xvfb</tt>,
7656                 <tt>Xnest</tt>, and <tt>Xprt</tt> should not.
7657             </footnote>
7658           </p>
7659         </sect1>
7660
7661         <sect1>
7662           <heading>Packages providing a terminal emulator</heading>
7663
7664           <p>
7665             Packages that provide a terminal emulator for the X Window
7666             System which meet the criteria listed below should declare
7667             in their control data that they provide the virtual
7668             package <tt>x-terminal-emulator</tt>.  They should also
7669             register themselves as an alternative for
7670             <file>/usr/bin/x-terminal-emulator</file>, with a priority of
7671             20.
7672           </p>
7673
7674           <p>
7675             To be an <tt>x-terminal-emulator</tt>, a program must:
7676             <list compact="compact">
7677               <item>
7678                   Be able to emulate a DEC VT100 terminal, or a
7679                   compatible terminal.
7680               </item>
7681
7682               <item>
7683                   Support the command-line option <tt>-e
7684                     <var>command</var></tt>, which creates a new
7685                   terminal window<footnote>
7686                       "New terminal window" does not necessarily mean
7687                       a new top-level X window directly parented by
7688                       the window manager; it could, if the terminal
7689                       emulator application were so coded, be a new
7690                       "view" in a multiple-document interface (MDI).
7691                   </footnote>
7692                   and runs the specified <var>command</var>,
7693                   interpreting the entirity of the rest of the command
7694                   line as a command to pass straight to exec, in the
7695                   manner that <tt>xterm</tt> does.
7696               </item>
7697
7698               <item>
7699                   Support the command-line option <tt>-T
7700                     <var>title</var></tt>, which creates a new terminal
7701                   window with the window title <var>title</var>.
7702               </item>
7703             </list>
7704           </p>
7705         </sect1>
7706
7707         <sect1>
7708           <heading>Packages providing a window manager</heading>
7709
7710           <p>
7711             Packages that provide a window manager should declare in
7712             their control data that they provide the virtual package
7713             <tt>x-window-manager</tt>.  They should also register
7714             themselves as an alternative for
7715             <file>/usr/bin/x-window-manager</file>, with a priority
7716             calculated as follows:
7717             <list compact="compact">
7718               <item>
7719                   Start with a priority of 20.
7720               </item>
7721
7722               <item>
7723                   If the window manager supports the Debian menu
7724                   system, add 20 points if this support is available
7725                   in the package's default configuration (i.e., no
7726                   configuration files belonging to the system or user
7727                   have to be edited to activate the feature); if
7728                   configuration files must be modified, add only 10
7729                   points.
7730                 </p>
7731               </item>
7732
7733               <item>
7734                   If the window manager complies with <url
7735                     id="http://www.freedesktop.org/standards/wm-spec.html"
7736                     name="The Window Manager Specification Project">,
7737                   written by the <url id="http://www.freedesktop.org/"
7738                     name="Free Desktop Group">, add 40 points.
7739               </item>
7740
7741               <item>
7742                   If the window manager permits the X session to be
7743                   restarted using a <em>different</em> window manager
7744                   (without killing the X server) in its default
7745                   configuration, add 10 points; otherwise add none.
7746               </item>
7747             </list>
7748           </p>
7749         </sect1>
7750
7751         <sect1>
7752           <heading>Packages providing fonts</heading>
7753
7754           <p>
7755             Packages that provide fonts for the X Window
7756             System<footnote>
7757                 For the purposes of Debian Policy, a "font for the X
7758                 Window System" is one which is accessed via X protocol
7759                 requests.  Fonts for the Linux console, for PostScript
7760                 renderers, or any other purpose, do not fit this
7761                 definition.  Any tool which makes such fonts available
7762                 to the X Window System, however, must abide by this
7763                 font policy.
7764             </footnote>
7765             must do a number of things to ensure that they are both
7766             available without modification of the X or font server
7767             configuration, and that they do not corrupt files used by
7768             other font packages to register information about
7769             themselves.
7770             <enumlist>
7771               <item>
7772                   Fonts of any type supported by the X Window System
7773                   must be in a separate binary package from any
7774                   executables, libraries, or documentation (except
7775                   that specific to the fonts shipped, such as their
7776                   license information).  If one or more of the fonts
7777                   so packaged are necessary for proper operation of
7778                   the package with which they are associated the font
7779                   package may be Recommended; if the fonts merely
7780                   provide an enhancement, a Suggests relationship may
7781                   be used.  Packages must not Depend on font
7782                   packages.<footnote>
7783                       This is because the X server may retrieve fonts
7784                       from the local filesystem or over the network
7785                       from an X font server; the Debian package system
7786                       is empowered to deal only with the local
7787                       filesystem.
7788                   </footnote>
7789               </item>
7790
7791               <item>
7792                   BDF fonts must be converted to PCF fonts with the
7793                   <prgn>bdftopcf</prgn> utility (available in the
7794                   <tt>xutils</tt> package, <prgn>gzip</prgn>ped, and
7795                   placed in a directory that corresponds to their
7796                   resolution:
7797                   <list compact="compact">
7798                     <item>
7799                         100 dpi fonts must be placed in
7800                         <file>/usr/X11R6/lib/X11/fonts/100dpi/</file>.
7801                     </item>
7802
7803                     <item>
7804                         75 dpi fonts must be placed in
7805                         <file>/usr/X11R6/lib/X11/fonts/75dpi/</file>.
7806                     </item>
7807
7808                     <item>
7809                         Character-cell fonts, cursor fonts, and other
7810                         low-resolution fonts must be placed in
7811                         <file>/usr/X11R6/lib/X11/fonts/misc/</file>.
7812                     </item>
7813                   </list>
7814               </item>
7815
7816               <item>
7817                   Speedo fonts must be placed in
7818                   <file>/usr/X11R6/lib/X11/fonts/Speedo/</file>.
7819               </item>
7820
7821               <item>
7822                   Type 1 fonts must be placed in
7823                   <file>/usr/X11R6/lib/X11/fonts/Type1/</file>.  If font
7824                   metric files are available, they must be placed here
7825                   as well.
7826               </item>
7827
7828               <item>
7829                   Subdirectories of <file>/usr/X11R6/lib/X11/fonts/</file>
7830                   other than those listed above must be neither
7831                   created nor used.  (The <file>PEX</file>, <file>CID</file>,
7832                   and <file>cyrillic</file> directories are excepted for
7833                   historical reasons, but installation of files into
7834                   these directories remains discouraged.)
7835               </item>
7836
7837               <item>
7838                   Font packages may, instead of placing files directly
7839                   in the X font directories listed above, provide
7840                   symbolic links in that font directory pointing to
7841                   the files' actual location in the filesystem.  Such
7842                   a location must comply with the FHS.
7843               </item>
7844
7845               <item>
7846                   Font packages should not contain both 75dpi and
7847                   100dpi versions of a font.  If both are available,
7848                   they should be provided in separate binary packages
7849                   with <tt>-75dpi</tt> or <tt>-100dpi</tt> appended to
7850                   the names of the packages containing the
7851                   corresponding fonts.
7852               </item>
7853
7854               <item>
7855                   Fonts destined for the <file>misc</file> subdirectory
7856                   should not be included in the same package as 75dpi
7857                   or 100dpi fonts; instead, they should be provided in
7858                   a separate package with <tt>-misc</tt> appended to
7859                   its name.
7860               </item>
7861
7862               <item>
7863                   Font packages must not provide the files
7864                   <file>fonts.dir</file>, <file>fonts.alias</file>, or
7865                   <file>fonts.scale</file> in a font directory:
7866                   <list>
7867                     <item>
7868                         <file>fonts.dir</file> files must not be provided at all.
7869                     </item>
7870
7871                     <item>
7872                         <file>fonts.alias</file> and <file>fonts.scale</file>
7873                         files, if needed, should be provided in the
7874                         directory
7875                         <file>/etc/X11/fonts/<var>fontdir</var>/<var>package</var>.<var>extension</var></file>,
7876                         where <var>fontdir</var> is the name of the
7877                         subdirectory of
7878                         <file>/usr/X11R6/lib/X11/fonts/</file> where the
7879                         package's corresponding fonts are stored
7880                         (e.g., <tt>75dpi</tt> or <tt>misc</tt>),
7881                         <var>package</var> is the name of the package
7882                         that provides these fonts, and
7883                         <var>extension</var> is either <tt>scale</tt>
7884                         or <tt>alias</tt>, whichever corresponds to
7885                         the file contents.
7886                     </item>
7887                   </list>
7888               </item>
7889
7890               <item>
7891                   Font packages must declare a dependency on
7892                   <tt>xutils (&gt;&gt; 4.0.3)</tt> in their control
7893                   data.
7894               </item>
7895
7896               <item>
7897                   Font packages that provide one or more
7898                   <file>fonts.scale</file> files as described above must
7899                   invoke <prgn>update-fonts-scale</prgn> on each
7900                   directory into which they installed fonts
7901                   <em>before</em> invoking
7902                   <prgn>update-fonts-dir</prgn> on that directory.
7903                   This invocation must occur in both the
7904                   <prgn>postinst</prgn> (for all arguments) and
7905                   <prgn>postrm</prgn> (for all arguments except
7906                   <tt>upgrade</tt>) scripts.
7907               </item>
7908
7909               <item>
7910                   Font packages that provide one or more
7911                   <file>fonts.alias</file> files as described above must
7912                   invoke <prgn>update-fonts-alias</prgn> on each
7913                   directory into which they installed fonts.  This
7914                   invocation must occur in both the
7915                   <prgn>postinst</prgn> (for all arguments) and
7916                   <prgn>postrm</prgn> (for all arguments except
7917                   <tt>upgrade</tt>) scripts.
7918               </item>
7919
7920               <item>
7921                   Font packages must invoke
7922                   <prgn>update-fonts-dir</prgn> on each directory into
7923                   which they installed fonts.  This invocation must
7924                   occur in both the <prgn>postinst</prgn> (for all
7925                   arguments) and <prgn>postrm</prgn> (for all
7926                   arguments except <tt>upgrade</tt>) scripts.
7927               </item>
7928
7929               <item>
7930                   Font packages must not provide alias names for the
7931                   fonts they include which collide with alias names
7932                   already in use by fonts already packaged.
7933               </item>
7934
7935               <item>
7936                   Font packages must not provide fonts with the same
7937                   XLFD registry name as another font already packaged.
7938               </item>
7939             </enumlist>
7940           </p>
7941         </sect1>
7942
7943         <sect1>
7944           <heading>Application defaults files</heading>
7945
7946           <p>
7947             Application defaults files must be installed in the
7948             directory <file>/etc/X11/app-defaults/</file> (use of a
7949             localized subdirectory of <file>/etc/X11/</file> as described
7950             in the <em>X Toolkit Intrinsics - C Language
7951             Interface</em> manual is also permitted).  They must be
7952             registered as <tt>conffile</tt>s or handled as
7953             configuration files.  Packages must not provide the
7954             directory <file>/usr/X11R6/lib/X11/app-defaults/</file>.
7955           </p>
7956
7957           <p>
7958             Customization of programs' X resources may also be
7959             supported with the provision of a file with the same name
7960             as that of the package placed in the
7961             <file>/etc/X11/Xresources/</file> directory, which must
7962             registered as a <tt>conffile</tt> or handled as a
7963             configuration file.<footnote>
7964                 Note that this mechanism is not the same as using
7965                 app-defaults; app-defaults are tied to the client
7966                 binary on the local filesystem, whereas X resources
7967                 are stored in the X server and affect all connecting
7968                 clients.
7969             </footnote>
7970             <em>Important:</em> packages that install files into the
7971             <file>/etc/X11/Xresources/</file> directory must conflict with
7972             <tt>xbase (&lt;&lt; 3.3.2.3a-2)</tt>; if this is not done
7973             it is possible for the installing package to destroy a
7974             previously-existing <file>/etc/X11/Xresources</file> file
7975             which had been customized by the system administrator.
7976           </p>
7977         </sect1>
7978
7979         <sect1>
7980           <heading>Installation directory issues</heading>
7981
7982           <p>
7983             Packages using the X Window System should not be
7984             configured to install files under the <file>/usr/X11R6/</file>
7985             directory unless they use <prgn>imake</prgn>. The
7986             <file>/usr/X11R6/</file> directory hierarchy should be
7987             regarded as deprecated for all packages except the X
7988             Window System itself, and those which use the
7989             <prgn>imake</prgn> program it provides, in which case the
7990             packages may transition out of the <file>/usr/X11R6/</file>
7991             directory at the maintainer's discretion.<footnote>
7992                 <prgn>Imake</prgn>-using programs are exempt because,
7993                 as long as they are written correctly, the pathnames
7994                 they use to locate resources and install themselves
7995                 are derived wholly from the X Window System
7996                 configuration.  Thus, in the event that the X Window
7997                 System moves to <file>/usr/X11R7/</file>,
7998                 <file>/usr/X12/</file>, or just plain <file>/usr/</file>, all
7999                 that is required for these programs is a recompile
8000                 against the corresponding X Window System library
8001                 development packages.
8002             </footnote>
8003           </p>
8004
8005           <p>
8006             Programs that use GNU <prgn>autoconf</prgn> and
8007             <prgn>automake</prgn> are usually easily configured at
8008             compile time to use <file>/usr/</file> instead of
8009             <file>/usr/X11R6/</file>, and this should be done whenever
8010             possible.  Configuration files for window managers and
8011             display managers should be placed in a subdirectory of
8012             <file>/etc/X11/</file> corresponding to the package name due
8013             to these programs' tight integration with the mechanisms
8014             of the X Window System.  Application-level programs should
8015             use the <file>/etc/</file> directory unless otherwise mandated
8016             by policy.
8017           </p>
8018
8019           <p>
8020             The installation of files into subdirectories
8021             of <file>/usr/X11R6/include/X11/</file> and
8022             <file>/usr/X11R6/lib/X11/</file> is permitted but discouraged;
8023             package maintainers should determine if subdirectories of
8024             <file>/usr/lib/</file> and <file>/usr/share/</file> can be used
8025             instead.  (The use of symbolic links from the
8026             <file>X11R6</file> directories to other FHS-compliant
8027             locations is encouraged if the program is not easily
8028             configured to look elsewhere for its files.)
8029           </p>
8030
8031           <p>
8032             Packages must not provide or install files into the directories
8033             <file>/usr/bin/X11/</file>, <file>/usr/include/X11/</file> or
8034             <file>/usr/lib/X11/</file>.  Files within a package should,
8035             however, make reference to these directories, rather than
8036             their <tt>X11R6</tt>-named counterparts
8037             <file>/usr/X11R6/bin/</file>, <file>/usr/X11R6/include/X11/</file>
8038             and <file>/usr/X11R6/lib/X11/</file>, if the resources being
8039             referred to have not been moved to other FHS-compliant
8040             locations.
8041           </p>
8042         </sect1>
8043
8044         <sect1>
8045           <heading>The OSF/Motif and OpenMotif libraries</heading>
8046
8047           <p>
8048             <em>Programs that require the non-DFSG-compliant OSF/Motif or
8049               OpenMotif libraries</em><footnote>
8050                 OSF/Motif and OpenMotif are collectively referred to as
8051                 "Motif" in this policy document.
8052             </footnote>
8053             should be compiled against and tested with LessTif (a free
8054             re-implementation of Motif) instead.  If the maintainer
8055             judges that the program or programs do not work
8056             sufficiently well with LessTif to be distributed and
8057             supported, but do so when compiled against Motif, then two
8058             versions of the package should be created; one linked
8059             statically against Motif and with <tt>-smotif</tt>
8060             appended to the package name, and one linked dynamically
8061             against Motif and with <tt>-dmotif</tt> appended to the
8062             package name.
8063           </p>
8064
8065           <p>
8066             Both Motif-linked versions are dependent
8067             upon non-DFSG-compliant software and thus cannot be
8068             uploaded to the <em>main</em> distribution; if the
8069             software is itself DFSG-compliant it may be uploaded to
8070             the <em>contrib</em> distribution.  While known existing
8071             versions of Motif permit unlimited redistribution of
8072             binaries linked against the library (whether statically or
8073             dynamically), it is the package maintainer's
8074             responsibility to determine whether this is permitted by
8075             the license of the copy of Motif in his or her possession.
8076           </p>
8077         </sect1>
8078       </sect>
8079
8080       <sect id="perl">
8081         <heading>Perl programs and modules</heading>
8082
8083         <p>
8084           Perl programs and modules should follow the current Perl policy.
8085         </p>
8086
8087         <p>
8088           The Perl policy can be found in the <tt>perl-policy</tt>
8089           files in the <tt>debian-policy</tt> package.
8090           It is also available from the Debian web mirrors at
8091           <tt><url name="/doc/packaging-manuals/perl-policy/"
8092                 id="http://www.debian.org/doc/packaging-manuals/perl-policy/"></tt>
8093           and from the Debian archive mirrors at
8094           <tt><url name="/doc/package-developer/perl-policy.txt.gz"
8095                 id="http://ftp.debian.org/debian/doc/package-developer/perl-policy.txt.gz"></tt>.
8096         </p>
8097       </sect>
8098
8099       <sect id="emacs">
8100         <heading>Emacs lisp programs</heading>
8101
8102         <p>
8103           Please refer to the "Debian Emacs Policy" for details of how to
8104           package emacs lisp programs.
8105         </p>
8106
8107         <p>
8108           The Emacs policy is available in
8109           <file>debian-emacs-policy.gz</file> of the
8110           <package>emacsen-common</package> package.
8111           It is also available from the Debian web mirrors at
8112           <tt><url name="/doc/packaging-manuals/debian-emacs-policy"
8113                 id="http://www.debian.org/doc/packaging-manuals/debian-emacs-policy"></tt>.
8114         </p>
8115       </sect>
8116
8117       <sect>
8118         <heading>Games</heading>
8119
8120         <p>
8121           The permissions on <file>/var/games</file> are mode 755, owner
8122           <tt>root</tt> and group <tt>root</tt>.
8123         </p>
8124
8125         <p>
8126           Each game decides on its own security policy.</p>
8127
8128         <p>
8129           Games which require protected, privileged access to
8130           high-score files, savegames, etc., may be made
8131           set-<em>group</em>-id (mode 2755) and owned by
8132           <tt>root.games</tt>, and use files and directories with
8133           appropriate permissions (770 <tt>root.games</tt>, for
8134           example).  They must not be made
8135           set-<em>user</em>-id, as this causes security problems. (If
8136           an attacker can subvert any set-user-id game they can
8137           overwrite the executable of any other, causing other players
8138           of these games to run a Trojan horse program.  With a
8139           set-group-id game the attacker only gets access to less
8140           important game data, and if they can get at the other
8141           players' accounts at all it will take considerably more
8142           effort.)</p>
8143
8144         <p>
8145           Some packages, for example some fortune cookie programs, are
8146           configured by the upstream authors to install with their
8147           data files or other static information made unreadable so
8148           that they can only be accessed through set-id programs
8149           provided.  You should not do this in a Debian package: anyone can
8150           download the <file>.deb</file> file and read the data from it,
8151           so there is no point making the files unreadable.  Not
8152           making the files unreadable also means that you don't have
8153           to make so many programs set-id, which reduces the risk of a
8154           security hole.</p>
8155
8156         <p>
8157           As described in the FHS, binaries of games should be
8158           installed in the directory <file>/usr/games</file>. This also
8159           applies to games that use the X Window System. Manual pages
8160           for games (X and non-X games) should be installed in
8161           <file>/usr/share/man/man6</file>.</p>
8162       </sect>
8163     </chapt>
8164
8165
8166     <chapt id="docs">
8167       <heading>Documentation</heading>
8168
8169       <sect>
8170         <heading>Manual pages</heading>
8171
8172         <p>
8173           You should install manual pages in <prgn>nroff</prgn> source
8174           form, in appropriate places under <file>/usr/share/man</file>.
8175           You should only use sections 1 to 9 (see the FHS for more
8176           details).  You must not install a preformatted "cat page".
8177         </p>
8178
8179         <p>
8180           Each program, utility, and function should have an
8181           associated manual page included in the same package. It is
8182           suggested that all configuration files also have a manual
8183           page included as well. Manual pages for protocols and other
8184           auxiliary things are optional.
8185         </p>
8186
8187         <p>
8188           If no manual page is available, this is considered as a bug
8189           and should be reported to the Debian Bug Tracking System (the
8190           maintainer of the package is allowed to write this bug report
8191           themselves, if they so desire).  Do not close the bug report
8192           until a proper manpage is available.<footnote>
8193               It is not very hard to write a man page. See the
8194               <url id="http://www.schweikhardt.net/man_page_howto.html"
8195                 name="Man-Page-HOWTO">,
8196               <manref name="man" section="7">, the examples
8197               created by <prgn>debmake</prgn> or <prgn>dh_make</prgn>,
8198               the helper programs <prgn>help2man</prgn>, or the
8199               directory <file>/usr/share/doc/man-db/examples</file>.
8200           </footnote>
8201         </p>
8202
8203         <p>
8204           You may forward a complaint about a missing manpage to the
8205           upstream authors, and mark the bug as forwarded in the
8206           Debian bug tracking system.  Even though the GNU Project do
8207           not in general consider the lack of a manpage to be a bug,
8208           we do; if they tell you that they don't consider it a bug
8209           you should leave the bug in our bug tracking system open
8210           anyway.
8211         </p>
8212
8213         <p>
8214           Manual pages should be installed compressed using <tt>gzip -9</tt>.
8215         </p>
8216
8217         <p>
8218           If one manpage needs to be accessible via several names it
8219           is better to use a symbolic link than the <file>.so</file>
8220           feature, but there is no need to fiddle with the relevant
8221           parts of the upstream source to change from <file>.so</file> to
8222           symlinks: don't do it unless it's easy.  You should not
8223           create hard links in the manual page directories, nor put
8224           absolute filenames in <file>.so</file> directives.  The filename
8225           in a <file>.so</file> in a manpage should be relative to the
8226           base of the manpage tree (usually
8227           <file>/usr/share/man</file>). If you do not create any links
8228           (whether symlinks, hard links, or <tt>.so</tt> directives)
8229           in the filesystem to the alternate names of the manpage,
8230           then you should not rely on <prgn>man</prgn> finding your
8231           manpage under those names based solely on the information in
8232           the manpage's header.<footnote>
8233               Supporting this in <prgn>man</prgn> often requires
8234               unreasonable processing time to find a manual page or to
8235               report that none exists, and moves knowledge into man's
8236               database that would be better left in the filesystem.
8237               This support is therefore deprecated and will cease to
8238               be present in the future.
8239           </footnote>
8240         </p>
8241       </sect>
8242
8243       <sect>
8244         <heading>Info documents</heading>
8245
8246         <p>
8247           Info documents should be installed in <file>/usr/share/info</file>.
8248           They should be compressed with <tt>gzip -9</tt>.
8249         </p>
8250
8251         <p>
8252           Your package should call <prgn>install-info</prgn> to update
8253           the Info <file>dir</file> file in its <prgn>postinst</prgn>
8254           script when called with a <tt>configure</tt> argument, for
8255           example:
8256           <example compact="compact">
8257 install-info --quiet --section Development Development \
8258   /usr/share/info/foobar.info
8259           </example></p>
8260
8261         <p>
8262           It is a good idea to specify a section for the location of
8263           your program; this is done with the <tt>--section</tt>
8264           switch.  To determine which section to use, you should look
8265           at <file>/usr/share/info/dir</file> on your system and choose the most
8266           relevant (or create a new section if none of the current
8267           sections are relevant).  Note that the <tt>--section</tt>
8268           flag takes two arguments; the first is a regular expression
8269           to match (case-insensitively) against an existing section,
8270           the second is used when creating a new one.</p>
8271
8272         <p>
8273           You should remove the entries in the <prgn>prerm</prgn>
8274           script when called with a <tt>remove</tt> argument:
8275           <example compact="compact">
8276 install-info --quiet --remove /usr/share/info/foobar.info
8277           </example></p>
8278
8279         <p>
8280           If <prgn>install-info</prgn> cannot find a description entry
8281           in the Info file you must supply one.  See <manref
8282           name="install-info" section="8"> for details.</p>
8283       </sect>
8284
8285       <sect>
8286         <heading>Additional documentation</heading>
8287
8288         <p>
8289           Any additional documentation that comes with the package may
8290           be installed at the discretion of the package maintainer.
8291           Text documentation should be installed in the directory
8292           <file>/usr/share/doc/<var>package</var></file>, where
8293           <var>package</var> is the name of the package, and
8294           compressed with <tt>gzip -9</tt> unless it is small.
8295         </p>
8296
8297         <p>
8298           If a package comes with large amounts of documentation which
8299           many users of the package will not require you should create
8300           a separate binary package to contain it, so that it does not
8301           take up disk space on the machines of users who do not need
8302           or want it installed.</p>
8303
8304         <p>
8305           It is often a good idea to put text information files
8306           (<file>README</file>s, changelogs, and so forth) that come with
8307           the source package in <file>/usr/share/doc/<var>package</var></file>
8308           in the binary package.  However, you don't need to install
8309           the instructions for building and installing the package, of
8310           course!</p>
8311
8312         <p>
8313           Packages must not require the existence of any files in
8314           <file>/usr/share/doc/</file> in order to function
8315           <footnote>
8316               The system administrator should be able to
8317               delete files in <file>/usr/share/doc/</file> without causing
8318               any programs to break.
8319           </footnote>.
8320           Any files that are referenced by programs but are also
8321           useful as standalone documentation should be installed under
8322           <file>/usr/share/<var>package</var>/</file> with symbolic links from
8323           <file>/usr/share/doc/<var>package</var></file>.
8324         </p>
8325
8326         <p>
8327           <file>/usr/share/doc/<var>package</var></file> may be a symbolic
8328           link to another directory in <file>/usr/share/doc</file> only if
8329           the two packages both come from the same source and the
8330           first package Depends on the second.
8331         </p>
8332
8333         <p>
8334           Former Debian releases placed all additional documentation
8335           in <file>/usr/doc/<var>package</var></file>.  This has been
8336           changed to <file>/usr/share/doc/<var>package</var></file>,
8337           and packages must not put documentation in the directory
8338           <file>/usr/doc/<var>package</var></file>. <footnote>
8339             At this phase of the transition, we no longer require a
8340             symbolic link in <file>/usr/doc/</file>. At a later point,
8341             policy shall change to make the symbolic links a bug.
8342           </footnote>
8343         </p>
8344       </sect>
8345
8346       <sect>
8347         <heading>Preferred documentation formats</heading>
8348
8349         <p>
8350           The unification of Debian documentation is being carried out
8351           via HTML.</p>
8352
8353         <p>
8354           If your package comes with extensive documentation in a
8355           markup format that can be converted to various other formats
8356           you should if possible ship HTML versions in a binary
8357           package, in the directory
8358           <file>/usr/share/doc/<var>appropriate-package</var></file> or
8359           its subdirectories.<footnote>
8360               The rationale: The important thing here is that HTML
8361               docs should be available in <em>some</em> package, not
8362               necessarily in the main binary package.
8363           </footnote>
8364         </p>
8365
8366         <p>
8367           Other formats such as PostScript may be provided at the
8368           package maintainer's discretion.
8369         </p>
8370       </sect>
8371
8372       <sect id="copyrightfile">
8373         <heading>Copyright information</heading>
8374
8375         <p>
8376           Every package must be accompanied by a verbatim copy of its
8377           copyright and distribution license in the file
8378           <file>/usr/share/doc/<var>package</var>/copyright</file>. This
8379           file must neither be compressed nor be a symbolic link.
8380         </p>
8381
8382         <p>
8383           In addition, the copyright file must say where the upstream
8384           sources (if any) were obtained.  It should name the original
8385           authors of the package and the Debian maintainer(s) who were
8386           involved with its creation.</p>
8387
8388         <p>
8389           A copy of the file which will be installed in
8390           <file>/usr/share/doc/<var>package</var>/copyright</file> should
8391           be in <file>debian/copyright</file> in the source package.
8392         </p>
8393
8394         <p>
8395           <file>/usr/share/doc/<var>package</var></file> may be a symbolic
8396           link to another directory in <file>/usr/share/doc</file> only if
8397           the two packages both come from the same source and the
8398           first package Depends on the second.  These rules are
8399           important because copyrights must be extractable by
8400           mechanical means.
8401         </p>
8402
8403         <p>
8404           Packages distributed under the UCB BSD license, the Artistic
8405           license, the GNU GPL, and the GNU LGPL should refer to the
8406           files <file>/usr/share/common-licenses/BSD</file>,
8407           <file>/usr/share/common-licenses/Artistic</file>,
8408           <file>/usr/share/common-licenses/GPL</file>, and
8409           <file>/usr/share/common-licenses/LGPL</file> respectively,
8410           rather than quoting them in the copyright file.
8411         </p>
8412
8413         <p>
8414           You should not use the copyright file as a general <file>README</file>
8415           file.  If your package has such a file it should be
8416           installed in <file>/usr/share/doc/<var>package</var>/README</file> or
8417           <file>README.Debian</file> or some other appropriate place.</p>
8418       </sect>
8419
8420       <sect>
8421         <heading>Examples</heading>
8422
8423         <p>
8424           Any examples (configurations, source files, whatever),
8425           should be installed in a directory
8426           <file>/usr/share/doc/<var>package</var>/examples</file>.  These
8427           files should not be referenced by any program: they're there
8428           for the benefit of the system administrator and users as
8429           documentation only.  Architecture-specific example files
8430           should be installed in a directory
8431           <file>/usr/lib/<var>package</var>/examples</file> with symbolic
8432           links to them from
8433           <file>/usr/share/doc/<var>package</var>/examples</file>, or the
8434           latter directory itself may be a symbolic link to the
8435           former.
8436         </p>
8437
8438         <p>
8439           If the purpose of a package is to provide examples, then the
8440           example files may be installed into
8441           <file>/usr/share/doc/<var>package</var></file>.
8442         </p>
8443       </sect>
8444
8445       <sect id="changelogs">
8446         <heading>Changelog files</heading>
8447
8448         <p>
8449           Packages that are not Debian-native must contain a
8450           compressed copy of the <file>debian/changelog</file> file from
8451           the Debian source tree in
8452           <file>/usr/share/doc/<var>package</var></file> with the name
8453           <file>changelog.Debian.gz</file>.
8454         </p>
8455
8456         <p>
8457           If an upstream changelog is available, it should be accessible as
8458           <file>/usr/share/doc/<var>package</var>/changelog.gz</file> in
8459           plain text.  If the upstream changelog is distributed in
8460           HTML, it should be made available in that form as
8461           <file>/usr/share/doc/<var>package</var>/changelog.html.gz</file>
8462           and a plain text <file>changelog.gz</file> should be generated
8463           from it using, for example, <tt>lynx -dump -nolist</tt>.  If
8464           the upstream changelog files do not already conform to this
8465           naming convention, then this may be achieved either by
8466           renaming the files, or by adding a symbolic link, at the
8467           maintainer's discretion.<footnote>
8468               Rationale: People should not have to look in places for
8469               upstream changelogs merely because they are given
8470               different names or are distributed in HTML format.
8471           </footnote>
8472         </p>
8473
8474         <p>
8475           All of these files should be installed compressed using
8476           <tt>gzip -9</tt>, as they will become large with time even
8477           if they start out small.
8478         </p>
8479
8480         <p>
8481           If the package has only one changelog which is used both as
8482           the Debian changelog and the upstream one because there is
8483           no separate upstream maintainer then that changelog should
8484           usually be installed as
8485           <file>/usr/share/doc/<var>package</var>/changelog.gz</file>; if
8486           there is a separate upstream maintainer, but no upstream
8487           changelog, then the Debian changelog should still be called
8488           <file>changelog.Debian.gz</file>.
8489         </p>
8490
8491         <p>
8492           For details about the format and contents of the Debian
8493           changelog file, please see <ref id="dpkgchangelog">.
8494         </p>
8495       </sect>
8496     </chapt>
8497
8498     <appendix id="pkg-scope">
8499       <heading>Introduction and scope of these appendices</heading>
8500
8501       <p>
8502         These appendices are taken essentially verbatim from the
8503         now-deprecated Packaging Manual, version 3.2.1.0.  They are
8504         the chapters which are likely to be of use to package
8505         maintainers and which have not already been included in the
8506         policy document itself. Most of these sections are very likely
8507         not relevant to policy; they should be treated as
8508         documentation for the packaging system. Please note that these
8509         appendices are included for convenience, and for historical
8510         reasons: they used to be part of policy package, and they have
8511         not yet been incorporated into dpkg documentation. However,
8512         they still have value, and hence they are presented here.
8513       </p>
8514
8515       <p>
8516         They have not yet been checked to ensure that they are
8517         compatible with the contents of policy, and if there are any
8518         contradictions, the version in the main policy document takes
8519         precedence.  The remaining chapters of the old Packaging
8520         Manual have also not been read in detail to ensure that there
8521         are not parts which have been left out.  Both of these will be
8522         done in due course.
8523       </p>
8524
8525       <p>
8526         Certain parts of the Packaging manual were integrated into the
8527         Policy Manual proper, and removed from the appendices. Links
8528         have been placed from the old locations to the new ones.
8529       </p>
8530
8531       <p>
8532         <prgn>dpkg</prgn> is a suite of programs for creating binary
8533         package files and installing and removing them on Unix
8534         systems.<footnote>
8535             <prgn>dpkg</prgn> is targetted primarily at Debian
8536             GNU/Linux, but may work on or be ported to other
8537             systems.
8538         </footnote>
8539       </p>
8540
8541       <p>
8542         The binary packages are designed for the management of
8543         installed executable programs (usually compiled binaries) and
8544         their associated data, though source code examples and
8545         documentation are provided as part of some packages.</p>
8546
8547       <p>
8548         This manual describes the technical aspects of creating Debian
8549         binary packages (<file>.deb</file> files).  It documents the
8550         behaviour of the package management programs
8551         <prgn>dpkg</prgn>, <prgn>dselect</prgn> et al. and the way
8552         they interact with packages.</p>
8553
8554       <p>
8555         It also documents the interaction between
8556         <prgn>dselect</prgn>'s core and the access method scripts it
8557         uses to actually install the selected packages, and describes
8558         how to create a new access method.</p>
8559
8560       <p>
8561         This manual does not go into detail about the options and
8562         usage of the package building and installation tools.  It
8563         should therefore be read in conjuction with those programs'
8564         manpages.
8565       </p>
8566
8567       <p>
8568         The utility programs which are provided with <prgn>dpkg</prgn>
8569         for managing various system configuration and similar issues,
8570         such as <prgn>update-rc.d</prgn> and
8571         <prgn>install-info</prgn>, are not described in detail here -
8572         please see their manpages.
8573       </p>
8574
8575       <p>
8576         It is assumed that the reader is reasonably familiar with the
8577         <prgn>dpkg</prgn> System Administrators' manual.
8578         Unfortunately this manual does not yet exist.
8579       </p>
8580
8581       <p>
8582         The Debian version of the FSF's GNU hello program is provided
8583         as an example for people wishing to create Debian
8584         packages. The Debian <prgn>debmake</prgn> package is
8585         recommended as a very helpful tool in creating and maintaining
8586         Debian packages. However, while the tools and examples are
8587         helpful, they do not replace the need to read and follow the
8588         Policy and Programmer's Manual.</p>
8589     </appendix>
8590
8591     <appendix id="pkg-binarypkg">
8592       <heading>Binary packages (from old Packaging Manual)</heading>
8593
8594       <p>
8595         The binary package has two main sections.  The first part
8596         consists of various control information files and scripts used
8597         by <prgn>dpkg</prgn> when installing and removing.  See <ref
8598         id="pkg-controlarea">.
8599       </p>
8600
8601       <p>
8602         The second part is an archive containing the files and
8603         directories to be installed.
8604       </p>
8605
8606       <p>
8607         In the future binary packages may also contain other
8608         components, such as checksums and digital signatures. The
8609         format for the archive is described in full in the
8610         <file>deb(5)</file> manpage.
8611       </p>
8612
8613
8614       <sect id="pkg-bincreating"><heading>Creating package files -
8615       <prgn>dpkg-deb</prgn>
8616         </heading>
8617
8618         <p>
8619           All manipulation of binary package files is done by
8620           <prgn>dpkg-deb</prgn>; it's the only program that has
8621           knowledge of the format.  (<prgn>dpkg-deb</prgn> may be
8622           invoked by calling <prgn>dpkg</prgn>, as <prgn>dpkg</prgn>
8623           will spot that the options requested are appropriate to
8624           <prgn>dpkg-deb</prgn> and invoke that instead with the same
8625           arguments.)
8626         </p>
8627
8628         <p>
8629           In order to create a binary package you must make a
8630           directory tree which contains all the files and directories
8631           you want to have in the filesystem data part of the package.
8632           In Debian-format source packages this directory is usually
8633           <file>debian/tmp</file>, relative to the top of the package's
8634           source tree.
8635         </p>
8636
8637         <p>
8638           They should have the locations (relative to the root of the
8639           directory tree you're constructing) ownerships and
8640           permissions which you want them to have on the system when
8641           they are installed.
8642         </p>
8643
8644         <p>
8645           With current versions of <prgn>dpkg</prgn> the uid/username
8646           and gid/groupname mappings for the users and groups being
8647           used should be the same on the system where the package is
8648           built and the one where it is installed.
8649         </p>
8650
8651         <p>
8652           You need to add one special directory to the root of the
8653           miniature filesystem tree you're creating:
8654           <prgn>DEBIAN</prgn>.  It should contain the control
8655           information files, notably the binary package control file
8656           (see <ref id="pkg-controlfile">).
8657         </p>
8658
8659         <p>
8660           The <prgn>DEBIAN</prgn> directory will not appear in the
8661           filesystem archive of the package, and so won't be installed
8662           by <prgn>dpkg</prgn> when the package is installed.
8663         </p>
8664
8665         <p>
8666           When you've prepared the package, you should invoke:
8667           <example>
8668   dpkg --build <var>directory</var>
8669           </example>
8670         </p>
8671
8672         <p>
8673           This will build the package in
8674           <file><var>directory</var>.deb</file>.  (<prgn>dpkg</prgn> knows
8675           that <tt>--build</tt> is a <prgn>dpkg-deb</prgn> option, so
8676           it invokes <prgn>dpkg-deb</prgn> with the same arguments to
8677           build the package.)
8678         </p>
8679
8680         <p>
8681           See the manpage <manref name="dpkg-deb" section="8"> for details of how
8682           to examine the contents of this newly-created file.  You may find the
8683           output of following commands enlightening:
8684           <example>
8685   dpkg-deb --info <var>filename</var>.deb
8686   dpkg-deb --contents <var>filename</var>.deb
8687   dpkg --contents <var>filename</var>.deb
8688           </example>
8689           To view the copyright file for a package you could use this command:
8690           <example>
8691   dpkg --fsys-tarfile <var>filename</var>.deb | tar xof usr/share/doc/<var>\*</var>copyright | less
8692           </example>
8693         </p>
8694       </sect>
8695
8696       <sect id="pkg-controlarea">
8697         <heading>Package control information files</heading>
8698
8699         <p>
8700           The control information portion of a binary package is a
8701           collection of files with names known to <prgn>dpkg</prgn>.
8702           It will treat the contents of these files specially - some
8703           of them contain information used by <prgn>dpkg</prgn> when
8704           installing or removing the package; others are scripts which
8705           the package maintainer wants <prgn>dpkg</prgn> to run.
8706         </p>
8707
8708         <p>
8709           It is possible to put other files in the package control
8710           area, but this is not generally a good idea (though they
8711           will largely be ignored).
8712         </p>
8713
8714         <p>
8715           Here is a brief list of the control info files supported by
8716           <prgn>dpkg</prgn> and a summary of what they're used for.
8717         </p>
8718
8719         <p>
8720           <taglist>
8721             <tag><tt>control</tt>
8722             <item>
8723               <p>
8724                 This is the key description file used by
8725                 <prgn>dpkg</prgn>.  It specifies the package's name
8726                 and version, gives its description for the user,
8727                 states its relationships with other packages, and so
8728                 forth.  See <ref id="sourcecontrolfiles"> and
8729                 <ref id="binarycontrolfiles">.
8730               </p>
8731
8732               <p>
8733                 It is usually generated automatically from information
8734                 in the source package by the
8735                 <prgn>dpkg-gencontrol</prgn> program, and with
8736                 assistance from <prgn>dpkg-shlibdeps</prgn>.
8737                 See <ref id="pkg-sourcetools">.
8738               </p>
8739             </item>
8740
8741             <tag><tt>postinst</tt>, <tt>preinst</tt>, <tt>postrm</tt>,
8742                  <tt>prerm</tt>
8743             </tag>
8744             <item>
8745               <p>
8746                 These are exectuable files (usually scripts) which
8747                 <prgn>dpkg</prgn> runs during installation, upgrade
8748                 and removal of packages.  They allow the package to
8749                 deal with matters which are particular to that package
8750                 or require more complicated processing than that
8751                 provided by <prgn>dpkg</prgn>.  Details of when and
8752                 how they are called are in <ref id="maintainerscripts">.
8753               </p>
8754
8755               <p>
8756                 It is very important to make these scripts idempotent.
8757                 See <ref id="idempotency">.
8758               </p>
8759
8760               <p>
8761                 The maintainer scripts are guaranteed to run with a
8762                 controlling terminal and can interact with the user.
8763                 See <ref id="controllingterminal">.
8764               </p>
8765             </item>
8766
8767             <tag><tt>conffiles</tt>
8768             </tag>
8769             <item>
8770                 This file contains a list of configuration files which
8771                 are to be handled automatically by <prgn>dpkg</prgn>
8772                 (see <ref id="pkg-conffiles">).  Note that not necessarily
8773                 every configuration file should be listed here.
8774             </item>
8775
8776             <tag><tt>shlibs</tt>
8777             </tag>
8778             <item>
8779                 This file contains a list of the shared libraries
8780                 supplied by the package, with dependency details for
8781                 each.  This is used by <prgn>dpkg-shlibdeps</prgn>
8782                 when it determines what dependencies are required in a
8783                 package control file. The <tt>shlibs</tt> file format
8784                 is described on <ref id="shlibs">.
8785             </item>
8786           </taglist>
8787         </p>
8788
8789       <sect id="pkg-controlfile">
8790         <heading>The main control information file: <tt>control</tt></heading>
8791
8792         <p>
8793           The most important control information file used by
8794           <prgn>dpkg</prgn> when it installs a package is
8795           <tt>control</tt>.  It contains all the package's "vital
8796           statistics".
8797         </p>
8798
8799         <p>
8800           The binary package control files of packages built from
8801           Debian sources are made by a special tool,
8802           <prgn>dpkg-gencontrol</prgn>, which reads
8803           <file>debian/control</file> and <file>debian/changelog</file> to
8804           find the information it needs.  See <ref id="pkg-sourcepkg"> for
8805           more details.
8806         </p>
8807
8808         <p>
8809           The fields in binary package control files are listed in
8810           <ref id="binarycontrolfiles">.
8811         </p>
8812
8813         <p>
8814           A description of the syntax of control files and the purpose
8815           of the fields is available in <ref id="controlfields">.
8816         </p>
8817       </sect>
8818
8819       <sect>
8820         <heading>Time Stamps</heading>
8821
8822         <p>
8823           See <ref id="timestamps">.
8824         </p>
8825       </sect>
8826     </appendix>
8827
8828     <appendix id="pkg-sourcepkg">
8829       <heading>Source packages (from old Packaging Manual) </heading>
8830
8831       <p>
8832         The Debian binary packages in the distribution are generated
8833         from Debian sources, which are in a special format to assist
8834         the easy and automatic building of binaries.
8835       </p>
8836
8837       <sect id="pkg-sourcetools">
8838         <heading>Tools for processing source packages</heading>
8839
8840         <p>
8841           Various tools are provided for manipulating source packages;
8842           they pack and unpack sources and help build of binary
8843           packages and help manage the distribution of new versions.
8844         </p>
8845
8846         <p>
8847           They are introduced and typical uses described here; see
8848           <manref name="dpkg-source" section="1"> for full
8849           documentation about their arguments and operation.
8850         </p>
8851
8852         <p>
8853           For examples of how to construct a Debian source package,
8854           and how to use those utilities that are used by Debian
8855           source packages, please see the <prgn>hello</prgn> example
8856           package.
8857         </p>
8858
8859         <sect1>
8860           <heading>
8861             <prgn>dpkg-source</prgn> - packs and unpacks Debian source
8862             packages
8863           </heading>
8864
8865           <p>
8866             This program is frequently used by hand, and is also
8867             called from package-independent automated building scripts
8868             such as <prgn>dpkg-buildpackage</prgn>.
8869           </p>
8870
8871           <p>
8872             To unpack a package it is typically invoked with
8873             <example>
8874   dpkg-source -x <var>.../path/to/filename</var>.dsc
8875             </example>
8876           </p>
8877
8878            <p>
8879             with the <file><var>filename</var>.tar.gz</file> and
8880             <file><var>filename</var>.diff.gz</file> (if applicable) in
8881             the same directory.  It unpacks into
8882             <file><var>package</var>-<var>version</var></file>, and if
8883             applicable
8884             <file><var>package</var>-<var>version</var>.orig</file>, in
8885             the current directory.
8886           </p>
8887
8888           <p>
8889             To create a packed source archive it is typically invoked:
8890             <example>
8891   dpkg-source -b <var>package</var>-<var>version</var>
8892           </example>
8893           </p>
8894
8895           <p>
8896             This will create the <file>.dsc</file>, <file>.tar.gz</file> and
8897             <file>.diff.gz</file> (if appropriate) in the current
8898             directory.  <prgn>dpkg-source</prgn> does not clean the
8899             source tree first - this must be done separately if it is
8900             required.
8901           </p>
8902
8903           <p>
8904             See also <ref id="pkg-sourcearchives">.</p>
8905         </sect1>
8906
8907
8908         <sect1>
8909           <heading>
8910             <prgn>dpkg-buildpackage</prgn> - overall package-building
8911             control script
8912           </heading>
8913
8914           <p>
8915             <prgn>dpkg-buildpackage</prgn> is a script which invokes
8916             <prgn>dpkg-source</prgn>, the <file>debian/rules</file>
8917             targets <tt>clean</tt>, <tt>build</tt> and
8918             <tt>binary</tt>, <prgn>dpkg-genchanges</prgn> and
8919             <prgn>pgp</prgn> to build a signed source and binary
8920             package upload.
8921           </p>
8922
8923           <p>
8924             It is usually invoked by hand from the top level of the
8925             built or unbuilt source directory.  It may be invoked with
8926             no arguments; useful arguments include:
8927             <taglist compact="compact">
8928               <tag><tt>-uc</tt>, <tt>-us</tt></tag>
8929               <item>
8930                 <p>
8931                   Do not PGP-sign the <tt>.changes</tt> file or the
8932                   source package <tt>.dsc</tt> file, respectively.</p>
8933               </item>
8934               <tag><tt>-p<var>pgp-command</var></tt></tag>
8935               <item>
8936                 <p>
8937                   Invoke <var>pgp-command</var> instead of finding
8938                   <tt>pgp</tt> on the <prgn>PATH</prgn>.
8939                   <var>pgp-command</var> must behave just like
8940                   <prgn>pgp</prgn>.</p>
8941               </item>
8942               <tag><tt>-r<var>root-command</var></tt></tag>
8943               <item>
8944                 <p>
8945                   When root privilege is required, invoke the command
8946                   <var>root-command</var>.  <var>root-command</var>
8947                   should invoke its first argument as a command, from
8948                   the <prgn>PATH</prgn> if necessary, and pass its
8949                   second and subsequent arguments to the command it
8950                   calls.  If no <var>root-command</var> is supplied
8951                   then <var>dpkg-buildpackage</var> will take no
8952                   special action to gain root privilege, so that for
8953                   most packages it will have to be invoked as root to
8954                   start with.</p>
8955               </item>
8956               <tag><tt>-b</tt>, <tt>-B</tt></tag>
8957               <item>
8958                 <p>
8959                   Two types of binary-only build and upload - see
8960                   <manref name="dpkg-source" section="1">.
8961                 </p>
8962               </item>
8963             </taglist>
8964           </p>
8965         </sect1>
8966
8967         <sect1>
8968           <heading>
8969             <prgn>dpkg-gencontrol</prgn> - generates binary package
8970             control files
8971           </heading>
8972
8973           <p>
8974             This program is usually called from <file>debian/rules</file>
8975             (see <ref id="pkg-sourcetree">) in the top level of the source
8976             tree.
8977           </p>
8978
8979           <p>
8980             This is usually done just before the files and directories in the
8981             temporary directory tree where the package is being built have their
8982             permissions and ownerships set and the package is constructed using
8983             <prgn>dpkg-deb/</prgn>
8984               <footnote>
8985                 This is so that the control file which is produced has
8986                 the right permissions
8987             </footnote>.
8988           </p>
8989
8990           <p>
8991             <prgn>dpkg-gencontrol</prgn> must be called after all the
8992             files which are to go into the package have been placed in
8993             the temporary build directory, so that its calculation of
8994             the installed size of a package is correct.
8995           </p>
8996
8997           <p>
8998             It is also necessary for <prgn>dpkg-gencontrol</prgn> to
8999             be run after <prgn>dpkg-shlibdeps</prgn> so that the
9000             variable substitutions created by
9001             <prgn>dpkg-shlibdeps</prgn> in <file>debian/substvars</file>
9002             are available.
9003           </p>
9004
9005           <p>
9006             For a package which generates only one binary package, and
9007             which builds it in <file>debian/tmp</file> relative to the top
9008             of the source package, it is usually sufficient to call
9009             <prgn>dpkg-gencontrol</prgn>.
9010           </p>
9011
9012           <p>
9013             Sources which build several binaries will typically need
9014             something like:
9015             <example>
9016   dpkg-gencontrol -Pdebian/tmp-<var>pkg</var> -p<var>package</var>
9017             </example> The <tt>-P</tt> tells
9018             <prgn>dpkg-gencontrol</prgn> that the package is being
9019             built in a non-default directory, and the <tt>-p</tt>
9020             tells it which package's control file should be generated.
9021           </p>
9022
9023           <p>
9024             <prgn>dpkg-gencontrol</prgn> also adds information to the
9025             list of files in <file>debian/files</file>, for the benefit of
9026             (for example) a future invocation of
9027             <prgn>dpkg-genchanges</prgn>.</p>
9028         </sect1>
9029
9030         <sect1>
9031           <heading>
9032             <prgn>dpkg-shlibdeps</prgn> - calculates shared library
9033             dependencies
9034           </heading>
9035
9036           <p>
9037             This program is usually called from <file>debian/rules</file>
9038             just before <prgn>dpkg-gencontrol</prgn> (see <ref
9039             id="pkg-sourcetree">), in the top level of the source tree.
9040           </p>
9041
9042           <p>
9043             Its arguments are executables.
9044             <footnote>
9045               <p>
9046                 In a forthcoming dpkg version,
9047                 <prgn>dpkg-shlibdeps</prgn> would be required to be
9048                 called on shared libraries as well.
9049               </p>
9050               <p>
9051                 They may be specified either in the locations in the
9052                 source tree where they are created or in the locations
9053                 in the temporary build tree where they are installed
9054                 prior to binary package creation.
9055               </p>
9056             </footnote> for which shared library dependencies should
9057             be included in the binary package's control file.
9058           </p>
9059
9060           <p>
9061             If some of the found shared libraries should only
9062             warrant a <tt>Recommends</tt> or <tt>Suggests</tt>, or if
9063             some warrant a <tt>Pre-Depends</tt>, this can be achieved
9064             by using the <tt>-d<var>dependency-field</var></tt> option
9065             before those executable(s).  (Each <tt>-d</tt> option
9066             takes effect until the next <tt>-d</tt>.)
9067           </p>
9068
9069           <p>
9070             <prgn>dpkg-shlibdeps</prgn> does not directly cause the
9071             output control file to be modified.  Instead by default it
9072             adds to the <file>debian/substvars</file> file variable
9073             settings like <tt>shlibs:Depends</tt>.  These variable
9074             settings must be referenced in dependency fields in the
9075             appropriate per-binary-package sections of the source
9076             control file.
9077           </p>
9078
9079           <p>
9080             For example, the <prgn>procps</prgn> package generates two
9081             kinds of binaries, simple C binaries like <prgn>ps</prgn>
9082             which require a predependency and full-screen ncurses
9083             binaries like <prgn>top</prgn> which require only a
9084             recommendation.  It can say in its <file>debian/rules</file>:
9085             <example>
9086   dpkg-shlibdeps -dPre-Depends ps -dRecommends top
9087             </example>
9088             and then in its main control file <file>debian/control</file>:
9089             <example>
9090   <var>...</var>
9091   Package: procps
9092   Pre-Depends: ${shlibs:Pre-Depends}
9093   Recommends: ${shlibs:Recommends}
9094   <var>...</var>
9095             </example>
9096           </p>
9097
9098           <p>
9099             Sources which produce several binary packages with
9100             different shared library dependency requirements can use
9101             the <tt>-p<var>varnameprefix</var></tt> option to override
9102             the default <tt>shlibs:</tt> prefix (one invocation of
9103             <prgn>dpkg-shlibdeps</prgn> per setting of this option).
9104             They can thus produce several sets of dependency
9105             variables, each of the form
9106             <tt><var>varnameprefix</var>:<var>dependencyfield</var></tt>,
9107             which can be referred to in the appropriate parts of the
9108             binary package control files.
9109           </p>
9110         </sect1>
9111
9112
9113         <sect1>
9114           <heading>
9115             <prgn>dpkg-distaddfile</prgn> - adds a file to
9116             <file>debian/files</file>
9117           </heading>
9118
9119           <p>
9120             Some packages' uploads need to include files other than
9121             the source and binary package files.
9122           </p>
9123
9124           <p>
9125             <prgn>dpkg-distaddfile</prgn> adds a file to the
9126             <file>debian/files</file> file so that it will be included in
9127             the <file>.changes</file> file when
9128             <prgn>dpkg-genchanges</prgn> is run.
9129           </p>
9130
9131           <p>
9132             It is usually invoked from the <tt>binary</tt> target of
9133             <file>debian/rules</file>:
9134             <example>
9135   dpkg-distaddfile <var>filename</var> <var>section</var> <var>priority</var>
9136             </example>
9137             The <var>filename</var> is relative to the directory where
9138             <prgn>dpkg-genchanges</prgn> will expect to find it - this
9139             is usually the directory above the top level of the source
9140             tree.  The <file>debian/rules</file> target should put the
9141             file there just before or just after calling
9142             <prgn>dpkg-distaddfile</prgn>.
9143           </p>
9144
9145           <p>
9146             The <var>section</var> and <var>priority</var> are passed
9147             unchanged into the resulting <file>.changes</file> file.
9148           </p>
9149         </sect1>
9150
9151
9152         <sect1><heading><prgn>dpkg-genchanges</prgn> - generates a <file>.changes</file> upload
9153             control file
9154           </heading>
9155
9156           <p>
9157             This program is usually called by package-independent
9158             automatic building scripts such as
9159             <prgn>dpkg-buildpackage</prgn>, but it may also be called
9160             by hand.
9161           </p>
9162
9163           <p>
9164             It is usually called in the top level of a built source
9165             tree, and when invoked with no arguments will print out a
9166             straightforward <file>.changes</file> file based on the
9167             information in the source package's changelog and control
9168             file and the binary and source packages which should have
9169             been built.
9170           </p>
9171         </sect1>
9172
9173
9174         <sect1><heading><prgn>dpkg-parsechangelog</prgn> - produces parsed representation of
9175             a changelog
9176           </heading>
9177
9178           <p>
9179             This program is used internally by
9180             <prgn>dpkg-source</prgn> et al.  It may also occasionally
9181             be useful in <file>debian/rules</file> and elsewhere.  It
9182             parses a changelog, <file>debian/changelog</file> by default,
9183             and prints a control-file format representation of the
9184             information in it to standard output.
9185           </p>
9186         </sect1>
9187
9188         <sect1 id="pkg-dpkgarch"><heading><prgn>dpkg-architecture</prgn> -
9189             information about the build and host system
9190           </heading>
9191
9192           <p>
9193             This program can be used manually, but is also invoked by
9194             <tt>dpkg-buildpackage</tt> or <file>debian/rules</file> to set
9195             to set environment or make variables which specify the build and
9196             host architecture for the package building process.
9197           </p>
9198         </sect1>
9199       </sect>
9200
9201       <sect id="pkg-sourcetree">
9202         <heading>The Debianised source tree</heading>
9203
9204         <p>
9205           The source archive scheme described later is intended to
9206           allow a Debianised source tree with some associated control
9207           information to be reproduced and transported easily.  The
9208           Debianised source tree is a version of the original program
9209           with certain files added for the benefit of the
9210           Debianisation process, and with any other changes required
9211           made to the rest of the source code and installation
9212           scripts.
9213         </p>
9214
9215         <p>
9216           The extra files created for Debian are in the subdirectory
9217           <file>debian</file> of the top level of the Debianised source
9218           tree.  They are described below.
9219         </p>
9220
9221         <sect1 id="pkg-debianrules">
9222           <heading><file>debian/rules</file> - the main building script</heading>
9223
9224           <p>
9225             See <ref id="debianrules">.
9226           </p>
9227         </sect1>
9228
9229
9230         <sect1 id="pkg-dpkgchangelog">
9231           <heading><file>debian/changelog</file></heading>
9232
9233           <p>
9234             See <ref id="dpkgchangelog">.
9235           </p>
9236
9237           <p>
9238             It is recommended that the entire changelog be encoded in the
9239             <url id="http://www.cis.ohio-state.edu/cgi-bin/rfc/rfc2279.html" name="UTF-8">
9240             encoding of
9241             <url id="http://www.unicode.org/"
9242             name="Unicode">.<footnote>
9243               <p>
9244                 Support for Unicode, and specifically UTF-8, is
9245                 steadily increasing among popular applications in
9246                 Debian.  For example, in unstable, GNOME 2 has
9247                 excellent support (almost level 2) in almost all its
9248                 applications; the big remaining one is gnome-terminal,
9249                 of which one requires development versions in order to
9250                 support UTF-8 (available in Debian experimental now if
9251                 you want to play).  I think that by the time sarge is
9252                 released, UTF-8 support will start to hit critical
9253                 mass. </p>
9254               <p>
9255                 I think it is fairly obvious that we need to
9256                 eventually transition to UTF-8 for our package
9257                 infrastructure; it is really the only sane charset in
9258                 an international environment.  Now, we can't switch to
9259                 using UTF-8 for package control fields and the like
9260                 until dpkg has better support, but one thing we can
9261                 start doing today is requesting that Debian changelogs
9262                 are UTF-8 encoded. At some point in time, we can start
9263                 requiring them to do so. 
9264               </p>
9265               <p>
9266                 Checking for non-UTF8 characters in a changelog is
9267                 trivial.  Dump the file through 
9268                 <example>iconv -f utf-8 -t ucs-4</example>
9269                   discard the output, and check the return
9270                 value.  If there are any characters in the stream
9271                 which are invalid UTF-8 sequences, iconv will exit
9272                 with an error code; and this will be the case for the
9273                 vast majority of other character sets.
9274               </p>
9275             </footnote>
9276           </p>
9277
9278           <sect2><heading>Defining alternative changelog formats
9279             </heading>
9280
9281             <p>
9282               It is possible to use a different format to the standard
9283               one, by providing a parser for the format you wish to
9284               use.
9285             </p>
9286
9287             <p>
9288               In order to have <tt>dpkg-parsechangelog</tt> run your
9289               parser, you must include a line within the last 40 lines
9290               of your file matching the Perl regular expression:
9291               <tt>\schangelog-format:\s+([0-9a-z]+)\W</tt> The part in
9292               parentheses should be the name of the format.  For
9293               example, you might say:
9294               <example>
9295   @@@ changelog-format: joebloggs @@@
9296               </example>
9297               Changelog format names are non-empty strings of alphanumerics.
9298             </p>
9299
9300             <p>
9301               If such a line exists then <tt>dpkg-parsechangelog</tt>
9302               will look for the parser as
9303               <file>/usr/lib/dpkg/parsechangelog/<var>format-name</var></file>
9304               or
9305               <file>/usr/local/lib/dpkg/parsechangelog/<var>format-name</var></file>;
9306               it is an error for it not to find it, or for it not to
9307               be an executable program.  The default changelog format
9308               is <tt>dpkg</tt>, and a parser for it is provided with
9309               the <tt>dpkg</tt> package.
9310             </p>
9311
9312             <p>
9313               The parser will be invoked with the changelog open on
9314               standard input at the start of the file.  It should read
9315               the file (it may seek if it wishes) to determine the
9316               information required and return the parsed information
9317               to standard output in the form of a series of control
9318               fields in the standard format.  By default it should
9319               return information about only the most recent version in
9320               the changelog; it should accept a
9321               <tt>-v<var>version</var></tt> option to return changes
9322               information from all versions present <em>strictly
9323               after</em> <var>version</var>, and it should then be an
9324               error for <var>version</var> not to be present in the
9325               changelog.
9326             </p>
9327
9328             <p>
9329               The fields are:
9330               <list compact="compact">
9331                 <item><qref id="f-Source"><tt>Source</tt></qref></item>
9332                 <item><qref id="f-Version"><tt>Version</tt></qref> (mandatory)</item>
9333                 <item><qref id="f-Distribution"><tt>Distribution</tt></qref> (mandatory)</item>
9334                 <item><qref id="f-Urgency"><tt>Urgency</tt></qref> (mandatory)</item>
9335                 <item><qref id="f-Maintainer"><tt>Maintainer</tt></qref> (mandatory)</item>
9336                 <item><qref id="f-Date"><tt>Date</tt></qref></item>
9337                 <item><qref id="f-Changes"><tt>Changes</tt></qref> (mandatory)</item>
9338               </list>
9339             </p>
9340
9341             <p>
9342               If several versions are being returned (due to the use
9343               of <tt>-v</tt>), the urgency value should be of the
9344               highest urgency code listed at the start of any of the
9345               versions requested followed by the concatenated
9346               (space-separated) comments from all the versions
9347               requested; the maintainer, version, distribution and
9348               date should always be from the most recent version.
9349             </p>
9350
9351             <p>
9352               For the format of the <tt>Changes</tt> field see
9353               <ref id="f-Changes">.
9354             </p>
9355
9356             <p>
9357               If the changelog format which is being parsed always or
9358               almost always leaves a blank line between individual
9359               change notes these blank lines should be stripped out,
9360               so as to make the resulting output compact.
9361             </p>
9362
9363             <p>
9364               If the changelog format does not contain date or package
9365               name information this information should be omitted from
9366               the output.  The parser should not attempt to synthesise
9367               it or find it from other sources.
9368             </p>
9369
9370             <p>
9371               If the changelog does not have the expected format the
9372               parser should exit with a nonzero exit status, rather
9373               than trying to muddle through and possibly generating
9374               incorrect output.
9375             </p>
9376
9377             <p>
9378               A changelog parser may not interact with the user at
9379               all.
9380             </p>
9381           </sect2>
9382         </sect1>
9383
9384         <sect1 id="pkg-srcsubstvars">
9385           <heading><file>debian/substvars</file> and variable substitutions</heading>
9386
9387           <p>
9388             See <ref id="substvars">.
9389           </p>
9390
9391         </sect1>
9392
9393         <sect1>
9394           <heading><file>debian/files</file></heading>
9395
9396           <p>
9397             See <ref id="debianfiles">.
9398           </p>
9399         </sect1>
9400
9401         <sect1><heading><file>debian/tmp</file>
9402           </heading>
9403
9404           <p>
9405             This is the canonical temporary location for the
9406             construction of binary packages by the <tt>binary</tt>
9407             target.  The directory <file>tmp</file> serves as the root of
9408             the filesystem tree as it is being constructed (for
9409             example, by using the package's upstream makefiles install
9410             targets and redirecting the output there), and it also
9411             contains the <tt>DEBIAN</tt> subdirectory.  See <ref
9412             id="pkg-bincreating">.
9413           </p>
9414
9415           <p>
9416             If several binary packages are generated from the same
9417             source tree it is usual to use several
9418             <file>debian/tmp<var>something</var></file> directories, for
9419             example <file>tmp-a</file> or <file>tmp-doc</file>.
9420           </p>
9421
9422           <p>
9423             Whatever <file>tmp</file> directories are created and used by
9424             <tt>binary</tt> must of course be removed by the
9425             <tt>clean</tt> target.</p></sect1>
9426       </sect>
9427
9428
9429       <sect id="pkg-sourcearchives"><heading>Source packages as archives
9430         </heading>
9431
9432         <p>
9433           As it exists on the FTP site, a Debian source package
9434           consists of three related files.  You must have the right
9435           versions of all three to be able to use them.
9436         </p>
9437
9438         <p>
9439           <taglist>
9440             <tag>Debian source control file - <tt>.dsc</tt></tag>
9441             <item>
9442                 This file is a control file used by <prgn>dpkg-source</prgn>
9443                 to extract a source package.
9444                 See <ref id="debiansourcecontrolfiles">.
9445             </item>
9446
9447             <tag>
9448               Original source archive -
9449               <file>
9450                 <var>package</var>_<var>upstream-version</var>.orig.tar.gz
9451               </file>
9452             </tag>
9453
9454             <item>
9455
9456               <p>
9457                 This is a compressed (with <tt>gzip -9</tt>)
9458                 <prgn>tar</prgn> file containing the source code from
9459                 the upstream authors of the program.  The tarfile
9460                 unpacks into a directory
9461                 <file><var>package</var>-<var>upstream-version</var>.orig</file>,
9462                 and does not contain files anywhere other than in
9463                 there or in its subdirectories.</p>
9464             </item>
9465
9466             <tag>
9467               Debianisation diff -
9468               <file>
9469                 <var>package</var>_<var>upstream_version-revision</var>.diff.gz
9470               </file>
9471             </tag>
9472             <item>
9473
9474               <p>
9475                 This is a unified context diff (<tt>diff -u</tt>)
9476                 giving the changes which are required to turn the
9477                 original source into the Debian source.  These changes
9478                 may only include editing and creating plain files.
9479                 The permissions of files, the targets of symbolic
9480                 links and the characteristics of special files or
9481                 pipes may not be changed and no files may be removed
9482                 or renamed.
9483               </p>
9484
9485               <p>
9486                 All the directories in the diff must exist, except the
9487                 <file>debian</file> subdirectory of the top of the source
9488                 tree, which will be created by
9489                 <prgn>dpkg-source</prgn> if necessary when unpacking.
9490               </p>
9491
9492               <p>
9493                 The <prgn>dpkg-source</prgn> program will
9494                 automatically make the <file>debian/rules</file> file
9495                 executable (see below).</p></item>
9496           </taglist>
9497
9498
9499         <p>
9500           If there is no original source code - for example, if the
9501           package is specially prepared for Debian or the Debian
9502           maintainer is the same as the upstream maintainer - the
9503           format is slightly different: then there is no diff, and the
9504           tarfile is named
9505           <file><var>package</var>_<var>version</var>.tar.gz</file> and
9506           contains a directory
9507           <file><var>package</var>-<var>version</var></file>.
9508         </p>
9509       </sect>
9510
9511       <sect>
9512         <heading>Unpacking a Debian source package without <prgn>dpkg-source</prgn></heading>
9513
9514         <p>
9515           <tt>dpkg-source -x</tt> is the recommended way to unpack a
9516           Debian source package.  However, if it is not available it
9517           is possible to unpack a Debian source archive as follows:
9518         <enumlist compact="compact">
9519           <item>
9520             <p>
9521               Untar the tarfile, which will create a <file>.orig</file>
9522               directory.</p>
9523           </item>
9524           <item>
9525             <p>Rename the <file>.orig</file> directory to
9526               <file><var>package</var>-<var>version</var></file>.</p>
9527           </item>
9528             <item>
9529             <p>
9530               Create the subdirectory <file>debian</file> at the top of
9531               the source tree.</p>
9532           </item>
9533           <item><p>Apply the diff using <tt>patch -p0</tt>.</p>
9534           </item>
9535           <item><p>Untar the tarfile again if you want a copy of the original
9536               source code alongside the Debianised version.</p>
9537           </item>
9538         </enumlist>
9539
9540         <p>
9541           It is not possible to generate a valid Debian source archive
9542           without using <prgn>dpkg-source</prgn>.  In particular,
9543           attempting to use <prgn>diff</prgn> directly to generate the
9544           <file>.diff.gz</file> file will not work.
9545         </p>
9546
9547         <sect1>
9548           <heading>Restrictions on objects in source packages</heading>
9549
9550           <p>
9551             The source package may not contain any hard links
9552             <footnote>
9553                 This is not currently detected when building source
9554                 packages, but only when extracting
9555                 them.
9556             </footnote>
9557             <footnote>
9558                 Hard links may be permitted at some point in the
9559                 future, but would require a fair amount of
9560                 work.
9561             </footnote>, device special files, sockets or setuid or
9562             setgid files.
9563             <footnote>
9564                 Setgid directories are allowed.
9565             </footnote>
9566           </p>
9567
9568           <p>
9569             The source packaging tools manage the changes between the
9570             original and Debianised source using <prgn>diff</prgn> and
9571             <prgn>patch</prgn>.  Turning the original source tree as
9572             included in the <file>.orig.tar.gz</file> into the debianised
9573             source must not involve any changes which cannot be
9574             handled by these tools.  Problematic changes which cause
9575             <prgn>dpkg-source</prgn> to halt with an error when
9576             building the source package are:
9577             <list compact="compact">
9578               <item><p>Adding or removing symbolic links, sockets or pipes.</p>
9579               </item>
9580               <item><p>Changing the targets of symbolic links.</p>
9581               </item>
9582               <item><p>Creating directories, other than <file>debian</file>.</p>
9583               </item>
9584               <item><p>Changes to the contents of binary files.</p></item>
9585             </list> Changes which cause <prgn>dpkg-source</prgn> to
9586             print a warning but continue anyway are:
9587             <list compact="compact">
9588               <item>
9589                 <p>
9590                   Removing files, directories or symlinks.
9591                   <footnote>
9592                       Renaming a file is not treated specially - it is
9593                       seen as the removal of the old file (which
9594                       generates a warning, but is otherwise ignored),
9595                       and the creation of the new one.
9596                   </footnote>
9597                 </p>
9598               </item>
9599               <item>
9600                 <p>
9601                   Changed text files which are missing the usual final
9602                   newline (either in the original or the modified
9603                   source tree).
9604                 </p>
9605               </item>
9606             </list>
9607             Changes which are not represented, but which are not detected by
9608             <prgn>dpkg-source</prgn>, are:
9609             <list compact="compact">
9610               <item><p>Changing the permissions of files (other than
9611                   <file>debian/rules</file>) and directories.</p></item>
9612             </list>
9613           </p>
9614
9615           <p>
9616             The <file>debian</file> directory and <file>debian/rules</file>
9617             are handled specially by <prgn>dpkg-source</prgn> - before
9618             applying the changes it will create the <file>debian</file>
9619             directory, and afterwards it will make
9620             <file>debian/rules</file> world-exectuable.
9621           </p>
9622         </sect1>
9623       </sect>
9624     </appendix>
9625
9626     <appendix id="pkg-controlfields">
9627       <heading>Control files and their fields (from old Packaging Manual)</heading>
9628
9629       <p>
9630         Many of the tools in the <prgn>dpkg</prgn> suite manipulate
9631         data in a common format, known as control files.  Binary and
9632         source packages have control data as do the <file>.changes</file>
9633         files which control the installation of uploaded files, and
9634         <prgn>dpkg</prgn>'s internal databases are in a similar
9635         format.
9636       </p>
9637
9638       <sect>
9639         <heading>Syntax of control files</heading>
9640
9641         <p>
9642           See <ref id="controlsyntax">.
9643         </p>
9644
9645         <p>
9646           It is important to note that there are several fields which
9647           are optional as far as <prgn>dpkg</prgn> and the related
9648           tools are concerned, but which must appear in every Debian
9649           package, or whose omission may cause problems.
9650         </p>
9651       </sect>
9652
9653       <sect>
9654         <heading>List of fields</heading>
9655
9656         <p>
9657           See <ref id="controlfieldslist">.
9658         </p>
9659
9660         <p>
9661           This section now contains only the fields that didn't belong
9662           to the Policy manual.
9663         </p>
9664
9665         <sect1 id="pkg-f-Filename">
9666           <heading><tt>Filename</tt> and <tt>MSDOS-Filename</tt></heading>
9667
9668           <p>
9669             These fields in <tt>Packages</tt> files give the
9670             filename(s) of (the parts of) a package in the
9671             distribution directories, relative to the root of the
9672             Debian hierarchy.  If the package has been split into
9673             several parts the parts are all listed in order, separated
9674             by spaces.
9675           </p>
9676         </sect1>
9677
9678         <sect1 id="pkg-f-Size">
9679           <heading><tt>Size</tt> and <tt>MD5sum</tt></heading>
9680
9681           <p>
9682             These fields in <file>Packages</file> files give the size (in
9683             bytes, expressed in decimal) and MD5 checksum of the
9684             file(s) which make(s) up a binary package in the
9685             distribution.  If the package is split into several parts
9686             the values for the parts are listed in order, separated by
9687             spaces.
9688           </p>
9689         </sect1>
9690
9691         <sect1 id="pkg-f-Status">
9692           <heading><tt>Status</tt></heading>
9693
9694           <p>
9695             This field in <prgn>dpkg</prgn>'s status file records
9696             whether the user wants a package installed, removed or
9697             left alone, whether it is broken (requiring
9698             reinstallation) or not and what its current state on the
9699             system is.  Each of these pieces of information is a
9700             single word.
9701           </p>
9702         </sect1>
9703
9704         <sect1 id="pkg-f-Config-Version">
9705           <heading><tt>Config-Version</tt></heading>
9706
9707           <p>
9708             If a package is not installed or not configured, this
9709             field in <prgn>dpkg</prgn>'s status file records the last
9710             version of the package which was successfully
9711             configured.
9712           </p>
9713         </sect1>
9714
9715         <sect1 id="pkg-f-Conffiles">
9716           <heading><tt>Conffiles</tt></heading>
9717
9718           <p>
9719             This field in <prgn>dpkg</prgn>'s status file contains
9720             information about the automatically-managed configuration
9721             files held by a package.  This field should <em>not</em>
9722             appear anywhere in a package!
9723           </p>
9724         </sect1>
9725
9726         <sect1>
9727           <heading>Obsolete fields</heading>
9728
9729           <p>
9730             These are still recognised by <prgn>dpkg</prgn> but should
9731             not appear anywhere any more.
9732
9733             <taglist compact="compact">
9734
9735               <tag><tt>Revision</tt></tag>
9736               <tag><tt>Package-Revision</tt></tag>
9737               <tag><tt>Package_Revision</tt></tag>
9738               <item>
9739                   The Debian revision part of the package version was
9740                   at one point in a separate control file field.  This
9741                   field went through several names.
9742               </item>
9743
9744               <tag><tt>Recommended</tt></tag>
9745               <item>Old name for <tt>Recommends</tt>.</item>
9746
9747               <tag><tt>Optional</tt></tag>
9748               <item>Old name for <tt>Suggests</tt>.</item>
9749
9750               <tag><tt>Class</tt></tag>
9751               <item>Old name for <tt>Priority</tt>.</item>
9752
9753             </taglist>
9754           </p>
9755         </sect1>
9756       </sect>
9757
9758     </appendix>
9759
9760     <appendix id="pkg-conffiles">
9761       <heading>Configuration file handling (from old Packaging Manual)</heading>
9762
9763       <p>
9764         <prgn>dpkg</prgn> can do a certain amount of automatic
9765         handling of package configuration files.
9766       </p>
9767
9768       <p>
9769         Whether this mechanism is appropriate depends on a number of
9770         factors, but basically there are two approaches to any
9771         particular configuration file.
9772       </p>
9773
9774       <p>
9775         The easy method is to ship a best-effort configuration in the
9776         package, and use <prgn>dpkg</prgn>'s conffile mechanism to
9777         handle updates.  If the user is unlikely to want to edit the
9778         file, but you need them to be able to without losing their
9779         changes, and a new package with a changed version of the file
9780         is only released infrequently, this is a good approach.
9781       </p>
9782
9783       <p>
9784         The hard method is to build the configuration file from
9785         scratch in the <prgn>postinst</prgn> script, and to take the
9786         responsibility for fixing any mistakes made in earlier
9787         versions of the package automatically.  This will be
9788         appropriate if the file is likely to need to be different on
9789         each system.
9790       </p>
9791
9792       <sect><heading>Automatic handling of configuration files by
9793       <prgn>dpkg</prgn>
9794         </heading>
9795
9796         <p>
9797           A package may contain a control area file called
9798           <tt>conffiles</tt>.  This file should be a list of filenames
9799           of configuration files needing automatic handling, separated
9800           by newlines.  The filenames should be absolute pathnames,
9801           and the files referred to should actually exist in the
9802           package.
9803         </p>
9804
9805         <p>
9806           When a package is upgraded <prgn>dpkg</prgn> will process
9807           the configuration files during the configuration stage,
9808           shortly before it runs the package's <prgn>postinst</prgn>
9809           script,
9810         </p>
9811
9812         <p>
9813           For each file it checks to see whether the version of the
9814           file included in the package is the same as the one that was
9815           included in the last version of the package (the one that is
9816           being upgraded from); it also compares the version currently
9817           installed on the system with the one shipped with the last
9818           version.
9819         </p>
9820
9821         <p>
9822           If neither the user nor the package maintainer has changed
9823           the file, it is left alone.  If one or the other has changed
9824           their version, then the changed version is preferred - i.e.,
9825           if the user edits their file, but the package maintainer
9826           doesn't ship a different version, the user's changes will
9827           stay, silently, but if the maintainer ships a new version
9828           and the user hasn't edited it the new version will be
9829           installed (with an informative message).  If both have
9830           changed their version the user is prompted about the problem
9831           and must resolve the differences themselves.
9832         </p>
9833
9834         <p>
9835           The comparisons are done by calculating the MD5 message
9836           digests of the files, and storing the MD5 of the file as it
9837           was included in the most recent version of the package.
9838         </p>
9839
9840         <p>
9841           When a package is installed for the first time
9842           <prgn>dpkg</prgn> will install the file that comes with it,
9843           unless that would mean overwriting a file already on the
9844           filesystem.
9845         </p>
9846
9847         <p>
9848           However, note that <prgn>dpkg</prgn> will <em>not</em>
9849           replace a conffile that was removed by the user (or by a
9850           script).  This is necessary because with some programs a
9851           missing file produces an effect hard or impossible to
9852           achieve in another way, so that a missing file needs to be
9853           kept that way if the user did it.
9854         </p>
9855
9856         <p>
9857           Note that a package should <em>not</em> modify a
9858           <prgn>dpkg</prgn>-handled conffile in its maintainer
9859           scripts.  Doing this will lead to <prgn>dpkg</prgn> giving
9860           the user confusing and possibly dangerous options for
9861           conffile update when the package is upgraded.</p>
9862       </sect>
9863
9864       <sect><heading>Fully-featured maintainer script configuration
9865       handling
9866         </heading>
9867
9868         <p>
9869           For files which contain site-specific information such as
9870           the hostname and networking details and so forth, it is
9871           better to create the file in the package's
9872           <prgn>postinst</prgn> script.
9873         </p>
9874
9875         <p>
9876           This will typically involve examining the state of the rest
9877           of the system to determine values and other information, and
9878           may involve prompting the user for some information which
9879           can't be obtained some other way.
9880         </p>
9881
9882         <p>
9883           When using this method there are a couple of important
9884           issues which should be considered:
9885         </p>
9886
9887         <p>
9888           If you discover a bug in the program which generates the
9889           configuration file, or if the format of the file changes
9890           from one version to the next, you will have to arrange for
9891           the postinst script to do something sensible - usually this
9892           will mean editing the installed configuration file to remove
9893           the problem or change the syntax.  You will have to do this
9894           very carefully, since the user may have changed the file,
9895           perhaps to fix the very problem that your script is trying
9896           to deal with - you will have to detect these situations and
9897           deal with them correctly.
9898         </p>
9899
9900         <p>
9901           If you do go down this route it's probably a good idea to
9902           make the program that generates the configuration file(s) a
9903           separate program in <file>/usr/sbin</file>, by convention called
9904           <file><var>package</var>config</file> and then run that if
9905           appropriate from the post-installation script.  The
9906           <tt><var>package</var>config</tt> program should not
9907           unquestioningly overwrite an existing configuration - if its
9908           mode of operation is geared towards setting up a package for
9909           the first time (rather than any arbitrary reconfiguration
9910           later) you should have it check whether the configuration
9911           already exists, and require a <tt>--force</tt> flag to
9912           overwrite it.</p></sect>
9913     </appendix>
9914
9915     <appendix id="pkg-alternatives"><heading>Alternative versions of
9916         an interface - <prgn>update-alternatives</prgn> (from old
9917     Packaging Manual)
9918       </heading>
9919
9920       <p>
9921         When several packages all provide different versions of the
9922         same program or file it is useful to have the system select a
9923         default, but to allow the system administrator to change it
9924         and have their decisions respected.
9925       </p>
9926
9927       <p>
9928         For example, there are several versions of the <prgn>vi</prgn>
9929         editor, and there is no reason to prevent all of them from
9930         being installed at once, each under their own name
9931         (<prgn>nvi</prgn>, <prgn>vim</prgn> or whatever).
9932         Nevertheless it is desirable to have the name <tt>vi</tt>
9933         refer to something, at least by default.
9934       </p>
9935
9936       <p>
9937         If all the packages involved cooperate, this can be done with
9938         <prgn>update-alternatives</prgn>.
9939       </p>
9940
9941       <p>
9942         Each package provides its own version under its own name, and
9943         calls <prgn>update-alternatives</prgn> in its postinst to
9944         register its version (and again in its prerm to deregister
9945         it).
9946       </p>
9947
9948       <p>
9949         See the manpage <manref name="update-alternatives"
9950         section="8"> for details.
9951       </p>
9952
9953       <p>
9954         If <prgn>update-alternatives</prgn> does not seem appropriate
9955         you may wish to consider using diversions instead.</p>
9956     </appendix>
9957
9958     <appendix id="pkg-diversions"><heading>Diversions - overriding a
9959     package's version of a file (from old Packaging Manual)
9960       </heading>
9961
9962       <p>
9963         It is possible to have <prgn>dpkg</prgn> not overwrite a file
9964         when it reinstalls the package it belongs to, and to have it
9965         put the file from the package somewhere else instead.
9966       </p>
9967
9968       <p>
9969         This can be used locally to override a package's version of a
9970         file, or by one package to override another's version (or
9971         provide a wrapper for it).
9972       </p>
9973
9974       <p>
9975         Before deciding to use a diversion, read <ref
9976         id="pkg-alternatives"> to see if you really want a diversion
9977         rather than several alternative versions of a program.
9978       </p>
9979
9980       <p>
9981         There is a diversion list, which is read by <prgn>dpkg</prgn>,
9982         and updated by a special program <prgn>dpkg-divert</prgn>.
9983         Please see <manref name="dpkg-divert" section="8"> for full
9984         details of its operation.
9985       </p>
9986
9987       <p>
9988         When a package wishes to divert a file from another, it should
9989         call <prgn>dpkg-divert</prgn> in its preinst to add the
9990         diversion and rename the existing file.  For example,
9991         supposing that a <prgn>smailwrapper</prgn> package wishes to
9992         install a wrapper around <file>/usr/sbin/smail</file>:
9993         <example>
9994   if [ install = "$1"  ]; then
9995      dpkg-divert --package smailwrapper --add --rename \
9996         --divert /usr/sbin/smail.real /usr/sbin/smail
9997   fi
9998         </example> Testing <tt>$1</tt> is necessary so that the script
9999         doesn't try to add the diversion again when
10000         <prgn>smailwrapper</prgn> is upgraded.  The <tt>--package
10001         smailwrapper</tt> ensures that <prgn>smailwrapper</prgn>'s
10002         copy of <file>/usr/sbin/smail</file> can bypass the diversion and
10003         get installed as the true version.
10004       </p>
10005
10006       <p>
10007         The postrm has to do the reverse:
10008         <example>
10009   if [ remove = "$1" ]; then
10010      dpkg-divert --package smailwrapper --remove --rename \
10011         --divert /usr/sbin/smail.real /usr/sbin/smail
10012   fi
10013         </example>
10014       </p>
10015
10016       <p>
10017         Do not attempt to divert a file which is vitally important for
10018         the system's operation - when using <prgn>dpkg-divert</prgn>
10019         there is a time, after it has been diverted but before
10020         <prgn>dpkg</prgn> has installed the new version, when the file
10021         does not exist.</p>
10022     </appendix>
10023
10024   </book>
10025 </debiandoc>
10026 <!-- vim:set ai et sts=2 sw=2 tw=76: -->