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