]> git.donarmstrong.com Git - debian/debian-policy.git/blob - upgrading-checklist.sgml
Policy: [9.2.2] document 32-bit uids
[debian/debian-policy.git] / upgrading-checklist.sgml
1 <!doctype debiandoc system>
2
3 <debiandoc>
4   <book> 
5     <title> Policy checklist for upgrading your packages </title>
6       <author> Bill Allombert <email/ballombe@debian.org/ </author>
7       <author> Josip Rodin </author>
8       <author> Julian Gilbey </author>
9       <author> Russ Allbery <email/rra@debian.org/ </author>
10       <author> Manoj Srivastava <email/srivasta@debian.org/
11
12 <chapt> About the checklist
13 <p>
14 The checklist below has been created to simplify the upgrading process
15 of old packages.  Note that this list is not "official"; it simply
16 gives an indication of what has changed and whether you are likely to
17 need to make changes to your package in light of this.  If you have
18 doubts about a certain topic, if you need more details, or if you
19 think some other package does not comply with policy, please refer to
20 the Policy Manual itself.  All of the changes from version 3.0.0
21 onwards indicate which section of the Policy Manual discusses the
22 issue: [3.4] means section 3.4.  The section numbering changed when
23 the packaging manual was incorporated into policy; the section numbers
24 used below refer to the current version.
25 <p>
26 Here is how the check list works: Check which policy version your
27 package was checked against last (indicated in the "Standards-Version"
28 field of the source package).  Then move upwards until the top and
29 check which of the items on the list might concern your package.  Note
30 which sections of policy discuss this, and then check out the Policy
31 Manual for details.  If you are upgrading from Policy version &lt; 2.5.0,
32 it may be easier to check through the whole of policy instead of
33 picking your way through this list.
34
35 <chapt> The checklist
36
37 <sect id="3.9.7.0"> Version 3.9.7.0
38 <p>
39
40 Released xxx, 2015.
41
42 </p><p><taglist>
43 <tag>10.5</tag>
44   <item> Symbolic links must not traverse above the root directory.
45   </item>
46 <tag>9.2.2</tag>
47   <item> 32bit UIDs in the range 65536-4294967293 are reserved for dynamically
48   allocated user accounts.
49   </item> </taglist></p>
50
51 <sect id="3.9.6.0"> Version 3.9.6.0
52 <p>
53
54 Released September, 2014.
55
56 </p><p><taglist>
57 <tag>9.1</tag>
58   <item> The FHS is relaxed to allow a subdirectory of <file>/usr/lib</file>
59   to hold a mixture of architecture-independent and architecture-dependent
60   files, though directories entirely composed of architecture-independent files
61   should be located in <file>/usr/share</file>.
62   </item>
63 <tag>9.1</tag>
64   <item>The FHS requirement for <file>/usr/local/lib64</file> to exist
65   if <file>/lib64</file> or <file>/usr/lib64</file> exists is removed.
66   </item>
67 <tag>9.1</tag>
68   <item> An FHS exception has been granted for multiarch include files,
69   permitting header files to instead be installed to
70   <file>/usr/include/triplet</file>.
71   </item>
72 <tag>10.1</tag>
73   <item> Binaries must not be statically linked with the GNU C library,
74   see policy for exceptions.
75   </item>
76 <tag>4.4</tag>
77   <item> It is clarified that signature appearing in debian/changelog should be
78   the details of the person who prepared this release of the package.
79   </item>
80 <tag>11.5</tag>
81   <item> The default web document root is now <file>/var/www/html</file>
82   </item>
83 <tag>virtual</tag>
84   <item><tt>java1-runtime</tt> and <tt>java2-runtime</tt> are removed,
85   <tt>javaN-runtime</tt> and <tt>javaN-runtime-headless</tt> are added
86   for all N between 5 and 9.
87   </item>
88 <tag>virtual</tag>
89   <item>Added <tt>httpd-wsgi</tt> for WSGI capable HTTP servers.
90   </item>
91 <tag>perl</tag>
92   <item> Perl packages should use the <tt>%Config</tt> hash to locate module
93          paths instead of hardcoding paths in <tt>@INC</tt>.
94   </item>
95 <tag>perl</tag>
96   <item> Perl binary modules and any modules installed into
97          <tt>$Config{vendorarch}</tt> must depend on the relevant
98          <package>perlapi-*</package> package.
99   </item> </taglist></p>
100
101 <sect id="3.9.5.0"> Version 3.9.5.0
102 <p>
103
104 Released October, 2013.
105
106 </p><p><taglist>
107 <tag>5.1</tag>
108   <item>Control data fields must not start with the hyphen character
109   (<tt>-</tt>), to avoid potential confusions when parsing clearsigned control
110   data files that were not properly unescaped.
111   </item>
112 <tag>5.4, 5.6.24</tag>
113   <item><tt>Checksums-Sha1</tt> and <tt>Checksums-Sha256</tt> are now
114   mandatory in <file>.dsc</file> files.
115   </item>
116 <tag>5.6.25, 5.8.1</tag>
117   <item>The <tt>DM-Upload-Allowed</tt> field is obsolete.  Permissions
118   are now granted via <em>dak-commands</em> files.
119 <tag>5.6.27</tag>
120   <item>New section documenting the <tt>Package-List</tt> field in Debian
121   source control files.
122   </item>
123 <tag>5.6.28</tag>
124   <item>New section documenting the <tt>Package-Type</tt> field in source
125   package control files.
126   </item>
127 <tag>5.6.29</tag>
128   <item>New section documenting the <tt>Dgit</tt> field in Debian
129   source control files.
130   </item>
131 <tag>9.1.1.8</tag>
132   <item>The exception to the FHS for the <file>/selinux</file> was removed.
133   </item>
134 <tag>10.7.3</tag>
135   <item>Packages should remove all obsolete configuration files without
136   local changes during upgrades.  The <prgn>dpkg-maintscript-helper</prgn>
137   tool, available from the <package>dpkg</package> package since
138   <em>Wheezy</em>, can help with this.
139   </item>
140 <tag>10.10</tag>
141   <item>The name of the files and directories installed by binary packages
142   must be encoded in UTF-8 and should be restricted to ASCII when possible.
143   In the system PATH, they must be restricted to ASCII.
144   </item>
145 <tag>11.5.2</tag>
146   <item>Stop recommending to serve HTML documents from
147   <file>/usr/share/doc/<var>package</var></file>.
148   </item>
149 <tag>12.2</tag>
150   <item>Packages distributing Info documents should use
151   <package>install-info</package>'s trigger, and do not need anymore
152   to depend on <tt>dpkg (>= 1.15.4) | install-info</tt>.
153   </item>
154 <tag>debconf</tag>
155   <item>The <tt>escape</tt> capability is now documented.
156   </item>
157 <tag>virtual</tag>
158   <item><tt>mp3-decoder</tt> and <tt>mp3-encoder</tt> are removed.</item>
159 </taglist></p>
160
161 <sect id="3.9.4.0"> Version 3.9.4.0
162 <p>
163
164 Released August, 2012.
165
166 </p><p><taglist>
167 <tag>2.4</tag>
168   <item>New <em>tasks</em> archive section.
169   </item>
170 <tag>4.9</tag>
171   <item><tt>build-arch</tt> and <tt>build-indep</tt> are now mandatory
172   targets in <file>debian/rules</file>.
173   </item>
174 <tag>5.6.26</tag>
175   <item>New section documenting the <tt>Vcs-*</tt> fields, which are
176   already in widespread use.  Note the mechanism for specifying the Git
177   branch used for packaging in the Vcs-Git field.
178   </item>
179 <tag>7.1</tag>
180   <item>The deprecated relations &lt; and &gt; now must not be used.
181   </item>
182 <tag>7.8</tag>
183   <item>New <tt>Built-Using</tt> field, which must be used to document the
184   source packages for any binaries that are incorporated into this package
185   at build time.  This is used to ensure that the archive meets license
186   requirements for providing source for all binaries.
187   </item>
188 <tag>8.6</tag>
189   <item>Policy for dependencies between shared libraries and other
190   packages has been largely rewritten to document the <tt>symbols</tt>
191   system and more clearly document handling of shared library ABI
192   changes.  <file>symbols</file> files are now recommended
193   over <file>shlibs</file> files in most situations.  All maintainers of
194   shared library packages should review the entirety of this section.
195   </item>
196 <tag>9.1.1</tag>
197   <item>Packages must not assume the <file>/run</file> directory exists or
198   is usable without a dependency on <tt>initscripts (>= 2.88dsf-13.3)</tt>
199   until the stable release of Debian supports <file>/run</file>.
200   </item>
201 <tag>9.7</tag>
202   <item>Packages including MIME configuration can now rely on triggers and
203   do not need to call update-mime.</item>
204 <tag>9.11</tag>
205   <item>New section documenting general requirements for alternate init
206   systems and specific requirements for integrating with upstart.
207   </item>
208 <tag>12.5</tag>
209   <item>All copyright files must be encoded in UTF-8.
210   </item>
211 </taglist></p>
212
213 <sect id="3.9.3.0"> Version 3.9.3.0
214 <p>
215
216 Released February, 2012.
217
218 </p><p><taglist>
219 <tag>2.4</tag>
220   <item>New archive sections <em>education</em>, <em>introspection</em>,
221   and <em>metapackages</em> added.
222   </item>
223 <tag>5.6.8</tag>
224   <item>The <tt>Architecture</tt> field in <file>*.dsc</file> files may
225   now contain the value <tt>any all</tt> for source packages building both
226   architecture-independent and architecture-dependent packages.
227   </item>
228 <tag>7.1</tag>
229   <item>If a dependency is restricted to particular architectures, the
230   list of architectures must be non-empty.
231   </item>
232 <tag>9.1.1</tag>
233   <item><file>/run</file> is allowed as an exception to the FHS and
234   replaces <file>/var/run</file>.  <file>/run/lock</file>
235   replaces <file>/var/lock</file>.  The FHS requirements for the older
236   directories apply to these directories as well.  Backward compatibility
237   links will be maintained and packages need not switch to
238   referencing <file>/run</file> directly yet.  Files in <file>/run</file>
239   should be stored in a temporary file system.
240   </item>
241 <tag>9.1.4</tag>
242   <item>New section spelling out the requirements for packages that use
243   files in <file>/run</file>, <file>/var/run</file>,
244   or <file>/var/lock</file>.  This generalizes information previously only
245   in 9.3.2.
246   </item>
247 <tag>9.5</tag>
248   <item>Cron job file names must not contain <tt>.</tt> or <tt>+</tt> or
249   they will be ignored by cron.  They should replace those characters
250   with <tt>_</tt>.  If a package provides multiple cron job files in the
251   same directory, they should each start with the package name (possibly
252   modified as above), <tt>-</tt>, and then some suitable suffix.
253   </item>
254 <tag>9.10</tag>
255   <item>Packages using doc-base do not need to call install-docs anymore.
256   </item>
257 <tag>10.7.4</tag>
258   <item>Packages that declare the same <tt>conffile</tt> may see left-over
259   configuration files from each other even if they conflict.
260   </item>
261 <tag>11.8</tag>
262   <item>The Policy rules around Motif libraries were just a special case
263   of normal rules for non-free dependencies and were largely obsolete, so
264   they have been removed.
265   </item>
266 <tag>12.5</tag>
267   <item><file>debian/copyright</file> is no longer required to list the
268   Debian maintainers involved in the creation of the package (although
269   note that the requirement to list copyright information is unchanged).
270   </item>
271 <tag>copyright-format</tag>
272   <item>Version 1.0 of the "Machine-readable <file>debian/copyright</file>
273   file" specification is included.
274   </item>
275 <tag>mime</tag>
276   <item>This separate document has been retired and and its (short)
277   contents merged into Policy section 9.7.  There are no changes to the
278   requirements.
279   </item>
280 <tag>perl</tag>
281   <item>Packages may declare an interest in the <var>perl-major-upgrade</var> 
282   trigger to be notified of major upgrades of perl.
283   </item>
284 <tag>virtual</tag>
285   <item><tt>ttf-japanese-{mincho, gothic}</tt> is renamed to 
286         <tt>fonts-japanese-{mincho, gothic}</tt>.
287   </item>
288 </taglist></p>
289
290 <sect id="3.9.2.0"> Version 3.9.2.0
291 <p>
292
293 Released April, 2011.
294
295 </p><p><taglist>
296 <tag>*</tag>
297   <item>Multiple clarifications throughout Policy where "installed" was
298   used and the more precise terms "unpacked" or "configured" were
299   intended.
300   </item>
301 <tag>3.3</tag>
302   <item>The maintainer address must accept mail from Debian role accounts
303   and the BTS.  At least one human must be listed with their personal
304   email address in <tt>Uploaders</tt> if the maintainer is a shared email
305   address.  The duties of a maintainer are also clearer.
306   </item>
307 <tag>5</tag>
308   <item>All control fields are now classified as simple, folded, or
309   multiline, which governs whether their values must be a single line or
310   may be continued across multiple lines and whether line breaks are
311   significant.
312   </item>
313 <tag>5.1</tag>
314   <item>Parsers are allowed to accept paragraph separation lines
315   containing whitespace, but control files should use completely empty
316   lines.  Ordering of paragraphs is significant.  Field names must be
317   composed of printable ASCII characters except colon and must not begin
318   with #.
319   </item>
320 <tag>5.6.25</tag>
321   <item>The <tt>DM-Upload-Allowed</tt> field is now documented.
322   </item>
323 <tag>6.5</tag>
324   <item>The system state maintainer scripts can rely upon during each
325   possible invocation is now documented.  In several less-common cases,
326   this is stricter than Policy had previously documented.  Packages with
327   complex maintainer scripts should be reviewed in light of this new
328   documentation.
329   </item>
330 <tag>7.2</tag>
331   <item>The impact on system state when maintainer scripts that are part
332   of a circular dependency are run is now documented.  Circular
333   dependencies are now a should not.
334   </item>
335 <tag>7.2</tag>
336   <item>The system state when <prgn>postinst</prgn> and <prgn>prerm</prgn>
337   scripts are run is now documented, and the documentation of the special
338   case of dependency state for <prgn>postrm</prgn> scripts has been
339   improved.  <prgn>postrm</prgn> scripts are required to gracefully skip
340   actions if their dependencies are not available.
341   </item>
342 <tag>9.1.1</tag>
343   <item>GNU/Hurd systems are allowed <file>/hurd</file>
344   and <file>/servers</file> directories in the root filesystem.
345   </item>
346 <tag>9.1.1</tag>
347   <item>Packages installing to architecture-specific subdirectories of
348   <file>/usr/lib</file> must use the value returned by
349   <prgn>dpkg-architecture -qDEB_HOST_MULTIARCH</prgn>, not by
350   <prgn>dpkg-architecture -qDEB_HOST_GNU_TYPE</prgn>; this is a path change
351   on i386 architectures and a no-op for other architectures.
352   </item>
353 <tag>virtual</tag>
354   <item><tt>mailx</tt> is now a virtual package provided by packages that
355   install <prgn>/usr/bin/mailx</prgn> and implement at least the
356   POSIX-required interface.
357   </item>
358 </taglist></p>
359
360 <sect id="3.9.1.0"> Version 3.9.1.0
361 <p>
362
363 Released July, 2010.
364
365 </p><p><taglist>
366 <tag>3.2.1</tag>
367   <item>Date-based version components should be given as the four-digit
368   year, two-digit month, and then two-digit day, but may have embedded
369   punctuation.
370   </item>
371 <tag>3.9</tag>
372   <item>Maintainer scripts must pass <tt>--package</tt>
373   to <prgn>dpkg-divert</prgn> when creating or removing diversions and
374   must not use <tt>--local</tt>.
375   </item>
376 <tag>4.10</tag>
377   <item>Only <prgn>dpkg-gencontrol</prgn> supports variable substitution.
378   <prgn>dpkg-genchanges</prgn> (for <file>*.changes</file>)
379   and <prgn>dpkg-source</prgn> (for <file>*.dsc</file>) do not.
380   </item>
381 <tag>7.1</tag>
382   <item>Architecture restrictions and wildcards are also allowed in binary
383   package relationships provided that the binary package is not
384   architecture-independent.
385   </item>
386 <tag>7.4</tag>
387   <item><tt>Conflicts</tt> and <tt>Breaks</tt> should only be used when
388   there are file conflicts or one package breaks the other, not just
389   because two packages provide similar functionality but don't interfere.
390   </item>
391 <tag>8.1</tag>
392   <item>The SONAME of a library should change whenever the ABI of the
393   library changes in a way that isn't backward-compatible.  It should not
394   change if the library ABI changes are backward-compatible.  Discourage
395   bundling shared libraries together in one package.
396   </item>
397 <tag>8.4</tag>
398   <item>Ada Library Information (<file>*.ali</file>) files must be
399   installed read-only.
400   </item>
401 <tag>8.6.1, 8.6.2, 8.6.5</tag>
402   <item>Packages should normally not include a <file>shlibs.local</file>
403   file since we now have complete <file>shlibs</file> coverage.
404   </item>
405 <tag>8.6.3</tag>
406   <item>The SONAME of a library may instead be of the
407   form <tt><var>name</var>-<var>major-version</var>.so</tt>.
408   </item>
409 <tag>10.2</tag>
410   <item>Libtool <file>.la</file> files should not be installed for public
411   libraries.  If they're required (for <tt>libltdl</tt>, for instance),
412   the <tt>dependency_libs</tt> setting should be emptied.  Library
413   packages historically including <file>.la</file> files must continue to
414   include them (with <tt>dependency_libs</tt> emptied) until all libraries
415   that depend on that library have removed or emptied
416   their <file>.la</file> files.
417   </item>
418 <tag>10.2</tag>
419   <item>Libraries no longer need to be built with <tt>-D_REENTRANT</tt>,
420   which was an obsolete LinuxThreads requirement.  Instead, say explicitly
421   that libraries should be built with threading support and to be
422   thread-safe if the library supports this.
423   </item>
424 <tag>10.4</tag>
425   <item><file>/bin/sh</file> scripts may assume that <prgn>kill</prgn>
426   supports an argument of <tt>-<var>signal</var></tt>,
427   that <prgn>kill</prgn> and <prgn>trap</prgn> support the numeric signals
428   listed in the XSI extension, and that signal 13 (SIGPIPE) can be trapped
429   with <prgn>trap</prgn>.
430   </item>
431 <tag>10.8</tag>
432   <item>Use of <file>/etc/logrotate.d/<var>package</var></file> for
433   logrotate rules is now recommended.
434   </item>
435 <tag>10.9</tag>
436   <item>Control information files should be owned by <tt>root:root</tt>
437   and either mode 644 or mode 755.
438   </item>
439 <tag>11.4, 11.8.3, 11.8.4</tag>
440   <item>Packages providing alternatives for <prgn>editor</prgn>,
441   <prgn>pager</prgn>, <prgn>x-terminal-emulator</prgn>, or
442   <prgn>x-window-manager</prgn> should also provide a slave alternative
443   for the corresponding manual page.
444   </item>
445 <tag>11.5</tag>
446   <item>Cgi-bin executable files may be installed in subdirectories
447   of <file>/usr/lib/cgi-bin</file> and web servers should serve out
448   executables in those subdirectories.
449   </item>
450 <tag>12.5</tag>
451   <item>The GPL version 1 is now included in common-licenses and should be
452   referenced from there instead of included in the <file>copyright</file>
453   file.
454   </item>
455 </taglist></p>
456
457 <sect id="3.9.0.0"> Version 3.9.0.0
458 <p>
459
460 Released June, 2010.
461
462 </p><p><taglist>
463 <tag>4.4, 5.6.15</tag>
464   <item>The required format for the date in a changelog entry and in the
465   Date control field is now precisely specified.
466   </item>
467 <tag>5.1</tag>
468   <item>A control paragraph must not contain more than one instance of a
469   particular field name.
470   </item>
471 <tag>5.4, 5.5, 5.6.24</tag>
472   <item>The <tt>Checksums-Sha1</tt> and <tt>Checksums-Sha256</tt> fields
473   in <file>*.dsc</file> and <file>*.changes</file> files are now
474   documented and recommended.
475   </item>
476 <tag>5.5, 5.6.16</tag>
477   <item>The <tt>Format</tt> field of <file>.changes</file> files is now
478   1.8.  The <tt>Format</tt> field syntax for source
479   package <file>.dsc</file> files allows a subtype in parentheses, and it
480   is used for a different purpose than the <tt>Format</tt> field
481   for <file>.changes</file> files.
482   </item>
483 <tag>5.6.2</tag>
484   <item>The syntax of the <tt>Maintainer</tt> field is now must rather
485   than should.
486   </item>
487 <tag>5.6.3</tag>
488   <item>The comma separating entries in <tt>Uploaders</tt> is now must
489   rather than should.
490   </item>
491 <tag>5.6.8, 7.1, 11.1.1</tag>
492   <item>Architecture wildcards may be used in addition to specific
493   architectures in <file>debian/control</file> and <file>*.dsc</file>
494   Architecture fields, and in architecture restrictions in build
495   relationships.
496   </item>
497 <tag>6.3</tag>
498   <item>Maintainer scripts are no longer guaranteed to run with a
499   controlling terminal and must be able to fall back to noninteractive
500   behavior (debconf handles this).  Maintainer scripts may abort if there
501   is no controlling terminal and no reasonable default for a high-priority
502   question, but should avoid this if possible.
503   </item>
504 <tag>7.3, 7.6.1</tag>
505   <item><tt>Breaks</tt> should be used with <tt>Replaces</tt> for moving
506   files between packages.
507   </item>
508 <tag>7.4</tag>
509   <item><tt>Breaks</tt> should normally be used instead
510   of <tt>Conflicts</tt> for transient issues and moving files between
511   packages.  New documentation of when each should be used.
512   </item>
513 <tag>7.5</tag>
514   <item>Use <tt>Conflicts</tt> with <tt>Provides</tt> if only one provider
515   of a virtual facility can be installed at a time.
516   </item>
517 <tag>8.4</tag>
518   <item>All shared library development files are no longer required to be
519   in the <tt>-dev</tt> package, only be available when the <tt>-dev</tt>
520   package is installed.  This allows the <tt>-dev</tt> package to be split
521   as long as it depends on the additional packages.
522   </item>
523 <tag>9.2.2</tag>
524   <item>The UID range of user accounts is extended to 1000-59999.
525   </item>
526 <tag>9.3.2, 10.4</tag>
527   <item><file>init.d</file> scripts are a possible exception from the
528   normal requirement to use <tt>set -e</tt> in each shell script.
529   </item>
530 <tag>12.5</tag>
531   <item>The UCB BSD license was removed from the list of licenses that
532   should be referenced from <file>/usr/share/common-licenses/BSD</file>.
533   It should instead be included directly
534   in <file>debian/copyright</file>, although it will still be in
535   common-licenses for the time being.
536   </item>
537 <tag>debconf</tag>
538   <item><tt>SETTITLE</tt> is now documented (it has been supported for
539   some time).  <tt>SETTITLE</tt> is like <tt>TITLE</tt> but takes a
540   template instead of a string to allow translation.
541   </item>
542 <tag>perl</tag>
543   <item><package>perl-base</package> now
544   provides <package>perlapi-<var>abiname</var></package> instead of a
545   package based solely on the Perl version.  Perl packages must now depend
546   on <package>perlapi-$Config{debian_abi}</package>, falling back
547   on <tt>$Config{version}</tt> if <tt>$Config{debian_abi}</tt> is not set.
548   </item>
549 <tag>perl</tag>
550   <item>Packages using <file>Makefile.PL</file> should use
551   <tt>DESTDIR</tt> rather than <tt>PREFIX</tt> to install into the package
552   staging area.  <tt>PREFIX</tt> only worked due to a Debian-local patch.
553   </item>
554 </taglist></p>
555
556 <sect id="3.8.4.0"> Version 3.8.4.0
557 <p>
558
559 Release Jan 2010.
560
561 </p><p><taglist>
562 <tag>9.1.1</tag>
563   <item> An FHS exception has been granted for multiarch libraries.
564   Permitting files to instead be installed to <file>/lib/triplet</file> and
565   <file>/usr/lib/triplet</file> directories.
566   </item>
567 <tag>10.6</tag>
568   <item>Packages may not contain named pipes and should instead create
569   them in postinst and remove them in prerm or postrm.
570   </item>
571 <tag>9.1.1</tag>
572   <item><file>/sys</file> and <file>/selinux</file> directories are explicitly
573   allowed as an exception to the FHS.
574   </item>
575 </taglist></p>
576
577 <sect id="3.8.3.0"> Version 3.8.3.0
578 <p>
579 Released Aug 2009.
580
581 </p><p><taglist>
582 <tag>4.9</tag>
583   <item>DEB_*_ARCH_CPU and DEB_*_ARCH_OS variables are now documented and
584   recommended over GNU-style variables for that information.
585   </item>
586 <tag>5.6.8</tag>
587   <item>Source package Architecture fields may contain <em/all/ in
588   combination with other architectures.  Clarify when <em/all/ and <em/any/
589   may be used in different versions of the field.
590   </item>
591 <tag>5.6.14</tag>
592   <item>The Debian archive software does not support uploading
593   to multiple distributions with one <file>*.changes</file> file.
594   </item>
595 <tag>5.6.19</tag>
596   <item>The Binary field may span multiple lines.
597   </item>
598 <tag>10.2</tag>
599   <item>Shared library packages are no longer allowed to install libraries
600   in a non-standard location and modify <file/ld.so.conf/.  Packages
601   should either be installed in a standard library directory or packages
602   using them should be built with RPATH.
603   </item>
604 <tag>11.8.7</tag>
605   <item>Installation directories for X programs have been clarified.
606   Packages are no longer required to pre-depend on x11-common before
607   installing into <file>/usr/include/X11</file>
608   and <file>/usr/lib/X11</file>.
609   </item>
610 <tag>12.1</tag>
611   <item>Manual pages are no longer required to contain only characters
612   representable in the legacy encoding for that language.
613   </item>
614 <tag>12.1</tag>
615   <item>Localized man pages should either be kept up-to-date with
616   the original version or warn that they're not up-to-date, either
617   with warning text or by showing missing or changed portions in the
618   original language.
619   </item>
620 <tag>12.2</tag>
621   <item>install-info is now handled via triggers so packages no
622   longer need to invoke it in maintainer scripts.  Info documents
623   should now have directory sections and entries in the document.
624   Packages containing info documents should add a dependency to
625   support partial upgrades.
626   </item>
627 <tag>perl</tag>
628   <item>The requirement for Perl modules to have a versioned
629   Depend and Build-Depend on <tt>perl &gt;= 5.6.0-16</tt> has been removed.
630   </item>
631 </taglist></p>
632
633 <sect id="3.8.2.0"> Version 3.8.2.0
634 <p>
635
636 Released Jun 2009.
637
638 </p><p><taglist>
639 <tag>2.4</tag>
640   <item>The list of archive sections has been significantly expanded.  See
641   <url id="http://lists.debian.org/debian-devel-announce/2009/03/msg00010.html"
642   name="this debian-devel-announce message">
643   for the list of new sections and rules for how to categorize
644   packages.                                                
645   </item>
646 <tag>3.9.1</tag>
647   <item>All packages must use debconf or equivalent for user prompting,
648   though essential packages or their dependencies may also fall
649   back on other methods.                                   
650   </item>
651 <tag>5.6.1</tag>
652   <item>The requirements for source package names are now explicitly
653   spelled out.
654   </item>
655 <tag>9.1</tag>
656   <item>Legacy XFree86 servers no longer get a special exception from the
657   FHS permitting <file>/etc/X11/XF86Config-4</file>.
658   </item>
659 <tag>9.1.3</tag>
660   <item>Removed obsolete dependency requirements for packages that use
661   <file>/var/mail</file>.
662   </item>
663 <tag>11.8.5</tag>
664   <item>Speedo fonts are now deprecated.  The X backend was disabled
665   starting in lenny.                                       
666   </item>
667 <tag>12.5</tag>
668   <item>The GNU Free Documentation License version 1.3 is included in
669   common-licenses and should be referenced from there.     
670   </item>
671 </taglist></p>
672
673 <sect id="3.8.1.0"> Version 3.8.1.0
674 <p>
675
676 Released  Mar 2009.
677
678 </p><p><taglist>
679 <tag>3.8</tag>
680   <item>Care should be taken when adding functionality to essential and
681   such additions create an obligation to support that functionality
682   in essential forever unless significant work is done.    
683   </item>
684 <tag>4.4</tag>
685   <item>Changelog files must be encoded in UTF-8.                
686   </item>
687 <tag>4.4</tag>
688   <item>Some format requirements for changelog files are now "must"
689   instead of "should."
690   </item>
691 <tag>4.4.1</tag>
692   <item>Alternative changelog formats have been removed.  Debian only
693   supports one changelog format for the Debian Archive.
694   </item>
695 <tag>4.9.1</tag>
696   <item>New nocheck option for DEB_BUILD_OPTIONS indicating any build-time
697   test suite provided by the package should not be run.    
698   </item>
699 <tag>5.1</tag>
700   <item>All control files must be encoded in UTF-8.              
701   </item>
702 <tag>5.2</tag>
703   <item><file>debian/control</file> allows comment lines starting with #
704   with no preceding whitespace.
705   </item>
706 <tag>9.3</tag>
707   <item>Init scripts ending in .sh are not handled specially.  They are not
708   sourced and are not guaranteed to be run by <prgn>/bin/sh</prgn> regardless
709   of the #! line.  This brings Policy in line with the long-standing
710   behavior of the init system in Debian.
711   </item>
712 <tag>9.3.2</tag>
713   <item>The start action of an init script must exit successfully and not
714   start the daemon again if it's already running.          
715   </item>
716 <tag>9.3.2</tag>
717   <item><file>/var/run</file> and <file>/var/lock</file> may be mounted as
718   temporary filesystems, and init scripts must therefore create any necessary
719   subdirectories dynamically.                                             
720   </item>
721 <tag>10.4</tag>
722   <item> <file>/bin/sh</file> scripts may assume that local can take multiple
723    variable arguments and supports assignment.                       
724   </item>
725 <tag>11.6</tag>
726   <item>User mailboxes may be mode 600 and owned by the user rather than
727   mode 660, owned by user, and group mail.                 
728   </item>
729 </taglist></p>
730
731 <sect id="3.8.0.0"> Version 3.8.0.0
732 <p>
733
734 Released  Jun 2008.
735
736 </p><p><taglist>
737 <tag>2.4, 3.7</tag>
738 <item>The base section has been removed.  contrib and non-free have been
739   removed from the section list; they are only categories.  The base
740   system is now defined by priority.                       
741 <tag>4.9</tag>
742 <item>If <prgn>dpkg-source -x</prgn> doesn't provide the source that will be
743   compiled, a debian/rules patch target is recommended and should do whatever
744   else is necessary.
745 <tag>4.9.1, 10.1</tag>
746 <item>Standardized the format of DEB_BUILD_OPTIONS.  Specified permitted
747   characters for tags, required that tags be whitespace-separated,
748   allowed packages to assume non-conflicting tags, and required
749   unknown flags be ignored.                                
750 <tag>4.9.1</tag>
751 <item>Added parallel=n to the standardized DEB_BUILD_OPTIONS tags,
752   indicating that a package should be built using up to n parallel
753   processes if the package supports it                     
754 <tag>4.13</tag>
755 <item>Debian packages should not use convenience copies of code from other
756   packages unless the included package is explicitly intended to be
757   used that way.                                           
758 <tag>4.14</tag>
759 <item>If dpkg-source -x doesn't produce source ready for editing and
760   building with dpkg-buildpackage, packages should include a
761   <file>debian/README.source</file> file explaining how to generate
762   the patched source, add a new modification, and remove an existing
763   modification.  This file may also be used to document packaging a
764   new upstream release and any other complexity of the Debian build
765   process.                                                 
766 <tag>5.6.3</tag>
767 <item>The Uploaders field in debian/control may be wrapped.    
768 <tag>5.6.12</tag>
769 <item>An empty Debian revision is equivalent to a Debian revision of 0 in
770   a version number.                                        
771 <tag>5.6.23</tag>
772 <item>New Homepage field for upstream web sites.               
773 <tag>6.5, 6.6, 7</tag>
774 <item>The Breaks field declares that this package breaks another and
775   prevents installation of the breaking package unless the package
776   named in Breaks is deconfigured first.  This field should not be
777   used until the dpkg in Debian stable supports it.        
778 <tag>8.1, 8.2</tag>
779 <item>Clarify which files should go into a shared library package, into a
780   separate package, or into the -dev package.  Suggest -tools instead
781   of -runtime for runtime support programs, since that naming is more
782   common in Debian.                                        
783 <tag>9.5</tag>
784 <item>Files in <file>/etc/cron.{hourly,daily,weekly,monthly}</file> must be
785   configuration files (upgraded from should).  Mention the hourly
786   directory.                                               
787 <tag>11.8.6</tag>
788 <item>Packages providing <file>/etc/X11/Xresources</file> files need not
789   conflict with  <tt> xbase (&lt;&lt; 3.3.2.3a-2)</tt>, which is
790   long-obsolete.           
791 <tag>12.1</tag>
792 <item>Manual pages in locale-specific directories should use either the
793   legacy encoding for that directory or UTF-8.  Country names should
794   not be included in locale-specific manual page directories unless
795   indicating a significant difference in the language.  All
796   characters in the manual page source should be representable in the
797   legacy encoding for a locale even if the man page is encoded in
798   UTF-8.                                                   
799 <tag>12.5</tag>
800 <item>The Apache 2.0 license is now in common-licenses and should be
801   referenced rather than quoted in <file>debian/copyright</file>.
802 <tag>12.5</tag>
803 <item>Packages in contrib and non-free should state in the copyright file
804   that the package is not part of Debian GNU/Linux and briefly
805   explain why.                                             
806 <tag>debconf</tag>
807 <item>Underscore (_) is allowed in debconf template names.     
808 </taglist></p>
809
810 <sect id="3.7.3.0"> Version 3.7.3.0
811 <p>
812
813 Released  Dec 2007.
814
815 </p><p><taglist>
816 <tag>5.6.12</tag>
817 <item>Package version numbers may contain tildes, which sort before
818   anything, even the end of a part.                        
819 <tag>10.4</tag>
820 <item>Scripts may assume that <file>/bin/sh</file> supports local (at a basic
821   level) and that its test builtin (if any) supports -a and -o binary
822   logical operators.                                       
823 <tag>8.5</tag>
824 <item>The substitution variable ${binary:Version} should be used in place
825   of ${Source-Version} for dependencies between packages of the same
826   library.                                                 
827 <tag>menu policy</tag>
828 <item>Substantial reorganization and renaming of sections in the Debian
829   menu structure.  Packages with menu entries should be reviewed to
830   see if the menu section has been renamed or if one of the new
831   sections would be more appropriate.                      
832 <tag>5.6.1</tag>
833 <item>The Source field in a .changes file may contain a version number
834   in parentheses.                                          
835 <tag>5.6.17</tag>
836 <item>The acceptable values for the Urgency field are low, medium, high,
837   critical, or emergency.                                  
838 <tag>8.6</tag>
839 <item>The shlibs file now allows an optional type field, indicating the
840   type of package for which the line is valid.  The only currently
841   supported type is udeb, used with packages for the Debian
842   Installer.                                               
843 <tag>3.9.1</tag>
844 <item>Packages following the Debian Configuration management
845   specification must allow for translation of their messages by using
846   a gettext-based system such as po-debconf.               
847 <tag>12.5</tag>
848 <item>GFDL 1.2, GPL 3, and LGPL 3 are now in common-licenses and should
849   be referenced rather than quoted in debian/copyright.
850 </taglist></p>
851
852 <sect id="3.7.2.2"> Version 3.7.2.2
853 <p>
854
855 Released  Oct 2006.
856
857 </p><p><taglist>
858 <tag>6.1</tag> <item>Maintainer scripts must not be world writeable (up from a
859     should to a must)</item>   
860 </taglist></p>
861
862 <sect id="3.7.2.0"> Version 3.7.2.0
863 <p>
864
865 Released  Apr 2006.
866
867 </p><p><taglist>
868 <tag>11.5</tag> <item>Revert the cgi-lib change. </item>
869 </taglist></p>
870
871 <sect id="3.7.1.0"> Version 3.7.1.0
872 <p>
873
874 Released  Apr 2006.
875
876 </p><p><taglist>
877 <tag>10.2</tag>
878 <item>It is now possible to create shared libraries without
879   relocatable code (using -fPIC) in certain exceptional cases,
880   provided some procedures are followed, and for creating static
881   libraries with relocatable code (again, using -fPIC).
882   Discussion on debian-devel@lists.debian.org, getting a rough
883   consensus, and documenting it in README.Debian constitute most
884   of the process.                                          
885 <tag>11.8.7</tag>
886 <item>Packages should install any relevant files into the directories
887   <file>/usr/include/X11/</file> and <file>/usr/lib/X11/</file>, but if
888   they do so, they must pre-depend on <tt>x11-common (&gt;= 1:7.0.0)</tt>
889 </taglist></p>
890
891 <sect id="3.7.0.0"> Version 3.7.0.0
892 <p>
893
894 Released  Apr 2006.
895
896 </p><p><taglist>
897 <tag>11.5</tag>
898 <item>Packages shipping web server CGI files are expected to install
899   them in <file>/usr/lib/cgi-lib/</file> directories.  This location change
900   perhaps should be documented in NEWS                     
901 <tag>11.5</tag>
902 <item>Web server packages should include a standard scriptAlias of
903   cgi-lib to <file>/usr/lib/cgi-lib</file>.
904 <tag>9.1.1</tag>
905 <item>The version of FHS mandated by policy has been upped to
906   2.3. There should be no changes required for most packages,
907   though new top level directories <file>/media</file>, <file>/srv</file>,
908   etc.  may be of interest.
909 <tag>5.1, 5.6.3</tag>
910 <item>All fields, apart from the Uploaders field, in the control file
911   are supposed to be a single logical line, which may be spread
912   over multiple physical  lines (newline followed by space is
913   elided).  However, any parser for the control file must allow
914   the Uploaders field to be spread over multiple physical lines
915   as well, to prepare for future changes.
916 <tag>10.4</tag>
917 <item>When scripts are installed into a directory in the system
918   PATH, the script name should not include an extension that
919   denotes the scripting language currently used to implement it.
920
921 <tag>9.3.3.2</tag>
922 <item>packages that invoke initscripts now must use invoke-rc.d to do
923   so since it also pays attention to run levels and other local
924   constraints.
925 <tag>11.8.5.2, 11.8.7, etc</tag>
926 <item>We no longer use <file>/usr/X11R6</file>, since we have
927   migrated away to using Xorg paths. This means, for one thing, fonts
928   live in <file>/usr/share/fonts/X11/</file> now, and <file>/usr/X11R6</file>
929   is gone.
930 </taglist></p>
931
932 <sect id="3.6.2.0"> Version 3.6.2.0
933 <p>
934
935 Released  2005
936
937 </p><p><taglist>
938 <tag></tag>
939 <item>Recommend. doc-base, and not menu, for registering package documentation.
940 </item>
941 <tag>8.1</tag>
942 <item>Run time support programs should live in subdirectories of
943   <file>/usr/lib/</file> or <file>/usr/share</file>, and preferably the shared
944   lib is named the same as the package name (to avoid name collisions).
945 </item>
946 <tag>11.5</tag>
947 <item>It is recommended that HTTP servers provide an alias /images to
948   allow packages to share image files with the web server
949 </item>
950 </taglist></p>
951
952 <sect id="3.6.1.0"> Version 3.6.1.0
953 <p>
954
955 Released  Aug 2003.
956
957 </p><p><taglist>
958 <tag>3.10.1</tag>
959 <item>Prompting the user should be done using debconf. Non debconf
960   user prompts are now deprecated.
961 </taglist></p>
962
963 <sect id="3.6.0.0"> Version 3.6.0
964 <p>
965
966 Released  Jul 2003.
967
968 </p><p><taglist>
969 <tag></tag>
970 <item>Restructuring causing shifts in section numbers and bumping of
971   the minor version number:
972 <tag></tag>
973 <item>Many packaging manual appendices that were integrated into policy
974   sections are now empty, and replaced with links to the Policy.
975   In particular, the appendices that included the list of control
976   fields were updated (new fields like Closes, Changed-By were added)
977   and the list of fields for each of control, .changes and .dsc files
978   is now in Policy, and they're marked mandatory, recommended or
979   optional based on the current practice and the behavior of the
980   deb-building tool-chain.
981 <tag></tag>
982 <item>Elimination of needlessly deep section levels, primarily in the
983   chapter Debian Archive, from which two new chapters were split out,
984   Binary packages and Source packages. What remained was reordered
985   properly, that is, some sects became sects etc.
986 <tag></tag>
987 <item>Several sections that were redundant, crufty or simply not designed
988   with any sort of vision, were rearranged according to the formula that
989   everything should be either in the same place or properly interlinked.
990   Some things remained split up between different chapters when they
991   talked about different aspects of files: their content, their syntax,
992   and their placement in the file system. In particular, see the new
993   sections about changelog files.
994 <tag>menu policy</tag>
995 <item>Added Games/Simulation and Apps/Education to menu
996   sub-policy
997 <tag>C.2.2</tag>
998 <item>Debian changelogs should be UTF-8 encoded.
999 <tag>10.2</tag>
1000 <item>shared libraries must be linked against all libraries that they
1001   use symbols from in the same way that binaries are.
1002 <tag>7.6</tag>
1003 <item>build-depends-indep need not be satisfied during clean
1004   target.
1005 </taglist></p>
1006
1007 <sect id="3.5.10.0"> Version 3.5.10
1008 <p>
1009
1010 Released  May 2003.
1011
1012 </p><p><taglist>
1013 <tag>11.8.3</tag>
1014 <item>packages providing the x-terminal-emulator virtual package
1015   ought to ensure that they interpret the command line exactly
1016   like xterm does.
1017 <tag>11.8.4</tag>
1018 <item>Window managers compliant with the Window Manager Specification
1019   Project may add 40 points for ranking in the alternatives
1020 </taglist></p>
1021
1022 <sect id="3.5.9.0"> Version 3.5.9.0
1023 <p>
1024
1025 Released  Mar 2003.
1026
1027 </p><p><taglist>
1028 <tag>3.4.2</tag>
1029 <item>The section describing the Description: package field once again has
1030   full details of the long description format.
1031 <tag>4.2</tag>
1032 <item>Clarified that if a package has non-build-essential
1033   build-dependencies, it should have them listed in the Build-Depends
1034   and related fields (i.e. it's not merely optional).
1035 <tag>9.3.2</tag>
1036 <item>When asked to restart a service that isn't already running,
1037   the init script should start the service.
1038 <tag>12.6</tag>
1039 <item>If the purpose of a package is to provide examples, then the
1040   example files can be installed into <file>/usr/share/doc/package</file>
1041   (rather than <file>/usr/share/doc/package/examples</file>).
1042 </taglist></p>
1043
1044 <sect id="3.5.8.0"> Version 3.5.8.0
1045 <p>
1046
1047 Released  Nov 2002.
1048
1049 </p><p><taglist>
1050 <tag>12.7</tag>
1051 <item>It is no longer necessary to keep a log of changes to the upstream
1052   sources in the copyright file. Instead, all such changes should be
1053   documented in the changelog file.
1054 <tag>7.6</tag>
1055 <item><var/Build-Depends/, <var/Build-Conflicts/, <var/Build-Depends-Indep/,
1056   and <var/Build-Conflicts-Indep/ must also be satisfied when the clean
1057   target is called.
1058 <tag>menu policy</tag>
1059 <item>A new Apps/Science menu section is available
1060 <tag>debconf policy</tag>
1061 <item>debconf specification cleared up, various changes.
1062 <tag>12.1</tag>
1063 <item>It is no longer recommended to create symlinks from nonexistent
1064   manual pages to undocumented(7). Missing manual pages for programs
1065   are still a bug.
1066 </taglist></p>
1067
1068 <sect id="3.5.7.0"> Version 3.5.7.0
1069 <p>
1070
1071 Released  Aug 2002.
1072
1073 </p><p><taglist>
1074 <tag></tag>
1075 <item>Packages no longer have to ask permission to call MAKEDEV in
1076   postinst, merely notifying the user ought to be enough.
1077 <tag>2.2.4</tag>
1078 <item>cryptographic software may now be included in the main
1079   archive.
1080 <tag>3.9</tag>
1081 <item>task packages are no longer permitted; tasks are now created by a
1082   special Tasks: field in the control file.
1083 <tag>11.8.4</tag>
1084 <item>window managers that support netwm can now add 20 points when
1085   they add themselves as an alternative for
1086  <file>/usr/bin/x-window-manager</file>
1087 <tag>10.1</tag>
1088 <item>The default compilation options have now changed, one should
1089   provide debugging symbols in all cases, and optionally step
1090   back optimization to -O0, depending on the DEB_BUILD_OPTIONS
1091   environment variable.
1092 <tag>7.6, 4.8</tag>
1093 <item>Added mention of build-arch, build-indep, etc, in describing
1094   the relationships with `Build-Depends', `Build-Conflicts',
1095   `Build-Depends-Indep', and `Build-Conflicts-Indep'. May need to
1096   review the new rules.
1097 <tag>8</tag>
1098 <item>Changed rules on how, and when, to invoke ldconfig in maintainer
1099   scripts. Long rationale.
1100 </taglist></p>
1101
1102 <p><em>
1103 Added the last note in 3.5.6 upgrading checklist item regarding build
1104 rules, please see below
1105 </em></p>
1106
1107 <sect id="3.5.6.0"> Version 3.5.6.0
1108 <p>
1109
1110 Released  Jul 2001.
1111
1112 </p><p><taglist>
1113 <tag>2.5</tag>
1114 <item>Emacs and TeX are no longer mandated by policy to be priority
1115   standard packages
1116 <tag>11.5</tag>
1117 <item>Programs that access docs need to do so via <file>/usr/share/doc</file>,
1118   and not via <file>/usr/doc/</file> as was the policy previously
1119 <tag>12.3</tag>
1120 <item>Putting documentation in <file>/usr/doc</file> versus
1121  <file>/usr/share/doc</file> is now a ``serious'' policy violation.
1122 <tag>11.5</tag>
1123 <item>For web servers, one should not provide non-local access to the
1124   <file>/usr/share/doc</file> hierarchy. If one can't provide access
1125   controls for the http://localhost/doc/ directory, then it is preferred
1126   that one ask permission to expose that information during the install.
1127 <tag>7</tag>
1128 <item>There are new rules for build-indep/build-arch targets and
1129   there is a new Build-Depend-Indep semantic.
1130 </taglist></p>
1131
1132 <sect id="3.5.5.0"> Version 3.5.5.0
1133 <p>
1134
1135 Released  May 2001.
1136
1137 </p><p><taglist>
1138 <tag>12.1</tag>
1139 <item>Manpages should not rely on header information to have
1140   alternative manpage names available; it should only use
1141   symlinks or .so pages to do this
1142 </item>
1143 <tag></tag>
1144 <item><em> Clarified note in 3.5.3.0 upgrading checklist regarding
1145    examples and templates: this refers only to those examples used
1146    by scripts; see section 10.7.3 for the whole story</em>
1147 </item>
1148 <tag></tag>
1149 <item>Included a new section 10.9.1 describing the use of
1150   dpkg-statoverride; this does not have the weight of policy
1151 </item>
1152 <tag></tag>
1153 <item>Clarify Standards-Version: you don't need to rebuild your
1154   packages just to change the Standards-Version!
1155 </item>
1156 <tag>10.2</tag>
1157 <item>Plugins are no longer bound by all the rules of shared
1158   libraries
1159 </item>
1160 <tag>X Windows related things:</tag>
1161 <item><taglist>
1162   <tag>11.8.1</tag>
1163   <item>Clarification of priority levels of X Window System related
1164       packages
1165   </item>
1166   <tag>11.8.3</tag>
1167   <item>Rules for defining x-terminal-emulator improved </item>
1168   <tag>11.8.5</tag>
1169   <item>X Font policy rewritten: you must read this if you provide
1170       fonts for the X Window System
1171   </item>
1172   <tag>11.8.6</tag>
1173   <item>Packages must not ship <file>/usr/X11R6/lib/X11/app-defaults/</file>
1174   </item>
1175   <tag>11.8.7</tag>
1176   <item>X-related packages should usually use the regular FHS
1177       locations; imake-using packages are exempted from this
1178   </item>
1179   <tag>11.8.8</tag>
1180   <item>OpenMotif linked binaries have the same rules as
1181       OSF/Motif-linked ones
1182   </item>
1183   </taglist></item>
1184 </taglist></p>
1185
1186 <sect id="3.5.4.0"> Version 3.5.4.0
1187 <p> Released  Apr 2001.
1188
1189 </p><p><taglist>
1190 <tag>11.6</tag>
1191 <item>The system-wide mail directory is now /var/mail, no longer
1192   /var/spool/mail.  Any packages accessing the mail spool should
1193   access it via /var/mail and include a suitable Depends field;
1194 </item>
1195 <tag>11.9; perl-policy</tag>
1196 <item>The perl policy is now part of Debian policy
1197   proper. Perl programs and modules should follow the current Perl
1198   policy
1199 </item>
1200 </taglist></p>
1201
1202 <sect id="3.5.3.0"> Version 3.5.3.0
1203 <p> Released Apr 2001
1204
1205 </p><p><taglist>
1206 <tag>7.1</tag>
1207 <item>Build-Depends arch syntax has been changed to be less
1208   ambiguous. This should not affect any current packages
1209 </item>
1210 <tag>10.7.3</tag>
1211 <item>Examples and templates files for use by scripts should now live
1212   in <file>/usr/share/&lt;package&gt;</file> or
1213   <file>/usr/lib/&lt;package&gt;</file>, with symbolic links from
1214   <file>/usr/share/doc/&lt;package&gt;/examples</file> as needed
1215 </item>
1216 </taglist></p>
1217
1218 <sect id="3.5.2.0"> Version 3.5.2.0
1219
1220 <p> Released Feb 2001.
1221
1222 </p><p><taglist>
1223 <tag>11.8.6</tag>
1224 <item>X app-defaults directory has moved from
1225   <file>/usr/X11R6/lib/X11/app-defaults</file> to
1226   <file>/etc/X11/app-defaults</file>
1227 </item>
1228 </taglist></p>
1229
1230 <sect id="3.5.1.0"> Version 3.5.1.0
1231
1232 <p> Released Feb 2001.
1233
1234 </p><p><taglist>
1235 <tag>8.1</tag>
1236 <item>dpkg-shlibdeps now uses objdump, so shared libraries have to be
1237   run through dpkg-shlibdeps as well as executables
1238 </item>
1239 </taglist></p>
1240
1241 <sect id="3.5.0.0"> Version 3.5.0.0
1242
1243 <p> Released Jan 2001.
1244
1245 </p><p><taglist>
1246 <tag>11.8.5</tag>
1247 <item>Font packages for the X Window System must now declare a
1248   dependency on xutils (>= 4.0.2)
1249 </item>
1250 </taglist></p>
1251
1252 <sect id="3.2.1.1"> Version 3.2.1.1
1253
1254 <p> Released Jan 2001.
1255
1256 </p><p><taglist>
1257 <tag>9.3.2</tag>
1258 <item>Daemon startup scripts in <file>/etc/init.d/</file> should not contain
1259   modifiable parameters; these should be moved to a file in
1260   <file>/etc/default/</file>
1261 </item>
1262 <tag>12.3</tag>
1263 <item>Files in <file>/usr/share/doc</file> must not be referenced by any
1264   program.  If such files are needed, they must be placed in
1265   <file>/usr/share/&lt;package&gt;/</file>, and symbolic links
1266   created as required in <file>/usr/share/doc/&lt;package&gt;/</file>
1267 </item>
1268 <tag></tag>
1269 <item>Much of the packaging manual has now been imported into the
1270   policy document
1271 </item>
1272 </taglist></p>
1273
1274 <sect id="3.2.1.0"> Version 3.2.1.0
1275
1276 <p> Released Aug 00.
1277
1278 </p><p><taglist>
1279 <tag>11.8.1</tag>
1280 <item>A package of priority standard or higher may provide two
1281   binaries, one compiled with support for the X Window System,
1282   and the other without
1283 </item>
1284 </taglist></p>
1285
1286 <sect id="3.2.0.0"> Version 3.2.0.0
1287
1288 <p> Released Aug 00.
1289
1290 </p><p><taglist>
1291 <tag>10.1</tag>
1292 <item>By default executables should not be built with the debugging
1293   option -g. Instead, it is recommended to support building the
1294   package with debugging information optionally.
1295 </item>
1296 <tag>12.8</tag>
1297 <item>Policy for packages where the upstream uses HTML changelog
1298   files has been expanded.  In short, a plain text changelog file
1299   should always be generated for the upstream changes
1300 </item>
1301 <tag></tag>
1302 <item>Please note that the new release of the X window system (3.2)
1303   shall probably need sweeping changes in policy
1304 </item>
1305 <tag></tag>
1306 <item>Policy for packages providing the following X-based features
1307   has been codified:
1308   <taglist>
1309   <tag>11.8.2</tag>
1310   <item>X server (virtual package xserver) </item>
1311   <tag>11.8.3</tag>
1312   <item>X terminal emulator (virtual package x-terminal-emulator) </item>
1313   <tag>11.8.4</tag>
1314   <item>X window manager (virtual package x-window-manager, and
1315       <file>/usr/bin/x-window-manager</file> alternative, with priority
1316       calculation guidelines)
1317   </item>
1318   <tag>12.8.5</tag>
1319   <item>X fonts (this section has been written from scratch) </item>
1320   <tag>11.8.6</tag>
1321   <item>X application defaults </item>
1322   </taglist>
1323 </item>
1324 <tag>11.8.7</tag>
1325 <item>Policy for packages using the X Window System and FHS issues
1326   has been clarified;
1327 </item>
1328 <tag>11.7.3</tag>
1329 <item>No package may contain or make hard links to conffiles </item>
1330 <tag>8</tag>
1331 <item>Noted that newer dpkg versions do not require extreme care in
1332   always creating the shared lib before the symlink, so the unpack
1333   order be correct
1334 </item>
1335 </taglist></p>
1336
1337 <sect id="3.1.1.0"> Version 3.1.1.0
1338
1339 <p> Released Nov 1999.
1340
1341 </p><p><taglist>
1342 <tag>7.1</tag>
1343 <item>Correction to semantics of architecture lists in Build-Depends
1344   etc.  Should not affect many packages
1345 </item>
1346 </taglist></p>
1347
1348 <sect id="3.1.0.0"> Version 3.1.0.0
1349
1350 <p> Released Oct 1999.
1351
1352 </p><p><taglist>
1353 <tag>defunct</tag>
1354 <item><file>/usr/doc/&lt;package&gt;</file> has to be a symlink pointing to
1355   <file>/usr/share/doc/&lt;package&gt;</file>, to be maintained by postinst
1356   and prerm scripts.
1357 </item>
1358 <tag>7.1, 7.6</tag>
1359 <item>Introduced source dependencies (Build-Depends, etc.) </item>
1360 <tag>9.3.4</tag>
1361 <item><file>/etc/rc.boot</file> has been deprecated in favour of
1362   <file>/etc/rcS.d</file>.  (Packages should not be touching this directory,
1363   but should use update-rc.d instead)
1364 </item>
1365 <tag>9.3.3</tag>
1366 <item>update-rc.d is now the <em>only</em> allowable way of accessing the
1367   <file>/etc/rc?.d/[SK]??*</file> links.  Any scripts which manipulate them
1368   directly must be changed to use update-rc.d instead.  (This is
1369   because the file-rc package handles this information in an
1370   incompatible way.)
1371 </item>
1372 <tag>12.7</tag>
1373 <item>Architecture-specific examples go in
1374   <file>/usr/lib/&lt;package&gt;/examples</file>
1375   with symlinks from <file>/usr/share/doc/&lt;package&gt;/examples/*</file>
1376   or from <file>/usr/share/doc/&lt;package&gt;/examples</file> itself
1377 </item>
1378 <tag>9.1.1</tag>
1379 <item>Updated FHS to a 2.1 draft; this reverts <file>/var/state</file> to
1380   <file>/var/lib</file>
1381 </item>
1382 <tag>9.7; mime-policy</tag>
1383 <item>Added MIME sub-policy document </item>
1384 <tag>12.4</tag>
1385 <item>VISUAL is allowed as a (higher priority) alternative to EDITOR
1386 </item>
1387 <tag>11.6</tag>
1388 <item>Modified liblockfile description, which affects
1389   mailbox-accessing programs.  Please see the policy document for
1390   details
1391 </item>
1392 <tag>12.7</tag>
1393 <item>If a package provides a changelog in HTML format, a text-only
1394   version should also be included.  (Such a version may be prepared
1395   using <prgn>lynx -dump -nolist</prgn>.)
1396 </item>
1397 <tag>3.2.1</tag>
1398 <item>Description of how to handle version numbers based on dates
1399   added
1400 </item>
1401 </taglist></p>
1402
1403 <sect id="3.0.1.0"> Version 3.0.1.0
1404
1405 <p> Released Jul 1999.
1406
1407 </p><p><taglist>
1408 <tag>10.2</tag>
1409 <item>Added the clarification that the .la files are essential for
1410   the packages using libtool's libltdl library, in which case the .la
1411   files must go in the run-time library package
1412 </item>
1413 </taglist></p>
1414
1415 <sect id="3.0.0.0"> Version 3.0.0.0
1416
1417 <p> Released Jun 1999.
1418
1419 </p><p><taglist>
1420 <tag>9.1</tag>
1421 <item>Debian formally moves from the FSSTND to the FHS. This is a
1422   major change, and the implications of this move are probably
1423   not all known.
1424 </item>
1425 <tag>4.1</tag>
1426 <item>Only 3 digits of the Standards version need be included in
1427   control files, though all four digits are still permitted.
1428 </item>
1429 <tag>12.6</tag>
1430 <item>The location of the GPL has changed to
1431   <file>/usr/share/common-licenses</file>. This may require changing the
1432   copyright files to point to the correct location of the GPL and
1433   other major licenses
1434 </item>
1435 <tag>10.2</tag>
1436 <item>Packages that use libtool to create shared libraries must
1437   include the .la files in the -dev packages
1438 </item>
1439 <tag>10.8</tag>
1440 <item>Use logrotate to rotate log files
1441 </item>
1442 <tag>now 11.8</tag>
1443 <item>section 5.8 has been rewritten (Programs for the X Window
1444   System)
1445 </item>
1446 <tag>9.6; menu-policy</tag>
1447 <item>There is now an associated menu policy, in a separate document,
1448   that carries the full weight of Debian policy
1449 </item>
1450 <tag>11.3</tag>
1451 <item>Programs which need to modify the files <file>/var/run/utmp</file>,
1452   <file>/var/log/wtmp</file> and <file>/var/log/lastlog</file> must be
1453   installed setgid utmp
1454 </item>
1455 </taglist></p>
1456 <p><em>
1457    Please note that section numbers below this point may not be up to date
1458 </em></p>
1459
1460 <sect id="2.5.0.0"> Version 2.5.0.0
1461
1462 <p> Released Oct 1998.
1463
1464 Policy Manual:
1465 </p><p><list>
1466 <item>Rearranged the manual to create a new Section 4, Files
1467   <list>
1468   <item>Section 3.3 ("Files") was moved to Section 4. The Sections
1469     that  were Section 4 and Section 5 were  moved down to become
1470     Section 5 and Section 6.
1471   </item>
1472   <item>What was Section 5.5 ("Log files") is now a subsection of the
1473     new Section 4 ("Files"), becoming section 4.8, placed after
1474     "Configuration files", moving the Section 4.8 ("Permissions
1475     and owners") to Section 4.9.  All subsections of the old
1476     Section 5 after 5.5  were moved down to fill in the number
1477     gap.
1478   </item>
1479   </list></item>
1480 <item>Modified the section about changelog files to accommodate
1481   upstream changelogs which were formatted as HTML. These
1482   upstream changelog files should now be accessible as
1483   <file>/usr/doc/package/changelog.html.gz</file>
1484 </item>
1485 <item>Symlinks are permissible to link the real, or upstream,
1486     changelog name to the Debian mandated name.
1487 </item>
1488 <item>Clarified that HTML documentation should be present in some
1489   package, though not necessarily the main binary package.
1490   </item>
1491 <item>Corrected all references to the location of the copyright
1492   files. The correct location is <file>/usr/doc/package/copyright</file>
1493   </item>
1494 <item>Ratified the architecture specification strings to cater to the
1495   HURD.
1496   </item>
1497 </list></p>
1498
1499 <sect id="2.4.1.0"> Version 2.4.1.0
1500
1501 <p> Released Apr 1998.
1502 </p>
1503 <sect1> Policy Manual:
1504 <p><taglist>
1505 <tag>Updated section 3.3.5 Symbolic links:</tag>
1506   <item>symbolic links within a toplevel directory should be relative,
1507     symbolic links between toplevel directories should be absolute
1508     (cf., Policy Weekly Issue#6, topic 2)
1509   </item>
1510
1511 <tag>Updated section 4.9 Games:</tag>
1512   <item>manpages for games should be installed in <file>/usr/man/man6</file>
1513     (cf., Policy Weekly Issue#6, topic 3)
1514   </item>
1515 </taglist></p>
1516
1517 <sect1> Packaging Manual:
1518 <p><list>
1519 <item>Updated prefix of chapter 12, Shared Libraries:
1520   ldconfig must be called in the postinst script if the package
1521   installs shared libraries
1522   (cf., Policy Weekly Issue #6, fixes:bug#20515)
1523 </item>
1524 </list></p>
1525
1526 <sect id="2.4.0.0"> Version 2.4.0.0
1527
1528 <p> Released Jan 1998
1529
1530 </p><p><taglist>
1531 <tag>Updated section 3.3.4 Scripts:</tag>
1532   <item><list>
1533   <item>/bin/sh may be any POSIX compatible shell
1534   <item>scripts including bashisms have to specify <file>/bin/bash</file>
1535     as interpreter
1536   <item>scripts which create files in world-writable directories
1537     (e.g., in <file>/tmp</file>) should use tempfile or mktemp for creating
1538     the directory
1539   </list></item>
1540
1541 <tag>Updated section 3.3.5 Symbolic Links:</tag>
1542   <item>symbolic links referencing compressed files must have the same
1543     file extension as the referenced file
1544   </item>
1545
1546 <tag>Updated section 3.3.6 Device files:</tag>
1547   <item><file>/dev/tty*</file> serial devices should be used instead of
1548   <file>/dev/cu*</file>
1549   </item>
1550
1551 <tag>Updated section 3.4.2 Writing the scripts in <file>/etc/init.d</file>:
1552   <item><list>
1553   <item>all <file>/etc/init.d</file> scripts have to provide the following
1554   options: start, stop, restart, force-reload
1555   <item>the reload option is optional and must never stop and restart
1556     the service
1557   </list></item>
1558
1559 <tag>Updated section 3.5 Cron jobs:
1560   <item>cron jobs that need to be executed more often than daily should
1561     be installed into <file>/etc/cron.d</file>
1562   </item>
1563
1564 <tag>Updated section 3.7 Menus:
1565   <item>removed section about how to register HTML docs to `menu'
1566     (the corresponding section in 4.4, Web servers and applications,
1567     has been removed in policy 2.2.0.0 already, so this one was
1568     obsolete)
1569   </item>
1570
1571 <tag>New section 3.8 Keyboard configuration:
1572   <item>details about how the backspace and delete keys should be
1573     handled
1574   </item>
1575
1576 <tag>New section 3.9 Environment variables:
1577   <item>no program must depend on environment variables to get a
1578     reasonable default configuration
1579   </item>
1580
1581 <tag>New section 4.6 News system configuration:
1582   <item><file>/etc/news/organization</file> and <file>/etc/news/server</file>
1583     should be supported by all news servers and clients
1584   </item>
1585
1586 <tag>Updated section 4.7 Programs for the X Window System:
1587   <item><list>
1588   <item>programs requiring a non-free Motif library should be provided
1589     as foo-smotif and foo-dmotif package
1590   </item>
1591   <item>if lesstif works reliably for such program, it should be linked
1592     against lesstif and not against a non-free Motif library
1593   </item>
1594   </list></item>
1595
1596 <tag>Updated section 4.9 Games:
1597   <item>games for X Windows have to be installed in <file>/usr/games</file>,
1598   just as non-X games
1599   </item>
1600 </taglist></p>
1601
1602 <sect id="2.3.0.0"> Version 2.3.0.1, 2.3.0.0
1603
1604 <p> Released Sep 1997.
1605
1606 <p><list>
1607 <item>new section `4.2 Daemons' including rules for
1608   <file>/etc/services</file>, <file>/etc/protocols</file>,
1609   <file>/etc/rpc</file>, and <file>/etc/inetd.conf</file>
1610 </item>
1611
1612 <item>updated section about `Configuration files':
1613   packages may not touch other packages' configuration files
1614 </item>
1615
1616 <item>MUAs and MTAs have to use liblockfile</item>
1617 </list></p>
1618
1619 <sect id="2.2.0.0"> Version 2.2.0.0
1620
1621 <p> Released July 1997.
1622
1623 <p><list>
1624 <item>added section 4.1 `Architecture specification strings':
1625   use
1626        &lt;arch&gt;-linux
1627   where &lt;arch&gt; is one of the following:
1628        i386, alpha, arm, m68k, powerpc, sparc.
1629 </item>
1630
1631 <item>detailed rules for <file>/usr/local</file></item>
1632
1633 <item>user ID's</item>
1634
1635 <item>editor/pager policy</item>
1636
1637 <item>cron jobs</item>
1638
1639 <item>device files</item>
1640
1641 <item>don't install shared libraries as executable</item>
1642
1643 <item>app-defaults files may not be conffiles</item>
1644 </list></p>
1645
1646 <sect id="2.1.3.0"> Version 2.1.3.2, 2.1.3.1, 2.1.3.0
1647
1648 <p> Released Mar 1997.
1649
1650 <p><list>
1651 <item>two programs with different functionality must not have the
1652   same name </item>
1653
1654 <item>"Webstandard 3.0"</item>
1655
1656 <item>"Standard for Console Messages"</item>
1657
1658 <item>Libraries should be compiled with `-D_REENTRANT'</item>
1659
1660 <item>Libraries should be stripped with <prgn>strip --strip-unneeded</prgn>
1661 </item>
1662 </list></p>
1663
1664 <sect id="2.1.2.0"> Version 2.1.2.2, 2.1.2.1, 2.1.2.0
1665
1666 <p> Released Nov 1996.
1667
1668 <p><list>
1669 <item>Some changes WRT shared libraries
1670 </list></p>
1671
1672 <sect id="2.1.1.0"> Version 2.1.1.0
1673
1674 <p> Released Sep 1996.
1675
1676 <p><list>
1677 <item>No hard links in source packages</item>
1678
1679 <item>Do not use <prgn>dpkg-divert</prgn> or <prgn>update-alternatives</prgn>
1680 without consultation </item>
1681
1682 <item>Shared libraries must be installed stripped </item>
1683 </list></p>
1684
1685 <sect id="2.1.0.0"> Version 2.1.0.0
1686
1687 <p> Released Aug 1996.
1688
1689 <p><list>
1690   <item>Upstream changelog must be installed too </item>
1691 </list></p>
1692 </book>
1693 </debiandoc>