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