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