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