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