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