]> git.donarmstrong.com Git - debian/debian-policy.git/blob - policy.sgml
ece0d271c40fff00d959dc9a24b0f9aa625036a1
[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           These are the copyright dates of the original Policy manual.
29           Since then, this manual has been updated by many others.  No
30           comprehensive collection of copyright notices for subsequent
31           work exists.
32         </p>
33
34         <p>
35           This manual is free software; you may redistribute it and/or
36           modify it under the terms of the GNU General Public License
37           as published by the Free Software Foundation; either version
38           2, or (at your option) any later version.
39         </p>
40
41         <p>
42           This is distributed in the hope that it will be useful, but
43           <em>without any warranty</em>; without even the implied
44           warranty of merchantability or fitness for a particular
45           purpose.  See the GNU General Public License for more
46           details.
47         </p>
48
49         <p>
50           A copy of the GNU General Public License is available as
51           <file>/usr/share/common-licenses/GPL</file> in the Debian GNU/Linux
52           distribution or on the World Wide Web at
53           <url id="http://www.gnu.org/copyleft/gpl.html"
54                name="the GNU General Public Licence">. You can also
55           obtain it by writing to the Free Software Foundation, Inc.,
56           51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
57         </p>
58       </copyright>
59     </titlepag>
60
61     <toc detail="sect1">
62
63     <chapt id="scope">
64       <heading>About this manual</heading>
65       <sect>
66         <heading>Scope</heading>
67         <p>
68           This manual describes the policy requirements for the Debian
69           GNU/Linux distribution. This includes the structure and
70           contents of the Debian archive and several design issues of the
71           operating system, as well as technical requirements that
72           each package must satisfy to be included in the
73           distribution.
74         </p>
75
76         <p>
77           This manual also describes Debian policy as it relates to
78           creating Debian packages. It is not a tutorial on how to build
79           packages, nor is it exhaustive where it comes to describing
80           the behavior of the packaging system. Instead, this manual
81           attempts to define the interface to the package management
82           system that the developers have to be conversant with.<footnote>
83               Informally, the criteria used for inclusion is that the
84               material meet one of the following requirements:
85               <taglist compact="compact">
86                 <tag>Standard interfaces</tag>
87                 <item>
88                     The material presented represents an interface to
89                     the packaging system that is mandated for use, and
90                     is used by, a significant number of packages, and
91                     therefore should not be changed without peer
92                     review. Package maintainers can then rely on this
93                     interfaces not changing, and the package
94                     management software authors need to ensure
95                     compatibility with these interface
96                     definitions. (Control file and changelog file
97                     formats are examples.)
98                 </item>
99                 <tag>Chosen Convention</tag>
100                 <item>
101                     If there are a number of technically viable choices
102                     that can be made, but one needs to select one of
103                     these options for inter-operability. The version
104                     number format is one example.
105                 </item>
106               </taglist>
107               Please note that these are not mutually exclusive;
108               selected conventions often become parts of standard
109               interfaces.
110           </footnote>
111         </p>
112
113         <p>
114           The footnotes present in this manual are
115           merely informative, and are not part of Debian policy itself.
116         </p>
117
118         <p>
119           The appendices to this manual are not necessarily normative,
120           either. Please see <ref id="pkg-scope"> for more information.
121         </p>
122
123         <p>
124           In the normative part of this manual,
125           the words <em>must</em>, <em>should</em> and
126           <em>may</em>, and the adjectives <em>required</em>,
127           <em>recommended</em> and <em>optional</em>, are used to
128           distinguish the significance of the various guidelines in
129           this policy document. Packages that do not conform to the
130           guidelines denoted by <em>must</em> (or <em>required</em>)
131           will generally not be considered acceptable for the Debian
132           distribution. Non-conformance with guidelines denoted by
133           <em>should</em> (or <em>recommended</em>) will generally be
134           considered a bug, but will not necessarily render a package
135           unsuitable for distribution. Guidelines denoted by
136           <em>may</em> (or <em>optional</em>) are truly optional and
137           adherence is left to the maintainer's discretion.
138         </p>
139
140         <p>
141           These classifications are roughly equivalent to the bug
142           severities <em>serious</em> (for <em>must</em> or
143           <em>required</em> directive violations), <em>minor</em>,
144           <em>normal</em> or <em>important</em>
145           (for <em>should</em> or <em>recommended</em> directive
146           violations) and <em>wishlist</em> (for <em>optional</em>
147           items).
148           <footnote>
149                 Compare RFC 2119.  Note, however, that these words are
150                 used in a different way in this document.
151           </footnote>
152         </p>
153
154         <p>
155           Much of the information presented in this manual will be
156           useful even when building a package which is to be
157           distributed in some other way or is intended for local use
158           only.
159         </p>
160       </sect>
161
162       <sect>
163         <heading>New versions of this document</heading>
164
165         <p>
166           This manual is distributed via the Debian package
167           <package><url name="debian-policy"
168               id="http://packages.debian.org/debian-policy"></package> 
169           (<httpsite>packages.debian.org</httpsite> 
170           <httppath>/debian-policy</httppath>).
171         </p>
172
173         <p>
174           The current version of this document is also available from
175           the Debian web mirrors at
176           <tt><url name="/doc/debian-policy/"
177                 id="http://www.debian.org/doc/debian-policy/"></tt>.
178           (
179           <httpsite>www.debian.org</httpsite>
180           <httppath>/doc/debian-policy/</httppath>)
181           Also available from the same directory are several other
182           formats: <file>policy.html.tar.gz</file>
183           (<httppath>/doc/debian-policy/policy.html.tar.gz</httppath>),
184           <file>policy.pdf.gz</file> 
185           (<httppath>/doc/debian-policy/policy.pdf.gz</httppath>)
186           and <file>policy.ps.gz</file>
187           (<httppath>/doc/debian-policy/policy.ps.gz</httppath>).
188         </p>
189
190         <p>
191           The <package>debian-policy</package> package also includes the file
192           <file>upgrading-checklist.txt.gz</file> which indicates policy
193           changes between versions of this document.
194         </p>
195       </sect>
196
197       <sect id="authors">
198         <heading>Authors and Maintainers</heading>
199
200         <p>
201           Originally called "Debian GNU/Linux Policy Manual", this
202           manual was initially written in 1996 by Ian Jackson.
203           It was revised on November 27th, 1996 by David A. Morris.
204           Christian Schwarz added new sections on March 15th, 1997,
205           and reworked/restructured it in April-July 1997.
206           Christoph Lameter contributed the "Web Standard".
207           Julian Gilbey largely restructured it in 2001.
208         </p>
209
210         <p>
211           Since September 1998, the responsibility for the contents of
212           this document lies on the <url name="debian-policy mailing list"
213           id="mailto:debian-policy@lists.debian.org">. Proposals
214           are discussed there and inserted into policy after a certain
215           consensus is established.
216           <!-- insert shameless policy-process plug here eventually -->
217           The actual editing is done by a group of maintainers that have
218           no editorial powers. These are the current maintainers:
219
220           <enumlist>
221             <item>Julian Gilbey</item>
222             <item>Branden Robinson</item>
223             <item>Josip Rodin</item>
224             <item>Manoj Srivastava</item>
225           </enumlist>
226         </p>
227
228         <p>
229           While the authors of this document have tried hard to avoid
230           typos and other errors, these do still occur. If you discover
231           an error in this manual or if you want to give any
232           comments, suggestions, or criticisms please send an email to
233           the Debian Policy List,
234           <email>debian-policy@lists.debian.org</email>, or submit a
235           bug report against the <tt>debian-policy</tt> package.
236         </p>
237
238         <p>
239           Please do not try to reach the individual authors or maintainers
240           of the Policy Manual regarding changes to the Policy.
241         </p>
242       </sect>
243
244       <sect id="related">
245         <heading>Related documents</heading>
246
247         <p>
248           There are several other documents other than this Policy Manual
249           that are necessary to fully understand some Debian policies and
250           procedures.
251         </p>
252
253         <p>
254           The external "sub-policy" documents are referred to in:
255           <list compact="compact">
256             <item><ref id="fhs"></item>
257             <item><ref id="virtual_pkg"></item>
258             <item><ref id="menus"></item>
259             <item><ref id="mime"></item>
260             <item><ref id="perl"></item>
261             <item><ref id="maintscriptprompt"></item>
262             <item><ref id="emacs"></item>
263           </list>
264         </p>
265
266         <p>
267           In addition to those, which carry the weight of policy, there
268           is the Debian Developer's Reference. This document describes
269           procedures and resources for Debian developers, but it is
270           <em>not</em> normative; rather, it includes things that don't
271           belong in the Policy, such as best practices for developers.
272         </p>
273
274         <p>
275           The Developer's Reference is available in the
276           <package>developers-reference</package> package.
277           It's also available from the Debian web mirrors at
278           <tt><url name="/doc/developers-reference/"
279                 id="http://www.debian.org/doc/developers-reference/"></tt>.
280         </p>
281       </sect>
282
283       <sect id="definitions">
284         <heading>Definitions</heading>
285
286         <p>
287           The following terms are used in this Policy Manual:
288           <taglist>
289             <tag>ASCII</tag>
290             <item>
291               The character encoding specified by ANSI X3.4-1986 and its
292               predecessor standards, referred to in MIME as US-ASCII, and
293               corresponding to an encoding in eight bits per character of
294               the first 128 <url id="http://www.unicode.org/"
295               name="Unicode"> characters, with the eighth bit always zero.
296             </item>
297             <tag>UTF-8</tag>
298             <item>
299               The transformation format (sometimes called encoding) of
300               <url id="http://www.unicode.org/" name="Unicode"> defined by
301               <url id="http://www.rfc-editor.org/rfc/rfc3629.txt"
302               name="RFC 3629">.  UTF-8 has the useful property of having
303               ASCII as a subset, so any text encoded in ASCII is trivially
304               also valid UTF-8.
305             </item>
306           </taglist>
307         </p>
308       </sect>
309     </chapt>
310
311
312     <chapt id="archive">
313       <heading>The Debian Archive</heading>
314
315       <p>
316         The Debian GNU/Linux system is maintained and distributed as a
317         collection of <em>packages</em>. Since there are so many of
318         them (currently well over 15000), they are split into
319         <em>sections</em> and given <em>priorities</em> to simplify
320         the handling of them.
321       </p>
322
323       <p>
324         The effort of the Debian project is to build a free operating
325         system, but not every package we want to make accessible is
326         <em>free</em> in our sense (see the Debian Free Software
327         Guidelines, below), or may be imported/exported without
328         restrictions. Thus, the archive is split into areas<footnote>
329           The Debian archive software uses the term "component" internally
330           and in the Release file format to refer to the division of an
331           archive.  The Debian Social Contract simply refers to "areas."
332           This document uses terminology similar to the Social Contract.
333         </footnote> based on their licenses and other restrictions.
334       </p>
335
336       <p>
337         The aims of this are:
338
339         <list compact="compact">
340           <item>to allow us to make as much software available as we can</item>
341           <item>to allow us to encourage everyone to write free software,
342                 and</item>
343           <item>to allow us to make it easy for people to produce
344                 CD-ROMs of our system without violating any licenses,
345                 import/export restrictions, or any other laws.</item>
346         </list>
347       </p>
348
349       <p>
350         The <em>main</em> archive area forms the <em>Debian GNU/Linux
351         distribution</em>.
352       </p>
353
354       <p>
355         Packages in the other archive areas (<tt>contrib</tt>,
356         <tt>non-free</tt>) are not considered to be part of the Debian
357         distribution, although we support their use and provide
358         infrastructure for them (such as our bug-tracking system and
359         mailing lists). This Debian Policy Manual applies to these
360         packages as well.
361       </p>
362
363       <sect id="dfsg">
364         <heading>The Debian Free Software Guidelines</heading>
365         <p>
366           The Debian Free Software Guidelines (DFSG) form our
367           definition of "free software".  These are:
368             <taglist>
369               <tag>Free Redistribution
370               </tag>
371               <item>
372                   The license of a Debian component may not restrict any
373                   party from selling or giving away the software as a
374                   component of an aggregate software distribution
375                   containing programs from several different
376                   sources. The license may not require a royalty or
377                   other fee for such sale.
378               </item>
379               <tag>Source Code
380               </tag>
381               <item>
382                   The program must include source code, and must allow
383                   distribution in source code as well as compiled form.
384               </item>
385               <tag>Derived Works
386               </tag>
387               <item>
388                   The license must allow modifications and derived
389                   works, and must allow them to be distributed under the
390                   same terms as the license of the original software.
391               </item>
392               <tag>Integrity of The Author's Source Code
393               </tag>
394               <item>
395                   The license may restrict source-code from being
396                   distributed in modified form <em>only</em> if the
397                   license allows the distribution of "patch files"
398                   with the source code for the purpose of modifying the
399                   program at build time. The license must explicitly
400                   permit distribution of software built from modified
401                   source code. The license may require derived works to
402                   carry a different name or version number from the
403                   original software.  (This is a compromise. The Debian
404                   Project encourages all authors to not restrict any
405                   files, source or binary, from being modified.)
406               </item>
407               <tag>No Discrimination Against Persons or Groups
408               </tag>
409               <item>
410                   The license must not discriminate against any person
411                   or group of persons.
412               </item>
413               <tag>No Discrimination Against Fields of Endeavor
414               </tag>
415               <item>
416                   The license must not restrict anyone from making use
417                   of the program in a specific field of endeavor. For
418                   example, it may not restrict the program from being
419                   used in a business, or from being used for genetic
420                   research.
421               </item>
422               <tag>Distribution of License
423               </tag>
424               <item>
425                   The rights attached to the program must apply to all
426                   to whom the program is redistributed without the need
427                   for execution of an additional license by those
428                   parties.
429               </item>
430               <tag>License Must Not Be Specific to Debian
431               </tag>
432               <item>
433                   The rights attached to the program must not depend on
434                   the program's being part of a Debian system. If the
435                   program is extracted from Debian and used or
436                   distributed without Debian but otherwise within the
437                   terms of the program's license, all parties to whom
438                   the program is redistributed must have the same
439                   rights as those that are granted in conjunction with
440                   the Debian system.
441               </item>
442               <tag>License Must Not Contaminate Other Software
443               </tag>
444               <item>
445                   The license must not place restrictions on other
446                   software that is distributed along with the licensed
447                   software. For example, the license must not insist
448                   that all other programs distributed on the same medium
449                   must be free software.
450               </item>
451               <tag>Example Licenses
452               </tag>
453               <item>
454                   The "GPL," "BSD," and "Artistic" licenses are examples of
455                   licenses that we consider <em>free</em>.
456               </item>
457             </taglist>
458         </p>
459       </sect>
460
461       <sect id="sections">
462         <heading>Archive areas</heading>
463
464         <sect1 id="main">
465           <heading>The main archive area</heading>
466
467           <p>
468             Every package in <em>main</em> must comply with the DFSG
469             (Debian Free Software Guidelines).
470           </p>
471
472           <p>
473             In addition, the packages in <em>main</em>
474             <list compact="compact">
475               <item>
476                   must not require a package outside of <em>main</em>
477                   for compilation or execution (thus, the package must
478                   not declare a "Depends", "Recommends", or
479                   "Build-Depends" relationship on a non-<em>main</em>
480                   package),
481               </item>
482               <item>
483                   must not be so buggy that we refuse to support them,
484                   and
485               </item>
486               <item>
487                   must meet all policy requirements presented in this
488                   manual.
489               </item>
490             </list>
491           </p>
492
493         </sect1>
494
495         <sect1 id="contrib">
496           <heading>The contrib archive area</heading>
497
498           <p>
499             Every package in <em>contrib</em> must comply with the DFSG.
500           </p>
501
502           <p>
503             In addition, the packages in <em>contrib</em>
504             <list compact="compact">
505               <item>
506                   must not be so buggy that we refuse to support them,
507                   and
508               </item>
509               <item>
510                   must meet all policy requirements presented in this
511                   manual.
512               </item>
513             </list>
514           </p>
515
516
517           <p>
518             Examples of packages which would be included in
519             <em>contrib</em> are:
520             <list compact="compact">
521               <item>
522                   free packages which require <em>contrib</em>,
523                   <em>non-free</em> packages or packages which are not
524                   in our archive at all for compilation or execution,
525                   and
526               </item>
527               <item>
528                   wrapper packages or other sorts of free accessories for
529                   non-free programs.
530               </item>
531             </list>
532           </p>
533         </sect1>
534
535         <sect1 id="non-free">
536           <heading>The non-free archive area</heading>
537
538           <p>
539             Packages must be placed in <em>non-free</em> if they are
540             not compliant with the DFSG or are encumbered by patents
541             or other legal issues that make their distribution
542             problematic.
543           </p>
544
545           <p>
546             In addition, the packages in <em>non-free</em>
547             <list compact="compact">
548               <item>
549                   must not be so buggy that we refuse to support them,
550                   and
551               </item>
552               <item>
553                   must meet all policy requirements presented in this
554                   manual that it is possible for them to meet.
555                   <footnote>
556                       It is possible that there are policy
557                       requirements which the package is unable to
558                       meet, for example, if the source is
559                       unavailable.  These situations will need to be
560                       handled on a case-by-case basis.
561                   </footnote>
562               </item>
563             </list>
564           </p>
565         </sect1>
566
567       </sect>
568
569       <sect id="pkgcopyright">
570         <heading>Copyright considerations</heading>
571
572         <p>
573           Every package must be accompanied by a verbatim copy of
574           its copyright and distribution license in the file
575           <file>/usr/share/doc/<var>package</var>/copyright</file>
576           (see <ref id="copyrightfile"> for further details).
577         </p>
578
579         <p>
580           We reserve the right to restrict files from being included
581           anywhere in our archives if
582           <list compact="compact">
583             <item>
584                   their use or distribution would break a law,
585             </item>
586             <item>
587                   there is an ethical conflict in their distribution or
588                   use,
589             </item>
590             <item>
591                   we would have to sign a license for them, or
592             </item>
593             <item>
594                   their distribution would conflict with other project
595                   policies.
596             </item>
597           </list>
598         </p>
599
600         <p>
601           Programs whose authors encourage the user to make
602           donations are fine for the main distribution, provided
603           that the authors do not claim that not donating is
604           immoral, unethical, illegal or something similar; in such
605           a case they must go in <em>non-free</em>.
606         </p>
607
608         <p>
609           Packages whose copyright permission notices (or patent
610           problems) do not even allow redistribution of binaries
611           only, and where no special permission has been obtained,
612           must not be placed on the Debian FTP site and its mirrors
613           at all.
614         </p>
615
616         <p>
617           Note that under international copyright law (this applies
618           in the United States, too), <em>no</em> distribution or
619           modification of a work is allowed without an explicit
620           notice saying so.  Therefore a program without a copyright
621           notice <em>is</em> copyrighted and you may not do anything
622           to it without risking being sued! Likewise if a program
623           has a copyright notice but no statement saying what is
624           permitted then nothing is permitted.
625         </p>
626
627         <p>
628           Many authors are unaware of the problems that restrictive
629           copyrights (or lack of copyright notices) can cause for
630           the users of their supposedly-free software.  It is often
631           worthwhile contacting such authors diplomatically to ask
632           them to modify their license terms. However, this can be a
633           politically difficult thing to do and you should ask for
634           advice on the <tt>debian-legal</tt> mailing list first, as
635           explained below.
636         </p>
637
638         <p>
639           When in doubt about a copyright, send mail to
640           <email>debian-legal@lists.debian.org</email>.  Be prepared
641           to provide us with the copyright statement.  Software
642           covered by the GPL, public domain software and BSD-like
643           copyrights are safe; be wary of the phrases "commercial
644           use prohibited" and "distribution restricted".
645         </p>
646       </sect>
647
648       <sect id="subsections">
649         <heading>Sections</heading>
650
651         <p>
652           The packages in the archive areas <em>main</em>,
653           <em>contrib</em> and <em>non-free</em> are grouped further into
654           <em>sections</em> to simplify handling.
655         </p>
656
657         <p>
658           The archive area and section for each package should be
659           specified in the package's <tt>Section</tt> control record (see
660           <ref id="f-Section">).  However, the maintainer of the Debian
661           archive may override this selection to ensure the consistency of
662           the Debian distribution.  The <tt>Section</tt> field should be
663           of the form:
664           <list compact="compact">
665             <item>
666                   <em>section</em> if the package is in the
667                   <em>main</em> archive area,
668             </item>
669             <item>
670                   <em>area/section</em> if the package is in
671                   the <em>contrib</em> or <em>non-free</em>
672                   archive areas.
673             </item>
674           </list>
675         </p>
676
677         <p>
678           The Debian archive maintainers provide the authoritative
679           list of sections.  At present, they are:
680           <em>admin</em>, <em>cli-mono</em>, <em>comm</em>, <em>database</em>,
681           <em>devel</em>, <em>debug</em>, <em>doc</em>, <em>editors</em>,
682           <em>electronics</em>, <em>embedded</em>, <em>fonts</em>,
683           <em>games</em>, <em>gnome</em>, <em>graphics</em>, <em>gnu-r</em>,
684           <em>gnustep</em>, <em>hamradio</em>, <em>haskell</em>,
685           <em>httpd</em>, <em>interpreters</em>, <em>java</em>, <em>kde</em>,
686           <em>kernel</em>, <em>libs</em>, <em>libdevel</em>, <em>lisp</em>,
687           <em>localization</em>, <em>mail</em>, <em>math</em>, <em>misc</em>,
688           <em>net</em>, <em>news</em>, <em>ocaml</em>, <em>oldlibs</em>,
689           <em>otherosfs</em>, <em>perl</em>, <em>php</em>, <em>python</em>,
690           <em>ruby</em>, <em>science</em>, <em>shells</em>, <em>sound</em>,
691           <em>tex</em>, <em>text</em>, <em>utils</em>, <em>vcs</em>,
692           <em>video</em>, <em>web</em>, <em>x11</em>, <em>xfce</em>,
693           <em>zope</em>.
694         </p>
695       </sect>
696
697       <sect id="priorities">
698         <heading>Priorities</heading>
699
700         <p>
701           Each package should have a <em>priority</em> value, which is
702           included in the package's <em>control record</em>
703           (see <ref id="f-Priority">).
704           This information is used by the Debian package management tools to
705           separate high-priority packages from less-important packages.
706         </p>
707
708         <p>
709           The following <em>priority levels</em> are recognized by the
710           Debian package management tools.
711           <taglist>
712             <tag><tt>required</tt></tag>
713             <item>
714                 Packages which are necessary for the proper
715                 functioning of the system (usually, this means that
716                 dpkg functionality depends on these packages).
717                 Removing a <tt>required</tt> package may cause your
718                 system to become totally broken and you may not even
719                 be able to use <prgn>dpkg</prgn> to put things back,
720                 so only do so if you know what you are doing.  Systems
721                 with only the <tt>required</tt> packages are probably
722                 unusable, but they do have enough functionality to
723                 allow the sysadmin to boot and install more software.
724             </item>
725             <tag><tt>important</tt></tag>
726             <item>
727                 Important programs, including those which one would
728                 expect to find on any Unix-like system.  If the
729                 expectation is that an experienced Unix person who
730                 found it missing would say "What on earth is going on,
731                 where is <prgn>foo</prgn>?", it must be an
732                 <tt>important</tt> package.<footnote>
733                     This is an important criterion because we are
734                     trying to produce, amongst other things, a free
735                     Unix.
736                 </footnote>
737                 Other packages without which the system will not run
738                 well or be usable must also have priority
739                 <tt>important</tt>.  This does
740                 <em>not</em> include Emacs, the X Window System, TeX
741                 or any other large applications.  The
742                 <tt>important</tt> packages are just a bare minimum of
743                 commonly-expected and necessary tools.
744             </item>
745             <tag><tt>standard</tt></tag>
746             <item>
747                 These packages provide a reasonably small but not too
748                 limited character-mode system.  This is what will be
749                 installed by default if the user doesn't select anything
750                 else.  It doesn't include many large applications.
751             </item>
752             <tag><tt>optional</tt></tag>
753             <item>
754                 (In a sense everything that isn't required is
755                 optional, but that's not what is meant here.) This is
756                 all the software that you might reasonably want to
757                 install if you didn't know what it was and don't have
758                 specialized requirements. This is a much larger system
759                 and includes the X Window System, a full TeX
760                 distribution, and many applications. Note that
761                 optional packages should not conflict with each other.
762             </item>
763             <tag><tt>extra</tt></tag>
764             <item>
765                 This contains all packages that conflict with others
766                 with required, important, standard or optional
767                 priorities, or are only likely to be useful if you
768                 already know what they are or have specialized
769                 requirements (such as packages containing only detached
770                 debugging symbols).
771             </item>
772           </taglist>
773         </p>
774
775         <p>
776           Packages must not depend on packages with lower priority
777           values (excluding build-time dependencies).  In order to
778           ensure this, the priorities of one or more packages may need
779           to be adjusted.
780         </p>
781       </sect>
782
783     </chapt>
784
785
786     <chapt id="binary">
787       <heading>Binary packages</heading>
788
789       <p>
790         The Debian GNU/Linux distribution is based on the Debian
791         package management system, called <prgn>dpkg</prgn>. Thus,
792         all packages in the Debian distribution must be provided
793         in the <tt>.deb</tt> file format.
794       </p>
795
796       <sect>
797         <heading>The package name</heading>
798
799         <p>
800           Every package must have a name that's unique within the Debian
801           archive.
802         </p>
803
804         <p>
805           The package name is included in the control field
806           <tt>Package</tt>, the format of which is described
807           in <ref id="f-Package">.
808           The package name is also included as a part of the file name
809           of the <tt>.deb</tt> file.
810         </p>
811       </sect>
812
813       <sect id="versions">
814         <heading>The version of a package</heading>
815
816         <p>
817           Every package has a version number recorded in its
818           <tt>Version</tt> control file field, described in
819           <ref id="f-Version">.
820         </p>
821
822         <p>
823           The package management system imposes an ordering on version
824           numbers, so that it can tell whether packages are being up- or
825           downgraded and so that package system front end applications
826           can tell whether a package it finds available is newer than
827           the one installed on the system.  The version number format
828           has the most significant parts (as far as comparison is
829           concerned) at the beginning.
830         </p>
831
832         <p>
833           If an upstream package has problematic version numbers they
834           should be converted to a sane form for use in the
835           <tt>Version</tt> field.
836         </p>
837
838         <sect1>
839           <heading>Version numbers based on dates</heading>
840
841           <p>
842             In general, Debian packages should use the same version
843             numbers as the upstream sources.
844           </p>
845
846           <p>
847             However, in some cases where the upstream version number is
848             based on a date (e.g., a development "snapshot" release) the
849             package management system cannot handle these version
850             numbers without epochs. For example, dpkg will consider
851             "96May01" to be greater than "96Dec24".
852           </p>
853
854           <p>
855             To prevent having to use epochs for every new upstream
856             version, the date based portion of the version number
857             should be changed to the following format in such cases:
858             "19960501", "19961224". It is up to the maintainer whether
859             they want to bother the upstream maintainer to change
860             the version numbers upstream, too.
861           </p>
862
863           <p>
864             Note that other version formats based on dates which are
865             parsed correctly by the package management system should
866             <em>not</em> be changed.
867           </p>
868
869           <p>
870             Native Debian packages (i.e., packages which have been
871             written especially for Debian) whose version numbers include
872             dates should always use the "YYYYMMDD" format.
873           </p>
874         </sect1>
875
876       </sect>
877
878       <sect>
879         <heading>The maintainer of a package</heading>
880
881         <p>
882           Every package must have a Debian maintainer (the
883           maintainer may be one person or a group of people
884           reachable from a common email address, such as a mailing
885           list).  The maintainer is responsible for ensuring that
886           the package is placed in the appropriate distributions.
887         </p>
888
889         <p>
890           The maintainer must be specified in the
891           <tt>Maintainer</tt> control field with their correct name
892           and a working email address.  If one person maintains
893           several packages, they should try to avoid having
894           different forms of their name and email address in
895           the <tt>Maintainer</tt> fields of those packages.
896         </p>
897
898         <p>
899           The format of the <tt>Maintainer</tt> control field is
900           described in <ref id="f-Maintainer">.
901         </p>
902
903         <p>
904           If the maintainer of a package quits from the Debian
905           project, "Debian QA Group"
906           <email>packages@qa.debian.org</email> takes over the
907           maintainer-ship of the package until someone else
908           volunteers for that task. These packages are called
909           <em>orphaned packages</em>.<footnote>
910                 The detailed procedure for doing this gracefully can
911                 be found in the Debian Developer's Reference,
912                 see <ref id="related">.
913           </footnote>
914         </p>
915       </sect>
916
917       <sect id="descriptions">
918         <heading>The description of a package</heading>
919
920         <p>
921           Every Debian package must have an extended description
922           stored in the appropriate field of the control record.
923           The technical information about the format of the
924           <tt>Description</tt> field is in <ref id="f-Description">.
925         </p>
926
927         <p>
928           The description should describe the package (the program) to a
929           user (system administrator) who has never met it before so that
930           they have enough information to decide whether they want to
931           install it. This description should not just be copied verbatim
932           from the program's documentation.
933         </p>
934
935         <p>
936           Put important information first, both in the synopsis and
937           extended description.  Sometimes only the first part of the
938           synopsis or of the description will be displayed.  You can
939           assume that there will usually be a way to see the whole
940           extended description.
941         </p>
942
943         <p>
944           The description should also give information about the
945           significant dependencies and conflicts between this package
946           and others, so that the user knows why these dependencies and
947           conflicts have been declared.
948         </p>
949
950         <p>
951           Instructions for configuring or using the package should
952           not be included (that is what installation scripts,
953           manual pages, info files, etc., are for).  Copyright
954           statements and other administrivia should not be included
955           either (that is what the copyright file is for).
956         </p>
957
958         <sect1 id="synopsis"><heading>The single line synopsis</heading>
959
960           <p>
961             The single line synopsis should be kept brief - certainly
962             under 80 characters.
963           </p>
964
965           <p>
966             Do not include the package name in the synopsis line.  The
967             display software knows how to display this already, and you
968             do not need to state it.  Remember that in many situations
969             the user may only see the synopsis line - make it as
970             informative as you can.
971           </p>
972
973         </sect1>
974
975         <sect1 id="extendeddesc"><heading>The extended description</heading>
976
977           <p>
978             Do not try to continue the single line synopsis into the
979             extended description.  This will not work correctly when
980             the full description is displayed, and makes no sense
981             where only the summary (the single line synopsis) is
982             available.
983           </p>
984
985           <p>
986             The extended description should describe what the package
987             does and how it relates to the rest of the system (in terms
988             of, for example, which subsystem it is which part of).
989           </p>
990
991           <p>
992             The description field needs to make sense to anyone, even
993             people who have no idea about any of the things the
994             package deals with.<footnote>
995                 The blurb that comes with a program in its
996                 announcements and/or <prgn>README</prgn> files is
997                 rarely suitable for use in a description.  It is
998                 usually aimed at people who are already in the
999                 community where the package is used.
1000             </footnote>
1001           </p>
1002
1003         </sect1>
1004
1005       </sect>
1006
1007       <sect>
1008         <heading>Dependencies</heading>
1009
1010         <p>
1011           Every package must specify the dependency information
1012           about other packages that are required for the first to
1013           work correctly.
1014         </p>
1015
1016         <p>
1017           For example, a dependency entry must be provided for any
1018           shared libraries required by a dynamically-linked executable
1019           binary in a package.
1020         </p>
1021
1022         <p>
1023           Packages are not required to declare any dependencies they
1024           have on other packages which are marked <tt>Essential</tt>
1025           (see below), and should not do so unless they depend on a
1026           particular version of that package.<footnote>
1027             <p>
1028               Essential is needed in part to avoid unresolvable dependency
1029               loops on upgrade.  If packages add unnecessary dependencies
1030               on packages in this set, the chances that there
1031               <strong>will</strong> be an unresolvable dependency loop
1032               caused by forcing these Essential packages to be configured
1033               first before they need to be is greatly increased.  It also
1034               increases the chances that frontends will be unable to
1035               <strong>calculate</strong> an upgrade path, even if one
1036               exists.
1037             </p>
1038             <p>
1039               Also, functionality is rarely ever removed from the
1040               Essential set, but <em>packages</em> have been removed from
1041               the Essential set when the functionality moved to a
1042               different package. So depending on these packages <em>just
1043               in case</em> they stop being essential does way more harm
1044               than good.
1045             </p>
1046           </footnote>
1047         </p>
1048
1049         <p>
1050           Sometimes, a package requires another package to be installed
1051           <em>and</em> configured before it can be installed. In this
1052           case, you must specify a <tt>Pre-Depends</tt> entry for
1053           the package.
1054         </p>
1055
1056         <p>
1057           You should not specify a <tt>Pre-Depends</tt> entry for a
1058           package before this has been discussed on the
1059           <tt>debian-devel</tt> mailing list and a consensus about
1060           doing that has been reached.
1061         </p>
1062
1063         <p>
1064           The format of the package interrelationship control fields is
1065           described in <ref id="relationships">.
1066         </p>
1067       </sect>
1068
1069       <sect id="virtual_pkg">
1070         <heading>Virtual packages</heading>
1071
1072         <p>
1073           Sometimes, there are several packages which offer
1074           more-or-less the same functionality. In this case, it's
1075           useful to define a <em>virtual package</em> whose name
1076           describes that common functionality.  (The virtual
1077           packages only exist logically, not physically; that's why
1078           they are called <em>virtual</em>.) The packages with this
1079           particular function will then <em>provide</em> the virtual
1080           package. Thus, any other package requiring that function
1081           can simply depend on the virtual package without having to
1082           specify all possible packages individually.
1083         </p>
1084
1085         <p>
1086           All packages should use virtual package names where
1087           appropriate, and arrange to create new ones if necessary.
1088           They should not use virtual package names (except privately,
1089           amongst a cooperating group of packages) unless they have
1090           been agreed upon and appear in the list of virtual package
1091           names. (See also <ref id="virtual">)
1092         </p>
1093
1094         <p>
1095           The latest version of the authoritative list of virtual
1096           package names can be found in the <tt>debian-policy</tt> package.
1097           It is also available from the Debian web mirrors at
1098           <tt><url name="/doc/packaging-manuals/virtual-package-names-list.txt"
1099                 id="http://www.debian.org/doc/packaging-manuals/virtual-package-names-list.txt"></tt>.
1100         </p>
1101
1102         <p>
1103           The procedure for updating the list is described in the preface
1104           to the list.
1105         </p>
1106
1107       </sect>
1108
1109       <sect>
1110         <heading>Base system</heading>
1111
1112         <p>
1113           The <tt>base system</tt> is a minimum subset of the Debian
1114           GNU/Linux system that is installed before everything else
1115           on a new system. Only very few packages are allowed to form
1116           part of the base system, in order to keep the required disk
1117           usage very small.
1118         </p>
1119
1120         <p>
1121           The base system consists of all those packages with priority
1122           <tt>required</tt> or <tt>important</tt>. Many of them will
1123           be tagged <tt>essential</tt> (see below).
1124         </p>
1125       </sect>
1126
1127       <sect>
1128         <heading>Essential packages</heading>
1129
1130         <p>
1131           Essential is defined as the minimal set of functionality that
1132           must be available and usable on the system at all times, even
1133           when packages are in an unconfigured (but unpacked) state.
1134           Packages are tagged <tt>essential</tt> for a system using the
1135           <tt>Essential</tt> control file field.  The format of the
1136           <tt>Essential</tt> control field is described in <ref
1137           id="f-Essential">.
1138         </p>
1139
1140         <p>
1141           Since these packages cannot be easily removed (one has to
1142           specify an extra <em>force option</em> to
1143           <prgn>dpkg</prgn> to do so), this flag must not be used
1144           unless absolutely necessary.  A shared library package
1145           must not be tagged <tt>essential</tt>; dependencies will
1146           prevent its premature removal, and we need to be able to
1147           remove it when it has been superseded.
1148         </p>
1149
1150         <p>
1151           Since dpkg will not prevent upgrading of other packages
1152           while an <tt>essential</tt> package is in an unconfigured
1153             state, all <tt>essential</tt> packages must supply all of
1154             their core functionality even when unconfigured. If the
1155             package cannot satisfy this requirement it must not be
1156             tagged as essential, and any packages depending on this
1157             package must instead have explicit dependency fields as
1158             appropriate.
1159         </p>
1160
1161         <p>
1162           Maintainers should take great care in adding any programs,
1163           interfaces, or functionality to <tt>essential</tt> packages.
1164           Packages may assume that functionality provided by
1165           <tt>essential</tt> packages is always available without
1166           declaring explicit dependencies, which means that removing
1167           functionality from the Essential set is very difficult and is
1168           almost never done.  Any capability added to an
1169           <tt>essential</tt> package therefore creates an obligation to
1170           support that capability as part of the Essential set in
1171           perpetuity.
1172         </p>
1173
1174         <p>
1175           You must not tag any packages <tt>essential</tt> before
1176           this has been discussed on the <tt>debian-devel</tt>
1177           mailing list and a consensus about doing that has been
1178           reached.
1179         </p>
1180       </sect>
1181
1182       <sect id="maintscripts">
1183         <heading>Maintainer Scripts</heading>
1184
1185         <p>
1186           The package installation scripts should avoid producing
1187           output which is unnecessary for the user to see and
1188           should rely on <prgn>dpkg</prgn> to stave off boredom on
1189           the part of a user installing many packages.  This means,
1190           amongst other things, using the <tt>--quiet</tt> option on
1191           <prgn>install-info</prgn>.
1192         </p>
1193
1194         <p>
1195           Errors which occur during the execution of an installation
1196           script must be checked and the installation must not
1197           continue after an error.
1198         </p>
1199
1200         <p>
1201           Note that in general <ref id="scripts"> applies to package
1202           maintainer scripts, too.
1203         </p>
1204
1205         <p>
1206           You should not use <prgn>dpkg-divert</prgn> on a file
1207           belonging to another package without consulting the
1208           maintainer of that package first.
1209         </p>
1210
1211         <p>
1212           All packages which supply an instance of a common command
1213           name (or, in general, filename) should generally use
1214           <prgn>update-alternatives</prgn>, so that they may be
1215           installed together.  If <prgn>update-alternatives</prgn>
1216           is not used, then each package must use
1217           <tt>Conflicts</tt> to ensure that other packages are
1218           de-installed.  (In this case, it may be appropriate to
1219           specify a conflict against earlier versions of something
1220           that previously did not use
1221           <prgn>update-alternatives</prgn>; this is an exception to
1222           the usual rule that versioned conflicts should be
1223           avoided.)
1224         </p>
1225
1226         <sect1 id="maintscriptprompt">
1227           <heading>Prompting in maintainer scripts</heading>
1228           <p>
1229             Package maintainer scripts may prompt the user if
1230             necessary. Prompting must be done by communicating
1231             through a program, such as <prgn>debconf</prgn>, which
1232             conforms to the Debian Configuration Management
1233             Specification, version 2 or higher.
1234           </p>
1235
1236           <p>
1237             Packages which are essential, or which are dependencies of
1238             essential packages, may fall back on another prompting method
1239             if no such interface is available when they are executed.
1240           </p>
1241
1242           <p>
1243             The Debian Configuration Management Specification is included
1244             in the <file>debconf_specification</file> files in the
1245             <package>debian-policy</package> package.
1246             It is also available from the Debian web mirrors at
1247             <tt><url name="/doc/packaging-manuals/debconf_specification.html"
1248                 id="http://www.debian.org/doc/packaging-manuals/debconf_specification.html"></tt>.
1249           </p>
1250
1251           <p>
1252             Packages which use the Debian Configuration Management
1253             Specification may contain an additional
1254             <prgn>config</prgn> script and a <tt>templates</tt>
1255             file in their control archive<footnote>
1256                 The control.tar.gz inside the .deb.
1257                 See <manref name="deb" section="5">.
1258             </footnote>.
1259             The <prgn>config</prgn> script might be run before the
1260             <prgn>preinst</prgn> script, and before the package is unpacked
1261             or any of its dependencies or pre-dependencies are satisfied.
1262             Therefore it must work using only the tools present in
1263             <em>essential</em> packages.<footnote>
1264                   <package>Debconf</package> or another tool that
1265                   implements the Debian Configuration Management
1266                   Specification will also be installed, and any
1267                   versioned dependencies on it will be satisfied
1268                   before preconfiguration begins.
1269             </footnote>
1270           </p>
1271
1272           <p>
1273             Packages which use the Debian Configuration Management
1274             Specification must allow for translation of their user-visible
1275             messages by using a gettext-based system such as the one
1276             provided by the <package>po-debconf</package> package.
1277           </p>
1278
1279           <p>
1280             Packages should try to minimize the amount of prompting
1281             they need to do, and they should ensure that the user
1282             will only ever be asked each question once.  This means
1283             that packages should try to use appropriate shared
1284             configuration files (such as <file>/etc/papersize</file> and
1285             <file>/etc/news/server</file>), and shared
1286             <package>debconf</package> variables rather than each
1287             prompting for their own list of required pieces of
1288             information.
1289           </p>
1290
1291           <p>
1292             It also means that an upgrade should not ask the same
1293             questions again, unless the user has used
1294             <tt>dpkg --purge</tt> to remove the package's configuration.
1295             The answers to configuration questions should be stored in an
1296             appropriate place in <file>/etc</file> so that the user can
1297             modify them, and how this has been done should be
1298             documented.
1299           </p>
1300
1301           <p>
1302             If a package has a vitally important piece of
1303             information to pass to the user (such as "don't run me
1304             as I am, you must edit the following configuration files
1305             first or you risk your system emitting badly-formatted
1306             messages"), it should display this in the
1307             <prgn>config</prgn> or <prgn>postinst</prgn> script and
1308             prompt the user to hit return to acknowledge the
1309             message.  Copyright messages do not count as vitally
1310             important (they belong in
1311             <file>/usr/share/doc/<var>package</var>/copyright</file>);
1312             neither do instructions on how to use a program (these
1313             should be in on-line documentation, where all the users
1314             can see them).
1315           </p>
1316
1317           <p>
1318             Any necessary prompting should almost always be confined
1319             to the <prgn>config</prgn> or <prgn>postinst</prgn>
1320             script. If it is done in the <prgn>postinst</prgn>, it
1321             should be protected with a conditional so that
1322             unnecessary prompting doesn't happen if a package's
1323             installation fails and the <prgn>postinst</prgn> is
1324             called with <tt>abort-upgrade</tt>,
1325             <tt>abort-remove</tt> or <tt>abort-deconfigure</tt>.
1326           </p>
1327         </sect1>
1328
1329       </sect>
1330
1331     </chapt>
1332
1333
1334     <chapt id="source">
1335       <heading>Source packages</heading>
1336
1337       <sect id="standardsversion">
1338         <heading>Standards conformance</heading>
1339
1340         <p>
1341           Source packages should specify the most recent version number
1342           of this policy document with which your package complied
1343           when it was last updated.
1344         </p>
1345
1346         <p>
1347           This information may be used to file bug reports
1348           automatically if your package becomes too much out of date.
1349         </p>
1350
1351         <p>
1352           The version is specified in the <tt>Standards-Version</tt>
1353           control field.
1354           The format of the <tt>Standards-Version</tt> field is
1355           described in <ref id="f-Standards-Version">.
1356         </p>
1357
1358         <p>
1359           You should regularly, and especially if your package has
1360           become out of date, check for the newest Policy Manual
1361           available and update your package, if necessary. When your
1362           package complies with the new standards you should update the
1363           <tt>Standards-Version</tt> source package field and
1364           release it.<footnote>
1365                 See the file <file>upgrading-checklist</file> for
1366                 information about policy which has changed between
1367                 different versions of this document.
1368           </footnote>
1369         </p>
1370
1371       </sect>
1372
1373       <sect id="pkg-relations">
1374         <heading>Package relationships</heading>
1375
1376         <p>
1377           Source packages should specify which binary packages they
1378           require to be installed or not to be installed in order to
1379           build correctly.  For example, if building a package
1380           requires a certain compiler, then the compiler should be
1381           specified as a build-time dependency.
1382         </p>
1383
1384         <p>
1385           It is not necessary to explicitly specify build-time
1386           relationships on a minimal set of packages that are always
1387           needed to compile, link and put in a Debian package a
1388           standard "Hello World!" program written in C or C++.  The
1389           required packages are called <em>build-essential</em>, and
1390           an informational list can be found in
1391           <file>/usr/share/doc/build-essential/list</file> (which is
1392           contained in the <tt>build-essential</tt>
1393           package).<footnote>
1394             Rationale:
1395                 <list compact="compact">
1396                   <item>
1397                       This allows maintaining the list separately
1398                       from the policy documents (the list does not
1399                       need the kind of control that the policy
1400                       documents do).
1401                   </item>
1402                   <item>
1403                       Having a separate package allows one to install
1404                       the build-essential packages on a machine, as
1405                       well as allowing other packages such as tasks to
1406                       require installation of the build-essential
1407                       packages using the depends relation.
1408                   </item>
1409                   <item>
1410                       The separate package allows bug reports against
1411                       the list to be categorized separately from
1412                       the policy management process in the BTS.
1413                   </item>
1414                 </list>
1415           </footnote>
1416         </p>
1417
1418         <p>
1419           When specifying the set of build-time dependencies, one
1420           should list only those packages explicitly required by the
1421           build.  It is not necessary to list packages which are
1422           required merely because some other package in the list of
1423           build-time dependencies depends on them.<footnote>
1424                 The reason for this is that dependencies change, and
1425                 you should list all those packages, and <em>only</em>
1426                 those packages that <em>you</em> need directly.  What
1427                 others need is their business.  For example, if you
1428                 only link against <file>libimlib</file>, you will need to
1429                 build-depend on <package>libimlib2-dev</package> but
1430                 not against any <tt>libjpeg*</tt> packages, even
1431                 though <tt>libimlib2-dev</tt> currently depends on
1432                 them: installation of <package>libimlib2-dev</package>
1433                 will automatically ensure that all of its run-time
1434                 dependencies are satisfied.
1435           </footnote>
1436         </p>
1437
1438         <p>
1439           If build-time dependencies are specified, it must be
1440           possible to build the package and produce working binaries
1441           on a system with only essential and build-essential
1442           packages installed and also those required to satisfy the
1443           build-time relationships (including any implied
1444           relationships).  In particular, this means that version
1445           clauses should be used rigorously in build-time
1446           relationships so that one cannot produce bad or
1447           inconsistently configured packages when the relationships
1448           are properly satisfied.
1449         </p>
1450
1451         <p>
1452           <ref id="relationships"> explains the technical details.
1453         </p>
1454       </sect>
1455
1456       <sect>
1457         <heading>Changes to the upstream sources</heading>
1458
1459         <p>
1460           If changes to the source code are made that are not
1461           specific to the needs of the Debian system, they should be
1462           sent to the upstream authors in whatever form they prefer
1463           so as to be included in the upstream version of the
1464           package.
1465         </p>
1466
1467         <p>
1468           If you need to configure the package differently for
1469           Debian or for Linux, and the upstream source doesn't
1470           provide a way to do so, you should add such configuration
1471           facilities (for example, a new <prgn>autoconf</prgn> test
1472           or <tt>#define</tt>) and send the patch to the upstream
1473           authors, with the default set to the way they originally
1474           had it.  You can then easily override the default in your
1475           <file>debian/rules</file> or wherever is appropriate.
1476         </p>
1477
1478         <p>
1479           You should make sure that the <prgn>configure</prgn> utility
1480           detects the correct architecture specification string
1481           (refer to <ref id="arch-spec"> for details).
1482         </p>
1483
1484         <p>
1485           If you need to edit a <prgn>Makefile</prgn> where GNU-style
1486           <prgn>configure</prgn> scripts are used, you should edit the
1487           <file>.in</file> files rather than editing the
1488           <prgn>Makefile</prgn> directly.  This allows the user to
1489           reconfigure the package if necessary.  You should
1490           <em>not</em> configure the package and edit the generated
1491           <prgn>Makefile</prgn>!  This makes it impossible for someone
1492           else to later reconfigure the package without losing the
1493           changes you made.
1494         </p>
1495
1496       </sect>
1497
1498       <sect id="dpkgchangelog">
1499         <heading>Debian changelog: <file>debian/changelog</file></heading>
1500
1501         <p>
1502           Changes in the Debian version of the package should be
1503           briefly explained in the Debian changelog file
1504           <file>debian/changelog</file>.<footnote>
1505             <p>
1506               Mistakes in changelogs are usually best rectified by
1507               making a new changelog entry rather than "rewriting
1508               history" by editing old changelog entries.
1509             </p>
1510           </footnote>
1511           This includes modifications
1512           made in the Debian package compared to the upstream one
1513           as well as other changes and updates to the package.
1514           <footnote>
1515               Although there is nothing stopping an author who is also
1516               the Debian maintainer from using this changelog for all
1517               their changes, it will have to be renamed if the Debian
1518               and upstream maintainers become different people. In such
1519               a case, however, it might be better to maintain the package
1520               as a non-native package.
1521           </footnote>
1522         </p>
1523
1524         <p>
1525           The format of the <file>debian/changelog</file> allows the
1526           package building tools to discover which version of the package
1527           is being built and find out other release-specific information.
1528         </p>
1529
1530         <p>
1531           That format is a series of entries like this:
1532
1533 <example compact="compact">
1534 <var>package</var> (<var>version</var>) <var>distribution(s)</var>; urgency=<var>urgency</var>
1535             <var>
1536               [optional blank line(s), stripped]
1537             </var>
1538   * <var>change details</var>
1539     <var>more change details</var>
1540             <var>
1541               [blank line(s), included in output of dpkg-parsechangelog]
1542             </var>
1543   * <var>even more change details</var>
1544             <var>
1545               [optional blank line(s), stripped]
1546             </var>
1547  -- <var>maintainer name</var> &lt;<var>email address</var>&gt;<var>[two spaces]</var>  <var>date</var>
1548 </example>
1549         </p>
1550
1551         <p>
1552           <var>package</var> and <var>version</var> are the source
1553           package name and version number.
1554         </p>
1555
1556         <p>
1557           <var>distribution(s)</var> lists the distributions where
1558           this version should be installed when it is uploaded - it
1559           is copied to the <tt>Distribution</tt> field in the
1560           <file>.changes</file> file.  See <ref id="f-Distribution">.
1561         </p>
1562
1563         <p>
1564           <var>urgency</var> is the value for the <tt>Urgency</tt>
1565           field in the <file>.changes</file> file for the upload
1566           (see <ref id="f-Urgency">). It is not possible to specify
1567           an urgency containing commas; commas are used to separate
1568           <tt><var>keyword</var>=<var>value</var></tt> settings in the
1569           <prgn>dpkg</prgn> changelog format (though there is
1570           currently only one useful <var>keyword</var>,
1571           <tt>urgency</tt>).
1572         </p>
1573
1574         <p>
1575           The change details may in fact be any series of lines
1576           starting with at least two spaces, but conventionally each
1577           change starts with an asterisk and a separating space and
1578           continuation lines are indented so as to bring them in
1579           line with the start of the text above.  Blank lines may be
1580           used here to separate groups of changes, if desired.
1581         </p>
1582
1583         <p>
1584           If this upload resolves bugs recorded in the Bug Tracking
1585           System (BTS), they may be automatically closed on the
1586           inclusion of this package into the Debian archive by
1587           including the string: <tt>closes: Bug#<var>nnnnn</var></tt>
1588           in the change details.<footnote>
1589               To be precise, the string should match the following
1590               Perl regular expression:
1591               <example>
1592 /closes:\s*(?:bug)?\#?\s?\d+(?:,\s*(?:bug)?\#?\s?\d+)*/i
1593               </example>
1594               Then all of the bug numbers listed will be closed by the
1595               archive maintenance script (<prgn>katie</prgn>) using the
1596               <var>version</var> of the changelog entry.
1597           </footnote>
1598           This information is conveyed via the <tt>Closes</tt> field
1599           in the <tt>.changes</tt> file (see <ref id="f-Closes">).
1600         </p>
1601
1602         <p>
1603           The maintainer name and email address used in the changelog
1604           should be the details of the person uploading <em>this</em>
1605           version.  They are <em>not</em> necessarily those of the
1606           usual package maintainer.  The information here will be
1607           copied to the <tt>Changed-By</tt> field in the
1608           <tt>.changes</tt> file (see <ref id="f-Changed-By">),
1609           and then later used to send an acknowledgement when the
1610           upload has been installed.
1611         </p>
1612
1613         <p>
1614           The <var>date</var> must be in RFC822 format<footnote>
1615               This is generated by <tt>date -R</tt>.
1616           </footnote>; it must include the time zone specified
1617           numerically, with the time zone name or abbreviation
1618           optionally present as a comment in parentheses.
1619         </p>
1620
1621         <p>
1622           The first "title" line with the package name must start
1623           at the left hand margin.  The "trailer" line with the
1624           maintainer and date details must be preceded by exactly
1625           one space.  The maintainer details and the date must be
1626           separated by exactly two spaces.
1627         </p>
1628
1629         <p>
1630           The entire changelog must be encoded in UTF-8.
1631         </p>
1632
1633         <p>
1634           For more information on placement of the changelog files
1635           within binary packages, please see <ref id="changelogs">.
1636         </p>
1637       </sect>
1638
1639       <sect id="dpkgcopyright">
1640         <heading>Copyright: <file>debian/copyright</file></heading>
1641         <p>
1642           Every package must be accompanied by a verbatim copy of
1643           its copyright and distribution license in the file
1644           <file>/usr/share/doc/<var>package</var>/copyright</file>
1645           (see <ref id="copyrightfile"> for further details). Also see
1646           <ref id="pkgcopyright"> for further considerations relayed
1647           to copyrights for packages.
1648         </p>
1649       </sect>
1650       <sect>
1651         <heading>Error trapping in makefiles</heading>
1652
1653         <p>
1654           When <prgn>make</prgn> invokes a command in a makefile
1655           (including your package's upstream makefiles and
1656           <file>debian/rules</file>), it does so using <prgn>sh</prgn>.  This
1657           means that <prgn>sh</prgn>'s usual bad error handling
1658           properties apply: if you include a miniature script as one
1659           of the commands in your makefile you'll find that if you
1660           don't do anything about it then errors are not detected
1661           and <prgn>make</prgn> will blithely continue after
1662           problems.
1663         </p>
1664
1665         <p>
1666           Every time you put more than one shell command (this
1667           includes using a loop) in a makefile command you
1668           must make sure that errors are trapped.  For
1669           simple compound commands, such as changing directory and
1670           then running a program, using <tt>&amp;&amp;</tt> rather
1671           than semicolon as a command separator is sufficient.  For
1672           more complex commands including most loops and
1673           conditionals you should include a separate <tt>set -e</tt>
1674           command at the start of every makefile command that's
1675           actually one of these miniature shell scripts.
1676         </p>
1677       </sect>
1678
1679       <sect id="timestamps">
1680         <heading>Time Stamps</heading>
1681         <p>
1682           Maintainers should preserve the modification times of the
1683           upstream source files in a package, as far as is reasonably
1684           possible.<footnote>
1685               The rationale is that there is some information conveyed
1686               by knowing the age of the file, for example, you could
1687               recognize that some documentation is very old by looking
1688               at the modification time, so it would be nice if the
1689               modification time of the upstream source would be
1690               preserved.
1691           </footnote>
1692         </p>
1693       </sect>
1694
1695       <sect id="restrictions">
1696         <heading>Restrictions on objects in source packages</heading>
1697
1698         <p>
1699           The source package may not contain any hard links<footnote>
1700             <p>
1701               This is not currently detected when building source
1702               packages, but only when extracting
1703               them.
1704             </p>
1705             <p>
1706               Hard links may be permitted at some point in the
1707               future, but would require a fair amount of
1708               work.
1709             </p>
1710           </footnote>, device special files, sockets or setuid or
1711           setgid files.<footnote>
1712               Setgid directories are allowed.
1713           </footnote>
1714         </p>
1715       </sect>
1716
1717       <sect id="debianrules">
1718         <heading>Main building script: <file>debian/rules</file></heading>
1719
1720         <p>
1721           This file must be an executable makefile, and contains the
1722           package-specific recipes for compiling the package and
1723           building binary package(s) from the source.
1724         </p>
1725
1726         <p>
1727           It must start with the line <tt>#!/usr/bin/make -f</tt>,
1728           so that it can be invoked by saying its name rather than
1729           invoking <prgn>make</prgn> explicitly.
1730         </p>
1731
1732         <p>
1733           Since an interactive <file>debian/rules</file> script makes it
1734           impossible to auto-compile that package and also makes it
1735           hard for other people to reproduce the same binary
1736           package, all <em>required targets</em> MUST be
1737           non-interactive. At a minimum, required targets are the
1738           ones called by <prgn>dpkg-buildpackage</prgn>, namely,
1739           <em>clean</em>, <em>binary</em>, <em>binary-arch</em>,
1740           <em>binary-indep</em>, and <em>build</em>. It also follows
1741           that any target that these targets depend on must also be
1742           non-interactive.
1743         </p>
1744
1745         <p>
1746           The targets are as follows (required unless stated otherwise):
1747           <taglist>
1748             <tag><tt>build</tt></tag>
1749             <item>
1750               <p>
1751                 The <tt>build</tt> target should perform all the
1752                 configuration and compilation of the package.
1753                 If a package has an interactive pre-build
1754                 configuration routine, the Debianized source package
1755                 must either be built after this has taken place (so
1756                 that the binary package can be built without rerunning
1757                 the configuration) or the configuration routine
1758                 modified to become non-interactive.  (The latter is
1759                 preferable if there are architecture-specific features
1760                 detected by the configuration routine.)
1761               </p>
1762
1763               <p>
1764                 For some packages, notably ones where the same
1765                 source tree is compiled in different ways to produce
1766                 two binary packages, the <tt>build</tt> target
1767                 does not make much sense.  For these packages it is
1768                 good enough to provide two (or more) targets
1769                 (<tt>build-a</tt> and <tt>build-b</tt> or whatever)
1770                 for each of the ways of building the package, and a
1771                 <tt>build</tt> target that does nothing.  The
1772                 <tt>binary</tt> target will have to build the
1773                 package in each of the possible ways and make the
1774                 binary package out of each.
1775               </p>
1776
1777               <p>
1778                 The <tt>build</tt> target must not do anything
1779                 that might require root privilege.
1780               </p>
1781
1782               <p>
1783                 The <tt>build</tt> target may need to run the
1784                 <tt>clean</tt> target first - see below.
1785               </p>
1786
1787               <p>
1788                 When a package has a configuration and build routine
1789                 which takes a long time, or when the makefiles are
1790                 poorly designed, or when <tt>build</tt> needs to
1791                 run <tt>clean</tt> first, it is a good idea to
1792                 <tt>touch build</tt> when the build process is
1793                 complete.  This will ensure that if <tt>debian/rules
1794                 build</tt> is run again it will not rebuild the whole
1795                 program.<footnote>
1796                     Another common way to do this is for <tt>build</tt>
1797                     to depend on <prgn>build-stamp</prgn> and to do
1798                     nothing else, and for the <prgn>build-stamp</prgn>
1799                     target to do the building and to <tt>touch
1800                     build-stamp</tt> on completion.  This is
1801                     especially useful if the build routine creates a
1802                     file or directory called <tt>build</tt>; in such a
1803                     case, <tt>build</tt> will need to be listed as
1804                     a phony target (i.e., as a dependency of the
1805                     <tt>.PHONY</tt> target).  See the documentation of
1806                     <prgn>make</prgn> for more information on phony
1807                     targets.
1808                 </footnote>
1809               </p>
1810             </item>
1811
1812             <tag><tt>build-arch</tt> (optional),
1813                  <tt>build-indep</tt> (optional)
1814             </tag>
1815             <item>
1816               <p>
1817                 A package may also provide both of the targets
1818                 <tt>build-arch</tt> and <tt>build-indep</tt>.
1819                 The <tt>build-arch</tt> target, if provided, should
1820                 perform all the configuration and compilation required
1821                 for producing all architecture-dependant binary packages
1822                 (those packages for which the body of the
1823                 <tt>Architecture</tt> field in <tt>debian/control</tt>
1824                 is not <tt>all</tt>).
1825                 Similarly, the <tt>build-indep</tt> target, if
1826                 provided, should perform all the configuration and
1827                 compilation required for producing all
1828                 architecture-independent binary packages
1829                 (those packages for which the body of the
1830                 <tt>Architecture</tt> field in <tt>debian/control</tt>
1831                 is <tt>all</tt>).
1832                 The <tt>build</tt> target should depend on those of the
1833                 targets <tt>build-arch</tt> and <tt>build-indep</tt> that
1834                 are provided in the rules file.
1835               </p>
1836
1837               <p>
1838                 If one or both of the targets <tt>build-arch</tt> and
1839                 <tt>build-indep</tt> are not provided, then invoking
1840                 <file>debian/rules</file> with one of the not-provided
1841                 targets as arguments should produce a exit status code
1842                 of 2.  Usually this is provided automatically by make
1843                 if the target is missing.
1844               </p>
1845
1846               <p>
1847                 The <tt>build-arch</tt> and <tt>build-indep</tt> targets
1848                 must not do anything that might require root privilege.
1849               </p>
1850             </item>
1851
1852             <tag><tt>binary</tt>, <tt>binary-arch</tt>,
1853               <tt>binary-indep</tt>
1854             </tag>
1855             <item>
1856               <p>
1857                 The <tt>binary</tt> target must be all that is
1858                 necessary for the user to build the binary package(s)
1859                 produced from this source package.  It is
1860                 split into two parts: <prgn>binary-arch</prgn> builds
1861                 the binary packages which are specific to a particular
1862                 architecture, and <tt>binary-indep</tt> builds
1863                 those which are not.
1864               </p>
1865               <p>
1866                 <tt>binary</tt> may be (and commonly is) a target with
1867                 no commands which simply depends on
1868                 <tt>binary-arch</tt> and <tt>binary-indep</tt>.
1869               </p>
1870               <p>
1871                 Both <tt>binary-*</tt> targets should depend on the
1872                 <tt>build</tt> target, or on the appropriate
1873                 <tt>build-arch</tt> or <tt>build-indep</tt> target, if
1874                 provided, so that the package is built if it has not
1875                 been already.  It should then create the relevant
1876                 binary package(s), using <prgn>dpkg-gencontrol</prgn> to
1877                 make their control files and <prgn>dpkg-deb</prgn> to
1878                 build them and place them in the parent of the top
1879                 level directory.
1880               </p>
1881
1882               <p>
1883                 Both the <tt>binary-arch</tt> and
1884                 <tt>binary-indep</tt> targets <em>must</em> exist.
1885                 If one of them has nothing to do (which will always be
1886                 the case if the source generates only a single binary
1887                 package, whether architecture-dependent or not), it
1888                 must still exist and must always succeed.
1889               </p>
1890
1891               <p>
1892                 The <tt>binary</tt> targets must be invoked as
1893                 root.<footnote>
1894                     The <prgn>fakeroot</prgn> package often allows one
1895                     to build a package correctly even without being
1896                     root.
1897                 </footnote>
1898               </p>
1899             </item>
1900
1901             <tag><tt>clean</tt></tag>
1902             <item>
1903               <p>
1904                 This must undo any effects that the <tt>build</tt>
1905                 and <tt>binary</tt> targets may have had, except
1906                 that it should leave alone any output files created in
1907                 the parent directory by a run of a <tt>binary</tt>
1908                 target.
1909               </p>
1910
1911               <p>
1912                 If a <tt>build</tt> file is touched at the end of
1913                 the <tt>build</tt> target, as suggested above, it
1914                 should be removed as the first action that
1915                 <tt>clean</tt> performs, so that running
1916                 <tt>build</tt> again after an interrupted
1917                 <tt>clean</tt> doesn't think that everything is
1918                 already done.
1919               </p>
1920
1921               <p>
1922                 The <tt>clean</tt> target may need to be
1923                 invoked as root if <tt>binary</tt> has been
1924                 invoked since the last <tt>clean</tt>, or if
1925                 <tt>build</tt> has been invoked as root (since
1926                 <tt>build</tt> may create directories, for
1927                 example).
1928               </p>
1929             </item>
1930
1931             <tag><tt>get-orig-source</tt> (optional)</tag>
1932             <item>
1933               <p>
1934                 This target fetches the most recent version of the
1935                 original source package from a canonical archive site
1936                 (via FTP or WWW, for example), does any necessary
1937                 rearrangement to turn it into the original source
1938                 tar file format described below, and leaves it in the
1939                 current directory.
1940               </p>
1941
1942               <p>
1943                 This target may be invoked in any directory, and
1944                 should take care to clean up any temporary files it
1945                 may have left.
1946               </p>
1947
1948               <p>
1949                 This target is optional, but providing it if
1950                 possible is a good idea.
1951               </p>
1952             </item>
1953
1954             <tag><tt>patch</tt> (optional)</tag>
1955             <item>
1956               <p>
1957                 This target performs whatever additional actions are
1958                 required to make the source ready for editing (unpacking
1959                 additional upstream archives, applying patches, etc.).
1960                 It is recommended to be implemented for any package where
1961                 <tt>dpkg-source -x</tt> does not result in source ready
1962                 for additional modification.  See
1963                 <ref id="readmesource">.
1964               </p>
1965             </item>
1966           </taglist>
1967
1968         <p>
1969           The <tt>build</tt>, <tt>binary</tt> and
1970           <tt>clean</tt> targets must be invoked with the current
1971           directory being the package's top-level directory.
1972         </p>
1973
1974
1975         <p>
1976           Additional targets may exist in <file>debian/rules</file>,
1977           either as published or undocumented interfaces or for the
1978           package's internal use.
1979         </p>
1980
1981         <p>
1982           The architectures we build on and build for are determined
1983           by <prgn>make</prgn> variables using the utility
1984           <qref id="pkg-dpkg-architecture"><prgn>dpkg-architecture</prgn></qref>.
1985           You can determine the
1986           Debian architecture and the GNU style architecture
1987           specification string for the build machine (the machine type
1988           we are building on) as well as for the host machine (the
1989           machine type we are building for).  Here is a list of
1990           supported <prgn>make</prgn> variables:
1991           <list compact="compact">
1992             <item>
1993                 <tt>DEB_*_ARCH</tt> (the Debian architecture)
1994             </item>
1995             <item>
1996                 <tt>DEB_*_ARCH_CPU</tt> (the Debian CPU name)
1997             </item>
1998             <item>
1999                 <tt>DEB_*_ARCH_OS</tt> (the Debian System name)
2000             </item>
2001             <item>
2002                 <tt>DEB_*_GNU_TYPE</tt> (the GNU style architecture
2003                 specification string)
2004             </item>
2005             <item>
2006                 <tt>DEB_*_GNU_CPU</tt> (the CPU part of
2007                 <tt>DEB_*_GNU_TYPE</tt>)
2008             </item>
2009             <item>
2010                 <tt>DEB_*_GNU_SYSTEM</tt> (the System part of
2011                 <tt>DEB_*_GNU_TYPE</tt>)
2012           </list>
2013           where <tt>*</tt> is either <tt>BUILD</tt> for specification of
2014           the build machine or <tt>HOST</tt> for specification of the
2015           host machine.
2016         </p>
2017
2018         <p>
2019           Backward compatibility can be provided in the rules file
2020           by setting the needed variables to suitable default
2021           values; please refer to the documentation of
2022           <prgn>dpkg-architecture</prgn> for details.
2023         </p>
2024
2025         <p>
2026           It is important to understand that the <tt>DEB_*_ARCH</tt>
2027           string only determines which Debian architecture we are
2028           building on or for. It should not be used to get the CPU
2029           or system information; the <tt>DEB_*_ARCH_CPU</tt> and
2030           <tt>DEB_*_ARCH_OS</tt> variables should be used for that.
2031           GNU style variables should generally only be used with upstream
2032           build systems.
2033         </p>
2034
2035         <sect1 id="debianrules-options">
2036           <heading><file>debian/rules</file> and
2037             <tt>DEB_BUILD_OPTIONS</tt></heading>
2038
2039           <p>
2040             Supporting the standardized environment variable
2041             <tt>DEB_BUILD_OPTIONS</tt> is recommended.  This variable can
2042             contain several flags to change how a package is compiled and
2043             built.  Each flag must be in the form <var>flag</var> or
2044             <var>flag</var>=<var>options</var>.  If multiple flags are
2045             given, they must be separated by whitespace.<footnote>
2046               Some packages support any delimiter, but whitespace is the
2047               easiest to parse inside a makefile and avoids ambiguity with
2048               flag values that contain commas.
2049             </footnote>
2050             <var>flag</var> must start with a lowercase letter
2051             (<tt>a-z</tt>) and consist only of lowercase letters,
2052             numbers (<tt>0-9</tt>), and the characters
2053             <tt>-</tt> and <tt>_</tt> (hyphen and underscore).
2054             <var>options</var> must not contain whitespace.  The same
2055             tag should not be given multiple times with conflicting
2056             values.  Package maintainers may assume that
2057             <tt>DEB_BUILD_OPTIONS</tt> will not contain conflicting tags.
2058           </p>
2059
2060           <p>
2061             The meaning of the following tags has been standardized:
2062             <taglist>
2063               <tag>nocheck</tag>
2064               <item>
2065                   This tag says to not run any build-time test suite
2066                   provided by the package.
2067               </item>
2068               <tag>noopt</tag>
2069               <item>
2070                   The presence of this tag means that the package should
2071                   be compiled with a minimum of optimization.  For C
2072                   programs, it is best to add <tt>-O0</tt> to
2073                   <tt>CFLAGS</tt> (although this is usually the default).
2074                   Some programs might fail to build or run at this level
2075                   of optimization; it may be necessary to use
2076                   <tt>-O1</tt>, for example.
2077               </item>
2078               <tag>nostrip</tag>
2079               <item>
2080                   This tag means that the debugging symbols should not be
2081                   stripped from the binary during installation, so that
2082                   debugging information may be included in the package.
2083               </item>
2084               <tag>parallel=n</tag>
2085               <item>
2086                   This tag means that the package should be built using up
2087                   to <tt>n</tt> parallel processes if the package build
2088                   system supports this.<footnote>
2089                       Packages built with <tt>make</tt> can often implement
2090                       this by passing the <tt>-j</tt><var>n</var> option to
2091                       <tt>make</tt>.
2092                   </footnote>
2093                   If the package build system does not support parallel
2094                   builds, this string must be ignored.  If the package
2095                   build system only supports a lower level of concurrency
2096                   than <var>n</var>, the package should be built using as
2097                   many parallel processes as the package build system
2098                   supports.  It is up to the package maintainer to decide
2099                   whether the package build times are long enough and the
2100                   package build system is robust enough to make supporting
2101                   parallel builds worthwhile.
2102                </item>
2103             </taglist>
2104           </p>
2105
2106           <p>
2107             Unknown flags must be ignored by <file>debian/rules</file>.
2108           </p>
2109
2110           <p>
2111             The following makefile snippet is an example of how one may
2112             implement the build options; you will probably have to
2113             massage this example in order to make it work for your
2114             package.
2115             <example compact="compact">
2116 CFLAGS = -Wall -g
2117 INSTALL = install
2118 INSTALL_FILE    = $(INSTALL) -p    -o root -g root  -m  644
2119 INSTALL_PROGRAM = $(INSTALL) -p    -o root -g root  -m  755
2120 INSTALL_SCRIPT  = $(INSTALL) -p    -o root -g root  -m  755
2121 INSTALL_DIR     = $(INSTALL) -p -d -o root -g root  -m  755
2122
2123 ifneq (,$(filter noopt,$(DEB_BUILD_OPTIONS)))
2124     CFLAGS += -O0
2125 else
2126     CFLAGS += -O2
2127 endif
2128 ifeq (,$(filter nostrip,$(DEB_BUILD_OPTIONS)))
2129     INSTALL_PROGRAM += -s
2130 endif
2131 ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
2132     NUMJOBS = $(patsubst parallel=%,%,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
2133     MAKEFLAGS += -j$(NUMJOBS)
2134 endif
2135
2136 build:
2137         # ...
2138 ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
2139         # Code to run the package test suite.
2140 endif
2141             </example>
2142           </p>
2143         </sect1>
2144       </sect>
2145
2146 <!-- FIXME: section pkg-srcsubstvars is the same as substvars -->
2147       <sect id="substvars">
2148         <heading>Variable substitutions: <file>debian/substvars</file></heading>
2149
2150         <p>
2151           When <prgn>dpkg-gencontrol</prgn>,
2152           <prgn>dpkg-genchanges</prgn> and <prgn>dpkg-source</prgn>
2153           generate control files they perform variable substitutions
2154           on their output just before writing it.  Variable
2155           substitutions have the form <tt>${<var>variable</var>}</tt>.
2156           The optional file <file>debian/substvars</file> contains
2157           variable substitutions to be used; variables can also be set
2158           directly from <file>debian/rules</file> using the <tt>-V</tt>
2159           option to the source packaging commands, and certain
2160           predefined variables are also available.
2161         </p>
2162
2163         <p>
2164           The <file>debian/substvars</file> file is usually generated and
2165           modified dynamically by <file>debian/rules</file> targets, in
2166           which case it must be removed by the <tt>clean</tt> target.
2167         </p>
2168
2169         <p>
2170           See <manref name="deb-substvars" section="5"> for full
2171           details about source variable substitutions, including the
2172           format of <file>debian/substvars</file>.</p>
2173       </sect>
2174
2175       <sect id="debianwatch">
2176         <heading>Optional upstream source location: <file>debian/watch</file></heading>
2177
2178         <p>
2179           This is an optional, recommended control file for the
2180           <tt>uscan</tt> utility which defines how to automatically
2181           scan ftp or http sites for newly available updates of the
2182           package. This is used by <url id="
2183           http://dehs.alioth.debian.org/"> and other Debian QA tools
2184           to help with quality control and maintenance of the
2185           distribution as a whole.
2186         </p>
2187
2188       </sect>
2189
2190       <sect id="debianfiles">
2191         <heading>Generated files list: <file>debian/files</file></heading>
2192
2193         <p>
2194           This file is not a permanent part of the source tree; it
2195           is used while building packages to record which files are
2196           being generated.  <prgn>dpkg-genchanges</prgn> uses it
2197           when it generates a <file>.changes</file> file.
2198         </p>
2199
2200         <p>
2201           It should not exist in a shipped source package, and so it
2202           (and any backup files or temporary files such as
2203           <file>files.new</file><footnote>
2204               <file>files.new</file> is used as a temporary file by
2205               <prgn>dpkg-gencontrol</prgn> and
2206               <prgn>dpkg-distaddfile</prgn> - they write a new
2207               version of <tt>files</tt> here before renaming it,
2208               to avoid leaving a corrupted copy if an error
2209               occurs.
2210           </footnote>) should be removed by the
2211           <tt>clean</tt> target.  It may also be wise to
2212           ensure a fresh start by emptying or removing it at the
2213           start of the <tt>binary</tt> target.
2214         </p>
2215
2216         <p>
2217           When <prgn>dpkg-gencontrol</prgn> is run for a binary
2218           package, it adds an entry to <file>debian/files</file> for the
2219           <file>.deb</file> file that will be created when <tt>dpkg-deb
2220           --build</tt> is run for that binary package.  So for most
2221           packages all that needs to be done with this file is to
2222           delete it in the <tt>clean</tt> target.
2223         </p>
2224
2225         <p>
2226           If a package upload includes files besides the source
2227           package and any binary packages whose control files were
2228           made with <prgn>dpkg-gencontrol</prgn> then they should be
2229           placed in the parent of the package's top-level directory
2230           and <prgn>dpkg-distaddfile</prgn> should be called to add
2231           the file to the list in <file>debian/files</file>.</p>
2232       </sect>
2233
2234       <sect id="embeddedfiles">
2235         <heading>Convenience copies of code</heading>
2236
2237         <p>
2238           Some software packages include in their distribution convenience
2239           copies of code from other software packages, generally so that
2240           users compiling from source don't have to download multiple
2241           packages.  Debian packages should not make use of these
2242           convenience copies unless the included package is explicitly
2243           intended to be used in this way.<footnote>
2244             For example, parts of the GNU build system work like this.
2245           </footnote>
2246           If the included code is already in the Debian archive in the
2247           form of a library, the Debian packaging should ensure that
2248           binary packages reference the libraries already in Debian and
2249           the convenience copy is not used.  If the included code is not
2250           already in Debian, it should be packaged separately as a
2251           prerequisite if possible.
2252           <footnote>
2253             Having multiple copies of the same code in Debian is
2254             inefficient, often creates either static linking or shared
2255             library conflicts, and, most importantly, increases the
2256             difficulty of handling security vulnerabilities in the
2257             duplicated code.
2258           </footnote>
2259         </p>
2260       </sect>
2261
2262       <sect id="readmesource">
2263         <heading>Source package handling:
2264           <file>debian/README.source</file></heading>
2265
2266         <p>
2267           If running <prgn>dpkg-source -x</prgn> on a source package
2268           doesn't produce the source of the package, ready for editing,
2269           and allow one to make changes and run
2270           <prgn>dpkg-buildpackage</prgn> to produce a modified package
2271           without taking any additional steps, creating a
2272           <file>debian/README.source</file> documentation file is
2273           recommended.  This file should explain how to do all of the
2274           following:
2275             <enumlist>
2276               <item>Generate the fully patched source, in a form ready for
2277               editing, that would be built to create Debian
2278               packages.  Doing this with a <tt>patch</tt> target in
2279               <file>debian/rules</file> is recommended; see
2280               <ref id="debianrules">.</item>
2281               <item>Modify the source and save those modifications so that
2282               they will be applied when building the package.</item>
2283               <item>Remove source modifications that are currently being
2284               applied when building the package.</item>
2285               <item>Optionally, document what steps are necessary to
2286               upgrade the Debian source package to a new upstream version,
2287               if applicable.</item>
2288             </enumlist>
2289           This explanation should include specific commands and mention
2290           any additional required Debian packages.  It should not assume
2291           familiarity with any specific Debian packaging system or patch
2292           management tools.
2293         </p>
2294
2295         <p>
2296           This explanation may refer to a documentation file installed by
2297           one of the package's build dependencies provided that the
2298           referenced documentation clearly explains these tasks and is not
2299           a general reference manual.
2300         </p>
2301
2302         <p>
2303           <file>debian/README.source</file> may also include any other
2304           information that would be helpful to someone modifying the
2305           source package.  Even if the package doesn't fit the above
2306           description, maintainers are encouraged to document in a
2307           <file>debian/README.source</file> file any source package with a
2308           particularly complex or unintuitive source layout or build
2309           system (for example, a package that builds the same source
2310           multiple times to generate different binary packages).
2311         </p>
2312       </sect>
2313     </chapt>
2314
2315
2316     <chapt id="controlfields">
2317       <heading>Control files and their fields</heading>
2318
2319       <p>
2320         The package management system manipulates data represented in
2321         a common format, known as <em>control data</em>, stored in
2322         <em>control files</em>.
2323         Control files are used for source packages, binary packages and
2324         the <file>.changes</file> files which control the installation
2325         of uploaded files<footnote>
2326             <prgn>dpkg</prgn>'s internal databases are in a similar
2327             format.
2328         </footnote>.
2329       </p>
2330
2331       <sect id="controlsyntax">
2332         <heading>Syntax of control files</heading>
2333
2334         <p>
2335           A control file consists of one or more paragraphs of
2336           fields<footnote>
2337                 The paragraphs are also sometimes referred to as stanzas.
2338           </footnote>.
2339           The paragraphs are separated by blank lines.  Some control
2340           files allow only one paragraph; others allow several, in
2341           which case each paragraph usually refers to a different
2342           package.  (For example, in source packages, the first
2343           paragraph refers to the source package, and later paragraphs
2344           refer to binary packages generated from the source.)
2345         </p>
2346
2347         <p>
2348           Each paragraph consists of a series of data fields; each
2349           field consists of the field name, followed by a colon and
2350           then the data/value associated with that field.  It ends at
2351           the end of the (logical) line.  Horizontal whitespace
2352           (spaces and tabs) may occur immediately before or after the
2353           value and is ignored there; it is conventional to put a
2354           single space after the colon.  For example, a field might
2355           be:
2356           <example compact="compact">
2357 Package: libc6
2358           </example>
2359           the field name is <tt>Package</tt> and the field value
2360           <tt>libc6</tt>.
2361         </p>
2362
2363         <p>
2364           Many fields' values may span several lines; in this case
2365           each continuation line must start with a space or a tab.
2366           Any trailing spaces or tabs at the end of individual
2367           lines of a field value are ignored. 
2368         </p>
2369
2370         <p>
2371           In fields where it is specified that lines may not wrap,
2372           only a single line of data is allowed and whitespace is not
2373           significant in a field body. Whitespace must not appear
2374           inside names (of packages, architectures, files or anything
2375           else) or version numbers, or between the characters of
2376           multi-character version relationships.
2377         </p>
2378
2379         <p>
2380           Field names are not case-sensitive, but it is usual to
2381           capitalize the field names using mixed case as shown below.
2382         </p>
2383
2384         <p>
2385           Blank lines, or lines consisting only of spaces and tabs,
2386           are not allowed within field values or between fields - that
2387           would mean a new paragraph.
2388         </p>
2389
2390         <p>
2391           All control files must be encoded in UTF-8.
2392         </p>
2393       </sect>
2394
2395       <sect id="sourcecontrolfiles">
2396         <heading>Source package control files -- <file>debian/control</file></heading>
2397
2398         <p>
2399           The <file>debian/control</file> file contains the most vital
2400           (and version-independent) information about the source package
2401           and about the binary packages it creates.
2402         </p>
2403
2404         <p>
2405           The first paragraph of the control file contains information about
2406           the source package in general. The subsequent sets each describe a
2407           binary package that the source tree builds.
2408         </p>
2409
2410         <p>
2411           The fields in the general paragraph (the first one, for the source
2412           package) are:
2413
2414           <list compact="compact">
2415             <item><qref id="f-Source"><tt>Source</tt></qref> (mandatory)</item>
2416             <item><qref id="f-Maintainer"><tt>Maintainer</tt></qref> (mandatory)</item>
2417             <item><qref id="f-Uploaders"><tt>Uploaders</tt></qref></item>
2418             <item><qref id="f-Section"><tt>Section</tt></qref> (recommended)</item>
2419             <item><qref id="f-Priority"><tt>Priority</tt></qref> (recommended)</item>
2420             <item><qref id="sourcebinarydeps"><tt>Build-Depends</tt> et al</qref></item>
2421             <item><qref id="f-Standards-Version"><tt>Standards-Version</tt></qref> (recommended)</item>
2422             <item><qref id="f-Homepage"><tt>Homepage</tt></qref></item>
2423           </list>
2424         </p>
2425
2426         <p>
2427           The fields in the binary package paragraphs are:
2428
2429           <list compact="compact">
2430             <item><qref id="f-Package"><tt>Package</tt></qref> (mandatory)</item>
2431             <item><qref id="f-Architecture"><tt>Architecture</tt></qref> (mandatory)</item>
2432             <item><qref id="f-Section"><tt>Section</tt></qref> (recommended)</item>
2433             <item><qref id="f-Priority"><tt>Priority</tt></qref> (recommended)</item>
2434             <item><qref id="f-Essential"><tt>Essential</tt></qref></item>
2435             <item><qref id="binarydeps"><tt>Depends</tt> et al</qref></item>
2436             <item><qref id="f-Description"><tt>Description</tt></qref> (mandatory)</item>
2437             <item><qref id="f-Homepage"><tt>Homepage</tt></qref></item>
2438           </list>
2439         </p>
2440
2441         <p>
2442           The syntax and semantics of the fields are described below.
2443         </p>
2444
2445 <!-- stuff -->
2446
2447         <p>
2448           These fields are used by <prgn>dpkg-gencontrol</prgn> to
2449           generate control files for binary packages (see below), by
2450           <prgn>dpkg-genchanges</prgn> to generate the
2451           <tt>.changes</tt> file to accompany the upload, and by
2452           <prgn>dpkg-source</prgn> when it creates the
2453           <file>.dsc</file> source control file as part of a source
2454           archive. Many fields are permitted to span multiple lines in
2455           <file>debian/control</file> but not in any other control
2456           file. These tools are responsible for removing the line
2457           breaks from such fields when using fields from
2458           <file>debian/control</file> to generate other control files.
2459         </p>
2460
2461         <p>
2462           The fields here may contain variable references - their
2463           values will be substituted by <prgn>dpkg-gencontrol</prgn>,
2464           <prgn>dpkg-genchanges</prgn> or <prgn>dpkg-source</prgn>
2465           when they generate output control files.
2466           See <ref id="substvars"> for details.
2467         </p>
2468
2469         <p>
2470           In addition to the control file syntax described <qref
2471           id="controlsyntax">above</qref>, this file may also contain
2472           comment lines starting with <tt>#</tt> without any preceding
2473           whitespace.  All such lines are ignored, even in the middle of
2474           continuation lines for a multiline field, and do not end a
2475           multiline field.
2476         </p>
2477
2478       </sect>
2479
2480       <sect id="binarycontrolfiles">
2481         <heading>Binary package control files -- <file>DEBIAN/control</file></heading>
2482
2483         <p>
2484           The <file>DEBIAN/control</file> file contains the most vital
2485           (and version-dependent) information about a binary package.
2486         </p>
2487
2488         <p>
2489           The fields in this file are:
2490
2491           <list compact="compact">
2492             <item><qref id="f-Package"><tt>Package</tt></qref> (mandatory)</item>
2493             <item><qref id="f-Source"><tt>Source</tt></qref></item>
2494             <item><qref id="f-Version"><tt>Version</tt></qref> (mandatory)</item>
2495             <item><qref id="f-Section"><tt>Section</tt></qref> (recommended)</item>
2496             <item><qref id="f-Priority"><tt>Priority</tt></qref> (recommended)</item>
2497             <item><qref id="f-Architecture"><tt>Architecture</tt></qref> (mandatory)</item>
2498             <item><qref id="f-Essential"><tt>Essential</tt></qref></item>
2499             <item><qref id="binarydeps"><tt>Depends</tt> et al</qref></item>
2500             <item><qref id="f-Installed-Size"><tt>Installed-Size</tt></qref></item>
2501             <item><qref id="f-Maintainer"><tt>Maintainer</tt></qref> (mandatory)</item>
2502             <item><qref id="f-Description"><tt>Description</tt></qref> (mandatory)</item>
2503             <item><qref id="f-Homepage"><tt>Homepage</tt></qref></item>
2504           </list>
2505         </p>
2506       </sect>
2507
2508       <sect id="debiansourcecontrolfiles">
2509         <heading>Debian source control files -- <tt>.dsc</tt></heading>
2510
2511         <p>
2512           This file contains a series of fields, identified and
2513           separated just like the fields in the control file of
2514           a binary package.  The fields are listed below; their
2515           syntax is described above, in <ref id="pkg-controlfields">.
2516
2517         <list compact="compact">
2518           <item><qref id="f-Format"><tt>Format</tt></qref> (mandatory)</item>
2519           <item><qref id="f-Source"><tt>Source</tt></qref> (mandatory)</item>
2520           <item><qref id="f-Version"><tt>Version</tt></qref> (mandatory)</item>
2521           <item><qref id="f-Maintainer"><tt>Maintainer</tt></qref> (mandatory)</item>
2522           <item><qref id="f-Uploaders"><tt>Uploaders</tt></qref></item>
2523           <item><qref id="f-Binary"><tt>Binary</tt></qref></item>
2524           <item><qref id="f-Architecture"><tt>Architecture</tt></qref></item>
2525           <item><qref id="sourcebinarydeps"><tt>Build-Depends</tt> et al</qref></item>
2526           <item><qref id="f-Standards-Version"><tt>Standards-Version</tt></qref> (recommended)</item>
2527           <item><qref id="f-Files"><tt>Files</tt></qref> (mandatory)</item>
2528           <item><qref id="f-Homepage"><tt>Homepage</tt></qref></item>
2529         </list>
2530         </p>
2531
2532         <p>
2533           The source package control file is generated by
2534           <prgn>dpkg-source</prgn> when it builds the source
2535           archive, from other files in the source package,
2536           described above.  When unpacking, it is checked against
2537           the files and directories in the other parts of the
2538           source package.
2539         </p>
2540
2541       </sect>
2542
2543       <sect id="debianchangesfiles">
2544         <heading>Debian changes files -- <file>.changes</file></heading>
2545
2546         <p>
2547           The .changes files are used by the Debian archive maintenance
2548           software to process updates to packages. They contain one
2549           paragraph which contains information from the
2550           <tt>debian/control</tt> file and other data about the
2551           source package gathered via <tt>debian/changelog</tt>
2552           and <tt>debian/rules</tt>.
2553         </p>
2554
2555         <p>
2556           The fields in this file are:
2557
2558           <list compact="compact">
2559             <item><qref id="f-Format"><tt>Format</tt></qref> (mandatory)</item>
2560             <item><qref id="f-Date"><tt>Date</tt></qref> (mandatory)</item>
2561             <item><qref id="f-Source"><tt>Source</tt></qref> (mandatory)</item>
2562             <item><qref id="f-Binary"><tt>Binary</tt></qref> (mandatory)</item>
2563             <item><qref id="f-Architecture"><tt>Architecture</tt></qref> (mandatory)</item>
2564             <item><qref id="f-Version"><tt>Version</tt></qref> (mandatory)</item>
2565             <item><qref id="f-Distribution"><tt>Distribution</tt></qref> (mandatory)</item>
2566             <item><qref id="f-Urgency"><tt>Urgency</tt></qref> (recommended)</item>
2567             <item><qref id="f-Maintainer"><tt>Maintainer</tt></qref> (mandatory)</item>
2568             <item><qref id="f-Changed-By"><tt>Changed-By</tt></qref></item>
2569             <item><qref id="f-Description"><tt>Description</tt></qref> (mandatory)</item>
2570             <item><qref id="f-Closes"><tt>Closes</tt></qref></item>
2571             <item><qref id="f-Changes"><tt>Changes</tt></qref> (mandatory)</item>
2572             <item><qref id="f-Files"><tt>Files</tt></qref> (mandatory)</item>
2573           </list>
2574         </p>
2575       </sect>
2576
2577       <sect id="controlfieldslist">
2578         <heading>List of fields</heading>
2579
2580         <sect1 id="f-Source">
2581           <heading><tt>Source</tt></heading>
2582
2583           <p>
2584             This field identifies the source package name.
2585           </p>
2586
2587           <p>
2588             In <file>debian/control</file> or a <file>.dsc</file> file,
2589             this field must contain only the name of the source package.
2590           </p>
2591
2592           <p>
2593             In a binary package control file or a <file>.changes</file>
2594             file, the source package name may be followed by a version
2595             number in parentheses<footnote>
2596                 It is customary to leave a space after the package name
2597                 if a version number is specified.
2598             </footnote>.
2599             This version number may be omitted (and is, by
2600             <prgn>dpkg-gencontrol</prgn>) if it has the same value as
2601             the <tt>Version</tt> field of the binary package in
2602             question.  The field itself may be omitted from a binary
2603             package control file when the source package has the same
2604             name and version as the binary package.
2605           </p>
2606
2607           <p>
2608             Package names (both source and binary,
2609             see <ref id="f-Package">) must consist only of lower case
2610             letters (<tt>a-z</tt>), digits (<tt>0-9</tt>), plus
2611             (<tt>+</tt>) and minus (<tt>-</tt>) signs, and periods
2612             (<tt>.</tt>).  They must be at least two characters long and
2613             must start with an alphanumeric character.
2614           </p>
2615         </sect1>
2616
2617         <sect1 id="f-Maintainer">
2618           <heading><tt>Maintainer</tt></heading>
2619
2620           <p>
2621             The package maintainer's name and email address.  The name
2622             should come first, then the email address inside angle
2623             brackets <tt>&lt;&gt</tt> (in RFC822 format).
2624           </p>
2625
2626           <p>
2627             If the maintainer's name contains a full stop then the
2628             whole field will not work directly as an email address due
2629             to a misfeature in the syntax specified in RFC822; a
2630             program using this field as an address must check for this
2631             and correct the problem if necessary (for example by
2632             putting the name in round brackets and moving it to the
2633             end, and bringing the email address forward).
2634           </p>
2635         </sect1>
2636
2637         <sect1 id="f-Uploaders">
2638           <heading><tt>Uploaders</tt></heading>
2639
2640           <p>
2641             List of the names and email addresses of co-maintainers of
2642             the package, if any. If the package has other maintainers
2643             beside the one named in the 
2644             <qref id="f-Maintainer">Maintainer field</qref>, their
2645             names and email addresses should be listed here. The
2646             format is the same as that of the Maintainer tag, and
2647             multiple entries should be comma separated. Currently,
2648             this field is restricted to a single line of data.  This
2649             is an optional field.
2650           </p>
2651           <p>
2652             Any parser that interprets the Uploaders field in
2653             <file>debian/control</file> must permit it to span multiple
2654             lines.  Line breaks in an Uploaders field that spans multiple
2655             lines are not significant and the semantics of the field are
2656             the same as if the line breaks had not been present.
2657           </p>
2658         </sect1>
2659
2660         <sect1 id="f-Changed-By">
2661           <heading><tt>Changed-By</tt></heading>
2662
2663           <p>
2664             The name and email address of the person who changed the
2665             said package. Usually the name of the maintainer.
2666             All the rules for the Maintainer field apply here, too.
2667           </p>
2668         </sect1>
2669
2670         <sect1 id="f-Section">
2671           <heading><tt>Section</tt></heading>
2672
2673           <p>
2674             This field specifies an application area into which the package
2675             has been classified. See <ref id="subsections">.
2676           </p>
2677
2678           <p>
2679             When it appears in the <file>debian/control</file> file,
2680             it gives the value for the subfield of the same name in
2681             the <tt>Files</tt> field of the <file>.changes</file> file.
2682             It also gives the default for the same field in the binary
2683             packages.
2684           </p>
2685         </sect1>
2686
2687         <sect1 id="f-Priority">
2688           <heading><tt>Priority</tt></heading>
2689
2690           <p>
2691             This field represents how important that it is that the user
2692             have the package installed. See <ref id="priorities">.
2693           </p>
2694
2695           <p>
2696             When it appears in the <file>debian/control</file> file,
2697             it gives the value for the subfield of the same name in
2698             the <tt>Files</tt> field of the <file>.changes</file> file.
2699             It also gives the default for the same field in the binary
2700             packages.
2701           </p>
2702         </sect1>
2703
2704         <sect1 id="f-Package">
2705           <heading><tt>Package</tt></heading>
2706
2707           <p>
2708             The name of the binary package.
2709           </p>
2710
2711           <p>
2712             Binary package names must follow the same syntax and
2713             restrictions as source package names.  See <ref id="f-Source">
2714             for the details.
2715           </p>
2716         </sect1>
2717
2718         <sect1 id="f-Architecture">
2719           <heading><tt>Architecture</tt></heading>
2720
2721           <p>
2722             Depending on context and the control file used, the
2723             <tt>Architecture</tt> field can include the following sets of
2724             values:
2725             <list>
2726                 <item>A unique single word identifying a Debian machine
2727                       architecture as described in <ref id="arch-spec">.
2728                 <item><tt>all</tt>, which indicates an
2729                       architecture-independent package.
2730                 <item><tt>any</tt>, which indicates a package available
2731                       for building on any architecture.
2732                 <item><tt>source</tt>, which indicates a source package.
2733             </list>
2734           </p>
2735
2736           <p>
2737             In the main <file>debian/control</file> file in the source
2738             package, this field may contain the special value
2739             <tt>any</tt>, the special value <tt>all</tt>, or a list of
2740             architectures separated by spaces.  If <tt>any</tt> or
2741             <tt>all</tt> appear, they must be the entire contents of the
2742             field.  Most packages will use either <tt>any</tt> or
2743             <tt>all</tt>.  Specifying a specific list of architectures is
2744             for the minority of cases where a program is not portable or
2745             is not useful on some architectures, and where possible the
2746             program should be made portable instead.
2747           </p>
2748
2749           <p>
2750             In the source package control file <file>.dsc</file>, this
2751             field may contain either the special value <tt>any</tt> or a
2752             list of architectures separated by spaces. If a list is given,
2753             it may include (or consist solely of) the special value
2754             <tt>all</tt>.  In other words, in <file>.dsc</file> files
2755             unlike the <file>debian/control</file>, <tt>all</tt> may occur
2756             in combination with specific architectures.  The
2757             <tt>Architecture</tt> field in the source package control file
2758             <file>.dsc</file> is generally constructed from the
2759             <tt>Architecture</tt> fields in the
2760             <file>debian/control</file> in the source package.
2761           </p>
2762
2763           <p>
2764             Specifying <tt>any</tt> indicates that the source package
2765             isn't dependent on any particular architecture and should
2766             compile fine on any one. The produced binary package(s)
2767             will either be specific to whatever the current build
2768             architecture is or will be architecture-independent.
2769           </p>
2770
2771           <p>
2772             Specifying only <tt>all</tt> indicates that the source package
2773             will only build architecture-independent packages.  If this is
2774             the case, <tt>all</tt> must be used rather than <tt>any</tt>;
2775             <tt>any</tt> implies that the source package will build at
2776             least one architecture-dependent package.
2777           </p>
2778
2779           <p>
2780             Specifying a list of architectures indicates that the source
2781             will build an architecture-dependent package, and will only
2782             work correctly on the listed architectures.  If the source
2783             package also builds at least one architecture-independent
2784             package, <tt>all</tt> will also be included in the list.
2785           </p>
2786
2787           <p>
2788             In a <file>.changes</file> file, the <tt>Architecture</tt>
2789             field lists the architecture(s) of the package(s)
2790             currently being uploaded.  This will be a list; if the
2791             source for the package is also being uploaded, the special
2792             entry <tt>source</tt> is also present.  <tt>all</tt> will be
2793             present if any architecture-independent packages are being
2794             uploaded.  <tt>any</tt> may never occur in the
2795             <tt>Architecture</tt> field in the <file>.changes</file>
2796             file.
2797           </p>
2798
2799           <p>
2800             See <ref id="debianrules"> for information how to get the
2801             architecture for the build process.
2802           </p>
2803         </sect1>
2804
2805         <sect1 id="f-Essential">
2806           <heading><tt>Essential</tt></heading>
2807
2808           <p>
2809             This is a boolean field which may occur only in the
2810             control file of a binary package or in a per-package fields
2811             paragraph of a main source control data file.
2812           </p>
2813
2814           <p>
2815             If set to <tt>yes</tt> then the package management system
2816             will refuse to remove the package (upgrading and replacing
2817             it is still possible). The other possible value is <tt>no</tt>,
2818             which is the same as not having the field at all.
2819           </p>
2820         </sect1>
2821
2822         <sect1>
2823           <heading>Package interrelationship fields:
2824             <tt>Depends</tt>, <tt>Pre-Depends</tt>,
2825             <tt>Recommends</tt>, <tt>Suggests</tt>,
2826             <tt>Breaks</tt>, <tt>Conflicts</tt>,
2827             <tt>Provides</tt>, <tt>Replaces</tt>, <tt>Enhances</tt>
2828           </heading>
2829
2830           <p>
2831             These fields describe the package's relationships with
2832             other packages.  Their syntax and semantics are described
2833             in <ref id="relationships">.</p>
2834         </sect1>
2835
2836         <sect1 id="f-Standards-Version">
2837           <heading><tt>Standards-Version</tt></heading>
2838
2839           <p>
2840             The most recent version of the standards (the policy
2841             manual and associated texts) with which the package
2842             complies.
2843           </p>
2844
2845           <p>
2846             The version number has four components: major and minor
2847             version number and major and minor patch level.  When the
2848             standards change in a way that requires every package to
2849             change the major number will be changed.  Significant
2850             changes that will require work in many packages will be
2851             signaled by a change to the minor number.  The major patch
2852             level will be changed for any change to the meaning of the
2853             standards, however small; the minor patch level will be
2854             changed when only cosmetic, typographical or other edits
2855             are made which neither change the meaning of the document
2856             nor affect the contents of packages.
2857           </p>
2858
2859           <p>
2860             Thus only the first three components of the policy version
2861             are significant in the <em>Standards-Version</em> control
2862             field, and so either these three components or the all
2863             four components may be specified.<footnote>
2864                 In the past, people specified the full version number
2865                 in the Standards-Version field, for example "2.3.0.0".
2866                 Since minor patch-level changes don't introduce new
2867                 policy, it was thought it would be better to relax
2868                 policy and only require the first 3 components to be
2869                 specified, in this example "2.3.0".  All four
2870                 components may still be used if someone wishes to do so.
2871             </footnote>
2872           </p>
2873
2874         </sect1>
2875
2876         <sect1 id="f-Version">
2877           <heading><tt>Version</tt></heading>
2878
2879           <p>
2880             The version number of a package. The format is:
2881             [<var>epoch</var><tt>:</tt>]<var>upstream_version</var>[<tt>-</tt><var>debian_revision</var>]
2882           </p>
2883
2884           <p>
2885             The three components here are:
2886             <taglist>
2887               <tag><var>epoch</var></tag>
2888               <item>
2889                 <p>
2890                   This is a single (generally small) unsigned integer.  It
2891                   may be omitted, in which case zero is assumed.  If it is
2892                   omitted then the <var>upstream_version</var> may not
2893                   contain any colons.
2894                 </p>
2895
2896                 <p>
2897                   It is provided to allow mistakes in the version numbers
2898                   of older versions of a package, and also a package's
2899                   previous version numbering schemes, to be left behind.
2900                 </p>
2901               </item>
2902
2903               <tag><var>upstream_version</var></tag>
2904               <item>
2905                 <p>
2906                   This is the main part of the version number.  It is
2907                   usually the version number of the original ("upstream")
2908                   package from which the <file>.deb</file> file has been made,
2909                   if this is applicable.  Usually this will be in the same
2910                   format as that specified by the upstream author(s);
2911                   however, it may need to be reformatted to fit into the
2912                   package management system's format and comparison
2913                   scheme.
2914                 </p>
2915
2916                 <p>
2917                   The comparison behavior of the package management system
2918                   with respect to the <var>upstream_version</var> is
2919                   described below.  The <var>upstream_version</var>
2920                   portion of the version number is mandatory.
2921                 </p>
2922
2923                 <p>
2924                   The <var>upstream_version</var> may contain only
2925                   alphanumerics<footnote>
2926                         Alphanumerics are <tt>A-Za-z0-9</tt> only.
2927                   </footnote>
2928                   and the characters <tt>.</tt> <tt>+</tt> <tt>-</tt>
2929                   <tt>:</tt> <tt>~</tt> (full stop, plus, hyphen, colon,
2930                   tilde) and should start with a digit.  If there is no
2931                   <var>debian_revision</var> then hyphens are not allowed;
2932                   if there is no <var>epoch</var> then colons are not
2933                   allowed.
2934                 </p>
2935               </item>
2936
2937               <tag><var>debian_revision</var></tag>
2938               <item>
2939                 <p>
2940                   This part of the version number specifies the version of
2941                   the Debian package based on the upstream version.  It
2942                   may contain only alphanumerics and the characters
2943                   <tt>+</tt> <tt>.</tt> <tt>~</tt> (plus, full stop,
2944                   tilde) and is compared in the same way as the
2945                   <var>upstream_version</var> is.
2946                 </p>
2947
2948                 <p>
2949                   It is optional; if it isn't present then the
2950                   <var>upstream_version</var> may not contain a hyphen.
2951                   This format represents the case where a piece of
2952                   software was written specifically to be turned into a
2953                   Debian package, and so there is only one "debianisation"
2954                   of it and therefore no revision indication is required.
2955                 </p>
2956
2957                 <p>
2958                   It is conventional to restart the
2959                   <var>debian_revision</var> at <tt>1</tt> each time the
2960                   <var>upstream_version</var> is increased.
2961                 </p>
2962
2963                 <p>
2964                   The package management system will break the version
2965                   number apart at the last hyphen in the string (if there
2966                   is one) to determine the <var>upstream_version</var> and
2967                   <var>debian_revision</var>.  The absence of a
2968                   <var>debian_revision</var> is equivalent to a
2969                   <var>debian_revision</var> of <tt>0</tt>.
2970                 </p>
2971               </item>
2972             </taglist>
2973           </p>
2974
2975           <p>
2976             When comparing two version numbers, first the <var>epoch</var>
2977             of each are compared, then the <var>upstream_version</var> if
2978             <var>epoch</var> is equal, and then <var>debian_revision</var>
2979             if <var>upstream_version</var> is also equal.
2980             <var>epoch</var> is compared numerically.  The
2981             <var>upstream_version</var> and <var>debian_revision</var>
2982             parts are compared by the package management system using the
2983             following algorithm:
2984           </p>
2985
2986           <p>
2987             The strings are compared from left to right.
2988           </p>
2989
2990           <p>
2991             First the initial part of each string consisting entirely of
2992             non-digit characters is determined.  These two parts (one of
2993             which may be empty) are compared lexically.  If a difference
2994             is found it is returned.  The lexical comparison is a
2995             comparison of ASCII values modified so that all the letters
2996             sort earlier than all the non-letters and so that a tilde
2997             sorts before anything, even the end of a part.  For example,
2998             the following parts are in sorted order from earliest to
2999             latest: <tt>~~</tt>, <tt>~~a</tt>, <tt>~</tt>, the empty part,
3000             <tt>a</tt>.<footnote>
3001               One common use of <tt>~</tt> is for upstream pre-releases.
3002               For example, <tt>1.0~beta1~svn1245</tt> sorts earlier than
3003               <tt>1.0~beta1</tt>, which sorts earlier than <tt>1.0</tt>.
3004             </footnote>
3005           </p>
3006
3007           <p>
3008             Then the initial part of the remainder of each string which
3009             consists entirely of digit characters is determined.  The
3010             numerical values of these two parts are compared, and any
3011             difference found is returned as the result of the comparison.
3012             For these purposes an empty string (which can only occur at
3013             the end of one or both version strings being compared) counts
3014             as zero.
3015           </p>
3016
3017           <p>
3018             These two steps (comparing and removing initial non-digit
3019             strings and initial digit strings) are repeated until a
3020             difference is found or both strings are exhausted.
3021           </p>
3022
3023           <p>
3024             Note that the purpose of epochs is to allow us to leave behind
3025             mistakes in version numbering, and to cope with situations
3026             where the version numbering scheme changes.  It is
3027             <em>not</em> intended to cope with version numbers containing
3028             strings of letters which the package management system cannot
3029             interpret (such as <tt>ALPHA</tt> or <tt>pre-</tt>), or with
3030             silly orderings (the author of this manual has heard of a
3031             package whose versions went <tt>1.1</tt>, <tt>1.2</tt>,
3032             <tt>1.3</tt>, <tt>1</tt>, <tt>2.1</tt>, <tt>2.2</tt>,
3033             <tt>2</tt> and so forth).
3034           </p>
3035         </sect1>
3036
3037         <sect1 id="f-Description">
3038           <heading><tt>Description</tt></heading>
3039
3040           <p>
3041             In a source or binary control file, the <tt>Description</tt>
3042             field contains a description of the binary package, consisting
3043             of two parts, the synopsis or the short description, and the
3044             long description. The field's format is as follows:
3045           </p>
3046
3047           <p>
3048 <example>
3049         Description: &lt;single line synopsis&gt;
3050          &lt;extended description over several lines&gt;
3051 </example>
3052           </p>
3053
3054           <p>
3055             The lines in the extended description can have these formats:
3056           </p>
3057
3058           <p><list>
3059
3060             <item>
3061               Those starting with a single space are part of a paragraph.
3062               Successive lines of this form will be word-wrapped when
3063               displayed. The leading space will usually be stripped off.
3064             </item>
3065
3066             <item>
3067               Those starting with two or more spaces. These will be
3068               displayed verbatim. If the display cannot be panned
3069               horizontally, the displaying program will line wrap them "hard"
3070               (i.e., without taking account of word breaks). If it can they
3071               will be allowed to trail off to the right. None, one or two
3072               initial spaces may be deleted, but the number of spaces
3073               deleted from each line will be the same (so that you can have
3074               indenting work correctly, for example).
3075             </item>
3076
3077             <item>
3078               Those containing a single space followed by a single full stop
3079               character. These are rendered as blank lines. This is the
3080               <em>only</em> way to get a blank line<footnote>
3081                 Completely empty lines will not be rendered as blank lines.
3082                 Instead, they will cause the parser to think you're starting
3083                 a whole new record in the control file, and will therefore
3084                 likely abort with an error.
3085               </footnote>.
3086             </item>
3087
3088             <item>
3089               Those containing a space, a full stop and some more characters.
3090               These are for future expansion. Do not use them.
3091             </item>
3092
3093           </list></p>
3094
3095           <p>
3096             Do not use tab characters.  Their effect is not predictable.
3097           </p>
3098
3099           <p>
3100             See <ref id="descriptions"> for further information on this.
3101           </p>
3102
3103           <p>
3104             In a <file>.changes</file> file, the <tt>Description</tt> field
3105             contains a summary of the descriptions for the packages being
3106             uploaded.
3107           </p>
3108
3109           <p>
3110             The part of the field before the first newline is empty;
3111             thereafter each line has the name of a binary package and
3112             the summary description line from that binary package.
3113             Each line is indented by one space.
3114           </p>
3115
3116         </sect1>
3117
3118         <sect1 id="f-Distribution">
3119           <heading><tt>Distribution</tt></heading>
3120
3121           <p>
3122             In a <file>.changes</file> file or parsed changelog output
3123             this contains the (space-separated) name(s) of the
3124             distribution(s) where this version of the package should
3125             be installed.  Valid distributions are determined by the
3126             archive maintainers.<footnote>
3127               Example distribution names in the Debian archive used in
3128               <file>.changes</file> files are:
3129                 <taglist compact="compact">
3130                   <tag><em>unstable</em></tag>
3131                   <item>
3132                     This distribution value refers to the
3133                     <em>developmental</em> part of the Debian distribution
3134                     tree.  Most new packages, new upstream versions of
3135                     packages and bug fixes go into the <em>unstable</em>
3136                     directory tree.
3137                   </item>
3138
3139                   <tag><em>experimental</em></tag>
3140                   <item>
3141                     The packages with this distribution value are deemed
3142                     by their maintainers to be high risk.  Oftentimes they
3143                     represent early beta or developmental packages from
3144                     various sources that the maintainers want people to
3145                     try, but are not ready to be a part of the other parts
3146                     of the Debian distribution tree.
3147                   </item>
3148                 </taglist>
3149
3150                 <p>
3151                   Others are used for updating stable releases or for
3152                   security uploads.  More information is available in the
3153                   Debian Developer's Reference, section "The Debian
3154                   archive".
3155                 </p>
3156             </footnote>
3157             The Debian archive software only supports listing a single
3158             distribution.  Migration of packages to other distributions is
3159             handled outside of the upload process.
3160           </p>
3161         </sect1>
3162
3163         <sect1 id="f-Date">
3164           <heading><tt>Date</tt></heading>
3165
3166           <p>
3167             This field includes the date the package was built or last edited.
3168           </p>
3169
3170           <p>
3171             The value of this field is usually extracted from the
3172             <file>debian/changelog</file> file - see
3173             <ref id="dpkgchangelog">).
3174           </p>
3175         </sect1>
3176
3177         <sect1 id="f-Format">
3178           <heading><tt>Format</tt></heading>
3179
3180           <p>
3181             This field specifies a format revision for the file.
3182             The most current format described in the Policy Manual
3183             is version <strong>1.5</strong>.  The syntax of the
3184             format value is the same as that of a package version
3185             number except that no epoch or Debian revision is allowed
3186             - see <ref id="f-Version">.
3187           </p>
3188         </sect1>
3189
3190         <sect1 id="f-Urgency">
3191           <heading><tt>Urgency</tt></heading>
3192
3193           <p>
3194             This is a description of how important it is to upgrade to
3195             this version from previous ones.  It consists of a single
3196             keyword taking one of the values <tt>low</tt>,
3197             <tt>medium</tt>, <tt>high</tt>, <tt>emergency</tt>, or
3198             <tt>critical</tt><footnote>
3199               Other urgency values are supported with configuration
3200               changes in the archive software but are not used in Debian.
3201               The urgency affects how quickly a package will be considered
3202               for inclusion into the <tt>testing</tt> distribution and
3203               gives an indication of the importance of any fixes included
3204               in the upload.  <tt>Emergency</tt> and <tt>critical</tt> are
3205               treated as synonymous.
3206             </footnote> (not case-sensitive) followed by an optional
3207             commentary (separated by a space) which is usually in
3208             parentheses.  For example:
3209
3210             <example>
3211   Urgency: low (HIGH for users of diversions)
3212             </example>
3213
3214           </p>
3215
3216           <p>
3217             The value of this field is usually extracted from the
3218             <file>debian/changelog</file> file - see
3219             <ref id="dpkgchangelog">.
3220           </p>
3221         </sect1>
3222
3223         <sect1 id="f-Changes">
3224           <heading><tt>Changes</tt></heading>
3225
3226           <p>
3227             This field contains the human-readable changes data, describing
3228             the differences between the last version and the current one.
3229           </p>
3230
3231           <p>
3232             There should be nothing in this field before the first
3233             newline; all the subsequent lines must be indented by at
3234             least one space; blank lines must be represented by a line
3235             consisting only of a space and a full stop.
3236           </p>
3237
3238           <p>
3239             The value of this field is usually extracted from the
3240             <file>debian/changelog</file> file - see
3241             <ref id="dpkgchangelog">).
3242           </p>
3243
3244           <p>
3245             Each version's change information should be preceded by a
3246             "title" line giving at least the version, distribution(s)
3247             and urgency, in a human-readable way.
3248           </p>
3249
3250           <p>
3251             If data from several versions is being returned the entry
3252             for the most recent version should be returned first, and
3253             entries should be separated by the representation of a
3254             blank line (the "title" line may also be followed by the
3255             representation of blank line).
3256           </p>
3257         </sect1>
3258
3259         <sect1 id="f-Binary">
3260           <heading><tt>Binary</tt></heading>
3261
3262           <p>
3263             This field is a list of binary packages.  Its syntax and
3264             meaning varies depending on the control file in which it
3265             appears.
3266           </p>
3267
3268           <p>
3269             When it appears in the <file>.dsc</file> file, it lists binary
3270             packages which a source package can produce, separated by
3271             commas<footnote>
3272                 A space after each comma is conventional.
3273             </footnote>.  It may span multiple lines.  The source package
3274             does not necessarily produce all of these binary packages for
3275             every architecture.  The source control file doesn't contain
3276             details of which architectures are appropriate for which of
3277             the binary packages.
3278           </p>
3279
3280           <p>
3281             When it appears in a <file>.changes</file> file, it lists the
3282             names of the binary packages being uploaded, separated by
3283             whitespace (not commas).  It may span multiple lines.
3284           </p>
3285         </sect1>
3286
3287         <sect1 id="f-Installed-Size">
3288           <heading><tt>Installed-Size</tt></heading>
3289
3290           <p>
3291             This field appears in the control files of binary packages,
3292             and in the <file>Packages</file> files.  It gives an estimate
3293             of the total amount of disk space required to install the
3294             named package.  Actual installed size may vary based on block
3295             size, file system properties, or actions taken by package
3296             maintainer scripts.
3297           </p>
3298
3299           <p>
3300             The disk space is given as the integer value of the estimated
3301             installed size in bytes, divided by 1024 and rounded up.
3302           </p>
3303         </sect1>
3304
3305         <sect1 id="f-Files">
3306           <heading><tt>Files</tt></heading>
3307
3308           <p>
3309             This field contains a list of files with information about
3310             each one.  The exact information and syntax varies with
3311             the context.  In all cases the part of the field
3312             contents on the same line as the field name is empty.  The
3313             remainder of the field is one line per file, each line
3314             being indented by one space and containing a number of
3315             sub-fields separated by spaces.
3316           </p>
3317
3318           <p>
3319             In the <file>.dsc</file> file, each line contains the MD5
3320             checksum, size and filename of the tar file and (if applicable)
3321             diff file which make up the remainder of the source
3322             package<footnote>
3323                 That is, the parts which are not the <tt>.dsc</tt>.
3324             </footnote>.
3325             The exact forms of the filenames are described
3326             in <ref id="pkg-sourcearchives">.
3327           </p>
3328
3329           <p>
3330             In the <file>.changes</file> file this contains one line per
3331             file being uploaded.  Each line contains the MD5 checksum,
3332             size, section and priority and the filename.
3333             The <qref id="f-Section">section</qref>
3334             and <qref id="f-Priority">priority</qref>
3335             are the values of the corresponding fields in
3336             the main source control file.  If no section or priority is
3337             specified then <tt>-</tt> should be used, though section
3338             and priority values must be specified for new packages to
3339             be installed properly.
3340           </p>
3341
3342           <p>
3343             The special value <tt>byhand</tt> for the section in a
3344             <tt>.changes</tt> file indicates that the file in question
3345             is not an ordinary package file and must by installed by
3346             hand by the distribution maintainers.  If the section is
3347             <tt>byhand</tt> the priority should be <tt>-</tt>.
3348           </p>
3349
3350           <p>
3351             If a new Debian revision of a package is being shipped and
3352             no new original source archive is being distributed the
3353             <tt>.dsc</tt> must still contain the <tt>Files</tt> field
3354             entry for the original source archive
3355             <file><var>package</var>-<var>upstream-version</var>.orig.tar.gz</file>,
3356             but the <file>.changes</file> file should leave it out.  In
3357             this case the original source archive on the distribution
3358             site must match exactly, byte-for-byte, the original
3359             source archive which was used to generate the
3360             <file>.dsc</file> file and diff which are being uploaded.</p>
3361         </sect1>
3362
3363         <sect1 id="f-Closes">
3364           <heading><tt>Closes</tt></heading>
3365
3366           <p>
3367             A space-separated list of bug report numbers that the upload
3368             governed by the .changes file closes.
3369           </p>
3370         </sect1>
3371
3372         <sect1 id="f-Homepage">
3373           <heading><tt>Homepage</tt></heading>
3374
3375           <p>
3376             The URL of the web site for this package, preferably (when
3377             applicable) the site from which the original source can be
3378             obtained and any additional upstream documentation or
3379             information may be found.  The content of this field is a
3380             simple URL without any surrounding characters such as
3381             <tt>&lt;&gt;</tt>.
3382           </p>
3383         </sect1>
3384
3385       </sect>
3386
3387       <sect>
3388         <heading>User-defined fields</heading>
3389
3390         <p>
3391           Additional user-defined fields may be added to the
3392           source package control file.  Such fields will be
3393           ignored, and not copied to (for example) binary or
3394           source package control files or upload control files.
3395         </p>
3396
3397         <p>
3398           If you wish to add additional unsupported fields to
3399           these output files you should use the mechanism
3400           described here.
3401         </p>
3402
3403         <p>
3404           Fields in the main source control information file with
3405           names starting <tt>X</tt>, followed by one or more of
3406           the letters <tt>BCS</tt> and a hyphen <tt>-</tt>, will
3407           be copied to the output files.  Only the part of the
3408           field name after the hyphen will be used in the output
3409           file.  Where the letter <tt>B</tt> is used the field
3410           will appear in binary package control files, where the
3411           letter <tt>S</tt> is used in source package control
3412           files and where <tt>C</tt> is used in upload control
3413           (<tt>.changes</tt>) files.
3414         </p>
3415
3416         <p>
3417           For example, if the main source information control file
3418           contains the field
3419           <example>
3420   XBS-Comment: I stand between the candle and the star.
3421           </example>
3422           then the binary and source package control files will contain the
3423           field
3424           <example>
3425   Comment: I stand between the candle and the star.
3426           </example>
3427         </p>
3428
3429       </sect>
3430
3431     </chapt>
3432
3433
3434     <chapt id="maintainerscripts">
3435       <heading>Package maintainer scripts and installation procedure</heading>
3436
3437       <sect>
3438         <heading>Introduction to package maintainer scripts</heading>
3439
3440         <p>
3441           It is possible to supply scripts as part of a package which
3442           the package management system will run for you when your
3443           package is installed, upgraded or removed.
3444         </p>
3445
3446         <p>
3447           These scripts are the files <prgn>preinst</prgn>,
3448           <prgn>postinst</prgn>, <prgn>prerm</prgn> and
3449           <prgn>postrm</prgn> in the control area of the package.
3450           They must be proper executable files; if they are scripts
3451           (which is recommended), they must start with the usual
3452           <tt>#!</tt> convention.  They should be readable and
3453           executable by anyone, and must not be world-writable.
3454         </p>
3455
3456         <p>
3457           The package management system looks at the exit status from
3458           these scripts.  It is important that they exit with a
3459           non-zero status if there is an error, so that the package
3460           management system can stop its processing.  For shell
3461           scripts this means that you <em>almost always</em> need to
3462           use <tt>set -e</tt> (this is usually true when writing shell
3463           scripts, in fact).  It is also important, of course, that
3464           they exit with a zero status if everything went well.
3465         </p>
3466
3467         <p>
3468           Additionally, packages interacting with users using
3469           <tt>debconf</tt> in the <prgn>postinst</prgn> script should
3470           install a <prgn>config</prgn> script  in the control area,
3471           see <ref id="maintscriptprompt"> for details.
3472         </p>
3473
3474         <p>
3475           When a package is upgraded a combination of the scripts from
3476           the old and new packages is called during the upgrade
3477           procedure.  If your scripts are going to be at all
3478           complicated you need to be aware of this, and may need to
3479           check the arguments to your scripts.
3480         </p>
3481
3482         <p>
3483           Broadly speaking the <prgn>preinst</prgn> is called before
3484           (a particular version of) a package is installed, and the
3485           <prgn>postinst</prgn> afterwards; the <prgn>prerm</prgn>
3486           before (a version of) a package is removed and the
3487           <prgn>postrm</prgn> afterwards.
3488         </p>
3489
3490         <p>
3491           Programs called from maintainer scripts should not normally
3492           have a path prepended to them. Before installation is
3493           started, the package management system checks to see if the
3494           programs <prgn>ldconfig</prgn>,
3495           <prgn>start-stop-daemon</prgn>, <prgn>install-info</prgn>,
3496           and <prgn>update-rc.d</prgn> can be found via the
3497           <tt>PATH</tt> environment variable. Those programs, and any
3498           other program that one would expect to be in the
3499           <tt>PATH</tt>, should thus be invoked without an absolute
3500           pathname. Maintainer scripts should also not reset the
3501           <tt>PATH</tt>, though they might choose to modify it by
3502           prepending or appending package-specific directories. These
3503           considerations really apply to all shell scripts.</p>
3504       </sect>
3505
3506       <sect id="idempotency">
3507         <heading>Maintainer scripts idempotency</heading>
3508
3509         <p>
3510           It is necessary for the error recovery procedures that the
3511           scripts be idempotent.  This means that if it is run
3512           successfully, and then it is called again, it doesn't bomb
3513           out or cause any harm, but just ensures that everything is
3514           the way it ought to be.  If the first call failed, or
3515           aborted half way through for some reason, the second call
3516           should merely do the things that were left undone the first
3517           time, if any, and exit with a success status if everything
3518           is OK.<footnote>
3519               This is so that if an error occurs, the user interrupts
3520               <prgn>dpkg</prgn> or some other unforeseen circumstance
3521               happens you don't leave the user with a badly-broken
3522               package when <prgn>dpkg</prgn> attempts to repeat the
3523               action.
3524           </footnote>
3525         </p>
3526       </sect>
3527
3528       <sect id="controllingterminal">
3529         <heading>Controlling terminal for maintainer scripts</heading>
3530
3531         <p>
3532           The maintainer scripts are guaranteed to run with a
3533           controlling terminal and can interact with the user.
3534           Because these scripts may be executed with standard output
3535           redirected into a pipe for logging purposes, Perl scripts
3536           should set unbuffered output by setting <tt>$|=1</tt> so
3537           that the output is printed immediately rather than being
3538           buffered.
3539         </p>
3540       </sect>
3541       <sect id="exitstatus">
3542         <heading>Exit status</heading>
3543
3544         <p>
3545           Each script must return a zero exit status for
3546           success, or a nonzero one for failure, since the package
3547           management system looks for the exit status of these scripts
3548           and determines what action to take next based on that datum.
3549         </p>
3550       </sect>
3551
3552       <sect id="mscriptsinstact"><heading>Summary of ways maintainer
3553           scripts are called
3554         </heading>
3555
3556         <p>
3557           <list compact="compact">
3558             <item>
3559               <var>new-preinst</var> <tt>install</tt>
3560             </item>
3561             <item>
3562               <var>new-preinst</var> <tt>install</tt> <var>old-version</var>
3563             </item>
3564             <item>
3565                 <var>new-preinst</var> <tt>upgrade</tt> <var>old-version</var>
3566             </item>
3567             <item>
3568                 <var>old-preinst</var> <tt>abort-upgrade</tt>
3569                 <var>new-version</var>
3570             </item>
3571           </list>
3572
3573         <p>
3574           <list compact="compact">
3575             <item>
3576                 <var>postinst</var> <tt>configure</tt>
3577                 <var>most-recently-configured-version</var>
3578             </item>
3579             <item>
3580                 <var>old-postinst</var> <tt>abort-upgrade</tt>
3581                 <var>new-version</var>
3582             </item>
3583             <item>
3584                 <var>conflictor's-postinst</var> <tt>abort-remove</tt>
3585                 <tt>in-favour</tt> <var>package</var>
3586                 <var>new-version</var>
3587             </item>
3588             <item>
3589                 <var>postinst</var> <tt>abort-remove</tt>
3590             </item>
3591             <item>
3592                 <var>deconfigured's-postinst</var>
3593                 <tt>abort-deconfigure</tt> <tt>in-favour</tt>
3594                 <var>failed-install-package</var> <var>version</var>
3595                 [<tt>removing</tt> <var>conflicting-package</var>
3596                 <var>version</var>]
3597             </item>
3598           </list>
3599
3600         <p>
3601           <list compact="compact">
3602             <item>
3603                 <var>prerm</var> <tt>remove</tt>
3604             </item>
3605             <item>
3606                 <var>old-prerm</var> <tt>upgrade</tt>
3607                 <var>new-version</var>
3608             </item>
3609             <item>
3610                 <var>new-prerm</var> <tt>failed-upgrade</tt>
3611                 <var>old-version</var>
3612             </item>
3613             <item>
3614                 <var>conflictor's-prerm</var> <tt>remove</tt>
3615                 <tt>in-favour</tt> <var>package</var>
3616                 <var>new-version</var>
3617             </item>
3618             <item>
3619                 <var>deconfigured's-prerm</var> <tt>deconfigure</tt>
3620                 <tt>in-favour</tt> <var>package-being-installed</var>
3621                 <var>version</var> [<tt>removing</tt>
3622                 <var>conflicting-package</var>
3623                 <var>version</var>]
3624             </item>
3625           </list>
3626
3627         <p>
3628           <list compact="compact">
3629             <item>
3630                 <var>postrm</var> <tt>remove</tt>
3631             </item>
3632             <item>
3633                 <var>postrm</var> <tt>purge</tt>
3634             </item>
3635             <item>
3636                 <var>old-postrm</var> <tt>upgrade</tt>
3637                 <var>new-version</var>
3638             </item>
3639             <item>
3640                 <var>new-postrm</var> <tt>failed-upgrade</tt>
3641                 <var>old-version</var>
3642             </item>
3643             <item>
3644                 <var>new-postrm</var> <tt>abort-install</tt>
3645             </item>
3646             <item>
3647                 <var>new-postrm</var> <tt>abort-install</tt>
3648                 <var>old-version</var>
3649             </item>
3650             <item>
3651                 <var>new-postrm</var> <tt>abort-upgrade</tt>
3652                 <var>old-version</var>
3653             </item>
3654             <item>
3655                 <var>disappearer's-postrm</var> <tt>disappear</tt>
3656                 <var>overwriter</var>
3657                 <var>overwriter-version</var>
3658             </item>
3659           </list>
3660         </p>
3661
3662
3663       <sect id="unpackphase">
3664         <heading>Details of unpack phase of installation or upgrade</heading>
3665
3666         <p>
3667           The procedure on installation/upgrade/overwrite/disappear
3668           (i.e., when running <tt>dpkg --unpack</tt>, or the unpack
3669           stage of <tt>dpkg --install</tt>) is as follows.  In each
3670           case, if a major error occurs (unless listed below) the
3671           actions are, in general, run backwards - this means that the
3672           maintainer scripts are run with different arguments in
3673           reverse order.  These are the "error unwind" calls listed
3674           below.
3675
3676           <enumlist>
3677             <item>
3678                 <enumlist>
3679                   <item>
3680                       If a version of the package is already installed, call
3681                       <example compact="compact">
3682 <var>old-prerm</var> upgrade <var>new-version</var>
3683                       </example>
3684                   </item>
3685                   <item>
3686                       If the script runs but exits with a non-zero
3687                       exit status, <prgn>dpkg</prgn> will attempt:
3688                       <example compact="compact">
3689 <var>new-prerm</var> failed-upgrade <var>old-version</var>
3690                       </example>
3691                       If this works, the upgrade continues. If this
3692                       does not work, the error unwind:
3693                       <example compact="compact">
3694 <var>old-postinst</var> abort-upgrade <var>new-version</var>
3695                       </example>
3696                       If this works, then the old-version is
3697                       "Installed", if not, the old version is in a
3698                       "Failed-Config" state.
3699                   </item>
3700                 </enumlist>
3701             </item>
3702
3703             <item>
3704                 If a "conflicting" package is being removed at the same time,
3705                 or if any package will be broken (due to <tt>Breaks</tt>):
3706                 <enumlist>
3707                   <item>
3708                       If <tt>--auto-deconfigure</tt> is
3709                       specified, call, for each package to be deconfigured
3710                       due to <tt>Breaks</tt>:
3711                       <example compact="compact">
3712 <var>deconfigured's-prerm</var> deconfigure \
3713   in-favour <var>package-being-installed</var> <var>version</var>
3714                       </example>
3715                       Error unwind:
3716                       <example compact="compact">
3717 <var>deconfigured's-postinst</var> abort-deconfigure \
3718   in-favour <var>package-being-installed-but-failed</var> <var>version</var>
3719                       </example>
3720                       The deconfigured packages are marked as
3721                       requiring configuration, so that if
3722                       <tt>--install</tt> is used they will be
3723                       configured again if possible.
3724                   </item>
3725                   <item>
3726                       If any packages depended on a conflicting
3727                       package being removed and <tt>--auto-deconfigure</tt> is
3728                       specified, call, for each such package:
3729                       <example compact="compact">
3730 <var>deconfigured's-prerm</var> deconfigure \
3731   in-favour <var>package-being-installed</var> <var>version</var> \
3732     removing <var>conflicting-package</var> <var>version</var>
3733                       </example>
3734                       Error unwind:
3735                       <example compact="compact">
3736 <var>deconfigured's-postinst</var> abort-deconfigure \
3737   in-favour <var>package-being-installed-but-failed</var> <var>version</var> \
3738     removing <var>conflicting-package</var> <var>version</var>
3739                       </example>
3740                       The deconfigured packages are marked as
3741                       requiring configuration, so that if
3742                       <tt>--install</tt> is used they will be
3743                       configured again if possible.
3744                   </item>
3745                   <item>
3746                       To prepare for removal of each conflicting package, call:
3747                       <example compact="compact">
3748 <var>conflictor's-prerm</var> remove \
3749   in-favour <var>package</var> <var>new-version</var>
3750                       </example>
3751                       Error unwind:
3752                       <example compact="compact">
3753 <var>conflictor's-postinst</var> abort-remove \
3754   in-favour <var>package</var> <var>new-version</var>
3755                       </example>
3756                   </item>
3757                 </enumlist>
3758             </item>
3759
3760             <item>
3761                 <enumlist>
3762                   <item>
3763                       If the package is being upgraded, call:
3764                       <example compact="compact">
3765 <var>new-preinst</var> upgrade <var>old-version</var>
3766                       </example>
3767                       If this fails, we call:
3768                       <example>
3769 <var>new-postrm</var> abort-upgrade <var>old-version</var>
3770                       </example>
3771                       <enumlist>
3772                         <item>
3773                           <p>
3774                             If that works, then
3775                             <example>
3776 <var>old-postinst</var> abort-upgrade <var>new-version</var>
3777                             </example>
3778                             is called. If this works, then the old version
3779                             is in an "Installed" state, or else it is left
3780                             in an "Unpacked" state.
3781                           </p>
3782                         </item>
3783                         <item>
3784                           <p>
3785                             If it fails, then the old version is left
3786                             in an "Half-Installed" state.
3787                           </p>
3788                         </item>
3789                       </enumlist>
3790                       
3791                   </item>
3792                   <item>
3793                       Otherwise, if the package had some configuration
3794                       files from a previous version installed (i.e., it
3795                       is in the "configuration files only" state):
3796                       <example compact="compact">
3797 <var>new-preinst</var> install <var>old-version</var>
3798                       </example>
3799                       Error unwind:
3800                       <example>
3801 <var>new-postrm</var> abort-install <var>old-version</var>
3802                       </example>
3803                       If this fails, the package is left in a
3804                       "Half-Installed" state, which requires a
3805                       reinstall. If it works, the packages is left in
3806                       a "Config Files" state.
3807                   </item>
3808                   <item>
3809                       Otherwise (i.e., the package was completely purged):
3810                       <example compact="compact">
3811 <var>new-preinst</var> install
3812                       </example>
3813                       Error unwind:
3814                       <example compact="compact">
3815 <var>new-postrm</var> abort-install
3816                       </example>
3817                       If the error-unwind fails, the package is in a
3818                       "Half Installed" phase, and requires a
3819                       reinstall. If the error unwind works, the
3820                       package is in a not installed state.
3821                   </item>
3822                 </enumlist>
3823             </item>
3824
3825             <item>
3826               <p>
3827                 The new package's files are unpacked, overwriting any
3828                 that may be on the system already, for example any
3829                 from the old version of the same package or from
3830                 another package.  Backups of the old files are kept
3831                 temporarily, and if anything goes wrong the package
3832                 management system will attempt to put them back as
3833                 part of the error unwind.
3834               </p>
3835
3836               <p>
3837                 It is an error for a package to contain files which
3838                 are on the system in another package, unless
3839                 <tt>Replaces</tt> is used (see <ref id="replaces">).
3840                 <!--
3841                 The following paragraph is not currently the case:
3842                 Currently the <tt>- - force-overwrite</tt> flag is
3843                 enabled, downgrading it to a warning, but this may not
3844                 always be the case.
3845                 -->
3846               </p>
3847
3848               <p>
3849                 It is a more serious error for a package to contain a
3850                 plain file or other kind of non-directory where another
3851                 package has a directory (again, unless
3852                 <tt>Replaces</tt> is used).  This error can be
3853                 overridden if desired using
3854                 <tt>--force-overwrite-dir</tt>, but this is not
3855                 advisable.
3856               </p>
3857
3858               <p>
3859                 Packages which overwrite each other's files produce
3860                 behavior which, though deterministic, is hard for the
3861                 system administrator to understand.  It can easily
3862                 lead to "missing" programs if, for example, a package
3863                 is installed which overwrites a file from another
3864                 package, and is then removed again.<footnote>
3865                     Part of the problem is due to what is arguably a
3866                     bug in <prgn>dpkg</prgn>.
3867                 </footnote>
3868               </p>
3869
3870               <p>
3871                 A directory will never be replaced by a symbolic link
3872                 to a directory or vice versa; instead, the existing
3873                 state (symlink or not) will be left alone and
3874                 <prgn>dpkg</prgn> will follow the symlink if there is
3875                 one.
3876               </p>
3877             </item>
3878
3879             <item>
3880               <p>
3881                 <enumlist>
3882                   <item>
3883                       If the package is being upgraded, call
3884                       <example compact="compact">
3885 <var>old-postrm</var> upgrade <var>new-version</var>
3886                       </example>
3887                   </item>
3888                   <item>
3889                       If this fails, <prgn>dpkg</prgn> will attempt:
3890                       <example compact="compact">
3891 <var>new-postrm</var> failed-upgrade <var>old-version</var>
3892                       </example>
3893                       If this works, installation continues. If not, 
3894                       Error unwind:
3895                       <example compact="compact">
3896 <var>old-preinst</var> abort-upgrade <var>new-version</var>
3897                       </example>
3898                       If this fails, the old version is left in an
3899                       "Half Installed" state. If it works, dpkg now
3900                       calls:
3901                       <example compact="compact">
3902 <var>new-postrm</var> abort-upgrade <var>old-version</var>
3903                       </example>
3904                       If this fails, the old version is left in an
3905                       "Half Installed" state. If it works, dpkg now
3906                       calls:
3907                       <example compact="compact">
3908 <var>old-postinst</var> abort-upgrade <var>new-version</var>
3909                       </example>
3910                       If this fails, the old version is in an
3911                       "Unpacked" state.
3912                   </item>
3913                 </enumlist>
3914               </p>
3915
3916               <p>
3917                 This is the point of no return - if
3918                 <prgn>dpkg</prgn> gets this far, it won't back off
3919                 past this point if an error occurs.  This will
3920                 leave the package in a fairly bad state, which
3921                 will require a successful re-installation to clear
3922                 up, but it's when <prgn>dpkg</prgn> starts doing
3923                 things that are irreversible.
3924               </p>
3925             </item>
3926
3927             <item>
3928                 Any files which were in the old version of the package
3929                 but not in the new are removed.
3930             </item>
3931
3932             <item>
3933                 The new file list replaces the old.
3934             </item>
3935
3936             <item>
3937                 The new maintainer scripts replace the old.
3938             </item>
3939
3940             <item>
3941                 Any packages all of whose files have been overwritten
3942                 during the installation, and which aren't required for
3943                 dependencies, are considered to have been removed.
3944                 For each such package
3945                 <enumlist>
3946                   <item>
3947                       <prgn>dpkg</prgn> calls:
3948                       <example compact="compact">
3949 <var>disappearer's-postrm</var> disappear \
3950   <var>overwriter</var> <var>overwriter-version</var>
3951                       </example>
3952                   </item>
3953                   <item>
3954                       The package's maintainer scripts are removed.
3955                   </item>
3956                   <item>
3957                       It is noted in the status database as being in a
3958                       sane state, namely not installed (any conffiles
3959                       it may have are ignored, rather than being
3960                       removed by <prgn>dpkg</prgn>).  Note that
3961                       disappearing packages do not have their prerm
3962                       called, because <prgn>dpkg</prgn> doesn't know
3963                       in advance that the package is going to
3964                       vanish.
3965                   </item>
3966                 </enumlist>
3967             </item>
3968
3969             <item>
3970                 Any files in the package we're unpacking that are also
3971                 listed in the file lists of other packages are removed
3972                 from those lists.  (This will lobotomize the file list
3973                 of the "conflicting" package if there is one.)
3974             </item>
3975
3976             <item>
3977                 The backup files made during installation, above, are
3978                 deleted.
3979             </item>
3980
3981             <item>
3982               <p>
3983                 The new package's status is now sane, and recorded as
3984                 "unpacked".
3985               </p>
3986
3987               <p>
3988                 Here is another point of no return - if the
3989                 conflicting package's removal fails we do not unwind
3990                 the rest of the installation; the conflicting package
3991                 is left in a half-removed limbo.
3992               </p>
3993             </item>
3994
3995             <item>
3996                 If there was a conflicting package we go and do the
3997                 removal actions (described below), starting with the
3998                 removal of the conflicting package's files (any that
3999                 are also in the package being installed have already
4000                 been removed from the conflicting package's file list,
4001                 and so do not get removed now).
4002             </item>
4003           </enumlist>
4004         </p>
4005       </sect>
4006
4007       <sect id="configdetails"><heading>Details of configuration</heading>
4008
4009         <p>
4010           When we configure a package (this happens with <tt>dpkg
4011             --install</tt> and <tt>dpkg --configure</tt>), we first
4012           update any <tt>conffile</tt>s and then call:
4013           <example compact="compact">
4014 <var>postinst</var> configure <var>most-recently-configured-version</var>
4015           </example>
4016         </p>
4017
4018         <p>
4019           No attempt is made to unwind after errors during
4020           configuration. If the configuration fails, the package is in
4021           a "Failed Config" state, and an error message is generated.
4022         </p>
4023
4024         <p>
4025           If there is no most recently configured version
4026           <prgn>dpkg</prgn> will pass a null argument.
4027           <footnote>
4028             <p>
4029               Historical note: Truly ancient (pre-1997) versions of
4030               <prgn>dpkg</prgn> passed <tt>&lt;unknown&gt;</tt>
4031               (including the angle brackets) in this case.  Even older
4032               ones did not pass a second argument at all, under any
4033               circumstance.  Note that upgrades using such an old dpkg
4034               version are unlikely to work for other reasons, even if
4035               this old argument behavior is handled by your postinst script.
4036             </p>
4037           </footnote>     
4038         </p>
4039       </sect>
4040
4041       <sect id="removedetails"><heading>Details of removal and/or
4042       configuration purging</heading>
4043
4044         <p>
4045           <enumlist>
4046             <item>
4047               <p>
4048                 <example compact="compact">
4049 <var>prerm</var> remove
4050                 </example>
4051               </p>
4052               <p>
4053                 If prerm fails during replacement due to conflict
4054                 <example>
4055 <var>conflictor's-postinst</var> abort-remove \
4056   in-favour <var>package</var> <var>new-version</var>
4057                 </example>
4058                 Or else we call:
4059                 <example>
4060 <var>postinst</var> abort-remove
4061                 </example>
4062               </p>
4063               <p>
4064                 If this fails, the package is in a "Failed-Config"
4065                 state, or else it remains "Installed".
4066               </p>
4067             </item>
4068             <item>
4069                 The package's files are removed (except <tt>conffile</tt>s).
4070             </item>
4071             <item>
4072                 <example compact="compact">
4073 <var>postrm</var> remove
4074                 </example>
4075
4076               <p>
4077                 If it fails, there's no error unwind, and the package is in
4078                 an "Half-Installed" state.
4079               </p>
4080             </item>
4081             <item>
4082               <p>
4083                 All the maintainer scripts except the <prgn>postrm</prgn>
4084                 are removed.
4085               </p>
4086
4087               <p>
4088                 If we aren't purging the package we stop here.  Note
4089                 that packages which have no <prgn>postrm</prgn> and no
4090                 <tt>conffile</tt>s are automatically purged when
4091                 removed, as there is no difference except for the
4092                 <prgn>dpkg</prgn> status.
4093               </p>
4094             </item>
4095             <item>
4096                 The <tt>conffile</tt>s and any backup files
4097                 (<tt>~</tt>-files, <tt>#*#</tt> files,
4098                 <tt>%</tt>-files, <tt>.dpkg-{old,new,tmp}</tt>, etc.)
4099                 are removed.
4100             </item>
4101             <item>
4102               <p>
4103                 <example compact="compact">
4104 <var>postrm</var> purge
4105                 </example>
4106               </p>
4107               <p>
4108                 If this fails, the package remains in a "Config-Files"
4109                 state.
4110               </p>
4111             </item>
4112             <item>
4113                 The package's file list is removed.
4114             </item>
4115           </enumlist>
4116
4117         </p>
4118       </sect>
4119     </chapt>
4120
4121
4122     <chapt id="relationships">
4123       <heading>Declaring relationships between packages</heading>
4124
4125       <sect id="depsyntax">
4126         <heading>Syntax of relationship fields</heading>
4127
4128         <p>
4129           These fields all have a uniform syntax.  They are a list of
4130           package names separated by commas.
4131         </p>
4132
4133         <p>
4134           In the <tt>Depends</tt>, <tt>Recommends</tt>,
4135           <tt>Suggests</tt>, <tt>Pre-Depends</tt>,
4136           <tt>Build-Depends</tt> and <tt>Build-Depends-Indep</tt>
4137           control file fields of the package, which declare
4138           dependencies on other packages, the package names listed may
4139           also include lists of alternative package names, separated
4140           by vertical bar (pipe) symbols <tt>|</tt>.  In such a case,
4141           if any one of the alternative packages is installed, that
4142           part of the dependency is considered to be satisfied.
4143         </p>
4144
4145         <p>
4146           All of the fields except for <tt>Provides</tt> may restrict
4147           their applicability to particular versions of each named
4148           package.  This is done in parentheses after each individual
4149           package name; the parentheses should contain a relation from
4150           the list below followed by a version number, in the format
4151           described in <ref id="f-Version">.
4152         </p>
4153
4154         <p>
4155           The relations allowed are <tt>&lt;&lt;</tt>, <tt>&lt;=</tt>,
4156           <tt>=</tt>, <tt>&gt;=</tt> and <tt>&gt;&gt;</tt> for
4157           strictly earlier, earlier or equal, exactly equal, later or
4158           equal and strictly later, respectively.  The deprecated
4159           forms <tt>&lt;</tt> and <tt>&gt;</tt> were used to mean
4160           earlier/later or equal, rather than strictly earlier/later,
4161           so they should not appear in new packages (though
4162           <prgn>dpkg</prgn> still supports them).
4163         </p>
4164
4165         <p>
4166           Whitespace may appear at any point in the version
4167           specification subject to the rules in <ref
4168           id="controlsyntax">, and must appear where it's necessary to
4169           disambiguate; it is not otherwise significant.  All of the
4170           relationship fields may span multiple lines.  For
4171           consistency and in case of future changes to
4172           <prgn>dpkg</prgn> it is recommended that a single space be
4173           used after a version relationship and before a version
4174           number; it is also conventional to put a single space after
4175           each comma, on either side of each vertical bar, and before
4176           each open parenthesis.  When wrapping a relationship field, it
4177           is conventional to do so after a comma and before the space
4178           following that comma.
4179         </p>
4180
4181         <p>
4182           For example, a list of dependencies might appear as:
4183           <example compact="compact">
4184 Package: mutt
4185 Version: 1.3.17-1
4186 Depends: libc6 (>= 2.2.1), exim | mail-transport-agent
4187           </example>
4188         </p>
4189
4190         <p>
4191           All fields that specify build-time relationships
4192           (<tt>Build-Depends</tt>, <tt>Build-Depends-Indep</tt>,
4193           <tt>Build-Conflicts</tt> and <tt>Build-Conflicts-Indep</tt>)
4194           may be restricted to a certain set of architectures.  This
4195           is indicated in brackets after each individual package name and
4196           the optional version specification.  The brackets enclose a
4197           list of Debian architecture names separated by whitespace.
4198           Exclamation marks may be prepended to each of the names.
4199           (It is not permitted for some names to be prepended with
4200           exclamation marks while others aren't.) If the current Debian
4201           host architecture is not in this list and there are no
4202           exclamation marks in the list, or it is in the list with a
4203           prepended exclamation mark, the package name and the
4204           associated version specification are ignored completely for
4205           the purposes of defining the relationships.
4206         </p>
4207
4208         <p>
4209           For example:
4210           <example compact="compact">
4211 Source: glibc
4212 Build-Depends-Indep: texinfo
4213 Build-Depends: kernel-headers-2.2.10 [!hurd-i386],
4214   hurd-dev [hurd-i386], gnumach-dev [hurd-i386]
4215           </example>
4216           requires <tt>kernel-headers-2.2.10</tt> on all architectures
4217           other than hurd-i386 and requires <tt>hurd-dev</tt> and
4218           <tt>gnumach-dev</tt> only on hurd-i386.
4219         </p>
4220
4221         <p>
4222           If the architecture-restricted dependency is part of a set of
4223           alternatives using <tt>|</tt>, that alternative is ignored
4224           completely on architectures that do not match the restriction.
4225           For example:
4226           <example compact="compact">
4227 Build-Depends: foo [!i386] | bar [!amd64]
4228           </example>
4229           is equivalent to <tt>bar</tt> on the i386 architecture, to
4230           <tt>foo</tt> on the amd64 architecture, and to <tt>foo |
4231           bar</tt> on all other architectures.
4232         </p>
4233
4234         <p>
4235           Note that the binary package relationship fields such as
4236           <tt>Depends</tt> appear in one of the binary package
4237           sections of the control file, whereas the build-time
4238           relationships such as <tt>Build-Depends</tt> appear in the
4239           source package section of the control file (which is the
4240           first section).
4241         </p>
4242       </sect>
4243
4244       <sect id="binarydeps">
4245         <heading>Binary Dependencies - <tt>Depends</tt>,
4246           <tt>Recommends</tt>, <tt>Suggests</tt>, <tt>Enhances</tt>,
4247           <tt>Pre-Depends</tt>
4248         </heading>
4249
4250         <p>
4251           Packages can declare in their control file that they have
4252           certain relationships to other packages - for example, that
4253           they may not be installed at the same time as certain other
4254           packages, and/or that they depend on the presence of others.
4255         </p>
4256
4257         <p>
4258           This is done using the <tt>Depends</tt>, <tt>Pre-Depends</tt>,
4259           <tt>Recommends</tt>, <tt>Suggests</tt>, <tt>Enhances</tt>,
4260           <tt>Breaks</tt> and <tt>Conflicts</tt> control file fields.
4261           <tt>Breaks</tt> is described in <ref id="breaks">, and
4262           <tt>Conflicts</tt> is described in <ref id="conflicts">.  The
4263           rest are described below.
4264         </p>
4265
4266         <p>
4267           These seven fields are used to declare a dependency
4268           relationship by one package on another.  Except for
4269           <tt>Enhances</tt> and <tt>Breaks</tt>, they appear in the
4270           depending (binary) package's control file.
4271           (<tt>Enhances</tt> appears in the recommending package's
4272           control file, and <tt>Breaks</tt> appears in the version of
4273           depended-on package which causes the named package to
4274           break).
4275         </p>
4276
4277         <p>
4278           A <tt>Depends</tt> field takes effect <em>only</em> when a
4279           package is to be configured.  It does not prevent a package
4280           being on the system in an unconfigured state while its
4281           dependencies are unsatisfied, and it is possible to replace
4282           a package whose dependencies are satisfied and which is
4283           properly installed with a different version whose
4284           dependencies are not and cannot be satisfied; when this is
4285           done the depending package will be left unconfigured (since
4286           attempts to configure it will give errors) and will not
4287           function properly.  If it is necessary, a
4288           <tt>Pre-Depends</tt> field can be used, which has a partial
4289           effect even when a package is being unpacked, as explained
4290           in detail below.  (The other three dependency fields,
4291           <tt>Recommends</tt>, <tt>Suggests</tt> and
4292           <tt>Enhances</tt>, are only used by the various front-ends
4293           to <prgn>dpkg</prgn> such as <prgn>apt-get</prgn>,
4294           <prgn>aptitude</prgn>, and <prgn>dselect</prgn>.)
4295         </p>
4296
4297         <p>
4298           For this reason packages in an installation run are usually
4299           all unpacked first and all configured later; this gives
4300           later versions of packages with dependencies on later
4301           versions of other packages the opportunity to have their
4302           dependencies satisfied.
4303         </p>
4304
4305         <p>
4306           In case of circular dependencies, since installation or
4307           removal order honoring the dependency order can't be
4308           established, dependency loops are broken at some point
4309           (based on rules below), and some packages may not be able to
4310           rely on their dependencies being present when being
4311           installed or removed, depending on which side of the break
4312           of the circular dependency loop they happen to be on.  If one
4313           of the packages in the loop has no postinst script, then the
4314           cycle will be broken at that package, so as to ensure that
4315           all postinst scripts run with the dependencies properly
4316           configured if this is possible. Otherwise the breaking point
4317           is arbitrary.
4318         </p>
4319
4320         <p>
4321           The <tt>Depends</tt> field thus allows package maintainers
4322           to impose an order in which packages should be configured.
4323         </p>
4324
4325         <p>
4326           The meaning of the five dependency fields is as follows:
4327           <taglist>
4328             <tag><tt>Depends</tt></tag>
4329             <item>
4330               <p>
4331                 This declares an absolute dependency.  A package will
4332                 not be configured unless all of the packages listed in
4333                 its <tt>Depends</tt> field have been correctly
4334                 configured.
4335               </p>
4336
4337               <p>
4338                 The <tt>Depends</tt> field should be used if the
4339                 depended-on package is required for the depending
4340                 package to provide a significant amount of
4341                 functionality.
4342               </p>
4343
4344               <p>
4345                 The <tt>Depends</tt> field should also be used if the
4346                 <prgn>postinst</prgn>, <prgn>prerm</prgn> or
4347                 <prgn>postrm</prgn> scripts require the package to be
4348                 present in order to run.  Note, however, that the
4349                 <prgn>postrm</prgn> cannot rely on any non-essential
4350                 packages to be present during the <tt>purge</tt>
4351                 phase.
4352             </item>
4353
4354             <tag><tt>Recommends</tt></tag>
4355             <item>
4356               <p>
4357                 This declares a strong, but not absolute, dependency.
4358               </p>
4359
4360               <p>
4361                 The <tt>Recommends</tt> field should list packages
4362                 that would be found together with this one in all but
4363                 unusual installations.
4364               </p>
4365             </item>
4366
4367             <tag><tt>Suggests</tt></tag>
4368             <item>
4369                 This is used to declare that one package may be more
4370                 useful with one or more others.  Using this field
4371                 tells the packaging system and the user that the
4372                 listed packages are related to this one and can
4373                 perhaps enhance its usefulness, but that installing
4374                 this one without them is perfectly reasonable.
4375             </item>
4376
4377             <tag><tt>Enhances</tt></tag>
4378             <item>
4379                 This field is similar to Suggests but works in the
4380                 opposite direction. It is used to declare that a
4381                 package can enhance the functionality of another
4382                 package.
4383             </item>
4384
4385             <tag><tt>Pre-Depends</tt></tag>
4386             <item>
4387               <p>
4388                 This field is like <tt>Depends</tt>, except that it
4389                 also forces <prgn>dpkg</prgn> to complete installation
4390                 of the packages named before even starting the
4391                 installation of the package which declares the
4392                 pre-dependency, as follows:
4393               </p>
4394
4395               <p>
4396                 When a package declaring a pre-dependency is about to
4397                 be <em>unpacked</em> the pre-dependency can be
4398                 satisfied if the depended-on package is either fully
4399                 configured, <em>or even if</em> the depended-on
4400                 package(s) are only unpacked or half-configured,
4401                 provided that they have been configured correctly at
4402                 some point in the past (and not removed or partially
4403                 removed since).  In this case, both the
4404                 previously-configured and currently unpacked or
4405                 half-configured versions must satisfy any version
4406                 clause in the <tt>Pre-Depends</tt> field.
4407               </p>
4408
4409               <p>
4410                 When the package declaring a pre-dependency is about
4411                 to be <em>configured</em>, the pre-dependency will be
4412                 treated as a normal <tt>Depends</tt>, that is, it will
4413                 be considered satisfied only if the depended-on
4414                 package has been correctly configured.
4415               </p>
4416
4417               <p>
4418                 <tt>Pre-Depends</tt> should be used sparingly,
4419                 preferably only by packages whose premature upgrade or
4420                 installation would hamper the ability of the system to
4421                 continue with any upgrade that might be in progress.
4422               </p>
4423
4424               <p>
4425                 <tt>Pre-Depends</tt> are also required if the
4426                 <prgn>preinst</prgn> script depends on the named
4427                 package.  It is best to avoid this situation if
4428                 possible.
4429               </p>
4430             </item>
4431           </taglist>
4432         </p>
4433
4434         <p>
4435           When selecting which level of dependency to use you should
4436           consider how important the depended-on package is to the
4437           functionality of the one declaring the dependency.  Some
4438           packages are composed of components of varying degrees of
4439           importance.  Such a package should list using
4440           <tt>Depends</tt> the package(s) which are required by the
4441           more important components.  The other components'
4442           requirements may be mentioned as Suggestions or
4443           Recommendations, as appropriate to the components' relative
4444           importance.
4445         </p>
4446       </sect>
4447
4448       <sect id="breaks">
4449         <heading>Packages which break other packages - <tt>Breaks</tt></heading>
4450
4451         <p>
4452           When one binary package declares that it breaks another,
4453           <prgn>dpkg</prgn> will refuse to allow the package which
4454           declares <tt>Breaks</tt> be installed unless the broken
4455           package is deconfigured first, and it will refuse to
4456           allow the broken package to be reconfigured.
4457         </p>
4458
4459         <p>
4460           A package will not be regarded as causing breakage merely
4461           because its configuration files are still installed; it must
4462           be at least half-installed.
4463         </p>
4464
4465         <p>
4466           A special exception is made for packages which declare that
4467           they break their own package name or a virtual package which
4468           they provide (see below): this does not count as a real
4469           breakage.
4470         </p>
4471
4472         <p>
4473           Normally a <tt>Breaks</tt> entry will have an "earlier than"
4474           version clause; such a <tt>Breaks</tt> is introduced in the
4475           version of an (implicit or explicit) dependency which
4476           violates an assumption or reveals a bug in earlier versions
4477           of the broken package.  This use of <tt>Breaks</tt> will
4478           inform higher-level package management tools that broken
4479           package must be upgraded before the new one.
4480         </p>
4481
4482         <p>
4483           If the breaking package also overwrites some files from the
4484           older package, it should use <tt>Replaces</tt> (not
4485           <tt>Conflicts</tt>) to ensure this goes smoothly.
4486         </p>
4487       </sect>
4488
4489       <sect id="conflicts">
4490         <heading>Conflicting binary packages - <tt>Conflicts</tt></heading>
4491
4492         <p>
4493           When one binary package declares a conflict with another
4494           using a <tt>Conflicts</tt> field, <prgn>dpkg</prgn> will
4495           refuse to allow them to be installed on the system at the
4496           same time.
4497         </p>
4498
4499         <p>
4500           If one package is to be installed, the other must be removed
4501           first - if the package being installed is marked as
4502           replacing (see <ref id="replaces">) the one on the system,
4503           or the one on the system is marked as deselected, or both
4504           packages are marked <tt>Essential</tt>, then
4505           <prgn>dpkg</prgn> will automatically remove the package
4506           which is causing the conflict, otherwise it will halt the
4507           installation of the new package with an error.  This
4508           mechanism is specifically designed to produce an error when
4509           the installed package is <tt>Essential</tt>, but the new
4510           package is not.
4511         </p>
4512
4513         <p>
4514           A package will not cause a conflict merely because its
4515           configuration files are still installed; it must be at least
4516           half-installed.
4517         </p>
4518
4519         <p>
4520           A special exception is made for packages which declare a
4521           conflict with their own package name, or with a virtual
4522           package which they provide (see below): this does not
4523           prevent their installation, and allows a package to conflict
4524           with others providing a replacement for it.  You use this
4525           feature when you want the package in question to be the only
4526           package providing some feature.
4527         </p>
4528
4529         <p>
4530           A <tt>Conflicts</tt> entry should almost never have an
4531           "earlier than" version clause.  This would prevent
4532           <prgn>dpkg</prgn> from upgrading or installing the package
4533           which declared such a conflict until the upgrade or removal
4534           of the conflicted-with package had been completed.  Instead,
4535           <tt>Breaks</tt> may be used.
4536         </p>
4537       </sect>
4538
4539       <sect id="virtual"><heading>Virtual packages - <tt>Provides</tt>
4540         </heading>
4541
4542         <p>
4543           As well as the names of actual ("concrete") packages, the
4544           package relationship fields <tt>Depends</tt>,
4545           <tt>Recommends</tt>, <tt>Suggests</tt>, <tt>Enhances</tt>,
4546           <tt>Pre-Depends</tt>, <tt>Breaks</tt>, <tt>Conflicts</tt>,
4547           <tt>Build-Depends</tt>, <tt>Build-Depends-Indep</tt>,
4548           <tt>Build-Conflicts</tt> and <tt>Build-Conflicts-Indep</tt>
4549           may mention "virtual packages".
4550         </p>
4551
4552         <p>
4553           A <em>virtual package</em> is one which appears in the
4554           <tt>Provides</tt> control file field of another package.
4555           The effect is as if the package(s) which provide a
4556           particular virtual package name had been listed by name
4557           everywhere the virtual package name appears. (See also <ref
4558             id="virtual_pkg">)
4559         </p>
4560
4561         <p>
4562           If there are both concrete and virtual packages of the same
4563           name, then the dependency may be satisfied (or the conflict
4564           caused) by either the concrete package with the name in
4565           question or any other concrete package which provides the
4566           virtual package with the name in question.  This is so that,
4567           for example, supposing we have
4568           <example compact="compact">
4569 Package: foo
4570 Depends: bar
4571           </example> and someone else releases an enhanced version of
4572           the <tt>bar</tt> package they can say:
4573           <example compact="compact">
4574 Package: bar-plus
4575 Provides: bar
4576           </example>
4577           and the <tt>bar-plus</tt> package will now also satisfy the
4578           dependency for the <tt>foo</tt> package.
4579         </p>
4580
4581         <p>
4582           If a relationship field has a version number attached
4583           then only real packages will be considered to see whether
4584           the relationship is satisfied (or the prohibition violated,
4585           for a conflict or breakage) - it is assumed that a real
4586           package which provides the virtual package is not of the
4587           "right" version.  So, a <tt>Provides</tt> field may not
4588           contain version numbers, and the version number of the
4589           concrete package which provides a particular virtual package
4590           will not be looked at when considering a dependency on or
4591           conflict with the virtual package name.
4592         </p>
4593
4594         <p>
4595           It is likely that the ability will be added in a future
4596           release of <prgn>dpkg</prgn> to specify a version number for
4597           each virtual package it provides.  This feature is not yet
4598           present, however, and is expected to be used only
4599           infrequently.
4600         </p>
4601
4602         <p>
4603           If you want to specify which of a set of real packages
4604           should be the default to satisfy a particular dependency on
4605           a virtual package, you should list the real package as an
4606           alternative before the virtual one.
4607         </p>
4608       </sect>
4609
4610
4611       <sect id="replaces"><heading>Overwriting files and replacing
4612           packages - <tt>Replaces</tt></heading>
4613
4614         <p>
4615           Packages can declare in their control file that they should
4616           overwrite files in certain other packages, or completely
4617           replace other packages. The <tt>Replaces</tt> control file
4618           field has these two distinct purposes.
4619         </p>
4620
4621         <sect1><heading>Overwriting files in other packages</heading>
4622
4623           <p>
4624             Firstly, as mentioned before, it is usually an error for a
4625             package to contain files which are on the system in
4626             another package.
4627           </p>
4628
4629           <p>
4630             However, if the overwriting package declares that it
4631             <tt>Replaces</tt> the one containing the file being
4632             overwritten, then <prgn>dpkg</prgn> will replace the file
4633             from the old package with that from the new.  The file
4634             will no longer be listed as "owned" by the old package.
4635           </p>
4636
4637           <p>
4638             If a package is completely replaced in this way, so that
4639             <prgn>dpkg</prgn> does not know of any files it still
4640             contains, it is considered to have "disappeared".  It will
4641             be marked as not wanted on the system (selected for
4642             removal) and not installed.  Any <tt>conffile</tt>s
4643             details noted for the package will be ignored, as they
4644             will have been taken over by the overwriting package.  The
4645             package's <prgn>postrm</prgn> script will be run with a
4646             special argument to allow the package to do any final
4647             cleanup required.  See <ref id="mscriptsinstact">.
4648             <footnote>
4649               <p>
4650                 Replaces is a one way relationship -- you have to              
4651                 install the replacing package after the replaced
4652                 package.
4653               </p>
4654             </footnote>
4655           </p>
4656
4657           <p>
4658             For this usage of <tt>Replaces</tt>, virtual packages (see
4659             <ref id="virtual">) are not considered when looking at a
4660             <tt>Replaces</tt> field - the packages declared as being
4661             replaced must be mentioned by their real names.
4662           </p>
4663
4664           <p>
4665             Furthermore, this usage of <tt>Replaces</tt> only takes
4666             effect when both packages are at least partially on the
4667             system at once, so that it can only happen if they do not
4668             conflict or if the conflict has been overridden.
4669           </p>
4670
4671         </sect1>
4672
4673         <sect1><heading>Replacing whole packages, forcing their
4674             removal</heading>
4675
4676           <p>
4677             Secondly, <tt>Replaces</tt> allows the packaging system to
4678             resolve which package should be removed when there is a
4679             conflict - see <ref id="conflicts">.  This usage only
4680             takes effect when the two packages <em>do</em> conflict,
4681             so that the two usages of this field do not interfere with
4682             each other.
4683           </p>
4684
4685           <p>
4686             In this situation, the package declared as being replaced
4687             can be a virtual package, so for example, all mail
4688             transport agents (MTAs) would have the following fields in
4689             their control files:
4690             <example compact="compact">
4691 Provides: mail-transport-agent
4692 Conflicts: mail-transport-agent
4693 Replaces: mail-transport-agent
4694             </example>
4695             ensuring that only one MTA can be installed at any one
4696             time.
4697         </sect1>
4698       </sect>
4699
4700       <sect id="sourcebinarydeps">
4701         <heading>Relationships between source and binary packages -
4702           <tt>Build-Depends</tt>, <tt>Build-Depends-Indep</tt>,
4703           <tt>Build-Conflicts</tt>, <tt>Build-Conflicts-Indep</tt>
4704         </heading>
4705
4706         <p>
4707           Source packages that require certain binary packages to be
4708           installed or absent at the time of building the package
4709           can declare relationships to those binary packages.
4710         </p>
4711
4712         <p>
4713           This is done using the <tt>Build-Depends</tt>,
4714           <tt>Build-Depends-Indep</tt>, <tt>Build-Conflicts</tt> and
4715           <tt>Build-Conflicts-Indep</tt> control file fields.
4716         </p>
4717
4718         <p>
4719           Build-dependencies on "build-essential" binary packages can be
4720           omitted. Please see <ref id="pkg-relations"> for more information.
4721         </p>
4722
4723         <p>
4724           The dependencies and conflicts they define must be satisfied
4725           (as defined earlier for binary packages) in order to invoke
4726           the targets in <tt>debian/rules</tt>, as follows:<footnote>
4727             <p>
4728               If you make "build-arch" or "binary-arch", you need
4729               Build-Depends.  If you make "build-indep" or
4730               "binary-indep", you need Build-Depends and
4731               Build-Depends-Indep.  If you make "build" or "binary",
4732               you need both.
4733             </p>
4734             <p>
4735               There is no Build-Depends-Arch; this role is essentially
4736               met with Build-Depends.  Anyone building the
4737               <tt>build-indep</tt> and binary-indep<tt></tt> targets
4738               is basically assumed to be building the whole package
4739               anyway and so installs all build dependencies.  The
4740               autobuilders use <tt>dpkg-buildpackage -B</tt>, which
4741               calls <tt>build</tt> (not <tt>build-arch</tt>, since it
4742               does not yet know how to check for its existence) and
4743               <tt>binary-arch</tt>.
4744             </p>
4745             <p>
4746               The purpose of the original split, I recall, was so that
4747               the autobuilders wouldn't need to install extra packages
4748               needed only for the binary-indep targets.  But without a
4749               build-arch/build-indep split, this didn't work, since
4750               most of the work is done in the build target, not in the
4751               binary target.
4752             </p>
4753           </footnote>
4754
4755           <taglist>
4756             <tag><tt>Build-Depends</tt>, <tt>Build-Conflicts</tt></tag>
4757             <item>
4758                 The <tt>Build-Depends</tt> and
4759                 <tt>Build-Conflicts</tt> fields must be satisfied when
4760                 any of the following targets is invoked:
4761                 <tt>build</tt>, <tt>clean</tt>, <tt>binary</tt>,
4762                 <tt>binary-arch</tt>, <tt>build-arch</tt>,
4763                 <tt>build-indep</tt> and <tt>binary-indep</tt>.
4764             </item>
4765             <tag><tt>Build-Depends-Indep</tt>,
4766               <tt>Build-Conflicts-Indep</tt></tag>
4767             <item>
4768                 The <tt>Build-Depends-Indep</tt> and
4769                 <tt>Build-Conflicts-Indep</tt> fields must be
4770                 satisfied when any of the following targets is
4771                 invoked: <tt>build</tt>, <tt>build-indep</tt>,
4772                 <tt>binary</tt> and <tt>binary-indep</tt>.
4773             </item>
4774           </taglist>
4775         </p>
4776
4777       </sect>
4778
4779     </chapt>
4780
4781
4782     <chapt id="sharedlibs"><heading>Shared libraries</heading>
4783
4784       <p>
4785         Packages containing shared libraries must be constructed with
4786         a little care to make sure that the shared library is always
4787         available.  This is especially important for packages whose
4788         shared libraries are vitally important, such as the C library
4789         (currently <tt>libc6</tt>).
4790       </p>
4791
4792       <p>
4793         Packages involving shared libraries should be split up into
4794         several binary packages. This section mostly deals with how
4795         this separation is to be accomplished; rules for files within
4796         the shared library packages are in <ref id="libraries"> instead.
4797       </p>
4798
4799       <sect id="sharedlibs-runtime">
4800         <heading>Run-time shared libraries</heading>
4801
4802       <p>
4803         The run-time shared library needs to be placed in a package
4804         whose name changes whenever the shared object version
4805         changes.<footnote>
4806             <p>
4807               Since it is common place to install several versions of a
4808               package that just provides shared libraries, it is a
4809               good idea that the library package should not
4810               contain any extraneous non-versioned files, unless they
4811               happen to be in versioned directories.</p>
4812           </footnote>
4813           The most common mechanism is to place it in a package
4814         called
4815         <package><var>libraryname</var><var>soversion</var></package>,
4816         where <file><var>soversion</var></file> is the version number
4817         in the soname of the shared library<footnote>
4818               The soname is the shared object name: it's the thing
4819               that has to match exactly between building an executable
4820               and running it for the dynamic linker to be able run the
4821               program.  For example, if the soname of the library is
4822               <file>libfoo.so.6</file>, the library package would be
4823               called <file>libfoo6</file>.
4824           </footnote>.
4825         Alternatively, if it would be confusing to directly append
4826         <var>soversion</var> to <var>libraryname</var> (e.g. because
4827         <var>libraryname</var> itself ends in a number), you may use
4828         <package><var>libraryname</var>-<var>soversion</var></package> and
4829         <package><var>libraryname</var>-<var>soversion</var>-dev</package>
4830         instead.
4831       </p>
4832
4833       <p>
4834         If you have several shared libraries built from the same
4835         source tree you may lump them all together into a single
4836         shared library package, provided that you change all of
4837         their sonames at once (so that you don't get filename
4838         clashes if you try to install different versions of the
4839         combined shared libraries package).
4840       </p>
4841
4842       <p>
4843         The package should install the shared libraries under
4844         their normal names.  For example, the <package>libgdbm3</package>
4845         package should install <file>libgdbm.so.3.0.0</file> as
4846         <file>/usr/lib/libgdbm.so.3.0.0</file>.  The files should not be
4847         renamed or re-linked by any <prgn>prerm</prgn> or
4848         <prgn>postrm</prgn> scripts; <prgn>dpkg</prgn> will take care
4849         of renaming things safely without affecting running programs,
4850         and attempts to interfere with this are likely to lead to
4851         problems.
4852       </p>
4853
4854       <p>
4855         Shared libraries should not be installed executable, since
4856         the dynamic linker does not require this and trying to
4857         execute a shared library usually results in a core dump.
4858       </p>
4859
4860       <p>
4861         The run-time library package should include the symbolic link that
4862         <prgn>ldconfig</prgn> would create for the shared libraries.
4863         For example, the <package>libgdbm3</package> package should include
4864         a symbolic link from <file>/usr/lib/libgdbm.so.3</file> to
4865         <file>libgdbm.so.3.0.0</file>.  This is needed so that the dynamic
4866         linker (for example <prgn>ld.so</prgn> or
4867         <prgn>ld-linux.so.*</prgn>) can find the library between the
4868         time that <prgn>dpkg</prgn> installs it and the time that
4869         <prgn>ldconfig</prgn> is run in the <prgn>postinst</prgn>
4870         script.<footnote>
4871             The package management system requires the library to be
4872             placed before the symbolic link pointing to it in the
4873             <file>.deb</file> file.  This is so that when
4874             <prgn>dpkg</prgn> comes to install the symlink
4875             (overwriting the previous symlink pointing at an older
4876             version of the library), the new shared library is already
4877             in place.  In the past, this was achieved by creating the
4878             library in the temporary packaging directory before
4879             creating the symlink.  Unfortunately, this was not always
4880             effective, since the building of the tar file in the
4881             <file>.deb</file> depended on the behavior of the underlying
4882             file system.  Some file systems (such as reiserfs) reorder
4883             the files so that the order of creation is forgotten.
4884             Since version 1.7.0, <prgn>dpkg</prgn>
4885             reorders the files itself as necessary when building a
4886             package.  Thus it is no longer important to concern
4887             oneself with the order of file creation.
4888         </footnote>
4889       </p>
4890
4891         <sect1 id="ldconfig">
4892           <heading><tt>ldconfig</tt></heading>
4893
4894         <p>
4895           Any package installing shared libraries in one of the default
4896           library directories of the dynamic linker (which are currently
4897           <file>/usr/lib</file> and <file>/lib</file>) or a directory that is
4898           listed in <file>/etc/ld.so.conf</file><footnote>
4899             These are currently
4900             <list compact="compact">
4901               <item>/usr/local/lib</item>
4902               <item>/usr/lib/libc5-compat</item>
4903               <item>/lib/libc5-compat</item>
4904             </list>
4905           </footnote>
4906           must use <prgn>ldconfig</prgn> to update the shared library
4907           system.
4908         </p>
4909
4910         <p>
4911             The package maintainer scripts must only call
4912             <prgn>ldconfig</prgn> under these circumstances:
4913             <list compact="compact">
4914               <item>When the <prgn>postinst</prgn> script is run with a
4915                   first argument of <tt>configure</tt>, the script must call
4916                   <prgn>ldconfig</prgn>, and may optionally invoke
4917                   <prgn>ldconfig</prgn> at other times.
4918               </item>
4919               <item>When the <prgn>postrm</prgn> script is run with a
4920                   first argument of <tt>remove</tt>, the script should call
4921                   <prgn>ldconfig</prgn>.
4922               </item>
4923             </list>
4924          <footnote>
4925             <p>
4926               During install or upgrade, the preinst is called before
4927               the new files are installed, so calling "ldconfig" is
4928               pointless.  The preinst of an existing package can also be
4929               called if an upgrade fails.  However, this happens during
4930               the critical time when a shared libs may exist on-disk
4931               under a temporary name.  Thus, it is dangerous and
4932               forbidden by current policy to call "ldconfig" at this
4933               time.
4934             </p>
4935
4936             <p>
4937               When a package is installed or upgraded, "postinst
4938               configure" runs after the new files are safely on-disk.
4939               Since it is perfectly safe to invoke ldconfig
4940               unconditionally in a postinst, it is OK for a package to
4941               simply put ldconfig in its postinst without checking the
4942               argument.  The postinst can also be called to recover from
4943               a failed upgrade.  This happens before any new files are
4944               unpacked, so there is no reason to call "ldconfig" at this
4945               point.
4946             </p>
4947
4948             <p>
4949               For a package that is being removed, prerm is
4950               called with all the files intact, so calling ldconfig is
4951               useless.  The other calls to "prerm" happen in the case of
4952               upgrade at a time when all the files of the old package
4953               are on-disk, so again calling "ldconfig" is pointless.
4954             </p>
4955
4956             <p>
4957               postrm, on the other hand, is called with the "remove"
4958               argument just after the files are removed, so this is
4959               the proper time to call "ldconfig" to notify the system
4960               of the fact that the shared libraries from the package
4961               are removed.  The postrm can be called at several other
4962               times.  At the time of "postrm purge", "postrm
4963               abort-install", or "postrm abort-upgrade", calling
4964               "ldconfig" is useless because the shared lib files are
4965               not on-disk.  However, when "postrm" is invoked with
4966               arguments "upgrade", "failed-upgrade", or "disappear", a
4967               shared lib may exist on-disk under a temporary filename.
4968             </p>
4969           </footnote>
4970         </p>
4971         </sect1>
4972
4973       </sect>
4974
4975       <sect id="sharedlibs-support-files">
4976         <heading>Shared library support files</heading>
4977
4978         <p>
4979           If your package contains files whose names do not change with
4980           each change in the library shared object version, you must not
4981           put them in the shared library package.  Otherwise, several
4982           versions of the shared library cannot be installed at the same
4983           time without filename clashes, making upgrades and transitions
4984           unnecessarily difficult.
4985         </p>
4986
4987         <p>
4988           It is recommended that supporting files and run-time support
4989           programs that do not need to be invoked manually by users, but
4990           are nevertheless required for the package to function, be placed
4991           (if they are binary) in a subdirectory of <file>/usr/lib</file>,
4992           preferably under <file>/usr/lib/</file><var>package-name</var>.
4993           If the program or file is architecture independent, the
4994           recommendation is for it to be placed in a subdirectory of
4995           <file>/usr/share</file> instead, preferably under
4996           <file>/usr/share/</file><var>package-name</var>.  Following the
4997           <var>package-name</var> naming convention ensures that the file
4998           names change when the shared object version changes.
4999         </p>
5000
5001         <p>
5002           Run-time support programs that use the shared library but are
5003           not required for the library to function or files used by the
5004           shared library that can be used by any version of the shared
5005           library package should instead be put in a separate package.
5006           This package might typically be named
5007           <package><var>libraryname</var>-tools</package>; note the
5008           absence of the <var>soversion</var> in the package name.
5009         </p>
5010
5011         <p>
5012           Files and support programs only useful when compiling software
5013           against the library should be included in the development
5014           package for the library.<footnote>
5015             For example, a <file><var>package-name</var>-config</file>
5016             script or <package>pkg-config</package> configuration files.
5017           </footnote>
5018         </p>
5019       </sect>
5020
5021       <sect id="sharedlibs-static">
5022         <heading>Static libraries</heading>
5023
5024       <p>
5025         The static library (<file><var>libraryname.a</var></file>)
5026         is usually provided in addition to the shared version.
5027         It is placed into the development package (see below).
5028       </p>
5029
5030       <p>
5031         In some cases, it is acceptable for a library to be
5032         available in static form only; these cases include:
5033         <list>
5034           <item>libraries for languages whose shared library support
5035                 is immature or unstable</item>
5036           <item>libraries whose interfaces are in flux or under
5037                 development (commonly the case when the library's
5038                 major version number is zero, or where the ABI breaks
5039                 across patchlevels)</item>
5040           <item>libraries which are explicitly intended to be
5041                 available only in static form by their upstream
5042                 author(s)</item>
5043         </list>
5044       </p>
5045
5046       <sect id="sharedlibs-dev">
5047         <heading>Development files</heading>
5048
5049       <p>
5050         The development files associated to a shared library need to be
5051         placed in a package called
5052         <package><var>libraryname</var><var>soversion</var>-dev</package>,
5053         or if you prefer only to support one development version at a
5054         time, <package><var>libraryname</var>-dev</package>.
5055       </p>
5056
5057       <p>
5058         In case several development versions of a library exist, you may
5059         need to use <prgn>dpkg</prgn>'s Conflicts mechanism (see
5060         <ref id="conflicts">) to ensure that the user only installs one
5061         development version at a time (as different development versions are
5062         likely to have the same header files in them, which would cause a
5063         filename clash if both were installed).
5064       </p>
5065
5066       <p>
5067         The development package should contain a symlink for the associated
5068         shared library without a version number. For example, the
5069         <package>libgdbm-dev</package> package should include a symlink
5070         from <file>/usr/lib/libgdbm.so</file> to
5071         <file>libgdbm.so.3.0.0</file>.  This symlink is needed by the linker
5072         (<prgn>ld</prgn>) when compiling packages, as it will only look for
5073         <file>libgdbm.so</file> when compiling dynamically.
5074       </p>
5075       </sect>
5076
5077       <sect id="sharedlibs-intradeps">
5078         <heading>Dependencies between the packages of the same library</heading>
5079
5080         <p>
5081           Typically the development version should have an exact
5082           version dependency on the runtime library, to make sure that
5083           compilation and linking happens correctly.  The
5084           <tt>${binary:Version}</tt> substitution variable can be
5085           useful for this purpose.
5086           <footnote>
5087             Previously, <tt>${Source-Version}</tt> was used, but its name
5088             was confusing and it has been deprecated since dpkg 1.13.19.
5089           </footnote>
5090         </p>
5091       </sect>
5092
5093       <sect id="sharedlibs-shlibdeps">
5094         <heading>Dependencies between the library and other packages -
5095         the <tt>shlibs</tt> system</heading>
5096
5097         <p>
5098           If a package contains a binary or library which links to a
5099           shared library, we must ensure that when the package is
5100           installed on the system, all of the libraries needed are
5101           also installed.  This requirement led to the creation of the
5102           <tt>shlibs</tt> system, which is very simple in its design:
5103           any package which <em>provides</em> a shared library also
5104           provides information on the package dependencies required to
5105           ensure the presence of this library, and any package which
5106           <em>uses</em> a shared library uses this information to
5107           determine the dependencies it requires.  The files which
5108           contain the mapping from shared libraries to the necessary
5109           dependency information are called <file>shlibs</file> files.
5110         </p>
5111
5112         <p>
5113           Thus, when a package is built which contains any shared
5114           libraries, it must provide a <file>shlibs</file> file for other
5115           packages to use, and when a package is built which contains
5116           any shared libraries or compiled binaries, it must run
5117           <qref id="pkg-dpkg-shlibdeps"><prgn>dpkg-shlibdeps</prgn></qref>
5118           on these to determine the libraries used and hence the
5119           dependencies needed by this package.<footnote>
5120             <p>
5121               In the past, the shared libraries linked to were
5122               determined by calling <prgn>ldd</prgn>, but now
5123               <prgn>objdump</prgn> is used to do this.  The only
5124               change this makes to package building is that
5125               <prgn>dpkg-shlibdeps</prgn> must also be run on shared
5126               libraries, whereas in the past this was unnecessary.
5127               The rest of this footnote explains the advantage that
5128               this method gives.
5129             </p>
5130
5131             <p>
5132               We say that a binary <tt>foo</tt> <em>directly</em> uses
5133               a library <tt>libbar</tt> if it is explicitly linked
5134               with that library (that is, it uses the flag
5135               <tt>-lbar</tt> during the linking stage).  Other
5136               libraries that are needed by <tt>libbar</tt> are linked
5137               <em>indirectly</em> to <tt>foo</tt>, and the dynamic
5138               linker will load them automatically when it loads
5139               <tt>libbar</tt>.  A package should depend on
5140               the libraries it directly uses, and the dependencies for
5141               those libraries should automatically pull in the other
5142               libraries.
5143             </p>
5144
5145             <p>
5146               Unfortunately, the <prgn>ldd</prgn> program shows both
5147               the directly and indirectly used libraries, meaning that
5148               the dependencies determined included both direct and
5149               indirect dependencies.  The use of <prgn>objdump</prgn>
5150               avoids this problem by determining only the directly
5151               used libraries.
5152             </p>
5153
5154             <p>
5155               A good example of where this helps is the following.  We
5156               could update <tt>libimlib</tt> with a new version that
5157               supports a new graphics format called dgf (but retaining
5158               the same major version number).  If we used the old
5159               <prgn>ldd</prgn> method, every package that uses
5160               <tt>libimlib</tt> would need to be recompiled so it
5161               would also depend on <tt>libdgf</tt> or it wouldn't run
5162               due to missing symbols.  However with the new system,
5163               packages using <tt>libimlib</tt> can rely on
5164               <tt>libimlib</tt> itself having the dependency on
5165               <tt>libdgf</tt> and so they would not need rebuilding.
5166             </p>
5167           </footnote>
5168         </p>
5169
5170         <p>
5171           In the following sections, we will first describe where the
5172           various <tt>shlibs</tt> files are to be found, then how to
5173           use <prgn>dpkg-shlibdeps</prgn>, and finally the <tt>shlibs</tt>
5174           file format and how to create them if your package contains a
5175           shared library.
5176         </p>
5177
5178       <sect1>
5179         <heading>The <tt>shlibs</tt> files present on the system</heading>
5180
5181         <p>
5182           There are several places where <tt>shlibs</tt> files are
5183           found.  The following list gives them in the order in which
5184           they are read by
5185           <qref id="pkg-dpkg-shlibdeps"><prgn>dpkg-shlibdeps</prgn></qref>.
5186           (The first one which gives the required information is used.)
5187         </p>
5188
5189         <p>
5190           <list>
5191             <item>
5192               <p><file>debian/shlibs.local</file></p>
5193
5194               <p>
5195                 This lists overrides for this package.  Its use is
5196                 described below (see <ref id="shlibslocal">).
5197               </p>
5198             </item>
5199
5200             <item>
5201               <p><file>/etc/dpkg/shlibs.override</file></p>
5202
5203               <p>
5204                 This lists global overrides.  This list is normally
5205                 empty.  It is maintained by the local system
5206                 administrator.
5207               </p>
5208             </item>
5209
5210             <item>
5211               <p><file>DEBIAN/shlibs</file> files in the "build directory"</p>
5212
5213               <p>
5214                 When packages are being built, any
5215                 <file>debian/shlibs</file> files are copied into the
5216                 control file area of the temporary build directory and
5217                 given the name <file>shlibs</file>.  These files give
5218                 details of any shared libraries included in the
5219                 package.<footnote>
5220                     An example may help here.  Let us say that the
5221                     source package <tt>foo</tt> generates two binary
5222                     packages, <tt>libfoo2</tt> and
5223                     <tt>foo-runtime</tt>.  When building the binary
5224                     packages, the two packages are created in the
5225                     directories <file>debian/libfoo2</file> and
5226                     <file>debian/foo-runtime</file> respectively.
5227                     (<file>debian/tmp</file> could be used instead of one
5228                     of these.)  Since <tt>libfoo2</tt> provides the
5229                     <tt>libfoo</tt> shared library, it will require a
5230                     <tt>shlibs</tt> file, which will be installed in
5231                     <file>debian/libfoo2/DEBIAN/shlibs</file>, eventually
5232                     to become
5233                     <file>/var/lib/dpkg/info/libfoo2.shlibs</file>.  Then
5234                     when <prgn>dpkg-shlibdeps</prgn> is run on the
5235                     executable
5236                     <file>debian/foo-runtime/usr/bin/foo-prog</file>, it
5237                     will examine the
5238                     <file>debian/libfoo2/DEBIAN/shlibs</file> file to
5239                     determine whether <tt>foo-prog</tt>'s library
5240                     dependencies are satisfied by any of the libraries
5241                     provided by <tt>libfoo2</tt>.  For this reason,
5242                     <prgn>dpkg-shlibdeps</prgn> must only be run once
5243                     all of the individual binary packages'
5244                     <tt>shlibs</tt> files have been installed into the
5245                     build directory.
5246                 </footnote>
5247               </p>
5248             </item>
5249
5250             <item>
5251               <p><file>/var/lib/dpkg/info/*.shlibs</file></p>
5252
5253               <p>
5254                 These are the <file>shlibs</file> files corresponding to
5255                 all of the packages installed on the system, and are
5256                 maintained by the relevant package maintainers.
5257               </p>
5258             </item>
5259
5260             <item>
5261               <p><file>/etc/dpkg/shlibs.default</file></p>
5262
5263               <p>
5264                 This file lists any shared libraries whose packages
5265                 have failed to provide correct <file>shlibs</file> files.
5266                 It was used when the <file>shlibs</file> setup was first
5267                 introduced, but it is now normally empty.  It is
5268                 maintained by the <tt>dpkg</tt> maintainer.
5269               </p>
5270             </item>
5271           </list>
5272         </p>
5273       </sect1>
5274
5275       <sect1>
5276         <heading>How to use <prgn>dpkg-shlibdeps</prgn> and the
5277             <file>shlibs</file> files</heading>
5278
5279         <p>
5280           Put a call to
5281           <qref id="pkg-dpkg-shlibdeps"><prgn>dpkg-shlibdeps</prgn></qref>
5282           into your <file>debian/rules</file> file.  If your package
5283           contains only compiled binaries and libraries (but no scripts),
5284           you can use a command such as:
5285           <example compact="compact">
5286 dpkg-shlibdeps debian/tmp/usr/bin/* debian/tmp/usr/sbin/* \
5287   debian/tmp/usr/lib/*
5288           </example>
5289           Otherwise, you will need to explicitly list the compiled
5290           binaries and libraries.<footnote>
5291               If you are using <tt>debhelper</tt>, the
5292               <prgn>dh_shlibdeps</prgn> program will do this work for
5293               you.  It will also correctly handle multi-binary
5294               packages.
5295           </footnote>
5296         </p>
5297
5298         <p>
5299           This command puts the dependency information into the
5300           <file>debian/substvars</file> file, which is then used by
5301           <prgn>dpkg-gencontrol</prgn>.  You will need to place a
5302           <tt>${shlibs:Depends}</tt> variable in the <tt>Depends</tt>
5303           field in the control file for this to work.
5304         </p>
5305
5306         <p>
5307           If <prgn>dpkg-shlibdeps</prgn> doesn't complain, you're
5308           done.  If it does complain you might need to create your own
5309           <file>debian/shlibs.local</file> file, as explained below (see
5310           <ref id="shlibslocal">).
5311         </p>
5312
5313         <p>
5314           If you have multiple binary packages, you will need to call
5315           <prgn>dpkg-shlibdeps</prgn> on each one which contains
5316           compiled libraries or binaries.  In such a case, you will
5317           need to use the <tt>-T</tt> option to the <tt>dpkg</tt>
5318           utilities to specify a different <file>substvars</file> file.
5319         </p>
5320
5321         <p>
5322           If you are creating a udeb for use in the Debian Installer, you
5323           will need to specify that <prgn>dpkg-shlibdeps</prgn> should use
5324           the dependency line of type <tt>udeb</tt> by adding
5325           <tt>-tudeb</tt> as option<footnote>
5326               <prgn>dh_shlibdeps</prgn> from the <tt>debhelper</tt> suite
5327               will automatically add this option if it knows it is
5328               processing a udeb.
5329           </footnote>. If there is no dependency line of type <tt>udeb</tt>
5330           in the <file>shlibs</file> file, <prgn>dpkg-shlibdeps</prgn> will
5331           fall back to the regular dependency line.
5332         </p>
5333
5334         <p>
5335           For more details on dpkg-shlibdeps, please see
5336           <ref id="pkg-dpkg-shlibdeps"> and
5337           <manref name="dpkg-shlibdeps" section="1">.
5338         </p>
5339       </sect1>
5340
5341       <sect1 id="shlibs">
5342         <heading>The <file>shlibs</file> File Format</heading>
5343
5344         <p>
5345           Each <file>shlibs</file> file has the same format.  Lines
5346           beginning with <tt>#</tt> are considered to be comments and
5347           are ignored.  Each line is of the form:
5348           <example compact="compact">
5349 [<var>type</var>: ]<var>library-name</var> <var>soname-version</var> <var>dependencies ...</var>
5350           </example>
5351         </p>
5352
5353         <p>
5354           We will explain this by reference to the example of the
5355           <tt>zlib1g</tt> package, which (at the time of writing)
5356           installs the shared library <file>/usr/lib/libz.so.1.1.3</file>.
5357         </p>
5358
5359         <p>
5360           <var>type</var> is an optional element that indicates the type
5361           of package for which the line is valid. The only type currently
5362           in use is <tt>udeb</tt>. The colon and space after the type are
5363           required.
5364         </p>
5365
5366         <p>
5367           <var>library-name</var> is the name of the shared library,
5368           in this case <tt>libz</tt>.  (This must match the name part
5369           of the soname, see below.)
5370         </p>
5371
5372         <p>
5373           <var>soname-version</var> is the version part of the soname of
5374           the library.  The soname is the thing that must exactly match
5375           for the library to be recognized by the dynamic linker, and is
5376           usually of the form
5377           <tt><var>name</var>.so.<var>major-version</var></tt>, in our
5378           example, <tt>libz.so.1</tt>.<footnote>
5379               This can be determined using the command
5380               <example compact="compact">
5381 objdump -p /usr/lib/libz.so.1.1.3 | grep SONAME
5382               </example>
5383           </footnote>
5384           The version part is the part which comes after
5385           <tt>.so.</tt>, so in our case, it is <tt>1</tt>.
5386         </p>
5387
5388         <p>
5389           <var>dependencies</var> has the same syntax as a dependency
5390           field in a binary package control file.  It should give
5391           details of which packages are required to satisfy a binary
5392           built against the version of the library contained in the
5393           package.  See <ref id="depsyntax"> for details.
5394         </p>
5395
5396         <p>
5397           In our example, if the first version of the <tt>zlib1g</tt>
5398           package which contained a minor number of at least
5399           <tt>1.3</tt> was <var>1:1.1.3-1</var>, then the
5400           <tt>shlibs</tt> entry for this library could say:
5401           <example compact="compact">
5402 libz 1 zlib1g (>= 1:1.1.3)
5403           </example>
5404           The version-specific dependency is to avoid warnings from
5405           the dynamic linker about using older shared libraries with
5406           newer binaries.
5407         </p>
5408
5409         <p>
5410           As zlib1g also provides a udeb containing the shared library,
5411           there would also be a second line:
5412           <example compact="compact">
5413 udeb: libz 1 zlib1g-udeb (>= 1:1.1.3)
5414           </example>
5415         </p>
5416       </sect1>
5417
5418       <sect1>
5419         <heading>Providing a <file>shlibs</file> file</heading>
5420
5421         <p>
5422           If your package provides a shared library, you need to create
5423           a <file>shlibs</file> file following the format described above.
5424           It is usual to call this file <file>debian/shlibs</file> (but if
5425           you have multiple binary packages, you might want to call it
5426           <file>debian/shlibs.<var>package</var></file> instead).  Then
5427           let <file>debian/rules</file> install it in the control area:
5428           <example compact="compact">
5429 install -m644 debian/shlibs debian/tmp/DEBIAN
5430           </example>
5431           or, in the case of a multi-binary package:
5432           <example compact="compact">
5433 install -m644 debian/shlibs.<var>package</var> debian/<var>package</var>/DEBIAN/shlibs
5434           </example>
5435           An alternative way of doing this is to create the
5436           <file>shlibs</file> file in the control area directly from
5437           <file>debian/rules</file> without using a <file>debian/shlibs</file>
5438           file at all,<footnote>
5439               This is what <prgn>dh_makeshlibs</prgn> in the
5440               <tt>debhelper</tt> suite does. If your package also has a udeb
5441               that provides a shared library, <prgn>dh_makeshlibs</prgn> can
5442               automatically generate the <tt>udeb:</tt> lines if you specify
5443               the name of the udeb with the <tt>--add-udeb</tt> option.
5444           </footnote>
5445           since the <file>debian/shlibs</file> file itself is ignored by
5446           <prgn>dpkg-shlibdeps</prgn>.
5447         </p>
5448
5449         <p>
5450           As <prgn>dpkg-shlibdeps</prgn> reads the
5451           <file>DEBIAN/shlibs</file> files in all of the binary packages
5452           being built from this source package, all of the
5453           <file>DEBIAN/shlibs</file> files should be installed before
5454           <prgn>dpkg-shlibdeps</prgn> is called on any of the binary
5455           packages.
5456         </p>
5457       </sect1>
5458
5459       <sect1 id="shlibslocal">
5460         <heading>Writing the <file>debian/shlibs.local</file> file</heading>
5461
5462         <p>
5463           This file is intended only as a <em>temporary</em> fix if
5464           your binaries or libraries depend on a library whose package
5465           does not yet provide a correct <file>shlibs</file> file.
5466         </p>
5467
5468         <p>
5469           We will assume that you are trying to package a binary
5470           <tt>foo</tt>.  When you try running
5471           <prgn>dpkg-shlibdeps</prgn> you get the following error
5472           message (<tt>-O</tt> displays the dependency information on
5473           <tt>stdout</tt> instead of writing it to
5474           <tt>debian/substvars</tt>, and the lines have been wrapped
5475           for ease of reading):
5476           <example compact="compact">
5477 $ dpkg-shlibdeps -O debian/tmp/usr/bin/foo
5478 dpkg-shlibdeps: warning: unable to find dependency
5479   information for shared library libbar (soname 1,
5480   path /usr/lib/libbar.so.1, dependency field Depends)
5481 shlibs:Depends=libc6 (>= 2.2.2-2)
5482           </example>
5483           You can then run <prgn>ldd</prgn> on the binary to find the
5484           full location of the library concerned:
5485           <example compact="compact">
5486 $ ldd foo
5487 libbar.so.1 => /usr/lib/libbar.so.1 (0x4001e000)
5488 libc.so.6 => /lib/libc.so.6 (0x40032000)
5489 /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)
5490           </example>
5491           So the <prgn>foo</prgn> binary depends on the
5492           <prgn>libbar</prgn> shared library, but no package seems to
5493           provide a <file>*.shlibs</file> file handling
5494           <file>libbar.so.1</file> in <file>/var/lib/dpkg/info/</file>.  Let's
5495           determine the package responsible:
5496           <example compact="compact">
5497 $ dpkg -S /usr/lib/libbar.so.1
5498 bar1: /usr/lib/libbar.so.1
5499 $ dpkg -s bar1 | grep Version
5500 Version: 1.0-1
5501           </example>
5502           This tells us that the <tt>bar1</tt> package, version 1.0-1,
5503           is the one we are using.  Now we can file a bug against the
5504           <tt>bar1</tt> package and create our own
5505           <file>debian/shlibs.local</file> to locally fix the problem.
5506           Including the following line into your
5507           <file>debian/shlibs.local</file> file:
5508           <example compact="compact">
5509 libbar 1 bar1 (>= 1.0-1)
5510           </example>
5511           should allow the package build to work.
5512         </p>
5513
5514         <p>
5515           As soon as the maintainer of <tt>bar1</tt> provides a
5516           correct <file>shlibs</file> file, you should remove this line
5517           from your <file>debian/shlibs.local</file> file.  (You should
5518           probably also then have a versioned <tt>Build-Depends</tt>
5519           on <tt>bar1</tt> to help ensure that others do not have the
5520           same problem building your package.)
5521         </p>
5522       </sect1>
5523
5524       </sect>
5525
5526     </chapt>
5527
5528
5529     <chapt id="opersys"><heading>The Operating System</heading>
5530
5531       <sect>
5532         <heading>File system hierarchy</heading>
5533
5534
5535         <sect1 id="fhs">
5536           <heading>File System Structure</heading>
5537
5538           <p>
5539             The location of all installed files and directories must
5540             comply with the Filesystem Hierarchy Standard (FHS),
5541             version 2.3, with the exceptions noted below, and except
5542             where doing so would violate other terms of Debian
5543             Policy.  The following exceptions to the FHS apply:
5544
5545             <enumlist>
5546               <item>
5547                 <p>
5548                   The optional rules related to user specific
5549                   configuration files for applications are stored in
5550                   the user's home directory are relaxed.  It is
5551                   recommended that such files start with the
5552                   '<tt>.</tt>' character (a "dot file"), and if an
5553                   application needs to create more than one dot file
5554                   then the preferred placement is in a subdirectory
5555                   with a name starting with a '.' character, (a "dot
5556                   directory"). In this case it is recommended the
5557                   configuration files not start with the '.'
5558                   character.
5559                 </p>
5560               </item>
5561               <item>
5562                 <p>
5563                   The requirement for amd64 to use <file>/lib64</file>
5564                   for 64 bit binaries is removed.
5565                 </p>
5566               </item>
5567               <item>
5568                 <p>
5569                   The requirement that
5570                   <file>/usr/local/share/man</file> be "synonymous"
5571                   with <file>/usr/local/man</file> is relaxed to a
5572                   recommendation</p>
5573               </item>
5574               <item>
5575                 <p>
5576                   The requirement that windowmanagers with a single
5577                   configuration file call it <file>system.*wmrc</file>
5578                   is removed, as is the restriction that the window
5579                   manager subdirectory be named identically to the
5580                   window manager name itself.
5581                 </p>
5582               </item>
5583               <item>
5584                 <p>
5585                   The requirement that boot manager configuration
5586                   files live in <file>/etc</file>, or at least are
5587                   symlinked there, is relaxed to a recommendation.
5588                 </p>
5589               </item>
5590             </enumlist>
5591
5592           </p>
5593           <p>
5594             The version of this document referred here can be
5595             found in the <tt>debian-policy</tt> package or on <url
5596             id="http://www.debian.org/doc/packaging-manuals/fhs/"
5597               name="FHS (Debian copy)"> alongside this manual (or, if
5598             you have the <package>debian-policy</package> installed,
5599             you can try <url
5600               id="file:///usr/share/doc/debian-policy/fhs/" name="FHS
5601               (local copy)">). The
5602             latest version, which may be a more recent version, may
5603             be found on
5604             <url id="http://www.pathname.com/fhs/" name="FHS (upstream)">.
5605             Specific questions about following the standard may be
5606             asked on the <tt>debian-devel</tt> mailing list, or
5607             referred to the FHS mailing list (see the
5608             <url id="http://www.pathname.com/fhs/" name="FHS web site"> for
5609             more information).
5610           </p>
5611         </sect1>
5612
5613         <sect1>
5614           <heading>Site-specific programs</heading>
5615
5616           <p>
5617             As mandated by the FHS, packages must not place any
5618             files in <file>/usr/local</file>, either by putting them in
5619             the file system archive to be unpacked by <prgn>dpkg</prgn>
5620             or by manipulating them in their maintainer scripts.
5621           </p>
5622
5623           <p>
5624             However, the package may create empty directories below
5625             <file>/usr/local</file> so that the system administrator knows
5626             where to place site-specific files.  These are not
5627             directories <em>in</em> <file>/usr/local</file>, but are
5628             children of directories in <file>/usr/local</file>.  These
5629             directories (<file>/usr/local/*/dir/</file>)
5630             should be removed on package removal if they are
5631             empty.
5632           </p>
5633
5634           <p>
5635             Note, that this applies only to directories <em>below</em>
5636             <file>/usr/local</file>, not <em>in</em> <file>/usr/local</file>.
5637             Packages must not create sub-directories in the directory
5638             <file>/usr/local</file> itself, except those listed in FHS,
5639             section 4.5.  However, you may create directories below
5640             them as you wish. You must not remove any of the
5641             directories listed in 4.5, even if you created them.
5642           </p>
5643
5644           <p>
5645             Since <file>/usr/local</file> can be mounted read-only from a
5646             remote server, these directories must be created and
5647             removed by the <prgn>postinst</prgn> and <prgn>prerm</prgn>
5648             maintainer scripts and not be included in the
5649             <file>.deb</file> archive.  These scripts must not fail if
5650             either of these operations fail.
5651           </p>
5652
5653           <p>
5654             For example, the <tt>emacsen-common</tt> package could
5655             contain something like
5656             <example compact="compact">
5657 if [ ! -e /usr/local/share/emacs ]
5658 then
5659   if mkdir /usr/local/share/emacs 2>/dev/null
5660   then
5661     chown root:staff /usr/local/share/emacs
5662     chmod 2775 /usr/local/share/emacs
5663   fi
5664 fi
5665             </example>
5666             in its <prgn>postinst</prgn> script, and
5667             <example compact="compact">
5668 rmdir /usr/local/share/emacs/site-lisp 2>/dev/null || true
5669 rmdir /usr/local/share/emacs 2>/dev/null || true
5670             </example>
5671             in the <prgn>prerm</prgn> script.  (Note that this form is
5672             used to ensure that if the script is interrupted, the
5673             directory <file>/usr/local/share/emacs</file> will still be
5674             removed.)
5675           </p>
5676
5677           <p>
5678             If you do create a directory in <file>/usr/local</file> for
5679             local additions to a package, you should ensure that
5680             settings in <file>/usr/local</file> take precedence over the
5681             equivalents in <file>/usr</file>.
5682           </p>
5683
5684           <p>
5685             However, because <file>/usr/local</file> and its contents are
5686             for exclusive use of the local administrator, a package
5687             must not rely on the presence or absence of files or
5688             directories in <file>/usr/local</file> for normal operation.
5689           </p>
5690
5691           <p>
5692             The <file>/usr/local</file> directory itself and all the
5693             subdirectories created by the package should (by default) have
5694             permissions 2775 (group-writable and set-group-id) and be
5695             owned by <tt>root:staff</tt>.
5696           </p>
5697         </sect1>
5698
5699         <sect1>
5700           <heading>The system-wide mail directory</heading>
5701           <p>
5702             The system-wide mail directory is <file>/var/mail</file>. This
5703             directory is part of the base system and should not owned
5704             by any particular mail agents.  The use of the old
5705             location <file>/var/spool/mail</file> is deprecated, even
5706             though the spool may still be physically located there.
5707           </p>
5708         </sect1>
5709       </sect>
5710
5711       <sect>
5712         <heading>Users and groups</heading>
5713
5714         <sect1>
5715           <heading>Introduction</heading>
5716           <p>
5717             The Debian system can be configured to use either plain or
5718             shadow passwords.
5719           </p>
5720
5721           <p>
5722             Some user ids (UIDs) and group ids (GIDs) are reserved
5723             globally for use by certain packages.  Because some
5724             packages need to include files which are owned by these
5725             users or groups, or need the ids compiled into binaries,
5726             these ids must be used on any Debian system only for the
5727             purpose for which they are allocated. This is a serious
5728             restriction, and we should avoid getting in the way of
5729             local administration policies. In particular, many sites
5730             allocate users and/or local system groups starting at 100.
5731           </p>
5732
5733           <p>
5734             Apart from this we should have dynamically allocated ids,
5735             which should by default be arranged in some sensible
5736             order, but the behavior should be configurable.
5737           </p>
5738
5739           <p>
5740             Packages other than <tt>base-passwd</tt> must not modify
5741             <file>/etc/passwd</file>, <file>/etc/shadow</file>,
5742             <file>/etc/group</file> or <file>/etc/gshadow</file>.
5743           </p>
5744         </sect1>
5745
5746         <sect1>
5747           <heading>UID and GID classes</heading>
5748           <p>
5749             The UID and GID numbers are divided into classes as
5750             follows:
5751             <taglist>
5752               <tag>0-99:</tag>
5753               <item>
5754                 <p>
5755                   Globally allocated by the Debian project, the same
5756                   on every Debian system.  These ids will appear in
5757                   the <file>passwd</file> and <file>group</file> files of all
5758                   Debian systems, new ids in this range being added
5759                   automatically as the <tt>base-passwd</tt> package is
5760                   updated.
5761                 </p>
5762
5763                 <p>
5764                   Packages which need a single statically allocated
5765                   uid or gid should use one of these; their
5766                   maintainers should ask the <tt>base-passwd</tt>
5767                   maintainer for ids.
5768                 </p>
5769               </item>
5770
5771               <tag>100-999:</tag>
5772               <item>
5773                 <p>
5774                   Dynamically allocated system users and groups.
5775                   Packages which need a user or group, but can have
5776                   this user or group allocated dynamically and
5777                   differently on each system, should use <tt>adduser
5778                   --system</tt> to create the group and/or user.
5779                   <prgn>adduser</prgn> will check for the existence of
5780                   the user or group, and if necessary choose an unused
5781                   id based on the ranges specified in
5782                   <file>adduser.conf</file>.
5783                 </p>
5784               </item>
5785
5786               <tag>1000-29999:</tag>
5787               <item>
5788                 <p>
5789                   Dynamically allocated user accounts.  By default
5790                   <prgn>adduser</prgn> will choose UIDs and GIDs for
5791                   user accounts in this range, though
5792                   <file>adduser.conf</file> may be used to modify this
5793                   behavior.
5794                 </p>
5795               </item>
5796
5797               <tag>30000-59999:</tag>
5798               <item>
5799                 <p>Reserved.</p>
5800               </item>
5801
5802               <tag>60000-64999:</tag>
5803               <item>
5804                 <p>
5805                   Globally allocated by the Debian project, but only
5806                   created on demand. The ids are allocated centrally
5807                   and statically, but the actual accounts are only
5808                   created on users' systems on demand.
5809                 </p>
5810
5811                 <p>
5812                   These ids are for packages which are obscure or
5813                   which require many statically-allocated ids.  These
5814                   packages should check for and create the accounts in
5815                   <file>/etc/passwd</file> or <file>/etc/group</file> (using
5816                   <prgn>adduser</prgn> if it has this facility) if
5817                   necessary.  Packages which are likely to require
5818                   further allocations should have a "hole" left after
5819                   them in the allocation, to give them room to
5820                   grow.
5821                 </p>
5822               </item>
5823
5824               <tag>65000-65533:</tag>
5825               <item>
5826                 <p>Reserved.</p>
5827               </item>
5828
5829               <tag>65534:</tag>
5830               <item>
5831                 <p>
5832                   User <tt>nobody</tt>. The corresponding gid refers
5833                   to the group <tt>nogroup</tt>.
5834                 </p>
5835               </item>
5836
5837               <tag>65535:</tag>
5838               <item>
5839                 <p>
5840                   <tt>(uid_t)(-1) == (gid_t)(-1)</tt> <em>must
5841                   not</em> be used, because it is the error return
5842                   sentinel value.
5843                 </p>
5844               </item>
5845             </taglist>
5846           </p>
5847         </sect1>
5848       </sect>
5849
5850       <sect id="sysvinit">
5851         <heading>System run levels and <file>init.d</file> scripts</heading>
5852
5853         <sect1 id="/etc/init.d">
5854           <heading>Introduction</heading>
5855
5856           <p>
5857             The <file>/etc/init.d</file> directory contains the scripts
5858             executed by <prgn>init</prgn> at boot time and when the
5859             init state (or "runlevel") is changed (see <manref
5860             name="init" section="8">).
5861           </p>
5862
5863           <p>
5864             There are at least two different, yet functionally
5865             equivalent, ways of handling these scripts.  For the sake
5866             of simplicity, this document describes only the symbolic
5867             link method. However, it must not be assumed by maintainer
5868             scripts that this method is being used, and any automated
5869             manipulation of the various runlevel behaviors by
5870             maintainer scripts must be performed using
5871             <prgn>update-rc.d</prgn> as described below and not by
5872             manually installing or removing symlinks.  For information
5873             on the implementation details of the other method,
5874             implemented in the <tt>file-rc</tt> package, please refer
5875             to the documentation of that package.
5876           </p>
5877
5878           <p>
5879             These scripts are referenced by symbolic links in the
5880             <file>/etc/rc<var>n</var>.d</file> directories.  When changing
5881             runlevels, <prgn>init</prgn> looks in the directory
5882             <file>/etc/rc<var>n</var>.d</file> for the scripts it should
5883             execute, where <tt><var>n</var></tt> is the runlevel that
5884             is being changed to, or <tt>S</tt> for the boot-up
5885             scripts.
5886           </p>
5887
5888           <p>
5889             The names of the links all have the form
5890             <file>S<var>mm</var><var>script</var></file> or
5891             <file>K<var>mm</var><var>script</var></file> where
5892             <var>mm</var> is a two-digit number and <var>script</var>
5893             is the name of the script (this should be the same as the
5894             name of the actual script in <file>/etc/init.d</file>).
5895           </p>
5896
5897           <p>
5898             When <prgn>init</prgn> changes runlevel first the targets
5899             of the links whose names start with a <tt>K</tt> are
5900             executed, each with the single argument <tt>stop</tt>,
5901             followed by the scripts prefixed with an <tt>S</tt>, each
5902             with the single argument <tt>start</tt>.  (The links are
5903             those in the <file>/etc/rc<var>n</var>.d</file> directory
5904             corresponding to the new runlevel.)  The <tt>K</tt> links
5905             are responsible for killing services and the <tt>S</tt>
5906             link for starting services upon entering the runlevel.
5907           </p>
5908
5909           <p>
5910             For example, if we are changing from runlevel 2 to
5911             runlevel 3, init will first execute all of the <tt>K</tt>
5912             prefixed scripts it finds in <file>/etc/rc3.d</file>, and then
5913             all of the <tt>S</tt> prefixed scripts in that directory.
5914             The links starting with <tt>K</tt> will cause the
5915             referred-to file to be executed with an argument of
5916             <tt>stop</tt>, and the <tt>S</tt> links with an argument
5917             of <tt>start</tt>.
5918           </p>
5919
5920           <p>
5921             The two-digit number <var>mm</var> is used to determine
5922             the order in which to run the scripts: low-numbered links
5923             have their scripts run first.  For example, the
5924             <tt>K20</tt> scripts will be executed before the
5925             <tt>K30</tt> scripts.  This is used when a certain service
5926             must be started before another.  For example, the name
5927             server <prgn>bind</prgn> might need to be started before
5928             the news server <prgn>inn</prgn> so that <prgn>inn</prgn>
5929             can set up its access lists.  In this case, the script
5930             that starts <prgn>bind</prgn> would have a lower number
5931             than the script that starts <prgn>inn</prgn> so that it
5932             runs first:
5933             <example compact="compact">
5934 /etc/rc2.d/S17bind
5935 /etc/rc2.d/S70inn
5936             </example>
5937           </p>
5938
5939           <p>
5940             The two runlevels 0 (halt) and 6 (reboot) are slightly
5941             different.  In these runlevels, the links with an
5942             <tt>S</tt> prefix are still called after those with a
5943             <tt>K</tt> prefix, but they too are called with the single
5944             argument <tt>stop</tt>.
5945           </p>
5946         </sect1>
5947
5948         <sect1>
5949           <heading>Writing the scripts</heading>
5950
5951           <p>
5952             Packages that include daemons for system services should
5953             place scripts in <file>/etc/init.d</file> to start or stop
5954             services at boot time or during a change of runlevel.
5955             These scripts should be named
5956             <file>/etc/init.d/<var>package</var></file>, and they should
5957             accept one argument, saying what to do:
5958
5959             <taglist>
5960               <tag><tt>start</tt></tag>
5961               <item>start the service,</item>
5962
5963               <tag><tt>stop</tt></tag>
5964               <item>stop the service,</item>
5965
5966               <tag><tt>restart</tt></tag>
5967               <item>stop and restart the service if it's already running,
5968                   otherwise start the service</item>
5969
5970               <tag><tt>reload</tt></tag>
5971               <item><p>cause the configuration of the service to be
5972                   reloaded without actually stopping and restarting
5973                   the service,</item>
5974
5975               <tag><tt>force-reload</tt></tag>
5976               <item>cause the configuration to be reloaded if the
5977                   service supports this, otherwise restart the
5978                   service.</item>
5979             </taglist>
5980
5981             The <tt>start</tt>, <tt>stop</tt>, <tt>restart</tt>, and
5982             <tt>force-reload</tt> options should be supported by all
5983             scripts in <file>/etc/init.d</file>, the <tt>reload</tt>
5984             option is optional.
5985           </p>
5986
5987           <p>
5988             The <file>init.d</file> scripts must ensure that they will
5989             behave sensibly (i.e., returning success and not starting
5990             multiple copies of a service) if invoked with <tt>start</tt>
5991             when the service is already running, or with <tt>stop</tt>
5992             when it isn't, and that they don't kill unfortunately-named
5993             user processes.  The best way to achieve this is usually to
5994             use <prgn>start-stop-daemon</prgn> with the <tt>--oknodo</tt>
5995             option.
5996           </p>
5997
5998           <p>
5999             If a service reloads its configuration automatically (as
6000             in the case of <prgn>cron</prgn>, for example), the
6001             <tt>reload</tt> option of the <file>init.d</file> script
6002             should behave as if the configuration has been reloaded
6003             successfully.
6004           </p>
6005
6006           <p>
6007             The <file>/etc/init.d</file> scripts must be treated as
6008             configuration files, either (if they are present in the
6009             package, that is, in the .deb file) by marking them as
6010             <tt>conffile</tt>s, or, (if they do not exist in the .deb)
6011             by managing them correctly in the maintainer scripts (see
6012             <ref id="config-files">).  This is important since we want
6013             to give the local system administrator the chance to adapt
6014             the scripts to the local system, e.g., to disable a
6015             service without de-installing the package, or to specify
6016             some special command line options when starting a service,
6017             while making sure their changes aren't lost during the next
6018             package upgrade.
6019           </p>
6020
6021           <p>
6022             These scripts should not fail obscurely when the
6023             configuration files remain but the package has been
6024             removed, as configuration files remain on the system after
6025             the package has been removed.  Only when <prgn>dpkg</prgn>
6026             is executed with the <tt>--purge</tt> option will
6027             configuration files be removed.  In particular, as the
6028             <file>/etc/init.d/<var>package</var></file> script itself is
6029             usually a <tt>conffile</tt>, it will remain on the system
6030             if the package is removed but not purged.  Therefore, you
6031             should include a <tt>test</tt> statement at the top of the
6032             script, like this:
6033             <example compact="compact">
6034 test -f <var>program-executed-later-in-script</var> || exit 0
6035             </example>
6036           </p>
6037
6038           <p>
6039             Often there are some variables in the <file>init.d</file>
6040             scripts whose values control the behavior of the scripts,
6041             and which a system administrator is likely to want to
6042             change.  As the scripts themselves are frequently
6043             <tt>conffile</tt>s, modifying them requires that the
6044             administrator merge in their changes each time the package
6045             is upgraded and the <tt>conffile</tt> changes.  To ease
6046             the burden on the system administrator, such configurable
6047             values should not be placed directly in the script.
6048             Instead, they should be placed in a file in
6049             <file>/etc/default</file>, which typically will have the same
6050             base name as the <file>init.d</file> script.  This extra file
6051             should be sourced by the script when the script runs.  It
6052             must contain only variable settings and comments in SUSv3
6053             <prgn>sh</prgn> format.  It may either be a
6054             <tt>conffile</tt> or a configuration file maintained by
6055             the package maintainer scripts.  See <ref id="config-files">
6056             for more details.
6057           </p>
6058
6059           <p>
6060             To ensure that vital configurable values are always
6061             available, the <file>init.d</file> script should set default
6062             values for each of the shell variables it uses, either
6063             before sourcing the <file>/etc/default/</file> file or
6064             afterwards using something like the <tt>:
6065             ${VAR:=default}</tt> syntax.  Also, the <file>init.d</file>
6066             script must behave sensibly and not fail if the
6067             <file>/etc/default</file> file is deleted.
6068           </p>
6069
6070           <p>
6071             <file>/var/run</file> and <file>/var/lock</file> may be mounted
6072             as temporary filesystems<footnote>
6073                 For example, using the <tt>RAMRUN</tt> and <tt>RAMLOCK</tt>
6074                 options in <file>/etc/default/rcS</file>.
6075             </footnote>, so the <file>init.d</file> scripts must handle this
6076             correctly. This will typically amount to creating any required
6077             subdirectories dynamically when the <file>init.d</file> script
6078             is run, rather than including them in the package and relying on
6079             <prgn>dpkg</prgn> to create them.
6080           </p>
6081         </sect1>
6082
6083         <sect1>
6084           <heading>Interfacing with the initscript system</heading>
6085
6086           <p>
6087             Maintainers should use the abstraction layer provided by
6088             the <prgn>update-rc.d</prgn> and <prgn>invoke-rc.d</prgn>
6089             programs to deal with initscripts in their packages'
6090             scripts such as <prgn>postinst</prgn>, <prgn>prerm</prgn>
6091             and <prgn>postrm</prgn>.
6092           </p>
6093
6094           <p>
6095             Directly managing the /etc/rc?.d links and directly
6096             invoking the <file>/etc/init.d/</file> initscripts should
6097             be done only by packages providing the initscript
6098             subsystem (such as <prgn>sysv-rc</prgn> and
6099             <prgn>file-rc</prgn>).
6100           </p>
6101
6102           <sect2>
6103             <heading>Managing the links</heading>
6104
6105             <p>
6106               The program <prgn>update-rc.d</prgn> is provided for
6107               package maintainers to arrange for the proper creation and
6108               removal of <file>/etc/rc<var>n</var>.d</file> symbolic links,
6109               or their functional equivalent if another method is being
6110               used.  This may be used by maintainers in their packages'
6111               <prgn>postinst</prgn> and <prgn>postrm</prgn> scripts.
6112             </p>
6113
6114             <p>
6115               You must not include any <file>/etc/rc<var>n</var>.d</file>
6116               symbolic links in the actual archive or manually create or
6117               remove the symbolic links in maintainer scripts; you must
6118               use the <prgn>update-rc.d</prgn> program instead.  (The
6119               former will fail if an alternative method of maintaining
6120               runlevel information is being used.)  You must not include
6121               the <file>/etc/rc<var>n</var>.d</file> directories themselves
6122               in the archive either.  (Only the <tt>sysvinit</tt>
6123               package may do so.)
6124             </p>
6125
6126             <p>
6127               By default <prgn>update-rc.d</prgn> will start services in
6128               each of the multi-user state runlevels (2, 3, 4, and 5)
6129               and stop them in the halt runlevel (0), the single-user
6130               runlevel (1) and the reboot runlevel (6).  The system
6131               administrator will have the opportunity to customize
6132               runlevels by simply adding, moving, or removing the
6133               symbolic links in <file>/etc/rc<var>n</var>.d</file> if
6134               symbolic links are being used, or by modifying
6135               <file>/etc/runlevel.conf</file> if the <tt>file-rc</tt> method
6136               is being used.
6137             </p>
6138
6139             <p>
6140               To get the default behavior for your package, put in your
6141               <prgn>postinst</prgn> script
6142               <example compact="compact">
6143                 update-rc.d <var>package</var> defaults
6144               </example>
6145               and in your <prgn>postrm</prgn>
6146               <example compact="compact">
6147                 if [ "$1" = purge ]; then
6148                 update-rc.d <var>package</var> remove
6149                 fi
6150               </example>. Note that if your package changes runlevels
6151               or priority, you may have to remove and recreate the links,
6152               since otherwise the old links may persist. Refer to the
6153               documentation of <prgn>update-rc.d</prgn>.
6154             </p>
6155
6156             <p>
6157               This will use a default sequence number of 20.  If it does
6158               not matter when or in which order the <file>init.d</file>
6159               script is run, use this default.  If it does, then you
6160               should talk to the maintainer of the <prgn>sysvinit</prgn>
6161               package or post to <tt>debian-devel</tt>, and they will
6162               help you choose a number.
6163             </p>
6164
6165             <p>
6166               For more information about using <tt>update-rc.d</tt>,
6167               please consult its man page <manref name="update-rc.d"
6168                 section="8">.
6169             </p>
6170           </sect2>
6171
6172           <sect2>
6173             <heading>Running initscripts</heading>
6174             <p>
6175               The program <prgn>invoke-rc.d</prgn> is provided to make
6176               it easier for package maintainers to properly invoke an
6177               initscript, obeying runlevel and other locally-defined
6178               constraints that might limit a package's right to start,
6179               stop and otherwise manage services. This program may be
6180               used by maintainers in their packages' scripts.
6181             </p>
6182
6183             <p>
6184               The package maintainer scripts must use
6185               <prgn>invoke-rc.d</prgn> to invoke the
6186               <file>/etc/init.d/*</file> initscripts, instead of
6187               calling them directly.
6188             </p>
6189
6190             <p>
6191               By default, <prgn>invoke-rc.d</prgn> will pass any
6192               action requests (start, stop, reload, restart...) to the
6193               <file>/etc/init.d</file> script, filtering out requests
6194               to start or restart a service out of its intended
6195               runlevels.
6196             </p>
6197
6198             <p>
6199               Most packages will simply need to change:
6200               <example compact="compact">/etc/init.d/&lt;package&gt;
6201               &lt;action&gt;</example> in their <prgn>postinst</prgn>
6202               and <prgn>prerm</prgn> scripts to:
6203               <example compact="compact">
6204         if which invoke-rc.d >/dev/null 2>&1; then
6205                 invoke-rc.d <var>package</var> &lt;action&gt;
6206         else
6207                 /etc/init.d/<var>package</var> &lt;action&gt;
6208         fi
6209               </example>
6210             </p>
6211
6212             <p>
6213               A package should register its initscript services using
6214               <prgn>update-rc.d</prgn> before it tries to invoke them
6215               using <prgn>invoke-rc.d</prgn>. Invocation of
6216               unregistered services may fail.
6217             </p>
6218
6219             <p>
6220               For more information about using
6221               <prgn>invoke-rc.d</prgn>, please consult its man page
6222               <manref name="invoke-rc.d" section="8">.
6223             </p>
6224           </sect2>
6225         </sect1>
6226
6227         <sect1>
6228           <heading>Boot-time initialization</heading>
6229
6230           <p>
6231             There used to be another directory, <file>/etc/rc.boot</file>,
6232             which contained scripts which were run once per machine
6233             boot. This has been deprecated in favour of links from
6234             <file>/etc/rcS.d</file> to files in <file>/etc/init.d</file> as
6235             described in <ref id="/etc/init.d">.  Packages must not
6236             place files in <file>/etc/rc.boot</file>.
6237           </p>
6238         </sect1>
6239
6240         <sect1>
6241           <heading>Example</heading>
6242
6243           <p>
6244             An example on which you can base your
6245             <file>/etc/init.d</file> scripts is found in
6246             <file>/etc/init.d/skeleton</file>.
6247           </p>
6248
6249         </sect1>
6250       </sect>
6251
6252       <sect>
6253         <heading>Console messages from <file>init.d</file> scripts</heading>
6254
6255         <p>
6256           This section describes the formats to be used for messages
6257           written to standard output by the <file>/etc/init.d</file>
6258           scripts.  The intent is to improve the consistency of
6259           Debian's startup and shutdown look and feel.  For this
6260           reason, please look very carefully at the details.  We want
6261           the messages to have the same format in terms of wording,
6262           spaces, punctuation and case of letters.
6263         </p>
6264
6265         <p>
6266           Here is a list of overall rules that should be used for
6267           messages generated by <file>/etc/init.d</file> scripts.  
6268         </p>
6269
6270         <p>
6271           <list>
6272             <item>
6273                 The message should fit in one line (fewer than 80
6274                 characters), start with a capital letter and end with
6275                 a period (<tt>.</tt>) and line feed (<tt>"\n"</tt>).
6276             </item>
6277
6278             <item>
6279               If the script is performing some time consuming task in
6280               the background (not merely starting or stopping a
6281               program, for instance), an ellipsis (three dots:
6282               <tt>...</tt>) should be output to the screen, with no
6283               leading or tailing whitespace or line feeds.
6284             </item>
6285
6286             <item>
6287               The messages should appear as if the computer is telling
6288               the user what it is doing (politely :-), but should not
6289                 mention "it" directly.  For example, instead of:
6290                 <example compact="compact">
6291 I'm starting network daemons: nfsd mountd.
6292                 </example>
6293                 the message should say
6294                 <example compact="compact">
6295 Starting network daemons: nfsd mountd.
6296                 </example>
6297             </item>
6298           </list>
6299         </p>
6300
6301         <p>
6302           <tt>init.d</tt> script should use the following  standard
6303           message formats for the situations enumerated below.
6304         </p>
6305
6306         <p>
6307           <list>
6308             <item>
6309               <p>When daemons are started</p>
6310
6311               <p>
6312                 If the script starts one or more daemons, the output
6313                 should look like this (a single line, no leading
6314                 spaces):
6315                 <example compact="compact">
6316 Starting <var>description</var>: <var>daemon-1</var> ... <var>daemon-n</var>.
6317                 </example>
6318                 The <var>description</var> should describe the
6319                 subsystem the daemon or set of daemons are part of,
6320                 while <var>daemon-1</var> up to <var>daemon-n</var>
6321                 denote each daemon's name (typically the file name of
6322                 the program).
6323               </p>
6324
6325               <p>
6326                 For example, the output of <file>/etc/init.d/lpd</file>
6327                 would look like:
6328                 <example compact="compact">
6329 Starting printer spooler: lpd.
6330                 </example>
6331               </p>
6332
6333               <p>
6334                 This can be achieved by saying
6335                 <example compact="compact">
6336 echo -n "Starting printer spooler: lpd"
6337 start-stop-daemon --start --quiet --exec /usr/sbin/lpd
6338 echo "."
6339                 </example>
6340                 in the script. If there are more than one daemon to
6341                 start, the output should look like this:
6342                 <example compact="compact">
6343 echo -n "Starting remote file system services:"
6344 echo -n " nfsd"; start-stop-daemon --start --quiet nfsd
6345 echo -n " mountd"; start-stop-daemon --start --quiet mountd
6346 echo -n " ugidd"; start-stop-daemon --start --quiet ugidd
6347 echo "."
6348                 </example>
6349                 This makes it possible for the user to see what is
6350                 happening and when the final daemon has been started.
6351                 Care should be taken in the placement of white spaces:
6352                 in the example above the system administrators can
6353                 easily comment out a line if they don't want to start
6354                 a specific daemon, while the displayed message still
6355                 looks good.
6356               </p>
6357             </item>
6358
6359             <item>
6360               <p>When a system parameter is being set</p>
6361
6362               <p>
6363                 If you have to set up different system parameters
6364                 during the system boot, you should use this format:
6365                 <example compact="compact">
6366 Setting <var>parameter</var> to "<var>value</var>".
6367                 </example>
6368               </p>
6369
6370               <p>
6371                 You can use a statement such as the following to get
6372                 the quotes right:
6373                 <example compact="compact">
6374 echo "Setting DNS domainname to \"$domainname\"."
6375                 </example>
6376               </p>
6377
6378               <p>
6379                 Note that the same symbol (<tt>"</tt>) is used for the left
6380                 and right quotation marks.  A grave accent (<tt>`</tt>) is
6381                 not a quote character; neither is an apostrophe
6382                 (<tt>'</tt>).
6383               </p>
6384             </item>
6385
6386             <item>
6387               <p>When a daemon is stopped or restarted</p>
6388
6389               <p>
6390                 When you stop or restart a daemon, you should issue a
6391                 message identical to the startup message, except that
6392                 <tt>Starting</tt> is replaced with <tt>Stopping</tt>
6393                 or <tt>Restarting</tt> respectively.
6394               </p>
6395
6396               <p>
6397                 For example, stopping the printer daemon will look like
6398                 this:
6399                 <example compact="compact">
6400 Stopping printer spooler: lpd.
6401                 </example>
6402               </p>
6403             </item>
6404
6405             <item>
6406               <p>When something is executed</p>
6407
6408               <p>
6409                 There are several examples where you have to run a
6410                 program at system startup or shutdown to perform a
6411                 specific task, for example, setting the system's clock
6412                 using <prgn>netdate</prgn> or killing all processes
6413                 when the system shuts down.  Your message should look
6414                 like this:
6415                 <example compact="compact">
6416 Doing something very useful...done.
6417                 </example>
6418                 You should print the <tt>done.</tt> immediately after
6419                 the job has been completed, so that the user is
6420                 informed why they have to wait.  You can get this
6421                 behavior by saying
6422                 <example compact="compact">
6423 echo -n "Doing something very useful..."
6424 do_something
6425 echo "done."
6426                 </example>
6427                 in your script.
6428               </p>
6429             </item>
6430
6431             <item>
6432               <p>When the configuration is reloaded</p>
6433
6434               <p>
6435                 When a daemon is forced to reload its configuration
6436                 files you should use the following format:
6437                 <example compact="compact">
6438 Reloading <var>description</var> configuration...done.
6439                 </example>
6440                 where <var>description</var> is the same as in the
6441                 daemon starting message.
6442               </p>
6443             </item>
6444           </list>
6445         </p>
6446       </sect>
6447
6448       <sect>
6449         <heading>Cron jobs</heading>
6450
6451         <p>
6452           Packages must not modify the configuration file
6453           <file>/etc/crontab</file>, and they must not modify the files in
6454           <file>/var/spool/cron/crontabs</file>.</p>
6455
6456         <p>
6457           If a package wants to install a job that has to be executed
6458           via cron, it should place a file with the name of the
6459           package in one or more of the following directories:
6460           <example compact="compact">
6461 /etc/cron.hourly
6462 /etc/cron.daily
6463 /etc/cron.weekly
6464 /etc/cron.monthly
6465           </example>
6466           As these directory names imply, the files within them are
6467           executed on an hourly, daily, weekly, or monthly basis,
6468           respectively. The exact times are listed in
6469           <file>/etc/crontab</file>.</p>
6470
6471         <p>
6472           All files installed in any of these directories must be
6473           scripts (e.g., shell scripts or Perl scripts) so that they
6474           can easily be modified by the local system administrator.
6475           In addition, they must be treated as configuration files.
6476         </p>
6477
6478         <p>
6479           If a certain job has to be executed at some other frequency or
6480           at a specific time, the package should install a file
6481           <file>/etc/cron.d/<var>package</var></file>. This file uses the
6482           same syntax as <file>/etc/crontab</file> and is processed by
6483           <prgn>cron</prgn> automatically. The file must also be
6484           treated as a configuration file. (Note that entries in the
6485           <file>/etc/cron.d</file> directory are not handled by
6486           <prgn>anacron</prgn>. Thus, you should only use this
6487           directory for jobs which may be skipped if the system is not
6488           running.)</p>
6489
6490         <p>
6491           The scripts or crontab entries in these directories should
6492           check if all necessary programs are installed before they
6493           try to execute them. Otherwise, problems will arise when a
6494           package was removed but not purged since configuration files
6495           are kept on the system in this situation.</p>
6496       </sect>
6497
6498       <sect id="menus">
6499         <heading>Menus</heading>
6500
6501         <p>
6502           The Debian <tt>menu</tt> package provides a standard
6503           interface between packages providing applications and
6504           <em>menu programs</em> (either X window managers or
6505           text-based menu programs such as <prgn>pdmenu</prgn>).
6506         </p>
6507
6508         <p>
6509           All packages that provide applications that need not be
6510           passed any special command line arguments for normal
6511           operation should register a menu entry for those
6512           applications, so that users of the <tt>menu</tt> package
6513           will automatically get menu entries in their window
6514           managers, as well in shells like <tt>pdmenu</tt>.
6515         </p>
6516
6517         <p>
6518           Menu entries should follow the current menu policy.
6519         </p>
6520
6521         <p>
6522           The menu policy can be found in the <tt>menu-policy</tt>
6523           files in the <tt>debian-policy</tt> package.
6524           It is also available from the Debian web mirrors at
6525           <tt><url name="/doc/packaging-manuals/menu-policy/"
6526                 id="http://www.debian.org/doc/packaging-manuals/menu-policy/"></tt>.
6527         </p>
6528
6529         <p>
6530           Please also refer to the <em>Debian Menu System</em>
6531           documentation that comes with the <package>menu</package>
6532           package for information about how to register your
6533           applications.
6534         </p>
6535       </sect>
6536
6537       <sect id="mime">
6538         <heading>Multimedia handlers</heading>
6539
6540         <p>
6541           MIME (Multipurpose Internet Mail Extensions, RFCs 2045-2049)
6542           is a mechanism for encoding files and data streams and
6543           providing meta-information about them, in particular their
6544           type (e.g.  audio or video) and format (e.g. PNG, HTML,
6545           MP3).
6546         </p>
6547
6548         <p>
6549           Registration of MIME type handlers allows programs like mail
6550           user agents and web browsers to invoke these handlers to
6551           view, edit or display MIME types they don't support directly.
6552         </p>
6553
6554         <p>
6555           Packages which provide the ability to view/show/play,
6556           compose, edit or print MIME types should register themselves
6557           as such following the current MIME support policy.
6558         </p>
6559
6560         <p>
6561           The MIME support policy can be found in the <tt>mime-policy</tt>
6562           files in the <tt>debian-policy</tt> package.
6563           It is also available from the Debian web mirrors at
6564           <tt><url name="/doc/packaging-manuals/mime-policy/"
6565                 id="http://www.debian.org/doc/packaging-manuals/mime-policy/"></tt>.
6566         </p>
6567
6568       </sect>
6569
6570       <sect>
6571         <heading>Keyboard configuration</heading>
6572
6573         <p>
6574           To achieve a consistent keyboard configuration so that all
6575           applications interpret a keyboard event the same way, all
6576           programs in the Debian distribution must be configured to
6577           comply with the following guidelines.
6578         </p>
6579
6580         <p>
6581           The following keys must have the specified interpretations:
6582
6583           <taglist>
6584             <tag><tt>&lt;--</tt></tag>
6585             <item>delete the character to the left of the cursor</item>
6586
6587             <tag><tt>Delete</tt></tag>
6588             <item>delete the character to the right of the cursor</item>
6589
6590             <tag><tt>Control+H</tt></tag>
6591             <item>emacs: the help prefix</item>
6592           </taglist>
6593
6594           The interpretation of any keyboard events should be
6595           independent of the terminal that is used, be it a virtual
6596           console, an X terminal emulator, an rlogin/telnet session,
6597           etc.
6598         </p>
6599
6600         <p>
6601           The following list explains how the different programs
6602           should be set up to achieve this:
6603         </p>
6604
6605         <p>
6606           <list>
6607             <item>
6608                 <tt>&lt;--</tt> generates <tt>KB_BackSpace</tt> in X.
6609             </item>
6610
6611             <item>
6612                 <tt>Delete</tt> generates <tt>KB_Delete</tt> in X.
6613             </item>
6614
6615             <item>
6616                 X translations are set up to make
6617                 <tt>KB_Backspace</tt> generate ASCII DEL, and to make
6618                 <tt>KB_Delete</tt> generate <tt>ESC [ 3 ~</tt> (this
6619                 is the vt220 escape code for the "delete character"
6620                 key).  This must be done by loading the X resources
6621                 using <prgn>xrdb</prgn> on all local X displays, not
6622                 using the application defaults, so that the
6623                 translation resources used correspond to the
6624                 <prgn>xmodmap</prgn> settings.
6625             </item>
6626
6627             <item>
6628                 The Linux console is configured to make
6629                 <tt>&lt;--</tt> generate DEL, and <tt>Delete</tt>
6630                 generate <tt>ESC [ 3 ~</tt>.
6631             </item>
6632
6633             <item>
6634                 X applications are configured so that <tt>&lt;</tt>
6635                 deletes left, and <tt>Delete</tt> deletes right.  Motif
6636                 applications already work like this.
6637             </item>
6638
6639             <item>
6640                 Terminals should have <tt>stty erase ^?</tt> .
6641             </item>
6642
6643             <item>
6644                 The <tt>xterm</tt> terminfo entry should have <tt>ESC
6645                 [ 3 ~</tt> for <tt>kdch1</tt>, just as for
6646                 <tt>TERM=linux</tt> and <tt>TERM=vt220</tt>.
6647             </item>
6648
6649             <item>
6650                 Emacs is programmed to map <tt>KB_Backspace</tt> or
6651                 the <tt>stty erase</tt> character to
6652                 <tt>delete-backward-char</tt>, and <tt>KB_Delete</tt>
6653                 or <tt>kdch1</tt> to <tt>delete-forward-char</tt>, and
6654                 <tt>^H</tt> to <tt>help</tt> as always.
6655             </item>
6656
6657             <item>
6658                 Other applications use the <tt>stty erase</tt>
6659                 character and <tt>kdch1</tt> for the two delete keys,
6660                 with ASCII DEL being "delete previous character" and
6661                 <tt>kdch1</tt> being "delete character under
6662                 cursor".
6663             </item>
6664
6665           </list>
6666         </p>
6667
6668         <p>
6669           This will solve the problem except for the following
6670           cases:
6671         </p>
6672
6673         <p>
6674           <list>
6675             <item>
6676                 Some terminals have a <tt>&lt;--</tt> key that cannot
6677                 be made to produce anything except <tt>^H</tt>.  On
6678                 these terminals Emacs help will be unavailable on
6679                 <tt>^H</tt> (assuming that the <tt>stty erase</tt>
6680                 character takes precedence in Emacs, and has been set
6681                 correctly).  <tt>M-x help</tt> or <tt>F1</tt> (if
6682                 available) can be used instead.
6683             </item>
6684
6685             <item>
6686                 Some operating systems use <tt>^H</tt> for <tt>stty
6687                 erase</tt>.  However, modern telnet versions and all
6688                 rlogin versions propagate <tt>stty</tt> settings, and
6689                 almost all UNIX versions honour <tt>stty erase</tt>.
6690                 Where the <tt>stty</tt> settings are not propagated
6691                 correctly, things can be made to work by using
6692                 <tt>stty</tt> manually.
6693             </item>
6694
6695             <item>
6696                 Some systems (including previous Debian versions) use
6697                 <prgn>xmodmap</prgn> to arrange for both
6698                 <tt>&lt;--</tt> and <tt>Delete</tt> to generate
6699                 <tt>KB_Delete</tt>.  We can change the behavior of
6700                 their X clients using the same X resources that we use
6701                 to do it for our own clients, or configure our clients
6702                 using their resources when things are the other way
6703                 around.  On displays configured like this
6704                 <tt>Delete</tt> will not work, but <tt>&lt;--</tt>
6705                 will.
6706             </item>
6707
6708             <item>
6709                 Some operating systems have different <tt>kdch1</tt>
6710                 settings in their <tt>terminfo</tt> database for
6711                 <tt>xterm</tt> and others.  On these systems the
6712                 <tt>Delete</tt> key will not work correctly when you
6713                 log in from a system conforming to our policy, but
6714                 <tt>&lt;--</tt> will.
6715             </item>
6716           </list>
6717         </p>
6718       </sect>
6719
6720       <sect>
6721         <heading>Environment variables</heading>
6722
6723         <p>
6724           A program must not depend on environment variables to get
6725           reasonable defaults.  (That's because these environment
6726           variables would have to be set in a system-wide
6727           configuration file like <file>/etc/profile</file>, which is not
6728           supported by all shells.)
6729         </p>
6730
6731         <p>
6732           If a program usually depends on environment variables for its
6733           configuration, the program should be changed to fall back to
6734           a reasonable default configuration if these environment
6735           variables are not present. If this cannot be done easily
6736           (e.g., if the source code of a non-free program is not
6737           available), the program must be replaced by a small
6738           "wrapper" shell script which sets the environment variables
6739           if they are not already defined, and calls the original program.
6740         </p>
6741
6742         <p>
6743           Here is an example of a wrapper script for this purpose:
6744
6745           <example compact="compact">
6746 #!/bin/sh
6747 BAR=${BAR:-/var/lib/fubar}
6748 export BAR
6749 exec /usr/lib/foo/foo "$@"
6750           </example>
6751         </p>
6752
6753         <p>
6754           Furthermore, as <file>/etc/profile</file> is a configuration
6755           file of the <prgn>base-files</prgn> package, other packages must
6756           not put any environment variables or other commands into that
6757           file.
6758         </p>
6759       </sect>
6760
6761       <sect id="doc-base">
6762         <heading>Registering Documents using doc-base</heading>
6763
6764         <p>
6765           The <package>doc-base</package> package implements a
6766           flexible mechanism for handling and presenting
6767           documentation. The recommended practice is for every Debian
6768           package that provides online documentation (other than just
6769           manual pages) to register these documents with
6770           <package>doc-base</package> by installing a
6771           <package>doc-base</package> control file via the
6772           <prgn/install-docs/ script at installation time and
6773           de-register the manuals again when the package is removed.
6774         </p> 
6775         <p>
6776           Please refer to the documentation that comes with the
6777           <package>doc-base</package>  package for information and
6778           details. 
6779         </p>
6780       </sect>
6781
6782     </chapt>
6783
6784
6785     <chapt id="files">
6786       <heading>Files</heading>
6787
6788       <sect>
6789         <heading>Binaries</heading>
6790
6791         <p>
6792           Two different packages must not install programs with
6793           different functionality but with the same filenames.  (The
6794           case of two programs having the same functionality but
6795           different implementations is handled via "alternatives" or
6796           the "Conflicts" mechanism.  See <ref id="maintscripts"> and
6797           <ref id="conflicts"> respectively.)  If this case happens,
6798           one of the programs must be renamed.  The maintainers should
6799           report this to the <tt>debian-devel</tt> mailing list and
6800           try to find a consensus about which program will have to be
6801           renamed.  If a consensus cannot be reached, <em>both</em>
6802           programs must be renamed.
6803         </p>
6804
6805         <p>
6806          By default, when a package is being built, any binaries
6807          created should include debugging information, as well as
6808          being compiled with optimization.  You should also turn on
6809          as many reasonable compilation warnings as possible; this
6810          makes life easier for porters, who can then look at build
6811          logs for possible problems.  For the C programming language,
6812          this means the following compilation parameters should be
6813          used:
6814           <example compact="compact">
6815 CC = gcc
6816 CFLAGS = -O2 -g -Wall # sane warning options vary between programs
6817 LDFLAGS = # none
6818 INSTALL = install -s # (or use strip on the files in debian/tmp)
6819           </example>
6820         </p>
6821
6822         <p>
6823           Note that by default all installed binaries should be stripped,
6824           either by using the <tt>-s</tt> flag to
6825           <prgn>install</prgn>, or by calling <prgn>strip</prgn> on
6826           the binaries after they have been copied into
6827           <file>debian/tmp</file> but before the tree is made into a
6828           package.
6829         </p>
6830
6831         <p>
6832           Although binaries in the build tree should be compiled with
6833           debugging information by default, it can often be difficult to
6834           debug programs if they are also subjected to compiler
6835           optimization.  For this reason, it is recommended to support the
6836           standardized environment variable <tt>DEB_BUILD_OPTIONS</tt>
6837           (see <ref id="debianrules-options">).  This variable can contain
6838           several flags to change how a package is compiled and built.
6839         </p>
6840
6841         <p>
6842           It is up to the package maintainer to decide what
6843           compilation options are best for the package.  Certain
6844           binaries (such as computationally-intensive programs) will
6845           function better with certain flags (<tt>-O3</tt>, for
6846           example); feel free to use them.  Please use good judgment
6847           here.  Don't use flags for the sake of it; only use them
6848           if there is good reason to do so.  Feel free to override
6849           the upstream author's ideas about which compilation
6850           options are best: they are often inappropriate for our
6851           environment.
6852         </p>
6853       </sect>
6854
6855
6856       <sect id="libraries">
6857         <heading>Libraries</heading>
6858
6859         <p>
6860           If the package is <strong>architecture: any</strong>, then
6861           the shared library compilation and linking flags must have
6862           <tt>-fPIC</tt>, or the package shall not build on some of
6863           the supported architectures<footnote>
6864             <p>
6865               If you are using GCC, <tt>-fPIC</tt> produces code with
6866               relocatable position independent code, which is required for
6867               most architectures to create a shared library, with i386 and
6868               perhaps some others where non position independent code is
6869               permitted in a shared library.
6870             </p>
6871             <p>
6872               Position independent code may have a performance penalty,
6873               especially on <tt>i386</tt>. However, in most cases the
6874               speed penalty must be measured against the memory wasted on
6875               the few architectures where non position independent code is
6876               even possible.
6877             </p>
6878           </footnote>. Any exception to this rule must be discussed on
6879           the mailing list <em>debian-devel@lists.debian.org</em>, and
6880           a rough consensus obtained.  The reasons for not compiling
6881           with <tt>-fPIC</tt> flag must be recorded in the file
6882           <tt>README.Debian</tt>, and care must be taken to either
6883           restrict the architecture or arrange for <tt>-fPIC</tt> to
6884           be used on architectures where it is required.<footnote>
6885             <p>
6886               Some of the reasons why this might be required is if the
6887               library contains hand crafted assembly code that is not
6888               relocatable, the speed penalty is excessive for compute
6889               intensive libs, and similar reasons.
6890             </p>
6891           </footnote>
6892         </p>
6893         <p>
6894           As to the static libraries, the common case is not to have
6895           relocatable code, since there is no benefit, unless in specific
6896           cases; therefore the static version must not be compiled
6897           with the <tt>-fPIC</tt> flag. Any exception to this rule
6898           should be discussed on the mailing list
6899           <em>debian-devel@lists.debian.org</em>,  and the reasons for
6900           compiling with the <tt>-fPIC</tt> flag must be recorded in
6901           the file <tt>README.Debian</tt>. <footnote>
6902             <p>
6903               Some of the reasons for linking static libraries with
6904               the <tt>-fPIC</tt> flag are if, for example, one needs a
6905               Perl API for a library that is under rapid development,
6906               and has an unstable API, so shared libraries are
6907               pointless at this phase of the library's development. In
6908               that case, since Perl needs a library with relocatable
6909               code, it may make sense to create a static library with
6910               relocatable code. Another reason cited is if you are
6911               distilling various libraries into a common shared
6912               library, like <tt>mklibs</tt> does in the Debian
6913               installer project.
6914             </p>
6915           </footnote>
6916         </p>
6917         <p>
6918           In other words, if both a shared and a static library is
6919           being built, each source unit (<tt>*.c</tt>, for example,
6920           for C files) will need to be compiled twice, for the normal
6921           case. 
6922         </p>
6923         <p>
6924           You must specify the gcc option <tt>-D_REENTRANT</tt>
6925           when building a library (either static or shared) to make
6926           the library compatible with LinuxThreads.
6927         </p>
6928
6929         <p>
6930           Although not enforced by the build tools, shared libraries
6931           must be linked against all libraries that they use symbols from
6932           in the same way that binaries are.  This ensures the correct
6933           functioning of the <qref id="sharedlibs-shlibdeps">shlibs</qref>
6934           system and guarantees that all libraries can be safely opened
6935           with <tt>dlopen()</tt>.  Packagers may wish to use the gcc
6936           option <tt>-Wl,-z,defs</tt> when building a shared library.
6937           Since this option enforces symbol resolution at build time,
6938           a missing library reference will be caught early as a fatal
6939           build error.
6940         </p>
6941
6942         <p>
6943           All installed shared libraries should be stripped with
6944           <example compact="compact">
6945 strip --strip-unneeded <var>your-lib</var>
6946           </example>
6947           (The option <tt>--strip-unneeded</tt> makes
6948           <prgn>strip</prgn> remove only the symbols which aren't
6949           needed for relocation processing.)  Shared libraries can
6950           function perfectly well when stripped, since the symbols for
6951           dynamic linking are in a separate part of the ELF object
6952           file.<footnote>
6953               You might also want to use the options
6954               <tt>--remove-section=.comment</tt> and
6955               <tt>--remove-section=.note</tt> on both shared libraries
6956               and executables, and <tt>--strip-debug</tt> on static
6957               libraries.
6958           </footnote>
6959         </p>
6960
6961         <p>
6962           Note that under some circumstances it may be useful to
6963           install a shared library unstripped, for example when
6964           building a separate package to support debugging.
6965         </p>
6966
6967         <p>
6968           Shared object files (often <file>.so</file> files) that are not
6969           public libraries, that is, they are not meant to be linked
6970           to by third party executables (binaries of other packages),
6971           should be installed in subdirectories of the
6972           <file>/usr/lib</file> directory.  Such files are exempt from the
6973           rules that govern ordinary shared libraries, except that
6974           they must not be installed executable and should be
6975           stripped.<footnote>
6976               A common example are the so-called "plug-ins",
6977               internal shared objects that are dynamically loaded by
6978               programs using <manref name="dlopen" section="3">.
6979           </footnote>
6980         </p>
6981
6982         <p>
6983           An ever increasing number of packages are using
6984           <prgn>libtool</prgn> to do their linking.  The latest GNU
6985           libtools (>= 1.3a) can take advantage of the metadata in the
6986           installed <prgn>libtool</prgn> archive files (<file>*.la</file>
6987           files).  The main advantage of <prgn>libtool</prgn>'s
6988           <file>.la</file> files is that it allows <prgn>libtool</prgn> to
6989           store and subsequently access metadata with respect to the
6990           libraries it builds.  <prgn>libtool</prgn> will search for
6991           those files, which contain a lot of useful information about
6992           a library (such as library dependency information for static
6993           linking).  Also, they're <em>essential</em> for programs
6994           using <tt>libltdl</tt>.<footnote>
6995               Although <prgn>libtool</prgn> is fully capable of
6996               linking against shared libraries which don't have
6997               <tt>.la</tt> files, as it is a mere shell script it can
6998               add considerably to the build time of a
6999               <prgn>libtool</prgn>-using package if that shell script
7000               has to derive all this information from first principles
7001               for each library every time it is linked.  With the
7002               advent of <prgn>libtool</prgn> version 1.4 (and to a
7003               lesser extent <prgn>libtool</prgn> version 1.3), the
7004               <file>.la</file> files also store information about
7005               inter-library dependencies which cannot necessarily be
7006               derived after the <file>.la</file> file is deleted.
7007           </footnote>
7008         </p>
7009
7010         <p>
7011           Packages that use <prgn>libtool</prgn> to create shared
7012           libraries should include the <file>.la</file> files in the
7013           <tt>-dev</tt> package, unless the package relies on
7014           <tt>libtool</tt>'s <tt>libltdl</tt> library, in which case
7015           the <tt>.la</tt> files must go in the run-time library
7016           package.
7017         </p>
7018
7019         <p>
7020           You must make sure that you use only released versions of
7021           shared libraries to build your packages; otherwise other
7022           users will not be able to run your binaries
7023           properly. Producing source packages that depend on
7024           unreleased compilers is also usually a bad
7025           idea.
7026         </p>
7027       </sect>
7028
7029
7030       <sect>
7031         <heading>Shared libraries</heading>
7032         <p>
7033           This section has moved to <ref id="sharedlibs">.
7034         </p>
7035       </sect>
7036
7037
7038       <sect id="scripts">
7039         <heading>Scripts</heading>
7040
7041         <p>
7042           All command scripts, including the package maintainer
7043           scripts inside the package and used by <prgn>dpkg</prgn>,
7044           should have a <tt>#!</tt> line naming the shell to be used
7045           to interpret them.
7046         </p>
7047
7048         <p>
7049           In the case of Perl scripts this should be
7050           <tt>#!/usr/bin/perl</tt>.
7051         </p>
7052
7053         <p>
7054           When scripts are installed into a directory in the system
7055           PATH, the script name should not include an extension such
7056           as <tt>.sh</tt> or <tt>.pl</tt> that denotes the scripting
7057           language currently used to implement it.
7058         </p>
7059         <p>
7060           Shell scripts (<prgn>sh</prgn> and <prgn>bash</prgn>)
7061           should almost certainly start with <tt>set -e</tt> so that
7062           errors are detected.  Every script should use
7063           <tt>set -e</tt> or check the exit status of <em>every</em>
7064           command.
7065         </p>
7066
7067         <p>
7068           Scripts may assume that <file>/bin/sh</file> implements the
7069           SUSv3 Shell Command Language<footnote>
7070             Single UNIX Specification, version 3, which is also IEEE
7071             1003.1-2004 (POSIX), and is available on the World Wide Web
7072             from <url id="http://www.unix.org/version3/online.html"
7073                       name="The Open Group"> after free
7074             registration.</footnote>
7075           plus the following additional features not mandated by
7076           SUSv3:<footnote>
7077             These features are in widespread use in the Linux community
7078             and are implemented in all of bash, dash, and ksh, the most
7079             common shells users may wish to use as <file>/bin/sh</file>.
7080           </footnote>
7081           <list>
7082             <item><tt>echo -n</tt>, if implemented as a shell built-in,
7083               must not generate a newline.</item>
7084             <item><tt>test</tt>, if implemented as a shell built-in, must
7085               support <tt>-a</tt> and <tt>-o</tt> as binary logical
7086               operators.</item>
7087             <item><tt>local</tt> to create a scoped variable must be
7088               supported, including listing multiple variables in a single
7089               local command and assigning a value to a variable at the
7090               same time as localizing it.  <tt>local</tt> may or
7091               may not preserve the variable value from an outer scope if
7092               no assignment is present.  Uses such as:
7093 <example compact>
7094 fname () {
7095     local a b c=delta d
7096     # ... use a, b, c, d ...
7097 }
7098 </example>
7099               must be supported and must set the value of <tt>c</tt> to
7100               <tt>delta</tt>.
7101             </item>
7102           </list>
7103           If a shell script requires non-SUSv3 features from the shell
7104           interpreter other than those listed above, the appropriate shell
7105           must be specified in the first line of the script (e.g.,
7106           <tt>#!/bin/bash</tt>) and the package must depend on the package
7107           providing the shell (unless the shell package is marked
7108           "Essential", as in the case of <prgn>bash</prgn>).
7109         </p>
7110
7111         <p>
7112           You may wish to restrict your script to SUSv3 features plus the
7113           above set when possible so that it may use <file>/bin/sh</file>
7114           as its interpreter. If your script works with <prgn>dash</prgn>
7115           (originally called <prgn>ash</prgn>), it probably complies with
7116           the above requirements, but if you are in doubt, use
7117           <file>/bin/bash</file>.
7118         </p>
7119
7120         <p>
7121           Perl scripts should check for errors when making any
7122           system calls, including <tt>open</tt>, <tt>print</tt>,
7123           <tt>close</tt>, <tt>rename</tt> and <tt>system</tt>.
7124         </p>
7125
7126         <p>
7127           <prgn>csh</prgn> and <prgn>tcsh</prgn> should be avoided as
7128           scripting languages.  See <em>Csh Programming Considered
7129           Harmful</em>, one of the <tt>comp.unix.*</tt> FAQs, which
7130           can be found at <url id="http://www.faqs.org/faqs/unix-faq/shell/csh-whynot/">.
7131           If an upstream package comes with <prgn>csh</prgn> scripts
7132           then you must make sure that they start with
7133           <tt>#!/bin/csh</tt> and make your package depend on the
7134           <prgn>c-shell</prgn> virtual package.
7135         </p>
7136
7137         <p>
7138           Any scripts which create files in world-writeable
7139           directories (e.g., in <file>/tmp</file>) must use a
7140           mechanism which will fail atomically if a file with the same
7141           name already exists.
7142         </p>
7143
7144         <p>
7145           The Debian base system provides the <prgn>tempfile</prgn>
7146           and <prgn>mktemp</prgn> utilities for use by scripts for
7147           this purpose.
7148         </p>
7149       </sect>
7150
7151
7152       <sect>
7153         <heading>Symbolic links</heading>
7154
7155         <p>
7156           In general, symbolic links within a top-level directory
7157           should be relative, and symbolic links pointing from one
7158           top-level directory into another should be absolute. (A
7159           top-level directory is a sub-directory of the root
7160           directory <file>/</file>.)
7161         </p>
7162
7163         <p>
7164           In addition, symbolic links should be specified as short as
7165           possible, i.e., link targets like <file>foo/../bar</file> are
7166           deprecated.
7167         </p>
7168
7169         <p>
7170           Note that when creating a relative link using
7171           <prgn>ln</prgn> it is not necessary for the target of the
7172           link to exist relative to the working directory you're
7173           running <prgn>ln</prgn> from, nor is it necessary to change
7174           directory to the directory where the link is to be made.
7175           Simply include the string that should appear as the target
7176           of the link (this will be a pathname relative to the
7177           directory in which the link resides) as the first argument
7178           to <prgn>ln</prgn>.
7179         </p>
7180
7181         <p>
7182           For example, in your <prgn>Makefile</prgn> or
7183           <file>debian/rules</file>, you can do things like:
7184           <example compact="compact">
7185 ln -fs gcc $(prefix)/bin/cc
7186 ln -fs gcc debian/tmp/usr/bin/cc
7187 ln -fs ../sbin/sendmail $(prefix)/bin/runq
7188 ln -fs ../sbin/sendmail debian/tmp/usr/bin/runq
7189           </example>
7190         </p>
7191
7192         <p>
7193           A symbolic link pointing to a compressed file should always
7194           have the same file extension as the referenced file. (For
7195           example, if a file <file>foo.gz</file> is referenced by a
7196           symbolic link, the filename of the link has to end with
7197           "<file>.gz</file>" too, as in <file>bar.gz</file>.)
7198         </p>
7199       </sect>
7200
7201       <sect>
7202         <heading>Device files</heading>
7203
7204         <p>
7205           Packages must not include device files in the package file
7206           tree.
7207         </p>
7208
7209         <p>
7210           If a package needs any special device files that are not
7211           included in the base system, it must call
7212           <prgn>MAKEDEV</prgn> in the <prgn>postinst</prgn> script,
7213           after notifying the user<footnote>
7214               This notification could be done via a (low-priority)
7215               debconf message, or an echo (printf) statement.
7216           </footnote>.
7217         </p>
7218
7219         <p>
7220           Packages must not remove any device files in the
7221           <prgn>postrm</prgn> or any other script. This is left to the
7222           system administrator.
7223         </p>
7224
7225         <p>
7226           Debian uses the serial devices
7227           <file>/dev/ttyS*</file>. Programs using the old
7228           <file>/dev/cu*</file> devices should be changed to use
7229           <file>/dev/ttyS*</file>.
7230         </p>
7231       </sect>
7232
7233       <sect id="config-files">
7234         <heading>Configuration files</heading>
7235
7236         <sect1>
7237           <heading>Definitions</heading>
7238
7239           <p>
7240             <taglist>
7241               <tag>configuration file</tag>
7242               <item>
7243                   A file that affects the operation of a program, or
7244                   provides site- or host-specific information, or
7245                   otherwise customizes the behavior of a program.
7246                   Typically, configuration files are intended to be
7247                   modified by the system administrator (if needed or
7248                   desired) to conform to local policy or to provide
7249                   more useful site-specific behavior.
7250               </item>
7251
7252               <tag><tt>conffile</tt></tag>
7253               <item>
7254                   A file listed in a package's <tt>conffiles</tt>
7255                   file, and is treated specially by <prgn>dpkg</prgn>
7256                   (see <ref id="configdetails">).
7257               </item>
7258             </taglist>
7259           </p>
7260
7261           <p>
7262             The distinction between these two is important; they are
7263             not interchangeable concepts. Almost all
7264             <tt>conffile</tt>s are configuration files, but many
7265             configuration files are not <tt>conffiles</tt>.
7266           </p>
7267
7268           <p>
7269             As noted elsewhere, <file>/etc/init.d</file> scripts,
7270             <file>/etc/default</file> files, scripts installed in
7271             <file>/etc/cron.{hourly,daily,weekly,monthly}</file>, and cron
7272             configuration installed in <file>/etc/cron.d</file> must be
7273             treated as configuration files.  In general, any script that
7274             embeds configuration information is de-facto a configuration
7275             file and should be treated as such.
7276           </p>
7277         </sect1>
7278
7279         <sect1>
7280           <heading>Location</heading>
7281
7282           <p>
7283             Any configuration files created or used by your package
7284             must reside in <file>/etc</file>. If there are several,
7285             consider creating a subdirectory of <file>/etc</file>
7286             named after your package.
7287           </p>
7288
7289           <p>
7290             If your package creates or uses configuration files
7291             outside of <file>/etc</file>, and it is not feasible to modify
7292             the package to use <file>/etc</file> directly, put the files
7293             in <file>/etc</file> and create symbolic links to those files
7294             from the location that the package requires.
7295           </p>
7296         </sect1>
7297
7298         <sect1>
7299           <heading>Behavior</heading>
7300
7301           <p>
7302             Configuration file handling must conform to the following
7303             behavior:
7304             <list compact="compact">
7305               <item>
7306                   local changes must be preserved during a package
7307                   upgrade, and
7308               </item>
7309               <item>
7310                   configuration files must be preserved when the
7311                   package is removed, and only deleted when the
7312                   package is purged.
7313               </item>
7314             </list>
7315           </p>
7316
7317           <p>
7318             The easy way to achieve this behavior is to make the
7319             configuration file a <tt>conffile</tt>. This is
7320             appropriate only if it is possible to distribute a default
7321             version that will work for most installations, although
7322             some system administrators may choose to modify it. This
7323             implies that the default version will be part of the
7324             package distribution, and must not be modified by the
7325             maintainer scripts during installation (or at any other
7326             time).
7327           </p>
7328
7329           <p>
7330             In order to ensure that local changes are preserved
7331             correctly, no package may contain or make hard links to
7332             conffiles.<footnote>
7333                 Rationale: There are two problems with hard links.
7334                 The first is that some editors break the link while
7335                 editing one of the files, so that the two files may
7336                 unwittingly become unlinked and different.  The second
7337                 is that <prgn>dpkg</prgn> might break the hard link
7338                 while upgrading <tt>conffile</tt>s.
7339             </footnote>
7340           </p>
7341
7342           <p>
7343             The other way to do it is via the maintainer scripts.  In
7344             this case, the configuration file must not be listed as a
7345             <tt>conffile</tt> and must not be part of the package
7346             distribution. If the existence of a file is required for
7347             the package to be sensibly configured it is the
7348             responsibility of the package maintainer to provide
7349             maintainer scripts which correctly create, update and
7350             maintain the file and remove it on purge.  (See <ref
7351             id="maintainerscripts"> for more information.)  These
7352             scripts must be idempotent (i.e., must work correctly if
7353             <prgn>dpkg</prgn> needs to re-run them due to errors
7354             during installation or removal), must cope with all the
7355             variety of ways <prgn>dpkg</prgn> can call maintainer
7356             scripts, must not overwrite or otherwise mangle the user's
7357             configuration without asking, must not ask unnecessary
7358             questions (particularly during upgrades), and must
7359             otherwise be good citizens.
7360           </p>
7361
7362           <p>
7363             The scripts are not required to configure every possible
7364             option for the package, but only those necessary to get
7365             the package running on a given system. Ideally the
7366             sysadmin should not have to do any configuration other
7367             than that done (semi-)automatically by the
7368             <prgn>postinst</prgn> script.
7369           </p>
7370
7371           <p>
7372             A common practice is to create a script called
7373             <file><var>package</var>-configure</file> and have the
7374             package's <prgn>postinst</prgn> call it if and only if the
7375             configuration file does not already exist.  In certain
7376             cases it is useful for there to be an example or template
7377             file which the maintainer scripts use.  Such files should
7378             be in <file>/usr/share/<var>package</var></file> or
7379             <file>/usr/lib/<var>package</var></file> (depending on whether
7380             they are architecture-independent or not).  There should
7381             be symbolic links to them from
7382             <file>/usr/share/doc/<var>package</var>/examples</file> if
7383             they are examples, and should be perfectly ordinary
7384             <prgn>dpkg</prgn>-handled files (<em>not</em>
7385             configuration files).
7386           </p>
7387
7388           <p>
7389             These two styles of configuration file handling must
7390             not be mixed, for that way lies madness:
7391             <prgn>dpkg</prgn> will ask about overwriting the file
7392             every time the package is upgraded.
7393           </p>
7394         </sect1>
7395
7396         <sect1>
7397           <heading>Sharing configuration files</heading>
7398
7399           <p>
7400             Packages which specify the same file as a
7401             <tt>conffile</tt> must be tagged as <em>conflicting</em>
7402             with each other.  (This is an instance of the general rule
7403             about not sharing files.  Note that neither alternatives
7404             nor diversions are likely to be appropriate in this case;
7405             in particular, <prgn>dpkg</prgn> does not handle diverted
7406             <tt>conffile</tt>s well.)
7407           </p>
7408
7409           <p>
7410             The maintainer scripts must not alter a <tt>conffile</tt>
7411             of <em>any</em> package, including the one the scripts
7412             belong to.
7413           </p>
7414
7415           <p>
7416             If two or more packages use the same configuration file
7417             and it is reasonable for both to be installed at the same
7418             time, one of these packages must be defined as
7419             <em>owner</em> of the configuration file, i.e., it will be
7420             the package which handles that file as a configuration
7421             file.  Other packages that use the configuration file must
7422             depend on the owning package if they require the
7423             configuration file to operate. If the other package will
7424             use the configuration file if present, but is capable of
7425             operating without it, no dependency need be declared.
7426           </p>
7427
7428           <p>
7429             If it is desirable for two or more related packages to
7430             share a configuration file <em>and</em> for all of the
7431             related packages to be able to modify that configuration
7432             file, then the following should be done:
7433             <enumlist compact="compact">
7434               <item>
7435                   One of the related packages (the "owning" package)
7436                   will manage the configuration file with maintainer
7437                   scripts as described in the previous section.
7438               </item>
7439               <item>
7440                   The owning package should also provide a program
7441                   that the other packages may use to modify the
7442                   configuration file.
7443               </item>
7444               <item>
7445                   The related packages must use the provided program
7446                   to make any desired modifications to the
7447                   configuration file.  They should either depend on
7448                   the core package to guarantee that the configuration
7449                   modifier program is available or accept gracefully
7450                   that they cannot modify the configuration file if it
7451                   is not.  (This is in addition to the fact that the
7452                   configuration file may not even be present in the
7453                   latter scenario.)
7454               </item>
7455             </enumlist>
7456           </p>
7457
7458           <p>
7459             Sometimes it's appropriate to create a new package which
7460             provides the basic infrastructure for the other packages
7461             and which manages the shared configuration files.  (The
7462             <tt>sgml-base</tt> package is a good example.)
7463           </p>
7464         </sect1>
7465
7466         <sect1>
7467           <heading>User configuration files ("dotfiles")</heading>
7468
7469           <p>
7470             The files in <file>/etc/skel</file> will automatically be
7471             copied into new user accounts by <prgn>adduser</prgn>.
7472             No other program should reference the files in
7473             <file>/etc/skel</file>.
7474           </p>
7475
7476           <p>
7477             Therefore, if a program needs a dotfile to exist in
7478             advance in <file>$HOME</file> to work sensibly, that dotfile
7479             should be installed in <file>/etc/skel</file> and treated as a
7480             configuration file.
7481           </p>
7482
7483           <p>
7484             However, programs that require dotfiles in order to
7485             operate sensibly are a bad thing, unless they do create
7486             the dotfiles themselves automatically.
7487           </p>
7488
7489           <p>
7490             Furthermore, programs should be configured by the Debian
7491             default installation to behave as closely to the upstream
7492             default behavior as possible.
7493           </p>
7494
7495           <p>
7496             Therefore, if a program in a Debian package needs to be
7497             configured in some way in order to operate sensibly, that
7498             should be done using a site-wide configuration file placed
7499             in <file>/etc</file>.  Only if the program doesn't support a
7500             site-wide default configuration and the package maintainer
7501             doesn't have time to add it may a default per-user file be
7502             placed in <file>/etc/skel</file>.
7503           </p>
7504
7505           <p>
7506             <file>/etc/skel</file> should be as empty as we can make it.
7507             This is particularly true because there is no easy (or
7508             necessarily desirable) mechanism for ensuring that the
7509             appropriate dotfiles are copied into the accounts of
7510             existing users when a package is installed.
7511           </p>
7512         </sect1>
7513       </sect>
7514
7515       <sect>
7516         <heading>Log files</heading>
7517         <p>
7518           Log files should usually be named
7519           <file>/var/log/<var>package</var>.log</file>.  If you have many
7520           log files, or need a separate directory for permission
7521           reasons (<file>/var/log</file> is writable only by
7522           <file>root</file>), you should usually create a directory named
7523           <file>/var/log/<var>package</var></file> and place your log
7524           files there.
7525         </p>
7526
7527         <p>
7528           Log files must be rotated occasionally so that they don't
7529           grow indefinitely; the best way to do this is to drop a log
7530           rotation configuration file into the directory
7531           <file>/etc/logrotate.d</file> and use the facilities provided by
7532           logrotate.<footnote>
7533             <p>
7534               The traditional approach to log files has been to set up
7535               <em>ad hoc</em> log rotation schemes using simple shell
7536               scripts and cron.  While this approach is highly
7537               customizable, it requires quite a lot of sysadmin work.
7538               Even though the original Debian system helped a little
7539               by automatically installing a system which can be used
7540               as a template, this was deemed not enough.
7541             </p>
7542
7543             <p>
7544               The use of <prgn>logrotate</prgn>, a program developed
7545               by Red Hat, is better, as it centralizes log management.
7546               It has both a configuration file
7547               (<file>/etc/logrotate.conf</file>) and a directory where
7548               packages can drop their individual log rotation
7549               configurations (<file>/etc/logrotate.d</file>).
7550             </p>
7551           </footnote>
7552           Here is a good example for a logrotate config
7553           file (for more information see <manref name="logrotate"
7554             section="8">):
7555           <example compact="compact">
7556 /var/log/foo/*.log {
7557 rotate 12
7558 weekly
7559 compress
7560 postrotate
7561 /etc/init.d/foo force-reload
7562 endscript
7563 }
7564           </example>
7565           This rotates all files under <file>/var/log/foo</file>, saves 12
7566           compressed generations, and forces the daemon to reload its
7567           configuration information after the log rotation.
7568         </p>
7569
7570         <p>
7571           Log files should be removed when the package is
7572           purged (but not when it is only removed).  This should be
7573           done by the <prgn>postrm</prgn> script when it is called
7574           with the argument <tt>purge</tt> (see <ref
7575           id="removedetails">).
7576         </p>
7577       </sect>
7578
7579       <sect>
7580         <heading>Permissions and owners</heading>
7581
7582         <p>
7583           The rules in this section are guidelines for general use.
7584           If necessary you may deviate from the details below.
7585           However, if you do so you must make sure that what is done
7586           is secure and you should try to be as consistent as possible
7587           with the rest of the system.  You should probably also
7588           discuss it on <prgn>debian-devel</prgn> first.
7589         </p>
7590
7591         <p>
7592           Files should be owned by <tt>root:root</tt>, and made
7593           writable only by the owner and universally readable (and
7594           executable, if appropriate), that is mode 644 or 755.
7595         </p>
7596
7597         <p>
7598           Directories should be mode 755 or (for group-writability)
7599           mode 2775.  The ownership of the directory should be
7600           consistent with its mode: if a directory is mode 2775, it
7601           should be owned by the group that needs write access to
7602           it.<footnote>
7603             <p>
7604               When a package is upgraded, and the owner or permissions
7605               of a file included in the package has changed, dpkg
7606               arranges for the ownership and permissions to be
7607               correctly set upon installation. However, this does not
7608               extend to directories; the permissions and ownership of
7609               directories already on the system does not change on
7610               install or upgrade of packages.  This makes sense, since
7611               otherwise common directories like <tt>/usr</tt> would
7612               always be in flux.  To correctly change permissions of a
7613               directory the package owns, explicit action is required,
7614               usually in the <tt>postinst</tt> script. Care must be
7615               taken to handle downgrades as well, in that case.
7616             </p>
7617           </footnote>
7618         </p>
7619
7620
7621         <p>
7622           Setuid and setgid executables should be mode 4755 or 2755
7623           respectively, and owned by the appropriate user or group.
7624           They should not be made unreadable (modes like 4711 or
7625           2711 or even 4111); doing so achieves no extra security,
7626           because anyone can find the binary in the freely available
7627           Debian package; it is merely inconvenient.  For the same
7628           reason you should not restrict read or execute permissions
7629           on non-set-id executables.
7630         </p>
7631
7632         <p>
7633           Some setuid programs need to be restricted to particular
7634           sets of users, using file permissions.  In this case they
7635           should be owned by the uid to which they are set-id, and by
7636           the group which should be allowed to execute them.  They
7637           should have mode 4754; again there is no point in making
7638           them unreadable to those users who must not be allowed to
7639           execute them.
7640         </p>
7641
7642         <p>
7643           It is possible to arrange that the system administrator can
7644           reconfigure the package to correspond to their local
7645           security policy by changing the permissions on a binary:
7646           they can do this by using <prgn>dpkg-statoverride</prgn>, as
7647           described below.<footnote>
7648               Ordinary files installed by <prgn>dpkg</prgn> (as
7649               opposed to <tt>conffile</tt>s and other similar objects)
7650               normally have their permissions reset to the distributed
7651               permissions when the package is reinstalled.  However,
7652               the use of <prgn>dpkg-statoverride</prgn> overrides this
7653               default behavior.  If you use this method, you should
7654               remember to describe <prgn>dpkg-statoverride</prgn> in
7655               the package documentation; being a relatively new
7656               addition to Debian, it is probably not yet well-known.
7657           </footnote>
7658           Another method you should consider is to create a group for
7659           people allowed to use the program(s) and make any setuid
7660           executables executable only by that group.
7661         </p>
7662
7663         <p>
7664           If you need to create a new user or group for your package
7665           there are two possibilities.  Firstly, you may need to
7666           make some files in the binary package be owned by this
7667           user or group, or you may need to compile the user or
7668           group id (rather than just the name) into the binary
7669           (though this latter should be avoided if possible, as in
7670           this case you need a statically allocated id).</p>
7671
7672         <p>
7673           If you need a statically allocated id, you must ask for a
7674           user or group id from the <tt>base-passwd</tt> maintainer,
7675           and must not release the package until you have been
7676           allocated one.  Once you have been allocated one you must
7677           either make the package depend on a version of the
7678           <tt>base-passwd</tt> package with the id present in
7679           <file>/etc/passwd</file> or <file>/etc/group</file>, or arrange for
7680           your package to create the user or group itself with the
7681           correct id (using <tt>adduser</tt>) in its
7682           <prgn>preinst</prgn> or <prgn>postinst</prgn>.  (Doing it in
7683           the <prgn>postinst</prgn> is to be preferred if it is
7684           possible, otherwise a pre-dependency will be needed on the
7685           <tt>adduser</tt> package.)
7686         </p>
7687
7688         <p>
7689           On the other hand, the program might be able to determine
7690           the uid or gid from the user or group name at runtime, so
7691           that a dynamically allocated id can be used.  In this case
7692           you should choose an appropriate user or group name,
7693           discussing this on <prgn>debian-devel</prgn> and checking
7694           with the <package/base-passwd/ maintainer that it is unique and that
7695           they do not wish you to use a statically allocated id
7696           instead.  When this has been checked you must arrange for
7697           your package to create the user or group if necessary using
7698           <prgn>adduser</prgn> in the <prgn>preinst</prgn> or
7699           <prgn>postinst</prgn> script (again, the latter is to be
7700           preferred if it is possible).
7701         </p>
7702
7703         <p>
7704           Note that changing the numeric value of an id associated
7705           with a name is very difficult, and involves searching the
7706           file system for all appropriate files.  You need to think
7707           carefully whether a static or dynamic id is required, since
7708           changing your mind later will cause problems.
7709         </p>
7710
7711         <sect1><heading>The use of <prgn>dpkg-statoverride</prgn></heading>
7712           <p>
7713             This section is not intended as policy, but as a
7714             description of the use of <prgn>dpkg-statoverride</prgn>.
7715           </p>
7716
7717           <p>
7718             If a system administrator wishes to have a file (or
7719             directory or other such thing) installed with owner and
7720             permissions different from those in the distributed Debian
7721             package, they can use the <prgn>dpkg-statoverride</prgn>
7722             program to instruct <prgn>dpkg</prgn> to use the different
7723             settings every time the file is installed.  Thus the
7724             package maintainer should distribute the files with their
7725             normal permissions, and leave it for the system
7726             administrator to make any desired changes.  For example, a
7727             daemon which is normally required to be setuid root, but
7728             in certain situations could be used without being setuid,
7729             should be installed setuid in the <tt>.deb</tt>.  Then the
7730             local system administrator can change this if they wish.
7731             If there are two standard ways of doing it, the package
7732             maintainer can use <tt>debconf</tt> to find out the
7733             preference, and call <prgn>dpkg-statoverride</prgn> in the
7734             maintainer script if necessary to accommodate the system
7735             administrator's choice. Care must be taken during
7736             upgrades to not override an existing setting.
7737           </p>
7738
7739           <p>
7740             Given the above, <prgn>dpkg-statoverride</prgn> is
7741             essentially a tool for system administrators and would not
7742             normally be needed in the maintainer scripts.  There is
7743             one type of situation, though, where calls to
7744             <prgn>dpkg-statoverride</prgn> would be needed in the
7745             maintainer scripts, and that involves packages which use
7746             dynamically allocated user or group ids.  In such a
7747             situation, something like the following idiom can be very
7748             helpful in the package's <prgn>postinst</prgn>, where
7749             <tt>sysuser</tt> is a dynamically allocated id:
7750             <example>
7751 for i in /usr/bin/foo /usr/sbin/bar
7752 do
7753   # only do something when no setting exists
7754   if ! dpkg-statoverride --list $i >/dev/null 2>&1
7755   then
7756     #include: debconf processing, question about foo and bar
7757     if [ "$RET" = "true" ] ; then
7758       dpkg-statoverride --update --add sysuser root 4755 $i
7759     fi
7760   fi
7761 done
7762             </example>
7763             The corresponding code to remove the override when the package
7764             is purged would be:
7765             <example>
7766 for i in /usr/bin/foo /usr/sbin/bar
7767 do
7768   if dpkg-statoverride --list $i >/dev/null 2>&1
7769   then
7770     dpkg-statoverride --remove $i
7771   fi
7772 done
7773             </example>
7774           </p>
7775         </sect1>
7776       </sect>
7777     </chapt>
7778
7779
7780     <chapt id="customized-programs">
7781       <heading>Customized programs</heading>
7782
7783       <sect id="arch-spec">
7784         <heading>Architecture specification strings</heading>
7785
7786         <p>
7787           If a program needs to specify an <em>architecture specification
7788             string</em> in some place, it should select one of the
7789           strings provided by <tt>dpkg-architecture -L</tt>. The
7790           strings are in the format
7791           <tt><var>os</var>-<var>arch</var></tt>, though the OS part
7792           is sometimes elided, as when the OS is Linux.<footnote>
7793             <p>Currently, the strings are:
7794               i386 ia64 alpha amd64 armeb arm hppa m32r m68k mips
7795               mipsel powerpc ppc64 s390 s390x sh3 sh3eb sh4 sh4eb
7796               sparc darwin-i386 darwin-ia64 darwin-alpha darwin-amd64
7797               darwin-armeb darwin-arm darwin-hppa darwin-m32r
7798               darwin-m68k darwin-mips darwin-mipsel darwin-powerpc
7799               darwin-ppc64 darwin-s390 darwin-s390x darwin-sh3
7800               darwin-sh3eb darwin-sh4 darwin-sh4eb darwin-sparc
7801               freebsd-i386 freebsd-ia64 freebsd-alpha freebsd-amd64
7802               freebsd-armeb freebsd-arm freebsd-hppa freebsd-m32r
7803               freebsd-m68k freebsd-mips freebsd-mipsel freebsd-powerpc
7804               freebsd-ppc64 freebsd-s390 freebsd-s390x freebsd-sh3
7805               freebsd-sh3eb freebsd-sh4 freebsd-sh4eb freebsd-sparc
7806               kfreebsd-i386 kfreebsd-ia64 kfreebsd-alpha
7807               kfreebsd-amd64 kfreebsd-armeb kfreebsd-arm kfreebsd-hppa
7808               kfreebsd-m32r kfreebsd-m68k kfreebsd-mips
7809               kfreebsd-mipsel kfreebsd-powerpc kfreebsd-ppc64
7810               kfreebsd-s390 kfreebsd-s390x kfreebsd-sh3 kfreebsd-sh3eb
7811               kfreebsd-sh4 kfreebsd-sh4eb kfreebsd-sparc knetbsd-i386
7812               knetbsd-ia64 knetbsd-alpha knetbsd-amd64 knetbsd-armeb
7813               knetbsd-arm knetbsd-hppa knetbsd-m32r knetbsd-m68k
7814               knetbsd-mips knetbsd-mipsel knetbsd-powerpc
7815               knetbsd-ppc64 knetbsd-s390 knetbsd-s390x knetbsd-sh3
7816               knetbsd-sh3eb knetbsd-sh4 knetbsd-sh4eb knetbsd-sparc
7817               netbsd-i386 netbsd-ia64 netbsd-alpha netbsd-amd64
7818               netbsd-armeb netbsd-arm netbsd-hppa netbsd-m32r
7819               netbsd-m68k netbsd-mips netbsd-mipsel netbsd-powerpc
7820               netbsd-ppc64 netbsd-s390 netbsd-s390x netbsd-sh3
7821               netbsd-sh3eb netbsd-sh4 netbsd-sh4eb netbsd-sparc
7822               openbsd-i386 openbsd-ia64 openbsd-alpha openbsd-amd64
7823               openbsd-armeb openbsd-arm openbsd-hppa openbsd-m32r
7824               openbsd-m68k openbsd-mips openbsd-mipsel openbsd-powerpc
7825               openbsd-ppc64 openbsd-s390 openbsd-s390x openbsd-sh3
7826               openbsd-sh3eb openbsd-sh4 openbsd-sh4eb openbsd-sparc
7827               hurd-i386 hurd-ia64 hurd-alpha hurd-amd64 hurd-armeb
7828               hurd-arm hurd-hppa hurd-m32r hurd-m68k hurd-mips
7829               hurd-mipsel hurd-powerpc hurd-ppc64 hurd-s390 hurd-s390x
7830               hurd-sh3 hurd-sh3eb hurd-sh4 hurd-sh4eb hurd-sparc
7831             </p>
7832           </footnote>
7833         </p>
7834
7835         <p>
7836           Note that we don't want to use
7837           <tt><var>arch</var>-debian-linux</tt> to apply to the rule
7838           <tt><var>architecture</var>-<var>vendor</var>-<var>os</var></tt>
7839           since this would make our programs incompatible with other
7840           Linux distributions.  We also don't use something like
7841           <tt><var>arch</var>-unknown-linux</tt>, since the
7842           <tt>unknown</tt> does not look very good.
7843         </p>
7844       </sect>
7845
7846       <sect>
7847         <heading>Daemons</heading>
7848
7849         <p>
7850           The configuration files <file>/etc/services</file>,
7851           <file>/etc/protocols</file>, and <file>/etc/rpc</file> are managed
7852           by the <prgn>netbase</prgn> package and must not be modified
7853           by other packages.
7854         </p>
7855
7856         <p>
7857           If a package requires a new entry in one of these files, the
7858           maintainer should get in contact with the
7859           <prgn>netbase</prgn> maintainer, who will add the entries
7860           and release a new version of the <prgn>netbase</prgn>
7861           package.
7862         </p>
7863
7864         <p>
7865           The configuration file <file>/etc/inetd.conf</file> must not be
7866           modified by the package's scripts except via the
7867           <prgn>update-inetd</prgn> script or the
7868           <file>DebianNet.pm</file> Perl module.  See their documentation
7869           for details on how to add entries.
7870         </p>
7871
7872         <p>
7873           If a package wants to install an example entry into
7874           <file>/etc/inetd.conf</file>, the entry must be preceded with
7875           exactly one hash character (<tt>#</tt>). Such lines are
7876           treated as "commented out by user" by the
7877           <prgn>update-inetd</prgn> script and are not changed or
7878           activated during package updates.
7879         </p>
7880       </sect>
7881
7882       <sect>
7883         <heading>Using pseudo-ttys and modifying wtmp, utmp and
7884         lastlog</heading>
7885
7886         <p>
7887           Some programs need to create pseudo-ttys. This should be done
7888           using Unix98 ptys if the C library supports it. The resulting
7889           program must not be installed setuid root, unless that
7890           is required for other functionality.
7891         </p>
7892
7893         <p>
7894           The files <file>/var/run/utmp</file>, <file>/var/log/wtmp</file> and
7895           <file>/var/log/lastlog</file> must be installed writable by
7896           group <tt>utmp</tt>.  Programs which need to modify those
7897           files must be installed setgid <tt>utmp</tt>.
7898         </p>
7899       </sect>
7900
7901       <sect>
7902         <heading>Editors and pagers</heading>
7903
7904         <p>
7905           Some programs have the ability to launch an editor or pager
7906           program to edit or display a text document.  Since there are
7907           lots of different editors and pagers available in the Debian
7908           distribution, the system administrator and each user should
7909           have the possibility to choose their preferred editor and
7910           pager.
7911         </p>
7912
7913         <p>
7914           In addition, every program should choose a good default
7915           editor/pager if none is selected by the user or system
7916           administrator.
7917         </p>
7918
7919         <p>
7920           Thus, every program that launches an editor or pager must
7921           use the EDITOR or PAGER environment variable to determine
7922           the editor or pager the user wishes to use.  If these
7923           variables are not set, the programs <file>/usr/bin/editor</file>
7924           and <file>/usr/bin/pager</file> should be used, respectively.
7925         </p>
7926
7927         <p>
7928           These two files are managed through the <prgn>dpkg</prgn>
7929           "alternatives" mechanism.  Thus every package providing an
7930           editor or pager must call the
7931           <prgn>update-alternatives</prgn> script to register these
7932           programs.
7933         </p>
7934
7935         <p>
7936           If it is very hard to adapt a program to make use of the
7937           EDITOR or PAGER variables, that program may be configured to
7938           use <file>/usr/bin/sensible-editor</file> and
7939           <file>/usr/bin/sensible-pager</file> as the editor or pager
7940           program respectively.  These are two scripts provided in the
7941           Debian base system that check the EDITOR and PAGER variables
7942           and launch the appropriate program, and fall back to
7943           <file>/usr/bin/editor</file> and <file>/usr/bin/pager</file> if the
7944           variable is not set.
7945         </p>
7946
7947         <p>
7948           A program may also use the VISUAL environment variable to
7949           determine the user's choice of editor.  If it exists, it
7950           should take precedence over EDITOR.  This is in fact what
7951           <file>/usr/bin/sensible-editor</file> does.
7952         </p>
7953
7954         <p>
7955           It is not required for a package to depend on
7956           <tt>editor</tt> and <tt>pager</tt>, nor is it required for a
7957           package to provide such virtual packages.<footnote>
7958               The Debian base system already provides an editor and a
7959               pager program.
7960           </footnote>
7961         </p>
7962       </sect>
7963
7964       <sect id="web-appl">
7965         <heading>Web servers and applications</heading>
7966
7967         <p>
7968           This section describes the locations and URLs that should
7969           be used by all web servers and web applications in the
7970           Debian system.
7971         </p>
7972
7973         <p>
7974           <enumlist>
7975             <item>
7976                 Cgi-bin executable files are installed in the
7977                 directory
7978                 <example compact="compact">
7979 /usr/lib/cgi-bin/<var>cgi-bin-name</var>
7980                 </example>
7981                 and should be referred to as
7982                 <example compact="compact">
7983 http://localhost/cgi-bin/<var>cgi-bin-name</var>
7984                 </example>
7985
7986             </item>
7987
7988             <item>
7989               <p>Access to HTML documents</p>
7990
7991               <p>
7992                 HTML documents for a package are stored in
7993                 <file>/usr/share/doc/<var>package</var></file>
7994                 and can be referred to as
7995                 <example compact="compact">
7996 http://localhost/doc/<var>package</var>/<var>filename</var>
7997                 </example>
7998               </p>
7999
8000               <p>
8001                 The web server should restrict access to the document
8002                 tree so that only clients on the same host can read
8003                 the documents. If the web server does not support such
8004                 access controls, then it should not provide access at
8005                 all, or ask about providing access during installation.
8006               </p>
8007             </item>
8008
8009             <item>
8010               <p>Access to images</p>
8011               <p>
8012                 It is recommended that images for a package be stored
8013                 in <tt>/usr/share/images/<var>package</var></tt> and
8014                 may be referred to through an alias <tt>/images/</tt>
8015                 as
8016                 <example>
8017                   http://localhost/images/&lt;package&gt;/&lt;filename&gt;     
8018                 </example>
8019                 
8020               </p>
8021             </item>
8022
8023             <item>
8024               <p>Web Document Root</p>
8025
8026               <p>
8027                 Web Applications should try to avoid storing files in
8028                 the Web Document Root.  Instead they should use the
8029                 /usr/share/doc/<var>package</var> directory for
8030                 documents and register the Web Application via the
8031                 <package>doc-base</package> package.  If access to the
8032                 web document root is unavoidable then use
8033                 <example compact="compact">
8034 /var/www
8035                 </example>
8036                 as the Document Root.  This might be just a symbolic
8037                 link to the location where the system administrator
8038                 has put the real document root.
8039               </p>
8040             </item>
8041             <item><p>Providing httpd and/or httpd-cgi</p>
8042               <p>
8043                 All web servers should provide the virtual package
8044                 <tt>httpd</tt>. If a web server has CGI support it should
8045                 provide <tt>httpd-cgi</tt> additionally.
8046               </p>
8047               <p>
8048                 All web applications which do not contain CGI scripts should
8049                 depend on <tt>httpd</tt>, all those web applications which
8050                 <tt>do</tt> contain CGI scripts, should depend on
8051                 <tt>httpd-cgi</tt>.
8052               </p>
8053             </item>
8054           </enumlist>
8055         </p>
8056       </sect>
8057
8058       <sect id="mail-transport-agents">
8059         <heading>Mail transport, delivery and user agents</heading>
8060
8061         <p>
8062           Debian packages which process electronic mail, whether mail
8063           user agents (MUAs) or mail transport agents (MTAs), must
8064           ensure that they are compatible with the configuration
8065           decisions below.  Failure to do this may result in lost
8066           mail, broken <tt>From:</tt> lines, and other serious brain
8067           damage!
8068         </p>
8069
8070         <p>
8071           The mail spool is <file>/var/mail</file> and the interface to
8072           send a mail message is <file>/usr/sbin/sendmail</file> (as per
8073           the FHS).  On older systems, the mail spool may be
8074           physically located in <file>/var/spool/mail</file>, but all
8075           access to the mail spool should be via the
8076           <file>/var/mail</file> symlink.  The mail spool is part of the
8077           base system and not part of the MTA package.
8078         </p>
8079
8080         <p>
8081           All Debian MUAs, MTAs, MDAs and other mailbox accessing
8082           programs (such as IMAP daemons) must lock the mailbox in an
8083           NFS-safe way. This means that <tt>fcntl()</tt> locking must
8084           be combined with dot locking.  To avoid deadlocks, a program
8085           should use <tt>fcntl()</tt> first and dot locking after
8086           this, or alternatively implement the two locking methods in
8087           a non blocking way<footnote>
8088               If it is not possible to establish both locks, the
8089               system shouldn't wait for the second lock to be
8090               established, but remove the first lock, wait a (random)
8091               time, and start over locking again.
8092           </footnote>. Using the functions <tt>maillock</tt> and
8093           <tt>mailunlock</tt> provided by the
8094           <tt>liblockfile*</tt><footnote>
8095               You will need to depend on <tt>liblockfile1 (&gt;&gt;1.01)</tt>
8096               to use these functions.
8097           </footnote> packages is the recommended way to realize this.
8098         </p>
8099
8100         <p>
8101           Mailboxes are generally either mode 600 and owned by
8102           <var>user</var> or mode 660 and owned by
8103           <tt><var>user</var>:mail</tt><footnote>
8104             There are two traditional permission schemes for mail spools:
8105             mode 600 with all mail delivery done by processes running as
8106             the destination user, or mode 660 and owned by group mail with
8107             mail delivery done by a process running as a system user in
8108             group mail.  Historically, Debian required mode 660 mail
8109             spools to enable the latter model, but that model has become
8110             increasingly uncommon and the principle of least privilege
8111             indicates that mail systems that use the first model should
8112             use permissions of 600.  If delivery to programs is permitted,
8113             it's easier to keep the mail system secure if the delivery
8114             agent runs as the destination user.  Debian Policy therefore
8115             permits either scheme.
8116           </footnote>. The local system administrator may choose a
8117           different permission scheme; packages should not make
8118           assumptions about the permission and ownership of mailboxes
8119           unless required (such as when creating a new mailbox).  A MUA
8120           may remove a mailbox (unless it has nonstandard permissions) in
8121           which case the MTA or another MUA must recreate it if needed.
8122         </p>
8123
8124         <p>
8125           The mail spool is 2775 <tt>root:mail</tt>, and MUAs should
8126           be setgid mail to do the locking mentioned above (and
8127           must obviously avoid accessing other users' mailboxes
8128           using this privilege).</p>
8129
8130         <p>
8131           <file>/etc/aliases</file> is the source file for the system mail
8132           aliases (e.g., postmaster, usenet, etc.), it is the one
8133           which the sysadmin and <prgn>postinst</prgn> scripts may
8134           edit.  After <file>/etc/aliases</file> is edited the program or
8135           human editing it must call <prgn>newaliases</prgn>.  All MTA
8136           packages must come with a <prgn>newaliases</prgn> program,
8137           even if it does nothing, but older MTA packages did not do
8138           this so programs should not fail if <prgn>newaliases</prgn>
8139           cannot be found.  Note that because of this, all MTA
8140           packages must have <tt>Provides</tt>, <tt>Conflicts</tt> and
8141           <tt>Replaces: mail-transport-agent</tt> control file
8142           fields.
8143         </p>
8144
8145         <p>
8146           The convention of writing <tt>forward to
8147             <var>address</var></tt> in the mailbox itself is not
8148           supported.  Use a <tt>.forward</tt> file instead.</p>
8149
8150         <p>
8151           The <prgn>rmail</prgn> program used by UUCP
8152           for incoming mail should be  <file>/usr/sbin/rmail</file>.
8153           Likewise, <prgn>rsmtp</prgn>, for receiving
8154           batch-SMTP-over-UUCP, should be <file>/usr/sbin/rsmtp</file> if it
8155           is supported.</p>
8156
8157         <p>
8158           If your package needs to know what hostname to use on (for
8159           example) outgoing news and mail messages which are generated
8160           locally, you should use the file <file>/etc/mailname</file>.  It
8161           will contain the portion after the username and <tt>@</tt>
8162           (at) sign for email addresses of users on the machine
8163           (followed by a newline).
8164         </p>
8165
8166         <p>
8167           Such a package should check for the existence of this file
8168           when it is being configured.  If it exists, it should be
8169           used without comment, although an MTA's configuration script
8170           may wish to prompt the user even if it finds that this file
8171           exists.  If the file does not exist, the package should
8172           prompt the user for the value (preferably using
8173           <prgn>debconf</prgn>) and store it in <file>/etc/mailname</file>
8174           as well as using it in the package's configuration.  The
8175           prompt should make it clear that the name will not just be
8176           used by that package.  For example, in this situation the
8177           <tt>inn</tt> package could say something like:
8178           <example compact="compact">
8179 Please enter the "mail name" of your system.  This is the
8180 hostname portion of the address to be shown on outgoing
8181 news and mail messages.  The default is
8182 <var>syshostname</var>, your system's host name.  Mail
8183 name ["<var>syshostname</var>"]:
8184           </example>
8185           where <var>syshostname</var> is the output of <tt>hostname
8186             --fqdn</tt>.
8187         </p>
8188       </sect>
8189
8190       <sect>
8191         <heading>News system configuration</heading>
8192
8193         <p>
8194           All the configuration files related to the NNTP (news)
8195           servers and clients should be located under
8196           <file>/etc/news</file>.</p>
8197
8198         <p>
8199           There are some configuration issues that apply to a number
8200           of news clients and server packages on the machine. These
8201           are:
8202
8203           <taglist>
8204             <tag><file>/etc/news/organization</file></tag>
8205             <item>
8206                 A string which should appear as the
8207                 organization header for all messages posted
8208                 by NNTP clients on the machine
8209             </item>
8210
8211             <tag><file>/etc/news/server</file></tag>
8212             <item>
8213                 Contains the FQDN of the upstream NNTP
8214                 server, or localhost if the local machine is
8215                 an NNTP server.
8216             </item>
8217           </taglist>
8218
8219           Other global files may be added as required for cross-package news
8220           configuration.
8221         </p>
8222       </sect>
8223
8224
8225       <sect>
8226         <heading>Programs for the X Window System</heading>
8227
8228         <sect1>
8229           <heading>Providing X support and package priorities</heading>
8230
8231           <p>
8232             Programs that can be configured with support for the X
8233             Window System must be configured to do so and must declare
8234             any package dependencies necessary to satisfy their
8235             runtime requirements when using the X Window System.  If
8236             such a package is of higher priority than the X packages
8237             on which it depends, it is required that either the
8238             X-specific components be split into a separate package, or
8239             that an alternative version of the package, which includes
8240             X support, be provided, or that the package's priority be
8241             lowered.
8242           </p>
8243         </sect1>
8244
8245         <sect1>
8246           <heading>Packages providing an X server</heading>
8247
8248           <p>
8249             Packages that provide an X server that, directly or
8250             indirectly, communicates with real input and display
8251             hardware should declare in their control data that they
8252             provide the virtual package <tt>xserver</tt>.<footnote>
8253                 This implements current practice, and provides an
8254                 actual policy for usage of the <tt>xserver</tt>
8255                 virtual package which appears in the virtual packages
8256                 list.  In a nutshell, X servers that interface
8257                 directly with the display and input hardware or via
8258                 another subsystem (e.g., GGI) should provide
8259                 <tt>xserver</tt>.  Things like <tt>Xvfb</tt>,
8260                 <tt>Xnest</tt>, and <tt>Xprt</tt> should not.
8261             </footnote>
8262           </p>
8263         </sect1>
8264
8265         <sect1>
8266           <heading>Packages providing a terminal emulator</heading>
8267
8268           <p>
8269             Packages that provide a terminal emulator for the X Window
8270             System which meet the criteria listed below should declare
8271             in their control data that they provide the virtual
8272             package <tt>x-terminal-emulator</tt>.  They should also
8273             register themselves as an alternative for
8274             <file>/usr/bin/x-terminal-emulator</file>, with a priority of
8275             20.
8276           </p>
8277
8278           <p>
8279             To be an <tt>x-terminal-emulator</tt>, a program must:
8280             <list compact="compact">
8281               <item>
8282                   Be able to emulate a DEC VT100 terminal, or a
8283                   compatible terminal.
8284               </item>
8285
8286               <item>
8287                   Support the command-line option <tt>-e
8288                     <var>command</var></tt>, which creates a new
8289                   terminal window<footnote>
8290                       "New terminal window" does not necessarily mean
8291                       a new top-level X window directly parented by
8292                       the window manager; it could, if the terminal
8293                       emulator application were so coded, be a new
8294                       "view" in a multiple-document interface (MDI).
8295                   </footnote>
8296                   and runs the specified <var>command</var>,
8297                   interpreting the entirety of the rest of the command
8298                   line as a command to pass straight to exec, in the
8299                   manner that <tt>xterm</tt> does.
8300               </item>
8301
8302               <item>
8303                   Support the command-line option <tt>-T
8304                     <var>title</var></tt>, which creates a new terminal
8305                   window with the window title <var>title</var>.
8306               </item>
8307             </list>
8308           </p>
8309         </sect1>
8310
8311         <sect1>
8312           <heading>Packages providing a window manager</heading>
8313
8314           <p>
8315             Packages that provide a window manager should declare in
8316             their control data that they provide the virtual package
8317             <tt>x-window-manager</tt>.  They should also register
8318             themselves as an alternative for
8319             <file>/usr/bin/x-window-manager</file>, with a priority
8320             calculated as follows:
8321             <list compact="compact">
8322               <item>
8323                   Start with a priority of 20.
8324               </item>
8325
8326               <item>
8327                   If the window manager supports the Debian menu
8328                   system, add 20 points if this support is available
8329                   in the package's default configuration (i.e., no
8330                   configuration files belonging to the system or user
8331                   have to be edited to activate the feature); if
8332                   configuration files must be modified, add only 10
8333                   points.
8334                 </p>
8335               </item>
8336
8337               <item>
8338                   If the window manager complies with <url
8339                     id="http://www.freedesktop.org/Standards/wm-spec"
8340                     name="The Window Manager Specification Project">,
8341                   written by the <url id="http://www.freedesktop.org/"
8342                     name="Free Desktop Group">, add 40 points.
8343               </item>
8344
8345               <item>
8346                   If the window manager permits the X session to be
8347                   restarted using a <em>different</em> window manager
8348                   (without killing the X server) in its default
8349                   configuration, add 10 points; otherwise add none.
8350               </item>
8351             </list>
8352           </p>
8353         </sect1>
8354
8355         <sect1>
8356           <heading>Packages providing fonts</heading>
8357
8358           <p>
8359             Packages that provide fonts for the X Window
8360             System<footnote>
8361                 For the purposes of Debian Policy, a "font for the X
8362                 Window System" is one which is accessed via X protocol
8363                 requests.  Fonts for the Linux console, for PostScript
8364                 renderer, or any other purpose, do not fit this
8365                 definition.  Any tool which makes such fonts available
8366                 to the X Window System, however, must abide by this
8367                 font policy.
8368             </footnote>
8369             must do a number of things to ensure that they are both
8370             available without modification of the X or font server
8371             configuration, and that they do not corrupt files used by
8372             other font packages to register information about
8373             themselves.
8374             <enumlist>
8375               <item>
8376                   Fonts of any type supported by the X Window System
8377                   must be in a separate binary package from any
8378                   executables, libraries, or documentation (except
8379                   that specific to the fonts shipped, such as their
8380                   license information).  If one or more of the fonts
8381                   so packaged are necessary for proper operation of
8382                   the package with which they are associated the font
8383                   package may be Recommended; if the fonts merely
8384                   provide an enhancement, a Suggests relationship may
8385                   be used.  Packages must not Depend on font
8386                   packages.<footnote>
8387                       This is because the X server may retrieve fonts
8388                       from the local file system or over the network
8389                       from an X font server; the Debian package system
8390                       is empowered to deal only with the local
8391                       file system.
8392                   </footnote>
8393               </item>
8394
8395               <item>
8396                   BDF fonts must be converted to PCF fonts with the
8397                   <prgn>bdftopcf</prgn> utility (available in the
8398                   <tt>xfonts-utils</tt> package, <prgn>gzip</prgn>ped, and
8399                   placed in a directory that corresponds to their
8400                   resolution:
8401                   <list compact="compact">
8402                     <item>
8403                         100 dpi fonts must be placed in
8404                         <file>/usr/share/fonts/X11/100dpi/</file>.
8405                     </item>
8406
8407                     <item>
8408                         75 dpi fonts must be placed in
8409                         <file>/usr/share/fonts/X11/75dpi/</file>.
8410                     </item>
8411
8412                     <item>
8413                         Character-cell fonts, cursor fonts, and other
8414                         low-resolution fonts must be placed in
8415                         <file>/usr/share/fonts/X11/misc/</file>.
8416                     </item>
8417                   </list>
8418               </item>
8419
8420               <item>
8421                   Type 1 fonts must be placed in
8422                   <file>/usr/share/fonts/X11/Type1/</file>.  If font
8423                   metric files are available, they must be placed here
8424                   as well.
8425               </item>
8426
8427               <item>
8428                   Subdirectories of <file>/usr/share/fonts/X11/</file>
8429                   other than those listed above must be neither
8430                   created nor used.  (The <file>PEX</file>, <file>CID</file>,
8431                   <file>Speedo</file>, and <file>cyrillic</file> directories
8432                   are excepted for historical reasons, but installation of
8433                   files into these directories remains discouraged.)
8434               </item>
8435
8436               <item>
8437                   Font packages may, instead of placing files directly
8438                   in the X font directories listed above, provide
8439                   symbolic links in that font directory pointing to
8440                   the files' actual location in the filesystem.  Such
8441                   a location must comply with the FHS.
8442               </item>
8443
8444               <item>
8445                   Font packages should not contain both 75dpi and
8446                   100dpi versions of a font.  If both are available,
8447                   they should be provided in separate binary packages
8448                   with <tt>-75dpi</tt> or <tt>-100dpi</tt> appended to
8449                   the names of the packages containing the
8450                   corresponding fonts.
8451               </item>
8452
8453               <item>
8454                   Fonts destined for the <file>misc</file> subdirectory
8455                   should not be included in the same package as 75dpi
8456                   or 100dpi fonts; instead, they should be provided in
8457                   a separate package with <tt>-misc</tt> appended to
8458                   its name.
8459               </item>
8460
8461               <item>
8462                   Font packages must not provide the files
8463                   <file>fonts.dir</file>, <file>fonts.alias</file>, or
8464                   <file>fonts.scale</file> in a font directory:
8465                   <list>
8466                     <item>
8467                         <file>fonts.dir</file> files must not be provided at all.
8468                     </item>
8469
8470                     <item>
8471                         <file>fonts.alias</file> and <file>fonts.scale</file>
8472                         files, if needed, should be provided in the
8473                         directory
8474                         <file>/etc/X11/fonts/<var>fontdir</var>/<var>package</var>.<var>extension</var></file>,
8475                         where <var>fontdir</var> is the name of the
8476                         subdirectory of
8477                         <file>/usr/share/fonts/X11/</file> where the
8478                         package's corresponding fonts are stored
8479                         (e.g., <tt>75dpi</tt> or <tt>misc</tt>),
8480                         <var>package</var> is the name of the package
8481                         that provides these fonts, and
8482                         <var>extension</var> is either <tt>scale</tt>
8483                         or <tt>alias</tt>, whichever corresponds to
8484                         the file contents.
8485                     </item>
8486                   </list>
8487               </item>
8488
8489               <item>
8490                   Font packages must declare a dependency on
8491                   <tt>xfonts-utils</tt> in their control
8492                   data.
8493               </item>
8494
8495               <item>
8496                   Font packages that provide one or more
8497                   <file>fonts.scale</file> files as described above must
8498                   invoke <prgn>update-fonts-scale</prgn> on each
8499                   directory into which they installed fonts
8500                   <em>before</em> invoking
8501                   <prgn>update-fonts-dir</prgn> on that directory.
8502                   This invocation must occur in both the
8503                   <prgn>postinst</prgn> (for all arguments) and
8504                   <prgn>postrm</prgn> (for all arguments except
8505                   <tt>upgrade</tt>) scripts.
8506               </item>
8507
8508               <item>
8509                   Font packages that provide one or more
8510                   <file>fonts.alias</file> files as described above must
8511                   invoke <prgn>update-fonts-alias</prgn> on each
8512                   directory into which they installed fonts.  This
8513                   invocation must occur in both the
8514                   <prgn>postinst</prgn> (for all arguments) and
8515                   <prgn>postrm</prgn> (for all arguments except
8516                   <tt>upgrade</tt>) scripts.
8517               </item>
8518
8519               <item>
8520                   Font packages must invoke
8521                   <prgn>update-fonts-dir</prgn> on each directory into
8522                   which they installed fonts.  This invocation must
8523                   occur in both the <prgn>postinst</prgn> (for all
8524                   arguments) and <prgn>postrm</prgn> (for all
8525                   arguments except <tt>upgrade</tt>) scripts.
8526               </item>
8527
8528               <item>
8529                   Font packages must not provide alias names for the
8530                   fonts they include which collide with alias names
8531                   already in use by fonts already packaged.
8532               </item>
8533
8534               <item>
8535                   Font packages must not provide fonts with the same
8536                   XLFD registry name as another font already packaged.
8537               </item>
8538             </enumlist>
8539           </p>
8540         </sect1>
8541
8542         <sect1 id="appdefaults">
8543           <heading>Application defaults files</heading>
8544
8545           <p>
8546             Application defaults files must be installed in the
8547             directory <file>/etc/X11/app-defaults/</file> (use of a
8548             localized subdirectory of <file>/etc/X11/</file> as described
8549             in the <em>X Toolkit Intrinsics - C Language
8550             Interface</em> manual is also permitted).  They must be
8551             registered as <tt>conffile</tt>s or handled as
8552             configuration files.
8553           </p>
8554
8555           <p>
8556             Customization of programs' X resources may also be
8557             supported with the provision of a file with the same name
8558             as that of the package placed in the
8559             <file>/etc/X11/Xresources/</file> directory, which must
8560             registered as a <tt>conffile</tt> or handled as a
8561             configuration file.<footnote>
8562                 Note that this mechanism is not the same as using
8563                 app-defaults; app-defaults are tied to the client
8564                 binary on the local file system, whereas X resources
8565                 are stored in the X server and affect all connecting
8566                 clients.
8567             </footnote>
8568           </p>
8569         </sect1>
8570
8571         <sect1>
8572           <heading>Installation directory issues</heading>
8573
8574           <p>
8575             Historically, packages using the X Window System used a
8576             separate set of installation directories from other packages.
8577             This practice has been discontinued and packages using the X
8578             Window System should now generally be installed in the same
8579             directories as any other package.  Specifically, packages must
8580             not install files under the <file>/usr/X11R6/</file> directory
8581             and the <file>/usr/X11R6/</file> directory hierarchy should be
8582             regarded as obsolete.
8583           </p>
8584
8585           <p>
8586             Include files previously installed under
8587             <file>/usr/X11R6/include/X11/</file> should be installed into
8588             <file>/usr/include/X11/</file>.  For files previously
8589             installed into subdirectories of
8590             <file>/usr/X11R6/lib/X11/</file>, package maintainers should
8591             determine if subdirectories of <file>/usr/lib/</file> and
8592             <file>/usr/share/</file> can be used.  If not, a subdirectory
8593             of <file>/usr/lib/X11/</file> should be used.
8594           </p>
8595
8596           <p>
8597             Configuration files for window, display, or session managers
8598             or other applications that are tightly integrated with the X
8599             Window System may be placed in a subdirectory
8600             of <file>/etc/X11/</file> corresponding to the package name.
8601             Other X Window System applications should use
8602             the <file>/etc/</file> directory unless otherwise mandated by
8603             policy (such as for <ref id="appdefaults">).
8604           </p>
8605         </sect1>
8606
8607         <sect1>
8608           <heading>The OSF/Motif and OpenMotif libraries</heading>
8609
8610           <p>
8611             <em>Programs that require the non-DFSG-compliant OSF/Motif or
8612               OpenMotif libraries</em><footnote>
8613                 OSF/Motif and OpenMotif are collectively referred to as
8614                 "Motif" in this policy document.
8615             </footnote>
8616             should be compiled against and tested with LessTif (a free
8617             re-implementation of Motif) instead.  If the maintainer
8618             judges that the program or programs do not work
8619             sufficiently well with LessTif to be distributed and
8620             supported, but do so when compiled against Motif, then two
8621             versions of the package should be created; one linked
8622             statically against Motif and with <tt>-smotif</tt>
8623             appended to the package name, and one linked dynamically
8624             against Motif and with <tt>-dmotif</tt> appended to the
8625             package name.
8626           </p>
8627
8628           <p>
8629             Both Motif-linked versions are dependent
8630             upon non-DFSG-compliant software and thus cannot be
8631             uploaded to the <em>main</em> distribution; if the
8632             software is itself DFSG-compliant it may be uploaded to
8633             the <em>contrib</em> distribution.  While known existing
8634             versions of Motif permit unlimited redistribution of
8635             binaries linked against the library (whether statically or
8636             dynamically), it is the package maintainer's
8637             responsibility to determine whether this is permitted by
8638             the license of the copy of Motif in their possession.
8639           </p>
8640         </sect1>
8641       </sect>
8642
8643       <sect id="perl">
8644         <heading>Perl programs and modules</heading>
8645
8646         <p>
8647           Perl programs and modules should follow the current Perl policy.
8648         </p>
8649
8650         <p>
8651           The Perl policy can be found in the <tt>perl-policy</tt>
8652           files in the <tt>debian-policy</tt> package.
8653           It is also available from the Debian web mirrors at
8654           <tt><url name="/doc/packaging-manuals/perl-policy/"
8655                 id="http://www.debian.org/doc/packaging-manuals/perl-policy/"></tt>.
8656         </p>
8657       </sect>
8658
8659       <sect id="emacs">
8660         <heading>Emacs lisp programs</heading>
8661
8662         <p>
8663           Please refer to the "Debian Emacs Policy" for details of how to
8664           package emacs lisp programs.
8665         </p>
8666
8667         <p>
8668           The Emacs policy is available in
8669           <file>debian-emacs-policy.gz</file> of the
8670           <package>emacsen-common</package> package.
8671           It is also available from the Debian web mirrors at
8672           <tt><url name="/doc/packaging-manuals/debian-emacs-policy"
8673                 id="http://www.debian.org/doc/packaging-manuals/debian-emacs-policy"></tt>.
8674         </p>
8675       </sect>
8676
8677       <sect>
8678         <heading>Games</heading>
8679
8680         <p>
8681           The permissions on <file>/var/games</file> are mode 755, owner
8682           <tt>root</tt> and group <tt>root</tt>.
8683         </p>
8684
8685         <p>
8686           Each game decides on its own security policy.</p>
8687
8688         <p>
8689           Games which require protected, privileged access to
8690           high-score files, saved games, etc., may be made
8691           set-<em>group</em>-id (mode 2755) and owned by
8692           <tt>root:games</tt>, and use files and directories with
8693           appropriate permissions (770 <tt>root:games</tt>, for
8694           example).  They must not be made
8695           set-<em>user</em>-id, as this causes security problems. (If
8696           an attacker can subvert any set-user-id game they can
8697           overwrite the executable of any other, causing other players
8698           of these games to run a Trojan horse program.  With a
8699           set-group-id game the attacker only gets access to less
8700           important game data, and if they can get at the other
8701           players' accounts at all it will take considerably more
8702           effort.)</p>
8703
8704         <p>
8705           Some packages, for example some fortune cookie programs, are
8706           configured by the upstream authors to install with their
8707           data files or other static information made unreadable so
8708           that they can only be accessed through set-id programs
8709           provided.  You should not do this in a Debian package: anyone can
8710           download the <file>.deb</file> file and read the data from it,
8711           so there is no point making the files unreadable.  Not
8712           making the files unreadable also means that you don't have
8713           to make so many programs set-id, which reduces the risk of a
8714           security hole.</p>
8715
8716         <p>
8717           As described in the FHS, binaries of games should be
8718           installed in the directory <file>/usr/games</file>. This also
8719           applies to games that use the X Window System. Manual pages
8720           for games (X and non-X games) should be installed in
8721           <file>/usr/share/man/man6</file>.</p>
8722       </sect>
8723     </chapt>
8724
8725
8726     <chapt id="docs">
8727       <heading>Documentation</heading>
8728
8729       <sect>
8730         <heading>Manual pages</heading>
8731
8732         <p>
8733           You should install manual pages in <prgn>nroff</prgn> source
8734           form, in appropriate places under <file>/usr/share/man</file>.
8735           You should only use sections 1 to 9 (see the FHS for more
8736           details).  You must not install a pre-formatted "cat page".
8737         </p>
8738
8739         <p>
8740           Each program, utility, and function should have an
8741           associated manual page included in the same package. It is
8742           suggested that all configuration files also have a manual
8743           page included as well. Manual pages for protocols and other
8744           auxiliary things are optional.
8745         </p>
8746
8747         <p>
8748           If no manual page is available, this is considered as a bug
8749           and should be reported to the Debian Bug Tracking System (the
8750           maintainer of the package is allowed to write this bug report
8751           themselves, if they so desire).  Do not close the bug report
8752           until a proper man page is available.<footnote>
8753               It is not very hard to write a man page. See the
8754               <url id="http://www.schweikhardt.net/man_page_howto.html"
8755                 name="Man-Page-HOWTO">,
8756               <manref name="man" section="7">, the examples
8757               created by <prgn>debmake</prgn> or <prgn>dh_make</prgn>,
8758               the helper programs <prgn>help2man</prgn>, or the
8759               directory <file>/usr/share/doc/man-db/examples</file>.
8760           </footnote>
8761         </p>
8762
8763         <p>
8764           You may forward a complaint about a missing man page to the
8765           upstream authors, and mark the bug as forwarded in the
8766           Debian bug tracking system.  Even though the GNU Project do
8767           not in general consider the lack of a man page to be a bug,
8768           we do; if they tell you that they don't consider it a bug
8769           you should leave the bug in our bug tracking system open
8770           anyway.
8771         </p>
8772
8773         <p>
8774           Manual pages should be installed compressed using <tt>gzip -9</tt>.
8775         </p>
8776
8777         <p>
8778           If one man page needs to be accessible via several names it
8779           is better to use a symbolic link than the <file>.so</file>
8780           feature, but there is no need to fiddle with the relevant
8781           parts of the upstream source to change from <file>.so</file> to
8782           symlinks: don't do it unless it's easy.  You should not
8783           create hard links in the manual page directories, nor put
8784           absolute filenames in <file>.so</file> directives.  The filename
8785           in a <file>.so</file> in a man page should be relative to the
8786           base of the man page tree (usually
8787           <file>/usr/share/man</file>). If you do not create any links
8788           (whether symlinks, hard links, or <tt>.so</tt> directives)
8789           in the file system to the alternate names of the man page,
8790           then you should not rely on <prgn>man</prgn> finding your
8791           man page under those names based solely on the information in
8792           the man page's header.<footnote>
8793               Supporting this in <prgn>man</prgn> often requires
8794               unreasonable processing time to find a manual page or to
8795               report that none exists, and moves knowledge into man's
8796               database that would be better left in the file system.
8797               This support is therefore deprecated and will cease to
8798               be present in the future.
8799           </footnote>
8800         </p>
8801
8802         <p>
8803           Manual pages in locale-specific subdirectories of
8804           <file>/usr/share/man</file> should use either UTF-8 or the usual
8805           legacy encoding for that language (normally the one corresponding
8806           to the shortest relevant locale name in
8807           <file>/usr/share/i18n/SUPPORTED</file>). For example, pages under
8808           <file>/usr/share/man/fr</file> should use either UTF-8 or
8809           ISO-8859-1.<footnote>
8810             <prgn>man</prgn> will automatically detect whether UTF-8 is in
8811             use. In future, all manual pages will be required to use
8812             UTF-8.
8813           </footnote>
8814         </p>
8815
8816         <p>
8817           A country name (the <tt>DE</tt> in <tt>de_DE</tt>) should not be
8818           included in the subdirectory name unless it indicates a
8819           significant difference in the language, as this excludes
8820           speakers of the language in other countries.<footnote>
8821             At the time of writing, Chinese and Portuguese are the main
8822             languages with such differences, so <file>pt_BR</file>,
8823             <file>zh_CN</file>, and <file>zh_TW</file> are all allowed.
8824           </footnote>
8825         </p>
8826
8827         <p>
8828           If a localized version of a manual page is provided, it should
8829           either be up-to-date or it should be obvious to the reader that
8830           it is outdated and the original manual page should be used
8831           instead.  This can be done either by a note at the beginning of
8832           the manual page or by showing the missing or changed portions in
8833           the original language instead of the target language.
8834         </p>
8835       </sect>
8836
8837       <sect>
8838         <heading>Info documents</heading>
8839
8840         <p>
8841           Info documents should be installed in <file>/usr/share/info</file>.
8842           They should be compressed with <tt>gzip -9</tt>.
8843         </p>
8844
8845         <p>
8846           The <prgn>install-info</prgn> program maintains a directory of
8847           installed info documents in <file>/usr/share/info/dir</file> for
8848           the use of info readers.<footnote>
8849             It was previously necessary for packages installing info
8850             documents to run <prgn>install-info</prgn> from maintainer
8851             scripts.  This is no longer necessary.  The installation
8852             system now uses dpkg hooks.
8853           </footnote>
8854           This file must not be included in packages.
8855         </p>
8856
8857         <p>
8858           Info documents should contain section and directory entry
8859           information in the document for the use
8860           of <prgn>install-info</prgn>.  The section should be specified
8861           via a line starting with <tt>INFO-DIR-SECTION</tt> followed by a
8862           space and the section of this info page.  The directory entry or
8863           entries should be included between
8864           a <tt>START-INFO-DIR-ENTRY</tt> line and
8865           an <tt>END-INFO-DIR-ENTRY</tt> line.  For example:
8866           <example>
8867 INFO-DIR-SECTION Individual utilities
8868 START-INFO-DIR-ENTRY
8869 * example: (example).               An example info directory entry.
8870 END-INFO-DIR-ENTRY
8871           </example>
8872           To determine which section to use, you should look
8873           at <file>/usr/share/info/dir</file> on your system and choose
8874           the most relevant (or create a new section if none of the
8875           current sections are relevant).<footnote>
8876             Normally, info documents are generated from Texinfo source.
8877             To include this information in the generated info document, if
8878             it is absent, add commands like:
8879             <example>
8880 @dircategory Individual utilities
8881 @direntry
8882 * example: (example).               An example info directory entry.
8883 @end direntry
8884             </example>
8885           </footnote>
8886           to the Texinfo source of the document and ensure that the info
8887           documents are rebuilt from source during the package build.
8888         </p>
8889       </sect>
8890
8891       <sect>
8892         <heading>Additional documentation</heading>
8893
8894         <p>
8895           Any additional documentation that comes with the package may
8896           be installed at the discretion of the package maintainer.
8897           Plain text documentation should be installed in the directory
8898           <file>/usr/share/doc/<var>package</var></file>, where
8899           <var>package</var> is the name of the package, and
8900           compressed with <tt>gzip -9</tt> unless it is small.
8901         </p>
8902
8903         <p>
8904           If a package comes with large amounts of documentation which
8905           many users of the package will not require you should create
8906           a separate binary package to contain it, so that it does not
8907           take up disk space on the machines of users who do not need
8908           or want it installed.</p>
8909
8910         <p>
8911           It is often a good idea to put text information files
8912           (<file>README</file>s, changelogs, and so forth) that come with
8913           the source package in <file>/usr/share/doc/<var>package</var></file>
8914           in the binary package.  However, you don't need to install
8915           the instructions for building and installing the package, of
8916           course!</p>
8917
8918         <p>
8919           Packages must not require the existence of any files in
8920           <file>/usr/share/doc/</file> in order to function
8921           <footnote>
8922               The system administrator should be able to
8923               delete files in <file>/usr/share/doc/</file> without causing
8924               any programs to break.
8925           </footnote>.
8926           Any files that are referenced by programs but are also
8927           useful as stand alone documentation should be installed under
8928           <file>/usr/share/<var>package</var>/</file> with symbolic links from
8929           <file>/usr/share/doc/<var>package</var></file>.
8930         </p>
8931
8932         <p>
8933           <file>/usr/share/doc/<var>package</var></file> may be a symbolic
8934           link to another directory in <file>/usr/share/doc</file> only if
8935           the two packages both come from the same source and the
8936           first package Depends on the second.<footnote>
8937             <p>
8938               Please note that this does not override the section on
8939               changelog files below, so the file 
8940               <file>/usr/share/<var>package</var>/changelog.Debian.gz</file>
8941               must refer to the changelog for the current version of
8942               <var>package</var> in question. In practice, this means
8943               that the sources of the target and the destination of the
8944               symlink must be the same (same source package and
8945               version). 
8946             </p>
8947           </footnote>
8948         </p>
8949
8950         <p>
8951           Former Debian releases placed all additional documentation
8952           in <file>/usr/doc/<var>package</var></file>.  This has been
8953           changed to <file>/usr/share/doc/<var>package</var></file>,
8954           and packages must not put documentation in the directory
8955           <file>/usr/doc/<var>package</var></file>. <footnote>
8956             At this phase of the transition, we no longer require a
8957             symbolic link in <file>/usr/doc/</file>. At a later point,
8958             policy shall change to make the symbolic links a bug.
8959           </footnote>
8960         </p>
8961       </sect>
8962
8963       <sect>
8964         <heading>Preferred documentation formats</heading>
8965
8966         <p>
8967           The unification of Debian documentation is being carried out
8968           via HTML.</p>
8969
8970         <p>
8971           If your package comes with extensive documentation in a
8972           markup format that can be converted to various other formats
8973           you should if possible ship HTML versions in a binary
8974           package, in the directory
8975           <file>/usr/share/doc/<var>appropriate-package</var></file> or
8976           its subdirectories.<footnote>
8977               The rationale: The important thing here is that HTML
8978               docs should be available in <em>some</em> package, not
8979               necessarily in the main binary package.
8980           </footnote>
8981         </p>
8982
8983         <p>
8984           Other formats such as PostScript may be provided at the
8985           package maintainer's discretion.
8986         </p>
8987       </sect>
8988
8989       <sect id="copyrightfile">
8990         <heading>Copyright information</heading>
8991
8992         <p>
8993           Every package must be accompanied by a verbatim copy of its
8994           copyright and distribution license in the file
8995           <file>/usr/share/doc/<var>package</var>/copyright</file>. This
8996           file must neither be compressed nor be a symbolic link.
8997         </p>
8998
8999         <p>
9000           In addition, the copyright file must say where the upstream
9001           sources (if any) were obtained.  It should name the original
9002           authors of the package and the Debian maintainer(s) who were
9003           involved with its creation.
9004         </p>
9005
9006         <p>
9007           Packages in the <em>contrib</em> or <em>non-free</em> archive
9008           areas should state in the copyright file that the package is not
9009           part of the Debian GNU/Linux distribution and briefly explain
9010           why.
9011         </p>
9012
9013         <p>
9014           A copy of the file which will be installed in
9015           <file>/usr/share/doc/<var>package</var>/copyright</file> should
9016           be in <file>debian/copyright</file> in the source package.
9017         </p>
9018
9019         <p>
9020           <file>/usr/share/doc/<var>package</var></file> may be a symbolic
9021           link to another directory in <file>/usr/share/doc</file> only if
9022           the two packages both come from the same source and the
9023           first package Depends on the second.  These rules are
9024           important because copyrights must be extractable by
9025           mechanical means.
9026         </p>
9027
9028         <p>
9029           Packages distributed under the UCB BSD license, the Apache
9030           license (version 2.0), the Artistic license, the GNU GPL
9031           (version 2 or 3), the GNU LGPL (versions 2, 2.1, or 3), and the
9032           GNU FDL (versions 1.2 or 1.3) should refer to the corresponding
9033           files under <file>/usr/share/common-licenses</file>,<footnote>
9034             <p>
9035               In particular,
9036               <file>/usr/share/common-licenses/BSD</file>,
9037               <file>/usr/share/common-licenses/Apache-2.0</file>,
9038               <file>/usr/share/common-licenses/Artistic</file>,
9039               <file>/usr/share/common-licenses/GPL-2</file>,
9040               <file>/usr/share/common-licenses/GPL-3</file>,
9041               <file>/usr/share/common-licenses/LGPL-2</file>,
9042               <file>/usr/share/common-licenses/LGPL-2.1</file>,
9043               <file>/usr/share/common-licenses/LGPL-3</file>,
9044               <file>/usr/share/common-licenses/GFDL-1.2</file>, and
9045               <file>/usr/share/common-licenses/GFDL-1.3</file>
9046               respectively.
9047             </p>
9048           </footnote> rather than quoting them in the copyright
9049           file. 
9050         </p>
9051
9052         <p>
9053           You should not use the copyright file as a general <file>README</file>
9054           file.  If your package has such a file it should be
9055           installed in <file>/usr/share/doc/<var>package</var>/README</file> or
9056           <file>README.Debian</file> or some other appropriate place.</p>
9057       </sect>
9058
9059       <sect>
9060         <heading>Examples</heading>
9061
9062         <p>
9063           Any examples (configurations, source files, whatever),
9064           should be installed in a directory
9065           <file>/usr/share/doc/<var>package</var>/examples</file>.  These
9066           files should not be referenced by any program: they're there
9067           for the benefit of the system administrator and users as
9068           documentation only.  Architecture-specific example files
9069           should be installed in a directory
9070           <file>/usr/lib/<var>package</var>/examples</file> with symbolic
9071           links to them from
9072           <file>/usr/share/doc/<var>package</var>/examples</file>, or the
9073           latter directory itself may be a symbolic link to the
9074           former.
9075         </p>
9076
9077         <p>
9078           If the purpose of a package is to provide examples, then the
9079           example files may be installed into
9080           <file>/usr/share/doc/<var>package</var></file>.
9081         </p>
9082       </sect>
9083
9084       <sect id="changelogs">
9085         <heading>Changelog files</heading>
9086
9087         <p>
9088           Packages that are not Debian-native must contain a
9089           compressed copy of the <file>debian/changelog</file> file from
9090           the Debian source tree in
9091           <file>/usr/share/doc/<var>package</var></file> with the name
9092           <file>changelog.Debian.gz</file>.
9093         </p>
9094
9095         <p>
9096           If an upstream changelog is available, it should be accessible as
9097           <file>/usr/share/doc/<var>package</var>/changelog.gz</file> in
9098           plain text.  If the upstream changelog is distributed in
9099           HTML, it should be made available in that form as
9100           <file>/usr/share/doc/<var>package</var>/changelog.html.gz</file>
9101           and a plain text <file>changelog.gz</file> should be generated
9102           from it using, for example, <tt>lynx -dump -nolist</tt>.  If
9103           the upstream changelog files do not already conform to this
9104           naming convention, then this may be achieved either by
9105           renaming the files, or by adding a symbolic link, at the
9106           maintainer's discretion.<footnote>
9107               Rationale: People should not have to look in places for
9108               upstream changelogs merely because they are given
9109               different names or are distributed in HTML format.
9110           </footnote>
9111         </p>
9112
9113         <p>
9114           All of these files should be installed compressed using
9115           <tt>gzip -9</tt>, as they will become large with time even
9116           if they start out small.
9117         </p>
9118
9119         <p>
9120           If the package has only one changelog which is used both as
9121           the Debian changelog and the upstream one because there is
9122           no separate upstream maintainer then that changelog should
9123           usually be installed as
9124           <file>/usr/share/doc/<var>package</var>/changelog.gz</file>; if
9125           there is a separate upstream maintainer, but no upstream
9126           changelog, then the Debian changelog should still be called
9127           <file>changelog.Debian.gz</file>.
9128         </p>
9129
9130         <p>
9131           For details about the format and contents of the Debian
9132           changelog file, please see <ref id="dpkgchangelog">.
9133         </p>
9134       </sect>
9135     </chapt>
9136
9137     <appendix id="pkg-scope">
9138       <heading>Introduction and scope of these appendices</heading>
9139
9140       <p>
9141         These appendices are taken essentially verbatim from the
9142         now-deprecated Packaging Manual, version 3.2.1.0.  They are
9143         the chapters which are likely to be of use to package
9144         maintainers and which have not already been included in the
9145         policy document itself. Most of these sections are very likely
9146         not relevant to policy; they should be treated as
9147         documentation for the packaging system. Please note that these
9148         appendices are included for convenience, and for historical
9149         reasons: they used to be part of policy package, and they have
9150         not yet been incorporated into dpkg documentation. However,
9151         they still have value, and hence they are presented here.
9152       </p>
9153
9154       <p>
9155         They have not yet been checked to ensure that they are
9156         compatible with the contents of policy, and if there are any
9157         contradictions, the version in the main policy document takes
9158         precedence.  The remaining chapters of the old Packaging
9159         Manual have also not been read in detail to ensure that there
9160         are not parts which have been left out.  Both of these will be
9161         done in due course.
9162       </p>
9163
9164       <p>
9165         Certain parts of the Packaging manual were integrated into the
9166         Policy Manual proper, and removed from the appendices. Links
9167         have been placed from the old locations to the new ones.
9168       </p>
9169
9170       <p>
9171         <prgn>dpkg</prgn> is a suite of programs for creating binary
9172         package files and installing and removing them on Unix
9173         systems.<footnote>
9174             <prgn>dpkg</prgn> is targeted primarily at Debian
9175             GNU/Linux, but may work on or be ported to other
9176             systems.
9177         </footnote>
9178       </p>
9179
9180       <p>
9181         The binary packages are designed for the management of
9182         installed executable programs (usually compiled binaries) and
9183         their associated data, though source code examples and
9184         documentation are provided as part of some packages.</p>
9185
9186       <p>
9187         This manual describes the technical aspects of creating Debian
9188         binary packages (<file>.deb</file> files).  It documents the
9189         behavior of the package management programs
9190         <prgn>dpkg</prgn>, <prgn>dselect</prgn> et al. and the way
9191         they interact with packages.</p>
9192
9193       <p>
9194         It also documents the interaction between
9195         <prgn>dselect</prgn>'s core and the access method scripts it
9196         uses to actually install the selected packages, and describes
9197         how to create a new access method.</p>
9198
9199       <p>
9200         This manual does not go into detail about the options and
9201         usage of the package building and installation tools.  It
9202         should therefore be read in conjunction with those programs'
9203         man pages.
9204       </p>
9205
9206       <p>
9207         The utility programs which are provided with <prgn>dpkg</prgn>
9208         for managing various system configuration and similar issues,
9209         such as <prgn>update-rc.d</prgn> and
9210         <prgn>install-info</prgn>, are not described in detail here -
9211         please see their man pages.
9212       </p>
9213
9214       <p>
9215         It is assumed that the reader is reasonably familiar with the
9216         <prgn>dpkg</prgn> System Administrators' manual.
9217         Unfortunately this manual does not yet exist.
9218       </p>
9219
9220       <p>
9221         The Debian version of the FSF's GNU hello program is provided
9222         as an example for people wishing to create Debian
9223         packages. The Debian <prgn>debmake</prgn> package is
9224         recommended as a very helpful tool in creating and maintaining
9225         Debian packages. However, while the tools and examples are
9226         helpful, they do not replace the need to read and follow the
9227         Policy and Programmer's Manual.</p>
9228     </appendix>
9229
9230     <appendix id="pkg-binarypkg">
9231       <heading>Binary packages (from old Packaging Manual)</heading>
9232
9233       <p>
9234         The binary package has two main sections.  The first part
9235         consists of various control information files and scripts used
9236         by <prgn>dpkg</prgn> when installing and removing.  See <ref
9237         id="pkg-controlarea">.
9238       </p>
9239
9240       <p>
9241         The second part is an archive containing the files and
9242         directories to be installed.
9243       </p>
9244
9245       <p>
9246         In the future binary packages may also contain other
9247         components, such as checksums and digital signatures. The
9248         format for the archive is described in full in the
9249         <file>deb(5)</file> man page.
9250       </p>
9251
9252
9253       <sect id="pkg-bincreating"><heading>Creating package files -
9254       <prgn>dpkg-deb</prgn>
9255         </heading>
9256
9257         <p>
9258           All manipulation of binary package files is done by
9259           <prgn>dpkg-deb</prgn>; it's the only program that has
9260           knowledge of the format.  (<prgn>dpkg-deb</prgn> may be
9261           invoked by calling <prgn>dpkg</prgn>, as <prgn>dpkg</prgn>
9262           will spot that the options requested are appropriate to
9263           <prgn>dpkg-deb</prgn> and invoke that instead with the same
9264           arguments.)
9265         </p>
9266
9267         <p>
9268           In order to create a binary package you must make a
9269           directory tree which contains all the files and directories
9270           you want to have in the file system data part of the package.
9271           In Debian-format source packages this directory is usually
9272           <file>debian/tmp</file>, relative to the top of the package's
9273           source tree.
9274         </p>
9275
9276         <p>
9277           They should have the locations (relative to the root of the
9278           directory tree you're constructing) ownerships and
9279           permissions which you want them to have on the system when
9280           they are installed.
9281         </p>
9282
9283         <p>
9284           With current versions of <prgn>dpkg</prgn> the uid/username
9285           and gid/groupname mappings for the users and groups being
9286           used should be the same on the system where the package is
9287           built and the one where it is installed.
9288         </p>
9289
9290         <p>
9291           You need to add one special directory to the root of the
9292           miniature file system tree you're creating:
9293           <prgn>DEBIAN</prgn>.  It should contain the control
9294           information files, notably the binary package control file
9295           (see <ref id="pkg-controlfile">).
9296         </p>
9297
9298         <p>
9299           The <prgn>DEBIAN</prgn> directory will not appear in the
9300           file system archive of the package, and so won't be installed
9301           by <prgn>dpkg</prgn> when the package is installed.
9302         </p>
9303
9304         <p>
9305           When you've prepared the package, you should invoke:
9306           <example>
9307   dpkg --build <var>directory</var>
9308           </example>
9309         </p>
9310
9311         <p>
9312           This will build the package in
9313           <file><var>directory</var>.deb</file>.  (<prgn>dpkg</prgn> knows
9314           that <tt>--build</tt> is a <prgn>dpkg-deb</prgn> option, so
9315           it invokes <prgn>dpkg-deb</prgn> with the same arguments to
9316           build the package.)
9317         </p>
9318
9319         <p>
9320           See the man page <manref name="dpkg-deb" section="8"> for details of how
9321           to examine the contents of this newly-created file.  You may find the
9322           output of following commands enlightening:
9323           <example>
9324   dpkg-deb --info <var>filename</var>.deb
9325   dpkg-deb --contents <var>filename</var>.deb
9326   dpkg --contents <var>filename</var>.deb
9327           </example>
9328           To view the copyright file for a package you could use this command:
9329           <example>
9330   dpkg --fsys-tarfile <var>filename</var>.deb | tar xOf - --wildcards \*/copyright | pager
9331           </example>
9332         </p>
9333       </sect>
9334
9335       <sect id="pkg-controlarea">
9336         <heading>Package control information files</heading>
9337
9338         <p>
9339           The control information portion of a binary package is a
9340           collection of files with names known to <prgn>dpkg</prgn>.
9341           It will treat the contents of these files specially - some
9342           of them contain information used by <prgn>dpkg</prgn> when
9343           installing or removing the package; others are scripts which
9344           the package maintainer wants <prgn>dpkg</prgn> to run.
9345         </p>
9346
9347         <p>
9348           It is possible to put other files in the package control
9349           area, but this is not generally a good idea (though they
9350           will largely be ignored).
9351         </p>
9352
9353         <p>
9354           Here is a brief list of the control info files supported by
9355           <prgn>dpkg</prgn> and a summary of what they're used for.
9356         </p>
9357
9358         <p>
9359           <taglist>
9360             <tag><tt>control</tt>
9361             <item>
9362               <p>
9363                 This is the key description file used by
9364                 <prgn>dpkg</prgn>.  It specifies the package's name
9365                 and version, gives its description for the user,
9366                 states its relationships with other packages, and so
9367                 forth.  See <ref id="sourcecontrolfiles"> and
9368                 <ref id="binarycontrolfiles">.
9369               </p>
9370
9371               <p>
9372                 It is usually generated automatically from information
9373                 in the source package by the
9374                 <prgn>dpkg-gencontrol</prgn> program, and with
9375                 assistance from <prgn>dpkg-shlibdeps</prgn>.
9376                 See <ref id="pkg-sourcetools">.
9377               </p>
9378             </item>
9379
9380             <tag><tt>postinst</tt>, <tt>preinst</tt>, <tt>postrm</tt>,
9381                  <tt>prerm</tt>
9382             </tag>
9383             <item>
9384               <p>
9385                 These are executable files (usually scripts) which
9386                 <prgn>dpkg</prgn> runs during installation, upgrade
9387                 and removal of packages.  They allow the package to
9388                 deal with matters which are particular to that package
9389                 or require more complicated processing than that
9390                 provided by <prgn>dpkg</prgn>.  Details of when and
9391                 how they are called are in <ref id="maintainerscripts">.
9392               </p>
9393
9394               <p>
9395                 It is very important to make these scripts idempotent.
9396                 See <ref id="idempotency">.
9397               </p>
9398
9399               <p>
9400                 The maintainer scripts are guaranteed to run with a
9401                 controlling terminal and can interact with the user.
9402                 See <ref id="controllingterminal">.
9403               </p>
9404             </item>
9405
9406             <tag><tt>conffiles</tt>
9407             </tag>
9408             <item>
9409                 This file contains a list of configuration files which
9410                 are to be handled automatically by <prgn>dpkg</prgn>
9411                 (see <ref id="pkg-conffiles">).  Note that not necessarily
9412                 every configuration file should be listed here.
9413             </item>
9414
9415             <tag><tt>shlibs</tt>
9416             </tag>
9417             <item>
9418                 This file contains a list of the shared libraries
9419                 supplied by the package, with dependency details for
9420                 each.  This is used by <prgn>dpkg-shlibdeps</prgn>
9421                 when it determines what dependencies are required in a
9422                 package control file. The <tt>shlibs</tt> file format
9423                 is described on <ref id="shlibs">.
9424             </item>
9425           </taglist>
9426         </p>
9427
9428       <sect id="pkg-controlfile">
9429         <heading>The main control information file: <tt>control</tt></heading>
9430
9431         <p>
9432           The most important control information file used by
9433           <prgn>dpkg</prgn> when it installs a package is
9434           <tt>control</tt>.  It contains all the package's "vital
9435           statistics".
9436         </p>
9437
9438         <p>
9439           The binary package control files of packages built from
9440           Debian sources are made by a special tool,
9441           <prgn>dpkg-gencontrol</prgn>, which reads
9442           <file>debian/control</file> and <file>debian/changelog</file> to
9443           find the information it needs.  See <ref id="pkg-sourcepkg"> for
9444           more details.
9445         </p>
9446
9447         <p>
9448           The fields in binary package control files are listed in
9449           <ref id="binarycontrolfiles">.
9450         </p>
9451
9452         <p>
9453           A description of the syntax of control files and the purpose
9454           of the fields is available in <ref id="controlfields">.
9455         </p>
9456       </sect>
9457
9458       <sect>
9459         <heading>Time Stamps</heading>
9460
9461         <p>
9462           See <ref id="timestamps">.
9463         </p>
9464       </sect>
9465     </appendix>
9466
9467     <appendix id="pkg-sourcepkg">
9468       <heading>Source packages (from old Packaging Manual) </heading>
9469
9470       <p>
9471         The Debian binary packages in the distribution are generated
9472         from Debian sources, which are in a special format to assist
9473         the easy and automatic building of binaries.
9474       </p>
9475
9476       <sect id="pkg-sourcetools">
9477         <heading>Tools for processing source packages</heading>
9478
9479         <p>
9480           Various tools are provided for manipulating source packages;
9481           they pack and unpack sources and help build of binary
9482           packages and help manage the distribution of new versions.
9483         </p>
9484
9485         <p>
9486           They are introduced and typical uses described here; see
9487           <manref name="dpkg-source" section="1"> for full
9488           documentation about their arguments and operation.
9489         </p>
9490
9491         <p>
9492           For examples of how to construct a Debian source package,
9493           and how to use those utilities that are used by Debian
9494           source packages, please see the <prgn>hello</prgn> example
9495           package.
9496         </p>
9497
9498         <sect1 id="pkg-dpkg-source">
9499           <heading>
9500             <prgn>dpkg-source</prgn> - packs and unpacks Debian source
9501             packages
9502           </heading>
9503
9504           <p>
9505             This program is frequently used by hand, and is also
9506             called from package-independent automated building scripts
9507             such as <prgn>dpkg-buildpackage</prgn>.
9508           </p>
9509
9510           <p>
9511             To unpack a package it is typically invoked with
9512             <example>
9513   dpkg-source -x <var>.../path/to/filename</var>.dsc
9514             </example>
9515           </p>
9516
9517            <p>
9518             with the <file><var>filename</var>.tar.gz</file> and
9519             <file><var>filename</var>.diff.gz</file> (if applicable) in
9520             the same directory.  It unpacks into
9521             <file><var>package</var>-<var>version</var></file>, and if
9522             applicable
9523             <file><var>package</var>-<var>version</var>.orig</file>, in
9524             the current directory.
9525           </p>
9526
9527           <p>
9528             To create a packed source archive it is typically invoked:
9529             <example>
9530   dpkg-source -b <var>package</var>-<var>version</var>
9531           </example>
9532           </p>
9533
9534           <p>
9535             This will create the <file>.dsc</file>, <file>.tar.gz</file> and
9536             <file>.diff.gz</file> (if appropriate) in the current
9537             directory.  <prgn>dpkg-source</prgn> does not clean the
9538             source tree first - this must be done separately if it is
9539             required.
9540           </p>
9541
9542           <p>
9543             See also <ref id="pkg-sourcearchives">.</p>
9544         </sect1>
9545
9546
9547         <sect1 id="pkg-dpkg-buildpackage">
9548           <heading>
9549             <prgn>dpkg-buildpackage</prgn> - overall package-building
9550             control script
9551           </heading>
9552
9553           <p>
9554             <prgn>dpkg-buildpackage</prgn> is a script which invokes
9555             <prgn>dpkg-source</prgn>, the <file>debian/rules</file>
9556             targets <tt>clean</tt>, <tt>build</tt> and
9557             <tt>binary</tt>, <prgn>dpkg-genchanges</prgn> and
9558             <prgn>gpg</prgn> (or <prgn>pgp</prgn>) to build a signed
9559             source and binary package upload.
9560           </p>
9561
9562           <p>
9563             It is usually invoked by hand from the top level of the
9564             built or unbuilt source directory.  It may be invoked with
9565             no arguments; useful arguments include:
9566             <taglist compact="compact">
9567               <tag><tt>-uc</tt>, <tt>-us</tt></tag>
9568               <item>
9569                 <p>
9570                   Do not sign the <tt>.changes</tt> file or the
9571                   source package <tt>.dsc</tt> file, respectively.</p>
9572               </item>
9573               <tag><tt>-p<var>sign-command</var></tt></tag>
9574               <item>
9575                 <p>
9576                   Invoke <var>sign-command</var> instead of finding
9577                   <tt>gpg</tt> or <tt>pgp</tt> on the <prgn>PATH</prgn>.
9578                   <var>sign-command</var> must behave just like
9579                   <prgn>gpg</prgn> or <tt>pgp</tt>.</p>
9580               </item>
9581               <tag><tt>-r<var>root-command</var></tt></tag>
9582               <item>
9583                 <p>
9584                   When root privilege is required, invoke the command
9585                   <var>root-command</var>.  <var>root-command</var>
9586                   should invoke its first argument as a command, from
9587                   the <prgn>PATH</prgn> if necessary, and pass its
9588                   second and subsequent arguments to the command it
9589                   calls.  If no <var>root-command</var> is supplied
9590                   then <var>dpkg-buildpackage</var> will take no
9591                   special action to gain root privilege, so that for
9592                   most packages it will have to be invoked as root to
9593                   start with.</p>
9594               </item>
9595               <tag><tt>-b</tt>, <tt>-B</tt></tag>
9596               <item>
9597                 <p>
9598                   Two types of binary-only build and upload - see
9599                   <manref name="dpkg-source" section="1">.
9600                 </p>
9601               </item>
9602             </taglist>
9603           </p>
9604         </sect1>
9605
9606         <sect1 id="pkg-dpkg-gencontrol">
9607           <heading>
9608             <prgn>dpkg-gencontrol</prgn> - generates binary package
9609             control files
9610           </heading>
9611
9612           <p>
9613             This program is usually called from <file>debian/rules</file>
9614             (see <ref id="pkg-sourcetree">) in the top level of the source
9615             tree.
9616           </p>
9617
9618           <p>
9619             This is usually done just before the files and directories in the
9620             temporary directory tree where the package is being built have their
9621             permissions and ownerships set and the package is constructed using
9622             <prgn>dpkg-deb/</prgn>
9623               <footnote>
9624                 This is so that the control file which is produced has
9625                 the right permissions
9626             </footnote>.
9627           </p>
9628
9629           <p>
9630             <prgn>dpkg-gencontrol</prgn> must be called after all the
9631             files which are to go into the package have been placed in
9632             the temporary build directory, so that its calculation of
9633             the installed size of a package is correct.
9634           </p>
9635
9636           <p>
9637             It is also necessary for <prgn>dpkg-gencontrol</prgn> to
9638             be run after <prgn>dpkg-shlibdeps</prgn> so that the
9639             variable substitutions created by
9640             <prgn>dpkg-shlibdeps</prgn> in <file>debian/substvars</file>
9641             are available.
9642           </p>
9643
9644           <p>
9645             For a package which generates only one binary package, and
9646             which builds it in <file>debian/tmp</file> relative to the top
9647             of the source package, it is usually sufficient to call
9648             <prgn>dpkg-gencontrol</prgn>.
9649           </p>
9650
9651           <p>
9652             Sources which build several binaries will typically need
9653             something like:
9654             <example>
9655   dpkg-gencontrol -Pdebian/tmp-<var>pkg</var> -p<var>package</var>
9656             </example> The <tt>-P</tt> tells
9657             <prgn>dpkg-gencontrol</prgn> that the package is being
9658             built in a non-default directory, and the <tt>-p</tt>
9659             tells it which package's control file should be generated.
9660           </p>
9661
9662           <p>
9663             <prgn>dpkg-gencontrol</prgn> also adds information to the
9664             list of files in <file>debian/files</file>, for the benefit of
9665             (for example) a future invocation of
9666             <prgn>dpkg-genchanges</prgn>.</p>
9667         </sect1>
9668
9669         <sect1 id="pkg-dpkg-shlibdeps">
9670           <heading>
9671             <prgn>dpkg-shlibdeps</prgn> - calculates shared library
9672             dependencies
9673           </heading>
9674
9675           <p>
9676             This program is usually called from <file>debian/rules</file>
9677             just before <prgn>dpkg-gencontrol</prgn> (see <ref
9678             id="pkg-sourcetree">), in the top level of the source tree.
9679           </p>
9680
9681           <p>
9682             Its arguments are executables and shared libraries
9683             <footnote>
9684               <p>
9685                 They may be specified either in the locations in the
9686                 source tree where they are created or in the locations
9687                 in the temporary build tree where they are installed
9688                 prior to binary package creation.
9689               </p>
9690             </footnote> for which shared library dependencies should
9691             be included in the binary package's control file.
9692           </p>
9693
9694           <p>
9695             If some of the found shared libraries should only
9696             warrant a <tt>Recommends</tt> or <tt>Suggests</tt>, or if
9697             some warrant a <tt>Pre-Depends</tt>, this can be achieved
9698             by using the <tt>-d<var>dependency-field</var></tt> option
9699             before those executable(s).  (Each <tt>-d</tt> option
9700             takes effect until the next <tt>-d</tt>.)
9701           </p>
9702
9703           <p>
9704             <prgn>dpkg-shlibdeps</prgn> does not directly cause the
9705             output control file to be modified.  Instead by default it
9706             adds to the <file>debian/substvars</file> file variable
9707             settings like <tt>shlibs:Depends</tt>.  These variable
9708             settings must be referenced in dependency fields in the
9709             appropriate per-binary-package sections of the source
9710             control file.
9711           </p>
9712
9713           <p>
9714             For example, a package that generates an essential part
9715             which requires dependencies, and optional parts that 
9716             which only require a recommendation, would separate those
9717             two sets of dependencies into two different fields.<footnote>
9718                 At the time of writing, an example for this was the
9719                 <package/xmms/ package, with Depends used for the xmms
9720                 executable, Recommends for the plug-ins and Suggests for
9721                 even more optional features provided by unzip.
9722             </footnote>
9723             It can say in its <file>debian/rules</file>:
9724             <example>
9725   dpkg-shlibdeps -dDepends <var>program anotherprogram ...</var> \
9726                  -dRecommends <var>optionalpart anotheroptionalpart</var>
9727             </example>
9728             and then in its main control file <file>debian/control</file>:
9729             <example>
9730   <var>...</var>
9731   Depends: ${shlibs:Depends}
9732   Recommends: ${shlibs:Recommends}
9733   <var>...</var>
9734             </example>
9735           </p>
9736
9737           <p>
9738             Sources which produce several binary packages with
9739             different shared library dependency requirements can use
9740             the <tt>-p<var>varnameprefix</var></tt> option to override
9741             the default <tt>shlibs:</tt> prefix (one invocation of
9742             <prgn>dpkg-shlibdeps</prgn> per setting of this option).
9743             They can thus produce several sets of dependency
9744             variables, each of the form
9745             <tt><var>varnameprefix</var>:<var>dependencyfield</var></tt>,
9746             which can be referred to in the appropriate parts of the
9747             binary package control files.
9748           </p>
9749         </sect1>
9750
9751
9752         <sect1 id="pkg-dpkg-distaddfile">
9753           <heading>
9754             <prgn>dpkg-distaddfile</prgn> - adds a file to
9755             <file>debian/files</file>
9756           </heading>
9757
9758           <p>
9759             Some packages' uploads need to include files other than
9760             the source and binary package files.
9761           </p>
9762
9763           <p>
9764             <prgn>dpkg-distaddfile</prgn> adds a file to the
9765             <file>debian/files</file> file so that it will be included in
9766             the <file>.changes</file> file when
9767             <prgn>dpkg-genchanges</prgn> is run.
9768           </p>
9769
9770           <p>
9771             It is usually invoked from the <tt>binary</tt> target of
9772             <file>debian/rules</file>:
9773             <example>
9774   dpkg-distaddfile <var>filename</var> <var>section</var> <var>priority</var>
9775             </example>
9776             The <var>filename</var> is relative to the directory where
9777             <prgn>dpkg-genchanges</prgn> will expect to find it - this
9778             is usually the directory above the top level of the source
9779             tree.  The <file>debian/rules</file> target should put the
9780             file there just before or just after calling
9781             <prgn>dpkg-distaddfile</prgn>.
9782           </p>
9783
9784           <p>
9785             The <var>section</var> and <var>priority</var> are passed
9786             unchanged into the resulting <file>.changes</file> file.
9787           </p>
9788         </sect1>
9789
9790
9791         <sect1 id="pkg-dpkg-genchanges">
9792           <heading>
9793             <prgn>dpkg-genchanges</prgn> - generates a <file>.changes</file>
9794             upload control file
9795           </heading>
9796
9797           <p>
9798             This program is usually called by package-independent
9799             automatic building scripts such as
9800             <prgn>dpkg-buildpackage</prgn>, but it may also be called
9801             by hand.
9802           </p>
9803
9804           <p>
9805             It is usually called in the top level of a built source
9806             tree, and when invoked with no arguments will print out a
9807             straightforward <file>.changes</file> file based on the
9808             information in the source package's changelog and control
9809             file and the binary and source packages which should have
9810             been built.
9811           </p>
9812         </sect1>
9813
9814
9815         <sect1 id="pkg-dpkg-parsechangelog">
9816           <heading>
9817             <prgn>dpkg-parsechangelog</prgn> - produces parsed
9818             representation of a changelog
9819           </heading>
9820
9821           <p>
9822             This program is used internally by
9823             <prgn>dpkg-source</prgn> et al.  It may also occasionally
9824             be useful in <file>debian/rules</file> and elsewhere.  It
9825             parses a changelog, <file>debian/changelog</file> by default,
9826             and prints a control-file format representation of the
9827             information in it to standard output.
9828           </p>
9829         </sect1>
9830
9831         <sect1 id="pkg-dpkg-architecture">
9832           <heading>
9833             <prgn>dpkg-architecture</prgn> - information about the build and
9834             host system
9835           </heading>
9836
9837           <p>
9838             This program can be used manually, but is also invoked by
9839             <tt>dpkg-buildpackage</tt> or <file>debian/rules</file> to set
9840             environment or make variables which specify the build and host
9841             architecture for the package building process.
9842           </p>
9843         </sect1>
9844       </sect>
9845
9846       <sect id="pkg-sourcetree">
9847         <heading>The Debianised source tree</heading>
9848
9849         <p>
9850           The source archive scheme described later is intended to
9851           allow a Debianised source tree with some associated control
9852           information to be reproduced and transported easily.  The
9853           Debianised source tree is a version of the original program
9854           with certain files added for the benefit of the
9855           Debianisation process, and with any other changes required
9856           made to the rest of the source code and installation
9857           scripts.
9858         </p>
9859
9860         <p>
9861           The extra files created for Debian are in the subdirectory
9862           <file>debian</file> of the top level of the Debianised source
9863           tree.  They are described below.
9864         </p>
9865
9866         <sect1 id="pkg-debianrules">
9867           <heading><file>debian/rules</file> - the main building script</heading>
9868
9869           <p>
9870             See <ref id="debianrules">.
9871           </p>
9872         </sect1>
9873
9874
9875         <sect1 id="pkg-dpkgchangelog">
9876           <heading><file>debian/changelog</file></heading>
9877
9878           <p>
9879             See <ref id="dpkgchangelog">.
9880           </p>
9881
9882           <sect2><heading>Defining alternative changelog formats
9883             </heading>
9884
9885             <p>
9886               It is possible to use a different format to the standard
9887               one, by providing a parser for the format you wish to
9888               use.
9889             </p>
9890
9891             <p>
9892               In order to have <tt>dpkg-parsechangelog</tt> run your
9893               parser, you must include a line within the last 40 lines
9894               of your file matching the Perl regular expression:
9895               <tt>\schangelog-format:\s+([0-9a-z]+)\W</tt> The part in
9896               parentheses should be the name of the format.  For
9897               example, you might say:
9898               <example>
9899   @@@ changelog-format: joebloggs @@@
9900               </example>
9901               Changelog format names are non-empty strings of alphanumerics.
9902             </p>
9903
9904             <p>
9905               If such a line exists then <tt>dpkg-parsechangelog</tt>
9906               will look for the parser as
9907               <file>/usr/lib/dpkg/parsechangelog/<var>format-name</var></file>
9908               or
9909               <file>/usr/local/lib/dpkg/parsechangelog/<var>format-name</var></file>;
9910               it is an error for it not to find it, or for it not to
9911               be an executable program.  The default changelog format
9912               is <tt>dpkg</tt>, and a parser for it is provided with
9913               the <tt>dpkg</tt> package.
9914             </p>
9915
9916             <p>
9917               The parser will be invoked with the changelog open on
9918               standard input at the start of the file.  It should read
9919               the file (it may seek if it wishes) to determine the
9920               information required and return the parsed information
9921               to standard output in the form of a series of control
9922               fields in the standard format.  By default it should
9923               return information about only the most recent version in
9924               the changelog; it should accept a
9925               <tt>-v<var>version</var></tt> option to return changes
9926               information from all versions present <em>strictly
9927               after</em> <var>version</var>, and it should then be an
9928               error for <var>version</var> not to be present in the
9929               changelog.
9930             </p>
9931
9932             <p>
9933               The fields are:
9934               <list compact="compact">
9935                 <item><qref id="f-Source"><tt>Source</tt></qref></item>
9936                 <item><qref id="f-Version"><tt>Version</tt></qref> (mandatory)</item>
9937                 <item><qref id="f-Distribution"><tt>Distribution</tt></qref> (mandatory)</item>
9938                 <item><qref id="f-Urgency"><tt>Urgency</tt></qref> (mandatory)</item>
9939                 <item><qref id="f-Maintainer"><tt>Maintainer</tt></qref> (mandatory)</item>
9940                 <item><qref id="f-Date"><tt>Date</tt></qref></item>
9941                 <item><qref id="f-Changes"><tt>Changes</tt></qref> (mandatory)</item>
9942               </list>
9943             </p>
9944
9945             <p>
9946               If several versions are being returned (due to the use
9947               of <tt>-v</tt>), the urgency value should be of the
9948               highest urgency code listed at the start of any of the
9949               versions requested followed by the concatenated
9950               (space-separated) comments from all the versions
9951               requested; the maintainer, version, distribution and
9952               date should always be from the most recent version.
9953             </p>
9954
9955             <p>
9956               For the format of the <tt>Changes</tt> field see
9957               <ref id="f-Changes">.
9958             </p>
9959
9960             <p>
9961               If the changelog format which is being parsed always or
9962               almost always leaves a blank line between individual
9963               change notes these blank lines should be stripped out,
9964               so as to make the resulting output compact.
9965             </p>
9966
9967             <p>
9968               If the changelog format does not contain date or package
9969               name information this information should be omitted from
9970               the output.  The parser should not attempt to synthesize
9971               it or find it from other sources.
9972             </p>
9973
9974             <p>
9975               If the changelog does not have the expected format the
9976               parser should exit with a nonzero exit status, rather
9977               than trying to muddle through and possibly generating
9978               incorrect output.
9979             </p>
9980
9981             <p>
9982               A changelog parser may not interact with the user at
9983               all.
9984             </p>
9985           </sect2>
9986         </sect1>
9987
9988         <sect1 id="pkg-srcsubstvars">
9989           <heading><file>debian/substvars</file> and variable substitutions</heading>
9990
9991           <p>
9992             See <ref id="substvars">.
9993           </p>
9994
9995         </sect1>
9996
9997         <sect1>
9998           <heading><file>debian/files</file></heading>
9999
10000           <p>
10001             See <ref id="debianfiles">.
10002           </p>
10003         </sect1>
10004
10005         <sect1><heading><file>debian/tmp</file>
10006           </heading>
10007
10008           <p>
10009             This is the canonical temporary location for the
10010             construction of binary packages by the <tt>binary</tt>
10011             target.  The directory <file>tmp</file> serves as the root of
10012             the file system tree as it is being constructed (for
10013             example, by using the package's upstream makefiles install
10014             targets and redirecting the output there), and it also
10015             contains the <tt>DEBIAN</tt> subdirectory.  See <ref
10016             id="pkg-bincreating">.
10017           </p>
10018
10019           <p>
10020             If several binary packages are generated from the same
10021             source tree it is usual to use several
10022             <file>debian/tmp<var>something</var></file> directories, for
10023             example <file>tmp-a</file> or <file>tmp-doc</file>.
10024           </p>
10025
10026           <p>
10027             Whatever <file>tmp</file> directories are created and used by
10028             <tt>binary</tt> must of course be removed by the
10029             <tt>clean</tt> target.</p></sect1>
10030       </sect>
10031
10032
10033       <sect id="pkg-sourcearchives"><heading>Source packages as archives
10034         </heading>
10035
10036         <p>
10037           As it exists on the FTP site, a Debian source package
10038           consists of three related files.  You must have the right
10039           versions of all three to be able to use them.
10040         </p>
10041
10042         <p>
10043           <taglist>
10044             <tag>Debian source control file - <tt>.dsc</tt></tag>
10045             <item>
10046                 This file is a control file used by <prgn>dpkg-source</prgn>
10047                 to extract a source package.
10048                 See <ref id="debiansourcecontrolfiles">.
10049             </item>
10050
10051             <tag>
10052               Original source archive -
10053               <file>
10054                 <var>package</var>_<var>upstream-version</var>.orig.tar.gz
10055               </file>
10056             </tag>
10057
10058             <item>
10059               <p>
10060                 This is a compressed (with <tt>gzip -9</tt>)
10061                 <prgn>tar</prgn> file containing the source code from
10062                 the upstream authors of the program.
10063               </p>
10064             </item>
10065
10066             <tag>
10067               Debianisation diff -
10068               <file>
10069                 <var>package</var>_<var>upstream_version-revision</var>.diff.gz
10070               </file>
10071             </tag>
10072             <item>
10073
10074               <p>
10075                 This is a unified context diff (<tt>diff -u</tt>)
10076                 giving the changes which are required to turn the
10077                 original source into the Debian source.  These changes
10078                 may only include editing and creating plain files.
10079                 The permissions of files, the targets of symbolic
10080                 links and the characteristics of special files or
10081                 pipes may not be changed and no files may be removed
10082                 or renamed.
10083               </p>
10084
10085               <p>
10086                 All the directories in the diff must exist, except the
10087                 <file>debian</file> subdirectory of the top of the source
10088                 tree, which will be created by
10089                 <prgn>dpkg-source</prgn> if necessary when unpacking.
10090               </p>
10091
10092               <p>
10093                 The <prgn>dpkg-source</prgn> program will
10094                 automatically make the <file>debian/rules</file> file
10095                 executable (see below).</p></item>
10096           </taglist>
10097         </p>
10098
10099         <p>
10100           If there is no original source code - for example, if the
10101           package is specially prepared for Debian or the Debian
10102           maintainer is the same as the upstream maintainer - the
10103           format is slightly different: then there is no diff, and the
10104           tarfile is named
10105           <file><var>package</var>_<var>version</var>.tar.gz</file>,
10106           and preferably contains a directory named
10107           <file><var>package</var>-<var>version</var></file>.
10108         </p>
10109       </sect>
10110
10111       <sect>
10112         <heading>Unpacking a Debian source package without <prgn>dpkg-source</prgn></heading>
10113
10114         <p>
10115           <tt>dpkg-source -x</tt> is the recommended way to unpack a
10116           Debian source package.  However, if it is not available it
10117           is possible to unpack a Debian source archive as follows:
10118         <enumlist compact="compact">
10119           <item>
10120             <p>
10121               Untar the tarfile, which will create a <file>.orig</file>
10122               directory.</p>
10123           </item>
10124           <item>
10125             <p>Rename the <file>.orig</file> directory to
10126               <file><var>package</var>-<var>version</var></file>.</p>
10127           </item>
10128             <item>
10129             <p>
10130               Create the subdirectory <file>debian</file> at the top of
10131               the source tree.</p>
10132           </item>
10133           <item><p>Apply the diff using <tt>patch -p0</tt>.</p>
10134           </item>
10135           <item><p>Untar the tarfile again if you want a copy of the original
10136               source code alongside the Debianised version.</p>
10137           </item>
10138         </enumlist>
10139
10140         <p>
10141           It is not possible to generate a valid Debian source archive
10142           without using <prgn>dpkg-source</prgn>.  In particular,
10143           attempting to use <prgn>diff</prgn> directly to generate the
10144           <file>.diff.gz</file> file will not work.
10145         </p>
10146
10147         <sect1>
10148           <heading>Restrictions on objects in source packages</heading>
10149
10150           <p>
10151             The source package may not contain any hard links
10152             <footnote>
10153                 This is not currently detected when building source
10154                 packages, but only when extracting
10155                 them.
10156             </footnote>
10157             <footnote>
10158                 Hard links may be permitted at some point in the
10159                 future, but would require a fair amount of
10160                 work.
10161             </footnote>, device special files, sockets or setuid or
10162             setgid files.
10163             <footnote>
10164                 Setgid directories are allowed.
10165             </footnote>
10166           </p>
10167
10168           <p>
10169             The source packaging tools manage the changes between the
10170             original and Debianised source using <prgn>diff</prgn> and
10171             <prgn>patch</prgn>.  Turning the original source tree as
10172             included in the <file>.orig.tar.gz</file> into the debianised
10173             source must not involve any changes which cannot be
10174             handled by these tools.  Problematic changes which cause
10175             <prgn>dpkg-source</prgn> to halt with an error when
10176             building the source package are:
10177             <list compact="compact">
10178               <item><p>Adding or removing symbolic links, sockets or pipes.</p>
10179               </item>
10180               <item><p>Changing the targets of symbolic links.</p>
10181               </item>
10182               <item><p>Creating directories, other than <file>debian</file>.</p>
10183               </item>
10184               <item><p>Changes to the contents of binary files.</p></item>
10185             </list> Changes which cause <prgn>dpkg-source</prgn> to
10186             print a warning but continue anyway are:
10187             <list compact="compact">
10188               <item>
10189                 <p>
10190                   Removing files, directories or symlinks.
10191                   <footnote>
10192                       Renaming a file is not treated specially - it is
10193                       seen as the removal of the old file (which
10194                       generates a warning, but is otherwise ignored),
10195                       and the creation of the new one.
10196                   </footnote>
10197                 </p>
10198               </item>
10199               <item>
10200                 <p>
10201                   Changed text files which are missing the usual final
10202                   newline (either in the original or the modified
10203                   source tree).
10204                 </p>
10205               </item>
10206             </list>
10207             Changes which are not represented, but which are not detected by
10208             <prgn>dpkg-source</prgn>, are:
10209             <list compact="compact">
10210               <item><p>Changing the permissions of files (other than
10211                   <file>debian/rules</file>) and directories.</p></item>
10212             </list>
10213           </p>
10214
10215           <p>
10216             The <file>debian</file> directory and <file>debian/rules</file>
10217             are handled specially by <prgn>dpkg-source</prgn> - before
10218             applying the changes it will create the <file>debian</file>
10219             directory, and afterwards it will make
10220             <file>debian/rules</file> world-executable.
10221           </p>
10222         </sect1>
10223       </sect>
10224     </appendix>
10225
10226     <appendix id="pkg-controlfields">
10227       <heading>Control files and their fields (from old Packaging Manual)</heading>
10228
10229       <p>
10230         Many of the tools in the <prgn>dpkg</prgn> suite manipulate
10231         data in a common format, known as control files.  Binary and
10232         source packages have control data as do the <file>.changes</file>
10233         files which control the installation of uploaded files, and
10234         <prgn>dpkg</prgn>'s internal databases are in a similar
10235         format.
10236       </p>
10237
10238       <sect>
10239         <heading>Syntax of control files</heading>
10240
10241         <p>
10242           See <ref id="controlsyntax">.
10243         </p>
10244
10245         <p>
10246           It is important to note that there are several fields which
10247           are optional as far as <prgn>dpkg</prgn> and the related
10248           tools are concerned, but which must appear in every Debian
10249           package, or whose omission may cause problems.
10250         </p>
10251       </sect>
10252
10253       <sect>
10254         <heading>List of fields</heading>
10255
10256         <p>
10257           See <ref id="controlfieldslist">.
10258         </p>
10259
10260         <p>
10261           This section now contains only the fields that didn't belong
10262           to the Policy manual.
10263         </p>
10264
10265         <sect1 id="pkg-f-Filename">
10266           <heading><tt>Filename</tt> and <tt>MSDOS-Filename</tt></heading>
10267
10268           <p>
10269             These fields in <tt>Packages</tt> files give the
10270             filename(s) of (the parts of) a package in the
10271             distribution directories, relative to the root of the
10272             Debian hierarchy.  If the package has been split into
10273             several parts the parts are all listed in order, separated
10274             by spaces.
10275           </p>
10276         </sect1>
10277
10278         <sect1 id="pkg-f-Size">
10279           <heading><tt>Size</tt> and <tt>MD5sum</tt></heading>
10280
10281           <p>
10282             These fields in <file>Packages</file> files give the size (in
10283             bytes, expressed in decimal) and MD5 checksum of the
10284             file(s) which make(s) up a binary package in the
10285             distribution.  If the package is split into several parts
10286             the values for the parts are listed in order, separated by
10287             spaces.
10288           </p>
10289         </sect1>
10290
10291         <sect1 id="pkg-f-Status">
10292           <heading><tt>Status</tt></heading>
10293
10294           <p>
10295             This field in <prgn>dpkg</prgn>'s status file records
10296             whether the user wants a package installed, removed or
10297             left alone, whether it is broken (requiring
10298             re-installation) or not and what its current state on the
10299             system is.  Each of these pieces of information is a
10300             single word.
10301           </p>
10302         </sect1>
10303
10304         <sect1 id="pkg-f-Config-Version">
10305           <heading><tt>Config-Version</tt></heading>
10306
10307           <p>
10308             If a package is not installed or not configured, this
10309             field in <prgn>dpkg</prgn>'s status file records the last
10310             version of the package which was successfully
10311             configured.
10312           </p>
10313         </sect1>
10314
10315         <sect1 id="pkg-f-Conffiles">
10316           <heading><tt>Conffiles</tt></heading>
10317
10318           <p>
10319             This field in <prgn>dpkg</prgn>'s status file contains
10320             information about the automatically-managed configuration
10321             files held by a package.  This field should <em>not</em>
10322             appear anywhere in a package!
10323           </p>
10324         </sect1>
10325
10326         <sect1>
10327           <heading>Obsolete fields</heading>
10328
10329           <p>
10330             These are still recognized by <prgn>dpkg</prgn> but should
10331             not appear anywhere any more.
10332
10333             <taglist compact="compact">
10334
10335               <tag><tt>Revision</tt></tag>
10336               <tag><tt>Package-Revision</tt></tag>
10337               <tag><tt>Package_Revision</tt></tag>
10338               <item>
10339                   The Debian revision part of the package version was
10340                   at one point in a separate control file field.  This
10341                   field went through several names.
10342               </item>
10343
10344               <tag><tt>Recommended</tt></tag>
10345               <item>Old name for <tt>Recommends</tt>.</item>
10346
10347               <tag><tt>Optional</tt></tag>
10348               <item>Old name for <tt>Suggests</tt>.</item>
10349
10350               <tag><tt>Class</tt></tag>
10351               <item>Old name for <tt>Priority</tt>.</item>
10352
10353             </taglist>
10354           </p>
10355         </sect1>
10356       </sect>
10357
10358     </appendix>
10359
10360     <appendix id="pkg-conffiles">
10361       <heading>Configuration file handling (from old Packaging Manual)</heading>
10362
10363       <p>
10364         <prgn>dpkg</prgn> can do a certain amount of automatic
10365         handling of package configuration files.
10366       </p>
10367
10368       <p>
10369         Whether this mechanism is appropriate depends on a number of
10370         factors, but basically there are two approaches to any
10371         particular configuration file.
10372       </p>
10373
10374       <p>
10375         The easy method is to ship a best-effort configuration in the
10376         package, and use <prgn>dpkg</prgn>'s conffile mechanism to
10377         handle updates.  If the user is unlikely to want to edit the
10378         file, but you need them to be able to without losing their
10379         changes, and a new package with a changed version of the file
10380         is only released infrequently, this is a good approach.
10381       </p>
10382
10383       <p>
10384         The hard method is to build the configuration file from
10385         scratch in the <prgn>postinst</prgn> script, and to take the
10386         responsibility for fixing any mistakes made in earlier
10387         versions of the package automatically.  This will be
10388         appropriate if the file is likely to need to be different on
10389         each system.
10390       </p>
10391
10392       <sect><heading>Automatic handling of configuration files by
10393       <prgn>dpkg</prgn>
10394         </heading>
10395
10396         <p>
10397           A package may contain a control area file called
10398           <tt>conffiles</tt>.  This file should be a list of filenames
10399           of configuration files needing automatic handling, separated
10400           by newlines.  The filenames should be absolute pathnames,
10401           and the files referred to should actually exist in the
10402           package.
10403         </p>
10404
10405         <p>
10406           When a package is upgraded <prgn>dpkg</prgn> will process
10407           the configuration files during the configuration stage,
10408           shortly before it runs the package's <prgn>postinst</prgn>
10409           script,
10410         </p>
10411
10412         <p>
10413           For each file it checks to see whether the version of the
10414           file included in the package is the same as the one that was
10415           included in the last version of the package (the one that is
10416           being upgraded from); it also compares the version currently
10417           installed on the system with the one shipped with the last
10418           version.
10419         </p>
10420
10421         <p>
10422           If neither the user nor the package maintainer has changed
10423           the file, it is left alone.  If one or the other has changed
10424           their version, then the changed version is preferred - i.e.,
10425           if the user edits their file, but the package maintainer
10426           doesn't ship a different version, the user's changes will
10427           stay, silently, but if the maintainer ships a new version
10428           and the user hasn't edited it the new version will be
10429           installed (with an informative message).  If both have
10430           changed their version the user is prompted about the problem
10431           and must resolve the differences themselves.
10432         </p>
10433
10434         <p>
10435           The comparisons are done by calculating the MD5 message
10436           digests of the files, and storing the MD5 of the file as it
10437           was included in the most recent version of the package.
10438         </p>
10439
10440         <p>
10441           When a package is installed for the first time
10442           <prgn>dpkg</prgn> will install the file that comes with it,
10443           unless that would mean overwriting a file already on the
10444           file system.
10445         </p>
10446
10447         <p>
10448           However, note that <prgn>dpkg</prgn> will <em>not</em>
10449           replace a conffile that was removed by the user (or by a
10450           script).  This is necessary because with some programs a
10451           missing file produces an effect hard or impossible to
10452           achieve in another way, so that a missing file needs to be
10453           kept that way if the user did it.
10454         </p>
10455
10456         <p>
10457           Note that a package should <em>not</em> modify a
10458           <prgn>dpkg</prgn>-handled conffile in its maintainer
10459           scripts.  Doing this will lead to <prgn>dpkg</prgn> giving
10460           the user confusing and possibly dangerous options for
10461           conffile update when the package is upgraded.</p>
10462       </sect>
10463
10464       <sect><heading>Fully-featured maintainer script configuration
10465       handling
10466         </heading>
10467
10468         <p>
10469           For files which contain site-specific information such as
10470           the hostname and networking details and so forth, it is
10471           better to create the file in the package's
10472           <prgn>postinst</prgn> script.
10473         </p>
10474
10475         <p>
10476           This will typically involve examining the state of the rest
10477           of the system to determine values and other information, and
10478           may involve prompting the user for some information which
10479           can't be obtained some other way.
10480         </p>
10481
10482         <p>
10483           When using this method there are a couple of important
10484           issues which should be considered:
10485         </p>
10486
10487         <p>
10488           If you discover a bug in the program which generates the
10489           configuration file, or if the format of the file changes
10490           from one version to the next, you will have to arrange for
10491           the postinst script to do something sensible - usually this
10492           will mean editing the installed configuration file to remove
10493           the problem or change the syntax.  You will have to do this
10494           very carefully, since the user may have changed the file,
10495           perhaps to fix the very problem that your script is trying
10496           to deal with - you will have to detect these situations and
10497           deal with them correctly.
10498         </p>
10499
10500         <p>
10501           If you do go down this route it's probably a good idea to
10502           make the program that generates the configuration file(s) a
10503           separate program in <file>/usr/sbin</file>, by convention called
10504           <file><var>package</var>config</file> and then run that if
10505           appropriate from the post-installation script.  The
10506           <tt><var>package</var>config</tt> program should not
10507           unquestioningly overwrite an existing configuration - if its
10508           mode of operation is geared towards setting up a package for
10509           the first time (rather than any arbitrary reconfiguration
10510           later) you should have it check whether the configuration
10511           already exists, and require a <tt>--force</tt> flag to
10512           overwrite it.</p></sect>
10513     </appendix>
10514
10515     <appendix id="pkg-alternatives"><heading>Alternative versions of
10516         an interface - <prgn>update-alternatives</prgn> (from old
10517     Packaging Manual)
10518       </heading>
10519
10520       <p>
10521         When several packages all provide different versions of the
10522         same program or file it is useful to have the system select a
10523         default, but to allow the system administrator to change it
10524         and have their decisions respected.
10525       </p>
10526
10527       <p>
10528         For example, there are several versions of the <prgn>vi</prgn>
10529         editor, and there is no reason to prevent all of them from
10530         being installed at once, each under their own name
10531         (<prgn>nvi</prgn>, <prgn>vim</prgn> or whatever).
10532         Nevertheless it is desirable to have the name <tt>vi</tt>
10533         refer to something, at least by default.
10534       </p>
10535
10536       <p>
10537         If all the packages involved cooperate, this can be done with
10538         <prgn>update-alternatives</prgn>.
10539       </p>
10540
10541       <p>
10542         Each package provides its own version under its own name, and
10543         calls <prgn>update-alternatives</prgn> in its postinst to
10544         register its version (and again in its prerm to deregister
10545         it).
10546       </p>
10547
10548       <p>
10549         See the man page <manref name="update-alternatives"
10550         section="8"> for details.
10551       </p>
10552
10553       <p>
10554         If <prgn>update-alternatives</prgn> does not seem appropriate
10555         you may wish to consider using diversions instead.</p>
10556     </appendix>
10557
10558     <appendix id="pkg-diversions"><heading>Diversions - overriding a
10559     package's version of a file (from old Packaging Manual)
10560       </heading>
10561
10562       <p>
10563         It is possible to have <prgn>dpkg</prgn> not overwrite a file
10564         when it reinstalls the package it belongs to, and to have it
10565         put the file from the package somewhere else instead.
10566       </p>
10567
10568       <p>
10569         This can be used locally to override a package's version of a
10570         file, or by one package to override another's version (or
10571         provide a wrapper for it).
10572       </p>
10573
10574       <p>
10575         Before deciding to use a diversion, read <ref
10576         id="pkg-alternatives"> to see if you really want a diversion
10577         rather than several alternative versions of a program.
10578       </p>
10579
10580       <p>
10581         There is a diversion list, which is read by <prgn>dpkg</prgn>,
10582         and updated by a special program <prgn>dpkg-divert</prgn>.
10583         Please see <manref name="dpkg-divert" section="8"> for full
10584         details of its operation.
10585       </p>
10586
10587       <p>
10588         When a package wishes to divert a file from another, it should
10589         call <prgn>dpkg-divert</prgn> in its preinst to add the
10590         diversion and rename the existing file.  For example,
10591         supposing that a <prgn>smailwrapper</prgn> package wishes to
10592         install a wrapper around <file>/usr/sbin/smail</file>:
10593         <example>
10594    dpkg-divert --package smailwrapper --add --rename \
10595       --divert /usr/sbin/smail.real /usr/sbin/smail
10596         </example> The <tt>--package smailwrapper</tt> ensures that
10597         <prgn>smailwrapper</prgn>'s copy of <file>/usr/sbin/smail</file>
10598         can bypass the diversion and get installed as the true version.
10599         It's safe to add the diversion unconditionally on upgrades since
10600         it will be left unchanged if it already exists, but
10601         <prgn>dpkg-divert</prgn> will display a message.  To suppress that
10602         message, make the command conditional on the version from which
10603         the package is being upgraded:
10604         <example>
10605    if [ upgrade != "$1" ] || dpkg --compare-versions "$2" lt 1.0-2; then
10606       dpkg-divert --package smailwrapper --add --rename \
10607          --divert /usr/sbin/smail.real /usr/sbin/smail
10608    fi
10609         </example> where <tt>1.0-2</tt> is the version at which the
10610         diversion was first added to the package.  Running the command
10611         during abort-upgrade is pointless but harmless.
10612       </p>
10613
10614       <p>
10615         The postrm has to do the reverse:
10616         <example>
10617   if [ remove = "$1" -o abort-install = "$1" -o disappear = "$1" ]; then
10618      dpkg-divert --package smailwrapper --remove --rename \
10619         --divert /usr/sbin/smail.real /usr/sbin/smail
10620   fi
10621         </example> If the diversion was added at a particular version, the
10622         postrm should also handle the failure case of upgrading from an
10623         older version (unless the older version is so old that direct
10624         upgrades are no longer supported):
10625         <example>
10626   if [ abort-upgrade = "$1" ] && dpkg --compare-versions "$2" lt 1.0-2; then
10627      dpkg-divert --package smailwrapper --remove --rename \
10628         --divert /usr/sbin/smail.real /usr/sbin/smail
10629   fi
10630         </example> where <tt>1.02-2</tt> is the version at which the
10631         diversion was first added to the package.  The postrm should not
10632         remove the diversion on upgrades both because there's no reason to
10633         remove the diversion only to immediately re-add it and since the
10634         postrm of the old package is run after unpacking so the removal of
10635         the diversion will fail.
10636       </p>
10637
10638       <p>
10639         Do not attempt to divert a file which is vitally important for
10640         the system's operation - when using <prgn>dpkg-divert</prgn>
10641         there is a time, after it has been diverted but before
10642         <prgn>dpkg</prgn> has installed the new version, when the file
10643         does not exist.</p>
10644     </appendix>
10645
10646   </book>
10647 </debiandoc>
10648 <!-- Local variables: -->
10649 <!-- indent-tabs-mode: t -->
10650 <!-- End: -->
10651 <!-- vim:set ai et sts=2 sw=2 tw=76: -->