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