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