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