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