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