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