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