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