]> git.donarmstrong.com Git - debian/debian-policy.git/blob - policy.sgml
Synchronized with patch 146 from Manojs tree
[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 (or, if
4232             you have the <package>debian-policy</package> installed,
4233             you can try <url
4234               id="file:///usr/share/doc/debian-policy/fhs/" name="FHS
4235               (local copy)">). The
4236             latest version, which may be a more recent version, may
4237             be found on
4238             <url id="http://www.pathname.com/fhs/" name="FHS (upstream)">.
4239             Specific questions about following the standard may be
4240             asked on the <tt>debian-devel</tt> mailing list, or
4241             referred to the FHS mailing list (see the
4242             <url id="http://www.pathname.com/fhs/" name="FHS web site"> for
4243             more information).
4244           </p>
4245         </sect1>
4246
4247         <sect1>
4248           <heading>Site-specific programs</heading>
4249
4250           <p>
4251             As mandated by the FHS, packages must not place any
4252             files in <file>/usr/local</file>, either by putting them in
4253             the file system archive to be unpacked by <prgn>dpkg</prgn>
4254             or by manipulating them in their maintainer scripts.
4255           </p>
4256
4257           <p>
4258             However, the package may create empty directories below
4259             <file>/usr/local</file> so that the system administrator knows
4260             where to place site-specific files.  These directories
4261             should be removed on package removal if they are
4262             empty.
4263           </p>
4264
4265           <p>
4266             Note, that this applies only to directories <em>below</em>
4267             <file>/usr/local</file>, not <em>in</em> <file>/usr/local</file>.
4268             Packages must not create sub-directories in the directory
4269             <file>/usr/local</file> itself, except those listed in FHS,
4270             section 4.5.  However, you may create directories below
4271             them as you wish. You must not remove any of the
4272             directories listed in 4.5, even if you created them.
4273           </p>
4274
4275           <p>
4276             Since <file>/usr/local</file> can be mounted read-only from a
4277             remote server, these directories must be created and
4278             removed by the <prgn>postinst</prgn> and <prgn>prerm</prgn>
4279             maintainer scripts and not be included in the
4280             <file>.deb</file> archive.  These scripts must not fail if
4281             either of these operations fail.
4282           </p>
4283
4284           <p>
4285             For example, the <tt>emacsen-common</tt> package could
4286             contain something like
4287             <example compact="compact">
4288 if [ ! -e /usr/local/share/emacs ]
4289 then
4290   if mkdir /usr/local/share/emacs 2>/dev/null
4291   then
4292     chown root:staff /usr/local/share/emacs
4293     chmod 2775 /usr/local/share/emacs
4294   fi
4295 fi
4296             </example>
4297             in its <prgn>postinst</prgn> script, and
4298             <example compact="compact">
4299 rmdir /usr/local/share/emacs/site-lisp 2>/dev/null || true
4300 rmdir /usr/local/share/emacs 2>/dev/null || true
4301             </example>
4302             in the <prgn>prerm</prgn> script.  (Note that this form is
4303             used to ensure that if the script is interrupted, the
4304             directory <file>/usr/local/share/emacs</file> will still be
4305             removed.)
4306           </p>
4307
4308           <p>
4309             If you do create a directory in <file>/usr/local</file> for
4310             local additions to a package, you should ensure that
4311             settings in <file>/usr/local</file> take precedence over the
4312             equivalents in <file>/usr</file>.
4313           </p>
4314
4315           <p>
4316             However, because <file>/usr/local</file> and its contents are
4317             for exclusive use of the local administrator, a package
4318             must not rely on the presence or absence of files or
4319             directories in <file>/usr/local</file> for normal operation.
4320           </p>
4321
4322           <p>
4323             The <file>/usr/local</file> directory itself and all the
4324             subdirectories created by the package should (by default) have
4325             permissions 2775 (group-writable and set-group-id) and be
4326             owned by <tt>root.staff</tt>.
4327           </p>
4328         </sect1>
4329
4330         <sect1>
4331           <heading>The system-wide mail directory</heading>
4332           <p>
4333             The system-wide mail directory is <file>/var/mail</file>. This
4334             directory is part of the base system and should not owned
4335             by any particular mail agents.  The use of the old
4336             location <file>/var/spool/mail</file> is deprecated, even
4337             though the spool may still be physically located there.
4338             To maintain partial upgrade compatibility for systems
4339             which have <file>/var/spool/mail</file> as their physical mail
4340             spool, packages using <file>/var/mail</file> must depend on
4341             either <package>libc6</package> (&gt;= 2.1.3-13), or on
4342             <package>base-files</package> (&gt;= 2.2.0), or on later
4343             versions of either one of these packages.
4344           </p>
4345         </sect1>
4346       </sect>
4347
4348       <sect>
4349         <heading>Users and groups</heading>
4350
4351         <sect1>
4352           <heading>Introduction</heading>
4353           <p>
4354             The Debian system can be configured to use either plain or
4355             shadow passwords.
4356           </p>
4357
4358           <p>
4359             Some user ids (UIDs) and group ids (GIDs) are reserved
4360             globally for use by certain packages.  Because some
4361             packages need to include files which are owned by these
4362             users or groups, or need the ids compiled into binaries,
4363             these ids must be used on any Debian system only for the
4364             purpose for which they are allocated. This is a serious
4365             restriction, and we should avoid getting in the way of
4366             local administration policies. In particular, many sites
4367             allocate users and/or local system groups starting at 100.
4368           </p>
4369
4370           <p>
4371             Apart from this we should have dynamically allocated ids,
4372             which should by default be arranged in some sensible
4373             order, but the behavior should be configurable.
4374           </p>
4375
4376           <p>
4377             Packages other than <tt>base-passwd</tt> must not modify
4378             <file>/etc/passwd</file>, <file>/etc/shadow</file>,
4379             <file>/etc/group</file> or <file>/etc/gshadow</file>.
4380           </p>
4381         </sect1>
4382
4383         <sect1>
4384           <heading>UID and GID classes</heading>
4385           <p>
4386             The UID and GID numbers are divided into classes as
4387             follows:
4388             <taglist>
4389               <tag>0-99:</tag>
4390               <item>
4391                 <p>
4392                   Globally allocated by the Debian project, the same
4393                   on every Debian system.  These ids will appear in
4394                   the <file>passwd</file> and <file>group</file> files of all
4395                   Debian systems, new ids in this range being added
4396                   automatically as the <tt>base-passwd</tt> package is
4397                   updated.
4398                 </p>
4399
4400                 <p>
4401                   Packages which need a single statically allocated
4402                   uid or gid should use one of these; their
4403                   maintainers should ask the <tt>base-passwd</tt>
4404                   maintainer for ids.
4405                 </p>
4406               </item>
4407
4408               <tag>100-999:</tag>
4409               <item>
4410                 <p>
4411                   Dynamically allocated system users and groups.
4412                   Packages which need a user or group, but can have
4413                   this user or group allocated dynamically and
4414                   differently on each system, should use <tt>adduser
4415                   --system</tt> to create the group and/or user.
4416                   <prgn>adduser</prgn> will check for the existence of
4417                   the user or group, and if necessary choose an unused
4418                   id based on the ranges specified in
4419                   <file>adduser.conf</file>.
4420                 </p>
4421               </item>
4422
4423               <tag>1000-29999:</tag>
4424               <item>
4425                 <p>
4426                   Dynamically allocated user accounts.  By default
4427                   <prgn>adduser</prgn> will choose UIDs and GIDs for
4428                   user accounts in this range, though
4429                   <file>adduser.conf</file> may be used to modify this
4430                   behavior.
4431                 </p>
4432               </item>
4433
4434               <tag>30000-59999:</tag>
4435               <item>
4436                 <p>Reserved.</p>
4437               </item>
4438
4439               <tag>60000-64999:</tag>
4440               <item>
4441                 <p>
4442                   Globally allocated by the Debian project, but only
4443                   created on demand. The ids are allocated centrally
4444                   and statically, but the actual accounts are only
4445                   created on users' systems on demand.
4446                 </p>
4447
4448                 <p>
4449                   These ids are for packages which are obscure or
4450                   which require many statically-allocated ids.  These
4451                   packages should check for and create the accounts in
4452                   <file>/etc/passwd</file> or <file>/etc/group</file> (using
4453                   <prgn>adduser</prgn> if it has this facility) if
4454                   necessary.  Packages which are likely to require
4455                   further allocations should have a `hole' left after
4456                   them in the allocation, to give them room to
4457                   grow.
4458                 </p>
4459               </item>
4460
4461               <tag>65000-65533:</tag>
4462               <item>
4463                 <p>Reserved.</p>
4464               </item>
4465
4466               <tag>65534:</tag>
4467               <item>
4468                 <p>
4469                   User <tt>nobody</tt>. The corresponding gid refers
4470                   to the group <tt>nogroup</tt>.
4471                 </p>
4472               </item>
4473
4474               <tag>65535:</tag>
4475               <item>
4476                 <p>
4477                   <tt>(uid_t)(-1) == (gid_t)(-1)</tt> <em>must
4478                   not</em> be used, because it is the error return
4479                   sentinel value.
4480                 </p>
4481               </item>
4482             </taglist>
4483           </p>
4484         </sect1>
4485       </sect>
4486
4487       <sect id="sysvinit">
4488         <heading>System run levels and <file>init.d</file> scripts</heading>
4489
4490         <sect1 id="/etc/init.d">
4491           <heading>Introduction</heading>
4492
4493           <p>
4494             The <file>/etc/init.d</file> directory contains the scripts
4495             executed by <prgn>init</prgn> at boot time and when the
4496             init state (or `runlevel') is changed (see <manref
4497             name="init" section="8">).
4498           </p>
4499
4500           <p>
4501             There are at least two different, yet functionally
4502             equivalent, ways of handling these scripts.  For the sake
4503             of simplicity, this document describes only the symbolic
4504             link method. However, it must not be assumed by maintainer
4505             scripts that this method is being used, and any automated
4506             manipulation of the various runlevel behaviours by
4507             maintainer scripts must be performed using
4508             <prgn>update-rc.d</prgn> as described below and not by
4509             manually installing or removing symlinks.  For information
4510             on the implementation details of the other method,
4511             implemented in the <tt>file-rc</tt> package, please refer
4512             to the documentation of that package.
4513           </p>
4514
4515           <p>
4516             These scripts are referenced by symbolic links in the
4517             <file>/etc/rc<var>n</var>.d</file> directories.  When changing
4518             runlevels, <prgn>init</prgn> looks in the directory
4519             <file>/etc/rc<var>n</var>.d</file> for the scripts it should
4520             execute, where <tt><var>n</var></tt> is the runlevel that
4521             is being changed to, or <tt>S</tt> for the boot-up
4522             scripts.
4523           </p>
4524
4525           <p>
4526             The names of the links all have the form
4527             <file>S<var>mm</var><var>script</var></file> or
4528             <file>K<var>mm</var><var>script</var></file> where
4529             <var>mm</var> is a two-digit number and <var>script</var>
4530             is the name of the script (this should be the same as the
4531             name of the actual script in <file>/etc/init.d</file>).
4532           </p>
4533
4534           <p>
4535             When <prgn>init</prgn> changes runlevel first the targets
4536             of the links whose names start with a <tt>K</tt> are
4537             executed, each with the single argument <tt>stop</tt>,
4538             followed by the scripts prefixed with an <tt>S</tt>, each
4539             with the single argument <tt>start</tt>.  (The links are
4540             those in the <file>/etc/rc<var>n</var>.d</file> directory
4541             corresponding to the new runlevel.)  The <tt>K</tt> links
4542             are responsible for killing services and the <tt>S</tt>
4543             link for starting services upon entering the runlevel.
4544           </p>
4545
4546           <p>
4547             For example, if we are changing from runlevel 2 to
4548             runlevel 3, init will first execute all of the <tt>K</tt>
4549             prefixed scripts it finds in <file>/etc/rc3.d</file>, and then
4550             all of the <tt>S</tt> prefixed scripts in that directory.
4551             The links starting with <tt>K</tt> will cause the
4552             referred-to file to be executed with an argument of
4553             <tt>stop</tt>, and the <tt>S</tt> links with an argument
4554             of <tt>start</tt>.
4555           </p>
4556
4557           <p>
4558             The two-digit number <var>mm</var> is used to determine
4559             the order in which to run the scripts: low-numbered links
4560             have their scripts run first.  For example, the
4561             <tt>K20</tt> scripts will be executed before the
4562             <tt>K30</tt> scripts.  This is used when a certain service
4563             must be started before another.  For example, the name
4564             server <prgn>bind</prgn> might need to be started before
4565             the news server <prgn>inn</prgn> so that <prgn>inn</prgn>
4566             can set up its access lists.  In this case, the script
4567             that starts <prgn>bind</prgn> would have a lower number
4568             than the script that starts <prgn>inn</prgn> so that it
4569             runs first:
4570             <example compact="compact">
4571 /etc/rc2.d/S17bind
4572 /etc/rc2.d/S70inn
4573             </example>
4574           </p>
4575
4576           <p>
4577             The two runlevels 0 (halt) and 6 (reboot) are slightly
4578             different.  In these runlevels, the links with an
4579             <tt>S</tt> prefix are still called after those with a
4580             <tt>K</tt> prefix, but they too are called with the single
4581             argument <tt>stop</tt>.
4582           </p>
4583
4584           <p>
4585             Also, if the script name ends <tt>.sh</tt>, the script
4586             will be sourced in runlevel <tt>S</tt> rather that being
4587             run in a forked subprocess, but will be explicitly run by
4588             <prgn>sh</prgn> in all other runlevels.
4589           </p>
4590         </sect1>
4591
4592         <sect1>
4593           <heading>Writing the scripts</heading>
4594
4595           <p>
4596             Packages that include daemons for system services should
4597             place scripts in <file>/etc/init.d</file> to start or stop
4598             services at boot time or during a change of runlevel.
4599             These scripts should be named
4600             <file>/etc/init.d/<var>package</var></file>, and they should
4601             accept one argument, saying what to do:
4602
4603             <taglist>
4604               <tag><tt>start</tt></tag>
4605               <item><p>start the service,</p></item>
4606
4607               <tag><tt>stop</tt></tag>
4608               <item><p>stop the service,</p></item>
4609
4610               <tag><tt>restart</tt></tag>
4611               <item><p>stop and restart the service,</p></item>
4612
4613               <tag><tt>reload</tt></tag>
4614               <item><p>cause the configuration of the service to be
4615                   reloaded without actually stopping and restarting
4616                   the service,</p></item>
4617
4618               <tag><tt>force-reload</tt></tag>
4619               <item><p>cause the configuration to be reloaded if the
4620                   service supports this, otherwise restart the
4621                   service.</p></item>
4622             </taglist>
4623
4624             The <tt>start</tt>, <tt>stop</tt>, <tt>restart</tt>, and
4625             <tt>force-reload</tt> options should be supported by all
4626             scripts in <file>/etc/init.d</file>, the <tt>reload</tt>
4627             option is optional.</p>
4628
4629           <p>
4630             The <file>init.d</file> scripts should ensure that they will
4631             behave sensibly if invoked with <tt>start</tt> when the
4632             service is already running, or with <tt>stop</tt> when it
4633             isn't, and that they don't kill unfortunately-named user
4634             processes.  The best way to achieve this is usually to use
4635             <prgn>start-stop-daemon</prgn>.</p>
4636
4637           <p>
4638             If a service reloads its configuration automatically (as
4639             in the case of <prgn>cron</prgn>, for example), the
4640             <tt>reload</tt> option of the <file>init.d</file> script
4641             should behave as if the configuration has been reloaded
4642             successfully.</p>
4643
4644           <p>
4645             The <file>/etc/init.d</file> scripts must be treated as
4646             configuration files, either (if they are present in the
4647             package, that is, in the .deb file) by marking them as
4648             <tt>conffile</tt>s, or, (if they do not exist in the .deb)
4649             by managing them correctly in the maintainer scripts (see
4650             <ref id="config-files">).  This is important since we want
4651             to give the local system administrator the chance to adapt
4652             the scripts to the local system, e.g., to disable a
4653             service without de-installing the package, or to specify
4654             some special command line options when starting a service,
4655             while making sure her changes aren't lost during the next
4656             package upgrade.
4657           </p>
4658
4659           <p>
4660             These scripts should not fail obscurely when the
4661             configuration files remain but the package has been
4662             removed, as configuration files remain on the system after
4663             the package has been removed.  Only when <prgn>dpkg</prgn>
4664             is executed with the <tt>--purge</tt> option will
4665             configuration files be removed.  In particular, as the
4666             <file>/etc/init.d/<var>package</var></file> script itself is
4667             usually a <tt>conffile</tt>, it will remain on the system
4668             if the package is removed but not purged.  Therefore, you
4669             should include a <tt>test</tt> statement at the top of the
4670             script, like this:
4671             <example compact="compact">
4672 test -f <var>program-executed-later-in-script</var> || exit 0
4673             </example>
4674           </p>
4675
4676           <p>
4677             Often there are some variables in the <file>init.d</file>
4678             scripts whose values control the behaviour of the scripts,
4679             and which a system administrator is likely to want to
4680             change.  As the scripts themselves are frequently
4681             <tt>conffile</tt>s, modifying them requires that the
4682             administrator merge in their changes each time the package
4683             is upgraded and the <tt>conffile</tt> changes.  To ease
4684             the burden on the system administrator, such configurable
4685             values should not be placed directly in the script.
4686             Instead, they should be placed in a file in
4687             <file>/etc/default</file>, which typically will have the same
4688             base name as the <file>init.d</file> script.  This extra file
4689             should be sourced by the script when the script runs.  It
4690             must contain only variable settings and comments in POSIX
4691             <prgn>sh</prgn> format.  It may either be a
4692             <tt>conffile</tt> or a configuration file maintained by
4693             the package maintainer scripts.  See <ref id="config-files">
4694             for more details.
4695           </p>
4696
4697           <p>
4698             To ensure that vital configurable values are always
4699             available, the <file>init.d</file> script should set default
4700             values for each of the shell variables it uses, either
4701             before sourcing the <file>/etc/default/</file> file or
4702             afterwards using something like the <tt>:
4703             ${VAR:=default}</tt> syntax.  Also, the <file>init.d</file>
4704             script must behave sensibly and not fail if the
4705             <file>/etc/default</file> file is deleted.
4706           </p>
4707         </sect1>
4708
4709         <sect1>
4710           <heading>Interfacing with the initscript system</heading>
4711
4712           <p>
4713             Maintainers should use the abstraction layer provided by
4714             the <prgn>update-rc.d</prgn> and <prgn>invoke-rc.d</prgn>
4715             programs to deal with initscripts in their packages'
4716             scripts such as <prgn>postinst</prgn>, <prgn>prerm</prgn>
4717             and <prgn>postrm</prgn>.
4718           </p>
4719           <p>
4720             Directly managing the /etc/rc?.d links and directly
4721             invoking the <file>/etc/init.d/</file> initscripts should
4722             be done only by packages providing the initscript
4723             subsystem (such as <prgn>sysvinit</prgn> and
4724             <prgn>file-rc</prgn>).
4725
4726           </p>
4727
4728           <sect2>
4729             <heading>Managing the links</heading>
4730
4731             <p>
4732               The program <prgn>update-rc.d</prgn> is provided for
4733               package maintainers to arrange for the proper creation and
4734               removal of <file>/etc/rc<var>n</var>.d</file> symbolic links,
4735               or their functional equivalent if another method is being
4736               used.  This may be used by maintainers in their packages'
4737               <prgn>postinst</prgn> and <prgn>postrm</prgn> scripts.</p>
4738
4739             <p>
4740               You must not include any <file>/etc/rc<var>n</var>.d</file>
4741               symbolic links in the actual archive or manually create or
4742               remove the symbolic links in maintainer scripts; you must
4743               use the <prgn>update-rc.d</prgn> program instead.  (The
4744               former will fail if an alternative method of maintaining
4745               runlevel information is being used.)  You must not include
4746               the <file>/etc/rc<var>n</var>.d</file> directories themselves
4747               in the archive either.  (Only the <tt>sysvinit</tt>
4748               package may do so.)
4749             </p>
4750
4751             <p>
4752               By default <prgn>update-rc.d</prgn> will start services in
4753               each of the multi-user state runlevels (2, 3, 4, and 5)
4754               and stop them in the halt runlevel (0), the single-user
4755               runlevel (1) and the reboot runlevel (6).  The system
4756               administrator will have the opportunity to customize
4757               runlevels by simply adding, moving, or removing the
4758               symbolic links in <file>/etc/rc<var>n</var>.d</file> if
4759               symbolic links are being used, or by modifying
4760               <file>/etc/runlevel.conf</file> if the <tt>file-rc</tt> method
4761               is being used.
4762             </p>
4763
4764             <p>
4765               To get the default behavior for your package, put in your
4766               <prgn>postinst</prgn> script
4767               <example compact="compact">
4768                 update-rc.d <var>package</var> defaults 
4769               </example>
4770               and in your <prgn>postrm</prgn>
4771               <example compact="compact">
4772                 if [ "$1" = purge ]; then
4773                 update-rc.d <var>package</var> remove 
4774                 fi
4775               </example>. Note that is your package changes runlevels
4776                   or priority, you may have to remove and recreate the
4777                   links, since otherwise the old links may
4778                   persist. Refer to the documentation of
4779                   <prgn>update-rc.d</prgn></p>
4780
4781             <p>
4782               This will use a default sequence number of 20.  If it does
4783               not matter when or in which order the <file>init.d</file>
4784               script is run, use this default.  If it does, then you
4785               should talk to the maintainer of the <prgn>sysvinit</prgn>
4786               package or post to <tt>debian-devel</tt>, and they will
4787               help you choose a number.
4788             </p>
4789
4790             <p>
4791               For more information about using <tt>update-rc.d</tt>,
4792               please consult its manpage <manref name="update-rc.d"
4793                 section="8">.
4794             </p>
4795           </sect2>
4796
4797           <sect2>
4798             <heading>Running initscripts</heading>
4799             <p>
4800               The program <prgn>invoke-rc.d</prgn> is provided to make
4801               it easier for package maintainers to properly invoke an
4802               initscript, obeying runlevel and other locally-defined
4803               constraints that might limit a package's right to start,
4804               stop and otherwise manage services. This program may be
4805               used by maintainers in their packages' scripts.
4806             </p>
4807             <p>
4808               The use of <prgn>invoke-rc.d</prgn> to invoke the
4809               <file>/etc/init.d/*</file> initscripts is strongly
4810               recommended<footnote>
4811                 <p>
4812                   In the future, the use of invoke-rc.d to invoke
4813                   initscripts shall be made mandatory. Maintainers are
4814                   advised to switch to invoke-rc.d as soon as
4815                   possible.</p>
4816               </footnote>, instead of calling them directly.
4817             </p>
4818
4819             <p>
4820               By default, <prgn>invoke-rc.d</prgn> will pass any
4821               action requests (start, stop, reload, restart...) to the
4822               <file>/etc/init.d</file> script, filtering out requests
4823               to start or restart a service out of its intended
4824               runlevels.
4825             </p>
4826             <p>
4827               Most packages will simply need to change:
4828               <example compact="compact">/etc/init.d/&lt;package&gt;
4829               &lt;action&gt;</example> in their <prgn>postinst</prgn>
4830               and <prgn>prerm</prgn> scripts to:
4831               <example compact="compact">
4832           if [ -x /usr/sbin/invoke-rc.d ] ; then
4833                 invoke-rc.d <var>package</var> &lt;action&gt;
4834           else
4835              /etc/init.d/<var>package</var> &lt;action&gt;
4836           fi
4837               </example></p>
4838             <p>
4839               A package should register its initscript services using
4840               <prgn>update-rc.d</prgn> before it tries to invoke them
4841               using <prgn>invoke-rc.d</prgn>. Invocation of
4842               unregistered services may fail.
4843             </p>
4844             <p>
4845               For more information about using
4846               <prgn>invoke-rc.d</prgn>, please consult its manpage
4847               <manref name="invoke-rc.d" section="8">.
4848             </p>
4849           </sect2>
4850         </sect1>
4851
4852
4853         <sect1>
4854           <heading>Boot-time initialization</heading>
4855
4856           <p>
4857             There used to be another directory, <file>/etc/rc.boot</file>,
4858             which contained scripts which were run once per machine
4859             boot. This has been deprecated in favour of links from
4860             <file>/etc/rcS.d</file> to files in <file>/etc/init.d</file> as
4861             described in <ref id="/etc/init.d">.  Packages must not
4862             place files in <file>/etc/rc.boot</file>.</p>
4863
4864         <sect1>
4865           <heading>Example</heading>
4866
4867           <p>
4868             The <prgn>bind</prgn> DNS (nameserver) package wants to
4869             make sure that the nameserver is running in multiuser
4870             runlevels, and is properly shut down with the system.  It
4871             puts a script in <file>/etc/init.d</file>, naming the script
4872             appropriately <tt>bind</tt>.  As you can see, the script
4873             interprets the argument <tt>reload</tt> to send the
4874             nameserver a <tt>HUP</tt> signal (causing it to reload its
4875             configuration); this way the system administrator can say
4876             <file>/etc/init.d/bind reload</file> to reload the name
4877             server.  The script has one configurable value, which can
4878             be used to pass parameters to the named program at
4879             startup; this value is read from
4880             <file>/etc/default/bind</file> (see below).
4881           </p>
4882
4883           <p>
4884             <example compact="compact">
4885 #!/bin/sh
4886 #
4887 # Original version by Robert Leslie
4888 # &lt;rob@mars.org&gt;, edited by iwj and cs
4889
4890 test -x /usr/sbin/named || exit 0
4891
4892 # Source defaults file.
4893 PARAMS=''
4894 if [ -f /etc/default/bind ]; then
4895   . /etc/default/bind
4896 fi
4897
4898
4899 case "$1" in
4900 start)
4901   echo -n "Starting domain name service: named"
4902   start-stop-daemon --start --quiet --exec /usr/sbin/named \
4903                     -- $PARAMS
4904   echo "."
4905   ;;
4906 stop)
4907   echo -n "Stopping domain name service: named"
4908   start-stop-daemon --stop --quiet  \
4909     --pidfile /var/run/named.pid --exec /usr/sbin/named
4910   echo "."
4911   ;;
4912 restart)
4913   echo -n "Restarting domain name service: named"
4914   start-stop-daemon --stop --quiet  \
4915     --pidfile /var/run/named.pid --exec /usr/sbin/named
4916   start-stop-daemon --start --verbose --exec /usr/sbin/named \
4917                     -- $PARAMS
4918   echo "."
4919   ;;
4920 force-reload|reload)
4921   echo -n "Reloading configuration of domain name service: named"
4922   start-stop-daemon --stop --signal 1 --quiet  \
4923     --pidfile /var/run/named.pid --exec /usr/sbin/named
4924   echo "."
4925   ;;
4926 *)
4927   echo "Usage: /etc/init.d/bind " \
4928          " {start|stop|restart|reload|force-reload}" >&2
4929   exit 1
4930   ;;
4931 esac
4932
4933 exit 0
4934             </example>
4935           </p>
4936
4937           <p>
4938             Complementing the above init script is a configuration
4939             file <file>/etc/default/bind</file>, which contains
4940             configurable parameters used by the script.  This would be
4941             created by the <prgn>postinst</prgn> script if it was not
4942             already present, and removed on purge by the
4943             <prgn>postrm</prgn> script.
4944             <example compact="compact">
4945 # Specified parameters to pass to named. See named(8).
4946 # You may uncomment the following line, and edit to taste.
4947 #PARAMS="-u nobody"
4948             </example>
4949           </p>
4950
4951           <p>
4952             Another example on which you can base your
4953             <file>/etc/init.d</file> scripts is found in
4954             <file>/etc/init.d/skeleton</file>.
4955           </p>
4956
4957           <p>
4958             If this package is happy with the default setup from
4959             <prgn>update-rc.d</prgn>, namely an ordering number of 20
4960             and having named running in all runlevels, it can say in
4961             its <prgn>postinst</prgn>:
4962             <example compact="compact">
4963 update-rc.d bind defaults >/dev/null
4964             </example>
4965             And in its <prgn>postrm</prgn>, to remove the links when the
4966             package is purged:
4967             <example compact="compact">
4968 if [ "$1" = purge ]; then
4969   update-rc.d bind remove >/dev/null
4970 fi
4971             </example>
4972           </p>
4973         </sect1>
4974       </sect>
4975
4976       <sect>
4977         <heading>Console messages from <file>init.d</file> scripts</heading>
4978
4979         <p>
4980           This section describes the formats to be used for messages
4981           written to standard output by the <file>/etc/init.d</file>
4982           scripts.  The intent is to improve the consistency of
4983           Debian's startup and shutdown look and feel.  For this
4984           reason, please look very carefully at the details.  We want
4985           the messages to have the same format in terms of wording,
4986           spaces, punctuation and case of letters.
4987         </p>
4988
4989         <p>
4990           Here is a list of overall rules that you should use when you
4991           create output messages.  They can be useful if you have a
4992           non-standard message that is not covered specifically in the
4993           sections below.
4994         </p>
4995
4996         <p>
4997           <list>
4998             <item>
4999               <p>
5000                 Every message should fit in one line (fewer than 80
5001                 characters), start with a capital letter and end with
5002                 a period (<tt>.</tt>) and line feed (<tt>"\n"</tt>).
5003               </p>
5004             </item>
5005
5006             <item>
5007               <p>
5008                 If you want to express that the computer is working on
5009                 something (that is, performing a specific task, not
5010                 starting or stopping a program), we use an "ellipsis"
5011                 (three dots: <tt>...</tt>).  Note that we don't insert
5012                 spaces before or after the dots.  If the task has been
5013                 completed we write <tt>done.</tt> and a line feed.
5014               </p>
5015             </item>
5016
5017             <item>
5018               <p>
5019                 Design your messages as if the computer is telling you
5020                 what he is doing (let him be polite :-), but don't
5021                 mention "him" directly.  For example, if you think of
5022                 saying
5023                 <example compact="compact">
5024 I'm starting network daemons: nfsd mountd.
5025                 </example>
5026                 just say
5027                 <example compact="compact">
5028 Starting network daemons: nfsd mountd.
5029                 </example>
5030               </p>
5031             </item>
5032           </list>
5033         </p>
5034
5035         <p>
5036           There are standard message formats for the following
5037           situations.  They should be used by the <tt>init.d</tt>
5038           scripts.
5039         </p>
5040
5041         <p>
5042           <list>
5043             <item>
5044               <p>When daemons are started</p>
5045
5046               <p>
5047                 If your script starts one or more daemons, the output
5048                 should look like this (a single line, no leading
5049                 spaces):
5050                 <example compact="compact">
5051 Starting <var>description</var>: <var>daemon-1</var> ... <var>daemon-n</var>.
5052                 </example>
5053                 The <var>description</var> should describe the
5054                 subsystem the daemon or set of daemons are part of,
5055                 while <var>daemon-1</var> up to <var>daemon-n</var>
5056                 denote each daemon's name (typically the file name of
5057                 the program).
5058               </p>
5059
5060               <p>
5061                 For example, the output of <file>/etc/init.d/lpd</file>
5062                 would look like:
5063                 <example compact="compact">
5064 Starting printer spooler: lpd.
5065                 </example>
5066               </p>
5067
5068               <p>
5069                 This can be achieved by saying
5070                 <example compact="compact">
5071 echo -n "Starting printer spooler: lpd"
5072 start-stop-daemon --start --quiet --exec /usr/sbin/lpd
5073 echo "."
5074                 </example>
5075                 in the script. If you have more than one daemon to
5076                 start, you should do the following:
5077                 <example compact="compact">
5078 echo -n "Starting remote file system services:"
5079 echo -n " nfsd"; start-stop-daemon --start --quiet nfsd
5080 echo -n " mountd"; start-stop-daemon --start --quiet mountd
5081 echo -n " ugidd"; start-stop-daemon --start --quiet ugidd
5082 echo "."
5083                 </example>
5084                 This makes it possible for the user to see what takes
5085                 so long and when the final daemon has been started.
5086                 You should be careful where to put spaces: in the
5087                 example above the system administrator can easily
5088                 comment out a line if he don't wants to start a
5089                 specific daemon, while the displayed message still
5090                 looks good.
5091               </p>
5092             </item>
5093
5094             <item>
5095               <p>When a system parameter is being set</p>
5096
5097               <p>
5098                 If you have to set up different system parameters
5099                 during the system boot, you should use this format:
5100                 <example compact="compact">
5101 Setting <var>parameter</var> to `<var>value</var>'.
5102                 </example>
5103               </p>
5104
5105               <p>
5106                 You can use a statement such as the following to get
5107                 the quotes right:
5108                 <example compact="compact">
5109 echo "Setting DNS domainname to \`$domainname'."
5110                 </example>
5111               </p>
5112
5113               <p>
5114                 Note that the left quotation mark (<tt>`</tt>) is
5115                 different from the right one (<tt>'</tt>).
5116               </p>
5117             </item>
5118
5119             <item>
5120               <p>When a daemon is stopped or restarted</p>
5121
5122               <p>
5123                 When you stop or restart a daemon, you should issue a
5124                 message identical to the startup message, except that
5125                 <tt>Starting</tt> is replaced with <tt>Stopping</tt>
5126                 or <tt>Restarting</tt> respectively.
5127               </p>
5128
5129               <p>
5130                 For example, stopping the printer daemon will like
5131                 like this:
5132                 <example compact="compact">
5133 Stopping printer spooler: lpd.
5134                 </example>
5135               </p>
5136             </item>
5137
5138             <item>
5139               <p>When something is executed</p>
5140
5141               <p>
5142                 There are several examples where you have to run a
5143                 program at system startup or shutdown to perform a
5144                 specific task, for example, setting the system's clock
5145                 using <prgn>netdate</prgn> or killing all processes
5146                 when the system shuts down.  Your message should look
5147                 like this:
5148                 <example compact="compact">
5149 Doing something very useful...done.
5150                 </example>
5151                 You should print the <tt>done.</tt> immediately after
5152                 the job has been completed, so that the user is
5153                 informed why she has to wait.  You can get this
5154                 behavior by saying
5155                 <example compact="compact">
5156 echo -n "Doing something very useful..."
5157 do_something
5158 echo "done."
5159                 </example>
5160                 in your script.
5161               </p>
5162             </item>
5163
5164             <item>
5165               <p>When the configuration is reloaded</p>
5166
5167               <p>
5168                 When a daemon is forced to reload its configuration
5169                 files you should use the following format:
5170                 <example compact="compact">
5171 Reloading <var>description</var> configuration...done.
5172                 </example>
5173                 where <var>description</var> is the same as in the
5174                 daemon starting message.
5175               </p>
5176             </item>
5177           </list>
5178         </p>
5179       </sect>
5180
5181       <sect>
5182         <heading>Cron jobs</heading>
5183
5184         <p>
5185           Packages must not modify the configuration file
5186           <file>/etc/crontab</file>, and they must not modify the files in
5187           <file>/var/spool/cron/crontabs</file>.</p>
5188
5189         <p>
5190           If a package wants to install a job that has to be executed
5191           via cron, it should place a file with the name of the
5192           package in one or more of the following directories:
5193           <example compact="compact">
5194 /etc/cron.daily
5195 /etc/cron.weekly
5196 /etc/cron.monthly
5197           </example>
5198           As these directory names imply, the files within them are
5199           executed on a daily, weekly, or monthly basis,
5200           respectively. The exact times are listed in
5201           <file>/etc/crontab</file>.</p>
5202
5203         <p>
5204           All files installed in any of these directories must be
5205           scripts (e.g., shell scripts or Perl scripts) so that they
5206           can easily be modified by the local system administrator.
5207           In addition, they should be treated as configuration
5208           files.
5209         </p>
5210
5211         <p>
5212           If a certain job has to be executed more frequently than
5213           daily, the package should install a file
5214           <file>/etc/cron.d/<var>package</var></file>. This file uses the
5215           same syntax as <file>/etc/crontab</file> and is processed by
5216           <prgn>cron</prgn> automatically. The file must also be
5217           treated as a configuration file. (Note that entries in the
5218           <file>/etc/cron.d</file> directory are not handled by
5219           <prgn>anacron</prgn>. Thus, you should only use this
5220           directory for jobs which may be skipped if the system is not
5221           running.)</p>
5222
5223         <p>
5224           The scripts or crontab entries in these directories should
5225           check if all necessary programs are installed before they
5226           try to execute them. Otherwise, problems will arise when a
5227           package was removed but not purged since configuration files
5228           are kept on the system in this situation.</p>
5229       </sect>
5230
5231       <sect>
5232         <heading>Menus</heading>
5233
5234         <p>
5235           Menu entries should follow the current menu policy found in
5236           the <tt>menu-policy</tt> files in the <tt>debian-policy</tt>
5237           package.  It may also be found on the Debian FTP site
5238           <ftpsite>ftp.debian.org</ftpsite> as the file
5239           <ftppath>/debian/doc/package-developer/menu-policy.txt.gz</ftppath>,
5240           or in the equivalent location on your local mirror.
5241         </p>
5242
5243         <p>
5244           The Debian <tt>menu</tt> package provides a standard
5245           interface between packages providing applications and
5246           documents, and <em>menu programs</em> (either X window
5247           managers or text-based menu programs such as
5248           <prgn>pdmenu</prgn>).
5249         </p>
5250
5251         <p>
5252           All packages that provide applications that need not be
5253           passed any special command line arguments for normal
5254           operation should register a menu entry for those
5255           applications, so that users of the <tt>menu</tt> package
5256           will automatically get menu entries in their window
5257           managers, as well in shells like <tt>pdmenu</tt>.</p>
5258
5259         <p>
5260           Please also refer to the <em>Debian Menu System</em>
5261           documentation that comes with the <tt>menu</tt> package for
5262           information about how to register your applications and web
5263           documents.
5264         </p>
5265       </sect>
5266
5267       <sect>
5268         <heading>Multimedia handlers</heading>
5269
5270         <p>
5271           Packages which provide the ability to view/show/play,
5272           compose, edit or print MIME types should register themselves
5273           as such following the current MIME support policy found in
5274           the <tt>mime-policy</tt> files in the <tt>debian-policy</tt>
5275           package.  It may also be found on the Debian FTP site
5276           <ftpsite>ftp.debian.org</ftpsite> as the file
5277           <ftppath>/debian/doc/package-developer/mime-policy.txt.gz</ftppath>,
5278           or in the equivalent location on your local mirror.
5279         </p>
5280
5281         <p>
5282           MIME (Multipurpose Internet Mail Extensions, RFCs 2045-2049)
5283           is a mechanism for encoding files and data streams and
5284           providing meta-information about them, in particular their
5285           type (e.g.  audio or video) and format (e.g. PNG, HTML,
5286           MP3).
5287         </p>
5288
5289         <p>
5290           Registration of MIME type handlers allows programs like mail
5291           user agents and web browsers to to invoke these handlers to
5292           view, edit or display MIME types they don't support
5293           directly.
5294         </p>
5295       </sect>
5296
5297       <sect>
5298         <heading>Keyboard configuration</heading>
5299
5300         <p>
5301           To achieve a consistent keyboard configuration so that all
5302           applications interpret a keyboard event the same way, all
5303           programs in the Debian distribution must be configured to
5304           comply with the following guidelines.
5305         </p>
5306
5307         <p>
5308           The following keys must have the specified interpretations:
5309
5310           <taglist>
5311             <tag><tt>&lt;--</tt></tag>
5312             <item><p>delete the character to the left of the cursor</p></item>
5313
5314             <tag><tt>Delete</tt></tag>
5315             <item><p>delete the character to the right of the cursor</p></item>
5316
5317             <tag><tt>Control+H</tt></tag>
5318             <item><p>emacs: the help prefix</p></item>
5319           </taglist>
5320
5321           The interpretation of any keyboard events should be
5322           independent of the terminal that is used, be it a virtual
5323           console, an X terminal emulator, an rlogin/telnet session,
5324           etc.
5325         </p>
5326
5327         <p>
5328           The following list explains how the different programs
5329           should be set up to achieve this:
5330         </p>
5331
5332         <p>
5333           <list>
5334             <item><p><tt>&lt;--</tt> generates <tt>KB_BackSpace</tt>
5335                 in X.</p></item>
5336
5337             <item><p><tt>Delete</tt> generates <tt>KB_Delete</tt> in
5338                 X.</p></item>
5339
5340             <item>
5341               <p>
5342                 X translations are set up to make
5343                 <tt>KB_Backspace</tt> generate ASCII DEL, and to make
5344                 <tt>KB_Delete</tt> generate <tt>ESC [ 3 ~</tt> (this
5345                 is the vt220 escape code for the `delete character'
5346                 key).  This must be done by loading the X resources
5347                 using <prgn>xrdb</prgn> on all local X displays, not
5348                 using the application defaults, so that the
5349                 translation resources used correspond to the
5350                 <prgn>xmodmap</prgn> settings.</p></item>
5351
5352             <item>
5353               <p>
5354                 The Linux console is configured to make
5355                 <tt>&lt;--</tt> generate DEL, and <tt>Delete</tt>
5356                 generate <tt>ESC [ 3 ~</tt>.</p></item>
5357
5358             <item>
5359               <p>
5360                 X applications are configured so that <tt>&lt;</tt>
5361                 deletes left, and <tt>Delete</tt> deletes right.  Motif
5362                 applications already work like this.</p></item>
5363
5364             <item><p>Terminals should have <tt>stty erase ^?</tt> .</p></item>
5365
5366             <item>
5367               <p>
5368                 The <tt>xterm</tt> terminfo entry should have <tt>ESC
5369                 [ 3 ~</tt> for <tt>kdch1</tt>, just as for
5370                 <tt>TERM=linux</tt> and <tt>TERM=vt220</tt>.</p></item>
5371
5372             <item>
5373               <p>
5374                 Emacs is programmed to map <tt>KB_Backspace</tt> or
5375                 the <tt>stty erase</tt> character to
5376                 <tt>delete-backward-char</tt>, and <tt>KB_Delete</tt>
5377                 or <tt>kdch1</tt> to <tt>delete-forward-char</tt>, and
5378                 <tt>^H</tt> to <tt>help</tt> as always.</p></item>
5379
5380             <item>
5381               <p>
5382                 Other applications use the <tt>stty erase</tt>
5383                 character and <tt>kdch1</tt> for the two delete keys,
5384                 with ASCII DEL being `delete previous character' and
5385                 <tt>kdch1</tt> being `delete character under
5386                 cursor'.</p></item>
5387
5388           </list>
5389         </p>
5390
5391         <p>
5392           This will solve the problem except for the following
5393           cases:
5394         </p>
5395
5396         <p>
5397           <list>
5398             <item>
5399               <p>
5400                 Some terminals have a <tt>&lt;--</tt> key that cannot
5401                 be made to produce anything except <tt>^H</tt>.  On
5402                 these terminals Emacs help will be unavailable on
5403                 <tt>^H</tt> (assuming that the <tt>stty erase</tt>
5404                 character takes precedence in Emacs, and has been set
5405                 correctly).  <tt>M-x help</tt> or <tt>F1</tt> (if
5406                 available) can be used instead.</p></item>
5407
5408             <item>
5409               <p>
5410                 Some operating systems use <tt>^H</tt> for <tt>stty
5411                 erase</tt>.  However, modern telnet versions and all
5412                 rlogin versions propagate <tt>stty</tt> settings, and
5413                 almost all UNIX versions honour <tt>stty erase</tt>.
5414                 Where the <tt>stty</tt> settings are not propagated
5415                 correctly, things can be made to work by using
5416                 <tt>stty</tt> manually.</p></item>
5417
5418             <item>
5419               <p>
5420                 Some systems (including previous Debian versions) use
5421                 <prgn>xmodmap</prgn> to arrange for both
5422                 <tt>&lt;--</tt> and <tt>Delete</tt> to generate
5423                 <tt>KB_Delete</tt>.  We can change the behavior of
5424                 their X clients using the same X resources that we use
5425                 to do it for our own clients, or configure our clients
5426                 using their resources when things are the other way
5427                 around.  On displays configured like this
5428                 <tt>Delete</tt> will not work, but <tt>&lt;--</tt>
5429                 will.</p></item>
5430
5431             <item>
5432               <p>
5433                 Some operating systems have different <tt>kdch1</tt>
5434                 settings in their <tt>terminfo</tt> database for
5435                 <tt>xterm</tt> and others.  On these systems the
5436                 <tt>Delete</tt> key will not work correctly when you
5437                 log in from a system conforming to our policy, but
5438                 <tt>&lt;--</tt> will.</p></item>
5439           </list>
5440         </p>
5441       </sect>
5442
5443       <sect>
5444         <heading>Environment variables</heading>
5445
5446         <p>
5447           A program must not depend on environment variables to get
5448           reasonable defaults.  (That's because these environment
5449           variables would have to be set in a system-wide
5450           configuration file like <file>/etc/profile</file>, which is not
5451           supported by all shells.)</p>
5452
5453         <p>
5454           If a program usually depends on environment variables for its
5455           configuration, the program should be changed to fall back to
5456           a reasonable default configuration if these environment
5457           variables are not present. If this cannot be done easily
5458           (e.g., if the source code of a non-free program is not
5459           available), the program must be replaced by a small
5460           `wrapper' shell script which sets the environment variables
5461           if they are not already defined, and calls the original program.</p>
5462
5463         <p>
5464           Here is an example of a wrapper script for this purpose:
5465
5466           <example compact="compact">
5467 #!/bin/sh
5468 BAR=${BAR:-/var/lib/fubar}
5469 export BAR
5470 exec /usr/lib/foo/foo "$@"
5471           </example>
5472         </p>
5473
5474         <p>
5475           Furthermore, as <file>/etc/profile</file> is a configuration
5476           file of the <prgn>base-files</prgn> package, other packages must not
5477           put any environment variables or other commands into that
5478           file.</p>
5479       </sect>
5480     </chapt>
5481
5482     <chapt id="files">
5483       <heading>Files</heading>
5484
5485       <sect>
5486         <heading>Binaries</heading>
5487
5488         <p>
5489           Two different packages must not install programs with
5490           different functionality but with the same filenames.  (The
5491           case of two programs having the same functionality but
5492           different implementations is handled via `alternatives' or
5493           the `Conflicts' mechanism.  See <ref id="maintscripts"> and
5494           <ref id="conflicts"> respectively.)  If this case happens,
5495           one of the programs must be renamed.  The maintainers should
5496           report this to the <tt>debian-devel</tt> mailing list and
5497           try to find a consensus about which program will have to be
5498           renamed.  If a consensus cannot be reached, <em>both</em>
5499           programs must be renamed.
5500         </p>
5501
5502         <p>
5503          By default, when a package is being built, any binaries
5504          created should include debugging information, as well as
5505          being compiled with optimization.  You should also turn on
5506          as many reasonable compilation warnings as possible; this
5507          makes life easier for porters, who can then look at build
5508          logs for possible problems.  For the C programming language,
5509          this means the following compilation parameters should be
5510          used:
5511           <example compact="compact">
5512 CC = gcc
5513 CFLAGS = -O2 -g -Wall # sane warning options vary between programs
5514 LDFLAGS = # none
5515 install -s # (or use strip on the files in debian/tmp)
5516           </example>
5517         </p>
5518
5519         <p>
5520           Note that by default all installed binaries should be stripped,
5521           either by using the <tt>-s</tt> flag to
5522           <prgn>install</prgn>, or by calling <prgn>strip</prgn> on
5523           the binaries after they have been copied into
5524           <file>debian/tmp</file> but before the tree is made into a
5525           package.</p>
5526
5527         <p>
5528           Although binaries in the build tree should be compiled with
5529           debugging information by default, it can often be difficult
5530           to debug programs if they are also subjected to compiler
5531           optimization.  For this reason, it is recommended to support
5532           the standardized environment
5533           variable <tt>DEB_BUILD_OPTIONS</tt>.  This variable can
5534           contain several flags to change how a package is compiled
5535           and built.
5536         </p>
5537         <p>
5538           <taglist>
5539             <tag>noopt</tag>
5540             <item>
5541               <p>
5542                 The presence of this string means that the package
5543                 should be complied with a minimum of optimization.
5544                 For C programs, it is best to add <tt>-O0</tt>
5545                 to <tt>CFLAGS</tt> (although this is usually the
5546                 default).  Some programs might fail to build or run at
5547                 this level of optimization; it may be necessary to
5548                 use <tt>-O1</tt>, for example.
5549               </p>
5550             </item>
5551             <tag>nostrip</tag>
5552             <item>
5553               <p>
5554                 This string means that the debugging symbols should
5555                 not be stripped from the binary during installation,
5556                 so that debugging information may be included in the package.
5557               </p>
5558             </item>
5559           </taglist>
5560         </p>
5561         <p>
5562           The following makefile snippet is an example of how one may
5563           implement the build options; you will probably have to
5564           massage this example in order to make it work for your
5565           package.
5566           <example compact="compact">
5567 CFLAGS = -Wall -g
5568 INSTALL = install
5569 INSTALL_FILE    = $(INSTALL) -p    -o root -g root  -m  644
5570 INSTALL_PROGRAM = $(INSTALL) -p    -o root -g root  -m  755
5571 INSTALL_SCRIPT  = $(INSTALL) -p    -o root -g root  -m  755
5572 INSTALL_DIR     = $(INSTALL) -p -d -o root -g root  -m  755
5573
5574 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
5575 CFLAGS += -O0
5576 else
5577 CFLAGS += -O2
5578 endif
5579 ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
5580 INSTALL_PROGRAM += -s
5581 endif
5582           </example>
5583         </p>
5584
5585         <p>
5586           It is up to the package maintainer to decide what
5587           compilation options are best for the package.  Certain
5588           binaries (such as computationally-intensive programs) will
5589           function better with certain flags (<tt>-O3</tt>, for
5590           example); feel free to use them.  Please use good judgment
5591           here.  Don't use flags for the sake of it; only use them
5592           if there is good reason to do so.  Feel free to override
5593           the upstream author's ideas about which compilation
5594           options are best: they are often inappropriate for our
5595           environment.
5596         </p>
5597       </sect>
5598
5599
5600       <sect>
5601         <heading>Libraries</heading>
5602         <p>
5603           In general, libraries must have a shared version in the
5604           library package and a static version in the development
5605           package.  The shared version must be compiled with
5606           <tt>-fPIC</tt>, and the static version must not be.  In
5607           other words, each source unit ( <tt>*.c</tt>, for example,
5608           for C files) will need to be compiled twice.
5609         </p>
5610         <p>
5611           In some cases, it is acceptable for a library to be
5612           available in static form only; these cases include:
5613           <list>
5614             <item>
5615               <p>libraries for languages whose shared library support
5616                 is immature or unstable</p>
5617             </item>
5618             <item>
5619               <p>
5620                 libraries whose interfaces are in flux or under
5621                 development (commonly the case when the library's
5622                 major version number is zero, or where the ABI breaks
5623                 across patchlevels)
5624               </p>
5625             </item>
5626             <item>
5627               <p>
5628                 libraries which are explicitly intended to be
5629                 available only in static form by their upstream
5630                 author(s)</p>
5631             </item>
5632           </list>
5633           If a library is available only in static form, then it must follow
5634           the conventions for a development package.
5635         </p>
5636         <p>
5637           All libraries must have a shared version in the
5638           <tt>lib*</tt> package and a static version in the
5639           <tt>lib*-dev</tt> package.  The shared version must be
5640           compiled with <tt>-fPIC</tt>, and the static version must
5641           not be.  In other words, each <tt>*.c</tt> file will need to
5642           be compiled twice.</p>
5643
5644         <p>
5645           You must specify the gcc option <tt>-D_REENTRANT</tt>
5646           when building a library (either static or shared) to make
5647           the library compatible with LinuxThreads.</p>
5648
5649         <p>
5650           Note that all installed shared libraries should be
5651           stripped with
5652           <example compact="compact">
5653 strip --strip-unneeded <var>your-lib</var>
5654           </example>
5655           (The option <tt>--strip-unneeded</tt> makes
5656           <prgn>strip</prgn> remove only the symbols which aren't
5657           needed for relocation processing.)  Shared libraries can
5658           function perfectly well when stripped, since the symbols for
5659           dynamic linking are in a separate part of the ELF object
5660           file.<footnote>
5661             <p>
5662               You might also want to use the options
5663               <tt>--remove-section=.comment</tt> and
5664               <tt>--remove-section=.note</tt> on both shared libraries
5665               and executables, and <tt>--strip-debug</tt> on static
5666               libraries.
5667             </p>
5668           </footnote>
5669         </p>
5670
5671         <p>
5672           Note that under some circumstances it may be useful to
5673           install a shared library unstripped, for example when
5674           building a separate package to support debugging.
5675         </p>
5676
5677         <p>
5678           Shared object files (often <file>.so</file> files) that are not
5679           public libraries, that is, they are not meant to be linked
5680           to by third party executables (binaries of other packages),
5681           should be installed in subdirectories of the
5682           <file>/usr/lib</file> directory.  Such files are exempt from the
5683           rules that govern ordinary shared libraries, except that
5684           they must not be installed executable and should be
5685           stripped.<footnote>
5686             <p>
5687               A common example are the so-called ``plug-ins'',
5688               internal shared objects that are dynamically loaded by
5689               programs using <manref name="dlopen" section="3">.
5690             </p>
5691           </footnote>
5692         </p>
5693
5694         <p>
5695           Packages containing shared libraries that may be linked to
5696           by other packages' binaries, but which for some
5697           <em>compelling</em> reason can not be installed in
5698           <file>/usr/lib</file> directory, may install the shared library
5699           files in subdirectories of the <file>/usr/lib</file> directory,
5700           in which case they should arrange to add that directory in
5701           <file>/etc/ld.so.conf</file> in the package's post-installation
5702           script, and remove it in the package's post-removal script.
5703         </p>
5704
5705         <p>
5706           An ever increasing number of packages are using
5707           <prgn>libtool</prgn> to do their linking.  The latest GNU
5708           libtools (>= 1.3a) can take advantage of the metadata in the
5709           installed <prgn>libtool</prgn> archive files (<file>*.la</file>
5710           files).  The main advantage of <prgn>libtool</prgn>'s
5711           <file>.la</file> files is that it allows <prgn>libtool</prgn> to
5712           store and subsequently access metadata with respect to the
5713           libraries it builds.  <prgn>libtool</prgn> will search for
5714           those files, which contain a lot of useful information about
5715           a library (such as library dependency information for static
5716           linking).  Also, they're <em>essential</em> for programs
5717           using <tt>libltdl</tt>.<footnote>
5718             <p>
5719               Although <prgn>libtool</prgn> is fully capable of
5720               linking against shared libraries which don't have
5721               <tt>.la</tt> files, as it is a mere shell script it can
5722               add considerably to the build time of a
5723               <prgn>libtool</prgn>-using package if that shell script
5724               has to derive all this information from first principles
5725               for each library every time it is linked.  With the
5726               advent of <prgn>libtool</prgn> version 1.4 (and to a
5727               lesser extent <prgn>libtool</prgn> version 1.3), the
5728               <file>.la</file> files also store information about
5729               inter-library dependencies which cannot necessarily be
5730               derived after the <file>.la</file> file is deleted.
5731             </p>
5732           </footnote>
5733         </p>
5734
5735         <p>
5736           Packages that use <prgn>libtool</prgn> to create shared
5737           libraries should include the <file>.la</file> files in the
5738           <tt>-dev</tt> package, unless the package relies on
5739           <tt>libtool</tt>'s <tt>libltdl</tt> library, in which case
5740           the <tt>.la</tt> files must go in the run-time library
5741           package.
5742         </p>
5743
5744         <p>
5745           You must make sure that you use only released versions of
5746           shared libraries to build your packages; otherwise other
5747           users will not be able to run your binaries
5748           properly. Producing source packages that depend on
5749           unreleased compilers is also usually a bad
5750           idea.
5751         </p>
5752       </sect>
5753
5754       <sect>
5755         <heading>Shared libraries</heading>
5756
5757         <p>
5758           Packages involving shared libraries should be split up
5759           into several binary packages.</p>
5760
5761         <p>
5762           For a straightforward library which has a development
5763           environment and a runtime kit including just shared
5764           libraries you need to create two packages:
5765           <file><var>libraryname</var><var>soversion</var></file>, where
5766           <file><var>soversion</var></file> is the version number in the
5767           soname of the shared library<footnote>
5768             <p>
5769               The soname is the shared object name: it's the thing
5770               that has to match exactly between building an executable
5771               and running it for the dynamic linker to be able run the
5772               program.  For example, if the soname of the library is
5773               <file>libfoo.so.6</file>, the library package would be
5774               called <file>libfoo6</file>.
5775             </p>
5776           </footnote>
5777           and <tt><var>libraryname</var><var>soversion</var>-dev</tt>.
5778           Alternatively, if it would be confusing to directly append
5779           <var>soversion</var> to <var>libraryname</var> (e.g. because
5780           <var>libraryname</var> itself ends in a number), you may use
5781           <tt><var>libraryname</var>-<var>soversion</var></tt> and
5782           <tt><var>libraryname</var>-<var>soversion</var>-dev</tt>
5783           instead.
5784         </p>
5785
5786         <p>
5787           If you prefer only to support one development version at a
5788           time you may name the development package
5789           <file><var>libraryname</var>-dev</file>; otherwise you may need
5790           to use <prgn>dpkg</prgn>'s Conflicts mechanism (see <ref
5791           id="conflicts">) to ensure that the user only installs one
5792           development version at a time (as different development
5793           versions are likely to have the same header files in them,
5794           which would cause a filename clash if both were installed).
5795           Typically the development version should also have an exact
5796           version dependency on the runtime library, to make sure that
5797           compilation and linking happens correctly.  The
5798           <tt>${Source-Version}</tt> substitution variable can be
5799           useful for this purpose.
5800         </p>
5801
5802         <p>
5803           Packages which use the shared library should have a
5804           dependency on the name of the shared library package,
5805           <file><var>libraryname</var><var>soversion</var></file>.  When
5806           the soname changes you can have both versions of the library
5807           installed while migrating from the old library to the new.
5808         </p>
5809
5810         <p>
5811           If your package has some run-time support programs which use
5812           the shared library you must not put them in the shared
5813           library package.  If you do that then you won't be able to
5814           install several versions of the shared library without
5815           getting filename clashes.  Instead, either create a third
5816           package for the runtime binaries (this package might
5817           typically be named <tt><var>libraryname</var>-runtime</tt>;
5818           note the absence of the <var>soversion</var> in the package
5819           name), or if the development package is small you may
5820           include them in there.
5821         </p>
5822
5823         <p>
5824           If you have several shared libraries built from the same
5825           source tree you may lump them all together into a single
5826           shared library package, provided that you change all of
5827           their sonames at once (so that you don't get filename
5828           clashes if you try to install different versions of the
5829           combined shared libraries package).
5830         </p>
5831
5832         <p>
5833           Shared libraries should not be installed executable, since
5834           the dynamic linker does not require this and trying to
5835           execute a shared library usually results in a core dump.
5836         </p>
5837       </sect>
5838
5839       <sect id="scripts">
5840         <heading>Scripts</heading>
5841
5842         <p>
5843           All command scripts, including the package maintainer
5844           scripts inside the package and used by <prgn>dpkg</prgn>,
5845           should have a <tt>#!</tt> line naming the shell to be used
5846           to interpret them.</p>
5847
5848         <p>
5849           In the case of Perl scripts this should be
5850           <tt>#!/usr/bin/perl</tt>.</p>
5851
5852         <p>
5853           Shell scripts (<prgn>sh</prgn> and <prgn>bash</prgn>)
5854           should almost certainly start with <tt>set -e</tt> so that
5855           errors are detected.  Every script should use
5856           <tt>set -e</tt> or check the exit status of <em>every</em>
5857           command.</p>
5858
5859         <p>
5860           The standard shell interpreter <file>/bin/sh</file> can be a
5861           symbolic link to any POSIX compatible shell, if <tt>echo
5862           -n</tt> does not generate a newline.<footnote>
5863             <p>
5864               Debian policy specifies POSIX behavior for
5865               <file>/bin/sh</file>, but <tt>echo -n</tt> has widespread
5866               use in the Linux community (in particular including this
5867               policy, the Linux kernel source, many Debian scripts,
5868               etc.).  This <tt>echo -n</tt> mechanism is valid but not
5869               required under POSIX, hence this explicit addition.
5870               Also, rumour has it that this shall be mandated under
5871               the LSB anyway.
5872             </p>
5873           </footnote>
5874           Thus, shell scripts specifying <file>/bin/sh</file> as
5875           interpreter should only use POSIX features. If a script
5876           requires non-POSIX features from the shell interpreter, the
5877           appropriate shell must be specified in the first line of the
5878           script (e.g., <tt>#!/bin/bash</tt>) and the package must
5879           depend on the package providing the shell (unless the shell
5880           package is marked `Essential', as in the case of
5881           <prgn>bash</prgn>).
5882         </p>
5883
5884         <p>
5885           You may wish to restrict your script to POSIX features when
5886           possible so that it may use <file>/bin/sh</file> as its
5887           interpreter. If your script works with <prgn>dash</prgn>
5888           (originally called <prgn>ash</prgn>), it's probably POSIX
5889           compliant, but if you are in doubt, use
5890           <file>/bin/bash</file>.
5891         </p>
5892
5893         <p>
5894           Perl scripts should check for errors when making any
5895           system calls, including <tt>open</tt>, <tt>print</tt>,
5896           <tt>close</tt>, <tt>rename</tt> and <tt>system</tt>.
5897         </p>
5898
5899         <p>
5900           <prgn>csh</prgn> and <prgn>tcsh</prgn> should be avoided as
5901           scripting languages.  See <em>Csh Programming Considered
5902           Harmful</em>, one of the <tt>comp.unix.*</tt> FAQs, which
5903           can be found at <url
5904           id="http://language.perl.com/versus/csh.whynot">.<footnote>
5905             <p>
5906               It can also be found on
5907               <url id="http://www.cpan.org/doc/FMTEYEWTK/versus/csh.whynot">
5908               or on the ftp site <ftpsite>ftp.cpan.org</ftpsite> as
5909               <ftppath>/pub/perl/CPAN/doc/FMTEYEWTK/versus/csh.whynot</ftppath>.
5910               </p>
5911           </footnote>
5912           If an upstream package comes with <prgn>csh</prgn> scripts
5913           then you must make sure that they start with
5914           <tt>#!/bin/csh</tt> and make your package depend on the
5915           <prgn>c-shell</prgn> virtual package.
5916         </p>
5917
5918         <p>
5919           Any scripts which create files in world-writeable
5920           directories (e.g., in <file>/tmp</file>) must use a
5921           mechanism which will fail if a file with the same name
5922           already exists.</p>
5923
5924         <p>
5925           The Debian base system provides the <prgn>tempfile</prgn>
5926           and <prgn>mktemp</prgn> utilities for use by scripts for
5927           this purpose.</p></sect>
5928
5929
5930       <sect>
5931         <heading>Symbolic links</heading>
5932
5933         <p>
5934           In general, symbolic links within a top-level directory
5935           should be relative, and symbolic links pointing from one
5936           top-level directory into another should be absolute. (A
5937           top-level directory is a sub-directory of the root
5938           directory <file>/</file>.)</p>
5939
5940         <p>
5941           In addition, symbolic links should be specified as short as
5942           possible, i.e., link targets like <file>foo/../bar</file> are
5943           deprecated.</p>
5944
5945         <p>
5946           Note that when creating a relative link using
5947           <prgn>ln</prgn> it is not necessary for the target of the
5948           link to exist relative to the working directory you're
5949           running <prgn>ln</prgn> from, nor is it necessary to change
5950           directory to the directory where the link is to be made.
5951           Simply include the string that should appear as the target
5952           of the link (this will be a pathname relative to the
5953           directory in which the link resides) as the first argument
5954           to <prgn>ln</prgn>.</p>
5955
5956         <p>
5957           For example, in your <prgn>Makefile</prgn> or
5958           <file>debian/rules</file>, you can do things like:
5959           <example compact="compact">
5960 ln -fs gcc $(prefix)/bin/cc
5961 ln -fs gcc debian/tmp/usr/bin/cc
5962 ln -fs ../sbin/sendmail $(prefix)/bin/runq
5963 ln -fs ../sbin/sendmail debian/tmp/usr/bin/runq
5964           </example></p>
5965
5966         <p>
5967           A symbolic link pointing to a compressed file should always
5968           have the same file extension as the referenced file. (For
5969           example, if a file <file>foo.gz</file> is referenced by a
5970           symbolic link, the filename of the link has to end with
5971           `<file>.gz</file>' too, as in <file>bar.gz</file>.)
5972         </p>
5973       </sect>
5974
5975       <sect>
5976         <heading>Device files</heading>
5977
5978         <p>
5979           Packages must not include device files in the package file
5980           tree.</p>
5981
5982         <p>
5983           If a package needs any special device files that are not
5984           included in the base system, it must call
5985           <prgn>MAKEDEV</prgn> in the <prgn>postinst</prgn> script,
5986           after notifying the user<footnote>
5987             <p>
5988               This notification could be done via a (low-priority)
5989               debconf message, or an echo (printf) statement.
5990             </p>
5991           </footnote>
5992           .</p>
5993
5994         <p>
5995           Packages must not remove any device files in the
5996           <prgn>postrm</prgn> or any other script. This is left to the
5997           system administrator.</p>
5998
5999         <p>
6000           Debian uses the serial devices
6001           <file>/dev/ttyS*</file>. Programs using the old
6002           <file>/dev/cu*</file> devices should be changed to use
6003           <file>/dev/ttyS*</file>.</p>
6004       </sect>
6005
6006       <sect id="config-files">
6007         <heading>Configuration files</heading>
6008         <sect1>
6009           <heading>Definitions</heading>
6010           <p>
6011             <taglist>
6012               <tag>configuration file</tag>
6013               <item>
6014                 <p>
6015                   A file that affects the operation of a program, or
6016                   provides site- or host-specific information, or
6017                   otherwise customizes the behavior of a program.
6018                   Typically, configuration files are intended to be
6019                   modified by the system administrator (if needed or
6020                   desired) to conform to local policy or to provide
6021                   more useful site-specific behavior.
6022                 </p>
6023               </item>
6024
6025               <tag><tt>conffile</tt></tag>
6026               <item>
6027                 <p>
6028                   A file listed in a package's <tt>conffiles</tt>
6029                   file, and is treated specially by <prgn>dpkg</prgn>
6030                   (see <ref id="configdetails">).
6031                 </p>
6032               </item>
6033             </taglist>
6034           </p>
6035
6036           <p>
6037             The distinction between these two is important; they are
6038             not interchangeable concepts. Almost all
6039             <tt>conffile</tt>s are configuration files, but many
6040             configuration files are not <tt>conffiles</tt>.
6041           </p>
6042
6043           <p>
6044             Note that a script that embeds configuration information
6045             (such as most of the files in <file>/etc/default</file> and
6046             <file>/etc/cron.{daily,weekly,monthly}</file>) is de-facto a
6047             configuration file and should be treated as such.
6048           </p>
6049         </sect1>
6050
6051         <sect1>
6052           <heading>Location</heading>
6053           <p>
6054             Any configuration files created or used by your package
6055             must reside in <file>/etc</file>. If there are several you
6056             should consider creating a subdirectory of <file>/etc</file>
6057             named after your package.</p>
6058
6059           <p>
6060             If your package creates or uses configuration files
6061             outside of <file>/etc</file>, and it is not feasible to modify
6062             the package to use the <file>/etc</file>, you should still put
6063             the files in <file>/etc</file> and create symbolic links to
6064             those files from the location that the package
6065             requires.</p>
6066         </sect1>
6067
6068         <sect1>
6069           <heading>Behavior</heading>
6070           <p>
6071             Configuration file handling must conform to the following
6072             behavior:
6073             <list compact="compact">
6074               <item>
6075                 <p>
6076                   local changes must be preserved during a package
6077                   upgrade, and
6078                 </p>
6079               </item>
6080               <item>
6081                 <p>
6082                   configuration files must be preserved when the
6083                   package is removed, and only deleted when the
6084                   package is purged.
6085                 </p>
6086               </item>
6087             </list>
6088           </p>
6089
6090           <p>
6091             The easy way to achieve this behavior is to make the
6092             configuration file a <tt>conffile</tt>. This is
6093             appropriate only if it is possible to distribute a default
6094             version that will work for most installations, although
6095             some system administrators may choose to modify it. This
6096             implies that the default version will be part of the
6097             package distribution, and must not be modified by the
6098             maintainer scripts during installation (or at any other
6099             time).
6100           </p>
6101
6102           <p>
6103             In order to ensure that local changes are preserved
6104             correctly, no package may contain or make hard links to
6105             conffiles.<footnote>
6106               <p>
6107                 Rationale: There are two problems with hard links.
6108                 The first is that some editors break the link while
6109                 editing one of the files, so that the two files may
6110                 unwittingly become unlinked and different.  The second
6111                 is that <prgn>dpkg</prgn> might break the hard link
6112                 while upgrading <tt>conffile</tt>s.
6113               </p>
6114             </footnote>
6115             </p>
6116
6117             <p>
6118             The other way to do it is via the maintainer scripts.  In
6119             this case, the configuration file must not be listed as a
6120             <tt>conffile</tt> and must not be part of the package
6121             distribution. If the existence of a file is required for
6122             the package to be sensibly configured it is the
6123             responsibility of the package maintainer to provide
6124             maintainer scripts which correctly create, update and
6125             maintain the file and remove it on purge.  (See <ref
6126             id="maintainerscripts"> for more information.)  These
6127             scripts must be idempotent (i.e., must work correctly if
6128             <prgn>dpkg</prgn> needs to re-run them due to errors
6129             during installation or removal), must cope with all the
6130             variety of ways <prgn>dpkg</prgn> can call maintainer
6131             scripts, must not overwrite or otherwise mangle the user's
6132             configuration without asking, must not ask unnecessary
6133             questions (particularly during upgrades), and otherwise be
6134             good citizens.
6135           </p>
6136
6137           <p>
6138             The scripts are not required to configure every possible
6139             option for the package, but only those necessary to get
6140             the package running on a given system. Ideally the
6141             sysadmin should not have to do any configuration other
6142             than that done (semi-)automatically by the
6143             <prgn>postinst</prgn> script.
6144           </p>
6145
6146           <p>
6147             A common practice is to create a script called
6148             <file><var>package</var>-configure</file> and have the
6149             package's <prgn>postinst</prgn> call it if and only if the
6150             configuration file does not already exist.  In certain
6151             cases it is useful for there to be an example or template
6152             file which the maintainer scripts use.  Such files should
6153             be in <file>/usr/share/<var>package</var></file> or
6154             <file>/usr/lib/<var>package</var></file> (depending on whether
6155             they are architecture-independent or not).  There should
6156             be symbolic links to them from
6157             <file>/usr/share/doc/<var>package</var>/examples</file> if
6158             they are examples, and should be perfectly ordinary
6159             <prgn>dpkg</prgn>-handled files (<em>not</em>
6160             configuration files).
6161           </p>
6162
6163           <p>
6164             These two styles of configuration file handling must
6165             not be mixed, for that way lies madness:
6166             <prgn>dpkg</prgn> will ask about overwriting the file
6167             every time the package is upgraded.
6168           </p>
6169         </sect1>
6170
6171         <sect1>
6172           <heading>Sharing configuration files</heading>
6173           <p>
6174             Packages which specify the same file as a
6175             <tt>conffile</tt> must be tagged as <em>conflicting</em>
6176             with each other.  (This is an instance of the general rule
6177             about not sharing files.  Note that neither alternatives
6178             nor diversions are likely to be appropriate in this case;
6179             in particular, <prgn>dpkg</prgn> does not handle diverted
6180             <tt>conffile</tt>s well.)
6181           </p>
6182
6183           <p>
6184             The maintainer scripts must not alter a <tt>conffile</tt>
6185             of <em>any</em> package, including the one the scripts
6186             belong to.
6187           </p>
6188
6189           <p>
6190             If two or more packages use the same configuration file
6191             and it is reasonable for both to be installed at the same
6192             time, one of these packages must be defined as
6193             <em>owner</em> of the configuration file, i.e., it will be
6194             the package which handles that file as a configuration
6195             file.  Other packages that use the configuration file must
6196             depend on the owning package if they require the
6197             configuration file to operate. If the other package will
6198             use the configuration file if present, but is capable of
6199             operating without it, no dependency need be declared.</p>
6200
6201           <p>
6202             If it is desirable for two or more related packages to
6203             share a configuration file <em>and</em> for all of the
6204             related packages to be able to modify that configuration
6205             file, then the following should be done:
6206             <enumlist compact="compact">
6207               <item>
6208                 <p>
6209                   One of the related packages (the "owning" package)
6210                   will manage the configuration file with maintainer
6211                   scripts as described in the previous section.
6212                 </p>
6213               </item>
6214               <item>
6215                 <p>
6216                   The owning package should also provide a program
6217                   that the other packages may use to modify the
6218                   configuration file.
6219                 </p>
6220               </item>
6221               <item>
6222                 <p>
6223                   The related packages must use the provided program
6224                   to make any desired modifications to the
6225                   configuration file.  They should either depend on
6226                   the core package to guarantee that the configuration
6227                   modifier program is available or accept gracefully
6228                   that they cannot modify the configuration file if it
6229                   is not.  (This is in addition to the fact that the
6230                   configuration file may not even be present in the
6231                   latter scenario.)
6232                 </p>
6233               </item>
6234             </enumlist>
6235           </p>
6236
6237           <p>
6238             Sometimes it's appropriate to create a new package which
6239             provides the basic infrastructure for the other packages
6240             and which manages the shared configuration files.  (The
6241             <tt>sgml-base</tt> package is a good example.)
6242           </p>
6243         </sect1>
6244
6245         <sect1>
6246           <heading>User configuration files ("dotfiles")</heading>
6247
6248           <p>
6249             The files in <file>/etc/skel</file> will automatically be
6250             copied into new user accounts by <prgn>adduser</prgn>.
6251             No other program should reference the files in
6252             <file>/etc/skel</file>.
6253           </p>
6254
6255           <p>
6256             Therefore, if a program needs a dotfile to exist in
6257             advance in <file>$HOME</file> to work sensibly, that dotfile
6258             should be installed in <file>/etc/skel</file> and treated as a
6259             configuration file.
6260           </p>
6261
6262           <p>
6263             However, programs that require dotfiles in order to
6264             operate sensibly (dotfiles that they do not create
6265             themselves automatically, that is) are a bad thing.
6266             Furthermore, programs should be configured by the Debian
6267             default installation to behave as closely to the upstream
6268             default behaviour as possible.
6269           </p>
6270
6271           <p>
6272             Therefore, if a program in a Debian package needs to be
6273             configured in some way in order to operate sensibly, that
6274             should be done using a site-wide configuration file placed
6275             in <file>/etc</file>.  Only if the program doesn't support a
6276             site-wide default configuration and the package maintainer
6277             doesn't have time to add it may a default per-user file be
6278             placed in <file>/etc/skel</file>.
6279           </p>
6280
6281           <p>
6282             <file>/etc/skel</file> should be as empty as we can make it.
6283             This is particularly true because there is no easy (or
6284             necessarily desirable) mechanism for ensuring that the
6285             appropriate dotfiles are copied into the accounts of
6286             existing users when a package is installed.
6287           </p>
6288         </sect1>
6289       </sect>
6290
6291       <sect>
6292         <heading>Log files</heading>
6293         <p>
6294           Log files should usually be named
6295           <file>/var/log/<var>package</var>.log</file>.  If you have many
6296           log files, or need a separate directory for permission
6297           reasons (<file>/var/log</file> is writable only by
6298           <file>root</file>), you should usually create a directory named
6299           <file>/var/log/<var>package</var></file> and place your log
6300           files there.
6301         </p>
6302
6303         <p>
6304           Log files must be rotated occasionally so that they don't
6305           grow indefinitely; the best way to do this is to drop a log
6306           rotation configuration file into the directory
6307           <file>/etc/logrotate.d</file> and use the facilities provided by
6308           logrotate.<footnote>
6309             <p>
6310               The traditional approach to log files has been to set up
6311               <em>ad hoc</em> log rotation schemes using simple shell
6312               scripts and cron.  While this approach is highly
6313               customizable, it requires quite a lot of sysadmin work.
6314               Even though the original Debian system helped a little
6315               by automatically installing a system which can be used
6316               as a template, this was deemed not enough.
6317             </p>
6318
6319             <p>
6320               The use of <prgn>logrotate</prgn>, a program developed
6321               by Red Hat, is better, as it centralizes log management.
6322               It has both a configuration file
6323               (<file>/etc/logrotate.conf</file>) and a directory where
6324               packages can drop their individual log rotation
6325               configurations (<file>/etc/logrotate.d</file>).
6326             </p>
6327           </footnote>
6328           Here is a good example for a logrotate config
6329           file (for more information see <manref name="logrotate"
6330             section="8">):
6331           <example compact="compact">
6332 /var/log/foo/* {
6333 rotate 12
6334 weekly
6335 compress
6336 postrotate
6337 /etc/init.d/foo force-reload
6338 endscript
6339 }
6340           </example>
6341           This rotates all files under <file>/var/log/foo</file>, saves 12
6342           compressed generations, and forces the daemon to reload its
6343           configuration information after the log rotation.
6344         </p>
6345
6346         <p>
6347           Log files should be removed when the package is
6348           purged (but not when it is only removed).  This should be
6349           done by the <prgn>postrm</prgn> script when it is called
6350           with the argument <tt>purge</tt> (see <ref
6351           id="removedetails">).
6352         </p>
6353       </sect>
6354
6355       <sect>
6356         <heading>Permissions and owners</heading>
6357
6358         <p>
6359           The rules in this section are guidelines for general use.
6360           If necessary you may deviate from the details below.
6361           However, if you do so you must make sure that what is done
6362           is secure and you should try to be as consistent as possible
6363           with the rest of the system.  You should probably also
6364           discuss it on <prgn>debian-devel</prgn> first.
6365         </p>
6366
6367         <p>
6368           Files should be owned by <tt>root.root</tt>, and made
6369           writable only by the owner and universally readable (and
6370           executable, if appropriate), that is mode 644 or 755.
6371         </p>
6372
6373         <p>
6374           Directories should be mode 755 or (for group-writability)
6375           mode 2775.  The ownership of the directory should be
6376           consistent with its mode: if a directory is mode 2775, it
6377           should be owned by the group that needs write access to
6378           it.
6379         </p>
6380
6381         <p>
6382           Setuid and setgid executables should be mode 4755 or 2755
6383           respectively, and owned by the appropriate user or group.
6384           They should not be made unreadable (modes like 4711 or
6385           2711 or even 4111); doing so achieves no extra security,
6386           because anyone can find the binary in the freely available
6387           Debian package; it is merely inconvenient.  For the same
6388           reason you should not restrict read or execute permissions
6389           on non-set-id executables.
6390         </p>
6391
6392         <p>
6393           Some setuid programs need to be restricted to particular
6394           sets of users, using file permissions.  In this case they
6395           should be owned by the uid to which they are set-id, and by
6396           the group which should be allowed to execute them.  They
6397           should have mode 4754; again there is no point in making
6398           them unreadable to those users who must not be allowed to
6399           execute them.
6400         </p>
6401
6402         <p>
6403           It is possible to arrange that the system administrator can
6404           reconfigure the package to correspond to their local
6405           security policy by changing the permissions on a binary:
6406           they can do this by using <prgn>dpkg-statoverride</prgn>, as
6407           described below.<footnote>
6408             <p>
6409               Ordinary files installed by <prgn>dpkg</prgn> (as
6410               opposed to <tt>conffile</tt>s and other similar objects)
6411               normally have their permissions reset to the distributed
6412               permissions when the package is reinstalled.  However,
6413               the use of <prgn>dpkg-statoverride</prgn> overrides this
6414               default behaviour.  If you use this method, you should
6415               remember to describe <prgn>dpkg-statoverride</prgn> in
6416               the package documentation; being a relatively new
6417               addition to Debian, it is probably not yet well-known.
6418             </p>
6419           </footnote>
6420           Another method you should consider is to create a group for
6421           people allowed to use the program(s) and make any setuid
6422           executables executable only by that group.
6423         </p>
6424
6425         <p>
6426           If you need to create a new user or group for your package
6427           there are two possibilities.  Firstly, you may need to
6428           make some files in the binary package be owned by this
6429           user or group, or you may need to compile the user or
6430           group id (rather than just the name) into the binary
6431           (though this latter should be avoided if possible, as in
6432           this case you need a statically allocated id).</p>
6433
6434         <p>
6435           If you need a statically allocated id, you must ask for a
6436           user or group id from the <tt>base-passwd</tt> maintainer,
6437           and must not release the package until you have been
6438           allocated one.  Once you have been allocated one you must
6439           either make the package depend on a version of the
6440           <tt>base-passwd</tt> package with the id present in
6441           <file>/etc/passwd</file> or <file>/etc/group</file>, or arrange for
6442           your package to create the user or group itself with the
6443           correct id (using <tt>adduser</tt>) in its
6444           <prgn>preinst</prgn> or <prgn>postinst</prgn>.  (Doing it in
6445           the <prgn>postinst</prgn> is to be preferred if it is
6446           possible, otherwise a pre-dependency will be needed on the
6447           <tt>adduser</tt> package.)
6448         </p>
6449
6450         <p>
6451           On the other hand, the program might be able to determine
6452           the uid or gid from the user or group name at runtime, so
6453           that a dynamically allocated id can be used.  In this case
6454           you should choose an appropriate user or group name,
6455           discussing this on <prgn>debian-devel</prgn> and checking
6456           with the base system maintainer that it is unique and that
6457           they do not wish you to use a statically allocated id
6458           instead.  When this has been checked you must arrange for
6459           your package to create the user or group if necessary using
6460           <prgn>adduser</prgn> in the <prgn>preinst</prgn> or
6461           <prgn>postinst</prgn> script (again, the latter is to be
6462           preferred if it is possible).
6463         </p>
6464
6465         <p>
6466           Note that changing the numeric value of an id associated
6467           with a name is very difficult, and involves searching the
6468           file system for all appropriate files.  You need to think
6469           carefully whether a static or dynamic id is required, since
6470           changing your mind later will cause problems.
6471         </p>
6472
6473         <sect1><heading>The use of <prgn>dpkg-statoverride</prgn></heading>
6474           <p>
6475             This section is not intended as policy, but as a
6476             description of the use of <prgn>dpkg-statoverride</prgn>.
6477           </p>
6478
6479           <p>
6480             <prgn>dpkg-statoverride</prgn> is a replacement for the
6481             deprecated <tt>suidmanager</tt> package.  Packages which
6482             previously used <tt>suidmanager</tt> should have a
6483             <tt>Conflicts: suidmanager (<< 0.50)</tt> entry (or even
6484             <tt>(<< 0.52)</tt>), and calls to <tt>suidregister</tt>
6485             and <tt>suidunregister</tt> should now be simply removed
6486             from the maintainer scripts.
6487           </p>
6488
6489           <p>
6490             If a system administrator wishes to have a file (or
6491             directory or other such thing) installed with owner and
6492             permissions different from those in the distributed Debian
6493             package, he can use the <prgn>dpkg-statoverride</prgn>
6494             program to instruct <prgn>dpkg</prgn> to use the different
6495             settings every time the file is installed.  Thus the
6496             package maintainer should distribute the files with their
6497             normal permissions, and leave it for the system
6498             administrator to make any desired changes.  For example, a
6499             daemon which is normally required to be setuid root, but
6500             in certain situations could be used without being setuid,
6501             should be installed setuid in the <tt>.deb</tt>.  Then the
6502             local system administrator can change this if they wish.
6503             If there are two standard ways of doing it, the package
6504             maintainer can use <tt>debconf</tt> to find out the
6505             preference, and call <prgn>dpkg-statoverride</prgn> in the
6506             maintainer script if necessary to accommodate the system
6507             administrator's choice.
6508           </p>
6509
6510           <p>
6511             Given the above, <prgn>dpkg-statoverride</prgn> is
6512             essentially a tool for system administrators and would not
6513             normally be needed in the maintainer scripts.  There is
6514             one type of situation, though, where calls to
6515             <prgn>dpkg-statoverride</prgn> would be needed in the
6516             maintainer scripts, and that involves packages which use
6517             dynamically allocated user or group ids.  In such a
6518             situation, something like the following idiom can be very
6519             helpful in the package's <prgn>postinst</prgn>, where
6520             <tt>sysuser</tt> is a dynamically allocated id:
6521             <example>
6522 for i in /usr/bin/foo /usr/sbin/bar
6523 do
6524   if ! dpkg-statoverride --list $i >/dev/null
6525   then
6526     dpkg-statoverride --update --add sysuser root 4755 $i
6527   fi
6528 done
6529             </example>
6530             The corresponding <tt>dpkg-statoverride --remove</tt>
6531             calls can then be made unconditionally when the package is
6532             purged.
6533           </p>
6534         </sect1>
6535       </sect>
6536     </chapt>
6537
6538     <chapt id="customized-programs">
6539       <heading>Customized programs</heading>
6540
6541       <sect id="arch-spec">
6542         <heading>Architecture specification strings</heading>
6543
6544         <p>
6545           If a program needs to specify an <em>architecture specification
6546             string</em> in some place, the following format should be
6547             used: <var>arch</var>-<var>os</var><footnote>
6548             <p>
6549               The following architectures and operating systems are
6550               currently recognised by <prgn>dpkg-archictecture</prgn>.
6551               The architecture, <tt><var>arch</var></tt>, is one of
6552               the following: <tt>alpha</tt>, <tt>arm</tt>,
6553               <tt>hppa</tt>, <tt>i386</tt>, <tt>ia64</tt>,
6554               <tt>m68k</tt>, <tt>mips</tt>, <tt>mipsel</tt>,
6555               <tt>powerpc</tt>, <tt>s390</tt>, <tt>sh</tt>,
6556               <tt>sheb</tt>, <tt>sparc</tt> and <tt>sparc64</tt>.  The
6557               operating system, <tt><var>os</var></tt>, is one of:
6558               <tt>linux</tt>, <tt>gnu</tt>, <tt>freebsd</tt> and
6559               <tt>openbsd</tt>.  Use of <tt>gnu</tt> in this string is
6560               reserved for the GNU/Hurd operating system.
6561             </p>
6562           </footnote>.
6563         </p>
6564
6565         <p>
6566           Note that we don't want to use
6567           <tt><var>arch</var>-debian-linux</tt> to apply to the rule
6568           <tt><var>architecture</var>-<var>vendor</var>-<var>os</var></tt>
6569           since this would make our programs incompatible with other
6570           Linux distributions.  We also don't use something like
6571           <tt><var>arch</var>-unknown-linux</tt>, since the
6572           <tt>unknown</tt> does not look very good.
6573         </p>
6574       </sect>
6575
6576       <sect>
6577         <heading>Daemons</heading>
6578
6579         <p>
6580           The configuration files <file>/etc/services</file>,
6581           <file>/etc/protocols</file>, and <file>/etc/rpc</file> are managed
6582           by the <prgn>netbase</prgn> package and must not be modified
6583           by other packages.
6584         </p>
6585
6586         <p>
6587           If a package requires a new entry in one of these files, the
6588           maintainer should get in contact with the
6589           <prgn>netbase</prgn> maintainer, who will add the entries
6590           and release a new version of the <prgn>netbase</prgn>
6591           package.
6592         </p>
6593
6594         <p>
6595           The configuration file <file>/etc/inetd.conf</file> must not be
6596           modified by the package's scripts except via the
6597           <prgn>update-inetd</prgn> script or the
6598           <file>DebianNet.pm</file> Perl module.  See their documentation
6599           for details on how to add entries.
6600         </p>
6601
6602         <p>
6603           If a package wants to install an example entry into
6604           <file>/etc/inetd.conf</file>, the entry must be preceded with
6605           exactly one hash character (<tt>#</tt>). Such lines are
6606           treated as `commented out by user' by the
6607           <prgn>update-inetd</prgn> script and are not changed or
6608           activated during package updates.
6609         </p>
6610       </sect>
6611
6612       <sect>
6613         <heading>Using pseudo-ttys and modifying wtmp, utmp and
6614         lastlog</heading>
6615
6616         <p>
6617           Some programs need to create pseudo-ttys. This should be done
6618           using Unix98 ptys if the C library supports it. The resulting
6619           program must not be installed setuid root, unless that
6620           is required for other functionality.
6621         </p>
6622
6623         <p>
6624           The files <file>/var/run/utmp</file>, <file>/var/log/wtmp</file> and
6625           <file>/var/log/lastlog</file> must be installed writeable by
6626           group <tt>utmp</tt>.  Programs which need to modify those
6627           files must be installed setgid <tt>utmp</tt>.
6628         </p>
6629       </sect>
6630
6631       <sect>
6632         <heading>Editors and pagers</heading>
6633
6634         <p>
6635           Some programs have the ability to launch an editor or pager
6636           program to edit or display a text document.  Since there are
6637           lots of different editors and pagers available in the Debian
6638           distribution, the system administrator and each user should
6639           have the possibility to choose his/her preferred editor and
6640           pager.
6641         </p>
6642
6643         <p>
6644           In addition, every program should choose a good default
6645           editor/pager if none is selected by the user or system
6646           administrator.
6647         </p>
6648
6649         <p>
6650           Thus, every program that launches an editor or pager must
6651           use the EDITOR or PAGER environment variable to determine
6652           the editor or pager the user wishes to use.  If these
6653           variables are not set, the programs <file>/usr/bin/editor</file>
6654           and <file>/usr/bin/pager</file> should be used, respectively.
6655         </p>
6656
6657         <p>
6658           These two files are managed through the <prgn>dpkg</prgn>
6659           `alternatives' mechanism.  Thus every package providing an
6660           editor or pager must call the
6661           <prgn>update-alternatives</prgn> script to register these
6662           programs.
6663         </p>
6664
6665         <p>
6666           If it is very hard to adapt a program to make use of the
6667           EDITOR or PAGER variables, that program may be configured to
6668           use <file>/usr/bin/sensible-editor</file> and
6669           <file>/usr/bin/sensible-pager</file> as the editor or pager
6670           program respectively.  These are two scripts provided in the
6671           Debian base system that check the EDITOR and PAGER variables
6672           and launch the appropriate program, and fall back to
6673           <file>/usr/bin/editor</file> and <file>/usr/bin/pager</file> if the
6674           variable is not set.
6675         </p>
6676
6677         <p>
6678           A program may also use the VISUAL environment variable to
6679           determine the user's choice of editor.  If it exists, it
6680           should take precedence over EDITOR.  This is in fact what
6681           <file>/usr/bin/sensible-editor</file> does.
6682         </p>
6683
6684         <p>
6685           It is not required for a package to depend on
6686           <tt>editor</tt> and <tt>pager</tt>, nor is it required for a
6687           package to provide such virtual packages.<footnote>
6688             <p>
6689               The Debian base system already provides an editor and a
6690               pager program,
6691             </p>
6692           </footnote>
6693         </p>
6694       </sect>
6695
6696       <sect id="web-appl">
6697         <heading>Web servers and applications</heading>
6698
6699         <p>
6700           This section describes the locations and URLs that should
6701           be used by all web servers and web applications in the
6702           Debian system.
6703         </p>
6704
6705         <p>
6706           <enumlist>
6707             <item>
6708               <p>
6709                 Cgi-bin executable files are installed in the
6710                 directory
6711                 <example compact="compact">
6712 /usr/lib/cgi-bin/<var>cgi-bin-name</var>
6713                 </example>
6714                 and should be referred to as
6715                 <example compact="compact">
6716 http://localhost/cgi-bin/<var>cgi-bin-name</var>
6717                 </example>
6718               </p>
6719             </item>
6720
6721             <item><p>Access to HTML documents</p>
6722
6723               <p>
6724                 HTML documents for a package are stored in
6725                 <file>/usr/share/doc/<var>package</var></file>
6726                 and can be referred to as
6727                 <example compact="compact">
6728 http://localhost/doc/<var>package</var>/<var>filename</var>
6729                 </example>
6730               </p>
6731              <p>
6732                 The web server should restrict access to the document
6733                 tree so that only clients on the same host can read
6734                 the documents. If the web server does not support such
6735                 access controls, then it should not provide access at
6736                 all, or ask about providing access during installation.
6737               </p>
6738             </item>
6739
6740             <item><p>Web Document Root</p>
6741
6742               <p>
6743                 Web Applications should try to avoid storing files in
6744                 the Web Document Root.  Instead they should use the
6745                 /usr/share/doc/<var>package</var> directory for
6746                 documents and register the Web Application via the
6747                 menu package.  If access to the web document root is
6748                 unavoidable then use
6749                 <example compact="compact">
6750 /var/www
6751                 </example>
6752                 as the Document Root.  This might be just a symbolic
6753                 link to the location where the system administrator
6754                 has put the real document root.
6755               </p>
6756             </item>
6757
6758           </enumlist></p></sect>
6759
6760
6761       <sect id="mail-transport-agents">
6762         <heading>Mail transport, delivery and user agents</heading>
6763
6764         <p>
6765           Debian packages which process electronic mail, whether mail
6766           user agents (MUAs) or mail transport agents (MTAs), must
6767           ensure that they are compatible with the configuration
6768           decisions below.  Failure to do this may result in lost
6769           mail, broken <tt>From:</tt> lines, and other serious brain
6770           damage!
6771         </p>
6772
6773         <p>
6774           The mail spool is <file>/var/mail</file> and the interface to
6775           send a mail message is <file>/usr/sbin/sendmail</file> (as per
6776           the FHS).  On older systems, the mail spool may be
6777           physically located in <file>/var/spool/mail</file>, but all
6778           access to the mail spool should be via the
6779           <file>/var/mail</file> symlink.  The mail spool is part of the
6780           base system and not part of the MTA package.
6781         </p>
6782
6783         <p>
6784           All Debian MUAs, MTAs, MDAs and other mailbox accessing
6785           programs (such as IMAP daemons) must lock the mailbox in an
6786           NFS-safe way. This means that <tt>fcntl()</tt> locking must
6787           be combined with dot locking.  To avoid deadlocks, a program
6788           should use <tt>fcntl()</tt> first and dot locking after
6789           this, or alternatively implement the two locking methods in
6790           a non blocking way<footnote>
6791             <p>
6792               If it is not possible to establish both locks, the
6793               system shouldn't wait for the second lock to be
6794               established, but remove the first lock, wait a (random)
6795               time, and start over locking again.
6796             </p>
6797           </footnote>. Using the functions <tt>maillock</tt> and
6798           <tt>mailunlock</tt> provided by the
6799           <tt>liblockfile*</tt><footnote>
6800             <p>
6801               You will need to depend on <tt>liblockfile1
6802                 (&gt;&gt;1.01)</tt> to use these functions.
6803             </p>
6804           </footnote> packages is the recommended way to realize this.
6805         </p>
6806
6807         <p>
6808           Mailboxes are generally mode 660
6809           <tt><var>user</var>.mail</tt> unless the system
6810           administrator has chosen otherwise.  A MUA may remove a
6811           mailbox (unless it has nonstandard permissions) in which
6812           case the MTA or another MUA must recreate it if needed.
6813           Mailboxes must be writable by group mail.
6814         </p>
6815
6816         <p>
6817           The mail spool is 2775 <tt>root.mail</tt>, and MUAs should
6818           be setgid mail to do the locking mentioned above (and
6819           must obviously avoid accessing other users' mailboxes
6820           using this privilege).</p>
6821
6822         <p>
6823           <file>/etc/aliases</file> is the source file for the system mail
6824           aliases (e.g., postmaster, usenet, etc.), it is the one
6825           which the sysadmin and <prgn>postinst</prgn> scripts may
6826           edit.  After <file>/etc/aliases</file> is edited the program or
6827           human editing it must call <prgn>newaliases</prgn>.  All MTA
6828           packages must come with a <prgn>newaliases</prgn> program,
6829           even if it does nothing, but older MTA packages did not do
6830           this so programs should not fail if <prgn>newaliases</prgn>
6831           cannot be found.  Note that because of this, all MTA
6832           packages must have <tt>Provides</tt>, <tt>Conflicts</tt> and
6833           <tt>Replaces: mail-transport-agent</tt> control file
6834           fields.
6835         </p>
6836
6837         <p>
6838           The convention of writing <tt>forward to
6839             <var>address</var></tt> in the mailbox itself is not
6840           supported.  Use a <tt>.forward</tt> file instead.</p>
6841
6842         <p>
6843           The <prgn>rmail</prgn> program used by UUCP
6844           for incoming mail should be  <file>/usr/sbin/rmail</file>.
6845           Likewise, <prgn>rsmtp</prgn>, for receiving
6846           batch-SMTP-over-UUCP, should be <file>/usr/sbin/rsmtp</file> if it
6847           is supported.</p>
6848
6849         <p>
6850           If your package needs to know what hostname to use on (for
6851           example) outgoing news and mail messages which are generated
6852           locally, you should use the file <file>/etc/mailname</file>.  It
6853           will contain the portion after the username and <tt>@</tt>
6854           (at) sign for email addresses of users on the machine
6855           (followed by a newline).
6856         </p>
6857
6858         <p>
6859           Such package should check for the existence of this file
6860           when it is being configured.  If it exists, it should be
6861           used without comment, although an MTA's configuration script
6862           may wish to prompt the user even if it finds that this file
6863           exists.  If the file does not exist, the package should
6864           prompt the user for the value (preferably using
6865           <prgn>debconf</prgn>) and store it in <file>/etc/mailname</file>
6866           as well as using it in the package's configuration.  The
6867           prompt should make it clear that the name will not just be
6868           used by that package.  For example, in this situation the
6869           <tt>inn</tt> package could say something like:
6870           <example compact="compact">
6871 Please enter the `mail name' of your system.  This is the
6872 hostname portion of the address to be shown on outgoing
6873 news and mail messages.  The default is
6874 <var>syshostname</var>, your system's host name.  Mail
6875 name [`<var>syshostname</var>']:
6876           </example>
6877           where <var>syshostname</var> is the output of <tt>hostname
6878             --fqdn</tt>.
6879         </p>
6880       </sect>
6881
6882       <sect>
6883         <heading>News system configuration</heading>
6884
6885         <p>
6886           All the configuration files related to the NNTP (news)
6887           servers and clients should be located under
6888           <file>/etc/news</file>.</p>
6889
6890         <p>
6891           There are some configuration issues that apply to a number
6892           of news clients and server packages on the machine. These
6893           are:
6894
6895           <taglist>
6896             <tag><file>/etc/news/organization</file></tag>
6897             <item><p>A string which should appear as the
6898                 organization header for all messages posted
6899                 by NNTP clients on the machine</p></item>
6900
6901             <tag><file>/etc/news/server</file></tag>
6902             <item><p>Contains the FQDN of the upstream NNTP
6903                 server, or localhost if the local machine is
6904                 an NNTP server.</p></item>
6905           </taglist>
6906
6907           Other global files may be added as required for cross-package news
6908           configuration.</p></sect>
6909
6910
6911       <sect>
6912         <heading>Programs for the X Window System</heading>
6913
6914         <sect1>
6915           <heading>Providing X support and package priorities</heading>
6916
6917           <p>
6918             Programs that can be configured with support for the X
6919             Window System must be configured to do so and must declare
6920             any package dependencies necessary to satisfy their
6921             runtime requirements when using the X Window System.  If
6922             such a package is of higher priority than the X packages
6923             on which it depends, it is required that either the
6924             X-specific components be split into a separate package, or
6925             that an alternative version of the package, which includes
6926             X support, be provided, or that the package's priority be
6927             lowered.
6928           </p>
6929         </sect1>
6930
6931         <sect1>
6932           <heading>Packages providing an X server</heading>
6933
6934           <p>
6935             Packages that provide an X server that, directly or
6936             indirectly, communicates with real input and display
6937             hardware should declare in their control data that they
6938             provide the virtual package <tt>xserver</tt>.<footnote>
6939               <p>
6940                 This implements current practice, and provides an
6941                 actual policy for usage of the <tt>xserver</tt>
6942                 virtual package which appears in the virtual packages
6943                 list.  In a nutshell, X servers that interface
6944                 directly with the display and input hardware or via
6945                 another subsystem (e.g., GGI) should provide
6946                 <tt>xserver</tt>.  Things like <tt>Xvfb</tt>,
6947                 <tt>Xnest</tt>, and <tt>Xprt</tt> should not.
6948               </p>
6949             </footnote>
6950           </p>
6951         </sect1>
6952
6953         <sect1>
6954           <heading>Packages providing a terminal emulator</heading>
6955
6956           <p>
6957             Packages that provide a terminal emulator for the X Window
6958             System which meet the criteria listed below should declare
6959             in their control data that they provide the virtual
6960             package <tt>x-terminal-emulator</tt>.  They should also
6961             register themselves as an alternative for
6962             <file>/usr/bin/x-terminal-emulator</file>, with a priority of
6963             20.
6964           </p>
6965
6966           <p>
6967             To be an <tt>x-terminal-emulator</tt>, a program must:
6968             <list compact="compact">
6969               <item><p>
6970                   Be able to emulate a DEC VT100 terminal, or a
6971                   compatible terminal.
6972                 </p></item>
6973
6974               <item><p>
6975                   Support the command-line option <tt>-e
6976                     <var>command</var></tt>, which creates a new
6977                   terminal window<footnote>
6978                     <p>
6979                       "New terminal window" does not necessarily mean
6980                       a new top-level X window directly parented by
6981                       the window manager; it could, if the terminal
6982                       emulator application were so coded, be a new
6983                       "view" in a multiple-document interface (MDI).
6984                     </p>
6985                   </footnote>
6986                   and runs the specified <var>command</var>.
6987                 </p></item>
6988
6989               <item><p>
6990                   Support the command-line option <tt>-T
6991                     <var>title</var></tt>, which creates a new terminal
6992                   window with the window title <var>title</var>.
6993                 </p></item>
6994             </list>
6995           </p>
6996         </sect1>
6997
6998         <sect1>
6999           <heading>Packages providing a window manager</heading>
7000
7001           <p>
7002             Packages that provide a window manager should declare in
7003             their control data that they provide the virtual package
7004             <tt>x-window-manager</tt>.  They should also register
7005             themselves as an alternative for
7006             <file>/usr/bin/x-window-manager</file>, with a priority
7007             calculated as follows:
7008             <list compact="compact">
7009               <item><p>Start with a priority of 20.</p></item>
7010
7011               <item>
7012                 <p>
7013                   If the window manager supports the Debian menu
7014                   system, add 20 points if this support is available
7015                   in the package's default configuration (i.e., no
7016                   configuration files belonging to the system or user
7017                   have to be edited to activate the feature); if
7018                   configuration files must be modified, add only 10
7019                   points.
7020                 </p>
7021               </item>
7022               <item>
7023                 <p>
7024                   If the window manager complies with  <url
7025                     id="http://www.freedesktop.org/standards/wm-spec.html"
7026                     name="The Window Manager Specification Project">,
7027                   written by the <url id="http://www.freedesktop.org"
7028                     name="Free Desktop Group">, add 20 points.
7029                 </p>
7030               </item>
7031
7032               <item>
7033                 <p>
7034                   If the window manager permits the X session to be
7035                   restarted using a <em>different</em> window manager
7036                   (without killing the X server) in its default
7037                   configuration, add 10 points; otherwise add none.
7038                 </p>
7039               </item>
7040             </list>
7041           </p>
7042         </sect1>
7043
7044         <sect1>
7045           <heading>Packages providing fonts</heading>
7046
7047           <p>
7048             Packages that provide fonts for the X Window
7049             System<footnote>
7050               <p>
7051                 For the purposes of Debian Policy, a "font for the X
7052                 Window System" is one which is accessed via X protocol
7053                 requests.  Fonts for the Linux console, for PostScript
7054                 renderers, or any other purpose, do not fit this
7055                 definition.  Any tool which makes such fonts available
7056                 to the X Window System, however, must abide by this
7057                 font policy.
7058               </p>
7059             </footnote>
7060             must do a number of things to ensure that they are both
7061             available without modification of the X or font server
7062             configuration, and that they do not corrupt files used by
7063             other font packages to register information about
7064             themselves.
7065             <enumlist>
7066               <item>
7067                 <p>
7068                   Fonts of any type supported by the X Window System
7069                   must be in a separate binary package from any
7070                   executables, libraries, or documentation (except
7071                   that specific to the fonts shipped, such as their
7072                   license information).  If one or more of the fonts
7073                   so packaged are necessary for proper operation of
7074                   the package with which they are associated the font
7075                   package may be Recommended; if the fonts merely
7076                   provide an enhancement, a Suggests relationship may
7077                   be used.  Packages must not Depend on font
7078                   packages.<footnote>
7079                     <p>
7080                       This is because the X server may retrieve fonts
7081                       from the local filesystem or over the network
7082                       from an X font server; the Debian package system
7083                       is empowered to deal only with the local
7084                       filesystem.
7085                     </p>
7086                   </footnote>
7087                 </p>
7088               </item>
7089
7090               <item>
7091                 <p>
7092                   BDF fonts must be converted to PCF fonts with the
7093                   <prgn>bdftopcf</prgn> utility (available in the
7094                   <tt>xutils</tt> package, <tt>gzip</tt>ped, and
7095                   placed in a directory that corresponds to their
7096                   resolution:
7097                   <list compact="compact">
7098                     <item><p>
7099                         100 dpi fonts must be placed in
7100                         <file>/usr/X11R6/lib/X11/fonts/100dpi/</file>.
7101                       </p></item>
7102
7103                     <item><p>
7104                         75 dpi fonts must be placed in
7105                         <file>/usr/X11R6/lib/X11/fonts/75dpi/</file>.
7106                       </p></item>
7107
7108                     <item><p>
7109                         Character-cell fonts, cursor fonts, and other
7110                         low-resolution fonts must be placed in
7111                         <file>/usr/X11R6/lib/X11/fonts/misc/</file>.
7112                       </p></item>
7113                   </list>
7114                 </p>
7115               </item>
7116
7117               <item><p>
7118                   Speedo fonts must be placed in
7119                   <file>/usr/X11R6/lib/X11/fonts/Speedo/</file>.
7120                 </p></item>
7121
7122               <item><p>
7123                   Type 1 fonts must be placed in
7124                   <file>/usr/X11R6/lib/X11/fonts/Type1/</file>.  If font
7125                   metric files are available, they must be placed here
7126                   as well.
7127                 </p></item>
7128
7129               <item>
7130                 <p>
7131                   Subdirectories of <file>/usr/X11R6/lib/X11/fonts/</file>
7132                   other than those listed above must be neither
7133                   created nor used.  (The <file>PEX</file>, <file>CID</file>,
7134                   and <file>cyrillic</file> directories are excepted for
7135                   historical reasons, but installation of files into
7136                   these directories remains discouraged.)
7137                 </p>
7138               </item>
7139
7140               <item>
7141                 <p>
7142                   Font packages may, instead of placing files directly
7143                   in the X font directories listed above, provide
7144                   symbolic links in that font directory pointing to
7145                   the files' actual location in the filesystem.  Such
7146                   a location must comply with the FHS.
7147                 </p>
7148               </item>
7149
7150               <item>
7151                 <p>
7152                   Font packages should not contain both 75dpi and
7153                   100dpi versions of a font.  If both are available,
7154                   they should be provided in separate binary packages
7155                   with <tt>-75dpi</tt> or <tt>-100dpi</tt> appended to
7156                   the names of the packages containing the
7157                   corresponding fonts.
7158                 </p>
7159               </item>
7160
7161               <item>
7162                 <p>
7163                   Fonts destined for the <file>misc</file> subdirectory
7164                   should not be included in the same package as 75dpi
7165                   or 100dpi fonts; instead, they should be provided in
7166                   a separate package with <tt>-misc</tt> appended to
7167                   its name.
7168                 </p>
7169               </item>
7170
7171               <item>
7172                 <p>
7173                   Font packages must not provide the files
7174                   <file>fonts.dir</file>, <file>fonts.alias</file>, or
7175                   <file>fonts.scale</file> in a font directory:
7176                   <list>
7177                     <item><p>
7178                         <file>fonts.dir</file> files must not be provided at all.
7179                       </p></item>
7180
7181                     <item>
7182                       <p>
7183                         <file>fonts.alias</file> and <file>fonts.scale</file>
7184                         files, if needed, should be provided in the
7185                         directory
7186                         <file>/etc/X11/fonts/<var>fontdir</var>/<var>package</var>.<var>extension</var></file>,
7187                         where <var>fontdir</var> is the name of the
7188                         subdirectory of
7189                         <file>/usr/X11R6/lib/X11/fonts/</file> where the
7190                         package's corresponding fonts are stored
7191                         (e.g., <tt>75dpi</tt> or <tt>misc</tt>),
7192                         <var>package</var> is the name of the package
7193                         that provides these fonts, and
7194                         <var>extension</var> is either <tt>scale</tt>
7195                         or <tt>alias</tt>, whichever corresponds to
7196                         the file contents.
7197                       </p>
7198                     </item>
7199                   </list>
7200                 </p>
7201               </item>
7202
7203               <item>
7204                 <p>
7205                   Font packages must declare a dependency on
7206                   <tt>xutils (&gt;&gt; 4.0.3)</tt> in their control
7207                   data.
7208                 </p>
7209               </item>
7210
7211               <item>
7212                 <p>
7213                   Font packages that provide one or more
7214                   <file>fonts.scale</file> files as described above must
7215                   invoke <prgn>update-fonts-scale</prgn> on each
7216                   directory into which they installed fonts
7217                   <em>before</em> invoking
7218                   <prgn>update-fonts-dir</prgn> on that directory.
7219                   This invocation must occur in both the
7220                   <prgn>postinst</prgn> (for all arguments) and
7221                   <prgn>postrm</prgn> (for all arguments except
7222                   <tt>upgrade</tt>) scripts.
7223                 </p>
7224               </item>
7225
7226               <item>
7227                 <p>
7228                   Font packages that provide one or more
7229                   <file>fonts.alias</file> files as described above must
7230                   invoke <prgn>update-fonts-alias</prgn> on each
7231                   directory into which they installed fonts.  This
7232                   invocation must occur in both the
7233                   <prgn>postinst</prgn> (for all arguments) and
7234                   <prgn>postrm</prgn> (for all arguments except
7235                   <tt>upgrade</tt>) scripts.
7236                 </p>
7237               </item>
7238
7239               <item>
7240                 <p>
7241                   Font packages must invoke
7242                   <prgn>update-fonts-dir</prgn> on each directory into
7243                   which they installed fonts.  This invocation must
7244                   occur in both the <prgn>postinst</prgn> (for all
7245                   arguments) and <prgn>postrm</prgn> (for all
7246                   arguments except <tt>upgrade</tt>) scripts.
7247                 </p>
7248               </item>
7249
7250               <item>
7251                 <p>
7252                   Font packages must not provide alias names for the
7253                   fonts they include which collide with alias names
7254                   already in use by fonts already packaged.
7255                 </p>
7256               </item>
7257
7258               <item>
7259                 <p>
7260                   Font packages must not provide fonts with the same
7261                   XLFD registry name as another font already packaged.
7262                 </p>
7263               </item>
7264             </enumlist>
7265           </p>
7266         </sect1>
7267
7268         <sect1>
7269           <heading>Application defaults files</heading>
7270
7271           <p>
7272             Application defaults files must be installed in the
7273             directory <file>/etc/X11/app-defaults/</file> (use of a
7274             localized subdirectory of <file>/etc/X11/</file> as described
7275             in the <em>X Toolkit Intrinsics - C Language
7276             Interface</em> manual is also permitted).  They must be
7277             registered as <tt>conffile</tt>s or handled as
7278             configuration files.  Packages must not provide the
7279             directory <file>/usr/X11R6/lib/X11/app-defaults/</file>.
7280           </p>
7281
7282           <p>
7283             Customization of programs' X resources may also be
7284             supported with the provision of a file with the same name
7285             as that of the package placed in the
7286             <file>/etc/X11/Xresources/</file> directory, which must
7287             registered as a <tt>conffile</tt> or handled as a
7288             configuration file.<footnote>
7289               <p>
7290                 Note that this mechanism is not the same as using
7291                 app-defaults; app-defaults are tied to the client
7292                 binary on the local filesystem, whereas X resources
7293                 are stored in the X server and affect all connecting
7294                 clients.
7295               </p>
7296             </footnote>
7297             <em>Important:</em> packages that install files into the
7298             <file>/etc/X11/Xresources/</file> directory must conflict with
7299             <tt>xbase (&lt;&lt; 3.3.2.3a-2)</tt>; if this is not done
7300             it is possible for the installing package to destroy a
7301             previously-existing <file>/etc/X11/Xresources</file> file
7302             which had been customized by the system administrator.
7303           </p>
7304         </sect1>
7305
7306         <sect1>
7307           <heading>Installation directory issues</heading>
7308
7309           <p>
7310             Packages using the X Window System should not be
7311             configured to install files under the <file>/usr/X11R6/</file>
7312             directory unless they use <prgn>imake</prgn>. The
7313             <file>/usr/X11R6/</file> directory hierarchy should be
7314             regarded as deprecated for all packages except the X
7315             Window System itself, and those which use the
7316             <prgn>imake</prgn> program it provides, in which case the
7317             packages may transition out of the <file>/usr/X11R6/</file>
7318             directory at the maintainer's discretion.<footnote>
7319               <p>
7320                 <prgn>Imake</prgn>-using programs are exempt because,
7321                 as long as they are written correctly, the pathnames
7322                 they use to locate resources and install themselves
7323                 are derived wholly from the X Window System
7324                 configuration.  Thus, in the event that the X Window
7325                 System moves to <file>/usr/X11R7/</file>,
7326                 <file>/usr/X12/</file>, or just plain <file>/usr/</file>, all
7327                 that is required for these programs is a recompile
7328                 against the corresponding X Window System library
7329                 development packages.
7330               </p>
7331             </footnote>
7332             Programs that use GNU <prgn>autoconf</prgn> and
7333             <prgn>automake</prgn> are usually easily configured at
7334             compile time to use <file>/usr/</file> instead of
7335             <file>/usr/X11R6/</file>, and this should be done whenever
7336             possible.  Configuration files for window managers and
7337             display managers should be placed in a subdirectory of
7338             <file>/etc/X11/</file> corresponding to the package name due
7339             to these programs' tight integration with the mechanisms
7340             of the X Window System.  Application-level programs should
7341             use the <file>/etc/</file> directory unless otherwise mandated
7342             by policy.  The installation of files into subdirectories
7343             of <file>/usr/X11R6/include/X11/</file> and
7344             <file>/usr/X11R6/lib/X11/</file> is permitted but discouraged;
7345             package maintainers should determine if subdirectories of
7346             <file>/usr/lib/</file> and <file>/usr/share/</file> can be used
7347             instead.  (The use of symbolic links from the
7348             <file>X11R6</file> directories to other FHS-compliant
7349             locations is encouraged if the program is not easily
7350             configured to look elsewhere for its files.)  Packages
7351             must not provide or install files into the directories
7352             <file>/usr/bin/X11/</file>, <file>/usr/include/X11/</file> or
7353             <file>/usr/lib/X11/</file>.  Files within a package should,
7354             however, make reference to these directories, rather than
7355             their <tt>X11R6</tt>-named counterparts
7356             <file>/usr/X11R6/bin/</file>, <file>/usr/X11R6/include/X11/</file>
7357             and <file>/usr/X11R6/lib/X11/</file>, if the resources being
7358             referred to have not been moved to other FHS-compliant
7359             locations.
7360           </p>
7361         </sect1>
7362
7363         <sect1>
7364           <heading>The OSF/Motif and OpenMotif libraries</heading>
7365
7366           <p>
7367             <em>Programs that require the non-DFSG-compliant OSF/Motif or
7368               OpenMotif libraries</em><footnote>
7369               <p>
7370                 OSF/Motif and OpenMotif are collectively referred to as
7371                 "Motif" in this policy document.
7372               </p>
7373             </footnote>
7374             should be compiled against and tested with LessTif (a free
7375             re-implementation of Motif) instead.  If the maintainer
7376             judges that the program or programs do not work
7377             sufficiently well with LessTif to be distributed and
7378             supported, but do so when compiled against Motif, then two
7379             versions of the package should be created; one linked
7380             statically against Motif and with <tt>-smotif</tt>
7381             appended to the package name, and one linked dynamically
7382             against Motif and with <tt>-dmotif</tt> appended to the
7383             package name.  Both Motif-linked versions are dependent
7384             upon non-DFSG-compliant software and thus cannot be
7385             uploaded to the <em>main</em> distribution; if the
7386             software is itself DFSG-compliant it may be uploaded to
7387             the <em>contrib</em> distribution.  While known existing
7388             versions of Motif permit unlimited redistribution of
7389             binaries linked against the library (whether statically or
7390             dynamically), it is the package maintainer's
7391             responsibility to determine whether this is permitted by
7392             the license of the copy of Motif in his or her possession.
7393           </p>
7394         </sect1>
7395       </sect>
7396
7397       <sect>
7398         <heading>Perl programs and modules</heading>
7399         <p>
7400           Perl programs and modules should follow the current Perl
7401           policy as defined in the file found on
7402           <ftpsite>ftp.debian.org</ftpsite> in
7403           <ftppath>/debian/doc/package-developer/perl-policy.txt.gz</ftppath>
7404           or your local mirror.  In addition, it is included in the
7405           <tt>debian-policy</tt> package.
7406         </p>
7407       </sect>
7408
7409       <sect>
7410         <heading>Emacs lisp programs</heading>
7411
7412         <p>
7413           Please refer to the `Debian Emacs Policy' (documented in
7414           <file>debian-emacs-policy.gz</file> of the
7415           <prgn>emacsen-common</prgn> package) for details of how to
7416           package emacs lisp programs.
7417         </p>
7418       </sect>
7419
7420       <sect>
7421         <heading>Games</heading>
7422
7423         <p>
7424           The permissions on <file>/var/games</file> are mode 755, owner
7425           <tt>root</tt> and group <tt>root</tt>.
7426         </p>
7427
7428         <p>
7429           Each game decides on its own security policy.</p>
7430
7431         <p>
7432           Games which require protected, privileged access to
7433           high-score files, savegames, etc., may be made
7434           set-<em>group</em>-id (mode 2755) and owned by
7435           <tt>root.games</tt>, and use files and directories with
7436           appropriate permissions (770 <tt>root.games</tt>, for
7437           example).  They must not be made
7438           set-<em>user</em>-id, as this causes security problems. (If
7439           an attacker can subvert any set-user-id game they can
7440           overwrite the executable of any other, causing other players
7441           of these games to run a Trojan horse program.  With a
7442           set-group-id game the attacker only gets access to less
7443           important game data, and if they can get at the other
7444           players' accounts at all it will take considerably more
7445           effort.)</p>
7446
7447         <p>
7448           Some packages, for example some fortune cookie programs, are
7449           configured by the upstream authors to install with their
7450           data files or other static information made unreadable so
7451           that they can only be accessed through set-id programs
7452           provided.  You should not do this in a Debian package: anyone can
7453           download the <file>.deb</file> file and read the data from it,
7454           so there is no point making the files unreadable.  Not
7455           making the files unreadable also means that you don't have
7456           to make so many programs set-id, which reduces the risk of a
7457           security hole.</p>
7458
7459         <p>
7460           As described in the FHS, binaries of games should be
7461           installed in the directory <file>/usr/games</file>. This also
7462           applies to games that use the X Window System. Manual pages
7463           for games (X and non-X games) should be installed in
7464           <file>/usr/share/man/man6</file>.</p>
7465       </sect>
7466     </chapt>
7467
7468     <chapt id="docs"><heading>Documentation</heading>
7469
7470
7471       <sect>
7472         <heading>Manual pages</heading>
7473
7474         <p>
7475           You should install manual pages in <prgn>nroff</prgn> source
7476           form, in appropriate places under <file>/usr/share/man</file>.  You
7477           should only use sections 1 to 9 (see the FHS for more
7478           details).  You must not install a preformatted `cat
7479           page'.</p>
7480
7481         <p>
7482           Each program, utility, and function should have an
7483           associated manpage included in the same package. It is
7484           suggested that all configuration files also have a manual
7485           page included as well.
7486         </p>
7487
7488         <p>
7489           If no manual page is available for a particular program,
7490           utility, function or configuration file and this is reported
7491           as a bug to the Debian Bug Tracking System, a symbolic link
7492           from the requested manual page to the <manref
7493           name="undocumented" section="7"> manual page may be
7494           provided.  This symbolic link can be created from
7495           <file>debian/rules</file> like this:
7496           <example compact="compact">
7497 ln -s ../man7/undocumented.7.gz \
7498   debian/tmp/usr/share/man/man[1-9]/<var>requested_manpage</var>.[1-9].gz
7499           </example>
7500           This manpage claims that the lack of a manpage has been
7501           reported as a bug, so you may only do this if it really has
7502           (you can report it yourself, if you like).  Do not close the
7503           bug report until a proper manpage is available.</p>
7504
7505         <p>
7506           You may forward a complaint about a missing manpage to the
7507           upstream authors, and mark the bug as forwarded in the
7508           Debian bug tracking system.  Even though the GNU Project do
7509           not in general consider the lack of a manpage to be a bug,
7510           we do; if they tell you that they don't consider it a bug
7511           you should leave the bug in our bug tracking system open
7512           anyway.</p>
7513
7514         <p>
7515           Manual pages should be installed compressed using <tt>gzip
7516             -9</tt>.</p>
7517
7518         <p>
7519           If one manpage needs to be accessible via several names it
7520           is better to use a symbolic link than the <file>.so</file>
7521           feature, but there is no need to fiddle with the relevant
7522           parts of the upstream source to change from <file>.so</file> to
7523           symlinks: don't do it unless it's easy.  You should not
7524           create hard links in the manual page directories, nor put
7525           absolute filenames in <file>.so</file> directives.  The filename
7526           in a <file>.so</file> in a manpage should be relative to the
7527           base of the manpage tree (usually
7528           <file>/usr/share/man</file>). If you do not create any links
7529           (whether symlinks, hard links, or <tt>.so</tt> directives)
7530           in the filesystem to the alternate names of the manpage,
7531           then you should not rely on <prgn>man</prgn> finding your
7532           manpage under those names based solely on the information in
7533           the manpage's header.<footnote>
7534             <p>
7535               Supporting this in <prgn>man</prgn> often requires
7536               unreasonable processing time to find a manual page or to
7537               report that none exists, and moves knowledge into man's
7538               database that would be better left in the filesystem.
7539               This support is therefore deprecated and will cease to
7540               be present in the future.
7541             </p>
7542           </footnote>
7543         </p>
7544       </sect>
7545
7546       <sect>
7547         <heading>Info documents</heading>
7548
7549         <p>
7550           Info documents should be installed in <file>/usr/share/info</file>.
7551           They should be compressed with <tt>gzip -9</tt>.</p>
7552
7553         <p>
7554           Your package should call <prgn>install-info</prgn> to update
7555           the Info <file>dir</file> file in its <prgn>postinst</prgn>
7556           script when called with a <tt>configure</tt> argument, for
7557           example:
7558           <example compact="compact">
7559 install-info --quiet --section Development Development \
7560   /usr/share/info/foobar.info
7561           </example></p>
7562
7563         <p>
7564           It is a good idea to specify a section for the location of
7565           your program; this is done with the <tt>--section</tt>
7566           switch.  To determine which section to use, you should look
7567           at <file>/usr/share/info/dir</file> on your system and choose the most
7568           relevant (or create a new section if none of the current
7569           sections are relevant).  Note that the <tt>--section</tt>
7570           flag takes two arguments; the first is a regular expression
7571           to match (case-insensitively) against an existing section,
7572           the second is used when creating a new one.</p>
7573
7574         <p>
7575           You should remove the entries in the <prgn>prerm</prgn>
7576           script when called with a <tt>remove</tt> argument:
7577           <example compact="compact">
7578 install-info --quiet --remove /usr/share/info/foobar.info
7579           </example></p>
7580
7581         <p>
7582           If <prgn>install-info</prgn> cannot find a description entry
7583           in the Info file you must supply one.  See <manref
7584           name="install-info" section="8"> for details.</p>
7585       </sect>
7586
7587       <sect>
7588         <heading>Additional documentation</heading>
7589
7590         <p>
7591           Any additional documentation that comes with the package may
7592           be installed at the discretion of the package maintainer.
7593           Text documentation should be installed in the directory
7594           <file>/usr/share/doc/<var>package</var></file>, where
7595           <var>package</var> is the name of the package, and
7596           compressed with <tt>gzip -9</tt> unless it is small.</p>
7597
7598         <p>
7599           If a package comes with large amounts of documentation which
7600           many users of the package will not require you should create
7601           a separate binary package to contain it, so that it does not
7602           take up disk space on the machines of users who do not need
7603           or want it installed.</p>
7604
7605         <p>
7606           It is often a good idea to put text information files
7607           (<file>README</file>s, changelogs, and so forth) that come with
7608           the source package in <file>/usr/share/doc/<var>package</var></file>
7609           in the binary package.  However, you don't need to install
7610           the instructions for building and installing the package, of
7611           course!</p>
7612
7613         <p>
7614           Files in <file>/usr/share/doc</file> should not be referenced by
7615           any program, and the system administrator should be able to
7616           delete them without causing any programs to break. Any files
7617           that are referenced by programs but are also useful as
7618           standalone documentation should be installed under
7619           <file>/usr/share/<var>package</var>/</file> with symbolic links
7620           from <file>/usr/share/doc/<var>package</var>/</file>.
7621         </p>
7622
7623       </sect>
7624
7625       <sect id="usrdoc">
7626         <heading>Accessing the documentation</heading>
7627
7628         <p>
7629           Former Debian releases placed all additional documentation
7630           in <file>/usr/doc/<var>package</var></file>.  This has now
7631           changed to <file>/usr/share/doc/<var>package</var></file>,
7632           and packages must not put documentation in the directory
7633           <file>/usr/doc/<var>package</var></file>. <footnote>
7634             <p>At this phase of the transition, we no longer require a
7635             symbolic link in <file>/usr/doc/</file>. At a later point,
7636             policy shall change to make the symbolic links a bug.</p>
7637           </footnote>
7638         </p>
7639       </sect>
7640
7641       <sect>
7642         <heading>Preferred documentation formats</heading>
7643
7644         <p>
7645           The unification of Debian documentation is being carried out
7646           via HTML.</p>
7647
7648         <p>
7649           If your package comes with extensive documentation in a
7650           markup format that can be converted to various other formats
7651           you should if possible ship HTML versions in a binary
7652           package, in the directory
7653           <file>/usr/share/doc/<var>appropriate-package</var></file> or
7654           its subdirectories.<footnote>
7655             <p>
7656               The rationale: The important thing here is that HTML
7657               docs should be available in <em>some</em> package, not
7658               necessarily in the main binary package.
7659             </p>
7660           </footnote>
7661         </p>
7662
7663         <p>
7664           Other formats such as PostScript may be provided at the
7665           package maintainer's discretion.
7666         </p>
7667       </sect>
7668
7669       <sect id="copyrightfile">
7670         <heading>Copyright information</heading>
7671
7672         <p>
7673           Every package must be accompanied by a verbatim copy of its
7674           copyright and distribution license in the file
7675           <file>/usr/share/doc/<var>package</var>/copyright</file>. This
7676           file must neither be compressed nor be a symbolic link.
7677         </p>
7678
7679         <p>
7680           In addition, the copyright file must say where the upstream
7681           sources (if any) were obtained, and should explain briefly what
7682           modifications were made in the Debian version of the package
7683           compared to the upstream one.  It should name the original
7684           authors of the package and the Debian maintainer(s) who were
7685           involved with its creation.</p>
7686
7687         <p>
7688           A copy of the file which will be installed in
7689           <file>/usr/share/doc/<var>package</var>/copyright</file> should
7690           be in <file>debian/copyright</file> in the source package.
7691         </p>
7692
7693         <p>
7694           <file>/usr/share/doc/<var>package</var></file> may be a symbolic
7695           link to another directory in <file>/usr/share/doc</file> only if
7696           the two packages both come from the same source and the
7697           first package Depends on the second.  These rules are
7698           important because copyrights must be extractable by
7699           mechanical means.
7700         </p>
7701
7702         <p>
7703           Packages distributed under the UCB BSD license, the Artistic
7704           license, the GNU GPL, and the GNU LGPL should refer to the
7705           files <file>/usr/share/common-licenses/BSD</file>,
7706           <file>/usr/share/common-licenses/Artistic</file>,
7707           <file>/usr/share/common-licenses/GPL</file>, and
7708           <file>/usr/share/common-licenses/LGPL</file> respectively,
7709           rather than quoting them in the copyright file.
7710         </p>
7711
7712         <p>
7713           You should not use the copyright file as a general <file>README</file>
7714           file.  If your package has such a file it should be
7715           installed in <file>/usr/share/doc/<var>package</var>/README</file> or
7716           <file>README.Debian</file> or some other appropriate place.</p>
7717       </sect>
7718
7719       <sect>
7720         <heading>Examples</heading>
7721
7722         <p>
7723           Any examples (configurations, source files, whatever),
7724           should be installed in a directory
7725           <file>/usr/share/doc/<var>package</var>/examples</file>.  These
7726           files should not be referenced by any program: they're there
7727           for the benefit of the system administrator and users as
7728           documentation only.  Architecture-specific example files
7729           should be installed in a directory
7730           <file>/usr/lib/<var>package</var>/examples</file> with symbolic
7731           links to them from
7732           <file>/usr/share/doc/<var>package</var>/examples</file>, or the
7733           latter directory itself may be a symbolic link to the
7734           former.
7735         </p>
7736       </sect>
7737
7738       <sect id="instchangelog">
7739         <heading>Changelog files</heading>
7740
7741         <p>
7742           Packages that are not Debian-native must contain a
7743           compressed copy of the <file>debian/changelog</file> file from
7744           the Debian source tree in
7745           <file>/usr/share/doc/<var>package</var></file> with the name
7746           <file>changelog.Debian.gz</file>.  If an upstream changelog is
7747           available, it should be accessible as
7748           <file>/usr/share/doc/<var>package</var>/changelog.gz</file> in
7749           plain text.  If the upstream changelog is distributed in
7750           HTML, it should be made available in that form as
7751           <file>/usr/share/doc/<var>package</var>/changelog.html.gz</file>
7752           and a plain text <file>changelog.gz</file> should be generated
7753           from it using, for example, <tt>lynx -dump -nolist</tt>.  If
7754           the upstream changelog files do not already conform to this
7755           naming convention, then this may be achieved either by
7756           renaming the files, or by adding a symbolic link, at the
7757           maintainer's discretion.<footnote>
7758             <p>
7759               Rationale: People should not have to look in places for
7760               upstream changelogs merely because they are given
7761               different names or are distributed in HTML format.
7762             </p>
7763           </footnote>
7764         </p>
7765
7766         <p>
7767           <file>/usr/share/doc/<var>package</var></file> may be a symbolic
7768           link to another directory in <file>/usr/share/doc</file> only if
7769           the two packages both come from the same source and the
7770           first package Depends on the second. 
7771         </p>
7772
7773
7774         <p>
7775           All of these files should be installed compressed using
7776           <tt>gzip -9</tt>, as they will become large with time even
7777           if they start out small.
7778         </p>
7779
7780         <p>
7781           If the package has only one changelog which is used both as
7782           the Debian changelog and the upstream one because there is
7783           no separate upstream maintainer then that changelog should
7784           usually be installed as
7785           <file>/usr/share/doc/<var>package</var>/changelog.gz</file>; if
7786           there is a separate upstream maintainer, but no upstream
7787           changelog, then the Debian changelog should still be called
7788           <file>changelog.Debian.gz</file>.</p>
7789       </sect>
7790     </chapt>
7791
7792     <appendix id="pkg-scope">
7793       <heading>Introduction and scope of these appendices</heading>
7794
7795       <p>
7796         These appendices are taken essentially verbatim from the
7797         now-deprecated Packaging Manual, version 3.2.1.0.  They are
7798         the chapters which are likely to be of use to package
7799         maintainers and which have not already been included in the
7800         policy document itself. Most of these sections are very likely
7801         not relevant to policy; they should be treated as
7802         documentation for the packaging system. Please note that these
7803         appendices are included for convenience, and for historical
7804         reasons: they used to be part of policy package, and they have
7805         not yet been incorporated into dpkg documentation. However,
7806         they still have value, and hence they are presented here.
7807       </p>
7808       <p>
7809         They have not yet been checked to ensure that they are
7810         compatible with the contents of policy, and if there are any
7811         contradictions, the version in the main policy document takes
7812         precedence.  The remaining chapters of the old Packaging
7813         Manual have also not been read in detail to ensure that there
7814         are not parts which have been left out.  Both of these will be
7815         done in due course.
7816       </p>
7817
7818       <p>
7819         <prgn>dpkg</prgn> is a suite of programs for creating binary
7820         package files and installing and removing them on Unix
7821         systems.<footnote>
7822           <p>
7823             <prgn>dpkg</prgn> is targetted primarily at Debian
7824             GNU/Linux, but may work on or be ported to other
7825             systems.
7826           </p>
7827         </footnote>
7828       </p>
7829
7830       <p>
7831         The binary packages are designed for the management of
7832         installed executable programs (usually compiled binaries) and
7833         their associated data, though source code examples and
7834         documentation are provided as part of some packages.</p>
7835
7836       <p>
7837         This manual describes the technical aspects of creating Debian
7838         binary packages (<file>.deb</file> files).  It documents the
7839         behaviour of the package management programs
7840         <prgn>dpkg</prgn>, <prgn>dselect</prgn> et al. and the way
7841         they interact with packages.</p>
7842
7843       <p>
7844         It also documents the interaction between
7845         <prgn>dselect</prgn>'s core and the access method scripts it
7846         uses to actually install the selected packages, and describes
7847         how to create a new access method.</p>
7848
7849       <p>
7850         This manual does not go into detail about the options and
7851         usage of the package building and installation tools.  It
7852         should therefore be read in conjuction with those programs'
7853         manpages.
7854       </p>
7855
7856       <p>
7857         The utility programs which are provided with <prgn>dpkg</prgn>
7858         for managing various system configuration and similar issues,
7859         such as <prgn>update-rc.d</prgn> and
7860         <prgn>install-info</prgn>, are not described in detail here -
7861         please see their manpages.
7862       </p>
7863
7864       <p>
7865         It does <em>not</em> describe the policy requirements imposed
7866         on Debian packages, such as the permissions on files and
7867         directories, documentation requirements, upload procedure, and
7868         so on.  You should see the Debian packaging policy manual for
7869         these details.  (Many of them will probably turn out to be
7870         helpful even if you don't plan to upload your package and make
7871         it available as part of the distribution.)
7872       </p>
7873
7874       <p>
7875         It is assumed that the reader is reasonably familiar with the
7876         <prgn>dpkg</prgn> System Administrators' manual.
7877         Unfortunately this manual does not yet exist.
7878       </p>
7879
7880       <p>
7881         The Debian version of the FSF's GNU hello program is provided
7882         as an example for people wishing to create Debian
7883         packages. The Debian <prgn>debmake</prgn> package is
7884         recommended as a very helpful tool in creating and maintaining
7885         Debian packages. However, while the tools and examples are
7886         helpful, they do not replace the need to read and follow the
7887         Policy and Programmer's Manual.</p>
7888     </appendix>
7889
7890     <appendix id="pkg-binarypkg"><heading>Binary packages (from old
7891     Packaging Manual)
7892       </heading>
7893
7894       <p>
7895         The binary package has two main sections.  The first part
7896         consists of various control information files and scripts used
7897         by <prgn>dpkg</prgn> when installing and removing.  See <ref
7898         id="pkg-controlarea">.
7899       </p>
7900
7901       <p>
7902         The second part is an archive containing the files and
7903         directories to be installed.
7904       </p>
7905
7906       <p>
7907         In the future binary packages may also contain other
7908         components, such as checksums and digital signatures. The
7909         format for the archive is described in full in the
7910         <file>deb(5)</file> manpage.
7911       </p>
7912
7913
7914       <sect id="pkg-bincreating"><heading>Creating package files -
7915       <prgn>dpkg-deb</prgn>
7916         </heading>
7917
7918         <p>
7919           All manipulation of binary package files is done by
7920           <prgn>dpkg-deb</prgn>; it's the only program that has
7921           knowledge of the format.  (<prgn>dpkg-deb</prgn> may be
7922           invoked by calling <prgn>dpkg</prgn>, as <prgn>dpkg</prgn>
7923           will spot that the options requested are appropriate to
7924           <prgn>dpkg-deb</prgn> and invoke that instead with the same
7925           arguments.)
7926         </p>
7927
7928         <p>
7929           In order to create a binary package you must make a
7930           directory tree which contains all the files and directories
7931           you want to have in the filesystem data part of the package.
7932           In Debian-format source packages this directory is usually
7933           <file>debian/tmp</file>, relative to the top of the package's
7934           source tree.
7935         </p>
7936
7937         <p>
7938           They should have the locations (relative to the root of the
7939           directory tree you're constructing) ownerships and
7940           permissions which you want them to have on the system when
7941           they are installed.
7942         </p>
7943
7944         <p>
7945           With current versions of <prgn>dpkg</prgn> the uid/username
7946           and gid/groupname mappings for the users and groups being
7947           used should be the same on the system where the package is
7948           built and the one where it is installed.
7949         </p>
7950
7951         <p>
7952           You need to add one special directory to the root of the
7953           miniature filesystem tree you're creating:
7954           <prgn>DEBIAN</prgn>.  It should contain the control
7955           information files, notably the binary package control file
7956           (see <ref id="pkg-controlfile">).
7957         </p>
7958
7959         <p>
7960           The <prgn>DEBIAN</prgn> directory will not appear in the
7961           filesystem archive of the package, and so won't be installed
7962           by <prgn>dpkg</prgn> when the package is installed.
7963         </p>
7964
7965         <p>
7966           When you've prepared the package, you should invoke:
7967           <example>
7968   dpkg --build <var>directory</var>
7969           </example>
7970         </p>
7971
7972         <p>
7973           This will build the package in
7974           <file><var>directory</var>.deb</file>.  (<prgn>dpkg</prgn> knows
7975           that <tt>--build</tt> is a <prgn>dpkg-deb</prgn> option, so
7976           it invokes <prgn>dpkg-deb</prgn> with the same arguments to
7977           build the package.)
7978         </p>
7979
7980         <p>
7981           See the manpage <manref name="dpkg-deb" section="8"> for details of how
7982           to examine the contents of this newly-created file.  You may find the
7983           output of following commands enlightening:
7984           <example>
7985   dpkg-deb --info <var>filename</var>.deb
7986   dpkg-deb --contents <var>filename</var>.deb
7987   dpkg --contents <var>filename</var>.deb
7988           </example>
7989           To view the copyright file for a package you could use this command:
7990           <example>
7991   dpkg --fsys-tarfile <var>filename</var>.deb | tar xof usr/share/doc/<var>\*</var>copyright | less
7992           </example>
7993         </p>
7994       </sect>
7995
7996       <sect id="pkg-controlarea">
7997         <heading>
7998           Package control information files
7999         </heading>
8000
8001         <p>
8002           The control information portion of a binary package is a
8003           collection of files with names known to <prgn>dpkg</prgn>.
8004           It will treat the contents of these files specially - some
8005           of them contain information used by <prgn>dpkg</prgn> when
8006           installing or removing the package; others are scripts which
8007           the package maintainer wants <prgn>dpkg</prgn> to run.
8008         </p>
8009
8010         <p>
8011           It is possible to put other files in the package control
8012           area, but this is not generally a good idea (though they
8013           will largely be ignored).
8014         </p>
8015
8016         <p>
8017           Here is a brief list of the control info files supported by
8018           <prgn>dpkg</prgn> and a summary of what they're used for.
8019         </p>
8020
8021         <p>
8022           <taglist>
8023             <tag><tt>control</tt>
8024             <item>
8025
8026               <p>
8027                 This is the key description file used by
8028                 <prgn>dpkg</prgn>.  It specifies the package's name
8029                 and version, gives its description for the user,
8030                 states its relationships with other packages, and so
8031                 forth.  See <ref id="pkg-controlfile">.
8032               </p>
8033
8034               <p>
8035                 It is usually generated automatically from information
8036                 in the source package by the
8037                 <prgn>dpkg-gencontrol</prgn> program, and with
8038                 assistance from <prgn>dpkg-shlibdeps</prgn>.  See <ref
8039                 id="pkg-sourcetools">.</p>
8040             </item>
8041
8042             <tag><tt>postinst</tt>, <tt>preinst</tt>, <tt>postrm</tt>,
8043             <tt>prerm</tt>
8044             </tag>
8045             <item>
8046
8047               <p>
8048                 These are exectuable files (usually scripts) which
8049                 <prgn>dpkg</prgn> runs during installation, upgrade
8050                 and removal of packages.  They allow the package to
8051                 deal with matters which are particular to that package
8052                 or require more complicated processing than that
8053                 provided by <prgn>dpkg</prgn>.  Details of when and
8054                 how they are called are in <ref
8055                 id="maintainerscripts">.
8056               </p>
8057
8058               <p>
8059                 It is very important to make these scripts
8060                 idempotent.
8061                 <footnote>
8062                   <p>
8063                     That means that if it runs successfully or fails
8064                     and then you call it again it doesn't bomb out,
8065                     but just ensures that everything is the way it
8066                     ought to be.
8067                   </p>
8068                 </footnote> This is so that if an error occurs, the
8069                 user interrupts <prgn>dpkg</prgn> or some other
8070                 unforeseen circumstance happens you don't leave the
8071                 user with a badly-broken package.
8072               </p>
8073
8074               <p>
8075                 The maintainer scripts are guaranteed to run with a
8076                 controlling terminal and can interact with the user.
8077                 If they need to prompt for passwords, do full-screen
8078                 interaction or something similar you should do these
8079                 things to and from <file>/dev/tty</file>, since
8080                 <prgn>dpkg</prgn> will at some point redirect scripts'
8081                 standard input and output so that it can log the
8082                 installation process.  Likewise, because these scripts
8083                 may be executed with standard output redirected into a
8084                 pipe for logging purposes, Perl scripts should set
8085                 unbuffered output by setting <tt>$|=1</tt> so that the
8086                 output is printed immediately rather than being
8087                 buffered.
8088               </p>
8089
8090               <p>
8091                 Each script should return a zero exit status for
8092                 success, or a nonzero one for failure.</p>
8093             </item>
8094
8095             <tag><tt>conffiles</tt>
8096             </tag>
8097             <item>
8098
8099               <p>
8100                 This file contains a list of configuration files which
8101                 are to be handled automatically by <prgn>dpkg</prgn>
8102                 (see <ref id="pkg-conffiles">).  Note that not necessarily
8103                 every configuration file should be listed here.</p>
8104             </item>
8105
8106             <tag><tt>shlibs</tt>
8107             </tag>
8108             <item>
8109
8110               <p>
8111                 This file contains a list of the shared libraries
8112                 supplied by the package, with dependency details for
8113                 each.  This is used by <prgn>dpkg-shlibdeps</prgn>
8114                 when it determines what dependencies are required in a
8115                 package control file. The <tt>shlibs</tt> file format
8116                 is described on <ref id="shlibs">.
8117               </p>
8118             </item>
8119           </taglist>
8120         </p>
8121
8122       <sect id="pkg-controlfile">
8123         <heading>
8124           The main control information file: <tt>control</tt>
8125         </heading>
8126         <p>
8127           The most important control information file used by
8128           <prgn>dpkg</prgn> when it installs a package is
8129           <tt>control</tt>.  It contains all the package's `vital
8130           statistics'.
8131         </p>
8132
8133         <p>
8134           The binary package control files of packages built from
8135           Debian sources are made by a special tool,
8136           <prgn>dpkg-gencontrol</prgn>, which reads
8137           <file>debian/control</file> and <file>debian/changelog</file> to
8138           find the information it needs.  See <ref id="pkg-sourcepkg"> for
8139           more details.
8140         </p>
8141
8142         <p>
8143           The fields in binary package control files are:
8144           <list compact="compact">
8145             <item>
8146               <p><qref id="pkg-f-Package"><tt>Package</tt></qref> (mandatory)</p>
8147             </item>
8148             <item>
8149               <p><qref id="versions"><tt>Version</tt></qref> (mandatory)</p>
8150             </item>
8151             <item><p><qref id="pkg-f-Architecture"><tt>Architecture</tt></qref>
8152                 (mandatory)
8153                 <footnote>
8154                   <p>
8155                     This field should appear in all packages, though
8156                     <prgn>dpkg</prgn> doesn't require it yet so that
8157                     old packages can still be installed.
8158                   </p>
8159                 </footnote>
8160               </p>
8161             </item>
8162             <item>
8163               <p><qref id="relationships"><tt>Depends</tt>,
8164                   <tt>Provides</tt> et al.</qref></p>
8165             </item>
8166             <item>
8167               <p><qref id="pkg-f-Essential"><tt>Essential</tt></qref></p>
8168             </item>
8169             <item>
8170               <p><qref id="pkg-f-Maintainer"><tt>Maintainer</tt></qref></p>
8171             </item>
8172             <item>
8173               <p><qref id="pkg-f-classification"><tt>Section</tt>,
8174                   <tt>Priority</tt></qref></p>
8175             </item>
8176             <item>
8177               <p><qref id="pkg-f-Source"><tt>Source</tt></qref></p>
8178             </item>
8179             <item>
8180               <p><qref id="descriptions"><tt>Description</tt></qref></p>
8181             </item>
8182             <item>
8183               <p>
8184                 <qref id="pkg-f-Installed-Size"><tt>Installed-Size</tt></qref>
8185               </p>
8186             </item>
8187           </list>
8188
8189         <p>
8190           A description of the syntax of control files and the purpose
8191           of these fields is available in <ref id="pkg-controlfields">.
8192         </p>
8193       </sect>
8194
8195       <sect>
8196         <heading>Time Stamps</heading>
8197         <p>
8198           Maintainers are encouraged to preserve the modification
8199           times of the upstream source files in a package, as far as
8200           is reasonably possible.
8201           <footnote>
8202             <p>
8203               The rationale is that there is some information conveyed
8204               by knowing the age of the file, for example, you could
8205               recognize that some documentation is very old by looking
8206               at the modification time, so it would be nice if the
8207               modification time of the upstream source would be
8208               preserved.
8209             </p>
8210           </footnote>
8211         </p>
8212       </sect>
8213     </appendix>
8214
8215     <appendix id="pkg-sourcepkg">
8216       <heading>Source packages (from old Packaging Manual) </heading>
8217
8218       <p>
8219         The Debian binary packages in the distribution are generated
8220         from Debian sources, which are in a special format to assist
8221         the easy and automatic building of binaries.
8222       </p>
8223
8224       <p>
8225         There was a previous version of the Debian source format,
8226         which is now being phased out.  Instructions for converting an
8227         old-style package are given in the Debian policy manual.
8228       </p>
8229
8230       <sect id="pkg-sourcetools">
8231         <heading>Tools for processing source packages</heading>
8232
8233         <p>
8234           Various tools are provided for manipulating source packages;
8235           they pack and unpack sources and help build of binary
8236           packages and help manage the distribution of new versions.
8237         </p>
8238
8239         <p>
8240           They are introduced and typical uses described here; see
8241           <manref name="dpkg-source" section="1"> for full
8242           documentation about their arguments and operation.
8243         </p>
8244
8245         <p>
8246           For examples of how to construct a Debian source package,
8247           and how to use those utilities that are used by Debian
8248           source packages, please see the <prgn>hello</prgn> example
8249           package.
8250         </p>
8251
8252         <sect1>
8253           <heading>
8254             <prgn>dpkg-source</prgn> - packs and unpacks Debian source
8255             packages
8256           </heading>
8257
8258           <p>
8259             This program is frequently used by hand, and is also
8260             called from package-independent automated building scripts
8261             such as <prgn>dpkg-buildpackage</prgn>.
8262           </p>
8263
8264           <p>
8265             To unpack a package it is typically invoked with
8266             <example>
8267   dpkg-source -x <var>.../path/to/filename</var>.dsc
8268             </example>
8269           </p>
8270
8271            <p>
8272             with the <file><var>filename</var>.tar.gz</file> and
8273             <file><var>filename</var>.diff.gz</file> (if applicable) in
8274             the same directory.  It unpacks into
8275             <file><var>package</var>-<var>version</var></file>, and if
8276             applicable
8277             <file><var>package</var>-<var>version</var>.orig</file>, in
8278             the current directory.
8279           </p>
8280
8281           <p>
8282             To create a packed source archive it is typically invoked:
8283             <example>
8284   dpkg-source -b <var>package</var>-<var>version</var>
8285           </example>
8286           </p>
8287
8288           <p>
8289             This will create the <file>.dsc</file>, <file>.tar.gz</file> and
8290             <file>.diff.gz</file> (if appropriate) in the current
8291             directory.  <prgn>dpkg-source</prgn> does not clean the
8292             source tree first - this must be done separately if it is
8293             required.
8294           </p>
8295
8296           <p>
8297             See also <ref id="pkg-sourcearchives">.</p>
8298         </sect1>
8299
8300
8301         <sect1>
8302           <heading>
8303             <prgn>dpkg-buildpackage</prgn> - overall package-building
8304             control script
8305           </heading>
8306
8307           <p>
8308             <prgn>dpkg-buildpackage</prgn> is a script which invokes
8309             <prgn>dpkg-source</prgn>, the <file>debian/rules</file>
8310             targets <tt>clean</tt>, <tt>build</tt> and
8311             <tt>binary</tt>, <prgn>dpkg-genchanges</prgn> and
8312             <prgn>pgp</prgn> to build a signed source and binary
8313             package upload.
8314           </p>
8315
8316           <p>
8317             It is usually invoked by hand from the top level of the
8318             built or unbuilt source directory.  It may be invoked with
8319             no arguments; useful arguments include:
8320             <taglist compact="compact">
8321               <tag><tt>-uc</tt>, <tt>-us</tt></tag>
8322               <item>
8323                 <p>
8324                   Do not PGP-sign the <tt>.changes</tt> file or the
8325                   source package <tt>.dsc</tt> file, respectively.</p>
8326               </item>
8327               <tag><tt>-p<var>pgp-command</var></tt></tag>
8328               <item>
8329                 <p>
8330                   Invoke <var>pgp-command</var> instead of finding
8331                   <tt>pgp</tt> on the <prgn>PATH</prgn>.
8332                   <var>pgp-command</var> must behave just like
8333                   <prgn>pgp</prgn>.</p>
8334               </item>
8335               <tag><tt>-r<var>root-command</var></tt></tag>
8336               <item>
8337                 <p>
8338                   When root privilege is required, invoke the command
8339                   <var>root-command</var>.  <var>root-command</var>
8340                   should invoke its first argument as a command, from
8341                   the <prgn>PATH</prgn> if necessary, and pass its
8342                   second and subsequent arguments to the command it
8343                   calls.  If no <var>root-command</var> is supplied
8344                   then <var>dpkg-buildpackage</var> will take no
8345                   special action to gain root privilege, so that for
8346                   most packages it will have to be invoked as root to
8347                   start with.</p>
8348               </item>
8349               <tag><tt>-b</tt>, <tt>-B</tt></tag>
8350               <item>
8351                 <p>
8352                   Two types of binary-only build and upload - see
8353                   <manref name="dpkg-source" section="1">.
8354                 </p>
8355               </item>
8356             </taglist>
8357           </p>
8358         </sect1>
8359
8360         <sect1>
8361           <heading>
8362             <prgn>dpkg-gencontrol</prgn> - generates binary package
8363             control files
8364           </heading>
8365
8366           <p>
8367             This program is usually called from <file>debian/rules</file>
8368             (see <ref id="pkg-sourcetree">) in the top level of the source
8369             tree.
8370           </p>
8371
8372           <p>
8373             This is usually done just before the files and directories in the
8374             temporary directory tree where the package is being built have their
8375             permissions and ownerships set and the package is constructed using
8376             <prgn>dpkg-deb/</prgn>
8377               <footnote>
8378               <p>
8379                 This is so that the control file which is produced has
8380                 the right permissions
8381               </p>
8382             </footnote>.
8383           </p>
8384
8385           <p>
8386             <prgn>dpkg-gencontrol</prgn> must be called after all the
8387             files which are to go into the package have been placed in
8388             the temporary build directory, so that its calculation of
8389             the installed size of a package is correct.
8390           </p>
8391
8392           <p>
8393             It is also necessary for <prgn>dpkg-gencontrol</prgn> to
8394             be run after <prgn>dpkg-shlibdeps</prgn> so that the
8395             variable substitutions created by
8396             <prgn>dpkg-shlibdeps</prgn> in <file>debian/substvars</file>
8397             are available.
8398           </p>
8399
8400           <p>
8401             For a package which generates only one binary package, and
8402             which builds it in <file>debian/tmp</file> relative to the top
8403             of the source package, it is usually sufficient to call
8404             <prgn>dpkg-gencontrol</prgn>.
8405           </p>
8406
8407           <p>
8408             Sources which build several binaries will typically need
8409             something like:
8410             <example>
8411   dpkg-gencontrol -Pdebian/tmp-<var>pkg</var> -p<var>package</var>
8412             </example> The <tt>-P</tt> tells
8413             <prgn>dpkg-gencontrol</prgn> that the package is being
8414             built in a non-default directory, and the <tt>-p</tt>
8415             tells it which package's control file should be generated.
8416           </p>
8417
8418           <p>
8419             <prgn>dpkg-gencontrol</prgn> also adds information to the
8420             list of files in <file>debian/files</file>, for the benefit of
8421             (for example) a future invocation of
8422             <prgn>dpkg-genchanges</prgn>.</p>
8423         </sect1>
8424
8425         <sect1>
8426           <heading>
8427             <prgn>dpkg-shlibdeps</prgn> - calculates shared library
8428             dependencies
8429           </heading>
8430
8431           <p>
8432             This program is usually called from <file>debian/rules</file>
8433             just before <prgn>dpkg-gencontrol</prgn> (see <ref
8434             id="pkg-sourcetree">), in the top level of the source tree.
8435           </p>
8436
8437           <p>
8438             Its arguments are executables.
8439             <footnote>
8440               <p>
8441                 In a forthcoming dpkg version,
8442                 <prgn>dpkg-shlibdeps</prgn> would be required to be
8443                 called on shared libraries as well.
8444               </p>
8445               <p>
8446                 They may be specified either in the locations in the
8447                 source tree where they are created or in the locations
8448                 in the temporary build tree where they are installed
8449                 prior to binary package creation.
8450               </p>
8451             </footnote> for which shared library dependencies should
8452             be included in the binary package's control file.
8453           </p>
8454
8455           <p>
8456             If some of the found shared libraries should only
8457             warrant a <tt>Recommends</tt> or <tt>Suggests</tt>, or if
8458             some warrant a <tt>Pre-Depends</tt>, this can be achieved
8459             by using the <tt>-d<var>dependency-field</var></tt> option
8460             before those executable(s).  (Each <tt>-d</tt> option
8461             takes effect until the next <tt>-d</tt>.)
8462           </p>
8463
8464           <p>
8465             <prgn>dpkg-shlibdeps</prgn> does not directly cause the
8466             output control file to be modified.  Instead by default it
8467             adds to the <file>debian/substvars</file> file variable
8468             settings like <tt>shlibs:Depends</tt>.  These variable
8469             settings must be referenced in dependency fields in the
8470             appropriate per-binary-package sections of the source
8471             control file.
8472           </p>
8473
8474           <p>
8475             For example, the <prgn>procps</prgn> package generates two
8476             kinds of binaries, simple C binaries like <prgn>ps</prgn>
8477             which require a predependency and full-screen ncurses
8478             binaries like <prgn>top</prgn> which require only a
8479             recommendation.  It can say in its <file>debian/rules</file>:
8480             <example>
8481   dpkg-shlibdeps -dPre-Depends ps -dRecommends top
8482             </example>
8483             and then in its main control file <file>debian/control</file>:
8484             <example>
8485   <var>...</var>
8486   Package: procps
8487   Pre-Depends: ${shlibs:Pre-Depends}
8488   Recommends: ${shlibs:Recommends}
8489   <var>...</var>
8490             </example>
8491           </p>
8492
8493           <p>
8494             Sources which produce several binary packages with
8495             different shared library dependency requirements can use
8496             the <tt>-p<var>varnameprefix</var></tt> option to override
8497             the default <tt>shlibs:</tt> prefix (one invocation of
8498             <prgn>dpkg-shlibdeps</prgn> per setting of this option).
8499             They can thus produce several sets of dependency
8500             variables, each of the form
8501             <tt><var>varnameprefix</var>:<var>dependencyfield</var></tt>,
8502             which can be referred to in the appropriate parts of the
8503             binary package control files.
8504           </p>
8505         </sect1>
8506
8507
8508         <sect1>
8509           <heading>
8510             <prgn>dpkg-distaddfile</prgn> - adds a file to
8511             <file>debian/files</file>
8512           </heading>
8513
8514           <p>
8515             Some packages' uploads need to include files other than
8516             the source and binary package files.
8517           </p>
8518
8519           <p>
8520             <prgn>dpkg-distaddfile</prgn> adds a file to the
8521             <file>debian/files</file> file so that it will be included in
8522             the <file>.changes</file> file when
8523             <prgn>dpkg-genchanges</prgn> is run.
8524           </p>
8525
8526           <p>
8527             It is usually invoked from the <tt>binary</tt> target of
8528             <file>debian/rules</file>:
8529             <example>
8530   dpkg-distaddfile <var>filename</var> <var>section</var> <var>priority</var>
8531             </example>
8532             The <var>filename</var> is relative to the directory where
8533             <prgn>dpkg-genchanges</prgn> will expect to find it - this
8534             is usually the directory above the top level of the source
8535             tree.  The <file>debian/rules</file> target should put the
8536             file there just before or just after calling
8537             <prgn>dpkg-distaddfile</prgn>.
8538           </p>
8539
8540           <p>
8541             The <var>section</var> and <var>priority</var> are passed
8542             unchanged into the resulting <file>.changes</file> file.  See
8543             <ref id="pkg-f-classification">.
8544           </p>
8545         </sect1>
8546
8547
8548         <sect1><heading><prgn>dpkg-genchanges</prgn> - generates a <file>.changes</file> upload
8549             control file
8550           </heading>
8551
8552           <p>
8553             This program is usually called by package-independent
8554             automatic building scripts such as
8555             <prgn>dpkg-buildpackage</prgn>, but it may also be called
8556             by hand.
8557           </p>
8558
8559           <p>
8560             It is usually called in the top level of a built source
8561             tree, and when invoked with no arguments will print out a
8562             straightforward <file>.changes</file> file based on the
8563             information in the source package's changelog and control
8564             file and the binary and source packages which should have
8565             been built.
8566           </p>
8567         </sect1>
8568
8569
8570         <sect1><heading><prgn>dpkg-parsechangelog</prgn> - produces parsed representation of
8571             a changelog
8572           </heading>
8573
8574           <p>
8575             This program is used internally by
8576             <prgn>dpkg-source</prgn> et al.  It may also occasionally
8577             be useful in <file>debian/rules</file> and elsewhere.  It
8578             parses a changelog, <file>debian/changelog</file> by default,
8579             and prints a control-file format representation of the
8580             information in it to standard output.
8581           </p>
8582         </sect1>
8583
8584         <sect1 id="pkg-dpkgarch"><heading><prgn>dpkg-architecture</prgn> -
8585             information about the build and host system
8586           </heading>
8587
8588           <p>
8589             This program can be used manually, but is also invoked by
8590             <tt>dpkg-buildpackage</tt> or <file>debian/rules</file> to set
8591             to set environment or make variables which specify the build and
8592             host architecture for the package building process.
8593           </p>
8594         </sect1>
8595       </sect>
8596
8597       <sect id="pkg-sourcetree"><heading>The Debianised source tree
8598         </heading>
8599
8600         <p>
8601           The source archive scheme described later is intended to
8602           allow a Debianised source tree with some associated control
8603           information to be reproduced and transported easily.  The
8604           Debianised source tree is a version of the original program
8605           with certain files added for the benefit of the
8606           Debianisation process, and with any other changes required
8607           made to the rest of the source code and installation
8608           scripts.
8609         </p>
8610
8611         <p>
8612           The extra files created for Debian are in the subdirectory
8613           <file>debian</file> of the top level of the Debianised source
8614           tree.  They are described below.
8615         </p>
8616
8617         <sect1 id="pkg-debianrules"><heading><file>debian/rules</file> - the main building
8618         script
8619           </heading>
8620
8621           <p>
8622             This file is an executable makefile, and contains the
8623             package-specific recipies for compiling the package and
8624             building binary package(s) out of the source.
8625           </p>
8626
8627           <p>
8628             It must start with the line <tt>#!/usr/bin/make -f</tt>,
8629             so that it can be invoked by saying its name rather than
8630             invoking <prgn>make</prgn> explicitly.
8631           </p>
8632
8633           <p>
8634             Since an interactive <file>debian/rules</file> script makes it
8635             impossible to autocompile that package and also makes it
8636             hard for other people to reproduce the same binary
8637             package, all <strong>required targets</strong> have to be
8638             non-interactive. At a minimul, required targets are the
8639             ones called by <prgn>dpkg-buildpackage</prgn>, namely,
8640             <em>clean</em>, <em>binary</em>, <em>binary-arch</em>, and
8641             <em>build</em>. It also follows that any target that these
8642             targets depend on must also be non-interactive.
8643           </p>
8644
8645           <p>
8646             The targets which are required to be present are:
8647             <taglist>
8648               <tag><tt>build</tt></tag>
8649               <item>
8650                 <p>
8651                   This should perform all non-interactive
8652                   configuration and compilation of the package.  If a
8653                   package has an interactive pre-build configuration
8654                   routine, the Debianised source package should be
8655                   built after this has taken place, so that it can be
8656                   built without rerunning the configuration.
8657                 </p>
8658
8659                 <p>
8660                   A package may also provide both of the targets
8661                   <tt>build-arch</tt> and <tt>build-indep</tt>.  The
8662                   <tt>build-arch</tt> target, if provided, should
8663                   perform all non-interactive configuration and
8664                   compilation required for producing all
8665                   architecture-dependant binary packages (those packages
8666                   for which the body of the <tt>Architecture</tt> field
8667                   in <tt>debian/control</tt> is not <tt>all</tt>).
8668                   Similarly, the <tt>build-indep</tt> target, if
8669                   provided, should perform all non-interactive
8670                   configuration and compilation required for producing
8671                   all architecture-independent binary packages (those
8672                   packages for which the body of the
8673                   <tt>Architecture</tt> field in <tt>debian/control</tt>
8674                   is <tt>all</tt>).  The <tt>build</tt> target should
8675                   depend on those of the targets <tt>build-arch</tt> and
8676                   <tt>build-indep</tt> that are provided in the rules
8677                   file.
8678                 </p>
8679
8680                 <p>
8681                   If one or both of the targets <tt>build-arch</tt> and
8682                   <tt>build-indep</tt> are not provided, then invoking
8683                   <file>debian/rules</file> with one of the not-provided
8684                   targets as arguments should produce a exit status code
8685                   of 2.  Usually this is provided automatically by make
8686                   if the target is missing.
8687                 </p>
8688
8689                 <p>
8690                   For some packages, notably ones where the same
8691                   source tree is compiled in different ways to produce
8692                   two binary packages, the <tt>build</tt> target does
8693                   not make much sense.  For these packages it is good
8694                   enough to provide two (or more) targets
8695                   (<tt>build-a</tt> and <tt>build-b</tt> or whatever)
8696                   for each of the ways of building the package, and a
8697                   <tt>build</tt> target that does nothing.  The
8698                   <tt>binary</tt> target will have to build the
8699                   package in each of the possible ways and make the
8700                   binary package out of each.
8701                 </p>
8702
8703                 <p>
8704                   The targets <tt>build</tt>, <tt>build-arch</tt>
8705                   and <tt>build-indep</tt> target must not do
8706                   anything that might require root privilege.
8707                 </p>
8708
8709                 <p>
8710                   The <tt>build</tt> target may need to run
8711                   <tt>clean</tt> first - see below.
8712                 </p>
8713
8714                 <p>
8715                   When a package has a configuration routine that takes
8716                   a long time, or when the makefiles are poorly
8717                   designed, or when <tt>build</tt> needs to run
8718                   <tt>clean</tt> first, it is a good idea to <tt>touch
8719                     build</tt> when the build process is complete.  This
8720                   will ensure that if <tt>debian/rules build</tt> is run
8721                   again it will not rebuild the whole program.
8722                 </p>
8723               </item>
8724
8725               <tag><tt>binary</tt>, <tt>binary-arch</tt>,
8726                 <tt>binary-indep</tt>
8727               </tag>
8728               <item>
8729                 <p>
8730                   The <tt>binary</tt> target should be all that is
8731                   necessary for the user to build the binary
8732                   package. All these targets are required to be
8733                   non-interactive.  It is split into two parts:
8734                   <tt>binary-arch</tt> builds the packages' output
8735                   files which are specific to a particular
8736                   architecture, and <tt>binary-indep</tt> builds
8737                   those which are not.
8738                 </p>
8739
8740                 <p>
8741                   <tt>binary</tt> should usually be a target with
8742                   no commands which simply depends on
8743                   <prgn>binary-arch</prgn> and
8744                   <prgn>binary-indep</prgn>.
8745                 </p>
8746
8747                 <p>
8748                   Both <prgn>binary-*</prgn> targets should depend on
8749                   the <tt>build</tt> target, above, so that the
8750                   package is built if it has not been already.  It
8751                   should then create the relevant binary package(s),
8752                   using <prgn>dpkg-gencontrol</prgn> to make their
8753                   control files and <prgn>dpkg-deb</prgn> to build
8754                   them and place them in the parent of the top level
8755                   directory.
8756                 </p>
8757
8758                 <p>
8759                   If one of the <prgn>binary-*</prgn> targets has
8760                   nothing to do (this will be always be the case if
8761                   the source generates only a single binary package,
8762                   whether architecture-dependent or not) it
8763                   <em>must</em> still exist, but should always
8764                   succeed.
8765                 </p>
8766
8767                 <p>
8768                   <ref id="pkg-binarypkg"> describes how to construct
8769                   binary packages.
8770                 </p>
8771
8772                 <p>
8773                   The <tt>binary</tt> targets must be invoked as
8774                   root.
8775                 </p>
8776               </item>
8777
8778               <tag><tt>clean</tt></tag>
8779               <item>
8780
8781                 <p>
8782                   This should undo any effects that the
8783                   <tt>build</tt> and <tt>binary</tt> targets
8784                   may have had, except that it should leave alone any
8785                   output files created in the parent directory by a
8786                   run of <tt>binary</tt>. This target is required
8787                   to be non-interactive.
8788                 </p>
8789
8790                 <p>
8791                   If a <tt>build</tt> file is touched at the end
8792                   of the <tt>build</tt> target, as suggested
8793                   above, it must be removed as the first thing that
8794                   <tt>clean</tt> does, so that running
8795                   <tt>build</tt> again after an interrupted
8796                   <tt>clean</tt> doesn't think that everything is
8797                   already done.
8798                 </p>
8799
8800                 <p>
8801                   The <tt>clean</tt> target must be invoked as
8802                   root if <tt>binary</tt> has been invoked since
8803                   the last <tt>clean</tt>, or if
8804                   <tt>build</tt> has been invoked as root (since
8805                   <tt>build</tt> may create directories, for
8806                   example).
8807                 </p>
8808               </item>
8809
8810               <tag><tt>get-orig-source</tt> (optional)</tag>
8811               <item>
8812
8813                 <p>
8814                   This target fetches the most recent version of the
8815                   original source package from a canonical archive
8816                   site (via FTP or WWW, for example), does any
8817                   necessary rearrangement to turn it into the original
8818                   source tarfile format described below, and leaves it
8819                   in the current directory.
8820                 </p>
8821
8822                 <p>
8823                   This target may be invoked in any directory, and
8824                   should take care to clean up any temporary files it
8825                   may have left.
8826                 </p>
8827
8828                 <p>
8829                   This target is optional, but providing it if
8830                   possible is a good idea.
8831                 </p>
8832               </item>
8833             </taglist>
8834
8835           <p>
8836             The <tt>build</tt>, <tt>binary</tt> and
8837             <tt>clean</tt> targets must be invoked with a current
8838             directory of the package's top-level directory.
8839           </p>
8840
8841
8842           <p>
8843             Additional targets may exist in <file>debian/rules</file>,
8844             either as published or undocumented interfaces or for the
8845             package's internal use.
8846           </p>
8847
8848           <p>
8849             The architecture we build on and build for is determined by make
8850             variables via dpkg-architecture (see <ref id="pkg-dpkgarch">). You can
8851             get the Debian architecture and the GNU style architecture
8852             specification string for the build machine as well as the host
8853             machine. Here is a list of supported make variables:
8854             <list compact="compact">
8855               <item>
8856                 <p><tt>DEB_*_ARCH</tt> (the Debian architecture)</p>
8857               </item>
8858               <item>
8859                 <p><tt>DEB_*_GNU_TYPE</tt> (the GNU style architecture
8860                   specification string)</p>
8861               </item>
8862               <item>
8863                 <p><tt>DEB_*_GNU_CPU</tt> (the CPU part of DEB_*_GNU_TYPE)</p>
8864               </item>
8865               <item>
8866                 <p><tt>DEB_*_GNU_SYSTEM</tt> (the System part of
8867                   DEB_*_GNU_TYPE)</p>
8868             </list>
8869           </p>
8870
8871           <p>
8872             where <tt>*</tt> is either <tt>BUILD</tt> for specification of
8873             the build machine or <tt>HOST</tt> for specification of the machine
8874             we build for.
8875           </p>
8876
8877           <p>
8878             Backward compatibility can be provided in the rules file
8879             by setting the needed variables to suitable default
8880             values, please refer to the documentation of
8881             dpkg-architecture for details.
8882           </p>
8883
8884           <p>
8885             It is important to understand that the <tt>DEB_*_ARCH</tt>
8886             string does only determine which Debian architecture we
8887             build on resp. for. It should not be used to get the CPU
8888             or System information, the GNU style variables should be
8889             used for that.
8890           </p>
8891         </sect1>
8892
8893
8894         <sect1><heading><file>debian/control</file>
8895           </heading>
8896
8897           <p>
8898             This file contains version-independent details about the
8899             source package and about the binary packages it creates.
8900           </p>
8901
8902           <p>
8903             It is a series of sets of control fields, each
8904             syntactically similar to a binary package control file.
8905             The sets are separated by one or more blank lines.  The
8906             first set is information about the source package in
8907             general; each subsequent set describes one binary package
8908             that the source tree builds.
8909           </p>
8910
8911           <p>
8912             The syntax and semantics of the fields are described below
8913             in <ref id="pkg-controlfields">.
8914           </p>
8915
8916           <p>
8917             The general (binary-package-independent) fields are:
8918             <list compact="compact">
8919               <item>
8920                 <p><qref id="pkg-f-Source"><tt>Source</tt></qref> (mandatory)</p>
8921               </item>
8922               <item>
8923                 <p><qref id="pkg-f-Maintainer"><tt>Maintainer</tt></qref></p>
8924               </item>
8925               <item>
8926                 <p>
8927                   <qref id="pkg-f-classification"><tt>Section</tt> and
8928                     <tt>Priority</tt></qref>
8929                   (classification, mandatory)
8930                 </p>
8931               </item>
8932                <item>
8933                  <p>
8934                    <qref id="relationships"><tt>Build-Depends</tt> et
8935                      al.</qref> (source package interrelationships)
8936                  </p>
8937                </item>
8938               <item>
8939                 <p>
8940                   <qref id="pkg-f-Standards-Version"><tt>Standards-Version</tt></qref>
8941                 </p>
8942               </item>
8943             </list>
8944
8945           <p>
8946             The per-binary-package fields are:
8947             <list compact="compact">
8948               <item>
8949                 <p><qref id="pkg-f-Package"><tt>Package</tt></qref> (mandatory)</p>
8950               </item>
8951               <item>
8952                 <p>
8953                   <qref id="pkg-f-Architecture"><tt>Architecture</tt></qref>
8954                   (mandatory)</p>
8955               </item>
8956               <item>
8957                 <p><qref id="descriptions"><tt>Description</tt></qref></p>
8958               </item>
8959               <item>
8960                 <p>
8961                   <qref id="pkg-f-classification"><tt>Section</tt> and
8962                     <tt>Priority</tt></qref> (classification)</p>
8963               </item>
8964               <item>
8965                 <p><qref id="pkg-f-Essential"><tt>Essential</tt></qref></p>
8966               </item>
8967               <item>
8968                 <p>
8969                   <qref id="relationships"><tt>Depends</tt> et
8970                   al.</qref> (binary package interrelationships)
8971                 </p>
8972               </item>
8973             </list>
8974
8975           <p>
8976             These fields are used by <prgn>dpkg-gencontrol</prgn> to
8977             generate control files for binary packages (see below), by
8978             <prgn>dpkg-genchanges</prgn> to generate the
8979             <tt>.changes</tt> file to accompany the upload, and by
8980             <prgn>dpkg-source</prgn> when it creates the <file>.dsc</file>
8981             source control file as part of a source archive.
8982           </p>
8983
8984           <p>
8985             The fields here may contain variable references - their
8986             values will be substituted by
8987             <prgn>dpkg-gencontrol</prgn>, <prgn>dpkg-genchanges</prgn>
8988             or <prgn>dpkg-source</prgn> when they generate output
8989             control files.  See <ref id="pkg-srcsubstvars"> for details.
8990           </p>
8991
8992           <p> <sect2><heading>User-defined fields
8993             </heading>
8994
8995             <p>
8996               Additional user-defined fields may be added to the
8997               source package control file.  Such fields will be
8998               ignored, and not copied to (for example) binary or
8999               source package control files or upload control files.
9000             </p>
9001
9002             <p>
9003               If you wish to add additional unsupported fields to
9004               these output files you should use the mechanism
9005               described here.
9006             </p>
9007
9008             <p>
9009               Fields in the main source control information file with
9010               names starting <tt>X</tt>, followed by one or more of
9011               the letters <tt>BCS</tt> and a hyphen <tt>-</tt>, will
9012               be copied to the output files.  Only the part of the
9013               field name after the hyphen will be used in the output
9014               file.  Where the letter <tt>B</tt> is used the field
9015               will appear in binary package control files, where the
9016               letter <tt>S</tt> is used in source package control
9017               files and where <tt>C</tt> is used in upload control
9018               (<tt>.changes</tt>) files.
9019             </p>
9020
9021             <p>
9022               For example, if the main source information control file
9023               contains the field
9024               <example>
9025   XBS-Comment: I stand between the candle and the star.
9026               </example>
9027               then the binary and source package control files will contain the
9028               field
9029               <example>
9030   Comment: I stand between the candle and the star.
9031               </example>
9032             </p>
9033           </sect2>
9034
9035         </sect1>
9036
9037         <sect1 id="pkg-dpkgchangelog"><heading><file>debian/changelog</file>
9038           </heading>
9039
9040           <p>
9041             This file records the changes to the Debian-specific parts of the
9042             package
9043             <footnote>
9044               <p>
9045                 Though there is nothing stopping an author who is also
9046                 the Debian maintainer from using it for all their
9047                 changes, it will have to be renamed if the Debian and
9048                 upstream maintainers become different
9049                 people.
9050               </p>
9051             </footnote>.
9052           </p>
9053
9054           <p>
9055             It has a special format which allows the package building
9056             tools to discover which version of the package is being
9057             built and find out other release-specific information.
9058           </p>
9059
9060           <p>
9061             That format is a series of entries like this:
9062             <example>
9063   <var>package</var> (<var>version</var>) <var>distribution(s)</var>; urgency=<var>urgency</var>
9064
9065    * <var>change details</var>
9066    <var>more change details</var>
9067    * <var>even more change details</var>
9068
9069   -- <var>maintainer name and email address</var>  <var>date</var>
9070             </example>
9071           </p>
9072
9073           <p>
9074             <var>package</var> and <var>version</var> are the source
9075             package name and version number.
9076           </p>
9077
9078           <p>
9079             <var>distribution(s)</var> lists the distributions where
9080             this version should be installed when it is uploaded - it
9081             is copied to the <tt>Distribution</tt> field in the
9082             <tt>.changes</tt> file.  See <ref id="pkg-f-Distribution">.
9083           </p>
9084
9085           <p>
9086             <var>urgency</var> is the value for the <tt>Urgency</tt>
9087             field in the <file>.changes</file> file for the upload.  See
9088             <ref id="pkg-f-Urgency">.  It is not possible to specify an
9089             urgency containing commas; commas are used to separate
9090             <tt><var>keyword</var>=<var>value</var></tt> settings in
9091             the <prgn>dpkg</prgn> changelog format (though there is
9092             currently only one useful <var>keyword</var>,
9093             <tt>urgency</tt>).
9094           </p>
9095
9096           <p>
9097             The change details may in fact be any series of lines
9098             starting with at least two spaces, but conventionally each
9099             change starts with an asterisk and a separating space and
9100             continuation lines are indented so as to bring them in
9101             line with the start of the text above.  Blank lines may be
9102             used here to separate groups of changes, if desired.
9103           </p>
9104
9105           <p>
9106             The maintainer name and email address should <em>not</em>
9107             necessarily be those of the usual package maintainer.
9108             They should be the details of the person doing
9109             <em>this</em> version.  The information here will be
9110             copied to the <file>.changes</file> file, and then later used
9111             to send an acknowledgement when the upload has been
9112             installed.
9113           </p>
9114
9115           <p>
9116             The <var>date</var> should be in RFC822 format
9117             <footnote>
9118               <p>
9119                 This is generated by the <prgn>822-date</prgn>
9120                 program.
9121               </p>
9122             </footnote>; it should include the timezone specified
9123             numerically, with the timezone name or abbreviation
9124             optionally present as a comment.
9125           </p>
9126
9127           <p>
9128             The first `title' line with the package name should start
9129             at the left hand margin; the `trailer' line with the
9130             maintainer and date details should be preceded by exactly
9131             one space.  The maintainer details and the date must be
9132             separated by exactly two spaces.
9133           </p>
9134
9135           <p>
9136             An Emacs mode for editing this format is available: it is
9137             called <tt>debian-changelog-mode</tt>.  You can have this
9138             mode selected automatically when you edit a Debian
9139             changelog by adding a local variables clause to the end of
9140             the changelog.
9141           </p>
9142
9143           <sect2><heading>Defining alternative changelog formats
9144             </heading>
9145
9146             <p>
9147               It is possible to use a different format to the standard
9148               one, by providing a parser for the format you wish to
9149               use.
9150             </p>
9151
9152             <p>
9153               In order to have <tt>dpkg-parsechangelog</tt> run your
9154               parser, you must include a line within the last 40 lines
9155               of your file matching the Perl regular expression:
9156               <tt>\schangelog-format:\s+([0-9a-z]+)\W</tt> The part in
9157               parentheses should be the name of the format.  For
9158               example, you might say:
9159               <example>
9160   @@@ changelog-format: joebloggs @@@
9161               </example>
9162               Changelog format names are non-empty strings of alphanumerics.
9163             </p>
9164
9165             <p>
9166               If such a line exists then <tt>dpkg-parsechangelog</tt>
9167               will look for the parser as
9168               <file>/usr/lib/dpkg/parsechangelog/<var>format-name</var></file>
9169               or
9170               <file>/usr/local/lib/dpkg/parsechangelog/<var>format-name</var></file>;
9171               it is an error for it not to find it, or for it not to
9172               be an executable program.  The default changelog format
9173               is <tt>dpkg</tt>, and a parser for it is provided with
9174               the <tt>dpkg</tt> package.
9175             </p>
9176
9177             <p>
9178               The parser will be invoked with the changelog open on
9179               standard input at the start of the file.  It should read
9180               the file (it may seek if it wishes) to determine the
9181               information required and return the parsed information
9182               to standard output in the form of a series of control
9183               fields in the standard format.  By default it should
9184               return information about only the most recent version in
9185               the changelog; it should accept a
9186               <tt>-v<var>version</var></tt> option to return changes
9187               information from all versions present <em>strictly
9188               after</em> <var>version</var>, and it should then be an
9189               error for <var>version</var> not to be present in the
9190               changelog.
9191             </p>
9192
9193             <p>
9194               The fields are:
9195               <list compact="compact">
9196                 <item>
9197                   <p><qref id="pkg-f-Source"><tt>Source</tt></qref></p>
9198                 </item>
9199                 <item>
9200                   <p><qref id="versions"><tt>Version</tt></qref> (mandatory)</p>
9201                 </item>
9202                 <item>
9203                   <p>
9204                     <qref id="pkg-f-Distribution"><tt>Distribution</tt></qref>
9205                     (mandatory)
9206                   </p>
9207                 </item>
9208                 <item>
9209                   <p><qref id="pkg-f-Urgency"><tt>Urgency</tt></qref> (mandatory)</p>
9210                 </item>
9211                 <item>
9212                   <p>
9213                     <qref id="pkg-f-Maintainer"><tt>Maintainer</tt></qref>
9214                     (mandatory)
9215                   </p>
9216                 </item>
9217                 <item>
9218                   <p><qref id="pkg-f-Date"><tt>Date</tt></qref></p>
9219                 </item>
9220                 <item>
9221                   <p>
9222                     <qref id="pkg-f-Changes"><tt>Changes</tt></qref>
9223                     (mandatory)
9224                   </p>
9225                 </item>
9226               </list>
9227
9228             <p>
9229               If several versions are being returned (due to the use
9230               of <tt>-v</tt>), the urgency value should be of the
9231               highest urgency code listed at the start of any of the
9232               versions requested followed by the concatenated
9233               (space-separated) comments from all the versions
9234               requested; the maintainer, version, distribution and
9235               date should always be from the most recent version.
9236             </p>
9237
9238             <p>
9239               For the format of the <tt>Changes</tt> field see <ref
9240               id="pkg-f-Changes">.
9241             </p>
9242
9243             <p>
9244               If the changelog format which is being parsed always or
9245               almost always leaves a blank line between individual
9246               change notes these blank lines should be stripped out,
9247               so as to make the resulting output compact.
9248             </p>
9249
9250             <p>
9251               If the changelog format does not contain date or package
9252               name information this information should be omitted from
9253               the output.  The parser should not attempt to synthesise
9254               it or find it from other sources.
9255             </p>
9256
9257             <p>
9258               If the changelog does not have the expected format the
9259               parser should exit with a nonzero exit status, rather
9260               than trying to muddle through and possibly generating
9261               incorrect output.
9262             </p>
9263
9264             <p>
9265               A changelog parser may not interact with the user at
9266               all.</p></sect2>
9267         </sect1>
9268
9269         <sect1 id="pkg-srcsubstvars"><heading><file>debian/substvars</file>
9270         and variable substitutions
9271           </heading>
9272
9273           <p>
9274             When <prgn>dpkg-gencontrol</prgn>,
9275             <prgn>dpkg-genchanges</prgn> and <prgn>dpkg-source</prgn>
9276             generate control files they do variable substitutions on
9277             their output just before writing it.  Variable
9278             substitutions have the form
9279             <tt>${<var>variable-name</var>}</tt>.  The optional file
9280             <file>debian/substvars</file> contains variable substitutions
9281             to be used; variables can also be set directly from
9282             <file>debian/rules</file> using the <tt>-V</tt> option to the
9283             source packaging commands, and certain predefined
9284             variables are available.
9285           </p>
9286
9287           <p>
9288             The is usually generated and modified dynamically by
9289             <file>debian/rules</file> targets; in this case it must be
9290             removed by the <tt>clean</tt> target.
9291           </p>
9292
9293           <p>
9294             See <manref name="dpkg-source" section="1"> for full
9295             details about source variable substitutions, including the
9296             format of <file>debian/substvars</file>.</p>
9297         </sect1>
9298
9299         <sect1><heading><file>debian/files</file>
9300           </heading>
9301
9302           <p>
9303             This file is not a permanent part of the source tree; it
9304             is used while building packages to record which files are
9305             being generated.  <prgn>dpkg-genchanges</prgn> uses it
9306             when it generates a <file>.changes</file> file.
9307           </p>
9308
9309           <p>
9310             It should not exist in a shipped source package, and so it
9311             (and any backup files or temporary files such as
9312             <file>files.new</file>
9313               <footnote>
9314                 <p>
9315                   <file>files.new</file> is used as a temporary file by
9316                   <prgn>dpkg-gencontrol</prgn> and
9317                   <prgn>dpkg-distaddfile</prgn> - they write a new
9318                   version of <file>files</file> here before renaming it,
9319                   to avoid leaving a corrupted copy if an error
9320                   occurs
9321                 </p>
9322               </footnote>) should be removed by the
9323               <tt>clean</tt> target.  It may also be wise to
9324               ensure a fresh start by emptying or removing it at the
9325               start of the <tt>binary</tt> target.
9326           </p>
9327
9328           <p>
9329             <prgn>dpkg-gencontrol</prgn> adds an entry to this file
9330             for the <file>.deb</file> file that will be created by
9331             <prgn>dpkg-deb</prgn> from the control file that it
9332             generates, so for most packages all that needs to be done
9333             with this file is to delete it in <tt>clean</tt>.
9334           </p>
9335
9336           <p>
9337             If a package upload includes files besides the source
9338             package and any binary packages whose control files were
9339             made with <prgn>dpkg-gencontrol</prgn> then they should be
9340             placed in the parent of the package's top-level directory
9341             and <prgn>dpkg-distaddfile</prgn> should be called to add
9342             the file to the list in <file>debian/files</file>.</p>
9343         </sect1>
9344
9345         <sect1><heading><file>debian/tmp</file>
9346           </heading>
9347
9348           <p>
9349             This is the canonical temporary location for the
9350             construction of binary packages by the <tt>binary</tt>
9351             target.  The directory <file>tmp</file> serves as the root of
9352             the filesystem tree as it is being constructed (for
9353             example, by using the package's upstream makefiles install
9354             targets and redirecting the output there), and it also
9355             contains the <tt>DEBIAN</tt> subdirectory.  See <ref
9356             id="pkg-bincreating">.
9357           </p>
9358
9359           <p>
9360             If several binary packages are generated from the same
9361             source tree it is usual to use several
9362             <file>debian/tmp<var>something</var></file> directories, for
9363             example <file>tmp-a</file> or <file>tmp-doc</file>.
9364           </p>
9365
9366           <p>
9367             Whatever <file>tmp</file> directories are created and used by
9368             <tt>binary</tt> must of course be removed by the
9369             <tt>clean</tt> target.</p></sect1>
9370       </sect>
9371
9372
9373       <sect id="pkg-sourcearchives"><heading>Source packages as archives
9374         </heading>
9375
9376         <p>
9377           As it exists on the FTP site, a Debian source package
9378           consists of three related files.  You must have the right
9379           versions of all three to be able to use them.
9380         </p>
9381
9382         <p>
9383           <taglist>
9384             <tag>Debian source control file - <tt>.dsc</tt></tag>
9385             <item>
9386
9387               <p>
9388                 This file contains a series of fields, identified and
9389                 separated just like the fields in the control file of
9390                 a binary package.  The fields are listed below; their
9391                 syntax is described above, in <ref id="pkg-controlfields">.
9392                 <list compact="compact">
9393                   <item>
9394                     <p><qref id="pkg-f-Source"><tt>Source</tt></qref></p>
9395                   </item>
9396                   <item>
9397                     <p><qref id="versions"><tt>Version</tt></qref></p>
9398                   </item>
9399                   <item>
9400                     <p><qref id="pkg-f-Maintainer"><tt>Maintainer</tt></qref></p>
9401                   </item>
9402                   <item>
9403                     <p><qref id="pkg-f-Binary"><tt>Binary</tt></qref></p>
9404                   </item>
9405                   <item>
9406                     <p><qref id="pkg-f-Architecture"><tt>Architecture</tt></qref></p>
9407                   </item>
9408                   <item>
9409                      <p>
9410                        <qref id="relationships"><tt>Build-Depends</tt> et
9411                          al.</qref> (source package interrelationships)
9412                      </p>
9413                   </item>
9414                   <item>
9415                     <p>
9416                       <qref id="pkg-f-Standards-Version"><tt>Standards-Version</tt></qref></p>
9417                   </item>
9418                   <item>
9419                     <p><qref id="pkg-f-Files"><tt>Files</tt></qref></p>
9420                   </item>
9421                 </list>
9422
9423               <p>
9424                 The source package control file is generated by
9425                 <prgn>dpkg-source</prgn> when it builds the source
9426                 archive, from other files in the source package,
9427                 described above.  When unpacking it is checked against
9428                 the files and directories in the other parts of the
9429                 source package, as described below.</p>
9430             </item>
9431
9432             <tag>
9433               Original source archive -
9434               <file>
9435                 <var>package</var>_<var>upstream-version</var>.orig.tar.gz
9436               </file>
9437             </tag>
9438
9439             <item>
9440
9441               <p>
9442                 This is a compressed (with <tt>gzip -9</tt>)
9443                 <prgn>tar</prgn> file containing the source code from
9444                 the upstream authors of the program.  The tarfile
9445                 unpacks into a directory
9446                 <file><var>package</var>-<var>upstream-version</var>.orig</file>,
9447                 and does not contain files anywhere other than in
9448                 there or in its subdirectories.</p>
9449             </item>
9450
9451             <tag>
9452               Debianisation diff -
9453               <file>
9454                 <var>package</var>_<var>upstream_version-revision</var>.diff.gz
9455               </file>
9456             </tag>
9457             <item>
9458
9459               <p>
9460                 This is a unified context diff (<tt>diff -u</tt>)
9461                 giving the changes which are required to turn the
9462                 original source into the Debian source.  These changes
9463                 may only include editing and creating plain files.
9464                 The permissions of files, the targets of symbolic
9465                 links and the characteristics of special files or
9466                 pipes may not be changed and no files may be removed
9467                 or renamed.
9468               </p>
9469
9470               <p>
9471                 All the directories in the diff must exist, except the
9472                 <file>debian</file> subdirectory of the top of the source
9473                 tree, which will be created by
9474                 <prgn>dpkg-source</prgn> if necessary when unpacking.
9475               </p>
9476
9477               <p>
9478                 The <prgn>dpkg-source</prgn> program will
9479                 automatically make the <file>debian/rules</file> file
9480                 executable (see below).</p></item>
9481           </taglist>
9482
9483
9484         <p>
9485           If there is no original source code - for example, if the
9486           package is specially prepared for Debian or the Debian
9487           maintainer is the same as the upstream maintainer - the
9488           format is slightly different: then there is no diff, and the
9489           tarfile is named
9490           <file><var>package</var>_<var>version</var>.tar.gz</file> and
9491           contains a directory
9492           <file><var>package</var>-<var>version</var></file>.
9493         </p>
9494       </sect>
9495
9496       <sect><heading>Unpacking a Debian source package without
9497       <prgn>dpkg-source</prgn>
9498         </heading>
9499
9500         <p>
9501           <tt>dpkg-source -x</tt> is the recommended way to unpack a
9502           Debian source package.  However, if it is not available it
9503           is possible to unpack a Debian source archive as follows:
9504         <enumlist compact="compact">
9505           <item>
9506             <p>
9507               Untar the tarfile, which will create a <file>.orig</file>
9508               directory.</p>
9509           </item>
9510           <item>
9511             <p>Rename the <file>.orig</file> directory to
9512               <file><var>package</var>-<var>version</var></file>.</p>
9513           </item>
9514             <item>
9515             <p>
9516               Create the subdirectory <file>debian</file> at the top of
9517               the source tree.</p>
9518           </item>
9519           <item><p>Apply the diff using <tt>patch -p0</tt>.</p>
9520           </item>
9521           <item><p>Untar the tarfile again if you want a copy of the original
9522               source code alongside the Debianised version.</p>
9523           </item>
9524         </enumlist>
9525
9526         <p>
9527           It is not possible to generate a valid Debian source archive
9528           without using <prgn>dpkg-source</prgn>.  In particular,
9529           attempting to use <prgn>diff</prgn> directly to generate the
9530           <file>.diff.gz</file> file will not work.
9531         </p>
9532
9533         <sect1><heading>Restrictions on objects in source packages
9534           </heading>
9535
9536           <p>
9537             The source package may not contain any hard links
9538             <footnote>
9539               <p>
9540                 This is not currently detected when building source
9541                 packages, but only when extracting
9542                 them.
9543               </p>
9544             </footnote>
9545             <footnote>
9546               <p>
9547                 Hard links may be permitted at some point in the
9548                 future, but would require a fair amount of
9549                 work.
9550               </p>
9551             </footnote>, device special files, sockets or setuid or
9552             setgid files.
9553             <footnote>
9554               <p>
9555                 Setgid directories are allowed.
9556               </p>
9557             </footnote>
9558           </p>
9559
9560           <p>
9561             The source packaging tools manage the changes between the
9562             original and Debianised source using <prgn>diff</prgn> and
9563             <prgn>patch</prgn>.  Turning the original source tree as
9564             included in the <file>.orig.tar.gz</file> into the debianised
9565             source must not involve any changes which cannot be
9566             handled by these tools.  Problematic changes which cause
9567             <prgn>dpkg-source</prgn> to halt with an error when
9568             building the source package are:
9569             <list compact="compact">
9570               <item><p>Adding or removing symbolic links, sockets or pipes.</p>
9571               </item>
9572               <item><p>Changing the targets of symbolic links.</p>
9573               </item>
9574               <item><p>Creating directories, other than <file>debian</file>.</p>
9575               </item>
9576               <item><p>Changes to the contents of binary files.</p></item>
9577             </list> Changes which cause <prgn>dpkg-source</prgn> to
9578             print a warning but continue anyway are:
9579             <list compact="compact">
9580               <item>
9581                 <p>
9582                   Removing files, directories or symlinks.
9583                   <footnote>
9584                     <p>
9585                       Renaming a file is not treated specially - it is
9586                       seen as the removal of the old file (which
9587                       generates a warning, but is otherwise ignored),
9588                       and the creation of the new
9589                       one.</p>
9590                   </footnote>
9591                 </p>
9592               </item>
9593               <item>
9594                 <p>
9595                   Changed text files which are missing the usual final
9596                   newline (either in the original or the modified
9597                   source tree).
9598                 </p>
9599               </item>
9600             </list>
9601             Changes which are not represented, but which are not detected by
9602             <prgn>dpkg-source</prgn>, are:
9603             <list compact="compact">
9604               <item><p>Changing the permissions of files (other than
9605                   <file>debian/rules</file>) and directories.</p></item>
9606             </list>
9607           </p>
9608
9609           <p>
9610             The <file>debian</file> directory and <file>debian/rules</file>
9611             are handled specially by <prgn>dpkg-source</prgn> - before
9612             applying the changes it will create the <file>debian</file>
9613             directory, and afterwards it will make
9614             <file>debian/rules</file> world-exectuable.
9615           </p>
9616         </sect1>
9617       </sect>
9618     </appendix>
9619
9620     <appendix id="pkg-controlfields"><heading>Control files and their
9621         fields (from old Packaging Manual)
9622       </heading>
9623
9624       <p>
9625         Many of the tools in the <prgn>dpkg</prgn> suite manipulate
9626         data in a common format, known as control files.  Binary and
9627         source packages have control data as do the <file>.changes</file>
9628         files which control the installation of uploaded files, and
9629         <prgn>dpkg</prgn>'s internal databases are in a similar
9630         format.
9631       </p>
9632
9633       <sect><heading>Syntax of control files
9634         </heading>
9635
9636         <p>
9637           A file consists of one or more paragraphs of fields.  The
9638           paragraphs are separated by blank lines.  Some control files
9639           only allow one paragraph; others allow several, in which
9640           case each paragraph often refers to a different package.
9641         </p>
9642
9643         <p>
9644           Each paragraph is a series of fields and values; each field
9645           consists of a name, followed by a colon and the value.  It
9646           ends at the end of the line.  Horizontal whitespace (spaces
9647           and tabs) may occur before or after the value and is ignored
9648           there; it is conventional to put a single space after the
9649           colon.
9650         </p>
9651
9652         <p>
9653           Some fields' values may span several lines; in this case
9654           each continuation line <em>must</em> start with a space or
9655           tab.  Any trailing spaces or tabs at the end of individual
9656           lines of a field value are ignored.
9657         </p>
9658
9659         <p>
9660           Except where otherwise stated only a single line of data is
9661           allowed and whitespace is not significant in a field body.
9662           Whitespace may never appear inside names (of packages,
9663           architectures, files or anything else), version numbers or
9664           in between the characters of multi-character version
9665           relationships.
9666         </p>
9667
9668         <p>
9669           Field names are not case-sensitive, but it is usual to
9670           capitalise the field names using mixed case as shown below.
9671         </p>
9672
9673         <p>
9674           Blank lines, or lines consisting only of spaces and tabs,
9675           are not allowed within field values or between fields - that
9676           would mean a new paragraph.
9677         </p>
9678
9679         <p>
9680           It is important to note that there are several fields which
9681           are optional as far as <prgn>dpkg</prgn> and the related
9682           tools are concerned, but which must appear in every Debian
9683           package, or whose omission may cause problems.  When writing
9684           the control files for Debian packages you <em>must</em> read
9685           the Debian policy manual in conjuction with the details
9686           below and the list of fields for the particular file.</p>
9687       </sect>
9688
9689       <sect><heading>List of fields
9690         </heading>
9691
9692         <sect1 id="pkg-f-Package"><heading><tt>Package</tt>
9693           </heading>
9694
9695           <p>
9696             The name of the binary package.  Package names consist of
9697             the alphanumerics and <tt>+</tt> <tt>-</tt> <tt>.</tt>
9698             (plus, minus and full stop).
9699             <footnote>
9700               <p>
9701                 The characters <tt>@</tt> <tt>:</tt> <tt>=</tt>
9702                 <tt>%</tt> <tt>_</tt> (at, colon, equals, percent
9703                 and underscore) used to be legal and are still
9704                 accepted when found in a package file, but may not be
9705                 used in new packages
9706               </p>
9707             </footnote>
9708           </p>
9709
9710           <p>
9711             They must be at least two characters and must start with
9712             an alphanumeric.  In current versions of dpkg they are
9713             sort of case-sensitive<footnote><p>This is a
9714             bug.</p></footnote>; use lowercase package names unless
9715             the package you're building (or referring to, in other
9716             fields) is already using uppercase.</p>
9717         </sect1>
9718
9719         <sect1 id="pkg-f-Version"><heading><tt>Version</tt>
9720           </heading>
9721
9722           <p>
9723             This lists the source or binary package's version number -
9724             see <ref id="versions">.
9725           </p>
9726
9727         </sect1>
9728
9729         <sect1 id="pkg-f-Architecture"><heading><tt>Architecture</tt>
9730           </heading>
9731
9732           <p>
9733             This is the architecture string; it is a single word for
9734             the Debian architecture.
9735           </p>
9736
9737           <p>
9738             <prgn>dpkg</prgn> will check the declared architecture of
9739             a binary package against its own compiled-in value before
9740             it installs it.
9741           </p>
9742
9743           <p>
9744             The special value <tt>all</tt> indicates that the package
9745             is architecture-independent.
9746           </p>
9747
9748           <p>
9749             In the main <file>debian/control</file> file in the source
9750             package, or in the source package control file
9751             <file>.dsc</file>, a list of architectures (separated by
9752             spaces) is also allowed, as is the special value
9753             <tt>any</tt>.  A list indicates that the source will build
9754             an architecture-dependent package, and will only work
9755             correctly on the listed architectures.  <tt>any</tt>
9756             indicates that though the source package isn't dependent
9757             on any particular architecture and should compile fine on
9758             any one, the binary package(s) produced are not
9759             architecture-independent but will instead be specific to
9760             whatever the current build architecture is.
9761           </p>
9762
9763           <p>
9764             In a <file>.changes</file> file the <tt>Architecture</tt>
9765             field lists the architecture(s) of the package(s)
9766             currently being uploaded.  This will be a list; if the
9767             source for the package is being uploaded too the special
9768             entry <tt>source</tt> is also present.
9769           </p>
9770
9771           <p>
9772             See <ref id="pkg-debianrules"> for information how to get the
9773             architecture for the build process.
9774           </p>
9775         </sect1>
9776
9777         <sect1 id="pkg-f-Maintainer"><heading><tt>Maintainer</tt>
9778           </heading>
9779
9780           <p>
9781             The package maintainer's name and email address.  The name
9782             should come first, then the email address inside angle
9783             brackets <tt>&lt;&gt</tt> (in RFC822 format).
9784           </p>
9785
9786           <p>
9787             If the maintainer's name contains a full stop then the
9788             whole field will not work directly as an email address due
9789             to a misfeature in the syntax specified in RFC822; a
9790             program using this field as an address must check for this
9791             and correct the problem if necessary (for example by
9792             putting the name in round brackets and moving it to the
9793             end, and bringing the email address forward).
9794           </p>
9795
9796           <p>
9797             In a <file>.changes</file> file or parsed changelog data this
9798             contains the name and email address of the person
9799             responsible for the particular version in question - this
9800             may not be the package's usual maintainer.
9801           </p>
9802
9803           <p>
9804             This field is usually optional in as far as the
9805             <prgn>dpkg</prgn> are concerned, but its absence when
9806             building packages usually generates a warning.</p>
9807         </sect1>
9808
9809         <sect1 id="pkg-f-Source"><heading><tt>Source</tt>
9810           </heading>
9811
9812           <p>
9813             This field identifies the source package name.
9814           </p>
9815
9816           <p>
9817             In a main source control information or a
9818             <file>.changes</file> or <file>.dsc</file> file or parsed
9819             changelog data this may contain only the name of the
9820             source package.
9821           </p>
9822
9823           <p>
9824             In the control file of a binary package (or in a
9825             <file>Packages</file> file) it may be followed by a version
9826             number in parentheses.
9827             <footnote>
9828               <p>
9829                 It is usual to leave a space after the package name if
9830                 a version number is specified.
9831               </p>
9832             </footnote> This version number may be omitted (and is, by
9833             <prgn>dpkg-gencontrol</prgn>) if it has the same value as
9834             the <tt>Version</tt> field of the binary package in
9835             question.  The field itself may be omitted from a binary
9836             package control file when the source package has the same
9837             name and version as the binary package.
9838           </p>
9839         </sect1>
9840
9841         <sect1><heading>Package interrelationship fields:
9842             <tt>Depends</tt>, <tt>Pre-Depends</tt>,
9843             <tt>Recommends</tt> <tt>Suggests</tt>, <tt>Conflicts</tt>,
9844             <tt>Provides</tt>, <tt>Replaces</tt>
9845           </heading>
9846
9847           <p>
9848             These fields describe the package's relationships with
9849             other packages.  Their syntax and semantics are described
9850             in <ref id="relationships">.</p>
9851         </sect1>
9852
9853         <sect1 id="pkg-f-Description"><heading><tt>Description</tt>
9854           </heading>
9855
9856           <p>
9857             In a binary package <tt>Packages</tt> file or main source
9858             control file this field contains a description of the
9859             binary package, in a special format.  See <ref
9860             id="descriptions"> for details.
9861           </p>
9862
9863           <p>
9864             In a <file>.changes</file> file it contains a summary of the
9865             descriptions for the packages being uploaded.  The part of
9866             the field before the first newline is empty; thereafter
9867             each line has the name of a binary package and the summary
9868             description line from that binary package.  Each line is
9869             indented by one space.</p>
9870         </sect1>
9871
9872         <sect1 id="pkg-f-Essential"><heading><tt>Essential</tt>
9873           </heading>
9874
9875           <p>
9876             This is a boolean field which may occur only in the
9877             control file of a binary package (or in the
9878             <file>Packages</file> file) or in a per-package fields
9879             paragraph of a main source control data file.
9880           </p>
9881
9882           <p>
9883             If set to <tt>yes</tt> then <prgn>dpkg</prgn> and
9884             <prgn>dselect</prgn> will refuse to remove the package
9885             (though it can be upgraded and/or replaced).  The other
9886             possible value is <tt>no</tt>, which is the same as not
9887             having the field at all.</p>
9888         </sect1>
9889
9890         <sect1 id="pkg-f-classification"><heading><tt>Section</tt> and
9891         <tt>Priority</tt>
9892           </heading>
9893
9894           <p>
9895             These two fields classify the package.  The
9896             <tt>Priority</tt> represents how important that it is that
9897             the user have it installed; the <tt>Section</tt>
9898             represents an application area into which the package has
9899             been classified.
9900           </p>
9901
9902           <p>
9903             When they appear in the <file>debian/control</file> file these
9904             fields give values for the section and priority subfields
9905             of the <tt>Files</tt> field of the <file>.changes</file> file,
9906             and give defaults for the section and priority of the
9907             binary packages.
9908           </p>
9909
9910           <p>
9911             The section and priority are represented, though not as
9912             separate fields, in the information for each file in the
9913             <qref id="pkg-f-Files"><tt>-File</tt></qref>field of a
9914             <file>.changes</file> file.  The section value in a
9915             <file>.changes</file> file is used to decide where to install
9916             a package in the FTP archive.
9917           </p>
9918
9919           <p>
9920             These fields are not used by by <prgn>dpkg</prgn> proper,
9921             but by <prgn>dselect</prgn> when it sorts packages and
9922             selects defaults.  See the Debian policy manual for the
9923             priorities in use and the criteria for selecting the
9924             priority for a Debian package, and look at the Debian FTP
9925             archive for a list of currently in-use priorities.
9926           </p>
9927
9928           <p>
9929             These fields may appear in binary package control files,
9930             in which case they provide a default value in case the
9931             <file>Packages</file> files are missing the information.
9932             <prgn>dpkg</prgn> and <prgn>dselect</prgn> will only use
9933             the value from a <file>.deb</file> file if they have no other
9934             information; a value listed in a <file>Packages</file> file
9935             will always take precedence.  By default
9936             <prgn>dpkg-gencontrol</prgn> does not include the section
9937             and priority in the control file of a binary package - use
9938             the <tt>-isp</tt>, <tt>-is</tt> or <tt>-ip</tt> options to
9939             achieve this effect.</p>
9940         </sect1>
9941
9942         <sect1 id="pkg-f-Binary"><heading><tt>Binary</tt>
9943           </heading>
9944
9945           <p>
9946             This field is a list of binary packages.
9947           </p>
9948
9949           <p>
9950             When it appears in the <file>.dsc</file> file it is the list
9951             of binary packages which a source package can produce.  It
9952             does not necessarily produce all of these binary packages
9953             for every architecture.  The source control file doesn't
9954             contain details of which architectures are appropriate for
9955             which of the binary packages.
9956           </p>
9957
9958           <p>
9959             When it appears in a <file>.changes</file> file it lists the
9960             names of the binary packages actually being uploaded.
9961           </p>
9962
9963           <p>
9964             The syntax is a list of binary packages separated by
9965             commas.
9966             <footnote>
9967               <p>
9968                 A space after each comma is conventional.
9969               </p>
9970             </footnote> Currently the packages must be separated using
9971             only spaces in the <file>.changes</file> file.</p>
9972         </sect1>
9973
9974         <sect1 id="pkg-f-Installed-Size"><heading><tt>Installed-Size</tt>
9975           </heading>
9976
9977           <p>
9978             This field appears in the control files of binary
9979             packages, and in the <file>Packages</file> files.  It gives
9980             the total amount of disk space required to install the
9981             named package.
9982           </p>
9983
9984           <p>
9985             The disk space is represented in kilobytes as a simple
9986             decimal number.</p>
9987         </sect1>
9988
9989         <sect1 id="pkg-f-Files"><heading><tt>Files</tt>
9990           </heading>
9991
9992           <p>
9993             This field contains a list of files with information about
9994             each one.  The exact information and syntax varies with
9995             the context.  In all cases the the part of the field
9996             contents on the same line as the field name is empty.  The
9997             remainder of the field is one line per file, each line
9998             being indented by one space and containing a number of
9999             sub-fields separated by spaces.
10000           </p>
10001
10002           <p>
10003             In the <file>.dsc</file> (Debian source control) file each
10004             line contains the MD5 checksum, size and filename of the
10005             tarfile and (if applicable) diff file which make up the
10006             remainder of the source package.
10007             <footnote>
10008               <p>
10009                 That is, the parts which are not the
10010                 <tt>.dsc</tt>.
10011               </p>
10012             </footnote> The exact forms of the filenames are described
10013             in <ref id="pkg-sourcearchives">.
10014           </p>
10015
10016           <p>
10017             In the <file>.changes</file> file this contains one line per
10018             file being uploaded.  Each line contains the MD5 checksum,
10019             size, section and priority and the filename.  The section
10020             and priority are the values of the corresponding fields in
10021             the main source control file - see <ref
10022             id="pkg-f-classification">.  If no section or priority is
10023             specified then <tt>-</tt> should be used, though section
10024             and priority values must be specified for new packages to
10025             be installed properly.
10026           </p>
10027
10028           <p>
10029             The special value <tt>byhand</tt> for the section in a
10030             <tt>.changes</tt> file indicates that the file in question
10031             is not an ordinary package file and must by installed by
10032             hand by the distribution maintainers.  If the section is
10033             <tt>byhand</tt> the priority should be <tt>-</tt>.
10034           </p>
10035
10036           <p>
10037             If a new Debian revision of a package is being shipped and
10038             no new original source archive is being distributed the
10039             <tt>.dsc</tt> must still contain the <tt>Files</tt> field
10040             entry for the original source archive
10041             <file><var>package</var>-<var>upstream-version</var>.orig.tar.gz</file>,
10042             but the <file>.changes</file> file should leave it out.  In
10043             this case the original source archive on the distribution
10044             site must match exactly, byte-for-byte, the original
10045             source archive which was used to generate the
10046             <file>.dsc</file> file and diff which are being uploaded.</p>
10047         </sect1>
10048
10049
10050         <sect1
10051         id="pkg-f-Standards-Version"><heading><tt>Standards-Version</tt>
10052           </heading>
10053
10054           <p>
10055             The most recent version of the standards (the
10056             <prgn>dpkg</prgn> programmers' and policy manuals and
10057             associated texts) with which the package complies.  This
10058             is updated manually when editing the source package to
10059             conform to newer standards; it can sometimes be used to
10060             tell when a package needs attention.
10061           </p>
10062
10063           <p>
10064             Its format is the same as that of a version number except
10065             that no epoch or Debian revision is allowed - see <ref
10066             id="versions">.</p>
10067         </sect1>
10068
10069
10070         <sect1 id="pkg-f-Distribution"><heading><tt>Distribution</tt>
10071           </heading>
10072
10073           <p>
10074             In a <file>.changes</file> file or parsed changelog output
10075             this contains the (space-separated) name(s) of the
10076             distribution(s) where this version of the package should
10077             be or was installed.  Distribution names follow the rules
10078             for package names.  (See <ref id="pkg-f-Package">).
10079           </p>
10080
10081           <p>
10082             Current distribution values are:
10083           <taglist>
10084             <tag><em>stable</em></tag>
10085             <item>
10086               <p>
10087                 This is the current `released' version of Debian
10088                 GNU/Linux.  A new version is released approximately
10089                 every 3 months after the <em>development</em> code has
10090                 been <em>frozen</em> for a month of testing.  Once the
10091                 distribution is <em>stable</em> only major bug fixes
10092                 are allowed. When changes are made to this
10093                 distribution, the release number is increased
10094                 (for example: 1.2r1 becomes 1.2r2 then 1.2r3, etc).
10095               </p>
10096             </item>
10097
10098             <tag><em>unstable</em></tag>
10099             <item>
10100               <p>
10101                 This distribution value refers to the
10102                 <em>developmental</em> part of the Debian distribution
10103                 tree. New packages, new upstream versions of packages
10104                 and bug fixes go into the <em>unstable</em> directory
10105                 tree. Download from this distribution at your own
10106                 risk.</p>
10107             </item>
10108
10109             <tag><em>contrib</em></tag>
10110             <item>
10111               <p>
10112                 The packages with this distribution value do not meet
10113                 the criteria for inclusion in the main Debian
10114                 distribution as defined by the Policy Manual, but meet
10115                 the criteria for the <em>contrib</em>
10116                 Distribution. There is currently no distinction
10117                 between stable and unstable packages in the
10118                 <em>contrib</em> or <em>non-free</em>
10119                 distributions. Use your best judgement in downloading
10120                 from this Distribution.</p>
10121             </item>
10122
10123             <tag><em>non-free</em></tag>
10124             <item>
10125               <p>
10126                 Like the packages in the <em>contrib</em> seciton,
10127                 the packages in <em>non-free</em> do not meet the
10128                 criteria for inclusion in the main Debian distribution
10129                 as defined by the Policy Manual. Again, use your best
10130                 judgement in downloading from this Distribution.</p>
10131
10132             <tag><em>experimental</em></tag>
10133             <item>
10134               <p>
10135                 The packages with this distribution value are deemed
10136                 by their maintainers to be high risk. Oftentimes they
10137                 represent early beta or developmental packages from
10138                 various sources that the maintainers want people to
10139                 try, but are not ready to be a part of the other parts
10140                 of the Debian distribution tree. Download at your own
10141                 risk.</p>
10142             </item>
10143
10144             <tag><em>frozen</em></tag>
10145             <item>
10146               <p>
10147                 From time to time, (currently, every 3 months) the
10148                 <em>unstable</em> distribution enters a state of
10149                 `code-freeze' in anticipation of release as a
10150                 <em>stable</em> version. During this period of testing
10151                 (usually 4 weeks) only fixes for existing or
10152                 newly-discovered bugs will be allowed.
10153               </p>
10154             </item>
10155           </taglist> You should list <em>all</em> distributions that
10156           the package should be installed into. Except in unusual
10157           circumstances, installations to <em>stable</em> should also
10158           go into <em>frozen</em> (if it exists) and
10159           <em>unstable</em>. Likewise, installations into
10160           <em>frozen</em> should also go into <em>unstable</em>.</p>
10161         </sect1>
10162
10163         <sect1 id="pkg-f-Urgency"><heading><tt>Urgency</tt>
10164           </heading>
10165
10166           <p>
10167             This is a description of how important it is to upgrade to
10168             this version from previous ones.  It consists of a single
10169             keyword usually taking one of the values <tt>LOW</tt>,
10170             <tt>MEDIUM</tt> or <tt>HIGH</tt>) followed by an optional
10171             commentary (separated by a space) which is usually in
10172             parentheses.  For example:
10173             <example>
10174   Urgency: LOW (HIGH for diversions users)
10175             </example>
10176           </p>
10177
10178           <p>
10179             This field appears in the <file>.changes</file> file and in
10180             parsed changelogs; its value appears as the value of the
10181             <tt>urgency</tt> attribute in a <prgn>dpkg</prgn>-style
10182             changelog (see <ref id="pkg-dpkgchangelog">).
10183           </p>
10184
10185           <p>
10186             Urgency keywords are not case-sensitive.</p>
10187         </sect1>
10188
10189         <sect1 id="pkg-f-Date"><heading><tt>Date</tt>
10190           </heading>
10191
10192           <p>
10193             In <tt>.changes</tt> files and parsed changelogs, this
10194             gives the date the package was built or last edited.</p>
10195         </sect1>
10196
10197         <sect1 id="pkg-f-Format"><heading><tt>Format</tt>
10198           </heading>
10199
10200           <p>
10201             This field occurs in <file>.changes</file> files, and
10202             specifies a format revision for the file.  The format
10203             described here is version <tt>1.5</tt>.  The syntax of the
10204             format value is the same as that of a package version
10205             number except that no epoch or Debian revision is allowed
10206             - see <ref id="versions">.</p>
10207         </sect1>
10208
10209         <sect1 id="pkg-f-Changes"><heading><tt>Changes</tt>
10210           </heading>
10211
10212           <p>
10213             In a <file>.changes</file> file or parsed changelog this field
10214             contains the human-readable changes data, describing the
10215             differences between the last version and the current one.
10216           </p>
10217
10218           <p>
10219             There should be nothing in this field before the first
10220             newline; all the subsequent lines must be indented by at
10221             least one space; blank lines must be represented by a line
10222             consiting only of a space and a full stop.
10223           </p>
10224
10225           <p>
10226             Each version's change information should be preceded by a
10227             `title' line giving at least the version, distribution(s)
10228             and urgency, in a human-readable way.
10229           </p>
10230
10231           <p>
10232             If data from several versions is being returned the entry
10233             for the most recent version should be returned first, and
10234             entries should be separated by the representation of a
10235             blank line (the `title' line may also be followed by the
10236             representation of blank line).</p>
10237         </sect1>
10238
10239         <sect1 id="pkg-f-Filename"><heading><tt>Filename</tt> and
10240         <tt>MSDOS-Filename</tt>
10241           </heading>
10242
10243           <p>
10244             These fields in <tt>Packages</tt> files give the
10245             filename(s) of (the parts of) a package in the
10246             distribution directories, relative to the root of the
10247             Debian hierarchy.  If the package has been split into
10248             several parts the parts are all listed in order, separated
10249             by spaces.</p>
10250         </sect1>
10251
10252         <sect1 id="pkg-f-Size"><heading><tt>Size</tt> and <tt>MD5sum</tt>
10253           </heading>
10254
10255           <p>
10256             These fields in <file>Packages</file> files give the size (in
10257             bytes, expressed in decimal) and MD5 checksum of the
10258             file(s) which make(s) up a binary package in the
10259             distribution.  If the package is split into several parts
10260             the values for the parts are listed in order, separated by
10261             spaces.</p>
10262         </sect1>
10263
10264         <sect1 id="pkg-f-Status"><heading><tt>Status</tt>
10265           </heading>
10266
10267           <p>
10268             This field in <prgn>dpkg</prgn>'s status file records
10269             whether the user wants a package installed, removed or
10270             left alone, whether it is broken (requiring
10271             reinstallation) or not and what its current state on the
10272             system is.  Each of these pieces of information is a
10273             single word.</p>
10274         </sect1>
10275
10276         <sect1 id="pkg-f-Config-Version"><heading><tt>Config-Version</tt>
10277           </heading>
10278
10279           <p>
10280             If a package is not installed or not configured, this
10281             field in <prgn>dpkg</prgn>'s status file records the last
10282             version of the package which was successfully
10283             configured.</p>
10284         </sect1>
10285
10286         <sect1 id="pkg-f-Conffiles"><heading><tt>Conffiles</tt>
10287           </heading>
10288
10289           <p>
10290             This field in <prgn>dpkg</prgn>'s status file contains
10291             information about the automatically-managed configuration
10292             files held by a package.  This field should <em>not</em>
10293             appear anywhere in a package!</p>
10294         </sect1>
10295
10296         <sect1><heading>Obsolete fields
10297           </heading>
10298
10299           <p>
10300             These are still recognised by <prgn>dpkg</prgn> but should
10301             not appear anywhere any more.
10302             <taglist compact="compact">
10303
10304               <tag><tt>Revision</tt></tag>
10305               <tag><tt>Package-Revision</tt></tag>
10306               <tag><tt>Package_Revision</tt></tag>
10307               <item>
10308                 <p>
10309                   The Debian revision part of the package version was
10310                   at one point in a separate control file field.  This
10311                   field went through several names.</p>
10312               </item>
10313
10314               <tag><tt>Recommended</tt></tag>
10315               <item><p>Old name for <tt>Recommends</tt></p>
10316               </item>
10317
10318               <tag><tt>Optional</tt></tag>
10319               <item><p>Old name for <tt>Suggests</tt>.</p>
10320               </item>
10321               <tag><tt>Class</tt></tag>
10322               <item><p>Old name for <tt>Priority</tt>.</p>
10323               </item>
10324             </taglist>
10325           </p>
10326         </sect1>
10327       </sect>
10328     </appendix>
10329
10330     <appendix id="pkg-conffiles"><heading>Configuration file handling
10331     (from old Packaging Manual)
10332       </heading>
10333
10334       <p>
10335         <prgn>dpkg</prgn> can do a certain amount of automatic
10336         handling of package configuration files.
10337       </p>
10338
10339       <p>
10340         Whether this mechanism is appropriate depends on a number of
10341         factors, but basically there are two approaches to any
10342         particular configuration file.
10343       </p>
10344
10345       <p>
10346         The easy method is to ship a best-effort configuration in the
10347         package, and use <prgn>dpkg</prgn>'s conffile mechanism to
10348         handle updates.  If the user is unlikely to want to edit the
10349         file, but you need them to be able to without losing their
10350         changes, and a new package with a changed version of the file
10351         is only released infrequently, this is a good approach.
10352       </p>
10353
10354       <p>
10355         The hard method is to build the configuration file from
10356         scratch in the <prgn>postinst</prgn> script, and to take the
10357         responsibility for fixing any mistakes made in earlier
10358         versions of the package automatically.  This will be
10359         appropriate if the file is likely to need to be different on
10360         each system.
10361       </p>
10362
10363       <sect><heading>Automatic handling of configuration files by
10364       <prgn>dpkg</prgn>
10365         </heading>
10366
10367         <p>
10368           A package may contain a control area file called
10369           <tt>conffiles</tt>.  This file should be a list of filenames
10370           of configuration files needing automatic handling, separated
10371           by newlines.  The filenames should be absolute pathnames,
10372           and the files referred to should actually exist in the
10373           package.
10374         </p>
10375
10376         <p>
10377           When a package is upgraded <prgn>dpkg</prgn> will process
10378           the configuration files during the configuration stage,
10379           shortly before it runs the package's <prgn>postinst</prgn>
10380           script,
10381         </p>
10382
10383         <p>
10384           For each file it checks to see whether the version of the
10385           file included in the package is the same as the one that was
10386           included in the last version of the package (the one that is
10387           being upgraded from); it also compares the version currently
10388           installed on the system with the one shipped with the last
10389           version.
10390         </p>
10391
10392         <p>
10393           If neither the user nor the package maintainer has changed
10394           the file, it is left alone.  If one or the other has changed
10395           their version, then the changed version is preferred - i.e.,
10396           if the user edits their file, but the package maintainer
10397           doesn't ship a different version, the user's changes will
10398           stay, silently, but if the maintainer ships a new version
10399           and the user hasn't edited it the new version will be
10400           installed (with an informative message).  If both have
10401           changed their version the user is prompted about the problem
10402           and must resolve the differences themselves.
10403         </p>
10404
10405         <p>
10406           The comparisons are done by calculating the MD5 message
10407           digests of the files, and storing the MD5 of the file as it
10408           was included in the most recent version of the package.
10409         </p>
10410
10411         <p>
10412           When a package is installed for the first time
10413           <prgn>dpkg</prgn> will install the file that comes with it,
10414           unless that would mean overwriting a file already on the
10415           filesystem.
10416         </p>
10417
10418         <p>
10419           However, note that <prgn>dpkg</prgn> will <em>not</em>
10420           replace a conffile that was removed by the user (or by a
10421           script).  This is necessary because with some programs a
10422           missing file produces an effect hard or impossible to
10423           achieve in another way, so that a missing file needs to be
10424           kept that way if the user did it.
10425         </p>
10426
10427         <p>
10428           Note that a package should <em>not</em> modify a
10429           <prgn>dpkg</prgn>-handled conffile in its maintainer
10430           scripts.  Doing this will lead to <prgn>dpkg</prgn> giving
10431           the user confusing and possibly dangerous options for
10432           conffile update when the package is upgraded.</p>
10433       </sect>
10434
10435       <sect><heading>Fully-featured maintainer script configuration
10436       handling
10437         </heading>
10438
10439         <p>
10440           For files which contain site-specific information such as
10441           the hostname and networking details and so forth, it is
10442           better to create the file in the package's
10443           <prgn>postinst</prgn> script.
10444         </p>
10445
10446         <p>
10447           This will typically involve examining the state of the rest
10448           of the system to determine values and other information, and
10449           may involve prompting the user for some information which
10450           can't be obtained some other way.
10451         </p>
10452
10453         <p>
10454           When using this method there are a couple of important
10455           issues which should be considered:
10456         </p>
10457
10458         <p>
10459           If you discover a bug in the program which generates the
10460           configuration file, or if the format of the file changes
10461           from one version to the next, you will have to arrange for
10462           the postinst script to do something sensible - usually this
10463           will mean editing the installed configuration file to remove
10464           the problem or change the syntax.  You will have to do this
10465           very carefully, since the user may have changed the file,
10466           perhaps to fix the very problem that your script is trying
10467           to deal with - you will have to detect these situations and
10468           deal with them correctly.
10469         </p>
10470
10471         <p>
10472           If you do go down this route it's probably a good idea to
10473           make the program that generates the configuration file(s) a
10474           separate program in <file>/usr/sbin</file>, by convention called
10475           <file><var>package</var>config</file> and then run that if
10476           appropriate from the post-installation script.  The
10477           <tt><var>package</var>config</tt> program should not
10478           unquestioningly overwrite an existing configuration - if its
10479           mode of operation is geared towards setting up a package for
10480           the first time (rather than any arbitrary reconfiguration
10481           later) you should have it check whether the configuration
10482           already exists, and require a <tt>--force</tt> flag to
10483           overwrite it.</p></sect>
10484     </appendix>
10485
10486     <appendix id="pkg-alternatives"><heading>Alternative versions of
10487         an interface - <prgn>update-alternatives</prgn> (from old
10488     Packaging Manual)
10489       </heading>
10490
10491       <p>
10492         When several packages all provide different versions of the
10493         same program or file it is useful to have the system select a
10494         default, but to allow the system administrator to change it
10495         and have their decisions respected.
10496       </p>
10497
10498       <p>
10499         For example, there are several versions of the <prgn>vi</prgn>
10500         editor, and there is no reason to prevent all of them from
10501         being installed at once, each under their own name
10502         (<prgn>nvi</prgn>, <prgn>vim</prgn> or whatever).
10503         Nevertheless it is desirable to have the name <tt>vi</tt>
10504         refer to something, at least by default.
10505       </p>
10506
10507       <p>
10508         If all the packages involved cooperate, this can be done with
10509         <prgn>update-alternatives</prgn>.
10510       </p>
10511
10512       <p>
10513         Each package provides its own version under its own name, and
10514         calls <prgn>update-alternatives</prgn> in its postinst to
10515         register its version (and again in its prerm to deregister
10516         it).
10517       </p>
10518
10519       <p>
10520         See the manpage <manref name="update-alternatives"
10521         section="8"> for details.
10522       </p>
10523
10524       <p>
10525         If <prgn>update-alternatives</prgn> does not seem appropriate
10526         you may wish to consider using diversions instead.</p>
10527     </appendix>
10528
10529     <appendix id="pkg-diversions"><heading>Diversions - overriding a
10530     package's version of a file (from old Packaging Manual)
10531       </heading>
10532
10533       <p>
10534         It is possible to have <prgn>dpkg</prgn> not overwrite a file
10535         when it reinstalls the package it belongs to, and to have it
10536         put the file from the package somewhere else instead.
10537       </p>
10538
10539       <p>
10540         This can be used locally to override a package's version of a
10541         file, or by one package to override another's version (or
10542         provide a wrapper for it).
10543       </p>
10544
10545       <p>
10546         Before deciding to use a diversion, read <ref
10547         id="pkg-alternatives"> to see if you really want a diversion
10548         rather than several alternative versions of a program.
10549       </p>
10550
10551       <p>
10552         There is a diversion list, which is read by <prgn>dpkg</prgn>,
10553         and updated by a special program <prgn>dpkg-divert</prgn>.
10554         Please see <manref name="dpkg-divert" section="8"> for full
10555         details of its operation.
10556       </p>
10557
10558       <p>
10559         When a package wishes to divert a file from another, it should
10560         call <prgn>dpkg-divert</prgn> in its preinst to add the
10561         diversion and rename the existing file.  For example,
10562         supposing that a <prgn>smailwrapper</prgn> package wishes to
10563         install a wrapper around <file>/usr/sbin/smail</file>:
10564         <example>
10565   if [ install = "$1"  ]; then
10566      dpkg-divert --package smailwrapper --add --rename \
10567         --divert /usr/sbin/smail.real /usr/sbin/smail
10568   fi
10569         </example> Testing <tt>$1</tt> is necessary so that the script
10570         doesn't try to add the diversion again when
10571         <prgn>smailwrapper</prgn> is upgraded.  The <tt>--package
10572         smailwrapper</tt> ensures that <prgn>smailwrapper</prgn>'s
10573         copy of <file>/usr/sbin/smail</file> can bypass the diversion and
10574         get installed as the true version.
10575       </p>
10576
10577       <p>
10578         The postrm has to do the reverse:
10579         <example>
10580   if [ remove = "$1" ]; then
10581      dpkg-divert --package smailwrapper --remove --rename \
10582         --divert /usr/sbin/smail.real /usr/sbin/smail
10583   fi
10584         </example>
10585       </p>
10586
10587       <p>
10588         Do not attempt to divert a file which is vitally important for
10589         the system's operation - when using <prgn>dpkg-divert</prgn>
10590         there is a time, after it has been diverted but before
10591         <prgn>dpkg</prgn> has installed the new version, when the file
10592         does not exist.</p>
10593     </appendix>
10594
10595   </book>
10596 </debiandoc>