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